/* ==================
  Colors
================= */
/* ==================
  Breakpoints

  Mirrors Divi's own breakpoints. Note the intentional 980px gap between
  the tablet ceiling (979px) and the desktop floor (981px) - that is how
  Divi ships them, and the layout depends on it.
================= */
:root {
  --sp-color-primary: #b6a48f;
  --sp-color-brownish: #480115;
  --sp-color-blakish: #333333;
  --sp-color-light-gray: #efeeef;
  --sp-color-very-light-gray: #ededed;
}

@font-face {
  font-family: "Journal";
  src: url("/wp-content/themes/Divi-Child-Theme/fonts/Journal.woff2") format("woff2"), url("/wp-content/themes/Divi-Child-Theme/fonts/Journal.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Roboto";
  src: url("/wp-content/themes/Divi-Child-Theme/fonts/Roboto-BlackItalic.woff2") format("woff2"), url("/wp-content/themes/Divi-Child-Theme/fonts/Roboto-BlackItalic.woff") format("woff");
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Roboto";
  src: url("/wp-content/themes/Divi-Child-Theme/fonts/Roboto-Bold.woff2") format("woff2"), url("/wp-content/themes/Divi-Child-Theme/fonts/Roboto-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Roboto";
  src: url("/wp-content/themes/Divi-Child-Theme/fonts/Roboto-Black.woff2") format("woff2"), url("/wp-content/themes/Divi-Child-Theme/fonts/Roboto-Black.woff") format("woff");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Roboto";
  src: url("/wp-content/themes/Divi-Child-Theme/fonts/Roboto-BoldItalic.woff2") format("woff2"), url("/wp-content/themes/Divi-Child-Theme/fonts/Roboto-BoldItalic.woff") format("woff");
  font-weight: bold;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Roboto";
  src: url("/wp-content/themes/Divi-Child-Theme/fonts/Roboto-Thin.woff2") format("woff2"), url("/wp-content/themes/Divi-Child-Theme/fonts/Roboto-Thin.woff") format("woff");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Roboto";
  src: url("/wp-content/themes/Divi-Child-Theme/fonts/Roboto-ThinItalic.woff2") format("woff2"), url("/wp-content/themes/Divi-Child-Theme/fonts/Roboto-ThinItalic.woff") format("woff");
  font-weight: 100;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Roboto";
  src: url("/wp-content/themes/Divi-Child-Theme/fonts/Roboto-LightItalic.woff2") format("woff2"), url("/wp-content/themes/Divi-Child-Theme/fonts/Roboto-LightItalic.woff") format("woff");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Roboto";
  src: url("/wp-content/themes/Divi-Child-Theme/fonts/Roboto-Light.woff2") format("woff2"), url("/wp-content/themes/Divi-Child-Theme/fonts/Roboto-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Roboto";
  src: url("/wp-content/themes/Divi-Child-Theme/fonts/Roboto-MediumItalic.woff2") format("woff2"), url("/wp-content/themes/Divi-Child-Theme/fonts/Roboto-MediumItalic.woff") format("woff");
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Roboto";
  src: url("/wp-content/themes/Divi-Child-Theme/fonts/Roboto-Medium.woff2") format("woff2"), url("/wp-content/themes/Divi-Child-Theme/fonts/Roboto-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Roboto";
  src: url("/wp-content/themes/Divi-Child-Theme/fonts/Roboto-Regular.woff2") format("woff2"), url("/wp-content/themes/Divi-Child-Theme/fonts/Roboto-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Roboto";
  src: url("/wp-content/themes/Divi-Child-Theme/fonts/Roboto-Italic.woff2") format("woff2"), url("/wp-content/themes/Divi-Child-Theme/fonts/Roboto-Italic.woff") format("woff");
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}
.sh-cursive-letters {
  font-family: "Journal", cursive;
}

p.sh-capital-small-title {
  font-weight: 300;
}
@media screen and (min-width: 981px) {
  p.sh-capital-small-title {
    font-size: 26px;
  }
}
@media screen and (min-width: 769px) and (max-width: 979px) {
  p.sh-capital-small-title {
    font-size: 20px;
  }
}
@media screen and (max-width: 768px) {
  p.sh-capital-small-title {
    font-size: 18px;
  }
}

.sh-capital-medium-title {
  font-weight: 300;
  color: #333333;
}
@media screen and (min-width: 981px) {
  .sh-capital-medium-title {
    font-size: 38px;
  }
}
@media screen and (min-width: 769px) and (max-width: 979px) {
  .sh-capital-medium-title {
    font-size: 32px;
  }
}
@media screen and (max-width: 768px) {
  .sh-capital-medium-title {
    font-size: 22px;
  }
}

.sh-normal-section-sub-title {
  font-weight: 300 !important;
}

.sh-normal-text {
  font-weight: 400;
}

@media screen and (min-width: 981px) {
  .vertical-center {
    display: flex;
    align-items: center;
  }
}

.screen-reader-text {
  position: absolute !important;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.sh-header .sh-header-row .sh-header-blurb .et_pb_module_header {
  padding-bottom: 5px;
}
.sh-header .sh-header-row .sh-header-blurb-tel .et_pb_blurb_content .et_pb_main_blurb_image .et_pb_image_wrap .et-waypoint {
  background-color: white;
  border: 5px;
  padding: 3px;
  box-sizing: border-box;
  border-radius: 5px;
}
@media screen and (min-width: 981px) {
  .sh-header .sh-header-row-wrapper {
    width: 80%;
    padding: 0 !important;
    display: flex;
    align-items: center;
    justify-content: flex-end;
  }
  .sh-header .sh-header-row-wrapper .sh-header-row {
    max-width: 860px !important;
    margin: 0 !important;
  }
  .sh-header .sh-header-row-wrapper .sh-header-row .et_pb_column {
    display: flex;
    justify-content: flex-end !important;
  }
  .sh-header .sh-header-row-wrapper .sh-header-row .sh-cta-button {
    padding-left: 40px !important;
  }
}
@media screen and (min-width: 769px) and (max-width: 979px) {
  .sh-header .sh-header-row {
    display: flex;
    gap: 10px !important;
    margin: 0 !important;
    width: 100% !important;
  }
  .sh-header .sh-header-row .et_pb_column {
    margin-bottom: 0 !important;
  }
  .sh-header .sh-header-row .sh-cta-button {
    width: 100% !important;
    padding-left: 40px !important;
  }
}

.sh-header-primary-menu .et_pb_menu__wrap .et_pb_menu__menu ul#menu-primary li.current-menu-item {
  position: relative;
}
.sh-header-primary-menu .et_pb_menu__wrap .et_pb_menu__menu ul#menu-primary li.current-menu-item:before {
  content: "";
  position: absolute;
  width: calc(100% - 22px);
  bottom: -5px;
  background-color: white;
  height: 5px;
  left: 11px;
}
.sh-header-primary-menu .et_pb_menu__wrap .et_pb_menu__menu ul#menu-primary li.current-menu-item a {
  font-weight: bold;
}
@media screen and (max-width: 1080px) {
  .sh-header-primary-menu .et_pb_row {
    align-items: center;
  }
  .sh-header-primary-menu .et_pb_menu__menu {
    display: none;
  }
  .sh-header-primary-menu .et_mobile_nav_menu {
    display: block;
  }
  .sh-header-primary-menu .et_mobile_menu {
    top: 100%;
  }
}

@media screen and (max-width: 768px) {
  header {
    padding-bottom: 50px !important;
  }
  header .sh-header {
    height: 0 !important;
  }
  header .sh-header .sh-header-row {
    width: 100% !important;
  }
  header .sh-header .sh-header-row .sh-cta-btn-col {
    position: static !important;
  }
  header .sh-header .sh-header-row .sh-cta-btn-col .et_pb_button_module_wrapper {
    position: static !important;
  }
  header .sh-header .sh-header-row .sh-cta-btn-col .et_pb_button_module_wrapper .sh-cta-button {
    position: absolute !important;
    top: 52px;
    right: 0;
  }
}
#footer-bottom {
  display: none;
}

.primary-btn .et_pb_button_wrapper a.et_pb_button,
.primary-btn .et_pb_button_module_wrapper a.et_pb_button {
  font-weight: 300;
  background: url("/wp-content/uploads/2020/11/primary-square.png") #b6a48f !important;
  transition: all 0.2s ease;
}
.primary-btn .et_pb_button_wrapper a.et_pb_button:hover,
.primary-btn .et_pb_button_module_wrapper a.et_pb_button:hover {
  background-color: #480115;
  background-size: auto;
  background-repeat: repeat;
}

@media screen and (min-width: 981px) {
  .et_pb_button_wrapper a.et_pb_button,
  .et_pb_button_module_wrapper a.et_pb_button {
    padding: 15px 25px !important;
  }
  .et_pb_button_wrapper a.et_pb_button:hover,
  .et_pb_button_module_wrapper a.et_pb_button:hover {
    padding: 15px 25px !important;
  }
}
@media screen and (min-width: 769px) and (max-width: 979px) {
  .et_pb_button_wrapper a.et_pb_button,
  .et_pb_button_module_wrapper a.et_pb_button {
    padding: 15px 20px !important;
    font-size: 16px !important;
  }
  .et_pb_button_wrapper a.et_pb_button:hover,
  .et_pb_button_module_wrapper a.et_pb_button:hover {
    padding: 15px 20px !important;
  }
}
@media screen and (max-width: 768px) {
  .et_pb_button_wrapper a.et_pb_button,
  .et_pb_button_module_wrapper a.et_pb_button {
    font-size: 14px !important;
  }
}

.sh-middle-divider {
  display: block;
  height: 3px;
  background-color: #333333;
  max-width: 500px;
  margin: 0 auto;
  position: relative;
}
.sh-middle-divider:after {
  content: "";
  position: absolute;
  height: 6px;
  background-color: #b6a48f;
  width: 200px;
  margin: 0 auto;
  right: 0;
  left: 0;
  bottom: -1px;
}

.sh-left-small-divider {
  display: block;
  height: 3px;
  background-color: #333333;
  max-width: 176px;
  left: 0;
  position: relative;
}
.sh-left-small-divider:after {
  content: "";
  position: absolute;
  height: 6px;
  background-color: #b6a48f;
  width: 76px;
  left: 0;
  bottom: -1px;
}

#sh-hero-slider .et_pb_slide .et_pb_slide_content h1.sh-main-title {
  line-height: 0.5em !important;
  font-size: 200px;
  margin-bottom: 35px;
  font-family: "Journal", cursive;
}
#sh-hero-slider .et-pb-slider-arrows .et-pb-arrow-prev,
#sh-hero-slider .et-pb-slider-arrows .et-pb-arrow-next {
  opacity: 1;
}
#sh-hero-slider .et-pb-slider-arrows .et-pb-arrow-prev {
  left: auto !important;
  transform: rotate(90deg);
}
#sh-hero-slider .et-pb-slider-arrows .et-pb-arrow-next {
  transform: rotate(90deg);
}
#sh-hero-slider .et-pb-controllers {
  bottom: auto !important;
  left: auto !important;
  display: flex !important;
  flex-direction: column !important;
  justify-content: space-between !important;
}
#sh-hero-slider .et-pb-controllers a {
  width: 100% !important;
  border-radius: 0 !important;
  opacity: 1 !important;
  background-color: white;
}
#sh-hero-slider .et-pb-controllers a.et-pb-active-control {
  background-color: #b6a48f;
}
@media screen and (min-width: 769px) and (max-width: 979px) {
  #sh-hero-slider .et_pb_slide .et_pb_slide_content h1.sh-main-title {
    font-size: 210px;
  }
  #sh-hero-slider .et_pb_slide .et_pb_slide_content p.sh-description {
    max-width: 380px;
    line-height: 1.5em;
  }
  #sh-hero-slider .et-pb-slider-arrows .et-pb-arrow-prev {
    right: 15px !important;
    top: 35% !important;
  }
  #sh-hero-slider .et-pb-slider-arrows .et-pb-arrow-next {
    right: 15px !important;
    top: 65% !important;
  }
  #sh-hero-slider .et-pb-controllers {
    height: 90px !important;
    width: 20px;
    right: 30px !important;
    top: calc(50% - 45px) !important;
  }
  #sh-hero-slider .et-pb-controllers a {
    height: 20px;
  }
  #sh-hero-slider .et-pb-controllers a.et-pb-active-control {
    border: 1px solid white;
  }
}
@media screen and (max-width: 768px) {
  #sh-hero-slider .et_pb_slide .et_pb_slide_content h1.sh-main-title {
    font-size: 95px;
  }
  #sh-hero-slider .et_pb_slide .et_pb_slide_content p.sh-description {
    max-width: 240px;
    line-height: 1.5em;
  }
  #sh-hero-slider .et-pb-slider-arrows .et-pb-arrow-prev {
    right: 0 !important;
    top: 35% !important;
  }
  #sh-hero-slider .et-pb-slider-arrows .et-pb-arrow-next {
    right: 0 !important;
    top: 65% !important;
  }
  #sh-hero-slider .et-pb-controllers {
    height: 70px !important;
    width: 15px;
    right: 18px !important;
    top: calc(50% - 35px) !important;
  }
  #sh-hero-slider .et-pb-controllers a {
    height: 15px;
  }
  #sh-hero-slider .et-pb-controllers a.et-pb-active-control {
    border: 1px solid white;
  }
}

#sh-icon-wrapper {
  position: absolute;
  bottom: 0;
  width: 100%;
}
#sh-icon-wrapper .sh-mouse {
  content: "";
  position: absolute;
  bottom: 80px;
  width: 50px;
  height: 50px;
  left: 0;
  right: 0;
  margin: 0 auto;
  background: url("/wp-content/uploads/2020/11/mouse.svg");
  background-size: cover;
  z-index: 10;
}
#sh-icon-wrapper .sh-arrow {
  content: "";
  position: absolute;
  bottom: 45px;
  width: 50px;
  height: 50px;
  left: 0;
  right: 0;
  margin: 0 auto;
  background: url("/wp-content/uploads/2020/11/arrow.svg");
  background-size: cover;
  z-index: 10;
}
@media screen and (max-width: 768px) {
  #sh-icon-wrapper {
    display: none;
  }
}

@media screen and (min-width: 981px) {
  #section1 {
    position: relative;
  }
  #section1:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 50%;
    background-color: white;
  }
  #section1 #sh-hero-slider .et_pb_slide .et_pb_slide_content h1.sh-main-title {
    font-size: 208px;
  }
  #section1 #sh-hero-slider .et_pb_slide .et_pb_slide_content p.sh-description {
    max-width: 400px;
    line-height: 1.7em;
  }
  #section1 #sh-hero-slider .et-pb-slider-arrows .et-pb-arrow-prev {
    right: 20px !important;
    top: 40% !important;
  }
  #section1 #sh-hero-slider .et-pb-slider-arrows .et-pb-arrow-next {
    right: 20px !important;
    top: 60% !important;
  }
  #section1 #sh-hero-slider .et-pb-controllers {
    height: 100px !important;
    width: 25px;
    right: 32px !important;
    top: calc(50% - 50px) !important;
  }
  #section1 #sh-hero-slider .et-pb-controllers a {
    height: 25px;
  }
  #section1 #sh-hero-slider .et-pb-controllers a.et-pb-active-control {
    border: 2px solid white;
  }
}

#section2 {
  position: relative;
}
#section2:after {
  content: "";
  position: absolute;
  right: 0;
  top: -150px;
  bottom: 0;
  background-image: url("/wp-content/uploads/2020/11/strip-tile.png");
}
#section2 .sh-col1 {
  position: relative;
}
#section2 .sh-col1:before {
  content: "";
  position: absolute;
  background-color: white;
}
#section2 .sh-col1 p.sh-big-number {
  font-weight: bolder;
  color: #b6a48f;
}
#section2 .sh-col1 p.sh-section2-cursive-title {
  color: #333333;
}
#section2 .sh-col1 p.sh-section2-middle-title {
  color: #333333;
}
#section2 .sh-shadow-image {
  position: relative;
}
#section2 .sh-shadow-image:after {
  content: "";
  position: absolute;
  height: 80%;
  background-color: #333333;
  width: 250px;
  right: -50px;
  bottom: -50px;
  z-index: -1;
}
@media screen and (min-width: 981px) {
  #section2:after {
    width: 600px;
  }
  #section2 .sh-col1 {
    position: relative;
  }
  #section2 .sh-col1:before {
    width: 300px;
    height: 382px;
    top: -42px;
    left: -30px;
    border: 30px solid #ededed;
  }
  #section2 .sh-col1 p.sh-big-number {
    font-size: 130px;
    margin-top: 35px;
    margin-left: -12px;
  }
  #section2 .sh-col1 p.sh-section2-cursive-title {
    font-size: 210px;
    margin-top: -110px;
    margin-left: 22px;
  }
  #section2 .sh-col1 p.sh-section2-middle-title {
    margin-top: -148px;
    margin-left: 36px;
  }
}
@media screen and (min-width: 769px) and (max-width: 979px) {
  #section2:after {
    width: 250px;
    top: 650px;
  }
  #section2 .sh-col1 {
    position: relative;
  }
  #section2 .sh-col1:before {
    width: 212px;
    height: 346px;
    top: -42px;
    left: -4m0px;
    border: 30px solid #ededed;
  }
  #section2 .sh-col1 p.sh-big-number {
    font-size: 130px;
    margin-top: 25px;
    margin-left: -10px;
  }
  #section2 .sh-col1 p.sh-section2-cursive-title {
    font-size: 230px;
    margin-top: -96px;
    margin-left: 14px;
  }
  #section2 .sh-col1 p.sh-section2-middle-title {
    margin-top: -168px;
    margin-left: 32px;
  }
}
@media screen and (max-width: 768px) {
  #section2:after {
    width: 150px;
  }
  #section2 .sh-col1 {
    position: relative;
  }
  #section2 .sh-col1:before {
    width: 142px;
    height: 260px;
    top: -28px;
    left: -28px;
    border: 25px solid #ededed;
  }
  #section2 .sh-col1 p.sh-big-number {
    font-size: 90px;
    margin-top: 5px;
    margin-left: -8px;
  }
  #section2 .sh-col1 p.sh-section2-cursive-title {
    font-size: 140px;
    margin-top: -80px;
    margin-left: 14px;
  }
  #section2 .sh-col1 p.sh-section2-middle-title {
    margin-top: -116px;
    margin-left: 25px;
  }
}

#section3 .sh-hero-image {
  position: relative;
}
#section3 .sh-hero-image:before {
  content: "";
  position: absolute;
  right: -50px;
  bottom: -50px;
  height: 79%;
  width: 95%;
  background-image: url("/wp-content/uploads/2020/11/strip-tile.png");
}
@media screen and (max-width: 979px) {
  #section3 .sh-hero-image:before {
    right: 0 !important;
  }
}
#section3 #sh-image-row .et_pb_column {
  position: relative;
  min-height: 400px;
}
#section3 #sh-image-row .et_pb_column .unser-cta {
  position: absolute;
  top: 0;
  bottom: 0;
}
#section3 #sh-image-row .et_pb_column .unser-cta .et_pb_promo_description {
  display: flex;
  flex-direction: column;
  height: 100%;
}
#section3 #sh-image-row .et_pb_column .unser-cta .et_pb_promo_description div {
  order: -1;
  width: 80%;
  margin: 40px auto;
  opacity: 0;
  transition: all 0.5s ease;
}
#section3 #sh-image-row .et_pb_column .unser-cta .et_pb_promo_description .et_pb_module_header {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: white;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 !important;
  transition: all 0.5s ease;
}
#section3 #sh-image-row .et_pb_column .unser-cta .et_pb_button_wrapper {
  opacity: 0;
  transition: all 0.5s ease;
}
#section3 #sh-image-row .et_pb_column .unser-cta .et_pb_button_wrapper .et_pb_button {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
}
#section3 #sh-image-row .et_pb_column .unser-cta:hover .et_pb_button_wrapper {
  opacity: 1;
}
#section3 #sh-image-row .et_pb_column .unser-cta:hover .et_pb_promo_description div {
  opacity: 1;
}
#section3 #sh-image-row .et_pb_column .unser-cta:hover .et_pb_promo_description .et_pb_module_header {
  opacity: 0;
}
@media screen and (min-width: 981px) {
  #section3 #sh-image-row {
    display: flex;
  }
  #section3 #sh-image-row .et_pb_column {
    margin: 6px !important;
  }
}
@media screen and (min-width: 769px) and (max-width: 979px) {
  #section3 #sh-image-row .et_pb_column {
    width: calc(50% - 12px) !important;
    margin: 6px !important;
  }
}
@media screen and (max-width: 768px) {
  #section3 #sh-image-row .et_pb_column {
    margin-bottom: 6px !important;
  }
}

#section4 #sh-large-button {
  width: 100% !important;
  text-align: center;
}

#section5 .wpls-logo-showcase button.slick-arrow {
  width: 80px;
  height: 80px;
  background-size: 80px 80px !important;
  background-color: #efeeef !important;
}
#section5 .wpls-logo-showcase .slick-prev {
  left: -50px !important;
}
#section5 .wpls-logo-showcase .slick-next {
  right: -50px !important;
}
@media screen and (max-width: 768px) {
  #section5 .wpls-logo-showcase button.slick-arrow {
    width: 50px;
    height: 50px;
    background-size: 50px 50px !important;
  }
  #section5 .wpls-logo-showcase .slick-prev {
    left: -20px !important;
  }
  #section5 .wpls-logo-showcase .slick-next {
    right: -20px !important;
  }
}

#section6 .sh-team-rail {
  position: relative;
  padding: 0 70px;
}
#section6 .sh-team-rail__track {
  position: relative;
  display: flex;
  gap: 12px;
  overflow-x: auto;
  scroll-behavior: smooth;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
}
#section6 .sh-team-rail__track::-webkit-scrollbar {
  display: none;
}
#section6 .sh-team-rail__nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
  width: 50px;
  height: 50px;
  padding: 0;
  border: 0;
  cursor: pointer;
  background-color: white;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 50px 50px;
  transition: opacity 0.2s ease;
}
#section6 .sh-team-rail__nav--prev {
  left: 0;
  background-image: url("/wp-content/uploads/2020/11/prev-arrow.svg");
}
#section6 .sh-team-rail__nav--next {
  right: 0;
  background-image: url("/wp-content/uploads/2020/11/next-arrow.svg");
}
#section6 .sh-team-rail .sh-team-thumb {
  flex: 0 0 auto;
  width: calc((100% - 36px) / 4);
  display: block;
  padding: 0;
  border: 0;
  background: none;
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
  opacity: 0.55;
  transition: opacity 0.2s ease;
}
#section6 .sh-team-rail .sh-team-thumb img {
  display: block;
  width: 100%;
  height: auto;
}
#section6 .sh-team-rail .sh-team-thumb.is-active {
  opacity: 1;
}
@media screen and (min-width: 769px) and (max-width: 979px) {
  #section6 .sh-team-rail .sh-team-thumb {
    width: calc((100% - 24px) / 3);
  }
}
@media screen and (min-width: 769px) and (max-width: 979px) {
  #section6 .sh-team-rail {
    padding: 0 56px;
  }
}
@media screen and (max-width: 768px) {
  #section6 .sh-team-rail {
    padding: 0 44px;
  }
  #section6 .sh-team-rail .sh-team-thumb {
    width: calc((100% - 12px) / 2);
  }
  #section6 .sh-team-rail__nav {
    width: 36px;
    height: 36px;
    background-size: 36px 36px;
  }
}
#section6 .sh-team-member-column {
  position: relative;
}
#section6 .sh-team-member-column .sh-team-member {
  position: relative;
  display: none;
}
#section6 .sh-team-member-column .sh-team-member.is-active {
  display: block;
}
#section6 .sh-team-member-column .sh-team-member .sh-member-photo {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top center;
}
#section6 .sh-team-member-column .sh-team-member .sh-member-inner {
  position: relative;
  display: flex;
}
#section6 .sh-team-member-column .sh-team-member .sh-member {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  width: 100%;
  margin-top: auto;
}
#section6 .sh-team-member-column .sh-team-member .sh-member-summary {
  padding: 60px;
  background-color: rgba(0, 0, 0, 0.5);
}
#section6 .sh-team-member-column .sh-team-member .sh-member-name,
#section6 .sh-team-member-column .sh-team-member .sh-member-position {
  color: white;
}
#section6 .sh-team-member-column .sh-team-member .sh-member-position {
  font-weight: 400;
}
#section6 .sh-team-member-column .sh-team-member:after {
  content: "";
  position: absolute;
  height: 60%;
  bottom: -50px;
  left: -50px;
  width: 90%;
  background-image: url("/wp-content/uploads/2020/11/strip-tile.png");
  z-index: -1;
}
@media screen and (min-width: 981px) {
  #section6 .sh-team-member,
  #section6 .sh-team-member .sh-member-inner {
    min-height: 600px;
  }
}
@media screen and (min-width: 769px) and (max-width: 979px) {
  #section6 .sh-team-member,
  #section6 .sh-team-member .sh-member-inner {
    min-height: 500px;
  }
}
@media screen and (max-width: 979px) {
  #section6 .sh-team-member {
    max-width: 400px;
    margin: 0 auto;
  }
  #section6 .sh-team-member .sh-member-name {
    font-size: 30px;
  }
  #section6 .sh-team-member .sh-member-position {
    font-size: 18px;
  }
  #section6 .sh-team-member .sh-member-summary {
    padding: 30px !important;
  }
}
@media screen and (max-width: 768px) {
  #section6 .sh-team-member,
  #section6 .sh-team-member .sh-member-inner {
    min-height: 400px;
  }
}
