/*! Flickity v3.0.0
https://flickity.metafizzy.co
---------------------------------------------- */

.flickity-enabled {
  position: relative;
}

.flickity-enabled:focus { outline: none; }

.flickity-viewport {
  overflow: hidden;
  position: relative;
  height: 100%;
  touch-action: pan-y;
}

.flickity-slider {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
}

.flickity-rtl .flickity-slider {
  left: unset;
  right: 0;
}

/* draggable */

.flickity-enabled.is-draggable {
  -webkit-tap-highlight-color: transparent;
  user-select: none;
}

.flickity-enabled.is-draggable .flickity-viewport {
  cursor: move;
  cursor: grab;
}

.flickity-enabled.is-draggable .flickity-viewport.is-pointer-down {
  cursor: grabbing;
}

/* ---- flickity-cell ---- */

.flickity-cell {
  position: absolute;
  left: 0;
}

.flickity-rtl .flickity-cell {
  left: unset;
  right: 0;
}

/* ---- flickity-button ---- */

.flickity-button {
  position: absolute;
  background: hsl(0 0% 100% / 75%);
  border: none;
  color: #333;
}

.flickity-button:hover {
  background: white;
  cursor: pointer;
}

.flickity-button:focus {
  outline: none;
  box-shadow: 0 0 0 5px #19F;
}

.flickity-button:active {
  opacity: 0.6;
}

.flickity-button:disabled {
  opacity: 0.3;
  cursor: auto;
  /* prevent disabled button from capturing pointer up event. #716 */
  pointer-events: none;
}

.flickity-button-icon {
  fill: currentColor;
}

/* ---- previous/next buttons ---- */

.flickity-prev-next-button {
  top: 50%;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  /* vertically center */
  transform: translateY(-50%);
}

.flickity-prev-next-button.previous { left: 10px; }
.flickity-prev-next-button.next { right: 10px; }
/* right to left */
.flickity-rtl .flickity-prev-next-button.previous {
  left: auto;
  right: 10px;
}

.flickity-rtl .flickity-prev-next-button.next {
  right: auto;
  left: 10px;
}

.flickity-prev-next-button .flickity-button-icon {
  position: absolute;
  left: 20%;
  top: 20%;
  width: 60%;
  height: 60%;
}

/* ---- page dots ---- */

.flickity-page-dots {
  position: absolute;
  width: 100%;
  bottom: -25px;
  text-align: center;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.flickity-rtl .flickity-page-dots { direction: rtl; }

.flickity-page-dot {
  display: block;
  width: 10px;
  height: 10px;
  padding: 0;
  margin: 0 8px;
  background: hsl(0 0% 20% / 25%);
  border-radius: 50%;
  cursor: pointer;
  appearance: none;
  border: none;
  text-indent: -9999px;
  overflow: hidden;
}

.flickity-rtl .flickity-page-dot {
  text-indent: 9999px;
}

.flickity-page-dot:focus {
  outline: none;
  box-shadow: 0 0 0 5px #19F;
}

.flickity-page-dot.is-selected {
  background: hsl(0 0% 20% / 100%);
}

table.dataTable th.dt-left,table.dataTable td.dt-left{text-align:left}table.dataTable th.dt-center,table.dataTable td.dt-center,table.dataTable td.dataTables_empty{text-align:center}table.dataTable th.dt-right,table.dataTable td.dt-right{text-align:right}table.dataTable th.dt-justify,table.dataTable td.dt-justify{text-align:justify}table.dataTable th.dt-nowrap,table.dataTable td.dt-nowrap{white-space:nowrap}table.dataTable thead th.dt-head-left,table.dataTable thead td.dt-head-left,table.dataTable tfoot th.dt-head-left,table.dataTable tfoot td.dt-head-left{text-align:left}table.dataTable thead th.dt-head-center,table.dataTable thead td.dt-head-center,table.dataTable tfoot th.dt-head-center,table.dataTable tfoot td.dt-head-center{text-align:center}table.dataTable thead th.dt-head-right,table.dataTable thead td.dt-head-right,table.dataTable tfoot th.dt-head-right,table.dataTable tfoot td.dt-head-right{text-align:right}table.dataTable thead th.dt-head-justify,table.dataTable thead td.dt-head-justify,table.dataTable tfoot th.dt-head-justify,table.dataTable tfoot td.dt-head-justify{text-align:justify}table.dataTable thead th.dt-head-nowrap,table.dataTable thead td.dt-head-nowrap,table.dataTable tfoot th.dt-head-nowrap,table.dataTable tfoot td.dt-head-nowrap{white-space:nowrap}table.dataTable tbody th.dt-body-left,table.dataTable tbody td.dt-body-left{text-align:left}table.dataTable tbody th.dt-body-center,table.dataTable tbody td.dt-body-center{text-align:center}table.dataTable tbody th.dt-body-right,table.dataTable tbody td.dt-body-right{text-align:right}table.dataTable tbody th.dt-body-justify,table.dataTable tbody td.dt-body-justify{text-align:justify}table.dataTable tbody th.dt-body-nowrap,table.dataTable tbody td.dt-body-nowrap{white-space:nowrap}table.dataTable td.dt-control{text-align:center;cursor:pointer}table.dataTable td.dt-control:before{height:1em;width:1em;margin-top:-9px;display:inline-block;color:white;border:.15em solid white;border-radius:1em;box-shadow:0 0 .2em #444;box-sizing:content-box;text-align:center;text-indent:0 !important;font-family:"Courier New",Courier,monospace;line-height:1em;content:"+";background-color:#31b131}table.dataTable tr.dt-hasChild td.dt-control:before{content:"-";background-color:#d33333}table.dataTable{width:100%;margin:0 auto;clear:both;border-collapse:separate;border-spacing:0}table.dataTable thead th,table.dataTable tfoot th{font-weight:bold}table.dataTable thead th,table.dataTable thead td{padding:10px 18px;border-bottom:1px solid #111}table.dataTable thead th:active,table.dataTable thead td:active{outline:none}table.dataTable tfoot th,table.dataTable tfoot td{padding:10px 18px 6px 18px;border-top:1px solid #111}table.dataTable thead .sorting,table.dataTable thead .sorting_asc,table.dataTable thead .sorting_desc,table.dataTable thead .sorting_asc_disabled,table.dataTable thead .sorting_desc_disabled{cursor:pointer;*cursor:hand;background-repeat:no-repeat;background-position:center right}table.dataTable thead .sorting{background-image:url("../images/sort_both.png")}table.dataTable thead .sorting_asc{background-image:url("../images/sort_asc.png") !important}table.dataTable thead .sorting_desc{background-image:url("../images/sort_desc.png") !important}table.dataTable thead .sorting_asc_disabled{background-image:url("../images/sort_asc_disabled.png")}table.dataTable thead .sorting_desc_disabled{background-image:url("../images/sort_desc_disabled.png")}table.dataTable tbody tr{background-color:#fff}table.dataTable tbody tr.selected{background-color:#b0bed9}table.dataTable tbody th,table.dataTable tbody td{padding:8px 10px}table.dataTable.row-border tbody th,table.dataTable.row-border tbody td,table.dataTable.display tbody th,table.dataTable.display tbody td{border-top:1px solid #ddd}table.dataTable.row-border tbody tr:first-child th,table.dataTable.row-border tbody tr:first-child td,table.dataTable.display tbody tr:first-child th,table.dataTable.display tbody tr:first-child td{border-top:none}table.dataTable.cell-border tbody th,table.dataTable.cell-border tbody td{border-top:1px solid #ddd;border-right:1px solid #ddd}table.dataTable.cell-border tbody tr th:first-child,table.dataTable.cell-border tbody tr td:first-child{border-left:1px solid #ddd}table.dataTable.cell-border tbody tr:first-child th,table.dataTable.cell-border tbody tr:first-child td{border-top:none}table.dataTable.stripe tbody tr.odd,table.dataTable.display tbody tr.odd{background-color:#f9f9f9}table.dataTable.stripe tbody tr.odd.selected,table.dataTable.display tbody tr.odd.selected{background-color:#acbad4}table.dataTable.hover tbody tr:hover,table.dataTable.display tbody tr:hover{background-color:#f6f6f6}table.dataTable.hover tbody tr:hover.selected,table.dataTable.display tbody tr:hover.selected{background-color:#aab7d1}table.dataTable.order-column tbody tr>.sorting_1,table.dataTable.order-column tbody tr>.sorting_2,table.dataTable.order-column tbody tr>.sorting_3,table.dataTable.display tbody tr>.sorting_1,table.dataTable.display tbody tr>.sorting_2,table.dataTable.display tbody tr>.sorting_3{background-color:#fafafa}table.dataTable.order-column tbody tr.selected>.sorting_1,table.dataTable.order-column tbody tr.selected>.sorting_2,table.dataTable.order-column tbody tr.selected>.sorting_3,table.dataTable.display tbody tr.selected>.sorting_1,table.dataTable.display tbody tr.selected>.sorting_2,table.dataTable.display tbody tr.selected>.sorting_3{background-color:#acbad5}table.dataTable.display tbody tr.odd>.sorting_1,table.dataTable.order-column.stripe tbody tr.odd>.sorting_1{background-color:#f1f1f1}table.dataTable.display tbody tr.odd>.sorting_2,table.dataTable.order-column.stripe tbody tr.odd>.sorting_2{background-color:#f3f3f3}table.dataTable.display tbody tr.odd>.sorting_3,table.dataTable.order-column.stripe tbody tr.odd>.sorting_3{background-color:whitesmoke}table.dataTable.display tbody tr.odd.selected>.sorting_1,table.dataTable.order-column.stripe tbody tr.odd.selected>.sorting_1{background-color:#a6b4cd}table.dataTable.display tbody tr.odd.selected>.sorting_2,table.dataTable.order-column.stripe tbody tr.odd.selected>.sorting_2{background-color:#a8b5cf}table.dataTable.display tbody tr.odd.selected>.sorting_3,table.dataTable.order-column.stripe tbody tr.odd.selected>.sorting_3{background-color:#a9b7d1}table.dataTable.display tbody tr.even>.sorting_1,table.dataTable.order-column.stripe tbody tr.even>.sorting_1{background-color:#fafafa}table.dataTable.display tbody tr.even>.sorting_2,table.dataTable.order-column.stripe tbody tr.even>.sorting_2{background-color:#fcfcfc}table.dataTable.display tbody tr.even>.sorting_3,table.dataTable.order-column.stripe tbody tr.even>.sorting_3{background-color:#fefefe}table.dataTable.display tbody tr.even.selected>.sorting_1,table.dataTable.order-column.stripe tbody tr.even.selected>.sorting_1{background-color:#acbad5}table.dataTable.display tbody tr.even.selected>.sorting_2,table.dataTable.order-column.stripe tbody tr.even.selected>.sorting_2{background-color:#aebcd6}table.dataTable.display tbody tr.even.selected>.sorting_3,table.dataTable.order-column.stripe tbody tr.even.selected>.sorting_3{background-color:#afbdd8}table.dataTable.display tbody tr:hover>.sorting_1,table.dataTable.order-column.hover tbody tr:hover>.sorting_1{background-color:#eaeaea}table.dataTable.display tbody tr:hover>.sorting_2,table.dataTable.order-column.hover tbody tr:hover>.sorting_2{background-color:#ececec}table.dataTable.display tbody tr:hover>.sorting_3,table.dataTable.order-column.hover tbody tr:hover>.sorting_3{background-color:#efefef}table.dataTable.display tbody tr:hover.selected>.sorting_1,table.dataTable.order-column.hover tbody tr:hover.selected>.sorting_1{background-color:#a2aec7}table.dataTable.display tbody tr:hover.selected>.sorting_2,table.dataTable.order-column.hover tbody tr:hover.selected>.sorting_2{background-color:#a3b0c9}table.dataTable.display tbody tr:hover.selected>.sorting_3,table.dataTable.order-column.hover tbody tr:hover.selected>.sorting_3{background-color:#a5b2cb}table.dataTable.no-footer{border-bottom:1px solid #111}table.dataTable.nowrap th,table.dataTable.nowrap td{white-space:nowrap}table.dataTable.compact thead th,table.dataTable.compact thead td{padding:4px 17px}table.dataTable.compact tfoot th,table.dataTable.compact tfoot td{padding:4px}table.dataTable.compact tbody th,table.dataTable.compact tbody td{padding:4px}table.dataTable th,table.dataTable td{box-sizing:content-box}.dataTables_wrapper{position:relative;clear:both}.dataTables_wrapper .dataTables_length{float:left}.dataTables_wrapper .dataTables_length select{border:1px solid #aaa;border-radius:3px;padding:5px;background-color:transparent;padding:4px}.dataTables_wrapper .dataTables_filter{float:right;text-align:right}.dataTables_wrapper .dataTables_filter input{border:1px solid #aaa;border-radius:3px;padding:5px;background-color:transparent;margin-left:3px}.dataTables_wrapper .dataTables_info{clear:both;float:left;padding-top:.755em}.dataTables_wrapper .dataTables_paginate{float:right;text-align:right;padding-top:.25em}.dataTables_wrapper .dataTables_paginate .paginate_button{box-sizing:border-box;display:inline-block;min-width:1.5em;padding:.5em 1em;margin-left:2px;text-align:center;text-decoration:none !important;cursor:pointer;*cursor:hand;color:#333 !important;border:1px solid transparent;border-radius:2px}.dataTables_wrapper .dataTables_paginate .paginate_button.current,.dataTables_wrapper .dataTables_paginate .paginate_button.current:hover{color:#333 !important;border:1px solid #979797;background-color:white;background:-webkit-gradient(linear, left top, left bottom, color-stop(0%, white), color-stop(100%, #dcdcdc));background:-webkit-linear-gradient(top, white 0%, #dcdcdc 100%);background:-moz-linear-gradient(top, white 0%, #dcdcdc 100%);background:-ms-linear-gradient(top, white 0%, #dcdcdc 100%);background:-o-linear-gradient(top, white 0%, #dcdcdc 100%);background:linear-gradient(to bottom, white 0%, #dcdcdc 100%)}.dataTables_wrapper .dataTables_paginate .paginate_button.disabled,.dataTables_wrapper .dataTables_paginate .paginate_button.disabled:hover,.dataTables_wrapper .dataTables_paginate .paginate_button.disabled:active{cursor:default;color:#666 !important;border:1px solid transparent;background:transparent;box-shadow:none}.dataTables_wrapper .dataTables_paginate .paginate_button:hover{color:white !important;border:1px solid #111;background-color:#585858;background:-webkit-gradient(linear, left top, left bottom, color-stop(0%, #585858), color-stop(100%, #111));background:-webkit-linear-gradient(top, #585858 0%, #111 100%);background:-moz-linear-gradient(top, #585858 0%, #111 100%);background:-ms-linear-gradient(top, #585858 0%, #111 100%);background:-o-linear-gradient(top, #585858 0%, #111 100%);background:linear-gradient(to bottom, #585858 0%, #111 100%)}.dataTables_wrapper .dataTables_paginate .paginate_button:active{outline:none;background-color:#2b2b2b;background:-webkit-gradient(linear, left top, left bottom, color-stop(0%, #2b2b2b), color-stop(100%, #0c0c0c));background:-webkit-linear-gradient(top, #2b2b2b 0%, #0c0c0c 100%);background:-moz-linear-gradient(top, #2b2b2b 0%, #0c0c0c 100%);background:-ms-linear-gradient(top, #2b2b2b 0%, #0c0c0c 100%);background:-o-linear-gradient(top, #2b2b2b 0%, #0c0c0c 100%);background:linear-gradient(to bottom, #2b2b2b 0%, #0c0c0c 100%);box-shadow:inset 0 0 3px #111}.dataTables_wrapper .dataTables_paginate .ellipsis{padding:0 1em}.dataTables_wrapper .dataTables_processing{position:absolute;top:50%;left:50%;width:100%;height:40px;margin-left:-50%;margin-top:-25px;padding-top:20px;text-align:center;font-size:1.2em;background-color:white;background:-webkit-gradient(linear, left top, right top, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(25%, rgba(255, 255, 255, 0.9)), color-stop(75%, rgba(255, 255, 255, 0.9)), color-stop(100%, rgba(255, 255, 255, 0)));background:-webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 25%, rgba(255, 255, 255, 0.9) 75%, rgba(255, 255, 255, 0) 100%);background:-moz-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 25%, rgba(255, 255, 255, 0.9) 75%, rgba(255, 255, 255, 0) 100%);background:-ms-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 25%, rgba(255, 255, 255, 0.9) 75%, rgba(255, 255, 255, 0) 100%);background:-o-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 25%, rgba(255, 255, 255, 0.9) 75%, rgba(255, 255, 255, 0) 100%);background:linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 25%, rgba(255, 255, 255, 0.9) 75%, rgba(255, 255, 255, 0) 100%)}.dataTables_wrapper .dataTables_length,.dataTables_wrapper .dataTables_filter,.dataTables_wrapper .dataTables_info,.dataTables_wrapper .dataTables_processing,.dataTables_wrapper .dataTables_paginate{color:#333}.dataTables_wrapper .dataTables_scroll{clear:both}.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody{*margin-top:-1px;-webkit-overflow-scrolling:touch}.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody>table>thead>tr>th,.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody>table>thead>tr>td,.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody>table>tbody>tr>th,.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody>table>tbody>tr>td{vertical-align:middle}.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody>table>thead>tr>th>div.dataTables_sizing,.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody>table>thead>tr>td>div.dataTables_sizing,.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody>table>tbody>tr>th>div.dataTables_sizing,.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody>table>tbody>tr>td>div.dataTables_sizing{height:0;overflow:hidden;margin:0 !important;padding:0 !important}.dataTables_wrapper.no-footer .dataTables_scrollBody{border-bottom:1px solid #111}.dataTables_wrapper.no-footer div.dataTables_scrollHead table.dataTable,.dataTables_wrapper.no-footer div.dataTables_scrollBody>table{border-bottom:none}.dataTables_wrapper:after{visibility:hidden;display:block;content:"";clear:both;height:0}@media screen and (max-width: 767px){.dataTables_wrapper .dataTables_info,.dataTables_wrapper .dataTables_paginate{float:none;text-align:center}.dataTables_wrapper .dataTables_paginate{margin-top:.5em}}@media screen and (max-width: 640px){.dataTables_wrapper .dataTables_length,.dataTables_wrapper .dataTables_filter{float:none;text-align:center}.dataTables_wrapper .dataTables_filter{margin-top:.5em}}

@charset "UTF-8";
/*
    Dots plugin
*/
/*
    Navigation plugin
*/
.carousel {
  position: relative;
  box-sizing: border-box;
}
.carousel *, .carousel *:before, .carousel *:after {
  box-sizing: inherit;
}
.carousel.is-draggable {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab;
}
.carousel.is-dragging {
  cursor: move;
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

.carousel__viewport {
  position: relative;
  overflow: hidden;
  max-width: 100%;
  max-height: 100%;
}

.carousel__track {
  display: flex;
}

.carousel__slide {
  flex: 0 0 auto;
  width: var(--carousel-slide-width, 60%);
  max-width: 100%;
  padding: 1rem;
  position: relative;
  overflow-x: hidden;
  overflow-y: auto;
  -ms-scroll-chaining: none;
  overscroll-behavior: contain;
}

.has-dots {
  margin-bottom: calc(0.5rem + 22px);
}

.carousel__dots {
  margin: 0 auto;
  padding: 0;
  position: absolute;
  top: calc(100% + 0.5rem);
  left: 0;
  right: 0;
  display: flex;
  justify-content: center;
  list-style: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.carousel__dots .carousel__dot {
  margin: 0;
  padding: 0;
  display: block;
  position: relative;
  width: 22px;
  height: 22px;
  cursor: pointer;
}
.carousel__dots .carousel__dot:after {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: currentColor;
  opacity: 0.25;
  transition: opacity 0.15s ease-in-out;
}
.carousel__dots .carousel__dot.is-selected:after {
  opacity: 1;
}

.carousel__button {
  width: var(--carousel-button-width, 48px);
  height: var(--carousel-button-height, 48px);
  padding: 0;
  border: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  pointer-events: all;
  cursor: pointer;
  color: var(--carousel-button-color, currentColor);
  background: var(--carousel-button-bg, transparent);
  border-radius: var(--carousel-button-border-radius, 50%);
  box-shadow: var(--carousel-button-shadow, none);
  transition: opacity 0.15s ease;
}
.carousel__button.is-prev, .carousel__button.is-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.carousel__button.is-prev {
  left: 10px;
}
.carousel__button.is-next {
  right: 10px;
}
.carousel__button[disabled] {
  cursor: default;
  opacity: 0.3;
}
.carousel__button svg {
  width: var(--carousel-button-svg-width, 50%);
  height: var(--carousel-button-svg-height, 50%);
  fill: none;
  stroke: currentColor;
  stroke-width: var(--carousel-button-svg-stroke-width, 1.5);
  stroke-linejoin: bevel;
  stroke-linecap: round;
  filter: var(--carousel-button-svg-filter, none);
  pointer-events: none;
}

/*
  Thumbs plugin
*/
/* 3/2 */
/*
  HTML plugin
*/
/*
  Toolbar plugin
*/
html.with-fancybox {
  scroll-behavior: auto;
}

body.compensate-for-scrollbar {
  overflow: hidden !important;
  touch-action: none;
}

.fancybox__container {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  direction: ltr;
  margin: 0;
  padding: env(safe-area-inset-top, 0px) env(safe-area-inset-right, 0px) env(safe-area-inset-bottom, 0px) env(safe-area-inset-left, 0px);
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  color: var(--fancybox-color, #fff);
  -webkit-tap-highlight-color: transparent;
  overflow: hidden;
  z-index: 1050;
  outline: none;
  transform-origin: top left;
  --carousel-button-width: 48px;
  --carousel-button-height: 48px;
  --carousel-button-svg-width: 24px;
  --carousel-button-svg-height: 24px;
  --carousel-button-svg-stroke-width: 2.5;
  --carousel-button-svg-filter: drop-shadow(1px 1px 1px rgba(0, 0, 0, 0.4));
}
.fancybox__container *, .fancybox__container *::before, .fancybox__container *::after {
  box-sizing: inherit;
}
.fancybox__container :focus {
  outline: none;
}
body:not(.is-using-mouse) .fancybox__container :focus {
  box-shadow: 0 0 0 1px #fff, 0 0 0 2px var(--fancybox-accent-color, rgba(1, 210, 232, 0.94));
}
@media all and (min-width: 1024px) {
  .fancybox__container {
    --carousel-button-width: 48px;
    --carousel-button-height: 48px;
    --carousel-button-svg-width: 27px;
    --carousel-button-svg-height: 27px;
  }
}

.fancybox__backdrop {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  background: var(--fancybox-bg, rgba(24, 24, 27, 0.92));
}

.fancybox__carousel {
  position: relative;
  flex: 1 1 auto;
  min-height: 0;
  /* For Safari */
  height: 100%;
  z-index: 10;
}
.fancybox__carousel.has-dots {
  margin-bottom: calc(0.5rem + 22px);
}

.fancybox__viewport {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: visible;
  cursor: default;
}

.fancybox__track {
  display: flex;
  height: 100%;
}

.fancybox__slide {
  flex: 0 0 auto;
  width: 100%;
  max-width: 100%;
  margin: 0;
  padding: 48px 8px 8px 8px;
  position: relative;
  -ms-scroll-chaining: none;
  overscroll-behavior: contain;
  display: flex;
  flex-direction: column;
  outline: 0;
  overflow: auto;
  --carousel-button-width: 36px;
  --carousel-button-height: 36px;
  --carousel-button-svg-width: 22px;
  --carousel-button-svg-height: 22px;
}
.fancybox__slide::before, .fancybox__slide::after {
  content: "";
  flex: 0 0 0;
  margin: auto;
}
@media all and (min-width: 1024px) {
  .fancybox__slide {
    padding: 64px 100px;
  }
}

.fancybox__content {
  margin: 0 env(safe-area-inset-right, 0px) 0 env(safe-area-inset-left, 0px);
  padding: 36px;
  color: var(--fancybox-content-color, #374151);
  background: var(--fancybox-content-bg, #fff);
  position: relative;
  align-self: center;
  display: flex;
  flex-direction: column;
  z-index: 20;
}
.fancybox__content :focus:not(.carousel__button.is-close) {
  outline: thin dotted;
  box-shadow: none;
}

.fancybox__caption {
  align-self: center;
  max-width: 100%;
  margin: 0;
  padding: 1rem 0 0 0;
  line-height: 1.375;
  color: var(--fancybox-color, currentColor);
  visibility: visible;
  cursor: auto;
  flex-shrink: 0;
  overflow-wrap: anywhere;
}
.is-loading .fancybox__caption {
  visibility: hidden;
}

.fancybox__container > .carousel__dots {
  top: 100%;
  color: var(--fancybox-color, #fff);
}

.fancybox__nav .carousel__button {
  z-index: 40;
}
.fancybox__nav .carousel__button.is-next {
  right: 8px;
}
@media all and (min-width: 1024px) {
  .fancybox__nav .carousel__button.is-next {
    right: 40px;
  }
}
.fancybox__nav .carousel__button.is-prev {
  left: 8px;
}
@media all and (min-width: 1024px) {
  .fancybox__nav .carousel__button.is-prev {
    left: 40px;
  }
}

.carousel__button.is-close {
  position: absolute;
  top: 8px;
  right: 8px;
  top: calc(env(safe-area-inset-top, 0px) + 8px);
  right: calc(env(safe-area-inset-right, 0px) + 8px);
  z-index: 40;
}
@media all and (min-width: 1024px) {
  .carousel__button.is-close {
    right: 40px;
  }
}

/* Close button located inside content area */
.fancybox__content > .carousel__button.is-close {
  position: absolute;
  top: -40px;
  right: 0;
  color: var(--fancybox-color, #fff);
}

.fancybox__no-click,
.fancybox__no-click button {
  pointer-events: none;
}

.fancybox__spinner {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 50px;
  height: 50px;
  color: var(--fancybox-color, currentColor);
}
.fancybox__slide .fancybox__spinner {
  cursor: pointer;
  z-index: 1053;
}
.fancybox__spinner svg {
  -webkit-animation: fancybox-rotate 2s linear infinite;
  animation: fancybox-rotate 2s linear infinite;
  transform-origin: center center;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 100%;
  height: 100%;
}
.fancybox__spinner svg circle {
  fill: none;
  stroke-width: 2.75;
  stroke-miterlimit: 10;
  stroke-dasharray: 1, 200;
  stroke-dashoffset: 0;
  -webkit-animation: fancybox-dash 1.5s ease-in-out infinite;
  animation: fancybox-dash 1.5s ease-in-out infinite;
  stroke-linecap: round;
  stroke: currentColor;
}

@-webkit-keyframes fancybox-rotate {
  100% {
    transform: rotate(360deg);
  }
}

@keyframes fancybox-rotate {
  100% {
    transform: rotate(360deg);
  }
}
@-webkit-keyframes fancybox-dash {
  0% {
    stroke-dasharray: 1, 200;
    stroke-dashoffset: 0;
  }
  50% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -35px;
  }
  100% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -124px;
  }
}
@keyframes fancybox-dash {
  0% {
    stroke-dasharray: 1, 200;
    stroke-dashoffset: 0;
  }
  50% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -35px;
  }
  100% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -124px;
  }
}
.fancybox__backdrop,
.fancybox__caption,
.fancybox__nav,
.carousel__dots,
.carousel__button.is-close {
  opacity: var(--fancybox-opacity, 1);
}

/* Opening */
.fancybox__container.is-animated[aria-hidden=false] .fancybox__backdrop, .fancybox__container.is-animated[aria-hidden=false] .fancybox__caption, .fancybox__container.is-animated[aria-hidden=false] .fancybox__nav, .fancybox__container.is-animated[aria-hidden=false] .carousel__dots, .fancybox__container.is-animated[aria-hidden=false] .carousel__button.is-close {
  -webkit-animation: 0.15s ease backwards fancybox-fadeIn;
  animation: 0.15s ease backwards fancybox-fadeIn;
}

/* Closing */
.fancybox__container.is-animated.is-closing .fancybox__backdrop, .fancybox__container.is-animated.is-closing .fancybox__caption, .fancybox__container.is-animated.is-closing .fancybox__nav, .fancybox__container.is-animated.is-closing .carousel__dots, .fancybox__container.is-animated.is-closing .carousel__button.is-close {
  -webkit-animation: 0.15s ease both fancybox-fadeOut;
  animation: 0.15s ease both fancybox-fadeOut;
}

.fancybox-fadeIn {
  -webkit-animation: 0.15s ease both fancybox-fadeIn;
  animation: 0.15s ease both fancybox-fadeIn;
}

.fancybox-fadeOut {
  -webkit-animation: 0.1s ease both fancybox-fadeOut;
  animation: 0.1s ease both fancybox-fadeOut;
}

.fancybox-zoomInUp {
  -webkit-animation: 0.2s ease both fancybox-zoomInUp;
  animation: 0.2s ease both fancybox-zoomInUp;
}

.fancybox-zoomOutDown {
  -webkit-animation: 0.15s ease both fancybox-zoomOutDown;
  animation: 0.15s ease both fancybox-zoomOutDown;
}

/* Both `throwOut` classes are for closing animation after dragging up/down */
.fancybox-throwOutUp {
  -webkit-animation: 0.15s ease both fancybox-throwOutUp;
  animation: 0.15s ease both fancybox-throwOutUp;
}

.fancybox-throwOutDown {
  -webkit-animation: 0.15s ease both fancybox-throwOutDown;
  animation: 0.15s ease both fancybox-throwOutDown;
}

@-webkit-keyframes fancybox-fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes fancybox-fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes fancybox-fadeOut {
  to {
    opacity: 0;
  }
}
@keyframes fancybox-fadeOut {
  to {
    opacity: 0;
  }
}
@-webkit-keyframes fancybox-zoomInUp {
  from {
    transform: scale(0.97) translate3d(0, 16px, 0);
    opacity: 0;
  }
  to {
    transform: scale(1) translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes fancybox-zoomInUp {
  from {
    transform: scale(0.97) translate3d(0, 16px, 0);
    opacity: 0;
  }
  to {
    transform: scale(1) translate3d(0, 0, 0);
    opacity: 1;
  }
}
@-webkit-keyframes fancybox-zoomOutDown {
  to {
    transform: scale(0.97) translate3d(0, 16px, 0);
    opacity: 0;
  }
}
@keyframes fancybox-zoomOutDown {
  to {
    transform: scale(0.97) translate3d(0, 16px, 0);
    opacity: 0;
  }
}
@-webkit-keyframes fancybox-throwOutUp {
  to {
    transform: translate3d(0, -30%, 0);
    opacity: 0;
  }
}
@keyframes fancybox-throwOutUp {
  to {
    transform: translate3d(0, -30%, 0);
    opacity: 0;
  }
}
@-webkit-keyframes fancybox-throwOutDown {
  to {
    transform: translate3d(0, 30%, 0);
    opacity: 0;
  }
}
@keyframes fancybox-throwOutDown {
  to {
    transform: translate3d(0, 30%, 0);
    opacity: 0;
  }
}
.fancybox__carousel .carousel__slide {
  scrollbar-width: thin;
  scrollbar-color: #ccc rgba(255, 255, 255, 0.1);
}

.fancybox__carousel .carousel__slide::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}

.fancybox__carousel .carousel__slide::-webkit-scrollbar-track {
  background-color: rgba(255, 255, 255, 0.1);
}

.fancybox__carousel .carousel__slide::-webkit-scrollbar-thumb {
  background-color: #ccc;
  border-radius: 2px;
  box-shadow: inset 0 0 4px rgba(0, 0, 0, 0.2);
}

.fancybox__carousel.is-draggable .fancybox__slide, .fancybox__carousel.is-draggable .fancybox__slide .fancybox__content {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab;
}
.fancybox__carousel.is-dragging .fancybox__slide, .fancybox__carousel.is-dragging .fancybox__slide .fancybox__content {
  cursor: move;
  cursor: -webkit-grabbing;
  cursor: grabbing;
}
.fancybox__carousel .fancybox__slide .fancybox__content {
  cursor: auto;
}
.fancybox__carousel .fancybox__slide.can-zoom_in .fancybox__content {
  cursor: zoom-in;
}
.fancybox__carousel .fancybox__slide.can-zoom_out .fancybox__content {
  cursor: zoom-out;
}
.fancybox__carousel .fancybox__slide.is-draggable .fancybox__content {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab;
}
.fancybox__carousel .fancybox__slide.is-dragging .fancybox__content {
  cursor: move;
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

.fancybox__image {
  transform-origin: 0 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  transition: none;
}

.has-image .fancybox__content {
  padding: 0;
  background: transparent;
  min-height: 1px;
}
.is-closing .has-image .fancybox__content {
  overflow: visible;
}
.has-image[data-image-fit=contain] {
  overflow: visible;
  touch-action: none;
  /* Fix Mac OS Safari 11 - 13 */
}
.has-image[data-image-fit=contain] .fancybox__content {
  flex-direction: row;
  flex-wrap: wrap;
}
.has-image[data-image-fit=contain] .fancybox__image {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
.has-image[data-image-fit=contain-w] {
  overflow-x: hidden;
  overflow-y: auto;
}
.has-image[data-image-fit=contain-w] .fancybox__content {
  min-height: auto;
}
.has-image[data-image-fit=contain-w] .fancybox__image {
  max-width: 100%;
  height: auto;
}
.has-image[data-image-fit=cover] {
  overflow: visible;
  touch-action: none;
}
.has-image[data-image-fit=cover] .fancybox__content {
  width: 100%;
  height: 100%;
}
.has-image[data-image-fit=cover] .fancybox__image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.fancybox__carousel .fancybox__slide.has-iframe .fancybox__content, .fancybox__carousel .fancybox__slide.has-map .fancybox__content, .fancybox__carousel .fancybox__slide.has-pdf .fancybox__content, .fancybox__carousel .fancybox__slide.has-video .fancybox__content, .fancybox__carousel .fancybox__slide.has-html5video .fancybox__content {
  max-width: 100%;
  flex-shrink: 1;
  min-height: 1px;
  overflow: visible;
}
.fancybox__carousel .fancybox__slide.has-iframe .fancybox__content, .fancybox__carousel .fancybox__slide.has-map .fancybox__content, .fancybox__carousel .fancybox__slide.has-pdf .fancybox__content {
  width: 100%;
  height: 80%;
}
.fancybox__carousel .fancybox__slide.has-video .fancybox__content, .fancybox__carousel .fancybox__slide.has-html5video .fancybox__content {
  width: 960px;
  height: 540px;
  max-width: 100%;
  max-height: 100%;
}
.fancybox__carousel .fancybox__slide.has-map .fancybox__content, .fancybox__carousel .fancybox__slide.has-pdf .fancybox__content, .fancybox__carousel .fancybox__slide.has-video .fancybox__content, .fancybox__carousel .fancybox__slide.has-html5video .fancybox__content {
  padding: 0;
  background: rgba(24, 24, 27, 0.9);
  color: #fff;
}
.fancybox__carousel .fancybox__slide.has-map .fancybox__content {
  background: #e5e3df;
}

.fancybox__html5video,
.fancybox__iframe {
  border: 0;
  display: block;
  height: 100%;
  width: 100%;
  background: transparent;
}

.fancybox-placeholder {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}

.fancybox__thumbs {
  flex: 0 0 auto;
  position: relative;
  padding: 0px 3px;
  opacity: var(--fancybox-opacity, 1);
}
.fancybox__container.is-animated[aria-hidden=false] .fancybox__thumbs {
  -webkit-animation: 0.15s ease-in backwards fancybox-fadeIn;
  animation: 0.15s ease-in backwards fancybox-fadeIn;
}
.fancybox__container.is-animated.is-closing .fancybox__thumbs {
  opacity: 0;
}
.fancybox__thumbs .carousel__slide {
  flex: 0 0 auto;
  width: var(--fancybox-thumbs-width, 96px);
  margin: 0;
  padding: 8px 3px;
  box-sizing: content-box;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: visible;
  cursor: pointer;
}
.fancybox__thumbs .carousel__slide .fancybox__thumb::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-width: 5px;
  border-style: solid;
  border-color: var(--fancybox-accent-color, rgba(34, 213, 233, 0.96));
  opacity: 0;
  transition: opacity 0.15s ease;
  border-radius: var(--fancybox-thumbs-border-radius, 4px);
}
.fancybox__thumbs .carousel__slide.is-nav-selected .fancybox__thumb::after {
  opacity: 0.92;
}
.fancybox__thumbs .carousel__slide > * {
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.fancybox__thumb {
  position: relative;
  width: 100%;
  /* Keep aspect ratio */
  padding-top: calc(100% / (var(--fancybox-thumbs-ratio, 1.5)));
  background-size: cover;
  background-position: center center;
  background-color: rgba(255, 255, 255, 0.1);
  background-repeat: no-repeat;
  border-radius: var(--fancybox-thumbs-border-radius, 4px);
}

.fancybox__toolbar {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 20;
  background: linear-gradient(to top, hsla(0deg, 0%, 0%, 0) 0%, hsla(0deg, 0%, 0%, 0.006) 8.1%, hsla(0deg, 0%, 0%, 0.021) 15.5%, hsla(0deg, 0%, 0%, 0.046) 22.5%, hsla(0deg, 0%, 0%, 0.077) 29%, hsla(0deg, 0%, 0%, 0.114) 35.3%, hsla(0deg, 0%, 0%, 0.155) 41.2%, hsla(0deg, 0%, 0%, 0.198) 47.1%, hsla(0deg, 0%, 0%, 0.242) 52.9%, hsla(0deg, 0%, 0%, 0.285) 58.8%, hsla(0deg, 0%, 0%, 0.326) 64.7%, hsla(0deg, 0%, 0%, 0.363) 71%, hsla(0deg, 0%, 0%, 0.394) 77.5%, hsla(0deg, 0%, 0%, 0.419) 84.5%, hsla(0deg, 0%, 0%, 0.434) 91.9%, hsla(0deg, 0%, 0%, 0.44) 100%);
  padding: 0;
  touch-action: none;
  display: flex;
  justify-content: space-between;
  --carousel-button-svg-width: 20px;
  --carousel-button-svg-height: 20px;
  opacity: var(--fancybox-opacity, 1);
  text-shadow: var(--fancybox-toolbar-text-shadow, 1px 1px 1px rgba(0, 0, 0, 0.4));
}
@media all and (min-width: 1024px) {
  .fancybox__toolbar {
    padding: 8px;
  }
}
.fancybox__container.is-animated[aria-hidden=false] .fancybox__toolbar {
  -webkit-animation: 0.15s ease-in backwards fancybox-fadeIn;
  animation: 0.15s ease-in backwards fancybox-fadeIn;
}
.fancybox__container.is-animated.is-closing .fancybox__toolbar {
  opacity: 0;
}
.fancybox__toolbar__items {
  display: flex;
}
.fancybox__toolbar__items--left {
  margin-right: auto;
}
.fancybox__toolbar__items--center {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
.fancybox__toolbar__items--right {
  margin-left: auto;
}
@media (max-width: 640px) {
  .fancybox__toolbar__items--center:not(:last-child) {
    display: none;
  }
}

.fancybox__counter {
  min-width: 72px;
  padding: 0 10px;
  line-height: var(--carousel-button-height, 48px);
  text-align: center;
  font-size: 17px;
  font-variant-numeric: tabular-nums;
  -webkit-font-smoothing: subpixel-antialiased;
}

.fancybox__progress {
  background: var(--fancybox-accent-color, rgba(34, 213, 233, 0.96));
  height: 3px;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  transform: scaleX(0);
  transform-origin: 0;
  transition-property: transform;
  transition-timing-function: linear;
  z-index: 30;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.fancybox__container:-webkit-full-screen::backdrop {
  opacity: 0;
}

.fancybox__container:-ms-fullscreen::backdrop {
  opacity: 0;
}

.fancybox__container:fullscreen::-webkit-backdrop {
  opacity: 0;
}

.fancybox__container:fullscreen::backdrop {
  opacity: 0;
}

.fancybox__button--fullscreen g:nth-child(2) {
  display: none;
}

.fancybox__container:-webkit-full-screen .fancybox__button--fullscreen g:nth-child(1) {
  display: none;
}

.fancybox__container:-ms-fullscreen .fancybox__button--fullscreen g:nth-child(1) {
  display: none;
}

.fancybox__container:fullscreen .fancybox__button--fullscreen g:nth-child(1) {
  display: none;
}

.fancybox__container:-webkit-full-screen .fancybox__button--fullscreen g:nth-child(2) {
  display: block;
}

.fancybox__container:-ms-fullscreen .fancybox__button--fullscreen g:nth-child(2) {
  display: block;
}

.fancybox__container:fullscreen .fancybox__button--fullscreen g:nth-child(2) {
  display: block;
}

.fancybox__button--slideshow g:nth-child(2) {
  display: none;
}

.fancybox__container.has-slideshow .fancybox__button--slideshow g:nth-child(1) {
  display: none;
}

.fancybox__container.has-slideshow .fancybox__button--slideshow g:nth-child(2) {
  display: block;
}

/* IconFont */
@font-face {
  font-family: "karmsundIconFont";
  src: url("../fonts/karmsundIconFont.eot?gxtu0d");
  src: url("../fonts/karmsundIconFont.eot?gxtu0d#iefix") format("embedded-opentype"), url("../fonts/karmsundIconFont.ttf?gxtu0d") format("truetype"), url("../fonts/karmsundIconFont.woff?gxtu0d") format("woff"), url("../fonts/karmsundIconFont.svg?gxtu0d#karmsundIconFont") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
video {
  display: inline-block;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden], template {
  display: none;
}

html {
  background: #fff;
  color: #000;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

html,
button,
input,
select,
textarea {
  font-family: "Degular";
}

body {
  margin: 0;
}

a {
  background: transparent;
}
a:focus {
  outline: thin dotted;
}
a:hover, a:active {
  outline: 0;
}

h1 {
  font-size: 3em;
  margin: 0.67em 0;
}

h2 {
  font-size: 1.5em;
  margin: 0.83em 0;
}

h3 {
  font-size: 1.5em;
  margin: 1em 0;
}

h4 {
  font-size: 1.25em;
  margin: 1.33em 0;
}

h5 {
  font-size: 1em;
  margin: 1.67em 0;
}

h6 {
  font-size: 0.835em;
  margin: 2.33em 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

mark {
  background: #ff0;
  color: #000;
}

code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em;
}

pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}

q {
  quotes: "“" "”" "‘" "’";
}

q:before, q:after {
  content: "";
  content: none;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 0;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
  white-space: normal;
}

button,
input,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  margin: 0;
  vertical-align: baseline;
}

button, input {
  line-height: normal;
}

button,
select {
  text-transform: none;
}

button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
input[disabled] {
  cursor: default;
}

button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
  vertical-align: top;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

input[type=search] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}
input[type=search]::-webkit-search-cancel-button, input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}
input[type=checkbox], input[type=radio] {
  box-sizing: border-box;
  padding: 0;
}

html {
  font-size: 16px;
  line-height: 1.5;
  scroll-behavior: smooth;
}
@media screen and (min-width: 2560px) {
  html {
    font-size: 20px;
  }
}
@media screen and (min-width: 3840px) {
  html {
    font-size: 20px;
  }
}
@media screen and (min-width: 5120px) {
  html {
    font-size: 24px;
  }
}

body {
  padding-top: 1rem;
  font-family: "Degular";
  font-size: 1.125rem;
}
@media all and (min-width: 768px) {
  body {
    padding-top: 2rem;
  }
}
@media all and (min-width: 992px) {
  body {
    padding-top: 3rem;
  }
}
@media all and (min-width: 1200px) {
  body {
    padding-top: 3rem;
  }
}
@media all and (min-width: 1400px) {
  body {
    padding-top: 3.2rem;
  }
}
body.is-scroll-disabled {
  height: 100vh;
  overflow-y: hidden;
}

h1 {
  font-size: 1.5rem;
  line-height: 2rem;
}
@media all and (min-width: 992px) {
  h1 {
    font-size: 3rem;
    line-height: 4rem;
  }
}

h1, h2, h3, h4 {
  font-weight: 400;
}

a {
  transition: 0.25s;
}

img {
  max-width: 100%;
}

form label {
  font-size: 1.125rem;
  line-height: 1.5rem;
  color: #000;
  margin-bottom: 0.5rem;
  display: block;
}
form label input {
  margin-top: 0.5rem;
}
form input[type=submit], form button {
  display: inline-block;
  font-weight: 400;
  font-size: 1.125rem;
  line-height: 1.5rem;
  text-align: center;
  padding: 0.75rem 1.875rem;
  box-sizing: border-box;
  border-radius: 4px;
  text-decoration: none;
  color: #000;
  cursor: pointer;
  transition: 0.25s;
  width: auto;
  border: 2px solid #000;
  background: transparent;
  color: #000;
}
@media all and (min-width: 768px) {
  form input[type=submit], form button {
    padding: 0.875rem 2.3125rem;
  }
}
form input[type=submit]:hover, form button:hover {
  background-color: #000;
  color: #fff;
}

input, textarea {
  border: 2px solid #000;
  border-radius: 0.1875rem;
  padding: 0.625rem 1.125rem;
  max-width: 100%;
  width: 100%;
}

.form-title {
  color: #000;
}

table {
  width: 100%;
}

thead tr th {
  color: #2E5F7C;
  font-weight: 700;
  font-size: 1.125rem;
  line-height: 1.5rem;
  padding: 0.6875rem 0.5rem !important;
}
@media all and (min-width: 992px) {
  thead tr th {
    padding: 0.6875rem 0.25rem !important;
  }
}

tbody tr td {
  border-bottom: 1px solid #E5E5E5;
  padding: 0.875rem 0.125rem !important;
}

td, th {
  text-align: center;
}
td a, th a {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}
td a:hover, th a:hover {
  color: #FF710C;
}
td i, th i {
  font-size: 1.25rem;
}
td button, th button {
  background-color: transparent;
  border: transparent;
  color: #000;
  text-decoration: none;
  cursor: pointer;
  transition: 0.25s;
}
td button:hover, th button:hover {
  color: #FF710C;
}

.is-sortable {
  border-bottom: none !important;
}
.is-sortable thead th:nth-child(1) {
  background: unset !important;
}
.is-sortable thead th:nth-child(2) {
  background-position-x: 70%;
}
.is-sortable thead th:nth-child(3) {
  background-position-x: 70%;
}
.is-sortable thead th:nth-child(7) {
  background-position-x: 72%;
}
.is-sortable tbody tr.not-available {
  pointer-events: none;
  opacity: 0.3;
}
.is-sortable tbody td.dtr-control {
  background-image: url("../images/sort_asc.png");
  background-position: center left;
  background-repeat: no-repeat;
}
@media all and (min-width: 992px) {
  .is-sortable tbody td.dtr-control {
    background-image: unset;
  }
}
.is-sortable tbody td .dtr-details {
  list-style: none;
  text-align: left;
  width: 100%;
  padding: 0;
  margin-top: 0.25rem;
}
.is-sortable tbody td .dtr-details li {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #E5E5E5;
  padding: 0.5rem;
}

.arrow-pseudo-element,
table.dataTable thead th.sorting:before,
table.dataTable thead th.sorting:after,
th.sorting_asc:before,
th.sorting_asc:after,
th.sorting_desc:before,
th.sorting_desc:after,
th.sorting_asc_disabled:before,
th.sorting_desc_disabled:after {
  content: "";
  display: block;
  float: right;
  right: 0;
}

table.dataTable thead th.sorting {
  background: none !important;
  justify-content: center;
  align-items: center;
  position: relative;
}

table.dataTable thead th.sorting:before {
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid silver;
  order: 2;
  transform: translateY(5px);
  position: absolute;
}

table.dataTable thead th.sorting:after {
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid silver;
  transform: translateY(-8px);
  position: absolute;
}
table.dataTable thead th.sorting_asc {
  background: none !important;
}
table.dataTable thead th.sorting.sorting_asc:before {
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #2E5F7C;
}
table.dataTable thead th.sorting.sorting_asc:after {
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid silver;
}
table.dataTable thead th.sorting_desc {
  background: none !important;
}
table.dataTable thead th.sorting_desc:before {
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid silver;
}
table.dataTable thead th.sorting_desc:after {
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid #2E5F7C;
}
table.dataTable thead th.sorting_asc_disabled {
  background: none !important;
}
table.dataTable thead th.sorting_asc_disabled:before {
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #2E5F7C;
}
table.dataTable thead th.sorting_desc_disabled {
  background: none !important;
}
table.dataTable thead th.sorting_desc_disabled:after {
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid #2E5F7C;
}

table.dataTable thead th {
  padding-right: 0 !important;
}

.o-container {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 0.75rem;
  padding-left: 0.75rem;
  max-width: calc(100% - 2rem);
}
@media all and (min-width: 768px) {
  .o-container {
    padding-right: 2rem;
    padding-left: 2rem;
    max-width: calc(100% - 4rem);
  }
}
@media all and (min-width: 992px) {
  .o-container {
    padding-right: 3rem;
    padding-left: 3rem;
    max-width: calc(100% - 6rem);
  }
}
@media all and (min-width: 1200px) {
  .o-container {
    padding-right: 3rem;
    padding-left: 3rem;
  }
}
@media all and (min-width: 1400px) {
  .o-container {
    padding-right: 3.2rem;
    padding-left: 3.2rem;
    max-width: calc(100% - 6.4rem);
  }
}

.o-container2x {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 2rem;
  padding-left: 2rem;
}
@media all and (min-width: 768px) {
  .o-container2x {
    padding-right: 4rem;
    padding-left: 4rem;
  }
}
@media all and (min-width: 992px) {
  .o-container2x {
    padding-right: 6rem;
    padding-left: 6rem;
  }
}
@media all and (min-width: 1200px) {
  .o-container2x {
    padding-right: 6rem;
    padding-left: 6rem;
  }
}
@media all and (min-width: 1400px) {
  .o-container2x {
    padding-right: 6.4rem;
    padding-left: 6.4rem;
  }
}

.o-container--mobile-off {
  padding-right: 0;
  padding-left: 0;
  margin: 0;
  max-width: 100%;
}
@media all and (min-width: 768px) {
  .o-container--mobile-off {
    padding-right: 2rem;
    padding-left: 2rem;
    max-width: calc(100% - 4rem);
  }
}
@media all and (min-width: 992px) {
  .o-container--mobile-off {
    padding-right: 3rem;
    padding-left: 3rem;
    max-width: calc(100% - 6rem);
  }
}
@media all and (min-width: 1200px) {
  .o-container--mobile-off {
    padding-right: 3rem;
    padding-left: 3rem;
  }
}
@media all and (min-width: 1400px) {
  .o-container--mobile-off {
    padding-right: 3.2rem;
    padding-left: 3.2rem;
    max-width: calc(100% - 6.4rem);
  }
}

/*!
 * Hamburgers
 * @description Tasty CSS-animated hamburgers
 * @author Jonathan Suh @jonsuh
 * @site https://jonsuh.com/hamburgers
 * @link https://github.com/jonsuh/hamburgers
 */
.hamburger {
  padding: 15px 15px;
  display: inline-block;
  cursor: pointer;
  transition-property: opacity, filter;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible;
}
.hamburger:hover {
  opacity: 1;
}
.hamburger.is-active:hover {
  opacity: 1;
}
.hamburger.is-active .hamburger-inner,
.hamburger.is-active .hamburger-inner::before,
.hamburger.is-active .hamburger-inner::after {
  background-color: #2E5F7C;
}

.hamburger-box {
  width: 35px;
  height: 20px;
  display: inline-block;
  position: relative;
}

.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -1px;
}
.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
  width: 35px;
  height: 2px;
  background-color: #2E5F7C;
  border-radius: 0px;
  position: absolute;
  transition-property: transform;
  transition-duration: 0.15s;
  transition-timing-function: ease;
}
.hamburger-inner::before, .hamburger-inner::after {
  content: "";
  display: block;
}
.hamburger-inner::before {
  top: -9px;
}
.hamburger-inner::after {
  bottom: -9px;
}

/*
 * Collapse
 */
.hamburger--collapse .hamburger-inner {
  top: auto;
  bottom: 0;
  transition-duration: 0.13s;
  transition-delay: 0.13s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--collapse .hamburger-inner::after {
  top: -18px;
  transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0.1s linear;
}
.hamburger--collapse .hamburger-inner::before {
  transition: top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--collapse.is-active .hamburger-inner {
  transform: translate3d(0, -9px, 0) rotate(-45deg);
  transition-delay: 0.22s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger--collapse.is-active .hamburger-inner::after {
  top: 0;
  opacity: 0;
  transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s 0.22s linear;
}
.hamburger--collapse.is-active .hamburger-inner::before {
  top: 0;
  transform: rotate(-90deg);
  transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.c-header {
  display: flex;
  align-items: center;
  position: absolute;
  top: 0.5rem;
  left: 0;
  width: 100%;
  z-index: 99;
  justify-content: space-between;
  max-width: calc(100% - 4rem);
  padding: 0.9375rem 1rem 0.875rem;
  margin-right: 1rem;
  margin-left: 1rem;
}
@media all and (min-width: 768px) {
  .c-header {
    margin-right: 2rem;
    margin-left: 2rem;
    padding: 0.5rem 2rem 0.4375rem;
    top: 3rem;
    max-width: calc(100% - 8rem);
  }
}
@media all and (min-width: 992px) {
  .c-header {
    background: #2E5F7C url("../img/header-bg.svg") center right/50% no-repeat;
    margin-right: 3rem;
    margin-left: 3rem;
    top: 4rem;
    padding-right: 3rem;
    padding-left: 3rem;
    max-width: calc(100% - 12rem);
  }
}
@media all and (min-width: 1200px) {
  .c-header {
    margin-right: 3rem;
    margin-left: 3rem;
    padding-right: 3rem;
    padding-left: 3rem;
  }
}
@media all and (min-width: 1400px) {
  .c-header {
    margin-right: 3.22rem;
    margin-left: 3.22rem;
    max-width: calc(100% - 12.8rem);
    padding-right: 3.2rem;
    padding-left: 3.2rem;
    top: 3.2rem;
  }
}

.admin-bar .c-header {
  top: auto;
}
@media all and (min-width: 768px) {
  .admin-bar .c-header {
    top: 4rem;
  }
}
@media all and (min-width: 992px) {
  .admin-bar .c-header {
    top: 5rem;
  }
}
@media all and (min-width: 1400px) {
  .admin-bar .c-header {
    top: 5.25rem;
  }
}

.c-header__branding {
  font-size: 2.5rem;
  transition: 0.3s;
}
@media all and (min-width: 992px) {
  .c-header__branding {
    font-size: 3.0625rem;
  }
}
.c-header__toggle {
  display: block;
}
@media all and (min-width: 992px) {
  .c-header__toggle {
    display: none;
  }
}

.c-header__toggle {
  z-index: 99;
  padding: 0;
}

.c-header__navigation {
  position: fixed;
  top: 0.75rem;
  background: #FF710C url("../img/mobile-menu-bg.svg") bottom center/100% auto no-repeat;
  z-index: 98;
  height: calc(100vh - 7.75rem);
  width: calc(100vw - 1.5rem);
  padding-top: 6.25rem;
  left: -3000px;
  transition: 0.65s ease-in-out;
}
@media all and (min-width: 992px) {
  .c-header__navigation {
    padding-top: 0;
    position: initial;
    top: unset;
    left: unset;
    background: transparent;
    height: auto;
    width: auto;
  }
}
.c-header__navigation.is-open {
  left: 0.75rem;
}
@media screen and (max-height: 660px) {
  .c-header__navigation {
    background-size: 80% auto;
    background-position: bottom right;
  }
}

.admin-bar .c-header__navigation {
  padding-top: 5.625rem;
  top: 3.9rem;
}
@media all and (min-width: 992px) {
  .admin-bar .c-header__navigation {
    padding-top: 0;
    top: unset;
  }
}

.c-header__branding__link {
  text-decoration: none;
  color: #2E5F7C;
}
.c-header__branding__link .icon-logo {
  transition: 0.25s;
}
@media all and (min-width: 992px) {
  .c-header__branding__link {
    color: #fff;
  }
}
.c-header__branding__link:hover .icon-logo {
  color: #FF710C;
}

.c-header.is-menu-open .c-header__branding {
  color: #000;
  transition-delay: 0.4s;
}
.c-header.is-menu-open .c-header__toggle .hamburger-inner, .c-header.is-menu-open .c-header__toggle .hamburger-inner::before, .c-header.is-menu-open .c-header__toggle .hamburger-inner::after {
  background-color: #000;
  transition: all 0.3s, background-color 0.3s 0.3s;
}

.page-template-home .c-header, .single-property .c-header {
  background-color: transparent;
}
.page-template-home .c-header__branding__link, .single-property .c-header__branding__link {
  color: #fff;
}
.page-template-home .hamburger-inner,
.page-template-home .hamburger-inner::before,
.page-template-home .hamburger-inner::after, .single-property .hamburger-inner,
.single-property .hamburger-inner::before,
.single-property .hamburger-inner::after {
  background-color: #fff;
}

.c-header__navigation__logo {
  color: #000;
  text-decoration: none;
  font-size: 2.25rem;
  position: absolute;
  top: 0.75rem;
  left: 1rem;
  display: block;
}
@media all and (min-width: 992px) {
  .c-header__navigation__logo {
    display: none;
  }
}

.single-property .c-header, .page-template-home .c-header {
  background: transparent;
}

.c-nav {
  display: flex;
  list-style: none;
  padding: 0;
  margin: 0;
  flex-direction: column;
}
@media all and (min-width: 992px) {
  .c-nav {
    align-items: center;
    flex-direction: row;
  }
}

.s-nav li {
  margin-bottom: 1.75rem;
  order: 1;
  padding: 0 1rem;
}
@media all and (min-width: 992px) {
  .s-nav li {
    padding: 0;
    margin-bottom: 0;
    margin-right: 1.75rem;
    order: unset;
  }
}
.s-nav li:last-of-type {
  margin-right: 0;
}
.s-nav li.current-menu-item a {
  color: #FF710C;
}
.s-nav a {
  font-weight: 600;
  font-size: 1.125rem;
  line-height: 1.5rem;
  color: #000;
  text-decoration: none;
}
@media all and (min-width: 992px) {
  .s-nav a {
    color: #fff;
  }
  .s-nav a:hover {
    color: #FF710C;
  }
}
.s-nav a i {
  font-size: 6px;
  margin-left: 5px;
}
.s-nav .pll-parent-menu-item {
  padding: 0 1rem;
  position: relative;
  order: 0;
}
@media all and (min-width: 992px) {
  .s-nav .pll-parent-menu-item {
    padding: 0 1.75rem;
    border-bottom: 0;
    border-left: 2px solid #fff;
    border-right: 2px solid #fff;
    order: unset;
  }
}
.s-nav .pll-parent-menu-item > a {
  display: none;
}
@media all and (min-width: 992px) {
  .s-nav .pll-parent-menu-item > a {
    display: initial;
  }
}
.s-nav .pll-parent-menu-item ul {
  transition: 0.2s ease-in;
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  border-bottom: 1px solid #A01103;
}
@media all and (min-width: 992px) {
  .s-nav .pll-parent-menu-item ul {
    padding: 0.5rem 0;
    border-bottom: 0;
    display: initial;
    background: #fff;
    visibility: hidden;
    opacity: 0;
    transform: translateY(1rem);
    position: absolute;
    left: 0;
    top: 110%;
  }
}
.s-nav .pll-parent-menu-item ul li {
  margin-right: 1.75rem;
  margin-bottom: 0;
  padding: 0;
}
@media all and (min-width: 992px) {
  .s-nav .pll-parent-menu-item ul li {
    margin-right: 0;
    margin-bottom: 0.5rem;
  }
}
.s-nav .pll-parent-menu-item ul a {
  color: #000;
  padding-bottom: 1.375rem;
  display: block;
  padding-bottom: 0.5rem;
}
@media all and (min-width: 992px) {
  .s-nav .pll-parent-menu-item ul a {
    padding: 0.5rem 2.34rem;
  }
}
.s-nav .pll-parent-menu-item ul.is-open {
  visibility: visible;
  opacity: 1;
  transform: translateY(0);
}

.c-hero {
  max-height: 100vh;
  width: 100%;
  height: 40.625rem;
  position: relative;
  overflow: hidden;
}
.c-hero::before {
  content: "";
  width: 100%;
  height: 10rem;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  background: linear-gradient(rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0) 100%);
}
.c-hero::after {
  content: "";
  background: url("../img/crystals.svg") bottom right/100% no-repeat;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
}
@media all and (min-width: 992px) {
  .c-hero::after {
    background-position: center right;
    background-size: 50%;
  }
}

.c-hero__img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  font-size: 0;
}

.c-content--single-row {
  padding: 5.3125rem 0 4.6875rem;
}
.c-content--single-row .c-content__title {
  margin: 0;
  font-weight: 400;
}
@media all and (min-width: 992px) {
  .c-content--single-row .c-content__title {
    max-width: 80%;
  }
}

.c-content--two-col {
  display: flex;
  flex-wrap: wrap;
  padding: 4rem 0 2.5rem;
}
@media all and (min-width: 992px) {
  .c-content--two-col {
    padding: 5.625rem 0 4.375rem;
    flex-wrap: nowrap;
  }
}
.c-content--two-col .c-content__title {
  font-weight: 400;
  font-size: 1.5rem;
  line-height: 2rem;
}
@media all and (min-width: 992px) {
  .c-content--two-col .c-content__title {
    font-size: 3rem;
    line-height: 4rem;
  }
}
.c-content--two-col .c-content__col {
  width: 100%;
}
@media all and (min-width: 992px) {
  .c-content--two-col .c-content__col {
    width: 57%;
  }
}
.c-content--two-col .c-content__col:nth-child(2) {
  padding: 0 1rem;
}
@media all and (min-width: 992px) {
  .c-content--two-col .c-content__col:nth-child(2) {
    width: 43%;
    padding: 0 4rem 0 3rem;
  }
}
.c-content--two-col .c-content__contact-info span {
  font-weight: 400;
  font-size: 1.125rem;
  line-height: 1.5rem;
}
.c-content--two-col .c-content__contact-info a {
  font-weight: 400;
  font-size: 1.125rem;
  line-height: 1.5rem;
  color: #2E5F7C;
  text-decoration: none;
}
.c-content--two-col .c-content__contact-info a:hover {
  color: #FF710C;
}
.c-content--two-col .c-content__content {
  margin-bottom: 1.25rem;
}

.c-properties {
  overflow: hidden;
}

.c-properties--page {
  padding: 3rem 0 1.25rem;
}
@media all and (min-width: 992px) {
  .c-properties--page {
    padding: 3.4375rem 0 1.25rem;
  }
}

.c-properties__nav {
  display: flex;
  overflow-x: scroll;
  padding-bottom: 1rem;
}
@media all and (min-width: 768px) {
  .c-properties__nav {
    padding-bottom: 0;
    overflow-x: initial;
  }
}

.c-properties__nav__title {
  font-weight: 700;
  font-size: 1.125rem;
  line-height: 1.5rem;
  margin-right: 1.75rem;
}

.c-properties__nav__list {
  display: flex;
  list-style: none;
  padding: 0;
  margin: 0;
}

.c-properties__list__item {
  margin-right: 1.75rem;
  font-size: 1.125rem;
  line-height: 1.5rem;
  transition: 0.24s;
  cursor: pointer;
}
.c-properties__list__item:hover {
  color: #FF710C;
}
.c-properties__list__item:last-child {
  margin-right: 0;
}
.c-properties__list__item.is-selected {
  font-weight: 700;
}

.c-property {
  margin-bottom: 3.125rem;
  width: calc(100% - 3rem);
  padding: 0 1.5rem;
}
@media all and (min-width: 992px) {
  .c-property {
    padding: 0;
    margin-bottom: 5rem;
    width: calc(50% - 3.13rem);
    margin-right: 1.5625rem;
    margin-left: 1.5625rem;
  }
}

.c-properties__list {
  margin-top: 1.25rem;
  display: flex;
  flex-wrap: wrap;
  margin-left: -1.5625rem;
  margin-right: -1.5625rem;
}

.c-property__header {
  padding-top: 58%;
  position: relative;
  overflow: hidden;
}
@media all and (min-width: 992px) {
  .c-property__header {
    padding-top: 65%;
  }
}
.c-property__header::after {
  content: "";
  background: url("../img/crystals.svg") bottom right/98% no-repeat;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
}
@media all and (min-width: 992px) {
  .c-property__header::after {
    background-position: center right;
  }
}

.c-property__img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}

.c-property__main {
  text-align: center;
}

.c-property__title {
  font-weight: 600;
  margin: 1rem 0;
}

.c-property__link {
  text-decoration: none;
  color: #000;
}
.c-property__link:hover {
  color: #FF710C;
}

.c-property__link--overlay {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 4;
}

.c-property__info {
  position: absolute;
  bottom: 1rem;
  width: calc(100% - 6rem);
  left: 1.5rem;
  display: flex;
  justify-content: center;
  flex-direction: column;
  color: #fff;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
@media all and (min-width: 992px) {
  .c-property__info {
    width: 100%;
    left: 0;
    align-items: center;
    flex-direction: row;
  }
}

.c-property__info__item {
  display: flex;
  align-items: center;
  margin-bottom: 0.5rem;
}
@media all and (min-width: 992px) {
  .c-property__info__item {
    margin-bottom: 0;
    margin-right: 2rem;
  }
  .c-property__info__item:last-child {
    margin-right: 0;
  }
}
.c-property__info__item i {
  margin-right: 1rem;
}
.c-property__info__item strong {
  margin: 0 0.375rem;
}

.c-property--single {
  width: 100%;
  max-width: 100%;
  margin: 0 !important;
  padding: 0 !important;
}
@media all and (min-width: 1200px) {
  .c-property--single .c-property__content {
    min-height: 23.75rem;
  }
}
@media all and (min-width: 992px) {
  .c-property--single .c-property__title {
    max-width: 60%;
  }
}
.c-property--single .c-property__info {
  width: calc(100% - 3rem);
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  flex-direction: column !important;
  align-items: flex-start !important;
}
@media all and (min-width: 992px) {
  .c-property--single .c-property__info {
    width: calc(100% - 3rem);
  }
}
.c-property--single .c-property__header {
  width: 100%;
  padding: 0;
}
.c-property--single .c-property__header::before {
  content: "";
  width: 100%;
  height: 10rem;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  background: linear-gradient(rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0) 100%);
}
.c-property--single .c-property__header::after {
  content: "";
  width: 100%;
  height: 12.1875rem;
  position: absolute;
  top: unset;
  left: 0;
  bottom: 182px;
  z-index: 1;
  background: linear-gradient(rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.68) 100%);
}
@media all and (min-width: 992px) {
  .c-property--single .c-property__header::after {
    height: 10rem;
    bottom: 95px;
  }
}
.c-property--single .c-property__header .c-property__image {
  height: 40vh;
  position: relative;
}
@media all and (min-width: 992px) {
  .c-property--single .c-property__header .c-property__image {
    height: 25rem;
  }
}
.c-property--single .c-property__header .c-property__image::after {
  content: "";
  background: url("../img/crystals.svg") bottom right/98% no-repeat;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
}
@media all and (min-width: 992px) {
  .c-property--single .c-property__header .c-property__image::after {
    background-position: center right;
  }
}
.c-property--single .c-property__image__img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}
.c-property--single .c-property__title {
  color: #fff;
  position: absolute;
  left: 1.125rem;
  bottom: 2rem;
  font-size: 1.5rem;
  line-height: 2rem;
  z-index: 9;
  padding-right: 0.5rem;
}
@media all and (min-width: 992px) {
  .c-property--single .c-property__title {
    padding-right: 0;
    left: 3.125rem;
    bottom: 2.3125rem;
    font-weight: 300;
    font-size: 3rem;
    line-height: 4rem;
  }
}
.c-property--single .c-property__info {
  background: #FF710C url("../img/footer-bg.svg") bottom right/50% no-repeat;
  min-height: 5.1875rem;
  position: relative;
  bottom: unset;
  left: unset;
  z-index: 5;
}
@media all and (min-width: 992px) {
  .c-property--single .c-property__info {
    background-size: auto 100%;
  }
}
.c-property--single .c-property__info__grid {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  width: 100%;
  padding-top: 0.9375rem;
}
@media all and (min-width: 992px) {
  .c-property--single .c-property__info__grid {
    width: 70%;
  }
}
@media all and (min-width: 1200px) {
  .c-property--single .c-property__info__grid {
    width: 56%;
  }
}
.c-property--single .c-property__info__item {
  width: 80%;
  margin-bottom: 0.9375rem;
  margin-right: 0.5rem;
}
@media all and (min-width: 992px) {
  .c-property--single .c-property__info__item {
    width: 30%;
  }
}
.c-property--single .c-property__info__item i {
  font-size: 1.375rem;
}
.c-property--single .c-property__info__link {
  color: #fff;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  cursor: pointer;
}
.c-property--single .c-property__info__link:hover {
  color: #A01103;
}
.c-property--single .c-property__main {
  text-align: initial;
  display: flex;
  flex-wrap: wrap;
}
@media all and (min-width: 992px) {
  .c-property--single .c-property__main {
    flex-wrap: nowrap;
  }
}
.c-property--single .c-property__content {
  max-width: 100%;
  flex-grow: 1;
  margin-top: 2rem;
}
@media all and (min-width: 992px) {
  .c-property--single .c-property__content {
    max-width: 75%;
    flex-grow: 1;
  }
}
.c-property--single .c-property__manager {
  padding: 1.5rem 1.5rem 0.5rem 1.5rem;
  background-color: #F9F8F8;
  width: 20.375rem;
  max-width: 100%;
  position: relative;
  z-index: 9;
  margin: 3rem auto;
}
@media all and (min-width: 1200px) {
  .c-property--single .c-property__manager {
    margin: 0;
    min-width: 20.375rem;
    transform: translateY(-18rem);
    padding: 2rem 2rem 0.5rem 2rem;
    position: absolute;
    right: 6rem;
  }
}
.c-property--single .c-property__manager .c-people {
  width: 100%;
  margin: 0;
}
.c-property--single .c-property__gallery {
  display: flex;
  flex-wrap: wrap;
  padding: 0 0 3rem;
}
@media all and (min-width: 992px) {
  .c-property--single .c-property__gallery {
    padding: 0 0 5rem;
  }
}
.c-property--single .c-property__gallery__item {
  width: calc(50% - 0.25rem);
  margin-right: 0.5rem;
  margin-bottom: 0.5rem;
  padding-bottom: 50%;
  position: relative;
}
@media all and (min-width: 992px) {
  .c-property--single .c-property__gallery__item {
    padding-bottom: 20%;
  }
}
.c-property--single .c-property__gallery__item a {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  cursor: pointer;
}
.c-property--single .c-property__gallery__item img {
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  width: 100%;
  height: 100%;
}
.c-property--single .c-property__gallery__item:nth-child(2n) {
  margin-right: 0;
}
@media all and (min-width: 992px) {
  .c-property--single .c-property__gallery__item {
    width: calc(20% - 0.4rem);
  }
  .c-property--single .c-property__gallery__item:nth-child(2n) {
    margin-right: 0.5rem;
  }
  .c-property--single .c-property__gallery__item:nth-child(5n) {
    margin-right: 0;
  }
}

.c-property__units {
  padding: 0 0 6.25rem;
}
@media all and (min-width: 992px) {
  .c-property__units {
    padding: 0 0 10rem;
  }
}

.c-property__footer {
  padding-top: 3rem;
}

.c-news--carousel {
  background-color: #E5E5E5;
  padding: 4rem 0 4.6875rem;
}
@media all and (min-width: 992px) {
  .c-news--carousel {
    padding: 5.3125rem 0 7.375rem;
  }
}

.c-news__nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.c-news__title {
  font-weight: 400;
  font-size: 3rem;
  line-height: 4rem;
  margin: 0;
}

.c-news__link {
  font-weight: 600;
  font-size: 1.125rem;
  line-height: 1.5rem;
  text-decoration: none;
  color: #000;
}
.c-news__link:hover {
  color: #FF710C;
}

.c-news__nav__links {
  display: flex;
  align-items: center;
  margin-left: 1.75rem;
}
.c-news__nav__links::before {
  content: "";
  width: 0.125rem;
  height: 0.8125rem;
  margin-right: 1.75rem;
  background-color: #000;
  display: none;
}
@media all and (min-width: 992px) {
  .c-news__nav__links::before {
    display: block;
  }
}

.c-news__carousel {
  margin-top: 3rem;
}
@media all and (min-width: 992px) {
  .c-news__carousel {
    margin-top: 4.6875rem;
  }
}

.c-news__carousel__slide {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  padding: 0 0.25rem;
}
@media all and (min-width: 992px) {
  .c-news__carousel__slide {
    padding: 0;
    flex-wrap: nowrap;
  }
}
@media all and (min-width: 768px) {
  .c-news__carousel__slide {
    margin-right: 1.75rem;
    width: calc(50% - 0.875rem);
    margin-bottom: 0;
  }
}
@media all and (min-width: 992px) {
  .c-news__carousel__slide {
    width: calc(25% - 1.3125rem);
  }
}

.c-news__item {
  width: 100%;
  margin-bottom: 1.75rem;
}
.c-news__item:last-child {
  margin-right: 0;
}
@media all and (min-width: 768px) {
  .c-news__item {
    margin-right: 1.75rem;
    width: calc(50% - 0.875rem);
    margin-bottom: 0;
  }
  .c-news__item:nth-of-type(2n) {
    margin-right: 0;
  }
}
@media all and (min-width: 992px) {
  .c-news__item {
    width: calc(25% - 1.3125rem);
  }
  .c-news__item:nth-of-type(2n) {
    margin-right: 1.75rem;
  }
  .c-news__item:nth-of-type(4n) {
    margin-right: 0;
  }
}
.c-news__item:hover .c-news__item__title {
  color: #FF710C;
}

.c-news__item--full-width {
  width: 100%;
}

.c-news__item__header {
  padding-top: 61%;
  position: relative;
}

.c-news__item__img-link {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.c-news__thumbnail {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}

.c-news__item__title {
  text-decoration: none;
  color: #000;
  font-weight: 400;
  font-size: 1.125rem;
  line-height: 1.5rem;
  transition: 0.25s;
  margin: 0;
  padding-top: 1.1875rem;
}

.c-news__item__main a {
  text-decoration: none;
}

.c-news__nav__access {
  display: flex;
  align-items: center;
}

.s-news-carousel .flickity-page-dots {
  position: relative;
  left: unset;
  top: unset;
  bottom: unset;
  right: unset;
}
.s-news-carousel .flickity-page-dot {
  margin: 0 0.875rem;
}
.s-news-carousel .flickity-page-dot:last-child {
  margin-right: 0;
}
.s-news-carousel .flickity-page-dot:first-child {
  margin-left: 0;
}

.c-news__nav__bullets {
  display: none;
}
@media all and (min-width: 992px) {
  .c-news__nav__bullets {
    display: block;
  }
}

.c-news__grid {
  display: flex;
  flex-wrap: wrap;
  padding: 4.375rem 0 6rem;
}
@media all and (min-width: 992px) {
  .c-news__grid {
    padding: 5.8125rem 0 9.375rem;
  }
}
.c-news__grid .c-news__item {
  margin-bottom: 3.375rem;
}
@media all and (min-width: 992px) {
  .c-news__grid .c-news__item {
    margin-bottom: 5.8125rem;
  }
  .c-news__grid .c-news__item:nth-last-child(-n+4) {
    margin-bottom: 0;
  }
}

.c-btn {
  display: inline-block;
  font-weight: 400;
  font-size: 1.125rem;
  line-height: 1.5rem;
  text-align: center;
  padding: 0.75rem 1.875rem;
  box-sizing: border-box;
  border-radius: 4px;
  text-decoration: none;
  color: #000;
  cursor: pointer;
}
@media all and (min-width: 768px) {
  .c-btn {
    padding: 0.875rem 2.3125rem;
  }
}

.c-btn--ghost {
  border: 2px solid #000;
  background: transparent;
  color: #000;
}
.c-btn--ghost:hover {
  background-color: #000;
  color: #fff;
}

.c-social {
  display: flex;
}

.c-social__link {
  color: #000;
  font-size: 1.5rem;
  text-decoration: none;
  margin-right: 1.875rem;
}
.c-social__link:last-child {
  margin-right: 0;
}
.c-social__link:hover {
  color: #A01103;
}

.c-page-header {
  min-height: 6.25rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: #E5E5E5;
  padding-top: 6rem;
  padding-left: 1rem;
  padding-right: 1rem;
}
@media all and (min-width: 992px) {
  .c-page-header {
    min-height: 12.5rem;
    padding-top: 5.5625rem;
    padding-left: 3rem;
    padding-right: 3rem;
  }
}

.c-page-header__title {
  margin: 0;
  text-align: center;
}

.c-page-header__meta {
  font-weight: 400;
  font-size: 0.875rem;
  line-height: 1.125rem;
  text-align: center;
  margin-top: 0.625rem;
}
@media all and (min-width: 992px) {
  .c-page-header__meta {
    font-size: 1.125rem;
    line-height: 1.5rem;
  }
}

.c-pagination {
  margin: 3.375rem 0 1rem;
  width: 100%;
  display: block;
}
@media all and (min-width: 992px) {
  .c-pagination {
    margin: 8.4375rem 0 1rem;
  }
}

.s-pagination .nav-links {
  width: 100%;
  display: flex;
  justify-content: center;
}
.s-pagination .nav-links div {
  margin: 0 0.75rem;
}
.s-pagination .nav-links a {
  padding: 0.875rem 1.5rem;
  background-color: #E5E5E5;
  border-radius: 30px;
  font-weight: 700;
}
.s-pagination .nav-links a:hover {
  background-color: #FF710C;
}

.s-numeric-pagination ul {
  display: flex;
  align-items: center;
  justify-content: center;
  list-style: none;
  padding: 0;
  margin: 0;
}
.s-numeric-pagination ul li {
  margin-right: 1.5625rem;
}
.s-numeric-pagination ul li:last-of-type {
  margin-right: 0;
}
.s-numeric-pagination ul li.active a {
  cursor: default;
  pointer-events: none;
}
.s-numeric-pagination ul a {
  width: 2.5rem;
  height: 2.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #E5E5E5;
  box-sizing: border-box;
  transition: 0.2s;
  font-weight: 400;
  font-size: 0.875rem;
  line-height: 1.5rem;
  text-decoration: none;
  color: #000;
}
.s-numeric-pagination ul a:hover {
  background-color: #FF710C;
}
.s-numeric-pagination ul li.active a {
  background-color: #FF710C;
}

.c-people {
  width: 100%;
  margin-bottom: 2rem;
  transition: 0.25s;
}
.c-people:hover {
  background-color: #F9F8F8;
}
@media all and (min-width: 768px) {
  .c-people {
    width: 45%;
    margin-right: 5%;
  }
  .c-people:nth-child(2) {
    margin-right: 0;
  }
}
@media all and (min-width: 992px) {
  .c-people {
    width: 22%;
    margin-right: 4%;
  }
  .c-people:nth-child(2) {
    margin-right: 4%;
  }
  .c-people:nth-child(4) {
    margin-right: 0;
  }
}

.c-people-grid {
  padding: 1.5rem 0;
}
@media all and (min-width: 992px) {
  .c-people-grid {
    padding: 2rem 0;
  }
}
.c-people-grid.is-last {
  padding-top: 0;
  padding-bottom: 4rem;
}

.c-people-grid__title {
  font-weight: 400;
  font-size: 1.5rem;
  line-height: 2rem;
  margin: 0 0 2.25rem;
}

.c-people-grid__row {
  display: flex;
  flex-wrap: wrap;
}

.c-people__header {
  width: 100%;
  padding-top: 100%;
  position: relative;
}

.c-people__main {
  padding: 0 1.25rem 2rem;
}

.c-people__img {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-position: center;
  object-position: center;
  -o-object-fit: cover;
  object-fit: cover;
  top: 0;
  left: 0;
}

.c-people__name {
  margin: 2.125rem 0 0;
}

.c-people__role--desc {
  display: block;
}

.c-people__contact-info {
  margin-top: 2.25rem;
}
.c-people__contact-info span {
  font-weight: 400;
  font-size: 1.125rem;
  line-height: 1.5rem;
}
.c-people__contact-info a {
  font-weight: 400;
  font-size: 1.125rem;
  line-height: 1.5rem;
  color: #2E5F7C;
  text-decoration: none;
}
.c-people__contact-info a:hover {
  color: #FF710C;
}

.c-services {
  padding: 4rem 0 3.375rem;
}
@media all and (min-width: 992px) {
  .c-services {
    padding-bottom: 5.625rem 0 4.6875rem;
  }
}

.c-service {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 4rem;
}
@media all and (min-width: 992px) {
  .c-service {
    margin-bottom: 0;
    flex-wrap: nowrap;
  }
}
@media all and (min-width: 992px) {
  .c-service:nth-child(even) .c-service__img {
    order: 2;
  }
}

.c-service__img {
  width: 100%;
}
@media all and (min-width: 992px) {
  .c-service__img {
    width: 50%;
    max-width: 50%;
  }
}

.c-service__content {
  width: 100%;
}
@media all and (min-width: 992px) {
  .c-service__content {
    width: 50%;
    max-width: 50%;
  }
}

.c-service__img {
  padding-top: 50%;
  position: relative;
}
@media all and (min-width: 992px) {
  .c-service__img {
    padding-top: 30%;
  }
}
.c-service__img img {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  top: 0;
  left: 0;
}

@media all and (min-width: 992px) {
  .c-service__title {
    font-weight: 400;
    font-size: 3rem;
    line-height: 4rem;
    margin-bottom: 1.875rem;
  }
}

.c-service__excerpt {
  line-height: 1.65;
  margin-bottom: 1.5rem;
}

@media all and (min-width: 992px) {
  .c-service__content {
    padding: 0 2rem 0 3rem;
    width: calc(50% - 5rem);
    max-width: calc(50% - 5rem);
  }
}

.c-social-share {
  width: 100%;
  max-width: 90%;
  margin: 3.5rem auto 0;
}
@media all and (min-width: 768px) {
  .c-social-share {
    max-width: 80%;
  }
}
@media all and (min-width: 992px) {
  .c-social-share {
    max-width: 70%;
  }
}
@media all and (min-width: 1200px) {
  .c-social-share {
    max-width: 60%;
  }
}
@media all and (min-width: 1400px) {
  .c-social-share {
    max-width: 51%;
  }
}

.c-social-share__title {
  margin-bottom: 1rem;
  margin-top: 0;
}

.c-cta {
  background: #F9F8F8 url("../img/cta-bg.svg") repeat-x;
  padding: 4rem 0 10rem;
  background-size: 113% 156%;
  background-position: 0px 132px;
}
@media all and (min-width: 768px) {
  .c-cta {
    background-position: 140%;
    background-size: auto 100%;
    background-repeat: no-repeat;
    padding: 4rem 0;
  }
}
@media all and (min-width: 992px) {
  .c-cta {
    background-position: bottom right;
    background-size: auto 100%;
    padding: 4.8125rem 0;
  }
}

.c-cta__col {
  width: 100%;
}
@media all and (min-width: 768px) {
  .c-cta__col {
    width: 70%;
  }
}
@media all and (min-width: 992px) {
  .c-cta__col {
    width: 50%;
  }
}
@media all and (min-width: 1400px) {
  .c-cta__col {
    width: 40%;
  }
}

.c-cta__title {
  font-weight: 400;
  margin: 0 0 1.875rem;
  font-size: 3rem;
  line-height: 4rem;
}

.c-cta__desc {
  font-weight: 400;
  font-size: 1.125rem;
  line-height: 1.5rem;
  margin: 0 0 1.875rem;
}

.c-nav--footer {
  padding: 0;
  margin: 0;
  list-style: none;
}

.s-nav-footer li {
  margin-bottom: 0.5rem;
}
.s-nav-footer a {
  color: #000;
  text-decoration: none;
}
.s-nav-footer a:hover {
  color: #A01103;
}

.c-footer {
  background: #FF710C url("../img/footer-bg.svg") bottom right/98% no-repeat;
  padding: 3.75rem 0 5rem;
  font-size: 1.125rem;
  position: relative;
}
@media all and (min-width: 768px) {
  .c-footer {
    background-size: 40%;
  }
}
@media all and (min-width: 992px) {
  .c-footer {
    padding: 3.75rem 0 5.625rem;
  }
}

.c-footer__grid {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media all and (min-width: 1200px) {
  .c-footer__grid {
    flex-wrap: nowrap;
  }
}

.c-footer__col {
  width: 100%;
}
@media all and (min-width: 768px) {
  .c-footer__col {
    width: 50%;
  }
}
@media all and (min-width: 1200px) {
  .c-footer__col {
    width: 22%;
  }
}

.c-footer__col__title {
  font-weight: 700;
  font-size: 1.125rem;
  line-height: 1.5rem;
  margin: 2.5rem 0 0.625rem;
}

.c-footer__info-name {
  margin: 0.9375rem 0 0.5625rem;
}

.c-footer__info-address {
  margin: 0 0 1.875rem;
}

.c-footer__sviiter {
  position: absolute;
  bottom: 0.3125rem;
  right: 1rem;
  text-decoration: none;
  color: #000;
  font-size: 1.3125rem;
}
.c-footer__sviiter:hover {
  color: #fff;
}
@media all and (min-width: 992px) {
  .c-footer__sviiter {
    bottom: 1rem;
    right: 3.25rem;
  }
}

[class^=icon-], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "karmsundIconFont" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-arrow-down:before {
  content: "\e900";
}

.icon-facebook:before {
  content: "\e901";
}

.icon-file:before {
  content: "\e902";
}

.icon-frame:before {
  content: "\e903";
}

.icon-image:before {
  content: "\e904";
}

.icon-karmsund-min {
  display: flex;
  font-size: 2.5rem;
}

.icon-karmsund-min .path1:before {
  content: "\e905";
  color: rgb(46, 95, 124);
}

.icon-karmsund-min .path2:before {
  content: "\e906";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}

.icon-karmsund-min .path3:before {
  content: "\e907";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}

.icon-karmsund-min .path4:before {
  content: "\e908";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}

.icon-linkedin:before {
  content: "\e909";
}

.icon-logo:before {
  content: "\e90a";
}

.icon-marker:before {
  content: "\e90b";
}

.icon-play:before {
  content: "\e90c";
}

.icon-space:before {
  content: "\e90d";
}

.icon-sviiter:before {
  content: "\e90e";
}

.icon-tile:before {
  content: "\e90f";
}

.icon-youtube:before {
  content: "\e910";
}

.u-bold {
  font-weight: bold;
  margin: 0 0.125rem;
}

.c-blocks {
  padding: 2rem 0 5.625rem;
}
@media all and (min-width: 992px) {
  .c-blocks {
    padding: 3rem 0 7.125rem;
  }
}
@media all and (min-width: 1200px) {
  .c-blocks {
    padding: 3.625rem 0 8.125rem;
  }
}
.c-blocks > :not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.wp-block-separator):not(.entry-attachment):not(.woocommerce), .c-blocks [class*=inner-container] > :not(.entry-content):not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.wp-block-separator):not(.entry-attachment):not(.woocommerce), .c-blocks .wp-block-template-part > :not(.entry-content):not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.wp-block-separator):not(.entry-attachment):not(.woocommerce) {
  width: 100%;
  max-width: 90%;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 2rem;
}
@media all and (min-width: 768px) {
  .c-blocks > :not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.wp-block-separator):not(.entry-attachment):not(.woocommerce), .c-blocks [class*=inner-container] > :not(.entry-content):not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.wp-block-separator):not(.entry-attachment):not(.woocommerce), .c-blocks .wp-block-template-part > :not(.entry-content):not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.wp-block-separator):not(.entry-attachment):not(.woocommerce) {
    max-width: 80%;
  }
}
@media all and (min-width: 992px) {
  .c-blocks > :not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.wp-block-separator):not(.entry-attachment):not(.woocommerce), .c-blocks [class*=inner-container] > :not(.entry-content):not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.wp-block-separator):not(.entry-attachment):not(.woocommerce), .c-blocks .wp-block-template-part > :not(.entry-content):not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.wp-block-separator):not(.entry-attachment):not(.woocommerce) {
    max-width: 70%;
  }
}
@media all and (min-width: 1200px) {
  .c-blocks > :not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.wp-block-separator):not(.entry-attachment):not(.woocommerce), .c-blocks [class*=inner-container] > :not(.entry-content):not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.wp-block-separator):not(.entry-attachment):not(.woocommerce), .c-blocks .wp-block-template-part > :not(.entry-content):not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.wp-block-separator):not(.entry-attachment):not(.woocommerce) {
    max-width: 60%;
  }
}
@media all and (min-width: 1400px) {
  .c-blocks > :not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.wp-block-separator):not(.entry-attachment):not(.woocommerce), .c-blocks [class*=inner-container] > :not(.entry-content):not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.wp-block-separator):not(.entry-attachment):not(.woocommerce), .c-blocks .wp-block-template-part > :not(.entry-content):not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.wp-block-separator):not(.entry-attachment):not(.woocommerce) {
    max-width: 51%;
  }
}

.c-blocks .wide-max-width, .c-blocks hr.wp-block-separator.is-style-wide.alignwide, .c-blocks .alignwide {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  max-width: calc(100% - 4rem);
  padding-right: 2rem;
  padding-left: 2rem;
  margin-bottom: 2rem;
}
@media all and (min-width: 768px) {
  .c-blocks .wide-max-width, .c-blocks hr.wp-block-separator.is-style-wide.alignwide, .c-blocks .alignwide {
    padding-right: 4rem;
    padding-left: 4rem;
    max-width: calc(100% - 8rem);
  }
}
@media all and (min-width: 992px) {
  .c-blocks .wide-max-width, .c-blocks hr.wp-block-separator.is-style-wide.alignwide, .c-blocks .alignwide {
    padding-right: 6rem;
    padding-left: 6rem;
    max-width: calc(100% - 12rem);
  }
}
@media all and (min-width: 1400px) {
  .c-blocks .wide-max-width, .c-blocks hr.wp-block-separator.is-style-wide.alignwide, .c-blocks .alignwide {
    max-width: calc(100% - 12.8rem);
    padding-right: 6.4rem;
    padding-left: 6.4rem;
  }
}

.c-blocks .wide-max-width, .c-blocks hr.wp-block-separator.is-style-wide.alignfull, .c-blocks .alignfull {
  width: 100%;
  max-width: 100%;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 2rem;
}

.c-blocks figcaption {
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.3125rem;
  text-align: center;
  color: #939598;
}
.c-blocks li {
  margin-bottom: 0.5rem;
  line-height: 1.5;
}