body.compensate-for-scrollbar {
  overflow: hidden;
}

.fancybox-active {
  height: auto;
}

.fancybox-is-hidden {
  left: -9999px;
  margin: 0;
  position: absolute !important;
  top: -9999px;
  visibility: hidden;
}

.fancybox-container {
  -webkit-backface-visibility: hidden;
  height: 100%;
  left: 0;
  outline: none;
  position: fixed;
  -webkit-tap-highlight-color: transparent;
  top: 0;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  transform: translateZ(0);
  width: 100%;
  z-index: 99992;
}

.fancybox-container * {
  box-sizing: border-box;
}

.fancybox-outer,
.fancybox-inner,
.fancybox-bg,
.fancybox-stage {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.fancybox-outer {
  -webkit-overflow-scrolling: touch;
  overflow-y: auto;
}

.fancybox-bg {
  background: rgb(30, 30, 30);
  opacity: 0;
  transition-duration: inherit;
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
}

.fancybox-is-open .fancybox-bg {
  opacity: 0.9;
  transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
}

.fancybox-infobar,
.fancybox-toolbar,
.fancybox-caption,
.fancybox-navigation .fancybox-button {
  direction: ltr;
  opacity: 0;
  position: absolute;
  transition: opacity 0.25s ease, visibility 0s ease 0.25s;
  visibility: hidden;
  z-index: 99997;
}

.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-toolbar .fancybox-toolbar,
.fancybox-show-caption .fancybox-caption,
.fancybox-show-nav .fancybox-navigation .fancybox-button {
  opacity: 1;
  transition: opacity 0.25s ease 0s, visibility 0s ease 0s;
  visibility: visible;
}

.fancybox-infobar {
  color: #ccc;
  font-size: 13px;
  -webkit-font-smoothing: subpixel-antialiased;
  height: 44px;
  left: 0;
  line-height: 44px;
  min-width: 44px;
  mix-blend-mode: difference;
  padding: 0 10px;
  pointer-events: none;
  top: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.fancybox-toolbar {
  right: 0;
  top: 0;
}

.fancybox-stage {
  direction: ltr;
  overflow: visible;
  transform: translateZ(0);
  z-index: 99994;
}

.fancybox-is-open .fancybox-stage {
  overflow: hidden;
}

.fancybox-slide {
  -webkit-backface-visibility: hidden;
  /* Using without prefix would break IE11 */
  display: none;
  height: 100%;
  left: 0;
  outline: none;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: absolute;
  text-align: center;
  top: 0;
  transition-property: transform, opacity;
  white-space: normal;
  width: 100%;
  z-index: 99994;
}

.fancybox-slide::before {
  content: "";
  display: inline-block;
  font-size: 0;
  height: 100%;
  vertical-align: middle;
  width: 0;
}

.fancybox-is-sliding .fancybox-slide,
.fancybox-slide--previous,
.fancybox-slide--current,
.fancybox-slide--next {
  display: block;
}

.fancybox-slide--image {
  overflow: hidden;
  padding: 44px 0;
}

.fancybox-slide--image::before {
  display: none;
}

.fancybox-slide--html {
  padding: 6px;
}

.fancybox-content {
  background: #fff;
  display: inline-block;
  margin: 0;
  max-width: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: relative;
  text-align: left;
  vertical-align: middle;
}

.fancybox-slide--image .fancybox-content {
  animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
  -webkit-backface-visibility: hidden;
  background: transparent;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  left: 0;
  max-width: none;
  overflow: visible;
  padding: 0;
  position: absolute;
  top: 0;
  -ms-transform-origin: top left;
  transform-origin: top left;
  transition-property: transform, opacity;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  z-index: 99995;
}

.fancybox-can-zoomOut .fancybox-content {
  cursor: zoom-out;
}

.fancybox-can-zoomIn .fancybox-content {
  cursor: zoom-in;
}

.fancybox-can-swipe .fancybox-content,
.fancybox-can-pan .fancybox-content {
  cursor: -webkit-grab;
  cursor: grab;
}

.fancybox-is-grabbing .fancybox-content {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

.fancybox-container [data-selectable=true] {
  cursor: text;
}

.fancybox-image,
.fancybox-spaceball {
  background: transparent;
  border: 0;
  height: 100%;
  left: 0;
  margin: 0;
  max-height: none;
  max-width: none;
  padding: 0;
  position: absolute;
  top: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 100%;
}

.fancybox-spaceball {
  z-index: 1;
}

.fancybox-slide--video .fancybox-content,
.fancybox-slide--map .fancybox-content,
.fancybox-slide--pdf .fancybox-content,
.fancybox-slide--iframe .fancybox-content {
  height: 100%;
  overflow: visible;
  padding: 0;
  width: 100%;
}

.fancybox-slide--video .fancybox-content {
  background: #000;
}

.fancybox-slide--map .fancybox-content {
  background: #e5e3df;
}

.fancybox-slide--iframe .fancybox-content {
  background: #fff;
}

.fancybox-video,
.fancybox-iframe {
  background: transparent;
  border: 0;
  display: block;
  height: 100%;
  margin: 0;
  overflow: hidden;
  padding: 0;
  width: 100%;
}

/* Fix iOS */
.fancybox-iframe {
  left: 0;
  position: absolute;
  top: 0;
}

.fancybox-error {
  background: #fff;
  cursor: default;
  max-width: 400px;
  padding: 40px;
  width: 100%;
}

.fancybox-error p {
  color: #444;
  font-size: 16px;
  line-height: 20px;
  margin: 0;
  padding: 0;
}

/* Buttons */
.fancybox-button {
  background: rgba(30, 30, 30, 0.6);
  border: 0;
  border-radius: 0;
  box-shadow: none;
  cursor: pointer;
  display: inline-block;
  height: 44px;
  margin: 0;
  padding: 10px;
  position: relative;
  transition: color 0.2s;
  vertical-align: top;
  visibility: inherit;
  width: 44px;
}

.fancybox-button,
.fancybox-button:visited,
.fancybox-button:link {
  color: #ccc;
}

.fancybox-button:hover {
  color: #fff;
}

.fancybox-button:focus {
  outline: none;
}

.fancybox-button.fancybox-focus {
  outline: 1px dotted;
}

.fancybox-button[disabled],
.fancybox-button[disabled]:hover {
  color: #888;
  cursor: default;
  outline: none;
}

/* Fix IE11 */
.fancybox-button div {
  height: 100%;
}

.fancybox-button svg {
  display: block;
  height: 100%;
  overflow: visible;
  position: relative;
  width: 100%;
}

.fancybox-button svg path {
  fill: currentColor;
  stroke-width: 0;
}

.fancybox-button--play svg:nth-child(2),
.fancybox-button--fsenter svg:nth-child(2) {
  display: none;
}

.fancybox-button--pause svg:nth-child(1),
.fancybox-button--fsexit svg:nth-child(1) {
  display: none;
}

.fancybox-progress {
  background: #ff5268;
  height: 2px;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  -ms-transform: scaleX(0);
  transform: scaleX(0);
  -ms-transform-origin: 0;
  transform-origin: 0;
  transition-property: transform;
  transition-timing-function: linear;
  z-index: 99998;
}

/* Close button on the top right corner of html content */
.fancybox-close-small {
  background: transparent;
  border: 0;
  border-radius: 0;
  color: #ccc;
  cursor: pointer;
  opacity: 0.8;
  padding: 8px;
  position: absolute;
  right: -12px;
  top: -44px;
  z-index: 401;
}

.fancybox-close-small:hover {
  color: #fff;
  opacity: 1;
}

.fancybox-slide--html .fancybox-close-small {
  color: currentColor;
  padding: 10px;
  right: 0;
  top: 0;
}

.fancybox-slide--image.fancybox-is-scaling .fancybox-content {
  overflow: hidden;
}

.fancybox-is-scaling .fancybox-close-small,
.fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small {
  display: none;
}

/* Navigation arrows */
.fancybox-navigation .fancybox-button {
  background-clip: content-box;
  height: 100px;
  opacity: 0;
  position: absolute;
  top: calc(50% - 50px);
  width: 70px;
}

.fancybox-navigation .fancybox-button div {
  padding: 7px;
}

.fancybox-navigation .fancybox-button--arrow_left {
  left: 0;
  padding: 31px 26px 31px 6px;
}

.fancybox-navigation .fancybox-button--arrow_right {
  padding: 31px 6px 31px 26px;
  right: 0;
}

/* Caption */
.fancybox-caption {
  background: linear-gradient(to top, rgba(0, 0, 0, 0.85) 0%, rgba(0, 0, 0, 0.3) 50%, rgba(0, 0, 0, 0.15) 65%, rgba(0, 0, 0, 0.075) 75.5%, rgba(0, 0, 0, 0.037) 82.85%, rgba(0, 0, 0, 0.019) 88%, rgba(0, 0, 0, 0) 100%);
  bottom: 0;
  color: #eee;
  font-size: 14px;
  font-weight: 400;
  left: 0;
  line-height: 1.5;
  padding: 75px 44px 25px 44px;
  pointer-events: none;
  right: 0;
  text-align: center;
  z-index: 99996;
}

@supports (padding: max(0px)) {
  .fancybox-caption {
    padding: 75px 44px 25px 44px;
  }
}
.fancybox-caption--separate {
  margin-top: -50px;
}

.fancybox-caption__body {
  max-height: 50vh;
  overflow: auto;
  pointer-events: all;
}

.fancybox-caption a,
.fancybox-caption a:link,
.fancybox-caption a:visited {
  color: #ccc;
  text-decoration: none;
}

.fancybox-caption a:hover {
  color: #fff;
  text-decoration: underline;
}

/* Loading indicator */
.fancybox-loading {
  animation: fancybox-rotate 1s linear infinite;
  background: transparent;
  border: 4px solid #888;
  border-bottom-color: #fff;
  border-radius: 50%;
  height: 50px;
  left: 50%;
  margin: -25px 0 0 -25px;
  opacity: 0.7;
  padding: 0;
  position: absolute;
  top: 50%;
  width: 50px;
  z-index: 99999;
}

@keyframes fancybox-rotate {
  100% {
    transform: rotate(360deg);
  }
}
/* Transition effects */
.fancybox-animated {
  transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
}

/* transitionEffect: slide */
.fancybox-fx-slide.fancybox-slide--previous {
  opacity: 0;
  transform: translate3d(-100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--next {
  opacity: 0;
  transform: translate3d(100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--current {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

/* transitionEffect: fade */
.fancybox-fx-fade.fancybox-slide--previous,
.fancybox-fx-fade.fancybox-slide--next {
  opacity: 0;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}

.fancybox-fx-fade.fancybox-slide--current {
  opacity: 1;
}

/* transitionEffect: zoom-in-out */
.fancybox-fx-zoom-in-out.fancybox-slide--previous {
  opacity: 0;
  transform: scale3d(1.5, 1.5, 1.5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--next {
  opacity: 0;
  transform: scale3d(0.5, 0.5, 0.5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--current {
  opacity: 1;
  transform: scale3d(1, 1, 1);
}

/* transitionEffect: rotate */
.fancybox-fx-rotate.fancybox-slide--previous {
  opacity: 0;
  -ms-transform: rotate(-360deg);
  transform: rotate(-360deg);
}

.fancybox-fx-rotate.fancybox-slide--next {
  opacity: 0;
  -ms-transform: rotate(360deg);
  transform: rotate(360deg);
}

.fancybox-fx-rotate.fancybox-slide--current {
  opacity: 1;
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}

/* transitionEffect: circular */
.fancybox-fx-circular.fancybox-slide--previous {
  opacity: 0;
  transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--next {
  opacity: 0;
  transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--current {
  opacity: 1;
  transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
}

/* transitionEffect: tube */
.fancybox-fx-tube.fancybox-slide--previous {
  transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
}

.fancybox-fx-tube.fancybox-slide--next {
  transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
}

.fancybox-fx-tube.fancybox-slide--current {
  transform: translate3d(0, 0, 0) scale(1);
}

/* Styling for Small-Screen Devices */
@media all and (max-height: 576px) {
  .fancybox-slide {
    padding-left: 6px;
    padding-right: 6px;
  }
  .fancybox-slide--image {
    padding: 6px 0;
  }
  .fancybox-close-small {
    right: -6px;
  }
  .fancybox-slide--image .fancybox-close-small {
    background: #4e4e4e;
    color: #f2f4f6;
    height: 36px;
    opacity: 1;
    padding: 6px;
    right: 0;
    top: 0;
    width: 36px;
  }
  .fancybox-caption {
    padding-left: 12px;
    padding-right: 12px;
  }
  @supports (padding: max(0px)) {
    .fancybox-caption {
      padding-left: 12px;
      padding-right: 12px;
    }
  }
}
/* Share */
.fancybox-share {
  background: #f4f4f4;
  border-radius: 3px;
  max-width: 90%;
  padding: 30px;
  text-align: center;
}

.fancybox-share h1 {
  color: #222;
  font-size: 35px;
  font-weight: 700;
  margin: 0 0 20px 0;
}

.fancybox-share p {
  margin: 0;
  padding: 0;
}

.fancybox-share__button {
  border: 0;
  border-radius: 3px;
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  line-height: 40px;
  margin: 0 5px 10px 5px;
  min-width: 130px;
  padding: 0 15px;
  text-decoration: none;
  transition: all 0.2s;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap;
}

.fancybox-share__button:visited,
.fancybox-share__button:link {
  color: #fff;
}

.fancybox-share__button:hover {
  text-decoration: none;
}

.fancybox-share__button--fb {
  background: #3b5998;
}

.fancybox-share__button--fb:hover {
  background: #344e86;
}

.fancybox-share__button--pt {
  background: #bd081d;
}

.fancybox-share__button--pt:hover {
  background: #aa0719;
}

.fancybox-share__button--tw {
  background: #1da1f2;
}

.fancybox-share__button--tw:hover {
  background: #0d95e8;
}

.fancybox-share__button svg {
  height: 25px;
  margin-right: 7px;
  position: relative;
  top: -1px;
  vertical-align: middle;
  width: 25px;
}

.fancybox-share__button svg path {
  fill: #fff;
}

.fancybox-share__input {
  background: transparent;
  border: 0;
  border-bottom: 1px solid #d7d7d7;
  border-radius: 0;
  color: #5d5b5b;
  font-size: 14px;
  margin: 10px 0 0 0;
  outline: none;
  padding: 10px 15px;
  width: 100%;
}

/* Thumbs */
.fancybox-thumbs {
  background: #ddd;
  bottom: 0;
  display: none;
  margin: 0;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  padding: 2px 2px 4px 2px;
  position: absolute;
  right: 0;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  top: 0;
  width: 212px;
  z-index: 99995;
}

.fancybox-thumbs-x {
  overflow-x: auto;
  overflow-y: hidden;
}

.fancybox-show-thumbs .fancybox-thumbs {
  display: block;
}

.fancybox-show-thumbs .fancybox-inner {
  right: 212px;
}

.fancybox-thumbs__list {
  font-size: 0;
  height: 100%;
  list-style: none;
  margin: 0;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 0;
  position: absolute;
  position: relative;
  white-space: nowrap;
  width: 100%;
}

.fancybox-thumbs-x .fancybox-thumbs__list {
  overflow: hidden;
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar {
  width: 7px;
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track {
  background: #fff;
  border-radius: 10px;
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb {
  background: #2a2a2a;
  border-radius: 10px;
}

.fancybox-thumbs__list a {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background-color: rgba(0, 0, 0, 0.1);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  cursor: pointer;
  float: left;
  height: 75px;
  margin: 2px;
  max-height: calc(100% - 8px);
  max-width: calc(50% - 4px);
  outline: none;
  overflow: hidden;
  padding: 0;
  position: relative;
  -webkit-tap-highlight-color: transparent;
  width: 100px;
}

.fancybox-thumbs__list a::before {
  border: 6px solid #ff5268;
  bottom: 0;
  content: "";
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  z-index: 99991;
}

.fancybox-thumbs__list a:focus::before {
  opacity: 0.5;
}

.fancybox-thumbs__list a.fancybox-thumbs-active::before {
  opacity: 1;
}

/* Styling for Small-Screen Devices */
@media all and (max-width: 576px) {
  .fancybox-thumbs {
    width: 110px;
  }
  .fancybox-show-thumbs .fancybox-inner {
    right: 110px;
  }
  .fancybox-thumbs__list a {
    max-width: calc(100% - 10px);
  }
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  outline: none;
}

:after,
:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  background-color: #000000;
}

img {
  max-width: 100%;
  height: auto;
  -webkit-backface-visibility: hidden;
}

.anchor {
  display: block;
  width: 0;
  height: 0;
  visibility: hidden;
  font-size: 0;
  position: relative;
  top: -100px;
}
@media only screen and (min-width : 992px) {
  .anchor {
    top: -160px;
  }
}

.rwBrDesktop {
  display: none;
}
@media only screen and (min-width : 992px) {
  .rwBrDesktop {
    display: inline-block;
  }
}

header {
  background-color: #0c2e1a !important;
}

.wrapper {
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
}

.container {
  position: relative;
  width: 1350px;
  max-width: 100%;
  margin: 0px auto;
  padding: 0px 40px;
  z-index: 0;
}

.rwBtn {
  padding: 0.5em 1.6em 0.9em 1.6em;
  font-size: 18px;
  border-radius: 8px;
  background-color: #ffb800;
  color: #001c0c;
  font-family: "FishmongerCR", Arial, sans-serif;
  text-transform: uppercase;
  display: inline-block;
  transition: all 0.3s ease;
  border: none;
  cursor: pointer;
}
.rwBtn:hover {
  background-color: #0c2e1a;
  color: #ffffff;
}
@media only screen and (min-width : 480px) {
  .rwBtn {
    font-size: 20px;
  }
}
@media only screen and (min-width : 992px) {
  .rwBtn {
    font-size: 20px;
  }
}

.rwHero {
  margin-top: 70px;
  --swiper-pagination-color: #ffb800;
  --swiper-pagination-bottom: 15px;
  --swiper-pagination-bullet-size: 20px;
  --swiper-pagination-bullet-width: 20px;
  --swiper-pagination-bullet-height: 20px;
  --swiper-pagination-bullet-inactive-color: #fff;
  --swiper-pagination-bullet-inactive-opacity: 1;
  --swiper-pagination-bullet-opacity: 1;
  --swiper-pagination-bullet-horizontal-gap: 5px;
  --swiper-pagination-bullet-vertical-gap: 5px;
  --swiper-navigation-size: 40px;
  --swiper-navigation-top-offset: 50%;
  --swiper-navigation-sides-offset: 20px;
  --swiper-navigation-color: #ffb800;
}
@media only screen and (min-width : 1024px) {
  .rwHero {
    margin-top: 96px;
  }
}
.rwHero__inner {
  display: block;
}
.rwHero__slide {
  display: block;
  position: relative;
  height: 0;
  padding-top: 80%;
}
@media only screen and (min-width : 768px) {
  .rwHero__slide {
    padding-top: 70%;
  }
}
@media only screen and (min-width : 992px) {
  .rwHero__slide {
    padding-top: 0;
    height: calc(100vh - 70px);
    max-height: 900px;
    min-height: 620px;
  }
}
@media only screen and (min-width : 1024px) {
  .rwHero__slide {
    height: calc(100vh - 96px);
  }
}
.rwHero__slideGraphic {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}
.rwHero__slideVideoWrap {
  display: block;
  height: 100%;
  width: 100%;
}
.rwHero__slideVideo {
  display: block;
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: center center;
}
.rwHero__slideVideoPlay {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
}
.rwHero__slideVideoPlay.hidden {
  display: none;
}
.rwHero__slideVideoPlayButton {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  left: calc(50% - 30px);
  top: calc(40% - 30px);
  width: 60px;
  height: 60px;
  background-color: rgba(255, 255, 255, 0.6);
  border: 5px solid #0c2e1a;
  border-radius: 100%;
  transition: 0.3s all;
  cursor: pointer;
}
.rwHero__slideVideoPlayButton::after {
  display: block;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-top: 12px solid transparent;
  border-bottom: 12px solid transparent;
  border-left: 20px solid #0c2e1a;
  border-right: 0;
  margin-left: 6px;
}
@media only screen and (min-width : 768px) {
  .rwHero__slideVideoPlayButton::after {
    border-top: 20px solid transparent;
    border-bottom: 20px solid transparent;
    border-left: 32px solid #0c2e1a;
    margin-left: 8px;
  }
}
.rwHero__slideVideoPlayButton:hover {
  background-color: #ffffff;
}
@media only screen and (min-width : 768px) {
  .rwHero__slideVideoPlayButton {
    left: calc(50% - 50px);
    top: calc(50% - 50px);
    width: 100px;
    height: 100px;
  }
}
.rwHero__slideImg {
  display: block;
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: center;
}
.rwHero__slideText {
  position: absolute;
  width: 50%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
@media only screen and (min-width : 992px) {
  .rwHero__slideText {
    width: 25%;
    left: 10%;
    transform: translateY(-50%);
  }
}
.rwHero__slideTextImg {
  display: block;
  height: 100%;
  width: 100%;
}
.rwHero__slideText2 {
  position: absolute;
  width: 55%;
  left: 50%;
  bottom: calc(8% + 35px);
  transform: translateX(-50%);
}
@media only screen and (min-width : 480px) {
  .rwHero__slideText2 {
    width: 50%;
  }
}
@media only screen and (min-width : 768px) {
  .rwHero__slideText2 {
    width: 40%;
  }
}
@media only screen and (min-width : 992px) {
  .rwHero__slideText2 {
    width: 35%;
  }
}
@media only screen and (min-width : 1080px) {
  .rwHero__slideText2 {
    width: 30%;
  }
}
@media only screen and (min-width : 1200px) {
  .rwHero__slideText2 {
    width: 25%;
  }
}
.rwHero__slideTextImg2 {
  display: block;
  height: 100%;
  width: 100%;
}
.rwHero .swiper-pagination-bullet {
  border: 3px solid #0c2e1a;
}
.rwHero .swiper-button-prev, .rwHero .swiper-button-next {
  display: none;
}

.rwWater {
  position: relative;
  overflow: hidden;
}
.rwWater__bg {
  display: block;
  position: relative;
}
@media only screen and (min-width : 1200px) {
  .rwWater__bg {
    margin-top: -40px;
  }
}
@media only screen and (min-width : 1400px) {
  .rwWater__bg {
    margin-top: -80px;
  }
}
.rwWater__bgWrap {
  position: relative;
  overflow: hidden;
}
.rwWater__bgImg {
  margin-left: 50%;
  transform: translateX(-50%);
  width: 100%;
  min-width: 700px;
}
@media only screen and (min-width : 360px) {
  .rwWater__bgImg {
    min-width: 760px;
  }
}
@media only screen and (min-width : 480px) {
  .rwWater__bgImg {
    min-width: 900px;
  }
}
@media only screen and (min-width : 768px) {
  .rwWater__bgImg {
    min-width: 1000px;
  }
}
@media only screen and (min-width : 992px) {
  .rwWater__bgImg {
    min-width: 1200px;
  }
}
@media only screen and (min-width : 1200px) {
  .rwWater__bgImg {
    min-width: 1500px;
  }
}
.rwWater__bgLighting {
  display: none !important;
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  width: 35%;
  min-width: 300px;
  max-width: 600px;
}
.rwWater__bgLightingImg {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  opacity: 0;
}
.rwWater__bgLightingImg--0 {
  position: static;
  opacity: 1;
}
.rwWater__inner {
  position: absolute;
  width: 100%;
  height: auto;
  top: 0;
  left: 0;
  display: block;
}
.rwWater__intro {
  display: block;
  min-height: 480px;
  height: 56.25vw;
  max-height: 1080px;
  padding-top: 30px;
}
@media only screen and (min-width : 420px) {
  .rwWater__intro {
    padding-top: 40px;
  }
}
@media only screen and (min-width : 480px) {
  .rwWater__intro {
    padding-top: 60px;
  }
}
@media only screen and (min-width : 768px) {
  .rwWater__intro {
    min-height: 430px;
    padding-top: 7%;
  }
}
.rwWater__introContainer {
  position: relative;
  width: 720px;
  max-width: 100%;
  margin: 0px auto;
  padding: 0px 20px;
  z-index: 0;
}
@media only screen and (min-width : 568px) {
  .rwWater__introContainer {
    padding: 0px 30px;
  }
}
@media only screen and (min-width : 992px) {
  .rwWater__introContainer {
    width: 1140px;
  }
}
.rwWater__introLogo {
  width: 26%;
  min-width: 130px;
  margin: 0 auto;
  margin-bottom: 20px;
}
@media only screen and (min-width : 480px) {
  .rwWater__introLogo {
    margin-bottom: 30px;
  }
}
@media only screen and (min-width : 992px) {
  .rwWater__introLogo {
    margin-bottom: 40px;
  }
}
.rwWater__introLogoImg {
  display: block;
  width: 100%;
}
.rwWater__introHeading {
  font-family: "Fishmonger CB", Arial, sans-serif;
  text-transform: uppercase;
  font-size: 20px;
  text-align: center;
  color: #ffffff;
  line-height: 1.2;
  margin-bottom: 0.5em;
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  margin: 15px auto 15px auto;
  line-height: 1;
}
@media only screen and (min-width : 420px) {
  .rwWater__introHeading {
    font-size: 24px;
  }
}
@media only screen and (min-width : 480px) {
  .rwWater__introHeading {
    font-size: 28px;
  }
}
@media only screen and (min-width : 768px) {
  .rwWater__introHeading {
    font-size: 32px;
  }
}
@media only screen and (min-width : 992px) {
  .rwWater__introHeading {
    font-size: 36px;
  }
}
@media only screen and (min-width : 1200px) {
  .rwWater__introHeading {
    font-size: 42px;
  }
}
.rwWater__introHeading strong {
  color: #ffb800;
}
@media only screen and (min-width : 420px) {
  .rwWater__introHeading {
    line-height: 1.2;
  }
}
@media only screen and (min-width : 568px) {
  .rwWater__introHeading {
    margin: 25px auto 20px auto;
  }
}
@media only screen and (min-width : 768px) {
  .rwWater__introHeading {
    margin: 50px auto 25px auto;
  }
}
.rwWater__introText {
  font-family: "FishmongerCR", Arial, sans-serif;
  font-size: 16px;
  text-align: center;
  color: #ffffff;
  line-height: 1.2;
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  line-height: 1;
}
.rwWater__introText p {
  font-size: 16px;
  line-height: 1.2;
}
@media only screen and (min-width : 480px) {
  .rwWater__introText {
    font-size: 18px;
  }
  .rwWater__introText p {
    font-size: 18px;
  }
}
@media only screen and (min-width : 768px) {
  .rwWater__introText {
    font-size: 20px;
  }
  .rwWater__introText p {
    font-size: 20px;
  }
}
@media only screen and (min-width : 992px) {
  .rwWater__introText {
    font-size: 22px;
  }
  .rwWater__introText p {
    font-size: 22px;
  }
}
@media only screen and (min-width : 1200px) {
  .rwWater__introText {
    font-size: 26px;
  }
  .rwWater__introText p {
    font-size: 26px;
  }
}
.rwWater__introText p:not(:last-child) {
  margin-bottom: 0.5em;
}
.rwWater__introText strong {
  color: #ffb800;
}
@media only screen and (min-width : 420px) {
  .rwWater__introText {
    line-height: 1.2;
  }
}
.rwWater__introCols {
  margin: 0 auto;
}
.rwWater__icons {
  position: relative;
  display: block;
  margin-top: -24px;
}
@media only screen and (min-width : 568px) {
  .rwWater__icons {
    margin-top: -32px;
  }
}
@media only screen and (min-width : 768px) {
  .rwWater__icons {
    margin-top: -36px;
  }
}
@media only screen and (min-width : 1200px) {
  .rwWater__icons {
    margin-top: -48px;
  }
}
.rwWater__iconsContainer {
  position: relative;
  width: 720px;
  max-width: 100%;
  margin: 0px auto;
  padding: 0px 20px;
  z-index: 0;
}
@media only screen and (min-width : 568px) {
  .rwWater__iconsContainer {
    padding: 0px 30px;
  }
}
@media only screen and (min-width : 992px) {
  .rwWater__iconsContainer {
    width: 1250px;
  }
}
.rwWater__iconsInner {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0 -20px 20px -20px;
}
.rwWater__iconsItem {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  width: 100%;
  padding: 0 20px 20px 20px;
}
@media only screen and (min-width : 568px) {
  .rwWater__iconsItem {
    width: 50%;
  }
}
@media only screen and (min-width : 768px) {
  .rwWater__iconsItem {
    width: 33.333%;
  }
}
@media only screen and (min-width : 1200px) {
  .rwWater__iconsItem {
    width: 20%;
  }
}
.rwWater__iconsItemImg {
  width: 48px;
}
@media only screen and (min-width : 568px) {
  .rwWater__iconsItemImg {
    width: 64px;
  }
}
@media only screen and (min-width : 768px) {
  .rwWater__iconsItemImg {
    width: 72px;
  }
}
@media only screen and (min-width : 1200px) {
  .rwWater__iconsItemImg {
    width: 94px;
  }
}
.rwWater__iconsItemText {
  font-family: "FishmongerCR", Arial, sans-serif;
  font-size: 16px;
  text-align: center;
  color: #ffffff;
  line-height: 1.2;
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  padding-top: 15px;
  max-width: 250px;
  text-align: center;
}
.rwWater__iconsItemText p {
  font-size: 16px;
  line-height: 1.2;
}
@media only screen and (min-width : 768px) {
  .rwWater__iconsItemText {
    font-size: 18px;
  }
  .rwWater__iconsItemText p {
    font-size: 18px;
  }
}
@media only screen and (min-width : 1080px) {
  .rwWater__iconsItemText {
    font-size: 20px;
  }
  .rwWater__iconsItemText p {
    font-size: 20px;
  }
}
.rwWater__iconsItemText p:not(:last-child) {
  margin-bottom: 0.5em;
}
.rwWater__iconsItemText strong {
  color: #ffb800;
}
.rwWater__barrel {
  display: block;
  margin-top: 40px;
}
@media only screen and (min-width : 992px) {
  .rwWater__barrel {
    margin-top: 100px;
  }
}
@media only screen and (min-width : 1200px) {
  .rwWater__barrel {
    margin-top: 160px;
  }
}
.rwWater__barrelContainer {
  position: relative;
  width: 720px;
  max-width: 100%;
  margin: 0px auto;
  padding: 0px 20px;
  z-index: 0;
}
@media only screen and (min-width : 568px) {
  .rwWater__barrelContainer {
    padding: 0px 30px;
  }
}
@media only screen and (min-width : 992px) {
  .rwWater__barrelContainer {
    width: 1500px;
  }
}
.rwWater__barrelInner {
  display: grid;
  grid-template-columns: 1fr;
  align-items: center;
  max-width: 1150px;
  margin: 0 auto;
}
@media only screen and (min-width : 992px) {
  .rwWater__barrelInner {
    grid-template-columns: 1fr 1fr;
    gap: 60px;
  }
}
@media only screen and (min-width : 1200px) {
  .rwWater__barrelInner {
    gap: 80px;
  }
}
.rwWater__barrelImage {
  display: block;
}
.rwWater__barrelImageImg {
  display: block;
  width: 60%;
  max-width: 360px;
  margin: 0 auto;
}
@media only screen and (min-width : 992px) {
  .rwWater__barrelImageImg {
    width: 100%;
    max-width: 480px;
  }
}
.rwWater__barrelContent {
  display: block;
}
.rwWater__barrelText {
  font-family: "FishmongerCR", Arial, sans-serif;
  font-size: 16px;
  text-align: center;
  color: #ffffff;
  line-height: 1.2;
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}
.rwWater__barrelText p {
  font-size: 16px;
  line-height: 1.2;
}
@media only screen and (min-width : 480px) {
  .rwWater__barrelText {
    font-size: 18px;
  }
  .rwWater__barrelText p {
    font-size: 18px;
  }
}
@media only screen and (min-width : 768px) {
  .rwWater__barrelText {
    font-size: 20px;
  }
  .rwWater__barrelText p {
    font-size: 20px;
  }
}
@media only screen and (min-width : 992px) {
  .rwWater__barrelText {
    font-size: 24px;
  }
  .rwWater__barrelText p {
    font-size: 24px;
  }
}
@media only screen and (min-width : 1200px) {
  .rwWater__barrelText {
    font-size: 28px;
  }
  .rwWater__barrelText p {
    font-size: 28px;
  }
}
.rwWater__barrelText p:not(:last-child) {
  margin-bottom: 0.5em;
}
.rwWater__barrelText strong {
  color: #ffb800;
}
.rwWater__barrelText:not(:last-child) {
  margin-bottom: 15px;
}
@media only screen and (min-width : 768px) {
  .rwWater__barrelText:not(:last-child) {
    margin-bottom: 25px;
  }
}
@media only screen and (min-width : 1080px) {
  .rwWater__barrelText:not(:last-child) {
    margin-bottom: 35px;
  }
}

[data-aos=lighting-animation].aos-animate .rwWater__bgLightingImg--0 {
  animation-delay: 0s;
  animation-name: lighting;
  animation-duration: 0.16s;
  animation-timing-function: linear;
}
[data-aos=lighting-animation].aos-animate .rwWater__bgLightingImg--1 {
  animation-delay: 0.08s;
  animation-name: lighting;
  animation-duration: 0.16s;
  animation-timing-function: linear;
}
[data-aos=lighting-animation].aos-animate .rwWater__bgLightingImg--2 {
  animation-delay: 0.16s;
  animation-name: lighting;
  animation-duration: 0.16s;
  animation-timing-function: linear;
}
[data-aos=lighting-animation].aos-animate .rwWater__bgLightingImg--3 {
  animation-delay: 0.24s;
  animation-name: lighting;
  animation-duration: 0.16s;
  animation-timing-function: linear;
}
[data-aos=lighting-animation].aos-animate .rwWater__bgLightingImg--4 {
  animation-delay: 0.32s;
  animation-name: lighting;
  animation-duration: 0.16s;
  animation-timing-function: linear;
}
[data-aos=lighting-animation].aos-animate .rwWater__bgLightingImg--5 {
  animation-delay: 0.4s;
  animation-name: lighting;
  animation-duration: 0.16s;
  animation-timing-function: linear;
}
[data-aos=lighting-animation].aos-animate .rwWater__bgLightingImg--6 {
  animation-delay: 0.48s;
  animation-name: lighting;
  animation-duration: 0.16s;
  animation-timing-function: linear;
}
[data-aos=lighting-animation].aos-animate .rwWater__bgLightingImg--7 {
  animation-delay: 0.56s;
  animation-name: lighting;
  animation-duration: 0.16s;
  animation-timing-function: linear;
}
[data-aos=lighting-animation].aos-animate .rwWater__bgLightingImg--8 {
  animation-delay: 0.64s;
  animation-name: lighting;
  animation-duration: 0.16s;
  animation-timing-function: linear;
}
[data-aos=lighting-animation].aos-animate .rwWater__bgLightingImg--9 {
  animation-delay: 0.72s;
  animation-name: lighting;
  animation-duration: 0.16s;
  animation-timing-function: linear;
}
[data-aos=lighting-animation].aos-animate .rwWater__bgLightingImg--10 {
  animation-delay: 0.8s;
  animation-name: lighting;
  animation-duration: 0.16s;
  animation-timing-function: linear;
}
[data-aos=lighting-animation].aos-animate .rwWater__bgLightingImg--11 {
  animation-delay: 0.88s;
  animation-name: lighting;
  animation-duration: 0.16s;
  animation-timing-function: linear;
}
[data-aos=lighting-animation].aos-animate .rwWater__bgLightingImg--12 {
  animation-delay: 0.96s;
  animation-name: lighting;
  animation-duration: 0.16s;
  animation-timing-function: linear;
}
[data-aos=lighting-animation].aos-animate .rwWater__bgLightingImg--13 {
  animation-delay: 1.04s;
  animation-name: lighting;
  animation-duration: 0.16s;
  animation-timing-function: linear;
}
[data-aos=lighting-animation].aos-animate .rwWater__bgLightingImg--14 {
  animation-delay: 1.12s;
  animation-name: lighting;
  animation-duration: 0.16s;
  animation-timing-function: linear;
}
[data-aos=lighting-animation].aos-animate .rwWater__bgLightingImg--15 {
  animation-delay: 1.2s;
  animation-name: lighting;
  animation-duration: 0.16s;
  animation-timing-function: linear;
}
[data-aos=lighting-animation].aos-animate .rwWater__bgLightingImg--16 {
  animation-delay: 1.28s;
  animation-name: lighting;
  animation-duration: 0.16s;
  animation-timing-function: linear;
}
[data-aos=lighting-animation].aos-animate .rwWater__bgLightingImg--17 {
  animation-delay: 1.36s;
  animation-name: lighting;
  animation-duration: 0.16s;
  animation-timing-function: linear;
}
[data-aos=lighting-animation].aos-animate .rwWater__bgLightingImg--18 {
  animation-delay: 1.44s;
  animation-name: lighting;
  animation-duration: 0.16s;
  animation-timing-function: linear;
}
[data-aos=lighting-animation].aos-animate .rwWater__bgLightingImg--19 {
  animation-delay: 1.52s;
  animation-name: lighting;
  animation-duration: 0.16s;
  animation-timing-function: linear;
}
[data-aos=lighting-animation].aos-animate .rwWater__bgLightingImg--20 {
  animation-delay: 1.6s;
  animation-name: lighting;
  animation-duration: 0.16s;
  animation-timing-function: linear;
}

@keyframes lighting {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.rwMap {
  padding: 80px 0 80px 0;
  margin-top: -25%;
}
@media only screen and (min-width : 992px) {
  .rwMap {
    padding: 160px 0 80px 0;
  }
}
.rwMap__container {
  position: relative;
  width: 720px;
  max-width: 100%;
  margin: 0px auto;
  padding: 0px 20px;
  z-index: 0;
}
@media only screen and (min-width : 568px) {
  .rwMap__container {
    padding: 0px 30px;
  }
}
@media only screen and (min-width : 992px) {
  .rwMap__container {
    width: 1300px;
  }
}
.rwMap__inner {
  display: block;
}
.rwMap__heading {
  font-family: "Fishmonger CB", Arial, sans-serif;
  text-transform: uppercase;
  font-size: 28px;
  text-align: center;
  color: #ffffff;
  line-height: 1.2;
  margin-bottom: 0.5em;
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}
@media only screen and (min-width : 420px) {
  .rwMap__heading {
    font-size: 32px;
  }
}
@media only screen and (min-width : 480px) {
  .rwMap__heading {
    font-size: 36px;
  }
}
@media only screen and (min-width : 768px) {
  .rwMap__heading {
    font-size: 40px;
  }
}
@media only screen and (min-width : 992px) {
  .rwMap__heading {
    font-size: 48px;
  }
}
@media only screen and (min-width : 1200px) {
  .rwMap__heading {
    font-size: 52px;
  }
}
.rwMap__text {
  font-family: "FishmongerCR", Arial, sans-serif;
  font-size: 16px;
  text-align: center;
  color: #ffffff;
  line-height: 1.2;
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  max-width: 720px;
  margin: 0 auto;
  margin-bottom: 60px;
}
.rwMap__text p {
  font-size: 16px;
  line-height: 1.2;
}
@media only screen and (min-width : 768px) {
  .rwMap__text {
    font-size: 18px;
  }
  .rwMap__text p {
    font-size: 18px;
  }
}
@media only screen and (min-width : 1080px) {
  .rwMap__text {
    font-size: 20px;
  }
  .rwMap__text p {
    font-size: 20px;
  }
}
.rwMap__text p:not(:last-child) {
  margin-bottom: 0.5em;
}
.rwMap__map {
  width: calc(100% + 60px);
  position: relative;
  margin-left: -30px;
  margin-right: -30px;
}
@media only screen and (min-width : 768px) {
  .rwMap__map {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
}
.rwMap__mapImg {
  width: 100%;
}
.rwMap__mapMarkers {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.rwMap__mapMarker {
  position: absolute;
  width: 5%;
  min-width: 30px;
  cursor: pointer;
  transition: all 0.3s;
  z-index: 1;
  transform: translate(-31.5%, -70%);
}
.rwMap__mapMarkerImg {
  width: 100%;
  transform: translateY(0);
  animation-name: flying;
  animation-duration: 2s;
  animation-iteration-count: infinite;
}
.rwMap__tooltip {
  display: block;
}
.rwMap__tooltipHeading {
  font-family: "FishmongerCR", Arial, sans-serif;
  font-size: 16px;
  text-align: center;
  color: #0c2e1a;
  line-height: 1.2;
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  display: block;
  width: 100%;
  font-family: "Fishmonger CB", Arial, sans-serif;
  background-color: #ffb800;
  padding: 5px 5px 5px 5px;
}
.rwMap__tooltipHeading p {
  font-size: 16px;
  line-height: 1.2;
}
@media only screen and (min-width : 768px) {
  .rwMap__tooltipHeading {
    font-size: 18px;
  }
  .rwMap__tooltipHeading p {
    font-size: 18px;
  }
}
@media only screen and (min-width : 1080px) {
  .rwMap__tooltipHeading {
    font-size: 20px;
  }
  .rwMap__tooltipHeading p {
    font-size: 20px;
  }
}
.rwMap__tooltipHeading p:not(:last-child) {
  margin-bottom: 0.5em;
}
.rwMap__tooltipText {
  font-family: "FishmongerCR", Arial, sans-serif;
  font-size: 16px;
  text-align: center;
  color: #ffffff;
  line-height: 1.2;
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  display: block;
  width: 100%;
  padding: 6px 5px 14px 5px;
}
.rwMap__tooltipText p {
  font-size: 16px;
  line-height: 1.2;
}
@media only screen and (min-width : 768px) {
  .rwMap__tooltipText {
    font-size: 18px;
  }
  .rwMap__tooltipText p {
    font-size: 18px;
  }
}
@media only screen and (min-width : 1080px) {
  .rwMap__tooltipText {
    font-size: 20px;
  }
  .rwMap__tooltipText p {
    font-size: 20px;
  }
}
.rwMap__tooltipText p:not(:last-child) {
  margin-bottom: 0.5em;
}

[data-tippy-root] .tippy-box {
  background-color: rgba(0, 0, 0, 0.6);
}

[data-tippy-root] .tippy-content {
  padding: 0;
  border-radius: 8px;
  overflow: hidden;
}

@keyframes flying {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-10%);
  }
  100% {
    transform: translateY(0);
  }
}
@media only screen and (min-width : 768px) {
  .rwLesy {
    padding-bottom: 40px;
  }
}
.rwLesy__container {
  position: relative;
  width: 720px;
  max-width: 100%;
  margin: 0px auto;
  padding: 0px 20px;
  z-index: 0;
}
@media only screen and (min-width : 568px) {
  .rwLesy__container {
    padding: 0px 30px;
  }
}
@media only screen and (min-width : 992px) {
  .rwLesy__container {
    width: 1500px;
  }
}
.rwLesy__inner {
  display: grid;
  grid-template-columns: 1fr;
  border-radius: 16px;
  overflow: hidden;
}
@media only screen and (min-width : 992px) {
  .rwLesy__inner {
    grid-template-columns: 1fr 1fr;
    background-color: rgba(255, 255, 255, 0.16);
  }
}
.rwLesy__content {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-bottom: 40px;
}
@media only screen and (min-width : 992px) {
  .rwLesy__content {
    padding: 60px 40px;
  }
}
.rwLesy__overlay {
  display: none;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-image: url(/wp-content/themes/radegast/bojovodu25/assets/images/stromy.png);
  background-repeat: no-repeat;
  background-position: left bottom;
  background-size: 100% auto;
  opacity: 0.1;
  z-index: 0;
}
@media only screen and (min-width : 992px) {
  .rwLesy__overlay {
    display: block;
  }
}
.rwLesy__heading {
  font-family: "Fishmonger CB", Arial, sans-serif;
  text-transform: uppercase;
  font-size: 28px;
  text-align: center;
  color: #ffffff;
  line-height: 1.2;
  margin-bottom: 0.5em;
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  position: relative;
  z-index: 10;
}
@media only screen and (min-width : 420px) {
  .rwLesy__heading {
    font-size: 32px;
  }
}
@media only screen and (min-width : 480px) {
  .rwLesy__heading {
    font-size: 36px;
  }
}
@media only screen and (min-width : 768px) {
  .rwLesy__heading {
    font-size: 40px;
  }
}
@media only screen and (min-width : 992px) {
  .rwLesy__heading {
    font-size: 48px;
  }
}
@media only screen and (min-width : 1200px) {
  .rwLesy__heading {
    font-size: 52px;
  }
}
@media only screen and (min-width : 992px) {
  .rwLesy__heading {
    text-align: left;
    font-size: 40px;
  }
}
@media only screen and (min-width : 1200px) {
  .rwLesy__heading {
    font-size: 42px;
  }
}
.rwLesy__text {
  font-family: "FishmongerCR", Arial, sans-serif;
  font-size: 16px;
  text-align: center;
  color: #ffffff;
  line-height: 1.2;
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  position: relative;
  z-index: 10;
}
.rwLesy__text p {
  font-size: 16px;
  line-height: 1.2;
}
@media only screen and (min-width : 768px) {
  .rwLesy__text {
    font-size: 18px;
  }
  .rwLesy__text p {
    font-size: 18px;
  }
}
@media only screen and (min-width : 1080px) {
  .rwLesy__text {
    font-size: 20px;
  }
  .rwLesy__text p {
    font-size: 20px;
  }
}
.rwLesy__text p:not(:last-child) {
  margin-bottom: 0.5em;
}
@media only screen and (min-width : 992px) {
  .rwLesy__text {
    text-align: left;
  }
}
.rwLesy__graphic {
  position: relative;
  width: 100%;
  height: 100%;
  border-radius: 16px;
  overflow: hidden;
}
@media only screen and (min-width : 992px) {
  .rwLesy__graphic {
    border-radius: 0;
  }
}
.rwLesy__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  min-height: 300px;
}
.rwLesy__logo {
  position: absolute;
  max-width: 60%;
  max-height: 70%;
  width: auto;
  height: auto;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.rwWork {
  padding: 160px 0 80px 0;
  position: relative;
  z-index: 200;
  --swiper-pagination-color: #ffb800;
  --swiper-pagination-bottom: 20px;
  --swiper-pagination-bullet-size: 20px;
  --swiper-pagination-bullet-width: 20px;
  --swiper-pagination-bullet-height: 20px;
  --swiper-pagination-bullet-inactive-color: #fff;
  --swiper-pagination-bullet-inactive-opacity: 1;
  --swiper-pagination-bullet-opacity: 1;
  --swiper-pagination-bullet-horizontal-gap: 5px;
  --swiper-pagination-bullet-vertical-gap: 5px;
  --swiper-scrollbar-bg-color: #fff;
  --swiper-scrollbar-drag-bg-color: #ffb800;
  --swiper-scrollbar-bottom: 0;
  --swiper-scrollbar-left: 0;
  --swiper-scrollbar-right: 0;
  --swiper-scrollbar-size: 5px;
  --swiper-navigation-size: 20px;
  --swiper-navigation-top-offset: 50%;
  --swiper-navigation-sides-offset: 15px;
  --swiper-navigation-color: #ffb800;
}
@media only screen and (min-width : 992px) {
  .rwWork {
    padding: 240px 0 80px 0;
  }
}
.rwWork__container {
  position: relative;
  width: 720px;
  max-width: 100%;
  margin: 0px auto;
  padding: 0px 20px;
  z-index: 0;
}
@media only screen and (min-width : 568px) {
  .rwWork__container {
    padding: 0px 30px;
  }
}
@media only screen and (min-width : 992px) {
  .rwWork__container {
    width: 1500px;
  }
}
.rwWork__inner {
  display: block;
}
.rwWork__intro {
  display: grid;
  grid-template-columns: 1fr;
  align-items: center;
  gap: 60px;
  margin-bottom: 80px;
}
@media only screen and (min-width : 992px) {
  .rwWork__intro {
    grid-template-columns: 4fr 5fr;
    gap: 80px;
    margin-bottom: 100px;
  }
}
.rwWork__slider {
  display: block;
  border-radius: 16px;
  border: 1px solid rgba(255, 255, 255, 0.6);
  overflow: hidden;
  order: 1;
}
@media only screen and (min-width : 992px) {
  .rwWork__slider {
    order: 0;
  }
}
.rwWork__slide {
  position: relative;
  width: 100%;
  padding-top: 80%;
}
.rwWork__slideImg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.rwWork__introContent {
  display: flex;
  flex-direction: column;
  order: 0;
}
@media only screen and (min-width : 992px) {
  .rwWork__introContent {
    order: 1;
  }
}
.rwWork__introHeading {
  font-family: "Fishmonger CB", Arial, sans-serif;
  text-transform: uppercase;
  font-size: 28px;
  text-align: center;
  color: #ffffff;
  line-height: 1.2;
  margin-bottom: 0.5em;
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  text-shadow: 1px 1px 8px #000000;
}
@media only screen and (min-width : 420px) {
  .rwWork__introHeading {
    font-size: 32px;
  }
}
@media only screen and (min-width : 480px) {
  .rwWork__introHeading {
    font-size: 36px;
  }
}
@media only screen and (min-width : 768px) {
  .rwWork__introHeading {
    font-size: 40px;
  }
}
@media only screen and (min-width : 992px) {
  .rwWork__introHeading {
    font-size: 48px;
  }
}
@media only screen and (min-width : 1200px) {
  .rwWork__introHeading {
    font-size: 52px;
  }
}
@media only screen and (min-width : 992px) {
  .rwWork__introHeading {
    text-align: left;
  }
}
.rwWork__introText {
  font-family: "FishmongerCR", Arial, sans-serif;
  font-size: 16px;
  text-align: center;
  color: #ffffff;
  line-height: 1.2;
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  text-shadow: 1px 1px 8px #000000;
}
.rwWork__introText p {
  font-size: 16px;
  line-height: 1.2;
}
@media only screen and (min-width : 768px) {
  .rwWork__introText {
    font-size: 18px;
  }
  .rwWork__introText p {
    font-size: 18px;
  }
}
@media only screen and (min-width : 1080px) {
  .rwWork__introText {
    font-size: 20px;
  }
  .rwWork__introText p {
    font-size: 20px;
  }
}
.rwWork__introText p:not(:last-child) {
  margin-bottom: 0.5em;
}
@media only screen and (min-width : 992px) {
  .rwWork__introText {
    text-align: left;
    max-width: 600px;
  }
}
.rwWork__introNumbers {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 40px;
}
.rwWork__introNumbersItem {
  display: block;
}
.rwWork__introNumbersItemNumber {
  font-family: "Fishmonger CB", Arial, sans-serif;
  text-transform: uppercase;
  font-size: 28px;
  text-align: center;
  color: #ffffff;
  line-height: 1.2;
  margin-bottom: 0.5em;
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  text-shadow: 1px 1px 8px #000000;
}
@media only screen and (min-width : 420px) {
  .rwWork__introNumbersItemNumber {
    font-size: 32px;
  }
}
@media only screen and (min-width : 480px) {
  .rwWork__introNumbersItemNumber {
    font-size: 36px;
  }
}
@media only screen and (min-width : 768px) {
  .rwWork__introNumbersItemNumber {
    font-size: 40px;
  }
}
@media only screen and (min-width : 992px) {
  .rwWork__introNumbersItemNumber {
    font-size: 48px;
  }
}
@media only screen and (min-width : 1200px) {
  .rwWork__introNumbersItemNumber {
    font-size: 52px;
  }
}
@media only screen and (min-width : 992px) {
  .rwWork__introNumbersItemNumber {
    text-align: left;
  }
}
.rwWork__introNumbersItemDesc {
  font-family: "FishmongerCR", Arial, sans-serif;
  font-size: 16px;
  text-align: center;
  color: #ffffff;
  line-height: 1.2;
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  text-shadow: 1px 1px 8px #000000;
}
.rwWork__introNumbersItemDesc p {
  font-size: 16px;
  line-height: 1.2;
}
@media only screen and (min-width : 768px) {
  .rwWork__introNumbersItemDesc {
    font-size: 18px;
  }
  .rwWork__introNumbersItemDesc p {
    font-size: 18px;
  }
}
@media only screen and (min-width : 1080px) {
  .rwWork__introNumbersItemDesc {
    font-size: 20px;
  }
  .rwWork__introNumbersItemDesc p {
    font-size: 20px;
  }
}
.rwWork__introNumbersItemDesc p:not(:last-child) {
  margin-bottom: 0.5em;
}
@media only screen and (min-width : 992px) {
  .rwWork__introNumbersItemDesc {
    text-align: left;
    max-width: 600px;
  }
}
.rwWork__mobileSlider {
  display: block;
  position: relative;
  padding-bottom: 20px;
}
@media only screen and (min-width : 992px) {
  .rwWork__mobileSlider {
    display: none;
  }
}
.rwWork__grid {
  display: none;
}
@media only screen and (min-width : 992px) {
  .rwWork__grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
  }
}
.rwWork__gridItem {
  display: block;
  width: 100%;
}
.rwWork__gridItemInner {
  position: relative;
  border-radius: 16px;
  border: 1px solid rgba(255, 255, 255, 0.6);
  overflow: hidden;
  padding-top: 110%;
}
@media only screen and (min-width : 380px) {
  .rwWork__gridItemInner {
    padding-top: 80%;
  }
}
@media only screen and (min-width : 480px) {
  .rwWork__gridItemInner {
    padding-top: 56.25%;
  }
}
.rwWork__gridItemImg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.rwWork__gridItemContent {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 30px;
  background: linear-gradient(0deg, black 0%, rgba(0, 0, 0, 0.4) 80%, rgba(0, 0, 0, 0) 100%);
}
.rwWork__gridItemHeading {
  font-family: "FishmongerCR", Arial, sans-serif;
  font-size: 16px;
  text-align: left;
  color: #ffffff;
  line-height: 1.2;
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  font-family: "Fishmonger CB", Arial, sans-serif;
}
.rwWork__gridItemHeading p {
  font-size: 16px;
  line-height: 1.2;
}
@media only screen and (min-width : 768px) {
  .rwWork__gridItemHeading {
    font-size: 18px;
  }
  .rwWork__gridItemHeading p {
    font-size: 18px;
  }
}
@media only screen and (min-width : 1080px) {
  .rwWork__gridItemHeading {
    font-size: 20px;
  }
  .rwWork__gridItemHeading p {
    font-size: 20px;
  }
}
.rwWork__gridItemHeading p:not(:last-child) {
  margin-bottom: 0.5em;
}
.rwWork__gridItemText {
  font-family: "FishmongerCR", Arial, sans-serif;
  font-size: 16px;
  text-align: left;
  color: #ffffff;
  line-height: 1.2;
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}
.rwWork__gridItemText p {
  font-size: 16px;
  line-height: 1.2;
}
@media only screen and (min-width : 768px) {
  .rwWork__gridItemText {
    font-size: 18px;
  }
  .rwWork__gridItemText p {
    font-size: 18px;
  }
}
@media only screen and (min-width : 1080px) {
  .rwWork__gridItemText {
    font-size: 20px;
  }
  .rwWork__gridItemText p {
    font-size: 20px;
  }
}
.rwWork__gridItemText p:not(:last-child) {
  margin-bottom: 0.5em;
}
.rwWork .swiper-button-prev-work,
.rwWork .swiper-button-next-work {
  width: 40px;
  height: 40px;
  background-color: rgba(0, 28, 12, 0.8);
  border-radius: 100%;
}
.rwWork .swiper-pagination-bullet {
  border: 3px solid #0c2e1a;
}

.rwContest {
  padding: 80px 0;
  position: relative;
  z-index: 200;
}
.rwContest__container {
  position: relative;
  width: 720px;
  max-width: 100%;
  margin: 0px auto;
  padding: 0px 20px;
  z-index: 0;
}
@media only screen and (min-width : 568px) {
  .rwContest__container {
    padding: 0px 30px;
  }
}
@media only screen and (min-width : 992px) {
  .rwContest__container {
    width: 1500px;
  }
}
.rwContest__inner {
  display: grid;
  grid-template-columns: 1fr;
  gap: 50px;
}
@media only screen and (min-width : 992px) {
  .rwContest__inner {
    grid-template-columns: 1fr 1fr;
  }
}
.rwContest__content {
  display: block;
}
.rwContest__contentBlock {
  margin-bottom: 50px;
}
.rwContest__heading {
  font-family: "Fishmonger CB", Arial, sans-serif;
  text-transform: uppercase;
  font-size: 28px;
  text-align: center;
  color: #ffffff;
  line-height: 1.2;
  margin-bottom: 0.5em;
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}
@media only screen and (min-width : 420px) {
  .rwContest__heading {
    font-size: 32px;
  }
}
@media only screen and (min-width : 480px) {
  .rwContest__heading {
    font-size: 36px;
  }
}
@media only screen and (min-width : 768px) {
  .rwContest__heading {
    font-size: 40px;
  }
}
@media only screen and (min-width : 992px) {
  .rwContest__heading {
    font-size: 48px;
  }
}
@media only screen and (min-width : 1200px) {
  .rwContest__heading {
    font-size: 52px;
  }
}
@media only screen and (min-width : 992px) {
  .rwContest__heading {
    text-align: left;
    font-size: 44px;
  }
}
.rwContest__heading--small {
  font-size: 24px;
}
.rwContest__text {
  font-family: "FishmongerCR", Arial, sans-serif;
  font-size: 16px;
  text-align: center;
  color: #ffffff;
  line-height: 1.2;
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}
.rwContest__text p {
  font-size: 16px;
  line-height: 1.2;
}
@media only screen and (min-width : 768px) {
  .rwContest__text {
    font-size: 18px;
  }
  .rwContest__text p {
    font-size: 18px;
  }
}
@media only screen and (min-width : 1080px) {
  .rwContest__text {
    font-size: 20px;
  }
  .rwContest__text p {
    font-size: 20px;
  }
}
.rwContest__text p:not(:last-child) {
  margin-bottom: 0.5em;
}
@media only screen and (min-width : 992px) {
  .rwContest__text {
    text-align: left;
    max-width: 620px;
  }
}
.rwContest__text--gap {
  margin-bottom: 30px;
}
.rwContest__btn {
  margin-top: 30px;
  text-align: center;
}
@media only screen and (min-width : 992px) {
  .rwContest__btn {
    text-align: left;
  }
}
.rwContest__form {
  display: block;
  margin-bottom: 50px;
}
.rwContest__formHeading {
  font-family: "FishmongerCR", Arial, sans-serif;
  font-size: 16px;
  text-align: center;
  color: #ffffff;
  line-height: 1.2;
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  margin-bottom: 1em;
  font-family: "Fishmonger CB", Arial, sans-serif;
}
.rwContest__formHeading p {
  font-size: 16px;
  line-height: 1.2;
}
@media only screen and (min-width : 480px) {
  .rwContest__formHeading {
    font-size: 18px;
  }
  .rwContest__formHeading p {
    font-size: 18px;
  }
}
@media only screen and (min-width : 768px) {
  .rwContest__formHeading {
    font-size: 20px;
  }
  .rwContest__formHeading p {
    font-size: 20px;
  }
}
@media only screen and (min-width : 992px) {
  .rwContest__formHeading {
    font-size: 24px;
  }
  .rwContest__formHeading p {
    font-size: 24px;
  }
}
@media only screen and (min-width : 1200px) {
  .rwContest__formHeading {
    font-size: 28px;
  }
  .rwContest__formHeading p {
    font-size: 28px;
  }
}
.rwContest__formHeading p:not(:last-child) {
  margin-bottom: 0.5em;
}
@media only screen and (min-width : 992px) {
  .rwContest__formHeading {
    text-align: left;
  }
}
.rwContest__formItem {
  margin-bottom: 15px;
}
.rwContest__formItem--largemb {
  margin-bottom: 25px;
}
.rwContest__formInput {
  display: block;
  border: 0;
  background-color: #ffffff;
  padding: 8px 15px 15px 15px;
  font-family: "FishmongerCR", Arial, sans-serif;
  margin: 0 auto;
  width: 100%;
  max-width: 470px;
  font-size: 18px;
  border-radius: 8px;
}
@media only screen and (min-width : 992px) {
  .rwContest__formInput {
    text-align: left;
    margin: 0;
  }
}
.rwContest__formBtn {
  margin-top: 20px;
  text-align: center;
}
@media only screen and (min-width : 992px) {
  .rwContest__formBtn {
    text-align: left;
  }
}
.rwContest__graphic {
  display: block;
}
.rwContest__imgWrap {
  width: 100%;
}
.rwContest__img {
  display: block;
  width: 100%;
}
.rwContest__formCheckGroup {
  display: block;
}
.rwContest__formCheckGroup label {
  display: block;
  position: relative;
  margin: 12px 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.rwContest__formCheckGroup label input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}
.rwContest__formCheckGroup label input:checked + span::before {
  background-color: #ffb800;
}
.rwContest__formCheckGroup label input:checked + span::after {
  display: block;
}
.rwContest__formCheckGroup span {
  display: block;
  position: relative;
  padding-left: 35px;
  font-family: "FishmongerCR", Arial, sans-serif;
  font-size: 16px;
  text-align: left;
  color: #ffffff;
  line-height: 1.2;
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  font-size: 18px !important;
  cursor: pointer;
}
.rwContest__formCheckGroup span p {
  font-size: 16px;
  line-height: 1.2;
}
@media only screen and (min-width : 768px) {
  .rwContest__formCheckGroup span {
    font-size: 18px;
  }
  .rwContest__formCheckGroup span p {
    font-size: 18px;
  }
}
@media only screen and (min-width : 1080px) {
  .rwContest__formCheckGroup span {
    font-size: 20px;
  }
  .rwContest__formCheckGroup span p {
    font-size: 20px;
  }
}
.rwContest__formCheckGroup span p:not(:last-child) {
  margin-bottom: 0.5em;
}
.rwContest__formCheckGroup span:hover::before {
  background-color: rgba(255, 255, 255, 0.7);
}
.rwContest__formCheckGroup span::before {
  content: "";
  position: absolute;
  display: block;
  top: 4px;
  left: 0;
  height: 24px;
  width: 24px;
  border-radius: 4px;
  background-color: rgba(255, 255, 255, 0.4);
}
.rwContest__formCheckGroup span::after {
  content: "";
  position: absolute;
  display: none;
  left: 9px;
  top: 8px;
  width: 7px;
  height: 12px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.rwBeer {
  padding: 80px 0;
  background-image: url(/wp-content/themes/radegast/bojovodu25/assets/images/suchazeme.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
  overflow: hidden;
}
@media only screen and (min-width : 992px) {
  .rwBeer {
    padding: 160px 0;
    margin-top: 0;
  }
}
.rwBeer::before {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 80px;
  background: rgb(0, 0, 0);
  background: linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 100%);
}
@media only screen and (min-width : 992px) {
  .rwBeer::before {
    height: 160px;
  }
}
.rwBeer::after {
  display: block;
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 80px;
  background: rgb(0, 0, 0);
  background: linear-gradient(0deg, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0) 100%);
}
@media only screen and (min-width : 992px) {
  .rwBeer::after {
    height: 160px;
  }
}
.rwBeer__inner {
  display: block;
}
.rwBeer__container {
  position: relative;
  width: 720px;
  max-width: 100%;
  margin: 0px auto;
  padding: 0px 20px;
  z-index: 0;
}
@media only screen and (min-width : 568px) {
  .rwBeer__container {
    padding: 0px 30px;
  }
}
@media only screen and (min-width : 992px) {
  .rwBeer__container {
    width: 1500px;
  }
}
.rwBeer__main {
  display: grid;
  grid-template-columns: 1fr;
  gap: 50px;
}
@media only screen and (min-width : 992px) {
  .rwBeer__main {
    grid-template-columns: 4fr 5fr;
  }
}
.rwBeer__mainGraphic {
  display: block;
}
.rwBeer__mainImgWrap {
  width: 100%;
}
.rwBeer__mainImg {
  display: block;
  width: 100%;
  max-width: 500px;
  margin: 0 auto;
  transform: translateY(0);
}
@media only screen and (min-width : 992px) {
  .rwBeer__mainImg {
    max-width: 550px;
  }
}
.rwBeer__mainContent {
  display: block;
}
.rwBeer__mainHeading {
  font-family: "Fishmonger CB", Arial, sans-serif;
  text-transform: uppercase;
  font-size: 28px;
  text-align: center;
  color: #ffffff;
  line-height: 1.2;
  margin-bottom: 0.5em;
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}
@media only screen and (min-width : 420px) {
  .rwBeer__mainHeading {
    font-size: 32px;
  }
}
@media only screen and (min-width : 480px) {
  .rwBeer__mainHeading {
    font-size: 36px;
  }
}
@media only screen and (min-width : 768px) {
  .rwBeer__mainHeading {
    font-size: 40px;
  }
}
@media only screen and (min-width : 992px) {
  .rwBeer__mainHeading {
    font-size: 48px;
  }
}
@media only screen and (min-width : 1200px) {
  .rwBeer__mainHeading {
    font-size: 52px;
  }
}
@media only screen and (min-width : 992px) {
  .rwBeer__mainHeading {
    text-align: left;
  }
}
.rwBeer__mainText {
  font-family: "FishmongerCR", Arial, sans-serif;
  font-size: 16px;
  text-align: center;
  color: #ffffff;
  line-height: 1.2;
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}
.rwBeer__mainText p {
  font-size: 16px;
  line-height: 1.2;
}
@media only screen and (min-width : 768px) {
  .rwBeer__mainText {
    font-size: 18px;
  }
  .rwBeer__mainText p {
    font-size: 18px;
  }
}
@media only screen and (min-width : 1080px) {
  .rwBeer__mainText {
    font-size: 20px;
  }
  .rwBeer__mainText p {
    font-size: 20px;
  }
}
.rwBeer__mainText p:not(:last-child) {
  margin-bottom: 0.5em;
}
@media only screen and (min-width : 992px) {
  .rwBeer__mainText {
    text-align: left;
    max-width: 620px;
  }
}
.rwBeer__mainText strong {
  color: #ffb800;
}
.rwBeer__mainText a {
  display: inline;
}
.rwBeer__logos {
  margin-top: 40px;
  display: flex;
  justify-content: center;
}
@media only screen and (min-width : 992px) {
  .rwBeer__logos {
    margin-top: 100px;
    justify-content: flex-start;
  }
}
.rwBeer__logosItem {
  max-width: 250px;
  width: 50%;
  overflow: hidden;
  margin: 0 10px 0 10px;
}
@media only screen and (min-width : 992px) {
  .rwBeer__logosItem {
    margin: 0 20px 0 0;
  }
}
.rwBeer__logosImg {
  height: 100%;
  width: 100%;
  object-fit: contain;
}
.rwBeer__merch {
  display: block;
  margin-top: 80px;
}
.rwBeer__merchInner {
  display: grid;
  grid-template-columns: 1fr;
  border-radius: 16px;
  border: 1px solid rgba(255, 255, 255, 0.6);
  background-color: rgba(255, 255, 255, 0.16);
}
@media only screen and (min-width : 992px) {
  .rwBeer__merchInner {
    grid-template-columns: 5fr 4fr;
  }
}
.rwBeer__merchContent {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 30px 20px;
}
@media only screen and (min-width : 992px) {
  .rwBeer__merchContent {
    padding: 40px 40px 60px 40px;
  }
}
.rwBeer__merchHeading {
  font-family: "Fishmonger CB", Arial, sans-serif;
  text-transform: uppercase;
  font-size: 28px;
  text-align: center;
  color: #ffffff;
  line-height: 1.2;
  margin-bottom: 0.5em;
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}
@media only screen and (min-width : 420px) {
  .rwBeer__merchHeading {
    font-size: 32px;
  }
}
@media only screen and (min-width : 480px) {
  .rwBeer__merchHeading {
    font-size: 36px;
  }
}
@media only screen and (min-width : 768px) {
  .rwBeer__merchHeading {
    font-size: 40px;
  }
}
@media only screen and (min-width : 992px) {
  .rwBeer__merchHeading {
    font-size: 48px;
  }
}
@media only screen and (min-width : 1200px) {
  .rwBeer__merchHeading {
    font-size: 52px;
  }
}
@media only screen and (min-width : 992px) {
  .rwBeer__merchHeading {
    text-align: left;
  }
}
.rwBeer__merchText {
  font-family: "FishmongerCR", Arial, sans-serif;
  font-size: 16px;
  text-align: center;
  color: #ffffff;
  line-height: 1.2;
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}
.rwBeer__merchText p {
  font-size: 16px;
  line-height: 1.2;
}
@media only screen and (min-width : 480px) {
  .rwBeer__merchText {
    font-size: 18px;
  }
  .rwBeer__merchText p {
    font-size: 18px;
  }
}
@media only screen and (min-width : 768px) {
  .rwBeer__merchText {
    font-size: 20px;
  }
  .rwBeer__merchText p {
    font-size: 20px;
  }
}
@media only screen and (min-width : 992px) {
  .rwBeer__merchText {
    font-size: 24px;
  }
  .rwBeer__merchText p {
    font-size: 24px;
  }
}
@media only screen and (min-width : 1200px) {
  .rwBeer__merchText {
    font-size: 28px;
  }
  .rwBeer__merchText p {
    font-size: 28px;
  }
}
.rwBeer__merchText p:not(:last-child) {
  margin-bottom: 0.5em;
}
@media only screen and (min-width : 992px) {
  .rwBeer__merchText {
    text-align: left;
    max-width: 600px;
  }
}
.rwBeer__merchText strong {
  color: #ffb800;
}
.rwBeer__merchGrapic {
  display: block;
  position: relative;
  height: 200px;
}
@media only screen and (min-width : 992px) {
  .rwBeer__merchGrapic {
    height: 100%;
  }
}
.rwBeer__merchImgWrap {
  position: absolute;
  width: calc(100% + 100px);
  height: calc(100% + 50px);
  padding-top: 0;
  margin-left: -40px;
}
@media only screen and (min-width : 992px) {
  .rwBeer__merchImgWrap {
    height: calc(100% + 200px);
    width: calc(100% + 100px);
    padding-top: 0;
    margin-top: -100px;
    margin-right: -100px;
    margin-left: initial;
  }
}
.rwBeer__merchImg {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}
.rwBeer__merchButton {
  text-align: center;
  margin-top: 40px;
}
@media only screen and (min-width : 992px) {
  .rwBeer__merchButton {
    margin-top: 60px;
  }
}

.rwTraps {
  padding: 80px 0;
  --swiper-pagination-color: #ffb800;
  --swiper-pagination-bottom: 20px;
  --swiper-pagination-bullet-size: 20px;
  --swiper-pagination-bullet-width: 20px;
  --swiper-pagination-bullet-height: 20px;
  --swiper-pagination-bullet-inactive-color: #fff;
  --swiper-pagination-bullet-inactive-opacity: 1;
  --swiper-pagination-bullet-opacity: 1;
  --swiper-pagination-bullet-horizontal-gap: 5px;
  --swiper-pagination-bullet-vertical-gap: 5px;
}
.rwTraps__container {
  position: relative;
  width: 720px;
  max-width: 100%;
  margin: 0px auto;
  padding: 0px 20px;
  z-index: 0;
}
@media only screen and (min-width : 568px) {
  .rwTraps__container {
    padding: 0px 30px;
  }
}
@media only screen and (min-width : 992px) {
  .rwTraps__container {
    width: 1500px;
  }
}
.rwTraps__inner {
  display: block;
}
.rwTraps__heading {
  font-family: "Fishmonger CB", Arial, sans-serif;
  text-transform: uppercase;
  font-size: 28px;
  text-align: center;
  color: #ffffff;
  line-height: 1.2;
  margin-bottom: 0.5em;
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}
@media only screen and (min-width : 420px) {
  .rwTraps__heading {
    font-size: 32px;
  }
}
@media only screen and (min-width : 480px) {
  .rwTraps__heading {
    font-size: 36px;
  }
}
@media only screen and (min-width : 768px) {
  .rwTraps__heading {
    font-size: 40px;
  }
}
@media only screen and (min-width : 992px) {
  .rwTraps__heading {
    font-size: 48px;
  }
}
@media only screen and (min-width : 1200px) {
  .rwTraps__heading {
    font-size: 52px;
  }
}
.rwTraps__text {
  font-family: "FishmongerCR", Arial, sans-serif;
  font-size: 16px;
  text-align: center;
  color: #ffffff;
  line-height: 1.2;
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  max-width: 920px;
  margin: 0 auto;
  margin-bottom: 50px;
}
.rwTraps__text p {
  font-size: 16px;
  line-height: 1.2;
}
@media only screen and (min-width : 768px) {
  .rwTraps__text {
    font-size: 18px;
  }
  .rwTraps__text p {
    font-size: 18px;
  }
}
@media only screen and (min-width : 1080px) {
  .rwTraps__text {
    font-size: 20px;
  }
  .rwTraps__text p {
    font-size: 20px;
  }
}
.rwTraps__text p:not(:last-child) {
  margin-bottom: 0.5em;
}
.rwTraps__slider {
  display: block;
  border-radius: 16px;
  overflow: hidden;
}
.rwTraps__slide {
  position: relative;
  width: 100%;
  padding-top: 60%;
}
@media only screen and (min-width : 768px) {
  .rwTraps__slide {
    padding-top: 50%;
  }
}
.rwTraps__slideVideoWrap {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  height: 100%;
  width: 100%;
  border-radius: 16px;
  overflow: hidden;
}
.rwTraps__slideVideo {
  display: block;
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: center center;
}
.rwTraps__slideVideoPlay {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.rwTraps__slideVideoPlay.hidden {
  display: none;
}
.rwTraps__slideVideoPlayButton {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  left: calc(50% - 50px);
  top: calc(50% - 50px);
  width: 100px;
  height: 100px;
  background-color: rgba(255, 255, 255, 0.6);
  border: 5px solid #0c2e1a;
  border-radius: 100%;
  transition: 0.3s all;
  cursor: pointer;
}
.rwTraps__slideVideoPlayButton::after {
  display: block;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-top: 20px solid transparent;
  border-bottom: 20px solid transparent;
  border-left: 32px solid #0c2e1a;
  border-right: 0;
  margin-left: 8px;
}
.rwTraps__slideVideoPlayButton:hover {
  background-color: #ffffff;
}
.rwTraps__slideImg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.rwTraps .swiper-pagination-bullet {
  border: 3px solid #0c2e1a;
}

.rwBg {
  position: relative;
}
.rwBg__bg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  overflow: hidden;
}
.rwBg__bgImg {
  position: relative;
  width: 100%;
  min-width: 1200px;
  z-index: 5;
}
.rwBg__bgOverlay {
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.3);
  z-index: 10;
}
.rwBg__bgGradient {
  position: absolute;
  height: 10%;
  width: 100%;
  left: 0;
  bottom: 0;
  background: linear-gradient(0deg, black 0%, rgba(0, 0, 0, 0) 100%);
  z-index: 40;
}
.rwBg__water {
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  bottom: 0;
  z-index: 20;
  -webkit-mask-image: linear-gradient(to bottom, transparent 0, transparent 10%, black 20%);
  mask-image: linear-gradient(to bottom, transparent 0, transparent 10%, black 20%);
}
.rwBg__waterOverlay {
  position: absolute;
  background: rgb(7, 119, 163);
  background: linear-gradient(0deg, rgba(0, 47, 121, 0.4) 0%, rgba(0, 47, 121, 0.4) 35%, rgba(0, 0, 0, 0) 100%);
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 25;
  height: 130vw;
  min-height: 2000px;
}
.rwBg__waterOverlayAppendor {
  position: absolute;
  background: rgba(0, 47, 121, 0.4);
  bottom: -5000px;
  left: 0;
  width: 100%;
  z-index: 25;
  height: 5000px;
}
.rwBg__waterImg {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 0);
  width: 100%;
  min-width: 1600px;
  z-index: 30;
}

.rwModal {
  width: 100%;
  max-width: 720px;
  padding: 40px 50px;
}
.rwModal__heading {
  font-family: "Fishmonger CB", Arial, sans-serif;
  text-transform: uppercase;
  font-size: 28px;
  text-align: left;
  color: #001c0c;
  line-height: 1.2;
  margin-bottom: 0.5em;
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}
@media only screen and (min-width : 420px) {
  .rwModal__heading {
    font-size: 32px;
  }
}
@media only screen and (min-width : 480px) {
  .rwModal__heading {
    font-size: 36px;
  }
}
@media only screen and (min-width : 768px) {
  .rwModal__heading {
    font-size: 40px;
  }
}
@media only screen and (min-width : 992px) {
  .rwModal__heading {
    font-size: 48px;
  }
}
@media only screen and (min-width : 1200px) {
  .rwModal__heading {
    font-size: 52px;
  }
}
@media only screen and (min-width : 992px) {
  .rwModal__heading {
    font-size: 40px;
  }
}
.rwModal__text {
  font-family: "FishmongerCR", Arial, sans-serif;
  font-size: 16px;
  text-align: left;
  color: #000000;
  line-height: 1.2;
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  margin-bottom: 30px;
}
.rwModal__text p {
  font-size: 16px;
  line-height: 1.2;
}
@media only screen and (min-width : 480px) {
  .rwModal__text {
    font-size: 18px;
  }
  .rwModal__text p {
    font-size: 18px;
  }
}
@media only screen and (min-width : 768px) {
  .rwModal__text {
    font-size: 20px;
  }
  .rwModal__text p {
    font-size: 20px;
  }
}
@media only screen and (min-width : 992px) {
  .rwModal__text {
    font-size: 24px;
  }
  .rwModal__text p {
    font-size: 24px;
  }
}
@media only screen and (min-width : 1200px) {
  .rwModal__text {
    font-size: 28px;
  }
  .rwModal__text p {
    font-size: 28px;
  }
}
.rwModal__text p:not(:last-child) {
  margin-bottom: 0.5em;
}
.rwModal__formItem {
  margin-bottom: 20px;
}
.rwModal__formItemQuestion {
  font-family: "FishmongerCR", Arial, sans-serif;
  font-size: 16px;
  text-align: left;
  color: #000000;
  line-height: 1.2;
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}
.rwModal__formItemQuestion p {
  font-size: 16px;
  line-height: 1.2;
}
@media only screen and (min-width : 768px) {
  .rwModal__formItemQuestion {
    font-size: 18px;
  }
  .rwModal__formItemQuestion p {
    font-size: 18px;
  }
}
@media only screen and (min-width : 1080px) {
  .rwModal__formItemQuestion {
    font-size: 20px;
  }
  .rwModal__formItemQuestion p {
    font-size: 20px;
  }
}
.rwModal__formItemQuestion p:not(:last-child) {
  margin-bottom: 0.5em;
}
.rwModal__formInput {
  display: block;
  border: 0;
  background-color: rgba(0, 0, 0, 0.2);
  padding: 8px 15px 15px 15px;
  font-family: "FishmongerCR", Arial, sans-serif;
  margin: 0 auto;
  width: 100%;
  font-size: 18px;
  border-radius: 8px;
}
@media only screen and (min-width : 992px) {
  .rwModal__formInput {
    text-align: left;
    margin: 0;
  }
}
.rwModal__formRadioGroup {
  display: block;
}
.rwModal__formRadioGroup span.wpcf7-list-item {
  display: block;
  margin: 0;
}
.rwModal__formRadioGroup label {
  display: block;
  position: relative;
  margin: 12px 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.rwModal__formRadioGroup label input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}
.rwModal__formRadioGroup label input:checked + .wpcf7-list-item-label::before {
  background-color: #ffb800;
}
.rwModal__formRadioGroup label input:checked + .wpcf7-list-item-label::after {
  display: block;
}
.rwModal__formRadioGroup .wpcf7-list-item-label {
  display: block;
  position: relative;
  padding-left: 35px;
  font-family: "FishmongerCR", Arial, sans-serif;
  font-size: 16px;
  text-align: left;
  color: #000000;
  line-height: 1.2;
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  cursor: pointer;
}
.rwModal__formRadioGroup .wpcf7-list-item-label p {
  font-size: 16px;
  line-height: 1.2;
}
@media only screen and (min-width : 768px) {
  .rwModal__formRadioGroup .wpcf7-list-item-label {
    font-size: 18px;
  }
  .rwModal__formRadioGroup .wpcf7-list-item-label p {
    font-size: 18px;
  }
}
@media only screen and (min-width : 1080px) {
  .rwModal__formRadioGroup .wpcf7-list-item-label {
    font-size: 20px;
  }
  .rwModal__formRadioGroup .wpcf7-list-item-label p {
    font-size: 20px;
  }
}
.rwModal__formRadioGroup .wpcf7-list-item-label p:not(:last-child) {
  margin-bottom: 0.5em;
}
.rwModal__formRadioGroup .wpcf7-list-item-label:hover::before {
  background-color: rgba(0, 0, 0, 0.2);
}
.rwModal__formRadioGroup .wpcf7-list-item-label::before {
  content: "";
  position: absolute;
  display: block;
  top: 4px;
  left: 0;
  height: 24px;
  width: 24px;
  background-color: rgba(0, 0, 0, 0.12);
  border-radius: 50%;
}
.rwModal__formRadioGroup .wpcf7-list-item-label::after {
  content: "";
  position: absolute;
  display: none;
  top: 12px;
  left: 8px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: white;
}
.rwModal__formCheckGroup {
  display: block;
}
.rwModal__formCheckGroup span.wpcf7-list-item {
  display: block;
  margin: 0;
}
.rwModal__formCheckGroup label {
  display: block;
  position: relative;
  margin: 12px 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.rwModal__formCheckGroup label input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}
.rwModal__formCheckGroup label input:checked + .wpcf7-list-item-label::before {
  background-color: #ffb800;
}
.rwModal__formCheckGroup label input:checked + .wpcf7-list-item-label::after {
  display: block;
}
.rwModal__formCheckGroup .wpcf7-list-item-label {
  display: block;
  position: relative;
  padding-left: 35px;
  font-family: "FishmongerCR", Arial, sans-serif;
  font-size: 16px;
  text-align: left;
  color: #000000;
  line-height: 1.2;
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  cursor: pointer;
}
.rwModal__formCheckGroup .wpcf7-list-item-label p {
  font-size: 16px;
  line-height: 1.2;
}
@media only screen and (min-width : 768px) {
  .rwModal__formCheckGroup .wpcf7-list-item-label {
    font-size: 18px;
  }
  .rwModal__formCheckGroup .wpcf7-list-item-label p {
    font-size: 18px;
  }
}
@media only screen and (min-width : 1080px) {
  .rwModal__formCheckGroup .wpcf7-list-item-label {
    font-size: 20px;
  }
  .rwModal__formCheckGroup .wpcf7-list-item-label p {
    font-size: 20px;
  }
}
.rwModal__formCheckGroup .wpcf7-list-item-label p:not(:last-child) {
  margin-bottom: 0.5em;
}
.rwModal__formCheckGroup .wpcf7-list-item-label:hover::before {
  background-color: rgba(0, 0, 0, 0.2);
}
.rwModal__formCheckGroup .wpcf7-list-item-label::before {
  content: "";
  position: absolute;
  display: block;
  top: 4px;
  left: 0;
  height: 24px;
  width: 24px;
  background-color: rgba(0, 0, 0, 0.12);
}
.rwModal__formCheckGroup .wpcf7-list-item-label::after {
  content: "";
  position: absolute;
  display: none;
  left: 9px;
  top: 8px;
  width: 7px;
  height: 12px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.rwModal__formBtn {
  margin-top: 30px;
  text-align: center;
}
@media only screen and (min-width : 992px) {
  .rwModal__formBtn {
    text-align: left;
  }
}
.rwModal .fancybox-close-small {
  width: 50px;
  height: 50px;
  padding: 5px;
}

.rwUklidme {
  padding: 60px 0;
}
@media only screen and (min-width : 480px) {
  .rwUklidme {
    padding: 80px 0;
  }
}
@media only screen and (min-width : 768px) {
  .rwUklidme {
    padding: 100px 0;
  }
}
@media only screen and (min-width : 992px) {
  .rwUklidme {
    padding: 120px 0;
  }
}
.rwUklidme__container {
  position: relative;
  width: 720px;
  max-width: 100%;
  margin: 0px auto;
  padding: 0px 20px;
  z-index: 0;
}
@media only screen and (min-width : 568px) {
  .rwUklidme__container {
    padding: 0px 30px;
  }
}
@media only screen and (min-width : 992px) {
  .rwUklidme__container {
    width: 1500px;
  }
}
.rwUklidme__inner {
  display: block;
}
.rwUklidme__heading {
  font-family: "Fishmonger CB", Arial, sans-serif;
  text-transform: uppercase;
  font-size: 28px;
  text-align: center;
  color: #ffffff;
  line-height: 1.2;
  margin-bottom: 0.5em;
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  position: relative;
  z-index: 10;
}
@media only screen and (min-width : 420px) {
  .rwUklidme__heading {
    font-size: 32px;
  }
}
@media only screen and (min-width : 480px) {
  .rwUklidme__heading {
    font-size: 36px;
  }
}
@media only screen and (min-width : 768px) {
  .rwUklidme__heading {
    font-size: 40px;
  }
}
@media only screen and (min-width : 992px) {
  .rwUklidme__heading {
    font-size: 48px;
  }
}
@media only screen and (min-width : 1200px) {
  .rwUklidme__heading {
    font-size: 52px;
  }
}
.rwUklidme__heading strong {
  color: #ffb800;
}
.rwUklidme__form {
  margin: 0 auto;
  width: 290px;
}
@media only screen and (min-width : 360px) {
  .rwUklidme__form {
    width: 320px;
  }
}
@media only screen and (min-width : 420px) {
  .rwUklidme__form {
    width: 360px;
  }
}
@media only screen and (min-width : 480px) {
  .rwUklidme__form {
    width: 420px;
  }
}
@media only screen and (min-width : 568px) {
  .rwUklidme__form {
    width: 508px;
  }
}
@media only screen and (min-width : 768px) {
  .rwUklidme__form {
    width: 100%;
    max-width: 1300px;
  }
}
.rwUklidme__formIframe {
  width: 100%;
  border: none;
  overflow: hidden;
  height: 1780px;
}
@media only screen and (min-width : 360px) {
  .rwUklidme__formIframe {
    height: 1730px;
  }
}
@media only screen and (min-width : 420px) {
  .rwUklidme__formIframe {
    height: 1698px;
  }
}
@media only screen and (min-width : 480px) {
  .rwUklidme__formIframe {
    height: 1648px;
  }
}
@media only screen and (min-width : 568px) {
  .rwUklidme__formIframe {
    height: 1602px;
  }
}
@media only screen and (min-width : 768px) {
  .rwUklidme__formIframe {
    height: 1270px;
  }
}
@media only screen and (min-width : 992px) {
  .rwUklidme__formIframe {
    height: 1202px;
  }
}
@media only screen and (min-width : 1200px) {
  .rwUklidme__formIframe {
    height: 1202px;
  }
}
.rwUklidme__content {
  display: block;
  margin-top: 40px;
}
.rwUklidme__contentContainer {
  position: relative;
  width: 720px;
  max-width: 100%;
  margin: 0px auto;
  padding: 0px 20px;
  z-index: 0;
}
@media only screen and (min-width : 568px) {
  .rwUklidme__contentContainer {
    padding: 0px 30px;
  }
}
@media only screen and (min-width : 992px) {
  .rwUklidme__contentContainer {
    width: 1140px;
  }
}
.rwUklidme__contentHeading {
  font-family: "Fishmonger CB", Arial, sans-serif;
  text-transform: uppercase;
  font-size: 20px;
  text-align: center;
  color: #ffb800;
  line-height: 1.2;
  margin-bottom: 0.5em;
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}
@media only screen and (min-width : 420px) {
  .rwUklidme__contentHeading {
    font-size: 24px;
  }
}
@media only screen and (min-width : 480px) {
  .rwUklidme__contentHeading {
    font-size: 28px;
  }
}
@media only screen and (min-width : 768px) {
  .rwUklidme__contentHeading {
    font-size: 32px;
  }
}
@media only screen and (min-width : 992px) {
  .rwUklidme__contentHeading {
    font-size: 36px;
  }
}
@media only screen and (min-width : 1200px) {
  .rwUklidme__contentHeading {
    font-size: 42px;
  }
}
.rwUklidme__contentText {
  font-family: "FishmongerCR", Arial, sans-serif;
  font-size: 16px;
  text-align: center;
  color: #ffffff;
  line-height: 1.2;
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}
.rwUklidme__contentText p {
  font-size: 16px;
  line-height: 1.2;
}
@media only screen and (min-width : 480px) {
  .rwUklidme__contentText {
    font-size: 18px;
  }
  .rwUklidme__contentText p {
    font-size: 18px;
  }
}
@media only screen and (min-width : 768px) {
  .rwUklidme__contentText {
    font-size: 20px;
  }
  .rwUklidme__contentText p {
    font-size: 20px;
  }
}
@media only screen and (min-width : 992px) {
  .rwUklidme__contentText {
    font-size: 22px;
  }
  .rwUklidme__contentText p {
    font-size: 22px;
  }
}
@media only screen and (min-width : 1200px) {
  .rwUklidme__contentText {
    font-size: 26px;
  }
  .rwUklidme__contentText p {
    font-size: 26px;
  }
}
.rwUklidme__contentText p:not(:last-child) {
  margin-bottom: 0.5em;
}

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