@import url("https://fonts.googleapis.com/css2?family=Source+Sans+3:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
@font-face {
  font-family: "site-icon";
  src: url("../fonts/icon-fonts/site-icon.eot?xu879x");
  src: url("../fonts/icon-fonts/site-icon.eot?xu879x#iefix") format("embedded-opentype"), url("../fonts/icon-fonts/site-icon.ttf?xu879x") format("truetype"), url("../fonts/icon-fonts/site-icon.woff?xu879x") format("woff"), url("../fonts/icon-fonts/site-icon.svg?xu879x#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";
  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-search:before {
  content: "\e905";
}

.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-instagram-alt:before {
  content: "\e911";
}

.site-icon-linkedin:before {
  content: "\e900";
}

.site-icon-twitter:before {
  content: "\e90f";
}

.site-icon-facebook:before {
  content: "\e902";
}

.site-icon-facebook-alt:before {
  content: "\e912";
}

.site-icon-youtube:before {
  content: "\e90e";
}

.site-icon-vimeo:before {
  content: "\e913";
}

.site-color-text {
  color: #616161 !important;
}
.site-color-text-wrapper .cms-feature-title {
  color: #616161 !important;
}
.site-color-primary {
  color: #06412F !important;
}
.site-color-primary-wrapper .cms-feature-title {
  color: #06412F !important;
}
.site-color-secondary {
  color: #BCAB77 !important;
}
.site-color-secondary-wrapper .cms-feature-title {
  color: #BCAB77 !important;
}
.site-color-light {
  color: #f6f6f6 !important;
}
.site-color-light-wrapper .cms-feature-title {
  color: #f6f6f6 !important;
}
.site-color-black {
  color: #000000 !important;
}
.site-color-black-wrapper .cms-feature-title {
  color: #000000 !important;
}
.site-color-white {
  color: #ffffff !important;
}
.site-color-white-wrapper .cms-feature-title {
  color: #ffffff !important;
}

.site-bg-text, .site-bg-text-wrapper, .site-bg .cms-feature-title {
  background: #616161 !important;
}
.site-bg-primary, .site-bg-primary-wrapper, .site-bg .cms-feature-title {
  background: #06412F !important;
}
.site-bg-secondary, .site-bg-secondary-wrapper, .site-bg .cms-feature-title {
  background: #BCAB77 !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;
}

.x-center {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate3d(-50%, -50%, 0);
}

.site-body-no-scroll {
  overflow: hidden !important;
}

* {
  box-sizing: border-box;
}

*:before,
*:after {
  box-sizing: border-box;
  pointer-events: none;
}

html {
  font-family: "Source Sans 3", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body {
  font-size: 18px;
  line-height: 28px;
  color: #616161;
  margin: 0;
  padding: 0;
  font-family: "Source Sans 3", sans-serif !important;
  background-color: #f6f6f6;
  overflow-x: hidden;
}

pre,
code,
kbd,
samp,
tt,
input,
textarea,
select,
option,
optgroup,
button,
td,
blockquote,
cite,
small,
big,
.marker,
q {
  font-family: "Source Sans 3", sans-serif !important;
}

.site-container {
  max-width: 100%;
  margin: 0 auto;
  padding: 0 120px;
  width: 100%;
  padding: 0 115px;
}
@media (min-width: 1950px) {
  .site-container {
    max-width: 1920px;
    padding: 0;
  }
}
@media (max-width: 1399px) {
  .site-container {
    padding: 0 50px;
  }
}
@media (max-width: 599px) {
  .site-container {
    padding: 0 20px;
  }
}
.site-container.site-container-lg {
  max-width: 100% !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.site-footer .site-container {
  max-width: 100%;
  margin: 0 auto;
  padding: 0 120px;
  width: 100%;
  padding: 0 115px;
}
@media (min-width: 1950px) {
  .site-footer .site-container {
    max-width: 1920px;
    padding: 0;
  }
}
@media (max-width: 1399px) {
  .site-footer .site-container {
    padding: 0 50px;
  }
}
@media (max-width: 599px) {
  .site-footer .site-container {
    padding: 0 20px;
  }
}
@media (max-width: 599px) {
  .site-footer .site-container {
    padding: 0 20px;
  }
}

ol {
  list-style-position: inside;
}

li {
  color: inherit;
}

.site-main-wrapper {
  padding-bottom: 95px;
}
@media (max-width: 899px) {
  .site-main-wrapper {
    padding-bottom: 30px;
  }
}
.site-main-wrapper .site-main-with-sidebar {
  padding-left: 80px;
}
@media (max-width: 1199px) {
  .site-main-wrapper .site-main-with-sidebar {
    padding-left: 0px;
  }
}
.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: right;
  padding-left: 120px;
}
@media (max-width: 1024px) {
  .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: left;
}
@media (max-width: 1024px) {
  .site-main-wrapper .site-sub-wrapper.site-main-with-sidebar article .site-main-data {
    float: none;
  }
}
@media (min-width: 1025px) {
  .site-main-wrapper .site-sub-wrapper.site-main-with-sidebar .site-main-data {
    width: calc(100% - 490px);
  }
}

.site-hero-wrapper {
  margin-bottom: 100px;
}
@media (max-width: 1024px) {
  .site-hero-wrapper {
    margin-bottom: 40px;
  }
}

h1 {
  font-size: 80px;
  line-height: 100px;
  font-family: "adobe-caslon-pro";
  font-weight: normal;
  color: #06412F;
  margin-bottom: 30px;
  font-weight: 700;
}
@media (max-width: 599px) {
  h1 {
    font-size: 50px;
    line-height: 60px;
    margin-bottom: 20px;
  }
}

h2 {
  font-size: 80px;
  line-height: 100px;
  font-family: "adobe-caslon-pro";
  font-weight: normal;
  color: #06412F;
  margin-bottom: 20px;
  font-weight: 700;
}
@media (max-width: 599px) {
  h2 {
    font-size: 50px;
    line-height: 60px;
    margin-bottom: 20px;
  }
}

h3 {
  font-size: 60px;
  line-height: 75px;
  font-family: "adobe-caslon-pro";
  font-weight: normal;
  color: #06412F;
  margin-bottom: 20px;
  font-weight: 700;
}
@media (max-width: 599px) {
  h3 {
    font-size: 40px;
    line-height: 50px;
    margin-bottom: 20px;
  }
}

h4 {
  font-size: 40px;
  line-height: 50px;
  font-family: "adobe-caslon-pro";
  font-weight: normal;
  color: #06412F;
  margin-bottom: 10px;
  font-weight: 700;
}
@media (max-width: 599px) {
  h4 {
    font-size: 25px;
    line-height: 35px;
    margin-bottom: 20px;
  }
}

h5, .cms-vc-search-wrapper .cms-vc-result-wrapper .cms-vc-sports-title .cms-vc-sports-name-title,
.cms-vc-search-wrapper .cms-vc-result-wrapper .cms-vc-sports-title .cms-vc-sports-grade-title {
  font-size: 30px;
  line-height: 40px;
  font-family: "adobe-caslon-pro";
  font-weight: normal;
  color: #06412F;
  font-family: "adobe-caslon-pro";
  margin-bottom: 10px;
  font-weight: 700;
}
@media (max-width: 599px) {
  h5, .cms-vc-search-wrapper .cms-vc-result-wrapper .cms-vc-sports-title .cms-vc-sports-name-title,
  .cms-vc-search-wrapper .cms-vc-result-wrapper .cms-vc-sports-title .cms-vc-sports-grade-title {
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 20px;
  }
}

h6 {
  font-size: 18px;
  line-height: 28px;
  font-family: "adobe-caslon-pro";
  font-weight: normal;
  color: #06412F;
  margin-bottom: 10px;
  font-weight: 700;
}
@media (max-width: 599px) {
  h6 {
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 20px;
  }
}

a:not([class^=site-button-]) {
  text-decoration: none;
  color: #BCAB77;
}
a:not([class^=site-button-]):hover, a:not([class^=site-button-]):focus {
  color: #BCAB77;
}

p {
  margin: 0 0 10px;
}

strong {
  font-weight: bold;
}

hr {
  margin: 0 auto 10px;
}

img,
canvas,
video,
svg {
  height: auto;
  max-width: 100%;
}

iframe {
  border: 0;
  max-width: 100%;
}

.site-slider-caption a:not([class^=site-button-]),
.site-custom-discover a:not([class^=site-button-]),
.site-custom-text a:not([class^=site-button-]) {
  position: relative;
  font-weight: 600;
  border-bottom: 2px solid #BCAB77;
}
.site-slider-caption a:not([class^=site-button-]):hover, .site-slider-caption a:not([class^=site-button-]):focus,
.site-custom-discover a:not([class^=site-button-]):hover,
.site-custom-discover a:not([class^=site-button-]):focus,
.site-custom-text a:not([class^=site-button-]):hover,
.site-custom-text a:not([class^=site-button-]):focus {
  color: #216450;
  border-bottom: 2px solid #216450;
}
.site-slider-caption a:not([class^=site-button-]):hover::before, .site-slider-caption a:not([class^=site-button-]):focus::before,
.site-custom-discover a:not([class^=site-button-]):hover::before,
.site-custom-discover a:not([class^=site-button-]):focus::before,
.site-custom-text a:not([class^=site-button-]):hover::before,
.site-custom-text a:not([class^=site-button-]):focus::before {
  background: #216450;
}

.site-custom-discover.site-bg-primary a:hover, .site-custom-discover.site-bg-primary a:focus {
  color: #ffffff;
  border-bottom: 2px solid #ffffff;
}
.site-custom-discover.site-bg-primary a:hover::before, .site-custom-discover.site-bg-primary a:focus::before {
  background: #ffffff;
}
.site-custom-discover.site-bg-secondary a {
  color: #06412F;
}
.site-custom-discover.site-bg-secondary a::before {
  background: #06412F;
}
.site-custom-discover.site-bg-secondary a:hover, .site-custom-discover.site-bg-secondary a:focus {
  color: #ffffff;
}
.site-custom-discover.site-bg-secondary a:hover::before, .site-custom-discover.site-bg-secondary a:focus::before {
  background: #ffffff;
}

.site-button-primary,
.site-button-border-primary,
.site-form-data .site-form-buttons .site-form-button,
.site-form-data .site-form-field .file-upload-wrapper .file-upload-button {
  background: #06412F;
  font-size: 13.33px;
  padding: 13px 25px;
  border: none;
  text-align: center;
  color: #BCAB77;
  letter-spacing: 3px;
  font-weight: normal;
  text-transform: uppercase;
  text-decoration: none !important;
  border: 1px solid #06412F;
  display: inline-block;
  min-height: 46px;
  line-height: 20px;
  font-family: "Source Sans 3", sans-serif;
}
.site-button-primary:hover,
.site-button-border-primary:hover,
.site-form-data .site-form-buttons .site-form-button:hover,
.site-form-data .site-form-field .file-upload-wrapper .file-upload-button:hover {
  background: #BCAB77;
  color: #06412F;
  border: 1px solid #BCAB77;
}

.site-button-secondary, .site-search-wrapper .site-search-block.site-search-option2 .site-search-button,
.site-button-border-secondary {
  background: #BCAB77;
  font-size: 13.33px;
  padding: 13px 25px;
  border: none;
  text-align: center;
  color: #06412F;
  letter-spacing: 3px;
  font-weight: normal;
  text-transform: uppercase;
  text-decoration: none !important;
  border: 1px solid #BCAB77;
  display: inline-block;
  min-height: 46px;
  line-height: 20px;
  font-family: "Source Sans 3", sans-serif;
}
.site-button-secondary:hover, .site-search-wrapper .site-search-block.site-search-option2 .site-search-button:hover,
.site-button-border-secondary:hover {
  background: #06412F;
  color: #BCAB77;
  border: 1px solid #06412F;
}

.site-button-border-primary,
.site-button-border-secondary,
.site-button-full-border-primary,
.site-button-full-border-secondary {
  border: 1px solid #ffffff !important;
}

.site-button-full-border-primary,
.site-button-full-border-secondary {
  display: block;
  width: 100%;
}

.site-button-full-primary,
.site-button-full-border-primary {
  background: #06412F;
  font-size: 13.33px;
  padding: 13px 25px;
  border: none;
  text-align: center;
  color: #BCAB77;
  letter-spacing: 3px;
  font-weight: normal;
  text-transform: uppercase;
  text-decoration: none !important;
  border: 1px solid #06412F;
  display: inline-block;
  min-height: 46px;
  line-height: 20px;
  font-family: "Source Sans 3", sans-serif;
  display: block;
  width: 100%;
}
.site-button-full-primary:hover,
.site-button-full-border-primary:hover {
  background: #BCAB77;
  color: #06412F;
  border: 1px solid #BCAB77;
}

.site-button-full-secondary,
.site-button-full-border-secondary {
  background: #BCAB77;
  font-size: 13.33px;
  padding: 13px 25px;
  border: none;
  text-align: center;
  color: #06412F;
  letter-spacing: 3px;
  font-weight: normal;
  text-transform: uppercase;
  text-decoration: none !important;
  border: 1px solid #BCAB77;
  display: inline-block;
  min-height: 46px;
  line-height: 20px;
  font-family: "Source Sans 3", sans-serif;
  display: block;
  width: 100%;
}
.site-button-full-secondary:hover,
.site-button-full-border-secondary:hover {
  background: #06412F;
  color: #BCAB77;
  border: 1px solid #06412F;
}

.site-textarea {
  background: #ffffff;
  border-radius: 0;
  outline: none;
  border: 1px solid #dfdfdf;
  font-size: 18px;
  height: 46px;
  width: 100%;
  padding: 10px;
  font-family: "Source Sans 3", 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: "Source Sans 3", 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: "Source Sans 3", 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, .site-form-data .site-form-field .site-textarea {
  border: 1px solid #06412F !important;
}

.site-form-data .site-form-buttons .site-form-button {
  background: #06412F !important;
  color: #BCAB77 !important;
}
.site-form-data .site-form-buttons .site-form-button:hover {
  background: #BCAB77 !important;
  color: #06412F !important;
}

@media (max-width: 599px) {
  .site-search-data .site-search-button {
    margin-top: 20px;
  }
}
main#site-main {
  min-height: 300px;
  padding-top: 0px;
}
@media (max-width: 1099px) {
  main#site-main {
    padding-top: 100px;
  }
}
main#site-main .site-page-title {
  margin-top: 20px;
  color: #06412F;
}

.cms-page-is-in-edit-mode main#site-main {
  padding-top: 210px;
}

#site-header {
  background: #f6f6f6;
  height: 100px;
  width: 100%;
  z-index: 9999;
}
@media (max-width: 1099px) {
  #site-header {
    position: fixed;
  }
}
#site-header #site-header-logo {
  display: flex;
  flex-direction: row;
}
#site-header .site-header-block {
  display: flex;
  justify-content: space-between;
  position: relative;
}
#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 .cms-vc-search-wrapper .cms-vc-result-wrapper .cms-vc-sports-title .cms-vc-sports-name-title,
.cms-vc-search-wrapper .cms-vc-result-wrapper .cms-vc-sports-title #site-header .site-header-block .site-header-logo .cms-vc-sports-name-title,
#site-header .site-header-block .site-header-logo .cms-vc-search-wrapper .cms-vc-result-wrapper .cms-vc-sports-title .cms-vc-sports-grade-title,
.cms-vc-search-wrapper .cms-vc-result-wrapper .cms-vc-sports-title #site-header .site-header-block .site-header-logo .cms-vc-sports-grade-title,
#site-header .site-header-block .site-header-logo h6 {
  margin: 0;
}
#site-header .site-header-block .site-header-right {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.header-mobile-logo-wrapper .slick-track,
.header-mobile-logo-wrapper .site-slide {
  width: inherit !important;
}

.site-header-logo {
  height: 100px;
}
.site-header-logo .header-logo-wrapper {
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-left: 100px;
}
.site-header-logo .header-logo-wrapper .site-slider-image {
  max-height: 60px;
  width: auto !important;
}
.site-header-logo .header-logo-wrapper .slick-track,
.site-header-logo .header-logo-wrapper .site-slide {
  width: inherit !important;
}
.site-header-logo .site-logo-crest-wrapper {
  position: fixed;
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #f6f6f6;
  width: 100px;
  z-index: 11;
}
.site-header-logo .site-logo-crest-wrapper .slick-track,
.site-header-logo .site-logo-crest-wrapper .site-slide {
  width: inherit !important;
}
.site-header-logo .site-logo-crest-wrapper .site-slider-image {
  max-height: 60px;
  width: auto !important;
}

.cms-page-is-in-edit-mode .page-wrapper {
  overflow: visible;
}
.cms-page-is-in-edit-mode .site-header-logo,
.cms-page-is-in-edit-mode .site-navigation-feature-wrapper,
.cms-page-is-in-edit-mode .site-search-wrapper {
  padding-top: 30px !important;
}
.cms-page-is-in-edit-mode .site-header-logo .header-logo-wrapper {
  padding-left: 40px;
}
.cms-page-is-in-edit-mode #site-header {
  position: relative;
  height: 50px;
}
.cms-page-is-in-edit-mode #site-header .site-header-block .site-header-right .site-menu-toggle {
  align-self: flex-start;
}

#site-footer {
  background: #216450;
  padding: 70px 0;
}
@media (max-width: 1099px) {
  #site-footer {
    padding-bottom: 0;
  }
}
#site-footer .site-footer-block {
  display: flex;
  justify-content: space-between;
  position: relative;
  color: #000000;
}
@media (max-width: 399px) {
  #site-footer .site-footer-block {
    display: block;
    text-align: center;
  }
}
#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 .cms-vc-search-wrapper .cms-vc-result-wrapper .cms-vc-sports-title .cms-vc-sports-name-title,
.cms-vc-search-wrapper .cms-vc-result-wrapper .cms-vc-sports-title #site-footer .site-footer-block .site-footer-logo .cms-vc-sports-name-title,
#site-footer .site-footer-block .site-footer-logo .cms-vc-search-wrapper .cms-vc-result-wrapper .cms-vc-sports-title .cms-vc-sports-grade-title,
.cms-vc-search-wrapper .cms-vc-result-wrapper .cms-vc-sports-title #site-footer .site-footer-block .site-footer-logo .cms-vc-sports-grade-title,
#site-footer .site-footer-block .site-footer-logo h6 {
  margin: 0;
}
#site-footer .site-footer-block .site-footer-right {
  display: flex;
  justify-content: flex-end;
  font-size: 15px;
}
@media (max-width: 399px) {
  #site-footer .site-footer-block .site-footer-right {
    justify-content: space-between;
    margin: 10px 0 0;
  }
}

.site-footer {
  position: relative;
}
@media (max-width: 1099px) {
  .site-footer .site-footer-content.footer-left .site-footer-logo img {
    margin: 0 auto;
  }
  .site-footer .site-footer-content.footer-left .cms-text-feature-content {
    text-align: center;
  }
  .site-footer .site-footer-content.footer-left, .site-footer .site-footer-content.footer-right {
    width: 100% !important;
    flex: 100% !important;
    max-width: 100% !important;
  }
}
.site-footer .row {
  align-items: center;
}
.site-footer .site-footer-logo img {
  max-width: 191px;
  height: auto;
}
.site-footer .cms-text-feature-data p {
  color: #ffffff;
}
.site-footer .site-custom-footer-content a:hover {
  color: #ffffff;
}
.site-footer .site-footer-copyright {
  background: #06412F;
}
.site-footer .site-footer-copyright .site-footer-custom-copyright a:hover {
  color: #ffffff;
}

body:not(.cms-page-is-in-edit-mode) .site-footer .site-footer-copyright {
  padding: 18px 68px;
  position: absolute;
  bottom: 0;
  right: 65px;
  transform-origin: bottom right;
  transform: rotate(90deg);
  width: 511px;
}
body:not(.cms-page-is-in-edit-mode) .site-footer .site-footer-copyright .site-footer-custom-copyright-wrapper {
  text-align: right;
}
@media (max-width: 1099px) {
  body:not(.cms-page-is-in-edit-mode) .site-footer .site-footer-copyright {
    position: unset;
    width: unset;
    transform: unset;
    margin-top: 50px;
  }
  body:not(.cms-page-is-in-edit-mode) .site-footer .site-footer-copyright .site-footer-custom-copyright-wrapper {
    text-align: center;
  }
}

@media (min-width: 1025px) {
  .site-sidebar {
    width: 490px;
  }
}

.site-sidebar .cms-feature-title {
  font-size: 40px;
  line-height: 50px;
}

.cms-page-is-in-preview-mode .site-page-wrapper {
  margin: 45px 0 0;
}

.cms-user-logged .site-page-wrapper {
  margin: 72px 0 0;
}

.site-breadcrumbs-wrapper {
  background: #f9f9f9;
  padding: 15px 0;
  border-bottom: 1px solid #dfdfdf;
  color: #616161;
  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";
  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: #06412F;
  position: relative;
}
.site-breadcrumbs-wrapper .site-breadcrumbs-item a.site-breadcrumbs-link::after {
  content: "";
  width: 0;
  position: absolute;
  height: 2px;
  background: #BCAB77;
  left: 0;
  bottom: -5px;
  transition: all ease 0.5s;
}
.site-breadcrumbs-wrapper .site-breadcrumbs-item a.site-breadcrumbs-link:hover:after {
  width: 100%;
}

@media (min-width: 1001px) {
  .site-navigation-wrapper #site-navigation ul.site-nav-block {
    position: relative;
  }
  .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 > a {
    text-transform: uppercase;
    color: #ffffff;
    display: block;
  }
  .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 .site-subnav-wrapper {
    display: none;
    position: absolute;
    background: #f6f6f6;
    z-index: 1000;
    padding: 10px 20px;
    top: 100%;
    min-width: 130px;
  }
  .site-navigation-wrapper #site-navigation ul.site-nav-block .site-subnav-wrapper li {
    display: block;
    margin: 0 0 5px;
  }
  .site-navigation-wrapper #site-navigation ul.site-nav-block .site-subnav-wrapper li a {
    color: #ffffff;
  }
  .site-navigation-wrapper #site-navigation .site-nav-linktext, .site-navigation-wrapper #site-navigation .site-nav-linktext {
    display: none;
  }
}
.site-menu-toggle {
  width: 25px;
  height: 18px;
  position: fixed;
  transform: rotate(0deg);
  transition: 0.5s ease-in-out;
  cursor: pointer;
  background-color: #216450;
  height: 100px;
  width: 100px;
  z-index: 11;
}
.site-menu-toggle:hover, .site-menu-toggle.active-menu-toggle {
  background-color: #BCAB77;
}
.site-menu-toggle span {
  display: block;
  position: absolute;
  height: 2px;
  width: 19px;
  background: #ffffff;
  opacity: 1;
  left: 0;
  transform: rotate(0deg);
  transition: 0.25s ease-in-out;
  left: 0;
  right: 0;
  margin: auto;
}
.site-menu-toggle span:nth-child(1) {
  top: 41px;
}
.site-menu-toggle span:nth-child(2),
.site-menu-toggle span:nth-child(3) {
  top: 48px;
}
.site-menu-toggle span:nth-child(4) {
  top: 55px;
}
.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) {
  transform: rotate(45deg);
}
.site-menu-toggle.active-menu-toggle span:nth-child(3) {
  transform: rotate(-45deg);
}
.site-menu-toggle.active-menu-toggle span:nth-child(4) {
  top: 18px;
  width: 0%;
  left: 50%;
}

@media (max-width: 1000px) {
  .site-menu-toggle {
    display: block;
  }
  nav#site-navigation {
    position: fixed;
    z-index: 10;
    right: -100%;
    width: 300px;
    transition: all ease 0.5s;
    opacity: 0;
    visibility: hidden;
    height: 100vh;
  }
  nav#site-navigation.site-navigation-active {
    right: 0;
    opacity: 1;
    visibility: visible;
    width: 100%;
    overflow: scroll;
  }
  nav#site-navigation.site-navigation-active .hide-mobile-nav,
  nav#site-navigation.site-navigation-active .custom-nav-hide-mobile-nav {
    display: none;
  }
  nav#site-navigation ul.site-nav-block {
    padding: 10px 20px;
  }
  nav#site-navigation ul.site-nav-block > li {
    border-bottom: 1px solid #ffffff;
    margin: 0 0 10px;
    padding: 0 0 10px;
    text-transform: normal;
  }
  nav#site-navigation ul.site-nav-block > li > a {
    color: #ffffff;
  }
  nav#site-navigation ul.site-nav-block > li > a:hover {
    color: #BCAB77;
  }
  nav#site-navigation ul.site-nav-block > li.site-nav-active > a {
    color: #BCAB77;
  }
  nav#site-navigation ul.site-nav-block li {
    display: block;
    position: relative;
  }
  nav#site-navigation ul.site-nav-block li .site-nav-linktext.site-nav-expand {
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    color: #BCAB77;
  }
  nav#site-navigation ul.site-nav-block li .site-nav-linktext.site-nav-expand:before {
    font-family: "site-icon";
    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;
  }
  nav#site-navigation ul.site-nav-block li .site-nav-linktext.site-nav-expand-active:before {
    transform: rotate(90deg);
  }
  nav#site-navigation ul.site-nav-block li .site-subnav-wrapper {
    overflow: hidden;
    max-height: 0;
    transition: all ease 0.5s;
  }
  nav#site-navigation ul.site-nav-block li .site-subnav-wrapper-active {
    max-height: 1000px;
  }
  nav#site-navigation ul.site-nav-block li .site-subnav-wrapper .site-subnav-block {
    padding: 10px 0 0;
  }
  nav#site-navigation ul.site-nav-block li .site-subnav-wrapper .site-subnav-block li {
    padding: 0 20px 10px;
    text-transform: none;
  }
  nav#site-navigation ul.site-nav-block li .site-subnav-wrapper .site-subnav-block li a {
    color: #ffffff;
  }
  nav#site-navigation ul.site-nav-block li .site-subnav-wrapper .site-subnav-block li a:hover {
    color: #BCAB77;
  }
  nav#site-navigation ul.site-nav-block li .site-subnav-wrapper .site-subnav-block li.site-subnav-active > a {
    color: #BCAB77;
  }
}
.site-navigation-wrapper {
  width: 100%;
  position: fixed;
  top: 0;
  right: -100%;
  height: 100vh;
  background: #06412F;
  display: flex;
}
.site-navigation-wrapper.site-navigation-active {
  padding-top: 100px;
  top: 0px !important;
  overflow: hidden;
  right: 0;
  z-index: 11;
}

nav#site-navigation.site-navigation-active {
  overflow: hidden;
}
@media (max-width: 999px) {
  nav#site-navigation.site-navigation-active {
    overflow-y: scroll;
  }
  nav#site-navigation.site-navigation-active::-webkit-scrollbar {
    width: 10px;
    height: 10px;
    background-color: #216450;
    border-radius: 5px;
  }
  nav#site-navigation.site-navigation-active::-webkit-scrollbar-thumb {
    background-color: #BCAB77;
    border-radius: 5px;
  }
  nav#site-navigation.site-navigation-active::-webkit-scrollbar-button {
    display: none;
  }
}
nav#site-navigation.site-navigation-active .site-nav-block {
  display: none;
}
@media (max-width: 999px) {
  nav#site-navigation.site-navigation-active .site-nav-block {
    display: block;
  }
}

body:not(.cms-page-is-in-edit-mode, .cms-page-is-in-preview-mode) nav#site-navigation.site-navigation-active {
  height: calc(100vh - 70px - 30px);
}

.cms-page-is-published nav#site-navigation.site-navigation-active {
  height: calc(100vh - 70px - 102px) !important;
  top: calc(70px + 102px);
}

.cms-page-is-in-edit-mode .site-menu-toggle {
  position: relative;
}
.cms-page-is-in-edit-mode .site-navigation-wrapper.site-navigation-active {
  top: 70px !important;
  height: calc(100vh - 70px) !important;
}

.cms-page-is-in-preview-mode nav#site-navigation.site-navigation-active {
  height: calc(100vh - 70px - 75px);
}
.cms-page-is-in-preview-mode .site-navigation-wrapper.site-navigation-active {
  top: 45px !important;
}

.site-sidebar-menu {
  background: #ffffff;
  border: 1px solid #ffffff;
  padding: 30px 30px 30px 30px;
  margin: 0 0 50px 0;
  position: relative;
  min-height: 270px;
}
@media (max-width: 1024px) {
  .site-sidebar-menu {
    display: none;
  }
}
.site-sidebar-menu ul {
  padding: 0;
}
.site-sidebar-menu ul.site-nav-block > li > a {
  color: #616161;
  border-bottom: 1px solid #BCAB77;
  display: block;
  padding: 10px 20px 10px 20px;
}
.site-sidebar-menu ul.site-nav-block > li > a:hover {
  color: #BCAB77;
}
.site-sidebar-menu ul li.site-nav-item {
  display: block;
  text-align: center;
}
.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 0px;
}
.site-sidebar-menu ul.site-subnav-block li > a {
  color: #616161;
  border-bottom: 1px solid #BCAB77;
  display: block;
  padding: 10px 20px 10px 20px;
}
.site-sidebar-menu ul.site-subnav-block li > a:hover {
  color: #BCAB77;
}
.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: #06412F;
  font-weight: bold;
  font-family: "Source Sans 3", sans-serif;
}
.site-sidebar-menu ul li.site-nav-active > a:after1, .site-sidebar-menu ul li.site-subnav-active > a:after1 {
  content: "";
  background: #06412F;
  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: #616161;
  cursor: pointer;
}
.site-sidebar-menu ul li .site-nav-linktext.site-nav-expand:before {
  font-family: "site-icon";
  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-sidebar-lower .cms-text-feature-content p {
  margin: 0 0 10px !important;
}
.site-sidebar-lower .cms-text-feature-content h2 {
  font-size: 40px;
  line-height: 50px;
}

.cms-page-is-in-edit-mode .site-sidebar-menu {
  padding: 0px;
}
.cms-page-is-in-edit-mode .site-sidebar-menu .site-navigation {
  padding: 30px;
}

@media (max-width: 1024px) {
  .site-main-with-sidebar .site-sidebar-menu {
    margin-top: 30px;
  }
  .site-main-with-sidebar article {
    display: flex !important;
    flex-wrap: wrap;
  }
  .site-main-with-sidebar .site-sidebar,
  .site-main-with-sidebar .site-main-data {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .site-main-with-sidebar .site-sidebar {
    order: 1;
  }
  .site-main-with-sidebar .site-main-data {
    order: 0;
  }
}
.site-social-facebook:before {
  font-family: "site-icon";
  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: "\e910" !important;
  margin: 0 5px 0 0;
  display: inline-block;
  vertical-align: top;
  font-size: 14px;
}
.site-social-instagram:before {
  font-family: "site-icon";
  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 5px 0 0;
  display: inline-block;
  vertical-align: top;
  font-size: 14px;
}
.site-social-twitter:before {
  font-family: "site-icon";
  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 5px 0 0;
  display: inline-block;
  vertical-align: top;
  font-size: 14px;
}
.site-social-youtube:before {
  font-family: "site-icon";
  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 5px 0 0;
  display: inline-block;
  vertical-align: top;
  font-size: 14px;
}
.site-social-linkedin:before {
  font-family: "site-icon";
  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: "\e90e" !important;
  margin: 0 5px 0 0;
  display: inline-block;
  vertical-align: top;
  font-size: 14px;
}
.site-social-tiktok:before {
  font-family: "site-icon";
  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 5px 0 0;
  display: inline-block;
  vertical-align: top;
  font-size: 14px;
}

.hide-post-title h3.site-display-title {
  display: none;
}

.site-display-wrapper:not(.site-custom-display-related, .site-custom-display-slideshow, .site-custom-display-1-big).site-display-img-background .site-display-list .site-display-wrapper-listitem .site-display-list-block h3.site-display-title a {
  color: #ffffff;
  border: none !important;
}
.site-display-wrapper:not(.site-custom-display-related, .site-custom-display-slideshow, .site-custom-display-1-big) .site-display-list .site-display-wrapper-listitem .site-display-list-block .site-display-data-block .site-display-date {
  margin: 0 0 15px;
}
.site-display-wrapper:not(.site-custom-display-related, .site-custom-display-slideshow, .site-custom-display-1-big) .site-display-list .site-display-wrapper-listitem .site-display-list-block h3.site-display-title {
  font-weight: 900;
  font-size: 30px;
  line-height: 40px;
}
.site-display-wrapper:not(.site-custom-display-related, .site-custom-display-slideshow, .site-custom-display-1-big) .site-display-list .site-display-wrapper-listitem .site-display-list-block h3.site-display-title a {
  color: #06412F;
  display: -webkit-box !important;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  transition: 0.5s ease-in-out;
}
.site-display-wrapper:not(.site-custom-display-related, .site-custom-display-slideshow, .site-custom-display-1-big) .site-display-list .site-display-wrapper-listitem .site-display-list-block h3.site-display-title a:hover {
  color: #BCAB77;
}
.site-display-wrapper:not(.site-custom-display-related, .site-custom-display-slideshow, .site-custom-display-1-big) .site-display-list .site-display-wrapper-listitem .site-display-list-block .site-display-desc {
  display: -webkit-box !important;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.site-display-filter-data {
  margin: 0;
}
.site-display-filter-data .site-display-filter-title {
  background: #06412F;
  padding: 10px 20px;
}
@media (min-width: 600px) {
  .site-display-filter-data .site-display-filter-title {
    display: none;
  }
}
.site-display-filter-data .site-display-filter-desc {
  margin: 0 0 30px;
}
.site-display-filter-data .site-display-filter-desc .site-display-filter-wrapper label {
  font-family: "Source Sans 3", sans-serif;
}
.cms-display-feature .site-display-filter-data {
  margin-top: 0;
}
.cms-display-feature .site-display-filter-data .site-display-filter-desc .site-display-filter-wrapper label {
  border: 1px solid #06412F;
  background: #06412F;
  color: #BCAB77;
}
.cms-display-feature .site-display-filter-data .site-display-filter-desc .site-display-filter-wrapper label:hover {
  border: 1px solid #BCAB77;
  background: #BCAB77;
  color: #06412F;
}
.cms-display-feature .site-display-filter-data .site-display-filter-desc .site-display-filter-wrapper .site-display-checkbox:checked + label {
  border: 1px solid #BCAB77;
  background: #BCAB77;
  color: #06412F;
  position: relative;
  padding: 10px 30px 10px 25px;
}
.cms-display-feature .site-display-filter-data .site-display-filter-desc .site-display-filter-wrapper .site-display-checkbox:checked + label::after {
  content: "\e905";
  font-family: "icomoon";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  right: 10px;
  font-size: 10px;
  top: 0;
  bottom: 0;
  align-items: center;
  display: flex;
}

@media (max-width: 1099px) {
  .site-display-wrapper:not(.site-custom-display-1-big).site-display-listview ul[class*=site-display-list-] li {
    max-width: 50%;
    flex: 0 0 50%;
  }
}
@media (max-width: 599px) {
  .site-display-wrapper:not(.site-custom-display-1-big).site-display-listview ul[class*=site-display-list-] li {
    max-width: 100%;
    flex: 0 0 100%;
  }
}

.mfp-arrow {
  background: #BCAB77;
  color: #ffffff;
  border: 1px solid #BCAB77;
  border-radius: 100%;
}
.mfp-arrow:after {
  color: #ffffff;
  font-size: 40px;
  line-height: 50px;
}
.mfp-arrow:hover {
  background: #06412F;
  color: #ffffff;
  border: 1px solid #06412F;
}
.mfp-arrow:hover:after {
  color: #ffffff;
}
.mfp-arrow.mfp-arrow-left:after {
  font-family: "site-icon";
  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";
  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: #BCAB77;
  color: #ffffff;
  border: 1px solid #BCAB77;
  border-radius: 100%;
}
.mfp-image-holder .mfp-content .mfp-close:after {
  color: #ffffff;
  font-size: 15px;
}
.mfp-image-holder .mfp-content .mfp-close:hover {
  background: #06412F;
  color: #ffffff;
  border: 1px solid #06412F;
}
.mfp-image-holder .mfp-content .mfp-close:hover:after {
  color: #ffffff;
}

.site-slider {
  text-align: left;
}
.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;
}
.site-slider.site-slide-caption-dt-tl .site-slide .site-slider-caption, .site-slider.site-slide-caption-dt-tr .site-slide .site-slider-caption, .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;
}
.site-slider.site-slide-caption-dt-ml .site-slide .site-slider-caption, .site-slider.site-slide-caption-dt-mr .site-slide .site-slider-caption, .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;
}
.site-slider.site-slide-caption-dt-ml .site-slide .site-slider-caption .site-slider-capton-data, .site-slider.site-slide-caption-dt-mr .site-slide .site-slider-caption .site-slider-capton-data, .site-slider.site-slide-caption-dt-mc .site-slide .site-slider-caption .site-slider-capton-data {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.site-slider.site-slide-caption-dt-mc .site-slide .site-slider-caption .site-slider-capton-data {
  width: 100%;
  left: 0;
}

@media (max-width: 599px) {
  .site-slider .site-slide .site-slider-caption {
    position: absolute;
  }
}

@media (max-width: 599px) {
  .site-move-down {
    width: 30px !important;
  }
}

@media only screen and (min-width: 600px) and (max-width: 1000px) {
  .site-slider-tab-list.no-transform .slick-list {
    transform: translate3d(0px, 0px, 0px) !important;
  }
}
.site-slider-tab-list .site-slider-caption {
  position: absolute !important;
}
.site-slider-tab-list .site-slider-caption .site-container {
  padding: 0 20px;
}
.site-slider-tab-list .site-slider-caption .site-container .site-slider-capton-data {
  color: #ffffff;
}
.site-slider-tab-list .site-slider-caption .site-container .site-slider-capton-data h1,
.site-slider-tab-list .site-slider-caption .site-container .site-slider-capton-data h2,
.site-slider-tab-list .site-slider-caption .site-container .site-slider-capton-data h3,
.site-slider-tab-list .site-slider-caption .site-container .site-slider-capton-data h4,
.site-slider-tab-list .site-slider-caption .site-container .site-slider-capton-data h5,
.site-slider-tab-list .site-slider-caption .site-container .site-slider-capton-data .cms-vc-search-wrapper .cms-vc-result-wrapper .cms-vc-sports-title .cms-vc-sports-name-title,
.cms-vc-search-wrapper .cms-vc-result-wrapper .cms-vc-sports-title .site-slider-tab-list .site-slider-caption .site-container .site-slider-capton-data .cms-vc-sports-name-title,
.site-slider-tab-list .site-slider-caption .site-container .site-slider-capton-data .cms-vc-search-wrapper .cms-vc-result-wrapper .cms-vc-sports-title .cms-vc-sports-grade-title,
.cms-vc-search-wrapper .cms-vc-result-wrapper .cms-vc-sports-title .site-slider-tab-list .site-slider-caption .site-container .site-slider-capton-data .cms-vc-sports-grade-title,
.site-slider-tab-list .site-slider-caption .site-container .site-slider-capton-data h6 {
  color: #ffffff;
}
.site-slider-tab-list .site-slide {
  border: 3px solid transparent;
  cursor: pointer;
}
.site-slider-tab-list .site-slide img {
  padding: 0;
  transition: all ease 0.5s;
}
.site-slider-tab-list .site-slide:hover {
  border: 3px solid #BCAB77;
}
.site-slider-tab-list .site-slide:hover img {
  padding: 15px;
}
.site-slider-tab-list .site-slide:hover .site-slider-caption {
  width: calc(100% - 30px) !important;
  margin: auto;
  bottom: 15px;
}
.site-slider-tab-list .site-slide.slick-active.slick-current {
  border: 3px solid #BCAB77;
}
.site-slider-tab-list .site-slide.slick-active.slick-current img {
  padding: 15px;
}
.site-slider-tab-list .site-slide.slick-active.slick-current .site-slider-caption {
  width: calc(100% - 30px) !important;
  margin: auto;
  bottom: 15px;
}

.site-center-mode .site-slide {
  margin: 0 10px;
}

.site-slider-popup .site-slick-wrapper .slick-list {
  overflow: visible !important;
}
.site-slider-popup .site-slick-wrapper .slick-list .site-slider-pop-caption {
  color: #ffffff;
}
.site-slider-popup .site-slick-wrapper .slick-list .site-slider-pop-caption h1,
.site-slider-popup .site-slick-wrapper .slick-list .site-slider-pop-caption h2,
.site-slider-popup .site-slick-wrapper .slick-list .site-slider-pop-caption h3,
.site-slider-popup .site-slick-wrapper .slick-list .site-slider-pop-caption h4,
.site-slider-popup .site-slick-wrapper .slick-list .site-slider-pop-caption h5,
.site-slider-popup .site-slick-wrapper .slick-list .site-slider-pop-caption .cms-vc-search-wrapper .cms-vc-result-wrapper .cms-vc-sports-title .cms-vc-sports-name-title,
.cms-vc-search-wrapper .cms-vc-result-wrapper .cms-vc-sports-title .site-slider-popup .site-slick-wrapper .slick-list .site-slider-pop-caption .cms-vc-sports-name-title,
.site-slider-popup .site-slick-wrapper .slick-list .site-slider-pop-caption .cms-vc-search-wrapper .cms-vc-result-wrapper .cms-vc-sports-title .cms-vc-sports-grade-title,
.cms-vc-search-wrapper .cms-vc-result-wrapper .cms-vc-sports-title .site-slider-popup .site-slick-wrapper .slick-list .site-slider-pop-caption .cms-vc-sports-grade-title,
.site-slider-popup .site-slick-wrapper .slick-list .site-slider-pop-caption h6 {
  color: #ffffff;
}
.site-slider-popup .site-slick-wrapper .slick-list .site-slider-pop-wrapper:not(.site-active-slider-pop-wrapper) .site-slider-pop-img img {
  transition: all ease 0.5s;
  cursor: pointer;
}
.site-slider-popup .site-slick-wrapper .slick-list .site-slider-pop-wrapper:not(.site-active-slider-pop-wrapper):hover {
  border: 3px solid #BCAB77;
}
.site-slider-popup .site-slick-wrapper .slick-list .site-slider-pop-wrapper:not(.site-active-slider-pop-wrapper):hover .site-slider-pop-img img {
  padding: 4%;
}
.site-slider-popup .site-slick-wrapper .slick-list .site-slider-pop-wrapper:not(.site-active-slider-pop-wrapper):hover .site-slider-pop-caption {
  width: 92% !important;
  margin: auto;
  bottom: 4%;
  left: 0;
  right: 0;
}
.site-slider-popup .site-slick-wrapper .slick-list .site-slider-pop-img img {
  transition: all ease 0.5s;
}
.site-slider-popup .site-slick-wrapper .slick-list .site-slider-pop-img:hover {
  border: 3px solid #BCAB77;
}
.site-slider-popup .site-slick-wrapper .slick-list .site-slider-pop-img:hover img {
  padding: 4%;
}
.site-slider-popup .site-slick-wrapper .slick-list .site-slider-pop-img:hover .site-slider-pop-caption {
  width: 92% !important;
  margin: auto;
  bottom: 4%;
}

@media (max-width: 599px) {
  .site-hero-wrapper .site-slider .site-slick-wrapper .slick-list .site-slide .site-slider-image-block .site-slider-image {
    height: 360px;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }
}

.cms-text-feature .cms-text-feature-data {
  line-height: normal;
}
.cms-text-feature .cms-text-feature-data p {
  line-height: 28px;
  font-size: 18px;
}
.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: 28px;
  font-size: 18px;
}

.cms-text-feature .cms-text-feature-data ul li::marker,
.cms-text-feature .cms-text-feature-data ol li::marker {
  color: #06412F;
}
.cms-text-feature .cms-text-feature-data ol li::marker {
  font-weight: 600;
}

.site-search-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100px;
  padding: 0 130px 0px 15px;
  z-index: 11;
}
.site-search-wrapper .site-search-icon {
  color: #216450;
  font-size: 25px;
}
.site-search-wrapper .site-search-icon:hover {
  color: #BCAB77;
}
.site-search-wrapper .site-search-icon i {
  font-weight: bold;
  cursor: pointer;
}
.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 #BCAB77 !important;
  transition: all ease 0.6s;
}
.site-search-wrapper .site-search-block.site-search-option .site-search-data .site-search-button {
  background: transparent;
  font-size: 13.33px;
  padding: 13px 25px;
  border: none;
  text-align: center;
  color: #06412F;
  letter-spacing: 3px;
  font-weight: normal;
  text-transform: uppercase;
  text-decoration: none !important;
  border: 1px solid transparent;
  display: inline-block;
  min-height: 46px;
  line-height: 20px;
  font-family: "Source Sans 3", sans-serif;
  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:hover {
  background: transparent;
  color: #BCAB77;
  border: 1px solid transparent;
}
.site-search-wrapper .site-search-block.site-search-option .site-search-data .site-search-button:before {
  font-family: "site-icon";
  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: #f6f6f6;
  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 {
  background: #06412F;
  font-size: 13.33px;
  padding: 13px 25px;
  border: none;
  text-align: center;
  color: #ffffff;
  letter-spacing: 3px;
  font-weight: normal;
  text-transform: uppercase;
  text-decoration: none !important;
  border: 1px solid #000000;
  display: inline-block;
  min-height: 46px;
  line-height: 20px;
  font-family: "Source Sans 3", sans-serif;
  font-size: 0;
  padding: 0 10px;
  letter-spacing: 0;
}
.site-search-wrapper .site-search-block.site-search-option1 .site-search-data .site-search-button:hover {
  background: #BCAB77;
  color: #06412F;
  border: 1px solid #BCAB77;
}
.site-search-wrapper .site-search-block.site-search-option1 .site-search-data .site-search-button:before {
  font-family: "site-icon";
  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%;
  padding: 0 20px;
}
.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;
}
.cms-page-is-in-edit-mode .site-search-wrapper {
  padding: 0 30px 0px 15px;
}

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;
  top: 15px;
  right: 15px;
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 28px;
  border: 1px solid #ffffff;
  border-radius: 100%;
  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 {
  font-family: "site-icon";
  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: "\e910" !important;
  font-weight: bold;
  font-size: 20px;
  transition: all ease 0.5s;
  display: block;
}
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 {
  border: 1px solid #06412F;
  transition: all ease 0.5s;
}
body:not(.cms-page-is-in-edit-mode) .site-opened-popup-wrapper .site-opened-popup .site-popup-close:hover::before,
body:not(.cms-page-is-in-edit-mode) .site-opened-popup-wrapper .site-wide-popup .site-popup-close:hover::before,
body:not(.cms-page-is-in-edit-mode) .popup-wrapper .site-opened-popup .site-popup-close:hover::before,
body:not(.cms-page-is-in-edit-mode) .popup-wrapper .site-wide-popup .site-popup-close:hover::before {
  transform: scale(0.7);
}
@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;
}

.site-custom-calendar-wrapper .cms-feature-title {
  position: relative;
}
.site-custom-calendar-wrapper .cms-feature-title::before {
  content: "";
  position: absolute;
  top: -38px;
  right: 0;
  background: url("../images/wasp-logo.webp");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  height: 80px;
  width: 72px;
}
@media (max-width: 999px) {
  .site-custom-calendar-wrapper .cms-feature-title::before {
    display: none;
  }
}
.site-custom-calendar-wrapper.no-cal-logo-wrapper .cms-feature-title::before {
  display: none !important;
}
.site-custom-calendar-wrapper.school-cal-logo-wrapper .cms-feature-title::before {
  background: url("../images/westfield-logo-crest.webp");
  background-size: contain;
}
.site-custom-calendar .k-scheduler-header,
.site-custom-calendar .k-nav-current {
  display: none;
}
.site-custom-calendar .k-scheduler-content .k-scheduler-table tbody .k-scheduler-task-text {
  color: #06412F;
  font-weight: 700;
  font-family: "adobe-caslon-pro";
}
.site-custom-calendar .k-scheduler-content .k-scheduler-table tbody .k-scheduler-agendaday {
  color: #06412F;
  font-weight: 900;
  font-family: "adobe-caslon-pro";
}
.site-custom-calendar .k-scheduler-content .k-scheduler-table tbody .k-scheduler-timecolumn,
.site-custom-calendar .k-scheduler-content .k-scheduler-table tbody .k-scheduler-agendaweek,
.site-custom-calendar .k-scheduler-content .k-scheduler-table tbody .k-scheduler-agendadate {
  color: #616161;
}

.home-page .site-custom-calendar .k-scheduler .k-scheduler-content,
.landing-page .site-custom-calendar .k-scheduler .k-scheduler-content,
.content-page .site-custom-calendar .k-scheduler .k-scheduler-content,
.content-with-sidebar-page .site-custom-calendar .k-scheduler .k-scheduler-content {
  height: 350px !important;
}
@media (max-width: 1599px) {
  .home-page .site-custom-calendar .k-scheduler .k-scheduler-content,
  .landing-page .site-custom-calendar .k-scheduler .k-scheduler-content,
  .content-page .site-custom-calendar .k-scheduler .k-scheduler-content,
  .content-with-sidebar-page .site-custom-calendar .k-scheduler .k-scheduler-content {
    height: 270px !important;
  }
}
@media (max-width: 1499px) {
  .home-page .site-custom-calendar .k-scheduler .k-scheduler-content,
  .landing-page .site-custom-calendar .k-scheduler .k-scheduler-content,
  .content-page .site-custom-calendar .k-scheduler .k-scheduler-content,
  .content-with-sidebar-page .site-custom-calendar .k-scheduler .k-scheduler-content {
    height: 245px !important;
  }
}
@media (max-width: 1299px) {
  .home-page .site-custom-calendar .k-scheduler .k-scheduler-content,
  .landing-page .site-custom-calendar .k-scheduler .k-scheduler-content,
  .content-page .site-custom-calendar .k-scheduler .k-scheduler-content,
  .content-with-sidebar-page .site-custom-calendar .k-scheduler .k-scheduler-content {
    height: 400px !important;
  }
}
.home-page .site-custom-calendar .k-scheduler .k-scheduler-content .k-scheduler-table td,
.landing-page .site-custom-calendar .k-scheduler .k-scheduler-content .k-scheduler-table td,
.content-page .site-custom-calendar .k-scheduler .k-scheduler-content .k-scheduler-table td,
.content-with-sidebar-page .site-custom-calendar .k-scheduler .k-scheduler-content .k-scheduler-table td {
  white-space: initial;
}

@media (max-width: 599px) {
  .home-page .site-custom-calendar .k-scheduler .k-scheduler-content,
  .landing-page .site-custom-calendar .k-scheduler .k-scheduler-content,
  .content-page .site-custom-calendar .k-scheduler .k-scheduler-content,
  .content-with-sidebar-page .site-custom-calendar .k-scheduler .k-scheduler-content {
    height: 450px !important;
  }
  .home-page .site-custom-calendar .k-scheduler .k-scheduler-content .k-scheduler-table td,
  .landing-page .site-custom-calendar .k-scheduler .k-scheduler-content .k-scheduler-table td,
  .content-page .site-custom-calendar .k-scheduler .k-scheduler-content .k-scheduler-table td,
  .content-with-sidebar-page .site-custom-calendar .k-scheduler .k-scheduler-content .k-scheduler-table td {
    white-space: nowrap;
  }
}
.site-custom-display-1-big {
  display: flex;
}
.site-custom-display-1-big .site-display-list {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  flex-grow: 1;
}
@media (max-width: 999px) {
  .site-custom-display-1-big .site-display-list {
    flex-direction: row;
  }
}
.site-custom-display-1-big .site-display-list .site-display-list-block {
  border-bottom: none !important;
}
.site-custom-display-1-big .site-display-list li:first-child {
  height: 100%;
  width: 50%;
}
@media (max-width: 999px) {
  .site-custom-display-1-big .site-display-list li:first-child {
    height: unset;
    margin-bottom: 20px;
  }
}
.site-custom-display-1-big .site-display-list li:first-child .site-display-list-block {
  position: relative;
  padding-bottom: 0;
}
.site-custom-display-1-big .site-display-list li:first-child .site-display-image {
  position: relative;
  width: 100%;
  height: 100%;
  padding-top: 100%;
  z-index: 1;
}
.site-custom-display-1-big .site-display-list li:first-child .site-display-image::before {
  content: "";
  position: absolute;
  top: 0;
  height: 100%;
  width: 100%;
  background: linear-gradient(to top, rgb(0, 0, 0), rgba(0, 0, 0, 0));
  z-index: 1;
}
.site-custom-display-1-big .site-display-list li:first-child .site-display-data-block {
  position: absolute;
  justify-content: flex-end;
  display: flex;
  vertical-align: bottom;
  height: 100%;
  top: 0;
  left: 0;
  width: 100%;
  padding-bottom: 0;
}
.site-custom-display-1-big .site-display-list li:first-child .site-display-data-block .site-display-title {
  font-size: 25px;
  line-height: 35px;
}
.site-custom-display-1-big .site-display-list li:first-child .site-display-data-block .site-display-title,
.site-custom-display-1-big .site-display-list li:first-child .site-display-data-block .site-display-date {
  padding: 0px 30px !important;
  z-index: 2;
}
.site-custom-display-1-big .site-display-list li:first-child .site-display-data-block .site-display-title a,
.site-custom-display-1-big .site-display-list li:first-child .site-display-data-block .site-display-date a {
  color: #ffffff;
}
.site-custom-display-1-big .site-display-list li:first-child .site-display-data-block .site-display-title a:hover,
.site-custom-display-1-big .site-display-list li:first-child .site-display-data-block .site-display-date a:hover {
  color: #BCAB77;
}
.site-custom-display-1-big .site-display-list li:first-child .site-display-data-block .site-display-date {
  margin-bottom: 30px;
  color: #ffffff;
}
.site-custom-display-1-big .site-display-list li:not(:first-child) {
  flex: 1;
  width: 50%;
  flex-grow: unset;
}
@media (max-width: 999px) {
  .site-custom-display-1-big .site-display-list li:not(:first-child) {
    flex: unset;
    width: 100%;
  }
}
.site-custom-display-1-big .site-display-list li:not(:first-child) .site-display-list-block {
  align-items: center;
}
.site-custom-display-1-big .site-display-list li:not(:first-child) .site-display-list-block .site-display-image {
  width: 33.33%;
  padding-top: calc(33.33% - 13.5px);
}
@media (max-width: 999px) {
  .site-custom-display-1-big .site-display-list li:not(:first-child) .site-display-list-block .site-display-image {
    width: 40%;
    padding-top: 35%;
  }
}
.site-custom-display-1-big .site-display-list li:not(:first-child) .site-display-list-block .site-display-data-block {
  width: 75%;
}
.site-custom-display-1-big .site-display-list li:not(:first-child) .site-display-list-block .site-display-data-block .site-display-title {
  font-size: 20px;
  line-height: 30px;
  padding-left: 30px;
  color: #06412F;
}
@media (max-width: 999px) {
  .site-custom-display-1-big .site-display-list li:not(:first-child) .site-display-list-block .site-display-data-block .site-display-title {
    padding-left: 20px;
  }
}
.site-custom-display-1-big .site-display-list li:not(:first-child) .site-display-list-block .site-display-data-block .site-display-title a {
  color: #06412F;
  display: -webkit-box !important;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.site-custom-display-1-big .site-display-list li:not(:first-child) .site-display-list-block .site-display-data-block .site-display-title a:hover {
  color: #BCAB77;
}
.site-custom-display-1-big .site-display-list li:not(:first-child) .site-display-list-block .site-display-data-block .site-display-date {
  font-size: 15px;
  line-height: 30px;
  margin-bottom: 0;
  padding-left: 30px;
}
@media (max-width: 999px) {
  .site-custom-display-1-big .site-display-list li:not(:first-child) .site-display-list-block .site-display-data-block .site-display-date {
    padding-left: 20px;
  }
}
.site-custom-display-1-big .site-display-list li .site-display-data-block {
  display: flex;
  flex-direction: column;
}
.site-custom-display-1-big .site-display-list li .site-display-data-block .site-display-date {
  order: 2;
  text-transform: none !important;
}
.site-custom-display-1-big .site-display-list li .site-display-data-block .site-display-title {
  order: 1;
  font-weight: 600 !important;
}

body:not(.cms-page-is-in-edit-mode) .site-custom-display-1-big-wrapper .custom-more-news {
  margin-top: 30px;
}

.site-custom-display-related-wrapper .site-custom-display-related .site-display-list-block {
  border: none !important;
  margin-bottom: 0 !important;
}
.site-custom-display-related-wrapper .site-custom-display-related .site-display-list-block .site-display-image {
  width: 35%;
  padding-top: 35%;
}
.site-custom-display-related-wrapper .site-custom-display-related .site-display-list-block .site-display-data-block {
  display: flex;
  flex-direction: column;
  width: 60%;
}
.site-custom-display-related-wrapper .site-custom-display-related .site-display-list-block .site-display-data-block .site-display-title {
  order: 1;
  font-size: 20px;
  line-height: 30px;
  font-weight: 700;
}
.site-custom-display-related-wrapper .site-custom-display-related .site-display-list-block .site-display-data-block .site-display-title a {
  color: #06412F;
}
.site-custom-display-related-wrapper .site-custom-display-related .site-display-list-block .site-display-data-block .site-display-title a:hover {
  color: #BCAB77;
}
.site-custom-display-related-wrapper .site-custom-display-related .site-display-list-block .site-display-data-block .site-display-date {
  order: 2;
  font-size: 15px;
  text-transform: none;
}

.site-sidebar-lower .site-custom-display-related .slick-arrow, .site-sidebar-lower .site-custom-sidebar-gallery .slick-arrow {
  top: 50% !important;
}

.site-custom-display-slideshow.no-main-desc .site-display-image::before,
.site-custom-display-slideshow.no-main-desc .site-display-data-block .site-display-desc p {
  display: none !important;
}
.site-custom-display-slideshow .site-slider .slick-arrow,
.site-custom-display-slideshow .slick-slider .slick-arrow {
  top: -68px !important;
}
@media (max-width: 1099px) {
  .site-custom-display-slideshow .site-slider .slick-arrow,
  .site-custom-display-slideshow .slick-slider .slick-arrow {
    top: -60px !important;
  }
}
.site-custom-display-slideshow .site-slider .slick-arrow.slick-prev,
.site-custom-display-slideshow .slick-slider .slick-arrow.slick-prev {
  right: 80px;
  left: unset;
}
@media (max-width: 599px) {
  .site-custom-display-slideshow .site-slider .slick-arrow.slick-prev,
  .site-custom-display-slideshow .slick-slider .slick-arrow.slick-prev {
    right: 60px;
  }
}
.site-custom-display-slideshow .site-slider .slick-arrow.slick-next,
.site-custom-display-slideshow .slick-slider .slick-arrow.slick-next {
  right: 0;
}
.site-custom-display-slideshow .slick-list,
.site-custom-display-slideshow .slick-slide {
  margin: 0 !important;
}
.site-custom-display-slideshow .site-display-list-block {
  position: relative;
}
.site-custom-display-slideshow .site-display-list-block .site-display-image {
  position: relative;
}
.site-custom-display-slideshow .site-display-list-block .site-display-image::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: rgba(6, 65, 48, 0.85) !important;
  transition: 0.5s ease-in-out;
  opacity: 0;
}
.site-custom-display-slideshow .site-display-list-block .site-display-image::after {
  content: "";
  width: 60px;
  height: 60px;
  background: #BCAB77;
  position: absolute;
  top: 0;
  right: 0;
  font-family: "icomoon";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: 60px;
  color: #fff;
  text-align: center;
  font-size: 20px;
  content: "\e914";
  transform: rotate(-90deg);
  transition: 0.5s ease-in-out;
  opacity: 0;
}
.site-custom-display-slideshow .site-display-list-block:hover .site-display-image {
  position: relative;
}
.site-custom-display-slideshow .site-display-list-block:hover .site-display-image::before, .site-custom-display-slideshow .site-display-list-block:hover .site-display-image::after {
  opacity: 1;
}
.site-custom-display-slideshow .site-display-list-block:hover .site-display-desc {
  opacity: 1;
}
.site-custom-display-slideshow .site-display-list-block:hover .site-display-title a {
  color: #BCAB77;
}
.site-custom-display-slideshow .site-display-list-block .site-display-desc {
  position: absolute;
  top: 0;
  padding: 60px 30px 0px 30px;
  color: #ffffff;
  opacity: 0;
  transition: 0.5s ease-in-out;
  pointer-events: none;
}
.site-custom-display-slideshow .site-display-list-block .site-display-desc p {
  display: -webkit-box !important;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.site-custom-display-slideshow .site-display-list-block .site-display-title {
  font-size: 40px;
  line-height: 50px;
  text-align: left;
}
.site-custom-display-slideshow .site-display-list-block .site-display-title a {
  color: #06412F;
  display: -webkit-box !important;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  font-weight: 900;
  transition: 0.5s ease-in-out;
}
.site-custom-display-slideshow .site-display-list-block .site-display-title a:hover {
  color: #BCAB77;
}
.site-custom-display-slideshow.site-display-img-bottom .site-display-desc {
  top: 70px;
}
.site-custom-display-slideshow.site-display-img-left .site-display-list-block .site-display-image::after, .site-custom-display-slideshow.site-display-img-right .site-display-list-block .site-display-image::after {
  display: none !important;
}
.site-custom-display-slideshow.site-display-img-left .site-display-title, .site-custom-display-slideshow.site-display-img-right .site-display-title {
  font-size: 30px;
  line-height: 40px;
}
.site-custom-display-slideshow.site-display-img-left .site-display-desc, .site-custom-display-slideshow.site-display-img-right .site-display-desc {
  position: relative;
  color: #616161;
  padding: 0;
  opacity: 1;
}
.site-custom-display-slideshow.site-display-img-background .site-display-list-block:hover .site-display-title a {
  color: #BCAB77 !important;
}
.site-custom-display-slideshow.site-display-img-background .site-display-list-block:not(.site-display-no-img) {
  margin-bottom: 60px;
}
.site-custom-display-slideshow.site-display-img-background .site-display-list-block:not(.site-display-no-img) .site-display-data-block {
  pointer-events: none;
}
.site-custom-display-slideshow.site-display-img-background .site-display-list-block:not(.site-display-no-img) .site-display-title a,
.site-custom-display-slideshow.site-display-img-background .site-display-list-block:not(.site-display-no-img) .site-display-title a:hover {
  border: transparent !important;
  color: #06412F;
}
.site-custom-display-slideshow.site-display-img-background .site-display-title {
  position: absolute;
  bottom: -60px;
}
.site-custom-display-slideshow.site-display-img-background .site-display-desc {
  position: relative;
  padding: 0;
  text-align: left;
}

.site-custom-facts-gallery-wrapper {
  position: relative;
  overflow: hidden;
}
@media (max-width: 999px) {
  .site-custom-facts-gallery-wrapper {
    padding-bottom: 0 !important;
  }
}
.site-custom-facts-gallery-wrapper .cms-feature-title {
  margin-top: 50px;
  padding-left: 80px;
  margin-bottom: 50px;
  font-size: 60px;
  line-height: 70px;
  width: 450px;
}
@media (max-width: 1499px) {
  .site-custom-facts-gallery-wrapper .cms-feature-title {
    width: calc(47.6% - 80px);
  }
}
@media (max-width: 1299px) {
  .site-custom-facts-gallery-wrapper .cms-feature-title {
    font-size: 40px;
    line-height: 50px;
  }
}
@media (max-width: 1199px) {
  .site-custom-facts-gallery-wrapper .cms-feature-title {
    font-size: 30px;
    line-height: 40px;
  }
}
@media (max-width: 999px) {
  .site-custom-facts-gallery-wrapper .cms-feature-title {
    padding-left: 40px;
    width: calc(100% - 80px) !important;
  }
}
@media (max-width: 699px) {
  .site-custom-facts-gallery-wrapper .cms-feature-title {
    width: calc(100% - 80px) !important;
  }
}
@media (max-width: 599px) {
  .site-custom-facts-gallery-wrapper .cms-feature-title {
    width: 100%;
    padding-right: 40px;
    font-size: 40px;
    line-height: 50px;
  }
}
.site-custom-facts-gallery-wrapper .cms-feature-title::before {
  content: "";
  position: absolute;
  top: -50px;
  left: 0;
  display: block;
  width: 610px;
  height: 610px;
  padding-bottom: 0;
  background: #06412F;
  z-index: -1;
}
@media (max-width: 1499px) {
  .site-custom-facts-gallery-wrapper .cms-feature-title::before {
    width: calc(47.6% - 50px);
    padding-top: 47.6%;
    height: unset !important;
  }
}
@media (max-width: 999px) {
  .site-custom-facts-gallery-wrapper .cms-feature-title::before {
    width: calc(80% - 80px);
    max-height: 610px;
    padding-top: calc(80% - 30px);
  }
}
@media (max-width: 899px) {
  .site-custom-facts-gallery-wrapper .cms-feature-title::before {
    width: calc(90% - 80px);
    padding-top: calc(90% - 30px);
  }
}
@media (max-width: 599px) {
  .site-custom-facts-gallery-wrapper .cms-feature-title::before {
    padding-top: calc(100% - 30px);
    width: calc(100% - 80px);
  }
}
.site-custom-facts-gallery-wrapper .site-slider .slick-arrow {
  display: block;
  position: absolute !important;
}
@media (max-width: 999px) {
  .site-custom-facts-gallery-wrapper .site-slider .slick-arrow {
    top: unset !important;
    bottom: 0;
  }
}
.site-custom-facts-gallery-wrapper .site-slider .slick-arrow.slick-prev {
  right: calc(50% - 135px);
  left: unset;
}
@media (max-width: 999px) {
  .site-custom-facts-gallery-wrapper .site-slider .slick-arrow.slick-prev {
    right: unset;
    left: 80px;
  }
}
@media (max-width: 899px) {
  .site-custom-facts-gallery-wrapper .site-slider .slick-arrow.slick-prev {
    right: unset;
    left: 100px;
  }
}
@media (max-width: 599px) {
  .site-custom-facts-gallery-wrapper .site-slider .slick-arrow.slick-prev {
    left: 0px;
  }
}
.site-custom-facts-gallery-wrapper .site-slider .slick-arrow.slick-next {
  right: calc(50% - 200px);
}
@media (max-width: 999px) {
  .site-custom-facts-gallery-wrapper .site-slider .slick-arrow.slick-next {
    right: unset;
    left: 150px;
  }
}
@media (max-width: 899px) {
  .site-custom-facts-gallery-wrapper .site-slider .slick-arrow.slick-next {
    left: 170px;
  }
}
@media (max-width: 599px) {
  .site-custom-facts-gallery-wrapper .site-slider .slick-arrow.slick-next {
    left: 60px;
  }
}
.site-custom-facts-gallery .slick-list {
  overflow: visible !important;
}
.site-custom-facts-gallery .site-slide:not(.slick-active) .site-slider-capton-data {
  display: none;
}
.site-custom-facts-gallery .site-slider-image-block,
.site-custom-facts-gallery .site-slider-caption {
  float: left;
  width: calc(50% - 80px) !important;
  margin-left: 80px;
}
@media (max-width: 999px) {
  .site-custom-facts-gallery .site-slider-image-block,
  .site-custom-facts-gallery .site-slider-caption {
    width: calc(100% - 80px) !important;
    float: none;
  }
}
.site-custom-facts-gallery .site-slider-image-block img {
  max-width: 640px;
}
.site-custom-facts-gallery .site-slide .site-slider-caption {
  position: relative !important;
  background: transparent !important;
  margin-top: -200px;
  width: calc(50% - 80px) !important;
}
@media (max-width: 999px) {
  .site-custom-facts-gallery .site-slide .site-slider-caption {
    margin-top: 0;
    width: calc(100% - 80px) !important;
  }
}
@media (max-width: 599px) {
  .site-custom-facts-gallery .site-slide .site-slider-caption {
    width: 100% !important;
    margin-left: 0;
    padding: 20px 0 0 0 !important;
  }
}
.site-custom-facts-gallery .site-slide .site-slider-caption .site-container {
  padding-right: 80px !important;
  padding-left: 0;
}
@media (max-width: 999px) {
  .site-custom-facts-gallery .site-slide .site-slider-caption .site-container {
    padding-bottom: 70px;
    padding-right: 0 !important;
  }
}
.site-custom-facts-gallery .site-slide .site-slider-caption .site-container h4 {
  font-size: 60px;
  line-height: 70px;
  text-align: left;
}
@media (max-width: 1299px) {
  .site-custom-facts-gallery .site-slide .site-slider-caption .site-container h4 {
    margin-top: 80px;
    font-size: 50px;
    line-height: 60px;
  }
}
@media (max-width: 999px) {
  .site-custom-facts-gallery .site-slide .site-slider-caption .site-container h4 {
    margin-top: 0px;
    font-size: 50px;
    line-height: 60px;
  }
}
@media (max-width: 599px) {
  .site-custom-facts-gallery .site-slide .site-slider-caption .site-container h4 {
    font-size: 40px;
    line-height: 50px;
  }
}
.site-custom-facts-gallery .site-slide .site-slider-caption .site-container p {
  color: #616161;
  text-align: left;
}

.cms-page-is-in-edit-mode .site-custom-facts-gallery-wrapper {
  overflow: visible !important;
}
.cms-page-is-in-edit-mode .site-custom-facts-gallery-wrapper .cms-feature-title:before {
  top: 0px !important;
}

.site-socials-wrapper {
  position: fixed;
  bottom: 40px;
  left: 40px;
  z-index: 10;
}
@media (max-width: 1399px) {
  .site-socials-wrapper {
    left: 10px;
  }
}
@media (max-width: 1099px) {
  .site-socials-wrapper {
    position: unset;
  }
}
.site-socials-wrapper .site-custom-fixed-socials-wrapper .site-custom-fixed-socials ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
@media (max-width: 1099px) {
  .site-socials-wrapper .site-custom-fixed-socials-wrapper .site-custom-fixed-socials ul {
    display: flex;
    flex-direction: inherit;
    justify-content: center;
  }
}
.site-socials-wrapper .site-custom-fixed-socials-wrapper .site-custom-fixed-socials ul li {
  margin-top: 20px;
  text-align: center;
}
@media (max-width: 1099px) {
  .site-socials-wrapper .site-custom-fixed-socials-wrapper .site-custom-fixed-socials ul li a {
    margin-left: 10px;
  }
}
.site-socials-wrapper .site-custom-fixed-socials-wrapper .site-custom-fixed-socials ul li a::before {
  background: #06412F;
  color: #f6f6f6;
  width: 30px;
  height: 30px;
  border-radius: 100%;
  padding: 6px;
}
.site-socials-wrapper .site-custom-fixed-socials-wrapper .site-custom-fixed-socials ul li a:hover::before {
  background: #BCAB77;
  color: #06412F;
}
.cms-page-is-in-edit-mode .site-socials-wrapper {
  bottom: 150px;
  left: 0px;
}

.site-main-flex .feature-zone {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.site-main-flex .feature-zone .cms-feature-wrapper {
  width: 100%;
}
.site-main-flex .feature-zone .push-left-wrapper {
  width: calc(100% + 115px);
  margin-left: 115px;
}
.site-main-flex .feature-zone .push-right-wrapper {
  width: calc(100% + 115px);
  margin-right: -115px;
}

.cms-page-is-in-edit-mode .site-main-flex .feature-zone .cms-feature-wrapper {
  width: calc(100% - 30px);
}

.site-main-flex .feature-zone .width-1-wrapper {
  width: 1%;
}
@media (max-width: 1299px) {
  .site-main-flex .feature-zone .width-mob-1-wrapper {
    width: 1% !important;
  }
}
@media (max-width: 999px) {
  .site-main-flex .feature-zone .width-md-1-wrapper {
    width: 1% !important;
  }
}

.cms-page-is-in-edit-mode .site-main-flex .feature-zone .width-1-wrapper {
  width: calc(1% - 32px);
}
@media (max-width: 1299px) {
  .cms-page-is-in-edit-mode .site-main-flex .feature-zone .width-mob-1-wrapper {
    width: calc(1% - 32px) !important;
  }
}

.site-main-flex .feature-zone .width-2-wrapper {
  width: 2%;
}
@media (max-width: 1299px) {
  .site-main-flex .feature-zone .width-mob-2-wrapper {
    width: 2% !important;
  }
}
@media (max-width: 999px) {
  .site-main-flex .feature-zone .width-md-2-wrapper {
    width: 2% !important;
  }
}

.cms-page-is-in-edit-mode .site-main-flex .feature-zone .width-2-wrapper {
  width: calc(2% - 32px);
}
@media (max-width: 1299px) {
  .cms-page-is-in-edit-mode .site-main-flex .feature-zone .width-mob-2-wrapper {
    width: calc(2% - 32px) !important;
  }
}

.site-main-flex .feature-zone .width-3-wrapper {
  width: 3%;
}
@media (max-width: 1299px) {
  .site-main-flex .feature-zone .width-mob-3-wrapper {
    width: 3% !important;
  }
}
@media (max-width: 999px) {
  .site-main-flex .feature-zone .width-md-3-wrapper {
    width: 3% !important;
  }
}

.cms-page-is-in-edit-mode .site-main-flex .feature-zone .width-3-wrapper {
  width: calc(3% - 32px);
}
@media (max-width: 1299px) {
  .cms-page-is-in-edit-mode .site-main-flex .feature-zone .width-mob-3-wrapper {
    width: calc(3% - 32px) !important;
  }
}

.site-main-flex .feature-zone .width-4-wrapper {
  width: 4%;
}
@media (max-width: 1299px) {
  .site-main-flex .feature-zone .width-mob-4-wrapper {
    width: 4% !important;
  }
}
@media (max-width: 999px) {
  .site-main-flex .feature-zone .width-md-4-wrapper {
    width: 4% !important;
  }
}

.cms-page-is-in-edit-mode .site-main-flex .feature-zone .width-4-wrapper {
  width: calc(4% - 32px);
}
@media (max-width: 1299px) {
  .cms-page-is-in-edit-mode .site-main-flex .feature-zone .width-mob-4-wrapper {
    width: calc(4% - 32px) !important;
  }
}

.site-main-flex .feature-zone .width-5-wrapper {
  width: 5%;
}
@media (max-width: 1299px) {
  .site-main-flex .feature-zone .width-mob-5-wrapper {
    width: 5% !important;
  }
}
@media (max-width: 999px) {
  .site-main-flex .feature-zone .width-md-5-wrapper {
    width: 5% !important;
  }
}

.cms-page-is-in-edit-mode .site-main-flex .feature-zone .width-5-wrapper {
  width: calc(5% - 32px);
}
@media (max-width: 1299px) {
  .cms-page-is-in-edit-mode .site-main-flex .feature-zone .width-mob-5-wrapper {
    width: calc(5% - 32px) !important;
  }
}

.site-main-flex .feature-zone .width-6-wrapper {
  width: 6%;
}
@media (max-width: 1299px) {
  .site-main-flex .feature-zone .width-mob-6-wrapper {
    width: 6% !important;
  }
}
@media (max-width: 999px) {
  .site-main-flex .feature-zone .width-md-6-wrapper {
    width: 6% !important;
  }
}

.cms-page-is-in-edit-mode .site-main-flex .feature-zone .width-6-wrapper {
  width: calc(6% - 32px);
}
@media (max-width: 1299px) {
  .cms-page-is-in-edit-mode .site-main-flex .feature-zone .width-mob-6-wrapper {
    width: calc(6% - 32px) !important;
  }
}

.site-main-flex .feature-zone .width-7-wrapper {
  width: 7%;
}
@media (max-width: 1299px) {
  .site-main-flex .feature-zone .width-mob-7-wrapper {
    width: 7% !important;
  }
}
@media (max-width: 999px) {
  .site-main-flex .feature-zone .width-md-7-wrapper {
    width: 7% !important;
  }
}

.cms-page-is-in-edit-mode .site-main-flex .feature-zone .width-7-wrapper {
  width: calc(7% - 32px);
}
@media (max-width: 1299px) {
  .cms-page-is-in-edit-mode .site-main-flex .feature-zone .width-mob-7-wrapper {
    width: calc(7% - 32px) !important;
  }
}

.site-main-flex .feature-zone .width-8-wrapper {
  width: 8%;
}
@media (max-width: 1299px) {
  .site-main-flex .feature-zone .width-mob-8-wrapper {
    width: 8% !important;
  }
}
@media (max-width: 999px) {
  .site-main-flex .feature-zone .width-md-8-wrapper {
    width: 8% !important;
  }
}

.cms-page-is-in-edit-mode .site-main-flex .feature-zone .width-8-wrapper {
  width: calc(8% - 32px);
}
@media (max-width: 1299px) {
  .cms-page-is-in-edit-mode .site-main-flex .feature-zone .width-mob-8-wrapper {
    width: calc(8% - 32px) !important;
  }
}

.site-main-flex .feature-zone .width-9-wrapper {
  width: 9%;
}
@media (max-width: 1299px) {
  .site-main-flex .feature-zone .width-mob-9-wrapper {
    width: 9% !important;
  }
}
@media (max-width: 999px) {
  .site-main-flex .feature-zone .width-md-9-wrapper {
    width: 9% !important;
  }
}

.cms-page-is-in-edit-mode .site-main-flex .feature-zone .width-9-wrapper {
  width: calc(9% - 32px);
}
@media (max-width: 1299px) {
  .cms-page-is-in-edit-mode .site-main-flex .feature-zone .width-mob-9-wrapper {
    width: calc(9% - 32px) !important;
  }
}

.site-main-flex .feature-zone .width-10-wrapper {
  width: 10%;
}
@media (max-width: 1299px) {
  .site-main-flex .feature-zone .width-mob-10-wrapper {
    width: 10% !important;
  }
}
@media (max-width: 999px) {
  .site-main-flex .feature-zone .width-md-10-wrapper {
    width: 10% !important;
  }
}

.cms-page-is-in-edit-mode .site-main-flex .feature-zone .width-10-wrapper {
  width: calc(10% - 32px);
}
@media (max-width: 1299px) {
  .cms-page-is-in-edit-mode .site-main-flex .feature-zone .width-mob-10-wrapper {
    width: calc(10% - 32px) !important;
  }
}

.site-main-flex .feature-zone .width-11-wrapper {
  width: 11%;
}
@media (max-width: 1299px) {
  .site-main-flex .feature-zone .width-mob-11-wrapper {
    width: 11% !important;
  }
}
@media (max-width: 999px) {
  .site-main-flex .feature-zone .width-md-11-wrapper {
    width: 11% !important;
  }
}

.cms-page-is-in-edit-mode .site-main-flex .feature-zone .width-11-wrapper {
  width: calc(11% - 32px);
}
@media (max-width: 1299px) {
  .cms-page-is-in-edit-mode .site-main-flex .feature-zone .width-mob-11-wrapper {
    width: calc(11% - 32px) !important;
  }
}

.site-main-flex .feature-zone .width-12-wrapper {
  width: 12%;
}
@media (max-width: 1299px) {
  .site-main-flex .feature-zone .width-mob-12-wrapper {
    width: 12% !important;
  }
}
@media (max-width: 999px) {
  .site-main-flex .feature-zone .width-md-12-wrapper {
    width: 12% !important;
  }
}

.cms-page-is-in-edit-mode .site-main-flex .feature-zone .width-12-wrapper {
  width: calc(12% - 32px);
}
@media (max-width: 1299px) {
  .cms-page-is-in-edit-mode .site-main-flex .feature-zone .width-mob-12-wrapper {
    width: calc(12% - 32px) !important;
  }
}

.site-main-flex .feature-zone .width-13-wrapper {
  width: 13%;
}
@media (max-width: 1299px) {
  .site-main-flex .feature-zone .width-mob-13-wrapper {
    width: 13% !important;
  }
}
@media (max-width: 999px) {
  .site-main-flex .feature-zone .width-md-13-wrapper {
    width: 13% !important;
  }
}

.cms-page-is-in-edit-mode .site-main-flex .feature-zone .width-13-wrapper {
  width: calc(13% - 32px);
}
@media (max-width: 1299px) {
  .cms-page-is-in-edit-mode .site-main-flex .feature-zone .width-mob-13-wrapper {
    width: calc(13% - 32px) !important;
  }
}

.site-main-flex .feature-zone .width-14-wrapper {
  width: 14%;
}
@media (max-width: 1299px) {
  .site-main-flex .feature-zone .width-mob-14-wrapper {
    width: 14% !important;
  }
}
@media (max-width: 999px) {
  .site-main-flex .feature-zone .width-md-14-wrapper {
    width: 14% !important;
  }
}

.cms-page-is-in-edit-mode .site-main-flex .feature-zone .width-14-wrapper {
  width: calc(14% - 32px);
}
@media (max-width: 1299px) {
  .cms-page-is-in-edit-mode .site-main-flex .feature-zone .width-mob-14-wrapper {
    width: calc(14% - 32px) !important;
  }
}

.site-main-flex .feature-zone .width-15-wrapper {
  width: 15%;
}
@media (max-width: 1299px) {
  .site-main-flex .feature-zone .width-mob-15-wrapper {
    width: 15% !important;
  }
}
@media (max-width: 999px) {
  .site-main-flex .feature-zone .width-md-15-wrapper {
    width: 15% !important;
  }
}

.cms-page-is-in-edit-mode .site-main-flex .feature-zone .width-15-wrapper {
  width: calc(15% - 32px);
}
@media (max-width: 1299px) {
  .cms-page-is-in-edit-mode .site-main-flex .feature-zone .width-mob-15-wrapper {
    width: calc(15% - 32px) !important;
  }
}

.site-main-flex .feature-zone .width-16-wrapper {
  width: 16%;
}
@media (max-width: 1299px) {
  .site-main-flex .feature-zone .width-mob-16-wrapper {
    width: 16% !important;
  }
}
@media (max-width: 999px) {
  .site-main-flex .feature-zone .width-md-16-wrapper {
    width: 16% !important;
  }
}

.cms-page-is-in-edit-mode .site-main-flex .feature-zone .width-16-wrapper {
  width: calc(16% - 32px);
}
@media (max-width: 1299px) {
  .cms-page-is-in-edit-mode .site-main-flex .feature-zone .width-mob-16-wrapper {
    width: calc(16% - 32px) !important;
  }
}

.site-main-flex .feature-zone .width-17-wrapper {
  width: 17%;
}
@media (max-width: 1299px) {
  .site-main-flex .feature-zone .width-mob-17-wrapper {
    width: 17% !important;
  }
}
@media (max-width: 999px) {
  .site-main-flex .feature-zone .width-md-17-wrapper {
    width: 17% !important;
  }
}

.cms-page-is-in-edit-mode .site-main-flex .feature-zone .width-17-wrapper {
  width: calc(17% - 32px);
}
@media (max-width: 1299px) {
  .cms-page-is-in-edit-mode .site-main-flex .feature-zone .width-mob-17-wrapper {
    width: calc(17% - 32px) !important;
  }
}

.site-main-flex .feature-zone .width-18-wrapper {
  width: 18%;
}
@media (max-width: 1299px) {
  .site-main-flex .feature-zone .width-mob-18-wrapper {
    width: 18% !important;
  }
}
@media (max-width: 999px) {
  .site-main-flex .feature-zone .width-md-18-wrapper {
    width: 18% !important;
  }
}

.cms-page-is-in-edit-mode .site-main-flex .feature-zone .width-18-wrapper {
  width: calc(18% - 32px);
}
@media (max-width: 1299px) {
  .cms-page-is-in-edit-mode .site-main-flex .feature-zone .width-mob-18-wrapper {
    width: calc(18% - 32px) !important;
  }
}

.site-main-flex .feature-zone .width-19-wrapper {
  width: 19%;
}
@media (max-width: 1299px) {
  .site-main-flex .feature-zone .width-mob-19-wrapper {
    width: 19% !important;
  }
}
@media (max-width: 999px) {
  .site-main-flex .feature-zone .width-md-19-wrapper {
    width: 19% !important;
  }
}

.cms-page-is-in-edit-mode .site-main-flex .feature-zone .width-19-wrapper {
  width: calc(19% - 32px);
}
@media (max-width: 1299px) {
  .cms-page-is-in-edit-mode .site-main-flex .feature-zone .width-mob-19-wrapper {
    width: calc(19% - 32px) !important;
  }
}

.site-main-flex .feature-zone .width-20-wrapper {
  width: 20%;
}
@media (max-width: 1299px) {
  .site-main-flex .feature-zone .width-mob-20-wrapper {
    width: 20% !important;
  }
}
@media (max-width: 999px) {
  .site-main-flex .feature-zone .width-md-20-wrapper {
    width: 20% !important;
  }
}

.cms-page-is-in-edit-mode .site-main-flex .feature-zone .width-20-wrapper {
  width: calc(20% - 32px);
}
@media (max-width: 1299px) {
  .cms-page-is-in-edit-mode .site-main-flex .feature-zone .width-mob-20-wrapper {
    width: calc(20% - 32px) !important;
  }
}

.site-main-flex .feature-zone .width-21-wrapper {
  width: 21%;
}
@media (max-width: 1299px) {
  .site-main-flex .feature-zone .width-mob-21-wrapper {
    width: 21% !important;
  }
}
@media (max-width: 999px) {
  .site-main-flex .feature-zone .width-md-21-wrapper {
    width: 21% !important;
  }
}

.cms-page-is-in-edit-mode .site-main-flex .feature-zone .width-21-wrapper {
  width: calc(21% - 32px);
}
@media (max-width: 1299px) {
  .cms-page-is-in-edit-mode .site-main-flex .feature-zone .width-mob-21-wrapper {
    width: calc(21% - 32px) !important;
  }
}

.site-main-flex .feature-zone .width-22-wrapper {
  width: 22%;
}
@media (max-width: 1299px) {
  .site-main-flex .feature-zone .width-mob-22-wrapper {
    width: 22% !important;
  }
}
@media (max-width: 999px) {
  .site-main-flex .feature-zone .width-md-22-wrapper {
    width: 22% !important;
  }
}

.cms-page-is-in-edit-mode .site-main-flex .feature-zone .width-22-wrapper {
  width: calc(22% - 32px);
}
@media (max-width: 1299px) {
  .cms-page-is-in-edit-mode .site-main-flex .feature-zone .width-mob-22-wrapper {
    width: calc(22% - 32px) !important;
  }
}

.site-main-flex .feature-zone .width-23-wrapper {
  width: 23%;
}
@media (max-width: 1299px) {
  .site-main-flex .feature-zone .width-mob-23-wrapper {
    width: 23% !important;
  }
}
@media (max-width: 999px) {
  .site-main-flex .feature-zone .width-md-23-wrapper {
    width: 23% !important;
  }
}

.cms-page-is-in-edit-mode .site-main-flex .feature-zone .width-23-wrapper {
  width: calc(23% - 32px);
}
@media (max-width: 1299px) {
  .cms-page-is-in-edit-mode .site-main-flex .feature-zone .width-mob-23-wrapper {
    width: calc(23% - 32px) !important;
  }
}

.site-main-flex .feature-zone .width-24-wrapper {
  width: 24%;
}
@media (max-width: 1299px) {
  .site-main-flex .feature-zone .width-mob-24-wrapper {
    width: 24% !important;
  }
}
@media (max-width: 999px) {
  .site-main-flex .feature-zone .width-md-24-wrapper {
    width: 24% !important;
  }
}

.cms-page-is-in-edit-mode .site-main-flex .feature-zone .width-24-wrapper {
  width: calc(24% - 32px);
}
@media (max-width: 1299px) {
  .cms-page-is-in-edit-mode .site-main-flex .feature-zone .width-mob-24-wrapper {
    width: calc(24% - 32px) !important;
  }
}

.site-main-flex .feature-zone .width-25-wrapper {
  width: 25%;
}
@media (max-width: 1299px) {
  .site-main-flex .feature-zone .width-mob-25-wrapper {
    width: 25% !important;
  }
}
@media (max-width: 999px) {
  .site-main-flex .feature-zone .width-md-25-wrapper {
    width: 25% !important;
  }
}

.cms-page-is-in-edit-mode .site-main-flex .feature-zone .width-25-wrapper {
  width: calc(25% - 32px);
}
@media (max-width: 1299px) {
  .cms-page-is-in-edit-mode .site-main-flex .feature-zone .width-mob-25-wrapper {
    width: calc(25% - 32px) !important;
  }
}

.site-main-flex .feature-zone .width-26-wrapper {
  width: 26%;
}
@media (max-width: 1299px) {
  .site-main-flex .feature-zone .width-mob-26-wrapper {
    width: 26% !important;
  }
}
@media (max-width: 999px) {
  .site-main-flex .feature-zone .width-md-26-wrapper {
    width: 26% !important;
  }
}

.cms-page-is-in-edit-mode .site-main-flex .feature-zone .width-26-wrapper {
  width: calc(26% - 32px);
}
@media (max-width: 1299px) {
  .cms-page-is-in-edit-mode .site-main-flex .feature-zone .width-mob-26-wrapper {
    width: calc(26% - 32px) !important;
  }
}

.site-main-flex .feature-zone .width-27-wrapper {
  width: 27%;
}
@media (max-width: 1299px) {
  .site-main-flex .feature-zone .width-mob-27-wrapper {
    width: 27% !important;
  }
}
@media (max-width: 999px) {
  .site-main-flex .feature-zone .width-md-27-wrapper {
    width: 27% !important;
  }
}

.cms-page-is-in-edit-mode .site-main-flex .feature-zone .width-27-wrapper {
  width: calc(27% - 32px);
}
@media (max-width: 1299px) {
  .cms-page-is-in-edit-mode .site-main-flex .feature-zone .width-mob-27-wrapper {
    width: calc(27% - 32px) !important;
  }
}

.site-main-flex .feature-zone .width-28-wrapper {
  width: 28%;
}
@media (max-width: 1299px) {
  .site-main-flex .feature-zone .width-mob-28-wrapper {
    width: 28% !important;
  }
}
@media (max-width: 999px) {
  .site-main-flex .feature-zone .width-md-28-wrapper {
    width: 28% !important;
  }
}

.cms-page-is-in-edit-mode .site-main-flex .feature-zone .width-28-wrapper {
  width: calc(28% - 32px);
}
@media (max-width: 1299px) {
  .cms-page-is-in-edit-mode .site-main-flex .feature-zone .width-mob-28-wrapper {
    width: calc(28% - 32px) !important;
  }
}

.site-main-flex .feature-zone .width-29-wrapper {
  width: 29%;
}
@media (max-width: 1299px) {
  .site-main-flex .feature-zone .width-mob-29-wrapper {
    width: 29% !important;
  }
}
@media (max-width: 999px) {
  .site-main-flex .feature-zone .width-md-29-wrapper {
    width: 29% !important;
  }
}

.cms-page-is-in-edit-mode .site-main-flex .feature-zone .width-29-wrapper {
  width: calc(29% - 32px);
}
@media (max-width: 1299px) {
  .cms-page-is-in-edit-mode .site-main-flex .feature-zone .width-mob-29-wrapper {
    width: calc(29% - 32px) !important;
  }
}

.site-main-flex .feature-zone .width-30-wrapper {
  width: 30%;
}
@media (max-width: 1299px) {
  .site-main-flex .feature-zone .width-mob-30-wrapper {
    width: 30% !important;
  }
}
@media (max-width: 999px) {
  .site-main-flex .feature-zone .width-md-30-wrapper {
    width: 30% !important;
  }
}

.cms-page-is-in-edit-mode .site-main-flex .feature-zone .width-30-wrapper {
  width: calc(30% - 32px);
}
@media (max-width: 1299px) {
  .cms-page-is-in-edit-mode .site-main-flex .feature-zone .width-mob-30-wrapper {
    width: calc(30% - 32px) !important;
  }
}

.site-main-flex .feature-zone .width-31-wrapper {
  width: 31%;
}
@media (max-width: 1299px) {
  .site-main-flex .feature-zone .width-mob-31-wrapper {
    width: 31% !important;
  }
}
@media (max-width: 999px) {
  .site-main-flex .feature-zone .width-md-31-wrapper {
    width: 31% !important;
  }
}

.cms-page-is-in-edit-mode .site-main-flex .feature-zone .width-31-wrapper {
  width: calc(31% - 32px);
}
@media (max-width: 1299px) {
  .cms-page-is-in-edit-mode .site-main-flex .feature-zone .width-mob-31-wrapper {
    width: calc(31% - 32px) !important;
  }
}

.site-main-flex .feature-zone .width-32-wrapper {
  width: 32%;
}
@media (max-width: 1299px) {
  .site-main-flex .feature-zone .width-mob-32-wrapper {
    width: 32% !important;
  }
}
@media (max-width: 999px) {
  .site-main-flex .feature-zone .width-md-32-wrapper {
    width: 32% !important;
  }
}

.cms-page-is-in-edit-mode .site-main-flex .feature-zone .width-32-wrapper {
  width: calc(32% - 32px);
}
@media (max-width: 1299px) {
  .cms-page-is-in-edit-mode .site-main-flex .feature-zone .width-mob-32-wrapper {
    width: calc(32% - 32px) !important;
  }
}

.site-main-flex .feature-zone .width-33-wrapper {
  width: 33%;
}
@media (max-width: 1299px) {
  .site-main-flex .feature-zone .width-mob-33-wrapper {
    width: 33% !important;
  }
}
@media (max-width: 999px) {
  .site-main-flex .feature-zone .width-md-33-wrapper {
    width: 33% !important;
  }
}

.cms-page-is-in-edit-mode .site-main-flex .feature-zone .width-33-wrapper {
  width: calc(33% - 32px);
}
@media (max-width: 1299px) {
  .cms-page-is-in-edit-mode .site-main-flex .feature-zone .width-mob-33-wrapper {
    width: calc(33% - 32px) !important;
  }
}

.site-main-flex .feature-zone .width-34-wrapper {
  width: 34%;
}
@media (max-width: 1299px) {
  .site-main-flex .feature-zone .width-mob-34-wrapper {
    width: 34% !important;
  }
}
@media (max-width: 999px) {
  .site-main-flex .feature-zone .width-md-34-wrapper {
    width: 34% !important;
  }
}

.cms-page-is-in-edit-mode .site-main-flex .feature-zone .width-34-wrapper {
  width: calc(34% - 32px);
}
@media (max-width: 1299px) {
  .cms-page-is-in-edit-mode .site-main-flex .feature-zone .width-mob-34-wrapper {
    width: calc(34% - 32px) !important;
  }
}

.site-main-flex .feature-zone .width-35-wrapper {
  width: 35%;
}
@media (max-width: 1299px) {
  .site-main-flex .feature-zone .width-mob-35-wrapper {
    width: 35% !important;
  }
}
@media (max-width: 999px) {
  .site-main-flex .feature-zone .width-md-35-wrapper {
    width: 35% !important;
  }
}

.cms-page-is-in-edit-mode .site-main-flex .feature-zone .width-35-wrapper {
  width: calc(35% - 32px);
}
@media (max-width: 1299px) {
  .cms-page-is-in-edit-mode .site-main-flex .feature-zone .width-mob-35-wrapper {
    width: calc(35% - 32px) !important;
  }
}

.site-main-flex .feature-zone .width-36-wrapper {
  width: 36%;
}
@media (max-width: 1299px) {
  .site-main-flex .feature-zone .width-mob-36-wrapper {
    width: 36% !important;
  }
}
@media (max-width: 999px) {
  .site-main-flex .feature-zone .width-md-36-wrapper {
    width: 36% !important;
  }
}

.cms-page-is-in-edit-mode .site-main-flex .feature-zone .width-36-wrapper {
  width: calc(36% - 32px);
}
@media (max-width: 1299px) {
  .cms-page-is-in-edit-mode .site-main-flex .feature-zone .width-mob-36-wrapper {
    width: calc(36% - 32px) !important;
  }
}

.site-main-flex .feature-zone .width-37-wrapper {
  width: 37%;
}
@media (max-width: 1299px) {
  .site-main-flex .feature-zone .width-mob-37-wrapper {
    width: 37% !important;
  }
}
@media (max-width: 999px) {
  .site-main-flex .feature-zone .width-md-37-wrapper {
    width: 37% !important;
  }
}

.cms-page-is-in-edit-mode .site-main-flex .feature-zone .width-37-wrapper {
  width: calc(37% - 32px);
}
@media (max-width: 1299px) {
  .cms-page-is-in-edit-mode .site-main-flex .feature-zone .width-mob-37-wrapper {
    width: calc(37% - 32px) !important;
  }
}

.site-main-flex .feature-zone .width-38-wrapper {
  width: 38%;
}
@media (max-width: 1299px) {
  .site-main-flex .feature-zone .width-mob-38-wrapper {
    width: 38% !important;
  }
}
@media (max-width: 999px) {
  .site-main-flex .feature-zone .width-md-38-wrapper {
    width: 38% !important;
  }
}

.cms-page-is-in-edit-mode .site-main-flex .feature-zone .width-38-wrapper {
  width: calc(38% - 32px);
}
@media (max-width: 1299px) {
  .cms-page-is-in-edit-mode .site-main-flex .feature-zone .width-mob-38-wrapper {
    width: calc(38% - 32px) !important;
  }
}

.site-main-flex .feature-zone .width-39-wrapper {
  width: 39%;
}
@media (max-width: 1299px) {
  .site-main-flex .feature-zone .width-mob-39-wrapper {
    width: 39% !important;
  }
}
@media (max-width: 999px) {
  .site-main-flex .feature-zone .width-md-39-wrapper {
    width: 39% !important;
  }
}

.cms-page-is-in-edit-mode .site-main-flex .feature-zone .width-39-wrapper {
  width: calc(39% - 32px);
}
@media (max-width: 1299px) {
  .cms-page-is-in-edit-mode .site-main-flex .feature-zone .width-mob-39-wrapper {
    width: calc(39% - 32px) !important;
  }
}

.site-main-flex .feature-zone .width-40-wrapper {
  width: 40%;
}
@media (max-width: 1299px) {
  .site-main-flex .feature-zone .width-mob-40-wrapper {
    width: 40% !important;
  }
}
@media (max-width: 999px) {
  .site-main-flex .feature-zone .width-md-40-wrapper {
    width: 40% !important;
  }
}

.cms-page-is-in-edit-mode .site-main-flex .feature-zone .width-40-wrapper {
  width: calc(40% - 32px);
}
@media (max-width: 1299px) {
  .cms-page-is-in-edit-mode .site-main-flex .feature-zone .width-mob-40-wrapper {
    width: calc(40% - 32px) !important;
  }
}

.site-main-flex .feature-zone .width-41-wrapper {
  width: 41%;
}
@media (max-width: 1299px) {
  .site-main-flex .feature-zone .width-mob-41-wrapper {
    width: 41% !important;
  }
}
@media (max-width: 999px) {
  .site-main-flex .feature-zone .width-md-41-wrapper {
    width: 41% !important;
  }
}

.cms-page-is-in-edit-mode .site-main-flex .feature-zone .width-41-wrapper {
  width: calc(41% - 32px);
}
@media (max-width: 1299px) {
  .cms-page-is-in-edit-mode .site-main-flex .feature-zone .width-mob-41-wrapper {
    width: calc(41% - 32px) !important;
  }
}

.site-main-flex .feature-zone .width-42-wrapper {
  width: 42%;
}
@media (max-width: 1299px) {
  .site-main-flex .feature-zone .width-mob-42-wrapper {
    width: 42% !important;
  }
}
@media (max-width: 999px) {
  .site-main-flex .feature-zone .width-md-42-wrapper {
    width: 42% !important;
  }
}

.cms-page-is-in-edit-mode .site-main-flex .feature-zone .width-42-wrapper {
  width: calc(42% - 32px);
}
@media (max-width: 1299px) {
  .cms-page-is-in-edit-mode .site-main-flex .feature-zone .width-mob-42-wrapper {
    width: calc(42% - 32px) !important;
  }
}

.site-main-flex .feature-zone .width-43-wrapper {
  width: 43%;
}
@media (max-width: 1299px) {
  .site-main-flex .feature-zone .width-mob-43-wrapper {
    width: 43% !important;
  }
}
@media (max-width: 999px) {
  .site-main-flex .feature-zone .width-md-43-wrapper {
    width: 43% !important;
  }
}

.cms-page-is-in-edit-mode .site-main-flex .feature-zone .width-43-wrapper {
  width: calc(43% - 32px);
}
@media (max-width: 1299px) {
  .cms-page-is-in-edit-mode .site-main-flex .feature-zone .width-mob-43-wrapper {
    width: calc(43% - 32px) !important;
  }
}

.site-main-flex .feature-zone .width-44-wrapper {
  width: 44%;
}
@media (max-width: 1299px) {
  .site-main-flex .feature-zone .width-mob-44-wrapper {
    width: 44% !important;
  }
}
@media (max-width: 999px) {
  .site-main-flex .feature-zone .width-md-44-wrapper {
    width: 44% !important;
  }
}

.cms-page-is-in-edit-mode .site-main-flex .feature-zone .width-44-wrapper {
  width: calc(44% - 32px);
}
@media (max-width: 1299px) {
  .cms-page-is-in-edit-mode .site-main-flex .feature-zone .width-mob-44-wrapper {
    width: calc(44% - 32px) !important;
  }
}

.site-main-flex .feature-zone .width-45-wrapper {
  width: 45%;
}
@media (max-width: 1299px) {
  .site-main-flex .feature-zone .width-mob-45-wrapper {
    width: 45% !important;
  }
}
@media (max-width: 999px) {
  .site-main-flex .feature-zone .width-md-45-wrapper {
    width: 45% !important;
  }
}

.cms-page-is-in-edit-mode .site-main-flex .feature-zone .width-45-wrapper {
  width: calc(45% - 32px);
}
@media (max-width: 1299px) {
  .cms-page-is-in-edit-mode .site-main-flex .feature-zone .width-mob-45-wrapper {
    width: calc(45% - 32px) !important;
  }
}

.site-main-flex .feature-zone .width-46-wrapper {
  width: 46%;
}
@media (max-width: 1299px) {
  .site-main-flex .feature-zone .width-mob-46-wrapper {
    width: 46% !important;
  }
}
@media (max-width: 999px) {
  .site-main-flex .feature-zone .width-md-46-wrapper {
    width: 46% !important;
  }
}

.cms-page-is-in-edit-mode .site-main-flex .feature-zone .width-46-wrapper {
  width: calc(46% - 32px);
}
@media (max-width: 1299px) {
  .cms-page-is-in-edit-mode .site-main-flex .feature-zone .width-mob-46-wrapper {
    width: calc(46% - 32px) !important;
  }
}

.site-main-flex .feature-zone .width-47-wrapper {
  width: 47%;
}
@media (max-width: 1299px) {
  .site-main-flex .feature-zone .width-mob-47-wrapper {
    width: 47% !important;
  }
}
@media (max-width: 999px) {
  .site-main-flex .feature-zone .width-md-47-wrapper {
    width: 47% !important;
  }
}

.cms-page-is-in-edit-mode .site-main-flex .feature-zone .width-47-wrapper {
  width: calc(47% - 32px);
}
@media (max-width: 1299px) {
  .cms-page-is-in-edit-mode .site-main-flex .feature-zone .width-mob-47-wrapper {
    width: calc(47% - 32px) !important;
  }
}

.site-main-flex .feature-zone .width-48-wrapper {
  width: 48%;
}
@media (max-width: 1299px) {
  .site-main-flex .feature-zone .width-mob-48-wrapper {
    width: 48% !important;
  }
}
@media (max-width: 999px) {
  .site-main-flex .feature-zone .width-md-48-wrapper {
    width: 48% !important;
  }
}

.cms-page-is-in-edit-mode .site-main-flex .feature-zone .width-48-wrapper {
  width: calc(48% - 32px);
}
@media (max-width: 1299px) {
  .cms-page-is-in-edit-mode .site-main-flex .feature-zone .width-mob-48-wrapper {
    width: calc(48% - 32px) !important;
  }
}

.site-main-flex .feature-zone .width-49-wrapper {
  width: 49%;
}
@media (max-width: 1299px) {
  .site-main-flex .feature-zone .width-mob-49-wrapper {
    width: 49% !important;
  }
}
@media (max-width: 999px) {
  .site-main-flex .feature-zone .width-md-49-wrapper {
    width: 49% !important;
  }
}

.cms-page-is-in-edit-mode .site-main-flex .feature-zone .width-49-wrapper {
  width: calc(49% - 32px);
}
@media (max-width: 1299px) {
  .cms-page-is-in-edit-mode .site-main-flex .feature-zone .width-mob-49-wrapper {
    width: calc(49% - 32px) !important;
  }
}

.site-main-flex .feature-zone .width-50-wrapper {
  width: 50%;
}
@media (max-width: 1299px) {
  .site-main-flex .feature-zone .width-mob-50-wrapper {
    width: 50% !important;
  }
}
@media (max-width: 999px) {
  .site-main-flex .feature-zone .width-md-50-wrapper {
    width: 50% !important;
  }
}

.cms-page-is-in-edit-mode .site-main-flex .feature-zone .width-50-wrapper {
  width: calc(50% - 32px);
}
@media (max-width: 1299px) {
  .cms-page-is-in-edit-mode .site-main-flex .feature-zone .width-mob-50-wrapper {
    width: calc(50% - 32px) !important;
  }
}

.site-main-flex .feature-zone .width-51-wrapper {
  width: 51%;
}
@media (max-width: 1299px) {
  .site-main-flex .feature-zone .width-mob-51-wrapper {
    width: 51% !important;
  }
}
@media (max-width: 999px) {
  .site-main-flex .feature-zone .width-md-51-wrapper {
    width: 51% !important;
  }
}

.cms-page-is-in-edit-mode .site-main-flex .feature-zone .width-51-wrapper {
  width: calc(51% - 32px);
}
@media (max-width: 1299px) {
  .cms-page-is-in-edit-mode .site-main-flex .feature-zone .width-mob-51-wrapper {
    width: calc(51% - 32px) !important;
  }
}

.site-main-flex .feature-zone .width-52-wrapper {
  width: 52%;
}
@media (max-width: 1299px) {
  .site-main-flex .feature-zone .width-mob-52-wrapper {
    width: 52% !important;
  }
}
@media (max-width: 999px) {
  .site-main-flex .feature-zone .width-md-52-wrapper {
    width: 52% !important;
  }
}

.cms-page-is-in-edit-mode .site-main-flex .feature-zone .width-52-wrapper {
  width: calc(52% - 32px);
}
@media (max-width: 1299px) {
  .cms-page-is-in-edit-mode .site-main-flex .feature-zone .width-mob-52-wrapper {
    width: calc(52% - 32px) !important;
  }
}

.site-main-flex .feature-zone .width-53-wrapper {
  width: 53%;
}
@media (max-width: 1299px) {
  .site-main-flex .feature-zone .width-mob-53-wrapper {
    width: 53% !important;
  }
}
@media (max-width: 999px) {
  .site-main-flex .feature-zone .width-md-53-wrapper {
    width: 53% !important;
  }
}

.cms-page-is-in-edit-mode .site-main-flex .feature-zone .width-53-wrapper {
  width: calc(53% - 32px);
}
@media (max-width: 1299px) {
  .cms-page-is-in-edit-mode .site-main-flex .feature-zone .width-mob-53-wrapper {
    width: calc(53% - 32px) !important;
  }
}

.site-main-flex .feature-zone .width-54-wrapper {
  width: 54%;
}
@media (max-width: 1299px) {
  .site-main-flex .feature-zone .width-mob-54-wrapper {
    width: 54% !important;
  }
}
@media (max-width: 999px) {
  .site-main-flex .feature-zone .width-md-54-wrapper {
    width: 54% !important;
  }
}

.cms-page-is-in-edit-mode .site-main-flex .feature-zone .width-54-wrapper {
  width: calc(54% - 32px);
}
@media (max-width: 1299px) {
  .cms-page-is-in-edit-mode .site-main-flex .feature-zone .width-mob-54-wrapper {
    width: calc(54% - 32px) !important;
  }
}

.site-main-flex .feature-zone .width-55-wrapper {
  width: 55%;
}
@media (max-width: 1299px) {
  .site-main-flex .feature-zone .width-mob-55-wrapper {
    width: 55% !important;
  }
}
@media (max-width: 999px) {
  .site-main-flex .feature-zone .width-md-55-wrapper {
    width: 55% !important;
  }
}

.cms-page-is-in-edit-mode .site-main-flex .feature-zone .width-55-wrapper {
  width: calc(55% - 32px);
}
@media (max-width: 1299px) {
  .cms-page-is-in-edit-mode .site-main-flex .feature-zone .width-mob-55-wrapper {
    width: calc(55% - 32px) !important;
  }
}

.site-main-flex .feature-zone .width-56-wrapper {
  width: 56%;
}
@media (max-width: 1299px) {
  .site-main-flex .feature-zone .width-mob-56-wrapper {
    width: 56% !important;
  }
}
@media (max-width: 999px) {
  .site-main-flex .feature-zone .width-md-56-wrapper {
    width: 56% !important;
  }
}

.cms-page-is-in-edit-mode .site-main-flex .feature-zone .width-56-wrapper {
  width: calc(56% - 32px);
}
@media (max-width: 1299px) {
  .cms-page-is-in-edit-mode .site-main-flex .feature-zone .width-mob-56-wrapper {
    width: calc(56% - 32px) !important;
  }
}

.site-main-flex .feature-zone .width-57-wrapper {
  width: 57%;
}
@media (max-width: 1299px) {
  .site-main-flex .feature-zone .width-mob-57-wrapper {
    width: 57% !important;
  }
}
@media (max-width: 999px) {
  .site-main-flex .feature-zone .width-md-57-wrapper {
    width: 57% !important;
  }
}

.cms-page-is-in-edit-mode .site-main-flex .feature-zone .width-57-wrapper {
  width: calc(57% - 32px);
}
@media (max-width: 1299px) {
  .cms-page-is-in-edit-mode .site-main-flex .feature-zone .width-mob-57-wrapper {
    width: calc(57% - 32px) !important;
  }
}

.site-main-flex .feature-zone .width-58-wrapper {
  width: 58%;
}
@media (max-width: 1299px) {
  .site-main-flex .feature-zone .width-mob-58-wrapper {
    width: 58% !important;
  }
}
@media (max-width: 999px) {
  .site-main-flex .feature-zone .width-md-58-wrapper {
    width: 58% !important;
  }
}

.cms-page-is-in-edit-mode .site-main-flex .feature-zone .width-58-wrapper {
  width: calc(58% - 32px);
}
@media (max-width: 1299px) {
  .cms-page-is-in-edit-mode .site-main-flex .feature-zone .width-mob-58-wrapper {
    width: calc(58% - 32px) !important;
  }
}

.site-main-flex .feature-zone .width-59-wrapper {
  width: 59%;
}
@media (max-width: 1299px) {
  .site-main-flex .feature-zone .width-mob-59-wrapper {
    width: 59% !important;
  }
}
@media (max-width: 999px) {
  .site-main-flex .feature-zone .width-md-59-wrapper {
    width: 59% !important;
  }
}

.cms-page-is-in-edit-mode .site-main-flex .feature-zone .width-59-wrapper {
  width: calc(59% - 32px);
}
@media (max-width: 1299px) {
  .cms-page-is-in-edit-mode .site-main-flex .feature-zone .width-mob-59-wrapper {
    width: calc(59% - 32px) !important;
  }
}

.site-main-flex .feature-zone .width-60-wrapper {
  width: 60%;
}
@media (max-width: 1299px) {
  .site-main-flex .feature-zone .width-mob-60-wrapper {
    width: 60% !important;
  }
}
@media (max-width: 999px) {
  .site-main-flex .feature-zone .width-md-60-wrapper {
    width: 60% !important;
  }
}

.cms-page-is-in-edit-mode .site-main-flex .feature-zone .width-60-wrapper {
  width: calc(60% - 32px);
}
@media (max-width: 1299px) {
  .cms-page-is-in-edit-mode .site-main-flex .feature-zone .width-mob-60-wrapper {
    width: calc(60% - 32px) !important;
  }
}

.site-main-flex .feature-zone .width-61-wrapper {
  width: 61%;
}
@media (max-width: 1299px) {
  .site-main-flex .feature-zone .width-mob-61-wrapper {
    width: 61% !important;
  }
}
@media (max-width: 999px) {
  .site-main-flex .feature-zone .width-md-61-wrapper {
    width: 61% !important;
  }
}

.cms-page-is-in-edit-mode .site-main-flex .feature-zone .width-61-wrapper {
  width: calc(61% - 32px);
}
@media (max-width: 1299px) {
  .cms-page-is-in-edit-mode .site-main-flex .feature-zone .width-mob-61-wrapper {
    width: calc(61% - 32px) !important;
  }
}

.site-main-flex .feature-zone .width-62-wrapper {
  width: 62%;
}
@media (max-width: 1299px) {
  .site-main-flex .feature-zone .width-mob-62-wrapper {
    width: 62% !important;
  }
}
@media (max-width: 999px) {
  .site-main-flex .feature-zone .width-md-62-wrapper {
    width: 62% !important;
  }
}

.cms-page-is-in-edit-mode .site-main-flex .feature-zone .width-62-wrapper {
  width: calc(62% - 32px);
}
@media (max-width: 1299px) {
  .cms-page-is-in-edit-mode .site-main-flex .feature-zone .width-mob-62-wrapper {
    width: calc(62% - 32px) !important;
  }
}

.site-main-flex .feature-zone .width-63-wrapper {
  width: 63%;
}
@media (max-width: 1299px) {
  .site-main-flex .feature-zone .width-mob-63-wrapper {
    width: 63% !important;
  }
}
@media (max-width: 999px) {
  .site-main-flex .feature-zone .width-md-63-wrapper {
    width: 63% !important;
  }
}

.cms-page-is-in-edit-mode .site-main-flex .feature-zone .width-63-wrapper {
  width: calc(63% - 32px);
}
@media (max-width: 1299px) {
  .cms-page-is-in-edit-mode .site-main-flex .feature-zone .width-mob-63-wrapper {
    width: calc(63% - 32px) !important;
  }
}

.site-main-flex .feature-zone .width-64-wrapper {
  width: 64%;
}
@media (max-width: 1299px) {
  .site-main-flex .feature-zone .width-mob-64-wrapper {
    width: 64% !important;
  }
}
@media (max-width: 999px) {
  .site-main-flex .feature-zone .width-md-64-wrapper {
    width: 64% !important;
  }
}

.cms-page-is-in-edit-mode .site-main-flex .feature-zone .width-64-wrapper {
  width: calc(64% - 32px);
}
@media (max-width: 1299px) {
  .cms-page-is-in-edit-mode .site-main-flex .feature-zone .width-mob-64-wrapper {
    width: calc(64% - 32px) !important;
  }
}

.site-main-flex .feature-zone .width-65-wrapper {
  width: 65%;
}
@media (max-width: 1299px) {
  .site-main-flex .feature-zone .width-mob-65-wrapper {
    width: 65% !important;
  }
}
@media (max-width: 999px) {
  .site-main-flex .feature-zone .width-md-65-wrapper {
    width: 65% !important;
  }
}

.cms-page-is-in-edit-mode .site-main-flex .feature-zone .width-65-wrapper {
  width: calc(65% - 32px);
}
@media (max-width: 1299px) {
  .cms-page-is-in-edit-mode .site-main-flex .feature-zone .width-mob-65-wrapper {
    width: calc(65% - 32px) !important;
  }
}

.site-main-flex .feature-zone .width-66-wrapper {
  width: 66%;
}
@media (max-width: 1299px) {
  .site-main-flex .feature-zone .width-mob-66-wrapper {
    width: 66% !important;
  }
}
@media (max-width: 999px) {
  .site-main-flex .feature-zone .width-md-66-wrapper {
    width: 66% !important;
  }
}

.cms-page-is-in-edit-mode .site-main-flex .feature-zone .width-66-wrapper {
  width: calc(66% - 32px);
}
@media (max-width: 1299px) {
  .cms-page-is-in-edit-mode .site-main-flex .feature-zone .width-mob-66-wrapper {
    width: calc(66% - 32px) !important;
  }
}

.site-main-flex .feature-zone .width-67-wrapper {
  width: 67%;
}
@media (max-width: 1299px) {
  .site-main-flex .feature-zone .width-mob-67-wrapper {
    width: 67% !important;
  }
}
@media (max-width: 999px) {
  .site-main-flex .feature-zone .width-md-67-wrapper {
    width: 67% !important;
  }
}

.cms-page-is-in-edit-mode .site-main-flex .feature-zone .width-67-wrapper {
  width: calc(67% - 32px);
}
@media (max-width: 1299px) {
  .cms-page-is-in-edit-mode .site-main-flex .feature-zone .width-mob-67-wrapper {
    width: calc(67% - 32px) !important;
  }
}

.site-main-flex .feature-zone .width-68-wrapper {
  width: 68%;
}
@media (max-width: 1299px) {
  .site-main-flex .feature-zone .width-mob-68-wrapper {
    width: 68% !important;
  }
}
@media (max-width: 999px) {
  .site-main-flex .feature-zone .width-md-68-wrapper {
    width: 68% !important;
  }
}

.cms-page-is-in-edit-mode .site-main-flex .feature-zone .width-68-wrapper {
  width: calc(68% - 32px);
}
@media (max-width: 1299px) {
  .cms-page-is-in-edit-mode .site-main-flex .feature-zone .width-mob-68-wrapper {
    width: calc(68% - 32px) !important;
  }
}

.site-main-flex .feature-zone .width-69-wrapper {
  width: 69%;
}
@media (max-width: 1299px) {
  .site-main-flex .feature-zone .width-mob-69-wrapper {
    width: 69% !important;
  }
}
@media (max-width: 999px) {
  .site-main-flex .feature-zone .width-md-69-wrapper {
    width: 69% !important;
  }
}

.cms-page-is-in-edit-mode .site-main-flex .feature-zone .width-69-wrapper {
  width: calc(69% - 32px);
}
@media (max-width: 1299px) {
  .cms-page-is-in-edit-mode .site-main-flex .feature-zone .width-mob-69-wrapper {
    width: calc(69% - 32px) !important;
  }
}

.site-main-flex .feature-zone .width-70-wrapper {
  width: 70%;
}
@media (max-width: 1299px) {
  .site-main-flex .feature-zone .width-mob-70-wrapper {
    width: 70% !important;
  }
}
@media (max-width: 999px) {
  .site-main-flex .feature-zone .width-md-70-wrapper {
    width: 70% !important;
  }
}

.cms-page-is-in-edit-mode .site-main-flex .feature-zone .width-70-wrapper {
  width: calc(70% - 32px);
}
@media (max-width: 1299px) {
  .cms-page-is-in-edit-mode .site-main-flex .feature-zone .width-mob-70-wrapper {
    width: calc(70% - 32px) !important;
  }
}

.site-main-flex .feature-zone .width-71-wrapper {
  width: 71%;
}
@media (max-width: 1299px) {
  .site-main-flex .feature-zone .width-mob-71-wrapper {
    width: 71% !important;
  }
}
@media (max-width: 999px) {
  .site-main-flex .feature-zone .width-md-71-wrapper {
    width: 71% !important;
  }
}

.cms-page-is-in-edit-mode .site-main-flex .feature-zone .width-71-wrapper {
  width: calc(71% - 32px);
}
@media (max-width: 1299px) {
  .cms-page-is-in-edit-mode .site-main-flex .feature-zone .width-mob-71-wrapper {
    width: calc(71% - 32px) !important;
  }
}

.site-main-flex .feature-zone .width-72-wrapper {
  width: 72%;
}
@media (max-width: 1299px) {
  .site-main-flex .feature-zone .width-mob-72-wrapper {
    width: 72% !important;
  }
}
@media (max-width: 999px) {
  .site-main-flex .feature-zone .width-md-72-wrapper {
    width: 72% !important;
  }
}

.cms-page-is-in-edit-mode .site-main-flex .feature-zone .width-72-wrapper {
  width: calc(72% - 32px);
}
@media (max-width: 1299px) {
  .cms-page-is-in-edit-mode .site-main-flex .feature-zone .width-mob-72-wrapper {
    width: calc(72% - 32px) !important;
  }
}

.site-main-flex .feature-zone .width-73-wrapper {
  width: 73%;
}
@media (max-width: 1299px) {
  .site-main-flex .feature-zone .width-mob-73-wrapper {
    width: 73% !important;
  }
}
@media (max-width: 999px) {
  .site-main-flex .feature-zone .width-md-73-wrapper {
    width: 73% !important;
  }
}

.cms-page-is-in-edit-mode .site-main-flex .feature-zone .width-73-wrapper {
  width: calc(73% - 32px);
}
@media (max-width: 1299px) {
  .cms-page-is-in-edit-mode .site-main-flex .feature-zone .width-mob-73-wrapper {
    width: calc(73% - 32px) !important;
  }
}

.site-main-flex .feature-zone .width-74-wrapper {
  width: 74%;
}
@media (max-width: 1299px) {
  .site-main-flex .feature-zone .width-mob-74-wrapper {
    width: 74% !important;
  }
}
@media (max-width: 999px) {
  .site-main-flex .feature-zone .width-md-74-wrapper {
    width: 74% !important;
  }
}

.cms-page-is-in-edit-mode .site-main-flex .feature-zone .width-74-wrapper {
  width: calc(74% - 32px);
}
@media (max-width: 1299px) {
  .cms-page-is-in-edit-mode .site-main-flex .feature-zone .width-mob-74-wrapper {
    width: calc(74% - 32px) !important;
  }
}

.site-main-flex .feature-zone .width-75-wrapper {
  width: 75%;
}
@media (max-width: 1299px) {
  .site-main-flex .feature-zone .width-mob-75-wrapper {
    width: 75% !important;
  }
}
@media (max-width: 999px) {
  .site-main-flex .feature-zone .width-md-75-wrapper {
    width: 75% !important;
  }
}

.cms-page-is-in-edit-mode .site-main-flex .feature-zone .width-75-wrapper {
  width: calc(75% - 32px);
}
@media (max-width: 1299px) {
  .cms-page-is-in-edit-mode .site-main-flex .feature-zone .width-mob-75-wrapper {
    width: calc(75% - 32px) !important;
  }
}

.site-main-flex .feature-zone .width-76-wrapper {
  width: 76%;
}
@media (max-width: 1299px) {
  .site-main-flex .feature-zone .width-mob-76-wrapper {
    width: 76% !important;
  }
}
@media (max-width: 999px) {
  .site-main-flex .feature-zone .width-md-76-wrapper {
    width: 76% !important;
  }
}

.cms-page-is-in-edit-mode .site-main-flex .feature-zone .width-76-wrapper {
  width: calc(76% - 32px);
}
@media (max-width: 1299px) {
  .cms-page-is-in-edit-mode .site-main-flex .feature-zone .width-mob-76-wrapper {
    width: calc(76% - 32px) !important;
  }
}

.site-main-flex .feature-zone .width-77-wrapper {
  width: 77%;
}
@media (max-width: 1299px) {
  .site-main-flex .feature-zone .width-mob-77-wrapper {
    width: 77% !important;
  }
}
@media (max-width: 999px) {
  .site-main-flex .feature-zone .width-md-77-wrapper {
    width: 77% !important;
  }
}

.cms-page-is-in-edit-mode .site-main-flex .feature-zone .width-77-wrapper {
  width: calc(77% - 32px);
}
@media (max-width: 1299px) {
  .cms-page-is-in-edit-mode .site-main-flex .feature-zone .width-mob-77-wrapper {
    width: calc(77% - 32px) !important;
  }
}

.site-main-flex .feature-zone .width-78-wrapper {
  width: 78%;
}
@media (max-width: 1299px) {
  .site-main-flex .feature-zone .width-mob-78-wrapper {
    width: 78% !important;
  }
}
@media (max-width: 999px) {
  .site-main-flex .feature-zone .width-md-78-wrapper {
    width: 78% !important;
  }
}

.cms-page-is-in-edit-mode .site-main-flex .feature-zone .width-78-wrapper {
  width: calc(78% - 32px);
}
@media (max-width: 1299px) {
  .cms-page-is-in-edit-mode .site-main-flex .feature-zone .width-mob-78-wrapper {
    width: calc(78% - 32px) !important;
  }
}

.site-main-flex .feature-zone .width-79-wrapper {
  width: 79%;
}
@media (max-width: 1299px) {
  .site-main-flex .feature-zone .width-mob-79-wrapper {
    width: 79% !important;
  }
}
@media (max-width: 999px) {
  .site-main-flex .feature-zone .width-md-79-wrapper {
    width: 79% !important;
  }
}

.cms-page-is-in-edit-mode .site-main-flex .feature-zone .width-79-wrapper {
  width: calc(79% - 32px);
}
@media (max-width: 1299px) {
  .cms-page-is-in-edit-mode .site-main-flex .feature-zone .width-mob-79-wrapper {
    width: calc(79% - 32px) !important;
  }
}

.site-main-flex .feature-zone .width-80-wrapper {
  width: 80%;
}
@media (max-width: 1299px) {
  .site-main-flex .feature-zone .width-mob-80-wrapper {
    width: 80% !important;
  }
}
@media (max-width: 999px) {
  .site-main-flex .feature-zone .width-md-80-wrapper {
    width: 80% !important;
  }
}

.cms-page-is-in-edit-mode .site-main-flex .feature-zone .width-80-wrapper {
  width: calc(80% - 32px);
}
@media (max-width: 1299px) {
  .cms-page-is-in-edit-mode .site-main-flex .feature-zone .width-mob-80-wrapper {
    width: calc(80% - 32px) !important;
  }
}

.site-main-flex .feature-zone .width-81-wrapper {
  width: 81%;
}
@media (max-width: 1299px) {
  .site-main-flex .feature-zone .width-mob-81-wrapper {
    width: 81% !important;
  }
}
@media (max-width: 999px) {
  .site-main-flex .feature-zone .width-md-81-wrapper {
    width: 81% !important;
  }
}

.cms-page-is-in-edit-mode .site-main-flex .feature-zone .width-81-wrapper {
  width: calc(81% - 32px);
}
@media (max-width: 1299px) {
  .cms-page-is-in-edit-mode .site-main-flex .feature-zone .width-mob-81-wrapper {
    width: calc(81% - 32px) !important;
  }
}

.site-main-flex .feature-zone .width-82-wrapper {
  width: 82%;
}
@media (max-width: 1299px) {
  .site-main-flex .feature-zone .width-mob-82-wrapper {
    width: 82% !important;
  }
}
@media (max-width: 999px) {
  .site-main-flex .feature-zone .width-md-82-wrapper {
    width: 82% !important;
  }
}

.cms-page-is-in-edit-mode .site-main-flex .feature-zone .width-82-wrapper {
  width: calc(82% - 32px);
}
@media (max-width: 1299px) {
  .cms-page-is-in-edit-mode .site-main-flex .feature-zone .width-mob-82-wrapper {
    width: calc(82% - 32px) !important;
  }
}

.site-main-flex .feature-zone .width-83-wrapper {
  width: 83%;
}
@media (max-width: 1299px) {
  .site-main-flex .feature-zone .width-mob-83-wrapper {
    width: 83% !important;
  }
}
@media (max-width: 999px) {
  .site-main-flex .feature-zone .width-md-83-wrapper {
    width: 83% !important;
  }
}

.cms-page-is-in-edit-mode .site-main-flex .feature-zone .width-83-wrapper {
  width: calc(83% - 32px);
}
@media (max-width: 1299px) {
  .cms-page-is-in-edit-mode .site-main-flex .feature-zone .width-mob-83-wrapper {
    width: calc(83% - 32px) !important;
  }
}

.site-main-flex .feature-zone .width-84-wrapper {
  width: 84%;
}
@media (max-width: 1299px) {
  .site-main-flex .feature-zone .width-mob-84-wrapper {
    width: 84% !important;
  }
}
@media (max-width: 999px) {
  .site-main-flex .feature-zone .width-md-84-wrapper {
    width: 84% !important;
  }
}

.cms-page-is-in-edit-mode .site-main-flex .feature-zone .width-84-wrapper {
  width: calc(84% - 32px);
}
@media (max-width: 1299px) {
  .cms-page-is-in-edit-mode .site-main-flex .feature-zone .width-mob-84-wrapper {
    width: calc(84% - 32px) !important;
  }
}

.site-main-flex .feature-zone .width-85-wrapper {
  width: 85%;
}
@media (max-width: 1299px) {
  .site-main-flex .feature-zone .width-mob-85-wrapper {
    width: 85% !important;
  }
}
@media (max-width: 999px) {
  .site-main-flex .feature-zone .width-md-85-wrapper {
    width: 85% !important;
  }
}

.cms-page-is-in-edit-mode .site-main-flex .feature-zone .width-85-wrapper {
  width: calc(85% - 32px);
}
@media (max-width: 1299px) {
  .cms-page-is-in-edit-mode .site-main-flex .feature-zone .width-mob-85-wrapper {
    width: calc(85% - 32px) !important;
  }
}

.site-main-flex .feature-zone .width-86-wrapper {
  width: 86%;
}
@media (max-width: 1299px) {
  .site-main-flex .feature-zone .width-mob-86-wrapper {
    width: 86% !important;
  }
}
@media (max-width: 999px) {
  .site-main-flex .feature-zone .width-md-86-wrapper {
    width: 86% !important;
  }
}

.cms-page-is-in-edit-mode .site-main-flex .feature-zone .width-86-wrapper {
  width: calc(86% - 32px);
}
@media (max-width: 1299px) {
  .cms-page-is-in-edit-mode .site-main-flex .feature-zone .width-mob-86-wrapper {
    width: calc(86% - 32px) !important;
  }
}

.site-main-flex .feature-zone .width-87-wrapper {
  width: 87%;
}
@media (max-width: 1299px) {
  .site-main-flex .feature-zone .width-mob-87-wrapper {
    width: 87% !important;
  }
}
@media (max-width: 999px) {
  .site-main-flex .feature-zone .width-md-87-wrapper {
    width: 87% !important;
  }
}

.cms-page-is-in-edit-mode .site-main-flex .feature-zone .width-87-wrapper {
  width: calc(87% - 32px);
}
@media (max-width: 1299px) {
  .cms-page-is-in-edit-mode .site-main-flex .feature-zone .width-mob-87-wrapper {
    width: calc(87% - 32px) !important;
  }
}

.site-main-flex .feature-zone .width-88-wrapper {
  width: 88%;
}
@media (max-width: 1299px) {
  .site-main-flex .feature-zone .width-mob-88-wrapper {
    width: 88% !important;
  }
}
@media (max-width: 999px) {
  .site-main-flex .feature-zone .width-md-88-wrapper {
    width: 88% !important;
  }
}

.cms-page-is-in-edit-mode .site-main-flex .feature-zone .width-88-wrapper {
  width: calc(88% - 32px);
}
@media (max-width: 1299px) {
  .cms-page-is-in-edit-mode .site-main-flex .feature-zone .width-mob-88-wrapper {
    width: calc(88% - 32px) !important;
  }
}

.site-main-flex .feature-zone .width-89-wrapper {
  width: 89%;
}
@media (max-width: 1299px) {
  .site-main-flex .feature-zone .width-mob-89-wrapper {
    width: 89% !important;
  }
}
@media (max-width: 999px) {
  .site-main-flex .feature-zone .width-md-89-wrapper {
    width: 89% !important;
  }
}

.cms-page-is-in-edit-mode .site-main-flex .feature-zone .width-89-wrapper {
  width: calc(89% - 32px);
}
@media (max-width: 1299px) {
  .cms-page-is-in-edit-mode .site-main-flex .feature-zone .width-mob-89-wrapper {
    width: calc(89% - 32px) !important;
  }
}

.site-main-flex .feature-zone .width-90-wrapper {
  width: 90%;
}
@media (max-width: 1299px) {
  .site-main-flex .feature-zone .width-mob-90-wrapper {
    width: 90% !important;
  }
}
@media (max-width: 999px) {
  .site-main-flex .feature-zone .width-md-90-wrapper {
    width: 90% !important;
  }
}

.cms-page-is-in-edit-mode .site-main-flex .feature-zone .width-90-wrapper {
  width: calc(90% - 32px);
}
@media (max-width: 1299px) {
  .cms-page-is-in-edit-mode .site-main-flex .feature-zone .width-mob-90-wrapper {
    width: calc(90% - 32px) !important;
  }
}

.site-main-flex .feature-zone .width-91-wrapper {
  width: 91%;
}
@media (max-width: 1299px) {
  .site-main-flex .feature-zone .width-mob-91-wrapper {
    width: 91% !important;
  }
}
@media (max-width: 999px) {
  .site-main-flex .feature-zone .width-md-91-wrapper {
    width: 91% !important;
  }
}

.cms-page-is-in-edit-mode .site-main-flex .feature-zone .width-91-wrapper {
  width: calc(91% - 32px);
}
@media (max-width: 1299px) {
  .cms-page-is-in-edit-mode .site-main-flex .feature-zone .width-mob-91-wrapper {
    width: calc(91% - 32px) !important;
  }
}

.site-main-flex .feature-zone .width-92-wrapper {
  width: 92%;
}
@media (max-width: 1299px) {
  .site-main-flex .feature-zone .width-mob-92-wrapper {
    width: 92% !important;
  }
}
@media (max-width: 999px) {
  .site-main-flex .feature-zone .width-md-92-wrapper {
    width: 92% !important;
  }
}

.cms-page-is-in-edit-mode .site-main-flex .feature-zone .width-92-wrapper {
  width: calc(92% - 32px);
}
@media (max-width: 1299px) {
  .cms-page-is-in-edit-mode .site-main-flex .feature-zone .width-mob-92-wrapper {
    width: calc(92% - 32px) !important;
  }
}

.site-main-flex .feature-zone .width-93-wrapper {
  width: 93%;
}
@media (max-width: 1299px) {
  .site-main-flex .feature-zone .width-mob-93-wrapper {
    width: 93% !important;
  }
}
@media (max-width: 999px) {
  .site-main-flex .feature-zone .width-md-93-wrapper {
    width: 93% !important;
  }
}

.cms-page-is-in-edit-mode .site-main-flex .feature-zone .width-93-wrapper {
  width: calc(93% - 32px);
}
@media (max-width: 1299px) {
  .cms-page-is-in-edit-mode .site-main-flex .feature-zone .width-mob-93-wrapper {
    width: calc(93% - 32px) !important;
  }
}

.site-main-flex .feature-zone .width-94-wrapper {
  width: 94%;
}
@media (max-width: 1299px) {
  .site-main-flex .feature-zone .width-mob-94-wrapper {
    width: 94% !important;
  }
}
@media (max-width: 999px) {
  .site-main-flex .feature-zone .width-md-94-wrapper {
    width: 94% !important;
  }
}

.cms-page-is-in-edit-mode .site-main-flex .feature-zone .width-94-wrapper {
  width: calc(94% - 32px);
}
@media (max-width: 1299px) {
  .cms-page-is-in-edit-mode .site-main-flex .feature-zone .width-mob-94-wrapper {
    width: calc(94% - 32px) !important;
  }
}

.site-main-flex .feature-zone .width-95-wrapper {
  width: 95%;
}
@media (max-width: 1299px) {
  .site-main-flex .feature-zone .width-mob-95-wrapper {
    width: 95% !important;
  }
}
@media (max-width: 999px) {
  .site-main-flex .feature-zone .width-md-95-wrapper {
    width: 95% !important;
  }
}

.cms-page-is-in-edit-mode .site-main-flex .feature-zone .width-95-wrapper {
  width: calc(95% - 32px);
}
@media (max-width: 1299px) {
  .cms-page-is-in-edit-mode .site-main-flex .feature-zone .width-mob-95-wrapper {
    width: calc(95% - 32px) !important;
  }
}

.site-main-flex .feature-zone .width-96-wrapper {
  width: 96%;
}
@media (max-width: 1299px) {
  .site-main-flex .feature-zone .width-mob-96-wrapper {
    width: 96% !important;
  }
}
@media (max-width: 999px) {
  .site-main-flex .feature-zone .width-md-96-wrapper {
    width: 96% !important;
  }
}

.cms-page-is-in-edit-mode .site-main-flex .feature-zone .width-96-wrapper {
  width: calc(96% - 32px);
}
@media (max-width: 1299px) {
  .cms-page-is-in-edit-mode .site-main-flex .feature-zone .width-mob-96-wrapper {
    width: calc(96% - 32px) !important;
  }
}

.site-main-flex .feature-zone .width-97-wrapper {
  width: 97%;
}
@media (max-width: 1299px) {
  .site-main-flex .feature-zone .width-mob-97-wrapper {
    width: 97% !important;
  }
}
@media (max-width: 999px) {
  .site-main-flex .feature-zone .width-md-97-wrapper {
    width: 97% !important;
  }
}

.cms-page-is-in-edit-mode .site-main-flex .feature-zone .width-97-wrapper {
  width: calc(97% - 32px);
}
@media (max-width: 1299px) {
  .cms-page-is-in-edit-mode .site-main-flex .feature-zone .width-mob-97-wrapper {
    width: calc(97% - 32px) !important;
  }
}

.site-main-flex .feature-zone .width-98-wrapper {
  width: 98%;
}
@media (max-width: 1299px) {
  .site-main-flex .feature-zone .width-mob-98-wrapper {
    width: 98% !important;
  }
}
@media (max-width: 999px) {
  .site-main-flex .feature-zone .width-md-98-wrapper {
    width: 98% !important;
  }
}

.cms-page-is-in-edit-mode .site-main-flex .feature-zone .width-98-wrapper {
  width: calc(98% - 32px);
}
@media (max-width: 1299px) {
  .cms-page-is-in-edit-mode .site-main-flex .feature-zone .width-mob-98-wrapper {
    width: calc(98% - 32px) !important;
  }
}

.site-main-flex .feature-zone .width-99-wrapper {
  width: 99%;
}
@media (max-width: 1299px) {
  .site-main-flex .feature-zone .width-mob-99-wrapper {
    width: 99% !important;
  }
}
@media (max-width: 999px) {
  .site-main-flex .feature-zone .width-md-99-wrapper {
    width: 99% !important;
  }
}

.cms-page-is-in-edit-mode .site-main-flex .feature-zone .width-99-wrapper {
  width: calc(99% - 32px);
}
@media (max-width: 1299px) {
  .cms-page-is-in-edit-mode .site-main-flex .feature-zone .width-mob-99-wrapper {
    width: calc(99% - 32px) !important;
  }
}

.site-main-flex .feature-zone .width-100-wrapper {
  width: 100%;
}
@media (max-width: 1299px) {
  .site-main-flex .feature-zone .width-mob-100-wrapper {
    width: 100% !important;
  }
}
@media (max-width: 999px) {
  .site-main-flex .feature-zone .width-md-100-wrapper {
    width: 100% !important;
  }
}

.cms-page-is-in-edit-mode .site-main-flex .feature-zone .width-100-wrapper {
  width: calc(100% - 32px);
}
@media (max-width: 1299px) {
  .cms-page-is-in-edit-mode .site-main-flex .feature-zone .width-mob-100-wrapper {
    width: calc(100% - 32px) !important;
  }
}

@media (max-width: 1299px) {
  .order-mob-1-wrapper {
    order: 1;
  }
}
@media (max-width: 1299px) {
  .order-mob-2-wrapper {
    order: 2;
  }
}
@media (max-width: 1299px) {
  .order-mob-3-wrapper {
    order: 3;
  }
}
@media (max-width: 1299px) {
  .order-mob-4-wrapper {
    order: 4;
  }
}
@media (max-width: 1299px) {
  .order-mob-5-wrapper {
    order: 5;
  }
}
@media (max-width: 1299px) {
  .order-mob-6-wrapper {
    order: 6;
  }
}
@media (max-width: 1299px) {
  .order-mob-7-wrapper {
    order: 7;
  }
}
@media (max-width: 1299px) {
  .order-mob-8-wrapper {
    order: 8;
  }
}
@media (max-width: 1299px) {
  .order-mob-9-wrapper {
    order: 9;
  }
}
@media (max-width: 1299px) {
  .order-mob-10-wrapper {
    order: 10;
  }
}
@media (max-width: 1299px) {
  .order-mob-11-wrapper {
    order: 11;
  }
}
@media (max-width: 1299px) {
  .order-mob-12-wrapper {
    order: 12;
  }
}
@media (max-width: 1299px) {
  .order-mob-13-wrapper {
    order: 13;
  }
}
@media (max-width: 1299px) {
  .order-mob-14-wrapper {
    order: 14;
  }
}
@media (max-width: 1299px) {
  .order-mob-15-wrapper {
    order: 15;
  }
}
@media (max-width: 1299px) {
  .order-mob-16-wrapper {
    order: 16;
  }
}
@media (max-width: 1299px) {
  .order-mob-17-wrapper {
    order: 17;
  }
}
@media (max-width: 1299px) {
  .order-mob-18-wrapper {
    order: 18;
  }
}
@media (max-width: 1299px) {
  .order-mob-19-wrapper {
    order: 19;
  }
}
@media (max-width: 1299px) {
  .order-mob-20-wrapper {
    order: 20;
  }
}
@media (max-width: 1299px) {
  .order-mob-21-wrapper {
    order: 21;
  }
}
@media (max-width: 1299px) {
  .order-mob-22-wrapper {
    order: 22;
  }
}
@media (max-width: 1299px) {
  .order-mob-23-wrapper {
    order: 23;
  }
}
@media (max-width: 1299px) {
  .order-mob-24-wrapper {
    order: 24;
  }
}
@media (max-width: 1299px) {
  .order-mob-25-wrapper {
    order: 25;
  }
}
@media (max-width: 1299px) {
  .order-mob-26-wrapper {
    order: 26;
  }
}
@media (max-width: 1299px) {
  .order-mob-27-wrapper {
    order: 27;
  }
}
@media (max-width: 1299px) {
  .order-mob-28-wrapper {
    order: 28;
  }
}
@media (max-width: 1299px) {
  .order-mob-29-wrapper {
    order: 29;
  }
}
@media (max-width: 1299px) {
  .order-mob-30-wrapper {
    order: 30;
  }
}
@media (max-width: 1299px) {
  .order-mob-31-wrapper {
    order: 31;
  }
}
@media (max-width: 1299px) {
  .order-mob-32-wrapper {
    order: 32;
  }
}
@media (max-width: 1299px) {
  .order-mob-33-wrapper {
    order: 33;
  }
}
@media (max-width: 1299px) {
  .order-mob-34-wrapper {
    order: 34;
  }
}
@media (max-width: 1299px) {
  .order-mob-35-wrapper {
    order: 35;
  }
}
@media (max-width: 1299px) {
  .order-mob-36-wrapper {
    order: 36;
  }
}
@media (max-width: 1299px) {
  .order-mob-37-wrapper {
    order: 37;
  }
}
@media (max-width: 1299px) {
  .order-mob-38-wrapper {
    order: 38;
  }
}
@media (max-width: 1299px) {
  .order-mob-39-wrapper {
    order: 39;
  }
}
@media (max-width: 1299px) {
  .order-mob-40-wrapper {
    order: 40;
  }
}
@media (max-width: 1299px) {
  .order-mob-41-wrapper {
    order: 41;
  }
}
@media (max-width: 1299px) {
  .order-mob-42-wrapper {
    order: 42;
  }
}
@media (max-width: 1299px) {
  .order-mob-43-wrapper {
    order: 43;
  }
}
@media (max-width: 1299px) {
  .order-mob-44-wrapper {
    order: 44;
  }
}
@media (max-width: 1299px) {
  .order-mob-45-wrapper {
    order: 45;
  }
}
@media (max-width: 1299px) {
  .order-mob-46-wrapper {
    order: 46;
  }
}
@media (max-width: 1299px) {
  .order-mob-47-wrapper {
    order: 47;
  }
}
@media (max-width: 1299px) {
  .order-mob-48-wrapper {
    order: 48;
  }
}
@media (max-width: 1299px) {
  .order-mob-49-wrapper {
    order: 49;
  }
}
@media (max-width: 1299px) {
  .order-mob-50-wrapper {
    order: 50;
  }
}
@media (max-width: 1299px) {
  .order-mob-51-wrapper {
    order: 51;
  }
}
@media (max-width: 1299px) {
  .order-mob-52-wrapper {
    order: 52;
  }
}
@media (max-width: 1299px) {
  .order-mob-53-wrapper {
    order: 53;
  }
}
@media (max-width: 1299px) {
  .order-mob-54-wrapper {
    order: 54;
  }
}
@media (max-width: 1299px) {
  .order-mob-55-wrapper {
    order: 55;
  }
}
@media (max-width: 1299px) {
  .order-mob-56-wrapper {
    order: 56;
  }
}
@media (max-width: 1299px) {
  .order-mob-57-wrapper {
    order: 57;
  }
}
@media (max-width: 1299px) {
  .order-mob-58-wrapper {
    order: 58;
  }
}
@media (max-width: 1299px) {
  .order-mob-59-wrapper {
    order: 59;
  }
}
@media (max-width: 1299px) {
  .order-mob-60-wrapper {
    order: 60;
  }
}
@media (max-width: 1299px) {
  .order-mob-61-wrapper {
    order: 61;
  }
}
@media (max-width: 1299px) {
  .order-mob-62-wrapper {
    order: 62;
  }
}
@media (max-width: 1299px) {
  .order-mob-63-wrapper {
    order: 63;
  }
}
@media (max-width: 1299px) {
  .order-mob-64-wrapper {
    order: 64;
  }
}
@media (max-width: 1299px) {
  .order-mob-65-wrapper {
    order: 65;
  }
}
@media (max-width: 1299px) {
  .order-mob-66-wrapper {
    order: 66;
  }
}
@media (max-width: 1299px) {
  .order-mob-67-wrapper {
    order: 67;
  }
}
@media (max-width: 1299px) {
  .order-mob-68-wrapper {
    order: 68;
  }
}
@media (max-width: 1299px) {
  .order-mob-69-wrapper {
    order: 69;
  }
}
@media (max-width: 1299px) {
  .order-mob-70-wrapper {
    order: 70;
  }
}
@media (max-width: 1299px) {
  .order-mob-71-wrapper {
    order: 71;
  }
}
@media (max-width: 1299px) {
  .order-mob-72-wrapper {
    order: 72;
  }
}
@media (max-width: 1299px) {
  .order-mob-73-wrapper {
    order: 73;
  }
}
@media (max-width: 1299px) {
  .order-mob-74-wrapper {
    order: 74;
  }
}
@media (max-width: 1299px) {
  .order-mob-75-wrapper {
    order: 75;
  }
}
@media (max-width: 1299px) {
  .order-mob-76-wrapper {
    order: 76;
  }
}
@media (max-width: 1299px) {
  .order-mob-77-wrapper {
    order: 77;
  }
}
@media (max-width: 1299px) {
  .order-mob-78-wrapper {
    order: 78;
  }
}
@media (max-width: 1299px) {
  .order-mob-79-wrapper {
    order: 79;
  }
}
@media (max-width: 1299px) {
  .order-mob-80-wrapper {
    order: 80;
  }
}
@media (max-width: 1299px) {
  .order-mob-81-wrapper {
    order: 81;
  }
}
@media (max-width: 1299px) {
  .order-mob-82-wrapper {
    order: 82;
  }
}
@media (max-width: 1299px) {
  .order-mob-83-wrapper {
    order: 83;
  }
}
@media (max-width: 1299px) {
  .order-mob-84-wrapper {
    order: 84;
  }
}
@media (max-width: 1299px) {
  .order-mob-85-wrapper {
    order: 85;
  }
}
@media (max-width: 1299px) {
  .order-mob-86-wrapper {
    order: 86;
  }
}
@media (max-width: 1299px) {
  .order-mob-87-wrapper {
    order: 87;
  }
}
@media (max-width: 1299px) {
  .order-mob-88-wrapper {
    order: 88;
  }
}
@media (max-width: 1299px) {
  .order-mob-89-wrapper {
    order: 89;
  }
}
@media (max-width: 1299px) {
  .order-mob-90-wrapper {
    order: 90;
  }
}
@media (max-width: 1299px) {
  .order-mob-91-wrapper {
    order: 91;
  }
}
@media (max-width: 1299px) {
  .order-mob-92-wrapper {
    order: 92;
  }
}
@media (max-width: 1299px) {
  .order-mob-93-wrapper {
    order: 93;
  }
}
@media (max-width: 1299px) {
  .order-mob-94-wrapper {
    order: 94;
  }
}
@media (max-width: 1299px) {
  .order-mob-95-wrapper {
    order: 95;
  }
}
@media (max-width: 1299px) {
  .order-mob-96-wrapper {
    order: 96;
  }
}
@media (max-width: 1299px) {
  .order-mob-97-wrapper {
    order: 97;
  }
}
@media (max-width: 1299px) {
  .order-mob-98-wrapper {
    order: 98;
  }
}
@media (max-width: 1299px) {
  .order-mob-99-wrapper {
    order: 99;
  }
}
@media (max-width: 1299px) {
  .order-mob-100-wrapper {
    order: 100;
  }
}
.width-1-wrapper {
  width: calc(1% - 2px);
  display: inline-block;
  vertical-align: top;
}

.cms-page-is-in-edit-mode .width-1-wrapper {
  width: calc(1% - 32px);
  float: none;
  display: inline-block;
  vertical-align: top;
}

@media (max-width: 1299px) {
  .width-mob-1-wrapper {
    width: 1% !important;
  }
  .cms-page-is-in-edit-mode .width-mob-1-wrapper {
    width: calc(1% - 32px) !important;
    float: none;
    display: block;
    vertical-align: unset;
  }
}
.width-2-wrapper {
  width: calc(2% - 2px);
  display: inline-block;
  vertical-align: top;
}

.cms-page-is-in-edit-mode .width-2-wrapper {
  width: calc(2% - 32px);
  float: none;
  display: inline-block;
  vertical-align: top;
}

@media (max-width: 1299px) {
  .width-mob-2-wrapper {
    width: 2% !important;
  }
  .cms-page-is-in-edit-mode .width-mob-2-wrapper {
    width: calc(2% - 32px) !important;
    float: none;
    display: block;
    vertical-align: unset;
  }
}
.width-3-wrapper {
  width: calc(3% - 2px);
  display: inline-block;
  vertical-align: top;
}

.cms-page-is-in-edit-mode .width-3-wrapper {
  width: calc(3% - 32px);
  float: none;
  display: inline-block;
  vertical-align: top;
}

@media (max-width: 1299px) {
  .width-mob-3-wrapper {
    width: 3% !important;
  }
  .cms-page-is-in-edit-mode .width-mob-3-wrapper {
    width: calc(3% - 32px) !important;
    float: none;
    display: block;
    vertical-align: unset;
  }
}
.width-4-wrapper {
  width: calc(4% - 2px);
  display: inline-block;
  vertical-align: top;
}

.cms-page-is-in-edit-mode .width-4-wrapper {
  width: calc(4% - 32px);
  float: none;
  display: inline-block;
  vertical-align: top;
}

@media (max-width: 1299px) {
  .width-mob-4-wrapper {
    width: 4% !important;
  }
  .cms-page-is-in-edit-mode .width-mob-4-wrapper {
    width: calc(4% - 32px) !important;
    float: none;
    display: block;
    vertical-align: unset;
  }
}
.width-5-wrapper {
  width: calc(5% - 2px);
  display: inline-block;
  vertical-align: top;
}

.cms-page-is-in-edit-mode .width-5-wrapper {
  width: calc(5% - 32px);
  float: none;
  display: inline-block;
  vertical-align: top;
}

@media (max-width: 1299px) {
  .width-mob-5-wrapper {
    width: 5% !important;
  }
  .cms-page-is-in-edit-mode .width-mob-5-wrapper {
    width: calc(5% - 32px) !important;
    float: none;
    display: block;
    vertical-align: unset;
  }
}
.width-6-wrapper {
  width: calc(6% - 2px);
  display: inline-block;
  vertical-align: top;
}

.cms-page-is-in-edit-mode .width-6-wrapper {
  width: calc(6% - 32px);
  float: none;
  display: inline-block;
  vertical-align: top;
}

@media (max-width: 1299px) {
  .width-mob-6-wrapper {
    width: 6% !important;
  }
  .cms-page-is-in-edit-mode .width-mob-6-wrapper {
    width: calc(6% - 32px) !important;
    float: none;
    display: block;
    vertical-align: unset;
  }
}
.width-7-wrapper {
  width: calc(7% - 2px);
  display: inline-block;
  vertical-align: top;
}

.cms-page-is-in-edit-mode .width-7-wrapper {
  width: calc(7% - 32px);
  float: none;
  display: inline-block;
  vertical-align: top;
}

@media (max-width: 1299px) {
  .width-mob-7-wrapper {
    width: 7% !important;
  }
  .cms-page-is-in-edit-mode .width-mob-7-wrapper {
    width: calc(7% - 32px) !important;
    float: none;
    display: block;
    vertical-align: unset;
  }
}
.width-8-wrapper {
  width: calc(8% - 2px);
  display: inline-block;
  vertical-align: top;
}

.cms-page-is-in-edit-mode .width-8-wrapper {
  width: calc(8% - 32px);
  float: none;
  display: inline-block;
  vertical-align: top;
}

@media (max-width: 1299px) {
  .width-mob-8-wrapper {
    width: 8% !important;
  }
  .cms-page-is-in-edit-mode .width-mob-8-wrapper {
    width: calc(8% - 32px) !important;
    float: none;
    display: block;
    vertical-align: unset;
  }
}
.width-9-wrapper {
  width: calc(9% - 2px);
  display: inline-block;
  vertical-align: top;
}

.cms-page-is-in-edit-mode .width-9-wrapper {
  width: calc(9% - 32px);
  float: none;
  display: inline-block;
  vertical-align: top;
}

@media (max-width: 1299px) {
  .width-mob-9-wrapper {
    width: 9% !important;
  }
  .cms-page-is-in-edit-mode .width-mob-9-wrapper {
    width: calc(9% - 32px) !important;
    float: none;
    display: block;
    vertical-align: unset;
  }
}
.width-10-wrapper {
  width: calc(10% - 2px);
  display: inline-block;
  vertical-align: top;
}

.cms-page-is-in-edit-mode .width-10-wrapper {
  width: calc(10% - 32px);
  float: none;
  display: inline-block;
  vertical-align: top;
}

@media (max-width: 1299px) {
  .width-mob-10-wrapper {
    width: 10% !important;
  }
  .cms-page-is-in-edit-mode .width-mob-10-wrapper {
    width: calc(10% - 32px) !important;
    float: none;
    display: block;
    vertical-align: unset;
  }
}
.width-11-wrapper {
  width: calc(11% - 2px);
  display: inline-block;
  vertical-align: top;
}

.cms-page-is-in-edit-mode .width-11-wrapper {
  width: calc(11% - 32px);
  float: none;
  display: inline-block;
  vertical-align: top;
}

@media (max-width: 1299px) {
  .width-mob-11-wrapper {
    width: 11% !important;
  }
  .cms-page-is-in-edit-mode .width-mob-11-wrapper {
    width: calc(11% - 32px) !important;
    float: none;
    display: block;
    vertical-align: unset;
  }
}
.width-12-wrapper {
  width: calc(12% - 2px);
  display: inline-block;
  vertical-align: top;
}

.cms-page-is-in-edit-mode .width-12-wrapper {
  width: calc(12% - 32px);
  float: none;
  display: inline-block;
  vertical-align: top;
}

@media (max-width: 1299px) {
  .width-mob-12-wrapper {
    width: 12% !important;
  }
  .cms-page-is-in-edit-mode .width-mob-12-wrapper {
    width: calc(12% - 32px) !important;
    float: none;
    display: block;
    vertical-align: unset;
  }
}
.width-13-wrapper {
  width: calc(13% - 2px);
  display: inline-block;
  vertical-align: top;
}

.cms-page-is-in-edit-mode .width-13-wrapper {
  width: calc(13% - 32px);
  float: none;
  display: inline-block;
  vertical-align: top;
}

@media (max-width: 1299px) {
  .width-mob-13-wrapper {
    width: 13% !important;
  }
  .cms-page-is-in-edit-mode .width-mob-13-wrapper {
    width: calc(13% - 32px) !important;
    float: none;
    display: block;
    vertical-align: unset;
  }
}
.width-14-wrapper {
  width: calc(14% - 2px);
  display: inline-block;
  vertical-align: top;
}

.cms-page-is-in-edit-mode .width-14-wrapper {
  width: calc(14% - 32px);
  float: none;
  display: inline-block;
  vertical-align: top;
}

@media (max-width: 1299px) {
  .width-mob-14-wrapper {
    width: 14% !important;
  }
  .cms-page-is-in-edit-mode .width-mob-14-wrapper {
    width: calc(14% - 32px) !important;
    float: none;
    display: block;
    vertical-align: unset;
  }
}
.width-15-wrapper {
  width: calc(15% - 2px);
  display: inline-block;
  vertical-align: top;
}

.cms-page-is-in-edit-mode .width-15-wrapper {
  width: calc(15% - 32px);
  float: none;
  display: inline-block;
  vertical-align: top;
}

@media (max-width: 1299px) {
  .width-mob-15-wrapper {
    width: 15% !important;
  }
  .cms-page-is-in-edit-mode .width-mob-15-wrapper {
    width: calc(15% - 32px) !important;
    float: none;
    display: block;
    vertical-align: unset;
  }
}
.width-16-wrapper {
  width: calc(16% - 2px);
  display: inline-block;
  vertical-align: top;
}

.cms-page-is-in-edit-mode .width-16-wrapper {
  width: calc(16% - 32px);
  float: none;
  display: inline-block;
  vertical-align: top;
}

@media (max-width: 1299px) {
  .width-mob-16-wrapper {
    width: 16% !important;
  }
  .cms-page-is-in-edit-mode .width-mob-16-wrapper {
    width: calc(16% - 32px) !important;
    float: none;
    display: block;
    vertical-align: unset;
  }
}
.width-17-wrapper {
  width: calc(17% - 2px);
  display: inline-block;
  vertical-align: top;
}

.cms-page-is-in-edit-mode .width-17-wrapper {
  width: calc(17% - 32px);
  float: none;
  display: inline-block;
  vertical-align: top;
}

@media (max-width: 1299px) {
  .width-mob-17-wrapper {
    width: 17% !important;
  }
  .cms-page-is-in-edit-mode .width-mob-17-wrapper {
    width: calc(17% - 32px) !important;
    float: none;
    display: block;
    vertical-align: unset;
  }
}
.width-18-wrapper {
  width: calc(18% - 2px);
  display: inline-block;
  vertical-align: top;
}

.cms-page-is-in-edit-mode .width-18-wrapper {
  width: calc(18% - 32px);
  float: none;
  display: inline-block;
  vertical-align: top;
}

@media (max-width: 1299px) {
  .width-mob-18-wrapper {
    width: 18% !important;
  }
  .cms-page-is-in-edit-mode .width-mob-18-wrapper {
    width: calc(18% - 32px) !important;
    float: none;
    display: block;
    vertical-align: unset;
  }
}
.width-19-wrapper {
  width: calc(19% - 2px);
  display: inline-block;
  vertical-align: top;
}

.cms-page-is-in-edit-mode .width-19-wrapper {
  width: calc(19% - 32px);
  float: none;
  display: inline-block;
  vertical-align: top;
}

@media (max-width: 1299px) {
  .width-mob-19-wrapper {
    width: 19% !important;
  }
  .cms-page-is-in-edit-mode .width-mob-19-wrapper {
    width: calc(19% - 32px) !important;
    float: none;
    display: block;
    vertical-align: unset;
  }
}
.width-20-wrapper {
  width: calc(20% - 2px);
  display: inline-block;
  vertical-align: top;
}

.cms-page-is-in-edit-mode .width-20-wrapper {
  width: calc(20% - 32px);
  float: none;
  display: inline-block;
  vertical-align: top;
}

@media (max-width: 1299px) {
  .width-mob-20-wrapper {
    width: 20% !important;
  }
  .cms-page-is-in-edit-mode .width-mob-20-wrapper {
    width: calc(20% - 32px) !important;
    float: none;
    display: block;
    vertical-align: unset;
  }
}
.width-21-wrapper {
  width: calc(21% - 2px);
  display: inline-block;
  vertical-align: top;
}

.cms-page-is-in-edit-mode .width-21-wrapper {
  width: calc(21% - 32px);
  float: none;
  display: inline-block;
  vertical-align: top;
}

@media (max-width: 1299px) {
  .width-mob-21-wrapper {
    width: 21% !important;
  }
  .cms-page-is-in-edit-mode .width-mob-21-wrapper {
    width: calc(21% - 32px) !important;
    float: none;
    display: block;
    vertical-align: unset;
  }
}
.width-22-wrapper {
  width: calc(22% - 2px);
  display: inline-block;
  vertical-align: top;
}

.cms-page-is-in-edit-mode .width-22-wrapper {
  width: calc(22% - 32px);
  float: none;
  display: inline-block;
  vertical-align: top;
}

@media (max-width: 1299px) {
  .width-mob-22-wrapper {
    width: 22% !important;
  }
  .cms-page-is-in-edit-mode .width-mob-22-wrapper {
    width: calc(22% - 32px) !important;
    float: none;
    display: block;
    vertical-align: unset;
  }
}
.width-23-wrapper {
  width: calc(23% - 2px);
  display: inline-block;
  vertical-align: top;
}

.cms-page-is-in-edit-mode .width-23-wrapper {
  width: calc(23% - 32px);
  float: none;
  display: inline-block;
  vertical-align: top;
}

@media (max-width: 1299px) {
  .width-mob-23-wrapper {
    width: 23% !important;
  }
  .cms-page-is-in-edit-mode .width-mob-23-wrapper {
    width: calc(23% - 32px) !important;
    float: none;
    display: block;
    vertical-align: unset;
  }
}
.width-24-wrapper {
  width: calc(24% - 2px);
  display: inline-block;
  vertical-align: top;
}

.cms-page-is-in-edit-mode .width-24-wrapper {
  width: calc(24% - 32px);
  float: none;
  display: inline-block;
  vertical-align: top;
}

@media (max-width: 1299px) {
  .width-mob-24-wrapper {
    width: 24% !important;
  }
  .cms-page-is-in-edit-mode .width-mob-24-wrapper {
    width: calc(24% - 32px) !important;
    float: none;
    display: block;
    vertical-align: unset;
  }
}
.width-25-wrapper {
  width: calc(25% - 2px);
  display: inline-block;
  vertical-align: top;
}

.cms-page-is-in-edit-mode .width-25-wrapper {
  width: calc(25% - 32px);
  float: none;
  display: inline-block;
  vertical-align: top;
}

@media (max-width: 1299px) {
  .width-mob-25-wrapper {
    width: 25% !important;
  }
  .cms-page-is-in-edit-mode .width-mob-25-wrapper {
    width: calc(25% - 32px) !important;
    float: none;
    display: block;
    vertical-align: unset;
  }
}
.width-26-wrapper {
  width: calc(26% - 2px);
  display: inline-block;
  vertical-align: top;
}

.cms-page-is-in-edit-mode .width-26-wrapper {
  width: calc(26% - 32px);
  float: none;
  display: inline-block;
  vertical-align: top;
}

@media (max-width: 1299px) {
  .width-mob-26-wrapper {
    width: 26% !important;
  }
  .cms-page-is-in-edit-mode .width-mob-26-wrapper {
    width: calc(26% - 32px) !important;
    float: none;
    display: block;
    vertical-align: unset;
  }
}
.width-27-wrapper {
  width: calc(27% - 2px);
  display: inline-block;
  vertical-align: top;
}

.cms-page-is-in-edit-mode .width-27-wrapper {
  width: calc(27% - 32px);
  float: none;
  display: inline-block;
  vertical-align: top;
}

@media (max-width: 1299px) {
  .width-mob-27-wrapper {
    width: 27% !important;
  }
  .cms-page-is-in-edit-mode .width-mob-27-wrapper {
    width: calc(27% - 32px) !important;
    float: none;
    display: block;
    vertical-align: unset;
  }
}
.width-28-wrapper {
  width: calc(28% - 2px);
  display: inline-block;
  vertical-align: top;
}

.cms-page-is-in-edit-mode .width-28-wrapper {
  width: calc(28% - 32px);
  float: none;
  display: inline-block;
  vertical-align: top;
}

@media (max-width: 1299px) {
  .width-mob-28-wrapper {
    width: 28% !important;
  }
  .cms-page-is-in-edit-mode .width-mob-28-wrapper {
    width: calc(28% - 32px) !important;
    float: none;
    display: block;
    vertical-align: unset;
  }
}
.width-29-wrapper {
  width: calc(29% - 2px);
  display: inline-block;
  vertical-align: top;
}

.cms-page-is-in-edit-mode .width-29-wrapper {
  width: calc(29% - 32px);
  float: none;
  display: inline-block;
  vertical-align: top;
}

@media (max-width: 1299px) {
  .width-mob-29-wrapper {
    width: 29% !important;
  }
  .cms-page-is-in-edit-mode .width-mob-29-wrapper {
    width: calc(29% - 32px) !important;
    float: none;
    display: block;
    vertical-align: unset;
  }
}
.width-30-wrapper {
  width: calc(30% - 2px);
  display: inline-block;
  vertical-align: top;
}

.cms-page-is-in-edit-mode .width-30-wrapper {
  width: calc(30% - 32px);
  float: none;
  display: inline-block;
  vertical-align: top;
}

@media (max-width: 1299px) {
  .width-mob-30-wrapper {
    width: 30% !important;
  }
  .cms-page-is-in-edit-mode .width-mob-30-wrapper {
    width: calc(30% - 32px) !important;
    float: none;
    display: block;
    vertical-align: unset;
  }
}
.width-31-wrapper {
  width: calc(31% - 2px);
  display: inline-block;
  vertical-align: top;
}

.cms-page-is-in-edit-mode .width-31-wrapper {
  width: calc(31% - 32px);
  float: none;
  display: inline-block;
  vertical-align: top;
}

@media (max-width: 1299px) {
  .width-mob-31-wrapper {
    width: 31% !important;
  }
  .cms-page-is-in-edit-mode .width-mob-31-wrapper {
    width: calc(31% - 32px) !important;
    float: none;
    display: block;
    vertical-align: unset;
  }
}
.width-32-wrapper {
  width: calc(32% - 2px);
  display: inline-block;
  vertical-align: top;
}

.cms-page-is-in-edit-mode .width-32-wrapper {
  width: calc(32% - 32px);
  float: none;
  display: inline-block;
  vertical-align: top;
}

@media (max-width: 1299px) {
  .width-mob-32-wrapper {
    width: 32% !important;
  }
  .cms-page-is-in-edit-mode .width-mob-32-wrapper {
    width: calc(32% - 32px) !important;
    float: none;
    display: block;
    vertical-align: unset;
  }
}
.width-33-wrapper {
  width: calc(33% - 2px);
  display: inline-block;
  vertical-align: top;
}

.cms-page-is-in-edit-mode .width-33-wrapper {
  width: calc(33% - 32px);
  float: none;
  display: inline-block;
  vertical-align: top;
}

@media (max-width: 1299px) {
  .width-mob-33-wrapper {
    width: 33% !important;
  }
  .cms-page-is-in-edit-mode .width-mob-33-wrapper {
    width: calc(33% - 32px) !important;
    float: none;
    display: block;
    vertical-align: unset;
  }
}
.width-34-wrapper {
  width: calc(34% - 2px);
  display: inline-block;
  vertical-align: top;
}

.cms-page-is-in-edit-mode .width-34-wrapper {
  width: calc(34% - 32px);
  float: none;
  display: inline-block;
  vertical-align: top;
}

@media (max-width: 1299px) {
  .width-mob-34-wrapper {
    width: 34% !important;
  }
  .cms-page-is-in-edit-mode .width-mob-34-wrapper {
    width: calc(34% - 32px) !important;
    float: none;
    display: block;
    vertical-align: unset;
  }
}
.width-35-wrapper {
  width: calc(35% - 2px);
  display: inline-block;
  vertical-align: top;
}

.cms-page-is-in-edit-mode .width-35-wrapper {
  width: calc(35% - 32px);
  float: none;
  display: inline-block;
  vertical-align: top;
}

@media (max-width: 1299px) {
  .width-mob-35-wrapper {
    width: 35% !important;
  }
  .cms-page-is-in-edit-mode .width-mob-35-wrapper {
    width: calc(35% - 32px) !important;
    float: none;
    display: block;
    vertical-align: unset;
  }
}
.width-36-wrapper {
  width: calc(36% - 2px);
  display: inline-block;
  vertical-align: top;
}

.cms-page-is-in-edit-mode .width-36-wrapper {
  width: calc(36% - 32px);
  float: none;
  display: inline-block;
  vertical-align: top;
}

@media (max-width: 1299px) {
  .width-mob-36-wrapper {
    width: 36% !important;
  }
  .cms-page-is-in-edit-mode .width-mob-36-wrapper {
    width: calc(36% - 32px) !important;
    float: none;
    display: block;
    vertical-align: unset;
  }
}
.width-37-wrapper {
  width: calc(37% - 2px);
  display: inline-block;
  vertical-align: top;
}

.cms-page-is-in-edit-mode .width-37-wrapper {
  width: calc(37% - 32px);
  float: none;
  display: inline-block;
  vertical-align: top;
}

@media (max-width: 1299px) {
  .width-mob-37-wrapper {
    width: 37% !important;
  }
  .cms-page-is-in-edit-mode .width-mob-37-wrapper {
    width: calc(37% - 32px) !important;
    float: none;
    display: block;
    vertical-align: unset;
  }
}
.width-38-wrapper {
  width: calc(38% - 2px);
  display: inline-block;
  vertical-align: top;
}

.cms-page-is-in-edit-mode .width-38-wrapper {
  width: calc(38% - 32px);
  float: none;
  display: inline-block;
  vertical-align: top;
}

@media (max-width: 1299px) {
  .width-mob-38-wrapper {
    width: 38% !important;
  }
  .cms-page-is-in-edit-mode .width-mob-38-wrapper {
    width: calc(38% - 32px) !important;
    float: none;
    display: block;
    vertical-align: unset;
  }
}
.width-39-wrapper {
  width: calc(39% - 2px);
  display: inline-block;
  vertical-align: top;
}

.cms-page-is-in-edit-mode .width-39-wrapper {
  width: calc(39% - 32px);
  float: none;
  display: inline-block;
  vertical-align: top;
}

@media (max-width: 1299px) {
  .width-mob-39-wrapper {
    width: 39% !important;
  }
  .cms-page-is-in-edit-mode .width-mob-39-wrapper {
    width: calc(39% - 32px) !important;
    float: none;
    display: block;
    vertical-align: unset;
  }
}
.width-40-wrapper {
  width: calc(40% - 2px);
  display: inline-block;
  vertical-align: top;
}

.cms-page-is-in-edit-mode .width-40-wrapper {
  width: calc(40% - 32px);
  float: none;
  display: inline-block;
  vertical-align: top;
}

@media (max-width: 1299px) {
  .width-mob-40-wrapper {
    width: 40% !important;
  }
  .cms-page-is-in-edit-mode .width-mob-40-wrapper {
    width: calc(40% - 32px) !important;
    float: none;
    display: block;
    vertical-align: unset;
  }
}
.width-41-wrapper {
  width: calc(41% - 2px);
  display: inline-block;
  vertical-align: top;
}

.cms-page-is-in-edit-mode .width-41-wrapper {
  width: calc(41% - 32px);
  float: none;
  display: inline-block;
  vertical-align: top;
}

@media (max-width: 1299px) {
  .width-mob-41-wrapper {
    width: 41% !important;
  }
  .cms-page-is-in-edit-mode .width-mob-41-wrapper {
    width: calc(41% - 32px) !important;
    float: none;
    display: block;
    vertical-align: unset;
  }
}
.width-42-wrapper {
  width: calc(42% - 2px);
  display: inline-block;
  vertical-align: top;
}

.cms-page-is-in-edit-mode .width-42-wrapper {
  width: calc(42% - 32px);
  float: none;
  display: inline-block;
  vertical-align: top;
}

@media (max-width: 1299px) {
  .width-mob-42-wrapper {
    width: 42% !important;
  }
  .cms-page-is-in-edit-mode .width-mob-42-wrapper {
    width: calc(42% - 32px) !important;
    float: none;
    display: block;
    vertical-align: unset;
  }
}
.width-43-wrapper {
  width: calc(43% - 2px);
  display: inline-block;
  vertical-align: top;
}

.cms-page-is-in-edit-mode .width-43-wrapper {
  width: calc(43% - 32px);
  float: none;
  display: inline-block;
  vertical-align: top;
}

@media (max-width: 1299px) {
  .width-mob-43-wrapper {
    width: 43% !important;
  }
  .cms-page-is-in-edit-mode .width-mob-43-wrapper {
    width: calc(43% - 32px) !important;
    float: none;
    display: block;
    vertical-align: unset;
  }
}
.width-44-wrapper {
  width: calc(44% - 2px);
  display: inline-block;
  vertical-align: top;
}

.cms-page-is-in-edit-mode .width-44-wrapper {
  width: calc(44% - 32px);
  float: none;
  display: inline-block;
  vertical-align: top;
}

@media (max-width: 1299px) {
  .width-mob-44-wrapper {
    width: 44% !important;
  }
  .cms-page-is-in-edit-mode .width-mob-44-wrapper {
    width: calc(44% - 32px) !important;
    float: none;
    display: block;
    vertical-align: unset;
  }
}
.width-45-wrapper {
  width: calc(45% - 2px);
  display: inline-block;
  vertical-align: top;
}

.cms-page-is-in-edit-mode .width-45-wrapper {
  width: calc(45% - 32px);
  float: none;
  display: inline-block;
  vertical-align: top;
}

@media (max-width: 1299px) {
  .width-mob-45-wrapper {
    width: 45% !important;
  }
  .cms-page-is-in-edit-mode .width-mob-45-wrapper {
    width: calc(45% - 32px) !important;
    float: none;
    display: block;
    vertical-align: unset;
  }
}
.width-46-wrapper {
  width: calc(46% - 2px);
  display: inline-block;
  vertical-align: top;
}

.cms-page-is-in-edit-mode .width-46-wrapper {
  width: calc(46% - 32px);
  float: none;
  display: inline-block;
  vertical-align: top;
}

@media (max-width: 1299px) {
  .width-mob-46-wrapper {
    width: 46% !important;
  }
  .cms-page-is-in-edit-mode .width-mob-46-wrapper {
    width: calc(46% - 32px) !important;
    float: none;
    display: block;
    vertical-align: unset;
  }
}
.width-47-wrapper {
  width: calc(47% - 2px);
  display: inline-block;
  vertical-align: top;
}

.cms-page-is-in-edit-mode .width-47-wrapper {
  width: calc(47% - 32px);
  float: none;
  display: inline-block;
  vertical-align: top;
}

@media (max-width: 1299px) {
  .width-mob-47-wrapper {
    width: 47% !important;
  }
  .cms-page-is-in-edit-mode .width-mob-47-wrapper {
    width: calc(47% - 32px) !important;
    float: none;
    display: block;
    vertical-align: unset;
  }
}
.width-48-wrapper {
  width: calc(48% - 2px);
  display: inline-block;
  vertical-align: top;
}

.cms-page-is-in-edit-mode .width-48-wrapper {
  width: calc(48% - 32px);
  float: none;
  display: inline-block;
  vertical-align: top;
}

@media (max-width: 1299px) {
  .width-mob-48-wrapper {
    width: 48% !important;
  }
  .cms-page-is-in-edit-mode .width-mob-48-wrapper {
    width: calc(48% - 32px) !important;
    float: none;
    display: block;
    vertical-align: unset;
  }
}
.width-49-wrapper {
  width: calc(49% - 2px);
  display: inline-block;
  vertical-align: top;
}

.cms-page-is-in-edit-mode .width-49-wrapper {
  width: calc(49% - 32px);
  float: none;
  display: inline-block;
  vertical-align: top;
}

@media (max-width: 1299px) {
  .width-mob-49-wrapper {
    width: 49% !important;
  }
  .cms-page-is-in-edit-mode .width-mob-49-wrapper {
    width: calc(49% - 32px) !important;
    float: none;
    display: block;
    vertical-align: unset;
  }
}
.width-50-wrapper {
  width: calc(50% - 2px);
  display: inline-block;
  vertical-align: top;
}

.cms-page-is-in-edit-mode .width-50-wrapper {
  width: calc(50% - 32px);
  float: none;
  display: inline-block;
  vertical-align: top;
}

@media (max-width: 1299px) {
  .width-mob-50-wrapper {
    width: 50% !important;
  }
  .cms-page-is-in-edit-mode .width-mob-50-wrapper {
    width: calc(50% - 32px) !important;
    float: none;
    display: block;
    vertical-align: unset;
  }
}
.width-51-wrapper {
  width: calc(51% - 2px);
  display: inline-block;
  vertical-align: top;
}

.cms-page-is-in-edit-mode .width-51-wrapper {
  width: calc(51% - 32px);
  float: none;
  display: inline-block;
  vertical-align: top;
}

@media (max-width: 1299px) {
  .width-mob-51-wrapper {
    width: 51% !important;
  }
  .cms-page-is-in-edit-mode .width-mob-51-wrapper {
    width: calc(51% - 32px) !important;
    float: none;
    display: block;
    vertical-align: unset;
  }
}
.width-52-wrapper {
  width: calc(52% - 2px);
  display: inline-block;
  vertical-align: top;
}

.cms-page-is-in-edit-mode .width-52-wrapper {
  width: calc(52% - 32px);
  float: none;
  display: inline-block;
  vertical-align: top;
}

@media (max-width: 1299px) {
  .width-mob-52-wrapper {
    width: 52% !important;
  }
  .cms-page-is-in-edit-mode .width-mob-52-wrapper {
    width: calc(52% - 32px) !important;
    float: none;
    display: block;
    vertical-align: unset;
  }
}
.width-53-wrapper {
  width: calc(53% - 2px);
  display: inline-block;
  vertical-align: top;
}

.cms-page-is-in-edit-mode .width-53-wrapper {
  width: calc(53% - 32px);
  float: none;
  display: inline-block;
  vertical-align: top;
}

@media (max-width: 1299px) {
  .width-mob-53-wrapper {
    width: 53% !important;
  }
  .cms-page-is-in-edit-mode .width-mob-53-wrapper {
    width: calc(53% - 32px) !important;
    float: none;
    display: block;
    vertical-align: unset;
  }
}
.width-54-wrapper {
  width: calc(54% - 2px);
  display: inline-block;
  vertical-align: top;
}

.cms-page-is-in-edit-mode .width-54-wrapper {
  width: calc(54% - 32px);
  float: none;
  display: inline-block;
  vertical-align: top;
}

@media (max-width: 1299px) {
  .width-mob-54-wrapper {
    width: 54% !important;
  }
  .cms-page-is-in-edit-mode .width-mob-54-wrapper {
    width: calc(54% - 32px) !important;
    float: none;
    display: block;
    vertical-align: unset;
  }
}
.width-55-wrapper {
  width: calc(55% - 2px);
  display: inline-block;
  vertical-align: top;
}

.cms-page-is-in-edit-mode .width-55-wrapper {
  width: calc(55% - 32px);
  float: none;
  display: inline-block;
  vertical-align: top;
}

@media (max-width: 1299px) {
  .width-mob-55-wrapper {
    width: 55% !important;
  }
  .cms-page-is-in-edit-mode .width-mob-55-wrapper {
    width: calc(55% - 32px) !important;
    float: none;
    display: block;
    vertical-align: unset;
  }
}
.width-56-wrapper {
  width: calc(56% - 2px);
  display: inline-block;
  vertical-align: top;
}

.cms-page-is-in-edit-mode .width-56-wrapper {
  width: calc(56% - 32px);
  float: none;
  display: inline-block;
  vertical-align: top;
}

@media (max-width: 1299px) {
  .width-mob-56-wrapper {
    width: 56% !important;
  }
  .cms-page-is-in-edit-mode .width-mob-56-wrapper {
    width: calc(56% - 32px) !important;
    float: none;
    display: block;
    vertical-align: unset;
  }
}
.width-57-wrapper {
  width: calc(57% - 2px);
  display: inline-block;
  vertical-align: top;
}

.cms-page-is-in-edit-mode .width-57-wrapper {
  width: calc(57% - 32px);
  float: none;
  display: inline-block;
  vertical-align: top;
}

@media (max-width: 1299px) {
  .width-mob-57-wrapper {
    width: 57% !important;
  }
  .cms-page-is-in-edit-mode .width-mob-57-wrapper {
    width: calc(57% - 32px) !important;
    float: none;
    display: block;
    vertical-align: unset;
  }
}
.width-58-wrapper {
  width: calc(58% - 2px);
  display: inline-block;
  vertical-align: top;
}

.cms-page-is-in-edit-mode .width-58-wrapper {
  width: calc(58% - 32px);
  float: none;
  display: inline-block;
  vertical-align: top;
}

@media (max-width: 1299px) {
  .width-mob-58-wrapper {
    width: 58% !important;
  }
  .cms-page-is-in-edit-mode .width-mob-58-wrapper {
    width: calc(58% - 32px) !important;
    float: none;
    display: block;
    vertical-align: unset;
  }
}
.width-59-wrapper {
  width: calc(59% - 2px);
  display: inline-block;
  vertical-align: top;
}

.cms-page-is-in-edit-mode .width-59-wrapper {
  width: calc(59% - 32px);
  float: none;
  display: inline-block;
  vertical-align: top;
}

@media (max-width: 1299px) {
  .width-mob-59-wrapper {
    width: 59% !important;
  }
  .cms-page-is-in-edit-mode .width-mob-59-wrapper {
    width: calc(59% - 32px) !important;
    float: none;
    display: block;
    vertical-align: unset;
  }
}
.width-60-wrapper {
  width: calc(60% - 2px);
  display: inline-block;
  vertical-align: top;
}

.cms-page-is-in-edit-mode .width-60-wrapper {
  width: calc(60% - 32px);
  float: none;
  display: inline-block;
  vertical-align: top;
}

@media (max-width: 1299px) {
  .width-mob-60-wrapper {
    width: 60% !important;
  }
  .cms-page-is-in-edit-mode .width-mob-60-wrapper {
    width: calc(60% - 32px) !important;
    float: none;
    display: block;
    vertical-align: unset;
  }
}
.width-61-wrapper {
  width: calc(61% - 2px);
  display: inline-block;
  vertical-align: top;
}

.cms-page-is-in-edit-mode .width-61-wrapper {
  width: calc(61% - 32px);
  float: none;
  display: inline-block;
  vertical-align: top;
}

@media (max-width: 1299px) {
  .width-mob-61-wrapper {
    width: 61% !important;
  }
  .cms-page-is-in-edit-mode .width-mob-61-wrapper {
    width: calc(61% - 32px) !important;
    float: none;
    display: block;
    vertical-align: unset;
  }
}
.width-62-wrapper {
  width: calc(62% - 2px);
  display: inline-block;
  vertical-align: top;
}

.cms-page-is-in-edit-mode .width-62-wrapper {
  width: calc(62% - 32px);
  float: none;
  display: inline-block;
  vertical-align: top;
}

@media (max-width: 1299px) {
  .width-mob-62-wrapper {
    width: 62% !important;
  }
  .cms-page-is-in-edit-mode .width-mob-62-wrapper {
    width: calc(62% - 32px) !important;
    float: none;
    display: block;
    vertical-align: unset;
  }
}
.width-63-wrapper {
  width: calc(63% - 2px);
  display: inline-block;
  vertical-align: top;
}

.cms-page-is-in-edit-mode .width-63-wrapper {
  width: calc(63% - 32px);
  float: none;
  display: inline-block;
  vertical-align: top;
}

@media (max-width: 1299px) {
  .width-mob-63-wrapper {
    width: 63% !important;
  }
  .cms-page-is-in-edit-mode .width-mob-63-wrapper {
    width: calc(63% - 32px) !important;
    float: none;
    display: block;
    vertical-align: unset;
  }
}
.width-64-wrapper {
  width: calc(64% - 2px);
  display: inline-block;
  vertical-align: top;
}

.cms-page-is-in-edit-mode .width-64-wrapper {
  width: calc(64% - 32px);
  float: none;
  display: inline-block;
  vertical-align: top;
}

@media (max-width: 1299px) {
  .width-mob-64-wrapper {
    width: 64% !important;
  }
  .cms-page-is-in-edit-mode .width-mob-64-wrapper {
    width: calc(64% - 32px) !important;
    float: none;
    display: block;
    vertical-align: unset;
  }
}
.width-65-wrapper {
  width: calc(65% - 2px);
  display: inline-block;
  vertical-align: top;
}

.cms-page-is-in-edit-mode .width-65-wrapper {
  width: calc(65% - 32px);
  float: none;
  display: inline-block;
  vertical-align: top;
}

@media (max-width: 1299px) {
  .width-mob-65-wrapper {
    width: 65% !important;
  }
  .cms-page-is-in-edit-mode .width-mob-65-wrapper {
    width: calc(65% - 32px) !important;
    float: none;
    display: block;
    vertical-align: unset;
  }
}
.width-66-wrapper {
  width: calc(66% - 2px);
  display: inline-block;
  vertical-align: top;
}

.cms-page-is-in-edit-mode .width-66-wrapper {
  width: calc(66% - 32px);
  float: none;
  display: inline-block;
  vertical-align: top;
}

@media (max-width: 1299px) {
  .width-mob-66-wrapper {
    width: 66% !important;
  }
  .cms-page-is-in-edit-mode .width-mob-66-wrapper {
    width: calc(66% - 32px) !important;
    float: none;
    display: block;
    vertical-align: unset;
  }
}
.width-67-wrapper {
  width: calc(67% - 2px);
  display: inline-block;
  vertical-align: top;
}

.cms-page-is-in-edit-mode .width-67-wrapper {
  width: calc(67% - 32px);
  float: none;
  display: inline-block;
  vertical-align: top;
}

@media (max-width: 1299px) {
  .width-mob-67-wrapper {
    width: 67% !important;
  }
  .cms-page-is-in-edit-mode .width-mob-67-wrapper {
    width: calc(67% - 32px) !important;
    float: none;
    display: block;
    vertical-align: unset;
  }
}
.width-68-wrapper {
  width: calc(68% - 2px);
  display: inline-block;
  vertical-align: top;
}

.cms-page-is-in-edit-mode .width-68-wrapper {
  width: calc(68% - 32px);
  float: none;
  display: inline-block;
  vertical-align: top;
}

@media (max-width: 1299px) {
  .width-mob-68-wrapper {
    width: 68% !important;
  }
  .cms-page-is-in-edit-mode .width-mob-68-wrapper {
    width: calc(68% - 32px) !important;
    float: none;
    display: block;
    vertical-align: unset;
  }
}
.width-69-wrapper {
  width: calc(69% - 2px);
  display: inline-block;
  vertical-align: top;
}

.cms-page-is-in-edit-mode .width-69-wrapper {
  width: calc(69% - 32px);
  float: none;
  display: inline-block;
  vertical-align: top;
}

@media (max-width: 1299px) {
  .width-mob-69-wrapper {
    width: 69% !important;
  }
  .cms-page-is-in-edit-mode .width-mob-69-wrapper {
    width: calc(69% - 32px) !important;
    float: none;
    display: block;
    vertical-align: unset;
  }
}
.width-70-wrapper {
  width: calc(70% - 2px);
  display: inline-block;
  vertical-align: top;
}

.cms-page-is-in-edit-mode .width-70-wrapper {
  width: calc(70% - 32px);
  float: none;
  display: inline-block;
  vertical-align: top;
}

@media (max-width: 1299px) {
  .width-mob-70-wrapper {
    width: 70% !important;
  }
  .cms-page-is-in-edit-mode .width-mob-70-wrapper {
    width: calc(70% - 32px) !important;
    float: none;
    display: block;
    vertical-align: unset;
  }
}
.width-71-wrapper {
  width: calc(71% - 2px);
  display: inline-block;
  vertical-align: top;
}

.cms-page-is-in-edit-mode .width-71-wrapper {
  width: calc(71% - 32px);
  float: none;
  display: inline-block;
  vertical-align: top;
}

@media (max-width: 1299px) {
  .width-mob-71-wrapper {
    width: 71% !important;
  }
  .cms-page-is-in-edit-mode .width-mob-71-wrapper {
    width: calc(71% - 32px) !important;
    float: none;
    display: block;
    vertical-align: unset;
  }
}
.width-72-wrapper {
  width: calc(72% - 2px);
  display: inline-block;
  vertical-align: top;
}

.cms-page-is-in-edit-mode .width-72-wrapper {
  width: calc(72% - 32px);
  float: none;
  display: inline-block;
  vertical-align: top;
}

@media (max-width: 1299px) {
  .width-mob-72-wrapper {
    width: 72% !important;
  }
  .cms-page-is-in-edit-mode .width-mob-72-wrapper {
    width: calc(72% - 32px) !important;
    float: none;
    display: block;
    vertical-align: unset;
  }
}
.width-73-wrapper {
  width: calc(73% - 2px);
  display: inline-block;
  vertical-align: top;
}

.cms-page-is-in-edit-mode .width-73-wrapper {
  width: calc(73% - 32px);
  float: none;
  display: inline-block;
  vertical-align: top;
}

@media (max-width: 1299px) {
  .width-mob-73-wrapper {
    width: 73% !important;
  }
  .cms-page-is-in-edit-mode .width-mob-73-wrapper {
    width: calc(73% - 32px) !important;
    float: none;
    display: block;
    vertical-align: unset;
  }
}
.width-74-wrapper {
  width: calc(74% - 2px);
  display: inline-block;
  vertical-align: top;
}

.cms-page-is-in-edit-mode .width-74-wrapper {
  width: calc(74% - 32px);
  float: none;
  display: inline-block;
  vertical-align: top;
}

@media (max-width: 1299px) {
  .width-mob-74-wrapper {
    width: 74% !important;
  }
  .cms-page-is-in-edit-mode .width-mob-74-wrapper {
    width: calc(74% - 32px) !important;
    float: none;
    display: block;
    vertical-align: unset;
  }
}
.width-75-wrapper {
  width: calc(75% - 2px);
  display: inline-block;
  vertical-align: top;
}

.cms-page-is-in-edit-mode .width-75-wrapper {
  width: calc(75% - 32px);
  float: none;
  display: inline-block;
  vertical-align: top;
}

@media (max-width: 1299px) {
  .width-mob-75-wrapper {
    width: 75% !important;
  }
  .cms-page-is-in-edit-mode .width-mob-75-wrapper {
    width: calc(75% - 32px) !important;
    float: none;
    display: block;
    vertical-align: unset;
  }
}
.width-76-wrapper {
  width: calc(76% - 2px);
  display: inline-block;
  vertical-align: top;
}

.cms-page-is-in-edit-mode .width-76-wrapper {
  width: calc(76% - 32px);
  float: none;
  display: inline-block;
  vertical-align: top;
}

@media (max-width: 1299px) {
  .width-mob-76-wrapper {
    width: 76% !important;
  }
  .cms-page-is-in-edit-mode .width-mob-76-wrapper {
    width: calc(76% - 32px) !important;
    float: none;
    display: block;
    vertical-align: unset;
  }
}
.width-77-wrapper {
  width: calc(77% - 2px);
  display: inline-block;
  vertical-align: top;
}

.cms-page-is-in-edit-mode .width-77-wrapper {
  width: calc(77% - 32px);
  float: none;
  display: inline-block;
  vertical-align: top;
}

@media (max-width: 1299px) {
  .width-mob-77-wrapper {
    width: 77% !important;
  }
  .cms-page-is-in-edit-mode .width-mob-77-wrapper {
    width: calc(77% - 32px) !important;
    float: none;
    display: block;
    vertical-align: unset;
  }
}
.width-78-wrapper {
  width: calc(78% - 2px);
  display: inline-block;
  vertical-align: top;
}

.cms-page-is-in-edit-mode .width-78-wrapper {
  width: calc(78% - 32px);
  float: none;
  display: inline-block;
  vertical-align: top;
}

@media (max-width: 1299px) {
  .width-mob-78-wrapper {
    width: 78% !important;
  }
  .cms-page-is-in-edit-mode .width-mob-78-wrapper {
    width: calc(78% - 32px) !important;
    float: none;
    display: block;
    vertical-align: unset;
  }
}
.width-79-wrapper {
  width: calc(79% - 2px);
  display: inline-block;
  vertical-align: top;
}

.cms-page-is-in-edit-mode .width-79-wrapper {
  width: calc(79% - 32px);
  float: none;
  display: inline-block;
  vertical-align: top;
}

@media (max-width: 1299px) {
  .width-mob-79-wrapper {
    width: 79% !important;
  }
  .cms-page-is-in-edit-mode .width-mob-79-wrapper {
    width: calc(79% - 32px) !important;
    float: none;
    display: block;
    vertical-align: unset;
  }
}
.width-80-wrapper {
  width: calc(80% - 2px);
  display: inline-block;
  vertical-align: top;
}

.cms-page-is-in-edit-mode .width-80-wrapper {
  width: calc(80% - 32px);
  float: none;
  display: inline-block;
  vertical-align: top;
}

@media (max-width: 1299px) {
  .width-mob-80-wrapper {
    width: 80% !important;
  }
  .cms-page-is-in-edit-mode .width-mob-80-wrapper {
    width: calc(80% - 32px) !important;
    float: none;
    display: block;
    vertical-align: unset;
  }
}
.width-81-wrapper {
  width: calc(81% - 2px);
  display: inline-block;
  vertical-align: top;
}

.cms-page-is-in-edit-mode .width-81-wrapper {
  width: calc(81% - 32px);
  float: none;
  display: inline-block;
  vertical-align: top;
}

@media (max-width: 1299px) {
  .width-mob-81-wrapper {
    width: 81% !important;
  }
  .cms-page-is-in-edit-mode .width-mob-81-wrapper {
    width: calc(81% - 32px) !important;
    float: none;
    display: block;
    vertical-align: unset;
  }
}
.width-82-wrapper {
  width: calc(82% - 2px);
  display: inline-block;
  vertical-align: top;
}

.cms-page-is-in-edit-mode .width-82-wrapper {
  width: calc(82% - 32px);
  float: none;
  display: inline-block;
  vertical-align: top;
}

@media (max-width: 1299px) {
  .width-mob-82-wrapper {
    width: 82% !important;
  }
  .cms-page-is-in-edit-mode .width-mob-82-wrapper {
    width: calc(82% - 32px) !important;
    float: none;
    display: block;
    vertical-align: unset;
  }
}
.width-83-wrapper {
  width: calc(83% - 2px);
  display: inline-block;
  vertical-align: top;
}

.cms-page-is-in-edit-mode .width-83-wrapper {
  width: calc(83% - 32px);
  float: none;
  display: inline-block;
  vertical-align: top;
}

@media (max-width: 1299px) {
  .width-mob-83-wrapper {
    width: 83% !important;
  }
  .cms-page-is-in-edit-mode .width-mob-83-wrapper {
    width: calc(83% - 32px) !important;
    float: none;
    display: block;
    vertical-align: unset;
  }
}
.width-84-wrapper {
  width: calc(84% - 2px);
  display: inline-block;
  vertical-align: top;
}

.cms-page-is-in-edit-mode .width-84-wrapper {
  width: calc(84% - 32px);
  float: none;
  display: inline-block;
  vertical-align: top;
}

@media (max-width: 1299px) {
  .width-mob-84-wrapper {
    width: 84% !important;
  }
  .cms-page-is-in-edit-mode .width-mob-84-wrapper {
    width: calc(84% - 32px) !important;
    float: none;
    display: block;
    vertical-align: unset;
  }
}
.width-85-wrapper {
  width: calc(85% - 2px);
  display: inline-block;
  vertical-align: top;
}

.cms-page-is-in-edit-mode .width-85-wrapper {
  width: calc(85% - 32px);
  float: none;
  display: inline-block;
  vertical-align: top;
}

@media (max-width: 1299px) {
  .width-mob-85-wrapper {
    width: 85% !important;
  }
  .cms-page-is-in-edit-mode .width-mob-85-wrapper {
    width: calc(85% - 32px) !important;
    float: none;
    display: block;
    vertical-align: unset;
  }
}
.width-86-wrapper {
  width: calc(86% - 2px);
  display: inline-block;
  vertical-align: top;
}

.cms-page-is-in-edit-mode .width-86-wrapper {
  width: calc(86% - 32px);
  float: none;
  display: inline-block;
  vertical-align: top;
}

@media (max-width: 1299px) {
  .width-mob-86-wrapper {
    width: 86% !important;
  }
  .cms-page-is-in-edit-mode .width-mob-86-wrapper {
    width: calc(86% - 32px) !important;
    float: none;
    display: block;
    vertical-align: unset;
  }
}
.width-87-wrapper {
  width: calc(87% - 2px);
  display: inline-block;
  vertical-align: top;
}

.cms-page-is-in-edit-mode .width-87-wrapper {
  width: calc(87% - 32px);
  float: none;
  display: inline-block;
  vertical-align: top;
}

@media (max-width: 1299px) {
  .width-mob-87-wrapper {
    width: 87% !important;
  }
  .cms-page-is-in-edit-mode .width-mob-87-wrapper {
    width: calc(87% - 32px) !important;
    float: none;
    display: block;
    vertical-align: unset;
  }
}
.width-88-wrapper {
  width: calc(88% - 2px);
  display: inline-block;
  vertical-align: top;
}

.cms-page-is-in-edit-mode .width-88-wrapper {
  width: calc(88% - 32px);
  float: none;
  display: inline-block;
  vertical-align: top;
}

@media (max-width: 1299px) {
  .width-mob-88-wrapper {
    width: 88% !important;
  }
  .cms-page-is-in-edit-mode .width-mob-88-wrapper {
    width: calc(88% - 32px) !important;
    float: none;
    display: block;
    vertical-align: unset;
  }
}
.width-89-wrapper {
  width: calc(89% - 2px);
  display: inline-block;
  vertical-align: top;
}

.cms-page-is-in-edit-mode .width-89-wrapper {
  width: calc(89% - 32px);
  float: none;
  display: inline-block;
  vertical-align: top;
}

@media (max-width: 1299px) {
  .width-mob-89-wrapper {
    width: 89% !important;
  }
  .cms-page-is-in-edit-mode .width-mob-89-wrapper {
    width: calc(89% - 32px) !important;
    float: none;
    display: block;
    vertical-align: unset;
  }
}
.width-90-wrapper {
  width: calc(90% - 2px);
  display: inline-block;
  vertical-align: top;
}

.cms-page-is-in-edit-mode .width-90-wrapper {
  width: calc(90% - 32px);
  float: none;
  display: inline-block;
  vertical-align: top;
}

@media (max-width: 1299px) {
  .width-mob-90-wrapper {
    width: 90% !important;
  }
  .cms-page-is-in-edit-mode .width-mob-90-wrapper {
    width: calc(90% - 32px) !important;
    float: none;
    display: block;
    vertical-align: unset;
  }
}
.width-91-wrapper {
  width: calc(91% - 2px);
  display: inline-block;
  vertical-align: top;
}

.cms-page-is-in-edit-mode .width-91-wrapper {
  width: calc(91% - 32px);
  float: none;
  display: inline-block;
  vertical-align: top;
}

@media (max-width: 1299px) {
  .width-mob-91-wrapper {
    width: 91% !important;
  }
  .cms-page-is-in-edit-mode .width-mob-91-wrapper {
    width: calc(91% - 32px) !important;
    float: none;
    display: block;
    vertical-align: unset;
  }
}
.width-92-wrapper {
  width: calc(92% - 2px);
  display: inline-block;
  vertical-align: top;
}

.cms-page-is-in-edit-mode .width-92-wrapper {
  width: calc(92% - 32px);
  float: none;
  display: inline-block;
  vertical-align: top;
}

@media (max-width: 1299px) {
  .width-mob-92-wrapper {
    width: 92% !important;
  }
  .cms-page-is-in-edit-mode .width-mob-92-wrapper {
    width: calc(92% - 32px) !important;
    float: none;
    display: block;
    vertical-align: unset;
  }
}
.width-93-wrapper {
  width: calc(93% - 2px);
  display: inline-block;
  vertical-align: top;
}

.cms-page-is-in-edit-mode .width-93-wrapper {
  width: calc(93% - 32px);
  float: none;
  display: inline-block;
  vertical-align: top;
}

@media (max-width: 1299px) {
  .width-mob-93-wrapper {
    width: 93% !important;
  }
  .cms-page-is-in-edit-mode .width-mob-93-wrapper {
    width: calc(93% - 32px) !important;
    float: none;
    display: block;
    vertical-align: unset;
  }
}
.width-94-wrapper {
  width: calc(94% - 2px);
  display: inline-block;
  vertical-align: top;
}

.cms-page-is-in-edit-mode .width-94-wrapper {
  width: calc(94% - 32px);
  float: none;
  display: inline-block;
  vertical-align: top;
}

@media (max-width: 1299px) {
  .width-mob-94-wrapper {
    width: 94% !important;
  }
  .cms-page-is-in-edit-mode .width-mob-94-wrapper {
    width: calc(94% - 32px) !important;
    float: none;
    display: block;
    vertical-align: unset;
  }
}
.width-95-wrapper {
  width: calc(95% - 2px);
  display: inline-block;
  vertical-align: top;
}

.cms-page-is-in-edit-mode .width-95-wrapper {
  width: calc(95% - 32px);
  float: none;
  display: inline-block;
  vertical-align: top;
}

@media (max-width: 1299px) {
  .width-mob-95-wrapper {
    width: 95% !important;
  }
  .cms-page-is-in-edit-mode .width-mob-95-wrapper {
    width: calc(95% - 32px) !important;
    float: none;
    display: block;
    vertical-align: unset;
  }
}
.width-96-wrapper {
  width: calc(96% - 2px);
  display: inline-block;
  vertical-align: top;
}

.cms-page-is-in-edit-mode .width-96-wrapper {
  width: calc(96% - 32px);
  float: none;
  display: inline-block;
  vertical-align: top;
}

@media (max-width: 1299px) {
  .width-mob-96-wrapper {
    width: 96% !important;
  }
  .cms-page-is-in-edit-mode .width-mob-96-wrapper {
    width: calc(96% - 32px) !important;
    float: none;
    display: block;
    vertical-align: unset;
  }
}
.width-97-wrapper {
  width: calc(97% - 2px);
  display: inline-block;
  vertical-align: top;
}

.cms-page-is-in-edit-mode .width-97-wrapper {
  width: calc(97% - 32px);
  float: none;
  display: inline-block;
  vertical-align: top;
}

@media (max-width: 1299px) {
  .width-mob-97-wrapper {
    width: 97% !important;
  }
  .cms-page-is-in-edit-mode .width-mob-97-wrapper {
    width: calc(97% - 32px) !important;
    float: none;
    display: block;
    vertical-align: unset;
  }
}
.width-98-wrapper {
  width: calc(98% - 2px);
  display: inline-block;
  vertical-align: top;
}

.cms-page-is-in-edit-mode .width-98-wrapper {
  width: calc(98% - 32px);
  float: none;
  display: inline-block;
  vertical-align: top;
}

@media (max-width: 1299px) {
  .width-mob-98-wrapper {
    width: 98% !important;
  }
  .cms-page-is-in-edit-mode .width-mob-98-wrapper {
    width: calc(98% - 32px) !important;
    float: none;
    display: block;
    vertical-align: unset;
  }
}
.width-99-wrapper {
  width: calc(99% - 2px);
  display: inline-block;
  vertical-align: top;
}

.cms-page-is-in-edit-mode .width-99-wrapper {
  width: calc(99% - 32px);
  float: none;
  display: inline-block;
  vertical-align: top;
}

@media (max-width: 1299px) {
  .width-mob-99-wrapper {
    width: 99% !important;
  }
  .cms-page-is-in-edit-mode .width-mob-99-wrapper {
    width: calc(99% - 32px) !important;
    float: none;
    display: block;
    vertical-align: unset;
  }
}
.width-100-wrapper {
  width: calc(100% - 2px);
  display: inline-block;
  vertical-align: top;
}

.cms-page-is-in-edit-mode .width-100-wrapper {
  width: calc(100% - 32px);
  float: none;
  display: inline-block;
  vertical-align: top;
}

@media (max-width: 1299px) {
  .width-mob-100-wrapper {
    width: 100% !important;
  }
  .cms-page-is-in-edit-mode .width-mob-100-wrapper {
    width: calc(100% - 32px) !important;
    float: none;
    display: block;
    vertical-align: unset;
  }
}
@media (max-width: 999px) {
  .site-custom-section-title-wrapper {
    padding-right: 0 !important;
    padding-bottom: 90px;
  }
}
@media (max-width: 999px) {
  .site-custom-section-title {
    padding-right: 0;
  }
}
@media (max-width: 599px) {
  .site-custom-section-title table {
    margin: 0;
  }
}
@media (max-width: 1399px) {
  .site-custom-section-title table tr td {
    display: block;
    width: 100% !important;
  }
}
.site-custom-section-title table tr td h3 {
  margin-bottom: 0;
  max-width: 530px;
}
@media (max-width: 1399px) {
  .site-custom-section-title table tr td h3 {
    max-width: 100%;
  }
}
.site-custom-section-title table tr td p {
  margin-bottom: 20px !important;
  max-width: 530px;
}
@media (max-width: 1099px) {
  .site-custom-section-title table tr td p {
    margin-bottom: 0px !important;
  }
}
.site-sub-wrapper:not(.site-main-with-sidebar) .push-left-wrapper {
  width: calc(100% + 115px);
  margin-left: -115px;
  padding-left: 115px;
  padding-right: 80px;
}
@media (max-width: 1399px) {
  .site-sub-wrapper:not(.site-main-with-sidebar) .push-left-wrapper {
    width: calc(100% + 20px);
    margin-left: -50px;
    padding: 0 40px;
  }
}
@media (max-width: 599px) {
  .site-sub-wrapper:not(.site-main-with-sidebar) .push-left-wrapper {
    width: calc(100% + 20px);
    margin-left: -20px;
    padding: 0 40px;
  }
}
@media (max-width: 1399px) {
  .site-sub-wrapper:not(.site-main-with-sidebar) .push-left-wrapper .push-left {
    padding: 0 20px !important;
  }
}
@media (max-width: 599px) {
  .site-sub-wrapper:not(.site-main-with-sidebar) .push-left-wrapper .push-left {
    padding: 0 20px !important;
  }
}
.site-sub-wrapper:not(.site-main-with-sidebar) .push-right-wrapper {
  width: calc(100% + 115px);
  padding-left: 80px;
  padding-right: 115px;
}
@media (max-width: 1399px) {
  .site-sub-wrapper:not(.site-main-with-sidebar) .push-right-wrapper {
    width: calc(100% + 50px);
    padding: 0 40px;
  }
}
@media (max-width: 599px) {
  .site-sub-wrapper:not(.site-main-with-sidebar) .push-right-wrapper {
    width: calc(100% + 20px);
    padding: 0 40px;
  }
}
@media (max-width: 1399px) {
  .site-sub-wrapper:not(.site-main-with-sidebar) .push-right-wrapper .push-right {
    padding: 0 20px !important;
  }
}
@media (max-width: 599px) {
  .site-sub-wrapper:not(.site-main-with-sidebar) .push-right-wrapper .push-right {
    padding: 0 20px !important;
  }
}
.site-sub-wrapper:not(.site-main-with-sidebar) .cms-gallery-feature-wrapper.push-left-wrapper {
  width: calc(100% + 115px) !important;
  margin-left: -115px;
  padding-left: 0px !important;
  padding-right: 0 !important;
}
@media (max-width: 1399px) {
  .site-sub-wrapper:not(.site-main-with-sidebar) .cms-gallery-feature-wrapper.push-left-wrapper {
    width: calc(100% + 50px) !important;
    margin: -20px;
  }
  .site-sub-wrapper:not(.site-main-with-sidebar) .cms-gallery-feature-wrapper.push-left-wrapper .push-left {
    padding: 0 !important;
  }
}
@media (max-width: 599px) {
  .site-sub-wrapper:not(.site-main-with-sidebar) .cms-gallery-feature-wrapper.push-left-wrapper {
    width: calc(100% + 20px) !important;
    margin: -20px;
  }
  .site-sub-wrapper:not(.site-main-with-sidebar) .cms-gallery-feature-wrapper.push-left-wrapper .push-left {
    padding: 0 !important;
  }
}
.site-sub-wrapper:not(.site-main-with-sidebar) .cms-gallery-feature-wrapper.push-right-wrapper {
  width: calc(100% + 115px) !important;
  padding-left: 0px !important;
  padding-right: 0 !important;
}
@media (max-width: 1399px) {
  .site-sub-wrapper:not(.site-main-with-sidebar) .cms-gallery-feature-wrapper.push-right-wrapper {
    width: calc(100% + 50px) !important;
    padding: 0;
  }
  .site-sub-wrapper:not(.site-main-with-sidebar) .cms-gallery-feature-wrapper.push-right-wrapper .push-right {
    padding: 0 !important;
  }
}
@media (max-width: 599px) {
  .site-sub-wrapper:not(.site-main-with-sidebar) .cms-gallery-feature-wrapper.push-right-wrapper {
    width: calc(100% + 20px) !important;
    padding: 0;
  }
  .site-sub-wrapper:not(.site-main-with-sidebar) .cms-gallery-feature-wrapper.push-right-wrapper .push-right {
    padding: 0 !important;
  }
}

.iframe-resize-video-wrapper:not(.cms-feature-wrapper) {
  position: relative;
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-bottom: 56.25%;
  /* 16:9 aspect ratio */
}
.iframe-resize-video-wrapper:not(.cms-feature-wrapper) iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.site-custom-styleguide .cms-feature-wrapper:not(.site-custom-facts-gallery-wrapper) .cms-feature-title {
  font-size: 18px;
  line-height: 28px;
}
.site-custom-styleguide .anchor-area {
  margin-top: 0px;
  padding-top: 0px;
}
.site-custom-styleguide.cms-page-is-in-preview-mode .anchor-area {
  margin-top: -45px;
  padding-top: 45px;
}

.cms-page-is-in-edit-mode .site-main-flex:has(.no-features)::before {
  content: "The Zone below works for features with width and order classes (width-50, width-mob-100, order-mob-1)";
  display: inline-block;
  color: #282828;
  padding: 15px 0 0;
  font-family: "Open Sans", sans-serif;
  font-size: 13.33px;
  line-height: 20px;
  font-weight: normal;
  margin-left: 20px;
  margin-right: 20px;
  text-transform: uppercase;
  padding: 10px;
  background: #efefef;
  border: 2px dashed #fdca2e;
}

.no-sidebar-menu .site-sidebar-menu {
  display: none;
}

body .no-hover-arrow .site-slider-caption .site-slider-caption-block,
body .no-hover-arrow .site-display-list-block .site-slider-caption-block {
  overflow: hidden;
  overflow-y: auto;
  height: 100%;
}
body .no-hover-arrow .site-slider-caption .site-slider-caption-block::-webkit-scrollbar,
body .no-hover-arrow .site-display-list-block .site-slider-caption-block::-webkit-scrollbar {
  width: 10px;
  height: 10px;
  background-color: #216450;
  border-radius: 0px;
}
body .no-hover-arrow .site-slider-caption .site-slider-caption-block::-webkit-scrollbar-thumb,
body .no-hover-arrow .site-display-list-block .site-slider-caption-block::-webkit-scrollbar-thumb {
  background-color: #BCAB77;
  border-radius: 0px;
}
body .no-hover-arrow .site-slider-caption .site-slider-caption-block::-webkit-scrollbar-button,
body .no-hover-arrow .site-display-list-block .site-slider-caption-block::-webkit-scrollbar-button {
  display: none;
}
body .no-hover-arrow .site-slider-caption .site-container p,
body .no-hover-arrow .site-display-list-block .site-container p {
  padding-top: 25px !important;
  margin-bottom: 0 !important;
  -webkit-line-clamp: unset;
}
body .no-hover-arrow .site-slider-caption .site-container p:first-child,
body .no-hover-arrow .site-display-list-block .site-container p:first-child {
  padding-bottom: 0 !important;
}
body .no-hover-arrow .site-slider-caption .site-container p:last-child,
body .no-hover-arrow .site-display-list-block .site-container p:last-child {
  padding-bottom: 25px;
}
body .no-hover-arrow .site-slider-caption .site-container p a[class^=site-button-],
body .no-hover-arrow .site-display-list-block .site-container p a[class^=site-button-] {
  line-height: 1.7;
  padding: 10px 25px;
}
body .no-hover-arrow .site-slider-caption .site-container h5, body .no-hover-arrow .site-slider-caption .site-container .cms-vc-search-wrapper .cms-vc-result-wrapper .cms-vc-sports-title .cms-vc-sports-name-title, .cms-vc-search-wrapper .cms-vc-result-wrapper .cms-vc-sports-title body .no-hover-arrow .site-slider-caption .site-container .cms-vc-sports-name-title,
body .no-hover-arrow .site-slider-caption .site-container .cms-vc-search-wrapper .cms-vc-result-wrapper .cms-vc-sports-title .cms-vc-sports-grade-title,
.cms-vc-search-wrapper .cms-vc-result-wrapper .cms-vc-sports-title body .no-hover-arrow .site-slider-caption .site-container .cms-vc-sports-grade-title,
body .no-hover-arrow .site-display-list-block .site-container h5,
body .no-hover-arrow .site-display-list-block .site-container .cms-vc-search-wrapper .cms-vc-result-wrapper .cms-vc-sports-title .cms-vc-sports-name-title,
.cms-vc-search-wrapper .cms-vc-result-wrapper .cms-vc-sports-title body .no-hover-arrow .site-display-list-block .site-container .cms-vc-sports-name-title,
body .no-hover-arrow .site-display-list-block .site-container .cms-vc-search-wrapper .cms-vc-result-wrapper .cms-vc-sports-title .cms-vc-sports-grade-title,
.cms-vc-search-wrapper .cms-vc-result-wrapper .cms-vc-sports-title body .no-hover-arrow .site-display-list-block .site-container .cms-vc-sports-grade-title {
  -webkit-line-clamp: 2;
  min-height: 60px;
}
body .no-hover-arrow .site-slider-caption:hover::before,
body .no-hover-arrow .site-slider-caption:hover .site-display-image::after,
body .no-hover-arrow .site-display-list-block:hover::before,
body .no-hover-arrow .site-display-list-block:hover .site-display-image::after {
  display: none;
}

body .no-main-desc .site-slider-caption:hover {
  background: transparent !important;
}
body .no-main-desc .site-slider-caption:hover .site-slider-capton-data {
  display: none;
}

@media (min-width: 600px) {
  body:not(.cms-page-is-in-edit-mode) .site-main-flex .site-full-width-block-wrapper,
  body:not(.cms-page-is-in-edit-mode) .site-main-flex .site-full-width-content-wrapper {
    margin-left: -120px;
    margin-right: -120px;
    width: calc(100% + 235px);
  }
}
@media (max-width: 599px) {
  body:not(.cms-page-is-in-edit-mode) .site-main-flex .site-full-width-block-wrapper,
  body:not(.cms-page-is-in-edit-mode) .site-main-flex .site-full-width-content-wrapper {
    margin-left: -20px;
    margin-right: -20px;
    width: calc(100% + 40px);
  }
}
@media (min-width: 600px) {
  body:not(.cms-page-is-in-edit-mode) .site-main-flex .site-full-width-block-wrapper .site-full-width-block {
    padding: 0;
  }
}
@media (max-width: 1199px) {
  .content-with-sidebar-page .cms-feature-wrapper:not(.site-custom-wasp-cta-wrapper, .site-gallery-heading-wrapper)[class*=site-padding-dt-left-],
  .landing-page .cms-feature-wrapper:not(.site-custom-wasp-cta-wrapper, .site-gallery-heading-wrapper)[class*=site-padding-dt-left-] {
    padding-left: 0 !important;
  }
  .content-with-sidebar-page .cms-feature-wrapper:not(.site-custom-wasp-cta-wrapper, .site-gallery-heading-wrapper)[class*=site-padding-dt-right-],
  .landing-page .cms-feature-wrapper:not(.site-custom-wasp-cta-wrapper, .site-gallery-heading-wrapper)[class*=site-padding-dt-right-] {
    padding-right: 0 !important;
  }
}
@media (max-width: 899px) {
  .cms-feature-wrapper:not(.site-custom-wasp-cta-wrapper, .site-gallery-heading-wrapper)[class*=site-padding-dt-left-] {
    padding-left: 0 !important;
  }
  .cms-feature-wrapper:not(.site-custom-wasp-cta-wrapper, .site-gallery-heading-wrapper)[class*=site-padding-dt-right-] {
    padding-right: 0 !important;
  }
}
.custom-menu-gallery-wrapper .site-slider .site-slide .site-slider-caption .site-container a:hover {
  color: #ffffff;
}
.custom-menu-gallery-wrapper .site-slider .site-slide .site-slider-caption .site-container a:hover::before {
  background-color: #ffffff;
}
.custom-menu-gallery-wrapper h3 {
  font-size: 60px;
  line-height: 70px;
  font-weight: 600;
  color: #ffffff;
  word-break: break-word;
}
@media (max-width: 1399px) {
  .custom-menu-gallery-wrapper .site-slider .site-slide .site-slider-caption .site-container {
    padding-left: 115px;
    padding-right: 115px;
  }
}
.custom-menu-gallery-wrapper .site-slider.site-slide-caption-dt-tl .site-slide .site-slider-caption {
  left: 0;
  width: 100%;
}
.custom-menu-gallery-wrapper .site-slider.site-slide-caption-dt-tl .site-slide .site-slider-caption .site-container {
  padding-top: 100px;
  padding-left: 57.5px;
}
.custom-menu-gallery-wrapper .site-slider.site-slide-caption-dt-tc .site-slide .site-slider-caption {
  left: 0;
  width: 100%;
}
.custom-menu-gallery-wrapper .site-slider.site-slide-caption-dt-tc .site-slide .site-slider-caption .site-container {
  padding-top: 100px;
  padding-left: 30px;
  padding-right: 30px;
}
.custom-menu-gallery-wrapper .site-slider.site-slide-caption-dt-tr .site-slide .site-slider-caption {
  right: 0;
  width: 100%;
}
.custom-menu-gallery-wrapper .site-slider.site-slide-caption-dt-tr .site-slide .site-slider-caption .site-container {
  padding-top: 100px;
  padding-right: 57.5px;
}
.custom-menu-gallery-wrapper .site-slider.site-slide-caption-dt-ml .site-slide .site-slider-caption {
  left: 0;
  width: 100%;
}
.custom-menu-gallery-wrapper .site-slider.site-slide-caption-dt-ml .site-slide .site-slider-caption .site-container {
  padding-left: 57.5px;
}
.custom-menu-gallery-wrapper .site-slider.site-slide-caption-dt-mc .site-slide .site-slider-caption {
  left: 0;
  width: 100%;
}
.custom-menu-gallery-wrapper .site-slider.site-slide-caption-dt-mc .site-slide .site-slider-caption .site-container {
  padding-left: 50px;
  padding-right: 50px;
}
.custom-menu-gallery-wrapper .site-slider.site-slide-caption-dt-mr .site-slide .site-slider-caption {
  right: 0;
  width: 100%;
}
.custom-menu-gallery-wrapper .site-slider.site-slide-caption-dt-mr .site-slide .site-slider-caption .site-container {
  padding-right: 57.5px;
}
.custom-menu-gallery-wrapper .site-slider.site-slide-caption-dt-bl .site-slide .site-slider-caption {
  left: 0;
  width: 100%;
}
.custom-menu-gallery-wrapper .site-slider.site-slide-caption-dt-bl .site-slide .site-slider-caption .site-container {
  padding-top: 60px;
  padding-left: 57.5px;
  padding-bottom: 27.5px;
}
.custom-menu-gallery-wrapper .site-slider.site-slide-caption-dt-br .site-slide .site-slider-caption {
  right: 0;
  width: 100%;
}
.custom-menu-gallery-wrapper .site-slider.site-slide-caption-dt-br .site-slide .site-slider-caption .site-container {
  padding-top: 60px;
  padding-right: 57.5px;
  padding-bottom: 27.5px;
}

.site-nav-gallery-wrapper {
  position: absolute;
  top: 0;
  width: 35.16%;
  height: 100%;
  z-index: 11;
}
@media (max-width: 1399px) {
  .site-nav-gallery-wrapper {
    width: 50%;
  }
}
@media (max-width: 999px) {
  .site-nav-gallery-wrapper {
    display: none;
  }
}

.cms-page-is-in-edit-mode .custom-menu-gallery {
  height: calc(100vh - 300px);
}
.cms-page-is-in-edit-mode .custom-menu-gallery-wrapper .site-slider.site-slide-height-dt-cover .site-slick-wrapper,
.cms-page-is-in-edit-mode .custom-menu-gallery-wrapper .site-slider.site-slide-height-dt-cover .site-slick-wrapper .slick-list,
.cms-page-is-in-edit-mode .custom-menu-gallery-wrapper .site-slider.site-slide-height-dt-cover .site-slick-wrapper .slick-list .site-slide,
.cms-page-is-in-edit-mode .custom-menu-gallery-wrapper .site-slider.site-slide-height-dt-cover .site-slick-wrapper .slick-list .site-slide .site-slider-image-block,
.cms-page-is-in-edit-mode .custom-menu-gallery-wrapper .site-slider.site-slide-height-dt-cover .site-slick-wrapper .slick-list .site-slide .site-slider-image-block .site-slider-image {
  height: calc(100vh - 300px) !important;
}
.cms-page-is-in-edit-mode .site-nav-gallery-wrapper {
  height: calc(100% - 150px);
  margin-top: 150px;
}

.cms-page-is-in-preview-mode .custom-menu-gallery-wrapper .site-slider .site-slide .site-slider-caption {
  bottom: 45px;
}

.site-nav-thumbnails-wrapper {
  position: relative;
  padding-top: 40px;
  width: 64.84%;
  left: 35.16%;
  z-index: 11;
}
.site-nav-thumbnails-wrapper::-webkit-scrollbar {
  width: 10px;
  height: 10px;
  background-color: #216450;
  border-radius: 5px;
}
.site-nav-thumbnails-wrapper::-webkit-scrollbar-thumb {
  background-color: #BCAB77;
  border-radius: 5px;
}
.site-nav-thumbnails-wrapper::-webkit-scrollbar-button {
  display: none;
}
@media (max-width: 1399px) {
  .site-nav-thumbnails-wrapper {
    width: 50%;
    left: 50%;
    overflow-y: scroll;
    max-height: calc(100vh - 245px);
  }
}
@media (max-width: 999px) {
  .site-nav-thumbnails-wrapper {
    display: none;
  }
}
@media (max-width: 1399px) {
  .site-nav-thumbnails-wrapper .site-header-custom-thumbnails-wrapper,
  .site-nav-thumbnails-wrapper .site-custom-toggle-lower-links-wrapper {
    padding: 0 50px !important;
  }
}
.site-nav-thumbnails-wrapper .site-thumbnail .site-thumbnail-wrapper .site-thumbnail-block .site-thumbnail-link {
  margin: 0 3px;
}
.site-nav-thumbnails-wrapper .site-thumbnail-dt-4 .site-thumbnail-wrapper .site-thumbnail-block {
  border: 1px solid #06412F;
  width: calc(25% - 30px) !important;
  padding-top: calc(25% - 30px) !important;
  margin: 15px;
}
.site-nav-thumbnails-wrapper .site-thumbnail-dt-4 .site-thumbnail-wrapper .site-thumbnail-block.custom-link-active, .site-nav-thumbnails-wrapper .site-thumbnail-dt-4 .site-thumbnail-wrapper .site-thumbnail-block:hover {
  border: 1px solid #BCAB77;
}
.site-nav-thumbnails-wrapper .site-thumbnail-dt-4 .site-thumbnail-wrapper .site-thumbnail-block.custom-link-active .site-thumbnail-desc, .site-nav-thumbnails-wrapper .site-thumbnail-dt-4 .site-thumbnail-wrapper .site-thumbnail-block:hover .site-thumbnail-desc {
  width: 100%;
  background: linear-gradient(0deg, #216450 0%, rgba(0, 0, 0, 0.7) 50%, rgba(0, 0, 0, 0) 100%);
}
.site-nav-thumbnails-wrapper .site-thumbnail-dt-4 .site-thumbnail-wrapper .site-thumbnail-block .site-thumbnail-link .site-icon-search {
  display: none;
}
.site-nav-thumbnails-wrapper .site-thumbnail-dt-4 .site-thumbnail-wrapper .site-thumbnail-block .site-thumbnail-link,
.site-nav-thumbnails-wrapper .site-thumbnail-dt-4 .site-thumbnail-wrapper .site-thumbnail-block .site-thumbnail-data {
  margin: 0;
}
.site-nav-thumbnails-wrapper .site-thumbnail-dt-4 .site-thumbnail-wrapper .site-thumbnail-block .site-thumbnail-desc {
  width: 100%;
  height: 100%;
  bottom: 0;
  left: 0;
  padding: 0;
}
.site-nav-thumbnails-wrapper .site-thumbnail-dt-4 .site-thumbnail-wrapper .site-thumbnail-block .site-thumbnail-desc h4 {
  margin: 0;
  height: 100%;
  font-size: 25px;
  line-height: 35px;
}
.site-nav-thumbnails-wrapper .site-thumbnail-dt-4 .site-thumbnail-wrapper .site-thumbnail-block .site-thumbnail-desc h4 a {
  width: 100%;
  display: flex;
  align-items: flex-end;
  height: 100%;
  padding-left: 20px;
  padding-bottom: 10px;
  word-break: break-word;
  color: #ffffff;
}
.site-nav-thumbnails-wrapper .site-thumbnail-dt-4 .site-thumbnail-wrapper .site-thumbnail-block .site-thumbnail-desc h4 a span {
  word-break: break-word;
}
@media (max-width: 1399px) {
  .site-nav-thumbnails-wrapper .site-thumbnail-dt-4 .site-thumbnail-wrapper .site-thumbnail-block {
    width: calc(50% - 30px) !important;
    padding-top: calc(50% - 30px) !important;
  }
}
@media (max-width: 1199px) {
  .site-nav-thumbnails-wrapper .site-thumbnail-dt-4 .site-thumbnail-wrapper .site-thumbnail-block {
    width: calc(100% - 30px) !important;
    padding-top: calc(100% - 30px) !important;
  }
}
@media (max-width: 1199px) {
  .site-nav-thumbnails-wrapper .site-thumbnail-wrapper {
    margin: 0;
  }
}

.site-custom-toggle-lower-links-wrapper .site-table-mobile tr td ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
}
.site-custom-toggle-lower-links-wrapper .site-table-mobile tr td ul li {
  padding-left: 10px;
}
.site-custom-toggle-lower-links-wrapper .site-table-mobile tr td ul li:first-child {
  padding-left: 0px;
}
.site-custom-toggle-lower-links-wrapper .site-table-mobile tr td ul li a {
  text-decoration: underline;
  color: #ffffff;
}
.site-custom-toggle-lower-links-wrapper .site-table-mobile tr td ul li a:hover {
  text-decoration: underline;
  color: #BCAB77 !important;
}
.site-custom-toggle-lower-links-wrapper .site-table-mobile tr td ul li a:hover span {
  color: #BCAB77 !important;
}
@media (max-width: 1399px) {
  .site-custom-toggle-lower-links-wrapper .site-table-mobile tr {
    display: flex;
    flex-direction: column;
  }
  .site-custom-toggle-lower-links-wrapper .site-table-mobile tr td {
    width: 100% !important;
    text-align: center !important;
  }
  .site-custom-toggle-lower-links-wrapper .site-table-mobile tr td a.site-button-secondary, .site-custom-toggle-lower-links-wrapper .site-table-mobile tr td .site-search-wrapper .site-search-block.site-search-option2 a.site-search-button, .site-search-wrapper .site-search-block.site-search-option2 .site-custom-toggle-lower-links-wrapper .site-table-mobile tr td a.site-search-button {
    width: 100%;
  }
  .site-custom-toggle-lower-links-wrapper .site-table-mobile tr td ul {
    justify-content: center;
  }
}

@media (min-width: 1000px) {
  .site-header-block .site-navigation .site-custom-toggle-lower-links-wrapper {
    display: none;
  }
}

.cms-page-is-in-edit-mode .site-nav-thumbnails-wrapper {
  overflow-y: scroll;
  max-height: calc(100vh - 245px);
  top: 120px !important;
}

.cms-page-is-published .site-nav-thumbnails-wrapper {
  top: 85px;
}

#lbCenter #lbImage #lbPrevLink::before,
#lbCenter #lbImage #lbNextLink::before {
  border-radius: 0;
  background: #BCAB77;
  border: 1px solid #BCAB77;
  font-weight: 700;
}
#lbCenter #lbImage #lbPrevLink:hover::before,
#lbCenter #lbImage #lbNextLink:hover::before {
  background: #ffffff;
  border: 1px solid #BCAB77;
  color: #BCAB77;
}

.site-custom-gallery-wrapper .no-caption-background .site-slider-caption,
.site-custom-facts-gallery-wrapper .no-caption-background .site-slider-caption,
.site-custom-link-gallery-wrapper .no-caption-background .site-slider-caption,
.site-custom-link-gallery-explore-wrapper .no-caption-background .site-slider-caption,
.site-custom-display-slideshow-wrapper .no-caption-background .site-slider-caption {
  background: transparent !important;
}
.site-custom-gallery-wrapper .site-slider .slick-arrow.slick-prev,
.site-custom-gallery-wrapper .site-slider .slick-arrow.slick-next,
.site-custom-gallery-wrapper .site-display-list .slick-arrow.slick-prev,
.site-custom-gallery-wrapper .site-display-list .slick-arrow.slick-next,
.site-custom-facts-gallery-wrapper .site-slider .slick-arrow.slick-prev,
.site-custom-facts-gallery-wrapper .site-slider .slick-arrow.slick-next,
.site-custom-facts-gallery-wrapper .site-display-list .slick-arrow.slick-prev,
.site-custom-facts-gallery-wrapper .site-display-list .slick-arrow.slick-next,
.site-custom-link-gallery-wrapper .site-slider .slick-arrow.slick-prev,
.site-custom-link-gallery-wrapper .site-slider .slick-arrow.slick-next,
.site-custom-link-gallery-wrapper .site-display-list .slick-arrow.slick-prev,
.site-custom-link-gallery-wrapper .site-display-list .slick-arrow.slick-next,
.site-custom-link-gallery-explore-wrapper .site-slider .slick-arrow.slick-prev,
.site-custom-link-gallery-explore-wrapper .site-slider .slick-arrow.slick-next,
.site-custom-link-gallery-explore-wrapper .site-display-list .slick-arrow.slick-prev,
.site-custom-link-gallery-explore-wrapper .site-display-list .slick-arrow.slick-next,
.site-custom-display-slideshow-wrapper .site-slider .slick-arrow.slick-prev,
.site-custom-display-slideshow-wrapper .site-slider .slick-arrow.slick-next,
.site-custom-display-slideshow-wrapper .site-display-list .slick-arrow.slick-prev,
.site-custom-display-slideshow-wrapper .site-display-list .slick-arrow.slick-next {
  width: 60px;
  height: 60px;
}
.site-custom-gallery-wrapper .site-slider .slick-arrow.slick-prev::before,
.site-custom-gallery-wrapper .site-slider .slick-arrow.slick-next::before,
.site-custom-gallery-wrapper .site-display-list .slick-arrow.slick-prev::before,
.site-custom-gallery-wrapper .site-display-list .slick-arrow.slick-next::before,
.site-custom-facts-gallery-wrapper .site-slider .slick-arrow.slick-prev::before,
.site-custom-facts-gallery-wrapper .site-slider .slick-arrow.slick-next::before,
.site-custom-facts-gallery-wrapper .site-display-list .slick-arrow.slick-prev::before,
.site-custom-facts-gallery-wrapper .site-display-list .slick-arrow.slick-next::before,
.site-custom-link-gallery-wrapper .site-slider .slick-arrow.slick-prev::before,
.site-custom-link-gallery-wrapper .site-slider .slick-arrow.slick-next::before,
.site-custom-link-gallery-wrapper .site-display-list .slick-arrow.slick-prev::before,
.site-custom-link-gallery-wrapper .site-display-list .slick-arrow.slick-next::before,
.site-custom-link-gallery-explore-wrapper .site-slider .slick-arrow.slick-prev::before,
.site-custom-link-gallery-explore-wrapper .site-slider .slick-arrow.slick-next::before,
.site-custom-link-gallery-explore-wrapper .site-display-list .slick-arrow.slick-prev::before,
.site-custom-link-gallery-explore-wrapper .site-display-list .slick-arrow.slick-next::before,
.site-custom-display-slideshow-wrapper .site-slider .slick-arrow.slick-prev::before,
.site-custom-display-slideshow-wrapper .site-slider .slick-arrow.slick-next::before,
.site-custom-display-slideshow-wrapper .site-display-list .slick-arrow.slick-prev::before,
.site-custom-display-slideshow-wrapper .site-display-list .slick-arrow.slick-next::before {
  border-radius: 0;
  background: #BCAB77;
  border: 1px solid #BCAB77;
  font-weight: 700;
}
@media (max-width: 899px) {
  .site-custom-gallery-wrapper .site-slider .slick-arrow.slick-prev::before,
  .site-custom-gallery-wrapper .site-slider .slick-arrow.slick-next::before,
  .site-custom-gallery-wrapper .site-display-list .slick-arrow.slick-prev::before,
  .site-custom-gallery-wrapper .site-display-list .slick-arrow.slick-next::before,
  .site-custom-facts-gallery-wrapper .site-slider .slick-arrow.slick-prev::before,
  .site-custom-facts-gallery-wrapper .site-slider .slick-arrow.slick-next::before,
  .site-custom-facts-gallery-wrapper .site-display-list .slick-arrow.slick-prev::before,
  .site-custom-facts-gallery-wrapper .site-display-list .slick-arrow.slick-next::before,
  .site-custom-link-gallery-wrapper .site-slider .slick-arrow.slick-prev::before,
  .site-custom-link-gallery-wrapper .site-slider .slick-arrow.slick-next::before,
  .site-custom-link-gallery-wrapper .site-display-list .slick-arrow.slick-prev::before,
  .site-custom-link-gallery-wrapper .site-display-list .slick-arrow.slick-next::before,
  .site-custom-link-gallery-explore-wrapper .site-slider .slick-arrow.slick-prev::before,
  .site-custom-link-gallery-explore-wrapper .site-slider .slick-arrow.slick-next::before,
  .site-custom-link-gallery-explore-wrapper .site-display-list .slick-arrow.slick-prev::before,
  .site-custom-link-gallery-explore-wrapper .site-display-list .slick-arrow.slick-next::before,
  .site-custom-display-slideshow-wrapper .site-slider .slick-arrow.slick-prev::before,
  .site-custom-display-slideshow-wrapper .site-slider .slick-arrow.slick-next::before,
  .site-custom-display-slideshow-wrapper .site-display-list .slick-arrow.slick-prev::before,
  .site-custom-display-slideshow-wrapper .site-display-list .slick-arrow.slick-next::before {
    line-height: 55px;
  }
}
.site-custom-gallery-wrapper .site-slider .slick-arrow.slick-prev:hover::before,
.site-custom-gallery-wrapper .site-slider .slick-arrow.slick-next:hover::before,
.site-custom-gallery-wrapper .site-display-list .slick-arrow.slick-prev:hover::before,
.site-custom-gallery-wrapper .site-display-list .slick-arrow.slick-next:hover::before,
.site-custom-facts-gallery-wrapper .site-slider .slick-arrow.slick-prev:hover::before,
.site-custom-facts-gallery-wrapper .site-slider .slick-arrow.slick-next:hover::before,
.site-custom-facts-gallery-wrapper .site-display-list .slick-arrow.slick-prev:hover::before,
.site-custom-facts-gallery-wrapper .site-display-list .slick-arrow.slick-next:hover::before,
.site-custom-link-gallery-wrapper .site-slider .slick-arrow.slick-prev:hover::before,
.site-custom-link-gallery-wrapper .site-slider .slick-arrow.slick-next:hover::before,
.site-custom-link-gallery-wrapper .site-display-list .slick-arrow.slick-prev:hover::before,
.site-custom-link-gallery-wrapper .site-display-list .slick-arrow.slick-next:hover::before,
.site-custom-link-gallery-explore-wrapper .site-slider .slick-arrow.slick-prev:hover::before,
.site-custom-link-gallery-explore-wrapper .site-slider .slick-arrow.slick-next:hover::before,
.site-custom-link-gallery-explore-wrapper .site-display-list .slick-arrow.slick-prev:hover::before,
.site-custom-link-gallery-explore-wrapper .site-display-list .slick-arrow.slick-next:hover::before,
.site-custom-display-slideshow-wrapper .site-slider .slick-arrow.slick-prev:hover::before,
.site-custom-display-slideshow-wrapper .site-slider .slick-arrow.slick-next:hover::before,
.site-custom-display-slideshow-wrapper .site-display-list .slick-arrow.slick-prev:hover::before,
.site-custom-display-slideshow-wrapper .site-display-list .slick-arrow.slick-next:hover::before {
  background: #ffffff;
  border: 1px solid #BCAB77;
  color: #BCAB77;
}
@media (max-width: 899px) {
  .site-custom-gallery-wrapper .site-slider .slick-arrow.slick-prev,
  .site-custom-gallery-wrapper .site-slider .slick-arrow.slick-next,
  .site-custom-gallery-wrapper .site-display-list .slick-arrow.slick-prev,
  .site-custom-gallery-wrapper .site-display-list .slick-arrow.slick-next,
  .site-custom-facts-gallery-wrapper .site-slider .slick-arrow.slick-prev,
  .site-custom-facts-gallery-wrapper .site-slider .slick-arrow.slick-next,
  .site-custom-facts-gallery-wrapper .site-display-list .slick-arrow.slick-prev,
  .site-custom-facts-gallery-wrapper .site-display-list .slick-arrow.slick-next,
  .site-custom-link-gallery-wrapper .site-slider .slick-arrow.slick-prev,
  .site-custom-link-gallery-wrapper .site-slider .slick-arrow.slick-next,
  .site-custom-link-gallery-wrapper .site-display-list .slick-arrow.slick-prev,
  .site-custom-link-gallery-wrapper .site-display-list .slick-arrow.slick-next,
  .site-custom-link-gallery-explore-wrapper .site-slider .slick-arrow.slick-prev,
  .site-custom-link-gallery-explore-wrapper .site-slider .slick-arrow.slick-next,
  .site-custom-link-gallery-explore-wrapper .site-display-list .slick-arrow.slick-prev,
  .site-custom-link-gallery-explore-wrapper .site-display-list .slick-arrow.slick-next,
  .site-custom-display-slideshow-wrapper .site-slider .slick-arrow.slick-prev,
  .site-custom-display-slideshow-wrapper .site-slider .slick-arrow.slick-next,
  .site-custom-display-slideshow-wrapper .site-display-list .slick-arrow.slick-prev,
  .site-custom-display-slideshow-wrapper .site-display-list .slick-arrow.slick-next {
    top: 50%;
  }
}
.site-custom-gallery-wrapper .site-slider .slick-dots li button::before,
.site-custom-gallery-wrapper .site-display-list .slick-dots li button::before,
.site-custom-facts-gallery-wrapper .site-slider .slick-dots li button::before,
.site-custom-facts-gallery-wrapper .site-display-list .slick-dots li button::before,
.site-custom-link-gallery-wrapper .site-slider .slick-dots li button::before,
.site-custom-link-gallery-wrapper .site-display-list .slick-dots li button::before,
.site-custom-link-gallery-explore-wrapper .site-slider .slick-dots li button::before,
.site-custom-link-gallery-explore-wrapper .site-display-list .slick-dots li button::before,
.site-custom-display-slideshow-wrapper .site-slider .slick-dots li button::before,
.site-custom-display-slideshow-wrapper .site-display-list .slick-dots li button::before {
  width: 15px;
  height: 15px;
  background: #f6f6f6;
  border: 1px solid #BCAB77;
  color: transparent;
  border-radius: 100%;
}
.site-custom-gallery-wrapper .site-slider .slick-dots li.slick-active button::before,
.site-custom-gallery-wrapper .site-display-list .slick-dots li.slick-active button::before,
.site-custom-facts-gallery-wrapper .site-slider .slick-dots li.slick-active button::before,
.site-custom-facts-gallery-wrapper .site-display-list .slick-dots li.slick-active button::before,
.site-custom-link-gallery-wrapper .site-slider .slick-dots li.slick-active button::before,
.site-custom-link-gallery-wrapper .site-display-list .slick-dots li.slick-active button::before,
.site-custom-link-gallery-explore-wrapper .site-slider .slick-dots li.slick-active button::before,
.site-custom-link-gallery-explore-wrapper .site-display-list .slick-dots li.slick-active button::before,
.site-custom-display-slideshow-wrapper .site-slider .slick-dots li.slick-active button::before,
.site-custom-display-slideshow-wrapper .site-display-list .slick-dots li.slick-active button::before {
  width: 15px;
  height: 15px;
  background: #BCAB77;
  border: 1px solid #BCAB77;
}
@media (max-width: 599px) {
  .site-custom-link-gallery-wrapper.site-slide-caption-mob-top-wrapper .site-slider.site-slide-caption-mob-top,
  .site-custom-link-gallery-explore-wrapper.site-slide-caption-mob-top-wrapper .site-slider.site-slide-caption-mob-top {
    display: unset !important;
    flex-wrap: unset !important;
  }
  .site-custom-link-gallery-wrapper.site-slide-caption-mob-top-wrapper .site-slider.site-slide-caption-mob-top .site-slide,
  .site-custom-link-gallery-explore-wrapper.site-slide-caption-mob-top-wrapper .site-slider.site-slide-caption-mob-top .site-slide {
    margin-bottom: 0 !important;
  }
  .site-custom-link-gallery-wrapper.site-slide-caption-mob-top-wrapper .site-slider.site-slide-caption-mob-top .site-slide .site-slider-image-block,
  .site-custom-link-gallery-explore-wrapper.site-slide-caption-mob-top-wrapper .site-slider.site-slide-caption-mob-top .site-slide .site-slider-image-block {
    margin-top: 80px !important;
  }
  .site-custom-link-gallery-wrapper.site-slide-caption-mob-top-wrapper .site-slider.site-slide-caption-mob-top .site-slide .site-slide-link .site-slider-caption,
  .site-custom-link-gallery-explore-wrapper.site-slide-caption-mob-top-wrapper .site-slider.site-slide-caption-mob-top .site-slide .site-slide-link .site-slider-caption {
    margin-top: 80px !important;
    width: 100% !important;
    height: 100%;
    left: unset;
    right: unset;
  }
  .site-custom-link-gallery-wrapper.site-slide-caption-mob-top-wrapper .site-slider.site-slide-caption-mob-top .site-slide .site-slide-link .site-slider-caption .site-slider-more-desc,
  .site-custom-link-gallery-explore-wrapper.site-slide-caption-mob-top-wrapper .site-slider.site-slide-caption-mob-top .site-slide .site-slide-link .site-slider-caption .site-slider-more-desc {
    top: -60px !important;
    height: 100% !important;
    width: 100%;
  }
  .site-custom-link-gallery-wrapper.site-slide-caption-mob-bottom-wrapper .site-slider.site-slide-caption-mob-bottom,
  .site-custom-link-gallery-explore-wrapper.site-slide-caption-mob-bottom-wrapper .site-slider.site-slide-caption-mob-bottom {
    display: unset !important;
    flex-wrap: unset !important;
  }
  .site-custom-link-gallery-wrapper.site-slide-caption-mob-bottom-wrapper .site-slider.site-slide-caption-mob-bottom .site-slide,
  .site-custom-link-gallery-explore-wrapper.site-slide-caption-mob-bottom-wrapper .site-slider.site-slide-caption-mob-bottom .site-slide {
    margin-bottom: 100px !important;
  }
  .site-custom-link-gallery-wrapper.site-slide-caption-mob-bottom-wrapper .site-slider.site-slide-caption-mob-bottom .site-slide .site-slider-image-block,
  .site-custom-link-gallery-explore-wrapper.site-slide-caption-mob-bottom-wrapper .site-slider.site-slide-caption-mob-bottom .site-slide .site-slider-image-block {
    margin-top: unset;
  }
  .site-custom-link-gallery-wrapper.site-slide-caption-mob-bottom-wrapper .site-slider.site-slide-caption-mob-bottom .site-slide .site-slide-link .site-slider-caption,
  .site-custom-link-gallery-explore-wrapper.site-slide-caption-mob-bottom-wrapper .site-slider.site-slide-caption-mob-bottom .site-slide .site-slide-link .site-slider-caption {
    width: 100% !important;
    height: 100%;
    left: unset;
    right: unset;
    margin-top: unset !important;
  }
  .site-custom-link-gallery-wrapper.site-slide-caption-mob-bottom-wrapper .site-slider.site-slide-caption-mob-bottom .site-slide .site-slide-link .site-slider-caption .site-slider-more-desc,
  .site-custom-link-gallery-explore-wrapper.site-slide-caption-mob-bottom-wrapper .site-slider.site-slide-caption-mob-bottom .site-slide .site-slide-link .site-slider-caption .site-slider-more-desc {
    bottom: -80px;
    top: unset;
    height: unset;
    width: 100%;
    margin-bottom: 0 !important;
  }
}
.site-custom-link-gallery-wrapper .site-slider.site-slide-caption-dt-tl .site-slide .site-slide-link .site-slider-caption,
.site-custom-link-gallery-wrapper .site-slider.site-slide-caption-dt-tl .site-slide .site-slider-caption,
.site-custom-link-gallery-wrapper .site-slider.site-slide-caption-dt-tc .site-slide .site-slide-link .site-slider-caption,
.site-custom-link-gallery-wrapper .site-slider.site-slide-caption-dt-tc .site-slide .site-slider-caption,
.site-custom-link-gallery-wrapper .site-slider.site-slide-caption-dt-tr .site-slide .site-slide-link .site-slider-caption,
.site-custom-link-gallery-wrapper .site-slider.site-slide-caption-dt-tr .site-slide .site-slider-caption,
.site-custom-link-gallery-wrapper .site-slider.site-slide-caption-dt-ml .site-slide .site-slide-link .site-slider-caption,
.site-custom-link-gallery-wrapper .site-slider.site-slide-caption-dt-ml .site-slide .site-slider-caption,
.site-custom-link-gallery-wrapper .site-slider.site-slide-caption-dt-mc .site-slide .site-slide-link .site-slider-caption,
.site-custom-link-gallery-wrapper .site-slider.site-slide-caption-dt-mc .site-slide .site-slider-caption,
.site-custom-link-gallery-wrapper .site-slider.site-slide-caption-dt-mr .site-slide .site-slide-link .site-slider-caption,
.site-custom-link-gallery-wrapper .site-slider.site-slide-caption-dt-mr .site-slide .site-slider-caption,
.site-custom-link-gallery-wrapper .site-slider.site-slide-caption-dt-bl .site-slide .site-slide-link .site-slider-caption,
.site-custom-link-gallery-wrapper .site-slider.site-slide-caption-dt-bl .site-slide .site-slider-caption,
.site-custom-link-gallery-wrapper .site-slider.site-slide-caption-dt-br .site-slide .site-slide-link .site-slider-caption,
.site-custom-link-gallery-wrapper .site-slider.site-slide-caption-dt-br .site-slide .site-slider-caption,
.site-custom-link-gallery-explore-wrapper .site-slider.site-slide-caption-dt-tl .site-slide .site-slide-link .site-slider-caption,
.site-custom-link-gallery-explore-wrapper .site-slider.site-slide-caption-dt-tl .site-slide .site-slider-caption,
.site-custom-link-gallery-explore-wrapper .site-slider.site-slide-caption-dt-tc .site-slide .site-slide-link .site-slider-caption,
.site-custom-link-gallery-explore-wrapper .site-slider.site-slide-caption-dt-tc .site-slide .site-slider-caption,
.site-custom-link-gallery-explore-wrapper .site-slider.site-slide-caption-dt-tr .site-slide .site-slide-link .site-slider-caption,
.site-custom-link-gallery-explore-wrapper .site-slider.site-slide-caption-dt-tr .site-slide .site-slider-caption,
.site-custom-link-gallery-explore-wrapper .site-slider.site-slide-caption-dt-ml .site-slide .site-slide-link .site-slider-caption,
.site-custom-link-gallery-explore-wrapper .site-slider.site-slide-caption-dt-ml .site-slide .site-slider-caption,
.site-custom-link-gallery-explore-wrapper .site-slider.site-slide-caption-dt-mc .site-slide .site-slide-link .site-slider-caption,
.site-custom-link-gallery-explore-wrapper .site-slider.site-slide-caption-dt-mc .site-slide .site-slider-caption,
.site-custom-link-gallery-explore-wrapper .site-slider.site-slide-caption-dt-mr .site-slide .site-slide-link .site-slider-caption,
.site-custom-link-gallery-explore-wrapper .site-slider.site-slide-caption-dt-mr .site-slide .site-slider-caption,
.site-custom-link-gallery-explore-wrapper .site-slider.site-slide-caption-dt-bl .site-slide .site-slide-link .site-slider-caption,
.site-custom-link-gallery-explore-wrapper .site-slider.site-slide-caption-dt-bl .site-slide .site-slider-caption,
.site-custom-link-gallery-explore-wrapper .site-slider.site-slide-caption-dt-br .site-slide .site-slide-link .site-slider-caption,
.site-custom-link-gallery-explore-wrapper .site-slider.site-slide-caption-dt-br .site-slide .site-slider-caption {
  width: 100% !important;
  height: 100%;
  left: unset;
  right: unset;
}
.site-custom-link-gallery-wrapper .site-slider.site-slide-caption-dt-tl .site-slide,
.site-custom-link-gallery-wrapper .site-slider.site-slide-caption-dt-tc .site-slide,
.site-custom-link-gallery-wrapper .site-slider.site-slide-caption-dt-tr .site-slide,
.site-custom-link-gallery-explore-wrapper .site-slider.site-slide-caption-dt-tl .site-slide,
.site-custom-link-gallery-explore-wrapper .site-slider.site-slide-caption-dt-tc .site-slide,
.site-custom-link-gallery-explore-wrapper .site-slider.site-slide-caption-dt-tr .site-slide {
  margin-bottom: 0;
}
.site-custom-link-gallery-wrapper .site-slider.site-slide-caption-dt-tl .site-slide .site-slider-image-block,
.site-custom-link-gallery-wrapper .site-slider.site-slide-caption-dt-tc .site-slide .site-slider-image-block,
.site-custom-link-gallery-wrapper .site-slider.site-slide-caption-dt-tr .site-slide .site-slider-image-block,
.site-custom-link-gallery-explore-wrapper .site-slider.site-slide-caption-dt-tl .site-slide .site-slider-image-block,
.site-custom-link-gallery-explore-wrapper .site-slider.site-slide-caption-dt-tc .site-slide .site-slider-image-block,
.site-custom-link-gallery-explore-wrapper .site-slider.site-slide-caption-dt-tr .site-slide .site-slider-image-block {
  margin-top: 80px;
}
.site-custom-link-gallery-wrapper .site-slider.site-slide-caption-dt-tl .site-slide .site-slide-link .site-slider-caption,
.site-custom-link-gallery-wrapper .site-slider.site-slide-caption-dt-tl .site-slide .site-slider-caption,
.site-custom-link-gallery-wrapper .site-slider.site-slide-caption-dt-tc .site-slide .site-slide-link .site-slider-caption,
.site-custom-link-gallery-wrapper .site-slider.site-slide-caption-dt-tc .site-slide .site-slider-caption,
.site-custom-link-gallery-wrapper .site-slider.site-slide-caption-dt-tr .site-slide .site-slide-link .site-slider-caption,
.site-custom-link-gallery-wrapper .site-slider.site-slide-caption-dt-tr .site-slide .site-slider-caption,
.site-custom-link-gallery-explore-wrapper .site-slider.site-slide-caption-dt-tl .site-slide .site-slide-link .site-slider-caption,
.site-custom-link-gallery-explore-wrapper .site-slider.site-slide-caption-dt-tl .site-slide .site-slider-caption,
.site-custom-link-gallery-explore-wrapper .site-slider.site-slide-caption-dt-tc .site-slide .site-slide-link .site-slider-caption,
.site-custom-link-gallery-explore-wrapper .site-slider.site-slide-caption-dt-tc .site-slide .site-slider-caption,
.site-custom-link-gallery-explore-wrapper .site-slider.site-slide-caption-dt-tr .site-slide .site-slide-link .site-slider-caption,
.site-custom-link-gallery-explore-wrapper .site-slider.site-slide-caption-dt-tr .site-slide .site-slider-caption {
  margin-top: 80px !important;
}
.site-custom-link-gallery-wrapper .site-slider.site-slide-caption-dt-tl .site-slide .site-slide-link .site-slider-caption .site-slider-more-desc,
.site-custom-link-gallery-wrapper .site-slider.site-slide-caption-dt-tl .site-slide .site-slider-caption .site-slider-more-desc,
.site-custom-link-gallery-wrapper .site-slider.site-slide-caption-dt-tc .site-slide .site-slide-link .site-slider-caption .site-slider-more-desc,
.site-custom-link-gallery-wrapper .site-slider.site-slide-caption-dt-tc .site-slide .site-slider-caption .site-slider-more-desc,
.site-custom-link-gallery-wrapper .site-slider.site-slide-caption-dt-tr .site-slide .site-slide-link .site-slider-caption .site-slider-more-desc,
.site-custom-link-gallery-wrapper .site-slider.site-slide-caption-dt-tr .site-slide .site-slider-caption .site-slider-more-desc,
.site-custom-link-gallery-explore-wrapper .site-slider.site-slide-caption-dt-tl .site-slide .site-slide-link .site-slider-caption .site-slider-more-desc,
.site-custom-link-gallery-explore-wrapper .site-slider.site-slide-caption-dt-tl .site-slide .site-slider-caption .site-slider-more-desc,
.site-custom-link-gallery-explore-wrapper .site-slider.site-slide-caption-dt-tc .site-slide .site-slide-link .site-slider-caption .site-slider-more-desc,
.site-custom-link-gallery-explore-wrapper .site-slider.site-slide-caption-dt-tc .site-slide .site-slider-caption .site-slider-more-desc,
.site-custom-link-gallery-explore-wrapper .site-slider.site-slide-caption-dt-tr .site-slide .site-slide-link .site-slider-caption .site-slider-more-desc,
.site-custom-link-gallery-explore-wrapper .site-slider.site-slide-caption-dt-tr .site-slide .site-slider-caption .site-slider-more-desc {
  top: -60px;
  height: 100%;
}
.site-custom-link-gallery-wrapper .site-slider.site-slide-caption-dt-tc .site-slide .site-slide-link .site-slider-caption .site-slider-more-desc,
.site-custom-link-gallery-wrapper .site-slider.site-slide-caption-dt-tc .site-slide .site-slider-caption .site-slider-more-desc,
.site-custom-link-gallery-explore-wrapper .site-slider.site-slide-caption-dt-tc .site-slide .site-slide-link .site-slider-caption .site-slider-more-desc,
.site-custom-link-gallery-explore-wrapper .site-slider.site-slide-caption-dt-tc .site-slide .site-slider-caption .site-slider-more-desc {
  width: 100%;
}
.site-custom-link-gallery-wrapper .site-slider.site-slide-caption-dt-tc .site-slide .site-slide-link .site-slider-caption .site-slider-more-desc h1,
.site-custom-link-gallery-wrapper .site-slider.site-slide-caption-dt-tc .site-slide .site-slide-link .site-slider-caption .site-slider-more-desc h2,
.site-custom-link-gallery-wrapper .site-slider.site-slide-caption-dt-tc .site-slide .site-slide-link .site-slider-caption .site-slider-more-desc h3,
.site-custom-link-gallery-wrapper .site-slider.site-slide-caption-dt-tc .site-slide .site-slide-link .site-slider-caption .site-slider-more-desc h4,
.site-custom-link-gallery-wrapper .site-slider.site-slide-caption-dt-tc .site-slide .site-slide-link .site-slider-caption .site-slider-more-desc h5,
.site-custom-link-gallery-wrapper .site-slider.site-slide-caption-dt-tc .site-slide .site-slide-link .site-slider-caption .site-slider-more-desc h6,
.site-custom-link-gallery-wrapper .site-slider.site-slide-caption-dt-tc .site-slide .site-slider-caption .site-slider-more-desc h1,
.site-custom-link-gallery-wrapper .site-slider.site-slide-caption-dt-tc .site-slide .site-slider-caption .site-slider-more-desc h2,
.site-custom-link-gallery-wrapper .site-slider.site-slide-caption-dt-tc .site-slide .site-slider-caption .site-slider-more-desc h3,
.site-custom-link-gallery-wrapper .site-slider.site-slide-caption-dt-tc .site-slide .site-slider-caption .site-slider-more-desc h4,
.site-custom-link-gallery-wrapper .site-slider.site-slide-caption-dt-tc .site-slide .site-slider-caption .site-slider-more-desc h5,
.site-custom-link-gallery-wrapper .site-slider.site-slide-caption-dt-tc .site-slide .site-slider-caption .site-slider-more-desc .cms-vc-search-wrapper .cms-vc-result-wrapper .cms-vc-sports-title .cms-vc-sports-name-title,
.cms-vc-search-wrapper .cms-vc-result-wrapper .cms-vc-sports-title .site-custom-link-gallery-wrapper .site-slider.site-slide-caption-dt-tc .site-slide .site-slider-caption .site-slider-more-desc .cms-vc-sports-name-title,
.site-custom-link-gallery-wrapper .site-slider.site-slide-caption-dt-tc .site-slide .site-slider-caption .site-slider-more-desc .cms-vc-search-wrapper .cms-vc-result-wrapper .cms-vc-sports-title .cms-vc-sports-grade-title,
.cms-vc-search-wrapper .cms-vc-result-wrapper .cms-vc-sports-title .site-custom-link-gallery-wrapper .site-slider.site-slide-caption-dt-tc .site-slide .site-slider-caption .site-slider-more-desc .cms-vc-sports-grade-title,
.site-custom-link-gallery-wrapper .site-slider.site-slide-caption-dt-tc .site-slide .site-slider-caption .site-slider-more-desc h6,
.site-custom-link-gallery-explore-wrapper .site-slider.site-slide-caption-dt-tc .site-slide .site-slide-link .site-slider-caption .site-slider-more-desc h1,
.site-custom-link-gallery-explore-wrapper .site-slider.site-slide-caption-dt-tc .site-slide .site-slide-link .site-slider-caption .site-slider-more-desc h2,
.site-custom-link-gallery-explore-wrapper .site-slider.site-slide-caption-dt-tc .site-slide .site-slide-link .site-slider-caption .site-slider-more-desc h3,
.site-custom-link-gallery-explore-wrapper .site-slider.site-slide-caption-dt-tc .site-slide .site-slide-link .site-slider-caption .site-slider-more-desc h4,
.site-custom-link-gallery-explore-wrapper .site-slider.site-slide-caption-dt-tc .site-slide .site-slide-link .site-slider-caption .site-slider-more-desc h5,
.site-custom-link-gallery-explore-wrapper .site-slider.site-slide-caption-dt-tc .site-slide .site-slide-link .site-slider-caption .site-slider-more-desc h6,
.site-custom-link-gallery-explore-wrapper .site-slider.site-slide-caption-dt-tc .site-slide .site-slider-caption .site-slider-more-desc h1,
.site-custom-link-gallery-explore-wrapper .site-slider.site-slide-caption-dt-tc .site-slide .site-slider-caption .site-slider-more-desc h2,
.site-custom-link-gallery-explore-wrapper .site-slider.site-slide-caption-dt-tc .site-slide .site-slider-caption .site-slider-more-desc h3,
.site-custom-link-gallery-explore-wrapper .site-slider.site-slide-caption-dt-tc .site-slide .site-slider-caption .site-slider-more-desc h4,
.site-custom-link-gallery-explore-wrapper .site-slider.site-slide-caption-dt-tc .site-slide .site-slider-caption .site-slider-more-desc h5,
.site-custom-link-gallery-explore-wrapper .site-slider.site-slide-caption-dt-tc .site-slide .site-slider-caption .site-slider-more-desc .cms-vc-search-wrapper .cms-vc-result-wrapper .cms-vc-sports-title .cms-vc-sports-name-title,
.cms-vc-search-wrapper .cms-vc-result-wrapper .cms-vc-sports-title .site-custom-link-gallery-explore-wrapper .site-slider.site-slide-caption-dt-tc .site-slide .site-slider-caption .site-slider-more-desc .cms-vc-sports-name-title,
.site-custom-link-gallery-explore-wrapper .site-slider.site-slide-caption-dt-tc .site-slide .site-slider-caption .site-slider-more-desc .cms-vc-search-wrapper .cms-vc-result-wrapper .cms-vc-sports-title .cms-vc-sports-grade-title,
.cms-vc-search-wrapper .cms-vc-result-wrapper .cms-vc-sports-title .site-custom-link-gallery-explore-wrapper .site-slider.site-slide-caption-dt-tc .site-slide .site-slider-caption .site-slider-more-desc .cms-vc-sports-grade-title,
.site-custom-link-gallery-explore-wrapper .site-slider.site-slide-caption-dt-tc .site-slide .site-slider-caption .site-slider-more-desc h6 {
  text-align: center;
}
.site-custom-link-gallery-wrapper .site-slider.site-slide-caption-dt-tr .site-slide .site-slide-link .site-slider-caption .site-slider-more-desc,
.site-custom-link-gallery-wrapper .site-slider.site-slide-caption-dt-tr .site-slide .site-slider-caption .site-slider-more-desc,
.site-custom-link-gallery-explore-wrapper .site-slider.site-slide-caption-dt-tr .site-slide .site-slide-link .site-slider-caption .site-slider-more-desc,
.site-custom-link-gallery-explore-wrapper .site-slider.site-slide-caption-dt-tr .site-slide .site-slider-caption .site-slider-more-desc {
  width: 100%;
}
.site-custom-link-gallery-wrapper .site-slider.site-slide-caption-dt-tr .site-slide .site-slide-link .site-slider-caption .site-slider-more-desc h1,
.site-custom-link-gallery-wrapper .site-slider.site-slide-caption-dt-tr .site-slide .site-slide-link .site-slider-caption .site-slider-more-desc h2,
.site-custom-link-gallery-wrapper .site-slider.site-slide-caption-dt-tr .site-slide .site-slide-link .site-slider-caption .site-slider-more-desc h3,
.site-custom-link-gallery-wrapper .site-slider.site-slide-caption-dt-tr .site-slide .site-slide-link .site-slider-caption .site-slider-more-desc h4,
.site-custom-link-gallery-wrapper .site-slider.site-slide-caption-dt-tr .site-slide .site-slide-link .site-slider-caption .site-slider-more-desc h5,
.site-custom-link-gallery-wrapper .site-slider.site-slide-caption-dt-tr .site-slide .site-slide-link .site-slider-caption .site-slider-more-desc h6,
.site-custom-link-gallery-wrapper .site-slider.site-slide-caption-dt-tr .site-slide .site-slider-caption .site-slider-more-desc h1,
.site-custom-link-gallery-wrapper .site-slider.site-slide-caption-dt-tr .site-slide .site-slider-caption .site-slider-more-desc h2,
.site-custom-link-gallery-wrapper .site-slider.site-slide-caption-dt-tr .site-slide .site-slider-caption .site-slider-more-desc h3,
.site-custom-link-gallery-wrapper .site-slider.site-slide-caption-dt-tr .site-slide .site-slider-caption .site-slider-more-desc h4,
.site-custom-link-gallery-wrapper .site-slider.site-slide-caption-dt-tr .site-slide .site-slider-caption .site-slider-more-desc h5,
.site-custom-link-gallery-wrapper .site-slider.site-slide-caption-dt-tr .site-slide .site-slider-caption .site-slider-more-desc .cms-vc-search-wrapper .cms-vc-result-wrapper .cms-vc-sports-title .cms-vc-sports-name-title,
.cms-vc-search-wrapper .cms-vc-result-wrapper .cms-vc-sports-title .site-custom-link-gallery-wrapper .site-slider.site-slide-caption-dt-tr .site-slide .site-slider-caption .site-slider-more-desc .cms-vc-sports-name-title,
.site-custom-link-gallery-wrapper .site-slider.site-slide-caption-dt-tr .site-slide .site-slider-caption .site-slider-more-desc .cms-vc-search-wrapper .cms-vc-result-wrapper .cms-vc-sports-title .cms-vc-sports-grade-title,
.cms-vc-search-wrapper .cms-vc-result-wrapper .cms-vc-sports-title .site-custom-link-gallery-wrapper .site-slider.site-slide-caption-dt-tr .site-slide .site-slider-caption .site-slider-more-desc .cms-vc-sports-grade-title,
.site-custom-link-gallery-wrapper .site-slider.site-slide-caption-dt-tr .site-slide .site-slider-caption .site-slider-more-desc h6,
.site-custom-link-gallery-explore-wrapper .site-slider.site-slide-caption-dt-tr .site-slide .site-slide-link .site-slider-caption .site-slider-more-desc h1,
.site-custom-link-gallery-explore-wrapper .site-slider.site-slide-caption-dt-tr .site-slide .site-slide-link .site-slider-caption .site-slider-more-desc h2,
.site-custom-link-gallery-explore-wrapper .site-slider.site-slide-caption-dt-tr .site-slide .site-slide-link .site-slider-caption .site-slider-more-desc h3,
.site-custom-link-gallery-explore-wrapper .site-slider.site-slide-caption-dt-tr .site-slide .site-slide-link .site-slider-caption .site-slider-more-desc h4,
.site-custom-link-gallery-explore-wrapper .site-slider.site-slide-caption-dt-tr .site-slide .site-slide-link .site-slider-caption .site-slider-more-desc h5,
.site-custom-link-gallery-explore-wrapper .site-slider.site-slide-caption-dt-tr .site-slide .site-slide-link .site-slider-caption .site-slider-more-desc h6,
.site-custom-link-gallery-explore-wrapper .site-slider.site-slide-caption-dt-tr .site-slide .site-slider-caption .site-slider-more-desc h1,
.site-custom-link-gallery-explore-wrapper .site-slider.site-slide-caption-dt-tr .site-slide .site-slider-caption .site-slider-more-desc h2,
.site-custom-link-gallery-explore-wrapper .site-slider.site-slide-caption-dt-tr .site-slide .site-slider-caption .site-slider-more-desc h3,
.site-custom-link-gallery-explore-wrapper .site-slider.site-slide-caption-dt-tr .site-slide .site-slider-caption .site-slider-more-desc h4,
.site-custom-link-gallery-explore-wrapper .site-slider.site-slide-caption-dt-tr .site-slide .site-slider-caption .site-slider-more-desc h5,
.site-custom-link-gallery-explore-wrapper .site-slider.site-slide-caption-dt-tr .site-slide .site-slider-caption .site-slider-more-desc .cms-vc-search-wrapper .cms-vc-result-wrapper .cms-vc-sports-title .cms-vc-sports-name-title,
.cms-vc-search-wrapper .cms-vc-result-wrapper .cms-vc-sports-title .site-custom-link-gallery-explore-wrapper .site-slider.site-slide-caption-dt-tr .site-slide .site-slider-caption .site-slider-more-desc .cms-vc-sports-name-title,
.site-custom-link-gallery-explore-wrapper .site-slider.site-slide-caption-dt-tr .site-slide .site-slider-caption .site-slider-more-desc .cms-vc-search-wrapper .cms-vc-result-wrapper .cms-vc-sports-title .cms-vc-sports-grade-title,
.cms-vc-search-wrapper .cms-vc-result-wrapper .cms-vc-sports-title .site-custom-link-gallery-explore-wrapper .site-slider.site-slide-caption-dt-tr .site-slide .site-slider-caption .site-slider-more-desc .cms-vc-sports-grade-title,
.site-custom-link-gallery-explore-wrapper .site-slider.site-slide-caption-dt-tr .site-slide .site-slider-caption .site-slider-more-desc h6 {
  text-align: right;
}
.site-custom-link-gallery-wrapper .site-slider.site-slide-caption-dt-mc .site-slide .site-slide-link .site-slider-caption .site-slider-more-desc,
.site-custom-link-gallery-wrapper .site-slider.site-slide-caption-dt-mc .site-slide .site-slider-caption .site-slider-more-desc,
.site-custom-link-gallery-explore-wrapper .site-slider.site-slide-caption-dt-mc .site-slide .site-slide-link .site-slider-caption .site-slider-more-desc,
.site-custom-link-gallery-explore-wrapper .site-slider.site-slide-caption-dt-mc .site-slide .site-slider-caption .site-slider-more-desc {
  width: 100%;
}
.site-custom-link-gallery-wrapper .site-slider.site-slide-caption-dt-mc .site-slide .site-slide-link .site-slider-caption .site-slider-more-desc h1,
.site-custom-link-gallery-wrapper .site-slider.site-slide-caption-dt-mc .site-slide .site-slide-link .site-slider-caption .site-slider-more-desc h2,
.site-custom-link-gallery-wrapper .site-slider.site-slide-caption-dt-mc .site-slide .site-slide-link .site-slider-caption .site-slider-more-desc h3,
.site-custom-link-gallery-wrapper .site-slider.site-slide-caption-dt-mc .site-slide .site-slide-link .site-slider-caption .site-slider-more-desc h4,
.site-custom-link-gallery-wrapper .site-slider.site-slide-caption-dt-mc .site-slide .site-slide-link .site-slider-caption .site-slider-more-desc h5,
.site-custom-link-gallery-wrapper .site-slider.site-slide-caption-dt-mc .site-slide .site-slide-link .site-slider-caption .site-slider-more-desc h6,
.site-custom-link-gallery-wrapper .site-slider.site-slide-caption-dt-mc .site-slide .site-slider-caption .site-slider-more-desc h1,
.site-custom-link-gallery-wrapper .site-slider.site-slide-caption-dt-mc .site-slide .site-slider-caption .site-slider-more-desc h2,
.site-custom-link-gallery-wrapper .site-slider.site-slide-caption-dt-mc .site-slide .site-slider-caption .site-slider-more-desc h3,
.site-custom-link-gallery-wrapper .site-slider.site-slide-caption-dt-mc .site-slide .site-slider-caption .site-slider-more-desc h4,
.site-custom-link-gallery-wrapper .site-slider.site-slide-caption-dt-mc .site-slide .site-slider-caption .site-slider-more-desc h5,
.site-custom-link-gallery-wrapper .site-slider.site-slide-caption-dt-mc .site-slide .site-slider-caption .site-slider-more-desc .cms-vc-search-wrapper .cms-vc-result-wrapper .cms-vc-sports-title .cms-vc-sports-name-title,
.cms-vc-search-wrapper .cms-vc-result-wrapper .cms-vc-sports-title .site-custom-link-gallery-wrapper .site-slider.site-slide-caption-dt-mc .site-slide .site-slider-caption .site-slider-more-desc .cms-vc-sports-name-title,
.site-custom-link-gallery-wrapper .site-slider.site-slide-caption-dt-mc .site-slide .site-slider-caption .site-slider-more-desc .cms-vc-search-wrapper .cms-vc-result-wrapper .cms-vc-sports-title .cms-vc-sports-grade-title,
.cms-vc-search-wrapper .cms-vc-result-wrapper .cms-vc-sports-title .site-custom-link-gallery-wrapper .site-slider.site-slide-caption-dt-mc .site-slide .site-slider-caption .site-slider-more-desc .cms-vc-sports-grade-title,
.site-custom-link-gallery-wrapper .site-slider.site-slide-caption-dt-mc .site-slide .site-slider-caption .site-slider-more-desc h6,
.site-custom-link-gallery-explore-wrapper .site-slider.site-slide-caption-dt-mc .site-slide .site-slide-link .site-slider-caption .site-slider-more-desc h1,
.site-custom-link-gallery-explore-wrapper .site-slider.site-slide-caption-dt-mc .site-slide .site-slide-link .site-slider-caption .site-slider-more-desc h2,
.site-custom-link-gallery-explore-wrapper .site-slider.site-slide-caption-dt-mc .site-slide .site-slide-link .site-slider-caption .site-slider-more-desc h3,
.site-custom-link-gallery-explore-wrapper .site-slider.site-slide-caption-dt-mc .site-slide .site-slide-link .site-slider-caption .site-slider-more-desc h4,
.site-custom-link-gallery-explore-wrapper .site-slider.site-slide-caption-dt-mc .site-slide .site-slide-link .site-slider-caption .site-slider-more-desc h5,
.site-custom-link-gallery-explore-wrapper .site-slider.site-slide-caption-dt-mc .site-slide .site-slide-link .site-slider-caption .site-slider-more-desc h6,
.site-custom-link-gallery-explore-wrapper .site-slider.site-slide-caption-dt-mc .site-slide .site-slider-caption .site-slider-more-desc h1,
.site-custom-link-gallery-explore-wrapper .site-slider.site-slide-caption-dt-mc .site-slide .site-slider-caption .site-slider-more-desc h2,
.site-custom-link-gallery-explore-wrapper .site-slider.site-slide-caption-dt-mc .site-slide .site-slider-caption .site-slider-more-desc h3,
.site-custom-link-gallery-explore-wrapper .site-slider.site-slide-caption-dt-mc .site-slide .site-slider-caption .site-slider-more-desc h4,
.site-custom-link-gallery-explore-wrapper .site-slider.site-slide-caption-dt-mc .site-slide .site-slider-caption .site-slider-more-desc h5,
.site-custom-link-gallery-explore-wrapper .site-slider.site-slide-caption-dt-mc .site-slide .site-slider-caption .site-slider-more-desc .cms-vc-search-wrapper .cms-vc-result-wrapper .cms-vc-sports-title .cms-vc-sports-name-title,
.cms-vc-search-wrapper .cms-vc-result-wrapper .cms-vc-sports-title .site-custom-link-gallery-explore-wrapper .site-slider.site-slide-caption-dt-mc .site-slide .site-slider-caption .site-slider-more-desc .cms-vc-sports-name-title,
.site-custom-link-gallery-explore-wrapper .site-slider.site-slide-caption-dt-mc .site-slide .site-slider-caption .site-slider-more-desc .cms-vc-search-wrapper .cms-vc-result-wrapper .cms-vc-sports-title .cms-vc-sports-grade-title,
.cms-vc-search-wrapper .cms-vc-result-wrapper .cms-vc-sports-title .site-custom-link-gallery-explore-wrapper .site-slider.site-slide-caption-dt-mc .site-slide .site-slider-caption .site-slider-more-desc .cms-vc-sports-grade-title,
.site-custom-link-gallery-explore-wrapper .site-slider.site-slide-caption-dt-mc .site-slide .site-slider-caption .site-slider-more-desc h6 {
  text-align: center;
}
.site-custom-link-gallery-wrapper .site-slider.site-slide-caption-dt-mr .site-slide .site-slide-link .site-slider-caption .site-slider-more-desc,
.site-custom-link-gallery-wrapper .site-slider.site-slide-caption-dt-mr .site-slide .site-slider-caption .site-slider-more-desc,
.site-custom-link-gallery-explore-wrapper .site-slider.site-slide-caption-dt-mr .site-slide .site-slide-link .site-slider-caption .site-slider-more-desc,
.site-custom-link-gallery-explore-wrapper .site-slider.site-slide-caption-dt-mr .site-slide .site-slider-caption .site-slider-more-desc {
  width: 100%;
}
.site-custom-link-gallery-wrapper .site-slider.site-slide-caption-dt-mr .site-slide .site-slide-link .site-slider-caption .site-slider-more-desc h1,
.site-custom-link-gallery-wrapper .site-slider.site-slide-caption-dt-mr .site-slide .site-slide-link .site-slider-caption .site-slider-more-desc h2,
.site-custom-link-gallery-wrapper .site-slider.site-slide-caption-dt-mr .site-slide .site-slide-link .site-slider-caption .site-slider-more-desc h3,
.site-custom-link-gallery-wrapper .site-slider.site-slide-caption-dt-mr .site-slide .site-slide-link .site-slider-caption .site-slider-more-desc h4,
.site-custom-link-gallery-wrapper .site-slider.site-slide-caption-dt-mr .site-slide .site-slide-link .site-slider-caption .site-slider-more-desc h5,
.site-custom-link-gallery-wrapper .site-slider.site-slide-caption-dt-mr .site-slide .site-slide-link .site-slider-caption .site-slider-more-desc h6,
.site-custom-link-gallery-wrapper .site-slider.site-slide-caption-dt-mr .site-slide .site-slider-caption .site-slider-more-desc h1,
.site-custom-link-gallery-wrapper .site-slider.site-slide-caption-dt-mr .site-slide .site-slider-caption .site-slider-more-desc h2,
.site-custom-link-gallery-wrapper .site-slider.site-slide-caption-dt-mr .site-slide .site-slider-caption .site-slider-more-desc h3,
.site-custom-link-gallery-wrapper .site-slider.site-slide-caption-dt-mr .site-slide .site-slider-caption .site-slider-more-desc h4,
.site-custom-link-gallery-wrapper .site-slider.site-slide-caption-dt-mr .site-slide .site-slider-caption .site-slider-more-desc h5,
.site-custom-link-gallery-wrapper .site-slider.site-slide-caption-dt-mr .site-slide .site-slider-caption .site-slider-more-desc .cms-vc-search-wrapper .cms-vc-result-wrapper .cms-vc-sports-title .cms-vc-sports-name-title,
.cms-vc-search-wrapper .cms-vc-result-wrapper .cms-vc-sports-title .site-custom-link-gallery-wrapper .site-slider.site-slide-caption-dt-mr .site-slide .site-slider-caption .site-slider-more-desc .cms-vc-sports-name-title,
.site-custom-link-gallery-wrapper .site-slider.site-slide-caption-dt-mr .site-slide .site-slider-caption .site-slider-more-desc .cms-vc-search-wrapper .cms-vc-result-wrapper .cms-vc-sports-title .cms-vc-sports-grade-title,
.cms-vc-search-wrapper .cms-vc-result-wrapper .cms-vc-sports-title .site-custom-link-gallery-wrapper .site-slider.site-slide-caption-dt-mr .site-slide .site-slider-caption .site-slider-more-desc .cms-vc-sports-grade-title,
.site-custom-link-gallery-wrapper .site-slider.site-slide-caption-dt-mr .site-slide .site-slider-caption .site-slider-more-desc h6,
.site-custom-link-gallery-explore-wrapper .site-slider.site-slide-caption-dt-mr .site-slide .site-slide-link .site-slider-caption .site-slider-more-desc h1,
.site-custom-link-gallery-explore-wrapper .site-slider.site-slide-caption-dt-mr .site-slide .site-slide-link .site-slider-caption .site-slider-more-desc h2,
.site-custom-link-gallery-explore-wrapper .site-slider.site-slide-caption-dt-mr .site-slide .site-slide-link .site-slider-caption .site-slider-more-desc h3,
.site-custom-link-gallery-explore-wrapper .site-slider.site-slide-caption-dt-mr .site-slide .site-slide-link .site-slider-caption .site-slider-more-desc h4,
.site-custom-link-gallery-explore-wrapper .site-slider.site-slide-caption-dt-mr .site-slide .site-slide-link .site-slider-caption .site-slider-more-desc h5,
.site-custom-link-gallery-explore-wrapper .site-slider.site-slide-caption-dt-mr .site-slide .site-slide-link .site-slider-caption .site-slider-more-desc h6,
.site-custom-link-gallery-explore-wrapper .site-slider.site-slide-caption-dt-mr .site-slide .site-slider-caption .site-slider-more-desc h1,
.site-custom-link-gallery-explore-wrapper .site-slider.site-slide-caption-dt-mr .site-slide .site-slider-caption .site-slider-more-desc h2,
.site-custom-link-gallery-explore-wrapper .site-slider.site-slide-caption-dt-mr .site-slide .site-slider-caption .site-slider-more-desc h3,
.site-custom-link-gallery-explore-wrapper .site-slider.site-slide-caption-dt-mr .site-slide .site-slider-caption .site-slider-more-desc h4,
.site-custom-link-gallery-explore-wrapper .site-slider.site-slide-caption-dt-mr .site-slide .site-slider-caption .site-slider-more-desc h5,
.site-custom-link-gallery-explore-wrapper .site-slider.site-slide-caption-dt-mr .site-slide .site-slider-caption .site-slider-more-desc .cms-vc-search-wrapper .cms-vc-result-wrapper .cms-vc-sports-title .cms-vc-sports-name-title,
.cms-vc-search-wrapper .cms-vc-result-wrapper .cms-vc-sports-title .site-custom-link-gallery-explore-wrapper .site-slider.site-slide-caption-dt-mr .site-slide .site-slider-caption .site-slider-more-desc .cms-vc-sports-name-title,
.site-custom-link-gallery-explore-wrapper .site-slider.site-slide-caption-dt-mr .site-slide .site-slider-caption .site-slider-more-desc .cms-vc-search-wrapper .cms-vc-result-wrapper .cms-vc-sports-title .cms-vc-sports-grade-title,
.cms-vc-search-wrapper .cms-vc-result-wrapper .cms-vc-sports-title .site-custom-link-gallery-explore-wrapper .site-slider.site-slide-caption-dt-mr .site-slide .site-slider-caption .site-slider-more-desc .cms-vc-sports-grade-title,
.site-custom-link-gallery-explore-wrapper .site-slider.site-slide-caption-dt-mr .site-slide .site-slider-caption .site-slider-more-desc h6 {
  text-align: right;
}
.site-custom-link-gallery-wrapper .site-slider.site-slide-caption-dt-br .site-slide .site-slide-link .site-slider-caption .site-slider-more-desc,
.site-custom-link-gallery-wrapper .site-slider.site-slide-caption-dt-br .site-slide .site-slider-caption .site-slider-more-desc,
.site-custom-link-gallery-explore-wrapper .site-slider.site-slide-caption-dt-br .site-slide .site-slide-link .site-slider-caption .site-slider-more-desc,
.site-custom-link-gallery-explore-wrapper .site-slider.site-slide-caption-dt-br .site-slide .site-slider-caption .site-slider-more-desc {
  width: 100%;
}
.site-custom-link-gallery-wrapper .site-slider.site-slide-caption-dt-br .site-slide .site-slide-link .site-slider-caption .site-slider-more-desc h1,
.site-custom-link-gallery-wrapper .site-slider.site-slide-caption-dt-br .site-slide .site-slide-link .site-slider-caption .site-slider-more-desc h2,
.site-custom-link-gallery-wrapper .site-slider.site-slide-caption-dt-br .site-slide .site-slide-link .site-slider-caption .site-slider-more-desc h3,
.site-custom-link-gallery-wrapper .site-slider.site-slide-caption-dt-br .site-slide .site-slide-link .site-slider-caption .site-slider-more-desc h4,
.site-custom-link-gallery-wrapper .site-slider.site-slide-caption-dt-br .site-slide .site-slide-link .site-slider-caption .site-slider-more-desc h5,
.site-custom-link-gallery-wrapper .site-slider.site-slide-caption-dt-br .site-slide .site-slide-link .site-slider-caption .site-slider-more-desc h6,
.site-custom-link-gallery-wrapper .site-slider.site-slide-caption-dt-br .site-slide .site-slider-caption .site-slider-more-desc h1,
.site-custom-link-gallery-wrapper .site-slider.site-slide-caption-dt-br .site-slide .site-slider-caption .site-slider-more-desc h2,
.site-custom-link-gallery-wrapper .site-slider.site-slide-caption-dt-br .site-slide .site-slider-caption .site-slider-more-desc h3,
.site-custom-link-gallery-wrapper .site-slider.site-slide-caption-dt-br .site-slide .site-slider-caption .site-slider-more-desc h4,
.site-custom-link-gallery-wrapper .site-slider.site-slide-caption-dt-br .site-slide .site-slider-caption .site-slider-more-desc h5,
.site-custom-link-gallery-wrapper .site-slider.site-slide-caption-dt-br .site-slide .site-slider-caption .site-slider-more-desc .cms-vc-search-wrapper .cms-vc-result-wrapper .cms-vc-sports-title .cms-vc-sports-name-title,
.cms-vc-search-wrapper .cms-vc-result-wrapper .cms-vc-sports-title .site-custom-link-gallery-wrapper .site-slider.site-slide-caption-dt-br .site-slide .site-slider-caption .site-slider-more-desc .cms-vc-sports-name-title,
.site-custom-link-gallery-wrapper .site-slider.site-slide-caption-dt-br .site-slide .site-slider-caption .site-slider-more-desc .cms-vc-search-wrapper .cms-vc-result-wrapper .cms-vc-sports-title .cms-vc-sports-grade-title,
.cms-vc-search-wrapper .cms-vc-result-wrapper .cms-vc-sports-title .site-custom-link-gallery-wrapper .site-slider.site-slide-caption-dt-br .site-slide .site-slider-caption .site-slider-more-desc .cms-vc-sports-grade-title,
.site-custom-link-gallery-wrapper .site-slider.site-slide-caption-dt-br .site-slide .site-slider-caption .site-slider-more-desc h6,
.site-custom-link-gallery-explore-wrapper .site-slider.site-slide-caption-dt-br .site-slide .site-slide-link .site-slider-caption .site-slider-more-desc h1,
.site-custom-link-gallery-explore-wrapper .site-slider.site-slide-caption-dt-br .site-slide .site-slide-link .site-slider-caption .site-slider-more-desc h2,
.site-custom-link-gallery-explore-wrapper .site-slider.site-slide-caption-dt-br .site-slide .site-slide-link .site-slider-caption .site-slider-more-desc h3,
.site-custom-link-gallery-explore-wrapper .site-slider.site-slide-caption-dt-br .site-slide .site-slide-link .site-slider-caption .site-slider-more-desc h4,
.site-custom-link-gallery-explore-wrapper .site-slider.site-slide-caption-dt-br .site-slide .site-slide-link .site-slider-caption .site-slider-more-desc h5,
.site-custom-link-gallery-explore-wrapper .site-slider.site-slide-caption-dt-br .site-slide .site-slide-link .site-slider-caption .site-slider-more-desc h6,
.site-custom-link-gallery-explore-wrapper .site-slider.site-slide-caption-dt-br .site-slide .site-slider-caption .site-slider-more-desc h1,
.site-custom-link-gallery-explore-wrapper .site-slider.site-slide-caption-dt-br .site-slide .site-slider-caption .site-slider-more-desc h2,
.site-custom-link-gallery-explore-wrapper .site-slider.site-slide-caption-dt-br .site-slide .site-slider-caption .site-slider-more-desc h3,
.site-custom-link-gallery-explore-wrapper .site-slider.site-slide-caption-dt-br .site-slide .site-slider-caption .site-slider-more-desc h4,
.site-custom-link-gallery-explore-wrapper .site-slider.site-slide-caption-dt-br .site-slide .site-slider-caption .site-slider-more-desc h5,
.site-custom-link-gallery-explore-wrapper .site-slider.site-slide-caption-dt-br .site-slide .site-slider-caption .site-slider-more-desc .cms-vc-search-wrapper .cms-vc-result-wrapper .cms-vc-sports-title .cms-vc-sports-name-title,
.cms-vc-search-wrapper .cms-vc-result-wrapper .cms-vc-sports-title .site-custom-link-gallery-explore-wrapper .site-slider.site-slide-caption-dt-br .site-slide .site-slider-caption .site-slider-more-desc .cms-vc-sports-name-title,
.site-custom-link-gallery-explore-wrapper .site-slider.site-slide-caption-dt-br .site-slide .site-slider-caption .site-slider-more-desc .cms-vc-search-wrapper .cms-vc-result-wrapper .cms-vc-sports-title .cms-vc-sports-grade-title,
.cms-vc-search-wrapper .cms-vc-result-wrapper .cms-vc-sports-title .site-custom-link-gallery-explore-wrapper .site-slider.site-slide-caption-dt-br .site-slide .site-slider-caption .site-slider-more-desc .cms-vc-sports-grade-title,
.site-custom-link-gallery-explore-wrapper .site-slider.site-slide-caption-dt-br .site-slide .site-slider-caption .site-slider-more-desc h6 {
  text-align: right;
}

.content-with-sidebar-page .site-main-with-sidebar .site-main-data .cms-gallery-feature .cms-feature-title,
.landing-page .site-main-with-sidebar .site-main-data .cms-gallery-feature .cms-feature-title {
  padding-right: 145px;
}
@media (max-width: 999px) {
  .content-with-sidebar-page .site-main-with-sidebar .site-main-data .cms-gallery-feature .slick-arrow,
  .landing-page .site-main-with-sidebar .site-main-data .cms-gallery-feature .slick-arrow {
    top: calc(50% - 50px) !important;
  }
  .content-with-sidebar-page .site-main-with-sidebar .site-main-data .cms-gallery-feature .slick-arrow.slick-prev,
  .landing-page .site-main-with-sidebar .site-main-data .cms-gallery-feature .slick-arrow.slick-prev {
    right: unset;
    left: unset;
  }
}

.site-custom-gallery-wrapper:not(.site-custom-facts-gallery-wrapper, .site-multi-slide-slider-wrapper) .slick-list,
.site-custom-link-gallery-wrapper:not(.site-custom-facts-gallery-wrapper, .site-multi-slide-slider-wrapper) .slick-list {
  overflow: hidden !important;
}
.site-custom-gallery-wrapper:not(.site-custom-facts-gallery-wrapper, .site-multi-slide-slider-wrapper).push-left-wrapper .site-slider .site-slide .site-slider-caption,
.site-custom-link-gallery-wrapper:not(.site-custom-facts-gallery-wrapper, .site-multi-slide-slider-wrapper).push-left-wrapper .site-slider .site-slide .site-slider-caption {
  left: 0;
  margin: 0 auto;
}
.site-custom-gallery-wrapper:not(.site-custom-facts-gallery-wrapper, .site-multi-slide-slider-wrapper).push-right-wrapper .site-slider .site-slide .site-slider-caption,
.site-custom-link-gallery-wrapper:not(.site-custom-facts-gallery-wrapper, .site-multi-slide-slider-wrapper).push-right-wrapper .site-slider .site-slide .site-slider-caption {
  left: 0;
  margin: 0 auto;
}
.site-custom-gallery-wrapper:not(.site-custom-facts-gallery-wrapper, .site-multi-slide-slider-wrapper) .site-slider .site-slide .site-slider-caption,
.site-custom-link-gallery-wrapper:not(.site-custom-facts-gallery-wrapper, .site-multi-slide-slider-wrapper) .site-slider .site-slide .site-slider-caption {
  position: relative;
  width: 83.62% !important;
  left: 0;
  right: 0;
  bottom: 60px;
  margin: auto;
  background: #06412F;
  padding: 20px;
}
.site-custom-gallery-wrapper:not(.site-custom-facts-gallery-wrapper, .site-multi-slide-slider-wrapper) .site-slider .site-slide .site-slider-caption .site-slider-capton-data,
.site-custom-link-gallery-wrapper:not(.site-custom-facts-gallery-wrapper, .site-multi-slide-slider-wrapper) .site-slider .site-slide .site-slider-caption .site-slider-capton-data {
  padding: 0px !important;
}
@media (max-width: 999px) {
  .site-custom-gallery-wrapper:not(.site-custom-facts-gallery-wrapper, .site-multi-slide-slider-wrapper) .site-slider .site-slide .site-slider-caption,
  .site-custom-link-gallery-wrapper:not(.site-custom-facts-gallery-wrapper, .site-multi-slide-slider-wrapper) .site-slider .site-slide .site-slider-caption {
    bottom: 40px;
  }
}
.site-custom-gallery-wrapper:not(.site-custom-facts-gallery-wrapper, .site-multi-slide-slider-wrapper) .site-slider .site-slide .site-slider-caption .site-container,
.site-custom-link-gallery-wrapper:not(.site-custom-facts-gallery-wrapper, .site-multi-slide-slider-wrapper) .site-slider .site-slide .site-slider-caption .site-container {
  padding: 0;
}
.site-custom-gallery-wrapper:not(.site-custom-facts-gallery-wrapper, .site-multi-slide-slider-wrapper) .site-slider .site-slide .site-slider-caption .site-slider-capton-data,
.site-custom-gallery-wrapper:not(.site-custom-facts-gallery-wrapper, .site-multi-slide-slider-wrapper) .site-slider .site-slide .site-slider-caption .site-slider-capton-data h1,
.site-custom-gallery-wrapper:not(.site-custom-facts-gallery-wrapper, .site-multi-slide-slider-wrapper) .site-slider .site-slide .site-slider-caption .site-slider-capton-data h2,
.site-custom-gallery-wrapper:not(.site-custom-facts-gallery-wrapper, .site-multi-slide-slider-wrapper) .site-slider .site-slide .site-slider-caption .site-slider-capton-data h3,
.site-custom-gallery-wrapper:not(.site-custom-facts-gallery-wrapper, .site-multi-slide-slider-wrapper) .site-slider .site-slide .site-slider-caption .site-slider-capton-data h4,
.site-custom-gallery-wrapper:not(.site-custom-facts-gallery-wrapper, .site-multi-slide-slider-wrapper) .site-slider .site-slide .site-slider-caption .site-slider-capton-data h5,
.site-custom-gallery-wrapper:not(.site-custom-facts-gallery-wrapper, .site-multi-slide-slider-wrapper) .site-slider .site-slide .site-slider-caption .site-slider-capton-data .cms-vc-search-wrapper .cms-vc-result-wrapper .cms-vc-sports-title .cms-vc-sports-name-title,
.cms-vc-search-wrapper .cms-vc-result-wrapper .cms-vc-sports-title .site-custom-gallery-wrapper:not(.site-custom-facts-gallery-wrapper, .site-multi-slide-slider-wrapper) .site-slider .site-slide .site-slider-caption .site-slider-capton-data .cms-vc-sports-name-title,
.site-custom-gallery-wrapper:not(.site-custom-facts-gallery-wrapper, .site-multi-slide-slider-wrapper) .site-slider .site-slide .site-slider-caption .site-slider-capton-data .cms-vc-search-wrapper .cms-vc-result-wrapper .cms-vc-sports-title .cms-vc-sports-grade-title,
.cms-vc-search-wrapper .cms-vc-result-wrapper .cms-vc-sports-title .site-custom-gallery-wrapper:not(.site-custom-facts-gallery-wrapper, .site-multi-slide-slider-wrapper) .site-slider .site-slide .site-slider-caption .site-slider-capton-data .cms-vc-sports-grade-title,
.site-custom-gallery-wrapper:not(.site-custom-facts-gallery-wrapper, .site-multi-slide-slider-wrapper) .site-slider .site-slide .site-slider-caption .site-slider-capton-data h6,
.site-custom-gallery-wrapper:not(.site-custom-facts-gallery-wrapper, .site-multi-slide-slider-wrapper) .site-slider .site-slide .site-slider-caption .site-slider-capton-data a,
.site-custom-link-gallery-wrapper:not(.site-custom-facts-gallery-wrapper, .site-multi-slide-slider-wrapper) .site-slider .site-slide .site-slider-caption .site-slider-capton-data,
.site-custom-link-gallery-wrapper:not(.site-custom-facts-gallery-wrapper, .site-multi-slide-slider-wrapper) .site-slider .site-slide .site-slider-caption .site-slider-capton-data h1,
.site-custom-link-gallery-wrapper:not(.site-custom-facts-gallery-wrapper, .site-multi-slide-slider-wrapper) .site-slider .site-slide .site-slider-caption .site-slider-capton-data h2,
.site-custom-link-gallery-wrapper:not(.site-custom-facts-gallery-wrapper, .site-multi-slide-slider-wrapper) .site-slider .site-slide .site-slider-caption .site-slider-capton-data h3,
.site-custom-link-gallery-wrapper:not(.site-custom-facts-gallery-wrapper, .site-multi-slide-slider-wrapper) .site-slider .site-slide .site-slider-caption .site-slider-capton-data h4,
.site-custom-link-gallery-wrapper:not(.site-custom-facts-gallery-wrapper, .site-multi-slide-slider-wrapper) .site-slider .site-slide .site-slider-caption .site-slider-capton-data h5,
.site-custom-link-gallery-wrapper:not(.site-custom-facts-gallery-wrapper, .site-multi-slide-slider-wrapper) .site-slider .site-slide .site-slider-caption .site-slider-capton-data .cms-vc-search-wrapper .cms-vc-result-wrapper .cms-vc-sports-title .cms-vc-sports-name-title,
.cms-vc-search-wrapper .cms-vc-result-wrapper .cms-vc-sports-title .site-custom-link-gallery-wrapper:not(.site-custom-facts-gallery-wrapper, .site-multi-slide-slider-wrapper) .site-slider .site-slide .site-slider-caption .site-slider-capton-data .cms-vc-sports-name-title,
.site-custom-link-gallery-wrapper:not(.site-custom-facts-gallery-wrapper, .site-multi-slide-slider-wrapper) .site-slider .site-slide .site-slider-caption .site-slider-capton-data .cms-vc-search-wrapper .cms-vc-result-wrapper .cms-vc-sports-title .cms-vc-sports-grade-title,
.cms-vc-search-wrapper .cms-vc-result-wrapper .cms-vc-sports-title .site-custom-link-gallery-wrapper:not(.site-custom-facts-gallery-wrapper, .site-multi-slide-slider-wrapper) .site-slider .site-slide .site-slider-caption .site-slider-capton-data .cms-vc-sports-grade-title,
.site-custom-link-gallery-wrapper:not(.site-custom-facts-gallery-wrapper, .site-multi-slide-slider-wrapper) .site-slider .site-slide .site-slider-caption .site-slider-capton-data h6,
.site-custom-link-gallery-wrapper:not(.site-custom-facts-gallery-wrapper, .site-multi-slide-slider-wrapper) .site-slider .site-slide .site-slider-caption .site-slider-capton-data a {
  color: #ffffff;
}
.site-custom-gallery-wrapper:not(.site-custom-facts-gallery-wrapper, .site-multi-slide-slider-wrapper) .site-slider .site-slide .site-slider-caption .site-slider-capton-data h3,
.site-custom-link-gallery-wrapper:not(.site-custom-facts-gallery-wrapper, .site-multi-slide-slider-wrapper) .site-slider .site-slide .site-slider-caption .site-slider-capton-data h3 {
  margin-bottom: 0;
  padding: 0 30px;
  font-size: 30px;
  line-height: 40px;
}
@media (max-width: 599px) {
  .site-custom-gallery-wrapper:not(.site-custom-facts-gallery-wrapper, .site-multi-slide-slider-wrapper) .site-slider .site-slide .site-slider-caption .site-slider-capton-data h3,
  .site-custom-link-gallery-wrapper:not(.site-custom-facts-gallery-wrapper, .site-multi-slide-slider-wrapper) .site-slider .site-slide .site-slider-caption .site-slider-capton-data h3 {
    padding: 0px;
    font-size: 20px;
    line-height: 30px;
  }
}
.site-custom-gallery-wrapper:not(.site-custom-facts-gallery-wrapper, .site-multi-slide-slider-wrapper) .site-slider .site-slide .site-slider-caption .site-slide-link,
.site-custom-link-gallery-wrapper:not(.site-custom-facts-gallery-wrapper, .site-multi-slide-slider-wrapper) .site-slider .site-slide .site-slider-caption .site-slide-link {
  text-decoration: none !important;
}
.site-custom-gallery-wrapper:not(.site-custom-facts-gallery-wrapper, .site-multi-slide-slider-wrapper) .site-slider .site-slide .site-slider-caption .site-slider-capton-data a[class^=site-button-]::before,
.site-custom-link-gallery-wrapper:not(.site-custom-facts-gallery-wrapper, .site-multi-slide-slider-wrapper) .site-slider .site-slide .site-slider-caption .site-slider-capton-data a[class^=site-button-]::before {
  display: none !important;
}
.site-custom-gallery-wrapper:not(.site-custom-facts-gallery-wrapper, .site-multi-slide-slider-wrapper) .site-slider .site-slide .site-slider-caption .site-slider-capton-data a:not([class^=site-button-]),
.site-custom-link-gallery-wrapper:not(.site-custom-facts-gallery-wrapper, .site-multi-slide-slider-wrapper) .site-slider .site-slide .site-slider-caption .site-slider-capton-data a:not([class^=site-button-]) {
  text-decoration: underline;
  text-transform: none;
  border-bottom: none;
}
.site-custom-gallery-wrapper:not(.site-custom-facts-gallery-wrapper, .site-multi-slide-slider-wrapper) .site-slider .site-slide .site-slider-caption .site-slider-capton-data a:not([class^=site-button-])::before,
.site-custom-link-gallery-wrapper:not(.site-custom-facts-gallery-wrapper, .site-multi-slide-slider-wrapper) .site-slider .site-slide .site-slider-caption .site-slider-capton-data a:not([class^=site-button-])::before {
  display: none;
}
.site-custom-gallery-wrapper:not(.site-custom-facts-gallery-wrapper, .site-multi-slide-slider-wrapper) .site-slider .site-slide .site-slider-caption .site-slider-capton-data a:not([class^=site-button-]):hover,
.site-custom-link-gallery-wrapper:not(.site-custom-facts-gallery-wrapper, .site-multi-slide-slider-wrapper) .site-slider .site-slide .site-slider-caption .site-slider-capton-data a:not([class^=site-button-]):hover {
  color: #BCAB77;
}
.site-custom-gallery-wrapper:not(.site-custom-facts-gallery-wrapper, .site-multi-slide-slider-wrapper) .site-slider.site-slide-caption-dt-tl .site-slide .site-slider-caption,
.site-custom-link-gallery-wrapper:not(.site-custom-facts-gallery-wrapper, .site-multi-slide-slider-wrapper) .site-slider.site-slide-caption-dt-tl .site-slide .site-slider-caption {
  position: absolute !important;
  bottom: unset !important;
  margin: unset;
}
.site-custom-gallery-wrapper:not(.site-custom-facts-gallery-wrapper, .site-multi-slide-slider-wrapper) .site-slider.site-slide-caption-dt-tc .site-slide .site-slider-caption,
.site-custom-link-gallery-wrapper:not(.site-custom-facts-gallery-wrapper, .site-multi-slide-slider-wrapper) .site-slider.site-slide-caption-dt-tc .site-slide .site-slider-caption {
  position: absolute !important;
  bottom: unset !important;
}
.site-custom-gallery-wrapper:not(.site-custom-facts-gallery-wrapper, .site-multi-slide-slider-wrapper) .site-slider.site-slide-caption-dt-tr .site-slide .site-slider-caption,
.site-custom-link-gallery-wrapper:not(.site-custom-facts-gallery-wrapper, .site-multi-slide-slider-wrapper) .site-slider.site-slide-caption-dt-tr .site-slide .site-slider-caption {
  position: absolute !important;
  bottom: unset !important;
  margin: unset;
  left: unset;
}
.site-custom-gallery-wrapper:not(.site-custom-facts-gallery-wrapper, .site-multi-slide-slider-wrapper) .site-slider.site-slide-caption-dt-ml .site-slide .site-slider-caption,
.site-custom-link-gallery-wrapper:not(.site-custom-facts-gallery-wrapper, .site-multi-slide-slider-wrapper) .site-slider.site-slide-caption-dt-ml .site-slide .site-slider-caption {
  position: absolute !important;
  bottom: unset !important;
  right: unset;
}
.site-custom-gallery-wrapper:not(.site-custom-facts-gallery-wrapper, .site-multi-slide-slider-wrapper) .site-slider.site-slide-caption-dt-mc .site-slide .site-slider-caption,
.site-custom-link-gallery-wrapper:not(.site-custom-facts-gallery-wrapper, .site-multi-slide-slider-wrapper) .site-slider.site-slide-caption-dt-mc .site-slide .site-slider-caption {
  position: absolute !important;
  bottom: unset !important;
}
.site-custom-gallery-wrapper:not(.site-custom-facts-gallery-wrapper, .site-multi-slide-slider-wrapper) .site-slider.site-slide-caption-dt-mr .site-slide .site-slider-caption,
.site-custom-link-gallery-wrapper:not(.site-custom-facts-gallery-wrapper, .site-multi-slide-slider-wrapper) .site-slider.site-slide-caption-dt-mr .site-slide .site-slider-caption {
  position: absolute !important;
  bottom: unset !important;
  left: unset;
}
.site-custom-gallery-wrapper:not(.site-custom-facts-gallery-wrapper, .site-multi-slide-slider-wrapper) .site-slider.site-slide-caption-dt-bl .site-slide .site-slider-caption,
.site-custom-link-gallery-wrapper:not(.site-custom-facts-gallery-wrapper, .site-multi-slide-slider-wrapper) .site-slider.site-slide-caption-dt-bl .site-slide .site-slider-caption {
  position: absolute !important;
  right: unset;
  bottom: 0;
}
.site-custom-gallery-wrapper:not(.site-custom-facts-gallery-wrapper, .site-multi-slide-slider-wrapper) .site-slider.site-slide-caption-dt-br .site-slide .site-slider-caption,
.site-custom-link-gallery-wrapper:not(.site-custom-facts-gallery-wrapper, .site-multi-slide-slider-wrapper) .site-slider.site-slide-caption-dt-br .site-slide .site-slider-caption {
  position: absolute !important;
  left: unset;
  bottom: 0;
}
@media (max-width: 699px) {
  .site-custom-gallery-wrapper:not(.site-custom-facts-gallery-wrapper, .site-multi-slide-slider-wrapper) .push-right-wrapper .site-slider.site-slide-caption-dt-tl .site-slide .site-slider-caption h3,
  .site-custom-gallery-wrapper:not(.site-custom-facts-gallery-wrapper, .site-multi-slide-slider-wrapper) .push-right-wrapper .site-slider.site-slide-caption-dt-tc .site-slide .site-slider-caption h3,
  .site-custom-gallery-wrapper:not(.site-custom-facts-gallery-wrapper, .site-multi-slide-slider-wrapper) .push-right-wrapper .site-slider.site-slide-caption-dt-tr .site-slide .site-slider-caption h3,
  .site-custom-gallery-wrapper:not(.site-custom-facts-gallery-wrapper, .site-multi-slide-slider-wrapper) .push-right-wrapper .site-slider.site-slide-caption-dt-ml .site-slide .site-slider-caption h3,
  .site-custom-gallery-wrapper:not(.site-custom-facts-gallery-wrapper, .site-multi-slide-slider-wrapper) .push-right-wrapper .site-slider.site-slide-caption-dt-mc .site-slide .site-slider-caption h3,
  .site-custom-gallery-wrapper:not(.site-custom-facts-gallery-wrapper, .site-multi-slide-slider-wrapper) .push-right-wrapper .site-slider.site-slide-caption-dt-mr .site-slide .site-slider-caption h3,
  .site-custom-gallery-wrapper:not(.site-custom-facts-gallery-wrapper, .site-multi-slide-slider-wrapper) .push-right-wrapper .site-slider.site-slide-caption-dt-bl .site-slide .site-slider-caption h3,
  .site-custom-gallery-wrapper:not(.site-custom-facts-gallery-wrapper, .site-multi-slide-slider-wrapper) .push-right-wrapper .site-slider.site-slide-caption-dt-br .site-slide .site-slider-caption h3,
  .site-custom-gallery-wrapper:not(.site-custom-facts-gallery-wrapper, .site-multi-slide-slider-wrapper) .push-left-wrapper .site-slider.site-slide-caption-dt-tl .site-slide .site-slider-caption h3,
  .site-custom-gallery-wrapper:not(.site-custom-facts-gallery-wrapper, .site-multi-slide-slider-wrapper) .push-left-wrapper .site-slider.site-slide-caption-dt-tc .site-slide .site-slider-caption h3,
  .site-custom-gallery-wrapper:not(.site-custom-facts-gallery-wrapper, .site-multi-slide-slider-wrapper) .push-left-wrapper .site-slider.site-slide-caption-dt-tr .site-slide .site-slider-caption h3,
  .site-custom-gallery-wrapper:not(.site-custom-facts-gallery-wrapper, .site-multi-slide-slider-wrapper) .push-left-wrapper .site-slider.site-slide-caption-dt-ml .site-slide .site-slider-caption h3,
  .site-custom-gallery-wrapper:not(.site-custom-facts-gallery-wrapper, .site-multi-slide-slider-wrapper) .push-left-wrapper .site-slider.site-slide-caption-dt-mc .site-slide .site-slider-caption h3,
  .site-custom-gallery-wrapper:not(.site-custom-facts-gallery-wrapper, .site-multi-slide-slider-wrapper) .push-left-wrapper .site-slider.site-slide-caption-dt-mr .site-slide .site-slider-caption h3,
  .site-custom-gallery-wrapper:not(.site-custom-facts-gallery-wrapper, .site-multi-slide-slider-wrapper) .push-left-wrapper .site-slider.site-slide-caption-dt-bl .site-slide .site-slider-caption h3,
  .site-custom-gallery-wrapper:not(.site-custom-facts-gallery-wrapper, .site-multi-slide-slider-wrapper) .push-left-wrapper .site-slider.site-slide-caption-dt-br .site-slide .site-slider-caption h3,
  .site-custom-link-gallery-wrapper:not(.site-custom-facts-gallery-wrapper, .site-multi-slide-slider-wrapper) .push-right-wrapper .site-slider.site-slide-caption-dt-tl .site-slide .site-slider-caption h3,
  .site-custom-link-gallery-wrapper:not(.site-custom-facts-gallery-wrapper, .site-multi-slide-slider-wrapper) .push-right-wrapper .site-slider.site-slide-caption-dt-tc .site-slide .site-slider-caption h3,
  .site-custom-link-gallery-wrapper:not(.site-custom-facts-gallery-wrapper, .site-multi-slide-slider-wrapper) .push-right-wrapper .site-slider.site-slide-caption-dt-tr .site-slide .site-slider-caption h3,
  .site-custom-link-gallery-wrapper:not(.site-custom-facts-gallery-wrapper, .site-multi-slide-slider-wrapper) .push-right-wrapper .site-slider.site-slide-caption-dt-ml .site-slide .site-slider-caption h3,
  .site-custom-link-gallery-wrapper:not(.site-custom-facts-gallery-wrapper, .site-multi-slide-slider-wrapper) .push-right-wrapper .site-slider.site-slide-caption-dt-mc .site-slide .site-slider-caption h3,
  .site-custom-link-gallery-wrapper:not(.site-custom-facts-gallery-wrapper, .site-multi-slide-slider-wrapper) .push-right-wrapper .site-slider.site-slide-caption-dt-mr .site-slide .site-slider-caption h3,
  .site-custom-link-gallery-wrapper:not(.site-custom-facts-gallery-wrapper, .site-multi-slide-slider-wrapper) .push-right-wrapper .site-slider.site-slide-caption-dt-bl .site-slide .site-slider-caption h3,
  .site-custom-link-gallery-wrapper:not(.site-custom-facts-gallery-wrapper, .site-multi-slide-slider-wrapper) .push-right-wrapper .site-slider.site-slide-caption-dt-br .site-slide .site-slider-caption h3,
  .site-custom-link-gallery-wrapper:not(.site-custom-facts-gallery-wrapper, .site-multi-slide-slider-wrapper) .push-left-wrapper .site-slider.site-slide-caption-dt-tl .site-slide .site-slider-caption h3,
  .site-custom-link-gallery-wrapper:not(.site-custom-facts-gallery-wrapper, .site-multi-slide-slider-wrapper) .push-left-wrapper .site-slider.site-slide-caption-dt-tc .site-slide .site-slider-caption h3,
  .site-custom-link-gallery-wrapper:not(.site-custom-facts-gallery-wrapper, .site-multi-slide-slider-wrapper) .push-left-wrapper .site-slider.site-slide-caption-dt-tr .site-slide .site-slider-caption h3,
  .site-custom-link-gallery-wrapper:not(.site-custom-facts-gallery-wrapper, .site-multi-slide-slider-wrapper) .push-left-wrapper .site-slider.site-slide-caption-dt-ml .site-slide .site-slider-caption h3,
  .site-custom-link-gallery-wrapper:not(.site-custom-facts-gallery-wrapper, .site-multi-slide-slider-wrapper) .push-left-wrapper .site-slider.site-slide-caption-dt-mc .site-slide .site-slider-caption h3,
  .site-custom-link-gallery-wrapper:not(.site-custom-facts-gallery-wrapper, .site-multi-slide-slider-wrapper) .push-left-wrapper .site-slider.site-slide-caption-dt-mr .site-slide .site-slider-caption h3,
  .site-custom-link-gallery-wrapper:not(.site-custom-facts-gallery-wrapper, .site-multi-slide-slider-wrapper) .push-left-wrapper .site-slider.site-slide-caption-dt-bl .site-slide .site-slider-caption h3,
  .site-custom-link-gallery-wrapper:not(.site-custom-facts-gallery-wrapper, .site-multi-slide-slider-wrapper) .push-left-wrapper .site-slider.site-slide-caption-dt-br .site-slide .site-slider-caption h3 {
    font-size: 20px;
  }
}
@media (max-width: 1299px) {
  .site-custom-gallery-wrapper:not(.site-custom-facts-gallery-wrapper, .site-multi-slide-slider-wrapper).site-gallery-dots-right-wrapper,
  .site-custom-link-gallery-wrapper:not(.site-custom-facts-gallery-wrapper, .site-multi-slide-slider-wrapper).site-gallery-dots-right-wrapper {
    padding-bottom: 0px !important;
  }
}
.site-custom-gallery.site-gallery-dots-right .slick-dots,
.site-custom-link-gallery.site-gallery-dots-right .slick-dots {
  transform: rotate(90deg);
  transform-origin: right bottom;
  padding-bottom: 30px;
  bottom: 35px;
}
@media (max-width: 1299px) {
  .site-custom-gallery.site-gallery-dots-right .slick-dots,
  .site-custom-link-gallery.site-gallery-dots-right .slick-dots {
    left: -50px;
    bottom: 0;
    text-align: right;
    padding-right: 20px;
    padding-bottom: 0px;
  }
}

.site-custom-link-gallery-wrapper .site-slider .slick-arrow,
.site-custom-link-gallery-explore-wrapper .site-slider .slick-arrow {
  top: -68px !important;
}
@media (max-width: 1099px) {
  .site-custom-link-gallery-wrapper .site-slider .slick-arrow,
  .site-custom-link-gallery-explore-wrapper .site-slider .slick-arrow {
    top: -60px !important;
  }
}
@media (max-width: 599px) {
  .site-custom-link-gallery-wrapper .site-slider .slick-arrow,
  .site-custom-link-gallery-explore-wrapper .site-slider .slick-arrow {
    top: -50px !important;
  }
}
.site-custom-link-gallery-wrapper .site-slider .slick-arrow.slick-prev,
.site-custom-link-gallery-explore-wrapper .site-slider .slick-arrow.slick-prev {
  right: 80px;
  left: unset;
}
@media (max-width: 599px) {
  .site-custom-link-gallery-wrapper .site-slider .slick-arrow.slick-prev,
  .site-custom-link-gallery-explore-wrapper .site-slider .slick-arrow.slick-prev {
    right: 60px;
  }
}
.site-custom-link-gallery-wrapper .site-slider .slick-arrow.slick-next,
.site-custom-link-gallery-explore-wrapper .site-slider .slick-arrow.slick-next {
  right: 0;
}
.site-custom-link-gallery-wrapper.more-title-text-wrapper .site-slide,
.site-custom-link-gallery-explore-wrapper.more-title-text-wrapper .site-slide {
  margin-bottom: 180px;
}
.site-custom-link-gallery-wrapper.more-title-text-wrapper .site-slide .site-slider-caption .site-slider-caption-block,
.site-custom-link-gallery-explore-wrapper.more-title-text-wrapper .site-slide .site-slider-caption .site-slider-caption-block {
  overflow: hidden;
}
.site-custom-link-gallery-wrapper.more-title-text-wrapper .site-slide .site-slider-caption .site-slider-more-desc,
.site-custom-link-gallery-explore-wrapper.more-title-text-wrapper .site-slide .site-slider-caption .site-slider-more-desc {
  position: relative !important;
  bottom: unset;
  padding-top: 100%;
}
.site-custom-link-gallery-wrapper.more-title-text-wrapper .site-slide .site-slider-caption .site-slider-more-desc .site-slider-more-desc-data h1,
.site-custom-link-gallery-wrapper.more-title-text-wrapper .site-slide .site-slider-caption .site-slider-more-desc .site-slider-more-desc-data h2,
.site-custom-link-gallery-wrapper.more-title-text-wrapper .site-slide .site-slider-caption .site-slider-more-desc .site-slider-more-desc-data h3,
.site-custom-link-gallery-wrapper.more-title-text-wrapper .site-slide .site-slider-caption .site-slider-more-desc .site-slider-more-desc-data h4,
.site-custom-link-gallery-wrapper.more-title-text-wrapper .site-slide .site-slider-caption .site-slider-more-desc .site-slider-more-desc-data h5,
.site-custom-link-gallery-wrapper.more-title-text-wrapper .site-slide .site-slider-caption .site-slider-more-desc .site-slider-more-desc-data .cms-vc-search-wrapper .cms-vc-result-wrapper .cms-vc-sports-title .cms-vc-sports-name-title,
.cms-vc-search-wrapper .cms-vc-result-wrapper .cms-vc-sports-title .site-custom-link-gallery-wrapper.more-title-text-wrapper .site-slide .site-slider-caption .site-slider-more-desc .site-slider-more-desc-data .cms-vc-sports-name-title,
.site-custom-link-gallery-wrapper.more-title-text-wrapper .site-slide .site-slider-caption .site-slider-more-desc .site-slider-more-desc-data .cms-vc-search-wrapper .cms-vc-result-wrapper .cms-vc-sports-title .cms-vc-sports-grade-title,
.cms-vc-search-wrapper .cms-vc-result-wrapper .cms-vc-sports-title .site-custom-link-gallery-wrapper.more-title-text-wrapper .site-slide .site-slider-caption .site-slider-more-desc .site-slider-more-desc-data .cms-vc-sports-grade-title,
.site-custom-link-gallery-wrapper.more-title-text-wrapper .site-slide .site-slider-caption .site-slider-more-desc .site-slider-more-desc-data h6,
.site-custom-link-gallery-explore-wrapper.more-title-text-wrapper .site-slide .site-slider-caption .site-slider-more-desc .site-slider-more-desc-data h1,
.site-custom-link-gallery-explore-wrapper.more-title-text-wrapper .site-slide .site-slider-caption .site-slider-more-desc .site-slider-more-desc-data h2,
.site-custom-link-gallery-explore-wrapper.more-title-text-wrapper .site-slide .site-slider-caption .site-slider-more-desc .site-slider-more-desc-data h3,
.site-custom-link-gallery-explore-wrapper.more-title-text-wrapper .site-slide .site-slider-caption .site-slider-more-desc .site-slider-more-desc-data h4,
.site-custom-link-gallery-explore-wrapper.more-title-text-wrapper .site-slide .site-slider-caption .site-slider-more-desc .site-slider-more-desc-data h5,
.site-custom-link-gallery-explore-wrapper.more-title-text-wrapper .site-slide .site-slider-caption .site-slider-more-desc .site-slider-more-desc-data .cms-vc-search-wrapper .cms-vc-result-wrapper .cms-vc-sports-title .cms-vc-sports-name-title,
.cms-vc-search-wrapper .cms-vc-result-wrapper .cms-vc-sports-title .site-custom-link-gallery-explore-wrapper.more-title-text-wrapper .site-slide .site-slider-caption .site-slider-more-desc .site-slider-more-desc-data .cms-vc-sports-name-title,
.site-custom-link-gallery-explore-wrapper.more-title-text-wrapper .site-slide .site-slider-caption .site-slider-more-desc .site-slider-more-desc-data .cms-vc-search-wrapper .cms-vc-result-wrapper .cms-vc-sports-title .cms-vc-sports-grade-title,
.cms-vc-search-wrapper .cms-vc-result-wrapper .cms-vc-sports-title .site-custom-link-gallery-explore-wrapper.more-title-text-wrapper .site-slide .site-slider-caption .site-slider-more-desc .site-slider-more-desc-data .cms-vc-sports-grade-title,
.site-custom-link-gallery-explore-wrapper.more-title-text-wrapper .site-slide .site-slider-caption .site-slider-more-desc .site-slider-more-desc-data h6 {
  margin-top: 30px;
  -webkit-line-clamp: 3;
}
.site-custom-link-gallery .slick-list,
.site-custom-link-gallery-explore .slick-list {
  overflow: hidden;
}
.site-custom-link-gallery .site-slide,
.site-custom-link-gallery-explore .site-slide {
  margin-bottom: 100px;
}
@media (max-width: 599px) {
  .site-custom-link-gallery .site-slide,
  .site-custom-link-gallery-explore .site-slide {
    margin: 0 0 100px 0 !important;
  }
}
.site-custom-link-gallery .site-slider-caption,
.site-custom-link-gallery-explore .site-slider-caption {
  transition: 0.5s ease-in-out;
}
.site-custom-link-gallery .site-slider-caption::before,
.site-custom-link-gallery .site-slider-caption .site-slider-caption-block,
.site-custom-link-gallery .site-slider-caption .site-slider-capton-data,
.site-custom-link-gallery-explore .site-slider-caption::before,
.site-custom-link-gallery-explore .site-slider-caption .site-slider-caption-block,
.site-custom-link-gallery-explore .site-slider-caption .site-slider-capton-data {
  opacity: 0;
  transition: 0.5s ease-in-out;
}
.site-custom-link-gallery .site-slider-caption h1,
.site-custom-link-gallery .site-slider-caption h2,
.site-custom-link-gallery .site-slider-caption h3,
.site-custom-link-gallery .site-slider-caption h4,
.site-custom-link-gallery .site-slider-caption h5,
.site-custom-link-gallery .site-slider-caption .cms-vc-search-wrapper .cms-vc-result-wrapper .cms-vc-sports-title .cms-vc-sports-name-title,
.cms-vc-search-wrapper .cms-vc-result-wrapper .cms-vc-sports-title .site-custom-link-gallery .site-slider-caption .cms-vc-sports-name-title,
.site-custom-link-gallery .site-slider-caption .cms-vc-search-wrapper .cms-vc-result-wrapper .cms-vc-sports-title .cms-vc-sports-grade-title,
.cms-vc-search-wrapper .cms-vc-result-wrapper .cms-vc-sports-title .site-custom-link-gallery .site-slider-caption .cms-vc-sports-grade-title,
.site-custom-link-gallery .site-slider-caption h6,
.site-custom-link-gallery-explore .site-slider-caption h1,
.site-custom-link-gallery-explore .site-slider-caption h2,
.site-custom-link-gallery-explore .site-slider-caption h3,
.site-custom-link-gallery-explore .site-slider-caption h4,
.site-custom-link-gallery-explore .site-slider-caption h5,
.site-custom-link-gallery-explore .site-slider-caption .cms-vc-search-wrapper .cms-vc-result-wrapper .cms-vc-sports-title .cms-vc-sports-name-title,
.cms-vc-search-wrapper .cms-vc-result-wrapper .cms-vc-sports-title .site-custom-link-gallery-explore .site-slider-caption .cms-vc-sports-name-title,
.site-custom-link-gallery-explore .site-slider-caption .cms-vc-search-wrapper .cms-vc-result-wrapper .cms-vc-sports-title .cms-vc-sports-grade-title,
.cms-vc-search-wrapper .cms-vc-result-wrapper .cms-vc-sports-title .site-custom-link-gallery-explore .site-slider-caption .cms-vc-sports-grade-title,
.site-custom-link-gallery-explore .site-slider-caption h6 {
  transition: 0.5s ease-in-out;
}
.site-custom-link-gallery .site-slider-caption:hover,
.site-custom-link-gallery-explore .site-slider-caption:hover {
  background: rgba(6, 65, 48, 0.85) !important;
  transition: 0.5s ease-in-out;
}
.site-custom-link-gallery .site-slider-caption:hover::before,
.site-custom-link-gallery .site-slider-caption:hover .site-slider-caption-block,
.site-custom-link-gallery .site-slider-caption:hover .site-slider-capton-data,
.site-custom-link-gallery-explore .site-slider-caption:hover::before,
.site-custom-link-gallery-explore .site-slider-caption:hover .site-slider-caption-block,
.site-custom-link-gallery-explore .site-slider-caption:hover .site-slider-capton-data {
  opacity: 1 !important;
  transition: 0.5s ease-in-out;
}
.site-custom-link-gallery .site-slider-caption:hover h1,
.site-custom-link-gallery .site-slider-caption:hover h2,
.site-custom-link-gallery .site-slider-caption:hover h3,
.site-custom-link-gallery .site-slider-caption:hover h4,
.site-custom-link-gallery .site-slider-caption:hover h5,
.site-custom-link-gallery .site-slider-caption:hover .cms-vc-search-wrapper .cms-vc-result-wrapper .cms-vc-sports-title .cms-vc-sports-name-title,
.cms-vc-search-wrapper .cms-vc-result-wrapper .cms-vc-sports-title .site-custom-link-gallery .site-slider-caption:hover .cms-vc-sports-name-title,
.site-custom-link-gallery .site-slider-caption:hover .cms-vc-search-wrapper .cms-vc-result-wrapper .cms-vc-sports-title .cms-vc-sports-grade-title,
.cms-vc-search-wrapper .cms-vc-result-wrapper .cms-vc-sports-title .site-custom-link-gallery .site-slider-caption:hover .cms-vc-sports-grade-title,
.site-custom-link-gallery .site-slider-caption:hover h6,
.site-custom-link-gallery-explore .site-slider-caption:hover h1,
.site-custom-link-gallery-explore .site-slider-caption:hover h2,
.site-custom-link-gallery-explore .site-slider-caption:hover h3,
.site-custom-link-gallery-explore .site-slider-caption:hover h4,
.site-custom-link-gallery-explore .site-slider-caption:hover h5,
.site-custom-link-gallery-explore .site-slider-caption:hover .cms-vc-search-wrapper .cms-vc-result-wrapper .cms-vc-sports-title .cms-vc-sports-name-title,
.cms-vc-search-wrapper .cms-vc-result-wrapper .cms-vc-sports-title .site-custom-link-gallery-explore .site-slider-caption:hover .cms-vc-sports-name-title,
.site-custom-link-gallery-explore .site-slider-caption:hover .cms-vc-search-wrapper .cms-vc-result-wrapper .cms-vc-sports-title .cms-vc-sports-grade-title,
.cms-vc-search-wrapper .cms-vc-result-wrapper .cms-vc-sports-title .site-custom-link-gallery-explore .site-slider-caption:hover .cms-vc-sports-grade-title,
.site-custom-link-gallery-explore .site-slider-caption:hover h6 {
  color: #BCAB77;
}
.site-custom-link-gallery.site-thumbnail .site-thumbnail-block .site-thumbnail-more-desc,
.site-custom-link-gallery-explore.site-thumbnail .site-thumbnail-block .site-thumbnail-more-desc {
  pointer-events: none;
}
.site-custom-link-gallery.site-thumbnail .site-thumbnail-block .site-thumbnail-more-desc h1,
.site-custom-link-gallery.site-thumbnail .site-thumbnail-block .site-thumbnail-more-desc h2,
.site-custom-link-gallery.site-thumbnail .site-thumbnail-block .site-thumbnail-more-desc h3,
.site-custom-link-gallery.site-thumbnail .site-thumbnail-block .site-thumbnail-more-desc h4,
.site-custom-link-gallery.site-thumbnail .site-thumbnail-block .site-thumbnail-more-desc h5,
.site-custom-link-gallery.site-thumbnail .site-thumbnail-block .site-thumbnail-more-desc .cms-vc-search-wrapper .cms-vc-result-wrapper .cms-vc-sports-title .cms-vc-sports-name-title,
.cms-vc-search-wrapper .cms-vc-result-wrapper .cms-vc-sports-title .site-custom-link-gallery.site-thumbnail .site-thumbnail-block .site-thumbnail-more-desc .cms-vc-sports-name-title,
.site-custom-link-gallery.site-thumbnail .site-thumbnail-block .site-thumbnail-more-desc .cms-vc-search-wrapper .cms-vc-result-wrapper .cms-vc-sports-title .cms-vc-sports-grade-title,
.cms-vc-search-wrapper .cms-vc-result-wrapper .cms-vc-sports-title .site-custom-link-gallery.site-thumbnail .site-thumbnail-block .site-thumbnail-more-desc .cms-vc-sports-grade-title,
.site-custom-link-gallery.site-thumbnail .site-thumbnail-block .site-thumbnail-more-desc h6,
.site-custom-link-gallery-explore.site-thumbnail .site-thumbnail-block .site-thumbnail-more-desc h1,
.site-custom-link-gallery-explore.site-thumbnail .site-thumbnail-block .site-thumbnail-more-desc h2,
.site-custom-link-gallery-explore.site-thumbnail .site-thumbnail-block .site-thumbnail-more-desc h3,
.site-custom-link-gallery-explore.site-thumbnail .site-thumbnail-block .site-thumbnail-more-desc h4,
.site-custom-link-gallery-explore.site-thumbnail .site-thumbnail-block .site-thumbnail-more-desc h5,
.site-custom-link-gallery-explore.site-thumbnail .site-thumbnail-block .site-thumbnail-more-desc .cms-vc-search-wrapper .cms-vc-result-wrapper .cms-vc-sports-title .cms-vc-sports-name-title,
.cms-vc-search-wrapper .cms-vc-result-wrapper .cms-vc-sports-title .site-custom-link-gallery-explore.site-thumbnail .site-thumbnail-block .site-thumbnail-more-desc .cms-vc-sports-name-title,
.site-custom-link-gallery-explore.site-thumbnail .site-thumbnail-block .site-thumbnail-more-desc .cms-vc-search-wrapper .cms-vc-result-wrapper .cms-vc-sports-title .cms-vc-sports-grade-title,
.cms-vc-search-wrapper .cms-vc-result-wrapper .cms-vc-sports-title .site-custom-link-gallery-explore.site-thumbnail .site-thumbnail-block .site-thumbnail-more-desc .cms-vc-sports-grade-title,
.site-custom-link-gallery-explore.site-thumbnail .site-thumbnail-block .site-thumbnail-more-desc h6 {
  color: #BCAB77;
}
.site-custom-link-gallery.site-thumbnail .site-thumbnail-block .site-thumbnail-desc,
.site-custom-link-gallery-explore.site-thumbnail .site-thumbnail-block .site-thumbnail-desc {
  padding-right: 80px;
  pointer-events: none;
}
.site-custom-link-gallery.site-thumbnail .site-thumbnail-block .site-thumbnail-desc p,
.site-custom-link-gallery-explore.site-thumbnail .site-thumbnail-block .site-thumbnail-desc p {
  display: -webkit-box !important;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media (max-width: 999px) {
  .site-custom-link-gallery.site-thumbnail .site-thumbnail-block,
  .site-custom-link-gallery .site-thumbnail-dt-2 .site-thumbnail-block,
  .site-custom-link-gallery-explore.site-thumbnail .site-thumbnail-block,
  .site-custom-link-gallery-explore .site-thumbnail-dt-2 .site-thumbnail-block {
    width: 50% !important;
    padding-top: 50% !important;
  }
}
@media (max-width: 599px) {
  .site-custom-link-gallery.site-thumbnail .site-thumbnail-block,
  .site-custom-link-gallery .site-thumbnail-dt-2 .site-thumbnail-block,
  .site-custom-link-gallery-explore.site-thumbnail .site-thumbnail-block,
  .site-custom-link-gallery-explore .site-thumbnail-dt-2 .site-thumbnail-block {
    width: 100% !important;
    padding-top: 100% !important;
  }
}
@media (max-width: 999px) {
  .site-custom-link-gallery.site-thumbnail .site-thumbnail-block,
  .site-custom-link-gallery .site-thumbnail-dt-3 .site-thumbnail-block,
  .site-custom-link-gallery-explore.site-thumbnail .site-thumbnail-block,
  .site-custom-link-gallery-explore .site-thumbnail-dt-3 .site-thumbnail-block {
    width: 50% !important;
    padding-top: 50% !important;
  }
}
@media (max-width: 599px) {
  .site-custom-link-gallery.site-thumbnail .site-thumbnail-block,
  .site-custom-link-gallery .site-thumbnail-dt-3 .site-thumbnail-block,
  .site-custom-link-gallery-explore.site-thumbnail .site-thumbnail-block,
  .site-custom-link-gallery-explore .site-thumbnail-dt-3 .site-thumbnail-block {
    width: 100% !important;
    padding-top: 100% !important;
  }
}
@media (max-width: 999px) {
  .site-custom-link-gallery.site-thumbnail .site-thumbnail-block,
  .site-custom-link-gallery .site-thumbnail-dt-4 .site-thumbnail-block,
  .site-custom-link-gallery-explore.site-thumbnail .site-thumbnail-block,
  .site-custom-link-gallery-explore .site-thumbnail-dt-4 .site-thumbnail-block {
    width: 50% !important;
    padding-top: 50% !important;
  }
}
@media (max-width: 599px) {
  .site-custom-link-gallery.site-thumbnail .site-thumbnail-block,
  .site-custom-link-gallery .site-thumbnail-dt-4 .site-thumbnail-block,
  .site-custom-link-gallery-explore.site-thumbnail .site-thumbnail-block,
  .site-custom-link-gallery-explore .site-thumbnail-dt-4 .site-thumbnail-block {
    width: 100% !important;
    padding-top: 100% !important;
  }
}
@media (max-width: 999px) {
  .site-custom-link-gallery.site-thumbnail .site-thumbnail-block,
  .site-custom-link-gallery .site-thumbnail-dt-5 .site-thumbnail-block,
  .site-custom-link-gallery-explore.site-thumbnail .site-thumbnail-block,
  .site-custom-link-gallery-explore .site-thumbnail-dt-5 .site-thumbnail-block {
    width: 50% !important;
    padding-top: 50% !important;
  }
}
@media (max-width: 599px) {
  .site-custom-link-gallery.site-thumbnail .site-thumbnail-block,
  .site-custom-link-gallery .site-thumbnail-dt-5 .site-thumbnail-block,
  .site-custom-link-gallery-explore.site-thumbnail .site-thumbnail-block,
  .site-custom-link-gallery-explore .site-thumbnail-dt-5 .site-thumbnail-block {
    width: 100% !important;
    padding-top: 100% !important;
  }
}
@media (max-width: 999px) {
  .site-custom-link-gallery.site-thumbnail .site-thumbnail-block,
  .site-custom-link-gallery .site-thumbnail-dt-6 .site-thumbnail-block,
  .site-custom-link-gallery-explore.site-thumbnail .site-thumbnail-block,
  .site-custom-link-gallery-explore .site-thumbnail-dt-6 .site-thumbnail-block {
    width: 50% !important;
    padding-top: 50% !important;
  }
}
@media (max-width: 599px) {
  .site-custom-link-gallery.site-thumbnail .site-thumbnail-block,
  .site-custom-link-gallery .site-thumbnail-dt-6 .site-thumbnail-block,
  .site-custom-link-gallery-explore.site-thumbnail .site-thumbnail-block,
  .site-custom-link-gallery-explore .site-thumbnail-dt-6 .site-thumbnail-block {
    width: 100% !important;
    padding-top: 100% !important;
  }
}
@media (max-width: 999px) {
  .site-custom-link-gallery.site-thumbnail .site-thumbnail-block,
  .site-custom-link-gallery .site-thumbnail-dt-7 .site-thumbnail-block,
  .site-custom-link-gallery-explore.site-thumbnail .site-thumbnail-block,
  .site-custom-link-gallery-explore .site-thumbnail-dt-7 .site-thumbnail-block {
    width: 50% !important;
    padding-top: 50% !important;
  }
}
@media (max-width: 599px) {
  .site-custom-link-gallery.site-thumbnail .site-thumbnail-block,
  .site-custom-link-gallery .site-thumbnail-dt-7 .site-thumbnail-block,
  .site-custom-link-gallery-explore.site-thumbnail .site-thumbnail-block,
  .site-custom-link-gallery-explore .site-thumbnail-dt-7 .site-thumbnail-block {
    width: 100% !important;
    padding-top: 100% !important;
  }
}
@media (max-width: 999px) {
  .site-custom-link-gallery.site-thumbnail .site-thumbnail-block,
  .site-custom-link-gallery .site-thumbnail-dt-8 .site-thumbnail-block,
  .site-custom-link-gallery-explore.site-thumbnail .site-thumbnail-block,
  .site-custom-link-gallery-explore .site-thumbnail-dt-8 .site-thumbnail-block {
    width: 50% !important;
    padding-top: 50% !important;
  }
}
@media (max-width: 599px) {
  .site-custom-link-gallery.site-thumbnail .site-thumbnail-block,
  .site-custom-link-gallery .site-thumbnail-dt-8 .site-thumbnail-block,
  .site-custom-link-gallery-explore.site-thumbnail .site-thumbnail-block,
  .site-custom-link-gallery-explore .site-thumbnail-dt-8 .site-thumbnail-block {
    width: 100% !important;
    padding-top: 100% !important;
  }
}
@media (max-width: 999px) {
  .site-custom-link-gallery.site-thumbnail .site-thumbnail-block,
  .site-custom-link-gallery .site-thumbnail-dt-9 .site-thumbnail-block,
  .site-custom-link-gallery-explore.site-thumbnail .site-thumbnail-block,
  .site-custom-link-gallery-explore .site-thumbnail-dt-9 .site-thumbnail-block {
    width: 50% !important;
    padding-top: 50% !important;
  }
}
@media (max-width: 599px) {
  .site-custom-link-gallery.site-thumbnail .site-thumbnail-block,
  .site-custom-link-gallery .site-thumbnail-dt-9 .site-thumbnail-block,
  .site-custom-link-gallery-explore.site-thumbnail .site-thumbnail-block,
  .site-custom-link-gallery-explore .site-thumbnail-dt-9 .site-thumbnail-block {
    width: 100% !important;
    padding-top: 100% !important;
  }
}
.site-custom-link-gallery .site-thumbnail-image-wrapper a::before,
.site-custom-link-gallery-explore .site-thumbnail-image-wrapper a::before {
  content: "";
  width: 90px;
  height: 90px;
  background: url("../images/expand.webp") #BCAB77;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 30px;
  position: absolute;
  bottom: 0;
  right: 0;
  text-transform: none;
  text-align: center;
  transition: 0.5s ease-in-out;
  z-index: 1;
}
@media (max-width: 999px) {
  .site-custom-link-gallery .site-thumbnail-image-wrapper a::before,
  .site-custom-link-gallery-explore .site-thumbnail-image-wrapper a::before {
    width: 70px;
    height: 70px;
    background-size: 25px;
  }
}
@media (max-width: 399px) {
  .site-custom-link-gallery .site-thumbnail-image-wrapper a::before,
  .site-custom-link-gallery-explore .site-thumbnail-image-wrapper a::before {
    width: 50px;
    height: 50px;
    background-size: 15px;
  }
}
.site-custom-link-gallery .site-slider-pop-wrapper .site-slider-pop-img::before,
.site-custom-link-gallery-explore .site-slider-pop-wrapper .site-slider-pop-img::before {
  content: "";
  width: 60px;
  height: 60px;
  background: #BCAB77;
  position: absolute;
  top: 0;
  right: 0;
  font-family: "icomoon";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: 60px;
  color: #ffffff;
  text-align: center;
  font-size: 20px;
  content: "\e914";
  transform: rotate(-90deg);
  transition: 0.5s ease-in-out;
  opacity: 0;
  z-index: 2;
}
.site-custom-link-gallery .site-slider-pop-wrapper .site-slider-pop-img::after,
.site-custom-link-gallery-explore .site-slider-pop-wrapper .site-slider-pop-img::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: rgba(6, 65, 48, 0.85) !important;
  transition: 0.5s ease-in-out;
  opacity: 0;
}
.site-custom-link-gallery .site-slider-pop-wrapper .site-slider-pop-caption,
.site-custom-link-gallery-explore .site-slider-pop-wrapper .site-slider-pop-caption {
  transition: background 0.5s ease-in-out;
}
.site-custom-link-gallery .site-slider-pop-wrapper:hover .site-slider-pop-img,
.site-custom-link-gallery-explore .site-slider-pop-wrapper:hover .site-slider-pop-img {
  cursor: pointer;
}
.site-custom-link-gallery .site-slider-pop-wrapper:hover .site-slider-pop-img::after, .site-custom-link-gallery .site-slider-pop-wrapper:hover .site-slider-pop-img::before,
.site-custom-link-gallery-explore .site-slider-pop-wrapper:hover .site-slider-pop-img::after,
.site-custom-link-gallery-explore .site-slider-pop-wrapper:hover .site-slider-pop-img::before {
  opacity: 1 !important;
}
.site-custom-link-gallery .site-slider-pop-wrapper:hover .site-slider-pop-caption,
.site-custom-link-gallery-explore .site-slider-pop-wrapper:hover .site-slider-pop-caption {
  opacity: 1 !important;
}
.site-custom-link-gallery .site-slider-pop-wrapper .site-slider-pop-caption,
.site-custom-link-gallery-explore .site-slider-pop-wrapper .site-slider-pop-caption {
  pointer-events: none;
  background: transparent;
  opacity: 0;
  transition: 0.5s ease-in-out;
}
.site-custom-link-gallery .site-slider-pop-wrapper .slick-list,
.site-custom-link-gallery-explore .site-slider-pop-wrapper .slick-list {
  overflow: visible !important;
}
.site-custom-link-gallery .site-slider-pop-wrapper .site-slider-pop-img img,
.site-custom-link-gallery-explore .site-slider-pop-wrapper .site-slider-pop-img img {
  width: 100%;
}
.site-custom-link-gallery .site-slider-pop-wrapper .site-slider-pop-title p,
.site-custom-link-gallery-explore .site-slider-pop-wrapper .site-slider-pop-title p {
  display: -webkit-box !important;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.site-custom-link-gallery .site-slider-caption,
.site-custom-link-gallery-explore .site-slider-caption {
  position: absolute !important;
  display: flex;
  flex-direction: column;
  top: 0;
  left: 0;
  padding: 0 !important;
  background: transparent !important;
  width: 100% !important;
  height: 100%;
  bottom: 0 !important;
}
.site-custom-link-gallery .site-slider-caption::before,
.site-custom-link-gallery-explore .site-slider-caption::before {
  content: "";
  width: 60px;
  height: 60px;
  background: #BCAB77;
  position: absolute;
  top: 0;
  right: 0;
  font-family: "icomoon";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: 60px;
  color: #ffffff;
  text-align: center;
  font-size: 20px;
  content: "\e914";
  transform: rotate(-90deg);
}
.site-custom-link-gallery .site-slider-caption .site-container,
.site-custom-link-gallery-explore .site-slider-caption .site-container {
  padding: 0;
}
.site-custom-link-gallery .site-slider-caption .site-container .site-slider-capton-data,
.site-custom-link-gallery-explore .site-slider-caption .site-container .site-slider-capton-data {
  position: relative !important;
  padding: 0;
}
.site-custom-link-gallery .site-slider-caption .site-container h1,
.site-custom-link-gallery .site-slider-caption .site-container h2,
.site-custom-link-gallery .site-slider-caption .site-container h3,
.site-custom-link-gallery .site-slider-caption .site-container h4,
.site-custom-link-gallery .site-slider-caption .site-container h5,
.site-custom-link-gallery .site-slider-caption .site-container .cms-vc-search-wrapper .cms-vc-result-wrapper .cms-vc-sports-title .cms-vc-sports-name-title,
.cms-vc-search-wrapper .cms-vc-result-wrapper .cms-vc-sports-title .site-custom-link-gallery .site-slider-caption .site-container .cms-vc-sports-name-title,
.site-custom-link-gallery .site-slider-caption .site-container .cms-vc-search-wrapper .cms-vc-result-wrapper .cms-vc-sports-title .cms-vc-sports-grade-title,
.cms-vc-search-wrapper .cms-vc-result-wrapper .cms-vc-sports-title .site-custom-link-gallery .site-slider-caption .site-container .cms-vc-sports-grade-title,
.site-custom-link-gallery .site-slider-caption .site-container h6,
.site-custom-link-gallery-explore .site-slider-caption .site-container h1,
.site-custom-link-gallery-explore .site-slider-caption .site-container h2,
.site-custom-link-gallery-explore .site-slider-caption .site-container h3,
.site-custom-link-gallery-explore .site-slider-caption .site-container h4,
.site-custom-link-gallery-explore .site-slider-caption .site-container h5,
.site-custom-link-gallery-explore .site-slider-caption .site-container .cms-vc-search-wrapper .cms-vc-result-wrapper .cms-vc-sports-title .cms-vc-sports-name-title,
.cms-vc-search-wrapper .cms-vc-result-wrapper .cms-vc-sports-title .site-custom-link-gallery-explore .site-slider-caption .site-container .cms-vc-sports-name-title,
.site-custom-link-gallery-explore .site-slider-caption .site-container .cms-vc-search-wrapper .cms-vc-result-wrapper .cms-vc-sports-title .cms-vc-sports-grade-title,
.cms-vc-search-wrapper .cms-vc-result-wrapper .cms-vc-sports-title .site-custom-link-gallery-explore .site-slider-caption .site-container .cms-vc-sports-grade-title,
.site-custom-link-gallery-explore .site-slider-caption .site-container h6 {
  text-align: left;
  display: -webkit-box !important;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.site-custom-link-gallery .site-slider-caption .site-container p,
.site-custom-link-gallery-explore .site-slider-caption .site-container p {
  display: -webkit-box !important;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  margin: 0;
  text-align: left;
  transition: 0.5s ease-in-out;
}
@media (max-width: 899px) {
  .site-custom-link-gallery .site-slider-caption .site-container p,
  .site-custom-link-gallery-explore .site-slider-caption .site-container p {
    -webkit-line-clamp: 4;
  }
}
.site-custom-link-gallery .site-slider-caption .site-container p,
.site-custom-link-gallery-explore .site-slider-caption .site-container p {
  margin-bottom: 20px !important;
  padding: 60px 25px 0px 25px;
}
.site-custom-link-gallery .site-slider-caption .site-container p:not(:first-child),
.site-custom-link-gallery-explore .site-slider-caption .site-container p:not(:first-child) {
  padding-top: 0;
}
@media (max-width: 599px) {
  .site-custom-link-gallery .site-slider-caption .site-container p,
  .site-custom-link-gallery-explore .site-slider-caption .site-container p {
    font-size: 18px;
    line-height: 26px;
  }
}
.site-custom-link-gallery .site-slider-more-desc,
.site-custom-link-gallery-explore .site-slider-more-desc {
  position: absolute;
  bottom: -80px;
  font-size: 40px;
  line-height: 50px;
  color: #06412F;
}
@media (max-width: 599px) {
  .site-custom-link-gallery .site-slider-more-desc,
  .site-custom-link-gallery-explore .site-slider-more-desc {
    bottom: -90px;
  }
}
.site-custom-link-gallery .site-slider-more-desc h3,
.site-custom-link-gallery .site-slider-more-desc h4,
.site-custom-link-gallery-explore .site-slider-more-desc h3,
.site-custom-link-gallery-explore .site-slider-more-desc h4 {
  font-size: 40px;
  line-height: 50px;
}
@media (max-width: 1099px) {
  .site-custom-link-gallery .site-slider-more-desc h3,
  .site-custom-link-gallery .site-slider-more-desc h4,
  .site-custom-link-gallery-explore .site-slider-more-desc h3,
  .site-custom-link-gallery-explore .site-slider-more-desc h4 {
    font-size: 30px;
    line-height: 40px;
  }
}

.site-custom-link-gallery-explore.site-thumbnail .site-thumbnail-block .site-thumbnail-desc {
  padding-right: 110px;
}
@media (max-width: 899px) {
  .site-custom-link-gallery-explore.site-thumbnail .site-thumbnail-block .site-thumbnail-desc {
    padding-right: 80px;
  }
}
@media (max-width: 599px) {
  .site-custom-link-gallery-explore.site-thumbnail .site-thumbnail-block .site-thumbnail-desc {
    padding-right: 100px;
  }
}

.slick-arrow {
  width: 60px !important;
  height: 60px !important;
  top: 50%;
}
@media (max-width: 599px) {
  .slick-arrow {
    width: 45px !important;
    height: 45px !important;
  }
}
.slick-arrow::before, .slick-arrow::after {
  border-radius: 0 !important;
  background: #BCAB77 !important;
  border: 1px solid #BCAB77 !important;
  font-weight: 700 !important;
  font-size: 20px !important;
  line-height: 50px !important;
}
@media (max-width: 599px) {
  .slick-arrow::before, .slick-arrow::after {
    font-size: 18px !important;
    line-height: 45px !important;
  }
}
.slick-arrow:hover::before, .slick-arrow:hover::after {
  background: #ffffff !important;
  border: 1px solid #BCAB77 !important;
  color: #BCAB77 !important;
}

.site-slider .slick-dots li button::before,
.site-display-list .slick-dots li button::before {
  width: 15px;
  height: 15px;
  background: #f6f6f6;
  border: 1px solid #BCAB77;
  color: transparent;
  border-radius: 100%;
}
.site-slider .slick-dots li.slick-active button::before,
.site-display-list .slick-dots li.slick-active button::before {
  width: 15px;
  height: 15px;
  background: #BCAB77;
  border: 1px solid #BCAB77;
}

@media (max-width: 999px) {
  .site-custom-thumbnails-wrapper .site-custom-thumbnails .site-thumbnail-wrapper .site-thumbnail-block,
  .site-custom-thumbnails-wrapper .site-thumbnail-dt-2 .site-thumbnail-wrapper .site-thumbnail-block {
    width: 50% !important;
    padding-top: 50% !important;
  }
}
@media (max-width: 599px) {
  .site-custom-thumbnails-wrapper .site-custom-thumbnails .site-thumbnail-wrapper .site-thumbnail-block,
  .site-custom-thumbnails-wrapper .site-thumbnail-dt-2 .site-thumbnail-wrapper .site-thumbnail-block {
    width: 100% !important;
    padding-top: 100% !important;
  }
}
.site-custom-thumbnails-wrapper .site-thumbnail-image-wrapper a .site-icon-search {
  display: none;
}
.site-custom-thumbnails-wrapper .site-thumbnail-image-wrapper a::before {
  content: "";
  width: 90px;
  height: 90px;
  background: url("../images/expand.webp") #BCAB77;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 30px;
  position: absolute;
  bottom: 0;
  right: 0;
  text-transform: none;
  text-align: center;
  transition: 0.5s ease-in-out;
  z-index: 1;
}
@media (max-width: 999px) {
  .site-custom-thumbnails-wrapper .site-thumbnail-image-wrapper a::before {
    width: 70px;
    height: 70px;
    background-size: 25px;
  }
}
@media (max-width: 399px) {
  .site-custom-thumbnails-wrapper .site-thumbnail-image-wrapper a::before {
    width: 50px;
    height: 50px;
    background-size: 15px;
  }
}
@media (max-width: 999px) {
  .site-custom-thumbnails-wrapper .site-custom-thumbnails .site-thumbnail-wrapper .site-thumbnail-block,
  .site-custom-thumbnails-wrapper .site-thumbnail-dt-3 .site-thumbnail-wrapper .site-thumbnail-block {
    width: 50% !important;
    padding-top: 50% !important;
  }
}
@media (max-width: 599px) {
  .site-custom-thumbnails-wrapper .site-custom-thumbnails .site-thumbnail-wrapper .site-thumbnail-block,
  .site-custom-thumbnails-wrapper .site-thumbnail-dt-3 .site-thumbnail-wrapper .site-thumbnail-block {
    width: 100% !important;
    padding-top: 100% !important;
  }
}
.site-custom-thumbnails-wrapper .site-thumbnail-image-wrapper a .site-icon-search {
  display: none;
}
.site-custom-thumbnails-wrapper .site-thumbnail-image-wrapper a::before {
  content: "";
  width: 90px;
  height: 90px;
  background: url("../images/expand.webp") #BCAB77;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 30px;
  position: absolute;
  bottom: 0;
  right: 0;
  text-transform: none;
  text-align: center;
  transition: 0.5s ease-in-out;
  z-index: 1;
}
@media (max-width: 999px) {
  .site-custom-thumbnails-wrapper .site-thumbnail-image-wrapper a::before {
    width: 70px;
    height: 70px;
    background-size: 25px;
  }
}
@media (max-width: 399px) {
  .site-custom-thumbnails-wrapper .site-thumbnail-image-wrapper a::before {
    width: 50px;
    height: 50px;
    background-size: 15px;
  }
}
@media (max-width: 999px) {
  .site-custom-thumbnails-wrapper .site-custom-thumbnails .site-thumbnail-wrapper .site-thumbnail-block,
  .site-custom-thumbnails-wrapper .site-thumbnail-dt-4 .site-thumbnail-wrapper .site-thumbnail-block {
    width: 50% !important;
    padding-top: 50% !important;
  }
}
@media (max-width: 599px) {
  .site-custom-thumbnails-wrapper .site-custom-thumbnails .site-thumbnail-wrapper .site-thumbnail-block,
  .site-custom-thumbnails-wrapper .site-thumbnail-dt-4 .site-thumbnail-wrapper .site-thumbnail-block {
    width: 100% !important;
    padding-top: 100% !important;
  }
}
.site-custom-thumbnails-wrapper .site-thumbnail-image-wrapper a .site-icon-search {
  display: none;
}
.site-custom-thumbnails-wrapper .site-thumbnail-image-wrapper a::before {
  content: "";
  width: 90px;
  height: 90px;
  background: url("../images/expand.webp") #BCAB77;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 30px;
  position: absolute;
  bottom: 0;
  right: 0;
  text-transform: none;
  text-align: center;
  transition: 0.5s ease-in-out;
  z-index: 1;
}
@media (max-width: 999px) {
  .site-custom-thumbnails-wrapper .site-thumbnail-image-wrapper a::before {
    width: 70px;
    height: 70px;
    background-size: 25px;
  }
}
@media (max-width: 399px) {
  .site-custom-thumbnails-wrapper .site-thumbnail-image-wrapper a::before {
    width: 50px;
    height: 50px;
    background-size: 15px;
  }
}
@media (max-width: 999px) {
  .site-custom-thumbnails-wrapper .site-custom-thumbnails .site-thumbnail-wrapper .site-thumbnail-block,
  .site-custom-thumbnails-wrapper .site-thumbnail-dt-5 .site-thumbnail-wrapper .site-thumbnail-block {
    width: 50% !important;
    padding-top: 50% !important;
  }
}
@media (max-width: 599px) {
  .site-custom-thumbnails-wrapper .site-custom-thumbnails .site-thumbnail-wrapper .site-thumbnail-block,
  .site-custom-thumbnails-wrapper .site-thumbnail-dt-5 .site-thumbnail-wrapper .site-thumbnail-block {
    width: 100% !important;
    padding-top: 100% !important;
  }
}
.site-custom-thumbnails-wrapper .site-thumbnail-image-wrapper a .site-icon-search {
  display: none;
}
.site-custom-thumbnails-wrapper .site-thumbnail-image-wrapper a::before {
  content: "";
  width: 90px;
  height: 90px;
  background: url("../images/expand.webp") #BCAB77;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 30px;
  position: absolute;
  bottom: 0;
  right: 0;
  text-transform: none;
  text-align: center;
  transition: 0.5s ease-in-out;
  z-index: 1;
}
@media (max-width: 999px) {
  .site-custom-thumbnails-wrapper .site-thumbnail-image-wrapper a::before {
    width: 70px;
    height: 70px;
    background-size: 25px;
  }
}
@media (max-width: 399px) {
  .site-custom-thumbnails-wrapper .site-thumbnail-image-wrapper a::before {
    width: 50px;
    height: 50px;
    background-size: 15px;
  }
}
@media (max-width: 999px) {
  .site-custom-thumbnails-wrapper .site-custom-thumbnails .site-thumbnail-wrapper .site-thumbnail-block,
  .site-custom-thumbnails-wrapper .site-thumbnail-dt-6 .site-thumbnail-wrapper .site-thumbnail-block {
    width: 50% !important;
    padding-top: 50% !important;
  }
}
@media (max-width: 599px) {
  .site-custom-thumbnails-wrapper .site-custom-thumbnails .site-thumbnail-wrapper .site-thumbnail-block,
  .site-custom-thumbnails-wrapper .site-thumbnail-dt-6 .site-thumbnail-wrapper .site-thumbnail-block {
    width: 100% !important;
    padding-top: 100% !important;
  }
}
.site-custom-thumbnails-wrapper .site-thumbnail-image-wrapper a .site-icon-search {
  display: none;
}
.site-custom-thumbnails-wrapper .site-thumbnail-image-wrapper a::before {
  content: "";
  width: 90px;
  height: 90px;
  background: url("../images/expand.webp") #BCAB77;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 30px;
  position: absolute;
  bottom: 0;
  right: 0;
  text-transform: none;
  text-align: center;
  transition: 0.5s ease-in-out;
  z-index: 1;
}
@media (max-width: 999px) {
  .site-custom-thumbnails-wrapper .site-thumbnail-image-wrapper a::before {
    width: 70px;
    height: 70px;
    background-size: 25px;
  }
}
@media (max-width: 399px) {
  .site-custom-thumbnails-wrapper .site-thumbnail-image-wrapper a::before {
    width: 50px;
    height: 50px;
    background-size: 15px;
  }
}
@media (max-width: 999px) {
  .site-custom-thumbnails-wrapper .site-custom-thumbnails .site-thumbnail-wrapper .site-thumbnail-block,
  .site-custom-thumbnails-wrapper .site-thumbnail-dt-7 .site-thumbnail-wrapper .site-thumbnail-block {
    width: 50% !important;
    padding-top: 50% !important;
  }
}
@media (max-width: 599px) {
  .site-custom-thumbnails-wrapper .site-custom-thumbnails .site-thumbnail-wrapper .site-thumbnail-block,
  .site-custom-thumbnails-wrapper .site-thumbnail-dt-7 .site-thumbnail-wrapper .site-thumbnail-block {
    width: 100% !important;
    padding-top: 100% !important;
  }
}
.site-custom-thumbnails-wrapper .site-thumbnail-image-wrapper a .site-icon-search {
  display: none;
}
.site-custom-thumbnails-wrapper .site-thumbnail-image-wrapper a::before {
  content: "";
  width: 90px;
  height: 90px;
  background: url("../images/expand.webp") #BCAB77;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 30px;
  position: absolute;
  bottom: 0;
  right: 0;
  text-transform: none;
  text-align: center;
  transition: 0.5s ease-in-out;
  z-index: 1;
}
@media (max-width: 999px) {
  .site-custom-thumbnails-wrapper .site-thumbnail-image-wrapper a::before {
    width: 70px;
    height: 70px;
    background-size: 25px;
  }
}
@media (max-width: 399px) {
  .site-custom-thumbnails-wrapper .site-thumbnail-image-wrapper a::before {
    width: 50px;
    height: 50px;
    background-size: 15px;
  }
}
@media (max-width: 999px) {
  .site-custom-thumbnails-wrapper .site-custom-thumbnails .site-thumbnail-wrapper .site-thumbnail-block,
  .site-custom-thumbnails-wrapper .site-thumbnail-dt-8 .site-thumbnail-wrapper .site-thumbnail-block {
    width: 50% !important;
    padding-top: 50% !important;
  }
}
@media (max-width: 599px) {
  .site-custom-thumbnails-wrapper .site-custom-thumbnails .site-thumbnail-wrapper .site-thumbnail-block,
  .site-custom-thumbnails-wrapper .site-thumbnail-dt-8 .site-thumbnail-wrapper .site-thumbnail-block {
    width: 100% !important;
    padding-top: 100% !important;
  }
}
.site-custom-thumbnails-wrapper .site-thumbnail-image-wrapper a .site-icon-search {
  display: none;
}
.site-custom-thumbnails-wrapper .site-thumbnail-image-wrapper a::before {
  content: "";
  width: 90px;
  height: 90px;
  background: url("../images/expand.webp") #BCAB77;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 30px;
  position: absolute;
  bottom: 0;
  right: 0;
  text-transform: none;
  text-align: center;
  transition: 0.5s ease-in-out;
  z-index: 1;
}
@media (max-width: 999px) {
  .site-custom-thumbnails-wrapper .site-thumbnail-image-wrapper a::before {
    width: 70px;
    height: 70px;
    background-size: 25px;
  }
}
@media (max-width: 399px) {
  .site-custom-thumbnails-wrapper .site-thumbnail-image-wrapper a::before {
    width: 50px;
    height: 50px;
    background-size: 15px;
  }
}
@media (max-width: 999px) {
  .site-custom-thumbnails-wrapper .site-custom-thumbnails .site-thumbnail-wrapper .site-thumbnail-block,
  .site-custom-thumbnails-wrapper .site-thumbnail-dt-9 .site-thumbnail-wrapper .site-thumbnail-block {
    width: 50% !important;
    padding-top: 50% !important;
  }
}
@media (max-width: 599px) {
  .site-custom-thumbnails-wrapper .site-custom-thumbnails .site-thumbnail-wrapper .site-thumbnail-block,
  .site-custom-thumbnails-wrapper .site-thumbnail-dt-9 .site-thumbnail-wrapper .site-thumbnail-block {
    width: 100% !important;
    padding-top: 100% !important;
  }
}
.site-custom-thumbnails-wrapper .site-thumbnail-image-wrapper a .site-icon-search {
  display: none;
}
.site-custom-thumbnails-wrapper .site-thumbnail-image-wrapper a::before {
  content: "";
  width: 90px;
  height: 90px;
  background: url("../images/expand.webp") #BCAB77;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 30px;
  position: absolute;
  bottom: 0;
  right: 0;
  text-transform: none;
  text-align: center;
  transition: 0.5s ease-in-out;
  z-index: 1;
}
@media (max-width: 999px) {
  .site-custom-thumbnails-wrapper .site-thumbnail-image-wrapper a::before {
    width: 70px;
    height: 70px;
    background-size: 25px;
  }
}
@media (max-width: 399px) {
  .site-custom-thumbnails-wrapper .site-thumbnail-image-wrapper a::before {
    width: 50px;
    height: 50px;
    background-size: 15px;
  }
}

@media (max-width: 1440px) {
  .site-custom-text-wrapper.site-home-hero-text-wrapper {
    padding-left: 120px !important;
  }
}
@media (max-width: 1299px) {
  .site-custom-text-wrapper.site-home-hero-text-wrapper {
    padding-left: 0 !important;
    padding-right: 0 !important;
    padding-bottom: 60px !important;
  }
}
@media (min-width: 1000px) {
  .site-custom-text-wrapper.site-home-hero-text-wrapper {
    display: flex;
    align-items: center;
  }
}
.site-custom-text-wrapper.site-custom-wasp-cta-wrapper {
  width: 100% !important;
  max-width: 450px;
  margin: 0 auto !important;
}
.site-custom-text-wrapper.site-custom-wasp-cta-wrapper h2 {
  font-size: 40px;
  line-height: 50px;
}
@media (max-width: 1299px) {
  .site-custom-text.site-home-hero-text * {
    text-align: left !important;
  }
}
.site-custom-discover-wrapper {
  position: relative;
}
.site-custom-discover-wrapper .cms-text-feature-data {
  overflow: visible;
}
.site-custom-discover-wrapper.has-quote-wrapper {
  margin-bottom: 100px !important;
}
@media (min-width: 1000px) {
  .site-custom-discover table tr td {
    padding-right: 30px !important;
  }
}
@media (min-width: 1000px) {
  .site-custom-discover table tr td p {
    max-width: 450px;
  }
}
@media (max-width: 999px) {
  .site-custom-discover table tr td {
    display: block;
    width: 100% !important;
  }
}
@media (max-width: 599px) {
  .site-custom-discover table tr td:last-child {
    margin-left: -90px;
    padding: 0;
    position: relative;
    width: calc(100% + 130px) !important;
    padding-left: 10px;
  }
}
.site-custom-discover blockquote {
  position: absolute;
  height: 200px;
  bottom: -100px;
  width: 385px;
  left: -35px;
  margin: 0 auto 0 auto;
  right: 0;
  box-shadow: 0 20px 40px 0px rgba(0, 0, 0, 0.5);
  background: #ffffff;
  z-index: 2;
}
.site-custom-discover blockquote p,
.site-custom-discover blockquote span {
  display: -webkit-box !important;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media (max-width: 1399px) {
  .site-custom-discover blockquote {
    left: 0;
  }
}
@media (max-width: 999px) {
  .site-custom-discover blockquote {
    left: 0;
    width: calc(100% - 120px);
  }
}
@media (max-width: 599px) {
  .site-custom-discover blockquote {
    width: calc(100% - 40px);
    left: 0px;
    margin-right: 20px;
  }
}
@media (max-width: 399px) {
  .site-custom-discover blockquote p,
  .site-custom-discover blockquote span {
    font-size: 14px !important;
    line-height: 23px !important;
  }
}
.site-custom-discover blockquote::before {
  content: "";
  position: absolute;
  top: -40px;
  width: 80px;
  height: 80px;
  left: 0;
  right: 0;
  margin: 0 auto;
  border-radius: 100%;
  background: url("../images/quote.webp") #f6f6f6;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 30px;
}
.site-custom-discover.push-left blockquote {
  left: 35px !important;
}
@media (max-width: 1399px) {
  .site-custom-discover.push-left blockquote {
    left: 0 !important;
  }
}

.cms-page-is-in-edit-mode .site-custom-discover-wrapper .cms-text-feature-data {
  overflow: unset;
}
.cms-page-is-in-edit-mode .site-custom-discover blockquote {
  position: relative;
  height: 200px;
  bottom: 0;
}

.site-navigation-feature-wrapper {
  z-index: 11;
}
.site-navigation-feature-wrapper .site-custom-header-navigation {
  position: relative;
  display: flex;
  align-items: center;
  height: 100px;
}
.site-navigation-feature-wrapper .site-custom-header-navigation ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: row;
}
.site-navigation-feature-wrapper .site-custom-header-navigation ul li {
  margin-right: 30px;
}
.site-navigation-feature-wrapper .site-custom-header-navigation ul li:last-child {
  margin-right: 15px;
}
@media (max-width: 1099px) {
  .site-navigation-feature-wrapper .site-custom-header-navigation ul li {
    margin-right: 20px;
  }
  .site-navigation-feature-wrapper .site-custom-header-navigation ul li a {
    font-size: 16px;
  }
}
.site-navigation-feature-wrapper .site-custom-header-navigation ul li a {
  position: relative;
  color: #06412F;
  font-family: "Source Sans 3", sans-serif;
  font-weight: 600;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
.site-navigation-feature-wrapper .site-custom-header-navigation ul li a.custom-link-active::before {
  width: 100%;
}
.site-navigation-feature-wrapper .site-custom-header-navigation ul li a::before {
  content: "";
  position: absolute;
  top: 27px;
  left: 0;
  height: 2px;
  width: 0%;
  background: #06412F;
  transition: 0.7s;
}
.site-navigation-feature-wrapper .site-custom-header-navigation ul li a:hover::before, .site-navigation-feature-wrapper .site-custom-header-navigation ul li a:focus::before {
  width: 100%;
}
.site-navigation-feature-wrapper .site-custom-header-navigation ul li a em {
  color: #BCAB77;
  font-size: 15px;
  font-weight: 400;
  line-height: 25px;
}
@media (max-width: 999px) {
  .site-navigation-feature-wrapper {
    display: none;
  }
}

body:not(.cms-page-is-in-edit-mode) .toggle-nav-active .site-search-wrapper,
body:not(.cms-page-is-in-edit-mode) .toggle-nav-active .site-navigation-feature-wrapper {
  position: fixed;
}
body:not(.cms-page-is-in-edit-mode) .toggle-nav-active .site-navigation-feature-wrapper {
  right: 200px;
}

.site-logo-mobile-wrapper {
  top: 20px;
}

.site-logo-mobile-wrapper {
  position: absolute;
  z-index: 12;
  left: 40px;
  opacity: 0;
}
@media (max-width: 599px) {
  .site-logo-mobile-wrapper {
    width: 100%;
    padding-right: 220px;
    height: 100%;
    max-height: 100px;
    top: 0;
  }
  .site-logo-mobile-wrapper .site-slider:not(.gallery-bg-image):not(.site-gallery-parallax):not(.site-gallery-bg) .site-slide .site-slider-image-block {
    height: 100px;
    display: flex !important;
  }
  .site-logo-mobile-wrapper .site-slider-image {
    max-width: 251px;
    vertical-align: middle;
    display: flex;
    align-self: center;
  }
}
.site-logo-mobile-wrapper .site-slider-image {
  max-width: 251px;
}
.site-logo-mobile-wrapper.show-mobile-logo {
  opacity: 1;
  transition: opacity 1s, visibility 1s, transform 1s;
}

.site-header-block.toggle-nav-active .site-custom-header-navigation-wrapper ul li a::before {
  background: #BCAB77;
}
.site-header-block.toggle-nav-active .site-custom-header-navigation-wrapper ul li a,
.site-header-block.toggle-nav-active .site-search-icon {
  color: #ffffff;
  transition: 1s;
}

.cms-page-is-in-edit-mode .site-custom-header-navigation-wrapper {
  align-items: unset;
}

.cms-page-is-published .site-logo-mobile-wrapper {
  top: 95px;
}

.site-custom-sidebar-gallery .site-slider-caption {
  position: absolute !important;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background: transparent !important;
  padding: 20px !important;
}
.site-custom-sidebar-gallery .site-slider-caption .site-container {
  padding: 0;
}
.site-custom-sidebar-gallery .site-slider-caption .site-container .site-slider-capton-data p {
  margin-bottom: 0;
}
.site-custom-sidebar-gallery .slick-dotted .site-slider-capton-data {
  padding: 20px 0 20px !important;
}
.site-custom-sidebar-gallery .slick-dots {
  position: relative;
  top: 0px;
}

table {
  border: none;
}
table.site-table-accordion tr {
  font-size: 18px;
  line-height: 28px;
  background: #ffffff !important;
  border: 1px solid #06412F !important;
}
@media (max-width: 599px) {
  table.site-table-accordion tr {
    padding: 0 !important;
    display: table-row !important;
  }
}
table.site-table-accordion tr th {
  color: #06412F !important;
  text-align: left;
  background: none !important;
  font-family: "adobe-caslon-pro";
  border: none;
  text-transform: unset !important;
}
table.site-table-accordion tr td {
  text-align: left;
}
table.site-table-accordion tr.site-tbl-accordion-row.site-tbl-accordion-header {
  font-size: 18px;
  line-height: 28px;
  background: #ffffff !important;
  border: 1px solid #06412F !important;
}
table.site-table-accordion tr.site-tbl-accordion-row.site-tbl-accordion-header th {
  color: #06412F !important;
  text-align: left;
}
table.site-table-accordion tr.site-tbl-accordion-row.site-tbl-accordion-header:hover {
  background: #06412F !important;
  border: 1px solid #06412F !important;
  color: #ffffff !important;
}
table.site-table-accordion tr.site-tbl-accordion-row.site-tbl-accordion-header:hover th {
  color: #ffffff !important;
}
table.site-table-accordion tr.site-tbl-accordion-row.site-tbl-accordion-header.site-tbl-accordion-header-active {
  background: #ffffff !important;
  border: 1px solid #06412F !important;
  color: #BCAB77 !important;
}
table.site-table-accordion tr.site-tbl-accordion-row.site-tbl-accordion-header.site-tbl-accordion-header-active th {
  color: #BCAB77 !important;
}
table.site-table-accordion tr.site-tbl-accordion-row.site-tbl-accordion-header.site-tbl-accordion-header-active th:after {
  background: #BCAB77 !important;
}

body:not(.cms-page-is-in-edit-mode) table.site-table-accordion tr.site-tbl-accordion-row.site-tbl-accordion-header th {
  padding: 15px 40px 8px 10px;
}
body:not(.cms-page-is-in-edit-mode) table.site-table-accordion-arrow-first tr.site-tbl-accordion-row.site-tbl-accordion-header th {
  padding: 15px 40px 8px 40px;
}

.cms-text-feature table tr {
  background: transparent;
}
.cms-text-feature table tr th {
  background: #06412F;
}
.cms-text-feature table tr:nth-child(2n) {
  background: #f6f6f6;
}
@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 #06412F;
  padding: 5px;
}
table.site-table-mobile-stack th,
table.site-table-mobile-stack td {
  padding: 0.625em;
  text-align: center;
}
table.site-table-mobile-stack th {
  font-size: 0.85em;
  letter-spacing: 0.1em;
  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;
  }
  table.site-table-mobile-stack td {
    border-bottom: 1px solid #ddd;
    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: #06412F;
  }
  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 #f6f6f6;
}
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 .cms-vc-search-wrapper .cms-vc-result-wrapper .cms-vc-sports-title .cms-vc-sports-name-title, .cms-vc-search-wrapper .cms-vc-result-wrapper .cms-vc-sports-title table.site-table-row-border tr td .cms-vc-sports-name-title,
table.site-table-row-border tr td .cms-vc-search-wrapper .cms-vc-result-wrapper .cms-vc-sports-title .cms-vc-sports-grade-title,
.cms-vc-search-wrapper .cms-vc-result-wrapper .cms-vc-sports-title table.site-table-row-border tr td .cms-vc-sports-grade-title, 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 .cms-vc-search-wrapper .cms-vc-result-wrapper .cms-vc-sports-title .cms-vc-sports-name-title, .cms-vc-search-wrapper .cms-vc-result-wrapper .cms-vc-sports-title table.site-table-row-border.site-table-mobile > thead > tr > td .cms-vc-sports-name-title,
  table.site-table-row-border.site-table-mobile > thead > tr > td .cms-vc-search-wrapper .cms-vc-result-wrapper .cms-vc-sports-title .cms-vc-sports-grade-title,
  .cms-vc-search-wrapper .cms-vc-result-wrapper .cms-vc-sports-title table.site-table-row-border.site-table-mobile > thead > tr > td .cms-vc-sports-grade-title, 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 .cms-vc-search-wrapper .cms-vc-result-wrapper .cms-vc-sports-title .cms-vc-sports-name-title, .cms-vc-search-wrapper .cms-vc-result-wrapper .cms-vc-sports-title table.site-table-row-border.site-table-mobile > thead > tr > th .cms-vc-sports-name-title,
  table.site-table-row-border.site-table-mobile > thead > tr > th .cms-vc-search-wrapper .cms-vc-result-wrapper .cms-vc-sports-title .cms-vc-sports-grade-title,
  .cms-vc-search-wrapper .cms-vc-result-wrapper .cms-vc-sports-title table.site-table-row-border.site-table-mobile > thead > tr > th .cms-vc-sports-grade-title, 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 .cms-vc-search-wrapper .cms-vc-result-wrapper .cms-vc-sports-title .cms-vc-sports-name-title, .cms-vc-search-wrapper .cms-vc-result-wrapper .cms-vc-sports-title table.site-table-row-border.site-table-mobile > tbody > tr > td .cms-vc-sports-name-title,
  table.site-table-row-border.site-table-mobile > tbody > tr > td .cms-vc-search-wrapper .cms-vc-result-wrapper .cms-vc-sports-title .cms-vc-sports-grade-title,
  .cms-vc-search-wrapper .cms-vc-result-wrapper .cms-vc-sports-title table.site-table-row-border.site-table-mobile > tbody > tr > td .cms-vc-sports-grade-title, 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 .cms-vc-search-wrapper .cms-vc-result-wrapper .cms-vc-sports-title .cms-vc-sports-name-title, .cms-vc-search-wrapper .cms-vc-result-wrapper .cms-vc-sports-title table.site-table-row-border.site-table-mobile > tbody > tr > th .cms-vc-sports-name-title,
  table.site-table-row-border.site-table-mobile > tbody > tr > th .cms-vc-search-wrapper .cms-vc-result-wrapper .cms-vc-sports-title .cms-vc-sports-grade-title,
  .cms-vc-search-wrapper .cms-vc-result-wrapper .cms-vc-sports-title table.site-table-row-border.site-table-mobile > tbody > tr > th .cms-vc-sports-grade-title, 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;
  }
}

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;
  }
}

.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;
}
.error-template .error-msg .error-no {
  font-family: "adobe-caslon-pro";
  font-weight: bold;
  font-size: 300px;
  line-height: 290px;
  color: #06412F;
}
@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: #06412F;
}
@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: 20px;
}
.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 #f6f6f6;
  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: #06412F;
  display: block;
}
.error-template .error-buttons .error-social-link .error-footer-social:hover {
  background: #BCAB77;
}
.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: "adobe-caslon-pro";
  text-transform: uppercase;
  font-size: 80px;
  font-weight: bold;
  line-height: 100px;
  color: #BCAB77;
}
.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%;
}

.home-page .site-hero-wrapper {
  margin-bottom: 0;
}
.home-page .cms-feature-wrapper:not(.site-custom-facts-gallery-wrapper) h3.cms-feature-title,
.home-page .cms-text-feature-content:not(.site-custom-footer-content) h3 {
  font-size: 60px;
  line-height: 70px;
}
@media (max-width: 899px) {
  .home-page .cms-feature-wrapper:not(.site-custom-facts-gallery-wrapper) h3.cms-feature-title,
  .home-page .cms-text-feature-content:not(.site-custom-footer-content) h3 {
    font-size: 40px;
    line-height: 50px;
  }
}
.home-page .site-custom-link-gallery-explore-wrapper h4,
.home-page .site-custom-link-gallery-wrapper h3 {
  font-size: 40px;
  line-height: 50px;
}
@media (max-width: 1199px) {
  .home-page .site-custom-link-gallery-explore-wrapper h4,
  .home-page .site-custom-link-gallery-wrapper h3 {
    font-size: 30px;
    line-height: 40px;
  }
}
@media (max-width: 599px) {
  .home-page .site-custom-link-gallery-explore-wrapper h4,
  .home-page .site-custom-link-gallery-wrapper h3 {
    font-size: 40px;
    line-height: 50px;
  }
}

.news-template .news-page .site-main .site-page-title-block {
  margin-top: 60px;
  text-align: center;
}
.news-content-template .news-content-page .site-main .site-page-title-block {
  margin-top: 60px;
  text-align: center;
}
.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: 1024px) {
  .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: 1024px) {
  .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: 1025px) {
  .news-content-template .news-content-page .site-main-wrapper .site-sub-wrapper.site-main-with-sidebar .site-main-data {
    width: calc(100% - 490px);
  }
}

@media (max-width: 599px) {
  .search-result-page main#site-main {
    padding: 0;
  }
}
.search-result-page .site-search-data {
  display: flex;
  border: 1px solid #06412F;
}
.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: "Source Sans 3", sans-serif;
  background: transparent;
}
.search-result-page .site-search-data .site-search-button {
  background: transparent;
  font-size: 13.33px;
  padding: 13px 25px;
  border: none;
  text-align: center;
  color: #06412F;
  letter-spacing: 3px;
  font-weight: normal;
  text-transform: uppercase;
  text-decoration: none !important;
  border: 1px solid none;
  display: inline-block;
  min-height: 46px;
  line-height: 20px;
  font-family: "Source Sans 3", sans-serif;
  font-size: 0;
  padding: 0 10px;
  letter-spacing: 0;
  background: none !important;
  height: 50px !important;
  line-height: 50px;
  margin: 0 !important;
}
.search-result-page .site-search-data .site-search-button:hover {
  background: transparent;
  color: #616161;
  border: 1px solid none;
}
.search-result-page .site-search-data .site-search-button:before {
  font-family: "site-icon";
  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;
}
.search-result-page .site-page-title-block {
  text-align: center;
  max-width: none;
  margin: 30px 0;
}
.search-result-page .sr-search-wrapper {
  background: #dfdfdf;
  text-align: center;
  padding: 50px;
  margin: 0 0 30px;
  position: unset;
  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;
}
@media (max-width: 399px) {
  .search-result-page .sr-search-wrapper .sr-links-area a {
    width: 100%;
    margin: 0 0 10px;
  }
}
.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 #BCAB77;
  margin: 0 0 25px;
  padding: 0 0 25px;
}
.search-result-page #sr-wrapper .sr-data .sr-block .sr-pagename a {
  color: #BCAB77;
  font-family: "Source Sans 3", sans-serif;
  font-size: 20px;
}
.search-result-page #sr-wrapper .sr-data .sr-block .sr-pagename a:hover {
  color: #616161;
}
.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: #616161;
}
.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: #616161;
}
.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: #616161;
  font-size: 10.67px;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 2px;
  white-space: nowrap;
  min-height: 40px;
  line-height: 27px;
}

.cms-vc-search-wrapper .cms-vc-search-block {
  margin: 0 0 20px;
}
.cms-vc-search-wrapper .cms-vc-search-block .sport_events-button.site-button-primary,
.cms-vc-search-wrapper .cms-vc-search-block .staff-button.site-button-primary {
  padding: 12px 25px;
}
.cms-vc-search-wrapper .cms-vc-search-block .sport_events-button.site-button-primary:hover,
.cms-vc-search-wrapper .cms-vc-search-block .staff-button.site-button-primary:hover {
  color: #06412F !important;
}
.cms-vc-search-wrapper .cms-vc-search-block .cms-vc-search-block .cms-vc-search-filter {
  flex: 0 0 500px;
  max-width: 500px;
  padding: 0 15px;
}
.cms-vc-search-wrapper .cms-vc-search-block .cms-vc-search-button {
  text-align: center;
  margin: 20px 0 0;
}
.cms-vc-search-wrapper .cms-vc-search-block .vc-search-filter-sport_events {
  display: block;
  overflow: hidden;
}
.cms-vc-search-wrapper .cms-vc-search-block .vc-search-filter-sport_events .vc-search-filter-sport-title {
  line-height: 26px;
  padding: 0 0 1px;
}
.cms-vc-search-wrapper .cms-vc-search-block .vc-search-filter-sport_events .sport_events-categories {
  margin: 0 10px 0 0;
}
@media (max-width: 999px) {
  .cms-vc-search-wrapper .cms-vc-search-block .vc-search-filter-sport_events .sport_events-categories {
    margin: 0 0 10px;
  }
}
.cms-vc-search-wrapper .cms-vc-search-block .vc-search-filter-sport_events .sport_events-search-button {
  margin: 36px 0 0;
}
@media (max-width: 999px) {
  .cms-vc-search-wrapper .cms-vc-search-block .vc-search-filter-sport_events .sport_events-search-button {
    margin: 20px 0 0;
  }
}
.cms-vc-search-wrapper .cms-vc-search-block .vc-search-filter-sport_events .vc-search-filter-sport-dropdown-block {
  margin: 0 10px 0 0;
}
@media (max-width: 999px) {
  .cms-vc-search-wrapper .cms-vc-search-block .vc-search-filter-sport_events .vc-search-filter-sport-dropdown-block {
    margin: 0 0 10px;
  }
}
.cms-vc-search-wrapper .cms-vc-search-block .vc-search-filter-sport_events .vc-search-filter-sport-dropdown {
  width: 300px !important;
  background: #ffffff;
  border-radius: 0;
  outline: none;
  border: 1px solid #dfdfdf;
  font-size: 18px;
  height: 46px;
  width: 100%;
  padding: 10px;
  font-family: "Source Sans 3", sans-serif;
  height: auto;
  max-height: 46px;
  overflow: hidden;
  transition: all ease 0.5s;
  background: url("../images/bottom-arrow.svg") no-repeat 96% 17px;
}
@media (max-width: 999px) {
  .cms-vc-search-wrapper .cms-vc-search-block .vc-search-filter-sport_events .vc-search-filter-sport-dropdown {
    margin: 0 0 10px;
    width: 100% !important;
  }
}
.cms-vc-search-wrapper .cms-vc-search-block .vc-search-filter-sport_events .vc-search-filter-sport-dropdown.vc-search-filter-sport-dropdown-active {
  max-height: 400px;
}
.cms-vc-search-wrapper .cms-vc-search-block .vc-search-filter-sport_events .vc-search-filter-sport-dropdown a {
  display: block;
  line-height: 25px;
}
.cms-vc-search-wrapper .cms-vc-search-block .cms-vc-filter-buttons {
  margin: 0;
}
@media (max-width: 599px) {
  .cms-vc-search-wrapper .cms-vc-search-block .cms-vc-filter-buttons a {
    display: block;
  }
}
.cms-vc-search-wrapper .cms-vc-search-block .cms-vc-filter-buttons a.cms-vc-search-button-active {
  color: #BCAB77;
}
.cms-vc-search-wrapper .vc-search-filter-sport-left {
  float: left;
  display: flex;
}
@media (max-width: 999px) {
  .cms-vc-search-wrapper .vc-search-filter-sport-left {
    float: none;
    display: block;
  }
}
.cms-vc-search-wrapper .vc-search-filter-sport-right {
  float: right;
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 999px) {
  .cms-vc-search-wrapper .vc-search-filter-sport-right {
    float: none;
    display: block;
  }
}
.cms-vc-search-wrapper .vc-search-filter-sport-right .cms-vc-filter-picker {
  margin: 30px 0 0;
}
@media (max-width: 999px) {
  .cms-vc-search-wrapper .vc-search-filter-sport-right .cms-vc-filter-picker {
    margin: 10px 0 0;
  }
}
.cms-vc-search-wrapper .vc-search-filter-sport-right .cms-vc-filter-picker input.cms-vc-date-picker {
  background: #ffffff;
  border-radius: 0;
  outline: none;
  border: 1px solid #dfdfdf;
  font-size: 18px;
  height: 46px;
  width: 100%;
  padding: 10px;
  font-family: "Source Sans 3", sans-serif;
  color: #06412F;
}
@media (max-width: 599px) {
  .cms-vc-search-wrapper .vc-search-filter-sport-right .cms-vc-filter-picker input.cms-vc-date-picker {
    background: url("../images/calender.png") no-repeat;
    background-size: 25px;
    background-position: center right;
  }
}
.cms-vc-search-wrapper .cms-vc-result-wrapper .cms-vc-sports-title {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0 0 10px;
  color: #06412F;
}
.cms-vc-search-wrapper .cms-vc-result-wrapper .cms-vc-sports-title .cms-vc-sports-name-title,
.cms-vc-search-wrapper .cms-vc-result-wrapper .cms-vc-sports-title .cms-vc-sports-grade-title {
  text-transform: uppercase;
  margin: 0 0 5px;
}
.cms-vc-search-wrapper .cms-vc-result-wrapper .cms-vc-result-list .cms-vc-sports-result {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0 0 10px;
  color: #06412F;
  font-family: "adobe-caslon-pro";
  font-weight: normal;
}
.cms-vc-search-wrapper .cms-vc-result-wrapper .cms-vc-result-list.cms-staff-result-list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin: 0 -15px;
}
.cms-vc-search-wrapper .cms-vc-result-wrapper .cms-vc-result-list.cms-staff-result-list .cms-vc-result-item.cms-vc-staff-result {
  max-width: 20%;
  flex: 0 0 20%;
  padding: 15px;
}
@media (max-width: 1365px) {
  .cms-vc-search-wrapper .cms-vc-result-wrapper .cms-vc-result-list.cms-staff-result-list .cms-vc-result-item.cms-vc-staff-result {
    max-width: 25%;
    flex: 0 0 25%;
  }
}
@media (max-width: 1023px) {
  .cms-vc-search-wrapper .cms-vc-result-wrapper .cms-vc-result-list.cms-staff-result-list .cms-vc-result-item.cms-vc-staff-result {
    max-width: 33.3%;
    flex: 0 0 33.3%;
  }
}
@media (max-width: 599px) {
  .cms-vc-search-wrapper .cms-vc-result-wrapper .cms-vc-result-list.cms-staff-result-list .cms-vc-result-item.cms-vc-staff-result {
    max-width: 100%;
    flex: 0 0 100%;
  }
}
.cms-vc-search-wrapper .cms-vc-result-wrapper .cms-vc-result-list.cms-staff-result-list .cms-vc-result-item.cms-vc-staff-result .cms-vc-result-item-data {
  border: 1px solid #e9e9e9;
}
.cms-vc-search-wrapper .cms-vc-result-wrapper .cms-vc-result-list.cms-staff-result-list .cms-vc-result-item.cms-vc-staff-result .cms-vc-result-item-data .cms-vc-staff-image-block {
  margin: 0 0 30px;
}
.cms-vc-search-wrapper .cms-vc-result-wrapper .cms-vc-result-list.cms-staff-result-list .cms-vc-result-item.cms-vc-staff-result .cms-vc-result-item-data .cms-vc-staff-image-block .cms-vc-staff-image {
  width: 100%;
  height: 300px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
}
.cms-vc-search-wrapper .cms-vc-result-wrapper .cms-vc-result-list.cms-staff-result-list .cms-vc-result-item.cms-vc-staff-result .cms-vc-result-item-data .cms-vc-staff-desc {
  text-align: center;
  margin: 20px;
}
.cms-vc-search-wrapper .cms-vc-result-wrapper .cms-vc-result-list.cms-staff-result-list .cms-vc-result-item.cms-vc-staff-result .cms-vc-result-item-data .cms-vc-staff-desc .cms-vc-staff-name {
  font-size: 32px;
  line-height: 40px;
  color: #06412F;
  margin: 0 0 10px;
  font-family: "adobe-caslon-pro";
  font-weight: normal;
}
.cms-vc-search-wrapper .cms-vc-result-wrapper .cms-vc-result-list.cms-staff-result-list .cms-vc-result-item.cms-vc-staff-result .cms-vc-result-item-data .cms-vc-staff-desc .cms-vc-staff-preferredName {
  margin: 0 0 10px;
  display: none;
}
.cms-vc-search-wrapper .cms-vc-result-wrapper .cms-vc-result-list.cms-staff-result-list .cms-vc-result-item.cms-vc-staff-result .cms-vc-result-item-data .cms-vc-staff-desc .cms-vc-staff-jobtitle {
  color: #BCAB77;
  text-transform: uppercase;
  font-size: 15px;
  font-weight: normal;
  font-family: "Source Sans 3", sans-serif;
  font-weight: 600;
  margin: 0 0 10px;
  word-wrap: break-word;
}
.cms-vc-search-wrapper .cms-vc-result-wrapper .cms-vc-result-list.cms-staff-result-list .cms-vc-result-item.cms-vc-staff-result .cms-vc-result-item-data .cms-vc-staff-contact {
  justify-content: space-between;
  background: #f9f9f9;
  padding: 5px 20px;
  font-weight: normal;
  font-family: "Source Sans 3", sans-serif;
  display: none;
}
.cms-vc-search-wrapper .cms-vc-result-wrapper .cms-vc-result-list.cms-staff-result-list .cms-vc-result-item.cms-vc-staff-result .cms-vc-result-item-data .cms-vc-staff-contact .cms-vc-staff-email {
  display: none;
  opacity: 0;
  pointer-events: none;
}
.cms-vc-search-wrapper .cms-vc-result-wrapper .cms-vc-result-list.cms-staff-result-list .cms-vc-result-item.cms-vc-staff-result .cms-vc-result-item-data .cms-vc-staff-contact .cms-vc-staff-phone {
  display: none;
}
.cms-vc-search-wrapper .cms-vc-result-wrapper .cms-vc-result-list.cms-sport_events-result-list .cms-vc-sport_events-result {
  border: 1px solid #dfdfdf;
  padding: 20px;
  margin: 0 0 20px;
  display: flex;
  overflow: hidden;
  align-items: center;
}
@media (max-width: 599px) {
  .cms-vc-search-wrapper .cms-vc-result-wrapper .cms-vc-result-list.cms-sport_events-result-list .cms-vc-sport_events-result {
    display: block;
  }
}
.cms-vc-search-wrapper .cms-vc-result-wrapper .cms-vc-result-list.cms-sport_events-result-list .cms-vc-sport_events-result .cms-vc-sport_events-date-wrapper {
  width: 50px;
  text-align: center;
  color: #BCAB77;
  font-family: "adobe-caslon-pro";
  font-weight: 600;
}
@media (max-width: 599px) {
  .cms-vc-search-wrapper .cms-vc-result-wrapper .cms-vc-result-list.cms-sport_events-result-list .cms-vc-sport_events-result .cms-vc-sport_events-date-wrapper {
    width: 100%;
    display: flex;
  }
}
.cms-vc-search-wrapper .cms-vc-result-wrapper .cms-vc-result-list.cms-sport_events-result-list .cms-vc-sport_events-result .cms-vc-sport_events-date-wrapper .cms-vc-sport_events-day .cms-vc-sport_events-fullday {
  display: none;
}
@media (max-width: 599px) {
  .cms-vc-search-wrapper .cms-vc-result-wrapper .cms-vc-result-list.cms-sport_events-result-list .cms-vc-sport_events-result .cms-vc-sport_events-date-wrapper .cms-vc-sport_events-day {
    position: relative;
    margin: 0 5px 0 0;
    padding: 0 5px 0 0;
  }
  .cms-vc-search-wrapper .cms-vc-result-wrapper .cms-vc-result-list.cms-sport_events-result-list .cms-vc-sport_events-result .cms-vc-sport_events-date-wrapper .cms-vc-sport_events-day:after {
    content: ",";
    position: absolute;
    right: 0;
    bottom: 0;
  }
}
.cms-vc-search-wrapper .cms-vc-result-wrapper .cms-vc-result-list.cms-sport_events-result-list .cms-vc-sport_events-result .cms-vc-sport_events-date-wrapper .cms-vc-sport_events-month {
  text-transform: uppercase;
}
.cms-vc-search-wrapper .cms-vc-result-wrapper .cms-vc-result-list.cms-sport_events-result-list .cms-vc-sport_events-result .cms-vc-sport_events-date-wrapper .cms-vc-sport_events-date {
  font-size: 35px;
  margin: 5px 0;
}
@media (max-width: 599px) {
  .cms-vc-search-wrapper .cms-vc-result-wrapper .cms-vc-result-list.cms-sport_events-result-list .cms-vc-sport_events-result .cms-vc-sport_events-date-wrapper .cms-vc-sport_events-date {
    font-size: 18px;
    line-height: 28px;
    margin: 0;
    margin: 0 5px;
  }
}
.cms-vc-search-wrapper .cms-vc-result-wrapper .cms-vc-result-list.cms-sport_events-result-list .cms-vc-sport_events-result .cms-vc-sport_events-data {
  width: calc(100% - 220px);
  padding: 0 10px 0 30px;
}
@media (max-width: 599px) {
  .cms-vc-search-wrapper .cms-vc-result-wrapper .cms-vc-result-list.cms-sport_events-result-list .cms-vc-sport_events-result .cms-vc-sport_events-data {
    width: 100%;
    padding: 10px 0 0;
  }
}
.cms-vc-search-wrapper .cms-vc-result-wrapper .cms-vc-result-list.cms-sport_events-result-list .cms-vc-sport_events-result .cms-vc-sport_events-data .cms-vc-sport_events-homeaway {
  margin: 0 0 10px;
  font-family: "adobe-caslon-pro";
  font-size: 14px;
  text-transform: uppercase;
  color: #06412F;
  font-weight: 900;
}
.cms-vc-search-wrapper .cms-vc-result-wrapper .cms-vc-result-list.cms-sport_events-result-list .cms-vc-sport_events-result .cms-vc-sport_events-data .cms-vc-sport_events-opponent {
  font-family: "adobe-caslon-pro";
  font-size: 20px;
  margin: 0 0 10px;
  font-weight: 600;
}
.cms-vc-search-wrapper .cms-vc-result-wrapper .cms-vc-result-list.cms-sport_events-result-list .cms-vc-sport_events-result .cms-vc-sport_events-data .cms-vc-sport_events-desc {
  margin: 0 0 10px;
}
.cms-vc-search-wrapper .cms-vc-result-wrapper .cms-vc-result-list.cms-sport_events-result-list .cms-vc-sport_events-result .cms-vc-sport_events-data .cms-vc-sport_events-detail-block .cms-vc-sport_events-location-block {
  display: block;
}
@media (max-width: 599px) {
  .cms-vc-search-wrapper .cms-vc-result-wrapper .cms-vc-result-list.cms-sport_events-result-list .cms-vc-sport_events-result .cms-vc-sport_events-data .cms-vc-sport_events-detail-block .cms-vc-sport_events-location-block {
    display: block;
  }
}
.cms-vc-search-wrapper .cms-vc-result-wrapper .cms-vc-result-list.cms-sport_events-result-list .cms-vc-sport_events-result .cms-vc-sport_events-data .cms-vc-sport_events-detail-block .cms-vc-sport_events-location-block .cms-vc-sport_events-time {
  margin: 0 10px 10px 0;
  display: inline-block;
  vertical-align: top;
}
.cms-vc-search-wrapper .cms-vc-result-wrapper .cms-vc-result-list.cms-sport_events-result-list .cms-vc-sport_events-result .cms-vc-sport_events-data .cms-vc-sport_events-detail-block .cms-vc-sport_events-location-block .cms-vc-sport_events-time span {
  position: relative;
  padding-left: 30px;
}
.cms-vc-search-wrapper .cms-vc-result-wrapper .cms-vc-result-list.cms-sport_events-result-list .cms-vc-sport_events-result .cms-vc-sport_events-data .cms-vc-sport_events-detail-block .cms-vc-sport_events-location-block .cms-vc-sport_events-time span:before {
  content: "\e915" !important;
  font-family: "site-icon";
  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;
  left: 10px;
}
@media (max-width: 599px) {
  .cms-vc-search-wrapper .cms-vc-result-wrapper .cms-vc-result-list.cms-sport_events-result-list .cms-vc-sport_events-result .cms-vc-sport_events-data .cms-vc-sport_events-detail-block .cms-vc-sport_events-location-block .cms-vc-sport_events-time {
    margin: 0 0 10px;
  }
}
.cms-vc-search-wrapper .cms-vc-result-wrapper .cms-vc-result-list.cms-sport_events-result-list .cms-vc-sport_events-result .cms-vc-sport_events-data .cms-vc-sport_events-detail-block .cms-vc-sport_events-location-block .cms-vc-sport_events-address {
  position: relative;
  padding-left: 30px;
  display: inline-block;
  margin: 0 0 10px;
  vertical-align: top;
}
.cms-vc-search-wrapper .cms-vc-result-wrapper .cms-vc-result-list.cms-sport_events-result-list .cms-vc-sport_events-result .cms-vc-sport_events-data .cms-vc-sport_events-detail-block .cms-vc-sport_events-location-block .cms-vc-sport_events-address:before {
  content: "\e914" !important;
  font-family: "site-icon";
  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;
  left: 10px;
}
.cms-vc-search-wrapper .cms-vc-result-wrapper .cms-vc-result-list.cms-sport_events-result-list .cms-vc-sport_events-result .cms-vc-sport_events-data .cms-vc-sport_events-detail-block .cms-vc-sport_events-location-block .cms-vc-sport_events-destination {
  position: relative;
  padding: 0 0 0 20px;
  margin: 0 0 0 10px;
}
.cms-vc-search-wrapper .cms-vc-result-wrapper .cms-vc-result-list.cms-sport_events-result-list .cms-vc-sport_events-result .cms-vc-sport_events-data .cms-vc-sport_events-detail-block .cms-vc-sport_events-location-block .cms-vc-sport_events-destination:before {
  content: "";
  width: 8px;
  height: 2px;
  display: block;
  background: #06412F;
  position: absolute;
  left: 0;
  top: 7px;
  margin: auto;
}
.cms-vc-search-wrapper .cms-vc-result-wrapper .cms-vc-result-list.cms-sport_events-result-list .cms-vc-sport_events-result .cms-vc-sport_events-data .cms-vc-sport_events-detail-block .cms-vc-sport_events-map-block {
  margin: 5px 0 0;
}
.cms-vc-search-wrapper .cms-vc-result-wrapper .cms-vc-result-list.cms-sport_events-result-list .cms-vc-sport_events-result .cms-vc-sport_events-game-outcome-wrapper {
  display: flex;
  justify-content: end;
  width: 170px;
  font-family: "adobe-caslon-pro";
  color: #06412F;
  font-size: 20px;
  font-weight: 600;
}
@media (max-width: 599px) {
  .cms-vc-search-wrapper .cms-vc-result-wrapper .cms-vc-result-list.cms-sport_events-result-list .cms-vc-sport_events-result .cms-vc-sport_events-game-outcome-wrapper {
    width: 100%;
    justify-content: flex-start;
  }
}
.cms-vc-search-wrapper .cms-vc-result-wrapper .cms-vc-result-list.cms-sport_events-result-list .cms-vc-sport_events-result .cms-vc-sport_events-game-outcome-wrapper .cms-vc-sport_events-game-outcome {
  margin: 0 15px 0 0;
}
.cms-vc-search-wrapper .cms-vc-result-wrapper .cms-vc-result-list.cms-sport_events-result-list .cms-vc-sport_events-result .cms-vc-sport_events-game-outcome-wrapper .cms-vc-sport_events-game-score .cms-vc-sport_events-game-opponent {
  position: relative;
  padding: 0 0 0 10px;
  margin: 0 0 0 2px;
}
.cms-vc-search-wrapper .cms-vc-result-wrapper .cms-vc-result-list.cms-sport_events-result-list .cms-vc-sport_events-result .cms-vc-sport_events-game-outcome-wrapper .cms-vc-sport_events-game-score .cms-vc-sport_events-game-opponent:before {
  content: "";
  width: 5px;
  height: 2px;
  display: block;
  background: #06412F;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
.cms-vc-search-wrapper .cms-vc-result-wrapper .cms-vc-result-list.cms-sport_events-result-list .cms-vc-sport_events-result.cms-vc-sport_events-home {
  background: #06412F;
}
.cms-vc-search-wrapper .cms-vc-result-wrapper .cms-vc-result-list.cms-sport_events-result-list .cms-vc-sport_events-result.cms-vc-sport_events-home .cms-vc-sport_events-opponent,
.cms-vc-search-wrapper .cms-vc-result-wrapper .cms-vc-result-list.cms-sport_events-result-list .cms-vc-sport_events-result.cms-vc-sport_events-home .cms-vc-sport_events-desc,
.cms-vc-search-wrapper .cms-vc-result-wrapper .cms-vc-result-list.cms-sport_events-result-list .cms-vc-sport_events-result.cms-vc-sport_events-home .cms-vc-sport_events-game-outcome-wrapper,
.cms-vc-search-wrapper .cms-vc-result-wrapper .cms-vc-result-list.cms-sport_events-result-list .cms-vc-sport_events-result.cms-vc-sport_events-home .cms-vc-sport_events-homeaway,
.cms-vc-search-wrapper .cms-vc-result-wrapper .cms-vc-result-list.cms-sport_events-result-list .cms-vc-sport_events-result.cms-vc-sport_events-home .cms-vc-sport_events-date-wrapper {
  color: #ffffff;
}
.cms-vc-search-wrapper .cms-vc-result-wrapper .cms-vc-result-list.cms-sport_events-result-list .cms-vc-sport_events-result.cms-vc-sport_events-home .cms-vc-sport_events-opponent .cms-vc-sport_events-game-opponent:before,
.cms-vc-search-wrapper .cms-vc-result-wrapper .cms-vc-result-list.cms-sport_events-result-list .cms-vc-sport_events-result.cms-vc-sport_events-home .cms-vc-sport_events-desc .cms-vc-sport_events-game-opponent:before,
.cms-vc-search-wrapper .cms-vc-result-wrapper .cms-vc-result-list.cms-sport_events-result-list .cms-vc-sport_events-result.cms-vc-sport_events-home .cms-vc-sport_events-game-outcome-wrapper .cms-vc-sport_events-game-opponent:before,
.cms-vc-search-wrapper .cms-vc-result-wrapper .cms-vc-result-list.cms-sport_events-result-list .cms-vc-sport_events-result.cms-vc-sport_events-home .cms-vc-sport_events-homeaway .cms-vc-sport_events-game-opponent:before,
.cms-vc-search-wrapper .cms-vc-result-wrapper .cms-vc-result-list.cms-sport_events-result-list .cms-vc-sport_events-result.cms-vc-sport_events-home .cms-vc-sport_events-date-wrapper .cms-vc-sport_events-game-opponent:before {
  background: #ffffff;
}
.cms-vc-search-wrapper .cms-vc-result-wrapper .cms-vc-result-list.cms-sport_events-result-list .cms-vc-sport_events-result.cms-vc-sport_events-home .cms-vc-highlighter-link {
  border: 1px solid transparent;
}
.cms-vc-search-wrapper .cms-vc-result-wrapper .cms-vc-result-list.cms-sport_events-result-list .cms-vc-sport_events-result.cms-vc-sport_events-home .cms-vc-highlighter-link:hover {
  border: 1px solid #ffffff;
  background: none;
}
.cms-vc-search-wrapper .cms-vc-result-wrapper .cms-vc-result-list.cms-sport_events-result-list .cms-vc-sport_events-result.cms-vc-sport_events-home .cms-vc-light-highlighter {
  background: #216450;
  color: #ffffff;
}
.cms-vc-search-wrapper .cms-vc-result-wrapper .cms-vc-result-list.cms-sport_events-result-list .cms-vc-sport_events-result.cms-vc-sport_events-away {
  background: #ffffff;
  border: none;
}
.cms-vc-search-wrapper .cms-vc-result-wrapper .cms-vc-result-list .cms-vc-highlighter {
  background: #06412F;
  color: #ffffff;
  padding: 4px 10px 5px;
  border-radius: 14px;
  display: inline-block;
  font-size: 13px;
}
.cms-vc-search-wrapper .cms-vc-result-wrapper .cms-vc-result-list .cms-vc-highlighter-link {
  background: #BCAB77;
  color: #ffffff;
  padding: 4px 10px 5px;
  border-radius: 14px;
  display: inline-block;
  font-size: 13px;
}
.cms-vc-search-wrapper .cms-vc-result-wrapper .cms-vc-result-list .cms-vc-highlighter-link a {
  color: #ffffff;
}
.cms-vc-search-wrapper .cms-vc-result-wrapper .cms-vc-result-list .cms-vc-highlighter-link:hover {
  background: #06412F;
}
.cms-vc-search-wrapper .cms-vc-result-wrapper .cms-vc-result-list .cms-vc-light-highlighter {
  background: #EBEDEA;
  color: #06412F;
  padding: 4px 10px 5px;
  border-radius: 14px;
  display: inline-block;
  font-size: 13px;
}
@media (max-width: 599px) {
  .cms-vc-search-wrapper .cms-vc-result-wrapper .cms-vc-result-list .cms-vc-light-highlighter {
    display: block;
    width: 100%;
  }
}

.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: #06412F;
}
.site-pagination li.site-pagination-active a, .site-pagination li:hover a {
  background: #BCAB77;
  color: #ffffff;
}

.cms-page-is-in-preview-mode.Veracrossdata-page {
  margin: 50px 0 0;
}

.cms-vc-search-staff-filters {
  display: flex;
  justify-content: center;
}
@media (max-width: 599px) {
  .cms-vc-search-staff-filters {
    display: block;
  }
}
.cms-vc-search-staff-filters .cms-vc-search-filter {
  margin: 0 10px;
  max-width: 400px;
  width: 100%;
}
@media (max-width: 599px) {
  .cms-vc-search-staff-filters .cms-vc-search-filter {
    margin: 0 0 20px 0;
    max-width: 100% !important;
  }
}

.veracross-wrapper select {
  color: #000000 !important;
}/*# sourceMappingURL=style.css.map */