.cwi-two-gp .sec-Divider_Inner {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.cwi-two-gp .sec-Divider_Inner h6{
  margin-bottom:0;
}
.cwi-two-gp .sec-Divider_Line {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  height: 1px;
  background-color: #f4a4c9;
}
.cwi-two-gp .sec-Divider_Text {
  font-size: .875rem;
  line-height: 1.5rem;
  letter-spacing: .125rem;
  margin: 0 1.5rem;
  text-transform: uppercase;
  color: #e31c79;
}


.cwi-two-gp .page-center {
  padding-left: 0;
  padding-right: 0;
}

.cwi-two-gp .cwitwo-inner {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.cwi-two-gp .cmp-Slide_Content {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 1.5rem 0 4rem;
  text-align: center;
}
.cwi-two-gp .cmp-Slide_Image {
  position: relative;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

.cwi-two-gp .cmp-Slide_Hexagons {
  position: absolute;
  color: #f8f8f8;
}
.cwi-two-gp .cmp-Slide_Hexagons-right {
  top: -1.5rem;
  right: 0;
  left: 0;
}
.cwi-two-gp .cmp-Slide_Hexagons-right svg {
  width: 40%;
  margin-left: auto;
}
.cwi-two-gp .cmp-Slide_Hexagons-quote {
  z-index: 10;
}
.cwi-two-gp .cmp-Slide_Hexagons-left {
  right: 0;
  bottom: -1.5rem;
  left: 0;
}
.cwi-two-gp .cmp-Slide_Hexagons-left svg {
  width: 40%;
}
.cwi-two-gp .cmp-Slide_ImageContainer {
  position: relative;
  margin: 0 32px;
}
.cwi-two-gp .img-Image {
  position: relative;
  margin: 0;
  background-color: #0e0e0e;
  overflow: hidden;
}
.cwi-two-gp .img-Image {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.cwi-two-gp .img-Image_Image {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.cwi-two-gp .cwitwo-inner {
  position: relative;
  padding-top: 2rem;
}
.cwi-two-gp .cwitwo-inner svg {
  fill: currentColor;
}

.cwi-two-gp .cmp-Slide_Content h5 {
  font-size: 1.25rem;
  letter-spacing: -.01875rem;
  line-height: 1.875rem;
  margin-top: 1rem;
  color: #43b02a;
  margin-bottom: 0;
}
.cwi-two-gp .cmp-Slide_Content h3 {
  margin-bottom: 0;
  font-weight: 400;
}
.cwi-two-gp .cmp-Slide_Content p:last-child {
  margin-bottom: 0;
}

.cwi-two-gp .sec-Divider_Inner {
  padding-bottom: 1rem;
}

@supports (-webkit-background-clip:text) {
  .cwi-two-gp .cmp-Slide_ImageContainer {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-clip-path: polygon(50% 0, 100% 25%, 100% 75%, 50% 100%, 0 75%, 0 25%);
    clip-path: polygon(50% 0, 100% 25%, 100% 75%, 50% 100%, 0 75%, 0 25%);
  }
}
@supports ((-o-object-fit:cover) or (object-fit:cover)) {
  .cwi-two-gp .img-Image_Image {
    -o-object-fit: cover;
    object-fit: cover;
  }
}

@media (min-width: 768px) {
  .cwi-two-gp .cmp-Slide_Content h5{
    font-size: 1.375rem;
    letter-spacing: -.03125rem;
    line-height: 2rem;
  }
  .cwi-two-gp .sec-Section_Header {
    width: calc(75% - 8px);
    margin-right: auto;
    margin-left: auto;
    text-align: center;
  }
  .cwi-two-gp .sec-Divider_Inner {
    padding-bottom: 1.5rem;
  }
}

@media (min-width: 900px) {
  .cwi-two-gp .cmp-Slide_Content {
    width: calc(50% - 16px);
    padding: 2rem 0;
    text-align: left;
  }
  .cwi-two-gp .cmp-Slide_Image {
    width: calc(41.66667% + 13.33333px);
  }
  .cwi-two-gp .cmp-Slide_Hexagons-right {
    top: -4rem;
    left: auto;
  }
  .cwi-two-gp .cmp-Slide_Hexagons-right svg {
    width: 220px;
    height: 280px;
    margin-left: 0;
  }
  .cwi-two-gp .cmp-Slide_Hexagons-left {
    right: auto;
    bottom: -4rem;
  }
  .cwi-two-gp .cmp-Slide_ImageContainer {
    width: 351px;
    height: 405px;
  }
  .cwi-two-gp .cwitwo-inner {
    padding-top: 4rem;
  }
  .cwi-two-gp .cmp-Slide_Content h5 {
    margin-top: 1.5rem;
    margin-bottom: 0; 
  }
  .cwi-two-gp  .cmp-Slide_Hexagons-left svg {
    width: 280px;
    height: 300px;
  }
  .cwi-two-gp .cwitwo-inner {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .cwi-two-gp .sec-Section_Header {
    width: calc(66.66667% - 10.66667px);
    margin-bottom: 3rem;
  }
  .cwi-two-gp .sec-Divider_Inner {
    padding-bottom: 2rem;
  }
}

@media (min-width: 1440px) {
  .cwi-two-gp .sec-Divider_Inner {
    padding-bottom: 3rem;
  }
}

@media (min-width: 768px) and (max-width: 899px) {
  .cwi-two-gp .cmp-Slide_ImageContainer {
    position: relative;
    z-index: 1;
    display: block;
    width: 100%;
  }
  .cwi-two-gp .cmp-Slide_ImageContainer:before {
    content: "";
    display: block;
    padding-bottom: 115.78947%;
  }
}

@media (max-width: 767px) {
  .cwi-two-gp .cmp-Slide_ImageContainer {
    position: relative;
    z-index: 1;
    display: block;
    width: 100%;
  }
  .cwi-two-gp .cmp-Slide_ImageContainer:before {
    content: "";
    display: block;
    padding-bottom: 115.78947%;
  }
}