@import url("https://use.typekit.net/bax6fhv.css");
@font-face {
  font-family: "site-icon";
  src: url("../fonts/icon-fonts/site-icon.eot?8ng90z");
  src: url("../fonts/icon-fonts/site-icon.eot?8ng90z#iefix") format("embedded-opentype"), url("../fonts/icon-fonts/site-icon.ttf?8ng90z") format("truetype"), url("../fonts/icon-fonts/site-icon.woff?8ng90z") format("woff"), url("../fonts/icon-fonts/site-icon.svg?8ng90z#site-icon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
[class^=site-icon-], [class*=" site-icon-"] {
  speak: never;
  font-family: "site-icon" !important;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.site-icon-heart:before {
  content: "\e91c";
}

.site-icon-location:before {
  content: "\e8dc";
}

.site-icon-vimeo:before {
  content: "\e904";
}

.site-icon-youtube-icon:before {
  content: "\e90e";
}

.site-icon-sound:before {
  content: "\e91b";
}

.site-icon-tick:before {
  content: "\e91a";
}

.site-icon-quotes2:before {
  content: "\e903";
}

.site-icon-quotes1:before {
  content: "\e919";
}

.site-icon-search:before {
  content: "\e905";
}

.site-icon-clock:before {
  content: "\e936";
}

.site-icon-tiktok:before {
  content: "\e89f";
}

.site-icon-arrow-down:before {
  content: "\e907";
}

.site-icon-arrow-left:before {
  content: "\e908";
}

.site-icon-arrow-right:before {
  content: "\e909";
}

.site-icon-arrow-up:before {
  content: "\e90a";
}

.site-icon-arrow-back:before {
  content: "\e90b";
}

.site-icon-arrow-next:before {
  content: "\e90c";
}

.site-icon-arrow-play:before {
  content: "\e90d";
}

.site-icon-instagram:before {
  content: "\e906";
}

.site-icon-linkedin:before {
  content: "\e900";
}

.site-icon-twitter:before {
  content: "\e901";
}

.site-icon-facebook:before {
  content: "\e902";
}

.site-icon-close:before {
  content: "\e90f";
}

.site-icon-bookmark-long-border:before {
  content: "\e915";
}

.site-icon-bookmark-long-fill:before {
  content: "\e916";
}

.site-icon-bookmark-short-border:before {
  content: "\e917";
}

.site-icon-bookmark-short-fill:before {
  content: "\e918";
}

.site-icon-youtube:before {
  content: "\e914";
}

.site-icon-twitter-x:before {
  content: "\e913";
}

.site-icon-email:before {
  content: "\e912";
}

/*
// Parameters: Button Background, Button Hover Background, Button Text Color, Button Hover Text Color, Button Border, Button Hover Border
@mixin button($button-bg: $m1, $button-hover-bg: $m2, $button-color: $white, $button-hover-color: $m1, $button-border: $black, $button-hover-border: $m2) {
    background: $button-bg !important;
    font-size: 13.33px;
    padding: $gutter $gutter*5;
    border: none;
    text-align: center;
    color: $button-color !important;
    letter-spacing: 3px;
    font-weight: normal;
    text-transform: uppercase;
    border: 1px solid $button-border;
    display: inline-block;
    font-family: $sans-serif;
    border-radius: 25px;

    &:hover {
        background: $button-hover-bg !important;
        color: $button-hover-color !important;
        border: 1px solid $button-hover-border;
    }
}
*/
.x-center {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate3d(-50%, -50%, 0);
}

* {
  box-sizing: border-box;
}

*:before,
*:after {
  box-sizing: border-box;
  pointer-events: none;
}

html {
  font-family: "brother-1816", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-x: hidden;
}
html.no-scroll {
  overflow: hidden;
}

body {
  font-size: 18px;
  line-height: 30px;
  color: #414141;
  margin: 0;
  padding: 0;
  font-family: "brother-1816", sans-serif !important;
  overflow-x: hidden;
}
body.no-scroll {
  overflow: hidden;
}
body.site-home {
  background: #F8F4F1;
}
body.site-home.remove-grayscale {
  background: #ffffff;
}

pre, code, kbd, samp, tt, input, textarea, select, option, optgroup, button, td, blockquote, cite, small, big, .marker, q {
  font-family: "brother-1816", sans-serif !important;
}

.site-container, body.site-page-full-width .site-sub-container {
  max-width: 100%;
  margin: 0 auto;
  padding: 0 10px;
  width: 100%;
}
@media (min-width: 400px) {
  .site-container, body.site-page-full-width .site-sub-container {
    padding: 0 20px;
  }
}
@media (min-width: 1300px) {
  .site-container, body.site-page-full-width .site-sub-container {
    padding: 0 3%;
  }
}
@media (min-width: 1300px) {
  .site-container, body.site-page-full-width .site-sub-container {
    padding: 0 4%;
  }
}
@media (min-width: 1500px) {
  .site-container, body.site-page-full-width .site-sub-container {
    padding: 0 5%;
  }
}
@media (min-width: 1950px) {
  .site-container, body.site-page-full-width .site-sub-container {
    max-width: 1920px;
    padding: 0;
  }
}

body:not(.site-page-full-width) .site-sub-container {
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 20px;
  width: 100%;
}

ol {
  list-style-position: inside;
}

li {
  color: inherit;
}

.site-main-wrapper .site-sub-wrapper {
  width: 100%;
  clear: both;
}
.site-main-wrapper .site-sub-wrapper.site-main-with-sidebar article {
  display: block;
}
.site-main-wrapper .site-sub-wrapper.site-main-with-sidebar article .site-sidebar {
  float: left;
  padding-right: 120px;
}
@media (max-width: 766px) {
  .site-main-wrapper .site-sub-wrapper.site-main-with-sidebar article .site-sidebar {
    padding: 0;
    float: none;
  }
}
.site-main-wrapper .site-sub-wrapper.site-main-with-sidebar article .site-main-data {
  float: right;
}
@media (max-width: 766px) {
  .site-main-wrapper .site-sub-wrapper.site-main-with-sidebar article .site-main-data {
    float: none;
  }
}
@media (min-width: 767px) {
  .site-main-wrapper .site-sub-wrapper.site-main-with-sidebar .site-main-data {
    width: calc(100% - 490px);
  }
}

h1 {
  font-size: 110px;
  line-height: 120px;
  font-family: "gelato-luxe";
  font-weight: normal;
  color: #000000;
  margin-bottom: 20px;
}
h1 tt {
  font-family: "brother-1816", sans-serif;
  font-weight: 600;
  display: block;
}
@media (max-width: 599px) {
  h1 {
    font-size: 50px;
    line-height: 50px;
    margin-bottom: 20px;
  }
}
h1 tt {
  font-size: 70px;
  line-height: 80px;
}
@media (max-width: 599px) {
  h1 tt {
    font-size: 50px;
    line-height: 60px;
  }
}

h2 {
  font-size: 110px;
  line-height: 120px;
  font-family: "gelato-luxe";
  font-weight: normal;
  color: #000000;
  margin-bottom: 20px;
}
h2 tt {
  font-family: "brother-1816", sans-serif;
  font-weight: 600;
  display: block;
}
@media (max-width: 599px) {
  h2 {
    font-size: 50px;
    line-height: 50px;
    margin-bottom: 20px;
  }
}
h2 tt {
  font-size: 60px;
  line-height: 70px;
}
@media (max-width: 599px) {
  h2 tt {
    font-size: 40px;
    line-height: 50px;
  }
}

h3 {
  font-size: 70px;
  line-height: 70px;
  font-family: "gelato-luxe";
  font-weight: normal;
  color: #000000;
  margin-bottom: 20px;
}
h3 tt {
  font-family: "brother-1816", sans-serif;
  font-weight: 600;
  display: block;
}
@media (max-width: 599px) {
  h3 {
    font-size: 45px;
    line-height: 45px;
    margin-bottom: 20px;
  }
}
h3 tt {
  font-size: 50px;
  line-height: 60px;
}
@media (max-width: 599px) {
  h3 tt {
    font-size: 35px;
    line-height: 45px;
  }
}

h4 {
  font-size: 50px;
  line-height: 60px;
  font-family: "gelato-luxe";
  font-weight: normal;
  color: #000000;
  margin-bottom: 20px;
}
h4 tt {
  font-family: "brother-1816", sans-serif;
  font-weight: 600;
  display: block;
}
@media (max-width: 599px) {
  h4 {
    font-size: 40px;
    line-height: 40px;
    margin-bottom: 20px;
  }
}
h4 tt {
  font-size: 40px;
  line-height: 50px;
}
@media (max-width: 599px) {
  h4 tt {
    font-size: 30px;
    line-height: 40px;
  }
}

h5 {
  font-size: 40px;
  line-height: 50px;
  font-family: "gelato-luxe";
  font-weight: normal;
  color: #000000;
  font-family: "gelato-luxe";
  margin-bottom: 20px;
}
h5 tt {
  font-family: "brother-1816", sans-serif;
  font-weight: 600;
  display: block;
}
@media (max-width: 599px) {
  h5 {
    font-size: 30px;
    line-height: 30px;
    margin-bottom: 20px;
  }
}
h5 tt {
  font-size: 30px;
  line-height: 40px;
}

h6 {
  font-size: 30px;
  line-height: 40px;
  font-family: "gelato-luxe";
  font-weight: normal;
  color: #000000;
  margin-bottom: 20px;
}
h6 tt {
  font-family: "brother-1816", sans-serif;
  font-weight: 600;
  display: block;
}
@media (max-width: 599px) {
  h6 {
    font-size: 25px;
    line-height: 25px;
    margin-bottom: 20px;
  }
}
h6 tt {
  font-size: 20px;
  line-height: 30px;
}

p {
  margin: 0 0 40px;
}
p:last-child {
  margin: 0;
}

strong {
  font-weight: bold;
}

img,
canvas,
video,
svg {
  height: auto;
  max-width: 100%;
}

iframe {
  border: 0;
  max-width: 100%;
}

small {
  font-size: 14px !important;
  line-height: 18px !important;
}

.small-wrapper {
  font-size: 14px !important;
  line-height: 18px !important;
  margin: 0 0 15px !important;
}

.site-textarea {
  background: #ffffff;
  border-radius: 0;
  outline: none;
  border: 1px solid #dfdfdf;
  font-size: 18px;
  height: 46px;
  width: 100%;
  padding: 10px;
  font-family: "brother-1816", sans-serif;
  max-width: 100%;
}

input.site-textbox, .site-search-wrapper .site-search-block.site-search-option1 .site-search-data input.site-search-input, .site-search-wrapper .site-search-block.site-search-option .site-search-data input.site-search-input {
  background: #ffffff;
  border-radius: 0;
  outline: none;
  border: 1px solid #dfdfdf;
  font-size: 18px;
  height: 46px;
  width: 100%;
  padding: 10px;
  font-family: "brother-1816", sans-serif;
  max-width: 100%;
}

select.site-select {
  background: #ffffff;
  border-radius: 0;
  outline: none;
  border: 1px solid #dfdfdf;
  font-size: 18px;
  height: 46px;
  width: 100%;
  padding: 10px;
  font-family: "brother-1816", sans-serif;
  max-width: 100%;
}

#site-main-content {
  min-height: 300px;
}

.site-header-sticky-enable #site-main-content {
  margin: 100px 0 0;
  display: block;
  overflow: hidden;
}

body:not(.cms-page-is-in-edit-mode) #site-main-content {
  margin: 155px 0 0;
  transition: all ease 1s;
}
@media (max-width: 599px) {
  body:not(.cms-page-is-in-edit-mode) #site-main-content {
    margin: 110px 0 0;
  }
}

#site-header {
  padding: 40px 0 0;
}
@media (max-width: 1299px) {
  #site-header {
    padding: 20px 0 0;
  }
}
#site-header .site-header-block {
  display: flex;
  justify-content: space-between;
  position: relative;
  align-items: center;
}
@media (max-width: 599px) {
  #site-header .site-header-block {
    padding: 0;
  }
}
#site-header .site-header-block .site-header-logo {
  width: 200px;
  transition: all ease 1s;
}
#site-header .site-header-block .site-header-logo .slick-track, #site-header .site-header-block .site-header-logo .site-slide {
  width: 100% !important;
}
#site-header .site-header-block .site-header-logo img {
  width: 100% !important;
  height: auto !important;
}
@media (max-width: 1299px) {
  #site-header .site-header-block .site-header-logo {
    width: 120px;
  }
  #site-header .site-header-block .site-header-logo img {
    padding: 0 0 0 5px;
  }
}
#site-header .site-header-block .site-header-logo h1, #site-header .site-header-block .site-header-logo h2, #site-header .site-header-block .site-header-logo h3, #site-header .site-header-block .site-header-logo h4, #site-header .site-header-block .site-header-logo h5, #site-header .site-header-block .site-header-logo h6 {
  margin: 0;
}
#site-header .site-header-block .site-header-right-wrapper {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
#site-header .site-header-block .site-header-right-wrapper .site-header-right {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
#site-header .site-header-block .site-header-right-wrapper .site-header-links p {
  line-height: 0;
}
@media (max-width: 1299px) {
  #site-header .site-header-block .site-header-right-wrapper .site-header-links .site-button-secondary, #site-header .site-header-block .site-header-right-wrapper .site-header-links .site-search-wrapper .site-search-block.site-search-option2 .site-search-button, .site-search-wrapper .site-search-block.site-search-option2 #site-header .site-header-block .site-header-right-wrapper .site-header-links .site-search-button, #site-header .site-header-block .site-header-right-wrapper .site-header-links .site-button-primary, #site-header .site-header-block .site-header-right-wrapper .site-header-links .site-form-payment-wrapper .site-payment-buttons button, .site-form-payment-wrapper .site-payment-buttons #site-header .site-header-block .site-header-right-wrapper .site-header-links button {
    padding: 0 20px;
    height: 40px;
    line-height: 36px;
  }
}
@media (max-width: 399px) {
  #site-header .site-header-block .site-header-right-wrapper .site-header-links .site-button-secondary, #site-header .site-header-block .site-header-right-wrapper .site-header-links .site-search-wrapper .site-search-block.site-search-option2 .site-search-button, .site-search-wrapper .site-search-block.site-search-option2 #site-header .site-header-block .site-header-right-wrapper .site-header-links .site-search-button, #site-header .site-header-block .site-header-right-wrapper .site-header-links .site-button-primary, #site-header .site-header-block .site-header-right-wrapper .site-header-links .site-form-payment-wrapper .site-payment-buttons button, .site-form-payment-wrapper .site-payment-buttons #site-header .site-header-block .site-header-right-wrapper .site-header-links button {
    padding: 0 10px;
    font-size: 14px;
  }
}

body:not(.cms-page-is-in-edit-mode) #site-header {
  position: fixed;
  width: 100%;
  left: 0;
  top: 0;
  height: 155px;
  background: #ffffff;
  transition: all ease 1s;
  z-index: 10000;
  padding: 30px 0;
}
@media (max-width: 1299px) {
  body:not(.cms-page-is-in-edit-mode) #site-header {
    padding: 30px 0 20px;
    height: 110px;
  }
}
body:not(.cms-page-is-in-edit-mode) #site-header.site-header-sticky {
  height: 120px;
  border-bottom: 1px solid #dfdfdf;
}
@media (max-width: 1299px) {
  body:not(.cms-page-is-in-edit-mode) #site-header.site-header-sticky {
    height: 110px;
  }
}
body:not(.cms-page-is-in-edit-mode) #site-header.site-header-sticky .weglot-container {
  top: -35px;
}
body:not(.cms-page-is-in-edit-mode) #site-header.site-header-sticky .site-header-block .site-header-logo {
  width: 120px;
}
body:not(.cms-page-is-in-edit-mode) #site-header.site-header-sticky .site-header-block .site-header-logo img {
  width: 100% !important;
  height: auto !important;
}
body:not(.cms-page-is-in-edit-mode).cms-page-is-in-preview-mode #site-header {
  top: 45px;
}
body:not(.cms-page-is-in-edit-mode).cms-page-is-published #site-header {
  top: 72px;
}

.weglot-container {
  top: -25px;
  right: -10px !important;
  transition: all ease 1s;
  bottom: auto !important;
}
@media (max-width: 1199px) {
  .weglot-container {
    top: -33px;
    right: -14px !important;
  }
}
@media (max-width: 799px) {
  .weglot-container {
    z-index: 1000 !important;
  }
}

.site-content-no-header-template .cms-user-logged .weglot-container {
  top: 80px;
}
.site-content-no-header-template .cms-user-logged.cms-page-is-in-preview-mode .weglot-container {
  top: 45px;
}
.site-content-no-header-template .weglot-container {
  top: 0px;
  right: 0px !important;
}

@media (min-width: 767px) {
  .site-sidebar {
    width: 490px;
  }
}

.cms-page-is-in-preview-mode .site-page-wrapper {
  margin: 45px 0 0;
}

.cms-user-logged .site-page-wrapper {
  margin: 72px 0 0;
}

.site-menu-toggle {
  width: 40px;
  height: 40px;
  position: relative;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  cursor: pointer;
  background: #414141;
  border-radius: 100%;
  margin: 0 0 0 30px;
}
@media (max-width: 599px) {
  .site-menu-toggle {
    margin: 0 0 0 20px;
  }
}
@media (max-width: 399px) {
  .site-menu-toggle {
    margin: 0 0 0 10px;
  }
}
.site-menu-toggle span {
  display: block;
  position: absolute;
  height: 3px;
  width: 60%;
  background: #ffffff;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
  left: 0;
  right: 0;
  margin: auto;
  border-radius: 15px;
}
.site-menu-toggle span:nth-child(1) {
  top: 11px;
}
.site-menu-toggle span:nth-child(2),
.site-menu-toggle span:nth-child(3) {
  top: 18px;
}
.site-menu-toggle span:nth-child(4) {
  top: 25px;
}
.site-menu-toggle.active-menu-toggle span:nth-child(1) {
  top: 18px;
  width: 0%;
  left: 50%;
}
.site-menu-toggle.active-menu-toggle span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.site-menu-toggle.active-menu-toggle span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.site-menu-toggle.active-menu-toggle span:nth-child(4) {
  top: 18px;
  width: 0%;
  left: 50%;
}

.site-sidebar-menu {
  background: #FFF500;
  border: 1px solid #FFF500;
  padding: 30px 30px 30px 30px;
  margin: 50px 0;
  position: relative;
  min-height: 270px;
}
@media (max-width: 766px) {
  .site-sidebar-menu {
    display: none;
  }
}
.site-sidebar-menu ul {
  padding: 0;
}
.site-sidebar-menu ul.site-nav-block > li > a {
  color: #ffffff;
  border-bottom: 1px solid #f1f1f1;
  display: block;
  padding: 10px 20px 10px 0;
}
.site-sidebar-menu ul.site-nav-block > li > a:hover {
  color: #000;
}
.site-sidebar-menu ul li.site-nav-item {
  display: block;
}
.site-sidebar-menu ul li.site-nav-item.level1 {
  display: none;
}
.site-sidebar-menu ul li.site-nav-item.level1.site-nav-active-path {
  display: block;
}
.site-sidebar-menu ul.site-subnav-block li {
  padding: 0 0 0 10px;
}
.site-sidebar-menu ul.site-subnav-block li > a {
  color: #ffffff;
  border-bottom: 1px solid #f1f1f1;
  display: block;
  padding: 10px 20px 10px 0;
}
.site-sidebar-menu ul.site-subnav-block li > a:hover {
  color: #000;
}
.site-sidebar-menu ul li {
  display: block;
  position: relative;
}
.site-sidebar-menu ul li.site-nav-active > a, .site-sidebar-menu ul li.site-subnav-active > a {
  position: relative;
  color: #000;
  font-weight: bold;
  font-family: "brother-1816", sans-serif;
}
.site-sidebar-menu ul li.site-nav-active > a:after1, .site-sidebar-menu ul li.site-subnav-active > a:after1 {
  content: "";
  background: #FFF500;
  height: 10px;
  width: 10px;
  display: block;
  border-radius: 100%;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
.site-sidebar-menu ul li .site-nav-linktext.site-nav-expand {
  display: block;
  position: absolute;
  right: 0;
  top: 10px;
  color: #414141;
  cursor: pointer;
}
.site-sidebar-menu ul li .site-nav-linktext.site-nav-expand:before {
  font-family: "site-icon" !important;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e909" !important;
  font-size: 30px;
  display: block;
  transition: all ease 0.5s;
}
.site-sidebar-menu ul li .site-nav-linktext.site-nav-expand-active:before {
  transform: rotate(90deg);
}
.site-sidebar-menu ul li .site-subnav-wrapper {
  overflow: hidden;
  max-height: 0;
  transition: all ease 0.5s;
}
.site-sidebar-menu ul li .site-subnav-wrapper-active {
  max-height: 1000px;
}
.site-social-facebook {
  font-size: 0;
  display: inline-block;
  width: 48px;
  height: 43px;
  border-radius: 100%;
}
.site-social-facebook:before {
  font-family: "site-icon" !important;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e902" !important;
  margin: 0;
  display: inline-block;
  vertical-align: top;
  font-size: 20px;
  position: relative;
  z-index: 10;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  text-align: center;
  line-height: 47px;
}
.site-social-instagram {
  font-size: 0;
  display: inline-block;
  width: 48px;
  height: 43px;
  border-radius: 100%;
}
.site-social-instagram:before {
  font-family: "site-icon" !important;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e906" !important;
  margin: 0;
  display: inline-block;
  vertical-align: top;
  font-size: 20px;
  position: relative;
  z-index: 10;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  text-align: center;
  line-height: 47px;
}
.site-social-twitter {
  font-size: 0;
  display: inline-block;
  width: 48px;
  height: 43px;
  border-radius: 100%;
}
.site-social-twitter:before {
  font-family: "site-icon" !important;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e913" !important;
  margin: 0;
  display: inline-block;
  vertical-align: top;
  font-size: 20px;
  position: relative;
  z-index: 10;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  text-align: center;
  line-height: 47px;
}
.site-social-youtube {
  font-size: 0;
  display: inline-block;
  width: 48px;
  height: 43px;
  border-radius: 100%;
}
.site-social-youtube:before {
  font-family: "site-icon" !important;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e905" !important;
  margin: 0;
  display: inline-block;
  vertical-align: top;
  font-size: 20px;
  position: relative;
  z-index: 10;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  text-align: center;
  line-height: 47px;
}
.site-social-linkedin {
  font-size: 0;
  display: inline-block;
  width: 48px;
  height: 43px;
  border-radius: 100%;
}
.site-social-linkedin:before {
  font-family: "site-icon" !important;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e900" !important;
  margin: 0;
  display: inline-block;
  vertical-align: top;
  font-size: 20px;
  position: relative;
  z-index: 10;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  text-align: center;
  line-height: 47px;
}
.site-social-tiktok {
  font-size: 0;
  display: inline-block;
  width: 48px;
  height: 43px;
  border-radius: 100%;
}
.site-social-tiktok:before {
  font-family: "site-icon" !important;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e902" !important;
  margin: 0;
  display: inline-block;
  vertical-align: top;
  font-size: 20px;
  position: relative;
  z-index: 10;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  text-align: center;
  line-height: 47px;
}

.hide-post-title h3.site-display-title {
  display: none;
}

.site-display-filter-data {
  margin: 0;
}
@media (max-width: 599px) {
  .site-display-filter-data.site-search-in-enable {
    margin: 50px 0 0;
  }
}

.cms-display-feature-wrapper .site-display-wrapper .site-display-wrapper-listitem:hover .site-display-list-block .site-display-image img {
  border: 3px solid #414141;
}
.cms-display-feature-wrapper .site-display-wrapper .site-display-wrapper-listitem.cms-tag-experience .site-display-list-block:before {
  background: #FF2689;
}
.cms-display-feature-wrapper .site-display-wrapper .site-display-wrapper-listitem.cms-tag-experience .site-display-list-block .site-display-image img {
  border: 0px solid #FF2689;
  transition: all ease 0.5s;
}
.cms-display-feature-wrapper .site-display-wrapper .site-display-wrapper-listitem.cms-tag-experience:hover .site-display-list-block .site-display-image img {
  border: 3px solid #FF2689;
}
.cms-display-feature-wrapper .site-display-wrapper .site-display-wrapper-listitem.cms-tag-amplify .site-display-list-block:before {
  background: #419F7A;
}
.cms-display-feature-wrapper .site-display-wrapper .site-display-wrapper-listitem.cms-tag-amplify .site-display-list-block .site-display-image img {
  border: 0px solid #419F7A;
  transition: all ease 0.5s;
}
.cms-display-feature-wrapper .site-display-wrapper .site-display-wrapper-listitem.cms-tag-amplify:hover .site-display-list-block .site-display-image img {
  border: 3px solid #419F7A;
}
.cms-display-feature-wrapper .site-display-wrapper .site-display-wrapper-listitem.cms-tag-create .site-display-list-block:before {
  background: #A20074;
}
.cms-display-feature-wrapper .site-display-wrapper .site-display-wrapper-listitem.cms-tag-create .site-display-list-block .site-display-image img {
  border: 0px solid #A20074;
  transition: all ease 0.5s;
}
.cms-display-feature-wrapper .site-display-wrapper .site-display-wrapper-listitem.cms-tag-create:hover .site-display-list-block .site-display-image img {
  border: 3px solid #A20074;
}
.cms-display-feature-wrapper .site-display-wrapper .site-display-wrapper-listitem.cms-tag-explore .site-display-list-block .site-hub-card-desc-right-block {
  background: #FF6300;
}
.cms-display-feature-wrapper .site-display-wrapper .site-display-wrapper-listitem.cms-tag-explore .site-display-list-block:before {
  background: #FF6300;
}
.cms-display-feature-wrapper .site-display-wrapper .site-display-wrapper-listitem.cms-tag-explore .site-display-list-block .site-display-image img {
  border: 0px solid #FF6300;
  transition: all ease 0.5s;
}
.cms-display-feature-wrapper .site-display-wrapper .site-display-wrapper-listitem.cms-tag-explore:hover .site-display-list-block .site-display-image img {
  border: 3px solid #FF6300;
}
.cms-display-feature-wrapper .site-display-wrapper .site-display-wrapper-listitem.cms-tag-data .site-display-list-block:before {
  background: #130092;
}
.cms-display-feature-wrapper .site-display-wrapper .site-display-wrapper-listitem.cms-tag-data .site-display-list-block .site-display-image img {
  border: 0px solid #130092;
  transition: all ease 0.5s;
}
.cms-display-feature-wrapper .site-display-wrapper .site-display-wrapper-listitem.cms-tag-data:hover .site-display-list-block .site-display-image img {
  border: 3px solid #130092;
}
.cms-display-feature-wrapper .site-display-wrapper .site-display-wrapper-listitem .site-display-list-block {
  position: relative;
  margin: 0 5px 20px;
}
.cms-display-feature-wrapper .site-display-wrapper .site-display-wrapper-listitem .site-display-list-block:before {
  content: "";
  display: block;
  background: #FFF500;
  border-radius: 20px;
  width: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 549px) {
  .cms-display-feature-wrapper .site-display-wrapper .site-display-wrapper-listitem .site-display-list-block:before {
    height: auto;
  }
}
.cms-display-feature-wrapper .site-display-wrapper .site-display-wrapper-listitem .site-display-list-block .site-tag-postedby {
  font-size: 12px;
  color: #000000;
  position: relative;
  padding: 0 0 0 40px;
  margin: 0 0 15px;
}
.cms-display-feature-wrapper .site-display-wrapper .site-display-wrapper-listitem .site-display-list-block .site-tag-postedby:before {
  display: block;
  height: 28px;
  width: 28px;
  border-radius: 100%;
  color: #ffffff;
  position: absolute;
  left: 2px;
  top: 0;
  font-family: "gelato-luxe";
  font-size: 25px;
  text-align: center;
  line-height: 20px;
  font-weight: bold;
  animation: postedby 2s infinite;
  bottom: 0;
  margin: auto;
}
.cms-display-feature-wrapper .site-display-wrapper .site-display-wrapper-listitem .site-display-list-block .site-tag-postedby a {
  border-bottom: 1px solid;
  color: #000000;
  text-decoration: none;
}
.cms-display-feature-wrapper .site-display-wrapper .site-display-wrapper-listitem .site-display-list-block .site-tag-postedby.site-tag-postedby-create:before {
  content: "c";
  background: #A20074;
}
.cms-display-feature-wrapper .site-display-wrapper .site-display-wrapper-listitem .site-display-list-block .site-tag-postedby.site-tag-postedby-amplify:before {
  content: "a";
  background: #419F7A;
}
.cms-display-feature-wrapper .site-display-wrapper .site-display-wrapper-listitem .site-display-list-block .site-tag-postedby.site-tag-postedby-experience:before {
  content: "e";
  background: #FF2689;
}
.cms-display-feature-wrapper .site-display-wrapper .site-display-wrapper-listitem .site-display-list-block .site-tag-postedby.site-tag-postedby-explore:before {
  content: "e";
  background: #FF6300;
}
.cms-display-feature-wrapper .site-display-wrapper .site-display-wrapper-listitem .site-display-list-block .site-tag-postedby.site-tag-postedby-data:before {
  content: "d";
  line-height: 30px;
  background: #130092;
  font-size: 20px;
}
.cms-display-feature-wrapper .site-display-wrapper .site-display-wrapper-listitem .site-display-list-block .site-tag-postedby.site-tag-postedby-seo:before {
  content: "s";
  background: #00B0DE;
}
.cms-display-feature-wrapper .site-display-wrapper .site-display-wrapper-listitem .site-display-list-block .site-tag-postedby.site-tag-postedby-success-stories:before {
  content: "s";
  background: #DA2075;
}
.cms-display-feature-wrapper .site-display-wrapper .site-display-wrapper-listitem .site-display-list-block .site-tag-postedby.site-tag-postedby-digital-advertising:before {
  content: "d";
  background: #FF6300;
  line-height: 30px;
  font-size: 20px;
}
.cms-display-feature-wrapper .site-display-wrapper .site-display-wrapper-listitem .site-display-list-block .site-tag-postedby.site-tag-postedby-the-amp:before {
  content: "a";
  background: #FFF500;
  color: #000000;
}
.cms-display-feature-wrapper .site-display-wrapper .site-display-wrapper-listitem .site-display-list-block.site-display-no-img {
  padding-top: 400px;
}
@media (max-width: 1099px) {
  .cms-display-feature-wrapper .site-display-wrapper .site-display-wrapper-listitem .site-display-list-block.site-display-no-img {
    padding-top: 337px;
  }
}
.cms-display-feature-wrapper .site-display-wrapper .site-display-wrapper-listitem .site-display-list-block .site-display-image {
  overflow: hidden;
}
.cms-display-feature-wrapper .site-display-wrapper .site-display-wrapper-listitem .site-display-list-block .site-display-image .site-display-image-link img {
  z-index: 10;
  position: relative;
  transition: 0.5s ease-in-out;
  overflow: hidden;
  display: block;
  width: 100%;
  object-fit: cover;
  aspect-ratio: 9/12;
}
.cms-display-feature-wrapper .site-display-wrapper .site-display-wrapper-listitem .site-display-list-block .site-display-image img {
  height: 100%;
  width: auto;
  object-fit: cover;
}
.cms-display-feature-wrapper .site-display-wrapper .site-display-wrapper-listitem .site-display-list-block .site-display-data-block h3.site-display-title {
  font-family: "brother-1816", sans-serif;
  font-size: 18px;
  line-height: 25px;
}
@media (max-width: 1099px) {
  .cms-display-feature-wrapper .site-display-wrapper .site-display-wrapper-listitem .site-display-list-block .site-display-data-block h3.site-display-title {
    font-size: 16px;
    line-height: 23px;
  }
}
@media (max-width: 599px) {
  .cms-display-feature-wrapper .site-display-wrapper .site-display-wrapper-listitem .site-display-list-block .site-display-data-block h3.site-display-title {
    font-size: 14px;
    line-height: 20px;
  }
}
.cms-display-feature-wrapper .site-display-wrapper .site-display-wrapper-listitem .site-display-list-block .site-display-data-block h3.site-display-title a {
  color: #414141;
  text-decoration: none;
  border-bottom: 1px solid transparent;
  transition: all ease 0.8s;
  font-weight: 500;
}
.cms-display-feature-wrapper .site-display-wrapper .site-display-wrapper-listitem .site-display-list-block .site-display-data-block h3.site-display-title a:hover {
  border-bottom: 1px solid #414141;
}
.cms-display-feature-wrapper .site-display-wrapper .site-display-wrapper-listitem .site-display-list-block .site-display-data-block .site-display-desc {
  font-size: 16px;
  line-height: 25px;
}

.site-custom-tab-form-wrapper {
  overflow: hidden;
}
.site-custom-tab-form-wrapper .site-custom-tab-form-section {
  overflow: hidden;
  transition: max-height ease 0.5s;
  max-height: 0px;
  position: absolute;
  opacity: 0;
}
.site-custom-tab-form-wrapper .site-custom-tab-form-section.site-custom-tab-form-section-first .site-custom-tab-form-next .site-form-description:after, .site-custom-tab-form-wrapper .site-custom-tab-form-section.site-custom-tab-form-section-first .site-custom-tab-form-next .site-form-description:before {
  display: none !important;
}
.site-custom-tab-form-wrapper .site-custom-tab-form-section.site-custom-tab-form-section-active {
  max-height: 3000px;
  position: relative;
  opacity: 1;
  transition: all ease 0.8s;
  display: block;
}
.site-custom-tab-form-wrapper .site-custom-tab-form-section.site-custom-tab-form-section-active .site-custom-tab-form-next {
  pointer-events: all;
}
.site-custom-tab-form-wrapper .site-custom-tab-form-section.site-custom-tab-form-section-active .site-custom-tab-form-next .site-form-description:after, .site-custom-tab-form-wrapper .site-custom-tab-form-section.site-custom-tab-form-section-active .site-custom-tab-form-next .site-form-description:before {
  display: block;
}
.site-custom-tab-form-wrapper .site-custom-tab-form-section .site-custom-tab-form-next {
  pointer-events: none;
}
.site-custom-tab-form-wrapper .site-custom-tab-form-section .site-custom-tab-form-next .site-form-description {
  position: relative;
  padding: 0 65px 0 0;
}
.site-custom-tab-form-wrapper .site-custom-tab-form-section .site-custom-tab-form-next .site-form-description:after {
  content: "Back";
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  font-size: 13px;
  display: none;
  text-transform: uppercase;
  height: 35px;
}
.site-custom-tab-form-wrapper .site-custom-tab-form-section .site-custom-tab-form-next .site-form-description::before {
  content: "\e908" !important;
  font-family: "site-icon" !important;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  right: 35px;
  font-size: 25px;
  top: 1px;
  display: none;
}
.site-custom-tab-form-wrapper .site-custom-tab-form-section .site-custom-tab-form-next .site-form-description:hover:after {
  border-bottom: 1px solid #000000;
}
.site-custom-tab-form-wrapper .site-custom-tab-form-section .site-custom-tab-form-next label {
  display: none;
}
.custom-inline-checkbox-wrapper .site-form-block.site-form-checkbox .site-checkbox-wrapper, .custom-inline-checkbox-radio-wrapper .site-form-block.site-form-checkbox .site-checkbox-wrapper {
  display: inline-block;
  width: 48%;
}
@media (max-width: 599px) {
  .custom-inline-checkbox-wrapper .site-form-block.site-form-checkbox .site-checkbox-wrapper, .custom-inline-checkbox-radio-wrapper .site-form-block.site-form-checkbox .site-checkbox-wrapper {
    width: 100%;
    display: block;
  }
}

.custom-inline-checkbox-radio-wrapper .site-form-block.site-form-radio .site-radio-block, .custom-inline-radio-wrapper .site-form-block.site-form-radio .site-radio-block {
  display: inline-block;
  width: 48%;
}
@media (max-width: 599px) {
  .custom-inline-checkbox-radio-wrapper .site-form-block.site-form-radio .site-radio-block, .custom-inline-radio-wrapper .site-form-block.site-form-radio .site-radio-block {
    width: 100%;
    display: block;
  }
}

.custom-form-title .site-form-block.site-form-textbox {
  position: relative;
  padding: 20px 0 0;
}
.custom-form-title .site-form-block.site-form-textbox .site-form-label {
  position: absolute;
  top: 5px;
  left: 15px;
  background: white;
  font-size: 14px;
  padding: 0 10px;
}
.custom-form-title .site-form-block.site-form-textbox .site-form-label label {
  padding: 0;
}

.site-slider .site-slide .site-slider-caption {
  position: absolute !important;
}

.cms-gallery-feature-wrapper:not(.site-custom-hero-wrapper) .site-slider {
  text-align: left;
}
.cms-gallery-feature-wrapper:not(.site-custom-hero-wrapper) .site-slider .site-slide .site-slider-caption {
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0.7) 50%, rgba(0, 0, 0, 0) 100%);
  width: 100% !important;
  left: 0 !important;
  right: 0 !important;
  z-index: 1;
}
.cms-gallery-feature-wrapper:not(.site-custom-hero-wrapper) .site-slider .site-slide .site-slider-caption .site-slider-capton-data {
  padding: 40px 0;
}
.cms-gallery-feature-wrapper:not(.site-custom-hero-wrapper) .site-slider.site-slide-caption-dt-tl .site-slide .site-slider-caption, .cms-gallery-feature-wrapper:not(.site-custom-hero-wrapper) .site-slider.site-slide-caption-dt-tr .site-slide .site-slider-caption, .cms-gallery-feature-wrapper:not(.site-custom-hero-wrapper) .site-slider.site-slide-caption-dt-tc .site-slide .site-slider-caption {
  background: linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.7) 50%, rgba(0, 0, 0, 0.7) 100%);
  z-index: 1;
}
.cms-gallery-feature-wrapper:not(.site-custom-hero-wrapper) .site-slider.site-slide-caption-dt-ml .site-slide .site-slider-caption, .cms-gallery-feature-wrapper:not(.site-custom-hero-wrapper) .site-slider.site-slide-caption-dt-mr .site-slide .site-slider-caption, .cms-gallery-feature-wrapper:not(.site-custom-hero-wrapper) .site-slider.site-slide-caption-dt-mc .site-slide .site-slider-caption {
  background: linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.7) 50%, rgba(0, 0, 0, 0) 100%);
  height: 100%;
  width: 100%;
  z-index: 1;
}
.cms-gallery-feature-wrapper:not(.site-custom-hero-wrapper) .site-slider.site-slide-caption-dt-ml .site-slide .site-slider-caption .site-slider-capton-data, .cms-gallery-feature-wrapper:not(.site-custom-hero-wrapper) .site-slider.site-slide-caption-dt-mr .site-slide .site-slider-caption .site-slider-capton-data, .cms-gallery-feature-wrapper:not(.site-custom-hero-wrapper) .site-slider.site-slide-caption-dt-mc .site-slide .site-slider-caption .site-slider-capton-data {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.cms-gallery-feature-wrapper:not(.site-custom-hero-wrapper) .site-slider.site-slide-caption-dt-mr .site-slide .site-slider-caption .site-slider-capton-data {
  right: 5%;
}
.cms-gallery-feature-wrapper:not(.site-custom-hero-wrapper) .site-slider.site-slide-caption-dt-ml .site-slide .site-slider-caption .site-slider-capton-data {
  width: 90%;
  left: 5%;
}
.cms-gallery-feature-wrapper:not(.site-custom-hero-wrapper) .site-slider.site-slide-caption-dt-mc .site-slide .site-slider-caption .site-slider-capton-data {
  width: 100%;
  left: 0;
}

.site-sub-container1 .cms-gallery-feature-wrapper.site-col-full-width-wrapper .site-slider-caption .site-container {
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 20px;
  width: 100%;
}

.site-color-slider-wrapper .site-slider .site-slide {
  background: #F8F8F8;
  border-radius: 20px;
}
.site-color-slider-wrapper .site-slider .site-slide .site-slider-caption {
  position: static !important;
  padding: 25px 0;
}
.site-color-slider-wrapper .site-slider .site-slide .site-slider-caption .site-slider-capton-data {
  text-align: left;
  padding: 0 !important;
}

.custom-gallery-logo-wrapper {
  position: absolute;
  height: auto;
  z-index: 1;
  top: 30px;
}
.custom-gallery-logo-wrapper .site-slider-image-block .site-slider-image {
  width: 200px !important;
}

body.cms-page-is-in-preview-mode .custom-gallery-logo-wrapper {
  top: 75px;
}

.site-custom-heading-hero .site-slider-capton-data h1 tt, .site-custom-heading-hero .site-slider-capton-data h2 tt {
  font-size: 35px;
  line-height: 35px;
}

@media (max-width: 599px) {
  .amp-quote-slider-wrapper .site-slider .slick-arrow {
    top: auto !important;
    bottom: 20px;
  }
}
@media (min-width: 600px) {
  .amp-quote-slider-wrapper .site-slider .slick-track {
    display: flex !important;
  }
  .amp-quote-slider-wrapper .site-slider .slick-slide {
    height: inherit !important;
  }
}
.amp-quote-slider-wrapper .site-slider .site-slide .site-slider-image-block img {
  display: none !important;
}
.amp-quote-slider-wrapper .site-slider .site-slide .site-slider-caption {
  position: static !important;
  background: #419F7A !important;
  border-radius: 20px;
  color: #ffffff;
  padding: 60px 40px 20px;
  height: 100%;
}
@media (max-width: 1499px) {
  .amp-quote-slider-wrapper .site-slider .site-slide .site-slider-caption {
    padding: 60px 20px 20px;
  }
}
.amp-quote-slider-wrapper .site-slider .site-slide .site-slider-caption:before {
  font-family: "site-icon" !important;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e903" !important;
  font-size: 35px;
}
.amp-quote-slider-wrapper .site-slider .site-slide .site-slider-caption .site-slider-capton-data {
  padding: 20px 0 !important;
}
.amp-quote-slider-wrapper .site-slider .site-slide .site-slider-caption .site-slider-more-desc-data {
  position: relative;
  padding: 30px 0 0;
  margin: 10px 0 0;
  line-height: 20px;
}
.amp-quote-slider-wrapper .site-slider .site-slide .site-slider-caption .site-slider-more-desc-data cite {
  font-style: normal;
  font-size: 14px;
}
.amp-quote-slider-wrapper .site-slider .site-slide .site-slider-caption .site-slider-more-desc-data cite b, .amp-quote-slider-wrapper .site-slider .site-slide .site-slider-caption .site-slider-more-desc-data cite strong {
  font-weight: bold;
  display: block;
}
.amp-quote-slider-wrapper .site-slider .site-slide .site-slider-caption .site-slider-more-desc-data cite:before {
  content: "-";
  margin: 0 5px 0 0;
  display: none;
}
.amp-quote-slider-wrapper .site-slider .site-slide .site-slider-caption .site-slider-more-desc-data cite:after {
  content: "";
  display: block;
  background: #ffffff;
  width: 100px;
  margin: auto;
  left: 0;
  right: 0;
  height: 1px;
  position: absolute;
  top: 0;
}
.amp-quote-slider-wrapper .site-slider .site-slide .site-slider-caption .site-slider-more-desc-data p {
  margin: 0 0 20px;
}
.amp-quote-slider-wrapper .site-slider .site-slide .site-slider-caption .site-slider-more-desc-data img {
  margin: auto;
  background: #ffffff;
  height: 60px;
  width: 60px;
  border-radius: 100%;
  padding: 5px;
}
.amp-quote-slider-wrapper .site-slider .site-slide:nth-child(even) .site-slider-caption {
  background: #F8F4F1 !important;
  color: #414141;
}
.amp-quote-slider-wrapper .site-slider .site-slide:nth-child(even) .site-slider-caption .site-slider-capton-data {
  color: #414141;
}
.amp-quote-slider-wrapper .site-slider .site-slide:nth-child(even) .site-slider-caption .site-slider-more-desc-data cite:after {
  background: #414141;
}
.amp-quote-slider-wrapper.amp-quote-slider-green-wrapper .site-slider .site-slide .site-slider-caption {
  background: #419F7A !important;
  color: #ffffff;
}
.amp-quote-slider-wrapper.amp-quote-slider-green-wrapper .site-slider .site-slide .site-slider-caption:before {
  color: #ffffff !important;
}
.amp-quote-slider-wrapper.amp-quote-slider-green-wrapper .site-slider .site-slide .site-slider-caption .site-slider-capton-data {
  color: #ffffff;
}
.amp-quote-slider-wrapper.amp-quote-slider-green-wrapper .site-slider .site-slide .site-slider-caption .site-slider-more-desc-data cite:after {
  background: #ffffff;
}
.amp-quote-slider-wrapper.amp-quote-slider-gray-wrapper .site-slider .site-slide .site-slider-caption {
  background: #F8F4F1 !important;
  color: #414141;
}
.amp-quote-slider-wrapper.amp-quote-slider-gray-wrapper .site-slider .site-slide .site-slider-caption:before {
  color: #414141 !important;
}
.amp-quote-slider-wrapper.amp-quote-slider-gray-wrapper .site-slider .site-slide .site-slider-caption .site-slider-capton-data {
  color: #414141;
}
.amp-quote-slider-wrapper.amp-quote-slider-gray-wrapper .site-slider .site-slide .site-slider-caption .site-slider-more-desc-data cite:after {
  background: #414141;
}

.site-search-wrapper {
  margin: 0 0 0 20px;
  background: #414141;
  width: 50px;
  height: 50px;
  border-radius: 100%;
  text-align: center;
  line-height: 50px;
  transition: all ease 0.5s;
}
.site-search-wrapper:hover {
  border: 1px solid #414141;
  background: #ffffff;
}
.site-search-wrapper:hover .site-search-icon {
  color: #414141;
}
@media (max-width: 1299px) {
  .site-search-wrapper {
    margin: 0;
    display: none;
  }
}
.site-search-wrapper .site-search-icon {
  color: #ffffff;
  font-size: 25px;
  transition: all ease 0.5s;
}
.site-search-wrapper .site-search-icon i {
  font-weight: bold;
  cursor: pointer;
}
@media (max-width: 1299px) {
  .site-search-wrapper .site-search-icon {
    display: none;
  }
}
.site-search-wrapper .site-search-block {
  opacity: 0;
  visibility: hidden;
}
.site-search-wrapper .site-search-block-active {
  opacity: 1;
  visibility: visible;
}
.site-search-wrapper .site-search-block-active.site-search-option {
  width: 300px !important;
}
.site-search-wrapper .site-search-block-active.site-search-option1 {
  max-height: 86px !important;
}
.site-search-wrapper .site-search-block-active.site-search-option2 {
  right: 0 !important;
}
.site-search-wrapper .site-search-block.site-search-option {
  position: absolute;
  right: 40px;
  z-index: 1000;
  top: 12px;
  width: 0;
  transition: all ease 0.6s;
}
.site-search-wrapper .site-search-block.site-search-option .site-search-data .site-search-input {
  border-radius: 25px !important;
  border: 3px solid #000 !important;
  transition: all ease 0.6s;
}
.site-search-wrapper .site-search-block.site-search-option .site-search-data .site-search-button {
  position: relative;
  display: inline-block;
  overflow: hidden;
  font-size: 18px;
  border: 1px solid transparent;
  color: #FFF500;
  text-decoration: none;
  border-radius: 50px;
  padding: 3px 50px 5px;
  background: transparent;
  transition: all ease 0.5s;
  line-height: 40px;
  text-decoration: none !important;
  font-size: 0;
  padding: 0 10px;
  letter-spacing: 0;
  position: absolute;
  right: 0;
}
.site-search-wrapper .site-search-block.site-search-option .site-search-data .site-search-button span {
  position: relative;
  z-index: 10;
}
.site-search-wrapper .site-search-block.site-search-option .site-search-data .site-search-button:before, .site-search-wrapper .site-search-block.site-search-option .site-search-data .site-search-button:after {
  position: absolute;
  top: 50%;
  content: "";
  width: 20px;
  height: 18px;
  background-color: #ffffff;
  border-radius: 50%;
}
.site-search-wrapper .site-search-block.site-search-option .site-search-data .site-search-button:before {
  left: -20px;
  transform: translate(-50%, -50%);
}
.site-search-wrapper .site-search-block.site-search-option .site-search-data .site-search-button:after {
  right: -20px;
  transform: translate(50%, -50%);
}
.site-search-wrapper .site-search-block.site-search-option .site-search-data .site-search-button:hover {
  color: #000 !important;
  border: 1px solid transparent;
  transition: all ease 1.2s;
}
.site-search-wrapper .site-search-block.site-search-option .site-search-data .site-search-button:hover span {
  color: #000 !important;
}
.site-search-wrapper .site-search-block.site-search-option .site-search-data .site-search-button:hover:before {
  animation: criss-cross-left 0.8s both;
  animation-direction: alternate;
}
.site-search-wrapper .site-search-block.site-search-option .site-search-data .site-search-button:hover:after {
  animation: criss-cross-right 0.8s both;
  animation-direction: alternate;
}
@keyframes criss-cross-left {
  0% {
    left: -20px;
  }
  50% {
    left: 50%;
    width: 20px;
    height: 18px;
  }
  100% {
    left: 50%;
    width: 100%;
    height: 100%;
  }
}
@keyframes criss-cross-right {
  0% {
    right: -20px;
  }
  50% {
    right: 50%;
    width: 20px;
    height: 18px;
    border-radius: 50px;
  }
  100% {
    right: 50%;
    width: 100%;
    height: 100%;
    border-radius: 50px;
  }
}
.site-search-wrapper .site-search-block.site-search-option .site-search-data .site-search-button:before {
  font-family: "site-icon" !important;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e905" !important;
  font-size: 30px;
  font-weight: bold;
}
.site-search-wrapper .site-search-block.site-search-option1 {
  position: absolute;
  right: 0;
  top: 100%;
  background: #f1f1f1;
  z-index: 1000;
  padding: 20px;
  width: 400px;
  height: auto;
  max-height: 0;
  transition: all ease 0.3s;
}
.site-search-wrapper .site-search-block.site-search-option1 .site-search-data {
  display: flex;
}
.site-search-wrapper .site-search-block.site-search-option1 .site-search-data .site-search-button {
  position: relative;
  display: inline-block;
  overflow: hidden;
  font-size: 18px;
  border: 1px solid #000000;
  color: #ffffff;
  text-decoration: none;
  border-radius: 50px;
  padding: 3px 50px 5px;
  background: #FFF500;
  transition: all ease 0.5s;
  line-height: 40px;
  text-decoration: none !important;
  font-size: 0;
  padding: 0 10px;
  letter-spacing: 0;
}
.site-search-wrapper .site-search-block.site-search-option1 .site-search-data .site-search-button span {
  position: relative;
  z-index: 10;
}
.site-search-wrapper .site-search-block.site-search-option1 .site-search-data .site-search-button:before, .site-search-wrapper .site-search-block.site-search-option1 .site-search-data .site-search-button:after {
  position: absolute;
  top: 50%;
  content: "";
  width: 20px;
  height: 18px;
  background-color: #ffffff;
  border-radius: 50%;
}
.site-search-wrapper .site-search-block.site-search-option1 .site-search-data .site-search-button:before {
  left: -20px;
  transform: translate(-50%, -50%);
}
.site-search-wrapper .site-search-block.site-search-option1 .site-search-data .site-search-button:after {
  right: -20px;
  transform: translate(50%, -50%);
}
.site-search-wrapper .site-search-block.site-search-option1 .site-search-data .site-search-button:hover {
  color: #FFF500 !important;
  border: 1px solid #000;
  transition: all ease 1.2s;
}
.site-search-wrapper .site-search-block.site-search-option1 .site-search-data .site-search-button:hover span {
  color: #FFF500 !important;
}
.site-search-wrapper .site-search-block.site-search-option1 .site-search-data .site-search-button:hover:before {
  animation: criss-cross-left 0.8s both;
  animation-direction: alternate;
}
.site-search-wrapper .site-search-block.site-search-option1 .site-search-data .site-search-button:hover:after {
  animation: criss-cross-right 0.8s both;
  animation-direction: alternate;
}
@keyframes criss-cross-left {
  0% {
    left: -20px;
  }
  50% {
    left: 50%;
    width: 20px;
    height: 18px;
  }
  100% {
    left: 50%;
    width: 100%;
    height: 100%;
  }
}
@keyframes criss-cross-right {
  0% {
    right: -20px;
  }
  50% {
    right: 50%;
    width: 20px;
    height: 18px;
    border-radius: 50px;
  }
  100% {
    right: 50%;
    width: 100%;
    height: 100%;
    border-radius: 50px;
  }
}
.site-search-wrapper .site-search-block.site-search-option1 .site-search-data .site-search-button:before {
  font-family: "site-icon" !important;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e905" !important;
  font-size: 30px;
  font-weight: bold;
}
.site-search-wrapper .site-search-block.site-search-option2 {
  position: fixed;
  background: rgba(0, 0, 0, 0.8);
  width: 100%;
  height: 100%;
  right: -100%;
  top: 0;
  z-index: 1000;
  transition: all ease 0.5s;
}
.site-search-wrapper .site-search-block.site-search-option2 .site-search-data {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  text-align: center;
  width: 100%;
}
.site-search-wrapper .site-search-block.site-search-option2 .site-search-input {
  background: none;
  border: none;
  border-bottom: 1px solid #ffffff;
  outline: none;
  max-width: 400px;
  width: 100%;
  color: #ffffff;
  font-size: 25px;
  padding: 0 0 10px;
  margin: 0 10px 0 0;
}
.site-navigation-search {
  padding: 30px 20px 20px;
}
@media (min-width: 1300px) {
  .site-navigation-search {
    display: none;
  }
}
.site-navigation-search .site-search-data {
  position: relative;
}
.site-navigation-search .site-search-data .site-search-input {
  background: #ffffff;
  border-radius: 0;
  outline: none;
  border: 1px solid #dfdfdf;
  font-size: 18px;
  height: 46px;
  width: 100%;
  padding: 10px;
  font-family: "brother-1816", sans-serif;
  border-radius: 10px;
}
.site-navigation-search .site-search-data .site-search-button {
  position: absolute;
  right: 7px;
  font-size: 0;
  background: no-repeat;
  border: none;
  line-height: 40px;
  margin: auto;
  top: 2px;
  bottom: 0;
  border-radius: 10px;
}
.site-navigation-search .site-search-data .site-search-button:before {
  font-family: "site-icon" !important;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e905" !important;
  font-size: 25px;
  color: #000000;
}

.site-bookmark-wrapper .site-bookmark-block {
  position: fixed;
  bottom: 10px;
  left: 20px;
  display: flex;
  z-index: 10000;
}
.site-bookmark-wrapper .site-bookmark-block .site-bookmark-icon {
  width: 35px;
  height: 50px;
  box-shadow: 0 2px 5px 0px rgba(0, 0, 0, 0.4);
  background: #FFF500;
  border: 5px solid #FFF500;
  text-align: center;
  padding: 10px 0 0 0;
  position: relative;
  align-self: end;
  margin: 0 0 10px;
  cursor: pointer;
}
.site-bookmark-wrapper .site-bookmark-block .site-bookmark-icon .site-bookmark-count {
  margin: 0 0 0;
  font-size: 13px;
  position: absolute;
  top: -18px;
  right: -18px;
  background: #000;
  width: 25px;
  height: 25px;
  z-index: 1;
  color: #FFF500;
  border-radius: 10px;
  line-height: 23px;
  text-align: center;
  font-weight: bold;
}
.site-bookmark-wrapper .site-bookmark-block .site-bookmark-icon:after {
  font-family: "site-icon" !important;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e915" !important;
  font-size: 25px;
  color: #000;
  position: absolute;
  left: 0;
  right: 0;
  top: 5px;
}
.site-bookmark-wrapper .site-bookmark-block .site-bookmark-list-close {
  position: absolute;
  top: 10px;
  width: 40px;
  height: 40px;
  right: 10px;
  background: #000000;
  border-radius: 10px;
  text-align: center;
  line-height: 40px;
  transition: all ease 0.8s;
  border: 1px solid transparent;
  cursor: pointer;
}
.site-bookmark-wrapper .site-bookmark-block .site-bookmark-list-close:hover {
  background: #ffffff;
  border: 1px solid #000000;
}
.site-bookmark-wrapper .site-bookmark-block .site-bookmark-list-close:hover:after {
  color: #000000;
}
.site-bookmark-wrapper .site-bookmark-block .site-bookmark-list-close:after {
  font-family: "site-icon" !important;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e90f" !important;
  color: #FFF500;
  transition: all ease 0.8s;
}
.site-bookmark-wrapper .site-bookmark-block .site-bookmark-list-wrapper {
  position: fixed;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.8);
  z-index: 100000;
  width: 100%;
  height: 0;
  transition: all ease 0.5s;
  opacity: 0;
  visibility: hidden;
}
.site-bookmark-wrapper .site-bookmark-block .site-bookmark-list-wrapper.site-bookmark-list-popup {
  width: 100%;
  height: 100%;
  opacity: 1;
  visibility: visible;
}
.site-bookmark-wrapper .site-bookmark-block .site-bookmark-list-wrapper-block {
  background: #ffffff;
  max-width: 600px;
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-height: calc(100% - 200px);
  overflow: scroll;
}
.site-bookmark-wrapper .site-bookmark-block .site-bookmark-list {
  display: flex;
  padding: 50px 40px;
  border-radius: 20px;
  flex-wrap: wrap;
  justify-content: center;
  flex-wrap: wrap;
}
@media (max-width: 999px) {
  .site-bookmark-wrapper .site-bookmark-block .site-bookmark-list {
    flex-wrap: wrap;
    align-content: start;
    justify-content: start;
    height: 90%;
    overflow: scroll;
    width: 90%;
    margin: auto;
    padding: 30px 20px;
  }
  .site-bookmark-wrapper .site-bookmark-block .site-bookmark-list.site-bookmark-list-popup {
    opacity: 1;
    visibility: visible;
  }
}
.site-bookmark-wrapper .site-bookmark-block .site-bookmark-list .site-bookmark-wrapper-listitem {
  width: 100px;
  height: 175px;
  margin: 0;
  position: relative;
  max-width: 25%;
  flex: 0 0 25%;
  padding: 7px;
}
@media (max-width: 999px) {
  .site-bookmark-wrapper .site-bookmark-block .site-bookmark-list .site-bookmark-wrapper-listitem {
    max-width: 25%;
    padding: 10px;
    height: 250px;
    float: left;
    margin: 0;
    flex: 0 0 25%;
  }
}
@media (max-width: 599px) {
  .site-bookmark-wrapper .site-bookmark-block .site-bookmark-list .site-bookmark-wrapper-listitem {
    max-width: 33.3%;
    height: 150px;
    float: left;
    flex: 0 0 33.3%;
  }
}
.site-bookmark-wrapper .site-bookmark-block .site-bookmark-list .site-bookmark-wrapper-listitem .site-bookmark-list-block {
  border: 5px solid #ffffff;
  position: relative;
  background: #FFF500;
  height: 100%;
  box-shadow: 0 2px 5px 0px rgba(0, 0, 0, 0.4);
  translate: 0;
  transition: all ease 0.5s;
  overflow: hidden;
  border-radius: 10px;
}
.site-bookmark-wrapper .site-bookmark-block .site-bookmark-list .site-bookmark-wrapper-listitem .site-bookmark-list-block .site-bookmark-image {
  width: 100%;
  height: 100%;
  border-radius: 10px;
}
.site-bookmark-wrapper .site-bookmark-block .site-bookmark-list .site-bookmark-wrapper-listitem .site-bookmark-list-block .site-bookmark-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
}
.site-bookmark-wrapper .site-bookmark-block .site-bookmark-list .site-bookmark-data-block {
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
}
.site-bookmark-wrapper .site-bookmark-block .site-bookmark-list .site-bookmark-data-block:before {
  background: rgba(0, 0, 0, 0.5);
  height: 100%;
  width: 100%;
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  content: "";
}
.site-bookmark-wrapper .site-bookmark-block .site-bookmark-list .site-bookmark-data-block .site-bookmark-title {
  font-size: 11px;
  line-height: 14px;
  color: #ffffff;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  position: absolute;
  bottom: 7px;
  left: 7px;
  right: 7px;
  text-align: center;
}
@media (max-width: 999px) {
  .site-bookmark-wrapper .site-bookmark-block .site-bookmark-list .site-bookmark-data-block .site-bookmark-title {
    -webkit-line-clamp: 4;
    bottom: 10px;
    line-height: 18px;
  }
}
@media (max-width: 599px) {
  .site-bookmark-wrapper .site-bookmark-block .site-bookmark-list .site-bookmark-data-block .site-bookmark-title {
    -webkit-line-clamp: 2;
    bottom: 10px;
    line-height: 18px;
  }
}
.site-bookmark-wrapper .site-bookmark-block .site-bookmark-list .site-bookmark-data-block .site-bookmark-title a {
  color: #ffffff;
}
.site-bookmark-wrapper .site-bookmark-block .site-bookmark-list .site-bookmark-remove-button {
  position: absolute;
  font-size: 0;
  width: 25px;
  height: 25px;
  line-height: 22px;
  margin: auto;
  border: 1px solid #000000;
  border-radius: 6px;
  cursor: pointer;
  top: 20px;
  z-index: 10;
  bottom: auto;
  opacity: 1;
  right: 20px;
  left: auto;
  background: #000000;
  color: #FFF500;
  transition: all ease 0.6s;
}
.site-bookmark-wrapper .site-bookmark-block .site-bookmark-list .site-bookmark-remove-button:after {
  font-family: "site-icon" !important;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e90f" !important;
  font-size: 11px;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.site-bookmark-wrapper .site-bookmark-block .site-bookmark-list .site-bookmark-remove-button:hover {
  background: #ffffff;
  color: #000000;
}

.site-row-container {
  float: left;
  width: 100%;
}

body.cms-page-is-in-edit-mode #site-main-content-wrapper {
  float: left;
  width: 100%;
}
body.cms-page-is-in-edit-mode #site-main-grid-block {
  padding-top: 60px;
  float: left;
  width: 100%;
}
body.cms-page-is-in-edit-mode #site-main-grid-block .site-col-1-wrapper {
  padding: 30px;
  margin-left: 0;
  margin-right: 0;
}
body.cms-page-is-in-edit-mode #site-main-grid-block .site-col-2-wrapper {
  padding: 30px;
  margin-left: 0;
  margin-right: 0;
}
body.cms-page-is-in-edit-mode #site-main-grid-block .site-col-3-wrapper {
  padding: 30px;
  margin-left: 0;
  margin-right: 0;
}
body.cms-page-is-in-edit-mode #site-main-grid-block .site-col-4-wrapper {
  padding: 30px;
  margin-left: 0;
  margin-right: 0;
}
body.cms-page-is-in-edit-mode #site-main-grid-block .site-col-5-wrapper {
  padding: 30px;
  margin-left: 0;
  margin-right: 0;
}
body.cms-page-is-in-edit-mode #site-main-grid-block .site-col-6-wrapper {
  padding: 30px;
  margin-left: 0;
  margin-right: 0;
}
body.cms-page-is-in-edit-mode #site-main-grid-block .site-col-7-wrapper {
  padding: 30px;
  margin-left: 0;
  margin-right: 0;
}
body.cms-page-is-in-edit-mode #site-main-grid-block .site-col-8-wrapper {
  padding: 30px;
  margin-left: 0;
  margin-right: 0;
}
body.cms-page-is-in-edit-mode #site-main-grid-block .site-col-9-wrapper {
  padding: 30px;
  margin-left: 0;
  margin-right: 0;
}
body.cms-page-is-in-edit-mode #site-main-grid-block .site-col-10-wrapper {
  padding: 30px;
  margin-left: 0;
  margin-right: 0;
}
body.cms-page-is-in-edit-mode #site-main-grid-block .site-col-11-wrapper {
  padding: 30px;
  margin-left: 0;
  margin-right: 0;
}
body.cms-page-is-in-edit-mode #site-main-grid-block .site-col-12-wrapper {
  padding: 30px;
  margin-left: 0;
  margin-right: 0;
}
body.cms-page-is-in-edit-mode #site-main-grid-block .site-grid-example .site-col-1-wrapper {
  padding: 0 20px;
}
body.cms-page-is-in-edit-mode #site-main-grid-block .site-grid-example .site-col-2-wrapper {
  padding: 0 20px;
}
body.cms-page-is-in-edit-mode #site-main-grid-block .site-grid-example .site-col-3-wrapper {
  padding: 0 20px;
}
body.cms-page-is-in-edit-mode #site-main-grid-block .site-grid-example .site-col-4-wrapper {
  padding: 0 20px;
}
body.cms-page-is-in-edit-mode #site-main-grid-block .site-grid-example .site-col-5-wrapper {
  padding: 0 20px;
}
body.cms-page-is-in-edit-mode #site-main-grid-block .site-grid-example .site-col-6-wrapper {
  padding: 0 20px;
}
body.cms-page-is-in-edit-mode #site-main-grid-block .site-grid-example .site-col-7-wrapper {
  padding: 0 20px;
}
body.cms-page-is-in-edit-mode #site-main-grid-block .site-grid-example .site-col-8-wrapper {
  padding: 0 20px;
}
body.cms-page-is-in-edit-mode #site-main-grid-block .site-grid-example .site-col-9-wrapper {
  padding: 0 20px;
}
body.cms-page-is-in-edit-mode #site-main-grid-block .site-grid-example .site-col-10-wrapper {
  padding: 0 20px;
}
body.cms-page-is-in-edit-mode #site-main-grid-block .site-grid-example .site-col-11-wrapper {
  padding: 0 20px;
}
body.cms-page-is-in-edit-mode #site-main-grid-block .site-grid-example .site-col-12-wrapper {
  padding: 0 20px;
}
body.cms-page-is-in-edit-mode #site-main-grid-block .site-col-full-width-wrapper {
  margin-left: calc(-50vw + 48%);
  margin-right: calc(-50vw + 48%);
}

.site-col-1-wrapper {
  width: 100%;
  padding-right: 20px;
  padding-left: 20px;
  float: left;
}
@media (max-width: 799px) {
  .site-col-1-wrapper {
    flex: 100% !important;
    max-width: 100% !important;
    padding: 0;
  }
}

.site-col-2-wrapper {
  width: 100%;
  padding-right: 20px;
  padding-left: 20px;
  float: left;
}
@media (max-width: 799px) {
  .site-col-2-wrapper {
    flex: 100% !important;
    max-width: 100% !important;
    padding: 0;
  }
}

.site-col-3-wrapper {
  width: 100%;
  padding-right: 20px;
  padding-left: 20px;
  float: left;
}
@media (max-width: 799px) {
  .site-col-3-wrapper {
    flex: 100% !important;
    max-width: 100% !important;
    padding: 0;
  }
}

.site-col-4-wrapper {
  width: 100%;
  padding-right: 20px;
  padding-left: 20px;
  float: left;
}
@media (max-width: 799px) {
  .site-col-4-wrapper {
    flex: 100% !important;
    max-width: 100% !important;
    padding: 0;
  }
}

.site-col-5-wrapper {
  width: 100%;
  padding-right: 20px;
  padding-left: 20px;
  float: left;
}
@media (max-width: 799px) {
  .site-col-5-wrapper {
    flex: 100% !important;
    max-width: 100% !important;
    padding: 0;
  }
}

.site-col-6-wrapper {
  width: 100%;
  padding-right: 20px;
  padding-left: 20px;
  float: left;
}
@media (max-width: 799px) {
  .site-col-6-wrapper {
    flex: 100% !important;
    max-width: 100% !important;
    padding: 0;
  }
}

.site-col-7-wrapper {
  width: 100%;
  padding-right: 20px;
  padding-left: 20px;
  float: left;
}
@media (max-width: 799px) {
  .site-col-7-wrapper {
    flex: 100% !important;
    max-width: 100% !important;
    padding: 0;
  }
}

.site-col-8-wrapper {
  width: 100%;
  padding-right: 20px;
  padding-left: 20px;
  float: left;
}
@media (max-width: 799px) {
  .site-col-8-wrapper {
    flex: 100% !important;
    max-width: 100% !important;
    padding: 0;
  }
}

.site-col-9-wrapper {
  width: 100%;
  padding-right: 20px;
  padding-left: 20px;
  float: left;
}
@media (max-width: 799px) {
  .site-col-9-wrapper {
    flex: 100% !important;
    max-width: 100% !important;
    padding: 0;
  }
}

.site-col-10-wrapper {
  width: 100%;
  padding-right: 20px;
  padding-left: 20px;
  float: left;
}
@media (max-width: 799px) {
  .site-col-10-wrapper {
    flex: 100% !important;
    max-width: 100% !important;
    padding: 0;
  }
}

.site-col-11-wrapper {
  width: 100%;
  padding-right: 20px;
  padding-left: 20px;
  float: left;
}
@media (max-width: 799px) {
  .site-col-11-wrapper {
    flex: 100% !important;
    max-width: 100% !important;
    padding: 0;
  }
}

.site-col-12-wrapper {
  width: 100%;
  padding-right: 20px;
  padding-left: 20px;
  float: left;
}
@media (max-width: 799px) {
  .site-col-12-wrapper {
    flex: 100% !important;
    max-width: 100% !important;
    padding: 0;
  }
}

#site-main-grid-block {
  display: block;
}
@media (max-width: 599px) {
  #site-main-grid-block .site-row-container {
    margin: 0;
  }
}
#site-main-grid-block .site-row-container.site-row-block-relative {
  position: relative;
}
#site-main-grid-block .cms-feature-wrapper {
  float: left;
  width: 100%;
  max-width: 100%;
}
#site-main-grid-block .cms-feature-wrapper.site-right-block-wrapper {
  float: right;
  clear: right;
}
#site-main-grid-block .site-clear-grid-wrapper {
  clear: both;
}
#site-main-grid-block .site-col-12-wrapper {
  max-width: 100%;
}
#site-main-grid-block .site-col-11-wrapper {
  max-width: 91.666667%;
}
#site-main-grid-block .site-col-10-wrapper {
  max-width: 83.333333%;
}
#site-main-grid-block .site-col-9-wrapper {
  max-width: 75%;
}
#site-main-grid-block .site-col-8-wrapper {
  max-width: 66.666667%;
}
#site-main-grid-block .site-col-7-wrapper {
  max-width: 58.333333%;
}
#site-main-grid-block .site-col-6-wrapper {
  max-width: 50%;
}
#site-main-grid-block .site-col-5-wrapper {
  max-width: 41.666667%;
}
#site-main-grid-block .site-col-4-wrapper {
  max-width: 33.33333%;
}
#site-main-grid-block .site-col-3-wrapper {
  max-width: 25%;
}
#site-main-grid-block .site-col-2-wrapper {
  max-width: 16.666667%;
}
#site-main-grid-block .site-col-1-wrapper {
  max-width: 8.333333%;
}
#site-main-grid-block .site-col-full-width-wrapper {
  margin-left: calc(-50vw + 50%);
  margin-right: calc(-50vw + 50%);
  width: 100vw;
  position: relative;
  max-width: none;
  clear: both;
}
@media (max-width: 1199px) {
  #site-main-grid-block .site-col-full-width-wrapper {
    padding: 0;
    width: 100vw;
  }
}
#site-main-grid-block .site-grid-example {
  padding-top: 20px;
  padding-bottom: 20px;
}
#site-main-grid-block .site-grid-example .site-col-1-wrapper {
  text-align: center;
}
#site-main-grid-block .site-grid-example .site-col-1-wrapper.grid-example-no-space span {
  margin: 0;
}
#site-main-grid-block .site-grid-example .site-col-1-wrapper span {
  border: 1px solid #f1f1f1;
  display: block;
  padding: 15px;
  margin: 0 0 30px;
}
#site-main-grid-block .site-grid-example .site-col-2-wrapper {
  text-align: center;
}
#site-main-grid-block .site-grid-example .site-col-2-wrapper.grid-example-no-space span {
  margin: 0;
}
#site-main-grid-block .site-grid-example .site-col-2-wrapper span {
  border: 1px solid #f1f1f1;
  display: block;
  padding: 15px;
  margin: 0 0 30px;
}
#site-main-grid-block .site-grid-example .site-col-3-wrapper {
  text-align: center;
}
#site-main-grid-block .site-grid-example .site-col-3-wrapper.grid-example-no-space span {
  margin: 0;
}
#site-main-grid-block .site-grid-example .site-col-3-wrapper span {
  border: 1px solid #f1f1f1;
  display: block;
  padding: 15px;
  margin: 0 0 30px;
}
#site-main-grid-block .site-grid-example .site-col-4-wrapper {
  text-align: center;
}
#site-main-grid-block .site-grid-example .site-col-4-wrapper.grid-example-no-space span {
  margin: 0;
}
#site-main-grid-block .site-grid-example .site-col-4-wrapper span {
  border: 1px solid #f1f1f1;
  display: block;
  padding: 15px;
  margin: 0 0 30px;
}
#site-main-grid-block .site-grid-example .site-col-5-wrapper {
  text-align: center;
}
#site-main-grid-block .site-grid-example .site-col-5-wrapper.grid-example-no-space span {
  margin: 0;
}
#site-main-grid-block .site-grid-example .site-col-5-wrapper span {
  border: 1px solid #f1f1f1;
  display: block;
  padding: 15px;
  margin: 0 0 30px;
}
#site-main-grid-block .site-grid-example .site-col-6-wrapper {
  text-align: center;
}
#site-main-grid-block .site-grid-example .site-col-6-wrapper.grid-example-no-space span {
  margin: 0;
}
#site-main-grid-block .site-grid-example .site-col-6-wrapper span {
  border: 1px solid #f1f1f1;
  display: block;
  padding: 15px;
  margin: 0 0 30px;
}
#site-main-grid-block .site-grid-example .site-col-7-wrapper {
  text-align: center;
}
#site-main-grid-block .site-grid-example .site-col-7-wrapper.grid-example-no-space span {
  margin: 0;
}
#site-main-grid-block .site-grid-example .site-col-7-wrapper span {
  border: 1px solid #f1f1f1;
  display: block;
  padding: 15px;
  margin: 0 0 30px;
}
#site-main-grid-block .site-grid-example .site-col-8-wrapper {
  text-align: center;
}
#site-main-grid-block .site-grid-example .site-col-8-wrapper.grid-example-no-space span {
  margin: 0;
}
#site-main-grid-block .site-grid-example .site-col-8-wrapper span {
  border: 1px solid #f1f1f1;
  display: block;
  padding: 15px;
  margin: 0 0 30px;
}
#site-main-grid-block .site-grid-example .site-col-9-wrapper {
  text-align: center;
}
#site-main-grid-block .site-grid-example .site-col-9-wrapper.grid-example-no-space span {
  margin: 0;
}
#site-main-grid-block .site-grid-example .site-col-9-wrapper span {
  border: 1px solid #f1f1f1;
  display: block;
  padding: 15px;
  margin: 0 0 30px;
}
#site-main-grid-block .site-grid-example .site-col-10-wrapper {
  text-align: center;
}
#site-main-grid-block .site-grid-example .site-col-10-wrapper.grid-example-no-space span {
  margin: 0;
}
#site-main-grid-block .site-grid-example .site-col-10-wrapper span {
  border: 1px solid #f1f1f1;
  display: block;
  padding: 15px;
  margin: 0 0 30px;
}
#site-main-grid-block .site-grid-example .site-col-11-wrapper {
  text-align: center;
}
#site-main-grid-block .site-grid-example .site-col-11-wrapper.grid-example-no-space span {
  margin: 0;
}
#site-main-grid-block .site-grid-example .site-col-11-wrapper span {
  border: 1px solid #f1f1f1;
  display: block;
  padding: 15px;
  margin: 0 0 30px;
}
#site-main-grid-block .site-grid-example .site-col-12-wrapper {
  text-align: center;
}
#site-main-grid-block .site-grid-example .site-col-12-wrapper.grid-example-no-space span {
  margin: 0;
}
#site-main-grid-block .site-grid-example .site-col-12-wrapper span {
  border: 1px solid #f1f1f1;
  display: block;
  padding: 15px;
  margin: 0 0 30px;
}

.cms-feature-title {
  font-size: 50px;
  line-height: 60px;
  font-family: "gelato-luxe";
  font-weight: normal;
  color: #000000;
  margin-bottom: 20px;
}
.cms-feature-title tt {
  font-family: "brother-1816", sans-serif;
  font-weight: 600;
  display: block;
}
@media (max-width: 599px) {
  .cms-feature-title {
    font-size: 40px;
    line-height: 40px;
    margin-bottom: 20px;
  }
}
.cms-feature-title tt {
  font-size: 40px;
  line-height: 50px;
}
@media (max-width: 599px) {
  .cms-feature-title tt {
    font-size: 30px;
    line-height: 40px;
  }
}

.no-gradient-overlay-wrapper .site-slider-image-block::after {
  display: none !important;
}
.no-gradient-overlay-wrapper .site-slider-caption {
  background: none !important;
}

.site-image-overlay-wrapper {
  text-align: center;
  position: relative;
  padding: 0 70px;
}
@media (max-width: 1499px) {
  .site-image-overlay-wrapper {
    padding: 0 50px;
  }
}
.site-image-overlay-wrapper:before {
  background: #000000;
  content: "";
  display: block;
  height: 375px;
  position: absolute;
  width: 100%;
  bottom: 0;
  border-radius: 20px;
  left: 0;
}
@media (max-width: 1499px) {
  .site-image-overlay-wrapper:before {
    height: 275px;
  }
}
.site-image-overlay-wrapper img {
  z-index: 10;
  position: relative;
}
.site-image-overlay-wrapper.site-image-overlay-black-wrapper:before {
  background: #000000;
}
.site-image-overlay-wrapper.site-image-overlay-yellow-wrapper:before {
  background: #FFF500;
}
.site-image-overlay-wrapper.site-image-overlay-experience-wrapper:before {
  background: #FF2689;
}
.site-image-overlay-wrapper.site-image-overlay-amplify-wrapper:before {
  background: #419F7A;
}
.site-image-overlay-wrapper.site-image-overlay-create-wrapper:before {
  background: #A20074;
}
.site-image-overlay-wrapper.site-image-overlay-explore-wrapper:before {
  background: #FF6300;
}
.site-image-overlay-wrapper.site-image-overlay-data-wrapper:before {
  background: #130092;
}

.site-image-overlay-wrapper-td {
  padding: 0;
}

body.cms-page-is-in-edit-mode .site-image-oval {
  width: 225px;
  height: 225px;
  border-radius: 100% !important;
  object-fit: cover;
}

@media (max-width: 599px) {
  .site-arrow-left-wrapper .site-image-oval-table {
    width: 175px;
    float: right;
    clear: both;
  }
  .site-arrow-left-wrapper .site-image-oval-table tr td {
    text-align: right !important;
  }
  .site-arrow-left-wrapper .site-image-oval-table tr td img {
    margin: auto !important;
  }
  .site-arrow-left-wrapper .site-image-oval-table .site-image-oval-wrapper {
    margin: 0px -60px 0 0;
  }
}

@media (max-width: 599px) {
  .site-arrow-right-wrapper .site-image-oval-table {
    width: 175px;
  }
  .site-arrow-right-wrapper .site-image-oval-table tr td {
    text-align: left !important;
  }
  .site-arrow-right-wrapper .site-image-oval-table tr td img {
    margin: auto !important;
  }
}

.cms-feature-wrapper.cms-gallery-feature .site-slider-video-block {
  line-height: 0;
}
.cms-feature-wrapper.cms-gallery-feature .site-slider-image-block img, .cms-feature-wrapper.cms-gallery-feature .site-slider-video img {
  border-radius: 20px;
}
.cms-feature-wrapper.cms-gallery-feature .site-slider-image-block:after, .cms-feature-wrapper.cms-gallery-feature .site-slider-video:after {
  border-radius: 20px;
}
.cms-feature-wrapper.cms-gallery-feature .site-thumbnail .site-thumbnail-wrapper .site-thumbnail-block .site-thumbnail-desc {
  border-radius: 20px;
}
.cms-feature-wrapper.cms-feature-datablock img {
  border-radius: 20px;
}
.cms-feature-wrapper.cms-feature-datablock.site-display-wrapper .site-display-data-block {
  border-radius: 20px;
}
.cms-feature-wrapper.cms-video-feature-wrapper iframe {
  border-radius: 20px;
}
.cms-feature-wrapper .cms-feature-datablock img {
  border-radius: 20px;
}
.cms-feature-wrapper .cms-feature-datablock img.site-no-curved {
  border-radius: 0;
}
.cms-feature-wrapper .cms-feature-datablock iframe {
  border-radius: 20px;
}
.cms-feature-wrapper .cms-feature-datablock iframe.site-no-curved {
  border-radius: 0;
}
.cms-feature-wrapper.site-round-edge-background-wrapper {
  border-radius: 20px;
}
.cms-feature-wrapper .site-round-edge-content {
  border-radius: 20px;
  overflow: hidden;
}
.cms-feature-wrapper.site-no-curved-wrapper.cms-gallery-feature .site-slider-image-block img {
  border-radius: 0;
}
.cms-feature-wrapper.site-no-curved-wrapper.cms-gallery-feature .site-slider-image-block:after {
  border-radius: 0;
}
.cms-feature-wrapper.site-no-curved-wrapper.cms-gallery-feature .site-thumbnail .site-thumbnail-wrapper .site-thumbnail-block .site-thumbnail-desc {
  border-radius: 0;
}
.cms-feature-wrapper.site-no-curved-wrapper.cms-feature-datablock img {
  border-radius: 0;
}
.cms-feature-wrapper.site-no-curved-wrapper.cms-feature-datablock.site-display-wrapper .site-display-data-block {
  border-radius: 0;
}
.cms-feature-wrapper.site-no-curved-wrapper.cms-video-feature-wrapper iframe {
  border-radius: 0;
}

.hub-hidden-block {
  display: none !important;
}

.site-hub-display-search-wrapper {
  display: none !important;
}

.site-hub .site-hub-display-search-wrapper {
  display: block !important;
}

body.create .site-posted-block:before {
  content: "c";
}
body.amplify .site-posted-block:before {
  content: "a";
}
body.experience .site-posted-block:before {
  content: "e";
}
body.explore .site-posted-block:before {
  content: "e";
}
body.data .site-posted-block:before {
  content: "d";
  line-height: 42px;
}

.weglot-container {
  position: absolute;
  right: 0;
}
.weglot-container .weglot_switcher.wg-down.closed .language-list {
  opacity: 0;
  visibility: hidden;
}

@media (max-width: 599px) {
  .site-row-block-img-first {
    display: flex;
    flex-wrap: wrap;
  }
  .site-row-block-img-first .cms-gallery-feature {
    order: 0;
  }
  .site-row-block-img-first .cms-text-feature {
    order: 1;
  }
}

body:not(.cms-page-is-in-edit-mode).site-page-logo {
  background: url("../images/ubiq-logo-faded.svg") no-repeat center 150px;
  background-size: 80%;
  /*margin-left: calc(-50vw + 50%);
  width: 100vw;
  position: absolute;
  z-index: -1;
  text-align: center;
  display: none;

  .logo-text {
      width: 80vw;
  }
      */
}
@media (max-width: 599px) {
  body:not(.cms-page-is-in-edit-mode).site-page-logo {
    background-size: 95%;
  }
}
@media (max-width: 1499px) {
  .web-login-page .web-login-wrapper {
    padding: 0;
  }
}

.site-border-width-1 {
  border-width: 1px;
}

.site-border-width-2 {
  border-width: 2px;
}

.site-border-width-3 {
  border-width: 3px;
}

.site-border-width-4 {
  border-width: 4px;
}

.site-border-width-5 {
  border-width: 5px;
}

.site-border-width-6 {
  border-width: 6px;
}

.site-border-width-7 {
  border-width: 7px;
}

.site-border-width-8 {
  border-width: 8px;
}

.site-border-width-9 {
  border-width: 9px;
}

.site-border-width-10 {
  border-width: 10px;
}

.site-custom-border-gray {
  border-radius: 10px;
  border: 10px solid #414141;
}

.custom-tick-icon ul {
  padding: 0 0 0 5px;
}
.custom-tick-icon ul li {
  padding: 0 0 0 20px !important;
}
.custom-tick-icon ul li::before {
  display: none;
}
.custom-tick-icon ul li:after {
  content: "";
  display: block;
  display: inline-block;
  transform: rotate(45deg);
  height: 16px;
  width: 8px;
  border-bottom: 3px solid #000000;
  border-right: 3px solid #000000;
  position: absolute;
  left: 0;
  top: 7px;
}

body:not(.cms-page-is-in-edit-mode) .site-feature-popup-wrapper {
  position: fixed;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.6);
  z-index: 100000;
  width: 0;
  height: 0;
  transition: all ease 0.5s;
  opacity: 0;
}
body:not(.cms-page-is-in-edit-mode) .site-feature-popup-wrapper.site-feature-popup-wrapper-active {
  width: 100%;
  height: 100%;
  opacity: 1;
}
body:not(.cms-page-is-in-edit-mode) .site-feature-popup-wrapper.site-feature-popup-wrapper-active .site-form-wrapper {
  visibility: visible;
}
body:not(.cms-page-is-in-edit-mode) .site-feature-popup-wrapper .site-form-wrapper {
  background: #ffffff;
  width: 600px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 40px;
  border-radius: 20px;
  visibility: hidden;
}
body:not(.cms-page-is-in-edit-mode) .site-feature-popup-wrapper .site-form-wrapper .site-form-data {
  overflow: scroll;
  max-height: calc(100vh - 470px);
}
@media (max-width: 699px) {
  body:not(.cms-page-is-in-edit-mode) .site-feature-popup-wrapper .site-form-wrapper {
    max-width: 600px;
    width: 94%;
  }
}
body:not(.cms-page-is-in-edit-mode) .remove-feature-popup {
  position: absolute;
  top: 10px;
  width: 40px;
  height: 40px;
  right: 10px;
  background: #000000;
  border-radius: 10px;
  text-align: center;
  line-height: 40px;
  border: 1px solid transparent;
  transition: all ease 0.8s;
  cursor: pointer;
}
body:not(.cms-page-is-in-edit-mode) .remove-feature-popup:hover {
  background: #ffffff;
  border: 1px solid #000000;
}
body:not(.cms-page-is-in-edit-mode) .remove-feature-popup:hover:after {
  color: #000000;
}
body:not(.cms-page-is-in-edit-mode) .remove-feature-popup:after {
  font-family: "site-icon" !important;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e90f" !important;
  color: #FFF500;
}

.iframe-resize-video-wrapper:not(.cms-feature-wrapper) {
  position: relative;
  padding-bottom: 56.25%; /* 16:9, for an aspect ratio of 1:1 change to this value to 100% */
}
.iframe-resize-video-wrapper:not(.cms-feature-wrapper) .iframe-resize-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

body:not(.cms-page-is-in-edit-mode) .site-opened-popup-wrapper,
body:not(.cms-page-is-in-edit-mode) .popup-wrapper {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 10000;
  background: rgba(255, 255, 255, 0.5);
  margin-bottom: 0;
}
body:not(.cms-page-is-in-edit-mode) .site-opened-popup-wrapper .site-opened-popup,
body:not(.cms-page-is-in-edit-mode) .site-opened-popup-wrapper .site-wide-popup,
body:not(.cms-page-is-in-edit-mode) .popup-wrapper .site-opened-popup,
body:not(.cms-page-is-in-edit-mode) .popup-wrapper .site-wide-popup {
  top: 50%;
  position: absolute;
  transform: translateY(-50%);
  background: white;
  margin: auto;
  left: 0;
  right: 0;
  max-width: 500px;
  width: 90%;
  padding: 30px;
  border: 1px solid #d9dade;
  outline: none;
}
body:not(.cms-page-is-in-edit-mode) .site-opened-popup-wrapper .site-opened-popup .site-popup-close,
body:not(.cms-page-is-in-edit-mode) .site-opened-popup-wrapper .site-wide-popup .site-popup-close,
body:not(.cms-page-is-in-edit-mode) .popup-wrapper .site-opened-popup .site-popup-close,
body:not(.cms-page-is-in-edit-mode) .popup-wrapper .site-wide-popup .site-popup-close {
  position: absolute;
  width: 45px;
  height: 45px;
  text-align: center;
  top: 15px;
  right: 15px;
  background: #FFF500;
  color: #ffffff;
  border: 1px solid #FFF500;
  border-radius: 100%;
  transition: all 0.5s ease;
  outline: none;
  cursor: pointer;
}
body:not(.cms-page-is-in-edit-mode) .site-opened-popup-wrapper .site-opened-popup .site-popup-close::before,
body:not(.cms-page-is-in-edit-mode) .site-opened-popup-wrapper .site-wide-popup .site-popup-close::before,
body:not(.cms-page-is-in-edit-mode) .popup-wrapper .site-opened-popup .site-popup-close::before,
body:not(.cms-page-is-in-edit-mode) .popup-wrapper .site-wide-popup .site-popup-close::before {
  display: none;
}
body:not(.cms-page-is-in-edit-mode) .site-opened-popup-wrapper .site-opened-popup .site-popup-close::after,
body:not(.cms-page-is-in-edit-mode) .site-opened-popup-wrapper .site-wide-popup .site-popup-close::after,
body:not(.cms-page-is-in-edit-mode) .popup-wrapper .site-opened-popup .site-popup-close::after,
body:not(.cms-page-is-in-edit-mode) .popup-wrapper .site-wide-popup .site-popup-close::after {
  font-family: "site-icon" !important;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e90f" !important;
  color: #ffffff;
  font-size: 20px;
  line-height: 45px;
}
body:not(.cms-page-is-in-edit-mode) .site-opened-popup-wrapper .site-opened-popup .site-popup-close:hover,
body:not(.cms-page-is-in-edit-mode) .site-opened-popup-wrapper .site-wide-popup .site-popup-close:hover,
body:not(.cms-page-is-in-edit-mode) .popup-wrapper .site-opened-popup .site-popup-close:hover,
body:not(.cms-page-is-in-edit-mode) .popup-wrapper .site-wide-popup .site-popup-close:hover {
  background: #ffffff;
  color: #FFF500;
  border: 1px solid #FFF500;
}
@media (min-width: 600px) {
  body:not(.cms-page-is-in-edit-mode) .popup-wrapper.hide-desktop {
    display: none;
  }
}
@media (max-width: 599px) {
  body:not(.cms-page-is-in-edit-mode) .popup-wrapper.hide-mobile {
    display: none;
  }
}

body.cms-page-is-published .popup-wrapper .site-wide-popup {
  pointer-events: none;
  outline: none;
}
body.cms-page-is-published .popup-wrapper .site-wide-popup .site-popup-close {
  pointer-events: all;
}

body:not(.cms-page-is-in-edit-mode) .play-video-button {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
}
body:not(.cms-page-is-in-edit-mode) .play-video-button img {
  object-fit: contain;
}
body:not(.cms-page-is-in-edit-mode) .video-popup-wrapper {
  display: none;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(3, 34, 76, 0.7);
  z-index: 100000;
  height: 100%;
  width: 100%;
}
body:not(.cms-page-is-in-edit-mode) .video-popup-wrapper-active {
  display: block;
}
body:not(.cms-page-is-in-edit-mode) .video-popup-wrapper-active .remove-video-popup {
  position: absolute;
  width: 45px;
  height: 45px;
  text-align: center;
  top: 15px;
  right: 15px;
  background: #000;
  color: #ffffff;
  border: 1px solid #000;
  border-radius: 100%;
  transition: all 0.5s ease;
  outline: none;
  cursor: pointer;
  z-index: 5;
}
body:not(.cms-page-is-in-edit-mode) .video-popup-wrapper-active .remove-video-popup::before {
  display: none;
}
body:not(.cms-page-is-in-edit-mode) .video-popup-wrapper-active .remove-video-popup::after {
  font-family: "site-icon" !important;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e90f" !important;
  color: #ffffff;
  font-size: 20px;
  line-height: 45px;
}
body:not(.cms-page-is-in-edit-mode) .video-popup-wrapper-active .remove-video-popup:hover {
  background: #ffffff;
  color: #000;
  border: 1px solid #000;
}
body:not(.cms-page-is-in-edit-mode) .video-popup-wrapper-active .remove-video-popup:hover:after {
  color: #000;
}
body:not(.cms-page-is-in-edit-mode) .video-popup-wrapper .video-popup {
  position: absolute;
  width: 100%;
  max-width: 900px;
  left: 0;
  right: 0;
  margin: auto;
  top: 50%;
  transform: translateY(-50%);
}
@media (max-width: 599px) {
  body:not(.cms-page-is-in-edit-mode) .video-popup-wrapper .video-popup {
    width: 90%;
  }
  body:not(.cms-page-is-in-edit-mode) .video-popup-wrapper .video-popup iframe {
    width: 100% !important;
    height: 200px !important;
  }
}
body:not(.cms-page-is-in-edit-mode) .video-popup-wrapper.video-popup-section .video-popup {
  width: 100%;
  max-width: 889px;
  background: #ffffff;
  line-height: 0;
}
@media (max-width: 599px) {
  body:not(.cms-page-is-in-edit-mode) .video-popup-wrapper.video-popup-section .video-popup {
    width: 90%;
  }
  body:not(.cms-page-is-in-edit-mode) .video-popup-wrapper.video-popup-section .video-popup iframe {
    width: 100% !important;
    height: 200px !important;
  }
}

.cms-gallery-feature p:has(.video-popup-button:not(.site-button-primary)) .video-popup-button {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.cms-gallery-feature p:has(.video-popup-button:not(.site-button-primary)) .video-popup-button img {
  width: 50px !important;
  height: 50px !important;
  /*@include minbp($sm_monitor) {
    width: 90px !important;
    height: 90px !important;
  }
    */
}

.cms-text-feature p:has(.video-popup-button:not(.site-button-primary)) {
  position: relative;
}
.cms-text-feature p:has(.video-popup-button:not(.site-button-primary)) img {
  width: 100% !important;
  height: auto !important;
}
.cms-text-feature p:has(.video-popup-button:not(.site-button-primary))::after {
  font-family: "site-icon" !important;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e90d" !important;
  background: #ffffff;
  width: 90px;
  height: 90px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  color: #FFF500;
  font-size: 40px;
}

@media (max-width: 599px) {
  .site-custom-human-connection.site-slide-caption-mob-bottom {
    display: block !important;
  }
}
.site-custom-human-connection .site-slide .site-slider-image-block.animation-active + .site-slider-image-block-colored {
  height: 0%;
  top: 0;
}
.site-custom-human-connection .site-slide .site-slider-image-block-colored {
  filter: grayscale(100%);
  position: absolute;
  left: 0;
  top: 0%;
  height: 100%;
  transition: all ease 5s;
  width: 100%;
  overflow: hidden;
}
.site-custom-human-connection .site-slide .site-slider-caption {
  position: static !important;
  background: none !important;
}
.site-custom-human-connection .site-slide .site-slider-caption .site-slider-capton-data {
  color: #000000;
}
.site-custom-human-connection .site-slide .site-slider-caption .site-slider-capton-data ul li {
  list-style: none;
  border-radius: 50px;
  margin: 0 0 30px;
  box-shadow: 0px 11px 13px rgba(0, 0, 0, 0.2);
  padding: 15px;
}
.custom-cutout-slider-wrapper .site-slick-wrapper, .custom-cutout-slider-style .site-slick-wrapper {
  opacity: 1 !important;
  visibility: visible !important;
  display: flex;
}
.custom-cutout-slider-wrapper .site-slick-wrapper .site-slide, .custom-cutout-slider-style .site-slick-wrapper .site-slide {
  max-width: 20%;
  flex: 0 0 20%;
  padding: 0 20px;
}
@media (max-width: 1099px) {
  .custom-cutout-slider-wrapper .site-slick-wrapper .site-slide, .custom-cutout-slider-style .site-slick-wrapper .site-slide {
    max-width: 25%;
    flex: 0 0 25%;
  }
}
@media (max-width: 799px) {
  .custom-cutout-slider-wrapper .site-slick-wrapper .site-slide, .custom-cutout-slider-style .site-slick-wrapper .site-slide {
    max-width: 33.3%;
    flex: 0 0 33.3%;
  }
}
@media (max-width: 599px) {
  .custom-cutout-slider-wrapper .site-slick-wrapper .site-slide, .custom-cutout-slider-style .site-slick-wrapper .site-slide {
    max-width: 50%;
    flex: 0 0 50%;
    padding: 0 5px;
  }
}
.custom-cutout-slider-wrapper .site-slick-wrapper .site-slide .site-slider-video, .custom-cutout-slider-style .site-slick-wrapper .site-slide .site-slider-video {
  background: none;
  transition: all ease 1s;
  filter: grayscale(0%);
}
.custom-cutout-slider-wrapper .site-slick-wrapper .site-slide .site-slider-video-block, .custom-cutout-slider-style .site-slick-wrapper .site-slide .site-slider-video-block {
  background: white;
  border-radius: 20px;
}
.custom-cutout-slider-wrapper .site-slick-wrapper .site-slide .site-slider-video-block.site-slider-video-block-play .site-slider-video, .custom-cutout-slider-style .site-slick-wrapper .site-slide .site-slider-video-block.site-slider-video-block-play .site-slider-video {
  border-radius: 20px;
}
.custom-cutout-slider-wrapper.custom-cutout-slider-halfcut-wrapper, .custom-cutout-slider-style.custom-cutout-slider-halfcut-wrapper {
  margin-left: calc(-50vw + 38%) !important;
  margin-top: 20px;
}
.custom-cutout-slider-wrapper.custom-cutout-slider-halfcut-wrapper.cms-feature-wrapper .cms-feature-block, .custom-cutout-slider-style.custom-cutout-slider-halfcut-wrapper.cms-feature-wrapper .cms-feature-block {
  left: 10% !important;
}
@media (max-width: 599px) {
  .custom-cutout-slider-wrapper.custom-cutout-slider-halfcut-wrapper, .custom-cutout-slider-style.custom-cutout-slider-halfcut-wrapper {
    margin-left: calc(-50vw + 23%) !important;
    margin-top: -10px;
  }
}

/*
.site-slick-wrapper1 {
    .site-slide {
        .site-slider-video-block {
            background: red;
            border-radius: $border-radius;

            &.site-slider-video-block-play {
                .site-slider-video {
                    background: blue;
                    border-radius: $border-radius;
                }
            }


        }
    }
}

.custom-cutout-slider{
    max-width: 1920px;

    .site-slick-wrapper {

        opacity: 1 !important;
            visibility: visible !important;
            padding-block: 1rem;
            display: flex;
            flex-wrap: wrap;
            gap: 1rem;

      }
}

  .custom-cutout-slider[data-animated="true"] {
    overflow: hidden;
  }

  .custom-cutout-slider[data-animated="true"] .site-slick-wrapper {
    width: max-content;
    flex-wrap: nowrap;
    animation: scroll var(--_animation-duration, 120s)
      var(--_animation-direction, forwards) linear infinite;
  }

  .custom-cutout-slider[data-direction="right"] {
    --_animation-direction: reverse;
  }

  .custom-cutout-slider[data-direction="left"] {
    --_animation-direction: forwards;
  }

  .custom-cutout-slider[data-speed="fast"] {
    --_animation-duration: 20s;
  }

  .custom-cutout-slider[data-speed="slow"] {
    --_animation-duration: 60s;
  }

  @keyframes scroll {
    to {
      transform: translate(calc(-50% - 0.5rem));
    }
  }


  .site-slide.site-slider-with-video {
    width: 5%;
  }



.custom-cutout-slider {

    .site-slider .site-slick-wrapper {

    }

  .site-slick-wrapper {
  top: 26%;
  left: 100%;
  width: 100%;
  overflow: hidden;
  //position: absolute;
  white-space: nowrap;
  opacity: 1 !important;
  visibility: visible !important;
}

.site-slick-wrapper > div {
  width: 100%;
  margin-left: 20px;
  border-radius: 14px;
}

.site-slick-wrapper {
  display: flex;
  justify-content: space-around;
  animation: scroll-horizontal 120s linear infinite;
}

.site-slick-wrapper-clone {
  animation: scroll-horizontal 120s linear infinite;
  animation-delay: 10s;
}

@keyframes scroll-horizontal {
  0% {
    left: 100%;
  }

  100% {
    left: -100%;
  }
}

.site-slick-wrapper:hover,
.site-slick-wrapper:hover~.site-slick-wrapper-clone {
  -webkit-animation-play-state: paused;
  -moz-animation-play-state: paused;
  -o-animation-play-state: paused;
  animation-play-state: paused;
}

.site-slick-wrapper-clone:hover {
  -webkit-animation-play-state: paused;
  -moz-animation-play-state: paused;
  -o-animation-play-state: paused;
  animation-play-state: paused;
}


.scroll-container:hover>.carousel-primary:not(:hover) {
  -webkit-animation-play-state: paused;
  -moz-animation-play-state: paused;
  -o-animation-play-state: paused;
  animation-play-state: paused;
}
}
  */
@media (min-width: 600px) {
  body:not(.cms-page-is-in-edit-mode) .site-custom-result-text-wrapper {
    position: absolute;
    bottom: 0;
  }
  .site-custom-result-slider-wrapper.cms-feature-wrapper .cms-feature-block {
    z-index: 2000 !important;
  }
  .site-custom-result-slider-wrapper .site-slider {
    justify-content: flex-end;
  }
  .site-custom-result-slider-wrapper .site-slider .slick-dots {
    bottom: -20px;
  }
  .site-custom-result-slider-wrapper .site-slider .slick-dots li button::before {
    border: 1px solid #000000;
  }
  .site-custom-result-slider-wrapper .site-slider .slick-dots li.slick-active button::before {
    color: #000000;
  }
  .site-custom-result-slider-wrapper .site-slider-tab-list {
    opacity: 1;
    visibility: visible;
    flex: 0 0 60%;
    max-width: 60%;
    margin: 80px 0 0;
  }
  .site-custom-result-slider-wrapper .site-slider-tab-list .site-slide {
    float: left;
    width: 25% !important;
    padding: 10px;
  }
  .site-custom-result-slider-wrapper .site-slider-tab-list .site-slide .site-slider-image-block {
    border: 1px solid #ddd;
    border-radius: 20px;
    transition: all ease 1s;
  }
  .site-custom-result-slider-wrapper .site-slider-tab-list .site-slide.site-custom-result-item-active .site-slider-image-block {
    border: 1px solid #FFF500;
  }
  .site-custom-result-slider-wrapper .site-slider-tab-list .site-slider-caption {
    background: none !important;
  }
  .site-custom-result-slider-wrapper .site-slider-tab-content-list {
    opacity: 1;
    visibility: visible;
  }
  .site-custom-result-slider-wrapper .site-slider-tab-content-list .site-slider-tab-content {
    background: #FFF500;
    padding: 70px 70px 0;
    display: none;
  }
  .site-custom-result-slider-wrapper .site-slider-tab-content-list .site-slider-tab-content.site-custom-result-active {
    display: block;
    opacity: 1 !important;
  }
  .site-custom-result-slider-wrapper .site-slider-tab-content-list .site-slider-tab-content table {
    margin: 0 0 20px;
    color: #000000;
  }
  .site-custom-result-slider-wrapper .site-slider-tab-content-list .site-slider-tab-content table td {
    text-align: left;
  }
  .site-custom-result-slider-wrapper .site-slider-tab-content-list .site-slider-tab-content table a {
    text-decoration: none;
    border-bottom: 1px solid #000000;
  }
  .site-custom-result-slider-wrapper .site-slider-tab-content-list .site-slider-tab-content img {
    box-shadow: 0px -20px 40px rgba(0, 0, 0, 0.2);
    border-radius: 0px;
  }
}
@media (max-width: 599px) {
  .site-custom-result-slider-wrapper .site-slider-tab-content-list .site-slider-tab-content {
    background: #FFF500;
    padding: 20px 20px 0;
  }
  .site-custom-result-slider-wrapper .site-slider-tab-content-list .site-slider-tab-content table {
    margin: 0 0 20px;
    color: #000000;
  }
  .site-custom-result-slider-wrapper .site-slider-tab-content-list .site-slider-tab-content table a {
    text-decoration: none;
    border-bottom: 1px solid #000000;
  }
  .site-custom-result-slider-wrapper .site-slider-tab-content-list .site-slider-tab-content img {
    box-shadow: 0px -20px 40px rgba(0, 0, 0, 0.2);
    border-radius: 0px;
  }
  .site-custom-result-slider-wrapper .site-slider-tab-list {
    margin: 30px 0 0;
  }
  .site-custom-result-slider-wrapper .site-slider-tab-list .site-slide .site-slider-image-block {
    border: 1px solid #ddd;
    border-radius: 20px;
    transition: all ease 1s;
  }
  .site-custom-result-slider-wrapper .site-slider-tab-list .site-slide.site-custom-result-item-active .site-slider-image-block {
    border: 1px solid #FFF500;
  }
  .site-custom-result-slider-wrapper .site-slider-tab-list .site-slider-caption {
    background: none !important;
  }
}
.site-custom-social.site-thumbnail .site-thumbnail-wrapper {
  justify-content: center;
}
.site-custom-social.site-thumbnail .site-thumbnail-wrapper .site-thumbnail-block {
  width: 89px;
  padding-top: 89px;
}
@media (max-width: 599px) {
  .site-custom-social.site-thumbnail .site-thumbnail-wrapper .site-thumbnail-block {
    width: 60px;
    padding-top: 50px;
  }
}

/*
.site-arrow-5 {
    svg {
        transform: rotate(110deg);
    }

    &.site-arrow-top-left {
       svg {
            display: block;
            position: absolute;
            width: 250px;
            left: 20%;
            top: -150px;

            @include maxbp($r_1500) {
                width: 220px;
                left: 17%;
                top: -120px;
            }
       }
    }

    &.site-arrow-top-right {
        svg {
            display: block;
            position: absolute;
            width: 350px;
            stroke: rgb(21, 21, 21);
            right: 7%;
            top: -100px;
            transform: scaleX(-1) rotate(120deg);
        }
    }
}

.site-arrow-6 {
    position: relative;
    svg {
        display: block;
        position: absolute;
        width: 300px;
        stroke: rgb(21, 21, 21);
        right: 15%;
        top: -90px;
        transform: scaleX(-1);

        @include maxbp($r_1500) {
            right: 7%;
        }
    }
}

.site-arrow-7 {
    svg {
        position: absolute;
        transform: rotate(90deg);
        top: -75px;
        width: 285px;
        left: 9%;
    }
}
*/
.site-arrow-reverse-1 .site-svg-arrow, .site-arrow-reverse-2 .site-svg-arrow, .site-arrow-reverse-3 .site-svg-arrow, .site-arrow-reverse-4 .site-svg-arrow, .site-arrow-reverse-5 .site-svg-arrow {
  transform: scaleX(-1);
}

@media (max-width: 599px) {
  .site-arrow-mobile-hide-wrapper .site-svg-arrow {
    display: none !important;
  }
}

.site-arrow-right-wrapper {
  position: relative;
}
.site-arrow-right-wrapper .site-svg-arrow {
  position: absolute;
  right: 50px;
  top: -50px;
  overflow: visible;
  width: 400px;
}
@media (max-width: 1499px) {
  .site-arrow-right-wrapper .site-svg-arrow {
    right: 0;
  }
}
@media (max-width: 1099px) {
  .site-arrow-right-wrapper .site-svg-arrow {
    right: -50px;
  }
}
@media (max-width: 599px) {
  .site-arrow-right-wrapper .site-svg-arrow {
    width: 300px;
    top: 0;
  }
}

.site-arrow-left-wrapper {
  position: relative;
}
.site-arrow-left-wrapper .site-svg-arrow {
  position: absolute;
  left: 50px;
  top: -50px;
  overflow: visible;
  width: 400px;
}
@media (max-width: 1499px) {
  .site-arrow-left-wrapper .site-svg-arrow {
    left: 0;
  }
}
@media (max-width: 1099px) {
  .site-arrow-left-wrapper .site-svg-arrow {
    left: -50px;
  }
}
@media (max-width: 599px) {
  .site-arrow-left-wrapper .site-svg-arrow {
    width: 300px;
    top: 0;
  }
}

.site-arrow-1-wrapper svg.site-svg-arrow-1, .site-arrow-1-wrapper svg.site-svg-arrow-reverse-1, .site-arrow-reverse-1-wrapper svg.site-svg-arrow-1, .site-arrow-reverse-1-wrapper svg.site-svg-arrow-reverse-1 {
  height: 450px;
}
@media (max-width: 1499px) {
  .site-arrow-1-wrapper svg.site-svg-arrow-1, .site-arrow-1-wrapper svg.site-svg-arrow-reverse-1, .site-arrow-reverse-1-wrapper svg.site-svg-arrow-1, .site-arrow-reverse-1-wrapper svg.site-svg-arrow-reverse-1 {
    height: 400px;
  }
}
@media (max-width: 599px) {
  .site-arrow-1-wrapper svg.site-svg-arrow-1, .site-arrow-1-wrapper svg.site-svg-arrow-reverse-1, .site-arrow-reverse-1-wrapper svg.site-svg-arrow-1, .site-arrow-reverse-1-wrapper svg.site-svg-arrow-reverse-1 {
    height: 300px;
  }
}

.site-arrow-2-wrapper svg.site-svg-arrow-2, .site-arrow-2-wrapper svg.site-svg-arrow-reverse-2, .site-arrow-reverse-2-wrapper svg.site-svg-arrow-2, .site-arrow-reverse-2-wrapper svg.site-svg-arrow-reverse-2 {
  height: 350px;
}

.site-arrow-3-wrapper svg.site-svg-arrow-3, .site-arrow-3-wrapper svg.site-svg-arrow-reverse-3, .site-arrow-reverse-3-wrapper svg.site-svg-arrow-3, .site-arrow-reverse-3-wrapper svg.site-svg-arrow-reverse-3 {
  height: 450px;
}
@media (max-width: 1499px) {
  .site-arrow-3-wrapper svg.site-svg-arrow-3, .site-arrow-3-wrapper svg.site-svg-arrow-reverse-3, .site-arrow-reverse-3-wrapper svg.site-svg-arrow-3, .site-arrow-reverse-3-wrapper svg.site-svg-arrow-reverse-3 {
    height: 400px;
  }
}
@media (max-width: 599px) {
  .site-arrow-3-wrapper svg.site-svg-arrow-3, .site-arrow-3-wrapper svg.site-svg-arrow-reverse-3, .site-arrow-reverse-3-wrapper svg.site-svg-arrow-3, .site-arrow-reverse-3-wrapper svg.site-svg-arrow-reverse-3 {
    height: 300px;
  }
}

.site-arrow-4-wrapper svg.site-svg-arrow-4, .site-arrow-4-wrapper svg.site-svg-arrow-reverse-4, .site-arrow-reverse-4-wrapper svg.site-svg-arrow-4, .site-arrow-reverse-4-wrapper svg.site-svg-arrow-reverse-4 {
  height: 400px;
  top: 0;
}
@media (max-width: 1499px) {
  .site-arrow-4-wrapper svg.site-svg-arrow-4, .site-arrow-4-wrapper svg.site-svg-arrow-reverse-4, .site-arrow-reverse-4-wrapper svg.site-svg-arrow-4, .site-arrow-reverse-4-wrapper svg.site-svg-arrow-reverse-4 {
    height: 350px;
  }
}

.site-arrow-5-wrapper svg.site-svg-arrow-5, .site-arrow-5-wrapper svg.site-svg-arrow-reverse-5, .site-arrow-reverse-5-wrapper svg.site-svg-arrow-5, .site-arrow-reverse-5-wrapper svg.site-svg-arrow-reverse-5 {
  height: 450px;
}
@media (max-width: 1499px) {
  .site-arrow-5-wrapper svg.site-svg-arrow-5, .site-arrow-5-wrapper svg.site-svg-arrow-reverse-5, .site-arrow-reverse-5-wrapper svg.site-svg-arrow-5, .site-arrow-reverse-5-wrapper svg.site-svg-arrow-reverse-5 {
    height: 400px;
  }
}
@media (max-width: 599px) {
  .site-arrow-5-wrapper svg.site-svg-arrow-5, .site-arrow-5-wrapper svg.site-svg-arrow-reverse-5, .site-arrow-reverse-5-wrapper svg.site-svg-arrow-5, .site-arrow-reverse-5-wrapper svg.site-svg-arrow-reverse-5 {
    height: 300px;
  }
}

body.cms-page-is-in-edit-mode .drop-wrapper {
  display: none;
}

.drop-wrapper {
  height: 320px;
  position: absolute;
  width: 100%;
  left: 0;
}
@media (max-width: 1499px) {
  .drop-wrapper {
    height: 370px;
  }
}
@media (max-width: 599px) {
  .drop-wrapper {
    height: 570px;
  }
}

.drop {
  width: 25px;
  height: 25px;
  border-radius: 50% 0% 50% 50%;
  background: #FFF500;
  background-size: 100% 150%;
  position: absolute;
  top: -25px;
  left: 50%;
  transform: translateX(-50%) rotate(-45deg);
  animation: fall 3s ease-in infinite;
  opacity: 0.75;
}
.drop:after {
  width: 25px;
  height: 25px;
  border-radius: 50% 0% 50% 50%;
  background: #FFF500;
  background-size: 100% 150%;
  position: absolute;
  top: -75px;
  opacity: 0.75;
}
.drop.drop1 {
  left: 17.5%;
  animation-delay: 0.3s;
  background: #FF6300;
}
.drop.drop1:after {
  left: 12.5%;
  animation-delay: 0.3s;
  background: #FF6300;
}
.drop.drop2 {
  left: 39.5%;
  animation-delay: 1s;
  background: #FF2689;
}
.drop.drop3 {
  left: 61.5%;
  animation-delay: 0.7s;
  background: #419F7A;
}
.drop.drop4 {
  left: 82.5%;
  animation-delay: 1.4s;
  background: #130092;
}

@keyframes fall {
  100% {
    top: 65%;
  }
}
.pool {
  width: 25px;
  height: 10px;
  border: 1px solid red;
  position: absolute;
  top: 65%;
  left: 50%;
  transform: translateX(-50%);
  border-radius: 50%;
  animation: ripple 3.3s linear 5.95s infinite;
  opacity: 0;
}
@media (max-width: 599px) {
  .pool {
    width: 10px;
    height: 3px;
  }
}
.pool:after {
  content: "";
  width: 33%;
  height: 33%;
  border: 1px solid #FFF500;
  position: absolute;
  left: calc(33% - 1px);
  top: calc(33% - 1px);
  border-radius: 50%;
}
.pool:before {
  content: "";
  width: 66%;
  height: 66%;
  border: 1px solid #FFF500;
  position: absolute;
  left: calc(16.5% - 1px);
  top: calc(16.5% - 1px);
  border-radius: 50%;
}
.pool.pool1 {
  left: 17.5%;
  border: 1px solid #FF6300;
  animation: ripple 4s linear 5.95s infinite;
}
.pool.pool1:after, .pool.pool1:before {
  border: 1px solid #FF6300;
}
.pool.pool2 {
  left: 39.5%;
  border: 1px solid #FF2689;
}
.pool.pool2:after, .pool.pool2:before {
  border: 1px solid #FF2689;
}
.pool.pool3 {
  left: 61.5%;
  border: 1px solid #419F7A;
}
.pool.pool3:after, .pool.pool3:before {
  border: 1px solid #419F7A;
}
.pool.pool4 {
  left: 82.5%;
  border: 1px solid #130092;
}
.pool.pool4:after, .pool.pool4:before {
  border: 1px solid #130092;
}

@keyframes ripple {
  0% {
    opacity: 1;
  }
  90% {
    width: 100px;
    height: 40px;
    transform: translate(-50%, -50%) rotateX(45deg);
    opacity: 0;
  }
  100% {
    width: 100px;
    height: 40px;
    transform: translate(-50%, -50%) rotateX(45deg);
    opacity: 0;
  }
}
@keyframes ripple-mobile {
  0% {
    opacity: 1;
  }
  90% {
    width: 300px;
    height: 150px;
    transform: translate(-50%, -50%) rotateX(45deg);
    opacity: 0;
  }
  100% {
    width: 300px;
    height: 150px;
    transform: translate(-50%, -50%) rotateX(45deg);
    opacity: 0;
  }
}
body:not(.cms-page-is-in-edit-mode) .site-full-width-block-wrapper .site-full-width-block, body:not(.cms-page-is-in-edit-mode) .site-full-width-block-wrapper .cms-text-feature-data > h3.cms-feature-title {
  padding-left: 190px;
  padding-right: 190px;
}
@media (max-width: 1499px) {
  body:not(.cms-page-is-in-edit-mode) .site-full-width-block-wrapper .site-full-width-block, body:not(.cms-page-is-in-edit-mode) .site-full-width-block-wrapper .cms-text-feature-data > h3.cms-feature-title {
    padding: 0 50px;
  }
}
@media (max-width: 1023px) {
  body:not(.cms-page-is-in-edit-mode) .site-full-width-block-wrapper .site-full-width-block, body:not(.cms-page-is-in-edit-mode) .site-full-width-block-wrapper .cms-text-feature-data > h3.cms-feature-title {
    padding: 0 20px;
  }
}

.site-form-payment-wrapper .site-form-product-payment-block .site-form-product-payment-data {
  background: #f9f9f9;
}
.site-form-payment-wrapper .site-form-title {
  color: #FFF500;
  font-family: "gelato-luxe";
  font-size: 18px;
}
table.custom-table thead tr, table.custom-table tbody tr {
  background: transparent !important;
}
table.custom-table thead tr td, table.custom-table tbody tr td {
  vertical-align: top;
}

body.cms-page-is-in-edit-mode .site-feature-accordion-wrapper .site-feature-accordion {
  display: block;
}

/*
table.site-table-tabs1 {
  .site-tbl-tab-header-wrapper {
    .site-tbl-tab-header {
      display: flex;

      th {
        background: $tab-bg;
        color: $tab-color;
        cursor: pointer;
        padding: 10px 30px;
        //max-width: 200px;
        align-items: center;

        &:hover {
          background: $tab-bg-hover;
          color: $tab-color-hover;
        }
      }

      &.site-tbl-tab-header-active {
        th {
          background: $tab-bg-active;
          color: $tab-color-active;
        }
      }
    }

    @include maxbp($enable-Accoridon) {
      display: none;
    }
  }

  .site-tbl-tab-desc-wrapper {
    .site-tbl-tab-desc {
      display: none;

      &.site-tbl-tab-desc-active {
        display: block;
      }

      @include maxbp($enable-Accoridon) {
        display: block !important;
      }

    }
  }

  .site-tbl-tab-accordion-title {
    display: none;

    @include maxbp($enable-Accoridon) {
      display: block;

    }
  }

  .site-tbl-tab-desc-block {

    display: none;
    @include minbp($enable-Accoridon) {
      display: block !important;
    }

  }
}
  */
.site-pagination {
  display: flex;
  list-style: none;
  justify-content: center;
  margin: 20px 0 0;
}
.site-pagination li {
  padding: 0;
  text-align: center;
}
.site-pagination li a {
  color: #ffffff;
  padding: 7px 15px;
  min-width: 40px;
  height: 40px;
  border: 1px solid #f9f9f9;
  background: #FFF500;
}
.site-pagination li.site-pagination-active a, .site-pagination li:hover a {
  background: #000;
  color: #ffffff;
}

.error-template {
  background: #FCFCFF;
}
.error-template .site-error-page {
  text-align: center;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
}
@media (max-width: 699px) {
  .error-template .site-error-page {
    position: static;
    transform: translateY(0%);
  }
}
.error-template .error-msg {
  position: relative;
  margin: -100px 0 0;
}
@media (max-width: 1499px) {
  .error-template .error-msg {
    margin: -75px 0 0;
  }
}
.error-template .error-msg .error-no {
  font-family: "gelato-luxe";
  font-weight: bold;
  font-size: 300px;
  line-height: 290px;
  color: #000;
}
.error-template .error-msg .error-no .color-yellow {
  color: #FFF500;
}
@media (max-width: 767px) {
  .error-template .error-msg .error-no {
    font-size: 210px;
    line-height: 210px;
  }
}
@media (max-width: 399px) {
  .error-template .error-msg .error-no {
    font-size: 160px;
    line-height: 170px;
  }
}
.error-template .error-msg .error-not-found {
  font-size: 22px;
  text-transform: uppercase;
  font-weight: bold;
  color: #000;
}
@media (max-width: 599px) {
  .error-template .error-msg .error-not-found {
    font-size: 30px;
    margin: 10px 0 0;
  }
}
.error-template .error-msg .error-desc {
  width: 100%;
  max-width: 1150px;
  margin: 50px auto 0;
  font-size: 22px;
  line-height: 35px;
  padding: 0;
}
.error-template .error-buttons {
  margin: 50px 0;
}
@media (max-width: 599px) {
  .error-template .error-buttons {
    margin: 30px 0 50px;
  }
}
.error-template .error-buttons .error-social-link {
  margin: 50px 0 0;
}
.error-template .error-buttons .error-social-link .error-footer-social {
  display: inline-block;
  width: 60px;
  height: 60px;
  border: 1px solid #f1f1f1;
  line-height: 60px;
  margin: 0 10px;
  background: none;
  transition: all ease 0.5s;
}
.error-template .error-buttons .error-social-link .error-footer-social a {
  color: #FFF500;
  display: block;
}
.error-template .error-buttons .error-social-link .error-footer-social:hover {
  background: #000;
}
.error-template .error-buttons .error-social-link .error-footer-social i {
  font-size: 25px;
}

.empty-template body.cms-user-logged .site-coming-soon-wrapper {
  height: calc(100vh - 72px);
}
.empty-template body.cms-user-logged.cms-page-is-in-preview-mode .site-coming-soon-wrapper {
  height: calc(100vh - 45px);
}
.empty-template .site-coming-soon-wrapper {
  background: linear-gradient(127deg, #ffffff 50%, #202020 50%);
  height: 100vh;
  max-height: 100vh;
}
.empty-template .site-coming-soon-wrapper .site-container {
  height: 100%;
}
.empty-template .site-coming-soon-wrapper .site-coming-soon-block {
  display: flex;
  justify-content: space-between;
  height: 100%;
  align-items: center;
}
.empty-template .site-coming-soon-wrapper .site-coming-soon-block .site-coming-soon-text {
  width: 100%;
  max-width: 650px;
}
.empty-template .site-coming-soon-wrapper .site-coming-soon-block .site-coming-soon-text .site-coming-soon-title {
  font-family: "gelato-luxe";
  text-transform: uppercase;
  font-size: 80px;
  font-weight: bold;
  line-height: 100px;
  color: #000;
}
.empty-template .site-coming-soon-wrapper .site-coming-soon-block .site-coming-soon-text .site-coming-soon-desc {
  color: #000000;
  font-size: 20px;
  position: relative;
  padding: 20px 0 0;
  line-height: 35px;
}
.empty-template .site-coming-soon-wrapper .site-coming-soon-block .site-coming-soon-text .site-coming-soon-desc::before {
  content: "";
  display: block;
  height: 1px;
  width: 100%;
  position: absolute;
  background: black;
  top: 0;
}
.empty-template .site-coming-soon-wrapper .site-coming-soon-block .site-coming-soon-image {
  text-align: right;
}
.empty-template .site-coming-soon-wrapper .site-coming-soon-block .site-coming-soon-image img {
  width: 85%;
  border-radius: 100%;
}

body:not(.remove-grayscale).site-home:not(.cms-page-is-in-edit-mode) #site-header {
  background: #F8F4F1;
  transition: all ease 1s;
}
body:not(.remove-grayscale).site-home:not(.cms-page-is-in-edit-mode) var {
  background: #ffffff !important;
  color: #000000 !important;
}
body:not(.remove-grayscale).site-home:not(.cms-page-is-in-edit-mode) .custom-cutout-slider-wrapper .site-slick-wrapper .site-slide .site-slider-video {
  filter: grayscale(100%);
  transition: all ease 1s;
  border-radius: 20px;
}

.site-login-page .web-login-wrapper {
  position: relative;
  height: 100vh;
}
.site-login-page .web-login-wrapper .login-block {
  position: absolute;
  width: 100%;
  left: 0;
  right: 0;
}
@media (max-width: 399px) {
  .site-login-page .web-login-wrapper .login-block {
    width: 90%;
  }
}

.news-content-template .news-content-page .site-main-wrapper .site-sub-wrapper {
  width: 100%;
  clear: both;
}
.news-content-template .news-content-page .site-main-wrapper .site-sub-wrapper.site-main-with-sidebar article {
  display: block;
}
.news-content-template .news-content-page .site-main-wrapper .site-sub-wrapper.site-main-with-sidebar article .site-sidebar {
  float: right;
  padding-left: 120px;
}
@media (max-width: 766px) {
  .news-content-template .news-content-page .site-main-wrapper .site-sub-wrapper.site-main-with-sidebar article .site-sidebar {
    padding: 0;
    float: none;
  }
}
.news-content-template .news-content-page .site-main-wrapper .site-sub-wrapper.site-main-with-sidebar article .site-main-data {
  float: left;
}
@media (max-width: 766px) {
  .news-content-template .news-content-page .site-main-wrapper .site-sub-wrapper.site-main-with-sidebar article .site-main-data {
    float: none;
  }
}
.news-content-template .news-content-page .site-main-wrapper .site-sub-wrapper.site-main-with-sidebar article .site-sidebar {
  padding-right: 0 !important;
}
@media (min-width: 767px) {
  .news-content-template .news-content-page .site-main-wrapper .site-sub-wrapper.site-main-with-sidebar .site-main-data {
    width: calc(100% - 490px);
  }
}

.search-result-page .site-search-data {
  display: flex;
  border: 1px solid #000;
  border-radius: 10px;
}
.search-result-page .site-search-data .site-search-input {
  background: transparent;
  border-radius: 0;
  outline: none;
  border: 1px solid transparent;
  font-size: 18px;
  height: 46px;
  width: 100%;
  padding: 10px;
  font-family: "brother-1816", sans-serif;
  background: transparent;
}
.search-result-page .site-search-data .site-search-button {
  position: relative;
  display: inline-block;
  overflow: hidden;
  font-size: 18px;
  border: 1px solid none;
  color: #FFF500;
  text-decoration: none;
  border-radius: 50px;
  padding: 3px 50px 5px;
  background: transparent;
  transition: all ease 0.5s;
  line-height: 40px;
  text-decoration: none !important;
  font-size: 0;
  padding: 0 10px;
  letter-spacing: 0;
  background: none !important;
  height: 50px !important;
  border-radius: 0;
  background: #000;
  border: none !important;
}
.search-result-page .site-search-data .site-search-button span {
  position: relative;
  z-index: 10;
}
.search-result-page .site-search-data .site-search-button:before, .search-result-page .site-search-data .site-search-button:after {
  position: absolute;
  top: 50%;
  content: "";
  width: 20px;
  height: 18px;
  background-color: #ffffff;
  border-radius: 50%;
}
.search-result-page .site-search-data .site-search-button:before {
  left: -20px;
  transform: translate(-50%, -50%);
}
.search-result-page .site-search-data .site-search-button:after {
  right: -20px;
  transform: translate(50%, -50%);
}
.search-result-page .site-search-data .site-search-button:hover {
  color: #414141 !important;
  border: 1px solid none;
  transition: all ease 1.2s;
}
.search-result-page .site-search-data .site-search-button:hover span {
  color: #414141 !important;
}
.search-result-page .site-search-data .site-search-button:hover:before {
  animation: criss-cross-left 0.8s both;
  animation-direction: alternate;
}
.search-result-page .site-search-data .site-search-button:hover:after {
  animation: criss-cross-right 0.8s both;
  animation-direction: alternate;
}
@keyframes criss-cross-left {
  0% {
    left: -20px;
  }
  50% {
    left: 50%;
    width: 20px;
    height: 18px;
  }
  100% {
    left: 50%;
    width: 100%;
    height: 100%;
  }
}
@keyframes criss-cross-right {
  0% {
    right: -20px;
  }
  50% {
    right: 50%;
    width: 20px;
    height: 18px;
    border-radius: 50px;
  }
  100% {
    right: 50%;
    width: 100%;
    height: 100%;
    border-radius: 50px;
  }
}
.search-result-page .site-search-data .site-search-button:before {
  font-family: "site-icon" !important;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e905" !important;
  font-size: 30px;
  font-weight: bold;
  position: static;
  border-radius: 10px;
  line-height: 50px;
  color: #000;
  display: block;
  height: 50px !important;
  transform: none;
  width: 50px !important;
  background: none !important;
}
.search-result-page .site-search-data .site-search-button:after {
  display: none;
}
.search-result-page .site-page-title-block {
  text-align: center;
  max-width: none;
  margin: 30px 0;
  font-size: 100px;
}
.search-result-page .sr-search-wrapper {
  background: #dfdfdf;
  text-align: center;
  padding: 50px;
  margin: 0 0 30px;
  position: sticky;
  top: 0;
}
@media (max-width: 599px) {
  .search-result-page .sr-search-wrapper {
    padding: 50px 20px;
  }
}
@media (max-width: 599px) {
  .search-result-page .sr-search-wrapper {
    padding: 50px 10px;
  }
}
.search-result-page .sr-search-wrapper .sr-search-area {
  margin: 0 auto 30px;
  max-width: 900px;
  width: 100%;
}
.search-result-page .sr-search-wrapper .sr-links-area a {
  margin: 0 5px;
}
.search-result-page #sr-wrapper .sr-title {
  margin: 40px 0 30px;
  text-align: center;
  font-size: 20px;
  letter-spacing: 1px;
}
.search-result-page #sr-wrapper .sr-title span {
  text-transform: uppercase;
  font-weight: bold;
}
.search-result-page #sr-wrapper .sr-data .sr-block {
  display: block;
  overflow: hidden;
  border-bottom: 1px dashed #000;
  margin: 0 0 25px;
  padding: 0 0 25px;
}
.search-result-page #sr-wrapper .sr-data .sr-block .sr-pagename a {
  color: #000;
  font-family: "brother-1816", sans-serif;
  font-size: 20px;
}
.search-result-page #sr-wrapper .sr-data .sr-block .sr-pagename a:hover {
  color: #414141;
}
.search-result-page #sr-wrapper .sr-data .sr-block .sr-link a {
  color: #999;
}
.search-result-page #sr-wrapper .sr-data .sr-block .sr-link a:hover {
  color: #414141;
}
.search-result-page #sr-wrapper .sr-data .sr-block .sr-content {
  margin: 10px 0 0;
}
.search-result-page #sr-wrapper .sr-data .sr-block .sr-content .sr-hit {
  font-weight: bold;
  color: #000000;
}
.search-result-page #sr-wrapper .sr-data .sr-block .sr-tag-list {
  margin: 20px 0 0;
  color: #414141;
}
.search-result-page #sr-wrapper .sr-data .sr-block .sr-tag-list .sr-tag {
  display: inline-block;
  margin: 0 2px 2px 0;
  background-color: #dfdfdf;
  padding: 6px 20px;
  color: #414141;
  font-size: 10.67px;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 2px;
  white-space: nowrap;
  min-height: 40px;
  line-height: 27px;
}

.site-content-no-header-template #site-main-content {
  margin: 50px 0 0 !important;
}

.site-content-no-top-space #site-main-content {
  margin: 0 !important;
}

.cms-bb-search-wrapper .cms-bb-search-block-wrapper {
  clear: both;
  display: block;
  overflow: hidden;
}
.cms-bb-search-wrapper .cms-bb-search-block-wrapper .cms-bb-search-block-mbl-title {
  display: none;
  background: #FFF500;
  color: #ffffff;
  padding: 5px 10px;
  text-transform: uppercase;
  font-size: 13px;
  letter-spacing: 1px;
  cursor: pointer;
}
.cms-bb-search-wrapper .cms-bb-search-block-wrapper .cms-bb-search-block-mbl-title:hover {
  background: #000;
  color: #000000;
}
@media (max-width: 1099px) {
  .cms-bb-search-wrapper .cms-bb-search-block-wrapper .cms-bb-search-block-mbl-title {
    display: block;
  }
}
.cms-bb-search-wrapper .cms-bb-search-block-wrapper .cms-bb-search-block-close {
  position: absolute;
  top: 60px;
  right: 20px;
}
.cms-bb-search-wrapper .cms-bb-search-block-wrapper .cms-bb-search-block-close::before {
  content: "X";
}
.cms-bb-search-wrapper .cms-bb-search-block-wrapper .cms-bb-filter-saparation {
  display: none;
  text-align: center;
  text-transform: uppercase;
  position: relative;
  margin: 40px 0 25px;
}
.cms-bb-search-wrapper .cms-bb-search-block-wrapper .cms-bb-filter-saparation:after {
  content: "";
  display: block;
  background: white;
  z-index: 1;
  width: 50px;
  height: 1px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  margin: auto;
  z-index: -1;
}
.cms-bb-search-wrapper .cms-bb-search-block-wrapper .cms-bb-filter-saparation:before {
  content: "";
  height: 1px;
  width: 120px;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  display: block;
  background: #f1f1f1;
  margin: auto;
  z-index: -2;
}
@media (max-width: 1099px) {
  .cms-bb-search-wrapper .cms-bb-search-block-wrapper .cms-bb-filter-saparation {
    display: block;
  }
}
@media (max-width: 1099px) {
  .cms-bb-search-wrapper .cms-bb-search-block-wrapper .cms-bb-search-block-desc {
    right: -100%;
    position: fixed;
    width: 90%;
    background: #ffffff;
    height: 100vh;
    top: 0;
    border: 1px solid #f1f1f1;
    padding: 100px 10px 10px;
    margin: auto;
    transition: all ease 0.5s;
  }
  .cms-bb-search-wrapper .cms-bb-search-block-wrapper .cms-bb-search-block-desc.cms-bb-search-block-desc-active {
    right: 0%;
  }
}
.cms-bb-search-wrapper .cms-bb-search-block-wrapper .cms-bb-search-block {
  float: left;
  display: flex;
}
@media (max-width: 1099px) {
  .cms-bb-search-wrapper .cms-bb-search-block-wrapper .cms-bb-search-block {
    display: block;
    float: none;
    margin: 0 0 20px;
  }
}
.cms-bb-search-wrapper .cms-bb-search-block-wrapper .cms-bb-search-block .cms-bb-role-search-title {
  display: none;
  font-size: 13px;
  color: black;
  line-height: 46px;
  margin: 0 10px 0 0;
  text-transform: uppercase;
  margin: 0 0 5px;
  text-align: center;
}
@media (max-width: 1099px) {
  .cms-bb-search-wrapper .cms-bb-search-block-wrapper .cms-bb-search-block .cms-bb-role-search-title {
    display: block;
  }
}
.cms-bb-search-wrapper .cms-bb-search-block-wrapper .cms-bb-search-block .cms-bb-search-filter {
  margin: 0 5px 0 0;
}
@media (max-width: 1099px) {
  .cms-bb-search-wrapper .cms-bb-search-block-wrapper .cms-bb-search-block .cms-bb-search-filter {
    margin: 0;
  }
}
@media (max-width: 1099px) {
  .cms-bb-search-wrapper .cms-bb-search-block-wrapper .cms-bb-search-block .cms-bb-search-filter .cms-bb-search-filter-block {
    margin: 0 0 15px;
  }
}
.cms-bb-search-wrapper .cms-bb-search-block-wrapper .cms-bb-search-block .cms-bb-search-filter .cms-bb-directory-search-box {
  background: #ffffff;
  border-radius: 0;
  outline: none;
  border: 1px solid #dfdfdf;
  font-size: 18px;
  height: 46px;
  width: 100%;
  padding: 10px;
  font-family: "brother-1816", sans-serif;
  width: 300px;
}
@media (max-width: 1099px) {
  .cms-bb-search-wrapper .cms-bb-search-block-wrapper .cms-bb-search-block .cms-bb-search-filter .cms-bb-directory-search-box {
    width: 100%;
    display: block;
  }
}
@media (max-width: 1099px) {
  .cms-bb-search-wrapper .cms-bb-search-block-wrapper .cms-bb-search-block .cms-bb-search-button a.directory-button {
    width: 100%;
    display: block;
  }
}
.cms-bb-search-wrapper .cms-bb-search-block-wrapper .cms-bb-role-filter-block {
  float: right;
}
@media (max-width: 1099px) {
  .cms-bb-search-wrapper .cms-bb-search-block-wrapper .cms-bb-role-filter-block {
    float: none;
  }
}
.cms-bb-search-wrapper .cms-bb-search-block-wrapper .cms-bb-role-filter-block .cms-bb-role-filter {
  display: flex;
}
@media (max-width: 1099px) {
  .cms-bb-search-wrapper .cms-bb-search-block-wrapper .cms-bb-role-filter-block .cms-bb-role-filter {
    display: block;
  }
}
.cms-bb-search-wrapper .cms-bb-search-block-wrapper .cms-bb-role-filter-block .cms-bb-role-filter .cms-bb-role-filter-title {
  font-size: 13px;
  color: black;
  line-height: 46px;
  margin: 0 10px 0 0;
  text-transform: uppercase;
}
@media (max-width: 1099px) {
  .cms-bb-search-wrapper .cms-bb-search-block-wrapper .cms-bb-role-filter-block .cms-bb-role-filter .cms-bb-role-filter-title {
    margin: 0 0 5px;
    text-align: center;
  }
}
.cms-bb-search-wrapper .cms-bb-search-block-wrapper .cms-bb-role-filter-block .cms-bb-role-filter select {
  width: 300px;
}
@media (max-width: 1099px) {
  .cms-bb-search-wrapper .cms-bb-search-block-wrapper .cms-bb-role-filter-block .cms-bb-role-filter select {
    width: 100%;
  }
}
.cms-bb-search-wrapper .cms-bb-result-wrapper {
  margin: 20px 0 0;
  clear: both;
}
.cms-bb-search-wrapper .cms-bb-result-wrapper.cms-directory-result-wrapper .cms-bb-result-list {
  margin: 0 -15px;
  opacity: 1;
  transition: opacity ease 0.5s;
}
.cms-bb-search-wrapper .cms-bb-result-wrapper.cms-directory-result-wrapper .cms-bb-result-list.cms-bb-result-list-active {
  opacity: 1;
}
.cms-bb-search-wrapper .cms-bb-result-wrapper.cms-directory-result-wrapper .cms-bb-result-list .cms-bb-result-item {
  width: 20%;
  padding: 0 15px 30px;
}
@media (max-width: 1599px) {
  .cms-bb-search-wrapper .cms-bb-result-wrapper.cms-directory-result-wrapper .cms-bb-result-list .cms-bb-result-item {
    width: 25%;
  }
}
@media (max-width: 1199px) {
  .cms-bb-search-wrapper .cms-bb-result-wrapper.cms-directory-result-wrapper .cms-bb-result-list .cms-bb-result-item {
    width: 33.3%;
  }
}
@media (max-width: 999px) {
  .cms-bb-search-wrapper .cms-bb-result-wrapper.cms-directory-result-wrapper .cms-bb-result-list .cms-bb-result-item {
    width: 50%;
  }
}
@media (max-width: 599px) {
  .cms-bb-search-wrapper .cms-bb-result-wrapper.cms-directory-result-wrapper .cms-bb-result-list .cms-bb-result-item {
    width: 100%;
  }
}
.cms-bb-search-wrapper .cms-bb-result-wrapper.cms-directory-result-wrapper .cms-bb-result-list .cms-bb-result-item .cms-bb-result-item-data {
  border: 1px solid #dfdfdf;
}
.cms-bb-search-wrapper .cms-bb-result-wrapper.cms-directory-result-wrapper .cms-bb-result-list .cms-bb-result-item .cms-bb-result-item-data a:hover {
  color: #000 !important;
}
.cms-bb-search-wrapper .cms-bb-result-wrapper.cms-directory-result-wrapper .cms-bb-result-list .cms-bb-result-item .cms-bb-result-item-data .cms-bb-parent-image-block {
  margin: 0 0 20px;
}
.cms-bb-search-wrapper .cms-bb-result-wrapper.cms-directory-result-wrapper .cms-bb-result-list .cms-bb-result-item .cms-bb-result-item-data .cms-bb-parent-image-block .cms-bb-directory-image {
  width: 100%;
  height: 400px;
  object-fit: cover;
  object-position: top;
}
@media (max-width: 1499px) {
  .cms-bb-search-wrapper .cms-bb-result-wrapper.cms-directory-result-wrapper .cms-bb-result-list .cms-bb-result-item .cms-bb-result-item-data .cms-bb-parent-image-block .cms-bb-directory-image {
    height: 375px;
  }
}
.cms-bb-search-wrapper .cms-bb-result-wrapper.cms-directory-result-wrapper .cms-bb-result-list .cms-bb-result-item .cms-bb-result-item-data .cms-bb-directory-desc {
  margin: 20px;
  text-align: center;
}
.cms-bb-search-wrapper .cms-bb-result-wrapper.cms-directory-result-wrapper .cms-bb-result-list .cms-bb-result-item .cms-bb-result-item-data .cms-bb-directory-desc .cms-bb-data-title {
  font-weight: bold;
  margin: 0 0 5px;
  font-size: 14px;
}
.cms-bb-search-wrapper .cms-bb-result-wrapper.cms-directory-result-wrapper .cms-bb-result-list .cms-bb-result-item .cms-bb-result-item-data .cms-bb-directory-desc .cms-bb-directory-name {
  font-size: 22px;
  line-height: 32px;
  color: #FFF500;
  margin: 0 0 10px;
  font-family: "gelato-luxe";
  font-weight: normal;
}
.cms-bb-search-wrapper .cms-bb-result-wrapper.cms-directory-result-wrapper .cms-bb-result-list .cms-bb-result-item .cms-bb-result-item-data .cms-bb-directory-desc .cms-bb-directory-preferredName {
  font-size: 12px;
  line-height: 17px;
  color: #FFF500;
  margin: -5px 0 10px;
  font-family: "brother-1816", sans-serif;
  font-weight: normal;
}
.cms-bb-search-wrapper .cms-bb-result-wrapper.cms-directory-result-wrapper .cms-bb-result-list .cms-bb-result-item .cms-bb-result-item-data .cms-bb-directory-desc .cms-bb-directory-job-title {
  text-transform: uppercase;
  font-size: 12px;
  line-height: 17px;
  color: #FFF500;
  font-family: "brother-1816", sans-serif;
  font-weight: bold;
  margin: -5px 0 15px;
}
.cms-bb-search-wrapper .cms-bb-result-wrapper.cms-directory-result-wrapper .cms-bb-result-list .cms-bb-result-item .cms-bb-result-item-data .cms-bb-directory-desc .cms-bb-directory-address {
  font-size: 12px;
  line-height: 17px;
  color: #FFF500;
  margin: 0 0 10px;
  font-family: "brother-1816", sans-serif;
  font-weight: normal;
}
.cms-bb-search-wrapper .cms-bb-result-wrapper.cms-directory-result-wrapper .cms-bb-result-list .cms-bb-result-item .cms-bb-result-item-data .cms-bb-directory-desc .cms-bb-directory-address .cms-bb-directory-address-block {
  margin: 15px 0 0;
}
.cms-bb-search-wrapper .cms-bb-result-wrapper.cms-directory-result-wrapper .cms-bb-result-list .cms-bb-result-item .cms-bb-result-item-data .cms-bb-directory-desc .cms-bb-directory-address .cms-bb-directory-address-type {
  font-weight: bold;
  font-size: 14px;
  margin: 0 0 5px;
}
.cms-bb-search-wrapper .cms-bb-result-wrapper.cms-directory-result-wrapper .cms-bb-result-list .cms-bb-result-item .cms-bb-result-item-data .cms-bb-directory-desc .cms-bb-directory-relationships {
  font-size: 14px;
  line-height: 23px;
  color: #FFF500;
  margin: 0 0 10px;
  font-family: "brother-1816", sans-serif;
  font-weight: normal;
}
.cms-bb-search-wrapper .cms-bb-result-wrapper.cms-directory-result-wrapper .cms-bb-result-list .cms-bb-result-item .cms-bb-result-item-data .cms-bb-directory-desc .cms-bb-directory-relationships .cms-bb-directory-relationships-block {
  margin: 0 0 5px;
  display: inline;
}
.cms-bb-search-wrapper .cms-bb-result-wrapper.cms-directory-result-wrapper .cms-bb-result-list .cms-bb-result-item .cms-bb-result-item-data .cms-bb-directory-desc .cms-bb-directory-relationships .cms-bb-directory-relationships-block:after {
  content: ",";
  margin: 0 4px 0 0;
}
.cms-bb-search-wrapper .cms-bb-result-wrapper.cms-directory-result-wrapper .cms-bb-result-list .cms-bb-result-item .cms-bb-result-item-data .cms-bb-directory-desc .cms-bb-directory-relationships .cms-bb-directory-relationships-block:last-child:after {
  display: none;
}
.cms-bb-search-wrapper .cms-bb-result-wrapper.cms-directory-result-wrapper .cms-bb-result-list .cms-bb-result-item .cms-bb-result-item-data .cms-bb-directory-desc .cms-bb-directory-relationships .cms-bb-directory-relationships-type {
  text-transform: lowercase;
  font-size: 14px;
}
.cms-bb-search-wrapper .cms-bb-result-wrapper.cms-directory-result-wrapper .cms-bb-result-list .cms-bb-result-item .cms-bb-result-item-data .cms-directory-custom-block {
  margin: 0 0 10px;
  font-size: 14px;
  line-height: 23px;
  color: #FFF500;
  font-family: "brother-1816", sans-serif;
}
.cms-bb-search-wrapper .cms-bb-result-wrapper.cms-directory-result-wrapper .cms-bb-result-list .cms-bb-result-item .cms-bb-result-item-data .cms-directory-custom-block a {
  color: #414141;
  border-bottom: 1px solid #414141;
}
.cms-bb-search-wrapper .cms-bb-result-wrapper.cms-directory-result-wrapper .cms-bb-result-list .cms-bb-result-item .cms-bb-result-item-data .cms-directory-custom-block a:hover {
  color: #000;
  border-bottom: 1px solid #000;
}
.cms-bb-search-wrapper .cms-bb-result-wrapper.cms-directory-result-wrapper .cms-bb-result-list .cms-bb-result-item .cms-bb-result-item-data .cms-bb-directory-contact {
  display: flex;
  justify-content: space-between;
  background: #dfdfdf;
  padding: 5px 20px;
  font-weight: normal;
  color: #000000;
  font-weight: bold;
}
.cms-bb-search-wrapper .cms-bb-result-wrapper.cms-directory-result-wrapper .cms-bb-result-list .cms-bb-result-item .cms-bb-result-item-data .cms-bb-directory-contact a {
  color: #000000;
}

.site-bb-image-round .cms-bb-search-wrapper .cms-bb-result-wrapper.cms-directory-result-wrapper .cms-bb-result-list .cms-bb-result-item .cms-bb-result-item-data .cms-bb-parent-image-block {
  padding: 30px 0 0;
  text-align: center;
}
.site-bb-image-round .cms-bb-search-wrapper .cms-bb-result-wrapper.cms-directory-result-wrapper .cms-bb-result-list .cms-bb-result-item .cms-bb-result-item-data .cms-bb-parent-image-block .cms-bb-directory-image {
  width: 225px;
  height: 225px;
  border-radius: 100%;
  margin: auto;
  border: 1px solid #dfdfdf;
}

@media (min-width: 600px) {
  .site-bb-directory-list .cms-bb-result-wrapper.cms-directory-result-wrapper .cms-bb-result-list .cms-bb-result-item, .site-bb-directory-list-2 .cms-bb-result-wrapper.cms-directory-result-wrapper .cms-bb-result-list .cms-bb-result-item {
    width: 100%;
  }
  .site-bb-directory-list .cms-bb-result-wrapper.cms-directory-result-wrapper .cms-bb-result-list .cms-bb-result-item .cms-bb-result-item-data, .site-bb-directory-list-2 .cms-bb-result-wrapper.cms-directory-result-wrapper .cms-bb-result-list .cms-bb-result-item .cms-bb-result-item-data {
    display: flex;
  }
  .site-bb-directory-list .cms-bb-result-wrapper.cms-directory-result-wrapper .cms-bb-result-list .cms-bb-result-item .cms-bb-result-item-data .cms-bb-parent-image-block, .site-bb-directory-list-2 .cms-bb-result-wrapper.cms-directory-result-wrapper .cms-bb-result-list .cms-bb-result-item .cms-bb-result-item-data .cms-bb-parent-image-block {
    width: 300px;
    flex: 0 0 300px;
    margin: 0;
  }
  .site-bb-directory-list .cms-bb-result-wrapper.cms-directory-result-wrapper .cms-bb-result-list .cms-bb-result-item .cms-bb-result-item-data .cms-bb-parent-image-block .cms-bb-directory-image, .site-bb-directory-list-2 .cms-bb-result-wrapper.cms-directory-result-wrapper .cms-bb-result-list .cms-bb-result-item .cms-bb-result-item-data .cms-bb-parent-image-block .cms-bb-directory-image {
    width: 100%;
    height: 350px;
  }
  .site-bb-directory-list .cms-bb-result-wrapper.cms-directory-result-wrapper .cms-bb-result-list .cms-bb-result-item .cms-bb-result-item-data .cms-bb-directory-desc-wrapper, .site-bb-directory-list-2 .cms-bb-result-wrapper.cms-directory-result-wrapper .cms-bb-result-list .cms-bb-result-item .cms-bb-result-item-data .cms-bb-directory-desc-wrapper {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
  .site-bb-directory-list .cms-bb-result-wrapper.cms-directory-result-wrapper .cms-bb-result-list .cms-bb-result-item .cms-bb-result-item-data .cms-bb-directory-desc-wrapper .cms-bb-directory-desc, .site-bb-directory-list-2 .cms-bb-result-wrapper.cms-directory-result-wrapper .cms-bb-result-list .cms-bb-result-item .cms-bb-result-item-data .cms-bb-directory-desc-wrapper .cms-bb-directory-desc {
    text-align: left;
    margin: 15px 20px 10px;
  }
  .site-bb-directory-list .cms-bb-result-wrapper.cms-directory-result-wrapper .cms-bb-result-list .cms-bb-result-item {
    width: 100%;
  }
  .site-bb-directory-list-2 .cms-bb-result-wrapper.cms-directory-result-wrapper .cms-bb-result-list .cms-bb-result-item {
    width: 50%;
  }
}
@media (min-width: 600px) and (max-width: 1399px) {
  .site-bb-directory-list-2 .cms-bb-result-wrapper.cms-directory-result-wrapper .cms-bb-result-list .cms-bb-result-item {
    width: 100%;
  }
}
/*.cms-bb-search-wrapper  {

    .cms-bb-search-block {
        //background: #f7f7f7;
        //padding: $gutter*2;
        margin: 0 0 $gutter*2;

        .cms-bb-search-block {

            .cms-bb-search-filter {
                flex: 0 0 500px;
                max-width: 500px;
                padding: 0 $gutter+5;
            }
        }

        .cms-bb-search-button {
            text-align: center;
            margin: $gutter*2 0 0;
        }

        .vc-search-filter-sport_events {
            //display: flex;
            //justify-content: space-between;
            display: block;
            overflow: hidden;

            .vc-search-filter-sport-title {
                line-height: 26px;
                padding: 0 0 1px;
            }

            .sport_events-categories {
                margin: 0 $gutter 0 0;

                @include maxbp($r_1000) {
                    margin: 0 0 $gutter;
                }
            }

            .sport_events-search-button {
                margin: $gutter*3 0 0;

                @include maxbp($r_1000) {
                    margin: $gutter*2 0 0;
                }
            }

            .vc-search-filter-sport-dropdown-block {
                margin: 0 $gutter 0 0;

                @include maxbp($r_1000) {
                    margin: 0 0 $gutter;
                }
            }

            .vc-search-filter-sport-dropdown {
                //display: none;
                width: 300px !important;

                @include maxbp($r_1000) {
                    margin: 0 0 $gutter;
                    width: 100% !important;
                }

                @include input;
                height: auto;
                max-height: 46px;
                overflow: hidden;
                transition: all ease 0.5s;
                background: url("../images/bottom-arrow.svg") no-repeat 96% 17px;

                &.vc-search-filter-sport-dropdown-active {
                    max-height: 400px;
                }

                a {
                    display: block;
                    line-height: 25px;
                }
            }
        }

        .cms-bb-filter-buttons {
            margin: 0;
            a {

                @include maxbp($mobile) {
                    display: block;
                }

                &.cms-bb-search-button-active {
                    color: $m2;
                }
            }
        }
    }

    .vc-search-filter-sport-left {
        float: left;
        display: flex;

        @include maxbp($r_1000) {
            float: none;
            display: block;
        }
    }

    .vc-search-filter-sport-right {
        float: right;
        display: flex;
        justify-content: flex-end;

        @include maxbp($r_1000) {
            float: none;
            display: block;
        }

        .cms-bb-filter-picker {
            margin: $gutter*3 0 0;

            @include maxbp($r_1000) {
                margin: $gutter 0 0;
            }

            input.cms-bb-date-picker {
                @include input;
                color: $m1;


                @include maxbp($mobile) {
                    background: url("../images/calender.png") no-repeat;
                    background-size: 25px;
                    background-position: center right;
                }

                &::-webkit-inner-spin-button, &::-webkit-calendar-picker-indicator {
                    //display: none;
                    //-webkit-appearance: none;
                }
            }
        }

    }

    .cms-bb-result-wrapper  {

        .cms-bb-sports-title {
            display: flex;
            flex-wrap: wrap;
            justify-content: space-between;
            margin: 0 0 $gutter;
            color: $m1;

            .cms-bb-sports-name-title , .cms-bb-sports-grade-title, .cms-bb-sports-jersey-number-title {
                @extend h5;
                text-transform: uppercase;
                margin: 0 0 $gutter/2;
            }


        }

        .cms-bb-sports-name, .cms-bb-sports-name-title {
            flex: 0 0 40%;
        }

        .cms-bb-sports-jersey-number, .cms-bb-sports-grade, .cms-bb-sports-jersey-number-title, .cms-bb-sports-grade-title {
            flex: 0 0 30%;
            text-align: center;
        }

        .cms-bb-result-list {

            .cms-bb-sports-result {
                display: flex;
                flex-wrap: wrap;
                justify-content: space-between;
                margin: 0 0 $gutter;
                color: $m1;
                font-family: $serif;
                font-weight: normal;
            }

            &.cms-directory-result-list {
                display: flex;
                justify-content: center;
                flex-wrap: wrap;
                margin: 0 -15px;

                .cms-bb-result-item.cms-bb-directory-result {
                    max-width: 20%;
                    flex: 0 0 20%;
                    padding: $gutter+5;

                    @include maxbp($laptop) {
                        max-width: 25%;
                        flex: 0 0 25%;
                    }

                    @include maxbp($tablet_l) {
                        max-width: 33.3%;
                        flex: 0 0 33.3%;
                    }

                    @include maxbp($mobile) {
                        max-width: 100%;
                        flex: 0 0 100%;
                    }

                    .cms-bb-result-item-data {
                        border: 1px solid #e9e9e9;

                        .cms-bb-directory-image-block {
                            margin: 0 0 $gutter*3;

                            .cms-bb-directory-image {
                                width: 100%;
                                height: 300px;
                                object-fit: cover;
                                object-position: top;
                            }
                        }

                        .cms-bb-directory-desc {
                            text-align: center;
                            margin: $gutter*2;

                            .cms-bb-directory-name {
                                font-size: 32px;
                                line-height: 40px;
                                color: $m1;
                                margin: 0 0 $gutter;
                                font-family: $sans-serif;
                                font-weight: normal;

                            }

                            .cms-bb-directory-preferredName {
                                margin: 0 0 $gutter;
                                display: none;
                            }

                            .cms-bb-directory-jobtitle {
                                color: $m2;
                                text-transform: uppercase;
                                font-size: 13px;
                                font-weight: normal;
                                font-family: gothamblack;
                                margin: 0 0 10px;
                                word-wrap: break-word;
                            }
                        }

                        .cms-bb-directory-contact {
                            display: flex;
                            justify-content: space-between;
                            background: $s3;
                            padding: $gutter/2 $gutter*2;
                            font-weight: normal;
                            font-family: gothamblack;
                        }
                    }
                }
            }

            &.cms-sport_events-result-list {
                .cms-bb-sport_events-result {
                    border: 1px solid $s1;
                    padding: $gutter*2;
                    margin: 0 0 $gutter*2;
                    display: flex;
                    overflow: hidden;
                    align-items: center;

                    @include maxbp($mobile) {
                        display: block;
                    }

                    .cms-bb-sport_events-date-wrapper {
                        width: 50px;
                        text-align: center;
                        color: $m2;
                        font-family: $serif;

                        @include maxbp($mobile) {
                            width: 100%;
                            display: flex;
                        }

                        .cms-bb-sport_events-day {
                            .cms-bb-sport_events-fullday {
                                display: none;
                            }

                            @include maxbp($mobile) {
                                position: relative;
                                margin: 0 $gutter/2 0 0;
                                padding: 0 $gutter/2 0 0;

                                &:after {
                                    content: ",";
                                    position: absolute;
                                    right: 0;
                                    bottom: 0;
                                }
                            }
                        }



                        .cms-bb-sport_events-month {
                            text-transform: uppercase;
                        }

                        .cms-bb-sport_events-date {
                            font-size: 30px;
                            margin: $gutter/2 0;

                            @include maxbp($mobile) {
                                font-size: 14px;
                                line-height: 23px;
                                margin: 0;
                                margin: 0 $gutter/2;
                            }
                        }
                    }

                    .cms-bb-sport_events-data {
                        width: calc(100% - 220px);
                        padding: 0 $gutter 0 $gutter*3;

                        @include maxbp($mobile) {
                            width: 100%;
                            padding: $gutter 0 0;
                        }

                        .cms-bb-sport_events-homeaway {
                            margin: 0 0 $gutter;
                            font-family: $serif;
                            font-size: 14px;
                            text-transform: uppercase;
                            color: $m1;
                        }

                        .cms-bb-sport_events-opponent {
                            font-family: $serif;
                            font-size: 20px;
                            margin: 0 0 $gutter;
                        }

                        .cms-bb-sport_events-desc {
                            margin: 0 0 $gutter;
                        }

                        .cms-bb-sport_events-detail-block {
                            .cms-bb-sport_events-location-block {
                                //display: flex;
                                display: block;

                                @include maxbp($mobile) {
                                    display: block;
                                }

                                .cms-bb-sport_events-time {
                                    margin: 0 $gutter $gutter 0;
                                    display: inline-block;
                                    vertical-align: top;

                                    span {
                                        position: relative;
                                        padding-left: $gutter*3;

                                        &:before {
                                            @include icon-code("\e911");
                                            @include icon-fonts();
                                            position: absolute;
                                            left: 10px;
                                        }
                                    }

                                    @include maxbp($mobile) {
                                        margin: 0 0 $gutter;
                                    }
                                }

                                .cms-bb-sport_events-address {
                                    position: relative;
                                    padding-left: $gutter*3;
                                    display: inline-block;
                                    margin: 0 0 $gutter;
                                    vertical-align: top;

                                    &:before {
                                        @include icon-code("\e910");
                                        @include icon-fonts();
                                        position: absolute;
                                        left: 10px;
                                    }
                                }

                                .cms-bb-sport_events-destination {
                                    position: relative;
                                    padding: 0 0 0 $gutter*2;
                                    margin: 0 0 0 $gutter;

                                    &:before {
                                        content: "";
                                        width: 8px;
                                        height: $gutter/5;
                                        display: block;
                                        background: $m1;
                                        position: absolute;
                                        left: 0;
                                        top: 7px;
                                        margin: auto;
                                    }
                                }
                            }

                            .cms-bb-sport_events-map-block {
                                margin: $gutter/2 0 0;
                            }
                        }
                    }

                    .cms-bb-sport_events-game-outcome-wrapper {
                        display: flex;
                        justify-content: end;
                        width: 170px;
                        font-family: $serif;
                        color: $m1;
                        font-size: 20px;

                        @include maxbp($mobile) {
                            width: 100%;
                            justify-content: flex-start;
                        }

                        .cms-bb-sport_events-game-outcome {
                            margin: 0 $gutter+5 0 0;


                        }

                        .cms-bb-sport_events-game-score {
                            .cms-bb-sport_events-game-us {

                            }

                            .cms-bb-sport_events-game-opponent {
                                position: relative;
                                padding: 0 0 0 $gutter;
                                margin: 0 0 0 $gutter/5;

                                &:before {
                                    content: "";
                                    width: $gutter/2;
                                    height: $gutter/5;
                                    display: block;
                                    background: $m1;
                                    position: absolute;
                                    left: 0;
                                    top: 0;
                                    bottom: 0;
                                    margin: auto;
                                }
                            }
                        }
                    }

                    &.cms-bb-sport_events-home {
                        background: $m1;

                        .cms-bb-sport_events-opponent, .cms-bb-sport_events-desc, .cms-bb-sport_events-game-outcome-wrapper, .cms-bb-sport_events-homeaway, .cms-bb-sport_events-date-wrapper {
                            color: $white;

                            .cms-bb-sport_events-game-opponent {
                                &:before {
                                    background: $white;
                                }
                            }
                        }

                        .cms-bb-highlighter-link {
                            border: 1px solid transparent;
                            &:hover {
                                border: 1px solid $white;
                                background: none;
                            }
                        }

                        .cms-bb-light-highlighter {
                            background: #11375E;
                            color: $white;
                        }

                    }

                    &.cms-bb-sport_events-away {
                        background: #FAFAFA;
                        border: none;
                    }
                }
            }

            .cms-bb-highlighter {
                background: $m1;
                color: $white;
                padding: 4px 10px 5px;
                border-radius: 14px;
                display: inline-block;
                font-size: 13px;
            }

            .cms-bb-highlighter-link {
                background: $m2;
                color: $white;
                padding: 4px 10px 5px;
                border-radius: 14px;
                display: inline-block;
                font-size: 13px;

                a {
                    color: $white;
                }

                &:hover {
                    background: $m1;
                }
            }

            .cms-bb-light-highlighter {
                background: #EBEDEA;
                color: $m1;
                padding: 4px 10px 5px;
                border-radius: 14px;
                display: inline-block;
                font-size: 13px;

                @include maxbp($mobile) {
                    display: block;
                    width: 100%;
                }
            }
        }
    }
}

.site-pagination {
    display: flex;
    list-style: none;
    justify-content: center;
    margin: $gutter*2 0 0;

    li {
        padding: 0;
        text-align: center;

        a {
            color: $white;
            padding: 7px 15px;
            min-width: 40px;
            height: 40px;
            border: 1px solid $s3;
            background: $m1;
        }

        &.site-pagination-active, &:hover {
            a {
                background: $m2;
                color: $white;
            }
        }
    }
}

.cms-page-is-in-preview-mode {
    &.Veracrossdata-page {
        margin: 50px 0 0;
    }
}

.cms-bb-search-directory-filters {
    display: flex;
    justify-content: center;

    @include maxbp($mobile) {
        display: block;
    }

    .cms-bb-search-filter {
        margin: 0 $gutter;
        max-width: 400px;
        width: 100%;
    }
}
*/
/** @format */
.site-button-primary, .site-form-payment-wrapper .site-payment-buttons button,
.site-form-data .site-form-buttons .site-form-button,
.site-form-data .site-form-field .file-upload-wrapper .file-upload-button {
  position: relative;
  display: inline-block;
  overflow: hidden;
  font-size: 18px;
  border: 1px solid #FFF500;
  color: #000000;
  text-decoration: none;
  border-radius: 50px;
  padding: 3px 50px 5px;
  background: #FFF500;
  transition: all ease 0.5s;
  line-height: 40px;
  text-decoration: none !important;
}
.site-button-primary span, .site-form-payment-wrapper .site-payment-buttons button span,
.site-form-data .site-form-buttons .site-form-button span,
.site-form-data .site-form-field .file-upload-wrapper .file-upload-button span {
  position: relative;
  z-index: 10;
}
.site-button-primary:before, .site-form-payment-wrapper .site-payment-buttons button:before, .site-button-primary:after, .site-form-payment-wrapper .site-payment-buttons button:after,
.site-form-data .site-form-buttons .site-form-button:before,
.site-form-data .site-form-buttons .site-form-button:after,
.site-form-data .site-form-field .file-upload-wrapper .file-upload-button:before,
.site-form-data .site-form-field .file-upload-wrapper .file-upload-button:after {
  position: absolute;
  top: 50%;
  content: "";
  width: 20px;
  height: 18px;
  background-color: #ffffff;
  border-radius: 50%;
}
.site-button-primary:before, .site-form-payment-wrapper .site-payment-buttons button:before,
.site-form-data .site-form-buttons .site-form-button:before,
.site-form-data .site-form-field .file-upload-wrapper .file-upload-button:before {
  left: -20px;
  transform: translate(-50%, -50%);
}
.site-button-primary:after, .site-form-payment-wrapper .site-payment-buttons button:after,
.site-form-data .site-form-buttons .site-form-button:after,
.site-form-data .site-form-field .file-upload-wrapper .file-upload-button:after {
  right: -20px;
  transform: translate(50%, -50%);
}
.site-button-primary:hover, .site-form-payment-wrapper .site-payment-buttons button:hover,
.site-form-data .site-form-buttons .site-form-button:hover,
.site-form-data .site-form-field .file-upload-wrapper .file-upload-button:hover {
  color: #000000 !important;
  border: 1px solid #000000;
  transition: all ease 1.2s;
}
.site-button-primary:hover span, .site-form-payment-wrapper .site-payment-buttons button:hover span,
.site-form-data .site-form-buttons .site-form-button:hover span,
.site-form-data .site-form-field .file-upload-wrapper .file-upload-button:hover span {
  color: #000000 !important;
}
.site-button-primary:hover:before, .site-form-payment-wrapper .site-payment-buttons button:hover:before,
.site-form-data .site-form-buttons .site-form-button:hover:before,
.site-form-data .site-form-field .file-upload-wrapper .file-upload-button:hover:before {
  animation: criss-cross-left 0.8s both;
  animation-direction: alternate;
}
.site-button-primary:hover:after, .site-form-payment-wrapper .site-payment-buttons button:hover:after,
.site-form-data .site-form-buttons .site-form-button:hover:after,
.site-form-data .site-form-field .file-upload-wrapper .file-upload-button:hover:after {
  animation: criss-cross-right 0.8s both;
  animation-direction: alternate;
}
@keyframes criss-cross-left {
  0% {
    left: -20px;
  }
  50% {
    left: 50%;
    width: 20px;
    height: 18px;
  }
  100% {
    left: 50%;
    width: 100%;
    height: 100%;
  }
}
@keyframes criss-cross-right {
  0% {
    right: -20px;
  }
  50% {
    right: 50%;
    width: 20px;
    height: 18px;
    border-radius: 50px;
  }
  100% {
    right: 50%;
    width: 100%;
    height: 100%;
    border-radius: 50px;
  }
}

.site-bookmark-button {
  position: relative;
  position: relative;
  display: inline-block;
  overflow: hidden;
  font-size: 18px;
  border: 1px solid #FFF500;
  color: #000000;
  text-decoration: none;
  border-radius: 50px;
  padding: 3px 50px 5px;
  background: #FFF500;
  transition: all ease 0.5s;
  line-height: 40px;
  text-decoration: none !important;
  margin: 20px 0 0;
}
.site-bookmark-button span {
  position: relative;
  z-index: 10;
}
.site-bookmark-button:before, .site-bookmark-button:after {
  position: absolute;
  top: 50%;
  content: "";
  width: 20px;
  height: 18px;
  background-color: #ffffff;
  border-radius: 50%;
}
.site-bookmark-button:before {
  left: -20px;
  transform: translate(-50%, -50%);
}
.site-bookmark-button:after {
  right: -20px;
  transform: translate(50%, -50%);
}
.site-bookmark-button:hover {
  color: #000000 !important;
  border: 1px solid #000000;
  transition: all ease 1.2s;
}
.site-bookmark-button:hover span {
  color: #000000 !important;
}
.site-bookmark-button:hover:before {
  animation: criss-cross-left 0.8s both;
  animation-direction: alternate;
}
.site-bookmark-button:hover:after {
  animation: criss-cross-right 0.8s both;
  animation-direction: alternate;
}
@keyframes criss-cross-left {
  0% {
    left: -20px;
  }
  50% {
    left: 50%;
    width: 20px;
    height: 18px;
  }
  100% {
    left: 50%;
    width: 100%;
    height: 100%;
  }
}
@keyframes criss-cross-right {
  0% {
    right: -20px;
  }
  50% {
    right: 50%;
    width: 20px;
    height: 18px;
    border-radius: 50px;
  }
  100% {
    right: 50%;
    width: 100%;
    height: 100%;
    border-radius: 50px;
  }
}
.site-bookmark-button .site-bookmark-button-icon {
  position: relative;
  top: 3px;
  padding: 0 0 0 3px;
}
.site-bookmark-button .site-bookmark-button-icon:before {
  font-family: "site-icon" !important;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e917" !important;
  font-size: 20px;
}
.site-bookmark-button.site-bookmark-display-button-remove .site-bookmark-button-icon:before {
  content: "\e918" !important;
}

.site-button-secondary, .site-search-wrapper .site-search-block.site-search-option2 .site-search-button, .site-primary-button {
  position: relative;
  display: inline-block;
  overflow: hidden;
  font-size: 18px;
  border: 1px solid #414141;
  color: #ffffff;
  text-decoration: none;
  border-radius: 50px;
  padding: 3px 50px 5px;
  background: #414141;
  transition: all ease 0.5s;
  line-height: 40px;
  text-decoration: none !important;
}
.site-button-secondary span, .site-search-wrapper .site-search-block.site-search-option2 .site-search-button span, .site-primary-button span {
  position: relative;
  z-index: 10;
}
.site-button-secondary:before, .site-search-wrapper .site-search-block.site-search-option2 .site-search-button:before, .site-button-secondary:after, .site-search-wrapper .site-search-block.site-search-option2 .site-search-button:after, .site-primary-button:before, .site-primary-button:after {
  position: absolute;
  top: 50%;
  content: "";
  width: 20px;
  height: 18px;
  background-color: #ffffff;
  border-radius: 50%;
}
.site-button-secondary:before, .site-search-wrapper .site-search-block.site-search-option2 .site-search-button:before, .site-primary-button:before {
  left: -20px;
  transform: translate(-50%, -50%);
}
.site-button-secondary:after, .site-search-wrapper .site-search-block.site-search-option2 .site-search-button:after, .site-primary-button:after {
  right: -20px;
  transform: translate(50%, -50%);
}
.site-button-secondary:hover, .site-search-wrapper .site-search-block.site-search-option2 .site-search-button:hover, .site-primary-button:hover {
  color: #414141 !important;
  border: 1px solid #414141;
  transition: all ease 1.2s;
}
.site-button-secondary:hover span, .site-search-wrapper .site-search-block.site-search-option2 .site-search-button:hover span, .site-primary-button:hover span {
  color: #414141 !important;
}
.site-button-secondary:hover:before, .site-search-wrapper .site-search-block.site-search-option2 .site-search-button:hover:before, .site-primary-button:hover:before {
  animation: criss-cross-left 0.8s both;
  animation-direction: alternate;
}
.site-button-secondary:hover:after, .site-search-wrapper .site-search-block.site-search-option2 .site-search-button:hover:after, .site-primary-button:hover:after {
  animation: criss-cross-right 0.8s both;
  animation-direction: alternate;
}
@keyframes criss-cross-left {
  0% {
    left: -20px;
  }
  50% {
    left: 50%;
    width: 20px;
    height: 18px;
  }
  100% {
    left: 50%;
    width: 100%;
    height: 100%;
  }
}
@keyframes criss-cross-right {
  0% {
    right: -20px;
  }
  50% {
    right: 50%;
    width: 20px;
    height: 18px;
    border-radius: 50px;
  }
  100% {
    right: 50%;
    width: 100%;
    height: 100%;
    border-radius: 50px;
  }
}

.site-button-full-primary {
  position: relative;
  display: inline-block;
  overflow: hidden;
  font-size: 18px;
  border: 1px solid #FFF500;
  color: #000000;
  text-decoration: none;
  border-radius: 50px;
  padding: 3px 50px 5px;
  background: #FFF500;
  transition: all ease 0.5s;
  line-height: 40px;
  text-decoration: none !important;
  display: block;
  width: 100%;
  text-align: center;
}
.site-button-full-primary span {
  position: relative;
  z-index: 10;
}
.site-button-full-primary:before, .site-button-full-primary:after {
  position: absolute;
  top: 50%;
  content: "";
  width: 20px;
  height: 18px;
  background-color: #ffffff;
  border-radius: 50%;
}
.site-button-full-primary:before {
  left: -20px;
  transform: translate(-50%, -50%);
}
.site-button-full-primary:after {
  right: -20px;
  transform: translate(50%, -50%);
}
.site-button-full-primary:hover {
  color: #000000 !important;
  border: 1px solid #000000;
  transition: all ease 1.2s;
}
.site-button-full-primary:hover span {
  color: #000000 !important;
}
.site-button-full-primary:hover:before {
  animation: criss-cross-left 0.8s both;
  animation-direction: alternate;
}
.site-button-full-primary:hover:after {
  animation: criss-cross-right 0.8s both;
  animation-direction: alternate;
}
@keyframes criss-cross-left {
  0% {
    left: -20px;
  }
  50% {
    left: 50%;
    width: 20px;
    height: 18px;
  }
  100% {
    left: 50%;
    width: 100%;
    height: 100%;
  }
}
@keyframes criss-cross-right {
  0% {
    right: -20px;
  }
  50% {
    right: 50%;
    width: 20px;
    height: 18px;
    border-radius: 50px;
  }
  100% {
    right: 50%;
    width: 100%;
    height: 100%;
    border-radius: 50px;
  }
}

.site-button-full-secondary {
  position: relative;
  display: inline-block;
  overflow: hidden;
  font-size: 18px;
  border: 1px solid #414141;
  color: #ffffff;
  text-decoration: none;
  border-radius: 50px;
  padding: 3px 50px 5px;
  background: #414141;
  transition: all ease 0.5s;
  line-height: 40px;
  text-decoration: none !important;
  display: block;
  width: 100%;
  text-align: center;
}
.site-button-full-secondary span {
  position: relative;
  z-index: 10;
}
.site-button-full-secondary:before, .site-button-full-secondary:after {
  position: absolute;
  top: 50%;
  content: "";
  width: 20px;
  height: 18px;
  background-color: #ffffff;
  border-radius: 50%;
}
.site-button-full-secondary:before {
  left: -20px;
  transform: translate(-50%, -50%);
}
.site-button-full-secondary:after {
  right: -20px;
  transform: translate(50%, -50%);
}
.site-button-full-secondary:hover {
  color: #414141 !important;
  border: 1px solid #414141;
  transition: all ease 1.2s;
}
.site-button-full-secondary:hover span {
  color: #414141 !important;
}
.site-button-full-secondary:hover:before {
  animation: criss-cross-left 0.8s both;
  animation-direction: alternate;
}
.site-button-full-secondary:hover:after {
  animation: criss-cross-right 0.8s both;
  animation-direction: alternate;
}
@keyframes criss-cross-left {
  0% {
    left: -20px;
  }
  50% {
    left: 50%;
    width: 20px;
    height: 18px;
  }
  100% {
    left: 50%;
    width: 100%;
    height: 100%;
  }
}
@keyframes criss-cross-right {
  0% {
    right: -20px;
  }
  50% {
    right: 50%;
    width: 20px;
    height: 18px;
    border-radius: 50px;
  }
  100% {
    right: 50%;
    width: 100%;
    height: 100%;
    border-radius: 50px;
  }
}

.site-button-big-primary {
  position: relative;
  display: inline-block;
  overflow: hidden;
  font-size: 18px;
  border: 1px solid #FFF500;
  color: #000000;
  text-decoration: none;
  border-radius: 50px;
  padding: 3px 50px 5px;
  background: #FFF500;
  transition: all ease 0.5s;
  line-height: 40px;
  text-decoration: none !important;
  padding: 22px 50px 25px;
  font-size: 25px;
}
.site-button-big-primary span {
  position: relative;
  z-index: 10;
}
.site-button-big-primary:before, .site-button-big-primary:after {
  position: absolute;
  top: 50%;
  content: "";
  width: 20px;
  height: 18px;
  background-color: #ffffff;
  border-radius: 50%;
}
.site-button-big-primary:before {
  left: -20px;
  transform: translate(-50%, -50%);
}
.site-button-big-primary:after {
  right: -20px;
  transform: translate(50%, -50%);
}
.site-button-big-primary:hover {
  color: #000000 !important;
  border: 1px solid #000000;
  transition: all ease 1.2s;
}
.site-button-big-primary:hover span {
  color: #000000 !important;
}
.site-button-big-primary:hover:before {
  animation: criss-cross-left 0.8s both;
  animation-direction: alternate;
}
.site-button-big-primary:hover:after {
  animation: criss-cross-right 0.8s both;
  animation-direction: alternate;
}
@keyframes criss-cross-left {
  0% {
    left: -20px;
  }
  50% {
    left: 50%;
    width: 20px;
    height: 18px;
  }
  100% {
    left: 50%;
    width: 100%;
    height: 100%;
  }
}
@keyframes criss-cross-right {
  0% {
    right: -20px;
  }
  50% {
    right: 50%;
    width: 20px;
    height: 18px;
    border-radius: 50px;
  }
  100% {
    right: 50%;
    width: 100%;
    height: 100%;
    border-radius: 50px;
  }
}

.site-button-big-secondary {
  position: relative;
  display: inline-block;
  overflow: hidden;
  font-size: 18px;
  border: 1px solid #414141;
  color: #ffffff;
  text-decoration: none;
  border-radius: 50px;
  padding: 3px 50px 5px;
  background: #414141;
  transition: all ease 0.5s;
  line-height: 40px;
  text-decoration: none !important;
  padding: 22px 50px 25px;
  font-size: 25px;
}
.site-button-big-secondary span {
  position: relative;
  z-index: 10;
}
.site-button-big-secondary:before, .site-button-big-secondary:after {
  position: absolute;
  top: 50%;
  content: "";
  width: 20px;
  height: 18px;
  background-color: #ffffff;
  border-radius: 50%;
}
.site-button-big-secondary:before {
  left: -20px;
  transform: translate(-50%, -50%);
}
.site-button-big-secondary:after {
  right: -20px;
  transform: translate(50%, -50%);
}
.site-button-big-secondary:hover {
  color: #414141 !important;
  border: 1px solid #414141;
  transition: all ease 1.2s;
}
.site-button-big-secondary:hover span {
  color: #414141 !important;
}
.site-button-big-secondary:hover:before {
  animation: criss-cross-left 0.8s both;
  animation-direction: alternate;
}
.site-button-big-secondary:hover:after {
  animation: criss-cross-right 0.8s both;
  animation-direction: alternate;
}
@keyframes criss-cross-left {
  0% {
    left: -20px;
  }
  50% {
    left: 50%;
    width: 20px;
    height: 18px;
  }
  100% {
    left: 50%;
    width: 100%;
    height: 100%;
  }
}
@keyframes criss-cross-right {
  0% {
    right: -20px;
  }
  50% {
    right: 50%;
    width: 20px;
    height: 18px;
    border-radius: 50px;
  }
  100% {
    right: 50%;
    width: 100%;
    height: 100%;
    border-radius: 50px;
  }
}

.site-button-heart {
  position: relative;
  display: inline-block;
}
@media (max-width: 599px) {
  .site-button-heart {
    margin: 0 0 10px;
  }
}
.site-button-heart span {
  background: #FFF500;
  color: #000000;
  border-radius: 50px;
  padding: 3px 50px 5px;
  display: inline-block;
  line-height: 40px;
  position: relative;
  z-index: 2;
  border: 1px solid #FFF500;
}
.site-button-heart .site-icon-heart {
  position: absolute;
  top: 0px;
  color: #FF2689;
  font-size: 25px;
  z-index: 0;
}
.site-button-heart .site-icon-heart:nth-of-type(1) {
  left: calc(50% - 50px);
  scale: 1.1;
}
.site-button-heart .site-icon-heart:nth-of-type(2) {
  left: calc(50% - 25px);
  animation-delay: 0.4s !important;
}
.site-button-heart .site-icon-heart:nth-of-type(3) {
  left: 50%;
  animation-delay: 1s !important;
  scale: 1.2;
}
.site-button-heart .site-icon-heart:nth-of-type(4) {
  left: calc(50% + 25px);
  animation-delay: 1.5s !important;
  scale: 1.2;
}
.site-button-heart:hover span {
  background: #ffffff;
  border: 1px solid #000000;
}
.site-button-heart:hover .site-icon-heart {
  animation: 1.5s linear heart normal;
}
@keyframes heart {
  0% {
    transform: rotate(10deg);
    opacity: 0;
  }
  25% {
    transform: rotate(-10deg);
    opacity: 1;
  }
  75% {
    transform: rotate(10deg);
    opacity: 0.5;
  }
  100% {
    transform: rotate(-10deg);
    opacity: 0;
    top: -130%;
  }
}

.box {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--accent-color);
  color: #fff;
  border-radius: 50px;
  position: relative;
}

.counter-container {
  padding: 30px;
}

.cms-text-feature table tr {
  background: transparent;
}
.cms-text-feature table tr th {
  background: #FFF500;
  color: #000000;
}
.cms-text-feature table tr:nth-child(2n) {
  background: #f1f1f1;
}
@media (max-width: 599px) {
  .cms-text-feature table tr:nth-child(2n) {
    background: none;
  }
}

@media (max-width: 599px) {
  table.site-table-mobile > thead > tr > td p, table.site-table-mobile > thead > tr > th p, table.site-table-mobile > tbody > tr > td p, table.site-table-mobile > tbody > tr > th p {
    margin: 0 0 20px !important;
  }
}

table.site-table-no-scroll {
  display: table !important;
}

table.site-table-mobile-stack {
  border-collapse: collapse;
  margin: 0 0 30px;
  padding: 0;
  width: 100%;
  table-layout: fixed;
  white-space: normal;
}
table.site-table-mobile-stack tr {
  background-color: transparent;
  border: 1px solid #f1f1f1;
  padding: 5px;
}
table.site-table-mobile-stack th,
table.site-table-mobile-stack td {
  padding: 0.625em;
  text-align: center;
  word-wrap: break-word;
}
table.site-table-mobile-stack th {
  text-transform: uppercase;
}
@media (max-width: 599px) {
  table.site-table-mobile-stack {
    border-collapse: collapse;
    margin: 0;
    padding: 0;
    width: 100%;
    table-layout: fixed;
    display: table !important;
  }
  table.site-table-mobile-stack caption {
    font-size: 1.3em;
  }
  table.site-table-mobile-stack thead {
    border: none;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  table.site-table-mobile-stack tr {
    display: block;
    margin-bottom: 0.625em;
    background: none !important;
    border: 1px solid #414141;
  }
  table.site-table-mobile-stack td {
    border: none;
    border-bottom: 1px solid #f1f1f1;
    display: block;
    text-align: right !important;
  }
  table.site-table-mobile-stack td::before {
    /*
    * aria-label has no advantage, it won't be read inside a table
    content: attr(aria-label);
    */
    content: attr(data-label);
    float: left;
    font-weight: bold;
    text-transform: uppercase;
    color: #414141;
  }
  table.site-table-mobile-stack td:last-child {
    border-bottom: 0;
  }
}

@media (max-width: 599px) {
  table.site-table-row-border {
    width: 100% !important;
  }
}
table.site-table-row-border tr {
  border-bottom: 1px solid #f1f1f1;
}
table.site-table-row-border tr td h1, table.site-table-row-border tr td h2, table.site-table-row-border tr td h3, table.site-table-row-border tr td h4, table.site-table-row-border tr td h5, table.site-table-row-border tr td h6, table.site-table-row-border tr td p {
  margin: 0 !important;
}
@media (max-width: 599px) {
  table.site-table-row-border.site-table-mobile > thead > tr > td h1, table.site-table-row-border.site-table-mobile > thead > tr > td h2, table.site-table-row-border.site-table-mobile > thead > tr > td h3, table.site-table-row-border.site-table-mobile > thead > tr > td h4, table.site-table-row-border.site-table-mobile > thead > tr > td h5, table.site-table-row-border.site-table-mobile > thead > tr > td h6, table.site-table-row-border.site-table-mobile > thead > tr > td p, table.site-table-row-border.site-table-mobile > thead > tr > th h1, table.site-table-row-border.site-table-mobile > thead > tr > th h2, table.site-table-row-border.site-table-mobile > thead > tr > th h3, table.site-table-row-border.site-table-mobile > thead > tr > th h4, table.site-table-row-border.site-table-mobile > thead > tr > th h5, table.site-table-row-border.site-table-mobile > thead > tr > th h6, table.site-table-row-border.site-table-mobile > thead > tr > th p, table.site-table-row-border.site-table-mobile > tbody > tr > td h1, table.site-table-row-border.site-table-mobile > tbody > tr > td h2, table.site-table-row-border.site-table-mobile > tbody > tr > td h3, table.site-table-row-border.site-table-mobile > tbody > tr > td h4, table.site-table-row-border.site-table-mobile > tbody > tr > td h5, table.site-table-row-border.site-table-mobile > tbody > tr > td h6, table.site-table-row-border.site-table-mobile > tbody > tr > td p, table.site-table-row-border.site-table-mobile > tbody > tr > th h1, table.site-table-row-border.site-table-mobile > tbody > tr > th h2, table.site-table-row-border.site-table-mobile > tbody > tr > th h3, table.site-table-row-border.site-table-mobile > tbody > tr > th h4, table.site-table-row-border.site-table-mobile > tbody > tr > th h5, table.site-table-row-border.site-table-mobile > tbody > tr > th h6, table.site-table-row-border.site-table-mobile > tbody > tr > th p {
    margin: 0 !important;
  }
}

.site-breadcrumbs-wrapper {
  background: #f9f9f9;
  padding: 15px 0;
  border-bottom: 1px solid #dfdfdf;
  color: #414141;
  margin: 0 0 20px;
}
.site-breadcrumbs-wrapper .site-breadcrumbs-item {
  display: inline-block;
  padding: 0 30px 0 0;
  position: relative;
}
.site-breadcrumbs-wrapper .site-breadcrumbs-item:after {
  font-family: "site-icon" !important;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e909" !important;
  font-size: 25px;
  position: absolute;
  right: 0;
  top: 0;
}
.site-breadcrumbs-wrapper .site-breadcrumbs-item.site-breadcrumbs-active:after {
  display: none;
}
.site-breadcrumbs-wrapper .site-breadcrumbs-item a.site-breadcrumbs-link {
  color: #FFF500;
  position: relative;
}
.site-breadcrumbs-wrapper .site-breadcrumbs-item a.site-breadcrumbs-link::after {
  content: "";
  width: 0;
  position: absolute;
  height: 2px;
  background: #000;
  left: 0;
  bottom: -5px;
  transition: all ease 0.5s;
}
.site-breadcrumbs-wrapper .site-breadcrumbs-item a.site-breadcrumbs-link:hover:after {
  width: 100%;
}

@media (max-width: 1299px) {
  .site-menu-toggle {
    display: block;
  }
  .site-navigation-wrapper {
    position: fixed;
    background: #000000;
    z-index: 1000;
    right: -100%;
    top: 110px;
    width: 300px;
    transition: all ease 0.5s;
    opacity: 0;
    visibility: hidden;
    height: calc(100vh - 110px);
  }
  .site-navigation-wrapper.site-navigation-wrapper-active {
    right: 0;
    opacity: 1;
    visibility: visible;
    overflow: scroll;
    width: 400px;
  }
}
@media (max-width: 1299px) and (max-width: 599px) {
  .site-navigation-wrapper.site-navigation-wrapper-active {
    width: 100%;
  }
}
@media (max-width: 1299px) {
  .site-navigation-wrapper ul.site-nav-block {
    padding: 10px 20px;
  }
  .site-navigation-wrapper ul.site-nav-block > li {
    border-bottom: 1px solid #ffffff;
    margin: 0 0 10px;
    padding: 0 0 10px;
  }
  .site-navigation-wrapper ul.site-nav-block > li > a {
    color: #ffffff;
    position: relative;
    padding: 0;
  }
  .site-navigation-wrapper ul.site-nav-block > li.site-nav-active > a {
    color: #FFF500;
    font-weight: bold;
  }
  .site-navigation-wrapper ul.site-nav-block li {
    display: block;
    position: relative;
  }
  .site-navigation-wrapper ul.site-nav-block li .site-nav-linktext.site-nav-expand {
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    color: #ffffff;
  }
  .site-navigation-wrapper ul.site-nav-block li .site-nav-linktext.site-nav-expand:before {
    font-family: "site-icon" !important;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\e909" !important;
    font-size: 30px;
    display: block;
    transition: all ease 0.5s;
  }
  .site-navigation-wrapper ul.site-nav-block li .site-nav-linktext.site-nav-expand-active:before {
    transform: rotate(90deg);
  }
  .site-navigation-wrapper ul.site-nav-block li .site-subnav-wrapper {
    overflow: hidden;
    max-height: 0;
    transition: all ease 0.5s;
  }
  .site-navigation-wrapper ul.site-nav-block li .site-subnav-wrapper-active {
    max-height: 1000px;
  }
  .site-navigation-wrapper ul.site-nav-block li .site-subnav-wrapper .site-subnav-block {
    padding: 10px 0 0;
  }
  .site-navigation-wrapper ul.site-nav-block li .site-subnav-wrapper .site-subnav-block li {
    padding: 0 20px 10px;
    text-transform: none;
  }
  .site-navigation-wrapper ul.site-nav-block li .site-subnav-wrapper .site-subnav-block li a {
    color: #ffffff;
  }
  .site-navigation-wrapper ul.site-nav-block li .site-subnav-wrapper .site-subnav-block li a:hover {
    color: #000000;
  }
  .site-navigation-wrapper ul.site-nav-block li .site-subnav-wrapper .site-subnav-block li.site-subnav-active > a {
    color: #ffffff;
    font-weight: bold;
  }
}
blockquote, q {
  padding: 85px 75px;
  position: relative;
  margin: 80px 0 !important;
  border-radius: 20px;
  text-align: left;
  font-size: 18px !important;
  line-height: 30px !important;
}
@media (max-width: 599px) {
  blockquote, q {
    padding: 40px 20px;
  }
}
blockquote:after, q:after {
  font-family: "site-icon" !important;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e903" !important;
  display: block;
  position: absolute;
  background-size: 100%;
  top: -20px;
  left: 75px;
  font-size: 70px;
  color: #000000;
}
@media (max-width: 599px) {
  blockquote:after, q:after {
    left: 25px;
    font-size: 50px;
  }
}
blockquote:before, q:before {
  font-family: "site-icon" !important;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e919" !important;
  display: block;
  position: absolute;
  background-size: 100%;
  bottom: -20px;
  right: 75px;
  font-size: 70px;
  color: #000000;
}
@media (max-width: 599px) {
  blockquote:before, q:before {
    right: 25px;
    font-size: 50px;
  }
}

q {
  border: 5px solid #000000;
  color: #000000;
}
q:after, q:before {
  color: #FFF500;
}

blockquote {
  background: #FFF500;
  color: #000;
}

.cms-text-feature .cms-text-feature-data {
  line-height: normal;
}
.cms-text-feature .cms-text-feature-data p {
  line-height: 30px;
  font-size: 18px;
  margin: 0 0 20px;
}
.cms-text-feature .cms-text-feature-data p:last-child {
  margin: 0;
}
.cms-text-feature .cms-text-feature-data q, .cms-text-feature .cms-text-feature-data blockquote {
  text-align: left;
}
.cms-text-feature .cms-text-feature-data ul, .cms-text-feature .cms-text-feature-data ol {
  list-style-position: outside;
}
.cms-text-feature .cms-text-feature-data ul li, .cms-text-feature .cms-text-feature-data ol li {
  line-height: 30px;
  font-size: 18px;
  margin: 0 0 20px;
}
.cms-text-feature .cms-text-feature-data ul li:last-child, .cms-text-feature .cms-text-feature-data ol li:last-child {
  margin: 0;
}
.cms-text-feature .cms-text-feature-data ol {
  list-style: none;
  counter-reset: li;
}
.cms-text-feature .cms-text-feature-data ol li {
  position: relative;
  counter-increment: li;
  padding: 0 0 0 12px;
}
.cms-text-feature .cms-text-feature-data ol li::before {
  content: counter(li);
  color: #000000;
  font-size: 20px;
  position: absolute;
  left: -20px;
  top: 0px;
  width: 17px;
  text-align: left;
}
.cms-text-feature .cms-text-feature-data ul li {
  list-style: none;
  position: relative;
  padding: 0 0 0 12px;
}
.cms-text-feature .cms-text-feature-data ul li:before {
  content: "";
  width: 20px;
  height: 18px;
  background: #000000;
  border-radius: 100%;
  position: absolute;
  left: -20px;
  top: 10px;
  transform: rotate(-30deg);
}
.cms-text-feature .cms-text-feature-data hr {
  margin: 30px 0 20px;
}
.cms-text-feature .cms-text-feature-data a1 {
  color: #000000;
}
.cms-text-feature .cms-text-feature-data a1.no-link-style {
  border-bottom: none !important;
  color: #000000;
}
.cms-text-feature .cms-text-feature-data a1.no-link-style:hover {
  color: #414141;
}
.cms-text-feature .cms-text-feature-data a1:hover {
  color: #414141;
  border-bottom: 1px solid #414141;
}

body.cms-page-is-in-edit-mode .cms-feature-wrapper {
  position: relative;
}
body.cms-page-is-in-edit-mode .cms-feature-wrapper .site-feature-detail {
  position: absolute;
  background: #000;
  color: #ffffff;
  height: 30px;
  line-height: 30px;
  text-align: center;
  top: 0;
  right: 0;
  display: flex;
  padding: 0 10px;
  font-size: 18px;
}
body.cms-page-is-in-edit-mode .cms-feature-wrapper .site-feature-detail .site-feature-count {
  margin: 0 10px 0 0;
  position: relative;
  padding: 0 12px 0 0;
}
body.cms-page-is-in-edit-mode .cms-feature-wrapper .site-feature-detail .site-feature-count:before {
  content: "";
  background: #ffffff;
  height: 4px;
  width: 4px;
  border-radius: 100%;
  display: inline-block;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 0;
}
body.cms-page-is-in-edit-mode .cms-feature-wrapper .site-feature-detail .site-feature-row {
  margin: 0 0 0 10px;
  position: relative;
  padding: 0 0 0 12px;
}
body.cms-page-is-in-edit-mode .cms-feature-wrapper .site-feature-detail .site-feature-row:before {
  content: "";
  background: #ffffff;
  height: 4px;
  width: 4px;
  border-radius: 100%;
  display: inline-block;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  left: 0;
}
body.cms-page-is-in-edit-mode .site-row-container {
  position: relative;
}
body.cms-page-is-in-edit-mode .site-row-container:after {
  content: "New Row";
  display: block;
  margin: 40px 0;
  position: relative;
  position: absolute;
  top: 27px;
  left: 0;
  right: 0;
  width: 100px;
  margin: 0 auto;
  background: #000;
  padding: 5px 10px;
  text-align: center;
  font-size: 18px;
  color: #ffffff;
}
body.cms-page-is-in-edit-mode .site-row-container:before {
  content: "";
  display: block;
  height: 2px;
  width: 100%;
  background: #dfdfdf;
  margin: 40px 0;
}

.site-color-text {
  color: #414141 !important;
}
.site-color-text-wrapper .cms-feature-title {
  color: #414141 !important;
}
.site-color-primary {
  color: #FFF500 !important;
}
.site-color-primary-wrapper .cms-feature-title {
  color: #FFF500 !important;
}
.site-color-secondary {
  color: #000 !important;
}
.site-color-secondary-wrapper .cms-feature-title {
  color: #000 !important;
}
.site-color-light {
  color: #f1f1f1 !important;
}
.site-color-light-wrapper .cms-feature-title {
  color: #f1f1f1 !important;
}
.site-color-black {
  color: #000000 !important;
}
.site-color-black * {
  color: #000000 !important;
}
.site-color-black-wrapper .cms-feature-title {
  color: #000000 !important;
}
.site-color-black-wrapper .cms-feature-title * {
  color: #000000 !important;
}
.site-color-white {
  color: #ffffff !important;
}
.site-color-white var {
  color: #ffffff;
}
.site-color-white *:not(var):not(var *) {
  color: #ffffff !important;
}
.site-color-white *:not(var):not(var *).site-button-secondary:hover, .site-color-white .site-search-wrapper .site-search-block.site-search-option2 *.site-search-button:not(var):not(var *):hover, .site-search-wrapper .site-search-block.site-search-option2 .site-color-white *.site-search-button:not(var):not(var *):hover {
  color: #414141 !important;
}
.site-color-white *:not(var):not(var *).site-button-secondary:hover span, .site-color-white .site-search-wrapper .site-search-block.site-search-option2 *.site-search-button:not(var):not(var *):hover span, .site-search-wrapper .site-search-block.site-search-option2 .site-color-white *.site-search-button:not(var):not(var *):hover span {
  color: #414141 !important;
}
.site-color-white-wrapper .cms-feature-title {
  color: #ffffff !important;
}

.site-bg-text, .site-bg-text-wrapper, .site-bg .cms-feature-title {
  background: #414141 !important;
}
.site-bg-primary, .site-bg-primary-wrapper, .site-bg .cms-feature-title {
  background: #FFF500 !important;
}
.site-bg-secondary, .site-bg-secondary-wrapper, .site-bg .cms-feature-title {
  background: #000 !important;
}
.site-bg-light, .site-bg-light-wrapper, .site-bg .cms-feature-title {
  background: #dfdfdf !important;
}
.site-bg-black, .site-bg-black-wrapper, .site-bg .cms-feature-title {
  background: #000000 !important;
}
.site-bg-white, .site-bg-white-wrapper, .site-bg .cms-feature-title {
  background: #ffffff !important;
}

.border-color-primary {
  border-color: #FFF500;
}
.border-color-secondary {
  border-color: #000;
}
.border-color-tertiary {
  border-color: #414141;
}
.border-color-white {
  border-color: #ffffff;
}
.border-color-light {
  border-color: #f1f1f1;
}
.border-color-black {
  border-color: #000000;
}

.border-bg-primary {
  background: #FFF500;
}
.border-bg-secondary {
  background: #000;
}
.border-bg-tertiary {
  background: #414141;
}
.border-bg-white {
  background: #ffffff;
}
.border-bg-light {
  background: #f1f1f1;
}
.border-bg-black {
  background: #000000;
}

.site-navigation-wrapper #site-navigation ul.site-nav-block > li.custom-nav-vm-home-css {
  display: none !important;
}

@media (min-width: 1300px) {
  .site-navigation-wrapper #site-navigation ul.site-nav-block {
    position: relative;
    margin: 0 20px 0 0;
  }
  .site-navigation-wrapper #site-navigation ul.site-nav-block > li {
    margin: 0 25px 0 0;
    display: inline-block;
  }
  .site-navigation-wrapper #site-navigation ul.site-nav-block > li.custom-nav-vm-home-css {
    display: none !important;
  }
  .site-navigation-wrapper #site-navigation ul.site-nav-block > li > a {
    font-size: 16px;
    font-weight: bold;
    color: #414141;
    display: block;
    letter-spacing: 0.5px;
    position: relative;
  }
  .site-navigation-wrapper #site-navigation ul.site-nav-block > li > a:before {
    background: #000;
    content: "";
    display: block;
    height: 1px;
    width: 0%;
    top: 0;
    left: 0;
    position: absolute;
    transition: all ease 0.5s;
  }
  .site-navigation-wrapper #site-navigation ul.site-nav-block > li > a:after {
    background: #000;
    content: "";
    display: block;
    height: 1px;
    width: 0%;
    bottom: -3px;
    right: 0;
    position: absolute;
    transition: all ease 0.5s;
  }
  .site-navigation-wrapper #site-navigation ul.site-nav-block > li > a:hover {
    color: #000;
  }
  .site-navigation-wrapper #site-navigation ul.site-nav-block > li > a:hover:before, .site-navigation-wrapper #site-navigation ul.site-nav-block > li > a:hover:after {
    width: 100%;
  }
  .site-navigation-wrapper #site-navigation ul.site-nav-block > li:hover > .site-subnav-wrapper {
    display: block;
  }
  .site-navigation-wrapper #site-navigation ul.site-nav-block > li.site-nav-active a, .site-navigation-wrapper #site-navigation ul.site-nav-block > li.site-nav-active-parent a {
    color: #000;
  }
  .site-navigation-wrapper #site-navigation ul.site-nav-block > li.site-nav-active a:before, .site-navigation-wrapper #site-navigation ul.site-nav-block > li.site-nav-active a:after, .site-navigation-wrapper #site-navigation ul.site-nav-block > li.site-nav-active-parent a:before, .site-navigation-wrapper #site-navigation ul.site-nav-block > li.site-nav-active-parent a:after {
    width: 100%;
  }
  .site-navigation-wrapper #site-navigation ul.site-nav-block .site-subnav-wrapper {
    display: none;
    position: absolute;
    background: #FFF500;
    z-index: 1000;
    padding: 10px 20px;
    top: 100%;
    min-width: 130px;
  }
  .site-navigation-wrapper #site-navigation ul.site-nav-block .site-subnav-wrapper ul.site-subnav-block li {
    display: block;
    margin: 0 0 5px;
  }
  .site-navigation-wrapper #site-navigation ul.site-nav-block .site-subnav-wrapper ul.site-subnav-block li a {
    color: #000000;
    font-size: 14px;
    position: relative;
    display: block;
  }
  .site-navigation-wrapper #site-navigation ul.site-nav-block .site-subnav-wrapper ul.site-subnav-block li a:before {
    content: "";
    display: block;
    position: absolute;
    background: #000000;
    height: 1px;
    width: 0%;
    bottom: 0;
    transition: all ease 0.5s;
  }
  .site-navigation-wrapper #site-navigation ul.site-nav-block .site-subnav-wrapper ul.site-subnav-block li:hover a:before, .site-navigation-wrapper #site-navigation ul.site-nav-block .site-subnav-wrapper ul.site-subnav-block li.site-subnav-active a:before {
    width: 100%;
  }
  .site-navigation-wrapper #site-navigation .site-nav-linktext, .site-navigation-wrapper #site-navigation .site-nav-linktext {
    display: none;
  }
  .site-menu-toggle {
    display: none;
  }
}
#site-footer {
  background: #FFF500;
  padding: 100px 0 40px;
  clear: both;
  position: relative;
}
@media (max-width: 799px) {
  #site-footer {
    padding: 100px 0 0;
  }
}
@media (max-width: 799px) {
  #site-footer .site-container {
    padding: 0;
  }
}
#site-footer .cms-feature-datablock {
  color: #000000 !important;
}
#site-footer .cms-feature-datablock *:not(.site-button-secondary):not(.site-button-secondary span):not(.site-search-wrapper .site-search-block.site-search-option2 .site-search-button span) {
  color: #000000 !important;
}
#site-footer .site-footer-block {
  display: flex;
  justify-content: space-between;
  position: relative;
  color: #000000;
  padding: 0 20px;
  z-index: 100;
}
@media (max-width: 399px) {
  #site-footer .site-footer-block {
    display: block;
    text-align: center;
  }
}
#site-footer .site-footer-block .site-footer-logo {
  width: 60%;
}
@media (max-width: 1499px) {
  #site-footer .site-footer-block .site-footer-logo {
    width: 75%;
  }
}
@media (max-width: 1099px) {
  #site-footer .site-footer-block .site-footer-logo {
    width: 100%;
  }
}
#site-footer .site-footer-block .site-footer-logo h1, #site-footer .site-footer-block .site-footer-logo h2, #site-footer .site-footer-block .site-footer-logo h3, #site-footer .site-footer-block .site-footer-logo h4, #site-footer .site-footer-block .site-footer-logo h5, #site-footer .site-footer-block .site-footer-logo h6 {
  margin: 0 0 20px;
}
#site-footer .site-footer-block .site-footer-logo #site-footer-logo {
  display: flex;
}
@media (max-width: 999px) {
  #site-footer .site-footer-block .site-footer-logo #site-footer-logo {
    display: block;
  }
}
#site-footer .site-footer-block .site-footer-logo #site-footer-logo .site-footer-desc-wrapper {
  flex: 0 0 calc(100% - 300px);
  max-width: calc(100% - 300px);
}
@media (max-width: 999px) {
  #site-footer .site-footer-block .site-footer-logo #site-footer-logo .site-footer-desc-wrapper {
    width: 100%;
    max-width: none;
  }
}
#site-footer .site-footer-block .site-footer-logo #site-footer-logo .site-footer-desc-wrapper .site-button-secondary, #site-footer .site-footer-block .site-footer-logo #site-footer-logo .site-footer-desc-wrapper .site-search-wrapper .site-search-block.site-search-option2 .site-search-button, .site-search-wrapper .site-search-block.site-search-option2 #site-footer .site-footer-block .site-footer-logo #site-footer-logo .site-footer-desc-wrapper .site-search-button {
  padding: 3px 20px 5px;
}
#site-footer .site-footer-block .site-footer-logo table tr:nth-child(2n) {
  background: none !important;
}
#site-footer .site-footer-block .site-footer-logo table tr td {
  border: none;
}
#site-footer .site-footer-block .site-footer-logo table tr ul {
  padding: 0;
}
#site-footer .site-footer-block .site-footer-logo table tr ul li {
  padding: 0;
  font-size: 16px;
  line-height: 28px;
  margin: 0;
}
#site-footer .site-footer-block .site-footer-logo table tr ul li a {
  position: relative;
  text-decoration: none;
  margin: 0 0 5px;
  display: inline-block;
}
#site-footer .site-footer-block .site-footer-logo table tr ul li a:after {
  position: absolute;
  content: "";
  display: block;
  background: #000000;
  width: 100%;
  height: 1px;
  transition: all ease 0.7s;
  bottom: 1px;
  left: 0;
}
#site-footer .site-footer-block .site-footer-logo table tr ul li a:hover:after {
  width: 0%;
}
#site-footer .site-footer-block .site-footer-logo table tr ul li a.custom-link-active {
  font-weight: bold;
}
#site-footer .site-footer-block .site-footer-logo table tr ul li::before {
  display: none !important;
}
#site-footer .site-footer-right {
  position: absolute;
  bottom: 0;
  right: 0;
}
@media (max-width: 999px) {
  #site-footer .site-footer-right {
    position: static;
    display: none;
  }
}
@media (max-width: 599px) {
  #site-footer .site-footer-right {
    display: block;
  }
}
#site-footer .site-footer-right .site-footer-image img {
  width: 80% !important;
}
@media (max-width: 1499px) {
  #site-footer .site-footer-right .site-footer-image img {
    width: 75% !important;
  }
}
@media (max-width: 1299px) {
  #site-footer .site-footer-right .site-footer-image img {
    width: 60% !important;
  }
}
@media (max-width: 799px) {
  #site-footer .site-footer-right .site-footer-image img {
    width: 100% !important;
  }
}

a {
  color: #000000;
}
a:hover, a:focus {
  color: #414141;
}

.cms-feature-datablock a {
  text-decoration: underline;
}

hr {
  margin: 0 auto 10px;
  border-top: 1px solid #000000 !important;
}

var {
  background: #FFF500;
  padding: 15px 40px;
  text-transform: uppercase;
  font-style: normal;
  font-weight: bold;
  letter-spacing: -2.5px;
  font-size: 40px;
  color: #000;
  display: inline-block;
  box-shadow: 8px 14px 17px -7px rgba(0, 0, 0, 0.5);
  line-height: 30px;
  font-family: "brother-1816", sans-serif;
}
@media (max-width: 1299px) {
  var {
    line-height: 40px;
  }
}
@media (max-width: 599px) {
  var {
    font-size: 20px;
    line-height: 20px;
    letter-spacing: -1.5px;
    padding: 10px 30px;
  }
}

.site-posted-block {
  font-size: 16px;
  color: #000000;
  position: relative;
  padding: 0 0 0 60px;
  height: 50px;
  line-height: 50px;
  margin: 0;
}
.site-posted-block:before {
  display: block;
  height: 40px;
  width: 40px;
  border-radius: 100%;
  background: #FFF500;
  color: #000;
  position: absolute;
  left: 2px;
  top: 0;
  font-family: "gelato-luxe";
  font-size: 33px;
  text-align: center;
  line-height: 32px;
  font-weight: bold;
  animation: postedby 2s infinite;
  bottom: 0;
  margin: auto;
}
.site-posted-block a {
  border-bottom: 1px solid;
  color: #000000;
  text-decoration: none;
}
@keyframes postedby {
  from, to {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
  }
}

.site-slider .slick-dots {
  bottom: 40px;
  z-index: 10;
}
.site-slider .slick-dots li {
  padding: 0;
  height: 15px;
  width: 15px;
  margin: 0 5px;
}
.site-slider .slick-dots li button {
  padding: 0;
  height: 15px;
  width: 15px;
}
.site-slider .slick-dots li button:before {
  height: 15px;
  width: 15px;
  background: none;
  border: 1px solid #ffffff;
}
.site-slider .slick-dots li.slick-active button:before {
  background: #FFF500;
  border: 1px solid #000;
}

.slick-arrow {
  width: 54px !important;
  height: 54px !important;
  padding: 0 !important;
}
@media (max-width: 599px) {
  .slick-arrow {
    width: 40px !important;
    height: 40px !important;
    top: 50% !important;
  }
}
.slick-arrow:before {
  font-family: "site-icon" !important;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e908" !important;
  border: 2px solid #FFF500 !important;
  color: #FFF500 !important;
  background: #ffffff !important;
  border-radius: 100%;
  line-height: 47px !important;
  font-size: 35px !important;
}
@media (max-width: 599px) {
  .slick-arrow:before {
    line-height: 35px !important;
    font-size: 30px !important;
  }
}
.slick-arrow:hover::before {
  background: #FFF500 !important;
  color: #000 !important;
}
.slick-arrow.slick-next {
  right: -80px !important;
}
@media (max-width: 1499px) {
  .slick-arrow.slick-next {
    right: -50px !important;
  }
}
@media (max-width: 599px) {
  .slick-arrow.slick-next {
    right: 40px !important;
  }
}
.slick-arrow.slick-next::before {
  transform: rotate(180deg) !important;
}
.slick-arrow.slick-prev {
  left: -80px !important;
}
@media (max-width: 1499px) {
  .slick-arrow.slick-prev {
    left: -50px !important;
  }
}
@media (max-width: 599px) {
  .slick-arrow.slick-prev {
    left: 40px !important;
  }
}
.slick-arrow.slick-prev::before {
  transform: rotate(0deg) !important;
}

.mfp-arrow {
  background: #FFF500;
  color: #000;
  border: 1px solid #FFF500;
  border-radius: 100%;
}
.mfp-arrow:after {
  color: #000;
  font-size: 40px;
  line-height: 45px;
}
.mfp-arrow:hover {
  background: #000;
  color: #FFF500;
  border: 1px solid #000;
}
.mfp-arrow:hover:after {
  color: #FFF500;
}
.mfp-arrow.mfp-arrow-left:after {
  font-family: "site-icon" !important;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e908" !important;
}
.mfp-arrow.mfp-arrow-right:after {
  font-family: "site-icon" !important;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e909" !important;
}

.mfp-image-holder .mfp-content .mfp-close {
  background: #FFF500;
  color: #000;
  border: 1px solid #FFF500;
  border-radius: 100%;
}
.mfp-image-holder .mfp-content .mfp-close:after {
  color: #000;
  font-size: 15px;
}
.mfp-image-holder .mfp-content .mfp-close:hover {
  background: #000;
  color: #FFF500;
  border: 1px solid #000;
}
.mfp-image-holder .mfp-content .mfp-close:hover:after {
  color: #FFF500;
}

.site-thumbnail-block .site-thumbnail-link {
  border: 2px solid transparent;
  transition: all ease 0.8s;
  border-radius: 20px;
}
.site-thumbnail-block .site-thumbnail-link .site-icon-search {
  border-radius: 0 0 20px 0;
}
.site-thumbnail-block:hover .site-thumbnail-link {
  border: 2px solid #FFF500;
}

.cms-gallery-feature.site-slider-tab-wrapper .site-slider-tab-list .site-slide {
  cursor: pointer;
}
.cms-gallery-feature.site-slider-tab-wrapper .site-slider-tab-list .site-slide .site-slider-image {
  transition: all ease 0.8s;
  border-radius: 20px;
  border: 2px solid transparent;
}
.cms-gallery-feature.site-slider-tab-wrapper .site-slider-tab-list .site-slide.slick-current .site-slider-image, .cms-gallery-feature.site-slider-tab-wrapper .site-slider-tab-list .site-slide:hover .site-slider-image {
  border: 2px solid #FFF500;
}
.cms-gallery-feature.site-thumbnail-list-wrapper .site-thumbnail-video-popup .site-thumbnail-block .site-thumbnail-data {
  display: block;
  overflow: hidden;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  left: 0;
  right: 0;
}
.cms-gallery-feature.site-thumbnail-list-wrapper .site-thumbnail-video-popup .site-thumbnail-block .site-thumbnail-data .site-thumbnail-desc {
  left: 0;
  width: 96%;
  height: 96%;
  margin: auto;
  top: 0;
  right: 0;
}
.cms-gallery-feature.site-thumbnail-list-wrapper .site-thumbnail-video-popup .site-thumbnail-block .site-thumbnail-data .site-thumbnail-desc a.video-popup-button {
  position: relative;
  width: 90px;
  height: 90px;
  display: block;
  margin: auto;
  position: absolute;
}
.cms-gallery-feature.site-thumbnail-list-wrapper .site-thumbnail-video-popup .site-thumbnail-block .site-thumbnail-data .site-thumbnail-desc a.video-popup-button::after {
  font-family: "site-icon" !important;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e90d" !important;
  background: #ffffff;
  width: 90px;
  height: 90px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  color: #FFF500;
  font-size: 40px;
}

.site-custom-hero-long-text-wrapper .site-slider .site-slick-wrapper .slick-list .site-slide .site-slider-caption .site-slider-caption-block .site-container .site-slider-capton-data {
  max-width: 750px !important;
}

.site-custom-hero-full-text-wrapper .site-slider .site-slick-wrapper .slick-list .site-slide .site-slider-caption .site-slider-caption-block .site-container .site-slider-capton-data {
  max-width: 100% !important;
}

.site-custom-hero-wrapper {
  margin: 40px 0 0;
}
@media (max-width: 599px) {
  .site-custom-hero-wrapper {
    margin: 0;
  }
}
.site-custom-hero-wrapper .site-slider .site-slick-wrapper .slick-list {
  overflow: visible;
}
@media (max-width: 599px) {
  .site-custom-hero-wrapper .site-slider .site-slick-wrapper .slick-list .site-slide {
    display: flex !important;
    flex-wrap: wrap;
  }
  .site-custom-hero-wrapper .site-slider .site-slick-wrapper .slick-list .site-slide .site-slider-caption {
    order: 0;
    transform: none;
    position: static;
    padding: 50px 0;
  }
  .site-custom-hero-wrapper .site-slider .site-slick-wrapper .slick-list .site-slide .site-slider-image-block {
    order: 1;
    margin: auto;
  }
}
@media (min-width: 600px) {
  .site-custom-hero-wrapper .site-slider .site-slick-wrapper .slick-list .site-slide .site-slider-image-block {
    padding: 0 5%;
  }
  .site-custom-hero-wrapper .site-slider .site-slick-wrapper .slick-list .site-slide .site-slider-image-block .site-slider-image {
    width: auto;
    height: 100%;
    object-fit: contain;
    float: right;
    margin: -50px 0 0;
  }
}
.site-custom-hero-wrapper .site-slider .site-slick-wrapper .slick-list .site-slide .site-slider-image-block:after {
  background: none !important;
}
.site-custom-hero-wrapper .site-slider .site-slick-wrapper .slick-list .site-slide .site-slider-caption {
  background: none;
  left: 0;
  right: 0;
}
.site-custom-hero-wrapper .site-slider .site-slick-wrapper .slick-list .site-slide .site-slider-caption .site-slider-caption-block .site-container {
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 20px;
  width: 100%;
}
.site-custom-hero-wrapper .site-slider .site-slick-wrapper .slick-list .site-slide .site-slider-caption .site-slider-caption-block .site-container .site-slider-capton-data {
  max-width: 640px;
  width: 100%;
  margin: 0;
  text-align: left;
}
@media (max-width: 599px) {
  .site-custom-hero-wrapper .site-slider .site-slick-wrapper .slick-list .site-slide .site-slider-caption .site-slider-caption-block .site-container .site-slider-capton-data {
    text-align: center;
  }
}
.site-custom-hero-wrapper .site-slider .site-slick-wrapper .slick-list .site-slide .site-slider-caption .site-slider-caption-block .site-container .site-slider-capton-data * {
  color: #000000;
}
.site-custom-hero-wrapper .site-slider .site-slick-wrapper .slick-list .site-slide .site-slider-caption .site-slider-caption-block .site-container .site-slider-capton-data var {
  background: #ffffff;
  color: #000000;
}
#site-footer .site-footer-block .site-footer-logo .cms-feature-datablock :not(.site-button-secondary):not(.site-button-secondary span):not(.site-search-wrapper .site-search-block.site-search-option2 .site-search-button span) a[class*=site-social-] {
  color: #FFF500 !important;
  height: 48px;
  width: 43px;
  position: relative;
  margin: 0 12px 0 0;
  transition: all ease 0.6s;
}
#site-footer .site-footer-block .site-footer-logo .cms-feature-datablock :not(.site-button-secondary):not(.site-button-secondary span):not(.site-search-wrapper .site-search-block.site-search-option2 .site-search-button span) a[class*=site-social-]:last-child {
  margin: 0;
}
#site-footer .site-footer-block .site-footer-logo .cms-feature-datablock :not(.site-button-secondary):not(.site-button-secondary span):not(.site-search-wrapper .site-search-block.site-search-option2 .site-search-button span) a[class*=site-social-]:after {
  display: inline-block;
  height: 100%;
  width: 100%;
  background: #000000;
  border-radius: 100%;
  transform: rotate(50deg);
  content: "";
  position: absolute;
  z-index: 1;
  left: 0;
  right: 0;
  border: 1px solid #000000;
  transition: all ease 0.6s;
}
#site-footer .site-footer-block .site-footer-logo .cms-feature-datablock :not(.site-button-secondary):not(.site-button-secondary span):not(.site-search-wrapper .site-search-block.site-search-option2 .site-search-button span) a[class*=site-social-]:hover {
  color: #000000 !important;
}
#site-footer .site-footer-block .site-footer-logo .cms-feature-datablock :not(.site-button-secondary):not(.site-button-secondary span):not(.site-search-wrapper .site-search-block.site-search-option2 .site-search-button span) a[class*=site-social-]:hover:after {
  background: none;
}

.site-image-oval-wrapper {
  width: 250px;
  height: 233px;
  object-fit: cover;
  transform: rotate(-50deg);
  margin: auto;
  position: relative;
}
@media (max-width: 599px) {
  .site-image-oval-wrapper {
    transform: rotate(-50deg) scale(0.6);
    height: 160px;
    margin: 0 0 0 -65px;
  }
}
.site-image-oval-wrapper .site-image-oval-img {
  transform: rotate(50deg);
}
.site-image-oval-wrapper .site-image-oval {
  width: 250px;
  height: 250px;
  object-fit: cover;
  margin: 10px 0 auto;
  clip-path: path("M47.32,23.84c46.45-34.25,107.46-30.35,136.27,8.72s14.51,98.5-31.94,132.76c-46.45,34.25-107.46,30.35-136.27-8.72C-13.43,117.53.87,58.09,47.32,23.84");
}
.site-image-oval-wrapper .site-round-ring {
  position: absolute;
  top: -4px;
  left: 0;
  margin: auto;
  z-index: 1;
  width: 215px;
  transform: rotate(50deg);
}
.site-image-oval-wrapper .site-round-ring .site-round-ring-svg {
  display: block;
  margin: 0 auto;
  width: 215px;
  stroke-width: 7;
  stroke: #000;
  overflow: visible;
  margin: -18px 0 0 26px;
}
@media (max-width: 599px) {
  .site-image-oval-wrapper .site-round-ring .site-round-ring-svg {
    margin: -26px 0 0 26px;
  }
}

.custom-overlay-wrapper .site-slide {
  position: relative;
}
.custom-overlay-wrapper .site-slide .site-slider-caption {
  height: 100%;
}
.custom-overlay-wrapper .site-slide .site-slider-caption .site-slider-caption-block {
  display: flex;
  align-items: end;
  height: 100%;
  opacity: 1;
  transition: all ease 1s;
}
.custom-overlay-wrapper .site-slide .site-slider-caption .site-slider-more-desc {
  opacity: 0;
  position: absolute;
  bottom: 0;
  width: 100%;
  transition: all ease 1s;
  text-align: left;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 100%);
  border-radius: 20px;
  padding: 0 0 20px;
  left: 0;
}
.custom-overlay-wrapper .site-slide .site-slider-caption .site-slider-more-desc .site-slider-more-desc-data {
  position: relative;
}
.custom-overlay-wrapper .site-slide:hover .site-slider-caption-block {
  opacity: 0;
}
.custom-overlay-wrapper .site-slide:hover .site-slider-caption .site-slider-more-desc {
  opacity: 1;
}
.custom-overlay-wrapper .site-slide:hover .site-slider-caption .site-slider-more-desc::before {
  width: 100%;
  height: 100%;
}

/*
    $grid-counts: 7, 6, 5, 4, 3, 2;

    @each $grid-counts in $grid-count {

    }
    */
.site-hub p {
  margin: 0 0 20px;
}
.site-hub p:last-child {
  margin: 0;
}
@media (max-width: 1099px) {
  .site-hub h3 {
    font-size: 40px;
    line-height: 40px;
    margin: 0 0 10px;
  }
}
@media (max-width: 1099px) {
  .site-hub .site-button-secondary, .site-hub .site-search-wrapper .site-search-block.site-search-option2 .site-search-button, .site-search-wrapper .site-search-block.site-search-option2 .site-hub .site-search-button, .site-hub .site-button-primary, .site-hub .site-form-payment-wrapper .site-payment-buttons button, .site-form-payment-wrapper .site-payment-buttons .site-hub button {
    padding: 3px 30px 5px;
  }
}
.site-hub .site-display-wrapper.site-display-listview .site-display-list {
  display: block;
  clear: both;
  margin: 0;
}
.site-hub .custom-hub-grid-wrapper {
  padding: 0 !important;
}
.site-hub .custom-hub-grid-wrapper .custom-hub-data-wrapper {
  padding: 0;
  clear: both;
}
@media (max-width: 999px) {
  .site-hub .custom-hub-grid-wrapper .custom-hub-data-wrapper {
    padding: 20px 0 0;
  }
}
.site-hub .custom-hub-grid-wrapper .custom-hub-grid.site-display-filters-left .site-hub-display-search-wrapper, .site-hub .custom-hub-grid-wrapper .custom-hub-grid.site-display-filters-left .site-display-filter-title {
  display: none !important;
}
.site-hub .custom-hub-grid-wrapper .custom-hub-grid.site-display-filters-left .site-display-filter-desc {
  display: block;
}
.site-hub .custom-hub-grid-wrapper .custom-hub-grid .site-search-in {
  line-height: 75px;
  margin: 0;
  height: 75px;
  font-size: 13px;
  display: inline-block;
}
@media (max-width: 999px) {
  .site-hub .custom-hub-grid-wrapper .custom-hub-grid .site-search-in {
    padding: 0;
    position: absolute;
    top: -65px;
    left: 0;
  }
}
.site-hub .custom-hub-grid-wrapper .custom-hub-grid .site-search-in.site-search-in-experience .site-search-tag-wrapper {
  color: #ffffff;
  color: #ffffff;
  padding: 5px 10px 6px 10px;
  margin: 0 0 0 5px;
  cursor: pointer;
  position: relative;
}
.site-hub .custom-hub-grid-wrapper .custom-hub-grid .site-search-in.site-search-in-experience .site-search-tag-wrapper:before {
  background: #FF2689;
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 7px;
}
.site-hub .custom-hub-grid-wrapper .custom-hub-grid .site-search-in.site-search-in-experience .site-search-tag-wrapper:after {
  background: #414141;
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 100%;
  width: 0;
  margin: auto;
  transition: all ease 0.5s;
  border-radius: 7px;
}
.site-hub .custom-hub-grid-wrapper .custom-hub-grid .site-search-in.site-search-in-experience .site-search-tag-wrapper:hover:after {
  width: 100%;
}
.site-hub .custom-hub-grid-wrapper .custom-hub-grid .site-search-in.site-search-in-experience .site-search-tag-wrapper .site-search-tag {
  text-transform: capitalize;
  position: relative;
  z-index: 10;
  padding: 0 0 0 30px;
}
.site-hub .custom-hub-grid-wrapper .custom-hub-grid .site-search-in.site-search-in-experience .site-search-tag-wrapper .site-search-tag::before {
  content: "e";
  font-family: "gelato-luxe";
  margin: 0 10px 0 0;
  background: #ffffff;
  color: #FF2689;
  display: inline-block;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  border-radius: 100%;
  margin: auto;
  line-height: 15px;
  text-align: center;
  font-size: 28px;
  text-transform: lowercase;
}
.site-hub .custom-hub-grid-wrapper .custom-hub-grid .site-search-in.site-search-in-experience .site-search-tag-wrapper .site-search-in-close {
  font-size: 10px;
  margin: 0 0 0 3px;
  position: relative;
  z-index: 10;
}
.site-hub .custom-hub-grid-wrapper .custom-hub-grid .site-search-in.site-search-in-data .site-search-tag-wrapper .site-search-tag::before {
  line-height: 22px;
  font-size: 20px;
}
.site-hub .custom-hub-grid-wrapper .custom-hub-grid ul.site-display-list {
  /*
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  gap: 10px;

  @include maxbp($r_1500) {
      grid-template-columns: repeat(5, 1fr);
  }
      */
}
@media (max-width: 549px) {
  .site-hub .custom-hub-grid-wrapper .custom-hub-grid ul.site-display-list {
    display: block !important;
  }
}
.site-hub .custom-hub-grid-wrapper .custom-hub-grid ul.site-display-list li.site-display-wrapper-listitem {
  max-width: none;
  padding: 0 0 20px;
  width: 260px;
  flex: 0 0 260px;
}
@media (max-width: 1099px) {
  .site-hub .custom-hub-grid-wrapper .custom-hub-grid ul.site-display-list li.site-display-wrapper-listitem {
    flex: 0 0 240px;
    width: 240px;
  }
}
@media (max-width: 999px) {
  .site-hub .custom-hub-grid-wrapper .custom-hub-grid ul.site-display-list li.site-display-wrapper-listitem {
    flex: 0 0 240px;
    width: 240px;
  }
}
@media (max-width: 549px) {
  .site-hub .custom-hub-grid-wrapper .custom-hub-grid ul.site-display-list li.site-display-wrapper-listitem {
    flex: 0 0 50%;
    width: 50%;
    float: left;
    height: auto !important;
  }
  .site-hub .custom-hub-grid-wrapper .custom-hub-grid ul.site-display-list li.site-display-wrapper-listitem.site_hub_item_mobile .site-display-data-block.site-hub-card-date-wrapper .site-display-desc .site-hub-card-date {
    top: 0 !important;
    text-align: center;
  }
}
.site-hub .custom-hub-grid-wrapper .custom-hub-grid ul.site-display-list li.site-display-wrapper-listitem .site-display-title a {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
}
.site-hub .custom-hub-grid-wrapper .custom-hub-grid ul.site-display-list li.site-display-wrapper-listitem .site-display-list-block {
  margin: 0 10px !important;
}
.site-hub .custom-hub-grid-wrapper .custom-hub-grid ul.site-display-list li.site-display-wrapper-listitem.cms-tag-hub-col-2 {
  flex: 0 0 calc(520px);
  width: calc(520px);
}
@media (max-width: 1099px) {
  .site-hub .custom-hub-grid-wrapper .custom-hub-grid ul.site-display-list li.site-display-wrapper-listitem.cms-tag-hub-col-2 {
    flex: 0 0 calc(480px);
    width: calc(480px);
  }
}
@media (max-width: 999px) {
  .site-hub .custom-hub-grid-wrapper .custom-hub-grid ul.site-display-list li.site-display-wrapper-listitem.cms-tag-hub-col-2 {
    flex: 0 0 calc(480px);
    width: calc(480px);
  }
}
@media (max-width: 549px) {
  .site-hub .custom-hub-grid-wrapper .custom-hub-grid ul.site-display-list li.site-display-wrapper-listitem.cms-tag-hub-col-2 {
    flex: 0 0 calc(100%);
    width: calc(100%);
    float: left;
  }
}
.site-hub .custom-hub-grid-wrapper .custom-hub-grid ul.site-display-list li.site-display-wrapper-listitem.cms-tag-hub-col-2 .site-display-list-block .site-display-image .site-display-image-link img {
  aspect-ratio: 19/12.3;
}
.site-hub .custom-hub-grid-wrapper .custom-hub-grid ul.site-display-list li.site-display-wrapper-listitem.cms-tag-hub-col-3 {
  flex: 0 0 calc(780px);
  width: calc(780px);
}
@media (max-width: 1099px) {
  .site-hub .custom-hub-grid-wrapper .custom-hub-grid ul.site-display-list li.site-display-wrapper-listitem.cms-tag-hub-col-3 {
    flex: 0 0 calc(720px);
    width: calc(720px);
  }
}
@media (max-width: 999px) {
  .site-hub .custom-hub-grid-wrapper .custom-hub-grid ul.site-display-list li.site-display-wrapper-listitem.cms-tag-hub-col-3 {
    flex: 0 0 calc(480px);
    width: calc(480px);
  }
}
@media (max-width: 549px) {
  .site-hub .custom-hub-grid-wrapper .custom-hub-grid ul.site-display-list li.site-display-wrapper-listitem.cms-tag-hub-col-3 {
    flex: 0 0 calc(100%);
    width: calc(100%);
    float: left;
  }
}
.site-hub .custom-hub-grid-wrapper .custom-hub-grid ul.site-display-list li.site-display-wrapper-listitem.cms-tag-hub-col-3 .site-display-list-block .site-display-image .site-display-image-link img {
  aspect-ratio: 19/8;
}
@media (max-width: 999px) {
  .site-hub .custom-hub-grid-wrapper .custom-hub-grid ul.site-display-list li.site-display-wrapper-listitem.cms-tag-hub-col-3 .site-display-list-block .site-display-image .site-display-image-link img {
    aspect-ratio: 19/12.3;
  }
}
.site-hub .custom-hub-grid-wrapper .custom-hub-grid ul.site-display-list li.site-display-wrapper-listitem.cms-tag-hub-col-fullwidth {
  flex: 0 0 calc(1560px);
  width: calc(1560px);
  max-width: calc(1560px);
}
.site-hub .custom-hub-grid-wrapper .custom-hub-grid ul.site-display-list li.site-display-wrapper-listitem.cms-tag-hub-col-fullwidth .site-display-list-block .site-display-image .site-display-image-link img {
  aspect-ratio: 9/2.35;
}
.site-hub .custom-hub-grid-wrapper .custom-hub-grid ul.site-display-list li.site-display-wrapper-listitem.hub-hidden-block, .site-hub .custom-hub-grid-wrapper .custom-hub-grid ul.site-display-list li.site-display-wrapper-listitem.hidden-block, .site-hub .custom-hub-grid-wrapper .custom-hub-grid ul.site-display-list li.site-display-wrapper-listitem.not-selected-tagfilter {
  width: 0%;
  flex: 0 0 0;
  display: none !important;
}
.site-hub .custom-hub-grid-wrapper .custom-hub-grid ul.site-display-list li.site-display-wrapper-listitem.cms-tag-videos .site-display-list-block .site-display-image-link:after {
  font-family: "site-icon" !important;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e90d" !important;
  width: 80px;
  height: 80px;
  position: absolute;
  display: block;
  margin: auto;
  background: white;
  text-align: center;
  line-height: 80px;
  border-radius: 100%;
  font-size: 38px;
  cursor: none;
  left: 0;
  right: 0;
  z-index: 100;
  top: 120px;
}
@media (max-width: 599px) {
  .site-hub .custom-hub-grid-wrapper .custom-hub-grid ul.site-display-list li.site-display-wrapper-listitem.cms-tag-videos .site-display-list-block .site-display-image-link:after {
    width: 50px;
    height: 50px;
    line-height: 50px;
    top: 70px;
    font-size: 28px;
  }
}
.site-hub .custom-hub-grid-wrapper .custom-hub-grid ul.site-display-list li.site-display-wrapper-listitem.cms-tag-videos .site-display-list-block .site-hub-video {
  width: 90px;
  height: 90px;
  position: absolute;
  left: 0;
  right: 0;
  z-index: 100;
  top: 150px;
  font-size: 0px;
  text-decoration: none;
  margin: auto;
}
.site-hub .custom-hub-grid-wrapper .custom-hub-grid ul.site-display-list li.site-display-wrapper-listitem.cms-tag-videos .site-display-list-block .site-hub-video:after {
  font-family: "site-icon" !important;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e90d" !important;
  width: 100%;
  height: 100%;
  display: block;
  margin: auto;
  background: white;
  text-align: center;
  line-height: 80px;
  border-radius: 100%;
  font-size: 40px;
  cursor: none;
}
.site-hub .custom-hub-grid-wrapper .custom-hub-grid ul.site-display-list li.site-display-wrapper-listitem.cms-tag-podcasts .site-display-list-block:after {
  font-family: "site-icon" !important;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e91b" !important;
  position: absolute;
  z-index: 100;
  top: 120px;
  left: 0;
  right: 0;
  width: 80px;
  height: 80px;
  margin: auto;
  background: white;
  text-align: center;
  line-height: 80px;
  border-radius: 100%;
  font-size: 40px;
}
.site-hub .custom-hub-grid-wrapper .custom-hub-grid ul.site-display-list li.site-display-wrapper-listitem.cms-tag-blockquote .site-display-desc q {
  position: absolute;
  top: 0;
  padding: 100px 30px 0;
  border: none;
  margin: 0 !important;
  font-size: 13px !important;
  line-height: 20px !important;
  color: #ffffff;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 10;
  overflow: hidden;
}
@media (max-width: 999px) {
  .site-hub .custom-hub-grid-wrapper .custom-hub-grid ul.site-display-list li.site-display-wrapper-listitem.cms-tag-blockquote .site-display-desc q {
    padding: 70px 20px 0;
  }
}
.site-hub .custom-hub-grid-wrapper .custom-hub-grid ul.site-display-list li.site-display-wrapper-listitem.cms-tag-blockquote .site-display-desc q:before {
  display: none !important;
}
.site-hub .custom-hub-grid-wrapper .custom-hub-grid ul.site-display-list li.site-display-wrapper-listitem.cms-tag-blockquote .site-display-desc q:after {
  font-size: 35px;
  color: #ffffff;
  top: 50px;
  top: 50px;
  left: 30px;
}
@media (max-width: 999px) {
  .site-hub .custom-hub-grid-wrapper .custom-hub-grid ul.site-display-list li.site-display-wrapper-listitem.cms-tag-blockquote .site-display-desc q:after {
    top: 30px;
    left: 20px;
  }
}
.site-hub .custom-hub-grid-wrapper .custom-hub-grid ul.site-display-list li.site-display-wrapper-listitem.cms-tag-white-papers .site-display-list-block {
  position: relative;
}
.site-hub .custom-hub-grid-wrapper .custom-hub-grid ul.site-display-list li.site-display-wrapper-listitem.cms-tag-white-papers .site-display-list-block .site-display-image-link {
  display: flex;
  justify-content: space-between;
  flex-wrap: nowrap;
  text-decoration: none;
}
.site-hub .custom-hub-grid-wrapper .custom-hub-grid ul.site-display-list li.site-display-wrapper-listitem.cms-tag-white-papers .site-display-list-block:before {
  background: #F8F4F1;
}
.site-hub .custom-hub-grid-wrapper .custom-hub-grid ul.site-display-list li.site-display-wrapper-listitem.cms-tag-white-papers .site-display-list-block:after {
  content: "Whitepaper";
  background: #FFF500;
  color: #000000;
  padding: 10px 20px;
  position: absolute;
  top: 60px;
  z-index: 10;
  font-weight: bold;
}
.site-hub .custom-hub-grid-wrapper .custom-hub-grid ul.site-display-list li.site-display-wrapper-listitem.cms-tag-white-papers .site-display-list-block .site-display-image img {
  border-radius: 20px 0 0 20px;
  flex: 0 0 66.6%;
  max-width: 66.6%;
}
@media (max-width: 999px) {
  .site-hub .custom-hub-grid-wrapper .custom-hub-grid ul.site-display-list li.site-display-wrapper-listitem.cms-tag-white-papers .site-display-list-block .site-display-image img {
    flex: 0 0 50%;
    max-width: 50%;
  }
}
.site-hub .custom-hub-grid-wrapper .custom-hub-grid ul.site-display-list li.site-display-wrapper-listitem.cms-tag-white-papers .site-display-list-block .site-display-image .site-display-desc {
  flex: 0 0 33.3%;
  max-width: 33.3%;
  padding: 50px 30px;
  line-height: normal;
  font-size: 14px !important;
  line-height: 21px !important;
}
@media (max-width: 999px) {
  .site-hub .custom-hub-grid-wrapper .custom-hub-grid ul.site-display-list li.site-display-wrapper-listitem.cms-tag-white-papers .site-display-list-block .site-display-image .site-display-desc {
    flex: 0 0 50%;
    max-width: 50%;
    padding: 20px;
  }
}
.site-hub .custom-hub-grid-wrapper .custom-hub-grid ul.site-display-list li.site-display-wrapper-listitem.cms-tag-white-papers .site-display-list-block .site-display-image .site-display-desc .site-button-secondary, .site-hub .custom-hub-grid-wrapper .custom-hub-grid ul.site-display-list li.site-display-wrapper-listitem.cms-tag-white-papers .site-display-list-block .site-display-image .site-display-desc .site-search-wrapper .site-search-block.site-search-option2 .site-search-button, .site-search-wrapper .site-search-block.site-search-option2 .site-hub .custom-hub-grid-wrapper .custom-hub-grid ul.site-display-list li.site-display-wrapper-listitem.cms-tag-white-papers .site-display-list-block .site-display-image .site-display-desc .site-search-button {
  padding: 3px 20px 5px;
  font-size: 14px;
}
.site-hub .custom-hub-grid-wrapper .custom-hub-grid ul.site-display-list li.site-display-wrapper-listitem.cms-tag-press1 .site-display-desc {
  position: absolute;
  top: 0;
  z-index: 10;
  text-align: center;
  padding: 30px;
  height: 380px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
}
.site-hub .custom-hub-grid-wrapper .custom-hub-grid ul.site-display-list li.site-display-wrapper-listitem.cms-tag-press1 .site-display-desc * {
  color: #ffffff !important;
  text-align: center !important;
}
.site-hub .custom-hub-grid-wrapper .custom-hub-grid ul.site-display-list li.site-display-wrapper-listitem .site-display-list-block {
  margin: 0;
}
.site-hub .custom-hub-grid-wrapper .custom-hub-grid ul.site-display-list li.site-display-wrapper-listitem .site-display-list-block.site-display-wrapper-hub-desc-left .site-display-image-link {
  display: flex;
  justify-content: space-between;
  flex-wrap: nowrap;
  text-decoration: none;
}
.site-hub .custom-hub-grid-wrapper .custom-hub-grid ul.site-display-list li.site-display-wrapper-listitem .site-display-list-block.site-display-wrapper-hub-desc-left .site-display-image-link img, .site-hub .custom-hub-grid-wrapper .custom-hub-grid ul.site-display-list li.site-display-wrapper-listitem .site-display-list-block.site-display-wrapper-hub-desc-left .site-display-image-link .site-hub-card-desc-left-block {
  flex: 0 0 50%;
  max-width: 50%;
}
.site-hub .custom-hub-grid-wrapper .custom-hub-grid ul.site-display-list li.site-display-wrapper-listitem .site-display-list-block.site-display-wrapper-hub-desc-left .site-display-image-link img {
  border-radius: 0 20px 20px 0;
}
.site-hub .custom-hub-grid-wrapper .custom-hub-grid ul.site-display-list li.site-display-wrapper-listitem .site-display-list-block.site-display-wrapper-hub-desc-left .site-display-image-link .site-hub-card-desc-left-block {
  font-size: 13px !important;
  line-height: 20px !important;
  padding: 25px;
}
.site-hub .custom-hub-grid-wrapper .custom-hub-grid ul.site-display-list li.site-display-wrapper-listitem .site-display-list-block.site-display-wrapper-hub-desc-left .site-display-image-link .site-hub-card-desc-left-block blockquote {
  margin: 0 !important;
  padding: 65px 0 0;
  border: none;
  margin: 0 !important;
  font-size: 13px !important;
  line-height: 20px !important;
  color: #ffffff;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 12;
  overflow: hidden;
  text-transform: none;
  background: none !important;
}
@media (max-width: 999px) {
  .site-hub .custom-hub-grid-wrapper .custom-hub-grid ul.site-display-list li.site-display-wrapper-listitem .site-display-list-block.site-display-wrapper-hub-desc-left .site-display-image-link .site-hub-card-desc-left-block blockquote {
    padding: 50px 0 0;
    -webkit-line-clamp: 10;
  }
}
.site-hub .custom-hub-grid-wrapper .custom-hub-grid ul.site-display-list li.site-display-wrapper-listitem .site-display-list-block.site-display-wrapper-hub-desc-left .site-display-image-link .site-hub-card-desc-left-block blockquote:before {
  display: none !important;
}
.site-hub .custom-hub-grid-wrapper .custom-hub-grid ul.site-display-list li.site-display-wrapper-listitem .site-display-list-block.site-display-wrapper-hub-desc-left .site-display-image-link .site-hub-card-desc-left-block blockquote:after {
  font-size: 30px;
  color: #ffffff;
  top: 40px;
  left: 25px;
}
.site-hub .custom-hub-grid-wrapper .custom-hub-grid ul.site-display-list li.site-display-wrapper-listitem .site-display-list-block.site-display-wrapper-hub-desc-right .site-display-image-link {
  display: flex;
  justify-content: space-between;
  flex-wrap: nowrap;
  text-decoration: none;
}
@media (max-width: 529px) {
  .site-hub .custom-hub-grid-wrapper .custom-hub-grid ul.site-display-list li.site-display-wrapper-listitem .site-display-list-block.site-display-wrapper-hub-desc-right .site-display-image-link {
    flex-wrap: wrap;
  }
}
.site-hub .custom-hub-grid-wrapper .custom-hub-grid ul.site-display-list li.site-display-wrapper-listitem .site-display-list-block.site-display-wrapper-hub-desc-right .site-display-image-link img, .site-hub .custom-hub-grid-wrapper .custom-hub-grid ul.site-display-list li.site-display-wrapper-listitem .site-display-list-block.site-display-wrapper-hub-desc-right .site-display-image-link .site-hub-card-desc-right-block {
  flex: 0 0 50%;
  max-width: 50%;
}
@media (max-width: 529px) {
  .site-hub .custom-hub-grid-wrapper .custom-hub-grid ul.site-display-list li.site-display-wrapper-listitem .site-display-list-block.site-display-wrapper-hub-desc-right .site-display-image-link img, .site-hub .custom-hub-grid-wrapper .custom-hub-grid ul.site-display-list li.site-display-wrapper-listitem .site-display-list-block.site-display-wrapper-hub-desc-right .site-display-image-link .site-hub-card-desc-right-block {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.site-hub .custom-hub-grid-wrapper .custom-hub-grid ul.site-display-list li.site-display-wrapper-listitem .site-display-list-block.site-display-wrapper-hub-desc-right .site-display-image-link .site-hub-card-desc-right-block {
  border-radius: 0 20px 20px 0;
}
@media (max-width: 529px) {
  .site-hub .custom-hub-grid-wrapper .custom-hub-grid ul.site-display-list li.site-display-wrapper-listitem .site-display-list-block.site-display-wrapper-hub-desc-right .site-display-image-link .site-hub-card-desc-right-block {
    border-radius: 0 0 20px 20px;
  }
}
.site-hub .custom-hub-grid-wrapper .custom-hub-grid ul.site-display-list li.site-display-wrapper-listitem .site-display-list-block.site-display-wrapper-hub-desc-right .site-display-image-link img {
  border-radius: 20px 0 0 20px;
  aspect-ratio: 9/11.6 !important;
}
@media (max-width: 529px) {
  .site-hub .custom-hub-grid-wrapper .custom-hub-grid ul.site-display-list li.site-display-wrapper-listitem .site-display-list-block.site-display-wrapper-hub-desc-right .site-display-image-link img {
    border-radius: 20px 20px 0 0;
  }
}
.site-hub .custom-hub-grid-wrapper .custom-hub-grid ul.site-display-list li.site-display-wrapper-listitem .site-display-list-block.site-display-wrapper-hub-desc-right .site-display-image-link .site-hub-card-desc-right-block {
  font-size: 13px !important;
  line-height: 20px !important;
  padding: 25px;
}
@media (max-width: 999px) {
  .site-hub .custom-hub-grid-wrapper .custom-hub-grid ul.site-display-list li.site-display-wrapper-listitem .site-display-list-block.site-display-wrapper-hub-desc-right .site-display-image-link .site-hub-card-desc-right-block {
    padding: 20px;
  }
}
.site-hub .custom-hub-grid-wrapper .custom-hub-grid ul.site-display-list li.site-display-wrapper-listitem .site-display-list-block.site-display-wrapper-hub-desc-right .site-display-image-link .site-hub-card-desc-right-block blockquote {
  margin: 0 !important;
  padding: 65px 0 0;
  border: none;
  margin: 0 !important;
  color: #ffffff;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 12;
  overflow: hidden;
  text-transform: none;
  background: none !important;
  font-size: 13px !important;
  line-height: 20px !important;
}
@media (max-width: 999px) {
  .site-hub .custom-hub-grid-wrapper .custom-hub-grid ul.site-display-list li.site-display-wrapper-listitem .site-display-list-block.site-display-wrapper-hub-desc-right .site-display-image-link .site-hub-card-desc-right-block blockquote {
    padding: 50px 0 0;
    -webkit-line-clamp: 10;
  }
}
.site-hub .custom-hub-grid-wrapper .custom-hub-grid ul.site-display-list li.site-display-wrapper-listitem .site-display-list-block.site-display-wrapper-hub-desc-right .site-display-image-link .site-hub-card-desc-right-block blockquote:before {
  display: none !important;
}
.site-hub .custom-hub-grid-wrapper .custom-hub-grid ul.site-display-list li.site-display-wrapper-listitem .site-display-list-block.site-display-wrapper-hub-desc-right .site-display-image-link .site-hub-card-desc-right-block blockquote:after {
  font-size: 30px;
  color: #ffffff;
  top: 10px;
  left: 0;
}
.site-hub .custom-hub-grid-wrapper .custom-hub-grid .site-display-image {
  position: relative;
}
.site-hub .custom-hub-grid-wrapper .custom-hub-grid .site-display-image .site-display-image-link table.site-hub-card-title h1, .site-hub .custom-hub-grid-wrapper .custom-hub-grid .site-display-image .site-display-image-link table.site-hub-card-title h2, .site-hub .custom-hub-grid-wrapper .custom-hub-grid .site-display-image .site-display-image-link table.site-hub-card-title h3, .site-hub .custom-hub-grid-wrapper .custom-hub-grid .site-display-image .site-display-image-link table.site-hub-card-title h4, .site-hub .custom-hub-grid-wrapper .custom-hub-grid .site-display-image .site-display-image-link table.site-hub-card-title h5, .site-hub .custom-hub-grid-wrapper .custom-hub-grid .site-display-image .site-display-image-link table.site-hub-card-title h5, .site-hub .custom-hub-grid-wrapper .custom-hub-grid .site-display-image .site-display-image-link table.site-hub-card-title p, .site-hub .custom-hub-grid-wrapper .custom-hub-grid .site-display-image .site-display-image-link table.site-hub-card-title ul, .site-hub .custom-hub-grid-wrapper .custom-hub-grid .site-display-image .site-display-image-link table.site-hub-card-title ol, .site-hub .custom-hub-grid-wrapper .custom-hub-grid .site-display-image .site-display-image-link table.site-hub-card-title li, .site-hub .custom-hub-grid-wrapper .custom-hub-grid .site-display-image .site-display-image-link table.site-hub-card-title a, .site-hub .custom-hub-grid-wrapper .custom-hub-grid .site-display-image .site-display-image-link table.site-hub-card-desc-left h1, .site-hub .custom-hub-grid-wrapper .custom-hub-grid .site-display-image .site-display-image-link table.site-hub-card-desc-left h2, .site-hub .custom-hub-grid-wrapper .custom-hub-grid .site-display-image .site-display-image-link table.site-hub-card-desc-left h3, .site-hub .custom-hub-grid-wrapper .custom-hub-grid .site-display-image .site-display-image-link table.site-hub-card-desc-left h4, .site-hub .custom-hub-grid-wrapper .custom-hub-grid .site-display-image .site-display-image-link table.site-hub-card-desc-left h5, .site-hub .custom-hub-grid-wrapper .custom-hub-grid .site-display-image .site-display-image-link table.site-hub-card-desc-left h5, .site-hub .custom-hub-grid-wrapper .custom-hub-grid .site-display-image .site-display-image-link table.site-hub-card-desc-left p, .site-hub .custom-hub-grid-wrapper .custom-hub-grid .site-display-image .site-display-image-link table.site-hub-card-desc-left ul, .site-hub .custom-hub-grid-wrapper .custom-hub-grid .site-display-image .site-display-image-link table.site-hub-card-desc-left ol, .site-hub .custom-hub-grid-wrapper .custom-hub-grid .site-display-image .site-display-image-link table.site-hub-card-desc-left li, .site-hub .custom-hub-grid-wrapper .custom-hub-grid .site-display-image .site-display-image-link table.site-hub-card-desc-left a {
  color: #ffffff;
}
.site-hub .custom-hub-grid-wrapper .custom-hub-grid .site-display-image .site-display-image-link table.site-hub-card-title {
  position: absolute;
  width: 100% !important;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 10;
  height: 100%;
  color: #ffffff;
  line-height: normal;
}
.site-hub .custom-hub-grid-wrapper .custom-hub-grid .site-display-image .site-display-image-link table.site-hub-card-title:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 20px;
}
.site-hub .custom-hub-grid-wrapper .custom-hub-grid .site-display-image .site-display-image-link table.site-hub-card-title thead, .site-hub .custom-hub-grid-wrapper .custom-hub-grid .site-display-image .site-display-image-link table.site-hub-card-title tbody {
  position: relative;
  z-index: 1;
}
.site-hub .custom-hub-grid-wrapper .custom-hub-grid .site-display-data-block.site-hub-card-date-wrapper {
  display: flex;
  justify-content: space-between;
  min-height: 50px;
}
.site-hub .custom-hub-grid-wrapper .custom-hub-grid .site-display-data-block.site-hub-card-date-wrapper .site-display-title, .site-hub .custom-hub-grid-wrapper .custom-hub-grid .site-display-data-block.site-hub-card-date-wrapper .site-display-desc {
  display: inline-block;
}
.site-hub .custom-hub-grid-wrapper .custom-hub-grid .site-display-data-block.site-hub-card-date-wrapper .site-display-title {
  width: calc(100% - 105px);
}
.site-hub .custom-hub-grid-wrapper .custom-hub-grid .site-display-data-block.site-hub-card-date-wrapper .site-display-desc {
  position: relative;
  width: 70px;
}
.site-hub .custom-hub-grid-wrapper .custom-hub-grid .site-display-data-block.site-hub-card-date-wrapper .site-display-desc .site-hub-card-date {
  position: absolute;
  top: -45px;
  right: 0;
  width: 70px !important;
}
.site-hub .custom-hub-grid-wrapper .custom-hub-grid .site-display-data-block.site-hub-card-date-wrapper .site-display-desc .site-hub-card-date.site-hub-card-big-date {
  width: 100px !important;
}
@media (max-width: 1499px) {
  .site-hub .custom-hub-grid-wrapper .custom-hub-grid .site-display-data-block.site-hub-card-date-wrapper .site-display-desc .site-hub-card-date.site-hub-card-big-date {
    width: 90px !important;
  }
}
@media (max-width: 1099px) {
  .site-hub .custom-hub-grid-wrapper .custom-hub-grid .site-display-data-block.site-hub-card-date-wrapper .site-display-desc .site-hub-card-date.site-hub-card-big-date {
    width: 80px !important;
  }
}
.site-hub .custom-hub-grid-wrapper .custom-hub-grid .site-display-data-block.site-hub-card-date-wrapper .site-display-desc .site-hub-card-date td {
  text-align: center;
  border-radius: 20px;
}
@media (max-width: 1099px) {
  .site-hub .custom-hub-grid-wrapper .custom-hub-grid .site-display-data-block.site-hub-card-date-wrapper .site-display-desc .site-hub-card-date td {
    min-width: 80px !important;
  }
}
.site-hub .custom-hub-grid-wrapper .custom-hub-grid .site-display-data-block.site-hub-card-date-wrapper .site-display-desc .site-hub-card-date td > strong:first-child {
  display: block;
  border: 1px solid black;
  border-radius: 5px 5px 0 0;
  font-weight: bold;
  font-size: 35px;
  padding: 10px 0;
}
@media (max-width: 1099px) {
  .site-hub .custom-hub-grid-wrapper .custom-hub-grid .site-display-data-block.site-hub-card-date-wrapper .site-display-desc .site-hub-card-date td > strong:first-child {
    font-size: 30px;
    padding: 5px 0;
  }
}
.site-hub .custom-hub-grid-wrapper .custom-hub-grid .site-display-data-block.site-hub-card-date-wrapper .site-display-desc .site-hub-card-date td em {
  display: block;
  background: #000000;
  border-radius: 0 0 5px 5px;
  font-weight: bold;
  font-size: 20px;
  color: #ffffff;
  padding: 10px 0;
  font-style: normal;
}
@media (max-width: 1099px) {
  .site-hub .custom-hub-grid-wrapper .custom-hub-grid .site-display-data-block.site-hub-card-date-wrapper .site-display-desc .site-hub-card-date td em {
    font-size: 16px;
    padding: 5px 0;
  }
}
.site-hub .custom-hub-grid-wrapper .custom-hub-grid .site-display-data-block.site-hub-card-date-wrapper .site-display-desc .site-hub-card-date.site-hub-card-big-date td > strong:first-child {
  font-size: 25px;
  padding: 10px 10px;
}
@media (max-width: 1099px) {
  .site-hub .custom-hub-grid-wrapper .custom-hub-grid .site-display-data-block.site-hub-card-date-wrapper .site-display-desc .site-hub-card-date.site-hub-card-big-date td > strong:first-child {
    font-size: 20px;
    padding: 5px 10px;
  }
}
.site-hub .custom-hub-grid-wrapper .site-display-filter-data > div:first-child {
  display: flex;
  justify-content: space-between;
  margin: 0 0 5px;
}
.site-hub .custom-hub-grid-wrapper .site-display-filter-data .site-hub-display-search-wrapper {
  width: calc(100% - 340px);
  position: relative;
  background: #F8F4F1;
  border-radius: 20px;
  padding: 0 30px;
  height: 75px;
  /*
  @include maxbp($r_1000) {
      width: 100%;
      padding: 0;
  }

  @include maxbp($mobile) {
      height: auto;
      background: none;
  }
   */
}
@media (max-width: 999px) {
  .site-hub .custom-hub-grid-wrapper .site-display-filter-data .site-hub-display-search-wrapper {
    width: calc(100% - 175px);
    padding: 0;
    border-radius: 10px;
  }
}
@media (max-width: 599px) {
  .site-hub .custom-hub-grid-wrapper .site-display-filter-data .site-hub-display-search-wrapper {
    width: calc(100% - 100px);
  }
}
.site-hub .custom-hub-grid-wrapper .site-display-filter-data .site-hub-display-search-wrapper i.site-icon-search {
  display: none;
}
@media (max-width: 599px) {
  .site-hub .custom-hub-grid-wrapper .site-display-filter-data .site-hub-display-search-wrapper i.site-icon-search {
    display: block;
    position: absolute;
    right: 15px;
    bottom: 21px;
    font-size: 28px;
    cursor: pointer;
  }
}
.site-hub .custom-hub-grid-wrapper .site-display-filter-data .site-hub-display-search-wrapper input.site-hub-display-search {
  background: #ffffff;
  border-radius: 0;
  outline: none;
  border: 1px solid #dfdfdf;
  font-size: 18px;
  height: 46px;
  width: 100%;
  padding: 10px;
  font-family: "brother-1816", sans-serif;
  height: 75px;
  border-radius: 20px;
  background: #F8F4F1;
  padding: 0 30px;
  border: none;
  display: inline-block;
  width: calc(100% - 210px);
}
@media (max-width: 999px) {
  .site-hub .custom-hub-grid-wrapper .site-display-filter-data .site-hub-display-search-wrapper input.site-hub-display-search {
    width: 100%;
    padding: 0 50px 0 20px;
  }
}
.site-hub .custom-hub-grid-wrapper .site-display-filter-data .site-display-filter-title {
  background: #FFF500;
  color: #000000;
  height: 75px;
  border-radius: 20px;
  width: 300px;
  text-align: center;
  font-size: 20px;
  line-height: 75px;
  font-family: "brother-1816", sans-serif;
  font-weight: 700;
  font-size: 0;
  transition: all ease 0.8s;
  cursor: pointer;
  /*
  @include maxbp($r_1000) {
      float: right;
      margin: 15px 0 0;
  }

  @include maxbp($mobile) {
      width: 100%;
      padding: 15px 20px;
      height: auto;
      line-height: normal;
      border-radius: 10px;
  }
  */
}
.site-hub .custom-hub-grid-wrapper .site-display-filter-data .site-display-filter-title:hover {
  background: #414141;
  color: #FFF500;
}
@media (max-width: 999px) {
  .site-hub .custom-hub-grid-wrapper .site-display-filter-data .site-display-filter-title {
    width: 150px;
    padding: 0 0 0 7px;
    border-radius: 10px;
  }
}
@media (max-width: 599px) {
  .site-hub .custom-hub-grid-wrapper .site-display-filter-data .site-display-filter-title {
    width: 90px;
  }
}
.site-hub .custom-hub-grid-wrapper .site-display-filter-data .site-display-filter-title::before {
  content: "Filter content";
  font-size: 18px;
  display: inline-block;
  vertical-align: middle;
  text-transform: none;
  font-weight: normal;
}
@media (max-width: 999px) {
  .site-hub .custom-hub-grid-wrapper .site-display-filter-data .site-display-filter-title::before {
    content: "Filter";
    letter-spacing: 0px;
    font-size: 15px;
  }
}
.site-hub .custom-hub-grid-wrapper .site-display-filter-data .site-display-filter-title:after {
  font-family: "site-icon" !important;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e90d" !important;
  transition: all ease 0.5s;
  font-size: 25px;
  display: inline-block;
  vertical-align: middle;
}
@media (max-width: 699px) {
  .site-hub .custom-hub-grid-wrapper .site-display-filter-data .site-display-filter-title:after {
    font-size: 15px;
  }
}
.site-hub .custom-hub-grid-wrapper .site-display-filter-data .site-display-filter-title.site-display-filter-title-active:after {
  transform: rotate(90deg);
  display: inline-block;
}
.site-hub .custom-hub-grid-wrapper .site-display-filter-data .site-display-filter-desc {
  display: none;
  text-align: right;
  margin: 0 0 20px;
}
@media (max-width: 999px) {
  .site-hub .custom-hub-grid-wrapper .site-display-filter-data .site-display-filter-desc {
    clear: both;
  }
}
@media (max-width: 599px) {
  .site-hub .custom-hub-grid-wrapper .site-display-filter-data .site-display-filter-desc {
    text-align: center;
  }
}
.site-hub .custom-hub-grid-wrapper .site-display-filter-data .site-display-filter-desc .site-display-filter-wrapper {
  display: inline-block;
  margin: 15px 0 0 10px;
}
@media (max-width: 599px) {
  .site-hub .custom-hub-grid-wrapper .site-display-filter-data .site-display-filter-desc .site-display-filter-wrapper {
    margin: 10px 0 0 5px;
  }
}
.site-hub .custom-hub-grid-wrapper .site-display-filter-data .site-display-filter-desc .site-display-filter-wrapper.site-display-filter-wrapper-active .site-display-filter-data-block label:after {
  display: block;
}
.site-hub .custom-hub-grid-wrapper .site-display-filter-data .site-display-filter-desc .site-display-filter-wrapper .site-display-filter-data-block {
  position: relative;
  display: block;
}
.site-hub .custom-hub-grid-wrapper .site-display-filter-data .site-display-filter-desc .site-display-filter-wrapper .site-display-filter-data-block:after {
  position: absolute;
  background: #FFF500;
  width: 0%;
  height: 100%;
  content: "";
  display: block;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  border-radius: 10px;
  transition: all ease 0.5s;
}
.site-hub .custom-hub-grid-wrapper .site-display-filter-data .site-display-filter-desc .site-display-filter-wrapper .site-display-filter-data-block:hover:after {
  width: 100%;
}
.site-hub .custom-hub-grid-wrapper .site-display-filter-data .site-display-filter-desc .site-display-filter-wrapper .site-display-filter-data-block label {
  position: relative;
}
.site-hub .custom-hub-grid-wrapper .site-display-filter-data .site-display-filter-desc .site-display-filter-wrapper .site-display-filter-data-block label:after {
  font-family: "site-icon" !important;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e90f" !important;
  margin: 0 0 0 10px;
  display: none;
  position: absolute;
  right: 10px;
  top: 10px;
  bottom: 0;
  font-size: 10px;
}
@media (max-width: 599px) {
  .site-hub .custom-hub-grid-wrapper .site-display-filter-data .site-display-filter-desc .site-display-filter-wrapper .site-display-filter-data-block label:after {
    font-size: 7px;
    top: 6px;
    right: 6px;
  }
}
.site-hub .custom-hub-grid-wrapper .site-display-filter-data .site-display-filter-desc .site-display-filter-wrapper .site-display-checkbox:checked + label {
  background: #414141;
  color: #ffffff;
}
.site-hub .custom-hub-grid-wrapper .site-display-filter-data .site-display-filter-desc .site-display-filter-wrapper label {
  border-radius: 10px;
  font-family: "brother-1816", sans-serif;
  color: #000000;
  border: 1px solid #000000;
  position: relative;
  z-index: 1;
  padding: 10px 30px;
}
@media (max-width: 599px) {
  .site-hub .custom-hub-grid-wrapper .site-display-filter-data .site-display-filter-desc .site-display-filter-wrapper label {
    font-size: 10px;
    padding: 6px 20px;
  }
}
.site-hub .custom-hub-grid-wrapper .site-display-filter-data .site-display-filter-desc .site-display-filter-wrapper label:hover {
  background: transparent;
}

.experience h1,
.experience h2,
.experience h3,
.experience h4,
.experience h5,
.experience h6 {
  font-family: "gelato-luxe";
  font-weight: normal;
  color: #000000;
}
.experience h1 tt,
.experience h2 tt,
.experience h3 tt,
.experience h4 tt,
.experience h5 tt,
.experience h6 tt {
  font-family: "brother-1816", sans-serif;
  font-weight: 600;
  display: block;
}
.experience .site-button-primary, .experience .site-form-payment-wrapper .site-payment-buttons button, .site-form-payment-wrapper .site-payment-buttons .experience button,
.experience .site-form-data .site-form-buttons .site-form-button,
.experience .site-form-data .site-form-field .file-upload-wrapper .file-upload-button {
  position: relative;
  display: inline-block;
  overflow: hidden;
  font-size: 18px;
  border: 1px solid #FF2689;
  color: #ffffff;
  text-decoration: none;
  border-radius: 50px;
  padding: 3px 50px 5px;
  background: #FF2689;
  transition: all ease 0.5s;
  line-height: 40px;
  text-decoration: none !important;
}
.experience .site-button-primary span, .experience .site-form-payment-wrapper .site-payment-buttons button span, .site-form-payment-wrapper .site-payment-buttons .experience button span,
.experience .site-form-data .site-form-buttons .site-form-button span,
.experience .site-form-data .site-form-field .file-upload-wrapper .file-upload-button span {
  position: relative;
  z-index: 10;
}
.experience .site-button-primary:before, .experience .site-form-payment-wrapper .site-payment-buttons button:before, .site-form-payment-wrapper .site-payment-buttons .experience button:before, .experience .site-button-primary:after, .experience .site-form-payment-wrapper .site-payment-buttons button:after, .site-form-payment-wrapper .site-payment-buttons .experience button:after,
.experience .site-form-data .site-form-buttons .site-form-button:before,
.experience .site-form-data .site-form-buttons .site-form-button:after,
.experience .site-form-data .site-form-field .file-upload-wrapper .file-upload-button:before,
.experience .site-form-data .site-form-field .file-upload-wrapper .file-upload-button:after {
  position: absolute;
  top: 50%;
  content: "";
  width: 20px;
  height: 18px;
  background-color: #ffffff;
  border-radius: 50%;
}
.experience .site-button-primary:before, .experience .site-form-payment-wrapper .site-payment-buttons button:before, .site-form-payment-wrapper .site-payment-buttons .experience button:before,
.experience .site-form-data .site-form-buttons .site-form-button:before,
.experience .site-form-data .site-form-field .file-upload-wrapper .file-upload-button:before {
  left: -20px;
  transform: translate(-50%, -50%);
}
.experience .site-button-primary:after, .experience .site-form-payment-wrapper .site-payment-buttons button:after, .site-form-payment-wrapper .site-payment-buttons .experience button:after,
.experience .site-form-data .site-form-buttons .site-form-button:after,
.experience .site-form-data .site-form-field .file-upload-wrapper .file-upload-button:after {
  right: -20px;
  transform: translate(50%, -50%);
}
.experience .site-button-primary:hover, .experience .site-form-payment-wrapper .site-payment-buttons button:hover, .site-form-payment-wrapper .site-payment-buttons .experience button:hover,
.experience .site-form-data .site-form-buttons .site-form-button:hover,
.experience .site-form-data .site-form-field .file-upload-wrapper .file-upload-button:hover {
  color: #FF2689 !important;
  border: 1px solid #FF2689;
  transition: all ease 1.2s;
}
.experience .site-button-primary:hover span, .experience .site-form-payment-wrapper .site-payment-buttons button:hover span, .site-form-payment-wrapper .site-payment-buttons .experience button:hover span,
.experience .site-form-data .site-form-buttons .site-form-button:hover span,
.experience .site-form-data .site-form-field .file-upload-wrapper .file-upload-button:hover span {
  color: #FF2689 !important;
}
.experience .site-button-primary:hover:before, .experience .site-form-payment-wrapper .site-payment-buttons button:hover:before, .site-form-payment-wrapper .site-payment-buttons .experience button:hover:before,
.experience .site-form-data .site-form-buttons .site-form-button:hover:before,
.experience .site-form-data .site-form-field .file-upload-wrapper .file-upload-button:hover:before {
  animation: criss-cross-left 0.8s both;
  animation-direction: alternate;
}
.experience .site-button-primary:hover:after, .experience .site-form-payment-wrapper .site-payment-buttons button:hover:after, .site-form-payment-wrapper .site-payment-buttons .experience button:hover:after,
.experience .site-form-data .site-form-buttons .site-form-button:hover:after,
.experience .site-form-data .site-form-field .file-upload-wrapper .file-upload-button:hover:after {
  animation: criss-cross-right 0.8s both;
  animation-direction: alternate;
}
@keyframes criss-cross-left {
  0% {
    left: -20px;
  }
  50% {
    left: 50%;
    width: 20px;
    height: 18px;
  }
  100% {
    left: 50%;
    width: 100%;
    height: 100%;
  }
}
@keyframes criss-cross-right {
  0% {
    right: -20px;
  }
  50% {
    right: 50%;
    width: 20px;
    height: 18px;
    border-radius: 50px;
  }
  100% {
    right: 50%;
    width: 100%;
    height: 100%;
    border-radius: 50px;
  }
}
.experience .site-bookmark-button {
  position: relative;
  position: relative;
  display: inline-block;
  overflow: hidden;
  font-size: 18px;
  border: 1px solid #FF2689;
  color: #ffffff;
  text-decoration: none;
  border-radius: 50px;
  padding: 3px 50px 5px;
  background: #FF2689;
  transition: all ease 0.5s;
  line-height: 40px;
  text-decoration: none !important;
  margin: 20px 0 0;
}
.experience .site-bookmark-button span {
  position: relative;
  z-index: 10;
}
.experience .site-bookmark-button:before, .experience .site-bookmark-button:after {
  position: absolute;
  top: 50%;
  content: "";
  width: 20px;
  height: 18px;
  background-color: #ffffff;
  border-radius: 50%;
}
.experience .site-bookmark-button:before {
  left: -20px;
  transform: translate(-50%, -50%);
}
.experience .site-bookmark-button:after {
  right: -20px;
  transform: translate(50%, -50%);
}
.experience .site-bookmark-button:hover {
  color: #FF2689 !important;
  border: 1px solid #FF2689;
  transition: all ease 1.2s;
}
.experience .site-bookmark-button:hover span {
  color: #FF2689 !important;
}
.experience .site-bookmark-button:hover:before {
  animation: criss-cross-left 0.8s both;
  animation-direction: alternate;
}
.experience .site-bookmark-button:hover:after {
  animation: criss-cross-right 0.8s both;
  animation-direction: alternate;
}
@keyframes criss-cross-left {
  0% {
    left: -20px;
  }
  50% {
    left: 50%;
    width: 20px;
    height: 18px;
  }
  100% {
    left: 50%;
    width: 100%;
    height: 100%;
  }
}
@keyframes criss-cross-right {
  0% {
    right: -20px;
  }
  50% {
    right: 50%;
    width: 20px;
    height: 18px;
    border-radius: 50px;
  }
  100% {
    right: 50%;
    width: 100%;
    height: 100%;
    border-radius: 50px;
  }
}
.experience .site-bookmark-button .site-bookmark-button-icon {
  position: relative;
  top: 3px;
  padding: 0 0 0 3px;
}
.experience .site-bookmark-button .site-bookmark-button-icon:before {
  font-family: "site-icon" !important;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e917" !important;
  font-size: 20px;
}
.experience .site-bookmark-button.site-bookmark-display-button-remove .site-bookmark-button-icon:before {
  content: "\e918" !important;
}
.experience .site-button-secondary, .experience .site-search-wrapper .site-search-block.site-search-option2 .site-search-button, .site-search-wrapper .site-search-block.site-search-option2 .experience .site-search-button, .experience .site-primary-button {
  position: relative;
  display: inline-block;
  overflow: hidden;
  font-size: 18px;
  border: 1px solid #414141;
  color: #ffffff;
  text-decoration: none;
  border-radius: 50px;
  padding: 3px 50px 5px;
  background: #414141;
  transition: all ease 0.5s;
  line-height: 40px;
  text-decoration: none !important;
}
.experience .site-button-secondary span, .experience .site-search-wrapper .site-search-block.site-search-option2 .site-search-button span, .site-search-wrapper .site-search-block.site-search-option2 .experience .site-search-button span, .experience .site-primary-button span {
  position: relative;
  z-index: 10;
}
.experience .site-button-secondary:before, .experience .site-search-wrapper .site-search-block.site-search-option2 .site-search-button:before, .site-search-wrapper .site-search-block.site-search-option2 .experience .site-search-button:before, .experience .site-button-secondary:after, .experience .site-search-wrapper .site-search-block.site-search-option2 .site-search-button:after, .site-search-wrapper .site-search-block.site-search-option2 .experience .site-search-button:after, .experience .site-primary-button:before, .experience .site-primary-button:after {
  position: absolute;
  top: 50%;
  content: "";
  width: 20px;
  height: 18px;
  background-color: #ffffff;
  border-radius: 50%;
}
.experience .site-button-secondary:before, .experience .site-search-wrapper .site-search-block.site-search-option2 .site-search-button:before, .site-search-wrapper .site-search-block.site-search-option2 .experience .site-search-button:before, .experience .site-primary-button:before {
  left: -20px;
  transform: translate(-50%, -50%);
}
.experience .site-button-secondary:after, .experience .site-search-wrapper .site-search-block.site-search-option2 .site-search-button:after, .site-search-wrapper .site-search-block.site-search-option2 .experience .site-search-button:after, .experience .site-primary-button:after {
  right: -20px;
  transform: translate(50%, -50%);
}
.experience .site-button-secondary:hover, .experience .site-search-wrapper .site-search-block.site-search-option2 .site-search-button:hover, .site-search-wrapper .site-search-block.site-search-option2 .experience .site-search-button:hover, .experience .site-primary-button:hover {
  color: #414141 !important;
  border: 1px solid #414141;
  transition: all ease 1.2s;
}
.experience .site-button-secondary:hover span, .experience .site-search-wrapper .site-search-block.site-search-option2 .site-search-button:hover span, .site-search-wrapper .site-search-block.site-search-option2 .experience .site-search-button:hover span, .experience .site-primary-button:hover span {
  color: #414141 !important;
}
.experience .site-button-secondary:hover:before, .experience .site-search-wrapper .site-search-block.site-search-option2 .site-search-button:hover:before, .site-search-wrapper .site-search-block.site-search-option2 .experience .site-search-button:hover:before, .experience .site-primary-button:hover:before {
  animation: criss-cross-left 0.8s both;
  animation-direction: alternate;
}
.experience .site-button-secondary:hover:after, .experience .site-search-wrapper .site-search-block.site-search-option2 .site-search-button:hover:after, .site-search-wrapper .site-search-block.site-search-option2 .experience .site-search-button:hover:after, .experience .site-primary-button:hover:after {
  animation: criss-cross-right 0.8s both;
  animation-direction: alternate;
}
@keyframes criss-cross-left {
  0% {
    left: -20px;
  }
  50% {
    left: 50%;
    width: 20px;
    height: 18px;
  }
  100% {
    left: 50%;
    width: 100%;
    height: 100%;
  }
}
@keyframes criss-cross-right {
  0% {
    right: -20px;
  }
  50% {
    right: 50%;
    width: 20px;
    height: 18px;
    border-radius: 50px;
  }
  100% {
    right: 50%;
    width: 100%;
    height: 100%;
    border-radius: 50px;
  }
}
.experience .site-button-full-primary {
  position: relative;
  display: inline-block;
  overflow: hidden;
  font-size: 18px;
  border: 1px solid #FF2689;
  color: #ffffff;
  text-decoration: none;
  border-radius: 50px;
  padding: 3px 50px 5px;
  background: #FF2689;
  transition: all ease 0.5s;
  line-height: 40px;
  text-decoration: none !important;
  display: block;
  width: 100%;
  text-align: center;
}
.experience .site-button-full-primary span {
  position: relative;
  z-index: 10;
}
.experience .site-button-full-primary:before, .experience .site-button-full-primary:after {
  position: absolute;
  top: 50%;
  content: "";
  width: 20px;
  height: 18px;
  background-color: #ffffff;
  border-radius: 50%;
}
.experience .site-button-full-primary:before {
  left: -20px;
  transform: translate(-50%, -50%);
}
.experience .site-button-full-primary:after {
  right: -20px;
  transform: translate(50%, -50%);
}
.experience .site-button-full-primary:hover {
  color: #FF2689 !important;
  border: 1px solid #FF2689;
  transition: all ease 1.2s;
}
.experience .site-button-full-primary:hover span {
  color: #FF2689 !important;
}
.experience .site-button-full-primary:hover:before {
  animation: criss-cross-left 0.8s both;
  animation-direction: alternate;
}
.experience .site-button-full-primary:hover:after {
  animation: criss-cross-right 0.8s both;
  animation-direction: alternate;
}
@keyframes criss-cross-left {
  0% {
    left: -20px;
  }
  50% {
    left: 50%;
    width: 20px;
    height: 18px;
  }
  100% {
    left: 50%;
    width: 100%;
    height: 100%;
  }
}
@keyframes criss-cross-right {
  0% {
    right: -20px;
  }
  50% {
    right: 50%;
    width: 20px;
    height: 18px;
    border-radius: 50px;
  }
  100% {
    right: 50%;
    width: 100%;
    height: 100%;
    border-radius: 50px;
  }
}
.experience .site-button-full-secondary {
  position: relative;
  display: inline-block;
  overflow: hidden;
  font-size: 18px;
  border: 1px solid #414141;
  color: #ffffff;
  text-decoration: none;
  border-radius: 50px;
  padding: 3px 50px 5px;
  background: #414141;
  transition: all ease 0.5s;
  line-height: 40px;
  text-decoration: none !important;
  display: block;
  width: 100%;
  text-align: center;
}
.experience .site-button-full-secondary span {
  position: relative;
  z-index: 10;
}
.experience .site-button-full-secondary:before, .experience .site-button-full-secondary:after {
  position: absolute;
  top: 50%;
  content: "";
  width: 20px;
  height: 18px;
  background-color: #ffffff;
  border-radius: 50%;
}
.experience .site-button-full-secondary:before {
  left: -20px;
  transform: translate(-50%, -50%);
}
.experience .site-button-full-secondary:after {
  right: -20px;
  transform: translate(50%, -50%);
}
.experience .site-button-full-secondary:hover {
  color: #414141 !important;
  border: 1px solid #414141;
  transition: all ease 1.2s;
}
.experience .site-button-full-secondary:hover span {
  color: #414141 !important;
}
.experience .site-button-full-secondary:hover:before {
  animation: criss-cross-left 0.8s both;
  animation-direction: alternate;
}
.experience .site-button-full-secondary:hover:after {
  animation: criss-cross-right 0.8s both;
  animation-direction: alternate;
}
@keyframes criss-cross-left {
  0% {
    left: -20px;
  }
  50% {
    left: 50%;
    width: 20px;
    height: 18px;
  }
  100% {
    left: 50%;
    width: 100%;
    height: 100%;
  }
}
@keyframes criss-cross-right {
  0% {
    right: -20px;
  }
  50% {
    right: 50%;
    width: 20px;
    height: 18px;
    border-radius: 50px;
  }
  100% {
    right: 50%;
    width: 100%;
    height: 100%;
    border-radius: 50px;
  }
}
.experience .site-button-big-primary {
  position: relative;
  display: inline-block;
  overflow: hidden;
  font-size: 18px;
  border: 1px solid #FF2689;
  color: #ffffff;
  text-decoration: none;
  border-radius: 50px;
  padding: 3px 50px 5px;
  background: #FF2689;
  transition: all ease 0.5s;
  line-height: 40px;
  text-decoration: none !important;
  padding: 22px 50px 25px;
  font-size: 25px;
}
.experience .site-button-big-primary span {
  position: relative;
  z-index: 10;
}
.experience .site-button-big-primary:before, .experience .site-button-big-primary:after {
  position: absolute;
  top: 50%;
  content: "";
  width: 20px;
  height: 18px;
  background-color: #ffffff;
  border-radius: 50%;
}
.experience .site-button-big-primary:before {
  left: -20px;
  transform: translate(-50%, -50%);
}
.experience .site-button-big-primary:after {
  right: -20px;
  transform: translate(50%, -50%);
}
.experience .site-button-big-primary:hover {
  color: #FF2689 !important;
  border: 1px solid #FF2689;
  transition: all ease 1.2s;
}
.experience .site-button-big-primary:hover span {
  color: #FF2689 !important;
}
.experience .site-button-big-primary:hover:before {
  animation: criss-cross-left 0.8s both;
  animation-direction: alternate;
}
.experience .site-button-big-primary:hover:after {
  animation: criss-cross-right 0.8s both;
  animation-direction: alternate;
}
@keyframes criss-cross-left {
  0% {
    left: -20px;
  }
  50% {
    left: 50%;
    width: 20px;
    height: 18px;
  }
  100% {
    left: 50%;
    width: 100%;
    height: 100%;
  }
}
@keyframes criss-cross-right {
  0% {
    right: -20px;
  }
  50% {
    right: 50%;
    width: 20px;
    height: 18px;
    border-radius: 50px;
  }
  100% {
    right: 50%;
    width: 100%;
    height: 100%;
    border-radius: 50px;
  }
}
.experience .site-button-big-secondary {
  position: relative;
  display: inline-block;
  overflow: hidden;
  font-size: 18px;
  border: 1px solid #414141;
  color: #ffffff;
  text-decoration: none;
  border-radius: 50px;
  padding: 3px 50px 5px;
  background: #414141;
  transition: all ease 0.5s;
  line-height: 40px;
  text-decoration: none !important;
  padding: 22px 50px 25px;
  font-size: 25px;
}
.experience .site-button-big-secondary span {
  position: relative;
  z-index: 10;
}
.experience .site-button-big-secondary:before, .experience .site-button-big-secondary:after {
  position: absolute;
  top: 50%;
  content: "";
  width: 20px;
  height: 18px;
  background-color: #ffffff;
  border-radius: 50%;
}
.experience .site-button-big-secondary:before {
  left: -20px;
  transform: translate(-50%, -50%);
}
.experience .site-button-big-secondary:after {
  right: -20px;
  transform: translate(50%, -50%);
}
.experience .site-button-big-secondary:hover {
  color: #414141 !important;
  border: 1px solid #414141;
  transition: all ease 1.2s;
}
.experience .site-button-big-secondary:hover span {
  color: #414141 !important;
}
.experience .site-button-big-secondary:hover:before {
  animation: criss-cross-left 0.8s both;
  animation-direction: alternate;
}
.experience .site-button-big-secondary:hover:after {
  animation: criss-cross-right 0.8s both;
  animation-direction: alternate;
}
@keyframes criss-cross-left {
  0% {
    left: -20px;
  }
  50% {
    left: 50%;
    width: 20px;
    height: 18px;
  }
  100% {
    left: 50%;
    width: 100%;
    height: 100%;
  }
}
@keyframes criss-cross-right {
  0% {
    right: -20px;
  }
  50% {
    right: 50%;
    width: 20px;
    height: 18px;
    border-radius: 50px;
  }
  100% {
    right: 50%;
    width: 100%;
    height: 100%;
    border-radius: 50px;
  }
}
.experience .site-button-heart {
  position: relative;
  display: inline-block;
}
@media (max-width: 599px) {
  .experience .site-button-heart {
    margin: 0 0 10px;
  }
}
.experience .site-button-heart span {
  background: #FFF500;
  color: #000000;
  border-radius: 50px;
  padding: 3px 50px 5px;
  display: inline-block;
  line-height: 40px;
  position: relative;
  z-index: 2;
  border: 1px solid #FFF500;
}
.experience .site-button-heart .site-icon-heart {
  position: absolute;
  top: 0px;
  color: #FF2689;
  font-size: 25px;
  z-index: 0;
}
.experience .site-button-heart .site-icon-heart:nth-of-type(1) {
  left: calc(50% - 50px);
  scale: 1.1;
}
.experience .site-button-heart .site-icon-heart:nth-of-type(2) {
  left: calc(50% - 25px);
  animation-delay: 0.4s !important;
}
.experience .site-button-heart .site-icon-heart:nth-of-type(3) {
  left: 50%;
  animation-delay: 1s !important;
  scale: 1.2;
}
.experience .site-button-heart .site-icon-heart:nth-of-type(4) {
  left: calc(50% + 25px);
  animation-delay: 1.5s !important;
  scale: 1.2;
}
.experience .site-button-heart:hover span {
  background: #ffffff;
  border: 1px solid #000000;
}
.experience .site-button-heart:hover .site-icon-heart {
  animation: 1.5s linear heart normal;
}
@keyframes heart {
  0% {
    transform: rotate(10deg);
    opacity: 0;
  }
  25% {
    transform: rotate(-10deg);
    opacity: 1;
  }
  75% {
    transform: rotate(10deg);
    opacity: 0.5;
  }
  100% {
    transform: rotate(-10deg);
    opacity: 0;
    top: -130%;
  }
}
.experience .box {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--accent-color);
  color: #fff;
  border-radius: 50px;
  position: relative;
}
.experience .counter-container {
  padding: 30px;
}
.experience .cms-text-feature table tr {
  background: transparent;
}
.experience .cms-text-feature table tr th {
  background: #FF2689;
  color: #ffffff;
}
.experience .cms-text-feature table tr:nth-child(2n) {
  background: #f1f1f1;
}
@media (max-width: 599px) {
  .experience .cms-text-feature table tr:nth-child(2n) {
    background: none;
  }
}
@media (max-width: 599px) {
  .experience table.site-table-mobile > thead > tr > td p, .experience table.site-table-mobile > thead > tr > th p, .experience table.site-table-mobile > tbody > tr > td p, .experience table.site-table-mobile > tbody > tr > th p {
    margin: 0 0 20px !important;
  }
}
.experience table.site-table-no-scroll {
  display: table !important;
}
.experience table.site-table-mobile-stack {
  border-collapse: collapse;
  margin: 0 0 30px;
  padding: 0;
  width: 100%;
  table-layout: fixed;
  white-space: normal;
}
.experience table.site-table-mobile-stack tr {
  background-color: transparent;
  border: 1px solid #f1f1f1;
  padding: 5px;
}
.experience table.site-table-mobile-stack th,
.experience table.site-table-mobile-stack td {
  padding: 0.625em;
  text-align: center;
  word-wrap: break-word;
}
.experience table.site-table-mobile-stack th {
  text-transform: uppercase;
}
@media (max-width: 599px) {
  .experience table.site-table-mobile-stack {
    border-collapse: collapse;
    margin: 0;
    padding: 0;
    width: 100%;
    table-layout: fixed;
    display: table !important;
  }
  .experience table.site-table-mobile-stack caption {
    font-size: 1.3em;
  }
  .experience table.site-table-mobile-stack thead {
    border: none;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .experience table.site-table-mobile-stack tr {
    display: block;
    margin-bottom: 0.625em;
    background: none !important;
    border: 1px solid #414141;
  }
  .experience table.site-table-mobile-stack td {
    border: none;
    border-bottom: 1px solid #f1f1f1;
    display: block;
    text-align: right !important;
  }
  .experience table.site-table-mobile-stack td::before {
    /*
    * aria-label has no advantage, it won't be read inside a table
    content: attr(aria-label);
    */
    content: attr(data-label);
    float: left;
    font-weight: bold;
    text-transform: uppercase;
    color: #414141;
  }
  .experience table.site-table-mobile-stack td:last-child {
    border-bottom: 0;
  }
}
@media (max-width: 599px) {
  .experience table.site-table-row-border {
    width: 100% !important;
  }
}
.experience table.site-table-row-border tr {
  border-bottom: 1px solid #f1f1f1;
}
.experience table.site-table-row-border tr td h1, .experience table.site-table-row-border tr td h2, .experience table.site-table-row-border tr td h3, .experience table.site-table-row-border tr td h4, .experience table.site-table-row-border tr td h5, .experience table.site-table-row-border tr td h6, .experience table.site-table-row-border tr td p {
  margin: 0 !important;
}
@media (max-width: 599px) {
  .experience table.site-table-row-border.site-table-mobile > thead > tr > td h1, .experience table.site-table-row-border.site-table-mobile > thead > tr > td h2, .experience table.site-table-row-border.site-table-mobile > thead > tr > td h3, .experience table.site-table-row-border.site-table-mobile > thead > tr > td h4, .experience table.site-table-row-border.site-table-mobile > thead > tr > td h5, .experience table.site-table-row-border.site-table-mobile > thead > tr > td h6, .experience table.site-table-row-border.site-table-mobile > thead > tr > td p, .experience table.site-table-row-border.site-table-mobile > thead > tr > th h1, .experience table.site-table-row-border.site-table-mobile > thead > tr > th h2, .experience table.site-table-row-border.site-table-mobile > thead > tr > th h3, .experience table.site-table-row-border.site-table-mobile > thead > tr > th h4, .experience table.site-table-row-border.site-table-mobile > thead > tr > th h5, .experience table.site-table-row-border.site-table-mobile > thead > tr > th h6, .experience table.site-table-row-border.site-table-mobile > thead > tr > th p, .experience table.site-table-row-border.site-table-mobile > tbody > tr > td h1, .experience table.site-table-row-border.site-table-mobile > tbody > tr > td h2, .experience table.site-table-row-border.site-table-mobile > tbody > tr > td h3, .experience table.site-table-row-border.site-table-mobile > tbody > tr > td h4, .experience table.site-table-row-border.site-table-mobile > tbody > tr > td h5, .experience table.site-table-row-border.site-table-mobile > tbody > tr > td h6, .experience table.site-table-row-border.site-table-mobile > tbody > tr > td p, .experience table.site-table-row-border.site-table-mobile > tbody > tr > th h1, .experience table.site-table-row-border.site-table-mobile > tbody > tr > th h2, .experience table.site-table-row-border.site-table-mobile > tbody > tr > th h3, .experience table.site-table-row-border.site-table-mobile > tbody > tr > th h4, .experience table.site-table-row-border.site-table-mobile > tbody > tr > th h5, .experience table.site-table-row-border.site-table-mobile > tbody > tr > th h6, .experience table.site-table-row-border.site-table-mobile > tbody > tr > th p {
    margin: 0 !important;
  }
}
.experience .site-breadcrumbs-wrapper {
  background: #f9f9f9;
  padding: 15px 0;
  border-bottom: 1px solid #dfdfdf;
  color: #414141;
  margin: 0 0 20px;
}
.experience .site-breadcrumbs-wrapper .site-breadcrumbs-item {
  display: inline-block;
  padding: 0 30px 0 0;
  position: relative;
}
.experience .site-breadcrumbs-wrapper .site-breadcrumbs-item:after {
  font-family: "site-icon" !important;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e909" !important;
  font-size: 25px;
  position: absolute;
  right: 0;
  top: 0;
}
.experience .site-breadcrumbs-wrapper .site-breadcrumbs-item.site-breadcrumbs-active:after {
  display: none;
}
.experience .site-breadcrumbs-wrapper .site-breadcrumbs-item a.site-breadcrumbs-link {
  color: #FF2689;
  position: relative;
}
.experience .site-breadcrumbs-wrapper .site-breadcrumbs-item a.site-breadcrumbs-link::after {
  content: "";
  width: 0;
  position: absolute;
  height: 2px;
  background: #ffffff;
  left: 0;
  bottom: -5px;
  transition: all ease 0.5s;
}
.experience .site-breadcrumbs-wrapper .site-breadcrumbs-item a.site-breadcrumbs-link:hover:after {
  width: 100%;
}
@media (max-width: 1299px) {
  .experience .site-menu-toggle {
    display: block;
  }
  .experience .site-navigation-wrapper {
    position: fixed;
    background: #000000;
    z-index: 1000;
    right: -100%;
    top: 110px;
    width: 300px;
    transition: all ease 0.5s;
    opacity: 0;
    visibility: hidden;
    height: calc(100vh - 110px);
  }
  .experience .site-navigation-wrapper.site-navigation-wrapper-active {
    right: 0;
    opacity: 1;
    visibility: visible;
    overflow: scroll;
    width: 400px;
  }
}
@media (max-width: 1299px) and (max-width: 599px) {
  .experience .site-navigation-wrapper.site-navigation-wrapper-active {
    width: 100%;
  }
}
@media (max-width: 1299px) {
  .experience .site-navigation-wrapper ul.site-nav-block {
    padding: 10px 20px;
  }
  .experience .site-navigation-wrapper ul.site-nav-block > li {
    border-bottom: 1px solid #ffffff;
    margin: 0 0 10px;
    padding: 0 0 10px;
  }
  .experience .site-navigation-wrapper ul.site-nav-block > li > a {
    color: #ffffff;
    position: relative;
    padding: 0;
  }
  .experience .site-navigation-wrapper ul.site-nav-block > li.site-nav-active > a {
    color: #FFF500;
    font-weight: bold;
  }
  .experience .site-navigation-wrapper ul.site-nav-block li {
    display: block;
    position: relative;
  }
  .experience .site-navigation-wrapper ul.site-nav-block li .site-nav-linktext.site-nav-expand {
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    color: #ffffff;
  }
  .experience .site-navigation-wrapper ul.site-nav-block li .site-nav-linktext.site-nav-expand:before {
    font-family: "site-icon" !important;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\e909" !important;
    font-size: 30px;
    display: block;
    transition: all ease 0.5s;
  }
  .experience .site-navigation-wrapper ul.site-nav-block li .site-nav-linktext.site-nav-expand-active:before {
    transform: rotate(90deg);
  }
  .experience .site-navigation-wrapper ul.site-nav-block li .site-subnav-wrapper {
    overflow: hidden;
    max-height: 0;
    transition: all ease 0.5s;
  }
  .experience .site-navigation-wrapper ul.site-nav-block li .site-subnav-wrapper-active {
    max-height: 1000px;
  }
  .experience .site-navigation-wrapper ul.site-nav-block li .site-subnav-wrapper .site-subnav-block {
    padding: 10px 0 0;
  }
  .experience .site-navigation-wrapper ul.site-nav-block li .site-subnav-wrapper .site-subnav-block li {
    padding: 0 20px 10px;
    text-transform: none;
  }
  .experience .site-navigation-wrapper ul.site-nav-block li .site-subnav-wrapper .site-subnav-block li a {
    color: #ffffff;
  }
  .experience .site-navigation-wrapper ul.site-nav-block li .site-subnav-wrapper .site-subnav-block li a:hover {
    color: #000000;
  }
  .experience .site-navigation-wrapper ul.site-nav-block li .site-subnav-wrapper .site-subnav-block li.site-subnav-active > a {
    color: #ffffff;
    font-weight: bold;
  }
}
.experience blockquote, .experience q {
  padding: 85px 75px;
  position: relative;
  margin: 80px 0 !important;
  border-radius: 20px;
  text-align: left;
  font-size: 18px !important;
  line-height: 30px !important;
}
@media (max-width: 599px) {
  .experience blockquote, .experience q {
    padding: 40px 20px;
  }
}
.experience blockquote:after, .experience q:after {
  font-family: "site-icon" !important;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e903" !important;
  display: block;
  position: absolute;
  background-size: 100%;
  top: -20px;
  left: 75px;
  font-size: 70px;
  color: #000000;
}
@media (max-width: 599px) {
  .experience blockquote:after, .experience q:after {
    left: 25px;
    font-size: 50px;
  }
}
.experience blockquote:before, .experience q:before {
  font-family: "site-icon" !important;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e919" !important;
  display: block;
  position: absolute;
  background-size: 100%;
  bottom: -20px;
  right: 75px;
  font-size: 70px;
  color: #000000;
}
@media (max-width: 599px) {
  .experience blockquote:before, .experience q:before {
    right: 25px;
    font-size: 50px;
  }
}
.experience q {
  border: 5px solid #000000;
  color: #000000;
}
.experience q:after, .experience q:before {
  color: #FF2689;
}
.experience blockquote {
  background: #FF2689;
  color: #ffffff;
}
.experience .cms-text-feature .cms-text-feature-data {
  line-height: normal;
}
.experience .cms-text-feature .cms-text-feature-data p {
  line-height: 30px;
  font-size: 18px;
  margin: 0 0 20px;
}
.experience .cms-text-feature .cms-text-feature-data p:last-child {
  margin: 0;
}
.experience .cms-text-feature .cms-text-feature-data q, .experience .cms-text-feature .cms-text-feature-data blockquote {
  text-align: left;
}
.experience .cms-text-feature .cms-text-feature-data ul, .experience .cms-text-feature .cms-text-feature-data ol {
  list-style-position: outside;
}
.experience .cms-text-feature .cms-text-feature-data ul li, .experience .cms-text-feature .cms-text-feature-data ol li {
  line-height: 30px;
  font-size: 18px;
  margin: 0 0 20px;
}
.experience .cms-text-feature .cms-text-feature-data ul li:last-child, .experience .cms-text-feature .cms-text-feature-data ol li:last-child {
  margin: 0;
}
.experience .cms-text-feature .cms-text-feature-data ol {
  list-style: none;
  counter-reset: li;
}
.experience .cms-text-feature .cms-text-feature-data ol li {
  position: relative;
  counter-increment: li;
  padding: 0 0 0 12px;
}
.experience .cms-text-feature .cms-text-feature-data ol li::before {
  content: counter(li);
  color: #FF2689;
  font-size: 20px;
  position: absolute;
  left: -20px;
  top: 0px;
  width: 17px;
  text-align: left;
}
.experience .cms-text-feature .cms-text-feature-data ul li {
  list-style: none;
  position: relative;
  padding: 0 0 0 12px;
}
.experience .cms-text-feature .cms-text-feature-data ul li:before {
  content: "";
  width: 20px;
  height: 18px;
  background: #FF2689;
  border-radius: 100%;
  position: absolute;
  left: -20px;
  top: 10px;
  transform: rotate(-30deg);
}
.experience .cms-text-feature .cms-text-feature-data hr {
  margin: 30px 0 20px;
}
.experience .cms-text-feature .cms-text-feature-data a1 {
  color: #FF2689;
}
.experience .cms-text-feature .cms-text-feature-data a1.no-link-style {
  border-bottom: none !important;
  color: #FF2689;
}
.experience .cms-text-feature .cms-text-feature-data a1.no-link-style:hover {
  color: #414141;
}
.experience .cms-text-feature .cms-text-feature-data a1:hover {
  color: #414141;
  border-bottom: 1px solid #414141;
}
.experience body.cms-page-is-in-edit-mode .cms-feature-wrapper {
  position: relative;
}
.experience body.cms-page-is-in-edit-mode .cms-feature-wrapper .site-feature-detail {
  position: absolute;
  background: #ffffff;
  color: #ffffff;
  height: 30px;
  line-height: 30px;
  text-align: center;
  top: 0;
  right: 0;
  display: flex;
  padding: 0 10px;
  font-size: 18px;
}
.experience body.cms-page-is-in-edit-mode .cms-feature-wrapper .site-feature-detail .site-feature-count {
  margin: 0 10px 0 0;
  position: relative;
  padding: 0 12px 0 0;
}
.experience body.cms-page-is-in-edit-mode .cms-feature-wrapper .site-feature-detail .site-feature-count:before {
  content: "";
  background: #FF2689;
  height: 4px;
  width: 4px;
  border-radius: 100%;
  display: inline-block;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 0;
}
.experience body.cms-page-is-in-edit-mode .cms-feature-wrapper .site-feature-detail .site-feature-row {
  margin: 0 0 0 10px;
  position: relative;
  padding: 0 0 0 12px;
}
.experience body.cms-page-is-in-edit-mode .cms-feature-wrapper .site-feature-detail .site-feature-row:before {
  content: "";
  background: #FF2689;
  height: 4px;
  width: 4px;
  border-radius: 100%;
  display: inline-block;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  left: 0;
}
.experience body.cms-page-is-in-edit-mode .site-row-container {
  position: relative;
}
.experience body.cms-page-is-in-edit-mode .site-row-container:after {
  content: "New Row";
  display: block;
  margin: 40px 0;
  position: relative;
  position: absolute;
  top: 27px;
  left: 0;
  right: 0;
  width: 100px;
  margin: 0 auto;
  background: #ffffff;
  padding: 5px 10px;
  text-align: center;
  font-size: 18px;
  color: #FF2689;
}
.experience body.cms-page-is-in-edit-mode .site-row-container:before {
  content: "";
  display: block;
  height: 2px;
  width: 100%;
  background: #dfdfdf;
  margin: 40px 0;
}
.experience .site-color-text {
  color: #414141 !important;
}
.experience .site-color-text-wrapper .cms-feature-title {
  color: #414141 !important;
}
.experience .site-color-primary {
  color: #FF2689 !important;
}
.experience .site-color-primary-wrapper .cms-feature-title {
  color: #FF2689 !important;
}
.experience .site-color-secondary {
  color: #ffffff !important;
}
.experience .site-color-secondary-wrapper .cms-feature-title {
  color: #ffffff !important;
}
.experience .site-color-light {
  color: #f1f1f1 !important;
}
.experience .site-color-light-wrapper .cms-feature-title {
  color: #f1f1f1 !important;
}
.experience .site-color-black {
  color: #000000 !important;
}
.experience .site-color-black * {
  color: #000000 !important;
}
.experience .site-color-black-wrapper .cms-feature-title {
  color: #000000 !important;
}
.experience .site-color-black-wrapper .cms-feature-title * {
  color: #000000 !important;
}
.experience .site-color-white {
  color: #ffffff !important;
}
.experience .site-color-white var {
  color: #ffffff;
}
.experience .site-color-white *:not(var):not(var *) {
  color: #ffffff !important;
}
.experience .site-color-white *:not(var):not(var *).site-button-secondary:hover, .experience .site-color-white .site-search-wrapper .site-search-block.site-search-option2 *.site-search-button:not(var):not(var *):hover, .site-search-wrapper .site-search-block.site-search-option2 .experience .site-color-white *.site-search-button:not(var):not(var *):hover {
  color: #414141 !important;
}
.experience .site-color-white *:not(var):not(var *).site-button-secondary:hover span, .experience .site-color-white .site-search-wrapper .site-search-block.site-search-option2 *.site-search-button:not(var):not(var *):hover span, .site-search-wrapper .site-search-block.site-search-option2 .experience .site-color-white *.site-search-button:not(var):not(var *):hover span {
  color: #414141 !important;
}
.experience .site-color-white-wrapper .cms-feature-title {
  color: #ffffff !important;
}
.experience .site-bg-text, .experience .site-bg-text-wrapper, .experience .site-bg .cms-feature-title {
  background: #414141 !important;
}
.experience .site-bg-primary, .experience .site-bg-primary-wrapper, .experience .site-bg .cms-feature-title {
  background: #FF2689 !important;
}
.experience .site-bg-secondary, .experience .site-bg-secondary-wrapper, .experience .site-bg .cms-feature-title {
  background: #ffffff !important;
}
.experience .site-bg-light, .experience .site-bg-light-wrapper, .experience .site-bg .cms-feature-title {
  background: #dfdfdf !important;
}
.experience .site-bg-black, .experience .site-bg-black-wrapper, .experience .site-bg .cms-feature-title {
  background: #000000 !important;
}
.experience .site-bg-white, .experience .site-bg-white-wrapper, .experience .site-bg .cms-feature-title {
  background: #ffffff !important;
}
.experience .border-color-primary {
  border-color: #FF2689;
}
.experience .border-color-secondary {
  border-color: #ffffff;
}
.experience .border-color-tertiary {
  border-color: #414141;
}
.experience .border-color-white {
  border-color: #ffffff;
}
.experience .border-color-light {
  border-color: #f1f1f1;
}
.experience .border-color-black {
  border-color: #000000;
}
.experience .border-bg-primary {
  background: #FF2689;
}
.experience .border-bg-secondary {
  background: #ffffff;
}
.experience .border-bg-tertiary {
  background: #414141;
}
.experience .border-bg-white {
  background: #ffffff;
}
.experience .border-bg-light {
  background: #f1f1f1;
}
.experience .border-bg-black {
  background: #000000;
}
.experience .site-navigation-wrapper #site-navigation ul.site-nav-block > li.custom-nav-vm-home-css {
  display: none !important;
}
@media (min-width: 1300px) {
  .experience .site-navigation-wrapper #site-navigation ul.site-nav-block {
    position: relative;
    margin: 0 20px 0 0;
  }
  .experience .site-navigation-wrapper #site-navigation ul.site-nav-block > li {
    margin: 0 25px 0 0;
    display: inline-block;
  }
  .experience .site-navigation-wrapper #site-navigation ul.site-nav-block > li.custom-nav-vm-home-css {
    display: none !important;
  }
  .experience .site-navigation-wrapper #site-navigation ul.site-nav-block > li > a {
    font-size: 16px;
    font-weight: bold;
    color: #414141;
    display: block;
    letter-spacing: 0.5px;
    position: relative;
  }
  .experience .site-navigation-wrapper #site-navigation ul.site-nav-block > li > a:before {
    background: #FF2689;
    content: "";
    display: block;
    height: 1px;
    width: 0%;
    top: 0;
    left: 0;
    position: absolute;
    transition: all ease 0.5s;
  }
  .experience .site-navigation-wrapper #site-navigation ul.site-nav-block > li > a:after {
    background: #FF2689;
    content: "";
    display: block;
    height: 1px;
    width: 0%;
    bottom: -3px;
    right: 0;
    position: absolute;
    transition: all ease 0.5s;
  }
  .experience .site-navigation-wrapper #site-navigation ul.site-nav-block > li > a:hover {
    color: #FF2689;
  }
  .experience .site-navigation-wrapper #site-navigation ul.site-nav-block > li > a:hover:before, .experience .site-navigation-wrapper #site-navigation ul.site-nav-block > li > a:hover:after {
    width: 100%;
  }
  .experience .site-navigation-wrapper #site-navigation ul.site-nav-block > li:hover > .site-subnav-wrapper {
    display: block;
  }
  .experience .site-navigation-wrapper #site-navigation ul.site-nav-block > li.site-nav-active a, .experience .site-navigation-wrapper #site-navigation ul.site-nav-block > li.site-nav-active-parent a {
    color: #FF2689;
  }
  .experience .site-navigation-wrapper #site-navigation ul.site-nav-block > li.site-nav-active a:before, .experience .site-navigation-wrapper #site-navigation ul.site-nav-block > li.site-nav-active a:after, .experience .site-navigation-wrapper #site-navigation ul.site-nav-block > li.site-nav-active-parent a:before, .experience .site-navigation-wrapper #site-navigation ul.site-nav-block > li.site-nav-active-parent a:after {
    width: 100%;
  }
  .experience .site-navigation-wrapper #site-navigation ul.site-nav-block .site-subnav-wrapper {
    display: none;
    position: absolute;
    background: #FF2689;
    z-index: 1000;
    padding: 10px 20px;
    top: 100%;
    min-width: 130px;
  }
  .experience .site-navigation-wrapper #site-navigation ul.site-nav-block .site-subnav-wrapper ul.site-subnav-block li {
    display: block;
    margin: 0 0 5px;
  }
  .experience .site-navigation-wrapper #site-navigation ul.site-nav-block .site-subnav-wrapper ul.site-subnav-block li a {
    color: #ffffff;
    font-size: 14px;
    position: relative;
    display: block;
  }
  .experience .site-navigation-wrapper #site-navigation ul.site-nav-block .site-subnav-wrapper ul.site-subnav-block li a:before {
    content: "";
    display: block;
    position: absolute;
    background: #ffffff;
    height: 1px;
    width: 0%;
    bottom: 0;
    transition: all ease 0.5s;
  }
  .experience .site-navigation-wrapper #site-navigation ul.site-nav-block .site-subnav-wrapper ul.site-subnav-block li:hover a:before, .experience .site-navigation-wrapper #site-navigation ul.site-nav-block .site-subnav-wrapper ul.site-subnav-block li.site-subnav-active a:before {
    width: 100%;
  }
  .experience .site-navigation-wrapper #site-navigation .site-nav-linktext, .experience .site-navigation-wrapper #site-navigation .site-nav-linktext {
    display: none;
  }
  .experience .site-menu-toggle {
    display: none;
  }
}
.experience #site-footer {
  background: #FF2689;
  padding: 100px 0 40px;
  clear: both;
  position: relative;
}
@media (max-width: 799px) {
  .experience #site-footer {
    padding: 100px 0 0;
  }
}
@media (max-width: 799px) {
  .experience #site-footer .site-container {
    padding: 0;
  }
}
.experience #site-footer .cms-feature-datablock {
  color: #ffffff !important;
}
.experience #site-footer .cms-feature-datablock *:not(.site-button-secondary):not(.site-button-secondary span):not(.site-search-wrapper .site-search-block.site-search-option2 .site-search-button span) {
  color: #ffffff !important;
}
.experience #site-footer .site-footer-block {
  display: flex;
  justify-content: space-between;
  position: relative;
  color: #000000;
  padding: 0 20px;
  z-index: 100;
}
@media (max-width: 399px) {
  .experience #site-footer .site-footer-block {
    display: block;
    text-align: center;
  }
}
.experience #site-footer .site-footer-block .site-footer-logo {
  width: 60%;
}
@media (max-width: 1499px) {
  .experience #site-footer .site-footer-block .site-footer-logo {
    width: 75%;
  }
}
@media (max-width: 1099px) {
  .experience #site-footer .site-footer-block .site-footer-logo {
    width: 100%;
  }
}
.experience #site-footer .site-footer-block .site-footer-logo h1, .experience #site-footer .site-footer-block .site-footer-logo h2, .experience #site-footer .site-footer-block .site-footer-logo h3, .experience #site-footer .site-footer-block .site-footer-logo h4, .experience #site-footer .site-footer-block .site-footer-logo h5, .experience #site-footer .site-footer-block .site-footer-logo h6 {
  margin: 0 0 20px;
}
.experience #site-footer .site-footer-block .site-footer-logo #site-footer-logo {
  display: flex;
}
@media (max-width: 999px) {
  .experience #site-footer .site-footer-block .site-footer-logo #site-footer-logo {
    display: block;
  }
}
.experience #site-footer .site-footer-block .site-footer-logo #site-footer-logo .site-footer-desc-wrapper {
  flex: 0 0 calc(100% - 300px);
  max-width: calc(100% - 300px);
}
@media (max-width: 999px) {
  .experience #site-footer .site-footer-block .site-footer-logo #site-footer-logo .site-footer-desc-wrapper {
    width: 100%;
    max-width: none;
  }
}
.experience #site-footer .site-footer-block .site-footer-logo #site-footer-logo .site-footer-desc-wrapper .site-button-secondary, .experience #site-footer .site-footer-block .site-footer-logo #site-footer-logo .site-footer-desc-wrapper .site-search-wrapper .site-search-block.site-search-option2 .site-search-button, .site-search-wrapper .site-search-block.site-search-option2 .experience #site-footer .site-footer-block .site-footer-logo #site-footer-logo .site-footer-desc-wrapper .site-search-button {
  padding: 3px 20px 5px;
}
.experience #site-footer .site-footer-block .site-footer-logo table tr:nth-child(2n) {
  background: none !important;
}
.experience #site-footer .site-footer-block .site-footer-logo table tr td {
  border: none;
}
.experience #site-footer .site-footer-block .site-footer-logo table tr ul {
  padding: 0;
}
.experience #site-footer .site-footer-block .site-footer-logo table tr ul li {
  padding: 0;
  font-size: 16px;
  line-height: 28px;
  margin: 0;
}
.experience #site-footer .site-footer-block .site-footer-logo table tr ul li a {
  position: relative;
  text-decoration: none;
  margin: 0 0 5px;
  display: inline-block;
}
.experience #site-footer .site-footer-block .site-footer-logo table tr ul li a:after {
  position: absolute;
  content: "";
  display: block;
  background: #ffffff;
  width: 100%;
  height: 1px;
  transition: all ease 0.7s;
  bottom: 1px;
  left: 0;
}
.experience #site-footer .site-footer-block .site-footer-logo table tr ul li a:hover:after {
  width: 0%;
}
.experience #site-footer .site-footer-block .site-footer-logo table tr ul li a.custom-link-active {
  font-weight: bold;
}
.experience #site-footer .site-footer-block .site-footer-logo table tr ul li::before {
  display: none !important;
}
.experience #site-footer .site-footer-right {
  position: absolute;
  bottom: 0;
  right: 0;
}
@media (max-width: 999px) {
  .experience #site-footer .site-footer-right {
    position: static;
    display: none;
  }
}
@media (max-width: 599px) {
  .experience #site-footer .site-footer-right {
    display: block;
  }
}
.experience #site-footer .site-footer-right .site-footer-image img {
  width: 80% !important;
}
@media (max-width: 1499px) {
  .experience #site-footer .site-footer-right .site-footer-image img {
    width: 75% !important;
  }
}
@media (max-width: 1299px) {
  .experience #site-footer .site-footer-right .site-footer-image img {
    width: 60% !important;
  }
}
@media (max-width: 799px) {
  .experience #site-footer .site-footer-right .site-footer-image img {
    width: 100% !important;
  }
}
.experience a {
  color: #FF2689;
}
.experience a:hover, .experience a:focus {
  color: #414141;
}
.experience .cms-feature-datablock a {
  text-decoration: underline;
}
.experience hr {
  margin: 0 auto 10px;
  border-top: 1px solid #FF2689 !important;
}
.experience var {
  background: #FF2689;
  padding: 15px 40px;
  text-transform: uppercase;
  font-style: normal;
  font-weight: bold;
  letter-spacing: -2.5px;
  font-size: 40px;
  color: #ffffff;
  display: inline-block;
  box-shadow: 8px 14px 17px -7px rgba(0, 0, 0, 0.5);
  line-height: 30px;
  font-family: "brother-1816", sans-serif;
}
@media (max-width: 1299px) {
  .experience var {
    line-height: 40px;
  }
}
@media (max-width: 599px) {
  .experience var {
    font-size: 20px;
    line-height: 20px;
    letter-spacing: -1.5px;
    padding: 10px 30px;
  }
}
.experience .site-posted-block {
  font-size: 16px;
  color: #000000;
  position: relative;
  padding: 0 0 0 60px;
  height: 50px;
  line-height: 50px;
  margin: 0;
}
.experience .site-posted-block:before {
  display: block;
  height: 40px;
  width: 40px;
  border-radius: 100%;
  background: #FF2689;
  color: #ffffff;
  position: absolute;
  left: 2px;
  top: 0;
  font-family: "gelato-luxe";
  font-size: 33px;
  text-align: center;
  line-height: 32px;
  font-weight: bold;
  animation: postedby 2s infinite;
  bottom: 0;
  margin: auto;
}
.experience .site-posted-block a {
  border-bottom: 1px solid;
  color: #000000;
  text-decoration: none;
}
@keyframes postedby {
  from, to {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
  }
}
.experience .site-slider .slick-dots {
  bottom: 40px;
  z-index: 10;
}
.experience .site-slider .slick-dots li {
  padding: 0;
  height: 15px;
  width: 15px;
  margin: 0 5px;
}
.experience .site-slider .slick-dots li button {
  padding: 0;
  height: 15px;
  width: 15px;
}
.experience .site-slider .slick-dots li button:before {
  height: 15px;
  width: 15px;
  background: none;
  border: 1px solid #ffffff;
}
.experience .site-slider .slick-dots li.slick-active button:before {
  background: #FF2689;
  border: 1px solid #ffffff;
}
.experience .slick-arrow {
  width: 54px !important;
  height: 54px !important;
  padding: 0 !important;
}
@media (max-width: 599px) {
  .experience .slick-arrow {
    width: 40px !important;
    height: 40px !important;
    top: 50% !important;
  }
}
.experience .slick-arrow:before {
  font-family: "site-icon" !important;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e908" !important;
  border: 2px solid #FF2689 !important;
  color: #FF2689 !important;
  background: #ffffff !important;
  border-radius: 100%;
  line-height: 47px !important;
  font-size: 35px !important;
}
@media (max-width: 599px) {
  .experience .slick-arrow:before {
    line-height: 35px !important;
    font-size: 30px !important;
  }
}
.experience .slick-arrow:hover::before {
  background: #FF2689 !important;
  color: #ffffff !important;
}
.experience .slick-arrow.slick-next {
  right: -80px !important;
}
@media (max-width: 1499px) {
  .experience .slick-arrow.slick-next {
    right: -50px !important;
  }
}
@media (max-width: 599px) {
  .experience .slick-arrow.slick-next {
    right: 40px !important;
  }
}
.experience .slick-arrow.slick-next::before {
  transform: rotate(180deg) !important;
}
.experience .slick-arrow.slick-prev {
  left: -80px !important;
}
@media (max-width: 1499px) {
  .experience .slick-arrow.slick-prev {
    left: -50px !important;
  }
}
@media (max-width: 599px) {
  .experience .slick-arrow.slick-prev {
    left: 40px !important;
  }
}
.experience .slick-arrow.slick-prev::before {
  transform: rotate(0deg) !important;
}
.experience .mfp-arrow {
  background: #FF2689;
  color: #ffffff;
  border: 1px solid #FF2689;
  border-radius: 100%;
}
.experience .mfp-arrow:after {
  color: #ffffff;
  font-size: 40px;
  line-height: 45px;
}
.experience .mfp-arrow:hover {
  background: #ffffff;
  color: #FF2689;
  border: 1px solid #ffffff;
}
.experience .mfp-arrow:hover:after {
  color: #FF2689;
}
.experience .mfp-arrow.mfp-arrow-left:after {
  font-family: "site-icon" !important;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e908" !important;
}
.experience .mfp-arrow.mfp-arrow-right:after {
  font-family: "site-icon" !important;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e909" !important;
}
.experience .mfp-image-holder .mfp-content .mfp-close {
  background: #FF2689;
  color: #ffffff;
  border: 1px solid #FF2689;
  border-radius: 100%;
}
.experience .mfp-image-holder .mfp-content .mfp-close:after {
  color: #ffffff;
  font-size: 15px;
}
.experience .mfp-image-holder .mfp-content .mfp-close:hover {
  background: #ffffff;
  color: #FF2689;
  border: 1px solid #ffffff;
}
.experience .mfp-image-holder .mfp-content .mfp-close:hover:after {
  color: #FF2689;
}
.experience .site-thumbnail-block .site-thumbnail-link {
  border: 2px solid transparent;
  transition: all ease 0.8s;
  border-radius: 20px;
}
.experience .site-thumbnail-block .site-thumbnail-link .site-icon-search {
  border-radius: 0 0 20px 0;
}
.experience .site-thumbnail-block:hover .site-thumbnail-link {
  border: 2px solid #FF2689;
}
.experience .cms-gallery-feature.site-slider-tab-wrapper .site-slider-tab-list .site-slide {
  cursor: pointer;
}
.experience .cms-gallery-feature.site-slider-tab-wrapper .site-slider-tab-list .site-slide .site-slider-image {
  transition: all ease 0.8s;
  border-radius: 20px;
  border: 2px solid transparent;
}
.experience .cms-gallery-feature.site-slider-tab-wrapper .site-slider-tab-list .site-slide.slick-current .site-slider-image, .experience .cms-gallery-feature.site-slider-tab-wrapper .site-slider-tab-list .site-slide:hover .site-slider-image {
  border: 2px solid #FF2689;
}
.experience .cms-gallery-feature.site-thumbnail-list-wrapper .site-thumbnail-video-popup .site-thumbnail-block .site-thumbnail-data {
  display: block;
  overflow: hidden;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  left: 0;
  right: 0;
}
.experience .cms-gallery-feature.site-thumbnail-list-wrapper .site-thumbnail-video-popup .site-thumbnail-block .site-thumbnail-data .site-thumbnail-desc {
  left: 0;
  width: 96%;
  height: 96%;
  margin: auto;
  top: 0;
  right: 0;
}
.experience .cms-gallery-feature.site-thumbnail-list-wrapper .site-thumbnail-video-popup .site-thumbnail-block .site-thumbnail-data .site-thumbnail-desc a.video-popup-button {
  position: relative;
  width: 90px;
  height: 90px;
  display: block;
  margin: auto;
  position: absolute;
}
.experience .cms-gallery-feature.site-thumbnail-list-wrapper .site-thumbnail-video-popup .site-thumbnail-block .site-thumbnail-data .site-thumbnail-desc a.video-popup-button::after {
  font-family: "site-icon" !important;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e90d" !important;
  background: #ffffff;
  width: 90px;
  height: 90px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  color: #FF2689;
  font-size: 40px;
}
.experience .site-custom-hero-long-text-wrapper .site-slider .site-slick-wrapper .slick-list .site-slide .site-slider-caption .site-slider-caption-block .site-container .site-slider-capton-data {
  max-width: 750px !important;
}
.experience .site-custom-hero-full-text-wrapper .site-slider .site-slick-wrapper .slick-list .site-slide .site-slider-caption .site-slider-caption-block .site-container .site-slider-capton-data {
  max-width: 100% !important;
}
.experience .site-custom-hero-wrapper {
  margin: 40px 0 0;
}
@media (max-width: 599px) {
  .experience .site-custom-hero-wrapper {
    margin: 0;
  }
}
.experience .site-custom-hero-wrapper .site-slider .site-slick-wrapper .slick-list {
  overflow: visible;
}
@media (max-width: 599px) {
  .experience .site-custom-hero-wrapper .site-slider .site-slick-wrapper .slick-list .site-slide {
    display: flex !important;
    flex-wrap: wrap;
  }
  .experience .site-custom-hero-wrapper .site-slider .site-slick-wrapper .slick-list .site-slide .site-slider-caption {
    order: 0;
    transform: none;
    position: static;
    padding: 50px 0;
  }
  .experience .site-custom-hero-wrapper .site-slider .site-slick-wrapper .slick-list .site-slide .site-slider-image-block {
    order: 1;
    margin: auto;
  }
}
@media (min-width: 600px) {
  .experience .site-custom-hero-wrapper .site-slider .site-slick-wrapper .slick-list .site-slide .site-slider-image-block {
    padding: 0 5%;
  }
  .experience .site-custom-hero-wrapper .site-slider .site-slick-wrapper .slick-list .site-slide .site-slider-image-block .site-slider-image {
    width: auto;
    height: 100%;
    object-fit: contain;
    float: right;
    margin: -50px 0 0;
  }
}
.experience .site-custom-hero-wrapper .site-slider .site-slick-wrapper .slick-list .site-slide .site-slider-image-block:after {
  background: none !important;
}
.experience .site-custom-hero-wrapper .site-slider .site-slick-wrapper .slick-list .site-slide .site-slider-caption {
  background: none;
  left: 0;
  right: 0;
}
.experience .site-custom-hero-wrapper .site-slider .site-slick-wrapper .slick-list .site-slide .site-slider-caption .site-slider-caption-block .site-container {
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 20px;
  width: 100%;
}
.experience .site-custom-hero-wrapper .site-slider .site-slick-wrapper .slick-list .site-slide .site-slider-caption .site-slider-caption-block .site-container .site-slider-capton-data {
  max-width: 640px;
  width: 100%;
  margin: 0;
  text-align: left;
}
@media (max-width: 599px) {
  .experience .site-custom-hero-wrapper .site-slider .site-slick-wrapper .slick-list .site-slide .site-slider-caption .site-slider-caption-block .site-container .site-slider-capton-data {
    text-align: center;
  }
}
.experience .site-custom-hero-wrapper .site-slider .site-slick-wrapper .slick-list .site-slide .site-slider-caption .site-slider-caption-block .site-container .site-slider-capton-data * {
  color: #ffffff;
}
.experience .site-custom-hero-wrapper .site-slider .site-slick-wrapper .slick-list .site-slide .site-slider-caption .site-slider-caption-block .site-container .site-slider-capton-data var {
  background: #000000;
  color: #ffffff;
}
.experience #site-footer .site-footer-block .site-footer-logo .cms-feature-datablock :not(.site-button-secondary):not(.site-button-secondary span):not(.site-search-wrapper .site-search-block.site-search-option2 .site-search-button span) a[class*=site-social-] {
  color: #FF2689 !important;
  height: 48px;
  width: 43px;
  position: relative;
  margin: 0 12px 0 0;
  transition: all ease 0.6s;
}
.experience #site-footer .site-footer-block .site-footer-logo .cms-feature-datablock :not(.site-button-secondary):not(.site-button-secondary span):not(.site-search-wrapper .site-search-block.site-search-option2 .site-search-button span) a[class*=site-social-]:last-child {
  margin: 0;
}
.experience #site-footer .site-footer-block .site-footer-logo .cms-feature-datablock :not(.site-button-secondary):not(.site-button-secondary span):not(.site-search-wrapper .site-search-block.site-search-option2 .site-search-button span) a[class*=site-social-]:after {
  display: inline-block;
  height: 100%;
  width: 100%;
  background: #ffffff;
  border-radius: 100%;
  transform: rotate(50deg);
  content: "";
  position: absolute;
  z-index: 1;
  left: 0;
  right: 0;
  border: 1px solid #ffffff;
  transition: all ease 0.6s;
}
.experience #site-footer .site-footer-block .site-footer-logo .cms-feature-datablock :not(.site-button-secondary):not(.site-button-secondary span):not(.site-search-wrapper .site-search-block.site-search-option2 .site-search-button span) a[class*=site-social-]:hover {
  color: #ffffff !important;
}
.experience #site-footer .site-footer-block .site-footer-logo .cms-feature-datablock :not(.site-button-secondary):not(.site-button-secondary span):not(.site-search-wrapper .site-search-block.site-search-option2 .site-search-button span) a[class*=site-social-]:hover:after {
  background: none;
}
.experience .site-image-oval-wrapper {
  width: 250px;
  height: 233px;
  object-fit: cover;
  transform: rotate(-50deg);
  margin: auto;
  position: relative;
}
@media (max-width: 599px) {
  .experience .site-image-oval-wrapper {
    transform: rotate(-50deg) scale(0.6);
    height: 160px;
    margin: 0 0 0 -65px;
  }
}
.experience .site-image-oval-wrapper .site-image-oval-img {
  transform: rotate(50deg);
}
.experience .site-image-oval-wrapper .site-image-oval {
  width: 250px;
  height: 250px;
  object-fit: cover;
  margin: 10px 0 auto;
  clip-path: path("M47.32,23.84c46.45-34.25,107.46-30.35,136.27,8.72s14.51,98.5-31.94,132.76c-46.45,34.25-107.46,30.35-136.27-8.72C-13.43,117.53.87,58.09,47.32,23.84");
}
.experience .site-image-oval-wrapper .site-round-ring {
  position: absolute;
  top: -4px;
  left: 0;
  margin: auto;
  z-index: 1;
  width: 215px;
  transform: rotate(50deg);
}
.experience .site-image-oval-wrapper .site-round-ring .site-round-ring-svg {
  display: block;
  margin: 0 auto;
  width: 215px;
  stroke-width: 7;
  stroke: #FF2689;
  overflow: visible;
  margin: -18px 0 0 26px;
}
@media (max-width: 599px) {
  .experience .site-image-oval-wrapper .site-round-ring .site-round-ring-svg {
    margin: -26px 0 0 26px;
  }
}
.experience .custom-overlay-wrapper .site-slide {
  position: relative;
}
.experience .custom-overlay-wrapper .site-slide .site-slider-caption {
  height: 100%;
}
.experience .custom-overlay-wrapper .site-slide .site-slider-caption .site-slider-caption-block {
  display: flex;
  align-items: end;
  height: 100%;
  opacity: 1;
  transition: all ease 1s;
}
.experience .custom-overlay-wrapper .site-slide .site-slider-caption .site-slider-more-desc {
  opacity: 0;
  position: absolute;
  bottom: 0;
  width: 100%;
  transition: all ease 1s;
  text-align: left;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 100%);
  border-radius: 20px;
  padding: 0 0 20px;
  left: 0;
}
.experience .custom-overlay-wrapper .site-slide .site-slider-caption .site-slider-more-desc .site-slider-more-desc-data {
  position: relative;
}
.experience .custom-overlay-wrapper .site-slide:hover .site-slider-caption-block {
  opacity: 0;
}
.experience .custom-overlay-wrapper .site-slide:hover .site-slider-caption .site-slider-more-desc {
  opacity: 1;
}
.experience .custom-overlay-wrapper .site-slide:hover .site-slider-caption .site-slider-more-desc::before {
  width: 100%;
  height: 100%;
}

/*
    $grid-counts: 7, 6, 5, 4, 3, 2;

    @each $grid-counts in $grid-count {

    }
    */
.site-hub p {
  margin: 0 0 20px;
}
.site-hub p:last-child {
  margin: 0;
}
@media (max-width: 1099px) {
  .site-hub h3 {
    font-size: 40px;
    line-height: 40px;
    margin: 0 0 10px;
  }
}
@media (max-width: 1099px) {
  .site-hub .site-button-secondary, .site-hub .site-search-wrapper .site-search-block.site-search-option2 .site-search-button, .site-search-wrapper .site-search-block.site-search-option2 .site-hub .site-search-button, .site-hub .site-button-primary, .site-hub .site-form-payment-wrapper .site-payment-buttons button, .site-form-payment-wrapper .site-payment-buttons .site-hub button {
    padding: 3px 30px 5px;
  }
}
.site-hub .site-display-wrapper.site-display-listview .site-display-list {
  display: block;
  clear: both;
  margin: 0;
}
.site-hub .custom-hub-grid-wrapper {
  padding: 0 !important;
}
.site-hub .custom-hub-grid-wrapper .custom-hub-data-wrapper {
  padding: 0;
  clear: both;
}
@media (max-width: 999px) {
  .site-hub .custom-hub-grid-wrapper .custom-hub-data-wrapper {
    padding: 20px 0 0;
  }
}
.site-hub .custom-hub-grid-wrapper .custom-hub-grid.site-display-filters-left .site-hub-display-search-wrapper, .site-hub .custom-hub-grid-wrapper .custom-hub-grid.site-display-filters-left .site-display-filter-title {
  display: none !important;
}
.site-hub .custom-hub-grid-wrapper .custom-hub-grid.site-display-filters-left .site-display-filter-desc {
  display: block;
}
.site-hub .custom-hub-grid-wrapper .custom-hub-grid .site-search-in {
  line-height: 75px;
  margin: 0;
  height: 75px;
  font-size: 13px;
  display: inline-block;
}
@media (max-width: 999px) {
  .site-hub .custom-hub-grid-wrapper .custom-hub-grid .site-search-in {
    padding: 0;
    position: absolute;
    top: -65px;
    left: 0;
  }
}
.site-hub .custom-hub-grid-wrapper .custom-hub-grid .site-search-in.site-search-in-amplify .site-search-tag-wrapper {
  color: #ffffff;
  color: #ffffff;
  padding: 5px 10px 6px 10px;
  margin: 0 0 0 5px;
  cursor: pointer;
  position: relative;
}
.site-hub .custom-hub-grid-wrapper .custom-hub-grid .site-search-in.site-search-in-amplify .site-search-tag-wrapper:before {
  background: #419F7A;
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 7px;
}
.site-hub .custom-hub-grid-wrapper .custom-hub-grid .site-search-in.site-search-in-amplify .site-search-tag-wrapper:after {
  background: #414141;
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 100%;
  width: 0;
  margin: auto;
  transition: all ease 0.5s;
  border-radius: 7px;
}
.site-hub .custom-hub-grid-wrapper .custom-hub-grid .site-search-in.site-search-in-amplify .site-search-tag-wrapper:hover:after {
  width: 100%;
}
.site-hub .custom-hub-grid-wrapper .custom-hub-grid .site-search-in.site-search-in-amplify .site-search-tag-wrapper .site-search-tag {
  text-transform: capitalize;
  position: relative;
  z-index: 10;
  padding: 0 0 0 30px;
}
.site-hub .custom-hub-grid-wrapper .custom-hub-grid .site-search-in.site-search-in-amplify .site-search-tag-wrapper .site-search-tag::before {
  content: "a";
  font-family: "gelato-luxe";
  margin: 0 10px 0 0;
  background: #ffffff;
  color: #419F7A;
  display: inline-block;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  border-radius: 100%;
  margin: auto;
  line-height: 15px;
  text-align: center;
  font-size: 28px;
  text-transform: lowercase;
}
.site-hub .custom-hub-grid-wrapper .custom-hub-grid .site-search-in.site-search-in-amplify .site-search-tag-wrapper .site-search-in-close {
  font-size: 10px;
  margin: 0 0 0 3px;
  position: relative;
  z-index: 10;
}
.site-hub .custom-hub-grid-wrapper .custom-hub-grid .site-search-in.site-search-in-data .site-search-tag-wrapper .site-search-tag::before {
  line-height: 22px;
  font-size: 20px;
}
.site-hub .custom-hub-grid-wrapper .custom-hub-grid ul.site-display-list {
  /*
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  gap: 10px;

  @include maxbp($r_1500) {
      grid-template-columns: repeat(5, 1fr);
  }
      */
}
@media (max-width: 549px) {
  .site-hub .custom-hub-grid-wrapper .custom-hub-grid ul.site-display-list {
    display: block !important;
  }
}
.site-hub .custom-hub-grid-wrapper .custom-hub-grid ul.site-display-list li.site-display-wrapper-listitem {
  max-width: none;
  padding: 0 0 20px;
  width: 260px;
  flex: 0 0 260px;
}
@media (max-width: 1099px) {
  .site-hub .custom-hub-grid-wrapper .custom-hub-grid ul.site-display-list li.site-display-wrapper-listitem {
    flex: 0 0 240px;
    width: 240px;
  }
}
@media (max-width: 999px) {
  .site-hub .custom-hub-grid-wrapper .custom-hub-grid ul.site-display-list li.site-display-wrapper-listitem {
    flex: 0 0 240px;
    width: 240px;
  }
}
@media (max-width: 549px) {
  .site-hub .custom-hub-grid-wrapper .custom-hub-grid ul.site-display-list li.site-display-wrapper-listitem {
    flex: 0 0 50%;
    width: 50%;
    float: left;
    height: auto !important;
  }
  .site-hub .custom-hub-grid-wrapper .custom-hub-grid ul.site-display-list li.site-display-wrapper-listitem.site_hub_item_mobile .site-display-data-block.site-hub-card-date-wrapper .site-display-desc .site-hub-card-date {
    top: 0 !important;
    text-align: center;
  }
}
.site-hub .custom-hub-grid-wrapper .custom-hub-grid ul.site-display-list li.site-display-wrapper-listitem .site-display-title a {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
}
.site-hub .custom-hub-grid-wrapper .custom-hub-grid ul.site-display-list li.site-display-wrapper-listitem .site-display-list-block {
  margin: 0 10px !important;
}
.site-hub .custom-hub-grid-wrapper .custom-hub-grid ul.site-display-list li.site-display-wrapper-listitem.cms-tag-hub-col-2 {
  flex: 0 0 calc(520px);
  width: calc(520px);
}
@media (max-width: 1099px) {
  .site-hub .custom-hub-grid-wrapper .custom-hub-grid ul.site-display-list li.site-display-wrapper-listitem.cms-tag-hub-col-2 {
    flex: 0 0 calc(480px);
    width: calc(480px);
  }
}
@media (max-width: 999px) {
  .site-hub .custom-hub-grid-wrapper .custom-hub-grid ul.site-display-list li.site-display-wrapper-listitem.cms-tag-hub-col-2 {
    flex: 0 0 calc(480px);
    width: calc(480px);
  }
}
@media (max-width: 549px) {
  .site-hub .custom-hub-grid-wrapper .custom-hub-grid ul.site-display-list li.site-display-wrapper-listitem.cms-tag-hub-col-2 {
    flex: 0 0 calc(100%);
    width: calc(100%);
    float: left;
  }
}
.site-hub .custom-hub-grid-wrapper .custom-hub-grid ul.site-display-list li.site-display-wrapper-listitem.cms-tag-hub-col-2 .site-display-list-block .site-display-image .site-display-image-link img {
  aspect-ratio: 19/12.3;
}
.site-hub .custom-hub-grid-wrapper .custom-hub-grid ul.site-display-list li.site-display-wrapper-listitem.cms-tag-hub-col-3 {
  flex: 0 0 calc(780px);
  width: calc(780px);
}
@media (max-width: 1099px) {
  .site-hub .custom-hub-grid-wrapper .custom-hub-grid ul.site-display-list li.site-display-wrapper-listitem.cms-tag-hub-col-3 {
    flex: 0 0 calc(720px);
    width: calc(720px);
  }
}
@media (max-width: 999px) {
  .site-hub .custom-hub-grid-wrapper .custom-hub-grid ul.site-display-list li.site-display-wrapper-listitem.cms-tag-hub-col-3 {
    flex: 0 0 calc(480px);
    width: calc(480px);
  }
}
@media (max-width: 549px) {
  .site-hub .custom-hub-grid-wrapper .custom-hub-grid ul.site-display-list li.site-display-wrapper-listitem.cms-tag-hub-col-3 {
    flex: 0 0 calc(100%);
    width: calc(100%);
    float: left;
  }
}
.site-hub .custom-hub-grid-wrapper .custom-hub-grid ul.site-display-list li.site-display-wrapper-listitem.cms-tag-hub-col-3 .site-display-list-block .site-display-image .site-display-image-link img {
  aspect-ratio: 19/8;
}
@media (max-width: 999px) {
  .site-hub .custom-hub-grid-wrapper .custom-hub-grid ul.site-display-list li.site-display-wrapper-listitem.cms-tag-hub-col-3 .site-display-list-block .site-display-image .site-display-image-link img {
    aspect-ratio: 19/12.3;
  }
}
.site-hub .custom-hub-grid-wrapper .custom-hub-grid ul.site-display-list li.site-display-wrapper-listitem.cms-tag-hub-col-fullwidth {
  flex: 0 0 calc(1560px);
  width: calc(1560px);
  max-width: calc(1560px);
}
.site-hub .custom-hub-grid-wrapper .custom-hub-grid ul.site-display-list li.site-display-wrapper-listitem.cms-tag-hub-col-fullwidth .site-display-list-block .site-display-image .site-display-image-link img {
  aspect-ratio: 9/2.35;
}
.site-hub .custom-hub-grid-wrapper .custom-hub-grid ul.site-display-list li.site-display-wrapper-listitem.hub-hidden-block, .site-hub .custom-hub-grid-wrapper .custom-hub-grid ul.site-display-list li.site-display-wrapper-listitem.hidden-block, .site-hub .custom-hub-grid-wrapper .custom-hub-grid ul.site-display-list li.site-display-wrapper-listitem.not-selected-tagfilter {
  width: 0%;
  flex: 0 0 0;
  display: none !important;
}
.site-hub .custom-hub-grid-wrapper .custom-hub-grid ul.site-display-list li.site-display-wrapper-listitem.cms-tag-videos .site-display-list-block .site-display-image-link:after {
  font-family: "site-icon" !important;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e90d" !important;
  width: 80px;
  height: 80px;
  position: absolute;
  display: block;
  margin: auto;
  background: white;
  text-align: center;
  line-height: 80px;
  border-radius: 100%;
  font-size: 38px;
  cursor: none;
  left: 0;
  right: 0;
  z-index: 100;
  top: 120px;
}
@media (max-width: 599px) {
  .site-hub .custom-hub-grid-wrapper .custom-hub-grid ul.site-display-list li.site-display-wrapper-listitem.cms-tag-videos .site-display-list-block .site-display-image-link:after {
    width: 50px;
    height: 50px;
    line-height: 50px;
    top: 70px;
    font-size: 28px;
  }
}
.site-hub .custom-hub-grid-wrapper .custom-hub-grid ul.site-display-list li.site-display-wrapper-listitem.cms-tag-videos .site-display-list-block .site-hub-video {
  width: 90px;
  height: 90px;
  position: absolute;
  left: 0;
  right: 0;
  z-index: 100;
  top: 150px;
  font-size: 0px;
  text-decoration: none;
  margin: auto;
}
.site-hub .custom-hub-grid-wrapper .custom-hub-grid ul.site-display-list li.site-display-wrapper-listitem.cms-tag-videos .site-display-list-block .site-hub-video:after {
  font-family: "site-icon" !important;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e90d" !important;
  width: 100%;
  height: 100%;
  display: block;
  margin: auto;
  background: white;
  text-align: center;
  line-height: 80px;
  border-radius: 100%;
  font-size: 40px;
  cursor: none;
}
.site-hub .custom-hub-grid-wrapper .custom-hub-grid ul.site-display-list li.site-display-wrapper-listitem.cms-tag-podcasts .site-display-list-block:after {
  font-family: "site-icon" !important;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e91b" !important;
  position: absolute;
  z-index: 100;
  top: 120px;
  left: 0;
  right: 0;
  width: 80px;
  height: 80px;
  margin: auto;
  background: white;
  text-align: center;
  line-height: 80px;
  border-radius: 100%;
  font-size: 40px;
}
.site-hub .custom-hub-grid-wrapper .custom-hub-grid ul.site-display-list li.site-display-wrapper-listitem.cms-tag-blockquote .site-display-desc q {
  position: absolute;
  top: 0;
  padding: 100px 30px 0;
  border: none;
  margin: 0 !important;
  font-size: 13px !important;
  line-height: 20px !important;
  color: #ffffff;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 10;
  overflow: hidden;
}
@media (max-width: 999px) {
  .site-hub .custom-hub-grid-wrapper .custom-hub-grid ul.site-display-list li.site-display-wrapper-listitem.cms-tag-blockquote .site-display-desc q {
    padding: 70px 20px 0;
  }
}
.site-hub .custom-hub-grid-wrapper .custom-hub-grid ul.site-display-list li.site-display-wrapper-listitem.cms-tag-blockquote .site-display-desc q:before {
  display: none !important;
}
.site-hub .custom-hub-grid-wrapper .custom-hub-grid ul.site-display-list li.site-display-wrapper-listitem.cms-tag-blockquote .site-display-desc q:after {
  font-size: 35px;
  color: #ffffff;
  top: 50px;
  top: 50px;
  left: 30px;
}
@media (max-width: 999px) {
  .site-hub .custom-hub-grid-wrapper .custom-hub-grid ul.site-display-list li.site-display-wrapper-listitem.cms-tag-blockquote .site-display-desc q:after {
    top: 30px;
    left: 20px;
  }
}
.site-hub .custom-hub-grid-wrapper .custom-hub-grid ul.site-display-list li.site-display-wrapper-listitem.cms-tag-white-papers .site-display-list-block {
  position: relative;
}
.site-hub .custom-hub-grid-wrapper .custom-hub-grid ul.site-display-list li.site-display-wrapper-listitem.cms-tag-white-papers .site-display-list-block .site-display-image-link {
  display: flex;
  justify-content: space-between;
  flex-wrap: nowrap;
  text-decoration: none;
}
.site-hub .custom-hub-grid-wrapper .custom-hub-grid ul.site-display-list li.site-display-wrapper-listitem.cms-tag-white-papers .site-display-list-block:before {
  background: #F8F4F1;
}
.site-hub .custom-hub-grid-wrapper .custom-hub-grid ul.site-display-list li.site-display-wrapper-listitem.cms-tag-white-papers .site-display-list-block:after {
  content: "Whitepaper";
  background: #FFF500;
  color: #000000;
  padding: 10px 20px;
  position: absolute;
  top: 60px;
  z-index: 10;
  font-weight: bold;
}
.site-hub .custom-hub-grid-wrapper .custom-hub-grid ul.site-display-list li.site-display-wrapper-listitem.cms-tag-white-papers .site-display-list-block .site-display-image img {
  border-radius: 20px 0 0 20px;
  flex: 0 0 66.6%;
  max-width: 66.6%;
}
@media (max-width: 999px) {
  .site-hub .custom-hub-grid-wrapper .custom-hub-grid ul.site-display-list li.site-display-wrapper-listitem.cms-tag-white-papers .site-display-list-block .site-display-image img {
    flex: 0 0 50%;
    max-width: 50%;
  }
}
.site-hub .custom-hub-grid-wrapper .custom-hub-grid ul.site-display-list li.site-display-wrapper-listitem.cms-tag-white-papers .site-display-list-block .site-display-image .site-display-desc {
  flex: 0 0 33.3%;
  max-width: 33.3%;
  padding: 50px 30px;
  line-height: normal;
  font-size: 14px !important;
  line-height: 21px !important;
}
@media (max-width: 999px) {
  .site-hub .custom-hub-grid-wrapper .custom-hub-grid ul.site-display-list li.site-display-wrapper-listitem.cms-tag-white-papers .site-display-list-block .site-display-image .site-display-desc {
    flex: 0 0 50%;
    max-width: 50%;
    padding: 20px;
  }
}
.site-hub .custom-hub-grid-wrapper .custom-hub-grid ul.site-display-list li.site-display-wrapper-listitem.cms-tag-white-papers .site-display-list-block .site-display-image .site-display-desc .site-button-secondary, .site-hub .custom-hub-grid-wrapper .custom-hub-grid ul.site-display-list li.site-display-wrapper-listitem.cms-tag-white-papers .site-display-list-block .site-display-image .site-display-desc .site-search-wrapper .site-search-block.site-search-option2 .site-search-button, .site-search-wrapper .site-search-block.site-search-option2 .site-hub .custom-hub-grid-wrapper .custom-hub-grid ul.site-display-list li.site-display-wrapper-listitem.cms-tag-white-papers .site-display-list-block .site-display-image .site-display-desc .site-search-button {
  padding: 3px 20px 5px;
  font-size: 14px;
}
.site-hub .custom-hub-grid-wrapper .custom-hub-grid ul.site-display-list li.site-display-wrapper-listitem.cms-tag-press1 .site-display-desc {
  position: absolute;
  top: 0;
  z-index: 10;
  text-align: center;
  padding: 30px;
  height: 380px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
}
.site-hub .custom-hub-grid-wrapper .custom-hub-grid ul.site-display-list li.site-display-wrapper-listitem.cms-tag-press1 .site-display-desc * {
  color: #ffffff !important;
  text-align: center !important;
}
.site-hub .custom-hub-grid-wrapper .custom-hub-grid ul.site-display-list li.site-display-wrapper-listitem .site-display-list-block {
  margin: 0;
}
.site-hub .custom-hub-grid-wrapper .custom-hub-grid ul.site-display-list li.site-display-wrapper-listitem .site-display-list-block.site-display-wrapper-hub-desc-left .site-display-image-link {
  display: flex;
  justify-content: space-between;
  flex-wrap: nowrap;
  text-decoration: none;
}
.site-hub .custom-hub-grid-wrapper .custom-hub-grid ul.site-display-list li.site-display-wrapper-listitem .site-display-list-block.site-display-wrapper-hub-desc-left .site-display-image-link img, .site-hub .custom-hub-grid-wrapper .custom-hub-grid ul.site-display-list li.site-display-wrapper-listitem .site-display-list-block.site-display-wrapper-hub-desc-left .site-display-image-link .site-hub-card-desc-left-block {
  flex: 0 0 50%;
  max-width: 50%;
}
.site-hub .custom-hub-grid-wrapper .custom-hub-grid ul.site-display-list li.site-display-wrapper-listitem .site-display-list-block.site-display-wrapper-hub-desc-left .site-display-image-link img {
  border-radius: 0 20px 20px 0;
}
.site-hub .custom-hub-grid-wrapper .custom-hub-grid ul.site-display-list li.site-display-wrapper-listitem .site-display-list-block.site-display-wrapper-hub-desc-left .site-display-image-link .site-hub-card-desc-left-block {
  font-size: 13px !important;
  line-height: 20px !important;
  padding: 25px;
}
.site-hub .custom-hub-grid-wrapper .custom-hub-grid ul.site-display-list li.site-display-wrapper-listitem .site-display-list-block.site-display-wrapper-hub-desc-left .site-display-image-link .site-hub-card-desc-left-block blockquote {
  margin: 0 !important;
  padding: 65px 0 0;
  border: none;
  margin: 0 !important;
  font-size: 13px !important;
  line-height: 20px !important;
  color: #ffffff;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 12;
  overflow: hidden;
  text-transform: none;
  background: none !important;
}
@media (max-width: 999px) {
  .site-hub .custom-hub-grid-wrapper .custom-hub-grid ul.site-display-list li.site-display-wrapper-listitem .site-display-list-block.site-display-wrapper-hub-desc-left .site-display-image-link .site-hub-card-desc-left-block blockquote {
    padding: 50px 0 0;
    -webkit-line-clamp: 10;
  }
}
.site-hub .custom-hub-grid-wrapper .custom-hub-grid ul.site-display-list li.site-display-wrapper-listitem .site-display-list-block.site-display-wrapper-hub-desc-left .site-display-image-link .site-hub-card-desc-left-block blockquote:before {
  display: none !important;
}
.site-hub .custom-hub-grid-wrapper .custom-hub-grid ul.site-display-list li.site-display-wrapper-listitem .site-display-list-block.site-display-wrapper-hub-desc-left .site-display-image-link .site-hub-card-desc-left-block blockquote:after {
  font-size: 30px;
  color: #ffffff;
  top: 40px;
  left: 25px;
}
.site-hub .custom-hub-grid-wrapper .custom-hub-grid ul.site-display-list li.site-display-wrapper-listitem .site-display-list-block.site-display-wrapper-hub-desc-right .site-display-image-link {
  display: flex;
  justify-content: space-between;
  flex-wrap: nowrap;
  text-decoration: none;
}
@media (max-width: 529px) {
  .site-hub .custom-hub-grid-wrapper .custom-hub-grid ul.site-display-list li.site-display-wrapper-listitem .site-display-list-block.site-display-wrapper-hub-desc-right .site-display-image-link {
    flex-wrap: wrap;
  }
}
.site-hub .custom-hub-grid-wrapper .custom-hub-grid ul.site-display-list li.site-display-wrapper-listitem .site-display-list-block.site-display-wrapper-hub-desc-right .site-display-image-link img, .site-hub .custom-hub-grid-wrapper .custom-hub-grid ul.site-display-list li.site-display-wrapper-listitem .site-display-list-block.site-display-wrapper-hub-desc-right .site-display-image-link .site-hub-card-desc-right-block {
  flex: 0 0 50%;
  max-width: 50%;
}
@media (max-width: 529px) {
  .site-hub .custom-hub-grid-wrapper .custom-hub-grid ul.site-display-list li.site-display-wrapper-listitem .site-display-list-block.site-display-wrapper-hub-desc-right .site-display-image-link img, .site-hub .custom-hub-grid-wrapper .custom-hub-grid ul.site-display-list li.site-display-wrapper-listitem .site-display-list-block.site-display-wrapper-hub-desc-right .site-display-image-link .site-hub-card-desc-right-block {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.site-hub .custom-hub-grid-wrapper .custom-hub-grid ul.site-display-list li.site-display-wrapper-listitem .site-display-list-block.site-display-wrapper-hub-desc-right .site-display-image-link .site-hub-card-desc-right-block {
  border-radius: 0 20px 20px 0;
}
@media (max-width: 529px) {
  .site-hub .custom-hub-grid-wrapper .custom-hub-grid ul.site-display-list li.site-display-wrapper-listitem .site-display-list-block.site-display-wrapper-hub-desc-right .site-display-image-link .site-hub-card-desc-right-block {
    border-radius: 0 0 20px 20px;
  }
}
.site-hub .custom-hub-grid-wrapper .custom-hub-grid ul.site-display-list li.site-display-wrapper-listitem .site-display-list-block.site-display-wrapper-hub-desc-right .site-display-image-link img {
  border-radius: 20px 0 0 20px;
  aspect-ratio: 9/11.6 !important;
}
@media (max-width: 529px) {
  .site-hub .custom-hub-grid-wrapper .custom-hub-grid ul.site-display-list li.site-display-wrapper-listitem .site-display-list-block.site-display-wrapper-hub-desc-right .site-display-image-link img {
    border-radius: 20px 20px 0 0;
  }
}
.site-hub .custom-hub-grid-wrapper .custom-hub-grid ul.site-display-list li.site-display-wrapper-listitem .site-display-list-block.site-display-wrapper-hub-desc-right .site-display-image-link .site-hub-card-desc-right-block {
  font-size: 13px !important;
  line-height: 20px !important;
  padding: 25px;
}
@media (max-width: 999px) {
  .site-hub .custom-hub-grid-wrapper .custom-hub-grid ul.site-display-list li.site-display-wrapper-listitem .site-display-list-block.site-display-wrapper-hub-desc-right .site-display-image-link .site-hub-card-desc-right-block {
    padding: 20px;
  }
}
.site-hub .custom-hub-grid-wrapper .custom-hub-grid ul.site-display-list li.site-display-wrapper-listitem .site-display-list-block.site-display-wrapper-hub-desc-right .site-display-image-link .site-hub-card-desc-right-block blockquote {
  margin: 0 !important;
  padding: 65px 0 0;
  border: none;
  margin: 0 !important;
  color: #ffffff;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 12;
  overflow: hidden;
  text-transform: none;
  background: none !important;
  font-size: 13px !important;
  line-height: 20px !important;
}
@media (max-width: 999px) {
  .site-hub .custom-hub-grid-wrapper .custom-hub-grid ul.site-display-list li.site-display-wrapper-listitem .site-display-list-block.site-display-wrapper-hub-desc-right .site-display-image-link .site-hub-card-desc-right-block blockquote {
    padding: 50px 0 0;
    -webkit-line-clamp: 10;
  }
}
.site-hub .custom-hub-grid-wrapper .custom-hub-grid ul.site-display-list li.site-display-wrapper-listitem .site-display-list-block.site-display-wrapper-hub-desc-right .site-display-image-link .site-hub-card-desc-right-block blockquote:before {
  display: none !important;
}
.site-hub .custom-hub-grid-wrapper .custom-hub-grid ul.site-display-list li.site-display-wrapper-listitem .site-display-list-block.site-display-wrapper-hub-desc-right .site-display-image-link .site-hub-card-desc-right-block blockquote:after {
  font-size: 30px;
  color: #ffffff;
  top: 10px;
  left: 0;
}
.site-hub .custom-hub-grid-wrapper .custom-hub-grid .site-display-image {
  position: relative;
}
.site-hub .custom-hub-grid-wrapper .custom-hub-grid .site-display-image .site-display-image-link table.site-hub-card-title h1, .site-hub .custom-hub-grid-wrapper .custom-hub-grid .site-display-image .site-display-image-link table.site-hub-card-title h2, .site-hub .custom-hub-grid-wrapper .custom-hub-grid .site-display-image .site-display-image-link table.site-hub-card-title h3, .site-hub .custom-hub-grid-wrapper .custom-hub-grid .site-display-image .site-display-image-link table.site-hub-card-title h4, .site-hub .custom-hub-grid-wrapper .custom-hub-grid .site-display-image .site-display-image-link table.site-hub-card-title h5, .site-hub .custom-hub-grid-wrapper .custom-hub-grid .site-display-image .site-display-image-link table.site-hub-card-title h5, .site-hub .custom-hub-grid-wrapper .custom-hub-grid .site-display-image .site-display-image-link table.site-hub-card-title p, .site-hub .custom-hub-grid-wrapper .custom-hub-grid .site-display-image .site-display-image-link table.site-hub-card-title ul, .site-hub .custom-hub-grid-wrapper .custom-hub-grid .site-display-image .site-display-image-link table.site-hub-card-title ol, .site-hub .custom-hub-grid-wrapper .custom-hub-grid .site-display-image .site-display-image-link table.site-hub-card-title li, .site-hub .custom-hub-grid-wrapper .custom-hub-grid .site-display-image .site-display-image-link table.site-hub-card-title a, .site-hub .custom-hub-grid-wrapper .custom-hub-grid .site-display-image .site-display-image-link table.site-hub-card-desc-left h1, .site-hub .custom-hub-grid-wrapper .custom-hub-grid .site-display-image .site-display-image-link table.site-hub-card-desc-left h2, .site-hub .custom-hub-grid-wrapper .custom-hub-grid .site-display-image .site-display-image-link table.site-hub-card-desc-left h3, .site-hub .custom-hub-grid-wrapper .custom-hub-grid .site-display-image .site-display-image-link table.site-hub-card-desc-left h4, .site-hub .custom-hub-grid-wrapper .custom-hub-grid .site-display-image .site-display-image-link table.site-hub-card-desc-left h5, .site-hub .custom-hub-grid-wrapper .custom-hub-grid .site-display-image .site-display-image-link table.site-hub-card-desc-left h5, .site-hub .custom-hub-grid-wrapper .custom-hub-grid .site-display-image .site-display-image-link table.site-hub-card-desc-left p, .site-hub .custom-hub-grid-wrapper .custom-hub-grid .site-display-image .site-display-image-link table.site-hub-card-desc-left ul, .site-hub .custom-hub-grid-wrapper .custom-hub-grid .site-display-image .site-display-image-link table.site-hub-card-desc-left ol, .site-hub .custom-hub-grid-wrapper .custom-hub-grid .site-display-image .site-display-image-link table.site-hub-card-desc-left li, .site-hub .custom-hub-grid-wrapper .custom-hub-grid .site-display-image .site-display-image-link table.site-hub-card-desc-left a {
  color: #ffffff;
}
.site-hub .custom-hub-grid-wrapper .custom-hub-grid .site-display-image .site-display-image-link table.site-hub-card-title {
  position: absolute;
  width: 100% !important;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 10;
  height: 100%;
  color: #ffffff;
  line-height: normal;
}
.site-hub .custom-hub-grid-wrapper .custom-hub-grid .site-display-image .site-display-image-link table.site-hub-card-title:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 20px;
}
.site-hub .custom-hub-grid-wrapper .custom-hub-grid .site-display-image .site-display-image-link table.site-hub-card-title thead, .site-hub .custom-hub-grid-wrapper .custom-hub-grid .site-display-image .site-display-image-link table.site-hub-card-title tbody {
  position: relative;
  z-index: 1;
}
.site-hub .custom-hub-grid-wrapper .custom-hub-grid .site-display-data-block.site-hub-card-date-wrapper {
  display: flex;
  justify-content: space-between;
  min-height: 50px;
}
.site-hub .custom-hub-grid-wrapper .custom-hub-grid .site-display-data-block.site-hub-card-date-wrapper .site-display-title, .site-hub .custom-hub-grid-wrapper .custom-hub-grid .site-display-data-block.site-hub-card-date-wrapper .site-display-desc {
  display: inline-block;
}
.site-hub .custom-hub-grid-wrapper .custom-hub-grid .site-display-data-block.site-hub-card-date-wrapper .site-display-title {
  width: calc(100% - 105px);
}
.site-hub .custom-hub-grid-wrapper .custom-hub-grid .site-display-data-block.site-hub-card-date-wrapper .site-display-desc {
  position: relative;
  width: 70px;
}
.site-hub .custom-hub-grid-wrapper .custom-hub-grid .site-display-data-block.site-hub-card-date-wrapper .site-display-desc .site-hub-card-date {
  position: absolute;
  top: -45px;
  right: 0;
  width: 70px !important;
}
.site-hub .custom-hub-grid-wrapper .custom-hub-grid .site-display-data-block.site-hub-card-date-wrapper .site-display-desc .site-hub-card-date.site-hub-card-big-date {
  width: 100px !important;
}
@media (max-width: 1499px) {
  .site-hub .custom-hub-grid-wrapper .custom-hub-grid .site-display-data-block.site-hub-card-date-wrapper .site-display-desc .site-hub-card-date.site-hub-card-big-date {
    width: 90px !important;
  }
}
@media (max-width: 1099px) {
  .site-hub .custom-hub-grid-wrapper .custom-hub-grid .site-display-data-block.site-hub-card-date-wrapper .site-display-desc .site-hub-card-date.site-hub-card-big-date {
    width: 80px !important;
  }
}
.site-hub .custom-hub-grid-wrapper .custom-hub-grid .site-display-data-block.site-hub-card-date-wrapper .site-display-desc .site-hub-card-date td {
  text-align: center;
  border-radius: 20px;
}
@media (max-width: 1099px) {
  .site-hub .custom-hub-grid-wrapper .custom-hub-grid .site-display-data-block.site-hub-card-date-wrapper .site-display-desc .site-hub-card-date td {
    min-width: 80px !important;
  }
}
.site-hub .custom-hub-grid-wrapper .custom-hub-grid .site-display-data-block.site-hub-card-date-wrapper .site-display-desc .site-hub-card-date td > strong:first-child {
  display: block;
  border: 1px solid black;
  border-radius: 5px 5px 0 0;
  font-weight: bold;
  font-size: 35px;
  padding: 10px 0;
}
@media (max-width: 1099px) {
  .site-hub .custom-hub-grid-wrapper .custom-hub-grid .site-display-data-block.site-hub-card-date-wrapper .site-display-desc .site-hub-card-date td > strong:first-child {
    font-size: 30px;
    padding: 5px 0;
  }
}
.site-hub .custom-hub-grid-wrapper .custom-hub-grid .site-display-data-block.site-hub-card-date-wrapper .site-display-desc .site-hub-card-date td em {
  display: block;
  background: #000000;
  border-radius: 0 0 5px 5px;
  font-weight: bold;
  font-size: 20px;
  color: #ffffff;
  padding: 10px 0;
  font-style: normal;
}
@media (max-width: 1099px) {
  .site-hub .custom-hub-grid-wrapper .custom-hub-grid .site-display-data-block.site-hub-card-date-wrapper .site-display-desc .site-hub-card-date td em {
    font-size: 16px;
    padding: 5px 0;
  }
}
.site-hub .custom-hub-grid-wrapper .custom-hub-grid .site-display-data-block.site-hub-card-date-wrapper .site-display-desc .site-hub-card-date.site-hub-card-big-date td > strong:first-child {
  font-size: 25px;
  padding: 10px 10px;
}
@media (max-width: 1099px) {
  .site-hub .custom-hub-grid-wrapper .custom-hub-grid .site-display-data-block.site-hub-card-date-wrapper .site-display-desc .site-hub-card-date.site-hub-card-big-date td > strong:first-child {
    font-size: 20px;
    padding: 5px 10px;
  }
}
.site-hub .custom-hub-grid-wrapper .site-display-filter-data > div:first-child {
  display: flex;
  justify-content: space-between;
  margin: 0 0 5px;
}
.site-hub .custom-hub-grid-wrapper .site-display-filter-data .site-hub-display-search-wrapper {
  width: calc(100% - 340px);
  position: relative;
  background: #F8F4F1;
  border-radius: 20px;
  padding: 0 30px;
  height: 75px;
  /*
  @include maxbp($r_1000) {
      width: 100%;
      padding: 0;
  }

  @include maxbp($mobile) {
      height: auto;
      background: none;
  }
   */
}
@media (max-width: 999px) {
  .site-hub .custom-hub-grid-wrapper .site-display-filter-data .site-hub-display-search-wrapper {
    width: calc(100% - 175px);
    padding: 0;
    border-radius: 10px;
  }
}
@media (max-width: 599px) {
  .site-hub .custom-hub-grid-wrapper .site-display-filter-data .site-hub-display-search-wrapper {
    width: calc(100% - 100px);
  }
}
.site-hub .custom-hub-grid-wrapper .site-display-filter-data .site-hub-display-search-wrapper i.site-icon-search {
  display: none;
}
@media (max-width: 599px) {
  .site-hub .custom-hub-grid-wrapper .site-display-filter-data .site-hub-display-search-wrapper i.site-icon-search {
    display: block;
    position: absolute;
    right: 15px;
    bottom: 21px;
    font-size: 28px;
    cursor: pointer;
  }
}
.site-hub .custom-hub-grid-wrapper .site-display-filter-data .site-hub-display-search-wrapper input.site-hub-display-search {
  background: #ffffff;
  border-radius: 0;
  outline: none;
  border: 1px solid #dfdfdf;
  font-size: 18px;
  height: 46px;
  width: 100%;
  padding: 10px;
  font-family: "brother-1816", sans-serif;
  height: 75px;
  border-radius: 20px;
  background: #F8F4F1;
  padding: 0 30px;
  border: none;
  display: inline-block;
  width: calc(100% - 210px);
}
@media (max-width: 999px) {
  .site-hub .custom-hub-grid-wrapper .site-display-filter-data .site-hub-display-search-wrapper input.site-hub-display-search {
    width: 100%;
    padding: 0 50px 0 20px;
  }
}
.site-hub .custom-hub-grid-wrapper .site-display-filter-data .site-display-filter-title {
  background: #FFF500;
  color: #000000;
  height: 75px;
  border-radius: 20px;
  width: 300px;
  text-align: center;
  font-size: 20px;
  line-height: 75px;
  font-family: "brother-1816", sans-serif;
  font-weight: 700;
  font-size: 0;
  transition: all ease 0.8s;
  cursor: pointer;
  /*
  @include maxbp($r_1000) {
      float: right;
      margin: 15px 0 0;
  }

  @include maxbp($mobile) {
      width: 100%;
      padding: 15px 20px;
      height: auto;
      line-height: normal;
      border-radius: 10px;
  }
  */
}
.site-hub .custom-hub-grid-wrapper .site-display-filter-data .site-display-filter-title:hover {
  background: #414141;
  color: #FFF500;
}
@media (max-width: 999px) {
  .site-hub .custom-hub-grid-wrapper .site-display-filter-data .site-display-filter-title {
    width: 150px;
    padding: 0 0 0 7px;
    border-radius: 10px;
  }
}
@media (max-width: 599px) {
  .site-hub .custom-hub-grid-wrapper .site-display-filter-data .site-display-filter-title {
    width: 90px;
  }
}
.site-hub .custom-hub-grid-wrapper .site-display-filter-data .site-display-filter-title::before {
  content: "Filter content";
  font-size: 18px;
  display: inline-block;
  vertical-align: middle;
  text-transform: none;
  font-weight: normal;
}
@media (max-width: 999px) {
  .site-hub .custom-hub-grid-wrapper .site-display-filter-data .site-display-filter-title::before {
    content: "Filter";
    letter-spacing: 0px;
    font-size: 15px;
  }
}
.site-hub .custom-hub-grid-wrapper .site-display-filter-data .site-display-filter-title:after {
  font-family: "site-icon" !important;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e90d" !important;
  transition: all ease 0.5s;
  font-size: 25px;
  display: inline-block;
  vertical-align: middle;
}
@media (max-width: 699px) {
  .site-hub .custom-hub-grid-wrapper .site-display-filter-data .site-display-filter-title:after {
    font-size: 15px;
  }
}
.site-hub .custom-hub-grid-wrapper .site-display-filter-data .site-display-filter-title.site-display-filter-title-active:after {
  transform: rotate(90deg);
  display: inline-block;
}
.site-hub .custom-hub-grid-wrapper .site-display-filter-data .site-display-filter-desc {
  display: none;
  text-align: right;
  margin: 0 0 20px;
}
@media (max-width: 999px) {
  .site-hub .custom-hub-grid-wrapper .site-display-filter-data .site-display-filter-desc {
    clear: both;
  }
}
@media (max-width: 599px) {
  .site-hub .custom-hub-grid-wrapper .site-display-filter-data .site-display-filter-desc {
    text-align: center;
  }
}
.site-hub .custom-hub-grid-wrapper .site-display-filter-data .site-display-filter-desc .site-display-filter-wrapper {
  display: inline-block;
  margin: 15px 0 0 10px;
}
@media (max-width: 599px) {
  .site-hub .custom-hub-grid-wrapper .site-display-filter-data .site-display-filter-desc .site-display-filter-wrapper {
    margin: 10px 0 0 5px;
  }
}
.site-hub .custom-hub-grid-wrapper .site-display-filter-data .site-display-filter-desc .site-display-filter-wrapper.site-display-filter-wrapper-active .site-display-filter-data-block label:after {
  display: block;
}
.site-hub .custom-hub-grid-wrapper .site-display-filter-data .site-display-filter-desc .site-display-filter-wrapper .site-display-filter-data-block {
  position: relative;
  display: block;
}
.site-hub .custom-hub-grid-wrapper .site-display-filter-data .site-display-filter-desc .site-display-filter-wrapper .site-display-filter-data-block:after {
  position: absolute;
  background: #FFF500;
  width: 0%;
  height: 100%;
  content: "";
  display: block;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  border-radius: 10px;
  transition: all ease 0.5s;
}
.site-hub .custom-hub-grid-wrapper .site-display-filter-data .site-display-filter-desc .site-display-filter-wrapper .site-display-filter-data-block:hover:after {
  width: 100%;
}
.site-hub .custom-hub-grid-wrapper .site-display-filter-data .site-display-filter-desc .site-display-filter-wrapper .site-display-filter-data-block label {
  position: relative;
}
.site-hub .custom-hub-grid-wrapper .site-display-filter-data .site-display-filter-desc .site-display-filter-wrapper .site-display-filter-data-block label:after {
  font-family: "site-icon" !important;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e90f" !important;
  margin: 0 0 0 10px;
  display: none;
  position: absolute;
  right: 10px;
  top: 10px;
  bottom: 0;
  font-size: 10px;
}
@media (max-width: 599px) {
  .site-hub .custom-hub-grid-wrapper .site-display-filter-data .site-display-filter-desc .site-display-filter-wrapper .site-display-filter-data-block label:after {
    font-size: 7px;
    top: 6px;
    right: 6px;
  }
}
.site-hub .custom-hub-grid-wrapper .site-display-filter-data .site-display-filter-desc .site-display-filter-wrapper .site-display-checkbox:checked + label {
  background: #414141;
  color: #ffffff;
}
.site-hub .custom-hub-grid-wrapper .site-display-filter-data .site-display-filter-desc .site-display-filter-wrapper label {
  border-radius: 10px;
  font-family: "brother-1816", sans-serif;
  color: #000000;
  border: 1px solid #000000;
  position: relative;
  z-index: 1;
  padding: 10px 30px;
}
@media (max-width: 599px) {
  .site-hub .custom-hub-grid-wrapper .site-display-filter-data .site-display-filter-desc .site-display-filter-wrapper label {
    font-size: 10px;
    padding: 6px 20px;
  }
}
.site-hub .custom-hub-grid-wrapper .site-display-filter-data .site-display-filter-desc .site-display-filter-wrapper label:hover {
  background: transparent;
}

.amplify h1,
.amplify h2,
.amplify h3,
.amplify h4,
.amplify h5,
.amplify h6 {
  font-family: "gelato-luxe";
  font-weight: normal;
  color: #000000;
}
.amplify h1 tt,
.amplify h2 tt,
.amplify h3 tt,
.amplify h4 tt,
.amplify h5 tt,
.amplify h6 tt {
  font-family: "brother-1816", sans-serif;
  font-weight: 600;
  display: block;
}
.amplify .site-button-primary, .amplify .site-form-payment-wrapper .site-payment-buttons button, .site-form-payment-wrapper .site-payment-buttons .amplify button,
.amplify .site-form-data .site-form-buttons .site-form-button,
.amplify .site-form-data .site-form-field .file-upload-wrapper .file-upload-button {
  position: relative;
  display: inline-block;
  overflow: hidden;
  font-size: 18px;
  border: 1px solid #419F7A;
  color: #ffffff;
  text-decoration: none;
  border-radius: 50px;
  padding: 3px 50px 5px;
  background: #419F7A;
  transition: all ease 0.5s;
  line-height: 40px;
  text-decoration: none !important;
}
.amplify .site-button-primary span, .amplify .site-form-payment-wrapper .site-payment-buttons button span, .site-form-payment-wrapper .site-payment-buttons .amplify button span,
.amplify .site-form-data .site-form-buttons .site-form-button span,
.amplify .site-form-data .site-form-field .file-upload-wrapper .file-upload-button span {
  position: relative;
  z-index: 10;
}
.amplify .site-button-primary:before, .amplify .site-form-payment-wrapper .site-payment-buttons button:before, .site-form-payment-wrapper .site-payment-buttons .amplify button:before, .amplify .site-button-primary:after, .amplify .site-form-payment-wrapper .site-payment-buttons button:after, .site-form-payment-wrapper .site-payment-buttons .amplify button:after,
.amplify .site-form-data .site-form-buttons .site-form-button:before,
.amplify .site-form-data .site-form-buttons .site-form-button:after,
.amplify .site-form-data .site-form-field .file-upload-wrapper .file-upload-button:before,
.amplify .site-form-data .site-form-field .file-upload-wrapper .file-upload-button:after {
  position: absolute;
  top: 50%;
  content: "";
  width: 20px;
  height: 18px;
  background-color: #ffffff;
  border-radius: 50%;
}
.amplify .site-button-primary:before, .amplify .site-form-payment-wrapper .site-payment-buttons button:before, .site-form-payment-wrapper .site-payment-buttons .amplify button:before,
.amplify .site-form-data .site-form-buttons .site-form-button:before,
.amplify .site-form-data .site-form-field .file-upload-wrapper .file-upload-button:before {
  left: -20px;
  transform: translate(-50%, -50%);
}
.amplify .site-button-primary:after, .amplify .site-form-payment-wrapper .site-payment-buttons button:after, .site-form-payment-wrapper .site-payment-buttons .amplify button:after,
.amplify .site-form-data .site-form-buttons .site-form-button:after,
.amplify .site-form-data .site-form-field .file-upload-wrapper .file-upload-button:after {
  right: -20px;
  transform: translate(50%, -50%);
}
.amplify .site-button-primary:hover, .amplify .site-form-payment-wrapper .site-payment-buttons button:hover, .site-form-payment-wrapper .site-payment-buttons .amplify button:hover,
.amplify .site-form-data .site-form-buttons .site-form-button:hover,
.amplify .site-form-data .site-form-field .file-upload-wrapper .file-upload-button:hover {
  color: #419F7A !important;
  border: 1px solid #419F7A;
  transition: all ease 1.2s;
}
.amplify .site-button-primary:hover span, .amplify .site-form-payment-wrapper .site-payment-buttons button:hover span, .site-form-payment-wrapper .site-payment-buttons .amplify button:hover span,
.amplify .site-form-data .site-form-buttons .site-form-button:hover span,
.amplify .site-form-data .site-form-field .file-upload-wrapper .file-upload-button:hover span {
  color: #419F7A !important;
}
.amplify .site-button-primary:hover:before, .amplify .site-form-payment-wrapper .site-payment-buttons button:hover:before, .site-form-payment-wrapper .site-payment-buttons .amplify button:hover:before,
.amplify .site-form-data .site-form-buttons .site-form-button:hover:before,
.amplify .site-form-data .site-form-field .file-upload-wrapper .file-upload-button:hover:before {
  animation: criss-cross-left 0.8s both;
  animation-direction: alternate;
}
.amplify .site-button-primary:hover:after, .amplify .site-form-payment-wrapper .site-payment-buttons button:hover:after, .site-form-payment-wrapper .site-payment-buttons .amplify button:hover:after,
.amplify .site-form-data .site-form-buttons .site-form-button:hover:after,
.amplify .site-form-data .site-form-field .file-upload-wrapper .file-upload-button:hover:after {
  animation: criss-cross-right 0.8s both;
  animation-direction: alternate;
}
@keyframes criss-cross-left {
  0% {
    left: -20px;
  }
  50% {
    left: 50%;
    width: 20px;
    height: 18px;
  }
  100% {
    left: 50%;
    width: 100%;
    height: 100%;
  }
}
@keyframes criss-cross-right {
  0% {
    right: -20px;
  }
  50% {
    right: 50%;
    width: 20px;
    height: 18px;
    border-radius: 50px;
  }
  100% {
    right: 50%;
    width: 100%;
    height: 100%;
    border-radius: 50px;
  }
}
.amplify .site-bookmark-button {
  position: relative;
  position: relative;
  display: inline-block;
  overflow: hidden;
  font-size: 18px;
  border: 1px solid #419F7A;
  color: #ffffff;
  text-decoration: none;
  border-radius: 50px;
  padding: 3px 50px 5px;
  background: #419F7A;
  transition: all ease 0.5s;
  line-height: 40px;
  text-decoration: none !important;
  margin: 20px 0 0;
}
.amplify .site-bookmark-button span {
  position: relative;
  z-index: 10;
}
.amplify .site-bookmark-button:before, .amplify .site-bookmark-button:after {
  position: absolute;
  top: 50%;
  content: "";
  width: 20px;
  height: 18px;
  background-color: #ffffff;
  border-radius: 50%;
}
.amplify .site-bookmark-button:before {
  left: -20px;
  transform: translate(-50%, -50%);
}
.amplify .site-bookmark-button:after {
  right: -20px;
  transform: translate(50%, -50%);
}
.amplify .site-bookmark-button:hover {
  color: #419F7A !important;
  border: 1px solid #419F7A;
  transition: all ease 1.2s;
}
.amplify .site-bookmark-button:hover span {
  color: #419F7A !important;
}
.amplify .site-bookmark-button:hover:before {
  animation: criss-cross-left 0.8s both;
  animation-direction: alternate;
}
.amplify .site-bookmark-button:hover:after {
  animation: criss-cross-right 0.8s both;
  animation-direction: alternate;
}
@keyframes criss-cross-left {
  0% {
    left: -20px;
  }
  50% {
    left: 50%;
    width: 20px;
    height: 18px;
  }
  100% {
    left: 50%;
    width: 100%;
    height: 100%;
  }
}
@keyframes criss-cross-right {
  0% {
    right: -20px;
  }
  50% {
    right: 50%;
    width: 20px;
    height: 18px;
    border-radius: 50px;
  }
  100% {
    right: 50%;
    width: 100%;
    height: 100%;
    border-radius: 50px;
  }
}
.amplify .site-bookmark-button .site-bookmark-button-icon {
  position: relative;
  top: 3px;
  padding: 0 0 0 3px;
}
.amplify .site-bookmark-button .site-bookmark-button-icon:before {
  font-family: "site-icon" !important;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e917" !important;
  font-size: 20px;
}
.amplify .site-bookmark-button.site-bookmark-display-button-remove .site-bookmark-button-icon:before {
  content: "\e918" !important;
}
.amplify .site-button-secondary, .amplify .site-search-wrapper .site-search-block.site-search-option2 .site-search-button, .site-search-wrapper .site-search-block.site-search-option2 .amplify .site-search-button, .amplify .site-primary-button {
  position: relative;
  display: inline-block;
  overflow: hidden;
  font-size: 18px;
  border: 1px solid #414141;
  color: #ffffff;
  text-decoration: none;
  border-radius: 50px;
  padding: 3px 50px 5px;
  background: #414141;
  transition: all ease 0.5s;
  line-height: 40px;
  text-decoration: none !important;
}
.amplify .site-button-secondary span, .amplify .site-search-wrapper .site-search-block.site-search-option2 .site-search-button span, .site-search-wrapper .site-search-block.site-search-option2 .amplify .site-search-button span, .amplify .site-primary-button span {
  position: relative;
  z-index: 10;
}
.amplify .site-button-secondary:before, .amplify .site-search-wrapper .site-search-block.site-search-option2 .site-search-button:before, .site-search-wrapper .site-search-block.site-search-option2 .amplify .site-search-button:before, .amplify .site-button-secondary:after, .amplify .site-search-wrapper .site-search-block.site-search-option2 .site-search-button:after, .site-search-wrapper .site-search-block.site-search-option2 .amplify .site-search-button:after, .amplify .site-primary-button:before, .amplify .site-primary-button:after {
  position: absolute;
  top: 50%;
  content: "";
  width: 20px;
  height: 18px;
  background-color: #ffffff;
  border-radius: 50%;
}
.amplify .site-button-secondary:before, .amplify .site-search-wrapper .site-search-block.site-search-option2 .site-search-button:before, .site-search-wrapper .site-search-block.site-search-option2 .amplify .site-search-button:before, .amplify .site-primary-button:before {
  left: -20px;
  transform: translate(-50%, -50%);
}
.amplify .site-button-secondary:after, .amplify .site-search-wrapper .site-search-block.site-search-option2 .site-search-button:after, .site-search-wrapper .site-search-block.site-search-option2 .amplify .site-search-button:after, .amplify .site-primary-button:after {
  right: -20px;
  transform: translate(50%, -50%);
}
.amplify .site-button-secondary:hover, .amplify .site-search-wrapper .site-search-block.site-search-option2 .site-search-button:hover, .site-search-wrapper .site-search-block.site-search-option2 .amplify .site-search-button:hover, .amplify .site-primary-button:hover {
  color: #414141 !important;
  border: 1px solid #414141;
  transition: all ease 1.2s;
}
.amplify .site-button-secondary:hover span, .amplify .site-search-wrapper .site-search-block.site-search-option2 .site-search-button:hover span, .site-search-wrapper .site-search-block.site-search-option2 .amplify .site-search-button:hover span, .amplify .site-primary-button:hover span {
  color: #414141 !important;
}
.amplify .site-button-secondary:hover:before, .amplify .site-search-wrapper .site-search-block.site-search-option2 .site-search-button:hover:before, .site-search-wrapper .site-search-block.site-search-option2 .amplify .site-search-button:hover:before, .amplify .site-primary-button:hover:before {
  animation: criss-cross-left 0.8s both;
  animation-direction: alternate;
}
.amplify .site-button-secondary:hover:after, .amplify .site-search-wrapper .site-search-block.site-search-option2 .site-search-button:hover:after, .site-search-wrapper .site-search-block.site-search-option2 .amplify .site-search-button:hover:after, .amplify .site-primary-button:hover:after {
  animation: criss-cross-right 0.8s both;
  animation-direction: alternate;
}
@keyframes criss-cross-left {
  0% {
    left: -20px;
  }
  50% {
    left: 50%;
    width: 20px;
    height: 18px;
  }
  100% {
    left: 50%;
    width: 100%;
    height: 100%;
  }
}
@keyframes criss-cross-right {
  0% {
    right: -20px;
  }
  50% {
    right: 50%;
    width: 20px;
    height: 18px;
    border-radius: 50px;
  }
  100% {
    right: 50%;
    width: 100%;
    height: 100%;
    border-radius: 50px;
  }
}
.amplify .site-button-full-primary {
  position: relative;
  display: inline-block;
  overflow: hidden;
  font-size: 18px;
  border: 1px solid #419F7A;
  color: #ffffff;
  text-decoration: none;
  border-radius: 50px;
  padding: 3px 50px 5px;
  background: #419F7A;
  transition: all ease 0.5s;
  line-height: 40px;
  text-decoration: none !important;
  display: block;
  width: 100%;
  text-align: center;
}
.amplify .site-button-full-primary span {
  position: relative;
  z-index: 10;
}
.amplify .site-button-full-primary:before, .amplify .site-button-full-primary:after {
  position: absolute;
  top: 50%;
  content: "";
  width: 20px;
  height: 18px;
  background-color: #ffffff;
  border-radius: 50%;
}
.amplify .site-button-full-primary:before {
  left: -20px;
  transform: translate(-50%, -50%);
}
.amplify .site-button-full-primary:after {
  right: -20px;
  transform: translate(50%, -50%);
}
.amplify .site-button-full-primary:hover {
  color: #419F7A !important;
  border: 1px solid #419F7A;
  transition: all ease 1.2s;
}
.amplify .site-button-full-primary:hover span {
  color: #419F7A !important;
}
.amplify .site-button-full-primary:hover:before {
  animation: criss-cross-left 0.8s both;
  animation-direction: alternate;
}
.amplify .site-button-full-primary:hover:after {
  animation: criss-cross-right 0.8s both;
  animation-direction: alternate;
}
@keyframes criss-cross-left {
  0% {
    left: -20px;
  }
  50% {
    left: 50%;
    width: 20px;
    height: 18px;
  }
  100% {
    left: 50%;
    width: 100%;
    height: 100%;
  }
}
@keyframes criss-cross-right {
  0% {
    right: -20px;
  }
  50% {
    right: 50%;
    width: 20px;
    height: 18px;
    border-radius: 50px;
  }
  100% {
    right: 50%;
    width: 100%;
    height: 100%;
    border-radius: 50px;
  }
}
.amplify .site-button-full-secondary {
  position: relative;
  display: inline-block;
  overflow: hidden;
  font-size: 18px;
  border: 1px solid #414141;
  color: #ffffff;
  text-decoration: none;
  border-radius: 50px;
  padding: 3px 50px 5px;
  background: #414141;
  transition: all ease 0.5s;
  line-height: 40px;
  text-decoration: none !important;
  display: block;
  width: 100%;
  text-align: center;
}
.amplify .site-button-full-secondary span {
  position: relative;
  z-index: 10;
}
.amplify .site-button-full-secondary:before, .amplify .site-button-full-secondary:after {
  position: absolute;
  top: 50%;
  content: "";
  width: 20px;
  height: 18px;
  background-color: #ffffff;
  border-radius: 50%;
}
.amplify .site-button-full-secondary:before {
  left: -20px;
  transform: translate(-50%, -50%);
}
.amplify .site-button-full-secondary:after {
  right: -20px;
  transform: translate(50%, -50%);
}
.amplify .site-button-full-secondary:hover {
  color: #414141 !important;
  border: 1px solid #414141;
  transition: all ease 1.2s;
}
.amplify .site-button-full-secondary:hover span {
  color: #414141 !important;
}
.amplify .site-button-full-secondary:hover:before {
  animation: criss-cross-left 0.8s both;
  animation-direction: alternate;
}
.amplify .site-button-full-secondary:hover:after {
  animation: criss-cross-right 0.8s both;
  animation-direction: alternate;
}
@keyframes criss-cross-left {
  0% {
    left: -20px;
  }
  50% {
    left: 50%;
    width: 20px;
    height: 18px;
  }
  100% {
    left: 50%;
    width: 100%;
    height: 100%;
  }
}
@keyframes criss-cross-right {
  0% {
    right: -20px;
  }
  50% {
    right: 50%;
    width: 20px;
    height: 18px;
    border-radius: 50px;
  }
  100% {
    right: 50%;
    width: 100%;
    height: 100%;
    border-radius: 50px;
  }
}
.amplify .site-button-big-primary {
  position: relative;
  display: inline-block;
  overflow: hidden;
  font-size: 18px;
  border: 1px solid #419F7A;
  color: #ffffff;
  text-decoration: none;
  border-radius: 50px;
  padding: 3px 50px 5px;
  background: #419F7A;
  transition: all ease 0.5s;
  line-height: 40px;
  text-decoration: none !important;
  padding: 22px 50px 25px;
  font-size: 25px;
}
.amplify .site-button-big-primary span {
  position: relative;
  z-index: 10;
}
.amplify .site-button-big-primary:before, .amplify .site-button-big-primary:after {
  position: absolute;
  top: 50%;
  content: "";
  width: 20px;
  height: 18px;
  background-color: #ffffff;
  border-radius: 50%;
}
.amplify .site-button-big-primary:before {
  left: -20px;
  transform: translate(-50%, -50%);
}
.amplify .site-button-big-primary:after {
  right: -20px;
  transform: translate(50%, -50%);
}
.amplify .site-button-big-primary:hover {
  color: #419F7A !important;
  border: 1px solid #419F7A;
  transition: all ease 1.2s;
}
.amplify .site-button-big-primary:hover span {
  color: #419F7A !important;
}
.amplify .site-button-big-primary:hover:before {
  animation: criss-cross-left 0.8s both;
  animation-direction: alternate;
}
.amplify .site-button-big-primary:hover:after {
  animation: criss-cross-right 0.8s both;
  animation-direction: alternate;
}
@keyframes criss-cross-left {
  0% {
    left: -20px;
  }
  50% {
    left: 50%;
    width: 20px;
    height: 18px;
  }
  100% {
    left: 50%;
    width: 100%;
    height: 100%;
  }
}
@keyframes criss-cross-right {
  0% {
    right: -20px;
  }
  50% {
    right: 50%;
    width: 20px;
    height: 18px;
    border-radius: 50px;
  }
  100% {
    right: 50%;
    width: 100%;
    height: 100%;
    border-radius: 50px;
  }
}
.amplify .site-button-big-secondary {
  position: relative;
  display: inline-block;
  overflow: hidden;
  font-size: 18px;
  border: 1px solid #414141;
  color: #ffffff;
  text-decoration: none;
  border-radius: 50px;
  padding: 3px 50px 5px;
  background: #414141;
  transition: all ease 0.5s;
  line-height: 40px;
  text-decoration: none !important;
  padding: 22px 50px 25px;
  font-size: 25px;
}
.amplify .site-button-big-secondary span {
  position: relative;
  z-index: 10;
}
.amplify .site-button-big-secondary:before, .amplify .site-button-big-secondary:after {
  position: absolute;
  top: 50%;
  content: "";
  width: 20px;
  height: 18px;
  background-color: #ffffff;
  border-radius: 50%;
}
.amplify .site-button-big-secondary:before {
  left: -20px;
  transform: translate(-50%, -50%);
}
.amplify .site-button-big-secondary:after {
  right: -20px;
  transform: translate(50%, -50%);
}
.amplify .site-button-big-secondary:hover {
  color: #414141 !important;
  border: 1px solid #414141;
  transition: all ease 1.2s;
}
.amplify .site-button-big-secondary:hover span {
  color: #414141 !important;
}
.amplify .site-button-big-secondary:hover:before {
  animation: criss-cross-left 0.8s both;
  animation-direction: alternate;
}
.amplify .site-button-big-secondary:hover:after {
  animation: criss-cross-right 0.8s both;
  animation-direction: alternate;
}
@keyframes criss-cross-left {
  0% {
    left: -20px;
  }
  50% {
    left: 50%;
    width: 20px;
    height: 18px;
  }
  100% {
    left: 50%;
    width: 100%;
    height: 100%;
  }
}
@keyframes criss-cross-right {
  0% {
    right: -20px;
  }
  50% {
    right: 50%;
    width: 20px;
    height: 18px;
    border-radius: 50px;
  }
  100% {
    right: 50%;
    width: 100%;
    height: 100%;
    border-radius: 50px;
  }
}
.amplify .site-button-heart {
  position: relative;
  display: inline-block;
}
@media (max-width: 599px) {
  .amplify .site-button-heart {
    margin: 0 0 10px;
  }
}
.amplify .site-button-heart span {
  background: #FFF500;
  color: #000000;
  border-radius: 50px;
  padding: 3px 50px 5px;
  display: inline-block;
  line-height: 40px;
  position: relative;
  z-index: 2;
  border: 1px solid #FFF500;
}
.amplify .site-button-heart .site-icon-heart {
  position: absolute;
  top: 0px;
  color: #FF2689;
  font-size: 25px;
  z-index: 0;
}
.amplify .site-button-heart .site-icon-heart:nth-of-type(1) {
  left: calc(50% - 50px);
  scale: 1.1;
}
.amplify .site-button-heart .site-icon-heart:nth-of-type(2) {
  left: calc(50% - 25px);
  animation-delay: 0.4s !important;
}
.amplify .site-button-heart .site-icon-heart:nth-of-type(3) {
  left: 50%;
  animation-delay: 1s !important;
  scale: 1.2;
}
.amplify .site-button-heart .site-icon-heart:nth-of-type(4) {
  left: calc(50% + 25px);
  animation-delay: 1.5s !important;
  scale: 1.2;
}
.amplify .site-button-heart:hover span {
  background: #ffffff;
  border: 1px solid #000000;
}
.amplify .site-button-heart:hover .site-icon-heart {
  animation: 1.5s linear heart normal;
}
@keyframes heart {
  0% {
    transform: rotate(10deg);
    opacity: 0;
  }
  25% {
    transform: rotate(-10deg);
    opacity: 1;
  }
  75% {
    transform: rotate(10deg);
    opacity: 0.5;
  }
  100% {
    transform: rotate(-10deg);
    opacity: 0;
    top: -130%;
  }
}
.amplify .box {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--accent-color);
  color: #fff;
  border-radius: 50px;
  position: relative;
}
.amplify .counter-container {
  padding: 30px;
}
.amplify .cms-text-feature table tr {
  background: transparent;
}
.amplify .cms-text-feature table tr th {
  background: #419F7A;
  color: #ffffff;
}
.amplify .cms-text-feature table tr:nth-child(2n) {
  background: #f1f1f1;
}
@media (max-width: 599px) {
  .amplify .cms-text-feature table tr:nth-child(2n) {
    background: none;
  }
}
@media (max-width: 599px) {
  .amplify table.site-table-mobile > thead > tr > td p, .amplify table.site-table-mobile > thead > tr > th p, .amplify table.site-table-mobile > tbody > tr > td p, .amplify table.site-table-mobile > tbody > tr > th p {
    margin: 0 0 20px !important;
  }
}
.amplify table.site-table-no-scroll {
  display: table !important;
}
.amplify table.site-table-mobile-stack {
  border-collapse: collapse;
  margin: 0 0 30px;
  padding: 0;
  width: 100%;
  table-layout: fixed;
  white-space: normal;
}
.amplify table.site-table-mobile-stack tr {
  background-color: transparent;
  border: 1px solid #f1f1f1;
  padding: 5px;
}
.amplify table.site-table-mobile-stack th,
.amplify table.site-table-mobile-stack td {
  padding: 0.625em;
  text-align: center;
  word-wrap: break-word;
}
.amplify table.site-table-mobile-stack th {
  text-transform: uppercase;
}
@media (max-width: 599px) {
  .amplify table.site-table-mobile-stack {
    border-collapse: collapse;
    margin: 0;
    padding: 0;
    width: 100%;
    table-layout: fixed;
    display: table !important;
  }
  .amplify table.site-table-mobile-stack caption {
    font-size: 1.3em;
  }
  .amplify table.site-table-mobile-stack thead {
    border: none;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .amplify table.site-table-mobile-stack tr {
    display: block;
    margin-bottom: 0.625em;
    background: none !important;
    border: 1px solid #414141;
  }
  .amplify table.site-table-mobile-stack td {
    border: none;
    border-bottom: 1px solid #f1f1f1;
    display: block;
    text-align: right !important;
  }
  .amplify table.site-table-mobile-stack td::before {
    /*
    * aria-label has no advantage, it won't be read inside a table
    content: attr(aria-label);
    */
    content: attr(data-label);
    float: left;
    font-weight: bold;
    text-transform: uppercase;
    color: #414141;
  }
  .amplify table.site-table-mobile-stack td:last-child {
    border-bottom: 0;
  }
}
@media (max-width: 599px) {
  .amplify table.site-table-row-border {
    width: 100% !important;
  }
}
.amplify table.site-table-row-border tr {
  border-bottom: 1px solid #f1f1f1;
}
.amplify table.site-table-row-border tr td h1, .amplify table.site-table-row-border tr td h2, .amplify table.site-table-row-border tr td h3, .amplify table.site-table-row-border tr td h4, .amplify table.site-table-row-border tr td h5, .amplify table.site-table-row-border tr td h6, .amplify table.site-table-row-border tr td p {
  margin: 0 !important;
}
@media (max-width: 599px) {
  .amplify table.site-table-row-border.site-table-mobile > thead > tr > td h1, .amplify table.site-table-row-border.site-table-mobile > thead > tr > td h2, .amplify table.site-table-row-border.site-table-mobile > thead > tr > td h3, .amplify table.site-table-row-border.site-table-mobile > thead > tr > td h4, .amplify table.site-table-row-border.site-table-mobile > thead > tr > td h5, .amplify table.site-table-row-border.site-table-mobile > thead > tr > td h6, .amplify table.site-table-row-border.site-table-mobile > thead > tr > td p, .amplify table.site-table-row-border.site-table-mobile > thead > tr > th h1, .amplify table.site-table-row-border.site-table-mobile > thead > tr > th h2, .amplify table.site-table-row-border.site-table-mobile > thead > tr > th h3, .amplify table.site-table-row-border.site-table-mobile > thead > tr > th h4, .amplify table.site-table-row-border.site-table-mobile > thead > tr > th h5, .amplify table.site-table-row-border.site-table-mobile > thead > tr > th h6, .amplify table.site-table-row-border.site-table-mobile > thead > tr > th p, .amplify table.site-table-row-border.site-table-mobile > tbody > tr > td h1, .amplify table.site-table-row-border.site-table-mobile > tbody > tr > td h2, .amplify table.site-table-row-border.site-table-mobile > tbody > tr > td h3, .amplify table.site-table-row-border.site-table-mobile > tbody > tr > td h4, .amplify table.site-table-row-border.site-table-mobile > tbody > tr > td h5, .amplify table.site-table-row-border.site-table-mobile > tbody > tr > td h6, .amplify table.site-table-row-border.site-table-mobile > tbody > tr > td p, .amplify table.site-table-row-border.site-table-mobile > tbody > tr > th h1, .amplify table.site-table-row-border.site-table-mobile > tbody > tr > th h2, .amplify table.site-table-row-border.site-table-mobile > tbody > tr > th h3, .amplify table.site-table-row-border.site-table-mobile > tbody > tr > th h4, .amplify table.site-table-row-border.site-table-mobile > tbody > tr > th h5, .amplify table.site-table-row-border.site-table-mobile > tbody > tr > th h6, .amplify table.site-table-row-border.site-table-mobile > tbody > tr > th p {
    margin: 0 !important;
  }
}
.amplify .site-breadcrumbs-wrapper {
  background: #f9f9f9;
  padding: 15px 0;
  border-bottom: 1px solid #dfdfdf;
  color: #414141;
  margin: 0 0 20px;
}
.amplify .site-breadcrumbs-wrapper .site-breadcrumbs-item {
  display: inline-block;
  padding: 0 30px 0 0;
  position: relative;
}
.amplify .site-breadcrumbs-wrapper .site-breadcrumbs-item:after {
  font-family: "site-icon" !important;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e909" !important;
  font-size: 25px;
  position: absolute;
  right: 0;
  top: 0;
}
.amplify .site-breadcrumbs-wrapper .site-breadcrumbs-item.site-breadcrumbs-active:after {
  display: none;
}
.amplify .site-breadcrumbs-wrapper .site-breadcrumbs-item a.site-breadcrumbs-link {
  color: #419F7A;
  position: relative;
}
.amplify .site-breadcrumbs-wrapper .site-breadcrumbs-item a.site-breadcrumbs-link::after {
  content: "";
  width: 0;
  position: absolute;
  height: 2px;
  background: #ffffff;
  left: 0;
  bottom: -5px;
  transition: all ease 0.5s;
}
.amplify .site-breadcrumbs-wrapper .site-breadcrumbs-item a.site-breadcrumbs-link:hover:after {
  width: 100%;
}
@media (max-width: 1299px) {
  .amplify .site-menu-toggle {
    display: block;
  }
  .amplify .site-navigation-wrapper {
    position: fixed;
    background: #000000;
    z-index: 1000;
    right: -100%;
    top: 110px;
    width: 300px;
    transition: all ease 0.5s;
    opacity: 0;
    visibility: hidden;
    height: calc(100vh - 110px);
  }
  .amplify .site-navigation-wrapper.site-navigation-wrapper-active {
    right: 0;
    opacity: 1;
    visibility: visible;
    overflow: scroll;
    width: 400px;
  }
}
@media (max-width: 1299px) and (max-width: 599px) {
  .amplify .site-navigation-wrapper.site-navigation-wrapper-active {
    width: 100%;
  }
}
@media (max-width: 1299px) {
  .amplify .site-navigation-wrapper ul.site-nav-block {
    padding: 10px 20px;
  }
  .amplify .site-navigation-wrapper ul.site-nav-block > li {
    border-bottom: 1px solid #ffffff;
    margin: 0 0 10px;
    padding: 0 0 10px;
  }
  .amplify .site-navigation-wrapper ul.site-nav-block > li > a {
    color: #ffffff;
    position: relative;
    padding: 0;
  }
  .amplify .site-navigation-wrapper ul.site-nav-block > li.site-nav-active > a {
    color: #FFF500;
    font-weight: bold;
  }
  .amplify .site-navigation-wrapper ul.site-nav-block li {
    display: block;
    position: relative;
  }
  .amplify .site-navigation-wrapper ul.site-nav-block li .site-nav-linktext.site-nav-expand {
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    color: #ffffff;
  }
  .amplify .site-navigation-wrapper ul.site-nav-block li .site-nav-linktext.site-nav-expand:before {
    font-family: "site-icon" !important;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\e909" !important;
    font-size: 30px;
    display: block;
    transition: all ease 0.5s;
  }
  .amplify .site-navigation-wrapper ul.site-nav-block li .site-nav-linktext.site-nav-expand-active:before {
    transform: rotate(90deg);
  }
  .amplify .site-navigation-wrapper ul.site-nav-block li .site-subnav-wrapper {
    overflow: hidden;
    max-height: 0;
    transition: all ease 0.5s;
  }
  .amplify .site-navigation-wrapper ul.site-nav-block li .site-subnav-wrapper-active {
    max-height: 1000px;
  }
  .amplify .site-navigation-wrapper ul.site-nav-block li .site-subnav-wrapper .site-subnav-block {
    padding: 10px 0 0;
  }
  .amplify .site-navigation-wrapper ul.site-nav-block li .site-subnav-wrapper .site-subnav-block li {
    padding: 0 20px 10px;
    text-transform: none;
  }
  .amplify .site-navigation-wrapper ul.site-nav-block li .site-subnav-wrapper .site-subnav-block li a {
    color: #ffffff;
  }
  .amplify .site-navigation-wrapper ul.site-nav-block li .site-subnav-wrapper .site-subnav-block li a:hover {
    color: #000000;
  }
  .amplify .site-navigation-wrapper ul.site-nav-block li .site-subnav-wrapper .site-subnav-block li.site-subnav-active > a {
    color: #ffffff;
    font-weight: bold;
  }
}
.amplify blockquote, .amplify q {
  padding: 85px 75px;
  position: relative;
  margin: 80px 0 !important;
  border-radius: 20px;
  text-align: left;
  font-size: 18px !important;
  line-height: 30px !important;
}
@media (max-width: 599px) {
  .amplify blockquote, .amplify q {
    padding: 40px 20px;
  }
}
.amplify blockquote:after, .amplify q:after {
  font-family: "site-icon" !important;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e903" !important;
  display: block;
  position: absolute;
  background-size: 100%;
  top: -20px;
  left: 75px;
  font-size: 70px;
  color: #000000;
}
@media (max-width: 599px) {
  .amplify blockquote:after, .amplify q:after {
    left: 25px;
    font-size: 50px;
  }
}
.amplify blockquote:before, .amplify q:before {
  font-family: "site-icon" !important;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e919" !important;
  display: block;
  position: absolute;
  background-size: 100%;
  bottom: -20px;
  right: 75px;
  font-size: 70px;
  color: #000000;
}
@media (max-width: 599px) {
  .amplify blockquote:before, .amplify q:before {
    right: 25px;
    font-size: 50px;
  }
}
.amplify q {
  border: 5px solid #000000;
  color: #000000;
}
.amplify q:after, .amplify q:before {
  color: #419F7A;
}
.amplify blockquote {
  background: #419F7A;
  color: #ffffff;
}
.amplify .cms-text-feature .cms-text-feature-data {
  line-height: normal;
}
.amplify .cms-text-feature .cms-text-feature-data p {
  line-height: 30px;
  font-size: 18px;
  margin: 0 0 20px;
}
.amplify .cms-text-feature .cms-text-feature-data p:last-child {
  margin: 0;
}
.amplify .cms-text-feature .cms-text-feature-data q, .amplify .cms-text-feature .cms-text-feature-data blockquote {
  text-align: left;
}
.amplify .cms-text-feature .cms-text-feature-data ul, .amplify .cms-text-feature .cms-text-feature-data ol {
  list-style-position: outside;
}
.amplify .cms-text-feature .cms-text-feature-data ul li, .amplify .cms-text-feature .cms-text-feature-data ol li {
  line-height: 30px;
  font-size: 18px;
  margin: 0 0 20px;
}
.amplify .cms-text-feature .cms-text-feature-data ul li:last-child, .amplify .cms-text-feature .cms-text-feature-data ol li:last-child {
  margin: 0;
}
.amplify .cms-text-feature .cms-text-feature-data ol {
  list-style: none;
  counter-reset: li;
}
.amplify .cms-text-feature .cms-text-feature-data ol li {
  position: relative;
  counter-increment: li;
  padding: 0 0 0 12px;
}
.amplify .cms-text-feature .cms-text-feature-data ol li::before {
  content: counter(li);
  color: #419F7A;
  font-size: 20px;
  position: absolute;
  left: -20px;
  top: 0px;
  width: 17px;
  text-align: left;
}
.amplify .cms-text-feature .cms-text-feature-data ul li {
  list-style: none;
  position: relative;
  padding: 0 0 0 12px;
}
.amplify .cms-text-feature .cms-text-feature-data ul li:before {
  content: "";
  width: 20px;
  height: 18px;
  background: #419F7A;
  border-radius: 100%;
  position: absolute;
  left: -20px;
  top: 10px;
  transform: rotate(-30deg);
}
.amplify .cms-text-feature .cms-text-feature-data hr {
  margin: 30px 0 20px;
}
.amplify .cms-text-feature .cms-text-feature-data a1 {
  color: #419F7A;
}
.amplify .cms-text-feature .cms-text-feature-data a1.no-link-style {
  border-bottom: none !important;
  color: #419F7A;
}
.amplify .cms-text-feature .cms-text-feature-data a1.no-link-style:hover {
  color: #414141;
}
.amplify .cms-text-feature .cms-text-feature-data a1:hover {
  color: #414141;
  border-bottom: 1px solid #414141;
}
.amplify body.cms-page-is-in-edit-mode .cms-feature-wrapper {
  position: relative;
}
.amplify body.cms-page-is-in-edit-mode .cms-feature-wrapper .site-feature-detail {
  position: absolute;
  background: #ffffff;
  color: #ffffff;
  height: 30px;
  line-height: 30px;
  text-align: center;
  top: 0;
  right: 0;
  display: flex;
  padding: 0 10px;
  font-size: 18px;
}
.amplify body.cms-page-is-in-edit-mode .cms-feature-wrapper .site-feature-detail .site-feature-count {
  margin: 0 10px 0 0;
  position: relative;
  padding: 0 12px 0 0;
}
.amplify body.cms-page-is-in-edit-mode .cms-feature-wrapper .site-feature-detail .site-feature-count:before {
  content: "";
  background: #419F7A;
  height: 4px;
  width: 4px;
  border-radius: 100%;
  display: inline-block;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 0;
}
.amplify body.cms-page-is-in-edit-mode .cms-feature-wrapper .site-feature-detail .site-feature-row {
  margin: 0 0 0 10px;
  position: relative;
  padding: 0 0 0 12px;
}
.amplify body.cms-page-is-in-edit-mode .cms-feature-wrapper .site-feature-detail .site-feature-row:before {
  content: "";
  background: #419F7A;
  height: 4px;
  width: 4px;
  border-radius: 100%;
  display: inline-block;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  left: 0;
}
.amplify body.cms-page-is-in-edit-mode .site-row-container {
  position: relative;
}
.amplify body.cms-page-is-in-edit-mode .site-row-container:after {
  content: "New Row";
  display: block;
  margin: 40px 0;
  position: relative;
  position: absolute;
  top: 27px;
  left: 0;
  right: 0;
  width: 100px;
  margin: 0 auto;
  background: #ffffff;
  padding: 5px 10px;
  text-align: center;
  font-size: 18px;
  color: #419F7A;
}
.amplify body.cms-page-is-in-edit-mode .site-row-container:before {
  content: "";
  display: block;
  height: 2px;
  width: 100%;
  background: #dfdfdf;
  margin: 40px 0;
}
.amplify .site-color-text {
  color: #414141 !important;
}
.amplify .site-color-text-wrapper .cms-feature-title {
  color: #414141 !important;
}
.amplify .site-color-primary {
  color: #419F7A !important;
}
.amplify .site-color-primary-wrapper .cms-feature-title {
  color: #419F7A !important;
}
.amplify .site-color-secondary {
  color: #ffffff !important;
}
.amplify .site-color-secondary-wrapper .cms-feature-title {
  color: #ffffff !important;
}
.amplify .site-color-light {
  color: #f1f1f1 !important;
}
.amplify .site-color-light-wrapper .cms-feature-title {
  color: #f1f1f1 !important;
}
.amplify .site-color-black {
  color: #000000 !important;
}
.amplify .site-color-black * {
  color: #000000 !important;
}
.amplify .site-color-black-wrapper .cms-feature-title {
  color: #000000 !important;
}
.amplify .site-color-black-wrapper .cms-feature-title * {
  color: #000000 !important;
}
.amplify .site-color-white {
  color: #ffffff !important;
}
.amplify .site-color-white var {
  color: #ffffff;
}
.amplify .site-color-white *:not(var):not(var *) {
  color: #ffffff !important;
}
.amplify .site-color-white *:not(var):not(var *).site-button-secondary:hover, .amplify .site-color-white .site-search-wrapper .site-search-block.site-search-option2 *.site-search-button:not(var):not(var *):hover, .site-search-wrapper .site-search-block.site-search-option2 .amplify .site-color-white *.site-search-button:not(var):not(var *):hover {
  color: #414141 !important;
}
.amplify .site-color-white *:not(var):not(var *).site-button-secondary:hover span, .amplify .site-color-white .site-search-wrapper .site-search-block.site-search-option2 *.site-search-button:not(var):not(var *):hover span, .site-search-wrapper .site-search-block.site-search-option2 .amplify .site-color-white *.site-search-button:not(var):not(var *):hover span {
  color: #414141 !important;
}
.amplify .site-color-white-wrapper .cms-feature-title {
  color: #ffffff !important;
}
.amplify .site-bg-text, .amplify .site-bg-text-wrapper, .amplify .site-bg .cms-feature-title {
  background: #414141 !important;
}
.amplify .site-bg-primary, .amplify .site-bg-primary-wrapper, .amplify .site-bg .cms-feature-title {
  background: #419F7A !important;
}
.amplify .site-bg-secondary, .amplify .site-bg-secondary-wrapper, .amplify .site-bg .cms-feature-title {
  background: #ffffff !important;
}
.amplify .site-bg-light, .amplify .site-bg-light-wrapper, .amplify .site-bg .cms-feature-title {
  background: #dfdfdf !important;
}
.amplify .site-bg-black, .amplify .site-bg-black-wrapper, .amplify .site-bg .cms-feature-title {
  background: #000000 !important;
}
.amplify .site-bg-white, .amplify .site-bg-white-wrapper, .amplify .site-bg .cms-feature-title {
  background: #ffffff !important;
}
.amplify .border-color-primary {
  border-color: #419F7A;
}
.amplify .border-color-secondary {
  border-color: #ffffff;
}
.amplify .border-color-tertiary {
  border-color: #414141;
}
.amplify .border-color-white {
  border-color: #ffffff;
}
.amplify .border-color-light {
  border-color: #f1f1f1;
}
.amplify .border-color-black {
  border-color: #000000;
}
.amplify .border-bg-primary {
  background: #419F7A;
}
.amplify .border-bg-secondary {
  background: #ffffff;
}
.amplify .border-bg-tertiary {
  background: #414141;
}
.amplify .border-bg-white {
  background: #ffffff;
}
.amplify .border-bg-light {
  background: #f1f1f1;
}
.amplify .border-bg-black {
  background: #000000;
}
.amplify .site-navigation-wrapper #site-navigation ul.site-nav-block > li.custom-nav-vm-home-css {
  display: none !important;
}
@media (min-width: 1300px) {
  .amplify .site-navigation-wrapper #site-navigation ul.site-nav-block {
    position: relative;
    margin: 0 20px 0 0;
  }
  .amplify .site-navigation-wrapper #site-navigation ul.site-nav-block > li {
    margin: 0 25px 0 0;
    display: inline-block;
  }
  .amplify .site-navigation-wrapper #site-navigation ul.site-nav-block > li.custom-nav-vm-home-css {
    display: none !important;
  }
  .amplify .site-navigation-wrapper #site-navigation ul.site-nav-block > li > a {
    font-size: 16px;
    font-weight: bold;
    color: #414141;
    display: block;
    letter-spacing: 0.5px;
    position: relative;
  }
  .amplify .site-navigation-wrapper #site-navigation ul.site-nav-block > li > a:before {
    background: #419F7A;
    content: "";
    display: block;
    height: 1px;
    width: 0%;
    top: 0;
    left: 0;
    position: absolute;
    transition: all ease 0.5s;
  }
  .amplify .site-navigation-wrapper #site-navigation ul.site-nav-block > li > a:after {
    background: #419F7A;
    content: "";
    display: block;
    height: 1px;
    width: 0%;
    bottom: -3px;
    right: 0;
    position: absolute;
    transition: all ease 0.5s;
  }
  .amplify .site-navigation-wrapper #site-navigation ul.site-nav-block > li > a:hover {
    color: #419F7A;
  }
  .amplify .site-navigation-wrapper #site-navigation ul.site-nav-block > li > a:hover:before, .amplify .site-navigation-wrapper #site-navigation ul.site-nav-block > li > a:hover:after {
    width: 100%;
  }
  .amplify .site-navigation-wrapper #site-navigation ul.site-nav-block > li:hover > .site-subnav-wrapper {
    display: block;
  }
  .amplify .site-navigation-wrapper #site-navigation ul.site-nav-block > li.site-nav-active a, .amplify .site-navigation-wrapper #site-navigation ul.site-nav-block > li.site-nav-active-parent a {
    color: #419F7A;
  }
  .amplify .site-navigation-wrapper #site-navigation ul.site-nav-block > li.site-nav-active a:before, .amplify .site-navigation-wrapper #site-navigation ul.site-nav-block > li.site-nav-active a:after, .amplify .site-navigation-wrapper #site-navigation ul.site-nav-block > li.site-nav-active-parent a:before, .amplify .site-navigation-wrapper #site-navigation ul.site-nav-block > li.site-nav-active-parent a:after {
    width: 100%;
  }
  .amplify .site-navigation-wrapper #site-navigation ul.site-nav-block .site-subnav-wrapper {
    display: none;
    position: absolute;
    background: #419F7A;
    z-index: 1000;
    padding: 10px 20px;
    top: 100%;
    min-width: 130px;
  }
  .amplify .site-navigation-wrapper #site-navigation ul.site-nav-block .site-subnav-wrapper ul.site-subnav-block li {
    display: block;
    margin: 0 0 5px;
  }
  .amplify .site-navigation-wrapper #site-navigation ul.site-nav-block .site-subnav-wrapper ul.site-subnav-block li a {
    color: #ffffff;
    font-size: 14px;
    position: relative;
    display: block;
  }
  .amplify .site-navigation-wrapper #site-navigation ul.site-nav-block .site-subnav-wrapper ul.site-subnav-block li a:before {
    content: "";
    display: block;
    position: absolute;
    background: #ffffff;
    height: 1px;
    width: 0%;
    bottom: 0;
    transition: all ease 0.5s;
  }
  .amplify .site-navigation-wrapper #site-navigation ul.site-nav-block .site-subnav-wrapper ul.site-subnav-block li:hover a:before, .amplify .site-navigation-wrapper #site-navigation ul.site-nav-block .site-subnav-wrapper ul.site-subnav-block li.site-subnav-active a:before {
    width: 100%;
  }
  .amplify .site-navigation-wrapper #site-navigation .site-nav-linktext, .amplify .site-navigation-wrapper #site-navigation .site-nav-linktext {
    display: none;
  }
  .amplify .site-menu-toggle {
    display: none;
  }
}
.amplify #site-footer {
  background: #419F7A;
  padding: 100px 0 40px;
  clear: both;
  position: relative;
}
@media (max-width: 799px) {
  .amplify #site-footer {
    padding: 100px 0 0;
  }
}
@media (max-width: 799px) {
  .amplify #site-footer .site-container {
    padding: 0;
  }
}
.amplify #site-footer .cms-feature-datablock {
  color: #ffffff !important;
}
.amplify #site-footer .cms-feature-datablock *:not(.site-button-secondary):not(.site-button-secondary span):not(.site-search-wrapper .site-search-block.site-search-option2 .site-search-button span) {
  color: #ffffff !important;
}
.amplify #site-footer .site-footer-block {
  display: flex;
  justify-content: space-between;
  position: relative;
  color: #000000;
  padding: 0 20px;
  z-index: 100;
}
@media (max-width: 399px) {
  .amplify #site-footer .site-footer-block {
    display: block;
    text-align: center;
  }
}
.amplify #site-footer .site-footer-block .site-footer-logo {
  width: 60%;
}
@media (max-width: 1499px) {
  .amplify #site-footer .site-footer-block .site-footer-logo {
    width: 75%;
  }
}
@media (max-width: 1099px) {
  .amplify #site-footer .site-footer-block .site-footer-logo {
    width: 100%;
  }
}
.amplify #site-footer .site-footer-block .site-footer-logo h1, .amplify #site-footer .site-footer-block .site-footer-logo h2, .amplify #site-footer .site-footer-block .site-footer-logo h3, .amplify #site-footer .site-footer-block .site-footer-logo h4, .amplify #site-footer .site-footer-block .site-footer-logo h5, .amplify #site-footer .site-footer-block .site-footer-logo h6 {
  margin: 0 0 20px;
}
.amplify #site-footer .site-footer-block .site-footer-logo #site-footer-logo {
  display: flex;
}
@media (max-width: 999px) {
  .amplify #site-footer .site-footer-block .site-footer-logo #site-footer-logo {
    display: block;
  }
}
.amplify #site-footer .site-footer-block .site-footer-logo #site-footer-logo .site-footer-desc-wrapper {
  flex: 0 0 calc(100% - 300px);
  max-width: calc(100% - 300px);
}
@media (max-width: 999px) {
  .amplify #site-footer .site-footer-block .site-footer-logo #site-footer-logo .site-footer-desc-wrapper {
    width: 100%;
    max-width: none;
  }
}
.amplify #site-footer .site-footer-block .site-footer-logo #site-footer-logo .site-footer-desc-wrapper .site-button-secondary, .amplify #site-footer .site-footer-block .site-footer-logo #site-footer-logo .site-footer-desc-wrapper .site-search-wrapper .site-search-block.site-search-option2 .site-search-button, .site-search-wrapper .site-search-block.site-search-option2 .amplify #site-footer .site-footer-block .site-footer-logo #site-footer-logo .site-footer-desc-wrapper .site-search-button {
  padding: 3px 20px 5px;
}
.amplify #site-footer .site-footer-block .site-footer-logo table tr:nth-child(2n) {
  background: none !important;
}
.amplify #site-footer .site-footer-block .site-footer-logo table tr td {
  border: none;
}
.amplify #site-footer .site-footer-block .site-footer-logo table tr ul {
  padding: 0;
}
.amplify #site-footer .site-footer-block .site-footer-logo table tr ul li {
  padding: 0;
  font-size: 16px;
  line-height: 28px;
  margin: 0;
}
.amplify #site-footer .site-footer-block .site-footer-logo table tr ul li a {
  position: relative;
  text-decoration: none;
  margin: 0 0 5px;
  display: inline-block;
}
.amplify #site-footer .site-footer-block .site-footer-logo table tr ul li a:after {
  position: absolute;
  content: "";
  display: block;
  background: #ffffff;
  width: 100%;
  height: 1px;
  transition: all ease 0.7s;
  bottom: 1px;
  left: 0;
}
.amplify #site-footer .site-footer-block .site-footer-logo table tr ul li a:hover:after {
  width: 0%;
}
.amplify #site-footer .site-footer-block .site-footer-logo table tr ul li a.custom-link-active {
  font-weight: bold;
}
.amplify #site-footer .site-footer-block .site-footer-logo table tr ul li::before {
  display: none !important;
}
.amplify #site-footer .site-footer-right {
  position: absolute;
  bottom: 0;
  right: 0;
}
@media (max-width: 999px) {
  .amplify #site-footer .site-footer-right {
    position: static;
    display: none;
  }
}
@media (max-width: 599px) {
  .amplify #site-footer .site-footer-right {
    display: block;
  }
}
.amplify #site-footer .site-footer-right .site-footer-image img {
  width: 80% !important;
}
@media (max-width: 1499px) {
  .amplify #site-footer .site-footer-right .site-footer-image img {
    width: 75% !important;
  }
}
@media (max-width: 1299px) {
  .amplify #site-footer .site-footer-right .site-footer-image img {
    width: 60% !important;
  }
}
@media (max-width: 799px) {
  .amplify #site-footer .site-footer-right .site-footer-image img {
    width: 100% !important;
  }
}
.amplify a {
  color: #419F7A;
}
.amplify a:hover, .amplify a:focus {
  color: #414141;
}
.amplify .cms-feature-datablock a {
  text-decoration: underline;
}
.amplify hr {
  margin: 0 auto 10px;
  border-top: 1px solid #419F7A !important;
}
.amplify var {
  background: #419F7A;
  padding: 15px 40px;
  text-transform: uppercase;
  font-style: normal;
  font-weight: bold;
  letter-spacing: -2.5px;
  font-size: 40px;
  color: #ffffff;
  display: inline-block;
  box-shadow: 8px 14px 17px -7px rgba(0, 0, 0, 0.5);
  line-height: 30px;
  font-family: "brother-1816", sans-serif;
}
@media (max-width: 1299px) {
  .amplify var {
    line-height: 40px;
  }
}
@media (max-width: 599px) {
  .amplify var {
    font-size: 20px;
    line-height: 20px;
    letter-spacing: -1.5px;
    padding: 10px 30px;
  }
}
.amplify .site-posted-block {
  font-size: 16px;
  color: #000000;
  position: relative;
  padding: 0 0 0 60px;
  height: 50px;
  line-height: 50px;
  margin: 0;
}
.amplify .site-posted-block:before {
  display: block;
  height: 40px;
  width: 40px;
  border-radius: 100%;
  background: #419F7A;
  color: #ffffff;
  position: absolute;
  left: 2px;
  top: 0;
  font-family: "gelato-luxe";
  font-size: 33px;
  text-align: center;
  line-height: 32px;
  font-weight: bold;
  animation: postedby 2s infinite;
  bottom: 0;
  margin: auto;
}
.amplify .site-posted-block a {
  border-bottom: 1px solid;
  color: #000000;
  text-decoration: none;
}
@keyframes postedby {
  from, to {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
  }
}
.amplify .site-slider .slick-dots {
  bottom: 40px;
  z-index: 10;
}
.amplify .site-slider .slick-dots li {
  padding: 0;
  height: 15px;
  width: 15px;
  margin: 0 5px;
}
.amplify .site-slider .slick-dots li button {
  padding: 0;
  height: 15px;
  width: 15px;
}
.amplify .site-slider .slick-dots li button:before {
  height: 15px;
  width: 15px;
  background: none;
  border: 1px solid #ffffff;
}
.amplify .site-slider .slick-dots li.slick-active button:before {
  background: #419F7A;
  border: 1px solid #ffffff;
}
.amplify .slick-arrow {
  width: 54px !important;
  height: 54px !important;
  padding: 0 !important;
}
@media (max-width: 599px) {
  .amplify .slick-arrow {
    width: 40px !important;
    height: 40px !important;
    top: 50% !important;
  }
}
.amplify .slick-arrow:before {
  font-family: "site-icon" !important;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e908" !important;
  border: 2px solid #419F7A !important;
  color: #419F7A !important;
  background: #ffffff !important;
  border-radius: 100%;
  line-height: 47px !important;
  font-size: 35px !important;
}
@media (max-width: 599px) {
  .amplify .slick-arrow:before {
    line-height: 35px !important;
    font-size: 30px !important;
  }
}
.amplify .slick-arrow:hover::before {
  background: #419F7A !important;
  color: #ffffff !important;
}
.amplify .slick-arrow.slick-next {
  right: -80px !important;
}
@media (max-width: 1499px) {
  .amplify .slick-arrow.slick-next {
    right: -50px !important;
  }
}
@media (max-width: 599px) {
  .amplify .slick-arrow.slick-next {
    right: 40px !important;
  }
}
.amplify .slick-arrow.slick-next::before {
  transform: rotate(180deg) !important;
}
.amplify .slick-arrow.slick-prev {
  left: -80px !important;
}
@media (max-width: 1499px) {
  .amplify .slick-arrow.slick-prev {
    left: -50px !important;
  }
}
@media (max-width: 599px) {
  .amplify .slick-arrow.slick-prev {
    left: 40px !important;
  }
}
.amplify .slick-arrow.slick-prev::before {
  transform: rotate(0deg) !important;
}
.amplify .mfp-arrow {
  background: #419F7A;
  color: #ffffff;
  border: 1px solid #419F7A;
  border-radius: 100%;
}
.amplify .mfp-arrow:after {
  color: #ffffff;
  font-size: 40px;
  line-height: 45px;
}
.amplify .mfp-arrow:hover {
  background: #ffffff;
  color: #419F7A;
  border: 1px solid #ffffff;
}
.amplify .mfp-arrow:hover:after {
  color: #419F7A;
}
.amplify .mfp-arrow.mfp-arrow-left:after {
  font-family: "site-icon" !important;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e908" !important;
}
.amplify .mfp-arrow.mfp-arrow-right:after {
  font-family: "site-icon" !important;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e909" !important;
}
.amplify .mfp-image-holder .mfp-content .mfp-close {
  background: #419F7A;
  color: #ffffff;
  border: 1px solid #419F7A;
  border-radius: 100%;
}
.amplify .mfp-image-holder .mfp-content .mfp-close:after {
  color: #ffffff;
  font-size: 15px;
}
.amplify .mfp-image-holder .mfp-content .mfp-close:hover {
  background: #ffffff;
  color: #419F7A;
  border: 1px solid #ffffff;
}
.amplify .mfp-image-holder .mfp-content .mfp-close:hover:after {
  color: #419F7A;
}
.amplify .site-thumbnail-block .site-thumbnail-link {
  border: 2px solid transparent;
  transition: all ease 0.8s;
  border-radius: 20px;
}
.amplify .site-thumbnail-block .site-thumbnail-link .site-icon-search {
  border-radius: 0 0 20px 0;
}
.amplify .site-thumbnail-block:hover .site-thumbnail-link {
  border: 2px solid #419F7A;
}
.amplify .cms-gallery-feature.site-slider-tab-wrapper .site-slider-tab-list .site-slide {
  cursor: pointer;
}
.amplify .cms-gallery-feature.site-slider-tab-wrapper .site-slider-tab-list .site-slide .site-slider-image {
  transition: all ease 0.8s;
  border-radius: 20px;
  border: 2px solid transparent;
}
.amplify .cms-gallery-feature.site-slider-tab-wrapper .site-slider-tab-list .site-slide.slick-current .site-slider-image, .amplify .cms-gallery-feature.site-slider-tab-wrapper .site-slider-tab-list .site-slide:hover .site-slider-image {
  border: 2px solid #419F7A;
}
.amplify .cms-gallery-feature.site-thumbnail-list-wrapper .site-thumbnail-video-popup .site-thumbnail-block .site-thumbnail-data {
  display: block;
  overflow: hidden;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  left: 0;
  right: 0;
}
.amplify .cms-gallery-feature.site-thumbnail-list-wrapper .site-thumbnail-video-popup .site-thumbnail-block .site-thumbnail-data .site-thumbnail-desc {
  left: 0;
  width: 96%;
  height: 96%;
  margin: auto;
  top: 0;
  right: 0;
}
.amplify .cms-gallery-feature.site-thumbnail-list-wrapper .site-thumbnail-video-popup .site-thumbnail-block .site-thumbnail-data .site-thumbnail-desc a.video-popup-button {
  position: relative;
  width: 90px;
  height: 90px;
  display: block;
  margin: auto;
  position: absolute;
}
.amplify .cms-gallery-feature.site-thumbnail-list-wrapper .site-thumbnail-video-popup .site-thumbnail-block .site-thumbnail-data .site-thumbnail-desc a.video-popup-button::after {
  font-family: "site-icon" !important;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e90d" !important;
  background: #ffffff;
  width: 90px;
  height: 90px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  color: #419F7A;
  font-size: 40px;
}
.amplify .site-custom-hero-long-text-wrapper .site-slider .site-slick-wrapper .slick-list .site-slide .site-slider-caption .site-slider-caption-block .site-container .site-slider-capton-data {
  max-width: 750px !important;
}
.amplify .site-custom-hero-full-text-wrapper .site-slider .site-slick-wrapper .slick-list .site-slide .site-slider-caption .site-slider-caption-block .site-container .site-slider-capton-data {
  max-width: 100% !important;
}
.amplify .site-custom-hero-wrapper {
  margin: 40px 0 0;
}
@media (max-width: 599px) {
  .amplify .site-custom-hero-wrapper {
    margin: 0;
  }
}
.amplify .site-custom-hero-wrapper .site-slider .site-slick-wrapper .slick-list {
  overflow: visible;
}
@media (max-width: 599px) {
  .amplify .site-custom-hero-wrapper .site-slider .site-slick-wrapper .slick-list .site-slide {
    display: flex !important;
    flex-wrap: wrap;
  }
  .amplify .site-custom-hero-wrapper .site-slider .site-slick-wrapper .slick-list .site-slide .site-slider-caption {
    order: 0;
    transform: none;
    position: static;
    padding: 50px 0;
  }
  .amplify .site-custom-hero-wrapper .site-slider .site-slick-wrapper .slick-list .site-slide .site-slider-image-block {
    order: 1;
    margin: auto;
  }
}
@media (min-width: 600px) {
  .amplify .site-custom-hero-wrapper .site-slider .site-slick-wrapper .slick-list .site-slide .site-slider-image-block {
    padding: 0 5%;
  }
  .amplify .site-custom-hero-wrapper .site-slider .site-slick-wrapper .slick-list .site-slide .site-slider-image-block .site-slider-image {
    width: auto;
    height: 100%;
    object-fit: contain;
    float: right;
    margin: -50px 0 0;
  }
}
.amplify .site-custom-hero-wrapper .site-slider .site-slick-wrapper .slick-list .site-slide .site-slider-image-block:after {
  background: none !important;
}
.amplify .site-custom-hero-wrapper .site-slider .site-slick-wrapper .slick-list .site-slide .site-slider-caption {
  background: none;
  left: 0;
  right: 0;
}
.amplify .site-custom-hero-wrapper .site-slider .site-slick-wrapper .slick-list .site-slide .site-slider-caption .site-slider-caption-block .site-container {
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 20px;
  width: 100%;
}
.amplify .site-custom-hero-wrapper .site-slider .site-slick-wrapper .slick-list .site-slide .site-slider-caption .site-slider-caption-block .site-container .site-slider-capton-data {
  max-width: 640px;
  width: 100%;
  margin: 0;
  text-align: left;
}
@media (max-width: 599px) {
  .amplify .site-custom-hero-wrapper .site-slider .site-slick-wrapper .slick-list .site-slide .site-slider-caption .site-slider-caption-block .site-container .site-slider-capton-data {
    text-align: center;
  }
}
.amplify .site-custom-hero-wrapper .site-slider .site-slick-wrapper .slick-list .site-slide .site-slider-caption .site-slider-caption-block .site-container .site-slider-capton-data * {
  color: #ffffff;
}
.amplify .site-custom-hero-wrapper .site-slider .site-slick-wrapper .slick-list .site-slide .site-slider-caption .site-slider-caption-block .site-container .site-slider-capton-data var {
  background: #000000;
  color: #ffffff;
}
.amplify #site-footer .site-footer-block .site-footer-logo .cms-feature-datablock :not(.site-button-secondary):not(.site-button-secondary span):not(.site-search-wrapper .site-search-block.site-search-option2 .site-search-button span) a[class*=site-social-] {
  color: #419F7A !important;
  height: 48px;
  width: 43px;
  position: relative;
  margin: 0 12px 0 0;
  transition: all ease 0.6s;
}
.amplify #site-footer .site-footer-block .site-footer-logo .cms-feature-datablock :not(.site-button-secondary):not(.site-button-secondary span):not(.site-search-wrapper .site-search-block.site-search-option2 .site-search-button span) a[class*=site-social-]:last-child {
  margin: 0;
}
.amplify #site-footer .site-footer-block .site-footer-logo .cms-feature-datablock :not(.site-button-secondary):not(.site-button-secondary span):not(.site-search-wrapper .site-search-block.site-search-option2 .site-search-button span) a[class*=site-social-]:after {
  display: inline-block;
  height: 100%;
  width: 100%;
  background: #ffffff;
  border-radius: 100%;
  transform: rotate(50deg);
  content: "";
  position: absolute;
  z-index: 1;
  left: 0;
  right: 0;
  border: 1px solid #ffffff;
  transition: all ease 0.6s;
}
.amplify #site-footer .site-footer-block .site-footer-logo .cms-feature-datablock :not(.site-button-secondary):not(.site-button-secondary span):not(.site-search-wrapper .site-search-block.site-search-option2 .site-search-button span) a[class*=site-social-]:hover {
  color: #ffffff !important;
}
.amplify #site-footer .site-footer-block .site-footer-logo .cms-feature-datablock :not(.site-button-secondary):not(.site-button-secondary span):not(.site-search-wrapper .site-search-block.site-search-option2 .site-search-button span) a[class*=site-social-]:hover:after {
  background: none;
}
.amplify .site-image-oval-wrapper {
  width: 250px;
  height: 233px;
  object-fit: cover;
  transform: rotate(-50deg);
  margin: auto;
  position: relative;
}
@media (max-width: 599px) {
  .amplify .site-image-oval-wrapper {
    transform: rotate(-50deg) scale(0.6);
    height: 160px;
    margin: 0 0 0 -65px;
  }
}
.amplify .site-image-oval-wrapper .site-image-oval-img {
  transform: rotate(50deg);
}
.amplify .site-image-oval-wrapper .site-image-oval {
  width: 250px;
  height: 250px;
  object-fit: cover;
  margin: 10px 0 auto;
  clip-path: path("M47.32,23.84c46.45-34.25,107.46-30.35,136.27,8.72s14.51,98.5-31.94,132.76c-46.45,34.25-107.46,30.35-136.27-8.72C-13.43,117.53.87,58.09,47.32,23.84");
}
.amplify .site-image-oval-wrapper .site-round-ring {
  position: absolute;
  top: -4px;
  left: 0;
  margin: auto;
  z-index: 1;
  width: 215px;
  transform: rotate(50deg);
}
.amplify .site-image-oval-wrapper .site-round-ring .site-round-ring-svg {
  display: block;
  margin: 0 auto;
  width: 215px;
  stroke-width: 7;
  stroke: #419F7A;
  overflow: visible;
  margin: -18px 0 0 26px;
}
@media (max-width: 599px) {
  .amplify .site-image-oval-wrapper .site-round-ring .site-round-ring-svg {
    margin: -26px 0 0 26px;
  }
}
.amplify .custom-overlay-wrapper .site-slide {
  position: relative;
}
.amplify .custom-overlay-wrapper .site-slide .site-slider-caption {
  height: 100%;
}
.amplify .custom-overlay-wrapper .site-slide .site-slider-caption .site-slider-caption-block {
  display: flex;
  align-items: end;
  height: 100%;
  opacity: 1;
  transition: all ease 1s;
}
.amplify .custom-overlay-wrapper .site-slide .site-slider-caption .site-slider-more-desc {
  opacity: 0;
  position: absolute;
  bottom: 0;
  width: 100%;
  transition: all ease 1s;
  text-align: left;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 100%);
  border-radius: 20px;
  padding: 0 0 20px;
  left: 0;
}
.amplify .custom-overlay-wrapper .site-slide .site-slider-caption .site-slider-more-desc .site-slider-more-desc-data {
  position: relative;
}
.amplify .custom-overlay-wrapper .site-slide:hover .site-slider-caption-block {
  opacity: 0;
}
.amplify .custom-overlay-wrapper .site-slide:hover .site-slider-caption .site-slider-more-desc {
  opacity: 1;
}
.amplify .custom-overlay-wrapper .site-slide:hover .site-slider-caption .site-slider-more-desc::before {
  width: 100%;
  height: 100%;
}

/*
    $grid-counts: 7, 6, 5, 4, 3, 2;

    @each $grid-counts in $grid-count {

    }
    */
.site-hub p {
  margin: 0 0 20px;
}
.site-hub p:last-child {
  margin: 0;
}
@media (max-width: 1099px) {
  .site-hub h3 {
    font-size: 40px;
    line-height: 40px;
    margin: 0 0 10px;
  }
}
@media (max-width: 1099px) {
  .site-hub .site-button-secondary, .site-hub .site-search-wrapper .site-search-block.site-search-option2 .site-search-button, .site-search-wrapper .site-search-block.site-search-option2 .site-hub .site-search-button, .site-hub .site-button-primary, .site-hub .site-form-payment-wrapper .site-payment-buttons button, .site-form-payment-wrapper .site-payment-buttons .site-hub button {
    padding: 3px 30px 5px;
  }
}
.site-hub .site-display-wrapper.site-display-listview .site-display-list {
  display: block;
  clear: both;
  margin: 0;
}
.site-hub .custom-hub-grid-wrapper {
  padding: 0 !important;
}
.site-hub .custom-hub-grid-wrapper .custom-hub-data-wrapper {
  padding: 0;
  clear: both;
}
@media (max-width: 999px) {
  .site-hub .custom-hub-grid-wrapper .custom-hub-data-wrapper {
    padding: 20px 0 0;
  }
}
.site-hub .custom-hub-grid-wrapper .custom-hub-grid.site-display-filters-left .site-hub-display-search-wrapper, .site-hub .custom-hub-grid-wrapper .custom-hub-grid.site-display-filters-left .site-display-filter-title {
  display: none !important;
}
.site-hub .custom-hub-grid-wrapper .custom-hub-grid.site-display-filters-left .site-display-filter-desc {
  display: block;
}
.site-hub .custom-hub-grid-wrapper .custom-hub-grid .site-search-in {
  line-height: 75px;
  margin: 0;
  height: 75px;
  font-size: 13px;
  display: inline-block;
}
@media (max-width: 999px) {
  .site-hub .custom-hub-grid-wrapper .custom-hub-grid .site-search-in {
    padding: 0;
    position: absolute;
    top: -65px;
    left: 0;
  }
}
.site-hub .custom-hub-grid-wrapper .custom-hub-grid .site-search-in.site-search-in-create .site-search-tag-wrapper {
  color: #ffffff;
  color: #ffffff;
  padding: 5px 10px 6px 10px;
  margin: 0 0 0 5px;
  cursor: pointer;
  position: relative;
}
.site-hub .custom-hub-grid-wrapper .custom-hub-grid .site-search-in.site-search-in-create .site-search-tag-wrapper:before {
  background: #A20074;
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 7px;
}
.site-hub .custom-hub-grid-wrapper .custom-hub-grid .site-search-in.site-search-in-create .site-search-tag-wrapper:after {
  background: #414141;
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 100%;
  width: 0;
  margin: auto;
  transition: all ease 0.5s;
  border-radius: 7px;
}
.site-hub .custom-hub-grid-wrapper .custom-hub-grid .site-search-in.site-search-in-create .site-search-tag-wrapper:hover:after {
  width: 100%;
}
.site-hub .custom-hub-grid-wrapper .custom-hub-grid .site-search-in.site-search-in-create .site-search-tag-wrapper .site-search-tag {
  text-transform: capitalize;
  position: relative;
  z-index: 10;
  padding: 0 0 0 30px;
}
.site-hub .custom-hub-grid-wrapper .custom-hub-grid .site-search-in.site-search-in-create .site-search-tag-wrapper .site-search-tag::before {
  content: "c";
  font-family: "gelato-luxe";
  margin: 0 10px 0 0;
  background: #ffffff;
  color: #A20074;
  display: inline-block;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  border-radius: 100%;
  margin: auto;
  line-height: 15px;
  text-align: center;
  font-size: 28px;
  text-transform: lowercase;
}
.site-hub .custom-hub-grid-wrapper .custom-hub-grid .site-search-in.site-search-in-create .site-search-tag-wrapper .site-search-in-close {
  font-size: 10px;
  margin: 0 0 0 3px;
  position: relative;
  z-index: 10;
}
.site-hub .custom-hub-grid-wrapper .custom-hub-grid .site-search-in.site-search-in-data .site-search-tag-wrapper .site-search-tag::before {
  line-height: 22px;
  font-size: 20px;
}
.site-hub .custom-hub-grid-wrapper .custom-hub-grid ul.site-display-list {
  /*
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  gap: 10px;

  @include maxbp($r_1500) {
      grid-template-columns: repeat(5, 1fr);
  }
      */
}
@media (max-width: 549px) {
  .site-hub .custom-hub-grid-wrapper .custom-hub-grid ul.site-display-list {
    display: block !important;
  }
}
.site-hub .custom-hub-grid-wrapper .custom-hub-grid ul.site-display-list li.site-display-wrapper-listitem {
  max-width: none;
  padding: 0 0 20px;
  width: 260px;
  flex: 0 0 260px;
}
@media (max-width: 1099px) {
  .site-hub .custom-hub-grid-wrapper .custom-hub-grid ul.site-display-list li.site-display-wrapper-listitem {
    flex: 0 0 240px;
    width: 240px;
  }
}
@media (max-width: 999px) {
  .site-hub .custom-hub-grid-wrapper .custom-hub-grid ul.site-display-list li.site-display-wrapper-listitem {
    flex: 0 0 240px;
    width: 240px;
  }
}
@media (max-width: 549px) {
  .site-hub .custom-hub-grid-wrapper .custom-hub-grid ul.site-display-list li.site-display-wrapper-listitem {
    flex: 0 0 50%;
    width: 50%;
    float: left;
    height: auto !important;
  }
  .site-hub .custom-hub-grid-wrapper .custom-hub-grid ul.site-display-list li.site-display-wrapper-listitem.site_hub_item_mobile .site-display-data-block.site-hub-card-date-wrapper .site-display-desc .site-hub-card-date {
    top: 0 !important;
    text-align: center;
  }
}
.site-hub .custom-hub-grid-wrapper .custom-hub-grid ul.site-display-list li.site-display-wrapper-listitem .site-display-title a {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
}
.site-hub .custom-hub-grid-wrapper .custom-hub-grid ul.site-display-list li.site-display-wrapper-listitem .site-display-list-block {
  margin: 0 10px !important;
}
.site-hub .custom-hub-grid-wrapper .custom-hub-grid ul.site-display-list li.site-display-wrapper-listitem.cms-tag-hub-col-2 {
  flex: 0 0 calc(520px);
  width: calc(520px);
}
@media (max-width: 1099px) {
  .site-hub .custom-hub-grid-wrapper .custom-hub-grid ul.site-display-list li.site-display-wrapper-listitem.cms-tag-hub-col-2 {
    flex: 0 0 calc(480px);
    width: calc(480px);
  }
}
@media (max-width: 999px) {
  .site-hub .custom-hub-grid-wrapper .custom-hub-grid ul.site-display-list li.site-display-wrapper-listitem.cms-tag-hub-col-2 {
    flex: 0 0 calc(480px);
    width: calc(480px);
  }
}
@media (max-width: 549px) {
  .site-hub .custom-hub-grid-wrapper .custom-hub-grid ul.site-display-list li.site-display-wrapper-listitem.cms-tag-hub-col-2 {
    flex: 0 0 calc(100%);
    width: calc(100%);
    float: left;
  }
}
.site-hub .custom-hub-grid-wrapper .custom-hub-grid ul.site-display-list li.site-display-wrapper-listitem.cms-tag-hub-col-2 .site-display-list-block .site-display-image .site-display-image-link img {
  aspect-ratio: 19/12.3;
}
.site-hub .custom-hub-grid-wrapper .custom-hub-grid ul.site-display-list li.site-display-wrapper-listitem.cms-tag-hub-col-3 {
  flex: 0 0 calc(780px);
  width: calc(780px);
}
@media (max-width: 1099px) {
  .site-hub .custom-hub-grid-wrapper .custom-hub-grid ul.site-display-list li.site-display-wrapper-listitem.cms-tag-hub-col-3 {
    flex: 0 0 calc(720px);
    width: calc(720px);
  }
}
@media (max-width: 999px) {
  .site-hub .custom-hub-grid-wrapper .custom-hub-grid ul.site-display-list li.site-display-wrapper-listitem.cms-tag-hub-col-3 {
    flex: 0 0 calc(480px);
    width: calc(480px);
  }
}
@media (max-width: 549px) {
  .site-hub .custom-hub-grid-wrapper .custom-hub-grid ul.site-display-list li.site-display-wrapper-listitem.cms-tag-hub-col-3 {
    flex: 0 0 calc(100%);
    width: calc(100%);
    float: left;
  }
}
.site-hub .custom-hub-grid-wrapper .custom-hub-grid ul.site-display-list li.site-display-wrapper-listitem.cms-tag-hub-col-3 .site-display-list-block .site-display-image .site-display-image-link img {
  aspect-ratio: 19/8;
}
@media (max-width: 999px) {
  .site-hub .custom-hub-grid-wrapper .custom-hub-grid ul.site-display-list li.site-display-wrapper-listitem.cms-tag-hub-col-3 .site-display-list-block .site-display-image .site-display-image-link img {
    aspect-ratio: 19/12.3;
  }
}
.site-hub .custom-hub-grid-wrapper .custom-hub-grid ul.site-display-list li.site-display-wrapper-listitem.cms-tag-hub-col-fullwidth {
  flex: 0 0 calc(1560px);
  width: calc(1560px);
  max-width: calc(1560px);
}
.site-hub .custom-hub-grid-wrapper .custom-hub-grid ul.site-display-list li.site-display-wrapper-listitem.cms-tag-hub-col-fullwidth .site-display-list-block .site-display-image .site-display-image-link img {
  aspect-ratio: 9/2.35;
}
.site-hub .custom-hub-grid-wrapper .custom-hub-grid ul.site-display-list li.site-display-wrapper-listitem.hub-hidden-block, .site-hub .custom-hub-grid-wrapper .custom-hub-grid ul.site-display-list li.site-display-wrapper-listitem.hidden-block, .site-hub .custom-hub-grid-wrapper .custom-hub-grid ul.site-display-list li.site-display-wrapper-listitem.not-selected-tagfilter {
  width: 0%;
  flex: 0 0 0;
  display: none !important;
}
.site-hub .custom-hub-grid-wrapper .custom-hub-grid ul.site-display-list li.site-display-wrapper-listitem.cms-tag-videos .site-display-list-block .site-display-image-link:after {
  font-family: "site-icon" !important;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e90d" !important;
  width: 80px;
  height: 80px;
  position: absolute;
  display: block;
  margin: auto;
  background: white;
  text-align: center;
  line-height: 80px;
  border-radius: 100%;
  font-size: 38px;
  cursor: none;
  left: 0;
  right: 0;
  z-index: 100;
  top: 120px;
}
@media (max-width: 599px) {
  .site-hub .custom-hub-grid-wrapper .custom-hub-grid ul.site-display-list li.site-display-wrapper-listitem.cms-tag-videos .site-display-list-block .site-display-image-link:after {
    width: 50px;
    height: 50px;
    line-height: 50px;
    top: 70px;
    font-size: 28px;
  }
}
.site-hub .custom-hub-grid-wrapper .custom-hub-grid ul.site-display-list li.site-display-wrapper-listitem.cms-tag-videos .site-display-list-block .site-hub-video {
  width: 90px;
  height: 90px;
  position: absolute;
  left: 0;
  right: 0;
  z-index: 100;
  top: 150px;
  font-size: 0px;
  text-decoration: none;
  margin: auto;
}
.site-hub .custom-hub-grid-wrapper .custom-hub-grid ul.site-display-list li.site-display-wrapper-listitem.cms-tag-videos .site-display-list-block .site-hub-video:after {
  font-family: "site-icon" !important;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e90d" !important;
  width: 100%;
  height: 100%;
  display: block;
  margin: auto;
  background: white;
  text-align: center;
  line-height: 80px;
  border-radius: 100%;
  font-size: 40px;
  cursor: none;
}
.site-hub .custom-hub-grid-wrapper .custom-hub-grid ul.site-display-list li.site-display-wrapper-listitem.cms-tag-podcasts .site-display-list-block:after {
  font-family: "site-icon" !important;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e91b" !important;
  position: absolute;
  z-index: 100;
  top: 120px;
  left: 0;
  right: 0;
  width: 80px;
  height: 80px;
  margin: auto;
  background: white;
  text-align: center;
  line-height: 80px;
  border-radius: 100%;
  font-size: 40px;
}
.site-hub .custom-hub-grid-wrapper .custom-hub-grid ul.site-display-list li.site-display-wrapper-listitem.cms-tag-blockquote .site-display-desc q {
  position: absolute;
  top: 0;
  padding: 100px 30px 0;
  border: none;
  margin: 0 !important;
  font-size: 13px !important;
  line-height: 20px !important;
  color: #ffffff;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 10;
  overflow: hidden;
}
@media (max-width: 999px) {
  .site-hub .custom-hub-grid-wrapper .custom-hub-grid ul.site-display-list li.site-display-wrapper-listitem.cms-tag-blockquote .site-display-desc q {
    padding: 70px 20px 0;
  }
}
.site-hub .custom-hub-grid-wrapper .custom-hub-grid ul.site-display-list li.site-display-wrapper-listitem.cms-tag-blockquote .site-display-desc q:before {
  display: none !important;
}
.site-hub .custom-hub-grid-wrapper .custom-hub-grid ul.site-display-list li.site-display-wrapper-listitem.cms-tag-blockquote .site-display-desc q:after {
  font-size: 35px;
  color: #ffffff;
  top: 50px;
  top: 50px;
  left: 30px;
}
@media (max-width: 999px) {
  .site-hub .custom-hub-grid-wrapper .custom-hub-grid ul.site-display-list li.site-display-wrapper-listitem.cms-tag-blockquote .site-display-desc q:after {
    top: 30px;
    left: 20px;
  }
}
.site-hub .custom-hub-grid-wrapper .custom-hub-grid ul.site-display-list li.site-display-wrapper-listitem.cms-tag-white-papers .site-display-list-block {
  position: relative;
}
.site-hub .custom-hub-grid-wrapper .custom-hub-grid ul.site-display-list li.site-display-wrapper-listitem.cms-tag-white-papers .site-display-list-block .site-display-image-link {
  display: flex;
  justify-content: space-between;
  flex-wrap: nowrap;
  text-decoration: none;
}
.site-hub .custom-hub-grid-wrapper .custom-hub-grid ul.site-display-list li.site-display-wrapper-listitem.cms-tag-white-papers .site-display-list-block:before {
  background: #F8F4F1;
}
.site-hub .custom-hub-grid-wrapper .custom-hub-grid ul.site-display-list li.site-display-wrapper-listitem.cms-tag-white-papers .site-display-list-block:after {
  content: "Whitepaper";
  background: #FFF500;
  color: #000000;
  padding: 10px 20px;
  position: absolute;
  top: 60px;
  z-index: 10;
  font-weight: bold;
}
.site-hub .custom-hub-grid-wrapper .custom-hub-grid ul.site-display-list li.site-display-wrapper-listitem.cms-tag-white-papers .site-display-list-block .site-display-image img {
  border-radius: 20px 0 0 20px;
  flex: 0 0 66.6%;
  max-width: 66.6%;
}
@media (max-width: 999px) {
  .site-hub .custom-hub-grid-wrapper .custom-hub-grid ul.site-display-list li.site-display-wrapper-listitem.cms-tag-white-papers .site-display-list-block .site-display-image img {
    flex: 0 0 50%;
    max-width: 50%;
  }
}
.site-hub .custom-hub-grid-wrapper .custom-hub-grid ul.site-display-list li.site-display-wrapper-listitem.cms-tag-white-papers .site-display-list-block .site-display-image .site-display-desc {
  flex: 0 0 33.3%;
  max-width: 33.3%;
  padding: 50px 30px;
  line-height: normal;
  font-size: 14px !important;
  line-height: 21px !important;
}
@media (max-width: 999px) {
  .site-hub .custom-hub-grid-wrapper .custom-hub-grid ul.site-display-list li.site-display-wrapper-listitem.cms-tag-white-papers .site-display-list-block .site-display-image .site-display-desc {
    flex: 0 0 50%;
    max-width: 50%;
    padding: 20px;
  }
}
.site-hub .custom-hub-grid-wrapper .custom-hub-grid ul.site-display-list li.site-display-wrapper-listitem.cms-tag-white-papers .site-display-list-block .site-display-image .site-display-desc .site-button-secondary, .site-hub .custom-hub-grid-wrapper .custom-hub-grid ul.site-display-list li.site-display-wrapper-listitem.cms-tag-white-papers .site-display-list-block .site-display-image .site-display-desc .site-search-wrapper .site-search-block.site-search-option2 .site-search-button, .site-search-wrapper .site-search-block.site-search-option2 .site-hub .custom-hub-grid-wrapper .custom-hub-grid ul.site-display-list li.site-display-wrapper-listitem.cms-tag-white-papers .site-display-list-block .site-display-image .site-display-desc .site-search-button {
  padding: 3px 20px 5px;
  font-size: 14px;
}
.site-hub .custom-hub-grid-wrapper .custom-hub-grid ul.site-display-list li.site-display-wrapper-listitem.cms-tag-press1 .site-display-desc {
  position: absolute;
  top: 0;
  z-index: 10;
  text-align: center;
  padding: 30px;
  height: 380px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
}
.site-hub .custom-hub-grid-wrapper .custom-hub-grid ul.site-display-list li.site-display-wrapper-listitem.cms-tag-press1 .site-display-desc * {
  color: #ffffff !important;
  text-align: center !important;
}
.site-hub .custom-hub-grid-wrapper .custom-hub-grid ul.site-display-list li.site-display-wrapper-listitem .site-display-list-block {
  margin: 0;
}
.site-hub .custom-hub-grid-wrapper .custom-hub-grid ul.site-display-list li.site-display-wrapper-listitem .site-display-list-block.site-display-wrapper-hub-desc-left .site-display-image-link {
  display: flex;
  justify-content: space-between;
  flex-wrap: nowrap;
  text-decoration: none;
}
.site-hub .custom-hub-grid-wrapper .custom-hub-grid ul.site-display-list li.site-display-wrapper-listitem .site-display-list-block.site-display-wrapper-hub-desc-left .site-display-image-link img, .site-hub .custom-hub-grid-wrapper .custom-hub-grid ul.site-display-list li.site-display-wrapper-listitem .site-display-list-block.site-display-wrapper-hub-desc-left .site-display-image-link .site-hub-card-desc-left-block {
  flex: 0 0 50%;
  max-width: 50%;
}
.site-hub .custom-hub-grid-wrapper .custom-hub-grid ul.site-display-list li.site-display-wrapper-listitem .site-display-list-block.site-display-wrapper-hub-desc-left .site-display-image-link img {
  border-radius: 0 20px 20px 0;
}
.site-hub .custom-hub-grid-wrapper .custom-hub-grid ul.site-display-list li.site-display-wrapper-listitem .site-display-list-block.site-display-wrapper-hub-desc-left .site-display-image-link .site-hub-card-desc-left-block {
  font-size: 13px !important;
  line-height: 20px !important;
  padding: 25px;
}
.site-hub .custom-hub-grid-wrapper .custom-hub-grid ul.site-display-list li.site-display-wrapper-listitem .site-display-list-block.site-display-wrapper-hub-desc-left .site-display-image-link .site-hub-card-desc-left-block blockquote {
  margin: 0 !important;
  padding: 65px 0 0;
  border: none;
  margin: 0 !important;
  font-size: 13px !important;
  line-height: 20px !important;
  color: #ffffff;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 12;
  overflow: hidden;
  text-transform: none;
  background: none !important;
}
@media (max-width: 999px) {
  .site-hub .custom-hub-grid-wrapper .custom-hub-grid ul.site-display-list li.site-display-wrapper-listitem .site-display-list-block.site-display-wrapper-hub-desc-left .site-display-image-link .site-hub-card-desc-left-block blockquote {
    padding: 50px 0 0;
    -webkit-line-clamp: 10;
  }
}
.site-hub .custom-hub-grid-wrapper .custom-hub-grid ul.site-display-list li.site-display-wrapper-listitem .site-display-list-block.site-display-wrapper-hub-desc-left .site-display-image-link .site-hub-card-desc-left-block blockquote:before {
  display: none !important;
}
.site-hub .custom-hub-grid-wrapper .custom-hub-grid ul.site-display-list li.site-display-wrapper-listitem .site-display-list-block.site-display-wrapper-hub-desc-left .site-display-image-link .site-hub-card-desc-left-block blockquote:after {
  font-size: 30px;
  color: #ffffff;
  top: 40px;
  left: 25px;
}
.site-hub .custom-hub-grid-wrapper .custom-hub-grid ul.site-display-list li.site-display-wrapper-listitem .site-display-list-block.site-display-wrapper-hub-desc-right .site-display-image-link {
  display: flex;
  justify-content: space-between;
  flex-wrap: nowrap;
  text-decoration: none;
}
@media (max-width: 529px) {
  .site-hub .custom-hub-grid-wrapper .custom-hub-grid ul.site-display-list li.site-display-wrapper-listitem .site-display-list-block.site-display-wrapper-hub-desc-right .site-display-image-link {
    flex-wrap: wrap;
  }
}
.site-hub .custom-hub-grid-wrapper .custom-hub-grid ul.site-display-list li.site-display-wrapper-listitem .site-display-list-block.site-display-wrapper-hub-desc-right .site-display-image-link img, .site-hub .custom-hub-grid-wrapper .custom-hub-grid ul.site-display-list li.site-display-wrapper-listitem .site-display-list-block.site-display-wrapper-hub-desc-right .site-display-image-link .site-hub-card-desc-right-block {
  flex: 0 0 50%;
  max-width: 50%;
}
@media (max-width: 529px) {
  .site-hub .custom-hub-grid-wrapper .custom-hub-grid ul.site-display-list li.site-display-wrapper-listitem .site-display-list-block.site-display-wrapper-hub-desc-right .site-display-image-link img, .site-hub .custom-hub-grid-wrapper .custom-hub-grid ul.site-display-list li.site-display-wrapper-listitem .site-display-list-block.site-display-wrapper-hub-desc-right .site-display-image-link .site-hub-card-desc-right-block {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.site-hub .custom-hub-grid-wrapper .custom-hub-grid ul.site-display-list li.site-display-wrapper-listitem .site-display-list-block.site-display-wrapper-hub-desc-right .site-display-image-link .site-hub-card-desc-right-block {
  border-radius: 0 20px 20px 0;
}
@media (max-width: 529px) {
  .site-hub .custom-hub-grid-wrapper .custom-hub-grid ul.site-display-list li.site-display-wrapper-listitem .site-display-list-block.site-display-wrapper-hub-desc-right .site-display-image-link .site-hub-card-desc-right-block {
    border-radius: 0 0 20px 20px;
  }
}
.site-hub .custom-hub-grid-wrapper .custom-hub-grid ul.site-display-list li.site-display-wrapper-listitem .site-display-list-block.site-display-wrapper-hub-desc-right .site-display-image-link img {
  border-radius: 20px 0 0 20px;
  aspect-ratio: 9/11.6 !important;
}
@media (max-width: 529px) {
  .site-hub .custom-hub-grid-wrapper .custom-hub-grid ul.site-display-list li.site-display-wrapper-listitem .site-display-list-block.site-display-wrapper-hub-desc-right .site-display-image-link img {
    border-radius: 20px 20px 0 0;
  }
}
.site-hub .custom-hub-grid-wrapper .custom-hub-grid ul.site-display-list li.site-display-wrapper-listitem .site-display-list-block.site-display-wrapper-hub-desc-right .site-display-image-link .site-hub-card-desc-right-block {
  font-size: 13px !important;
  line-height: 20px !important;
  padding: 25px;
}
@media (max-width: 999px) {
  .site-hub .custom-hub-grid-wrapper .custom-hub-grid ul.site-display-list li.site-display-wrapper-listitem .site-display-list-block.site-display-wrapper-hub-desc-right .site-display-image-link .site-hub-card-desc-right-block {
    padding: 20px;
  }
}
.site-hub .custom-hub-grid-wrapper .custom-hub-grid ul.site-display-list li.site-display-wrapper-listitem .site-display-list-block.site-display-wrapper-hub-desc-right .site-display-image-link .site-hub-card-desc-right-block blockquote {
  margin: 0 !important;
  padding: 65px 0 0;
  border: none;
  margin: 0 !important;
  color: #ffffff;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 12;
  overflow: hidden;
  text-transform: none;
  background: none !important;
  font-size: 13px !important;
  line-height: 20px !important;
}
@media (max-width: 999px) {
  .site-hub .custom-hub-grid-wrapper .custom-hub-grid ul.site-display-list li.site-display-wrapper-listitem .site-display-list-block.site-display-wrapper-hub-desc-right .site-display-image-link .site-hub-card-desc-right-block blockquote {
    padding: 50px 0 0;
    -webkit-line-clamp: 10;
  }
}
.site-hub .custom-hub-grid-wrapper .custom-hub-grid ul.site-display-list li.site-display-wrapper-listitem .site-display-list-block.site-display-wrapper-hub-desc-right .site-display-image-link .site-hub-card-desc-right-block blockquote:before {
  display: none !important;
}
.site-hub .custom-hub-grid-wrapper .custom-hub-grid ul.site-display-list li.site-display-wrapper-listitem .site-display-list-block.site-display-wrapper-hub-desc-right .site-display-image-link .site-hub-card-desc-right-block blockquote:after {
  font-size: 30px;
  color: #ffffff;
  top: 10px;
  left: 0;
}
.site-hub .custom-hub-grid-wrapper .custom-hub-grid .site-display-image {
  position: relative;
}
.site-hub .custom-hub-grid-wrapper .custom-hub-grid .site-display-image .site-display-image-link table.site-hub-card-title h1, .site-hub .custom-hub-grid-wrapper .custom-hub-grid .site-display-image .site-display-image-link table.site-hub-card-title h2, .site-hub .custom-hub-grid-wrapper .custom-hub-grid .site-display-image .site-display-image-link table.site-hub-card-title h3, .site-hub .custom-hub-grid-wrapper .custom-hub-grid .site-display-image .site-display-image-link table.site-hub-card-title h4, .site-hub .custom-hub-grid-wrapper .custom-hub-grid .site-display-image .site-display-image-link table.site-hub-card-title h5, .site-hub .custom-hub-grid-wrapper .custom-hub-grid .site-display-image .site-display-image-link table.site-hub-card-title h5, .site-hub .custom-hub-grid-wrapper .custom-hub-grid .site-display-image .site-display-image-link table.site-hub-card-title p, .site-hub .custom-hub-grid-wrapper .custom-hub-grid .site-display-image .site-display-image-link table.site-hub-card-title ul, .site-hub .custom-hub-grid-wrapper .custom-hub-grid .site-display-image .site-display-image-link table.site-hub-card-title ol, .site-hub .custom-hub-grid-wrapper .custom-hub-grid .site-display-image .site-display-image-link table.site-hub-card-title li, .site-hub .custom-hub-grid-wrapper .custom-hub-grid .site-display-image .site-display-image-link table.site-hub-card-title a, .site-hub .custom-hub-grid-wrapper .custom-hub-grid .site-display-image .site-display-image-link table.site-hub-card-desc-left h1, .site-hub .custom-hub-grid-wrapper .custom-hub-grid .site-display-image .site-display-image-link table.site-hub-card-desc-left h2, .site-hub .custom-hub-grid-wrapper .custom-hub-grid .site-display-image .site-display-image-link table.site-hub-card-desc-left h3, .site-hub .custom-hub-grid-wrapper .custom-hub-grid .site-display-image .site-display-image-link table.site-hub-card-desc-left h4, .site-hub .custom-hub-grid-wrapper .custom-hub-grid .site-display-image .site-display-image-link table.site-hub-card-desc-left h5, .site-hub .custom-hub-grid-wrapper .custom-hub-grid .site-display-image .site-display-image-link table.site-hub-card-desc-left h5, .site-hub .custom-hub-grid-wrapper .custom-hub-grid .site-display-image .site-display-image-link table.site-hub-card-desc-left p, .site-hub .custom-hub-grid-wrapper .custom-hub-grid .site-display-image .site-display-image-link table.site-hub-card-desc-left ul, .site-hub .custom-hub-grid-wrapper .custom-hub-grid .site-display-image .site-display-image-link table.site-hub-card-desc-left ol, .site-hub .custom-hub-grid-wrapper .custom-hub-grid .site-display-image .site-display-image-link table.site-hub-card-desc-left li, .site-hub .custom-hub-grid-wrapper .custom-hub-grid .site-display-image .site-display-image-link table.site-hub-card-desc-left a {
  color: #ffffff;
}
.site-hub .custom-hub-grid-wrapper .custom-hub-grid .site-display-image .site-display-image-link table.site-hub-card-title {
  position: absolute;
  width: 100% !important;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 10;
  height: 100%;
  color: #ffffff;
  line-height: normal;
}
.site-hub .custom-hub-grid-wrapper .custom-hub-grid .site-display-image .site-display-image-link table.site-hub-card-title:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 20px;
}
.site-hub .custom-hub-grid-wrapper .custom-hub-grid .site-display-image .site-display-image-link table.site-hub-card-title thead, .site-hub .custom-hub-grid-wrapper .custom-hub-grid .site-display-image .site-display-image-link table.site-hub-card-title tbody {
  position: relative;
  z-index: 1;
}
.site-hub .custom-hub-grid-wrapper .custom-hub-grid .site-display-data-block.site-hub-card-date-wrapper {
  display: flex;
  justify-content: space-between;
  min-height: 50px;
}
.site-hub .custom-hub-grid-wrapper .custom-hub-grid .site-display-data-block.site-hub-card-date-wrapper .site-display-title, .site-hub .custom-hub-grid-wrapper .custom-hub-grid .site-display-data-block.site-hub-card-date-wrapper .site-display-desc {
  display: inline-block;
}
.site-hub .custom-hub-grid-wrapper .custom-hub-grid .site-display-data-block.site-hub-card-date-wrapper .site-display-title {
  width: calc(100% - 105px);
}
.site-hub .custom-hub-grid-wrapper .custom-hub-grid .site-display-data-block.site-hub-card-date-wrapper .site-display-desc {
  position: relative;
  width: 70px;
}
.site-hub .custom-hub-grid-wrapper .custom-hub-grid .site-display-data-block.site-hub-card-date-wrapper .site-display-desc .site-hub-card-date {
  position: absolute;
  top: -45px;
  right: 0;
  width: 70px !important;
}
.site-hub .custom-hub-grid-wrapper .custom-hub-grid .site-display-data-block.site-hub-card-date-wrapper .site-display-desc .site-hub-card-date.site-hub-card-big-date {
  width: 100px !important;
}
@media (max-width: 1499px) {
  .site-hub .custom-hub-grid-wrapper .custom-hub-grid .site-display-data-block.site-hub-card-date-wrapper .site-display-desc .site-hub-card-date.site-hub-card-big-date {
    width: 90px !important;
  }
}
@media (max-width: 1099px) {
  .site-hub .custom-hub-grid-wrapper .custom-hub-grid .site-display-data-block.site-hub-card-date-wrapper .site-display-desc .site-hub-card-date.site-hub-card-big-date {
    width: 80px !important;
  }
}
.site-hub .custom-hub-grid-wrapper .custom-hub-grid .site-display-data-block.site-hub-card-date-wrapper .site-display-desc .site-hub-card-date td {
  text-align: center;
  border-radius: 20px;
}
@media (max-width: 1099px) {
  .site-hub .custom-hub-grid-wrapper .custom-hub-grid .site-display-data-block.site-hub-card-date-wrapper .site-display-desc .site-hub-card-date td {
    min-width: 80px !important;
  }
}
.site-hub .custom-hub-grid-wrapper .custom-hub-grid .site-display-data-block.site-hub-card-date-wrapper .site-display-desc .site-hub-card-date td > strong:first-child {
  display: block;
  border: 1px solid black;
  border-radius: 5px 5px 0 0;
  font-weight: bold;
  font-size: 35px;
  padding: 10px 0;
}
@media (max-width: 1099px) {
  .site-hub .custom-hub-grid-wrapper .custom-hub-grid .site-display-data-block.site-hub-card-date-wrapper .site-display-desc .site-hub-card-date td > strong:first-child {
    font-size: 30px;
    padding: 5px 0;
  }
}
.site-hub .custom-hub-grid-wrapper .custom-hub-grid .site-display-data-block.site-hub-card-date-wrapper .site-display-desc .site-hub-card-date td em {
  display: block;
  background: #000000;
  border-radius: 0 0 5px 5px;
  font-weight: bold;
  font-size: 20px;
  color: #ffffff;
  padding: 10px 0;
  font-style: normal;
}
@media (max-width: 1099px) {
  .site-hub .custom-hub-grid-wrapper .custom-hub-grid .site-display-data-block.site-hub-card-date-wrapper .site-display-desc .site-hub-card-date td em {
    font-size: 16px;
    padding: 5px 0;
  }
}
.site-hub .custom-hub-grid-wrapper .custom-hub-grid .site-display-data-block.site-hub-card-date-wrapper .site-display-desc .site-hub-card-date.site-hub-card-big-date td > strong:first-child {
  font-size: 25px;
  padding: 10px 10px;
}
@media (max-width: 1099px) {
  .site-hub .custom-hub-grid-wrapper .custom-hub-grid .site-display-data-block.site-hub-card-date-wrapper .site-display-desc .site-hub-card-date.site-hub-card-big-date td > strong:first-child {
    font-size: 20px;
    padding: 5px 10px;
  }
}
.site-hub .custom-hub-grid-wrapper .site-display-filter-data > div:first-child {
  display: flex;
  justify-content: space-between;
  margin: 0 0 5px;
}
.site-hub .custom-hub-grid-wrapper .site-display-filter-data .site-hub-display-search-wrapper {
  width: calc(100% - 340px);
  position: relative;
  background: #F8F4F1;
  border-radius: 20px;
  padding: 0 30px;
  height: 75px;
  /*
  @include maxbp($r_1000) {
      width: 100%;
      padding: 0;
  }

  @include maxbp($mobile) {
      height: auto;
      background: none;
  }
   */
}
@media (max-width: 999px) {
  .site-hub .custom-hub-grid-wrapper .site-display-filter-data .site-hub-display-search-wrapper {
    width: calc(100% - 175px);
    padding: 0;
    border-radius: 10px;
  }
}
@media (max-width: 599px) {
  .site-hub .custom-hub-grid-wrapper .site-display-filter-data .site-hub-display-search-wrapper {
    width: calc(100% - 100px);
  }
}
.site-hub .custom-hub-grid-wrapper .site-display-filter-data .site-hub-display-search-wrapper i.site-icon-search {
  display: none;
}
@media (max-width: 599px) {
  .site-hub .custom-hub-grid-wrapper .site-display-filter-data .site-hub-display-search-wrapper i.site-icon-search {
    display: block;
    position: absolute;
    right: 15px;
    bottom: 21px;
    font-size: 28px;
    cursor: pointer;
  }
}
.site-hub .custom-hub-grid-wrapper .site-display-filter-data .site-hub-display-search-wrapper input.site-hub-display-search {
  background: #ffffff;
  border-radius: 0;
  outline: none;
  border: 1px solid #dfdfdf;
  font-size: 18px;
  height: 46px;
  width: 100%;
  padding: 10px;
  font-family: "brother-1816", sans-serif;
  height: 75px;
  border-radius: 20px;
  background: #F8F4F1;
  padding: 0 30px;
  border: none;
  display: inline-block;
  width: calc(100% - 210px);
}
@media (max-width: 999px) {
  .site-hub .custom-hub-grid-wrapper .site-display-filter-data .site-hub-display-search-wrapper input.site-hub-display-search {
    width: 100%;
    padding: 0 50px 0 20px;
  }
}
.site-hub .custom-hub-grid-wrapper .site-display-filter-data .site-display-filter-title {
  background: #FFF500;
  color: #000000;
  height: 75px;
  border-radius: 20px;
  width: 300px;
  text-align: center;
  font-size: 20px;
  line-height: 75px;
  font-family: "brother-1816", sans-serif;
  font-weight: 700;
  font-size: 0;
  transition: all ease 0.8s;
  cursor: pointer;
  /*
  @include maxbp($r_1000) {
      float: right;
      margin: 15px 0 0;
  }

  @include maxbp($mobile) {
      width: 100%;
      padding: 15px 20px;
      height: auto;
      line-height: normal;
      border-radius: 10px;
  }
  */
}
.site-hub .custom-hub-grid-wrapper .site-display-filter-data .site-display-filter-title:hover {
  background: #414141;
  color: #FFF500;
}
@media (max-width: 999px) {
  .site-hub .custom-hub-grid-wrapper .site-display-filter-data .site-display-filter-title {
    width: 150px;
    padding: 0 0 0 7px;
    border-radius: 10px;
  }
}
@media (max-width: 599px) {
  .site-hub .custom-hub-grid-wrapper .site-display-filter-data .site-display-filter-title {
    width: 90px;
  }
}
.site-hub .custom-hub-grid-wrapper .site-display-filter-data .site-display-filter-title::before {
  content: "Filter content";
  font-size: 18px;
  display: inline-block;
  vertical-align: middle;
  text-transform: none;
  font-weight: normal;
}
@media (max-width: 999px) {
  .site-hub .custom-hub-grid-wrapper .site-display-filter-data .site-display-filter-title::before {
    content: "Filter";
    letter-spacing: 0px;
    font-size: 15px;
  }
}
.site-hub .custom-hub-grid-wrapper .site-display-filter-data .site-display-filter-title:after {
  font-family: "site-icon" !important;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e90d" !important;
  transition: all ease 0.5s;
  font-size: 25px;
  display: inline-block;
  vertical-align: middle;
}
@media (max-width: 699px) {
  .site-hub .custom-hub-grid-wrapper .site-display-filter-data .site-display-filter-title:after {
    font-size: 15px;
  }
}
.site-hub .custom-hub-grid-wrapper .site-display-filter-data .site-display-filter-title.site-display-filter-title-active:after {
  transform: rotate(90deg);
  display: inline-block;
}
.site-hub .custom-hub-grid-wrapper .site-display-filter-data .site-display-filter-desc {
  display: none;
  text-align: right;
  margin: 0 0 20px;
}
@media (max-width: 999px) {
  .site-hub .custom-hub-grid-wrapper .site-display-filter-data .site-display-filter-desc {
    clear: both;
  }
}
@media (max-width: 599px) {
  .site-hub .custom-hub-grid-wrapper .site-display-filter-data .site-display-filter-desc {
    text-align: center;
  }
}
.site-hub .custom-hub-grid-wrapper .site-display-filter-data .site-display-filter-desc .site-display-filter-wrapper {
  display: inline-block;
  margin: 15px 0 0 10px;
}
@media (max-width: 599px) {
  .site-hub .custom-hub-grid-wrapper .site-display-filter-data .site-display-filter-desc .site-display-filter-wrapper {
    margin: 10px 0 0 5px;
  }
}
.site-hub .custom-hub-grid-wrapper .site-display-filter-data .site-display-filter-desc .site-display-filter-wrapper.site-display-filter-wrapper-active .site-display-filter-data-block label:after {
  display: block;
}
.site-hub .custom-hub-grid-wrapper .site-display-filter-data .site-display-filter-desc .site-display-filter-wrapper .site-display-filter-data-block {
  position: relative;
  display: block;
}
.site-hub .custom-hub-grid-wrapper .site-display-filter-data .site-display-filter-desc .site-display-filter-wrapper .site-display-filter-data-block:after {
  position: absolute;
  background: #FFF500;
  width: 0%;
  height: 100%;
  content: "";
  display: block;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  border-radius: 10px;
  transition: all ease 0.5s;
}
.site-hub .custom-hub-grid-wrapper .site-display-filter-data .site-display-filter-desc .site-display-filter-wrapper .site-display-filter-data-block:hover:after {
  width: 100%;
}
.site-hub .custom-hub-grid-wrapper .site-display-filter-data .site-display-filter-desc .site-display-filter-wrapper .site-display-filter-data-block label {
  position: relative;
}
.site-hub .custom-hub-grid-wrapper .site-display-filter-data .site-display-filter-desc .site-display-filter-wrapper .site-display-filter-data-block label:after {
  font-family: "site-icon" !important;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e90f" !important;
  margin: 0 0 0 10px;
  display: none;
  position: absolute;
  right: 10px;
  top: 10px;
  bottom: 0;
  font-size: 10px;
}
@media (max-width: 599px) {
  .site-hub .custom-hub-grid-wrapper .site-display-filter-data .site-display-filter-desc .site-display-filter-wrapper .site-display-filter-data-block label:after {
    font-size: 7px;
    top: 6px;
    right: 6px;
  }
}
.site-hub .custom-hub-grid-wrapper .site-display-filter-data .site-display-filter-desc .site-display-filter-wrapper .site-display-checkbox:checked + label {
  background: #414141;
  color: #ffffff;
}
.site-hub .custom-hub-grid-wrapper .site-display-filter-data .site-display-filter-desc .site-display-filter-wrapper label {
  border-radius: 10px;
  font-family: "brother-1816", sans-serif;
  color: #000000;
  border: 1px solid #000000;
  position: relative;
  z-index: 1;
  padding: 10px 30px;
}
@media (max-width: 599px) {
  .site-hub .custom-hub-grid-wrapper .site-display-filter-data .site-display-filter-desc .site-display-filter-wrapper label {
    font-size: 10px;
    padding: 6px 20px;
  }
}
.site-hub .custom-hub-grid-wrapper .site-display-filter-data .site-display-filter-desc .site-display-filter-wrapper label:hover {
  background: transparent;
}

.create h1,
.create h2,
.create h3,
.create h4,
.create h5,
.create h6 {
  font-family: "gelato-luxe";
  font-weight: normal;
  color: #000000;
}
.create h1 tt,
.create h2 tt,
.create h3 tt,
.create h4 tt,
.create h5 tt,
.create h6 tt {
  font-family: "brother-1816", sans-serif;
  font-weight: 600;
  display: block;
}
.create .site-button-primary, .create .site-form-payment-wrapper .site-payment-buttons button, .site-form-payment-wrapper .site-payment-buttons .create button,
.create .site-form-data .site-form-buttons .site-form-button,
.create .site-form-data .site-form-field .file-upload-wrapper .file-upload-button {
  position: relative;
  display: inline-block;
  overflow: hidden;
  font-size: 18px;
  border: 1px solid #A20074;
  color: #ffffff;
  text-decoration: none;
  border-radius: 50px;
  padding: 3px 50px 5px;
  background: #A20074;
  transition: all ease 0.5s;
  line-height: 40px;
  text-decoration: none !important;
}
.create .site-button-primary span, .create .site-form-payment-wrapper .site-payment-buttons button span, .site-form-payment-wrapper .site-payment-buttons .create button span,
.create .site-form-data .site-form-buttons .site-form-button span,
.create .site-form-data .site-form-field .file-upload-wrapper .file-upload-button span {
  position: relative;
  z-index: 10;
}
.create .site-button-primary:before, .create .site-form-payment-wrapper .site-payment-buttons button:before, .site-form-payment-wrapper .site-payment-buttons .create button:before, .create .site-button-primary:after, .create .site-form-payment-wrapper .site-payment-buttons button:after, .site-form-payment-wrapper .site-payment-buttons .create button:after,
.create .site-form-data .site-form-buttons .site-form-button:before,
.create .site-form-data .site-form-buttons .site-form-button:after,
.create .site-form-data .site-form-field .file-upload-wrapper .file-upload-button:before,
.create .site-form-data .site-form-field .file-upload-wrapper .file-upload-button:after {
  position: absolute;
  top: 50%;
  content: "";
  width: 20px;
  height: 18px;
  background-color: #ffffff;
  border-radius: 50%;
}
.create .site-button-primary:before, .create .site-form-payment-wrapper .site-payment-buttons button:before, .site-form-payment-wrapper .site-payment-buttons .create button:before,
.create .site-form-data .site-form-buttons .site-form-button:before,
.create .site-form-data .site-form-field .file-upload-wrapper .file-upload-button:before {
  left: -20px;
  transform: translate(-50%, -50%);
}
.create .site-button-primary:after, .create .site-form-payment-wrapper .site-payment-buttons button:after, .site-form-payment-wrapper .site-payment-buttons .create button:after,
.create .site-form-data .site-form-buttons .site-form-button:after,
.create .site-form-data .site-form-field .file-upload-wrapper .file-upload-button:after {
  right: -20px;
  transform: translate(50%, -50%);
}
.create .site-button-primary:hover, .create .site-form-payment-wrapper .site-payment-buttons button:hover, .site-form-payment-wrapper .site-payment-buttons .create button:hover,
.create .site-form-data .site-form-buttons .site-form-button:hover,
.create .site-form-data .site-form-field .file-upload-wrapper .file-upload-button:hover {
  color: #A20074 !important;
  border: 1px solid #A20074;
  transition: all ease 1.2s;
}
.create .site-button-primary:hover span, .create .site-form-payment-wrapper .site-payment-buttons button:hover span, .site-form-payment-wrapper .site-payment-buttons .create button:hover span,
.create .site-form-data .site-form-buttons .site-form-button:hover span,
.create .site-form-data .site-form-field .file-upload-wrapper .file-upload-button:hover span {
  color: #A20074 !important;
}
.create .site-button-primary:hover:before, .create .site-form-payment-wrapper .site-payment-buttons button:hover:before, .site-form-payment-wrapper .site-payment-buttons .create button:hover:before,
.create .site-form-data .site-form-buttons .site-form-button:hover:before,
.create .site-form-data .site-form-field .file-upload-wrapper .file-upload-button:hover:before {
  animation: criss-cross-left 0.8s both;
  animation-direction: alternate;
}
.create .site-button-primary:hover:after, .create .site-form-payment-wrapper .site-payment-buttons button:hover:after, .site-form-payment-wrapper .site-payment-buttons .create button:hover:after,
.create .site-form-data .site-form-buttons .site-form-button:hover:after,
.create .site-form-data .site-form-field .file-upload-wrapper .file-upload-button:hover:after {
  animation: criss-cross-right 0.8s both;
  animation-direction: alternate;
}
@keyframes criss-cross-left {
  0% {
    left: -20px;
  }
  50% {
    left: 50%;
    width: 20px;
    height: 18px;
  }
  100% {
    left: 50%;
    width: 100%;
    height: 100%;
  }
}
@keyframes criss-cross-right {
  0% {
    right: -20px;
  }
  50% {
    right: 50%;
    width: 20px;
    height: 18px;
    border-radius: 50px;
  }
  100% {
    right: 50%;
    width: 100%;
    height: 100%;
    border-radius: 50px;
  }
}
.create .site-bookmark-button {
  position: relative;
  position: relative;
  display: inline-block;
  overflow: hidden;
  font-size: 18px;
  border: 1px solid #A20074;
  color: #ffffff;
  text-decoration: none;
  border-radius: 50px;
  padding: 3px 50px 5px;
  background: #A20074;
  transition: all ease 0.5s;
  line-height: 40px;
  text-decoration: none !important;
  margin: 20px 0 0;
}
.create .site-bookmark-button span {
  position: relative;
  z-index: 10;
}
.create .site-bookmark-button:before, .create .site-bookmark-button:after {
  position: absolute;
  top: 50%;
  content: "";
  width: 20px;
  height: 18px;
  background-color: #ffffff;
  border-radius: 50%;
}
.create .site-bookmark-button:before {
  left: -20px;
  transform: translate(-50%, -50%);
}
.create .site-bookmark-button:after {
  right: -20px;
  transform: translate(50%, -50%);
}
.create .site-bookmark-button:hover {
  color: #A20074 !important;
  border: 1px solid #A20074;
  transition: all ease 1.2s;
}
.create .site-bookmark-button:hover span {
  color: #A20074 !important;
}
.create .site-bookmark-button:hover:before {
  animation: criss-cross-left 0.8s both;
  animation-direction: alternate;
}
.create .site-bookmark-button:hover:after {
  animation: criss-cross-right 0.8s both;
  animation-direction: alternate;
}
@keyframes criss-cross-left {
  0% {
    left: -20px;
  }
  50% {
    left: 50%;
    width: 20px;
    height: 18px;
  }
  100% {
    left: 50%;
    width: 100%;
    height: 100%;
  }
}
@keyframes criss-cross-right {
  0% {
    right: -20px;
  }
  50% {
    right: 50%;
    width: 20px;
    height: 18px;
    border-radius: 50px;
  }
  100% {
    right: 50%;
    width: 100%;
    height: 100%;
    border-radius: 50px;
  }
}
.create .site-bookmark-button .site-bookmark-button-icon {
  position: relative;
  top: 3px;
  padding: 0 0 0 3px;
}
.create .site-bookmark-button .site-bookmark-button-icon:before {
  font-family: "site-icon" !important;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e917" !important;
  font-size: 20px;
}
.create .site-bookmark-button.site-bookmark-display-button-remove .site-bookmark-button-icon:before {
  content: "\e918" !important;
}
.create .site-button-secondary, .create .site-search-wrapper .site-search-block.site-search-option2 .site-search-button, .site-search-wrapper .site-search-block.site-search-option2 .create .site-search-button, .create .site-primary-button {
  position: relative;
  display: inline-block;
  overflow: hidden;
  font-size: 18px;
  border: 1px solid #414141;
  color: #ffffff;
  text-decoration: none;
  border-radius: 50px;
  padding: 3px 50px 5px;
  background: #414141;
  transition: all ease 0.5s;
  line-height: 40px;
  text-decoration: none !important;
}
.create .site-button-secondary span, .create .site-search-wrapper .site-search-block.site-search-option2 .site-search-button span, .site-search-wrapper .site-search-block.site-search-option2 .create .site-search-button span, .create .site-primary-button span {
  position: relative;
  z-index: 10;
}
.create .site-button-secondary:before, .create .site-search-wrapper .site-search-block.site-search-option2 .site-search-button:before, .site-search-wrapper .site-search-block.site-search-option2 .create .site-search-button:before, .create .site-button-secondary:after, .create .site-search-wrapper .site-search-block.site-search-option2 .site-search-button:after, .site-search-wrapper .site-search-block.site-search-option2 .create .site-search-button:after, .create .site-primary-button:before, .create .site-primary-button:after {
  position: absolute;
  top: 50%;
  content: "";
  width: 20px;
  height: 18px;
  background-color: #ffffff;
  border-radius: 50%;
}
.create .site-button-secondary:before, .create .site-search-wrapper .site-search-block.site-search-option2 .site-search-button:before, .site-search-wrapper .site-search-block.site-search-option2 .create .site-search-button:before, .create .site-primary-button:before {
  left: -20px;
  transform: translate(-50%, -50%);
}
.create .site-button-secondary:after, .create .site-search-wrapper .site-search-block.site-search-option2 .site-search-button:after, .site-search-wrapper .site-search-block.site-search-option2 .create .site-search-button:after, .create .site-primary-button:after {
  right: -20px;
  transform: translate(50%, -50%);
}
.create .site-button-secondary:hover, .create .site-search-wrapper .site-search-block.site-search-option2 .site-search-button:hover, .site-search-wrapper .site-search-block.site-search-option2 .create .site-search-button:hover, .create .site-primary-button:hover {
  color: #414141 !important;
  border: 1px solid #414141;
  transition: all ease 1.2s;
}
.create .site-button-secondary:hover span, .create .site-search-wrapper .site-search-block.site-search-option2 .site-search-button:hover span, .site-search-wrapper .site-search-block.site-search-option2 .create .site-search-button:hover span, .create .site-primary-button:hover span {
  color: #414141 !important;
}
.create .site-button-secondary:hover:before, .create .site-search-wrapper .site-search-block.site-search-option2 .site-search-button:hover:before, .site-search-wrapper .site-search-block.site-search-option2 .create .site-search-button:hover:before, .create .site-primary-button:hover:before {
  animation: criss-cross-left 0.8s both;
  animation-direction: alternate;
}
.create .site-button-secondary:hover:after, .create .site-search-wrapper .site-search-block.site-search-option2 .site-search-button:hover:after, .site-search-wrapper .site-search-block.site-search-option2 .create .site-search-button:hover:after, .create .site-primary-button:hover:after {
  animation: criss-cross-right 0.8s both;
  animation-direction: alternate;
}
@keyframes criss-cross-left {
  0% {
    left: -20px;
  }
  50% {
    left: 50%;
    width: 20px;
    height: 18px;
  }
  100% {
    left: 50%;
    width: 100%;
    height: 100%;
  }
}
@keyframes criss-cross-right {
  0% {
    right: -20px;
  }
  50% {
    right: 50%;
    width: 20px;
    height: 18px;
    border-radius: 50px;
  }
  100% {
    right: 50%;
    width: 100%;
    height: 100%;
    border-radius: 50px;
  }
}
.create .site-button-full-primary {
  position: relative;
  display: inline-block;
  overflow: hidden;
  font-size: 18px;
  border: 1px solid #A20074;
  color: #ffffff;
  text-decoration: none;
  border-radius: 50px;
  padding: 3px 50px 5px;
  background: #A20074;
  transition: all ease 0.5s;
  line-height: 40px;
  text-decoration: none !important;
  display: block;
  width: 100%;
  text-align: center;
}
.create .site-button-full-primary span {
  position: relative;
  z-index: 10;
}
.create .site-button-full-primary:before, .create .site-button-full-primary:after {
  position: absolute;
  top: 50%;
  content: "";
  width: 20px;
  height: 18px;
  background-color: #ffffff;
  border-radius: 50%;
}
.create .site-button-full-primary:before {
  left: -20px;
  transform: translate(-50%, -50%);
}
.create .site-button-full-primary:after {
  right: -20px;
  transform: translate(50%, -50%);
}
.create .site-button-full-primary:hover {
  color: #A20074 !important;
  border: 1px solid #A20074;
  transition: all ease 1.2s;
}
.create .site-button-full-primary:hover span {
  color: #A20074 !important;
}
.create .site-button-full-primary:hover:before {
  animation: criss-cross-left 0.8s both;
  animation-direction: alternate;
}
.create .site-button-full-primary:hover:after {
  animation: criss-cross-right 0.8s both;
  animation-direction: alternate;
}
@keyframes criss-cross-left {
  0% {
    left: -20px;
  }
  50% {
    left: 50%;
    width: 20px;
    height: 18px;
  }
  100% {
    left: 50%;
    width: 100%;
    height: 100%;
  }
}
@keyframes criss-cross-right {
  0% {
    right: -20px;
  }
  50% {
    right: 50%;
    width: 20px;
    height: 18px;
    border-radius: 50px;
  }
  100% {
    right: 50%;
    width: 100%;
    height: 100%;
    border-radius: 50px;
  }
}
.create .site-button-full-secondary {
  position: relative;
  display: inline-block;
  overflow: hidden;
  font-size: 18px;
  border: 1px solid #414141;
  color: #ffffff;
  text-decoration: none;
  border-radius: 50px;
  padding: 3px 50px 5px;
  background: #414141;
  transition: all ease 0.5s;
  line-height: 40px;
  text-decoration: none !important;
  display: block;
  width: 100%;
  text-align: center;
}
.create .site-button-full-secondary span {
  position: relative;
  z-index: 10;
}
.create .site-button-full-secondary:before, .create .site-button-full-secondary:after {
  position: absolute;
  top: 50%;
  content: "";
  width: 20px;
  height: 18px;
  background-color: #ffffff;
  border-radius: 50%;
}
.create .site-button-full-secondary:before {
  left: -20px;
  transform: translate(-50%, -50%);
}
.create .site-button-full-secondary:after {
  right: -20px;
  transform: translate(50%, -50%);
}
.create .site-button-full-secondary:hover {
  color: #414141 !important;
  border: 1px solid #414141;
  transition: all ease 1.2s;
}
.create .site-button-full-secondary:hover span {
  color: #414141 !important;
}
.create .site-button-full-secondary:hover:before {
  animation: criss-cross-left 0.8s both;
  animation-direction: alternate;
}
.create .site-button-full-secondary:hover:after {
  animation: criss-cross-right 0.8s both;
  animation-direction: alternate;
}
@keyframes criss-cross-left {
  0% {
    left: -20px;
  }
  50% {
    left: 50%;
    width: 20px;
    height: 18px;
  }
  100% {
    left: 50%;
    width: 100%;
    height: 100%;
  }
}
@keyframes criss-cross-right {
  0% {
    right: -20px;
  }
  50% {
    right: 50%;
    width: 20px;
    height: 18px;
    border-radius: 50px;
  }
  100% {
    right: 50%;
    width: 100%;
    height: 100%;
    border-radius: 50px;
  }
}
.create .site-button-big-primary {
  position: relative;
  display: inline-block;
  overflow: hidden;
  font-size: 18px;
  border: 1px solid #A20074;
  color: #ffffff;
  text-decoration: none;
  border-radius: 50px;
  padding: 3px 50px 5px;
  background: #A20074;
  transition: all ease 0.5s;
  line-height: 40px;
  text-decoration: none !important;
  padding: 22px 50px 25px;
  font-size: 25px;
}
.create .site-button-big-primary span {
  position: relative;
  z-index: 10;
}
.create .site-button-big-primary:before, .create .site-button-big-primary:after {
  position: absolute;
  top: 50%;
  content: "";
  width: 20px;
  height: 18px;
  background-color: #ffffff;
  border-radius: 50%;
}
.create .site-button-big-primary:before {
  left: -20px;
  transform: translate(-50%, -50%);
}
.create .site-button-big-primary:after {
  right: -20px;
  transform: translate(50%, -50%);
}
.create .site-button-big-primary:hover {
  color: #A20074 !important;
  border: 1px solid #A20074;
  transition: all ease 1.2s;
}
.create .site-button-big-primary:hover span {
  color: #A20074 !important;
}
.create .site-button-big-primary:hover:before {
  animation: criss-cross-left 0.8s both;
  animation-direction: alternate;
}
.create .site-button-big-primary:hover:after {
  animation: criss-cross-right 0.8s both;
  animation-direction: alternate;
}
@keyframes criss-cross-left {
  0% {
    left: -20px;
  }
  50% {
    left: 50%;
    width: 20px;
    height: 18px;
  }
  100% {
    left: 50%;
    width: 100%;
    height: 100%;
  }
}
@keyframes criss-cross-right {
  0% {
    right: -20px;
  }
  50% {
    right: 50%;
    width: 20px;
    height: 18px;
    border-radius: 50px;
  }
  100% {
    right: 50%;
    width: 100%;
    height: 100%;
    border-radius: 50px;
  }
}
.create .site-button-big-secondary {
  position: relative;
  display: inline-block;
  overflow: hidden;
  font-size: 18px;
  border: 1px solid #414141;
  color: #ffffff;
  text-decoration: none;
  border-radius: 50px;
  padding: 3px 50px 5px;
  background: #414141;
  transition: all ease 0.5s;
  line-height: 40px;
  text-decoration: none !important;
  padding: 22px 50px 25px;
  font-size: 25px;
}
.create .site-button-big-secondary span {
  position: relative;
  z-index: 10;
}
.create .site-button-big-secondary:before, .create .site-button-big-secondary:after {
  position: absolute;
  top: 50%;
  content: "";
  width: 20px;
  height: 18px;
  background-color: #ffffff;
  border-radius: 50%;
}
.create .site-button-big-secondary:before {
  left: -20px;
  transform: translate(-50%, -50%);
}
.create .site-button-big-secondary:after {
  right: -20px;
  transform: translate(50%, -50%);
}
.create .site-button-big-secondary:hover {
  color: #414141 !important;
  border: 1px solid #414141;
  transition: all ease 1.2s;
}
.create .site-button-big-secondary:hover span {
  color: #414141 !important;
}
.create .site-button-big-secondary:hover:before {
  animation: criss-cross-left 0.8s both;
  animation-direction: alternate;
}
.create .site-button-big-secondary:hover:after {
  animation: criss-cross-right 0.8s both;
  animation-direction: alternate;
}
@keyframes criss-cross-left {
  0% {
    left: -20px;
  }
  50% {
    left: 50%;
    width: 20px;
    height: 18px;
  }
  100% {
    left: 50%;
    width: 100%;
    height: 100%;
  }
}
@keyframes criss-cross-right {
  0% {
    right: -20px;
  }
  50% {
    right: 50%;
    width: 20px;
    height: 18px;
    border-radius: 50px;
  }
  100% {
    right: 50%;
    width: 100%;
    height: 100%;
    border-radius: 50px;
  }
}
.create .site-button-heart {
  position: relative;
  display: inline-block;
}
@media (max-width: 599px) {
  .create .site-button-heart {
    margin: 0 0 10px;
  }
}
.create .site-button-heart span {
  background: #FFF500;
  color: #000000;
  border-radius: 50px;
  padding: 3px 50px 5px;
  display: inline-block;
  line-height: 40px;
  position: relative;
  z-index: 2;
  border: 1px solid #FFF500;
}
.create .site-button-heart .site-icon-heart {
  position: absolute;
  top: 0px;
  color: #FF2689;
  font-size: 25px;
  z-index: 0;
}
.create .site-button-heart .site-icon-heart:nth-of-type(1) {
  left: calc(50% - 50px);
  scale: 1.1;
}
.create .site-button-heart .site-icon-heart:nth-of-type(2) {
  left: calc(50% - 25px);
  animation-delay: 0.4s !important;
}
.create .site-button-heart .site-icon-heart:nth-of-type(3) {
  left: 50%;
  animation-delay: 1s !important;
  scale: 1.2;
}
.create .site-button-heart .site-icon-heart:nth-of-type(4) {
  left: calc(50% + 25px);
  animation-delay: 1.5s !important;
  scale: 1.2;
}
.create .site-button-heart:hover span {
  background: #ffffff;
  border: 1px solid #000000;
}
.create .site-button-heart:hover .site-icon-heart {
  animation: 1.5s linear heart normal;
}
@keyframes heart {
  0% {
    transform: rotate(10deg);
    opacity: 0;
  }
  25% {
    transform: rotate(-10deg);
    opacity: 1;
  }
  75% {
    transform: rotate(10deg);
    opacity: 0.5;
  }
  100% {
    transform: rotate(-10deg);
    opacity: 0;
    top: -130%;
  }
}
.create .box {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--accent-color);
  color: #fff;
  border-radius: 50px;
  position: relative;
}
.create .counter-container {
  padding: 30px;
}
.create .cms-text-feature table tr {
  background: transparent;
}
.create .cms-text-feature table tr th {
  background: #A20074;
  color: #ffffff;
}
.create .cms-text-feature table tr:nth-child(2n) {
  background: #f1f1f1;
}
@media (max-width: 599px) {
  .create .cms-text-feature table tr:nth-child(2n) {
    background: none;
  }
}
@media (max-width: 599px) {
  .create table.site-table-mobile > thead > tr > td p, .create table.site-table-mobile > thead > tr > th p, .create table.site-table-mobile > tbody > tr > td p, .create table.site-table-mobile > tbody > tr > th p {
    margin: 0 0 20px !important;
  }
}
.create table.site-table-no-scroll {
  display: table !important;
}
.create table.site-table-mobile-stack {
  border-collapse: collapse;
  margin: 0 0 30px;
  padding: 0;
  width: 100%;
  table-layout: fixed;
  white-space: normal;
}
.create table.site-table-mobile-stack tr {
  background-color: transparent;
  border: 1px solid #f1f1f1;
  padding: 5px;
}
.create table.site-table-mobile-stack th,
.create table.site-table-mobile-stack td {
  padding: 0.625em;
  text-align: center;
  word-wrap: break-word;
}
.create table.site-table-mobile-stack th {
  text-transform: uppercase;
}
@media (max-width: 599px) {
  .create table.site-table-mobile-stack {
    border-collapse: collapse;
    margin: 0;
    padding: 0;
    width: 100%;
    table-layout: fixed;
    display: table !important;
  }
  .create table.site-table-mobile-stack caption {
    font-size: 1.3em;
  }
  .create table.site-table-mobile-stack thead {
    border: none;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .create table.site-table-mobile-stack tr {
    display: block;
    margin-bottom: 0.625em;
    background: none !important;
    border: 1px solid #414141;
  }
  .create table.site-table-mobile-stack td {
    border: none;
    border-bottom: 1px solid #f1f1f1;
    display: block;
    text-align: right !important;
  }
  .create table.site-table-mobile-stack td::before {
    /*
    * aria-label has no advantage, it won't be read inside a table
    content: attr(aria-label);
    */
    content: attr(data-label);
    float: left;
    font-weight: bold;
    text-transform: uppercase;
    color: #414141;
  }
  .create table.site-table-mobile-stack td:last-child {
    border-bottom: 0;
  }
}
@media (max-width: 599px) {
  .create table.site-table-row-border {
    width: 100% !important;
  }
}
.create table.site-table-row-border tr {
  border-bottom: 1px solid #f1f1f1;
}
.create table.site-table-row-border tr td h1, .create table.site-table-row-border tr td h2, .create table.site-table-row-border tr td h3, .create table.site-table-row-border tr td h4, .create table.site-table-row-border tr td h5, .create table.site-table-row-border tr td h6, .create table.site-table-row-border tr td p {
  margin: 0 !important;
}
@media (max-width: 599px) {
  .create table.site-table-row-border.site-table-mobile > thead > tr > td h1, .create table.site-table-row-border.site-table-mobile > thead > tr > td h2, .create table.site-table-row-border.site-table-mobile > thead > tr > td h3, .create table.site-table-row-border.site-table-mobile > thead > tr > td h4, .create table.site-table-row-border.site-table-mobile > thead > tr > td h5, .create table.site-table-row-border.site-table-mobile > thead > tr > td h6, .create table.site-table-row-border.site-table-mobile > thead > tr > td p, .create table.site-table-row-border.site-table-mobile > thead > tr > th h1, .create table.site-table-row-border.site-table-mobile > thead > tr > th h2, .create table.site-table-row-border.site-table-mobile > thead > tr > th h3, .create table.site-table-row-border.site-table-mobile > thead > tr > th h4, .create table.site-table-row-border.site-table-mobile > thead > tr > th h5, .create table.site-table-row-border.site-table-mobile > thead > tr > th h6, .create table.site-table-row-border.site-table-mobile > thead > tr > th p, .create table.site-table-row-border.site-table-mobile > tbody > tr > td h1, .create table.site-table-row-border.site-table-mobile > tbody > tr > td h2, .create table.site-table-row-border.site-table-mobile > tbody > tr > td h3, .create table.site-table-row-border.site-table-mobile > tbody > tr > td h4, .create table.site-table-row-border.site-table-mobile > tbody > tr > td h5, .create table.site-table-row-border.site-table-mobile > tbody > tr > td h6, .create table.site-table-row-border.site-table-mobile > tbody > tr > td p, .create table.site-table-row-border.site-table-mobile > tbody > tr > th h1, .create table.site-table-row-border.site-table-mobile > tbody > tr > th h2, .create table.site-table-row-border.site-table-mobile > tbody > tr > th h3, .create table.site-table-row-border.site-table-mobile > tbody > tr > th h4, .create table.site-table-row-border.site-table-mobile > tbody > tr > th h5, .create table.site-table-row-border.site-table-mobile > tbody > tr > th h6, .create table.site-table-row-border.site-table-mobile > tbody > tr > th p {
    margin: 0 !important;
  }
}
.create .site-breadcrumbs-wrapper {
  background: #f9f9f9;
  padding: 15px 0;
  border-bottom: 1px solid #dfdfdf;
  color: #414141;
  margin: 0 0 20px;
}
.create .site-breadcrumbs-wrapper .site-breadcrumbs-item {
  display: inline-block;
  padding: 0 30px 0 0;
  position: relative;
}
.create .site-breadcrumbs-wrapper .site-breadcrumbs-item:after {
  font-family: "site-icon" !important;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e909" !important;
  font-size: 25px;
  position: absolute;
  right: 0;
  top: 0;
}
.create .site-breadcrumbs-wrapper .site-breadcrumbs-item.site-breadcrumbs-active:after {
  display: none;
}
.create .site-breadcrumbs-wrapper .site-breadcrumbs-item a.site-breadcrumbs-link {
  color: #A20074;
  position: relative;
}
.create .site-breadcrumbs-wrapper .site-breadcrumbs-item a.site-breadcrumbs-link::after {
  content: "";
  width: 0;
  position: absolute;
  height: 2px;
  background: #ffffff;
  left: 0;
  bottom: -5px;
  transition: all ease 0.5s;
}
.create .site-breadcrumbs-wrapper .site-breadcrumbs-item a.site-breadcrumbs-link:hover:after {
  width: 100%;
}
@media (max-width: 1299px) {
  .create .site-menu-toggle {
    display: block;
  }
  .create .site-navigation-wrapper {
    position: fixed;
    background: #000000;
    z-index: 1000;
    right: -100%;
    top: 110px;
    width: 300px;
    transition: all ease 0.5s;
    opacity: 0;
    visibility: hidden;
    height: calc(100vh - 110px);
  }
  .create .site-navigation-wrapper.site-navigation-wrapper-active {
    right: 0;
    opacity: 1;
    visibility: visible;
    overflow: scroll;
    width: 400px;
  }
}
@media (max-width: 1299px) and (max-width: 599px) {
  .create .site-navigation-wrapper.site-navigation-wrapper-active {
    width: 100%;
  }
}
@media (max-width: 1299px) {
  .create .site-navigation-wrapper ul.site-nav-block {
    padding: 10px 20px;
  }
  .create .site-navigation-wrapper ul.site-nav-block > li {
    border-bottom: 1px solid #ffffff;
    margin: 0 0 10px;
    padding: 0 0 10px;
  }
  .create .site-navigation-wrapper ul.site-nav-block > li > a {
    color: #ffffff;
    position: relative;
    padding: 0;
  }
  .create .site-navigation-wrapper ul.site-nav-block > li.site-nav-active > a {
    color: #FFF500;
    font-weight: bold;
  }
  .create .site-navigation-wrapper ul.site-nav-block li {
    display: block;
    position: relative;
  }
  .create .site-navigation-wrapper ul.site-nav-block li .site-nav-linktext.site-nav-expand {
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    color: #ffffff;
  }
  .create .site-navigation-wrapper ul.site-nav-block li .site-nav-linktext.site-nav-expand:before {
    font-family: "site-icon" !important;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\e909" !important;
    font-size: 30px;
    display: block;
    transition: all ease 0.5s;
  }
  .create .site-navigation-wrapper ul.site-nav-block li .site-nav-linktext.site-nav-expand-active:before {
    transform: rotate(90deg);
  }
  .create .site-navigation-wrapper ul.site-nav-block li .site-subnav-wrapper {
    overflow: hidden;
    max-height: 0;
    transition: all ease 0.5s;
  }
  .create .site-navigation-wrapper ul.site-nav-block li .site-subnav-wrapper-active {
    max-height: 1000px;
  }
  .create .site-navigation-wrapper ul.site-nav-block li .site-subnav-wrapper .site-subnav-block {
    padding: 10px 0 0;
  }
  .create .site-navigation-wrapper ul.site-nav-block li .site-subnav-wrapper .site-subnav-block li {
    padding: 0 20px 10px;
    text-transform: none;
  }
  .create .site-navigation-wrapper ul.site-nav-block li .site-subnav-wrapper .site-subnav-block li a {
    color: #ffffff;
  }
  .create .site-navigation-wrapper ul.site-nav-block li .site-subnav-wrapper .site-subnav-block li a:hover {
    color: #000000;
  }
  .create .site-navigation-wrapper ul.site-nav-block li .site-subnav-wrapper .site-subnav-block li.site-subnav-active > a {
    color: #ffffff;
    font-weight: bold;
  }
}
.create blockquote, .create q {
  padding: 85px 75px;
  position: relative;
  margin: 80px 0 !important;
  border-radius: 20px;
  text-align: left;
  font-size: 18px !important;
  line-height: 30px !important;
}
@media (max-width: 599px) {
  .create blockquote, .create q {
    padding: 40px 20px;
  }
}
.create blockquote:after, .create q:after {
  font-family: "site-icon" !important;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e903" !important;
  display: block;
  position: absolute;
  background-size: 100%;
  top: -20px;
  left: 75px;
  font-size: 70px;
  color: #000000;
}
@media (max-width: 599px) {
  .create blockquote:after, .create q:after {
    left: 25px;
    font-size: 50px;
  }
}
.create blockquote:before, .create q:before {
  font-family: "site-icon" !important;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e919" !important;
  display: block;
  position: absolute;
  background-size: 100%;
  bottom: -20px;
  right: 75px;
  font-size: 70px;
  color: #000000;
}
@media (max-width: 599px) {
  .create blockquote:before, .create q:before {
    right: 25px;
    font-size: 50px;
  }
}
.create q {
  border: 5px solid #000000;
  color: #000000;
}
.create q:after, .create q:before {
  color: #A20074;
}
.create blockquote {
  background: #A20074;
  color: #ffffff;
}
.create .cms-text-feature .cms-text-feature-data {
  line-height: normal;
}
.create .cms-text-feature .cms-text-feature-data p {
  line-height: 30px;
  font-size: 18px;
  margin: 0 0 20px;
}
.create .cms-text-feature .cms-text-feature-data p:last-child {
  margin: 0;
}
.create .cms-text-feature .cms-text-feature-data q, .create .cms-text-feature .cms-text-feature-data blockquote {
  text-align: left;
}
.create .cms-text-feature .cms-text-feature-data ul, .create .cms-text-feature .cms-text-feature-data ol {
  list-style-position: outside;
}
.create .cms-text-feature .cms-text-feature-data ul li, .create .cms-text-feature .cms-text-feature-data ol li {
  line-height: 30px;
  font-size: 18px;
  margin: 0 0 20px;
}
.create .cms-text-feature .cms-text-feature-data ul li:last-child, .create .cms-text-feature .cms-text-feature-data ol li:last-child {
  margin: 0;
}
.create .cms-text-feature .cms-text-feature-data ol {
  list-style: none;
  counter-reset: li;
}
.create .cms-text-feature .cms-text-feature-data ol li {
  position: relative;
  counter-increment: li;
  padding: 0 0 0 12px;
}
.create .cms-text-feature .cms-text-feature-data ol li::before {
  content: counter(li);
  color: #A20074;
  font-size: 20px;
  position: absolute;
  left: -20px;
  top: 0px;
  width: 17px;
  text-align: left;
}
.create .cms-text-feature .cms-text-feature-data ul li {
  list-style: none;
  position: relative;
  padding: 0 0 0 12px;
}
.create .cms-text-feature .cms-text-feature-data ul li:before {
  content: "";
  width: 20px;
  height: 18px;
  background: #A20074;
  border-radius: 100%;
  position: absolute;
  left: -20px;
  top: 10px;
  transform: rotate(-30deg);
}
.create .cms-text-feature .cms-text-feature-data hr {
  margin: 30px 0 20px;
}
.create .cms-text-feature .cms-text-feature-data a1 {
  color: #A20074;
}
.create .cms-text-feature .cms-text-feature-data a1.no-link-style {
  border-bottom: none !important;
  color: #A20074;
}
.create .cms-text-feature .cms-text-feature-data a1.no-link-style:hover {
  color: #414141;
}
.create .cms-text-feature .cms-text-feature-data a1:hover {
  color: #414141;
  border-bottom: 1px solid #414141;
}
.create body.cms-page-is-in-edit-mode .cms-feature-wrapper {
  position: relative;
}
.create body.cms-page-is-in-edit-mode .cms-feature-wrapper .site-feature-detail {
  position: absolute;
  background: #ffffff;
  color: #ffffff;
  height: 30px;
  line-height: 30px;
  text-align: center;
  top: 0;
  right: 0;
  display: flex;
  padding: 0 10px;
  font-size: 18px;
}
.create body.cms-page-is-in-edit-mode .cms-feature-wrapper .site-feature-detail .site-feature-count {
  margin: 0 10px 0 0;
  position: relative;
  padding: 0 12px 0 0;
}
.create body.cms-page-is-in-edit-mode .cms-feature-wrapper .site-feature-detail .site-feature-count:before {
  content: "";
  background: #A20074;
  height: 4px;
  width: 4px;
  border-radius: 100%;
  display: inline-block;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 0;
}
.create body.cms-page-is-in-edit-mode .cms-feature-wrapper .site-feature-detail .site-feature-row {
  margin: 0 0 0 10px;
  position: relative;
  padding: 0 0 0 12px;
}
.create body.cms-page-is-in-edit-mode .cms-feature-wrapper .site-feature-detail .site-feature-row:before {
  content: "";
  background: #A20074;
  height: 4px;
  width: 4px;
  border-radius: 100%;
  display: inline-block;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  left: 0;
}
.create body.cms-page-is-in-edit-mode .site-row-container {
  position: relative;
}
.create body.cms-page-is-in-edit-mode .site-row-container:after {
  content: "New Row";
  display: block;
  margin: 40px 0;
  position: relative;
  position: absolute;
  top: 27px;
  left: 0;
  right: 0;
  width: 100px;
  margin: 0 auto;
  background: #ffffff;
  padding: 5px 10px;
  text-align: center;
  font-size: 18px;
  color: #A20074;
}
.create body.cms-page-is-in-edit-mode .site-row-container:before {
  content: "";
  display: block;
  height: 2px;
  width: 100%;
  background: #dfdfdf;
  margin: 40px 0;
}
.create .site-color-text {
  color: #414141 !important;
}
.create .site-color-text-wrapper .cms-feature-title {
  color: #414141 !important;
}
.create .site-color-primary {
  color: #A20074 !important;
}
.create .site-color-primary-wrapper .cms-feature-title {
  color: #A20074 !important;
}
.create .site-color-secondary {
  color: #ffffff !important;
}
.create .site-color-secondary-wrapper .cms-feature-title {
  color: #ffffff !important;
}
.create .site-color-light {
  color: #f1f1f1 !important;
}
.create .site-color-light-wrapper .cms-feature-title {
  color: #f1f1f1 !important;
}
.create .site-color-black {
  color: #000000 !important;
}
.create .site-color-black * {
  color: #000000 !important;
}
.create .site-color-black-wrapper .cms-feature-title {
  color: #000000 !important;
}
.create .site-color-black-wrapper .cms-feature-title * {
  color: #000000 !important;
}
.create .site-color-white {
  color: #ffffff !important;
}
.create .site-color-white var {
  color: #ffffff;
}
.create .site-color-white *:not(var):not(var *) {
  color: #ffffff !important;
}
.create .site-color-white *:not(var):not(var *).site-button-secondary:hover, .create .site-color-white .site-search-wrapper .site-search-block.site-search-option2 *.site-search-button:not(var):not(var *):hover, .site-search-wrapper .site-search-block.site-search-option2 .create .site-color-white *.site-search-button:not(var):not(var *):hover {
  color: #414141 !important;
}
.create .site-color-white *:not(var):not(var *).site-button-secondary:hover span, .create .site-color-white .site-search-wrapper .site-search-block.site-search-option2 *.site-search-button:not(var):not(var *):hover span, .site-search-wrapper .site-search-block.site-search-option2 .create .site-color-white *.site-search-button:not(var):not(var *):hover span {
  color: #414141 !important;
}
.create .site-color-white-wrapper .cms-feature-title {
  color: #ffffff !important;
}
.create .site-bg-text, .create .site-bg-text-wrapper, .create .site-bg .cms-feature-title {
  background: #414141 !important;
}
.create .site-bg-primary, .create .site-bg-primary-wrapper, .create .site-bg .cms-feature-title {
  background: #A20074 !important;
}
.create .site-bg-secondary, .create .site-bg-secondary-wrapper, .create .site-bg .cms-feature-title {
  background: #ffffff !important;
}
.create .site-bg-light, .create .site-bg-light-wrapper, .create .site-bg .cms-feature-title {
  background: #dfdfdf !important;
}
.create .site-bg-black, .create .site-bg-black-wrapper, .create .site-bg .cms-feature-title {
  background: #000000 !important;
}
.create .site-bg-white, .create .site-bg-white-wrapper, .create .site-bg .cms-feature-title {
  background: #ffffff !important;
}
.create .border-color-primary {
  border-color: #A20074;
}
.create .border-color-secondary {
  border-color: #ffffff;
}
.create .border-color-tertiary {
  border-color: #414141;
}
.create .border-color-white {
  border-color: #ffffff;
}
.create .border-color-light {
  border-color: #f1f1f1;
}
.create .border-color-black {
  border-color: #000000;
}
.create .border-bg-primary {
  background: #A20074;
}
.create .border-bg-secondary {
  background: #ffffff;
}
.create .border-bg-tertiary {
  background: #414141;
}
.create .border-bg-white {
  background: #ffffff;
}
.create .border-bg-light {
  background: #f1f1f1;
}
.create .border-bg-black {
  background: #000000;
}
.create .site-navigation-wrapper #site-navigation ul.site-nav-block > li.custom-nav-vm-home-css {
  display: none !important;
}
@media (min-width: 1300px) {
  .create .site-navigation-wrapper #site-navigation ul.site-nav-block {
    position: relative;
    margin: 0 20px 0 0;
  }
  .create .site-navigation-wrapper #site-navigation ul.site-nav-block > li {
    margin: 0 25px 0 0;
    display: inline-block;
  }
  .create .site-navigation-wrapper #site-navigation ul.site-nav-block > li.custom-nav-vm-home-css {
    display: none !important;
  }
  .create .site-navigation-wrapper #site-navigation ul.site-nav-block > li > a {
    font-size: 16px;
    font-weight: bold;
    color: #414141;
    display: block;
    letter-spacing: 0.5px;
    position: relative;
  }
  .create .site-navigation-wrapper #site-navigation ul.site-nav-block > li > a:before {
    background: #A20074;
    content: "";
    display: block;
    height: 1px;
    width: 0%;
    top: 0;
    left: 0;
    position: absolute;
    transition: all ease 0.5s;
  }
  .create .site-navigation-wrapper #site-navigation ul.site-nav-block > li > a:after {
    background: #A20074;
    content: "";
    display: block;
    height: 1px;
    width: 0%;
    bottom: -3px;
    right: 0;
    position: absolute;
    transition: all ease 0.5s;
  }
  .create .site-navigation-wrapper #site-navigation ul.site-nav-block > li > a:hover {
    color: #A20074;
  }
  .create .site-navigation-wrapper #site-navigation ul.site-nav-block > li > a:hover:before, .create .site-navigation-wrapper #site-navigation ul.site-nav-block > li > a:hover:after {
    width: 100%;
  }
  .create .site-navigation-wrapper #site-navigation ul.site-nav-block > li:hover > .site-subnav-wrapper {
    display: block;
  }
  .create .site-navigation-wrapper #site-navigation ul.site-nav-block > li.site-nav-active a, .create .site-navigation-wrapper #site-navigation ul.site-nav-block > li.site-nav-active-parent a {
    color: #A20074;
  }
  .create .site-navigation-wrapper #site-navigation ul.site-nav-block > li.site-nav-active a:before, .create .site-navigation-wrapper #site-navigation ul.site-nav-block > li.site-nav-active a:after, .create .site-navigation-wrapper #site-navigation ul.site-nav-block > li.site-nav-active-parent a:before, .create .site-navigation-wrapper #site-navigation ul.site-nav-block > li.site-nav-active-parent a:after {
    width: 100%;
  }
  .create .site-navigation-wrapper #site-navigation ul.site-nav-block .site-subnav-wrapper {
    display: none;
    position: absolute;
    background: #A20074;
    z-index: 1000;
    padding: 10px 20px;
    top: 100%;
    min-width: 130px;
  }
  .create .site-navigation-wrapper #site-navigation ul.site-nav-block .site-subnav-wrapper ul.site-subnav-block li {
    display: block;
    margin: 0 0 5px;
  }
  .create .site-navigation-wrapper #site-navigation ul.site-nav-block .site-subnav-wrapper ul.site-subnav-block li a {
    color: #ffffff;
    font-size: 14px;
    position: relative;
    display: block;
  }
  .create .site-navigation-wrapper #site-navigation ul.site-nav-block .site-subnav-wrapper ul.site-subnav-block li a:before {
    content: "";
    display: block;
    position: absolute;
    background: #ffffff;
    height: 1px;
    width: 0%;
    bottom: 0;
    transition: all ease 0.5s;
  }
  .create .site-navigation-wrapper #site-navigation ul.site-nav-block .site-subnav-wrapper ul.site-subnav-block li:hover a:before, .create .site-navigation-wrapper #site-navigation ul.site-nav-block .site-subnav-wrapper ul.site-subnav-block li.site-subnav-active a:before {
    width: 100%;
  }
  .create .site-navigation-wrapper #site-navigation .site-nav-linktext, .create .site-navigation-wrapper #site-navigation .site-nav-linktext {
    display: none;
  }
  .create .site-menu-toggle {
    display: none;
  }
}
.create #site-footer {
  background: #A20074;
  padding: 100px 0 40px;
  clear: both;
  position: relative;
}
@media (max-width: 799px) {
  .create #site-footer {
    padding: 100px 0 0;
  }
}
@media (max-width: 799px) {
  .create #site-footer .site-container {
    padding: 0;
  }
}
.create #site-footer .cms-feature-datablock {
  color: #ffffff !important;
}
.create #site-footer .cms-feature-datablock *:not(.site-button-secondary):not(.site-button-secondary span):not(.site-search-wrapper .site-search-block.site-search-option2 .site-search-button span) {
  color: #ffffff !important;
}
.create #site-footer .site-footer-block {
  display: flex;
  justify-content: space-between;
  position: relative;
  color: #000000;
  padding: 0 20px;
  z-index: 100;
}
@media (max-width: 399px) {
  .create #site-footer .site-footer-block {
    display: block;
    text-align: center;
  }
}
.create #site-footer .site-footer-block .site-footer-logo {
  width: 60%;
}
@media (max-width: 1499px) {
  .create #site-footer .site-footer-block .site-footer-logo {
    width: 75%;
  }
}
@media (max-width: 1099px) {
  .create #site-footer .site-footer-block .site-footer-logo {
    width: 100%;
  }
}
.create #site-footer .site-footer-block .site-footer-logo h1, .create #site-footer .site-footer-block .site-footer-logo h2, .create #site-footer .site-footer-block .site-footer-logo h3, .create #site-footer .site-footer-block .site-footer-logo h4, .create #site-footer .site-footer-block .site-footer-logo h5, .create #site-footer .site-footer-block .site-footer-logo h6 {
  margin: 0 0 20px;
}
.create #site-footer .site-footer-block .site-footer-logo #site-footer-logo {
  display: flex;
}
@media (max-width: 999px) {
  .create #site-footer .site-footer-block .site-footer-logo #site-footer-logo {
    display: block;
  }
}
.create #site-footer .site-footer-block .site-footer-logo #site-footer-logo .site-footer-desc-wrapper {
  flex: 0 0 calc(100% - 300px);
  max-width: calc(100% - 300px);
}
@media (max-width: 999px) {
  .create #site-footer .site-footer-block .site-footer-logo #site-footer-logo .site-footer-desc-wrapper {
    width: 100%;
    max-width: none;
  }
}
.create #site-footer .site-footer-block .site-footer-logo #site-footer-logo .site-footer-desc-wrapper .site-button-secondary, .create #site-footer .site-footer-block .site-footer-logo #site-footer-logo .site-footer-desc-wrapper .site-search-wrapper .site-search-block.site-search-option2 .site-search-button, .site-search-wrapper .site-search-block.site-search-option2 .create #site-footer .site-footer-block .site-footer-logo #site-footer-logo .site-footer-desc-wrapper .site-search-button {
  padding: 3px 20px 5px;
}
.create #site-footer .site-footer-block .site-footer-logo table tr:nth-child(2n) {
  background: none !important;
}
.create #site-footer .site-footer-block .site-footer-logo table tr td {
  border: none;
}
.create #site-footer .site-footer-block .site-footer-logo table tr ul {
  padding: 0;
}
.create #site-footer .site-footer-block .site-footer-logo table tr ul li {
  padding: 0;
  font-size: 16px;
  line-height: 28px;
  margin: 0;
}
.create #site-footer .site-footer-block .site-footer-logo table tr ul li a {
  position: relative;
  text-decoration: none;
  margin: 0 0 5px;
  display: inline-block;
}
.create #site-footer .site-footer-block .site-footer-logo table tr ul li a:after {
  position: absolute;
  content: "";
  display: block;
  background: #ffffff;
  width: 100%;
  height: 1px;
  transition: all ease 0.7s;
  bottom: 1px;
  left: 0;
}
.create #site-footer .site-footer-block .site-footer-logo table tr ul li a:hover:after {
  width: 0%;
}
.create #site-footer .site-footer-block .site-footer-logo table tr ul li a.custom-link-active {
  font-weight: bold;
}
.create #site-footer .site-footer-block .site-footer-logo table tr ul li::before {
  display: none !important;
}
.create #site-footer .site-footer-right {
  position: absolute;
  bottom: 0;
  right: 0;
}
@media (max-width: 999px) {
  .create #site-footer .site-footer-right {
    position: static;
    display: none;
  }
}
@media (max-width: 599px) {
  .create #site-footer .site-footer-right {
    display: block;
  }
}
.create #site-footer .site-footer-right .site-footer-image img {
  width: 80% !important;
}
@media (max-width: 1499px) {
  .create #site-footer .site-footer-right .site-footer-image img {
    width: 75% !important;
  }
}
@media (max-width: 1299px) {
  .create #site-footer .site-footer-right .site-footer-image img {
    width: 60% !important;
  }
}
@media (max-width: 799px) {
  .create #site-footer .site-footer-right .site-footer-image img {
    width: 100% !important;
  }
}
.create a {
  color: #A20074;
}
.create a:hover, .create a:focus {
  color: #414141;
}
.create .cms-feature-datablock a {
  text-decoration: underline;
}
.create hr {
  margin: 0 auto 10px;
  border-top: 1px solid #A20074 !important;
}
.create var {
  background: #A20074;
  padding: 15px 40px;
  text-transform: uppercase;
  font-style: normal;
  font-weight: bold;
  letter-spacing: -2.5px;
  font-size: 40px;
  color: #ffffff;
  display: inline-block;
  box-shadow: 8px 14px 17px -7px rgba(0, 0, 0, 0.5);
  line-height: 30px;
  font-family: "brother-1816", sans-serif;
}
@media (max-width: 1299px) {
  .create var {
    line-height: 40px;
  }
}
@media (max-width: 599px) {
  .create var {
    font-size: 20px;
    line-height: 20px;
    letter-spacing: -1.5px;
    padding: 10px 30px;
  }
}
.create .site-posted-block {
  font-size: 16px;
  color: #000000;
  position: relative;
  padding: 0 0 0 60px;
  height: 50px;
  line-height: 50px;
  margin: 0;
}
.create .site-posted-block:before {
  display: block;
  height: 40px;
  width: 40px;
  border-radius: 100%;
  background: #A20074;
  color: #ffffff;
  position: absolute;
  left: 2px;
  top: 0;
  font-family: "gelato-luxe";
  font-size: 33px;
  text-align: center;
  line-height: 32px;
  font-weight: bold;
  animation: postedby 2s infinite;
  bottom: 0;
  margin: auto;
}
.create .site-posted-block a {
  border-bottom: 1px solid;
  color: #000000;
  text-decoration: none;
}
@keyframes postedby {
  from, to {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
  }
}
.create .site-slider .slick-dots {
  bottom: 40px;
  z-index: 10;
}
.create .site-slider .slick-dots li {
  padding: 0;
  height: 15px;
  width: 15px;
  margin: 0 5px;
}
.create .site-slider .slick-dots li button {
  padding: 0;
  height: 15px;
  width: 15px;
}
.create .site-slider .slick-dots li button:before {
  height: 15px;
  width: 15px;
  background: none;
  border: 1px solid #ffffff;
}
.create .site-slider .slick-dots li.slick-active button:before {
  background: #A20074;
  border: 1px solid #ffffff;
}
.create .slick-arrow {
  width: 54px !important;
  height: 54px !important;
  padding: 0 !important;
}
@media (max-width: 599px) {
  .create .slick-arrow {
    width: 40px !important;
    height: 40px !important;
    top: 50% !important;
  }
}
.create .slick-arrow:before {
  font-family: "site-icon" !important;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e908" !important;
  border: 2px solid #A20074 !important;
  color: #A20074 !important;
  background: #ffffff !important;
  border-radius: 100%;
  line-height: 47px !important;
  font-size: 35px !important;
}
@media (max-width: 599px) {
  .create .slick-arrow:before {
    line-height: 35px !important;
    font-size: 30px !important;
  }
}
.create .slick-arrow:hover::before {
  background: #A20074 !important;
  color: #ffffff !important;
}
.create .slick-arrow.slick-next {
  right: -80px !important;
}
@media (max-width: 1499px) {
  .create .slick-arrow.slick-next {
    right: -50px !important;
  }
}
@media (max-width: 599px) {
  .create .slick-arrow.slick-next {
    right: 40px !important;
  }
}
.create .slick-arrow.slick-next::before {
  transform: rotate(180deg) !important;
}
.create .slick-arrow.slick-prev {
  left: -80px !important;
}
@media (max-width: 1499px) {
  .create .slick-arrow.slick-prev {
    left: -50px !important;
  }
}
@media (max-width: 599px) {
  .create .slick-arrow.slick-prev {
    left: 40px !important;
  }
}
.create .slick-arrow.slick-prev::before {
  transform: rotate(0deg) !important;
}
.create .mfp-arrow {
  background: #A20074;
  color: #ffffff;
  border: 1px solid #A20074;
  border-radius: 100%;
}
.create .mfp-arrow:after {
  color: #ffffff;
  font-size: 40px;
  line-height: 45px;
}
.create .mfp-arrow:hover {
  background: #ffffff;
  color: #A20074;
  border: 1px solid #ffffff;
}
.create .mfp-arrow:hover:after {
  color: #A20074;
}
.create .mfp-arrow.mfp-arrow-left:after {
  font-family: "site-icon" !important;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e908" !important;
}
.create .mfp-arrow.mfp-arrow-right:after {
  font-family: "site-icon" !important;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e909" !important;
}
.create .mfp-image-holder .mfp-content .mfp-close {
  background: #A20074;
  color: #ffffff;
  border: 1px solid #A20074;
  border-radius: 100%;
}
.create .mfp-image-holder .mfp-content .mfp-close:after {
  color: #ffffff;
  font-size: 15px;
}
.create .mfp-image-holder .mfp-content .mfp-close:hover {
  background: #ffffff;
  color: #A20074;
  border: 1px solid #ffffff;
}
.create .mfp-image-holder .mfp-content .mfp-close:hover:after {
  color: #A20074;
}
.create .site-thumbnail-block .site-thumbnail-link {
  border: 2px solid transparent;
  transition: all ease 0.8s;
  border-radius: 20px;
}
.create .site-thumbnail-block .site-thumbnail-link .site-icon-search {
  border-radius: 0 0 20px 0;
}
.create .site-thumbnail-block:hover .site-thumbnail-link {
  border: 2px solid #A20074;
}
.create .cms-gallery-feature.site-slider-tab-wrapper .site-slider-tab-list .site-slide {
  cursor: pointer;
}
.create .cms-gallery-feature.site-slider-tab-wrapper .site-slider-tab-list .site-slide .site-slider-image {
  transition: all ease 0.8s;
  border-radius: 20px;
  border: 2px solid transparent;
}
.create .cms-gallery-feature.site-slider-tab-wrapper .site-slider-tab-list .site-slide.slick-current .site-slider-image, .create .cms-gallery-feature.site-slider-tab-wrapper .site-slider-tab-list .site-slide:hover .site-slider-image {
  border: 2px solid #A20074;
}
.create .cms-gallery-feature.site-thumbnail-list-wrapper .site-thumbnail-video-popup .site-thumbnail-block .site-thumbnail-data {
  display: block;
  overflow: hidden;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  left: 0;
  right: 0;
}
.create .cms-gallery-feature.site-thumbnail-list-wrapper .site-thumbnail-video-popup .site-thumbnail-block .site-thumbnail-data .site-thumbnail-desc {
  left: 0;
  width: 96%;
  height: 96%;
  margin: auto;
  top: 0;
  right: 0;
}
.create .cms-gallery-feature.site-thumbnail-list-wrapper .site-thumbnail-video-popup .site-thumbnail-block .site-thumbnail-data .site-thumbnail-desc a.video-popup-button {
  position: relative;
  width: 90px;
  height: 90px;
  display: block;
  margin: auto;
  position: absolute;
}
.create .cms-gallery-feature.site-thumbnail-list-wrapper .site-thumbnail-video-popup .site-thumbnail-block .site-thumbnail-data .site-thumbnail-desc a.video-popup-button::after {
  font-family: "site-icon" !important;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e90d" !important;
  background: #ffffff;
  width: 90px;
  height: 90px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  color: #A20074;
  font-size: 40px;
}
.create .site-custom-hero-long-text-wrapper .site-slider .site-slick-wrapper .slick-list .site-slide .site-slider-caption .site-slider-caption-block .site-container .site-slider-capton-data {
  max-width: 750px !important;
}
.create .site-custom-hero-full-text-wrapper .site-slider .site-slick-wrapper .slick-list .site-slide .site-slider-caption .site-slider-caption-block .site-container .site-slider-capton-data {
  max-width: 100% !important;
}
.create .site-custom-hero-wrapper {
  margin: 40px 0 0;
}
@media (max-width: 599px) {
  .create .site-custom-hero-wrapper {
    margin: 0;
  }
}
.create .site-custom-hero-wrapper .site-slider .site-slick-wrapper .slick-list {
  overflow: visible;
}
@media (max-width: 599px) {
  .create .site-custom-hero-wrapper .site-slider .site-slick-wrapper .slick-list .site-slide {
    display: flex !important;
    flex-wrap: wrap;
  }
  .create .site-custom-hero-wrapper .site-slider .site-slick-wrapper .slick-list .site-slide .site-slider-caption {
    order: 0;
    transform: none;
    position: static;
    padding: 50px 0;
  }
  .create .site-custom-hero-wrapper .site-slider .site-slick-wrapper .slick-list .site-slide .site-slider-image-block {
    order: 1;
    margin: auto;
  }
}
@media (min-width: 600px) {
  .create .site-custom-hero-wrapper .site-slider .site-slick-wrapper .slick-list .site-slide .site-slider-image-block {
    padding: 0 5%;
  }
  .create .site-custom-hero-wrapper .site-slider .site-slick-wrapper .slick-list .site-slide .site-slider-image-block .site-slider-image {
    width: auto;
    height: 100%;
    object-fit: contain;
    float: right;
    margin: -50px 0 0;
  }
}
.create .site-custom-hero-wrapper .site-slider .site-slick-wrapper .slick-list .site-slide .site-slider-image-block:after {
  background: none !important;
}
.create .site-custom-hero-wrapper .site-slider .site-slick-wrapper .slick-list .site-slide .site-slider-caption {
  background: none;
  left: 0;
  right: 0;
}
.create .site-custom-hero-wrapper .site-slider .site-slick-wrapper .slick-list .site-slide .site-slider-caption .site-slider-caption-block .site-container {
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 20px;
  width: 100%;
}
.create .site-custom-hero-wrapper .site-slider .site-slick-wrapper .slick-list .site-slide .site-slider-caption .site-slider-caption-block .site-container .site-slider-capton-data {
  max-width: 640px;
  width: 100%;
  margin: 0;
  text-align: left;
}
@media (max-width: 599px) {
  .create .site-custom-hero-wrapper .site-slider .site-slick-wrapper .slick-list .site-slide .site-slider-caption .site-slider-caption-block .site-container .site-slider-capton-data {
    text-align: center;
  }
}
.create .site-custom-hero-wrapper .site-slider .site-slick-wrapper .slick-list .site-slide .site-slider-caption .site-slider-caption-block .site-container .site-slider-capton-data * {
  color: #ffffff;
}
.create .site-custom-hero-wrapper .site-slider .site-slick-wrapper .slick-list .site-slide .site-slider-caption .site-slider-caption-block .site-container .site-slider-capton-data var {
  background: #000000;
  color: #ffffff;
}
.create #site-footer .site-footer-block .site-footer-logo .cms-feature-datablock :not(.site-button-secondary):not(.site-button-secondary span):not(.site-search-wrapper .site-search-block.site-search-option2 .site-search-button span) a[class*=site-social-] {
  color: #A20074 !important;
  height: 48px;
  width: 43px;
  position: relative;
  margin: 0 12px 0 0;
  transition: all ease 0.6s;
}
.create #site-footer .site-footer-block .site-footer-logo .cms-feature-datablock :not(.site-button-secondary):not(.site-button-secondary span):not(.site-search-wrapper .site-search-block.site-search-option2 .site-search-button span) a[class*=site-social-]:last-child {
  margin: 0;
}
.create #site-footer .site-footer-block .site-footer-logo .cms-feature-datablock :not(.site-button-secondary):not(.site-button-secondary span):not(.site-search-wrapper .site-search-block.site-search-option2 .site-search-button span) a[class*=site-social-]:after {
  display: inline-block;
  height: 100%;
  width: 100%;
  background: #ffffff;
  border-radius: 100%;
  transform: rotate(50deg);
  content: "";
  position: absolute;
  z-index: 1;
  left: 0;
  right: 0;
  border: 1px solid #ffffff;
  transition: all ease 0.6s;
}
.create #site-footer .site-footer-block .site-footer-logo .cms-feature-datablock :not(.site-button-secondary):not(.site-button-secondary span):not(.site-search-wrapper .site-search-block.site-search-option2 .site-search-button span) a[class*=site-social-]:hover {
  color: #ffffff !important;
}
.create #site-footer .site-footer-block .site-footer-logo .cms-feature-datablock :not(.site-button-secondary):not(.site-button-secondary span):not(.site-search-wrapper .site-search-block.site-search-option2 .site-search-button span) a[class*=site-social-]:hover:after {
  background: none;
}
.create .site-image-oval-wrapper {
  width: 250px;
  height: 233px;
  object-fit: cover;
  transform: rotate(-50deg);
  margin: auto;
  position: relative;
}
@media (max-width: 599px) {
  .create .site-image-oval-wrapper {
    transform: rotate(-50deg) scale(0.6);
    height: 160px;
    margin: 0 0 0 -65px;
  }
}
.create .site-image-oval-wrapper .site-image-oval-img {
  transform: rotate(50deg);
}
.create .site-image-oval-wrapper .site-image-oval {
  width: 250px;
  height: 250px;
  object-fit: cover;
  margin: 10px 0 auto;
  clip-path: path("M47.32,23.84c46.45-34.25,107.46-30.35,136.27,8.72s14.51,98.5-31.94,132.76c-46.45,34.25-107.46,30.35-136.27-8.72C-13.43,117.53.87,58.09,47.32,23.84");
}
.create .site-image-oval-wrapper .site-round-ring {
  position: absolute;
  top: -4px;
  left: 0;
  margin: auto;
  z-index: 1;
  width: 215px;
  transform: rotate(50deg);
}
.create .site-image-oval-wrapper .site-round-ring .site-round-ring-svg {
  display: block;
  margin: 0 auto;
  width: 215px;
  stroke-width: 7;
  stroke: #A20074;
  overflow: visible;
  margin: -18px 0 0 26px;
}
@media (max-width: 599px) {
  .create .site-image-oval-wrapper .site-round-ring .site-round-ring-svg {
    margin: -26px 0 0 26px;
  }
}
.create .custom-overlay-wrapper .site-slide {
  position: relative;
}
.create .custom-overlay-wrapper .site-slide .site-slider-caption {
  height: 100%;
}
.create .custom-overlay-wrapper .site-slide .site-slider-caption .site-slider-caption-block {
  display: flex;
  align-items: end;
  height: 100%;
  opacity: 1;
  transition: all ease 1s;
}
.create .custom-overlay-wrapper .site-slide .site-slider-caption .site-slider-more-desc {
  opacity: 0;
  position: absolute;
  bottom: 0;
  width: 100%;
  transition: all ease 1s;
  text-align: left;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 100%);
  border-radius: 20px;
  padding: 0 0 20px;
  left: 0;
}
.create .custom-overlay-wrapper .site-slide .site-slider-caption .site-slider-more-desc .site-slider-more-desc-data {
  position: relative;
}
.create .custom-overlay-wrapper .site-slide:hover .site-slider-caption-block {
  opacity: 0;
}
.create .custom-overlay-wrapper .site-slide:hover .site-slider-caption .site-slider-more-desc {
  opacity: 1;
}
.create .custom-overlay-wrapper .site-slide:hover .site-slider-caption .site-slider-more-desc::before {
  width: 100%;
  height: 100%;
}

/*
    $grid-counts: 7, 6, 5, 4, 3, 2;

    @each $grid-counts in $grid-count {

    }
    */
.site-hub p {
  margin: 0 0 20px;
}
.site-hub p:last-child {
  margin: 0;
}
@media (max-width: 1099px) {
  .site-hub h3 {
    font-size: 40px;
    line-height: 40px;
    margin: 0 0 10px;
  }
}
@media (max-width: 1099px) {
  .site-hub .site-button-secondary, .site-hub .site-search-wrapper .site-search-block.site-search-option2 .site-search-button, .site-search-wrapper .site-search-block.site-search-option2 .site-hub .site-search-button, .site-hub .site-button-primary, .site-hub .site-form-payment-wrapper .site-payment-buttons button, .site-form-payment-wrapper .site-payment-buttons .site-hub button {
    padding: 3px 30px 5px;
  }
}
.site-hub .site-display-wrapper.site-display-listview .site-display-list {
  display: block;
  clear: both;
  margin: 0;
}
.site-hub .custom-hub-grid-wrapper {
  padding: 0 !important;
}
.site-hub .custom-hub-grid-wrapper .custom-hub-data-wrapper {
  padding: 0;
  clear: both;
}
@media (max-width: 999px) {
  .site-hub .custom-hub-grid-wrapper .custom-hub-data-wrapper {
    padding: 20px 0 0;
  }
}
.site-hub .custom-hub-grid-wrapper .custom-hub-grid.site-display-filters-left .site-hub-display-search-wrapper, .site-hub .custom-hub-grid-wrapper .custom-hub-grid.site-display-filters-left .site-display-filter-title {
  display: none !important;
}
.site-hub .custom-hub-grid-wrapper .custom-hub-grid.site-display-filters-left .site-display-filter-desc {
  display: block;
}
.site-hub .custom-hub-grid-wrapper .custom-hub-grid .site-search-in {
  line-height: 75px;
  margin: 0;
  height: 75px;
  font-size: 13px;
  display: inline-block;
}
@media (max-width: 999px) {
  .site-hub .custom-hub-grid-wrapper .custom-hub-grid .site-search-in {
    padding: 0;
    position: absolute;
    top: -65px;
    left: 0;
  }
}
.site-hub .custom-hub-grid-wrapper .custom-hub-grid .site-search-in.site-search-in-explore .site-search-tag-wrapper {
  color: #ffffff;
  color: #ffffff;
  padding: 5px 10px 6px 10px;
  margin: 0 0 0 5px;
  cursor: pointer;
  position: relative;
}
.site-hub .custom-hub-grid-wrapper .custom-hub-grid .site-search-in.site-search-in-explore .site-search-tag-wrapper:before {
  background: #FF6300;
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 7px;
}
.site-hub .custom-hub-grid-wrapper .custom-hub-grid .site-search-in.site-search-in-explore .site-search-tag-wrapper:after {
  background: #414141;
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 100%;
  width: 0;
  margin: auto;
  transition: all ease 0.5s;
  border-radius: 7px;
}
.site-hub .custom-hub-grid-wrapper .custom-hub-grid .site-search-in.site-search-in-explore .site-search-tag-wrapper:hover:after {
  width: 100%;
}
.site-hub .custom-hub-grid-wrapper .custom-hub-grid .site-search-in.site-search-in-explore .site-search-tag-wrapper .site-search-tag {
  text-transform: capitalize;
  position: relative;
  z-index: 10;
  padding: 0 0 0 30px;
}
.site-hub .custom-hub-grid-wrapper .custom-hub-grid .site-search-in.site-search-in-explore .site-search-tag-wrapper .site-search-tag::before {
  content: "e";
  font-family: "gelato-luxe";
  margin: 0 10px 0 0;
  background: #ffffff;
  color: #FF6300;
  display: inline-block;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  border-radius: 100%;
  margin: auto;
  line-height: 15px;
  text-align: center;
  font-size: 28px;
  text-transform: lowercase;
}
.site-hub .custom-hub-grid-wrapper .custom-hub-grid .site-search-in.site-search-in-explore .site-search-tag-wrapper .site-search-in-close {
  font-size: 10px;
  margin: 0 0 0 3px;
  position: relative;
  z-index: 10;
}
.site-hub .custom-hub-grid-wrapper .custom-hub-grid .site-search-in.site-search-in-data .site-search-tag-wrapper .site-search-tag::before {
  line-height: 22px;
  font-size: 20px;
}
.site-hub .custom-hub-grid-wrapper .custom-hub-grid ul.site-display-list {
  /*
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  gap: 10px;

  @include maxbp($r_1500) {
      grid-template-columns: repeat(5, 1fr);
  }
      */
}
@media (max-width: 549px) {
  .site-hub .custom-hub-grid-wrapper .custom-hub-grid ul.site-display-list {
    display: block !important;
  }
}
.site-hub .custom-hub-grid-wrapper .custom-hub-grid ul.site-display-list li.site-display-wrapper-listitem {
  max-width: none;
  padding: 0 0 20px;
  width: 260px;
  flex: 0 0 260px;
}
@media (max-width: 1099px) {
  .site-hub .custom-hub-grid-wrapper .custom-hub-grid ul.site-display-list li.site-display-wrapper-listitem {
    flex: 0 0 240px;
    width: 240px;
  }
}
@media (max-width: 999px) {
  .site-hub .custom-hub-grid-wrapper .custom-hub-grid ul.site-display-list li.site-display-wrapper-listitem {
    flex: 0 0 240px;
    width: 240px;
  }
}
@media (max-width: 549px) {
  .site-hub .custom-hub-grid-wrapper .custom-hub-grid ul.site-display-list li.site-display-wrapper-listitem {
    flex: 0 0 50%;
    width: 50%;
    float: left;
    height: auto !important;
  }
  .site-hub .custom-hub-grid-wrapper .custom-hub-grid ul.site-display-list li.site-display-wrapper-listitem.site_hub_item_mobile .site-display-data-block.site-hub-card-date-wrapper .site-display-desc .site-hub-card-date {
    top: 0 !important;
    text-align: center;
  }
}
.site-hub .custom-hub-grid-wrapper .custom-hub-grid ul.site-display-list li.site-display-wrapper-listitem .site-display-title a {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
}
.site-hub .custom-hub-grid-wrapper .custom-hub-grid ul.site-display-list li.site-display-wrapper-listitem .site-display-list-block {
  margin: 0 10px !important;
}
.site-hub .custom-hub-grid-wrapper .custom-hub-grid ul.site-display-list li.site-display-wrapper-listitem.cms-tag-hub-col-2 {
  flex: 0 0 calc(520px);
  width: calc(520px);
}
@media (max-width: 1099px) {
  .site-hub .custom-hub-grid-wrapper .custom-hub-grid ul.site-display-list li.site-display-wrapper-listitem.cms-tag-hub-col-2 {
    flex: 0 0 calc(480px);
    width: calc(480px);
  }
}
@media (max-width: 999px) {
  .site-hub .custom-hub-grid-wrapper .custom-hub-grid ul.site-display-list li.site-display-wrapper-listitem.cms-tag-hub-col-2 {
    flex: 0 0 calc(480px);
    width: calc(480px);
  }
}
@media (max-width: 549px) {
  .site-hub .custom-hub-grid-wrapper .custom-hub-grid ul.site-display-list li.site-display-wrapper-listitem.cms-tag-hub-col-2 {
    flex: 0 0 calc(100%);
    width: calc(100%);
    float: left;
  }
}
.site-hub .custom-hub-grid-wrapper .custom-hub-grid ul.site-display-list li.site-display-wrapper-listitem.cms-tag-hub-col-2 .site-display-list-block .site-display-image .site-display-image-link img {
  aspect-ratio: 19/12.3;
}
.site-hub .custom-hub-grid-wrapper .custom-hub-grid ul.site-display-list li.site-display-wrapper-listitem.cms-tag-hub-col-3 {
  flex: 0 0 calc(780px);
  width: calc(780px);
}
@media (max-width: 1099px) {
  .site-hub .custom-hub-grid-wrapper .custom-hub-grid ul.site-display-list li.site-display-wrapper-listitem.cms-tag-hub-col-3 {
    flex: 0 0 calc(720px);
    width: calc(720px);
  }
}
@media (max-width: 999px) {
  .site-hub .custom-hub-grid-wrapper .custom-hub-grid ul.site-display-list li.site-display-wrapper-listitem.cms-tag-hub-col-3 {
    flex: 0 0 calc(480px);
    width: calc(480px);
  }
}
@media (max-width: 549px) {
  .site-hub .custom-hub-grid-wrapper .custom-hub-grid ul.site-display-list li.site-display-wrapper-listitem.cms-tag-hub-col-3 {
    flex: 0 0 calc(100%);
    width: calc(100%);
    float: left;
  }
}
.site-hub .custom-hub-grid-wrapper .custom-hub-grid ul.site-display-list li.site-display-wrapper-listitem.cms-tag-hub-col-3 .site-display-list-block .site-display-image .site-display-image-link img {
  aspect-ratio: 19/8;
}
@media (max-width: 999px) {
  .site-hub .custom-hub-grid-wrapper .custom-hub-grid ul.site-display-list li.site-display-wrapper-listitem.cms-tag-hub-col-3 .site-display-list-block .site-display-image .site-display-image-link img {
    aspect-ratio: 19/12.3;
  }
}
.site-hub .custom-hub-grid-wrapper .custom-hub-grid ul.site-display-list li.site-display-wrapper-listitem.cms-tag-hub-col-fullwidth {
  flex: 0 0 calc(1560px);
  width: calc(1560px);
  max-width: calc(1560px);
}
.site-hub .custom-hub-grid-wrapper .custom-hub-grid ul.site-display-list li.site-display-wrapper-listitem.cms-tag-hub-col-fullwidth .site-display-list-block .site-display-image .site-display-image-link img {
  aspect-ratio: 9/2.35;
}
.site-hub .custom-hub-grid-wrapper .custom-hub-grid ul.site-display-list li.site-display-wrapper-listitem.hub-hidden-block, .site-hub .custom-hub-grid-wrapper .custom-hub-grid ul.site-display-list li.site-display-wrapper-listitem.hidden-block, .site-hub .custom-hub-grid-wrapper .custom-hub-grid ul.site-display-list li.site-display-wrapper-listitem.not-selected-tagfilter {
  width: 0%;
  flex: 0 0 0;
  display: none !important;
}
.site-hub .custom-hub-grid-wrapper .custom-hub-grid ul.site-display-list li.site-display-wrapper-listitem.cms-tag-videos .site-display-list-block .site-display-image-link:after {
  font-family: "site-icon" !important;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e90d" !important;
  width: 80px;
  height: 80px;
  position: absolute;
  display: block;
  margin: auto;
  background: white;
  text-align: center;
  line-height: 80px;
  border-radius: 100%;
  font-size: 38px;
  cursor: none;
  left: 0;
  right: 0;
  z-index: 100;
  top: 120px;
}
@media (max-width: 599px) {
  .site-hub .custom-hub-grid-wrapper .custom-hub-grid ul.site-display-list li.site-display-wrapper-listitem.cms-tag-videos .site-display-list-block .site-display-image-link:after {
    width: 50px;
    height: 50px;
    line-height: 50px;
    top: 70px;
    font-size: 28px;
  }
}
.site-hub .custom-hub-grid-wrapper .custom-hub-grid ul.site-display-list li.site-display-wrapper-listitem.cms-tag-videos .site-display-list-block .site-hub-video {
  width: 90px;
  height: 90px;
  position: absolute;
  left: 0;
  right: 0;
  z-index: 100;
  top: 150px;
  font-size: 0px;
  text-decoration: none;
  margin: auto;
}
.site-hub .custom-hub-grid-wrapper .custom-hub-grid ul.site-display-list li.site-display-wrapper-listitem.cms-tag-videos .site-display-list-block .site-hub-video:after {
  font-family: "site-icon" !important;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e90d" !important;
  width: 100%;
  height: 100%;
  display: block;
  margin: auto;
  background: white;
  text-align: center;
  line-height: 80px;
  border-radius: 100%;
  font-size: 40px;
  cursor: none;
}
.site-hub .custom-hub-grid-wrapper .custom-hub-grid ul.site-display-list li.site-display-wrapper-listitem.cms-tag-podcasts .site-display-list-block:after {
  font-family: "site-icon" !important;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e91b" !important;
  position: absolute;
  z-index: 100;
  top: 120px;
  left: 0;
  right: 0;
  width: 80px;
  height: 80px;
  margin: auto;
  background: white;
  text-align: center;
  line-height: 80px;
  border-radius: 100%;
  font-size: 40px;
}
.site-hub .custom-hub-grid-wrapper .custom-hub-grid ul.site-display-list li.site-display-wrapper-listitem.cms-tag-blockquote .site-display-desc q {
  position: absolute;
  top: 0;
  padding: 100px 30px 0;
  border: none;
  margin: 0 !important;
  font-size: 13px !important;
  line-height: 20px !important;
  color: #ffffff;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 10;
  overflow: hidden;
}
@media (max-width: 999px) {
  .site-hub .custom-hub-grid-wrapper .custom-hub-grid ul.site-display-list li.site-display-wrapper-listitem.cms-tag-blockquote .site-display-desc q {
    padding: 70px 20px 0;
  }
}
.site-hub .custom-hub-grid-wrapper .custom-hub-grid ul.site-display-list li.site-display-wrapper-listitem.cms-tag-blockquote .site-display-desc q:before {
  display: none !important;
}
.site-hub .custom-hub-grid-wrapper .custom-hub-grid ul.site-display-list li.site-display-wrapper-listitem.cms-tag-blockquote .site-display-desc q:after {
  font-size: 35px;
  color: #ffffff;
  top: 50px;
  top: 50px;
  left: 30px;
}
@media (max-width: 999px) {
  .site-hub .custom-hub-grid-wrapper .custom-hub-grid ul.site-display-list li.site-display-wrapper-listitem.cms-tag-blockquote .site-display-desc q:after {
    top: 30px;
    left: 20px;
  }
}
.site-hub .custom-hub-grid-wrapper .custom-hub-grid ul.site-display-list li.site-display-wrapper-listitem.cms-tag-white-papers .site-display-list-block {
  position: relative;
}
.site-hub .custom-hub-grid-wrapper .custom-hub-grid ul.site-display-list li.site-display-wrapper-listitem.cms-tag-white-papers .site-display-list-block .site-display-image-link {
  display: flex;
  justify-content: space-between;
  flex-wrap: nowrap;
  text-decoration: none;
}
.site-hub .custom-hub-grid-wrapper .custom-hub-grid ul.site-display-list li.site-display-wrapper-listitem.cms-tag-white-papers .site-display-list-block:before {
  background: #F8F4F1;
}
.site-hub .custom-hub-grid-wrapper .custom-hub-grid ul.site-display-list li.site-display-wrapper-listitem.cms-tag-white-papers .site-display-list-block:after {
  content: "Whitepaper";
  background: #FFF500;
  color: #000000;
  padding: 10px 20px;
  position: absolute;
  top: 60px;
  z-index: 10;
  font-weight: bold;
}
.site-hub .custom-hub-grid-wrapper .custom-hub-grid ul.site-display-list li.site-display-wrapper-listitem.cms-tag-white-papers .site-display-list-block .site-display-image img {
  border-radius: 20px 0 0 20px;
  flex: 0 0 66.6%;
  max-width: 66.6%;
}
@media (max-width: 999px) {
  .site-hub .custom-hub-grid-wrapper .custom-hub-grid ul.site-display-list li.site-display-wrapper-listitem.cms-tag-white-papers .site-display-list-block .site-display-image img {
    flex: 0 0 50%;
    max-width: 50%;
  }
}
.site-hub .custom-hub-grid-wrapper .custom-hub-grid ul.site-display-list li.site-display-wrapper-listitem.cms-tag-white-papers .site-display-list-block .site-display-image .site-display-desc {
  flex: 0 0 33.3%;
  max-width: 33.3%;
  padding: 50px 30px;
  line-height: normal;
  font-size: 14px !important;
  line-height: 21px !important;
}
@media (max-width: 999px) {
  .site-hub .custom-hub-grid-wrapper .custom-hub-grid ul.site-display-list li.site-display-wrapper-listitem.cms-tag-white-papers .site-display-list-block .site-display-image .site-display-desc {
    flex: 0 0 50%;
    max-width: 50%;
    padding: 20px;
  }
}
.site-hub .custom-hub-grid-wrapper .custom-hub-grid ul.site-display-list li.site-display-wrapper-listitem.cms-tag-white-papers .site-display-list-block .site-display-image .site-display-desc .site-button-secondary, .site-hub .custom-hub-grid-wrapper .custom-hub-grid ul.site-display-list li.site-display-wrapper-listitem.cms-tag-white-papers .site-display-list-block .site-display-image .site-display-desc .site-search-wrapper .site-search-block.site-search-option2 .site-search-button, .site-search-wrapper .site-search-block.site-search-option2 .site-hub .custom-hub-grid-wrapper .custom-hub-grid ul.site-display-list li.site-display-wrapper-listitem.cms-tag-white-papers .site-display-list-block .site-display-image .site-display-desc .site-search-button {
  padding: 3px 20px 5px;
  font-size: 14px;
}
.site-hub .custom-hub-grid-wrapper .custom-hub-grid ul.site-display-list li.site-display-wrapper-listitem.cms-tag-press1 .site-display-desc {
  position: absolute;
  top: 0;
  z-index: 10;
  text-align: center;
  padding: 30px;
  height: 380px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
}
.site-hub .custom-hub-grid-wrapper .custom-hub-grid ul.site-display-list li.site-display-wrapper-listitem.cms-tag-press1 .site-display-desc * {
  color: #ffffff !important;
  text-align: center !important;
}
.site-hub .custom-hub-grid-wrapper .custom-hub-grid ul.site-display-list li.site-display-wrapper-listitem .site-display-list-block {
  margin: 0;
}
.site-hub .custom-hub-grid-wrapper .custom-hub-grid ul.site-display-list li.site-display-wrapper-listitem .site-display-list-block.site-display-wrapper-hub-desc-left .site-display-image-link {
  display: flex;
  justify-content: space-between;
  flex-wrap: nowrap;
  text-decoration: none;
}
.site-hub .custom-hub-grid-wrapper .custom-hub-grid ul.site-display-list li.site-display-wrapper-listitem .site-display-list-block.site-display-wrapper-hub-desc-left .site-display-image-link img, .site-hub .custom-hub-grid-wrapper .custom-hub-grid ul.site-display-list li.site-display-wrapper-listitem .site-display-list-block.site-display-wrapper-hub-desc-left .site-display-image-link .site-hub-card-desc-left-block {
  flex: 0 0 50%;
  max-width: 50%;
}
.site-hub .custom-hub-grid-wrapper .custom-hub-grid ul.site-display-list li.site-display-wrapper-listitem .site-display-list-block.site-display-wrapper-hub-desc-left .site-display-image-link img {
  border-radius: 0 20px 20px 0;
}
.site-hub .custom-hub-grid-wrapper .custom-hub-grid ul.site-display-list li.site-display-wrapper-listitem .site-display-list-block.site-display-wrapper-hub-desc-left .site-display-image-link .site-hub-card-desc-left-block {
  font-size: 13px !important;
  line-height: 20px !important;
  padding: 25px;
}
.site-hub .custom-hub-grid-wrapper .custom-hub-grid ul.site-display-list li.site-display-wrapper-listitem .site-display-list-block.site-display-wrapper-hub-desc-left .site-display-image-link .site-hub-card-desc-left-block blockquote {
  margin: 0 !important;
  padding: 65px 0 0;
  border: none;
  margin: 0 !important;
  font-size: 13px !important;
  line-height: 20px !important;
  color: #ffffff;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 12;
  overflow: hidden;
  text-transform: none;
  background: none !important;
}
@media (max-width: 999px) {
  .site-hub .custom-hub-grid-wrapper .custom-hub-grid ul.site-display-list li.site-display-wrapper-listitem .site-display-list-block.site-display-wrapper-hub-desc-left .site-display-image-link .site-hub-card-desc-left-block blockquote {
    padding: 50px 0 0;
    -webkit-line-clamp: 10;
  }
}
.site-hub .custom-hub-grid-wrapper .custom-hub-grid ul.site-display-list li.site-display-wrapper-listitem .site-display-list-block.site-display-wrapper-hub-desc-left .site-display-image-link .site-hub-card-desc-left-block blockquote:before {
  display: none !important;
}
.site-hub .custom-hub-grid-wrapper .custom-hub-grid ul.site-display-list li.site-display-wrapper-listitem .site-display-list-block.site-display-wrapper-hub-desc-left .site-display-image-link .site-hub-card-desc-left-block blockquote:after {
  font-size: 30px;
  color: #ffffff;
  top: 40px;
  left: 25px;
}
.site-hub .custom-hub-grid-wrapper .custom-hub-grid ul.site-display-list li.site-display-wrapper-listitem .site-display-list-block.site-display-wrapper-hub-desc-right .site-display-image-link {
  display: flex;
  justify-content: space-between;
  flex-wrap: nowrap;
  text-decoration: none;
}
@media (max-width: 529px) {
  .site-hub .custom-hub-grid-wrapper .custom-hub-grid ul.site-display-list li.site-display-wrapper-listitem .site-display-list-block.site-display-wrapper-hub-desc-right .site-display-image-link {
    flex-wrap: wrap;
  }
}
.site-hub .custom-hub-grid-wrapper .custom-hub-grid ul.site-display-list li.site-display-wrapper-listitem .site-display-list-block.site-display-wrapper-hub-desc-right .site-display-image-link img, .site-hub .custom-hub-grid-wrapper .custom-hub-grid ul.site-display-list li.site-display-wrapper-listitem .site-display-list-block.site-display-wrapper-hub-desc-right .site-display-image-link .site-hub-card-desc-right-block {
  flex: 0 0 50%;
  max-width: 50%;
}
@media (max-width: 529px) {
  .site-hub .custom-hub-grid-wrapper .custom-hub-grid ul.site-display-list li.site-display-wrapper-listitem .site-display-list-block.site-display-wrapper-hub-desc-right .site-display-image-link img, .site-hub .custom-hub-grid-wrapper .custom-hub-grid ul.site-display-list li.site-display-wrapper-listitem .site-display-list-block.site-display-wrapper-hub-desc-right .site-display-image-link .site-hub-card-desc-right-block {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.site-hub .custom-hub-grid-wrapper .custom-hub-grid ul.site-display-list li.site-display-wrapper-listitem .site-display-list-block.site-display-wrapper-hub-desc-right .site-display-image-link .site-hub-card-desc-right-block {
  border-radius: 0 20px 20px 0;
}
@media (max-width: 529px) {
  .site-hub .custom-hub-grid-wrapper .custom-hub-grid ul.site-display-list li.site-display-wrapper-listitem .site-display-list-block.site-display-wrapper-hub-desc-right .site-display-image-link .site-hub-card-desc-right-block {
    border-radius: 0 0 20px 20px;
  }
}
.site-hub .custom-hub-grid-wrapper .custom-hub-grid ul.site-display-list li.site-display-wrapper-listitem .site-display-list-block.site-display-wrapper-hub-desc-right .site-display-image-link img {
  border-radius: 20px 0 0 20px;
  aspect-ratio: 9/11.6 !important;
}
@media (max-width: 529px) {
  .site-hub .custom-hub-grid-wrapper .custom-hub-grid ul.site-display-list li.site-display-wrapper-listitem .site-display-list-block.site-display-wrapper-hub-desc-right .site-display-image-link img {
    border-radius: 20px 20px 0 0;
  }
}
.site-hub .custom-hub-grid-wrapper .custom-hub-grid ul.site-display-list li.site-display-wrapper-listitem .site-display-list-block.site-display-wrapper-hub-desc-right .site-display-image-link .site-hub-card-desc-right-block {
  font-size: 13px !important;
  line-height: 20px !important;
  padding: 25px;
}
@media (max-width: 999px) {
  .site-hub .custom-hub-grid-wrapper .custom-hub-grid ul.site-display-list li.site-display-wrapper-listitem .site-display-list-block.site-display-wrapper-hub-desc-right .site-display-image-link .site-hub-card-desc-right-block {
    padding: 20px;
  }
}
.site-hub .custom-hub-grid-wrapper .custom-hub-grid ul.site-display-list li.site-display-wrapper-listitem .site-display-list-block.site-display-wrapper-hub-desc-right .site-display-image-link .site-hub-card-desc-right-block blockquote {
  margin: 0 !important;
  padding: 65px 0 0;
  border: none;
  margin: 0 !important;
  color: #ffffff;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 12;
  overflow: hidden;
  text-transform: none;
  background: none !important;
  font-size: 13px !important;
  line-height: 20px !important;
}
@media (max-width: 999px) {
  .site-hub .custom-hub-grid-wrapper .custom-hub-grid ul.site-display-list li.site-display-wrapper-listitem .site-display-list-block.site-display-wrapper-hub-desc-right .site-display-image-link .site-hub-card-desc-right-block blockquote {
    padding: 50px 0 0;
    -webkit-line-clamp: 10;
  }
}
.site-hub .custom-hub-grid-wrapper .custom-hub-grid ul.site-display-list li.site-display-wrapper-listitem .site-display-list-block.site-display-wrapper-hub-desc-right .site-display-image-link .site-hub-card-desc-right-block blockquote:before {
  display: none !important;
}
.site-hub .custom-hub-grid-wrapper .custom-hub-grid ul.site-display-list li.site-display-wrapper-listitem .site-display-list-block.site-display-wrapper-hub-desc-right .site-display-image-link .site-hub-card-desc-right-block blockquote:after {
  font-size: 30px;
  color: #ffffff;
  top: 10px;
  left: 0;
}
.site-hub .custom-hub-grid-wrapper .custom-hub-grid .site-display-image {
  position: relative;
}
.site-hub .custom-hub-grid-wrapper .custom-hub-grid .site-display-image .site-display-image-link table.site-hub-card-title h1, .site-hub .custom-hub-grid-wrapper .custom-hub-grid .site-display-image .site-display-image-link table.site-hub-card-title h2, .site-hub .custom-hub-grid-wrapper .custom-hub-grid .site-display-image .site-display-image-link table.site-hub-card-title h3, .site-hub .custom-hub-grid-wrapper .custom-hub-grid .site-display-image .site-display-image-link table.site-hub-card-title h4, .site-hub .custom-hub-grid-wrapper .custom-hub-grid .site-display-image .site-display-image-link table.site-hub-card-title h5, .site-hub .custom-hub-grid-wrapper .custom-hub-grid .site-display-image .site-display-image-link table.site-hub-card-title h5, .site-hub .custom-hub-grid-wrapper .custom-hub-grid .site-display-image .site-display-image-link table.site-hub-card-title p, .site-hub .custom-hub-grid-wrapper .custom-hub-grid .site-display-image .site-display-image-link table.site-hub-card-title ul, .site-hub .custom-hub-grid-wrapper .custom-hub-grid .site-display-image .site-display-image-link table.site-hub-card-title ol, .site-hub .custom-hub-grid-wrapper .custom-hub-grid .site-display-image .site-display-image-link table.site-hub-card-title li, .site-hub .custom-hub-grid-wrapper .custom-hub-grid .site-display-image .site-display-image-link table.site-hub-card-title a, .site-hub .custom-hub-grid-wrapper .custom-hub-grid .site-display-image .site-display-image-link table.site-hub-card-desc-left h1, .site-hub .custom-hub-grid-wrapper .custom-hub-grid .site-display-image .site-display-image-link table.site-hub-card-desc-left h2, .site-hub .custom-hub-grid-wrapper .custom-hub-grid .site-display-image .site-display-image-link table.site-hub-card-desc-left h3, .site-hub .custom-hub-grid-wrapper .custom-hub-grid .site-display-image .site-display-image-link table.site-hub-card-desc-left h4, .site-hub .custom-hub-grid-wrapper .custom-hub-grid .site-display-image .site-display-image-link table.site-hub-card-desc-left h5, .site-hub .custom-hub-grid-wrapper .custom-hub-grid .site-display-image .site-display-image-link table.site-hub-card-desc-left h5, .site-hub .custom-hub-grid-wrapper .custom-hub-grid .site-display-image .site-display-image-link table.site-hub-card-desc-left p, .site-hub .custom-hub-grid-wrapper .custom-hub-grid .site-display-image .site-display-image-link table.site-hub-card-desc-left ul, .site-hub .custom-hub-grid-wrapper .custom-hub-grid .site-display-image .site-display-image-link table.site-hub-card-desc-left ol, .site-hub .custom-hub-grid-wrapper .custom-hub-grid .site-display-image .site-display-image-link table.site-hub-card-desc-left li, .site-hub .custom-hub-grid-wrapper .custom-hub-grid .site-display-image .site-display-image-link table.site-hub-card-desc-left a {
  color: #ffffff;
}
.site-hub .custom-hub-grid-wrapper .custom-hub-grid .site-display-image .site-display-image-link table.site-hub-card-title {
  position: absolute;
  width: 100% !important;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 10;
  height: 100%;
  color: #ffffff;
  line-height: normal;
}
.site-hub .custom-hub-grid-wrapper .custom-hub-grid .site-display-image .site-display-image-link table.site-hub-card-title:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 20px;
}
.site-hub .custom-hub-grid-wrapper .custom-hub-grid .site-display-image .site-display-image-link table.site-hub-card-title thead, .site-hub .custom-hub-grid-wrapper .custom-hub-grid .site-display-image .site-display-image-link table.site-hub-card-title tbody {
  position: relative;
  z-index: 1;
}
.site-hub .custom-hub-grid-wrapper .custom-hub-grid .site-display-data-block.site-hub-card-date-wrapper {
  display: flex;
  justify-content: space-between;
  min-height: 50px;
}
.site-hub .custom-hub-grid-wrapper .custom-hub-grid .site-display-data-block.site-hub-card-date-wrapper .site-display-title, .site-hub .custom-hub-grid-wrapper .custom-hub-grid .site-display-data-block.site-hub-card-date-wrapper .site-display-desc {
  display: inline-block;
}
.site-hub .custom-hub-grid-wrapper .custom-hub-grid .site-display-data-block.site-hub-card-date-wrapper .site-display-title {
  width: calc(100% - 105px);
}
.site-hub .custom-hub-grid-wrapper .custom-hub-grid .site-display-data-block.site-hub-card-date-wrapper .site-display-desc {
  position: relative;
  width: 70px;
}
.site-hub .custom-hub-grid-wrapper .custom-hub-grid .site-display-data-block.site-hub-card-date-wrapper .site-display-desc .site-hub-card-date {
  position: absolute;
  top: -45px;
  right: 0;
  width: 70px !important;
}
.site-hub .custom-hub-grid-wrapper .custom-hub-grid .site-display-data-block.site-hub-card-date-wrapper .site-display-desc .site-hub-card-date.site-hub-card-big-date {
  width: 100px !important;
}
@media (max-width: 1499px) {
  .site-hub .custom-hub-grid-wrapper .custom-hub-grid .site-display-data-block.site-hub-card-date-wrapper .site-display-desc .site-hub-card-date.site-hub-card-big-date {
    width: 90px !important;
  }
}
@media (max-width: 1099px) {
  .site-hub .custom-hub-grid-wrapper .custom-hub-grid .site-display-data-block.site-hub-card-date-wrapper .site-display-desc .site-hub-card-date.site-hub-card-big-date {
    width: 80px !important;
  }
}
.site-hub .custom-hub-grid-wrapper .custom-hub-grid .site-display-data-block.site-hub-card-date-wrapper .site-display-desc .site-hub-card-date td {
  text-align: center;
  border-radius: 20px;
}
@media (max-width: 1099px) {
  .site-hub .custom-hub-grid-wrapper .custom-hub-grid .site-display-data-block.site-hub-card-date-wrapper .site-display-desc .site-hub-card-date td {
    min-width: 80px !important;
  }
}
.site-hub .custom-hub-grid-wrapper .custom-hub-grid .site-display-data-block.site-hub-card-date-wrapper .site-display-desc .site-hub-card-date td > strong:first-child {
  display: block;
  border: 1px solid black;
  border-radius: 5px 5px 0 0;
  font-weight: bold;
  font-size: 35px;
  padding: 10px 0;
}
@media (max-width: 1099px) {
  .site-hub .custom-hub-grid-wrapper .custom-hub-grid .site-display-data-block.site-hub-card-date-wrapper .site-display-desc .site-hub-card-date td > strong:first-child {
    font-size: 30px;
    padding: 5px 0;
  }
}
.site-hub .custom-hub-grid-wrapper .custom-hub-grid .site-display-data-block.site-hub-card-date-wrapper .site-display-desc .site-hub-card-date td em {
  display: block;
  background: #000000;
  border-radius: 0 0 5px 5px;
  font-weight: bold;
  font-size: 20px;
  color: #ffffff;
  padding: 10px 0;
  font-style: normal;
}
@media (max-width: 1099px) {
  .site-hub .custom-hub-grid-wrapper .custom-hub-grid .site-display-data-block.site-hub-card-date-wrapper .site-display-desc .site-hub-card-date td em {
    font-size: 16px;
    padding: 5px 0;
  }
}
.site-hub .custom-hub-grid-wrapper .custom-hub-grid .site-display-data-block.site-hub-card-date-wrapper .site-display-desc .site-hub-card-date.site-hub-card-big-date td > strong:first-child {
  font-size: 25px;
  padding: 10px 10px;
}
@media (max-width: 1099px) {
  .site-hub .custom-hub-grid-wrapper .custom-hub-grid .site-display-data-block.site-hub-card-date-wrapper .site-display-desc .site-hub-card-date.site-hub-card-big-date td > strong:first-child {
    font-size: 20px;
    padding: 5px 10px;
  }
}
.site-hub .custom-hub-grid-wrapper .site-display-filter-data > div:first-child {
  display: flex;
  justify-content: space-between;
  margin: 0 0 5px;
}
.site-hub .custom-hub-grid-wrapper .site-display-filter-data .site-hub-display-search-wrapper {
  width: calc(100% - 340px);
  position: relative;
  background: #F8F4F1;
  border-radius: 20px;
  padding: 0 30px;
  height: 75px;
  /*
  @include maxbp($r_1000) {
      width: 100%;
      padding: 0;
  }

  @include maxbp($mobile) {
      height: auto;
      background: none;
  }
   */
}
@media (max-width: 999px) {
  .site-hub .custom-hub-grid-wrapper .site-display-filter-data .site-hub-display-search-wrapper {
    width: calc(100% - 175px);
    padding: 0;
    border-radius: 10px;
  }
}
@media (max-width: 599px) {
  .site-hub .custom-hub-grid-wrapper .site-display-filter-data .site-hub-display-search-wrapper {
    width: calc(100% - 100px);
  }
}
.site-hub .custom-hub-grid-wrapper .site-display-filter-data .site-hub-display-search-wrapper i.site-icon-search {
  display: none;
}
@media (max-width: 599px) {
  .site-hub .custom-hub-grid-wrapper .site-display-filter-data .site-hub-display-search-wrapper i.site-icon-search {
    display: block;
    position: absolute;
    right: 15px;
    bottom: 21px;
    font-size: 28px;
    cursor: pointer;
  }
}
.site-hub .custom-hub-grid-wrapper .site-display-filter-data .site-hub-display-search-wrapper input.site-hub-display-search {
  background: #ffffff;
  border-radius: 0;
  outline: none;
  border: 1px solid #dfdfdf;
  font-size: 18px;
  height: 46px;
  width: 100%;
  padding: 10px;
  font-family: "brother-1816", sans-serif;
  height: 75px;
  border-radius: 20px;
  background: #F8F4F1;
  padding: 0 30px;
  border: none;
  display: inline-block;
  width: calc(100% - 210px);
}
@media (max-width: 999px) {
  .site-hub .custom-hub-grid-wrapper .site-display-filter-data .site-hub-display-search-wrapper input.site-hub-display-search {
    width: 100%;
    padding: 0 50px 0 20px;
  }
}
.site-hub .custom-hub-grid-wrapper .site-display-filter-data .site-display-filter-title {
  background: #FFF500;
  color: #000000;
  height: 75px;
  border-radius: 20px;
  width: 300px;
  text-align: center;
  font-size: 20px;
  line-height: 75px;
  font-family: "brother-1816", sans-serif;
  font-weight: 700;
  font-size: 0;
  transition: all ease 0.8s;
  cursor: pointer;
  /*
  @include maxbp($r_1000) {
      float: right;
      margin: 15px 0 0;
  }

  @include maxbp($mobile) {
      width: 100%;
      padding: 15px 20px;
      height: auto;
      line-height: normal;
      border-radius: 10px;
  }
  */
}
.site-hub .custom-hub-grid-wrapper .site-display-filter-data .site-display-filter-title:hover {
  background: #414141;
  color: #FFF500;
}
@media (max-width: 999px) {
  .site-hub .custom-hub-grid-wrapper .site-display-filter-data .site-display-filter-title {
    width: 150px;
    padding: 0 0 0 7px;
    border-radius: 10px;
  }
}
@media (max-width: 599px) {
  .site-hub .custom-hub-grid-wrapper .site-display-filter-data .site-display-filter-title {
    width: 90px;
  }
}
.site-hub .custom-hub-grid-wrapper .site-display-filter-data .site-display-filter-title::before {
  content: "Filter content";
  font-size: 18px;
  display: inline-block;
  vertical-align: middle;
  text-transform: none;
  font-weight: normal;
}
@media (max-width: 999px) {
  .site-hub .custom-hub-grid-wrapper .site-display-filter-data .site-display-filter-title::before {
    content: "Filter";
    letter-spacing: 0px;
    font-size: 15px;
  }
}
.site-hub .custom-hub-grid-wrapper .site-display-filter-data .site-display-filter-title:after {
  font-family: "site-icon" !important;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e90d" !important;
  transition: all ease 0.5s;
  font-size: 25px;
  display: inline-block;
  vertical-align: middle;
}
@media (max-width: 699px) {
  .site-hub .custom-hub-grid-wrapper .site-display-filter-data .site-display-filter-title:after {
    font-size: 15px;
  }
}
.site-hub .custom-hub-grid-wrapper .site-display-filter-data .site-display-filter-title.site-display-filter-title-active:after {
  transform: rotate(90deg);
  display: inline-block;
}
.site-hub .custom-hub-grid-wrapper .site-display-filter-data .site-display-filter-desc {
  display: none;
  text-align: right;
  margin: 0 0 20px;
}
@media (max-width: 999px) {
  .site-hub .custom-hub-grid-wrapper .site-display-filter-data .site-display-filter-desc {
    clear: both;
  }
}
@media (max-width: 599px) {
  .site-hub .custom-hub-grid-wrapper .site-display-filter-data .site-display-filter-desc {
    text-align: center;
  }
}
.site-hub .custom-hub-grid-wrapper .site-display-filter-data .site-display-filter-desc .site-display-filter-wrapper {
  display: inline-block;
  margin: 15px 0 0 10px;
}
@media (max-width: 599px) {
  .site-hub .custom-hub-grid-wrapper .site-display-filter-data .site-display-filter-desc .site-display-filter-wrapper {
    margin: 10px 0 0 5px;
  }
}
.site-hub .custom-hub-grid-wrapper .site-display-filter-data .site-display-filter-desc .site-display-filter-wrapper.site-display-filter-wrapper-active .site-display-filter-data-block label:after {
  display: block;
}
.site-hub .custom-hub-grid-wrapper .site-display-filter-data .site-display-filter-desc .site-display-filter-wrapper .site-display-filter-data-block {
  position: relative;
  display: block;
}
.site-hub .custom-hub-grid-wrapper .site-display-filter-data .site-display-filter-desc .site-display-filter-wrapper .site-display-filter-data-block:after {
  position: absolute;
  background: #FFF500;
  width: 0%;
  height: 100%;
  content: "";
  display: block;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  border-radius: 10px;
  transition: all ease 0.5s;
}
.site-hub .custom-hub-grid-wrapper .site-display-filter-data .site-display-filter-desc .site-display-filter-wrapper .site-display-filter-data-block:hover:after {
  width: 100%;
}
.site-hub .custom-hub-grid-wrapper .site-display-filter-data .site-display-filter-desc .site-display-filter-wrapper .site-display-filter-data-block label {
  position: relative;
}
.site-hub .custom-hub-grid-wrapper .site-display-filter-data .site-display-filter-desc .site-display-filter-wrapper .site-display-filter-data-block label:after {
  font-family: "site-icon" !important;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e90f" !important;
  margin: 0 0 0 10px;
  display: none;
  position: absolute;
  right: 10px;
  top: 10px;
  bottom: 0;
  font-size: 10px;
}
@media (max-width: 599px) {
  .site-hub .custom-hub-grid-wrapper .site-display-filter-data .site-display-filter-desc .site-display-filter-wrapper .site-display-filter-data-block label:after {
    font-size: 7px;
    top: 6px;
    right: 6px;
  }
}
.site-hub .custom-hub-grid-wrapper .site-display-filter-data .site-display-filter-desc .site-display-filter-wrapper .site-display-checkbox:checked + label {
  background: #414141;
  color: #ffffff;
}
.site-hub .custom-hub-grid-wrapper .site-display-filter-data .site-display-filter-desc .site-display-filter-wrapper label {
  border-radius: 10px;
  font-family: "brother-1816", sans-serif;
  color: #000000;
  border: 1px solid #000000;
  position: relative;
  z-index: 1;
  padding: 10px 30px;
}
@media (max-width: 599px) {
  .site-hub .custom-hub-grid-wrapper .site-display-filter-data .site-display-filter-desc .site-display-filter-wrapper label {
    font-size: 10px;
    padding: 6px 20px;
  }
}
.site-hub .custom-hub-grid-wrapper .site-display-filter-data .site-display-filter-desc .site-display-filter-wrapper label:hover {
  background: transparent;
}

.explore h1,
.explore h2,
.explore h3,
.explore h4,
.explore h5,
.explore h6 {
  font-family: "gelato-luxe";
  font-weight: normal;
  color: #000000;
}
.explore h1 tt,
.explore h2 tt,
.explore h3 tt,
.explore h4 tt,
.explore h5 tt,
.explore h6 tt {
  font-family: "brother-1816", sans-serif;
  font-weight: 600;
  display: block;
}
.explore .site-button-primary, .explore .site-form-payment-wrapper .site-payment-buttons button, .site-form-payment-wrapper .site-payment-buttons .explore button,
.explore .site-form-data .site-form-buttons .site-form-button,
.explore .site-form-data .site-form-field .file-upload-wrapper .file-upload-button {
  position: relative;
  display: inline-block;
  overflow: hidden;
  font-size: 18px;
  border: 1px solid #FF6300;
  color: #ffffff;
  text-decoration: none;
  border-radius: 50px;
  padding: 3px 50px 5px;
  background: #FF6300;
  transition: all ease 0.5s;
  line-height: 40px;
  text-decoration: none !important;
}
.explore .site-button-primary span, .explore .site-form-payment-wrapper .site-payment-buttons button span, .site-form-payment-wrapper .site-payment-buttons .explore button span,
.explore .site-form-data .site-form-buttons .site-form-button span,
.explore .site-form-data .site-form-field .file-upload-wrapper .file-upload-button span {
  position: relative;
  z-index: 10;
}
.explore .site-button-primary:before, .explore .site-form-payment-wrapper .site-payment-buttons button:before, .site-form-payment-wrapper .site-payment-buttons .explore button:before, .explore .site-button-primary:after, .explore .site-form-payment-wrapper .site-payment-buttons button:after, .site-form-payment-wrapper .site-payment-buttons .explore button:after,
.explore .site-form-data .site-form-buttons .site-form-button:before,
.explore .site-form-data .site-form-buttons .site-form-button:after,
.explore .site-form-data .site-form-field .file-upload-wrapper .file-upload-button:before,
.explore .site-form-data .site-form-field .file-upload-wrapper .file-upload-button:after {
  position: absolute;
  top: 50%;
  content: "";
  width: 20px;
  height: 18px;
  background-color: #ffffff;
  border-radius: 50%;
}
.explore .site-button-primary:before, .explore .site-form-payment-wrapper .site-payment-buttons button:before, .site-form-payment-wrapper .site-payment-buttons .explore button:before,
.explore .site-form-data .site-form-buttons .site-form-button:before,
.explore .site-form-data .site-form-field .file-upload-wrapper .file-upload-button:before {
  left: -20px;
  transform: translate(-50%, -50%);
}
.explore .site-button-primary:after, .explore .site-form-payment-wrapper .site-payment-buttons button:after, .site-form-payment-wrapper .site-payment-buttons .explore button:after,
.explore .site-form-data .site-form-buttons .site-form-button:after,
.explore .site-form-data .site-form-field .file-upload-wrapper .file-upload-button:after {
  right: -20px;
  transform: translate(50%, -50%);
}
.explore .site-button-primary:hover, .explore .site-form-payment-wrapper .site-payment-buttons button:hover, .site-form-payment-wrapper .site-payment-buttons .explore button:hover,
.explore .site-form-data .site-form-buttons .site-form-button:hover,
.explore .site-form-data .site-form-field .file-upload-wrapper .file-upload-button:hover {
  color: #FF6300 !important;
  border: 1px solid #FF6300;
  transition: all ease 1.2s;
}
.explore .site-button-primary:hover span, .explore .site-form-payment-wrapper .site-payment-buttons button:hover span, .site-form-payment-wrapper .site-payment-buttons .explore button:hover span,
.explore .site-form-data .site-form-buttons .site-form-button:hover span,
.explore .site-form-data .site-form-field .file-upload-wrapper .file-upload-button:hover span {
  color: #FF6300 !important;
}
.explore .site-button-primary:hover:before, .explore .site-form-payment-wrapper .site-payment-buttons button:hover:before, .site-form-payment-wrapper .site-payment-buttons .explore button:hover:before,
.explore .site-form-data .site-form-buttons .site-form-button:hover:before,
.explore .site-form-data .site-form-field .file-upload-wrapper .file-upload-button:hover:before {
  animation: criss-cross-left 0.8s both;
  animation-direction: alternate;
}
.explore .site-button-primary:hover:after, .explore .site-form-payment-wrapper .site-payment-buttons button:hover:after, .site-form-payment-wrapper .site-payment-buttons .explore button:hover:after,
.explore .site-form-data .site-form-buttons .site-form-button:hover:after,
.explore .site-form-data .site-form-field .file-upload-wrapper .file-upload-button:hover:after {
  animation: criss-cross-right 0.8s both;
  animation-direction: alternate;
}
@keyframes criss-cross-left {
  0% {
    left: -20px;
  }
  50% {
    left: 50%;
    width: 20px;
    height: 18px;
  }
  100% {
    left: 50%;
    width: 100%;
    height: 100%;
  }
}
@keyframes criss-cross-right {
  0% {
    right: -20px;
  }
  50% {
    right: 50%;
    width: 20px;
    height: 18px;
    border-radius: 50px;
  }
  100% {
    right: 50%;
    width: 100%;
    height: 100%;
    border-radius: 50px;
  }
}
.explore .site-bookmark-button {
  position: relative;
  position: relative;
  display: inline-block;
  overflow: hidden;
  font-size: 18px;
  border: 1px solid #FF6300;
  color: #ffffff;
  text-decoration: none;
  border-radius: 50px;
  padding: 3px 50px 5px;
  background: #FF6300;
  transition: all ease 0.5s;
  line-height: 40px;
  text-decoration: none !important;
  margin: 20px 0 0;
}
.explore .site-bookmark-button span {
  position: relative;
  z-index: 10;
}
.explore .site-bookmark-button:before, .explore .site-bookmark-button:after {
  position: absolute;
  top: 50%;
  content: "";
  width: 20px;
  height: 18px;
  background-color: #ffffff;
  border-radius: 50%;
}
.explore .site-bookmark-button:before {
  left: -20px;
  transform: translate(-50%, -50%);
}
.explore .site-bookmark-button:after {
  right: -20px;
  transform: translate(50%, -50%);
}
.explore .site-bookmark-button:hover {
  color: #FF6300 !important;
  border: 1px solid #FF6300;
  transition: all ease 1.2s;
}
.explore .site-bookmark-button:hover span {
  color: #FF6300 !important;
}
.explore .site-bookmark-button:hover:before {
  animation: criss-cross-left 0.8s both;
  animation-direction: alternate;
}
.explore .site-bookmark-button:hover:after {
  animation: criss-cross-right 0.8s both;
  animation-direction: alternate;
}
@keyframes criss-cross-left {
  0% {
    left: -20px;
  }
  50% {
    left: 50%;
    width: 20px;
    height: 18px;
  }
  100% {
    left: 50%;
    width: 100%;
    height: 100%;
  }
}
@keyframes criss-cross-right {
  0% {
    right: -20px;
  }
  50% {
    right: 50%;
    width: 20px;
    height: 18px;
    border-radius: 50px;
  }
  100% {
    right: 50%;
    width: 100%;
    height: 100%;
    border-radius: 50px;
  }
}
.explore .site-bookmark-button .site-bookmark-button-icon {
  position: relative;
  top: 3px;
  padding: 0 0 0 3px;
}
.explore .site-bookmark-button .site-bookmark-button-icon:before {
  font-family: "site-icon" !important;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e917" !important;
  font-size: 20px;
}
.explore .site-bookmark-button.site-bookmark-display-button-remove .site-bookmark-button-icon:before {
  content: "\e918" !important;
}
.explore .site-button-secondary, .explore .site-search-wrapper .site-search-block.site-search-option2 .site-search-button, .site-search-wrapper .site-search-block.site-search-option2 .explore .site-search-button, .explore .site-primary-button {
  position: relative;
  display: inline-block;
  overflow: hidden;
  font-size: 18px;
  border: 1px solid #414141;
  color: #ffffff;
  text-decoration: none;
  border-radius: 50px;
  padding: 3px 50px 5px;
  background: #414141;
  transition: all ease 0.5s;
  line-height: 40px;
  text-decoration: none !important;
}
.explore .site-button-secondary span, .explore .site-search-wrapper .site-search-block.site-search-option2 .site-search-button span, .site-search-wrapper .site-search-block.site-search-option2 .explore .site-search-button span, .explore .site-primary-button span {
  position: relative;
  z-index: 10;
}
.explore .site-button-secondary:before, .explore .site-search-wrapper .site-search-block.site-search-option2 .site-search-button:before, .site-search-wrapper .site-search-block.site-search-option2 .explore .site-search-button:before, .explore .site-button-secondary:after, .explore .site-search-wrapper .site-search-block.site-search-option2 .site-search-button:after, .site-search-wrapper .site-search-block.site-search-option2 .explore .site-search-button:after, .explore .site-primary-button:before, .explore .site-primary-button:after {
  position: absolute;
  top: 50%;
  content: "";
  width: 20px;
  height: 18px;
  background-color: #ffffff;
  border-radius: 50%;
}
.explore .site-button-secondary:before, .explore .site-search-wrapper .site-search-block.site-search-option2 .site-search-button:before, .site-search-wrapper .site-search-block.site-search-option2 .explore .site-search-button:before, .explore .site-primary-button:before {
  left: -20px;
  transform: translate(-50%, -50%);
}
.explore .site-button-secondary:after, .explore .site-search-wrapper .site-search-block.site-search-option2 .site-search-button:after, .site-search-wrapper .site-search-block.site-search-option2 .explore .site-search-button:after, .explore .site-primary-button:after {
  right: -20px;
  transform: translate(50%, -50%);
}
.explore .site-button-secondary:hover, .explore .site-search-wrapper .site-search-block.site-search-option2 .site-search-button:hover, .site-search-wrapper .site-search-block.site-search-option2 .explore .site-search-button:hover, .explore .site-primary-button:hover {
  color: #414141 !important;
  border: 1px solid #414141;
  transition: all ease 1.2s;
}
.explore .site-button-secondary:hover span, .explore .site-search-wrapper .site-search-block.site-search-option2 .site-search-button:hover span, .site-search-wrapper .site-search-block.site-search-option2 .explore .site-search-button:hover span, .explore .site-primary-button:hover span {
  color: #414141 !important;
}
.explore .site-button-secondary:hover:before, .explore .site-search-wrapper .site-search-block.site-search-option2 .site-search-button:hover:before, .site-search-wrapper .site-search-block.site-search-option2 .explore .site-search-button:hover:before, .explore .site-primary-button:hover:before {
  animation: criss-cross-left 0.8s both;
  animation-direction: alternate;
}
.explore .site-button-secondary:hover:after, .explore .site-search-wrapper .site-search-block.site-search-option2 .site-search-button:hover:after, .site-search-wrapper .site-search-block.site-search-option2 .explore .site-search-button:hover:after, .explore .site-primary-button:hover:after {
  animation: criss-cross-right 0.8s both;
  animation-direction: alternate;
}
@keyframes criss-cross-left {
  0% {
    left: -20px;
  }
  50% {
    left: 50%;
    width: 20px;
    height: 18px;
  }
  100% {
    left: 50%;
    width: 100%;
    height: 100%;
  }
}
@keyframes criss-cross-right {
  0% {
    right: -20px;
  }
  50% {
    right: 50%;
    width: 20px;
    height: 18px;
    border-radius: 50px;
  }
  100% {
    right: 50%;
    width: 100%;
    height: 100%;
    border-radius: 50px;
  }
}
.explore .site-button-full-primary {
  position: relative;
  display: inline-block;
  overflow: hidden;
  font-size: 18px;
  border: 1px solid #FF6300;
  color: #ffffff;
  text-decoration: none;
  border-radius: 50px;
  padding: 3px 50px 5px;
  background: #FF6300;
  transition: all ease 0.5s;
  line-height: 40px;
  text-decoration: none !important;
  display: block;
  width: 100%;
  text-align: center;
}
.explore .site-button-full-primary span {
  position: relative;
  z-index: 10;
}
.explore .site-button-full-primary:before, .explore .site-button-full-primary:after {
  position: absolute;
  top: 50%;
  content: "";
  width: 20px;
  height: 18px;
  background-color: #ffffff;
  border-radius: 50%;
}
.explore .site-button-full-primary:before {
  left: -20px;
  transform: translate(-50%, -50%);
}
.explore .site-button-full-primary:after {
  right: -20px;
  transform: translate(50%, -50%);
}
.explore .site-button-full-primary:hover {
  color: #FF6300 !important;
  border: 1px solid #FF6300;
  transition: all ease 1.2s;
}
.explore .site-button-full-primary:hover span {
  color: #FF6300 !important;
}
.explore .site-button-full-primary:hover:before {
  animation: criss-cross-left 0.8s both;
  animation-direction: alternate;
}
.explore .site-button-full-primary:hover:after {
  animation: criss-cross-right 0.8s both;
  animation-direction: alternate;
}
@keyframes criss-cross-left {
  0% {
    left: -20px;
  }
  50% {
    left: 50%;
    width: 20px;
    height: 18px;
  }
  100% {
    left: 50%;
    width: 100%;
    height: 100%;
  }
}
@keyframes criss-cross-right {
  0% {
    right: -20px;
  }
  50% {
    right: 50%;
    width: 20px;
    height: 18px;
    border-radius: 50px;
  }
  100% {
    right: 50%;
    width: 100%;
    height: 100%;
    border-radius: 50px;
  }
}
.explore .site-button-full-secondary {
  position: relative;
  display: inline-block;
  overflow: hidden;
  font-size: 18px;
  border: 1px solid #414141;
  color: #ffffff;
  text-decoration: none;
  border-radius: 50px;
  padding: 3px 50px 5px;
  background: #414141;
  transition: all ease 0.5s;
  line-height: 40px;
  text-decoration: none !important;
  display: block;
  width: 100%;
  text-align: center;
}
.explore .site-button-full-secondary span {
  position: relative;
  z-index: 10;
}
.explore .site-button-full-secondary:before, .explore .site-button-full-secondary:after {
  position: absolute;
  top: 50%;
  content: "";
  width: 20px;
  height: 18px;
  background-color: #ffffff;
  border-radius: 50%;
}
.explore .site-button-full-secondary:before {
  left: -20px;
  transform: translate(-50%, -50%);
}
.explore .site-button-full-secondary:after {
  right: -20px;
  transform: translate(50%, -50%);
}
.explore .site-button-full-secondary:hover {
  color: #414141 !important;
  border: 1px solid #414141;
  transition: all ease 1.2s;
}
.explore .site-button-full-secondary:hover span {
  color: #414141 !important;
}
.explore .site-button-full-secondary:hover:before {
  animation: criss-cross-left 0.8s both;
  animation-direction: alternate;
}
.explore .site-button-full-secondary:hover:after {
  animation: criss-cross-right 0.8s both;
  animation-direction: alternate;
}
@keyframes criss-cross-left {
  0% {
    left: -20px;
  }
  50% {
    left: 50%;
    width: 20px;
    height: 18px;
  }
  100% {
    left: 50%;
    width: 100%;
    height: 100%;
  }
}
@keyframes criss-cross-right {
  0% {
    right: -20px;
  }
  50% {
    right: 50%;
    width: 20px;
    height: 18px;
    border-radius: 50px;
  }
  100% {
    right: 50%;
    width: 100%;
    height: 100%;
    border-radius: 50px;
  }
}
.explore .site-button-big-primary {
  position: relative;
  display: inline-block;
  overflow: hidden;
  font-size: 18px;
  border: 1px solid #FF6300;
  color: #ffffff;
  text-decoration: none;
  border-radius: 50px;
  padding: 3px 50px 5px;
  background: #FF6300;
  transition: all ease 0.5s;
  line-height: 40px;
  text-decoration: none !important;
  padding: 22px 50px 25px;
  font-size: 25px;
}
.explore .site-button-big-primary span {
  position: relative;
  z-index: 10;
}
.explore .site-button-big-primary:before, .explore .site-button-big-primary:after {
  position: absolute;
  top: 50%;
  content: "";
  width: 20px;
  height: 18px;
  background-color: #ffffff;
  border-radius: 50%;
}
.explore .site-button-big-primary:before {
  left: -20px;
  transform: translate(-50%, -50%);
}
.explore .site-button-big-primary:after {
  right: -20px;
  transform: translate(50%, -50%);
}
.explore .site-button-big-primary:hover {
  color: #FF6300 !important;
  border: 1px solid #FF6300;
  transition: all ease 1.2s;
}
.explore .site-button-big-primary:hover span {
  color: #FF6300 !important;
}
.explore .site-button-big-primary:hover:before {
  animation: criss-cross-left 0.8s both;
  animation-direction: alternate;
}
.explore .site-button-big-primary:hover:after {
  animation: criss-cross-right 0.8s both;
  animation-direction: alternate;
}
@keyframes criss-cross-left {
  0% {
    left: -20px;
  }
  50% {
    left: 50%;
    width: 20px;
    height: 18px;
  }
  100% {
    left: 50%;
    width: 100%;
    height: 100%;
  }
}
@keyframes criss-cross-right {
  0% {
    right: -20px;
  }
  50% {
    right: 50%;
    width: 20px;
    height: 18px;
    border-radius: 50px;
  }
  100% {
    right: 50%;
    width: 100%;
    height: 100%;
    border-radius: 50px;
  }
}
.explore .site-button-big-secondary {
  position: relative;
  display: inline-block;
  overflow: hidden;
  font-size: 18px;
  border: 1px solid #414141;
  color: #ffffff;
  text-decoration: none;
  border-radius: 50px;
  padding: 3px 50px 5px;
  background: #414141;
  transition: all ease 0.5s;
  line-height: 40px;
  text-decoration: none !important;
  padding: 22px 50px 25px;
  font-size: 25px;
}
.explore .site-button-big-secondary span {
  position: relative;
  z-index: 10;
}
.explore .site-button-big-secondary:before, .explore .site-button-big-secondary:after {
  position: absolute;
  top: 50%;
  content: "";
  width: 20px;
  height: 18px;
  background-color: #ffffff;
  border-radius: 50%;
}
.explore .site-button-big-secondary:before {
  left: -20px;
  transform: translate(-50%, -50%);
}
.explore .site-button-big-secondary:after {
  right: -20px;
  transform: translate(50%, -50%);
}
.explore .site-button-big-secondary:hover {
  color: #414141 !important;
  border: 1px solid #414141;
  transition: all ease 1.2s;
}
.explore .site-button-big-secondary:hover span {
  color: #414141 !important;
}
.explore .site-button-big-secondary:hover:before {
  animation: criss-cross-left 0.8s both;
  animation-direction: alternate;
}
.explore .site-button-big-secondary:hover:after {
  animation: criss-cross-right 0.8s both;
  animation-direction: alternate;
}
@keyframes criss-cross-left {
  0% {
    left: -20px;
  }
  50% {
    left: 50%;
    width: 20px;
    height: 18px;
  }
  100% {
    left: 50%;
    width: 100%;
    height: 100%;
  }
}
@keyframes criss-cross-right {
  0% {
    right: -20px;
  }
  50% {
    right: 50%;
    width: 20px;
    height: 18px;
    border-radius: 50px;
  }
  100% {
    right: 50%;
    width: 100%;
    height: 100%;
    border-radius: 50px;
  }
}
.explore .site-button-heart {
  position: relative;
  display: inline-block;
}
@media (max-width: 599px) {
  .explore .site-button-heart {
    margin: 0 0 10px;
  }
}
.explore .site-button-heart span {
  background: #FFF500;
  color: #000000;
  border-radius: 50px;
  padding: 3px 50px 5px;
  display: inline-block;
  line-height: 40px;
  position: relative;
  z-index: 2;
  border: 1px solid #FFF500;
}
.explore .site-button-heart .site-icon-heart {
  position: absolute;
  top: 0px;
  color: #FF2689;
  font-size: 25px;
  z-index: 0;
}
.explore .site-button-heart .site-icon-heart:nth-of-type(1) {
  left: calc(50% - 50px);
  scale: 1.1;
}
.explore .site-button-heart .site-icon-heart:nth-of-type(2) {
  left: calc(50% - 25px);
  animation-delay: 0.4s !important;
}
.explore .site-button-heart .site-icon-heart:nth-of-type(3) {
  left: 50%;
  animation-delay: 1s !important;
  scale: 1.2;
}
.explore .site-button-heart .site-icon-heart:nth-of-type(4) {
  left: calc(50% + 25px);
  animation-delay: 1.5s !important;
  scale: 1.2;
}
.explore .site-button-heart:hover span {
  background: #ffffff;
  border: 1px solid #000000;
}
.explore .site-button-heart:hover .site-icon-heart {
  animation: 1.5s linear heart normal;
}
@keyframes heart {
  0% {
    transform: rotate(10deg);
    opacity: 0;
  }
  25% {
    transform: rotate(-10deg);
    opacity: 1;
  }
  75% {
    transform: rotate(10deg);
    opacity: 0.5;
  }
  100% {
    transform: rotate(-10deg);
    opacity: 0;
    top: -130%;
  }
}
.explore .box {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--accent-color);
  color: #fff;
  border-radius: 50px;
  position: relative;
}
.explore .counter-container {
  padding: 30px;
}
.explore .cms-text-feature table tr {
  background: transparent;
}
.explore .cms-text-feature table tr th {
  background: #FF6300;
  color: #ffffff;
}
.explore .cms-text-feature table tr:nth-child(2n) {
  background: #f1f1f1;
}
@media (max-width: 599px) {
  .explore .cms-text-feature table tr:nth-child(2n) {
    background: none;
  }
}
@media (max-width: 599px) {
  .explore table.site-table-mobile > thead > tr > td p, .explore table.site-table-mobile > thead > tr > th p, .explore table.site-table-mobile > tbody > tr > td p, .explore table.site-table-mobile > tbody > tr > th p {
    margin: 0 0 20px !important;
  }
}
.explore table.site-table-no-scroll {
  display: table !important;
}
.explore table.site-table-mobile-stack {
  border-collapse: collapse;
  margin: 0 0 30px;
  padding: 0;
  width: 100%;
  table-layout: fixed;
  white-space: normal;
}
.explore table.site-table-mobile-stack tr {
  background-color: transparent;
  border: 1px solid #f1f1f1;
  padding: 5px;
}
.explore table.site-table-mobile-stack th,
.explore table.site-table-mobile-stack td {
  padding: 0.625em;
  text-align: center;
  word-wrap: break-word;
}
.explore table.site-table-mobile-stack th {
  text-transform: uppercase;
}
@media (max-width: 599px) {
  .explore table.site-table-mobile-stack {
    border-collapse: collapse;
    margin: 0;
    padding: 0;
    width: 100%;
    table-layout: fixed;
    display: table !important;
  }
  .explore table.site-table-mobile-stack caption {
    font-size: 1.3em;
  }
  .explore table.site-table-mobile-stack thead {
    border: none;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .explore table.site-table-mobile-stack tr {
    display: block;
    margin-bottom: 0.625em;
    background: none !important;
    border: 1px solid #414141;
  }
  .explore table.site-table-mobile-stack td {
    border: none;
    border-bottom: 1px solid #f1f1f1;
    display: block;
    text-align: right !important;
  }
  .explore table.site-table-mobile-stack td::before {
    /*
    * aria-label has no advantage, it won't be read inside a table
    content: attr(aria-label);
    */
    content: attr(data-label);
    float: left;
    font-weight: bold;
    text-transform: uppercase;
    color: #414141;
  }
  .explore table.site-table-mobile-stack td:last-child {
    border-bottom: 0;
  }
}
@media (max-width: 599px) {
  .explore table.site-table-row-border {
    width: 100% !important;
  }
}
.explore table.site-table-row-border tr {
  border-bottom: 1px solid #f1f1f1;
}
.explore table.site-table-row-border tr td h1, .explore table.site-table-row-border tr td h2, .explore table.site-table-row-border tr td h3, .explore table.site-table-row-border tr td h4, .explore table.site-table-row-border tr td h5, .explore table.site-table-row-border tr td h6, .explore table.site-table-row-border tr td p {
  margin: 0 !important;
}
@media (max-width: 599px) {
  .explore table.site-table-row-border.site-table-mobile > thead > tr > td h1, .explore table.site-table-row-border.site-table-mobile > thead > tr > td h2, .explore table.site-table-row-border.site-table-mobile > thead > tr > td h3, .explore table.site-table-row-border.site-table-mobile > thead > tr > td h4, .explore table.site-table-row-border.site-table-mobile > thead > tr > td h5, .explore table.site-table-row-border.site-table-mobile > thead > tr > td h6, .explore table.site-table-row-border.site-table-mobile > thead > tr > td p, .explore table.site-table-row-border.site-table-mobile > thead > tr > th h1, .explore table.site-table-row-border.site-table-mobile > thead > tr > th h2, .explore table.site-table-row-border.site-table-mobile > thead > tr > th h3, .explore table.site-table-row-border.site-table-mobile > thead > tr > th h4, .explore table.site-table-row-border.site-table-mobile > thead > tr > th h5, .explore table.site-table-row-border.site-table-mobile > thead > tr > th h6, .explore table.site-table-row-border.site-table-mobile > thead > tr > th p, .explore table.site-table-row-border.site-table-mobile > tbody > tr > td h1, .explore table.site-table-row-border.site-table-mobile > tbody > tr > td h2, .explore table.site-table-row-border.site-table-mobile > tbody > tr > td h3, .explore table.site-table-row-border.site-table-mobile > tbody > tr > td h4, .explore table.site-table-row-border.site-table-mobile > tbody > tr > td h5, .explore table.site-table-row-border.site-table-mobile > tbody > tr > td h6, .explore table.site-table-row-border.site-table-mobile > tbody > tr > td p, .explore table.site-table-row-border.site-table-mobile > tbody > tr > th h1, .explore table.site-table-row-border.site-table-mobile > tbody > tr > th h2, .explore table.site-table-row-border.site-table-mobile > tbody > tr > th h3, .explore table.site-table-row-border.site-table-mobile > tbody > tr > th h4, .explore table.site-table-row-border.site-table-mobile > tbody > tr > th h5, .explore table.site-table-row-border.site-table-mobile > tbody > tr > th h6, .explore table.site-table-row-border.site-table-mobile > tbody > tr > th p {
    margin: 0 !important;
  }
}
.explore .site-breadcrumbs-wrapper {
  background: #f9f9f9;
  padding: 15px 0;
  border-bottom: 1px solid #dfdfdf;
  color: #414141;
  margin: 0 0 20px;
}
.explore .site-breadcrumbs-wrapper .site-breadcrumbs-item {
  display: inline-block;
  padding: 0 30px 0 0;
  position: relative;
}
.explore .site-breadcrumbs-wrapper .site-breadcrumbs-item:after {
  font-family: "site-icon" !important;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e909" !important;
  font-size: 25px;
  position: absolute;
  right: 0;
  top: 0;
}
.explore .site-breadcrumbs-wrapper .site-breadcrumbs-item.site-breadcrumbs-active:after {
  display: none;
}
.explore .site-breadcrumbs-wrapper .site-breadcrumbs-item a.site-breadcrumbs-link {
  color: #FF6300;
  position: relative;
}
.explore .site-breadcrumbs-wrapper .site-breadcrumbs-item a.site-breadcrumbs-link::after {
  content: "";
  width: 0;
  position: absolute;
  height: 2px;
  background: #ffffff;
  left: 0;
  bottom: -5px;
  transition: all ease 0.5s;
}
.explore .site-breadcrumbs-wrapper .site-breadcrumbs-item a.site-breadcrumbs-link:hover:after {
  width: 100%;
}
@media (max-width: 1299px) {
  .explore .site-menu-toggle {
    display: block;
  }
  .explore .site-navigation-wrapper {
    position: fixed;
    background: #000000;
    z-index: 1000;
    right: -100%;
    top: 110px;
    width: 300px;
    transition: all ease 0.5s;
    opacity: 0;
    visibility: hidden;
    height: calc(100vh - 110px);
  }
  .explore .site-navigation-wrapper.site-navigation-wrapper-active {
    right: 0;
    opacity: 1;
    visibility: visible;
    overflow: scroll;
    width: 400px;
  }
}
@media (max-width: 1299px) and (max-width: 599px) {
  .explore .site-navigation-wrapper.site-navigation-wrapper-active {
    width: 100%;
  }
}
@media (max-width: 1299px) {
  .explore .site-navigation-wrapper ul.site-nav-block {
    padding: 10px 20px;
  }
  .explore .site-navigation-wrapper ul.site-nav-block > li {
    border-bottom: 1px solid #ffffff;
    margin: 0 0 10px;
    padding: 0 0 10px;
  }
  .explore .site-navigation-wrapper ul.site-nav-block > li > a {
    color: #ffffff;
    position: relative;
    padding: 0;
  }
  .explore .site-navigation-wrapper ul.site-nav-block > li.site-nav-active > a {
    color: #FFF500;
    font-weight: bold;
  }
  .explore .site-navigation-wrapper ul.site-nav-block li {
    display: block;
    position: relative;
  }
  .explore .site-navigation-wrapper ul.site-nav-block li .site-nav-linktext.site-nav-expand {
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    color: #ffffff;
  }
  .explore .site-navigation-wrapper ul.site-nav-block li .site-nav-linktext.site-nav-expand:before {
    font-family: "site-icon" !important;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\e909" !important;
    font-size: 30px;
    display: block;
    transition: all ease 0.5s;
  }
  .explore .site-navigation-wrapper ul.site-nav-block li .site-nav-linktext.site-nav-expand-active:before {
    transform: rotate(90deg);
  }
  .explore .site-navigation-wrapper ul.site-nav-block li .site-subnav-wrapper {
    overflow: hidden;
    max-height: 0;
    transition: all ease 0.5s;
  }
  .explore .site-navigation-wrapper ul.site-nav-block li .site-subnav-wrapper-active {
    max-height: 1000px;
  }
  .explore .site-navigation-wrapper ul.site-nav-block li .site-subnav-wrapper .site-subnav-block {
    padding: 10px 0 0;
  }
  .explore .site-navigation-wrapper ul.site-nav-block li .site-subnav-wrapper .site-subnav-block li {
    padding: 0 20px 10px;
    text-transform: none;
  }
  .explore .site-navigation-wrapper ul.site-nav-block li .site-subnav-wrapper .site-subnav-block li a {
    color: #ffffff;
  }
  .explore .site-navigation-wrapper ul.site-nav-block li .site-subnav-wrapper .site-subnav-block li a:hover {
    color: #000000;
  }
  .explore .site-navigation-wrapper ul.site-nav-block li .site-subnav-wrapper .site-subnav-block li.site-subnav-active > a {
    color: #ffffff;
    font-weight: bold;
  }
}
.explore blockquote, .explore q {
  padding: 85px 75px;
  position: relative;
  margin: 80px 0 !important;
  border-radius: 20px;
  text-align: left;
  font-size: 18px !important;
  line-height: 30px !important;
}
@media (max-width: 599px) {
  .explore blockquote, .explore q {
    padding: 40px 20px;
  }
}
.explore blockquote:after, .explore q:after {
  font-family: "site-icon" !important;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e903" !important;
  display: block;
  position: absolute;
  background-size: 100%;
  top: -20px;
  left: 75px;
  font-size: 70px;
  color: #000000;
}
@media (max-width: 599px) {
  .explore blockquote:after, .explore q:after {
    left: 25px;
    font-size: 50px;
  }
}
.explore blockquote:before, .explore q:before {
  font-family: "site-icon" !important;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e919" !important;
  display: block;
  position: absolute;
  background-size: 100%;
  bottom: -20px;
  right: 75px;
  font-size: 70px;
  color: #000000;
}
@media (max-width: 599px) {
  .explore blockquote:before, .explore q:before {
    right: 25px;
    font-size: 50px;
  }
}
.explore q {
  border: 5px solid #000000;
  color: #000000;
}
.explore q:after, .explore q:before {
  color: #FF6300;
}
.explore blockquote {
  background: #FF6300;
  color: #ffffff;
}
.explore .cms-text-feature .cms-text-feature-data {
  line-height: normal;
}
.explore .cms-text-feature .cms-text-feature-data p {
  line-height: 30px;
  font-size: 18px;
  margin: 0 0 20px;
}
.explore .cms-text-feature .cms-text-feature-data p:last-child {
  margin: 0;
}
.explore .cms-text-feature .cms-text-feature-data q, .explore .cms-text-feature .cms-text-feature-data blockquote {
  text-align: left;
}
.explore .cms-text-feature .cms-text-feature-data ul, .explore .cms-text-feature .cms-text-feature-data ol {
  list-style-position: outside;
}
.explore .cms-text-feature .cms-text-feature-data ul li, .explore .cms-text-feature .cms-text-feature-data ol li {
  line-height: 30px;
  font-size: 18px;
  margin: 0 0 20px;
}
.explore .cms-text-feature .cms-text-feature-data ul li:last-child, .explore .cms-text-feature .cms-text-feature-data ol li:last-child {
  margin: 0;
}
.explore .cms-text-feature .cms-text-feature-data ol {
  list-style: none;
  counter-reset: li;
}
.explore .cms-text-feature .cms-text-feature-data ol li {
  position: relative;
  counter-increment: li;
  padding: 0 0 0 12px;
}
.explore .cms-text-feature .cms-text-feature-data ol li::before {
  content: counter(li);
  color: #FF6300;
  font-size: 20px;
  position: absolute;
  left: -20px;
  top: 0px;
  width: 17px;
  text-align: left;
}
.explore .cms-text-feature .cms-text-feature-data ul li {
  list-style: none;
  position: relative;
  padding: 0 0 0 12px;
}
.explore .cms-text-feature .cms-text-feature-data ul li:before {
  content: "";
  width: 20px;
  height: 18px;
  background: #FF6300;
  border-radius: 100%;
  position: absolute;
  left: -20px;
  top: 10px;
  transform: rotate(-30deg);
}
.explore .cms-text-feature .cms-text-feature-data hr {
  margin: 30px 0 20px;
}
.explore .cms-text-feature .cms-text-feature-data a1 {
  color: #FF6300;
}
.explore .cms-text-feature .cms-text-feature-data a1.no-link-style {
  border-bottom: none !important;
  color: #FF6300;
}
.explore .cms-text-feature .cms-text-feature-data a1.no-link-style:hover {
  color: #414141;
}
.explore .cms-text-feature .cms-text-feature-data a1:hover {
  color: #414141;
  border-bottom: 1px solid #414141;
}
.explore body.cms-page-is-in-edit-mode .cms-feature-wrapper {
  position: relative;
}
.explore body.cms-page-is-in-edit-mode .cms-feature-wrapper .site-feature-detail {
  position: absolute;
  background: #ffffff;
  color: #ffffff;
  height: 30px;
  line-height: 30px;
  text-align: center;
  top: 0;
  right: 0;
  display: flex;
  padding: 0 10px;
  font-size: 18px;
}
.explore body.cms-page-is-in-edit-mode .cms-feature-wrapper .site-feature-detail .site-feature-count {
  margin: 0 10px 0 0;
  position: relative;
  padding: 0 12px 0 0;
}
.explore body.cms-page-is-in-edit-mode .cms-feature-wrapper .site-feature-detail .site-feature-count:before {
  content: "";
  background: #FF6300;
  height: 4px;
  width: 4px;
  border-radius: 100%;
  display: inline-block;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 0;
}
.explore body.cms-page-is-in-edit-mode .cms-feature-wrapper .site-feature-detail .site-feature-row {
  margin: 0 0 0 10px;
  position: relative;
  padding: 0 0 0 12px;
}
.explore body.cms-page-is-in-edit-mode .cms-feature-wrapper .site-feature-detail .site-feature-row:before {
  content: "";
  background: #FF6300;
  height: 4px;
  width: 4px;
  border-radius: 100%;
  display: inline-block;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  left: 0;
}
.explore body.cms-page-is-in-edit-mode .site-row-container {
  position: relative;
}
.explore body.cms-page-is-in-edit-mode .site-row-container:after {
  content: "New Row";
  display: block;
  margin: 40px 0;
  position: relative;
  position: absolute;
  top: 27px;
  left: 0;
  right: 0;
  width: 100px;
  margin: 0 auto;
  background: #ffffff;
  padding: 5px 10px;
  text-align: center;
  font-size: 18px;
  color: #FF6300;
}
.explore body.cms-page-is-in-edit-mode .site-row-container:before {
  content: "";
  display: block;
  height: 2px;
  width: 100%;
  background: #dfdfdf;
  margin: 40px 0;
}
.explore .site-color-text {
  color: #414141 !important;
}
.explore .site-color-text-wrapper .cms-feature-title {
  color: #414141 !important;
}
.explore .site-color-primary {
  color: #FF6300 !important;
}
.explore .site-color-primary-wrapper .cms-feature-title {
  color: #FF6300 !important;
}
.explore .site-color-secondary {
  color: #ffffff !important;
}
.explore .site-color-secondary-wrapper .cms-feature-title {
  color: #ffffff !important;
}
.explore .site-color-light {
  color: #f1f1f1 !important;
}
.explore .site-color-light-wrapper .cms-feature-title {
  color: #f1f1f1 !important;
}
.explore .site-color-black {
  color: #000000 !important;
}
.explore .site-color-black * {
  color: #000000 !important;
}
.explore .site-color-black-wrapper .cms-feature-title {
  color: #000000 !important;
}
.explore .site-color-black-wrapper .cms-feature-title * {
  color: #000000 !important;
}
.explore .site-color-white {
  color: #ffffff !important;
}
.explore .site-color-white var {
  color: #ffffff;
}
.explore .site-color-white *:not(var):not(var *) {
  color: #ffffff !important;
}
.explore .site-color-white *:not(var):not(var *).site-button-secondary:hover, .explore .site-color-white .site-search-wrapper .site-search-block.site-search-option2 *.site-search-button:not(var):not(var *):hover, .site-search-wrapper .site-search-block.site-search-option2 .explore .site-color-white *.site-search-button:not(var):not(var *):hover {
  color: #414141 !important;
}
.explore .site-color-white *:not(var):not(var *).site-button-secondary:hover span, .explore .site-color-white .site-search-wrapper .site-search-block.site-search-option2 *.site-search-button:not(var):not(var *):hover span, .site-search-wrapper .site-search-block.site-search-option2 .explore .site-color-white *.site-search-button:not(var):not(var *):hover span {
  color: #414141 !important;
}
.explore .site-color-white-wrapper .cms-feature-title {
  color: #ffffff !important;
}
.explore .site-bg-text, .explore .site-bg-text-wrapper, .explore .site-bg .cms-feature-title {
  background: #414141 !important;
}
.explore .site-bg-primary, .explore .site-bg-primary-wrapper, .explore .site-bg .cms-feature-title {
  background: #FF6300 !important;
}
.explore .site-bg-secondary, .explore .site-bg-secondary-wrapper, .explore .site-bg .cms-feature-title {
  background: #ffffff !important;
}
.explore .site-bg-light, .explore .site-bg-light-wrapper, .explore .site-bg .cms-feature-title {
  background: #dfdfdf !important;
}
.explore .site-bg-black, .explore .site-bg-black-wrapper, .explore .site-bg .cms-feature-title {
  background: #000000 !important;
}
.explore .site-bg-white, .explore .site-bg-white-wrapper, .explore .site-bg .cms-feature-title {
  background: #ffffff !important;
}
.explore .border-color-primary {
  border-color: #FF6300;
}
.explore .border-color-secondary {
  border-color: #ffffff;
}
.explore .border-color-tertiary {
  border-color: #414141;
}
.explore .border-color-white {
  border-color: #ffffff;
}
.explore .border-color-light {
  border-color: #f1f1f1;
}
.explore .border-color-black {
  border-color: #000000;
}
.explore .border-bg-primary {
  background: #FF6300;
}
.explore .border-bg-secondary {
  background: #ffffff;
}
.explore .border-bg-tertiary {
  background: #414141;
}
.explore .border-bg-white {
  background: #ffffff;
}
.explore .border-bg-light {
  background: #f1f1f1;
}
.explore .border-bg-black {
  background: #000000;
}
.explore .site-navigation-wrapper #site-navigation ul.site-nav-block > li.custom-nav-vm-home-css {
  display: none !important;
}
@media (min-width: 1300px) {
  .explore .site-navigation-wrapper #site-navigation ul.site-nav-block {
    position: relative;
    margin: 0 20px 0 0;
  }
  .explore .site-navigation-wrapper #site-navigation ul.site-nav-block > li {
    margin: 0 25px 0 0;
    display: inline-block;
  }
  .explore .site-navigation-wrapper #site-navigation ul.site-nav-block > li.custom-nav-vm-home-css {
    display: none !important;
  }
  .explore .site-navigation-wrapper #site-navigation ul.site-nav-block > li > a {
    font-size: 16px;
    font-weight: bold;
    color: #414141;
    display: block;
    letter-spacing: 0.5px;
    position: relative;
  }
  .explore .site-navigation-wrapper #site-navigation ul.site-nav-block > li > a:before {
    background: #FF6300;
    content: "";
    display: block;
    height: 1px;
    width: 0%;
    top: 0;
    left: 0;
    position: absolute;
    transition: all ease 0.5s;
  }
  .explore .site-navigation-wrapper #site-navigation ul.site-nav-block > li > a:after {
    background: #FF6300;
    content: "";
    display: block;
    height: 1px;
    width: 0%;
    bottom: -3px;
    right: 0;
    position: absolute;
    transition: all ease 0.5s;
  }
  .explore .site-navigation-wrapper #site-navigation ul.site-nav-block > li > a:hover {
    color: #FF6300;
  }
  .explore .site-navigation-wrapper #site-navigation ul.site-nav-block > li > a:hover:before, .explore .site-navigation-wrapper #site-navigation ul.site-nav-block > li > a:hover:after {
    width: 100%;
  }
  .explore .site-navigation-wrapper #site-navigation ul.site-nav-block > li:hover > .site-subnav-wrapper {
    display: block;
  }
  .explore .site-navigation-wrapper #site-navigation ul.site-nav-block > li.site-nav-active a, .explore .site-navigation-wrapper #site-navigation ul.site-nav-block > li.site-nav-active-parent a {
    color: #FF6300;
  }
  .explore .site-navigation-wrapper #site-navigation ul.site-nav-block > li.site-nav-active a:before, .explore .site-navigation-wrapper #site-navigation ul.site-nav-block > li.site-nav-active a:after, .explore .site-navigation-wrapper #site-navigation ul.site-nav-block > li.site-nav-active-parent a:before, .explore .site-navigation-wrapper #site-navigation ul.site-nav-block > li.site-nav-active-parent a:after {
    width: 100%;
  }
  .explore .site-navigation-wrapper #site-navigation ul.site-nav-block .site-subnav-wrapper {
    display: none;
    position: absolute;
    background: #FF6300;
    z-index: 1000;
    padding: 10px 20px;
    top: 100%;
    min-width: 130px;
  }
  .explore .site-navigation-wrapper #site-navigation ul.site-nav-block .site-subnav-wrapper ul.site-subnav-block li {
    display: block;
    margin: 0 0 5px;
  }
  .explore .site-navigation-wrapper #site-navigation ul.site-nav-block .site-subnav-wrapper ul.site-subnav-block li a {
    color: #ffffff;
    font-size: 14px;
    position: relative;
    display: block;
  }
  .explore .site-navigation-wrapper #site-navigation ul.site-nav-block .site-subnav-wrapper ul.site-subnav-block li a:before {
    content: "";
    display: block;
    position: absolute;
    background: #ffffff;
    height: 1px;
    width: 0%;
    bottom: 0;
    transition: all ease 0.5s;
  }
  .explore .site-navigation-wrapper #site-navigation ul.site-nav-block .site-subnav-wrapper ul.site-subnav-block li:hover a:before, .explore .site-navigation-wrapper #site-navigation ul.site-nav-block .site-subnav-wrapper ul.site-subnav-block li.site-subnav-active a:before {
    width: 100%;
  }
  .explore .site-navigation-wrapper #site-navigation .site-nav-linktext, .explore .site-navigation-wrapper #site-navigation .site-nav-linktext {
    display: none;
  }
  .explore .site-menu-toggle {
    display: none;
  }
}
.explore #site-footer {
  background: #FF6300;
  padding: 100px 0 40px;
  clear: both;
  position: relative;
}
@media (max-width: 799px) {
  .explore #site-footer {
    padding: 100px 0 0;
  }
}
@media (max-width: 799px) {
  .explore #site-footer .site-container {
    padding: 0;
  }
}
.explore #site-footer .cms-feature-datablock {
  color: #ffffff !important;
}
.explore #site-footer .cms-feature-datablock *:not(.site-button-secondary):not(.site-button-secondary span):not(.site-search-wrapper .site-search-block.site-search-option2 .site-search-button span) {
  color: #ffffff !important;
}
.explore #site-footer .site-footer-block {
  display: flex;
  justify-content: space-between;
  position: relative;
  color: #000000;
  padding: 0 20px;
  z-index: 100;
}
@media (max-width: 399px) {
  .explore #site-footer .site-footer-block {
    display: block;
    text-align: center;
  }
}
.explore #site-footer .site-footer-block .site-footer-logo {
  width: 60%;
}
@media (max-width: 1499px) {
  .explore #site-footer .site-footer-block .site-footer-logo {
    width: 75%;
  }
}
@media (max-width: 1099px) {
  .explore #site-footer .site-footer-block .site-footer-logo {
    width: 100%;
  }
}
.explore #site-footer .site-footer-block .site-footer-logo h1, .explore #site-footer .site-footer-block .site-footer-logo h2, .explore #site-footer .site-footer-block .site-footer-logo h3, .explore #site-footer .site-footer-block .site-footer-logo h4, .explore #site-footer .site-footer-block .site-footer-logo h5, .explore #site-footer .site-footer-block .site-footer-logo h6 {
  margin: 0 0 20px;
}
.explore #site-footer .site-footer-block .site-footer-logo #site-footer-logo {
  display: flex;
}
@media (max-width: 999px) {
  .explore #site-footer .site-footer-block .site-footer-logo #site-footer-logo {
    display: block;
  }
}
.explore #site-footer .site-footer-block .site-footer-logo #site-footer-logo .site-footer-desc-wrapper {
  flex: 0 0 calc(100% - 300px);
  max-width: calc(100% - 300px);
}
@media (max-width: 999px) {
  .explore #site-footer .site-footer-block .site-footer-logo #site-footer-logo .site-footer-desc-wrapper {
    width: 100%;
    max-width: none;
  }
}
.explore #site-footer .site-footer-block .site-footer-logo #site-footer-logo .site-footer-desc-wrapper .site-button-secondary, .explore #site-footer .site-footer-block .site-footer-logo #site-footer-logo .site-footer-desc-wrapper .site-search-wrapper .site-search-block.site-search-option2 .site-search-button, .site-search-wrapper .site-search-block.site-search-option2 .explore #site-footer .site-footer-block .site-footer-logo #site-footer-logo .site-footer-desc-wrapper .site-search-button {
  padding: 3px 20px 5px;
}
.explore #site-footer .site-footer-block .site-footer-logo table tr:nth-child(2n) {
  background: none !important;
}
.explore #site-footer .site-footer-block .site-footer-logo table tr td {
  border: none;
}
.explore #site-footer .site-footer-block .site-footer-logo table tr ul {
  padding: 0;
}
.explore #site-footer .site-footer-block .site-footer-logo table tr ul li {
  padding: 0;
  font-size: 16px;
  line-height: 28px;
  margin: 0;
}
.explore #site-footer .site-footer-block .site-footer-logo table tr ul li a {
  position: relative;
  text-decoration: none;
  margin: 0 0 5px;
  display: inline-block;
}
.explore #site-footer .site-footer-block .site-footer-logo table tr ul li a:after {
  position: absolute;
  content: "";
  display: block;
  background: #ffffff;
  width: 100%;
  height: 1px;
  transition: all ease 0.7s;
  bottom: 1px;
  left: 0;
}
.explore #site-footer .site-footer-block .site-footer-logo table tr ul li a:hover:after {
  width: 0%;
}
.explore #site-footer .site-footer-block .site-footer-logo table tr ul li a.custom-link-active {
  font-weight: bold;
}
.explore #site-footer .site-footer-block .site-footer-logo table tr ul li::before {
  display: none !important;
}
.explore #site-footer .site-footer-right {
  position: absolute;
  bottom: 0;
  right: 0;
}
@media (max-width: 999px) {
  .explore #site-footer .site-footer-right {
    position: static;
    display: none;
  }
}
@media (max-width: 599px) {
  .explore #site-footer .site-footer-right {
    display: block;
  }
}
.explore #site-footer .site-footer-right .site-footer-image img {
  width: 80% !important;
}
@media (max-width: 1499px) {
  .explore #site-footer .site-footer-right .site-footer-image img {
    width: 75% !important;
  }
}
@media (max-width: 1299px) {
  .explore #site-footer .site-footer-right .site-footer-image img {
    width: 60% !important;
  }
}
@media (max-width: 799px) {
  .explore #site-footer .site-footer-right .site-footer-image img {
    width: 100% !important;
  }
}
.explore a {
  color: #FF6300;
}
.explore a:hover, .explore a:focus {
  color: #414141;
}
.explore .cms-feature-datablock a {
  text-decoration: underline;
}
.explore hr {
  margin: 0 auto 10px;
  border-top: 1px solid #FF6300 !important;
}
.explore var {
  background: #FF6300;
  padding: 15px 40px;
  text-transform: uppercase;
  font-style: normal;
  font-weight: bold;
  letter-spacing: -2.5px;
  font-size: 40px;
  color: #ffffff;
  display: inline-block;
  box-shadow: 8px 14px 17px -7px rgba(0, 0, 0, 0.5);
  line-height: 30px;
  font-family: "brother-1816", sans-serif;
}
@media (max-width: 1299px) {
  .explore var {
    line-height: 40px;
  }
}
@media (max-width: 599px) {
  .explore var {
    font-size: 20px;
    line-height: 20px;
    letter-spacing: -1.5px;
    padding: 10px 30px;
  }
}
.explore .site-posted-block {
  font-size: 16px;
  color: #000000;
  position: relative;
  padding: 0 0 0 60px;
  height: 50px;
  line-height: 50px;
  margin: 0;
}
.explore .site-posted-block:before {
  display: block;
  height: 40px;
  width: 40px;
  border-radius: 100%;
  background: #FF6300;
  color: #ffffff;
  position: absolute;
  left: 2px;
  top: 0;
  font-family: "gelato-luxe";
  font-size: 33px;
  text-align: center;
  line-height: 32px;
  font-weight: bold;
  animation: postedby 2s infinite;
  bottom: 0;
  margin: auto;
}
.explore .site-posted-block a {
  border-bottom: 1px solid;
  color: #000000;
  text-decoration: none;
}
@keyframes postedby {
  from, to {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
  }
}
.explore .site-slider .slick-dots {
  bottom: 40px;
  z-index: 10;
}
.explore .site-slider .slick-dots li {
  padding: 0;
  height: 15px;
  width: 15px;
  margin: 0 5px;
}
.explore .site-slider .slick-dots li button {
  padding: 0;
  height: 15px;
  width: 15px;
}
.explore .site-slider .slick-dots li button:before {
  height: 15px;
  width: 15px;
  background: none;
  border: 1px solid #ffffff;
}
.explore .site-slider .slick-dots li.slick-active button:before {
  background: #FF6300;
  border: 1px solid #ffffff;
}
.explore .slick-arrow {
  width: 54px !important;
  height: 54px !important;
  padding: 0 !important;
}
@media (max-width: 599px) {
  .explore .slick-arrow {
    width: 40px !important;
    height: 40px !important;
    top: 50% !important;
  }
}
.explore .slick-arrow:before {
  font-family: "site-icon" !important;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e908" !important;
  border: 2px solid #FF6300 !important;
  color: #FF6300 !important;
  background: #ffffff !important;
  border-radius: 100%;
  line-height: 47px !important;
  font-size: 35px !important;
}
@media (max-width: 599px) {
  .explore .slick-arrow:before {
    line-height: 35px !important;
    font-size: 30px !important;
  }
}
.explore .slick-arrow:hover::before {
  background: #FF6300 !important;
  color: #ffffff !important;
}
.explore .slick-arrow.slick-next {
  right: -80px !important;
}
@media (max-width: 1499px) {
  .explore .slick-arrow.slick-next {
    right: -50px !important;
  }
}
@media (max-width: 599px) {
  .explore .slick-arrow.slick-next {
    right: 40px !important;
  }
}
.explore .slick-arrow.slick-next::before {
  transform: rotate(180deg) !important;
}
.explore .slick-arrow.slick-prev {
  left: -80px !important;
}
@media (max-width: 1499px) {
  .explore .slick-arrow.slick-prev {
    left: -50px !important;
  }
}
@media (max-width: 599px) {
  .explore .slick-arrow.slick-prev {
    left: 40px !important;
  }
}
.explore .slick-arrow.slick-prev::before {
  transform: rotate(0deg) !important;
}
.explore .mfp-arrow {
  background: #FF6300;
  color: #ffffff;
  border: 1px solid #FF6300;
  border-radius: 100%;
}
.explore .mfp-arrow:after {
  color: #ffffff;
  font-size: 40px;
  line-height: 45px;
}
.explore .mfp-arrow:hover {
  background: #ffffff;
  color: #FF6300;
  border: 1px solid #ffffff;
}
.explore .mfp-arrow:hover:after {
  color: #FF6300;
}
.explore .mfp-arrow.mfp-arrow-left:after {
  font-family: "site-icon" !important;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e908" !important;
}
.explore .mfp-arrow.mfp-arrow-right:after {
  font-family: "site-icon" !important;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e909" !important;
}
.explore .mfp-image-holder .mfp-content .mfp-close {
  background: #FF6300;
  color: #ffffff;
  border: 1px solid #FF6300;
  border-radius: 100%;
}
.explore .mfp-image-holder .mfp-content .mfp-close:after {
  color: #ffffff;
  font-size: 15px;
}
.explore .mfp-image-holder .mfp-content .mfp-close:hover {
  background: #ffffff;
  color: #FF6300;
  border: 1px solid #ffffff;
}
.explore .mfp-image-holder .mfp-content .mfp-close:hover:after {
  color: #FF6300;
}
.explore .site-thumbnail-block .site-thumbnail-link {
  border: 2px solid transparent;
  transition: all ease 0.8s;
  border-radius: 20px;
}
.explore .site-thumbnail-block .site-thumbnail-link .site-icon-search {
  border-radius: 0 0 20px 0;
}
.explore .site-thumbnail-block:hover .site-thumbnail-link {
  border: 2px solid #FF6300;
}
.explore .cms-gallery-feature.site-slider-tab-wrapper .site-slider-tab-list .site-slide {
  cursor: pointer;
}
.explore .cms-gallery-feature.site-slider-tab-wrapper .site-slider-tab-list .site-slide .site-slider-image {
  transition: all ease 0.8s;
  border-radius: 20px;
  border: 2px solid transparent;
}
.explore .cms-gallery-feature.site-slider-tab-wrapper .site-slider-tab-list .site-slide.slick-current .site-slider-image, .explore .cms-gallery-feature.site-slider-tab-wrapper .site-slider-tab-list .site-slide:hover .site-slider-image {
  border: 2px solid #FF6300;
}
.explore .cms-gallery-feature.site-thumbnail-list-wrapper .site-thumbnail-video-popup .site-thumbnail-block .site-thumbnail-data {
  display: block;
  overflow: hidden;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  left: 0;
  right: 0;
}
.explore .cms-gallery-feature.site-thumbnail-list-wrapper .site-thumbnail-video-popup .site-thumbnail-block .site-thumbnail-data .site-thumbnail-desc {
  left: 0;
  width: 96%;
  height: 96%;
  margin: auto;
  top: 0;
  right: 0;
}
.explore .cms-gallery-feature.site-thumbnail-list-wrapper .site-thumbnail-video-popup .site-thumbnail-block .site-thumbnail-data .site-thumbnail-desc a.video-popup-button {
  position: relative;
  width: 90px;
  height: 90px;
  display: block;
  margin: auto;
  position: absolute;
}
.explore .cms-gallery-feature.site-thumbnail-list-wrapper .site-thumbnail-video-popup .site-thumbnail-block .site-thumbnail-data .site-thumbnail-desc a.video-popup-button::after {
  font-family: "site-icon" !important;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e90d" !important;
  background: #ffffff;
  width: 90px;
  height: 90px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  color: #FF6300;
  font-size: 40px;
}
.explore .site-custom-hero-long-text-wrapper .site-slider .site-slick-wrapper .slick-list .site-slide .site-slider-caption .site-slider-caption-block .site-container .site-slider-capton-data {
  max-width: 750px !important;
}
.explore .site-custom-hero-full-text-wrapper .site-slider .site-slick-wrapper .slick-list .site-slide .site-slider-caption .site-slider-caption-block .site-container .site-slider-capton-data {
  max-width: 100% !important;
}
.explore .site-custom-hero-wrapper {
  margin: 40px 0 0;
}
@media (max-width: 599px) {
  .explore .site-custom-hero-wrapper {
    margin: 0;
  }
}
.explore .site-custom-hero-wrapper .site-slider .site-slick-wrapper .slick-list {
  overflow: visible;
}
@media (max-width: 599px) {
  .explore .site-custom-hero-wrapper .site-slider .site-slick-wrapper .slick-list .site-slide {
    display: flex !important;
    flex-wrap: wrap;
  }
  .explore .site-custom-hero-wrapper .site-slider .site-slick-wrapper .slick-list .site-slide .site-slider-caption {
    order: 0;
    transform: none;
    position: static;
    padding: 50px 0;
  }
  .explore .site-custom-hero-wrapper .site-slider .site-slick-wrapper .slick-list .site-slide .site-slider-image-block {
    order: 1;
    margin: auto;
  }
}
@media (min-width: 600px) {
  .explore .site-custom-hero-wrapper .site-slider .site-slick-wrapper .slick-list .site-slide .site-slider-image-block {
    padding: 0 5%;
  }
  .explore .site-custom-hero-wrapper .site-slider .site-slick-wrapper .slick-list .site-slide .site-slider-image-block .site-slider-image {
    width: auto;
    height: 100%;
    object-fit: contain;
    float: right;
    margin: -50px 0 0;
  }
}
.explore .site-custom-hero-wrapper .site-slider .site-slick-wrapper .slick-list .site-slide .site-slider-image-block:after {
  background: none !important;
}
.explore .site-custom-hero-wrapper .site-slider .site-slick-wrapper .slick-list .site-slide .site-slider-caption {
  background: none;
  left: 0;
  right: 0;
}
.explore .site-custom-hero-wrapper .site-slider .site-slick-wrapper .slick-list .site-slide .site-slider-caption .site-slider-caption-block .site-container {
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 20px;
  width: 100%;
}
.explore .site-custom-hero-wrapper .site-slider .site-slick-wrapper .slick-list .site-slide .site-slider-caption .site-slider-caption-block .site-container .site-slider-capton-data {
  max-width: 640px;
  width: 100%;
  margin: 0;
  text-align: left;
}
@media (max-width: 599px) {
  .explore .site-custom-hero-wrapper .site-slider .site-slick-wrapper .slick-list .site-slide .site-slider-caption .site-slider-caption-block .site-container .site-slider-capton-data {
    text-align: center;
  }
}
.explore .site-custom-hero-wrapper .site-slider .site-slick-wrapper .slick-list .site-slide .site-slider-caption .site-slider-caption-block .site-container .site-slider-capton-data * {
  color: #ffffff;
}
.explore .site-custom-hero-wrapper .site-slider .site-slick-wrapper .slick-list .site-slide .site-slider-caption .site-slider-caption-block .site-container .site-slider-capton-data var {
  background: #000000;
  color: #ffffff;
}
.explore #site-footer .site-footer-block .site-footer-logo .cms-feature-datablock :not(.site-button-secondary):not(.site-button-secondary span):not(.site-search-wrapper .site-search-block.site-search-option2 .site-search-button span) a[class*=site-social-] {
  color: #FF6300 !important;
  height: 48px;
  width: 43px;
  position: relative;
  margin: 0 12px 0 0;
  transition: all ease 0.6s;
}
.explore #site-footer .site-footer-block .site-footer-logo .cms-feature-datablock :not(.site-button-secondary):not(.site-button-secondary span):not(.site-search-wrapper .site-search-block.site-search-option2 .site-search-button span) a[class*=site-social-]:last-child {
  margin: 0;
}
.explore #site-footer .site-footer-block .site-footer-logo .cms-feature-datablock :not(.site-button-secondary):not(.site-button-secondary span):not(.site-search-wrapper .site-search-block.site-search-option2 .site-search-button span) a[class*=site-social-]:after {
  display: inline-block;
  height: 100%;
  width: 100%;
  background: #ffffff;
  border-radius: 100%;
  transform: rotate(50deg);
  content: "";
  position: absolute;
  z-index: 1;
  left: 0;
  right: 0;
  border: 1px solid #ffffff;
  transition: all ease 0.6s;
}
.explore #site-footer .site-footer-block .site-footer-logo .cms-feature-datablock :not(.site-button-secondary):not(.site-button-secondary span):not(.site-search-wrapper .site-search-block.site-search-option2 .site-search-button span) a[class*=site-social-]:hover {
  color: #ffffff !important;
}
.explore #site-footer .site-footer-block .site-footer-logo .cms-feature-datablock :not(.site-button-secondary):not(.site-button-secondary span):not(.site-search-wrapper .site-search-block.site-search-option2 .site-search-button span) a[class*=site-social-]:hover:after {
  background: none;
}
.explore .site-image-oval-wrapper {
  width: 250px;
  height: 233px;
  object-fit: cover;
  transform: rotate(-50deg);
  margin: auto;
  position: relative;
}
@media (max-width: 599px) {
  .explore .site-image-oval-wrapper {
    transform: rotate(-50deg) scale(0.6);
    height: 160px;
    margin: 0 0 0 -65px;
  }
}
.explore .site-image-oval-wrapper .site-image-oval-img {
  transform: rotate(50deg);
}
.explore .site-image-oval-wrapper .site-image-oval {
  width: 250px;
  height: 250px;
  object-fit: cover;
  margin: 10px 0 auto;
  clip-path: path("M47.32,23.84c46.45-34.25,107.46-30.35,136.27,8.72s14.51,98.5-31.94,132.76c-46.45,34.25-107.46,30.35-136.27-8.72C-13.43,117.53.87,58.09,47.32,23.84");
}
.explore .site-image-oval-wrapper .site-round-ring {
  position: absolute;
  top: -4px;
  left: 0;
  margin: auto;
  z-index: 1;
  width: 215px;
  transform: rotate(50deg);
}
.explore .site-image-oval-wrapper .site-round-ring .site-round-ring-svg {
  display: block;
  margin: 0 auto;
  width: 215px;
  stroke-width: 7;
  stroke: #FF6300;
  overflow: visible;
  margin: -18px 0 0 26px;
}
@media (max-width: 599px) {
  .explore .site-image-oval-wrapper .site-round-ring .site-round-ring-svg {
    margin: -26px 0 0 26px;
  }
}
.explore .custom-overlay-wrapper .site-slide {
  position: relative;
}
.explore .custom-overlay-wrapper .site-slide .site-slider-caption {
  height: 100%;
}
.explore .custom-overlay-wrapper .site-slide .site-slider-caption .site-slider-caption-block {
  display: flex;
  align-items: end;
  height: 100%;
  opacity: 1;
  transition: all ease 1s;
}
.explore .custom-overlay-wrapper .site-slide .site-slider-caption .site-slider-more-desc {
  opacity: 0;
  position: absolute;
  bottom: 0;
  width: 100%;
  transition: all ease 1s;
  text-align: left;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 100%);
  border-radius: 20px;
  padding: 0 0 20px;
  left: 0;
}
.explore .custom-overlay-wrapper .site-slide .site-slider-caption .site-slider-more-desc .site-slider-more-desc-data {
  position: relative;
}
.explore .custom-overlay-wrapper .site-slide:hover .site-slider-caption-block {
  opacity: 0;
}
.explore .custom-overlay-wrapper .site-slide:hover .site-slider-caption .site-slider-more-desc {
  opacity: 1;
}
.explore .custom-overlay-wrapper .site-slide:hover .site-slider-caption .site-slider-more-desc::before {
  width: 100%;
  height: 100%;
}

/*
    $grid-counts: 7, 6, 5, 4, 3, 2;

    @each $grid-counts in $grid-count {

    }
    */
.site-hub p {
  margin: 0 0 20px;
}
.site-hub p:last-child {
  margin: 0;
}
@media (max-width: 1099px) {
  .site-hub h3 {
    font-size: 40px;
    line-height: 40px;
    margin: 0 0 10px;
  }
}
@media (max-width: 1099px) {
  .site-hub .site-button-secondary, .site-hub .site-search-wrapper .site-search-block.site-search-option2 .site-search-button, .site-search-wrapper .site-search-block.site-search-option2 .site-hub .site-search-button, .site-hub .site-button-primary, .site-hub .site-form-payment-wrapper .site-payment-buttons button, .site-form-payment-wrapper .site-payment-buttons .site-hub button {
    padding: 3px 30px 5px;
  }
}
.site-hub .site-display-wrapper.site-display-listview .site-display-list {
  display: block;
  clear: both;
  margin: 0;
}
.site-hub .custom-hub-grid-wrapper {
  padding: 0 !important;
}
.site-hub .custom-hub-grid-wrapper .custom-hub-data-wrapper {
  padding: 0;
  clear: both;
}
@media (max-width: 999px) {
  .site-hub .custom-hub-grid-wrapper .custom-hub-data-wrapper {
    padding: 20px 0 0;
  }
}
.site-hub .custom-hub-grid-wrapper .custom-hub-grid.site-display-filters-left .site-hub-display-search-wrapper, .site-hub .custom-hub-grid-wrapper .custom-hub-grid.site-display-filters-left .site-display-filter-title {
  display: none !important;
}
.site-hub .custom-hub-grid-wrapper .custom-hub-grid.site-display-filters-left .site-display-filter-desc {
  display: block;
}
.site-hub .custom-hub-grid-wrapper .custom-hub-grid .site-search-in {
  line-height: 75px;
  margin: 0;
  height: 75px;
  font-size: 13px;
  display: inline-block;
}
@media (max-width: 999px) {
  .site-hub .custom-hub-grid-wrapper .custom-hub-grid .site-search-in {
    padding: 0;
    position: absolute;
    top: -65px;
    left: 0;
  }
}
.site-hub .custom-hub-grid-wrapper .custom-hub-grid .site-search-in.site-search-in-data .site-search-tag-wrapper {
  color: #ffffff;
  color: #ffffff;
  padding: 5px 10px 6px 10px;
  margin: 0 0 0 5px;
  cursor: pointer;
  position: relative;
}
.site-hub .custom-hub-grid-wrapper .custom-hub-grid .site-search-in.site-search-in-data .site-search-tag-wrapper:before {
  background: #130092;
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 7px;
}
.site-hub .custom-hub-grid-wrapper .custom-hub-grid .site-search-in.site-search-in-data .site-search-tag-wrapper:after {
  background: #414141;
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 100%;
  width: 0;
  margin: auto;
  transition: all ease 0.5s;
  border-radius: 7px;
}
.site-hub .custom-hub-grid-wrapper .custom-hub-grid .site-search-in.site-search-in-data .site-search-tag-wrapper:hover:after {
  width: 100%;
}
.site-hub .custom-hub-grid-wrapper .custom-hub-grid .site-search-in.site-search-in-data .site-search-tag-wrapper .site-search-tag {
  text-transform: capitalize;
  position: relative;
  z-index: 10;
  padding: 0 0 0 30px;
}
.site-hub .custom-hub-grid-wrapper .custom-hub-grid .site-search-in.site-search-in-data .site-search-tag-wrapper .site-search-tag::before {
  content: "d";
  font-family: "gelato-luxe";
  margin: 0 10px 0 0;
  background: #ffffff;
  color: #130092;
  display: inline-block;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  border-radius: 100%;
  margin: auto;
  line-height: 15px;
  text-align: center;
  font-size: 28px;
  text-transform: lowercase;
}
.site-hub .custom-hub-grid-wrapper .custom-hub-grid .site-search-in.site-search-in-data .site-search-tag-wrapper .site-search-in-close {
  font-size: 10px;
  margin: 0 0 0 3px;
  position: relative;
  z-index: 10;
}
.site-hub .custom-hub-grid-wrapper .custom-hub-grid .site-search-in.site-search-in-data .site-search-tag-wrapper .site-search-tag::before {
  line-height: 22px;
  font-size: 20px;
}
.site-hub .custom-hub-grid-wrapper .custom-hub-grid ul.site-display-list {
  /*
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  gap: 10px;

  @include maxbp($r_1500) {
      grid-template-columns: repeat(5, 1fr);
  }
      */
}
@media (max-width: 549px) {
  .site-hub .custom-hub-grid-wrapper .custom-hub-grid ul.site-display-list {
    display: block !important;
  }
}
.site-hub .custom-hub-grid-wrapper .custom-hub-grid ul.site-display-list li.site-display-wrapper-listitem {
  max-width: none;
  padding: 0 0 20px;
  width: 260px;
  flex: 0 0 260px;
}
@media (max-width: 1099px) {
  .site-hub .custom-hub-grid-wrapper .custom-hub-grid ul.site-display-list li.site-display-wrapper-listitem {
    flex: 0 0 240px;
    width: 240px;
  }
}
@media (max-width: 999px) {
  .site-hub .custom-hub-grid-wrapper .custom-hub-grid ul.site-display-list li.site-display-wrapper-listitem {
    flex: 0 0 240px;
    width: 240px;
  }
}
@media (max-width: 549px) {
  .site-hub .custom-hub-grid-wrapper .custom-hub-grid ul.site-display-list li.site-display-wrapper-listitem {
    flex: 0 0 50%;
    width: 50%;
    float: left;
    height: auto !important;
  }
  .site-hub .custom-hub-grid-wrapper .custom-hub-grid ul.site-display-list li.site-display-wrapper-listitem.site_hub_item_mobile .site-display-data-block.site-hub-card-date-wrapper .site-display-desc .site-hub-card-date {
    top: 0 !important;
    text-align: center;
  }
}
.site-hub .custom-hub-grid-wrapper .custom-hub-grid ul.site-display-list li.site-display-wrapper-listitem .site-display-title a {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
}
.site-hub .custom-hub-grid-wrapper .custom-hub-grid ul.site-display-list li.site-display-wrapper-listitem .site-display-list-block {
  margin: 0 10px !important;
}
.site-hub .custom-hub-grid-wrapper .custom-hub-grid ul.site-display-list li.site-display-wrapper-listitem.cms-tag-hub-col-2 {
  flex: 0 0 calc(520px);
  width: calc(520px);
}
@media (max-width: 1099px) {
  .site-hub .custom-hub-grid-wrapper .custom-hub-grid ul.site-display-list li.site-display-wrapper-listitem.cms-tag-hub-col-2 {
    flex: 0 0 calc(480px);
    width: calc(480px);
  }
}
@media (max-width: 999px) {
  .site-hub .custom-hub-grid-wrapper .custom-hub-grid ul.site-display-list li.site-display-wrapper-listitem.cms-tag-hub-col-2 {
    flex: 0 0 calc(480px);
    width: calc(480px);
  }
}
@media (max-width: 549px) {
  .site-hub .custom-hub-grid-wrapper .custom-hub-grid ul.site-display-list li.site-display-wrapper-listitem.cms-tag-hub-col-2 {
    flex: 0 0 calc(100%);
    width: calc(100%);
    float: left;
  }
}
.site-hub .custom-hub-grid-wrapper .custom-hub-grid ul.site-display-list li.site-display-wrapper-listitem.cms-tag-hub-col-2 .site-display-list-block .site-display-image .site-display-image-link img {
  aspect-ratio: 19/12.3;
}
.site-hub .custom-hub-grid-wrapper .custom-hub-grid ul.site-display-list li.site-display-wrapper-listitem.cms-tag-hub-col-3 {
  flex: 0 0 calc(780px);
  width: calc(780px);
}
@media (max-width: 1099px) {
  .site-hub .custom-hub-grid-wrapper .custom-hub-grid ul.site-display-list li.site-display-wrapper-listitem.cms-tag-hub-col-3 {
    flex: 0 0 calc(720px);
    width: calc(720px);
  }
}
@media (max-width: 999px) {
  .site-hub .custom-hub-grid-wrapper .custom-hub-grid ul.site-display-list li.site-display-wrapper-listitem.cms-tag-hub-col-3 {
    flex: 0 0 calc(480px);
    width: calc(480px);
  }
}
@media (max-width: 549px) {
  .site-hub .custom-hub-grid-wrapper .custom-hub-grid ul.site-display-list li.site-display-wrapper-listitem.cms-tag-hub-col-3 {
    flex: 0 0 calc(100%);
    width: calc(100%);
    float: left;
  }
}
.site-hub .custom-hub-grid-wrapper .custom-hub-grid ul.site-display-list li.site-display-wrapper-listitem.cms-tag-hub-col-3 .site-display-list-block .site-display-image .site-display-image-link img {
  aspect-ratio: 19/8;
}
@media (max-width: 999px) {
  .site-hub .custom-hub-grid-wrapper .custom-hub-grid ul.site-display-list li.site-display-wrapper-listitem.cms-tag-hub-col-3 .site-display-list-block .site-display-image .site-display-image-link img {
    aspect-ratio: 19/12.3;
  }
}
.site-hub .custom-hub-grid-wrapper .custom-hub-grid ul.site-display-list li.site-display-wrapper-listitem.cms-tag-hub-col-fullwidth {
  flex: 0 0 calc(1560px);
  width: calc(1560px);
  max-width: calc(1560px);
}
.site-hub .custom-hub-grid-wrapper .custom-hub-grid ul.site-display-list li.site-display-wrapper-listitem.cms-tag-hub-col-fullwidth .site-display-list-block .site-display-image .site-display-image-link img {
  aspect-ratio: 9/2.35;
}
.site-hub .custom-hub-grid-wrapper .custom-hub-grid ul.site-display-list li.site-display-wrapper-listitem.hub-hidden-block, .site-hub .custom-hub-grid-wrapper .custom-hub-grid ul.site-display-list li.site-display-wrapper-listitem.hidden-block, .site-hub .custom-hub-grid-wrapper .custom-hub-grid ul.site-display-list li.site-display-wrapper-listitem.not-selected-tagfilter {
  width: 0%;
  flex: 0 0 0;
  display: none !important;
}
.site-hub .custom-hub-grid-wrapper .custom-hub-grid ul.site-display-list li.site-display-wrapper-listitem.cms-tag-videos .site-display-list-block .site-display-image-link:after {
  font-family: "site-icon" !important;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e90d" !important;
  width: 80px;
  height: 80px;
  position: absolute;
  display: block;
  margin: auto;
  background: white;
  text-align: center;
  line-height: 80px;
  border-radius: 100%;
  font-size: 38px;
  cursor: none;
  left: 0;
  right: 0;
  z-index: 100;
  top: 120px;
}
@media (max-width: 599px) {
  .site-hub .custom-hub-grid-wrapper .custom-hub-grid ul.site-display-list li.site-display-wrapper-listitem.cms-tag-videos .site-display-list-block .site-display-image-link:after {
    width: 50px;
    height: 50px;
    line-height: 50px;
    top: 70px;
    font-size: 28px;
  }
}
.site-hub .custom-hub-grid-wrapper .custom-hub-grid ul.site-display-list li.site-display-wrapper-listitem.cms-tag-videos .site-display-list-block .site-hub-video {
  width: 90px;
  height: 90px;
  position: absolute;
  left: 0;
  right: 0;
  z-index: 100;
  top: 150px;
  font-size: 0px;
  text-decoration: none;
  margin: auto;
}
.site-hub .custom-hub-grid-wrapper .custom-hub-grid ul.site-display-list li.site-display-wrapper-listitem.cms-tag-videos .site-display-list-block .site-hub-video:after {
  font-family: "site-icon" !important;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e90d" !important;
  width: 100%;
  height: 100%;
  display: block;
  margin: auto;
  background: white;
  text-align: center;
  line-height: 80px;
  border-radius: 100%;
  font-size: 40px;
  cursor: none;
}
.site-hub .custom-hub-grid-wrapper .custom-hub-grid ul.site-display-list li.site-display-wrapper-listitem.cms-tag-podcasts .site-display-list-block:after {
  font-family: "site-icon" !important;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e91b" !important;
  position: absolute;
  z-index: 100;
  top: 120px;
  left: 0;
  right: 0;
  width: 80px;
  height: 80px;
  margin: auto;
  background: white;
  text-align: center;
  line-height: 80px;
  border-radius: 100%;
  font-size: 40px;
}
.site-hub .custom-hub-grid-wrapper .custom-hub-grid ul.site-display-list li.site-display-wrapper-listitem.cms-tag-blockquote .site-display-desc q {
  position: absolute;
  top: 0;
  padding: 100px 30px 0;
  border: none;
  margin: 0 !important;
  font-size: 13px !important;
  line-height: 20px !important;
  color: #ffffff;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 10;
  overflow: hidden;
}
@media (max-width: 999px) {
  .site-hub .custom-hub-grid-wrapper .custom-hub-grid ul.site-display-list li.site-display-wrapper-listitem.cms-tag-blockquote .site-display-desc q {
    padding: 70px 20px 0;
  }
}
.site-hub .custom-hub-grid-wrapper .custom-hub-grid ul.site-display-list li.site-display-wrapper-listitem.cms-tag-blockquote .site-display-desc q:before {
  display: none !important;
}
.site-hub .custom-hub-grid-wrapper .custom-hub-grid ul.site-display-list li.site-display-wrapper-listitem.cms-tag-blockquote .site-display-desc q:after {
  font-size: 35px;
  color: #ffffff;
  top: 50px;
  top: 50px;
  left: 30px;
}
@media (max-width: 999px) {
  .site-hub .custom-hub-grid-wrapper .custom-hub-grid ul.site-display-list li.site-display-wrapper-listitem.cms-tag-blockquote .site-display-desc q:after {
    top: 30px;
    left: 20px;
  }
}
.site-hub .custom-hub-grid-wrapper .custom-hub-grid ul.site-display-list li.site-display-wrapper-listitem.cms-tag-white-papers .site-display-list-block {
  position: relative;
}
.site-hub .custom-hub-grid-wrapper .custom-hub-grid ul.site-display-list li.site-display-wrapper-listitem.cms-tag-white-papers .site-display-list-block .site-display-image-link {
  display: flex;
  justify-content: space-between;
  flex-wrap: nowrap;
  text-decoration: none;
}
.site-hub .custom-hub-grid-wrapper .custom-hub-grid ul.site-display-list li.site-display-wrapper-listitem.cms-tag-white-papers .site-display-list-block:before {
  background: #F8F4F1;
}
.site-hub .custom-hub-grid-wrapper .custom-hub-grid ul.site-display-list li.site-display-wrapper-listitem.cms-tag-white-papers .site-display-list-block:after {
  content: "Whitepaper";
  background: #FFF500;
  color: #000000;
  padding: 10px 20px;
  position: absolute;
  top: 60px;
  z-index: 10;
  font-weight: bold;
}
.site-hub .custom-hub-grid-wrapper .custom-hub-grid ul.site-display-list li.site-display-wrapper-listitem.cms-tag-white-papers .site-display-list-block .site-display-image img {
  border-radius: 20px 0 0 20px;
  flex: 0 0 66.6%;
  max-width: 66.6%;
}
@media (max-width: 999px) {
  .site-hub .custom-hub-grid-wrapper .custom-hub-grid ul.site-display-list li.site-display-wrapper-listitem.cms-tag-white-papers .site-display-list-block .site-display-image img {
    flex: 0 0 50%;
    max-width: 50%;
  }
}
.site-hub .custom-hub-grid-wrapper .custom-hub-grid ul.site-display-list li.site-display-wrapper-listitem.cms-tag-white-papers .site-display-list-block .site-display-image .site-display-desc {
  flex: 0 0 33.3%;
  max-width: 33.3%;
  padding: 50px 30px;
  line-height: normal;
  font-size: 14px !important;
  line-height: 21px !important;
}
@media (max-width: 999px) {
  .site-hub .custom-hub-grid-wrapper .custom-hub-grid ul.site-display-list li.site-display-wrapper-listitem.cms-tag-white-papers .site-display-list-block .site-display-image .site-display-desc {
    flex: 0 0 50%;
    max-width: 50%;
    padding: 20px;
  }
}
.site-hub .custom-hub-grid-wrapper .custom-hub-grid ul.site-display-list li.site-display-wrapper-listitem.cms-tag-white-papers .site-display-list-block .site-display-image .site-display-desc .site-button-secondary, .site-hub .custom-hub-grid-wrapper .custom-hub-grid ul.site-display-list li.site-display-wrapper-listitem.cms-tag-white-papers .site-display-list-block .site-display-image .site-display-desc .site-search-wrapper .site-search-block.site-search-option2 .site-search-button, .site-search-wrapper .site-search-block.site-search-option2 .site-hub .custom-hub-grid-wrapper .custom-hub-grid ul.site-display-list li.site-display-wrapper-listitem.cms-tag-white-papers .site-display-list-block .site-display-image .site-display-desc .site-search-button {
  padding: 3px 20px 5px;
  font-size: 14px;
}
.site-hub .custom-hub-grid-wrapper .custom-hub-grid ul.site-display-list li.site-display-wrapper-listitem.cms-tag-press1 .site-display-desc {
  position: absolute;
  top: 0;
  z-index: 10;
  text-align: center;
  padding: 30px;
  height: 380px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
}
.site-hub .custom-hub-grid-wrapper .custom-hub-grid ul.site-display-list li.site-display-wrapper-listitem.cms-tag-press1 .site-display-desc * {
  color: #ffffff !important;
  text-align: center !important;
}
.site-hub .custom-hub-grid-wrapper .custom-hub-grid ul.site-display-list li.site-display-wrapper-listitem .site-display-list-block {
  margin: 0;
}
.site-hub .custom-hub-grid-wrapper .custom-hub-grid ul.site-display-list li.site-display-wrapper-listitem .site-display-list-block.site-display-wrapper-hub-desc-left .site-display-image-link {
  display: flex;
  justify-content: space-between;
  flex-wrap: nowrap;
  text-decoration: none;
}
.site-hub .custom-hub-grid-wrapper .custom-hub-grid ul.site-display-list li.site-display-wrapper-listitem .site-display-list-block.site-display-wrapper-hub-desc-left .site-display-image-link img, .site-hub .custom-hub-grid-wrapper .custom-hub-grid ul.site-display-list li.site-display-wrapper-listitem .site-display-list-block.site-display-wrapper-hub-desc-left .site-display-image-link .site-hub-card-desc-left-block {
  flex: 0 0 50%;
  max-width: 50%;
}
.site-hub .custom-hub-grid-wrapper .custom-hub-grid ul.site-display-list li.site-display-wrapper-listitem .site-display-list-block.site-display-wrapper-hub-desc-left .site-display-image-link img {
  border-radius: 0 20px 20px 0;
}
.site-hub .custom-hub-grid-wrapper .custom-hub-grid ul.site-display-list li.site-display-wrapper-listitem .site-display-list-block.site-display-wrapper-hub-desc-left .site-display-image-link .site-hub-card-desc-left-block {
  font-size: 13px !important;
  line-height: 20px !important;
  padding: 25px;
}
.site-hub .custom-hub-grid-wrapper .custom-hub-grid ul.site-display-list li.site-display-wrapper-listitem .site-display-list-block.site-display-wrapper-hub-desc-left .site-display-image-link .site-hub-card-desc-left-block blockquote {
  margin: 0 !important;
  padding: 65px 0 0;
  border: none;
  margin: 0 !important;
  font-size: 13px !important;
  line-height: 20px !important;
  color: #ffffff;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 12;
  overflow: hidden;
  text-transform: none;
  background: none !important;
}
@media (max-width: 999px) {
  .site-hub .custom-hub-grid-wrapper .custom-hub-grid ul.site-display-list li.site-display-wrapper-listitem .site-display-list-block.site-display-wrapper-hub-desc-left .site-display-image-link .site-hub-card-desc-left-block blockquote {
    padding: 50px 0 0;
    -webkit-line-clamp: 10;
  }
}
.site-hub .custom-hub-grid-wrapper .custom-hub-grid ul.site-display-list li.site-display-wrapper-listitem .site-display-list-block.site-display-wrapper-hub-desc-left .site-display-image-link .site-hub-card-desc-left-block blockquote:before {
  display: none !important;
}
.site-hub .custom-hub-grid-wrapper .custom-hub-grid ul.site-display-list li.site-display-wrapper-listitem .site-display-list-block.site-display-wrapper-hub-desc-left .site-display-image-link .site-hub-card-desc-left-block blockquote:after {
  font-size: 30px;
  color: #ffffff;
  top: 40px;
  left: 25px;
}
.site-hub .custom-hub-grid-wrapper .custom-hub-grid ul.site-display-list li.site-display-wrapper-listitem .site-display-list-block.site-display-wrapper-hub-desc-right .site-display-image-link {
  display: flex;
  justify-content: space-between;
  flex-wrap: nowrap;
  text-decoration: none;
}
@media (max-width: 529px) {
  .site-hub .custom-hub-grid-wrapper .custom-hub-grid ul.site-display-list li.site-display-wrapper-listitem .site-display-list-block.site-display-wrapper-hub-desc-right .site-display-image-link {
    flex-wrap: wrap;
  }
}
.site-hub .custom-hub-grid-wrapper .custom-hub-grid ul.site-display-list li.site-display-wrapper-listitem .site-display-list-block.site-display-wrapper-hub-desc-right .site-display-image-link img, .site-hub .custom-hub-grid-wrapper .custom-hub-grid ul.site-display-list li.site-display-wrapper-listitem .site-display-list-block.site-display-wrapper-hub-desc-right .site-display-image-link .site-hub-card-desc-right-block {
  flex: 0 0 50%;
  max-width: 50%;
}
@media (max-width: 529px) {
  .site-hub .custom-hub-grid-wrapper .custom-hub-grid ul.site-display-list li.site-display-wrapper-listitem .site-display-list-block.site-display-wrapper-hub-desc-right .site-display-image-link img, .site-hub .custom-hub-grid-wrapper .custom-hub-grid ul.site-display-list li.site-display-wrapper-listitem .site-display-list-block.site-display-wrapper-hub-desc-right .site-display-image-link .site-hub-card-desc-right-block {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.site-hub .custom-hub-grid-wrapper .custom-hub-grid ul.site-display-list li.site-display-wrapper-listitem .site-display-list-block.site-display-wrapper-hub-desc-right .site-display-image-link .site-hub-card-desc-right-block {
  border-radius: 0 20px 20px 0;
}
@media (max-width: 529px) {
  .site-hub .custom-hub-grid-wrapper .custom-hub-grid ul.site-display-list li.site-display-wrapper-listitem .site-display-list-block.site-display-wrapper-hub-desc-right .site-display-image-link .site-hub-card-desc-right-block {
    border-radius: 0 0 20px 20px;
  }
}
.site-hub .custom-hub-grid-wrapper .custom-hub-grid ul.site-display-list li.site-display-wrapper-listitem .site-display-list-block.site-display-wrapper-hub-desc-right .site-display-image-link img {
  border-radius: 20px 0 0 20px;
  aspect-ratio: 9/11.6 !important;
}
@media (max-width: 529px) {
  .site-hub .custom-hub-grid-wrapper .custom-hub-grid ul.site-display-list li.site-display-wrapper-listitem .site-display-list-block.site-display-wrapper-hub-desc-right .site-display-image-link img {
    border-radius: 20px 20px 0 0;
  }
}
.site-hub .custom-hub-grid-wrapper .custom-hub-grid ul.site-display-list li.site-display-wrapper-listitem .site-display-list-block.site-display-wrapper-hub-desc-right .site-display-image-link .site-hub-card-desc-right-block {
  font-size: 13px !important;
  line-height: 20px !important;
  padding: 25px;
}
@media (max-width: 999px) {
  .site-hub .custom-hub-grid-wrapper .custom-hub-grid ul.site-display-list li.site-display-wrapper-listitem .site-display-list-block.site-display-wrapper-hub-desc-right .site-display-image-link .site-hub-card-desc-right-block {
    padding: 20px;
  }
}
.site-hub .custom-hub-grid-wrapper .custom-hub-grid ul.site-display-list li.site-display-wrapper-listitem .site-display-list-block.site-display-wrapper-hub-desc-right .site-display-image-link .site-hub-card-desc-right-block blockquote {
  margin: 0 !important;
  padding: 65px 0 0;
  border: none;
  margin: 0 !important;
  color: #ffffff;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 12;
  overflow: hidden;
  text-transform: none;
  background: none !important;
  font-size: 13px !important;
  line-height: 20px !important;
}
@media (max-width: 999px) {
  .site-hub .custom-hub-grid-wrapper .custom-hub-grid ul.site-display-list li.site-display-wrapper-listitem .site-display-list-block.site-display-wrapper-hub-desc-right .site-display-image-link .site-hub-card-desc-right-block blockquote {
    padding: 50px 0 0;
    -webkit-line-clamp: 10;
  }
}
.site-hub .custom-hub-grid-wrapper .custom-hub-grid ul.site-display-list li.site-display-wrapper-listitem .site-display-list-block.site-display-wrapper-hub-desc-right .site-display-image-link .site-hub-card-desc-right-block blockquote:before {
  display: none !important;
}
.site-hub .custom-hub-grid-wrapper .custom-hub-grid ul.site-display-list li.site-display-wrapper-listitem .site-display-list-block.site-display-wrapper-hub-desc-right .site-display-image-link .site-hub-card-desc-right-block blockquote:after {
  font-size: 30px;
  color: #ffffff;
  top: 10px;
  left: 0;
}
.site-hub .custom-hub-grid-wrapper .custom-hub-grid .site-display-image {
  position: relative;
}
.site-hub .custom-hub-grid-wrapper .custom-hub-grid .site-display-image .site-display-image-link table.site-hub-card-title h1, .site-hub .custom-hub-grid-wrapper .custom-hub-grid .site-display-image .site-display-image-link table.site-hub-card-title h2, .site-hub .custom-hub-grid-wrapper .custom-hub-grid .site-display-image .site-display-image-link table.site-hub-card-title h3, .site-hub .custom-hub-grid-wrapper .custom-hub-grid .site-display-image .site-display-image-link table.site-hub-card-title h4, .site-hub .custom-hub-grid-wrapper .custom-hub-grid .site-display-image .site-display-image-link table.site-hub-card-title h5, .site-hub .custom-hub-grid-wrapper .custom-hub-grid .site-display-image .site-display-image-link table.site-hub-card-title h5, .site-hub .custom-hub-grid-wrapper .custom-hub-grid .site-display-image .site-display-image-link table.site-hub-card-title p, .site-hub .custom-hub-grid-wrapper .custom-hub-grid .site-display-image .site-display-image-link table.site-hub-card-title ul, .site-hub .custom-hub-grid-wrapper .custom-hub-grid .site-display-image .site-display-image-link table.site-hub-card-title ol, .site-hub .custom-hub-grid-wrapper .custom-hub-grid .site-display-image .site-display-image-link table.site-hub-card-title li, .site-hub .custom-hub-grid-wrapper .custom-hub-grid .site-display-image .site-display-image-link table.site-hub-card-title a, .site-hub .custom-hub-grid-wrapper .custom-hub-grid .site-display-image .site-display-image-link table.site-hub-card-desc-left h1, .site-hub .custom-hub-grid-wrapper .custom-hub-grid .site-display-image .site-display-image-link table.site-hub-card-desc-left h2, .site-hub .custom-hub-grid-wrapper .custom-hub-grid .site-display-image .site-display-image-link table.site-hub-card-desc-left h3, .site-hub .custom-hub-grid-wrapper .custom-hub-grid .site-display-image .site-display-image-link table.site-hub-card-desc-left h4, .site-hub .custom-hub-grid-wrapper .custom-hub-grid .site-display-image .site-display-image-link table.site-hub-card-desc-left h5, .site-hub .custom-hub-grid-wrapper .custom-hub-grid .site-display-image .site-display-image-link table.site-hub-card-desc-left h5, .site-hub .custom-hub-grid-wrapper .custom-hub-grid .site-display-image .site-display-image-link table.site-hub-card-desc-left p, .site-hub .custom-hub-grid-wrapper .custom-hub-grid .site-display-image .site-display-image-link table.site-hub-card-desc-left ul, .site-hub .custom-hub-grid-wrapper .custom-hub-grid .site-display-image .site-display-image-link table.site-hub-card-desc-left ol, .site-hub .custom-hub-grid-wrapper .custom-hub-grid .site-display-image .site-display-image-link table.site-hub-card-desc-left li, .site-hub .custom-hub-grid-wrapper .custom-hub-grid .site-display-image .site-display-image-link table.site-hub-card-desc-left a {
  color: #ffffff;
}
.site-hub .custom-hub-grid-wrapper .custom-hub-grid .site-display-image .site-display-image-link table.site-hub-card-title {
  position: absolute;
  width: 100% !important;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 10;
  height: 100%;
  color: #ffffff;
  line-height: normal;
}
.site-hub .custom-hub-grid-wrapper .custom-hub-grid .site-display-image .site-display-image-link table.site-hub-card-title:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 20px;
}
.site-hub .custom-hub-grid-wrapper .custom-hub-grid .site-display-image .site-display-image-link table.site-hub-card-title thead, .site-hub .custom-hub-grid-wrapper .custom-hub-grid .site-display-image .site-display-image-link table.site-hub-card-title tbody {
  position: relative;
  z-index: 1;
}
.site-hub .custom-hub-grid-wrapper .custom-hub-grid .site-display-data-block.site-hub-card-date-wrapper {
  display: flex;
  justify-content: space-between;
  min-height: 50px;
}
.site-hub .custom-hub-grid-wrapper .custom-hub-grid .site-display-data-block.site-hub-card-date-wrapper .site-display-title, .site-hub .custom-hub-grid-wrapper .custom-hub-grid .site-display-data-block.site-hub-card-date-wrapper .site-display-desc {
  display: inline-block;
}
.site-hub .custom-hub-grid-wrapper .custom-hub-grid .site-display-data-block.site-hub-card-date-wrapper .site-display-title {
  width: calc(100% - 105px);
}
.site-hub .custom-hub-grid-wrapper .custom-hub-grid .site-display-data-block.site-hub-card-date-wrapper .site-display-desc {
  position: relative;
  width: 70px;
}
.site-hub .custom-hub-grid-wrapper .custom-hub-grid .site-display-data-block.site-hub-card-date-wrapper .site-display-desc .site-hub-card-date {
  position: absolute;
  top: -45px;
  right: 0;
  width: 70px !important;
}
.site-hub .custom-hub-grid-wrapper .custom-hub-grid .site-display-data-block.site-hub-card-date-wrapper .site-display-desc .site-hub-card-date.site-hub-card-big-date {
  width: 100px !important;
}
@media (max-width: 1499px) {
  .site-hub .custom-hub-grid-wrapper .custom-hub-grid .site-display-data-block.site-hub-card-date-wrapper .site-display-desc .site-hub-card-date.site-hub-card-big-date {
    width: 90px !important;
  }
}
@media (max-width: 1099px) {
  .site-hub .custom-hub-grid-wrapper .custom-hub-grid .site-display-data-block.site-hub-card-date-wrapper .site-display-desc .site-hub-card-date.site-hub-card-big-date {
    width: 80px !important;
  }
}
.site-hub .custom-hub-grid-wrapper .custom-hub-grid .site-display-data-block.site-hub-card-date-wrapper .site-display-desc .site-hub-card-date td {
  text-align: center;
  border-radius: 20px;
}
@media (max-width: 1099px) {
  .site-hub .custom-hub-grid-wrapper .custom-hub-grid .site-display-data-block.site-hub-card-date-wrapper .site-display-desc .site-hub-card-date td {
    min-width: 80px !important;
  }
}
.site-hub .custom-hub-grid-wrapper .custom-hub-grid .site-display-data-block.site-hub-card-date-wrapper .site-display-desc .site-hub-card-date td > strong:first-child {
  display: block;
  border: 1px solid black;
  border-radius: 5px 5px 0 0;
  font-weight: bold;
  font-size: 35px;
  padding: 10px 0;
}
@media (max-width: 1099px) {
  .site-hub .custom-hub-grid-wrapper .custom-hub-grid .site-display-data-block.site-hub-card-date-wrapper .site-display-desc .site-hub-card-date td > strong:first-child {
    font-size: 30px;
    padding: 5px 0;
  }
}
.site-hub .custom-hub-grid-wrapper .custom-hub-grid .site-display-data-block.site-hub-card-date-wrapper .site-display-desc .site-hub-card-date td em {
  display: block;
  background: #000000;
  border-radius: 0 0 5px 5px;
  font-weight: bold;
  font-size: 20px;
  color: #ffffff;
  padding: 10px 0;
  font-style: normal;
}
@media (max-width: 1099px) {
  .site-hub .custom-hub-grid-wrapper .custom-hub-grid .site-display-data-block.site-hub-card-date-wrapper .site-display-desc .site-hub-card-date td em {
    font-size: 16px;
    padding: 5px 0;
  }
}
.site-hub .custom-hub-grid-wrapper .custom-hub-grid .site-display-data-block.site-hub-card-date-wrapper .site-display-desc .site-hub-card-date.site-hub-card-big-date td > strong:first-child {
  font-size: 25px;
  padding: 10px 10px;
}
@media (max-width: 1099px) {
  .site-hub .custom-hub-grid-wrapper .custom-hub-grid .site-display-data-block.site-hub-card-date-wrapper .site-display-desc .site-hub-card-date.site-hub-card-big-date td > strong:first-child {
    font-size: 20px;
    padding: 5px 10px;
  }
}
.site-hub .custom-hub-grid-wrapper .site-display-filter-data > div:first-child {
  display: flex;
  justify-content: space-between;
  margin: 0 0 5px;
}
.site-hub .custom-hub-grid-wrapper .site-display-filter-data .site-hub-display-search-wrapper {
  width: calc(100% - 340px);
  position: relative;
  background: #F8F4F1;
  border-radius: 20px;
  padding: 0 30px;
  height: 75px;
  /*
  @include maxbp($r_1000) {
      width: 100%;
      padding: 0;
  }

  @include maxbp($mobile) {
      height: auto;
      background: none;
  }
   */
}
@media (max-width: 999px) {
  .site-hub .custom-hub-grid-wrapper .site-display-filter-data .site-hub-display-search-wrapper {
    width: calc(100% - 175px);
    padding: 0;
    border-radius: 10px;
  }
}
@media (max-width: 599px) {
  .site-hub .custom-hub-grid-wrapper .site-display-filter-data .site-hub-display-search-wrapper {
    width: calc(100% - 100px);
  }
}
.site-hub .custom-hub-grid-wrapper .site-display-filter-data .site-hub-display-search-wrapper i.site-icon-search {
  display: none;
}
@media (max-width: 599px) {
  .site-hub .custom-hub-grid-wrapper .site-display-filter-data .site-hub-display-search-wrapper i.site-icon-search {
    display: block;
    position: absolute;
    right: 15px;
    bottom: 21px;
    font-size: 28px;
    cursor: pointer;
  }
}
.site-hub .custom-hub-grid-wrapper .site-display-filter-data .site-hub-display-search-wrapper input.site-hub-display-search {
  background: #ffffff;
  border-radius: 0;
  outline: none;
  border: 1px solid #dfdfdf;
  font-size: 18px;
  height: 46px;
  width: 100%;
  padding: 10px;
  font-family: "brother-1816", sans-serif;
  height: 75px;
  border-radius: 20px;
  background: #F8F4F1;
  padding: 0 30px;
  border: none;
  display: inline-block;
  width: calc(100% - 210px);
}
@media (max-width: 999px) {
  .site-hub .custom-hub-grid-wrapper .site-display-filter-data .site-hub-display-search-wrapper input.site-hub-display-search {
    width: 100%;
    padding: 0 50px 0 20px;
  }
}
.site-hub .custom-hub-grid-wrapper .site-display-filter-data .site-display-filter-title {
  background: #FFF500;
  color: #000000;
  height: 75px;
  border-radius: 20px;
  width: 300px;
  text-align: center;
  font-size: 20px;
  line-height: 75px;
  font-family: "brother-1816", sans-serif;
  font-weight: 700;
  font-size: 0;
  transition: all ease 0.8s;
  cursor: pointer;
  /*
  @include maxbp($r_1000) {
      float: right;
      margin: 15px 0 0;
  }

  @include maxbp($mobile) {
      width: 100%;
      padding: 15px 20px;
      height: auto;
      line-height: normal;
      border-radius: 10px;
  }
  */
}
.site-hub .custom-hub-grid-wrapper .site-display-filter-data .site-display-filter-title:hover {
  background: #414141;
  color: #FFF500;
}
@media (max-width: 999px) {
  .site-hub .custom-hub-grid-wrapper .site-display-filter-data .site-display-filter-title {
    width: 150px;
    padding: 0 0 0 7px;
    border-radius: 10px;
  }
}
@media (max-width: 599px) {
  .site-hub .custom-hub-grid-wrapper .site-display-filter-data .site-display-filter-title {
    width: 90px;
  }
}
.site-hub .custom-hub-grid-wrapper .site-display-filter-data .site-display-filter-title::before {
  content: "Filter content";
  font-size: 18px;
  display: inline-block;
  vertical-align: middle;
  text-transform: none;
  font-weight: normal;
}
@media (max-width: 999px) {
  .site-hub .custom-hub-grid-wrapper .site-display-filter-data .site-display-filter-title::before {
    content: "Filter";
    letter-spacing: 0px;
    font-size: 15px;
  }
}
.site-hub .custom-hub-grid-wrapper .site-display-filter-data .site-display-filter-title:after {
  font-family: "site-icon" !important;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e90d" !important;
  transition: all ease 0.5s;
  font-size: 25px;
  display: inline-block;
  vertical-align: middle;
}
@media (max-width: 699px) {
  .site-hub .custom-hub-grid-wrapper .site-display-filter-data .site-display-filter-title:after {
    font-size: 15px;
  }
}
.site-hub .custom-hub-grid-wrapper .site-display-filter-data .site-display-filter-title.site-display-filter-title-active:after {
  transform: rotate(90deg);
  display: inline-block;
}
.site-hub .custom-hub-grid-wrapper .site-display-filter-data .site-display-filter-desc {
  display: none;
  text-align: right;
  margin: 0 0 20px;
}
@media (max-width: 999px) {
  .site-hub .custom-hub-grid-wrapper .site-display-filter-data .site-display-filter-desc {
    clear: both;
  }
}
@media (max-width: 599px) {
  .site-hub .custom-hub-grid-wrapper .site-display-filter-data .site-display-filter-desc {
    text-align: center;
  }
}
.site-hub .custom-hub-grid-wrapper .site-display-filter-data .site-display-filter-desc .site-display-filter-wrapper {
  display: inline-block;
  margin: 15px 0 0 10px;
}
@media (max-width: 599px) {
  .site-hub .custom-hub-grid-wrapper .site-display-filter-data .site-display-filter-desc .site-display-filter-wrapper {
    margin: 10px 0 0 5px;
  }
}
.site-hub .custom-hub-grid-wrapper .site-display-filter-data .site-display-filter-desc .site-display-filter-wrapper.site-display-filter-wrapper-active .site-display-filter-data-block label:after {
  display: block;
}
.site-hub .custom-hub-grid-wrapper .site-display-filter-data .site-display-filter-desc .site-display-filter-wrapper .site-display-filter-data-block {
  position: relative;
  display: block;
}
.site-hub .custom-hub-grid-wrapper .site-display-filter-data .site-display-filter-desc .site-display-filter-wrapper .site-display-filter-data-block:after {
  position: absolute;
  background: #FFF500;
  width: 0%;
  height: 100%;
  content: "";
  display: block;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  border-radius: 10px;
  transition: all ease 0.5s;
}
.site-hub .custom-hub-grid-wrapper .site-display-filter-data .site-display-filter-desc .site-display-filter-wrapper .site-display-filter-data-block:hover:after {
  width: 100%;
}
.site-hub .custom-hub-grid-wrapper .site-display-filter-data .site-display-filter-desc .site-display-filter-wrapper .site-display-filter-data-block label {
  position: relative;
}
.site-hub .custom-hub-grid-wrapper .site-display-filter-data .site-display-filter-desc .site-display-filter-wrapper .site-display-filter-data-block label:after {
  font-family: "site-icon" !important;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e90f" !important;
  margin: 0 0 0 10px;
  display: none;
  position: absolute;
  right: 10px;
  top: 10px;
  bottom: 0;
  font-size: 10px;
}
@media (max-width: 599px) {
  .site-hub .custom-hub-grid-wrapper .site-display-filter-data .site-display-filter-desc .site-display-filter-wrapper .site-display-filter-data-block label:after {
    font-size: 7px;
    top: 6px;
    right: 6px;
  }
}
.site-hub .custom-hub-grid-wrapper .site-display-filter-data .site-display-filter-desc .site-display-filter-wrapper .site-display-checkbox:checked + label {
  background: #414141;
  color: #ffffff;
}
.site-hub .custom-hub-grid-wrapper .site-display-filter-data .site-display-filter-desc .site-display-filter-wrapper label {
  border-radius: 10px;
  font-family: "brother-1816", sans-serif;
  color: #000000;
  border: 1px solid #000000;
  position: relative;
  z-index: 1;
  padding: 10px 30px;
}
@media (max-width: 599px) {
  .site-hub .custom-hub-grid-wrapper .site-display-filter-data .site-display-filter-desc .site-display-filter-wrapper label {
    font-size: 10px;
    padding: 6px 20px;
  }
}
.site-hub .custom-hub-grid-wrapper .site-display-filter-data .site-display-filter-desc .site-display-filter-wrapper label:hover {
  background: transparent;
}

.data h1,
.data h2,
.data h3,
.data h4,
.data h5,
.data h6 {
  font-family: "gelato-luxe";
  font-weight: normal;
  color: #000000;
}
.data h1 tt,
.data h2 tt,
.data h3 tt,
.data h4 tt,
.data h5 tt,
.data h6 tt {
  font-family: "brother-1816", sans-serif;
  font-weight: 600;
  display: block;
}
.data .site-button-primary, .data .site-form-payment-wrapper .site-payment-buttons button, .site-form-payment-wrapper .site-payment-buttons .data button,
.data .site-form-data .site-form-buttons .site-form-button,
.data .site-form-data .site-form-field .file-upload-wrapper .file-upload-button {
  position: relative;
  display: inline-block;
  overflow: hidden;
  font-size: 18px;
  border: 1px solid #130092;
  color: #ffffff;
  text-decoration: none;
  border-radius: 50px;
  padding: 3px 50px 5px;
  background: #130092;
  transition: all ease 0.5s;
  line-height: 40px;
  text-decoration: none !important;
}
.data .site-button-primary span, .data .site-form-payment-wrapper .site-payment-buttons button span, .site-form-payment-wrapper .site-payment-buttons .data button span,
.data .site-form-data .site-form-buttons .site-form-button span,
.data .site-form-data .site-form-field .file-upload-wrapper .file-upload-button span {
  position: relative;
  z-index: 10;
}
.data .site-button-primary:before, .data .site-form-payment-wrapper .site-payment-buttons button:before, .site-form-payment-wrapper .site-payment-buttons .data button:before, .data .site-button-primary:after, .data .site-form-payment-wrapper .site-payment-buttons button:after, .site-form-payment-wrapper .site-payment-buttons .data button:after,
.data .site-form-data .site-form-buttons .site-form-button:before,
.data .site-form-data .site-form-buttons .site-form-button:after,
.data .site-form-data .site-form-field .file-upload-wrapper .file-upload-button:before,
.data .site-form-data .site-form-field .file-upload-wrapper .file-upload-button:after {
  position: absolute;
  top: 50%;
  content: "";
  width: 20px;
  height: 18px;
  background-color: #ffffff;
  border-radius: 50%;
}
.data .site-button-primary:before, .data .site-form-payment-wrapper .site-payment-buttons button:before, .site-form-payment-wrapper .site-payment-buttons .data button:before,
.data .site-form-data .site-form-buttons .site-form-button:before,
.data .site-form-data .site-form-field .file-upload-wrapper .file-upload-button:before {
  left: -20px;
  transform: translate(-50%, -50%);
}
.data .site-button-primary:after, .data .site-form-payment-wrapper .site-payment-buttons button:after, .site-form-payment-wrapper .site-payment-buttons .data button:after,
.data .site-form-data .site-form-buttons .site-form-button:after,
.data .site-form-data .site-form-field .file-upload-wrapper .file-upload-button:after {
  right: -20px;
  transform: translate(50%, -50%);
}
.data .site-button-primary:hover, .data .site-form-payment-wrapper .site-payment-buttons button:hover, .site-form-payment-wrapper .site-payment-buttons .data button:hover,
.data .site-form-data .site-form-buttons .site-form-button:hover,
.data .site-form-data .site-form-field .file-upload-wrapper .file-upload-button:hover {
  color: #130092 !important;
  border: 1px solid #130092;
  transition: all ease 1.2s;
}
.data .site-button-primary:hover span, .data .site-form-payment-wrapper .site-payment-buttons button:hover span, .site-form-payment-wrapper .site-payment-buttons .data button:hover span,
.data .site-form-data .site-form-buttons .site-form-button:hover span,
.data .site-form-data .site-form-field .file-upload-wrapper .file-upload-button:hover span {
  color: #130092 !important;
}
.data .site-button-primary:hover:before, .data .site-form-payment-wrapper .site-payment-buttons button:hover:before, .site-form-payment-wrapper .site-payment-buttons .data button:hover:before,
.data .site-form-data .site-form-buttons .site-form-button:hover:before,
.data .site-form-data .site-form-field .file-upload-wrapper .file-upload-button:hover:before {
  animation: criss-cross-left 0.8s both;
  animation-direction: alternate;
}
.data .site-button-primary:hover:after, .data .site-form-payment-wrapper .site-payment-buttons button:hover:after, .site-form-payment-wrapper .site-payment-buttons .data button:hover:after,
.data .site-form-data .site-form-buttons .site-form-button:hover:after,
.data .site-form-data .site-form-field .file-upload-wrapper .file-upload-button:hover:after {
  animation: criss-cross-right 0.8s both;
  animation-direction: alternate;
}
@keyframes criss-cross-left {
  0% {
    left: -20px;
  }
  50% {
    left: 50%;
    width: 20px;
    height: 18px;
  }
  100% {
    left: 50%;
    width: 100%;
    height: 100%;
  }
}
@keyframes criss-cross-right {
  0% {
    right: -20px;
  }
  50% {
    right: 50%;
    width: 20px;
    height: 18px;
    border-radius: 50px;
  }
  100% {
    right: 50%;
    width: 100%;
    height: 100%;
    border-radius: 50px;
  }
}
.data .site-bookmark-button {
  position: relative;
  position: relative;
  display: inline-block;
  overflow: hidden;
  font-size: 18px;
  border: 1px solid #130092;
  color: #ffffff;
  text-decoration: none;
  border-radius: 50px;
  padding: 3px 50px 5px;
  background: #130092;
  transition: all ease 0.5s;
  line-height: 40px;
  text-decoration: none !important;
  margin: 20px 0 0;
}
.data .site-bookmark-button span {
  position: relative;
  z-index: 10;
}
.data .site-bookmark-button:before, .data .site-bookmark-button:after {
  position: absolute;
  top: 50%;
  content: "";
  width: 20px;
  height: 18px;
  background-color: #ffffff;
  border-radius: 50%;
}
.data .site-bookmark-button:before {
  left: -20px;
  transform: translate(-50%, -50%);
}
.data .site-bookmark-button:after {
  right: -20px;
  transform: translate(50%, -50%);
}
.data .site-bookmark-button:hover {
  color: #130092 !important;
  border: 1px solid #130092;
  transition: all ease 1.2s;
}
.data .site-bookmark-button:hover span {
  color: #130092 !important;
}
.data .site-bookmark-button:hover:before {
  animation: criss-cross-left 0.8s both;
  animation-direction: alternate;
}
.data .site-bookmark-button:hover:after {
  animation: criss-cross-right 0.8s both;
  animation-direction: alternate;
}
@keyframes criss-cross-left {
  0% {
    left: -20px;
  }
  50% {
    left: 50%;
    width: 20px;
    height: 18px;
  }
  100% {
    left: 50%;
    width: 100%;
    height: 100%;
  }
}
@keyframes criss-cross-right {
  0% {
    right: -20px;
  }
  50% {
    right: 50%;
    width: 20px;
    height: 18px;
    border-radius: 50px;
  }
  100% {
    right: 50%;
    width: 100%;
    height: 100%;
    border-radius: 50px;
  }
}
.data .site-bookmark-button .site-bookmark-button-icon {
  position: relative;
  top: 3px;
  padding: 0 0 0 3px;
}
.data .site-bookmark-button .site-bookmark-button-icon:before {
  font-family: "site-icon" !important;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e917" !important;
  font-size: 20px;
}
.data .site-bookmark-button.site-bookmark-display-button-remove .site-bookmark-button-icon:before {
  content: "\e918" !important;
}
.data .site-button-secondary, .data .site-search-wrapper .site-search-block.site-search-option2 .site-search-button, .site-search-wrapper .site-search-block.site-search-option2 .data .site-search-button, .data .site-primary-button {
  position: relative;
  display: inline-block;
  overflow: hidden;
  font-size: 18px;
  border: 1px solid #414141;
  color: #ffffff;
  text-decoration: none;
  border-radius: 50px;
  padding: 3px 50px 5px;
  background: #414141;
  transition: all ease 0.5s;
  line-height: 40px;
  text-decoration: none !important;
}
.data .site-button-secondary span, .data .site-search-wrapper .site-search-block.site-search-option2 .site-search-button span, .site-search-wrapper .site-search-block.site-search-option2 .data .site-search-button span, .data .site-primary-button span {
  position: relative;
  z-index: 10;
}
.data .site-button-secondary:before, .data .site-search-wrapper .site-search-block.site-search-option2 .site-search-button:before, .site-search-wrapper .site-search-block.site-search-option2 .data .site-search-button:before, .data .site-button-secondary:after, .data .site-search-wrapper .site-search-block.site-search-option2 .site-search-button:after, .site-search-wrapper .site-search-block.site-search-option2 .data .site-search-button:after, .data .site-primary-button:before, .data .site-primary-button:after {
  position: absolute;
  top: 50%;
  content: "";
  width: 20px;
  height: 18px;
  background-color: #ffffff;
  border-radius: 50%;
}
.data .site-button-secondary:before, .data .site-search-wrapper .site-search-block.site-search-option2 .site-search-button:before, .site-search-wrapper .site-search-block.site-search-option2 .data .site-search-button:before, .data .site-primary-button:before {
  left: -20px;
  transform: translate(-50%, -50%);
}
.data .site-button-secondary:after, .data .site-search-wrapper .site-search-block.site-search-option2 .site-search-button:after, .site-search-wrapper .site-search-block.site-search-option2 .data .site-search-button:after, .data .site-primary-button:after {
  right: -20px;
  transform: translate(50%, -50%);
}
.data .site-button-secondary:hover, .data .site-search-wrapper .site-search-block.site-search-option2 .site-search-button:hover, .site-search-wrapper .site-search-block.site-search-option2 .data .site-search-button:hover, .data .site-primary-button:hover {
  color: #414141 !important;
  border: 1px solid #414141;
  transition: all ease 1.2s;
}
.data .site-button-secondary:hover span, .data .site-search-wrapper .site-search-block.site-search-option2 .site-search-button:hover span, .site-search-wrapper .site-search-block.site-search-option2 .data .site-search-button:hover span, .data .site-primary-button:hover span {
  color: #414141 !important;
}
.data .site-button-secondary:hover:before, .data .site-search-wrapper .site-search-block.site-search-option2 .site-search-button:hover:before, .site-search-wrapper .site-search-block.site-search-option2 .data .site-search-button:hover:before, .data .site-primary-button:hover:before {
  animation: criss-cross-left 0.8s both;
  animation-direction: alternate;
}
.data .site-button-secondary:hover:after, .data .site-search-wrapper .site-search-block.site-search-option2 .site-search-button:hover:after, .site-search-wrapper .site-search-block.site-search-option2 .data .site-search-button:hover:after, .data .site-primary-button:hover:after {
  animation: criss-cross-right 0.8s both;
  animation-direction: alternate;
}
@keyframes criss-cross-left {
  0% {
    left: -20px;
  }
  50% {
    left: 50%;
    width: 20px;
    height: 18px;
  }
  100% {
    left: 50%;
    width: 100%;
    height: 100%;
  }
}
@keyframes criss-cross-right {
  0% {
    right: -20px;
  }
  50% {
    right: 50%;
    width: 20px;
    height: 18px;
    border-radius: 50px;
  }
  100% {
    right: 50%;
    width: 100%;
    height: 100%;
    border-radius: 50px;
  }
}
.data .site-button-full-primary {
  position: relative;
  display: inline-block;
  overflow: hidden;
  font-size: 18px;
  border: 1px solid #130092;
  color: #ffffff;
  text-decoration: none;
  border-radius: 50px;
  padding: 3px 50px 5px;
  background: #130092;
  transition: all ease 0.5s;
  line-height: 40px;
  text-decoration: none !important;
  display: block;
  width: 100%;
  text-align: center;
}
.data .site-button-full-primary span {
  position: relative;
  z-index: 10;
}
.data .site-button-full-primary:before, .data .site-button-full-primary:after {
  position: absolute;
  top: 50%;
  content: "";
  width: 20px;
  height: 18px;
  background-color: #ffffff;
  border-radius: 50%;
}
.data .site-button-full-primary:before {
  left: -20px;
  transform: translate(-50%, -50%);
}
.data .site-button-full-primary:after {
  right: -20px;
  transform: translate(50%, -50%);
}
.data .site-button-full-primary:hover {
  color: #130092 !important;
  border: 1px solid #130092;
  transition: all ease 1.2s;
}
.data .site-button-full-primary:hover span {
  color: #130092 !important;
}
.data .site-button-full-primary:hover:before {
  animation: criss-cross-left 0.8s both;
  animation-direction: alternate;
}
.data .site-button-full-primary:hover:after {
  animation: criss-cross-right 0.8s both;
  animation-direction: alternate;
}
@keyframes criss-cross-left {
  0% {
    left: -20px;
  }
  50% {
    left: 50%;
    width: 20px;
    height: 18px;
  }
  100% {
    left: 50%;
    width: 100%;
    height: 100%;
  }
}
@keyframes criss-cross-right {
  0% {
    right: -20px;
  }
  50% {
    right: 50%;
    width: 20px;
    height: 18px;
    border-radius: 50px;
  }
  100% {
    right: 50%;
    width: 100%;
    height: 100%;
    border-radius: 50px;
  }
}
.data .site-button-full-secondary {
  position: relative;
  display: inline-block;
  overflow: hidden;
  font-size: 18px;
  border: 1px solid #414141;
  color: #ffffff;
  text-decoration: none;
  border-radius: 50px;
  padding: 3px 50px 5px;
  background: #414141;
  transition: all ease 0.5s;
  line-height: 40px;
  text-decoration: none !important;
  display: block;
  width: 100%;
  text-align: center;
}
.data .site-button-full-secondary span {
  position: relative;
  z-index: 10;
}
.data .site-button-full-secondary:before, .data .site-button-full-secondary:after {
  position: absolute;
  top: 50%;
  content: "";
  width: 20px;
  height: 18px;
  background-color: #ffffff;
  border-radius: 50%;
}
.data .site-button-full-secondary:before {
  left: -20px;
  transform: translate(-50%, -50%);
}
.data .site-button-full-secondary:after {
  right: -20px;
  transform: translate(50%, -50%);
}
.data .site-button-full-secondary:hover {
  color: #414141 !important;
  border: 1px solid #414141;
  transition: all ease 1.2s;
}
.data .site-button-full-secondary:hover span {
  color: #414141 !important;
}
.data .site-button-full-secondary:hover:before {
  animation: criss-cross-left 0.8s both;
  animation-direction: alternate;
}
.data .site-button-full-secondary:hover:after {
  animation: criss-cross-right 0.8s both;
  animation-direction: alternate;
}
@keyframes criss-cross-left {
  0% {
    left: -20px;
  }
  50% {
    left: 50%;
    width: 20px;
    height: 18px;
  }
  100% {
    left: 50%;
    width: 100%;
    height: 100%;
  }
}
@keyframes criss-cross-right {
  0% {
    right: -20px;
  }
  50% {
    right: 50%;
    width: 20px;
    height: 18px;
    border-radius: 50px;
  }
  100% {
    right: 50%;
    width: 100%;
    height: 100%;
    border-radius: 50px;
  }
}
.data .site-button-big-primary {
  position: relative;
  display: inline-block;
  overflow: hidden;
  font-size: 18px;
  border: 1px solid #130092;
  color: #ffffff;
  text-decoration: none;
  border-radius: 50px;
  padding: 3px 50px 5px;
  background: #130092;
  transition: all ease 0.5s;
  line-height: 40px;
  text-decoration: none !important;
  padding: 22px 50px 25px;
  font-size: 25px;
}
.data .site-button-big-primary span {
  position: relative;
  z-index: 10;
}
.data .site-button-big-primary:before, .data .site-button-big-primary:after {
  position: absolute;
  top: 50%;
  content: "";
  width: 20px;
  height: 18px;
  background-color: #ffffff;
  border-radius: 50%;
}
.data .site-button-big-primary:before {
  left: -20px;
  transform: translate(-50%, -50%);
}
.data .site-button-big-primary:after {
  right: -20px;
  transform: translate(50%, -50%);
}
.data .site-button-big-primary:hover {
  color: #130092 !important;
  border: 1px solid #130092;
  transition: all ease 1.2s;
}
.data .site-button-big-primary:hover span {
  color: #130092 !important;
}
.data .site-button-big-primary:hover:before {
  animation: criss-cross-left 0.8s both;
  animation-direction: alternate;
}
.data .site-button-big-primary:hover:after {
  animation: criss-cross-right 0.8s both;
  animation-direction: alternate;
}
@keyframes criss-cross-left {
  0% {
    left: -20px;
  }
  50% {
    left: 50%;
    width: 20px;
    height: 18px;
  }
  100% {
    left: 50%;
    width: 100%;
    height: 100%;
  }
}
@keyframes criss-cross-right {
  0% {
    right: -20px;
  }
  50% {
    right: 50%;
    width: 20px;
    height: 18px;
    border-radius: 50px;
  }
  100% {
    right: 50%;
    width: 100%;
    height: 100%;
    border-radius: 50px;
  }
}
.data .site-button-big-secondary {
  position: relative;
  display: inline-block;
  overflow: hidden;
  font-size: 18px;
  border: 1px solid #414141;
  color: #ffffff;
  text-decoration: none;
  border-radius: 50px;
  padding: 3px 50px 5px;
  background: #414141;
  transition: all ease 0.5s;
  line-height: 40px;
  text-decoration: none !important;
  padding: 22px 50px 25px;
  font-size: 25px;
}
.data .site-button-big-secondary span {
  position: relative;
  z-index: 10;
}
.data .site-button-big-secondary:before, .data .site-button-big-secondary:after {
  position: absolute;
  top: 50%;
  content: "";
  width: 20px;
  height: 18px;
  background-color: #ffffff;
  border-radius: 50%;
}
.data .site-button-big-secondary:before {
  left: -20px;
  transform: translate(-50%, -50%);
}
.data .site-button-big-secondary:after {
  right: -20px;
  transform: translate(50%, -50%);
}
.data .site-button-big-secondary:hover {
  color: #414141 !important;
  border: 1px solid #414141;
  transition: all ease 1.2s;
}
.data .site-button-big-secondary:hover span {
  color: #414141 !important;
}
.data .site-button-big-secondary:hover:before {
  animation: criss-cross-left 0.8s both;
  animation-direction: alternate;
}
.data .site-button-big-secondary:hover:after {
  animation: criss-cross-right 0.8s both;
  animation-direction: alternate;
}
@keyframes criss-cross-left {
  0% {
    left: -20px;
  }
  50% {
    left: 50%;
    width: 20px;
    height: 18px;
  }
  100% {
    left: 50%;
    width: 100%;
    height: 100%;
  }
}
@keyframes criss-cross-right {
  0% {
    right: -20px;
  }
  50% {
    right: 50%;
    width: 20px;
    height: 18px;
    border-radius: 50px;
  }
  100% {
    right: 50%;
    width: 100%;
    height: 100%;
    border-radius: 50px;
  }
}
.data .site-button-heart {
  position: relative;
  display: inline-block;
}
@media (max-width: 599px) {
  .data .site-button-heart {
    margin: 0 0 10px;
  }
}
.data .site-button-heart span {
  background: #FFF500;
  color: #000000;
  border-radius: 50px;
  padding: 3px 50px 5px;
  display: inline-block;
  line-height: 40px;
  position: relative;
  z-index: 2;
  border: 1px solid #FFF500;
}
.data .site-button-heart .site-icon-heart {
  position: absolute;
  top: 0px;
  color: #FF2689;
  font-size: 25px;
  z-index: 0;
}
.data .site-button-heart .site-icon-heart:nth-of-type(1) {
  left: calc(50% - 50px);
  scale: 1.1;
}
.data .site-button-heart .site-icon-heart:nth-of-type(2) {
  left: calc(50% - 25px);
  animation-delay: 0.4s !important;
}
.data .site-button-heart .site-icon-heart:nth-of-type(3) {
  left: 50%;
  animation-delay: 1s !important;
  scale: 1.2;
}
.data .site-button-heart .site-icon-heart:nth-of-type(4) {
  left: calc(50% + 25px);
  animation-delay: 1.5s !important;
  scale: 1.2;
}
.data .site-button-heart:hover span {
  background: #ffffff;
  border: 1px solid #000000;
}
.data .site-button-heart:hover .site-icon-heart {
  animation: 1.5s linear heart normal;
}
@keyframes heart {
  0% {
    transform: rotate(10deg);
    opacity: 0;
  }
  25% {
    transform: rotate(-10deg);
    opacity: 1;
  }
  75% {
    transform: rotate(10deg);
    opacity: 0.5;
  }
  100% {
    transform: rotate(-10deg);
    opacity: 0;
    top: -130%;
  }
}
.data .box {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--accent-color);
  color: #fff;
  border-radius: 50px;
  position: relative;
}
.data .counter-container {
  padding: 30px;
}
.data .cms-text-feature table tr {
  background: transparent;
}
.data .cms-text-feature table tr th {
  background: #130092;
  color: #ffffff;
}
.data .cms-text-feature table tr:nth-child(2n) {
  background: #f1f1f1;
}
@media (max-width: 599px) {
  .data .cms-text-feature table tr:nth-child(2n) {
    background: none;
  }
}
@media (max-width: 599px) {
  .data table.site-table-mobile > thead > tr > td p, .data table.site-table-mobile > thead > tr > th p, .data table.site-table-mobile > tbody > tr > td p, .data table.site-table-mobile > tbody > tr > th p {
    margin: 0 0 20px !important;
  }
}
.data table.site-table-no-scroll {
  display: table !important;
}
.data table.site-table-mobile-stack {
  border-collapse: collapse;
  margin: 0 0 30px;
  padding: 0;
  width: 100%;
  table-layout: fixed;
  white-space: normal;
}
.data table.site-table-mobile-stack tr {
  background-color: transparent;
  border: 1px solid #f1f1f1;
  padding: 5px;
}
.data table.site-table-mobile-stack th,
.data table.site-table-mobile-stack td {
  padding: 0.625em;
  text-align: center;
  word-wrap: break-word;
}
.data table.site-table-mobile-stack th {
  text-transform: uppercase;
}
@media (max-width: 599px) {
  .data table.site-table-mobile-stack {
    border-collapse: collapse;
    margin: 0;
    padding: 0;
    width: 100%;
    table-layout: fixed;
    display: table !important;
  }
  .data table.site-table-mobile-stack caption {
    font-size: 1.3em;
  }
  .data table.site-table-mobile-stack thead {
    border: none;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .data table.site-table-mobile-stack tr {
    display: block;
    margin-bottom: 0.625em;
    background: none !important;
    border: 1px solid #414141;
  }
  .data table.site-table-mobile-stack td {
    border: none;
    border-bottom: 1px solid #f1f1f1;
    display: block;
    text-align: right !important;
  }
  .data table.site-table-mobile-stack td::before {
    /*
    * aria-label has no advantage, it won't be read inside a table
    content: attr(aria-label);
    */
    content: attr(data-label);
    float: left;
    font-weight: bold;
    text-transform: uppercase;
    color: #414141;
  }
  .data table.site-table-mobile-stack td:last-child {
    border-bottom: 0;
  }
}
@media (max-width: 599px) {
  .data table.site-table-row-border {
    width: 100% !important;
  }
}
.data table.site-table-row-border tr {
  border-bottom: 1px solid #f1f1f1;
}
.data table.site-table-row-border tr td h1, .data table.site-table-row-border tr td h2, .data table.site-table-row-border tr td h3, .data table.site-table-row-border tr td h4, .data table.site-table-row-border tr td h5, .data table.site-table-row-border tr td h6, .data table.site-table-row-border tr td p {
  margin: 0 !important;
}
@media (max-width: 599px) {
  .data table.site-table-row-border.site-table-mobile > thead > tr > td h1, .data table.site-table-row-border.site-table-mobile > thead > tr > td h2, .data table.site-table-row-border.site-table-mobile > thead > tr > td h3, .data table.site-table-row-border.site-table-mobile > thead > tr > td h4, .data table.site-table-row-border.site-table-mobile > thead > tr > td h5, .data table.site-table-row-border.site-table-mobile > thead > tr > td h6, .data table.site-table-row-border.site-table-mobile > thead > tr > td p, .data table.site-table-row-border.site-table-mobile > thead > tr > th h1, .data table.site-table-row-border.site-table-mobile > thead > tr > th h2, .data table.site-table-row-border.site-table-mobile > thead > tr > th h3, .data table.site-table-row-border.site-table-mobile > thead > tr > th h4, .data table.site-table-row-border.site-table-mobile > thead > tr > th h5, .data table.site-table-row-border.site-table-mobile > thead > tr > th h6, .data table.site-table-row-border.site-table-mobile > thead > tr > th p, .data table.site-table-row-border.site-table-mobile > tbody > tr > td h1, .data table.site-table-row-border.site-table-mobile > tbody > tr > td h2, .data table.site-table-row-border.site-table-mobile > tbody > tr > td h3, .data table.site-table-row-border.site-table-mobile > tbody > tr > td h4, .data table.site-table-row-border.site-table-mobile > tbody > tr > td h5, .data table.site-table-row-border.site-table-mobile > tbody > tr > td h6, .data table.site-table-row-border.site-table-mobile > tbody > tr > td p, .data table.site-table-row-border.site-table-mobile > tbody > tr > th h1, .data table.site-table-row-border.site-table-mobile > tbody > tr > th h2, .data table.site-table-row-border.site-table-mobile > tbody > tr > th h3, .data table.site-table-row-border.site-table-mobile > tbody > tr > th h4, .data table.site-table-row-border.site-table-mobile > tbody > tr > th h5, .data table.site-table-row-border.site-table-mobile > tbody > tr > th h6, .data table.site-table-row-border.site-table-mobile > tbody > tr > th p {
    margin: 0 !important;
  }
}
.data .site-breadcrumbs-wrapper {
  background: #f9f9f9;
  padding: 15px 0;
  border-bottom: 1px solid #dfdfdf;
  color: #414141;
  margin: 0 0 20px;
}
.data .site-breadcrumbs-wrapper .site-breadcrumbs-item {
  display: inline-block;
  padding: 0 30px 0 0;
  position: relative;
}
.data .site-breadcrumbs-wrapper .site-breadcrumbs-item:after {
  font-family: "site-icon" !important;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e909" !important;
  font-size: 25px;
  position: absolute;
  right: 0;
  top: 0;
}
.data .site-breadcrumbs-wrapper .site-breadcrumbs-item.site-breadcrumbs-active:after {
  display: none;
}
.data .site-breadcrumbs-wrapper .site-breadcrumbs-item a.site-breadcrumbs-link {
  color: #130092;
  position: relative;
}
.data .site-breadcrumbs-wrapper .site-breadcrumbs-item a.site-breadcrumbs-link::after {
  content: "";
  width: 0;
  position: absolute;
  height: 2px;
  background: #ffffff;
  left: 0;
  bottom: -5px;
  transition: all ease 0.5s;
}
.data .site-breadcrumbs-wrapper .site-breadcrumbs-item a.site-breadcrumbs-link:hover:after {
  width: 100%;
}
@media (max-width: 1299px) {
  .data .site-menu-toggle {
    display: block;
  }
  .data .site-navigation-wrapper {
    position: fixed;
    background: #000000;
    z-index: 1000;
    right: -100%;
    top: 110px;
    width: 300px;
    transition: all ease 0.5s;
    opacity: 0;
    visibility: hidden;
    height: calc(100vh - 110px);
  }
  .data .site-navigation-wrapper.site-navigation-wrapper-active {
    right: 0;
    opacity: 1;
    visibility: visible;
    overflow: scroll;
    width: 400px;
  }
}
@media (max-width: 1299px) and (max-width: 599px) {
  .data .site-navigation-wrapper.site-navigation-wrapper-active {
    width: 100%;
  }
}
@media (max-width: 1299px) {
  .data .site-navigation-wrapper ul.site-nav-block {
    padding: 10px 20px;
  }
  .data .site-navigation-wrapper ul.site-nav-block > li {
    border-bottom: 1px solid #ffffff;
    margin: 0 0 10px;
    padding: 0 0 10px;
  }
  .data .site-navigation-wrapper ul.site-nav-block > li > a {
    color: #ffffff;
    position: relative;
    padding: 0;
  }
  .data .site-navigation-wrapper ul.site-nav-block > li.site-nav-active > a {
    color: #FFF500;
    font-weight: bold;
  }
  .data .site-navigation-wrapper ul.site-nav-block li {
    display: block;
    position: relative;
  }
  .data .site-navigation-wrapper ul.site-nav-block li .site-nav-linktext.site-nav-expand {
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    color: #ffffff;
  }
  .data .site-navigation-wrapper ul.site-nav-block li .site-nav-linktext.site-nav-expand:before {
    font-family: "site-icon" !important;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\e909" !important;
    font-size: 30px;
    display: block;
    transition: all ease 0.5s;
  }
  .data .site-navigation-wrapper ul.site-nav-block li .site-nav-linktext.site-nav-expand-active:before {
    transform: rotate(90deg);
  }
  .data .site-navigation-wrapper ul.site-nav-block li .site-subnav-wrapper {
    overflow: hidden;
    max-height: 0;
    transition: all ease 0.5s;
  }
  .data .site-navigation-wrapper ul.site-nav-block li .site-subnav-wrapper-active {
    max-height: 1000px;
  }
  .data .site-navigation-wrapper ul.site-nav-block li .site-subnav-wrapper .site-subnav-block {
    padding: 10px 0 0;
  }
  .data .site-navigation-wrapper ul.site-nav-block li .site-subnav-wrapper .site-subnav-block li {
    padding: 0 20px 10px;
    text-transform: none;
  }
  .data .site-navigation-wrapper ul.site-nav-block li .site-subnav-wrapper .site-subnav-block li a {
    color: #ffffff;
  }
  .data .site-navigation-wrapper ul.site-nav-block li .site-subnav-wrapper .site-subnav-block li a:hover {
    color: #000000;
  }
  .data .site-navigation-wrapper ul.site-nav-block li .site-subnav-wrapper .site-subnav-block li.site-subnav-active > a {
    color: #ffffff;
    font-weight: bold;
  }
}
.data blockquote, .data q {
  padding: 85px 75px;
  position: relative;
  margin: 80px 0 !important;
  border-radius: 20px;
  text-align: left;
  font-size: 18px !important;
  line-height: 30px !important;
}
@media (max-width: 599px) {
  .data blockquote, .data q {
    padding: 40px 20px;
  }
}
.data blockquote:after, .data q:after {
  font-family: "site-icon" !important;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e903" !important;
  display: block;
  position: absolute;
  background-size: 100%;
  top: -20px;
  left: 75px;
  font-size: 70px;
  color: #000000;
}
@media (max-width: 599px) {
  .data blockquote:after, .data q:after {
    left: 25px;
    font-size: 50px;
  }
}
.data blockquote:before, .data q:before {
  font-family: "site-icon" !important;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e919" !important;
  display: block;
  position: absolute;
  background-size: 100%;
  bottom: -20px;
  right: 75px;
  font-size: 70px;
  color: #000000;
}
@media (max-width: 599px) {
  .data blockquote:before, .data q:before {
    right: 25px;
    font-size: 50px;
  }
}
.data q {
  border: 5px solid #000000;
  color: #000000;
}
.data q:after, .data q:before {
  color: #130092;
}
.data blockquote {
  background: #130092;
  color: #ffffff;
}
.data .cms-text-feature .cms-text-feature-data {
  line-height: normal;
}
.data .cms-text-feature .cms-text-feature-data p {
  line-height: 30px;
  font-size: 18px;
  margin: 0 0 20px;
}
.data .cms-text-feature .cms-text-feature-data p:last-child {
  margin: 0;
}
.data .cms-text-feature .cms-text-feature-data q, .data .cms-text-feature .cms-text-feature-data blockquote {
  text-align: left;
}
.data .cms-text-feature .cms-text-feature-data ul, .data .cms-text-feature .cms-text-feature-data ol {
  list-style-position: outside;
}
.data .cms-text-feature .cms-text-feature-data ul li, .data .cms-text-feature .cms-text-feature-data ol li {
  line-height: 30px;
  font-size: 18px;
  margin: 0 0 20px;
}
.data .cms-text-feature .cms-text-feature-data ul li:last-child, .data .cms-text-feature .cms-text-feature-data ol li:last-child {
  margin: 0;
}
.data .cms-text-feature .cms-text-feature-data ol {
  list-style: none;
  counter-reset: li;
}
.data .cms-text-feature .cms-text-feature-data ol li {
  position: relative;
  counter-increment: li;
  padding: 0 0 0 12px;
}
.data .cms-text-feature .cms-text-feature-data ol li::before {
  content: counter(li);
  color: #130092;
  font-size: 20px;
  position: absolute;
  left: -20px;
  top: 0px;
  width: 17px;
  text-align: left;
}
.data .cms-text-feature .cms-text-feature-data ul li {
  list-style: none;
  position: relative;
  padding: 0 0 0 12px;
}
.data .cms-text-feature .cms-text-feature-data ul li:before {
  content: "";
  width: 20px;
  height: 18px;
  background: #130092;
  border-radius: 100%;
  position: absolute;
  left: -20px;
  top: 10px;
  transform: rotate(-30deg);
}
.data .cms-text-feature .cms-text-feature-data hr {
  margin: 30px 0 20px;
}
.data .cms-text-feature .cms-text-feature-data a1 {
  color: #130092;
}
.data .cms-text-feature .cms-text-feature-data a1.no-link-style {
  border-bottom: none !important;
  color: #130092;
}
.data .cms-text-feature .cms-text-feature-data a1.no-link-style:hover {
  color: #414141;
}
.data .cms-text-feature .cms-text-feature-data a1:hover {
  color: #414141;
  border-bottom: 1px solid #414141;
}
.data body.cms-page-is-in-edit-mode .cms-feature-wrapper {
  position: relative;
}
.data body.cms-page-is-in-edit-mode .cms-feature-wrapper .site-feature-detail {
  position: absolute;
  background: #ffffff;
  color: #ffffff;
  height: 30px;
  line-height: 30px;
  text-align: center;
  top: 0;
  right: 0;
  display: flex;
  padding: 0 10px;
  font-size: 18px;
}
.data body.cms-page-is-in-edit-mode .cms-feature-wrapper .site-feature-detail .site-feature-count {
  margin: 0 10px 0 0;
  position: relative;
  padding: 0 12px 0 0;
}
.data body.cms-page-is-in-edit-mode .cms-feature-wrapper .site-feature-detail .site-feature-count:before {
  content: "";
  background: #130092;
  height: 4px;
  width: 4px;
  border-radius: 100%;
  display: inline-block;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 0;
}
.data body.cms-page-is-in-edit-mode .cms-feature-wrapper .site-feature-detail .site-feature-row {
  margin: 0 0 0 10px;
  position: relative;
  padding: 0 0 0 12px;
}
.data body.cms-page-is-in-edit-mode .cms-feature-wrapper .site-feature-detail .site-feature-row:before {
  content: "";
  background: #130092;
  height: 4px;
  width: 4px;
  border-radius: 100%;
  display: inline-block;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  left: 0;
}
.data body.cms-page-is-in-edit-mode .site-row-container {
  position: relative;
}
.data body.cms-page-is-in-edit-mode .site-row-container:after {
  content: "New Row";
  display: block;
  margin: 40px 0;
  position: relative;
  position: absolute;
  top: 27px;
  left: 0;
  right: 0;
  width: 100px;
  margin: 0 auto;
  background: #ffffff;
  padding: 5px 10px;
  text-align: center;
  font-size: 18px;
  color: #130092;
}
.data body.cms-page-is-in-edit-mode .site-row-container:before {
  content: "";
  display: block;
  height: 2px;
  width: 100%;
  background: #dfdfdf;
  margin: 40px 0;
}
.data .site-color-text {
  color: #414141 !important;
}
.data .site-color-text-wrapper .cms-feature-title {
  color: #414141 !important;
}
.data .site-color-primary {
  color: #130092 !important;
}
.data .site-color-primary-wrapper .cms-feature-title {
  color: #130092 !important;
}
.data .site-color-secondary {
  color: #ffffff !important;
}
.data .site-color-secondary-wrapper .cms-feature-title {
  color: #ffffff !important;
}
.data .site-color-light {
  color: #f1f1f1 !important;
}
.data .site-color-light-wrapper .cms-feature-title {
  color: #f1f1f1 !important;
}
.data .site-color-black {
  color: #000000 !important;
}
.data .site-color-black * {
  color: #000000 !important;
}
.data .site-color-black-wrapper .cms-feature-title {
  color: #000000 !important;
}
.data .site-color-black-wrapper .cms-feature-title * {
  color: #000000 !important;
}
.data .site-color-white {
  color: #ffffff !important;
}
.data .site-color-white var {
  color: #ffffff;
}
.data .site-color-white *:not(var):not(var *) {
  color: #ffffff !important;
}
.data .site-color-white *:not(var):not(var *).site-button-secondary:hover, .data .site-color-white .site-search-wrapper .site-search-block.site-search-option2 *.site-search-button:not(var):not(var *):hover, .site-search-wrapper .site-search-block.site-search-option2 .data .site-color-white *.site-search-button:not(var):not(var *):hover {
  color: #414141 !important;
}
.data .site-color-white *:not(var):not(var *).site-button-secondary:hover span, .data .site-color-white .site-search-wrapper .site-search-block.site-search-option2 *.site-search-button:not(var):not(var *):hover span, .site-search-wrapper .site-search-block.site-search-option2 .data .site-color-white *.site-search-button:not(var):not(var *):hover span {
  color: #414141 !important;
}
.data .site-color-white-wrapper .cms-feature-title {
  color: #ffffff !important;
}
.data .site-bg-text, .data .site-bg-text-wrapper, .data .site-bg .cms-feature-title {
  background: #414141 !important;
}
.data .site-bg-primary, .data .site-bg-primary-wrapper, .data .site-bg .cms-feature-title {
  background: #130092 !important;
}
.data .site-bg-secondary, .data .site-bg-secondary-wrapper, .data .site-bg .cms-feature-title {
  background: #ffffff !important;
}
.data .site-bg-light, .data .site-bg-light-wrapper, .data .site-bg .cms-feature-title {
  background: #dfdfdf !important;
}
.data .site-bg-black, .data .site-bg-black-wrapper, .data .site-bg .cms-feature-title {
  background: #000000 !important;
}
.data .site-bg-white, .data .site-bg-white-wrapper, .data .site-bg .cms-feature-title {
  background: #ffffff !important;
}
.data .border-color-primary {
  border-color: #130092;
}
.data .border-color-secondary {
  border-color: #ffffff;
}
.data .border-color-tertiary {
  border-color: #414141;
}
.data .border-color-white {
  border-color: #ffffff;
}
.data .border-color-light {
  border-color: #f1f1f1;
}
.data .border-color-black {
  border-color: #000000;
}
.data .border-bg-primary {
  background: #130092;
}
.data .border-bg-secondary {
  background: #ffffff;
}
.data .border-bg-tertiary {
  background: #414141;
}
.data .border-bg-white {
  background: #ffffff;
}
.data .border-bg-light {
  background: #f1f1f1;
}
.data .border-bg-black {
  background: #000000;
}
.data .site-navigation-wrapper #site-navigation ul.site-nav-block > li.custom-nav-vm-home-css {
  display: none !important;
}
@media (min-width: 1300px) {
  .data .site-navigation-wrapper #site-navigation ul.site-nav-block {
    position: relative;
    margin: 0 20px 0 0;
  }
  .data .site-navigation-wrapper #site-navigation ul.site-nav-block > li {
    margin: 0 25px 0 0;
    display: inline-block;
  }
  .data .site-navigation-wrapper #site-navigation ul.site-nav-block > li.custom-nav-vm-home-css {
    display: none !important;
  }
  .data .site-navigation-wrapper #site-navigation ul.site-nav-block > li > a {
    font-size: 16px;
    font-weight: bold;
    color: #414141;
    display: block;
    letter-spacing: 0.5px;
    position: relative;
  }
  .data .site-navigation-wrapper #site-navigation ul.site-nav-block > li > a:before {
    background: #130092;
    content: "";
    display: block;
    height: 1px;
    width: 0%;
    top: 0;
    left: 0;
    position: absolute;
    transition: all ease 0.5s;
  }
  .data .site-navigation-wrapper #site-navigation ul.site-nav-block > li > a:after {
    background: #130092;
    content: "";
    display: block;
    height: 1px;
    width: 0%;
    bottom: -3px;
    right: 0;
    position: absolute;
    transition: all ease 0.5s;
  }
  .data .site-navigation-wrapper #site-navigation ul.site-nav-block > li > a:hover {
    color: #130092;
  }
  .data .site-navigation-wrapper #site-navigation ul.site-nav-block > li > a:hover:before, .data .site-navigation-wrapper #site-navigation ul.site-nav-block > li > a:hover:after {
    width: 100%;
  }
  .data .site-navigation-wrapper #site-navigation ul.site-nav-block > li:hover > .site-subnav-wrapper {
    display: block;
  }
  .data .site-navigation-wrapper #site-navigation ul.site-nav-block > li.site-nav-active a, .data .site-navigation-wrapper #site-navigation ul.site-nav-block > li.site-nav-active-parent a {
    color: #130092;
  }
  .data .site-navigation-wrapper #site-navigation ul.site-nav-block > li.site-nav-active a:before, .data .site-navigation-wrapper #site-navigation ul.site-nav-block > li.site-nav-active a:after, .data .site-navigation-wrapper #site-navigation ul.site-nav-block > li.site-nav-active-parent a:before, .data .site-navigation-wrapper #site-navigation ul.site-nav-block > li.site-nav-active-parent a:after {
    width: 100%;
  }
  .data .site-navigation-wrapper #site-navigation ul.site-nav-block .site-subnav-wrapper {
    display: none;
    position: absolute;
    background: #130092;
    z-index: 1000;
    padding: 10px 20px;
    top: 100%;
    min-width: 130px;
  }
  .data .site-navigation-wrapper #site-navigation ul.site-nav-block .site-subnav-wrapper ul.site-subnav-block li {
    display: block;
    margin: 0 0 5px;
  }
  .data .site-navigation-wrapper #site-navigation ul.site-nav-block .site-subnav-wrapper ul.site-subnav-block li a {
    color: #ffffff;
    font-size: 14px;
    position: relative;
    display: block;
  }
  .data .site-navigation-wrapper #site-navigation ul.site-nav-block .site-subnav-wrapper ul.site-subnav-block li a:before {
    content: "";
    display: block;
    position: absolute;
    background: #ffffff;
    height: 1px;
    width: 0%;
    bottom: 0;
    transition: all ease 0.5s;
  }
  .data .site-navigation-wrapper #site-navigation ul.site-nav-block .site-subnav-wrapper ul.site-subnav-block li:hover a:before, .data .site-navigation-wrapper #site-navigation ul.site-nav-block .site-subnav-wrapper ul.site-subnav-block li.site-subnav-active a:before {
    width: 100%;
  }
  .data .site-navigation-wrapper #site-navigation .site-nav-linktext, .data .site-navigation-wrapper #site-navigation .site-nav-linktext {
    display: none;
  }
  .data .site-menu-toggle {
    display: none;
  }
}
.data #site-footer {
  background: #130092;
  padding: 100px 0 40px;
  clear: both;
  position: relative;
}
@media (max-width: 799px) {
  .data #site-footer {
    padding: 100px 0 0;
  }
}
@media (max-width: 799px) {
  .data #site-footer .site-container {
    padding: 0;
  }
}
.data #site-footer .cms-feature-datablock {
  color: #ffffff !important;
}
.data #site-footer .cms-feature-datablock *:not(.site-button-secondary):not(.site-button-secondary span):not(.site-search-wrapper .site-search-block.site-search-option2 .site-search-button span) {
  color: #ffffff !important;
}
.data #site-footer .site-footer-block {
  display: flex;
  justify-content: space-between;
  position: relative;
  color: #000000;
  padding: 0 20px;
  z-index: 100;
}
@media (max-width: 399px) {
  .data #site-footer .site-footer-block {
    display: block;
    text-align: center;
  }
}
.data #site-footer .site-footer-block .site-footer-logo {
  width: 60%;
}
@media (max-width: 1499px) {
  .data #site-footer .site-footer-block .site-footer-logo {
    width: 75%;
  }
}
@media (max-width: 1099px) {
  .data #site-footer .site-footer-block .site-footer-logo {
    width: 100%;
  }
}
.data #site-footer .site-footer-block .site-footer-logo h1, .data #site-footer .site-footer-block .site-footer-logo h2, .data #site-footer .site-footer-block .site-footer-logo h3, .data #site-footer .site-footer-block .site-footer-logo h4, .data #site-footer .site-footer-block .site-footer-logo h5, .data #site-footer .site-footer-block .site-footer-logo h6 {
  margin: 0 0 20px;
}
.data #site-footer .site-footer-block .site-footer-logo #site-footer-logo {
  display: flex;
}
@media (max-width: 999px) {
  .data #site-footer .site-footer-block .site-footer-logo #site-footer-logo {
    display: block;
  }
}
.data #site-footer .site-footer-block .site-footer-logo #site-footer-logo .site-footer-desc-wrapper {
  flex: 0 0 calc(100% - 300px);
  max-width: calc(100% - 300px);
}
@media (max-width: 999px) {
  .data #site-footer .site-footer-block .site-footer-logo #site-footer-logo .site-footer-desc-wrapper {
    width: 100%;
    max-width: none;
  }
}
.data #site-footer .site-footer-block .site-footer-logo #site-footer-logo .site-footer-desc-wrapper .site-button-secondary, .data #site-footer .site-footer-block .site-footer-logo #site-footer-logo .site-footer-desc-wrapper .site-search-wrapper .site-search-block.site-search-option2 .site-search-button, .site-search-wrapper .site-search-block.site-search-option2 .data #site-footer .site-footer-block .site-footer-logo #site-footer-logo .site-footer-desc-wrapper .site-search-button {
  padding: 3px 20px 5px;
}
.data #site-footer .site-footer-block .site-footer-logo table tr:nth-child(2n) {
  background: none !important;
}
.data #site-footer .site-footer-block .site-footer-logo table tr td {
  border: none;
}
.data #site-footer .site-footer-block .site-footer-logo table tr ul {
  padding: 0;
}
.data #site-footer .site-footer-block .site-footer-logo table tr ul li {
  padding: 0;
  font-size: 16px;
  line-height: 28px;
  margin: 0;
}
.data #site-footer .site-footer-block .site-footer-logo table tr ul li a {
  position: relative;
  text-decoration: none;
  margin: 0 0 5px;
  display: inline-block;
}
.data #site-footer .site-footer-block .site-footer-logo table tr ul li a:after {
  position: absolute;
  content: "";
  display: block;
  background: #ffffff;
  width: 100%;
  height: 1px;
  transition: all ease 0.7s;
  bottom: 1px;
  left: 0;
}
.data #site-footer .site-footer-block .site-footer-logo table tr ul li a:hover:after {
  width: 0%;
}
.data #site-footer .site-footer-block .site-footer-logo table tr ul li a.custom-link-active {
  font-weight: bold;
}
.data #site-footer .site-footer-block .site-footer-logo table tr ul li::before {
  display: none !important;
}
.data #site-footer .site-footer-right {
  position: absolute;
  bottom: 0;
  right: 0;
}
@media (max-width: 999px) {
  .data #site-footer .site-footer-right {
    position: static;
    display: none;
  }
}
@media (max-width: 599px) {
  .data #site-footer .site-footer-right {
    display: block;
  }
}
.data #site-footer .site-footer-right .site-footer-image img {
  width: 80% !important;
}
@media (max-width: 1499px) {
  .data #site-footer .site-footer-right .site-footer-image img {
    width: 75% !important;
  }
}
@media (max-width: 1299px) {
  .data #site-footer .site-footer-right .site-footer-image img {
    width: 60% !important;
  }
}
@media (max-width: 799px) {
  .data #site-footer .site-footer-right .site-footer-image img {
    width: 100% !important;
  }
}
.data a {
  color: #130092;
}
.data a:hover, .data a:focus {
  color: #414141;
}
.data .cms-feature-datablock a {
  text-decoration: underline;
}
.data hr {
  margin: 0 auto 10px;
  border-top: 1px solid #130092 !important;
}
.data var {
  background: #130092;
  padding: 15px 40px;
  text-transform: uppercase;
  font-style: normal;
  font-weight: bold;
  letter-spacing: -2.5px;
  font-size: 40px;
  color: #ffffff;
  display: inline-block;
  box-shadow: 8px 14px 17px -7px rgba(0, 0, 0, 0.5);
  line-height: 30px;
  font-family: "brother-1816", sans-serif;
}
@media (max-width: 1299px) {
  .data var {
    line-height: 40px;
  }
}
@media (max-width: 599px) {
  .data var {
    font-size: 20px;
    line-height: 20px;
    letter-spacing: -1.5px;
    padding: 10px 30px;
  }
}
.data .site-posted-block {
  font-size: 16px;
  color: #000000;
  position: relative;
  padding: 0 0 0 60px;
  height: 50px;
  line-height: 50px;
  margin: 0;
}
.data .site-posted-block:before {
  display: block;
  height: 40px;
  width: 40px;
  border-radius: 100%;
  background: #130092;
  color: #ffffff;
  position: absolute;
  left: 2px;
  top: 0;
  font-family: "gelato-luxe";
  font-size: 33px;
  text-align: center;
  line-height: 32px;
  font-weight: bold;
  animation: postedby 2s infinite;
  bottom: 0;
  margin: auto;
}
.data .site-posted-block a {
  border-bottom: 1px solid;
  color: #000000;
  text-decoration: none;
}
@keyframes postedby {
  from, to {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
  }
}
.data .site-slider .slick-dots {
  bottom: 40px;
  z-index: 10;
}
.data .site-slider .slick-dots li {
  padding: 0;
  height: 15px;
  width: 15px;
  margin: 0 5px;
}
.data .site-slider .slick-dots li button {
  padding: 0;
  height: 15px;
  width: 15px;
}
.data .site-slider .slick-dots li button:before {
  height: 15px;
  width: 15px;
  background: none;
  border: 1px solid #ffffff;
}
.data .site-slider .slick-dots li.slick-active button:before {
  background: #130092;
  border: 1px solid #ffffff;
}
.data .slick-arrow {
  width: 54px !important;
  height: 54px !important;
  padding: 0 !important;
}
@media (max-width: 599px) {
  .data .slick-arrow {
    width: 40px !important;
    height: 40px !important;
    top: 50% !important;
  }
}
.data .slick-arrow:before {
  font-family: "site-icon" !important;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e908" !important;
  border: 2px solid #130092 !important;
  color: #130092 !important;
  background: #ffffff !important;
  border-radius: 100%;
  line-height: 47px !important;
  font-size: 35px !important;
}
@media (max-width: 599px) {
  .data .slick-arrow:before {
    line-height: 35px !important;
    font-size: 30px !important;
  }
}
.data .slick-arrow:hover::before {
  background: #130092 !important;
  color: #ffffff !important;
}
.data .slick-arrow.slick-next {
  right: -80px !important;
}
@media (max-width: 1499px) {
  .data .slick-arrow.slick-next {
    right: -50px !important;
  }
}
@media (max-width: 599px) {
  .data .slick-arrow.slick-next {
    right: 40px !important;
  }
}
.data .slick-arrow.slick-next::before {
  transform: rotate(180deg) !important;
}
.data .slick-arrow.slick-prev {
  left: -80px !important;
}
@media (max-width: 1499px) {
  .data .slick-arrow.slick-prev {
    left: -50px !important;
  }
}
@media (max-width: 599px) {
  .data .slick-arrow.slick-prev {
    left: 40px !important;
  }
}
.data .slick-arrow.slick-prev::before {
  transform: rotate(0deg) !important;
}
.data .mfp-arrow {
  background: #130092;
  color: #ffffff;
  border: 1px solid #130092;
  border-radius: 100%;
}
.data .mfp-arrow:after {
  color: #ffffff;
  font-size: 40px;
  line-height: 45px;
}
.data .mfp-arrow:hover {
  background: #ffffff;
  color: #130092;
  border: 1px solid #ffffff;
}
.data .mfp-arrow:hover:after {
  color: #130092;
}
.data .mfp-arrow.mfp-arrow-left:after {
  font-family: "site-icon" !important;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e908" !important;
}
.data .mfp-arrow.mfp-arrow-right:after {
  font-family: "site-icon" !important;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e909" !important;
}
.data .mfp-image-holder .mfp-content .mfp-close {
  background: #130092;
  color: #ffffff;
  border: 1px solid #130092;
  border-radius: 100%;
}
.data .mfp-image-holder .mfp-content .mfp-close:after {
  color: #ffffff;
  font-size: 15px;
}
.data .mfp-image-holder .mfp-content .mfp-close:hover {
  background: #ffffff;
  color: #130092;
  border: 1px solid #ffffff;
}
.data .mfp-image-holder .mfp-content .mfp-close:hover:after {
  color: #130092;
}
.data .site-thumbnail-block .site-thumbnail-link {
  border: 2px solid transparent;
  transition: all ease 0.8s;
  border-radius: 20px;
}
.data .site-thumbnail-block .site-thumbnail-link .site-icon-search {
  border-radius: 0 0 20px 0;
}
.data .site-thumbnail-block:hover .site-thumbnail-link {
  border: 2px solid #130092;
}
.data .cms-gallery-feature.site-slider-tab-wrapper .site-slider-tab-list .site-slide {
  cursor: pointer;
}
.data .cms-gallery-feature.site-slider-tab-wrapper .site-slider-tab-list .site-slide .site-slider-image {
  transition: all ease 0.8s;
  border-radius: 20px;
  border: 2px solid transparent;
}
.data .cms-gallery-feature.site-slider-tab-wrapper .site-slider-tab-list .site-slide.slick-current .site-slider-image, .data .cms-gallery-feature.site-slider-tab-wrapper .site-slider-tab-list .site-slide:hover .site-slider-image {
  border: 2px solid #130092;
}
.data .cms-gallery-feature.site-thumbnail-list-wrapper .site-thumbnail-video-popup .site-thumbnail-block .site-thumbnail-data {
  display: block;
  overflow: hidden;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  left: 0;
  right: 0;
}
.data .cms-gallery-feature.site-thumbnail-list-wrapper .site-thumbnail-video-popup .site-thumbnail-block .site-thumbnail-data .site-thumbnail-desc {
  left: 0;
  width: 96%;
  height: 96%;
  margin: auto;
  top: 0;
  right: 0;
}
.data .cms-gallery-feature.site-thumbnail-list-wrapper .site-thumbnail-video-popup .site-thumbnail-block .site-thumbnail-data .site-thumbnail-desc a.video-popup-button {
  position: relative;
  width: 90px;
  height: 90px;
  display: block;
  margin: auto;
  position: absolute;
}
.data .cms-gallery-feature.site-thumbnail-list-wrapper .site-thumbnail-video-popup .site-thumbnail-block .site-thumbnail-data .site-thumbnail-desc a.video-popup-button::after {
  font-family: "site-icon" !important;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e90d" !important;
  background: #ffffff;
  width: 90px;
  height: 90px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  color: #130092;
  font-size: 40px;
}
.data .site-custom-hero-long-text-wrapper .site-slider .site-slick-wrapper .slick-list .site-slide .site-slider-caption .site-slider-caption-block .site-container .site-slider-capton-data {
  max-width: 750px !important;
}
.data .site-custom-hero-full-text-wrapper .site-slider .site-slick-wrapper .slick-list .site-slide .site-slider-caption .site-slider-caption-block .site-container .site-slider-capton-data {
  max-width: 100% !important;
}
.data .site-custom-hero-wrapper {
  margin: 40px 0 0;
}
@media (max-width: 599px) {
  .data .site-custom-hero-wrapper {
    margin: 0;
  }
}
.data .site-custom-hero-wrapper .site-slider .site-slick-wrapper .slick-list {
  overflow: visible;
}
@media (max-width: 599px) {
  .data .site-custom-hero-wrapper .site-slider .site-slick-wrapper .slick-list .site-slide {
    display: flex !important;
    flex-wrap: wrap;
  }
  .data .site-custom-hero-wrapper .site-slider .site-slick-wrapper .slick-list .site-slide .site-slider-caption {
    order: 0;
    transform: none;
    position: static;
    padding: 50px 0;
  }
  .data .site-custom-hero-wrapper .site-slider .site-slick-wrapper .slick-list .site-slide .site-slider-image-block {
    order: 1;
    margin: auto;
  }
}
@media (min-width: 600px) {
  .data .site-custom-hero-wrapper .site-slider .site-slick-wrapper .slick-list .site-slide .site-slider-image-block {
    padding: 0 5%;
  }
  .data .site-custom-hero-wrapper .site-slider .site-slick-wrapper .slick-list .site-slide .site-slider-image-block .site-slider-image {
    width: auto;
    height: 100%;
    object-fit: contain;
    float: right;
    margin: -50px 0 0;
  }
}
.data .site-custom-hero-wrapper .site-slider .site-slick-wrapper .slick-list .site-slide .site-slider-image-block:after {
  background: none !important;
}
.data .site-custom-hero-wrapper .site-slider .site-slick-wrapper .slick-list .site-slide .site-slider-caption {
  background: none;
  left: 0;
  right: 0;
}
.data .site-custom-hero-wrapper .site-slider .site-slick-wrapper .slick-list .site-slide .site-slider-caption .site-slider-caption-block .site-container {
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 20px;
  width: 100%;
}
.data .site-custom-hero-wrapper .site-slider .site-slick-wrapper .slick-list .site-slide .site-slider-caption .site-slider-caption-block .site-container .site-slider-capton-data {
  max-width: 640px;
  width: 100%;
  margin: 0;
  text-align: left;
}
@media (max-width: 599px) {
  .data .site-custom-hero-wrapper .site-slider .site-slick-wrapper .slick-list .site-slide .site-slider-caption .site-slider-caption-block .site-container .site-slider-capton-data {
    text-align: center;
  }
}
.data .site-custom-hero-wrapper .site-slider .site-slick-wrapper .slick-list .site-slide .site-slider-caption .site-slider-caption-block .site-container .site-slider-capton-data * {
  color: #ffffff;
}
.data .site-custom-hero-wrapper .site-slider .site-slick-wrapper .slick-list .site-slide .site-slider-caption .site-slider-caption-block .site-container .site-slider-capton-data var {
  background: #000000;
  color: #ffffff;
}
.data #site-footer .site-footer-block .site-footer-logo .cms-feature-datablock :not(.site-button-secondary):not(.site-button-secondary span):not(.site-search-wrapper .site-search-block.site-search-option2 .site-search-button span) a[class*=site-social-] {
  color: #130092 !important;
  height: 48px;
  width: 43px;
  position: relative;
  margin: 0 12px 0 0;
  transition: all ease 0.6s;
}
.data #site-footer .site-footer-block .site-footer-logo .cms-feature-datablock :not(.site-button-secondary):not(.site-button-secondary span):not(.site-search-wrapper .site-search-block.site-search-option2 .site-search-button span) a[class*=site-social-]:last-child {
  margin: 0;
}
.data #site-footer .site-footer-block .site-footer-logo .cms-feature-datablock :not(.site-button-secondary):not(.site-button-secondary span):not(.site-search-wrapper .site-search-block.site-search-option2 .site-search-button span) a[class*=site-social-]:after {
  display: inline-block;
  height: 100%;
  width: 100%;
  background: #ffffff;
  border-radius: 100%;
  transform: rotate(50deg);
  content: "";
  position: absolute;
  z-index: 1;
  left: 0;
  right: 0;
  border: 1px solid #ffffff;
  transition: all ease 0.6s;
}
.data #site-footer .site-footer-block .site-footer-logo .cms-feature-datablock :not(.site-button-secondary):not(.site-button-secondary span):not(.site-search-wrapper .site-search-block.site-search-option2 .site-search-button span) a[class*=site-social-]:hover {
  color: #ffffff !important;
}
.data #site-footer .site-footer-block .site-footer-logo .cms-feature-datablock :not(.site-button-secondary):not(.site-button-secondary span):not(.site-search-wrapper .site-search-block.site-search-option2 .site-search-button span) a[class*=site-social-]:hover:after {
  background: none;
}
.data .site-image-oval-wrapper {
  width: 250px;
  height: 233px;
  object-fit: cover;
  transform: rotate(-50deg);
  margin: auto;
  position: relative;
}
@media (max-width: 599px) {
  .data .site-image-oval-wrapper {
    transform: rotate(-50deg) scale(0.6);
    height: 160px;
    margin: 0 0 0 -65px;
  }
}
.data .site-image-oval-wrapper .site-image-oval-img {
  transform: rotate(50deg);
}
.data .site-image-oval-wrapper .site-image-oval {
  width: 250px;
  height: 250px;
  object-fit: cover;
  margin: 10px 0 auto;
  clip-path: path("M47.32,23.84c46.45-34.25,107.46-30.35,136.27,8.72s14.51,98.5-31.94,132.76c-46.45,34.25-107.46,30.35-136.27-8.72C-13.43,117.53.87,58.09,47.32,23.84");
}
.data .site-image-oval-wrapper .site-round-ring {
  position: absolute;
  top: -4px;
  left: 0;
  margin: auto;
  z-index: 1;
  width: 215px;
  transform: rotate(50deg);
}
.data .site-image-oval-wrapper .site-round-ring .site-round-ring-svg {
  display: block;
  margin: 0 auto;
  width: 215px;
  stroke-width: 7;
  stroke: #130092;
  overflow: visible;
  margin: -18px 0 0 26px;
}
@media (max-width: 599px) {
  .data .site-image-oval-wrapper .site-round-ring .site-round-ring-svg {
    margin: -26px 0 0 26px;
  }
}
.data .custom-overlay-wrapper .site-slide {
  position: relative;
}
.data .custom-overlay-wrapper .site-slide .site-slider-caption {
  height: 100%;
}
.data .custom-overlay-wrapper .site-slide .site-slider-caption .site-slider-caption-block {
  display: flex;
  align-items: end;
  height: 100%;
  opacity: 1;
  transition: all ease 1s;
}
.data .custom-overlay-wrapper .site-slide .site-slider-caption .site-slider-more-desc {
  opacity: 0;
  position: absolute;
  bottom: 0;
  width: 100%;
  transition: all ease 1s;
  text-align: left;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 100%);
  border-radius: 20px;
  padding: 0 0 20px;
  left: 0;
}
.data .custom-overlay-wrapper .site-slide .site-slider-caption .site-slider-more-desc .site-slider-more-desc-data {
  position: relative;
}
.data .custom-overlay-wrapper .site-slide:hover .site-slider-caption-block {
  opacity: 0;
}
.data .custom-overlay-wrapper .site-slide:hover .site-slider-caption .site-slider-more-desc {
  opacity: 1;
}
.data .custom-overlay-wrapper .site-slide:hover .site-slider-caption .site-slider-more-desc::before {
  width: 100%;
  height: 100%;
}

/*
    $grid-counts: 7, 6, 5, 4, 3, 2;

    @each $grid-counts in $grid-count {

    }
    */
.site-hub p {
  margin: 0 0 20px;
}
.site-hub p:last-child {
  margin: 0;
}
@media (max-width: 1099px) {
  .site-hub h3 {
    font-size: 40px;
    line-height: 40px;
    margin: 0 0 10px;
  }
}
@media (max-width: 1099px) {
  .site-hub .site-button-secondary, .site-hub .site-search-wrapper .site-search-block.site-search-option2 .site-search-button, .site-search-wrapper .site-search-block.site-search-option2 .site-hub .site-search-button, .site-hub .site-button-primary, .site-hub .site-form-payment-wrapper .site-payment-buttons button, .site-form-payment-wrapper .site-payment-buttons .site-hub button {
    padding: 3px 30px 5px;
  }
}
.site-hub .site-display-wrapper.site-display-listview .site-display-list {
  display: block;
  clear: both;
  margin: 0;
}
.site-hub .custom-hub-grid-wrapper {
  padding: 0 !important;
}
.site-hub .custom-hub-grid-wrapper .custom-hub-data-wrapper {
  padding: 0;
  clear: both;
}
@media (max-width: 999px) {
  .site-hub .custom-hub-grid-wrapper .custom-hub-data-wrapper {
    padding: 20px 0 0;
  }
}
.site-hub .custom-hub-grid-wrapper .custom-hub-grid.site-display-filters-left .site-hub-display-search-wrapper, .site-hub .custom-hub-grid-wrapper .custom-hub-grid.site-display-filters-left .site-display-filter-title {
  display: none !important;
}
.site-hub .custom-hub-grid-wrapper .custom-hub-grid.site-display-filters-left .site-display-filter-desc {
  display: block;
}
.site-hub .custom-hub-grid-wrapper .custom-hub-grid .site-search-in {
  line-height: 75px;
  margin: 0;
  height: 75px;
  font-size: 13px;
  display: inline-block;
}
@media (max-width: 999px) {
  .site-hub .custom-hub-grid-wrapper .custom-hub-grid .site-search-in {
    padding: 0;
    position: absolute;
    top: -65px;
    left: 0;
  }
}
.site-hub .custom-hub-grid-wrapper .custom-hub-grid .site-search-in.site-search-in-seo .site-search-tag-wrapper {
  color: #ffffff;
  color: #ffffff;
  padding: 5px 10px 6px 10px;
  margin: 0 0 0 5px;
  cursor: pointer;
  position: relative;
}
.site-hub .custom-hub-grid-wrapper .custom-hub-grid .site-search-in.site-search-in-seo .site-search-tag-wrapper:before {
  background: #00B0DE;
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 7px;
}
.site-hub .custom-hub-grid-wrapper .custom-hub-grid .site-search-in.site-search-in-seo .site-search-tag-wrapper:after {
  background: #414141;
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 100%;
  width: 0;
  margin: auto;
  transition: all ease 0.5s;
  border-radius: 7px;
}
.site-hub .custom-hub-grid-wrapper .custom-hub-grid .site-search-in.site-search-in-seo .site-search-tag-wrapper:hover:after {
  width: 100%;
}
.site-hub .custom-hub-grid-wrapper .custom-hub-grid .site-search-in.site-search-in-seo .site-search-tag-wrapper .site-search-tag {
  text-transform: capitalize;
  position: relative;
  z-index: 10;
  padding: 0 0 0 30px;
}
.site-hub .custom-hub-grid-wrapper .custom-hub-grid .site-search-in.site-search-in-seo .site-search-tag-wrapper .site-search-tag::before {
  content: "s";
  font-family: "gelato-luxe";
  margin: 0 10px 0 0;
  background: #ffffff;
  color: #00B0DE;
  display: inline-block;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  border-radius: 100%;
  margin: auto;
  line-height: 15px;
  text-align: center;
  font-size: 28px;
  text-transform: lowercase;
}
.site-hub .custom-hub-grid-wrapper .custom-hub-grid .site-search-in.site-search-in-seo .site-search-tag-wrapper .site-search-in-close {
  font-size: 10px;
  margin: 0 0 0 3px;
  position: relative;
  z-index: 10;
}
.site-hub .custom-hub-grid-wrapper .custom-hub-grid .site-search-in.site-search-in-data .site-search-tag-wrapper .site-search-tag::before {
  line-height: 22px;
  font-size: 20px;
}
.site-hub .custom-hub-grid-wrapper .custom-hub-grid ul.site-display-list {
  /*
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  gap: 10px;

  @include maxbp($r_1500) {
      grid-template-columns: repeat(5, 1fr);
  }
      */
}
@media (max-width: 549px) {
  .site-hub .custom-hub-grid-wrapper .custom-hub-grid ul.site-display-list {
    display: block !important;
  }
}
.site-hub .custom-hub-grid-wrapper .custom-hub-grid ul.site-display-list li.site-display-wrapper-listitem {
  max-width: none;
  padding: 0 0 20px;
  width: 260px;
  flex: 0 0 260px;
}
@media (max-width: 1099px) {
  .site-hub .custom-hub-grid-wrapper .custom-hub-grid ul.site-display-list li.site-display-wrapper-listitem {
    flex: 0 0 240px;
    width: 240px;
  }
}
@media (max-width: 999px) {
  .site-hub .custom-hub-grid-wrapper .custom-hub-grid ul.site-display-list li.site-display-wrapper-listitem {
    flex: 0 0 240px;
    width: 240px;
  }
}
@media (max-width: 549px) {
  .site-hub .custom-hub-grid-wrapper .custom-hub-grid ul.site-display-list li.site-display-wrapper-listitem {
    flex: 0 0 50%;
    width: 50%;
    float: left;
    height: auto !important;
  }
  .site-hub .custom-hub-grid-wrapper .custom-hub-grid ul.site-display-list li.site-display-wrapper-listitem.site_hub_item_mobile .site-display-data-block.site-hub-card-date-wrapper .site-display-desc .site-hub-card-date {
    top: 0 !important;
    text-align: center;
  }
}
.site-hub .custom-hub-grid-wrapper .custom-hub-grid ul.site-display-list li.site-display-wrapper-listitem .site-display-title a {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
}
.site-hub .custom-hub-grid-wrapper .custom-hub-grid ul.site-display-list li.site-display-wrapper-listitem .site-display-list-block {
  margin: 0 10px !important;
}
.site-hub .custom-hub-grid-wrapper .custom-hub-grid ul.site-display-list li.site-display-wrapper-listitem.cms-tag-hub-col-2 {
  flex: 0 0 calc(520px);
  width: calc(520px);
}
@media (max-width: 1099px) {
  .site-hub .custom-hub-grid-wrapper .custom-hub-grid ul.site-display-list li.site-display-wrapper-listitem.cms-tag-hub-col-2 {
    flex: 0 0 calc(480px);
    width: calc(480px);
  }
}
@media (max-width: 999px) {
  .site-hub .custom-hub-grid-wrapper .custom-hub-grid ul.site-display-list li.site-display-wrapper-listitem.cms-tag-hub-col-2 {
    flex: 0 0 calc(480px);
    width: calc(480px);
  }
}
@media (max-width: 549px) {
  .site-hub .custom-hub-grid-wrapper .custom-hub-grid ul.site-display-list li.site-display-wrapper-listitem.cms-tag-hub-col-2 {
    flex: 0 0 calc(100%);
    width: calc(100%);
    float: left;
  }
}
.site-hub .custom-hub-grid-wrapper .custom-hub-grid ul.site-display-list li.site-display-wrapper-listitem.cms-tag-hub-col-2 .site-display-list-block .site-display-image .site-display-image-link img {
  aspect-ratio: 19/12.3;
}
.site-hub .custom-hub-grid-wrapper .custom-hub-grid ul.site-display-list li.site-display-wrapper-listitem.cms-tag-hub-col-3 {
  flex: 0 0 calc(780px);
  width: calc(780px);
}
@media (max-width: 1099px) {
  .site-hub .custom-hub-grid-wrapper .custom-hub-grid ul.site-display-list li.site-display-wrapper-listitem.cms-tag-hub-col-3 {
    flex: 0 0 calc(720px);
    width: calc(720px);
  }
}
@media (max-width: 999px) {
  .site-hub .custom-hub-grid-wrapper .custom-hub-grid ul.site-display-list li.site-display-wrapper-listitem.cms-tag-hub-col-3 {
    flex: 0 0 calc(480px);
    width: calc(480px);
  }
}
@media (max-width: 549px) {
  .site-hub .custom-hub-grid-wrapper .custom-hub-grid ul.site-display-list li.site-display-wrapper-listitem.cms-tag-hub-col-3 {
    flex: 0 0 calc(100%);
    width: calc(100%);
    float: left;
  }
}
.site-hub .custom-hub-grid-wrapper .custom-hub-grid ul.site-display-list li.site-display-wrapper-listitem.cms-tag-hub-col-3 .site-display-list-block .site-display-image .site-display-image-link img {
  aspect-ratio: 19/8;
}
@media (max-width: 999px) {
  .site-hub .custom-hub-grid-wrapper .custom-hub-grid ul.site-display-list li.site-display-wrapper-listitem.cms-tag-hub-col-3 .site-display-list-block .site-display-image .site-display-image-link img {
    aspect-ratio: 19/12.3;
  }
}
.site-hub .custom-hub-grid-wrapper .custom-hub-grid ul.site-display-list li.site-display-wrapper-listitem.cms-tag-hub-col-fullwidth {
  flex: 0 0 calc(1560px);
  width: calc(1560px);
  max-width: calc(1560px);
}
.site-hub .custom-hub-grid-wrapper .custom-hub-grid ul.site-display-list li.site-display-wrapper-listitem.cms-tag-hub-col-fullwidth .site-display-list-block .site-display-image .site-display-image-link img {
  aspect-ratio: 9/2.35;
}
.site-hub .custom-hub-grid-wrapper .custom-hub-grid ul.site-display-list li.site-display-wrapper-listitem.hub-hidden-block, .site-hub .custom-hub-grid-wrapper .custom-hub-grid ul.site-display-list li.site-display-wrapper-listitem.hidden-block, .site-hub .custom-hub-grid-wrapper .custom-hub-grid ul.site-display-list li.site-display-wrapper-listitem.not-selected-tagfilter {
  width: 0%;
  flex: 0 0 0;
  display: none !important;
}
.site-hub .custom-hub-grid-wrapper .custom-hub-grid ul.site-display-list li.site-display-wrapper-listitem.cms-tag-videos .site-display-list-block .site-display-image-link:after {
  font-family: "site-icon" !important;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e90d" !important;
  width: 80px;
  height: 80px;
  position: absolute;
  display: block;
  margin: auto;
  background: white;
  text-align: center;
  line-height: 80px;
  border-radius: 100%;
  font-size: 38px;
  cursor: none;
  left: 0;
  right: 0;
  z-index: 100;
  top: 120px;
}
@media (max-width: 599px) {
  .site-hub .custom-hub-grid-wrapper .custom-hub-grid ul.site-display-list li.site-display-wrapper-listitem.cms-tag-videos .site-display-list-block .site-display-image-link:after {
    width: 50px;
    height: 50px;
    line-height: 50px;
    top: 70px;
    font-size: 28px;
  }
}
.site-hub .custom-hub-grid-wrapper .custom-hub-grid ul.site-display-list li.site-display-wrapper-listitem.cms-tag-videos .site-display-list-block .site-hub-video {
  width: 90px;
  height: 90px;
  position: absolute;
  left: 0;
  right: 0;
  z-index: 100;
  top: 150px;
  font-size: 0px;
  text-decoration: none;
  margin: auto;
}
.site-hub .custom-hub-grid-wrapper .custom-hub-grid ul.site-display-list li.site-display-wrapper-listitem.cms-tag-videos .site-display-list-block .site-hub-video:after {
  font-family: "site-icon" !important;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e90d" !important;
  width: 100%;
  height: 100%;
  display: block;
  margin: auto;
  background: white;
  text-align: center;
  line-height: 80px;
  border-radius: 100%;
  font-size: 40px;
  cursor: none;
}
.site-hub .custom-hub-grid-wrapper .custom-hub-grid ul.site-display-list li.site-display-wrapper-listitem.cms-tag-podcasts .site-display-list-block:after {
  font-family: "site-icon" !important;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e91b" !important;
  position: absolute;
  z-index: 100;
  top: 120px;
  left: 0;
  right: 0;
  width: 80px;
  height: 80px;
  margin: auto;
  background: white;
  text-align: center;
  line-height: 80px;
  border-radius: 100%;
  font-size: 40px;
}
.site-hub .custom-hub-grid-wrapper .custom-hub-grid ul.site-display-list li.site-display-wrapper-listitem.cms-tag-blockquote .site-display-desc q {
  position: absolute;
  top: 0;
  padding: 100px 30px 0;
  border: none;
  margin: 0 !important;
  font-size: 13px !important;
  line-height: 20px !important;
  color: #ffffff;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 10;
  overflow: hidden;
}
@media (max-width: 999px) {
  .site-hub .custom-hub-grid-wrapper .custom-hub-grid ul.site-display-list li.site-display-wrapper-listitem.cms-tag-blockquote .site-display-desc q {
    padding: 70px 20px 0;
  }
}
.site-hub .custom-hub-grid-wrapper .custom-hub-grid ul.site-display-list li.site-display-wrapper-listitem.cms-tag-blockquote .site-display-desc q:before {
  display: none !important;
}
.site-hub .custom-hub-grid-wrapper .custom-hub-grid ul.site-display-list li.site-display-wrapper-listitem.cms-tag-blockquote .site-display-desc q:after {
  font-size: 35px;
  color: #ffffff;
  top: 50px;
  top: 50px;
  left: 30px;
}
@media (max-width: 999px) {
  .site-hub .custom-hub-grid-wrapper .custom-hub-grid ul.site-display-list li.site-display-wrapper-listitem.cms-tag-blockquote .site-display-desc q:after {
    top: 30px;
    left: 20px;
  }
}
.site-hub .custom-hub-grid-wrapper .custom-hub-grid ul.site-display-list li.site-display-wrapper-listitem.cms-tag-white-papers .site-display-list-block {
  position: relative;
}
.site-hub .custom-hub-grid-wrapper .custom-hub-grid ul.site-display-list li.site-display-wrapper-listitem.cms-tag-white-papers .site-display-list-block .site-display-image-link {
  display: flex;
  justify-content: space-between;
  flex-wrap: nowrap;
  text-decoration: none;
}
.site-hub .custom-hub-grid-wrapper .custom-hub-grid ul.site-display-list li.site-display-wrapper-listitem.cms-tag-white-papers .site-display-list-block:before {
  background: #F8F4F1;
}
.site-hub .custom-hub-grid-wrapper .custom-hub-grid ul.site-display-list li.site-display-wrapper-listitem.cms-tag-white-papers .site-display-list-block:after {
  content: "Whitepaper";
  background: #FFF500;
  color: #000000;
  padding: 10px 20px;
  position: absolute;
  top: 60px;
  z-index: 10;
  font-weight: bold;
}
.site-hub .custom-hub-grid-wrapper .custom-hub-grid ul.site-display-list li.site-display-wrapper-listitem.cms-tag-white-papers .site-display-list-block .site-display-image img {
  border-radius: 20px 0 0 20px;
  flex: 0 0 66.6%;
  max-width: 66.6%;
}
@media (max-width: 999px) {
  .site-hub .custom-hub-grid-wrapper .custom-hub-grid ul.site-display-list li.site-display-wrapper-listitem.cms-tag-white-papers .site-display-list-block .site-display-image img {
    flex: 0 0 50%;
    max-width: 50%;
  }
}
.site-hub .custom-hub-grid-wrapper .custom-hub-grid ul.site-display-list li.site-display-wrapper-listitem.cms-tag-white-papers .site-display-list-block .site-display-image .site-display-desc {
  flex: 0 0 33.3%;
  max-width: 33.3%;
  padding: 50px 30px;
  line-height: normal;
  font-size: 14px !important;
  line-height: 21px !important;
}
@media (max-width: 999px) {
  .site-hub .custom-hub-grid-wrapper .custom-hub-grid ul.site-display-list li.site-display-wrapper-listitem.cms-tag-white-papers .site-display-list-block .site-display-image .site-display-desc {
    flex: 0 0 50%;
    max-width: 50%;
    padding: 20px;
  }
}
.site-hub .custom-hub-grid-wrapper .custom-hub-grid ul.site-display-list li.site-display-wrapper-listitem.cms-tag-white-papers .site-display-list-block .site-display-image .site-display-desc .site-button-secondary, .site-hub .custom-hub-grid-wrapper .custom-hub-grid ul.site-display-list li.site-display-wrapper-listitem.cms-tag-white-papers .site-display-list-block .site-display-image .site-display-desc .site-search-wrapper .site-search-block.site-search-option2 .site-search-button, .site-search-wrapper .site-search-block.site-search-option2 .site-hub .custom-hub-grid-wrapper .custom-hub-grid ul.site-display-list li.site-display-wrapper-listitem.cms-tag-white-papers .site-display-list-block .site-display-image .site-display-desc .site-search-button {
  padding: 3px 20px 5px;
  font-size: 14px;
}
.site-hub .custom-hub-grid-wrapper .custom-hub-grid ul.site-display-list li.site-display-wrapper-listitem.cms-tag-press1 .site-display-desc {
  position: absolute;
  top: 0;
  z-index: 10;
  text-align: center;
  padding: 30px;
  height: 380px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
}
.site-hub .custom-hub-grid-wrapper .custom-hub-grid ul.site-display-list li.site-display-wrapper-listitem.cms-tag-press1 .site-display-desc * {
  color: #ffffff !important;
  text-align: center !important;
}
.site-hub .custom-hub-grid-wrapper .custom-hub-grid ul.site-display-list li.site-display-wrapper-listitem .site-display-list-block {
  margin: 0;
}
.site-hub .custom-hub-grid-wrapper .custom-hub-grid ul.site-display-list li.site-display-wrapper-listitem .site-display-list-block.site-display-wrapper-hub-desc-left .site-display-image-link {
  display: flex;
  justify-content: space-between;
  flex-wrap: nowrap;
  text-decoration: none;
}
.site-hub .custom-hub-grid-wrapper .custom-hub-grid ul.site-display-list li.site-display-wrapper-listitem .site-display-list-block.site-display-wrapper-hub-desc-left .site-display-image-link img, .site-hub .custom-hub-grid-wrapper .custom-hub-grid ul.site-display-list li.site-display-wrapper-listitem .site-display-list-block.site-display-wrapper-hub-desc-left .site-display-image-link .site-hub-card-desc-left-block {
  flex: 0 0 50%;
  max-width: 50%;
}
.site-hub .custom-hub-grid-wrapper .custom-hub-grid ul.site-display-list li.site-display-wrapper-listitem .site-display-list-block.site-display-wrapper-hub-desc-left .site-display-image-link img {
  border-radius: 0 20px 20px 0;
}
.site-hub .custom-hub-grid-wrapper .custom-hub-grid ul.site-display-list li.site-display-wrapper-listitem .site-display-list-block.site-display-wrapper-hub-desc-left .site-display-image-link .site-hub-card-desc-left-block {
  font-size: 13px !important;
  line-height: 20px !important;
  padding: 25px;
}
.site-hub .custom-hub-grid-wrapper .custom-hub-grid ul.site-display-list li.site-display-wrapper-listitem .site-display-list-block.site-display-wrapper-hub-desc-left .site-display-image-link .site-hub-card-desc-left-block blockquote {
  margin: 0 !important;
  padding: 65px 0 0;
  border: none;
  margin: 0 !important;
  font-size: 13px !important;
  line-height: 20px !important;
  color: #ffffff;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 12;
  overflow: hidden;
  text-transform: none;
  background: none !important;
}
@media (max-width: 999px) {
  .site-hub .custom-hub-grid-wrapper .custom-hub-grid ul.site-display-list li.site-display-wrapper-listitem .site-display-list-block.site-display-wrapper-hub-desc-left .site-display-image-link .site-hub-card-desc-left-block blockquote {
    padding: 50px 0 0;
    -webkit-line-clamp: 10;
  }
}
.site-hub .custom-hub-grid-wrapper .custom-hub-grid ul.site-display-list li.site-display-wrapper-listitem .site-display-list-block.site-display-wrapper-hub-desc-left .site-display-image-link .site-hub-card-desc-left-block blockquote:before {
  display: none !important;
}
.site-hub .custom-hub-grid-wrapper .custom-hub-grid ul.site-display-list li.site-display-wrapper-listitem .site-display-list-block.site-display-wrapper-hub-desc-left .site-display-image-link .site-hub-card-desc-left-block blockquote:after {
  font-size: 30px;
  color: #ffffff;
  top: 40px;
  left: 25px;
}
.site-hub .custom-hub-grid-wrapper .custom-hub-grid ul.site-display-list li.site-display-wrapper-listitem .site-display-list-block.site-display-wrapper-hub-desc-right .site-display-image-link {
  display: flex;
  justify-content: space-between;
  flex-wrap: nowrap;
  text-decoration: none;
}
@media (max-width: 529px) {
  .site-hub .custom-hub-grid-wrapper .custom-hub-grid ul.site-display-list li.site-display-wrapper-listitem .site-display-list-block.site-display-wrapper-hub-desc-right .site-display-image-link {
    flex-wrap: wrap;
  }
}
.site-hub .custom-hub-grid-wrapper .custom-hub-grid ul.site-display-list li.site-display-wrapper-listitem .site-display-list-block.site-display-wrapper-hub-desc-right .site-display-image-link img, .site-hub .custom-hub-grid-wrapper .custom-hub-grid ul.site-display-list li.site-display-wrapper-listitem .site-display-list-block.site-display-wrapper-hub-desc-right .site-display-image-link .site-hub-card-desc-right-block {
  flex: 0 0 50%;
  max-width: 50%;
}
@media (max-width: 529px) {
  .site-hub .custom-hub-grid-wrapper .custom-hub-grid ul.site-display-list li.site-display-wrapper-listitem .site-display-list-block.site-display-wrapper-hub-desc-right .site-display-image-link img, .site-hub .custom-hub-grid-wrapper .custom-hub-grid ul.site-display-list li.site-display-wrapper-listitem .site-display-list-block.site-display-wrapper-hub-desc-right .site-display-image-link .site-hub-card-desc-right-block {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.site-hub .custom-hub-grid-wrapper .custom-hub-grid ul.site-display-list li.site-display-wrapper-listitem .site-display-list-block.site-display-wrapper-hub-desc-right .site-display-image-link .site-hub-card-desc-right-block {
  border-radius: 0 20px 20px 0;
}
@media (max-width: 529px) {
  .site-hub .custom-hub-grid-wrapper .custom-hub-grid ul.site-display-list li.site-display-wrapper-listitem .site-display-list-block.site-display-wrapper-hub-desc-right .site-display-image-link .site-hub-card-desc-right-block {
    border-radius: 0 0 20px 20px;
  }
}
.site-hub .custom-hub-grid-wrapper .custom-hub-grid ul.site-display-list li.site-display-wrapper-listitem .site-display-list-block.site-display-wrapper-hub-desc-right .site-display-image-link img {
  border-radius: 20px 0 0 20px;
  aspect-ratio: 9/11.6 !important;
}
@media (max-width: 529px) {
  .site-hub .custom-hub-grid-wrapper .custom-hub-grid ul.site-display-list li.site-display-wrapper-listitem .site-display-list-block.site-display-wrapper-hub-desc-right .site-display-image-link img {
    border-radius: 20px 20px 0 0;
  }
}
.site-hub .custom-hub-grid-wrapper .custom-hub-grid ul.site-display-list li.site-display-wrapper-listitem .site-display-list-block.site-display-wrapper-hub-desc-right .site-display-image-link .site-hub-card-desc-right-block {
  font-size: 13px !important;
  line-height: 20px !important;
  padding: 25px;
}
@media (max-width: 999px) {
  .site-hub .custom-hub-grid-wrapper .custom-hub-grid ul.site-display-list li.site-display-wrapper-listitem .site-display-list-block.site-display-wrapper-hub-desc-right .site-display-image-link .site-hub-card-desc-right-block {
    padding: 20px;
  }
}
.site-hub .custom-hub-grid-wrapper .custom-hub-grid ul.site-display-list li.site-display-wrapper-listitem .site-display-list-block.site-display-wrapper-hub-desc-right .site-display-image-link .site-hub-card-desc-right-block blockquote {
  margin: 0 !important;
  padding: 65px 0 0;
  border: none;
  margin: 0 !important;
  color: #ffffff;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 12;
  overflow: hidden;
  text-transform: none;
  background: none !important;
  font-size: 13px !important;
  line-height: 20px !important;
}
@media (max-width: 999px) {
  .site-hub .custom-hub-grid-wrapper .custom-hub-grid ul.site-display-list li.site-display-wrapper-listitem .site-display-list-block.site-display-wrapper-hub-desc-right .site-display-image-link .site-hub-card-desc-right-block blockquote {
    padding: 50px 0 0;
    -webkit-line-clamp: 10;
  }
}
.site-hub .custom-hub-grid-wrapper .custom-hub-grid ul.site-display-list li.site-display-wrapper-listitem .site-display-list-block.site-display-wrapper-hub-desc-right .site-display-image-link .site-hub-card-desc-right-block blockquote:before {
  display: none !important;
}
.site-hub .custom-hub-grid-wrapper .custom-hub-grid ul.site-display-list li.site-display-wrapper-listitem .site-display-list-block.site-display-wrapper-hub-desc-right .site-display-image-link .site-hub-card-desc-right-block blockquote:after {
  font-size: 30px;
  color: #ffffff;
  top: 10px;
  left: 0;
}
.site-hub .custom-hub-grid-wrapper .custom-hub-grid .site-display-image {
  position: relative;
}
.site-hub .custom-hub-grid-wrapper .custom-hub-grid .site-display-image .site-display-image-link table.site-hub-card-title h1, .site-hub .custom-hub-grid-wrapper .custom-hub-grid .site-display-image .site-display-image-link table.site-hub-card-title h2, .site-hub .custom-hub-grid-wrapper .custom-hub-grid .site-display-image .site-display-image-link table.site-hub-card-title h3, .site-hub .custom-hub-grid-wrapper .custom-hub-grid .site-display-image .site-display-image-link table.site-hub-card-title h4, .site-hub .custom-hub-grid-wrapper .custom-hub-grid .site-display-image .site-display-image-link table.site-hub-card-title h5, .site-hub .custom-hub-grid-wrapper .custom-hub-grid .site-display-image .site-display-image-link table.site-hub-card-title h5, .site-hub .custom-hub-grid-wrapper .custom-hub-grid .site-display-image .site-display-image-link table.site-hub-card-title p, .site-hub .custom-hub-grid-wrapper .custom-hub-grid .site-display-image .site-display-image-link table.site-hub-card-title ul, .site-hub .custom-hub-grid-wrapper .custom-hub-grid .site-display-image .site-display-image-link table.site-hub-card-title ol, .site-hub .custom-hub-grid-wrapper .custom-hub-grid .site-display-image .site-display-image-link table.site-hub-card-title li, .site-hub .custom-hub-grid-wrapper .custom-hub-grid .site-display-image .site-display-image-link table.site-hub-card-title a, .site-hub .custom-hub-grid-wrapper .custom-hub-grid .site-display-image .site-display-image-link table.site-hub-card-desc-left h1, .site-hub .custom-hub-grid-wrapper .custom-hub-grid .site-display-image .site-display-image-link table.site-hub-card-desc-left h2, .site-hub .custom-hub-grid-wrapper .custom-hub-grid .site-display-image .site-display-image-link table.site-hub-card-desc-left h3, .site-hub .custom-hub-grid-wrapper .custom-hub-grid .site-display-image .site-display-image-link table.site-hub-card-desc-left h4, .site-hub .custom-hub-grid-wrapper .custom-hub-grid .site-display-image .site-display-image-link table.site-hub-card-desc-left h5, .site-hub .custom-hub-grid-wrapper .custom-hub-grid .site-display-image .site-display-image-link table.site-hub-card-desc-left h5, .site-hub .custom-hub-grid-wrapper .custom-hub-grid .site-display-image .site-display-image-link table.site-hub-card-desc-left p, .site-hub .custom-hub-grid-wrapper .custom-hub-grid .site-display-image .site-display-image-link table.site-hub-card-desc-left ul, .site-hub .custom-hub-grid-wrapper .custom-hub-grid .site-display-image .site-display-image-link table.site-hub-card-desc-left ol, .site-hub .custom-hub-grid-wrapper .custom-hub-grid .site-display-image .site-display-image-link table.site-hub-card-desc-left li, .site-hub .custom-hub-grid-wrapper .custom-hub-grid .site-display-image .site-display-image-link table.site-hub-card-desc-left a {
  color: #ffffff;
}
.site-hub .custom-hub-grid-wrapper .custom-hub-grid .site-display-image .site-display-image-link table.site-hub-card-title {
  position: absolute;
  width: 100% !important;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 10;
  height: 100%;
  color: #ffffff;
  line-height: normal;
}
.site-hub .custom-hub-grid-wrapper .custom-hub-grid .site-display-image .site-display-image-link table.site-hub-card-title:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 20px;
}
.site-hub .custom-hub-grid-wrapper .custom-hub-grid .site-display-image .site-display-image-link table.site-hub-card-title thead, .site-hub .custom-hub-grid-wrapper .custom-hub-grid .site-display-image .site-display-image-link table.site-hub-card-title tbody {
  position: relative;
  z-index: 1;
}
.site-hub .custom-hub-grid-wrapper .custom-hub-grid .site-display-data-block.site-hub-card-date-wrapper {
  display: flex;
  justify-content: space-between;
  min-height: 50px;
}
.site-hub .custom-hub-grid-wrapper .custom-hub-grid .site-display-data-block.site-hub-card-date-wrapper .site-display-title, .site-hub .custom-hub-grid-wrapper .custom-hub-grid .site-display-data-block.site-hub-card-date-wrapper .site-display-desc {
  display: inline-block;
}
.site-hub .custom-hub-grid-wrapper .custom-hub-grid .site-display-data-block.site-hub-card-date-wrapper .site-display-title {
  width: calc(100% - 105px);
}
.site-hub .custom-hub-grid-wrapper .custom-hub-grid .site-display-data-block.site-hub-card-date-wrapper .site-display-desc {
  position: relative;
  width: 70px;
}
.site-hub .custom-hub-grid-wrapper .custom-hub-grid .site-display-data-block.site-hub-card-date-wrapper .site-display-desc .site-hub-card-date {
  position: absolute;
  top: -45px;
  right: 0;
  width: 70px !important;
}
.site-hub .custom-hub-grid-wrapper .custom-hub-grid .site-display-data-block.site-hub-card-date-wrapper .site-display-desc .site-hub-card-date.site-hub-card-big-date {
  width: 100px !important;
}
@media (max-width: 1499px) {
  .site-hub .custom-hub-grid-wrapper .custom-hub-grid .site-display-data-block.site-hub-card-date-wrapper .site-display-desc .site-hub-card-date.site-hub-card-big-date {
    width: 90px !important;
  }
}
@media (max-width: 1099px) {
  .site-hub .custom-hub-grid-wrapper .custom-hub-grid .site-display-data-block.site-hub-card-date-wrapper .site-display-desc .site-hub-card-date.site-hub-card-big-date {
    width: 80px !important;
  }
}
.site-hub .custom-hub-grid-wrapper .custom-hub-grid .site-display-data-block.site-hub-card-date-wrapper .site-display-desc .site-hub-card-date td {
  text-align: center;
  border-radius: 20px;
}
@media (max-width: 1099px) {
  .site-hub .custom-hub-grid-wrapper .custom-hub-grid .site-display-data-block.site-hub-card-date-wrapper .site-display-desc .site-hub-card-date td {
    min-width: 80px !important;
  }
}
.site-hub .custom-hub-grid-wrapper .custom-hub-grid .site-display-data-block.site-hub-card-date-wrapper .site-display-desc .site-hub-card-date td > strong:first-child {
  display: block;
  border: 1px solid black;
  border-radius: 5px 5px 0 0;
  font-weight: bold;
  font-size: 35px;
  padding: 10px 0;
}
@media (max-width: 1099px) {
  .site-hub .custom-hub-grid-wrapper .custom-hub-grid .site-display-data-block.site-hub-card-date-wrapper .site-display-desc .site-hub-card-date td > strong:first-child {
    font-size: 30px;
    padding: 5px 0;
  }
}
.site-hub .custom-hub-grid-wrapper .custom-hub-grid .site-display-data-block.site-hub-card-date-wrapper .site-display-desc .site-hub-card-date td em {
  display: block;
  background: #000000;
  border-radius: 0 0 5px 5px;
  font-weight: bold;
  font-size: 20px;
  color: #ffffff;
  padding: 10px 0;
  font-style: normal;
}
@media (max-width: 1099px) {
  .site-hub .custom-hub-grid-wrapper .custom-hub-grid .site-display-data-block.site-hub-card-date-wrapper .site-display-desc .site-hub-card-date td em {
    font-size: 16px;
    padding: 5px 0;
  }
}
.site-hub .custom-hub-grid-wrapper .custom-hub-grid .site-display-data-block.site-hub-card-date-wrapper .site-display-desc .site-hub-card-date.site-hub-card-big-date td > strong:first-child {
  font-size: 25px;
  padding: 10px 10px;
}
@media (max-width: 1099px) {
  .site-hub .custom-hub-grid-wrapper .custom-hub-grid .site-display-data-block.site-hub-card-date-wrapper .site-display-desc .site-hub-card-date.site-hub-card-big-date td > strong:first-child {
    font-size: 20px;
    padding: 5px 10px;
  }
}
.site-hub .custom-hub-grid-wrapper .site-display-filter-data > div:first-child {
  display: flex;
  justify-content: space-between;
  margin: 0 0 5px;
}
.site-hub .custom-hub-grid-wrapper .site-display-filter-data .site-hub-display-search-wrapper {
  width: calc(100% - 340px);
  position: relative;
  background: #F8F4F1;
  border-radius: 20px;
  padding: 0 30px;
  height: 75px;
  /*
  @include maxbp($r_1000) {
      width: 100%;
      padding: 0;
  }

  @include maxbp($mobile) {
      height: auto;
      background: none;
  }
   */
}
@media (max-width: 999px) {
  .site-hub .custom-hub-grid-wrapper .site-display-filter-data .site-hub-display-search-wrapper {
    width: calc(100% - 175px);
    padding: 0;
    border-radius: 10px;
  }
}
@media (max-width: 599px) {
  .site-hub .custom-hub-grid-wrapper .site-display-filter-data .site-hub-display-search-wrapper {
    width: calc(100% - 100px);
  }
}
.site-hub .custom-hub-grid-wrapper .site-display-filter-data .site-hub-display-search-wrapper i.site-icon-search {
  display: none;
}
@media (max-width: 599px) {
  .site-hub .custom-hub-grid-wrapper .site-display-filter-data .site-hub-display-search-wrapper i.site-icon-search {
    display: block;
    position: absolute;
    right: 15px;
    bottom: 21px;
    font-size: 28px;
    cursor: pointer;
  }
}
.site-hub .custom-hub-grid-wrapper .site-display-filter-data .site-hub-display-search-wrapper input.site-hub-display-search {
  background: #ffffff;
  border-radius: 0;
  outline: none;
  border: 1px solid #dfdfdf;
  font-size: 18px;
  height: 46px;
  width: 100%;
  padding: 10px;
  font-family: "brother-1816", sans-serif;
  height: 75px;
  border-radius: 20px;
  background: #F8F4F1;
  padding: 0 30px;
  border: none;
  display: inline-block;
  width: calc(100% - 210px);
}
@media (max-width: 999px) {
  .site-hub .custom-hub-grid-wrapper .site-display-filter-data .site-hub-display-search-wrapper input.site-hub-display-search {
    width: 100%;
    padding: 0 50px 0 20px;
  }
}
.site-hub .custom-hub-grid-wrapper .site-display-filter-data .site-display-filter-title {
  background: #FFF500;
  color: #000000;
  height: 75px;
  border-radius: 20px;
  width: 300px;
  text-align: center;
  font-size: 20px;
  line-height: 75px;
  font-family: "brother-1816", sans-serif;
  font-weight: 700;
  font-size: 0;
  transition: all ease 0.8s;
  cursor: pointer;
  /*
  @include maxbp($r_1000) {
      float: right;
      margin: 15px 0 0;
  }

  @include maxbp($mobile) {
      width: 100%;
      padding: 15px 20px;
      height: auto;
      line-height: normal;
      border-radius: 10px;
  }
  */
}
.site-hub .custom-hub-grid-wrapper .site-display-filter-data .site-display-filter-title:hover {
  background: #414141;
  color: #FFF500;
}
@media (max-width: 999px) {
  .site-hub .custom-hub-grid-wrapper .site-display-filter-data .site-display-filter-title {
    width: 150px;
    padding: 0 0 0 7px;
    border-radius: 10px;
  }
}
@media (max-width: 599px) {
  .site-hub .custom-hub-grid-wrapper .site-display-filter-data .site-display-filter-title {
    width: 90px;
  }
}
.site-hub .custom-hub-grid-wrapper .site-display-filter-data .site-display-filter-title::before {
  content: "Filter content";
  font-size: 18px;
  display: inline-block;
  vertical-align: middle;
  text-transform: none;
  font-weight: normal;
}
@media (max-width: 999px) {
  .site-hub .custom-hub-grid-wrapper .site-display-filter-data .site-display-filter-title::before {
    content: "Filter";
    letter-spacing: 0px;
    font-size: 15px;
  }
}
.site-hub .custom-hub-grid-wrapper .site-display-filter-data .site-display-filter-title:after {
  font-family: "site-icon" !important;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e90d" !important;
  transition: all ease 0.5s;
  font-size: 25px;
  display: inline-block;
  vertical-align: middle;
}
@media (max-width: 699px) {
  .site-hub .custom-hub-grid-wrapper .site-display-filter-data .site-display-filter-title:after {
    font-size: 15px;
  }
}
.site-hub .custom-hub-grid-wrapper .site-display-filter-data .site-display-filter-title.site-display-filter-title-active:after {
  transform: rotate(90deg);
  display: inline-block;
}
.site-hub .custom-hub-grid-wrapper .site-display-filter-data .site-display-filter-desc {
  display: none;
  text-align: right;
  margin: 0 0 20px;
}
@media (max-width: 999px) {
  .site-hub .custom-hub-grid-wrapper .site-display-filter-data .site-display-filter-desc {
    clear: both;
  }
}
@media (max-width: 599px) {
  .site-hub .custom-hub-grid-wrapper .site-display-filter-data .site-display-filter-desc {
    text-align: center;
  }
}
.site-hub .custom-hub-grid-wrapper .site-display-filter-data .site-display-filter-desc .site-display-filter-wrapper {
  display: inline-block;
  margin: 15px 0 0 10px;
}
@media (max-width: 599px) {
  .site-hub .custom-hub-grid-wrapper .site-display-filter-data .site-display-filter-desc .site-display-filter-wrapper {
    margin: 10px 0 0 5px;
  }
}
.site-hub .custom-hub-grid-wrapper .site-display-filter-data .site-display-filter-desc .site-display-filter-wrapper.site-display-filter-wrapper-active .site-display-filter-data-block label:after {
  display: block;
}
.site-hub .custom-hub-grid-wrapper .site-display-filter-data .site-display-filter-desc .site-display-filter-wrapper .site-display-filter-data-block {
  position: relative;
  display: block;
}
.site-hub .custom-hub-grid-wrapper .site-display-filter-data .site-display-filter-desc .site-display-filter-wrapper .site-display-filter-data-block:after {
  position: absolute;
  background: #FFF500;
  width: 0%;
  height: 100%;
  content: "";
  display: block;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  border-radius: 10px;
  transition: all ease 0.5s;
}
.site-hub .custom-hub-grid-wrapper .site-display-filter-data .site-display-filter-desc .site-display-filter-wrapper .site-display-filter-data-block:hover:after {
  width: 100%;
}
.site-hub .custom-hub-grid-wrapper .site-display-filter-data .site-display-filter-desc .site-display-filter-wrapper .site-display-filter-data-block label {
  position: relative;
}
.site-hub .custom-hub-grid-wrapper .site-display-filter-data .site-display-filter-desc .site-display-filter-wrapper .site-display-filter-data-block label:after {
  font-family: "site-icon" !important;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e90f" !important;
  margin: 0 0 0 10px;
  display: none;
  position: absolute;
  right: 10px;
  top: 10px;
  bottom: 0;
  font-size: 10px;
}
@media (max-width: 599px) {
  .site-hub .custom-hub-grid-wrapper .site-display-filter-data .site-display-filter-desc .site-display-filter-wrapper .site-display-filter-data-block label:after {
    font-size: 7px;
    top: 6px;
    right: 6px;
  }
}
.site-hub .custom-hub-grid-wrapper .site-display-filter-data .site-display-filter-desc .site-display-filter-wrapper .site-display-checkbox:checked + label {
  background: #414141;
  color: #ffffff;
}
.site-hub .custom-hub-grid-wrapper .site-display-filter-data .site-display-filter-desc .site-display-filter-wrapper label {
  border-radius: 10px;
  font-family: "brother-1816", sans-serif;
  color: #000000;
  border: 1px solid #000000;
  position: relative;
  z-index: 1;
  padding: 10px 30px;
}
@media (max-width: 599px) {
  .site-hub .custom-hub-grid-wrapper .site-display-filter-data .site-display-filter-desc .site-display-filter-wrapper label {
    font-size: 10px;
    padding: 6px 20px;
  }
}
.site-hub .custom-hub-grid-wrapper .site-display-filter-data .site-display-filter-desc .site-display-filter-wrapper label:hover {
  background: transparent;
}

.seo h1,
.seo h2,
.seo h3,
.seo h4,
.seo h5,
.seo h6 {
  font-family: "gelato-luxe";
  font-weight: normal;
  color: #000000;
}
.seo h1 tt,
.seo h2 tt,
.seo h3 tt,
.seo h4 tt,
.seo h5 tt,
.seo h6 tt {
  font-family: "brother-1816", sans-serif;
  font-weight: 600;
  display: block;
}
.seo .site-button-primary, .seo .site-form-payment-wrapper .site-payment-buttons button, .site-form-payment-wrapper .site-payment-buttons .seo button,
.seo .site-form-data .site-form-buttons .site-form-button,
.seo .site-form-data .site-form-field .file-upload-wrapper .file-upload-button {
  position: relative;
  display: inline-block;
  overflow: hidden;
  font-size: 18px;
  border: 1px solid #00B0DE;
  color: #ffffff;
  text-decoration: none;
  border-radius: 50px;
  padding: 3px 50px 5px;
  background: #00B0DE;
  transition: all ease 0.5s;
  line-height: 40px;
  text-decoration: none !important;
}
.seo .site-button-primary span, .seo .site-form-payment-wrapper .site-payment-buttons button span, .site-form-payment-wrapper .site-payment-buttons .seo button span,
.seo .site-form-data .site-form-buttons .site-form-button span,
.seo .site-form-data .site-form-field .file-upload-wrapper .file-upload-button span {
  position: relative;
  z-index: 10;
}
.seo .site-button-primary:before, .seo .site-form-payment-wrapper .site-payment-buttons button:before, .site-form-payment-wrapper .site-payment-buttons .seo button:before, .seo .site-button-primary:after, .seo .site-form-payment-wrapper .site-payment-buttons button:after, .site-form-payment-wrapper .site-payment-buttons .seo button:after,
.seo .site-form-data .site-form-buttons .site-form-button:before,
.seo .site-form-data .site-form-buttons .site-form-button:after,
.seo .site-form-data .site-form-field .file-upload-wrapper .file-upload-button:before,
.seo .site-form-data .site-form-field .file-upload-wrapper .file-upload-button:after {
  position: absolute;
  top: 50%;
  content: "";
  width: 20px;
  height: 18px;
  background-color: #ffffff;
  border-radius: 50%;
}
.seo .site-button-primary:before, .seo .site-form-payment-wrapper .site-payment-buttons button:before, .site-form-payment-wrapper .site-payment-buttons .seo button:before,
.seo .site-form-data .site-form-buttons .site-form-button:before,
.seo .site-form-data .site-form-field .file-upload-wrapper .file-upload-button:before {
  left: -20px;
  transform: translate(-50%, -50%);
}
.seo .site-button-primary:after, .seo .site-form-payment-wrapper .site-payment-buttons button:after, .site-form-payment-wrapper .site-payment-buttons .seo button:after,
.seo .site-form-data .site-form-buttons .site-form-button:after,
.seo .site-form-data .site-form-field .file-upload-wrapper .file-upload-button:after {
  right: -20px;
  transform: translate(50%, -50%);
}
.seo .site-button-primary:hover, .seo .site-form-payment-wrapper .site-payment-buttons button:hover, .site-form-payment-wrapper .site-payment-buttons .seo button:hover,
.seo .site-form-data .site-form-buttons .site-form-button:hover,
.seo .site-form-data .site-form-field .file-upload-wrapper .file-upload-button:hover {
  color: #00B0DE !important;
  border: 1px solid #00B0DE;
  transition: all ease 1.2s;
}
.seo .site-button-primary:hover span, .seo .site-form-payment-wrapper .site-payment-buttons button:hover span, .site-form-payment-wrapper .site-payment-buttons .seo button:hover span,
.seo .site-form-data .site-form-buttons .site-form-button:hover span,
.seo .site-form-data .site-form-field .file-upload-wrapper .file-upload-button:hover span {
  color: #00B0DE !important;
}
.seo .site-button-primary:hover:before, .seo .site-form-payment-wrapper .site-payment-buttons button:hover:before, .site-form-payment-wrapper .site-payment-buttons .seo button:hover:before,
.seo .site-form-data .site-form-buttons .site-form-button:hover:before,
.seo .site-form-data .site-form-field .file-upload-wrapper .file-upload-button:hover:before {
  animation: criss-cross-left 0.8s both;
  animation-direction: alternate;
}
.seo .site-button-primary:hover:after, .seo .site-form-payment-wrapper .site-payment-buttons button:hover:after, .site-form-payment-wrapper .site-payment-buttons .seo button:hover:after,
.seo .site-form-data .site-form-buttons .site-form-button:hover:after,
.seo .site-form-data .site-form-field .file-upload-wrapper .file-upload-button:hover:after {
  animation: criss-cross-right 0.8s both;
  animation-direction: alternate;
}
@keyframes criss-cross-left {
  0% {
    left: -20px;
  }
  50% {
    left: 50%;
    width: 20px;
    height: 18px;
  }
  100% {
    left: 50%;
    width: 100%;
    height: 100%;
  }
}
@keyframes criss-cross-right {
  0% {
    right: -20px;
  }
  50% {
    right: 50%;
    width: 20px;
    height: 18px;
    border-radius: 50px;
  }
  100% {
    right: 50%;
    width: 100%;
    height: 100%;
    border-radius: 50px;
  }
}
.seo .site-bookmark-button {
  position: relative;
  position: relative;
  display: inline-block;
  overflow: hidden;
  font-size: 18px;
  border: 1px solid #00B0DE;
  color: #ffffff;
  text-decoration: none;
  border-radius: 50px;
  padding: 3px 50px 5px;
  background: #00B0DE;
  transition: all ease 0.5s;
  line-height: 40px;
  text-decoration: none !important;
  margin: 20px 0 0;
}
.seo .site-bookmark-button span {
  position: relative;
  z-index: 10;
}
.seo .site-bookmark-button:before, .seo .site-bookmark-button:after {
  position: absolute;
  top: 50%;
  content: "";
  width: 20px;
  height: 18px;
  background-color: #ffffff;
  border-radius: 50%;
}
.seo .site-bookmark-button:before {
  left: -20px;
  transform: translate(-50%, -50%);
}
.seo .site-bookmark-button:after {
  right: -20px;
  transform: translate(50%, -50%);
}
.seo .site-bookmark-button:hover {
  color: #00B0DE !important;
  border: 1px solid #00B0DE;
  transition: all ease 1.2s;
}
.seo .site-bookmark-button:hover span {
  color: #00B0DE !important;
}
.seo .site-bookmark-button:hover:before {
  animation: criss-cross-left 0.8s both;
  animation-direction: alternate;
}
.seo .site-bookmark-button:hover:after {
  animation: criss-cross-right 0.8s both;
  animation-direction: alternate;
}
@keyframes criss-cross-left {
  0% {
    left: -20px;
  }
  50% {
    left: 50%;
    width: 20px;
    height: 18px;
  }
  100% {
    left: 50%;
    width: 100%;
    height: 100%;
  }
}
@keyframes criss-cross-right {
  0% {
    right: -20px;
  }
  50% {
    right: 50%;
    width: 20px;
    height: 18px;
    border-radius: 50px;
  }
  100% {
    right: 50%;
    width: 100%;
    height: 100%;
    border-radius: 50px;
  }
}
.seo .site-bookmark-button .site-bookmark-button-icon {
  position: relative;
  top: 3px;
  padding: 0 0 0 3px;
}
.seo .site-bookmark-button .site-bookmark-button-icon:before {
  font-family: "site-icon" !important;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e917" !important;
  font-size: 20px;
}
.seo .site-bookmark-button.site-bookmark-display-button-remove .site-bookmark-button-icon:before {
  content: "\e918" !important;
}
.seo .site-button-secondary, .seo .site-search-wrapper .site-search-block.site-search-option2 .site-search-button, .site-search-wrapper .site-search-block.site-search-option2 .seo .site-search-button, .seo .site-primary-button {
  position: relative;
  display: inline-block;
  overflow: hidden;
  font-size: 18px;
  border: 1px solid #414141;
  color: #ffffff;
  text-decoration: none;
  border-radius: 50px;
  padding: 3px 50px 5px;
  background: #414141;
  transition: all ease 0.5s;
  line-height: 40px;
  text-decoration: none !important;
}
.seo .site-button-secondary span, .seo .site-search-wrapper .site-search-block.site-search-option2 .site-search-button span, .site-search-wrapper .site-search-block.site-search-option2 .seo .site-search-button span, .seo .site-primary-button span {
  position: relative;
  z-index: 10;
}
.seo .site-button-secondary:before, .seo .site-search-wrapper .site-search-block.site-search-option2 .site-search-button:before, .site-search-wrapper .site-search-block.site-search-option2 .seo .site-search-button:before, .seo .site-button-secondary:after, .seo .site-search-wrapper .site-search-block.site-search-option2 .site-search-button:after, .site-search-wrapper .site-search-block.site-search-option2 .seo .site-search-button:after, .seo .site-primary-button:before, .seo .site-primary-button:after {
  position: absolute;
  top: 50%;
  content: "";
  width: 20px;
  height: 18px;
  background-color: #ffffff;
  border-radius: 50%;
}
.seo .site-button-secondary:before, .seo .site-search-wrapper .site-search-block.site-search-option2 .site-search-button:before, .site-search-wrapper .site-search-block.site-search-option2 .seo .site-search-button:before, .seo .site-primary-button:before {
  left: -20px;
  transform: translate(-50%, -50%);
}
.seo .site-button-secondary:after, .seo .site-search-wrapper .site-search-block.site-search-option2 .site-search-button:after, .site-search-wrapper .site-search-block.site-search-option2 .seo .site-search-button:after, .seo .site-primary-button:after {
  right: -20px;
  transform: translate(50%, -50%);
}
.seo .site-button-secondary:hover, .seo .site-search-wrapper .site-search-block.site-search-option2 .site-search-button:hover, .site-search-wrapper .site-search-block.site-search-option2 .seo .site-search-button:hover, .seo .site-primary-button:hover {
  color: #414141 !important;
  border: 1px solid #414141;
  transition: all ease 1.2s;
}
.seo .site-button-secondary:hover span, .seo .site-search-wrapper .site-search-block.site-search-option2 .site-search-button:hover span, .site-search-wrapper .site-search-block.site-search-option2 .seo .site-search-button:hover span, .seo .site-primary-button:hover span {
  color: #414141 !important;
}
.seo .site-button-secondary:hover:before, .seo .site-search-wrapper .site-search-block.site-search-option2 .site-search-button:hover:before, .site-search-wrapper .site-search-block.site-search-option2 .seo .site-search-button:hover:before, .seo .site-primary-button:hover:before {
  animation: criss-cross-left 0.8s both;
  animation-direction: alternate;
}
.seo .site-button-secondary:hover:after, .seo .site-search-wrapper .site-search-block.site-search-option2 .site-search-button:hover:after, .site-search-wrapper .site-search-block.site-search-option2 .seo .site-search-button:hover:after, .seo .site-primary-button:hover:after {
  animation: criss-cross-right 0.8s both;
  animation-direction: alternate;
}
@keyframes criss-cross-left {
  0% {
    left: -20px;
  }
  50% {
    left: 50%;
    width: 20px;
    height: 18px;
  }
  100% {
    left: 50%;
    width: 100%;
    height: 100%;
  }
}
@keyframes criss-cross-right {
  0% {
    right: -20px;
  }
  50% {
    right: 50%;
    width: 20px;
    height: 18px;
    border-radius: 50px;
  }
  100% {
    right: 50%;
    width: 100%;
    height: 100%;
    border-radius: 50px;
  }
}
.seo .site-button-full-primary {
  position: relative;
  display: inline-block;
  overflow: hidden;
  font-size: 18px;
  border: 1px solid #00B0DE;
  color: #ffffff;
  text-decoration: none;
  border-radius: 50px;
  padding: 3px 50px 5px;
  background: #00B0DE;
  transition: all ease 0.5s;
  line-height: 40px;
  text-decoration: none !important;
  display: block;
  width: 100%;
  text-align: center;
}
.seo .site-button-full-primary span {
  position: relative;
  z-index: 10;
}
.seo .site-button-full-primary:before, .seo .site-button-full-primary:after {
  position: absolute;
  top: 50%;
  content: "";
  width: 20px;
  height: 18px;
  background-color: #ffffff;
  border-radius: 50%;
}
.seo .site-button-full-primary:before {
  left: -20px;
  transform: translate(-50%, -50%);
}
.seo .site-button-full-primary:after {
  right: -20px;
  transform: translate(50%, -50%);
}
.seo .site-button-full-primary:hover {
  color: #00B0DE !important;
  border: 1px solid #00B0DE;
  transition: all ease 1.2s;
}
.seo .site-button-full-primary:hover span {
  color: #00B0DE !important;
}
.seo .site-button-full-primary:hover:before {
  animation: criss-cross-left 0.8s both;
  animation-direction: alternate;
}
.seo .site-button-full-primary:hover:after {
  animation: criss-cross-right 0.8s both;
  animation-direction: alternate;
}
@keyframes criss-cross-left {
  0% {
    left: -20px;
  }
  50% {
    left: 50%;
    width: 20px;
    height: 18px;
  }
  100% {
    left: 50%;
    width: 100%;
    height: 100%;
  }
}
@keyframes criss-cross-right {
  0% {
    right: -20px;
  }
  50% {
    right: 50%;
    width: 20px;
    height: 18px;
    border-radius: 50px;
  }
  100% {
    right: 50%;
    width: 100%;
    height: 100%;
    border-radius: 50px;
  }
}
.seo .site-button-full-secondary {
  position: relative;
  display: inline-block;
  overflow: hidden;
  font-size: 18px;
  border: 1px solid #414141;
  color: #ffffff;
  text-decoration: none;
  border-radius: 50px;
  padding: 3px 50px 5px;
  background: #414141;
  transition: all ease 0.5s;
  line-height: 40px;
  text-decoration: none !important;
  display: block;
  width: 100%;
  text-align: center;
}
.seo .site-button-full-secondary span {
  position: relative;
  z-index: 10;
}
.seo .site-button-full-secondary:before, .seo .site-button-full-secondary:after {
  position: absolute;
  top: 50%;
  content: "";
  width: 20px;
  height: 18px;
  background-color: #ffffff;
  border-radius: 50%;
}
.seo .site-button-full-secondary:before {
  left: -20px;
  transform: translate(-50%, -50%);
}
.seo .site-button-full-secondary:after {
  right: -20px;
  transform: translate(50%, -50%);
}
.seo .site-button-full-secondary:hover {
  color: #414141 !important;
  border: 1px solid #414141;
  transition: all ease 1.2s;
}
.seo .site-button-full-secondary:hover span {
  color: #414141 !important;
}
.seo .site-button-full-secondary:hover:before {
  animation: criss-cross-left 0.8s both;
  animation-direction: alternate;
}
.seo .site-button-full-secondary:hover:after {
  animation: criss-cross-right 0.8s both;
  animation-direction: alternate;
}
@keyframes criss-cross-left {
  0% {
    left: -20px;
  }
  50% {
    left: 50%;
    width: 20px;
    height: 18px;
  }
  100% {
    left: 50%;
    width: 100%;
    height: 100%;
  }
}
@keyframes criss-cross-right {
  0% {
    right: -20px;
  }
  50% {
    right: 50%;
    width: 20px;
    height: 18px;
    border-radius: 50px;
  }
  100% {
    right: 50%;
    width: 100%;
    height: 100%;
    border-radius: 50px;
  }
}
.seo .site-button-big-primary {
  position: relative;
  display: inline-block;
  overflow: hidden;
  font-size: 18px;
  border: 1px solid #00B0DE;
  color: #ffffff;
  text-decoration: none;
  border-radius: 50px;
  padding: 3px 50px 5px;
  background: #00B0DE;
  transition: all ease 0.5s;
  line-height: 40px;
  text-decoration: none !important;
  padding: 22px 50px 25px;
  font-size: 25px;
}
.seo .site-button-big-primary span {
  position: relative;
  z-index: 10;
}
.seo .site-button-big-primary:before, .seo .site-button-big-primary:after {
  position: absolute;
  top: 50%;
  content: "";
  width: 20px;
  height: 18px;
  background-color: #ffffff;
  border-radius: 50%;
}
.seo .site-button-big-primary:before {
  left: -20px;
  transform: translate(-50%, -50%);
}
.seo .site-button-big-primary:after {
  right: -20px;
  transform: translate(50%, -50%);
}
.seo .site-button-big-primary:hover {
  color: #00B0DE !important;
  border: 1px solid #00B0DE;
  transition: all ease 1.2s;
}
.seo .site-button-big-primary:hover span {
  color: #00B0DE !important;
}
.seo .site-button-big-primary:hover:before {
  animation: criss-cross-left 0.8s both;
  animation-direction: alternate;
}
.seo .site-button-big-primary:hover:after {
  animation: criss-cross-right 0.8s both;
  animation-direction: alternate;
}
@keyframes criss-cross-left {
  0% {
    left: -20px;
  }
  50% {
    left: 50%;
    width: 20px;
    height: 18px;
  }
  100% {
    left: 50%;
    width: 100%;
    height: 100%;
  }
}
@keyframes criss-cross-right {
  0% {
    right: -20px;
  }
  50% {
    right: 50%;
    width: 20px;
    height: 18px;
    border-radius: 50px;
  }
  100% {
    right: 50%;
    width: 100%;
    height: 100%;
    border-radius: 50px;
  }
}
.seo .site-button-big-secondary {
  position: relative;
  display: inline-block;
  overflow: hidden;
  font-size: 18px;
  border: 1px solid #414141;
  color: #ffffff;
  text-decoration: none;
  border-radius: 50px;
  padding: 3px 50px 5px;
  background: #414141;
  transition: all ease 0.5s;
  line-height: 40px;
  text-decoration: none !important;
  padding: 22px 50px 25px;
  font-size: 25px;
}
.seo .site-button-big-secondary span {
  position: relative;
  z-index: 10;
}
.seo .site-button-big-secondary:before, .seo .site-button-big-secondary:after {
  position: absolute;
  top: 50%;
  content: "";
  width: 20px;
  height: 18px;
  background-color: #ffffff;
  border-radius: 50%;
}
.seo .site-button-big-secondary:before {
  left: -20px;
  transform: translate(-50%, -50%);
}
.seo .site-button-big-secondary:after {
  right: -20px;
  transform: translate(50%, -50%);
}
.seo .site-button-big-secondary:hover {
  color: #414141 !important;
  border: 1px solid #414141;
  transition: all ease 1.2s;
}
.seo .site-button-big-secondary:hover span {
  color: #414141 !important;
}
.seo .site-button-big-secondary:hover:before {
  animation: criss-cross-left 0.8s both;
  animation-direction: alternate;
}
.seo .site-button-big-secondary:hover:after {
  animation: criss-cross-right 0.8s both;
  animation-direction: alternate;
}
@keyframes criss-cross-left {
  0% {
    left: -20px;
  }
  50% {
    left: 50%;
    width: 20px;
    height: 18px;
  }
  100% {
    left: 50%;
    width: 100%;
    height: 100%;
  }
}
@keyframes criss-cross-right {
  0% {
    right: -20px;
  }
  50% {
    right: 50%;
    width: 20px;
    height: 18px;
    border-radius: 50px;
  }
  100% {
    right: 50%;
    width: 100%;
    height: 100%;
    border-radius: 50px;
  }
}
.seo .site-button-heart {
  position: relative;
  display: inline-block;
}
@media (max-width: 599px) {
  .seo .site-button-heart {
    margin: 0 0 10px;
  }
}
.seo .site-button-heart span {
  background: #FFF500;
  color: #000000;
  border-radius: 50px;
  padding: 3px 50px 5px;
  display: inline-block;
  line-height: 40px;
  position: relative;
  z-index: 2;
  border: 1px solid #FFF500;
}
.seo .site-button-heart .site-icon-heart {
  position: absolute;
  top: 0px;
  color: #FF2689;
  font-size: 25px;
  z-index: 0;
}
.seo .site-button-heart .site-icon-heart:nth-of-type(1) {
  left: calc(50% - 50px);
  scale: 1.1;
}
.seo .site-button-heart .site-icon-heart:nth-of-type(2) {
  left: calc(50% - 25px);
  animation-delay: 0.4s !important;
}
.seo .site-button-heart .site-icon-heart:nth-of-type(3) {
  left: 50%;
  animation-delay: 1s !important;
  scale: 1.2;
}
.seo .site-button-heart .site-icon-heart:nth-of-type(4) {
  left: calc(50% + 25px);
  animation-delay: 1.5s !important;
  scale: 1.2;
}
.seo .site-button-heart:hover span {
  background: #ffffff;
  border: 1px solid #000000;
}
.seo .site-button-heart:hover .site-icon-heart {
  animation: 1.5s linear heart normal;
}
@keyframes heart {
  0% {
    transform: rotate(10deg);
    opacity: 0;
  }
  25% {
    transform: rotate(-10deg);
    opacity: 1;
  }
  75% {
    transform: rotate(10deg);
    opacity: 0.5;
  }
  100% {
    transform: rotate(-10deg);
    opacity: 0;
    top: -130%;
  }
}
.seo .box {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--accent-color);
  color: #fff;
  border-radius: 50px;
  position: relative;
}
.seo .counter-container {
  padding: 30px;
}
.seo .cms-text-feature table tr {
  background: transparent;
}
.seo .cms-text-feature table tr th {
  background: #00B0DE;
  color: #ffffff;
}
.seo .cms-text-feature table tr:nth-child(2n) {
  background: #f1f1f1;
}
@media (max-width: 599px) {
  .seo .cms-text-feature table tr:nth-child(2n) {
    background: none;
  }
}
@media (max-width: 599px) {
  .seo table.site-table-mobile > thead > tr > td p, .seo table.site-table-mobile > thead > tr > th p, .seo table.site-table-mobile > tbody > tr > td p, .seo table.site-table-mobile > tbody > tr > th p {
    margin: 0 0 20px !important;
  }
}
.seo table.site-table-no-scroll {
  display: table !important;
}
.seo table.site-table-mobile-stack {
  border-collapse: collapse;
  margin: 0 0 30px;
  padding: 0;
  width: 100%;
  table-layout: fixed;
  white-space: normal;
}
.seo table.site-table-mobile-stack tr {
  background-color: transparent;
  border: 1px solid #f1f1f1;
  padding: 5px;
}
.seo table.site-table-mobile-stack th,
.seo table.site-table-mobile-stack td {
  padding: 0.625em;
  text-align: center;
  word-wrap: break-word;
}
.seo table.site-table-mobile-stack th {
  text-transform: uppercase;
}
@media (max-width: 599px) {
  .seo table.site-table-mobile-stack {
    border-collapse: collapse;
    margin: 0;
    padding: 0;
    width: 100%;
    table-layout: fixed;
    display: table !important;
  }
  .seo table.site-table-mobile-stack caption {
    font-size: 1.3em;
  }
  .seo table.site-table-mobile-stack thead {
    border: none;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .seo table.site-table-mobile-stack tr {
    display: block;
    margin-bottom: 0.625em;
    background: none !important;
    border: 1px solid #414141;
  }
  .seo table.site-table-mobile-stack td {
    border: none;
    border-bottom: 1px solid #f1f1f1;
    display: block;
    text-align: right !important;
  }
  .seo table.site-table-mobile-stack td::before {
    /*
    * aria-label has no advantage, it won't be read inside a table
    content: attr(aria-label);
    */
    content: attr(data-label);
    float: left;
    font-weight: bold;
    text-transform: uppercase;
    color: #414141;
  }
  .seo table.site-table-mobile-stack td:last-child {
    border-bottom: 0;
  }
}
@media (max-width: 599px) {
  .seo table.site-table-row-border {
    width: 100% !important;
  }
}
.seo table.site-table-row-border tr {
  border-bottom: 1px solid #f1f1f1;
}
.seo table.site-table-row-border tr td h1, .seo table.site-table-row-border tr td h2, .seo table.site-table-row-border tr td h3, .seo table.site-table-row-border tr td h4, .seo table.site-table-row-border tr td h5, .seo table.site-table-row-border tr td h6, .seo table.site-table-row-border tr td p {
  margin: 0 !important;
}
@media (max-width: 599px) {
  .seo table.site-table-row-border.site-table-mobile > thead > tr > td h1, .seo table.site-table-row-border.site-table-mobile > thead > tr > td h2, .seo table.site-table-row-border.site-table-mobile > thead > tr > td h3, .seo table.site-table-row-border.site-table-mobile > thead > tr > td h4, .seo table.site-table-row-border.site-table-mobile > thead > tr > td h5, .seo table.site-table-row-border.site-table-mobile > thead > tr > td h6, .seo table.site-table-row-border.site-table-mobile > thead > tr > td p, .seo table.site-table-row-border.site-table-mobile > thead > tr > th h1, .seo table.site-table-row-border.site-table-mobile > thead > tr > th h2, .seo table.site-table-row-border.site-table-mobile > thead > tr > th h3, .seo table.site-table-row-border.site-table-mobile > thead > tr > th h4, .seo table.site-table-row-border.site-table-mobile > thead > tr > th h5, .seo table.site-table-row-border.site-table-mobile > thead > tr > th h6, .seo table.site-table-row-border.site-table-mobile > thead > tr > th p, .seo table.site-table-row-border.site-table-mobile > tbody > tr > td h1, .seo table.site-table-row-border.site-table-mobile > tbody > tr > td h2, .seo table.site-table-row-border.site-table-mobile > tbody > tr > td h3, .seo table.site-table-row-border.site-table-mobile > tbody > tr > td h4, .seo table.site-table-row-border.site-table-mobile > tbody > tr > td h5, .seo table.site-table-row-border.site-table-mobile > tbody > tr > td h6, .seo table.site-table-row-border.site-table-mobile > tbody > tr > td p, .seo table.site-table-row-border.site-table-mobile > tbody > tr > th h1, .seo table.site-table-row-border.site-table-mobile > tbody > tr > th h2, .seo table.site-table-row-border.site-table-mobile > tbody > tr > th h3, .seo table.site-table-row-border.site-table-mobile > tbody > tr > th h4, .seo table.site-table-row-border.site-table-mobile > tbody > tr > th h5, .seo table.site-table-row-border.site-table-mobile > tbody > tr > th h6, .seo table.site-table-row-border.site-table-mobile > tbody > tr > th p {
    margin: 0 !important;
  }
}
.seo .site-breadcrumbs-wrapper {
  background: #f9f9f9;
  padding: 15px 0;
  border-bottom: 1px solid #dfdfdf;
  color: #414141;
  margin: 0 0 20px;
}
.seo .site-breadcrumbs-wrapper .site-breadcrumbs-item {
  display: inline-block;
  padding: 0 30px 0 0;
  position: relative;
}
.seo .site-breadcrumbs-wrapper .site-breadcrumbs-item:after {
  font-family: "site-icon" !important;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e909" !important;
  font-size: 25px;
  position: absolute;
  right: 0;
  top: 0;
}
.seo .site-breadcrumbs-wrapper .site-breadcrumbs-item.site-breadcrumbs-active:after {
  display: none;
}
.seo .site-breadcrumbs-wrapper .site-breadcrumbs-item a.site-breadcrumbs-link {
  color: #00B0DE;
  position: relative;
}
.seo .site-breadcrumbs-wrapper .site-breadcrumbs-item a.site-breadcrumbs-link::after {
  content: "";
  width: 0;
  position: absolute;
  height: 2px;
  background: #ffffff;
  left: 0;
  bottom: -5px;
  transition: all ease 0.5s;
}
.seo .site-breadcrumbs-wrapper .site-breadcrumbs-item a.site-breadcrumbs-link:hover:after {
  width: 100%;
}
@media (max-width: 1299px) {
  .seo .site-menu-toggle {
    display: block;
  }
  .seo .site-navigation-wrapper {
    position: fixed;
    background: #000000;
    z-index: 1000;
    right: -100%;
    top: 110px;
    width: 300px;
    transition: all ease 0.5s;
    opacity: 0;
    visibility: hidden;
    height: calc(100vh - 110px);
  }
  .seo .site-navigation-wrapper.site-navigation-wrapper-active {
    right: 0;
    opacity: 1;
    visibility: visible;
    overflow: scroll;
    width: 400px;
  }
}
@media (max-width: 1299px) and (max-width: 599px) {
  .seo .site-navigation-wrapper.site-navigation-wrapper-active {
    width: 100%;
  }
}
@media (max-width: 1299px) {
  .seo .site-navigation-wrapper ul.site-nav-block {
    padding: 10px 20px;
  }
  .seo .site-navigation-wrapper ul.site-nav-block > li {
    border-bottom: 1px solid #ffffff;
    margin: 0 0 10px;
    padding: 0 0 10px;
  }
  .seo .site-navigation-wrapper ul.site-nav-block > li > a {
    color: #ffffff;
    position: relative;
    padding: 0;
  }
  .seo .site-navigation-wrapper ul.site-nav-block > li.site-nav-active > a {
    color: #FFF500;
    font-weight: bold;
  }
  .seo .site-navigation-wrapper ul.site-nav-block li {
    display: block;
    position: relative;
  }
  .seo .site-navigation-wrapper ul.site-nav-block li .site-nav-linktext.site-nav-expand {
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    color: #ffffff;
  }
  .seo .site-navigation-wrapper ul.site-nav-block li .site-nav-linktext.site-nav-expand:before {
    font-family: "site-icon" !important;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\e909" !important;
    font-size: 30px;
    display: block;
    transition: all ease 0.5s;
  }
  .seo .site-navigation-wrapper ul.site-nav-block li .site-nav-linktext.site-nav-expand-active:before {
    transform: rotate(90deg);
  }
  .seo .site-navigation-wrapper ul.site-nav-block li .site-subnav-wrapper {
    overflow: hidden;
    max-height: 0;
    transition: all ease 0.5s;
  }
  .seo .site-navigation-wrapper ul.site-nav-block li .site-subnav-wrapper-active {
    max-height: 1000px;
  }
  .seo .site-navigation-wrapper ul.site-nav-block li .site-subnav-wrapper .site-subnav-block {
    padding: 10px 0 0;
  }
  .seo .site-navigation-wrapper ul.site-nav-block li .site-subnav-wrapper .site-subnav-block li {
    padding: 0 20px 10px;
    text-transform: none;
  }
  .seo .site-navigation-wrapper ul.site-nav-block li .site-subnav-wrapper .site-subnav-block li a {
    color: #ffffff;
  }
  .seo .site-navigation-wrapper ul.site-nav-block li .site-subnav-wrapper .site-subnav-block li a:hover {
    color: #000000;
  }
  .seo .site-navigation-wrapper ul.site-nav-block li .site-subnav-wrapper .site-subnav-block li.site-subnav-active > a {
    color: #ffffff;
    font-weight: bold;
  }
}
.seo blockquote, .seo q {
  padding: 85px 75px;
  position: relative;
  margin: 80px 0 !important;
  border-radius: 20px;
  text-align: left;
  font-size: 18px !important;
  line-height: 30px !important;
}
@media (max-width: 599px) {
  .seo blockquote, .seo q {
    padding: 40px 20px;
  }
}
.seo blockquote:after, .seo q:after {
  font-family: "site-icon" !important;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e903" !important;
  display: block;
  position: absolute;
  background-size: 100%;
  top: -20px;
  left: 75px;
  font-size: 70px;
  color: #000000;
}
@media (max-width: 599px) {
  .seo blockquote:after, .seo q:after {
    left: 25px;
    font-size: 50px;
  }
}
.seo blockquote:before, .seo q:before {
  font-family: "site-icon" !important;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e919" !important;
  display: block;
  position: absolute;
  background-size: 100%;
  bottom: -20px;
  right: 75px;
  font-size: 70px;
  color: #000000;
}
@media (max-width: 599px) {
  .seo blockquote:before, .seo q:before {
    right: 25px;
    font-size: 50px;
  }
}
.seo q {
  border: 5px solid #000000;
  color: #000000;
}
.seo q:after, .seo q:before {
  color: #00B0DE;
}
.seo blockquote {
  background: #00B0DE;
  color: #ffffff;
}
.seo .cms-text-feature .cms-text-feature-data {
  line-height: normal;
}
.seo .cms-text-feature .cms-text-feature-data p {
  line-height: 30px;
  font-size: 18px;
  margin: 0 0 20px;
}
.seo .cms-text-feature .cms-text-feature-data p:last-child {
  margin: 0;
}
.seo .cms-text-feature .cms-text-feature-data q, .seo .cms-text-feature .cms-text-feature-data blockquote {
  text-align: left;
}
.seo .cms-text-feature .cms-text-feature-data ul, .seo .cms-text-feature .cms-text-feature-data ol {
  list-style-position: outside;
}
.seo .cms-text-feature .cms-text-feature-data ul li, .seo .cms-text-feature .cms-text-feature-data ol li {
  line-height: 30px;
  font-size: 18px;
  margin: 0 0 20px;
}
.seo .cms-text-feature .cms-text-feature-data ul li:last-child, .seo .cms-text-feature .cms-text-feature-data ol li:last-child {
  margin: 0;
}
.seo .cms-text-feature .cms-text-feature-data ol {
  list-style: none;
  counter-reset: li;
}
.seo .cms-text-feature .cms-text-feature-data ol li {
  position: relative;
  counter-increment: li;
  padding: 0 0 0 12px;
}
.seo .cms-text-feature .cms-text-feature-data ol li::before {
  content: counter(li);
  color: #00B0DE;
  font-size: 20px;
  position: absolute;
  left: -20px;
  top: 0px;
  width: 17px;
  text-align: left;
}
.seo .cms-text-feature .cms-text-feature-data ul li {
  list-style: none;
  position: relative;
  padding: 0 0 0 12px;
}
.seo .cms-text-feature .cms-text-feature-data ul li:before {
  content: "";
  width: 20px;
  height: 18px;
  background: #00B0DE;
  border-radius: 100%;
  position: absolute;
  left: -20px;
  top: 10px;
  transform: rotate(-30deg);
}
.seo .cms-text-feature .cms-text-feature-data hr {
  margin: 30px 0 20px;
}
.seo .cms-text-feature .cms-text-feature-data a1 {
  color: #00B0DE;
}
.seo .cms-text-feature .cms-text-feature-data a1.no-link-style {
  border-bottom: none !important;
  color: #00B0DE;
}
.seo .cms-text-feature .cms-text-feature-data a1.no-link-style:hover {
  color: #414141;
}
.seo .cms-text-feature .cms-text-feature-data a1:hover {
  color: #414141;
  border-bottom: 1px solid #414141;
}
.seo body.cms-page-is-in-edit-mode .cms-feature-wrapper {
  position: relative;
}
.seo body.cms-page-is-in-edit-mode .cms-feature-wrapper .site-feature-detail {
  position: absolute;
  background: #ffffff;
  color: #ffffff;
  height: 30px;
  line-height: 30px;
  text-align: center;
  top: 0;
  right: 0;
  display: flex;
  padding: 0 10px;
  font-size: 18px;
}
.seo body.cms-page-is-in-edit-mode .cms-feature-wrapper .site-feature-detail .site-feature-count {
  margin: 0 10px 0 0;
  position: relative;
  padding: 0 12px 0 0;
}
.seo body.cms-page-is-in-edit-mode .cms-feature-wrapper .site-feature-detail .site-feature-count:before {
  content: "";
  background: #00B0DE;
  height: 4px;
  width: 4px;
  border-radius: 100%;
  display: inline-block;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 0;
}
.seo body.cms-page-is-in-edit-mode .cms-feature-wrapper .site-feature-detail .site-feature-row {
  margin: 0 0 0 10px;
  position: relative;
  padding: 0 0 0 12px;
}
.seo body.cms-page-is-in-edit-mode .cms-feature-wrapper .site-feature-detail .site-feature-row:before {
  content: "";
  background: #00B0DE;
  height: 4px;
  width: 4px;
  border-radius: 100%;
  display: inline-block;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  left: 0;
}
.seo body.cms-page-is-in-edit-mode .site-row-container {
  position: relative;
}
.seo body.cms-page-is-in-edit-mode .site-row-container:after {
  content: "New Row";
  display: block;
  margin: 40px 0;
  position: relative;
  position: absolute;
  top: 27px;
  left: 0;
  right: 0;
  width: 100px;
  margin: 0 auto;
  background: #ffffff;
  padding: 5px 10px;
  text-align: center;
  font-size: 18px;
  color: #00B0DE;
}
.seo body.cms-page-is-in-edit-mode .site-row-container:before {
  content: "";
  display: block;
  height: 2px;
  width: 100%;
  background: #dfdfdf;
  margin: 40px 0;
}
.seo .site-color-text {
  color: #414141 !important;
}
.seo .site-color-text-wrapper .cms-feature-title {
  color: #414141 !important;
}
.seo .site-color-primary {
  color: #00B0DE !important;
}
.seo .site-color-primary-wrapper .cms-feature-title {
  color: #00B0DE !important;
}
.seo .site-color-secondary {
  color: #ffffff !important;
}
.seo .site-color-secondary-wrapper .cms-feature-title {
  color: #ffffff !important;
}
.seo .site-color-light {
  color: #f1f1f1 !important;
}
.seo .site-color-light-wrapper .cms-feature-title {
  color: #f1f1f1 !important;
}
.seo .site-color-black {
  color: #000000 !important;
}
.seo .site-color-black * {
  color: #000000 !important;
}
.seo .site-color-black-wrapper .cms-feature-title {
  color: #000000 !important;
}
.seo .site-color-black-wrapper .cms-feature-title * {
  color: #000000 !important;
}
.seo .site-color-white {
  color: #ffffff !important;
}
.seo .site-color-white var {
  color: #ffffff;
}
.seo .site-color-white *:not(var):not(var *) {
  color: #ffffff !important;
}
.seo .site-color-white *:not(var):not(var *).site-button-secondary:hover, .seo .site-color-white .site-search-wrapper .site-search-block.site-search-option2 *.site-search-button:not(var):not(var *):hover, .site-search-wrapper .site-search-block.site-search-option2 .seo .site-color-white *.site-search-button:not(var):not(var *):hover {
  color: #414141 !important;
}
.seo .site-color-white *:not(var):not(var *).site-button-secondary:hover span, .seo .site-color-white .site-search-wrapper .site-search-block.site-search-option2 *.site-search-button:not(var):not(var *):hover span, .site-search-wrapper .site-search-block.site-search-option2 .seo .site-color-white *.site-search-button:not(var):not(var *):hover span {
  color: #414141 !important;
}
.seo .site-color-white-wrapper .cms-feature-title {
  color: #ffffff !important;
}
.seo .site-bg-text, .seo .site-bg-text-wrapper, .seo .site-bg .cms-feature-title {
  background: #414141 !important;
}
.seo .site-bg-primary, .seo .site-bg-primary-wrapper, .seo .site-bg .cms-feature-title {
  background: #00B0DE !important;
}
.seo .site-bg-secondary, .seo .site-bg-secondary-wrapper, .seo .site-bg .cms-feature-title {
  background: #ffffff !important;
}
.seo .site-bg-light, .seo .site-bg-light-wrapper, .seo .site-bg .cms-feature-title {
  background: #dfdfdf !important;
}
.seo .site-bg-black, .seo .site-bg-black-wrapper, .seo .site-bg .cms-feature-title {
  background: #000000 !important;
}
.seo .site-bg-white, .seo .site-bg-white-wrapper, .seo .site-bg .cms-feature-title {
  background: #ffffff !important;
}
.seo .border-color-primary {
  border-color: #00B0DE;
}
.seo .border-color-secondary {
  border-color: #ffffff;
}
.seo .border-color-tertiary {
  border-color: #414141;
}
.seo .border-color-white {
  border-color: #ffffff;
}
.seo .border-color-light {
  border-color: #f1f1f1;
}
.seo .border-color-black {
  border-color: #000000;
}
.seo .border-bg-primary {
  background: #00B0DE;
}
.seo .border-bg-secondary {
  background: #ffffff;
}
.seo .border-bg-tertiary {
  background: #414141;
}
.seo .border-bg-white {
  background: #ffffff;
}
.seo .border-bg-light {
  background: #f1f1f1;
}
.seo .border-bg-black {
  background: #000000;
}
.seo .site-navigation-wrapper #site-navigation ul.site-nav-block > li.custom-nav-vm-home-css {
  display: none !important;
}
@media (min-width: 1300px) {
  .seo .site-navigation-wrapper #site-navigation ul.site-nav-block {
    position: relative;
    margin: 0 20px 0 0;
  }
  .seo .site-navigation-wrapper #site-navigation ul.site-nav-block > li {
    margin: 0 25px 0 0;
    display: inline-block;
  }
  .seo .site-navigation-wrapper #site-navigation ul.site-nav-block > li.custom-nav-vm-home-css {
    display: none !important;
  }
  .seo .site-navigation-wrapper #site-navigation ul.site-nav-block > li > a {
    font-size: 16px;
    font-weight: bold;
    color: #414141;
    display: block;
    letter-spacing: 0.5px;
    position: relative;
  }
  .seo .site-navigation-wrapper #site-navigation ul.site-nav-block > li > a:before {
    background: #00B0DE;
    content: "";
    display: block;
    height: 1px;
    width: 0%;
    top: 0;
    left: 0;
    position: absolute;
    transition: all ease 0.5s;
  }
  .seo .site-navigation-wrapper #site-navigation ul.site-nav-block > li > a:after {
    background: #00B0DE;
    content: "";
    display: block;
    height: 1px;
    width: 0%;
    bottom: -3px;
    right: 0;
    position: absolute;
    transition: all ease 0.5s;
  }
  .seo .site-navigation-wrapper #site-navigation ul.site-nav-block > li > a:hover {
    color: #00B0DE;
  }
  .seo .site-navigation-wrapper #site-navigation ul.site-nav-block > li > a:hover:before, .seo .site-navigation-wrapper #site-navigation ul.site-nav-block > li > a:hover:after {
    width: 100%;
  }
  .seo .site-navigation-wrapper #site-navigation ul.site-nav-block > li:hover > .site-subnav-wrapper {
    display: block;
  }
  .seo .site-navigation-wrapper #site-navigation ul.site-nav-block > li.site-nav-active a, .seo .site-navigation-wrapper #site-navigation ul.site-nav-block > li.site-nav-active-parent a {
    color: #00B0DE;
  }
  .seo .site-navigation-wrapper #site-navigation ul.site-nav-block > li.site-nav-active a:before, .seo .site-navigation-wrapper #site-navigation ul.site-nav-block > li.site-nav-active a:after, .seo .site-navigation-wrapper #site-navigation ul.site-nav-block > li.site-nav-active-parent a:before, .seo .site-navigation-wrapper #site-navigation ul.site-nav-block > li.site-nav-active-parent a:after {
    width: 100%;
  }
  .seo .site-navigation-wrapper #site-navigation ul.site-nav-block .site-subnav-wrapper {
    display: none;
    position: absolute;
    background: #00B0DE;
    z-index: 1000;
    padding: 10px 20px;
    top: 100%;
    min-width: 130px;
  }
  .seo .site-navigation-wrapper #site-navigation ul.site-nav-block .site-subnav-wrapper ul.site-subnav-block li {
    display: block;
    margin: 0 0 5px;
  }
  .seo .site-navigation-wrapper #site-navigation ul.site-nav-block .site-subnav-wrapper ul.site-subnav-block li a {
    color: #ffffff;
    font-size: 14px;
    position: relative;
    display: block;
  }
  .seo .site-navigation-wrapper #site-navigation ul.site-nav-block .site-subnav-wrapper ul.site-subnav-block li a:before {
    content: "";
    display: block;
    position: absolute;
    background: #ffffff;
    height: 1px;
    width: 0%;
    bottom: 0;
    transition: all ease 0.5s;
  }
  .seo .site-navigation-wrapper #site-navigation ul.site-nav-block .site-subnav-wrapper ul.site-subnav-block li:hover a:before, .seo .site-navigation-wrapper #site-navigation ul.site-nav-block .site-subnav-wrapper ul.site-subnav-block li.site-subnav-active a:before {
    width: 100%;
  }
  .seo .site-navigation-wrapper #site-navigation .site-nav-linktext, .seo .site-navigation-wrapper #site-navigation .site-nav-linktext {
    display: none;
  }
  .seo .site-menu-toggle {
    display: none;
  }
}
.seo #site-footer {
  background: #00B0DE;
  padding: 100px 0 40px;
  clear: both;
  position: relative;
}
@media (max-width: 799px) {
  .seo #site-footer {
    padding: 100px 0 0;
  }
}
@media (max-width: 799px) {
  .seo #site-footer .site-container {
    padding: 0;
  }
}
.seo #site-footer .cms-feature-datablock {
  color: #ffffff !important;
}
.seo #site-footer .cms-feature-datablock *:not(.site-button-secondary):not(.site-button-secondary span):not(.site-search-wrapper .site-search-block.site-search-option2 .site-search-button span) {
  color: #ffffff !important;
}
.seo #site-footer .site-footer-block {
  display: flex;
  justify-content: space-between;
  position: relative;
  color: #000000;
  padding: 0 20px;
  z-index: 100;
}
@media (max-width: 399px) {
  .seo #site-footer .site-footer-block {
    display: block;
    text-align: center;
  }
}
.seo #site-footer .site-footer-block .site-footer-logo {
  width: 60%;
}
@media (max-width: 1499px) {
  .seo #site-footer .site-footer-block .site-footer-logo {
    width: 75%;
  }
}
@media (max-width: 1099px) {
  .seo #site-footer .site-footer-block .site-footer-logo {
    width: 100%;
  }
}
.seo #site-footer .site-footer-block .site-footer-logo h1, .seo #site-footer .site-footer-block .site-footer-logo h2, .seo #site-footer .site-footer-block .site-footer-logo h3, .seo #site-footer .site-footer-block .site-footer-logo h4, .seo #site-footer .site-footer-block .site-footer-logo h5, .seo #site-footer .site-footer-block .site-footer-logo h6 {
  margin: 0 0 20px;
}
.seo #site-footer .site-footer-block .site-footer-logo #site-footer-logo {
  display: flex;
}
@media (max-width: 999px) {
  .seo #site-footer .site-footer-block .site-footer-logo #site-footer-logo {
    display: block;
  }
}
.seo #site-footer .site-footer-block .site-footer-logo #site-footer-logo .site-footer-desc-wrapper {
  flex: 0 0 calc(100% - 300px);
  max-width: calc(100% - 300px);
}
@media (max-width: 999px) {
  .seo #site-footer .site-footer-block .site-footer-logo #site-footer-logo .site-footer-desc-wrapper {
    width: 100%;
    max-width: none;
  }
}
.seo #site-footer .site-footer-block .site-footer-logo #site-footer-logo .site-footer-desc-wrapper .site-button-secondary, .seo #site-footer .site-footer-block .site-footer-logo #site-footer-logo .site-footer-desc-wrapper .site-search-wrapper .site-search-block.site-search-option2 .site-search-button, .site-search-wrapper .site-search-block.site-search-option2 .seo #site-footer .site-footer-block .site-footer-logo #site-footer-logo .site-footer-desc-wrapper .site-search-button {
  padding: 3px 20px 5px;
}
.seo #site-footer .site-footer-block .site-footer-logo table tr:nth-child(2n) {
  background: none !important;
}
.seo #site-footer .site-footer-block .site-footer-logo table tr td {
  border: none;
}
.seo #site-footer .site-footer-block .site-footer-logo table tr ul {
  padding: 0;
}
.seo #site-footer .site-footer-block .site-footer-logo table tr ul li {
  padding: 0;
  font-size: 16px;
  line-height: 28px;
  margin: 0;
}
.seo #site-footer .site-footer-block .site-footer-logo table tr ul li a {
  position: relative;
  text-decoration: none;
  margin: 0 0 5px;
  display: inline-block;
}
.seo #site-footer .site-footer-block .site-footer-logo table tr ul li a:after {
  position: absolute;
  content: "";
  display: block;
  background: #ffffff;
  width: 100%;
  height: 1px;
  transition: all ease 0.7s;
  bottom: 1px;
  left: 0;
}
.seo #site-footer .site-footer-block .site-footer-logo table tr ul li a:hover:after {
  width: 0%;
}
.seo #site-footer .site-footer-block .site-footer-logo table tr ul li a.custom-link-active {
  font-weight: bold;
}
.seo #site-footer .site-footer-block .site-footer-logo table tr ul li::before {
  display: none !important;
}
.seo #site-footer .site-footer-right {
  position: absolute;
  bottom: 0;
  right: 0;
}
@media (max-width: 999px) {
  .seo #site-footer .site-footer-right {
    position: static;
    display: none;
  }
}
@media (max-width: 599px) {
  .seo #site-footer .site-footer-right {
    display: block;
  }
}
.seo #site-footer .site-footer-right .site-footer-image img {
  width: 80% !important;
}
@media (max-width: 1499px) {
  .seo #site-footer .site-footer-right .site-footer-image img {
    width: 75% !important;
  }
}
@media (max-width: 1299px) {
  .seo #site-footer .site-footer-right .site-footer-image img {
    width: 60% !important;
  }
}
@media (max-width: 799px) {
  .seo #site-footer .site-footer-right .site-footer-image img {
    width: 100% !important;
  }
}
.seo a {
  color: #00B0DE;
}
.seo a:hover, .seo a:focus {
  color: #414141;
}
.seo .cms-feature-datablock a {
  text-decoration: underline;
}
.seo hr {
  margin: 0 auto 10px;
  border-top: 1px solid #00B0DE !important;
}
.seo var {
  background: #00B0DE;
  padding: 15px 40px;
  text-transform: uppercase;
  font-style: normal;
  font-weight: bold;
  letter-spacing: -2.5px;
  font-size: 40px;
  color: #ffffff;
  display: inline-block;
  box-shadow: 8px 14px 17px -7px rgba(0, 0, 0, 0.5);
  line-height: 30px;
  font-family: "brother-1816", sans-serif;
}
@media (max-width: 1299px) {
  .seo var {
    line-height: 40px;
  }
}
@media (max-width: 599px) {
  .seo var {
    font-size: 20px;
    line-height: 20px;
    letter-spacing: -1.5px;
    padding: 10px 30px;
  }
}
.seo .site-posted-block {
  font-size: 16px;
  color: #000000;
  position: relative;
  padding: 0 0 0 60px;
  height: 50px;
  line-height: 50px;
  margin: 0;
}
.seo .site-posted-block:before {
  display: block;
  height: 40px;
  width: 40px;
  border-radius: 100%;
  background: #00B0DE;
  color: #ffffff;
  position: absolute;
  left: 2px;
  top: 0;
  font-family: "gelato-luxe";
  font-size: 33px;
  text-align: center;
  line-height: 32px;
  font-weight: bold;
  animation: postedby 2s infinite;
  bottom: 0;
  margin: auto;
}
.seo .site-posted-block a {
  border-bottom: 1px solid;
  color: #000000;
  text-decoration: none;
}
@keyframes postedby {
  from, to {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
  }
}
.seo .site-slider .slick-dots {
  bottom: 40px;
  z-index: 10;
}
.seo .site-slider .slick-dots li {
  padding: 0;
  height: 15px;
  width: 15px;
  margin: 0 5px;
}
.seo .site-slider .slick-dots li button {
  padding: 0;
  height: 15px;
  width: 15px;
}
.seo .site-slider .slick-dots li button:before {
  height: 15px;
  width: 15px;
  background: none;
  border: 1px solid #ffffff;
}
.seo .site-slider .slick-dots li.slick-active button:before {
  background: #00B0DE;
  border: 1px solid #ffffff;
}
.seo .slick-arrow {
  width: 54px !important;
  height: 54px !important;
  padding: 0 !important;
}
@media (max-width: 599px) {
  .seo .slick-arrow {
    width: 40px !important;
    height: 40px !important;
    top: 50% !important;
  }
}
.seo .slick-arrow:before {
  font-family: "site-icon" !important;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e908" !important;
  border: 2px solid #00B0DE !important;
  color: #00B0DE !important;
  background: #ffffff !important;
  border-radius: 100%;
  line-height: 47px !important;
  font-size: 35px !important;
}
@media (max-width: 599px) {
  .seo .slick-arrow:before {
    line-height: 35px !important;
    font-size: 30px !important;
  }
}
.seo .slick-arrow:hover::before {
  background: #00B0DE !important;
  color: #ffffff !important;
}
.seo .slick-arrow.slick-next {
  right: -80px !important;
}
@media (max-width: 1499px) {
  .seo .slick-arrow.slick-next {
    right: -50px !important;
  }
}
@media (max-width: 599px) {
  .seo .slick-arrow.slick-next {
    right: 40px !important;
  }
}
.seo .slick-arrow.slick-next::before {
  transform: rotate(180deg) !important;
}
.seo .slick-arrow.slick-prev {
  left: -80px !important;
}
@media (max-width: 1499px) {
  .seo .slick-arrow.slick-prev {
    left: -50px !important;
  }
}
@media (max-width: 599px) {
  .seo .slick-arrow.slick-prev {
    left: 40px !important;
  }
}
.seo .slick-arrow.slick-prev::before {
  transform: rotate(0deg) !important;
}
.seo .mfp-arrow {
  background: #00B0DE;
  color: #ffffff;
  border: 1px solid #00B0DE;
  border-radius: 100%;
}
.seo .mfp-arrow:after {
  color: #ffffff;
  font-size: 40px;
  line-height: 45px;
}
.seo .mfp-arrow:hover {
  background: #ffffff;
  color: #00B0DE;
  border: 1px solid #ffffff;
}
.seo .mfp-arrow:hover:after {
  color: #00B0DE;
}
.seo .mfp-arrow.mfp-arrow-left:after {
  font-family: "site-icon" !important;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e908" !important;
}
.seo .mfp-arrow.mfp-arrow-right:after {
  font-family: "site-icon" !important;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e909" !important;
}
.seo .mfp-image-holder .mfp-content .mfp-close {
  background: #00B0DE;
  color: #ffffff;
  border: 1px solid #00B0DE;
  border-radius: 100%;
}
.seo .mfp-image-holder .mfp-content .mfp-close:after {
  color: #ffffff;
  font-size: 15px;
}
.seo .mfp-image-holder .mfp-content .mfp-close:hover {
  background: #ffffff;
  color: #00B0DE;
  border: 1px solid #ffffff;
}
.seo .mfp-image-holder .mfp-content .mfp-close:hover:after {
  color: #00B0DE;
}
.seo .site-thumbnail-block .site-thumbnail-link {
  border: 2px solid transparent;
  transition: all ease 0.8s;
  border-radius: 20px;
}
.seo .site-thumbnail-block .site-thumbnail-link .site-icon-search {
  border-radius: 0 0 20px 0;
}
.seo .site-thumbnail-block:hover .site-thumbnail-link {
  border: 2px solid #00B0DE;
}
.seo .cms-gallery-feature.site-slider-tab-wrapper .site-slider-tab-list .site-slide {
  cursor: pointer;
}
.seo .cms-gallery-feature.site-slider-tab-wrapper .site-slider-tab-list .site-slide .site-slider-image {
  transition: all ease 0.8s;
  border-radius: 20px;
  border: 2px solid transparent;
}
.seo .cms-gallery-feature.site-slider-tab-wrapper .site-slider-tab-list .site-slide.slick-current .site-slider-image, .seo .cms-gallery-feature.site-slider-tab-wrapper .site-slider-tab-list .site-slide:hover .site-slider-image {
  border: 2px solid #00B0DE;
}
.seo .cms-gallery-feature.site-thumbnail-list-wrapper .site-thumbnail-video-popup .site-thumbnail-block .site-thumbnail-data {
  display: block;
  overflow: hidden;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  left: 0;
  right: 0;
}
.seo .cms-gallery-feature.site-thumbnail-list-wrapper .site-thumbnail-video-popup .site-thumbnail-block .site-thumbnail-data .site-thumbnail-desc {
  left: 0;
  width: 96%;
  height: 96%;
  margin: auto;
  top: 0;
  right: 0;
}
.seo .cms-gallery-feature.site-thumbnail-list-wrapper .site-thumbnail-video-popup .site-thumbnail-block .site-thumbnail-data .site-thumbnail-desc a.video-popup-button {
  position: relative;
  width: 90px;
  height: 90px;
  display: block;
  margin: auto;
  position: absolute;
}
.seo .cms-gallery-feature.site-thumbnail-list-wrapper .site-thumbnail-video-popup .site-thumbnail-block .site-thumbnail-data .site-thumbnail-desc a.video-popup-button::after {
  font-family: "site-icon" !important;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e90d" !important;
  background: #ffffff;
  width: 90px;
  height: 90px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  color: #00B0DE;
  font-size: 40px;
}
.seo .site-custom-hero-long-text-wrapper .site-slider .site-slick-wrapper .slick-list .site-slide .site-slider-caption .site-slider-caption-block .site-container .site-slider-capton-data {
  max-width: 750px !important;
}
.seo .site-custom-hero-full-text-wrapper .site-slider .site-slick-wrapper .slick-list .site-slide .site-slider-caption .site-slider-caption-block .site-container .site-slider-capton-data {
  max-width: 100% !important;
}
.seo .site-custom-hero-wrapper {
  margin: 40px 0 0;
}
@media (max-width: 599px) {
  .seo .site-custom-hero-wrapper {
    margin: 0;
  }
}
.seo .site-custom-hero-wrapper .site-slider .site-slick-wrapper .slick-list {
  overflow: visible;
}
@media (max-width: 599px) {
  .seo .site-custom-hero-wrapper .site-slider .site-slick-wrapper .slick-list .site-slide {
    display: flex !important;
    flex-wrap: wrap;
  }
  .seo .site-custom-hero-wrapper .site-slider .site-slick-wrapper .slick-list .site-slide .site-slider-caption {
    order: 0;
    transform: none;
    position: static;
    padding: 50px 0;
  }
  .seo .site-custom-hero-wrapper .site-slider .site-slick-wrapper .slick-list .site-slide .site-slider-image-block {
    order: 1;
    margin: auto;
  }
}
@media (min-width: 600px) {
  .seo .site-custom-hero-wrapper .site-slider .site-slick-wrapper .slick-list .site-slide .site-slider-image-block {
    padding: 0 5%;
  }
  .seo .site-custom-hero-wrapper .site-slider .site-slick-wrapper .slick-list .site-slide .site-slider-image-block .site-slider-image {
    width: auto;
    height: 100%;
    object-fit: contain;
    float: right;
    margin: -50px 0 0;
  }
}
.seo .site-custom-hero-wrapper .site-slider .site-slick-wrapper .slick-list .site-slide .site-slider-image-block:after {
  background: none !important;
}
.seo .site-custom-hero-wrapper .site-slider .site-slick-wrapper .slick-list .site-slide .site-slider-caption {
  background: none;
  left: 0;
  right: 0;
}
.seo .site-custom-hero-wrapper .site-slider .site-slick-wrapper .slick-list .site-slide .site-slider-caption .site-slider-caption-block .site-container {
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 20px;
  width: 100%;
}
.seo .site-custom-hero-wrapper .site-slider .site-slick-wrapper .slick-list .site-slide .site-slider-caption .site-slider-caption-block .site-container .site-slider-capton-data {
  max-width: 640px;
  width: 100%;
  margin: 0;
  text-align: left;
}
@media (max-width: 599px) {
  .seo .site-custom-hero-wrapper .site-slider .site-slick-wrapper .slick-list .site-slide .site-slider-caption .site-slider-caption-block .site-container .site-slider-capton-data {
    text-align: center;
  }
}
.seo .site-custom-hero-wrapper .site-slider .site-slick-wrapper .slick-list .site-slide .site-slider-caption .site-slider-caption-block .site-container .site-slider-capton-data * {
  color: #ffffff;
}
.seo .site-custom-hero-wrapper .site-slider .site-slick-wrapper .slick-list .site-slide .site-slider-caption .site-slider-caption-block .site-container .site-slider-capton-data var {
  background: #000000;
  color: #ffffff;
}
.seo #site-footer .site-footer-block .site-footer-logo .cms-feature-datablock :not(.site-button-secondary):not(.site-button-secondary span):not(.site-search-wrapper .site-search-block.site-search-option2 .site-search-button span) a[class*=site-social-] {
  color: #00B0DE !important;
  height: 48px;
  width: 43px;
  position: relative;
  margin: 0 12px 0 0;
  transition: all ease 0.6s;
}
.seo #site-footer .site-footer-block .site-footer-logo .cms-feature-datablock :not(.site-button-secondary):not(.site-button-secondary span):not(.site-search-wrapper .site-search-block.site-search-option2 .site-search-button span) a[class*=site-social-]:last-child {
  margin: 0;
}
.seo #site-footer .site-footer-block .site-footer-logo .cms-feature-datablock :not(.site-button-secondary):not(.site-button-secondary span):not(.site-search-wrapper .site-search-block.site-search-option2 .site-search-button span) a[class*=site-social-]:after {
  display: inline-block;
  height: 100%;
  width: 100%;
  background: #ffffff;
  border-radius: 100%;
  transform: rotate(50deg);
  content: "";
  position: absolute;
  z-index: 1;
  left: 0;
  right: 0;
  border: 1px solid #ffffff;
  transition: all ease 0.6s;
}
.seo #site-footer .site-footer-block .site-footer-logo .cms-feature-datablock :not(.site-button-secondary):not(.site-button-secondary span):not(.site-search-wrapper .site-search-block.site-search-option2 .site-search-button span) a[class*=site-social-]:hover {
  color: #ffffff !important;
}
.seo #site-footer .site-footer-block .site-footer-logo .cms-feature-datablock :not(.site-button-secondary):not(.site-button-secondary span):not(.site-search-wrapper .site-search-block.site-search-option2 .site-search-button span) a[class*=site-social-]:hover:after {
  background: none;
}
.seo .site-image-oval-wrapper {
  width: 250px;
  height: 233px;
  object-fit: cover;
  transform: rotate(-50deg);
  margin: auto;
  position: relative;
}
@media (max-width: 599px) {
  .seo .site-image-oval-wrapper {
    transform: rotate(-50deg) scale(0.6);
    height: 160px;
    margin: 0 0 0 -65px;
  }
}
.seo .site-image-oval-wrapper .site-image-oval-img {
  transform: rotate(50deg);
}
.seo .site-image-oval-wrapper .site-image-oval {
  width: 250px;
  height: 250px;
  object-fit: cover;
  margin: 10px 0 auto;
  clip-path: path("M47.32,23.84c46.45-34.25,107.46-30.35,136.27,8.72s14.51,98.5-31.94,132.76c-46.45,34.25-107.46,30.35-136.27-8.72C-13.43,117.53.87,58.09,47.32,23.84");
}
.seo .site-image-oval-wrapper .site-round-ring {
  position: absolute;
  top: -4px;
  left: 0;
  margin: auto;
  z-index: 1;
  width: 215px;
  transform: rotate(50deg);
}
.seo .site-image-oval-wrapper .site-round-ring .site-round-ring-svg {
  display: block;
  margin: 0 auto;
  width: 215px;
  stroke-width: 7;
  stroke: #00B0DE;
  overflow: visible;
  margin: -18px 0 0 26px;
}
@media (max-width: 599px) {
  .seo .site-image-oval-wrapper .site-round-ring .site-round-ring-svg {
    margin: -26px 0 0 26px;
  }
}
.seo .custom-overlay-wrapper .site-slide {
  position: relative;
}
.seo .custom-overlay-wrapper .site-slide .site-slider-caption {
  height: 100%;
}
.seo .custom-overlay-wrapper .site-slide .site-slider-caption .site-slider-caption-block {
  display: flex;
  align-items: end;
  height: 100%;
  opacity: 1;
  transition: all ease 1s;
}
.seo .custom-overlay-wrapper .site-slide .site-slider-caption .site-slider-more-desc {
  opacity: 0;
  position: absolute;
  bottom: 0;
  width: 100%;
  transition: all ease 1s;
  text-align: left;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 100%);
  border-radius: 20px;
  padding: 0 0 20px;
  left: 0;
}
.seo .custom-overlay-wrapper .site-slide .site-slider-caption .site-slider-more-desc .site-slider-more-desc-data {
  position: relative;
}
.seo .custom-overlay-wrapper .site-slide:hover .site-slider-caption-block {
  opacity: 0;
}
.seo .custom-overlay-wrapper .site-slide:hover .site-slider-caption .site-slider-more-desc {
  opacity: 1;
}
.seo .custom-overlay-wrapper .site-slide:hover .site-slider-caption .site-slider-more-desc::before {
  width: 100%;
  height: 100%;
}

/*
    $grid-counts: 7, 6, 5, 4, 3, 2;

    @each $grid-counts in $grid-count {

    }
    */
.site-hub p {
  margin: 0 0 20px;
}
.site-hub p:last-child {
  margin: 0;
}
@media (max-width: 1099px) {
  .site-hub h3 {
    font-size: 40px;
    line-height: 40px;
    margin: 0 0 10px;
  }
}
@media (max-width: 1099px) {
  .site-hub .site-button-secondary, .site-hub .site-search-wrapper .site-search-block.site-search-option2 .site-search-button, .site-search-wrapper .site-search-block.site-search-option2 .site-hub .site-search-button, .site-hub .site-button-primary, .site-hub .site-form-payment-wrapper .site-payment-buttons button, .site-form-payment-wrapper .site-payment-buttons .site-hub button {
    padding: 3px 30px 5px;
  }
}
.site-hub .site-display-wrapper.site-display-listview .site-display-list {
  display: block;
  clear: both;
  margin: 0;
}
.site-hub .custom-hub-grid-wrapper {
  padding: 0 !important;
}
.site-hub .custom-hub-grid-wrapper .custom-hub-data-wrapper {
  padding: 0;
  clear: both;
}
@media (max-width: 999px) {
  .site-hub .custom-hub-grid-wrapper .custom-hub-data-wrapper {
    padding: 20px 0 0;
  }
}
.site-hub .custom-hub-grid-wrapper .custom-hub-grid.site-display-filters-left .site-hub-display-search-wrapper, .site-hub .custom-hub-grid-wrapper .custom-hub-grid.site-display-filters-left .site-display-filter-title {
  display: none !important;
}
.site-hub .custom-hub-grid-wrapper .custom-hub-grid.site-display-filters-left .site-display-filter-desc {
  display: block;
}
.site-hub .custom-hub-grid-wrapper .custom-hub-grid .site-search-in {
  line-height: 75px;
  margin: 0;
  height: 75px;
  font-size: 13px;
  display: inline-block;
}
@media (max-width: 999px) {
  .site-hub .custom-hub-grid-wrapper .custom-hub-grid .site-search-in {
    padding: 0;
    position: absolute;
    top: -65px;
    left: 0;
  }
}
.site-hub .custom-hub-grid-wrapper .custom-hub-grid .site-search-in.site-search-in-digital-advertising .site-search-tag-wrapper {
  color: #ffffff;
  color: #ffffff;
  padding: 5px 10px 6px 10px;
  margin: 0 0 0 5px;
  cursor: pointer;
  position: relative;
}
.site-hub .custom-hub-grid-wrapper .custom-hub-grid .site-search-in.site-search-in-digital-advertising .site-search-tag-wrapper:before {
  background: #FF6300;
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 7px;
}
.site-hub .custom-hub-grid-wrapper .custom-hub-grid .site-search-in.site-search-in-digital-advertising .site-search-tag-wrapper:after {
  background: #414141;
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 100%;
  width: 0;
  margin: auto;
  transition: all ease 0.5s;
  border-radius: 7px;
}
.site-hub .custom-hub-grid-wrapper .custom-hub-grid .site-search-in.site-search-in-digital-advertising .site-search-tag-wrapper:hover:after {
  width: 100%;
}
.site-hub .custom-hub-grid-wrapper .custom-hub-grid .site-search-in.site-search-in-digital-advertising .site-search-tag-wrapper .site-search-tag {
  text-transform: capitalize;
  position: relative;
  z-index: 10;
  padding: 0 0 0 30px;
}
.site-hub .custom-hub-grid-wrapper .custom-hub-grid .site-search-in.site-search-in-digital-advertising .site-search-tag-wrapper .site-search-tag::before {
  content: "d";
  font-family: "gelato-luxe";
  margin: 0 10px 0 0;
  background: #ffffff;
  color: #FF6300;
  display: inline-block;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  border-radius: 100%;
  margin: auto;
  line-height: 15px;
  text-align: center;
  font-size: 28px;
  text-transform: lowercase;
}
.site-hub .custom-hub-grid-wrapper .custom-hub-grid .site-search-in.site-search-in-digital-advertising .site-search-tag-wrapper .site-search-in-close {
  font-size: 10px;
  margin: 0 0 0 3px;
  position: relative;
  z-index: 10;
}
.site-hub .custom-hub-grid-wrapper .custom-hub-grid .site-search-in.site-search-in-data .site-search-tag-wrapper .site-search-tag::before {
  line-height: 22px;
  font-size: 20px;
}
.site-hub .custom-hub-grid-wrapper .custom-hub-grid ul.site-display-list {
  /*
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  gap: 10px;

  @include maxbp($r_1500) {
      grid-template-columns: repeat(5, 1fr);
  }
      */
}
@media (max-width: 549px) {
  .site-hub .custom-hub-grid-wrapper .custom-hub-grid ul.site-display-list {
    display: block !important;
  }
}
.site-hub .custom-hub-grid-wrapper .custom-hub-grid ul.site-display-list li.site-display-wrapper-listitem {
  max-width: none;
  padding: 0 0 20px;
  width: 260px;
  flex: 0 0 260px;
}
@media (max-width: 1099px) {
  .site-hub .custom-hub-grid-wrapper .custom-hub-grid ul.site-display-list li.site-display-wrapper-listitem {
    flex: 0 0 240px;
    width: 240px;
  }
}
@media (max-width: 999px) {
  .site-hub .custom-hub-grid-wrapper .custom-hub-grid ul.site-display-list li.site-display-wrapper-listitem {
    flex: 0 0 240px;
    width: 240px;
  }
}
@media (max-width: 549px) {
  .site-hub .custom-hub-grid-wrapper .custom-hub-grid ul.site-display-list li.site-display-wrapper-listitem {
    flex: 0 0 50%;
    width: 50%;
    float: left;
    height: auto !important;
  }
  .site-hub .custom-hub-grid-wrapper .custom-hub-grid ul.site-display-list li.site-display-wrapper-listitem.site_hub_item_mobile .site-display-data-block.site-hub-card-date-wrapper .site-display-desc .site-hub-card-date {
    top: 0 !important;
    text-align: center;
  }
}
.site-hub .custom-hub-grid-wrapper .custom-hub-grid ul.site-display-list li.site-display-wrapper-listitem .site-display-title a {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
}
.site-hub .custom-hub-grid-wrapper .custom-hub-grid ul.site-display-list li.site-display-wrapper-listitem .site-display-list-block {
  margin: 0 10px !important;
}
.site-hub .custom-hub-grid-wrapper .custom-hub-grid ul.site-display-list li.site-display-wrapper-listitem.cms-tag-hub-col-2 {
  flex: 0 0 calc(520px);
  width: calc(520px);
}
@media (max-width: 1099px) {
  .site-hub .custom-hub-grid-wrapper .custom-hub-grid ul.site-display-list li.site-display-wrapper-listitem.cms-tag-hub-col-2 {
    flex: 0 0 calc(480px);
    width: calc(480px);
  }
}
@media (max-width: 999px) {
  .site-hub .custom-hub-grid-wrapper .custom-hub-grid ul.site-display-list li.site-display-wrapper-listitem.cms-tag-hub-col-2 {
    flex: 0 0 calc(480px);
    width: calc(480px);
  }
}
@media (max-width: 549px) {
  .site-hub .custom-hub-grid-wrapper .custom-hub-grid ul.site-display-list li.site-display-wrapper-listitem.cms-tag-hub-col-2 {
    flex: 0 0 calc(100%);
    width: calc(100%);
    float: left;
  }
}
.site-hub .custom-hub-grid-wrapper .custom-hub-grid ul.site-display-list li.site-display-wrapper-listitem.cms-tag-hub-col-2 .site-display-list-block .site-display-image .site-display-image-link img {
  aspect-ratio: 19/12.3;
}
.site-hub .custom-hub-grid-wrapper .custom-hub-grid ul.site-display-list li.site-display-wrapper-listitem.cms-tag-hub-col-3 {
  flex: 0 0 calc(780px);
  width: calc(780px);
}
@media (max-width: 1099px) {
  .site-hub .custom-hub-grid-wrapper .custom-hub-grid ul.site-display-list li.site-display-wrapper-listitem.cms-tag-hub-col-3 {
    flex: 0 0 calc(720px);
    width: calc(720px);
  }
}
@media (max-width: 999px) {
  .site-hub .custom-hub-grid-wrapper .custom-hub-grid ul.site-display-list li.site-display-wrapper-listitem.cms-tag-hub-col-3 {
    flex: 0 0 calc(480px);
    width: calc(480px);
  }
}
@media (max-width: 549px) {
  .site-hub .custom-hub-grid-wrapper .custom-hub-grid ul.site-display-list li.site-display-wrapper-listitem.cms-tag-hub-col-3 {
    flex: 0 0 calc(100%);
    width: calc(100%);
    float: left;
  }
}
.site-hub .custom-hub-grid-wrapper .custom-hub-grid ul.site-display-list li.site-display-wrapper-listitem.cms-tag-hub-col-3 .site-display-list-block .site-display-image .site-display-image-link img {
  aspect-ratio: 19/8;
}
@media (max-width: 999px) {
  .site-hub .custom-hub-grid-wrapper .custom-hub-grid ul.site-display-list li.site-display-wrapper-listitem.cms-tag-hub-col-3 .site-display-list-block .site-display-image .site-display-image-link img {
    aspect-ratio: 19/12.3;
  }
}
.site-hub .custom-hub-grid-wrapper .custom-hub-grid ul.site-display-list li.site-display-wrapper-listitem.cms-tag-hub-col-fullwidth {
  flex: 0 0 calc(1560px);
  width: calc(1560px);
  max-width: calc(1560px);
}
.site-hub .custom-hub-grid-wrapper .custom-hub-grid ul.site-display-list li.site-display-wrapper-listitem.cms-tag-hub-col-fullwidth .site-display-list-block .site-display-image .site-display-image-link img {
  aspect-ratio: 9/2.35;
}
.site-hub .custom-hub-grid-wrapper .custom-hub-grid ul.site-display-list li.site-display-wrapper-listitem.hub-hidden-block, .site-hub .custom-hub-grid-wrapper .custom-hub-grid ul.site-display-list li.site-display-wrapper-listitem.hidden-block, .site-hub .custom-hub-grid-wrapper .custom-hub-grid ul.site-display-list li.site-display-wrapper-listitem.not-selected-tagfilter {
  width: 0%;
  flex: 0 0 0;
  display: none !important;
}
.site-hub .custom-hub-grid-wrapper .custom-hub-grid ul.site-display-list li.site-display-wrapper-listitem.cms-tag-videos .site-display-list-block .site-display-image-link:after {
  font-family: "site-icon" !important;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e90d" !important;
  width: 80px;
  height: 80px;
  position: absolute;
  display: block;
  margin: auto;
  background: white;
  text-align: center;
  line-height: 80px;
  border-radius: 100%;
  font-size: 38px;
  cursor: none;
  left: 0;
  right: 0;
  z-index: 100;
  top: 120px;
}
@media (max-width: 599px) {
  .site-hub .custom-hub-grid-wrapper .custom-hub-grid ul.site-display-list li.site-display-wrapper-listitem.cms-tag-videos .site-display-list-block .site-display-image-link:after {
    width: 50px;
    height: 50px;
    line-height: 50px;
    top: 70px;
    font-size: 28px;
  }
}
.site-hub .custom-hub-grid-wrapper .custom-hub-grid ul.site-display-list li.site-display-wrapper-listitem.cms-tag-videos .site-display-list-block .site-hub-video {
  width: 90px;
  height: 90px;
  position: absolute;
  left: 0;
  right: 0;
  z-index: 100;
  top: 150px;
  font-size: 0px;
  text-decoration: none;
  margin: auto;
}
.site-hub .custom-hub-grid-wrapper .custom-hub-grid ul.site-display-list li.site-display-wrapper-listitem.cms-tag-videos .site-display-list-block .site-hub-video:after {
  font-family: "site-icon" !important;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e90d" !important;
  width: 100%;
  height: 100%;
  display: block;
  margin: auto;
  background: white;
  text-align: center;
  line-height: 80px;
  border-radius: 100%;
  font-size: 40px;
  cursor: none;
}
.site-hub .custom-hub-grid-wrapper .custom-hub-grid ul.site-display-list li.site-display-wrapper-listitem.cms-tag-podcasts .site-display-list-block:after {
  font-family: "site-icon" !important;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e91b" !important;
  position: absolute;
  z-index: 100;
  top: 120px;
  left: 0;
  right: 0;
  width: 80px;
  height: 80px;
  margin: auto;
  background: white;
  text-align: center;
  line-height: 80px;
  border-radius: 100%;
  font-size: 40px;
}
.site-hub .custom-hub-grid-wrapper .custom-hub-grid ul.site-display-list li.site-display-wrapper-listitem.cms-tag-blockquote .site-display-desc q {
  position: absolute;
  top: 0;
  padding: 100px 30px 0;
  border: none;
  margin: 0 !important;
  font-size: 13px !important;
  line-height: 20px !important;
  color: #ffffff;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 10;
  overflow: hidden;
}
@media (max-width: 999px) {
  .site-hub .custom-hub-grid-wrapper .custom-hub-grid ul.site-display-list li.site-display-wrapper-listitem.cms-tag-blockquote .site-display-desc q {
    padding: 70px 20px 0;
  }
}
.site-hub .custom-hub-grid-wrapper .custom-hub-grid ul.site-display-list li.site-display-wrapper-listitem.cms-tag-blockquote .site-display-desc q:before {
  display: none !important;
}
.site-hub .custom-hub-grid-wrapper .custom-hub-grid ul.site-display-list li.site-display-wrapper-listitem.cms-tag-blockquote .site-display-desc q:after {
  font-size: 35px;
  color: #ffffff;
  top: 50px;
  top: 50px;
  left: 30px;
}
@media (max-width: 999px) {
  .site-hub .custom-hub-grid-wrapper .custom-hub-grid ul.site-display-list li.site-display-wrapper-listitem.cms-tag-blockquote .site-display-desc q:after {
    top: 30px;
    left: 20px;
  }
}
.site-hub .custom-hub-grid-wrapper .custom-hub-grid ul.site-display-list li.site-display-wrapper-listitem.cms-tag-white-papers .site-display-list-block {
  position: relative;
}
.site-hub .custom-hub-grid-wrapper .custom-hub-grid ul.site-display-list li.site-display-wrapper-listitem.cms-tag-white-papers .site-display-list-block .site-display-image-link {
  display: flex;
  justify-content: space-between;
  flex-wrap: nowrap;
  text-decoration: none;
}
.site-hub .custom-hub-grid-wrapper .custom-hub-grid ul.site-display-list li.site-display-wrapper-listitem.cms-tag-white-papers .site-display-list-block:before {
  background: #F8F4F1;
}
.site-hub .custom-hub-grid-wrapper .custom-hub-grid ul.site-display-list li.site-display-wrapper-listitem.cms-tag-white-papers .site-display-list-block:after {
  content: "Whitepaper";
  background: #FFF500;
  color: #000000;
  padding: 10px 20px;
  position: absolute;
  top: 60px;
  z-index: 10;
  font-weight: bold;
}
.site-hub .custom-hub-grid-wrapper .custom-hub-grid ul.site-display-list li.site-display-wrapper-listitem.cms-tag-white-papers .site-display-list-block .site-display-image img {
  border-radius: 20px 0 0 20px;
  flex: 0 0 66.6%;
  max-width: 66.6%;
}
@media (max-width: 999px) {
  .site-hub .custom-hub-grid-wrapper .custom-hub-grid ul.site-display-list li.site-display-wrapper-listitem.cms-tag-white-papers .site-display-list-block .site-display-image img {
    flex: 0 0 50%;
    max-width: 50%;
  }
}
.site-hub .custom-hub-grid-wrapper .custom-hub-grid ul.site-display-list li.site-display-wrapper-listitem.cms-tag-white-papers .site-display-list-block .site-display-image .site-display-desc {
  flex: 0 0 33.3%;
  max-width: 33.3%;
  padding: 50px 30px;
  line-height: normal;
  font-size: 14px !important;
  line-height: 21px !important;
}
@media (max-width: 999px) {
  .site-hub .custom-hub-grid-wrapper .custom-hub-grid ul.site-display-list li.site-display-wrapper-listitem.cms-tag-white-papers .site-display-list-block .site-display-image .site-display-desc {
    flex: 0 0 50%;
    max-width: 50%;
    padding: 20px;
  }
}
.site-hub .custom-hub-grid-wrapper .custom-hub-grid ul.site-display-list li.site-display-wrapper-listitem.cms-tag-white-papers .site-display-list-block .site-display-image .site-display-desc .site-button-secondary, .site-hub .custom-hub-grid-wrapper .custom-hub-grid ul.site-display-list li.site-display-wrapper-listitem.cms-tag-white-papers .site-display-list-block .site-display-image .site-display-desc .site-search-wrapper .site-search-block.site-search-option2 .site-search-button, .site-search-wrapper .site-search-block.site-search-option2 .site-hub .custom-hub-grid-wrapper .custom-hub-grid ul.site-display-list li.site-display-wrapper-listitem.cms-tag-white-papers .site-display-list-block .site-display-image .site-display-desc .site-search-button {
  padding: 3px 20px 5px;
  font-size: 14px;
}
.site-hub .custom-hub-grid-wrapper .custom-hub-grid ul.site-display-list li.site-display-wrapper-listitem.cms-tag-press1 .site-display-desc {
  position: absolute;
  top: 0;
  z-index: 10;
  text-align: center;
  padding: 30px;
  height: 380px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
}
.site-hub .custom-hub-grid-wrapper .custom-hub-grid ul.site-display-list li.site-display-wrapper-listitem.cms-tag-press1 .site-display-desc * {
  color: #ffffff !important;
  text-align: center !important;
}
.site-hub .custom-hub-grid-wrapper .custom-hub-grid ul.site-display-list li.site-display-wrapper-listitem .site-display-list-block {
  margin: 0;
}
.site-hub .custom-hub-grid-wrapper .custom-hub-grid ul.site-display-list li.site-display-wrapper-listitem .site-display-list-block.site-display-wrapper-hub-desc-left .site-display-image-link {
  display: flex;
  justify-content: space-between;
  flex-wrap: nowrap;
  text-decoration: none;
}
.site-hub .custom-hub-grid-wrapper .custom-hub-grid ul.site-display-list li.site-display-wrapper-listitem .site-display-list-block.site-display-wrapper-hub-desc-left .site-display-image-link img, .site-hub .custom-hub-grid-wrapper .custom-hub-grid ul.site-display-list li.site-display-wrapper-listitem .site-display-list-block.site-display-wrapper-hub-desc-left .site-display-image-link .site-hub-card-desc-left-block {
  flex: 0 0 50%;
  max-width: 50%;
}
.site-hub .custom-hub-grid-wrapper .custom-hub-grid ul.site-display-list li.site-display-wrapper-listitem .site-display-list-block.site-display-wrapper-hub-desc-left .site-display-image-link img {
  border-radius: 0 20px 20px 0;
}
.site-hub .custom-hub-grid-wrapper .custom-hub-grid ul.site-display-list li.site-display-wrapper-listitem .site-display-list-block.site-display-wrapper-hub-desc-left .site-display-image-link .site-hub-card-desc-left-block {
  font-size: 13px !important;
  line-height: 20px !important;
  padding: 25px;
}
.site-hub .custom-hub-grid-wrapper .custom-hub-grid ul.site-display-list li.site-display-wrapper-listitem .site-display-list-block.site-display-wrapper-hub-desc-left .site-display-image-link .site-hub-card-desc-left-block blockquote {
  margin: 0 !important;
  padding: 65px 0 0;
  border: none;
  margin: 0 !important;
  font-size: 13px !important;
  line-height: 20px !important;
  color: #ffffff;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 12;
  overflow: hidden;
  text-transform: none;
  background: none !important;
}
@media (max-width: 999px) {
  .site-hub .custom-hub-grid-wrapper .custom-hub-grid ul.site-display-list li.site-display-wrapper-listitem .site-display-list-block.site-display-wrapper-hub-desc-left .site-display-image-link .site-hub-card-desc-left-block blockquote {
    padding: 50px 0 0;
    -webkit-line-clamp: 10;
  }
}
.site-hub .custom-hub-grid-wrapper .custom-hub-grid ul.site-display-list li.site-display-wrapper-listitem .site-display-list-block.site-display-wrapper-hub-desc-left .site-display-image-link .site-hub-card-desc-left-block blockquote:before {
  display: none !important;
}
.site-hub .custom-hub-grid-wrapper .custom-hub-grid ul.site-display-list li.site-display-wrapper-listitem .site-display-list-block.site-display-wrapper-hub-desc-left .site-display-image-link .site-hub-card-desc-left-block blockquote:after {
  font-size: 30px;
  color: #ffffff;
  top: 40px;
  left: 25px;
}
.site-hub .custom-hub-grid-wrapper .custom-hub-grid ul.site-display-list li.site-display-wrapper-listitem .site-display-list-block.site-display-wrapper-hub-desc-right .site-display-image-link {
  display: flex;
  justify-content: space-between;
  flex-wrap: nowrap;
  text-decoration: none;
}
@media (max-width: 529px) {
  .site-hub .custom-hub-grid-wrapper .custom-hub-grid ul.site-display-list li.site-display-wrapper-listitem .site-display-list-block.site-display-wrapper-hub-desc-right .site-display-image-link {
    flex-wrap: wrap;
  }
}
.site-hub .custom-hub-grid-wrapper .custom-hub-grid ul.site-display-list li.site-display-wrapper-listitem .site-display-list-block.site-display-wrapper-hub-desc-right .site-display-image-link img, .site-hub .custom-hub-grid-wrapper .custom-hub-grid ul.site-display-list li.site-display-wrapper-listitem .site-display-list-block.site-display-wrapper-hub-desc-right .site-display-image-link .site-hub-card-desc-right-block {
  flex: 0 0 50%;
  max-width: 50%;
}
@media (max-width: 529px) {
  .site-hub .custom-hub-grid-wrapper .custom-hub-grid ul.site-display-list li.site-display-wrapper-listitem .site-display-list-block.site-display-wrapper-hub-desc-right .site-display-image-link img, .site-hub .custom-hub-grid-wrapper .custom-hub-grid ul.site-display-list li.site-display-wrapper-listitem .site-display-list-block.site-display-wrapper-hub-desc-right .site-display-image-link .site-hub-card-desc-right-block {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.site-hub .custom-hub-grid-wrapper .custom-hub-grid ul.site-display-list li.site-display-wrapper-listitem .site-display-list-block.site-display-wrapper-hub-desc-right .site-display-image-link .site-hub-card-desc-right-block {
  border-radius: 0 20px 20px 0;
}
@media (max-width: 529px) {
  .site-hub .custom-hub-grid-wrapper .custom-hub-grid ul.site-display-list li.site-display-wrapper-listitem .site-display-list-block.site-display-wrapper-hub-desc-right .site-display-image-link .site-hub-card-desc-right-block {
    border-radius: 0 0 20px 20px;
  }
}
.site-hub .custom-hub-grid-wrapper .custom-hub-grid ul.site-display-list li.site-display-wrapper-listitem .site-display-list-block.site-display-wrapper-hub-desc-right .site-display-image-link img {
  border-radius: 20px 0 0 20px;
  aspect-ratio: 9/11.6 !important;
}
@media (max-width: 529px) {
  .site-hub .custom-hub-grid-wrapper .custom-hub-grid ul.site-display-list li.site-display-wrapper-listitem .site-display-list-block.site-display-wrapper-hub-desc-right .site-display-image-link img {
    border-radius: 20px 20px 0 0;
  }
}
.site-hub .custom-hub-grid-wrapper .custom-hub-grid ul.site-display-list li.site-display-wrapper-listitem .site-display-list-block.site-display-wrapper-hub-desc-right .site-display-image-link .site-hub-card-desc-right-block {
  font-size: 13px !important;
  line-height: 20px !important;
  padding: 25px;
}
@media (max-width: 999px) {
  .site-hub .custom-hub-grid-wrapper .custom-hub-grid ul.site-display-list li.site-display-wrapper-listitem .site-display-list-block.site-display-wrapper-hub-desc-right .site-display-image-link .site-hub-card-desc-right-block {
    padding: 20px;
  }
}
.site-hub .custom-hub-grid-wrapper .custom-hub-grid ul.site-display-list li.site-display-wrapper-listitem .site-display-list-block.site-display-wrapper-hub-desc-right .site-display-image-link .site-hub-card-desc-right-block blockquote {
  margin: 0 !important;
  padding: 65px 0 0;
  border: none;
  margin: 0 !important;
  color: #ffffff;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 12;
  overflow: hidden;
  text-transform: none;
  background: none !important;
  font-size: 13px !important;
  line-height: 20px !important;
}
@media (max-width: 999px) {
  .site-hub .custom-hub-grid-wrapper .custom-hub-grid ul.site-display-list li.site-display-wrapper-listitem .site-display-list-block.site-display-wrapper-hub-desc-right .site-display-image-link .site-hub-card-desc-right-block blockquote {
    padding: 50px 0 0;
    -webkit-line-clamp: 10;
  }
}
.site-hub .custom-hub-grid-wrapper .custom-hub-grid ul.site-display-list li.site-display-wrapper-listitem .site-display-list-block.site-display-wrapper-hub-desc-right .site-display-image-link .site-hub-card-desc-right-block blockquote:before {
  display: none !important;
}
.site-hub .custom-hub-grid-wrapper .custom-hub-grid ul.site-display-list li.site-display-wrapper-listitem .site-display-list-block.site-display-wrapper-hub-desc-right .site-display-image-link .site-hub-card-desc-right-block blockquote:after {
  font-size: 30px;
  color: #ffffff;
  top: 10px;
  left: 0;
}
.site-hub .custom-hub-grid-wrapper .custom-hub-grid .site-display-image {
  position: relative;
}
.site-hub .custom-hub-grid-wrapper .custom-hub-grid .site-display-image .site-display-image-link table.site-hub-card-title h1, .site-hub .custom-hub-grid-wrapper .custom-hub-grid .site-display-image .site-display-image-link table.site-hub-card-title h2, .site-hub .custom-hub-grid-wrapper .custom-hub-grid .site-display-image .site-display-image-link table.site-hub-card-title h3, .site-hub .custom-hub-grid-wrapper .custom-hub-grid .site-display-image .site-display-image-link table.site-hub-card-title h4, .site-hub .custom-hub-grid-wrapper .custom-hub-grid .site-display-image .site-display-image-link table.site-hub-card-title h5, .site-hub .custom-hub-grid-wrapper .custom-hub-grid .site-display-image .site-display-image-link table.site-hub-card-title h5, .site-hub .custom-hub-grid-wrapper .custom-hub-grid .site-display-image .site-display-image-link table.site-hub-card-title p, .site-hub .custom-hub-grid-wrapper .custom-hub-grid .site-display-image .site-display-image-link table.site-hub-card-title ul, .site-hub .custom-hub-grid-wrapper .custom-hub-grid .site-display-image .site-display-image-link table.site-hub-card-title ol, .site-hub .custom-hub-grid-wrapper .custom-hub-grid .site-display-image .site-display-image-link table.site-hub-card-title li, .site-hub .custom-hub-grid-wrapper .custom-hub-grid .site-display-image .site-display-image-link table.site-hub-card-title a, .site-hub .custom-hub-grid-wrapper .custom-hub-grid .site-display-image .site-display-image-link table.site-hub-card-desc-left h1, .site-hub .custom-hub-grid-wrapper .custom-hub-grid .site-display-image .site-display-image-link table.site-hub-card-desc-left h2, .site-hub .custom-hub-grid-wrapper .custom-hub-grid .site-display-image .site-display-image-link table.site-hub-card-desc-left h3, .site-hub .custom-hub-grid-wrapper .custom-hub-grid .site-display-image .site-display-image-link table.site-hub-card-desc-left h4, .site-hub .custom-hub-grid-wrapper .custom-hub-grid .site-display-image .site-display-image-link table.site-hub-card-desc-left h5, .site-hub .custom-hub-grid-wrapper .custom-hub-grid .site-display-image .site-display-image-link table.site-hub-card-desc-left h5, .site-hub .custom-hub-grid-wrapper .custom-hub-grid .site-display-image .site-display-image-link table.site-hub-card-desc-left p, .site-hub .custom-hub-grid-wrapper .custom-hub-grid .site-display-image .site-display-image-link table.site-hub-card-desc-left ul, .site-hub .custom-hub-grid-wrapper .custom-hub-grid .site-display-image .site-display-image-link table.site-hub-card-desc-left ol, .site-hub .custom-hub-grid-wrapper .custom-hub-grid .site-display-image .site-display-image-link table.site-hub-card-desc-left li, .site-hub .custom-hub-grid-wrapper .custom-hub-grid .site-display-image .site-display-image-link table.site-hub-card-desc-left a {
  color: #ffffff;
}
.site-hub .custom-hub-grid-wrapper .custom-hub-grid .site-display-image .site-display-image-link table.site-hub-card-title {
  position: absolute;
  width: 100% !important;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 10;
  height: 100%;
  color: #ffffff;
  line-height: normal;
}
.site-hub .custom-hub-grid-wrapper .custom-hub-grid .site-display-image .site-display-image-link table.site-hub-card-title:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 20px;
}
.site-hub .custom-hub-grid-wrapper .custom-hub-grid .site-display-image .site-display-image-link table.site-hub-card-title thead, .site-hub .custom-hub-grid-wrapper .custom-hub-grid .site-display-image .site-display-image-link table.site-hub-card-title tbody {
  position: relative;
  z-index: 1;
}
.site-hub .custom-hub-grid-wrapper .custom-hub-grid .site-display-data-block.site-hub-card-date-wrapper {
  display: flex;
  justify-content: space-between;
  min-height: 50px;
}
.site-hub .custom-hub-grid-wrapper .custom-hub-grid .site-display-data-block.site-hub-card-date-wrapper .site-display-title, .site-hub .custom-hub-grid-wrapper .custom-hub-grid .site-display-data-block.site-hub-card-date-wrapper .site-display-desc {
  display: inline-block;
}
.site-hub .custom-hub-grid-wrapper .custom-hub-grid .site-display-data-block.site-hub-card-date-wrapper .site-display-title {
  width: calc(100% - 105px);
}
.site-hub .custom-hub-grid-wrapper .custom-hub-grid .site-display-data-block.site-hub-card-date-wrapper .site-display-desc {
  position: relative;
  width: 70px;
}
.site-hub .custom-hub-grid-wrapper .custom-hub-grid .site-display-data-block.site-hub-card-date-wrapper .site-display-desc .site-hub-card-date {
  position: absolute;
  top: -45px;
  right: 0;
  width: 70px !important;
}
.site-hub .custom-hub-grid-wrapper .custom-hub-grid .site-display-data-block.site-hub-card-date-wrapper .site-display-desc .site-hub-card-date.site-hub-card-big-date {
  width: 100px !important;
}
@media (max-width: 1499px) {
  .site-hub .custom-hub-grid-wrapper .custom-hub-grid .site-display-data-block.site-hub-card-date-wrapper .site-display-desc .site-hub-card-date.site-hub-card-big-date {
    width: 90px !important;
  }
}
@media (max-width: 1099px) {
  .site-hub .custom-hub-grid-wrapper .custom-hub-grid .site-display-data-block.site-hub-card-date-wrapper .site-display-desc .site-hub-card-date.site-hub-card-big-date {
    width: 80px !important;
  }
}
.site-hub .custom-hub-grid-wrapper .custom-hub-grid .site-display-data-block.site-hub-card-date-wrapper .site-display-desc .site-hub-card-date td {
  text-align: center;
  border-radius: 20px;
}
@media (max-width: 1099px) {
  .site-hub .custom-hub-grid-wrapper .custom-hub-grid .site-display-data-block.site-hub-card-date-wrapper .site-display-desc .site-hub-card-date td {
    min-width: 80px !important;
  }
}
.site-hub .custom-hub-grid-wrapper .custom-hub-grid .site-display-data-block.site-hub-card-date-wrapper .site-display-desc .site-hub-card-date td > strong:first-child {
  display: block;
  border: 1px solid black;
  border-radius: 5px 5px 0 0;
  font-weight: bold;
  font-size: 35px;
  padding: 10px 0;
}
@media (max-width: 1099px) {
  .site-hub .custom-hub-grid-wrapper .custom-hub-grid .site-display-data-block.site-hub-card-date-wrapper .site-display-desc .site-hub-card-date td > strong:first-child {
    font-size: 30px;
    padding: 5px 0;
  }
}
.site-hub .custom-hub-grid-wrapper .custom-hub-grid .site-display-data-block.site-hub-card-date-wrapper .site-display-desc .site-hub-card-date td em {
  display: block;
  background: #000000;
  border-radius: 0 0 5px 5px;
  font-weight: bold;
  font-size: 20px;
  color: #ffffff;
  padding: 10px 0;
  font-style: normal;
}
@media (max-width: 1099px) {
  .site-hub .custom-hub-grid-wrapper .custom-hub-grid .site-display-data-block.site-hub-card-date-wrapper .site-display-desc .site-hub-card-date td em {
    font-size: 16px;
    padding: 5px 0;
  }
}
.site-hub .custom-hub-grid-wrapper .custom-hub-grid .site-display-data-block.site-hub-card-date-wrapper .site-display-desc .site-hub-card-date.site-hub-card-big-date td > strong:first-child {
  font-size: 25px;
  padding: 10px 10px;
}
@media (max-width: 1099px) {
  .site-hub .custom-hub-grid-wrapper .custom-hub-grid .site-display-data-block.site-hub-card-date-wrapper .site-display-desc .site-hub-card-date.site-hub-card-big-date td > strong:first-child {
    font-size: 20px;
    padding: 5px 10px;
  }
}
.site-hub .custom-hub-grid-wrapper .site-display-filter-data > div:first-child {
  display: flex;
  justify-content: space-between;
  margin: 0 0 5px;
}
.site-hub .custom-hub-grid-wrapper .site-display-filter-data .site-hub-display-search-wrapper {
  width: calc(100% - 340px);
  position: relative;
  background: #F8F4F1;
  border-radius: 20px;
  padding: 0 30px;
  height: 75px;
  /*
  @include maxbp($r_1000) {
      width: 100%;
      padding: 0;
  }

  @include maxbp($mobile) {
      height: auto;
      background: none;
  }
   */
}
@media (max-width: 999px) {
  .site-hub .custom-hub-grid-wrapper .site-display-filter-data .site-hub-display-search-wrapper {
    width: calc(100% - 175px);
    padding: 0;
    border-radius: 10px;
  }
}
@media (max-width: 599px) {
  .site-hub .custom-hub-grid-wrapper .site-display-filter-data .site-hub-display-search-wrapper {
    width: calc(100% - 100px);
  }
}
.site-hub .custom-hub-grid-wrapper .site-display-filter-data .site-hub-display-search-wrapper i.site-icon-search {
  display: none;
}
@media (max-width: 599px) {
  .site-hub .custom-hub-grid-wrapper .site-display-filter-data .site-hub-display-search-wrapper i.site-icon-search {
    display: block;
    position: absolute;
    right: 15px;
    bottom: 21px;
    font-size: 28px;
    cursor: pointer;
  }
}
.site-hub .custom-hub-grid-wrapper .site-display-filter-data .site-hub-display-search-wrapper input.site-hub-display-search {
  background: #ffffff;
  border-radius: 0;
  outline: none;
  border: 1px solid #dfdfdf;
  font-size: 18px;
  height: 46px;
  width: 100%;
  padding: 10px;
  font-family: "brother-1816", sans-serif;
  height: 75px;
  border-radius: 20px;
  background: #F8F4F1;
  padding: 0 30px;
  border: none;
  display: inline-block;
  width: calc(100% - 210px);
}
@media (max-width: 999px) {
  .site-hub .custom-hub-grid-wrapper .site-display-filter-data .site-hub-display-search-wrapper input.site-hub-display-search {
    width: 100%;
    padding: 0 50px 0 20px;
  }
}
.site-hub .custom-hub-grid-wrapper .site-display-filter-data .site-display-filter-title {
  background: #FFF500;
  color: #000000;
  height: 75px;
  border-radius: 20px;
  width: 300px;
  text-align: center;
  font-size: 20px;
  line-height: 75px;
  font-family: "brother-1816", sans-serif;
  font-weight: 700;
  font-size: 0;
  transition: all ease 0.8s;
  cursor: pointer;
  /*
  @include maxbp($r_1000) {
      float: right;
      margin: 15px 0 0;
  }

  @include maxbp($mobile) {
      width: 100%;
      padding: 15px 20px;
      height: auto;
      line-height: normal;
      border-radius: 10px;
  }
  */
}
.site-hub .custom-hub-grid-wrapper .site-display-filter-data .site-display-filter-title:hover {
  background: #414141;
  color: #FFF500;
}
@media (max-width: 999px) {
  .site-hub .custom-hub-grid-wrapper .site-display-filter-data .site-display-filter-title {
    width: 150px;
    padding: 0 0 0 7px;
    border-radius: 10px;
  }
}
@media (max-width: 599px) {
  .site-hub .custom-hub-grid-wrapper .site-display-filter-data .site-display-filter-title {
    width: 90px;
  }
}
.site-hub .custom-hub-grid-wrapper .site-display-filter-data .site-display-filter-title::before {
  content: "Filter content";
  font-size: 18px;
  display: inline-block;
  vertical-align: middle;
  text-transform: none;
  font-weight: normal;
}
@media (max-width: 999px) {
  .site-hub .custom-hub-grid-wrapper .site-display-filter-data .site-display-filter-title::before {
    content: "Filter";
    letter-spacing: 0px;
    font-size: 15px;
  }
}
.site-hub .custom-hub-grid-wrapper .site-display-filter-data .site-display-filter-title:after {
  font-family: "site-icon" !important;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e90d" !important;
  transition: all ease 0.5s;
  font-size: 25px;
  display: inline-block;
  vertical-align: middle;
}
@media (max-width: 699px) {
  .site-hub .custom-hub-grid-wrapper .site-display-filter-data .site-display-filter-title:after {
    font-size: 15px;
  }
}
.site-hub .custom-hub-grid-wrapper .site-display-filter-data .site-display-filter-title.site-display-filter-title-active:after {
  transform: rotate(90deg);
  display: inline-block;
}
.site-hub .custom-hub-grid-wrapper .site-display-filter-data .site-display-filter-desc {
  display: none;
  text-align: right;
  margin: 0 0 20px;
}
@media (max-width: 999px) {
  .site-hub .custom-hub-grid-wrapper .site-display-filter-data .site-display-filter-desc {
    clear: both;
  }
}
@media (max-width: 599px) {
  .site-hub .custom-hub-grid-wrapper .site-display-filter-data .site-display-filter-desc {
    text-align: center;
  }
}
.site-hub .custom-hub-grid-wrapper .site-display-filter-data .site-display-filter-desc .site-display-filter-wrapper {
  display: inline-block;
  margin: 15px 0 0 10px;
}
@media (max-width: 599px) {
  .site-hub .custom-hub-grid-wrapper .site-display-filter-data .site-display-filter-desc .site-display-filter-wrapper {
    margin: 10px 0 0 5px;
  }
}
.site-hub .custom-hub-grid-wrapper .site-display-filter-data .site-display-filter-desc .site-display-filter-wrapper.site-display-filter-wrapper-active .site-display-filter-data-block label:after {
  display: block;
}
.site-hub .custom-hub-grid-wrapper .site-display-filter-data .site-display-filter-desc .site-display-filter-wrapper .site-display-filter-data-block {
  position: relative;
  display: block;
}
.site-hub .custom-hub-grid-wrapper .site-display-filter-data .site-display-filter-desc .site-display-filter-wrapper .site-display-filter-data-block:after {
  position: absolute;
  background: #FFF500;
  width: 0%;
  height: 100%;
  content: "";
  display: block;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  border-radius: 10px;
  transition: all ease 0.5s;
}
.site-hub .custom-hub-grid-wrapper .site-display-filter-data .site-display-filter-desc .site-display-filter-wrapper .site-display-filter-data-block:hover:after {
  width: 100%;
}
.site-hub .custom-hub-grid-wrapper .site-display-filter-data .site-display-filter-desc .site-display-filter-wrapper .site-display-filter-data-block label {
  position: relative;
}
.site-hub .custom-hub-grid-wrapper .site-display-filter-data .site-display-filter-desc .site-display-filter-wrapper .site-display-filter-data-block label:after {
  font-family: "site-icon" !important;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e90f" !important;
  margin: 0 0 0 10px;
  display: none;
  position: absolute;
  right: 10px;
  top: 10px;
  bottom: 0;
  font-size: 10px;
}
@media (max-width: 599px) {
  .site-hub .custom-hub-grid-wrapper .site-display-filter-data .site-display-filter-desc .site-display-filter-wrapper .site-display-filter-data-block label:after {
    font-size: 7px;
    top: 6px;
    right: 6px;
  }
}
.site-hub .custom-hub-grid-wrapper .site-display-filter-data .site-display-filter-desc .site-display-filter-wrapper .site-display-checkbox:checked + label {
  background: #414141;
  color: #ffffff;
}
.site-hub .custom-hub-grid-wrapper .site-display-filter-data .site-display-filter-desc .site-display-filter-wrapper label {
  border-radius: 10px;
  font-family: "brother-1816", sans-serif;
  color: #000000;
  border: 1px solid #000000;
  position: relative;
  z-index: 1;
  padding: 10px 30px;
}
@media (max-width: 599px) {
  .site-hub .custom-hub-grid-wrapper .site-display-filter-data .site-display-filter-desc .site-display-filter-wrapper label {
    font-size: 10px;
    padding: 6px 20px;
  }
}
.site-hub .custom-hub-grid-wrapper .site-display-filter-data .site-display-filter-desc .site-display-filter-wrapper label:hover {
  background: transparent;
}

.digital-advertising h1,
.digital-advertising h2,
.digital-advertising h3,
.digital-advertising h4,
.digital-advertising h5,
.digital-advertising h6 {
  font-family: "gelato-luxe";
  font-weight: normal;
  color: #000000;
}
.digital-advertising h1 tt,
.digital-advertising h2 tt,
.digital-advertising h3 tt,
.digital-advertising h4 tt,
.digital-advertising h5 tt,
.digital-advertising h6 tt {
  font-family: "brother-1816", sans-serif;
  font-weight: 600;
  display: block;
}
.digital-advertising .site-button-primary, .digital-advertising .site-form-payment-wrapper .site-payment-buttons button, .site-form-payment-wrapper .site-payment-buttons .digital-advertising button,
.digital-advertising .site-form-data .site-form-buttons .site-form-button,
.digital-advertising .site-form-data .site-form-field .file-upload-wrapper .file-upload-button {
  position: relative;
  display: inline-block;
  overflow: hidden;
  font-size: 18px;
  border: 1px solid #FF6300;
  color: #ffffff;
  text-decoration: none;
  border-radius: 50px;
  padding: 3px 50px 5px;
  background: #FF6300;
  transition: all ease 0.5s;
  line-height: 40px;
  text-decoration: none !important;
}
.digital-advertising .site-button-primary span, .digital-advertising .site-form-payment-wrapper .site-payment-buttons button span, .site-form-payment-wrapper .site-payment-buttons .digital-advertising button span,
.digital-advertising .site-form-data .site-form-buttons .site-form-button span,
.digital-advertising .site-form-data .site-form-field .file-upload-wrapper .file-upload-button span {
  position: relative;
  z-index: 10;
}
.digital-advertising .site-button-primary:before, .digital-advertising .site-form-payment-wrapper .site-payment-buttons button:before, .site-form-payment-wrapper .site-payment-buttons .digital-advertising button:before, .digital-advertising .site-button-primary:after, .digital-advertising .site-form-payment-wrapper .site-payment-buttons button:after, .site-form-payment-wrapper .site-payment-buttons .digital-advertising button:after,
.digital-advertising .site-form-data .site-form-buttons .site-form-button:before,
.digital-advertising .site-form-data .site-form-buttons .site-form-button:after,
.digital-advertising .site-form-data .site-form-field .file-upload-wrapper .file-upload-button:before,
.digital-advertising .site-form-data .site-form-field .file-upload-wrapper .file-upload-button:after {
  position: absolute;
  top: 50%;
  content: "";
  width: 20px;
  height: 18px;
  background-color: #ffffff;
  border-radius: 50%;
}
.digital-advertising .site-button-primary:before, .digital-advertising .site-form-payment-wrapper .site-payment-buttons button:before, .site-form-payment-wrapper .site-payment-buttons .digital-advertising button:before,
.digital-advertising .site-form-data .site-form-buttons .site-form-button:before,
.digital-advertising .site-form-data .site-form-field .file-upload-wrapper .file-upload-button:before {
  left: -20px;
  transform: translate(-50%, -50%);
}
.digital-advertising .site-button-primary:after, .digital-advertising .site-form-payment-wrapper .site-payment-buttons button:after, .site-form-payment-wrapper .site-payment-buttons .digital-advertising button:after,
.digital-advertising .site-form-data .site-form-buttons .site-form-button:after,
.digital-advertising .site-form-data .site-form-field .file-upload-wrapper .file-upload-button:after {
  right: -20px;
  transform: translate(50%, -50%);
}
.digital-advertising .site-button-primary:hover, .digital-advertising .site-form-payment-wrapper .site-payment-buttons button:hover, .site-form-payment-wrapper .site-payment-buttons .digital-advertising button:hover,
.digital-advertising .site-form-data .site-form-buttons .site-form-button:hover,
.digital-advertising .site-form-data .site-form-field .file-upload-wrapper .file-upload-button:hover {
  color: #FF6300 !important;
  border: 1px solid #FF6300;
  transition: all ease 1.2s;
}
.digital-advertising .site-button-primary:hover span, .digital-advertising .site-form-payment-wrapper .site-payment-buttons button:hover span, .site-form-payment-wrapper .site-payment-buttons .digital-advertising button:hover span,
.digital-advertising .site-form-data .site-form-buttons .site-form-button:hover span,
.digital-advertising .site-form-data .site-form-field .file-upload-wrapper .file-upload-button:hover span {
  color: #FF6300 !important;
}
.digital-advertising .site-button-primary:hover:before, .digital-advertising .site-form-payment-wrapper .site-payment-buttons button:hover:before, .site-form-payment-wrapper .site-payment-buttons .digital-advertising button:hover:before,
.digital-advertising .site-form-data .site-form-buttons .site-form-button:hover:before,
.digital-advertising .site-form-data .site-form-field .file-upload-wrapper .file-upload-button:hover:before {
  animation: criss-cross-left 0.8s both;
  animation-direction: alternate;
}
.digital-advertising .site-button-primary:hover:after, .digital-advertising .site-form-payment-wrapper .site-payment-buttons button:hover:after, .site-form-payment-wrapper .site-payment-buttons .digital-advertising button:hover:after,
.digital-advertising .site-form-data .site-form-buttons .site-form-button:hover:after,
.digital-advertising .site-form-data .site-form-field .file-upload-wrapper .file-upload-button:hover:after {
  animation: criss-cross-right 0.8s both;
  animation-direction: alternate;
}
@keyframes criss-cross-left {
  0% {
    left: -20px;
  }
  50% {
    left: 50%;
    width: 20px;
    height: 18px;
  }
  100% {
    left: 50%;
    width: 100%;
    height: 100%;
  }
}
@keyframes criss-cross-right {
  0% {
    right: -20px;
  }
  50% {
    right: 50%;
    width: 20px;
    height: 18px;
    border-radius: 50px;
  }
  100% {
    right: 50%;
    width: 100%;
    height: 100%;
    border-radius: 50px;
  }
}
.digital-advertising .site-bookmark-button {
  position: relative;
  position: relative;
  display: inline-block;
  overflow: hidden;
  font-size: 18px;
  border: 1px solid #FF6300;
  color: #ffffff;
  text-decoration: none;
  border-radius: 50px;
  padding: 3px 50px 5px;
  background: #FF6300;
  transition: all ease 0.5s;
  line-height: 40px;
  text-decoration: none !important;
  margin: 20px 0 0;
}
.digital-advertising .site-bookmark-button span {
  position: relative;
  z-index: 10;
}
.digital-advertising .site-bookmark-button:before, .digital-advertising .site-bookmark-button:after {
  position: absolute;
  top: 50%;
  content: "";
  width: 20px;
  height: 18px;
  background-color: #ffffff;
  border-radius: 50%;
}
.digital-advertising .site-bookmark-button:before {
  left: -20px;
  transform: translate(-50%, -50%);
}
.digital-advertising .site-bookmark-button:after {
  right: -20px;
  transform: translate(50%, -50%);
}
.digital-advertising .site-bookmark-button:hover {
  color: #FF6300 !important;
  border: 1px solid #FF6300;
  transition: all ease 1.2s;
}
.digital-advertising .site-bookmark-button:hover span {
  color: #FF6300 !important;
}
.digital-advertising .site-bookmark-button:hover:before {
  animation: criss-cross-left 0.8s both;
  animation-direction: alternate;
}
.digital-advertising .site-bookmark-button:hover:after {
  animation: criss-cross-right 0.8s both;
  animation-direction: alternate;
}
@keyframes criss-cross-left {
  0% {
    left: -20px;
  }
  50% {
    left: 50%;
    width: 20px;
    height: 18px;
  }
  100% {
    left: 50%;
    width: 100%;
    height: 100%;
  }
}
@keyframes criss-cross-right {
  0% {
    right: -20px;
  }
  50% {
    right: 50%;
    width: 20px;
    height: 18px;
    border-radius: 50px;
  }
  100% {
    right: 50%;
    width: 100%;
    height: 100%;
    border-radius: 50px;
  }
}
.digital-advertising .site-bookmark-button .site-bookmark-button-icon {
  position: relative;
  top: 3px;
  padding: 0 0 0 3px;
}
.digital-advertising .site-bookmark-button .site-bookmark-button-icon:before {
  font-family: "site-icon" !important;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e917" !important;
  font-size: 20px;
}
.digital-advertising .site-bookmark-button.site-bookmark-display-button-remove .site-bookmark-button-icon:before {
  content: "\e918" !important;
}
.digital-advertising .site-button-secondary, .digital-advertising .site-search-wrapper .site-search-block.site-search-option2 .site-search-button, .site-search-wrapper .site-search-block.site-search-option2 .digital-advertising .site-search-button, .digital-advertising .site-primary-button {
  position: relative;
  display: inline-block;
  overflow: hidden;
  font-size: 18px;
  border: 1px solid #414141;
  color: #ffffff;
  text-decoration: none;
  border-radius: 50px;
  padding: 3px 50px 5px;
  background: #414141;
  transition: all ease 0.5s;
  line-height: 40px;
  text-decoration: none !important;
}
.digital-advertising .site-button-secondary span, .digital-advertising .site-search-wrapper .site-search-block.site-search-option2 .site-search-button span, .site-search-wrapper .site-search-block.site-search-option2 .digital-advertising .site-search-button span, .digital-advertising .site-primary-button span {
  position: relative;
  z-index: 10;
}
.digital-advertising .site-button-secondary:before, .digital-advertising .site-search-wrapper .site-search-block.site-search-option2 .site-search-button:before, .site-search-wrapper .site-search-block.site-search-option2 .digital-advertising .site-search-button:before, .digital-advertising .site-button-secondary:after, .digital-advertising .site-search-wrapper .site-search-block.site-search-option2 .site-search-button:after, .site-search-wrapper .site-search-block.site-search-option2 .digital-advertising .site-search-button:after, .digital-advertising .site-primary-button:before, .digital-advertising .site-primary-button:after {
  position: absolute;
  top: 50%;
  content: "";
  width: 20px;
  height: 18px;
  background-color: #ffffff;
  border-radius: 50%;
}
.digital-advertising .site-button-secondary:before, .digital-advertising .site-search-wrapper .site-search-block.site-search-option2 .site-search-button:before, .site-search-wrapper .site-search-block.site-search-option2 .digital-advertising .site-search-button:before, .digital-advertising .site-primary-button:before {
  left: -20px;
  transform: translate(-50%, -50%);
}
.digital-advertising .site-button-secondary:after, .digital-advertising .site-search-wrapper .site-search-block.site-search-option2 .site-search-button:after, .site-search-wrapper .site-search-block.site-search-option2 .digital-advertising .site-search-button:after, .digital-advertising .site-primary-button:after {
  right: -20px;
  transform: translate(50%, -50%);
}
.digital-advertising .site-button-secondary:hover, .digital-advertising .site-search-wrapper .site-search-block.site-search-option2 .site-search-button:hover, .site-search-wrapper .site-search-block.site-search-option2 .digital-advertising .site-search-button:hover, .digital-advertising .site-primary-button:hover {
  color: #414141 !important;
  border: 1px solid #414141;
  transition: all ease 1.2s;
}
.digital-advertising .site-button-secondary:hover span, .digital-advertising .site-search-wrapper .site-search-block.site-search-option2 .site-search-button:hover span, .site-search-wrapper .site-search-block.site-search-option2 .digital-advertising .site-search-button:hover span, .digital-advertising .site-primary-button:hover span {
  color: #414141 !important;
}
.digital-advertising .site-button-secondary:hover:before, .digital-advertising .site-search-wrapper .site-search-block.site-search-option2 .site-search-button:hover:before, .site-search-wrapper .site-search-block.site-search-option2 .digital-advertising .site-search-button:hover:before, .digital-advertising .site-primary-button:hover:before {
  animation: criss-cross-left 0.8s both;
  animation-direction: alternate;
}
.digital-advertising .site-button-secondary:hover:after, .digital-advertising .site-search-wrapper .site-search-block.site-search-option2 .site-search-button:hover:after, .site-search-wrapper .site-search-block.site-search-option2 .digital-advertising .site-search-button:hover:after, .digital-advertising .site-primary-button:hover:after {
  animation: criss-cross-right 0.8s both;
  animation-direction: alternate;
}
@keyframes criss-cross-left {
  0% {
    left: -20px;
  }
  50% {
    left: 50%;
    width: 20px;
    height: 18px;
  }
  100% {
    left: 50%;
    width: 100%;
    height: 100%;
  }
}
@keyframes criss-cross-right {
  0% {
    right: -20px;
  }
  50% {
    right: 50%;
    width: 20px;
    height: 18px;
    border-radius: 50px;
  }
  100% {
    right: 50%;
    width: 100%;
    height: 100%;
    border-radius: 50px;
  }
}
.digital-advertising .site-button-full-primary {
  position: relative;
  display: inline-block;
  overflow: hidden;
  font-size: 18px;
  border: 1px solid #FF6300;
  color: #ffffff;
  text-decoration: none;
  border-radius: 50px;
  padding: 3px 50px 5px;
  background: #FF6300;
  transition: all ease 0.5s;
  line-height: 40px;
  text-decoration: none !important;
  display: block;
  width: 100%;
  text-align: center;
}
.digital-advertising .site-button-full-primary span {
  position: relative;
  z-index: 10;
}
.digital-advertising .site-button-full-primary:before, .digital-advertising .site-button-full-primary:after {
  position: absolute;
  top: 50%;
  content: "";
  width: 20px;
  height: 18px;
  background-color: #ffffff;
  border-radius: 50%;
}
.digital-advertising .site-button-full-primary:before {
  left: -20px;
  transform: translate(-50%, -50%);
}
.digital-advertising .site-button-full-primary:after {
  right: -20px;
  transform: translate(50%, -50%);
}
.digital-advertising .site-button-full-primary:hover {
  color: #FF6300 !important;
  border: 1px solid #FF6300;
  transition: all ease 1.2s;
}
.digital-advertising .site-button-full-primary:hover span {
  color: #FF6300 !important;
}
.digital-advertising .site-button-full-primary:hover:before {
  animation: criss-cross-left 0.8s both;
  animation-direction: alternate;
}
.digital-advertising .site-button-full-primary:hover:after {
  animation: criss-cross-right 0.8s both;
  animation-direction: alternate;
}
@keyframes criss-cross-left {
  0% {
    left: -20px;
  }
  50% {
    left: 50%;
    width: 20px;
    height: 18px;
  }
  100% {
    left: 50%;
    width: 100%;
    height: 100%;
  }
}
@keyframes criss-cross-right {
  0% {
    right: -20px;
  }
  50% {
    right: 50%;
    width: 20px;
    height: 18px;
    border-radius: 50px;
  }
  100% {
    right: 50%;
    width: 100%;
    height: 100%;
    border-radius: 50px;
  }
}
.digital-advertising .site-button-full-secondary {
  position: relative;
  display: inline-block;
  overflow: hidden;
  font-size: 18px;
  border: 1px solid #414141;
  color: #ffffff;
  text-decoration: none;
  border-radius: 50px;
  padding: 3px 50px 5px;
  background: #414141;
  transition: all ease 0.5s;
  line-height: 40px;
  text-decoration: none !important;
  display: block;
  width: 100%;
  text-align: center;
}
.digital-advertising .site-button-full-secondary span {
  position: relative;
  z-index: 10;
}
.digital-advertising .site-button-full-secondary:before, .digital-advertising .site-button-full-secondary:after {
  position: absolute;
  top: 50%;
  content: "";
  width: 20px;
  height: 18px;
  background-color: #ffffff;
  border-radius: 50%;
}
.digital-advertising .site-button-full-secondary:before {
  left: -20px;
  transform: translate(-50%, -50%);
}
.digital-advertising .site-button-full-secondary:after {
  right: -20px;
  transform: translate(50%, -50%);
}
.digital-advertising .site-button-full-secondary:hover {
  color: #414141 !important;
  border: 1px solid #414141;
  transition: all ease 1.2s;
}
.digital-advertising .site-button-full-secondary:hover span {
  color: #414141 !important;
}
.digital-advertising .site-button-full-secondary:hover:before {
  animation: criss-cross-left 0.8s both;
  animation-direction: alternate;
}
.digital-advertising .site-button-full-secondary:hover:after {
  animation: criss-cross-right 0.8s both;
  animation-direction: alternate;
}
@keyframes criss-cross-left {
  0% {
    left: -20px;
  }
  50% {
    left: 50%;
    width: 20px;
    height: 18px;
  }
  100% {
    left: 50%;
    width: 100%;
    height: 100%;
  }
}
@keyframes criss-cross-right {
  0% {
    right: -20px;
  }
  50% {
    right: 50%;
    width: 20px;
    height: 18px;
    border-radius: 50px;
  }
  100% {
    right: 50%;
    width: 100%;
    height: 100%;
    border-radius: 50px;
  }
}
.digital-advertising .site-button-big-primary {
  position: relative;
  display: inline-block;
  overflow: hidden;
  font-size: 18px;
  border: 1px solid #FF6300;
  color: #ffffff;
  text-decoration: none;
  border-radius: 50px;
  padding: 3px 50px 5px;
  background: #FF6300;
  transition: all ease 0.5s;
  line-height: 40px;
  text-decoration: none !important;
  padding: 22px 50px 25px;
  font-size: 25px;
}
.digital-advertising .site-button-big-primary span {
  position: relative;
  z-index: 10;
}
.digital-advertising .site-button-big-primary:before, .digital-advertising .site-button-big-primary:after {
  position: absolute;
  top: 50%;
  content: "";
  width: 20px;
  height: 18px;
  background-color: #ffffff;
  border-radius: 50%;
}
.digital-advertising .site-button-big-primary:before {
  left: -20px;
  transform: translate(-50%, -50%);
}
.digital-advertising .site-button-big-primary:after {
  right: -20px;
  transform: translate(50%, -50%);
}
.digital-advertising .site-button-big-primary:hover {
  color: #FF6300 !important;
  border: 1px solid #FF6300;
  transition: all ease 1.2s;
}
.digital-advertising .site-button-big-primary:hover span {
  color: #FF6300 !important;
}
.digital-advertising .site-button-big-primary:hover:before {
  animation: criss-cross-left 0.8s both;
  animation-direction: alternate;
}
.digital-advertising .site-button-big-primary:hover:after {
  animation: criss-cross-right 0.8s both;
  animation-direction: alternate;
}
@keyframes criss-cross-left {
  0% {
    left: -20px;
  }
  50% {
    left: 50%;
    width: 20px;
    height: 18px;
  }
  100% {
    left: 50%;
    width: 100%;
    height: 100%;
  }
}
@keyframes criss-cross-right {
  0% {
    right: -20px;
  }
  50% {
    right: 50%;
    width: 20px;
    height: 18px;
    border-radius: 50px;
  }
  100% {
    right: 50%;
    width: 100%;
    height: 100%;
    border-radius: 50px;
  }
}
.digital-advertising .site-button-big-secondary {
  position: relative;
  display: inline-block;
  overflow: hidden;
  font-size: 18px;
  border: 1px solid #414141;
  color: #ffffff;
  text-decoration: none;
  border-radius: 50px;
  padding: 3px 50px 5px;
  background: #414141;
  transition: all ease 0.5s;
  line-height: 40px;
  text-decoration: none !important;
  padding: 22px 50px 25px;
  font-size: 25px;
}
.digital-advertising .site-button-big-secondary span {
  position: relative;
  z-index: 10;
}
.digital-advertising .site-button-big-secondary:before, .digital-advertising .site-button-big-secondary:after {
  position: absolute;
  top: 50%;
  content: "";
  width: 20px;
  height: 18px;
  background-color: #ffffff;
  border-radius: 50%;
}
.digital-advertising .site-button-big-secondary:before {
  left: -20px;
  transform: translate(-50%, -50%);
}
.digital-advertising .site-button-big-secondary:after {
  right: -20px;
  transform: translate(50%, -50%);
}
.digital-advertising .site-button-big-secondary:hover {
  color: #414141 !important;
  border: 1px solid #414141;
  transition: all ease 1.2s;
}
.digital-advertising .site-button-big-secondary:hover span {
  color: #414141 !important;
}
.digital-advertising .site-button-big-secondary:hover:before {
  animation: criss-cross-left 0.8s both;
  animation-direction: alternate;
}
.digital-advertising .site-button-big-secondary:hover:after {
  animation: criss-cross-right 0.8s both;
  animation-direction: alternate;
}
@keyframes criss-cross-left {
  0% {
    left: -20px;
  }
  50% {
    left: 50%;
    width: 20px;
    height: 18px;
  }
  100% {
    left: 50%;
    width: 100%;
    height: 100%;
  }
}
@keyframes criss-cross-right {
  0% {
    right: -20px;
  }
  50% {
    right: 50%;
    width: 20px;
    height: 18px;
    border-radius: 50px;
  }
  100% {
    right: 50%;
    width: 100%;
    height: 100%;
    border-radius: 50px;
  }
}
.digital-advertising .site-button-heart {
  position: relative;
  display: inline-block;
}
@media (max-width: 599px) {
  .digital-advertising .site-button-heart {
    margin: 0 0 10px;
  }
}
.digital-advertising .site-button-heart span {
  background: #FFF500;
  color: #000000;
  border-radius: 50px;
  padding: 3px 50px 5px;
  display: inline-block;
  line-height: 40px;
  position: relative;
  z-index: 2;
  border: 1px solid #FFF500;
}
.digital-advertising .site-button-heart .site-icon-heart {
  position: absolute;
  top: 0px;
  color: #FF2689;
  font-size: 25px;
  z-index: 0;
}
.digital-advertising .site-button-heart .site-icon-heart:nth-of-type(1) {
  left: calc(50% - 50px);
  scale: 1.1;
}
.digital-advertising .site-button-heart .site-icon-heart:nth-of-type(2) {
  left: calc(50% - 25px);
  animation-delay: 0.4s !important;
}
.digital-advertising .site-button-heart .site-icon-heart:nth-of-type(3) {
  left: 50%;
  animation-delay: 1s !important;
  scale: 1.2;
}
.digital-advertising .site-button-heart .site-icon-heart:nth-of-type(4) {
  left: calc(50% + 25px);
  animation-delay: 1.5s !important;
  scale: 1.2;
}
.digital-advertising .site-button-heart:hover span {
  background: #ffffff;
  border: 1px solid #000000;
}
.digital-advertising .site-button-heart:hover .site-icon-heart {
  animation: 1.5s linear heart normal;
}
@keyframes heart {
  0% {
    transform: rotate(10deg);
    opacity: 0;
  }
  25% {
    transform: rotate(-10deg);
    opacity: 1;
  }
  75% {
    transform: rotate(10deg);
    opacity: 0.5;
  }
  100% {
    transform: rotate(-10deg);
    opacity: 0;
    top: -130%;
  }
}
.digital-advertising .box {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--accent-color);
  color: #fff;
  border-radius: 50px;
  position: relative;
}
.digital-advertising .counter-container {
  padding: 30px;
}
.digital-advertising .cms-text-feature table tr {
  background: transparent;
}
.digital-advertising .cms-text-feature table tr th {
  background: #FF6300;
  color: #ffffff;
}
.digital-advertising .cms-text-feature table tr:nth-child(2n) {
  background: #f1f1f1;
}
@media (max-width: 599px) {
  .digital-advertising .cms-text-feature table tr:nth-child(2n) {
    background: none;
  }
}
@media (max-width: 599px) {
  .digital-advertising table.site-table-mobile > thead > tr > td p, .digital-advertising table.site-table-mobile > thead > tr > th p, .digital-advertising table.site-table-mobile > tbody > tr > td p, .digital-advertising table.site-table-mobile > tbody > tr > th p {
    margin: 0 0 20px !important;
  }
}
.digital-advertising table.site-table-no-scroll {
  display: table !important;
}
.digital-advertising table.site-table-mobile-stack {
  border-collapse: collapse;
  margin: 0 0 30px;
  padding: 0;
  width: 100%;
  table-layout: fixed;
  white-space: normal;
}
.digital-advertising table.site-table-mobile-stack tr {
  background-color: transparent;
  border: 1px solid #f1f1f1;
  padding: 5px;
}
.digital-advertising table.site-table-mobile-stack th,
.digital-advertising table.site-table-mobile-stack td {
  padding: 0.625em;
  text-align: center;
  word-wrap: break-word;
}
.digital-advertising table.site-table-mobile-stack th {
  text-transform: uppercase;
}
@media (max-width: 599px) {
  .digital-advertising table.site-table-mobile-stack {
    border-collapse: collapse;
    margin: 0;
    padding: 0;
    width: 100%;
    table-layout: fixed;
    display: table !important;
  }
  .digital-advertising table.site-table-mobile-stack caption {
    font-size: 1.3em;
  }
  .digital-advertising table.site-table-mobile-stack thead {
    border: none;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .digital-advertising table.site-table-mobile-stack tr {
    display: block;
    margin-bottom: 0.625em;
    background: none !important;
    border: 1px solid #414141;
  }
  .digital-advertising table.site-table-mobile-stack td {
    border: none;
    border-bottom: 1px solid #f1f1f1;
    display: block;
    text-align: right !important;
  }
  .digital-advertising table.site-table-mobile-stack td::before {
    /*
    * aria-label has no advantage, it won't be read inside a table
    content: attr(aria-label);
    */
    content: attr(data-label);
    float: left;
    font-weight: bold;
    text-transform: uppercase;
    color: #414141;
  }
  .digital-advertising table.site-table-mobile-stack td:last-child {
    border-bottom: 0;
  }
}
@media (max-width: 599px) {
  .digital-advertising table.site-table-row-border {
    width: 100% !important;
  }
}
.digital-advertising table.site-table-row-border tr {
  border-bottom: 1px solid #f1f1f1;
}
.digital-advertising table.site-table-row-border tr td h1, .digital-advertising table.site-table-row-border tr td h2, .digital-advertising table.site-table-row-border tr td h3, .digital-advertising table.site-table-row-border tr td h4, .digital-advertising table.site-table-row-border tr td h5, .digital-advertising table.site-table-row-border tr td h6, .digital-advertising table.site-table-row-border tr td p {
  margin: 0 !important;
}
@media (max-width: 599px) {
  .digital-advertising table.site-table-row-border.site-table-mobile > thead > tr > td h1, .digital-advertising table.site-table-row-border.site-table-mobile > thead > tr > td h2, .digital-advertising table.site-table-row-border.site-table-mobile > thead > tr > td h3, .digital-advertising table.site-table-row-border.site-table-mobile > thead > tr > td h4, .digital-advertising table.site-table-row-border.site-table-mobile > thead > tr > td h5, .digital-advertising table.site-table-row-border.site-table-mobile > thead > tr > td h6, .digital-advertising table.site-table-row-border.site-table-mobile > thead > tr > td p, .digital-advertising table.site-table-row-border.site-table-mobile > thead > tr > th h1, .digital-advertising table.site-table-row-border.site-table-mobile > thead > tr > th h2, .digital-advertising table.site-table-row-border.site-table-mobile > thead > tr > th h3, .digital-advertising table.site-table-row-border.site-table-mobile > thead > tr > th h4, .digital-advertising table.site-table-row-border.site-table-mobile > thead > tr > th h5, .digital-advertising table.site-table-row-border.site-table-mobile > thead > tr > th h6, .digital-advertising table.site-table-row-border.site-table-mobile > thead > tr > th p, .digital-advertising table.site-table-row-border.site-table-mobile > tbody > tr > td h1, .digital-advertising table.site-table-row-border.site-table-mobile > tbody > tr > td h2, .digital-advertising table.site-table-row-border.site-table-mobile > tbody > tr > td h3, .digital-advertising table.site-table-row-border.site-table-mobile > tbody > tr > td h4, .digital-advertising table.site-table-row-border.site-table-mobile > tbody > tr > td h5, .digital-advertising table.site-table-row-border.site-table-mobile > tbody > tr > td h6, .digital-advertising table.site-table-row-border.site-table-mobile > tbody > tr > td p, .digital-advertising table.site-table-row-border.site-table-mobile > tbody > tr > th h1, .digital-advertising table.site-table-row-border.site-table-mobile > tbody > tr > th h2, .digital-advertising table.site-table-row-border.site-table-mobile > tbody > tr > th h3, .digital-advertising table.site-table-row-border.site-table-mobile > tbody > tr > th h4, .digital-advertising table.site-table-row-border.site-table-mobile > tbody > tr > th h5, .digital-advertising table.site-table-row-border.site-table-mobile > tbody > tr > th h6, .digital-advertising table.site-table-row-border.site-table-mobile > tbody > tr > th p {
    margin: 0 !important;
  }
}
.digital-advertising .site-breadcrumbs-wrapper {
  background: #f9f9f9;
  padding: 15px 0;
  border-bottom: 1px solid #dfdfdf;
  color: #414141;
  margin: 0 0 20px;
}
.digital-advertising .site-breadcrumbs-wrapper .site-breadcrumbs-item {
  display: inline-block;
  padding: 0 30px 0 0;
  position: relative;
}
.digital-advertising .site-breadcrumbs-wrapper .site-breadcrumbs-item:after {
  font-family: "site-icon" !important;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e909" !important;
  font-size: 25px;
  position: absolute;
  right: 0;
  top: 0;
}
.digital-advertising .site-breadcrumbs-wrapper .site-breadcrumbs-item.site-breadcrumbs-active:after {
  display: none;
}
.digital-advertising .site-breadcrumbs-wrapper .site-breadcrumbs-item a.site-breadcrumbs-link {
  color: #FF6300;
  position: relative;
}
.digital-advertising .site-breadcrumbs-wrapper .site-breadcrumbs-item a.site-breadcrumbs-link::after {
  content: "";
  width: 0;
  position: absolute;
  height: 2px;
  background: #ffffff;
  left: 0;
  bottom: -5px;
  transition: all ease 0.5s;
}
.digital-advertising .site-breadcrumbs-wrapper .site-breadcrumbs-item a.site-breadcrumbs-link:hover:after {
  width: 100%;
}
@media (max-width: 1299px) {
  .digital-advertising .site-menu-toggle {
    display: block;
  }
  .digital-advertising .site-navigation-wrapper {
    position: fixed;
    background: #000000;
    z-index: 1000;
    right: -100%;
    top: 110px;
    width: 300px;
    transition: all ease 0.5s;
    opacity: 0;
    visibility: hidden;
    height: calc(100vh - 110px);
  }
  .digital-advertising .site-navigation-wrapper.site-navigation-wrapper-active {
    right: 0;
    opacity: 1;
    visibility: visible;
    overflow: scroll;
    width: 400px;
  }
}
@media (max-width: 1299px) and (max-width: 599px) {
  .digital-advertising .site-navigation-wrapper.site-navigation-wrapper-active {
    width: 100%;
  }
}
@media (max-width: 1299px) {
  .digital-advertising .site-navigation-wrapper ul.site-nav-block {
    padding: 10px 20px;
  }
  .digital-advertising .site-navigation-wrapper ul.site-nav-block > li {
    border-bottom: 1px solid #ffffff;
    margin: 0 0 10px;
    padding: 0 0 10px;
  }
  .digital-advertising .site-navigation-wrapper ul.site-nav-block > li > a {
    color: #ffffff;
    position: relative;
    padding: 0;
  }
  .digital-advertising .site-navigation-wrapper ul.site-nav-block > li.site-nav-active > a {
    color: #FFF500;
    font-weight: bold;
  }
  .digital-advertising .site-navigation-wrapper ul.site-nav-block li {
    display: block;
    position: relative;
  }
  .digital-advertising .site-navigation-wrapper ul.site-nav-block li .site-nav-linktext.site-nav-expand {
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    color: #ffffff;
  }
  .digital-advertising .site-navigation-wrapper ul.site-nav-block li .site-nav-linktext.site-nav-expand:before {
    font-family: "site-icon" !important;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\e909" !important;
    font-size: 30px;
    display: block;
    transition: all ease 0.5s;
  }
  .digital-advertising .site-navigation-wrapper ul.site-nav-block li .site-nav-linktext.site-nav-expand-active:before {
    transform: rotate(90deg);
  }
  .digital-advertising .site-navigation-wrapper ul.site-nav-block li .site-subnav-wrapper {
    overflow: hidden;
    max-height: 0;
    transition: all ease 0.5s;
  }
  .digital-advertising .site-navigation-wrapper ul.site-nav-block li .site-subnav-wrapper-active {
    max-height: 1000px;
  }
  .digital-advertising .site-navigation-wrapper ul.site-nav-block li .site-subnav-wrapper .site-subnav-block {
    padding: 10px 0 0;
  }
  .digital-advertising .site-navigation-wrapper ul.site-nav-block li .site-subnav-wrapper .site-subnav-block li {
    padding: 0 20px 10px;
    text-transform: none;
  }
  .digital-advertising .site-navigation-wrapper ul.site-nav-block li .site-subnav-wrapper .site-subnav-block li a {
    color: #ffffff;
  }
  .digital-advertising .site-navigation-wrapper ul.site-nav-block li .site-subnav-wrapper .site-subnav-block li a:hover {
    color: #000000;
  }
  .digital-advertising .site-navigation-wrapper ul.site-nav-block li .site-subnav-wrapper .site-subnav-block li.site-subnav-active > a {
    color: #ffffff;
    font-weight: bold;
  }
}
.digital-advertising blockquote, .digital-advertising q {
  padding: 85px 75px;
  position: relative;
  margin: 80px 0 !important;
  border-radius: 20px;
  text-align: left;
  font-size: 18px !important;
  line-height: 30px !important;
}
@media (max-width: 599px) {
  .digital-advertising blockquote, .digital-advertising q {
    padding: 40px 20px;
  }
}
.digital-advertising blockquote:after, .digital-advertising q:after {
  font-family: "site-icon" !important;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e903" !important;
  display: block;
  position: absolute;
  background-size: 100%;
  top: -20px;
  left: 75px;
  font-size: 70px;
  color: #000000;
}
@media (max-width: 599px) {
  .digital-advertising blockquote:after, .digital-advertising q:after {
    left: 25px;
    font-size: 50px;
  }
}
.digital-advertising blockquote:before, .digital-advertising q:before {
  font-family: "site-icon" !important;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e919" !important;
  display: block;
  position: absolute;
  background-size: 100%;
  bottom: -20px;
  right: 75px;
  font-size: 70px;
  color: #000000;
}
@media (max-width: 599px) {
  .digital-advertising blockquote:before, .digital-advertising q:before {
    right: 25px;
    font-size: 50px;
  }
}
.digital-advertising q {
  border: 5px solid #000000;
  color: #000000;
}
.digital-advertising q:after, .digital-advertising q:before {
  color: #FF6300;
}
.digital-advertising blockquote {
  background: #FF6300;
  color: #ffffff;
}
.digital-advertising .cms-text-feature .cms-text-feature-data {
  line-height: normal;
}
.digital-advertising .cms-text-feature .cms-text-feature-data p {
  line-height: 30px;
  font-size: 18px;
  margin: 0 0 20px;
}
.digital-advertising .cms-text-feature .cms-text-feature-data p:last-child {
  margin: 0;
}
.digital-advertising .cms-text-feature .cms-text-feature-data q, .digital-advertising .cms-text-feature .cms-text-feature-data blockquote {
  text-align: left;
}
.digital-advertising .cms-text-feature .cms-text-feature-data ul, .digital-advertising .cms-text-feature .cms-text-feature-data ol {
  list-style-position: outside;
}
.digital-advertising .cms-text-feature .cms-text-feature-data ul li, .digital-advertising .cms-text-feature .cms-text-feature-data ol li {
  line-height: 30px;
  font-size: 18px;
  margin: 0 0 20px;
}
.digital-advertising .cms-text-feature .cms-text-feature-data ul li:last-child, .digital-advertising .cms-text-feature .cms-text-feature-data ol li:last-child {
  margin: 0;
}
.digital-advertising .cms-text-feature .cms-text-feature-data ol {
  list-style: none;
  counter-reset: li;
}
.digital-advertising .cms-text-feature .cms-text-feature-data ol li {
  position: relative;
  counter-increment: li;
  padding: 0 0 0 12px;
}
.digital-advertising .cms-text-feature .cms-text-feature-data ol li::before {
  content: counter(li);
  color: #FF6300;
  font-size: 20px;
  position: absolute;
  left: -20px;
  top: 0px;
  width: 17px;
  text-align: left;
}
.digital-advertising .cms-text-feature .cms-text-feature-data ul li {
  list-style: none;
  position: relative;
  padding: 0 0 0 12px;
}
.digital-advertising .cms-text-feature .cms-text-feature-data ul li:before {
  content: "";
  width: 20px;
  height: 18px;
  background: #FF6300;
  border-radius: 100%;
  position: absolute;
  left: -20px;
  top: 10px;
  transform: rotate(-30deg);
}
.digital-advertising .cms-text-feature .cms-text-feature-data hr {
  margin: 30px 0 20px;
}
.digital-advertising .cms-text-feature .cms-text-feature-data a1 {
  color: #FF6300;
}
.digital-advertising .cms-text-feature .cms-text-feature-data a1.no-link-style {
  border-bottom: none !important;
  color: #FF6300;
}
.digital-advertising .cms-text-feature .cms-text-feature-data a1.no-link-style:hover {
  color: #414141;
}
.digital-advertising .cms-text-feature .cms-text-feature-data a1:hover {
  color: #414141;
  border-bottom: 1px solid #414141;
}
.digital-advertising body.cms-page-is-in-edit-mode .cms-feature-wrapper {
  position: relative;
}
.digital-advertising body.cms-page-is-in-edit-mode .cms-feature-wrapper .site-feature-detail {
  position: absolute;
  background: #ffffff;
  color: #ffffff;
  height: 30px;
  line-height: 30px;
  text-align: center;
  top: 0;
  right: 0;
  display: flex;
  padding: 0 10px;
  font-size: 18px;
}
.digital-advertising body.cms-page-is-in-edit-mode .cms-feature-wrapper .site-feature-detail .site-feature-count {
  margin: 0 10px 0 0;
  position: relative;
  padding: 0 12px 0 0;
}
.digital-advertising body.cms-page-is-in-edit-mode .cms-feature-wrapper .site-feature-detail .site-feature-count:before {
  content: "";
  background: #FF6300;
  height: 4px;
  width: 4px;
  border-radius: 100%;
  display: inline-block;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 0;
}
.digital-advertising body.cms-page-is-in-edit-mode .cms-feature-wrapper .site-feature-detail .site-feature-row {
  margin: 0 0 0 10px;
  position: relative;
  padding: 0 0 0 12px;
}
.digital-advertising body.cms-page-is-in-edit-mode .cms-feature-wrapper .site-feature-detail .site-feature-row:before {
  content: "";
  background: #FF6300;
  height: 4px;
  width: 4px;
  border-radius: 100%;
  display: inline-block;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  left: 0;
}
.digital-advertising body.cms-page-is-in-edit-mode .site-row-container {
  position: relative;
}
.digital-advertising body.cms-page-is-in-edit-mode .site-row-container:after {
  content: "New Row";
  display: block;
  margin: 40px 0;
  position: relative;
  position: absolute;
  top: 27px;
  left: 0;
  right: 0;
  width: 100px;
  margin: 0 auto;
  background: #ffffff;
  padding: 5px 10px;
  text-align: center;
  font-size: 18px;
  color: #FF6300;
}
.digital-advertising body.cms-page-is-in-edit-mode .site-row-container:before {
  content: "";
  display: block;
  height: 2px;
  width: 100%;
  background: #dfdfdf;
  margin: 40px 0;
}
.digital-advertising .site-color-text {
  color: #414141 !important;
}
.digital-advertising .site-color-text-wrapper .cms-feature-title {
  color: #414141 !important;
}
.digital-advertising .site-color-primary {
  color: #FF6300 !important;
}
.digital-advertising .site-color-primary-wrapper .cms-feature-title {
  color: #FF6300 !important;
}
.digital-advertising .site-color-secondary {
  color: #ffffff !important;
}
.digital-advertising .site-color-secondary-wrapper .cms-feature-title {
  color: #ffffff !important;
}
.digital-advertising .site-color-light {
  color: #f1f1f1 !important;
}
.digital-advertising .site-color-light-wrapper .cms-feature-title {
  color: #f1f1f1 !important;
}
.digital-advertising .site-color-black {
  color: #000000 !important;
}
.digital-advertising .site-color-black * {
  color: #000000 !important;
}
.digital-advertising .site-color-black-wrapper .cms-feature-title {
  color: #000000 !important;
}
.digital-advertising .site-color-black-wrapper .cms-feature-title * {
  color: #000000 !important;
}
.digital-advertising .site-color-white {
  color: #ffffff !important;
}
.digital-advertising .site-color-white var {
  color: #ffffff;
}
.digital-advertising .site-color-white *:not(var):not(var *) {
  color: #ffffff !important;
}
.digital-advertising .site-color-white *:not(var):not(var *).site-button-secondary:hover, .digital-advertising .site-color-white .site-search-wrapper .site-search-block.site-search-option2 *.site-search-button:not(var):not(var *):hover, .site-search-wrapper .site-search-block.site-search-option2 .digital-advertising .site-color-white *.site-search-button:not(var):not(var *):hover {
  color: #414141 !important;
}
.digital-advertising .site-color-white *:not(var):not(var *).site-button-secondary:hover span, .digital-advertising .site-color-white .site-search-wrapper .site-search-block.site-search-option2 *.site-search-button:not(var):not(var *):hover span, .site-search-wrapper .site-search-block.site-search-option2 .digital-advertising .site-color-white *.site-search-button:not(var):not(var *):hover span {
  color: #414141 !important;
}
.digital-advertising .site-color-white-wrapper .cms-feature-title {
  color: #ffffff !important;
}
.digital-advertising .site-bg-text, .digital-advertising .site-bg-text-wrapper, .digital-advertising .site-bg .cms-feature-title {
  background: #414141 !important;
}
.digital-advertising .site-bg-primary, .digital-advertising .site-bg-primary-wrapper, .digital-advertising .site-bg .cms-feature-title {
  background: #FF6300 !important;
}
.digital-advertising .site-bg-secondary, .digital-advertising .site-bg-secondary-wrapper, .digital-advertising .site-bg .cms-feature-title {
  background: #ffffff !important;
}
.digital-advertising .site-bg-light, .digital-advertising .site-bg-light-wrapper, .digital-advertising .site-bg .cms-feature-title {
  background: #dfdfdf !important;
}
.digital-advertising .site-bg-black, .digital-advertising .site-bg-black-wrapper, .digital-advertising .site-bg .cms-feature-title {
  background: #000000 !important;
}
.digital-advertising .site-bg-white, .digital-advertising .site-bg-white-wrapper, .digital-advertising .site-bg .cms-feature-title {
  background: #ffffff !important;
}
.digital-advertising .border-color-primary {
  border-color: #FF6300;
}
.digital-advertising .border-color-secondary {
  border-color: #ffffff;
}
.digital-advertising .border-color-tertiary {
  border-color: #414141;
}
.digital-advertising .border-color-white {
  border-color: #ffffff;
}
.digital-advertising .border-color-light {
  border-color: #f1f1f1;
}
.digital-advertising .border-color-black {
  border-color: #000000;
}
.digital-advertising .border-bg-primary {
  background: #FF6300;
}
.digital-advertising .border-bg-secondary {
  background: #ffffff;
}
.digital-advertising .border-bg-tertiary {
  background: #414141;
}
.digital-advertising .border-bg-white {
  background: #ffffff;
}
.digital-advertising .border-bg-light {
  background: #f1f1f1;
}
.digital-advertising .border-bg-black {
  background: #000000;
}
.digital-advertising .site-navigation-wrapper #site-navigation ul.site-nav-block > li.custom-nav-vm-home-css {
  display: none !important;
}
@media (min-width: 1300px) {
  .digital-advertising .site-navigation-wrapper #site-navigation ul.site-nav-block {
    position: relative;
    margin: 0 20px 0 0;
  }
  .digital-advertising .site-navigation-wrapper #site-navigation ul.site-nav-block > li {
    margin: 0 25px 0 0;
    display: inline-block;
  }
  .digital-advertising .site-navigation-wrapper #site-navigation ul.site-nav-block > li.custom-nav-vm-home-css {
    display: none !important;
  }
  .digital-advertising .site-navigation-wrapper #site-navigation ul.site-nav-block > li > a {
    font-size: 16px;
    font-weight: bold;
    color: #414141;
    display: block;
    letter-spacing: 0.5px;
    position: relative;
  }
  .digital-advertising .site-navigation-wrapper #site-navigation ul.site-nav-block > li > a:before {
    background: #FF6300;
    content: "";
    display: block;
    height: 1px;
    width: 0%;
    top: 0;
    left: 0;
    position: absolute;
    transition: all ease 0.5s;
  }
  .digital-advertising .site-navigation-wrapper #site-navigation ul.site-nav-block > li > a:after {
    background: #FF6300;
    content: "";
    display: block;
    height: 1px;
    width: 0%;
    bottom: -3px;
    right: 0;
    position: absolute;
    transition: all ease 0.5s;
  }
  .digital-advertising .site-navigation-wrapper #site-navigation ul.site-nav-block > li > a:hover {
    color: #FF6300;
  }
  .digital-advertising .site-navigation-wrapper #site-navigation ul.site-nav-block > li > a:hover:before, .digital-advertising .site-navigation-wrapper #site-navigation ul.site-nav-block > li > a:hover:after {
    width: 100%;
  }
  .digital-advertising .site-navigation-wrapper #site-navigation ul.site-nav-block > li:hover > .site-subnav-wrapper {
    display: block;
  }
  .digital-advertising .site-navigation-wrapper #site-navigation ul.site-nav-block > li.site-nav-active a, .digital-advertising .site-navigation-wrapper #site-navigation ul.site-nav-block > li.site-nav-active-parent a {
    color: #FF6300;
  }
  .digital-advertising .site-navigation-wrapper #site-navigation ul.site-nav-block > li.site-nav-active a:before, .digital-advertising .site-navigation-wrapper #site-navigation ul.site-nav-block > li.site-nav-active a:after, .digital-advertising .site-navigation-wrapper #site-navigation ul.site-nav-block > li.site-nav-active-parent a:before, .digital-advertising .site-navigation-wrapper #site-navigation ul.site-nav-block > li.site-nav-active-parent a:after {
    width: 100%;
  }
  .digital-advertising .site-navigation-wrapper #site-navigation ul.site-nav-block .site-subnav-wrapper {
    display: none;
    position: absolute;
    background: #FF6300;
    z-index: 1000;
    padding: 10px 20px;
    top: 100%;
    min-width: 130px;
  }
  .digital-advertising .site-navigation-wrapper #site-navigation ul.site-nav-block .site-subnav-wrapper ul.site-subnav-block li {
    display: block;
    margin: 0 0 5px;
  }
  .digital-advertising .site-navigation-wrapper #site-navigation ul.site-nav-block .site-subnav-wrapper ul.site-subnav-block li a {
    color: #ffffff;
    font-size: 14px;
    position: relative;
    display: block;
  }
  .digital-advertising .site-navigation-wrapper #site-navigation ul.site-nav-block .site-subnav-wrapper ul.site-subnav-block li a:before {
    content: "";
    display: block;
    position: absolute;
    background: #ffffff;
    height: 1px;
    width: 0%;
    bottom: 0;
    transition: all ease 0.5s;
  }
  .digital-advertising .site-navigation-wrapper #site-navigation ul.site-nav-block .site-subnav-wrapper ul.site-subnav-block li:hover a:before, .digital-advertising .site-navigation-wrapper #site-navigation ul.site-nav-block .site-subnav-wrapper ul.site-subnav-block li.site-subnav-active a:before {
    width: 100%;
  }
  .digital-advertising .site-navigation-wrapper #site-navigation .site-nav-linktext, .digital-advertising .site-navigation-wrapper #site-navigation .site-nav-linktext {
    display: none;
  }
  .digital-advertising .site-menu-toggle {
    display: none;
  }
}
.digital-advertising #site-footer {
  background: #FF6300;
  padding: 100px 0 40px;
  clear: both;
  position: relative;
}
@media (max-width: 799px) {
  .digital-advertising #site-footer {
    padding: 100px 0 0;
  }
}
@media (max-width: 799px) {
  .digital-advertising #site-footer .site-container {
    padding: 0;
  }
}
.digital-advertising #site-footer .cms-feature-datablock {
  color: #ffffff !important;
}
.digital-advertising #site-footer .cms-feature-datablock *:not(.site-button-secondary):not(.site-button-secondary span):not(.site-search-wrapper .site-search-block.site-search-option2 .site-search-button span) {
  color: #ffffff !important;
}
.digital-advertising #site-footer .site-footer-block {
  display: flex;
  justify-content: space-between;
  position: relative;
  color: #000000;
  padding: 0 20px;
  z-index: 100;
}
@media (max-width: 399px) {
  .digital-advertising #site-footer .site-footer-block {
    display: block;
    text-align: center;
  }
}
.digital-advertising #site-footer .site-footer-block .site-footer-logo {
  width: 60%;
}
@media (max-width: 1499px) {
  .digital-advertising #site-footer .site-footer-block .site-footer-logo {
    width: 75%;
  }
}
@media (max-width: 1099px) {
  .digital-advertising #site-footer .site-footer-block .site-footer-logo {
    width: 100%;
  }
}
.digital-advertising #site-footer .site-footer-block .site-footer-logo h1, .digital-advertising #site-footer .site-footer-block .site-footer-logo h2, .digital-advertising #site-footer .site-footer-block .site-footer-logo h3, .digital-advertising #site-footer .site-footer-block .site-footer-logo h4, .digital-advertising #site-footer .site-footer-block .site-footer-logo h5, .digital-advertising #site-footer .site-footer-block .site-footer-logo h6 {
  margin: 0 0 20px;
}
.digital-advertising #site-footer .site-footer-block .site-footer-logo #site-footer-logo {
  display: flex;
}
@media (max-width: 999px) {
  .digital-advertising #site-footer .site-footer-block .site-footer-logo #site-footer-logo {
    display: block;
  }
}
.digital-advertising #site-footer .site-footer-block .site-footer-logo #site-footer-logo .site-footer-desc-wrapper {
  flex: 0 0 calc(100% - 300px);
  max-width: calc(100% - 300px);
}
@media (max-width: 999px) {
  .digital-advertising #site-footer .site-footer-block .site-footer-logo #site-footer-logo .site-footer-desc-wrapper {
    width: 100%;
    max-width: none;
  }
}
.digital-advertising #site-footer .site-footer-block .site-footer-logo #site-footer-logo .site-footer-desc-wrapper .site-button-secondary, .digital-advertising #site-footer .site-footer-block .site-footer-logo #site-footer-logo .site-footer-desc-wrapper .site-search-wrapper .site-search-block.site-search-option2 .site-search-button, .site-search-wrapper .site-search-block.site-search-option2 .digital-advertising #site-footer .site-footer-block .site-footer-logo #site-footer-logo .site-footer-desc-wrapper .site-search-button {
  padding: 3px 20px 5px;
}
.digital-advertising #site-footer .site-footer-block .site-footer-logo table tr:nth-child(2n) {
  background: none !important;
}
.digital-advertising #site-footer .site-footer-block .site-footer-logo table tr td {
  border: none;
}
.digital-advertising #site-footer .site-footer-block .site-footer-logo table tr ul {
  padding: 0;
}
.digital-advertising #site-footer .site-footer-block .site-footer-logo table tr ul li {
  padding: 0;
  font-size: 16px;
  line-height: 28px;
  margin: 0;
}
.digital-advertising #site-footer .site-footer-block .site-footer-logo table tr ul li a {
  position: relative;
  text-decoration: none;
  margin: 0 0 5px;
  display: inline-block;
}
.digital-advertising #site-footer .site-footer-block .site-footer-logo table tr ul li a:after {
  position: absolute;
  content: "";
  display: block;
  background: #ffffff;
  width: 100%;
  height: 1px;
  transition: all ease 0.7s;
  bottom: 1px;
  left: 0;
}
.digital-advertising #site-footer .site-footer-block .site-footer-logo table tr ul li a:hover:after {
  width: 0%;
}
.digital-advertising #site-footer .site-footer-block .site-footer-logo table tr ul li a.custom-link-active {
  font-weight: bold;
}
.digital-advertising #site-footer .site-footer-block .site-footer-logo table tr ul li::before {
  display: none !important;
}
.digital-advertising #site-footer .site-footer-right {
  position: absolute;
  bottom: 0;
  right: 0;
}
@media (max-width: 999px) {
  .digital-advertising #site-footer .site-footer-right {
    position: static;
    display: none;
  }
}
@media (max-width: 599px) {
  .digital-advertising #site-footer .site-footer-right {
    display: block;
  }
}
.digital-advertising #site-footer .site-footer-right .site-footer-image img {
  width: 80% !important;
}
@media (max-width: 1499px) {
  .digital-advertising #site-footer .site-footer-right .site-footer-image img {
    width: 75% !important;
  }
}
@media (max-width: 1299px) {
  .digital-advertising #site-footer .site-footer-right .site-footer-image img {
    width: 60% !important;
  }
}
@media (max-width: 799px) {
  .digital-advertising #site-footer .site-footer-right .site-footer-image img {
    width: 100% !important;
  }
}
.digital-advertising a {
  color: #FF6300;
}
.digital-advertising a:hover, .digital-advertising a:focus {
  color: #414141;
}
.digital-advertising .cms-feature-datablock a {
  text-decoration: underline;
}
.digital-advertising hr {
  margin: 0 auto 10px;
  border-top: 1px solid #FF6300 !important;
}
.digital-advertising var {
  background: #FF6300;
  padding: 15px 40px;
  text-transform: uppercase;
  font-style: normal;
  font-weight: bold;
  letter-spacing: -2.5px;
  font-size: 40px;
  color: #ffffff;
  display: inline-block;
  box-shadow: 8px 14px 17px -7px rgba(0, 0, 0, 0.5);
  line-height: 30px;
  font-family: "brother-1816", sans-serif;
}
@media (max-width: 1299px) {
  .digital-advertising var {
    line-height: 40px;
  }
}
@media (max-width: 599px) {
  .digital-advertising var {
    font-size: 20px;
    line-height: 20px;
    letter-spacing: -1.5px;
    padding: 10px 30px;
  }
}
.digital-advertising .site-posted-block {
  font-size: 16px;
  color: #000000;
  position: relative;
  padding: 0 0 0 60px;
  height: 50px;
  line-height: 50px;
  margin: 0;
}
.digital-advertising .site-posted-block:before {
  display: block;
  height: 40px;
  width: 40px;
  border-radius: 100%;
  background: #FF6300;
  color: #ffffff;
  position: absolute;
  left: 2px;
  top: 0;
  font-family: "gelato-luxe";
  font-size: 33px;
  text-align: center;
  line-height: 32px;
  font-weight: bold;
  animation: postedby 2s infinite;
  bottom: 0;
  margin: auto;
}
.digital-advertising .site-posted-block a {
  border-bottom: 1px solid;
  color: #000000;
  text-decoration: none;
}
@keyframes postedby {
  from, to {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
  }
}
.digital-advertising .site-slider .slick-dots {
  bottom: 40px;
  z-index: 10;
}
.digital-advertising .site-slider .slick-dots li {
  padding: 0;
  height: 15px;
  width: 15px;
  margin: 0 5px;
}
.digital-advertising .site-slider .slick-dots li button {
  padding: 0;
  height: 15px;
  width: 15px;
}
.digital-advertising .site-slider .slick-dots li button:before {
  height: 15px;
  width: 15px;
  background: none;
  border: 1px solid #ffffff;
}
.digital-advertising .site-slider .slick-dots li.slick-active button:before {
  background: #FF6300;
  border: 1px solid #ffffff;
}
.digital-advertising .slick-arrow {
  width: 54px !important;
  height: 54px !important;
  padding: 0 !important;
}
@media (max-width: 599px) {
  .digital-advertising .slick-arrow {
    width: 40px !important;
    height: 40px !important;
    top: 50% !important;
  }
}
.digital-advertising .slick-arrow:before {
  font-family: "site-icon" !important;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e908" !important;
  border: 2px solid #FF6300 !important;
  color: #FF6300 !important;
  background: #ffffff !important;
  border-radius: 100%;
  line-height: 47px !important;
  font-size: 35px !important;
}
@media (max-width: 599px) {
  .digital-advertising .slick-arrow:before {
    line-height: 35px !important;
    font-size: 30px !important;
  }
}
.digital-advertising .slick-arrow:hover::before {
  background: #FF6300 !important;
  color: #ffffff !important;
}
.digital-advertising .slick-arrow.slick-next {
  right: -80px !important;
}
@media (max-width: 1499px) {
  .digital-advertising .slick-arrow.slick-next {
    right: -50px !important;
  }
}
@media (max-width: 599px) {
  .digital-advertising .slick-arrow.slick-next {
    right: 40px !important;
  }
}
.digital-advertising .slick-arrow.slick-next::before {
  transform: rotate(180deg) !important;
}
.digital-advertising .slick-arrow.slick-prev {
  left: -80px !important;
}
@media (max-width: 1499px) {
  .digital-advertising .slick-arrow.slick-prev {
    left: -50px !important;
  }
}
@media (max-width: 599px) {
  .digital-advertising .slick-arrow.slick-prev {
    left: 40px !important;
  }
}
.digital-advertising .slick-arrow.slick-prev::before {
  transform: rotate(0deg) !important;
}
.digital-advertising .mfp-arrow {
  background: #FF6300;
  color: #ffffff;
  border: 1px solid #FF6300;
  border-radius: 100%;
}
.digital-advertising .mfp-arrow:after {
  color: #ffffff;
  font-size: 40px;
  line-height: 45px;
}
.digital-advertising .mfp-arrow:hover {
  background: #ffffff;
  color: #FF6300;
  border: 1px solid #ffffff;
}
.digital-advertising .mfp-arrow:hover:after {
  color: #FF6300;
}
.digital-advertising .mfp-arrow.mfp-arrow-left:after {
  font-family: "site-icon" !important;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e908" !important;
}
.digital-advertising .mfp-arrow.mfp-arrow-right:after {
  font-family: "site-icon" !important;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e909" !important;
}
.digital-advertising .mfp-image-holder .mfp-content .mfp-close {
  background: #FF6300;
  color: #ffffff;
  border: 1px solid #FF6300;
  border-radius: 100%;
}
.digital-advertising .mfp-image-holder .mfp-content .mfp-close:after {
  color: #ffffff;
  font-size: 15px;
}
.digital-advertising .mfp-image-holder .mfp-content .mfp-close:hover {
  background: #ffffff;
  color: #FF6300;
  border: 1px solid #ffffff;
}
.digital-advertising .mfp-image-holder .mfp-content .mfp-close:hover:after {
  color: #FF6300;
}
.digital-advertising .site-thumbnail-block .site-thumbnail-link {
  border: 2px solid transparent;
  transition: all ease 0.8s;
  border-radius: 20px;
}
.digital-advertising .site-thumbnail-block .site-thumbnail-link .site-icon-search {
  border-radius: 0 0 20px 0;
}
.digital-advertising .site-thumbnail-block:hover .site-thumbnail-link {
  border: 2px solid #FF6300;
}
.digital-advertising .cms-gallery-feature.site-slider-tab-wrapper .site-slider-tab-list .site-slide {
  cursor: pointer;
}
.digital-advertising .cms-gallery-feature.site-slider-tab-wrapper .site-slider-tab-list .site-slide .site-slider-image {
  transition: all ease 0.8s;
  border-radius: 20px;
  border: 2px solid transparent;
}
.digital-advertising .cms-gallery-feature.site-slider-tab-wrapper .site-slider-tab-list .site-slide.slick-current .site-slider-image, .digital-advertising .cms-gallery-feature.site-slider-tab-wrapper .site-slider-tab-list .site-slide:hover .site-slider-image {
  border: 2px solid #FF6300;
}
.digital-advertising .cms-gallery-feature.site-thumbnail-list-wrapper .site-thumbnail-video-popup .site-thumbnail-block .site-thumbnail-data {
  display: block;
  overflow: hidden;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  left: 0;
  right: 0;
}
.digital-advertising .cms-gallery-feature.site-thumbnail-list-wrapper .site-thumbnail-video-popup .site-thumbnail-block .site-thumbnail-data .site-thumbnail-desc {
  left: 0;
  width: 96%;
  height: 96%;
  margin: auto;
  top: 0;
  right: 0;
}
.digital-advertising .cms-gallery-feature.site-thumbnail-list-wrapper .site-thumbnail-video-popup .site-thumbnail-block .site-thumbnail-data .site-thumbnail-desc a.video-popup-button {
  position: relative;
  width: 90px;
  height: 90px;
  display: block;
  margin: auto;
  position: absolute;
}
.digital-advertising .cms-gallery-feature.site-thumbnail-list-wrapper .site-thumbnail-video-popup .site-thumbnail-block .site-thumbnail-data .site-thumbnail-desc a.video-popup-button::after {
  font-family: "site-icon" !important;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e90d" !important;
  background: #ffffff;
  width: 90px;
  height: 90px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  color: #FF6300;
  font-size: 40px;
}
.digital-advertising .site-custom-hero-long-text-wrapper .site-slider .site-slick-wrapper .slick-list .site-slide .site-slider-caption .site-slider-caption-block .site-container .site-slider-capton-data {
  max-width: 750px !important;
}
.digital-advertising .site-custom-hero-full-text-wrapper .site-slider .site-slick-wrapper .slick-list .site-slide .site-slider-caption .site-slider-caption-block .site-container .site-slider-capton-data {
  max-width: 100% !important;
}
.digital-advertising .site-custom-hero-wrapper {
  margin: 40px 0 0;
}
@media (max-width: 599px) {
  .digital-advertising .site-custom-hero-wrapper {
    margin: 0;
  }
}
.digital-advertising .site-custom-hero-wrapper .site-slider .site-slick-wrapper .slick-list {
  overflow: visible;
}
@media (max-width: 599px) {
  .digital-advertising .site-custom-hero-wrapper .site-slider .site-slick-wrapper .slick-list .site-slide {
    display: flex !important;
    flex-wrap: wrap;
  }
  .digital-advertising .site-custom-hero-wrapper .site-slider .site-slick-wrapper .slick-list .site-slide .site-slider-caption {
    order: 0;
    transform: none;
    position: static;
    padding: 50px 0;
  }
  .digital-advertising .site-custom-hero-wrapper .site-slider .site-slick-wrapper .slick-list .site-slide .site-slider-image-block {
    order: 1;
    margin: auto;
  }
}
@media (min-width: 600px) {
  .digital-advertising .site-custom-hero-wrapper .site-slider .site-slick-wrapper .slick-list .site-slide .site-slider-image-block {
    padding: 0 5%;
  }
  .digital-advertising .site-custom-hero-wrapper .site-slider .site-slick-wrapper .slick-list .site-slide .site-slider-image-block .site-slider-image {
    width: auto;
    height: 100%;
    object-fit: contain;
    float: right;
    margin: -50px 0 0;
  }
}
.digital-advertising .site-custom-hero-wrapper .site-slider .site-slick-wrapper .slick-list .site-slide .site-slider-image-block:after {
  background: none !important;
}
.digital-advertising .site-custom-hero-wrapper .site-slider .site-slick-wrapper .slick-list .site-slide .site-slider-caption {
  background: none;
  left: 0;
  right: 0;
}
.digital-advertising .site-custom-hero-wrapper .site-slider .site-slick-wrapper .slick-list .site-slide .site-slider-caption .site-slider-caption-block .site-container {
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 20px;
  width: 100%;
}
.digital-advertising .site-custom-hero-wrapper .site-slider .site-slick-wrapper .slick-list .site-slide .site-slider-caption .site-slider-caption-block .site-container .site-slider-capton-data {
  max-width: 640px;
  width: 100%;
  margin: 0;
  text-align: left;
}
@media (max-width: 599px) {
  .digital-advertising .site-custom-hero-wrapper .site-slider .site-slick-wrapper .slick-list .site-slide .site-slider-caption .site-slider-caption-block .site-container .site-slider-capton-data {
    text-align: center;
  }
}
.digital-advertising .site-custom-hero-wrapper .site-slider .site-slick-wrapper .slick-list .site-slide .site-slider-caption .site-slider-caption-block .site-container .site-slider-capton-data * {
  color: #ffffff;
}
.digital-advertising .site-custom-hero-wrapper .site-slider .site-slick-wrapper .slick-list .site-slide .site-slider-caption .site-slider-caption-block .site-container .site-slider-capton-data var {
  background: #000000;
  color: #ffffff;
}
.digital-advertising #site-footer .site-footer-block .site-footer-logo .cms-feature-datablock :not(.site-button-secondary):not(.site-button-secondary span):not(.site-search-wrapper .site-search-block.site-search-option2 .site-search-button span) a[class*=site-social-] {
  color: #FF6300 !important;
  height: 48px;
  width: 43px;
  position: relative;
  margin: 0 12px 0 0;
  transition: all ease 0.6s;
}
.digital-advertising #site-footer .site-footer-block .site-footer-logo .cms-feature-datablock :not(.site-button-secondary):not(.site-button-secondary span):not(.site-search-wrapper .site-search-block.site-search-option2 .site-search-button span) a[class*=site-social-]:last-child {
  margin: 0;
}
.digital-advertising #site-footer .site-footer-block .site-footer-logo .cms-feature-datablock :not(.site-button-secondary):not(.site-button-secondary span):not(.site-search-wrapper .site-search-block.site-search-option2 .site-search-button span) a[class*=site-social-]:after {
  display: inline-block;
  height: 100%;
  width: 100%;
  background: #ffffff;
  border-radius: 100%;
  transform: rotate(50deg);
  content: "";
  position: absolute;
  z-index: 1;
  left: 0;
  right: 0;
  border: 1px solid #ffffff;
  transition: all ease 0.6s;
}
.digital-advertising #site-footer .site-footer-block .site-footer-logo .cms-feature-datablock :not(.site-button-secondary):not(.site-button-secondary span):not(.site-search-wrapper .site-search-block.site-search-option2 .site-search-button span) a[class*=site-social-]:hover {
  color: #ffffff !important;
}
.digital-advertising #site-footer .site-footer-block .site-footer-logo .cms-feature-datablock :not(.site-button-secondary):not(.site-button-secondary span):not(.site-search-wrapper .site-search-block.site-search-option2 .site-search-button span) a[class*=site-social-]:hover:after {
  background: none;
}
.digital-advertising .site-image-oval-wrapper {
  width: 250px;
  height: 233px;
  object-fit: cover;
  transform: rotate(-50deg);
  margin: auto;
  position: relative;
}
@media (max-width: 599px) {
  .digital-advertising .site-image-oval-wrapper {
    transform: rotate(-50deg) scale(0.6);
    height: 160px;
    margin: 0 0 0 -65px;
  }
}
.digital-advertising .site-image-oval-wrapper .site-image-oval-img {
  transform: rotate(50deg);
}
.digital-advertising .site-image-oval-wrapper .site-image-oval {
  width: 250px;
  height: 250px;
  object-fit: cover;
  margin: 10px 0 auto;
  clip-path: path("M47.32,23.84c46.45-34.25,107.46-30.35,136.27,8.72s14.51,98.5-31.94,132.76c-46.45,34.25-107.46,30.35-136.27-8.72C-13.43,117.53.87,58.09,47.32,23.84");
}
.digital-advertising .site-image-oval-wrapper .site-round-ring {
  position: absolute;
  top: -4px;
  left: 0;
  margin: auto;
  z-index: 1;
  width: 215px;
  transform: rotate(50deg);
}
.digital-advertising .site-image-oval-wrapper .site-round-ring .site-round-ring-svg {
  display: block;
  margin: 0 auto;
  width: 215px;
  stroke-width: 7;
  stroke: #FF6300;
  overflow: visible;
  margin: -18px 0 0 26px;
}
@media (max-width: 599px) {
  .digital-advertising .site-image-oval-wrapper .site-round-ring .site-round-ring-svg {
    margin: -26px 0 0 26px;
  }
}
.digital-advertising .custom-overlay-wrapper .site-slide {
  position: relative;
}
.digital-advertising .custom-overlay-wrapper .site-slide .site-slider-caption {
  height: 100%;
}
.digital-advertising .custom-overlay-wrapper .site-slide .site-slider-caption .site-slider-caption-block {
  display: flex;
  align-items: end;
  height: 100%;
  opacity: 1;
  transition: all ease 1s;
}
.digital-advertising .custom-overlay-wrapper .site-slide .site-slider-caption .site-slider-more-desc {
  opacity: 0;
  position: absolute;
  bottom: 0;
  width: 100%;
  transition: all ease 1s;
  text-align: left;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 100%);
  border-radius: 20px;
  padding: 0 0 20px;
  left: 0;
}
.digital-advertising .custom-overlay-wrapper .site-slide .site-slider-caption .site-slider-more-desc .site-slider-more-desc-data {
  position: relative;
}
.digital-advertising .custom-overlay-wrapper .site-slide:hover .site-slider-caption-block {
  opacity: 0;
}
.digital-advertising .custom-overlay-wrapper .site-slide:hover .site-slider-caption .site-slider-more-desc {
  opacity: 1;
}
.digital-advertising .custom-overlay-wrapper .site-slide:hover .site-slider-caption .site-slider-more-desc::before {
  width: 100%;
  height: 100%;
}

/*
    $grid-counts: 7, 6, 5, 4, 3, 2;

    @each $grid-counts in $grid-count {

    }
    */
.site-hub p {
  margin: 0 0 20px;
}
.site-hub p:last-child {
  margin: 0;
}
@media (max-width: 1099px) {
  .site-hub h3 {
    font-size: 40px;
    line-height: 40px;
    margin: 0 0 10px;
  }
}
@media (max-width: 1099px) {
  .site-hub .site-button-secondary, .site-hub .site-search-wrapper .site-search-block.site-search-option2 .site-search-button, .site-search-wrapper .site-search-block.site-search-option2 .site-hub .site-search-button, .site-hub .site-button-primary, .site-hub .site-form-payment-wrapper .site-payment-buttons button, .site-form-payment-wrapper .site-payment-buttons .site-hub button {
    padding: 3px 30px 5px;
  }
}
.site-hub .site-display-wrapper.site-display-listview .site-display-list {
  display: block;
  clear: both;
  margin: 0;
}
.site-hub .custom-hub-grid-wrapper {
  padding: 0 !important;
}
.site-hub .custom-hub-grid-wrapper .custom-hub-data-wrapper {
  padding: 0;
  clear: both;
}
@media (max-width: 999px) {
  .site-hub .custom-hub-grid-wrapper .custom-hub-data-wrapper {
    padding: 20px 0 0;
  }
}
.site-hub .custom-hub-grid-wrapper .custom-hub-grid.site-display-filters-left .site-hub-display-search-wrapper, .site-hub .custom-hub-grid-wrapper .custom-hub-grid.site-display-filters-left .site-display-filter-title {
  display: none !important;
}
.site-hub .custom-hub-grid-wrapper .custom-hub-grid.site-display-filters-left .site-display-filter-desc {
  display: block;
}
.site-hub .custom-hub-grid-wrapper .custom-hub-grid .site-search-in {
  line-height: 75px;
  margin: 0;
  height: 75px;
  font-size: 13px;
  display: inline-block;
}
@media (max-width: 999px) {
  .site-hub .custom-hub-grid-wrapper .custom-hub-grid .site-search-in {
    padding: 0;
    position: absolute;
    top: -65px;
    left: 0;
  }
}
.site-hub .custom-hub-grid-wrapper .custom-hub-grid .site-search-in.site-search-in-success-stories .site-search-tag-wrapper {
  color: #ffffff;
  color: #ffffff;
  padding: 5px 10px 6px 10px;
  margin: 0 0 0 5px;
  cursor: pointer;
  position: relative;
}
.site-hub .custom-hub-grid-wrapper .custom-hub-grid .site-search-in.site-search-in-success-stories .site-search-tag-wrapper:before {
  background: #DA2075;
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 7px;
}
.site-hub .custom-hub-grid-wrapper .custom-hub-grid .site-search-in.site-search-in-success-stories .site-search-tag-wrapper:after {
  background: #414141;
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 100%;
  width: 0;
  margin: auto;
  transition: all ease 0.5s;
  border-radius: 7px;
}
.site-hub .custom-hub-grid-wrapper .custom-hub-grid .site-search-in.site-search-in-success-stories .site-search-tag-wrapper:hover:after {
  width: 100%;
}
.site-hub .custom-hub-grid-wrapper .custom-hub-grid .site-search-in.site-search-in-success-stories .site-search-tag-wrapper .site-search-tag {
  text-transform: capitalize;
  position: relative;
  z-index: 10;
  padding: 0 0 0 30px;
}
.site-hub .custom-hub-grid-wrapper .custom-hub-grid .site-search-in.site-search-in-success-stories .site-search-tag-wrapper .site-search-tag::before {
  content: "s";
  font-family: "gelato-luxe";
  margin: 0 10px 0 0;
  background: #ffffff;
  color: #DA2075;
  display: inline-block;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  border-radius: 100%;
  margin: auto;
  line-height: 15px;
  text-align: center;
  font-size: 28px;
  text-transform: lowercase;
}
.site-hub .custom-hub-grid-wrapper .custom-hub-grid .site-search-in.site-search-in-success-stories .site-search-tag-wrapper .site-search-in-close {
  font-size: 10px;
  margin: 0 0 0 3px;
  position: relative;
  z-index: 10;
}
.site-hub .custom-hub-grid-wrapper .custom-hub-grid .site-search-in.site-search-in-data .site-search-tag-wrapper .site-search-tag::before {
  line-height: 22px;
  font-size: 20px;
}
.site-hub .custom-hub-grid-wrapper .custom-hub-grid ul.site-display-list {
  /*
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  gap: 10px;

  @include maxbp($r_1500) {
      grid-template-columns: repeat(5, 1fr);
  }
      */
}
@media (max-width: 549px) {
  .site-hub .custom-hub-grid-wrapper .custom-hub-grid ul.site-display-list {
    display: block !important;
  }
}
.site-hub .custom-hub-grid-wrapper .custom-hub-grid ul.site-display-list li.site-display-wrapper-listitem {
  max-width: none;
  padding: 0 0 20px;
  width: 260px;
  flex: 0 0 260px;
}
@media (max-width: 1099px) {
  .site-hub .custom-hub-grid-wrapper .custom-hub-grid ul.site-display-list li.site-display-wrapper-listitem {
    flex: 0 0 240px;
    width: 240px;
  }
}
@media (max-width: 999px) {
  .site-hub .custom-hub-grid-wrapper .custom-hub-grid ul.site-display-list li.site-display-wrapper-listitem {
    flex: 0 0 240px;
    width: 240px;
  }
}
@media (max-width: 549px) {
  .site-hub .custom-hub-grid-wrapper .custom-hub-grid ul.site-display-list li.site-display-wrapper-listitem {
    flex: 0 0 50%;
    width: 50%;
    float: left;
    height: auto !important;
  }
  .site-hub .custom-hub-grid-wrapper .custom-hub-grid ul.site-display-list li.site-display-wrapper-listitem.site_hub_item_mobile .site-display-data-block.site-hub-card-date-wrapper .site-display-desc .site-hub-card-date {
    top: 0 !important;
    text-align: center;
  }
}
.site-hub .custom-hub-grid-wrapper .custom-hub-grid ul.site-display-list li.site-display-wrapper-listitem .site-display-title a {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
}
.site-hub .custom-hub-grid-wrapper .custom-hub-grid ul.site-display-list li.site-display-wrapper-listitem .site-display-list-block {
  margin: 0 10px !important;
}
.site-hub .custom-hub-grid-wrapper .custom-hub-grid ul.site-display-list li.site-display-wrapper-listitem.cms-tag-hub-col-2 {
  flex: 0 0 calc(520px);
  width: calc(520px);
}
@media (max-width: 1099px) {
  .site-hub .custom-hub-grid-wrapper .custom-hub-grid ul.site-display-list li.site-display-wrapper-listitem.cms-tag-hub-col-2 {
    flex: 0 0 calc(480px);
    width: calc(480px);
  }
}
@media (max-width: 999px) {
  .site-hub .custom-hub-grid-wrapper .custom-hub-grid ul.site-display-list li.site-display-wrapper-listitem.cms-tag-hub-col-2 {
    flex: 0 0 calc(480px);
    width: calc(480px);
  }
}
@media (max-width: 549px) {
  .site-hub .custom-hub-grid-wrapper .custom-hub-grid ul.site-display-list li.site-display-wrapper-listitem.cms-tag-hub-col-2 {
    flex: 0 0 calc(100%);
    width: calc(100%);
    float: left;
  }
}
.site-hub .custom-hub-grid-wrapper .custom-hub-grid ul.site-display-list li.site-display-wrapper-listitem.cms-tag-hub-col-2 .site-display-list-block .site-display-image .site-display-image-link img {
  aspect-ratio: 19/12.3;
}
.site-hub .custom-hub-grid-wrapper .custom-hub-grid ul.site-display-list li.site-display-wrapper-listitem.cms-tag-hub-col-3 {
  flex: 0 0 calc(780px);
  width: calc(780px);
}
@media (max-width: 1099px) {
  .site-hub .custom-hub-grid-wrapper .custom-hub-grid ul.site-display-list li.site-display-wrapper-listitem.cms-tag-hub-col-3 {
    flex: 0 0 calc(720px);
    width: calc(720px);
  }
}
@media (max-width: 999px) {
  .site-hub .custom-hub-grid-wrapper .custom-hub-grid ul.site-display-list li.site-display-wrapper-listitem.cms-tag-hub-col-3 {
    flex: 0 0 calc(480px);
    width: calc(480px);
  }
}
@media (max-width: 549px) {
  .site-hub .custom-hub-grid-wrapper .custom-hub-grid ul.site-display-list li.site-display-wrapper-listitem.cms-tag-hub-col-3 {
    flex: 0 0 calc(100%);
    width: calc(100%);
    float: left;
  }
}
.site-hub .custom-hub-grid-wrapper .custom-hub-grid ul.site-display-list li.site-display-wrapper-listitem.cms-tag-hub-col-3 .site-display-list-block .site-display-image .site-display-image-link img {
  aspect-ratio: 19/8;
}
@media (max-width: 999px) {
  .site-hub .custom-hub-grid-wrapper .custom-hub-grid ul.site-display-list li.site-display-wrapper-listitem.cms-tag-hub-col-3 .site-display-list-block .site-display-image .site-display-image-link img {
    aspect-ratio: 19/12.3;
  }
}
.site-hub .custom-hub-grid-wrapper .custom-hub-grid ul.site-display-list li.site-display-wrapper-listitem.cms-tag-hub-col-fullwidth {
  flex: 0 0 calc(1560px);
  width: calc(1560px);
  max-width: calc(1560px);
}
.site-hub .custom-hub-grid-wrapper .custom-hub-grid ul.site-display-list li.site-display-wrapper-listitem.cms-tag-hub-col-fullwidth .site-display-list-block .site-display-image .site-display-image-link img {
  aspect-ratio: 9/2.35;
}
.site-hub .custom-hub-grid-wrapper .custom-hub-grid ul.site-display-list li.site-display-wrapper-listitem.hub-hidden-block, .site-hub .custom-hub-grid-wrapper .custom-hub-grid ul.site-display-list li.site-display-wrapper-listitem.hidden-block, .site-hub .custom-hub-grid-wrapper .custom-hub-grid ul.site-display-list li.site-display-wrapper-listitem.not-selected-tagfilter {
  width: 0%;
  flex: 0 0 0;
  display: none !important;
}
.site-hub .custom-hub-grid-wrapper .custom-hub-grid ul.site-display-list li.site-display-wrapper-listitem.cms-tag-videos .site-display-list-block .site-display-image-link:after {
  font-family: "site-icon" !important;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e90d" !important;
  width: 80px;
  height: 80px;
  position: absolute;
  display: block;
  margin: auto;
  background: white;
  text-align: center;
  line-height: 80px;
  border-radius: 100%;
  font-size: 38px;
  cursor: none;
  left: 0;
  right: 0;
  z-index: 100;
  top: 120px;
}
@media (max-width: 599px) {
  .site-hub .custom-hub-grid-wrapper .custom-hub-grid ul.site-display-list li.site-display-wrapper-listitem.cms-tag-videos .site-display-list-block .site-display-image-link:after {
    width: 50px;
    height: 50px;
    line-height: 50px;
    top: 70px;
    font-size: 28px;
  }
}
.site-hub .custom-hub-grid-wrapper .custom-hub-grid ul.site-display-list li.site-display-wrapper-listitem.cms-tag-videos .site-display-list-block .site-hub-video {
  width: 90px;
  height: 90px;
  position: absolute;
  left: 0;
  right: 0;
  z-index: 100;
  top: 150px;
  font-size: 0px;
  text-decoration: none;
  margin: auto;
}
.site-hub .custom-hub-grid-wrapper .custom-hub-grid ul.site-display-list li.site-display-wrapper-listitem.cms-tag-videos .site-display-list-block .site-hub-video:after {
  font-family: "site-icon" !important;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e90d" !important;
  width: 100%;
  height: 100%;
  display: block;
  margin: auto;
  background: white;
  text-align: center;
  line-height: 80px;
  border-radius: 100%;
  font-size: 40px;
  cursor: none;
}
.site-hub .custom-hub-grid-wrapper .custom-hub-grid ul.site-display-list li.site-display-wrapper-listitem.cms-tag-podcasts .site-display-list-block:after {
  font-family: "site-icon" !important;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e91b" !important;
  position: absolute;
  z-index: 100;
  top: 120px;
  left: 0;
  right: 0;
  width: 80px;
  height: 80px;
  margin: auto;
  background: white;
  text-align: center;
  line-height: 80px;
  border-radius: 100%;
  font-size: 40px;
}
.site-hub .custom-hub-grid-wrapper .custom-hub-grid ul.site-display-list li.site-display-wrapper-listitem.cms-tag-blockquote .site-display-desc q {
  position: absolute;
  top: 0;
  padding: 100px 30px 0;
  border: none;
  margin: 0 !important;
  font-size: 13px !important;
  line-height: 20px !important;
  color: #ffffff;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 10;
  overflow: hidden;
}
@media (max-width: 999px) {
  .site-hub .custom-hub-grid-wrapper .custom-hub-grid ul.site-display-list li.site-display-wrapper-listitem.cms-tag-blockquote .site-display-desc q {
    padding: 70px 20px 0;
  }
}
.site-hub .custom-hub-grid-wrapper .custom-hub-grid ul.site-display-list li.site-display-wrapper-listitem.cms-tag-blockquote .site-display-desc q:before {
  display: none !important;
}
.site-hub .custom-hub-grid-wrapper .custom-hub-grid ul.site-display-list li.site-display-wrapper-listitem.cms-tag-blockquote .site-display-desc q:after {
  font-size: 35px;
  color: #ffffff;
  top: 50px;
  top: 50px;
  left: 30px;
}
@media (max-width: 999px) {
  .site-hub .custom-hub-grid-wrapper .custom-hub-grid ul.site-display-list li.site-display-wrapper-listitem.cms-tag-blockquote .site-display-desc q:after {
    top: 30px;
    left: 20px;
  }
}
.site-hub .custom-hub-grid-wrapper .custom-hub-grid ul.site-display-list li.site-display-wrapper-listitem.cms-tag-white-papers .site-display-list-block {
  position: relative;
}
.site-hub .custom-hub-grid-wrapper .custom-hub-grid ul.site-display-list li.site-display-wrapper-listitem.cms-tag-white-papers .site-display-list-block .site-display-image-link {
  display: flex;
  justify-content: space-between;
  flex-wrap: nowrap;
  text-decoration: none;
}
.site-hub .custom-hub-grid-wrapper .custom-hub-grid ul.site-display-list li.site-display-wrapper-listitem.cms-tag-white-papers .site-display-list-block:before {
  background: #F8F4F1;
}
.site-hub .custom-hub-grid-wrapper .custom-hub-grid ul.site-display-list li.site-display-wrapper-listitem.cms-tag-white-papers .site-display-list-block:after {
  content: "Whitepaper";
  background: #FFF500;
  color: #000000;
  padding: 10px 20px;
  position: absolute;
  top: 60px;
  z-index: 10;
  font-weight: bold;
}
.site-hub .custom-hub-grid-wrapper .custom-hub-grid ul.site-display-list li.site-display-wrapper-listitem.cms-tag-white-papers .site-display-list-block .site-display-image img {
  border-radius: 20px 0 0 20px;
  flex: 0 0 66.6%;
  max-width: 66.6%;
}
@media (max-width: 999px) {
  .site-hub .custom-hub-grid-wrapper .custom-hub-grid ul.site-display-list li.site-display-wrapper-listitem.cms-tag-white-papers .site-display-list-block .site-display-image img {
    flex: 0 0 50%;
    max-width: 50%;
  }
}
.site-hub .custom-hub-grid-wrapper .custom-hub-grid ul.site-display-list li.site-display-wrapper-listitem.cms-tag-white-papers .site-display-list-block .site-display-image .site-display-desc {
  flex: 0 0 33.3%;
  max-width: 33.3%;
  padding: 50px 30px;
  line-height: normal;
  font-size: 14px !important;
  line-height: 21px !important;
}
@media (max-width: 999px) {
  .site-hub .custom-hub-grid-wrapper .custom-hub-grid ul.site-display-list li.site-display-wrapper-listitem.cms-tag-white-papers .site-display-list-block .site-display-image .site-display-desc {
    flex: 0 0 50%;
    max-width: 50%;
    padding: 20px;
  }
}
.site-hub .custom-hub-grid-wrapper .custom-hub-grid ul.site-display-list li.site-display-wrapper-listitem.cms-tag-white-papers .site-display-list-block .site-display-image .site-display-desc .site-button-secondary, .site-hub .custom-hub-grid-wrapper .custom-hub-grid ul.site-display-list li.site-display-wrapper-listitem.cms-tag-white-papers .site-display-list-block .site-display-image .site-display-desc .site-search-wrapper .site-search-block.site-search-option2 .site-search-button, .site-search-wrapper .site-search-block.site-search-option2 .site-hub .custom-hub-grid-wrapper .custom-hub-grid ul.site-display-list li.site-display-wrapper-listitem.cms-tag-white-papers .site-display-list-block .site-display-image .site-display-desc .site-search-button {
  padding: 3px 20px 5px;
  font-size: 14px;
}
.site-hub .custom-hub-grid-wrapper .custom-hub-grid ul.site-display-list li.site-display-wrapper-listitem.cms-tag-press1 .site-display-desc {
  position: absolute;
  top: 0;
  z-index: 10;
  text-align: center;
  padding: 30px;
  height: 380px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
}
.site-hub .custom-hub-grid-wrapper .custom-hub-grid ul.site-display-list li.site-display-wrapper-listitem.cms-tag-press1 .site-display-desc * {
  color: #ffffff !important;
  text-align: center !important;
}
.site-hub .custom-hub-grid-wrapper .custom-hub-grid ul.site-display-list li.site-display-wrapper-listitem .site-display-list-block {
  margin: 0;
}
.site-hub .custom-hub-grid-wrapper .custom-hub-grid ul.site-display-list li.site-display-wrapper-listitem .site-display-list-block.site-display-wrapper-hub-desc-left .site-display-image-link {
  display: flex;
  justify-content: space-between;
  flex-wrap: nowrap;
  text-decoration: none;
}
.site-hub .custom-hub-grid-wrapper .custom-hub-grid ul.site-display-list li.site-display-wrapper-listitem .site-display-list-block.site-display-wrapper-hub-desc-left .site-display-image-link img, .site-hub .custom-hub-grid-wrapper .custom-hub-grid ul.site-display-list li.site-display-wrapper-listitem .site-display-list-block.site-display-wrapper-hub-desc-left .site-display-image-link .site-hub-card-desc-left-block {
  flex: 0 0 50%;
  max-width: 50%;
}
.site-hub .custom-hub-grid-wrapper .custom-hub-grid ul.site-display-list li.site-display-wrapper-listitem .site-display-list-block.site-display-wrapper-hub-desc-left .site-display-image-link img {
  border-radius: 0 20px 20px 0;
}
.site-hub .custom-hub-grid-wrapper .custom-hub-grid ul.site-display-list li.site-display-wrapper-listitem .site-display-list-block.site-display-wrapper-hub-desc-left .site-display-image-link .site-hub-card-desc-left-block {
  font-size: 13px !important;
  line-height: 20px !important;
  padding: 25px;
}
.site-hub .custom-hub-grid-wrapper .custom-hub-grid ul.site-display-list li.site-display-wrapper-listitem .site-display-list-block.site-display-wrapper-hub-desc-left .site-display-image-link .site-hub-card-desc-left-block blockquote {
  margin: 0 !important;
  padding: 65px 0 0;
  border: none;
  margin: 0 !important;
  font-size: 13px !important;
  line-height: 20px !important;
  color: #ffffff;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 12;
  overflow: hidden;
  text-transform: none;
  background: none !important;
}
@media (max-width: 999px) {
  .site-hub .custom-hub-grid-wrapper .custom-hub-grid ul.site-display-list li.site-display-wrapper-listitem .site-display-list-block.site-display-wrapper-hub-desc-left .site-display-image-link .site-hub-card-desc-left-block blockquote {
    padding: 50px 0 0;
    -webkit-line-clamp: 10;
  }
}
.site-hub .custom-hub-grid-wrapper .custom-hub-grid ul.site-display-list li.site-display-wrapper-listitem .site-display-list-block.site-display-wrapper-hub-desc-left .site-display-image-link .site-hub-card-desc-left-block blockquote:before {
  display: none !important;
}
.site-hub .custom-hub-grid-wrapper .custom-hub-grid ul.site-display-list li.site-display-wrapper-listitem .site-display-list-block.site-display-wrapper-hub-desc-left .site-display-image-link .site-hub-card-desc-left-block blockquote:after {
  font-size: 30px;
  color: #ffffff;
  top: 40px;
  left: 25px;
}
.site-hub .custom-hub-grid-wrapper .custom-hub-grid ul.site-display-list li.site-display-wrapper-listitem .site-display-list-block.site-display-wrapper-hub-desc-right .site-display-image-link {
  display: flex;
  justify-content: space-between;
  flex-wrap: nowrap;
  text-decoration: none;
}
@media (max-width: 529px) {
  .site-hub .custom-hub-grid-wrapper .custom-hub-grid ul.site-display-list li.site-display-wrapper-listitem .site-display-list-block.site-display-wrapper-hub-desc-right .site-display-image-link {
    flex-wrap: wrap;
  }
}
.site-hub .custom-hub-grid-wrapper .custom-hub-grid ul.site-display-list li.site-display-wrapper-listitem .site-display-list-block.site-display-wrapper-hub-desc-right .site-display-image-link img, .site-hub .custom-hub-grid-wrapper .custom-hub-grid ul.site-display-list li.site-display-wrapper-listitem .site-display-list-block.site-display-wrapper-hub-desc-right .site-display-image-link .site-hub-card-desc-right-block {
  flex: 0 0 50%;
  max-width: 50%;
}
@media (max-width: 529px) {
  .site-hub .custom-hub-grid-wrapper .custom-hub-grid ul.site-display-list li.site-display-wrapper-listitem .site-display-list-block.site-display-wrapper-hub-desc-right .site-display-image-link img, .site-hub .custom-hub-grid-wrapper .custom-hub-grid ul.site-display-list li.site-display-wrapper-listitem .site-display-list-block.site-display-wrapper-hub-desc-right .site-display-image-link .site-hub-card-desc-right-block {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.site-hub .custom-hub-grid-wrapper .custom-hub-grid ul.site-display-list li.site-display-wrapper-listitem .site-display-list-block.site-display-wrapper-hub-desc-right .site-display-image-link .site-hub-card-desc-right-block {
  border-radius: 0 20px 20px 0;
}
@media (max-width: 529px) {
  .site-hub .custom-hub-grid-wrapper .custom-hub-grid ul.site-display-list li.site-display-wrapper-listitem .site-display-list-block.site-display-wrapper-hub-desc-right .site-display-image-link .site-hub-card-desc-right-block {
    border-radius: 0 0 20px 20px;
  }
}
.site-hub .custom-hub-grid-wrapper .custom-hub-grid ul.site-display-list li.site-display-wrapper-listitem .site-display-list-block.site-display-wrapper-hub-desc-right .site-display-image-link img {
  border-radius: 20px 0 0 20px;
  aspect-ratio: 9/11.6 !important;
}
@media (max-width: 529px) {
  .site-hub .custom-hub-grid-wrapper .custom-hub-grid ul.site-display-list li.site-display-wrapper-listitem .site-display-list-block.site-display-wrapper-hub-desc-right .site-display-image-link img {
    border-radius: 20px 20px 0 0;
  }
}
.site-hub .custom-hub-grid-wrapper .custom-hub-grid ul.site-display-list li.site-display-wrapper-listitem .site-display-list-block.site-display-wrapper-hub-desc-right .site-display-image-link .site-hub-card-desc-right-block {
  font-size: 13px !important;
  line-height: 20px !important;
  padding: 25px;
}
@media (max-width: 999px) {
  .site-hub .custom-hub-grid-wrapper .custom-hub-grid ul.site-display-list li.site-display-wrapper-listitem .site-display-list-block.site-display-wrapper-hub-desc-right .site-display-image-link .site-hub-card-desc-right-block {
    padding: 20px;
  }
}
.site-hub .custom-hub-grid-wrapper .custom-hub-grid ul.site-display-list li.site-display-wrapper-listitem .site-display-list-block.site-display-wrapper-hub-desc-right .site-display-image-link .site-hub-card-desc-right-block blockquote {
  margin: 0 !important;
  padding: 65px 0 0;
  border: none;
  margin: 0 !important;
  color: #ffffff;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 12;
  overflow: hidden;
  text-transform: none;
  background: none !important;
  font-size: 13px !important;
  line-height: 20px !important;
}
@media (max-width: 999px) {
  .site-hub .custom-hub-grid-wrapper .custom-hub-grid ul.site-display-list li.site-display-wrapper-listitem .site-display-list-block.site-display-wrapper-hub-desc-right .site-display-image-link .site-hub-card-desc-right-block blockquote {
    padding: 50px 0 0;
    -webkit-line-clamp: 10;
  }
}
.site-hub .custom-hub-grid-wrapper .custom-hub-grid ul.site-display-list li.site-display-wrapper-listitem .site-display-list-block.site-display-wrapper-hub-desc-right .site-display-image-link .site-hub-card-desc-right-block blockquote:before {
  display: none !important;
}
.site-hub .custom-hub-grid-wrapper .custom-hub-grid ul.site-display-list li.site-display-wrapper-listitem .site-display-list-block.site-display-wrapper-hub-desc-right .site-display-image-link .site-hub-card-desc-right-block blockquote:after {
  font-size: 30px;
  color: #ffffff;
  top: 10px;
  left: 0;
}
.site-hub .custom-hub-grid-wrapper .custom-hub-grid .site-display-image {
  position: relative;
}
.site-hub .custom-hub-grid-wrapper .custom-hub-grid .site-display-image .site-display-image-link table.site-hub-card-title h1, .site-hub .custom-hub-grid-wrapper .custom-hub-grid .site-display-image .site-display-image-link table.site-hub-card-title h2, .site-hub .custom-hub-grid-wrapper .custom-hub-grid .site-display-image .site-display-image-link table.site-hub-card-title h3, .site-hub .custom-hub-grid-wrapper .custom-hub-grid .site-display-image .site-display-image-link table.site-hub-card-title h4, .site-hub .custom-hub-grid-wrapper .custom-hub-grid .site-display-image .site-display-image-link table.site-hub-card-title h5, .site-hub .custom-hub-grid-wrapper .custom-hub-grid .site-display-image .site-display-image-link table.site-hub-card-title h5, .site-hub .custom-hub-grid-wrapper .custom-hub-grid .site-display-image .site-display-image-link table.site-hub-card-title p, .site-hub .custom-hub-grid-wrapper .custom-hub-grid .site-display-image .site-display-image-link table.site-hub-card-title ul, .site-hub .custom-hub-grid-wrapper .custom-hub-grid .site-display-image .site-display-image-link table.site-hub-card-title ol, .site-hub .custom-hub-grid-wrapper .custom-hub-grid .site-display-image .site-display-image-link table.site-hub-card-title li, .site-hub .custom-hub-grid-wrapper .custom-hub-grid .site-display-image .site-display-image-link table.site-hub-card-title a, .site-hub .custom-hub-grid-wrapper .custom-hub-grid .site-display-image .site-display-image-link table.site-hub-card-desc-left h1, .site-hub .custom-hub-grid-wrapper .custom-hub-grid .site-display-image .site-display-image-link table.site-hub-card-desc-left h2, .site-hub .custom-hub-grid-wrapper .custom-hub-grid .site-display-image .site-display-image-link table.site-hub-card-desc-left h3, .site-hub .custom-hub-grid-wrapper .custom-hub-grid .site-display-image .site-display-image-link table.site-hub-card-desc-left h4, .site-hub .custom-hub-grid-wrapper .custom-hub-grid .site-display-image .site-display-image-link table.site-hub-card-desc-left h5, .site-hub .custom-hub-grid-wrapper .custom-hub-grid .site-display-image .site-display-image-link table.site-hub-card-desc-left h5, .site-hub .custom-hub-grid-wrapper .custom-hub-grid .site-display-image .site-display-image-link table.site-hub-card-desc-left p, .site-hub .custom-hub-grid-wrapper .custom-hub-grid .site-display-image .site-display-image-link table.site-hub-card-desc-left ul, .site-hub .custom-hub-grid-wrapper .custom-hub-grid .site-display-image .site-display-image-link table.site-hub-card-desc-left ol, .site-hub .custom-hub-grid-wrapper .custom-hub-grid .site-display-image .site-display-image-link table.site-hub-card-desc-left li, .site-hub .custom-hub-grid-wrapper .custom-hub-grid .site-display-image .site-display-image-link table.site-hub-card-desc-left a {
  color: #ffffff;
}
.site-hub .custom-hub-grid-wrapper .custom-hub-grid .site-display-image .site-display-image-link table.site-hub-card-title {
  position: absolute;
  width: 100% !important;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 10;
  height: 100%;
  color: #ffffff;
  line-height: normal;
}
.site-hub .custom-hub-grid-wrapper .custom-hub-grid .site-display-image .site-display-image-link table.site-hub-card-title:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 20px;
}
.site-hub .custom-hub-grid-wrapper .custom-hub-grid .site-display-image .site-display-image-link table.site-hub-card-title thead, .site-hub .custom-hub-grid-wrapper .custom-hub-grid .site-display-image .site-display-image-link table.site-hub-card-title tbody {
  position: relative;
  z-index: 1;
}
.site-hub .custom-hub-grid-wrapper .custom-hub-grid .site-display-data-block.site-hub-card-date-wrapper {
  display: flex;
  justify-content: space-between;
  min-height: 50px;
}
.site-hub .custom-hub-grid-wrapper .custom-hub-grid .site-display-data-block.site-hub-card-date-wrapper .site-display-title, .site-hub .custom-hub-grid-wrapper .custom-hub-grid .site-display-data-block.site-hub-card-date-wrapper .site-display-desc {
  display: inline-block;
}
.site-hub .custom-hub-grid-wrapper .custom-hub-grid .site-display-data-block.site-hub-card-date-wrapper .site-display-title {
  width: calc(100% - 105px);
}
.site-hub .custom-hub-grid-wrapper .custom-hub-grid .site-display-data-block.site-hub-card-date-wrapper .site-display-desc {
  position: relative;
  width: 70px;
}
.site-hub .custom-hub-grid-wrapper .custom-hub-grid .site-display-data-block.site-hub-card-date-wrapper .site-display-desc .site-hub-card-date {
  position: absolute;
  top: -45px;
  right: 0;
  width: 70px !important;
}
.site-hub .custom-hub-grid-wrapper .custom-hub-grid .site-display-data-block.site-hub-card-date-wrapper .site-display-desc .site-hub-card-date.site-hub-card-big-date {
  width: 100px !important;
}
@media (max-width: 1499px) {
  .site-hub .custom-hub-grid-wrapper .custom-hub-grid .site-display-data-block.site-hub-card-date-wrapper .site-display-desc .site-hub-card-date.site-hub-card-big-date {
    width: 90px !important;
  }
}
@media (max-width: 1099px) {
  .site-hub .custom-hub-grid-wrapper .custom-hub-grid .site-display-data-block.site-hub-card-date-wrapper .site-display-desc .site-hub-card-date.site-hub-card-big-date {
    width: 80px !important;
  }
}
.site-hub .custom-hub-grid-wrapper .custom-hub-grid .site-display-data-block.site-hub-card-date-wrapper .site-display-desc .site-hub-card-date td {
  text-align: center;
  border-radius: 20px;
}
@media (max-width: 1099px) {
  .site-hub .custom-hub-grid-wrapper .custom-hub-grid .site-display-data-block.site-hub-card-date-wrapper .site-display-desc .site-hub-card-date td {
    min-width: 80px !important;
  }
}
.site-hub .custom-hub-grid-wrapper .custom-hub-grid .site-display-data-block.site-hub-card-date-wrapper .site-display-desc .site-hub-card-date td > strong:first-child {
  display: block;
  border: 1px solid black;
  border-radius: 5px 5px 0 0;
  font-weight: bold;
  font-size: 35px;
  padding: 10px 0;
}
@media (max-width: 1099px) {
  .site-hub .custom-hub-grid-wrapper .custom-hub-grid .site-display-data-block.site-hub-card-date-wrapper .site-display-desc .site-hub-card-date td > strong:first-child {
    font-size: 30px;
    padding: 5px 0;
  }
}
.site-hub .custom-hub-grid-wrapper .custom-hub-grid .site-display-data-block.site-hub-card-date-wrapper .site-display-desc .site-hub-card-date td em {
  display: block;
  background: #000000;
  border-radius: 0 0 5px 5px;
  font-weight: bold;
  font-size: 20px;
  color: #ffffff;
  padding: 10px 0;
  font-style: normal;
}
@media (max-width: 1099px) {
  .site-hub .custom-hub-grid-wrapper .custom-hub-grid .site-display-data-block.site-hub-card-date-wrapper .site-display-desc .site-hub-card-date td em {
    font-size: 16px;
    padding: 5px 0;
  }
}
.site-hub .custom-hub-grid-wrapper .custom-hub-grid .site-display-data-block.site-hub-card-date-wrapper .site-display-desc .site-hub-card-date.site-hub-card-big-date td > strong:first-child {
  font-size: 25px;
  padding: 10px 10px;
}
@media (max-width: 1099px) {
  .site-hub .custom-hub-grid-wrapper .custom-hub-grid .site-display-data-block.site-hub-card-date-wrapper .site-display-desc .site-hub-card-date.site-hub-card-big-date td > strong:first-child {
    font-size: 20px;
    padding: 5px 10px;
  }
}
.site-hub .custom-hub-grid-wrapper .site-display-filter-data > div:first-child {
  display: flex;
  justify-content: space-between;
  margin: 0 0 5px;
}
.site-hub .custom-hub-grid-wrapper .site-display-filter-data .site-hub-display-search-wrapper {
  width: calc(100% - 340px);
  position: relative;
  background: #F8F4F1;
  border-radius: 20px;
  padding: 0 30px;
  height: 75px;
  /*
  @include maxbp($r_1000) {
      width: 100%;
      padding: 0;
  }

  @include maxbp($mobile) {
      height: auto;
      background: none;
  }
   */
}
@media (max-width: 999px) {
  .site-hub .custom-hub-grid-wrapper .site-display-filter-data .site-hub-display-search-wrapper {
    width: calc(100% - 175px);
    padding: 0;
    border-radius: 10px;
  }
}
@media (max-width: 599px) {
  .site-hub .custom-hub-grid-wrapper .site-display-filter-data .site-hub-display-search-wrapper {
    width: calc(100% - 100px);
  }
}
.site-hub .custom-hub-grid-wrapper .site-display-filter-data .site-hub-display-search-wrapper i.site-icon-search {
  display: none;
}
@media (max-width: 599px) {
  .site-hub .custom-hub-grid-wrapper .site-display-filter-data .site-hub-display-search-wrapper i.site-icon-search {
    display: block;
    position: absolute;
    right: 15px;
    bottom: 21px;
    font-size: 28px;
    cursor: pointer;
  }
}
.site-hub .custom-hub-grid-wrapper .site-display-filter-data .site-hub-display-search-wrapper input.site-hub-display-search {
  background: #ffffff;
  border-radius: 0;
  outline: none;
  border: 1px solid #dfdfdf;
  font-size: 18px;
  height: 46px;
  width: 100%;
  padding: 10px;
  font-family: "brother-1816", sans-serif;
  height: 75px;
  border-radius: 20px;
  background: #F8F4F1;
  padding: 0 30px;
  border: none;
  display: inline-block;
  width: calc(100% - 210px);
}
@media (max-width: 999px) {
  .site-hub .custom-hub-grid-wrapper .site-display-filter-data .site-hub-display-search-wrapper input.site-hub-display-search {
    width: 100%;
    padding: 0 50px 0 20px;
  }
}
.site-hub .custom-hub-grid-wrapper .site-display-filter-data .site-display-filter-title {
  background: #FFF500;
  color: #000000;
  height: 75px;
  border-radius: 20px;
  width: 300px;
  text-align: center;
  font-size: 20px;
  line-height: 75px;
  font-family: "brother-1816", sans-serif;
  font-weight: 700;
  font-size: 0;
  transition: all ease 0.8s;
  cursor: pointer;
  /*
  @include maxbp($r_1000) {
      float: right;
      margin: 15px 0 0;
  }

  @include maxbp($mobile) {
      width: 100%;
      padding: 15px 20px;
      height: auto;
      line-height: normal;
      border-radius: 10px;
  }
  */
}
.site-hub .custom-hub-grid-wrapper .site-display-filter-data .site-display-filter-title:hover {
  background: #414141;
  color: #FFF500;
}
@media (max-width: 999px) {
  .site-hub .custom-hub-grid-wrapper .site-display-filter-data .site-display-filter-title {
    width: 150px;
    padding: 0 0 0 7px;
    border-radius: 10px;
  }
}
@media (max-width: 599px) {
  .site-hub .custom-hub-grid-wrapper .site-display-filter-data .site-display-filter-title {
    width: 90px;
  }
}
.site-hub .custom-hub-grid-wrapper .site-display-filter-data .site-display-filter-title::before {
  content: "Filter content";
  font-size: 18px;
  display: inline-block;
  vertical-align: middle;
  text-transform: none;
  font-weight: normal;
}
@media (max-width: 999px) {
  .site-hub .custom-hub-grid-wrapper .site-display-filter-data .site-display-filter-title::before {
    content: "Filter";
    letter-spacing: 0px;
    font-size: 15px;
  }
}
.site-hub .custom-hub-grid-wrapper .site-display-filter-data .site-display-filter-title:after {
  font-family: "site-icon" !important;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e90d" !important;
  transition: all ease 0.5s;
  font-size: 25px;
  display: inline-block;
  vertical-align: middle;
}
@media (max-width: 699px) {
  .site-hub .custom-hub-grid-wrapper .site-display-filter-data .site-display-filter-title:after {
    font-size: 15px;
  }
}
.site-hub .custom-hub-grid-wrapper .site-display-filter-data .site-display-filter-title.site-display-filter-title-active:after {
  transform: rotate(90deg);
  display: inline-block;
}
.site-hub .custom-hub-grid-wrapper .site-display-filter-data .site-display-filter-desc {
  display: none;
  text-align: right;
  margin: 0 0 20px;
}
@media (max-width: 999px) {
  .site-hub .custom-hub-grid-wrapper .site-display-filter-data .site-display-filter-desc {
    clear: both;
  }
}
@media (max-width: 599px) {
  .site-hub .custom-hub-grid-wrapper .site-display-filter-data .site-display-filter-desc {
    text-align: center;
  }
}
.site-hub .custom-hub-grid-wrapper .site-display-filter-data .site-display-filter-desc .site-display-filter-wrapper {
  display: inline-block;
  margin: 15px 0 0 10px;
}
@media (max-width: 599px) {
  .site-hub .custom-hub-grid-wrapper .site-display-filter-data .site-display-filter-desc .site-display-filter-wrapper {
    margin: 10px 0 0 5px;
  }
}
.site-hub .custom-hub-grid-wrapper .site-display-filter-data .site-display-filter-desc .site-display-filter-wrapper.site-display-filter-wrapper-active .site-display-filter-data-block label:after {
  display: block;
}
.site-hub .custom-hub-grid-wrapper .site-display-filter-data .site-display-filter-desc .site-display-filter-wrapper .site-display-filter-data-block {
  position: relative;
  display: block;
}
.site-hub .custom-hub-grid-wrapper .site-display-filter-data .site-display-filter-desc .site-display-filter-wrapper .site-display-filter-data-block:after {
  position: absolute;
  background: #FFF500;
  width: 0%;
  height: 100%;
  content: "";
  display: block;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  border-radius: 10px;
  transition: all ease 0.5s;
}
.site-hub .custom-hub-grid-wrapper .site-display-filter-data .site-display-filter-desc .site-display-filter-wrapper .site-display-filter-data-block:hover:after {
  width: 100%;
}
.site-hub .custom-hub-grid-wrapper .site-display-filter-data .site-display-filter-desc .site-display-filter-wrapper .site-display-filter-data-block label {
  position: relative;
}
.site-hub .custom-hub-grid-wrapper .site-display-filter-data .site-display-filter-desc .site-display-filter-wrapper .site-display-filter-data-block label:after {
  font-family: "site-icon" !important;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e90f" !important;
  margin: 0 0 0 10px;
  display: none;
  position: absolute;
  right: 10px;
  top: 10px;
  bottom: 0;
  font-size: 10px;
}
@media (max-width: 599px) {
  .site-hub .custom-hub-grid-wrapper .site-display-filter-data .site-display-filter-desc .site-display-filter-wrapper .site-display-filter-data-block label:after {
    font-size: 7px;
    top: 6px;
    right: 6px;
  }
}
.site-hub .custom-hub-grid-wrapper .site-display-filter-data .site-display-filter-desc .site-display-filter-wrapper .site-display-checkbox:checked + label {
  background: #414141;
  color: #ffffff;
}
.site-hub .custom-hub-grid-wrapper .site-display-filter-data .site-display-filter-desc .site-display-filter-wrapper label {
  border-radius: 10px;
  font-family: "brother-1816", sans-serif;
  color: #000000;
  border: 1px solid #000000;
  position: relative;
  z-index: 1;
  padding: 10px 30px;
}
@media (max-width: 599px) {
  .site-hub .custom-hub-grid-wrapper .site-display-filter-data .site-display-filter-desc .site-display-filter-wrapper label {
    font-size: 10px;
    padding: 6px 20px;
  }
}
.site-hub .custom-hub-grid-wrapper .site-display-filter-data .site-display-filter-desc .site-display-filter-wrapper label:hover {
  background: transparent;
}

.success-stories h1,
.success-stories h2,
.success-stories h3,
.success-stories h4,
.success-stories h5,
.success-stories h6 {
  font-family: "gelato-luxe";
  font-weight: normal;
  color: #000000;
}
.success-stories h1 tt,
.success-stories h2 tt,
.success-stories h3 tt,
.success-stories h4 tt,
.success-stories h5 tt,
.success-stories h6 tt {
  font-family: "brother-1816", sans-serif;
  font-weight: 600;
  display: block;
}
.success-stories .site-button-primary, .success-stories .site-form-payment-wrapper .site-payment-buttons button, .site-form-payment-wrapper .site-payment-buttons .success-stories button,
.success-stories .site-form-data .site-form-buttons .site-form-button,
.success-stories .site-form-data .site-form-field .file-upload-wrapper .file-upload-button {
  position: relative;
  display: inline-block;
  overflow: hidden;
  font-size: 18px;
  border: 1px solid #DA2075;
  color: #ffffff;
  text-decoration: none;
  border-radius: 50px;
  padding: 3px 50px 5px;
  background: #DA2075;
  transition: all ease 0.5s;
  line-height: 40px;
  text-decoration: none !important;
}
.success-stories .site-button-primary span, .success-stories .site-form-payment-wrapper .site-payment-buttons button span, .site-form-payment-wrapper .site-payment-buttons .success-stories button span,
.success-stories .site-form-data .site-form-buttons .site-form-button span,
.success-stories .site-form-data .site-form-field .file-upload-wrapper .file-upload-button span {
  position: relative;
  z-index: 10;
}
.success-stories .site-button-primary:before, .success-stories .site-form-payment-wrapper .site-payment-buttons button:before, .site-form-payment-wrapper .site-payment-buttons .success-stories button:before, .success-stories .site-button-primary:after, .success-stories .site-form-payment-wrapper .site-payment-buttons button:after, .site-form-payment-wrapper .site-payment-buttons .success-stories button:after,
.success-stories .site-form-data .site-form-buttons .site-form-button:before,
.success-stories .site-form-data .site-form-buttons .site-form-button:after,
.success-stories .site-form-data .site-form-field .file-upload-wrapper .file-upload-button:before,
.success-stories .site-form-data .site-form-field .file-upload-wrapper .file-upload-button:after {
  position: absolute;
  top: 50%;
  content: "";
  width: 20px;
  height: 18px;
  background-color: #ffffff;
  border-radius: 50%;
}
.success-stories .site-button-primary:before, .success-stories .site-form-payment-wrapper .site-payment-buttons button:before, .site-form-payment-wrapper .site-payment-buttons .success-stories button:before,
.success-stories .site-form-data .site-form-buttons .site-form-button:before,
.success-stories .site-form-data .site-form-field .file-upload-wrapper .file-upload-button:before {
  left: -20px;
  transform: translate(-50%, -50%);
}
.success-stories .site-button-primary:after, .success-stories .site-form-payment-wrapper .site-payment-buttons button:after, .site-form-payment-wrapper .site-payment-buttons .success-stories button:after,
.success-stories .site-form-data .site-form-buttons .site-form-button:after,
.success-stories .site-form-data .site-form-field .file-upload-wrapper .file-upload-button:after {
  right: -20px;
  transform: translate(50%, -50%);
}
.success-stories .site-button-primary:hover, .success-stories .site-form-payment-wrapper .site-payment-buttons button:hover, .site-form-payment-wrapper .site-payment-buttons .success-stories button:hover,
.success-stories .site-form-data .site-form-buttons .site-form-button:hover,
.success-stories .site-form-data .site-form-field .file-upload-wrapper .file-upload-button:hover {
  color: #DA2075 !important;
  border: 1px solid #DA2075;
  transition: all ease 1.2s;
}
.success-stories .site-button-primary:hover span, .success-stories .site-form-payment-wrapper .site-payment-buttons button:hover span, .site-form-payment-wrapper .site-payment-buttons .success-stories button:hover span,
.success-stories .site-form-data .site-form-buttons .site-form-button:hover span,
.success-stories .site-form-data .site-form-field .file-upload-wrapper .file-upload-button:hover span {
  color: #DA2075 !important;
}
.success-stories .site-button-primary:hover:before, .success-stories .site-form-payment-wrapper .site-payment-buttons button:hover:before, .site-form-payment-wrapper .site-payment-buttons .success-stories button:hover:before,
.success-stories .site-form-data .site-form-buttons .site-form-button:hover:before,
.success-stories .site-form-data .site-form-field .file-upload-wrapper .file-upload-button:hover:before {
  animation: criss-cross-left 0.8s both;
  animation-direction: alternate;
}
.success-stories .site-button-primary:hover:after, .success-stories .site-form-payment-wrapper .site-payment-buttons button:hover:after, .site-form-payment-wrapper .site-payment-buttons .success-stories button:hover:after,
.success-stories .site-form-data .site-form-buttons .site-form-button:hover:after,
.success-stories .site-form-data .site-form-field .file-upload-wrapper .file-upload-button:hover:after {
  animation: criss-cross-right 0.8s both;
  animation-direction: alternate;
}
@keyframes criss-cross-left {
  0% {
    left: -20px;
  }
  50% {
    left: 50%;
    width: 20px;
    height: 18px;
  }
  100% {
    left: 50%;
    width: 100%;
    height: 100%;
  }
}
@keyframes criss-cross-right {
  0% {
    right: -20px;
  }
  50% {
    right: 50%;
    width: 20px;
    height: 18px;
    border-radius: 50px;
  }
  100% {
    right: 50%;
    width: 100%;
    height: 100%;
    border-radius: 50px;
  }
}
.success-stories .site-bookmark-button {
  position: relative;
  position: relative;
  display: inline-block;
  overflow: hidden;
  font-size: 18px;
  border: 1px solid #DA2075;
  color: #ffffff;
  text-decoration: none;
  border-radius: 50px;
  padding: 3px 50px 5px;
  background: #DA2075;
  transition: all ease 0.5s;
  line-height: 40px;
  text-decoration: none !important;
  margin: 20px 0 0;
}
.success-stories .site-bookmark-button span {
  position: relative;
  z-index: 10;
}
.success-stories .site-bookmark-button:before, .success-stories .site-bookmark-button:after {
  position: absolute;
  top: 50%;
  content: "";
  width: 20px;
  height: 18px;
  background-color: #ffffff;
  border-radius: 50%;
}
.success-stories .site-bookmark-button:before {
  left: -20px;
  transform: translate(-50%, -50%);
}
.success-stories .site-bookmark-button:after {
  right: -20px;
  transform: translate(50%, -50%);
}
.success-stories .site-bookmark-button:hover {
  color: #DA2075 !important;
  border: 1px solid #DA2075;
  transition: all ease 1.2s;
}
.success-stories .site-bookmark-button:hover span {
  color: #DA2075 !important;
}
.success-stories .site-bookmark-button:hover:before {
  animation: criss-cross-left 0.8s both;
  animation-direction: alternate;
}
.success-stories .site-bookmark-button:hover:after {
  animation: criss-cross-right 0.8s both;
  animation-direction: alternate;
}
@keyframes criss-cross-left {
  0% {
    left: -20px;
  }
  50% {
    left: 50%;
    width: 20px;
    height: 18px;
  }
  100% {
    left: 50%;
    width: 100%;
    height: 100%;
  }
}
@keyframes criss-cross-right {
  0% {
    right: -20px;
  }
  50% {
    right: 50%;
    width: 20px;
    height: 18px;
    border-radius: 50px;
  }
  100% {
    right: 50%;
    width: 100%;
    height: 100%;
    border-radius: 50px;
  }
}
.success-stories .site-bookmark-button .site-bookmark-button-icon {
  position: relative;
  top: 3px;
  padding: 0 0 0 3px;
}
.success-stories .site-bookmark-button .site-bookmark-button-icon:before {
  font-family: "site-icon" !important;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e917" !important;
  font-size: 20px;
}
.success-stories .site-bookmark-button.site-bookmark-display-button-remove .site-bookmark-button-icon:before {
  content: "\e918" !important;
}
.success-stories .site-button-secondary, .success-stories .site-search-wrapper .site-search-block.site-search-option2 .site-search-button, .site-search-wrapper .site-search-block.site-search-option2 .success-stories .site-search-button, .success-stories .site-primary-button {
  position: relative;
  display: inline-block;
  overflow: hidden;
  font-size: 18px;
  border: 1px solid #414141;
  color: #ffffff;
  text-decoration: none;
  border-radius: 50px;
  padding: 3px 50px 5px;
  background: #414141;
  transition: all ease 0.5s;
  line-height: 40px;
  text-decoration: none !important;
}
.success-stories .site-button-secondary span, .success-stories .site-search-wrapper .site-search-block.site-search-option2 .site-search-button span, .site-search-wrapper .site-search-block.site-search-option2 .success-stories .site-search-button span, .success-stories .site-primary-button span {
  position: relative;
  z-index: 10;
}
.success-stories .site-button-secondary:before, .success-stories .site-search-wrapper .site-search-block.site-search-option2 .site-search-button:before, .site-search-wrapper .site-search-block.site-search-option2 .success-stories .site-search-button:before, .success-stories .site-button-secondary:after, .success-stories .site-search-wrapper .site-search-block.site-search-option2 .site-search-button:after, .site-search-wrapper .site-search-block.site-search-option2 .success-stories .site-search-button:after, .success-stories .site-primary-button:before, .success-stories .site-primary-button:after {
  position: absolute;
  top: 50%;
  content: "";
  width: 20px;
  height: 18px;
  background-color: #ffffff;
  border-radius: 50%;
}
.success-stories .site-button-secondary:before, .success-stories .site-search-wrapper .site-search-block.site-search-option2 .site-search-button:before, .site-search-wrapper .site-search-block.site-search-option2 .success-stories .site-search-button:before, .success-stories .site-primary-button:before {
  left: -20px;
  transform: translate(-50%, -50%);
}
.success-stories .site-button-secondary:after, .success-stories .site-search-wrapper .site-search-block.site-search-option2 .site-search-button:after, .site-search-wrapper .site-search-block.site-search-option2 .success-stories .site-search-button:after, .success-stories .site-primary-button:after {
  right: -20px;
  transform: translate(50%, -50%);
}
.success-stories .site-button-secondary:hover, .success-stories .site-search-wrapper .site-search-block.site-search-option2 .site-search-button:hover, .site-search-wrapper .site-search-block.site-search-option2 .success-stories .site-search-button:hover, .success-stories .site-primary-button:hover {
  color: #414141 !important;
  border: 1px solid #414141;
  transition: all ease 1.2s;
}
.success-stories .site-button-secondary:hover span, .success-stories .site-search-wrapper .site-search-block.site-search-option2 .site-search-button:hover span, .site-search-wrapper .site-search-block.site-search-option2 .success-stories .site-search-button:hover span, .success-stories .site-primary-button:hover span {
  color: #414141 !important;
}
.success-stories .site-button-secondary:hover:before, .success-stories .site-search-wrapper .site-search-block.site-search-option2 .site-search-button:hover:before, .site-search-wrapper .site-search-block.site-search-option2 .success-stories .site-search-button:hover:before, .success-stories .site-primary-button:hover:before {
  animation: criss-cross-left 0.8s both;
  animation-direction: alternate;
}
.success-stories .site-button-secondary:hover:after, .success-stories .site-search-wrapper .site-search-block.site-search-option2 .site-search-button:hover:after, .site-search-wrapper .site-search-block.site-search-option2 .success-stories .site-search-button:hover:after, .success-stories .site-primary-button:hover:after {
  animation: criss-cross-right 0.8s both;
  animation-direction: alternate;
}
@keyframes criss-cross-left {
  0% {
    left: -20px;
  }
  50% {
    left: 50%;
    width: 20px;
    height: 18px;
  }
  100% {
    left: 50%;
    width: 100%;
    height: 100%;
  }
}
@keyframes criss-cross-right {
  0% {
    right: -20px;
  }
  50% {
    right: 50%;
    width: 20px;
    height: 18px;
    border-radius: 50px;
  }
  100% {
    right: 50%;
    width: 100%;
    height: 100%;
    border-radius: 50px;
  }
}
.success-stories .site-button-full-primary {
  position: relative;
  display: inline-block;
  overflow: hidden;
  font-size: 18px;
  border: 1px solid #DA2075;
  color: #ffffff;
  text-decoration: none;
  border-radius: 50px;
  padding: 3px 50px 5px;
  background: #DA2075;
  transition: all ease 0.5s;
  line-height: 40px;
  text-decoration: none !important;
  display: block;
  width: 100%;
  text-align: center;
}
.success-stories .site-button-full-primary span {
  position: relative;
  z-index: 10;
}
.success-stories .site-button-full-primary:before, .success-stories .site-button-full-primary:after {
  position: absolute;
  top: 50%;
  content: "";
  width: 20px;
  height: 18px;
  background-color: #ffffff;
  border-radius: 50%;
}
.success-stories .site-button-full-primary:before {
  left: -20px;
  transform: translate(-50%, -50%);
}
.success-stories .site-button-full-primary:after {
  right: -20px;
  transform: translate(50%, -50%);
}
.success-stories .site-button-full-primary:hover {
  color: #DA2075 !important;
  border: 1px solid #DA2075;
  transition: all ease 1.2s;
}
.success-stories .site-button-full-primary:hover span {
  color: #DA2075 !important;
}
.success-stories .site-button-full-primary:hover:before {
  animation: criss-cross-left 0.8s both;
  animation-direction: alternate;
}
.success-stories .site-button-full-primary:hover:after {
  animation: criss-cross-right 0.8s both;
  animation-direction: alternate;
}
@keyframes criss-cross-left {
  0% {
    left: -20px;
  }
  50% {
    left: 50%;
    width: 20px;
    height: 18px;
  }
  100% {
    left: 50%;
    width: 100%;
    height: 100%;
  }
}
@keyframes criss-cross-right {
  0% {
    right: -20px;
  }
  50% {
    right: 50%;
    width: 20px;
    height: 18px;
    border-radius: 50px;
  }
  100% {
    right: 50%;
    width: 100%;
    height: 100%;
    border-radius: 50px;
  }
}
.success-stories .site-button-full-secondary {
  position: relative;
  display: inline-block;
  overflow: hidden;
  font-size: 18px;
  border: 1px solid #414141;
  color: #ffffff;
  text-decoration: none;
  border-radius: 50px;
  padding: 3px 50px 5px;
  background: #414141;
  transition: all ease 0.5s;
  line-height: 40px;
  text-decoration: none !important;
  display: block;
  width: 100%;
  text-align: center;
}
.success-stories .site-button-full-secondary span {
  position: relative;
  z-index: 10;
}
.success-stories .site-button-full-secondary:before, .success-stories .site-button-full-secondary:after {
  position: absolute;
  top: 50%;
  content: "";
  width: 20px;
  height: 18px;
  background-color: #ffffff;
  border-radius: 50%;
}
.success-stories .site-button-full-secondary:before {
  left: -20px;
  transform: translate(-50%, -50%);
}
.success-stories .site-button-full-secondary:after {
  right: -20px;
  transform: translate(50%, -50%);
}
.success-stories .site-button-full-secondary:hover {
  color: #414141 !important;
  border: 1px solid #414141;
  transition: all ease 1.2s;
}
.success-stories .site-button-full-secondary:hover span {
  color: #414141 !important;
}
.success-stories .site-button-full-secondary:hover:before {
  animation: criss-cross-left 0.8s both;
  animation-direction: alternate;
}
.success-stories .site-button-full-secondary:hover:after {
  animation: criss-cross-right 0.8s both;
  animation-direction: alternate;
}
@keyframes criss-cross-left {
  0% {
    left: -20px;
  }
  50% {
    left: 50%;
    width: 20px;
    height: 18px;
  }
  100% {
    left: 50%;
    width: 100%;
    height: 100%;
  }
}
@keyframes criss-cross-right {
  0% {
    right: -20px;
  }
  50% {
    right: 50%;
    width: 20px;
    height: 18px;
    border-radius: 50px;
  }
  100% {
    right: 50%;
    width: 100%;
    height: 100%;
    border-radius: 50px;
  }
}
.success-stories .site-button-big-primary {
  position: relative;
  display: inline-block;
  overflow: hidden;
  font-size: 18px;
  border: 1px solid #DA2075;
  color: #ffffff;
  text-decoration: none;
  border-radius: 50px;
  padding: 3px 50px 5px;
  background: #DA2075;
  transition: all ease 0.5s;
  line-height: 40px;
  text-decoration: none !important;
  padding: 22px 50px 25px;
  font-size: 25px;
}
.success-stories .site-button-big-primary span {
  position: relative;
  z-index: 10;
}
.success-stories .site-button-big-primary:before, .success-stories .site-button-big-primary:after {
  position: absolute;
  top: 50%;
  content: "";
  width: 20px;
  height: 18px;
  background-color: #ffffff;
  border-radius: 50%;
}
.success-stories .site-button-big-primary:before {
  left: -20px;
  transform: translate(-50%, -50%);
}
.success-stories .site-button-big-primary:after {
  right: -20px;
  transform: translate(50%, -50%);
}
.success-stories .site-button-big-primary:hover {
  color: #DA2075 !important;
  border: 1px solid #DA2075;
  transition: all ease 1.2s;
}
.success-stories .site-button-big-primary:hover span {
  color: #DA2075 !important;
}
.success-stories .site-button-big-primary:hover:before {
  animation: criss-cross-left 0.8s both;
  animation-direction: alternate;
}
.success-stories .site-button-big-primary:hover:after {
  animation: criss-cross-right 0.8s both;
  animation-direction: alternate;
}
@keyframes criss-cross-left {
  0% {
    left: -20px;
  }
  50% {
    left: 50%;
    width: 20px;
    height: 18px;
  }
  100% {
    left: 50%;
    width: 100%;
    height: 100%;
  }
}
@keyframes criss-cross-right {
  0% {
    right: -20px;
  }
  50% {
    right: 50%;
    width: 20px;
    height: 18px;
    border-radius: 50px;
  }
  100% {
    right: 50%;
    width: 100%;
    height: 100%;
    border-radius: 50px;
  }
}
.success-stories .site-button-big-secondary {
  position: relative;
  display: inline-block;
  overflow: hidden;
  font-size: 18px;
  border: 1px solid #414141;
  color: #ffffff;
  text-decoration: none;
  border-radius: 50px;
  padding: 3px 50px 5px;
  background: #414141;
  transition: all ease 0.5s;
  line-height: 40px;
  text-decoration: none !important;
  padding: 22px 50px 25px;
  font-size: 25px;
}
.success-stories .site-button-big-secondary span {
  position: relative;
  z-index: 10;
}
.success-stories .site-button-big-secondary:before, .success-stories .site-button-big-secondary:after {
  position: absolute;
  top: 50%;
  content: "";
  width: 20px;
  height: 18px;
  background-color: #ffffff;
  border-radius: 50%;
}
.success-stories .site-button-big-secondary:before {
  left: -20px;
  transform: translate(-50%, -50%);
}
.success-stories .site-button-big-secondary:after {
  right: -20px;
  transform: translate(50%, -50%);
}
.success-stories .site-button-big-secondary:hover {
  color: #414141 !important;
  border: 1px solid #414141;
  transition: all ease 1.2s;
}
.success-stories .site-button-big-secondary:hover span {
  color: #414141 !important;
}
.success-stories .site-button-big-secondary:hover:before {
  animation: criss-cross-left 0.8s both;
  animation-direction: alternate;
}
.success-stories .site-button-big-secondary:hover:after {
  animation: criss-cross-right 0.8s both;
  animation-direction: alternate;
}
@keyframes criss-cross-left {
  0% {
    left: -20px;
  }
  50% {
    left: 50%;
    width: 20px;
    height: 18px;
  }
  100% {
    left: 50%;
    width: 100%;
    height: 100%;
  }
}
@keyframes criss-cross-right {
  0% {
    right: -20px;
  }
  50% {
    right: 50%;
    width: 20px;
    height: 18px;
    border-radius: 50px;
  }
  100% {
    right: 50%;
    width: 100%;
    height: 100%;
    border-radius: 50px;
  }
}
.success-stories .site-button-heart {
  position: relative;
  display: inline-block;
}
@media (max-width: 599px) {
  .success-stories .site-button-heart {
    margin: 0 0 10px;
  }
}
.success-stories .site-button-heart span {
  background: #FFF500;
  color: #000000;
  border-radius: 50px;
  padding: 3px 50px 5px;
  display: inline-block;
  line-height: 40px;
  position: relative;
  z-index: 2;
  border: 1px solid #FFF500;
}
.success-stories .site-button-heart .site-icon-heart {
  position: absolute;
  top: 0px;
  color: #FF2689;
  font-size: 25px;
  z-index: 0;
}
.success-stories .site-button-heart .site-icon-heart:nth-of-type(1) {
  left: calc(50% - 50px);
  scale: 1.1;
}
.success-stories .site-button-heart .site-icon-heart:nth-of-type(2) {
  left: calc(50% - 25px);
  animation-delay: 0.4s !important;
}
.success-stories .site-button-heart .site-icon-heart:nth-of-type(3) {
  left: 50%;
  animation-delay: 1s !important;
  scale: 1.2;
}
.success-stories .site-button-heart .site-icon-heart:nth-of-type(4) {
  left: calc(50% + 25px);
  animation-delay: 1.5s !important;
  scale: 1.2;
}
.success-stories .site-button-heart:hover span {
  background: #ffffff;
  border: 1px solid #000000;
}
.success-stories .site-button-heart:hover .site-icon-heart {
  animation: 1.5s linear heart normal;
}
@keyframes heart {
  0% {
    transform: rotate(10deg);
    opacity: 0;
  }
  25% {
    transform: rotate(-10deg);
    opacity: 1;
  }
  75% {
    transform: rotate(10deg);
    opacity: 0.5;
  }
  100% {
    transform: rotate(-10deg);
    opacity: 0;
    top: -130%;
  }
}
.success-stories .box {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--accent-color);
  color: #fff;
  border-radius: 50px;
  position: relative;
}
.success-stories .counter-container {
  padding: 30px;
}
.success-stories .cms-text-feature table tr {
  background: transparent;
}
.success-stories .cms-text-feature table tr th {
  background: #DA2075;
  color: #ffffff;
}
.success-stories .cms-text-feature table tr:nth-child(2n) {
  background: #f1f1f1;
}
@media (max-width: 599px) {
  .success-stories .cms-text-feature table tr:nth-child(2n) {
    background: none;
  }
}
@media (max-width: 599px) {
  .success-stories table.site-table-mobile > thead > tr > td p, .success-stories table.site-table-mobile > thead > tr > th p, .success-stories table.site-table-mobile > tbody > tr > td p, .success-stories table.site-table-mobile > tbody > tr > th p {
    margin: 0 0 20px !important;
  }
}
.success-stories table.site-table-no-scroll {
  display: table !important;
}
.success-stories table.site-table-mobile-stack {
  border-collapse: collapse;
  margin: 0 0 30px;
  padding: 0;
  width: 100%;
  table-layout: fixed;
  white-space: normal;
}
.success-stories table.site-table-mobile-stack tr {
  background-color: transparent;
  border: 1px solid #f1f1f1;
  padding: 5px;
}
.success-stories table.site-table-mobile-stack th,
.success-stories table.site-table-mobile-stack td {
  padding: 0.625em;
  text-align: center;
  word-wrap: break-word;
}
.success-stories table.site-table-mobile-stack th {
  text-transform: uppercase;
}
@media (max-width: 599px) {
  .success-stories table.site-table-mobile-stack {
    border-collapse: collapse;
    margin: 0;
    padding: 0;
    width: 100%;
    table-layout: fixed;
    display: table !important;
  }
  .success-stories table.site-table-mobile-stack caption {
    font-size: 1.3em;
  }
  .success-stories table.site-table-mobile-stack thead {
    border: none;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .success-stories table.site-table-mobile-stack tr {
    display: block;
    margin-bottom: 0.625em;
    background: none !important;
    border: 1px solid #414141;
  }
  .success-stories table.site-table-mobile-stack td {
    border: none;
    border-bottom: 1px solid #f1f1f1;
    display: block;
    text-align: right !important;
  }
  .success-stories table.site-table-mobile-stack td::before {
    /*
    * aria-label has no advantage, it won't be read inside a table
    content: attr(aria-label);
    */
    content: attr(data-label);
    float: left;
    font-weight: bold;
    text-transform: uppercase;
    color: #414141;
  }
  .success-stories table.site-table-mobile-stack td:last-child {
    border-bottom: 0;
  }
}
@media (max-width: 599px) {
  .success-stories table.site-table-row-border {
    width: 100% !important;
  }
}
.success-stories table.site-table-row-border tr {
  border-bottom: 1px solid #f1f1f1;
}
.success-stories table.site-table-row-border tr td h1, .success-stories table.site-table-row-border tr td h2, .success-stories table.site-table-row-border tr td h3, .success-stories table.site-table-row-border tr td h4, .success-stories table.site-table-row-border tr td h5, .success-stories table.site-table-row-border tr td h6, .success-stories table.site-table-row-border tr td p {
  margin: 0 !important;
}
@media (max-width: 599px) {
  .success-stories table.site-table-row-border.site-table-mobile > thead > tr > td h1, .success-stories table.site-table-row-border.site-table-mobile > thead > tr > td h2, .success-stories table.site-table-row-border.site-table-mobile > thead > tr > td h3, .success-stories table.site-table-row-border.site-table-mobile > thead > tr > td h4, .success-stories table.site-table-row-border.site-table-mobile > thead > tr > td h5, .success-stories table.site-table-row-border.site-table-mobile > thead > tr > td h6, .success-stories table.site-table-row-border.site-table-mobile > thead > tr > td p, .success-stories table.site-table-row-border.site-table-mobile > thead > tr > th h1, .success-stories table.site-table-row-border.site-table-mobile > thead > tr > th h2, .success-stories table.site-table-row-border.site-table-mobile > thead > tr > th h3, .success-stories table.site-table-row-border.site-table-mobile > thead > tr > th h4, .success-stories table.site-table-row-border.site-table-mobile > thead > tr > th h5, .success-stories table.site-table-row-border.site-table-mobile > thead > tr > th h6, .success-stories table.site-table-row-border.site-table-mobile > thead > tr > th p, .success-stories table.site-table-row-border.site-table-mobile > tbody > tr > td h1, .success-stories table.site-table-row-border.site-table-mobile > tbody > tr > td h2, .success-stories table.site-table-row-border.site-table-mobile > tbody > tr > td h3, .success-stories table.site-table-row-border.site-table-mobile > tbody > tr > td h4, .success-stories table.site-table-row-border.site-table-mobile > tbody > tr > td h5, .success-stories table.site-table-row-border.site-table-mobile > tbody > tr > td h6, .success-stories table.site-table-row-border.site-table-mobile > tbody > tr > td p, .success-stories table.site-table-row-border.site-table-mobile > tbody > tr > th h1, .success-stories table.site-table-row-border.site-table-mobile > tbody > tr > th h2, .success-stories table.site-table-row-border.site-table-mobile > tbody > tr > th h3, .success-stories table.site-table-row-border.site-table-mobile > tbody > tr > th h4, .success-stories table.site-table-row-border.site-table-mobile > tbody > tr > th h5, .success-stories table.site-table-row-border.site-table-mobile > tbody > tr > th h6, .success-stories table.site-table-row-border.site-table-mobile > tbody > tr > th p {
    margin: 0 !important;
  }
}
.success-stories .site-breadcrumbs-wrapper {
  background: #f9f9f9;
  padding: 15px 0;
  border-bottom: 1px solid #dfdfdf;
  color: #414141;
  margin: 0 0 20px;
}
.success-stories .site-breadcrumbs-wrapper .site-breadcrumbs-item {
  display: inline-block;
  padding: 0 30px 0 0;
  position: relative;
}
.success-stories .site-breadcrumbs-wrapper .site-breadcrumbs-item:after {
  font-family: "site-icon" !important;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e909" !important;
  font-size: 25px;
  position: absolute;
  right: 0;
  top: 0;
}
.success-stories .site-breadcrumbs-wrapper .site-breadcrumbs-item.site-breadcrumbs-active:after {
  display: none;
}
.success-stories .site-breadcrumbs-wrapper .site-breadcrumbs-item a.site-breadcrumbs-link {
  color: #DA2075;
  position: relative;
}
.success-stories .site-breadcrumbs-wrapper .site-breadcrumbs-item a.site-breadcrumbs-link::after {
  content: "";
  width: 0;
  position: absolute;
  height: 2px;
  background: #ffffff;
  left: 0;
  bottom: -5px;
  transition: all ease 0.5s;
}
.success-stories .site-breadcrumbs-wrapper .site-breadcrumbs-item a.site-breadcrumbs-link:hover:after {
  width: 100%;
}
@media (max-width: 1299px) {
  .success-stories .site-menu-toggle {
    display: block;
  }
  .success-stories .site-navigation-wrapper {
    position: fixed;
    background: #000000;
    z-index: 1000;
    right: -100%;
    top: 110px;
    width: 300px;
    transition: all ease 0.5s;
    opacity: 0;
    visibility: hidden;
    height: calc(100vh - 110px);
  }
  .success-stories .site-navigation-wrapper.site-navigation-wrapper-active {
    right: 0;
    opacity: 1;
    visibility: visible;
    overflow: scroll;
    width: 400px;
  }
}
@media (max-width: 1299px) and (max-width: 599px) {
  .success-stories .site-navigation-wrapper.site-navigation-wrapper-active {
    width: 100%;
  }
}
@media (max-width: 1299px) {
  .success-stories .site-navigation-wrapper ul.site-nav-block {
    padding: 10px 20px;
  }
  .success-stories .site-navigation-wrapper ul.site-nav-block > li {
    border-bottom: 1px solid #ffffff;
    margin: 0 0 10px;
    padding: 0 0 10px;
  }
  .success-stories .site-navigation-wrapper ul.site-nav-block > li > a {
    color: #ffffff;
    position: relative;
    padding: 0;
  }
  .success-stories .site-navigation-wrapper ul.site-nav-block > li.site-nav-active > a {
    color: #FFF500;
    font-weight: bold;
  }
  .success-stories .site-navigation-wrapper ul.site-nav-block li {
    display: block;
    position: relative;
  }
  .success-stories .site-navigation-wrapper ul.site-nav-block li .site-nav-linktext.site-nav-expand {
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    color: #ffffff;
  }
  .success-stories .site-navigation-wrapper ul.site-nav-block li .site-nav-linktext.site-nav-expand:before {
    font-family: "site-icon" !important;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\e909" !important;
    font-size: 30px;
    display: block;
    transition: all ease 0.5s;
  }
  .success-stories .site-navigation-wrapper ul.site-nav-block li .site-nav-linktext.site-nav-expand-active:before {
    transform: rotate(90deg);
  }
  .success-stories .site-navigation-wrapper ul.site-nav-block li .site-subnav-wrapper {
    overflow: hidden;
    max-height: 0;
    transition: all ease 0.5s;
  }
  .success-stories .site-navigation-wrapper ul.site-nav-block li .site-subnav-wrapper-active {
    max-height: 1000px;
  }
  .success-stories .site-navigation-wrapper ul.site-nav-block li .site-subnav-wrapper .site-subnav-block {
    padding: 10px 0 0;
  }
  .success-stories .site-navigation-wrapper ul.site-nav-block li .site-subnav-wrapper .site-subnav-block li {
    padding: 0 20px 10px;
    text-transform: none;
  }
  .success-stories .site-navigation-wrapper ul.site-nav-block li .site-subnav-wrapper .site-subnav-block li a {
    color: #ffffff;
  }
  .success-stories .site-navigation-wrapper ul.site-nav-block li .site-subnav-wrapper .site-subnav-block li a:hover {
    color: #000000;
  }
  .success-stories .site-navigation-wrapper ul.site-nav-block li .site-subnav-wrapper .site-subnav-block li.site-subnav-active > a {
    color: #ffffff;
    font-weight: bold;
  }
}
.success-stories blockquote, .success-stories q {
  padding: 85px 75px;
  position: relative;
  margin: 80px 0 !important;
  border-radius: 20px;
  text-align: left;
  font-size: 18px !important;
  line-height: 30px !important;
}
@media (max-width: 599px) {
  .success-stories blockquote, .success-stories q {
    padding: 40px 20px;
  }
}
.success-stories blockquote:after, .success-stories q:after {
  font-family: "site-icon" !important;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e903" !important;
  display: block;
  position: absolute;
  background-size: 100%;
  top: -20px;
  left: 75px;
  font-size: 70px;
  color: #000000;
}
@media (max-width: 599px) {
  .success-stories blockquote:after, .success-stories q:after {
    left: 25px;
    font-size: 50px;
  }
}
.success-stories blockquote:before, .success-stories q:before {
  font-family: "site-icon" !important;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e919" !important;
  display: block;
  position: absolute;
  background-size: 100%;
  bottom: -20px;
  right: 75px;
  font-size: 70px;
  color: #000000;
}
@media (max-width: 599px) {
  .success-stories blockquote:before, .success-stories q:before {
    right: 25px;
    font-size: 50px;
  }
}
.success-stories q {
  border: 5px solid #000000;
  color: #000000;
}
.success-stories q:after, .success-stories q:before {
  color: #DA2075;
}
.success-stories blockquote {
  background: #DA2075;
  color: #ffffff;
}
.success-stories .cms-text-feature .cms-text-feature-data {
  line-height: normal;
}
.success-stories .cms-text-feature .cms-text-feature-data p {
  line-height: 30px;
  font-size: 18px;
  margin: 0 0 20px;
}
.success-stories .cms-text-feature .cms-text-feature-data p:last-child {
  margin: 0;
}
.success-stories .cms-text-feature .cms-text-feature-data q, .success-stories .cms-text-feature .cms-text-feature-data blockquote {
  text-align: left;
}
.success-stories .cms-text-feature .cms-text-feature-data ul, .success-stories .cms-text-feature .cms-text-feature-data ol {
  list-style-position: outside;
}
.success-stories .cms-text-feature .cms-text-feature-data ul li, .success-stories .cms-text-feature .cms-text-feature-data ol li {
  line-height: 30px;
  font-size: 18px;
  margin: 0 0 20px;
}
.success-stories .cms-text-feature .cms-text-feature-data ul li:last-child, .success-stories .cms-text-feature .cms-text-feature-data ol li:last-child {
  margin: 0;
}
.success-stories .cms-text-feature .cms-text-feature-data ol {
  list-style: none;
  counter-reset: li;
}
.success-stories .cms-text-feature .cms-text-feature-data ol li {
  position: relative;
  counter-increment: li;
  padding: 0 0 0 12px;
}
.success-stories .cms-text-feature .cms-text-feature-data ol li::before {
  content: counter(li);
  color: #DA2075;
  font-size: 20px;
  position: absolute;
  left: -20px;
  top: 0px;
  width: 17px;
  text-align: left;
}
.success-stories .cms-text-feature .cms-text-feature-data ul li {
  list-style: none;
  position: relative;
  padding: 0 0 0 12px;
}
.success-stories .cms-text-feature .cms-text-feature-data ul li:before {
  content: "";
  width: 20px;
  height: 18px;
  background: #DA2075;
  border-radius: 100%;
  position: absolute;
  left: -20px;
  top: 10px;
  transform: rotate(-30deg);
}
.success-stories .cms-text-feature .cms-text-feature-data hr {
  margin: 30px 0 20px;
}
.success-stories .cms-text-feature .cms-text-feature-data a1 {
  color: #DA2075;
}
.success-stories .cms-text-feature .cms-text-feature-data a1.no-link-style {
  border-bottom: none !important;
  color: #DA2075;
}
.success-stories .cms-text-feature .cms-text-feature-data a1.no-link-style:hover {
  color: #414141;
}
.success-stories .cms-text-feature .cms-text-feature-data a1:hover {
  color: #414141;
  border-bottom: 1px solid #414141;
}
.success-stories body.cms-page-is-in-edit-mode .cms-feature-wrapper {
  position: relative;
}
.success-stories body.cms-page-is-in-edit-mode .cms-feature-wrapper .site-feature-detail {
  position: absolute;
  background: #ffffff;
  color: #ffffff;
  height: 30px;
  line-height: 30px;
  text-align: center;
  top: 0;
  right: 0;
  display: flex;
  padding: 0 10px;
  font-size: 18px;
}
.success-stories body.cms-page-is-in-edit-mode .cms-feature-wrapper .site-feature-detail .site-feature-count {
  margin: 0 10px 0 0;
  position: relative;
  padding: 0 12px 0 0;
}
.success-stories body.cms-page-is-in-edit-mode .cms-feature-wrapper .site-feature-detail .site-feature-count:before {
  content: "";
  background: #DA2075;
  height: 4px;
  width: 4px;
  border-radius: 100%;
  display: inline-block;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 0;
}
.success-stories body.cms-page-is-in-edit-mode .cms-feature-wrapper .site-feature-detail .site-feature-row {
  margin: 0 0 0 10px;
  position: relative;
  padding: 0 0 0 12px;
}
.success-stories body.cms-page-is-in-edit-mode .cms-feature-wrapper .site-feature-detail .site-feature-row:before {
  content: "";
  background: #DA2075;
  height: 4px;
  width: 4px;
  border-radius: 100%;
  display: inline-block;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  left: 0;
}
.success-stories body.cms-page-is-in-edit-mode .site-row-container {
  position: relative;
}
.success-stories body.cms-page-is-in-edit-mode .site-row-container:after {
  content: "New Row";
  display: block;
  margin: 40px 0;
  position: relative;
  position: absolute;
  top: 27px;
  left: 0;
  right: 0;
  width: 100px;
  margin: 0 auto;
  background: #ffffff;
  padding: 5px 10px;
  text-align: center;
  font-size: 18px;
  color: #DA2075;
}
.success-stories body.cms-page-is-in-edit-mode .site-row-container:before {
  content: "";
  display: block;
  height: 2px;
  width: 100%;
  background: #dfdfdf;
  margin: 40px 0;
}
.success-stories .site-color-text {
  color: #414141 !important;
}
.success-stories .site-color-text-wrapper .cms-feature-title {
  color: #414141 !important;
}
.success-stories .site-color-primary {
  color: #DA2075 !important;
}
.success-stories .site-color-primary-wrapper .cms-feature-title {
  color: #DA2075 !important;
}
.success-stories .site-color-secondary {
  color: #ffffff !important;
}
.success-stories .site-color-secondary-wrapper .cms-feature-title {
  color: #ffffff !important;
}
.success-stories .site-color-light {
  color: #f1f1f1 !important;
}
.success-stories .site-color-light-wrapper .cms-feature-title {
  color: #f1f1f1 !important;
}
.success-stories .site-color-black {
  color: #000000 !important;
}
.success-stories .site-color-black * {
  color: #000000 !important;
}
.success-stories .site-color-black-wrapper .cms-feature-title {
  color: #000000 !important;
}
.success-stories .site-color-black-wrapper .cms-feature-title * {
  color: #000000 !important;
}
.success-stories .site-color-white {
  color: #ffffff !important;
}
.success-stories .site-color-white var {
  color: #ffffff;
}
.success-stories .site-color-white *:not(var):not(var *) {
  color: #ffffff !important;
}
.success-stories .site-color-white *:not(var):not(var *).site-button-secondary:hover, .success-stories .site-color-white .site-search-wrapper .site-search-block.site-search-option2 *.site-search-button:not(var):not(var *):hover, .site-search-wrapper .site-search-block.site-search-option2 .success-stories .site-color-white *.site-search-button:not(var):not(var *):hover {
  color: #414141 !important;
}
.success-stories .site-color-white *:not(var):not(var *).site-button-secondary:hover span, .success-stories .site-color-white .site-search-wrapper .site-search-block.site-search-option2 *.site-search-button:not(var):not(var *):hover span, .site-search-wrapper .site-search-block.site-search-option2 .success-stories .site-color-white *.site-search-button:not(var):not(var *):hover span {
  color: #414141 !important;
}
.success-stories .site-color-white-wrapper .cms-feature-title {
  color: #ffffff !important;
}
.success-stories .site-bg-text, .success-stories .site-bg-text-wrapper, .success-stories .site-bg .cms-feature-title {
  background: #414141 !important;
}
.success-stories .site-bg-primary, .success-stories .site-bg-primary-wrapper, .success-stories .site-bg .cms-feature-title {
  background: #DA2075 !important;
}
.success-stories .site-bg-secondary, .success-stories .site-bg-secondary-wrapper, .success-stories .site-bg .cms-feature-title {
  background: #ffffff !important;
}
.success-stories .site-bg-light, .success-stories .site-bg-light-wrapper, .success-stories .site-bg .cms-feature-title {
  background: #dfdfdf !important;
}
.success-stories .site-bg-black, .success-stories .site-bg-black-wrapper, .success-stories .site-bg .cms-feature-title {
  background: #000000 !important;
}
.success-stories .site-bg-white, .success-stories .site-bg-white-wrapper, .success-stories .site-bg .cms-feature-title {
  background: #ffffff !important;
}
.success-stories .border-color-primary {
  border-color: #DA2075;
}
.success-stories .border-color-secondary {
  border-color: #ffffff;
}
.success-stories .border-color-tertiary {
  border-color: #414141;
}
.success-stories .border-color-white {
  border-color: #ffffff;
}
.success-stories .border-color-light {
  border-color: #f1f1f1;
}
.success-stories .border-color-black {
  border-color: #000000;
}
.success-stories .border-bg-primary {
  background: #DA2075;
}
.success-stories .border-bg-secondary {
  background: #ffffff;
}
.success-stories .border-bg-tertiary {
  background: #414141;
}
.success-stories .border-bg-white {
  background: #ffffff;
}
.success-stories .border-bg-light {
  background: #f1f1f1;
}
.success-stories .border-bg-black {
  background: #000000;
}
.success-stories .site-navigation-wrapper #site-navigation ul.site-nav-block > li.custom-nav-vm-home-css {
  display: none !important;
}
@media (min-width: 1300px) {
  .success-stories .site-navigation-wrapper #site-navigation ul.site-nav-block {
    position: relative;
    margin: 0 20px 0 0;
  }
  .success-stories .site-navigation-wrapper #site-navigation ul.site-nav-block > li {
    margin: 0 25px 0 0;
    display: inline-block;
  }
  .success-stories .site-navigation-wrapper #site-navigation ul.site-nav-block > li.custom-nav-vm-home-css {
    display: none !important;
  }
  .success-stories .site-navigation-wrapper #site-navigation ul.site-nav-block > li > a {
    font-size: 16px;
    font-weight: bold;
    color: #414141;
    display: block;
    letter-spacing: 0.5px;
    position: relative;
  }
  .success-stories .site-navigation-wrapper #site-navigation ul.site-nav-block > li > a:before {
    background: #DA2075;
    content: "";
    display: block;
    height: 1px;
    width: 0%;
    top: 0;
    left: 0;
    position: absolute;
    transition: all ease 0.5s;
  }
  .success-stories .site-navigation-wrapper #site-navigation ul.site-nav-block > li > a:after {
    background: #DA2075;
    content: "";
    display: block;
    height: 1px;
    width: 0%;
    bottom: -3px;
    right: 0;
    position: absolute;
    transition: all ease 0.5s;
  }
  .success-stories .site-navigation-wrapper #site-navigation ul.site-nav-block > li > a:hover {
    color: #DA2075;
  }
  .success-stories .site-navigation-wrapper #site-navigation ul.site-nav-block > li > a:hover:before, .success-stories .site-navigation-wrapper #site-navigation ul.site-nav-block > li > a:hover:after {
    width: 100%;
  }
  .success-stories .site-navigation-wrapper #site-navigation ul.site-nav-block > li:hover > .site-subnav-wrapper {
    display: block;
  }
  .success-stories .site-navigation-wrapper #site-navigation ul.site-nav-block > li.site-nav-active a, .success-stories .site-navigation-wrapper #site-navigation ul.site-nav-block > li.site-nav-active-parent a {
    color: #DA2075;
  }
  .success-stories .site-navigation-wrapper #site-navigation ul.site-nav-block > li.site-nav-active a:before, .success-stories .site-navigation-wrapper #site-navigation ul.site-nav-block > li.site-nav-active a:after, .success-stories .site-navigation-wrapper #site-navigation ul.site-nav-block > li.site-nav-active-parent a:before, .success-stories .site-navigation-wrapper #site-navigation ul.site-nav-block > li.site-nav-active-parent a:after {
    width: 100%;
  }
  .success-stories .site-navigation-wrapper #site-navigation ul.site-nav-block .site-subnav-wrapper {
    display: none;
    position: absolute;
    background: #DA2075;
    z-index: 1000;
    padding: 10px 20px;
    top: 100%;
    min-width: 130px;
  }
  .success-stories .site-navigation-wrapper #site-navigation ul.site-nav-block .site-subnav-wrapper ul.site-subnav-block li {
    display: block;
    margin: 0 0 5px;
  }
  .success-stories .site-navigation-wrapper #site-navigation ul.site-nav-block .site-subnav-wrapper ul.site-subnav-block li a {
    color: #ffffff;
    font-size: 14px;
    position: relative;
    display: block;
  }
  .success-stories .site-navigation-wrapper #site-navigation ul.site-nav-block .site-subnav-wrapper ul.site-subnav-block li a:before {
    content: "";
    display: block;
    position: absolute;
    background: #ffffff;
    height: 1px;
    width: 0%;
    bottom: 0;
    transition: all ease 0.5s;
  }
  .success-stories .site-navigation-wrapper #site-navigation ul.site-nav-block .site-subnav-wrapper ul.site-subnav-block li:hover a:before, .success-stories .site-navigation-wrapper #site-navigation ul.site-nav-block .site-subnav-wrapper ul.site-subnav-block li.site-subnav-active a:before {
    width: 100%;
  }
  .success-stories .site-navigation-wrapper #site-navigation .site-nav-linktext, .success-stories .site-navigation-wrapper #site-navigation .site-nav-linktext {
    display: none;
  }
  .success-stories .site-menu-toggle {
    display: none;
  }
}
.success-stories #site-footer {
  background: #DA2075;
  padding: 100px 0 40px;
  clear: both;
  position: relative;
}
@media (max-width: 799px) {
  .success-stories #site-footer {
    padding: 100px 0 0;
  }
}
@media (max-width: 799px) {
  .success-stories #site-footer .site-container {
    padding: 0;
  }
}
.success-stories #site-footer .cms-feature-datablock {
  color: #ffffff !important;
}
.success-stories #site-footer .cms-feature-datablock *:not(.site-button-secondary):not(.site-button-secondary span):not(.site-search-wrapper .site-search-block.site-search-option2 .site-search-button span) {
  color: #ffffff !important;
}
.success-stories #site-footer .site-footer-block {
  display: flex;
  justify-content: space-between;
  position: relative;
  color: #000000;
  padding: 0 20px;
  z-index: 100;
}
@media (max-width: 399px) {
  .success-stories #site-footer .site-footer-block {
    display: block;
    text-align: center;
  }
}
.success-stories #site-footer .site-footer-block .site-footer-logo {
  width: 60%;
}
@media (max-width: 1499px) {
  .success-stories #site-footer .site-footer-block .site-footer-logo {
    width: 75%;
  }
}
@media (max-width: 1099px) {
  .success-stories #site-footer .site-footer-block .site-footer-logo {
    width: 100%;
  }
}
.success-stories #site-footer .site-footer-block .site-footer-logo h1, .success-stories #site-footer .site-footer-block .site-footer-logo h2, .success-stories #site-footer .site-footer-block .site-footer-logo h3, .success-stories #site-footer .site-footer-block .site-footer-logo h4, .success-stories #site-footer .site-footer-block .site-footer-logo h5, .success-stories #site-footer .site-footer-block .site-footer-logo h6 {
  margin: 0 0 20px;
}
.success-stories #site-footer .site-footer-block .site-footer-logo #site-footer-logo {
  display: flex;
}
@media (max-width: 999px) {
  .success-stories #site-footer .site-footer-block .site-footer-logo #site-footer-logo {
    display: block;
  }
}
.success-stories #site-footer .site-footer-block .site-footer-logo #site-footer-logo .site-footer-desc-wrapper {
  flex: 0 0 calc(100% - 300px);
  max-width: calc(100% - 300px);
}
@media (max-width: 999px) {
  .success-stories #site-footer .site-footer-block .site-footer-logo #site-footer-logo .site-footer-desc-wrapper {
    width: 100%;
    max-width: none;
  }
}
.success-stories #site-footer .site-footer-block .site-footer-logo #site-footer-logo .site-footer-desc-wrapper .site-button-secondary, .success-stories #site-footer .site-footer-block .site-footer-logo #site-footer-logo .site-footer-desc-wrapper .site-search-wrapper .site-search-block.site-search-option2 .site-search-button, .site-search-wrapper .site-search-block.site-search-option2 .success-stories #site-footer .site-footer-block .site-footer-logo #site-footer-logo .site-footer-desc-wrapper .site-search-button {
  padding: 3px 20px 5px;
}
.success-stories #site-footer .site-footer-block .site-footer-logo table tr:nth-child(2n) {
  background: none !important;
}
.success-stories #site-footer .site-footer-block .site-footer-logo table tr td {
  border: none;
}
.success-stories #site-footer .site-footer-block .site-footer-logo table tr ul {
  padding: 0;
}
.success-stories #site-footer .site-footer-block .site-footer-logo table tr ul li {
  padding: 0;
  font-size: 16px;
  line-height: 28px;
  margin: 0;
}
.success-stories #site-footer .site-footer-block .site-footer-logo table tr ul li a {
  position: relative;
  text-decoration: none;
  margin: 0 0 5px;
  display: inline-block;
}
.success-stories #site-footer .site-footer-block .site-footer-logo table tr ul li a:after {
  position: absolute;
  content: "";
  display: block;
  background: #ffffff;
  width: 100%;
  height: 1px;
  transition: all ease 0.7s;
  bottom: 1px;
  left: 0;
}
.success-stories #site-footer .site-footer-block .site-footer-logo table tr ul li a:hover:after {
  width: 0%;
}
.success-stories #site-footer .site-footer-block .site-footer-logo table tr ul li a.custom-link-active {
  font-weight: bold;
}
.success-stories #site-footer .site-footer-block .site-footer-logo table tr ul li::before {
  display: none !important;
}
.success-stories #site-footer .site-footer-right {
  position: absolute;
  bottom: 0;
  right: 0;
}
@media (max-width: 999px) {
  .success-stories #site-footer .site-footer-right {
    position: static;
    display: none;
  }
}
@media (max-width: 599px) {
  .success-stories #site-footer .site-footer-right {
    display: block;
  }
}
.success-stories #site-footer .site-footer-right .site-footer-image img {
  width: 80% !important;
}
@media (max-width: 1499px) {
  .success-stories #site-footer .site-footer-right .site-footer-image img {
    width: 75% !important;
  }
}
@media (max-width: 1299px) {
  .success-stories #site-footer .site-footer-right .site-footer-image img {
    width: 60% !important;
  }
}
@media (max-width: 799px) {
  .success-stories #site-footer .site-footer-right .site-footer-image img {
    width: 100% !important;
  }
}
.success-stories a {
  color: #DA2075;
}
.success-stories a:hover, .success-stories a:focus {
  color: #414141;
}
.success-stories .cms-feature-datablock a {
  text-decoration: underline;
}
.success-stories hr {
  margin: 0 auto 10px;
  border-top: 1px solid #DA2075 !important;
}
.success-stories var {
  background: #DA2075;
  padding: 15px 40px;
  text-transform: uppercase;
  font-style: normal;
  font-weight: bold;
  letter-spacing: -2.5px;
  font-size: 40px;
  color: #ffffff;
  display: inline-block;
  box-shadow: 8px 14px 17px -7px rgba(0, 0, 0, 0.5);
  line-height: 30px;
  font-family: "brother-1816", sans-serif;
}
@media (max-width: 1299px) {
  .success-stories var {
    line-height: 40px;
  }
}
@media (max-width: 599px) {
  .success-stories var {
    font-size: 20px;
    line-height: 20px;
    letter-spacing: -1.5px;
    padding: 10px 30px;
  }
}
.success-stories .site-posted-block {
  font-size: 16px;
  color: #000000;
  position: relative;
  padding: 0 0 0 60px;
  height: 50px;
  line-height: 50px;
  margin: 0;
}
.success-stories .site-posted-block:before {
  display: block;
  height: 40px;
  width: 40px;
  border-radius: 100%;
  background: #DA2075;
  color: #ffffff;
  position: absolute;
  left: 2px;
  top: 0;
  font-family: "gelato-luxe";
  font-size: 33px;
  text-align: center;
  line-height: 32px;
  font-weight: bold;
  animation: postedby 2s infinite;
  bottom: 0;
  margin: auto;
}
.success-stories .site-posted-block a {
  border-bottom: 1px solid;
  color: #000000;
  text-decoration: none;
}
@keyframes postedby {
  from, to {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
  }
}
.success-stories .site-slider .slick-dots {
  bottom: 40px;
  z-index: 10;
}
.success-stories .site-slider .slick-dots li {
  padding: 0;
  height: 15px;
  width: 15px;
  margin: 0 5px;
}
.success-stories .site-slider .slick-dots li button {
  padding: 0;
  height: 15px;
  width: 15px;
}
.success-stories .site-slider .slick-dots li button:before {
  height: 15px;
  width: 15px;
  background: none;
  border: 1px solid #ffffff;
}
.success-stories .site-slider .slick-dots li.slick-active button:before {
  background: #DA2075;
  border: 1px solid #ffffff;
}
.success-stories .slick-arrow {
  width: 54px !important;
  height: 54px !important;
  padding: 0 !important;
}
@media (max-width: 599px) {
  .success-stories .slick-arrow {
    width: 40px !important;
    height: 40px !important;
    top: 50% !important;
  }
}
.success-stories .slick-arrow:before {
  font-family: "site-icon" !important;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e908" !important;
  border: 2px solid #DA2075 !important;
  color: #DA2075 !important;
  background: #ffffff !important;
  border-radius: 100%;
  line-height: 47px !important;
  font-size: 35px !important;
}
@media (max-width: 599px) {
  .success-stories .slick-arrow:before {
    line-height: 35px !important;
    font-size: 30px !important;
  }
}
.success-stories .slick-arrow:hover::before {
  background: #DA2075 !important;
  color: #ffffff !important;
}
.success-stories .slick-arrow.slick-next {
  right: -80px !important;
}
@media (max-width: 1499px) {
  .success-stories .slick-arrow.slick-next {
    right: -50px !important;
  }
}
@media (max-width: 599px) {
  .success-stories .slick-arrow.slick-next {
    right: 40px !important;
  }
}
.success-stories .slick-arrow.slick-next::before {
  transform: rotate(180deg) !important;
}
.success-stories .slick-arrow.slick-prev {
  left: -80px !important;
}
@media (max-width: 1499px) {
  .success-stories .slick-arrow.slick-prev {
    left: -50px !important;
  }
}
@media (max-width: 599px) {
  .success-stories .slick-arrow.slick-prev {
    left: 40px !important;
  }
}
.success-stories .slick-arrow.slick-prev::before {
  transform: rotate(0deg) !important;
}
.success-stories .mfp-arrow {
  background: #DA2075;
  color: #ffffff;
  border: 1px solid #DA2075;
  border-radius: 100%;
}
.success-stories .mfp-arrow:after {
  color: #ffffff;
  font-size: 40px;
  line-height: 45px;
}
.success-stories .mfp-arrow:hover {
  background: #ffffff;
  color: #DA2075;
  border: 1px solid #ffffff;
}
.success-stories .mfp-arrow:hover:after {
  color: #DA2075;
}
.success-stories .mfp-arrow.mfp-arrow-left:after {
  font-family: "site-icon" !important;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e908" !important;
}
.success-stories .mfp-arrow.mfp-arrow-right:after {
  font-family: "site-icon" !important;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e909" !important;
}
.success-stories .mfp-image-holder .mfp-content .mfp-close {
  background: #DA2075;
  color: #ffffff;
  border: 1px solid #DA2075;
  border-radius: 100%;
}
.success-stories .mfp-image-holder .mfp-content .mfp-close:after {
  color: #ffffff;
  font-size: 15px;
}
.success-stories .mfp-image-holder .mfp-content .mfp-close:hover {
  background: #ffffff;
  color: #DA2075;
  border: 1px solid #ffffff;
}
.success-stories .mfp-image-holder .mfp-content .mfp-close:hover:after {
  color: #DA2075;
}
.success-stories .site-thumbnail-block .site-thumbnail-link {
  border: 2px solid transparent;
  transition: all ease 0.8s;
  border-radius: 20px;
}
.success-stories .site-thumbnail-block .site-thumbnail-link .site-icon-search {
  border-radius: 0 0 20px 0;
}
.success-stories .site-thumbnail-block:hover .site-thumbnail-link {
  border: 2px solid #DA2075;
}
.success-stories .cms-gallery-feature.site-slider-tab-wrapper .site-slider-tab-list .site-slide {
  cursor: pointer;
}
.success-stories .cms-gallery-feature.site-slider-tab-wrapper .site-slider-tab-list .site-slide .site-slider-image {
  transition: all ease 0.8s;
  border-radius: 20px;
  border: 2px solid transparent;
}
.success-stories .cms-gallery-feature.site-slider-tab-wrapper .site-slider-tab-list .site-slide.slick-current .site-slider-image, .success-stories .cms-gallery-feature.site-slider-tab-wrapper .site-slider-tab-list .site-slide:hover .site-slider-image {
  border: 2px solid #DA2075;
}
.success-stories .cms-gallery-feature.site-thumbnail-list-wrapper .site-thumbnail-video-popup .site-thumbnail-block .site-thumbnail-data {
  display: block;
  overflow: hidden;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  left: 0;
  right: 0;
}
.success-stories .cms-gallery-feature.site-thumbnail-list-wrapper .site-thumbnail-video-popup .site-thumbnail-block .site-thumbnail-data .site-thumbnail-desc {
  left: 0;
  width: 96%;
  height: 96%;
  margin: auto;
  top: 0;
  right: 0;
}
.success-stories .cms-gallery-feature.site-thumbnail-list-wrapper .site-thumbnail-video-popup .site-thumbnail-block .site-thumbnail-data .site-thumbnail-desc a.video-popup-button {
  position: relative;
  width: 90px;
  height: 90px;
  display: block;
  margin: auto;
  position: absolute;
}
.success-stories .cms-gallery-feature.site-thumbnail-list-wrapper .site-thumbnail-video-popup .site-thumbnail-block .site-thumbnail-data .site-thumbnail-desc a.video-popup-button::after {
  font-family: "site-icon" !important;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e90d" !important;
  background: #ffffff;
  width: 90px;
  height: 90px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  color: #DA2075;
  font-size: 40px;
}
.success-stories .site-custom-hero-long-text-wrapper .site-slider .site-slick-wrapper .slick-list .site-slide .site-slider-caption .site-slider-caption-block .site-container .site-slider-capton-data {
  max-width: 750px !important;
}
.success-stories .site-custom-hero-full-text-wrapper .site-slider .site-slick-wrapper .slick-list .site-slide .site-slider-caption .site-slider-caption-block .site-container .site-slider-capton-data {
  max-width: 100% !important;
}
.success-stories .site-custom-hero-wrapper {
  margin: 40px 0 0;
}
@media (max-width: 599px) {
  .success-stories .site-custom-hero-wrapper {
    margin: 0;
  }
}
.success-stories .site-custom-hero-wrapper .site-slider .site-slick-wrapper .slick-list {
  overflow: visible;
}
@media (max-width: 599px) {
  .success-stories .site-custom-hero-wrapper .site-slider .site-slick-wrapper .slick-list .site-slide {
    display: flex !important;
    flex-wrap: wrap;
  }
  .success-stories .site-custom-hero-wrapper .site-slider .site-slick-wrapper .slick-list .site-slide .site-slider-caption {
    order: 0;
    transform: none;
    position: static;
    padding: 50px 0;
  }
  .success-stories .site-custom-hero-wrapper .site-slider .site-slick-wrapper .slick-list .site-slide .site-slider-image-block {
    order: 1;
    margin: auto;
  }
}
@media (min-width: 600px) {
  .success-stories .site-custom-hero-wrapper .site-slider .site-slick-wrapper .slick-list .site-slide .site-slider-image-block {
    padding: 0 5%;
  }
  .success-stories .site-custom-hero-wrapper .site-slider .site-slick-wrapper .slick-list .site-slide .site-slider-image-block .site-slider-image {
    width: auto;
    height: 100%;
    object-fit: contain;
    float: right;
    margin: -50px 0 0;
  }
}
.success-stories .site-custom-hero-wrapper .site-slider .site-slick-wrapper .slick-list .site-slide .site-slider-image-block:after {
  background: none !important;
}
.success-stories .site-custom-hero-wrapper .site-slider .site-slick-wrapper .slick-list .site-slide .site-slider-caption {
  background: none;
  left: 0;
  right: 0;
}
.success-stories .site-custom-hero-wrapper .site-slider .site-slick-wrapper .slick-list .site-slide .site-slider-caption .site-slider-caption-block .site-container {
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 20px;
  width: 100%;
}
.success-stories .site-custom-hero-wrapper .site-slider .site-slick-wrapper .slick-list .site-slide .site-slider-caption .site-slider-caption-block .site-container .site-slider-capton-data {
  max-width: 640px;
  width: 100%;
  margin: 0;
  text-align: left;
}
@media (max-width: 599px) {
  .success-stories .site-custom-hero-wrapper .site-slider .site-slick-wrapper .slick-list .site-slide .site-slider-caption .site-slider-caption-block .site-container .site-slider-capton-data {
    text-align: center;
  }
}
.success-stories .site-custom-hero-wrapper .site-slider .site-slick-wrapper .slick-list .site-slide .site-slider-caption .site-slider-caption-block .site-container .site-slider-capton-data * {
  color: #ffffff;
}
.success-stories .site-custom-hero-wrapper .site-slider .site-slick-wrapper .slick-list .site-slide .site-slider-caption .site-slider-caption-block .site-container .site-slider-capton-data var {
  background: #000000;
  color: #ffffff;
}
.success-stories #site-footer .site-footer-block .site-footer-logo .cms-feature-datablock :not(.site-button-secondary):not(.site-button-secondary span):not(.site-search-wrapper .site-search-block.site-search-option2 .site-search-button span) a[class*=site-social-] {
  color: #DA2075 !important;
  height: 48px;
  width: 43px;
  position: relative;
  margin: 0 12px 0 0;
  transition: all ease 0.6s;
}
.success-stories #site-footer .site-footer-block .site-footer-logo .cms-feature-datablock :not(.site-button-secondary):not(.site-button-secondary span):not(.site-search-wrapper .site-search-block.site-search-option2 .site-search-button span) a[class*=site-social-]:last-child {
  margin: 0;
}
.success-stories #site-footer .site-footer-block .site-footer-logo .cms-feature-datablock :not(.site-button-secondary):not(.site-button-secondary span):not(.site-search-wrapper .site-search-block.site-search-option2 .site-search-button span) a[class*=site-social-]:after {
  display: inline-block;
  height: 100%;
  width: 100%;
  background: #ffffff;
  border-radius: 100%;
  transform: rotate(50deg);
  content: "";
  position: absolute;
  z-index: 1;
  left: 0;
  right: 0;
  border: 1px solid #ffffff;
  transition: all ease 0.6s;
}
.success-stories #site-footer .site-footer-block .site-footer-logo .cms-feature-datablock :not(.site-button-secondary):not(.site-button-secondary span):not(.site-search-wrapper .site-search-block.site-search-option2 .site-search-button span) a[class*=site-social-]:hover {
  color: #ffffff !important;
}
.success-stories #site-footer .site-footer-block .site-footer-logo .cms-feature-datablock :not(.site-button-secondary):not(.site-button-secondary span):not(.site-search-wrapper .site-search-block.site-search-option2 .site-search-button span) a[class*=site-social-]:hover:after {
  background: none;
}
.success-stories .site-image-oval-wrapper {
  width: 250px;
  height: 233px;
  object-fit: cover;
  transform: rotate(-50deg);
  margin: auto;
  position: relative;
}
@media (max-width: 599px) {
  .success-stories .site-image-oval-wrapper {
    transform: rotate(-50deg) scale(0.6);
    height: 160px;
    margin: 0 0 0 -65px;
  }
}
.success-stories .site-image-oval-wrapper .site-image-oval-img {
  transform: rotate(50deg);
}
.success-stories .site-image-oval-wrapper .site-image-oval {
  width: 250px;
  height: 250px;
  object-fit: cover;
  margin: 10px 0 auto;
  clip-path: path("M47.32,23.84c46.45-34.25,107.46-30.35,136.27,8.72s14.51,98.5-31.94,132.76c-46.45,34.25-107.46,30.35-136.27-8.72C-13.43,117.53.87,58.09,47.32,23.84");
}
.success-stories .site-image-oval-wrapper .site-round-ring {
  position: absolute;
  top: -4px;
  left: 0;
  margin: auto;
  z-index: 1;
  width: 215px;
  transform: rotate(50deg);
}
.success-stories .site-image-oval-wrapper .site-round-ring .site-round-ring-svg {
  display: block;
  margin: 0 auto;
  width: 215px;
  stroke-width: 7;
  stroke: #DA2075;
  overflow: visible;
  margin: -18px 0 0 26px;
}
@media (max-width: 599px) {
  .success-stories .site-image-oval-wrapper .site-round-ring .site-round-ring-svg {
    margin: -26px 0 0 26px;
  }
}
.success-stories .custom-overlay-wrapper .site-slide {
  position: relative;
}
.success-stories .custom-overlay-wrapper .site-slide .site-slider-caption {
  height: 100%;
}
.success-stories .custom-overlay-wrapper .site-slide .site-slider-caption .site-slider-caption-block {
  display: flex;
  align-items: end;
  height: 100%;
  opacity: 1;
  transition: all ease 1s;
}
.success-stories .custom-overlay-wrapper .site-slide .site-slider-caption .site-slider-more-desc {
  opacity: 0;
  position: absolute;
  bottom: 0;
  width: 100%;
  transition: all ease 1s;
  text-align: left;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 100%);
  border-radius: 20px;
  padding: 0 0 20px;
  left: 0;
}
.success-stories .custom-overlay-wrapper .site-slide .site-slider-caption .site-slider-more-desc .site-slider-more-desc-data {
  position: relative;
}
.success-stories .custom-overlay-wrapper .site-slide:hover .site-slider-caption-block {
  opacity: 0;
}
.success-stories .custom-overlay-wrapper .site-slide:hover .site-slider-caption .site-slider-more-desc {
  opacity: 1;
}
.success-stories .custom-overlay-wrapper .site-slide:hover .site-slider-caption .site-slider-more-desc::before {
  width: 100%;
  height: 100%;
}

/*
    $grid-counts: 7, 6, 5, 4, 3, 2;

    @each $grid-counts in $grid-count {

    }
    */
.site-hub p {
  margin: 0 0 20px;
}
.site-hub p:last-child {
  margin: 0;
}
@media (max-width: 1099px) {
  .site-hub h3 {
    font-size: 40px;
    line-height: 40px;
    margin: 0 0 10px;
  }
}
@media (max-width: 1099px) {
  .site-hub .site-button-secondary, .site-hub .site-search-wrapper .site-search-block.site-search-option2 .site-search-button, .site-search-wrapper .site-search-block.site-search-option2 .site-hub .site-search-button, .site-hub .site-button-primary, .site-hub .site-form-payment-wrapper .site-payment-buttons button, .site-form-payment-wrapper .site-payment-buttons .site-hub button {
    padding: 3px 30px 5px;
  }
}
.site-hub .site-display-wrapper.site-display-listview .site-display-list {
  display: block;
  clear: both;
  margin: 0;
}
.site-hub .custom-hub-grid-wrapper {
  padding: 0 !important;
}
.site-hub .custom-hub-grid-wrapper .custom-hub-data-wrapper {
  padding: 0;
  clear: both;
}
@media (max-width: 999px) {
  .site-hub .custom-hub-grid-wrapper .custom-hub-data-wrapper {
    padding: 20px 0 0;
  }
}
.site-hub .custom-hub-grid-wrapper .custom-hub-grid.site-display-filters-left .site-hub-display-search-wrapper, .site-hub .custom-hub-grid-wrapper .custom-hub-grid.site-display-filters-left .site-display-filter-title {
  display: none !important;
}
.site-hub .custom-hub-grid-wrapper .custom-hub-grid.site-display-filters-left .site-display-filter-desc {
  display: block;
}
.site-hub .custom-hub-grid-wrapper .custom-hub-grid .site-search-in {
  line-height: 75px;
  margin: 0;
  height: 75px;
  font-size: 13px;
  display: inline-block;
}
@media (max-width: 999px) {
  .site-hub .custom-hub-grid-wrapper .custom-hub-grid .site-search-in {
    padding: 0;
    position: absolute;
    top: -65px;
    left: 0;
  }
}
.site-hub .custom-hub-grid-wrapper .custom-hub-grid .site-search-in.site-search-in-the-amp .site-search-tag-wrapper {
  color: #000000;
  color: #ffffff;
  padding: 5px 10px 6px 10px;
  margin: 0 0 0 5px;
  cursor: pointer;
  position: relative;
}
.site-hub .custom-hub-grid-wrapper .custom-hub-grid .site-search-in.site-search-in-the-amp .site-search-tag-wrapper:before {
  background: #FFF500;
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 7px;
}
.site-hub .custom-hub-grid-wrapper .custom-hub-grid .site-search-in.site-search-in-the-amp .site-search-tag-wrapper:after {
  background: #414141;
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 100%;
  width: 0;
  margin: auto;
  transition: all ease 0.5s;
  border-radius: 7px;
}
.site-hub .custom-hub-grid-wrapper .custom-hub-grid .site-search-in.site-search-in-the-amp .site-search-tag-wrapper:hover:after {
  width: 100%;
}
.site-hub .custom-hub-grid-wrapper .custom-hub-grid .site-search-in.site-search-in-the-amp .site-search-tag-wrapper .site-search-tag {
  text-transform: capitalize;
  position: relative;
  z-index: 10;
  padding: 0 0 0 30px;
}
.site-hub .custom-hub-grid-wrapper .custom-hub-grid .site-search-in.site-search-in-the-amp .site-search-tag-wrapper .site-search-tag::before {
  content: "a";
  font-family: "gelato-luxe";
  margin: 0 10px 0 0;
  background: #ffffff;
  color: #FFF500;
  display: inline-block;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  border-radius: 100%;
  margin: auto;
  line-height: 15px;
  text-align: center;
  font-size: 28px;
  text-transform: lowercase;
}
.site-hub .custom-hub-grid-wrapper .custom-hub-grid .site-search-in.site-search-in-the-amp .site-search-tag-wrapper .site-search-in-close {
  font-size: 10px;
  margin: 0 0 0 3px;
  position: relative;
  z-index: 10;
}
.site-hub .custom-hub-grid-wrapper .custom-hub-grid .site-search-in.site-search-in-data .site-search-tag-wrapper .site-search-tag::before {
  line-height: 22px;
  font-size: 20px;
}
.site-hub .custom-hub-grid-wrapper .custom-hub-grid ul.site-display-list {
  /*
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  gap: 10px;

  @include maxbp($r_1500) {
      grid-template-columns: repeat(5, 1fr);
  }
      */
}
@media (max-width: 549px) {
  .site-hub .custom-hub-grid-wrapper .custom-hub-grid ul.site-display-list {
    display: block !important;
  }
}
.site-hub .custom-hub-grid-wrapper .custom-hub-grid ul.site-display-list li.site-display-wrapper-listitem {
  max-width: none;
  padding: 0 0 20px;
  width: 260px;
  flex: 0 0 260px;
}
@media (max-width: 1099px) {
  .site-hub .custom-hub-grid-wrapper .custom-hub-grid ul.site-display-list li.site-display-wrapper-listitem {
    flex: 0 0 240px;
    width: 240px;
  }
}
@media (max-width: 999px) {
  .site-hub .custom-hub-grid-wrapper .custom-hub-grid ul.site-display-list li.site-display-wrapper-listitem {
    flex: 0 0 240px;
    width: 240px;
  }
}
@media (max-width: 549px) {
  .site-hub .custom-hub-grid-wrapper .custom-hub-grid ul.site-display-list li.site-display-wrapper-listitem {
    flex: 0 0 50%;
    width: 50%;
    float: left;
    height: auto !important;
  }
  .site-hub .custom-hub-grid-wrapper .custom-hub-grid ul.site-display-list li.site-display-wrapper-listitem.site_hub_item_mobile .site-display-data-block.site-hub-card-date-wrapper .site-display-desc .site-hub-card-date {
    top: 0 !important;
    text-align: center;
  }
}
.site-hub .custom-hub-grid-wrapper .custom-hub-grid ul.site-display-list li.site-display-wrapper-listitem .site-display-title a {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
}
.site-hub .custom-hub-grid-wrapper .custom-hub-grid ul.site-display-list li.site-display-wrapper-listitem .site-display-list-block {
  margin: 0 10px !important;
}
.site-hub .custom-hub-grid-wrapper .custom-hub-grid ul.site-display-list li.site-display-wrapper-listitem.cms-tag-hub-col-2 {
  flex: 0 0 calc(520px);
  width: calc(520px);
}
@media (max-width: 1099px) {
  .site-hub .custom-hub-grid-wrapper .custom-hub-grid ul.site-display-list li.site-display-wrapper-listitem.cms-tag-hub-col-2 {
    flex: 0 0 calc(480px);
    width: calc(480px);
  }
}
@media (max-width: 999px) {
  .site-hub .custom-hub-grid-wrapper .custom-hub-grid ul.site-display-list li.site-display-wrapper-listitem.cms-tag-hub-col-2 {
    flex: 0 0 calc(480px);
    width: calc(480px);
  }
}
@media (max-width: 549px) {
  .site-hub .custom-hub-grid-wrapper .custom-hub-grid ul.site-display-list li.site-display-wrapper-listitem.cms-tag-hub-col-2 {
    flex: 0 0 calc(100%);
    width: calc(100%);
    float: left;
  }
}
.site-hub .custom-hub-grid-wrapper .custom-hub-grid ul.site-display-list li.site-display-wrapper-listitem.cms-tag-hub-col-2 .site-display-list-block .site-display-image .site-display-image-link img {
  aspect-ratio: 19/12.3;
}
.site-hub .custom-hub-grid-wrapper .custom-hub-grid ul.site-display-list li.site-display-wrapper-listitem.cms-tag-hub-col-3 {
  flex: 0 0 calc(780px);
  width: calc(780px);
}
@media (max-width: 1099px) {
  .site-hub .custom-hub-grid-wrapper .custom-hub-grid ul.site-display-list li.site-display-wrapper-listitem.cms-tag-hub-col-3 {
    flex: 0 0 calc(720px);
    width: calc(720px);
  }
}
@media (max-width: 999px) {
  .site-hub .custom-hub-grid-wrapper .custom-hub-grid ul.site-display-list li.site-display-wrapper-listitem.cms-tag-hub-col-3 {
    flex: 0 0 calc(480px);
    width: calc(480px);
  }
}
@media (max-width: 549px) {
  .site-hub .custom-hub-grid-wrapper .custom-hub-grid ul.site-display-list li.site-display-wrapper-listitem.cms-tag-hub-col-3 {
    flex: 0 0 calc(100%);
    width: calc(100%);
    float: left;
  }
}
.site-hub .custom-hub-grid-wrapper .custom-hub-grid ul.site-display-list li.site-display-wrapper-listitem.cms-tag-hub-col-3 .site-display-list-block .site-display-image .site-display-image-link img {
  aspect-ratio: 19/8;
}
@media (max-width: 999px) {
  .site-hub .custom-hub-grid-wrapper .custom-hub-grid ul.site-display-list li.site-display-wrapper-listitem.cms-tag-hub-col-3 .site-display-list-block .site-display-image .site-display-image-link img {
    aspect-ratio: 19/12.3;
  }
}
.site-hub .custom-hub-grid-wrapper .custom-hub-grid ul.site-display-list li.site-display-wrapper-listitem.cms-tag-hub-col-fullwidth {
  flex: 0 0 calc(1560px);
  width: calc(1560px);
  max-width: calc(1560px);
}
.site-hub .custom-hub-grid-wrapper .custom-hub-grid ul.site-display-list li.site-display-wrapper-listitem.cms-tag-hub-col-fullwidth .site-display-list-block .site-display-image .site-display-image-link img {
  aspect-ratio: 9/2.35;
}
.site-hub .custom-hub-grid-wrapper .custom-hub-grid ul.site-display-list li.site-display-wrapper-listitem.hub-hidden-block, .site-hub .custom-hub-grid-wrapper .custom-hub-grid ul.site-display-list li.site-display-wrapper-listitem.hidden-block, .site-hub .custom-hub-grid-wrapper .custom-hub-grid ul.site-display-list li.site-display-wrapper-listitem.not-selected-tagfilter {
  width: 0%;
  flex: 0 0 0;
  display: none !important;
}
.site-hub .custom-hub-grid-wrapper .custom-hub-grid ul.site-display-list li.site-display-wrapper-listitem.cms-tag-videos .site-display-list-block .site-display-image-link:after {
  font-family: "site-icon" !important;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e90d" !important;
  width: 80px;
  height: 80px;
  position: absolute;
  display: block;
  margin: auto;
  background: white;
  text-align: center;
  line-height: 80px;
  border-radius: 100%;
  font-size: 38px;
  cursor: none;
  left: 0;
  right: 0;
  z-index: 100;
  top: 120px;
}
@media (max-width: 599px) {
  .site-hub .custom-hub-grid-wrapper .custom-hub-grid ul.site-display-list li.site-display-wrapper-listitem.cms-tag-videos .site-display-list-block .site-display-image-link:after {
    width: 50px;
    height: 50px;
    line-height: 50px;
    top: 70px;
    font-size: 28px;
  }
}
.site-hub .custom-hub-grid-wrapper .custom-hub-grid ul.site-display-list li.site-display-wrapper-listitem.cms-tag-videos .site-display-list-block .site-hub-video {
  width: 90px;
  height: 90px;
  position: absolute;
  left: 0;
  right: 0;
  z-index: 100;
  top: 150px;
  font-size: 0px;
  text-decoration: none;
  margin: auto;
}
.site-hub .custom-hub-grid-wrapper .custom-hub-grid ul.site-display-list li.site-display-wrapper-listitem.cms-tag-videos .site-display-list-block .site-hub-video:after {
  font-family: "site-icon" !important;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e90d" !important;
  width: 100%;
  height: 100%;
  display: block;
  margin: auto;
  background: white;
  text-align: center;
  line-height: 80px;
  border-radius: 100%;
  font-size: 40px;
  cursor: none;
}
.site-hub .custom-hub-grid-wrapper .custom-hub-grid ul.site-display-list li.site-display-wrapper-listitem.cms-tag-podcasts .site-display-list-block:after {
  font-family: "site-icon" !important;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e91b" !important;
  position: absolute;
  z-index: 100;
  top: 120px;
  left: 0;
  right: 0;
  width: 80px;
  height: 80px;
  margin: auto;
  background: white;
  text-align: center;
  line-height: 80px;
  border-radius: 100%;
  font-size: 40px;
}
.site-hub .custom-hub-grid-wrapper .custom-hub-grid ul.site-display-list li.site-display-wrapper-listitem.cms-tag-blockquote .site-display-desc q {
  position: absolute;
  top: 0;
  padding: 100px 30px 0;
  border: none;
  margin: 0 !important;
  font-size: 13px !important;
  line-height: 20px !important;
  color: #ffffff;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 10;
  overflow: hidden;
}
@media (max-width: 999px) {
  .site-hub .custom-hub-grid-wrapper .custom-hub-grid ul.site-display-list li.site-display-wrapper-listitem.cms-tag-blockquote .site-display-desc q {
    padding: 70px 20px 0;
  }
}
.site-hub .custom-hub-grid-wrapper .custom-hub-grid ul.site-display-list li.site-display-wrapper-listitem.cms-tag-blockquote .site-display-desc q:before {
  display: none !important;
}
.site-hub .custom-hub-grid-wrapper .custom-hub-grid ul.site-display-list li.site-display-wrapper-listitem.cms-tag-blockquote .site-display-desc q:after {
  font-size: 35px;
  color: #ffffff;
  top: 50px;
  top: 50px;
  left: 30px;
}
@media (max-width: 999px) {
  .site-hub .custom-hub-grid-wrapper .custom-hub-grid ul.site-display-list li.site-display-wrapper-listitem.cms-tag-blockquote .site-display-desc q:after {
    top: 30px;
    left: 20px;
  }
}
.site-hub .custom-hub-grid-wrapper .custom-hub-grid ul.site-display-list li.site-display-wrapper-listitem.cms-tag-white-papers .site-display-list-block {
  position: relative;
}
.site-hub .custom-hub-grid-wrapper .custom-hub-grid ul.site-display-list li.site-display-wrapper-listitem.cms-tag-white-papers .site-display-list-block .site-display-image-link {
  display: flex;
  justify-content: space-between;
  flex-wrap: nowrap;
  text-decoration: none;
}
.site-hub .custom-hub-grid-wrapper .custom-hub-grid ul.site-display-list li.site-display-wrapper-listitem.cms-tag-white-papers .site-display-list-block:before {
  background: #F8F4F1;
}
.site-hub .custom-hub-grid-wrapper .custom-hub-grid ul.site-display-list li.site-display-wrapper-listitem.cms-tag-white-papers .site-display-list-block:after {
  content: "Whitepaper";
  background: #FFF500;
  color: #000000;
  padding: 10px 20px;
  position: absolute;
  top: 60px;
  z-index: 10;
  font-weight: bold;
}
.site-hub .custom-hub-grid-wrapper .custom-hub-grid ul.site-display-list li.site-display-wrapper-listitem.cms-tag-white-papers .site-display-list-block .site-display-image img {
  border-radius: 20px 0 0 20px;
  flex: 0 0 66.6%;
  max-width: 66.6%;
}
@media (max-width: 999px) {
  .site-hub .custom-hub-grid-wrapper .custom-hub-grid ul.site-display-list li.site-display-wrapper-listitem.cms-tag-white-papers .site-display-list-block .site-display-image img {
    flex: 0 0 50%;
    max-width: 50%;
  }
}
.site-hub .custom-hub-grid-wrapper .custom-hub-grid ul.site-display-list li.site-display-wrapper-listitem.cms-tag-white-papers .site-display-list-block .site-display-image .site-display-desc {
  flex: 0 0 33.3%;
  max-width: 33.3%;
  padding: 50px 30px;
  line-height: normal;
  font-size: 14px !important;
  line-height: 21px !important;
}
@media (max-width: 999px) {
  .site-hub .custom-hub-grid-wrapper .custom-hub-grid ul.site-display-list li.site-display-wrapper-listitem.cms-tag-white-papers .site-display-list-block .site-display-image .site-display-desc {
    flex: 0 0 50%;
    max-width: 50%;
    padding: 20px;
  }
}
.site-hub .custom-hub-grid-wrapper .custom-hub-grid ul.site-display-list li.site-display-wrapper-listitem.cms-tag-white-papers .site-display-list-block .site-display-image .site-display-desc .site-button-secondary, .site-hub .custom-hub-grid-wrapper .custom-hub-grid ul.site-display-list li.site-display-wrapper-listitem.cms-tag-white-papers .site-display-list-block .site-display-image .site-display-desc .site-search-wrapper .site-search-block.site-search-option2 .site-search-button, .site-search-wrapper .site-search-block.site-search-option2 .site-hub .custom-hub-grid-wrapper .custom-hub-grid ul.site-display-list li.site-display-wrapper-listitem.cms-tag-white-papers .site-display-list-block .site-display-image .site-display-desc .site-search-button {
  padding: 3px 20px 5px;
  font-size: 14px;
}
.site-hub .custom-hub-grid-wrapper .custom-hub-grid ul.site-display-list li.site-display-wrapper-listitem.cms-tag-press1 .site-display-desc {
  position: absolute;
  top: 0;
  z-index: 10;
  text-align: center;
  padding: 30px;
  height: 380px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
}
.site-hub .custom-hub-grid-wrapper .custom-hub-grid ul.site-display-list li.site-display-wrapper-listitem.cms-tag-press1 .site-display-desc * {
  color: #ffffff !important;
  text-align: center !important;
}
.site-hub .custom-hub-grid-wrapper .custom-hub-grid ul.site-display-list li.site-display-wrapper-listitem .site-display-list-block {
  margin: 0;
}
.site-hub .custom-hub-grid-wrapper .custom-hub-grid ul.site-display-list li.site-display-wrapper-listitem .site-display-list-block.site-display-wrapper-hub-desc-left .site-display-image-link {
  display: flex;
  justify-content: space-between;
  flex-wrap: nowrap;
  text-decoration: none;
}
.site-hub .custom-hub-grid-wrapper .custom-hub-grid ul.site-display-list li.site-display-wrapper-listitem .site-display-list-block.site-display-wrapper-hub-desc-left .site-display-image-link img, .site-hub .custom-hub-grid-wrapper .custom-hub-grid ul.site-display-list li.site-display-wrapper-listitem .site-display-list-block.site-display-wrapper-hub-desc-left .site-display-image-link .site-hub-card-desc-left-block {
  flex: 0 0 50%;
  max-width: 50%;
}
.site-hub .custom-hub-grid-wrapper .custom-hub-grid ul.site-display-list li.site-display-wrapper-listitem .site-display-list-block.site-display-wrapper-hub-desc-left .site-display-image-link img {
  border-radius: 0 20px 20px 0;
}
.site-hub .custom-hub-grid-wrapper .custom-hub-grid ul.site-display-list li.site-display-wrapper-listitem .site-display-list-block.site-display-wrapper-hub-desc-left .site-display-image-link .site-hub-card-desc-left-block {
  font-size: 13px !important;
  line-height: 20px !important;
  padding: 25px;
}
.site-hub .custom-hub-grid-wrapper .custom-hub-grid ul.site-display-list li.site-display-wrapper-listitem .site-display-list-block.site-display-wrapper-hub-desc-left .site-display-image-link .site-hub-card-desc-left-block blockquote {
  margin: 0 !important;
  padding: 65px 0 0;
  border: none;
  margin: 0 !important;
  font-size: 13px !important;
  line-height: 20px !important;
  color: #ffffff;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 12;
  overflow: hidden;
  text-transform: none;
  background: none !important;
}
@media (max-width: 999px) {
  .site-hub .custom-hub-grid-wrapper .custom-hub-grid ul.site-display-list li.site-display-wrapper-listitem .site-display-list-block.site-display-wrapper-hub-desc-left .site-display-image-link .site-hub-card-desc-left-block blockquote {
    padding: 50px 0 0;
    -webkit-line-clamp: 10;
  }
}
.site-hub .custom-hub-grid-wrapper .custom-hub-grid ul.site-display-list li.site-display-wrapper-listitem .site-display-list-block.site-display-wrapper-hub-desc-left .site-display-image-link .site-hub-card-desc-left-block blockquote:before {
  display: none !important;
}
.site-hub .custom-hub-grid-wrapper .custom-hub-grid ul.site-display-list li.site-display-wrapper-listitem .site-display-list-block.site-display-wrapper-hub-desc-left .site-display-image-link .site-hub-card-desc-left-block blockquote:after {
  font-size: 30px;
  color: #ffffff;
  top: 40px;
  left: 25px;
}
.site-hub .custom-hub-grid-wrapper .custom-hub-grid ul.site-display-list li.site-display-wrapper-listitem .site-display-list-block.site-display-wrapper-hub-desc-right .site-display-image-link {
  display: flex;
  justify-content: space-between;
  flex-wrap: nowrap;
  text-decoration: none;
}
@media (max-width: 529px) {
  .site-hub .custom-hub-grid-wrapper .custom-hub-grid ul.site-display-list li.site-display-wrapper-listitem .site-display-list-block.site-display-wrapper-hub-desc-right .site-display-image-link {
    flex-wrap: wrap;
  }
}
.site-hub .custom-hub-grid-wrapper .custom-hub-grid ul.site-display-list li.site-display-wrapper-listitem .site-display-list-block.site-display-wrapper-hub-desc-right .site-display-image-link img, .site-hub .custom-hub-grid-wrapper .custom-hub-grid ul.site-display-list li.site-display-wrapper-listitem .site-display-list-block.site-display-wrapper-hub-desc-right .site-display-image-link .site-hub-card-desc-right-block {
  flex: 0 0 50%;
  max-width: 50%;
}
@media (max-width: 529px) {
  .site-hub .custom-hub-grid-wrapper .custom-hub-grid ul.site-display-list li.site-display-wrapper-listitem .site-display-list-block.site-display-wrapper-hub-desc-right .site-display-image-link img, .site-hub .custom-hub-grid-wrapper .custom-hub-grid ul.site-display-list li.site-display-wrapper-listitem .site-display-list-block.site-display-wrapper-hub-desc-right .site-display-image-link .site-hub-card-desc-right-block {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.site-hub .custom-hub-grid-wrapper .custom-hub-grid ul.site-display-list li.site-display-wrapper-listitem .site-display-list-block.site-display-wrapper-hub-desc-right .site-display-image-link .site-hub-card-desc-right-block {
  border-radius: 0 20px 20px 0;
}
@media (max-width: 529px) {
  .site-hub .custom-hub-grid-wrapper .custom-hub-grid ul.site-display-list li.site-display-wrapper-listitem .site-display-list-block.site-display-wrapper-hub-desc-right .site-display-image-link .site-hub-card-desc-right-block {
    border-radius: 0 0 20px 20px;
  }
}
.site-hub .custom-hub-grid-wrapper .custom-hub-grid ul.site-display-list li.site-display-wrapper-listitem .site-display-list-block.site-display-wrapper-hub-desc-right .site-display-image-link img {
  border-radius: 20px 0 0 20px;
  aspect-ratio: 9/11.6 !important;
}
@media (max-width: 529px) {
  .site-hub .custom-hub-grid-wrapper .custom-hub-grid ul.site-display-list li.site-display-wrapper-listitem .site-display-list-block.site-display-wrapper-hub-desc-right .site-display-image-link img {
    border-radius: 20px 20px 0 0;
  }
}
.site-hub .custom-hub-grid-wrapper .custom-hub-grid ul.site-display-list li.site-display-wrapper-listitem .site-display-list-block.site-display-wrapper-hub-desc-right .site-display-image-link .site-hub-card-desc-right-block {
  font-size: 13px !important;
  line-height: 20px !important;
  padding: 25px;
}
@media (max-width: 999px) {
  .site-hub .custom-hub-grid-wrapper .custom-hub-grid ul.site-display-list li.site-display-wrapper-listitem .site-display-list-block.site-display-wrapper-hub-desc-right .site-display-image-link .site-hub-card-desc-right-block {
    padding: 20px;
  }
}
.site-hub .custom-hub-grid-wrapper .custom-hub-grid ul.site-display-list li.site-display-wrapper-listitem .site-display-list-block.site-display-wrapper-hub-desc-right .site-display-image-link .site-hub-card-desc-right-block blockquote {
  margin: 0 !important;
  padding: 65px 0 0;
  border: none;
  margin: 0 !important;
  color: #ffffff;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 12;
  overflow: hidden;
  text-transform: none;
  background: none !important;
  font-size: 13px !important;
  line-height: 20px !important;
}
@media (max-width: 999px) {
  .site-hub .custom-hub-grid-wrapper .custom-hub-grid ul.site-display-list li.site-display-wrapper-listitem .site-display-list-block.site-display-wrapper-hub-desc-right .site-display-image-link .site-hub-card-desc-right-block blockquote {
    padding: 50px 0 0;
    -webkit-line-clamp: 10;
  }
}
.site-hub .custom-hub-grid-wrapper .custom-hub-grid ul.site-display-list li.site-display-wrapper-listitem .site-display-list-block.site-display-wrapper-hub-desc-right .site-display-image-link .site-hub-card-desc-right-block blockquote:before {
  display: none !important;
}
.site-hub .custom-hub-grid-wrapper .custom-hub-grid ul.site-display-list li.site-display-wrapper-listitem .site-display-list-block.site-display-wrapper-hub-desc-right .site-display-image-link .site-hub-card-desc-right-block blockquote:after {
  font-size: 30px;
  color: #ffffff;
  top: 10px;
  left: 0;
}
.site-hub .custom-hub-grid-wrapper .custom-hub-grid .site-display-image {
  position: relative;
}
.site-hub .custom-hub-grid-wrapper .custom-hub-grid .site-display-image .site-display-image-link table.site-hub-card-title h1, .site-hub .custom-hub-grid-wrapper .custom-hub-grid .site-display-image .site-display-image-link table.site-hub-card-title h2, .site-hub .custom-hub-grid-wrapper .custom-hub-grid .site-display-image .site-display-image-link table.site-hub-card-title h3, .site-hub .custom-hub-grid-wrapper .custom-hub-grid .site-display-image .site-display-image-link table.site-hub-card-title h4, .site-hub .custom-hub-grid-wrapper .custom-hub-grid .site-display-image .site-display-image-link table.site-hub-card-title h5, .site-hub .custom-hub-grid-wrapper .custom-hub-grid .site-display-image .site-display-image-link table.site-hub-card-title h5, .site-hub .custom-hub-grid-wrapper .custom-hub-grid .site-display-image .site-display-image-link table.site-hub-card-title p, .site-hub .custom-hub-grid-wrapper .custom-hub-grid .site-display-image .site-display-image-link table.site-hub-card-title ul, .site-hub .custom-hub-grid-wrapper .custom-hub-grid .site-display-image .site-display-image-link table.site-hub-card-title ol, .site-hub .custom-hub-grid-wrapper .custom-hub-grid .site-display-image .site-display-image-link table.site-hub-card-title li, .site-hub .custom-hub-grid-wrapper .custom-hub-grid .site-display-image .site-display-image-link table.site-hub-card-title a, .site-hub .custom-hub-grid-wrapper .custom-hub-grid .site-display-image .site-display-image-link table.site-hub-card-desc-left h1, .site-hub .custom-hub-grid-wrapper .custom-hub-grid .site-display-image .site-display-image-link table.site-hub-card-desc-left h2, .site-hub .custom-hub-grid-wrapper .custom-hub-grid .site-display-image .site-display-image-link table.site-hub-card-desc-left h3, .site-hub .custom-hub-grid-wrapper .custom-hub-grid .site-display-image .site-display-image-link table.site-hub-card-desc-left h4, .site-hub .custom-hub-grid-wrapper .custom-hub-grid .site-display-image .site-display-image-link table.site-hub-card-desc-left h5, .site-hub .custom-hub-grid-wrapper .custom-hub-grid .site-display-image .site-display-image-link table.site-hub-card-desc-left h5, .site-hub .custom-hub-grid-wrapper .custom-hub-grid .site-display-image .site-display-image-link table.site-hub-card-desc-left p, .site-hub .custom-hub-grid-wrapper .custom-hub-grid .site-display-image .site-display-image-link table.site-hub-card-desc-left ul, .site-hub .custom-hub-grid-wrapper .custom-hub-grid .site-display-image .site-display-image-link table.site-hub-card-desc-left ol, .site-hub .custom-hub-grid-wrapper .custom-hub-grid .site-display-image .site-display-image-link table.site-hub-card-desc-left li, .site-hub .custom-hub-grid-wrapper .custom-hub-grid .site-display-image .site-display-image-link table.site-hub-card-desc-left a {
  color: #ffffff;
}
.site-hub .custom-hub-grid-wrapper .custom-hub-grid .site-display-image .site-display-image-link table.site-hub-card-title {
  position: absolute;
  width: 100% !important;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 10;
  height: 100%;
  color: #ffffff;
  line-height: normal;
}
.site-hub .custom-hub-grid-wrapper .custom-hub-grid .site-display-image .site-display-image-link table.site-hub-card-title:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 20px;
}
.site-hub .custom-hub-grid-wrapper .custom-hub-grid .site-display-image .site-display-image-link table.site-hub-card-title thead, .site-hub .custom-hub-grid-wrapper .custom-hub-grid .site-display-image .site-display-image-link table.site-hub-card-title tbody {
  position: relative;
  z-index: 1;
}
.site-hub .custom-hub-grid-wrapper .custom-hub-grid .site-display-data-block.site-hub-card-date-wrapper {
  display: flex;
  justify-content: space-between;
  min-height: 50px;
}
.site-hub .custom-hub-grid-wrapper .custom-hub-grid .site-display-data-block.site-hub-card-date-wrapper .site-display-title, .site-hub .custom-hub-grid-wrapper .custom-hub-grid .site-display-data-block.site-hub-card-date-wrapper .site-display-desc {
  display: inline-block;
}
.site-hub .custom-hub-grid-wrapper .custom-hub-grid .site-display-data-block.site-hub-card-date-wrapper .site-display-title {
  width: calc(100% - 105px);
}
.site-hub .custom-hub-grid-wrapper .custom-hub-grid .site-display-data-block.site-hub-card-date-wrapper .site-display-desc {
  position: relative;
  width: 70px;
}
.site-hub .custom-hub-grid-wrapper .custom-hub-grid .site-display-data-block.site-hub-card-date-wrapper .site-display-desc .site-hub-card-date {
  position: absolute;
  top: -45px;
  right: 0;
  width: 70px !important;
}
.site-hub .custom-hub-grid-wrapper .custom-hub-grid .site-display-data-block.site-hub-card-date-wrapper .site-display-desc .site-hub-card-date.site-hub-card-big-date {
  width: 100px !important;
}
@media (max-width: 1499px) {
  .site-hub .custom-hub-grid-wrapper .custom-hub-grid .site-display-data-block.site-hub-card-date-wrapper .site-display-desc .site-hub-card-date.site-hub-card-big-date {
    width: 90px !important;
  }
}
@media (max-width: 1099px) {
  .site-hub .custom-hub-grid-wrapper .custom-hub-grid .site-display-data-block.site-hub-card-date-wrapper .site-display-desc .site-hub-card-date.site-hub-card-big-date {
    width: 80px !important;
  }
}
.site-hub .custom-hub-grid-wrapper .custom-hub-grid .site-display-data-block.site-hub-card-date-wrapper .site-display-desc .site-hub-card-date td {
  text-align: center;
  border-radius: 20px;
}
@media (max-width: 1099px) {
  .site-hub .custom-hub-grid-wrapper .custom-hub-grid .site-display-data-block.site-hub-card-date-wrapper .site-display-desc .site-hub-card-date td {
    min-width: 80px !important;
  }
}
.site-hub .custom-hub-grid-wrapper .custom-hub-grid .site-display-data-block.site-hub-card-date-wrapper .site-display-desc .site-hub-card-date td > strong:first-child {
  display: block;
  border: 1px solid black;
  border-radius: 5px 5px 0 0;
  font-weight: bold;
  font-size: 35px;
  padding: 10px 0;
}
@media (max-width: 1099px) {
  .site-hub .custom-hub-grid-wrapper .custom-hub-grid .site-display-data-block.site-hub-card-date-wrapper .site-display-desc .site-hub-card-date td > strong:first-child {
    font-size: 30px;
    padding: 5px 0;
  }
}
.site-hub .custom-hub-grid-wrapper .custom-hub-grid .site-display-data-block.site-hub-card-date-wrapper .site-display-desc .site-hub-card-date td em {
  display: block;
  background: #000000;
  border-radius: 0 0 5px 5px;
  font-weight: bold;
  font-size: 20px;
  color: #ffffff;
  padding: 10px 0;
  font-style: normal;
}
@media (max-width: 1099px) {
  .site-hub .custom-hub-grid-wrapper .custom-hub-grid .site-display-data-block.site-hub-card-date-wrapper .site-display-desc .site-hub-card-date td em {
    font-size: 16px;
    padding: 5px 0;
  }
}
.site-hub .custom-hub-grid-wrapper .custom-hub-grid .site-display-data-block.site-hub-card-date-wrapper .site-display-desc .site-hub-card-date.site-hub-card-big-date td > strong:first-child {
  font-size: 25px;
  padding: 10px 10px;
}
@media (max-width: 1099px) {
  .site-hub .custom-hub-grid-wrapper .custom-hub-grid .site-display-data-block.site-hub-card-date-wrapper .site-display-desc .site-hub-card-date.site-hub-card-big-date td > strong:first-child {
    font-size: 20px;
    padding: 5px 10px;
  }
}
.site-hub .custom-hub-grid-wrapper .site-display-filter-data > div:first-child {
  display: flex;
  justify-content: space-between;
  margin: 0 0 5px;
}
.site-hub .custom-hub-grid-wrapper .site-display-filter-data .site-hub-display-search-wrapper {
  width: calc(100% - 340px);
  position: relative;
  background: #F8F4F1;
  border-radius: 20px;
  padding: 0 30px;
  height: 75px;
  /*
  @include maxbp($r_1000) {
      width: 100%;
      padding: 0;
  }

  @include maxbp($mobile) {
      height: auto;
      background: none;
  }
   */
}
@media (max-width: 999px) {
  .site-hub .custom-hub-grid-wrapper .site-display-filter-data .site-hub-display-search-wrapper {
    width: calc(100% - 175px);
    padding: 0;
    border-radius: 10px;
  }
}
@media (max-width: 599px) {
  .site-hub .custom-hub-grid-wrapper .site-display-filter-data .site-hub-display-search-wrapper {
    width: calc(100% - 100px);
  }
}
.site-hub .custom-hub-grid-wrapper .site-display-filter-data .site-hub-display-search-wrapper i.site-icon-search {
  display: none;
}
@media (max-width: 599px) {
  .site-hub .custom-hub-grid-wrapper .site-display-filter-data .site-hub-display-search-wrapper i.site-icon-search {
    display: block;
    position: absolute;
    right: 15px;
    bottom: 21px;
    font-size: 28px;
    cursor: pointer;
  }
}
.site-hub .custom-hub-grid-wrapper .site-display-filter-data .site-hub-display-search-wrapper input.site-hub-display-search {
  background: #ffffff;
  border-radius: 0;
  outline: none;
  border: 1px solid #dfdfdf;
  font-size: 18px;
  height: 46px;
  width: 100%;
  padding: 10px;
  font-family: "brother-1816", sans-serif;
  height: 75px;
  border-radius: 20px;
  background: #F8F4F1;
  padding: 0 30px;
  border: none;
  display: inline-block;
  width: calc(100% - 210px);
}
@media (max-width: 999px) {
  .site-hub .custom-hub-grid-wrapper .site-display-filter-data .site-hub-display-search-wrapper input.site-hub-display-search {
    width: 100%;
    padding: 0 50px 0 20px;
  }
}
.site-hub .custom-hub-grid-wrapper .site-display-filter-data .site-display-filter-title {
  background: #FFF500;
  color: #000000;
  height: 75px;
  border-radius: 20px;
  width: 300px;
  text-align: center;
  font-size: 20px;
  line-height: 75px;
  font-family: "brother-1816", sans-serif;
  font-weight: 700;
  font-size: 0;
  transition: all ease 0.8s;
  cursor: pointer;
  /*
  @include maxbp($r_1000) {
      float: right;
      margin: 15px 0 0;
  }

  @include maxbp($mobile) {
      width: 100%;
      padding: 15px 20px;
      height: auto;
      line-height: normal;
      border-radius: 10px;
  }
  */
}
.site-hub .custom-hub-grid-wrapper .site-display-filter-data .site-display-filter-title:hover {
  background: #414141;
  color: #FFF500;
}
@media (max-width: 999px) {
  .site-hub .custom-hub-grid-wrapper .site-display-filter-data .site-display-filter-title {
    width: 150px;
    padding: 0 0 0 7px;
    border-radius: 10px;
  }
}
@media (max-width: 599px) {
  .site-hub .custom-hub-grid-wrapper .site-display-filter-data .site-display-filter-title {
    width: 90px;
  }
}
.site-hub .custom-hub-grid-wrapper .site-display-filter-data .site-display-filter-title::before {
  content: "Filter content";
  font-size: 18px;
  display: inline-block;
  vertical-align: middle;
  text-transform: none;
  font-weight: normal;
}
@media (max-width: 999px) {
  .site-hub .custom-hub-grid-wrapper .site-display-filter-data .site-display-filter-title::before {
    content: "Filter";
    letter-spacing: 0px;
    font-size: 15px;
  }
}
.site-hub .custom-hub-grid-wrapper .site-display-filter-data .site-display-filter-title:after {
  font-family: "site-icon" !important;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e90d" !important;
  transition: all ease 0.5s;
  font-size: 25px;
  display: inline-block;
  vertical-align: middle;
}
@media (max-width: 699px) {
  .site-hub .custom-hub-grid-wrapper .site-display-filter-data .site-display-filter-title:after {
    font-size: 15px;
  }
}
.site-hub .custom-hub-grid-wrapper .site-display-filter-data .site-display-filter-title.site-display-filter-title-active:after {
  transform: rotate(90deg);
  display: inline-block;
}
.site-hub .custom-hub-grid-wrapper .site-display-filter-data .site-display-filter-desc {
  display: none;
  text-align: right;
  margin: 0 0 20px;
}
@media (max-width: 999px) {
  .site-hub .custom-hub-grid-wrapper .site-display-filter-data .site-display-filter-desc {
    clear: both;
  }
}
@media (max-width: 599px) {
  .site-hub .custom-hub-grid-wrapper .site-display-filter-data .site-display-filter-desc {
    text-align: center;
  }
}
.site-hub .custom-hub-grid-wrapper .site-display-filter-data .site-display-filter-desc .site-display-filter-wrapper {
  display: inline-block;
  margin: 15px 0 0 10px;
}
@media (max-width: 599px) {
  .site-hub .custom-hub-grid-wrapper .site-display-filter-data .site-display-filter-desc .site-display-filter-wrapper {
    margin: 10px 0 0 5px;
  }
}
.site-hub .custom-hub-grid-wrapper .site-display-filter-data .site-display-filter-desc .site-display-filter-wrapper.site-display-filter-wrapper-active .site-display-filter-data-block label:after {
  display: block;
}
.site-hub .custom-hub-grid-wrapper .site-display-filter-data .site-display-filter-desc .site-display-filter-wrapper .site-display-filter-data-block {
  position: relative;
  display: block;
}
.site-hub .custom-hub-grid-wrapper .site-display-filter-data .site-display-filter-desc .site-display-filter-wrapper .site-display-filter-data-block:after {
  position: absolute;
  background: #FFF500;
  width: 0%;
  height: 100%;
  content: "";
  display: block;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  border-radius: 10px;
  transition: all ease 0.5s;
}
.site-hub .custom-hub-grid-wrapper .site-display-filter-data .site-display-filter-desc .site-display-filter-wrapper .site-display-filter-data-block:hover:after {
  width: 100%;
}
.site-hub .custom-hub-grid-wrapper .site-display-filter-data .site-display-filter-desc .site-display-filter-wrapper .site-display-filter-data-block label {
  position: relative;
}
.site-hub .custom-hub-grid-wrapper .site-display-filter-data .site-display-filter-desc .site-display-filter-wrapper .site-display-filter-data-block label:after {
  font-family: "site-icon" !important;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e90f" !important;
  margin: 0 0 0 10px;
  display: none;
  position: absolute;
  right: 10px;
  top: 10px;
  bottom: 0;
  font-size: 10px;
}
@media (max-width: 599px) {
  .site-hub .custom-hub-grid-wrapper .site-display-filter-data .site-display-filter-desc .site-display-filter-wrapper .site-display-filter-data-block label:after {
    font-size: 7px;
    top: 6px;
    right: 6px;
  }
}
.site-hub .custom-hub-grid-wrapper .site-display-filter-data .site-display-filter-desc .site-display-filter-wrapper .site-display-checkbox:checked + label {
  background: #414141;
  color: #ffffff;
}
.site-hub .custom-hub-grid-wrapper .site-display-filter-data .site-display-filter-desc .site-display-filter-wrapper label {
  border-radius: 10px;
  font-family: "brother-1816", sans-serif;
  color: #000000;
  border: 1px solid #000000;
  position: relative;
  z-index: 1;
  padding: 10px 30px;
}
@media (max-width: 599px) {
  .site-hub .custom-hub-grid-wrapper .site-display-filter-data .site-display-filter-desc .site-display-filter-wrapper label {
    font-size: 10px;
    padding: 6px 20px;
  }
}
.site-hub .custom-hub-grid-wrapper .site-display-filter-data .site-display-filter-desc .site-display-filter-wrapper label:hover {
  background: transparent;
}

.the-amp h1,
.the-amp h2,
.the-amp h3,
.the-amp h4,
.the-amp h5,
.the-amp h6 {
  font-family: "gelato-luxe";
  font-weight: normal;
  color: #000000;
}
.the-amp h1 tt,
.the-amp h2 tt,
.the-amp h3 tt,
.the-amp h4 tt,
.the-amp h5 tt,
.the-amp h6 tt {
  font-family: "brother-1816", sans-serif;
  font-weight: 600;
  display: block;
}
.the-amp .site-button-primary, .the-amp .site-form-payment-wrapper .site-payment-buttons button, .site-form-payment-wrapper .site-payment-buttons .the-amp button,
.the-amp .site-form-data .site-form-buttons .site-form-button,
.the-amp .site-form-data .site-form-field .file-upload-wrapper .file-upload-button {
  position: relative;
  display: inline-block;
  overflow: hidden;
  font-size: 18px;
  border: 1px solid #FFF500;
  color: #000000;
  text-decoration: none;
  border-radius: 50px;
  padding: 3px 50px 5px;
  background: #FFF500;
  transition: all ease 0.5s;
  line-height: 40px;
  text-decoration: none !important;
}
.the-amp .site-button-primary span, .the-amp .site-form-payment-wrapper .site-payment-buttons button span, .site-form-payment-wrapper .site-payment-buttons .the-amp button span,
.the-amp .site-form-data .site-form-buttons .site-form-button span,
.the-amp .site-form-data .site-form-field .file-upload-wrapper .file-upload-button span {
  position: relative;
  z-index: 10;
}
.the-amp .site-button-primary:before, .the-amp .site-form-payment-wrapper .site-payment-buttons button:before, .site-form-payment-wrapper .site-payment-buttons .the-amp button:before, .the-amp .site-button-primary:after, .the-amp .site-form-payment-wrapper .site-payment-buttons button:after, .site-form-payment-wrapper .site-payment-buttons .the-amp button:after,
.the-amp .site-form-data .site-form-buttons .site-form-button:before,
.the-amp .site-form-data .site-form-buttons .site-form-button:after,
.the-amp .site-form-data .site-form-field .file-upload-wrapper .file-upload-button:before,
.the-amp .site-form-data .site-form-field .file-upload-wrapper .file-upload-button:after {
  position: absolute;
  top: 50%;
  content: "";
  width: 20px;
  height: 18px;
  background-color: #ffffff;
  border-radius: 50%;
}
.the-amp .site-button-primary:before, .the-amp .site-form-payment-wrapper .site-payment-buttons button:before, .site-form-payment-wrapper .site-payment-buttons .the-amp button:before,
.the-amp .site-form-data .site-form-buttons .site-form-button:before,
.the-amp .site-form-data .site-form-field .file-upload-wrapper .file-upload-button:before {
  left: -20px;
  transform: translate(-50%, -50%);
}
.the-amp .site-button-primary:after, .the-amp .site-form-payment-wrapper .site-payment-buttons button:after, .site-form-payment-wrapper .site-payment-buttons .the-amp button:after,
.the-amp .site-form-data .site-form-buttons .site-form-button:after,
.the-amp .site-form-data .site-form-field .file-upload-wrapper .file-upload-button:after {
  right: -20px;
  transform: translate(50%, -50%);
}
.the-amp .site-button-primary:hover, .the-amp .site-form-payment-wrapper .site-payment-buttons button:hover, .site-form-payment-wrapper .site-payment-buttons .the-amp button:hover,
.the-amp .site-form-data .site-form-buttons .site-form-button:hover,
.the-amp .site-form-data .site-form-field .file-upload-wrapper .file-upload-button:hover {
  color: #FFF500 !important;
  border: 1px solid #FFF500;
  transition: all ease 1.2s;
}
.the-amp .site-button-primary:hover span, .the-amp .site-form-payment-wrapper .site-payment-buttons button:hover span, .site-form-payment-wrapper .site-payment-buttons .the-amp button:hover span,
.the-amp .site-form-data .site-form-buttons .site-form-button:hover span,
.the-amp .site-form-data .site-form-field .file-upload-wrapper .file-upload-button:hover span {
  color: #FFF500 !important;
}
.the-amp .site-button-primary:hover:before, .the-amp .site-form-payment-wrapper .site-payment-buttons button:hover:before, .site-form-payment-wrapper .site-payment-buttons .the-amp button:hover:before,
.the-amp .site-form-data .site-form-buttons .site-form-button:hover:before,
.the-amp .site-form-data .site-form-field .file-upload-wrapper .file-upload-button:hover:before {
  animation: criss-cross-left 0.8s both;
  animation-direction: alternate;
}
.the-amp .site-button-primary:hover:after, .the-amp .site-form-payment-wrapper .site-payment-buttons button:hover:after, .site-form-payment-wrapper .site-payment-buttons .the-amp button:hover:after,
.the-amp .site-form-data .site-form-buttons .site-form-button:hover:after,
.the-amp .site-form-data .site-form-field .file-upload-wrapper .file-upload-button:hover:after {
  animation: criss-cross-right 0.8s both;
  animation-direction: alternate;
}
@keyframes criss-cross-left {
  0% {
    left: -20px;
  }
  50% {
    left: 50%;
    width: 20px;
    height: 18px;
  }
  100% {
    left: 50%;
    width: 100%;
    height: 100%;
  }
}
@keyframes criss-cross-right {
  0% {
    right: -20px;
  }
  50% {
    right: 50%;
    width: 20px;
    height: 18px;
    border-radius: 50px;
  }
  100% {
    right: 50%;
    width: 100%;
    height: 100%;
    border-radius: 50px;
  }
}
.the-amp .site-bookmark-button {
  position: relative;
  position: relative;
  display: inline-block;
  overflow: hidden;
  font-size: 18px;
  border: 1px solid #FFF500;
  color: #000000;
  text-decoration: none;
  border-radius: 50px;
  padding: 3px 50px 5px;
  background: #FFF500;
  transition: all ease 0.5s;
  line-height: 40px;
  text-decoration: none !important;
  margin: 20px 0 0;
}
.the-amp .site-bookmark-button span {
  position: relative;
  z-index: 10;
}
.the-amp .site-bookmark-button:before, .the-amp .site-bookmark-button:after {
  position: absolute;
  top: 50%;
  content: "";
  width: 20px;
  height: 18px;
  background-color: #ffffff;
  border-radius: 50%;
}
.the-amp .site-bookmark-button:before {
  left: -20px;
  transform: translate(-50%, -50%);
}
.the-amp .site-bookmark-button:after {
  right: -20px;
  transform: translate(50%, -50%);
}
.the-amp .site-bookmark-button:hover {
  color: #FFF500 !important;
  border: 1px solid #FFF500;
  transition: all ease 1.2s;
}
.the-amp .site-bookmark-button:hover span {
  color: #FFF500 !important;
}
.the-amp .site-bookmark-button:hover:before {
  animation: criss-cross-left 0.8s both;
  animation-direction: alternate;
}
.the-amp .site-bookmark-button:hover:after {
  animation: criss-cross-right 0.8s both;
  animation-direction: alternate;
}
@keyframes criss-cross-left {
  0% {
    left: -20px;
  }
  50% {
    left: 50%;
    width: 20px;
    height: 18px;
  }
  100% {
    left: 50%;
    width: 100%;
    height: 100%;
  }
}
@keyframes criss-cross-right {
  0% {
    right: -20px;
  }
  50% {
    right: 50%;
    width: 20px;
    height: 18px;
    border-radius: 50px;
  }
  100% {
    right: 50%;
    width: 100%;
    height: 100%;
    border-radius: 50px;
  }
}
.the-amp .site-bookmark-button .site-bookmark-button-icon {
  position: relative;
  top: 3px;
  padding: 0 0 0 3px;
}
.the-amp .site-bookmark-button .site-bookmark-button-icon:before {
  font-family: "site-icon" !important;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e917" !important;
  font-size: 20px;
}
.the-amp .site-bookmark-button.site-bookmark-display-button-remove .site-bookmark-button-icon:before {
  content: "\e918" !important;
}
.the-amp .site-button-secondary, .the-amp .site-search-wrapper .site-search-block.site-search-option2 .site-search-button, .site-search-wrapper .site-search-block.site-search-option2 .the-amp .site-search-button, .the-amp .site-primary-button {
  position: relative;
  display: inline-block;
  overflow: hidden;
  font-size: 18px;
  border: 1px solid #414141;
  color: #ffffff;
  text-decoration: none;
  border-radius: 50px;
  padding: 3px 50px 5px;
  background: #414141;
  transition: all ease 0.5s;
  line-height: 40px;
  text-decoration: none !important;
}
.the-amp .site-button-secondary span, .the-amp .site-search-wrapper .site-search-block.site-search-option2 .site-search-button span, .site-search-wrapper .site-search-block.site-search-option2 .the-amp .site-search-button span, .the-amp .site-primary-button span {
  position: relative;
  z-index: 10;
}
.the-amp .site-button-secondary:before, .the-amp .site-search-wrapper .site-search-block.site-search-option2 .site-search-button:before, .site-search-wrapper .site-search-block.site-search-option2 .the-amp .site-search-button:before, .the-amp .site-button-secondary:after, .the-amp .site-search-wrapper .site-search-block.site-search-option2 .site-search-button:after, .site-search-wrapper .site-search-block.site-search-option2 .the-amp .site-search-button:after, .the-amp .site-primary-button:before, .the-amp .site-primary-button:after {
  position: absolute;
  top: 50%;
  content: "";
  width: 20px;
  height: 18px;
  background-color: #ffffff;
  border-radius: 50%;
}
.the-amp .site-button-secondary:before, .the-amp .site-search-wrapper .site-search-block.site-search-option2 .site-search-button:before, .site-search-wrapper .site-search-block.site-search-option2 .the-amp .site-search-button:before, .the-amp .site-primary-button:before {
  left: -20px;
  transform: translate(-50%, -50%);
}
.the-amp .site-button-secondary:after, .the-amp .site-search-wrapper .site-search-block.site-search-option2 .site-search-button:after, .site-search-wrapper .site-search-block.site-search-option2 .the-amp .site-search-button:after, .the-amp .site-primary-button:after {
  right: -20px;
  transform: translate(50%, -50%);
}
.the-amp .site-button-secondary:hover, .the-amp .site-search-wrapper .site-search-block.site-search-option2 .site-search-button:hover, .site-search-wrapper .site-search-block.site-search-option2 .the-amp .site-search-button:hover, .the-amp .site-primary-button:hover {
  color: #414141 !important;
  border: 1px solid #414141;
  transition: all ease 1.2s;
}
.the-amp .site-button-secondary:hover span, .the-amp .site-search-wrapper .site-search-block.site-search-option2 .site-search-button:hover span, .site-search-wrapper .site-search-block.site-search-option2 .the-amp .site-search-button:hover span, .the-amp .site-primary-button:hover span {
  color: #414141 !important;
}
.the-amp .site-button-secondary:hover:before, .the-amp .site-search-wrapper .site-search-block.site-search-option2 .site-search-button:hover:before, .site-search-wrapper .site-search-block.site-search-option2 .the-amp .site-search-button:hover:before, .the-amp .site-primary-button:hover:before {
  animation: criss-cross-left 0.8s both;
  animation-direction: alternate;
}
.the-amp .site-button-secondary:hover:after, .the-amp .site-search-wrapper .site-search-block.site-search-option2 .site-search-button:hover:after, .site-search-wrapper .site-search-block.site-search-option2 .the-amp .site-search-button:hover:after, .the-amp .site-primary-button:hover:after {
  animation: criss-cross-right 0.8s both;
  animation-direction: alternate;
}
@keyframes criss-cross-left {
  0% {
    left: -20px;
  }
  50% {
    left: 50%;
    width: 20px;
    height: 18px;
  }
  100% {
    left: 50%;
    width: 100%;
    height: 100%;
  }
}
@keyframes criss-cross-right {
  0% {
    right: -20px;
  }
  50% {
    right: 50%;
    width: 20px;
    height: 18px;
    border-radius: 50px;
  }
  100% {
    right: 50%;
    width: 100%;
    height: 100%;
    border-radius: 50px;
  }
}
.the-amp .site-button-full-primary {
  position: relative;
  display: inline-block;
  overflow: hidden;
  font-size: 18px;
  border: 1px solid #FFF500;
  color: #000000;
  text-decoration: none;
  border-radius: 50px;
  padding: 3px 50px 5px;
  background: #FFF500;
  transition: all ease 0.5s;
  line-height: 40px;
  text-decoration: none !important;
  display: block;
  width: 100%;
  text-align: center;
}
.the-amp .site-button-full-primary span {
  position: relative;
  z-index: 10;
}
.the-amp .site-button-full-primary:before, .the-amp .site-button-full-primary:after {
  position: absolute;
  top: 50%;
  content: "";
  width: 20px;
  height: 18px;
  background-color: #ffffff;
  border-radius: 50%;
}
.the-amp .site-button-full-primary:before {
  left: -20px;
  transform: translate(-50%, -50%);
}
.the-amp .site-button-full-primary:after {
  right: -20px;
  transform: translate(50%, -50%);
}
.the-amp .site-button-full-primary:hover {
  color: #FFF500 !important;
  border: 1px solid #FFF500;
  transition: all ease 1.2s;
}
.the-amp .site-button-full-primary:hover span {
  color: #FFF500 !important;
}
.the-amp .site-button-full-primary:hover:before {
  animation: criss-cross-left 0.8s both;
  animation-direction: alternate;
}
.the-amp .site-button-full-primary:hover:after {
  animation: criss-cross-right 0.8s both;
  animation-direction: alternate;
}
@keyframes criss-cross-left {
  0% {
    left: -20px;
  }
  50% {
    left: 50%;
    width: 20px;
    height: 18px;
  }
  100% {
    left: 50%;
    width: 100%;
    height: 100%;
  }
}
@keyframes criss-cross-right {
  0% {
    right: -20px;
  }
  50% {
    right: 50%;
    width: 20px;
    height: 18px;
    border-radius: 50px;
  }
  100% {
    right: 50%;
    width: 100%;
    height: 100%;
    border-radius: 50px;
  }
}
.the-amp .site-button-full-secondary {
  position: relative;
  display: inline-block;
  overflow: hidden;
  font-size: 18px;
  border: 1px solid #414141;
  color: #ffffff;
  text-decoration: none;
  border-radius: 50px;
  padding: 3px 50px 5px;
  background: #414141;
  transition: all ease 0.5s;
  line-height: 40px;
  text-decoration: none !important;
  display: block;
  width: 100%;
  text-align: center;
}
.the-amp .site-button-full-secondary span {
  position: relative;
  z-index: 10;
}
.the-amp .site-button-full-secondary:before, .the-amp .site-button-full-secondary:after {
  position: absolute;
  top: 50%;
  content: "";
  width: 20px;
  height: 18px;
  background-color: #ffffff;
  border-radius: 50%;
}
.the-amp .site-button-full-secondary:before {
  left: -20px;
  transform: translate(-50%, -50%);
}
.the-amp .site-button-full-secondary:after {
  right: -20px;
  transform: translate(50%, -50%);
}
.the-amp .site-button-full-secondary:hover {
  color: #414141 !important;
  border: 1px solid #414141;
  transition: all ease 1.2s;
}
.the-amp .site-button-full-secondary:hover span {
  color: #414141 !important;
}
.the-amp .site-button-full-secondary:hover:before {
  animation: criss-cross-left 0.8s both;
  animation-direction: alternate;
}
.the-amp .site-button-full-secondary:hover:after {
  animation: criss-cross-right 0.8s both;
  animation-direction: alternate;
}
@keyframes criss-cross-left {
  0% {
    left: -20px;
  }
  50% {
    left: 50%;
    width: 20px;
    height: 18px;
  }
  100% {
    left: 50%;
    width: 100%;
    height: 100%;
  }
}
@keyframes criss-cross-right {
  0% {
    right: -20px;
  }
  50% {
    right: 50%;
    width: 20px;
    height: 18px;
    border-radius: 50px;
  }
  100% {
    right: 50%;
    width: 100%;
    height: 100%;
    border-radius: 50px;
  }
}
.the-amp .site-button-big-primary {
  position: relative;
  display: inline-block;
  overflow: hidden;
  font-size: 18px;
  border: 1px solid #FFF500;
  color: #000000;
  text-decoration: none;
  border-radius: 50px;
  padding: 3px 50px 5px;
  background: #FFF500;
  transition: all ease 0.5s;
  line-height: 40px;
  text-decoration: none !important;
  padding: 22px 50px 25px;
  font-size: 25px;
}
.the-amp .site-button-big-primary span {
  position: relative;
  z-index: 10;
}
.the-amp .site-button-big-primary:before, .the-amp .site-button-big-primary:after {
  position: absolute;
  top: 50%;
  content: "";
  width: 20px;
  height: 18px;
  background-color: #ffffff;
  border-radius: 50%;
}
.the-amp .site-button-big-primary:before {
  left: -20px;
  transform: translate(-50%, -50%);
}
.the-amp .site-button-big-primary:after {
  right: -20px;
  transform: translate(50%, -50%);
}
.the-amp .site-button-big-primary:hover {
  color: #FFF500 !important;
  border: 1px solid #FFF500;
  transition: all ease 1.2s;
}
.the-amp .site-button-big-primary:hover span {
  color: #FFF500 !important;
}
.the-amp .site-button-big-primary:hover:before {
  animation: criss-cross-left 0.8s both;
  animation-direction: alternate;
}
.the-amp .site-button-big-primary:hover:after {
  animation: criss-cross-right 0.8s both;
  animation-direction: alternate;
}
@keyframes criss-cross-left {
  0% {
    left: -20px;
  }
  50% {
    left: 50%;
    width: 20px;
    height: 18px;
  }
  100% {
    left: 50%;
    width: 100%;
    height: 100%;
  }
}
@keyframes criss-cross-right {
  0% {
    right: -20px;
  }
  50% {
    right: 50%;
    width: 20px;
    height: 18px;
    border-radius: 50px;
  }
  100% {
    right: 50%;
    width: 100%;
    height: 100%;
    border-radius: 50px;
  }
}
.the-amp .site-button-big-secondary {
  position: relative;
  display: inline-block;
  overflow: hidden;
  font-size: 18px;
  border: 1px solid #414141;
  color: #ffffff;
  text-decoration: none;
  border-radius: 50px;
  padding: 3px 50px 5px;
  background: #414141;
  transition: all ease 0.5s;
  line-height: 40px;
  text-decoration: none !important;
  padding: 22px 50px 25px;
  font-size: 25px;
}
.the-amp .site-button-big-secondary span {
  position: relative;
  z-index: 10;
}
.the-amp .site-button-big-secondary:before, .the-amp .site-button-big-secondary:after {
  position: absolute;
  top: 50%;
  content: "";
  width: 20px;
  height: 18px;
  background-color: #ffffff;
  border-radius: 50%;
}
.the-amp .site-button-big-secondary:before {
  left: -20px;
  transform: translate(-50%, -50%);
}
.the-amp .site-button-big-secondary:after {
  right: -20px;
  transform: translate(50%, -50%);
}
.the-amp .site-button-big-secondary:hover {
  color: #414141 !important;
  border: 1px solid #414141;
  transition: all ease 1.2s;
}
.the-amp .site-button-big-secondary:hover span {
  color: #414141 !important;
}
.the-amp .site-button-big-secondary:hover:before {
  animation: criss-cross-left 0.8s both;
  animation-direction: alternate;
}
.the-amp .site-button-big-secondary:hover:after {
  animation: criss-cross-right 0.8s both;
  animation-direction: alternate;
}
@keyframes criss-cross-left {
  0% {
    left: -20px;
  }
  50% {
    left: 50%;
    width: 20px;
    height: 18px;
  }
  100% {
    left: 50%;
    width: 100%;
    height: 100%;
  }
}
@keyframes criss-cross-right {
  0% {
    right: -20px;
  }
  50% {
    right: 50%;
    width: 20px;
    height: 18px;
    border-radius: 50px;
  }
  100% {
    right: 50%;
    width: 100%;
    height: 100%;
    border-radius: 50px;
  }
}
.the-amp .site-button-heart {
  position: relative;
  display: inline-block;
}
@media (max-width: 599px) {
  .the-amp .site-button-heart {
    margin: 0 0 10px;
  }
}
.the-amp .site-button-heart span {
  background: #FFF500;
  color: #000000;
  border-radius: 50px;
  padding: 3px 50px 5px;
  display: inline-block;
  line-height: 40px;
  position: relative;
  z-index: 2;
  border: 1px solid #FFF500;
}
.the-amp .site-button-heart .site-icon-heart {
  position: absolute;
  top: 0px;
  color: #FF2689;
  font-size: 25px;
  z-index: 0;
}
.the-amp .site-button-heart .site-icon-heart:nth-of-type(1) {
  left: calc(50% - 50px);
  scale: 1.1;
}
.the-amp .site-button-heart .site-icon-heart:nth-of-type(2) {
  left: calc(50% - 25px);
  animation-delay: 0.4s !important;
}
.the-amp .site-button-heart .site-icon-heart:nth-of-type(3) {
  left: 50%;
  animation-delay: 1s !important;
  scale: 1.2;
}
.the-amp .site-button-heart .site-icon-heart:nth-of-type(4) {
  left: calc(50% + 25px);
  animation-delay: 1.5s !important;
  scale: 1.2;
}
.the-amp .site-button-heart:hover span {
  background: #ffffff;
  border: 1px solid #000000;
}
.the-amp .site-button-heart:hover .site-icon-heart {
  animation: 1.5s linear heart normal;
}
@keyframes heart {
  0% {
    transform: rotate(10deg);
    opacity: 0;
  }
  25% {
    transform: rotate(-10deg);
    opacity: 1;
  }
  75% {
    transform: rotate(10deg);
    opacity: 0.5;
  }
  100% {
    transform: rotate(-10deg);
    opacity: 0;
    top: -130%;
  }
}
.the-amp .box {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--accent-color);
  color: #fff;
  border-radius: 50px;
  position: relative;
}
.the-amp .counter-container {
  padding: 30px;
}
.the-amp .cms-text-feature table tr {
  background: transparent;
}
.the-amp .cms-text-feature table tr th {
  background: #FFF500;
  color: #000000;
}
.the-amp .cms-text-feature table tr:nth-child(2n) {
  background: #f1f1f1;
}
@media (max-width: 599px) {
  .the-amp .cms-text-feature table tr:nth-child(2n) {
    background: none;
  }
}
@media (max-width: 599px) {
  .the-amp table.site-table-mobile > thead > tr > td p, .the-amp table.site-table-mobile > thead > tr > th p, .the-amp table.site-table-mobile > tbody > tr > td p, .the-amp table.site-table-mobile > tbody > tr > th p {
    margin: 0 0 20px !important;
  }
}
.the-amp table.site-table-no-scroll {
  display: table !important;
}
.the-amp table.site-table-mobile-stack {
  border-collapse: collapse;
  margin: 0 0 30px;
  padding: 0;
  width: 100%;
  table-layout: fixed;
  white-space: normal;
}
.the-amp table.site-table-mobile-stack tr {
  background-color: transparent;
  border: 1px solid #f1f1f1;
  padding: 5px;
}
.the-amp table.site-table-mobile-stack th,
.the-amp table.site-table-mobile-stack td {
  padding: 0.625em;
  text-align: center;
  word-wrap: break-word;
}
.the-amp table.site-table-mobile-stack th {
  text-transform: uppercase;
}
@media (max-width: 599px) {
  .the-amp table.site-table-mobile-stack {
    border-collapse: collapse;
    margin: 0;
    padding: 0;
    width: 100%;
    table-layout: fixed;
    display: table !important;
  }
  .the-amp table.site-table-mobile-stack caption {
    font-size: 1.3em;
  }
  .the-amp table.site-table-mobile-stack thead {
    border: none;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .the-amp table.site-table-mobile-stack tr {
    display: block;
    margin-bottom: 0.625em;
    background: none !important;
    border: 1px solid #414141;
  }
  .the-amp table.site-table-mobile-stack td {
    border: none;
    border-bottom: 1px solid #f1f1f1;
    display: block;
    text-align: right !important;
  }
  .the-amp table.site-table-mobile-stack td::before {
    /*
    * aria-label has no advantage, it won't be read inside a table
    content: attr(aria-label);
    */
    content: attr(data-label);
    float: left;
    font-weight: bold;
    text-transform: uppercase;
    color: #414141;
  }
  .the-amp table.site-table-mobile-stack td:last-child {
    border-bottom: 0;
  }
}
@media (max-width: 599px) {
  .the-amp table.site-table-row-border {
    width: 100% !important;
  }
}
.the-amp table.site-table-row-border tr {
  border-bottom: 1px solid #f1f1f1;
}
.the-amp table.site-table-row-border tr td h1, .the-amp table.site-table-row-border tr td h2, .the-amp table.site-table-row-border tr td h3, .the-amp table.site-table-row-border tr td h4, .the-amp table.site-table-row-border tr td h5, .the-amp table.site-table-row-border tr td h6, .the-amp table.site-table-row-border tr td p {
  margin: 0 !important;
}
@media (max-width: 599px) {
  .the-amp table.site-table-row-border.site-table-mobile > thead > tr > td h1, .the-amp table.site-table-row-border.site-table-mobile > thead > tr > td h2, .the-amp table.site-table-row-border.site-table-mobile > thead > tr > td h3, .the-amp table.site-table-row-border.site-table-mobile > thead > tr > td h4, .the-amp table.site-table-row-border.site-table-mobile > thead > tr > td h5, .the-amp table.site-table-row-border.site-table-mobile > thead > tr > td h6, .the-amp table.site-table-row-border.site-table-mobile > thead > tr > td p, .the-amp table.site-table-row-border.site-table-mobile > thead > tr > th h1, .the-amp table.site-table-row-border.site-table-mobile > thead > tr > th h2, .the-amp table.site-table-row-border.site-table-mobile > thead > tr > th h3, .the-amp table.site-table-row-border.site-table-mobile > thead > tr > th h4, .the-amp table.site-table-row-border.site-table-mobile > thead > tr > th h5, .the-amp table.site-table-row-border.site-table-mobile > thead > tr > th h6, .the-amp table.site-table-row-border.site-table-mobile > thead > tr > th p, .the-amp table.site-table-row-border.site-table-mobile > tbody > tr > td h1, .the-amp table.site-table-row-border.site-table-mobile > tbody > tr > td h2, .the-amp table.site-table-row-border.site-table-mobile > tbody > tr > td h3, .the-amp table.site-table-row-border.site-table-mobile > tbody > tr > td h4, .the-amp table.site-table-row-border.site-table-mobile > tbody > tr > td h5, .the-amp table.site-table-row-border.site-table-mobile > tbody > tr > td h6, .the-amp table.site-table-row-border.site-table-mobile > tbody > tr > td p, .the-amp table.site-table-row-border.site-table-mobile > tbody > tr > th h1, .the-amp table.site-table-row-border.site-table-mobile > tbody > tr > th h2, .the-amp table.site-table-row-border.site-table-mobile > tbody > tr > th h3, .the-amp table.site-table-row-border.site-table-mobile > tbody > tr > th h4, .the-amp table.site-table-row-border.site-table-mobile > tbody > tr > th h5, .the-amp table.site-table-row-border.site-table-mobile > tbody > tr > th h6, .the-amp table.site-table-row-border.site-table-mobile > tbody > tr > th p {
    margin: 0 !important;
  }
}
.the-amp .site-breadcrumbs-wrapper {
  background: #f9f9f9;
  padding: 15px 0;
  border-bottom: 1px solid #dfdfdf;
  color: #414141;
  margin: 0 0 20px;
}
.the-amp .site-breadcrumbs-wrapper .site-breadcrumbs-item {
  display: inline-block;
  padding: 0 30px 0 0;
  position: relative;
}
.the-amp .site-breadcrumbs-wrapper .site-breadcrumbs-item:after {
  font-family: "site-icon" !important;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e909" !important;
  font-size: 25px;
  position: absolute;
  right: 0;
  top: 0;
}
.the-amp .site-breadcrumbs-wrapper .site-breadcrumbs-item.site-breadcrumbs-active:after {
  display: none;
}
.the-amp .site-breadcrumbs-wrapper .site-breadcrumbs-item a.site-breadcrumbs-link {
  color: #FFF500;
  position: relative;
}
.the-amp .site-breadcrumbs-wrapper .site-breadcrumbs-item a.site-breadcrumbs-link::after {
  content: "";
  width: 0;
  position: absolute;
  height: 2px;
  background: #000000;
  left: 0;
  bottom: -5px;
  transition: all ease 0.5s;
}
.the-amp .site-breadcrumbs-wrapper .site-breadcrumbs-item a.site-breadcrumbs-link:hover:after {
  width: 100%;
}
@media (max-width: 1299px) {
  .the-amp .site-menu-toggle {
    display: block;
  }
  .the-amp .site-navigation-wrapper {
    position: fixed;
    background: #000000;
    z-index: 1000;
    right: -100%;
    top: 110px;
    width: 300px;
    transition: all ease 0.5s;
    opacity: 0;
    visibility: hidden;
    height: calc(100vh - 110px);
  }
  .the-amp .site-navigation-wrapper.site-navigation-wrapper-active {
    right: 0;
    opacity: 1;
    visibility: visible;
    overflow: scroll;
    width: 400px;
  }
}
@media (max-width: 1299px) and (max-width: 599px) {
  .the-amp .site-navigation-wrapper.site-navigation-wrapper-active {
    width: 100%;
  }
}
@media (max-width: 1299px) {
  .the-amp .site-navigation-wrapper ul.site-nav-block {
    padding: 10px 20px;
  }
  .the-amp .site-navigation-wrapper ul.site-nav-block > li {
    border-bottom: 1px solid #ffffff;
    margin: 0 0 10px;
    padding: 0 0 10px;
  }
  .the-amp .site-navigation-wrapper ul.site-nav-block > li > a {
    color: #ffffff;
    position: relative;
    padding: 0;
  }
  .the-amp .site-navigation-wrapper ul.site-nav-block > li.site-nav-active > a {
    color: #FFF500;
    font-weight: bold;
  }
  .the-amp .site-navigation-wrapper ul.site-nav-block li {
    display: block;
    position: relative;
  }
  .the-amp .site-navigation-wrapper ul.site-nav-block li .site-nav-linktext.site-nav-expand {
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    color: #ffffff;
  }
  .the-amp .site-navigation-wrapper ul.site-nav-block li .site-nav-linktext.site-nav-expand:before {
    font-family: "site-icon" !important;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\e909" !important;
    font-size: 30px;
    display: block;
    transition: all ease 0.5s;
  }
  .the-amp .site-navigation-wrapper ul.site-nav-block li .site-nav-linktext.site-nav-expand-active:before {
    transform: rotate(90deg);
  }
  .the-amp .site-navigation-wrapper ul.site-nav-block li .site-subnav-wrapper {
    overflow: hidden;
    max-height: 0;
    transition: all ease 0.5s;
  }
  .the-amp .site-navigation-wrapper ul.site-nav-block li .site-subnav-wrapper-active {
    max-height: 1000px;
  }
  .the-amp .site-navigation-wrapper ul.site-nav-block li .site-subnav-wrapper .site-subnav-block {
    padding: 10px 0 0;
  }
  .the-amp .site-navigation-wrapper ul.site-nav-block li .site-subnav-wrapper .site-subnav-block li {
    padding: 0 20px 10px;
    text-transform: none;
  }
  .the-amp .site-navigation-wrapper ul.site-nav-block li .site-subnav-wrapper .site-subnav-block li a {
    color: #ffffff;
  }
  .the-amp .site-navigation-wrapper ul.site-nav-block li .site-subnav-wrapper .site-subnav-block li a:hover {
    color: #000000;
  }
  .the-amp .site-navigation-wrapper ul.site-nav-block li .site-subnav-wrapper .site-subnav-block li.site-subnav-active > a {
    color: #ffffff;
    font-weight: bold;
  }
}
.the-amp blockquote, .the-amp q {
  padding: 85px 75px;
  position: relative;
  margin: 80px 0 !important;
  border-radius: 20px;
  text-align: left;
  font-size: 18px !important;
  line-height: 30px !important;
}
@media (max-width: 599px) {
  .the-amp blockquote, .the-amp q {
    padding: 40px 20px;
  }
}
.the-amp blockquote:after, .the-amp q:after {
  font-family: "site-icon" !important;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e903" !important;
  display: block;
  position: absolute;
  background-size: 100%;
  top: -20px;
  left: 75px;
  font-size: 70px;
  color: #000000;
}
@media (max-width: 599px) {
  .the-amp blockquote:after, .the-amp q:after {
    left: 25px;
    font-size: 50px;
  }
}
.the-amp blockquote:before, .the-amp q:before {
  font-family: "site-icon" !important;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e919" !important;
  display: block;
  position: absolute;
  background-size: 100%;
  bottom: -20px;
  right: 75px;
  font-size: 70px;
  color: #000000;
}
@media (max-width: 599px) {
  .the-amp blockquote:before, .the-amp q:before {
    right: 25px;
    font-size: 50px;
  }
}
.the-amp q {
  border: 5px solid #000000;
  color: #000000;
}
.the-amp q:after, .the-amp q:before {
  color: #FFF500;
}
.the-amp blockquote {
  background: #FFF500;
  color: #000000;
}
.the-amp .cms-text-feature .cms-text-feature-data {
  line-height: normal;
}
.the-amp .cms-text-feature .cms-text-feature-data p {
  line-height: 30px;
  font-size: 18px;
  margin: 0 0 20px;
}
.the-amp .cms-text-feature .cms-text-feature-data p:last-child {
  margin: 0;
}
.the-amp .cms-text-feature .cms-text-feature-data q, .the-amp .cms-text-feature .cms-text-feature-data blockquote {
  text-align: left;
}
.the-amp .cms-text-feature .cms-text-feature-data ul, .the-amp .cms-text-feature .cms-text-feature-data ol {
  list-style-position: outside;
}
.the-amp .cms-text-feature .cms-text-feature-data ul li, .the-amp .cms-text-feature .cms-text-feature-data ol li {
  line-height: 30px;
  font-size: 18px;
  margin: 0 0 20px;
}
.the-amp .cms-text-feature .cms-text-feature-data ul li:last-child, .the-amp .cms-text-feature .cms-text-feature-data ol li:last-child {
  margin: 0;
}
.the-amp .cms-text-feature .cms-text-feature-data ol {
  list-style: none;
  counter-reset: li;
}
.the-amp .cms-text-feature .cms-text-feature-data ol li {
  position: relative;
  counter-increment: li;
  padding: 0 0 0 12px;
}
.the-amp .cms-text-feature .cms-text-feature-data ol li::before {
  content: counter(li);
  color: #FFF500;
  font-size: 20px;
  position: absolute;
  left: -20px;
  top: 0px;
  width: 17px;
  text-align: left;
}
.the-amp .cms-text-feature .cms-text-feature-data ul li {
  list-style: none;
  position: relative;
  padding: 0 0 0 12px;
}
.the-amp .cms-text-feature .cms-text-feature-data ul li:before {
  content: "";
  width: 20px;
  height: 18px;
  background: #FFF500;
  border-radius: 100%;
  position: absolute;
  left: -20px;
  top: 10px;
  transform: rotate(-30deg);
}
.the-amp .cms-text-feature .cms-text-feature-data hr {
  margin: 30px 0 20px;
}
.the-amp .cms-text-feature .cms-text-feature-data a1 {
  color: #FFF500;
}
.the-amp .cms-text-feature .cms-text-feature-data a1.no-link-style {
  border-bottom: none !important;
  color: #FFF500;
}
.the-amp .cms-text-feature .cms-text-feature-data a1.no-link-style:hover {
  color: #414141;
}
.the-amp .cms-text-feature .cms-text-feature-data a1:hover {
  color: #414141;
  border-bottom: 1px solid #414141;
}
.the-amp body.cms-page-is-in-edit-mode .cms-feature-wrapper {
  position: relative;
}
.the-amp body.cms-page-is-in-edit-mode .cms-feature-wrapper .site-feature-detail {
  position: absolute;
  background: #000000;
  color: #ffffff;
  height: 30px;
  line-height: 30px;
  text-align: center;
  top: 0;
  right: 0;
  display: flex;
  padding: 0 10px;
  font-size: 18px;
}
.the-amp body.cms-page-is-in-edit-mode .cms-feature-wrapper .site-feature-detail .site-feature-count {
  margin: 0 10px 0 0;
  position: relative;
  padding: 0 12px 0 0;
}
.the-amp body.cms-page-is-in-edit-mode .cms-feature-wrapper .site-feature-detail .site-feature-count:before {
  content: "";
  background: #FFF500;
  height: 4px;
  width: 4px;
  border-radius: 100%;
  display: inline-block;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 0;
}
.the-amp body.cms-page-is-in-edit-mode .cms-feature-wrapper .site-feature-detail .site-feature-row {
  margin: 0 0 0 10px;
  position: relative;
  padding: 0 0 0 12px;
}
.the-amp body.cms-page-is-in-edit-mode .cms-feature-wrapper .site-feature-detail .site-feature-row:before {
  content: "";
  background: #FFF500;
  height: 4px;
  width: 4px;
  border-radius: 100%;
  display: inline-block;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  left: 0;
}
.the-amp body.cms-page-is-in-edit-mode .site-row-container {
  position: relative;
}
.the-amp body.cms-page-is-in-edit-mode .site-row-container:after {
  content: "New Row";
  display: block;
  margin: 40px 0;
  position: relative;
  position: absolute;
  top: 27px;
  left: 0;
  right: 0;
  width: 100px;
  margin: 0 auto;
  background: #000000;
  padding: 5px 10px;
  text-align: center;
  font-size: 18px;
  color: #FFF500;
}
.the-amp body.cms-page-is-in-edit-mode .site-row-container:before {
  content: "";
  display: block;
  height: 2px;
  width: 100%;
  background: #dfdfdf;
  margin: 40px 0;
}
.the-amp .site-color-text {
  color: #414141 !important;
}
.the-amp .site-color-text-wrapper .cms-feature-title {
  color: #414141 !important;
}
.the-amp .site-color-primary {
  color: #FFF500 !important;
}
.the-amp .site-color-primary-wrapper .cms-feature-title {
  color: #FFF500 !important;
}
.the-amp .site-color-secondary {
  color: #000000 !important;
}
.the-amp .site-color-secondary-wrapper .cms-feature-title {
  color: #000000 !important;
}
.the-amp .site-color-light {
  color: #f1f1f1 !important;
}
.the-amp .site-color-light-wrapper .cms-feature-title {
  color: #f1f1f1 !important;
}
.the-amp .site-color-black {
  color: #000000 !important;
}
.the-amp .site-color-black * {
  color: #000000 !important;
}
.the-amp .site-color-black-wrapper .cms-feature-title {
  color: #000000 !important;
}
.the-amp .site-color-black-wrapper .cms-feature-title * {
  color: #000000 !important;
}
.the-amp .site-color-white {
  color: #ffffff !important;
}
.the-amp .site-color-white var {
  color: #ffffff;
}
.the-amp .site-color-white *:not(var):not(var *) {
  color: #ffffff !important;
}
.the-amp .site-color-white *:not(var):not(var *).site-button-secondary:hover, .the-amp .site-color-white .site-search-wrapper .site-search-block.site-search-option2 *.site-search-button:not(var):not(var *):hover, .site-search-wrapper .site-search-block.site-search-option2 .the-amp .site-color-white *.site-search-button:not(var):not(var *):hover {
  color: #414141 !important;
}
.the-amp .site-color-white *:not(var):not(var *).site-button-secondary:hover span, .the-amp .site-color-white .site-search-wrapper .site-search-block.site-search-option2 *.site-search-button:not(var):not(var *):hover span, .site-search-wrapper .site-search-block.site-search-option2 .the-amp .site-color-white *.site-search-button:not(var):not(var *):hover span {
  color: #414141 !important;
}
.the-amp .site-color-white-wrapper .cms-feature-title {
  color: #ffffff !important;
}
.the-amp .site-bg-text, .the-amp .site-bg-text-wrapper, .the-amp .site-bg .cms-feature-title {
  background: #414141 !important;
}
.the-amp .site-bg-primary, .the-amp .site-bg-primary-wrapper, .the-amp .site-bg .cms-feature-title {
  background: #FFF500 !important;
}
.the-amp .site-bg-secondary, .the-amp .site-bg-secondary-wrapper, .the-amp .site-bg .cms-feature-title {
  background: #000000 !important;
}
.the-amp .site-bg-light, .the-amp .site-bg-light-wrapper, .the-amp .site-bg .cms-feature-title {
  background: #dfdfdf !important;
}
.the-amp .site-bg-black, .the-amp .site-bg-black-wrapper, .the-amp .site-bg .cms-feature-title {
  background: #000000 !important;
}
.the-amp .site-bg-white, .the-amp .site-bg-white-wrapper, .the-amp .site-bg .cms-feature-title {
  background: #ffffff !important;
}
.the-amp .border-color-primary {
  border-color: #FFF500;
}
.the-amp .border-color-secondary {
  border-color: #000000;
}
.the-amp .border-color-tertiary {
  border-color: #414141;
}
.the-amp .border-color-white {
  border-color: #ffffff;
}
.the-amp .border-color-light {
  border-color: #f1f1f1;
}
.the-amp .border-color-black {
  border-color: #000000;
}
.the-amp .border-bg-primary {
  background: #FFF500;
}
.the-amp .border-bg-secondary {
  background: #000000;
}
.the-amp .border-bg-tertiary {
  background: #414141;
}
.the-amp .border-bg-white {
  background: #ffffff;
}
.the-amp .border-bg-light {
  background: #f1f1f1;
}
.the-amp .border-bg-black {
  background: #000000;
}
.the-amp .site-navigation-wrapper #site-navigation ul.site-nav-block > li.custom-nav-vm-home-css {
  display: none !important;
}
@media (min-width: 1300px) {
  .the-amp .site-navigation-wrapper #site-navigation ul.site-nav-block {
    position: relative;
    margin: 0 20px 0 0;
  }
  .the-amp .site-navigation-wrapper #site-navigation ul.site-nav-block > li {
    margin: 0 25px 0 0;
    display: inline-block;
  }
  .the-amp .site-navigation-wrapper #site-navigation ul.site-nav-block > li.custom-nav-vm-home-css {
    display: none !important;
  }
  .the-amp .site-navigation-wrapper #site-navigation ul.site-nav-block > li > a {
    font-size: 16px;
    font-weight: bold;
    color: #414141;
    display: block;
    letter-spacing: 0.5px;
    position: relative;
  }
  .the-amp .site-navigation-wrapper #site-navigation ul.site-nav-block > li > a:before {
    background: #FFF500;
    content: "";
    display: block;
    height: 1px;
    width: 0%;
    top: 0;
    left: 0;
    position: absolute;
    transition: all ease 0.5s;
  }
  .the-amp .site-navigation-wrapper #site-navigation ul.site-nav-block > li > a:after {
    background: #FFF500;
    content: "";
    display: block;
    height: 1px;
    width: 0%;
    bottom: -3px;
    right: 0;
    position: absolute;
    transition: all ease 0.5s;
  }
  .the-amp .site-navigation-wrapper #site-navigation ul.site-nav-block > li > a:hover {
    color: #FFF500;
  }
  .the-amp .site-navigation-wrapper #site-navigation ul.site-nav-block > li > a:hover:before, .the-amp .site-navigation-wrapper #site-navigation ul.site-nav-block > li > a:hover:after {
    width: 100%;
  }
  .the-amp .site-navigation-wrapper #site-navigation ul.site-nav-block > li:hover > .site-subnav-wrapper {
    display: block;
  }
  .the-amp .site-navigation-wrapper #site-navigation ul.site-nav-block > li.site-nav-active a, .the-amp .site-navigation-wrapper #site-navigation ul.site-nav-block > li.site-nav-active-parent a {
    color: #FFF500;
  }
  .the-amp .site-navigation-wrapper #site-navigation ul.site-nav-block > li.site-nav-active a:before, .the-amp .site-navigation-wrapper #site-navigation ul.site-nav-block > li.site-nav-active a:after, .the-amp .site-navigation-wrapper #site-navigation ul.site-nav-block > li.site-nav-active-parent a:before, .the-amp .site-navigation-wrapper #site-navigation ul.site-nav-block > li.site-nav-active-parent a:after {
    width: 100%;
  }
  .the-amp .site-navigation-wrapper #site-navigation ul.site-nav-block .site-subnav-wrapper {
    display: none;
    position: absolute;
    background: #FFF500;
    z-index: 1000;
    padding: 10px 20px;
    top: 100%;
    min-width: 130px;
  }
  .the-amp .site-navigation-wrapper #site-navigation ul.site-nav-block .site-subnav-wrapper ul.site-subnav-block li {
    display: block;
    margin: 0 0 5px;
  }
  .the-amp .site-navigation-wrapper #site-navigation ul.site-nav-block .site-subnav-wrapper ul.site-subnav-block li a {
    color: #ffffff;
    font-size: 14px;
    position: relative;
    display: block;
  }
  .the-amp .site-navigation-wrapper #site-navigation ul.site-nav-block .site-subnav-wrapper ul.site-subnav-block li a:before {
    content: "";
    display: block;
    position: absolute;
    background: #ffffff;
    height: 1px;
    width: 0%;
    bottom: 0;
    transition: all ease 0.5s;
  }
  .the-amp .site-navigation-wrapper #site-navigation ul.site-nav-block .site-subnav-wrapper ul.site-subnav-block li:hover a:before, .the-amp .site-navigation-wrapper #site-navigation ul.site-nav-block .site-subnav-wrapper ul.site-subnav-block li.site-subnav-active a:before {
    width: 100%;
  }
  .the-amp .site-navigation-wrapper #site-navigation .site-nav-linktext, .the-amp .site-navigation-wrapper #site-navigation .site-nav-linktext {
    display: none;
  }
  .the-amp .site-menu-toggle {
    display: none;
  }
}
.the-amp #site-footer {
  background: #FFF500;
  padding: 100px 0 40px;
  clear: both;
  position: relative;
}
@media (max-width: 799px) {
  .the-amp #site-footer {
    padding: 100px 0 0;
  }
}
@media (max-width: 799px) {
  .the-amp #site-footer .site-container {
    padding: 0;
  }
}
.the-amp #site-footer .cms-feature-datablock {
  color: #ffffff !important;
}
.the-amp #site-footer .cms-feature-datablock *:not(.site-button-secondary):not(.site-button-secondary span):not(.site-search-wrapper .site-search-block.site-search-option2 .site-search-button span) {
  color: #ffffff !important;
}
.the-amp #site-footer .site-footer-block {
  display: flex;
  justify-content: space-between;
  position: relative;
  color: #000000;
  padding: 0 20px;
  z-index: 100;
}
@media (max-width: 399px) {
  .the-amp #site-footer .site-footer-block {
    display: block;
    text-align: center;
  }
}
.the-amp #site-footer .site-footer-block .site-footer-logo {
  width: 60%;
}
@media (max-width: 1499px) {
  .the-amp #site-footer .site-footer-block .site-footer-logo {
    width: 75%;
  }
}
@media (max-width: 1099px) {
  .the-amp #site-footer .site-footer-block .site-footer-logo {
    width: 100%;
  }
}
.the-amp #site-footer .site-footer-block .site-footer-logo h1, .the-amp #site-footer .site-footer-block .site-footer-logo h2, .the-amp #site-footer .site-footer-block .site-footer-logo h3, .the-amp #site-footer .site-footer-block .site-footer-logo h4, .the-amp #site-footer .site-footer-block .site-footer-logo h5, .the-amp #site-footer .site-footer-block .site-footer-logo h6 {
  margin: 0 0 20px;
}
.the-amp #site-footer .site-footer-block .site-footer-logo #site-footer-logo {
  display: flex;
}
@media (max-width: 999px) {
  .the-amp #site-footer .site-footer-block .site-footer-logo #site-footer-logo {
    display: block;
  }
}
.the-amp #site-footer .site-footer-block .site-footer-logo #site-footer-logo .site-footer-desc-wrapper {
  flex: 0 0 calc(100% - 300px);
  max-width: calc(100% - 300px);
}
@media (max-width: 999px) {
  .the-amp #site-footer .site-footer-block .site-footer-logo #site-footer-logo .site-footer-desc-wrapper {
    width: 100%;
    max-width: none;
  }
}
.the-amp #site-footer .site-footer-block .site-footer-logo #site-footer-logo .site-footer-desc-wrapper .site-button-secondary, .the-amp #site-footer .site-footer-block .site-footer-logo #site-footer-logo .site-footer-desc-wrapper .site-search-wrapper .site-search-block.site-search-option2 .site-search-button, .site-search-wrapper .site-search-block.site-search-option2 .the-amp #site-footer .site-footer-block .site-footer-logo #site-footer-logo .site-footer-desc-wrapper .site-search-button {
  padding: 3px 20px 5px;
}
.the-amp #site-footer .site-footer-block .site-footer-logo table tr:nth-child(2n) {
  background: none !important;
}
.the-amp #site-footer .site-footer-block .site-footer-logo table tr td {
  border: none;
}
.the-amp #site-footer .site-footer-block .site-footer-logo table tr ul {
  padding: 0;
}
.the-amp #site-footer .site-footer-block .site-footer-logo table tr ul li {
  padding: 0;
  font-size: 16px;
  line-height: 28px;
  margin: 0;
}
.the-amp #site-footer .site-footer-block .site-footer-logo table tr ul li a {
  position: relative;
  text-decoration: none;
  margin: 0 0 5px;
  display: inline-block;
}
.the-amp #site-footer .site-footer-block .site-footer-logo table tr ul li a:after {
  position: absolute;
  content: "";
  display: block;
  background: #ffffff;
  width: 100%;
  height: 1px;
  transition: all ease 0.7s;
  bottom: 1px;
  left: 0;
}
.the-amp #site-footer .site-footer-block .site-footer-logo table tr ul li a:hover:after {
  width: 0%;
}
.the-amp #site-footer .site-footer-block .site-footer-logo table tr ul li a.custom-link-active {
  font-weight: bold;
}
.the-amp #site-footer .site-footer-block .site-footer-logo table tr ul li::before {
  display: none !important;
}
.the-amp #site-footer .site-footer-right {
  position: absolute;
  bottom: 0;
  right: 0;
}
@media (max-width: 999px) {
  .the-amp #site-footer .site-footer-right {
    position: static;
    display: none;
  }
}
@media (max-width: 599px) {
  .the-amp #site-footer .site-footer-right {
    display: block;
  }
}
.the-amp #site-footer .site-footer-right .site-footer-image img {
  width: 80% !important;
}
@media (max-width: 1499px) {
  .the-amp #site-footer .site-footer-right .site-footer-image img {
    width: 75% !important;
  }
}
@media (max-width: 1299px) {
  .the-amp #site-footer .site-footer-right .site-footer-image img {
    width: 60% !important;
  }
}
@media (max-width: 799px) {
  .the-amp #site-footer .site-footer-right .site-footer-image img {
    width: 100% !important;
  }
}
.the-amp a {
  color: #FFF500;
}
.the-amp a:hover, .the-amp a:focus {
  color: #414141;
}
.the-amp .cms-feature-datablock a {
  text-decoration: underline;
}
.the-amp hr {
  margin: 0 auto 10px;
  border-top: 1px solid #FFF500 !important;
}
.the-amp var {
  background: #FFF500;
  padding: 15px 40px;
  text-transform: uppercase;
  font-style: normal;
  font-weight: bold;
  letter-spacing: -2.5px;
  font-size: 40px;
  color: #000000;
  display: inline-block;
  box-shadow: 8px 14px 17px -7px rgba(0, 0, 0, 0.5);
  line-height: 30px;
  font-family: "brother-1816", sans-serif;
}
@media (max-width: 1299px) {
  .the-amp var {
    line-height: 40px;
  }
}
@media (max-width: 599px) {
  .the-amp var {
    font-size: 20px;
    line-height: 20px;
    letter-spacing: -1.5px;
    padding: 10px 30px;
  }
}
.the-amp .site-posted-block {
  font-size: 16px;
  color: #000000;
  position: relative;
  padding: 0 0 0 60px;
  height: 50px;
  line-height: 50px;
  margin: 0;
}
.the-amp .site-posted-block:before {
  display: block;
  height: 40px;
  width: 40px;
  border-radius: 100%;
  background: #FFF500;
  color: #000000;
  position: absolute;
  left: 2px;
  top: 0;
  font-family: "gelato-luxe";
  font-size: 33px;
  text-align: center;
  line-height: 32px;
  font-weight: bold;
  animation: postedby 2s infinite;
  bottom: 0;
  margin: auto;
}
.the-amp .site-posted-block a {
  border-bottom: 1px solid;
  color: #000000;
  text-decoration: none;
}
@keyframes postedby {
  from, to {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
  }
}
.the-amp .site-slider .slick-dots {
  bottom: 40px;
  z-index: 10;
}
.the-amp .site-slider .slick-dots li {
  padding: 0;
  height: 15px;
  width: 15px;
  margin: 0 5px;
}
.the-amp .site-slider .slick-dots li button {
  padding: 0;
  height: 15px;
  width: 15px;
}
.the-amp .site-slider .slick-dots li button:before {
  height: 15px;
  width: 15px;
  background: none;
  border: 1px solid #ffffff;
}
.the-amp .site-slider .slick-dots li.slick-active button:before {
  background: #FFF500;
  border: 1px solid #000000;
}
.the-amp .slick-arrow {
  width: 54px !important;
  height: 54px !important;
  padding: 0 !important;
}
@media (max-width: 599px) {
  .the-amp .slick-arrow {
    width: 40px !important;
    height: 40px !important;
    top: 50% !important;
  }
}
.the-amp .slick-arrow:before {
  font-family: "site-icon" !important;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e908" !important;
  border: 2px solid #FFF500 !important;
  color: #FFF500 !important;
  background: #ffffff !important;
  border-radius: 100%;
  line-height: 47px !important;
  font-size: 35px !important;
}
@media (max-width: 599px) {
  .the-amp .slick-arrow:before {
    line-height: 35px !important;
    font-size: 30px !important;
  }
}
.the-amp .slick-arrow:hover::before {
  background: #FFF500 !important;
  color: #000000 !important;
}
.the-amp .slick-arrow.slick-next {
  right: -80px !important;
}
@media (max-width: 1499px) {
  .the-amp .slick-arrow.slick-next {
    right: -50px !important;
  }
}
@media (max-width: 599px) {
  .the-amp .slick-arrow.slick-next {
    right: 40px !important;
  }
}
.the-amp .slick-arrow.slick-next::before {
  transform: rotate(180deg) !important;
}
.the-amp .slick-arrow.slick-prev {
  left: -80px !important;
}
@media (max-width: 1499px) {
  .the-amp .slick-arrow.slick-prev {
    left: -50px !important;
  }
}
@media (max-width: 599px) {
  .the-amp .slick-arrow.slick-prev {
    left: 40px !important;
  }
}
.the-amp .slick-arrow.slick-prev::before {
  transform: rotate(0deg) !important;
}
.the-amp .mfp-arrow {
  background: #FFF500;
  color: #000000;
  border: 1px solid #FFF500;
  border-radius: 100%;
}
.the-amp .mfp-arrow:after {
  color: #000000;
  font-size: 40px;
  line-height: 45px;
}
.the-amp .mfp-arrow:hover {
  background: #000000;
  color: #FFF500;
  border: 1px solid #000000;
}
.the-amp .mfp-arrow:hover:after {
  color: #FFF500;
}
.the-amp .mfp-arrow.mfp-arrow-left:after {
  font-family: "site-icon" !important;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e908" !important;
}
.the-amp .mfp-arrow.mfp-arrow-right:after {
  font-family: "site-icon" !important;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e909" !important;
}
.the-amp .mfp-image-holder .mfp-content .mfp-close {
  background: #FFF500;
  color: #000000;
  border: 1px solid #FFF500;
  border-radius: 100%;
}
.the-amp .mfp-image-holder .mfp-content .mfp-close:after {
  color: #000000;
  font-size: 15px;
}
.the-amp .mfp-image-holder .mfp-content .mfp-close:hover {
  background: #000000;
  color: #FFF500;
  border: 1px solid #000000;
}
.the-amp .mfp-image-holder .mfp-content .mfp-close:hover:after {
  color: #FFF500;
}
.the-amp .site-thumbnail-block .site-thumbnail-link {
  border: 2px solid transparent;
  transition: all ease 0.8s;
  border-radius: 20px;
}
.the-amp .site-thumbnail-block .site-thumbnail-link .site-icon-search {
  border-radius: 0 0 20px 0;
}
.the-amp .site-thumbnail-block:hover .site-thumbnail-link {
  border: 2px solid #FFF500;
}
.the-amp .cms-gallery-feature.site-slider-tab-wrapper .site-slider-tab-list .site-slide {
  cursor: pointer;
}
.the-amp .cms-gallery-feature.site-slider-tab-wrapper .site-slider-tab-list .site-slide .site-slider-image {
  transition: all ease 0.8s;
  border-radius: 20px;
  border: 2px solid transparent;
}
.the-amp .cms-gallery-feature.site-slider-tab-wrapper .site-slider-tab-list .site-slide.slick-current .site-slider-image, .the-amp .cms-gallery-feature.site-slider-tab-wrapper .site-slider-tab-list .site-slide:hover .site-slider-image {
  border: 2px solid #FFF500;
}
.the-amp .cms-gallery-feature.site-thumbnail-list-wrapper .site-thumbnail-video-popup .site-thumbnail-block .site-thumbnail-data {
  display: block;
  overflow: hidden;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  left: 0;
  right: 0;
}
.the-amp .cms-gallery-feature.site-thumbnail-list-wrapper .site-thumbnail-video-popup .site-thumbnail-block .site-thumbnail-data .site-thumbnail-desc {
  left: 0;
  width: 96%;
  height: 96%;
  margin: auto;
  top: 0;
  right: 0;
}
.the-amp .cms-gallery-feature.site-thumbnail-list-wrapper .site-thumbnail-video-popup .site-thumbnail-block .site-thumbnail-data .site-thumbnail-desc a.video-popup-button {
  position: relative;
  width: 90px;
  height: 90px;
  display: block;
  margin: auto;
  position: absolute;
}
.the-amp .cms-gallery-feature.site-thumbnail-list-wrapper .site-thumbnail-video-popup .site-thumbnail-block .site-thumbnail-data .site-thumbnail-desc a.video-popup-button::after {
  font-family: "site-icon" !important;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e90d" !important;
  background: #ffffff;
  width: 90px;
  height: 90px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  color: #FFF500;
  font-size: 40px;
}
.the-amp .site-custom-hero-long-text-wrapper .site-slider .site-slick-wrapper .slick-list .site-slide .site-slider-caption .site-slider-caption-block .site-container .site-slider-capton-data {
  max-width: 750px !important;
}
.the-amp .site-custom-hero-full-text-wrapper .site-slider .site-slick-wrapper .slick-list .site-slide .site-slider-caption .site-slider-caption-block .site-container .site-slider-capton-data {
  max-width: 100% !important;
}
.the-amp .site-custom-hero-wrapper {
  margin: 40px 0 0;
}
@media (max-width: 599px) {
  .the-amp .site-custom-hero-wrapper {
    margin: 0;
  }
}
.the-amp .site-custom-hero-wrapper .site-slider .site-slick-wrapper .slick-list {
  overflow: visible;
}
@media (max-width: 599px) {
  .the-amp .site-custom-hero-wrapper .site-slider .site-slick-wrapper .slick-list .site-slide {
    display: flex !important;
    flex-wrap: wrap;
  }
  .the-amp .site-custom-hero-wrapper .site-slider .site-slick-wrapper .slick-list .site-slide .site-slider-caption {
    order: 0;
    transform: none;
    position: static;
    padding: 50px 0;
  }
  .the-amp .site-custom-hero-wrapper .site-slider .site-slick-wrapper .slick-list .site-slide .site-slider-image-block {
    order: 1;
    margin: auto;
  }
}
@media (min-width: 600px) {
  .the-amp .site-custom-hero-wrapper .site-slider .site-slick-wrapper .slick-list .site-slide .site-slider-image-block {
    padding: 0 5%;
  }
  .the-amp .site-custom-hero-wrapper .site-slider .site-slick-wrapper .slick-list .site-slide .site-slider-image-block .site-slider-image {
    width: auto;
    height: 100%;
    object-fit: contain;
    float: right;
    margin: -50px 0 0;
  }
}
.the-amp .site-custom-hero-wrapper .site-slider .site-slick-wrapper .slick-list .site-slide .site-slider-image-block:after {
  background: none !important;
}
.the-amp .site-custom-hero-wrapper .site-slider .site-slick-wrapper .slick-list .site-slide .site-slider-caption {
  background: none;
  left: 0;
  right: 0;
}
.the-amp .site-custom-hero-wrapper .site-slider .site-slick-wrapper .slick-list .site-slide .site-slider-caption .site-slider-caption-block .site-container {
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 20px;
  width: 100%;
}
.the-amp .site-custom-hero-wrapper .site-slider .site-slick-wrapper .slick-list .site-slide .site-slider-caption .site-slider-caption-block .site-container .site-slider-capton-data {
  max-width: 640px;
  width: 100%;
  margin: 0;
  text-align: left;
}
@media (max-width: 599px) {
  .the-amp .site-custom-hero-wrapper .site-slider .site-slick-wrapper .slick-list .site-slide .site-slider-caption .site-slider-caption-block .site-container .site-slider-capton-data {
    text-align: center;
  }
}
.the-amp .site-custom-hero-wrapper .site-slider .site-slick-wrapper .slick-list .site-slide .site-slider-caption .site-slider-caption-block .site-container .site-slider-capton-data * {
  color: #ffffff;
}
.the-amp .site-custom-hero-wrapper .site-slider .site-slick-wrapper .slick-list .site-slide .site-slider-caption .site-slider-caption-block .site-container .site-slider-capton-data var {
  background: #000000;
  color: #ffffff;
}
.the-amp #site-footer .site-footer-block .site-footer-logo .cms-feature-datablock :not(.site-button-secondary):not(.site-button-secondary span):not(.site-search-wrapper .site-search-block.site-search-option2 .site-search-button span) a[class*=site-social-] {
  color: #FFF500 !important;
  height: 48px;
  width: 43px;
  position: relative;
  margin: 0 12px 0 0;
  transition: all ease 0.6s;
}
.the-amp #site-footer .site-footer-block .site-footer-logo .cms-feature-datablock :not(.site-button-secondary):not(.site-button-secondary span):not(.site-search-wrapper .site-search-block.site-search-option2 .site-search-button span) a[class*=site-social-]:last-child {
  margin: 0;
}
.the-amp #site-footer .site-footer-block .site-footer-logo .cms-feature-datablock :not(.site-button-secondary):not(.site-button-secondary span):not(.site-search-wrapper .site-search-block.site-search-option2 .site-search-button span) a[class*=site-social-]:after {
  display: inline-block;
  height: 100%;
  width: 100%;
  background: #000000;
  border-radius: 100%;
  transform: rotate(50deg);
  content: "";
  position: absolute;
  z-index: 1;
  left: 0;
  right: 0;
  border: 1px solid #000000;
  transition: all ease 0.6s;
}
.the-amp #site-footer .site-footer-block .site-footer-logo .cms-feature-datablock :not(.site-button-secondary):not(.site-button-secondary span):not(.site-search-wrapper .site-search-block.site-search-option2 .site-search-button span) a[class*=site-social-]:hover {
  color: #000000 !important;
}
.the-amp #site-footer .site-footer-block .site-footer-logo .cms-feature-datablock :not(.site-button-secondary):not(.site-button-secondary span):not(.site-search-wrapper .site-search-block.site-search-option2 .site-search-button span) a[class*=site-social-]:hover:after {
  background: none;
}
.the-amp .site-image-oval-wrapper {
  width: 250px;
  height: 233px;
  object-fit: cover;
  transform: rotate(-50deg);
  margin: auto;
  position: relative;
}
@media (max-width: 599px) {
  .the-amp .site-image-oval-wrapper {
    transform: rotate(-50deg) scale(0.6);
    height: 160px;
    margin: 0 0 0 -65px;
  }
}
.the-amp .site-image-oval-wrapper .site-image-oval-img {
  transform: rotate(50deg);
}
.the-amp .site-image-oval-wrapper .site-image-oval {
  width: 250px;
  height: 250px;
  object-fit: cover;
  margin: 10px 0 auto;
  clip-path: path("M47.32,23.84c46.45-34.25,107.46-30.35,136.27,8.72s14.51,98.5-31.94,132.76c-46.45,34.25-107.46,30.35-136.27-8.72C-13.43,117.53.87,58.09,47.32,23.84");
}
.the-amp .site-image-oval-wrapper .site-round-ring {
  position: absolute;
  top: -4px;
  left: 0;
  margin: auto;
  z-index: 1;
  width: 215px;
  transform: rotate(50deg);
}
.the-amp .site-image-oval-wrapper .site-round-ring .site-round-ring-svg {
  display: block;
  margin: 0 auto;
  width: 215px;
  stroke-width: 7;
  stroke: #FFF500;
  overflow: visible;
  margin: -18px 0 0 26px;
}
@media (max-width: 599px) {
  .the-amp .site-image-oval-wrapper .site-round-ring .site-round-ring-svg {
    margin: -26px 0 0 26px;
  }
}
.the-amp .custom-overlay-wrapper .site-slide {
  position: relative;
}
.the-amp .custom-overlay-wrapper .site-slide .site-slider-caption {
  height: 100%;
}
.the-amp .custom-overlay-wrapper .site-slide .site-slider-caption .site-slider-caption-block {
  display: flex;
  align-items: end;
  height: 100%;
  opacity: 1;
  transition: all ease 1s;
}
.the-amp .custom-overlay-wrapper .site-slide .site-slider-caption .site-slider-more-desc {
  opacity: 0;
  position: absolute;
  bottom: 0;
  width: 100%;
  transition: all ease 1s;
  text-align: left;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 100%);
  border-radius: 20px;
  padding: 0 0 20px;
  left: 0;
}
.the-amp .custom-overlay-wrapper .site-slide .site-slider-caption .site-slider-more-desc .site-slider-more-desc-data {
  position: relative;
}
.the-amp .custom-overlay-wrapper .site-slide:hover .site-slider-caption-block {
  opacity: 0;
}
.the-amp .custom-overlay-wrapper .site-slide:hover .site-slider-caption .site-slider-more-desc {
  opacity: 1;
}
.the-amp .custom-overlay-wrapper .site-slide:hover .site-slider-caption .site-slider-more-desc::before {
  width: 100%;
  height: 100%;
}

body:not(.cms-page-is-in-edit-mode) table {
  border: none;
  text-align: left;
}
@media (max-width: 599px) {
  body:not(.cms-page-is-in-edit-mode) table tbody {
    display: block;
  }
}
body:not(.cms-page-is-in-edit-mode) table td {
  text-align: left;
}
body:not(.cms-page-is-in-edit-mode) table.site-table-accordion thead > tr, body:not(.cms-page-is-in-edit-mode) table.site-table-accordion tbody > tr {
  padding: 0 !important;
}
@media (max-width: 599px) {
  body:not(.cms-page-is-in-edit-mode) table.site-table-accordion thead > tr > td p, body:not(.cms-page-is-in-edit-mode) table.site-table-accordion thead > tr > th p, body:not(.cms-page-is-in-edit-mode) table.site-table-accordion tbody > tr > td p, body:not(.cms-page-is-in-edit-mode) table.site-table-accordion tbody > tr > th p {
    margin: 0 !important;
  }
}
body:not(.cms-page-is-in-edit-mode) table.site-table-accordion > tbody > tr {
  font-size: 18px;
  line-height: 30px;
  background: #ffffff !important;
  border: none;
  border-radius: 20px;
}
body:not(.cms-page-is-in-edit-mode) table.site-table-accordion > tbody > tr > th {
  color: #000000 !important;
  text-align: left;
  background: none !important;
  text-transform: none;
  letter-spacing: normal;
  font-size: 20px;
}
body:not(.cms-page-is-in-edit-mode) table.site-table-accordion > tbody > tr > th h3 {
  color: #000000 !important;
  text-align: left;
  background: none !important;
  text-transform: none;
  letter-spacing: normal;
  font-size: 20px;
  font-family: "brother-1816", sans-serif;
  margin: 0;
  line-height: 30px;
  font-weight: bold;
}
body:not(.cms-page-is-in-edit-mode) table.site-table-accordion > tbody > tr > th:after {
  right: 40px !important;
  font-family: "site-icon" !important;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e90c" !important;
  transition: all ease 0.5s;
  background: none !important;
  font-size: 20px !important;
}
@media (max-width: 599px) {
  body:not(.cms-page-is-in-edit-mode) table.site-table-accordion > tbody > tr > th:after {
    right: 20px !important;
  }
}
body:not(.cms-page-is-in-edit-mode) table.site-table-accordion > tbody > tr > .site-tbl-accordion-desc-wrapper > td {
  text-align: left;
  width: 100%;
  display: block;
  white-space: normal;
}
body:not(.cms-page-is-in-edit-mode) table.site-table-accordion > tbody > tr.site-tbl-accordion-row.site-tbl-accordion-header {
  font-size: 18px;
  line-height: 30px;
  background: #ffffff !important;
  border: none !important;
  transition: 0.5s ease all;
  display: block;
}
@media (max-width: 599px) {
  body:not(.cms-page-is-in-edit-mode) table.site-table-accordion > tbody > tr.site-tbl-accordion-row.site-tbl-accordion-header {
    text-wrap: auto;
  }
}
body:not(.cms-page-is-in-edit-mode) table.site-table-accordion > tbody > tr.site-tbl-accordion-row.site-tbl-accordion-header:not(:first-child) {
  margin-top: 20px;
}
body:not(.cms-page-is-in-edit-mode) table.site-table-accordion > tbody > tr.site-tbl-accordion-row.site-tbl-accordion-header th {
  color: #000000 !important;
  text-align: left;
  border: 1px solid #000000 !important;
  transition: 0.5s ease all;
  width: 100%;
  display: block;
  border-radius: 20px;
  padding: 10px 50px 10px 50px !important;
}
@media (max-width: 599px) {
  body:not(.cms-page-is-in-edit-mode) table.site-table-accordion > tbody > tr.site-tbl-accordion-row.site-tbl-accordion-header th {
    padding: 10px 45px 10px 20px !important;
  }
}
body:not(.cms-page-is-in-edit-mode) table.site-table-accordion > tbody > tr.site-tbl-accordion-row.site-tbl-accordion-header:hover {
  background: #FFF500 !important;
  border: none;
  color: #000 !important;
}
body:not(.cms-page-is-in-edit-mode) table.site-table-accordion > tbody > tr.site-tbl-accordion-row.site-tbl-accordion-header:hover th {
  color: #000 !important;
}
body:not(.cms-page-is-in-edit-mode) table.site-table-accordion > tbody > tr.site-tbl-accordion-row.site-tbl-accordion-header.site-tbl-accordion-header-active {
  background: #FFF500 !important;
  color: #000 !important;
  border-bottom: none !important;
  transition: 0.5s ease all;
}
body:not(.cms-page-is-in-edit-mode) table.site-table-accordion > tbody > tr.site-tbl-accordion-row.site-tbl-accordion-header.site-tbl-accordion-header-active th {
  color: #000 !important;
  transition: 0.5s ease all;
}
body:not(.cms-page-is-in-edit-mode) table.site-table-accordion > tbody > tr.site-tbl-accordion-row.site-tbl-accordion-header.site-tbl-accordion-header-active th:after {
  background: none !important;
  transform: rotate(90deg);
}
body:not(.cms-page-is-in-edit-mode) table.site-table-accordion > tbody > tr.site-tbl-accordion-row.site-tbl-accordion-desc {
  border: none !important;
}
body:not(.cms-page-is-in-edit-mode) table.site-table-accordion > tbody > tr.site-tbl-accordion-row.site-tbl-accordion-desc .site-tbl-accordion-desc-wrapper {
  padding-top: 20px;
}
body:not(.cms-page-is-in-edit-mode) table.site-table-accordion > tbody > tr.site-tbl-accordion-row.site-tbl-accordion-desc:last-child .site-tbl-accordion-desc-wrapper {
  padding-bottom: 0;
}
body:not(.cms-page-is-in-edit-mode) table.site-table-accordion.site-table-accordion-arrow-first > tbody > tr.site-tbl-accordion-row.site-tbl-accordion-header th {
  padding: 10px 50px 10px 50px !important;
}
body:not(.cms-page-is-in-edit-mode) table.site-table-accordion.site-table-accordion-arrow-first > tbody > tr.site-tbl-accordion-row.site-tbl-accordion-header th:after {
  right: auto;
  left: 20px !important;
}
body:not(.cms-page-is-in-edit-mode) .site-feature-accordion-wrapper .cms-feature-title {
  color: #000000 !important;
  text-align: left;
  border: 1px solid #000000 !important;
  transition: 0.5s ease all;
  width: 100%;
  display: block;
  border-radius: 20px;
  padding: 10px 50px 10px 50px !important;
  font-family: "brother-1816", sans-serif !important;
  font-size: 20px;
  font-weight: 600;
  line-height: 30px;
  background: #ffffff !important;
  border-radius: 20px;
  position: relative;
  margin: 0;
}
body:not(.cms-page-is-in-edit-mode) .site-feature-accordion-wrapper .cms-feature-title:hover {
  background: #FFF500 !important;
  border: none;
  color: #000 !important;
}
body:not(.cms-page-is-in-edit-mode) .site-feature-accordion-wrapper .cms-feature-title::after {
  font-family: "site-icon" !important;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e90c" !important;
  position: absolute;
  right: 20px;
  font-size: 20px;
  top: 0;
  display: block;
  height: 16px;
  bottom: 0;
  margin: auto;
  line-height: 16px;
  transition: all ease 0.5s;
}
body:not(.cms-page-is-in-edit-mode) .site-feature-accordion-wrapper .cms-feature-title:hover, body:not(.cms-page-is-in-edit-mode) .site-feature-accordion-wrapper .cms-feature-title:focus {
  background-color: #FFF500;
  transition: 0.5s ease all;
  color: #ffffff;
}
body:not(.cms-page-is-in-edit-mode) .site-feature-accordion-wrapper.site-feature-accordion-active .cms-feature-title {
  background-color: #FFF500;
  transition: 0.5s ease all;
  color: #ffffff;
}
body:not(.cms-page-is-in-edit-mode) .site-feature-accordion-wrapper.site-feature-accordion-active .cms-feature-title::after {
  display: block;
  transform: rotate(90deg);
}
body:not(.cms-page-is-in-edit-mode) .site-feature-accordion-wrapper.site-feature-accordion-active .site-feature-accordion {
  padding-top: 20px;
}
body:not(.cms-page-is-in-edit-mode) table.site-table-tabs .site-tbl-tab-header-wrapper {
  display: flex;
  flex-wrap: wrap;
}
body:not(.cms-page-is-in-edit-mode) table.site-table-tabs .site-tbl-tab-header-wrapper.site-tbl-tab-header-1 > tr {
  max-width: calc(100% / 1);
  flex: 0 0 calc(100% / 1);
  text-align: center;
}
body:not(.cms-page-is-in-edit-mode) table.site-table-tabs .site-tbl-tab-header-wrapper.site-tbl-tab-header-2 > tr {
  max-width: calc(100% / 2);
  flex: 0 0 calc(100% / 2);
  text-align: center;
}
body:not(.cms-page-is-in-edit-mode) table.site-table-tabs .site-tbl-tab-header-wrapper.site-tbl-tab-header-3 > tr {
  max-width: calc(100% / 3);
  flex: 0 0 calc(100% / 3);
  text-align: center;
}
body:not(.cms-page-is-in-edit-mode) table.site-table-tabs .site-tbl-tab-header-wrapper.site-tbl-tab-header-4 > tr {
  max-width: calc(100% / 4);
  flex: 0 0 calc(100% / 4);
  text-align: center;
}
body:not(.cms-page-is-in-edit-mode) table.site-table-tabs .site-tbl-tab-header-wrapper.site-tbl-tab-header-5 > tr {
  max-width: calc(100% / 5);
  flex: 0 0 calc(100% / 5);
  text-align: center;
}
body:not(.cms-page-is-in-edit-mode) table.site-table-tabs .site-tbl-tab-header-wrapper.site-tbl-tab-header-6 > tr {
  max-width: calc(100% / 6);
  flex: 0 0 calc(100% / 6);
  text-align: center;
}
body:not(.cms-page-is-in-edit-mode) table.site-table-tabs .site-tbl-tab-header-wrapper.site-tbl-tab-header-7 > tr {
  max-width: calc(100% / 7);
  flex: 0 0 calc(100% / 7);
  text-align: center;
}
body:not(.cms-page-is-in-edit-mode) table.site-table-tabs .site-tbl-tab-header-wrapper.site-tbl-tab-header-8 > tr {
  max-width: calc(100% / 8);
  flex: 0 0 calc(100% / 8);
  text-align: center;
}
body:not(.cms-page-is-in-edit-mode) table.site-table-tabs .site-tbl-tab-header-wrapper.site-tbl-tab-header-9 > tr {
  max-width: calc(100% / 9);
  flex: 0 0 calc(100% / 9);
  text-align: center;
}
body:not(.cms-page-is-in-edit-mode) table.site-table-tabs .site-tbl-tab-header-wrapper.site-tbl-tab-header-10 > tr {
  max-width: calc(100% / 10);
  flex: 0 0 calc(100% / 10);
  text-align: center;
}
body:not(.cms-page-is-in-edit-mode) table.site-table-tabs .site-tbl-tab-header-wrapper.site-tbl-tab-header-11 > tr {
  max-width: calc(100% / 11);
  flex: 0 0 calc(100% / 11);
  text-align: center;
}
body:not(.cms-page-is-in-edit-mode) table.site-table-tabs .site-tbl-tab-header-wrapper.site-tbl-tab-header-12 > tr {
  max-width: calc(100% / 12);
  flex: 0 0 calc(100% / 12);
  text-align: center;
}
body:not(.cms-page-is-in-edit-mode) table.site-table-tabs .site-tbl-tab-header-wrapper .site-tbl-tab-header {
  display: flex;
  background: #f1f1f1;
}
body:not(.cms-page-is-in-edit-mode) table.site-table-tabs .site-tbl-tab-header-wrapper .site-tbl-tab-header th {
  background: none;
  cursor: pointer;
  width: 100%;
  align-self: center;
  color: #000;
  padding: 10px 30px;
}
body:not(.cms-page-is-in-edit-mode) table.site-table-tabs .site-tbl-tab-header-wrapper .site-tbl-tab-header:hover {
  background: #000;
}
body:not(.cms-page-is-in-edit-mode) table.site-table-tabs .site-tbl-tab-header-wrapper .site-tbl-tab-header:hover th {
  background: none;
  color: #ffffff;
}
body:not(.cms-page-is-in-edit-mode) table.site-table-tabs .site-tbl-tab-header-wrapper .site-tbl-tab-header.site-tbl-tab-header-active {
  background: #FFF500;
  color: #000000;
}
body:not(.cms-page-is-in-edit-mode) table.site-table-tabs .site-tbl-tab-header-wrapper .site-tbl-tab-header.site-tbl-tab-header-active th {
  background: none;
  color: #000000;
}
@media (max-width: 799px) {
  body:not(.cms-page-is-in-edit-mode) table.site-table-tabs .site-tbl-tab-header-wrapper {
    display: none;
  }
}
body:not(.cms-page-is-in-edit-mode) table.site-table-tabs .site-tbl-tab-desc-wrapper .site-tbl-tab-desc {
  display: none;
}
body:not(.cms-page-is-in-edit-mode) table.site-table-tabs .site-tbl-tab-desc-wrapper .site-tbl-tab-desc.site-tbl-tab-desc-active {
  display: block;
}
@media (max-width: 799px) {
  body:not(.cms-page-is-in-edit-mode) table.site-table-tabs .site-tbl-tab-desc-wrapper .site-tbl-tab-desc {
    display: block !important;
  }
}
body:not(.cms-page-is-in-edit-mode) table.site-table-tabs .site-tbl-tab-accordion-title {
  display: none;
  color: #000000 !important;
  text-align: left;
  border: 1px solid #000000 !important;
  transition: 0.5s ease all;
  width: 100%;
  border-radius: 20px;
  padding: 10px 50px 10px 50px !important;
  margin: 0 0 20px;
  font-weight: bold;
  position: relative;
}
body:not(.cms-page-is-in-edit-mode) table.site-table-tabs .site-tbl-tab-accordion-title:after {
  font-family: "site-icon" !important;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e90c" !important;
  position: absolute;
  right: 20px;
  font-size: 20px;
  top: 0;
  display: block;
  height: 16px;
  bottom: 0;
  margin: auto;
  line-height: 16px;
  transition: all ease 0.5s;
}
@media (max-width: 799px) {
  body:not(.cms-page-is-in-edit-mode) table.site-table-tabs .site-tbl-tab-accordion-title {
    display: block;
  }
}
body:not(.cms-page-is-in-edit-mode) table.site-table-tabs .site-tbl-tab-accordion-title.site-tbl-tab-accordion-title-active::after {
  display: block;
  transform: rotate(90deg);
}
@media (max-width: 799px) {
  body:not(.cms-page-is-in-edit-mode) table.site-table-tabs .site-tbl-tab-desc-block {
    display: none;
  }
  body:not(.cms-page-is-in-edit-mode) table.site-table-tabs .site-tbl-tab-desc-block > tr {
    margin: 0 0 20px;
    display: block;
    background: none;
  }
}
@media (min-width: 800px) {
  body:not(.cms-page-is-in-edit-mode) table.site-table-tabs .site-tbl-tab-desc-block {
    display: block !important;
  }
}
body:not(.cms-page-is-in-edit-mode) .site-row-block-right-overlap {
  position: relative;
  display: flex;
  align-items: center;
  margin-left: calc(-50vw + 50%);
  margin-right: calc(-50vw + 50%);
  width: 100vw;
  position: relative;
  max-width: none;
  clear: both;
  color: #000000;
}
body:not(.cms-page-is-in-edit-mode) .site-row-block-right-overlap h1, body:not(.cms-page-is-in-edit-mode) .site-row-block-right-overlap h2, body:not(.cms-page-is-in-edit-mode) .site-row-block-right-overlap h3, body:not(.cms-page-is-in-edit-mode) .site-row-block-right-overlap h4, body:not(.cms-page-is-in-edit-mode) .site-row-block-right-overlap h5, body:not(.cms-page-is-in-edit-mode) .site-row-block-right-overlap h6 {
  color: #000000;
}
@media (max-width: 999px) {
  body:not(.cms-page-is-in-edit-mode) .site-row-block-right-overlap {
    display: block;
  }
}
@media (max-width: 599px) {
  body:not(.cms-page-is-in-edit-mode) .site-row-block-right-overlap {
    margin-left: calc(-50vw + 50%) !important;
    margin-right: calc(-50vw + 50%) !important;
    width: 100vw;
  }
}
body:not(.cms-page-is-in-edit-mode) .site-row-block-right-overlap:before {
  background: #FFF500;
  content: "";
  position: absolute;
  width: 90%;
  height: 100%;
  display: block;
  left: 0;
  right: 0;
  margin: auto;
  border-radius: 20px;
}
@media (max-width: 599px) {
  body:not(.cms-page-is-in-edit-mode) .site-row-block-right-overlap:before {
    display: none;
  }
}
body:not(.cms-page-is-in-edit-mode) .site-row-block-right-overlap .site-custom-right-ovrelay-text-wrapper, body:not(.cms-page-is-in-edit-mode) .site-row-block-right-overlap .site-custom-right-ovrelay-image-wrapper {
  align-self: center;
  position: relative;
  z-index: 10;
}
body:not(.cms-page-is-in-edit-mode) .site-row-block-right-overlap .site-custom-right-ovrelay-text-wrapper {
  padding: 100px 70px 100px 100px;
  border-radius: 20px;
  margin-left: calc(5% + 20px);
}
@media (max-width: 1299px) {
  body:not(.cms-page-is-in-edit-mode) .site-row-block-right-overlap .site-custom-right-ovrelay-text-wrapper {
    padding: 50px 40px;
    margin-left: 0;
  }
}
@media (max-width: 999px) {
  body:not(.cms-page-is-in-edit-mode) .site-row-block-right-overlap .site-custom-right-ovrelay-text-wrapper {
    max-width: 100% !important;
    padding-bottom: 0;
  }
}
@media (max-width: 599px) {
  body:not(.cms-page-is-in-edit-mode) .site-row-block-right-overlap .site-custom-right-ovrelay-text-wrapper {
    padding: 0;
    background: #FFF500;
  }
  body:not(.cms-page-is-in-edit-mode) .site-row-block-right-overlap .site-custom-right-ovrelay-text-wrapper .site-custom-right-ovrelay-text {
    padding: 0 30px 100px;
  }
}
body:not(.cms-page-is-in-edit-mode) .site-row-block-right-overlap .site-custom-right-ovrelay-text-wrapper var {
  background: #ffffff;
  color: #000000;
}
body:not(.cms-page-is-in-edit-mode) .site-row-block-right-overlap .site-custom-right-ovrelay-image-wrapper {
  padding: 0;
}
@media (max-width: 999px) {
  body:not(.cms-page-is-in-edit-mode) .site-row-block-right-overlap .site-custom-right-ovrelay-image-wrapper {
    max-width: 100% !important;
  }
}
@media (max-width: 599px) {
  body:not(.cms-page-is-in-edit-mode) .site-row-block-right-overlap .site-custom-right-ovrelay-image-wrapper {
    margin: -100px 0 0 40px;
  }
}
body:not(.cms-page-is-in-edit-mode) .site-row-block-right-overlap .site-custom-right-ovrelay-image-wrapper img {
  width: 150% !important;
  max-width: none;
  padding: 50px 0;
}
@media (max-width: 1499px) {
  body:not(.cms-page-is-in-edit-mode) .site-row-block-right-overlap .site-custom-right-ovrelay-image-wrapper img {
    padding: 0;
  }
}
body:not(.cms-page-is-in-edit-mode).experience table {
  border: none;
  text-align: left;
}
@media (max-width: 599px) {
  body:not(.cms-page-is-in-edit-mode).experience table tbody {
    display: block;
  }
}
body:not(.cms-page-is-in-edit-mode).experience table td {
  text-align: left;
}
body:not(.cms-page-is-in-edit-mode).experience table.site-table-accordion thead > tr, body:not(.cms-page-is-in-edit-mode).experience table.site-table-accordion tbody > tr {
  padding: 0 !important;
}
@media (max-width: 599px) {
  body:not(.cms-page-is-in-edit-mode).experience table.site-table-accordion thead > tr > td p, body:not(.cms-page-is-in-edit-mode).experience table.site-table-accordion thead > tr > th p, body:not(.cms-page-is-in-edit-mode).experience table.site-table-accordion tbody > tr > td p, body:not(.cms-page-is-in-edit-mode).experience table.site-table-accordion tbody > tr > th p {
    margin: 0 !important;
  }
}
body:not(.cms-page-is-in-edit-mode).experience table.site-table-accordion > tbody > tr {
  font-size: 18px;
  line-height: 30px;
  background: #ffffff !important;
  border: none;
  border-radius: 20px;
}
body:not(.cms-page-is-in-edit-mode).experience table.site-table-accordion > tbody > tr > th {
  color: #000000 !important;
  text-align: left;
  background: none !important;
  text-transform: none;
  letter-spacing: normal;
  font-size: 20px;
}
body:not(.cms-page-is-in-edit-mode).experience table.site-table-accordion > tbody > tr > th h3 {
  color: #000000 !important;
  text-align: left;
  background: none !important;
  text-transform: none;
  letter-spacing: normal;
  font-size: 20px;
  font-family: "brother-1816", sans-serif;
  margin: 0;
  line-height: 30px;
  font-weight: bold;
}
body:not(.cms-page-is-in-edit-mode).experience table.site-table-accordion > tbody > tr > th:after {
  right: 40px !important;
  font-family: "site-icon" !important;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e90c" !important;
  transition: all ease 0.5s;
  background: none !important;
  font-size: 20px !important;
}
@media (max-width: 599px) {
  body:not(.cms-page-is-in-edit-mode).experience table.site-table-accordion > tbody > tr > th:after {
    right: 20px !important;
  }
}
body:not(.cms-page-is-in-edit-mode).experience table.site-table-accordion > tbody > tr > .site-tbl-accordion-desc-wrapper > td {
  text-align: left;
  width: 100%;
  display: block;
  white-space: normal;
}
body:not(.cms-page-is-in-edit-mode).experience table.site-table-accordion > tbody > tr.site-tbl-accordion-row.site-tbl-accordion-header {
  font-size: 18px;
  line-height: 30px;
  background: #ffffff !important;
  border: none !important;
  transition: 0.5s ease all;
  display: block;
}
@media (max-width: 599px) {
  body:not(.cms-page-is-in-edit-mode).experience table.site-table-accordion > tbody > tr.site-tbl-accordion-row.site-tbl-accordion-header {
    text-wrap: auto;
  }
}
body:not(.cms-page-is-in-edit-mode).experience table.site-table-accordion > tbody > tr.site-tbl-accordion-row.site-tbl-accordion-header:not(:first-child) {
  margin-top: 20px;
}
body:not(.cms-page-is-in-edit-mode).experience table.site-table-accordion > tbody > tr.site-tbl-accordion-row.site-tbl-accordion-header th {
  color: #000000 !important;
  text-align: left;
  border: 1px solid #000000 !important;
  transition: 0.5s ease all;
  width: 100%;
  display: block;
  border-radius: 20px;
  padding: 10px 50px 10px 50px !important;
}
@media (max-width: 599px) {
  body:not(.cms-page-is-in-edit-mode).experience table.site-table-accordion > tbody > tr.site-tbl-accordion-row.site-tbl-accordion-header th {
    padding: 10px 45px 10px 20px !important;
  }
}
body:not(.cms-page-is-in-edit-mode).experience table.site-table-accordion > tbody > tr.site-tbl-accordion-row.site-tbl-accordion-header:hover {
  background: #FF2689 !important;
  border: none;
  color: #ffffff !important;
}
body:not(.cms-page-is-in-edit-mode).experience table.site-table-accordion > tbody > tr.site-tbl-accordion-row.site-tbl-accordion-header:hover th {
  color: #ffffff !important;
}
body:not(.cms-page-is-in-edit-mode).experience table.site-table-accordion > tbody > tr.site-tbl-accordion-row.site-tbl-accordion-header.site-tbl-accordion-header-active {
  background: #FF2689 !important;
  color: #ffffff !important;
  border-bottom: none !important;
  transition: 0.5s ease all;
}
body:not(.cms-page-is-in-edit-mode).experience table.site-table-accordion > tbody > tr.site-tbl-accordion-row.site-tbl-accordion-header.site-tbl-accordion-header-active th {
  color: #ffffff !important;
  transition: 0.5s ease all;
}
body:not(.cms-page-is-in-edit-mode).experience table.site-table-accordion > tbody > tr.site-tbl-accordion-row.site-tbl-accordion-header.site-tbl-accordion-header-active th:after {
  background: none !important;
  transform: rotate(90deg);
}
body:not(.cms-page-is-in-edit-mode).experience table.site-table-accordion > tbody > tr.site-tbl-accordion-row.site-tbl-accordion-desc {
  border: none !important;
}
body:not(.cms-page-is-in-edit-mode).experience table.site-table-accordion > tbody > tr.site-tbl-accordion-row.site-tbl-accordion-desc .site-tbl-accordion-desc-wrapper {
  padding-top: 20px;
}
body:not(.cms-page-is-in-edit-mode).experience table.site-table-accordion > tbody > tr.site-tbl-accordion-row.site-tbl-accordion-desc:last-child .site-tbl-accordion-desc-wrapper {
  padding-bottom: 0;
}
body:not(.cms-page-is-in-edit-mode).experience table.site-table-accordion.site-table-accordion-arrow-first > tbody > tr.site-tbl-accordion-row.site-tbl-accordion-header th {
  padding: 10px 50px 10px 50px !important;
}
body:not(.cms-page-is-in-edit-mode).experience table.site-table-accordion.site-table-accordion-arrow-first > tbody > tr.site-tbl-accordion-row.site-tbl-accordion-header th:after {
  right: auto;
  left: 20px !important;
}
body:not(.cms-page-is-in-edit-mode).experience .site-feature-accordion-wrapper .cms-feature-title {
  color: #000000 !important;
  text-align: left;
  border: 1px solid #000000 !important;
  transition: 0.5s ease all;
  width: 100%;
  display: block;
  border-radius: 20px;
  padding: 10px 50px 10px 50px !important;
  font-family: "brother-1816", sans-serif !important;
  font-size: 20px;
  font-weight: 600;
  line-height: 30px;
  background: #ffffff !important;
  border-radius: 20px;
  position: relative;
  margin: 0;
}
body:not(.cms-page-is-in-edit-mode).experience .site-feature-accordion-wrapper .cms-feature-title:hover {
  background: #FF2689 !important;
  border: none;
  color: #ffffff !important;
}
body:not(.cms-page-is-in-edit-mode).experience .site-feature-accordion-wrapper .cms-feature-title::after {
  font-family: "site-icon" !important;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e90c" !important;
  position: absolute;
  right: 20px;
  font-size: 20px;
  top: 0;
  display: block;
  height: 16px;
  bottom: 0;
  margin: auto;
  line-height: 16px;
  transition: all ease 0.5s;
}
body:not(.cms-page-is-in-edit-mode).experience .site-feature-accordion-wrapper .cms-feature-title:hover, body:not(.cms-page-is-in-edit-mode).experience .site-feature-accordion-wrapper .cms-feature-title:focus {
  background-color: #FF2689;
  transition: 0.5s ease all;
  color: #ffffff;
}
body:not(.cms-page-is-in-edit-mode).experience .site-feature-accordion-wrapper.site-feature-accordion-active .cms-feature-title {
  background-color: #FF2689;
  transition: 0.5s ease all;
  color: #ffffff;
}
body:not(.cms-page-is-in-edit-mode).experience .site-feature-accordion-wrapper.site-feature-accordion-active .cms-feature-title::after {
  display: block;
  transform: rotate(90deg);
}
body:not(.cms-page-is-in-edit-mode).experience .site-feature-accordion-wrapper.site-feature-accordion-active .site-feature-accordion {
  padding-top: 20px;
}
body:not(.cms-page-is-in-edit-mode).experience table.site-table-tabs .site-tbl-tab-header-wrapper {
  display: flex;
  flex-wrap: wrap;
}
body:not(.cms-page-is-in-edit-mode).experience table.site-table-tabs .site-tbl-tab-header-wrapper.site-tbl-tab-header-1 > tr {
  max-width: calc(100% / 1);
  flex: 0 0 calc(100% / 1);
  text-align: center;
}
body:not(.cms-page-is-in-edit-mode).experience table.site-table-tabs .site-tbl-tab-header-wrapper.site-tbl-tab-header-2 > tr {
  max-width: calc(100% / 2);
  flex: 0 0 calc(100% / 2);
  text-align: center;
}
body:not(.cms-page-is-in-edit-mode).experience table.site-table-tabs .site-tbl-tab-header-wrapper.site-tbl-tab-header-3 > tr {
  max-width: calc(100% / 3);
  flex: 0 0 calc(100% / 3);
  text-align: center;
}
body:not(.cms-page-is-in-edit-mode).experience table.site-table-tabs .site-tbl-tab-header-wrapper.site-tbl-tab-header-4 > tr {
  max-width: calc(100% / 4);
  flex: 0 0 calc(100% / 4);
  text-align: center;
}
body:not(.cms-page-is-in-edit-mode).experience table.site-table-tabs .site-tbl-tab-header-wrapper.site-tbl-tab-header-5 > tr {
  max-width: calc(100% / 5);
  flex: 0 0 calc(100% / 5);
  text-align: center;
}
body:not(.cms-page-is-in-edit-mode).experience table.site-table-tabs .site-tbl-tab-header-wrapper.site-tbl-tab-header-6 > tr {
  max-width: calc(100% / 6);
  flex: 0 0 calc(100% / 6);
  text-align: center;
}
body:not(.cms-page-is-in-edit-mode).experience table.site-table-tabs .site-tbl-tab-header-wrapper.site-tbl-tab-header-7 > tr {
  max-width: calc(100% / 7);
  flex: 0 0 calc(100% / 7);
  text-align: center;
}
body:not(.cms-page-is-in-edit-mode).experience table.site-table-tabs .site-tbl-tab-header-wrapper.site-tbl-tab-header-8 > tr {
  max-width: calc(100% / 8);
  flex: 0 0 calc(100% / 8);
  text-align: center;
}
body:not(.cms-page-is-in-edit-mode).experience table.site-table-tabs .site-tbl-tab-header-wrapper.site-tbl-tab-header-9 > tr {
  max-width: calc(100% / 9);
  flex: 0 0 calc(100% / 9);
  text-align: center;
}
body:not(.cms-page-is-in-edit-mode).experience table.site-table-tabs .site-tbl-tab-header-wrapper.site-tbl-tab-header-10 > tr {
  max-width: calc(100% / 10);
  flex: 0 0 calc(100% / 10);
  text-align: center;
}
body:not(.cms-page-is-in-edit-mode).experience table.site-table-tabs .site-tbl-tab-header-wrapper.site-tbl-tab-header-11 > tr {
  max-width: calc(100% / 11);
  flex: 0 0 calc(100% / 11);
  text-align: center;
}
body:not(.cms-page-is-in-edit-mode).experience table.site-table-tabs .site-tbl-tab-header-wrapper.site-tbl-tab-header-12 > tr {
  max-width: calc(100% / 12);
  flex: 0 0 calc(100% / 12);
  text-align: center;
}
body:not(.cms-page-is-in-edit-mode).experience table.site-table-tabs .site-tbl-tab-header-wrapper .site-tbl-tab-header {
  display: flex;
  background: #f1f1f1;
}
body:not(.cms-page-is-in-edit-mode).experience table.site-table-tabs .site-tbl-tab-header-wrapper .site-tbl-tab-header th {
  background: none;
  cursor: pointer;
  width: 100%;
  align-self: center;
  color: #000;
  padding: 10px 30px;
}
body:not(.cms-page-is-in-edit-mode).experience table.site-table-tabs .site-tbl-tab-header-wrapper .site-tbl-tab-header:hover {
  background: #000;
}
body:not(.cms-page-is-in-edit-mode).experience table.site-table-tabs .site-tbl-tab-header-wrapper .site-tbl-tab-header:hover th {
  background: none;
  color: #ffffff;
}
body:not(.cms-page-is-in-edit-mode).experience table.site-table-tabs .site-tbl-tab-header-wrapper .site-tbl-tab-header.site-tbl-tab-header-active {
  background: #FF2689;
  color: #ffffff;
}
body:not(.cms-page-is-in-edit-mode).experience table.site-table-tabs .site-tbl-tab-header-wrapper .site-tbl-tab-header.site-tbl-tab-header-active th {
  background: none;
  color: #ffffff;
}
@media (max-width: 799px) {
  body:not(.cms-page-is-in-edit-mode).experience table.site-table-tabs .site-tbl-tab-header-wrapper {
    display: none;
  }
}
body:not(.cms-page-is-in-edit-mode).experience table.site-table-tabs .site-tbl-tab-desc-wrapper .site-tbl-tab-desc {
  display: none;
}
body:not(.cms-page-is-in-edit-mode).experience table.site-table-tabs .site-tbl-tab-desc-wrapper .site-tbl-tab-desc.site-tbl-tab-desc-active {
  display: block;
}
@media (max-width: 799px) {
  body:not(.cms-page-is-in-edit-mode).experience table.site-table-tabs .site-tbl-tab-desc-wrapper .site-tbl-tab-desc {
    display: block !important;
  }
}
body:not(.cms-page-is-in-edit-mode).experience table.site-table-tabs .site-tbl-tab-accordion-title {
  display: none;
  color: #000000 !important;
  text-align: left;
  border: 1px solid #000000 !important;
  transition: 0.5s ease all;
  width: 100%;
  border-radius: 20px;
  padding: 10px 50px 10px 50px !important;
  margin: 0 0 20px;
  font-weight: bold;
  position: relative;
}
body:not(.cms-page-is-in-edit-mode).experience table.site-table-tabs .site-tbl-tab-accordion-title:after {
  font-family: "site-icon" !important;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e90c" !important;
  position: absolute;
  right: 20px;
  font-size: 20px;
  top: 0;
  display: block;
  height: 16px;
  bottom: 0;
  margin: auto;
  line-height: 16px;
  transition: all ease 0.5s;
}
@media (max-width: 799px) {
  body:not(.cms-page-is-in-edit-mode).experience table.site-table-tabs .site-tbl-tab-accordion-title {
    display: block;
  }
}
body:not(.cms-page-is-in-edit-mode).experience table.site-table-tabs .site-tbl-tab-accordion-title.site-tbl-tab-accordion-title-active::after {
  display: block;
  transform: rotate(90deg);
}
@media (max-width: 799px) {
  body:not(.cms-page-is-in-edit-mode).experience table.site-table-tabs .site-tbl-tab-desc-block {
    display: none;
  }
  body:not(.cms-page-is-in-edit-mode).experience table.site-table-tabs .site-tbl-tab-desc-block > tr {
    margin: 0 0 20px;
    display: block;
    background: none;
  }
}
@media (min-width: 800px) {
  body:not(.cms-page-is-in-edit-mode).experience table.site-table-tabs .site-tbl-tab-desc-block {
    display: block !important;
  }
}
body:not(.cms-page-is-in-edit-mode).experience .site-row-block-right-overlap {
  position: relative;
  display: flex;
  align-items: center;
  margin-left: calc(-50vw + 50%);
  margin-right: calc(-50vw + 50%);
  width: 100vw;
  position: relative;
  max-width: none;
  clear: both;
  color: #ffffff;
}
body:not(.cms-page-is-in-edit-mode).experience .site-row-block-right-overlap h1, body:not(.cms-page-is-in-edit-mode).experience .site-row-block-right-overlap h2, body:not(.cms-page-is-in-edit-mode).experience .site-row-block-right-overlap h3, body:not(.cms-page-is-in-edit-mode).experience .site-row-block-right-overlap h4, body:not(.cms-page-is-in-edit-mode).experience .site-row-block-right-overlap h5, body:not(.cms-page-is-in-edit-mode).experience .site-row-block-right-overlap h6 {
  color: #ffffff;
}
@media (max-width: 999px) {
  body:not(.cms-page-is-in-edit-mode).experience .site-row-block-right-overlap {
    display: block;
  }
}
@media (max-width: 599px) {
  body:not(.cms-page-is-in-edit-mode).experience .site-row-block-right-overlap {
    margin-left: calc(-50vw + 50%) !important;
    margin-right: calc(-50vw + 50%) !important;
    width: 100vw;
  }
}
body:not(.cms-page-is-in-edit-mode).experience .site-row-block-right-overlap:before {
  background: #FF2689;
  content: "";
  position: absolute;
  width: 90%;
  height: 100%;
  display: block;
  left: 0;
  right: 0;
  margin: auto;
  border-radius: 20px;
}
@media (max-width: 599px) {
  body:not(.cms-page-is-in-edit-mode).experience .site-row-block-right-overlap:before {
    display: none;
  }
}
body:not(.cms-page-is-in-edit-mode).experience .site-row-block-right-overlap .site-custom-right-ovrelay-text-wrapper, body:not(.cms-page-is-in-edit-mode).experience .site-row-block-right-overlap .site-custom-right-ovrelay-image-wrapper {
  align-self: center;
  position: relative;
  z-index: 10;
}
body:not(.cms-page-is-in-edit-mode).experience .site-row-block-right-overlap .site-custom-right-ovrelay-text-wrapper {
  padding: 100px 70px 100px 100px;
  border-radius: 20px;
  margin-left: calc(5% + 20px);
}
@media (max-width: 1299px) {
  body:not(.cms-page-is-in-edit-mode).experience .site-row-block-right-overlap .site-custom-right-ovrelay-text-wrapper {
    padding: 50px 40px;
    margin-left: 0;
  }
}
@media (max-width: 999px) {
  body:not(.cms-page-is-in-edit-mode).experience .site-row-block-right-overlap .site-custom-right-ovrelay-text-wrapper {
    max-width: 100% !important;
    padding-bottom: 0;
  }
}
@media (max-width: 599px) {
  body:not(.cms-page-is-in-edit-mode).experience .site-row-block-right-overlap .site-custom-right-ovrelay-text-wrapper {
    padding: 0;
    background: #FF2689;
  }
  body:not(.cms-page-is-in-edit-mode).experience .site-row-block-right-overlap .site-custom-right-ovrelay-text-wrapper .site-custom-right-ovrelay-text {
    padding: 0 30px 100px;
  }
}
body:not(.cms-page-is-in-edit-mode).experience .site-row-block-right-overlap .site-custom-right-ovrelay-text-wrapper var {
  background: #ffffff;
  color: #000000;
}
body:not(.cms-page-is-in-edit-mode).experience .site-row-block-right-overlap .site-custom-right-ovrelay-image-wrapper {
  padding: 0;
}
@media (max-width: 999px) {
  body:not(.cms-page-is-in-edit-mode).experience .site-row-block-right-overlap .site-custom-right-ovrelay-image-wrapper {
    max-width: 100% !important;
  }
}
@media (max-width: 599px) {
  body:not(.cms-page-is-in-edit-mode).experience .site-row-block-right-overlap .site-custom-right-ovrelay-image-wrapper {
    margin: -100px 0 0 40px;
  }
}
body:not(.cms-page-is-in-edit-mode).experience .site-row-block-right-overlap .site-custom-right-ovrelay-image-wrapper img {
  width: 150% !important;
  max-width: none;
  padding: 50px 0;
}
@media (max-width: 1499px) {
  body:not(.cms-page-is-in-edit-mode).experience .site-row-block-right-overlap .site-custom-right-ovrelay-image-wrapper img {
    padding: 0;
  }
}
body:not(.cms-page-is-in-edit-mode).amplify table {
  border: none;
  text-align: left;
}
@media (max-width: 599px) {
  body:not(.cms-page-is-in-edit-mode).amplify table tbody {
    display: block;
  }
}
body:not(.cms-page-is-in-edit-mode).amplify table td {
  text-align: left;
}
body:not(.cms-page-is-in-edit-mode).amplify table.site-table-accordion thead > tr, body:not(.cms-page-is-in-edit-mode).amplify table.site-table-accordion tbody > tr {
  padding: 0 !important;
}
@media (max-width: 599px) {
  body:not(.cms-page-is-in-edit-mode).amplify table.site-table-accordion thead > tr > td p, body:not(.cms-page-is-in-edit-mode).amplify table.site-table-accordion thead > tr > th p, body:not(.cms-page-is-in-edit-mode).amplify table.site-table-accordion tbody > tr > td p, body:not(.cms-page-is-in-edit-mode).amplify table.site-table-accordion tbody > tr > th p {
    margin: 0 !important;
  }
}
body:not(.cms-page-is-in-edit-mode).amplify table.site-table-accordion > tbody > tr {
  font-size: 18px;
  line-height: 30px;
  background: #ffffff !important;
  border: none;
  border-radius: 20px;
}
body:not(.cms-page-is-in-edit-mode).amplify table.site-table-accordion > tbody > tr > th {
  color: #000000 !important;
  text-align: left;
  background: none !important;
  text-transform: none;
  letter-spacing: normal;
  font-size: 20px;
}
body:not(.cms-page-is-in-edit-mode).amplify table.site-table-accordion > tbody > tr > th h3 {
  color: #000000 !important;
  text-align: left;
  background: none !important;
  text-transform: none;
  letter-spacing: normal;
  font-size: 20px;
  font-family: "brother-1816", sans-serif;
  margin: 0;
  line-height: 30px;
  font-weight: bold;
}
body:not(.cms-page-is-in-edit-mode).amplify table.site-table-accordion > tbody > tr > th:after {
  right: 40px !important;
  font-family: "site-icon" !important;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e90c" !important;
  transition: all ease 0.5s;
  background: none !important;
  font-size: 20px !important;
}
@media (max-width: 599px) {
  body:not(.cms-page-is-in-edit-mode).amplify table.site-table-accordion > tbody > tr > th:after {
    right: 20px !important;
  }
}
body:not(.cms-page-is-in-edit-mode).amplify table.site-table-accordion > tbody > tr > .site-tbl-accordion-desc-wrapper > td {
  text-align: left;
  width: 100%;
  display: block;
  white-space: normal;
}
body:not(.cms-page-is-in-edit-mode).amplify table.site-table-accordion > tbody > tr.site-tbl-accordion-row.site-tbl-accordion-header {
  font-size: 18px;
  line-height: 30px;
  background: #ffffff !important;
  border: none !important;
  transition: 0.5s ease all;
  display: block;
}
@media (max-width: 599px) {
  body:not(.cms-page-is-in-edit-mode).amplify table.site-table-accordion > tbody > tr.site-tbl-accordion-row.site-tbl-accordion-header {
    text-wrap: auto;
  }
}
body:not(.cms-page-is-in-edit-mode).amplify table.site-table-accordion > tbody > tr.site-tbl-accordion-row.site-tbl-accordion-header:not(:first-child) {
  margin-top: 20px;
}
body:not(.cms-page-is-in-edit-mode).amplify table.site-table-accordion > tbody > tr.site-tbl-accordion-row.site-tbl-accordion-header th {
  color: #000000 !important;
  text-align: left;
  border: 1px solid #000000 !important;
  transition: 0.5s ease all;
  width: 100%;
  display: block;
  border-radius: 20px;
  padding: 10px 50px 10px 50px !important;
}
@media (max-width: 599px) {
  body:not(.cms-page-is-in-edit-mode).amplify table.site-table-accordion > tbody > tr.site-tbl-accordion-row.site-tbl-accordion-header th {
    padding: 10px 45px 10px 20px !important;
  }
}
body:not(.cms-page-is-in-edit-mode).amplify table.site-table-accordion > tbody > tr.site-tbl-accordion-row.site-tbl-accordion-header:hover {
  background: #419F7A !important;
  border: none;
  color: #ffffff !important;
}
body:not(.cms-page-is-in-edit-mode).amplify table.site-table-accordion > tbody > tr.site-tbl-accordion-row.site-tbl-accordion-header:hover th {
  color: #ffffff !important;
}
body:not(.cms-page-is-in-edit-mode).amplify table.site-table-accordion > tbody > tr.site-tbl-accordion-row.site-tbl-accordion-header.site-tbl-accordion-header-active {
  background: #419F7A !important;
  color: #ffffff !important;
  border-bottom: none !important;
  transition: 0.5s ease all;
}
body:not(.cms-page-is-in-edit-mode).amplify table.site-table-accordion > tbody > tr.site-tbl-accordion-row.site-tbl-accordion-header.site-tbl-accordion-header-active th {
  color: #ffffff !important;
  transition: 0.5s ease all;
}
body:not(.cms-page-is-in-edit-mode).amplify table.site-table-accordion > tbody > tr.site-tbl-accordion-row.site-tbl-accordion-header.site-tbl-accordion-header-active th:after {
  background: none !important;
  transform: rotate(90deg);
}
body:not(.cms-page-is-in-edit-mode).amplify table.site-table-accordion > tbody > tr.site-tbl-accordion-row.site-tbl-accordion-desc {
  border: none !important;
}
body:not(.cms-page-is-in-edit-mode).amplify table.site-table-accordion > tbody > tr.site-tbl-accordion-row.site-tbl-accordion-desc .site-tbl-accordion-desc-wrapper {
  padding-top: 20px;
}
body:not(.cms-page-is-in-edit-mode).amplify table.site-table-accordion > tbody > tr.site-tbl-accordion-row.site-tbl-accordion-desc:last-child .site-tbl-accordion-desc-wrapper {
  padding-bottom: 0;
}
body:not(.cms-page-is-in-edit-mode).amplify table.site-table-accordion.site-table-accordion-arrow-first > tbody > tr.site-tbl-accordion-row.site-tbl-accordion-header th {
  padding: 10px 50px 10px 50px !important;
}
body:not(.cms-page-is-in-edit-mode).amplify table.site-table-accordion.site-table-accordion-arrow-first > tbody > tr.site-tbl-accordion-row.site-tbl-accordion-header th:after {
  right: auto;
  left: 20px !important;
}
body:not(.cms-page-is-in-edit-mode).amplify .site-feature-accordion-wrapper .cms-feature-title {
  color: #000000 !important;
  text-align: left;
  border: 1px solid #000000 !important;
  transition: 0.5s ease all;
  width: 100%;
  display: block;
  border-radius: 20px;
  padding: 10px 50px 10px 50px !important;
  font-family: "brother-1816", sans-serif !important;
  font-size: 20px;
  font-weight: 600;
  line-height: 30px;
  background: #ffffff !important;
  border-radius: 20px;
  position: relative;
  margin: 0;
}
body:not(.cms-page-is-in-edit-mode).amplify .site-feature-accordion-wrapper .cms-feature-title:hover {
  background: #419F7A !important;
  border: none;
  color: #ffffff !important;
}
body:not(.cms-page-is-in-edit-mode).amplify .site-feature-accordion-wrapper .cms-feature-title::after {
  font-family: "site-icon" !important;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e90c" !important;
  position: absolute;
  right: 20px;
  font-size: 20px;
  top: 0;
  display: block;
  height: 16px;
  bottom: 0;
  margin: auto;
  line-height: 16px;
  transition: all ease 0.5s;
}
body:not(.cms-page-is-in-edit-mode).amplify .site-feature-accordion-wrapper .cms-feature-title:hover, body:not(.cms-page-is-in-edit-mode).amplify .site-feature-accordion-wrapper .cms-feature-title:focus {
  background-color: #419F7A;
  transition: 0.5s ease all;
  color: #ffffff;
}
body:not(.cms-page-is-in-edit-mode).amplify .site-feature-accordion-wrapper.site-feature-accordion-active .cms-feature-title {
  background-color: #419F7A;
  transition: 0.5s ease all;
  color: #ffffff;
}
body:not(.cms-page-is-in-edit-mode).amplify .site-feature-accordion-wrapper.site-feature-accordion-active .cms-feature-title::after {
  display: block;
  transform: rotate(90deg);
}
body:not(.cms-page-is-in-edit-mode).amplify .site-feature-accordion-wrapper.site-feature-accordion-active .site-feature-accordion {
  padding-top: 20px;
}
body:not(.cms-page-is-in-edit-mode).amplify table.site-table-tabs .site-tbl-tab-header-wrapper {
  display: flex;
  flex-wrap: wrap;
}
body:not(.cms-page-is-in-edit-mode).amplify table.site-table-tabs .site-tbl-tab-header-wrapper.site-tbl-tab-header-1 > tr {
  max-width: calc(100% / 1);
  flex: 0 0 calc(100% / 1);
  text-align: center;
}
body:not(.cms-page-is-in-edit-mode).amplify table.site-table-tabs .site-tbl-tab-header-wrapper.site-tbl-tab-header-2 > tr {
  max-width: calc(100% / 2);
  flex: 0 0 calc(100% / 2);
  text-align: center;
}
body:not(.cms-page-is-in-edit-mode).amplify table.site-table-tabs .site-tbl-tab-header-wrapper.site-tbl-tab-header-3 > tr {
  max-width: calc(100% / 3);
  flex: 0 0 calc(100% / 3);
  text-align: center;
}
body:not(.cms-page-is-in-edit-mode).amplify table.site-table-tabs .site-tbl-tab-header-wrapper.site-tbl-tab-header-4 > tr {
  max-width: calc(100% / 4);
  flex: 0 0 calc(100% / 4);
  text-align: center;
}
body:not(.cms-page-is-in-edit-mode).amplify table.site-table-tabs .site-tbl-tab-header-wrapper.site-tbl-tab-header-5 > tr {
  max-width: calc(100% / 5);
  flex: 0 0 calc(100% / 5);
  text-align: center;
}
body:not(.cms-page-is-in-edit-mode).amplify table.site-table-tabs .site-tbl-tab-header-wrapper.site-tbl-tab-header-6 > tr {
  max-width: calc(100% / 6);
  flex: 0 0 calc(100% / 6);
  text-align: center;
}
body:not(.cms-page-is-in-edit-mode).amplify table.site-table-tabs .site-tbl-tab-header-wrapper.site-tbl-tab-header-7 > tr {
  max-width: calc(100% / 7);
  flex: 0 0 calc(100% / 7);
  text-align: center;
}
body:not(.cms-page-is-in-edit-mode).amplify table.site-table-tabs .site-tbl-tab-header-wrapper.site-tbl-tab-header-8 > tr {
  max-width: calc(100% / 8);
  flex: 0 0 calc(100% / 8);
  text-align: center;
}
body:not(.cms-page-is-in-edit-mode).amplify table.site-table-tabs .site-tbl-tab-header-wrapper.site-tbl-tab-header-9 > tr {
  max-width: calc(100% / 9);
  flex: 0 0 calc(100% / 9);
  text-align: center;
}
body:not(.cms-page-is-in-edit-mode).amplify table.site-table-tabs .site-tbl-tab-header-wrapper.site-tbl-tab-header-10 > tr {
  max-width: calc(100% / 10);
  flex: 0 0 calc(100% / 10);
  text-align: center;
}
body:not(.cms-page-is-in-edit-mode).amplify table.site-table-tabs .site-tbl-tab-header-wrapper.site-tbl-tab-header-11 > tr {
  max-width: calc(100% / 11);
  flex: 0 0 calc(100% / 11);
  text-align: center;
}
body:not(.cms-page-is-in-edit-mode).amplify table.site-table-tabs .site-tbl-tab-header-wrapper.site-tbl-tab-header-12 > tr {
  max-width: calc(100% / 12);
  flex: 0 0 calc(100% / 12);
  text-align: center;
}
body:not(.cms-page-is-in-edit-mode).amplify table.site-table-tabs .site-tbl-tab-header-wrapper .site-tbl-tab-header {
  display: flex;
  background: #f1f1f1;
}
body:not(.cms-page-is-in-edit-mode).amplify table.site-table-tabs .site-tbl-tab-header-wrapper .site-tbl-tab-header th {
  background: none;
  cursor: pointer;
  width: 100%;
  align-self: center;
  color: #000;
  padding: 10px 30px;
}
body:not(.cms-page-is-in-edit-mode).amplify table.site-table-tabs .site-tbl-tab-header-wrapper .site-tbl-tab-header:hover {
  background: #000;
}
body:not(.cms-page-is-in-edit-mode).amplify table.site-table-tabs .site-tbl-tab-header-wrapper .site-tbl-tab-header:hover th {
  background: none;
  color: #ffffff;
}
body:not(.cms-page-is-in-edit-mode).amplify table.site-table-tabs .site-tbl-tab-header-wrapper .site-tbl-tab-header.site-tbl-tab-header-active {
  background: #419F7A;
  color: #ffffff;
}
body:not(.cms-page-is-in-edit-mode).amplify table.site-table-tabs .site-tbl-tab-header-wrapper .site-tbl-tab-header.site-tbl-tab-header-active th {
  background: none;
  color: #ffffff;
}
@media (max-width: 799px) {
  body:not(.cms-page-is-in-edit-mode).amplify table.site-table-tabs .site-tbl-tab-header-wrapper {
    display: none;
  }
}
body:not(.cms-page-is-in-edit-mode).amplify table.site-table-tabs .site-tbl-tab-desc-wrapper .site-tbl-tab-desc {
  display: none;
}
body:not(.cms-page-is-in-edit-mode).amplify table.site-table-tabs .site-tbl-tab-desc-wrapper .site-tbl-tab-desc.site-tbl-tab-desc-active {
  display: block;
}
@media (max-width: 799px) {
  body:not(.cms-page-is-in-edit-mode).amplify table.site-table-tabs .site-tbl-tab-desc-wrapper .site-tbl-tab-desc {
    display: block !important;
  }
}
body:not(.cms-page-is-in-edit-mode).amplify table.site-table-tabs .site-tbl-tab-accordion-title {
  display: none;
  color: #000000 !important;
  text-align: left;
  border: 1px solid #000000 !important;
  transition: 0.5s ease all;
  width: 100%;
  border-radius: 20px;
  padding: 10px 50px 10px 50px !important;
  margin: 0 0 20px;
  font-weight: bold;
  position: relative;
}
body:not(.cms-page-is-in-edit-mode).amplify table.site-table-tabs .site-tbl-tab-accordion-title:after {
  font-family: "site-icon" !important;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e90c" !important;
  position: absolute;
  right: 20px;
  font-size: 20px;
  top: 0;
  display: block;
  height: 16px;
  bottom: 0;
  margin: auto;
  line-height: 16px;
  transition: all ease 0.5s;
}
@media (max-width: 799px) {
  body:not(.cms-page-is-in-edit-mode).amplify table.site-table-tabs .site-tbl-tab-accordion-title {
    display: block;
  }
}
body:not(.cms-page-is-in-edit-mode).amplify table.site-table-tabs .site-tbl-tab-accordion-title.site-tbl-tab-accordion-title-active::after {
  display: block;
  transform: rotate(90deg);
}
@media (max-width: 799px) {
  body:not(.cms-page-is-in-edit-mode).amplify table.site-table-tabs .site-tbl-tab-desc-block {
    display: none;
  }
  body:not(.cms-page-is-in-edit-mode).amplify table.site-table-tabs .site-tbl-tab-desc-block > tr {
    margin: 0 0 20px;
    display: block;
    background: none;
  }
}
@media (min-width: 800px) {
  body:not(.cms-page-is-in-edit-mode).amplify table.site-table-tabs .site-tbl-tab-desc-block {
    display: block !important;
  }
}
body:not(.cms-page-is-in-edit-mode).amplify .site-row-block-right-overlap {
  position: relative;
  display: flex;
  align-items: center;
  margin-left: calc(-50vw + 50%);
  margin-right: calc(-50vw + 50%);
  width: 100vw;
  position: relative;
  max-width: none;
  clear: both;
  color: #ffffff;
}
body:not(.cms-page-is-in-edit-mode).amplify .site-row-block-right-overlap h1, body:not(.cms-page-is-in-edit-mode).amplify .site-row-block-right-overlap h2, body:not(.cms-page-is-in-edit-mode).amplify .site-row-block-right-overlap h3, body:not(.cms-page-is-in-edit-mode).amplify .site-row-block-right-overlap h4, body:not(.cms-page-is-in-edit-mode).amplify .site-row-block-right-overlap h5, body:not(.cms-page-is-in-edit-mode).amplify .site-row-block-right-overlap h6 {
  color: #ffffff;
}
@media (max-width: 999px) {
  body:not(.cms-page-is-in-edit-mode).amplify .site-row-block-right-overlap {
    display: block;
  }
}
@media (max-width: 599px) {
  body:not(.cms-page-is-in-edit-mode).amplify .site-row-block-right-overlap {
    margin-left: calc(-50vw + 50%) !important;
    margin-right: calc(-50vw + 50%) !important;
    width: 100vw;
  }
}
body:not(.cms-page-is-in-edit-mode).amplify .site-row-block-right-overlap:before {
  background: #419F7A;
  content: "";
  position: absolute;
  width: 90%;
  height: 100%;
  display: block;
  left: 0;
  right: 0;
  margin: auto;
  border-radius: 20px;
}
@media (max-width: 599px) {
  body:not(.cms-page-is-in-edit-mode).amplify .site-row-block-right-overlap:before {
    display: none;
  }
}
body:not(.cms-page-is-in-edit-mode).amplify .site-row-block-right-overlap .site-custom-right-ovrelay-text-wrapper, body:not(.cms-page-is-in-edit-mode).amplify .site-row-block-right-overlap .site-custom-right-ovrelay-image-wrapper {
  align-self: center;
  position: relative;
  z-index: 10;
}
body:not(.cms-page-is-in-edit-mode).amplify .site-row-block-right-overlap .site-custom-right-ovrelay-text-wrapper {
  padding: 100px 70px 100px 100px;
  border-radius: 20px;
  margin-left: calc(5% + 20px);
}
@media (max-width: 1299px) {
  body:not(.cms-page-is-in-edit-mode).amplify .site-row-block-right-overlap .site-custom-right-ovrelay-text-wrapper {
    padding: 50px 40px;
    margin-left: 0;
  }
}
@media (max-width: 999px) {
  body:not(.cms-page-is-in-edit-mode).amplify .site-row-block-right-overlap .site-custom-right-ovrelay-text-wrapper {
    max-width: 100% !important;
    padding-bottom: 0;
  }
}
@media (max-width: 599px) {
  body:not(.cms-page-is-in-edit-mode).amplify .site-row-block-right-overlap .site-custom-right-ovrelay-text-wrapper {
    padding: 0;
    background: #419F7A;
  }
  body:not(.cms-page-is-in-edit-mode).amplify .site-row-block-right-overlap .site-custom-right-ovrelay-text-wrapper .site-custom-right-ovrelay-text {
    padding: 0 30px 100px;
  }
}
body:not(.cms-page-is-in-edit-mode).amplify .site-row-block-right-overlap .site-custom-right-ovrelay-text-wrapper var {
  background: #ffffff;
  color: #000000;
}
body:not(.cms-page-is-in-edit-mode).amplify .site-row-block-right-overlap .site-custom-right-ovrelay-image-wrapper {
  padding: 0;
}
@media (max-width: 999px) {
  body:not(.cms-page-is-in-edit-mode).amplify .site-row-block-right-overlap .site-custom-right-ovrelay-image-wrapper {
    max-width: 100% !important;
  }
}
@media (max-width: 599px) {
  body:not(.cms-page-is-in-edit-mode).amplify .site-row-block-right-overlap .site-custom-right-ovrelay-image-wrapper {
    margin: -100px 0 0 40px;
  }
}
body:not(.cms-page-is-in-edit-mode).amplify .site-row-block-right-overlap .site-custom-right-ovrelay-image-wrapper img {
  width: 150% !important;
  max-width: none;
  padding: 50px 0;
}
@media (max-width: 1499px) {
  body:not(.cms-page-is-in-edit-mode).amplify .site-row-block-right-overlap .site-custom-right-ovrelay-image-wrapper img {
    padding: 0;
  }
}
body:not(.cms-page-is-in-edit-mode).create table {
  border: none;
  text-align: left;
}
@media (max-width: 599px) {
  body:not(.cms-page-is-in-edit-mode).create table tbody {
    display: block;
  }
}
body:not(.cms-page-is-in-edit-mode).create table td {
  text-align: left;
}
body:not(.cms-page-is-in-edit-mode).create table.site-table-accordion thead > tr, body:not(.cms-page-is-in-edit-mode).create table.site-table-accordion tbody > tr {
  padding: 0 !important;
}
@media (max-width: 599px) {
  body:not(.cms-page-is-in-edit-mode).create table.site-table-accordion thead > tr > td p, body:not(.cms-page-is-in-edit-mode).create table.site-table-accordion thead > tr > th p, body:not(.cms-page-is-in-edit-mode).create table.site-table-accordion tbody > tr > td p, body:not(.cms-page-is-in-edit-mode).create table.site-table-accordion tbody > tr > th p {
    margin: 0 !important;
  }
}
body:not(.cms-page-is-in-edit-mode).create table.site-table-accordion > tbody > tr {
  font-size: 18px;
  line-height: 30px;
  background: #ffffff !important;
  border: none;
  border-radius: 20px;
}
body:not(.cms-page-is-in-edit-mode).create table.site-table-accordion > tbody > tr > th {
  color: #000000 !important;
  text-align: left;
  background: none !important;
  text-transform: none;
  letter-spacing: normal;
  font-size: 20px;
}
body:not(.cms-page-is-in-edit-mode).create table.site-table-accordion > tbody > tr > th h3 {
  color: #000000 !important;
  text-align: left;
  background: none !important;
  text-transform: none;
  letter-spacing: normal;
  font-size: 20px;
  font-family: "brother-1816", sans-serif;
  margin: 0;
  line-height: 30px;
  font-weight: bold;
}
body:not(.cms-page-is-in-edit-mode).create table.site-table-accordion > tbody > tr > th:after {
  right: 40px !important;
  font-family: "site-icon" !important;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e90c" !important;
  transition: all ease 0.5s;
  background: none !important;
  font-size: 20px !important;
}
@media (max-width: 599px) {
  body:not(.cms-page-is-in-edit-mode).create table.site-table-accordion > tbody > tr > th:after {
    right: 20px !important;
  }
}
body:not(.cms-page-is-in-edit-mode).create table.site-table-accordion > tbody > tr > .site-tbl-accordion-desc-wrapper > td {
  text-align: left;
  width: 100%;
  display: block;
  white-space: normal;
}
body:not(.cms-page-is-in-edit-mode).create table.site-table-accordion > tbody > tr.site-tbl-accordion-row.site-tbl-accordion-header {
  font-size: 18px;
  line-height: 30px;
  background: #ffffff !important;
  border: none !important;
  transition: 0.5s ease all;
  display: block;
}
@media (max-width: 599px) {
  body:not(.cms-page-is-in-edit-mode).create table.site-table-accordion > tbody > tr.site-tbl-accordion-row.site-tbl-accordion-header {
    text-wrap: auto;
  }
}
body:not(.cms-page-is-in-edit-mode).create table.site-table-accordion > tbody > tr.site-tbl-accordion-row.site-tbl-accordion-header:not(:first-child) {
  margin-top: 20px;
}
body:not(.cms-page-is-in-edit-mode).create table.site-table-accordion > tbody > tr.site-tbl-accordion-row.site-tbl-accordion-header th {
  color: #000000 !important;
  text-align: left;
  border: 1px solid #000000 !important;
  transition: 0.5s ease all;
  width: 100%;
  display: block;
  border-radius: 20px;
  padding: 10px 50px 10px 50px !important;
}
@media (max-width: 599px) {
  body:not(.cms-page-is-in-edit-mode).create table.site-table-accordion > tbody > tr.site-tbl-accordion-row.site-tbl-accordion-header th {
    padding: 10px 45px 10px 20px !important;
  }
}
body:not(.cms-page-is-in-edit-mode).create table.site-table-accordion > tbody > tr.site-tbl-accordion-row.site-tbl-accordion-header:hover {
  background: #A20074 !important;
  border: none;
  color: #ffffff !important;
}
body:not(.cms-page-is-in-edit-mode).create table.site-table-accordion > tbody > tr.site-tbl-accordion-row.site-tbl-accordion-header:hover th {
  color: #ffffff !important;
}
body:not(.cms-page-is-in-edit-mode).create table.site-table-accordion > tbody > tr.site-tbl-accordion-row.site-tbl-accordion-header.site-tbl-accordion-header-active {
  background: #A20074 !important;
  color: #ffffff !important;
  border-bottom: none !important;
  transition: 0.5s ease all;
}
body:not(.cms-page-is-in-edit-mode).create table.site-table-accordion > tbody > tr.site-tbl-accordion-row.site-tbl-accordion-header.site-tbl-accordion-header-active th {
  color: #ffffff !important;
  transition: 0.5s ease all;
}
body:not(.cms-page-is-in-edit-mode).create table.site-table-accordion > tbody > tr.site-tbl-accordion-row.site-tbl-accordion-header.site-tbl-accordion-header-active th:after {
  background: none !important;
  transform: rotate(90deg);
}
body:not(.cms-page-is-in-edit-mode).create table.site-table-accordion > tbody > tr.site-tbl-accordion-row.site-tbl-accordion-desc {
  border: none !important;
}
body:not(.cms-page-is-in-edit-mode).create table.site-table-accordion > tbody > tr.site-tbl-accordion-row.site-tbl-accordion-desc .site-tbl-accordion-desc-wrapper {
  padding-top: 20px;
}
body:not(.cms-page-is-in-edit-mode).create table.site-table-accordion > tbody > tr.site-tbl-accordion-row.site-tbl-accordion-desc:last-child .site-tbl-accordion-desc-wrapper {
  padding-bottom: 0;
}
body:not(.cms-page-is-in-edit-mode).create table.site-table-accordion.site-table-accordion-arrow-first > tbody > tr.site-tbl-accordion-row.site-tbl-accordion-header th {
  padding: 10px 50px 10px 50px !important;
}
body:not(.cms-page-is-in-edit-mode).create table.site-table-accordion.site-table-accordion-arrow-first > tbody > tr.site-tbl-accordion-row.site-tbl-accordion-header th:after {
  right: auto;
  left: 20px !important;
}
body:not(.cms-page-is-in-edit-mode).create .site-feature-accordion-wrapper .cms-feature-title {
  color: #000000 !important;
  text-align: left;
  border: 1px solid #000000 !important;
  transition: 0.5s ease all;
  width: 100%;
  display: block;
  border-radius: 20px;
  padding: 10px 50px 10px 50px !important;
  font-family: "brother-1816", sans-serif !important;
  font-size: 20px;
  font-weight: 600;
  line-height: 30px;
  background: #ffffff !important;
  border-radius: 20px;
  position: relative;
  margin: 0;
}
body:not(.cms-page-is-in-edit-mode).create .site-feature-accordion-wrapper .cms-feature-title:hover {
  background: #A20074 !important;
  border: none;
  color: #ffffff !important;
}
body:not(.cms-page-is-in-edit-mode).create .site-feature-accordion-wrapper .cms-feature-title::after {
  font-family: "site-icon" !important;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e90c" !important;
  position: absolute;
  right: 20px;
  font-size: 20px;
  top: 0;
  display: block;
  height: 16px;
  bottom: 0;
  margin: auto;
  line-height: 16px;
  transition: all ease 0.5s;
}
body:not(.cms-page-is-in-edit-mode).create .site-feature-accordion-wrapper .cms-feature-title:hover, body:not(.cms-page-is-in-edit-mode).create .site-feature-accordion-wrapper .cms-feature-title:focus {
  background-color: #A20074;
  transition: 0.5s ease all;
  color: #ffffff;
}
body:not(.cms-page-is-in-edit-mode).create .site-feature-accordion-wrapper.site-feature-accordion-active .cms-feature-title {
  background-color: #A20074;
  transition: 0.5s ease all;
  color: #ffffff;
}
body:not(.cms-page-is-in-edit-mode).create .site-feature-accordion-wrapper.site-feature-accordion-active .cms-feature-title::after {
  display: block;
  transform: rotate(90deg);
}
body:not(.cms-page-is-in-edit-mode).create .site-feature-accordion-wrapper.site-feature-accordion-active .site-feature-accordion {
  padding-top: 20px;
}
body:not(.cms-page-is-in-edit-mode).create table.site-table-tabs .site-tbl-tab-header-wrapper {
  display: flex;
  flex-wrap: wrap;
}
body:not(.cms-page-is-in-edit-mode).create table.site-table-tabs .site-tbl-tab-header-wrapper.site-tbl-tab-header-1 > tr {
  max-width: calc(100% / 1);
  flex: 0 0 calc(100% / 1);
  text-align: center;
}
body:not(.cms-page-is-in-edit-mode).create table.site-table-tabs .site-tbl-tab-header-wrapper.site-tbl-tab-header-2 > tr {
  max-width: calc(100% / 2);
  flex: 0 0 calc(100% / 2);
  text-align: center;
}
body:not(.cms-page-is-in-edit-mode).create table.site-table-tabs .site-tbl-tab-header-wrapper.site-tbl-tab-header-3 > tr {
  max-width: calc(100% / 3);
  flex: 0 0 calc(100% / 3);
  text-align: center;
}
body:not(.cms-page-is-in-edit-mode).create table.site-table-tabs .site-tbl-tab-header-wrapper.site-tbl-tab-header-4 > tr {
  max-width: calc(100% / 4);
  flex: 0 0 calc(100% / 4);
  text-align: center;
}
body:not(.cms-page-is-in-edit-mode).create table.site-table-tabs .site-tbl-tab-header-wrapper.site-tbl-tab-header-5 > tr {
  max-width: calc(100% / 5);
  flex: 0 0 calc(100% / 5);
  text-align: center;
}
body:not(.cms-page-is-in-edit-mode).create table.site-table-tabs .site-tbl-tab-header-wrapper.site-tbl-tab-header-6 > tr {
  max-width: calc(100% / 6);
  flex: 0 0 calc(100% / 6);
  text-align: center;
}
body:not(.cms-page-is-in-edit-mode).create table.site-table-tabs .site-tbl-tab-header-wrapper.site-tbl-tab-header-7 > tr {
  max-width: calc(100% / 7);
  flex: 0 0 calc(100% / 7);
  text-align: center;
}
body:not(.cms-page-is-in-edit-mode).create table.site-table-tabs .site-tbl-tab-header-wrapper.site-tbl-tab-header-8 > tr {
  max-width: calc(100% / 8);
  flex: 0 0 calc(100% / 8);
  text-align: center;
}
body:not(.cms-page-is-in-edit-mode).create table.site-table-tabs .site-tbl-tab-header-wrapper.site-tbl-tab-header-9 > tr {
  max-width: calc(100% / 9);
  flex: 0 0 calc(100% / 9);
  text-align: center;
}
body:not(.cms-page-is-in-edit-mode).create table.site-table-tabs .site-tbl-tab-header-wrapper.site-tbl-tab-header-10 > tr {
  max-width: calc(100% / 10);
  flex: 0 0 calc(100% / 10);
  text-align: center;
}
body:not(.cms-page-is-in-edit-mode).create table.site-table-tabs .site-tbl-tab-header-wrapper.site-tbl-tab-header-11 > tr {
  max-width: calc(100% / 11);
  flex: 0 0 calc(100% / 11);
  text-align: center;
}
body:not(.cms-page-is-in-edit-mode).create table.site-table-tabs .site-tbl-tab-header-wrapper.site-tbl-tab-header-12 > tr {
  max-width: calc(100% / 12);
  flex: 0 0 calc(100% / 12);
  text-align: center;
}
body:not(.cms-page-is-in-edit-mode).create table.site-table-tabs .site-tbl-tab-header-wrapper .site-tbl-tab-header {
  display: flex;
  background: #f1f1f1;
}
body:not(.cms-page-is-in-edit-mode).create table.site-table-tabs .site-tbl-tab-header-wrapper .site-tbl-tab-header th {
  background: none;
  cursor: pointer;
  width: 100%;
  align-self: center;
  color: #000;
  padding: 10px 30px;
}
body:not(.cms-page-is-in-edit-mode).create table.site-table-tabs .site-tbl-tab-header-wrapper .site-tbl-tab-header:hover {
  background: #000;
}
body:not(.cms-page-is-in-edit-mode).create table.site-table-tabs .site-tbl-tab-header-wrapper .site-tbl-tab-header:hover th {
  background: none;
  color: #ffffff;
}
body:not(.cms-page-is-in-edit-mode).create table.site-table-tabs .site-tbl-tab-header-wrapper .site-tbl-tab-header.site-tbl-tab-header-active {
  background: #A20074;
  color: #ffffff;
}
body:not(.cms-page-is-in-edit-mode).create table.site-table-tabs .site-tbl-tab-header-wrapper .site-tbl-tab-header.site-tbl-tab-header-active th {
  background: none;
  color: #ffffff;
}
@media (max-width: 799px) {
  body:not(.cms-page-is-in-edit-mode).create table.site-table-tabs .site-tbl-tab-header-wrapper {
    display: none;
  }
}
body:not(.cms-page-is-in-edit-mode).create table.site-table-tabs .site-tbl-tab-desc-wrapper .site-tbl-tab-desc {
  display: none;
}
body:not(.cms-page-is-in-edit-mode).create table.site-table-tabs .site-tbl-tab-desc-wrapper .site-tbl-tab-desc.site-tbl-tab-desc-active {
  display: block;
}
@media (max-width: 799px) {
  body:not(.cms-page-is-in-edit-mode).create table.site-table-tabs .site-tbl-tab-desc-wrapper .site-tbl-tab-desc {
    display: block !important;
  }
}
body:not(.cms-page-is-in-edit-mode).create table.site-table-tabs .site-tbl-tab-accordion-title {
  display: none;
  color: #000000 !important;
  text-align: left;
  border: 1px solid #000000 !important;
  transition: 0.5s ease all;
  width: 100%;
  border-radius: 20px;
  padding: 10px 50px 10px 50px !important;
  margin: 0 0 20px;
  font-weight: bold;
  position: relative;
}
body:not(.cms-page-is-in-edit-mode).create table.site-table-tabs .site-tbl-tab-accordion-title:after {
  font-family: "site-icon" !important;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e90c" !important;
  position: absolute;
  right: 20px;
  font-size: 20px;
  top: 0;
  display: block;
  height: 16px;
  bottom: 0;
  margin: auto;
  line-height: 16px;
  transition: all ease 0.5s;
}
@media (max-width: 799px) {
  body:not(.cms-page-is-in-edit-mode).create table.site-table-tabs .site-tbl-tab-accordion-title {
    display: block;
  }
}
body:not(.cms-page-is-in-edit-mode).create table.site-table-tabs .site-tbl-tab-accordion-title.site-tbl-tab-accordion-title-active::after {
  display: block;
  transform: rotate(90deg);
}
@media (max-width: 799px) {
  body:not(.cms-page-is-in-edit-mode).create table.site-table-tabs .site-tbl-tab-desc-block {
    display: none;
  }
  body:not(.cms-page-is-in-edit-mode).create table.site-table-tabs .site-tbl-tab-desc-block > tr {
    margin: 0 0 20px;
    display: block;
    background: none;
  }
}
@media (min-width: 800px) {
  body:not(.cms-page-is-in-edit-mode).create table.site-table-tabs .site-tbl-tab-desc-block {
    display: block !important;
  }
}
body:not(.cms-page-is-in-edit-mode).create .site-row-block-right-overlap {
  position: relative;
  display: flex;
  align-items: center;
  margin-left: calc(-50vw + 50%);
  margin-right: calc(-50vw + 50%);
  width: 100vw;
  position: relative;
  max-width: none;
  clear: both;
  color: #ffffff;
}
body:not(.cms-page-is-in-edit-mode).create .site-row-block-right-overlap h1, body:not(.cms-page-is-in-edit-mode).create .site-row-block-right-overlap h2, body:not(.cms-page-is-in-edit-mode).create .site-row-block-right-overlap h3, body:not(.cms-page-is-in-edit-mode).create .site-row-block-right-overlap h4, body:not(.cms-page-is-in-edit-mode).create .site-row-block-right-overlap h5, body:not(.cms-page-is-in-edit-mode).create .site-row-block-right-overlap h6 {
  color: #ffffff;
}
@media (max-width: 999px) {
  body:not(.cms-page-is-in-edit-mode).create .site-row-block-right-overlap {
    display: block;
  }
}
@media (max-width: 599px) {
  body:not(.cms-page-is-in-edit-mode).create .site-row-block-right-overlap {
    margin-left: calc(-50vw + 50%) !important;
    margin-right: calc(-50vw + 50%) !important;
    width: 100vw;
  }
}
body:not(.cms-page-is-in-edit-mode).create .site-row-block-right-overlap:before {
  background: #A20074;
  content: "";
  position: absolute;
  width: 90%;
  height: 100%;
  display: block;
  left: 0;
  right: 0;
  margin: auto;
  border-radius: 20px;
}
@media (max-width: 599px) {
  body:not(.cms-page-is-in-edit-mode).create .site-row-block-right-overlap:before {
    display: none;
  }
}
body:not(.cms-page-is-in-edit-mode).create .site-row-block-right-overlap .site-custom-right-ovrelay-text-wrapper, body:not(.cms-page-is-in-edit-mode).create .site-row-block-right-overlap .site-custom-right-ovrelay-image-wrapper {
  align-self: center;
  position: relative;
  z-index: 10;
}
body:not(.cms-page-is-in-edit-mode).create .site-row-block-right-overlap .site-custom-right-ovrelay-text-wrapper {
  padding: 100px 70px 100px 100px;
  border-radius: 20px;
  margin-left: calc(5% + 20px);
}
@media (max-width: 1299px) {
  body:not(.cms-page-is-in-edit-mode).create .site-row-block-right-overlap .site-custom-right-ovrelay-text-wrapper {
    padding: 50px 40px;
    margin-left: 0;
  }
}
@media (max-width: 999px) {
  body:not(.cms-page-is-in-edit-mode).create .site-row-block-right-overlap .site-custom-right-ovrelay-text-wrapper {
    max-width: 100% !important;
    padding-bottom: 0;
  }
}
@media (max-width: 599px) {
  body:not(.cms-page-is-in-edit-mode).create .site-row-block-right-overlap .site-custom-right-ovrelay-text-wrapper {
    padding: 0;
    background: #A20074;
  }
  body:not(.cms-page-is-in-edit-mode).create .site-row-block-right-overlap .site-custom-right-ovrelay-text-wrapper .site-custom-right-ovrelay-text {
    padding: 0 30px 100px;
  }
}
body:not(.cms-page-is-in-edit-mode).create .site-row-block-right-overlap .site-custom-right-ovrelay-text-wrapper var {
  background: #ffffff;
  color: #000000;
}
body:not(.cms-page-is-in-edit-mode).create .site-row-block-right-overlap .site-custom-right-ovrelay-image-wrapper {
  padding: 0;
}
@media (max-width: 999px) {
  body:not(.cms-page-is-in-edit-mode).create .site-row-block-right-overlap .site-custom-right-ovrelay-image-wrapper {
    max-width: 100% !important;
  }
}
@media (max-width: 599px) {
  body:not(.cms-page-is-in-edit-mode).create .site-row-block-right-overlap .site-custom-right-ovrelay-image-wrapper {
    margin: -100px 0 0 40px;
  }
}
body:not(.cms-page-is-in-edit-mode).create .site-row-block-right-overlap .site-custom-right-ovrelay-image-wrapper img {
  width: 150% !important;
  max-width: none;
  padding: 50px 0;
}
@media (max-width: 1499px) {
  body:not(.cms-page-is-in-edit-mode).create .site-row-block-right-overlap .site-custom-right-ovrelay-image-wrapper img {
    padding: 0;
  }
}
body:not(.cms-page-is-in-edit-mode).explore table {
  border: none;
  text-align: left;
}
@media (max-width: 599px) {
  body:not(.cms-page-is-in-edit-mode).explore table tbody {
    display: block;
  }
}
body:not(.cms-page-is-in-edit-mode).explore table td {
  text-align: left;
}
body:not(.cms-page-is-in-edit-mode).explore table.site-table-accordion thead > tr, body:not(.cms-page-is-in-edit-mode).explore table.site-table-accordion tbody > tr {
  padding: 0 !important;
}
@media (max-width: 599px) {
  body:not(.cms-page-is-in-edit-mode).explore table.site-table-accordion thead > tr > td p, body:not(.cms-page-is-in-edit-mode).explore table.site-table-accordion thead > tr > th p, body:not(.cms-page-is-in-edit-mode).explore table.site-table-accordion tbody > tr > td p, body:not(.cms-page-is-in-edit-mode).explore table.site-table-accordion tbody > tr > th p {
    margin: 0 !important;
  }
}
body:not(.cms-page-is-in-edit-mode).explore table.site-table-accordion > tbody > tr {
  font-size: 18px;
  line-height: 30px;
  background: #ffffff !important;
  border: none;
  border-radius: 20px;
}
body:not(.cms-page-is-in-edit-mode).explore table.site-table-accordion > tbody > tr > th {
  color: #000000 !important;
  text-align: left;
  background: none !important;
  text-transform: none;
  letter-spacing: normal;
  font-size: 20px;
}
body:not(.cms-page-is-in-edit-mode).explore table.site-table-accordion > tbody > tr > th h3 {
  color: #000000 !important;
  text-align: left;
  background: none !important;
  text-transform: none;
  letter-spacing: normal;
  font-size: 20px;
  font-family: "brother-1816", sans-serif;
  margin: 0;
  line-height: 30px;
  font-weight: bold;
}
body:not(.cms-page-is-in-edit-mode).explore table.site-table-accordion > tbody > tr > th:after {
  right: 40px !important;
  font-family: "site-icon" !important;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e90c" !important;
  transition: all ease 0.5s;
  background: none !important;
  font-size: 20px !important;
}
@media (max-width: 599px) {
  body:not(.cms-page-is-in-edit-mode).explore table.site-table-accordion > tbody > tr > th:after {
    right: 20px !important;
  }
}
body:not(.cms-page-is-in-edit-mode).explore table.site-table-accordion > tbody > tr > .site-tbl-accordion-desc-wrapper > td {
  text-align: left;
  width: 100%;
  display: block;
  white-space: normal;
}
body:not(.cms-page-is-in-edit-mode).explore table.site-table-accordion > tbody > tr.site-tbl-accordion-row.site-tbl-accordion-header {
  font-size: 18px;
  line-height: 30px;
  background: #ffffff !important;
  border: none !important;
  transition: 0.5s ease all;
  display: block;
}
@media (max-width: 599px) {
  body:not(.cms-page-is-in-edit-mode).explore table.site-table-accordion > tbody > tr.site-tbl-accordion-row.site-tbl-accordion-header {
    text-wrap: auto;
  }
}
body:not(.cms-page-is-in-edit-mode).explore table.site-table-accordion > tbody > tr.site-tbl-accordion-row.site-tbl-accordion-header:not(:first-child) {
  margin-top: 20px;
}
body:not(.cms-page-is-in-edit-mode).explore table.site-table-accordion > tbody > tr.site-tbl-accordion-row.site-tbl-accordion-header th {
  color: #000000 !important;
  text-align: left;
  border: 1px solid #000000 !important;
  transition: 0.5s ease all;
  width: 100%;
  display: block;
  border-radius: 20px;
  padding: 10px 50px 10px 50px !important;
}
@media (max-width: 599px) {
  body:not(.cms-page-is-in-edit-mode).explore table.site-table-accordion > tbody > tr.site-tbl-accordion-row.site-tbl-accordion-header th {
    padding: 10px 45px 10px 20px !important;
  }
}
body:not(.cms-page-is-in-edit-mode).explore table.site-table-accordion > tbody > tr.site-tbl-accordion-row.site-tbl-accordion-header:hover {
  background: #FF6300 !important;
  border: none;
  color: #ffffff !important;
}
body:not(.cms-page-is-in-edit-mode).explore table.site-table-accordion > tbody > tr.site-tbl-accordion-row.site-tbl-accordion-header:hover th {
  color: #ffffff !important;
}
body:not(.cms-page-is-in-edit-mode).explore table.site-table-accordion > tbody > tr.site-tbl-accordion-row.site-tbl-accordion-header.site-tbl-accordion-header-active {
  background: #FF6300 !important;
  color: #ffffff !important;
  border-bottom: none !important;
  transition: 0.5s ease all;
}
body:not(.cms-page-is-in-edit-mode).explore table.site-table-accordion > tbody > tr.site-tbl-accordion-row.site-tbl-accordion-header.site-tbl-accordion-header-active th {
  color: #ffffff !important;
  transition: 0.5s ease all;
}
body:not(.cms-page-is-in-edit-mode).explore table.site-table-accordion > tbody > tr.site-tbl-accordion-row.site-tbl-accordion-header.site-tbl-accordion-header-active th:after {
  background: none !important;
  transform: rotate(90deg);
}
body:not(.cms-page-is-in-edit-mode).explore table.site-table-accordion > tbody > tr.site-tbl-accordion-row.site-tbl-accordion-desc {
  border: none !important;
}
body:not(.cms-page-is-in-edit-mode).explore table.site-table-accordion > tbody > tr.site-tbl-accordion-row.site-tbl-accordion-desc .site-tbl-accordion-desc-wrapper {
  padding-top: 20px;
}
body:not(.cms-page-is-in-edit-mode).explore table.site-table-accordion > tbody > tr.site-tbl-accordion-row.site-tbl-accordion-desc:last-child .site-tbl-accordion-desc-wrapper {
  padding-bottom: 0;
}
body:not(.cms-page-is-in-edit-mode).explore table.site-table-accordion.site-table-accordion-arrow-first > tbody > tr.site-tbl-accordion-row.site-tbl-accordion-header th {
  padding: 10px 50px 10px 50px !important;
}
body:not(.cms-page-is-in-edit-mode).explore table.site-table-accordion.site-table-accordion-arrow-first > tbody > tr.site-tbl-accordion-row.site-tbl-accordion-header th:after {
  right: auto;
  left: 20px !important;
}
body:not(.cms-page-is-in-edit-mode).explore .site-feature-accordion-wrapper .cms-feature-title {
  color: #000000 !important;
  text-align: left;
  border: 1px solid #000000 !important;
  transition: 0.5s ease all;
  width: 100%;
  display: block;
  border-radius: 20px;
  padding: 10px 50px 10px 50px !important;
  font-family: "brother-1816", sans-serif !important;
  font-size: 20px;
  font-weight: 600;
  line-height: 30px;
  background: #ffffff !important;
  border-radius: 20px;
  position: relative;
  margin: 0;
}
body:not(.cms-page-is-in-edit-mode).explore .site-feature-accordion-wrapper .cms-feature-title:hover {
  background: #FF6300 !important;
  border: none;
  color: #ffffff !important;
}
body:not(.cms-page-is-in-edit-mode).explore .site-feature-accordion-wrapper .cms-feature-title::after {
  font-family: "site-icon" !important;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e90c" !important;
  position: absolute;
  right: 20px;
  font-size: 20px;
  top: 0;
  display: block;
  height: 16px;
  bottom: 0;
  margin: auto;
  line-height: 16px;
  transition: all ease 0.5s;
}
body:not(.cms-page-is-in-edit-mode).explore .site-feature-accordion-wrapper .cms-feature-title:hover, body:not(.cms-page-is-in-edit-mode).explore .site-feature-accordion-wrapper .cms-feature-title:focus {
  background-color: #FF6300;
  transition: 0.5s ease all;
  color: #ffffff;
}
body:not(.cms-page-is-in-edit-mode).explore .site-feature-accordion-wrapper.site-feature-accordion-active .cms-feature-title {
  background-color: #FF6300;
  transition: 0.5s ease all;
  color: #ffffff;
}
body:not(.cms-page-is-in-edit-mode).explore .site-feature-accordion-wrapper.site-feature-accordion-active .cms-feature-title::after {
  display: block;
  transform: rotate(90deg);
}
body:not(.cms-page-is-in-edit-mode).explore .site-feature-accordion-wrapper.site-feature-accordion-active .site-feature-accordion {
  padding-top: 20px;
}
body:not(.cms-page-is-in-edit-mode).explore table.site-table-tabs .site-tbl-tab-header-wrapper {
  display: flex;
  flex-wrap: wrap;
}
body:not(.cms-page-is-in-edit-mode).explore table.site-table-tabs .site-tbl-tab-header-wrapper.site-tbl-tab-header-1 > tr {
  max-width: calc(100% / 1);
  flex: 0 0 calc(100% / 1);
  text-align: center;
}
body:not(.cms-page-is-in-edit-mode).explore table.site-table-tabs .site-tbl-tab-header-wrapper.site-tbl-tab-header-2 > tr {
  max-width: calc(100% / 2);
  flex: 0 0 calc(100% / 2);
  text-align: center;
}
body:not(.cms-page-is-in-edit-mode).explore table.site-table-tabs .site-tbl-tab-header-wrapper.site-tbl-tab-header-3 > tr {
  max-width: calc(100% / 3);
  flex: 0 0 calc(100% / 3);
  text-align: center;
}
body:not(.cms-page-is-in-edit-mode).explore table.site-table-tabs .site-tbl-tab-header-wrapper.site-tbl-tab-header-4 > tr {
  max-width: calc(100% / 4);
  flex: 0 0 calc(100% / 4);
  text-align: center;
}
body:not(.cms-page-is-in-edit-mode).explore table.site-table-tabs .site-tbl-tab-header-wrapper.site-tbl-tab-header-5 > tr {
  max-width: calc(100% / 5);
  flex: 0 0 calc(100% / 5);
  text-align: center;
}
body:not(.cms-page-is-in-edit-mode).explore table.site-table-tabs .site-tbl-tab-header-wrapper.site-tbl-tab-header-6 > tr {
  max-width: calc(100% / 6);
  flex: 0 0 calc(100% / 6);
  text-align: center;
}
body:not(.cms-page-is-in-edit-mode).explore table.site-table-tabs .site-tbl-tab-header-wrapper.site-tbl-tab-header-7 > tr {
  max-width: calc(100% / 7);
  flex: 0 0 calc(100% / 7);
  text-align: center;
}
body:not(.cms-page-is-in-edit-mode).explore table.site-table-tabs .site-tbl-tab-header-wrapper.site-tbl-tab-header-8 > tr {
  max-width: calc(100% / 8);
  flex: 0 0 calc(100% / 8);
  text-align: center;
}
body:not(.cms-page-is-in-edit-mode).explore table.site-table-tabs .site-tbl-tab-header-wrapper.site-tbl-tab-header-9 > tr {
  max-width: calc(100% / 9);
  flex: 0 0 calc(100% / 9);
  text-align: center;
}
body:not(.cms-page-is-in-edit-mode).explore table.site-table-tabs .site-tbl-tab-header-wrapper.site-tbl-tab-header-10 > tr {
  max-width: calc(100% / 10);
  flex: 0 0 calc(100% / 10);
  text-align: center;
}
body:not(.cms-page-is-in-edit-mode).explore table.site-table-tabs .site-tbl-tab-header-wrapper.site-tbl-tab-header-11 > tr {
  max-width: calc(100% / 11);
  flex: 0 0 calc(100% / 11);
  text-align: center;
}
body:not(.cms-page-is-in-edit-mode).explore table.site-table-tabs .site-tbl-tab-header-wrapper.site-tbl-tab-header-12 > tr {
  max-width: calc(100% / 12);
  flex: 0 0 calc(100% / 12);
  text-align: center;
}
body:not(.cms-page-is-in-edit-mode).explore table.site-table-tabs .site-tbl-tab-header-wrapper .site-tbl-tab-header {
  display: flex;
  background: #f1f1f1;
}
body:not(.cms-page-is-in-edit-mode).explore table.site-table-tabs .site-tbl-tab-header-wrapper .site-tbl-tab-header th {
  background: none;
  cursor: pointer;
  width: 100%;
  align-self: center;
  color: #000;
  padding: 10px 30px;
}
body:not(.cms-page-is-in-edit-mode).explore table.site-table-tabs .site-tbl-tab-header-wrapper .site-tbl-tab-header:hover {
  background: #000;
}
body:not(.cms-page-is-in-edit-mode).explore table.site-table-tabs .site-tbl-tab-header-wrapper .site-tbl-tab-header:hover th {
  background: none;
  color: #ffffff;
}
body:not(.cms-page-is-in-edit-mode).explore table.site-table-tabs .site-tbl-tab-header-wrapper .site-tbl-tab-header.site-tbl-tab-header-active {
  background: #FF6300;
  color: #ffffff;
}
body:not(.cms-page-is-in-edit-mode).explore table.site-table-tabs .site-tbl-tab-header-wrapper .site-tbl-tab-header.site-tbl-tab-header-active th {
  background: none;
  color: #ffffff;
}
@media (max-width: 799px) {
  body:not(.cms-page-is-in-edit-mode).explore table.site-table-tabs .site-tbl-tab-header-wrapper {
    display: none;
  }
}
body:not(.cms-page-is-in-edit-mode).explore table.site-table-tabs .site-tbl-tab-desc-wrapper .site-tbl-tab-desc {
  display: none;
}
body:not(.cms-page-is-in-edit-mode).explore table.site-table-tabs .site-tbl-tab-desc-wrapper .site-tbl-tab-desc.site-tbl-tab-desc-active {
  display: block;
}
@media (max-width: 799px) {
  body:not(.cms-page-is-in-edit-mode).explore table.site-table-tabs .site-tbl-tab-desc-wrapper .site-tbl-tab-desc {
    display: block !important;
  }
}
body:not(.cms-page-is-in-edit-mode).explore table.site-table-tabs .site-tbl-tab-accordion-title {
  display: none;
  color: #000000 !important;
  text-align: left;
  border: 1px solid #000000 !important;
  transition: 0.5s ease all;
  width: 100%;
  border-radius: 20px;
  padding: 10px 50px 10px 50px !important;
  margin: 0 0 20px;
  font-weight: bold;
  position: relative;
}
body:not(.cms-page-is-in-edit-mode).explore table.site-table-tabs .site-tbl-tab-accordion-title:after {
  font-family: "site-icon" !important;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e90c" !important;
  position: absolute;
  right: 20px;
  font-size: 20px;
  top: 0;
  display: block;
  height: 16px;
  bottom: 0;
  margin: auto;
  line-height: 16px;
  transition: all ease 0.5s;
}
@media (max-width: 799px) {
  body:not(.cms-page-is-in-edit-mode).explore table.site-table-tabs .site-tbl-tab-accordion-title {
    display: block;
  }
}
body:not(.cms-page-is-in-edit-mode).explore table.site-table-tabs .site-tbl-tab-accordion-title.site-tbl-tab-accordion-title-active::after {
  display: block;
  transform: rotate(90deg);
}
@media (max-width: 799px) {
  body:not(.cms-page-is-in-edit-mode).explore table.site-table-tabs .site-tbl-tab-desc-block {
    display: none;
  }
  body:not(.cms-page-is-in-edit-mode).explore table.site-table-tabs .site-tbl-tab-desc-block > tr {
    margin: 0 0 20px;
    display: block;
    background: none;
  }
}
@media (min-width: 800px) {
  body:not(.cms-page-is-in-edit-mode).explore table.site-table-tabs .site-tbl-tab-desc-block {
    display: block !important;
  }
}
body:not(.cms-page-is-in-edit-mode).explore .site-row-block-right-overlap {
  position: relative;
  display: flex;
  align-items: center;
  margin-left: calc(-50vw + 50%);
  margin-right: calc(-50vw + 50%);
  width: 100vw;
  position: relative;
  max-width: none;
  clear: both;
  color: #ffffff;
}
body:not(.cms-page-is-in-edit-mode).explore .site-row-block-right-overlap h1, body:not(.cms-page-is-in-edit-mode).explore .site-row-block-right-overlap h2, body:not(.cms-page-is-in-edit-mode).explore .site-row-block-right-overlap h3, body:not(.cms-page-is-in-edit-mode).explore .site-row-block-right-overlap h4, body:not(.cms-page-is-in-edit-mode).explore .site-row-block-right-overlap h5, body:not(.cms-page-is-in-edit-mode).explore .site-row-block-right-overlap h6 {
  color: #ffffff;
}
@media (max-width: 999px) {
  body:not(.cms-page-is-in-edit-mode).explore .site-row-block-right-overlap {
    display: block;
  }
}
@media (max-width: 599px) {
  body:not(.cms-page-is-in-edit-mode).explore .site-row-block-right-overlap {
    margin-left: calc(-50vw + 50%) !important;
    margin-right: calc(-50vw + 50%) !important;
    width: 100vw;
  }
}
body:not(.cms-page-is-in-edit-mode).explore .site-row-block-right-overlap:before {
  background: #FF6300;
  content: "";
  position: absolute;
  width: 90%;
  height: 100%;
  display: block;
  left: 0;
  right: 0;
  margin: auto;
  border-radius: 20px;
}
@media (max-width: 599px) {
  body:not(.cms-page-is-in-edit-mode).explore .site-row-block-right-overlap:before {
    display: none;
  }
}
body:not(.cms-page-is-in-edit-mode).explore .site-row-block-right-overlap .site-custom-right-ovrelay-text-wrapper, body:not(.cms-page-is-in-edit-mode).explore .site-row-block-right-overlap .site-custom-right-ovrelay-image-wrapper {
  align-self: center;
  position: relative;
  z-index: 10;
}
body:not(.cms-page-is-in-edit-mode).explore .site-row-block-right-overlap .site-custom-right-ovrelay-text-wrapper {
  padding: 100px 70px 100px 100px;
  border-radius: 20px;
  margin-left: calc(5% + 20px);
}
@media (max-width: 1299px) {
  body:not(.cms-page-is-in-edit-mode).explore .site-row-block-right-overlap .site-custom-right-ovrelay-text-wrapper {
    padding: 50px 40px;
    margin-left: 0;
  }
}
@media (max-width: 999px) {
  body:not(.cms-page-is-in-edit-mode).explore .site-row-block-right-overlap .site-custom-right-ovrelay-text-wrapper {
    max-width: 100% !important;
    padding-bottom: 0;
  }
}
@media (max-width: 599px) {
  body:not(.cms-page-is-in-edit-mode).explore .site-row-block-right-overlap .site-custom-right-ovrelay-text-wrapper {
    padding: 0;
    background: #FF6300;
  }
  body:not(.cms-page-is-in-edit-mode).explore .site-row-block-right-overlap .site-custom-right-ovrelay-text-wrapper .site-custom-right-ovrelay-text {
    padding: 0 30px 100px;
  }
}
body:not(.cms-page-is-in-edit-mode).explore .site-row-block-right-overlap .site-custom-right-ovrelay-text-wrapper var {
  background: #ffffff;
  color: #000000;
}
body:not(.cms-page-is-in-edit-mode).explore .site-row-block-right-overlap .site-custom-right-ovrelay-image-wrapper {
  padding: 0;
}
@media (max-width: 999px) {
  body:not(.cms-page-is-in-edit-mode).explore .site-row-block-right-overlap .site-custom-right-ovrelay-image-wrapper {
    max-width: 100% !important;
  }
}
@media (max-width: 599px) {
  body:not(.cms-page-is-in-edit-mode).explore .site-row-block-right-overlap .site-custom-right-ovrelay-image-wrapper {
    margin: -100px 0 0 40px;
  }
}
body:not(.cms-page-is-in-edit-mode).explore .site-row-block-right-overlap .site-custom-right-ovrelay-image-wrapper img {
  width: 150% !important;
  max-width: none;
  padding: 50px 0;
}
@media (max-width: 1499px) {
  body:not(.cms-page-is-in-edit-mode).explore .site-row-block-right-overlap .site-custom-right-ovrelay-image-wrapper img {
    padding: 0;
  }
}
body:not(.cms-page-is-in-edit-mode).data table {
  border: none;
  text-align: left;
}
@media (max-width: 599px) {
  body:not(.cms-page-is-in-edit-mode).data table tbody {
    display: block;
  }
}
body:not(.cms-page-is-in-edit-mode).data table td {
  text-align: left;
}
body:not(.cms-page-is-in-edit-mode).data table.site-table-accordion thead > tr, body:not(.cms-page-is-in-edit-mode).data table.site-table-accordion tbody > tr {
  padding: 0 !important;
}
@media (max-width: 599px) {
  body:not(.cms-page-is-in-edit-mode).data table.site-table-accordion thead > tr > td p, body:not(.cms-page-is-in-edit-mode).data table.site-table-accordion thead > tr > th p, body:not(.cms-page-is-in-edit-mode).data table.site-table-accordion tbody > tr > td p, body:not(.cms-page-is-in-edit-mode).data table.site-table-accordion tbody > tr > th p {
    margin: 0 !important;
  }
}
body:not(.cms-page-is-in-edit-mode).data table.site-table-accordion > tbody > tr {
  font-size: 18px;
  line-height: 30px;
  background: #ffffff !important;
  border: none;
  border-radius: 20px;
}
body:not(.cms-page-is-in-edit-mode).data table.site-table-accordion > tbody > tr > th {
  color: #000000 !important;
  text-align: left;
  background: none !important;
  text-transform: none;
  letter-spacing: normal;
  font-size: 20px;
}
body:not(.cms-page-is-in-edit-mode).data table.site-table-accordion > tbody > tr > th h3 {
  color: #000000 !important;
  text-align: left;
  background: none !important;
  text-transform: none;
  letter-spacing: normal;
  font-size: 20px;
  font-family: "brother-1816", sans-serif;
  margin: 0;
  line-height: 30px;
  font-weight: bold;
}
body:not(.cms-page-is-in-edit-mode).data table.site-table-accordion > tbody > tr > th:after {
  right: 40px !important;
  font-family: "site-icon" !important;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e90c" !important;
  transition: all ease 0.5s;
  background: none !important;
  font-size: 20px !important;
}
@media (max-width: 599px) {
  body:not(.cms-page-is-in-edit-mode).data table.site-table-accordion > tbody > tr > th:after {
    right: 20px !important;
  }
}
body:not(.cms-page-is-in-edit-mode).data table.site-table-accordion > tbody > tr > .site-tbl-accordion-desc-wrapper > td {
  text-align: left;
  width: 100%;
  display: block;
  white-space: normal;
}
body:not(.cms-page-is-in-edit-mode).data table.site-table-accordion > tbody > tr.site-tbl-accordion-row.site-tbl-accordion-header {
  font-size: 18px;
  line-height: 30px;
  background: #ffffff !important;
  border: none !important;
  transition: 0.5s ease all;
  display: block;
}
@media (max-width: 599px) {
  body:not(.cms-page-is-in-edit-mode).data table.site-table-accordion > tbody > tr.site-tbl-accordion-row.site-tbl-accordion-header {
    text-wrap: auto;
  }
}
body:not(.cms-page-is-in-edit-mode).data table.site-table-accordion > tbody > tr.site-tbl-accordion-row.site-tbl-accordion-header:not(:first-child) {
  margin-top: 20px;
}
body:not(.cms-page-is-in-edit-mode).data table.site-table-accordion > tbody > tr.site-tbl-accordion-row.site-tbl-accordion-header th {
  color: #000000 !important;
  text-align: left;
  border: 1px solid #000000 !important;
  transition: 0.5s ease all;
  width: 100%;
  display: block;
  border-radius: 20px;
  padding: 10px 50px 10px 50px !important;
}
@media (max-width: 599px) {
  body:not(.cms-page-is-in-edit-mode).data table.site-table-accordion > tbody > tr.site-tbl-accordion-row.site-tbl-accordion-header th {
    padding: 10px 45px 10px 20px !important;
  }
}
body:not(.cms-page-is-in-edit-mode).data table.site-table-accordion > tbody > tr.site-tbl-accordion-row.site-tbl-accordion-header:hover {
  background: #130092 !important;
  border: none;
  color: #ffffff !important;
}
body:not(.cms-page-is-in-edit-mode).data table.site-table-accordion > tbody > tr.site-tbl-accordion-row.site-tbl-accordion-header:hover th {
  color: #ffffff !important;
}
body:not(.cms-page-is-in-edit-mode).data table.site-table-accordion > tbody > tr.site-tbl-accordion-row.site-tbl-accordion-header.site-tbl-accordion-header-active {
  background: #130092 !important;
  color: #ffffff !important;
  border-bottom: none !important;
  transition: 0.5s ease all;
}
body:not(.cms-page-is-in-edit-mode).data table.site-table-accordion > tbody > tr.site-tbl-accordion-row.site-tbl-accordion-header.site-tbl-accordion-header-active th {
  color: #ffffff !important;
  transition: 0.5s ease all;
}
body:not(.cms-page-is-in-edit-mode).data table.site-table-accordion > tbody > tr.site-tbl-accordion-row.site-tbl-accordion-header.site-tbl-accordion-header-active th:after {
  background: none !important;
  transform: rotate(90deg);
}
body:not(.cms-page-is-in-edit-mode).data table.site-table-accordion > tbody > tr.site-tbl-accordion-row.site-tbl-accordion-desc {
  border: none !important;
}
body:not(.cms-page-is-in-edit-mode).data table.site-table-accordion > tbody > tr.site-tbl-accordion-row.site-tbl-accordion-desc .site-tbl-accordion-desc-wrapper {
  padding-top: 20px;
}
body:not(.cms-page-is-in-edit-mode).data table.site-table-accordion > tbody > tr.site-tbl-accordion-row.site-tbl-accordion-desc:last-child .site-tbl-accordion-desc-wrapper {
  padding-bottom: 0;
}
body:not(.cms-page-is-in-edit-mode).data table.site-table-accordion.site-table-accordion-arrow-first > tbody > tr.site-tbl-accordion-row.site-tbl-accordion-header th {
  padding: 10px 50px 10px 50px !important;
}
body:not(.cms-page-is-in-edit-mode).data table.site-table-accordion.site-table-accordion-arrow-first > tbody > tr.site-tbl-accordion-row.site-tbl-accordion-header th:after {
  right: auto;
  left: 20px !important;
}
body:not(.cms-page-is-in-edit-mode).data .site-feature-accordion-wrapper .cms-feature-title {
  color: #000000 !important;
  text-align: left;
  border: 1px solid #000000 !important;
  transition: 0.5s ease all;
  width: 100%;
  display: block;
  border-radius: 20px;
  padding: 10px 50px 10px 50px !important;
  font-family: "brother-1816", sans-serif !important;
  font-size: 20px;
  font-weight: 600;
  line-height: 30px;
  background: #ffffff !important;
  border-radius: 20px;
  position: relative;
  margin: 0;
}
body:not(.cms-page-is-in-edit-mode).data .site-feature-accordion-wrapper .cms-feature-title:hover {
  background: #130092 !important;
  border: none;
  color: #ffffff !important;
}
body:not(.cms-page-is-in-edit-mode).data .site-feature-accordion-wrapper .cms-feature-title::after {
  font-family: "site-icon" !important;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e90c" !important;
  position: absolute;
  right: 20px;
  font-size: 20px;
  top: 0;
  display: block;
  height: 16px;
  bottom: 0;
  margin: auto;
  line-height: 16px;
  transition: all ease 0.5s;
}
body:not(.cms-page-is-in-edit-mode).data .site-feature-accordion-wrapper .cms-feature-title:hover, body:not(.cms-page-is-in-edit-mode).data .site-feature-accordion-wrapper .cms-feature-title:focus {
  background-color: #130092;
  transition: 0.5s ease all;
  color: #ffffff;
}
body:not(.cms-page-is-in-edit-mode).data .site-feature-accordion-wrapper.site-feature-accordion-active .cms-feature-title {
  background-color: #130092;
  transition: 0.5s ease all;
  color: #ffffff;
}
body:not(.cms-page-is-in-edit-mode).data .site-feature-accordion-wrapper.site-feature-accordion-active .cms-feature-title::after {
  display: block;
  transform: rotate(90deg);
}
body:not(.cms-page-is-in-edit-mode).data .site-feature-accordion-wrapper.site-feature-accordion-active .site-feature-accordion {
  padding-top: 20px;
}
body:not(.cms-page-is-in-edit-mode).data table.site-table-tabs .site-tbl-tab-header-wrapper {
  display: flex;
  flex-wrap: wrap;
}
body:not(.cms-page-is-in-edit-mode).data table.site-table-tabs .site-tbl-tab-header-wrapper.site-tbl-tab-header-1 > tr {
  max-width: calc(100% / 1);
  flex: 0 0 calc(100% / 1);
  text-align: center;
}
body:not(.cms-page-is-in-edit-mode).data table.site-table-tabs .site-tbl-tab-header-wrapper.site-tbl-tab-header-2 > tr {
  max-width: calc(100% / 2);
  flex: 0 0 calc(100% / 2);
  text-align: center;
}
body:not(.cms-page-is-in-edit-mode).data table.site-table-tabs .site-tbl-tab-header-wrapper.site-tbl-tab-header-3 > tr {
  max-width: calc(100% / 3);
  flex: 0 0 calc(100% / 3);
  text-align: center;
}
body:not(.cms-page-is-in-edit-mode).data table.site-table-tabs .site-tbl-tab-header-wrapper.site-tbl-tab-header-4 > tr {
  max-width: calc(100% / 4);
  flex: 0 0 calc(100% / 4);
  text-align: center;
}
body:not(.cms-page-is-in-edit-mode).data table.site-table-tabs .site-tbl-tab-header-wrapper.site-tbl-tab-header-5 > tr {
  max-width: calc(100% / 5);
  flex: 0 0 calc(100% / 5);
  text-align: center;
}
body:not(.cms-page-is-in-edit-mode).data table.site-table-tabs .site-tbl-tab-header-wrapper.site-tbl-tab-header-6 > tr {
  max-width: calc(100% / 6);
  flex: 0 0 calc(100% / 6);
  text-align: center;
}
body:not(.cms-page-is-in-edit-mode).data table.site-table-tabs .site-tbl-tab-header-wrapper.site-tbl-tab-header-7 > tr {
  max-width: calc(100% / 7);
  flex: 0 0 calc(100% / 7);
  text-align: center;
}
body:not(.cms-page-is-in-edit-mode).data table.site-table-tabs .site-tbl-tab-header-wrapper.site-tbl-tab-header-8 > tr {
  max-width: calc(100% / 8);
  flex: 0 0 calc(100% / 8);
  text-align: center;
}
body:not(.cms-page-is-in-edit-mode).data table.site-table-tabs .site-tbl-tab-header-wrapper.site-tbl-tab-header-9 > tr {
  max-width: calc(100% / 9);
  flex: 0 0 calc(100% / 9);
  text-align: center;
}
body:not(.cms-page-is-in-edit-mode).data table.site-table-tabs .site-tbl-tab-header-wrapper.site-tbl-tab-header-10 > tr {
  max-width: calc(100% / 10);
  flex: 0 0 calc(100% / 10);
  text-align: center;
}
body:not(.cms-page-is-in-edit-mode).data table.site-table-tabs .site-tbl-tab-header-wrapper.site-tbl-tab-header-11 > tr {
  max-width: calc(100% / 11);
  flex: 0 0 calc(100% / 11);
  text-align: center;
}
body:not(.cms-page-is-in-edit-mode).data table.site-table-tabs .site-tbl-tab-header-wrapper.site-tbl-tab-header-12 > tr {
  max-width: calc(100% / 12);
  flex: 0 0 calc(100% / 12);
  text-align: center;
}
body:not(.cms-page-is-in-edit-mode).data table.site-table-tabs .site-tbl-tab-header-wrapper .site-tbl-tab-header {
  display: flex;
  background: #f1f1f1;
}
body:not(.cms-page-is-in-edit-mode).data table.site-table-tabs .site-tbl-tab-header-wrapper .site-tbl-tab-header th {
  background: none;
  cursor: pointer;
  width: 100%;
  align-self: center;
  color: #000;
  padding: 10px 30px;
}
body:not(.cms-page-is-in-edit-mode).data table.site-table-tabs .site-tbl-tab-header-wrapper .site-tbl-tab-header:hover {
  background: #000;
}
body:not(.cms-page-is-in-edit-mode).data table.site-table-tabs .site-tbl-tab-header-wrapper .site-tbl-tab-header:hover th {
  background: none;
  color: #ffffff;
}
body:not(.cms-page-is-in-edit-mode).data table.site-table-tabs .site-tbl-tab-header-wrapper .site-tbl-tab-header.site-tbl-tab-header-active {
  background: #130092;
  color: #ffffff;
}
body:not(.cms-page-is-in-edit-mode).data table.site-table-tabs .site-tbl-tab-header-wrapper .site-tbl-tab-header.site-tbl-tab-header-active th {
  background: none;
  color: #ffffff;
}
@media (max-width: 799px) {
  body:not(.cms-page-is-in-edit-mode).data table.site-table-tabs .site-tbl-tab-header-wrapper {
    display: none;
  }
}
body:not(.cms-page-is-in-edit-mode).data table.site-table-tabs .site-tbl-tab-desc-wrapper .site-tbl-tab-desc {
  display: none;
}
body:not(.cms-page-is-in-edit-mode).data table.site-table-tabs .site-tbl-tab-desc-wrapper .site-tbl-tab-desc.site-tbl-tab-desc-active {
  display: block;
}
@media (max-width: 799px) {
  body:not(.cms-page-is-in-edit-mode).data table.site-table-tabs .site-tbl-tab-desc-wrapper .site-tbl-tab-desc {
    display: block !important;
  }
}
body:not(.cms-page-is-in-edit-mode).data table.site-table-tabs .site-tbl-tab-accordion-title {
  display: none;
  color: #000000 !important;
  text-align: left;
  border: 1px solid #000000 !important;
  transition: 0.5s ease all;
  width: 100%;
  border-radius: 20px;
  padding: 10px 50px 10px 50px !important;
  margin: 0 0 20px;
  font-weight: bold;
  position: relative;
}
body:not(.cms-page-is-in-edit-mode).data table.site-table-tabs .site-tbl-tab-accordion-title:after {
  font-family: "site-icon" !important;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e90c" !important;
  position: absolute;
  right: 20px;
  font-size: 20px;
  top: 0;
  display: block;
  height: 16px;
  bottom: 0;
  margin: auto;
  line-height: 16px;
  transition: all ease 0.5s;
}
@media (max-width: 799px) {
  body:not(.cms-page-is-in-edit-mode).data table.site-table-tabs .site-tbl-tab-accordion-title {
    display: block;
  }
}
body:not(.cms-page-is-in-edit-mode).data table.site-table-tabs .site-tbl-tab-accordion-title.site-tbl-tab-accordion-title-active::after {
  display: block;
  transform: rotate(90deg);
}
@media (max-width: 799px) {
  body:not(.cms-page-is-in-edit-mode).data table.site-table-tabs .site-tbl-tab-desc-block {
    display: none;
  }
  body:not(.cms-page-is-in-edit-mode).data table.site-table-tabs .site-tbl-tab-desc-block > tr {
    margin: 0 0 20px;
    display: block;
    background: none;
  }
}
@media (min-width: 800px) {
  body:not(.cms-page-is-in-edit-mode).data table.site-table-tabs .site-tbl-tab-desc-block {
    display: block !important;
  }
}
body:not(.cms-page-is-in-edit-mode).data .site-row-block-right-overlap {
  position: relative;
  display: flex;
  align-items: center;
  margin-left: calc(-50vw + 50%);
  margin-right: calc(-50vw + 50%);
  width: 100vw;
  position: relative;
  max-width: none;
  clear: both;
  color: #ffffff;
}
body:not(.cms-page-is-in-edit-mode).data .site-row-block-right-overlap h1, body:not(.cms-page-is-in-edit-mode).data .site-row-block-right-overlap h2, body:not(.cms-page-is-in-edit-mode).data .site-row-block-right-overlap h3, body:not(.cms-page-is-in-edit-mode).data .site-row-block-right-overlap h4, body:not(.cms-page-is-in-edit-mode).data .site-row-block-right-overlap h5, body:not(.cms-page-is-in-edit-mode).data .site-row-block-right-overlap h6 {
  color: #ffffff;
}
@media (max-width: 999px) {
  body:not(.cms-page-is-in-edit-mode).data .site-row-block-right-overlap {
    display: block;
  }
}
@media (max-width: 599px) {
  body:not(.cms-page-is-in-edit-mode).data .site-row-block-right-overlap {
    margin-left: calc(-50vw + 50%) !important;
    margin-right: calc(-50vw + 50%) !important;
    width: 100vw;
  }
}
body:not(.cms-page-is-in-edit-mode).data .site-row-block-right-overlap:before {
  background: #130092;
  content: "";
  position: absolute;
  width: 90%;
  height: 100%;
  display: block;
  left: 0;
  right: 0;
  margin: auto;
  border-radius: 20px;
}
@media (max-width: 599px) {
  body:not(.cms-page-is-in-edit-mode).data .site-row-block-right-overlap:before {
    display: none;
  }
}
body:not(.cms-page-is-in-edit-mode).data .site-row-block-right-overlap .site-custom-right-ovrelay-text-wrapper, body:not(.cms-page-is-in-edit-mode).data .site-row-block-right-overlap .site-custom-right-ovrelay-image-wrapper {
  align-self: center;
  position: relative;
  z-index: 10;
}
body:not(.cms-page-is-in-edit-mode).data .site-row-block-right-overlap .site-custom-right-ovrelay-text-wrapper {
  padding: 100px 70px 100px 100px;
  border-radius: 20px;
  margin-left: calc(5% + 20px);
}
@media (max-width: 1299px) {
  body:not(.cms-page-is-in-edit-mode).data .site-row-block-right-overlap .site-custom-right-ovrelay-text-wrapper {
    padding: 50px 40px;
    margin-left: 0;
  }
}
@media (max-width: 999px) {
  body:not(.cms-page-is-in-edit-mode).data .site-row-block-right-overlap .site-custom-right-ovrelay-text-wrapper {
    max-width: 100% !important;
    padding-bottom: 0;
  }
}
@media (max-width: 599px) {
  body:not(.cms-page-is-in-edit-mode).data .site-row-block-right-overlap .site-custom-right-ovrelay-text-wrapper {
    padding: 0;
    background: #130092;
  }
  body:not(.cms-page-is-in-edit-mode).data .site-row-block-right-overlap .site-custom-right-ovrelay-text-wrapper .site-custom-right-ovrelay-text {
    padding: 0 30px 100px;
  }
}
body:not(.cms-page-is-in-edit-mode).data .site-row-block-right-overlap .site-custom-right-ovrelay-text-wrapper var {
  background: #ffffff;
  color: #000000;
}
body:not(.cms-page-is-in-edit-mode).data .site-row-block-right-overlap .site-custom-right-ovrelay-image-wrapper {
  padding: 0;
}
@media (max-width: 999px) {
  body:not(.cms-page-is-in-edit-mode).data .site-row-block-right-overlap .site-custom-right-ovrelay-image-wrapper {
    max-width: 100% !important;
  }
}
@media (max-width: 599px) {
  body:not(.cms-page-is-in-edit-mode).data .site-row-block-right-overlap .site-custom-right-ovrelay-image-wrapper {
    margin: -100px 0 0 40px;
  }
}
body:not(.cms-page-is-in-edit-mode).data .site-row-block-right-overlap .site-custom-right-ovrelay-image-wrapper img {
  width: 150% !important;
  max-width: none;
  padding: 50px 0;
}
@media (max-width: 1499px) {
  body:not(.cms-page-is-in-edit-mode).data .site-row-block-right-overlap .site-custom-right-ovrelay-image-wrapper img {
    padding: 0;
  }
}
body:not(.cms-page-is-in-edit-mode).seo table {
  border: none;
  text-align: left;
}
@media (max-width: 599px) {
  body:not(.cms-page-is-in-edit-mode).seo table tbody {
    display: block;
  }
}
body:not(.cms-page-is-in-edit-mode).seo table td {
  text-align: left;
}
body:not(.cms-page-is-in-edit-mode).seo table.site-table-accordion thead > tr, body:not(.cms-page-is-in-edit-mode).seo table.site-table-accordion tbody > tr {
  padding: 0 !important;
}
@media (max-width: 599px) {
  body:not(.cms-page-is-in-edit-mode).seo table.site-table-accordion thead > tr > td p, body:not(.cms-page-is-in-edit-mode).seo table.site-table-accordion thead > tr > th p, body:not(.cms-page-is-in-edit-mode).seo table.site-table-accordion tbody > tr > td p, body:not(.cms-page-is-in-edit-mode).seo table.site-table-accordion tbody > tr > th p {
    margin: 0 !important;
  }
}
body:not(.cms-page-is-in-edit-mode).seo table.site-table-accordion > tbody > tr {
  font-size: 18px;
  line-height: 30px;
  background: #ffffff !important;
  border: none;
  border-radius: 20px;
}
body:not(.cms-page-is-in-edit-mode).seo table.site-table-accordion > tbody > tr > th {
  color: #000000 !important;
  text-align: left;
  background: none !important;
  text-transform: none;
  letter-spacing: normal;
  font-size: 20px;
}
body:not(.cms-page-is-in-edit-mode).seo table.site-table-accordion > tbody > tr > th h3 {
  color: #000000 !important;
  text-align: left;
  background: none !important;
  text-transform: none;
  letter-spacing: normal;
  font-size: 20px;
  font-family: "brother-1816", sans-serif;
  margin: 0;
  line-height: 30px;
  font-weight: bold;
}
body:not(.cms-page-is-in-edit-mode).seo table.site-table-accordion > tbody > tr > th:after {
  right: 40px !important;
  font-family: "site-icon" !important;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e90c" !important;
  transition: all ease 0.5s;
  background: none !important;
  font-size: 20px !important;
}
@media (max-width: 599px) {
  body:not(.cms-page-is-in-edit-mode).seo table.site-table-accordion > tbody > tr > th:after {
    right: 20px !important;
  }
}
body:not(.cms-page-is-in-edit-mode).seo table.site-table-accordion > tbody > tr > .site-tbl-accordion-desc-wrapper > td {
  text-align: left;
  width: 100%;
  display: block;
  white-space: normal;
}
body:not(.cms-page-is-in-edit-mode).seo table.site-table-accordion > tbody > tr.site-tbl-accordion-row.site-tbl-accordion-header {
  font-size: 18px;
  line-height: 30px;
  background: #ffffff !important;
  border: none !important;
  transition: 0.5s ease all;
  display: block;
}
@media (max-width: 599px) {
  body:not(.cms-page-is-in-edit-mode).seo table.site-table-accordion > tbody > tr.site-tbl-accordion-row.site-tbl-accordion-header {
    text-wrap: auto;
  }
}
body:not(.cms-page-is-in-edit-mode).seo table.site-table-accordion > tbody > tr.site-tbl-accordion-row.site-tbl-accordion-header:not(:first-child) {
  margin-top: 20px;
}
body:not(.cms-page-is-in-edit-mode).seo table.site-table-accordion > tbody > tr.site-tbl-accordion-row.site-tbl-accordion-header th {
  color: #000000 !important;
  text-align: left;
  border: 1px solid #000000 !important;
  transition: 0.5s ease all;
  width: 100%;
  display: block;
  border-radius: 20px;
  padding: 10px 50px 10px 50px !important;
}
@media (max-width: 599px) {
  body:not(.cms-page-is-in-edit-mode).seo table.site-table-accordion > tbody > tr.site-tbl-accordion-row.site-tbl-accordion-header th {
    padding: 10px 45px 10px 20px !important;
  }
}
body:not(.cms-page-is-in-edit-mode).seo table.site-table-accordion > tbody > tr.site-tbl-accordion-row.site-tbl-accordion-header:hover {
  background: #00B0DE !important;
  border: none;
  color: #ffffff !important;
}
body:not(.cms-page-is-in-edit-mode).seo table.site-table-accordion > tbody > tr.site-tbl-accordion-row.site-tbl-accordion-header:hover th {
  color: #ffffff !important;
}
body:not(.cms-page-is-in-edit-mode).seo table.site-table-accordion > tbody > tr.site-tbl-accordion-row.site-tbl-accordion-header.site-tbl-accordion-header-active {
  background: #00B0DE !important;
  color: #ffffff !important;
  border-bottom: none !important;
  transition: 0.5s ease all;
}
body:not(.cms-page-is-in-edit-mode).seo table.site-table-accordion > tbody > tr.site-tbl-accordion-row.site-tbl-accordion-header.site-tbl-accordion-header-active th {
  color: #ffffff !important;
  transition: 0.5s ease all;
}
body:not(.cms-page-is-in-edit-mode).seo table.site-table-accordion > tbody > tr.site-tbl-accordion-row.site-tbl-accordion-header.site-tbl-accordion-header-active th:after {
  background: none !important;
  transform: rotate(90deg);
}
body:not(.cms-page-is-in-edit-mode).seo table.site-table-accordion > tbody > tr.site-tbl-accordion-row.site-tbl-accordion-desc {
  border: none !important;
}
body:not(.cms-page-is-in-edit-mode).seo table.site-table-accordion > tbody > tr.site-tbl-accordion-row.site-tbl-accordion-desc .site-tbl-accordion-desc-wrapper {
  padding-top: 20px;
}
body:not(.cms-page-is-in-edit-mode).seo table.site-table-accordion > tbody > tr.site-tbl-accordion-row.site-tbl-accordion-desc:last-child .site-tbl-accordion-desc-wrapper {
  padding-bottom: 0;
}
body:not(.cms-page-is-in-edit-mode).seo table.site-table-accordion.site-table-accordion-arrow-first > tbody > tr.site-tbl-accordion-row.site-tbl-accordion-header th {
  padding: 10px 50px 10px 50px !important;
}
body:not(.cms-page-is-in-edit-mode).seo table.site-table-accordion.site-table-accordion-arrow-first > tbody > tr.site-tbl-accordion-row.site-tbl-accordion-header th:after {
  right: auto;
  left: 20px !important;
}
body:not(.cms-page-is-in-edit-mode).seo .site-feature-accordion-wrapper .cms-feature-title {
  color: #000000 !important;
  text-align: left;
  border: 1px solid #000000 !important;
  transition: 0.5s ease all;
  width: 100%;
  display: block;
  border-radius: 20px;
  padding: 10px 50px 10px 50px !important;
  font-family: "brother-1816", sans-serif !important;
  font-size: 20px;
  font-weight: 600;
  line-height: 30px;
  background: #ffffff !important;
  border-radius: 20px;
  position: relative;
  margin: 0;
}
body:not(.cms-page-is-in-edit-mode).seo .site-feature-accordion-wrapper .cms-feature-title:hover {
  background: #00B0DE !important;
  border: none;
  color: #ffffff !important;
}
body:not(.cms-page-is-in-edit-mode).seo .site-feature-accordion-wrapper .cms-feature-title::after {
  font-family: "site-icon" !important;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e90c" !important;
  position: absolute;
  right: 20px;
  font-size: 20px;
  top: 0;
  display: block;
  height: 16px;
  bottom: 0;
  margin: auto;
  line-height: 16px;
  transition: all ease 0.5s;
}
body:not(.cms-page-is-in-edit-mode).seo .site-feature-accordion-wrapper .cms-feature-title:hover, body:not(.cms-page-is-in-edit-mode).seo .site-feature-accordion-wrapper .cms-feature-title:focus {
  background-color: #00B0DE;
  transition: 0.5s ease all;
  color: #ffffff;
}
body:not(.cms-page-is-in-edit-mode).seo .site-feature-accordion-wrapper.site-feature-accordion-active .cms-feature-title {
  background-color: #00B0DE;
  transition: 0.5s ease all;
  color: #ffffff;
}
body:not(.cms-page-is-in-edit-mode).seo .site-feature-accordion-wrapper.site-feature-accordion-active .cms-feature-title::after {
  display: block;
  transform: rotate(90deg);
}
body:not(.cms-page-is-in-edit-mode).seo .site-feature-accordion-wrapper.site-feature-accordion-active .site-feature-accordion {
  padding-top: 20px;
}
body:not(.cms-page-is-in-edit-mode).seo table.site-table-tabs .site-tbl-tab-header-wrapper {
  display: flex;
  flex-wrap: wrap;
}
body:not(.cms-page-is-in-edit-mode).seo table.site-table-tabs .site-tbl-tab-header-wrapper.site-tbl-tab-header-1 > tr {
  max-width: calc(100% / 1);
  flex: 0 0 calc(100% / 1);
  text-align: center;
}
body:not(.cms-page-is-in-edit-mode).seo table.site-table-tabs .site-tbl-tab-header-wrapper.site-tbl-tab-header-2 > tr {
  max-width: calc(100% / 2);
  flex: 0 0 calc(100% / 2);
  text-align: center;
}
body:not(.cms-page-is-in-edit-mode).seo table.site-table-tabs .site-tbl-tab-header-wrapper.site-tbl-tab-header-3 > tr {
  max-width: calc(100% / 3);
  flex: 0 0 calc(100% / 3);
  text-align: center;
}
body:not(.cms-page-is-in-edit-mode).seo table.site-table-tabs .site-tbl-tab-header-wrapper.site-tbl-tab-header-4 > tr {
  max-width: calc(100% / 4);
  flex: 0 0 calc(100% / 4);
  text-align: center;
}
body:not(.cms-page-is-in-edit-mode).seo table.site-table-tabs .site-tbl-tab-header-wrapper.site-tbl-tab-header-5 > tr {
  max-width: calc(100% / 5);
  flex: 0 0 calc(100% / 5);
  text-align: center;
}
body:not(.cms-page-is-in-edit-mode).seo table.site-table-tabs .site-tbl-tab-header-wrapper.site-tbl-tab-header-6 > tr {
  max-width: calc(100% / 6);
  flex: 0 0 calc(100% / 6);
  text-align: center;
}
body:not(.cms-page-is-in-edit-mode).seo table.site-table-tabs .site-tbl-tab-header-wrapper.site-tbl-tab-header-7 > tr {
  max-width: calc(100% / 7);
  flex: 0 0 calc(100% / 7);
  text-align: center;
}
body:not(.cms-page-is-in-edit-mode).seo table.site-table-tabs .site-tbl-tab-header-wrapper.site-tbl-tab-header-8 > tr {
  max-width: calc(100% / 8);
  flex: 0 0 calc(100% / 8);
  text-align: center;
}
body:not(.cms-page-is-in-edit-mode).seo table.site-table-tabs .site-tbl-tab-header-wrapper.site-tbl-tab-header-9 > tr {
  max-width: calc(100% / 9);
  flex: 0 0 calc(100% / 9);
  text-align: center;
}
body:not(.cms-page-is-in-edit-mode).seo table.site-table-tabs .site-tbl-tab-header-wrapper.site-tbl-tab-header-10 > tr {
  max-width: calc(100% / 10);
  flex: 0 0 calc(100% / 10);
  text-align: center;
}
body:not(.cms-page-is-in-edit-mode).seo table.site-table-tabs .site-tbl-tab-header-wrapper.site-tbl-tab-header-11 > tr {
  max-width: calc(100% / 11);
  flex: 0 0 calc(100% / 11);
  text-align: center;
}
body:not(.cms-page-is-in-edit-mode).seo table.site-table-tabs .site-tbl-tab-header-wrapper.site-tbl-tab-header-12 > tr {
  max-width: calc(100% / 12);
  flex: 0 0 calc(100% / 12);
  text-align: center;
}
body:not(.cms-page-is-in-edit-mode).seo table.site-table-tabs .site-tbl-tab-header-wrapper .site-tbl-tab-header {
  display: flex;
  background: #f1f1f1;
}
body:not(.cms-page-is-in-edit-mode).seo table.site-table-tabs .site-tbl-tab-header-wrapper .site-tbl-tab-header th {
  background: none;
  cursor: pointer;
  width: 100%;
  align-self: center;
  color: #000;
  padding: 10px 30px;
}
body:not(.cms-page-is-in-edit-mode).seo table.site-table-tabs .site-tbl-tab-header-wrapper .site-tbl-tab-header:hover {
  background: #000;
}
body:not(.cms-page-is-in-edit-mode).seo table.site-table-tabs .site-tbl-tab-header-wrapper .site-tbl-tab-header:hover th {
  background: none;
  color: #ffffff;
}
body:not(.cms-page-is-in-edit-mode).seo table.site-table-tabs .site-tbl-tab-header-wrapper .site-tbl-tab-header.site-tbl-tab-header-active {
  background: #00B0DE;
  color: #ffffff;
}
body:not(.cms-page-is-in-edit-mode).seo table.site-table-tabs .site-tbl-tab-header-wrapper .site-tbl-tab-header.site-tbl-tab-header-active th {
  background: none;
  color: #ffffff;
}
@media (max-width: 799px) {
  body:not(.cms-page-is-in-edit-mode).seo table.site-table-tabs .site-tbl-tab-header-wrapper {
    display: none;
  }
}
body:not(.cms-page-is-in-edit-mode).seo table.site-table-tabs .site-tbl-tab-desc-wrapper .site-tbl-tab-desc {
  display: none;
}
body:not(.cms-page-is-in-edit-mode).seo table.site-table-tabs .site-tbl-tab-desc-wrapper .site-tbl-tab-desc.site-tbl-tab-desc-active {
  display: block;
}
@media (max-width: 799px) {
  body:not(.cms-page-is-in-edit-mode).seo table.site-table-tabs .site-tbl-tab-desc-wrapper .site-tbl-tab-desc {
    display: block !important;
  }
}
body:not(.cms-page-is-in-edit-mode).seo table.site-table-tabs .site-tbl-tab-accordion-title {
  display: none;
  color: #000000 !important;
  text-align: left;
  border: 1px solid #000000 !important;
  transition: 0.5s ease all;
  width: 100%;
  border-radius: 20px;
  padding: 10px 50px 10px 50px !important;
  margin: 0 0 20px;
  font-weight: bold;
  position: relative;
}
body:not(.cms-page-is-in-edit-mode).seo table.site-table-tabs .site-tbl-tab-accordion-title:after {
  font-family: "site-icon" !important;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e90c" !important;
  position: absolute;
  right: 20px;
  font-size: 20px;
  top: 0;
  display: block;
  height: 16px;
  bottom: 0;
  margin: auto;
  line-height: 16px;
  transition: all ease 0.5s;
}
@media (max-width: 799px) {
  body:not(.cms-page-is-in-edit-mode).seo table.site-table-tabs .site-tbl-tab-accordion-title {
    display: block;
  }
}
body:not(.cms-page-is-in-edit-mode).seo table.site-table-tabs .site-tbl-tab-accordion-title.site-tbl-tab-accordion-title-active::after {
  display: block;
  transform: rotate(90deg);
}
@media (max-width: 799px) {
  body:not(.cms-page-is-in-edit-mode).seo table.site-table-tabs .site-tbl-tab-desc-block {
    display: none;
  }
  body:not(.cms-page-is-in-edit-mode).seo table.site-table-tabs .site-tbl-tab-desc-block > tr {
    margin: 0 0 20px;
    display: block;
    background: none;
  }
}
@media (min-width: 800px) {
  body:not(.cms-page-is-in-edit-mode).seo table.site-table-tabs .site-tbl-tab-desc-block {
    display: block !important;
  }
}
body:not(.cms-page-is-in-edit-mode).seo .site-row-block-right-overlap {
  position: relative;
  display: flex;
  align-items: center;
  margin-left: calc(-50vw + 50%);
  margin-right: calc(-50vw + 50%);
  width: 100vw;
  position: relative;
  max-width: none;
  clear: both;
  color: #ffffff;
}
body:not(.cms-page-is-in-edit-mode).seo .site-row-block-right-overlap h1, body:not(.cms-page-is-in-edit-mode).seo .site-row-block-right-overlap h2, body:not(.cms-page-is-in-edit-mode).seo .site-row-block-right-overlap h3, body:not(.cms-page-is-in-edit-mode).seo .site-row-block-right-overlap h4, body:not(.cms-page-is-in-edit-mode).seo .site-row-block-right-overlap h5, body:not(.cms-page-is-in-edit-mode).seo .site-row-block-right-overlap h6 {
  color: #ffffff;
}
@media (max-width: 999px) {
  body:not(.cms-page-is-in-edit-mode).seo .site-row-block-right-overlap {
    display: block;
  }
}
@media (max-width: 599px) {
  body:not(.cms-page-is-in-edit-mode).seo .site-row-block-right-overlap {
    margin-left: calc(-50vw + 50%) !important;
    margin-right: calc(-50vw + 50%) !important;
    width: 100vw;
  }
}
body:not(.cms-page-is-in-edit-mode).seo .site-row-block-right-overlap:before {
  background: #00B0DE;
  content: "";
  position: absolute;
  width: 90%;
  height: 100%;
  display: block;
  left: 0;
  right: 0;
  margin: auto;
  border-radius: 20px;
}
@media (max-width: 599px) {
  body:not(.cms-page-is-in-edit-mode).seo .site-row-block-right-overlap:before {
    display: none;
  }
}
body:not(.cms-page-is-in-edit-mode).seo .site-row-block-right-overlap .site-custom-right-ovrelay-text-wrapper, body:not(.cms-page-is-in-edit-mode).seo .site-row-block-right-overlap .site-custom-right-ovrelay-image-wrapper {
  align-self: center;
  position: relative;
  z-index: 10;
}
body:not(.cms-page-is-in-edit-mode).seo .site-row-block-right-overlap .site-custom-right-ovrelay-text-wrapper {
  padding: 100px 70px 100px 100px;
  border-radius: 20px;
  margin-left: calc(5% + 20px);
}
@media (max-width: 1299px) {
  body:not(.cms-page-is-in-edit-mode).seo .site-row-block-right-overlap .site-custom-right-ovrelay-text-wrapper {
    padding: 50px 40px;
    margin-left: 0;
  }
}
@media (max-width: 999px) {
  body:not(.cms-page-is-in-edit-mode).seo .site-row-block-right-overlap .site-custom-right-ovrelay-text-wrapper {
    max-width: 100% !important;
    padding-bottom: 0;
  }
}
@media (max-width: 599px) {
  body:not(.cms-page-is-in-edit-mode).seo .site-row-block-right-overlap .site-custom-right-ovrelay-text-wrapper {
    padding: 0;
    background: #00B0DE;
  }
  body:not(.cms-page-is-in-edit-mode).seo .site-row-block-right-overlap .site-custom-right-ovrelay-text-wrapper .site-custom-right-ovrelay-text {
    padding: 0 30px 100px;
  }
}
body:not(.cms-page-is-in-edit-mode).seo .site-row-block-right-overlap .site-custom-right-ovrelay-text-wrapper var {
  background: #ffffff;
  color: #000000;
}
body:not(.cms-page-is-in-edit-mode).seo .site-row-block-right-overlap .site-custom-right-ovrelay-image-wrapper {
  padding: 0;
}
@media (max-width: 999px) {
  body:not(.cms-page-is-in-edit-mode).seo .site-row-block-right-overlap .site-custom-right-ovrelay-image-wrapper {
    max-width: 100% !important;
  }
}
@media (max-width: 599px) {
  body:not(.cms-page-is-in-edit-mode).seo .site-row-block-right-overlap .site-custom-right-ovrelay-image-wrapper {
    margin: -100px 0 0 40px;
  }
}
body:not(.cms-page-is-in-edit-mode).seo .site-row-block-right-overlap .site-custom-right-ovrelay-image-wrapper img {
  width: 150% !important;
  max-width: none;
  padding: 50px 0;
}
@media (max-width: 1499px) {
  body:not(.cms-page-is-in-edit-mode).seo .site-row-block-right-overlap .site-custom-right-ovrelay-image-wrapper img {
    padding: 0;
  }
}
body:not(.cms-page-is-in-edit-mode).digital-advertising table {
  border: none;
  text-align: left;
}
@media (max-width: 599px) {
  body:not(.cms-page-is-in-edit-mode).digital-advertising table tbody {
    display: block;
  }
}
body:not(.cms-page-is-in-edit-mode).digital-advertising table td {
  text-align: left;
}
body:not(.cms-page-is-in-edit-mode).digital-advertising table.site-table-accordion thead > tr, body:not(.cms-page-is-in-edit-mode).digital-advertising table.site-table-accordion tbody > tr {
  padding: 0 !important;
}
@media (max-width: 599px) {
  body:not(.cms-page-is-in-edit-mode).digital-advertising table.site-table-accordion thead > tr > td p, body:not(.cms-page-is-in-edit-mode).digital-advertising table.site-table-accordion thead > tr > th p, body:not(.cms-page-is-in-edit-mode).digital-advertising table.site-table-accordion tbody > tr > td p, body:not(.cms-page-is-in-edit-mode).digital-advertising table.site-table-accordion tbody > tr > th p {
    margin: 0 !important;
  }
}
body:not(.cms-page-is-in-edit-mode).digital-advertising table.site-table-accordion > tbody > tr {
  font-size: 18px;
  line-height: 30px;
  background: #ffffff !important;
  border: none;
  border-radius: 20px;
}
body:not(.cms-page-is-in-edit-mode).digital-advertising table.site-table-accordion > tbody > tr > th {
  color: #000000 !important;
  text-align: left;
  background: none !important;
  text-transform: none;
  letter-spacing: normal;
  font-size: 20px;
}
body:not(.cms-page-is-in-edit-mode).digital-advertising table.site-table-accordion > tbody > tr > th h3 {
  color: #000000 !important;
  text-align: left;
  background: none !important;
  text-transform: none;
  letter-spacing: normal;
  font-size: 20px;
  font-family: "brother-1816", sans-serif;
  margin: 0;
  line-height: 30px;
  font-weight: bold;
}
body:not(.cms-page-is-in-edit-mode).digital-advertising table.site-table-accordion > tbody > tr > th:after {
  right: 40px !important;
  font-family: "site-icon" !important;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e90c" !important;
  transition: all ease 0.5s;
  background: none !important;
  font-size: 20px !important;
}
@media (max-width: 599px) {
  body:not(.cms-page-is-in-edit-mode).digital-advertising table.site-table-accordion > tbody > tr > th:after {
    right: 20px !important;
  }
}
body:not(.cms-page-is-in-edit-mode).digital-advertising table.site-table-accordion > tbody > tr > .site-tbl-accordion-desc-wrapper > td {
  text-align: left;
  width: 100%;
  display: block;
  white-space: normal;
}
body:not(.cms-page-is-in-edit-mode).digital-advertising table.site-table-accordion > tbody > tr.site-tbl-accordion-row.site-tbl-accordion-header {
  font-size: 18px;
  line-height: 30px;
  background: #ffffff !important;
  border: none !important;
  transition: 0.5s ease all;
  display: block;
}
@media (max-width: 599px) {
  body:not(.cms-page-is-in-edit-mode).digital-advertising table.site-table-accordion > tbody > tr.site-tbl-accordion-row.site-tbl-accordion-header {
    text-wrap: auto;
  }
}
body:not(.cms-page-is-in-edit-mode).digital-advertising table.site-table-accordion > tbody > tr.site-tbl-accordion-row.site-tbl-accordion-header:not(:first-child) {
  margin-top: 20px;
}
body:not(.cms-page-is-in-edit-mode).digital-advertising table.site-table-accordion > tbody > tr.site-tbl-accordion-row.site-tbl-accordion-header th {
  color: #000000 !important;
  text-align: left;
  border: 1px solid #000000 !important;
  transition: 0.5s ease all;
  width: 100%;
  display: block;
  border-radius: 20px;
  padding: 10px 50px 10px 50px !important;
}
@media (max-width: 599px) {
  body:not(.cms-page-is-in-edit-mode).digital-advertising table.site-table-accordion > tbody > tr.site-tbl-accordion-row.site-tbl-accordion-header th {
    padding: 10px 45px 10px 20px !important;
  }
}
body:not(.cms-page-is-in-edit-mode).digital-advertising table.site-table-accordion > tbody > tr.site-tbl-accordion-row.site-tbl-accordion-header:hover {
  background: #FF6300 !important;
  border: none;
  color: #ffffff !important;
}
body:not(.cms-page-is-in-edit-mode).digital-advertising table.site-table-accordion > tbody > tr.site-tbl-accordion-row.site-tbl-accordion-header:hover th {
  color: #ffffff !important;
}
body:not(.cms-page-is-in-edit-mode).digital-advertising table.site-table-accordion > tbody > tr.site-tbl-accordion-row.site-tbl-accordion-header.site-tbl-accordion-header-active {
  background: #FF6300 !important;
  color: #ffffff !important;
  border-bottom: none !important;
  transition: 0.5s ease all;
}
body:not(.cms-page-is-in-edit-mode).digital-advertising table.site-table-accordion > tbody > tr.site-tbl-accordion-row.site-tbl-accordion-header.site-tbl-accordion-header-active th {
  color: #ffffff !important;
  transition: 0.5s ease all;
}
body:not(.cms-page-is-in-edit-mode).digital-advertising table.site-table-accordion > tbody > tr.site-tbl-accordion-row.site-tbl-accordion-header.site-tbl-accordion-header-active th:after {
  background: none !important;
  transform: rotate(90deg);
}
body:not(.cms-page-is-in-edit-mode).digital-advertising table.site-table-accordion > tbody > tr.site-tbl-accordion-row.site-tbl-accordion-desc {
  border: none !important;
}
body:not(.cms-page-is-in-edit-mode).digital-advertising table.site-table-accordion > tbody > tr.site-tbl-accordion-row.site-tbl-accordion-desc .site-tbl-accordion-desc-wrapper {
  padding-top: 20px;
}
body:not(.cms-page-is-in-edit-mode).digital-advertising table.site-table-accordion > tbody > tr.site-tbl-accordion-row.site-tbl-accordion-desc:last-child .site-tbl-accordion-desc-wrapper {
  padding-bottom: 0;
}
body:not(.cms-page-is-in-edit-mode).digital-advertising table.site-table-accordion.site-table-accordion-arrow-first > tbody > tr.site-tbl-accordion-row.site-tbl-accordion-header th {
  padding: 10px 50px 10px 50px !important;
}
body:not(.cms-page-is-in-edit-mode).digital-advertising table.site-table-accordion.site-table-accordion-arrow-first > tbody > tr.site-tbl-accordion-row.site-tbl-accordion-header th:after {
  right: auto;
  left: 20px !important;
}
body:not(.cms-page-is-in-edit-mode).digital-advertising .site-feature-accordion-wrapper .cms-feature-title {
  color: #000000 !important;
  text-align: left;
  border: 1px solid #000000 !important;
  transition: 0.5s ease all;
  width: 100%;
  display: block;
  border-radius: 20px;
  padding: 10px 50px 10px 50px !important;
  font-family: "brother-1816", sans-serif !important;
  font-size: 20px;
  font-weight: 600;
  line-height: 30px;
  background: #ffffff !important;
  border-radius: 20px;
  position: relative;
  margin: 0;
}
body:not(.cms-page-is-in-edit-mode).digital-advertising .site-feature-accordion-wrapper .cms-feature-title:hover {
  background: #FF6300 !important;
  border: none;
  color: #ffffff !important;
}
body:not(.cms-page-is-in-edit-mode).digital-advertising .site-feature-accordion-wrapper .cms-feature-title::after {
  font-family: "site-icon" !important;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e90c" !important;
  position: absolute;
  right: 20px;
  font-size: 20px;
  top: 0;
  display: block;
  height: 16px;
  bottom: 0;
  margin: auto;
  line-height: 16px;
  transition: all ease 0.5s;
}
body:not(.cms-page-is-in-edit-mode).digital-advertising .site-feature-accordion-wrapper .cms-feature-title:hover, body:not(.cms-page-is-in-edit-mode).digital-advertising .site-feature-accordion-wrapper .cms-feature-title:focus {
  background-color: #FF6300;
  transition: 0.5s ease all;
  color: #ffffff;
}
body:not(.cms-page-is-in-edit-mode).digital-advertising .site-feature-accordion-wrapper.site-feature-accordion-active .cms-feature-title {
  background-color: #FF6300;
  transition: 0.5s ease all;
  color: #ffffff;
}
body:not(.cms-page-is-in-edit-mode).digital-advertising .site-feature-accordion-wrapper.site-feature-accordion-active .cms-feature-title::after {
  display: block;
  transform: rotate(90deg);
}
body:not(.cms-page-is-in-edit-mode).digital-advertising .site-feature-accordion-wrapper.site-feature-accordion-active .site-feature-accordion {
  padding-top: 20px;
}
body:not(.cms-page-is-in-edit-mode).digital-advertising table.site-table-tabs .site-tbl-tab-header-wrapper {
  display: flex;
  flex-wrap: wrap;
}
body:not(.cms-page-is-in-edit-mode).digital-advertising table.site-table-tabs .site-tbl-tab-header-wrapper.site-tbl-tab-header-1 > tr {
  max-width: calc(100% / 1);
  flex: 0 0 calc(100% / 1);
  text-align: center;
}
body:not(.cms-page-is-in-edit-mode).digital-advertising table.site-table-tabs .site-tbl-tab-header-wrapper.site-tbl-tab-header-2 > tr {
  max-width: calc(100% / 2);
  flex: 0 0 calc(100% / 2);
  text-align: center;
}
body:not(.cms-page-is-in-edit-mode).digital-advertising table.site-table-tabs .site-tbl-tab-header-wrapper.site-tbl-tab-header-3 > tr {
  max-width: calc(100% / 3);
  flex: 0 0 calc(100% / 3);
  text-align: center;
}
body:not(.cms-page-is-in-edit-mode).digital-advertising table.site-table-tabs .site-tbl-tab-header-wrapper.site-tbl-tab-header-4 > tr {
  max-width: calc(100% / 4);
  flex: 0 0 calc(100% / 4);
  text-align: center;
}
body:not(.cms-page-is-in-edit-mode).digital-advertising table.site-table-tabs .site-tbl-tab-header-wrapper.site-tbl-tab-header-5 > tr {
  max-width: calc(100% / 5);
  flex: 0 0 calc(100% / 5);
  text-align: center;
}
body:not(.cms-page-is-in-edit-mode).digital-advertising table.site-table-tabs .site-tbl-tab-header-wrapper.site-tbl-tab-header-6 > tr {
  max-width: calc(100% / 6);
  flex: 0 0 calc(100% / 6);
  text-align: center;
}
body:not(.cms-page-is-in-edit-mode).digital-advertising table.site-table-tabs .site-tbl-tab-header-wrapper.site-tbl-tab-header-7 > tr {
  max-width: calc(100% / 7);
  flex: 0 0 calc(100% / 7);
  text-align: center;
}
body:not(.cms-page-is-in-edit-mode).digital-advertising table.site-table-tabs .site-tbl-tab-header-wrapper.site-tbl-tab-header-8 > tr {
  max-width: calc(100% / 8);
  flex: 0 0 calc(100% / 8);
  text-align: center;
}
body:not(.cms-page-is-in-edit-mode).digital-advertising table.site-table-tabs .site-tbl-tab-header-wrapper.site-tbl-tab-header-9 > tr {
  max-width: calc(100% / 9);
  flex: 0 0 calc(100% / 9);
  text-align: center;
}
body:not(.cms-page-is-in-edit-mode).digital-advertising table.site-table-tabs .site-tbl-tab-header-wrapper.site-tbl-tab-header-10 > tr {
  max-width: calc(100% / 10);
  flex: 0 0 calc(100% / 10);
  text-align: center;
}
body:not(.cms-page-is-in-edit-mode).digital-advertising table.site-table-tabs .site-tbl-tab-header-wrapper.site-tbl-tab-header-11 > tr {
  max-width: calc(100% / 11);
  flex: 0 0 calc(100% / 11);
  text-align: center;
}
body:not(.cms-page-is-in-edit-mode).digital-advertising table.site-table-tabs .site-tbl-tab-header-wrapper.site-tbl-tab-header-12 > tr {
  max-width: calc(100% / 12);
  flex: 0 0 calc(100% / 12);
  text-align: center;
}
body:not(.cms-page-is-in-edit-mode).digital-advertising table.site-table-tabs .site-tbl-tab-header-wrapper .site-tbl-tab-header {
  display: flex;
  background: #f1f1f1;
}
body:not(.cms-page-is-in-edit-mode).digital-advertising table.site-table-tabs .site-tbl-tab-header-wrapper .site-tbl-tab-header th {
  background: none;
  cursor: pointer;
  width: 100%;
  align-self: center;
  color: #000;
  padding: 10px 30px;
}
body:not(.cms-page-is-in-edit-mode).digital-advertising table.site-table-tabs .site-tbl-tab-header-wrapper .site-tbl-tab-header:hover {
  background: #000;
}
body:not(.cms-page-is-in-edit-mode).digital-advertising table.site-table-tabs .site-tbl-tab-header-wrapper .site-tbl-tab-header:hover th {
  background: none;
  color: #ffffff;
}
body:not(.cms-page-is-in-edit-mode).digital-advertising table.site-table-tabs .site-tbl-tab-header-wrapper .site-tbl-tab-header.site-tbl-tab-header-active {
  background: #FF6300;
  color: #ffffff;
}
body:not(.cms-page-is-in-edit-mode).digital-advertising table.site-table-tabs .site-tbl-tab-header-wrapper .site-tbl-tab-header.site-tbl-tab-header-active th {
  background: none;
  color: #ffffff;
}
@media (max-width: 799px) {
  body:not(.cms-page-is-in-edit-mode).digital-advertising table.site-table-tabs .site-tbl-tab-header-wrapper {
    display: none;
  }
}
body:not(.cms-page-is-in-edit-mode).digital-advertising table.site-table-tabs .site-tbl-tab-desc-wrapper .site-tbl-tab-desc {
  display: none;
}
body:not(.cms-page-is-in-edit-mode).digital-advertising table.site-table-tabs .site-tbl-tab-desc-wrapper .site-tbl-tab-desc.site-tbl-tab-desc-active {
  display: block;
}
@media (max-width: 799px) {
  body:not(.cms-page-is-in-edit-mode).digital-advertising table.site-table-tabs .site-tbl-tab-desc-wrapper .site-tbl-tab-desc {
    display: block !important;
  }
}
body:not(.cms-page-is-in-edit-mode).digital-advertising table.site-table-tabs .site-tbl-tab-accordion-title {
  display: none;
  color: #000000 !important;
  text-align: left;
  border: 1px solid #000000 !important;
  transition: 0.5s ease all;
  width: 100%;
  border-radius: 20px;
  padding: 10px 50px 10px 50px !important;
  margin: 0 0 20px;
  font-weight: bold;
  position: relative;
}
body:not(.cms-page-is-in-edit-mode).digital-advertising table.site-table-tabs .site-tbl-tab-accordion-title:after {
  font-family: "site-icon" !important;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e90c" !important;
  position: absolute;
  right: 20px;
  font-size: 20px;
  top: 0;
  display: block;
  height: 16px;
  bottom: 0;
  margin: auto;
  line-height: 16px;
  transition: all ease 0.5s;
}
@media (max-width: 799px) {
  body:not(.cms-page-is-in-edit-mode).digital-advertising table.site-table-tabs .site-tbl-tab-accordion-title {
    display: block;
  }
}
body:not(.cms-page-is-in-edit-mode).digital-advertising table.site-table-tabs .site-tbl-tab-accordion-title.site-tbl-tab-accordion-title-active::after {
  display: block;
  transform: rotate(90deg);
}
@media (max-width: 799px) {
  body:not(.cms-page-is-in-edit-mode).digital-advertising table.site-table-tabs .site-tbl-tab-desc-block {
    display: none;
  }
  body:not(.cms-page-is-in-edit-mode).digital-advertising table.site-table-tabs .site-tbl-tab-desc-block > tr {
    margin: 0 0 20px;
    display: block;
    background: none;
  }
}
@media (min-width: 800px) {
  body:not(.cms-page-is-in-edit-mode).digital-advertising table.site-table-tabs .site-tbl-tab-desc-block {
    display: block !important;
  }
}
body:not(.cms-page-is-in-edit-mode).digital-advertising .site-row-block-right-overlap {
  position: relative;
  display: flex;
  align-items: center;
  margin-left: calc(-50vw + 50%);
  margin-right: calc(-50vw + 50%);
  width: 100vw;
  position: relative;
  max-width: none;
  clear: both;
  color: #ffffff;
}
body:not(.cms-page-is-in-edit-mode).digital-advertising .site-row-block-right-overlap h1, body:not(.cms-page-is-in-edit-mode).digital-advertising .site-row-block-right-overlap h2, body:not(.cms-page-is-in-edit-mode).digital-advertising .site-row-block-right-overlap h3, body:not(.cms-page-is-in-edit-mode).digital-advertising .site-row-block-right-overlap h4, body:not(.cms-page-is-in-edit-mode).digital-advertising .site-row-block-right-overlap h5, body:not(.cms-page-is-in-edit-mode).digital-advertising .site-row-block-right-overlap h6 {
  color: #ffffff;
}
@media (max-width: 999px) {
  body:not(.cms-page-is-in-edit-mode).digital-advertising .site-row-block-right-overlap {
    display: block;
  }
}
@media (max-width: 599px) {
  body:not(.cms-page-is-in-edit-mode).digital-advertising .site-row-block-right-overlap {
    margin-left: calc(-50vw + 50%) !important;
    margin-right: calc(-50vw + 50%) !important;
    width: 100vw;
  }
}
body:not(.cms-page-is-in-edit-mode).digital-advertising .site-row-block-right-overlap:before {
  background: #FF6300;
  content: "";
  position: absolute;
  width: 90%;
  height: 100%;
  display: block;
  left: 0;
  right: 0;
  margin: auto;
  border-radius: 20px;
}
@media (max-width: 599px) {
  body:not(.cms-page-is-in-edit-mode).digital-advertising .site-row-block-right-overlap:before {
    display: none;
  }
}
body:not(.cms-page-is-in-edit-mode).digital-advertising .site-row-block-right-overlap .site-custom-right-ovrelay-text-wrapper, body:not(.cms-page-is-in-edit-mode).digital-advertising .site-row-block-right-overlap .site-custom-right-ovrelay-image-wrapper {
  align-self: center;
  position: relative;
  z-index: 10;
}
body:not(.cms-page-is-in-edit-mode).digital-advertising .site-row-block-right-overlap .site-custom-right-ovrelay-text-wrapper {
  padding: 100px 70px 100px 100px;
  border-radius: 20px;
  margin-left: calc(5% + 20px);
}
@media (max-width: 1299px) {
  body:not(.cms-page-is-in-edit-mode).digital-advertising .site-row-block-right-overlap .site-custom-right-ovrelay-text-wrapper {
    padding: 50px 40px;
    margin-left: 0;
  }
}
@media (max-width: 999px) {
  body:not(.cms-page-is-in-edit-mode).digital-advertising .site-row-block-right-overlap .site-custom-right-ovrelay-text-wrapper {
    max-width: 100% !important;
    padding-bottom: 0;
  }
}
@media (max-width: 599px) {
  body:not(.cms-page-is-in-edit-mode).digital-advertising .site-row-block-right-overlap .site-custom-right-ovrelay-text-wrapper {
    padding: 0;
    background: #FF6300;
  }
  body:not(.cms-page-is-in-edit-mode).digital-advertising .site-row-block-right-overlap .site-custom-right-ovrelay-text-wrapper .site-custom-right-ovrelay-text {
    padding: 0 30px 100px;
  }
}
body:not(.cms-page-is-in-edit-mode).digital-advertising .site-row-block-right-overlap .site-custom-right-ovrelay-text-wrapper var {
  background: #ffffff;
  color: #000000;
}
body:not(.cms-page-is-in-edit-mode).digital-advertising .site-row-block-right-overlap .site-custom-right-ovrelay-image-wrapper {
  padding: 0;
}
@media (max-width: 999px) {
  body:not(.cms-page-is-in-edit-mode).digital-advertising .site-row-block-right-overlap .site-custom-right-ovrelay-image-wrapper {
    max-width: 100% !important;
  }
}
@media (max-width: 599px) {
  body:not(.cms-page-is-in-edit-mode).digital-advertising .site-row-block-right-overlap .site-custom-right-ovrelay-image-wrapper {
    margin: -100px 0 0 40px;
  }
}
body:not(.cms-page-is-in-edit-mode).digital-advertising .site-row-block-right-overlap .site-custom-right-ovrelay-image-wrapper img {
  width: 150% !important;
  max-width: none;
  padding: 50px 0;
}
@media (max-width: 1499px) {
  body:not(.cms-page-is-in-edit-mode).digital-advertising .site-row-block-right-overlap .site-custom-right-ovrelay-image-wrapper img {
    padding: 0;
  }
}
body:not(.cms-page-is-in-edit-mode).success-stories table {
  border: none;
  text-align: left;
}
@media (max-width: 599px) {
  body:not(.cms-page-is-in-edit-mode).success-stories table tbody {
    display: block;
  }
}
body:not(.cms-page-is-in-edit-mode).success-stories table td {
  text-align: left;
}
body:not(.cms-page-is-in-edit-mode).success-stories table.site-table-accordion thead > tr, body:not(.cms-page-is-in-edit-mode).success-stories table.site-table-accordion tbody > tr {
  padding: 0 !important;
}
@media (max-width: 599px) {
  body:not(.cms-page-is-in-edit-mode).success-stories table.site-table-accordion thead > tr > td p, body:not(.cms-page-is-in-edit-mode).success-stories table.site-table-accordion thead > tr > th p, body:not(.cms-page-is-in-edit-mode).success-stories table.site-table-accordion tbody > tr > td p, body:not(.cms-page-is-in-edit-mode).success-stories table.site-table-accordion tbody > tr > th p {
    margin: 0 !important;
  }
}
body:not(.cms-page-is-in-edit-mode).success-stories table.site-table-accordion > tbody > tr {
  font-size: 18px;
  line-height: 30px;
  background: #ffffff !important;
  border: none;
  border-radius: 20px;
}
body:not(.cms-page-is-in-edit-mode).success-stories table.site-table-accordion > tbody > tr > th {
  color: #000000 !important;
  text-align: left;
  background: none !important;
  text-transform: none;
  letter-spacing: normal;
  font-size: 20px;
}
body:not(.cms-page-is-in-edit-mode).success-stories table.site-table-accordion > tbody > tr > th h3 {
  color: #000000 !important;
  text-align: left;
  background: none !important;
  text-transform: none;
  letter-spacing: normal;
  font-size: 20px;
  font-family: "brother-1816", sans-serif;
  margin: 0;
  line-height: 30px;
  font-weight: bold;
}
body:not(.cms-page-is-in-edit-mode).success-stories table.site-table-accordion > tbody > tr > th:after {
  right: 40px !important;
  font-family: "site-icon" !important;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e90c" !important;
  transition: all ease 0.5s;
  background: none !important;
  font-size: 20px !important;
}
@media (max-width: 599px) {
  body:not(.cms-page-is-in-edit-mode).success-stories table.site-table-accordion > tbody > tr > th:after {
    right: 20px !important;
  }
}
body:not(.cms-page-is-in-edit-mode).success-stories table.site-table-accordion > tbody > tr > .site-tbl-accordion-desc-wrapper > td {
  text-align: left;
  width: 100%;
  display: block;
  white-space: normal;
}
body:not(.cms-page-is-in-edit-mode).success-stories table.site-table-accordion > tbody > tr.site-tbl-accordion-row.site-tbl-accordion-header {
  font-size: 18px;
  line-height: 30px;
  background: #ffffff !important;
  border: none !important;
  transition: 0.5s ease all;
  display: block;
}
@media (max-width: 599px) {
  body:not(.cms-page-is-in-edit-mode).success-stories table.site-table-accordion > tbody > tr.site-tbl-accordion-row.site-tbl-accordion-header {
    text-wrap: auto;
  }
}
body:not(.cms-page-is-in-edit-mode).success-stories table.site-table-accordion > tbody > tr.site-tbl-accordion-row.site-tbl-accordion-header:not(:first-child) {
  margin-top: 20px;
}
body:not(.cms-page-is-in-edit-mode).success-stories table.site-table-accordion > tbody > tr.site-tbl-accordion-row.site-tbl-accordion-header th {
  color: #000000 !important;
  text-align: left;
  border: 1px solid #000000 !important;
  transition: 0.5s ease all;
  width: 100%;
  display: block;
  border-radius: 20px;
  padding: 10px 50px 10px 50px !important;
}
@media (max-width: 599px) {
  body:not(.cms-page-is-in-edit-mode).success-stories table.site-table-accordion > tbody > tr.site-tbl-accordion-row.site-tbl-accordion-header th {
    padding: 10px 45px 10px 20px !important;
  }
}
body:not(.cms-page-is-in-edit-mode).success-stories table.site-table-accordion > tbody > tr.site-tbl-accordion-row.site-tbl-accordion-header:hover {
  background: #DA2075 !important;
  border: none;
  color: #ffffff !important;
}
body:not(.cms-page-is-in-edit-mode).success-stories table.site-table-accordion > tbody > tr.site-tbl-accordion-row.site-tbl-accordion-header:hover th {
  color: #ffffff !important;
}
body:not(.cms-page-is-in-edit-mode).success-stories table.site-table-accordion > tbody > tr.site-tbl-accordion-row.site-tbl-accordion-header.site-tbl-accordion-header-active {
  background: #DA2075 !important;
  color: #ffffff !important;
  border-bottom: none !important;
  transition: 0.5s ease all;
}
body:not(.cms-page-is-in-edit-mode).success-stories table.site-table-accordion > tbody > tr.site-tbl-accordion-row.site-tbl-accordion-header.site-tbl-accordion-header-active th {
  color: #ffffff !important;
  transition: 0.5s ease all;
}
body:not(.cms-page-is-in-edit-mode).success-stories table.site-table-accordion > tbody > tr.site-tbl-accordion-row.site-tbl-accordion-header.site-tbl-accordion-header-active th:after {
  background: none !important;
  transform: rotate(90deg);
}
body:not(.cms-page-is-in-edit-mode).success-stories table.site-table-accordion > tbody > tr.site-tbl-accordion-row.site-tbl-accordion-desc {
  border: none !important;
}
body:not(.cms-page-is-in-edit-mode).success-stories table.site-table-accordion > tbody > tr.site-tbl-accordion-row.site-tbl-accordion-desc .site-tbl-accordion-desc-wrapper {
  padding-top: 20px;
}
body:not(.cms-page-is-in-edit-mode).success-stories table.site-table-accordion > tbody > tr.site-tbl-accordion-row.site-tbl-accordion-desc:last-child .site-tbl-accordion-desc-wrapper {
  padding-bottom: 0;
}
body:not(.cms-page-is-in-edit-mode).success-stories table.site-table-accordion.site-table-accordion-arrow-first > tbody > tr.site-tbl-accordion-row.site-tbl-accordion-header th {
  padding: 10px 50px 10px 50px !important;
}
body:not(.cms-page-is-in-edit-mode).success-stories table.site-table-accordion.site-table-accordion-arrow-first > tbody > tr.site-tbl-accordion-row.site-tbl-accordion-header th:after {
  right: auto;
  left: 20px !important;
}
body:not(.cms-page-is-in-edit-mode).success-stories .site-feature-accordion-wrapper .cms-feature-title {
  color: #000000 !important;
  text-align: left;
  border: 1px solid #000000 !important;
  transition: 0.5s ease all;
  width: 100%;
  display: block;
  border-radius: 20px;
  padding: 10px 50px 10px 50px !important;
  font-family: "brother-1816", sans-serif !important;
  font-size: 20px;
  font-weight: 600;
  line-height: 30px;
  background: #ffffff !important;
  border-radius: 20px;
  position: relative;
  margin: 0;
}
body:not(.cms-page-is-in-edit-mode).success-stories .site-feature-accordion-wrapper .cms-feature-title:hover {
  background: #DA2075 !important;
  border: none;
  color: #ffffff !important;
}
body:not(.cms-page-is-in-edit-mode).success-stories .site-feature-accordion-wrapper .cms-feature-title::after {
  font-family: "site-icon" !important;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e90c" !important;
  position: absolute;
  right: 20px;
  font-size: 20px;
  top: 0;
  display: block;
  height: 16px;
  bottom: 0;
  margin: auto;
  line-height: 16px;
  transition: all ease 0.5s;
}
body:not(.cms-page-is-in-edit-mode).success-stories .site-feature-accordion-wrapper .cms-feature-title:hover, body:not(.cms-page-is-in-edit-mode).success-stories .site-feature-accordion-wrapper .cms-feature-title:focus {
  background-color: #DA2075;
  transition: 0.5s ease all;
  color: #ffffff;
}
body:not(.cms-page-is-in-edit-mode).success-stories .site-feature-accordion-wrapper.site-feature-accordion-active .cms-feature-title {
  background-color: #DA2075;
  transition: 0.5s ease all;
  color: #ffffff;
}
body:not(.cms-page-is-in-edit-mode).success-stories .site-feature-accordion-wrapper.site-feature-accordion-active .cms-feature-title::after {
  display: block;
  transform: rotate(90deg);
}
body:not(.cms-page-is-in-edit-mode).success-stories .site-feature-accordion-wrapper.site-feature-accordion-active .site-feature-accordion {
  padding-top: 20px;
}
body:not(.cms-page-is-in-edit-mode).success-stories table.site-table-tabs .site-tbl-tab-header-wrapper {
  display: flex;
  flex-wrap: wrap;
}
body:not(.cms-page-is-in-edit-mode).success-stories table.site-table-tabs .site-tbl-tab-header-wrapper.site-tbl-tab-header-1 > tr {
  max-width: calc(100% / 1);
  flex: 0 0 calc(100% / 1);
  text-align: center;
}
body:not(.cms-page-is-in-edit-mode).success-stories table.site-table-tabs .site-tbl-tab-header-wrapper.site-tbl-tab-header-2 > tr {
  max-width: calc(100% / 2);
  flex: 0 0 calc(100% / 2);
  text-align: center;
}
body:not(.cms-page-is-in-edit-mode).success-stories table.site-table-tabs .site-tbl-tab-header-wrapper.site-tbl-tab-header-3 > tr {
  max-width: calc(100% / 3);
  flex: 0 0 calc(100% / 3);
  text-align: center;
}
body:not(.cms-page-is-in-edit-mode).success-stories table.site-table-tabs .site-tbl-tab-header-wrapper.site-tbl-tab-header-4 > tr {
  max-width: calc(100% / 4);
  flex: 0 0 calc(100% / 4);
  text-align: center;
}
body:not(.cms-page-is-in-edit-mode).success-stories table.site-table-tabs .site-tbl-tab-header-wrapper.site-tbl-tab-header-5 > tr {
  max-width: calc(100% / 5);
  flex: 0 0 calc(100% / 5);
  text-align: center;
}
body:not(.cms-page-is-in-edit-mode).success-stories table.site-table-tabs .site-tbl-tab-header-wrapper.site-tbl-tab-header-6 > tr {
  max-width: calc(100% / 6);
  flex: 0 0 calc(100% / 6);
  text-align: center;
}
body:not(.cms-page-is-in-edit-mode).success-stories table.site-table-tabs .site-tbl-tab-header-wrapper.site-tbl-tab-header-7 > tr {
  max-width: calc(100% / 7);
  flex: 0 0 calc(100% / 7);
  text-align: center;
}
body:not(.cms-page-is-in-edit-mode).success-stories table.site-table-tabs .site-tbl-tab-header-wrapper.site-tbl-tab-header-8 > tr {
  max-width: calc(100% / 8);
  flex: 0 0 calc(100% / 8);
  text-align: center;
}
body:not(.cms-page-is-in-edit-mode).success-stories table.site-table-tabs .site-tbl-tab-header-wrapper.site-tbl-tab-header-9 > tr {
  max-width: calc(100% / 9);
  flex: 0 0 calc(100% / 9);
  text-align: center;
}
body:not(.cms-page-is-in-edit-mode).success-stories table.site-table-tabs .site-tbl-tab-header-wrapper.site-tbl-tab-header-10 > tr {
  max-width: calc(100% / 10);
  flex: 0 0 calc(100% / 10);
  text-align: center;
}
body:not(.cms-page-is-in-edit-mode).success-stories table.site-table-tabs .site-tbl-tab-header-wrapper.site-tbl-tab-header-11 > tr {
  max-width: calc(100% / 11);
  flex: 0 0 calc(100% / 11);
  text-align: center;
}
body:not(.cms-page-is-in-edit-mode).success-stories table.site-table-tabs .site-tbl-tab-header-wrapper.site-tbl-tab-header-12 > tr {
  max-width: calc(100% / 12);
  flex: 0 0 calc(100% / 12);
  text-align: center;
}
body:not(.cms-page-is-in-edit-mode).success-stories table.site-table-tabs .site-tbl-tab-header-wrapper .site-tbl-tab-header {
  display: flex;
  background: #f1f1f1;
}
body:not(.cms-page-is-in-edit-mode).success-stories table.site-table-tabs .site-tbl-tab-header-wrapper .site-tbl-tab-header th {
  background: none;
  cursor: pointer;
  width: 100%;
  align-self: center;
  color: #000;
  padding: 10px 30px;
}
body:not(.cms-page-is-in-edit-mode).success-stories table.site-table-tabs .site-tbl-tab-header-wrapper .site-tbl-tab-header:hover {
  background: #000;
}
body:not(.cms-page-is-in-edit-mode).success-stories table.site-table-tabs .site-tbl-tab-header-wrapper .site-tbl-tab-header:hover th {
  background: none;
  color: #ffffff;
}
body:not(.cms-page-is-in-edit-mode).success-stories table.site-table-tabs .site-tbl-tab-header-wrapper .site-tbl-tab-header.site-tbl-tab-header-active {
  background: #DA2075;
  color: #ffffff;
}
body:not(.cms-page-is-in-edit-mode).success-stories table.site-table-tabs .site-tbl-tab-header-wrapper .site-tbl-tab-header.site-tbl-tab-header-active th {
  background: none;
  color: #ffffff;
}
@media (max-width: 799px) {
  body:not(.cms-page-is-in-edit-mode).success-stories table.site-table-tabs .site-tbl-tab-header-wrapper {
    display: none;
  }
}
body:not(.cms-page-is-in-edit-mode).success-stories table.site-table-tabs .site-tbl-tab-desc-wrapper .site-tbl-tab-desc {
  display: none;
}
body:not(.cms-page-is-in-edit-mode).success-stories table.site-table-tabs .site-tbl-tab-desc-wrapper .site-tbl-tab-desc.site-tbl-tab-desc-active {
  display: block;
}
@media (max-width: 799px) {
  body:not(.cms-page-is-in-edit-mode).success-stories table.site-table-tabs .site-tbl-tab-desc-wrapper .site-tbl-tab-desc {
    display: block !important;
  }
}
body:not(.cms-page-is-in-edit-mode).success-stories table.site-table-tabs .site-tbl-tab-accordion-title {
  display: none;
  color: #000000 !important;
  text-align: left;
  border: 1px solid #000000 !important;
  transition: 0.5s ease all;
  width: 100%;
  border-radius: 20px;
  padding: 10px 50px 10px 50px !important;
  margin: 0 0 20px;
  font-weight: bold;
  position: relative;
}
body:not(.cms-page-is-in-edit-mode).success-stories table.site-table-tabs .site-tbl-tab-accordion-title:after {
  font-family: "site-icon" !important;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e90c" !important;
  position: absolute;
  right: 20px;
  font-size: 20px;
  top: 0;
  display: block;
  height: 16px;
  bottom: 0;
  margin: auto;
  line-height: 16px;
  transition: all ease 0.5s;
}
@media (max-width: 799px) {
  body:not(.cms-page-is-in-edit-mode).success-stories table.site-table-tabs .site-tbl-tab-accordion-title {
    display: block;
  }
}
body:not(.cms-page-is-in-edit-mode).success-stories table.site-table-tabs .site-tbl-tab-accordion-title.site-tbl-tab-accordion-title-active::after {
  display: block;
  transform: rotate(90deg);
}
@media (max-width: 799px) {
  body:not(.cms-page-is-in-edit-mode).success-stories table.site-table-tabs .site-tbl-tab-desc-block {
    display: none;
  }
  body:not(.cms-page-is-in-edit-mode).success-stories table.site-table-tabs .site-tbl-tab-desc-block > tr {
    margin: 0 0 20px;
    display: block;
    background: none;
  }
}
@media (min-width: 800px) {
  body:not(.cms-page-is-in-edit-mode).success-stories table.site-table-tabs .site-tbl-tab-desc-block {
    display: block !important;
  }
}
body:not(.cms-page-is-in-edit-mode).success-stories .site-row-block-right-overlap {
  position: relative;
  display: flex;
  align-items: center;
  margin-left: calc(-50vw + 50%);
  margin-right: calc(-50vw + 50%);
  width: 100vw;
  position: relative;
  max-width: none;
  clear: both;
  color: #ffffff;
}
body:not(.cms-page-is-in-edit-mode).success-stories .site-row-block-right-overlap h1, body:not(.cms-page-is-in-edit-mode).success-stories .site-row-block-right-overlap h2, body:not(.cms-page-is-in-edit-mode).success-stories .site-row-block-right-overlap h3, body:not(.cms-page-is-in-edit-mode).success-stories .site-row-block-right-overlap h4, body:not(.cms-page-is-in-edit-mode).success-stories .site-row-block-right-overlap h5, body:not(.cms-page-is-in-edit-mode).success-stories .site-row-block-right-overlap h6 {
  color: #ffffff;
}
@media (max-width: 999px) {
  body:not(.cms-page-is-in-edit-mode).success-stories .site-row-block-right-overlap {
    display: block;
  }
}
@media (max-width: 599px) {
  body:not(.cms-page-is-in-edit-mode).success-stories .site-row-block-right-overlap {
    margin-left: calc(-50vw + 50%) !important;
    margin-right: calc(-50vw + 50%) !important;
    width: 100vw;
  }
}
body:not(.cms-page-is-in-edit-mode).success-stories .site-row-block-right-overlap:before {
  background: #DA2075;
  content: "";
  position: absolute;
  width: 90%;
  height: 100%;
  display: block;
  left: 0;
  right: 0;
  margin: auto;
  border-radius: 20px;
}
@media (max-width: 599px) {
  body:not(.cms-page-is-in-edit-mode).success-stories .site-row-block-right-overlap:before {
    display: none;
  }
}
body:not(.cms-page-is-in-edit-mode).success-stories .site-row-block-right-overlap .site-custom-right-ovrelay-text-wrapper, body:not(.cms-page-is-in-edit-mode).success-stories .site-row-block-right-overlap .site-custom-right-ovrelay-image-wrapper {
  align-self: center;
  position: relative;
  z-index: 10;
}
body:not(.cms-page-is-in-edit-mode).success-stories .site-row-block-right-overlap .site-custom-right-ovrelay-text-wrapper {
  padding: 100px 70px 100px 100px;
  border-radius: 20px;
  margin-left: calc(5% + 20px);
}
@media (max-width: 1299px) {
  body:not(.cms-page-is-in-edit-mode).success-stories .site-row-block-right-overlap .site-custom-right-ovrelay-text-wrapper {
    padding: 50px 40px;
    margin-left: 0;
  }
}
@media (max-width: 999px) {
  body:not(.cms-page-is-in-edit-mode).success-stories .site-row-block-right-overlap .site-custom-right-ovrelay-text-wrapper {
    max-width: 100% !important;
    padding-bottom: 0;
  }
}
@media (max-width: 599px) {
  body:not(.cms-page-is-in-edit-mode).success-stories .site-row-block-right-overlap .site-custom-right-ovrelay-text-wrapper {
    padding: 0;
    background: #DA2075;
  }
  body:not(.cms-page-is-in-edit-mode).success-stories .site-row-block-right-overlap .site-custom-right-ovrelay-text-wrapper .site-custom-right-ovrelay-text {
    padding: 0 30px 100px;
  }
}
body:not(.cms-page-is-in-edit-mode).success-stories .site-row-block-right-overlap .site-custom-right-ovrelay-text-wrapper var {
  background: #ffffff;
  color: #000000;
}
body:not(.cms-page-is-in-edit-mode).success-stories .site-row-block-right-overlap .site-custom-right-ovrelay-image-wrapper {
  padding: 0;
}
@media (max-width: 999px) {
  body:not(.cms-page-is-in-edit-mode).success-stories .site-row-block-right-overlap .site-custom-right-ovrelay-image-wrapper {
    max-width: 100% !important;
  }
}
@media (max-width: 599px) {
  body:not(.cms-page-is-in-edit-mode).success-stories .site-row-block-right-overlap .site-custom-right-ovrelay-image-wrapper {
    margin: -100px 0 0 40px;
  }
}
body:not(.cms-page-is-in-edit-mode).success-stories .site-row-block-right-overlap .site-custom-right-ovrelay-image-wrapper img {
  width: 150% !important;
  max-width: none;
  padding: 50px 0;
}
@media (max-width: 1499px) {
  body:not(.cms-page-is-in-edit-mode).success-stories .site-row-block-right-overlap .site-custom-right-ovrelay-image-wrapper img {
    padding: 0;
  }
}
body:not(.cms-page-is-in-edit-mode).the-amp table {
  border: none;
  text-align: left;
}
@media (max-width: 599px) {
  body:not(.cms-page-is-in-edit-mode).the-amp table tbody {
    display: block;
  }
}
body:not(.cms-page-is-in-edit-mode).the-amp table td {
  text-align: left;
}
body:not(.cms-page-is-in-edit-mode).the-amp table.site-table-accordion thead > tr, body:not(.cms-page-is-in-edit-mode).the-amp table.site-table-accordion tbody > tr {
  padding: 0 !important;
}
@media (max-width: 599px) {
  body:not(.cms-page-is-in-edit-mode).the-amp table.site-table-accordion thead > tr > td p, body:not(.cms-page-is-in-edit-mode).the-amp table.site-table-accordion thead > tr > th p, body:not(.cms-page-is-in-edit-mode).the-amp table.site-table-accordion tbody > tr > td p, body:not(.cms-page-is-in-edit-mode).the-amp table.site-table-accordion tbody > tr > th p {
    margin: 0 !important;
  }
}
body:not(.cms-page-is-in-edit-mode).the-amp table.site-table-accordion > tbody > tr {
  font-size: 18px;
  line-height: 30px;
  background: #ffffff !important;
  border: none;
  border-radius: 20px;
}
body:not(.cms-page-is-in-edit-mode).the-amp table.site-table-accordion > tbody > tr > th {
  color: #000000 !important;
  text-align: left;
  background: none !important;
  text-transform: none;
  letter-spacing: normal;
  font-size: 20px;
}
body:not(.cms-page-is-in-edit-mode).the-amp table.site-table-accordion > tbody > tr > th h3 {
  color: #000000 !important;
  text-align: left;
  background: none !important;
  text-transform: none;
  letter-spacing: normal;
  font-size: 20px;
  font-family: "brother-1816", sans-serif;
  margin: 0;
  line-height: 30px;
  font-weight: bold;
}
body:not(.cms-page-is-in-edit-mode).the-amp table.site-table-accordion > tbody > tr > th:after {
  right: 40px !important;
  font-family: "site-icon" !important;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e90c" !important;
  transition: all ease 0.5s;
  background: none !important;
  font-size: 20px !important;
}
@media (max-width: 599px) {
  body:not(.cms-page-is-in-edit-mode).the-amp table.site-table-accordion > tbody > tr > th:after {
    right: 20px !important;
  }
}
body:not(.cms-page-is-in-edit-mode).the-amp table.site-table-accordion > tbody > tr > .site-tbl-accordion-desc-wrapper > td {
  text-align: left;
  width: 100%;
  display: block;
  white-space: normal;
}
body:not(.cms-page-is-in-edit-mode).the-amp table.site-table-accordion > tbody > tr.site-tbl-accordion-row.site-tbl-accordion-header {
  font-size: 18px;
  line-height: 30px;
  background: #ffffff !important;
  border: none !important;
  transition: 0.5s ease all;
  display: block;
}
@media (max-width: 599px) {
  body:not(.cms-page-is-in-edit-mode).the-amp table.site-table-accordion > tbody > tr.site-tbl-accordion-row.site-tbl-accordion-header {
    text-wrap: auto;
  }
}
body:not(.cms-page-is-in-edit-mode).the-amp table.site-table-accordion > tbody > tr.site-tbl-accordion-row.site-tbl-accordion-header:not(:first-child) {
  margin-top: 20px;
}
body:not(.cms-page-is-in-edit-mode).the-amp table.site-table-accordion > tbody > tr.site-tbl-accordion-row.site-tbl-accordion-header th {
  color: #000000 !important;
  text-align: left;
  border: 1px solid #000000 !important;
  transition: 0.5s ease all;
  width: 100%;
  display: block;
  border-radius: 20px;
  padding: 10px 50px 10px 50px !important;
}
@media (max-width: 599px) {
  body:not(.cms-page-is-in-edit-mode).the-amp table.site-table-accordion > tbody > tr.site-tbl-accordion-row.site-tbl-accordion-header th {
    padding: 10px 45px 10px 20px !important;
  }
}
body:not(.cms-page-is-in-edit-mode).the-amp table.site-table-accordion > tbody > tr.site-tbl-accordion-row.site-tbl-accordion-header:hover {
  background: #FFF500 !important;
  border: none;
  color: #ffffff !important;
}
body:not(.cms-page-is-in-edit-mode).the-amp table.site-table-accordion > tbody > tr.site-tbl-accordion-row.site-tbl-accordion-header:hover th {
  color: #ffffff !important;
}
body:not(.cms-page-is-in-edit-mode).the-amp table.site-table-accordion > tbody > tr.site-tbl-accordion-row.site-tbl-accordion-header.site-tbl-accordion-header-active {
  background: #FFF500 !important;
  color: #ffffff !important;
  border-bottom: none !important;
  transition: 0.5s ease all;
}
body:not(.cms-page-is-in-edit-mode).the-amp table.site-table-accordion > tbody > tr.site-tbl-accordion-row.site-tbl-accordion-header.site-tbl-accordion-header-active th {
  color: #ffffff !important;
  transition: 0.5s ease all;
}
body:not(.cms-page-is-in-edit-mode).the-amp table.site-table-accordion > tbody > tr.site-tbl-accordion-row.site-tbl-accordion-header.site-tbl-accordion-header-active th:after {
  background: none !important;
  transform: rotate(90deg);
}
body:not(.cms-page-is-in-edit-mode).the-amp table.site-table-accordion > tbody > tr.site-tbl-accordion-row.site-tbl-accordion-desc {
  border: none !important;
}
body:not(.cms-page-is-in-edit-mode).the-amp table.site-table-accordion > tbody > tr.site-tbl-accordion-row.site-tbl-accordion-desc .site-tbl-accordion-desc-wrapper {
  padding-top: 20px;
}
body:not(.cms-page-is-in-edit-mode).the-amp table.site-table-accordion > tbody > tr.site-tbl-accordion-row.site-tbl-accordion-desc:last-child .site-tbl-accordion-desc-wrapper {
  padding-bottom: 0;
}
body:not(.cms-page-is-in-edit-mode).the-amp table.site-table-accordion.site-table-accordion-arrow-first > tbody > tr.site-tbl-accordion-row.site-tbl-accordion-header th {
  padding: 10px 50px 10px 50px !important;
}
body:not(.cms-page-is-in-edit-mode).the-amp table.site-table-accordion.site-table-accordion-arrow-first > tbody > tr.site-tbl-accordion-row.site-tbl-accordion-header th:after {
  right: auto;
  left: 20px !important;
}
body:not(.cms-page-is-in-edit-mode).the-amp .site-feature-accordion-wrapper .cms-feature-title {
  color: #000000 !important;
  text-align: left;
  border: 1px solid #000000 !important;
  transition: 0.5s ease all;
  width: 100%;
  display: block;
  border-radius: 20px;
  padding: 10px 50px 10px 50px !important;
  font-family: "brother-1816", sans-serif !important;
  font-size: 20px;
  font-weight: 600;
  line-height: 30px;
  background: #ffffff !important;
  border-radius: 20px;
  position: relative;
  margin: 0;
}
body:not(.cms-page-is-in-edit-mode).the-amp .site-feature-accordion-wrapper .cms-feature-title:hover {
  background: #FFF500 !important;
  border: none;
  color: #ffffff !important;
}
body:not(.cms-page-is-in-edit-mode).the-amp .site-feature-accordion-wrapper .cms-feature-title::after {
  font-family: "site-icon" !important;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e90c" !important;
  position: absolute;
  right: 20px;
  font-size: 20px;
  top: 0;
  display: block;
  height: 16px;
  bottom: 0;
  margin: auto;
  line-height: 16px;
  transition: all ease 0.5s;
}
body:not(.cms-page-is-in-edit-mode).the-amp .site-feature-accordion-wrapper .cms-feature-title:hover, body:not(.cms-page-is-in-edit-mode).the-amp .site-feature-accordion-wrapper .cms-feature-title:focus {
  background-color: #FFF500;
  transition: 0.5s ease all;
  color: #ffffff;
}
body:not(.cms-page-is-in-edit-mode).the-amp .site-feature-accordion-wrapper.site-feature-accordion-active .cms-feature-title {
  background-color: #FFF500;
  transition: 0.5s ease all;
  color: #ffffff;
}
body:not(.cms-page-is-in-edit-mode).the-amp .site-feature-accordion-wrapper.site-feature-accordion-active .cms-feature-title::after {
  display: block;
  transform: rotate(90deg);
}
body:not(.cms-page-is-in-edit-mode).the-amp .site-feature-accordion-wrapper.site-feature-accordion-active .site-feature-accordion {
  padding-top: 20px;
}
body:not(.cms-page-is-in-edit-mode).the-amp table.site-table-tabs .site-tbl-tab-header-wrapper {
  display: flex;
  flex-wrap: wrap;
}
body:not(.cms-page-is-in-edit-mode).the-amp table.site-table-tabs .site-tbl-tab-header-wrapper.site-tbl-tab-header-1 > tr {
  max-width: calc(100% / 1);
  flex: 0 0 calc(100% / 1);
  text-align: center;
}
body:not(.cms-page-is-in-edit-mode).the-amp table.site-table-tabs .site-tbl-tab-header-wrapper.site-tbl-tab-header-2 > tr {
  max-width: calc(100% / 2);
  flex: 0 0 calc(100% / 2);
  text-align: center;
}
body:not(.cms-page-is-in-edit-mode).the-amp table.site-table-tabs .site-tbl-tab-header-wrapper.site-tbl-tab-header-3 > tr {
  max-width: calc(100% / 3);
  flex: 0 0 calc(100% / 3);
  text-align: center;
}
body:not(.cms-page-is-in-edit-mode).the-amp table.site-table-tabs .site-tbl-tab-header-wrapper.site-tbl-tab-header-4 > tr {
  max-width: calc(100% / 4);
  flex: 0 0 calc(100% / 4);
  text-align: center;
}
body:not(.cms-page-is-in-edit-mode).the-amp table.site-table-tabs .site-tbl-tab-header-wrapper.site-tbl-tab-header-5 > tr {
  max-width: calc(100% / 5);
  flex: 0 0 calc(100% / 5);
  text-align: center;
}
body:not(.cms-page-is-in-edit-mode).the-amp table.site-table-tabs .site-tbl-tab-header-wrapper.site-tbl-tab-header-6 > tr {
  max-width: calc(100% / 6);
  flex: 0 0 calc(100% / 6);
  text-align: center;
}
body:not(.cms-page-is-in-edit-mode).the-amp table.site-table-tabs .site-tbl-tab-header-wrapper.site-tbl-tab-header-7 > tr {
  max-width: calc(100% / 7);
  flex: 0 0 calc(100% / 7);
  text-align: center;
}
body:not(.cms-page-is-in-edit-mode).the-amp table.site-table-tabs .site-tbl-tab-header-wrapper.site-tbl-tab-header-8 > tr {
  max-width: calc(100% / 8);
  flex: 0 0 calc(100% / 8);
  text-align: center;
}
body:not(.cms-page-is-in-edit-mode).the-amp table.site-table-tabs .site-tbl-tab-header-wrapper.site-tbl-tab-header-9 > tr {
  max-width: calc(100% / 9);
  flex: 0 0 calc(100% / 9);
  text-align: center;
}
body:not(.cms-page-is-in-edit-mode).the-amp table.site-table-tabs .site-tbl-tab-header-wrapper.site-tbl-tab-header-10 > tr {
  max-width: calc(100% / 10);
  flex: 0 0 calc(100% / 10);
  text-align: center;
}
body:not(.cms-page-is-in-edit-mode).the-amp table.site-table-tabs .site-tbl-tab-header-wrapper.site-tbl-tab-header-11 > tr {
  max-width: calc(100% / 11);
  flex: 0 0 calc(100% / 11);
  text-align: center;
}
body:not(.cms-page-is-in-edit-mode).the-amp table.site-table-tabs .site-tbl-tab-header-wrapper.site-tbl-tab-header-12 > tr {
  max-width: calc(100% / 12);
  flex: 0 0 calc(100% / 12);
  text-align: center;
}
body:not(.cms-page-is-in-edit-mode).the-amp table.site-table-tabs .site-tbl-tab-header-wrapper .site-tbl-tab-header {
  display: flex;
  background: #f1f1f1;
}
body:not(.cms-page-is-in-edit-mode).the-amp table.site-table-tabs .site-tbl-tab-header-wrapper .site-tbl-tab-header th {
  background: none;
  cursor: pointer;
  width: 100%;
  align-self: center;
  color: #000;
  padding: 10px 30px;
}
body:not(.cms-page-is-in-edit-mode).the-amp table.site-table-tabs .site-tbl-tab-header-wrapper .site-tbl-tab-header:hover {
  background: #000;
}
body:not(.cms-page-is-in-edit-mode).the-amp table.site-table-tabs .site-tbl-tab-header-wrapper .site-tbl-tab-header:hover th {
  background: none;
  color: #ffffff;
}
body:not(.cms-page-is-in-edit-mode).the-amp table.site-table-tabs .site-tbl-tab-header-wrapper .site-tbl-tab-header.site-tbl-tab-header-active {
  background: #FFF500;
  color: #000000;
}
body:not(.cms-page-is-in-edit-mode).the-amp table.site-table-tabs .site-tbl-tab-header-wrapper .site-tbl-tab-header.site-tbl-tab-header-active th {
  background: none;
  color: #000000;
}
@media (max-width: 799px) {
  body:not(.cms-page-is-in-edit-mode).the-amp table.site-table-tabs .site-tbl-tab-header-wrapper {
    display: none;
  }
}
body:not(.cms-page-is-in-edit-mode).the-amp table.site-table-tabs .site-tbl-tab-desc-wrapper .site-tbl-tab-desc {
  display: none;
}
body:not(.cms-page-is-in-edit-mode).the-amp table.site-table-tabs .site-tbl-tab-desc-wrapper .site-tbl-tab-desc.site-tbl-tab-desc-active {
  display: block;
}
@media (max-width: 799px) {
  body:not(.cms-page-is-in-edit-mode).the-amp table.site-table-tabs .site-tbl-tab-desc-wrapper .site-tbl-tab-desc {
    display: block !important;
  }
}
body:not(.cms-page-is-in-edit-mode).the-amp table.site-table-tabs .site-tbl-tab-accordion-title {
  display: none;
  color: #000000 !important;
  text-align: left;
  border: 1px solid #000000 !important;
  transition: 0.5s ease all;
  width: 100%;
  border-radius: 20px;
  padding: 10px 50px 10px 50px !important;
  margin: 0 0 20px;
  font-weight: bold;
  position: relative;
}
body:not(.cms-page-is-in-edit-mode).the-amp table.site-table-tabs .site-tbl-tab-accordion-title:after {
  font-family: "site-icon" !important;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e90c" !important;
  position: absolute;
  right: 20px;
  font-size: 20px;
  top: 0;
  display: block;
  height: 16px;
  bottom: 0;
  margin: auto;
  line-height: 16px;
  transition: all ease 0.5s;
}
@media (max-width: 799px) {
  body:not(.cms-page-is-in-edit-mode).the-amp table.site-table-tabs .site-tbl-tab-accordion-title {
    display: block;
  }
}
body:not(.cms-page-is-in-edit-mode).the-amp table.site-table-tabs .site-tbl-tab-accordion-title.site-tbl-tab-accordion-title-active::after {
  display: block;
  transform: rotate(90deg);
}
@media (max-width: 799px) {
  body:not(.cms-page-is-in-edit-mode).the-amp table.site-table-tabs .site-tbl-tab-desc-block {
    display: none;
  }
  body:not(.cms-page-is-in-edit-mode).the-amp table.site-table-tabs .site-tbl-tab-desc-block > tr {
    margin: 0 0 20px;
    display: block;
    background: none;
  }
}
@media (min-width: 800px) {
  body:not(.cms-page-is-in-edit-mode).the-amp table.site-table-tabs .site-tbl-tab-desc-block {
    display: block !important;
  }
}
body:not(.cms-page-is-in-edit-mode).the-amp .site-row-block-right-overlap {
  position: relative;
  display: flex;
  align-items: center;
  margin-left: calc(-50vw + 50%);
  margin-right: calc(-50vw + 50%);
  width: 100vw;
  position: relative;
  max-width: none;
  clear: both;
  color: #ffffff;
}
body:not(.cms-page-is-in-edit-mode).the-amp .site-row-block-right-overlap h1, body:not(.cms-page-is-in-edit-mode).the-amp .site-row-block-right-overlap h2, body:not(.cms-page-is-in-edit-mode).the-amp .site-row-block-right-overlap h3, body:not(.cms-page-is-in-edit-mode).the-amp .site-row-block-right-overlap h4, body:not(.cms-page-is-in-edit-mode).the-amp .site-row-block-right-overlap h5, body:not(.cms-page-is-in-edit-mode).the-amp .site-row-block-right-overlap h6 {
  color: #ffffff;
}
@media (max-width: 999px) {
  body:not(.cms-page-is-in-edit-mode).the-amp .site-row-block-right-overlap {
    display: block;
  }
}
@media (max-width: 599px) {
  body:not(.cms-page-is-in-edit-mode).the-amp .site-row-block-right-overlap {
    margin-left: calc(-50vw + 50%) !important;
    margin-right: calc(-50vw + 50%) !important;
    width: 100vw;
  }
}
body:not(.cms-page-is-in-edit-mode).the-amp .site-row-block-right-overlap:before {
  background: #FFF500;
  content: "";
  position: absolute;
  width: 90%;
  height: 100%;
  display: block;
  left: 0;
  right: 0;
  margin: auto;
  border-radius: 20px;
}
@media (max-width: 599px) {
  body:not(.cms-page-is-in-edit-mode).the-amp .site-row-block-right-overlap:before {
    display: none;
  }
}
body:not(.cms-page-is-in-edit-mode).the-amp .site-row-block-right-overlap .site-custom-right-ovrelay-text-wrapper, body:not(.cms-page-is-in-edit-mode).the-amp .site-row-block-right-overlap .site-custom-right-ovrelay-image-wrapper {
  align-self: center;
  position: relative;
  z-index: 10;
}
body:not(.cms-page-is-in-edit-mode).the-amp .site-row-block-right-overlap .site-custom-right-ovrelay-text-wrapper {
  padding: 100px 70px 100px 100px;
  border-radius: 20px;
  margin-left: calc(5% + 20px);
}
@media (max-width: 1299px) {
  body:not(.cms-page-is-in-edit-mode).the-amp .site-row-block-right-overlap .site-custom-right-ovrelay-text-wrapper {
    padding: 50px 40px;
    margin-left: 0;
  }
}
@media (max-width: 999px) {
  body:not(.cms-page-is-in-edit-mode).the-amp .site-row-block-right-overlap .site-custom-right-ovrelay-text-wrapper {
    max-width: 100% !important;
    padding-bottom: 0;
  }
}
@media (max-width: 599px) {
  body:not(.cms-page-is-in-edit-mode).the-amp .site-row-block-right-overlap .site-custom-right-ovrelay-text-wrapper {
    padding: 0;
    background: #FFF500;
  }
  body:not(.cms-page-is-in-edit-mode).the-amp .site-row-block-right-overlap .site-custom-right-ovrelay-text-wrapper .site-custom-right-ovrelay-text {
    padding: 0 30px 100px;
  }
}
body:not(.cms-page-is-in-edit-mode).the-amp .site-row-block-right-overlap .site-custom-right-ovrelay-text-wrapper var {
  background: #ffffff;
  color: #000000;
}
body:not(.cms-page-is-in-edit-mode).the-amp .site-row-block-right-overlap .site-custom-right-ovrelay-image-wrapper {
  padding: 0;
}
@media (max-width: 999px) {
  body:not(.cms-page-is-in-edit-mode).the-amp .site-row-block-right-overlap .site-custom-right-ovrelay-image-wrapper {
    max-width: 100% !important;
  }
}
@media (max-width: 599px) {
  body:not(.cms-page-is-in-edit-mode).the-amp .site-row-block-right-overlap .site-custom-right-ovrelay-image-wrapper {
    margin: -100px 0 0 40px;
  }
}
body:not(.cms-page-is-in-edit-mode).the-amp .site-row-block-right-overlap .site-custom-right-ovrelay-image-wrapper img {
  width: 150% !important;
  max-width: none;
  padding: 50px 0;
}
@media (max-width: 1499px) {
  body:not(.cms-page-is-in-edit-mode).the-amp .site-row-block-right-overlap .site-custom-right-ovrelay-image-wrapper img {
    padding: 0;
  }
}

.site-experience var {
  background: #FF2689;
  padding: 15px 40px;
  text-transform: uppercase;
  font-style: normal;
  font-weight: bold;
  letter-spacing: -2.5px;
  font-size: 40px;
  color: #ffffff;
  display: inline-block;
  box-shadow: 8px 14px 17px -7px rgba(0, 0, 0, 0.5);
  line-height: 30px;
  font-family: "brother-1816", sans-serif;
}
@media (max-width: 1299px) {
  .site-experience var {
    line-height: 40px;
  }
}
@media (max-width: 599px) {
  .site-experience var {
    font-size: 20px;
    line-height: 20px;
    letter-spacing: -1.5px;
    padding: 10px 30px;
  }
}
.site-experience .site-posted-block {
  font-size: 16px;
  color: #000000;
  position: relative;
  padding: 0 0 0 60px;
  height: 50px;
  line-height: 50px;
  margin: 0;
}
.site-experience .site-posted-block:before {
  display: block;
  height: 40px;
  width: 40px;
  border-radius: 100%;
  background: #FF2689;
  color: #ffffff;
  position: absolute;
  left: 2px;
  top: 0;
  font-family: "gelato-luxe";
  font-size: 33px;
  text-align: center;
  line-height: 32px;
  font-weight: bold;
  animation: postedby 2s infinite;
  bottom: 0;
  margin: auto;
}
.site-experience .site-posted-block a {
  border-bottom: 1px solid;
  color: #000000;
  text-decoration: none;
}
@keyframes postedby {
  from, to {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
  }
}
.site-experience .site-button-primary, .site-experience .site-form-payment-wrapper .site-payment-buttons button, .site-form-payment-wrapper .site-payment-buttons .site-experience button,
.site-experience .site-form-data .site-form-buttons .site-form-button,
.site-experience .site-form-data .site-form-field .file-upload-wrapper .file-upload-button {
  position: relative;
  display: inline-block;
  overflow: hidden;
  font-size: 18px;
  border: 1px solid #FF2689;
  color: #ffffff;
  text-decoration: none;
  border-radius: 50px;
  padding: 3px 50px 5px;
  background: #FF2689;
  transition: all ease 0.5s;
  line-height: 40px;
  text-decoration: none !important;
}
.site-experience .site-button-primary span, .site-experience .site-form-payment-wrapper .site-payment-buttons button span, .site-form-payment-wrapper .site-payment-buttons .site-experience button span,
.site-experience .site-form-data .site-form-buttons .site-form-button span,
.site-experience .site-form-data .site-form-field .file-upload-wrapper .file-upload-button span {
  position: relative;
  z-index: 10;
}
.site-experience .site-button-primary:before, .site-experience .site-form-payment-wrapper .site-payment-buttons button:before, .site-form-payment-wrapper .site-payment-buttons .site-experience button:before, .site-experience .site-button-primary:after, .site-experience .site-form-payment-wrapper .site-payment-buttons button:after, .site-form-payment-wrapper .site-payment-buttons .site-experience button:after,
.site-experience .site-form-data .site-form-buttons .site-form-button:before,
.site-experience .site-form-data .site-form-buttons .site-form-button:after,
.site-experience .site-form-data .site-form-field .file-upload-wrapper .file-upload-button:before,
.site-experience .site-form-data .site-form-field .file-upload-wrapper .file-upload-button:after {
  position: absolute;
  top: 50%;
  content: "";
  width: 20px;
  height: 18px;
  background-color: #ffffff;
  border-radius: 50%;
}
.site-experience .site-button-primary:before, .site-experience .site-form-payment-wrapper .site-payment-buttons button:before, .site-form-payment-wrapper .site-payment-buttons .site-experience button:before,
.site-experience .site-form-data .site-form-buttons .site-form-button:before,
.site-experience .site-form-data .site-form-field .file-upload-wrapper .file-upload-button:before {
  left: -20px;
  transform: translate(-50%, -50%);
}
.site-experience .site-button-primary:after, .site-experience .site-form-payment-wrapper .site-payment-buttons button:after, .site-form-payment-wrapper .site-payment-buttons .site-experience button:after,
.site-experience .site-form-data .site-form-buttons .site-form-button:after,
.site-experience .site-form-data .site-form-field .file-upload-wrapper .file-upload-button:after {
  right: -20px;
  transform: translate(50%, -50%);
}
.site-experience .site-button-primary:hover, .site-experience .site-form-payment-wrapper .site-payment-buttons button:hover, .site-form-payment-wrapper .site-payment-buttons .site-experience button:hover,
.site-experience .site-form-data .site-form-buttons .site-form-button:hover,
.site-experience .site-form-data .site-form-field .file-upload-wrapper .file-upload-button:hover {
  color: #FF2689 !important;
  border: 1px solid #FF2689;
  transition: all ease 1.2s;
}
.site-experience .site-button-primary:hover span, .site-experience .site-form-payment-wrapper .site-payment-buttons button:hover span, .site-form-payment-wrapper .site-payment-buttons .site-experience button:hover span,
.site-experience .site-form-data .site-form-buttons .site-form-button:hover span,
.site-experience .site-form-data .site-form-field .file-upload-wrapper .file-upload-button:hover span {
  color: #FF2689 !important;
}
.site-experience .site-button-primary:hover:before, .site-experience .site-form-payment-wrapper .site-payment-buttons button:hover:before, .site-form-payment-wrapper .site-payment-buttons .site-experience button:hover:before,
.site-experience .site-form-data .site-form-buttons .site-form-button:hover:before,
.site-experience .site-form-data .site-form-field .file-upload-wrapper .file-upload-button:hover:before {
  animation: criss-cross-left 0.8s both;
  animation-direction: alternate;
}
.site-experience .site-button-primary:hover:after, .site-experience .site-form-payment-wrapper .site-payment-buttons button:hover:after, .site-form-payment-wrapper .site-payment-buttons .site-experience button:hover:after,
.site-experience .site-form-data .site-form-buttons .site-form-button:hover:after,
.site-experience .site-form-data .site-form-field .file-upload-wrapper .file-upload-button:hover:after {
  animation: criss-cross-right 0.8s both;
  animation-direction: alternate;
}
@keyframes criss-cross-left {
  0% {
    left: -20px;
  }
  50% {
    left: 50%;
    width: 20px;
    height: 18px;
  }
  100% {
    left: 50%;
    width: 100%;
    height: 100%;
  }
}
@keyframes criss-cross-right {
  0% {
    right: -20px;
  }
  50% {
    right: 50%;
    width: 20px;
    height: 18px;
    border-radius: 50px;
  }
  100% {
    right: 50%;
    width: 100%;
    height: 100%;
    border-radius: 50px;
  }
}
.site-experience .site-bookmark-button {
  position: relative;
  position: relative;
  display: inline-block;
  overflow: hidden;
  font-size: 18px;
  border: 1px solid #FF2689;
  color: #ffffff;
  text-decoration: none;
  border-radius: 50px;
  padding: 3px 50px 5px;
  background: #FF2689;
  transition: all ease 0.5s;
  line-height: 40px;
  text-decoration: none !important;
  margin: 20px 0 0;
}
.site-experience .site-bookmark-button span {
  position: relative;
  z-index: 10;
}
.site-experience .site-bookmark-button:before, .site-experience .site-bookmark-button:after {
  position: absolute;
  top: 50%;
  content: "";
  width: 20px;
  height: 18px;
  background-color: #ffffff;
  border-radius: 50%;
}
.site-experience .site-bookmark-button:before {
  left: -20px;
  transform: translate(-50%, -50%);
}
.site-experience .site-bookmark-button:after {
  right: -20px;
  transform: translate(50%, -50%);
}
.site-experience .site-bookmark-button:hover {
  color: #FF2689 !important;
  border: 1px solid #FF2689;
  transition: all ease 1.2s;
}
.site-experience .site-bookmark-button:hover span {
  color: #FF2689 !important;
}
.site-experience .site-bookmark-button:hover:before {
  animation: criss-cross-left 0.8s both;
  animation-direction: alternate;
}
.site-experience .site-bookmark-button:hover:after {
  animation: criss-cross-right 0.8s both;
  animation-direction: alternate;
}
@keyframes criss-cross-left {
  0% {
    left: -20px;
  }
  50% {
    left: 50%;
    width: 20px;
    height: 18px;
  }
  100% {
    left: 50%;
    width: 100%;
    height: 100%;
  }
}
@keyframes criss-cross-right {
  0% {
    right: -20px;
  }
  50% {
    right: 50%;
    width: 20px;
    height: 18px;
    border-radius: 50px;
  }
  100% {
    right: 50%;
    width: 100%;
    height: 100%;
    border-radius: 50px;
  }
}
.site-experience .site-bookmark-button .site-bookmark-button-icon {
  position: relative;
  top: 3px;
  padding: 0 0 0 3px;
}
.site-experience .site-bookmark-button .site-bookmark-button-icon:before {
  font-family: "site-icon" !important;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e917" !important;
  font-size: 20px;
}
.site-experience .site-bookmark-button.site-bookmark-display-button-remove .site-bookmark-button-icon:before {
  content: "\e918" !important;
}
.site-experience .site-button-secondary, .site-experience .site-search-wrapper .site-search-block.site-search-option2 .site-search-button, .site-search-wrapper .site-search-block.site-search-option2 .site-experience .site-search-button, .site-experience .site-primary-button {
  position: relative;
  display: inline-block;
  overflow: hidden;
  font-size: 18px;
  border: 1px solid #414141;
  color: #ffffff;
  text-decoration: none;
  border-radius: 50px;
  padding: 3px 50px 5px;
  background: #414141;
  transition: all ease 0.5s;
  line-height: 40px;
  text-decoration: none !important;
}
.site-experience .site-button-secondary span, .site-experience .site-search-wrapper .site-search-block.site-search-option2 .site-search-button span, .site-search-wrapper .site-search-block.site-search-option2 .site-experience .site-search-button span, .site-experience .site-primary-button span {
  position: relative;
  z-index: 10;
}
.site-experience .site-button-secondary:before, .site-experience .site-search-wrapper .site-search-block.site-search-option2 .site-search-button:before, .site-search-wrapper .site-search-block.site-search-option2 .site-experience .site-search-button:before, .site-experience .site-button-secondary:after, .site-experience .site-search-wrapper .site-search-block.site-search-option2 .site-search-button:after, .site-search-wrapper .site-search-block.site-search-option2 .site-experience .site-search-button:after, .site-experience .site-primary-button:before, .site-experience .site-primary-button:after {
  position: absolute;
  top: 50%;
  content: "";
  width: 20px;
  height: 18px;
  background-color: #ffffff;
  border-radius: 50%;
}
.site-experience .site-button-secondary:before, .site-experience .site-search-wrapper .site-search-block.site-search-option2 .site-search-button:before, .site-search-wrapper .site-search-block.site-search-option2 .site-experience .site-search-button:before, .site-experience .site-primary-button:before {
  left: -20px;
  transform: translate(-50%, -50%);
}
.site-experience .site-button-secondary:after, .site-experience .site-search-wrapper .site-search-block.site-search-option2 .site-search-button:after, .site-search-wrapper .site-search-block.site-search-option2 .site-experience .site-search-button:after, .site-experience .site-primary-button:after {
  right: -20px;
  transform: translate(50%, -50%);
}
.site-experience .site-button-secondary:hover, .site-experience .site-search-wrapper .site-search-block.site-search-option2 .site-search-button:hover, .site-search-wrapper .site-search-block.site-search-option2 .site-experience .site-search-button:hover, .site-experience .site-primary-button:hover {
  color: #414141 !important;
  border: 1px solid #414141;
  transition: all ease 1.2s;
}
.site-experience .site-button-secondary:hover span, .site-experience .site-search-wrapper .site-search-block.site-search-option2 .site-search-button:hover span, .site-search-wrapper .site-search-block.site-search-option2 .site-experience .site-search-button:hover span, .site-experience .site-primary-button:hover span {
  color: #414141 !important;
}
.site-experience .site-button-secondary:hover:before, .site-experience .site-search-wrapper .site-search-block.site-search-option2 .site-search-button:hover:before, .site-search-wrapper .site-search-block.site-search-option2 .site-experience .site-search-button:hover:before, .site-experience .site-primary-button:hover:before {
  animation: criss-cross-left 0.8s both;
  animation-direction: alternate;
}
.site-experience .site-button-secondary:hover:after, .site-experience .site-search-wrapper .site-search-block.site-search-option2 .site-search-button:hover:after, .site-search-wrapper .site-search-block.site-search-option2 .site-experience .site-search-button:hover:after, .site-experience .site-primary-button:hover:after {
  animation: criss-cross-right 0.8s both;
  animation-direction: alternate;
}
@keyframes criss-cross-left {
  0% {
    left: -20px;
  }
  50% {
    left: 50%;
    width: 20px;
    height: 18px;
  }
  100% {
    left: 50%;
    width: 100%;
    height: 100%;
  }
}
@keyframes criss-cross-right {
  0% {
    right: -20px;
  }
  50% {
    right: 50%;
    width: 20px;
    height: 18px;
    border-radius: 50px;
  }
  100% {
    right: 50%;
    width: 100%;
    height: 100%;
    border-radius: 50px;
  }
}
.site-experience .site-button-full-primary {
  position: relative;
  display: inline-block;
  overflow: hidden;
  font-size: 18px;
  border: 1px solid #FF2689;
  color: #ffffff;
  text-decoration: none;
  border-radius: 50px;
  padding: 3px 50px 5px;
  background: #FF2689;
  transition: all ease 0.5s;
  line-height: 40px;
  text-decoration: none !important;
  display: block;
  width: 100%;
  text-align: center;
}
.site-experience .site-button-full-primary span {
  position: relative;
  z-index: 10;
}
.site-experience .site-button-full-primary:before, .site-experience .site-button-full-primary:after {
  position: absolute;
  top: 50%;
  content: "";
  width: 20px;
  height: 18px;
  background-color: #ffffff;
  border-radius: 50%;
}
.site-experience .site-button-full-primary:before {
  left: -20px;
  transform: translate(-50%, -50%);
}
.site-experience .site-button-full-primary:after {
  right: -20px;
  transform: translate(50%, -50%);
}
.site-experience .site-button-full-primary:hover {
  color: #FF2689 !important;
  border: 1px solid #FF2689;
  transition: all ease 1.2s;
}
.site-experience .site-button-full-primary:hover span {
  color: #FF2689 !important;
}
.site-experience .site-button-full-primary:hover:before {
  animation: criss-cross-left 0.8s both;
  animation-direction: alternate;
}
.site-experience .site-button-full-primary:hover:after {
  animation: criss-cross-right 0.8s both;
  animation-direction: alternate;
}
@keyframes criss-cross-left {
  0% {
    left: -20px;
  }
  50% {
    left: 50%;
    width: 20px;
    height: 18px;
  }
  100% {
    left: 50%;
    width: 100%;
    height: 100%;
  }
}
@keyframes criss-cross-right {
  0% {
    right: -20px;
  }
  50% {
    right: 50%;
    width: 20px;
    height: 18px;
    border-radius: 50px;
  }
  100% {
    right: 50%;
    width: 100%;
    height: 100%;
    border-radius: 50px;
  }
}
.site-experience .site-button-full-secondary {
  position: relative;
  display: inline-block;
  overflow: hidden;
  font-size: 18px;
  border: 1px solid #414141;
  color: #ffffff;
  text-decoration: none;
  border-radius: 50px;
  padding: 3px 50px 5px;
  background: #414141;
  transition: all ease 0.5s;
  line-height: 40px;
  text-decoration: none !important;
  display: block;
  width: 100%;
  text-align: center;
}
.site-experience .site-button-full-secondary span {
  position: relative;
  z-index: 10;
}
.site-experience .site-button-full-secondary:before, .site-experience .site-button-full-secondary:after {
  position: absolute;
  top: 50%;
  content: "";
  width: 20px;
  height: 18px;
  background-color: #ffffff;
  border-radius: 50%;
}
.site-experience .site-button-full-secondary:before {
  left: -20px;
  transform: translate(-50%, -50%);
}
.site-experience .site-button-full-secondary:after {
  right: -20px;
  transform: translate(50%, -50%);
}
.site-experience .site-button-full-secondary:hover {
  color: #414141 !important;
  border: 1px solid #414141;
  transition: all ease 1.2s;
}
.site-experience .site-button-full-secondary:hover span {
  color: #414141 !important;
}
.site-experience .site-button-full-secondary:hover:before {
  animation: criss-cross-left 0.8s both;
  animation-direction: alternate;
}
.site-experience .site-button-full-secondary:hover:after {
  animation: criss-cross-right 0.8s both;
  animation-direction: alternate;
}
@keyframes criss-cross-left {
  0% {
    left: -20px;
  }
  50% {
    left: 50%;
    width: 20px;
    height: 18px;
  }
  100% {
    left: 50%;
    width: 100%;
    height: 100%;
  }
}
@keyframes criss-cross-right {
  0% {
    right: -20px;
  }
  50% {
    right: 50%;
    width: 20px;
    height: 18px;
    border-radius: 50px;
  }
  100% {
    right: 50%;
    width: 100%;
    height: 100%;
    border-radius: 50px;
  }
}
.site-experience .site-button-big-primary {
  position: relative;
  display: inline-block;
  overflow: hidden;
  font-size: 18px;
  border: 1px solid #FF2689;
  color: #ffffff;
  text-decoration: none;
  border-radius: 50px;
  padding: 3px 50px 5px;
  background: #FF2689;
  transition: all ease 0.5s;
  line-height: 40px;
  text-decoration: none !important;
  padding: 22px 50px 25px;
  font-size: 25px;
}
.site-experience .site-button-big-primary span {
  position: relative;
  z-index: 10;
}
.site-experience .site-button-big-primary:before, .site-experience .site-button-big-primary:after {
  position: absolute;
  top: 50%;
  content: "";
  width: 20px;
  height: 18px;
  background-color: #ffffff;
  border-radius: 50%;
}
.site-experience .site-button-big-primary:before {
  left: -20px;
  transform: translate(-50%, -50%);
}
.site-experience .site-button-big-primary:after {
  right: -20px;
  transform: translate(50%, -50%);
}
.site-experience .site-button-big-primary:hover {
  color: #FF2689 !important;
  border: 1px solid #FF2689;
  transition: all ease 1.2s;
}
.site-experience .site-button-big-primary:hover span {
  color: #FF2689 !important;
}
.site-experience .site-button-big-primary:hover:before {
  animation: criss-cross-left 0.8s both;
  animation-direction: alternate;
}
.site-experience .site-button-big-primary:hover:after {
  animation: criss-cross-right 0.8s both;
  animation-direction: alternate;
}
@keyframes criss-cross-left {
  0% {
    left: -20px;
  }
  50% {
    left: 50%;
    width: 20px;
    height: 18px;
  }
  100% {
    left: 50%;
    width: 100%;
    height: 100%;
  }
}
@keyframes criss-cross-right {
  0% {
    right: -20px;
  }
  50% {
    right: 50%;
    width: 20px;
    height: 18px;
    border-radius: 50px;
  }
  100% {
    right: 50%;
    width: 100%;
    height: 100%;
    border-radius: 50px;
  }
}
.site-experience .site-button-big-secondary {
  position: relative;
  display: inline-block;
  overflow: hidden;
  font-size: 18px;
  border: 1px solid #414141;
  color: #ffffff;
  text-decoration: none;
  border-radius: 50px;
  padding: 3px 50px 5px;
  background: #414141;
  transition: all ease 0.5s;
  line-height: 40px;
  text-decoration: none !important;
  padding: 22px 50px 25px;
  font-size: 25px;
}
.site-experience .site-button-big-secondary span {
  position: relative;
  z-index: 10;
}
.site-experience .site-button-big-secondary:before, .site-experience .site-button-big-secondary:after {
  position: absolute;
  top: 50%;
  content: "";
  width: 20px;
  height: 18px;
  background-color: #ffffff;
  border-radius: 50%;
}
.site-experience .site-button-big-secondary:before {
  left: -20px;
  transform: translate(-50%, -50%);
}
.site-experience .site-button-big-secondary:after {
  right: -20px;
  transform: translate(50%, -50%);
}
.site-experience .site-button-big-secondary:hover {
  color: #414141 !important;
  border: 1px solid #414141;
  transition: all ease 1.2s;
}
.site-experience .site-button-big-secondary:hover span {
  color: #414141 !important;
}
.site-experience .site-button-big-secondary:hover:before {
  animation: criss-cross-left 0.8s both;
  animation-direction: alternate;
}
.site-experience .site-button-big-secondary:hover:after {
  animation: criss-cross-right 0.8s both;
  animation-direction: alternate;
}
@keyframes criss-cross-left {
  0% {
    left: -20px;
  }
  50% {
    left: 50%;
    width: 20px;
    height: 18px;
  }
  100% {
    left: 50%;
    width: 100%;
    height: 100%;
  }
}
@keyframes criss-cross-right {
  0% {
    right: -20px;
  }
  50% {
    right: 50%;
    width: 20px;
    height: 18px;
    border-radius: 50px;
  }
  100% {
    right: 50%;
    width: 100%;
    height: 100%;
    border-radius: 50px;
  }
}
.site-experience .site-button-heart {
  position: relative;
  display: inline-block;
}
@media (max-width: 599px) {
  .site-experience .site-button-heart {
    margin: 0 0 10px;
  }
}
.site-experience .site-button-heart span {
  background: #FFF500;
  color: #000000;
  border-radius: 50px;
  padding: 3px 50px 5px;
  display: inline-block;
  line-height: 40px;
  position: relative;
  z-index: 2;
  border: 1px solid #FFF500;
}
.site-experience .site-button-heart .site-icon-heart {
  position: absolute;
  top: 0px;
  color: #FF2689;
  font-size: 25px;
  z-index: 0;
}
.site-experience .site-button-heart .site-icon-heart:nth-of-type(1) {
  left: calc(50% - 50px);
  scale: 1.1;
}
.site-experience .site-button-heart .site-icon-heart:nth-of-type(2) {
  left: calc(50% - 25px);
  animation-delay: 0.4s !important;
}
.site-experience .site-button-heart .site-icon-heart:nth-of-type(3) {
  left: 50%;
  animation-delay: 1s !important;
  scale: 1.2;
}
.site-experience .site-button-heart .site-icon-heart:nth-of-type(4) {
  left: calc(50% + 25px);
  animation-delay: 1.5s !important;
  scale: 1.2;
}
.site-experience .site-button-heart:hover span {
  background: #ffffff;
  border: 1px solid #000000;
}
.site-experience .site-button-heart:hover .site-icon-heart {
  animation: 1.5s linear heart normal;
}
@keyframes heart {
  0% {
    transform: rotate(10deg);
    opacity: 0;
  }
  25% {
    transform: rotate(-10deg);
    opacity: 1;
  }
  75% {
    transform: rotate(10deg);
    opacity: 0.5;
  }
  100% {
    transform: rotate(-10deg);
    opacity: 0;
    top: -130%;
  }
}
.site-experience .box {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--accent-color);
  color: #fff;
  border-radius: 50px;
  position: relative;
}
.site-experience .counter-container {
  padding: 30px;
}
.site-experience blockquote, .site-experience q {
  padding: 85px 75px;
  position: relative;
  margin: 80px 0 !important;
  border-radius: 20px;
  text-align: left;
  font-size: 18px !important;
  line-height: 30px !important;
}
@media (max-width: 599px) {
  .site-experience blockquote, .site-experience q {
    padding: 40px 20px;
  }
}
.site-experience blockquote:after, .site-experience q:after {
  font-family: "site-icon" !important;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e903" !important;
  display: block;
  position: absolute;
  background-size: 100%;
  top: -20px;
  left: 75px;
  font-size: 70px;
  color: #000000;
}
@media (max-width: 599px) {
  .site-experience blockquote:after, .site-experience q:after {
    left: 25px;
    font-size: 50px;
  }
}
.site-experience blockquote:before, .site-experience q:before {
  font-family: "site-icon" !important;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e919" !important;
  display: block;
  position: absolute;
  background-size: 100%;
  bottom: -20px;
  right: 75px;
  font-size: 70px;
  color: #000000;
}
@media (max-width: 599px) {
  .site-experience blockquote:before, .site-experience q:before {
    right: 25px;
    font-size: 50px;
  }
}
.site-experience q {
  border: 5px solid #000000;
  color: #000000;
}
.site-experience q:after, .site-experience q:before {
  color: #FF2689;
}
.site-experience blockquote {
  background: #FF2689;
  color: #ffffff;
}
.site-experience .cms-text-feature .cms-text-feature-data {
  line-height: normal;
}
.site-experience .cms-text-feature .cms-text-feature-data p {
  line-height: 30px;
  font-size: 18px;
  margin: 0 0 20px;
}
.site-experience .cms-text-feature .cms-text-feature-data p:last-child {
  margin: 0;
}
.site-experience .cms-text-feature .cms-text-feature-data q, .site-experience .cms-text-feature .cms-text-feature-data blockquote {
  text-align: left;
}
.site-experience .cms-text-feature .cms-text-feature-data ul, .site-experience .cms-text-feature .cms-text-feature-data ol {
  list-style-position: outside;
}
.site-experience .cms-text-feature .cms-text-feature-data ul li, .site-experience .cms-text-feature .cms-text-feature-data ol li {
  line-height: 30px;
  font-size: 18px;
  margin: 0 0 20px;
}
.site-experience .cms-text-feature .cms-text-feature-data ul li:last-child, .site-experience .cms-text-feature .cms-text-feature-data ol li:last-child {
  margin: 0;
}
.site-experience .cms-text-feature .cms-text-feature-data ol {
  list-style: none;
  counter-reset: li;
}
.site-experience .cms-text-feature .cms-text-feature-data ol li {
  position: relative;
  counter-increment: li;
  padding: 0 0 0 12px;
}
.site-experience .cms-text-feature .cms-text-feature-data ol li::before {
  content: counter(li);
  color: #FF2689;
  font-size: 20px;
  position: absolute;
  left: -20px;
  top: 0px;
  width: 17px;
  text-align: left;
}
.site-experience .cms-text-feature .cms-text-feature-data ul li {
  list-style: none;
  position: relative;
  padding: 0 0 0 12px;
}
.site-experience .cms-text-feature .cms-text-feature-data ul li:before {
  content: "";
  width: 20px;
  height: 18px;
  background: #FF2689;
  border-radius: 100%;
  position: absolute;
  left: -20px;
  top: 10px;
  transform: rotate(-30deg);
}
.site-experience .cms-text-feature .cms-text-feature-data hr {
  margin: 30px 0 20px;
}
.site-experience .cms-text-feature .cms-text-feature-data a1 {
  color: #FF2689;
}
.site-experience .cms-text-feature .cms-text-feature-data a1.no-link-style {
  border-bottom: none !important;
  color: #FF2689;
}
.site-experience .cms-text-feature .cms-text-feature-data a1.no-link-style:hover {
  color: #414141;
}
.site-experience .cms-text-feature .cms-text-feature-data a1:hover {
  color: #414141;
  border-bottom: 1px solid #414141;
}
.site-experience .site-color-text {
  color: #414141 !important;
}
.site-experience .site-color-text-wrapper .cms-feature-title {
  color: #414141 !important;
}
.site-experience .site-color-primary {
  color: #FF2689 !important;
}
.site-experience .site-color-primary-wrapper .cms-feature-title {
  color: #FF2689 !important;
}
.site-experience .site-color-secondary {
  color: #ffffff !important;
}
.site-experience .site-color-secondary-wrapper .cms-feature-title {
  color: #ffffff !important;
}
.site-experience .site-color-light {
  color: #f1f1f1 !important;
}
.site-experience .site-color-light-wrapper .cms-feature-title {
  color: #f1f1f1 !important;
}
.site-experience .site-color-black {
  color: #000000 !important;
}
.site-experience .site-color-black * {
  color: #000000 !important;
}
.site-experience .site-color-black-wrapper .cms-feature-title {
  color: #000000 !important;
}
.site-experience .site-color-black-wrapper .cms-feature-title * {
  color: #000000 !important;
}
.site-experience .site-color-white {
  color: #ffffff !important;
}
.site-experience .site-color-white var {
  color: #ffffff;
}
.site-experience .site-color-white *:not(var):not(var *) {
  color: #ffffff !important;
}
.site-experience .site-color-white *:not(var):not(var *).site-button-secondary:hover, .site-experience .site-color-white .site-search-wrapper .site-search-block.site-search-option2 *.site-search-button:not(var):not(var *):hover, .site-search-wrapper .site-search-block.site-search-option2 .site-experience .site-color-white *.site-search-button:not(var):not(var *):hover {
  color: #414141 !important;
}
.site-experience .site-color-white *:not(var):not(var *).site-button-secondary:hover span, .site-experience .site-color-white .site-search-wrapper .site-search-block.site-search-option2 *.site-search-button:not(var):not(var *):hover span, .site-search-wrapper .site-search-block.site-search-option2 .site-experience .site-color-white *.site-search-button:not(var):not(var *):hover span {
  color: #414141 !important;
}
.site-experience .site-color-white-wrapper .cms-feature-title {
  color: #ffffff !important;
}
.site-experience .site-bg-text, .site-experience .site-bg-text-wrapper, .site-experience .site-bg .cms-feature-title {
  background: #414141 !important;
}
.site-experience .site-bg-primary, .site-experience .site-bg-primary-wrapper, .site-experience .site-bg .cms-feature-title {
  background: #FF2689 !important;
}
.site-experience .site-bg-secondary, .site-experience .site-bg-secondary-wrapper, .site-experience .site-bg .cms-feature-title {
  background: #ffffff !important;
}
.site-experience .site-bg-light, .site-experience .site-bg-light-wrapper, .site-experience .site-bg .cms-feature-title {
  background: #dfdfdf !important;
}
.site-experience .site-bg-black, .site-experience .site-bg-black-wrapper, .site-experience .site-bg .cms-feature-title {
  background: #000000 !important;
}
.site-experience .site-bg-white, .site-experience .site-bg-white-wrapper, .site-experience .site-bg .cms-feature-title {
  background: #ffffff !important;
}
.site-experience .border-color-primary {
  border-color: #FF2689;
}
.site-experience .border-color-secondary {
  border-color: #ffffff;
}
.site-experience .border-color-tertiary {
  border-color: #414141;
}
.site-experience .border-color-white {
  border-color: #ffffff;
}
.site-experience .border-color-light {
  border-color: #f1f1f1;
}
.site-experience .border-color-black {
  border-color: #000000;
}
.site-experience .border-bg-primary {
  background: #FF2689;
}
.site-experience .border-bg-secondary {
  background: #ffffff;
}
.site-experience .border-bg-tertiary {
  background: #414141;
}
.site-experience .border-bg-white {
  background: #ffffff;
}
.site-experience .border-bg-light {
  background: #f1f1f1;
}
.site-experience .border-bg-black {
  background: #000000;
}
.site-experience a {
  color: #FF2689;
}
.site-experience a:hover, .site-experience a:focus {
  color: #414141;
}
.site-experience .cms-feature-datablock a {
  text-decoration: underline;
}
.site-experience hr {
  margin: 0 auto 10px;
  border-top: 1px solid #FF2689 !important;
}

.site-amplify var {
  background: #419F7A;
  padding: 15px 40px;
  text-transform: uppercase;
  font-style: normal;
  font-weight: bold;
  letter-spacing: -2.5px;
  font-size: 40px;
  color: #ffffff;
  display: inline-block;
  box-shadow: 8px 14px 17px -7px rgba(0, 0, 0, 0.5);
  line-height: 30px;
  font-family: "brother-1816", sans-serif;
}
@media (max-width: 1299px) {
  .site-amplify var {
    line-height: 40px;
  }
}
@media (max-width: 599px) {
  .site-amplify var {
    font-size: 20px;
    line-height: 20px;
    letter-spacing: -1.5px;
    padding: 10px 30px;
  }
}
.site-amplify .site-posted-block {
  font-size: 16px;
  color: #000000;
  position: relative;
  padding: 0 0 0 60px;
  height: 50px;
  line-height: 50px;
  margin: 0;
}
.site-amplify .site-posted-block:before {
  display: block;
  height: 40px;
  width: 40px;
  border-radius: 100%;
  background: #419F7A;
  color: #ffffff;
  position: absolute;
  left: 2px;
  top: 0;
  font-family: "gelato-luxe";
  font-size: 33px;
  text-align: center;
  line-height: 32px;
  font-weight: bold;
  animation: postedby 2s infinite;
  bottom: 0;
  margin: auto;
}
.site-amplify .site-posted-block a {
  border-bottom: 1px solid;
  color: #000000;
  text-decoration: none;
}
@keyframes postedby {
  from, to {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
  }
}
.site-amplify .site-button-primary, .site-amplify .site-form-payment-wrapper .site-payment-buttons button, .site-form-payment-wrapper .site-payment-buttons .site-amplify button,
.site-amplify .site-form-data .site-form-buttons .site-form-button,
.site-amplify .site-form-data .site-form-field .file-upload-wrapper .file-upload-button {
  position: relative;
  display: inline-block;
  overflow: hidden;
  font-size: 18px;
  border: 1px solid #419F7A;
  color: #ffffff;
  text-decoration: none;
  border-radius: 50px;
  padding: 3px 50px 5px;
  background: #419F7A;
  transition: all ease 0.5s;
  line-height: 40px;
  text-decoration: none !important;
}
.site-amplify .site-button-primary span, .site-amplify .site-form-payment-wrapper .site-payment-buttons button span, .site-form-payment-wrapper .site-payment-buttons .site-amplify button span,
.site-amplify .site-form-data .site-form-buttons .site-form-button span,
.site-amplify .site-form-data .site-form-field .file-upload-wrapper .file-upload-button span {
  position: relative;
  z-index: 10;
}
.site-amplify .site-button-primary:before, .site-amplify .site-form-payment-wrapper .site-payment-buttons button:before, .site-form-payment-wrapper .site-payment-buttons .site-amplify button:before, .site-amplify .site-button-primary:after, .site-amplify .site-form-payment-wrapper .site-payment-buttons button:after, .site-form-payment-wrapper .site-payment-buttons .site-amplify button:after,
.site-amplify .site-form-data .site-form-buttons .site-form-button:before,
.site-amplify .site-form-data .site-form-buttons .site-form-button:after,
.site-amplify .site-form-data .site-form-field .file-upload-wrapper .file-upload-button:before,
.site-amplify .site-form-data .site-form-field .file-upload-wrapper .file-upload-button:after {
  position: absolute;
  top: 50%;
  content: "";
  width: 20px;
  height: 18px;
  background-color: #ffffff;
  border-radius: 50%;
}
.site-amplify .site-button-primary:before, .site-amplify .site-form-payment-wrapper .site-payment-buttons button:before, .site-form-payment-wrapper .site-payment-buttons .site-amplify button:before,
.site-amplify .site-form-data .site-form-buttons .site-form-button:before,
.site-amplify .site-form-data .site-form-field .file-upload-wrapper .file-upload-button:before {
  left: -20px;
  transform: translate(-50%, -50%);
}
.site-amplify .site-button-primary:after, .site-amplify .site-form-payment-wrapper .site-payment-buttons button:after, .site-form-payment-wrapper .site-payment-buttons .site-amplify button:after,
.site-amplify .site-form-data .site-form-buttons .site-form-button:after,
.site-amplify .site-form-data .site-form-field .file-upload-wrapper .file-upload-button:after {
  right: -20px;
  transform: translate(50%, -50%);
}
.site-amplify .site-button-primary:hover, .site-amplify .site-form-payment-wrapper .site-payment-buttons button:hover, .site-form-payment-wrapper .site-payment-buttons .site-amplify button:hover,
.site-amplify .site-form-data .site-form-buttons .site-form-button:hover,
.site-amplify .site-form-data .site-form-field .file-upload-wrapper .file-upload-button:hover {
  color: #419F7A !important;
  border: 1px solid #419F7A;
  transition: all ease 1.2s;
}
.site-amplify .site-button-primary:hover span, .site-amplify .site-form-payment-wrapper .site-payment-buttons button:hover span, .site-form-payment-wrapper .site-payment-buttons .site-amplify button:hover span,
.site-amplify .site-form-data .site-form-buttons .site-form-button:hover span,
.site-amplify .site-form-data .site-form-field .file-upload-wrapper .file-upload-button:hover span {
  color: #419F7A !important;
}
.site-amplify .site-button-primary:hover:before, .site-amplify .site-form-payment-wrapper .site-payment-buttons button:hover:before, .site-form-payment-wrapper .site-payment-buttons .site-amplify button:hover:before,
.site-amplify .site-form-data .site-form-buttons .site-form-button:hover:before,
.site-amplify .site-form-data .site-form-field .file-upload-wrapper .file-upload-button:hover:before {
  animation: criss-cross-left 0.8s both;
  animation-direction: alternate;
}
.site-amplify .site-button-primary:hover:after, .site-amplify .site-form-payment-wrapper .site-payment-buttons button:hover:after, .site-form-payment-wrapper .site-payment-buttons .site-amplify button:hover:after,
.site-amplify .site-form-data .site-form-buttons .site-form-button:hover:after,
.site-amplify .site-form-data .site-form-field .file-upload-wrapper .file-upload-button:hover:after {
  animation: criss-cross-right 0.8s both;
  animation-direction: alternate;
}
@keyframes criss-cross-left {
  0% {
    left: -20px;
  }
  50% {
    left: 50%;
    width: 20px;
    height: 18px;
  }
  100% {
    left: 50%;
    width: 100%;
    height: 100%;
  }
}
@keyframes criss-cross-right {
  0% {
    right: -20px;
  }
  50% {
    right: 50%;
    width: 20px;
    height: 18px;
    border-radius: 50px;
  }
  100% {
    right: 50%;
    width: 100%;
    height: 100%;
    border-radius: 50px;
  }
}
.site-amplify .site-bookmark-button {
  position: relative;
  position: relative;
  display: inline-block;
  overflow: hidden;
  font-size: 18px;
  border: 1px solid #419F7A;
  color: #ffffff;
  text-decoration: none;
  border-radius: 50px;
  padding: 3px 50px 5px;
  background: #419F7A;
  transition: all ease 0.5s;
  line-height: 40px;
  text-decoration: none !important;
  margin: 20px 0 0;
}
.site-amplify .site-bookmark-button span {
  position: relative;
  z-index: 10;
}
.site-amplify .site-bookmark-button:before, .site-amplify .site-bookmark-button:after {
  position: absolute;
  top: 50%;
  content: "";
  width: 20px;
  height: 18px;
  background-color: #ffffff;
  border-radius: 50%;
}
.site-amplify .site-bookmark-button:before {
  left: -20px;
  transform: translate(-50%, -50%);
}
.site-amplify .site-bookmark-button:after {
  right: -20px;
  transform: translate(50%, -50%);
}
.site-amplify .site-bookmark-button:hover {
  color: #419F7A !important;
  border: 1px solid #419F7A;
  transition: all ease 1.2s;
}
.site-amplify .site-bookmark-button:hover span {
  color: #419F7A !important;
}
.site-amplify .site-bookmark-button:hover:before {
  animation: criss-cross-left 0.8s both;
  animation-direction: alternate;
}
.site-amplify .site-bookmark-button:hover:after {
  animation: criss-cross-right 0.8s both;
  animation-direction: alternate;
}
@keyframes criss-cross-left {
  0% {
    left: -20px;
  }
  50% {
    left: 50%;
    width: 20px;
    height: 18px;
  }
  100% {
    left: 50%;
    width: 100%;
    height: 100%;
  }
}
@keyframes criss-cross-right {
  0% {
    right: -20px;
  }
  50% {
    right: 50%;
    width: 20px;
    height: 18px;
    border-radius: 50px;
  }
  100% {
    right: 50%;
    width: 100%;
    height: 100%;
    border-radius: 50px;
  }
}
.site-amplify .site-bookmark-button .site-bookmark-button-icon {
  position: relative;
  top: 3px;
  padding: 0 0 0 3px;
}
.site-amplify .site-bookmark-button .site-bookmark-button-icon:before {
  font-family: "site-icon" !important;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e917" !important;
  font-size: 20px;
}
.site-amplify .site-bookmark-button.site-bookmark-display-button-remove .site-bookmark-button-icon:before {
  content: "\e918" !important;
}
.site-amplify .site-button-secondary, .site-amplify .site-search-wrapper .site-search-block.site-search-option2 .site-search-button, .site-search-wrapper .site-search-block.site-search-option2 .site-amplify .site-search-button, .site-amplify .site-primary-button {
  position: relative;
  display: inline-block;
  overflow: hidden;
  font-size: 18px;
  border: 1px solid #414141;
  color: #ffffff;
  text-decoration: none;
  border-radius: 50px;
  padding: 3px 50px 5px;
  background: #414141;
  transition: all ease 0.5s;
  line-height: 40px;
  text-decoration: none !important;
}
.site-amplify .site-button-secondary span, .site-amplify .site-search-wrapper .site-search-block.site-search-option2 .site-search-button span, .site-search-wrapper .site-search-block.site-search-option2 .site-amplify .site-search-button span, .site-amplify .site-primary-button span {
  position: relative;
  z-index: 10;
}
.site-amplify .site-button-secondary:before, .site-amplify .site-search-wrapper .site-search-block.site-search-option2 .site-search-button:before, .site-search-wrapper .site-search-block.site-search-option2 .site-amplify .site-search-button:before, .site-amplify .site-button-secondary:after, .site-amplify .site-search-wrapper .site-search-block.site-search-option2 .site-search-button:after, .site-search-wrapper .site-search-block.site-search-option2 .site-amplify .site-search-button:after, .site-amplify .site-primary-button:before, .site-amplify .site-primary-button:after {
  position: absolute;
  top: 50%;
  content: "";
  width: 20px;
  height: 18px;
  background-color: #ffffff;
  border-radius: 50%;
}
.site-amplify .site-button-secondary:before, .site-amplify .site-search-wrapper .site-search-block.site-search-option2 .site-search-button:before, .site-search-wrapper .site-search-block.site-search-option2 .site-amplify .site-search-button:before, .site-amplify .site-primary-button:before {
  left: -20px;
  transform: translate(-50%, -50%);
}
.site-amplify .site-button-secondary:after, .site-amplify .site-search-wrapper .site-search-block.site-search-option2 .site-search-button:after, .site-search-wrapper .site-search-block.site-search-option2 .site-amplify .site-search-button:after, .site-amplify .site-primary-button:after {
  right: -20px;
  transform: translate(50%, -50%);
}
.site-amplify .site-button-secondary:hover, .site-amplify .site-search-wrapper .site-search-block.site-search-option2 .site-search-button:hover, .site-search-wrapper .site-search-block.site-search-option2 .site-amplify .site-search-button:hover, .site-amplify .site-primary-button:hover {
  color: #414141 !important;
  border: 1px solid #414141;
  transition: all ease 1.2s;
}
.site-amplify .site-button-secondary:hover span, .site-amplify .site-search-wrapper .site-search-block.site-search-option2 .site-search-button:hover span, .site-search-wrapper .site-search-block.site-search-option2 .site-amplify .site-search-button:hover span, .site-amplify .site-primary-button:hover span {
  color: #414141 !important;
}
.site-amplify .site-button-secondary:hover:before, .site-amplify .site-search-wrapper .site-search-block.site-search-option2 .site-search-button:hover:before, .site-search-wrapper .site-search-block.site-search-option2 .site-amplify .site-search-button:hover:before, .site-amplify .site-primary-button:hover:before {
  animation: criss-cross-left 0.8s both;
  animation-direction: alternate;
}
.site-amplify .site-button-secondary:hover:after, .site-amplify .site-search-wrapper .site-search-block.site-search-option2 .site-search-button:hover:after, .site-search-wrapper .site-search-block.site-search-option2 .site-amplify .site-search-button:hover:after, .site-amplify .site-primary-button:hover:after {
  animation: criss-cross-right 0.8s both;
  animation-direction: alternate;
}
@keyframes criss-cross-left {
  0% {
    left: -20px;
  }
  50% {
    left: 50%;
    width: 20px;
    height: 18px;
  }
  100% {
    left: 50%;
    width: 100%;
    height: 100%;
  }
}
@keyframes criss-cross-right {
  0% {
    right: -20px;
  }
  50% {
    right: 50%;
    width: 20px;
    height: 18px;
    border-radius: 50px;
  }
  100% {
    right: 50%;
    width: 100%;
    height: 100%;
    border-radius: 50px;
  }
}
.site-amplify .site-button-full-primary {
  position: relative;
  display: inline-block;
  overflow: hidden;
  font-size: 18px;
  border: 1px solid #419F7A;
  color: #ffffff;
  text-decoration: none;
  border-radius: 50px;
  padding: 3px 50px 5px;
  background: #419F7A;
  transition: all ease 0.5s;
  line-height: 40px;
  text-decoration: none !important;
  display: block;
  width: 100%;
  text-align: center;
}
.site-amplify .site-button-full-primary span {
  position: relative;
  z-index: 10;
}
.site-amplify .site-button-full-primary:before, .site-amplify .site-button-full-primary:after {
  position: absolute;
  top: 50%;
  content: "";
  width: 20px;
  height: 18px;
  background-color: #ffffff;
  border-radius: 50%;
}
.site-amplify .site-button-full-primary:before {
  left: -20px;
  transform: translate(-50%, -50%);
}
.site-amplify .site-button-full-primary:after {
  right: -20px;
  transform: translate(50%, -50%);
}
.site-amplify .site-button-full-primary:hover {
  color: #419F7A !important;
  border: 1px solid #419F7A;
  transition: all ease 1.2s;
}
.site-amplify .site-button-full-primary:hover span {
  color: #419F7A !important;
}
.site-amplify .site-button-full-primary:hover:before {
  animation: criss-cross-left 0.8s both;
  animation-direction: alternate;
}
.site-amplify .site-button-full-primary:hover:after {
  animation: criss-cross-right 0.8s both;
  animation-direction: alternate;
}
@keyframes criss-cross-left {
  0% {
    left: -20px;
  }
  50% {
    left: 50%;
    width: 20px;
    height: 18px;
  }
  100% {
    left: 50%;
    width: 100%;
    height: 100%;
  }
}
@keyframes criss-cross-right {
  0% {
    right: -20px;
  }
  50% {
    right: 50%;
    width: 20px;
    height: 18px;
    border-radius: 50px;
  }
  100% {
    right: 50%;
    width: 100%;
    height: 100%;
    border-radius: 50px;
  }
}
.site-amplify .site-button-full-secondary {
  position: relative;
  display: inline-block;
  overflow: hidden;
  font-size: 18px;
  border: 1px solid #414141;
  color: #ffffff;
  text-decoration: none;
  border-radius: 50px;
  padding: 3px 50px 5px;
  background: #414141;
  transition: all ease 0.5s;
  line-height: 40px;
  text-decoration: none !important;
  display: block;
  width: 100%;
  text-align: center;
}
.site-amplify .site-button-full-secondary span {
  position: relative;
  z-index: 10;
}
.site-amplify .site-button-full-secondary:before, .site-amplify .site-button-full-secondary:after {
  position: absolute;
  top: 50%;
  content: "";
  width: 20px;
  height: 18px;
  background-color: #ffffff;
  border-radius: 50%;
}
.site-amplify .site-button-full-secondary:before {
  left: -20px;
  transform: translate(-50%, -50%);
}
.site-amplify .site-button-full-secondary:after {
  right: -20px;
  transform: translate(50%, -50%);
}
.site-amplify .site-button-full-secondary:hover {
  color: #414141 !important;
  border: 1px solid #414141;
  transition: all ease 1.2s;
}
.site-amplify .site-button-full-secondary:hover span {
  color: #414141 !important;
}
.site-amplify .site-button-full-secondary:hover:before {
  animation: criss-cross-left 0.8s both;
  animation-direction: alternate;
}
.site-amplify .site-button-full-secondary:hover:after {
  animation: criss-cross-right 0.8s both;
  animation-direction: alternate;
}
@keyframes criss-cross-left {
  0% {
    left: -20px;
  }
  50% {
    left: 50%;
    width: 20px;
    height: 18px;
  }
  100% {
    left: 50%;
    width: 100%;
    height: 100%;
  }
}
@keyframes criss-cross-right {
  0% {
    right: -20px;
  }
  50% {
    right: 50%;
    width: 20px;
    height: 18px;
    border-radius: 50px;
  }
  100% {
    right: 50%;
    width: 100%;
    height: 100%;
    border-radius: 50px;
  }
}
.site-amplify .site-button-big-primary {
  position: relative;
  display: inline-block;
  overflow: hidden;
  font-size: 18px;
  border: 1px solid #419F7A;
  color: #ffffff;
  text-decoration: none;
  border-radius: 50px;
  padding: 3px 50px 5px;
  background: #419F7A;
  transition: all ease 0.5s;
  line-height: 40px;
  text-decoration: none !important;
  padding: 22px 50px 25px;
  font-size: 25px;
}
.site-amplify .site-button-big-primary span {
  position: relative;
  z-index: 10;
}
.site-amplify .site-button-big-primary:before, .site-amplify .site-button-big-primary:after {
  position: absolute;
  top: 50%;
  content: "";
  width: 20px;
  height: 18px;
  background-color: #ffffff;
  border-radius: 50%;
}
.site-amplify .site-button-big-primary:before {
  left: -20px;
  transform: translate(-50%, -50%);
}
.site-amplify .site-button-big-primary:after {
  right: -20px;
  transform: translate(50%, -50%);
}
.site-amplify .site-button-big-primary:hover {
  color: #419F7A !important;
  border: 1px solid #419F7A;
  transition: all ease 1.2s;
}
.site-amplify .site-button-big-primary:hover span {
  color: #419F7A !important;
}
.site-amplify .site-button-big-primary:hover:before {
  animation: criss-cross-left 0.8s both;
  animation-direction: alternate;
}
.site-amplify .site-button-big-primary:hover:after {
  animation: criss-cross-right 0.8s both;
  animation-direction: alternate;
}
@keyframes criss-cross-left {
  0% {
    left: -20px;
  }
  50% {
    left: 50%;
    width: 20px;
    height: 18px;
  }
  100% {
    left: 50%;
    width: 100%;
    height: 100%;
  }
}
@keyframes criss-cross-right {
  0% {
    right: -20px;
  }
  50% {
    right: 50%;
    width: 20px;
    height: 18px;
    border-radius: 50px;
  }
  100% {
    right: 50%;
    width: 100%;
    height: 100%;
    border-radius: 50px;
  }
}
.site-amplify .site-button-big-secondary {
  position: relative;
  display: inline-block;
  overflow: hidden;
  font-size: 18px;
  border: 1px solid #414141;
  color: #ffffff;
  text-decoration: none;
  border-radius: 50px;
  padding: 3px 50px 5px;
  background: #414141;
  transition: all ease 0.5s;
  line-height: 40px;
  text-decoration: none !important;
  padding: 22px 50px 25px;
  font-size: 25px;
}
.site-amplify .site-button-big-secondary span {
  position: relative;
  z-index: 10;
}
.site-amplify .site-button-big-secondary:before, .site-amplify .site-button-big-secondary:after {
  position: absolute;
  top: 50%;
  content: "";
  width: 20px;
  height: 18px;
  background-color: #ffffff;
  border-radius: 50%;
}
.site-amplify .site-button-big-secondary:before {
  left: -20px;
  transform: translate(-50%, -50%);
}
.site-amplify .site-button-big-secondary:after {
  right: -20px;
  transform: translate(50%, -50%);
}
.site-amplify .site-button-big-secondary:hover {
  color: #414141 !important;
  border: 1px solid #414141;
  transition: all ease 1.2s;
}
.site-amplify .site-button-big-secondary:hover span {
  color: #414141 !important;
}
.site-amplify .site-button-big-secondary:hover:before {
  animation: criss-cross-left 0.8s both;
  animation-direction: alternate;
}
.site-amplify .site-button-big-secondary:hover:after {
  animation: criss-cross-right 0.8s both;
  animation-direction: alternate;
}
@keyframes criss-cross-left {
  0% {
    left: -20px;
  }
  50% {
    left: 50%;
    width: 20px;
    height: 18px;
  }
  100% {
    left: 50%;
    width: 100%;
    height: 100%;
  }
}
@keyframes criss-cross-right {
  0% {
    right: -20px;
  }
  50% {
    right: 50%;
    width: 20px;
    height: 18px;
    border-radius: 50px;
  }
  100% {
    right: 50%;
    width: 100%;
    height: 100%;
    border-radius: 50px;
  }
}
.site-amplify .site-button-heart {
  position: relative;
  display: inline-block;
}
@media (max-width: 599px) {
  .site-amplify .site-button-heart {
    margin: 0 0 10px;
  }
}
.site-amplify .site-button-heart span {
  background: #FFF500;
  color: #000000;
  border-radius: 50px;
  padding: 3px 50px 5px;
  display: inline-block;
  line-height: 40px;
  position: relative;
  z-index: 2;
  border: 1px solid #FFF500;
}
.site-amplify .site-button-heart .site-icon-heart {
  position: absolute;
  top: 0px;
  color: #FF2689;
  font-size: 25px;
  z-index: 0;
}
.site-amplify .site-button-heart .site-icon-heart:nth-of-type(1) {
  left: calc(50% - 50px);
  scale: 1.1;
}
.site-amplify .site-button-heart .site-icon-heart:nth-of-type(2) {
  left: calc(50% - 25px);
  animation-delay: 0.4s !important;
}
.site-amplify .site-button-heart .site-icon-heart:nth-of-type(3) {
  left: 50%;
  animation-delay: 1s !important;
  scale: 1.2;
}
.site-amplify .site-button-heart .site-icon-heart:nth-of-type(4) {
  left: calc(50% + 25px);
  animation-delay: 1.5s !important;
  scale: 1.2;
}
.site-amplify .site-button-heart:hover span {
  background: #ffffff;
  border: 1px solid #000000;
}
.site-amplify .site-button-heart:hover .site-icon-heart {
  animation: 1.5s linear heart normal;
}
@keyframes heart {
  0% {
    transform: rotate(10deg);
    opacity: 0;
  }
  25% {
    transform: rotate(-10deg);
    opacity: 1;
  }
  75% {
    transform: rotate(10deg);
    opacity: 0.5;
  }
  100% {
    transform: rotate(-10deg);
    opacity: 0;
    top: -130%;
  }
}
.site-amplify .box {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--accent-color);
  color: #fff;
  border-radius: 50px;
  position: relative;
}
.site-amplify .counter-container {
  padding: 30px;
}
.site-amplify blockquote, .site-amplify q {
  padding: 85px 75px;
  position: relative;
  margin: 80px 0 !important;
  border-radius: 20px;
  text-align: left;
  font-size: 18px !important;
  line-height: 30px !important;
}
@media (max-width: 599px) {
  .site-amplify blockquote, .site-amplify q {
    padding: 40px 20px;
  }
}
.site-amplify blockquote:after, .site-amplify q:after {
  font-family: "site-icon" !important;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e903" !important;
  display: block;
  position: absolute;
  background-size: 100%;
  top: -20px;
  left: 75px;
  font-size: 70px;
  color: #000000;
}
@media (max-width: 599px) {
  .site-amplify blockquote:after, .site-amplify q:after {
    left: 25px;
    font-size: 50px;
  }
}
.site-amplify blockquote:before, .site-amplify q:before {
  font-family: "site-icon" !important;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e919" !important;
  display: block;
  position: absolute;
  background-size: 100%;
  bottom: -20px;
  right: 75px;
  font-size: 70px;
  color: #000000;
}
@media (max-width: 599px) {
  .site-amplify blockquote:before, .site-amplify q:before {
    right: 25px;
    font-size: 50px;
  }
}
.site-amplify q {
  border: 5px solid #000000;
  color: #000000;
}
.site-amplify q:after, .site-amplify q:before {
  color: #419F7A;
}
.site-amplify blockquote {
  background: #419F7A;
  color: #ffffff;
}
.site-amplify .cms-text-feature .cms-text-feature-data {
  line-height: normal;
}
.site-amplify .cms-text-feature .cms-text-feature-data p {
  line-height: 30px;
  font-size: 18px;
  margin: 0 0 20px;
}
.site-amplify .cms-text-feature .cms-text-feature-data p:last-child {
  margin: 0;
}
.site-amplify .cms-text-feature .cms-text-feature-data q, .site-amplify .cms-text-feature .cms-text-feature-data blockquote {
  text-align: left;
}
.site-amplify .cms-text-feature .cms-text-feature-data ul, .site-amplify .cms-text-feature .cms-text-feature-data ol {
  list-style-position: outside;
}
.site-amplify .cms-text-feature .cms-text-feature-data ul li, .site-amplify .cms-text-feature .cms-text-feature-data ol li {
  line-height: 30px;
  font-size: 18px;
  margin: 0 0 20px;
}
.site-amplify .cms-text-feature .cms-text-feature-data ul li:last-child, .site-amplify .cms-text-feature .cms-text-feature-data ol li:last-child {
  margin: 0;
}
.site-amplify .cms-text-feature .cms-text-feature-data ol {
  list-style: none;
  counter-reset: li;
}
.site-amplify .cms-text-feature .cms-text-feature-data ol li {
  position: relative;
  counter-increment: li;
  padding: 0 0 0 12px;
}
.site-amplify .cms-text-feature .cms-text-feature-data ol li::before {
  content: counter(li);
  color: #419F7A;
  font-size: 20px;
  position: absolute;
  left: -20px;
  top: 0px;
  width: 17px;
  text-align: left;
}
.site-amplify .cms-text-feature .cms-text-feature-data ul li {
  list-style: none;
  position: relative;
  padding: 0 0 0 12px;
}
.site-amplify .cms-text-feature .cms-text-feature-data ul li:before {
  content: "";
  width: 20px;
  height: 18px;
  background: #419F7A;
  border-radius: 100%;
  position: absolute;
  left: -20px;
  top: 10px;
  transform: rotate(-30deg);
}
.site-amplify .cms-text-feature .cms-text-feature-data hr {
  margin: 30px 0 20px;
}
.site-amplify .cms-text-feature .cms-text-feature-data a1 {
  color: #419F7A;
}
.site-amplify .cms-text-feature .cms-text-feature-data a1.no-link-style {
  border-bottom: none !important;
  color: #419F7A;
}
.site-amplify .cms-text-feature .cms-text-feature-data a1.no-link-style:hover {
  color: #414141;
}
.site-amplify .cms-text-feature .cms-text-feature-data a1:hover {
  color: #414141;
  border-bottom: 1px solid #414141;
}
.site-amplify .site-color-text {
  color: #414141 !important;
}
.site-amplify .site-color-text-wrapper .cms-feature-title {
  color: #414141 !important;
}
.site-amplify .site-color-primary {
  color: #419F7A !important;
}
.site-amplify .site-color-primary-wrapper .cms-feature-title {
  color: #419F7A !important;
}
.site-amplify .site-color-secondary {
  color: #ffffff !important;
}
.site-amplify .site-color-secondary-wrapper .cms-feature-title {
  color: #ffffff !important;
}
.site-amplify .site-color-light {
  color: #f1f1f1 !important;
}
.site-amplify .site-color-light-wrapper .cms-feature-title {
  color: #f1f1f1 !important;
}
.site-amplify .site-color-black {
  color: #000000 !important;
}
.site-amplify .site-color-black * {
  color: #000000 !important;
}
.site-amplify .site-color-black-wrapper .cms-feature-title {
  color: #000000 !important;
}
.site-amplify .site-color-black-wrapper .cms-feature-title * {
  color: #000000 !important;
}
.site-amplify .site-color-white {
  color: #ffffff !important;
}
.site-amplify .site-color-white var {
  color: #ffffff;
}
.site-amplify .site-color-white *:not(var):not(var *) {
  color: #ffffff !important;
}
.site-amplify .site-color-white *:not(var):not(var *).site-button-secondary:hover, .site-amplify .site-color-white .site-search-wrapper .site-search-block.site-search-option2 *.site-search-button:not(var):not(var *):hover, .site-search-wrapper .site-search-block.site-search-option2 .site-amplify .site-color-white *.site-search-button:not(var):not(var *):hover {
  color: #414141 !important;
}
.site-amplify .site-color-white *:not(var):not(var *).site-button-secondary:hover span, .site-amplify .site-color-white .site-search-wrapper .site-search-block.site-search-option2 *.site-search-button:not(var):not(var *):hover span, .site-search-wrapper .site-search-block.site-search-option2 .site-amplify .site-color-white *.site-search-button:not(var):not(var *):hover span {
  color: #414141 !important;
}
.site-amplify .site-color-white-wrapper .cms-feature-title {
  color: #ffffff !important;
}
.site-amplify .site-bg-text, .site-amplify .site-bg-text-wrapper, .site-amplify .site-bg .cms-feature-title {
  background: #414141 !important;
}
.site-amplify .site-bg-primary, .site-amplify .site-bg-primary-wrapper, .site-amplify .site-bg .cms-feature-title {
  background: #419F7A !important;
}
.site-amplify .site-bg-secondary, .site-amplify .site-bg-secondary-wrapper, .site-amplify .site-bg .cms-feature-title {
  background: #ffffff !important;
}
.site-amplify .site-bg-light, .site-amplify .site-bg-light-wrapper, .site-amplify .site-bg .cms-feature-title {
  background: #dfdfdf !important;
}
.site-amplify .site-bg-black, .site-amplify .site-bg-black-wrapper, .site-amplify .site-bg .cms-feature-title {
  background: #000000 !important;
}
.site-amplify .site-bg-white, .site-amplify .site-bg-white-wrapper, .site-amplify .site-bg .cms-feature-title {
  background: #ffffff !important;
}
.site-amplify .border-color-primary {
  border-color: #419F7A;
}
.site-amplify .border-color-secondary {
  border-color: #ffffff;
}
.site-amplify .border-color-tertiary {
  border-color: #414141;
}
.site-amplify .border-color-white {
  border-color: #ffffff;
}
.site-amplify .border-color-light {
  border-color: #f1f1f1;
}
.site-amplify .border-color-black {
  border-color: #000000;
}
.site-amplify .border-bg-primary {
  background: #419F7A;
}
.site-amplify .border-bg-secondary {
  background: #ffffff;
}
.site-amplify .border-bg-tertiary {
  background: #414141;
}
.site-amplify .border-bg-white {
  background: #ffffff;
}
.site-amplify .border-bg-light {
  background: #f1f1f1;
}
.site-amplify .border-bg-black {
  background: #000000;
}
.site-amplify a {
  color: #419F7A;
}
.site-amplify a:hover, .site-amplify a:focus {
  color: #414141;
}
.site-amplify .cms-feature-datablock a {
  text-decoration: underline;
}
.site-amplify hr {
  margin: 0 auto 10px;
  border-top: 1px solid #419F7A !important;
}

.site-create var {
  background: #A20074;
  padding: 15px 40px;
  text-transform: uppercase;
  font-style: normal;
  font-weight: bold;
  letter-spacing: -2.5px;
  font-size: 40px;
  color: #ffffff;
  display: inline-block;
  box-shadow: 8px 14px 17px -7px rgba(0, 0, 0, 0.5);
  line-height: 30px;
  font-family: "brother-1816", sans-serif;
}
@media (max-width: 1299px) {
  .site-create var {
    line-height: 40px;
  }
}
@media (max-width: 599px) {
  .site-create var {
    font-size: 20px;
    line-height: 20px;
    letter-spacing: -1.5px;
    padding: 10px 30px;
  }
}
.site-create .site-posted-block {
  font-size: 16px;
  color: #000000;
  position: relative;
  padding: 0 0 0 60px;
  height: 50px;
  line-height: 50px;
  margin: 0;
}
.site-create .site-posted-block:before {
  display: block;
  height: 40px;
  width: 40px;
  border-radius: 100%;
  background: #A20074;
  color: #ffffff;
  position: absolute;
  left: 2px;
  top: 0;
  font-family: "gelato-luxe";
  font-size: 33px;
  text-align: center;
  line-height: 32px;
  font-weight: bold;
  animation: postedby 2s infinite;
  bottom: 0;
  margin: auto;
}
.site-create .site-posted-block a {
  border-bottom: 1px solid;
  color: #000000;
  text-decoration: none;
}
@keyframes postedby {
  from, to {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
  }
}
.site-create .site-button-primary, .site-create .site-form-payment-wrapper .site-payment-buttons button, .site-form-payment-wrapper .site-payment-buttons .site-create button,
.site-create .site-form-data .site-form-buttons .site-form-button,
.site-create .site-form-data .site-form-field .file-upload-wrapper .file-upload-button {
  position: relative;
  display: inline-block;
  overflow: hidden;
  font-size: 18px;
  border: 1px solid #A20074;
  color: #ffffff;
  text-decoration: none;
  border-radius: 50px;
  padding: 3px 50px 5px;
  background: #A20074;
  transition: all ease 0.5s;
  line-height: 40px;
  text-decoration: none !important;
}
.site-create .site-button-primary span, .site-create .site-form-payment-wrapper .site-payment-buttons button span, .site-form-payment-wrapper .site-payment-buttons .site-create button span,
.site-create .site-form-data .site-form-buttons .site-form-button span,
.site-create .site-form-data .site-form-field .file-upload-wrapper .file-upload-button span {
  position: relative;
  z-index: 10;
}
.site-create .site-button-primary:before, .site-create .site-form-payment-wrapper .site-payment-buttons button:before, .site-form-payment-wrapper .site-payment-buttons .site-create button:before, .site-create .site-button-primary:after, .site-create .site-form-payment-wrapper .site-payment-buttons button:after, .site-form-payment-wrapper .site-payment-buttons .site-create button:after,
.site-create .site-form-data .site-form-buttons .site-form-button:before,
.site-create .site-form-data .site-form-buttons .site-form-button:after,
.site-create .site-form-data .site-form-field .file-upload-wrapper .file-upload-button:before,
.site-create .site-form-data .site-form-field .file-upload-wrapper .file-upload-button:after {
  position: absolute;
  top: 50%;
  content: "";
  width: 20px;
  height: 18px;
  background-color: #ffffff;
  border-radius: 50%;
}
.site-create .site-button-primary:before, .site-create .site-form-payment-wrapper .site-payment-buttons button:before, .site-form-payment-wrapper .site-payment-buttons .site-create button:before,
.site-create .site-form-data .site-form-buttons .site-form-button:before,
.site-create .site-form-data .site-form-field .file-upload-wrapper .file-upload-button:before {
  left: -20px;
  transform: translate(-50%, -50%);
}
.site-create .site-button-primary:after, .site-create .site-form-payment-wrapper .site-payment-buttons button:after, .site-form-payment-wrapper .site-payment-buttons .site-create button:after,
.site-create .site-form-data .site-form-buttons .site-form-button:after,
.site-create .site-form-data .site-form-field .file-upload-wrapper .file-upload-button:after {
  right: -20px;
  transform: translate(50%, -50%);
}
.site-create .site-button-primary:hover, .site-create .site-form-payment-wrapper .site-payment-buttons button:hover, .site-form-payment-wrapper .site-payment-buttons .site-create button:hover,
.site-create .site-form-data .site-form-buttons .site-form-button:hover,
.site-create .site-form-data .site-form-field .file-upload-wrapper .file-upload-button:hover {
  color: #A20074 !important;
  border: 1px solid #A20074;
  transition: all ease 1.2s;
}
.site-create .site-button-primary:hover span, .site-create .site-form-payment-wrapper .site-payment-buttons button:hover span, .site-form-payment-wrapper .site-payment-buttons .site-create button:hover span,
.site-create .site-form-data .site-form-buttons .site-form-button:hover span,
.site-create .site-form-data .site-form-field .file-upload-wrapper .file-upload-button:hover span {
  color: #A20074 !important;
}
.site-create .site-button-primary:hover:before, .site-create .site-form-payment-wrapper .site-payment-buttons button:hover:before, .site-form-payment-wrapper .site-payment-buttons .site-create button:hover:before,
.site-create .site-form-data .site-form-buttons .site-form-button:hover:before,
.site-create .site-form-data .site-form-field .file-upload-wrapper .file-upload-button:hover:before {
  animation: criss-cross-left 0.8s both;
  animation-direction: alternate;
}
.site-create .site-button-primary:hover:after, .site-create .site-form-payment-wrapper .site-payment-buttons button:hover:after, .site-form-payment-wrapper .site-payment-buttons .site-create button:hover:after,
.site-create .site-form-data .site-form-buttons .site-form-button:hover:after,
.site-create .site-form-data .site-form-field .file-upload-wrapper .file-upload-button:hover:after {
  animation: criss-cross-right 0.8s both;
  animation-direction: alternate;
}
@keyframes criss-cross-left {
  0% {
    left: -20px;
  }
  50% {
    left: 50%;
    width: 20px;
    height: 18px;
  }
  100% {
    left: 50%;
    width: 100%;
    height: 100%;
  }
}
@keyframes criss-cross-right {
  0% {
    right: -20px;
  }
  50% {
    right: 50%;
    width: 20px;
    height: 18px;
    border-radius: 50px;
  }
  100% {
    right: 50%;
    width: 100%;
    height: 100%;
    border-radius: 50px;
  }
}
.site-create .site-bookmark-button {
  position: relative;
  position: relative;
  display: inline-block;
  overflow: hidden;
  font-size: 18px;
  border: 1px solid #A20074;
  color: #ffffff;
  text-decoration: none;
  border-radius: 50px;
  padding: 3px 50px 5px;
  background: #A20074;
  transition: all ease 0.5s;
  line-height: 40px;
  text-decoration: none !important;
  margin: 20px 0 0;
}
.site-create .site-bookmark-button span {
  position: relative;
  z-index: 10;
}
.site-create .site-bookmark-button:before, .site-create .site-bookmark-button:after {
  position: absolute;
  top: 50%;
  content: "";
  width: 20px;
  height: 18px;
  background-color: #ffffff;
  border-radius: 50%;
}
.site-create .site-bookmark-button:before {
  left: -20px;
  transform: translate(-50%, -50%);
}
.site-create .site-bookmark-button:after {
  right: -20px;
  transform: translate(50%, -50%);
}
.site-create .site-bookmark-button:hover {
  color: #A20074 !important;
  border: 1px solid #A20074;
  transition: all ease 1.2s;
}
.site-create .site-bookmark-button:hover span {
  color: #A20074 !important;
}
.site-create .site-bookmark-button:hover:before {
  animation: criss-cross-left 0.8s both;
  animation-direction: alternate;
}
.site-create .site-bookmark-button:hover:after {
  animation: criss-cross-right 0.8s both;
  animation-direction: alternate;
}
@keyframes criss-cross-left {
  0% {
    left: -20px;
  }
  50% {
    left: 50%;
    width: 20px;
    height: 18px;
  }
  100% {
    left: 50%;
    width: 100%;
    height: 100%;
  }
}
@keyframes criss-cross-right {
  0% {
    right: -20px;
  }
  50% {
    right: 50%;
    width: 20px;
    height: 18px;
    border-radius: 50px;
  }
  100% {
    right: 50%;
    width: 100%;
    height: 100%;
    border-radius: 50px;
  }
}
.site-create .site-bookmark-button .site-bookmark-button-icon {
  position: relative;
  top: 3px;
  padding: 0 0 0 3px;
}
.site-create .site-bookmark-button .site-bookmark-button-icon:before {
  font-family: "site-icon" !important;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e917" !important;
  font-size: 20px;
}
.site-create .site-bookmark-button.site-bookmark-display-button-remove .site-bookmark-button-icon:before {
  content: "\e918" !important;
}
.site-create .site-button-secondary, .site-create .site-search-wrapper .site-search-block.site-search-option2 .site-search-button, .site-search-wrapper .site-search-block.site-search-option2 .site-create .site-search-button, .site-create .site-primary-button {
  position: relative;
  display: inline-block;
  overflow: hidden;
  font-size: 18px;
  border: 1px solid #414141;
  color: #ffffff;
  text-decoration: none;
  border-radius: 50px;
  padding: 3px 50px 5px;
  background: #414141;
  transition: all ease 0.5s;
  line-height: 40px;
  text-decoration: none !important;
}
.site-create .site-button-secondary span, .site-create .site-search-wrapper .site-search-block.site-search-option2 .site-search-button span, .site-search-wrapper .site-search-block.site-search-option2 .site-create .site-search-button span, .site-create .site-primary-button span {
  position: relative;
  z-index: 10;
}
.site-create .site-button-secondary:before, .site-create .site-search-wrapper .site-search-block.site-search-option2 .site-search-button:before, .site-search-wrapper .site-search-block.site-search-option2 .site-create .site-search-button:before, .site-create .site-button-secondary:after, .site-create .site-search-wrapper .site-search-block.site-search-option2 .site-search-button:after, .site-search-wrapper .site-search-block.site-search-option2 .site-create .site-search-button:after, .site-create .site-primary-button:before, .site-create .site-primary-button:after {
  position: absolute;
  top: 50%;
  content: "";
  width: 20px;
  height: 18px;
  background-color: #ffffff;
  border-radius: 50%;
}
.site-create .site-button-secondary:before, .site-create .site-search-wrapper .site-search-block.site-search-option2 .site-search-button:before, .site-search-wrapper .site-search-block.site-search-option2 .site-create .site-search-button:before, .site-create .site-primary-button:before {
  left: -20px;
  transform: translate(-50%, -50%);
}
.site-create .site-button-secondary:after, .site-create .site-search-wrapper .site-search-block.site-search-option2 .site-search-button:after, .site-search-wrapper .site-search-block.site-search-option2 .site-create .site-search-button:after, .site-create .site-primary-button:after {
  right: -20px;
  transform: translate(50%, -50%);
}
.site-create .site-button-secondary:hover, .site-create .site-search-wrapper .site-search-block.site-search-option2 .site-search-button:hover, .site-search-wrapper .site-search-block.site-search-option2 .site-create .site-search-button:hover, .site-create .site-primary-button:hover {
  color: #414141 !important;
  border: 1px solid #414141;
  transition: all ease 1.2s;
}
.site-create .site-button-secondary:hover span, .site-create .site-search-wrapper .site-search-block.site-search-option2 .site-search-button:hover span, .site-search-wrapper .site-search-block.site-search-option2 .site-create .site-search-button:hover span, .site-create .site-primary-button:hover span {
  color: #414141 !important;
}
.site-create .site-button-secondary:hover:before, .site-create .site-search-wrapper .site-search-block.site-search-option2 .site-search-button:hover:before, .site-search-wrapper .site-search-block.site-search-option2 .site-create .site-search-button:hover:before, .site-create .site-primary-button:hover:before {
  animation: criss-cross-left 0.8s both;
  animation-direction: alternate;
}
.site-create .site-button-secondary:hover:after, .site-create .site-search-wrapper .site-search-block.site-search-option2 .site-search-button:hover:after, .site-search-wrapper .site-search-block.site-search-option2 .site-create .site-search-button:hover:after, .site-create .site-primary-button:hover:after {
  animation: criss-cross-right 0.8s both;
  animation-direction: alternate;
}
@keyframes criss-cross-left {
  0% {
    left: -20px;
  }
  50% {
    left: 50%;
    width: 20px;
    height: 18px;
  }
  100% {
    left: 50%;
    width: 100%;
    height: 100%;
  }
}
@keyframes criss-cross-right {
  0% {
    right: -20px;
  }
  50% {
    right: 50%;
    width: 20px;
    height: 18px;
    border-radius: 50px;
  }
  100% {
    right: 50%;
    width: 100%;
    height: 100%;
    border-radius: 50px;
  }
}
.site-create .site-button-full-primary {
  position: relative;
  display: inline-block;
  overflow: hidden;
  font-size: 18px;
  border: 1px solid #A20074;
  color: #ffffff;
  text-decoration: none;
  border-radius: 50px;
  padding: 3px 50px 5px;
  background: #A20074;
  transition: all ease 0.5s;
  line-height: 40px;
  text-decoration: none !important;
  display: block;
  width: 100%;
  text-align: center;
}
.site-create .site-button-full-primary span {
  position: relative;
  z-index: 10;
}
.site-create .site-button-full-primary:before, .site-create .site-button-full-primary:after {
  position: absolute;
  top: 50%;
  content: "";
  width: 20px;
  height: 18px;
  background-color: #ffffff;
  border-radius: 50%;
}
.site-create .site-button-full-primary:before {
  left: -20px;
  transform: translate(-50%, -50%);
}
.site-create .site-button-full-primary:after {
  right: -20px;
  transform: translate(50%, -50%);
}
.site-create .site-button-full-primary:hover {
  color: #A20074 !important;
  border: 1px solid #A20074;
  transition: all ease 1.2s;
}
.site-create .site-button-full-primary:hover span {
  color: #A20074 !important;
}
.site-create .site-button-full-primary:hover:before {
  animation: criss-cross-left 0.8s both;
  animation-direction: alternate;
}
.site-create .site-button-full-primary:hover:after {
  animation: criss-cross-right 0.8s both;
  animation-direction: alternate;
}
@keyframes criss-cross-left {
  0% {
    left: -20px;
  }
  50% {
    left: 50%;
    width: 20px;
    height: 18px;
  }
  100% {
    left: 50%;
    width: 100%;
    height: 100%;
  }
}
@keyframes criss-cross-right {
  0% {
    right: -20px;
  }
  50% {
    right: 50%;
    width: 20px;
    height: 18px;
    border-radius: 50px;
  }
  100% {
    right: 50%;
    width: 100%;
    height: 100%;
    border-radius: 50px;
  }
}
.site-create .site-button-full-secondary {
  position: relative;
  display: inline-block;
  overflow: hidden;
  font-size: 18px;
  border: 1px solid #414141;
  color: #ffffff;
  text-decoration: none;
  border-radius: 50px;
  padding: 3px 50px 5px;
  background: #414141;
  transition: all ease 0.5s;
  line-height: 40px;
  text-decoration: none !important;
  display: block;
  width: 100%;
  text-align: center;
}
.site-create .site-button-full-secondary span {
  position: relative;
  z-index: 10;
}
.site-create .site-button-full-secondary:before, .site-create .site-button-full-secondary:after {
  position: absolute;
  top: 50%;
  content: "";
  width: 20px;
  height: 18px;
  background-color: #ffffff;
  border-radius: 50%;
}
.site-create .site-button-full-secondary:before {
  left: -20px;
  transform: translate(-50%, -50%);
}
.site-create .site-button-full-secondary:after {
  right: -20px;
  transform: translate(50%, -50%);
}
.site-create .site-button-full-secondary:hover {
  color: #414141 !important;
  border: 1px solid #414141;
  transition: all ease 1.2s;
}
.site-create .site-button-full-secondary:hover span {
  color: #414141 !important;
}
.site-create .site-button-full-secondary:hover:before {
  animation: criss-cross-left 0.8s both;
  animation-direction: alternate;
}
.site-create .site-button-full-secondary:hover:after {
  animation: criss-cross-right 0.8s both;
  animation-direction: alternate;
}
@keyframes criss-cross-left {
  0% {
    left: -20px;
  }
  50% {
    left: 50%;
    width: 20px;
    height: 18px;
  }
  100% {
    left: 50%;
    width: 100%;
    height: 100%;
  }
}
@keyframes criss-cross-right {
  0% {
    right: -20px;
  }
  50% {
    right: 50%;
    width: 20px;
    height: 18px;
    border-radius: 50px;
  }
  100% {
    right: 50%;
    width: 100%;
    height: 100%;
    border-radius: 50px;
  }
}
.site-create .site-button-big-primary {
  position: relative;
  display: inline-block;
  overflow: hidden;
  font-size: 18px;
  border: 1px solid #A20074;
  color: #ffffff;
  text-decoration: none;
  border-radius: 50px;
  padding: 3px 50px 5px;
  background: #A20074;
  transition: all ease 0.5s;
  line-height: 40px;
  text-decoration: none !important;
  padding: 22px 50px 25px;
  font-size: 25px;
}
.site-create .site-button-big-primary span {
  position: relative;
  z-index: 10;
}
.site-create .site-button-big-primary:before, .site-create .site-button-big-primary:after {
  position: absolute;
  top: 50%;
  content: "";
  width: 20px;
  height: 18px;
  background-color: #ffffff;
  border-radius: 50%;
}
.site-create .site-button-big-primary:before {
  left: -20px;
  transform: translate(-50%, -50%);
}
.site-create .site-button-big-primary:after {
  right: -20px;
  transform: translate(50%, -50%);
}
.site-create .site-button-big-primary:hover {
  color: #A20074 !important;
  border: 1px solid #A20074;
  transition: all ease 1.2s;
}
.site-create .site-button-big-primary:hover span {
  color: #A20074 !important;
}
.site-create .site-button-big-primary:hover:before {
  animation: criss-cross-left 0.8s both;
  animation-direction: alternate;
}
.site-create .site-button-big-primary:hover:after {
  animation: criss-cross-right 0.8s both;
  animation-direction: alternate;
}
@keyframes criss-cross-left {
  0% {
    left: -20px;
  }
  50% {
    left: 50%;
    width: 20px;
    height: 18px;
  }
  100% {
    left: 50%;
    width: 100%;
    height: 100%;
  }
}
@keyframes criss-cross-right {
  0% {
    right: -20px;
  }
  50% {
    right: 50%;
    width: 20px;
    height: 18px;
    border-radius: 50px;
  }
  100% {
    right: 50%;
    width: 100%;
    height: 100%;
    border-radius: 50px;
  }
}
.site-create .site-button-big-secondary {
  position: relative;
  display: inline-block;
  overflow: hidden;
  font-size: 18px;
  border: 1px solid #414141;
  color: #ffffff;
  text-decoration: none;
  border-radius: 50px;
  padding: 3px 50px 5px;
  background: #414141;
  transition: all ease 0.5s;
  line-height: 40px;
  text-decoration: none !important;
  padding: 22px 50px 25px;
  font-size: 25px;
}
.site-create .site-button-big-secondary span {
  position: relative;
  z-index: 10;
}
.site-create .site-button-big-secondary:before, .site-create .site-button-big-secondary:after {
  position: absolute;
  top: 50%;
  content: "";
  width: 20px;
  height: 18px;
  background-color: #ffffff;
  border-radius: 50%;
}
.site-create .site-button-big-secondary:before {
  left: -20px;
  transform: translate(-50%, -50%);
}
.site-create .site-button-big-secondary:after {
  right: -20px;
  transform: translate(50%, -50%);
}
.site-create .site-button-big-secondary:hover {
  color: #414141 !important;
  border: 1px solid #414141;
  transition: all ease 1.2s;
}
.site-create .site-button-big-secondary:hover span {
  color: #414141 !important;
}
.site-create .site-button-big-secondary:hover:before {
  animation: criss-cross-left 0.8s both;
  animation-direction: alternate;
}
.site-create .site-button-big-secondary:hover:after {
  animation: criss-cross-right 0.8s both;
  animation-direction: alternate;
}
@keyframes criss-cross-left {
  0% {
    left: -20px;
  }
  50% {
    left: 50%;
    width: 20px;
    height: 18px;
  }
  100% {
    left: 50%;
    width: 100%;
    height: 100%;
  }
}
@keyframes criss-cross-right {
  0% {
    right: -20px;
  }
  50% {
    right: 50%;
    width: 20px;
    height: 18px;
    border-radius: 50px;
  }
  100% {
    right: 50%;
    width: 100%;
    height: 100%;
    border-radius: 50px;
  }
}
.site-create .site-button-heart {
  position: relative;
  display: inline-block;
}
@media (max-width: 599px) {
  .site-create .site-button-heart {
    margin: 0 0 10px;
  }
}
.site-create .site-button-heart span {
  background: #FFF500;
  color: #000000;
  border-radius: 50px;
  padding: 3px 50px 5px;
  display: inline-block;
  line-height: 40px;
  position: relative;
  z-index: 2;
  border: 1px solid #FFF500;
}
.site-create .site-button-heart .site-icon-heart {
  position: absolute;
  top: 0px;
  color: #FF2689;
  font-size: 25px;
  z-index: 0;
}
.site-create .site-button-heart .site-icon-heart:nth-of-type(1) {
  left: calc(50% - 50px);
  scale: 1.1;
}
.site-create .site-button-heart .site-icon-heart:nth-of-type(2) {
  left: calc(50% - 25px);
  animation-delay: 0.4s !important;
}
.site-create .site-button-heart .site-icon-heart:nth-of-type(3) {
  left: 50%;
  animation-delay: 1s !important;
  scale: 1.2;
}
.site-create .site-button-heart .site-icon-heart:nth-of-type(4) {
  left: calc(50% + 25px);
  animation-delay: 1.5s !important;
  scale: 1.2;
}
.site-create .site-button-heart:hover span {
  background: #ffffff;
  border: 1px solid #000000;
}
.site-create .site-button-heart:hover .site-icon-heart {
  animation: 1.5s linear heart normal;
}
@keyframes heart {
  0% {
    transform: rotate(10deg);
    opacity: 0;
  }
  25% {
    transform: rotate(-10deg);
    opacity: 1;
  }
  75% {
    transform: rotate(10deg);
    opacity: 0.5;
  }
  100% {
    transform: rotate(-10deg);
    opacity: 0;
    top: -130%;
  }
}
.site-create .box {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--accent-color);
  color: #fff;
  border-radius: 50px;
  position: relative;
}
.site-create .counter-container {
  padding: 30px;
}
.site-create blockquote, .site-create q {
  padding: 85px 75px;
  position: relative;
  margin: 80px 0 !important;
  border-radius: 20px;
  text-align: left;
  font-size: 18px !important;
  line-height: 30px !important;
}
@media (max-width: 599px) {
  .site-create blockquote, .site-create q {
    padding: 40px 20px;
  }
}
.site-create blockquote:after, .site-create q:after {
  font-family: "site-icon" !important;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e903" !important;
  display: block;
  position: absolute;
  background-size: 100%;
  top: -20px;
  left: 75px;
  font-size: 70px;
  color: #000000;
}
@media (max-width: 599px) {
  .site-create blockquote:after, .site-create q:after {
    left: 25px;
    font-size: 50px;
  }
}
.site-create blockquote:before, .site-create q:before {
  font-family: "site-icon" !important;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e919" !important;
  display: block;
  position: absolute;
  background-size: 100%;
  bottom: -20px;
  right: 75px;
  font-size: 70px;
  color: #000000;
}
@media (max-width: 599px) {
  .site-create blockquote:before, .site-create q:before {
    right: 25px;
    font-size: 50px;
  }
}
.site-create q {
  border: 5px solid #000000;
  color: #000000;
}
.site-create q:after, .site-create q:before {
  color: #A20074;
}
.site-create blockquote {
  background: #A20074;
  color: #ffffff;
}
.site-create .cms-text-feature .cms-text-feature-data {
  line-height: normal;
}
.site-create .cms-text-feature .cms-text-feature-data p {
  line-height: 30px;
  font-size: 18px;
  margin: 0 0 20px;
}
.site-create .cms-text-feature .cms-text-feature-data p:last-child {
  margin: 0;
}
.site-create .cms-text-feature .cms-text-feature-data q, .site-create .cms-text-feature .cms-text-feature-data blockquote {
  text-align: left;
}
.site-create .cms-text-feature .cms-text-feature-data ul, .site-create .cms-text-feature .cms-text-feature-data ol {
  list-style-position: outside;
}
.site-create .cms-text-feature .cms-text-feature-data ul li, .site-create .cms-text-feature .cms-text-feature-data ol li {
  line-height: 30px;
  font-size: 18px;
  margin: 0 0 20px;
}
.site-create .cms-text-feature .cms-text-feature-data ul li:last-child, .site-create .cms-text-feature .cms-text-feature-data ol li:last-child {
  margin: 0;
}
.site-create .cms-text-feature .cms-text-feature-data ol {
  list-style: none;
  counter-reset: li;
}
.site-create .cms-text-feature .cms-text-feature-data ol li {
  position: relative;
  counter-increment: li;
  padding: 0 0 0 12px;
}
.site-create .cms-text-feature .cms-text-feature-data ol li::before {
  content: counter(li);
  color: #A20074;
  font-size: 20px;
  position: absolute;
  left: -20px;
  top: 0px;
  width: 17px;
  text-align: left;
}
.site-create .cms-text-feature .cms-text-feature-data ul li {
  list-style: none;
  position: relative;
  padding: 0 0 0 12px;
}
.site-create .cms-text-feature .cms-text-feature-data ul li:before {
  content: "";
  width: 20px;
  height: 18px;
  background: #A20074;
  border-radius: 100%;
  position: absolute;
  left: -20px;
  top: 10px;
  transform: rotate(-30deg);
}
.site-create .cms-text-feature .cms-text-feature-data hr {
  margin: 30px 0 20px;
}
.site-create .cms-text-feature .cms-text-feature-data a1 {
  color: #A20074;
}
.site-create .cms-text-feature .cms-text-feature-data a1.no-link-style {
  border-bottom: none !important;
  color: #A20074;
}
.site-create .cms-text-feature .cms-text-feature-data a1.no-link-style:hover {
  color: #414141;
}
.site-create .cms-text-feature .cms-text-feature-data a1:hover {
  color: #414141;
  border-bottom: 1px solid #414141;
}
.site-create .site-color-text {
  color: #414141 !important;
}
.site-create .site-color-text-wrapper .cms-feature-title {
  color: #414141 !important;
}
.site-create .site-color-primary {
  color: #A20074 !important;
}
.site-create .site-color-primary-wrapper .cms-feature-title {
  color: #A20074 !important;
}
.site-create .site-color-secondary {
  color: #ffffff !important;
}
.site-create .site-color-secondary-wrapper .cms-feature-title {
  color: #ffffff !important;
}
.site-create .site-color-light {
  color: #f1f1f1 !important;
}
.site-create .site-color-light-wrapper .cms-feature-title {
  color: #f1f1f1 !important;
}
.site-create .site-color-black {
  color: #000000 !important;
}
.site-create .site-color-black * {
  color: #000000 !important;
}
.site-create .site-color-black-wrapper .cms-feature-title {
  color: #000000 !important;
}
.site-create .site-color-black-wrapper .cms-feature-title * {
  color: #000000 !important;
}
.site-create .site-color-white {
  color: #ffffff !important;
}
.site-create .site-color-white var {
  color: #ffffff;
}
.site-create .site-color-white *:not(var):not(var *) {
  color: #ffffff !important;
}
.site-create .site-color-white *:not(var):not(var *).site-button-secondary:hover, .site-create .site-color-white .site-search-wrapper .site-search-block.site-search-option2 *.site-search-button:not(var):not(var *):hover, .site-search-wrapper .site-search-block.site-search-option2 .site-create .site-color-white *.site-search-button:not(var):not(var *):hover {
  color: #414141 !important;
}
.site-create .site-color-white *:not(var):not(var *).site-button-secondary:hover span, .site-create .site-color-white .site-search-wrapper .site-search-block.site-search-option2 *.site-search-button:not(var):not(var *):hover span, .site-search-wrapper .site-search-block.site-search-option2 .site-create .site-color-white *.site-search-button:not(var):not(var *):hover span {
  color: #414141 !important;
}
.site-create .site-color-white-wrapper .cms-feature-title {
  color: #ffffff !important;
}
.site-create .site-bg-text, .site-create .site-bg-text-wrapper, .site-create .site-bg .cms-feature-title {
  background: #414141 !important;
}
.site-create .site-bg-primary, .site-create .site-bg-primary-wrapper, .site-create .site-bg .cms-feature-title {
  background: #A20074 !important;
}
.site-create .site-bg-secondary, .site-create .site-bg-secondary-wrapper, .site-create .site-bg .cms-feature-title {
  background: #ffffff !important;
}
.site-create .site-bg-light, .site-create .site-bg-light-wrapper, .site-create .site-bg .cms-feature-title {
  background: #dfdfdf !important;
}
.site-create .site-bg-black, .site-create .site-bg-black-wrapper, .site-create .site-bg .cms-feature-title {
  background: #000000 !important;
}
.site-create .site-bg-white, .site-create .site-bg-white-wrapper, .site-create .site-bg .cms-feature-title {
  background: #ffffff !important;
}
.site-create .border-color-primary {
  border-color: #A20074;
}
.site-create .border-color-secondary {
  border-color: #ffffff;
}
.site-create .border-color-tertiary {
  border-color: #414141;
}
.site-create .border-color-white {
  border-color: #ffffff;
}
.site-create .border-color-light {
  border-color: #f1f1f1;
}
.site-create .border-color-black {
  border-color: #000000;
}
.site-create .border-bg-primary {
  background: #A20074;
}
.site-create .border-bg-secondary {
  background: #ffffff;
}
.site-create .border-bg-tertiary {
  background: #414141;
}
.site-create .border-bg-white {
  background: #ffffff;
}
.site-create .border-bg-light {
  background: #f1f1f1;
}
.site-create .border-bg-black {
  background: #000000;
}
.site-create a {
  color: #A20074;
}
.site-create a:hover, .site-create a:focus {
  color: #414141;
}
.site-create .cms-feature-datablock a {
  text-decoration: underline;
}
.site-create hr {
  margin: 0 auto 10px;
  border-top: 1px solid #A20074 !important;
}

.site-explore var {
  background: #FF6300;
  padding: 15px 40px;
  text-transform: uppercase;
  font-style: normal;
  font-weight: bold;
  letter-spacing: -2.5px;
  font-size: 40px;
  color: #ffffff;
  display: inline-block;
  box-shadow: 8px 14px 17px -7px rgba(0, 0, 0, 0.5);
  line-height: 30px;
  font-family: "brother-1816", sans-serif;
}
@media (max-width: 1299px) {
  .site-explore var {
    line-height: 40px;
  }
}
@media (max-width: 599px) {
  .site-explore var {
    font-size: 20px;
    line-height: 20px;
    letter-spacing: -1.5px;
    padding: 10px 30px;
  }
}
.site-explore .site-posted-block {
  font-size: 16px;
  color: #000000;
  position: relative;
  padding: 0 0 0 60px;
  height: 50px;
  line-height: 50px;
  margin: 0;
}
.site-explore .site-posted-block:before {
  display: block;
  height: 40px;
  width: 40px;
  border-radius: 100%;
  background: #FF6300;
  color: #ffffff;
  position: absolute;
  left: 2px;
  top: 0;
  font-family: "gelato-luxe";
  font-size: 33px;
  text-align: center;
  line-height: 32px;
  font-weight: bold;
  animation: postedby 2s infinite;
  bottom: 0;
  margin: auto;
}
.site-explore .site-posted-block a {
  border-bottom: 1px solid;
  color: #000000;
  text-decoration: none;
}
@keyframes postedby {
  from, to {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
  }
}
.site-explore .site-button-primary, .site-explore .site-form-payment-wrapper .site-payment-buttons button, .site-form-payment-wrapper .site-payment-buttons .site-explore button,
.site-explore .site-form-data .site-form-buttons .site-form-button,
.site-explore .site-form-data .site-form-field .file-upload-wrapper .file-upload-button {
  position: relative;
  display: inline-block;
  overflow: hidden;
  font-size: 18px;
  border: 1px solid #FF6300;
  color: #ffffff;
  text-decoration: none;
  border-radius: 50px;
  padding: 3px 50px 5px;
  background: #FF6300;
  transition: all ease 0.5s;
  line-height: 40px;
  text-decoration: none !important;
}
.site-explore .site-button-primary span, .site-explore .site-form-payment-wrapper .site-payment-buttons button span, .site-form-payment-wrapper .site-payment-buttons .site-explore button span,
.site-explore .site-form-data .site-form-buttons .site-form-button span,
.site-explore .site-form-data .site-form-field .file-upload-wrapper .file-upload-button span {
  position: relative;
  z-index: 10;
}
.site-explore .site-button-primary:before, .site-explore .site-form-payment-wrapper .site-payment-buttons button:before, .site-form-payment-wrapper .site-payment-buttons .site-explore button:before, .site-explore .site-button-primary:after, .site-explore .site-form-payment-wrapper .site-payment-buttons button:after, .site-form-payment-wrapper .site-payment-buttons .site-explore button:after,
.site-explore .site-form-data .site-form-buttons .site-form-button:before,
.site-explore .site-form-data .site-form-buttons .site-form-button:after,
.site-explore .site-form-data .site-form-field .file-upload-wrapper .file-upload-button:before,
.site-explore .site-form-data .site-form-field .file-upload-wrapper .file-upload-button:after {
  position: absolute;
  top: 50%;
  content: "";
  width: 20px;
  height: 18px;
  background-color: #ffffff;
  border-radius: 50%;
}
.site-explore .site-button-primary:before, .site-explore .site-form-payment-wrapper .site-payment-buttons button:before, .site-form-payment-wrapper .site-payment-buttons .site-explore button:before,
.site-explore .site-form-data .site-form-buttons .site-form-button:before,
.site-explore .site-form-data .site-form-field .file-upload-wrapper .file-upload-button:before {
  left: -20px;
  transform: translate(-50%, -50%);
}
.site-explore .site-button-primary:after, .site-explore .site-form-payment-wrapper .site-payment-buttons button:after, .site-form-payment-wrapper .site-payment-buttons .site-explore button:after,
.site-explore .site-form-data .site-form-buttons .site-form-button:after,
.site-explore .site-form-data .site-form-field .file-upload-wrapper .file-upload-button:after {
  right: -20px;
  transform: translate(50%, -50%);
}
.site-explore .site-button-primary:hover, .site-explore .site-form-payment-wrapper .site-payment-buttons button:hover, .site-form-payment-wrapper .site-payment-buttons .site-explore button:hover,
.site-explore .site-form-data .site-form-buttons .site-form-button:hover,
.site-explore .site-form-data .site-form-field .file-upload-wrapper .file-upload-button:hover {
  color: #FF6300 !important;
  border: 1px solid #FF6300;
  transition: all ease 1.2s;
}
.site-explore .site-button-primary:hover span, .site-explore .site-form-payment-wrapper .site-payment-buttons button:hover span, .site-form-payment-wrapper .site-payment-buttons .site-explore button:hover span,
.site-explore .site-form-data .site-form-buttons .site-form-button:hover span,
.site-explore .site-form-data .site-form-field .file-upload-wrapper .file-upload-button:hover span {
  color: #FF6300 !important;
}
.site-explore .site-button-primary:hover:before, .site-explore .site-form-payment-wrapper .site-payment-buttons button:hover:before, .site-form-payment-wrapper .site-payment-buttons .site-explore button:hover:before,
.site-explore .site-form-data .site-form-buttons .site-form-button:hover:before,
.site-explore .site-form-data .site-form-field .file-upload-wrapper .file-upload-button:hover:before {
  animation: criss-cross-left 0.8s both;
  animation-direction: alternate;
}
.site-explore .site-button-primary:hover:after, .site-explore .site-form-payment-wrapper .site-payment-buttons button:hover:after, .site-form-payment-wrapper .site-payment-buttons .site-explore button:hover:after,
.site-explore .site-form-data .site-form-buttons .site-form-button:hover:after,
.site-explore .site-form-data .site-form-field .file-upload-wrapper .file-upload-button:hover:after {
  animation: criss-cross-right 0.8s both;
  animation-direction: alternate;
}
@keyframes criss-cross-left {
  0% {
    left: -20px;
  }
  50% {
    left: 50%;
    width: 20px;
    height: 18px;
  }
  100% {
    left: 50%;
    width: 100%;
    height: 100%;
  }
}
@keyframes criss-cross-right {
  0% {
    right: -20px;
  }
  50% {
    right: 50%;
    width: 20px;
    height: 18px;
    border-radius: 50px;
  }
  100% {
    right: 50%;
    width: 100%;
    height: 100%;
    border-radius: 50px;
  }
}
.site-explore .site-bookmark-button {
  position: relative;
  position: relative;
  display: inline-block;
  overflow: hidden;
  font-size: 18px;
  border: 1px solid #FF6300;
  color: #ffffff;
  text-decoration: none;
  border-radius: 50px;
  padding: 3px 50px 5px;
  background: #FF6300;
  transition: all ease 0.5s;
  line-height: 40px;
  text-decoration: none !important;
  margin: 20px 0 0;
}
.site-explore .site-bookmark-button span {
  position: relative;
  z-index: 10;
}
.site-explore .site-bookmark-button:before, .site-explore .site-bookmark-button:after {
  position: absolute;
  top: 50%;
  content: "";
  width: 20px;
  height: 18px;
  background-color: #ffffff;
  border-radius: 50%;
}
.site-explore .site-bookmark-button:before {
  left: -20px;
  transform: translate(-50%, -50%);
}
.site-explore .site-bookmark-button:after {
  right: -20px;
  transform: translate(50%, -50%);
}
.site-explore .site-bookmark-button:hover {
  color: #FF6300 !important;
  border: 1px solid #FF6300;
  transition: all ease 1.2s;
}
.site-explore .site-bookmark-button:hover span {
  color: #FF6300 !important;
}
.site-explore .site-bookmark-button:hover:before {
  animation: criss-cross-left 0.8s both;
  animation-direction: alternate;
}
.site-explore .site-bookmark-button:hover:after {
  animation: criss-cross-right 0.8s both;
  animation-direction: alternate;
}
@keyframes criss-cross-left {
  0% {
    left: -20px;
  }
  50% {
    left: 50%;
    width: 20px;
    height: 18px;
  }
  100% {
    left: 50%;
    width: 100%;
    height: 100%;
  }
}
@keyframes criss-cross-right {
  0% {
    right: -20px;
  }
  50% {
    right: 50%;
    width: 20px;
    height: 18px;
    border-radius: 50px;
  }
  100% {
    right: 50%;
    width: 100%;
    height: 100%;
    border-radius: 50px;
  }
}
.site-explore .site-bookmark-button .site-bookmark-button-icon {
  position: relative;
  top: 3px;
  padding: 0 0 0 3px;
}
.site-explore .site-bookmark-button .site-bookmark-button-icon:before {
  font-family: "site-icon" !important;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e917" !important;
  font-size: 20px;
}
.site-explore .site-bookmark-button.site-bookmark-display-button-remove .site-bookmark-button-icon:before {
  content: "\e918" !important;
}
.site-explore .site-button-secondary, .site-explore .site-search-wrapper .site-search-block.site-search-option2 .site-search-button, .site-search-wrapper .site-search-block.site-search-option2 .site-explore .site-search-button, .site-explore .site-primary-button {
  position: relative;
  display: inline-block;
  overflow: hidden;
  font-size: 18px;
  border: 1px solid #414141;
  color: #ffffff;
  text-decoration: none;
  border-radius: 50px;
  padding: 3px 50px 5px;
  background: #414141;
  transition: all ease 0.5s;
  line-height: 40px;
  text-decoration: none !important;
}
.site-explore .site-button-secondary span, .site-explore .site-search-wrapper .site-search-block.site-search-option2 .site-search-button span, .site-search-wrapper .site-search-block.site-search-option2 .site-explore .site-search-button span, .site-explore .site-primary-button span {
  position: relative;
  z-index: 10;
}
.site-explore .site-button-secondary:before, .site-explore .site-search-wrapper .site-search-block.site-search-option2 .site-search-button:before, .site-search-wrapper .site-search-block.site-search-option2 .site-explore .site-search-button:before, .site-explore .site-button-secondary:after, .site-explore .site-search-wrapper .site-search-block.site-search-option2 .site-search-button:after, .site-search-wrapper .site-search-block.site-search-option2 .site-explore .site-search-button:after, .site-explore .site-primary-button:before, .site-explore .site-primary-button:after {
  position: absolute;
  top: 50%;
  content: "";
  width: 20px;
  height: 18px;
  background-color: #ffffff;
  border-radius: 50%;
}
.site-explore .site-button-secondary:before, .site-explore .site-search-wrapper .site-search-block.site-search-option2 .site-search-button:before, .site-search-wrapper .site-search-block.site-search-option2 .site-explore .site-search-button:before, .site-explore .site-primary-button:before {
  left: -20px;
  transform: translate(-50%, -50%);
}
.site-explore .site-button-secondary:after, .site-explore .site-search-wrapper .site-search-block.site-search-option2 .site-search-button:after, .site-search-wrapper .site-search-block.site-search-option2 .site-explore .site-search-button:after, .site-explore .site-primary-button:after {
  right: -20px;
  transform: translate(50%, -50%);
}
.site-explore .site-button-secondary:hover, .site-explore .site-search-wrapper .site-search-block.site-search-option2 .site-search-button:hover, .site-search-wrapper .site-search-block.site-search-option2 .site-explore .site-search-button:hover, .site-explore .site-primary-button:hover {
  color: #414141 !important;
  border: 1px solid #414141;
  transition: all ease 1.2s;
}
.site-explore .site-button-secondary:hover span, .site-explore .site-search-wrapper .site-search-block.site-search-option2 .site-search-button:hover span, .site-search-wrapper .site-search-block.site-search-option2 .site-explore .site-search-button:hover span, .site-explore .site-primary-button:hover span {
  color: #414141 !important;
}
.site-explore .site-button-secondary:hover:before, .site-explore .site-search-wrapper .site-search-block.site-search-option2 .site-search-button:hover:before, .site-search-wrapper .site-search-block.site-search-option2 .site-explore .site-search-button:hover:before, .site-explore .site-primary-button:hover:before {
  animation: criss-cross-left 0.8s both;
  animation-direction: alternate;
}
.site-explore .site-button-secondary:hover:after, .site-explore .site-search-wrapper .site-search-block.site-search-option2 .site-search-button:hover:after, .site-search-wrapper .site-search-block.site-search-option2 .site-explore .site-search-button:hover:after, .site-explore .site-primary-button:hover:after {
  animation: criss-cross-right 0.8s both;
  animation-direction: alternate;
}
@keyframes criss-cross-left {
  0% {
    left: -20px;
  }
  50% {
    left: 50%;
    width: 20px;
    height: 18px;
  }
  100% {
    left: 50%;
    width: 100%;
    height: 100%;
  }
}
@keyframes criss-cross-right {
  0% {
    right: -20px;
  }
  50% {
    right: 50%;
    width: 20px;
    height: 18px;
    border-radius: 50px;
  }
  100% {
    right: 50%;
    width: 100%;
    height: 100%;
    border-radius: 50px;
  }
}
.site-explore .site-button-full-primary {
  position: relative;
  display: inline-block;
  overflow: hidden;
  font-size: 18px;
  border: 1px solid #FF6300;
  color: #ffffff;
  text-decoration: none;
  border-radius: 50px;
  padding: 3px 50px 5px;
  background: #FF6300;
  transition: all ease 0.5s;
  line-height: 40px;
  text-decoration: none !important;
  display: block;
  width: 100%;
  text-align: center;
}
.site-explore .site-button-full-primary span {
  position: relative;
  z-index: 10;
}
.site-explore .site-button-full-primary:before, .site-explore .site-button-full-primary:after {
  position: absolute;
  top: 50%;
  content: "";
  width: 20px;
  height: 18px;
  background-color: #ffffff;
  border-radius: 50%;
}
.site-explore .site-button-full-primary:before {
  left: -20px;
  transform: translate(-50%, -50%);
}
.site-explore .site-button-full-primary:after {
  right: -20px;
  transform: translate(50%, -50%);
}
.site-explore .site-button-full-primary:hover {
  color: #FF6300 !important;
  border: 1px solid #FF6300;
  transition: all ease 1.2s;
}
.site-explore .site-button-full-primary:hover span {
  color: #FF6300 !important;
}
.site-explore .site-button-full-primary:hover:before {
  animation: criss-cross-left 0.8s both;
  animation-direction: alternate;
}
.site-explore .site-button-full-primary:hover:after {
  animation: criss-cross-right 0.8s both;
  animation-direction: alternate;
}
@keyframes criss-cross-left {
  0% {
    left: -20px;
  }
  50% {
    left: 50%;
    width: 20px;
    height: 18px;
  }
  100% {
    left: 50%;
    width: 100%;
    height: 100%;
  }
}
@keyframes criss-cross-right {
  0% {
    right: -20px;
  }
  50% {
    right: 50%;
    width: 20px;
    height: 18px;
    border-radius: 50px;
  }
  100% {
    right: 50%;
    width: 100%;
    height: 100%;
    border-radius: 50px;
  }
}
.site-explore .site-button-full-secondary {
  position: relative;
  display: inline-block;
  overflow: hidden;
  font-size: 18px;
  border: 1px solid #414141;
  color: #ffffff;
  text-decoration: none;
  border-radius: 50px;
  padding: 3px 50px 5px;
  background: #414141;
  transition: all ease 0.5s;
  line-height: 40px;
  text-decoration: none !important;
  display: block;
  width: 100%;
  text-align: center;
}
.site-explore .site-button-full-secondary span {
  position: relative;
  z-index: 10;
}
.site-explore .site-button-full-secondary:before, .site-explore .site-button-full-secondary:after {
  position: absolute;
  top: 50%;
  content: "";
  width: 20px;
  height: 18px;
  background-color: #ffffff;
  border-radius: 50%;
}
.site-explore .site-button-full-secondary:before {
  left: -20px;
  transform: translate(-50%, -50%);
}
.site-explore .site-button-full-secondary:after {
  right: -20px;
  transform: translate(50%, -50%);
}
.site-explore .site-button-full-secondary:hover {
  color: #414141 !important;
  border: 1px solid #414141;
  transition: all ease 1.2s;
}
.site-explore .site-button-full-secondary:hover span {
  color: #414141 !important;
}
.site-explore .site-button-full-secondary:hover:before {
  animation: criss-cross-left 0.8s both;
  animation-direction: alternate;
}
.site-explore .site-button-full-secondary:hover:after {
  animation: criss-cross-right 0.8s both;
  animation-direction: alternate;
}
@keyframes criss-cross-left {
  0% {
    left: -20px;
  }
  50% {
    left: 50%;
    width: 20px;
    height: 18px;
  }
  100% {
    left: 50%;
    width: 100%;
    height: 100%;
  }
}
@keyframes criss-cross-right {
  0% {
    right: -20px;
  }
  50% {
    right: 50%;
    width: 20px;
    height: 18px;
    border-radius: 50px;
  }
  100% {
    right: 50%;
    width: 100%;
    height: 100%;
    border-radius: 50px;
  }
}
.site-explore .site-button-big-primary {
  position: relative;
  display: inline-block;
  overflow: hidden;
  font-size: 18px;
  border: 1px solid #FF6300;
  color: #ffffff;
  text-decoration: none;
  border-radius: 50px;
  padding: 3px 50px 5px;
  background: #FF6300;
  transition: all ease 0.5s;
  line-height: 40px;
  text-decoration: none !important;
  padding: 22px 50px 25px;
  font-size: 25px;
}
.site-explore .site-button-big-primary span {
  position: relative;
  z-index: 10;
}
.site-explore .site-button-big-primary:before, .site-explore .site-button-big-primary:after {
  position: absolute;
  top: 50%;
  content: "";
  width: 20px;
  height: 18px;
  background-color: #ffffff;
  border-radius: 50%;
}
.site-explore .site-button-big-primary:before {
  left: -20px;
  transform: translate(-50%, -50%);
}
.site-explore .site-button-big-primary:after {
  right: -20px;
  transform: translate(50%, -50%);
}
.site-explore .site-button-big-primary:hover {
  color: #FF6300 !important;
  border: 1px solid #FF6300;
  transition: all ease 1.2s;
}
.site-explore .site-button-big-primary:hover span {
  color: #FF6300 !important;
}
.site-explore .site-button-big-primary:hover:before {
  animation: criss-cross-left 0.8s both;
  animation-direction: alternate;
}
.site-explore .site-button-big-primary:hover:after {
  animation: criss-cross-right 0.8s both;
  animation-direction: alternate;
}
@keyframes criss-cross-left {
  0% {
    left: -20px;
  }
  50% {
    left: 50%;
    width: 20px;
    height: 18px;
  }
  100% {
    left: 50%;
    width: 100%;
    height: 100%;
  }
}
@keyframes criss-cross-right {
  0% {
    right: -20px;
  }
  50% {
    right: 50%;
    width: 20px;
    height: 18px;
    border-radius: 50px;
  }
  100% {
    right: 50%;
    width: 100%;
    height: 100%;
    border-radius: 50px;
  }
}
.site-explore .site-button-big-secondary {
  position: relative;
  display: inline-block;
  overflow: hidden;
  font-size: 18px;
  border: 1px solid #414141;
  color: #ffffff;
  text-decoration: none;
  border-radius: 50px;
  padding: 3px 50px 5px;
  background: #414141;
  transition: all ease 0.5s;
  line-height: 40px;
  text-decoration: none !important;
  padding: 22px 50px 25px;
  font-size: 25px;
}
.site-explore .site-button-big-secondary span {
  position: relative;
  z-index: 10;
}
.site-explore .site-button-big-secondary:before, .site-explore .site-button-big-secondary:after {
  position: absolute;
  top: 50%;
  content: "";
  width: 20px;
  height: 18px;
  background-color: #ffffff;
  border-radius: 50%;
}
.site-explore .site-button-big-secondary:before {
  left: -20px;
  transform: translate(-50%, -50%);
}
.site-explore .site-button-big-secondary:after {
  right: -20px;
  transform: translate(50%, -50%);
}
.site-explore .site-button-big-secondary:hover {
  color: #414141 !important;
  border: 1px solid #414141;
  transition: all ease 1.2s;
}
.site-explore .site-button-big-secondary:hover span {
  color: #414141 !important;
}
.site-explore .site-button-big-secondary:hover:before {
  animation: criss-cross-left 0.8s both;
  animation-direction: alternate;
}
.site-explore .site-button-big-secondary:hover:after {
  animation: criss-cross-right 0.8s both;
  animation-direction: alternate;
}
@keyframes criss-cross-left {
  0% {
    left: -20px;
  }
  50% {
    left: 50%;
    width: 20px;
    height: 18px;
  }
  100% {
    left: 50%;
    width: 100%;
    height: 100%;
  }
}
@keyframes criss-cross-right {
  0% {
    right: -20px;
  }
  50% {
    right: 50%;
    width: 20px;
    height: 18px;
    border-radius: 50px;
  }
  100% {
    right: 50%;
    width: 100%;
    height: 100%;
    border-radius: 50px;
  }
}
.site-explore .site-button-heart {
  position: relative;
  display: inline-block;
}
@media (max-width: 599px) {
  .site-explore .site-button-heart {
    margin: 0 0 10px;
  }
}
.site-explore .site-button-heart span {
  background: #FFF500;
  color: #000000;
  border-radius: 50px;
  padding: 3px 50px 5px;
  display: inline-block;
  line-height: 40px;
  position: relative;
  z-index: 2;
  border: 1px solid #FFF500;
}
.site-explore .site-button-heart .site-icon-heart {
  position: absolute;
  top: 0px;
  color: #FF2689;
  font-size: 25px;
  z-index: 0;
}
.site-explore .site-button-heart .site-icon-heart:nth-of-type(1) {
  left: calc(50% - 50px);
  scale: 1.1;
}
.site-explore .site-button-heart .site-icon-heart:nth-of-type(2) {
  left: calc(50% - 25px);
  animation-delay: 0.4s !important;
}
.site-explore .site-button-heart .site-icon-heart:nth-of-type(3) {
  left: 50%;
  animation-delay: 1s !important;
  scale: 1.2;
}
.site-explore .site-button-heart .site-icon-heart:nth-of-type(4) {
  left: calc(50% + 25px);
  animation-delay: 1.5s !important;
  scale: 1.2;
}
.site-explore .site-button-heart:hover span {
  background: #ffffff;
  border: 1px solid #000000;
}
.site-explore .site-button-heart:hover .site-icon-heart {
  animation: 1.5s linear heart normal;
}
@keyframes heart {
  0% {
    transform: rotate(10deg);
    opacity: 0;
  }
  25% {
    transform: rotate(-10deg);
    opacity: 1;
  }
  75% {
    transform: rotate(10deg);
    opacity: 0.5;
  }
  100% {
    transform: rotate(-10deg);
    opacity: 0;
    top: -130%;
  }
}
.site-explore .box {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--accent-color);
  color: #fff;
  border-radius: 50px;
  position: relative;
}
.site-explore .counter-container {
  padding: 30px;
}
.site-explore blockquote, .site-explore q {
  padding: 85px 75px;
  position: relative;
  margin: 80px 0 !important;
  border-radius: 20px;
  text-align: left;
  font-size: 18px !important;
  line-height: 30px !important;
}
@media (max-width: 599px) {
  .site-explore blockquote, .site-explore q {
    padding: 40px 20px;
  }
}
.site-explore blockquote:after, .site-explore q:after {
  font-family: "site-icon" !important;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e903" !important;
  display: block;
  position: absolute;
  background-size: 100%;
  top: -20px;
  left: 75px;
  font-size: 70px;
  color: #000000;
}
@media (max-width: 599px) {
  .site-explore blockquote:after, .site-explore q:after {
    left: 25px;
    font-size: 50px;
  }
}
.site-explore blockquote:before, .site-explore q:before {
  font-family: "site-icon" !important;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e919" !important;
  display: block;
  position: absolute;
  background-size: 100%;
  bottom: -20px;
  right: 75px;
  font-size: 70px;
  color: #000000;
}
@media (max-width: 599px) {
  .site-explore blockquote:before, .site-explore q:before {
    right: 25px;
    font-size: 50px;
  }
}
.site-explore q {
  border: 5px solid #000000;
  color: #000000;
}
.site-explore q:after, .site-explore q:before {
  color: #FF6300;
}
.site-explore blockquote {
  background: #FF6300;
  color: #ffffff;
}
.site-explore .cms-text-feature .cms-text-feature-data {
  line-height: normal;
}
.site-explore .cms-text-feature .cms-text-feature-data p {
  line-height: 30px;
  font-size: 18px;
  margin: 0 0 20px;
}
.site-explore .cms-text-feature .cms-text-feature-data p:last-child {
  margin: 0;
}
.site-explore .cms-text-feature .cms-text-feature-data q, .site-explore .cms-text-feature .cms-text-feature-data blockquote {
  text-align: left;
}
.site-explore .cms-text-feature .cms-text-feature-data ul, .site-explore .cms-text-feature .cms-text-feature-data ol {
  list-style-position: outside;
}
.site-explore .cms-text-feature .cms-text-feature-data ul li, .site-explore .cms-text-feature .cms-text-feature-data ol li {
  line-height: 30px;
  font-size: 18px;
  margin: 0 0 20px;
}
.site-explore .cms-text-feature .cms-text-feature-data ul li:last-child, .site-explore .cms-text-feature .cms-text-feature-data ol li:last-child {
  margin: 0;
}
.site-explore .cms-text-feature .cms-text-feature-data ol {
  list-style: none;
  counter-reset: li;
}
.site-explore .cms-text-feature .cms-text-feature-data ol li {
  position: relative;
  counter-increment: li;
  padding: 0 0 0 12px;
}
.site-explore .cms-text-feature .cms-text-feature-data ol li::before {
  content: counter(li);
  color: #FF6300;
  font-size: 20px;
  position: absolute;
  left: -20px;
  top: 0px;
  width: 17px;
  text-align: left;
}
.site-explore .cms-text-feature .cms-text-feature-data ul li {
  list-style: none;
  position: relative;
  padding: 0 0 0 12px;
}
.site-explore .cms-text-feature .cms-text-feature-data ul li:before {
  content: "";
  width: 20px;
  height: 18px;
  background: #FF6300;
  border-radius: 100%;
  position: absolute;
  left: -20px;
  top: 10px;
  transform: rotate(-30deg);
}
.site-explore .cms-text-feature .cms-text-feature-data hr {
  margin: 30px 0 20px;
}
.site-explore .cms-text-feature .cms-text-feature-data a1 {
  color: #FF6300;
}
.site-explore .cms-text-feature .cms-text-feature-data a1.no-link-style {
  border-bottom: none !important;
  color: #FF6300;
}
.site-explore .cms-text-feature .cms-text-feature-data a1.no-link-style:hover {
  color: #414141;
}
.site-explore .cms-text-feature .cms-text-feature-data a1:hover {
  color: #414141;
  border-bottom: 1px solid #414141;
}
.site-explore .site-color-text {
  color: #414141 !important;
}
.site-explore .site-color-text-wrapper .cms-feature-title {
  color: #414141 !important;
}
.site-explore .site-color-primary {
  color: #FF6300 !important;
}
.site-explore .site-color-primary-wrapper .cms-feature-title {
  color: #FF6300 !important;
}
.site-explore .site-color-secondary {
  color: #ffffff !important;
}
.site-explore .site-color-secondary-wrapper .cms-feature-title {
  color: #ffffff !important;
}
.site-explore .site-color-light {
  color: #f1f1f1 !important;
}
.site-explore .site-color-light-wrapper .cms-feature-title {
  color: #f1f1f1 !important;
}
.site-explore .site-color-black {
  color: #000000 !important;
}
.site-explore .site-color-black * {
  color: #000000 !important;
}
.site-explore .site-color-black-wrapper .cms-feature-title {
  color: #000000 !important;
}
.site-explore .site-color-black-wrapper .cms-feature-title * {
  color: #000000 !important;
}
.site-explore .site-color-white {
  color: #ffffff !important;
}
.site-explore .site-color-white var {
  color: #ffffff;
}
.site-explore .site-color-white *:not(var):not(var *) {
  color: #ffffff !important;
}
.site-explore .site-color-white *:not(var):not(var *).site-button-secondary:hover, .site-explore .site-color-white .site-search-wrapper .site-search-block.site-search-option2 *.site-search-button:not(var):not(var *):hover, .site-search-wrapper .site-search-block.site-search-option2 .site-explore .site-color-white *.site-search-button:not(var):not(var *):hover {
  color: #414141 !important;
}
.site-explore .site-color-white *:not(var):not(var *).site-button-secondary:hover span, .site-explore .site-color-white .site-search-wrapper .site-search-block.site-search-option2 *.site-search-button:not(var):not(var *):hover span, .site-search-wrapper .site-search-block.site-search-option2 .site-explore .site-color-white *.site-search-button:not(var):not(var *):hover span {
  color: #414141 !important;
}
.site-explore .site-color-white-wrapper .cms-feature-title {
  color: #ffffff !important;
}
.site-explore .site-bg-text, .site-explore .site-bg-text-wrapper, .site-explore .site-bg .cms-feature-title {
  background: #414141 !important;
}
.site-explore .site-bg-primary, .site-explore .site-bg-primary-wrapper, .site-explore .site-bg .cms-feature-title {
  background: #FF6300 !important;
}
.site-explore .site-bg-secondary, .site-explore .site-bg-secondary-wrapper, .site-explore .site-bg .cms-feature-title {
  background: #ffffff !important;
}
.site-explore .site-bg-light, .site-explore .site-bg-light-wrapper, .site-explore .site-bg .cms-feature-title {
  background: #dfdfdf !important;
}
.site-explore .site-bg-black, .site-explore .site-bg-black-wrapper, .site-explore .site-bg .cms-feature-title {
  background: #000000 !important;
}
.site-explore .site-bg-white, .site-explore .site-bg-white-wrapper, .site-explore .site-bg .cms-feature-title {
  background: #ffffff !important;
}
.site-explore .border-color-primary {
  border-color: #FF6300;
}
.site-explore .border-color-secondary {
  border-color: #ffffff;
}
.site-explore .border-color-tertiary {
  border-color: #414141;
}
.site-explore .border-color-white {
  border-color: #ffffff;
}
.site-explore .border-color-light {
  border-color: #f1f1f1;
}
.site-explore .border-color-black {
  border-color: #000000;
}
.site-explore .border-bg-primary {
  background: #FF6300;
}
.site-explore .border-bg-secondary {
  background: #ffffff;
}
.site-explore .border-bg-tertiary {
  background: #414141;
}
.site-explore .border-bg-white {
  background: #ffffff;
}
.site-explore .border-bg-light {
  background: #f1f1f1;
}
.site-explore .border-bg-black {
  background: #000000;
}
.site-explore a {
  color: #FF6300;
}
.site-explore a:hover, .site-explore a:focus {
  color: #414141;
}
.site-explore .cms-feature-datablock a {
  text-decoration: underline;
}
.site-explore hr {
  margin: 0 auto 10px;
  border-top: 1px solid #FF6300 !important;
}

.site-data var {
  background: #130092;
  padding: 15px 40px;
  text-transform: uppercase;
  font-style: normal;
  font-weight: bold;
  letter-spacing: -2.5px;
  font-size: 40px;
  color: #ffffff;
  display: inline-block;
  box-shadow: 8px 14px 17px -7px rgba(0, 0, 0, 0.5);
  line-height: 30px;
  font-family: "brother-1816", sans-serif;
}
@media (max-width: 1299px) {
  .site-data var {
    line-height: 40px;
  }
}
@media (max-width: 599px) {
  .site-data var {
    font-size: 20px;
    line-height: 20px;
    letter-spacing: -1.5px;
    padding: 10px 30px;
  }
}
.site-data .site-posted-block {
  font-size: 16px;
  color: #000000;
  position: relative;
  padding: 0 0 0 60px;
  height: 50px;
  line-height: 50px;
  margin: 0;
}
.site-data .site-posted-block:before {
  display: block;
  height: 40px;
  width: 40px;
  border-radius: 100%;
  background: #130092;
  color: #ffffff;
  position: absolute;
  left: 2px;
  top: 0;
  font-family: "gelato-luxe";
  font-size: 33px;
  text-align: center;
  line-height: 32px;
  font-weight: bold;
  animation: postedby 2s infinite;
  bottom: 0;
  margin: auto;
}
.site-data .site-posted-block a {
  border-bottom: 1px solid;
  color: #000000;
  text-decoration: none;
}
@keyframes postedby {
  from, to {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
  }
}
.site-data .site-button-primary, .site-data .site-form-payment-wrapper .site-payment-buttons button, .site-form-payment-wrapper .site-payment-buttons .site-data button,
.site-data .site-form-data .site-form-buttons .site-form-button,
.site-data .site-form-data .site-form-field .file-upload-wrapper .file-upload-button {
  position: relative;
  display: inline-block;
  overflow: hidden;
  font-size: 18px;
  border: 1px solid #130092;
  color: #ffffff;
  text-decoration: none;
  border-radius: 50px;
  padding: 3px 50px 5px;
  background: #130092;
  transition: all ease 0.5s;
  line-height: 40px;
  text-decoration: none !important;
}
.site-data .site-button-primary span, .site-data .site-form-payment-wrapper .site-payment-buttons button span, .site-form-payment-wrapper .site-payment-buttons .site-data button span,
.site-data .site-form-data .site-form-buttons .site-form-button span,
.site-data .site-form-data .site-form-field .file-upload-wrapper .file-upload-button span {
  position: relative;
  z-index: 10;
}
.site-data .site-button-primary:before, .site-data .site-form-payment-wrapper .site-payment-buttons button:before, .site-form-payment-wrapper .site-payment-buttons .site-data button:before, .site-data .site-button-primary:after, .site-data .site-form-payment-wrapper .site-payment-buttons button:after, .site-form-payment-wrapper .site-payment-buttons .site-data button:after,
.site-data .site-form-data .site-form-buttons .site-form-button:before,
.site-data .site-form-data .site-form-buttons .site-form-button:after,
.site-data .site-form-data .site-form-field .file-upload-wrapper .file-upload-button:before,
.site-data .site-form-data .site-form-field .file-upload-wrapper .file-upload-button:after {
  position: absolute;
  top: 50%;
  content: "";
  width: 20px;
  height: 18px;
  background-color: #ffffff;
  border-radius: 50%;
}
.site-data .site-button-primary:before, .site-data .site-form-payment-wrapper .site-payment-buttons button:before, .site-form-payment-wrapper .site-payment-buttons .site-data button:before,
.site-data .site-form-data .site-form-buttons .site-form-button:before,
.site-data .site-form-data .site-form-field .file-upload-wrapper .file-upload-button:before {
  left: -20px;
  transform: translate(-50%, -50%);
}
.site-data .site-button-primary:after, .site-data .site-form-payment-wrapper .site-payment-buttons button:after, .site-form-payment-wrapper .site-payment-buttons .site-data button:after,
.site-data .site-form-data .site-form-buttons .site-form-button:after,
.site-data .site-form-data .site-form-field .file-upload-wrapper .file-upload-button:after {
  right: -20px;
  transform: translate(50%, -50%);
}
.site-data .site-button-primary:hover, .site-data .site-form-payment-wrapper .site-payment-buttons button:hover, .site-form-payment-wrapper .site-payment-buttons .site-data button:hover,
.site-data .site-form-data .site-form-buttons .site-form-button:hover,
.site-data .site-form-data .site-form-field .file-upload-wrapper .file-upload-button:hover {
  color: #130092 !important;
  border: 1px solid #130092;
  transition: all ease 1.2s;
}
.site-data .site-button-primary:hover span, .site-data .site-form-payment-wrapper .site-payment-buttons button:hover span, .site-form-payment-wrapper .site-payment-buttons .site-data button:hover span,
.site-data .site-form-data .site-form-buttons .site-form-button:hover span,
.site-data .site-form-data .site-form-field .file-upload-wrapper .file-upload-button:hover span {
  color: #130092 !important;
}
.site-data .site-button-primary:hover:before, .site-data .site-form-payment-wrapper .site-payment-buttons button:hover:before, .site-form-payment-wrapper .site-payment-buttons .site-data button:hover:before,
.site-data .site-form-data .site-form-buttons .site-form-button:hover:before,
.site-data .site-form-data .site-form-field .file-upload-wrapper .file-upload-button:hover:before {
  animation: criss-cross-left 0.8s both;
  animation-direction: alternate;
}
.site-data .site-button-primary:hover:after, .site-data .site-form-payment-wrapper .site-payment-buttons button:hover:after, .site-form-payment-wrapper .site-payment-buttons .site-data button:hover:after,
.site-data .site-form-data .site-form-buttons .site-form-button:hover:after,
.site-data .site-form-data .site-form-field .file-upload-wrapper .file-upload-button:hover:after {
  animation: criss-cross-right 0.8s both;
  animation-direction: alternate;
}
@keyframes criss-cross-left {
  0% {
    left: -20px;
  }
  50% {
    left: 50%;
    width: 20px;
    height: 18px;
  }
  100% {
    left: 50%;
    width: 100%;
    height: 100%;
  }
}
@keyframes criss-cross-right {
  0% {
    right: -20px;
  }
  50% {
    right: 50%;
    width: 20px;
    height: 18px;
    border-radius: 50px;
  }
  100% {
    right: 50%;
    width: 100%;
    height: 100%;
    border-radius: 50px;
  }
}
.site-data .site-bookmark-button {
  position: relative;
  position: relative;
  display: inline-block;
  overflow: hidden;
  font-size: 18px;
  border: 1px solid #130092;
  color: #ffffff;
  text-decoration: none;
  border-radius: 50px;
  padding: 3px 50px 5px;
  background: #130092;
  transition: all ease 0.5s;
  line-height: 40px;
  text-decoration: none !important;
  margin: 20px 0 0;
}
.site-data .site-bookmark-button span {
  position: relative;
  z-index: 10;
}
.site-data .site-bookmark-button:before, .site-data .site-bookmark-button:after {
  position: absolute;
  top: 50%;
  content: "";
  width: 20px;
  height: 18px;
  background-color: #ffffff;
  border-radius: 50%;
}
.site-data .site-bookmark-button:before {
  left: -20px;
  transform: translate(-50%, -50%);
}
.site-data .site-bookmark-button:after {
  right: -20px;
  transform: translate(50%, -50%);
}
.site-data .site-bookmark-button:hover {
  color: #130092 !important;
  border: 1px solid #130092;
  transition: all ease 1.2s;
}
.site-data .site-bookmark-button:hover span {
  color: #130092 !important;
}
.site-data .site-bookmark-button:hover:before {
  animation: criss-cross-left 0.8s both;
  animation-direction: alternate;
}
.site-data .site-bookmark-button:hover:after {
  animation: criss-cross-right 0.8s both;
  animation-direction: alternate;
}
@keyframes criss-cross-left {
  0% {
    left: -20px;
  }
  50% {
    left: 50%;
    width: 20px;
    height: 18px;
  }
  100% {
    left: 50%;
    width: 100%;
    height: 100%;
  }
}
@keyframes criss-cross-right {
  0% {
    right: -20px;
  }
  50% {
    right: 50%;
    width: 20px;
    height: 18px;
    border-radius: 50px;
  }
  100% {
    right: 50%;
    width: 100%;
    height: 100%;
    border-radius: 50px;
  }
}
.site-data .site-bookmark-button .site-bookmark-button-icon {
  position: relative;
  top: 3px;
  padding: 0 0 0 3px;
}
.site-data .site-bookmark-button .site-bookmark-button-icon:before {
  font-family: "site-icon" !important;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e917" !important;
  font-size: 20px;
}
.site-data .site-bookmark-button.site-bookmark-display-button-remove .site-bookmark-button-icon:before {
  content: "\e918" !important;
}
.site-data .site-button-secondary, .site-data .site-search-wrapper .site-search-block.site-search-option2 .site-search-button, .site-search-wrapper .site-search-block.site-search-option2 .site-data .site-search-button, .site-data .site-primary-button {
  position: relative;
  display: inline-block;
  overflow: hidden;
  font-size: 18px;
  border: 1px solid #414141;
  color: #ffffff;
  text-decoration: none;
  border-radius: 50px;
  padding: 3px 50px 5px;
  background: #414141;
  transition: all ease 0.5s;
  line-height: 40px;
  text-decoration: none !important;
}
.site-data .site-button-secondary span, .site-data .site-search-wrapper .site-search-block.site-search-option2 .site-search-button span, .site-search-wrapper .site-search-block.site-search-option2 .site-data .site-search-button span, .site-data .site-primary-button span {
  position: relative;
  z-index: 10;
}
.site-data .site-button-secondary:before, .site-data .site-search-wrapper .site-search-block.site-search-option2 .site-search-button:before, .site-search-wrapper .site-search-block.site-search-option2 .site-data .site-search-button:before, .site-data .site-button-secondary:after, .site-data .site-search-wrapper .site-search-block.site-search-option2 .site-search-button:after, .site-search-wrapper .site-search-block.site-search-option2 .site-data .site-search-button:after, .site-data .site-primary-button:before, .site-data .site-primary-button:after {
  position: absolute;
  top: 50%;
  content: "";
  width: 20px;
  height: 18px;
  background-color: #ffffff;
  border-radius: 50%;
}
.site-data .site-button-secondary:before, .site-data .site-search-wrapper .site-search-block.site-search-option2 .site-search-button:before, .site-search-wrapper .site-search-block.site-search-option2 .site-data .site-search-button:before, .site-data .site-primary-button:before {
  left: -20px;
  transform: translate(-50%, -50%);
}
.site-data .site-button-secondary:after, .site-data .site-search-wrapper .site-search-block.site-search-option2 .site-search-button:after, .site-search-wrapper .site-search-block.site-search-option2 .site-data .site-search-button:after, .site-data .site-primary-button:after {
  right: -20px;
  transform: translate(50%, -50%);
}
.site-data .site-button-secondary:hover, .site-data .site-search-wrapper .site-search-block.site-search-option2 .site-search-button:hover, .site-search-wrapper .site-search-block.site-search-option2 .site-data .site-search-button:hover, .site-data .site-primary-button:hover {
  color: #414141 !important;
  border: 1px solid #414141;
  transition: all ease 1.2s;
}
.site-data .site-button-secondary:hover span, .site-data .site-search-wrapper .site-search-block.site-search-option2 .site-search-button:hover span, .site-search-wrapper .site-search-block.site-search-option2 .site-data .site-search-button:hover span, .site-data .site-primary-button:hover span {
  color: #414141 !important;
}
.site-data .site-button-secondary:hover:before, .site-data .site-search-wrapper .site-search-block.site-search-option2 .site-search-button:hover:before, .site-search-wrapper .site-search-block.site-search-option2 .site-data .site-search-button:hover:before, .site-data .site-primary-button:hover:before {
  animation: criss-cross-left 0.8s both;
  animation-direction: alternate;
}
.site-data .site-button-secondary:hover:after, .site-data .site-search-wrapper .site-search-block.site-search-option2 .site-search-button:hover:after, .site-search-wrapper .site-search-block.site-search-option2 .site-data .site-search-button:hover:after, .site-data .site-primary-button:hover:after {
  animation: criss-cross-right 0.8s both;
  animation-direction: alternate;
}
@keyframes criss-cross-left {
  0% {
    left: -20px;
  }
  50% {
    left: 50%;
    width: 20px;
    height: 18px;
  }
  100% {
    left: 50%;
    width: 100%;
    height: 100%;
  }
}
@keyframes criss-cross-right {
  0% {
    right: -20px;
  }
  50% {
    right: 50%;
    width: 20px;
    height: 18px;
    border-radius: 50px;
  }
  100% {
    right: 50%;
    width: 100%;
    height: 100%;
    border-radius: 50px;
  }
}
.site-data .site-button-full-primary {
  position: relative;
  display: inline-block;
  overflow: hidden;
  font-size: 18px;
  border: 1px solid #130092;
  color: #ffffff;
  text-decoration: none;
  border-radius: 50px;
  padding: 3px 50px 5px;
  background: #130092;
  transition: all ease 0.5s;
  line-height: 40px;
  text-decoration: none !important;
  display: block;
  width: 100%;
  text-align: center;
}
.site-data .site-button-full-primary span {
  position: relative;
  z-index: 10;
}
.site-data .site-button-full-primary:before, .site-data .site-button-full-primary:after {
  position: absolute;
  top: 50%;
  content: "";
  width: 20px;
  height: 18px;
  background-color: #ffffff;
  border-radius: 50%;
}
.site-data .site-button-full-primary:before {
  left: -20px;
  transform: translate(-50%, -50%);
}
.site-data .site-button-full-primary:after {
  right: -20px;
  transform: translate(50%, -50%);
}
.site-data .site-button-full-primary:hover {
  color: #130092 !important;
  border: 1px solid #130092;
  transition: all ease 1.2s;
}
.site-data .site-button-full-primary:hover span {
  color: #130092 !important;
}
.site-data .site-button-full-primary:hover:before {
  animation: criss-cross-left 0.8s both;
  animation-direction: alternate;
}
.site-data .site-button-full-primary:hover:after {
  animation: criss-cross-right 0.8s both;
  animation-direction: alternate;
}
@keyframes criss-cross-left {
  0% {
    left: -20px;
  }
  50% {
    left: 50%;
    width: 20px;
    height: 18px;
  }
  100% {
    left: 50%;
    width: 100%;
    height: 100%;
  }
}
@keyframes criss-cross-right {
  0% {
    right: -20px;
  }
  50% {
    right: 50%;
    width: 20px;
    height: 18px;
    border-radius: 50px;
  }
  100% {
    right: 50%;
    width: 100%;
    height: 100%;
    border-radius: 50px;
  }
}
.site-data .site-button-full-secondary {
  position: relative;
  display: inline-block;
  overflow: hidden;
  font-size: 18px;
  border: 1px solid #414141;
  color: #ffffff;
  text-decoration: none;
  border-radius: 50px;
  padding: 3px 50px 5px;
  background: #414141;
  transition: all ease 0.5s;
  line-height: 40px;
  text-decoration: none !important;
  display: block;
  width: 100%;
  text-align: center;
}
.site-data .site-button-full-secondary span {
  position: relative;
  z-index: 10;
}
.site-data .site-button-full-secondary:before, .site-data .site-button-full-secondary:after {
  position: absolute;
  top: 50%;
  content: "";
  width: 20px;
  height: 18px;
  background-color: #ffffff;
  border-radius: 50%;
}
.site-data .site-button-full-secondary:before {
  left: -20px;
  transform: translate(-50%, -50%);
}
.site-data .site-button-full-secondary:after {
  right: -20px;
  transform: translate(50%, -50%);
}
.site-data .site-button-full-secondary:hover {
  color: #414141 !important;
  border: 1px solid #414141;
  transition: all ease 1.2s;
}
.site-data .site-button-full-secondary:hover span {
  color: #414141 !important;
}
.site-data .site-button-full-secondary:hover:before {
  animation: criss-cross-left 0.8s both;
  animation-direction: alternate;
}
.site-data .site-button-full-secondary:hover:after {
  animation: criss-cross-right 0.8s both;
  animation-direction: alternate;
}
@keyframes criss-cross-left {
  0% {
    left: -20px;
  }
  50% {
    left: 50%;
    width: 20px;
    height: 18px;
  }
  100% {
    left: 50%;
    width: 100%;
    height: 100%;
  }
}
@keyframes criss-cross-right {
  0% {
    right: -20px;
  }
  50% {
    right: 50%;
    width: 20px;
    height: 18px;
    border-radius: 50px;
  }
  100% {
    right: 50%;
    width: 100%;
    height: 100%;
    border-radius: 50px;
  }
}
.site-data .site-button-big-primary {
  position: relative;
  display: inline-block;
  overflow: hidden;
  font-size: 18px;
  border: 1px solid #130092;
  color: #ffffff;
  text-decoration: none;
  border-radius: 50px;
  padding: 3px 50px 5px;
  background: #130092;
  transition: all ease 0.5s;
  line-height: 40px;
  text-decoration: none !important;
  padding: 22px 50px 25px;
  font-size: 25px;
}
.site-data .site-button-big-primary span {
  position: relative;
  z-index: 10;
}
.site-data .site-button-big-primary:before, .site-data .site-button-big-primary:after {
  position: absolute;
  top: 50%;
  content: "";
  width: 20px;
  height: 18px;
  background-color: #ffffff;
  border-radius: 50%;
}
.site-data .site-button-big-primary:before {
  left: -20px;
  transform: translate(-50%, -50%);
}
.site-data .site-button-big-primary:after {
  right: -20px;
  transform: translate(50%, -50%);
}
.site-data .site-button-big-primary:hover {
  color: #130092 !important;
  border: 1px solid #130092;
  transition: all ease 1.2s;
}
.site-data .site-button-big-primary:hover span {
  color: #130092 !important;
}
.site-data .site-button-big-primary:hover:before {
  animation: criss-cross-left 0.8s both;
  animation-direction: alternate;
}
.site-data .site-button-big-primary:hover:after {
  animation: criss-cross-right 0.8s both;
  animation-direction: alternate;
}
@keyframes criss-cross-left {
  0% {
    left: -20px;
  }
  50% {
    left: 50%;
    width: 20px;
    height: 18px;
  }
  100% {
    left: 50%;
    width: 100%;
    height: 100%;
  }
}
@keyframes criss-cross-right {
  0% {
    right: -20px;
  }
  50% {
    right: 50%;
    width: 20px;
    height: 18px;
    border-radius: 50px;
  }
  100% {
    right: 50%;
    width: 100%;
    height: 100%;
    border-radius: 50px;
  }
}
.site-data .site-button-big-secondary {
  position: relative;
  display: inline-block;
  overflow: hidden;
  font-size: 18px;
  border: 1px solid #414141;
  color: #ffffff;
  text-decoration: none;
  border-radius: 50px;
  padding: 3px 50px 5px;
  background: #414141;
  transition: all ease 0.5s;
  line-height: 40px;
  text-decoration: none !important;
  padding: 22px 50px 25px;
  font-size: 25px;
}
.site-data .site-button-big-secondary span {
  position: relative;
  z-index: 10;
}
.site-data .site-button-big-secondary:before, .site-data .site-button-big-secondary:after {
  position: absolute;
  top: 50%;
  content: "";
  width: 20px;
  height: 18px;
  background-color: #ffffff;
  border-radius: 50%;
}
.site-data .site-button-big-secondary:before {
  left: -20px;
  transform: translate(-50%, -50%);
}
.site-data .site-button-big-secondary:after {
  right: -20px;
  transform: translate(50%, -50%);
}
.site-data .site-button-big-secondary:hover {
  color: #414141 !important;
  border: 1px solid #414141;
  transition: all ease 1.2s;
}
.site-data .site-button-big-secondary:hover span {
  color: #414141 !important;
}
.site-data .site-button-big-secondary:hover:before {
  animation: criss-cross-left 0.8s both;
  animation-direction: alternate;
}
.site-data .site-button-big-secondary:hover:after {
  animation: criss-cross-right 0.8s both;
  animation-direction: alternate;
}
@keyframes criss-cross-left {
  0% {
    left: -20px;
  }
  50% {
    left: 50%;
    width: 20px;
    height: 18px;
  }
  100% {
    left: 50%;
    width: 100%;
    height: 100%;
  }
}
@keyframes criss-cross-right {
  0% {
    right: -20px;
  }
  50% {
    right: 50%;
    width: 20px;
    height: 18px;
    border-radius: 50px;
  }
  100% {
    right: 50%;
    width: 100%;
    height: 100%;
    border-radius: 50px;
  }
}
.site-data .site-button-heart {
  position: relative;
  display: inline-block;
}
@media (max-width: 599px) {
  .site-data .site-button-heart {
    margin: 0 0 10px;
  }
}
.site-data .site-button-heart span {
  background: #FFF500;
  color: #000000;
  border-radius: 50px;
  padding: 3px 50px 5px;
  display: inline-block;
  line-height: 40px;
  position: relative;
  z-index: 2;
  border: 1px solid #FFF500;
}
.site-data .site-button-heart .site-icon-heart {
  position: absolute;
  top: 0px;
  color: #FF2689;
  font-size: 25px;
  z-index: 0;
}
.site-data .site-button-heart .site-icon-heart:nth-of-type(1) {
  left: calc(50% - 50px);
  scale: 1.1;
}
.site-data .site-button-heart .site-icon-heart:nth-of-type(2) {
  left: calc(50% - 25px);
  animation-delay: 0.4s !important;
}
.site-data .site-button-heart .site-icon-heart:nth-of-type(3) {
  left: 50%;
  animation-delay: 1s !important;
  scale: 1.2;
}
.site-data .site-button-heart .site-icon-heart:nth-of-type(4) {
  left: calc(50% + 25px);
  animation-delay: 1.5s !important;
  scale: 1.2;
}
.site-data .site-button-heart:hover span {
  background: #ffffff;
  border: 1px solid #000000;
}
.site-data .site-button-heart:hover .site-icon-heart {
  animation: 1.5s linear heart normal;
}
@keyframes heart {
  0% {
    transform: rotate(10deg);
    opacity: 0;
  }
  25% {
    transform: rotate(-10deg);
    opacity: 1;
  }
  75% {
    transform: rotate(10deg);
    opacity: 0.5;
  }
  100% {
    transform: rotate(-10deg);
    opacity: 0;
    top: -130%;
  }
}
.site-data .box {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--accent-color);
  color: #fff;
  border-radius: 50px;
  position: relative;
}
.site-data .counter-container {
  padding: 30px;
}
.site-data blockquote, .site-data q {
  padding: 85px 75px;
  position: relative;
  margin: 80px 0 !important;
  border-radius: 20px;
  text-align: left;
  font-size: 18px !important;
  line-height: 30px !important;
}
@media (max-width: 599px) {
  .site-data blockquote, .site-data q {
    padding: 40px 20px;
  }
}
.site-data blockquote:after, .site-data q:after {
  font-family: "site-icon" !important;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e903" !important;
  display: block;
  position: absolute;
  background-size: 100%;
  top: -20px;
  left: 75px;
  font-size: 70px;
  color: #000000;
}
@media (max-width: 599px) {
  .site-data blockquote:after, .site-data q:after {
    left: 25px;
    font-size: 50px;
  }
}
.site-data blockquote:before, .site-data q:before {
  font-family: "site-icon" !important;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e919" !important;
  display: block;
  position: absolute;
  background-size: 100%;
  bottom: -20px;
  right: 75px;
  font-size: 70px;
  color: #000000;
}
@media (max-width: 599px) {
  .site-data blockquote:before, .site-data q:before {
    right: 25px;
    font-size: 50px;
  }
}
.site-data q {
  border: 5px solid #000000;
  color: #000000;
}
.site-data q:after, .site-data q:before {
  color: #130092;
}
.site-data blockquote {
  background: #130092;
  color: #ffffff;
}
.site-data .cms-text-feature .cms-text-feature-data {
  line-height: normal;
}
.site-data .cms-text-feature .cms-text-feature-data p {
  line-height: 30px;
  font-size: 18px;
  margin: 0 0 20px;
}
.site-data .cms-text-feature .cms-text-feature-data p:last-child {
  margin: 0;
}
.site-data .cms-text-feature .cms-text-feature-data q, .site-data .cms-text-feature .cms-text-feature-data blockquote {
  text-align: left;
}
.site-data .cms-text-feature .cms-text-feature-data ul, .site-data .cms-text-feature .cms-text-feature-data ol {
  list-style-position: outside;
}
.site-data .cms-text-feature .cms-text-feature-data ul li, .site-data .cms-text-feature .cms-text-feature-data ol li {
  line-height: 30px;
  font-size: 18px;
  margin: 0 0 20px;
}
.site-data .cms-text-feature .cms-text-feature-data ul li:last-child, .site-data .cms-text-feature .cms-text-feature-data ol li:last-child {
  margin: 0;
}
.site-data .cms-text-feature .cms-text-feature-data ol {
  list-style: none;
  counter-reset: li;
}
.site-data .cms-text-feature .cms-text-feature-data ol li {
  position: relative;
  counter-increment: li;
  padding: 0 0 0 12px;
}
.site-data .cms-text-feature .cms-text-feature-data ol li::before {
  content: counter(li);
  color: #130092;
  font-size: 20px;
  position: absolute;
  left: -20px;
  top: 0px;
  width: 17px;
  text-align: left;
}
.site-data .cms-text-feature .cms-text-feature-data ul li {
  list-style: none;
  position: relative;
  padding: 0 0 0 12px;
}
.site-data .cms-text-feature .cms-text-feature-data ul li:before {
  content: "";
  width: 20px;
  height: 18px;
  background: #130092;
  border-radius: 100%;
  position: absolute;
  left: -20px;
  top: 10px;
  transform: rotate(-30deg);
}
.site-data .cms-text-feature .cms-text-feature-data hr {
  margin: 30px 0 20px;
}
.site-data .cms-text-feature .cms-text-feature-data a1 {
  color: #130092;
}
.site-data .cms-text-feature .cms-text-feature-data a1.no-link-style {
  border-bottom: none !important;
  color: #130092;
}
.site-data .cms-text-feature .cms-text-feature-data a1.no-link-style:hover {
  color: #414141;
}
.site-data .cms-text-feature .cms-text-feature-data a1:hover {
  color: #414141;
  border-bottom: 1px solid #414141;
}
.site-data .site-color-text {
  color: #414141 !important;
}
.site-data .site-color-text-wrapper .cms-feature-title {
  color: #414141 !important;
}
.site-data .site-color-primary {
  color: #130092 !important;
}
.site-data .site-color-primary-wrapper .cms-feature-title {
  color: #130092 !important;
}
.site-data .site-color-secondary {
  color: #ffffff !important;
}
.site-data .site-color-secondary-wrapper .cms-feature-title {
  color: #ffffff !important;
}
.site-data .site-color-light {
  color: #f1f1f1 !important;
}
.site-data .site-color-light-wrapper .cms-feature-title {
  color: #f1f1f1 !important;
}
.site-data .site-color-black {
  color: #000000 !important;
}
.site-data .site-color-black * {
  color: #000000 !important;
}
.site-data .site-color-black-wrapper .cms-feature-title {
  color: #000000 !important;
}
.site-data .site-color-black-wrapper .cms-feature-title * {
  color: #000000 !important;
}
.site-data .site-color-white {
  color: #ffffff !important;
}
.site-data .site-color-white var {
  color: #ffffff;
}
.site-data .site-color-white *:not(var):not(var *) {
  color: #ffffff !important;
}
.site-data .site-color-white *:not(var):not(var *).site-button-secondary:hover, .site-data .site-color-white .site-search-wrapper .site-search-block.site-search-option2 *.site-search-button:not(var):not(var *):hover, .site-search-wrapper .site-search-block.site-search-option2 .site-data .site-color-white *.site-search-button:not(var):not(var *):hover {
  color: #414141 !important;
}
.site-data .site-color-white *:not(var):not(var *).site-button-secondary:hover span, .site-data .site-color-white .site-search-wrapper .site-search-block.site-search-option2 *.site-search-button:not(var):not(var *):hover span, .site-search-wrapper .site-search-block.site-search-option2 .site-data .site-color-white *.site-search-button:not(var):not(var *):hover span {
  color: #414141 !important;
}
.site-data .site-color-white-wrapper .cms-feature-title {
  color: #ffffff !important;
}
.site-data .site-bg-text, .site-data .site-bg-text-wrapper, .site-data .site-bg .cms-feature-title {
  background: #414141 !important;
}
.site-data .site-bg-primary, .site-data .site-bg-primary-wrapper, .site-data .site-bg .cms-feature-title {
  background: #130092 !important;
}
.site-data .site-bg-secondary, .site-data .site-bg-secondary-wrapper, .site-data .site-bg .cms-feature-title {
  background: #ffffff !important;
}
.site-data .site-bg-light, .site-data .site-bg-light-wrapper, .site-data .site-bg .cms-feature-title {
  background: #dfdfdf !important;
}
.site-data .site-bg-black, .site-data .site-bg-black-wrapper, .site-data .site-bg .cms-feature-title {
  background: #000000 !important;
}
.site-data .site-bg-white, .site-data .site-bg-white-wrapper, .site-data .site-bg .cms-feature-title {
  background: #ffffff !important;
}
.site-data .border-color-primary {
  border-color: #130092;
}
.site-data .border-color-secondary {
  border-color: #ffffff;
}
.site-data .border-color-tertiary {
  border-color: #414141;
}
.site-data .border-color-white {
  border-color: #ffffff;
}
.site-data .border-color-light {
  border-color: #f1f1f1;
}
.site-data .border-color-black {
  border-color: #000000;
}
.site-data .border-bg-primary {
  background: #130092;
}
.site-data .border-bg-secondary {
  background: #ffffff;
}
.site-data .border-bg-tertiary {
  background: #414141;
}
.site-data .border-bg-white {
  background: #ffffff;
}
.site-data .border-bg-light {
  background: #f1f1f1;
}
.site-data .border-bg-black {
  background: #000000;
}
.site-data a {
  color: #130092;
}
.site-data a:hover, .site-data a:focus {
  color: #414141;
}
.site-data .cms-feature-datablock a {
  text-decoration: underline;
}
.site-data hr {
  margin: 0 auto 10px;
  border-top: 1px solid #130092 !important;
}

.site-seo var {
  background: #00B0DE;
  padding: 15px 40px;
  text-transform: uppercase;
  font-style: normal;
  font-weight: bold;
  letter-spacing: -2.5px;
  font-size: 40px;
  color: #ffffff;
  display: inline-block;
  box-shadow: 8px 14px 17px -7px rgba(0, 0, 0, 0.5);
  line-height: 30px;
  font-family: "brother-1816", sans-serif;
}
@media (max-width: 1299px) {
  .site-seo var {
    line-height: 40px;
  }
}
@media (max-width: 599px) {
  .site-seo var {
    font-size: 20px;
    line-height: 20px;
    letter-spacing: -1.5px;
    padding: 10px 30px;
  }
}
.site-seo .site-posted-block {
  font-size: 16px;
  color: #000000;
  position: relative;
  padding: 0 0 0 60px;
  height: 50px;
  line-height: 50px;
  margin: 0;
}
.site-seo .site-posted-block:before {
  display: block;
  height: 40px;
  width: 40px;
  border-radius: 100%;
  background: #00B0DE;
  color: #ffffff;
  position: absolute;
  left: 2px;
  top: 0;
  font-family: "gelato-luxe";
  font-size: 33px;
  text-align: center;
  line-height: 32px;
  font-weight: bold;
  animation: postedby 2s infinite;
  bottom: 0;
  margin: auto;
}
.site-seo .site-posted-block a {
  border-bottom: 1px solid;
  color: #000000;
  text-decoration: none;
}
@keyframes postedby {
  from, to {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
  }
}
.site-seo .site-button-primary, .site-seo .site-form-payment-wrapper .site-payment-buttons button, .site-form-payment-wrapper .site-payment-buttons .site-seo button,
.site-seo .site-form-data .site-form-buttons .site-form-button,
.site-seo .site-form-data .site-form-field .file-upload-wrapper .file-upload-button {
  position: relative;
  display: inline-block;
  overflow: hidden;
  font-size: 18px;
  border: 1px solid #00B0DE;
  color: #ffffff;
  text-decoration: none;
  border-radius: 50px;
  padding: 3px 50px 5px;
  background: #00B0DE;
  transition: all ease 0.5s;
  line-height: 40px;
  text-decoration: none !important;
}
.site-seo .site-button-primary span, .site-seo .site-form-payment-wrapper .site-payment-buttons button span, .site-form-payment-wrapper .site-payment-buttons .site-seo button span,
.site-seo .site-form-data .site-form-buttons .site-form-button span,
.site-seo .site-form-data .site-form-field .file-upload-wrapper .file-upload-button span {
  position: relative;
  z-index: 10;
}
.site-seo .site-button-primary:before, .site-seo .site-form-payment-wrapper .site-payment-buttons button:before, .site-form-payment-wrapper .site-payment-buttons .site-seo button:before, .site-seo .site-button-primary:after, .site-seo .site-form-payment-wrapper .site-payment-buttons button:after, .site-form-payment-wrapper .site-payment-buttons .site-seo button:after,
.site-seo .site-form-data .site-form-buttons .site-form-button:before,
.site-seo .site-form-data .site-form-buttons .site-form-button:after,
.site-seo .site-form-data .site-form-field .file-upload-wrapper .file-upload-button:before,
.site-seo .site-form-data .site-form-field .file-upload-wrapper .file-upload-button:after {
  position: absolute;
  top: 50%;
  content: "";
  width: 20px;
  height: 18px;
  background-color: #ffffff;
  border-radius: 50%;
}
.site-seo .site-button-primary:before, .site-seo .site-form-payment-wrapper .site-payment-buttons button:before, .site-form-payment-wrapper .site-payment-buttons .site-seo button:before,
.site-seo .site-form-data .site-form-buttons .site-form-button:before,
.site-seo .site-form-data .site-form-field .file-upload-wrapper .file-upload-button:before {
  left: -20px;
  transform: translate(-50%, -50%);
}
.site-seo .site-button-primary:after, .site-seo .site-form-payment-wrapper .site-payment-buttons button:after, .site-form-payment-wrapper .site-payment-buttons .site-seo button:after,
.site-seo .site-form-data .site-form-buttons .site-form-button:after,
.site-seo .site-form-data .site-form-field .file-upload-wrapper .file-upload-button:after {
  right: -20px;
  transform: translate(50%, -50%);
}
.site-seo .site-button-primary:hover, .site-seo .site-form-payment-wrapper .site-payment-buttons button:hover, .site-form-payment-wrapper .site-payment-buttons .site-seo button:hover,
.site-seo .site-form-data .site-form-buttons .site-form-button:hover,
.site-seo .site-form-data .site-form-field .file-upload-wrapper .file-upload-button:hover {
  color: #00B0DE !important;
  border: 1px solid #00B0DE;
  transition: all ease 1.2s;
}
.site-seo .site-button-primary:hover span, .site-seo .site-form-payment-wrapper .site-payment-buttons button:hover span, .site-form-payment-wrapper .site-payment-buttons .site-seo button:hover span,
.site-seo .site-form-data .site-form-buttons .site-form-button:hover span,
.site-seo .site-form-data .site-form-field .file-upload-wrapper .file-upload-button:hover span {
  color: #00B0DE !important;
}
.site-seo .site-button-primary:hover:before, .site-seo .site-form-payment-wrapper .site-payment-buttons button:hover:before, .site-form-payment-wrapper .site-payment-buttons .site-seo button:hover:before,
.site-seo .site-form-data .site-form-buttons .site-form-button:hover:before,
.site-seo .site-form-data .site-form-field .file-upload-wrapper .file-upload-button:hover:before {
  animation: criss-cross-left 0.8s both;
  animation-direction: alternate;
}
.site-seo .site-button-primary:hover:after, .site-seo .site-form-payment-wrapper .site-payment-buttons button:hover:after, .site-form-payment-wrapper .site-payment-buttons .site-seo button:hover:after,
.site-seo .site-form-data .site-form-buttons .site-form-button:hover:after,
.site-seo .site-form-data .site-form-field .file-upload-wrapper .file-upload-button:hover:after {
  animation: criss-cross-right 0.8s both;
  animation-direction: alternate;
}
@keyframes criss-cross-left {
  0% {
    left: -20px;
  }
  50% {
    left: 50%;
    width: 20px;
    height: 18px;
  }
  100% {
    left: 50%;
    width: 100%;
    height: 100%;
  }
}
@keyframes criss-cross-right {
  0% {
    right: -20px;
  }
  50% {
    right: 50%;
    width: 20px;
    height: 18px;
    border-radius: 50px;
  }
  100% {
    right: 50%;
    width: 100%;
    height: 100%;
    border-radius: 50px;
  }
}
.site-seo .site-bookmark-button {
  position: relative;
  position: relative;
  display: inline-block;
  overflow: hidden;
  font-size: 18px;
  border: 1px solid #00B0DE;
  color: #ffffff;
  text-decoration: none;
  border-radius: 50px;
  padding: 3px 50px 5px;
  background: #00B0DE;
  transition: all ease 0.5s;
  line-height: 40px;
  text-decoration: none !important;
  margin: 20px 0 0;
}
.site-seo .site-bookmark-button span {
  position: relative;
  z-index: 10;
}
.site-seo .site-bookmark-button:before, .site-seo .site-bookmark-button:after {
  position: absolute;
  top: 50%;
  content: "";
  width: 20px;
  height: 18px;
  background-color: #ffffff;
  border-radius: 50%;
}
.site-seo .site-bookmark-button:before {
  left: -20px;
  transform: translate(-50%, -50%);
}
.site-seo .site-bookmark-button:after {
  right: -20px;
  transform: translate(50%, -50%);
}
.site-seo .site-bookmark-button:hover {
  color: #00B0DE !important;
  border: 1px solid #00B0DE;
  transition: all ease 1.2s;
}
.site-seo .site-bookmark-button:hover span {
  color: #00B0DE !important;
}
.site-seo .site-bookmark-button:hover:before {
  animation: criss-cross-left 0.8s both;
  animation-direction: alternate;
}
.site-seo .site-bookmark-button:hover:after {
  animation: criss-cross-right 0.8s both;
  animation-direction: alternate;
}
@keyframes criss-cross-left {
  0% {
    left: -20px;
  }
  50% {
    left: 50%;
    width: 20px;
    height: 18px;
  }
  100% {
    left: 50%;
    width: 100%;
    height: 100%;
  }
}
@keyframes criss-cross-right {
  0% {
    right: -20px;
  }
  50% {
    right: 50%;
    width: 20px;
    height: 18px;
    border-radius: 50px;
  }
  100% {
    right: 50%;
    width: 100%;
    height: 100%;
    border-radius: 50px;
  }
}
.site-seo .site-bookmark-button .site-bookmark-button-icon {
  position: relative;
  top: 3px;
  padding: 0 0 0 3px;
}
.site-seo .site-bookmark-button .site-bookmark-button-icon:before {
  font-family: "site-icon" !important;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e917" !important;
  font-size: 20px;
}
.site-seo .site-bookmark-button.site-bookmark-display-button-remove .site-bookmark-button-icon:before {
  content: "\e918" !important;
}
.site-seo .site-button-secondary, .site-seo .site-search-wrapper .site-search-block.site-search-option2 .site-search-button, .site-search-wrapper .site-search-block.site-search-option2 .site-seo .site-search-button, .site-seo .site-primary-button {
  position: relative;
  display: inline-block;
  overflow: hidden;
  font-size: 18px;
  border: 1px solid #414141;
  color: #ffffff;
  text-decoration: none;
  border-radius: 50px;
  padding: 3px 50px 5px;
  background: #414141;
  transition: all ease 0.5s;
  line-height: 40px;
  text-decoration: none !important;
}
.site-seo .site-button-secondary span, .site-seo .site-search-wrapper .site-search-block.site-search-option2 .site-search-button span, .site-search-wrapper .site-search-block.site-search-option2 .site-seo .site-search-button span, .site-seo .site-primary-button span {
  position: relative;
  z-index: 10;
}
.site-seo .site-button-secondary:before, .site-seo .site-search-wrapper .site-search-block.site-search-option2 .site-search-button:before, .site-search-wrapper .site-search-block.site-search-option2 .site-seo .site-search-button:before, .site-seo .site-button-secondary:after, .site-seo .site-search-wrapper .site-search-block.site-search-option2 .site-search-button:after, .site-search-wrapper .site-search-block.site-search-option2 .site-seo .site-search-button:after, .site-seo .site-primary-button:before, .site-seo .site-primary-button:after {
  position: absolute;
  top: 50%;
  content: "";
  width: 20px;
  height: 18px;
  background-color: #ffffff;
  border-radius: 50%;
}
.site-seo .site-button-secondary:before, .site-seo .site-search-wrapper .site-search-block.site-search-option2 .site-search-button:before, .site-search-wrapper .site-search-block.site-search-option2 .site-seo .site-search-button:before, .site-seo .site-primary-button:before {
  left: -20px;
  transform: translate(-50%, -50%);
}
.site-seo .site-button-secondary:after, .site-seo .site-search-wrapper .site-search-block.site-search-option2 .site-search-button:after, .site-search-wrapper .site-search-block.site-search-option2 .site-seo .site-search-button:after, .site-seo .site-primary-button:after {
  right: -20px;
  transform: translate(50%, -50%);
}
.site-seo .site-button-secondary:hover, .site-seo .site-search-wrapper .site-search-block.site-search-option2 .site-search-button:hover, .site-search-wrapper .site-search-block.site-search-option2 .site-seo .site-search-button:hover, .site-seo .site-primary-button:hover {
  color: #414141 !important;
  border: 1px solid #414141;
  transition: all ease 1.2s;
}
.site-seo .site-button-secondary:hover span, .site-seo .site-search-wrapper .site-search-block.site-search-option2 .site-search-button:hover span, .site-search-wrapper .site-search-block.site-search-option2 .site-seo .site-search-button:hover span, .site-seo .site-primary-button:hover span {
  color: #414141 !important;
}
.site-seo .site-button-secondary:hover:before, .site-seo .site-search-wrapper .site-search-block.site-search-option2 .site-search-button:hover:before, .site-search-wrapper .site-search-block.site-search-option2 .site-seo .site-search-button:hover:before, .site-seo .site-primary-button:hover:before {
  animation: criss-cross-left 0.8s both;
  animation-direction: alternate;
}
.site-seo .site-button-secondary:hover:after, .site-seo .site-search-wrapper .site-search-block.site-search-option2 .site-search-button:hover:after, .site-search-wrapper .site-search-block.site-search-option2 .site-seo .site-search-button:hover:after, .site-seo .site-primary-button:hover:after {
  animation: criss-cross-right 0.8s both;
  animation-direction: alternate;
}
@keyframes criss-cross-left {
  0% {
    left: -20px;
  }
  50% {
    left: 50%;
    width: 20px;
    height: 18px;
  }
  100% {
    left: 50%;
    width: 100%;
    height: 100%;
  }
}
@keyframes criss-cross-right {
  0% {
    right: -20px;
  }
  50% {
    right: 50%;
    width: 20px;
    height: 18px;
    border-radius: 50px;
  }
  100% {
    right: 50%;
    width: 100%;
    height: 100%;
    border-radius: 50px;
  }
}
.site-seo .site-button-full-primary {
  position: relative;
  display: inline-block;
  overflow: hidden;
  font-size: 18px;
  border: 1px solid #00B0DE;
  color: #ffffff;
  text-decoration: none;
  border-radius: 50px;
  padding: 3px 50px 5px;
  background: #00B0DE;
  transition: all ease 0.5s;
  line-height: 40px;
  text-decoration: none !important;
  display: block;
  width: 100%;
  text-align: center;
}
.site-seo .site-button-full-primary span {
  position: relative;
  z-index: 10;
}
.site-seo .site-button-full-primary:before, .site-seo .site-button-full-primary:after {
  position: absolute;
  top: 50%;
  content: "";
  width: 20px;
  height: 18px;
  background-color: #ffffff;
  border-radius: 50%;
}
.site-seo .site-button-full-primary:before {
  left: -20px;
  transform: translate(-50%, -50%);
}
.site-seo .site-button-full-primary:after {
  right: -20px;
  transform: translate(50%, -50%);
}
.site-seo .site-button-full-primary:hover {
  color: #00B0DE !important;
  border: 1px solid #00B0DE;
  transition: all ease 1.2s;
}
.site-seo .site-button-full-primary:hover span {
  color: #00B0DE !important;
}
.site-seo .site-button-full-primary:hover:before {
  animation: criss-cross-left 0.8s both;
  animation-direction: alternate;
}
.site-seo .site-button-full-primary:hover:after {
  animation: criss-cross-right 0.8s both;
  animation-direction: alternate;
}
@keyframes criss-cross-left {
  0% {
    left: -20px;
  }
  50% {
    left: 50%;
    width: 20px;
    height: 18px;
  }
  100% {
    left: 50%;
    width: 100%;
    height: 100%;
  }
}
@keyframes criss-cross-right {
  0% {
    right: -20px;
  }
  50% {
    right: 50%;
    width: 20px;
    height: 18px;
    border-radius: 50px;
  }
  100% {
    right: 50%;
    width: 100%;
    height: 100%;
    border-radius: 50px;
  }
}
.site-seo .site-button-full-secondary {
  position: relative;
  display: inline-block;
  overflow: hidden;
  font-size: 18px;
  border: 1px solid #414141;
  color: #ffffff;
  text-decoration: none;
  border-radius: 50px;
  padding: 3px 50px 5px;
  background: #414141;
  transition: all ease 0.5s;
  line-height: 40px;
  text-decoration: none !important;
  display: block;
  width: 100%;
  text-align: center;
}
.site-seo .site-button-full-secondary span {
  position: relative;
  z-index: 10;
}
.site-seo .site-button-full-secondary:before, .site-seo .site-button-full-secondary:after {
  position: absolute;
  top: 50%;
  content: "";
  width: 20px;
  height: 18px;
  background-color: #ffffff;
  border-radius: 50%;
}
.site-seo .site-button-full-secondary:before {
  left: -20px;
  transform: translate(-50%, -50%);
}
.site-seo .site-button-full-secondary:after {
  right: -20px;
  transform: translate(50%, -50%);
}
.site-seo .site-button-full-secondary:hover {
  color: #414141 !important;
  border: 1px solid #414141;
  transition: all ease 1.2s;
}
.site-seo .site-button-full-secondary:hover span {
  color: #414141 !important;
}
.site-seo .site-button-full-secondary:hover:before {
  animation: criss-cross-left 0.8s both;
  animation-direction: alternate;
}
.site-seo .site-button-full-secondary:hover:after {
  animation: criss-cross-right 0.8s both;
  animation-direction: alternate;
}
@keyframes criss-cross-left {
  0% {
    left: -20px;
  }
  50% {
    left: 50%;
    width: 20px;
    height: 18px;
  }
  100% {
    left: 50%;
    width: 100%;
    height: 100%;
  }
}
@keyframes criss-cross-right {
  0% {
    right: -20px;
  }
  50% {
    right: 50%;
    width: 20px;
    height: 18px;
    border-radius: 50px;
  }
  100% {
    right: 50%;
    width: 100%;
    height: 100%;
    border-radius: 50px;
  }
}
.site-seo .site-button-big-primary {
  position: relative;
  display: inline-block;
  overflow: hidden;
  font-size: 18px;
  border: 1px solid #00B0DE;
  color: #ffffff;
  text-decoration: none;
  border-radius: 50px;
  padding: 3px 50px 5px;
  background: #00B0DE;
  transition: all ease 0.5s;
  line-height: 40px;
  text-decoration: none !important;
  padding: 22px 50px 25px;
  font-size: 25px;
}
.site-seo .site-button-big-primary span {
  position: relative;
  z-index: 10;
}
.site-seo .site-button-big-primary:before, .site-seo .site-button-big-primary:after {
  position: absolute;
  top: 50%;
  content: "";
  width: 20px;
  height: 18px;
  background-color: #ffffff;
  border-radius: 50%;
}
.site-seo .site-button-big-primary:before {
  left: -20px;
  transform: translate(-50%, -50%);
}
.site-seo .site-button-big-primary:after {
  right: -20px;
  transform: translate(50%, -50%);
}
.site-seo .site-button-big-primary:hover {
  color: #00B0DE !important;
  border: 1px solid #00B0DE;
  transition: all ease 1.2s;
}
.site-seo .site-button-big-primary:hover span {
  color: #00B0DE !important;
}
.site-seo .site-button-big-primary:hover:before {
  animation: criss-cross-left 0.8s both;
  animation-direction: alternate;
}
.site-seo .site-button-big-primary:hover:after {
  animation: criss-cross-right 0.8s both;
  animation-direction: alternate;
}
@keyframes criss-cross-left {
  0% {
    left: -20px;
  }
  50% {
    left: 50%;
    width: 20px;
    height: 18px;
  }
  100% {
    left: 50%;
    width: 100%;
    height: 100%;
  }
}
@keyframes criss-cross-right {
  0% {
    right: -20px;
  }
  50% {
    right: 50%;
    width: 20px;
    height: 18px;
    border-radius: 50px;
  }
  100% {
    right: 50%;
    width: 100%;
    height: 100%;
    border-radius: 50px;
  }
}
.site-seo .site-button-big-secondary {
  position: relative;
  display: inline-block;
  overflow: hidden;
  font-size: 18px;
  border: 1px solid #414141;
  color: #ffffff;
  text-decoration: none;
  border-radius: 50px;
  padding: 3px 50px 5px;
  background: #414141;
  transition: all ease 0.5s;
  line-height: 40px;
  text-decoration: none !important;
  padding: 22px 50px 25px;
  font-size: 25px;
}
.site-seo .site-button-big-secondary span {
  position: relative;
  z-index: 10;
}
.site-seo .site-button-big-secondary:before, .site-seo .site-button-big-secondary:after {
  position: absolute;
  top: 50%;
  content: "";
  width: 20px;
  height: 18px;
  background-color: #ffffff;
  border-radius: 50%;
}
.site-seo .site-button-big-secondary:before {
  left: -20px;
  transform: translate(-50%, -50%);
}
.site-seo .site-button-big-secondary:after {
  right: -20px;
  transform: translate(50%, -50%);
}
.site-seo .site-button-big-secondary:hover {
  color: #414141 !important;
  border: 1px solid #414141;
  transition: all ease 1.2s;
}
.site-seo .site-button-big-secondary:hover span {
  color: #414141 !important;
}
.site-seo .site-button-big-secondary:hover:before {
  animation: criss-cross-left 0.8s both;
  animation-direction: alternate;
}
.site-seo .site-button-big-secondary:hover:after {
  animation: criss-cross-right 0.8s both;
  animation-direction: alternate;
}
@keyframes criss-cross-left {
  0% {
    left: -20px;
  }
  50% {
    left: 50%;
    width: 20px;
    height: 18px;
  }
  100% {
    left: 50%;
    width: 100%;
    height: 100%;
  }
}
@keyframes criss-cross-right {
  0% {
    right: -20px;
  }
  50% {
    right: 50%;
    width: 20px;
    height: 18px;
    border-radius: 50px;
  }
  100% {
    right: 50%;
    width: 100%;
    height: 100%;
    border-radius: 50px;
  }
}
.site-seo .site-button-heart {
  position: relative;
  display: inline-block;
}
@media (max-width: 599px) {
  .site-seo .site-button-heart {
    margin: 0 0 10px;
  }
}
.site-seo .site-button-heart span {
  background: #FFF500;
  color: #000000;
  border-radius: 50px;
  padding: 3px 50px 5px;
  display: inline-block;
  line-height: 40px;
  position: relative;
  z-index: 2;
  border: 1px solid #FFF500;
}
.site-seo .site-button-heart .site-icon-heart {
  position: absolute;
  top: 0px;
  color: #FF2689;
  font-size: 25px;
  z-index: 0;
}
.site-seo .site-button-heart .site-icon-heart:nth-of-type(1) {
  left: calc(50% - 50px);
  scale: 1.1;
}
.site-seo .site-button-heart .site-icon-heart:nth-of-type(2) {
  left: calc(50% - 25px);
  animation-delay: 0.4s !important;
}
.site-seo .site-button-heart .site-icon-heart:nth-of-type(3) {
  left: 50%;
  animation-delay: 1s !important;
  scale: 1.2;
}
.site-seo .site-button-heart .site-icon-heart:nth-of-type(4) {
  left: calc(50% + 25px);
  animation-delay: 1.5s !important;
  scale: 1.2;
}
.site-seo .site-button-heart:hover span {
  background: #ffffff;
  border: 1px solid #000000;
}
.site-seo .site-button-heart:hover .site-icon-heart {
  animation: 1.5s linear heart normal;
}
@keyframes heart {
  0% {
    transform: rotate(10deg);
    opacity: 0;
  }
  25% {
    transform: rotate(-10deg);
    opacity: 1;
  }
  75% {
    transform: rotate(10deg);
    opacity: 0.5;
  }
  100% {
    transform: rotate(-10deg);
    opacity: 0;
    top: -130%;
  }
}
.site-seo .box {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--accent-color);
  color: #fff;
  border-radius: 50px;
  position: relative;
}
.site-seo .counter-container {
  padding: 30px;
}
.site-seo blockquote, .site-seo q {
  padding: 85px 75px;
  position: relative;
  margin: 80px 0 !important;
  border-radius: 20px;
  text-align: left;
  font-size: 18px !important;
  line-height: 30px !important;
}
@media (max-width: 599px) {
  .site-seo blockquote, .site-seo q {
    padding: 40px 20px;
  }
}
.site-seo blockquote:after, .site-seo q:after {
  font-family: "site-icon" !important;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e903" !important;
  display: block;
  position: absolute;
  background-size: 100%;
  top: -20px;
  left: 75px;
  font-size: 70px;
  color: #000000;
}
@media (max-width: 599px) {
  .site-seo blockquote:after, .site-seo q:after {
    left: 25px;
    font-size: 50px;
  }
}
.site-seo blockquote:before, .site-seo q:before {
  font-family: "site-icon" !important;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e919" !important;
  display: block;
  position: absolute;
  background-size: 100%;
  bottom: -20px;
  right: 75px;
  font-size: 70px;
  color: #000000;
}
@media (max-width: 599px) {
  .site-seo blockquote:before, .site-seo q:before {
    right: 25px;
    font-size: 50px;
  }
}
.site-seo q {
  border: 5px solid #000000;
  color: #000000;
}
.site-seo q:after, .site-seo q:before {
  color: #00B0DE;
}
.site-seo blockquote {
  background: #00B0DE;
  color: #ffffff;
}
.site-seo .cms-text-feature .cms-text-feature-data {
  line-height: normal;
}
.site-seo .cms-text-feature .cms-text-feature-data p {
  line-height: 30px;
  font-size: 18px;
  margin: 0 0 20px;
}
.site-seo .cms-text-feature .cms-text-feature-data p:last-child {
  margin: 0;
}
.site-seo .cms-text-feature .cms-text-feature-data q, .site-seo .cms-text-feature .cms-text-feature-data blockquote {
  text-align: left;
}
.site-seo .cms-text-feature .cms-text-feature-data ul, .site-seo .cms-text-feature .cms-text-feature-data ol {
  list-style-position: outside;
}
.site-seo .cms-text-feature .cms-text-feature-data ul li, .site-seo .cms-text-feature .cms-text-feature-data ol li {
  line-height: 30px;
  font-size: 18px;
  margin: 0 0 20px;
}
.site-seo .cms-text-feature .cms-text-feature-data ul li:last-child, .site-seo .cms-text-feature .cms-text-feature-data ol li:last-child {
  margin: 0;
}
.site-seo .cms-text-feature .cms-text-feature-data ol {
  list-style: none;
  counter-reset: li;
}
.site-seo .cms-text-feature .cms-text-feature-data ol li {
  position: relative;
  counter-increment: li;
  padding: 0 0 0 12px;
}
.site-seo .cms-text-feature .cms-text-feature-data ol li::before {
  content: counter(li);
  color: #00B0DE;
  font-size: 20px;
  position: absolute;
  left: -20px;
  top: 0px;
  width: 17px;
  text-align: left;
}
.site-seo .cms-text-feature .cms-text-feature-data ul li {
  list-style: none;
  position: relative;
  padding: 0 0 0 12px;
}
.site-seo .cms-text-feature .cms-text-feature-data ul li:before {
  content: "";
  width: 20px;
  height: 18px;
  background: #00B0DE;
  border-radius: 100%;
  position: absolute;
  left: -20px;
  top: 10px;
  transform: rotate(-30deg);
}
.site-seo .cms-text-feature .cms-text-feature-data hr {
  margin: 30px 0 20px;
}
.site-seo .cms-text-feature .cms-text-feature-data a1 {
  color: #00B0DE;
}
.site-seo .cms-text-feature .cms-text-feature-data a1.no-link-style {
  border-bottom: none !important;
  color: #00B0DE;
}
.site-seo .cms-text-feature .cms-text-feature-data a1.no-link-style:hover {
  color: #414141;
}
.site-seo .cms-text-feature .cms-text-feature-data a1:hover {
  color: #414141;
  border-bottom: 1px solid #414141;
}
.site-seo .site-color-text {
  color: #414141 !important;
}
.site-seo .site-color-text-wrapper .cms-feature-title {
  color: #414141 !important;
}
.site-seo .site-color-primary {
  color: #00B0DE !important;
}
.site-seo .site-color-primary-wrapper .cms-feature-title {
  color: #00B0DE !important;
}
.site-seo .site-color-secondary {
  color: #ffffff !important;
}
.site-seo .site-color-secondary-wrapper .cms-feature-title {
  color: #ffffff !important;
}
.site-seo .site-color-light {
  color: #f1f1f1 !important;
}
.site-seo .site-color-light-wrapper .cms-feature-title {
  color: #f1f1f1 !important;
}
.site-seo .site-color-black {
  color: #000000 !important;
}
.site-seo .site-color-black * {
  color: #000000 !important;
}
.site-seo .site-color-black-wrapper .cms-feature-title {
  color: #000000 !important;
}
.site-seo .site-color-black-wrapper .cms-feature-title * {
  color: #000000 !important;
}
.site-seo .site-color-white {
  color: #ffffff !important;
}
.site-seo .site-color-white var {
  color: #ffffff;
}
.site-seo .site-color-white *:not(var):not(var *) {
  color: #ffffff !important;
}
.site-seo .site-color-white *:not(var):not(var *).site-button-secondary:hover, .site-seo .site-color-white .site-search-wrapper .site-search-block.site-search-option2 *.site-search-button:not(var):not(var *):hover, .site-search-wrapper .site-search-block.site-search-option2 .site-seo .site-color-white *.site-search-button:not(var):not(var *):hover {
  color: #414141 !important;
}
.site-seo .site-color-white *:not(var):not(var *).site-button-secondary:hover span, .site-seo .site-color-white .site-search-wrapper .site-search-block.site-search-option2 *.site-search-button:not(var):not(var *):hover span, .site-search-wrapper .site-search-block.site-search-option2 .site-seo .site-color-white *.site-search-button:not(var):not(var *):hover span {
  color: #414141 !important;
}
.site-seo .site-color-white-wrapper .cms-feature-title {
  color: #ffffff !important;
}
.site-seo .site-bg-text, .site-seo .site-bg-text-wrapper, .site-seo .site-bg .cms-feature-title {
  background: #414141 !important;
}
.site-seo .site-bg-primary, .site-seo .site-bg-primary-wrapper, .site-seo .site-bg .cms-feature-title {
  background: #00B0DE !important;
}
.site-seo .site-bg-secondary, .site-seo .site-bg-secondary-wrapper, .site-seo .site-bg .cms-feature-title {
  background: #ffffff !important;
}
.site-seo .site-bg-light, .site-seo .site-bg-light-wrapper, .site-seo .site-bg .cms-feature-title {
  background: #dfdfdf !important;
}
.site-seo .site-bg-black, .site-seo .site-bg-black-wrapper, .site-seo .site-bg .cms-feature-title {
  background: #000000 !important;
}
.site-seo .site-bg-white, .site-seo .site-bg-white-wrapper, .site-seo .site-bg .cms-feature-title {
  background: #ffffff !important;
}
.site-seo .border-color-primary {
  border-color: #00B0DE;
}
.site-seo .border-color-secondary {
  border-color: #ffffff;
}
.site-seo .border-color-tertiary {
  border-color: #414141;
}
.site-seo .border-color-white {
  border-color: #ffffff;
}
.site-seo .border-color-light {
  border-color: #f1f1f1;
}
.site-seo .border-color-black {
  border-color: #000000;
}
.site-seo .border-bg-primary {
  background: #00B0DE;
}
.site-seo .border-bg-secondary {
  background: #ffffff;
}
.site-seo .border-bg-tertiary {
  background: #414141;
}
.site-seo .border-bg-white {
  background: #ffffff;
}
.site-seo .border-bg-light {
  background: #f1f1f1;
}
.site-seo .border-bg-black {
  background: #000000;
}
.site-seo a {
  color: #00B0DE;
}
.site-seo a:hover, .site-seo a:focus {
  color: #414141;
}
.site-seo .cms-feature-datablock a {
  text-decoration: underline;
}
.site-seo hr {
  margin: 0 auto 10px;
  border-top: 1px solid #00B0DE !important;
}

.site-digital-advertising var {
  background: #FF6300;
  padding: 15px 40px;
  text-transform: uppercase;
  font-style: normal;
  font-weight: bold;
  letter-spacing: -2.5px;
  font-size: 40px;
  color: #ffffff;
  display: inline-block;
  box-shadow: 8px 14px 17px -7px rgba(0, 0, 0, 0.5);
  line-height: 30px;
  font-family: "brother-1816", sans-serif;
}
@media (max-width: 1299px) {
  .site-digital-advertising var {
    line-height: 40px;
  }
}
@media (max-width: 599px) {
  .site-digital-advertising var {
    font-size: 20px;
    line-height: 20px;
    letter-spacing: -1.5px;
    padding: 10px 30px;
  }
}
.site-digital-advertising .site-posted-block {
  font-size: 16px;
  color: #000000;
  position: relative;
  padding: 0 0 0 60px;
  height: 50px;
  line-height: 50px;
  margin: 0;
}
.site-digital-advertising .site-posted-block:before {
  display: block;
  height: 40px;
  width: 40px;
  border-radius: 100%;
  background: #FF6300;
  color: #ffffff;
  position: absolute;
  left: 2px;
  top: 0;
  font-family: "gelato-luxe";
  font-size: 33px;
  text-align: center;
  line-height: 32px;
  font-weight: bold;
  animation: postedby 2s infinite;
  bottom: 0;
  margin: auto;
}
.site-digital-advertising .site-posted-block a {
  border-bottom: 1px solid;
  color: #000000;
  text-decoration: none;
}
@keyframes postedby {
  from, to {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
  }
}
.site-digital-advertising .site-button-primary, .site-digital-advertising .site-form-payment-wrapper .site-payment-buttons button, .site-form-payment-wrapper .site-payment-buttons .site-digital-advertising button,
.site-digital-advertising .site-form-data .site-form-buttons .site-form-button,
.site-digital-advertising .site-form-data .site-form-field .file-upload-wrapper .file-upload-button {
  position: relative;
  display: inline-block;
  overflow: hidden;
  font-size: 18px;
  border: 1px solid #FF6300;
  color: #ffffff;
  text-decoration: none;
  border-radius: 50px;
  padding: 3px 50px 5px;
  background: #FF6300;
  transition: all ease 0.5s;
  line-height: 40px;
  text-decoration: none !important;
}
.site-digital-advertising .site-button-primary span, .site-digital-advertising .site-form-payment-wrapper .site-payment-buttons button span, .site-form-payment-wrapper .site-payment-buttons .site-digital-advertising button span,
.site-digital-advertising .site-form-data .site-form-buttons .site-form-button span,
.site-digital-advertising .site-form-data .site-form-field .file-upload-wrapper .file-upload-button span {
  position: relative;
  z-index: 10;
}
.site-digital-advertising .site-button-primary:before, .site-digital-advertising .site-form-payment-wrapper .site-payment-buttons button:before, .site-form-payment-wrapper .site-payment-buttons .site-digital-advertising button:before, .site-digital-advertising .site-button-primary:after, .site-digital-advertising .site-form-payment-wrapper .site-payment-buttons button:after, .site-form-payment-wrapper .site-payment-buttons .site-digital-advertising button:after,
.site-digital-advertising .site-form-data .site-form-buttons .site-form-button:before,
.site-digital-advertising .site-form-data .site-form-buttons .site-form-button:after,
.site-digital-advertising .site-form-data .site-form-field .file-upload-wrapper .file-upload-button:before,
.site-digital-advertising .site-form-data .site-form-field .file-upload-wrapper .file-upload-button:after {
  position: absolute;
  top: 50%;
  content: "";
  width: 20px;
  height: 18px;
  background-color: #ffffff;
  border-radius: 50%;
}
.site-digital-advertising .site-button-primary:before, .site-digital-advertising .site-form-payment-wrapper .site-payment-buttons button:before, .site-form-payment-wrapper .site-payment-buttons .site-digital-advertising button:before,
.site-digital-advertising .site-form-data .site-form-buttons .site-form-button:before,
.site-digital-advertising .site-form-data .site-form-field .file-upload-wrapper .file-upload-button:before {
  left: -20px;
  transform: translate(-50%, -50%);
}
.site-digital-advertising .site-button-primary:after, .site-digital-advertising .site-form-payment-wrapper .site-payment-buttons button:after, .site-form-payment-wrapper .site-payment-buttons .site-digital-advertising button:after,
.site-digital-advertising .site-form-data .site-form-buttons .site-form-button:after,
.site-digital-advertising .site-form-data .site-form-field .file-upload-wrapper .file-upload-button:after {
  right: -20px;
  transform: translate(50%, -50%);
}
.site-digital-advertising .site-button-primary:hover, .site-digital-advertising .site-form-payment-wrapper .site-payment-buttons button:hover, .site-form-payment-wrapper .site-payment-buttons .site-digital-advertising button:hover,
.site-digital-advertising .site-form-data .site-form-buttons .site-form-button:hover,
.site-digital-advertising .site-form-data .site-form-field .file-upload-wrapper .file-upload-button:hover {
  color: #FF6300 !important;
  border: 1px solid #FF6300;
  transition: all ease 1.2s;
}
.site-digital-advertising .site-button-primary:hover span, .site-digital-advertising .site-form-payment-wrapper .site-payment-buttons button:hover span, .site-form-payment-wrapper .site-payment-buttons .site-digital-advertising button:hover span,
.site-digital-advertising .site-form-data .site-form-buttons .site-form-button:hover span,
.site-digital-advertising .site-form-data .site-form-field .file-upload-wrapper .file-upload-button:hover span {
  color: #FF6300 !important;
}
.site-digital-advertising .site-button-primary:hover:before, .site-digital-advertising .site-form-payment-wrapper .site-payment-buttons button:hover:before, .site-form-payment-wrapper .site-payment-buttons .site-digital-advertising button:hover:before,
.site-digital-advertising .site-form-data .site-form-buttons .site-form-button:hover:before,
.site-digital-advertising .site-form-data .site-form-field .file-upload-wrapper .file-upload-button:hover:before {
  animation: criss-cross-left 0.8s both;
  animation-direction: alternate;
}
.site-digital-advertising .site-button-primary:hover:after, .site-digital-advertising .site-form-payment-wrapper .site-payment-buttons button:hover:after, .site-form-payment-wrapper .site-payment-buttons .site-digital-advertising button:hover:after,
.site-digital-advertising .site-form-data .site-form-buttons .site-form-button:hover:after,
.site-digital-advertising .site-form-data .site-form-field .file-upload-wrapper .file-upload-button:hover:after {
  animation: criss-cross-right 0.8s both;
  animation-direction: alternate;
}
@keyframes criss-cross-left {
  0% {
    left: -20px;
  }
  50% {
    left: 50%;
    width: 20px;
    height: 18px;
  }
  100% {
    left: 50%;
    width: 100%;
    height: 100%;
  }
}
@keyframes criss-cross-right {
  0% {
    right: -20px;
  }
  50% {
    right: 50%;
    width: 20px;
    height: 18px;
    border-radius: 50px;
  }
  100% {
    right: 50%;
    width: 100%;
    height: 100%;
    border-radius: 50px;
  }
}
.site-digital-advertising .site-bookmark-button {
  position: relative;
  position: relative;
  display: inline-block;
  overflow: hidden;
  font-size: 18px;
  border: 1px solid #FF6300;
  color: #ffffff;
  text-decoration: none;
  border-radius: 50px;
  padding: 3px 50px 5px;
  background: #FF6300;
  transition: all ease 0.5s;
  line-height: 40px;
  text-decoration: none !important;
  margin: 20px 0 0;
}
.site-digital-advertising .site-bookmark-button span {
  position: relative;
  z-index: 10;
}
.site-digital-advertising .site-bookmark-button:before, .site-digital-advertising .site-bookmark-button:after {
  position: absolute;
  top: 50%;
  content: "";
  width: 20px;
  height: 18px;
  background-color: #ffffff;
  border-radius: 50%;
}
.site-digital-advertising .site-bookmark-button:before {
  left: -20px;
  transform: translate(-50%, -50%);
}
.site-digital-advertising .site-bookmark-button:after {
  right: -20px;
  transform: translate(50%, -50%);
}
.site-digital-advertising .site-bookmark-button:hover {
  color: #FF6300 !important;
  border: 1px solid #FF6300;
  transition: all ease 1.2s;
}
.site-digital-advertising .site-bookmark-button:hover span {
  color: #FF6300 !important;
}
.site-digital-advertising .site-bookmark-button:hover:before {
  animation: criss-cross-left 0.8s both;
  animation-direction: alternate;
}
.site-digital-advertising .site-bookmark-button:hover:after {
  animation: criss-cross-right 0.8s both;
  animation-direction: alternate;
}
@keyframes criss-cross-left {
  0% {
    left: -20px;
  }
  50% {
    left: 50%;
    width: 20px;
    height: 18px;
  }
  100% {
    left: 50%;
    width: 100%;
    height: 100%;
  }
}
@keyframes criss-cross-right {
  0% {
    right: -20px;
  }
  50% {
    right: 50%;
    width: 20px;
    height: 18px;
    border-radius: 50px;
  }
  100% {
    right: 50%;
    width: 100%;
    height: 100%;
    border-radius: 50px;
  }
}
.site-digital-advertising .site-bookmark-button .site-bookmark-button-icon {
  position: relative;
  top: 3px;
  padding: 0 0 0 3px;
}
.site-digital-advertising .site-bookmark-button .site-bookmark-button-icon:before {
  font-family: "site-icon" !important;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e917" !important;
  font-size: 20px;
}
.site-digital-advertising .site-bookmark-button.site-bookmark-display-button-remove .site-bookmark-button-icon:before {
  content: "\e918" !important;
}
.site-digital-advertising .site-button-secondary, .site-digital-advertising .site-search-wrapper .site-search-block.site-search-option2 .site-search-button, .site-search-wrapper .site-search-block.site-search-option2 .site-digital-advertising .site-search-button, .site-digital-advertising .site-primary-button {
  position: relative;
  display: inline-block;
  overflow: hidden;
  font-size: 18px;
  border: 1px solid #414141;
  color: #ffffff;
  text-decoration: none;
  border-radius: 50px;
  padding: 3px 50px 5px;
  background: #414141;
  transition: all ease 0.5s;
  line-height: 40px;
  text-decoration: none !important;
}
.site-digital-advertising .site-button-secondary span, .site-digital-advertising .site-search-wrapper .site-search-block.site-search-option2 .site-search-button span, .site-search-wrapper .site-search-block.site-search-option2 .site-digital-advertising .site-search-button span, .site-digital-advertising .site-primary-button span {
  position: relative;
  z-index: 10;
}
.site-digital-advertising .site-button-secondary:before, .site-digital-advertising .site-search-wrapper .site-search-block.site-search-option2 .site-search-button:before, .site-search-wrapper .site-search-block.site-search-option2 .site-digital-advertising .site-search-button:before, .site-digital-advertising .site-button-secondary:after, .site-digital-advertising .site-search-wrapper .site-search-block.site-search-option2 .site-search-button:after, .site-search-wrapper .site-search-block.site-search-option2 .site-digital-advertising .site-search-button:after, .site-digital-advertising .site-primary-button:before, .site-digital-advertising .site-primary-button:after {
  position: absolute;
  top: 50%;
  content: "";
  width: 20px;
  height: 18px;
  background-color: #ffffff;
  border-radius: 50%;
}
.site-digital-advertising .site-button-secondary:before, .site-digital-advertising .site-search-wrapper .site-search-block.site-search-option2 .site-search-button:before, .site-search-wrapper .site-search-block.site-search-option2 .site-digital-advertising .site-search-button:before, .site-digital-advertising .site-primary-button:before {
  left: -20px;
  transform: translate(-50%, -50%);
}
.site-digital-advertising .site-button-secondary:after, .site-digital-advertising .site-search-wrapper .site-search-block.site-search-option2 .site-search-button:after, .site-search-wrapper .site-search-block.site-search-option2 .site-digital-advertising .site-search-button:after, .site-digital-advertising .site-primary-button:after {
  right: -20px;
  transform: translate(50%, -50%);
}
.site-digital-advertising .site-button-secondary:hover, .site-digital-advertising .site-search-wrapper .site-search-block.site-search-option2 .site-search-button:hover, .site-search-wrapper .site-search-block.site-search-option2 .site-digital-advertising .site-search-button:hover, .site-digital-advertising .site-primary-button:hover {
  color: #414141 !important;
  border: 1px solid #414141;
  transition: all ease 1.2s;
}
.site-digital-advertising .site-button-secondary:hover span, .site-digital-advertising .site-search-wrapper .site-search-block.site-search-option2 .site-search-button:hover span, .site-search-wrapper .site-search-block.site-search-option2 .site-digital-advertising .site-search-button:hover span, .site-digital-advertising .site-primary-button:hover span {
  color: #414141 !important;
}
.site-digital-advertising .site-button-secondary:hover:before, .site-digital-advertising .site-search-wrapper .site-search-block.site-search-option2 .site-search-button:hover:before, .site-search-wrapper .site-search-block.site-search-option2 .site-digital-advertising .site-search-button:hover:before, .site-digital-advertising .site-primary-button:hover:before {
  animation: criss-cross-left 0.8s both;
  animation-direction: alternate;
}
.site-digital-advertising .site-button-secondary:hover:after, .site-digital-advertising .site-search-wrapper .site-search-block.site-search-option2 .site-search-button:hover:after, .site-search-wrapper .site-search-block.site-search-option2 .site-digital-advertising .site-search-button:hover:after, .site-digital-advertising .site-primary-button:hover:after {
  animation: criss-cross-right 0.8s both;
  animation-direction: alternate;
}
@keyframes criss-cross-left {
  0% {
    left: -20px;
  }
  50% {
    left: 50%;
    width: 20px;
    height: 18px;
  }
  100% {
    left: 50%;
    width: 100%;
    height: 100%;
  }
}
@keyframes criss-cross-right {
  0% {
    right: -20px;
  }
  50% {
    right: 50%;
    width: 20px;
    height: 18px;
    border-radius: 50px;
  }
  100% {
    right: 50%;
    width: 100%;
    height: 100%;
    border-radius: 50px;
  }
}
.site-digital-advertising .site-button-full-primary {
  position: relative;
  display: inline-block;
  overflow: hidden;
  font-size: 18px;
  border: 1px solid #FF6300;
  color: #ffffff;
  text-decoration: none;
  border-radius: 50px;
  padding: 3px 50px 5px;
  background: #FF6300;
  transition: all ease 0.5s;
  line-height: 40px;
  text-decoration: none !important;
  display: block;
  width: 100%;
  text-align: center;
}
.site-digital-advertising .site-button-full-primary span {
  position: relative;
  z-index: 10;
}
.site-digital-advertising .site-button-full-primary:before, .site-digital-advertising .site-button-full-primary:after {
  position: absolute;
  top: 50%;
  content: "";
  width: 20px;
  height: 18px;
  background-color: #ffffff;
  border-radius: 50%;
}
.site-digital-advertising .site-button-full-primary:before {
  left: -20px;
  transform: translate(-50%, -50%);
}
.site-digital-advertising .site-button-full-primary:after {
  right: -20px;
  transform: translate(50%, -50%);
}
.site-digital-advertising .site-button-full-primary:hover {
  color: #FF6300 !important;
  border: 1px solid #FF6300;
  transition: all ease 1.2s;
}
.site-digital-advertising .site-button-full-primary:hover span {
  color: #FF6300 !important;
}
.site-digital-advertising .site-button-full-primary:hover:before {
  animation: criss-cross-left 0.8s both;
  animation-direction: alternate;
}
.site-digital-advertising .site-button-full-primary:hover:after {
  animation: criss-cross-right 0.8s both;
  animation-direction: alternate;
}
@keyframes criss-cross-left {
  0% {
    left: -20px;
  }
  50% {
    left: 50%;
    width: 20px;
    height: 18px;
  }
  100% {
    left: 50%;
    width: 100%;
    height: 100%;
  }
}
@keyframes criss-cross-right {
  0% {
    right: -20px;
  }
  50% {
    right: 50%;
    width: 20px;
    height: 18px;
    border-radius: 50px;
  }
  100% {
    right: 50%;
    width: 100%;
    height: 100%;
    border-radius: 50px;
  }
}
.site-digital-advertising .site-button-full-secondary {
  position: relative;
  display: inline-block;
  overflow: hidden;
  font-size: 18px;
  border: 1px solid #414141;
  color: #ffffff;
  text-decoration: none;
  border-radius: 50px;
  padding: 3px 50px 5px;
  background: #414141;
  transition: all ease 0.5s;
  line-height: 40px;
  text-decoration: none !important;
  display: block;
  width: 100%;
  text-align: center;
}
.site-digital-advertising .site-button-full-secondary span {
  position: relative;
  z-index: 10;
}
.site-digital-advertising .site-button-full-secondary:before, .site-digital-advertising .site-button-full-secondary:after {
  position: absolute;
  top: 50%;
  content: "";
  width: 20px;
  height: 18px;
  background-color: #ffffff;
  border-radius: 50%;
}
.site-digital-advertising .site-button-full-secondary:before {
  left: -20px;
  transform: translate(-50%, -50%);
}
.site-digital-advertising .site-button-full-secondary:after {
  right: -20px;
  transform: translate(50%, -50%);
}
.site-digital-advertising .site-button-full-secondary:hover {
  color: #414141 !important;
  border: 1px solid #414141;
  transition: all ease 1.2s;
}
.site-digital-advertising .site-button-full-secondary:hover span {
  color: #414141 !important;
}
.site-digital-advertising .site-button-full-secondary:hover:before {
  animation: criss-cross-left 0.8s both;
  animation-direction: alternate;
}
.site-digital-advertising .site-button-full-secondary:hover:after {
  animation: criss-cross-right 0.8s both;
  animation-direction: alternate;
}
@keyframes criss-cross-left {
  0% {
    left: -20px;
  }
  50% {
    left: 50%;
    width: 20px;
    height: 18px;
  }
  100% {
    left: 50%;
    width: 100%;
    height: 100%;
  }
}
@keyframes criss-cross-right {
  0% {
    right: -20px;
  }
  50% {
    right: 50%;
    width: 20px;
    height: 18px;
    border-radius: 50px;
  }
  100% {
    right: 50%;
    width: 100%;
    height: 100%;
    border-radius: 50px;
  }
}
.site-digital-advertising .site-button-big-primary {
  position: relative;
  display: inline-block;
  overflow: hidden;
  font-size: 18px;
  border: 1px solid #FF6300;
  color: #ffffff;
  text-decoration: none;
  border-radius: 50px;
  padding: 3px 50px 5px;
  background: #FF6300;
  transition: all ease 0.5s;
  line-height: 40px;
  text-decoration: none !important;
  padding: 22px 50px 25px;
  font-size: 25px;
}
.site-digital-advertising .site-button-big-primary span {
  position: relative;
  z-index: 10;
}
.site-digital-advertising .site-button-big-primary:before, .site-digital-advertising .site-button-big-primary:after {
  position: absolute;
  top: 50%;
  content: "";
  width: 20px;
  height: 18px;
  background-color: #ffffff;
  border-radius: 50%;
}
.site-digital-advertising .site-button-big-primary:before {
  left: -20px;
  transform: translate(-50%, -50%);
}
.site-digital-advertising .site-button-big-primary:after {
  right: -20px;
  transform: translate(50%, -50%);
}
.site-digital-advertising .site-button-big-primary:hover {
  color: #FF6300 !important;
  border: 1px solid #FF6300;
  transition: all ease 1.2s;
}
.site-digital-advertising .site-button-big-primary:hover span {
  color: #FF6300 !important;
}
.site-digital-advertising .site-button-big-primary:hover:before {
  animation: criss-cross-left 0.8s both;
  animation-direction: alternate;
}
.site-digital-advertising .site-button-big-primary:hover:after {
  animation: criss-cross-right 0.8s both;
  animation-direction: alternate;
}
@keyframes criss-cross-left {
  0% {
    left: -20px;
  }
  50% {
    left: 50%;
    width: 20px;
    height: 18px;
  }
  100% {
    left: 50%;
    width: 100%;
    height: 100%;
  }
}
@keyframes criss-cross-right {
  0% {
    right: -20px;
  }
  50% {
    right: 50%;
    width: 20px;
    height: 18px;
    border-radius: 50px;
  }
  100% {
    right: 50%;
    width: 100%;
    height: 100%;
    border-radius: 50px;
  }
}
.site-digital-advertising .site-button-big-secondary {
  position: relative;
  display: inline-block;
  overflow: hidden;
  font-size: 18px;
  border: 1px solid #414141;
  color: #ffffff;
  text-decoration: none;
  border-radius: 50px;
  padding: 3px 50px 5px;
  background: #414141;
  transition: all ease 0.5s;
  line-height: 40px;
  text-decoration: none !important;
  padding: 22px 50px 25px;
  font-size: 25px;
}
.site-digital-advertising .site-button-big-secondary span {
  position: relative;
  z-index: 10;
}
.site-digital-advertising .site-button-big-secondary:before, .site-digital-advertising .site-button-big-secondary:after {
  position: absolute;
  top: 50%;
  content: "";
  width: 20px;
  height: 18px;
  background-color: #ffffff;
  border-radius: 50%;
}
.site-digital-advertising .site-button-big-secondary:before {
  left: -20px;
  transform: translate(-50%, -50%);
}
.site-digital-advertising .site-button-big-secondary:after {
  right: -20px;
  transform: translate(50%, -50%);
}
.site-digital-advertising .site-button-big-secondary:hover {
  color: #414141 !important;
  border: 1px solid #414141;
  transition: all ease 1.2s;
}
.site-digital-advertising .site-button-big-secondary:hover span {
  color: #414141 !important;
}
.site-digital-advertising .site-button-big-secondary:hover:before {
  animation: criss-cross-left 0.8s both;
  animation-direction: alternate;
}
.site-digital-advertising .site-button-big-secondary:hover:after {
  animation: criss-cross-right 0.8s both;
  animation-direction: alternate;
}
@keyframes criss-cross-left {
  0% {
    left: -20px;
  }
  50% {
    left: 50%;
    width: 20px;
    height: 18px;
  }
  100% {
    left: 50%;
    width: 100%;
    height: 100%;
  }
}
@keyframes criss-cross-right {
  0% {
    right: -20px;
  }
  50% {
    right: 50%;
    width: 20px;
    height: 18px;
    border-radius: 50px;
  }
  100% {
    right: 50%;
    width: 100%;
    height: 100%;
    border-radius: 50px;
  }
}
.site-digital-advertising .site-button-heart {
  position: relative;
  display: inline-block;
}
@media (max-width: 599px) {
  .site-digital-advertising .site-button-heart {
    margin: 0 0 10px;
  }
}
.site-digital-advertising .site-button-heart span {
  background: #FFF500;
  color: #000000;
  border-radius: 50px;
  padding: 3px 50px 5px;
  display: inline-block;
  line-height: 40px;
  position: relative;
  z-index: 2;
  border: 1px solid #FFF500;
}
.site-digital-advertising .site-button-heart .site-icon-heart {
  position: absolute;
  top: 0px;
  color: #FF2689;
  font-size: 25px;
  z-index: 0;
}
.site-digital-advertising .site-button-heart .site-icon-heart:nth-of-type(1) {
  left: calc(50% - 50px);
  scale: 1.1;
}
.site-digital-advertising .site-button-heart .site-icon-heart:nth-of-type(2) {
  left: calc(50% - 25px);
  animation-delay: 0.4s !important;
}
.site-digital-advertising .site-button-heart .site-icon-heart:nth-of-type(3) {
  left: 50%;
  animation-delay: 1s !important;
  scale: 1.2;
}
.site-digital-advertising .site-button-heart .site-icon-heart:nth-of-type(4) {
  left: calc(50% + 25px);
  animation-delay: 1.5s !important;
  scale: 1.2;
}
.site-digital-advertising .site-button-heart:hover span {
  background: #ffffff;
  border: 1px solid #000000;
}
.site-digital-advertising .site-button-heart:hover .site-icon-heart {
  animation: 1.5s linear heart normal;
}
@keyframes heart {
  0% {
    transform: rotate(10deg);
    opacity: 0;
  }
  25% {
    transform: rotate(-10deg);
    opacity: 1;
  }
  75% {
    transform: rotate(10deg);
    opacity: 0.5;
  }
  100% {
    transform: rotate(-10deg);
    opacity: 0;
    top: -130%;
  }
}
.site-digital-advertising .box {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--accent-color);
  color: #fff;
  border-radius: 50px;
  position: relative;
}
.site-digital-advertising .counter-container {
  padding: 30px;
}
.site-digital-advertising blockquote, .site-digital-advertising q {
  padding: 85px 75px;
  position: relative;
  margin: 80px 0 !important;
  border-radius: 20px;
  text-align: left;
  font-size: 18px !important;
  line-height: 30px !important;
}
@media (max-width: 599px) {
  .site-digital-advertising blockquote, .site-digital-advertising q {
    padding: 40px 20px;
  }
}
.site-digital-advertising blockquote:after, .site-digital-advertising q:after {
  font-family: "site-icon" !important;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e903" !important;
  display: block;
  position: absolute;
  background-size: 100%;
  top: -20px;
  left: 75px;
  font-size: 70px;
  color: #000000;
}
@media (max-width: 599px) {
  .site-digital-advertising blockquote:after, .site-digital-advertising q:after {
    left: 25px;
    font-size: 50px;
  }
}
.site-digital-advertising blockquote:before, .site-digital-advertising q:before {
  font-family: "site-icon" !important;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e919" !important;
  display: block;
  position: absolute;
  background-size: 100%;
  bottom: -20px;
  right: 75px;
  font-size: 70px;
  color: #000000;
}
@media (max-width: 599px) {
  .site-digital-advertising blockquote:before, .site-digital-advertising q:before {
    right: 25px;
    font-size: 50px;
  }
}
.site-digital-advertising q {
  border: 5px solid #000000;
  color: #000000;
}
.site-digital-advertising q:after, .site-digital-advertising q:before {
  color: #FF6300;
}
.site-digital-advertising blockquote {
  background: #FF6300;
  color: #ffffff;
}
.site-digital-advertising .cms-text-feature .cms-text-feature-data {
  line-height: normal;
}
.site-digital-advertising .cms-text-feature .cms-text-feature-data p {
  line-height: 30px;
  font-size: 18px;
  margin: 0 0 20px;
}
.site-digital-advertising .cms-text-feature .cms-text-feature-data p:last-child {
  margin: 0;
}
.site-digital-advertising .cms-text-feature .cms-text-feature-data q, .site-digital-advertising .cms-text-feature .cms-text-feature-data blockquote {
  text-align: left;
}
.site-digital-advertising .cms-text-feature .cms-text-feature-data ul, .site-digital-advertising .cms-text-feature .cms-text-feature-data ol {
  list-style-position: outside;
}
.site-digital-advertising .cms-text-feature .cms-text-feature-data ul li, .site-digital-advertising .cms-text-feature .cms-text-feature-data ol li {
  line-height: 30px;
  font-size: 18px;
  margin: 0 0 20px;
}
.site-digital-advertising .cms-text-feature .cms-text-feature-data ul li:last-child, .site-digital-advertising .cms-text-feature .cms-text-feature-data ol li:last-child {
  margin: 0;
}
.site-digital-advertising .cms-text-feature .cms-text-feature-data ol {
  list-style: none;
  counter-reset: li;
}
.site-digital-advertising .cms-text-feature .cms-text-feature-data ol li {
  position: relative;
  counter-increment: li;
  padding: 0 0 0 12px;
}
.site-digital-advertising .cms-text-feature .cms-text-feature-data ol li::before {
  content: counter(li);
  color: #FF6300;
  font-size: 20px;
  position: absolute;
  left: -20px;
  top: 0px;
  width: 17px;
  text-align: left;
}
.site-digital-advertising .cms-text-feature .cms-text-feature-data ul li {
  list-style: none;
  position: relative;
  padding: 0 0 0 12px;
}
.site-digital-advertising .cms-text-feature .cms-text-feature-data ul li:before {
  content: "";
  width: 20px;
  height: 18px;
  background: #FF6300;
  border-radius: 100%;
  position: absolute;
  left: -20px;
  top: 10px;
  transform: rotate(-30deg);
}
.site-digital-advertising .cms-text-feature .cms-text-feature-data hr {
  margin: 30px 0 20px;
}
.site-digital-advertising .cms-text-feature .cms-text-feature-data a1 {
  color: #FF6300;
}
.site-digital-advertising .cms-text-feature .cms-text-feature-data a1.no-link-style {
  border-bottom: none !important;
  color: #FF6300;
}
.site-digital-advertising .cms-text-feature .cms-text-feature-data a1.no-link-style:hover {
  color: #414141;
}
.site-digital-advertising .cms-text-feature .cms-text-feature-data a1:hover {
  color: #414141;
  border-bottom: 1px solid #414141;
}
.site-digital-advertising .site-color-text {
  color: #414141 !important;
}
.site-digital-advertising .site-color-text-wrapper .cms-feature-title {
  color: #414141 !important;
}
.site-digital-advertising .site-color-primary {
  color: #FF6300 !important;
}
.site-digital-advertising .site-color-primary-wrapper .cms-feature-title {
  color: #FF6300 !important;
}
.site-digital-advertising .site-color-secondary {
  color: #ffffff !important;
}
.site-digital-advertising .site-color-secondary-wrapper .cms-feature-title {
  color: #ffffff !important;
}
.site-digital-advertising .site-color-light {
  color: #f1f1f1 !important;
}
.site-digital-advertising .site-color-light-wrapper .cms-feature-title {
  color: #f1f1f1 !important;
}
.site-digital-advertising .site-color-black {
  color: #000000 !important;
}
.site-digital-advertising .site-color-black * {
  color: #000000 !important;
}
.site-digital-advertising .site-color-black-wrapper .cms-feature-title {
  color: #000000 !important;
}
.site-digital-advertising .site-color-black-wrapper .cms-feature-title * {
  color: #000000 !important;
}
.site-digital-advertising .site-color-white {
  color: #ffffff !important;
}
.site-digital-advertising .site-color-white var {
  color: #ffffff;
}
.site-digital-advertising .site-color-white *:not(var):not(var *) {
  color: #ffffff !important;
}
.site-digital-advertising .site-color-white *:not(var):not(var *).site-button-secondary:hover, .site-digital-advertising .site-color-white .site-search-wrapper .site-search-block.site-search-option2 *.site-search-button:not(var):not(var *):hover, .site-search-wrapper .site-search-block.site-search-option2 .site-digital-advertising .site-color-white *.site-search-button:not(var):not(var *):hover {
  color: #414141 !important;
}
.site-digital-advertising .site-color-white *:not(var):not(var *).site-button-secondary:hover span, .site-digital-advertising .site-color-white .site-search-wrapper .site-search-block.site-search-option2 *.site-search-button:not(var):not(var *):hover span, .site-search-wrapper .site-search-block.site-search-option2 .site-digital-advertising .site-color-white *.site-search-button:not(var):not(var *):hover span {
  color: #414141 !important;
}
.site-digital-advertising .site-color-white-wrapper .cms-feature-title {
  color: #ffffff !important;
}
.site-digital-advertising .site-bg-text, .site-digital-advertising .site-bg-text-wrapper, .site-digital-advertising .site-bg .cms-feature-title {
  background: #414141 !important;
}
.site-digital-advertising .site-bg-primary, .site-digital-advertising .site-bg-primary-wrapper, .site-digital-advertising .site-bg .cms-feature-title {
  background: #FF6300 !important;
}
.site-digital-advertising .site-bg-secondary, .site-digital-advertising .site-bg-secondary-wrapper, .site-digital-advertising .site-bg .cms-feature-title {
  background: #ffffff !important;
}
.site-digital-advertising .site-bg-light, .site-digital-advertising .site-bg-light-wrapper, .site-digital-advertising .site-bg .cms-feature-title {
  background: #dfdfdf !important;
}
.site-digital-advertising .site-bg-black, .site-digital-advertising .site-bg-black-wrapper, .site-digital-advertising .site-bg .cms-feature-title {
  background: #000000 !important;
}
.site-digital-advertising .site-bg-white, .site-digital-advertising .site-bg-white-wrapper, .site-digital-advertising .site-bg .cms-feature-title {
  background: #ffffff !important;
}
.site-digital-advertising .border-color-primary {
  border-color: #FF6300;
}
.site-digital-advertising .border-color-secondary {
  border-color: #ffffff;
}
.site-digital-advertising .border-color-tertiary {
  border-color: #414141;
}
.site-digital-advertising .border-color-white {
  border-color: #ffffff;
}
.site-digital-advertising .border-color-light {
  border-color: #f1f1f1;
}
.site-digital-advertising .border-color-black {
  border-color: #000000;
}
.site-digital-advertising .border-bg-primary {
  background: #FF6300;
}
.site-digital-advertising .border-bg-secondary {
  background: #ffffff;
}
.site-digital-advertising .border-bg-tertiary {
  background: #414141;
}
.site-digital-advertising .border-bg-white {
  background: #ffffff;
}
.site-digital-advertising .border-bg-light {
  background: #f1f1f1;
}
.site-digital-advertising .border-bg-black {
  background: #000000;
}
.site-digital-advertising a {
  color: #FF6300;
}
.site-digital-advertising a:hover, .site-digital-advertising a:focus {
  color: #414141;
}
.site-digital-advertising .cms-feature-datablock a {
  text-decoration: underline;
}
.site-digital-advertising hr {
  margin: 0 auto 10px;
  border-top: 1px solid #FF6300 !important;
}

.site-success-stories var {
  background: #DA2075;
  padding: 15px 40px;
  text-transform: uppercase;
  font-style: normal;
  font-weight: bold;
  letter-spacing: -2.5px;
  font-size: 40px;
  color: #ffffff;
  display: inline-block;
  box-shadow: 8px 14px 17px -7px rgba(0, 0, 0, 0.5);
  line-height: 30px;
  font-family: "brother-1816", sans-serif;
}
@media (max-width: 1299px) {
  .site-success-stories var {
    line-height: 40px;
  }
}
@media (max-width: 599px) {
  .site-success-stories var {
    font-size: 20px;
    line-height: 20px;
    letter-spacing: -1.5px;
    padding: 10px 30px;
  }
}
.site-success-stories .site-posted-block {
  font-size: 16px;
  color: #000000;
  position: relative;
  padding: 0 0 0 60px;
  height: 50px;
  line-height: 50px;
  margin: 0;
}
.site-success-stories .site-posted-block:before {
  display: block;
  height: 40px;
  width: 40px;
  border-radius: 100%;
  background: #DA2075;
  color: #ffffff;
  position: absolute;
  left: 2px;
  top: 0;
  font-family: "gelato-luxe";
  font-size: 33px;
  text-align: center;
  line-height: 32px;
  font-weight: bold;
  animation: postedby 2s infinite;
  bottom: 0;
  margin: auto;
}
.site-success-stories .site-posted-block a {
  border-bottom: 1px solid;
  color: #000000;
  text-decoration: none;
}
@keyframes postedby {
  from, to {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
  }
}
.site-success-stories .site-button-primary, .site-success-stories .site-form-payment-wrapper .site-payment-buttons button, .site-form-payment-wrapper .site-payment-buttons .site-success-stories button,
.site-success-stories .site-form-data .site-form-buttons .site-form-button,
.site-success-stories .site-form-data .site-form-field .file-upload-wrapper .file-upload-button {
  position: relative;
  display: inline-block;
  overflow: hidden;
  font-size: 18px;
  border: 1px solid #DA2075;
  color: #ffffff;
  text-decoration: none;
  border-radius: 50px;
  padding: 3px 50px 5px;
  background: #DA2075;
  transition: all ease 0.5s;
  line-height: 40px;
  text-decoration: none !important;
}
.site-success-stories .site-button-primary span, .site-success-stories .site-form-payment-wrapper .site-payment-buttons button span, .site-form-payment-wrapper .site-payment-buttons .site-success-stories button span,
.site-success-stories .site-form-data .site-form-buttons .site-form-button span,
.site-success-stories .site-form-data .site-form-field .file-upload-wrapper .file-upload-button span {
  position: relative;
  z-index: 10;
}
.site-success-stories .site-button-primary:before, .site-success-stories .site-form-payment-wrapper .site-payment-buttons button:before, .site-form-payment-wrapper .site-payment-buttons .site-success-stories button:before, .site-success-stories .site-button-primary:after, .site-success-stories .site-form-payment-wrapper .site-payment-buttons button:after, .site-form-payment-wrapper .site-payment-buttons .site-success-stories button:after,
.site-success-stories .site-form-data .site-form-buttons .site-form-button:before,
.site-success-stories .site-form-data .site-form-buttons .site-form-button:after,
.site-success-stories .site-form-data .site-form-field .file-upload-wrapper .file-upload-button:before,
.site-success-stories .site-form-data .site-form-field .file-upload-wrapper .file-upload-button:after {
  position: absolute;
  top: 50%;
  content: "";
  width: 20px;
  height: 18px;
  background-color: #ffffff;
  border-radius: 50%;
}
.site-success-stories .site-button-primary:before, .site-success-stories .site-form-payment-wrapper .site-payment-buttons button:before, .site-form-payment-wrapper .site-payment-buttons .site-success-stories button:before,
.site-success-stories .site-form-data .site-form-buttons .site-form-button:before,
.site-success-stories .site-form-data .site-form-field .file-upload-wrapper .file-upload-button:before {
  left: -20px;
  transform: translate(-50%, -50%);
}
.site-success-stories .site-button-primary:after, .site-success-stories .site-form-payment-wrapper .site-payment-buttons button:after, .site-form-payment-wrapper .site-payment-buttons .site-success-stories button:after,
.site-success-stories .site-form-data .site-form-buttons .site-form-button:after,
.site-success-stories .site-form-data .site-form-field .file-upload-wrapper .file-upload-button:after {
  right: -20px;
  transform: translate(50%, -50%);
}
.site-success-stories .site-button-primary:hover, .site-success-stories .site-form-payment-wrapper .site-payment-buttons button:hover, .site-form-payment-wrapper .site-payment-buttons .site-success-stories button:hover,
.site-success-stories .site-form-data .site-form-buttons .site-form-button:hover,
.site-success-stories .site-form-data .site-form-field .file-upload-wrapper .file-upload-button:hover {
  color: #DA2075 !important;
  border: 1px solid #DA2075;
  transition: all ease 1.2s;
}
.site-success-stories .site-button-primary:hover span, .site-success-stories .site-form-payment-wrapper .site-payment-buttons button:hover span, .site-form-payment-wrapper .site-payment-buttons .site-success-stories button:hover span,
.site-success-stories .site-form-data .site-form-buttons .site-form-button:hover span,
.site-success-stories .site-form-data .site-form-field .file-upload-wrapper .file-upload-button:hover span {
  color: #DA2075 !important;
}
.site-success-stories .site-button-primary:hover:before, .site-success-stories .site-form-payment-wrapper .site-payment-buttons button:hover:before, .site-form-payment-wrapper .site-payment-buttons .site-success-stories button:hover:before,
.site-success-stories .site-form-data .site-form-buttons .site-form-button:hover:before,
.site-success-stories .site-form-data .site-form-field .file-upload-wrapper .file-upload-button:hover:before {
  animation: criss-cross-left 0.8s both;
  animation-direction: alternate;
}
.site-success-stories .site-button-primary:hover:after, .site-success-stories .site-form-payment-wrapper .site-payment-buttons button:hover:after, .site-form-payment-wrapper .site-payment-buttons .site-success-stories button:hover:after,
.site-success-stories .site-form-data .site-form-buttons .site-form-button:hover:after,
.site-success-stories .site-form-data .site-form-field .file-upload-wrapper .file-upload-button:hover:after {
  animation: criss-cross-right 0.8s both;
  animation-direction: alternate;
}
@keyframes criss-cross-left {
  0% {
    left: -20px;
  }
  50% {
    left: 50%;
    width: 20px;
    height: 18px;
  }
  100% {
    left: 50%;
    width: 100%;
    height: 100%;
  }
}
@keyframes criss-cross-right {
  0% {
    right: -20px;
  }
  50% {
    right: 50%;
    width: 20px;
    height: 18px;
    border-radius: 50px;
  }
  100% {
    right: 50%;
    width: 100%;
    height: 100%;
    border-radius: 50px;
  }
}
.site-success-stories .site-bookmark-button {
  position: relative;
  position: relative;
  display: inline-block;
  overflow: hidden;
  font-size: 18px;
  border: 1px solid #DA2075;
  color: #ffffff;
  text-decoration: none;
  border-radius: 50px;
  padding: 3px 50px 5px;
  background: #DA2075;
  transition: all ease 0.5s;
  line-height: 40px;
  text-decoration: none !important;
  margin: 20px 0 0;
}
.site-success-stories .site-bookmark-button span {
  position: relative;
  z-index: 10;
}
.site-success-stories .site-bookmark-button:before, .site-success-stories .site-bookmark-button:after {
  position: absolute;
  top: 50%;
  content: "";
  width: 20px;
  height: 18px;
  background-color: #ffffff;
  border-radius: 50%;
}
.site-success-stories .site-bookmark-button:before {
  left: -20px;
  transform: translate(-50%, -50%);
}
.site-success-stories .site-bookmark-button:after {
  right: -20px;
  transform: translate(50%, -50%);
}
.site-success-stories .site-bookmark-button:hover {
  color: #DA2075 !important;
  border: 1px solid #DA2075;
  transition: all ease 1.2s;
}
.site-success-stories .site-bookmark-button:hover span {
  color: #DA2075 !important;
}
.site-success-stories .site-bookmark-button:hover:before {
  animation: criss-cross-left 0.8s both;
  animation-direction: alternate;
}
.site-success-stories .site-bookmark-button:hover:after {
  animation: criss-cross-right 0.8s both;
  animation-direction: alternate;
}
@keyframes criss-cross-left {
  0% {
    left: -20px;
  }
  50% {
    left: 50%;
    width: 20px;
    height: 18px;
  }
  100% {
    left: 50%;
    width: 100%;
    height: 100%;
  }
}
@keyframes criss-cross-right {
  0% {
    right: -20px;
  }
  50% {
    right: 50%;
    width: 20px;
    height: 18px;
    border-radius: 50px;
  }
  100% {
    right: 50%;
    width: 100%;
    height: 100%;
    border-radius: 50px;
  }
}
.site-success-stories .site-bookmark-button .site-bookmark-button-icon {
  position: relative;
  top: 3px;
  padding: 0 0 0 3px;
}
.site-success-stories .site-bookmark-button .site-bookmark-button-icon:before {
  font-family: "site-icon" !important;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e917" !important;
  font-size: 20px;
}
.site-success-stories .site-bookmark-button.site-bookmark-display-button-remove .site-bookmark-button-icon:before {
  content: "\e918" !important;
}
.site-success-stories .site-button-secondary, .site-success-stories .site-search-wrapper .site-search-block.site-search-option2 .site-search-button, .site-search-wrapper .site-search-block.site-search-option2 .site-success-stories .site-search-button, .site-success-stories .site-primary-button {
  position: relative;
  display: inline-block;
  overflow: hidden;
  font-size: 18px;
  border: 1px solid #414141;
  color: #ffffff;
  text-decoration: none;
  border-radius: 50px;
  padding: 3px 50px 5px;
  background: #414141;
  transition: all ease 0.5s;
  line-height: 40px;
  text-decoration: none !important;
}
.site-success-stories .site-button-secondary span, .site-success-stories .site-search-wrapper .site-search-block.site-search-option2 .site-search-button span, .site-search-wrapper .site-search-block.site-search-option2 .site-success-stories .site-search-button span, .site-success-stories .site-primary-button span {
  position: relative;
  z-index: 10;
}
.site-success-stories .site-button-secondary:before, .site-success-stories .site-search-wrapper .site-search-block.site-search-option2 .site-search-button:before, .site-search-wrapper .site-search-block.site-search-option2 .site-success-stories .site-search-button:before, .site-success-stories .site-button-secondary:after, .site-success-stories .site-search-wrapper .site-search-block.site-search-option2 .site-search-button:after, .site-search-wrapper .site-search-block.site-search-option2 .site-success-stories .site-search-button:after, .site-success-stories .site-primary-button:before, .site-success-stories .site-primary-button:after {
  position: absolute;
  top: 50%;
  content: "";
  width: 20px;
  height: 18px;
  background-color: #ffffff;
  border-radius: 50%;
}
.site-success-stories .site-button-secondary:before, .site-success-stories .site-search-wrapper .site-search-block.site-search-option2 .site-search-button:before, .site-search-wrapper .site-search-block.site-search-option2 .site-success-stories .site-search-button:before, .site-success-stories .site-primary-button:before {
  left: -20px;
  transform: translate(-50%, -50%);
}
.site-success-stories .site-button-secondary:after, .site-success-stories .site-search-wrapper .site-search-block.site-search-option2 .site-search-button:after, .site-search-wrapper .site-search-block.site-search-option2 .site-success-stories .site-search-button:after, .site-success-stories .site-primary-button:after {
  right: -20px;
  transform: translate(50%, -50%);
}
.site-success-stories .site-button-secondary:hover, .site-success-stories .site-search-wrapper .site-search-block.site-search-option2 .site-search-button:hover, .site-search-wrapper .site-search-block.site-search-option2 .site-success-stories .site-search-button:hover, .site-success-stories .site-primary-button:hover {
  color: #414141 !important;
  border: 1px solid #414141;
  transition: all ease 1.2s;
}
.site-success-stories .site-button-secondary:hover span, .site-success-stories .site-search-wrapper .site-search-block.site-search-option2 .site-search-button:hover span, .site-search-wrapper .site-search-block.site-search-option2 .site-success-stories .site-search-button:hover span, .site-success-stories .site-primary-button:hover span {
  color: #414141 !important;
}
.site-success-stories .site-button-secondary:hover:before, .site-success-stories .site-search-wrapper .site-search-block.site-search-option2 .site-search-button:hover:before, .site-search-wrapper .site-search-block.site-search-option2 .site-success-stories .site-search-button:hover:before, .site-success-stories .site-primary-button:hover:before {
  animation: criss-cross-left 0.8s both;
  animation-direction: alternate;
}
.site-success-stories .site-button-secondary:hover:after, .site-success-stories .site-search-wrapper .site-search-block.site-search-option2 .site-search-button:hover:after, .site-search-wrapper .site-search-block.site-search-option2 .site-success-stories .site-search-button:hover:after, .site-success-stories .site-primary-button:hover:after {
  animation: criss-cross-right 0.8s both;
  animation-direction: alternate;
}
@keyframes criss-cross-left {
  0% {
    left: -20px;
  }
  50% {
    left: 50%;
    width: 20px;
    height: 18px;
  }
  100% {
    left: 50%;
    width: 100%;
    height: 100%;
  }
}
@keyframes criss-cross-right {
  0% {
    right: -20px;
  }
  50% {
    right: 50%;
    width: 20px;
    height: 18px;
    border-radius: 50px;
  }
  100% {
    right: 50%;
    width: 100%;
    height: 100%;
    border-radius: 50px;
  }
}
.site-success-stories .site-button-full-primary {
  position: relative;
  display: inline-block;
  overflow: hidden;
  font-size: 18px;
  border: 1px solid #DA2075;
  color: #ffffff;
  text-decoration: none;
  border-radius: 50px;
  padding: 3px 50px 5px;
  background: #DA2075;
  transition: all ease 0.5s;
  line-height: 40px;
  text-decoration: none !important;
  display: block;
  width: 100%;
  text-align: center;
}
.site-success-stories .site-button-full-primary span {
  position: relative;
  z-index: 10;
}
.site-success-stories .site-button-full-primary:before, .site-success-stories .site-button-full-primary:after {
  position: absolute;
  top: 50%;
  content: "";
  width: 20px;
  height: 18px;
  background-color: #ffffff;
  border-radius: 50%;
}
.site-success-stories .site-button-full-primary:before {
  left: -20px;
  transform: translate(-50%, -50%);
}
.site-success-stories .site-button-full-primary:after {
  right: -20px;
  transform: translate(50%, -50%);
}
.site-success-stories .site-button-full-primary:hover {
  color: #DA2075 !important;
  border: 1px solid #DA2075;
  transition: all ease 1.2s;
}
.site-success-stories .site-button-full-primary:hover span {
  color: #DA2075 !important;
}
.site-success-stories .site-button-full-primary:hover:before {
  animation: criss-cross-left 0.8s both;
  animation-direction: alternate;
}
.site-success-stories .site-button-full-primary:hover:after {
  animation: criss-cross-right 0.8s both;
  animation-direction: alternate;
}
@keyframes criss-cross-left {
  0% {
    left: -20px;
  }
  50% {
    left: 50%;
    width: 20px;
    height: 18px;
  }
  100% {
    left: 50%;
    width: 100%;
    height: 100%;
  }
}
@keyframes criss-cross-right {
  0% {
    right: -20px;
  }
  50% {
    right: 50%;
    width: 20px;
    height: 18px;
    border-radius: 50px;
  }
  100% {
    right: 50%;
    width: 100%;
    height: 100%;
    border-radius: 50px;
  }
}
.site-success-stories .site-button-full-secondary {
  position: relative;
  display: inline-block;
  overflow: hidden;
  font-size: 18px;
  border: 1px solid #414141;
  color: #ffffff;
  text-decoration: none;
  border-radius: 50px;
  padding: 3px 50px 5px;
  background: #414141;
  transition: all ease 0.5s;
  line-height: 40px;
  text-decoration: none !important;
  display: block;
  width: 100%;
  text-align: center;
}
.site-success-stories .site-button-full-secondary span {
  position: relative;
  z-index: 10;
}
.site-success-stories .site-button-full-secondary:before, .site-success-stories .site-button-full-secondary:after {
  position: absolute;
  top: 50%;
  content: "";
  width: 20px;
  height: 18px;
  background-color: #ffffff;
  border-radius: 50%;
}
.site-success-stories .site-button-full-secondary:before {
  left: -20px;
  transform: translate(-50%, -50%);
}
.site-success-stories .site-button-full-secondary:after {
  right: -20px;
  transform: translate(50%, -50%);
}
.site-success-stories .site-button-full-secondary:hover {
  color: #414141 !important;
  border: 1px solid #414141;
  transition: all ease 1.2s;
}
.site-success-stories .site-button-full-secondary:hover span {
  color: #414141 !important;
}
.site-success-stories .site-button-full-secondary:hover:before {
  animation: criss-cross-left 0.8s both;
  animation-direction: alternate;
}
.site-success-stories .site-button-full-secondary:hover:after {
  animation: criss-cross-right 0.8s both;
  animation-direction: alternate;
}
@keyframes criss-cross-left {
  0% {
    left: -20px;
  }
  50% {
    left: 50%;
    width: 20px;
    height: 18px;
  }
  100% {
    left: 50%;
    width: 100%;
    height: 100%;
  }
}
@keyframes criss-cross-right {
  0% {
    right: -20px;
  }
  50% {
    right: 50%;
    width: 20px;
    height: 18px;
    border-radius: 50px;
  }
  100% {
    right: 50%;
    width: 100%;
    height: 100%;
    border-radius: 50px;
  }
}
.site-success-stories .site-button-big-primary {
  position: relative;
  display: inline-block;
  overflow: hidden;
  font-size: 18px;
  border: 1px solid #DA2075;
  color: #ffffff;
  text-decoration: none;
  border-radius: 50px;
  padding: 3px 50px 5px;
  background: #DA2075;
  transition: all ease 0.5s;
  line-height: 40px;
  text-decoration: none !important;
  padding: 22px 50px 25px;
  font-size: 25px;
}
.site-success-stories .site-button-big-primary span {
  position: relative;
  z-index: 10;
}
.site-success-stories .site-button-big-primary:before, .site-success-stories .site-button-big-primary:after {
  position: absolute;
  top: 50%;
  content: "";
  width: 20px;
  height: 18px;
  background-color: #ffffff;
  border-radius: 50%;
}
.site-success-stories .site-button-big-primary:before {
  left: -20px;
  transform: translate(-50%, -50%);
}
.site-success-stories .site-button-big-primary:after {
  right: -20px;
  transform: translate(50%, -50%);
}
.site-success-stories .site-button-big-primary:hover {
  color: #DA2075 !important;
  border: 1px solid #DA2075;
  transition: all ease 1.2s;
}
.site-success-stories .site-button-big-primary:hover span {
  color: #DA2075 !important;
}
.site-success-stories .site-button-big-primary:hover:before {
  animation: criss-cross-left 0.8s both;
  animation-direction: alternate;
}
.site-success-stories .site-button-big-primary:hover:after {
  animation: criss-cross-right 0.8s both;
  animation-direction: alternate;
}
@keyframes criss-cross-left {
  0% {
    left: -20px;
  }
  50% {
    left: 50%;
    width: 20px;
    height: 18px;
  }
  100% {
    left: 50%;
    width: 100%;
    height: 100%;
  }
}
@keyframes criss-cross-right {
  0% {
    right: -20px;
  }
  50% {
    right: 50%;
    width: 20px;
    height: 18px;
    border-radius: 50px;
  }
  100% {
    right: 50%;
    width: 100%;
    height: 100%;
    border-radius: 50px;
  }
}
.site-success-stories .site-button-big-secondary {
  position: relative;
  display: inline-block;
  overflow: hidden;
  font-size: 18px;
  border: 1px solid #414141;
  color: #ffffff;
  text-decoration: none;
  border-radius: 50px;
  padding: 3px 50px 5px;
  background: #414141;
  transition: all ease 0.5s;
  line-height: 40px;
  text-decoration: none !important;
  padding: 22px 50px 25px;
  font-size: 25px;
}
.site-success-stories .site-button-big-secondary span {
  position: relative;
  z-index: 10;
}
.site-success-stories .site-button-big-secondary:before, .site-success-stories .site-button-big-secondary:after {
  position: absolute;
  top: 50%;
  content: "";
  width: 20px;
  height: 18px;
  background-color: #ffffff;
  border-radius: 50%;
}
.site-success-stories .site-button-big-secondary:before {
  left: -20px;
  transform: translate(-50%, -50%);
}
.site-success-stories .site-button-big-secondary:after {
  right: -20px;
  transform: translate(50%, -50%);
}
.site-success-stories .site-button-big-secondary:hover {
  color: #414141 !important;
  border: 1px solid #414141;
  transition: all ease 1.2s;
}
.site-success-stories .site-button-big-secondary:hover span {
  color: #414141 !important;
}
.site-success-stories .site-button-big-secondary:hover:before {
  animation: criss-cross-left 0.8s both;
  animation-direction: alternate;
}
.site-success-stories .site-button-big-secondary:hover:after {
  animation: criss-cross-right 0.8s both;
  animation-direction: alternate;
}
@keyframes criss-cross-left {
  0% {
    left: -20px;
  }
  50% {
    left: 50%;
    width: 20px;
    height: 18px;
  }
  100% {
    left: 50%;
    width: 100%;
    height: 100%;
  }
}
@keyframes criss-cross-right {
  0% {
    right: -20px;
  }
  50% {
    right: 50%;
    width: 20px;
    height: 18px;
    border-radius: 50px;
  }
  100% {
    right: 50%;
    width: 100%;
    height: 100%;
    border-radius: 50px;
  }
}
.site-success-stories .site-button-heart {
  position: relative;
  display: inline-block;
}
@media (max-width: 599px) {
  .site-success-stories .site-button-heart {
    margin: 0 0 10px;
  }
}
.site-success-stories .site-button-heart span {
  background: #FFF500;
  color: #000000;
  border-radius: 50px;
  padding: 3px 50px 5px;
  display: inline-block;
  line-height: 40px;
  position: relative;
  z-index: 2;
  border: 1px solid #FFF500;
}
.site-success-stories .site-button-heart .site-icon-heart {
  position: absolute;
  top: 0px;
  color: #FF2689;
  font-size: 25px;
  z-index: 0;
}
.site-success-stories .site-button-heart .site-icon-heart:nth-of-type(1) {
  left: calc(50% - 50px);
  scale: 1.1;
}
.site-success-stories .site-button-heart .site-icon-heart:nth-of-type(2) {
  left: calc(50% - 25px);
  animation-delay: 0.4s !important;
}
.site-success-stories .site-button-heart .site-icon-heart:nth-of-type(3) {
  left: 50%;
  animation-delay: 1s !important;
  scale: 1.2;
}
.site-success-stories .site-button-heart .site-icon-heart:nth-of-type(4) {
  left: calc(50% + 25px);
  animation-delay: 1.5s !important;
  scale: 1.2;
}
.site-success-stories .site-button-heart:hover span {
  background: #ffffff;
  border: 1px solid #000000;
}
.site-success-stories .site-button-heart:hover .site-icon-heart {
  animation: 1.5s linear heart normal;
}
@keyframes heart {
  0% {
    transform: rotate(10deg);
    opacity: 0;
  }
  25% {
    transform: rotate(-10deg);
    opacity: 1;
  }
  75% {
    transform: rotate(10deg);
    opacity: 0.5;
  }
  100% {
    transform: rotate(-10deg);
    opacity: 0;
    top: -130%;
  }
}
.site-success-stories .box {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--accent-color);
  color: #fff;
  border-radius: 50px;
  position: relative;
}
.site-success-stories .counter-container {
  padding: 30px;
}
.site-success-stories blockquote, .site-success-stories q {
  padding: 85px 75px;
  position: relative;
  margin: 80px 0 !important;
  border-radius: 20px;
  text-align: left;
  font-size: 18px !important;
  line-height: 30px !important;
}
@media (max-width: 599px) {
  .site-success-stories blockquote, .site-success-stories q {
    padding: 40px 20px;
  }
}
.site-success-stories blockquote:after, .site-success-stories q:after {
  font-family: "site-icon" !important;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e903" !important;
  display: block;
  position: absolute;
  background-size: 100%;
  top: -20px;
  left: 75px;
  font-size: 70px;
  color: #000000;
}
@media (max-width: 599px) {
  .site-success-stories blockquote:after, .site-success-stories q:after {
    left: 25px;
    font-size: 50px;
  }
}
.site-success-stories blockquote:before, .site-success-stories q:before {
  font-family: "site-icon" !important;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e919" !important;
  display: block;
  position: absolute;
  background-size: 100%;
  bottom: -20px;
  right: 75px;
  font-size: 70px;
  color: #000000;
}
@media (max-width: 599px) {
  .site-success-stories blockquote:before, .site-success-stories q:before {
    right: 25px;
    font-size: 50px;
  }
}
.site-success-stories q {
  border: 5px solid #000000;
  color: #000000;
}
.site-success-stories q:after, .site-success-stories q:before {
  color: #DA2075;
}
.site-success-stories blockquote {
  background: #DA2075;
  color: #ffffff;
}
.site-success-stories .cms-text-feature .cms-text-feature-data {
  line-height: normal;
}
.site-success-stories .cms-text-feature .cms-text-feature-data p {
  line-height: 30px;
  font-size: 18px;
  margin: 0 0 20px;
}
.site-success-stories .cms-text-feature .cms-text-feature-data p:last-child {
  margin: 0;
}
.site-success-stories .cms-text-feature .cms-text-feature-data q, .site-success-stories .cms-text-feature .cms-text-feature-data blockquote {
  text-align: left;
}
.site-success-stories .cms-text-feature .cms-text-feature-data ul, .site-success-stories .cms-text-feature .cms-text-feature-data ol {
  list-style-position: outside;
}
.site-success-stories .cms-text-feature .cms-text-feature-data ul li, .site-success-stories .cms-text-feature .cms-text-feature-data ol li {
  line-height: 30px;
  font-size: 18px;
  margin: 0 0 20px;
}
.site-success-stories .cms-text-feature .cms-text-feature-data ul li:last-child, .site-success-stories .cms-text-feature .cms-text-feature-data ol li:last-child {
  margin: 0;
}
.site-success-stories .cms-text-feature .cms-text-feature-data ol {
  list-style: none;
  counter-reset: li;
}
.site-success-stories .cms-text-feature .cms-text-feature-data ol li {
  position: relative;
  counter-increment: li;
  padding: 0 0 0 12px;
}
.site-success-stories .cms-text-feature .cms-text-feature-data ol li::before {
  content: counter(li);
  color: #DA2075;
  font-size: 20px;
  position: absolute;
  left: -20px;
  top: 0px;
  width: 17px;
  text-align: left;
}
.site-success-stories .cms-text-feature .cms-text-feature-data ul li {
  list-style: none;
  position: relative;
  padding: 0 0 0 12px;
}
.site-success-stories .cms-text-feature .cms-text-feature-data ul li:before {
  content: "";
  width: 20px;
  height: 18px;
  background: #DA2075;
  border-radius: 100%;
  position: absolute;
  left: -20px;
  top: 10px;
  transform: rotate(-30deg);
}
.site-success-stories .cms-text-feature .cms-text-feature-data hr {
  margin: 30px 0 20px;
}
.site-success-stories .cms-text-feature .cms-text-feature-data a1 {
  color: #DA2075;
}
.site-success-stories .cms-text-feature .cms-text-feature-data a1.no-link-style {
  border-bottom: none !important;
  color: #DA2075;
}
.site-success-stories .cms-text-feature .cms-text-feature-data a1.no-link-style:hover {
  color: #414141;
}
.site-success-stories .cms-text-feature .cms-text-feature-data a1:hover {
  color: #414141;
  border-bottom: 1px solid #414141;
}
.site-success-stories .site-color-text {
  color: #414141 !important;
}
.site-success-stories .site-color-text-wrapper .cms-feature-title {
  color: #414141 !important;
}
.site-success-stories .site-color-primary {
  color: #DA2075 !important;
}
.site-success-stories .site-color-primary-wrapper .cms-feature-title {
  color: #DA2075 !important;
}
.site-success-stories .site-color-secondary {
  color: #ffffff !important;
}
.site-success-stories .site-color-secondary-wrapper .cms-feature-title {
  color: #ffffff !important;
}
.site-success-stories .site-color-light {
  color: #f1f1f1 !important;
}
.site-success-stories .site-color-light-wrapper .cms-feature-title {
  color: #f1f1f1 !important;
}
.site-success-stories .site-color-black {
  color: #000000 !important;
}
.site-success-stories .site-color-black * {
  color: #000000 !important;
}
.site-success-stories .site-color-black-wrapper .cms-feature-title {
  color: #000000 !important;
}
.site-success-stories .site-color-black-wrapper .cms-feature-title * {
  color: #000000 !important;
}
.site-success-stories .site-color-white {
  color: #ffffff !important;
}
.site-success-stories .site-color-white var {
  color: #ffffff;
}
.site-success-stories .site-color-white *:not(var):not(var *) {
  color: #ffffff !important;
}
.site-success-stories .site-color-white *:not(var):not(var *).site-button-secondary:hover, .site-success-stories .site-color-white .site-search-wrapper .site-search-block.site-search-option2 *.site-search-button:not(var):not(var *):hover, .site-search-wrapper .site-search-block.site-search-option2 .site-success-stories .site-color-white *.site-search-button:not(var):not(var *):hover {
  color: #414141 !important;
}
.site-success-stories .site-color-white *:not(var):not(var *).site-button-secondary:hover span, .site-success-stories .site-color-white .site-search-wrapper .site-search-block.site-search-option2 *.site-search-button:not(var):not(var *):hover span, .site-search-wrapper .site-search-block.site-search-option2 .site-success-stories .site-color-white *.site-search-button:not(var):not(var *):hover span {
  color: #414141 !important;
}
.site-success-stories .site-color-white-wrapper .cms-feature-title {
  color: #ffffff !important;
}
.site-success-stories .site-bg-text, .site-success-stories .site-bg-text-wrapper, .site-success-stories .site-bg .cms-feature-title {
  background: #414141 !important;
}
.site-success-stories .site-bg-primary, .site-success-stories .site-bg-primary-wrapper, .site-success-stories .site-bg .cms-feature-title {
  background: #DA2075 !important;
}
.site-success-stories .site-bg-secondary, .site-success-stories .site-bg-secondary-wrapper, .site-success-stories .site-bg .cms-feature-title {
  background: #ffffff !important;
}
.site-success-stories .site-bg-light, .site-success-stories .site-bg-light-wrapper, .site-success-stories .site-bg .cms-feature-title {
  background: #dfdfdf !important;
}
.site-success-stories .site-bg-black, .site-success-stories .site-bg-black-wrapper, .site-success-stories .site-bg .cms-feature-title {
  background: #000000 !important;
}
.site-success-stories .site-bg-white, .site-success-stories .site-bg-white-wrapper, .site-success-stories .site-bg .cms-feature-title {
  background: #ffffff !important;
}
.site-success-stories .border-color-primary {
  border-color: #DA2075;
}
.site-success-stories .border-color-secondary {
  border-color: #ffffff;
}
.site-success-stories .border-color-tertiary {
  border-color: #414141;
}
.site-success-stories .border-color-white {
  border-color: #ffffff;
}
.site-success-stories .border-color-light {
  border-color: #f1f1f1;
}
.site-success-stories .border-color-black {
  border-color: #000000;
}
.site-success-stories .border-bg-primary {
  background: #DA2075;
}
.site-success-stories .border-bg-secondary {
  background: #ffffff;
}
.site-success-stories .border-bg-tertiary {
  background: #414141;
}
.site-success-stories .border-bg-white {
  background: #ffffff;
}
.site-success-stories .border-bg-light {
  background: #f1f1f1;
}
.site-success-stories .border-bg-black {
  background: #000000;
}
.site-success-stories a {
  color: #DA2075;
}
.site-success-stories a:hover, .site-success-stories a:focus {
  color: #414141;
}
.site-success-stories .cms-feature-datablock a {
  text-decoration: underline;
}
.site-success-stories hr {
  margin: 0 auto 10px;
  border-top: 1px solid #DA2075 !important;
}

.site-the-amp var {
  background: #FFF500;
  padding: 15px 40px;
  text-transform: uppercase;
  font-style: normal;
  font-weight: bold;
  letter-spacing: -2.5px;
  font-size: 40px;
  color: #000000;
  display: inline-block;
  box-shadow: 8px 14px 17px -7px rgba(0, 0, 0, 0.5);
  line-height: 30px;
  font-family: "brother-1816", sans-serif;
}
@media (max-width: 1299px) {
  .site-the-amp var {
    line-height: 40px;
  }
}
@media (max-width: 599px) {
  .site-the-amp var {
    font-size: 20px;
    line-height: 20px;
    letter-spacing: -1.5px;
    padding: 10px 30px;
  }
}
.site-the-amp .site-posted-block {
  font-size: 16px;
  color: #000000;
  position: relative;
  padding: 0 0 0 60px;
  height: 50px;
  line-height: 50px;
  margin: 0;
}
.site-the-amp .site-posted-block:before {
  display: block;
  height: 40px;
  width: 40px;
  border-radius: 100%;
  background: #FFF500;
  color: #000000;
  position: absolute;
  left: 2px;
  top: 0;
  font-family: "gelato-luxe";
  font-size: 33px;
  text-align: center;
  line-height: 32px;
  font-weight: bold;
  animation: postedby 2s infinite;
  bottom: 0;
  margin: auto;
}
.site-the-amp .site-posted-block a {
  border-bottom: 1px solid;
  color: #000000;
  text-decoration: none;
}
@keyframes postedby {
  from, to {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
  }
}
.site-the-amp .site-button-primary, .site-the-amp .site-form-payment-wrapper .site-payment-buttons button, .site-form-payment-wrapper .site-payment-buttons .site-the-amp button,
.site-the-amp .site-form-data .site-form-buttons .site-form-button,
.site-the-amp .site-form-data .site-form-field .file-upload-wrapper .file-upload-button {
  position: relative;
  display: inline-block;
  overflow: hidden;
  font-size: 18px;
  border: 1px solid #FFF500;
  color: #000000;
  text-decoration: none;
  border-radius: 50px;
  padding: 3px 50px 5px;
  background: #FFF500;
  transition: all ease 0.5s;
  line-height: 40px;
  text-decoration: none !important;
}
.site-the-amp .site-button-primary span, .site-the-amp .site-form-payment-wrapper .site-payment-buttons button span, .site-form-payment-wrapper .site-payment-buttons .site-the-amp button span,
.site-the-amp .site-form-data .site-form-buttons .site-form-button span,
.site-the-amp .site-form-data .site-form-field .file-upload-wrapper .file-upload-button span {
  position: relative;
  z-index: 10;
}
.site-the-amp .site-button-primary:before, .site-the-amp .site-form-payment-wrapper .site-payment-buttons button:before, .site-form-payment-wrapper .site-payment-buttons .site-the-amp button:before, .site-the-amp .site-button-primary:after, .site-the-amp .site-form-payment-wrapper .site-payment-buttons button:after, .site-form-payment-wrapper .site-payment-buttons .site-the-amp button:after,
.site-the-amp .site-form-data .site-form-buttons .site-form-button:before,
.site-the-amp .site-form-data .site-form-buttons .site-form-button:after,
.site-the-amp .site-form-data .site-form-field .file-upload-wrapper .file-upload-button:before,
.site-the-amp .site-form-data .site-form-field .file-upload-wrapper .file-upload-button:after {
  position: absolute;
  top: 50%;
  content: "";
  width: 20px;
  height: 18px;
  background-color: #ffffff;
  border-radius: 50%;
}
.site-the-amp .site-button-primary:before, .site-the-amp .site-form-payment-wrapper .site-payment-buttons button:before, .site-form-payment-wrapper .site-payment-buttons .site-the-amp button:before,
.site-the-amp .site-form-data .site-form-buttons .site-form-button:before,
.site-the-amp .site-form-data .site-form-field .file-upload-wrapper .file-upload-button:before {
  left: -20px;
  transform: translate(-50%, -50%);
}
.site-the-amp .site-button-primary:after, .site-the-amp .site-form-payment-wrapper .site-payment-buttons button:after, .site-form-payment-wrapper .site-payment-buttons .site-the-amp button:after,
.site-the-amp .site-form-data .site-form-buttons .site-form-button:after,
.site-the-amp .site-form-data .site-form-field .file-upload-wrapper .file-upload-button:after {
  right: -20px;
  transform: translate(50%, -50%);
}
.site-the-amp .site-button-primary:hover, .site-the-amp .site-form-payment-wrapper .site-payment-buttons button:hover, .site-form-payment-wrapper .site-payment-buttons .site-the-amp button:hover,
.site-the-amp .site-form-data .site-form-buttons .site-form-button:hover,
.site-the-amp .site-form-data .site-form-field .file-upload-wrapper .file-upload-button:hover {
  color: #FFF500 !important;
  border: 1px solid #FFF500;
  transition: all ease 1.2s;
}
.site-the-amp .site-button-primary:hover span, .site-the-amp .site-form-payment-wrapper .site-payment-buttons button:hover span, .site-form-payment-wrapper .site-payment-buttons .site-the-amp button:hover span,
.site-the-amp .site-form-data .site-form-buttons .site-form-button:hover span,
.site-the-amp .site-form-data .site-form-field .file-upload-wrapper .file-upload-button:hover span {
  color: #FFF500 !important;
}
.site-the-amp .site-button-primary:hover:before, .site-the-amp .site-form-payment-wrapper .site-payment-buttons button:hover:before, .site-form-payment-wrapper .site-payment-buttons .site-the-amp button:hover:before,
.site-the-amp .site-form-data .site-form-buttons .site-form-button:hover:before,
.site-the-amp .site-form-data .site-form-field .file-upload-wrapper .file-upload-button:hover:before {
  animation: criss-cross-left 0.8s both;
  animation-direction: alternate;
}
.site-the-amp .site-button-primary:hover:after, .site-the-amp .site-form-payment-wrapper .site-payment-buttons button:hover:after, .site-form-payment-wrapper .site-payment-buttons .site-the-amp button:hover:after,
.site-the-amp .site-form-data .site-form-buttons .site-form-button:hover:after,
.site-the-amp .site-form-data .site-form-field .file-upload-wrapper .file-upload-button:hover:after {
  animation: criss-cross-right 0.8s both;
  animation-direction: alternate;
}
@keyframes criss-cross-left {
  0% {
    left: -20px;
  }
  50% {
    left: 50%;
    width: 20px;
    height: 18px;
  }
  100% {
    left: 50%;
    width: 100%;
    height: 100%;
  }
}
@keyframes criss-cross-right {
  0% {
    right: -20px;
  }
  50% {
    right: 50%;
    width: 20px;
    height: 18px;
    border-radius: 50px;
  }
  100% {
    right: 50%;
    width: 100%;
    height: 100%;
    border-radius: 50px;
  }
}
.site-the-amp .site-bookmark-button {
  position: relative;
  position: relative;
  display: inline-block;
  overflow: hidden;
  font-size: 18px;
  border: 1px solid #FFF500;
  color: #000000;
  text-decoration: none;
  border-radius: 50px;
  padding: 3px 50px 5px;
  background: #FFF500;
  transition: all ease 0.5s;
  line-height: 40px;
  text-decoration: none !important;
  margin: 20px 0 0;
}
.site-the-amp .site-bookmark-button span {
  position: relative;
  z-index: 10;
}
.site-the-amp .site-bookmark-button:before, .site-the-amp .site-bookmark-button:after {
  position: absolute;
  top: 50%;
  content: "";
  width: 20px;
  height: 18px;
  background-color: #ffffff;
  border-radius: 50%;
}
.site-the-amp .site-bookmark-button:before {
  left: -20px;
  transform: translate(-50%, -50%);
}
.site-the-amp .site-bookmark-button:after {
  right: -20px;
  transform: translate(50%, -50%);
}
.site-the-amp .site-bookmark-button:hover {
  color: #FFF500 !important;
  border: 1px solid #FFF500;
  transition: all ease 1.2s;
}
.site-the-amp .site-bookmark-button:hover span {
  color: #FFF500 !important;
}
.site-the-amp .site-bookmark-button:hover:before {
  animation: criss-cross-left 0.8s both;
  animation-direction: alternate;
}
.site-the-amp .site-bookmark-button:hover:after {
  animation: criss-cross-right 0.8s both;
  animation-direction: alternate;
}
@keyframes criss-cross-left {
  0% {
    left: -20px;
  }
  50% {
    left: 50%;
    width: 20px;
    height: 18px;
  }
  100% {
    left: 50%;
    width: 100%;
    height: 100%;
  }
}
@keyframes criss-cross-right {
  0% {
    right: -20px;
  }
  50% {
    right: 50%;
    width: 20px;
    height: 18px;
    border-radius: 50px;
  }
  100% {
    right: 50%;
    width: 100%;
    height: 100%;
    border-radius: 50px;
  }
}
.site-the-amp .site-bookmark-button .site-bookmark-button-icon {
  position: relative;
  top: 3px;
  padding: 0 0 0 3px;
}
.site-the-amp .site-bookmark-button .site-bookmark-button-icon:before {
  font-family: "site-icon" !important;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e917" !important;
  font-size: 20px;
}
.site-the-amp .site-bookmark-button.site-bookmark-display-button-remove .site-bookmark-button-icon:before {
  content: "\e918" !important;
}
.site-the-amp .site-button-secondary, .site-the-amp .site-search-wrapper .site-search-block.site-search-option2 .site-search-button, .site-search-wrapper .site-search-block.site-search-option2 .site-the-amp .site-search-button, .site-the-amp .site-primary-button {
  position: relative;
  display: inline-block;
  overflow: hidden;
  font-size: 18px;
  border: 1px solid #414141;
  color: #ffffff;
  text-decoration: none;
  border-radius: 50px;
  padding: 3px 50px 5px;
  background: #414141;
  transition: all ease 0.5s;
  line-height: 40px;
  text-decoration: none !important;
}
.site-the-amp .site-button-secondary span, .site-the-amp .site-search-wrapper .site-search-block.site-search-option2 .site-search-button span, .site-search-wrapper .site-search-block.site-search-option2 .site-the-amp .site-search-button span, .site-the-amp .site-primary-button span {
  position: relative;
  z-index: 10;
}
.site-the-amp .site-button-secondary:before, .site-the-amp .site-search-wrapper .site-search-block.site-search-option2 .site-search-button:before, .site-search-wrapper .site-search-block.site-search-option2 .site-the-amp .site-search-button:before, .site-the-amp .site-button-secondary:after, .site-the-amp .site-search-wrapper .site-search-block.site-search-option2 .site-search-button:after, .site-search-wrapper .site-search-block.site-search-option2 .site-the-amp .site-search-button:after, .site-the-amp .site-primary-button:before, .site-the-amp .site-primary-button:after {
  position: absolute;
  top: 50%;
  content: "";
  width: 20px;
  height: 18px;
  background-color: #ffffff;
  border-radius: 50%;
}
.site-the-amp .site-button-secondary:before, .site-the-amp .site-search-wrapper .site-search-block.site-search-option2 .site-search-button:before, .site-search-wrapper .site-search-block.site-search-option2 .site-the-amp .site-search-button:before, .site-the-amp .site-primary-button:before {
  left: -20px;
  transform: translate(-50%, -50%);
}
.site-the-amp .site-button-secondary:after, .site-the-amp .site-search-wrapper .site-search-block.site-search-option2 .site-search-button:after, .site-search-wrapper .site-search-block.site-search-option2 .site-the-amp .site-search-button:after, .site-the-amp .site-primary-button:after {
  right: -20px;
  transform: translate(50%, -50%);
}
.site-the-amp .site-button-secondary:hover, .site-the-amp .site-search-wrapper .site-search-block.site-search-option2 .site-search-button:hover, .site-search-wrapper .site-search-block.site-search-option2 .site-the-amp .site-search-button:hover, .site-the-amp .site-primary-button:hover {
  color: #414141 !important;
  border: 1px solid #414141;
  transition: all ease 1.2s;
}
.site-the-amp .site-button-secondary:hover span, .site-the-amp .site-search-wrapper .site-search-block.site-search-option2 .site-search-button:hover span, .site-search-wrapper .site-search-block.site-search-option2 .site-the-amp .site-search-button:hover span, .site-the-amp .site-primary-button:hover span {
  color: #414141 !important;
}
.site-the-amp .site-button-secondary:hover:before, .site-the-amp .site-search-wrapper .site-search-block.site-search-option2 .site-search-button:hover:before, .site-search-wrapper .site-search-block.site-search-option2 .site-the-amp .site-search-button:hover:before, .site-the-amp .site-primary-button:hover:before {
  animation: criss-cross-left 0.8s both;
  animation-direction: alternate;
}
.site-the-amp .site-button-secondary:hover:after, .site-the-amp .site-search-wrapper .site-search-block.site-search-option2 .site-search-button:hover:after, .site-search-wrapper .site-search-block.site-search-option2 .site-the-amp .site-search-button:hover:after, .site-the-amp .site-primary-button:hover:after {
  animation: criss-cross-right 0.8s both;
  animation-direction: alternate;
}
@keyframes criss-cross-left {
  0% {
    left: -20px;
  }
  50% {
    left: 50%;
    width: 20px;
    height: 18px;
  }
  100% {
    left: 50%;
    width: 100%;
    height: 100%;
  }
}
@keyframes criss-cross-right {
  0% {
    right: -20px;
  }
  50% {
    right: 50%;
    width: 20px;
    height: 18px;
    border-radius: 50px;
  }
  100% {
    right: 50%;
    width: 100%;
    height: 100%;
    border-radius: 50px;
  }
}
.site-the-amp .site-button-full-primary {
  position: relative;
  display: inline-block;
  overflow: hidden;
  font-size: 18px;
  border: 1px solid #FFF500;
  color: #000000;
  text-decoration: none;
  border-radius: 50px;
  padding: 3px 50px 5px;
  background: #FFF500;
  transition: all ease 0.5s;
  line-height: 40px;
  text-decoration: none !important;
  display: block;
  width: 100%;
  text-align: center;
}
.site-the-amp .site-button-full-primary span {
  position: relative;
  z-index: 10;
}
.site-the-amp .site-button-full-primary:before, .site-the-amp .site-button-full-primary:after {
  position: absolute;
  top: 50%;
  content: "";
  width: 20px;
  height: 18px;
  background-color: #ffffff;
  border-radius: 50%;
}
.site-the-amp .site-button-full-primary:before {
  left: -20px;
  transform: translate(-50%, -50%);
}
.site-the-amp .site-button-full-primary:after {
  right: -20px;
  transform: translate(50%, -50%);
}
.site-the-amp .site-button-full-primary:hover {
  color: #FFF500 !important;
  border: 1px solid #FFF500;
  transition: all ease 1.2s;
}
.site-the-amp .site-button-full-primary:hover span {
  color: #FFF500 !important;
}
.site-the-amp .site-button-full-primary:hover:before {
  animation: criss-cross-left 0.8s both;
  animation-direction: alternate;
}
.site-the-amp .site-button-full-primary:hover:after {
  animation: criss-cross-right 0.8s both;
  animation-direction: alternate;
}
@keyframes criss-cross-left {
  0% {
    left: -20px;
  }
  50% {
    left: 50%;
    width: 20px;
    height: 18px;
  }
  100% {
    left: 50%;
    width: 100%;
    height: 100%;
  }
}
@keyframes criss-cross-right {
  0% {
    right: -20px;
  }
  50% {
    right: 50%;
    width: 20px;
    height: 18px;
    border-radius: 50px;
  }
  100% {
    right: 50%;
    width: 100%;
    height: 100%;
    border-radius: 50px;
  }
}
.site-the-amp .site-button-full-secondary {
  position: relative;
  display: inline-block;
  overflow: hidden;
  font-size: 18px;
  border: 1px solid #414141;
  color: #ffffff;
  text-decoration: none;
  border-radius: 50px;
  padding: 3px 50px 5px;
  background: #414141;
  transition: all ease 0.5s;
  line-height: 40px;
  text-decoration: none !important;
  display: block;
  width: 100%;
  text-align: center;
}
.site-the-amp .site-button-full-secondary span {
  position: relative;
  z-index: 10;
}
.site-the-amp .site-button-full-secondary:before, .site-the-amp .site-button-full-secondary:after {
  position: absolute;
  top: 50%;
  content: "";
  width: 20px;
  height: 18px;
  background-color: #ffffff;
  border-radius: 50%;
}
.site-the-amp .site-button-full-secondary:before {
  left: -20px;
  transform: translate(-50%, -50%);
}
.site-the-amp .site-button-full-secondary:after {
  right: -20px;
  transform: translate(50%, -50%);
}
.site-the-amp .site-button-full-secondary:hover {
  color: #414141 !important;
  border: 1px solid #414141;
  transition: all ease 1.2s;
}
.site-the-amp .site-button-full-secondary:hover span {
  color: #414141 !important;
}
.site-the-amp .site-button-full-secondary:hover:before {
  animation: criss-cross-left 0.8s both;
  animation-direction: alternate;
}
.site-the-amp .site-button-full-secondary:hover:after {
  animation: criss-cross-right 0.8s both;
  animation-direction: alternate;
}
@keyframes criss-cross-left {
  0% {
    left: -20px;
  }
  50% {
    left: 50%;
    width: 20px;
    height: 18px;
  }
  100% {
    left: 50%;
    width: 100%;
    height: 100%;
  }
}
@keyframes criss-cross-right {
  0% {
    right: -20px;
  }
  50% {
    right: 50%;
    width: 20px;
    height: 18px;
    border-radius: 50px;
  }
  100% {
    right: 50%;
    width: 100%;
    height: 100%;
    border-radius: 50px;
  }
}
.site-the-amp .site-button-big-primary {
  position: relative;
  display: inline-block;
  overflow: hidden;
  font-size: 18px;
  border: 1px solid #FFF500;
  color: #000000;
  text-decoration: none;
  border-radius: 50px;
  padding: 3px 50px 5px;
  background: #FFF500;
  transition: all ease 0.5s;
  line-height: 40px;
  text-decoration: none !important;
  padding: 22px 50px 25px;
  font-size: 25px;
}
.site-the-amp .site-button-big-primary span {
  position: relative;
  z-index: 10;
}
.site-the-amp .site-button-big-primary:before, .site-the-amp .site-button-big-primary:after {
  position: absolute;
  top: 50%;
  content: "";
  width: 20px;
  height: 18px;
  background-color: #ffffff;
  border-radius: 50%;
}
.site-the-amp .site-button-big-primary:before {
  left: -20px;
  transform: translate(-50%, -50%);
}
.site-the-amp .site-button-big-primary:after {
  right: -20px;
  transform: translate(50%, -50%);
}
.site-the-amp .site-button-big-primary:hover {
  color: #FFF500 !important;
  border: 1px solid #FFF500;
  transition: all ease 1.2s;
}
.site-the-amp .site-button-big-primary:hover span {
  color: #FFF500 !important;
}
.site-the-amp .site-button-big-primary:hover:before {
  animation: criss-cross-left 0.8s both;
  animation-direction: alternate;
}
.site-the-amp .site-button-big-primary:hover:after {
  animation: criss-cross-right 0.8s both;
  animation-direction: alternate;
}
@keyframes criss-cross-left {
  0% {
    left: -20px;
  }
  50% {
    left: 50%;
    width: 20px;
    height: 18px;
  }
  100% {
    left: 50%;
    width: 100%;
    height: 100%;
  }
}
@keyframes criss-cross-right {
  0% {
    right: -20px;
  }
  50% {
    right: 50%;
    width: 20px;
    height: 18px;
    border-radius: 50px;
  }
  100% {
    right: 50%;
    width: 100%;
    height: 100%;
    border-radius: 50px;
  }
}
.site-the-amp .site-button-big-secondary {
  position: relative;
  display: inline-block;
  overflow: hidden;
  font-size: 18px;
  border: 1px solid #414141;
  color: #ffffff;
  text-decoration: none;
  border-radius: 50px;
  padding: 3px 50px 5px;
  background: #414141;
  transition: all ease 0.5s;
  line-height: 40px;
  text-decoration: none !important;
  padding: 22px 50px 25px;
  font-size: 25px;
}
.site-the-amp .site-button-big-secondary span {
  position: relative;
  z-index: 10;
}
.site-the-amp .site-button-big-secondary:before, .site-the-amp .site-button-big-secondary:after {
  position: absolute;
  top: 50%;
  content: "";
  width: 20px;
  height: 18px;
  background-color: #ffffff;
  border-radius: 50%;
}
.site-the-amp .site-button-big-secondary:before {
  left: -20px;
  transform: translate(-50%, -50%);
}
.site-the-amp .site-button-big-secondary:after {
  right: -20px;
  transform: translate(50%, -50%);
}
.site-the-amp .site-button-big-secondary:hover {
  color: #414141 !important;
  border: 1px solid #414141;
  transition: all ease 1.2s;
}
.site-the-amp .site-button-big-secondary:hover span {
  color: #414141 !important;
}
.site-the-amp .site-button-big-secondary:hover:before {
  animation: criss-cross-left 0.8s both;
  animation-direction: alternate;
}
.site-the-amp .site-button-big-secondary:hover:after {
  animation: criss-cross-right 0.8s both;
  animation-direction: alternate;
}
@keyframes criss-cross-left {
  0% {
    left: -20px;
  }
  50% {
    left: 50%;
    width: 20px;
    height: 18px;
  }
  100% {
    left: 50%;
    width: 100%;
    height: 100%;
  }
}
@keyframes criss-cross-right {
  0% {
    right: -20px;
  }
  50% {
    right: 50%;
    width: 20px;
    height: 18px;
    border-radius: 50px;
  }
  100% {
    right: 50%;
    width: 100%;
    height: 100%;
    border-radius: 50px;
  }
}
.site-the-amp .site-button-heart {
  position: relative;
  display: inline-block;
}
@media (max-width: 599px) {
  .site-the-amp .site-button-heart {
    margin: 0 0 10px;
  }
}
.site-the-amp .site-button-heart span {
  background: #FFF500;
  color: #000000;
  border-radius: 50px;
  padding: 3px 50px 5px;
  display: inline-block;
  line-height: 40px;
  position: relative;
  z-index: 2;
  border: 1px solid #FFF500;
}
.site-the-amp .site-button-heart .site-icon-heart {
  position: absolute;
  top: 0px;
  color: #FF2689;
  font-size: 25px;
  z-index: 0;
}
.site-the-amp .site-button-heart .site-icon-heart:nth-of-type(1) {
  left: calc(50% - 50px);
  scale: 1.1;
}
.site-the-amp .site-button-heart .site-icon-heart:nth-of-type(2) {
  left: calc(50% - 25px);
  animation-delay: 0.4s !important;
}
.site-the-amp .site-button-heart .site-icon-heart:nth-of-type(3) {
  left: 50%;
  animation-delay: 1s !important;
  scale: 1.2;
}
.site-the-amp .site-button-heart .site-icon-heart:nth-of-type(4) {
  left: calc(50% + 25px);
  animation-delay: 1.5s !important;
  scale: 1.2;
}
.site-the-amp .site-button-heart:hover span {
  background: #ffffff;
  border: 1px solid #000000;
}
.site-the-amp .site-button-heart:hover .site-icon-heart {
  animation: 1.5s linear heart normal;
}
@keyframes heart {
  0% {
    transform: rotate(10deg);
    opacity: 0;
  }
  25% {
    transform: rotate(-10deg);
    opacity: 1;
  }
  75% {
    transform: rotate(10deg);
    opacity: 0.5;
  }
  100% {
    transform: rotate(-10deg);
    opacity: 0;
    top: -130%;
  }
}
.site-the-amp .box {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--accent-color);
  color: #fff;
  border-radius: 50px;
  position: relative;
}
.site-the-amp .counter-container {
  padding: 30px;
}
.site-the-amp blockquote, .site-the-amp q {
  padding: 85px 75px;
  position: relative;
  margin: 80px 0 !important;
  border-radius: 20px;
  text-align: left;
  font-size: 18px !important;
  line-height: 30px !important;
}
@media (max-width: 599px) {
  .site-the-amp blockquote, .site-the-amp q {
    padding: 40px 20px;
  }
}
.site-the-amp blockquote:after, .site-the-amp q:after {
  font-family: "site-icon" !important;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e903" !important;
  display: block;
  position: absolute;
  background-size: 100%;
  top: -20px;
  left: 75px;
  font-size: 70px;
  color: #000000;
}
@media (max-width: 599px) {
  .site-the-amp blockquote:after, .site-the-amp q:after {
    left: 25px;
    font-size: 50px;
  }
}
.site-the-amp blockquote:before, .site-the-amp q:before {
  font-family: "site-icon" !important;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e919" !important;
  display: block;
  position: absolute;
  background-size: 100%;
  bottom: -20px;
  right: 75px;
  font-size: 70px;
  color: #000000;
}
@media (max-width: 599px) {
  .site-the-amp blockquote:before, .site-the-amp q:before {
    right: 25px;
    font-size: 50px;
  }
}
.site-the-amp q {
  border: 5px solid #000000;
  color: #000000;
}
.site-the-amp q:after, .site-the-amp q:before {
  color: #FFF500;
}
.site-the-amp blockquote {
  background: #FFF500;
  color: #000000;
}
.site-the-amp .cms-text-feature .cms-text-feature-data {
  line-height: normal;
}
.site-the-amp .cms-text-feature .cms-text-feature-data p {
  line-height: 30px;
  font-size: 18px;
  margin: 0 0 20px;
}
.site-the-amp .cms-text-feature .cms-text-feature-data p:last-child {
  margin: 0;
}
.site-the-amp .cms-text-feature .cms-text-feature-data q, .site-the-amp .cms-text-feature .cms-text-feature-data blockquote {
  text-align: left;
}
.site-the-amp .cms-text-feature .cms-text-feature-data ul, .site-the-amp .cms-text-feature .cms-text-feature-data ol {
  list-style-position: outside;
}
.site-the-amp .cms-text-feature .cms-text-feature-data ul li, .site-the-amp .cms-text-feature .cms-text-feature-data ol li {
  line-height: 30px;
  font-size: 18px;
  margin: 0 0 20px;
}
.site-the-amp .cms-text-feature .cms-text-feature-data ul li:last-child, .site-the-amp .cms-text-feature .cms-text-feature-data ol li:last-child {
  margin: 0;
}
.site-the-amp .cms-text-feature .cms-text-feature-data ol {
  list-style: none;
  counter-reset: li;
}
.site-the-amp .cms-text-feature .cms-text-feature-data ol li {
  position: relative;
  counter-increment: li;
  padding: 0 0 0 12px;
}
.site-the-amp .cms-text-feature .cms-text-feature-data ol li::before {
  content: counter(li);
  color: #FFF500;
  font-size: 20px;
  position: absolute;
  left: -20px;
  top: 0px;
  width: 17px;
  text-align: left;
}
.site-the-amp .cms-text-feature .cms-text-feature-data ul li {
  list-style: none;
  position: relative;
  padding: 0 0 0 12px;
}
.site-the-amp .cms-text-feature .cms-text-feature-data ul li:before {
  content: "";
  width: 20px;
  height: 18px;
  background: #FFF500;
  border-radius: 100%;
  position: absolute;
  left: -20px;
  top: 10px;
  transform: rotate(-30deg);
}
.site-the-amp .cms-text-feature .cms-text-feature-data hr {
  margin: 30px 0 20px;
}
.site-the-amp .cms-text-feature .cms-text-feature-data a1 {
  color: #FFF500;
}
.site-the-amp .cms-text-feature .cms-text-feature-data a1.no-link-style {
  border-bottom: none !important;
  color: #FFF500;
}
.site-the-amp .cms-text-feature .cms-text-feature-data a1.no-link-style:hover {
  color: #414141;
}
.site-the-amp .cms-text-feature .cms-text-feature-data a1:hover {
  color: #414141;
  border-bottom: 1px solid #414141;
}
.site-the-amp .site-color-text {
  color: #414141 !important;
}
.site-the-amp .site-color-text-wrapper .cms-feature-title {
  color: #414141 !important;
}
.site-the-amp .site-color-primary {
  color: #FFF500 !important;
}
.site-the-amp .site-color-primary-wrapper .cms-feature-title {
  color: #FFF500 !important;
}
.site-the-amp .site-color-secondary {
  color: #000000 !important;
}
.site-the-amp .site-color-secondary-wrapper .cms-feature-title {
  color: #000000 !important;
}
.site-the-amp .site-color-light {
  color: #f1f1f1 !important;
}
.site-the-amp .site-color-light-wrapper .cms-feature-title {
  color: #f1f1f1 !important;
}
.site-the-amp .site-color-black {
  color: #000000 !important;
}
.site-the-amp .site-color-black * {
  color: #000000 !important;
}
.site-the-amp .site-color-black-wrapper .cms-feature-title {
  color: #000000 !important;
}
.site-the-amp .site-color-black-wrapper .cms-feature-title * {
  color: #000000 !important;
}
.site-the-amp .site-color-white {
  color: #ffffff !important;
}
.site-the-amp .site-color-white var {
  color: #ffffff;
}
.site-the-amp .site-color-white *:not(var):not(var *) {
  color: #ffffff !important;
}
.site-the-amp .site-color-white *:not(var):not(var *).site-button-secondary:hover, .site-the-amp .site-color-white .site-search-wrapper .site-search-block.site-search-option2 *.site-search-button:not(var):not(var *):hover, .site-search-wrapper .site-search-block.site-search-option2 .site-the-amp .site-color-white *.site-search-button:not(var):not(var *):hover {
  color: #414141 !important;
}
.site-the-amp .site-color-white *:not(var):not(var *).site-button-secondary:hover span, .site-the-amp .site-color-white .site-search-wrapper .site-search-block.site-search-option2 *.site-search-button:not(var):not(var *):hover span, .site-search-wrapper .site-search-block.site-search-option2 .site-the-amp .site-color-white *.site-search-button:not(var):not(var *):hover span {
  color: #414141 !important;
}
.site-the-amp .site-color-white-wrapper .cms-feature-title {
  color: #ffffff !important;
}
.site-the-amp .site-bg-text, .site-the-amp .site-bg-text-wrapper, .site-the-amp .site-bg .cms-feature-title {
  background: #414141 !important;
}
.site-the-amp .site-bg-primary, .site-the-amp .site-bg-primary-wrapper, .site-the-amp .site-bg .cms-feature-title {
  background: #FFF500 !important;
}
.site-the-amp .site-bg-secondary, .site-the-amp .site-bg-secondary-wrapper, .site-the-amp .site-bg .cms-feature-title {
  background: #000000 !important;
}
.site-the-amp .site-bg-light, .site-the-amp .site-bg-light-wrapper, .site-the-amp .site-bg .cms-feature-title {
  background: #dfdfdf !important;
}
.site-the-amp .site-bg-black, .site-the-amp .site-bg-black-wrapper, .site-the-amp .site-bg .cms-feature-title {
  background: #000000 !important;
}
.site-the-amp .site-bg-white, .site-the-amp .site-bg-white-wrapper, .site-the-amp .site-bg .cms-feature-title {
  background: #ffffff !important;
}
.site-the-amp .border-color-primary {
  border-color: #FFF500;
}
.site-the-amp .border-color-secondary {
  border-color: #000000;
}
.site-the-amp .border-color-tertiary {
  border-color: #414141;
}
.site-the-amp .border-color-white {
  border-color: #ffffff;
}
.site-the-amp .border-color-light {
  border-color: #f1f1f1;
}
.site-the-amp .border-color-black {
  border-color: #000000;
}
.site-the-amp .border-bg-primary {
  background: #FFF500;
}
.site-the-amp .border-bg-secondary {
  background: #000000;
}
.site-the-amp .border-bg-tertiary {
  background: #414141;
}
.site-the-amp .border-bg-white {
  background: #ffffff;
}
.site-the-amp .border-bg-light {
  background: #f1f1f1;
}
.site-the-amp .border-bg-black {
  background: #000000;
}
.site-the-amp a {
  color: #FFF500;
}
.site-the-amp a:hover, .site-the-amp a:focus {
  color: #414141;
}
.site-the-amp .cms-feature-datablock a {
  text-decoration: underline;
}
.site-the-amp hr {
  margin: 0 auto 10px;
  border-top: 1px solid #FFF500 !important;
}/*# sourceMappingURL=style.css.map */