/*SWIPER STYLES*/

/**
 * Swiper 3.3.1
 * http://www.idangero.us/swiper/
 *
 * Copyright 2016, Vladimir Kharlampidi
 * The iDangero.us
 * http://www.idangero.us/

**/

.swiper-container {
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  z-index: 1
}

.swiper-container-no-flexbox .swiper-slide {
  float: left
}

.swiper-container-vertical>.swiper-wrapper {
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  -moz-transition-property: -moz-transform;
  -o-transition-property: -o-transform;
  -ms-transition-property: -ms-transform;
  transition-property: transform;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box
}

.swiper-container-android .swiper-slide, .swiper-wrapper {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -o-transform: translate(0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0)
}

.swiper-container-multirow>.swiper-wrapper {
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap
}

.swiper-container-free-mode>.swiper-wrapper {
  -webkit-transition-timing-function: ease-out;
  -moz-transition-timing-function: ease-out;
  -ms-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  margin: 0 auto
}

.swiper-slide {
  -webkit-flex-shrink: 0;
  -ms-flex: 0 0 auto;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative
}

.swiper-container-autoheight, .swiper-container-autoheight .swiper-slide {
  height: auto
}

.swiper-container-autoheight .swiper-wrapper {
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  -webkit-transition-property: -webkit-transform, height;
  -moz-transition-property: -moz-transform;
  -o-transition-property: -o-transform;
  -ms-transition-property: -ms-transform;
  transition-property: transform, height
}

.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000
}

.swiper-wp8-horizontal {
  -ms-touch-action: pan-y;
  touch-action: pan-y
}

.swiper-wp8-vertical {
  -ms-touch-action: pan-x;
  touch-action: pan-x
}

.swiper-button-next, .swiper-button-prev {
  position: absolute;
  top: 50%;
  width: 27px;
  height: 44px;
  margin-top: -22px;
  z-index: 10;
  cursor: pointer;
  -moz-background-size: 27px 44px;
  -webkit-background-size: 27px 44px;
  background-size: 27px 44px;
  background-position: center;
  background-repeat: no-repeat
}

.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
  opacity: .35;
  cursor: auto;
  pointer-events: none
}

.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
  background-image: url("../icons/arrow-prev.svg?$staticlink$");
  left: 10px;
  right: auto
}

.swiper-button-prev.swiper-button-black, .swiper-container-rtl .swiper-button-next.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E")
}

.swiper-button-prev.swiper-button-white, .swiper-container-rtl .swiper-button-next.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E")
}

.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
  background-image: url("../icons/arrow-next.svg?$staticlink$");
  right: 10px;
  left: auto
}

.swiper-button-next.swiper-button-black, .swiper-container-rtl .swiper-button-prev.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E")
}

.swiper-button-next.swiper-button-white, .swiper-container-rtl .swiper-button-prev.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E")
}

.swiper-pagination {
  /*position: absolute;*/
  text-align: center;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 10
}

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0
}

.swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
  bottom: 8px;
  left: 0;
  width: 100%
}

.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 100%;
  background: #efefef;
}

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -webkit-appearance: none;
  appearance: none
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer
}

.swiper-pagination-white .swiper-pagination-bullet {
  background: #fff
}

.swiper-pagination-bullet-active {
  opacity: 1;
  background: #ff5219;
}

.swiper-pagination-white .swiper-pagination-bullet-active {
  background: #fff
}

.swiper-pagination-black .swiper-pagination-bullet-active {
  background: #000
}

.swiper-container-vertical>.swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  -webkit-transform: translate3d(0, -50%, 0);
  -moz-transform: translate3d(0, -50%, 0);
  -o-transform: translate(0, -50%);
  -ms-transform: translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0)
}

.swiper-container-vertical>.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 5px 0;
  display: block
}

.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 5px
}

.swiper-pagination-progress {
  background: rgba(0, 0, 0, .25);
  position: absolute
}

.swiper-pagination-progress .swiper-pagination-progressbar {
  background: #007aff;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: left top;
  -moz-transform-origin: left top;
  -ms-transform-origin: left top;
  -o-transform-origin: left top;
  transform-origin: left top
}

.swiper-container-rtl .swiper-pagination-progress .swiper-pagination-progressbar {
  -webkit-transform-origin: right top;
  -moz-transform-origin: right top;
  -ms-transform-origin: right top;
  -o-transform-origin: right top;
  transform-origin: right top
}

.swiper-container-horizontal>.swiper-pagination-progress {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0
}

.swiper-container-vertical>.swiper-pagination-progress {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0
}

.swiper-pagination-progress.swiper-pagination-white {
  background: rgba(255, 255, 255, .5)
}

.swiper-pagination-progress.swiper-pagination-white .swiper-pagination-progressbar {
  background: #fff
}

.swiper-pagination-progress.swiper-pagination-black .swiper-pagination-progressbar {
  background: #000
}

.swiper-container-3d {
  -webkit-perspective: 1200px;
  -moz-perspective: 1200px;
  -o-perspective: 1200px;
  perspective: 1200px
}

.swiper-container-3d .swiper-cube-shadow, .swiper-container-3d .swiper-slide, .swiper-container-3d .swiper-slide-shadow-bottom, .swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top, .swiper-container-3d .swiper-wrapper {
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  transform-style: preserve-3d
}

.swiper-container-3d .swiper-slide-shadow-bottom, .swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10
}

.swiper-container-3d .swiper-slide-shadow-left {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(right, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
  background-image: -moz-linear-gradient(right, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(right, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to left, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-container-3d .swiper-slide-shadow-right {
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
  background-image: -moz-linear-gradient(left, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to right, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-container-3d .swiper-slide-shadow-top {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
  background-image: -moz-linear-gradient(bottom, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to top, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
  background-image: -moz-linear-gradient(top, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(top, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-container-coverflow .swiper-wrapper, .swiper-container-flip .swiper-wrapper {
  -ms-perspective: 1200px
}

.swiper-container-cube, .swiper-container-flip {
  overflow: visible
}

.swiper-container-cube .swiper-slide, .swiper-container-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1
}

.swiper-container-cube .swiper-slide .swiper-slide, .swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none
}

.swiper-container-cube .swiper-slide-active, .swiper-container-cube .swiper-slide-active .swiper-slide-active, .swiper-container-flip .swiper-slide-active, .swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto
}

.swiper-container-cube .swiper-slide-shadow-bottom, .swiper-container-cube .swiper-slide-shadow-left, .swiper-container-cube .swiper-slide-shadow-right, .swiper-container-cube .swiper-slide-shadow-top, .swiper-container-flip .swiper-slide-shadow-bottom, .swiper-container-flip .swiper-slide-shadow-left, .swiper-container-flip .swiper-slide-shadow-right, .swiper-container-flip .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden
}

.swiper-container-cube .swiper-slide {
  visibility: hidden;
  -webkit-transform-origin: 0 0;
  -moz-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  width: 100%;
  height: 100%
}

.swiper-container-cube.swiper-container-rtl .swiper-slide {
  -webkit-transform-origin: 100% 0;
  -moz-transform-origin: 100% 0;
  -ms-transform-origin: 100% 0;
  transform-origin: 100% 0
}

.swiper-container-cube .swiper-slide-active, .swiper-container-cube .swiper-slide-next, .swiper-container-cube .swiper-slide-next+.swiper-slide, .swiper-container-cube .swiper-slide-prev {
  pointer-events: auto;
  visibility: visible
}

.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: .6;
  -webkit-filter: blur(50px);
  filter: blur(50px);
  z-index: 0
}

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  -webkit-transition-timing-function: ease-out;
  -moz-transition-timing-function: ease-out;
  -ms-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out
}

.swiper-container-fade .swiper-slide {
  pointer-events: none;
  -webkit-transition-property: opacity;
  -moz-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity
}

.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none
}

.swiper-container-fade .swiper-slide-active, .swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto
}

.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, .1)
}

.swiper-container-horizontal>.swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%
}

.swiper-container-vertical>.swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%
}

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, .5);
  border-radius: 10px;
  left: 0;
  top: 0
}

.swiper-scrollbar-cursor-drag {
  cursor: move
}

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  -webkit-transform-origin: 50%;
  -moz-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-animation: swiper-preloader-spin 1s steps(12, end) infinite;
  -moz-animation: swiper-preloader-spin 1s steps(12, end) infinite;
  animation: swiper-preloader-spin 1s steps(12, end) infinite
}

.swiper-lazy-preloader:after {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-position: 50%;
  -webkit-background-size: 100%;
  background-size: 100%;
  background-repeat: no-repeat
}

.swiper-lazy-preloader-white:after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E")
}

@-webkit-keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg)
  }
}

@keyframes swiper-preloader-spin {
  100% {
    transform: rotate(360deg)
  }
}

.swiper-pagination {
  position: absolute;
}


/*NON BLOCK STYLES*/

h1,
h2,
h3 {
  font-family: Segma-Regular;
  text-align: center;
}

h3.section-title {
  color: purple;
  font-size: 18px;
  letter-spacing: normal;
}

/*BEGIN BLOCK STYLES*/

html {
  box-sizing: border-box;
}
*,
*:before,
*:after {
  box-sizing: inherit;
}


.static-content h1,
.static-content h2,
.static-content h3,
.static-content h4,
.static-content h5,
.static-content h6,
.static-content p,
.static-content a {
 font-family: Segma-Regular;
 text-align: center;
 margin: 0;
 -webkit-font-smooth: antialiased;
 -moz-osx-font-smoothing: grayscale;
 font-weight: 100;
}

.static-content h1 {
  font-size: 24px;
  letter-spacing: 2px;
}

.static-content h2 {
  font-size: 18px;
  letter-spacing: 1.5px;
}

.static-content h3 {
  font-size: 30px;
  letter-spacing: 2px;
}

.static-content h4 {
  font-size: 24px;
  letter-spacing: 1.5px;
}


.static-content p {
  letter-spacing: 1px;
  font-size: 16px;
  line-height: 1.5;
}

.static-content h2 {
  text-transform: uppercase;
  color: white;
}

.static-content a:visited {
  color: white;
}

.static-content.dark-text a:visited {
  color: #525352;
}

.static-content a:hover {
  color: #525352;
  background: white;
  border-color: white;
  transition: all 0.4s ease;
}

.static-content .inline:hover {
  color: #7a7a7a;
  background: none;
}

.static-content.dark-text a:hover {
  color: white;
  background: #525352;
  transition: all 0.4s ease;
}

@media (min-width:768px) {

  .static-content h1 {
    font-size: 36px;
    letter-spacing: 3px;
  }

  .static-content h2 {
    font-size: 24px;
    letter-spacing: 2px;
  }

  .static-content p {
    letter-spacing: 1.3px;
    font-size: 16px;
    line-height: 1.5;
  }
}

@media (min-width:1024px) {

  .static-content h1 {
    font-size: 42px;
    letter-spacing: 4px;
  }

  .static-content h2 {
    font-size: 20px;
    letter-spacing: 2px;
  }

  .static-content p {
    letter-spacing: 1px;
    font-size: 18px;
    line-height: 1.33;
  }

  .static-content .button-container a {
    font-size: 24px;
    transition: all 0.4s ease;
  }

}

/*Button Styles*/

.static-content a {
  font-size: 18px;
  line-height: 1.33;
  letter-spacing: 2px;
  text-transform: uppercase;
  text-decoration: none;
  min-width: 237px;
}

.static-content a.inline {
  font-size: 18px;
  letter-spacing: 2px;
  text-transform: none;
  color: #525352;
}

.static-content .button-container {
  display: flex;
}

.static-content .button {
  padding: 12px 25px 12px 25px;
  border: 2px solid white;
  margin: 0 auto;
  display: block;
  max-width: 200px;
}

.static-content picture {
  display: block;
  line-height: 0px;
}

.static-content.show-border {
  border: 2px solid purple;
  border-style: dashed;
}

.static-content.maxwidth {
  max-width: 1088px;
  margin: auto;
}

/* Block 1 - Slider and Hero Image */

.static-content.hero-slider {
  width: 100vw;
}

.static-content.hero-slider h2,
.static-content.hero-slider h1,
.static-content.hero-slider p {
  color: white;
}

.static-content.hero-slider.dark-text h2,
.static-content.hero-slider.dark-text h1,
.static-content.hero-slider.dark-text p {
  color: #525352;
}

.static-content.hero-slider .swiper-container .slide-content-cta .button {
  background: transparent;
}

.static-content.hero-slider .swiper-container .slide-content-cta .button:hover {
  background: white;
  color: #525352;
}

.static-content.hero-slider.dark-text .swiper-container .slide-content-cta .button:hover  {
  color: white;
  background: #ff5219;
  transition: all 0.4s ease;
}

.static-content.hero-slider.dark-text .swiper-container .slide-content-cta .button{
  background: transparent;
  color: #ff5219;
  border-color: #ff5219;
  transition: all 0.4s ease;
}

.static-content.hero-slider .carousel-content-wrapper {
  height: auto;
  position: relative;
}

.static-content.hero-slider .carousel-image-section  {
  width: 100%;
  min-height: inherit;
  height: inherit;
}

.static-content.hero-slider .carousel-image-section picture {
  display: block;
  line-height: 0;
}

.static-content.hero-slider .carousel-image-section .slider-image  {
  width: 100%;
}

.static-content.hero-slider .carousel-text-section {
  width: 100%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.static-content.hero-slider .carousel-text-section .carousel-text-content {
  position: relative;
  margin: auto;
  width: 90%;
}

.static-content.hero-slider .carousel-text-content .slide-sub-title {
  line-height: 24px;
  margin-bottom: 10px;
}

.static-content.hero-slider .carousel-text-content .slide-title {
  line-height: 24px;
  margin-bottom: 17px;
  text-transform: uppercase;
}

.static-content.hero-slider .carousel-text-content .slide-content-body {
  padding-left: 25px;
  padding-right: 25px;
  line-height: 24px;
  margin-bottom: 25px;
}

.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
  right: 0px;
}

.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
  left: 0px;
}

.static-content.hero-slider.single-slide .swiper-container .swiper-button-next,
.static-content.hero-slider.single-slide .swiper-container .swiper-button-prev  {
  display: none;
}


.static-content.hero-slider .swiper-button-next.hidden,
.static-content.hero-slider .swiper-button-prev.hidden,
.static-content.hero-slider .swiper-pagination.hidden {
  display: none;
}

.swiper-container-horizontal>.swiper-pagination-bullets,
.swiper-pagination-custom, .swiper-pagination-fraction {
  bottom: 8px;
}

.swiper-pagination-bullet {
  height: 6px;
  width: 6px;
}

.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 3.5px;
}

.static-content.hero-slider .swiper-button-next, .swiper-button-prev {
  background-size: 27px;
}

@media (min-width: 768px) {

  .static-content.hero-slider .carousel-text-content .slide-content-body {
    margin-bottom: 48px;
  }

  .static-content.hero-slider .carousel-text-content .slide-title {
    margin-bottom: 32px;
  }

  .static-content.hero-slider .carousel-text-content .slide-sub-title {
      margin-bottom: 33px;
  }

  .swiper-container-horizontal>.swiper-pagination-bullets,
  .swiper-pagination-custom, .swiper-pagination-fraction {
    bottom: 29px;
  }
}

@media (min-width: 1024px) {

  .static-content.hero-slider .carousel-text-content .slide-content-body {
    margin-bottom: 33px;
  }

  .static-content.hero-slider .carousel-text-content .slide-title {
    margin-bottom: 32px;
  }

  .static-content.hero-slider .carousel-text-content .slide-sub-title {
      margin-bottom: 33px;
  }
}

/*Only apply the max width above the width of the maxwidth value itself*/
@media (min-width:1087px) {

  .static-content.hero-slider.maxwidth {
    max-width: 1088px;
    margin: auto;
  }
}

/*  END Block 1 - Slider and Hero Image */

/* START Block 2 - 50/50 Image Row */

.static-content.half-split-image {
  width: 100vw;
}

.static-content.half-split-image h4,
.static-content.half-split-image p {
  color: white;
}

.static-content.half-split-image .tile-wrapper {
  width: inherit;
}

.static-content.half-split-image .tile-wrapper .tile-image-section {
  position: relative;
}

.static-content.half-split-image .tile-wrapper .tile-image-section .image-text-overlay {
  bottom: 42px;
  position: absolute;
  width: 100%;
  display: block;
  align-items: center;
}

.static-content.half-split-image .button-container .button {
  background: transparent;
  color: white;
  border-color: white;
}

.static-content.half-split-image .button-container .button:hover {
  background: white;
  color: #525352;
}

.static-content.half-split-image.dark-text .button-container .button {
  border-color: #ff5219;
  color: #ff5219;
  transition: all 0.4s ease;

}

.static-content.half-split-image.dark-text .button-container .button:hover {
  background: #ff5219;
  color: white;
  transition: all 0.4s ease;
}

.static-content.half-split-image .tile-wrapper .tile-image-section .image-text-overlay h3 {
  margin-bottom: 13px;
}

.static-content.half-split-image.dark-text .tile-wrapper .tile-image-section .image-text-overlay h3 {
  color: #525352;
  border-color: #525352;
}

.static-content.half-split-image .tile-wrapper .tile-image-section img {
  width: 100%;
}

/*Text Section*/

.static-content.half-split-image .tile-wrapper .tile-text-section h4,
.static-content.half-split-image .tile-wrapper .tile-text-section p {
  color: #525352;
  display: block;
}

.static-content.half-split-image .tile-wrapper .tile-text-section a {
  display: table;
  margin: auto;
}

.static-content.half-split-image .tile-wrapper .tile-text-section h4 {
  margin-bottom: 12px;
  margin-top: 11px;
}

.static-content.half-split-image .tile-wrapper .tile-text-section a.inline {
  margin-bottom: 30px;
  text-decoration: underline;
}

.static-content.half-split-image .tile-wrapper .tile-text-section p {
  margin-bottom: 24px;
  margin-left: auto;
  margin-right: auto;
  max-width: 336px;
}

.static-content.half-split-image.no-text-section .tile-text-section {
  display: none;
}

.static-content a.inline {
  font-size: 18px;
  letter-spacing: 2px;
  text-transform: none;
  color: #525352;
  text-decoration: underline;
  cursor: pointer;
}

@media (min-width:768px) {

  .static-content.half-split-image .tile-container {
    display: flex;
  }

  .static-content.half-split-image .tile-container .tile-wrapper {
    width: 50%;
  }
}

@media (min-width: 1087px) {

  .static-content.maxwidth {
    max-width: 1088px;
    margin: auto;
  }

}

/*  END Block 2 - 50/50 Image Row */

/*  START Block 3 - Masonry Block */

.static-content.masonry-block {
  max-width: 1088px;
  margin: auto;
}

.static-content.masonry-block .text-tile {
  display: none;
}

.static-content.masonry-block .content-section.is-text-tile .text-section {
  display: none;
}

.static-content.masonry-block .masonry-wrapper .feature-column .text-section.align-left h3,
.static-content.masonry-block .masonry-wrapper .feature-column .text-section.align-left a,
.static-content.masonry-block .masonry-wrapper .two-section-column .content-section .text-section.align-left h3,
.static-content.masonry-block .masonry-wrapper .two-section-column .content-section .text-section.align-left a {
  text-align: left;
  padding-left: 20px;
}

.static-content.masonry-block .masonry-wrapper .feature-column .text-section.align-right h3,
.static-content.masonry-block .masonry-wrapper .feature-column .text-section.align-right a,
.static-content.masonry-block .masonry-wrapper .two-section-column .content-section .text-section.align-right h3,
.static-content.masonry-block .masonry-wrapper .two-section-column .content-section .text-section.align-right a {
  text-align: right;
  padding-left: 0px;
  padding-right: 20px;
}

.static-content.masonry-block.dark-text .text-section h3 {
  color: #525352;
}

.static-content.masonry-block.hide-heading .masonry-title,
.static-content.masonry-block.hide-heading .title-underline {
  display: none;
}

.static-content.masonry-block .masonry-title {
  color: black;
  text-transform: uppercase;
  letter-spacing: 3px;
  margin-bottom: 20px;
  margin-top: 50px;
}

.static-content.masonry-block .title-underline {
  width: 48px;
  height: 2px;
  background-color: #ff5219;
  margin: auto;
  margin-bottom: 34px;
}

.static-content.masonry-block .masonry-wrapper .content-section .masonry-feature-image {
  width: 100%;
}

.static-content.masonry-block .masonry-wrapper .feature-column,
.static-content.masonry-block .masonry-wrapper .two-section-column .first-section,
.static-content.masonry-block .masonry-wrapper .two-section-column .second-section {
  position: relative;
}

.static-content.masonry-block .masonry-wrapper .feature-column,
.static-content.masonry-block .masonry-wrapper .two-section-column .first-section .content-section {
  margin-bottom: 18px;
}

.static-content.masonry-block .masonry-wrapper .text-section {
  position: absolute;
  left: 50%;
  width: 100%;
  transform: translateX(-50%);
  bottom: 31px;
  text-transform: uppercase;
}

.static-content.masonry-block .masonry-wrapper .text-section h3 {
  margin-bottom: 19px;
  padding-left: 10px;
  padding-right: 10px;
  color: white;
}

.static-content.masonry-block.dark-text .masonry-wrapper .text-section h3 {
  color: #525352;
}

.static-content.masonry-block .masonry-wrapper .text-section a {
  display: block;
  color: white;
}

.static-content.masonry-block.dark-text .masonry-wrapper .text-section a {
  color: #525352;
}

.static-content.masonry-block.dark-text .masonry-wrapper .text-section a.inline:hover {
  color: #7a7a7a;
  background: none;
  transition: all 0.4s ease;
}

.static-content.masonry-block .content-section.is-text-tile .text-tile {
  display: flex;
  height: auto;
  width: 100%;
  background: #f9f6f1;
  position: relative;
  top: 0px;
}

.static-content.masonry-block .content-section.is-text-tile .text-tile .tile-content-wrapper {
  margin: auto;
  padding: 33px 22px 33px 22px;
  position: relative;
}

.static-content.masonry-block .content-section.is-text-tile .text-tile .tile-content-wrapper h3,
.static-content.masonry-block .content-section.is-text-tile .text-tile .tile-content-wrapper p {
  color: #525352;
  margin-top: 25px;
  margin-bottom: 18px;
}

.static-content.masonry-block .content-section.is-text-tile .text-tile .tile-content-wrapper h3 {
  margin-bottom: 12px;
  margin-top: 0px;
}

.static-content.masonry-block .content-section.is-text-tile .text-tile .tile-content-wrapper p {
  margin-bottom: 26px;
  margin-top: 0px;
}

.static-content.masonry-block .content-section p.inline {
  font-size: 18px;
  letter-spacing: 2px;
  text-decoration: underline;
  text-transform: none;
}

.static-content.masonry-block .content-section.is-text-tile .text-tile .tile-content-wrapper .inline {
  display: table;
  margin: auto;
}

.static-content.masonry-block .content-section.is-text-tile .text-tile .tile-content-wrapper .inline:hover {
  color: #7a7a7a;
  background: none;

}

.static-content.masonry-block .content-section.is-text-tile picture {
  display: none;
}

@media (min-width: 768px) {

  .static-content.masonry-block .masonry-wrapper {
    display: flex;
  }

  .static-content.masonry-block .content-section.is-text-tile .text-tile .tile-content-wrapper p {
    margin-bottom: 11px;
  }

  .static-content.masonry-block .content-section.is-text-tile picture {
    display: block;
  }

  .static-content.masonry-block.feature-right .masonry-wrapper .feature-column {
    margin-right: 0px;
    order: 1;
    margin-left: 17px;

  }

  .static-content.masonry-block .masonry-wrapper .feature-column,
  .static-content.masonry-block .masonry-wrapper .two-section-column .first-section .content-section {
    margin-bottom: 0px;
  }

  .static-content.masonry-block .masonry-wrapper .two-section-column .first-section {
    margin-bottom: 15px;
  }

  .static-content.masonry-block .masonry-wrapper .feature-column,
  .static-content.masonry-block .masonry-wrapper .two-section-column {
      width: 50%;
  }

  .static-content.masonry-block .masonry-wrapper .two-section-column .first-section .content-section {
  }

  .static-content.masonry-block .content-section.is-text-tile .text-tile {
    position: absolute;
  }

  .static-content.masonry-block .masonry-wrapper .feature-column {
    margin-right: 17px;
  }

  .static-content.masonry-block .content-section.is-text-tile .text-tile {
    height: 100%;
  }

  .static-content.masonry-block .masonry-wrapper .feature-column .text-section.align-left h3,
  .static-content.masonry-block .masonry-wrapper .feature-column .text-section.align-left a,
  .static-content.masonry-block .masonry-wrapper .two-section-column .content-section .text-section.align-left h3,
  .static-content.masonry-block .masonry-wrapper .two-section-column .content-section .text-section.align-left a {
    padding-left: 35px;

  }

  .static-content.masonry-block .masonry-wrapper .two-section-column .content-section .text-section.align-left p.inline {
    text-align: left;
    padding-left: 35px;
  }

  .static-content.masonry-block .masonry-wrapper .two-section-column .content-section .text-section.align-right p.inline {
    text-align: right;
    padding-right: 35px;
  }

  .static-content.masonry-block.dark-text .masonry-wrapper .two-section-column .content-section .text-section p.inline:hover {
    color: #525352;
  }

  .static-content.masonry-block .masonry-wrapper .overlay-anchor {
    height: 100%;
    width: 100%;
    top: 0px;
    position: absolute;
    cursor: pointer;
    background: none;
  }

  .static-content.masonry-block .masonry-wrapper .two-section-column .content-section.is-text-tile .overlay-anchor {
    display: none;
  }

  .static-content.masonry-block .masonry-wrapper .feature-column .text-section.align-right h3,
  .static-content.masonry-block .masonry-wrapper .feature-column .text-section.align-right a,
  .static-content.masonry-block .masonry-wrapper .two-section-column .content-section .text-section.align-right h3,
  .static-content.masonry-block .masonry-wrapper .two-section-column .content-section .text-section.align-right a {
    padding-right: 35px;
  }
}

@media (min-width: 1024px) {

  .static-content.masonry-block .masonry-wrapper .feature-column {
    margin-right: 19px;
    width: calc(50% + 2px);
  }

  .static-content.masonry-block .masonry-wrapper .two-section-column .first-section {
    margin-bottom: 22px;
  }

  .static-content.masonry-block .content-section.is-text-tile .text-tile .tile-content-wrapper p {
    margin-bottom: 31px;
  }
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {

  .static-content.masonry-block .content-section.is-text-tile .text-tile .tile-content-wrapper {
    display: inline-table;
    top: 50%;
    transform: translateY(-50%);
  }
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active), (max-width: 768px) {

  .static-content.masonry-block .content-section.is-text-tile .text-tile .tile-content-wrapper {
    display: block;
    top: 0;
    transform: none;
  }
}

/*  END Block 3 - Masonry Block */

/*  START Block 4 - 3 Image Row */

.static-content.three-image-row .block-title {
  color: #525352;
  margin-bottom: 17px;
}

.static-content.three-image-row .three-image-wrapper h4 {
  color: white;
}

.static-content.three-image-row.dark-text .three-image-wrapper h4 {
  color: #525352;
}

.static-content.three-image-row.no-heading .block-title {
  display: none;
}

.static-content.three-image-row .three-image-wrapper {
  width: 100%;
}

.static-content.three-image-row .three-image-wrapper div {
  position: relative;
  margin-bottom: 14px;
}

.static-content.three-image-row .three-image-wrapper .image-three {
  margin-bottom: 0;
}

.static-content.three-image-row .three-image-wrapper .text-overlay {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width:100%;
  text-transform: uppercase;
}

.static-content.three-image-row .three-image-wrapper img {
  width: 100%;
}

.static-content.three-image-row .overlay-anchor {
  height: 100%;
  width: 100%;
  top: 0px;
  position: absolute;
  cursor: pointer;
  background: none;
}

.static-content.three-image-row .overlay-anchor:hover {
  background: none;
}

@media (min-width: 768px) {

  .static-content.three-image-row .three-image-wrapper {
    display: flex;
  }

  .static-content.three-image-row .three-image-wrapper div {
    margin-bottom: 0px;
  }

  .static-content.three-image-row .three-image-wrapper .image-one {
    margin-right: 18px
  }

  .static-content.three-image-row .three-image-wrapper .image-three {
    margin-left: 18px;
  }

  .static-content.three-image-row .three-image-wrapper div {
    width: 33%;
  }

}
/*  END Block 4 - 3 Image Row */

/*  START Block 5 - 2/3rds Image Row */

.static-content.two-thirds-block p {
  color: #525352;
}

.static-content.two-thirds-block .button {
  max-width: none;
}

.static-content.two-thirds-block .image-wrapper img {
  width: 100%;
}

.static-content.two-thirds-block.image-right .image-wrapper {
  order: 1;
}

.static-content.two-thirds-block .content-wrapper {
  max-width: 33%;
  margin: auto;
  padding-left: 14px;
  padding-right: 14px;
}

.static-content.two-thirds-block .content-wrapper .button {
  margin-bottom: 12px;
}

.static-content.two-thirds-block .content-wrapper .button:last-child {
  margin-bottom: 0px;
}

.static-content.two-thirds-block .content-wrapper p {
  margin-bottom: 30px;
  margin-top: 30px;
}

.static-content.two-thirds-block .content-wrapper {
  max-width: none;
}

.static-content.two-thirds-block .button {
  border-color: #ff5219;
  color: #ff5219;
  transition: all 0.4s ease;

}

.static-content.two-thirds-block .button:hover {
  background: #ff5219;
  color: white;
  transition: all 0.4s ease;
}

.static-content.two-thirds-block.dark-text .button:hover {
  background: #525352;
  color: white;
  transition: all 0.4s ease;
}

.static-content.two-thirds-block.dark-text .button {
  background-color: white;
  border-color: #525352;
  color: #525352;
  transition: all 0.4s ease;

}


@media (min-width: 768px) {

  .static-content.two-thirds-block .two-thirds-wrapper {
    display: flex;
  }

  .static-content.two-thirds-block .two-thirds-wrapper .image-wrapper {
    max-width: 66%;
  }

  .static-content.two-thirds-block .content-wrapper p {
    margin-top: 0px
  }

  .static-content.two-thirds-block .content-wrapper p,
  .static-content.two-thirds-block .content-wrapper a {
    max-width: 210px;
  }

  .static-content.two-thirds-block .content-wrapper p {
    font-size: 14px;
    letter-spacing: 0.9px;
    line-height: 1.71;
  }

}

@media (min-width: 1024px) {

  .static-content.two-thirds-block .content-wrapper p,
  .static-content.two-thirds-block .content-wrapper a {
    max-width: 297px;
  }

  .static-content.two-thirds-block .content-wrapper p {
    font-size: 16px;
    line-height: 1.5;
    letter-spacing: 1px;
  }

  .static-content.two-thirds-block .content-wrapper a {
    font-size: 20px;
    letter-spacing: 2px;
  }
}

/*IE HACKS*/

@media (min-width:768px) and (-ms-high-contrast: none), (-ms-high-contrast: active) {

   .static-content.two-thirds-block .content-wrapper .content-items{
     position: relative;
     left: 0px;
     width: 100%;
     transform: translateY(-50%);
     top: 50%;
   }

   .static-content.two-thirds-block .content-wrapper .content-items p {
     margin: auto;
     margin-bottom: 30px;
   }

   .static-content.two-thirds-block .two-thirds-wrapper .image-wrapper {
     width: 66%;
   }

   .static-content.two-thirds-block .content-wrapper .content-items p,
   .static-content.two-thirds-block .content-wrapper .content-items a {
     max-width: 100%;
   }

   .static-content.two-thirds-block .content-wrapper {
     position: relative;
     width: 33%;
   }
}

@media (max-width:768px) and (min-width:320px) and (-ms-high-contrast: none), (-ms-high-contrast: active) {

  .static-content.two-thirds-block .content-wrapper {
    position: relative;
    width: 100%;
  }

  .static-content.two-thirds-block .two-thirds-wrapper .image-wrapper {
    width: 100%;
  }

  .static-content.two-thirds-block .content-wrapper p {
    margin-top: 25px;
  }
}


/*  END Block 5 - 2/3rds Image Row */

/*  START Block 6 - Text Row */

.static-content.text-block .content-wrapper {
  color: #525352;
}

.static-content.text-block .content-wrapper h4 {
  margin-bottom: 23px;
  letter-spacing: 2px;
}

.static-content.text-block .content-wrapper p {
  margin-bottom: 24px;
  margin-left: auto;
  margin-right: auto;
  max-width: 720px;
}

.static-content.text-block .content-wrapper a {
  display: block;
}

@media (min-width: 768px) {
  .static-content.text-block .content-wrapper p {
    font-size: 14px;
    line-height: 1.71;
    letter-spacing: 0.9px;
  }
}

@media (min-width: 1024px) {
  .static-content.text-block .content-wrapper p {
    font-size: 16px;
    line-height: 1.5;
    letter-spacing: 1px;
  }
}

/*  END Block 6 - Text Row */

/*  START Block 7 - 2 column Row */

.static-content.two-column-content-row .content-wrapper .image-wrapper img {
    width: 100%;
}

.static-content.two-column-content-row .content-wrapper {
  position: relative;
}

.static-content.two-column-content-row .content-wrapper .column-wrapper {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.static-content.two-column-content-row .content-wrapper .column-wrapper h5 {
  font-size: 18px;
  line-height: 1.67;
  letter-spacing: 1.5px;
  color: white;
  text-transform: uppercase;
  text-align: left;
  margin-bottom: 24px;
  padding-right: 24px;
}

.static-content.two-column-content-row .content-wrapper .column-wrapper p {
  font-size: 14px;
  line-height: 1.71;
  letter-spacing: 1.5px;
  color: white;
  text-align: left;
  padding-right: 24px;
}

.static-content.two-column-content-row.dark-text .content-wrapper h5,
.static-content.two-column-content-row.dark-text .content-wrapper p {
  color: #525352;
}

.static-content.two-column-content-row .content-wrapper .column-wrapper .column-one {
  padding-left: 24px;
}

.static-content.two-column-content-row .content-wrapper .column-wrapper .column-one .icon-wrapper img {
  margin-right: 24px;
}

.static-content.two-column-content-row .content-wrapper .column-wrapper .column-one .icon-wrapper:last-child {
  margin-right: 0;
}

.static-content.two-column-content-row .content-wrapper .column-wrapper .column-two {
  padding-left: 24px;
}

.static-content.two-column-content-row .content-wrapper .column-wrapper .column-contents .icon-wrapper {
  margin-bottom: 20px;
}

@media (min-width: 768px) {

  .static-content.two-column-content-row .content-wrapper .column-wrapper {
    display: flex;
    top: 50%;
    transform: translate(-50%,-50%);
    left: 50%;
    width: 745px;
  }

  .static-content.two-column-content-row .content-wrapper .column-wrapper .column-two {
    padding-right: 24px;
    padding-left: 24px;
  }

  .static-content.two-column-content-row .content-wrapper .column-wrapper p {
    font-size: 15px;
    line-height: 1.6;
    letter-spacing: 1.6px;
  }

  .static-content.two-column-content-row .content-wrapper .column-wrapper .column-two,
    .static-content.two-column-content-row .content-wrapper .column-wrapper .column-one {
    width: 47%;
  }

  .static-content.two-column-content-row .content-wrapper .column-wrapper .column-two {
    width: 53%;
  }

  .static-content.two-column-content-row .content-wrapper .column-wrapper h5 {
    font-size: 24px;
    line-height: 1.5;
    letter-spacing: 2px;
    margin-bottom: 38px;
  }

  .static-content.two-column-content-row .content-wrapper p {
    font-size: 15px;
    line-height: 1.6;
    letter-spacing: 1.6px;
  }

  .static-content.two-column-content-row .content-wrapper .column-wrapper .column-contents {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
  }
}

@media (min-width: 1024px) {
  .static-content.two-column-content-row .content-wrapper .column-wrapper {
    width: 790px;
  }

  .static-content.two-column-content-row .content-wrapper .column-wrapper .column-two {
    padding-right: 0;
  }

  .static-content.two-column-content-row .content-wrapper p {
    font-size: 18px;
    line-height: 1.33;
    letter-spacing: 1.9px;
  }
}

/*  END Block 7 - 2 Column Row */
