@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 300;
  font-stretch: normal;
  src: url(https://fonts.gstatic.com/s/opensans/v43/memQYaGs126MiZpBA-UFUIcVXSCEkx2cmqvXlWq8tWZ0Pw86hd0Rk5hkWV4exQ.ttf) format('truetype');
}
@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 400;
  font-stretch: normal;
  src: url(https://fonts.gstatic.com/s/opensans/v43/memQYaGs126MiZpBA-UFUIcVXSCEkx2cmqvXlWq8tWZ0Pw86hd0Rk8ZkWV4exQ.ttf) format('truetype');
}
@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 600;
  font-stretch: normal;
  src: url(https://fonts.gstatic.com/s/opensans/v43/memQYaGs126MiZpBA-UFUIcVXSCEkx2cmqvXlWq8tWZ0Pw86hd0RkxhjWV4exQ.ttf) format('truetype');
}
@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 700;
  font-stretch: normal;
  src: url(https://fonts.gstatic.com/s/opensans/v43/memQYaGs126MiZpBA-UFUIcVXSCEkx2cmqvXlWq8tWZ0Pw86hd0RkyFjWV4exQ.ttf) format('truetype');
}
@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 800;
  font-stretch: normal;
  src: url(https://fonts.gstatic.com/s/opensans/v43/memQYaGs126MiZpBA-UFUIcVXSCEkx2cmqvXlWq8tWZ0Pw86hd0Rk0ZjWV4exQ.ttf) format('truetype');
}
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 300;
  font-stretch: normal;
  src: url(https://fonts.gstatic.com/s/opensans/v43/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsiH0B4uaVc.ttf) format('truetype');
}
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  font-stretch: normal;
  src: url(https://fonts.gstatic.com/s/opensans/v43/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsjZ0B4uaVc.ttf) format('truetype');
}
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 600;
  font-stretch: normal;
  src: url(https://fonts.gstatic.com/s/opensans/v43/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsgH1x4uaVc.ttf) format('truetype');
}
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 700;
  font-stretch: normal;
  src: url(https://fonts.gstatic.com/s/opensans/v43/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsg-1x4uaVc.ttf) format('truetype');
}
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 800;
  font-stretch: normal;
  src: url(https://fonts.gstatic.com/s/opensans/v43/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgshZ1x4uaVc.ttf) format('truetype');
}
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUHjIg1_i6t8kCHKm4532VJOt5-QNFgpCtr6Hw5aX8.ttf) format('truetype');
}
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 700;
  src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUHjIg1_i6t8kCHKm4532VJOt5-QNFgpCuM73w5aX8.ttf) format('truetype');
}
html {
  -webkit-text-size-adjust: none;
  width: 100%;
  min-height: 100%;
  overflow-x: hidden;
  overflow-y: scroll;
  font-size: 0.625rem;
}
body {
  width: 100%;
  min-height: 100%;
  margin: 0;
  padding: 0;
  list-style-type: none;
  border: 0 solid #fff;
  border-collapse: collapse;
  border-spacing: 0;
  font-family: 'Open Sans', sans-serif;
  font-size: 1.6rem;
  line-height: 1.5;
  color: #666;
  text-align: left;
  -webkit-text-size-adjust: none;
  scroll-behavior: smooth;
  animation-name: fade_in;
  animation-duration: 1s;
}
@keyframes fade_in {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
*,
:before,
:after {
  box-sizing: border-box;
}
img {
  max-width: 100%;
  height: auto;
  border: none;
}
.background-image {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-color: #000;
  background-size: cover;
  background-attachment: fixed;
  z-index: -1;
}
.content {
  position: relative;
  display: flex;
  flex-direction: column;
  z-index: 0;
  animation-name: fade_in;
  animation-duration: 0.8s;
}
.content .container {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: #fff;
  padding: 20px;
  min-height: 100vh;
  top: 0;
}
.content .container.fixed-image-background {
  background-size: auto 100%;
  background-position: center;
}
@media (min-width: 1024px) {
  .content .container.fixed-image-background {
    background-size: cover;
    background-attachment: fixed;
  }
}
.content .container.fixed-image-background .fixed-image {
  display: none;
}
.content .container.fixed-image-background .frame {
  position: relative;
  width: 100%;
  max-width: 1140px;
  z-index: 2;
}
.content .container.fixed-image-background .frame header {
  padding: 0 30px;
  color: #fff;
  text-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.content .container.fixed-image-background .frame .ce-textpic {
  color: #fff;
  padding: 10px 30px;
  background: rgba(0, 0, 0, 0.25);
}
.content .container .frame {
  position: relative;
  width: 100%;
  max-width: 1140px;
  z-index: 2;
}
.content .container .frame header {
  display: flex;
  justify-content: center;
  color: #ff0d00;
  padding: 0;
}
.content .container .frame .ce-textpic {
  padding: 10px 0;
  background: rgba(255, 255, 255, 0.75);
}
@media (min-width: 1024px) {
  .content .container .frame .ce-textpic .ce-bodytext {
    column-count: 2;
  }
}
.content .container .frame .ce-textpic a {
  color: #ff0d00;
}
.content .container .frame .ce-textpic a:hover {
  color: #666;
}
.content .container .frame + .frame {
  padding-top: 0;
}
.content .container .frame.flex .frame {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
@media (min-width: 1024px) {
  .content .container .frame.flex .frame {
    flex-direction: row;
  }
}
.content .container.home .frame.frame-type-image {
  padding: 0 30px;
}
.content .container.home .ce-row {
  display: flex;
  justify-content: center;
}
.content .container.home .ce-column {
  position: relative;
  margin-right: 0;
}
.content .container.home .ce-column:last-child {
  width: 45%;
}
.ce-column {
  margin-bottom: 10px;
}
iframe {
  min-width: 100%;
  max-width: 100%;
  border: 1px solid rgba(255, 255, 255, 0.15);
  margin: 0 0 15px 0;
}
iframe[src*=you] {
  width: 100%;
  height: unset;
  aspect-ratio: 16 / 9;
}
.videocontainer {
  position: relative;
  width: 100%;
  aspect-ratio: 100 / 56.25;
  overflow: hidden;
  margin-bottom: 2rem;
}
.videocontainer iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
th {
  vertical-align: top;
  box-sizing: border-box;
}
td {
  vertical-align: top;
  box-sizing: border-box;
}
a {
  color: inherit;
  text-decoration: underline;
  outline: none;
  transition: opacity ease 0.4s;
  box-sizing: border-box;
}
p {
  margin: 0 0 1.6em 0;
}
ul {
  margin: 0 0 15px 0;
}
ol {
  margin: 0 0 15px 0;
}
table {
  margin: 0 0 15px 0;
}
object {
  margin: 0 0 15px 0;
}
hr {
  margin: 0 0 15px 0;
  color: #cccccc;
  border: none;
  border-top: 1px solid rgba(255, 255, 255, 0.5);
  height: 1px;
}
div {
  box-sizing: border-box;
}
li {
  box-sizing: border-box;
}
.ce-textpic.ce-intext.ce-nowrap .ce-gallery {
  max-width: calc(50% - 5px);
}
.ce-textpic.ce-intext.ce-nowrap .ce-bodytext {
  max-width: calc(50% - 5px);
}
h1,
h2,
h3,
h4 {
  font-family: 'Montserrat', sans-serif;
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 20px;
}
figcaption {
  font-style: italic;
}
.ce-below .ce-gallery {
  margin: 1.6em 0;
}
.ce-gallery figcaption {
  padding: 10px 0;
}
#sd-lightbox {
  background: rgba(0, 0, 0, 0.7);
}
.link2top {
  position: fixed;
  bottom: 60px;
  right: 0;
  width: 50px;
  height: 36px;
  padding: 9px;
  color: #666;
  font-size: 10px;
  line-height: 10px;
  text-transform: uppercase;
  background: rgba(0, 0, 0, 0.25);
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-width: 1px 0 1px 1px;
  background: rgba(190, 178, 166, 0.1);
  box-shadow: inset 0 0 5px rgba(255, 255, 255, 0.1), 1px 1px 2px 0 rgba(0, 0, 0, 0.1);
  border-radius: 6px 0 0 6px;
  transition: background ease 0.4s;
  cursor: pointer;
  z-index: 0;
}
.link2top:hover {
  background: #ffffff;
}
.cookiemessagecontainer {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  height: auto;
  padding: 10px;
  text-align: center;
  background: rgba(0, 0, 0, 0.75);
  display: none;
}
.cookiemessagecontainer * {
  color: #fff;
  text-align: center;
  margin: 0;
}
.cookiemessagecontainer i {
  display: inline-block;
  font-style: normal;
  background: #090;
  border-radius: 5px;
  padding: 5px 10px;
  transition: background ease 0.4s;
  cursor: pointer;
}
.cookiemessagecontainer i:hover {
  background: #060;
}
.cc-window.cc-floating {
  max-width: unset;
}
span.cc-message {
  color: #fff;
}
.outsidewrapper {
  float: left;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  min-height: 100%;
  overflow: hidden;
}
.outsidewrapper.active {
  position: fixed;
}
@media screen and (max-width: 640px) {
  .ce-textpic.ce-intext.ce-nowrap .ce-gallery {
    width: 100%;
    max-width: 100%;
  }
  .ce-textpic.ce-intext.ce-nowrap .ce-bodytext {
    width: 100%;
    max-width: 100%;
  }
}
/*# sourceMappingURL=main.css.map */