html {
  scroll-behavior: smooth;
}
* {
  box-sizing: border-box !important;
}
a:hover:not([class]) {
  text-decoration: underline;
}
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-dots li button:before {
	content: none;
}
.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.slick-track {
  position: relative;
  display: flex;
}
.slick-track:after, 
.slick-track:before {
    display: none;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  display: none;
  float: left;
  height: inherit;
  min-height: 100%;
  padding: 20px 13px;
}
.slick-slide > div {
  height: inherit;
  width: 100%;
}
[dir="rtl"] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: flex;
  width: 310px;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
  display: none;
}
.sbm-custom,
.sbm-custom * {
  font-family: "Montserrat", sans-serif;
}
.sbm-custom #content h2 {
  font-weight: 800;
  line-height: 1.125;
  color: #434343;
  position: relative;
  z-index: 9;
}
.sbm-custom #content .section-left h2 {
  font-size: 32px;
}
.sbm-custom #content h3 {
  font-weight: 600;
  font-size: 22px;
  line-height: 1.23;
  text-transform: none;
}
.sbm-custom #content h4 {
  font-weight: 800;
  font-size: 18px;
  line-height: 1.55;
  text-transform: none;
}
.section {
  padding: 0 0 80px;
}
.sbm-custom #content .section.light,
.sbm-custom #content .section.light * {
  color: #fff;
}
.section-header,
.section-footer {
  text-align: center;
  color: #717171;
  font-size: 16px;
  line-height: 1.35;
  font-weight: 500;
  padding: 0 15px;
}
.svg-item {
  position: absolute;
}
.svg-item.svg-left {
  top: -20%;
  left: -10%;
  width: 700px;
}
.svg-item.svg-right {
  bottom: 0;
  right: -10%;
  width: 700px;
}
.section-header {
  margin: auto;
  min-height: 446px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-bottom: 50px;
  position: relative;
  overflow: hidden;
}
.section-header h2 {
  color: #ffffff !important;
  font-family: Montserrat;
  font-style: normal;
  font-weight: 800;
  font-size: 40px;
  line-height: 49px;
  text-align: center;
}
.section-footer {
  margin: 50px auto 0;
}
.section-header p {
  color: #ffffff;
  font-size: 16px;
  line-height: 1.35;
  font-weight: 400;
  max-width: 567px;
  margin: 0 auto;
  position: relative;
  z-index: 9;
}
.sbm-custom #content .read-more {
  position: relative;
  font-weight: 700;
  transition: all 0.2s linear;
  color: #4cb0de;
}
.sbm-custom #content .read-more:not(.learn-more)::after {
  content: "";
  background-size: 14px auto;
  background-repeat: no-repeat;
  background-position: right center;
  background-image: url("../arrow.html");
  display: inline-block;
  vertical-align: top;
  left: 100%;
  top: 50%;
  transform: translateY(-50%);
  width: 24px;
  height: 20px;
  transition: all 0.2s linear;
  position: absolute;
}
.sbm-custom #content .read-more:not(.learn-more):hover {
  color: #48b2eb;
  border-color: #48b2eb;
}
.sbm-custom #content .read-more:hover::after {
  transform: translateY(-50%) translateX(5px);
}
.sbm-custom #content .button {
  font-weight: 700;
  font-size: 15px;
  line-height: 18px;
  padding: 12px 24px;
  border-radius: 6px;
  border: 2px solid #4cb0de;
  color: #fff;
  text-transform: none;
  white-space: nowrap;
  background-color: #4cb0de;
}
.sbm-custom #content .button + .button {
  margin-left: 30px;
}
@media (max-width: 767px) {
  .sbm-custom #content .button + .button {
    margin-left: auto;
    margin-top: 20px;
  }
}
.sbm-custom #content .button.button-transparent {
  background: transparent;
  color: #4cb0de;
  border-color: #4cb0de;
}
.sbm-custom #content .button:hover,
.sbm-custom #content .button.button-transparent:hover {
  background: #4cb0de;
  border-color: #4cb0de;
  color: #fff;
  -webkit-filter: brightness(1.15);
  filter: brightness(1.15);
}
.sbm-custom #content .button.button-bg {
  background: #fcc642;
  color: #ffffff;
  border-radius: 6px;
  font-family: Montserrat;
  font-style: normal;
  font-weight: bold;
  font-size: 15px;
  line-height: 18px;
  text-align: center;
  color: #ffffff;
  border: none;
}
.sbm-custom #content .button.button-bg:hover {
  background: #fcc642;
  -webkit-filter: brightness(1.15);
  filter: brightness(1.15);
}
.sbm-custom .hero {
  color: #48515b;
  background-color: #ffffff;
  position: relative;
  padding: 100px 0;
  overflow: hidden;
}
.sbm-custom .hero .hero-illustration {
  position: absolute;
  z-index: 0;
  pointer-events: none;
  max-width: none !important;
}
.page-id-38205 .sbm-custom .hero .hero-illustration .st3 {
  stroke: #00b3e8;
}
.sbm-custom .hero .hero-illustration.hero-illustration-left {
  left: -17%;
  width: 700px;
  top: -280px;
}
.sbm-custom .hero .hero-illustration.hero-illustration-right {
  right: -25%;
  width: 900px;
  bottom: -65px;
}
.sbm-custom .hero img {
  max-width: 238px;
}
.sbm-custom .hero .copy {
  position: relative;
  font-size: 18px;
  line-height: 1.55;
  max-width: 746px;
  margin: 0 auto;
  text-align: center;
  padding: 0 20px;
}
/* .sbm-custom .hero .copy * {
  color: #fff;
} */
.sbm-custom .hero .copy *:last-child {
  margin-bottom: 0;
}
.sbm-custom .hero .copy h1 {
  font-family: Montserrat;
  font-style: normal;
  font-weight: 900;
  font-size: 60px;
  line-height: 73px;
  text-align: center;
}
.sbm-custom .hero .copy p {
  font-family: Montserrat;
  font-style: normal;
  font-weight: normal;
  font-size: 24px;
  line-height: 30px;
  text-align: center;
  letter-spacing: 0.02em;
  color: #48515b;
}
@media (max-width: 1080px) {
  .sbm-custom .hero .hero-illustration.hero-illustration-left {
    width: 600px;
    top: -360px;
  }
  .sbm-custom .hero .hero-illustration.hero-illustration-right {
    width: 770px;
    bottom: -400px;
  }
}
.sbm-custom .secondary-nav {
  padding: 20px 0;
  background-color: #153d5e;
}
.sbm-custom .secondary-nav .nav-nav a:hover {
  color: #48b2eb;
  text-decoration: none;
}
.sbm-custom .nav-flex {
  display: flex;
  padding: 0 60px;
  justify-content: space-between;
  color: #ffffff;
  font-weight: 600;
  font-size: 18px;
  line-height: 28px;
  align-items: center;
}
.sbm-custom .nav-flex .nar-title {
  font-family: Montserrat;
  font-style: normal;
  font-weight: bold;
  font-size: 17px;
  line-height: 28px;
  color: #ffffff;
}
.sbm-custom .nav-flex .nav-nav ul {
  display: flex;
  align-items: center;
  padding: 0 20px;
}
.sbm-custom .nav-flex .nav-nav a {
  margin: 0 20px;
  font-family: Montserrat;
  font-style: normal;
  font-weight: 500;
  font-size: 15px;
  line-height: 28px;
  color: #ffffff;
}
.sbm-custom .nav-flex .nav-nav a:hover {
  color: #48b2eb;
}
.sbm-custom .nav-flex .nav-cta *:last-child {
  margin-bottom: 0;
}
@media (max-width: 1420px) {
  .sbm-custom .nav-flex {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 0 20px;
  }
  .sbm-custom .nav-flex .nav-title {
    margin-bottom: 20px;
    text-align: center;
  }
  .sbm-custom .nav-flex .nav-nav ul {
    margin-bottom: 15px;
  }
  .sbm-custom .nav-flex .nav-nav ul li {
    margin: 0 20px 5px 0;
    text-align: center;
  }
  .sbm-custom .nav-flex .nav-nav a {
    margin: 0 auto;
  }
}
@media (max-width: 767px) {
  .sbm-custom .nav-flex .nav-nav ul {
    flex-direction: column;
  }
  .sbm-custom .nav-flex .nav-nav ul li {
    display: block;
    text-align: center;
  }
}
@media (max-width: 580px) {
  /* .sbm-custom .nav-flex .nav-title,
  .sbm-custom .nav-flex .nav-nav {
    display: none;
  } */
}
.sbm-custom .featured-res {
  padding: 80px 40px;
}
.sbm-custom .featured-res-box {
  max-width: 1040px;
  border-radius: 5px;
  box-shadow: 0px 4px 14px rgba(0, 0, 0, 0.18);
  margin: 0 auto;
  background-color: #fff;
  display: flex;
  align-items: center;
  height: 260px;
  grid-gap: 40px;
  border-radius: 10px;
}
.sbm-custom .featured-res-box__image {
  flex: 35% 0 0;
  height: 100%;
}
.sbm-custom .featured-res-box__image img {
  height: 260px;
  object-fit: cover;
  border-radius: 10px 0 0 10px;
}
.sbm-custom .fa-arrow-right {
  max-width: 14px;
  margin-left: 5px;
  margin-top: 2px;
}
.sbm-custom #content .featured-res-box__copy *:last-child {
  margin-bottom: 0;
}
.sbm-custom #content .featured-res-box__copy h4 {
  font-family: Montserrat;
  font-style: normal;
  font-weight: bold;
  font-size: 14px;
  line-height: 17px;
  text-transform: uppercase;
  color: #5b6d86;
}
.sbm-custom #content .featured-res-box__copy h3 {
  font-family: Montserrat;
  font-style: normal;
  font-weight: 600;
  font-size: 24px;
  line-height: 30px;
  letter-spacing: 0.02em;
  color: #333333;
  margin: 35px 0;
}
@media (max-width: 767px) {
  .sbm-custom .featured-res-box {
    flex-direction: column;
    height: auto;
    grid-gap: unset;
  }
  .sbm-custom .featured-res-box .featured-res-box__copy {
    padding: 40px 0;
  }
  .sbm-custom .featured-res-box__image img {
    height: auto;
    border-radius: 10px 10px 0 0;
  }
}
@media (max-width: 580px) {
  .sbm-custom .featured-res-box__image img {
    border-radius: 0;
  }
  .sbm-custom .featured-res-box {
    padding: 30px 20px;
  }
}
@media (max-width: 480px) {
  .sbm-custom .featured-res {
    padding: 50px 20px;
  }
}
.sbm-custom #content .feed-slider {
  padding: 0;
  margin-top: -125px;
}
.sbm-custom #content .feed-slider.container {
  max-width: 1400px;
  width: 100%;
}
.sbm-custom #content .feed-slider .slick-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
}
.sbm-custom #content .feed-slider .slick-arrow.slick-disabled {
  cursor: default;
}
.sbm-custom #content .feed-slider .slick-arrow.slick-disabled svg circle,
.sbm-custom #content .feed-slider .slick-arrow.slick-disabled svg path {
  stroke: #d3d3d3;
}
.sbm-custom #content .feed-slider .slick-arrow:not(.slick-disabled) svg circle,
.sbm-custom #content .feed-slider .slick-arrow:not(.slick-disabled) svg path {
  stroke: #fcc642;
  fill: transparent;
  transition: all 0.2s linear;
}
.sbm-custom
  #content
  .feed-slider
  .slick-arrow:not(.slick-disabled):hover
  svg
  circle {
  fill: #fcc642;
}
.sbm-custom
  #content
  .feed-slider
  .slick-arrow:not(.slick-disabled):hover
  svg
  path {
  stroke: #fff;
}
.sbm-custom #content .feed-slider .slick-arrow.slick-prev {
  left: 5px;
}
.sbm-custom #content .feed-slider .slick-arrow.slick-next {
  right: 5px;
}
@media (max-width: 600px) {
  /* .sbm-custom #content .feed-slider {
    padding: 0 30px;
  } */
  /* .sbm-custom #content .feed-slider .slick-arrow.slick-prev {
    left: -15px;
  }
  .sbm-custom #content .feed-slider .slick-arrow.slick-next {
    right: -15px;
  } */
}
.sbm-custom #content .slider-item .slider-content {
  background: #fff;
  color: #333;
  box-shadow: 0px 4px 14px rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  display: flex !important;
  flex-direction: column;
  overflow: hidden;
  width: 100%;
}
.sbm-custom #content .slider-item .thumb {
  height: 195px;
  width: 100%;
  display: block;
  background-size: cover;
  background-position: center;
  flex: 195px 0 0;
  transition: all 0.2s linear;
}
.sbm-custom #content .slider-item:hover .thumb {
  -webkit-filter: brightness(1.15);
  filter: brightness(1.15);
}
.sbm-custom #content .slider-item .copy {
  padding: 30px 30px 0;
  flex-grow: 1;
  text-align: center;
}
.sbm-custom #content .slider-item .copy h4 {
  margin: 0;
}
.sbm-custom #content .slider-item .copy .tag {
  font-family: Montserrat;
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 28px;
  text-align: center;
  color: #5b6d86;
}
.sbm-custom #content .slider-item .copy .tag:not(:first-child)::before {
  content: ", ";
}
.sbm-custom #content .slider-item .copy .published-on {
  font-family: Montserrat;
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 28px;
  text-align: center;
  color: #5b6d86;
  margin: 10px 0;
  display: inline-flex;
  gap: 10px;
  align-items: flex-start;
}
.sbm-custom #content .slider-item .copy .published-on.on-demand {
  display: none;
}
.sbm-custom #content .slider-item .copy h3 {
  font-family: Montserrat;
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 137.9%;
  text-align: center;
  color: #153d5e;
  margin-top: 10px;
}
.sbm-custom #content .slider-item:hover .copy h3 {
  color: #00b3e8;
}
.sbm-custom #content .slider-item .read-more {
  color: #48b2eb;
  display: inline-block;
  flex: auto 0 0;
  margin: auto auto 30px;
  font-family: Montserrat;
  font-style: normal;
  font-weight: bold;
  font-size: 16px;
  line-height: 20px;
}
.sbm-custom #content .slider-item:hover .read-more {
  color: #48b2eb;
  border-color: #48b2eb;
  text-decoration: none;
}
.sbm-custom #content .slider-item:hover .read-more::after {
  transform: translateY(-50%) translateX(5px);
}
.sbm-custom #content .slider-item .meta {
  display: block;
  flex: auto 0 0;
  margin: auto 20px 30px;
  font-weight: 400;
  font-size: 0.6875rem;
  line-height: 17px;
  color: #333;
}
.sbm-custom #content .slider-item .meta .separator {
  display: inline-block;
  vertical-align: middle;
  margin: 0 5px;
}
.sbm-custom #content .slider-item .meta .author {
  font-weight: 600;
}
.sbm-custom #content .customers .slider-item .slider-content {
  flex-direction: row;
}
.sbm-custom #content #customers .section-header h2,
.sbm-custom #content #customers .section-header p {
  margin: 10px auto !important;
  max-width: 576px;
}
.sbm-custom #content #customers .section-header {
  background: #f9f9f9;
  min-height: auto;
  padding: auto 15px;
}
.sbm-custom #content #customers .feed-slider {
  margin-top: 0;
}
.sbm-custom #content #customers {
  padding: 80px 0;
}
.sbm-custom #content #customers .copy h4,
.sbm-custom #content #customers .copy p {
  text-align: left;
}
.sbm-custom #content #customers .copy h4 {
  font-family: Montserrat;
  font-style: normal;
  font-weight: 300;
  font-size: 24px;
  line-height: 123%;
}
.sbm-custom #content #customers .copy h4 strong {
  color: #2f3338;
  font-weight: 700;
}
.sbm-custom #content #customers .slider-item:hover .copy h4 {
  color: #2f3338;
}
.sbm-custom #content #customers .section-header h2 {
  font-family: Montserrat;
  font-style: normal;
  font-weight: bold;
  font-size: 32px;
  line-height: 36px;
  text-align: center;
  color: #153d5e !important;
}
.sbm-custom #content #customers .section-header p {
  font-family: Montserrat;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  text-align: center;
  color: #2f3338 !important;
  margin: 0 0 20px;
}
.sbm-custom #content .customers .slider-item .thumb {
  flex: 40% 0 0;
  display: flex;
  height: 100%;
  background-size: contain;
  background-repeat: no-repeat;
  padding: 30px;
  justify-content: center;
  align-items: center;
}
.sbm-custom #content .customers .slider-item .copy {
  padding: 50px 30px;
}
.sbm-custom #content .customers .slider-item .copy .read-more {
  margin: 0;
}
.sbm-custom #content .customers .slider-item .copy h3 {
  font-size: 24px;
  line-height: 1.2;
  margin: 0 0 20px;
}
.sbm-custom #content .customers .slider-item .copy h4 {
  font-size: 18px;
  line-height: 1.45;
  font-weight: 600;
  margin: 0 0 20px;
}
.sbm-custom #content .customers .slider-item:hover .copy h4 {
  color: #48b2eb;
}
.sbm-custom #content .customers .slider-item .copy p {
  font-family: Montserrat;
  font-style: normal;
  font-weight: 300;
  font-size: 14px;
  line-height: 20px;
  color: #5b6d86;
  margin: 0 0 20px;
}
.sbm-custom #content .customers .slider-item .copy {
  text-align: left;
}
@media (max-width: 959px) {
  .sbm-custom #content .customers .slider-item .thumb {
    flex-basis: 35%;
    padding: 30px 20px;
  }
  .sbm-custom #content .customers .slider-item .copy {
    padding: 30px;
  }
}
@media (max-width: 767px) {
  .sbm-custom #content .customers .slider-item {
    flex-direction: column;
    height: auto;
  }
  .sbm-custom #content .customers .slider-item .thumb {
    flex-basis: auto;
    padding: 20px 20px 0;
    justify-content: flex-start;
  }
}
.sbm-custom #content #feature-two .section-header {
  min-height: auto;
  padding: auto 15px;
}
.sbm-custom #content #feature-two .section-header h2 {
  font-family: Montserrat;
  font-style: normal;
  font-weight: 800;
  font-size: 40px;
  line-height: 49px;
  text-align: center;
  letter-spacing: 0.02em;
  color: #153d5e !important;
}
.sbm-custom #content #feature,
.sbm-custom #content #feature-two {
  padding: 80px 15px;
}
.sbm-custom #content #feature .block {
  display: flex;
  align-items: center;
}
.sbm-custom #content #feature .block .section-left {
  max-width: 45%;
  padding-right: 80px;
}
.sbm-custom #content #feature .block .section-left a img {
  max-width: 215px;
}
.sbm-custom #content #feature .block .section-left p {
  font-family: Montserrat;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  color: #ffffff;
}
.sbm-custom #content .feature-grid {
  display: grid;
  grid-gap: 40px;
  grid-template-columns: 1fr 1fr;
}
.sbm-custom #content .feature-item h4 {
  font-family: Montserrat;
  font-style: normal;
  font-weight: bold;
  font-size: 20px;
  line-height: 126%;
  color: #f3f2f0 !important;
  margin-bottom: 10px;
}
.sbm-custom #content .feature-item p {
  font-family: Montserrat;
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  line-height: 120%;
  color: #f9f9f9 !important;
}
.sbm-custom #content .feature-item .icon {
  margin-bottom: 20px;
  display: flex;
  justify-content: start;
  align-items: center;
}
.sbm-custom #content .feature-item .icon img {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
}
.sbm-custom #content .boxes {
  display: grid;
  grid-gap: 25px;
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 30px;
}
.sbm-custom #content .boxes .box {
  background-color: transparent;
  border-radius: 12px;
  transition: all 0.2s linear;
  display: flex;
  gap: 40px;
}
.box {
  background-color: transparent !important;
}
.sbm-custom #content .boxes .box * {
  transition: all 0.2s linear;
}
.sbm-custom #content .boxes .box:hover {
  background-color: #fcc642;
  color: #2f3338;
}
.sbm-custom #content .boxes .box:hover * {
  color: #2f3338;
}
.sbm-custom #content .boxes .box .icon {
  flex: 55px 0 0;
}
.sbm-custom #content .boxes .box p {
  font-weight: 500;
}
.sbm-custom #content .boxes .box .button {
  color: #153d5e;
  background-color: #fff;
  display: inline-block;
  border: 0;
}
.sbm-custom #content .boxes .box:hover .button {
  color: #c58d03;
}

.sbm-custom #content #feature-two .block-width {
  padding: 35px;
  display: flex;
  border-radius: 10px;
  position: relative;
  overflow: hidden;
}

.sbm-custom #content #feature-two .block-width .image {
  position: relative;
  width: 45%;
  margin: auto;
}
.sbm-custom #content #feature-two .block-width .image img {
  width: 100%;
  height: auto;
}
.sbm-custom #content #feature-two .block-width .content {
  width: 55%;
}
.sbm-custom #content #feature-two .block-width .copy {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  height: 100%;
  justify-content: space-between;
}
.sbm-custom #content #feature-two .block-width p:first-of-type {
  font-family: Montserrat;
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 24px;
  letter-spacing: 0.02em;
  margin-top: 20px;
  color: #ffffff;
}
.sbm-custom #content #feature-two .block-width p:not(:first-of-type) {
  font-family: Montserrat;
  font-style: normal;
  font-weight: normal;
  font-size: 20px;
  line-height: 25px;
  color: #ffffff;
}
.sbm-custom #content #feature-two .block-width h3 {
  font-family: Montserrat;
  font-style: normal;
  font-weight: 800;
  font-size: 40px;
  line-height: 49px;
  color: #ffffff;
  margin-bottom: 10px;
}
.sbm-custom #content #feature-two .block-width .read-more:hover {
  color: #ffffff;
}

.sbm-custom #content #feature-two .box-width {
  padding: 35px;
  display: flex;
  border-radius: 10px;
  position: relative;
  overflow: hidden;
  flex-direction: column;
  align-items: center;
}

.sbm-custom #content #feature-two .box-width .copy {
  height: 100%;
  display: flex;
  flex-direction: column;
  text-align: center;
}
.sbm-custom #content #feature-two .box-width .copy h3 {
  font-family: Montserrat;
  font-style: normal;
  font-weight: 800;
  font-size: 28px;
  line-height: 34px;
  text-align: center;
  color: #ffffff;
}
.sbm-custom #content #feature-two .box-width .copy p {
  font-family: Montserrat;
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  line-height: 20px;
  text-align: center;
  color: #ffffff;
}
.sbm-custom #content #feature-two .box-width .read-more {
  margin-top: auto;
}
.sbm-custom #content #feature-two .box-width .read-more:hover {
  color: #ffffff;
}
.sbm-custom #content #feature-two .box-width .icon {
  text-align: center;
}
.sbm-custom #content #feature-two .box-width .icon p {
  font-family: Montserrat;
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 24px;
  text-align: center;
  letter-spacing: 0.02em;
  color: #ffffff;
}
.sbm-custom #content #feature-two .box-width .icon img {
  margin-bottom: 15px;
}
.block-width .triangular-bg {
  position: absolute;
  right: -10%;
  top: 0;
}
.box-width .triangular-bg {
  position: absolute;
  right: -100%;
  top: 0;
  opacity: 0.5;
}
/*********** NAVS *************/
.slick-slider ul {
  margin: 0;
  padding: 0;
}
.slick-slider .slick-dots {
  display: flex;
  justify-content: center;
  margin: 0 0 35px 0;
  position: relative;
}
.slick-slider .slick-dots button {
  height: 10px;
  width: 10px;
  margin: 2px;
  padding: 0;
  border-radius: 90px;
  color: #E1E1E1;
  background: #E1E1E1;
  border: none;
  overflow: hidden;
}
.slick-slider .slick-dots .slick-active button {
  color: #48B2EB;
  background: #48B2EB;
}
.slick-slider .slick-arrow {
  display: none !important;
}
@media (max-width: 959px) {
  /* .slick-initialized .slick-slide {
    width: 330px;
  } */
  .sbm-custom #content .boxes .box {
    flex-direction: column;
  }

  .block-width .triangular-bg {
    top: auto;
    bottom: -10%;
    right: -30%;
  }
  .box-width .triangular-bg {
    right: -150%;
  }
  .sbm-custom #content #feature-two .box-width {
    padding: 25px;
  }
  .sbm-custom #content #feature-two .box-width .copy h3,
  .sbm-custom #content #feature-two .block-width h3 {
    font-size: 22px;
    line-height: 30px;
  }
  .sbm-custom #content #feature-two .box-width .copy p {
    font-size: 16px;
  }
  .sbm-custom #content #feature-two .box-width .icon p,
  .sbm-custom #content #feature-two .block-width p:not(:first-of-type) {
    font-size: 18px;
  }
}
@media (max-width: 923px) {
  .sbm-custom #content #feature .block.container {
    flex-direction: column;
  }
  .sbm-custom #content #feature .block .section-left {
    max-width: 100%;
    padding-right: 15px;
    margin-bottom: 50px;
  }
}
@media (max-width: 767px) {
  /* .sbm-custom #content .feature-item {
    width: 50%;
  } */
  .svg-item.svg-right {
    bottom: 0;
    right: -75%;
    width: 700px;
  }
  .svg-item.svg-left {
    top: -20%;
    left: -75%;
    width: 700px;
  }
  .sbm-custom .hero .copy h1 {
    font-size: 2.8em;
    line-height: 60px;
  }
  .sbm-custom #content #feature-two .section-header h2 {
    font-size: 1.8em;
  }
  .sbm-custom #content .boxes {
    grid-template-columns: 1fr;
  }
  .sbm-custom #content #feature-two .block-width {
    flex-direction: column;
  }
  .sbm-custom #content #feature-two .block-width .content,
  .sbm-custom #content #feature-two .block-width .image {
    width: 100%;
    text-align: center;
  }
  .sbm-custom #content #feature-two .block-width .copy {
    align-items: center;
  }
  .block-width .triangular-bg {
    top: auto;
    bottom: -10%;
    right: -50%;
  }
  .box-width .triangular-bg {
    right: -50%;
  }
}
@media (max-width: 479px) {
  .slick-initialized .slick-slide {
    width: 305px;
  }
  .sbm-custom #content .feature-item {
    width: 100%;
  }
  .sbm-custom #content .feature-grid {
    grid-template-columns: 1fr;
    text-align: center;
  }
  .sbm-custom #content #feature-two .box-width,
  .sbm-custom #content #feature-two .block-width {
    padding: 20px;
  }
  .sbm-custom #content .feature-item .icon {
    justify-content: center;
  }
  .block-width .triangular-bg {
    top: auto;
    bottom: -10%;
    right: -160%;
  }
  .box-width .triangular-bg {
    right: -150%;
  }
  .sbm-custom #content #feature-two .box-width .copy h3,
  .sbm-custom #content #feature-two .block-width h3 {
    font-size: 20px;
  }
  .sbm-custom #content #feature-two .box-width .copy p {
    font-size: 14px;
  }
  .sbm-custom #content #feature-two .box-width .icon p,
  .sbm-custom #content #feature-two .block-width p:not(:first-of-type) {
    font-size: 16px;
  }
  .sbm-custom #content #feature-two .block-width .image {
    margin-top: 20px;
  }
}
@media (max-width: 475px) {
  .sbm-custom #content .feed-slider {
    padding: 0 50px;
  }
}
@media (max-width: 425px) {
  .sbm-custom #content .feed-slider {
    padding: 0 30px;
  }
}
@media (max-width: 325px) {
  .slick-initialized .slick-slide {
    width: 280px;
  }
}
