.wrap {
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
}

.carousel {
  display: flex;
  left: -100%;
  list-style: none;
  margin: 0;
  padding: 0;
  position: relative;
  transform: translateX(100%);
}
.carousel [class*=col-] {
  padding: 0;
}

@media (min-width: 30em) {
  .carousel {
    left: 0;
    transform: translateX(33.33333%);
  }
}
@media (min-width: 40em) {
  .carousel {
    left: 0%;
    transform: translateX(30%);
  }
}
.carousel.is-reversing {
  transform: translateX(-100%);
}

@media (min-width: 30em) {
  .carousel.is-reversing {
    transform: translateX(-33.33333%);
  }
}
@media (min-width: 40em) {
  .carousel.is-reversing {
    transform: translateX(-30%);
  }
}
.carousel.is-set {
  transform: none;
  transition: transform 0.5s ease-in-out, opacity 0.5s;
  height: 100%;
}

.carousel-seat {
  background: #000;
  flex: 1 0 100%;
  order: 2;
}
.carousel-seat img {
  width: 100%;
  object-fit: cover;
  object-position: 50% 50%;
  transition-delay: 0.3s;
  transition: 0.3s;
}

@media (min-width: 30em) {
  .carousel-seat {
    flex-basis: 33.33333%;
  }
}
@media (min-width: 40em) {
  .carousel-seat {
    flex-basis: 33.33333%;
  }
}
@media only screen and (max-width: 768px) {
  .carousel-seat img {
    max-height: 80vw;
  }
}
.carousel-seat.is-ref {
  order: 1 !important;
}

.wrap {
  background-color: #000;
}
.wrap .carousel .carousel-seat img {
  opacity: 0.5;
}
.wrap .carousel .carousel-seat[data-order-ref="1"] img {
  opacity: 1;
}

.carousel-content {
  width: 100%;
  background: #fff;
}
.carousel-content .container {
  padding: 24px 0;
}
.carousel-content .container h2 {
  color: #009470;
  margin-bottom: 12px;
  text-align: left;
}

.bubbles {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-top: 30px;
  margin-left: auto;
  margin-right: auto;
  width: fit-content;
}
.bubbles .bubble {
  height: 16px;
  width: 16px;
  border-radius: 50%;
  background-color: #ccc;
  margin-right: 6px;
}
.bubbles .bubble.bubble-active {
  background-color: #009470;
}

.controls {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 9;
}
.controls .container {
  position: relative;
  height: 100%;
  display: block;
}
.controls .container .toggle {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border: 2px solid #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: transparent;
  cursor: pointer;
  outline: none !important;
}
.controls .container .toggle i {
  text-align: center;
  font-size: 24px;
  position: relative;
  right: 2px;
  color: #fff;
}
.controls .container .toggle-next {
  left: unset;
  right: 0;
}
.controls .container .toggle-next i {
  right: unset;
  left: 2px;
}

.full-width-slider, .quality-slider {
  padding-bottom: 64px;
}
.full-width-slider .carousel, .quality-slider .carousel {
  left: -100%;
  transform: translateX(100%);
}
.full-width-slider .carousel .carousel-seat, .quality-slider .carousel .carousel-seat {
  flex-basis: 100%;
  opacity: 1 !important;
}
.full-width-slider .carousel .carousel-seat img, .quality-slider .carousel .carousel-seat img {
  object-position: center center;
  opacity: 1 !important;
}
.full-width-slider .carousel.is-reversing, .quality-slider .carousel.is-reversing {
  transform: translateX(-50%);
}
.full-width-slider .carousel.is-set, .quality-slider .carousel.is-set {
  transform: none;
  transition: transform 0.5s ease-in-out, opacity 3s;
}

.full-width-slider {
  padding: 64px 0;
}
.full-width-slider .row [class*=col-] {
  position: relative;
  overflow: hidden;
}
.full-width-slider .carousel-holder {
  width: 100%;
  overflow: hidden;
}
.full-width-slider .carousel .carousel-seat img {
  opacity: 1 !important;
  padding: 0;
  width: 100%;
}
.full-width-slider .carousel .carousel-seat .carousel-content {
  height: 100%;
  background-color: #fff;
  color: #000;
}
.full-width-slider .controls .toggle {
  border-color: #000 !important;
}
.full-width-slider .controls .toggle i {
  color: #000 !important;
}

section.slider-section.text-content-inside.text-content-enabled {
  background-color: #e1efea;
}

.text-content-inside .carousel .carousel-seat {
  display: flex;
}
.text-content-inside .carousel .carousel-seat .content-panel {
  width: 50%;
  height: 100%;
  background-color: #fff;
  color: #000;
  padding: 24px;
  box-sizing: border-box;
}
.text-content-inside .carousel .carousel-seat .content-panel p {
  padding-right: 60px;
}
.text-content-inside .controls {
  padding: 24px;
  box-sizing: border-box;
}
.text-content-inside .carousel-content {
  background: transparent;
}
.text-content-inside .bubbles {
  justify-content: center;
}

@media only screen and (min-width: 768px) {
  .full-width-slider .carousel .carousel-seat img {
    height: 100%;
  }
}
.page-header {
  padding: 48px 0;
}
.page-header .container {
  position: relative;
}
.page-header .container h3 {
  margin: 0;
}
.page-header .container h1 {
  margin: 0;
}
.page-header .container .page-header-checkmark {
  height: 150px;
  position: absolute;
  left: -55px;
  top: -14px;
}
.page-header .container .page-header-title {
  margin-top: 5px;
  margin-bottom: 42px;
}
.page-header .container .page-header-title.no-subtitle {
  margin-bottom: 42px;
}
.page-header .container .img-col img {
  width: 100%;
}
.page-header .container .img-col .article-image-2 {
  margin-top: 32px;
}
.page-header .contenttable {
  table-layout: fixed;
  width: 100%;
  margin-top: 16px;
  border-spacing: 0;
}
.page-header .contenttable td {
  vertical-align: top;
  padding: 20px 30px 20px 0;
}
.page-header .contenttable th, .page-header .contenttable td {
  border-bottom: 1px solid #E8E8E8;
  border-right: none;
}
.page-header .contenttable tr {
  margin-bottom: 20px;
}
.page-header .grey-box {
  background-color: #dadada;
  padding: 40px 25px 60px 25px;
  box-sizing: border-box;
  width: 100%;
  max-width: 350px;
  margin-top: 8px;
  float: right;
  line-height: 26px;
}
.page-header .grey-box h2, .page-header .grey-box p {
  color: #575757 !important;
}
.page-header .grey-box p, .page-header .grey-box ul li {
  color: #000 !important;
}
.page-header .grey-box ul {
  padding-left: 18px;
}
.page-header ul.attachment-list {
  margin-top: 32px;
}
.page-header ul.attachment-list li, .page-header ul.attachment-list li p {
  line-height: 18px;
}

.page-header.page-header-green h1, .page-header.page-header-green h2, .page-header.page-header-green .page-header-title {
  color: #009470;
}
.page-header.page-header-green h3 {
  color: #000;
}
.page-header.bg-green {
  background-color: #009470;
}
.page-header.bg-green p, .page-header.bg-green span, .page-header.bg-green li, .page-header.bg-green strong, .page-header.bg-green .page-header-subtitle {
  color: #fff;
}
.page-header.page-header-red h1, .page-header.page-header-red h2, .page-header.page-header-red .page-header-title {
  color: #FC3226;
}
.page-header.page-header-red h3 {
  color: #000;
}
.page-header.bg-red {
  background-color: #FC3226;
}
.page-header.bg-red p, .page-header.bg-red span, .page-header.bg-red li, .page-header.bg-red strong, .page-header.bg-red .page-header-subtitle {
  color: #fff;
}
.page-header.page-header-blue h1, .page-header.page-header-blue h2, .page-header.page-header-blue .page-header-title {
  color: #137CC6;
}
.page-header.page-header-blue h3 {
  color: #000;
}
.page-header.bg-blue {
  background-color: #137CC6;
}
.page-header.bg-blue p, .page-header.bg-blue span, .page-header.bg-blue li, .page-header.bg-blue strong, .page-header.bg-blue .page-header-subtitle {
  color: #fff;
}
.page-header.page-header-light h1, .page-header.page-header-light h2, .page-header.page-header-light .page-header-title {
  color: #E8E8E8;
}
.page-header.page-header-light h3 {
  color: #000;
}
.page-header.bg-light {
  background-color: #E8E8E8;
}
.page-header.bg-light p, .page-header.bg-light span, .page-header.bg-light li, .page-header.bg-light strong, .page-header.bg-light .page-header-subtitle {
  color: #333;
}
.page-header.page-header-medium h1, .page-header.page-header-medium h2, .page-header.page-header-medium .page-header-title {
  color: #9D9D9D;
}
.page-header.page-header-medium h3 {
  color: #000;
}
.page-header.bg-medium {
  background-color: #9D9D9D;
}
.page-header.bg-medium p, .page-header.bg-medium span, .page-header.bg-medium li, .page-header.bg-medium strong, .page-header.bg-medium .page-header-subtitle {
  color: #fff;
}
.page-header.page-header-dark h1, .page-header.page-header-dark h2, .page-header.page-header-dark .page-header-title {
  color: #575757;
}
.page-header.page-header-dark h3 {
  color: #000;
}
.page-header.bg-dark {
  background-color: #575757;
}
.page-header.bg-dark p, .page-header.bg-dark span, .page-header.bg-dark li, .page-header.bg-dark strong, .page-header.bg-dark .page-header-subtitle {
  color: #fff;
}
.page-header.page-header-pink h1, .page-header.page-header-pink h2, .page-header.page-header-pink .page-header-title {
  color: #FAB1B4;
}
.page-header.page-header-pink h3 {
  color: #000;
}
.page-header.bg-pink {
  background-color: #FAB1B4;
}
.page-header.bg-pink p, .page-header.bg-pink span, .page-header.bg-pink li, .page-header.bg-pink strong, .page-header.bg-pink .page-header-subtitle {
  color: #fff;
}
.page-header.page-header-white h1, .page-header.page-header-white h2, .page-header.page-header-white .page-header-title {
  color: #fff;
}
.page-header.page-header-white h3 {
  color: #000;
}
.page-header.bg-white {
  background-color: #fff;
}
.page-header.bg-white p, .page-header.bg-white span, .page-header.bg-white li, .page-header.bg-white strong, .page-header.bg-white .page-header-subtitle {
  color: #333;
}
.page-header.page-header-transparent h1, .page-header.page-header-transparent h2, .page-header.page-header-transparent .page-header-title {
  color: transparent;
}
.page-header.page-header-transparent h3 {
  color: #000;
}
.page-header.bg-transparent {
  background-color: transparent;
}
.page-header.bg-transparent p, .page-header.bg-transparent span, .page-header.bg-transparent li, .page-header.bg-transparent strong, .page-header.bg-transparent .page-header-subtitle {
  color: #000;
}
.page-header.page-header-grey-light h1, .page-header.page-header-grey-light h2, .page-header.page-header-grey-light .page-header-title {
  color: #E8E8E8;
}
.page-header.page-header-grey-light h3 {
  color: #000;
}
.page-header.bg-grey-light {
  background-color: #E8E8E8;
}
.page-header.bg-grey-light p, .page-header.bg-grey-light span, .page-header.bg-grey-light li, .page-header.bg-grey-light strong, .page-header.bg-grey-light .page-header-subtitle {
  color: #333;
}
.page-header.page-header-grey-medium h1, .page-header.page-header-grey-medium h2, .page-header.page-header-grey-medium .page-header-title {
  color: #9D9D9D;
}
.page-header.page-header-grey-medium h3 {
  color: #000;
}
.page-header.bg-grey-medium {
  background-color: #9D9D9D;
}
.page-header.bg-grey-medium p, .page-header.bg-grey-medium span, .page-header.bg-grey-medium li, .page-header.bg-grey-medium strong, .page-header.bg-grey-medium .page-header-subtitle {
  color: #fff;
}
.page-header.page-header-grey-dark h1, .page-header.page-header-grey-dark h2, .page-header.page-header-grey-dark .page-header-title {
  color: #9D9D9D;
}
.page-header.page-header-grey-dark h3 {
  color: #000;
}
.page-header.bg-grey-dark {
  background-color: #9D9D9D;
}
.page-header.bg-grey-dark p, .page-header.bg-grey-dark span, .page-header.bg-grey-dark li, .page-header.bg-grey-dark strong, .page-header.bg-grey-dark .page-header-subtitle {
  color: #fff;
}
.page-header.page-header-black h1, .page-header.page-header-black h2, .page-header.page-header-black .page-header-title {
  color: #000;
}
.page-header.page-header-black h3 {
  color: #999;
}
.page-header.bg-black {
  background-color: #000;
}
.page-header.bg-black p, .page-header.bg-black span, .page-header.bg-black li, .page-header.bg-black strong, .page-header.bg-black .page-header-subtitle {
  color: #fff;
}

@media screen and (max-width: 992px) {
  .page-header .container .page-header-checkmark {
    display: none;
  }

  .page-header .col-0 {
    display: none;
  }

  .col-0 {
    display: none;
  }
}
.page-header-product {
  padding: 0;
  padding-top: 24px;
}
.page-header-product .page-header-product-block-row {
  padding-left: 42px;
  padding-right: 10px;
}
.page-header-product .page-header-product-block-row .cat-dark {
  background-color: #3F3F3F;
}
.page-header-product .page-header-product-block-row .cat-dark h3 {
  color: #fff;
  text-transform: uppercase;
  font-size: 14px;
}
.page-header-product .page-header-product-block-row .cat-dark:before {
  background-color: #3F3F3F;
}
.page-header-product .page-header-product-block-row .cat-light {
  background-color: #9ba1a5;
}
.page-header-product .page-header-product-block-row .cat-light h3 {
  color: #fff;
  text-transform: uppercase;
  font-size: 14px;
}
.page-header-product .page-header-product-block-row .cat-light:before {
  background-color: #9ba1a5;
}
.page-header-product .page-header-product-block-row .cat-dark-blue {
  background-color: #003b7c;
}
.page-header-product .page-header-product-block-row .cat-dark-blue h3 {
  color: #fff;
  text-transform: uppercase;
  font-size: 14px;
}
.page-header-product .page-header-product-block-row .cat-dark-blue:before {
  background-color: #003b7c;
}
.page-header-product .page-header-product-block-row .cat-teal {
  background-color: #00566d;
}
.page-header-product .page-header-product-block-row .cat-teal h3 {
  color: #fff;
  text-transform: uppercase;
  font-size: 14px;
}
.page-header-product .page-header-product-block-row .cat-teal:before {
  background-color: #00566d;
}
.page-header-product .page-header-product-block-row .cat-purple {
  background-color: #4c044f;
}
.page-header-product .page-header-product-block-row .cat-purple h3 {
  color: #fff;
  text-transform: uppercase;
  font-size: 14px;
}
.page-header-product .page-header-product-block-row .cat-purple:before {
  background-color: #4c044f;
}
.page-header-product .page-header-product-block-row .cat-light-blue {
  background-color: #01b0cf;
}
.page-header-product .page-header-product-block-row .cat-light-blue h3 {
  color: #fff;
  text-transform: uppercase;
  font-size: 14px;
}
.page-header-product .page-header-product-block-row .cat-light-blue:before {
  background-color: #01b0cf;
}
.page-header-product .page-header-product-block-row .cat-blue {
  background-color: #197f95;
}
.page-header-product .page-header-product-block-row .cat-blue h3 {
  color: #fff;
  text-transform: uppercase;
  font-size: 14px;
}
.page-header-product .page-header-product-block-row .cat-blue:before {
  background-color: #197f95;
}
.page-header-product .page-header-product-block-row .cat-green {
  background-color: #186345;
}
.page-header-product .page-header-product-block-row .cat-green h3 {
  color: #fff;
  text-transform: uppercase;
  font-size: 14px;
}
.page-header-product .page-header-product-block-row .cat-green:before {
  background-color: #186345;
}
.page-header-product .page-header-product-block-row .cat-light-green {
  background-color: #009288;
}
.page-header-product .page-header-product-block-row .cat-light-green h3 {
  color: #fff;
  text-transform: uppercase;
  font-size: 14px;
}
.page-header-product .page-header-product-block-row .cat-light-green:before {
  background-color: #009288;
}
.page-header-product .page-header-product-block-row .col-12 {
  padding: 6px 0;
  position: relative;
}
.page-header-product .page-header-product-block-row .col-12:before {
  content: "";
  position: absolute;
  left: -24px;
  top: 0;
  height: 100%;
  width: 64px;
  transform: skewX(-24deg);
  display: block;
  z-index: -1;
}

.full_width_image.bg-white {
  background: #fff;
}
.full_width_image .container img {
  width: 100%;
}

.text-image {
  padding: 48px 0;
}
.text-image.background-image {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.text-image .container .row .text-col h2 {
  margin-top: 0;
  padding-top: 12px;
  border-top: 2px solid;
  line-height: 1.2;
}
.text-image .container .row .text-col .text, .text-image .container .row .text-col .text *, .text-image .container .row .text-col .text ul li {
  font-family: "Roboto", sans-serif;
  font-size: 17.6px;
  line-height: 26px;
  font-weight: 300;
}
.text-image .container .row .content-col iframe {
  width: 100%;
}
.text-image .container .row .content-col img {
  width: 100%;
}

.text-image.text-image-green h1, .text-image.text-image-green h2, .text-image.text-image-green h3, .text-image.text-image-green .title {
  color: #009470;
}
.text-image.bg-green {
  background-color: #009470;
}
.text-image.bg-green p, .text-image.bg-green span, .text-image.bg-green li, .text-image.bg-green strong, .text-image.bg-green .text {
  color: #fff;
}
.text-image.text-image-red h1, .text-image.text-image-red h2, .text-image.text-image-red h3, .text-image.text-image-red .title {
  color: #FC3226;
}
.text-image.bg-red {
  background-color: #FC3226;
}
.text-image.bg-red p, .text-image.bg-red span, .text-image.bg-red li, .text-image.bg-red strong, .text-image.bg-red .text {
  color: #fff;
}
.text-image.text-image-blue h1, .text-image.text-image-blue h2, .text-image.text-image-blue h3, .text-image.text-image-blue .title {
  color: #137CC6;
}
.text-image.bg-blue {
  background-color: #137CC6;
}
.text-image.bg-blue p, .text-image.bg-blue span, .text-image.bg-blue li, .text-image.bg-blue strong, .text-image.bg-blue .text {
  color: #fff;
}
.text-image.text-image-light h1, .text-image.text-image-light h2, .text-image.text-image-light h3, .text-image.text-image-light .title {
  color: #E8E8E8;
}
.text-image.bg-light {
  background-color: #E8E8E8;
}
.text-image.bg-light p, .text-image.bg-light span, .text-image.bg-light li, .text-image.bg-light strong, .text-image.bg-light .text {
  color: #333;
}
.text-image.text-image-medium h1, .text-image.text-image-medium h2, .text-image.text-image-medium h3, .text-image.text-image-medium .title {
  color: #9D9D9D;
}
.text-image.bg-medium {
  background-color: #9D9D9D;
}
.text-image.bg-medium p, .text-image.bg-medium span, .text-image.bg-medium li, .text-image.bg-medium strong, .text-image.bg-medium .text {
  color: #fff;
}
.text-image.text-image-dark h1, .text-image.text-image-dark h2, .text-image.text-image-dark h3, .text-image.text-image-dark .title {
  color: #575757;
}
.text-image.bg-dark {
  background-color: #575757;
}
.text-image.bg-dark p, .text-image.bg-dark span, .text-image.bg-dark li, .text-image.bg-dark strong, .text-image.bg-dark .text {
  color: #fff;
}
.text-image.text-image-pink h1, .text-image.text-image-pink h2, .text-image.text-image-pink h3, .text-image.text-image-pink .title {
  color: #FAB1B4;
}
.text-image.bg-pink {
  background-color: #FAB1B4;
}
.text-image.bg-pink p, .text-image.bg-pink span, .text-image.bg-pink li, .text-image.bg-pink strong, .text-image.bg-pink .text {
  color: #fff;
}
.text-image.text-image-white h1, .text-image.text-image-white h2, .text-image.text-image-white h3, .text-image.text-image-white .title {
  color: #fff;
}
.text-image.bg-white {
  background-color: #fff;
}
.text-image.bg-white p, .text-image.bg-white span, .text-image.bg-white li, .text-image.bg-white strong, .text-image.bg-white .text {
  color: #333;
}
.text-image.text-image-transparent h1, .text-image.text-image-transparent h2, .text-image.text-image-transparent h3, .text-image.text-image-transparent .title {
  color: transparent;
}
.text-image.bg-transparent {
  background-color: transparent;
}
.text-image.bg-transparent p, .text-image.bg-transparent span, .text-image.bg-transparent li, .text-image.bg-transparent strong, .text-image.bg-transparent .text {
  color: #000;
}
.text-image.text-image-grey-light h1, .text-image.text-image-grey-light h2, .text-image.text-image-grey-light h3, .text-image.text-image-grey-light .title {
  color: #E8E8E8;
}
.text-image.bg-grey-light {
  background-color: #E8E8E8;
}
.text-image.bg-grey-light p, .text-image.bg-grey-light span, .text-image.bg-grey-light li, .text-image.bg-grey-light strong, .text-image.bg-grey-light .text {
  color: #333;
}
.text-image.text-image-grey-medium h1, .text-image.text-image-grey-medium h2, .text-image.text-image-grey-medium h3, .text-image.text-image-grey-medium .title {
  color: #9D9D9D;
}
.text-image.bg-grey-medium {
  background-color: #9D9D9D;
}
.text-image.bg-grey-medium p, .text-image.bg-grey-medium span, .text-image.bg-grey-medium li, .text-image.bg-grey-medium strong, .text-image.bg-grey-medium .text {
  color: #fff;
}
.text-image.text-image-grey-dark h1, .text-image.text-image-grey-dark h2, .text-image.text-image-grey-dark h3, .text-image.text-image-grey-dark .title {
  color: #9D9D9D;
}
.text-image.bg-grey-dark {
  background-color: #9D9D9D;
}
.text-image.bg-grey-dark p, .text-image.bg-grey-dark span, .text-image.bg-grey-dark li, .text-image.bg-grey-dark strong, .text-image.bg-grey-dark .text {
  color: #fff;
}
.text-image.text-image-black h1, .text-image.text-image-black h2, .text-image.text-image-black h3, .text-image.text-image-black .title {
  color: #000;
}
.text-image.bg-black {
  background-color: #000;
}
.text-image.bg-black p, .text-image.bg-black span, .text-image.bg-black li, .text-image.bg-black strong, .text-image.bg-black .text {
  color: #fff;
}

.fw-article {
  padding: 48px 0;
}
.fw-article iframe {
  width: 100%;
}
.fw-article .container .row .text-col {
  padding-right: 24px;
  margin-bottom: 24px;
}
.fw-article .container .row .text-col h2 {
  margin-top: 0;
  padding-top: 12px;
  border-top: 2px solid;
  line-height: 1.2;
}
.fw-article .container .row .image-col img {
  width: 100%;
}

.fw-article.fw-article-green h1, .fw-article.fw-article-green h2, .fw-article.fw-article-green h3, .fw-article.fw-article-green .title {
  color: #009470;
}
.fw-article.bg-green {
  background-color: #009470;
}
.fw-article.bg-green p, .fw-article.bg-green li, .fw-article.bg-green strong, .fw-article.bg-green .text {
  color: #fff;
}
.fw-article.article-border-green .container .row .text-col h2, .fw-article.article-border-green h2.title {
  border-top-color: #009470;
}
.fw-article.fw-article-red h1, .fw-article.fw-article-red h2, .fw-article.fw-article-red h3, .fw-article.fw-article-red .title {
  color: #FC3226;
}
.fw-article.bg-red {
  background-color: #FC3226;
}
.fw-article.bg-red p, .fw-article.bg-red li, .fw-article.bg-red strong, .fw-article.bg-red .text {
  color: #fff;
}
.fw-article.article-border-red .container .row .text-col h2, .fw-article.article-border-red h2.title {
  border-top-color: #FC3226;
}
.fw-article.fw-article-blue h1, .fw-article.fw-article-blue h2, .fw-article.fw-article-blue h3, .fw-article.fw-article-blue .title {
  color: #137CC6;
}
.fw-article.bg-blue {
  background-color: #137CC6;
}
.fw-article.bg-blue p, .fw-article.bg-blue li, .fw-article.bg-blue strong, .fw-article.bg-blue .text {
  color: #fff;
}
.fw-article.article-border-blue .container .row .text-col h2, .fw-article.article-border-blue h2.title {
  border-top-color: #137CC6;
}
.fw-article.fw-article-light h1, .fw-article.fw-article-light h2, .fw-article.fw-article-light h3, .fw-article.fw-article-light .title {
  color: #E8E8E8;
}
.fw-article.bg-light {
  background-color: #E8E8E8;
}
.fw-article.bg-light p, .fw-article.bg-light li, .fw-article.bg-light strong, .fw-article.bg-light .text {
  color: #333;
}
.fw-article.article-border-light .container .row .text-col h2, .fw-article.article-border-light h2.title {
  border-top-color: #E8E8E8;
}
.fw-article.fw-article-medium h1, .fw-article.fw-article-medium h2, .fw-article.fw-article-medium h3, .fw-article.fw-article-medium .title {
  color: #9D9D9D;
}
.fw-article.bg-medium {
  background-color: #9D9D9D;
}
.fw-article.bg-medium p, .fw-article.bg-medium li, .fw-article.bg-medium strong, .fw-article.bg-medium .text {
  color: #fff;
}
.fw-article.article-border-medium .container .row .text-col h2, .fw-article.article-border-medium h2.title {
  border-top-color: #9D9D9D;
}
.fw-article.fw-article-dark h1, .fw-article.fw-article-dark h2, .fw-article.fw-article-dark h3, .fw-article.fw-article-dark .title {
  color: #575757;
}
.fw-article.bg-dark {
  background-color: #575757;
}
.fw-article.bg-dark p, .fw-article.bg-dark li, .fw-article.bg-dark strong, .fw-article.bg-dark .text {
  color: #fff;
}
.fw-article.article-border-dark .container .row .text-col h2, .fw-article.article-border-dark h2.title {
  border-top-color: #575757;
}
.fw-article.fw-article-pink h1, .fw-article.fw-article-pink h2, .fw-article.fw-article-pink h3, .fw-article.fw-article-pink .title {
  color: #FAB1B4;
}
.fw-article.bg-pink {
  background-color: #FAB1B4;
}
.fw-article.bg-pink p, .fw-article.bg-pink li, .fw-article.bg-pink strong, .fw-article.bg-pink .text {
  color: #fff;
}
.fw-article.article-border-pink .container .row .text-col h2, .fw-article.article-border-pink h2.title {
  border-top-color: #FAB1B4;
}
.fw-article.fw-article-white h1, .fw-article.fw-article-white h2, .fw-article.fw-article-white h3, .fw-article.fw-article-white .title {
  color: #fff;
}
.fw-article.bg-white {
  background-color: #fff;
}
.fw-article.bg-white p, .fw-article.bg-white li, .fw-article.bg-white strong, .fw-article.bg-white .text {
  color: #333;
}
.fw-article.article-border-white .container .row .text-col h2, .fw-article.article-border-white h2.title {
  border-top-color: #fff;
}
.fw-article.fw-article-transparent h1, .fw-article.fw-article-transparent h2, .fw-article.fw-article-transparent h3, .fw-article.fw-article-transparent .title {
  color: transparent;
}
.fw-article.bg-transparent {
  background-color: transparent;
}
.fw-article.bg-transparent p, .fw-article.bg-transparent li, .fw-article.bg-transparent strong, .fw-article.bg-transparent .text {
  color: #000;
}
.fw-article.article-border-transparent .container .row .text-col h2, .fw-article.article-border-transparent h2.title {
  border-top-color: transparent;
}
.fw-article.fw-article-grey-light h1, .fw-article.fw-article-grey-light h2, .fw-article.fw-article-grey-light h3, .fw-article.fw-article-grey-light .title {
  color: #E8E8E8;
}
.fw-article.bg-grey-light {
  background-color: #E8E8E8;
}
.fw-article.bg-grey-light p, .fw-article.bg-grey-light li, .fw-article.bg-grey-light strong, .fw-article.bg-grey-light .text {
  color: #333;
}
.fw-article.article-border-grey-light .container .row .text-col h2, .fw-article.article-border-grey-light h2.title {
  border-top-color: #E8E8E8;
}
.fw-article.fw-article-grey-medium h1, .fw-article.fw-article-grey-medium h2, .fw-article.fw-article-grey-medium h3, .fw-article.fw-article-grey-medium .title {
  color: #9D9D9D;
}
.fw-article.bg-grey-medium {
  background-color: #9D9D9D;
}
.fw-article.bg-grey-medium p, .fw-article.bg-grey-medium li, .fw-article.bg-grey-medium strong, .fw-article.bg-grey-medium .text {
  color: #fff;
}
.fw-article.article-border-grey-medium .container .row .text-col h2, .fw-article.article-border-grey-medium h2.title {
  border-top-color: #9D9D9D;
}
.fw-article.fw-article-grey-dark h1, .fw-article.fw-article-grey-dark h2, .fw-article.fw-article-grey-dark h3, .fw-article.fw-article-grey-dark .title {
  color: #9D9D9D;
}
.fw-article.bg-grey-dark {
  background-color: #9D9D9D;
}
.fw-article.bg-grey-dark p, .fw-article.bg-grey-dark li, .fw-article.bg-grey-dark strong, .fw-article.bg-grey-dark .text {
  color: #fff;
}
.fw-article.article-border-grey-dark .container .row .text-col h2, .fw-article.article-border-grey-dark h2.title {
  border-top-color: #9D9D9D;
}
.fw-article.fw-article-black h1, .fw-article.fw-article-black h2, .fw-article.fw-article-black h3, .fw-article.fw-article-black .title {
  color: #000;
}
.fw-article.bg-black {
  background-color: #000;
}
.fw-article.bg-black p, .fw-article.bg-black li, .fw-article.bg-black strong, .fw-article.bg-black .text {
  color: #fff;
}
.fw-article.article-border-black .container .row .text-col h2, .fw-article.article-border-black h2.title {
  border-top-color: #000;
}

.fw-article.bg-dark p, .fw-article.bg-dark li, .fw-article.bg-dark strong, .fw-article.bg-dark .text {
  color: #000;
}

.fw-article.bg-medium p, .fw-article.bg-medium li, .fw-article.bg-medium strong, .fw-article.bg-medium .text {
  color: #000;
}

.grid-container .row {
  padding: 96px 6px;
}
.grid-container .row .grid-item {
  height: 260px;
  position: relative;
  box-sizing: border-box;
  margin-bottom: 12px;
}
.grid-container .row .grid-item .grid-background-image {
  position: absolute;
  left: 6px;
  top: 0;
  width: calc(100% - 12px);
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.grid-container .row .grid-item .grid-link {
  display: flex;
  justify-content: center;
  align-items: center;
  width: calc(100% + 12px);
  height: 100%;
  z-index: 5;
  position: relative;
  color: #fff;
  text-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  text-decoration: none;
  font-weight: 500;
  text-transform: uppercase;
  font-size: 38px;
  font-family: Oswald Bold, sans-serif;
  left: -6px;
  text-align: center;
  line-height: 40px;
}
.grid-container .row .grid-item .grid-link span {
  padding: 0 15px;
}

#footer {
  width: 100%;
  background-color: #009470;
  padding: 24px 0;
  display: table;
  position: relative;
}
#footer a, #footer p {
  font-size: 13px !important;
}
#footer #footer-logo {
  margin-top: 6px;
  width: 100%;
  max-width: 200px;
}
#footer .footer-copyright {
  margin-bottom: 0;
  margin-top: auto;
  color: #fff;
  line-height: 14px;
}
#footer .footer-copyright a {
  color: #fff;
}
#footer .copyright {
  margin-top: 36px;
  margin-bottom: 12px;
  color: #fff;
  line-height: 14px;
}
#footer .copyright a {
  color: #fff;
}
#footer .footer-col {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-direction: column;
}
#footer .footer-menu {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
  padding: 0;
  margin: 0;
  width: 100%;
  height: 100%;
}
#footer .footer-menu li {
  margin-left: 16px;
  list-style: none;
  position: relative;
  line-height: 14px;
  margin-top: 6px;
}
#footer .footer-menu li a, #footer .footer-menu li span {
  color: #fff;
  white-space: nowrap;
  font-weight: 300;
  font-size: 13px;
  line-height: 14px;
}
#footer .footer-menu li:hover:after {
  background-color: #fff;
  transition: background-color 0.3s;
}
#footer .footer-menu li.top-menu-item a, #footer .footer-menu li.top-menu-item span {
  font-weight: 500;
}
#footer .footer-menu li:first-child:before {
  display: none;
}
#footer .social-menu {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  list-style: none;
  width: 100%;
  padding: 0;
  margin: 0;
}
#footer .social-menu li {
  margin-left: 16px;
}
#footer .social-menu li img {
  display: block;
  width: 40px;
}

@media screen and (max-width: 992px) {
  #footer .social-menu {
    justify-content: flex-start;
  }
  #footer .social-menu li {
    margin-left: 0;
    margin-right: 16px;
  }
  #footer .footer-copyright {
    display: none;
  }
  #footer .footer-col {
    height: auto;
  }
  #footer #footer-logo {
    margin: 24px 0 36px;
  }
  #footer .footer-menu {
    flex-direction: column;
    align-items: flex-start;
    height: 100%;
  }
  #footer .footer-menu li {
    margin-left: 0;
  }
  #footer .footer-menu li a, #footer .footer-menu li span {
    text-transform: capitalize;
  }
  #footer .footer-menu li:before, #footer .footer-menu li:after {
    display: none;
  }
}
section.news {
  background-color: #e8e8e8;
  padding-top: 15px;
  padding-bottom: 24px;
}
section.news .news-item-outer {
  padding: 8px;
}
section.news .news-item-outer .news-item {
  background-color: #fff;
  padding: 10px 10px 15px 10px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-direction: column;
  height: 700px;
}
section.news .news-item-outer .news-item .news-header {
  display: block;
  width: 100%;
  height: 275px;
  position: relative;
}
section.news .news-item-outer .news-item .news-header img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
section.news .news-item-outer .news-item .news-header .center-header-content {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  height: 100%;
}
section.news .news-item-outer .news-item .news-header .center-header-content h6, section.news .news-item-outer .news-item .news-header .center-header-content h4 {
  margin: 0;
  display: inline-block;
  max-width: 40%;
  text-align: center;
}
section.news .news-item-outer .news-item .news-header .center-header-content h6 {
  font-size: 14px;
  margin-bottom: 8px;
  text-transform: uppercase;
}
section.news .news-item-outer .news-item .news-header .center-header-content h4 {
  line-height: 30px;
}
section.news .news-item-outer .news-item .news-title {
  display: block;
  max-height: 168px;
  overflow: hidden;
}
section.news .news-item-outer .news-item .news-title .date {
  font-family: Roboto, sans-serif;
  color: #9D9D9D;
  font-size: 14px;
  margin-top: 10px;
}
section.news .news-item-outer .news-item .news-title.no-subtitle {
  margin-top: 28px;
  max-height: 140px;
}
section.news .news-item-outer .news-item .news-title h6 {
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 500;
  color: #000;
  margin: 12px 0 4px 0;
}
section.news .news-item-outer .news-item .news-title h2 {
  font-size: 30px;
  font-weight: 500;
  line-height: 34px;
  margin: 4px 0;
  margin-bottom: 5px;
}
section.news .news-item-outer .news-item .news-content p {
  font-weight: 300;
}

.news-item.news-item-green .news-title h2 {
  color: #009470;
}
.news-item.news-item-green.faculty-item .news-header:before {
  content: "";
  background-image: url("/wp-content/themes/fujifilm/assets/images/colored/green/shutter.png");
  background-size: cover;
  background-position: center center;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.news-item.news-item-green.faculty-item .news-header.half-shutter:before {
  background-image: url("/wp-content/themes/fujifilm/assets/images/colored/green/shutter-half.png");
}
.news-item.news-item-red .news-title h2 {
  color: #FC3226;
}
.news-item.news-item-red.faculty-item .news-header:before {
  content: "";
  background-image: url("/wp-content/themes/fujifilm/assets/images/colored/red/shutter.png");
  background-size: cover;
  background-position: center center;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.news-item.news-item-red.faculty-item .news-header.half-shutter:before {
  background-image: url("/wp-content/themes/fujifilm/assets/images/colored/red/shutter-half.png");
}
.news-item.news-item-blue .news-title h2 {
  color: #137CC6;
}
.news-item.news-item-blue.faculty-item .news-header:before {
  content: "";
  background-image: url("/wp-content/themes/fujifilm/assets/images/colored/blue/shutter.png");
  background-size: cover;
  background-position: center center;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.news-item.news-item-blue.faculty-item .news-header.half-shutter:before {
  background-image: url("/wp-content/themes/fujifilm/assets/images/colored/blue/shutter-half.png");
}
.news-item.news-item-light .news-title h2 {
  color: #E8E8E8;
}
.news-item.news-item-light.faculty-item .news-header:before {
  content: "";
  background-image: url("/wp-content/themes/fujifilm/assets/images/colored/light/shutter.png");
  background-size: cover;
  background-position: center center;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.news-item.news-item-light.faculty-item .news-header.half-shutter:before {
  background-image: url("/wp-content/themes/fujifilm/assets/images/colored/light/shutter-half.png");
}
.news-item.news-item-medium .news-title h2 {
  color: #9D9D9D;
}
.news-item.news-item-medium.faculty-item .news-header:before {
  content: "";
  background-image: url("/wp-content/themes/fujifilm/assets/images/colored/medium/shutter.png");
  background-size: cover;
  background-position: center center;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.news-item.news-item-medium.faculty-item .news-header.half-shutter:before {
  background-image: url("/wp-content/themes/fujifilm/assets/images/colored/medium/shutter-half.png");
}
.news-item.news-item-dark .news-title h2 {
  color: #575757;
}
.news-item.news-item-dark.faculty-item .news-header:before {
  content: "";
  background-image: url("/wp-content/themes/fujifilm/assets/images/colored/dark/shutter.png");
  background-size: cover;
  background-position: center center;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.news-item.news-item-dark.faculty-item .news-header.half-shutter:before {
  background-image: url("/wp-content/themes/fujifilm/assets/images/colored/dark/shutter-half.png");
}
.news-item.news-item-pink .news-title h2 {
  color: #FAB1B4;
}
.news-item.news-item-pink.faculty-item .news-header:before {
  content: "";
  background-image: url("/wp-content/themes/fujifilm/assets/images/colored/pink/shutter.png");
  background-size: cover;
  background-position: center center;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.news-item.news-item-pink.faculty-item .news-header.half-shutter:before {
  background-image: url("/wp-content/themes/fujifilm/assets/images/colored/pink/shutter-half.png");
}
.news-item.news-item-white .news-title h2 {
  color: #fff;
}
.news-item.news-item-white.faculty-item .news-header:before {
  content: "";
  background-image: url("/wp-content/themes/fujifilm/assets/images/colored/white/shutter.png");
  background-size: cover;
  background-position: center center;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.news-item.news-item-white.faculty-item .news-header.half-shutter:before {
  background-image: url("/wp-content/themes/fujifilm/assets/images/colored/white/shutter-half.png");
}
.news-item.news-item-transparent .news-title h2 {
  color: transparent;
}
.news-item.news-item-transparent.faculty-item .news-header:before {
  content: "";
  background-image: url("/wp-content/themes/fujifilm/assets/images/colored/transparent/shutter.png");
  background-size: cover;
  background-position: center center;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.news-item.news-item-transparent.faculty-item .news-header.half-shutter:before {
  background-image: url("/wp-content/themes/fujifilm/assets/images/colored/transparent/shutter-half.png");
}
.news-item.news-item-grey-light .news-title h2 {
  color: #E8E8E8;
}
.news-item.news-item-grey-light.faculty-item .news-header:before {
  content: "";
  background-image: url("/wp-content/themes/fujifilm/assets/images/colored/grey-light/shutter.png");
  background-size: cover;
  background-position: center center;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.news-item.news-item-grey-light.faculty-item .news-header.half-shutter:before {
  background-image: url("/wp-content/themes/fujifilm/assets/images/colored/grey-light/shutter-half.png");
}
.news-item.news-item-grey-medium .news-title h2 {
  color: #9D9D9D;
}
.news-item.news-item-grey-medium.faculty-item .news-header:before {
  content: "";
  background-image: url("/wp-content/themes/fujifilm/assets/images/colored/grey-medium/shutter.png");
  background-size: cover;
  background-position: center center;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.news-item.news-item-grey-medium.faculty-item .news-header.half-shutter:before {
  background-image: url("/wp-content/themes/fujifilm/assets/images/colored/grey-medium/shutter-half.png");
}
.news-item.news-item-grey-dark .news-title h2 {
  color: #9D9D9D;
}
.news-item.news-item-grey-dark.faculty-item .news-header:before {
  content: "";
  background-image: url("/wp-content/themes/fujifilm/assets/images/colored/grey-dark/shutter.png");
  background-size: cover;
  background-position: center center;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.news-item.news-item-grey-dark.faculty-item .news-header.half-shutter:before {
  background-image: url("/wp-content/themes/fujifilm/assets/images/colored/grey-dark/shutter-half.png");
}
.news-item.news-item-black .news-title h2 {
  color: #000;
}
.news-item.news-item-black.faculty-item .news-header:before {
  content: "";
  background-image: url("/wp-content/themes/fujifilm/assets/images/colored/black/shutter.png");
  background-size: cover;
  background-position: center center;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.news-item.news-item-black.faculty-item .news-header.half-shutter:before {
  background-image: url("/wp-content/themes/fujifilm/assets/images/colored/black/shutter-half.png");
}

@media screen and (max-width: 768px) {
  section.news .news-item-outer .news-item {
    height: unset;
  }
}
@media screen and (min-width: 1800px) {
  section.news .news-item-outer .news-item {
    height: 850px;
  }
  section.news .news-item-outer .news-item .news-header {
    height: 400px;
  }
}
@media screen and (max-width: 1400px) {
  section.news .news-item-outer .news-item .news-title h2 {
    font-size: 24px;
    line-height: 26px;
  }
  section.news .news-item-outer .news-item .news-title h6 {
    margin-bottom: 0;
  }
}
.product-configurator .container .row {
  justify-content: flex-start;
}
.product-configurator .product-item {
  border: 8px solid #fff;
  height: auto;
  display: block;
  position: relative;
  margin-bottom: 16px;
  padding: 0;
  overflow: hidden;
}
.product-configurator .product-item:hover .product-inner img {
  width: calc(100% + 32px);
  height: calc(100% + 32px);
  left: -16px;
  top: -16px;
}
.product-configurator .product-item:before {
  content: "";
  display: block;
  margin-top: 70%;
}
.product-configurator .product-item .product-inner {
  overflow: hidden;
}
.product-configurator .product-item .product-inner img {
  position: absolute;
  z-index: -3;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  transition: 0.5s;
}
.product-configurator .product-item .product-inner a {
  position: absolute;
  left: 8px;
  top: 0;
  width: calc(100% - 16px);
  height: 100%;
  display: block;
  color: #fff;
  text-shadow: 0 0 6px rgba(0, 0, 0, 0.8);
  padding: 16px;
  box-sizing: border-box;
  opacity: 1;
  transition: 0s;
  transition-delay: 0.2s;
}
.product-configurator .product-item .product-inner a h4 {
  margin: 0;
  font-size: 16px;
  line-height: 28px;
}
.product-configurator .product-item.product-hide {
  flex-basis: 0;
  transition: 0.2s;
  transition-delay: 0.2s;
  flex-grow: 0;
  flex-shrink: 0;
  padding: 0;
  margin: 0;
  border: 0;
}
.product-configurator .product-item.product-hide .product-inner img {
  width: 0;
  height: 0;
  left: 50%;
  top: 50%;
}
.product-configurator .product-item.product-hide .product-inner a {
  opacity: 0;
  transition-delay: 0s;
}

.comparison-tool {
  padding: 48px 0;
  background-color: #E8E8E8;
}
.comparison-tool [contenteditable] {
  box-sizing: border-box;
  padding: 5px;
  border: 1px dashed grey;
  background-color: #DBF3FA;
}
.comparison-tool#export_target {
  background-color: transparent;
}
.comparison-tool .disclaimer {
  margin-top: 20px;
}
.comparison-tool .img-slider-wrapper {
  width: 100%;
  max-width: 1920px;
  display: flex;
  flex-direction: column;
}
.comparison-tool .img-slider-ui {
  display: flex;
  justify-content: space-between;
}
.comparison-tool .select-element {
  display: flex;
  flex-direction: column;
  position: relative;
}
.comparison-tool .select-element:after {
  content: ">";
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 25px;
  color: #FFFFFF;
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  right: 25px;
  bottom: 23px;
  padding: 0 0 5px;
  position: absolute;
  pointer-events: none;
}
.comparison-tool label {
  color: #333333;
  font-weight: 300;
  line-height: 26px;
}
.comparison-tool select {
  border-radius: 0;
  font-family: Oswald Bold, sans-serif;
  font-weight: 500;
  font-size: 22px;
  text-transform: uppercase;
  background-color: black;
  color: white;
  width: 100%;
  min-width: 200px;
  margin: 20px 0px;
  border: none;
  padding: 10px 8px;
  cursor: pointer;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  line-height: 1;
}
.comparison-tool select option {
  font-family: Oswald Bold, sans-serif;
  font-weight: 500;
}
.comparison-tool select[disabled] {
  cursor: default;
  opacity: 0.7;
}
.comparison-tool img {
  display: block;
  max-width: 100%;
  width: 100%;
}
.comparison-tool .img-container {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.comparison-tool .img-container * {
  user-select: none;
}
.comparison-tool #img_left {
  position: absolute;
  left: 0;
  top: 0;
}
.comparison-tool #img_divider {
  height: 2.5rem;
  width: 2.5rem;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
  border: 0.125rem solid #fff;
  z-index: 3;
  background: rgba(0, 0, 0, 0.3);
  border-radius: 50%;
  cursor: pointer;
}
.comparison-tool #img_divider:before, .comparison-tool #img_divider:after {
  content: "";
  display: block;
  width: 0.125rem;
  background: #fff;
  height: 100rem;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  box-sizing: inherit;
}
.comparison-tool #img_divider:before {
  bottom: 50%;
  margin: 0 0 1.3rem;
}
.comparison-tool #img_divider:after {
  top: 50%;
  margin: 1.25rem 0 0;
}
.comparison-tool .arrow {
  width: 0;
  height: 0;
  border: 0.375rem inset transparent;
  position: absolute;
  top: 50%;
  margin-top: -0.375rem;
}
.comparison-tool .arrow-left {
  border-right: 0.375rem solid #fff;
  left: 50%;
  margin-left: -1.125rem;
}
.comparison-tool .arrow-right {
  border-left: 0.375rem solid #fff;
  right: 50%;
  margin-right: -1.125rem;
}

.export-settings {
  background-color: #E8E8E8;
}
.export-settings .option-list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.export-settings .option {
  width: 80%;
}
.export-settings .js-delete {
  color: #b30000;
  transition: 0.2s ease-in-out;
  margin-left: 15px;
}
.export-settings .js-delete:hover {
  cursor: pointer;
  color: red;
}
.export-settings .option-container {
  margin-top: 20px;
}
.export-settings .option-container.dragElem {
  opacity: 0.4;
}
.export-settings .option-container.over {
  border-top: 2px solid #009470;
}
.export-settings .option-container .option, .export-settings .option-container .js-delete {
  margin-bottom: 10px;
}
.export-settings .option-container .wrapper {
  box-shadow: 1px 1px 5px 0px rgba(50, 50, 50, 0.2);
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  padding: 20px;
  background-color: #FFFFFF;
}
.export-settings .option-list {
  justify-content: flex-start;
}
.export-settings .add-new-item {
  margin-top: 20px;
  justify-content: flex-start;
}
.export-settings .add-new-item input {
  width: 45%;
}
.export-settings .js-add {
  color: #cfcfcf;
  transition: 0.2s ease-in-out;
}
.export-settings .js-add:hover {
  cursor: pointer;
  color: #9D9D9D;
}
.export-settings input[type=checkbox] {
  margin-right: 15px;
}

.instructions {
  margin-bottom: 35px;
}

.preview-image {
  width: 100%;
}

.attachment-list {
  padding: 0;
}
.attachment-list li {
  margin: 6px 0;
  list-style: none;
}
.attachment-list li p {
  margin: 0;
}
.attachment-list li p a {
  text-decoration: underline;
}

.wpcf7 {
  margin-top: 60px;
}
.wpcf7 p label {
  text-transform: uppercase;
  color: #000;
  font-weight: 500;
  font-size: 15px;
  font-family: "Oswald Bold", sans-serif;
  display: block;
}
.wpcf7 p label span {
  position: relative;
  padding-left: 12px;
  border: 0;
  display: block;
}
.wpcf7 p label span.your-message:before {
  display: none;
}
.wpcf7 p label span:before {
  content: "";
  position: absolute;
  bottom: 0px;
  left: 6px;
  border: 1px solid #009470;
  border-right: 0;
  height: calc(100% - 2px);
  width: 12px;
  -ms-transform: skewX(15deg);
  -webkit-transform: skewX(15deg);
  transform: skewX(15deg);
}
.wpcf7 p label span.your-file {
  padding-left: 0px;
  border: 0;
}
.wpcf7 p label span.your-file input {
  padding-left: 0px;
  border: 0;
}
.wpcf7 p label span.your-file:before {
  display: none;
}
.wpcf7 p label span input, .wpcf7 p label span textarea {
  padding: 12px 8px;
  border: 1px solid #009470;
  outline: none !important;
  font-family: Roboto, sans-serif;
  font-size: 18px;
  font-weight: 300;
  display: block;
  width: 90%;
}
.wpcf7 p label span input {
  border-left: 0;
}
.wpcf7 p label span textarea {
  margin-left: -12px;
  width: calc(90% + 12px);
}
.wpcf7 .btn.btn-green {
  display: inline-block;
}
.wpcf7 .btn.btn-green br {
  display: none;
}
.wpcf7 .btn.btn-green .wpcf7-submit {
  background-color: transparent;
  color: #009470;
  margin: 0;
  font-size: 18px;
  font-weight: 500;
  border: 0;
  display: inline-block;
  transform: skewX(-15deg);
  cursor: pointer;
  width: auto;
  white-space: nowrap;
  padding: 0 8px;
  max-width: unset;
  outline: none !important;
}
.wpcf7 .btn.btn-green:hover .wpcf7-submit {
  color: #fff;
}
.wpcf7 .wpcf7-not-valid-tip {
  display: none;
}

.wpcf7.private-form p {
  margin-top: 0;
  position: relative;
  top: -24px;
}
.wpcf7.private-form p label {
  width: 32%;
  display: inline-block;
}
.wpcf7.private-form p label span input {
  width: 90%;
  background: transparent;
  padding: 8px;
  font-size: 14px;
}
.wpcf7.private-form p label button {
  font-size: 14px;
  padding: 4px 8px;
  position: relative;
  top: 2px;
}
.wpcf7.private-form p label button span:before {
  display: none;
}

@media screen and (max-width: 1200px) {
  .wpcf7.private-form p label {
    width: 45%;
  }
}
.article-body {
  background-color: #e8e8e8;
  margin-top: -8px;
}
.article-body .page-header {
  color: inherit;
}
.article-body .page-header .page-header-title, .article-body .page-header .page-header.no-subtitle {
  margin-bottom: 0 !important;
}
.article-body .page-header .page-header-title span, .article-body .page-header .page-header.no-subtitle span {
  font-size: inherit;
  font-weight: inherit;
  font-family: inherit;
}
.article-body .text-color-green {
  color: #009470;
}
.article-body .text-color-red {
  color: #FC3226;
}
.article-body .text-color-blue {
  color: #137CC6;
}
.article-body .text-color-light {
  color: #E8E8E8;
}
.article-body .text-color-medium {
  color: #9D9D9D;
}
.article-body .text-color-dark {
  color: #575757;
}
.article-body .text-color-pink {
  color: #FAB1B4;
}
.article-body .text-color-white {
  color: #fff;
}
.article-body .text-color-transparent {
  color: transparent;
}
.article-body .text-color-grey-light {
  color: #E8E8E8;
}
.article-body .text-color-grey-medium {
  color: #9D9D9D;
}
.article-body .text-color-grey-dark {
  color: #9D9D9D;
}
.article-body .text-color-black {
  color: #000;
}

.article-post {
  padding: 10px;
  margin-bottom: 64px;
}
.article-post.bg-white {
  background-color: #fff;
}
.article-post .article-header * {
  width: 100%;
  max-height: 75vh;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.article-post .article-header iframe {
  height: 600px;
}
.article-post .article-titles {
  width: 100%;
  margin: 12px 0 24px 0;
}
.article-post .article-titles h1, .article-post .article-titles h2, .article-post .article-titles h3, .article-post .article-titles h4, .article-post .article-titles h5, .article-post .article-titles h6 {
  text-transform: uppercase;
  margin: 0;
}
.article-post .article-titles h4 {
  font-size: 20px;
}
.article-post .article-content {
  display: flex;
  justify-content: center;
  align-items: flex-start;
}
.article-post .article-content .text-content {
  width: 100%;
}
.article-post .article-content .text-content.additional-media-present {
  width: 75%;
}
.article-post .article-content .media-content {
  width: 25%;
}
.article-post .article-content .media-content .row .col-12 * {
  width: 100%;
}
.article-post .article-content .media-content .row {
  margin-bottom: 20px;
}
.article-post .article-content .media-content .row .col-12 {
  padding-right: 0;
}

.hero {
  height: 30vw;
}
.hero .row {
  height: 100%;
}
.hero .shutter-col, .hero .content-col {
  padding: 0;
  margin: 0;
  height: 100%;
}
.hero .shutter-col img:not([style]), .hero .shutter-col iframe, .hero .shutter-col video, .hero .content-col img:not([style]), .hero .content-col iframe, .hero .content-col video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.hero #animation {
  width: 100%;
  height: 100%;
}
.hero .shutter-col {
  position: relative;
}
.hero .shutter-col h2 {
  display: flex;
  height: 100%;
  width: 100%;
  padding: 0 30%;
  justify-content: center;
  align-items: center;
  position: absolute;
  left: 0;
  top: 4px;
  z-index: -1;
  box-sizing: border-box;
  white-space: normal;
  text-align: center;
  margin: 0;
  color: #000000;
}

.slick-prev {
  left: 25px !important;
  z-index: 1 !important;
}

.slick-next {
  right: 25px !important;
  z-index: 1 !important;
}

.slick-track {
  background-color: #000 !important;
}

@media only screen and (max-width: 1200px) {
  .hero h2 {
    font-size: 25px;
  }
}
@media only screen and (max-width: 992px) {
  .hero h2 {
    font-size: 20px;
  }
}
@media only screen and (max-width: 768px) {
  .hero {
    height: 130vw;
  }
  .hero h2 {
    font-size: 30px;
  }

  .shutter-col {
    height: 80vw !important;
  }

  .slick-mobile-size {
    height: 50vw !important;
  }
}
section.labs {
  padding-bottom: 64px;
}
section.labs .lab-row .lab-col {
  padding-right: 35px;
  margin-bottom: 6px;
}
section.labs .lab-row .lab-col a {
  width: 100%;
  box-sizing: border-box;
}
section.labs .lab-row .lab-col a span {
  white-space: nowrap;
  font-family: "Oswald Bold";
  font-size: 18px;
  font-weight: 500;
  color: #000;
}
section.labs .lab-row .lab-col a:hover span {
  color: #fff;
}

section.lab p, section.lab p strong, section.lab p a {
  font-size: 16px;
}

.lab-info {
  word-break: break-word;
}

.login-form {
  padding: 64px 0;
}

.search-results-section {
  padding: 64px 0;
}
.search-results-section .search-results {
  padding: 0;
}
.search-results-section .search-results .search-result {
  padding: 12px 0;
  list-style: none;
  border-bottom: 1px solid;
  border-color: #575757;
  opacity: 0.8;
  transition: 0.3s;
}
.search-results-section .search-results .search-result a {
  color: #575757;
}
.search-results-section .search-results .search-result a h3 {
  margin-bottom: 4px;
}
.search-results-section .search-results .search-result a small.url-tip {
  font-size: 12px;
  margin-bottom: 8px;
  color: #9D9D9D;
}
.search-results-section .search-results .search-result a p {
  margin: 0;
  font-size: 16px;
}
.search-results-section .search-results .search-result a p.small-footer-result-text {
  font-size: 12px;
  font-weight: 100;
  margin: 16px 0 20px 0;
}
.search-results-section .search-results .search-result a p.small-footer-result-text strong {
  font-size: 12px;
}
.search-results-section .search-results .search-result:hover {
  opacity: 1;
}
.search-results-section .search-results .search-result:nth-child(2n-1) {
  border-color: #009470;
}
.search-results-section .search-results .search-result:nth-child(2n-1) a {
  color: #009470;
}

.faq {
  display: flex;
  border-bottom: 1px solid #DADADA;
  width: 100%;
}
.faq:hover .faq-title, .faq:hover .js-toggle-answer {
  opacity: 0.5;
}
.faq .faq-title {
  font-weight: bold;
  padding: 10px 12px;
  margin: 0;
  transition: 0.2s ease-in-out;
}
.faq .faq-title.green {
  color: #009470;
}
.faq .faq-title:hover {
  cursor: pointer;
}
.faq .faq-answer {
  overflow: hidden;
  height: auto;
  transition: height 0.2s ease-in-out;
}
.faq .faq-answer a {
  word-break: break-word;
}
.faq .js-toggle-answer {
  display: inline-block;
  background-color: transparent;
  border: none;
  outline: none;
  transition: 0.2s ease-in-out;
  padding: 10.6px;
  margin-left: -10px;
  font-size: 17.6px;
  line-height: 26px;
  height: 100%;
}
.faq .js-toggle-answer.green {
  color: #009470;
}
.faq .js-toggle-answer.active {
  transform: rotateZ(90deg);
}
.faq .js-toggle-answer:hover {
  cursor: pointer;
}
.faq img {
  max-width: 100%;
}
.faq img:last-child {
  margin-bottom: 1.5rem;
}

.popup {
  position: fixed;
  right: 25px;
  bottom: 25px;
  width: 500px;
  max-width: calc(100% - 50px);
  box-shadow: 1px 0px 14px 2px rgba(0, 0, 0, 0.75);
  -webkit-box-shadow: 1px 0px 14px 2px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 1px 0px 14px 2px rgba(0, 0, 0, 0.75);
  z-index: 9999;
}
.popup .popup-wrapper {
  padding: 35px 30px 30px 60px;
  background: white;
  position: relative;
}
.popup .popup-form span.popup-input {
  position: relative;
  padding-left: 12px;
  border: 0;
  display: block;
}
.popup .popup-form span.popup-input:before {
  content: "";
  position: absolute;
  bottom: 0px;
  left: 6px;
  border: 1px solid #009470;
  border-right: 0;
  height: calc(100% - 2px);
  width: 12px;
  -ms-transform: skewX(15deg);
  -webkit-transform: skewX(15deg);
  transform: skewX(15deg);
}
.popup .popup-form span.popup-input.submit {
  width: fit-content;
  width: -moz-fit-content;
}
.popup .popup-form span.popup-input.submit:hover > *, .popup .popup-form span.popup-input.submit:hover:before {
  background-color: #009470;
  color: white;
}
.popup .popup-form input {
  box-sizing: border-box;
  background-color: transparent;
  margin: 0;
  font-size: 18px;
  font-weight: 500;
  border: 1px solid #009470;
  border-left: none;
  display: inline-block;
  cursor: pointer;
  width: 100%;
  white-space: nowrap;
  padding: 5px 8px 5px 8px;
  max-width: unset;
  outline: none !important;
}
.popup .popup-form input::placeholder {
  font-family: Roboto, sans-serif;
  font-weight: 300;
}
.popup .popup-form input[name=LANG] {
  display: none;
}
.popup .popup-form input[type=submit] {
  padding: 5px 32px 5px 8px;
  color: #009470;
  font-weight: 700;
  text-transform: uppercase;
  font-family: "Oswald Bold", sans-serif;
}
.popup .popup-form input[type=submit]:hover {
  background-color: #009470;
  color: white;
}
.popup .popup-form label {
  display: none;
}
.popup h4 {
  margin: 0;
  color: #009470;
}
.popup img {
  height: 75px;
  position: absolute;
  left: 25px;
  top: 25px;
}
.popup i {
  position: absolute;
  right: 10px;
  top: 10px;
  color: #9D9D9D;
  font-size: 30px;
  transition: color 0.2s ease-in-out;
}
.popup i:hover {
  color: #009470;
  cursor: pointer;
}
.popup p.disclaimer {
  font-size: 12px;
  color: #9D9D9D;
  font-style: italic;
}

.footer-form * {
  font-size: 13px !important;
}
.footer-form span.popup-input {
  position: relative;
  padding-left: 12px;
  border: 0;
  display: block;
}
.footer-form span.popup-input:before {
  content: "";
  position: absolute;
  bottom: 0px;
  left: 3px;
  border: 1px solid #009470;
  border-right: 0;
  height: calc(100% - 2px);
  width: 12px;
  -ms-transform: skewX(15deg);
  -webkit-transform: skewX(15deg);
  transform: skewX(15deg);
  background-color: white;
}
.footer-form span.popup-input.submit {
  width: fit-content;
  width: -moz-fit-content;
}
.footer-form span.popup-input.submit:before {
  background-color: black;
}
.footer-form span.popup-input.submit:hover > *, .footer-form span.popup-input.submit:hover:before {
  background-color: white;
  color: #009470;
}
.footer-form input {
  box-sizing: border-box;
  background-color: white;
  margin: 0;
  font-size: 13px;
  font-weight: 500;
  border: 1px solid #009470;
  border-left: none;
  display: inline-block;
  cursor: pointer;
  width: 100%;
  white-space: nowrap;
  padding: 5px 8px 5px 4px;
  max-width: unset;
  outline: none !important;
}
.footer-form input::placeholder {
  font-family: Roboto, sans-serif;
  font-weight: 300;
  font-size: 11px;
}
.footer-form input[name=LANG] {
  display: none;
}
.footer-form input[type=submit] {
  padding: 5px 32px 5px 8px;
  background-color: black;
  color: white;
  font-weight: 500;
  text-transform: uppercase;
  font-family: "Oswald Bold", sans-serif;
}
.footer-form label {
  display: none;
}

.open-popup {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50% 50%;
  position: fixed;
  right: 30px;
  bottom: 30px;
  width: 50px;
  height: 50px;
  background: white;
  box-shadow: 1px 0px 14px 2px rgba(0, 0, 0, 0.75);
  -webkit-box-shadow: 1px 0px 14px 2px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 1px 0px 14px 2px rgba(0, 0, 0, 0.75);
  z-index: 9998;
}
.open-popup i {
  color: #9D9D9D;
  font-size: 20px;
  transition: color 0.2s ease-in-out;
}
.open-popup i:hover {
  color: #009470;
  cursor: pointer;
}

@media only screen and (max-width: 767px) {
  .popup {
    display: none;
  }

  .open-popup {
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50% 50%;
    position: fixed;
    right: 30px;
    bottom: 30px;
    width: 50px;
    height: 50px;
    background: white;
    box-shadow: 1px 0px 14px 2px rgba(0, 0, 0, 0.75);
    -webkit-box-shadow: 1px 0px 14px 2px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 1px 0px 14px 2px rgba(0, 0, 0, 0.75);
    z-index: 9998;
  }
  .open-popup i {
    color: #9D9D9D;
    font-size: 20px;
    transition: color 0.2s ease-in-out;
  }
  .open-popup i:hover {
    color: #009470;
    cursor: pointer;
  }
}
.post-filter .card .image-wrapper {
  height: 150px;
}
.post-filter .card .image-wrapper img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.post-filter .card .text-wrapper {
  color: white;
  padding: 13px 7px;
  height: 45px;
}
.post-filter .card .text-wrapper.sharing {
  background-color: #57767F;
}
.post-filter .card .text-wrapper.album {
  background-color: #56647F;
}
.post-filter .card .text-wrapper.professional {
  background-color: #685069;
}
.post-filter .card .text-wrapper.creative {
  background-color: #9A9EA0;
}
.post-filter .card .text-wrapper .card-title {
  font-weight: bold;
  font-size: 13px;
}
.post-filter .card .text-wrapper .subtitle {
  font-size: 13px;
  font-style: italic;
  font-weight: 200;
}
.post-filter .submit-input {
  position: relative;
  padding-left: 12px;
  margin-bottom: 25px;
  border: 0;
  display: block;
  width: fit-content;
  width: -moz-fit-content;
}
.post-filter .submit-input:hover:before, .post-filter .submit-input:hover input {
  background: #009470;
  border-color: #009470;
}
.post-filter .submit-input:before {
  content: "";
  position: absolute;
  bottom: 0px;
  left: 6px;
  border: 1px solid #009470;
  border-right: 0;
  height: calc(100% - 2px);
  width: 12px;
  -ms-transform: skewX(15deg);
  -webkit-transform: skewX(15deg);
  transform: skewX(15deg);
}
.post-filter label {
  font-weight: 300;
}
.post-filter label .amount {
  display: inline-block;
  margin-left: 5px;
}
.post-filter input:not([type=submit]) {
  border-radius: unset;
  inset: unset;
  box-shadow: unset;
  -webkit-appearance: auto;
  outline: unset;
  margin-left: 0;
  margin-right: 10px;
}
.post-filter input[type=radio] {
  -webkit-appearance: none;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  outline: none;
  border: 1px solid black;
}
.post-filter input[type=radio]:checked:before {
  background: black;
}
.post-filter input[type=radio]:checked {
  border-color: black;
}
.post-filter input[type=radio]:before {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  margin: 20% auto;
  border-radius: 50%;
}
.post-filter input[type=submit] {
  font-family: "Oswald Bold", sans-serif;
  color: #009470;
  text-transform: uppercase;
  padding: 5px 32px 5px 10px;
  font-size: 16px;
  box-sizing: border-box;
  background-color: transparent;
  margin: 0;
  font-weight: 500;
  border: 1px solid #009470;
  border-left: none;
  display: inline-block;
  cursor: pointer;
  white-space: nowrap;
  max-width: unset;
  outline: none !important;
}
.post-filter input[type=submit]:hover {
  cursor: pointer;
  background-color: #009470;
  color: white;
}
.post-filter .checkbox-group {
  display: block;
  position: relative;
  padding-left: 30px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 16px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.post-filter .checkbox-group {
  margin-bottom: 6px !important;
}
.post-filter .checkbox-group input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.post-filter .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 16px;
  width: 16px;
  border: 1px solid black;
}
.post-filter .checkbox-group input:checked ~ .checkmark {
  background-color: black;
}
.post-filter .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
.post-filter .checkbox-group input:checked ~ .checkmark:after {
  display: block;
}
.post-filter .checkbox-group .checkmark:after {
  left: 4px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.post-filter .filter-group {
  margin-bottom: 25px;
}
.post-filter .filter-group > * {
  margin-bottom: 2px;
}
.post-filter .filter-group .title {
  font-weight: 700;
  margin-bottom: 5px !important;
}

/*# sourceMappingURL=components.css.map */
