@-webkit-keyframes animate-btn-line {
  0% {
    -webkit-transform-origin: 0 50%;
    transform-origin: 0 50%;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
  }
  100% {
    -webkit-transform-origin: 0 50%;
    transform-origin: 0 50%;
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
}
@keyframes animate-btn-line {
  0% {
    -webkit-transform-origin: 0 50%;
    transform-origin: 0 50%;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
  }
  100% {
    -webkit-transform-origin: 0 50%;
    transform-origin: 0 50%;
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
}
.augustine-core-page-inline-style {
  position: absolute !important;
  width: 0;
  height: 0;
  line-height: 1;
  display: none;
}
.qodef-custom-section-left img,
.qodef-custom-section-right img {
  -webkit-transform: translateY(30px);
  -ms-transform: translateY(30px);
  transform: translateY(30px);
  opacity: 0;
}
.elementor-editor-active .qodef-custom-section-left img,
.elementor-editor-active .qodef-custom-section-right img,
.qodef-custom-section-left.qodef--appear img,
.qodef-custom-section-right.qodef--appear img {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
  -webkit-transition: all 1s cubic-bezier(0.4, 0, 0.2, 1);
  -o-transition: all 1s cubic-bezier(0.4, 0, 0.2, 1);
  transition: all 1s cubic-bezier(0.4, 0, 0.2, 1);
}
.qodef-custom-section-feathers img {
  -webkit-transform: translateY(20px);
  -ms-transform: translateY(20px);
  transform: translateY(20px);
  opacity: 0;
}
.elementor-editor-active .qodef-custom-section-feathers img,
.qodef-custom-section-feathers.qodef--appear img {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
  -webkit-transition: all 1s cubic-bezier(0.4, 0, 0.2, 1);
  -o-transition: all 1s cubic-bezier(0.4, 0, 0.2, 1);
  transition: all 1s cubic-bezier(0.4, 0, 0.2, 1);
}
.qodef-custom-section-separator img {
  clip-path: inset(0 0 100% 0);
  -webkit-clip-path: inset(0 0 100% 0);
  -webkit-transition: -webkit-clip-path 0.8s cubic-bezier(0.4, 0, 0.2, 1);
  transition: -webkit-clip-path 0.8s cubic-bezier(0.4, 0, 0.2, 1);
  -o-transition: clip-path 0.8s cubic-bezier(0.4, 0, 0.2, 1);
  transition: clip-path 0.8s cubic-bezier(0.4, 0, 0.2, 1);
  transition: clip-path 0.8s cubic-bezier(0.4, 0, 0.2, 1),
    -webkit-clip-path 0.8s cubic-bezier(0.4, 0, 0.2, 1);
}
.elementor-editor-active .qodef-custom-section-separator img,
.qodef-custom-section-separator.qodef--appear img {
  clip-path: inset(0 0 0 0);
  -webkit-clip-path: inset(0 0 0 0);
}
.qodef-custom-svg-icon svg {
  -webkit-animation: qodef-float-animation 1.6s infinite linear;
  animation: qodef-float-animation 1.6s infinite linear;
}
.qodef-custom-section-laptop img,
.qodef-custom-section-phone img,
.qodef-custom-section-tablet img {
  opacity: 0;
  -webkit-transform: translateY(50px);
  -ms-transform: translateY(50px);
  transform: translateY(50px);
  -webkit-transition: opacity 0.3s ease-out,
    -webkit-transform 1s cubic-bezier(0.4, 0, 0.2, 1);
  transition: opacity 0.3s ease-out,
    -webkit-transform 1s cubic-bezier(0.4, 0, 0.2, 1);
  -o-transition: transform 1s cubic-bezier(0.4, 0, 0.2, 1),
    opacity 0.3s ease-out;
  transition: transform 1s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.3s ease-out;
  transition: transform 1s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.3s ease-out,
    -webkit-transform 1s cubic-bezier(0.4, 0, 0.2, 1);
  will-change: transform;
}
.elementor-editor-active .qodef-custom-section-laptop img,
.elementor-editor-active .qodef-custom-section-phone img,
.elementor-editor-active .qodef-custom-section-tablet img,
.qodef-custom-section-laptop.qodef--appear img,
.qodef-custom-section-phone.qodef--appear img,
.qodef-custom-section-tablet.qodef--appear img {
  opacity: 1;
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}
.qodef-custom-section-tablet img {
  -webkit-transition: opacity 0.3s ease-out 0.2s,
    -webkit-transform 1s cubic-bezier(0.4, 0, 0.2, 1) 0.2s;
  transition: opacity 0.3s ease-out 0.2s,
    -webkit-transform 1s cubic-bezier(0.4, 0, 0.2, 1) 0.2s;
  -o-transition: transform 1s cubic-bezier(0.4, 0, 0.2, 1) 0.2s,
    opacity 0.3s ease-out 0.2s;
  transition: transform 1s cubic-bezier(0.4, 0, 0.2, 1) 0.2s,
    opacity 0.3s ease-out 0.2s;
  transition: transform 1s cubic-bezier(0.4, 0, 0.2, 1) 0.2s,
    opacity 0.3s ease-out 0.2s,
    -webkit-transform 1s cubic-bezier(0.4, 0, 0.2, 1) 0.2s;
}
.qodef-custom-section-phone img {
  -webkit-transition: opacity 0.3s ease-out 0.4s,
    -webkit-transform 1s cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  transition: opacity 0.3s ease-out 0.4s,
    -webkit-transform 1s cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  -o-transition: transform 1s cubic-bezier(0.4, 0, 0.2, 1) 0.4s,
    opacity 0.3s ease-out 0.4s;
  transition: transform 1s cubic-bezier(0.4, 0, 0.2, 1) 0.4s,
    opacity 0.3s ease-out 0.4s;
  transition: transform 1s cubic-bezier(0.4, 0, 0.2, 1) 0.4s,
    opacity 0.3s ease-out 0.4s,
    -webkit-transform 1s cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.kc-elm.qodef-shortcode .fa,
.kc-elm.qodef-shortcode .fas {
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
}
.kc-elm.qodef-shortcode .fa:before,
.kc-elm.qodef-shortcode .fas:before {
  font-family: inherit;
  font-weight: inherit;
}
.kc-elm.qodef-shortcode .fab {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}
.kc-elm.qodef-shortcode .fab:before {
  font-family: inherit;
  font-weight: inherit;
}
#qodef-back-to-top {
  position: fixed;
  width: 75px;
  height: 75px;
  right: 45px;
  bottom: 45px;
  margin: 0;
  opacity: 0;
  visibility: hidden;
  z-index: 10000;
}
#qodef-back-to-top:before {
  content: '';
  position: absolute;
  width: 75px;
  height: 75px;
  background-color: #0b6354;
  border: 1px solid #0b6354;
  border-radius: 50%;
  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  transition: -webkit-transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  -o-transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1),
    -webkit-transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
#qodef-back-to-top .qodef-back-to-top-icon {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 100%;
  font-size: 37px;
  color: #fff;
  overflow: hidden;
}
#qodef-back-to-top .qodef-back-to-top-icon * {
  display: block;
  line-height: inherit;
}
#qodef-back-to-top .qodef-back-to-top-icon svg {
  fill: #fff;
  position: relative;
}
#qodef-back-to-top:hover:before {
  -webkit-transform: scale(0.9);
  -ms-transform: scale(0.9);
  transform: scale(0.9);
}
#qodef-back-to-top.qodef--off {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.15s ease, visibility 0s 0.15s;
  -o-transition: opacity 0.15s ease, visibility 0s 0.15s;
  transition: opacity 0.15s ease, visibility 0s 0.15s;
}
#qodef-back-to-top.qodef--on {
  opacity: 1;
  visibility: visible;
  -webkit-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.qodef-blog.qodef-item-layout--metro {
  margin: 0;
}
.qodef-blog.qodef-item-layout--metro
  article
  .qodef-e-media-image.qodef--background {
  margin-bottom: 0;
}
.qodef-blog.qodef-item-layout--metro article .qodef-e-content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 20px 40px 35px;
  background-color: rgba(0, 0, 0, 0.12);
}
.qodef-blog.qodef-item-layout--metro article .qodef-e-content a {
  position: relative;
  z-index: 3;
}
.qodef-blog.qodef-item-layout--metro article .qodef-e-title {
  color: #fff;
}
.qodef-blog.qodef-item-layout--metro article .qodef-e-title a {
  color: inherit;
}
.qodef-blog.qodef-item-layout--metro article .qodef-e-info > * {
  color: #fff;
}
.qodef-blog.qodef-item-layout--metro article .qodef-e-info.qodef-info--top {
  margin-bottom: 0;
}
.qodef-blog.qodef-item-layout--metro article .qodef-e-post-link {
  z-index: 2;
}
.qodef-blog.qodef-item-layout--metro
  article.format-audio
  .qodef-e-media-image:after,
.qodef-blog.qodef-item-layout--metro
  article.format-gallery
  .qodef-e-media-image:after,
.qodef-blog.qodef-item-layout--metro
  article.format-video
  .qodef-e-media-image:after {
  position: absolute;
  top: calc(50% - 36px);
  left: calc(50% - 36px);
  content: '\45';
  font-family: ElegantIcons;
  font-size: 72px;
  line-height: 1;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  color: #fff;
  speak: none;
  -webkit-font-smoothing: antialiased;
  z-index: 1;
  border: 3px solid #fff;
}
.qodef-blog.qodef-item-layout--metro
  article.format-gallery
  .qodef-e-media-image:after {
  content: '\e006';
}
.qodef-blog.qodef-item-layout--metro
  article.format-video
  .qodef-e-media-image:after {
  content: '\45';
}
.qodef-blog.qodef-item-layout--metro
  article.format-audio
  .qodef-e-media-image:after {
  content: '\e027';
}
.qodef-blog.qodef-item-layout--metro article.format-link .qodef-e-link {
  padding: 83px 68px;
}
.qodef-blog.qodef-item-layout--metro article.format-link .qodef-e-link-icon {
  right: 84px;
  width: 144px;
}
.qodef-blog.qodef-item-layout--metro article.format-quote .qodef-e-quote {
  padding: 83px 68px 87px;
}
.qodef-blog.qodef-item-layout--metro
  article.format-quote
  .qodef-e-quote:before {
  font-size: 582px;
}
.qodef-blog.qodef-item-layout--metro
  article.format-quote
  .qodef-e-quote-author {
  margin: 20px 0 4px;
}
.qodef-blog.qodef-item-layout--metro.qodef-items--fixed
  article.format-link
  .qodef-e-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100%;
  padding-top: 40px;
  padding-bottom: 40px;
}
.qodef-blog.qodef-item-layout--metro.qodef-items--fixed
  article.format-quote
  .qodef-e-quote {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100%;
  padding-top: 40px;
  padding-bottom: 40px;
}
.qodef-blog.qodef-item-layout--minimal article .qodef-e-info.qodef-info--top {
  margin-bottom: 0;
}
.qodef-blog.qodef-item-layout--minimal article .qodef-e-info.qodef-info--top a {
  color: #0b6354;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.15em;
  line-height: 32px;
  text-transform: uppercase;
}
@media only screen and (max-width: 680px) {
  .qodef-blog.qodef-item-layout--minimal
    article
    .qodef-e-info.qodef-info--top
    a {
    font-size: 11px;
    line-height: 1.5em;
  }
}
.qodef-blog.qodef-item-layout--simple article .qodef-e-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media only screen and (max-width: 680px) {
  .qodef-blog.qodef-item-layout--simple article .qodef-e-inner {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.qodef-blog.qodef-item-layout--simple
  article
  .qodef-e-inner
  .qodef-e-media-image {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  max-width: 382px;
  margin-right: 58px;
  overflow: hidden;
}
@media only screen and (max-width: 768px) {
  .qodef-blog.qodef-item-layout--simple
    article
    .qodef-e-inner
    .qodef-e-media-image {
    max-width: 312px;
  }
}
@media only screen and (max-width: 680px) {
  .qodef-blog.qodef-item-layout--simple
    article
    .qodef-e-inner
    .qodef-e-media-image {
    margin-right: 0;
    margin-bottom: 20px;
    -ms-flex-negative: 1;
    flex-shrink: 1;
  }
}
.qodef-blog.qodef-item-layout--simple
  article
  .qodef-e-inner
  .qodef-e-media-image
  img {
  -webkit-transform: scale(1.03);
  -ms-transform: scale(1.03);
  transform: scale(1.03);
  -webkit-transition: -webkit-transform 0.8s cubic-bezier(0.4, 0, 0.2, 1);
  transition: -webkit-transform 0.8s cubic-bezier(0.4, 0, 0.2, 1);
  -o-transition: transform 0.8s cubic-bezier(0.4, 0, 0.2, 1);
  transition: transform 0.8s cubic-bezier(0.4, 0, 0.2, 1);
  transition: transform 0.8s cubic-bezier(0.4, 0, 0.2, 1),
    -webkit-transform 0.8s cubic-bezier(0.4, 0, 0.2, 1);
}
.qodef-blog.qodef-item-layout--simple
  article
  .qodef-e-inner
  .qodef-e-info.qodef-info--right {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: start;
  max-width: 540px;
}
.qodef-blog.qodef-item-layout--simple
  article
  .qodef-e-inner
  .qodef-e-info.qodef-info--right
  .qodef-e-info-item:after {
  display: none;
}
.qodef-blog.qodef-item-layout--simple
  article
  .qodef-e-inner
  .qodef-e-info.qodef-info--right
  .qodef-e-info-item.qodef-e-info-category {
  margin-bottom: 10px;
}
.qodef-blog.qodef-item-layout--simple
  article
  .qodef-e-inner
  .qodef-e-info.qodef-info--right
  .qodef-e-title {
  line-height: 34px;
}
.qodef-blog.qodef-item-layout--simple
  article
  .qodef-e-inner
  .qodef-e-info.qodef-info--right
  .qodef-e-excerpt
  .qodef-blog
  .qodef-blog-item
  .qodef-e-excerpt {
  margin: 23px 0 8px;
}
.qodef-blog.qodef-item-layout--simple
  article
  .qodef-e-inner
  .qodef-e-info.qodef-info--right
  .qodef-e-excerpt
  .qodef-info--bottom {
  margin-top: 4px;
}
.qodef-blog.qodef-item-layout--simple article:hover .qodef-e-media-image img {
  -webkit-transform: scale(1.001);
  -ms-transform: scale(1.001);
  transform: scale(1.001);
}
.qodef-blog.qodef-item-layout--simple article:hover .qodef-e-title a {
  color: #0b6354;
}
.qodef-blog.qodef-item-layout--simple
  article:hover
  .qodef-button.qodef-layout--textual:after {
  -webkit-transform-origin: 100% 50%;
  -ms-transform-origin: 100% 50%;
  transform-origin: 100% 50%;
  -webkit-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-animation: animate-btn-line 0.5s 0.2s forwards;
  animation: animate-btn-line 0.5s 0.2s forwards;
}
.qodef-blog.qodef-item-layout--standard-simple
  .qodef-blog-item
  .qodef-e-media-image
  a {
  pointer-events: none;
}
.qodef-blog.qodef-item-layout--standard-simple
  .qodef-blog-item
  .qodef-e-info-item.qodef-e-info-date {
  display: none;
}
.qodef-blog.qodef-item-layout--standard-simple
  .qodef-blog-item
  .qodef-e-info.qodef-info--top {
  margin-bottom: 8px;
}
.qodef-blog.qodef-item-layout--standard-simple
  .qodef-blog-item
  .qodef-e-info.qodef-info--bottom {
  margin-top: 0;
}
.qodef-blog.qodef-item-layout--standard-simple
  .qodef-blog-item
  .qodef-e-read-more {
  margin-top: 21px;
}
.qodef-blog.qodef-item-layout--standard
  article:not(.format-gallery).qodef--active
  .qodef-e-media
  img {
  -webkit-transform: scale(1.001);
  -ms-transform: scale(1.001);
  transform: scale(1.001);
}
.qodef-blog.qodef-item-layout--standard
  article:not(.format-gallery).qodef--active
  .qodef-e-text
  .qodef-e-title
  a {
  color: #0b6354;
}
.qodef-blog.qodef-item-layout--standard
  article:not(.format-gallery)
  .qodef-e-media {
  overflow: hidden;
}
.qodef-blog.qodef-item-layout--standard
  article:not(.format-gallery)
  .qodef-e-media
  img {
  -webkit-transform: scale(1.03);
  -ms-transform: scale(1.03);
  transform: scale(1.03);
  -webkit-transition: -webkit-transform 0.8s cubic-bezier(0.4, 0, 0.2, 1);
  transition: -webkit-transform 0.8s cubic-bezier(0.4, 0, 0.2, 1);
  -o-transition: transform 0.8s cubic-bezier(0.4, 0, 0.2, 1);
  transition: transform 0.8s cubic-bezier(0.4, 0, 0.2, 1);
  transition: transform 0.8s cubic-bezier(0.4, 0, 0.2, 1),
    -webkit-transform 0.8s cubic-bezier(0.4, 0, 0.2, 1);
}
.qodef-blog.qodef-item-layout--standard
  article:not(.format-gallery)
  .qodef-e-media:hover
  img {
  -webkit-transform: scale(1.001);
  -ms-transform: scale(1.001);
  transform: scale(1.001);
}
.qodef-blog.qodef-item-layout--standard.qodef-col-num--1
  article
  .qodef-e-media {
  margin-bottom: 29px;
}
.qodef-blog.qodef-item-layout--standard.qodef-col-num--1
  article
  .qodef-e-info.qodef-info--top {
  margin-bottom: 7px;
}
.qodef-blog.qodef-item-layout--standard.qodef-col-num--1
  article
  .qodef-e-info.qodef-info--bottom {
  margin-top: 27px;
}
.qodef-blog.qodef-item-layout--standard.qodef-col-num--1
  article
  .qodef-e-excerpt {
  margin: 13px 0 0;
}
.qodef-blog.qodef-item-layout--standard.qodef-col-num--1
  article:not(:last-child)
  .qodef-e-info.qodef-info--bottom {
  margin-bottom: 36px;
}
.qodef-blog.qodef-item-layout--standard.qodef-col-num--1
  article:not(:last-child).format-link
  .qodef-e-link {
  margin-bottom: 50px;
}
.qodef-blog.qodef-item-layout--standard.qodef-col-num--1
  article:not(:last-child).format-quote
  .qodef-e-quote {
  margin-bottom: 50px;
}
.qodef-blog.qodef-item-layout--standard:not(.qodef-col-num--1)
  article.format-link
  .qodef-e-link {
  padding: 76px 48px 76px 132px;
}
.qodef-blog.qodef-item-layout--standard:not(.qodef-col-num--1)
  article.format-quote
  .qodef-e-quote {
  padding: 76px 48px 76px 132px;
}
.qodef-blog.qodef-item-layout--standard:not(.qodef-col-num--1)
  article.format-quote
  .qodef-e-quote:before {
  font-size: 540px;
}
#qodef-author-info {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: top;
  margin-top: 15px;
  padding: 50px 40px;
  border: 1px solid #c4c4c4;
}
#qodef-author-info .qodef-m-inner {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
#qodef-author-info .qodef-m-image {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-right: 25px;
  border-radius: 50%;
}
#qodef-author-info .qodef-m-image a,
#qodef-author-info .qodef-m-image img {
  display: block;
  border-radius: 50%;
}
#qodef-author-info .qodef-m-author {
  margin: 0;
}
#qodef-author-info .qodef-m-email {
  margin: 5px 0 0;
}
#qodef-author-info .qodef-m-description {
  margin: 6px 0 0;
}
#qodef-author-info .qodef-m-social-icons {
  margin-top: 18px;
}
#qodef-author-info .qodef-m-social-icons a {
  position: relative;
  display: inline-block;
  vertical-align: top;
  margin-right: 16px;
}
#qodef-author-info .qodef-m-social-icons a:last-child {
  margin-right: 0;
}
#qodef-related-posts {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: top;
  margin-top: 115px;
}
@media only screen and (max-width: 680px) {
  #qodef-related-posts {
    margin-top: 78px;
  }
}
#qodef-related-posts .qodef-m-title {
  margin: 0 0 44px;
}
#qodef-related-posts
  .qodef-blog.qodef-item-layout--standard
  .qodef-blog-item
  .qodef-e-inner
  .qodef-e-media {
  margin-bottom: 34px;
}
#qodef-related-posts
  .qodef-blog.qodef-item-layout--standard
  .qodef-blog-item
  .qodef-e-inner
  .qodef-e-content
  .qodef-e-info.qodef-info--top {
  margin-bottom: 4px;
}
#qodef-related-posts
  .qodef-blog.qodef-item-layout--standard
  .qodef-blog-item
  .qodef-e-inner
  .qodef-e-content
  .qodef-e-info.qodef-info--bottom {
  margin-top: 21px;
}
#qodef-related-posts
  .qodef-blog.qodef-item-layout--standard
  .qodef-blog-item
  .qodef-e-inner
  .qodef-e-content
  .qodef-e-text
  .qodef-e-excerpt {
  display: none;
}
#qodef-single-post-navigation {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: top;
  margin: 58px 0 3px;
}
#qodef-single-post-navigation .qodef-m-inner {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
#qodef-single-post-navigation .qodef-m-nav {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
#qodef-single-post-navigation .qodef-m-nav > * {
  display: block;
  line-height: inherit;
}
#qodef-single-post-navigation .qodef-m-nav span.qodef-icon-linea-icons {
  font-size: 50px;
  color: #c4c4c4;
}
@media only screen and (max-width: 680px) {
  #qodef-single-post-navigation .qodef-m-nav span.qodef-icon-linea-icons {
    font-size: 35px;
  }
}
#qodef-single-post-navigation .qodef-m-nav .qodef-m-pagination-icon {
  position: relative;
  top: -2px;
  display: block;
  width: 30px;
  height: auto;
  fill: currentColor;
  stroke: none;
}
#qodef-single-post-navigation .qodef-m-nav.qodef--prev {
  left: 0;
}
#qodef-single-post-navigation .qodef-m-nav.qodef--prev .qodef-icon-linea-icons {
  margin-left: -14px;
}
@media only screen and (max-width: 680px) {
  #qodef-single-post-navigation
    .qodef-m-nav.qodef--prev
    .qodef-icon-linea-icons {
    margin-left: -9px;
  }
}
#qodef-single-post-navigation .qodef-m-nav.qodef--next {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  right: 0;
  margin-left: auto;
  text-align: right;
}
#qodef-single-post-navigation .qodef-m-nav.qodef--next .qodef-icon-linea-icons {
  margin-right: -14px;
}
@media only screen and (max-width: 680px) {
  #qodef-single-post-navigation
    .qodef-m-nav.qodef--next
    .qodef-icon-linea-icons {
    margin-right: -9px;
  }
}
#qodef-single-post-navigation .qodef-m-nav-label {
  color: #aeaeae;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.15em;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media only screen and (max-width: 680px) {
  #qodef-single-post-navigation .qodef-m-nav-label {
    font-size: 12px;
    display: none;
  }
}
#qodef-single-post-navigation .qodef-m-nav-label:hover {
  color: #0b6354;
}
#qodef-custom-cursor {
  position: fixed;
  top: -4px;
  left: -4px;
  pointer-events: none;
  z-index: 9999999;
  mix-blend-mode: unset;
  display: block;
  width: 61px;
  height: 61px;
  visibility: hidden;
  opacity: 1;
}
#qodef-custom-cursor .qodef-cursor-dot {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  border-radius: 50%;
  background-color: #0b6354;
}
#qodef-custom-cursor .qodef-cursor-arrow {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #fff;
  font-size: 29px;
}
#qodef-custom-cursor.qodef--right .qodef-cursor-arrow {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
#qodef-custom-cursor.qodef--hide {
  visibility: hidden;
}
.qodef-cursor--on {
  cursor: none;
}
.qodef-cursor--on #qodef-custom-cursor {
  visibility: visible;
}
.qodef-cursor--on #qodef-custom-cursor.qodef--hide {
  visibility: hidden;
}
#qodef-floating-social-networks {
  position: fixed;
  top: 50%;
  right: 2%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transform-origin: 50% 100%;
  -ms-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
  -webkit-transform: translate(50%, -100%) rotate(-90deg);
  -ms-transform: translate(50%, -100%) rotate(-90deg);
  transform: translate(50%, -100%) rotate(-90deg);
  min-width: 300px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  z-index: 100;
}
.qodef-fullscreen-menu--opened #qodef-floating-social-networks {
  z-index: 99;
}
@media only screen and (max-width: 680px) {
  #qodef-floating-social-networks {
    display: none;
  }
}
#qodef-floating-social-networks > a {
  position: relative;
  margin-right: 15px;
  font-family: Forum, sans-serif;
  font-weight: 400;
  font-size: 27px;
  line-height: 1.4em;
  letter-spacing: 0;
  font-size: 23px;
  clip-path: inset(0 100% 0 0);
  -webkit-clip-path: inset(0 100% 0 0);
  -webkit-transform: translateX(-20px);
  -ms-transform: translateX(-20px);
  transform: translateX(-20px);
  -webkit-transition: -webkit-clip-path 1.2s ease, -webkit-transform 1s ease-out;
  transition: -webkit-clip-path 1.2s ease, -webkit-transform 1s ease-out;
  -o-transition: clip-path 1.2s ease, transform 1s ease-out;
  transition: clip-path 1.2s ease, transform 1s ease-out;
  transition: clip-path 1.2s ease, transform 1s ease-out,
    -webkit-clip-path 1.2s ease, -webkit-transform 1s ease-out;
  will-change: transform;
}
#qodef-floating-social-networks > a:after {
  content: '';
  width: 100%;
  height: 1px;
  background-color: currentColor;
  position: absolute;
  bottom: 5px;
  left: 0;
  right: 0;
  display: inline-block;
  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  transition: -webkit-transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  -o-transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1),
    -webkit-transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
#qodef-floating-social-networks > a:hover:after {
  -webkit-transform-origin: 100% 50%;
  -ms-transform-origin: 100% 50%;
  transform-origin: 100% 50%;
  -webkit-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-animation: animate-btn-line 0.5s 0.2s forwards;
  animation: animate-btn-line 0.5s 0.2s forwards;
}
@media only screen and (max-width: 680px) {
  #qodef-floating-social-networks > a {
    font-size: 18px;
  }
}
#qodef-floating-social-networks > a:last-child {
  margin-right: 0;
}
#qodef-floating-social-networks > a:hover {
  color: #000;
}
#qodef-floating-social-networks.qodef--init > a {
  clip-path: inset(0 0 0 0);
  -webkit-clip-path: inset(0 0 0 0);
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}
#qodef-floating-social-networks.qodef--init > a:nth-child(1) {
  -webkit-transition-delay: 0.2s;
  -o-transition-delay: 0.2s;
  transition-delay: 0.2s;
}
#qodef-floating-social-networks.qodef--init > a:nth-child(2) {
  -webkit-transition-delay: 0.4s;
  -o-transition-delay: 0.4s;
  transition-delay: 0.4s;
}
#qodef-floating-social-networks.qodef--init > a:nth-child(3) {
  -webkit-transition-delay: 0.6s;
  -o-transition-delay: 0.6s;
  transition-delay: 0.6s;
}
#qodef-floating-social-networks.qodef--init > a:nth-child(4) {
  -webkit-transition-delay: 0.8s;
  -o-transition-delay: 0.8s;
  transition-delay: 0.8s;
}
#qodef-floating-social-networks.qodef--init > a:nth-child(5) {
  -webkit-transition-delay: 1s;
  -o-transition-delay: 1s;
  transition-delay: 1s;
}
#qodef-floating-social-networks.qodef--init > a:nth-child(6) {
  -webkit-transition-delay: 1.2s;
  -o-transition-delay: 1.2s;
  transition-delay: 1.2s;
}
#qodef-floating-social-networks.qodef-light-skin-yes {
  mix-blend-mode: difference;
}
#qodef-floating-social-networks.qodef--light > a,
#qodef-floating-social-networks.qodef-light-skin-yes > a {
  color: #fff;
}
#qodef-floating-social-networks.qodef--light > a:after,
#qodef-floating-social-networks.qodef-light-skin-yes > a:after {
  content: '';
  width: 100%;
  height: 1px;
  background-color: #fff;
  position: absolute;
  bottom: 5px;
  left: 0;
  right: 0;
  display: inline-block;
  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  transition: -webkit-transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  -o-transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1),
    -webkit-transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
#qodef-floating-social-networks.qodef--light > a:hover:after,
#qodef-floating-social-networks.qodef-light-skin-yes > a:hover:after {
  -webkit-transform-origin: 100% 50%;
  -ms-transform-origin: 100% 50%;
  transform-origin: 100% 50%;
  -webkit-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-animation: animate-btn-line 0.5s 0.2s forwards;
  animation: animate-btn-line 0.5s 0.2s forwards;
}
#qodef-floating-social-networks.qodef--light > a:hover,
#qodef-floating-social-networks.qodef-light-skin-yes > a:hover {
  color: #fff;
}
.qodef-page-footer--uncover #qodef-page-outer {
  z-index: 90;
}
.no-touchevents .qodef-page-footer--uncover #qodef-page-footer {
  position: fixed;
  bottom: 0;
  left: 0;
}
#qodef-fullscreen-area {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  overflow-x: hidden !important;
  overflow-y: hidden !important;
  visibility: hidden;
  opacity: 0;
  z-index: 99;
}
#qodef-fullscreen-area .qodef-content-grid {
  height: 100%;
}
#qodef-fullscreen-area .qodef-content-grid .qodef-fullscreen-menu {
  width: 100%;
}
@media only screen and (max-width: 1440px) {
  #qodef-fullscreen-area .qodef-content-grid .qodef-fullscreen-menu {
    margin-left: 50px;
  }
}
@media only screen and (max-width: 1024px) {
  #qodef-fullscreen-area .qodef-content-grid .qodef-fullscreen-menu {
    margin-left: 0;
  }
}
#qodef-fullscreen-area .qodef-content-grid .qodef-fullscreen-right {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
@media only screen and (max-width: 1440px) {
  #qodef-fullscreen-area .qodef-content-grid .qodef-fullscreen-right {
    -ms-flex-preferred-size: 50vh;
    flex-basis: 50vh;
    margin-right: 50px;
  }
}
@media only screen and (max-width: 1024px) {
  #qodef-fullscreen-area .qodef-content-grid .qodef-fullscreen-right {
    margin-right: 0;
  }
}
@media only screen and (max-width: 768px) {
  #qodef-fullscreen-area .qodef-content-grid .qodef-fullscreen-right {
    display: none;
  }
}
.qodef-fullscreen-menu-animate--in #qodef-fullscreen-area {
  -webkit-animation: qode-fade-in 0.25s linear both;
  animation: qode-fade-in 0.25s linear both;
}
.qodef-fullscreen-menu-animate--in
  #qodef-fullscreen-area
  .qodef-fullscreen-menu
  > ul
  > li {
  clip-path: inset(0 0 0 0);
  -webkit-clip-path: inset(0 0 0 0);
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
  -webkit-transition: -webkit-clip-path 0.6s cubic-bezier(0.4, 0, 0.2, 1),
    -webkit-transform 0.6s cubic-bezier(0.4, 0, 0.2, 1);
  transition: -webkit-clip-path 0.6s cubic-bezier(0.4, 0, 0.2, 1),
    -webkit-transform 0.6s cubic-bezier(0.4, 0, 0.2, 1);
  -o-transition: clip-path 0.6s cubic-bezier(0.4, 0, 0.2, 1),
    transform 0.6s cubic-bezier(0.4, 0, 0.2, 1);
  transition: clip-path 0.6s cubic-bezier(0.4, 0, 0.2, 1),
    transform 0.6s cubic-bezier(0.4, 0, 0.2, 1);
  transition: clip-path 0.6s cubic-bezier(0.4, 0, 0.2, 1),
    transform 0.6s cubic-bezier(0.4, 0, 0.2, 1),
    -webkit-clip-path 0.6s cubic-bezier(0.4, 0, 0.2, 1),
    -webkit-transform 0.6s cubic-bezier(0.4, 0, 0.2, 1);
}
.qodef-fullscreen-menu-animate--in
  #qodef-fullscreen-area
  .qodef-fullscreen-menu
  > ul
  > li:nth-child(1) {
  -webkit-transition-delay: 120ms;
  -o-transition-delay: 120ms;
  transition-delay: 120ms;
}
.qodef-fullscreen-menu-animate--in
  #qodef-fullscreen-area
  .qodef-fullscreen-menu
  > ul
  > li:nth-child(2) {
  -webkit-transition-delay: 240ms;
  -o-transition-delay: 240ms;
  transition-delay: 240ms;
}
.qodef-fullscreen-menu-animate--in
  #qodef-fullscreen-area
  .qodef-fullscreen-menu
  > ul
  > li:nth-child(3) {
  -webkit-transition-delay: 360ms;
  -o-transition-delay: 360ms;
  transition-delay: 360ms;
}
.qodef-fullscreen-menu-animate--in
  #qodef-fullscreen-area
  .qodef-fullscreen-menu
  > ul
  > li:nth-child(4) {
  -webkit-transition-delay: 480ms;
  -o-transition-delay: 480ms;
  transition-delay: 480ms;
}
.qodef-fullscreen-menu-animate--in
  #qodef-fullscreen-area
  .qodef-fullscreen-menu
  > ul
  > li:nth-child(5) {
  -webkit-transition-delay: 0.6s;
  -o-transition-delay: 0.6s;
  transition-delay: 0.6s;
}
.qodef-fullscreen-menu-animate--in
  #qodef-fullscreen-area
  .qodef-fullscreen-menu
  > ul
  > li:nth-child(6) {
  -webkit-transition-delay: 720ms;
  -o-transition-delay: 720ms;
  transition-delay: 720ms;
}
.qodef-fullscreen-menu-animate--in
  #qodef-fullscreen-area
  .qodef-fullscreen-menu
  > ul
  > li:nth-child(7) {
  -webkit-transition-delay: 840ms;
  -o-transition-delay: 840ms;
  transition-delay: 840ms;
}
.qodef-fullscreen-menu-animate--in
  #qodef-fullscreen-area
  .qodef-fullscreen-menu
  > ul
  > li:nth-child(8) {
  -webkit-transition-delay: 960ms;
  -o-transition-delay: 960ms;
  transition-delay: 960ms;
}
.qodef-fullscreen-menu-animate--in
  #qodef-fullscreen-area
  .qodef-fullscreen-menu
  > ul
  > li:nth-child(9) {
  -webkit-transition-delay: 1.08s;
  -o-transition-delay: 1.08s;
  transition-delay: 1.08s;
}
.qodef-fullscreen-menu-animate--in
  #qodef-fullscreen-area
  .qodef-fullscreen-menu
  > ul
  > li:nth-child(10) {
  -webkit-transition-delay: 1.2s;
  -o-transition-delay: 1.2s;
  transition-delay: 1.2s;
}
.qodef-fullscreen-menu-animate--in
  #qodef-fullscreen-area
  .qodef-fullscreen-right
  .widget.widget_media_image {
  clip-path: inset(0 0 0 0);
  -webkit-clip-path: inset(0 0 0 0);
  -webkit-transition: -webkit-clip-path 0.8s cubic-bezier(0.4, 0, 0.2, 1);
  transition: -webkit-clip-path 0.8s cubic-bezier(0.4, 0, 0.2, 1);
  -o-transition: clip-path 0.8s cubic-bezier(0.4, 0, 0.2, 1);
  transition: clip-path 0.8s cubic-bezier(0.4, 0, 0.2, 1);
  transition: clip-path 0.8s cubic-bezier(0.4, 0, 0.2, 1),
    -webkit-clip-path 0.8s cubic-bezier(0.4, 0, 0.2, 1);
}
.qodef-fullscreen-menu-animate--in
  #qodef-fullscreen-area
  .qodef-fullscreen-right
  .widget.widget_text {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
  -webkit-transition: opacity 0.4s cubic-bezier(0.4, 0, 0.2, 1) 0.4s,
    -webkit-transform 0.4s cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  transition: opacity 0.4s cubic-bezier(0.4, 0, 0.2, 1) 0.4s,
    -webkit-transform 0.4s cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  -o-transition: opacity 0.4s cubic-bezier(0.4, 0, 0.2, 1) 0.4s,
    transform 0.4s cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  transition: opacity 0.4s cubic-bezier(0.4, 0, 0.2, 1) 0.4s,
    transform 0.4s cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  transition: opacity 0.4s cubic-bezier(0.4, 0, 0.2, 1) 0.4s,
    transform 0.4s cubic-bezier(0.4, 0, 0.2, 1) 0.4s,
    -webkit-transform 0.4s cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.qodef-fullscreen-menu-animate--out #qodef-fullscreen-area {
  -webkit-animation: qode-fade-out 0.25s linear both;
  animation: qode-fade-out 0.25s linear both;
}
#qodef-fullscreen-area-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  height: 100%;
}
#qodef-fullscreen-area-inner .qodef-fullscreen-right .wp-caption,
#qodef-fullscreen-area-inner .qodef-fullscreen-right img {
  margin: 0;
}
#qodef-fullscreen-area-inner .qodef-fullscreen-right .wp-caption-text {
  text-align: left;
  font-size: 16px;
  color: #505050;
  margin-top: 5px;
}
#qodef-fullscreen-area-inner
  .qodef-fullscreen-right
  .widget.widget_media_image {
  clip-path: inset(0 0 100% 0);
  -webkit-clip-path: inset(0 0 100% 0);
}
#qodef-fullscreen-area-inner .qodef-fullscreen-right .widget.widget_text {
  -webkit-transform: translateY(15px);
  -ms-transform: translateY(15px);
  transform: translateY(15px);
  opacity: 0;
}
.qodef-fullscreen-menu {
  position: relative;
  top: 0;
  text-align: left;
}
.qodef-fullscreen-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.qodef-fullscreen-menu ul li {
  position: relative;
  margin: 0;
  padding: 5px 0;
}
@media only screen and (max-width: 680px) {
  .qodef-fullscreen-menu ul li {
    padding: 2px 0;
  }
}
.qodef-fullscreen-menu ul li a .qodef-menu-item-arrow {
  display: none;
}
.qodef-fullscreen-menu ul li.qodef--hide-link > a {
  cursor: default;
}
.qodef-fullscreen-menu ul.sub-menu {
  display: none;
}
.qodef-fullscreen-menu .qodef-menu-item-icon {
  margin-right: 5px;
}
.qodef-fullscreen-menu .qodef-mega-menu-widget-holder {
  display: none;
}
.qodef-fullscreen-menu > ul > li {
  clip-path: inset(0 100% 0 0);
  -webkit-clip-path: inset(0 100% 0 0);
  -webkit-transform: translateX(-40px);
  -ms-transform: translateX(-40px);
  transform: translateX(-40px);
  will-change: transform;
}
.qodef-fullscreen-menu > ul > li > a {
  font-family: Forum, sans-serif;
  font-weight: 400;
  font-size: 58px;
  line-height: 1.2em;
  letter-spacing: -0.04em;
  color: #000;
}
@media only screen and (max-width: 680px) {
  .qodef-fullscreen-menu > ul > li > a {
    font-size: 45px;
  }
}
.qodef-fullscreen-menu > ul > li > a .qodef-e-title,
.qodef-fullscreen-menu > ul > li > a .qodef-menu-item-text {
  position: relative;
  line-height: 1;
}
.qodef-fullscreen-menu > ul > li > a .qodef-e-title:before,
.qodef-fullscreen-menu > ul > li > a .qodef-menu-item-text:before {
  content: '';
  position: absolute;
  top: calc(100% + 6px);
  height: 1px;
  width: 0;
  background: #000;
  -webkit-transition: width 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  -o-transition: width 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  transition: width 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
@media screen and (min-width: 1920px) {
  .qodef-fullscreen-menu > ul > li > a {
    font-size: 72px;
  }
}
@media only screen and (max-width: 680px) {
  .qodef-fullscreen-menu > ul > li > a {
    font-size: 46px;
  }
}
.qodef-fullscreen-menu > ul > li > a:hover {
  color: #000;
}
.qodef-fullscreen-menu > ul > li > a:hover .qodef-e-title:before,
.qodef-fullscreen-menu > ul > li > a:hover .qodef-menu-item-text:before {
  width: 100%;
}
.qodef-fullscreen-menu > ul > li > a .qodef-menu-item-text:before {
  top: calc(100% - 10px);
}
@media only screen and (max-width: 680px) {
  .qodef-fullscreen-menu > ul > li > a .qodef-menu-item-text:before {
    top: calc(100% - 7px);
  }
}
.qodef-fullscreen-menu > ul > li.current-menu-ancestor > a,
.qodef-fullscreen-menu > ul > li.current-menu-item > a {
  color: #000;
}
.qodef-fullscreen-menu
  > ul
  > li.current-menu-ancestor
  > a
  .qodef-e-title:before,
.qodef-fullscreen-menu
  > ul
  > li.current-menu-ancestor
  > a
  .qodef-menu-item-text:before,
.qodef-fullscreen-menu > ul > li.current-menu-item > a .qodef-e-title:before,
.qodef-fullscreen-menu
  > ul
  > li.current-menu-item
  > a
  .qodef-menu-item-text:before {
  width: 100%;
}
.qodef-fullscreen-menu
  > ul
  > li.current-menu-ancestor
  > a
  .qodef-menu-item-text:before,
.qodef-fullscreen-menu
  > ul
  > li.current-menu-item
  > a
  .qodef-menu-item-text:before {
  width: 100%;
}
.qodef-fullscreen-menu .qodef-drop-down-second-inner > ul {
  padding: 0 0 15px;
}
.qodef-fullscreen-menu .qodef-drop-down-second-inner ul {
  padding-left: 20px;
  padding-bottom: 0;
  padding-top: 18px;
}
.qodef-fullscreen-menu .qodef-drop-down-second-inner ul li > a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  white-space: normal;
  margin: 17px 0;
  -webkit-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  font-family: Sarabun, sans-serif;
  font-size: 16px;
  line-height: 1.87em;
  font-weight: 300;
  color: #000;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 0.07em;
  font-family: Forum, sans-serif;
  font-size: 34px;
  line-height: 0.8em;
  margin: 11px 0;
  letter-spacing: 0;
}
.qodef-fullscreen-menu
  .qodef-drop-down-second-inner
  ul
  li
  > a
  .qodef-menu-item-icon {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.qodef-fullscreen-menu
  .qodef-drop-down-second-inner
  ul
  li
  > a
  .qodef-menu-item-text {
  position: relative;
}
.qodef-fullscreen-menu
  .qodef-drop-down-second-inner
  ul
  li
  > a
  .qodef-menu-item-text:before {
  content: '';
  position: absolute;
  top: calc(100% - 3px);
  height: 1px;
  width: 0;
  background: #000;
  -webkit-transition: width 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  -o-transition: width 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  transition: width 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  left: 0;
}
.qodef-fullscreen-menu
  .qodef-drop-down-second-inner
  ul
  li
  > a
  .qodef-menu-item-text:before {
  top: calc(100% - 1px);
}
.qodef-fullscreen-menu .qodef-drop-down-second-inner ul li > a:hover {
  color: #000;
}
.qodef-fullscreen-menu
  .qodef-drop-down-second-inner
  ul
  li
  > a:hover
  .qodef-menu-item-text:before {
  width: 100%;
}
.qodef-fullscreen-menu
  .qodef-drop-down-second-inner
  ul
  li.current-menu-ancestor
  > a,
.qodef-fullscreen-menu
  .qodef-drop-down-second-inner
  ul
  li.current-menu-item
  > a {
  color: #000;
}
.qodef-fullscreen-menu
  .qodef-drop-down-second-inner
  ul
  li.current-menu-ancestor
  > a
  .qodef-menu-item-text:before,
.qodef-fullscreen-menu
  .qodef-drop-down-second-inner
  ul
  li.current-menu-item
  > a
  .qodef-menu-item-text:before {
  width: 100%;
}
.qodef-fullscreen-menu
  .qodef-drop-down-second-inner
  ul
  li.current-menu-ancestor
  > a
  .qodef-menu-item-text:before,
.qodef-fullscreen-menu
  .qodef-drop-down-second-inner
  ul
  li.current-menu-item
  > a
  .qodef-menu-item-text:before {
  opacity: 1;
}
.qodef-fullscreen-menu-opener {
  margin-left: 30px;
  min-width: 195px;
}
@media only screen and (max-width: 1024px) {
  .qodef-fullscreen-menu-opener {
    min-width: 65px;
  }
}
.qodef-fullscreen-menu-opener.qodef-source--predefined .qodef-m-lines {
  -webkit-box-pack: end !important;
  -ms-flex-pack: end !important;
  justify-content: flex-end !important;
}
.qodef-fullscreen-menu-animate--in
  .qodef-fullscreen-menu-opener.qodef-source--predefined
  .qodef-m-line.qodef--1 {
  top: 12px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.qodef-fullscreen-menu-animate--in
  .qodef-fullscreen-menu-opener.qodef-source--predefined
  .qodef-m-line.qodef--2 {
  top: 12px;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.qodef-fullscreen-menu-opener.qodef-source--predefined .qodef-m-circle {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  transition: -webkit-transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  -o-transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1),
    -webkit-transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.qodef-fullscreen-menu-opener.qodef-source--predefined:hover .qodef-m-circle {
  -webkit-transform: scale(0.9);
  -ms-transform: scale(0.9);
  transform: scale(0.9);
}
.qodef-fullscreen-menu--opened .qodef-fullscreen-menu-opener .qodef-m-icon {
  visibility: hidden;
}
.qodef-fullscreen-menu--opened
  .qodef-fullscreen-menu-opener
  .qodef-m-icon.qodef--close {
  visibility: visible;
}
.qodef-fullscreen-menu--opened header .qodef-header-logo-link,
.qodef-fullscreen-menu--opened header .qodef-widget-holder {
  opacity: 0;
}
.qodef-fullscreen-menu--opened #qodef-page-header,
.qodef-fullscreen-menu--opened #qodef-page-mobile-header {
  visibility: hidden;
}
.qodef-fullscreen-menu--opened .qodef-fullscreen-menu-opener,
.qodef-fullscreen-menu--opened .qodef-header-logo-image.qodef--customizer,
.qodef-fullscreen-menu--opened .qodef-header-logo-link,
.qodef-fullscreen-menu--opened .qodef-mobile-header-logo-link {
  visibility: visible;
}
.qodef-fullscreen-menu--opened
  #qodef-page-header
  .qodef-header-logo-link
  img.qodef--light {
  opacity: 0;
}
.qodef-fullscreen-menu--opened
  #qodef-page-header
  .qodef-header-logo-link
  img.qodef--dark,
.qodef-fullscreen-menu--opened
  #qodef-page-header
  .qodef-header-logo-link
  img.qodef--main {
  opacity: 0;
}
#qodef-page-header .qodef-widget-holder {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100%;
  margin-left: 74px;
}
#qodef-page-header .qodef-widget-holder .widget {
  margin: 0 18.5px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100%;
}
#qodef-page-header .qodef-widget-holder .widget .textwidget {
  height: 100%;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
#qodef-page-header .qodef-widget-holder .widget.widget_icl_lang_sel_widget {
  height: 100%;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
#qodef-page-header
  .qodef-widget-holder
  .widget.widget_icl_lang_sel_widget
  .wpml-ls-legacy-dropdown {
  height: 100%;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 70px;
}
#qodef-page-header .qodef-widget-holder .widget:first-child {
  margin-left: 0;
}
#qodef-page-header .qodef-widget-holder .widget:last-child {
  margin-right: 0;
}
#qodef-page-header div[id^='monster-widget-placeholder'],
#qodef-page-header div[id^='woo-monster-widget-placeholder'] {
  display: none;
}
#qodef-page-header-inner.qodef-content-grid {
  padding: 0;
}
#qodef-page-header-inner.qodef-skin--light nav > ul > li > a,
.qodef-custom-header-layout.qodef-skin--light nav > ul > li > a {
  color: #fff !important;
}
#qodef-page-header-inner.qodef-skin--light nav > ul > li > a:hover,
.qodef-custom-header-layout.qodef-skin--light nav > ul > li > a:hover {
  color: #0b6354 !important;
}
#qodef-page-header-inner.qodef-skin--light
  nav
  > ul
  > li.current-menu-ancestor
  > a,
#qodef-page-header-inner.qodef-skin--light nav > ul > li.current-menu-item > a,
.qodef-custom-header-layout.qodef-skin--light
  nav
  > ul
  > li.current-menu-ancestor
  > a,
.qodef-custom-header-layout.qodef-skin--light
  nav
  > ul
  > li.current-menu-item
  > a {
  color: #0b6354 !important;
}
#qodef-page-header-inner.qodef-skin--light
  .qodef-opener-icon.qodef-source--icon-pack:not(.qodef--opened),
#qodef-page-header-inner.qodef-skin--light
  .qodef-opener-icon.qodef-source--predefined:not(.qodef--opened),
#qodef-page-header-inner.qodef-skin--light
  .qodef-opener-icon.qodef-source--svg-path:not(.qodef--opened),
.qodef-custom-header-layout.qodef-skin--light
  .qodef-opener-icon.qodef-source--icon-pack:not(.qodef--opened),
.qodef-custom-header-layout.qodef-skin--light
  .qodef-opener-icon.qodef-source--predefined:not(.qodef--opened),
.qodef-custom-header-layout.qodef-skin--light
  .qodef-opener-icon.qodef-source--svg-path:not(.qodef--opened) {
  color: #fff !important;
}
#qodef-page-header-inner.qodef-skin--dark nav > ul > li > a,
.qodef-custom-header-layout.qodef-skin--dark nav > ul > li > a {
  color: #000 !important;
}
#qodef-page-header-inner.qodef-skin--dark nav > ul > li > a:hover,
.qodef-custom-header-layout.qodef-skin--dark nav > ul > li > a:hover {
  color: #0b6354 !important;
}
#qodef-page-header-inner.qodef-skin--dark
  nav
  > ul
  > li.current-menu-ancestor
  > a,
#qodef-page-header-inner.qodef-skin--dark nav > ul > li.current-menu-item > a,
.qodef-custom-header-layout.qodef-skin--dark
  nav
  > ul
  > li.current-menu-ancestor
  > a,
.qodef-custom-header-layout.qodef-skin--dark
  nav
  > ul
  > li.current-menu-item
  > a {
  color: #0b6354 !important;
}
#qodef-page-header-inner.qodef-skin--dark
  .qodef-opener-icon.qodef-source--icon-pack:not(.qodef--opened),
#qodef-page-header-inner.qodef-skin--dark
  .qodef-opener-icon.qodef-source--predefined:not(.qodef--opened),
#qodef-page-header-inner.qodef-skin--dark
  .qodef-opener-icon.qodef-source--svg-path:not(.qodef--opened),
.qodef-custom-header-layout.qodef-skin--dark
  .qodef-opener-icon.qodef-source--icon-pack:not(.qodef--opened),
.qodef-custom-header-layout.qodef-skin--dark
  .qodef-opener-icon.qodef-source--predefined:not(.qodef--opened),
.qodef-custom-header-layout.qodef-skin--dark
  .qodef-opener-icon.qodef-source--svg-path:not(.qodef--opened) {
  color: #000 !important;
}
#qodef-page-header .qodef-header-logo-link img.qodef--main {
  opacity: 1;
}
#qodef-page-header .qodef-header-logo-link img.qodef--dark,
#qodef-page-header .qodef-header-logo-link img.qodef--light {
  opacity: 0;
}
#qodef-page-header
  .qodef-header-logo-link
  img:not(.qodef--main):not(.qodef--sticky) {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
#qodef-page-header .qodef-header-logo-image.qodef--customizer {
  max-height: 100%;
  width: auto;
  margin-right: auto;
}
#qodef-page-header-inner.qodef-skin--light
  .qodef-header-logo-link
  img.qodef--dark,
#qodef-page-header-inner.qodef-skin--light
  .qodef-header-logo-link
  img.qodef--main {
  opacity: 0;
}
#qodef-page-header-inner.qodef-skin--light
  .qodef-header-logo-link
  img.qodef--light {
  opacity: 1;
}
#qodef-page-header-inner.qodef-skin--dark
  .qodef-header-logo-link
  img.qodef--light,
#qodef-page-header-inner.qodef-skin--dark
  .qodef-header-logo-link
  img.qodef--main {
  opacity: 0;
}
#qodef-page-header-inner.qodef-skin--dark
  .qodef-header-logo-link
  img.qodef--dark {
  opacity: 1;
}
.qodef-header--bottom .qodef-slider-holder {
  overflow: hidden;
}
@media only screen and (max-width: 1024px) {
  .qodef-header--bottom .qodef-slider-holder {
    height: calc(100vh - 90px) !important;
  }
}
.qodef-header--bottom
  #qodef-page-header:not(.qodef-header-open-bottom)
  #qodef-page-header-inner
  .qodef-header-navigation
  ul
  li
  .qodef-drop-down-second {
  top: auto;
  bottom: 100%;
}
.qodef-header--bottom.qodef-header-appearance--fixed #qodef-page-header {
  position: fixed;
  top: auto !important;
  bottom: 0;
  left: 0;
  width: 100%;
}
.qodef-header--bottom.qodef-header-appearance--fixed #qodef-page-outer {
  padding-top: 0 !important;
}
.qodef-header--bottom #qodef-page-header .qodef-bottom-header-left-wrapper,
.qodef-header--bottom #qodef-page-header .qodef-bottom-header-right-wrapper {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.qodef-header--bottom
  #qodef-page-header
  .qodef-bottom-header-left-wrapper
  .qodef-header-navigation {
  margin-left: auto;
}
.qodef-header--bottom #qodef-page-header .qodef-header-logo-link {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-item-align: center;
  align-self: center;
}
.qodef-header--bottom #qodef-page-header .qodef-header-navigation {
  margin: 0 50px;
}
.qodef-header--bottom #qodef-page-header .qodef-widget-holder {
  margin-left: 0;
}
.qodef-header--bottom #qodef-page-header-inner {
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.qodef-header--divided #qodef-page-header .qodef-divided-header-left-wrapper,
.qodef-header--divided #qodef-page-header .qodef-divided-header-right-wrapper {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.qodef-header--divided
  #qodef-page-header
  .qodef-divided-header-left-wrapper
  .qodef-header-navigation {
  margin-left: auto;
}
.qodef-header--divided #qodef-page-header .qodef-header-logo-link {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-item-align: center;
  align-self: center;
}
.qodef-header--divided #qodef-page-header .qodef-header-navigation {
  margin: 0 60px;
}
.qodef-header--divided #qodef-page-header .qodef-widget-holder {
  margin-left: 0;
}
.qodef-header--divided #qodef-page-header-inner {
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.qodef-header--minimal #qodef-page-header {
  padding-top: 32px;
  padding-bottom: 43px;
}
.qodef-header--minimal #qodef-page-header-inner {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.qodef-header--minimal #qodef-page-header-inner .qodef-widget-holder {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-right: 30px;
  margin-left: 0;
  min-width: 195px;
}
.qodef-header--minimal #qodef-page-header-inner .qodef-widget-holder .widget {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.qodef-header-standard--right
  #qodef-page-header-inner
  .qodef-header-navigation {
  margin-left: auto;
}
.qodef-header-standard--center #qodef-page-header-inner .qodef-header-wrapper {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
  height: 100%;
}
.qodef-header-standard--center #qodef-page-header-inner .qodef-header-logo {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.qodef-header-standard--center
  #qodef-page-header-inner
  .qodef-header-navigation {
  margin-left: auto;
  margin-right: auto;
}
.qodef-header-standard--center #qodef-page-header-inner .qodef-widget-holder {
  position: absolute;
  top: 0;
  right: 0;
  margin-left: 0;
}
.qodef-header-standard--left #qodef-page-header-inner .qodef-header-navigation {
  margin-right: auto;
}
.qodef-header-standard--left #qodef-page-header-inner .qodef-header-logo-link {
  margin-right: 50px;
}
@media only screen and (max-width: 1280px) {
  .qodef-header-standard--left
    #qodef-page-header-inner
    .qodef-button.qodef-html--link {
    padding: 15px 30px;
  }
}
@media only screen and (min-width: 1441px) and (max-width: 1680px) {
  .qodef-content-grid-1400.qodef-header--vertical .qodef-content-grid,
  .qodef-header--vertical
    section.qodef-elementor-content-grid
    > .elementor-container {
    width: 1100px;
  }
}
@media only screen and (min-width: 1281px) and (max-width: 1440px) {
  .qodef-content-grid-1400.qodef-header--vertical .qodef-content-grid,
  .qodef-header--vertical
    section.qodef-elementor-content-grid
    > .elementor-container {
    width: 960px;
  }
}
@media only screen and (min-width: 1025px) and (max-width: 1280px) {
  .qodef-content-grid-1400.qodef-header--vertical .qodef-content-grid,
  .qodef-header--vertical
    section.qodef-elementor-content-grid
    > .elementor-container {
    width: 768px;
  }
}
@media only screen and (min-width: 1441px) and (max-width: 1680px) {
  .qodef-content-grid-1300.qodef-header--vertical .qodef-content-grid,
  .qodef-header--vertical
    section.qodef-elementor-content-grid
    > .elementor-container {
    width: 1100px;
  }
}
@media only screen and (min-width: 1281px) and (max-width: 1440px) {
  .qodef-content-grid-1300.qodef-header--vertical .qodef-content-grid,
  .qodef-header--vertical
    section.qodef-elementor-content-grid
    > .elementor-container {
    width: 960px;
  }
}
@media only screen and (min-width: 1025px) and (max-width: 1280px) {
  .qodef-content-grid-1300.qodef-header--vertical .qodef-content-grid,
  .qodef-header--vertical
    section.qodef-elementor-content-grid
    > .elementor-container {
    width: 768px;
  }
}
@media only screen and (min-width: 1441px) and (max-width: 1680px) {
  .qodef-content-grid-1200.qodef-header--vertical .qodef-content-grid,
  .qodef-header--vertical
    section.qodef-elementor-content-grid
    > .elementor-container {
    width: 1100px;
  }
}
@media only screen and (min-width: 1281px) and (max-width: 1440px) {
  .qodef-content-grid-1200.qodef-header--vertical .qodef-content-grid,
  .qodef-header--vertical
    section.qodef-elementor-content-grid
    > .elementor-container {
    width: 960px;
  }
}
@media only screen and (min-width: 1025px) and (max-width: 1280px) {
  .qodef-content-grid-1200.qodef-header--vertical .qodef-content-grid,
  .qodef-header--vertical
    section.qodef-elementor-content-grid
    > .elementor-container {
    width: 768px;
  }
}
@media only screen and (min-width: 1281px) and (max-width: 1366px) {
  .qodef-content-grid-1100.qodef-header--vertical .qodef-content-grid,
  .qodef-header--vertical
    section.qodef-elementor-content-grid
    > .elementor-container {
    width: 960px;
  }
}
@media only screen and (min-width: 1025px) and (max-width: 1280px) {
  .qodef-content-grid-1100.qodef-header--vertical .qodef-content-grid,
  .qodef-header--vertical
    section.qodef-elementor-content-grid
    > .elementor-container {
    width: 768px;
  }
}
.qodef-header--vertical #qodef-page-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 300px;
  height: 100%;
}
.qodef-header--vertical #qodef-page-header .qodef-header-logo-link {
  height: auto;
}
.qodef-header--vertical #qodef-page-header-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 40px;
  border: 1px solid #ede7e5;
}
@media only screen and (max-width: 1440px) {
  .qodef-header--vertical #qodef-page-header-inner {
    padding-bottom: 20px;
  }
}
.qodef-header--vertical #qodef-page-header-inner .qodef-widget-holder {
  display: block;
  margin: 0;
  height: auto;
}
.qodef-header--vertical #qodef-page-header-inner .qodef-widget-holder .widget {
  height: auto;
  margin: 0 0 7px;
}
.qodef-header--vertical
  #qodef-page-header-inner
  .qodef-widget-holder
  .widget:last-child {
  margin-bottom: 0;
}
.qodef-header--vertical.admin-bar #qodef-page-header {
  top: 32px;
  height: calc(100% - 32px);
}
.qodef-header--vertical #qodef-page-footer,
.qodef-header--vertical #qodef-page-outer {
  padding-left: 300px;
}
.qodef-header--vertical .qodef-header-vertical-navigation {
  margin-top: 17px;
  margin-bottom: auto;
  z-index: 100;
  width: 100%;
}
.qodef-header--vertical .qodef-header-vertical-navigation ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.qodef-header--vertical .qodef-header-vertical-navigation ul li {
  position: relative;
  padding: 0;
  margin: 0;
}
.qodef-header--vertical .qodef-header-vertical-navigation ul li a {
  position: relative;
  display: block;
}
.qodef-header--vertical
  .qodef-header-vertical-navigation
  ul
  li
  a
  .qodef-menu-item-arrow {
  position: absolute;
  top: calc(50% - 12px);
  right: 0;
  width: 22px;
  height: auto;
  fill: currentColor;
}
.qodef-header--vertical
  .qodef-header-vertical-navigation
  ul
  li
  .qodef-drop-down-second {
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}
.qodef-header--vertical
  .qodef-header-vertical-navigation
  ul
  li
  .qodef-drop-down-second-inner {
  position: relative;
  display: block;
  padding: 0;
  z-index: 997;
}
.qodef-header--vertical
  .qodef-header-vertical-navigation
  ul
  li.qodef--hide-link
  > a {
  cursor: default;
}
.qodef-header--vertical
  .qodef-header-vertical-navigation
  .qodef-menu-item-icon {
  margin-right: 5px;
}
.qodef-header--vertical
  .qodef-header-vertical-navigation
  .qodef-mega-menu-widget-holder {
  display: none;
}
.qodef-header--vertical .qodef-header-vertical-navigation > ul > li {
  margin: 28px 0;
}
.qodef-header--vertical .qodef-header-vertical-navigation > ul > li > a {
  font-family: Sarabun, sans-serif;
  font-size: 16px;
  line-height: 1.87em;
  font-weight: 300;
  color: #505050;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 0.1em;
  color: #000;
}
.qodef-header--vertical
  .qodef-header-vertical-navigation
  > ul
  > li
  > a
  .qodef-e-title,
.qodef-header--vertical
  .qodef-header-vertical-navigation
  > ul
  > li
  > a
  .qodef-menu-item-text {
  position: relative;
  line-height: 1;
}
.qodef-header--vertical
  .qodef-header-vertical-navigation
  > ul
  > li
  > a
  .qodef-e-title:before,
.qodef-header--vertical
  .qodef-header-vertical-navigation
  > ul
  > li
  > a
  .qodef-menu-item-text:before {
  content: '';
  position: absolute;
  top: calc(100% + 6px);
  height: 1px;
  width: 0;
  background: #000;
  -webkit-transition: width 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  -o-transition: width 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  transition: width 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.qodef-header--vertical
  .qodef-header-vertical-navigation
  > ul
  > li
  > a
  .qodef-menu-item-text:before {
  top: calc(100% + 1px);
}
.qodef-header--vertical
  .qodef-header-vertical-navigation
  > ul
  > li
  > a:hover
  .qodef-e-title:before,
.qodef-header--vertical
  .qodef-header-vertical-navigation
  > ul
  > li
  > a:hover
  .qodef-menu-item-text:before {
  width: 100%;
}
.qodef-header--vertical
  .qodef-header-vertical-navigation
  > ul
  > li
  .qodef-drop-down-second-inner
  > ul {
  padding: 10px 0 5px;
}
.qodef-header--vertical
  .qodef-header-vertical-navigation
  > ul
  > li
  .qodef-drop-down-second-inner
  ul {
  padding-left: 20px;
  -webkit-box-shadow: 0 3px 6px #0000000f;
  box-shadow: 0 3px 6px #0000000f;
}
.qodef-header--vertical
  .qodef-header-vertical-navigation
  > ul
  > li
  .qodef-drop-down-second-inner
  ul
  li
  > a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  white-space: normal;
  margin: 17px 0;
  -webkit-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  font-family: Sarabun, sans-serif;
  font-size: 16px;
  line-height: 1.87em;
  font-weight: 300;
  color: #505050;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 0.07em;
  color: #000;
}
.qodef-header--vertical
  .qodef-header-vertical-navigation
  > ul
  > li
  .qodef-drop-down-second-inner
  ul
  li
  > a
  .qodef-menu-item-icon {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.qodef-header--vertical
  .qodef-header-vertical-navigation
  > ul
  > li
  .qodef-drop-down-second-inner
  ul
  li
  > a
  .qodef-menu-item-text {
  position: relative;
}
.qodef-header--vertical
  .qodef-header-vertical-navigation
  > ul
  > li
  .qodef-drop-down-second-inner
  ul
  li
  > a
  .qodef-menu-item-text:before {
  content: '';
  position: absolute;
  top: calc(100% - 3px);
  height: 1px;
  width: 0;
  background: #000;
  -webkit-transition: width 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  -o-transition: width 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  transition: width 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  left: 0;
}
.qodef-header--vertical
  .qodef-header-vertical-navigation
  > ul
  > li
  .qodef-drop-down-second-inner
  ul
  li.current-menu-ancestor
  > a
  .qodef-menu-item-text:before,
.qodef-header--vertical
  .qodef-header-vertical-navigation
  > ul
  > li
  .qodef-drop-down-second-inner
  ul
  li.current-menu-item
  > a
  .qodef-menu-item-text:before,
.qodef-header--vertical
  .qodef-header-vertical-navigation
  > ul
  > li
  .qodef-drop-down-second-inner
  ul
  li:hover
  > a
  .qodef-menu-item-text:before {
  width: 100%;
}
.qodef-header--vertical
  .qodef-header-vertical-navigation
  > ul
  > li.current-menu-ancestor
  > a
  .qodef-e-title:before,
.qodef-header--vertical
  .qodef-header-vertical-navigation
  > ul
  > li.current-menu-ancestor
  > a
  .qodef-menu-item-text:before,
.qodef-header--vertical
  .qodef-header-vertical-navigation
  > ul
  > li.current-menu-item
  > a
  .qodef-e-title:before,
.qodef-header--vertical
  .qodef-header-vertical-navigation
  > ul
  > li.current-menu-item
  > a
  .qodef-menu-item-text:before {
  width: 100%;
}
.qodef-header--vertical
  .qodef-header-vertical-navigation.qodef-vertical-drop-down--below
  ul
  li
  a
  .qodef-menu-item-arrow {
  -webkit-transform: rotate(0);
  -ms-transform: rotate(0);
  transform: rotate(0);
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  -o-transition: transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
.qodef-header--vertical
  .qodef-header-vertical-navigation.qodef-vertical-drop-down--below
  ul
  li
  .qodef-drop-down-second {
  display: none;
}
.qodef-header--vertical
  .qodef-header-vertical-navigation.qodef-vertical-drop-down--below
  ul
  li.qodef-menu-item--open
  > a
  .qodef-menu-item-arrow {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.qodef-header--vertical
  .qodef-header-vertical-navigation.qodef-vertical-drop-down--side
  .qodef-drop-down-second {
  position: absolute;
  top: 0;
  width: 100%;
}
.qodef-header--vertical
  .qodef-header-vertical-navigation.qodef-vertical-drop-down--side
  .qodef-drop-down-second
  ul {
  position: absolute;
  top: -34px;
  left: calc(100% + 40px);
  width: 254px;
  background-color: #fff;
  padding: 16px 50px;
  margin-left: 50px;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  -o-transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.qodef-header--vertical
  .qodef-header-vertical-navigation.qodef-vertical-drop-down--side
  .qodef-drop-down-second
  ul.qodef-float--open {
  margin-left: 0;
  opacity: 1;
  visibility: visible;
  z-index: 900;
  -webkit-transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1) 0.1s;
  -o-transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1) 0.1s;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1) 0.1s;
}
.qodef-header--vertical
  .qodef-header-vertical-navigation.qodef-vertical-drop-down--side
  .qodef-drop-down-second
  ul
  ul {
  top: -33px;
  left: calc(100% + 50px);
  visibility: hidden;
  -webkit-transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  -o-transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.qodef-header--fixed-display #qodef-page-header,
.qodef-header--fixed-display #qodef-top-area {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
}
.qodef--boxed.qodef-header--fixed-display #qodef-top-area {
  left: 30px;
  width: calc(100% - 60px);
}
.qodef--boxed.qodef-header--fixed-display #qodef-page-header {
  left: 30px;
  width: calc(100% - 60px);
}
.qodef-header--fixed-display.admin-bar #qodef-page-header,
.qodef-header--fixed-display.admin-bar #qodef-top-area {
  top: 32px;
}
.qodef-header-sticky {
  position: fixed;
  top: 0;
  left: 0;
  height: 80px;
  width: 100%;
  background-color: #fff;
  -webkit-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transform: translateY(-100%);
  -webkit-transition: top 0.5s ease, -webkit-transform 0.5s ease;
  transition: top 0.5s ease, -webkit-transform 0.5s ease;
  -o-transition: transform 0.5s ease, top 0.5s ease;
  transition: transform 0.5s ease, top 0.5s ease;
  transition: transform 0.5s ease, top 0.5s ease, -webkit-transform 0.5s ease;
  z-index: 100;
}
.qodef-header--sticky-display .qodef-header-sticky {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
.admin-bar.qodef-header--sticky-display .qodef-header-sticky {
  top: 32px;
}
.qodef-header-sticky-inner {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  height: 100%;
  padding: 0 40px;
}
.qodef-header-sticky-inner.qodef-content-grid {
  padding: 0;
}
.qodef-header-standard--right
  .qodef-header-sticky-inner
  .qodef-header-logo-link {
  margin-right: auto;
}
.qodef-header-standard--left .qodef-header-sticky-inner {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.qodef-header-standard--left
  .qodef-header-sticky-inner
  .qodef-header-navigation {
  margin-left: 20px;
}
.qodef-header-standard--left .qodef-header-sticky-inner .qodef-widget-holder {
  margin-left: auto !important;
}
#qodef-top-area {
  position: relative;
  background-color: #000;
  z-index: 101;
}
#qodef-top-area-inner {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 40px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0 40px;
  position: relative;
}
#qodef-top-area-inner.qodef-content-grid {
  padding: 0 !important;
}
#qodef-top-area .qodef-widget-holder {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100%;
}
#qodef-top-area .qodef-widget-holder.qodef-top-area-left {
  margin-right: auto;
}
#qodef-top-area .qodef-widget-holder.qodef-top-area-right {
  margin-left: auto;
}
#qodef-top-area .qodef-widget-holder .widget {
  margin: 0 37px;
}
#qodef-top-area .qodef-widget-holder .widget:first-child {
  margin-left: 0;
}
#qodef-top-area .qodef-widget-holder .widget:last-child {
  margin-right: 0;
}
#qodef-top-area .widget {
  display: inline-block;
  vertical-align: middle;
  line-height: 1;
}
#qodef-top-area .widget .textwidget > *,
#qodef-top-area .widget .widget p {
  margin: 0;
}
#qodef-top-area div[id^='monster-widget-placeholder'],
#qodef-top-area div[id^='woo-monster-widget-placeholder'] {
  display: none;
}
#qodef-multiple-map-notice {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100%;
  padding: 30px 15%;
  text-align: center;
  color: #0b6354;
  background-color: #fafafa;
}
.qodef-map-marker-holder {
  -webkit-transform: translate(-50%, -100%);
  -ms-transform: translate(-50%, -100%);
  transform: translate(-50%, -100%);
  z-index: 10;
}
.qodef-map-marker-holder.qodef-active {
  z-index: 500;
}
.qodef-map-marker-holder.qodef-active .qodef-map-marker svg path:first-child {
  fill: #3ebeb4;
}
.qodef-map-marker-holder.qodef-active .qodef-map-marker svg path:last-child {
  fill: #51a69e;
}
.qodef-map-marker-holder#qodef-geo-location-marker .qodef-info-window {
  display: block;
}
.qodef-map-marker-holder#qodef-geo-location-marker
  .qodef-map-marker
  svg
  path:first-child {
  fill: #3ebeb4;
}
.qodef-map-marker-holder#qodef-geo-location-marker
  .qodef-map-marker
  svg
  path:last-child {
  fill: #51a69e;
}
.qodef-map-marker-holder .qodef-map-marker {
  position: relative;
  width: 50px;
  height: auto;
  -webkit-transition: all 0.15s ease-out;
  -o-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}
.qodef-map-marker-holder .qodef-map-marker .qodef-map-marker-inner {
  position: relative;
  width: 100%;
  height: 100%;
}
.qodef-map-marker-holder .qodef-map-marker svg {
  width: 100%;
  height: auto;
}
.qodef-map-marker-holder .qodef-map-marker svg path {
  -webkit-transition: fill 0.2s ease-in-out;
  -o-transition: fill 0.2s ease-in-out;
  transition: fill 0.2s ease-in-out;
}
.qodef-map-marker-holder .qodef-map-marker:hover svg path:first-child {
  fill: #3ebeb4;
}
.qodef-map-marker-holder .qodef-map-marker:hover svg path:last-child {
  fill: #51a69e;
}
.qodef-map-marker-holder .qodef-info-window {
  position: absolute;
  top: -10px;
  left: -17px;
  display: none;
  min-width: 284px;
  background-color: #fff;
  border: 1px solid #c4c4c4;
  border-radius: 4px;
  -webkit-box-shadow: 3px 3px 16px 2px rgba(0, 0, 0, 0.04);
  box-shadow: 3px 3px 16px 2px rgba(0, 0, 0, 0.04);
  z-index: 10;
  -webkit-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  -webkit-transform: translate(0, -100%);
  -ms-transform: translate(0, -100%);
  transform: translate(0, -100%);
}
.qodef-map-marker-holder .qodef-info-window-inner {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 8px;
}
.qodef-map-marker-holder .qodef-info-window-inner:after {
  content: '';
  position: absolute;
  bottom: -4px;
  left: 35px;
  width: 5px;
  height: 5px;
  background-color: #fff;
  border-top: 1px solid #c4c4c4;
  border-left: 1px solid #c4c4c4;
  -webkit-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  transform: rotate(-135deg);
}
.qodef-map-marker-holder .qodef-info-window-inner .qodef-info-window-image {
  margin-right: 12px;
}
.qodef-map-marker-holder .qodef-info-window-inner .qodef-info-window-image img {
  display: block;
  width: 65px;
}
.qodef-map-marker-holder .qodef-info-window-inner .qodef-info-window-title {
  margin: 0;
  -webkit-transition: color 0.2s ease-out;
  -o-transition: color 0.2s ease-out;
  transition: color 0.2s ease-out;
}
.qodef-map-marker-holder .qodef-info-window-inner .qodef-info-window-location {
  margin: 3px 0 0;
  font-family: Sarabun, sans-serif;
  font-size: 14px;
  line-height: 1.2em;
}
.qodef-map-marker-holder .qodef-info-window-inner .qodef-info-window-link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 5;
}
.qodef-map-marker-holder
  .qodef-info-window-inner
  .qodef-info-window-link:hover
  ~ .qodef-info-window-details
  .qodef-info-window-title {
  color: #0b6354;
}
.qodef-cluster-marker {
  width: 50px;
  height: auto;
}
.qodef-cluster-marker.qodef-active svg path:first-child,
.qodef-cluster-marker:hover svg path:first-child {
  fill: #3ebeb4;
}
.qodef-cluster-marker.qodef-active svg path:last-child,
.qodef-cluster-marker:hover svg path:last-child {
  fill: #51a69e;
}
.qodef-cluster-marker .qodef-cluster-marker-inner {
  position: relative;
}
.qodef-cluster-marker .qodef-cluster-marker-inner .qodef-cluster-marker-number {
  position: absolute;
  top: -4px;
  left: 0;
  right: 0;
  font-size: 30px;
  font-weight: 700;
  text-align: center;
  color: #000;
}
.qodef-cluster-marker svg {
  width: 100%;
  height: auto;
}
.qodef-cluster-marker svg path {
  -webkit-transition: fill 0.2s ease-in-out;
  -o-transition: fill 0.2s ease-in-out;
  transition: fill 0.2s ease-in-out;
}
.qodef-places-geo-radius {
  position: absolute;
  left: 0;
  top: calc(100% + 10px);
  width: 100%;
  height: 48px;
  display: none;
  padding: 10px 20px;
  background-color: #fff;
  border: 1px solid #c4c4c4;
  z-index: 9999;
}
.qodef-places-geo-radius .qodef-range-slider-label {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100%;
}
.qodef-places-geo-radius .noUi-target {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  height: 3px;
  width: calc(100% - 70px);
  background-color: #eaeaea;
  border: 0;
  direction: ltr;
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-user-select: none;
  -ms-touch-action: none;
  touch-action: none;
  -ms-user-select: none;
  -moz-user-select: none;
  user-select: none;
  margin-left: 10px;
}
.qodef-places-geo-radius .noUi-target * {
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-user-select: none;
  -ms-touch-action: none;
  touch-action: none;
  -ms-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.qodef-places-geo-radius .noUi-target .noUi-base {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.qodef-places-geo-radius .noUi-target .noUi-connects {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: 0;
}
.qodef-places-geo-radius .noUi-target .noUi-connect,
.qodef-places-geo-radius .noUi-target .noUi-origin {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  will-change: transform;
  -webkit-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
}
.qodef-places-geo-radius .noUi-target .noUi-connect {
  background-color: #0b6354;
}
.qodef-places-geo-radius .noUi-target .noUi-handle {
  position: absolute;
  top: -3px;
  left: auto;
  right: -9px;
  width: 9px;
  height: 9px;
  background-color: #0b6354;
  cursor: pointer;
}
.qodef-places-geo-radius .noUi-target .noUi-tooltip {
  position: absolute;
  left: 50%;
  bottom: 7px;
  display: block;
  font-size: 12px;
  white-space: nowrap;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
.qodef-places-geo-radius .noUi-target .noUi-tooltip:after {
  content: ' km';
}
.qodef-places-geo-radius .noUi-state-drag * {
  cursor: inherit !important;
}
.qodef-places-geo-radius .noUi-draggable {
  cursor: ew-resize;
}
.qodef-places-geo-radius [disabled] .noUi-handle,
.qodef-places-geo-radius [disabled].noUi-handle,
.qodef-places-geo-radius [disabled].noUi-target {
  cursor: not-allowed !important;
}
#qodef-page-mobile-header {
  background-color: #fff;
}
#qodef-page-mobile-header .qodef-widget-holder {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100%;
}
#qodef-page-mobile-header .qodef-widget-holder .widget {
  margin: 0 37px 0 0;
}
#qodef-page-mobile-header .qodef-widget-holder .widget:last-child {
  margin-right: 0;
}
#qodef-page-mobile-header .widget {
  display: inline-block;
  vertical-align: middle;
  line-height: 1;
}
#qodef-page-mobile-header .widget .textwidget > *,
#qodef-page-mobile-header .widget .widget p {
  margin: 0;
}
#qodef-page-mobile-header div[id^='monster-widget-placeholder'],
#qodef-page-mobile-header div[id^='woo-monster-widget-placeholder'] {
  display: none;
}
#qodef-page-mobile-header .qodef-mobile-header-opener.qodef--opened {
  color: #0b6354;
}
#qodef-page-mobile-header
  .qodef-mobile-header-opener.qodef--opened
  .qodef-m-icon {
  visibility: hidden;
}
#qodef-page-mobile-header
  .qodef-mobile-header-opener.qodef--opened
  .qodef-m-icon.qodef--close {
  visibility: visible;
}
.qodef-mobile-header--sticky #qodef-page-mobile-header {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  -webkit-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transform: translateY(-100%);
}
.qodef-mobile-header--sticky-animation #qodef-page-mobile-header {
  -webkit-transition: top 0.3s ease, -webkit-transform 0.3s ease;
  transition: top 0.3s ease, -webkit-transform 0.3s ease;
  -o-transition: transform 0.3s ease, top 0.3s ease;
  transition: transform 0.3s ease, top 0.3s ease;
  transition: transform 0.3s ease, top 0.3s ease, -webkit-transform 0.3s ease;
}
.qodef-mobile-header--sticky-display #qodef-page-mobile-header {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
.admin-bar.qodef-mobile-header--sticky-display #qodef-page-mobile-header {
  top: 46px;
}
#qodef-page-mobile-header-inner.qodef-content-grid {
  padding: 0;
}
.qodef--passepartout #qodef-page-mobile-header-inner {
  padding: 0;
}
.qodef-mobile-header-navigation ul li .qodef-content-grid {
  width: 100%;
}
#qodef-page-mobile-header {
  -webkit-box-shadow: 0 3px 6px -3px #00000012;
  box-shadow: 0 3px 6px -3px #00000012;
}
#qodef-page-mobile-header .qodef-header-logo-image.qodef--customizer {
  max-height: 100%;
  width: auto;
  margin-right: auto;
}
#qodef-page-mobile-header .qodef-mobile-header-logo-link img.qodef--main {
  opacity: 1;
}
#qodef-page-mobile-header .qodef-mobile-header-logo-link img.qodef--dark,
#qodef-page-mobile-header .qodef-mobile-header-logo-link img.qodef--light {
  opacity: 0;
}
#qodef-page-mobile-header .qodef-mobile-header-logo-link img:not(.qodef--main) {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.qodef-mobile-header-navigation ul li a .qodef-menu-item-icon {
  margin-right: 5px;
}
.qodef-mobile-header-navigation ul li.qodef--hide-link > a {
  cursor: default;
}
.qodef-mobile-header-navigation .qodef-mega-menu-widget-holder {
  display: none;
}
.qodef-mobile-header--minimal
  #qodef-page-mobile-header-inner
  .qodef-opener-icon {
  margin-left: 0;
}
.qodef-fullscreen-menu--opened {
  overflow-y: hidden;
}
.qodef-fullscreen-menu--opened
  #qodef-page-mobile-header
  .qodef-mobile-header-logo-link
  img.qodef--light {
  opacity: 0;
}
.qodef-fullscreen-menu--opened
  #qodef-page-mobile-header
  .qodef-mobile-header-logo-link
  img.qodef--dark,
.qodef-fullscreen-menu--opened
  #qodef-page-mobile-header
  .qodef-mobile-header-logo-link
  img.qodef--main {
  opacity: 0;
}
.qodef-mobile-header--side-area
  #qodef-page-mobile-header-inner
  .qodef-side-area-mobile-header-opener {
  margin-left: 20px;
}
#qodef-side-area-mobile-header {
  position: fixed;
  top: 0;
  right: -340px;
  width: 340px;
  height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 70px 60px;
  background-color: #000;
  overflow: hidden;
  visibility: hidden;
  z-index: 9999;
  -webkit-transition: all 0.6s cubic-bezier(0.77, 0, 0.175, 1);
  -o-transition: all 0.6s cubic-bezier(0.77, 0, 0.175, 1);
  transition: all 0.6s cubic-bezier(0.77, 0, 0.175, 1);
}
#qodef-side-area-mobile-header .qodef-m-close {
  position: absolute;
  top: 26px;
  right: 40px;
  display: block;
  z-index: 1000;
  color: #fff;
}
#qodef-side-area-mobile-header
  .qodef-m-close.qodef-source--predefined
  .qodef-m-line.qodef--1 {
  top: 13px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
#qodef-side-area-mobile-header
  .qodef-m-close.qodef-source--predefined
  .qodef-m-line.qodef--2 {
  top: 13px;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
#qodef-side-area-mobile-header .qodef-m-navigation ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#qodef-side-area-mobile-header .qodef-m-navigation ul li {
  position: relative;
  padding: 0;
  margin: 0;
}
#qodef-side-area-mobile-header
  .qodef-m-navigation
  ul
  li
  .qodef-drop-down-second {
  display: none;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}
#qodef-side-area-mobile-header
  .qodef-m-navigation
  ul
  li
  .qodef-drop-down-second-inner {
  position: relative;
  display: block;
  padding: 0;
  z-index: 997;
}
#qodef-side-area-mobile-header .qodef-m-navigation ul li.qodef--hide-link > a {
  cursor: default;
}
#qodef-side-area-mobile-header .qodef-m-navigation .qodef-menu-item-icon {
  margin-right: 5px;
}
#qodef-side-area-mobile-header
  .qodef-m-navigation
  .qodef-mega-menu-widget-holder {
  display: none;
}
#qodef-side-area-mobile-header .qodef-m-navigation > ul > li > a {
  font-family: Forum, sans-serif;
  font-weight: 400;
  font-size: 34px;
  line-height: 1.29em;
  letter-spacing: -0.02em;
  color: #fff;
}
#qodef-side-area-mobile-header .qodef-m-navigation > ul > li > a .qodef-e-title,
#qodef-side-area-mobile-header
  .qodef-m-navigation
  > ul
  > li
  > a
  .qodef-menu-item-text {
  position: relative;
  line-height: 1;
}
#qodef-side-area-mobile-header
  .qodef-m-navigation
  > ul
  > li
  > a
  .qodef-e-title:before,
#qodef-side-area-mobile-header
  .qodef-m-navigation
  > ul
  > li
  > a
  .qodef-menu-item-text:before {
  content: '';
  position: absolute;
  top: calc(100% + 6px);
  height: 1px;
  width: 0;
  background: #000;
  -webkit-transition: width 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  -o-transition: width 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  transition: width 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
#qodef-side-area-mobile-header
  .qodef-m-navigation
  > ul
  > li
  > a:hover
  .qodef-e-title:before,
#qodef-side-area-mobile-header
  .qodef-m-navigation
  > ul
  > li
  > a:hover
  .qodef-menu-item-text:before {
  width: 100%;
}
#qodef-side-area-mobile-header
  .qodef-m-navigation
  > ul
  > li
  .qodef-drop-down-second-inner
  > ul {
  padding: 10px 0 5px;
}
#qodef-side-area-mobile-header
  .qodef-m-navigation
  > ul
  > li
  .qodef-drop-down-second-inner
  ul {
  padding-left: 20px;
}
#qodef-side-area-mobile-header
  .qodef-m-navigation
  > ul
  > li
  .qodef-drop-down-second-inner
  ul
  li
  > a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  white-space: normal;
  margin: 17px 0;
  -webkit-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  font-family: Sarabun, sans-serif;
  font-size: 16px;
  line-height: 1.87em;
  font-weight: 300;
  color: #fff;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 0.07em;
}
#qodef-side-area-mobile-header
  .qodef-m-navigation
  > ul
  > li
  .qodef-drop-down-second-inner
  ul
  li
  > a
  .qodef-menu-item-icon {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
#qodef-side-area-mobile-header
  .qodef-m-navigation
  > ul
  > li
  .qodef-drop-down-second-inner
  ul
  li
  > a
  .qodef-menu-item-text {
  position: relative;
}
#qodef-side-area-mobile-header
  .qodef-m-navigation
  > ul
  > li
  .qodef-drop-down-second-inner
  ul
  li
  > a
  .qodef-menu-item-text:before {
  content: '';
  position: absolute;
  top: calc(100% - 3px);
  height: 1px;
  width: 0;
  background: #000;
  -webkit-transition: width 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  -o-transition: width 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  transition: width 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  left: 0;
}
#qodef-side-area-mobile-header
  .qodef-m-navigation
  > ul
  > li
  .qodef-drop-down-second-inner
  ul
  li.current-menu-ancestor
  > a
  .qodef-menu-item-text:before,
#qodef-side-area-mobile-header
  .qodef-m-navigation
  > ul
  > li
  .qodef-drop-down-second-inner
  ul
  li.current-menu-item
  > a
  .qodef-menu-item-text:before,
#qodef-side-area-mobile-header
  .qodef-m-navigation
  > ul
  > li
  .qodef-drop-down-second-inner
  ul
  li:hover
  > a
  .qodef-menu-item-text:before {
  width: 100%;
}
#qodef-side-area-mobile-header
  .qodef-m-navigation
  > ul
  > li.current-menu-ancestor
  > a
  .qodef-e-title:before,
#qodef-side-area-mobile-header
  .qodef-m-navigation
  > ul
  > li.current-menu-ancestor
  > a
  .qodef-menu-item-text:before,
#qodef-side-area-mobile-header
  .qodef-m-navigation
  > ul
  > li.current-menu-item
  > a
  .qodef-e-title:before,
#qodef-side-area-mobile-header
  .qodef-m-navigation
  > ul
  > li.current-menu-item
  > a
  .qodef-menu-item-text:before {
  width: 100%;
}
#qodef-side-area-mobile-header .qodef-widget-holder {
  position: absolute;
  left: 60px;
  bottom: 20px;
  width: calc(100% - 2 * 60px);
  height: auto;
}
#qodef-side-area-mobile-header .qodef-widget-holder .widget {
  margin: 0;
}
.admin-bar #qodef-side-area-mobile-header {
  top: 32px;
  height: calc(100vh - 32px);
}
#qodef-side-area-mobile-header.qodef--opened {
  right: 0;
  visibility: visible;
}
.qodef-header-navigation .qodef-menu-item-icon {
  display: block;
  margin-right: 5px;
  line-height: inherit;
}
.qodef-header-navigation .qodef-menu-item-icon:before {
  display: block;
  line-height: inherit;
}
.qodef-header-navigation ul li .qodef-drop-down-second {
  position: absolute;
  top: 100%;
  left: -50px;
  display: block;
  width: auto;
  height: 0;
  opacity: 0;
  visibility: hidden;
  overflow: hidden;
  z-index: 10;
}
.qodef-header-navigation ul li .qodef-drop-down-second.qodef-drop-down--start {
  opacity: 1;
  visibility: visible;
  overflow: visible;
  z-index: 20;
  -webkit-transition: opacity 0.2s ease-out;
  -o-transition: opacity 0.2s ease-out;
  transition: opacity 0.2s ease-out;
}
.qodef-header-navigation ul li .qodef-mega-menu-widget-holder {
  display: none;
  white-space: normal;
}
.qodef-header-navigation
  ul
  li.qodef-menu-item--narrow
  .qodef-drop-down-second.qodef-drop-down--right {
  left: auto;
  right: -50px;
}
.qodef-header-navigation
  ul
  li.qodef-menu-item--narrow
  .qodef-drop-down-second-inner {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: top;
}
.qodef-header-navigation
  ul
  li.qodef-menu-item--narrow
  .qodef-drop-down-second-inner
  > ul {
  position: relative;
  top: auto;
  opacity: 1;
  visibility: visible;
}
.qodef-header-navigation
  ul
  li.qodef-menu-item--wide
  .qodef-mega-menu-widget-holder {
  display: block;
}
.qodef-header-navigation ul li.qodef-menu-item--wide .qodef-drop-down-second {
  background-color: #000;
}
.qodef-drop-down-second--full-width
  .qodef-header-navigation
  ul
  li.qodef-menu-item--wide
  .qodef-drop-down-second {
  width: 100vw;
}
.qodef--boxed
  .qodef-header-navigation
  ul
  li.qodef-menu-item--wide
  .qodef-drop-down-second-inner,
.qodef-header-navigation
  ul
  li.qodef-menu-item--wide
  .qodef-drop-down-second-inner:not(.qodef-content-grid) {
  padding: 0 40px;
}
.qodef-header-navigation
  ul
  li.qodef-menu-item--wide
  .qodef-drop-down-second-inner
  > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 46px 0 41px;
  margin: 0 -15px;
}
.qodef-header-navigation
  ul
  li.qodef-menu-item--wide
  .qodef-drop-down-second-inner
  > ul
  > li {
  width: 100%;
  padding: 0 15px;
}
.qodef-header-navigation
  ul
  li.qodef-menu-item--wide
  .qodef-drop-down-second-inner
  > ul
  > li
  > a {
  font-family: Forum, sans-serif;
  font-weight: 400;
  font-size: 34px;
  line-height: 1.29em;
  letter-spacing: -0.02em;
  color: #fff;
}
.qodef-header-navigation
  ul
  li.qodef-menu-item--wide
  .qodef-drop-down-second-inner
  > ul
  > li
  > a
  .qodef-e-title,
.qodef-header-navigation
  ul
  li.qodef-menu-item--wide
  .qodef-drop-down-second-inner
  > ul
  > li
  > a
  .qodef-menu-item-text {
  position: relative;
  line-height: 1;
}
.qodef-header-navigation
  ul
  li.qodef-menu-item--wide
  .qodef-drop-down-second-inner
  > ul
  > li
  > a
  .qodef-e-title:before,
.qodef-header-navigation
  ul
  li.qodef-menu-item--wide
  .qodef-drop-down-second-inner
  > ul
  > li
  > a
  .qodef-menu-item-text:before {
  content: '';
  position: absolute;
  top: calc(100% + 6px);
  height: 1px;
  width: 0;
  background: #000;
  -webkit-transition: width 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  -o-transition: width 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  transition: width 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.qodef-header-navigation
  ul
  li.qodef-menu-item--wide
  .qodef-drop-down-second-inner
  > ul
  > li
  > a:hover
  .qodef-e-title:before,
.qodef-header-navigation
  ul
  li.qodef-menu-item--wide
  .qodef-drop-down-second-inner
  > ul
  > li
  > a:hover
  .qodef-menu-item-text:before {
  width: 100%;
}
.qodef-header-navigation
  ul
  li.qodef-menu-item--wide
  .qodef-drop-down-second-inner
  > ul
  > li
  .qodef-menu-item-arrow {
  display: none;
}
.qodef-header-navigation
  ul
  li.qodef-menu-item--wide
  .qodef-drop-down-second-inner
  > ul
  > li
  ul {
  padding-top: 12px;
}
.qodef-header-navigation
  ul
  li.qodef-menu-item--wide
  .qodef-drop-down-second-inner
  > ul
  > li
  ul
  li
  > a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  white-space: normal;
  margin: 17px 0;
  -webkit-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  font-family: Sarabun, sans-serif;
  font-size: 16px;
  line-height: 1.87em;
  font-weight: 300;
  color: #fff;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 0.07em;
}
.qodef-header-navigation
  ul
  li.qodef-menu-item--wide
  .qodef-drop-down-second-inner
  > ul
  > li
  ul
  li
  > a
  .qodef-menu-item-icon {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.qodef-header-navigation
  ul
  li.qodef-menu-item--wide
  .qodef-drop-down-second-inner
  > ul
  > li
  ul
  li
  > a
  .qodef-menu-item-text {
  position: relative;
}
.qodef-header-navigation
  ul
  li.qodef-menu-item--wide
  .qodef-drop-down-second-inner
  > ul
  > li
  ul
  li
  > a
  .qodef-menu-item-text:before {
  content: '';
  position: absolute;
  top: calc(100% - 3px);
  height: 1px;
  width: 0;
  background: #000;
  -webkit-transition: width 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  -o-transition: width 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  transition: width 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  left: 0;
}
.qodef-header-navigation
  ul
  li.qodef-menu-item--wide
  .qodef-drop-down-second-inner
  > ul
  > li
  ul
  li.current-menu-item
  > a
  .qodef-menu-item-text:before,
.qodef-header-navigation
  ul
  li.qodef-menu-item--wide
  .qodef-drop-down-second-inner
  > ul
  > li
  ul
  li:hover
  > a
  .qodef-menu-item-text:before {
  width: 100%;
}
.qodef-header-navigation
  ul
  li.qodef-menu-item--wide
  .qodef-drop-down-second-inner
  > ul
  > li.current-menu-ancestor
  > a
  .qodef-e-title:before,
.qodef-header-navigation
  ul
  li.qodef-menu-item--wide
  .qodef-drop-down-second-inner
  > ul
  > li.current-menu-ancestor
  > a
  .qodef-menu-item-text:before,
.qodef-header-navigation
  ul
  li.qodef-menu-item--wide
  .qodef-drop-down-second-inner
  > ul
  > li.current-menu-item
  > a
  .qodef-e-title:before,
.qodef-header-navigation
  ul
  li.qodef-menu-item--wide
  .qodef-drop-down-second-inner
  > ul
  > li.current-menu-item
  > a
  .qodef-menu-item-text:before {
  width: 100%;
}
.qodef-header-navigation
  ul
  li.qodef-menu-item--wide
  .qodef-drop-down-second-inner
  > ul
  > li.qodef--hide-link:not(.current-menu-ancestor):not(.current-menu-item)
  > a:hover
  .qodef-e-title:before,
.qodef-header-navigation
  ul
  li.qodef-menu-item--wide
  .qodef-drop-down-second-inner
  > ul
  > li.qodef--hide-link:not(.current-menu-ancestor):not(.current-menu-item)
  > a:hover
  .qodef-menu-item-text:before {
  width: 100%;
}
body:not(.qodef-drop-down-second--full-width)
  .qodef-header-navigation
  ul
  li.qodef-menu-item--wide
  .qodef-drop-down-second-inner {
  padding: 0 40px;
}
.qodef-opener-icon {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  line-height: 1;
}
.qodef-opener-icon .qodef-m-icon {
  position: relative;
  visibility: visible;
}
.qodef-opener-icon .qodef-m-icon.qodef--close {
  position: absolute;
  top: 0;
  right: 0;
  visibility: hidden;
}
.qodef-opener-icon .qodef-m-icon.qodef--close .qodef-m-line {
  position: absolute;
  height: 1px;
  width: 14px;
  top: 14px;
  left: 7px;
  background-color: #fff;
}
.qodef-opener-icon .qodef-m-icon.qodef--close .qodef-m-line:first-child {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.qodef-opener-icon .qodef-m-icon.qodef--close .qodef-m-line:last-child {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
@media screen and (max-width: 1024px) {
  .qodef-opener-icon .qodef-m-icon.qodef--close .qodef-m-line {
    width: 12px;
    top: 9px;
    left: 3px;
  }
}
.qodef-opener-icon.qodef-source--icon-pack {
  font-size: 35px;
}
.qodef-opener-icon.qodef-source--icon-pack * {
  display: inline-block;
  line-height: inherit;
}
.qodef-opener-icon.qodef-source--icon-pack :before {
  display: inline-block;
  line-height: inherit;
}
.qodef-opener-icon.qodef-source--svg-path span {
  position: relative;
}
.qodef-opener-icon.qodef-source--svg-path span > * {
  vertical-align: middle;
}
.qodef-opener-icon.qodef-source--svg-path span path,
.qodef-opener-icon.qodef-source--svg-path span > * {
  fill: currentColor;
  stroke: currentColor;
}
.qodef-opener-icon.qodef-source--predefined .qodef-m-lines {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.qodef-opener-icon.qodef-source--predefined .qodef-m-text {
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 0.7px;
  margin-right: 12px;
}
@media only screen and (max-width: 1024px) {
  .qodef-opener-icon.qodef-source--predefined .qodef-m-text {
    margin-right: 5px;
    font-size: 13px;
  }
}
.qodef-opener-icon.qodef-source--predefined .qodef-m-circle {
  height: 28px;
  width: 28px;
  background-color: #0b6354;
  border-radius: 50%;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .qodef-opener-icon.qodef-source--predefined .qodef-m-circle {
    height: 18px;
    width: 18px;
  }
}
.qodef-parallax {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.qodef-parallax.elementor-section {
  overflow: visible;
}
.qodef-parallax-row-holder {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  overflow: hidden;
}
.qodef-parallax-img-holder {
  position: absolute;
  top: -50%;
  height: 150%;
  left: 0;
  width: 100%;
  opacity: 0;
}
.qodef-browser--edge .qodef-parallax-img-holder,
.qodef-browser--ms-explorer .qodef-parallax-img-holder,
.touchevents .qodef-parallax-img-holder {
  top: 0;
  height: 100%;
  opacity: 1;
}
.qodef-parallax-content-holder {
  position: relative;
  z-index: 99;
}
.qodef-parallax-img-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  will-change: transform;
}
.qodef-parallax-img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.touchevents .qodef-parallax-img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.qodef-browser--edge .qodef-parallax-img,
.qodef-browser--ms-explorer .qodef-parallax-img {
  height: 100%;
}
.qodef-contact-form-7 {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: top;
  z-index: 200;
}
.qodef-contact-form-7 .ajax-loader {
  position: absolute;
  right: -10px;
}
.qodef-instagram-list .sbi_item {
  -webkit-transition: 0s !important;
  -o-transition: 0s !important;
  transition: 0s !important;
}
.qodef-instagram-list #sb_instagram {
  padding: 0 !important;
}
.qodef-instagram-list #sb_instagram #sbi_images {
  padding: 0 !important;
}
.qodef-instagram-list .sbi_photo_wrap a {
  background-image: none !important;
  height: auto !important;
  padding-bottom: 0 !important;
  opacity: 1 !important;
}
.qodef-instagram-list .sbi_photo_wrap a:after {
  color: #fff;
  content: '\f16d';
  font-family: 'Font Awesome 5 Brands';
  font-size: 20px;
  left: 50%;
  opacity: 0;
  position: absolute;
  top: 53%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  height: 60px;
  width: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 50%;
  background: #0b6354;
}
.qodef-instagram-list .sbi_photo_wrap a:hover:after {
  top: 50%;
  opacity: 1;
}
.qodef-instagram-list .sbi_photo_wrap a img {
  display: inline-block !important;
}
.qodef-instagram-list.qodef-layout--slider.qodef-gutter--no
  #sb_instagram
  #sbi_images
  > .sbi_item {
  padding: 0 !important;
  margin: 0 !important;
}
.qodef-instagram-list.qodef-layout--slider.qodef-gutter--tiny
  #sb_instagram
  #sbi_images
  > .sbi_item {
  padding: 0 !important;
  margin: 0 10px 0 0 !important;
}
.qodef-instagram-list.qodef-layout--slider.qodef-gutter--small
  #sb_instagram
  #sbi_images
  > .sbi_item {
  padding: 0 !important;
  margin: 0 20px 0 0 !important;
}
.qodef-instagram-list.qodef-layout--slider.qodef-gutter--normal
  #sb_instagram
  #sbi_images
  > .sbi_item {
  padding: 0 !important;
  margin: 0 30px 0 0 !important;
}
.qodef-instagram-list.qodef-layout--slider.qodef-gutter--medium
  #sb_instagram
  #sbi_images
  > .sbi_item {
  padding: 0 !important;
  margin: 0 40px 0 0 !important;
}
.qodef-instagram-list.qodef-layout--slider.qodef-gutter--large
  #sb_instagram
  #sbi_images
  > .sbi_item {
  padding: 0 !important;
  margin: 0 50px 0 0 !important;
}
.qodef-instagram-list.qodef-layout--slider.qodef-gutter--huge
  #sb_instagram
  #sbi_images
  > .sbi_item {
  padding: 0 !important;
  margin: 0 80px 0 0 !important;
}
.qodef-instagram-list.qodef-layout--slider.qodef-gutter--enormous
  #sb_instagram
  #sbi_images
  > .sbi_item {
  padding: 0 !important;
  margin: 0 160px 0 0 !important;
}
.qodef-instagram-list.qodef-layout--slider .qodef-instagram-swiper-container {
  list-style: none;
  margin: 0 auto;
  overflow: hidden;
  padding: 0 !important;
  position: relative;
  visibility: hidden;
  z-index: 1;
}
.qodef-instagram-list.qodef-layout--slider
  .qodef-instagram-swiper-container
  .swiper-slide
  a,
.qodef-instagram-list.qodef-layout--slider
  .qodef-instagram-swiper-container
  .swiper-slide
  img {
  width: 100%;
}
.qodef-instagram-list.qodef-layout--slider
  .qodef-instagram-swiper-container.qodef-swiper--initialized {
  visibility: visible;
}
.qodef-instagram-list.qodef-layout--columns.qodef-gutter--no.qodef--no-bottom-space {
  margin-bottom: 0;
}
.qodef-instagram-list.qodef-layout--columns.qodef-gutter--no.qodef-scattered--yes
  .sbi_item:nth-child(1)
  .sbi_photo {
  -webkit-transition-delay: 150ms;
  -o-transition-delay: 150ms;
  transition-delay: 150ms;
}
.qodef-instagram-list.qodef-layout--columns.qodef-gutter--no.qodef-scattered--yes
  .sbi_item:nth-child(2)
  .sbi_photo {
  -webkit-transition-delay: 0.3s;
  -o-transition-delay: 0.3s;
  transition-delay: 0.3s;
}
.qodef-instagram-list.qodef-layout--columns.qodef-gutter--no.qodef-scattered--yes
  .sbi_item:nth-child(3)
  .sbi_photo {
  -webkit-transition-delay: 450ms;
  -o-transition-delay: 450ms;
  transition-delay: 450ms;
}
.qodef-instagram-list.qodef-layout--columns.qodef-gutter--no.qodef-scattered--yes
  .sbi_item:nth-child(4)
  .sbi_photo {
  -webkit-transition-delay: 0.6s;
  -o-transition-delay: 0.6s;
  transition-delay: 0.6s;
}
.qodef-instagram-list.qodef-layout--columns.qodef-gutter--no.qodef-scattered--yes
  .sbi_item:nth-child(5)
  .sbi_photo {
  -webkit-transition-delay: 750ms;
  -o-transition-delay: 750ms;
  transition-delay: 750ms;
}
.qodef-instagram-list.qodef-layout--columns.qodef-gutter--no.qodef-scattered--yes
  .sbi_item:nth-child(6)
  .sbi_photo {
  -webkit-transition-delay: 0.9s;
  -o-transition-delay: 0.9s;
  transition-delay: 0.9s;
}
.qodef-instagram-list.qodef-layout--columns.qodef-gutter--no.qodef-scattered--yes
  .sbi_item:nth-child(7)
  .sbi_photo {
  -webkit-transition-delay: 1.05s;
  -o-transition-delay: 1.05s;
  transition-delay: 1.05s;
}
.qodef-instagram-list.qodef-layout--columns.qodef-gutter--no.qodef-scattered--yes
  .sbi_item:nth-child(8)
  .sbi_photo {
  -webkit-transition-delay: 1.2s;
  -o-transition-delay: 1.2s;
  transition-delay: 1.2s;
}
.qodef-instagram-list.qodef-layout--columns.qodef-gutter--no.qodef-scattered--yes
  .sbi_item:nth-child(9)
  .sbi_photo {
  -webkit-transition-delay: 1.35s;
  -o-transition-delay: 1.35s;
  transition-delay: 1.35s;
}
.qodef-instagram-list.qodef-layout--columns.qodef-gutter--no.qodef-scattered--yes
  .sbi_item:nth-child(10)
  .sbi_photo {
  -webkit-transition-delay: 1.5s;
  -o-transition-delay: 1.5s;
  transition-delay: 1.5s;
}
.qodef-instagram-list.qodef-layout--columns.qodef-gutter--no.qodef-scattered--yes
  .sbi_photo {
  clip-path: inset(0 0 100% 0);
  -webkit-clip-path: inset(0 0 100% 0);
  -webkit-transform: translateY(-30px);
  -ms-transform: translateY(-30px);
  transform: translateY(-30px);
  will-change: transform;
  -webkit-transition: -webkit-clip-path 1.2s ease, -webkit-transform 1s ease-out;
  transition: -webkit-clip-path 1.2s ease, -webkit-transform 1s ease-out;
  -o-transition: clip-path 1.2s ease, transform 1s ease-out;
  transition: clip-path 1.2s ease, transform 1s ease-out;
  transition: clip-path 1.2s ease, transform 1s ease-out,
    -webkit-clip-path 1.2s ease, -webkit-transform 1s ease-out;
}
.elementor-editor-active
  .qodef-instagram-list.qodef-layout--columns.qodef-gutter--no.qodef-scattered--yes
  .sbi_photo,
.qodef-instagram-list.qodef-layout--columns.qodef-gutter--no.qodef-scattered--yes
  .sbi_photo.qodef--appear {
  clip-path: inset(0 0 0 0);
  -webkit-clip-path: inset(0 0 0 0);
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
.qodef-instagram-list.qodef-layout--columns.qodef-gutter--no
  #sb_instagram
  #sbi_images {
  float: none;
  width: auto;
  margin: 0;
}
.qodef-instagram-list.qodef-layout--columns.qodef-gutter--no
  #sb_instagram
  #sbi_images
  > .sbi_item {
  padding: 0 !important;
  margin: 0 !important;
}
.qodef-instagram-list.qodef-layout--columns.qodef-gutter--tiny.qodef--no-bottom-space {
  margin-bottom: -10px;
}
.qodef-instagram-list.qodef-layout--columns.qodef-gutter--tiny.qodef-scattered--yes
  .sbi_item:nth-child(1)
  .sbi_photo {
  -webkit-transition-delay: 150ms;
  -o-transition-delay: 150ms;
  transition-delay: 150ms;
}
.qodef-instagram-list.qodef-layout--columns.qodef-gutter--tiny.qodef-scattered--yes
  .sbi_item:nth-child(2)
  .sbi_photo {
  -webkit-transition-delay: 0.3s;
  -o-transition-delay: 0.3s;
  transition-delay: 0.3s;
}
.qodef-instagram-list.qodef-layout--columns.qodef-gutter--tiny.qodef-scattered--yes
  .sbi_item:nth-child(3)
  .sbi_photo {
  -webkit-transition-delay: 450ms;
  -o-transition-delay: 450ms;
  transition-delay: 450ms;
}
.qodef-instagram-list.qodef-layout--columns.qodef-gutter--tiny.qodef-scattered--yes
  .sbi_item:nth-child(4)
  .sbi_photo {
  -webkit-transition-delay: 0.6s;
  -o-transition-delay: 0.6s;
  transition-delay: 0.6s;
}
.qodef-instagram-list.qodef-layout--columns.qodef-gutter--tiny.qodef-scattered--yes
  .sbi_item:nth-child(5)
  .sbi_photo {
  -webkit-transition-delay: 750ms;
  -o-transition-delay: 750ms;
  transition-delay: 750ms;
}
.qodef-instagram-list.qodef-layout--columns.qodef-gutter--tiny.qodef-scattered--yes
  .sbi_item:nth-child(6)
  .sbi_photo {
  -webkit-transition-delay: 0.9s;
  -o-transition-delay: 0.9s;
  transition-delay: 0.9s;
}
.qodef-instagram-list.qodef-layout--columns.qodef-gutter--tiny.qodef-scattered--yes
  .sbi_item:nth-child(7)
  .sbi_photo {
  -webkit-transition-delay: 1.05s;
  -o-transition-delay: 1.05s;
  transition-delay: 1.05s;
}
.qodef-instagram-list.qodef-layout--columns.qodef-gutter--tiny.qodef-scattered--yes
  .sbi_item:nth-child(8)
  .sbi_photo {
  -webkit-transition-delay: 1.2s;
  -o-transition-delay: 1.2s;
  transition-delay: 1.2s;
}
.qodef-instagram-list.qodef-layout--columns.qodef-gutter--tiny.qodef-scattered--yes
  .sbi_item:nth-child(9)
  .sbi_photo {
  -webkit-transition-delay: 1.35s;
  -o-transition-delay: 1.35s;
  transition-delay: 1.35s;
}
.qodef-instagram-list.qodef-layout--columns.qodef-gutter--tiny.qodef-scattered--yes
  .sbi_item:nth-child(10)
  .sbi_photo {
  -webkit-transition-delay: 1.5s;
  -o-transition-delay: 1.5s;
  transition-delay: 1.5s;
}
.qodef-instagram-list.qodef-layout--columns.qodef-gutter--tiny.qodef-scattered--yes
  .sbi_photo {
  clip-path: inset(0 0 100% 0);
  -webkit-clip-path: inset(0 0 100% 0);
  -webkit-transform: translateY(-30px);
  -ms-transform: translateY(-30px);
  transform: translateY(-30px);
  will-change: transform;
  -webkit-transition: -webkit-clip-path 1.2s ease, -webkit-transform 1s ease-out;
  transition: -webkit-clip-path 1.2s ease, -webkit-transform 1s ease-out;
  -o-transition: clip-path 1.2s ease, transform 1s ease-out;
  transition: clip-path 1.2s ease, transform 1s ease-out;
  transition: clip-path 1.2s ease, transform 1s ease-out,
    -webkit-clip-path 1.2s ease, -webkit-transform 1s ease-out;
}
.elementor-editor-active
  .qodef-instagram-list.qodef-layout--columns.qodef-gutter--tiny.qodef-scattered--yes
  .sbi_photo,
.qodef-instagram-list.qodef-layout--columns.qodef-gutter--tiny.qodef-scattered--yes
  .sbi_photo.qodef--appear {
  clip-path: inset(0 0 0 0);
  -webkit-clip-path: inset(0 0 0 0);
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
.qodef-instagram-list.qodef-layout--columns.qodef-gutter--tiny.qodef-scattered--yes.qodef-col-num--2
  #sb_instagram
  #sbi_images
  > .sbi_item:nth-child(2n) {
  margin: 5px 0 0 !important;
}
@media only screen and (min-width: 641px) {
  .qodef-instagram-list.qodef-layout--columns.qodef-gutter--tiny.qodef-scattered--yes.qodef-col-num--2
    #sb_instagram
    #sbi_images
    > .sbi_item:nth-child(2n),
  .qodef-instagram-list.qodef-layout--columns.qodef-gutter--tiny.qodef-scattered--yes.qodef-col-num--4
    #sb_instagram
    #sbi_images
    > .sbi_item:nth-child(2n),
  .qodef-instagram-list.qodef-layout--columns.qodef-gutter--tiny.qodef-scattered--yes.qodef-col-num--6
    #sb_instagram
    #sbi_images
    > .sbi_item:nth-child(2n) {
    margin: 5px 0 0 !important;
  }
  .qodef-instagram-list.qodef-layout--columns.qodef-gutter--tiny.qodef-scattered--yes.qodef-col-num--3
    #sb_instagram
    #sbi_images
    > .sbi_item:nth-child(3n + 2) {
    margin: 5px 0 0 !important;
  }
  .qodef-instagram-list.qodef-layout--columns.qodef-gutter--tiny.qodef-scattered--yes.qodef-col-num--5
    #sb_instagram
    #sbi_images
    > .sbi_item:nth-child(5n + 2),
  .qodef-instagram-list.qodef-layout--columns.qodef-gutter--tiny.qodef-scattered--yes.qodef-col-num--5
    #sb_instagram
    #sbi_images
    > .sbi_item:nth-child(5n + 4) {
    margin: 5px 0 0 !important;
  }
  .qodef-instagram-list.qodef-layout--columns.qodef-gutter--tiny.qodef-scattered--yes.qodef-col-num--7
    #sb_instagram
    #sbi_images
    > .sbi_item:nth-child(7n + 2),
  .qodef-instagram-list.qodef-layout--columns.qodef-gutter--tiny.qodef-scattered--yes.qodef-col-num--7
    #sb_instagram
    #sbi_images
    > .sbi_item:nth-child(7n + 4),
  .qodef-instagram-list.qodef-layout--columns.qodef-gutter--tiny.qodef-scattered--yes.qodef-col-num--7
    #sb_instagram
    #sbi_images
    > .sbi_item:nth-child(7n + 6) {
    margin: 5px 0 0 !important;
  }
}
.qodef-instagram-list.qodef-layout--columns.qodef-gutter--tiny
  #sb_instagram
  #sbi_images {
  float: none;
  width: auto;
  margin: 0 -5px;
}
.qodef-instagram-list.qodef-layout--columns.qodef-gutter--tiny
  #sb_instagram
  #sbi_images
  > .sbi_item {
  padding: 0 5px !important;
  margin: 0 0 10px !important;
}
.qodef-instagram-list.qodef-layout--columns.qodef-gutter--small.qodef--no-bottom-space {
  margin-bottom: -20px;
}
.qodef-instagram-list.qodef-layout--columns.qodef-gutter--small.qodef-scattered--yes
  .sbi_item:nth-child(1)
  .sbi_photo {
  -webkit-transition-delay: 150ms;
  -o-transition-delay: 150ms;
  transition-delay: 150ms;
}
.qodef-instagram-list.qodef-layout--columns.qodef-gutter--small.qodef-scattered--yes
  .sbi_item:nth-child(2)
  .sbi_photo {
  -webkit-transition-delay: 0.3s;
  -o-transition-delay: 0.3s;
  transition-delay: 0.3s;
}
.qodef-instagram-list.qodef-layout--columns.qodef-gutter--small.qodef-scattered--yes
  .sbi_item:nth-child(3)
  .sbi_photo {
  -webkit-transition-delay: 450ms;
  -o-transition-delay: 450ms;
  transition-delay: 450ms;
}
.qodef-instagram-list.qodef-layout--columns.qodef-gutter--small.qodef-scattered--yes
  .sbi_item:nth-child(4)
  .sbi_photo {
  -webkit-transition-delay: 0.6s;
  -o-transition-delay: 0.6s;
  transition-delay: 0.6s;
}
.qodef-instagram-list.qodef-layout--columns.qodef-gutter--small.qodef-scattered--yes
  .sbi_item:nth-child(5)
  .sbi_photo {
  -webkit-transition-delay: 750ms;
  -o-transition-delay: 750ms;
  transition-delay: 750ms;
}
.qodef-instagram-list.qodef-layout--columns.qodef-gutter--small.qodef-scattered--yes
  .sbi_item:nth-child(6)
  .sbi_photo {
  -webkit-transition-delay: 0.9s;
  -o-transition-delay: 0.9s;
  transition-delay: 0.9s;
}
.qodef-instagram-list.qodef-layout--columns.qodef-gutter--small.qodef-scattered--yes
  .sbi_item:nth-child(7)
  .sbi_photo {
  -webkit-transition-delay: 1.05s;
  -o-transition-delay: 1.05s;
  transition-delay: 1.05s;
}
.qodef-instagram-list.qodef-layout--columns.qodef-gutter--small.qodef-scattered--yes
  .sbi_item:nth-child(8)
  .sbi_photo {
  -webkit-transition-delay: 1.2s;
  -o-transition-delay: 1.2s;
  transition-delay: 1.2s;
}
.qodef-instagram-list.qodef-layout--columns.qodef-gutter--small.qodef-scattered--yes
  .sbi_item:nth-child(9)
  .sbi_photo {
  -webkit-transition-delay: 1.35s;
  -o-transition-delay: 1.35s;
  transition-delay: 1.35s;
}
.qodef-instagram-list.qodef-layout--columns.qodef-gutter--small.qodef-scattered--yes
  .sbi_item:nth-child(10)
  .sbi_photo {
  -webkit-transition-delay: 1.5s;
  -o-transition-delay: 1.5s;
  transition-delay: 1.5s;
}
.qodef-instagram-list.qodef-layout--columns.qodef-gutter--small.qodef-scattered--yes
  .sbi_photo {
  clip-path: inset(0 0 100% 0);
  -webkit-clip-path: inset(0 0 100% 0);
  -webkit-transform: translateY(-30px);
  -ms-transform: translateY(-30px);
  transform: translateY(-30px);
  will-change: transform;
  -webkit-transition: -webkit-clip-path 1.2s ease, -webkit-transform 1s ease-out;
  transition: -webkit-clip-path 1.2s ease, -webkit-transform 1s ease-out;
  -o-transition: clip-path 1.2s ease, transform 1s ease-out;
  transition: clip-path 1.2s ease, transform 1s ease-out;
  transition: clip-path 1.2s ease, transform 1s ease-out,
    -webkit-clip-path 1.2s ease, -webkit-transform 1s ease-out;
}
.elementor-editor-active
  .qodef-instagram-list.qodef-layout--columns.qodef-gutter--small.qodef-scattered--yes
  .sbi_photo,
.qodef-instagram-list.qodef-layout--columns.qodef-gutter--small.qodef-scattered--yes
  .sbi_photo.qodef--appear {
  clip-path: inset(0 0 0 0);
  -webkit-clip-path: inset(0 0 0 0);
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
.qodef-instagram-list.qodef-layout--columns.qodef-gutter--small.qodef-scattered--yes.qodef-col-num--2
  #sb_instagram
  #sbi_images
  > .sbi_item:nth-child(2n) {
  margin: 10px 0 0 !important;
}
@media only screen and (min-width: 641px) {
  .qodef-instagram-list.qodef-layout--columns.qodef-gutter--small.qodef-scattered--yes.qodef-col-num--2
    #sb_instagram
    #sbi_images
    > .sbi_item:nth-child(2n),
  .qodef-instagram-list.qodef-layout--columns.qodef-gutter--small.qodef-scattered--yes.qodef-col-num--4
    #sb_instagram
    #sbi_images
    > .sbi_item:nth-child(2n),
  .qodef-instagram-list.qodef-layout--columns.qodef-gutter--small.qodef-scattered--yes.qodef-col-num--6
    #sb_instagram
    #sbi_images
    > .sbi_item:nth-child(2n) {
    margin: 10px 0 0 !important;
  }
  .qodef-instagram-list.qodef-layout--columns.qodef-gutter--small.qodef-scattered--yes.qodef-col-num--3
    #sb_instagram
    #sbi_images
    > .sbi_item:nth-child(3n + 2) {
    margin: 10px 0 0 !important;
  }
  .qodef-instagram-list.qodef-layout--columns.qodef-gutter--small.qodef-scattered--yes.qodef-col-num--5
    #sb_instagram
    #sbi_images
    > .sbi_item:nth-child(5n + 2),
  .qodef-instagram-list.qodef-layout--columns.qodef-gutter--small.qodef-scattered--yes.qodef-col-num--5
    #sb_instagram
    #sbi_images
    > .sbi_item:nth-child(5n + 4) {
    margin: 10px 0 0 !important;
  }
  .qodef-instagram-list.qodef-layout--columns.qodef-gutter--small.qodef-scattered--yes.qodef-col-num--7
    #sb_instagram
    #sbi_images
    > .sbi_item:nth-child(7n + 2),
  .qodef-instagram-list.qodef-layout--columns.qodef-gutter--small.qodef-scattered--yes.qodef-col-num--7
    #sb_instagram
    #sbi_images
    > .sbi_item:nth-child(7n + 4),
  .qodef-instagram-list.qodef-layout--columns.qodef-gutter--small.qodef-scattered--yes.qodef-col-num--7
    #sb_instagram
    #sbi_images
    > .sbi_item:nth-child(7n + 6) {
    margin: 10px 0 0 !important;
  }
}
.qodef-instagram-list.qodef-layout--columns.qodef-gutter--small
  #sb_instagram
  #sbi_images {
  float: none;
  width: auto;
  margin: 0 -10px;
}
.qodef-instagram-list.qodef-layout--columns.qodef-gutter--small
  #sb_instagram
  #sbi_images
  > .sbi_item {
  padding: 0 10px !important;
  margin: 0 0 20px !important;
}
.qodef-instagram-list.qodef-layout--columns.qodef-gutter--normal.qodef--no-bottom-space {
  margin-bottom: -30px;
}
.qodef-instagram-list.qodef-layout--columns.qodef-gutter--normal.qodef-scattered--yes
  .sbi_item:nth-child(1)
  .sbi_photo {
  -webkit-transition-delay: 150ms;
  -o-transition-delay: 150ms;
  transition-delay: 150ms;
}
.qodef-instagram-list.qodef-layout--columns.qodef-gutter--normal.qodef-scattered--yes
  .sbi_item:nth-child(2)
  .sbi_photo {
  -webkit-transition-delay: 0.3s;
  -o-transition-delay: 0.3s;
  transition-delay: 0.3s;
}
.qodef-instagram-list.qodef-layout--columns.qodef-gutter--normal.qodef-scattered--yes
  .sbi_item:nth-child(3)
  .sbi_photo {
  -webkit-transition-delay: 450ms;
  -o-transition-delay: 450ms;
  transition-delay: 450ms;
}
.qodef-instagram-list.qodef-layout--columns.qodef-gutter--normal.qodef-scattered--yes
  .sbi_item:nth-child(4)
  .sbi_photo {
  -webkit-transition-delay: 0.6s;
  -o-transition-delay: 0.6s;
  transition-delay: 0.6s;
}
.qodef-instagram-list.qodef-layout--columns.qodef-gutter--normal.qodef-scattered--yes
  .sbi_item:nth-child(5)
  .sbi_photo {
  -webkit-transition-delay: 750ms;
  -o-transition-delay: 750ms;
  transition-delay: 750ms;
}
.qodef-instagram-list.qodef-layout--columns.qodef-gutter--normal.qodef-scattered--yes
  .sbi_item:nth-child(6)
  .sbi_photo {
  -webkit-transition-delay: 0.9s;
  -o-transition-delay: 0.9s;
  transition-delay: 0.9s;
}
.qodef-instagram-list.qodef-layout--columns.qodef-gutter--normal.qodef-scattered--yes
  .sbi_item:nth-child(7)
  .sbi_photo {
  -webkit-transition-delay: 1.05s;
  -o-transition-delay: 1.05s;
  transition-delay: 1.05s;
}
.qodef-instagram-list.qodef-layout--columns.qodef-gutter--normal.qodef-scattered--yes
  .sbi_item:nth-child(8)
  .sbi_photo {
  -webkit-transition-delay: 1.2s;
  -o-transition-delay: 1.2s;
  transition-delay: 1.2s;
}
.qodef-instagram-list.qodef-layout--columns.qodef-gutter--normal.qodef-scattered--yes
  .sbi_item:nth-child(9)
  .sbi_photo {
  -webkit-transition-delay: 1.35s;
  -o-transition-delay: 1.35s;
  transition-delay: 1.35s;
}
.qodef-instagram-list.qodef-layout--columns.qodef-gutter--normal.qodef-scattered--yes
  .sbi_item:nth-child(10)
  .sbi_photo {
  -webkit-transition-delay: 1.5s;
  -o-transition-delay: 1.5s;
  transition-delay: 1.5s;
}
.qodef-instagram-list.qodef-layout--columns.qodef-gutter--normal.qodef-scattered--yes
  .sbi_photo {
  clip-path: inset(0 0 100% 0);
  -webkit-clip-path: inset(0 0 100% 0);
  -webkit-transform: translateY(-30px);
  -ms-transform: translateY(-30px);
  transform: translateY(-30px);
  will-change: transform;
  -webkit-transition: -webkit-clip-path 1.2s ease, -webkit-transform 1s ease-out;
  transition: -webkit-clip-path 1.2s ease, -webkit-transform 1s ease-out;
  -o-transition: clip-path 1.2s ease, transform 1s ease-out;
  transition: clip-path 1.2s ease, transform 1s ease-out;
  transition: clip-path 1.2s ease, transform 1s ease-out,
    -webkit-clip-path 1.2s ease, -webkit-transform 1s ease-out;
}
.elementor-editor-active
  .qodef-instagram-list.qodef-layout--columns.qodef-gutter--normal.qodef-scattered--yes
  .sbi_photo,
.qodef-instagram-list.qodef-layout--columns.qodef-gutter--normal.qodef-scattered--yes
  .sbi_photo.qodef--appear {
  clip-path: inset(0 0 0 0);
  -webkit-clip-path: inset(0 0 0 0);
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
.qodef-instagram-list.qodef-layout--columns.qodef-gutter--normal.qodef-scattered--yes.qodef-col-num--2
  #sb_instagram
  #sbi_images
  > .sbi_item:nth-child(2n) {
  margin: 15px 0 0 !important;
}
@media only screen and (min-width: 641px) {
  .qodef-instagram-list.qodef-layout--columns.qodef-gutter--normal.qodef-scattered--yes.qodef-col-num--2
    #sb_instagram
    #sbi_images
    > .sbi_item:nth-child(2n),
  .qodef-instagram-list.qodef-layout--columns.qodef-gutter--normal.qodef-scattered--yes.qodef-col-num--4
    #sb_instagram
    #sbi_images
    > .sbi_item:nth-child(2n),
  .qodef-instagram-list.qodef-layout--columns.qodef-gutter--normal.qodef-scattered--yes.qodef-col-num--6
    #sb_instagram
    #sbi_images
    > .sbi_item:nth-child(2n) {
    margin: 15px 0 0 !important;
  }
  .qodef-instagram-list.qodef-layout--columns.qodef-gutter--normal.qodef-scattered--yes.qodef-col-num--3
    #sb_instagram
    #sbi_images
    > .sbi_item:nth-child(3n + 2) {
    margin: 15px 0 0 !important;
  }
  .qodef-instagram-list.qodef-layout--columns.qodef-gutter--normal.qodef-scattered--yes.qodef-col-num--5
    #sb_instagram
    #sbi_images
    > .sbi_item:nth-child(5n + 2),
  .qodef-instagram-list.qodef-layout--columns.qodef-gutter--normal.qodef-scattered--yes.qodef-col-num--5
    #sb_instagram
    #sbi_images
    > .sbi_item:nth-child(5n + 4) {
    margin: 15px 0 0 !important;
  }
  .qodef-instagram-list.qodef-layout--columns.qodef-gutter--normal.qodef-scattered--yes.qodef-col-num--7
    #sb_instagram
    #sbi_images
    > .sbi_item:nth-child(7n + 2),
  .qodef-instagram-list.qodef-layout--columns.qodef-gutter--normal.qodef-scattered--yes.qodef-col-num--7
    #sb_instagram
    #sbi_images
    > .sbi_item:nth-child(7n + 4),
  .qodef-instagram-list.qodef-layout--columns.qodef-gutter--normal.qodef-scattered--yes.qodef-col-num--7
    #sb_instagram
    #sbi_images
    > .sbi_item:nth-child(7n + 6) {
    margin: 15px 0 0 !important;
  }
}
.qodef-instagram-list.qodef-layout--columns.qodef-gutter--normal
  #sb_instagram
  #sbi_images {
  float: none;
  width: auto;
  margin: 0 -15px;
}
.qodef-instagram-list.qodef-layout--columns.qodef-gutter--normal
  #sb_instagram
  #sbi_images
  > .sbi_item {
  padding: 0 15px !important;
  margin: 0 0 30px !important;
}
.qodef-instagram-list.qodef-layout--columns.qodef-gutter--medium.qodef--no-bottom-space {
  margin-bottom: -40px;
}
.qodef-instagram-list.qodef-layout--columns.qodef-gutter--medium.qodef-scattered--yes
  .sbi_item:nth-child(1)
  .sbi_photo {
  -webkit-transition-delay: 150ms;
  -o-transition-delay: 150ms;
  transition-delay: 150ms;
}
.qodef-instagram-list.qodef-layout--columns.qodef-gutter--medium.qodef-scattered--yes
  .sbi_item:nth-child(2)
  .sbi_photo {
  -webkit-transition-delay: 0.3s;
  -o-transition-delay: 0.3s;
  transition-delay: 0.3s;
}
.qodef-instagram-list.qodef-layout--columns.qodef-gutter--medium.qodef-scattered--yes
  .sbi_item:nth-child(3)
  .sbi_photo {
  -webkit-transition-delay: 450ms;
  -o-transition-delay: 450ms;
  transition-delay: 450ms;
}
.qodef-instagram-list.qodef-layout--columns.qodef-gutter--medium.qodef-scattered--yes
  .sbi_item:nth-child(4)
  .sbi_photo {
  -webkit-transition-delay: 0.6s;
  -o-transition-delay: 0.6s;
  transition-delay: 0.6s;
}
.qodef-instagram-list.qodef-layout--columns.qodef-gutter--medium.qodef-scattered--yes
  .sbi_item:nth-child(5)
  .sbi_photo {
  -webkit-transition-delay: 750ms;
  -o-transition-delay: 750ms;
  transition-delay: 750ms;
}
.qodef-instagram-list.qodef-layout--columns.qodef-gutter--medium.qodef-scattered--yes
  .sbi_item:nth-child(6)
  .sbi_photo {
  -webkit-transition-delay: 0.9s;
  -o-transition-delay: 0.9s;
  transition-delay: 0.9s;
}
.qodef-instagram-list.qodef-layout--columns.qodef-gutter--medium.qodef-scattered--yes
  .sbi_item:nth-child(7)
  .sbi_photo {
  -webkit-transition-delay: 1.05s;
  -o-transition-delay: 1.05s;
  transition-delay: 1.05s;
}
.qodef-instagram-list.qodef-layout--columns.qodef-gutter--medium.qodef-scattered--yes
  .sbi_item:nth-child(8)
  .sbi_photo {
  -webkit-transition-delay: 1.2s;
  -o-transition-delay: 1.2s;
  transition-delay: 1.2s;
}
.qodef-instagram-list.qodef-layout--columns.qodef-gutter--medium.qodef-scattered--yes
  .sbi_item:nth-child(9)
  .sbi_photo {
  -webkit-transition-delay: 1.35s;
  -o-transition-delay: 1.35s;
  transition-delay: 1.35s;
}
.qodef-instagram-list.qodef-layout--columns.qodef-gutter--medium.qodef-scattered--yes
  .sbi_item:nth-child(10)
  .sbi_photo {
  -webkit-transition-delay: 1.5s;
  -o-transition-delay: 1.5s;
  transition-delay: 1.5s;
}
.qodef-instagram-list.qodef-layout--columns.qodef-gutter--medium.qodef-scattered--yes
  .sbi_photo {
  clip-path: inset(0 0 100% 0);
  -webkit-clip-path: inset(0 0 100% 0);
  -webkit-transform: translateY(-30px);
  -ms-transform: translateY(-30px);
  transform: translateY(-30px);
  will-change: transform;
  -webkit-transition: -webkit-clip-path 1.2s ease, -webkit-transform 1s ease-out;
  transition: -webkit-clip-path 1.2s ease, -webkit-transform 1s ease-out;
  -o-transition: clip-path 1.2s ease, transform 1s ease-out;
  transition: clip-path 1.2s ease, transform 1s ease-out;
  transition: clip-path 1.2s ease, transform 1s ease-out,
    -webkit-clip-path 1.2s ease, -webkit-transform 1s ease-out;
}
.elementor-editor-active
  .qodef-instagram-list.qodef-layout--columns.qodef-gutter--medium.qodef-scattered--yes
  .sbi_photo,
.qodef-instagram-list.qodef-layout--columns.qodef-gutter--medium.qodef-scattered--yes
  .sbi_photo.qodef--appear {
  clip-path: inset(0 0 0 0);
  -webkit-clip-path: inset(0 0 0 0);
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
.qodef-instagram-list.qodef-layout--columns.qodef-gutter--medium.qodef-scattered--yes.qodef-col-num--2
  #sb_instagram
  #sbi_images
  > .sbi_item:nth-child(2n) {
  margin: 20px 0 0 !important;
}
@media only screen and (min-width: 641px) {
  .qodef-instagram-list.qodef-layout--columns.qodef-gutter--medium.qodef-scattered--yes.qodef-col-num--2
    #sb_instagram
    #sbi_images
    > .sbi_item:nth-child(2n),
  .qodef-instagram-list.qodef-layout--columns.qodef-gutter--medium.qodef-scattered--yes.qodef-col-num--4
    #sb_instagram
    #sbi_images
    > .sbi_item:nth-child(2n),
  .qodef-instagram-list.qodef-layout--columns.qodef-gutter--medium.qodef-scattered--yes.qodef-col-num--6
    #sb_instagram
    #sbi_images
    > .sbi_item:nth-child(2n) {
    margin: 20px 0 0 !important;
  }
  .qodef-instagram-list.qodef-layout--columns.qodef-gutter--medium.qodef-scattered--yes.qodef-col-num--3
    #sb_instagram
    #sbi_images
    > .sbi_item:nth-child(3n + 2) {
    margin: 20px 0 0 !important;
  }
  .qodef-instagram-list.qodef-layout--columns.qodef-gutter--medium.qodef-scattered--yes.qodef-col-num--5
    #sb_instagram
    #sbi_images
    > .sbi_item:nth-child(5n + 2),
  .qodef-instagram-list.qodef-layout--columns.qodef-gutter--medium.qodef-scattered--yes.qodef-col-num--5
    #sb_instagram
    #sbi_images
    > .sbi_item:nth-child(5n + 4) {
    margin: 20px 0 0 !important;
  }
  .qodef-instagram-list.qodef-layout--columns.qodef-gutter--medium.qodef-scattered--yes.qodef-col-num--7
    #sb_instagram
    #sbi_images
    > .sbi_item:nth-child(7n + 2),
  .qodef-instagram-list.qodef-layout--columns.qodef-gutter--medium.qodef-scattered--yes.qodef-col-num--7
    #sb_instagram
    #sbi_images
    > .sbi_item:nth-child(7n + 4),
  .qodef-instagram-list.qodef-layout--columns.qodef-gutter--medium.qodef-scattered--yes.qodef-col-num--7
    #sb_instagram
    #sbi_images
    > .sbi_item:nth-child(7n + 6) {
    margin: 20px 0 0 !important;
  }
}
.qodef-instagram-list.qodef-layout--columns.qodef-gutter--medium
  #sb_instagram
  #sbi_images {
  float: none;
  width: auto;
  margin: 0 -20px;
}
.qodef-instagram-list.qodef-layout--columns.qodef-gutter--medium
  #sb_instagram
  #sbi_images
  > .sbi_item {
  padding: 0 20px !important;
  margin: 0 0 40px !important;
}
.qodef-instagram-list.qodef-layout--columns.qodef-gutter--large.qodef--no-bottom-space {
  margin-bottom: -50px;
}
.qodef-instagram-list.qodef-layout--columns.qodef-gutter--large.qodef-scattered--yes
  .sbi_item:nth-child(1)
  .sbi_photo {
  -webkit-transition-delay: 150ms;
  -o-transition-delay: 150ms;
  transition-delay: 150ms;
}
.qodef-instagram-list.qodef-layout--columns.qodef-gutter--large.qodef-scattered--yes
  .sbi_item:nth-child(2)
  .sbi_photo {
  -webkit-transition-delay: 0.3s;
  -o-transition-delay: 0.3s;
  transition-delay: 0.3s;
}
.qodef-instagram-list.qodef-layout--columns.qodef-gutter--large.qodef-scattered--yes
  .sbi_item:nth-child(3)
  .sbi_photo {
  -webkit-transition-delay: 450ms;
  -o-transition-delay: 450ms;
  transition-delay: 450ms;
}
.qodef-instagram-list.qodef-layout--columns.qodef-gutter--large.qodef-scattered--yes
  .sbi_item:nth-child(4)
  .sbi_photo {
  -webkit-transition-delay: 0.6s;
  -o-transition-delay: 0.6s;
  transition-delay: 0.6s;
}
.qodef-instagram-list.qodef-layout--columns.qodef-gutter--large.qodef-scattered--yes
  .sbi_item:nth-child(5)
  .sbi_photo {
  -webkit-transition-delay: 750ms;
  -o-transition-delay: 750ms;
  transition-delay: 750ms;
}
.qodef-instagram-list.qodef-layout--columns.qodef-gutter--large.qodef-scattered--yes
  .sbi_item:nth-child(6)
  .sbi_photo {
  -webkit-transition-delay: 0.9s;
  -o-transition-delay: 0.9s;
  transition-delay: 0.9s;
}
.qodef-instagram-list.qodef-layout--columns.qodef-gutter--large.qodef-scattered--yes
  .sbi_item:nth-child(7)
  .sbi_photo {
  -webkit-transition-delay: 1.05s;
  -o-transition-delay: 1.05s;
  transition-delay: 1.05s;
}
.qodef-instagram-list.qodef-layout--columns.qodef-gutter--large.qodef-scattered--yes
  .sbi_item:nth-child(8)
  .sbi_photo {
  -webkit-transition-delay: 1.2s;
  -o-transition-delay: 1.2s;
  transition-delay: 1.2s;
}
.qodef-instagram-list.qodef-layout--columns.qodef-gutter--large.qodef-scattered--yes
  .sbi_item:nth-child(9)
  .sbi_photo {
  -webkit-transition-delay: 1.35s;
  -o-transition-delay: 1.35s;
  transition-delay: 1.35s;
}
.qodef-instagram-list.qodef-layout--columns.qodef-gutter--large.qodef-scattered--yes
  .sbi_item:nth-child(10)
  .sbi_photo {
  -webkit-transition-delay: 1.5s;
  -o-transition-delay: 1.5s;
  transition-delay: 1.5s;
}
.qodef-instagram-list.qodef-layout--columns.qodef-gutter--large.qodef-scattered--yes
  .sbi_photo {
  clip-path: inset(0 0 100% 0);
  -webkit-clip-path: inset(0 0 100% 0);
  -webkit-transform: translateY(-30px);
  -ms-transform: translateY(-30px);
  transform: translateY(-30px);
  will-change: transform;
  -webkit-transition: -webkit-clip-path 1.2s ease, -webkit-transform 1s ease-out;
  transition: -webkit-clip-path 1.2s ease, -webkit-transform 1s ease-out;
  -o-transition: clip-path 1.2s ease, transform 1s ease-out;
  transition: clip-path 1.2s ease, transform 1s ease-out;
  transition: clip-path 1.2s ease, transform 1s ease-out,
    -webkit-clip-path 1.2s ease, -webkit-transform 1s ease-out;
}
.elementor-editor-active
  .qodef-instagram-list.qodef-layout--columns.qodef-gutter--large.qodef-scattered--yes
  .sbi_photo,
.qodef-instagram-list.qodef-layout--columns.qodef-gutter--large.qodef-scattered--yes
  .sbi_photo.qodef--appear {
  clip-path: inset(0 0 0 0);
  -webkit-clip-path: inset(0 0 0 0);
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
.qodef-instagram-list.qodef-layout--columns.qodef-gutter--large.qodef-scattered--yes.qodef-col-num--2
  #sb_instagram
  #sbi_images
  > .sbi_item:nth-child(2n) {
  margin: 25px 0 0 !important;
}
@media only screen and (min-width: 641px) {
  .qodef-instagram-list.qodef-layout--columns.qodef-gutter--large.qodef-scattered--yes.qodef-col-num--2
    #sb_instagram
    #sbi_images
    > .sbi_item:nth-child(2n),
  .qodef-instagram-list.qodef-layout--columns.qodef-gutter--large.qodef-scattered--yes.qodef-col-num--4
    #sb_instagram
    #sbi_images
    > .sbi_item:nth-child(2n),
  .qodef-instagram-list.qodef-layout--columns.qodef-gutter--large.qodef-scattered--yes.qodef-col-num--6
    #sb_instagram
    #sbi_images
    > .sbi_item:nth-child(2n) {
    margin: 25px 0 0 !important;
  }
  .qodef-instagram-list.qodef-layout--columns.qodef-gutter--large.qodef-scattered--yes.qodef-col-num--3
    #sb_instagram
    #sbi_images
    > .sbi_item:nth-child(3n + 2) {
    margin: 25px 0 0 !important;
  }
  .qodef-instagram-list.qodef-layout--columns.qodef-gutter--large.qodef-scattered--yes.qodef-col-num--5
    #sb_instagram
    #sbi_images
    > .sbi_item:nth-child(5n + 2),
  .qodef-instagram-list.qodef-layout--columns.qodef-gutter--large.qodef-scattered--yes.qodef-col-num--5
    #sb_instagram
    #sbi_images
    > .sbi_item:nth-child(5n + 4) {
    margin: 25px 0 0 !important;
  }
  .qodef-instagram-list.qodef-layout--columns.qodef-gutter--large.qodef-scattered--yes.qodef-col-num--7
    #sb_instagram
    #sbi_images
    > .sbi_item:nth-child(7n + 2),
  .qodef-instagram-list.qodef-layout--columns.qodef-gutter--large.qodef-scattered--yes.qodef-col-num--7
    #sb_instagram
    #sbi_images
    > .sbi_item:nth-child(7n + 4),
  .qodef-instagram-list.qodef-layout--columns.qodef-gutter--large.qodef-scattered--yes.qodef-col-num--7
    #sb_instagram
    #sbi_images
    > .sbi_item:nth-child(7n + 6) {
    margin: 25px 0 0 !important;
  }
}
.qodef-instagram-list.qodef-layout--columns.qodef-gutter--large
  #sb_instagram
  #sbi_images {
  float: none;
  width: auto;
  margin: 0 -25px;
}
.qodef-instagram-list.qodef-layout--columns.qodef-gutter--large
  #sb_instagram
  #sbi_images
  > .sbi_item {
  padding: 0 25px !important;
  margin: 0 0 50px !important;
}
.qodef-instagram-list.qodef-layout--columns.qodef-gutter--huge.qodef--no-bottom-space {
  margin-bottom: -80px;
}
.qodef-instagram-list.qodef-layout--columns.qodef-gutter--huge.qodef-scattered--yes
  .sbi_item:nth-child(1)
  .sbi_photo {
  -webkit-transition-delay: 150ms;
  -o-transition-delay: 150ms;
  transition-delay: 150ms;
}
.qodef-instagram-list.qodef-layout--columns.qodef-gutter--huge.qodef-scattered--yes
  .sbi_item:nth-child(2)
  .sbi_photo {
  -webkit-transition-delay: 0.3s;
  -o-transition-delay: 0.3s;
  transition-delay: 0.3s;
}
.qodef-instagram-list.qodef-layout--columns.qodef-gutter--huge.qodef-scattered--yes
  .sbi_item:nth-child(3)
  .sbi_photo {
  -webkit-transition-delay: 450ms;
  -o-transition-delay: 450ms;
  transition-delay: 450ms;
}
.qodef-instagram-list.qodef-layout--columns.qodef-gutter--huge.qodef-scattered--yes
  .sbi_item:nth-child(4)
  .sbi_photo {
  -webkit-transition-delay: 0.6s;
  -o-transition-delay: 0.6s;
  transition-delay: 0.6s;
}
.qodef-instagram-list.qodef-layout--columns.qodef-gutter--huge.qodef-scattered--yes
  .sbi_item:nth-child(5)
  .sbi_photo {
  -webkit-transition-delay: 750ms;
  -o-transition-delay: 750ms;
  transition-delay: 750ms;
}
.qodef-instagram-list.qodef-layout--columns.qodef-gutter--huge.qodef-scattered--yes
  .sbi_item:nth-child(6)
  .sbi_photo {
  -webkit-transition-delay: 0.9s;
  -o-transition-delay: 0.9s;
  transition-delay: 0.9s;
}
.qodef-instagram-list.qodef-layout--columns.qodef-gutter--huge.qodef-scattered--yes
  .sbi_item:nth-child(7)
  .sbi_photo {
  -webkit-transition-delay: 1.05s;
  -o-transition-delay: 1.05s;
  transition-delay: 1.05s;
}
.qodef-instagram-list.qodef-layout--columns.qodef-gutter--huge.qodef-scattered--yes
  .sbi_item:nth-child(8)
  .sbi_photo {
  -webkit-transition-delay: 1.2s;
  -o-transition-delay: 1.2s;
  transition-delay: 1.2s;
}
.qodef-instagram-list.qodef-layout--columns.qodef-gutter--huge.qodef-scattered--yes
  .sbi_item:nth-child(9)
  .sbi_photo {
  -webkit-transition-delay: 1.35s;
  -o-transition-delay: 1.35s;
  transition-delay: 1.35s;
}
.qodef-instagram-list.qodef-layout--columns.qodef-gutter--huge.qodef-scattered--yes
  .sbi_item:nth-child(10)
  .sbi_photo {
  -webkit-transition-delay: 1.5s;
  -o-transition-delay: 1.5s;
  transition-delay: 1.5s;
}
.qodef-instagram-list.qodef-layout--columns.qodef-gutter--huge.qodef-scattered--yes
  .sbi_photo {
  clip-path: inset(0 0 100% 0);
  -webkit-clip-path: inset(0 0 100% 0);
  -webkit-transform: translateY(-30px);
  -ms-transform: translateY(-30px);
  transform: translateY(-30px);
  will-change: transform;
  -webkit-transition: -webkit-clip-path 1.2s ease, -webkit-transform 1s ease-out;
  transition: -webkit-clip-path 1.2s ease, -webkit-transform 1s ease-out;
  -o-transition: clip-path 1.2s ease, transform 1s ease-out;
  transition: clip-path 1.2s ease, transform 1s ease-out;
  transition: clip-path 1.2s ease, transform 1s ease-out,
    -webkit-clip-path 1.2s ease, -webkit-transform 1s ease-out;
}
.elementor-editor-active
  .qodef-instagram-list.qodef-layout--columns.qodef-gutter--huge.qodef-scattered--yes
  .sbi_photo,
.qodef-instagram-list.qodef-layout--columns.qodef-gutter--huge.qodef-scattered--yes
  .sbi_photo.qodef--appear {
  clip-path: inset(0 0 0 0);
  -webkit-clip-path: inset(0 0 0 0);
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
.qodef-instagram-list.qodef-layout--columns.qodef-gutter--huge.qodef-scattered--yes.qodef-col-num--2
  #sb_instagram
  #sbi_images
  > .sbi_item:nth-child(2n) {
  margin: 40px 0 0 !important;
}
@media only screen and (min-width: 641px) {
  .qodef-instagram-list.qodef-layout--columns.qodef-gutter--huge.qodef-scattered--yes.qodef-col-num--2
    #sb_instagram
    #sbi_images
    > .sbi_item:nth-child(2n),
  .qodef-instagram-list.qodef-layout--columns.qodef-gutter--huge.qodef-scattered--yes.qodef-col-num--4
    #sb_instagram
    #sbi_images
    > .sbi_item:nth-child(2n),
  .qodef-instagram-list.qodef-layout--columns.qodef-gutter--huge.qodef-scattered--yes.qodef-col-num--6
    #sb_instagram
    #sbi_images
    > .sbi_item:nth-child(2n) {
    margin: 40px 0 0 !important;
  }
  .qodef-instagram-list.qodef-layout--columns.qodef-gutter--huge.qodef-scattered--yes.qodef-col-num--3
    #sb_instagram
    #sbi_images
    > .sbi_item:nth-child(3n + 2) {
    margin: 40px 0 0 !important;
  }
  .qodef-instagram-list.qodef-layout--columns.qodef-gutter--huge.qodef-scattered--yes.qodef-col-num--5
    #sb_instagram
    #sbi_images
    > .sbi_item:nth-child(5n + 2),
  .qodef-instagram-list.qodef-layout--columns.qodef-gutter--huge.qodef-scattered--yes.qodef-col-num--5
    #sb_instagram
    #sbi_images
    > .sbi_item:nth-child(5n + 4) {
    margin: 40px 0 0 !important;
  }
  .qodef-instagram-list.qodef-layout--columns.qodef-gutter--huge.qodef-scattered--yes.qodef-col-num--7
    #sb_instagram
    #sbi_images
    > .sbi_item:nth-child(7n + 2),
  .qodef-instagram-list.qodef-layout--columns.qodef-gutter--huge.qodef-scattered--yes.qodef-col-num--7
    #sb_instagram
    #sbi_images
    > .sbi_item:nth-child(7n + 4),
  .qodef-instagram-list.qodef-layout--columns.qodef-gutter--huge.qodef-scattered--yes.qodef-col-num--7
    #sb_instagram
    #sbi_images
    > .sbi_item:nth-child(7n + 6) {
    margin: 40px 0 0 !important;
  }
}
.qodef-instagram-list.qodef-layout--columns.qodef-gutter--huge
  #sb_instagram
  #sbi_images {
  float: none;
  width: auto;
  margin: 0 -40px;
}
.qodef-instagram-list.qodef-layout--columns.qodef-gutter--huge
  #sb_instagram
  #sbi_images
  > .sbi_item {
  padding: 0 40px !important;
  margin: 0 0 80px !important;
}
.qodef-instagram-list.qodef-layout--columns.qodef-gutter--enormous.qodef--no-bottom-space {
  margin-bottom: -160px;
}
.qodef-instagram-list.qodef-layout--columns.qodef-gutter--enormous.qodef-scattered--yes
  .sbi_item:nth-child(1)
  .sbi_photo {
  -webkit-transition-delay: 150ms;
  -o-transition-delay: 150ms;
  transition-delay: 150ms;
}
.qodef-instagram-list.qodef-layout--columns.qodef-gutter--enormous.qodef-scattered--yes
  .sbi_item:nth-child(2)
  .sbi_photo {
  -webkit-transition-delay: 0.3s;
  -o-transition-delay: 0.3s;
  transition-delay: 0.3s;
}
.qodef-instagram-list.qodef-layout--columns.qodef-gutter--enormous.qodef-scattered--yes
  .sbi_item:nth-child(3)
  .sbi_photo {
  -webkit-transition-delay: 450ms;
  -o-transition-delay: 450ms;
  transition-delay: 450ms;
}
.qodef-instagram-list.qodef-layout--columns.qodef-gutter--enormous.qodef-scattered--yes
  .sbi_item:nth-child(4)
  .sbi_photo {
  -webkit-transition-delay: 0.6s;
  -o-transition-delay: 0.6s;
  transition-delay: 0.6s;
}
.qodef-instagram-list.qodef-layout--columns.qodef-gutter--enormous.qodef-scattered--yes
  .sbi_item:nth-child(5)
  .sbi_photo {
  -webkit-transition-delay: 750ms;
  -o-transition-delay: 750ms;
  transition-delay: 750ms;
}
.qodef-instagram-list.qodef-layout--columns.qodef-gutter--enormous.qodef-scattered--yes
  .sbi_item:nth-child(6)
  .sbi_photo {
  -webkit-transition-delay: 0.9s;
  -o-transition-delay: 0.9s;
  transition-delay: 0.9s;
}
.qodef-instagram-list.qodef-layout--columns.qodef-gutter--enormous.qodef-scattered--yes
  .sbi_item:nth-child(7)
  .sbi_photo {
  -webkit-transition-delay: 1.05s;
  -o-transition-delay: 1.05s;
  transition-delay: 1.05s;
}
.qodef-instagram-list.qodef-layout--columns.qodef-gutter--enormous.qodef-scattered--yes
  .sbi_item:nth-child(8)
  .sbi_photo {
  -webkit-transition-delay: 1.2s;
  -o-transition-delay: 1.2s;
  transition-delay: 1.2s;
}
.qodef-instagram-list.qodef-layout--columns.qodef-gutter--enormous.qodef-scattered--yes
  .sbi_item:nth-child(9)
  .sbi_photo {
  -webkit-transition-delay: 1.35s;
  -o-transition-delay: 1.35s;
  transition-delay: 1.35s;
}
.qodef-instagram-list.qodef-layout--columns.qodef-gutter--enormous.qodef-scattered--yes
  .sbi_item:nth-child(10)
  .sbi_photo {
  -webkit-transition-delay: 1.5s;
  -o-transition-delay: 1.5s;
  transition-delay: 1.5s;
}
.qodef-instagram-list.qodef-layout--columns.qodef-gutter--enormous.qodef-scattered--yes
  .sbi_photo {
  clip-path: inset(0 0 100% 0);
  -webkit-clip-path: inset(0 0 100% 0);
  -webkit-transform: translateY(-30px);
  -ms-transform: translateY(-30px);
  transform: translateY(-30px);
  will-change: transform;
  -webkit-transition: -webkit-clip-path 1.2s ease, -webkit-transform 1s ease-out;
  transition: -webkit-clip-path 1.2s ease, -webkit-transform 1s ease-out;
  -o-transition: clip-path 1.2s ease, transform 1s ease-out;
  transition: clip-path 1.2s ease, transform 1s ease-out;
  transition: clip-path 1.2s ease, transform 1s ease-out,
    -webkit-clip-path 1.2s ease, -webkit-transform 1s ease-out;
}
.elementor-editor-active
  .qodef-instagram-list.qodef-layout--columns.qodef-gutter--enormous.qodef-scattered--yes
  .sbi_photo,
.qodef-instagram-list.qodef-layout--columns.qodef-gutter--enormous.qodef-scattered--yes
  .sbi_photo.qodef--appear {
  clip-path: inset(0 0 0 0);
  -webkit-clip-path: inset(0 0 0 0);
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
.qodef-instagram-list.qodef-layout--columns.qodef-gutter--enormous.qodef-scattered--yes.qodef-col-num--2
  #sb_instagram
  #sbi_images
  > .sbi_item:nth-child(2n) {
  margin: 80px 0 0 !important;
}
@media only screen and (min-width: 641px) {
  .qodef-instagram-list.qodef-layout--columns.qodef-gutter--enormous.qodef-scattered--yes.qodef-col-num--2
    #sb_instagram
    #sbi_images
    > .sbi_item:nth-child(2n),
  .qodef-instagram-list.qodef-layout--columns.qodef-gutter--enormous.qodef-scattered--yes.qodef-col-num--4
    #sb_instagram
    #sbi_images
    > .sbi_item:nth-child(2n),
  .qodef-instagram-list.qodef-layout--columns.qodef-gutter--enormous.qodef-scattered--yes.qodef-col-num--6
    #sb_instagram
    #sbi_images
    > .sbi_item:nth-child(2n) {
    margin: 80px 0 0 !important;
  }
  .qodef-instagram-list.qodef-layout--columns.qodef-gutter--enormous.qodef-scattered--yes.qodef-col-num--3
    #sb_instagram
    #sbi_images
    > .sbi_item:nth-child(3n + 2) {
    margin: 80px 0 0 !important;
  }
  .qodef-instagram-list.qodef-layout--columns.qodef-gutter--enormous.qodef-scattered--yes.qodef-col-num--5
    #sb_instagram
    #sbi_images
    > .sbi_item:nth-child(5n + 2),
  .qodef-instagram-list.qodef-layout--columns.qodef-gutter--enormous.qodef-scattered--yes.qodef-col-num--5
    #sb_instagram
    #sbi_images
    > .sbi_item:nth-child(5n + 4) {
    margin: 80px 0 0 !important;
  }
  .qodef-instagram-list.qodef-layout--columns.qodef-gutter--enormous.qodef-scattered--yes.qodef-col-num--7
    #sb_instagram
    #sbi_images
    > .sbi_item:nth-child(7n + 2),
  .qodef-instagram-list.qodef-layout--columns.qodef-gutter--enormous.qodef-scattered--yes.qodef-col-num--7
    #sb_instagram
    #sbi_images
    > .sbi_item:nth-child(7n + 4),
  .qodef-instagram-list.qodef-layout--columns.qodef-gutter--enormous.qodef-scattered--yes.qodef-col-num--7
    #sb_instagram
    #sbi_images
    > .sbi_item:nth-child(7n + 6) {
    margin: 80px 0 0 !important;
  }
}
.qodef-instagram-list.qodef-layout--columns.qodef-gutter--enormous
  #sb_instagram
  #sbi_images {
  float: none;
  width: auto;
  margin: 0 -80px;
}
.qodef-instagram-list.qodef-layout--columns.qodef-gutter--enormous
  #sb_instagram
  #sbi_images
  > .sbi_item {
  padding: 0 80px !important;
  margin: 0 0 160px !important;
}
.qodef-twitter-list.qodef-layout--columns.qodef--no-bottom-info
  #ctf
  .ctf-tweet-actions {
  display: none;
}
.qodef-twitter-list.qodef-layout--columns #ctf {
  overflow: hidden;
}
.qodef-twitter-list.qodef-layout--columns #ctf .ctf-item {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: top;
  float: left;
  border: 0;
}
.qodef-twitter-list.qodef-layout--columns #ctf .ctf-author-box {
  margin-left: 0;
  display: block;
  margin-bottom: 8px;
}
.qodef-twitter-list.qodef-layout--columns #ctf .ctf-author-box-link {
  line-height: 1 !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
}
.qodef-twitter-list.qodef-layout--columns #ctf .ctf-author-avatar {
  width: 37px;
  height: 37px;
  margin: 0 7px 0 0;
  float: none;
  border-radius: 0;
}
.qodef-twitter-list.qodef-layout--columns #ctf .ctf-author-name {
  font-family: Forum, sans-serif;
  font-weight: 400;
  color: #000;
  font-size: 34px;
  line-height: 1.29em;
  letter-spacing: -0.02em;
  font-weight: 600 !important;
  margin: 0 4px 0 0;
}
.qodef-twitter-list.qodef-layout--columns #ctf .ctf-screename-sep {
  display: none;
}
.qodef-twitter-list.qodef-layout--columns #ctf .ctf-context,
.qodef-twitter-list.qodef-layout--columns #ctf .ctf-tweet-meta,
.qodef-twitter-list.qodef-layout--columns #ctf .ctf-twitterlink {
  font-family: Sarabun, sans-serif;
  font-size: 16px;
  line-height: 1.87em;
  font-weight: 300;
  color: #505050;
  margin-right: 4px;
  margin-left: 0;
}
.qodef-twitter-list.qodef-layout--columns #ctf .ctf-context:last-child,
.qodef-twitter-list.qodef-layout--columns #ctf .ctf-tweet-meta:last-child,
.qodef-twitter-list.qodef-layout--columns #ctf .ctf-twitterlink:last-child {
  margin-right: 0;
}
.qodef-twitter-list.qodef-layout--columns #ctf .ctf-tweet-meta {
  margin-top: 4px;
}
.qodef-twitter-list.qodef-layout--columns #ctf .ctf-author-screenname {
  display: none;
}
.qodef-twitter-list.qodef-layout--columns #ctf .ctf-tweet-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  margin-left: 0;
  padding: 0;
  margin-top: -5px;
}
.qodef-twitter-list.qodef-layout--columns #ctf .ctf-tweet-content:before {
  content: '\e094';
  font-family: ElegantIcons;
  padding-right: 10px;
  font-size: 18px;
  position: relative;
  top: 5px;
}
.qodef-twitter-list.qodef-layout--columns #ctf .ctf-tweet-actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  margin-left: 0;
  margin-top: -3px;
}
.qodef-twitter-list.qodef-layout--columns #ctf .ctf-tweet-actions:before {
  content: '\e094';
  font-family: ElegantIcons;
  padding-right: 10px;
  font-size: 18px;
  visibility: hidden;
}
.qodef-twitter-list.qodef-layout--columns #ctf .ctf-tweet-actions a {
  padding: 0;
  font-size: 14px;
  margin-right: 8px;
}
.qodef-twitter-list.qodef-layout--columns #ctf .ctf-tweet-actions a:last-child {
  margin-right: 0;
}
.qodef-twitter-list.qodef-layout--columns #ctf .ctf-tweet-actions a.ctf-reply {
  margin-left: 0;
}
.qodef-twitter-list.qodef-layout--columns .ctf-tweets:before {
  content: '';
  display: table;
  table-layout: fixed;
}
.qodef-twitter-list.qodef-layout--columns .ctf-tweets:after {
  clear: both;
}
.qodef-twitter-list.qodef-layout--columns.qodef-col-num--1
  #ctf
  .ctf-tweets
  > .ctf-item {
  width: 100%;
}
.qodef-twitter-list.qodef-layout--columns.qodef-col-num--2
  #ctf
  .ctf-tweets
  > .ctf-item {
  width: 50%;
}
@media only screen and (min-width: 681px) {
  .qodef-twitter-list.qodef-layout--columns.qodef-col-num--2.qodef-responsive--predefined
    #ctf
    .ctf-tweets
    > .ctf-item:nth-child(2n + 1) {
    clear: both;
  }
}
@media only screen and (min-width: 1441px) {
  .qodef-twitter-list.qodef-layout--columns.qodef-col-num--2.qodef-responsive--custom
    #ctf
    .ctf-tweets
    > .ctf-item:nth-child(2n + 1) {
    clear: both;
  }
}
.qodef-twitter-list.qodef-layout--columns.qodef-col-num--3
  #ctf
  .ctf-tweets
  > .ctf-item {
  width: 33.33333%;
}
@media only screen and (min-width: 769px) {
  .qodef-twitter-list.qodef-layout--columns.qodef-col-num--3.qodef-responsive--predefined
    #ctf
    .ctf-tweets
    > .ctf-item:nth-child(3n + 1) {
    clear: both;
  }
}
@media only screen and (min-width: 1441px) {
  .qodef-twitter-list.qodef-layout--columns.qodef-col-num--3.qodef-responsive--custom
    #ctf
    .ctf-tweets
    > .ctf-item:nth-child(3n + 1) {
    clear: both;
  }
}
.qodef-twitter-list.qodef-layout--columns.qodef-col-num--4
  #ctf
  .ctf-tweets
  > .ctf-item {
  width: 25%;
}
@media only screen and (min-width: 1025px) {
  .qodef-twitter-list.qodef-layout--columns.qodef-col-num--4.qodef-responsive--predefined
    #ctf
    .ctf-tweets
    > .ctf-item:nth-child(4n + 1) {
    clear: both;
  }
}
@media only screen and (min-width: 1441px) {
  .qodef-twitter-list.qodef-layout--columns.qodef-col-num--4.qodef-responsive--custom
    #ctf
    .ctf-tweets
    > .ctf-item:nth-child(4n + 1) {
    clear: both;
  }
}
.qodef-twitter-list.qodef-layout--columns.qodef-col-num--5
  #ctf
  .ctf-tweets
  > .ctf-item {
  width: 20%;
}
@media only screen and (min-width: 1367px) {
  .qodef-twitter-list.qodef-layout--columns.qodef-col-num--5.qodef-responsive--predefined
    #ctf
    .ctf-tweets
    > .ctf-item:nth-child(5n + 1) {
    clear: both;
  }
}
@media only screen and (min-width: 1441px) {
  .qodef-twitter-list.qodef-layout--columns.qodef-col-num--5.qodef-responsive--custom
    #ctf
    .ctf-tweets
    > .ctf-item:nth-child(5n + 1) {
    clear: both;
  }
}
.qodef-twitter-list.qodef-layout--columns.qodef-col-num--6
  #ctf
  .ctf-tweets
  > .ctf-item {
  width: 16.66667%;
}
@media only screen and (min-width: 1441px) {
  .qodef-twitter-list.qodef-layout--columns.qodef-col-num--6.qodef-responsive--predefined
    #ctf
    .ctf-tweets
    > .ctf-item:nth-child(6n + 1) {
    clear: both;
  }
}
@media only screen and (min-width: 1441px) {
  .qodef-twitter-list.qodef-layout--columns.qodef-col-num--6.qodef-responsive--custom
    #ctf
    .ctf-tweets
    > .ctf-item:nth-child(6n + 1) {
    clear: both;
  }
}
.qodef-twitter-list.qodef-layout--columns.qodef-col-num--7
  #ctf
  .ctf-tweets
  > .ctf-item {
  width: 14.28571%;
}
@media only screen and (min-width: 1367px) {
  .qodef-twitter-list.qodef-layout--columns.qodef-col-num--7.qodef-responsive--predefined
    #ctf
    .ctf-tweets
    > .ctf-item:nth-child(7n + 1) {
    clear: both;
  }
}
@media only screen and (min-width: 1441px) {
  .qodef-twitter-list.qodef-layout--columns.qodef-col-num--7.qodef-responsive--custom
    #ctf
    .ctf-tweets
    > .ctf-item:nth-child(7n + 1) {
    clear: both;
  }
}
.qodef-twitter-list.qodef-layout--columns.qodef-col-num--8
  #ctf
  .ctf-tweets
  > .ctf-item {
  width: 12.5%;
}
@media only screen and (min-width: 1367px) {
  .qodef-twitter-list.qodef-layout--columns.qodef-col-num--8.qodef-responsive--predefined
    #ctf
    .ctf-tweets
    > .ctf-item:nth-child(8n + 1) {
    clear: both;
  }
}
@media only screen and (min-width: 1441px) {
  .qodef-twitter-list.qodef-layout--columns.qodef-col-num--8.qodef-responsive--custom
    #ctf
    .ctf-tweets
    > .ctf-item:nth-child(8n + 1) {
    clear: both;
  }
}
.qodef-twitter-list.qodef-gutter--no.qodef--no-bottom-space {
  margin-bottom: 0;
}
.qodef-twitter-list.qodef-gutter--no #ctf .ctf-tweets {
  margin: 0;
}
.qodef-twitter-list.qodef-gutter--no #ctf .ctf-tweets > .ctf-item {
  padding: 0;
  margin: 0;
}
.qodef-twitter-list.qodef-gutter--tiny.qodef--no-bottom-space {
  margin-bottom: -10px;
}
.qodef-twitter-list.qodef-gutter--tiny #ctf .ctf-tweets {
  margin: 0 -5px;
}
.qodef-twitter-list.qodef-gutter--tiny #ctf .ctf-tweets > .ctf-item {
  padding: 0 5px;
  margin: 0 0 10px;
}
.qodef-twitter-list.qodef-gutter--small.qodef--no-bottom-space {
  margin-bottom: -20px;
}
.qodef-twitter-list.qodef-gutter--small #ctf .ctf-tweets {
  margin: 0 -10px;
}
.qodef-twitter-list.qodef-gutter--small #ctf .ctf-tweets > .ctf-item {
  padding: 0 10px;
  margin: 0 0 20px;
}
.qodef-twitter-list.qodef-gutter--normal.qodef--no-bottom-space {
  margin-bottom: -30px;
}
.qodef-twitter-list.qodef-gutter--normal #ctf .ctf-tweets {
  margin: 0 -15px;
}
.qodef-twitter-list.qodef-gutter--normal #ctf .ctf-tweets > .ctf-item {
  padding: 0 15px;
  margin: 0 0 30px;
}
.qodef-twitter-list.qodef-gutter--medium.qodef--no-bottom-space {
  margin-bottom: -40px;
}
.qodef-twitter-list.qodef-gutter--medium #ctf .ctf-tweets {
  margin: 0 -20px;
}
.qodef-twitter-list.qodef-gutter--medium #ctf .ctf-tweets > .ctf-item {
  padding: 0 20px;
  margin: 0 0 40px;
}
.qodef-twitter-list.qodef-gutter--large.qodef--no-bottom-space {
  margin-bottom: -50px;
}
.qodef-twitter-list.qodef-gutter--large #ctf .ctf-tweets {
  margin: 0 -25px;
}
.qodef-twitter-list.qodef-gutter--large #ctf .ctf-tweets > .ctf-item {
  padding: 0 25px;
  margin: 0 0 50px;
}
.qodef-twitter-list.qodef-gutter--huge.qodef--no-bottom-space {
  margin-bottom: -80px;
}
.qodef-twitter-list.qodef-gutter--huge #ctf .ctf-tweets {
  margin: 0 -40px;
}
.qodef-twitter-list.qodef-gutter--huge #ctf .ctf-tweets > .ctf-item {
  padding: 0 40px;
  margin: 0 0 80px;
}
.qodef-twitter-list.qodef-gutter--enormous.qodef--no-bottom-space {
  margin-bottom: -160px;
}
.qodef-twitter-list.qodef-gutter--enormous #ctf .ctf-tweets {
  margin: 0 -80px;
}
.qodef-twitter-list.qodef-gutter--enormous #ctf .ctf-tweets > .ctf-item {
  padding: 0 80px;
  margin: 0 0 160px;
}
#qodef-page-footer .widget .qodef-twitter-list.qodef-layout--columns #ctf a {
  color: #ccc;
}
#qodef-page-footer
  .widget
  .qodef-twitter-list.qodef-layout--columns
  #ctf
  a:hover {
  color: #fff;
}
#qodef-side-area .widget .qodef-twitter-list.qodef-layout--columns #ctf a {
  color: #ccc;
}
#qodef-side-area
  .widget
  .qodef-twitter-list.qodef-layout--columns
  #ctf
  a:hover {
  color: #fff;
}
.qodef-woo-product-list.qodef-item-layout--info-on-image
  .qodef-woo-product-inner
  .added_to_cart,
.qodef-woo-product-list.qodef-item-layout--info-on-image
  .qodef-woo-product-inner
  .button {
  margin-top: 20px !important;
}
.widget_augustine_core_woo_dropdown_cart {
  height: 100%;
}
.qodef-woo-dropdown-cart {
  position: relative;
  display: inline-block;
  vertical-align: top;
  height: 100%;
  padding: 0 10px;
}
.qodef-woo-dropdown-cart .qodef-m-inner {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: top;
  height: 100%;
}
.qodef-woo-dropdown-cart .qodef-m-opener {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100%;
}
.qodef-woo-dropdown-cart .qodef-m-dropdown {
  position: absolute;
  top: 100%;
  left: auto;
  right: 0;
  text-align: left;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.2s ease-out, visibility 0.2s ease-out;
  -o-transition: opacity 0.2s ease-out, visibility 0.2s ease-out;
  transition: opacity 0.2s ease-out, visibility 0.2s ease-out;
}
.qodef-woo-dropdown-cart .qodef-m-dropdown-inner {
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: 360px;
  padding: 20px;
  background-color: #fff;
  -webkit-box-shadow: 0 3px 6px #0000000f;
  box-shadow: 0 3px 6px #0000000f;
}
.qodef-woo-dropdown-cart .qodef-woo-dropdown-items {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: top;
}
#qodef-top-area .qodef-woo-dropdown-cart .qodef-woo-dropdown-items {
  color: #505050;
}
#qodef-top-area .qodef-woo-dropdown-cart .qodef-woo-dropdown-items a {
  color: #505050;
}
#qodef-top-area .qodef-woo-dropdown-cart .qodef-woo-dropdown-items a:hover {
  color: #0b6354;
}
.qodef-woo-dropdown-cart .qodef-woo-dropdown-item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-top: 20px;
}
.qodef-woo-dropdown-cart .qodef-woo-dropdown-item:first-child {
  margin-top: 0;
}
.qodef-woo-dropdown-cart .qodef-e-image {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 120px;
  margin-right: 20px;
}
.qodef-woo-dropdown-cart .qodef-e-image a,
.qodef-woo-dropdown-cart .qodef-e-image img {
  display: block;
}
.qodef-woo-dropdown-cart .qodef-e-content {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: top;
  padding-right: 20px;
}
.qodef-woo-dropdown-cart .qodef-e-title {
  margin: 0;
}
.qodef-woo-dropdown-cart .qodef-e-price {
  margin: 3px 0 0;
}
.qodef-woo-dropdown-cart .qodef-e-quantity {
  margin: 3px 0 0;
}
.qodef-woo-dropdown-cart .qodef-e-remove {
  position: absolute;
  top: -2px;
  right: 0;
  font-size: 20px;
  line-height: 1;
}
.qodef-woo-dropdown-cart .qodef-m-order-details {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 10px;
}
.qodef-woo-dropdown-cart .qodef-m-order-details > * {
  margin: 0;
}
#qodef-top-area .qodef-woo-dropdown-cart .qodef-m-order-details {
  color: #505050;
}
.qodef-woo-dropdown-cart .qodef-m-action {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: top;
  margin-top: 20px;
}
.qodef-woo-dropdown-cart .qodef-m-action-link {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: auto;
  margin: 0;
  font-family: Sarabun, sans-serif;
  font-size: 11px;
  line-height: 2.9em;
  letter-spacing: 0.3em;
  font-weight: 600;
  text-decoration: none;
  text-transform: uppercase;
  border-radius: 0;
  outline: 0;
  -webkit-transition: color 0.2s ease-out, background-color 0.2s ease-out,
    border-color 0.2s ease-out;
  -o-transition: color 0.2s ease-out, background-color 0.2s ease-out,
    border-color 0.2s ease-out;
  transition: color 0.2s ease-out, background-color 0.2s ease-out,
    border-color 0.2s ease-out;
  width: 100%;
  padding: 15px 20px;
  text-align: center;
  color: #fff;
  background-color: #0b6354;
  border: 1px solid transparent;
}
.qodef-woo-dropdown-cart .qodef-m-action-link:hover {
  color: #fff;
  background-color: #0b6354;
  border: 1px solid #0b6354;
}
.qodef-woo-dropdown-cart .qodef-m-action-link:hover:after {
  background-color: #0b6354;
}
.touchevents .qodef-woo-dropdown-cart {
  cursor: pointer;
}
.qodef-woo-dropdown-cart:hover .qodef-m-dropdown {
  opacity: 1;
  visibility: visible;
}
.qodef-woo-side-area-cart {
  position: relative;
  display: inline-block;
  vertical-align: top;
  height: 100%;
  padding: 0 10px;
}
.qodef-woo-side-area-cart .qodef-m-inner {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: top;
  height: 100%;
}
.qodef-woo-side-area-cart .qodef-m-opener {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100%;
}
.qodef-woo-side-area-cart .qodef-m-content {
  position: fixed;
  top: 0;
  right: -360px;
  height: 100vh;
  width: 360px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 100px 0 74px;
  background-color: #fff;
  overflow: hidden;
  visibility: hidden;
  z-index: 9999;
  -webkit-transition: all 0.6s cubic-bezier(0.77, 0, 0.175, 1);
  -o-transition: all 0.6s cubic-bezier(0.77, 0, 0.175, 1);
  transition: all 0.6s cubic-bezier(0.77, 0, 0.175, 1);
}
.admin-bar .qodef-woo-side-area-cart .qodef-m-content {
  top: 32px;
  height: calc(100vh - 32px);
}
.qodef-woo-side-area-cart .qodef-m-close {
  position: absolute;
  top: 30px;
  right: 30px;
  display: block;
  font-size: 34px;
  z-index: 1000;
}
.qodef-woo-side-area-cart .qodef-m-items {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: top;
  padding: 0 50px;
}
.qodef-woo-side-area-cart .qodef-m-item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-top: 20px;
}
.qodef-woo-side-area-cart .qodef-m-item:first-child {
  margin-top: 0;
}
.qodef-woo-side-area-cart .qodef-e-image {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 80px;
  margin-right: 20px;
}
.qodef-woo-side-area-cart .qodef-e-image a,
.qodef-woo-side-area-cart .qodef-e-image img {
  display: block;
}
.qodef-woo-side-area-cart .qodef-e-content {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: top;
  padding-right: 20px;
}
.qodef-woo-side-area-cart .qodef-e-title {
  margin: 0;
}
.qodef-woo-side-area-cart .qodef-e-price {
  margin: 3px 0 0;
}
.qodef-woo-side-area-cart .qodef-e-quantity {
  margin: 3px 0 0;
}
.qodef-woo-side-area-cart .qodef-e-remove {
  position: absolute;
  top: -2px;
  right: 0;
  font-size: 20px;
  line-height: 1;
}
.qodef-woo-side-area-cart .qodef-m-order-details {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 25px;
  padding: 0 50px;
}
.qodef-woo-side-area-cart .qodef-m-order-details > * {
  margin: 0;
}
.qodef-woo-side-area-cart .qodef-m-action {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}
.qodef-woo-side-area-cart .qodef-m-action-link {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: auto;
  margin: 0;
  font-family: Sarabun, sans-serif;
  font-size: 11px;
  line-height: 2.9em;
  letter-spacing: 0.3em;
  font-weight: 600;
  text-decoration: none;
  text-transform: uppercase;
  border-radius: 0;
  outline: 0;
  -webkit-transition: color 0.2s ease-out, background-color 0.2s ease-out,
    border-color 0.2s ease-out;
  -o-transition: color 0.2s ease-out, background-color 0.2s ease-out,
    border-color 0.2s ease-out;
  transition: color 0.2s ease-out, background-color 0.2s ease-out,
    border-color 0.2s ease-out;
  width: 100%;
  padding: 15px 20px;
  text-align: center;
  color: #fff;
  background-color: #0b6354;
  border: 1px solid transparent;
}
.qodef-woo-side-area-cart .qodef-m-action-link:hover {
  color: #fff;
  background-color: #0b6354;
  border: 1px solid #0b6354;
}
.qodef-woo-side-area-cart .qodef-m-action-link:hover:after {
  background-color: #0b6354;
}
.qodef-woo-side-area-cart.qodef--opened .qodef-m-content {
  right: 0;
  visibility: visible;
}
.qodef-woo-side-area-cart-cover {
  position: fixed;
  top: 0;
  left: 0;
  width: calc(100% - 360px);
  height: 100vh;
  overflow: hidden;
  z-index: 1002;
}
.qodef-shortcode .last_toggle_el_margin,
.qodef-shortcode .wpb_button,
.qodef-shortcode .wpb_content_element,
.qodef-shortcode .wpb_row,
.qodef-shortcode ul.wpb_thumbnails-fluid > li {
  margin-bottom: 0 !important;
}
.qodef-vc-row-wrapper.qodef--parallax-row {
  width: 100%;
}
.touchevents .qodef-vc-row-wrapper.qodef--parallax-row {
  height: auto !important;
}
.qodef-clients-list .qodef-e {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: top;
}
.qodef-clients-list.qodef-item-layout--image-only.qodef-hover-animation--fade-in
  .qodef-e {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.qodef-clients-list.qodef-item-layout--image-only.qodef-hover-animation--fade-in
  .qodef-e
  .qodef-e-image {
  line-height: 0;
  position: relative;
  display: inline-block;
  vertical-align: top;
}
.qodef-clients-list.qodef-item-layout--image-only.qodef-hover-animation--fade-in
  .qodef-e
  .qodef-e-image
  a {
  display: inline-block;
}
.qodef-clients-list.qodef-item-layout--image-only.qodef-hover-animation--fade-in
  .qodef-e
  .qodef-e-logo {
  width: auto;
  opacity: 1;
  will-change: opacity;
  -webkit-transition: opacity 0.15s ease-out;
  -o-transition: opacity 0.15s ease-out;
  transition: opacity 0.15s ease-out;
  display: inline-block;
}
.qodef-clients-list.qodef-item-layout--image-only.qodef-hover-animation--fade-in
  .qodef-e
  .qodef-e-hover-logo {
  position: absolute;
  top: 0;
  left: 0;
  width: auto;
  opacity: 0;
  will-change: opacity;
  -webkit-transition: opacity 0.15s ease-out;
  -o-transition: opacity 0.15s ease-out;
  transition: opacity 0.15s ease-out;
}
.qodef-clients-list.qodef-item-layout--image-only.qodef-hover-animation--fade-in
  .qodef-e:hover
  .qodef-e-logo {
  opacity: 0;
}
.qodef-clients-list.qodef-item-layout--image-only.qodef-hover-animation--fade-in
  .qodef-e:hover
  .qodef-e-hover-logo {
  opacity: 1;
}
.qodef-clients-list.qodef-item-layout--image-only.qodef-hover-animation--no-hover
  .qodef-e {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.qodef-clients-list.qodef-item-layout--image-only.qodef-hover-animation--no-hover
  .qodef-e
  .qodef-e-image {
  line-height: 0;
  position: relative;
  display: inline-block;
  vertical-align: top;
}
.qodef-clients-list.qodef-item-layout--image-only.qodef-hover-animation--no-hover
  .qodef-e
  .qodef-e-image
  a {
  display: inline-block;
}
.qodef-clients-list.qodef-item-layout--image-only.qodef-hover-animation--no-hover
  .qodef-e
  .qodef-e-logo {
  width: auto;
  display: inline-block;
}
.qodef-clients-list.qodef-item-layout--image-only.qodef-hover-animation--no-hover
  .qodef-e
  .qodef-e-hover-logo {
  display: none;
}
.qodef-reservation-form .qodef-m-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
}
.qodef-reservation-form .qodef-m-field {
  -ms-flex-preferred-size: 20%;
  flex-basis: 20%;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .qodef-reservation-form .qodef-m-field {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    margin-bottom: 30px;
  }
}
.qodef-reservation-form .qodef-m-icon-arrow {
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 22px;
  color: #777;
}
.qodef-reservation-form .qodef-m-date,
.qodef-reservation-form .qodef-m-date:focus,
.qodef-reservation-form .select2-container--default {
  margin: 0;
  width: 100% !important;
  z-index: 1;
}
.qodef-reservation-form button {
  width: 100%;
}
@media only screen and (max-width: 1440px) {
  .qodef-reservation-form button {
    line-height: 1.9em;
  }
}
@media only screen and (max-width: 1024px) {
  .qodef-reservation-form button {
    padding: 15px;
  }
}
.qodef-reservation-form .qodef-m-copyright {
  font-size: 14px;
  margin: 0;
}
#ui-datepicker-div {
  display: none;
  width: auto !important;
  z-index: 9999999 !important;
  min-width: 250px !important;
  padding: 25px !important;
  font-family: inherit !important;
  font-size: 14px !important;
  line-height: 2em !important;
  font-weight: 500 !important;
  color: #000 !important;
  background-color: #fff !important;
  -webkit-box-shadow: 0 3px 6px #0000000f !important;
  box-shadow: 0 3px 6px #0000000f !important;
  border: 0 !important;
  border-radius: 0 !important;
}
#ui-datepicker-div .ui-datepicker-header {
  padding: 0 !important;
}
#ui-datepicker-div .ui-datepicker-next,
#ui-datepicker-div .ui-datepicker-prev {
  position: absolute !important;
  top: -2px !important;
  display: inline-block !important;
  vertical-align: top !important;
  float: none !important;
  height: auto !important;
  width: auto !important;
  padding: 6px 8px !important;
  color: #000 !important;
  background-color: inherit !important;
}
#ui-datepicker-div .ui-datepicker-prev {
  left: 15px !important;
}
#ui-datepicker-div .ui-datepicker-next {
  right: 15px !important;
}
#ui-datepicker-div .ui-datepicker-title {
  height: auto !important;
  margin-bottom: 17px !important;
  font-size: 14px !important;
  line-height: 32px !important;
  font-weight: 500 !important;
  letter-spacing: 2px !important;
  text-transform: uppercase !important;
  text-align: center !important;
  color: #000 !important;
  background-color: inherit !important;
}
#ui-datepicker-div table {
  padding: 0 !important;
  width: 100% !important;
  border-collapse: collapse !important;
}
#ui-datepicker-div table span {
  display: block !important;
  width: 100% !important;
  padding: 0.125em 0 !important;
}
#ui-datepicker-div thead {
  border-bottom: 1px solid #c4c4c4 !important;
}
#ui-datepicker-div tr {
  padding: 0 !important;
  border: 0 !important;
}
#ui-datepicker-div th {
  padding: 0 0 2px !important;
  font-weight: inherit !important;
  letter-spacing: 0.01em !important;
  color: #000 !important;
  border: 0 !important;
  background-color: inherit !important;
  text-align: center !important;
}
#ui-datepicker-div td {
  line-height: inherit !important;
  position: relative !important;
  padding: 2px !important;
  font-weight: inherit !important;
  background: 0 0 !important;
  border: 0 !important;
  text-align: center !important;
}
#ui-datepicker-div td > * {
  display: block !important;
  padding: 3px 9.45px 4px !important;
  border: none !important;
  text-align: center !important;
}
#ui-datepicker-div td a {
  color: #000 !important;
  background-color: transparent !important;
  border-radius: 50% !important;
  -webkit-transition: color 0.2s ease-out, background-color 0.2s ease-out,
    border-color 0.2s ease-out !important;
  -o-transition: color 0.2s ease-out, background-color 0.2s ease-out,
    border-color 0.2s ease-out !important;
  transition: color 0.2s ease-out, background-color 0.2s ease-out,
    border-color 0.2s ease-out !important;
}
#ui-datepicker-div td.ui-datepicker-today {
  background-color: #0b6354 !important;
  border-radius: 50% !important;
}
#ui-datepicker-div td.ui-datepicker-today a {
  color: #fff !important;
}
.qodef-restaurant-menu-list .qodef-e-inner {
  padding-right: 9%;
}
.qodef-restaurant-menu-list .qodef-e-heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
}
.qodef-restaurant-menu-list .qodef-e-heading-title {
  margin: 0;
}
.qodef-restaurant-menu-list .qodef-e-heading-line {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}
.qodef-restaurant-menu-list .qodef-e-heading-price {
  margin: 0;
}
.qodef-restaurant-menu-list .qodef-e-description {
  margin: -3px 0 0 0;
  color: #505050;
  font-size: 18px;
}
.qodef-restaurant-menu-list.qodef-item-skin--light .qodef-e-heading-price,
.qodef-restaurant-menu-list.qodef-item-skin--light .qodef-e-heading-title {
  color: #fff;
}
.qodef-restaurant-menu-list.qodef-item-skin--light .qodef-e-description {
  color: #fff;
}
.woocommerce-page
  div.woocommerce
  .shop_table
  tr.qodef-product-type-room
  .qodef-quantity-buttons
  span {
  display: none !important;
}
.woocommerce-page
  div.woocommerce
  .shop_table
  tr.qodef-product-type-room
  .qodef-quantity-buttons
  .qodef-quantity-input {
  margin: 0 !important;
  cursor: none;
  pointer-events: none;
}
.woocommerce-page div.woocommerce .qodef-reservation-info {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.woocommerce-page div.woocommerce .qodef-reservation-info .qodef-m-info {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  width: 100%;
  margin-bottom: 2px;
}
.woocommerce-page div.woocommerce .qodef-reservation-info .qodef-m-info-label {
  margin-right: 5px;
}
.woocommerce-page
  div.woocommerce
  .qodef-reservation-info
  .qodef-m-info-label
  .qodef--mark {
  margin: 0 2px;
}
#qodef-room-sticky-widget {
  position: relative;
  width: 100%;
  height: 0;
  margin: 0 !important;
  padding: 0 !important;
}
@media only screen and (min-width: 1025px) {
  .archive
    .qodef-grid.qodef-layout--template.qodef-gutter--huge
    > .qodef-grid-inner
    .qodef-page-content-section {
    margin-bottom: 0;
  }
}
.archive
  .qodef-grid.qodef-layout--template.qodef-gutter--huge
  > .qodef-grid-inner
  .qodef-page-sidebar-section {
  margin-bottom: 0;
}
.single-room #qodef-page-inner {
  padding-top: 0;
}
.single-room .woocommerce-error,
.single-room .woocommerce-info,
.single-room .woocommerce-message {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  padding: 20px 30px;
  margin: 50px 0 20px;
  border: 1px solid #c4c4c4;
}
.single-room .woocommerce-error a,
.single-room .woocommerce-info a,
.single-room .woocommerce-message a {
  margin-top: 12px;
}
.single-room .woocommerce-info {
  border-color: #0b9c0b;
}
.single-room .woocommerce-error {
  border-color: #ff3135;
}
.qodef-room {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: top;
  margin-bottom: 20px;
}
.qodef-room .swiper-button-next,
.qodef-room .swiper-button-prev {
  color: #fff;
}
.qodef-room .swiper-button-next:hover,
.qodef-room .swiper-button-prev:hover {
  color: #0b6354;
}
.qodef-room .qodef-m-image {
  width: 100%;
}
.qodef-room .qodef-m-image img {
  display: block;
  margin: 0 auto;
}
.qodef-room .qodef-m-content {
  display: block;
}
.qodef-room .qodef-room-item {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: top;
}
.qodef-room .qodef-e-title {
  margin: 0;
}
.qodef-room .qodef-e-content {
  margin-top: 17px;
}
.qodef-room .qodef-e-top-info {
  font-family: Forum, sans-serif;
  font-weight: 400;
  color: #000;
  font-size: 58px;
  line-height: 1.2em;
  letter-spacing: -0.04em;
}
@media only screen and (max-width: 680px) {
  .qodef-room .qodef-e-top-info {
    font-size: 45px;
  }
}
.qodef-room .qodef-e-amenity {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: top;
  margin-top: 88px;
}
.qodef-room .qodef-e-amenity-title {
  margin: 0 0 24px;
}
.qodef-room .qodef-e-amenity-items {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -10px;
}
.qodef-room .qodef-e-amenity-items.qodef--hidden {
  display: none;
}
.qodef-room .qodef-e-amenity-items .qodef-e-amenity-item {
  position: relative;
  width: 50%;
  padding: 16px 10px;
}
.qodef-room .qodef-e-amenity-items .qodef-ei-link {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.qodef-room .qodef-e-amenity-items .qodef-ei-svg {
  width: 30px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-right: 30px;
  color: #0b6354;
}
.qodef-room .qodef-e-amenity-items .qodef-ei-svg svg {
  display: block;
  width: 100%;
}
.qodef-room .qodef-e-amenity-items .qodef-ei-svg svg * {
  fill: none;
  stroke: currentColor;
}
.qodef-room .qodef-e-amenity-items .qodef-ei-svg-icon {
  stroke: currentColor;
  stroke-linecap: round;
  stroke-miterlimit: 10;
  fill: none;
}
.qodef-room .qodef-e-amenity-items .qodef-ei-label {
  font-size: 18px;
}
.qodef-room .qodef-button.qodef-html--link.qodef-amenities-load-more {
  margin: 20px 0 15px;
}
.qodef-room .qodef-e-info-items {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: top;
  margin-top: 65px;
}
@media only screen and (max-width: 680px) {
  .qodef-room .qodef-e-info-items {
    margin-top: 45px;
  }
}
.qodef-room .qodef-e-info-items .qodef-e-info-item {
  margin-bottom: 75px;
}
.qodef-room .qodef-e-info-items .qodef-e-info-item .qodef-ei-title {
  margin: 0 0 22px;
}
.qodef-room .qodef-e-info-items .qodef-e-info-item ul {
  list-style-type: none;
  font-size: 18px;
}
.qodef-room .qodef-e-info-items .qodef-e-info-item ul li {
  margin-bottom: 11px;
}
.qodef-room .qodef-e-info-items .qodef-e-info-item ul li:last-child {
  margin-bottom: 0;
}
.qodef-room .qodef-e-info-items .qodef-e-info-item ul li:before {
  content: 'check';
  font-family: 'Material Icons';
  margin-right: 23px;
}
.qodef-room .qodef-e-info-items .qodef-e-info-item:last-child {
  margin-bottom: 0;
}
.qodef-room .qodef-e-availability {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: top;
  margin-top: 75px;
}
.qodef-room .qodef-e-availability-title {
  margin: 0 0 37px;
}
.qodef-room .qodef-e-calendar-wrapper {
  display: inline-block;
  vertical-align: top;
  max-width: 100%;
}
.qodef-room .qodef-e-availability-calendar .datepick-month-header {
  margin-bottom: 35px;
}
.qodef-room .qodef-e-availability-calendar .datepick {
  padding: 0;
  background-color: transparent;
  border: 0;
}
.qodef-room .qodef-e-availability-calendar .datepick-month th {
  padding-bottom: 10px;
}
.qodef-room .qodef-e-availability-calendar .datepick-month td {
  padding: 4px;
}
.qodef-room .qodef-e-availability-calendar .datepick-month tr td > * {
  padding: 7px 13px;
}
.qodef-room .qodef-e-availability-calendar .datepick-month tr td a {
  position: relative;
  pointer-events: none;
}
.qodef-room
  .qodef-e-availability-calendar
  .datepick-month
  tr
  td
  .datepick-highlight:not(.datepick-disabled),
.qodef-room
  .qodef-e-availability-calendar
  .datepick-month
  tr
  td
  .datepick-selected:not(.datepick-disabled) {
  color: inherit !important;
  background-color: #fff !important;
}
.qodef-room
  .qodef-e-availability-calendar
  .datepick-month
  tr
  td
  .datepick-today {
  color: #0b6354;
  background-color: #fff;
}
.qodef-room
  .qodef-e-availability-calendar
  .datepick-month
  tr
  td
  .datepick-last-room {
  color: #000;
  background: #f8f6c1;
}
.qodef-room
  .qodef-e-availability-calendar
  .datepick-month
  tr
  td
  .datepick-disabled {
  color: rgba(80, 78, 69, 0.4);
  background: -o-linear-gradient(
    bottom right,
    rgba(80, 78, 69, 0) 0,
    rgba(80, 78, 69, 0) calc(50% - 0.8px),
    rgba(80, 78, 69, 0.4) 50%,
    rgba(80, 78, 69, 0) calc(50% + 0.8px),
    rgba(80, 78, 69, 0) 100%
  );
  background: linear-gradient(
    to top left,
    rgba(80, 78, 69, 0) 0,
    rgba(80, 78, 69, 0) calc(50% - 0.8px),
    rgba(80, 78, 69, 0.4) 50%,
    rgba(80, 78, 69, 0) calc(50% + 0.8px),
    rgba(80, 78, 69, 0) 100%
  );
}
.qodef-room .qodef-e-availability-legend {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -10px;
  padding: 25px 0 0;
}
.qodef-room .qodef-e-availability-legend .qodef-ei-legend-item {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 10px;
  margin: 10px 0;
}
.qodef-room
  .qodef-e-availability-legend
  .qodef-ei-legend-item.qodef--selected
  .qodef-ei-box {
  background-color: #0b6354;
}
.qodef-room
  .qodef-e-availability-legend
  .qodef-ei-legend-item.qodef--available
  .qodef-ei-box {
  background-color: #fff;
  border: 1px solid #c4c4c4;
}
.qodef-room
  .qodef-e-availability-legend
  .qodef-ei-legend-item.qodef--no-available
  .qodef-ei-box {
  background: -o-linear-gradient(
    bottom right,
    rgba(80, 78, 69, 0) 0,
    rgba(80, 78, 69, 0) calc(50% - 0.8px),
    rgba(80, 78, 69, 0.4) 50%,
    rgba(80, 78, 69, 0) calc(50% + 0.8px),
    rgba(80, 78, 69, 0) 100%
  ) !important;
  background: linear-gradient(
    to top left,
    rgba(80, 78, 69, 0) 0,
    rgba(80, 78, 69, 0) calc(50% - 0.8px),
    rgba(80, 78, 69, 0.4) 50%,
    rgba(80, 78, 69, 0) calc(50% + 0.8px),
    rgba(80, 78, 69, 0) 100%
  ) !important;
  border: 1px solid #c4c4c4;
}
.qodef-room
  .qodef-e-availability-legend
  .qodef-ei-legend-item.qodef--last-room
  .qodef-ei-box {
  background: #f8f6c1;
}
.qodef-room .qodef-e-availability-legend .qodef-ei-box {
  width: 31px;
  height: 31px;
  margin-right: 10px;
}
.qodef-room .qodef-e-availability-legend .qodef-ei-label {
  font-family: inherit;
  font-size: 12px;
  color: #000;
  letter-spacing: 0.03em;
}
.qodef-room .qodef-e-seasonal {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: top;
  margin-top: 77px;
}
.qodef-room .qodef-e-seasonal-title {
  margin: 0;
}
.qodef-room .qodef-e-seasonal-description {
  margin: 17px 0 0;
}
.qodef-room .qodef-e-seasonal-items {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: top;
  margin: 10px 0 0;
  padding: 14px 0;
}
.qodef-room .qodef-e-seasonal-items .qodef-ei {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  margin: 20px 0;
  line-height: 1;
}
.qodef-room .qodef-e-seasonal-items .qodef-ei > * {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.qodef-room .qodef-e-seasonal-items .qodef-ei-date-begin:after {
  margin: 0 5px;
  content: '-';
}
.qodef-room .qodef-e-seasonal-items .qodef-ei-price {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.qodef-room .qodef-e-seasonal-items .qodef-ei-price-label {
  margin-right: 5px;
}
.qodef-room .qodef-e-seasonal-items .qodef-ei-price-value {
  color: #0b6354;
}
.qodef-room .qodef-e-seasonal-items .qodef-ei-line {
  top: -4px;
  -ms-flex-negative: inherit;
  flex-shrink: inherit;
  width: calc(100% - 20px);
  margin: 0 10px;
  height: 1px;
  background-color: #c4c4c4;
}
.qodef-room .qodef-e-location {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: top;
  margin-top: 73px;
}
.qodef-room .qodef-e-location-title {
  margin: 0 0 36px;
}
.datepick-popup .datepick,
.qodef-datepick-calendar .datepick {
  width: auto !important;
  min-width: 270px;
  padding: 25px;
  font-family: inherit;
  font-size: 14px;
  line-height: 2em;
  font-weight: 500;
  color: #000;
  background-color: #fff;
  -webkit-box-shadow: 0 3px 6px #0000000f;
  box-shadow: 0 3px 6px #0000000f;
  border: 0;
  border-radius: 0;
}
@media only screen and (max-width: 680px) {
  .datepick-popup .datepick,
  .qodef-datepick-calendar .datepick {
    padding: 25px 15px;
  }
}
.datepick-popup .datepick-month-row,
.qodef-datepick-calendar .datepick-month-row {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -12px;
}
.datepick-popup .datepick-month-row > *,
.qodef-datepick-calendar .datepick-month-row > * {
  width: 100%;
  padding: 0 12px;
}
.datepick-popup .datepick-month-row .datepick-cmd,
.qodef-datepick-calendar .datepick-month-row .datepick-cmd {
  position: absolute;
  top: -2px;
  display: inline-block;
  vertical-align: top;
  float: none;
  height: auto;
  width: auto;
  padding: 6px 8px;
  color: #000;
  background-color: inherit;
}
.datepick-popup .datepick-month-row .datepick-cmd:hover,
.qodef-datepick-calendar .datepick-month-row .datepick-cmd:hover {
  color: #0b6354;
}
.datepick-popup .datepick-month-row .datepick-cmd.datepick-cmd-prev,
.qodef-datepick-calendar .datepick-month-row .datepick-cmd.datepick-cmd-prev {
  left: 15px;
}
.datepick-popup .datepick-month-row .datepick-cmd.datepick-cmd-next,
.qodef-datepick-calendar .datepick-month-row .datepick-cmd.datepick-cmd-next {
  right: 15px;
}
.datepick-popup .datepick-month-row .datepick-cmd.datepick-disabled,
.qodef-datepick-calendar .datepick-month-row .datepick-cmd.datepick-disabled {
  color: #505050;
  cursor: not-allowed;
}
.datepick-popup .datepick-month-row .qodef-e-calendar-icon,
.qodef-datepick-calendar .datepick-month-row .qodef-e-calendar-icon {
  display: block;
  width: 12px;
  fill: #b4b4b4;
  stroke: none;
}
.datepick-popup .datepick-month-header,
.qodef-datepick-calendar .datepick-month-header {
  height: auto;
  margin-bottom: 17px;
  font-size: 14px;
  line-height: 32px;
  font-weight: 500;
  letter-spacing: 2px;
  text-transform: uppercase;
  text-align: center;
  color: #000;
  background-color: inherit;
}
.datepick-popup .datepick-month,
.qodef-datepick-calendar .datepick-month {
  border: 0;
}
.datepick-popup .datepick-month thead,
.qodef-datepick-calendar .datepick-month thead {
  border-bottom: 1px solid #c4c4c4;
}
.datepick-popup .datepick-month th,
.qodef-datepick-calendar .datepick-month th {
  padding: 0 0 2px;
  font-weight: inherit;
  letter-spacing: 0.01em;
  color: #000;
  border: 0;
  background-color: inherit;
}
.datepick-popup .datepick-month tr,
.qodef-datepick-calendar .datepick-month tr {
  padding: 0;
  border: 0;
}
.datepick-popup .datepick-month tr td > *,
.qodef-datepick-calendar .datepick-month tr td > * {
  display: block;
  padding: 3px 9.45px 4px;
  border: none;
  text-align: center;
}
@media only screen and (max-width: 480px) {
  .datepick-popup .datepick-month tr td > *,
  .qodef-datepick-calendar .datepick-month tr td > * {
    padding: 2px 2px 3px;
  }
}
.datepick-popup .datepick-month tr td span.datepick-other-month,
.qodef-datepick-calendar .datepick-month tr td span.datepick-other-month {
  display: none;
}
.datepick-popup .datepick-month tr:first-child td,
.qodef-datepick-calendar .datepick-month tr:first-child td {
  position: relative;
}
.datepick-popup .datepick-month tr:first-child td a,
.datepick-popup
  .datepick-month
  tr:first-child
  td
  span:not(.datepick-other-month),
.qodef-datepick-calendar .datepick-month tr:first-child td a,
.qodef-datepick-calendar
  .datepick-month
  tr:first-child
  td
  span:not(.datepick-other-month) {
  border: none;
}
.datepick-popup .datepick-month td,
.qodef-datepick-calendar .datepick-month td {
  padding: 2px;
  font-weight: inherit;
  background: 0 0;
  border: 0;
}
.datepick-popup .datepick-month td span,
.qodef-datepick-calendar .datepick-month td span {
  color: rgba(80, 78, 69, 0.4);
}
.datepick-popup .datepick-month td span.datepick-other-month,
.datepick-popup .datepick-month td span.datepick-today,
.datepick-popup .datepick-month td span.datepick-weekend,
.qodef-datepick-calendar .datepick-month td span.datepick-other-month,
.qodef-datepick-calendar .datepick-month td span.datepick-today,
.qodef-datepick-calendar .datepick-month td span.datepick-weekend {
  background-color: inherit;
}
.datepick-popup .datepick-month td a,
.qodef-datepick-calendar .datepick-month td a {
  color: #000;
  background-color: transparent;
  border-radius: 50%;
  -webkit-transition: color 0.2s ease-out, background-color 0.2s ease-out,
    border-color 0.2s ease-out;
  -o-transition: color 0.2s ease-out, background-color 0.2s ease-out,
    border-color 0.2s ease-out;
  transition: color 0.2s ease-out, background-color 0.2s ease-out,
    border-color 0.2s ease-out;
}
.datepick-popup .datepick-month td .datepick-today,
.qodef-datepick-calendar .datepick-month td .datepick-today {
  color: #0b6354;
  background-color: #fff;
}
.datepick-popup .datepick-month td .datepick-highlight,
.datepick-popup .datepick-month td .datepick-selected,
.qodef-datepick-calendar .datepick-month td .datepick-highlight,
.qodef-datepick-calendar .datepick-month td .datepick-selected {
  color: #fff !important;
  background-color: #0b6354 !important;
}
.datepick-popup .datepick-month td .datepick-last-room,
.qodef-datepick-calendar .datepick-month td .datepick-last-room {
  color: #000;
  background: #f8f6c1;
}
.datepick-popup .datepick-month td .datepick-last-room:hover,
.qodef-datepick-calendar .datepick-month td .datepick-last-room:hover {
  color: #fff;
  background-color: #0b6354;
}
.datepick-popup .datepick-month td .datepick-disabled,
.qodef-datepick-calendar .datepick-month td .datepick-disabled {
  color: rgba(80, 78, 69, 0.4) !important;
  background: -o-linear-gradient(
    bottom right,
    rgba(80, 78, 69, 0) 0,
    rgba(80, 78, 69, 0) calc(50% - 0.8px),
    rgba(80, 78, 69, 0.4) 50%,
    rgba(80, 78, 69, 0) calc(50% + 0.8px),
    rgba(80, 78, 69, 0) 100%
  ) !important;
  background: linear-gradient(
    to top left,
    rgba(80, 78, 69, 0) 0,
    rgba(80, 78, 69, 0) calc(50% - 0.8px),
    rgba(80, 78, 69, 0.4) 50%,
    rgba(80, 78, 69, 0) calc(50% + 0.8px),
    rgba(80, 78, 69, 0) 100%
  ) !important;
  cursor: not-allowed !important;
  pointer-events: none !important;
}
.datepick-popup {
  width: auto !important;
  z-index: 9999999 !important;
}
.qodef-datepick-calendar {
  position: relative;
  display: inline-block;
  vertical-align: top;
}
@media only screen and (max-width: 680px) {
  .qodef-datepick-calendar {
    width: 100%;
  }
}
#qodef-room-reservation {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: top;
  padding: 64px 18% 53px;
  border: 1px solid #c4c4c4;
  margin-top: 26px;
}
#qodef-room-reservation .qodef-room-reservation-title {
  text-align: center;
  margin: 0 0 36px;
}
#qodef-room-reservation-form .qodef-m-field {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: top;
  margin-bottom: 48px;
}
#qodef-room-reservation-form .qodef-m-field label {
  margin-bottom: 10px;
  font-family: Sarabun, sans-serif;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #0b6354;
}
#qodef-room-reservation-form .qodef-m-field input,
#qodef-room-reservation-form .qodef-m-field select {
  margin-bottom: 0;
}
#qodef-room-reservation-form .qodef-m-field input:hover,
#qodef-room-reservation-form .qodef-m-field select:hover {
  border-color: #000;
}
#qodef-room-reservation-form .qodef-m-field .select2-container--default {
  margin-bottom: 0;
}
#qodef-room-reservation-form
  .qodef-m-field
  .select2-container--default
  .select2-selection--single:hover {
  border-bottom-color: #000;
}
#qodef-room-reservation-form .qodef-m-field .qodef-m-field-title {
  text-align: center;
}
#qodef-room-reservation-form .qodef-m-field.qodef--room-amount .qodef-e-input {
  width: 100%;
}
#qodef-room-reservation-form
  .qodef-m-field.qodef--guests
  .qodef-m-field-input-icon {
  top: calc(50% - 10px);
  width: 20px;
}
#qodef-room-reservation-form
  .qodef-m-field.qodef--guests
  .qodef-m-field-persons {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  display: block;
  padding: 20px;
  background-color: #fff;
  -webkit-box-shadow: 0 3px 6px #0000000f;
  box-shadow: 0 3px 6px #0000000f;
  border: 1px solid transparent;
  border-top-width: 0;
  visibility: hidden;
  z-index: -1;
  opacity: 0;
  -webkit-transition: 0.35s ease-out;
  -o-transition: 0.35s ease-out;
  transition: 0.35s ease-out;
}
#qodef-room-reservation-form
  .qodef-m-field.qodef--guests
  .qodef-m-field-persons.qodef--above {
  top: auto;
  bottom: calc(100% - 24px);
  border-top-width: 1px;
  border-bottom-width: 0;
}
#qodef-room-reservation-form
  .qodef-m-field.qodef--guests
  .qodef-m-field-persons.qodef--opened {
  visibility: visible;
  opacity: 1;
  z-index: 999;
}
#qodef-room-reservation-form
  .qodef-m-field.qodef--guests
  .qodef-m-field-person {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 20px;
}
#qodef-room-reservation-form
  .qodef-m-field.qodef--guests
  .qodef-m-field-person
  .qodef-e-input {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 44px;
}
#qodef-room-reservation-form
  .qodef-m-field.qodef--guests
  .qodef-m-field-person
  .select2-container--default
  .select2-selection--single {
  height: auto;
  padding: 3px 6px;
  line-height: 22px;
}
#qodef-room-reservation-form
  .qodef-m-field.qodef--guests
  .qodef-m-field-person
  .select2-container--default
  .select2-selection__arrow {
  right: 2px;
  width: 20px;
}
#qodef-room-reservation-form
  .qodef-m-field.qodef--guests
  .qodef-m-field-person
  .select2-container--default
  .select2-selection__arrow:before {
  font-size: 10px;
}
#qodef-room-reservation-form
  .qodef-m-field.qodef--guests
  .qodef-m-field-person
  .qodef-e-label-text {
  color: #000;
  font-size: 27px;
  font-family: Forum, sans-serif;
}
#qodef-room-reservation-form
  .qodef-m-field.qodef--guests
  .qodef-m-field-person
  .qodef-e-label-description {
  display: block;
  font-size: 14px;
  line-height: 1;
}
#qodef-room-reservation-form
  .qodef-m-field.qodef--guests
  .qodef-m-field-person.qodef--button {
  margin: 16px 0 0;
}
#qodef-room-reservation-form
  .qodef-m-field.qodef--guests
  .qodef-m-field-person.qodef--button
  .qodef-button {
  padding-top: 7px;
  padding-bottom: 7px;
}
#qodef-room-reservation-form .qodef-m-field.qodef--extra-services {
  margin: 17px 0 69px;
}
#qodef-room-reservation-form
  .qodef-m-field.qodef--extra-services
  .qodef-m-field-title {
  margin-bottom: 34px;
}
#qodef-room-reservation-form
  .qodef-m-field.qodef--extra-services
  .qodef-m-field-item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 13px 0;
}
#qodef-room-reservation-form
  .qodef-m-field.qodef--extra-services
  .qodef-m-field-item.qodef--checked
  .qodef-e-field-checkbox {
  background-image: url(../img/check-mark.png);
}
#qodef-room-reservation-form
  .qodef-m-field.qodef--extra-services
  .qodef-m-field-item.qodef--disabled
  .qodef-e-field-checkbox,
#qodef-room-reservation-form
  .qodef-m-field.qodef--extra-services
  .qodef-m-field-item.qodef--disabled
  .qodef-e-field-label-name {
  cursor: not-allowed;
}
#qodef-room-reservation-form
  .qodef-m-field.qodef--extra-services
  .qodef-e-field-input {
  position: absolute;
  top: 0;
  left: 0;
  visibility: hidden;
}
#qodef-room-reservation-form
  .qodef-m-field.qodef--extra-services
  .qodef-e-field-checkbox {
  position: relative;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 20px;
  height: 20px;
  margin: 0 15px 0 0;
  border: 1px solid #c4c4c4;
  border-radius: 50%;
  background-position: center 40%;
  background-repeat: no-repeat;
  cursor: pointer;
}
#qodef-room-reservation-form
  .qodef-m-field.qodef--extra-services
  .qodef-e-field-label {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
}
@media only screen and (max-width: 480px) {
  #qodef-room-reservation-form
    .qodef-m-field.qodef--extra-services
    .qodef-e-field-label {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  #qodef-room-reservation-form
    .qodef-m-field.qodef--extra-services
    .qodef-e-field-label
    .qodef-e-field-label-line {
    display: none;
  }
}
#qodef-room-reservation-form
  .qodef-m-field.qodef--extra-services
  .qodef-e-field-label-name {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  cursor: pointer;
  padding-right: 15px;
}
#qodef-room-reservation-form
  .qodef-m-field.qodef--extra-services
  .qodef-e-field-label-line {
  position: relative;
  bottom: 8px;
  width: 100%;
  height: 1px;
  margin: 0 8px 0 2px;
  border-bottom: 1px dotted #c4c4c4;
}
#qodef-room-reservation-form
  .qodef-m-field.qodef--extra-services
  .qodef-e-field-label-price {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
#qodef-room-reservation-form .qodef-m-field.qodef--price {
  margin-bottom: 50px;
  text-align: center;
}
#qodef-room-reservation-form .qodef-m-field.qodef--price .qodef-m-field-title {
  margin-bottom: 43px;
}
#qodef-room-reservation-form .qodef-m-field.qodef--price .qodef-m-price-value {
  color: #000;
  font-size: 58px;
  font-family: Forum, sans-serif;
  font-weight: 400;
  letter-spacing: -2px;
}
#qodef-room-reservation-form
  .qodef-m-field.qodef--price
  .qodef-m-price-currency {
  right: -6px;
  color: #000;
  font-size: 34px;
  font-family: Forum, sans-serif;
  font-weight: 400;
}
#qodef-room-reservation-form
  .qodef-m-field.qodef--price
  .qodef-m-price-description {
  font-size: 18px;
}
#qodef-room-reservation-form .qodef-m-field.qodef--booking {
  text-align: center;
  margin: 0;
}
#qodef-room-reservation-form
  .qodef-m-field.qodef--booking
  .qodef-shortcode.qodef-button {
  /* padding: 23px 78px; */
}
#qodef-room-reservation-form .qodef-m-field-title {
  margin: 0;
}
#qodef-room-reservation-form .qodef-m-field-input-wrapper {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: top;
}
#qodef-room-reservation-form .qodef-m-field-input-icon {
  position: absolute;
  top: calc(50% - 8px);
  right: 0;
  width: 16px;
  height: auto;
  fill: none;
  stroke: #000;
  z-index: 1;
  cursor: pointer;
}
#qodef-room-reservation-form:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.8);
  z-index: 1;
}
#qodef-room-reservation-form .qodef-m-spinner {
  position: absolute;
  height: auto;
  fill: #0b6354;
  z-index: -1;
  -webkit-animation: qode-rotate 2s infinite linear;
  animation: qode-rotate 2s infinite linear;
}
#qodef-room-reservation-form .qodef-m-spinner.qodef--form {
  top: calc(50% - 30px);
  left: calc(50% - 30px);
  width: 60px;
  z-index: 2;
}
#qodef-room-reservation-form .qodef-m-spinner.qodef--button {
  top: calc(50% - 18px);
  left: calc(50% - 18px);
  width: 36px;
  visibility: hidden;
}
#qodef-room-reservation-form .qodef-m-response {
  position: relative;
  display: none;
  line-height: 1.37em;
  margin-top: 20px;
  text-align: center;
}
#qodef-room-reservation-form .qodef-m-response.qodef--show {
  display: block;
}
#qodef-room-reservation-form .qodef-m-response.qodef--success {
  color: #46b450;
}
#qodef-room-reservation-form .qodef-m-response.qodef--error {
  color: #ff3135;
}
#qodef-room-reservation-form.qodef--loaded:after {
  display: none;
}
#qodef-room-reservation-form.qodef--loaded .qodef-m-spinner.qodef--form {
  display: none;
}
#qodef-room-reservation-form.qodef--checking .qodef-button {
  visibility: hidden;
}
#qodef-room-reservation-form.qodef--checking .qodef-m-spinner.qodef--button {
  visibility: visible;
  z-index: 1;
}
#qodef-room-weather {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: top;
  text-align: center;
  margin-top: 25px;
  padding: 68px 40px 62px;
  border: 1px solid #c4c4c4;
}
#qodef-room-weather .qodef-weather-widget-title {
  margin: 0 0 58px;
}
@media only screen and (max-width: 680px) {
  #qodef-room-weather .qodef-weather-widget-title {
    margin: 0 0 3px;
  }
}
@media only screen and (max-width: 680px) {
  #qodef-room-weather {
    padding: 31px 30px 27px;
  }
}
#qodef-room-ads {
  margin-top: 25px;
}
#qodef-room-ads a,
#qodef-room-ads img {
  display: block;
}
.qodef-profile-reserved-rooms .qodef-m-heading {
  padding-bottom: 6px;
  border-bottom: 1px solid #c4c4c4;
}
.qodef-profile-reserved-rooms .qodef-m-heading > * {
  margin: 0;
}
#qodef-membership-user-dashboard
  .qodef-profile-reserved-rooms
  .qodef-m-heading
  .qodef-m-text {
  margin-top: 2px;
}
.qodef-profile-reserved-rooms .qodef-m-reserved-rooms {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
}
.qodef-profile-reserved-rooms .qodef-m-reserved-room {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
  padding: 25px 0;
  margin: 0;
  border-bottom: 1px solid #c4c4c4;
}
.qodef-profile-reserved-rooms .qodef-m-reserved-room .qodef-ei-image {
  width: 235px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-right: 35px;
}
@media only screen and (max-width: 1440px) {
  .qodef-profile-reserved-rooms .qodef-m-reserved-room .qodef-ei-image {
    -ms-flex-negative: 1;
    flex-shrink: 1;
  }
}
.qodef-profile-reserved-rooms .qodef-m-reserved-room .qodef-ei-image a,
.qodef-profile-reserved-rooms .qodef-m-reserved-room .qodef-ei-image img {
  display: block;
}
.qodef-profile-reserved-rooms .qodef-m-reserved-room .qodef-ei-image img {
  min-width: 183px;
}
.qodef-profile-reserved-rooms .qodef-m-reserved-room .qodef-ei-heading {
  width: 100%;
}
.qodef-profile-reserved-rooms .qodef-m-reserved-room .qodef-ei-title {
  margin: 0;
}
.qodef-profile-reserved-rooms .qodef-m-reserved-room .qodef-reservation-info {
  margin-top: 10px;
}
.qodef-profile-reserved-rooms
  .qodef-m-reserved-room
  .qodef-reservation-info
  .qodef--mark {
  margin: 0 2px;
}
.qodef-profile-reserved-rooms .qodef-m-reserved-room .qodef-ei-price-value {
  color: #0b6354;
}
.qodef-profile-reserved-rooms .qodef-m-reserved-room .qodef-ei-order {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.qodef-profile-reserved-rooms
  .qodef-m-reserved-room
  .qodef-ei-order
  .qodef-ei-order-status {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 183px;
  height: 183px;
  color: #000;
  font-size: 13px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 1px;
  background: #e5e5e5;
  border-radius: 50%;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  white-space: nowrap;
}
@media only screen and (max-width: 1440px) {
  .qodef-profile-reserved-rooms
    .qodef-m-reserved-room
    .qodef-ei-order
    .qodef-ei-order-status {
    font-size: 12px !important;
    width: 145px !important;
    height: 145px !important;
  }
}
@media only screen and (max-width: 1024px) {
  .qodef-profile-reserved-rooms
    .qodef-m-reserved-room
    .qodef-ei-order
    .qodef-ei-order-status {
    width: 130px !important;
    height: 130px !important;
  }
}
@media only screen and (max-width: 680px) {
  .qodef-profile-reserved-rooms
    .qodef-m-reserved-room
    .qodef-ei-order
    .qodef-ei-order-status {
    width: 115px !important;
    height: 115px !important;
    font-size: 11px !important;
    line-height: 1.5em !important;
    padding: 10px !important;
  }
}
.qodef-profile-reserved-rooms
  .qodef-m-reserved-room
  .qodef-ei-order
  .qodef-ei-order-status.qodef--completed {
  background: #c8d7e1;
}
.qodef-profile-reserved-rooms
  .qodef-m-reserved-room
  .qodef-ei-order
  .qodef-ei-order-status.qodef--on-hold {
  background: #f8dda7;
}
.qodef-profile-reserved-rooms
  .qodef-m-reserved-room
  .qodef-ei-order
  .qodef-ei-order-status.qodef--failed {
  background: #eba3a3;
}
.qodef-profile-reserved-rooms
  .qodef-m-reserved-room
  .qodef-ei-order
  .qodef-ei-order-status.qodef--processing {
  background: #c6e1c6;
}
.qodef-profile-reserved-rooms
  .qodef-m-reserved-room
  .qodef-ei-order
  .qodef-ei-order-status.qodef--trash {
  background: #eba3a3;
}
.qodef-profile-reserved-rooms .qodef-m-not-found {
  margin: 0;
}
.qodef-amenity-list {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: top;
}
.qodef-amenity-list .qodef-e-link {
  display: block;
  color: #000;
}
.qodef-amenity-list .qodef-e-title-with-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 15px;
}
.qodef-amenity-list .qodef-e-icon {
  position: relative;
  display: block;
  max-width: 80px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  color: #0b6354;
  margin-right: 20px;
}
.qodef-amenity-list .qodef-e-icon svg {
  position: relative;
  display: block;
  max-width: inherit;
  margin: 0 auto;
}
.qodef-amenity-list .qodef-ei-svg-icon {
  stroke: currentColor;
  stroke-linecap: round;
  stroke-width: 0.8;
  fill: none;
}
.qodef-amenity-list .qodef-e-title {
  display: block;
  margin: 0;
}
.qodef-amenity-list .qodef-e-description p {
  margin: 0;
  color: #505050;
}
.qodef-amenity-list.qodef-layout--columns > .qodef-grid-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.qodef-amenity-list.qodef-skin--light .qodef-e-description,
.qodef-amenity-list.qodef-skin--light .qodef-e-icon,
.qodef-amenity-list.qodef-skin--light .qodef-e-title {
  color: #fff;
}
.qodef-room-accordion {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: top;
}
.qodef-room-accordion .qodef-content-holder {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.qodef-room-accordion .qodef-m-other {
  position: relative;
}
.qodef-room-accordion .qodef-m-other > div {
  position: absolute;
  opacity: 0;
}
.qodef-room-accordion .qodef-m-other > div.qodef--show {
  opacity: 1;
}
.qodef-room-accordion .qodef-e-info-items {
  font-size: 18px;
  font-weight: 300;
}
.qodef-room-accordion .qodef-e-info-items > span:not(:last-child):after {
  content: '/';
}
.qodef-room-accordion .qodef-e-content {
  padding-bottom: 3px;
}
@media only screen and (max-width: 1024px) {
  .qodef-room-accordion .qodef-e-content {
    padding-bottom: 0;
  }
}
@media only screen and (max-width: 680px) {
  .qodef-room-accordion .qodef-e-content {
    padding-bottom: 5px;
  }
}
.qodef-room-accordion .qodef-e-excerpt {
  margin-top: 22px;
}
.qodef-room-accordion .qodef-e-title {
  color: #000;
  margin: 0;
}
.qodef-room-accordion .qodef-e-title:not(:first-child) {
  margin-top: 26px;
}
@media only screen and (max-width: 1024px) {
  .qodef-room-accordion .qodef-e-title:not(:first-child) {
    margin-top: 30px;
  }
}
.qodef-room-accordion .qodef-e-title.ui-state-active a,
.qodef-room-accordion .qodef-e-title.ui-state-hover a,
.qodef-room-accordion .qodef-e-title:hover a {
  color: #000;
}
.qodef-room-accordion .qodef-e-title.ui-state-active a:before,
.qodef-room-accordion .qodef-e-title.ui-state-hover a:before,
.qodef-room-accordion .qodef-e-title:hover a:before {
  width: 100%;
}
.qodef-room-accordion .qodef-e-title a {
  position: relative;
}
.qodef-room-accordion .qodef-e-title a:before {
  content: '';
  position: absolute;
  top: calc(100% - 3px);
  height: 1px;
  width: 0;
  background: #000;
  -webkit-transition: width 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  -o-transition: width 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  transition: width 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.qodef-room-accordion.qodef-item-layout--double.qodef-appear-animation
  .qodef-e-additional-image,
.qodef-room-accordion.qodef-item-layout--double.qodef-appear-animation
  .qodef-e-image-price {
  clip-path: inset(0 0 100% 0);
  -webkit-clip-path: inset(0 0 100% 0);
  -webkit-transition: -webkit-clip-path 1.2s cubic-bezier(0.4, 0, 0.2, 1);
  transition: -webkit-clip-path 1.2s cubic-bezier(0.4, 0, 0.2, 1);
  -o-transition: clip-path 1.2s cubic-bezier(0.4, 0, 0.2, 1);
  transition: clip-path 1.2s cubic-bezier(0.4, 0, 0.2, 1);
  transition: clip-path 1.2s cubic-bezier(0.4, 0, 0.2, 1),
    -webkit-clip-path 1.2s cubic-bezier(0.4, 0, 0.2, 1);
}
.elementor-editor-active
  .qodef-room-accordion.qodef-item-layout--double.qodef-appear-animation
  .qodef-e-additional-image,
.elementor-editor-active
  .qodef-room-accordion.qodef-item-layout--double.qodef-appear-animation
  .qodef-e-image-price,
.qodef-room-accordion.qodef-item-layout--double.qodef-appear-animation.qodef--appear
  .qodef-e-additional-image,
.qodef-room-accordion.qodef-item-layout--double.qodef-appear-animation.qodef--appear
  .qodef-e-image-price {
  clip-path: inset(0 0 0 0);
  -webkit-clip-path: inset(0 0 0 0);
}
.qodef-room-accordion.qodef-item-layout--double .qodef-m-other {
  width: 25%;
}
.qodef-room-accordion.qodef-item-layout--double .qodef-m-other.qodef--left {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}
.qodef-room-accordion.qodef-item-layout--double
  .qodef-m-other.qodef--left
  > div {
  opacity: 1;
}
.qodef-room-accordion.qodef-item-layout--double
  .qodef-m-other.qodef--left
  > div
  img {
  -webkit-animation: qodef-inactive-image-alt 0.8s forwards
    cubic-bezier(0.4, 0, 0.2, 1);
  animation: qodef-inactive-image-alt 0.8s forwards cubic-bezier(0.4, 0, 0.2, 1);
}
.qodef-room-accordion.qodef-item-layout--double
  .qodef-m-other.qodef--left
  > div
  .qodef-e-media-image
  a {
  display: none;
}
.qodef-room-accordion.qodef-item-layout--double
  .qodef-m-other.qodef--left
  > div
  .qodef-e-price {
  -webkit-transform: translateY(10px);
  -ms-transform: translateY(10px);
  transform: translateY(10px);
  opacity: 0;
  -webkit-transition: all 0.6s cubic-bezier(0.4, 0, 0.2, 1);
  -o-transition: all 0.6s cubic-bezier(0.4, 0, 0.2, 1);
  transition: all 0.6s cubic-bezier(0.4, 0, 0.2, 1);
}
.qodef-room-accordion.qodef-item-layout--double
  .qodef-m-other.qodef--left
  > div.qodef--show
  img {
  -webkit-animation: qodef-active-image-alt 0.8s forwards
    cubic-bezier(0.4, 0, 0.2, 1);
  animation: qodef-active-image-alt 0.8s forwards cubic-bezier(0.4, 0, 0.2, 1);
}
.qodef-room-accordion.qodef-item-layout--double
  .qodef-m-other.qodef--left
  > div.qodef--show
  .qodef-e-price {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
  -webkit-transition: all 0.6s cubic-bezier(0.4, 0, 0.2, 1) 0.3s;
  -o-transition: all 0.6s cubic-bezier(0.4, 0, 0.2, 1) 0.3s;
  transition: all 0.6s cubic-bezier(0.4, 0, 0.2, 1) 0.3s;
}
.qodef-room-accordion.qodef-item-layout--double
  .qodef-m-other.qodef--left
  > div.qodef--show
  .qodef-e-media-image
  a {
  display: block;
}
.qodef-room-accordion.qodef-item-layout--double .qodef-m-other.qodef--right {
  -webkit-box-ordinal-group: 4;
  -ms-flex-order: 3;
  order: 3;
}
.qodef-room-accordion.qodef-item-layout--double
  .qodef-m-other.qodef--right
  > div {
  opacity: 1;
}
.qodef-room-accordion.qodef-item-layout--double
  .qodef-m-other.qodef--right
  > div
  img {
  -webkit-animation: qodef-inactive-image-alt 0.8s forwards
    cubic-bezier(0.4, 0, 0.2, 1);
  animation: qodef-inactive-image-alt 0.8s forwards cubic-bezier(0.4, 0, 0.2, 1);
}
.qodef-room-accordion.qodef-item-layout--double
  .qodef-m-other.qodef--right
  > div
  .qodef-e-image-title {
  -webkit-transform: translateY(10px);
  -ms-transform: translateY(10px);
  transform: translateY(10px);
  opacity: 0;
  -webkit-transition: all 0.6s cubic-bezier(0.4, 0, 0.2, 1);
  -o-transition: all 0.6s cubic-bezier(0.4, 0, 0.2, 1);
  transition: all 0.6s cubic-bezier(0.4, 0, 0.2, 1);
}
.qodef-room-accordion.qodef-item-layout--double
  .qodef-m-other.qodef--right
  > div.qodef--show
  img {
  -webkit-animation: qodef-active-image-alt 0.8s forwards
    cubic-bezier(0.4, 0, 0.2, 1);
  animation: qodef-active-image-alt 0.8s forwards cubic-bezier(0.4, 0, 0.2, 1);
}
.qodef-room-accordion.qodef-item-layout--double
  .qodef-m-other.qodef--right
  > div.qodef--show
  .qodef-e-image-title {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
  -webkit-transition: all 0.6s cubic-bezier(0.4, 0, 0.2, 1) 0.3s;
  -o-transition: all 0.6s cubic-bezier(0.4, 0, 0.2, 1) 0.3s;
  transition: all 0.6s cubic-bezier(0.4, 0, 0.2, 1) 0.3s;
}
.qodef-room-accordion.qodef-item-layout--double .qodef-m-accordion {
  width: 50%;
  padding: 0 40px;
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
  text-align: center;
}
.qodef-room-accordion.qodef-item-layout--double .qodef-m-accordion > * {
  width: 70%;
  min-width: 300px;
  margin-left: auto;
  margin-right: auto;
}
.qodef-room-accordion.qodef-item-layout--double .qodef-e-price-value {
  font-family: Forum, sans-serif;
  font-weight: 400;
  color: #000;
  font-size: 27px;
  line-height: 1.4em;
  letter-spacing: 0;
}
.qodef-room-accordion.qodef-item-layout--double .qodef-e-price {
  margin-top: 12px;
}
.qodef-room-accordion.qodef-item-layout--double .qodef-e-image-title {
  display: block;
  margin-top: 5px;
}
.qodef-room-accordion.qodef-item-layout--standard.qodef-appear-animation
  .qodef-m-other {
  clip-path: inset(0 0 100% 0);
  -webkit-clip-path: inset(0 0 100% 0);
  -webkit-transform: translateY(-30px);
  -ms-transform: translateY(-30px);
  transform: translateY(-30px);
  will-change: transform;
}
.elementor-editor-active
  .qodef-room-accordion.qodef-item-layout--standard.qodef-appear-animation
  .qodef-m-other,
.qodef-room-accordion.qodef-item-layout--standard.qodef-appear-animation.qodef--appear
  .qodef-m-other {
  clip-path: inset(0 0 0 0);
  -webkit-clip-path: inset(0 0 0 0);
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition: -webkit-clip-path 1.2s ease, -webkit-transform 1s ease-out;
  transition: -webkit-clip-path 1.2s ease, -webkit-transform 1s ease-out;
  -o-transition: clip-path 1.2s ease, transform 1s ease-out;
  transition: clip-path 1.2s ease, transform 1s ease-out;
  transition: clip-path 1.2s ease, transform 1s ease-out,
    -webkit-clip-path 1.2s ease, -webkit-transform 1s ease-out;
}
.qodef-room-accordion.qodef-item-layout--standard .qodef-m-accordion {
  width: 50%;
  padding-right: 13%;
}
.qodef-room-accordion.qodef-item-layout--standard .qodef-m-other {
  width: 50%;
}
.qodef-room-accordion.qodef-item-layout--standard .qodef-m-other * {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.qodef-room-accordion.qodef-item-layout--standard .qodef-m-other > div {
  opacity: 1;
}
.qodef-room-accordion.qodef-item-layout--standard .qodef-m-other > div img {
  -webkit-animation: qodef-inactive-image-alt 0.8s forwards
    cubic-bezier(0.4, 0, 0.2, 1);
  animation: qodef-inactive-image-alt 0.8s forwards cubic-bezier(0.4, 0, 0.2, 1);
}
.qodef-room-accordion.qodef-item-layout--standard
  .qodef-m-other
  > div.qodef--show
  img {
  -webkit-animation: qodef-active-image-alt 0.8s forwards
    cubic-bezier(0.4, 0, 0.2, 1);
  animation: qodef-active-image-alt 0.8s forwards cubic-bezier(0.4, 0, 0.2, 1);
}
.qodef-room-calendar {
  position: relative;
  display: inline-block;
  vertical-align: top;
  min-width: 350px;
}
@media only screen and (max-width: 480px) {
  .qodef-room-calendar {
    min-width: auto;
  }
}
.qodef-room-calendar .qodef-m-title {
  margin: 0 0 37px;
  text-align: center;
}
.qodef-room-calendar .qodef-m-form {
  position: relative;
}
.qodef-room-calendar .qodef-m-form:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.8);
  z-index: 1;
}
.qodef-room-calendar .qodef-m-form.qodef--loaded:after {
  display: none;
}
.qodef-room-calendar .qodef-m-form.qodef--loaded .qodef-m-spinner {
  display: none;
}
.qodef-room-calendar .qodef-m-form.qodef--selected .qodef-m-form-button {
  display: block;
}
.qodef-room-calendar .qodef-m-spinner {
  position: absolute;
  top: calc(50% - 20px);
  left: calc(50% - 20px);
  width: 40px;
  color: #0b6354;
  fill: currentColor;
  -webkit-animation: qode-rotate 2s infinite linear;
  animation: qode-rotate 2s infinite linear;
  z-index: 2;
}
.qodef-room-calendar .qodef-m-form-calendar {
  width: 100%;
  min-height: 200px;
}
.qodef-room-calendar .qodef-m-form-button {
  display: none;
  margin: 60px auto 0;
}
.qodef-room-calendar .qodef-datepick-calendar .datepick-month-header {
  margin-bottom: 25px;
}
.qodef-room-calendar .qodef-datepick-calendar .datepick-month td {
  padding: 4px;
}
.qodef-room-calendar.qodef-style--boxed {
  padding: 24px 30px 30px;
  background-color: #fafafa;
}
@media only screen and (max-width: 480px) {
  .qodef-room-calendar.qodef-style--boxed {
    padding: 24px 25px 30px;
  }
}
.qodef-room-calendar.qodef-style--default .qodef-datepick-calendar .datepick {
  background-color: transparent;
  border: none;
  padding: 0;
}
.qodef-room-calendar.qodef-style--default
  .qodef-datepick-calendar
  .datepick-month
  tr
  td
  > * {
  padding: 5px 9.45px 7px;
  border: 1px solid transparent;
}
@media only screen and (max-width: 680px) {
  .qodef-room-calendar.qodef-style--default
    .qodef-datepick-calendar
    .datepick-month
    tr
    td
    > * {
    padding: 5px 6.45px 7px;
  }
}
.qodef-room-calendar.qodef-style--default
  .qodef-datepick-calendar
  .datepick-month
  td
  .datepick-highlight,
.qodef-room-calendar.qodef-style--default
  .qodef-datepick-calendar
  .datepick-month
  td
  .datepick-selected {
  color: #0b6354 !important;
  background-color: #fff !important;
  border-color: #e4e6e9 !important;
}
.qodef-room-gallery-list {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: top;
}
.qodef-room-gallery-list .qodef-e-inner {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}
.qodef-room-gallery-list .qodef-e-media > * {
  height: 100%;
}
.qodef-room-gallery-list .qodef-e-media img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.qodef-room-gallery-list .qodef-e-media-image a {
  display: block;
  height: 100%;
}
.qodef-room-gallery-list .qodef-e-media-slider .qodef-swiper-container {
  height: 100%;
}
.qodef-room-gallery-list .qodef-e-media-slider .swiper-wrapper {
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}
.qodef-room-gallery-list .qodef-e-media-slider .swiper-slide {
  height: auto;
}
.qodef-room-gallery-list .qodef-e-content {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.qodef-room-gallery-list .qodef-e-info-items > div {
  margin-bottom: 3px;
}
.qodef-room-gallery-list .qodef-e-info-items .qodef-e--value {
  font-family: Sarabun, sans-serif;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #0b6354;
  margin-left: 7px;
}
.qodef-room-gallery-list .qodef-e-excerpt {
  margin-top: 21px;
}
.qodef-room-gallery-list .qodef-e-title {
  margin: 0 0 4px;
}
.qodef-room-gallery-list .qodef-e-button {
  margin-top: 21px;
}
.qodef-room-gallery-list.qodef-item-layout--alternate .qodef-e-inner {
  margin-bottom: 35px;
}
.qodef-room-gallery-list.qodef-item-layout--alternate .qodef-e-media {
  width: 63%;
}
.qodef-room-gallery-list.qodef-item-layout--alternate .qodef-e-content {
  width: calc(37% - 70px);
  margin: 0 35px;
  padding: 77px 3.1% 77px 4.2%;
  border: 1px solid #c4c4c4;
}
.qodef-room-gallery-list.qodef-item-layout--alternate
  .qodef-room-gallery-list-item:nth-child(even)
  .qodef-e-inner {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.qodef-room-gallery-list.qodef-item-layout--standard .qodef-e-inner {
  margin-bottom: 65px;
}
.qodef-room-gallery-list.qodef-item-layout--standard .qodef-e-media {
  width: 50%;
  padding-right: 20px;
}
.qodef-room-gallery-list.qodef-item-layout--standard .qodef-e-content {
  width: 50%;
  padding-left: 50px;
}
.qodef-room-list .qodef-section-title {
  margin: 63px 0 45px;
}
.qodef-room-list .qodef-section-title .qodef-m-separator {
  top: -63px;
}
.qodef-room-list .qodef-section-title .qodef-m-subtitle {
  margin: 0;
}
.qodef-room-list .qodef-section-title .qodef-m-title {
  margin-top: 3px;
}
.qodef-room-list .qodef-room-list-item.qodef--active .qodef-e-media img {
  -webkit-transform: scale(1.001);
  -ms-transform: scale(1.001);
  transform: scale(1.001);
}
.qodef-room-list .qodef-room-list-item.qodef--active .qodef-e-title a {
  color: #0b6354;
}
.qodef-room-list .qodef-e-inner {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: top;
}
.qodef-room-list .qodef-e-media {
  position: relative;
  overflow: hidden;
}
.qodef-room-list .qodef-e-media a,
.qodef-room-list .qodef-e-media img {
  display: block;
  width: 100%;
}
.qodef-room-list .qodef-e-media .qodef-e-price {
  position: absolute;
  left: 15px;
  bottom: 15px;
  white-space: nowrap;
  padding: 17px 25px 17px 23px;
  -webkit-backdrop-filter: blur(13px);
  backdrop-filter: blur(13px);
  font-family: Sarabun, sans-serif;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #fff;
}
.qodef-room-list .qodef-e-media .qodef-e-price-value {
  color: #fff;
}
.qodef-room-list .qodef-e-media img {
  -webkit-transform: scale(1.03);
  -ms-transform: scale(1.03);
  transform: scale(1.03);
  -webkit-transition: -webkit-transform 0.8s cubic-bezier(0.4, 0, 0.2, 1);
  transition: -webkit-transform 0.8s cubic-bezier(0.4, 0, 0.2, 1);
  -o-transition: transform 0.8s cubic-bezier(0.4, 0, 0.2, 1);
  transition: transform 0.8s cubic-bezier(0.4, 0, 0.2, 1);
  transition: transform 0.8s cubic-bezier(0.4, 0, 0.2, 1),
    -webkit-transform 0.8s cubic-bezier(0.4, 0, 0.2, 1);
}
.qodef-room-list .qodef-e-media:hover img {
  -webkit-transform: scale(1.001);
  -ms-transform: scale(1.001);
  transform: scale(1.001);
}
.qodef-room-list .qodef-e-img-holder {
  position: relative;
}
.qodef-room-list .qodef-e-price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.qodef-room-list .qodef-e-price-label {
  margin-right: 8px;
}
.qodef-room-list .qodef-e-price-value {
  color: #000;
}
.qodef-room-list .qodef-e-title {
  margin: 0;
}
.qodef-room-list .qodef-e-title a {
  position: relative;
  z-index: 1;
}
.qodef-room-list .qodef-e-excerpt {
  margin: 15px 0 0;
}
.qodef-room-list .qodef-e-button {
  margin-top: 25px;
}
.qodef-room-list .qodef-e-info-items {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 5px;
}
.qodef-room-list .qodef-e-info-items > :not(:last-child) {
  margin-right: 21px;
}
.qodef-room-list .qodef-e-capacity-content,
.qodef-room-list .qodef-e-room-size-content {
  font-family: Sarabun, sans-serif;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #0b6354;
}
.qodef-room-list .qodef-e-link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.qodef-room-list.qodef-skin--light {
  color: #c4c4c4;
}
.qodef-room-list.qodef-skin--light .qodef-e-title a {
  color: #fff !important;
}
.qodef-room-list.qodef-skin--light .qodef-button.qodef-layout--textual,
.qodef-room-list.qodef-skin--light .qodef-e-capacity-content,
.qodef-room-list.qodef-skin--light .qodef-e-price-value,
.qodef-room-list.qodef-skin--light .qodef-e-room-size-content,
.qodef-room-list.qodef-skin--light .qodef-e-title {
  color: #fff;
}
.qodef-room-list.qodef-skin--light .qodef-section-title .qodef-m-subtitle,
.qodef-room-list.qodef-skin--light .qodef-section-title .qodef-m-title {
  color: #fff;
}
.qodef-room-list.qodef-skin--light
  .swiper-pagination-bullets
  .swiper-pagination-bullet:after {
  background-color: #fff;
}
.qodef-room-list .swiper-pagination {
  text-align: right;
}
.qodef-room-list.qodef-layout--boxed .qodef-e-media {
  position: relative;
  padding-left: 40px;
}
.qodef-room-list.qodef-layout--boxed .qodef-e-media:before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: calc(100% - 2 * 40px);
  height: calc(100% - 2 * 40px);
  background-color: #fafafa;
  z-index: -1;
}
.qodef-room-list.qodef-layout--boxed .qodef-e-content {
  width: calc(100% - 2 * 40px);
  margin-bottom: 22px;
  padding: 20px 40px calc(40px - 2px);
  background-color: #fafafa;
}
.qodef-room-list.qodef-layout--boxed .qodef-e-heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.qodef-room-list.qodef-layout--boxed .qodef-skin--light .qodef-e-content,
.qodef-room-list.qodef-layout--boxed .qodef-skin--light .qodef-e-media:before {
  background: #0d0d0d;
}
.qodef-room-list.qodef-layout--simple .qodef-e-media {
  margin-bottom: 27px;
}
.qodef-room-list.qodef-layout--simple .qodef-e-info-items {
  margin-top: 2px;
}
.qodef-room-list.qodef-layout--standard .qodef-e-media {
  margin-bottom: 30px;
}
.qodef-room-reservation-filter {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: top;
}
.qodef-room-reservation-filter.qodef-rounded-button-enabled {
  padding-bottom: 90px !important;
}
.qodef-room-reservation-filter.qodef-rounded-button-enabled .qodef--booking {
  position: initial !important;
}
.qodef-room-reservation-filter.qodef-rounded-button-enabled
  .qodef--booking
  .qodef-button {
  position: absolute;
  top: 100%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 5;
  padding: 20px;
}
.qodef-room-reservation-filter.qodef-rounded-button-enabled.qodef-layout--horizontal.qodef-rounded-button-enabled {
  padding-bottom: 0 !important;
}
.qodef-room-reservation-filter.qodef-rounded-button-enabled.qodef-layout--horizontal.qodef-rounded-button-enabled
  .qodef--booking {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.qodef-room-reservation-filter.qodef-rounded-button-enabled.qodef-layout--horizontal
  .qodef--booking
  .qodef-button,
.qodef-room-reservation-filter.qodef-rounded-button-enabled.qodef-layout--revolution-slider
  .qodef--booking
  .qodef-button {
  top: 50%;
  left: auto;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
@media only screen and (max-width: 1024px) {
  .qodef-room-reservation-filter.qodef-rounded-button-enabled.qodef-layout--horizontal
    .qodef--booking
    .qodef-button,
  .qodef-room-reservation-filter.qodef-rounded-button-enabled.qodef-layout--revolution-slider
    .qodef--booking
    .qodef-button {
    position: initial;
    -webkit-transform: translate(0);
    -ms-transform: translate(0);
    transform: translate(0);
  }
}
.qodef-room-reservation-filter .qodef-m-form .qodef-m-field {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: top;
}
.qodef-room-reservation-filter .qodef-m-form .qodef-m-field label {
  margin-bottom: 6px;
  font-family: Sarabun, sans-serif;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #0b6354;
}
.qodef-room-reservation-filter .qodef-m-form .qodef-m-field input,
.qodef-room-reservation-filter .qodef-m-form .qodef-m-field select {
  margin-bottom: 0;
}
.qodef-room-reservation-filter .qodef-m-form .qodef-m-field input:hover,
.qodef-room-reservation-filter .qodef-m-form .qodef-m-field select:hover {
  border-color: #000;
}
.qodef-room-reservation-filter
  .qodef-m-form
  .qodef-m-field
  .select2-container--default {
  margin-bottom: 0;
}
.qodef-room-reservation-filter
  .qodef-m-form
  .qodef-m-field
  .select2-container--default
  .select2-selection--single {
  -webkit-transition: border-bottom-color 0.2s ease-out;
  -o-transition: border-bottom-color 0.2s ease-out;
  transition: border-bottom-color 0.2s ease-out;
}
.qodef-room-reservation-filter
  .qodef-m-form
  .qodef-m-field
  .select2-container--default
  .select2-selection--single:hover {
  border-bottom-color: #000;
}
.qodef-room-reservation-filter
  .qodef-m-form
  .qodef-m-field.qodef--room-amount
  .qodef-e-input,
.qodef-room-reservation-filter
  .qodef-m-form
  .qodef-m-field.qodef--room-type
  .qodef-e-input {
  width: 100%;
}
.qodef-room-reservation-filter
  .qodef-m-form
  .qodef-m-field.qodef--room-amount
  .select2-selection--single
  .select2-selection__arrow:before,
.qodef-room-reservation-filter
  .qodef-m-form
  .qodef-m-field.qodef--room-type
  .select2-selection--single
  .select2-selection__arrow:before {
  font-size: 29px;
  color: #c4c4c4;
}
.qodef-room-reservation-filter
  .qodef-m-form
  .qodef-m-field.qodef--guests
  .qodef-m-field-persons {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  display: block;
  padding: 20px;
  background-color: #fff;
  -webkit-box-shadow: 0 3px 6px #0000000f;
  box-shadow: 0 3px 6px #0000000f;
  border: none;
  border-top-width: 0;
  visibility: hidden;
  z-index: -1;
}
.qodef-room-reservation-filter
  .qodef-m-form
  .qodef-m-field.qodef--guests
  .qodef-m-field-persons.qodef--above {
  top: auto;
  bottom: calc(100% - 24px);
  border-top-width: 1px;
  border-bottom-width: 0;
}
.qodef-room-reservation-filter
  .qodef-m-form
  .qodef-m-field.qodef--guests
  .qodef-m-field-persons.qodef--opened {
  visibility: visible;
  z-index: 999;
}
.qodef-room-reservation-filter
  .qodef-m-form
  .qodef-m-field.qodef--guests
  .qodef-m-field-person {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 20px;
}
.qodef-room-reservation-filter
  .qodef-m-form
  .qodef-m-field.qodef--guests
  .qodef-m-field-person
  .qodef-e-input {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 44px;
}
.qodef-room-reservation-filter
  .qodef-m-form
  .qodef-m-field.qodef--guests
  .qodef-m-field-person
  .select2-container--default
  .select2-selection--single {
  height: auto;
  padding: 3px 6px;
  line-height: 22px;
}
.qodef-room-reservation-filter
  .qodef-m-form
  .qodef-m-field.qodef--guests
  .qodef-m-field-person
  .select2-container--default
  .select2-selection__arrow {
  right: 2px;
  width: 20px;
}
.qodef-room-reservation-filter
  .qodef-m-form
  .qodef-m-field.qodef--guests
  .qodef-m-field-person
  .select2-container--default
  .select2-selection__arrow:before {
  font-size: 10px;
}
.qodef-room-reservation-filter
  .qodef-m-form
  .qodef-m-field.qodef--guests
  .qodef-m-field-person
  .qodef-e-label-text {
  color: #000;
}
.qodef-room-reservation-filter
  .qodef-m-form
  .qodef-m-field.qodef--guests
  .qodef-m-field-person
  .qodef-e-label-description {
  display: block;
  font-size: 13px;
  line-height: 1;
}
.qodef-room-reservation-filter
  .qodef-m-form
  .qodef-m-field.qodef--guests
  .qodef-m-field-person.qodef--button {
  margin: 16px 0 0;
}
.qodef-room-reservation-filter
  .qodef-m-form
  .qodef-m-field.qodef--guests
  .qodef-m-field-person.qodef--button
  .qodef-button {
  padding-top: 7px;
  padding-bottom: 7px;
}
.qodef-room-reservation-filter .qodef-m-form .qodef-m-field-title {
  margin: 0;
}
.qodef-room-reservation-filter .qodef-m-form .qodef-m-field-input-wrapper {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: top;
}
.qodef-room-reservation-filter .qodef-m-form .qodef-m-field-input-icon {
  cursor: pointer;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 30px;
  color: #c4c4c4;
}
.qodef-room-reservation-filter .qodef-m-spinner {
  position: absolute;
  top: calc(50% - 30px);
  left: calc(50% - 30px);
  width: 60px;
  color: #0b6354;
  fill: currentColor;
  -webkit-animation: qode-rotate 2s infinite linear;
  animation: qode-rotate 2s infinite linear;
  z-index: 2;
}
.qodef-room-reservation-filter:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.8);
  z-index: 1;
}
.qodef-room-reservation-filter.qodef--loaded:after {
  display: none;
}
.qodef-room-reservation-filter.qodef--loaded .qodef-m-spinner {
  display: none;
}
.qodef-room-reservation-filter.qodef-layout--horizontal .qodef-m-form {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  margin: 0 -12px;
}
.qodef-room-reservation-filter.qodef-layout--horizontal
  .qodef-m-form
  .qodef-m-field {
  padding: 0 12px;
}
.qodef-room-reservation-filter.qodef-layout--horizontal
  .qodef-m-form
  .qodef-m-field.qodef--guests
  .qodef-m-field-persons {
  left: 12px;
  width: calc(100% - 24px);
}
.qodef-room-reservation-filter.qodef-layout--horizontal .qodef-m-spinner {
  top: calc(50% - 20px);
  left: calc(50% - 20px);
  width: 40px;
}
@media only screen and (max-width: 1440px) {
  .qodef-room-reservation-filter.qodef-layout--horizontal button {
    line-height: 1.9em;
  }
}
.qodef-room-reservation-filter.qodef-layout--revolution-slider
  .qodef-form-wrapper {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  z-index: 99;
  -webkit-transform: translateY(50%);
  -ms-transform: translateY(50%);
  transform: translateY(50%);
}
.qodef-room-reservation-filter.qodef-layout--revolution-slider
  .qodef-content-grid {
  position: relative;
  padding: 24px;
  background-color: #fafafa;
}
.qodef-room-reservation-filter.qodef-layout--revolution-slider
  .qodef-content-grid:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.8);
  z-index: 1;
}
.qodef-room-reservation-filter.qodef-layout--revolution-slider .qodef-m-form {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  margin: 0 -12px;
}
.qodef-room-reservation-filter.qodef-layout--revolution-slider
  .qodef-m-form
  .qodef-m-field {
  padding: 0 12px;
}
.qodef-room-reservation-filter.qodef-layout--revolution-slider
  .qodef-m-form
  .qodef-m-field
  > .select2-container--default {
  width: 100% !important;
}
.qodef-room-reservation-filter.qodef-layout--revolution-slider
  .qodef-m-form
  .qodef-m-field.qodef--guests
  .qodef-m-field-persons {
  left: 12px;
  width: calc(100% - 24px);
}
.qodef-room-reservation-filter.qodef-layout--revolution-slider.qodef--loaded
  .qodef-content-grid:after {
  display: none;
}
.qodef-room-reservation-filter.qodef-layout--split {
  padding: 37px 40px 40px;
  background-color: #fafafa;
}
.qodef-room-reservation-filter.qodef-layout--split .qodef-m-title {
  margin: 0 0 39px;
}
.qodef-room-reservation-filter.qodef-layout--split .qodef-m-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -20px;
}
.qodef-room-reservation-filter.qodef-layout--split
  .qodef-m-form
  .qodef-m-field {
  width: 50%;
  margin-bottom: 36px;
  padding: 0 20px;
}
.qodef-room-reservation-filter.qodef-layout--split
  .qodef-m-form
  .qodef-m-field.qodef--guests
  .qodef-m-field-persons {
  left: 20px;
  width: calc(100% - 40px);
}
.qodef-room-reservation-filter.qodef-layout--split
  .qodef-m-form
  .qodef-m-field.qodef--booking {
  width: 100%;
  margin: 4px 0 0;
}
.qodef-room-reservation-filter.qodef-layout--vertical {
  padding: 26px 40px 40px;
  background-color: #fff;
  -webkit-box-shadow: 0 3px 6px #0000000f;
  box-shadow: 0 3px 6px #0000000f;
  border: 0;
}
.qodef-room-reservation-filter.qodef-layout--vertical .qodef-m-title {
  margin: 0 0 25px;
  text-align: center;
}
@media only screen and (max-width: 1366px) {
  .qodef-room-reservation-filter.qodef-layout--vertical .qodef-m-title {
    margin: 0 0 9px;
  }
}
.qodef-room-reservation-filter.qodef-layout--vertical
  .qodef-m-form
  .qodef-m-field {
  margin-bottom: 31px;
}
.qodef-room-reservation-filter.qodef-layout--vertical
  .qodef-m-form
  .qodef-m-field
  > .select2-container--default {
  width: 100% !important;
}
.qodef-room-reservation-filter.qodef-layout--vertical
  .qodef-m-form
  .qodef-m-field.qodef--booking {
  margin: 4px 0 0;
}
.qodef-room-reservation-filter.qodef-layout--vertical.qodef--without-title {
  padding: 23px 40px 25px;
}
.overflow-y-hidden {
  overflow-y: hidden;
}
.qodef-room-slider-with-popup.qodef-col-num--1 {
  overflow: visible;
}
.elementor-editor-active
  .qodef-room-slider-with-popup
  .qodef-room-slider-with-popup-item
  .qodef-e-content
  .qodef-e-button
  .qodef-button,
.qodef-room-slider-with-popup
  .qodef-room-slider-with-popup-item.qodef--appear
  .qodef-e-content
  .qodef-e-button
  .qodef-button {
  opacity: 1;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
.qodef-room-slider-with-popup .qodef-e-inner {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: top;
}
.qodef-room-slider-with-popup .qodef-e-media {
  position: relative;
}
.qodef-room-slider-with-popup .qodef-e-media a,
.qodef-room-slider-with-popup .qodef-e-media img {
  display: block;
  width: 100%;
}
.qodef-room-slider-with-popup .qodef-e-img-holder {
  position: relative;
}
.qodef-room-slider-with-popup .qodef-e-content {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 8px 0 17px;
}
.qodef-room-slider-with-popup .qodef-e-content .qodef-e-button {
  -webkit-box-flex: 0.3;
  -ms-flex: 0.3;
  flex: 0.3;
}
.qodef-room-slider-with-popup .qodef-e-content .qodef-e-button .qodef-button {
  opacity: 0;
  -webkit-transform: translateY(10px);
  -ms-transform: translateY(10px);
  transform: translateY(10px);
  will-change: transform;
  -webkit-transition: opacity 0.3s ease-out 0.5s,
    -webkit-transform 0.8s cubic-bezier(0.4, 0, 0.2, 1) 0.5s;
  transition: opacity 0.3s ease-out 0.5s,
    -webkit-transform 0.8s cubic-bezier(0.4, 0, 0.2, 1) 0.5s;
  -o-transition: transform 0.8s cubic-bezier(0.4, 0, 0.2, 1) 0.5s,
    opacity 0.3s ease-out 0.5s;
  transition: transform 0.8s cubic-bezier(0.4, 0, 0.2, 1) 0.5s,
    opacity 0.3s ease-out 0.5s;
  transition: transform 0.8s cubic-bezier(0.4, 0, 0.2, 1) 0.5s,
    opacity 0.3s ease-out 0.5s,
    -webkit-transform 0.8s cubic-bezier(0.4, 0, 0.2, 1) 0.5s;
}
.qodef-room-slider-with-popup .qodef-e-content .qodef--activate-popup {
  position: absolute;
  bottom: 1px;
  z-index: 5;
}
.qodef-room-slider-with-popup .qodef-e-content .qodef-e-count {
  -webkit-box-flex: 0.15;
  -ms-flex: 0.15;
  flex: 0.15;
  text-align: right;
  font-family: Forum, sans-serif;
  font-weight: 400;
  color: #000;
  font-size: 27px;
  line-height: 1.4em;
  letter-spacing: 0;
}
.qodef-room-slider-with-popup .qodef-e-title {
  margin: 0;
  -webkit-box-flex: 0.6;
  -ms-flex: 0.6;
  flex: 0.6;
}
.qodef-room-slider-with-popup .qodef-e-title a {
  position: relative;
  z-index: 1;
}
.qodef-room-slider-with-popup .qodef-e-link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.qodef-room-slider-with-popup .qodef-e-popup {
  display: none;
}
.qodef-room-slider-with-popup .swiper-button-next,
.qodef-room-slider-with-popup .swiper-button-prev {
  color: #fff;
}
.qodef-room-slider-with-popup .swiper-button-next:hover,
.qodef-room-slider-with-popup .swiper-button-prev:hover {
  color: #0b6354;
}
.qodef-room-slider-with-popup.swiper-container-fade .swiper-slide {
  -webkit-transition: opacity 0s 0.8s !important;
  -o-transition: opacity 0s 0.8s !important;
  transition: opacity 0s 0.8s !important;
}
.qodef-room-slider-with-popup.swiper-container-fade
  .swiper-slide
  .qodef-e-media {
  opacity: 1;
  clip-path: inset(0 100% 0 0);
  -webkit-clip-path: inset(0 100% 0 0);
  -webkit-animation: qodef-inactive-image 0.8s forwards
    cubic-bezier(0.4, 0, 0.2, 1);
  animation: qodef-inactive-image 0.8s forwards cubic-bezier(0.4, 0, 0.2, 1);
}
.qodef-room-slider-with-popup.swiper-container-fade
  .swiper-slide
  .qodef-e-title {
  clip-path: inset(0 100% 0 0);
  -webkit-clip-path: inset(0 100% 0 0);
  -webkit-animation: qodef-inactive-image 1.2s forwards
    cubic-bezier(0.4, 0, 0.2, 1);
  animation: qodef-inactive-image 1.2s forwards cubic-bezier(0.4, 0, 0.2, 1);
}
.qodef-room-slider-with-popup.swiper-container-fade
  .swiper-slide
  .qodef-e-button,
.qodef-room-slider-with-popup.swiper-container-fade
  .swiper-slide
  .qodef-e-count {
  opacity: 0;
  -webkit-transition: opacity 0.3s ease-out;
  -o-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out;
}
.qodef-room-slider-with-popup.swiper-container-fade
  .swiper-slide
  .qodef-e-button {
  -webkit-transition: opacity 0s ease-out 0.5s;
  -o-transition: opacity 0s ease-out 0.5s;
  transition: opacity 0s ease-out 0.5s;
}
.qodef-room-slider-with-popup.swiper-container-fade
  .swiper-slide.swiper-slide-active,
.qodef-room-slider-with-popup.swiper-container-fade
  .swiper-slide.swiper-slide-duplicate-active {
  -webkit-transition: opacity 0s 0s !important;
  -o-transition: opacity 0s 0s !important;
  transition: opacity 0s 0s !important;
}
.qodef-room-slider-with-popup.swiper-container-fade
  .swiper-slide.swiper-slide-active
  .qodef-e-media,
.qodef-room-slider-with-popup.swiper-container-fade
  .swiper-slide.swiper-slide-duplicate-active
  .qodef-e-media {
  -webkit-animation: qodef-active-image 0.8s forwards
    cubic-bezier(0.4, 0, 0.2, 1);
  animation: qodef-active-image 0.8s forwards cubic-bezier(0.4, 0, 0.2, 1);
}
.qodef-room-slider-with-popup.swiper-container-fade
  .swiper-slide.swiper-slide-active
  .qodef-e-title,
.qodef-room-slider-with-popup.swiper-container-fade
  .swiper-slide.swiper-slide-duplicate-active
  .qodef-e-title {
  -webkit-animation: qodef-active-image 1.2s forwards
    cubic-bezier(0.4, 0, 0.2, 1) 0.3s;
  animation: qodef-active-image 1.2s forwards cubic-bezier(0.4, 0, 0.2, 1) 0.3s;
}
.qodef-room-slider-with-popup.swiper-container-fade
  .swiper-slide.swiper-slide-active
  .qodef-e-button,
.qodef-room-slider-with-popup.swiper-container-fade
  .swiper-slide.swiper-slide-active
  .qodef-e-count,
.qodef-room-slider-with-popup.swiper-container-fade
  .swiper-slide.swiper-slide-duplicate-active
  .qodef-e-button,
.qodef-room-slider-with-popup.swiper-container-fade
  .swiper-slide.swiper-slide-duplicate-active
  .qodef-e-count {
  opacity: 1;
}
.qodef-room-slider-with-popup.swiper-container-fade
  .swiper-slide.swiper-slide-active
  .qodef-e-button,
.qodef-room-slider-with-popup.swiper-container-fade
  .swiper-slide.swiper-slide-duplicate-active
  .qodef-e-button {
  -webkit-transition: opacity 0s ease-out;
  -o-transition: opacity 0s ease-out;
  transition: opacity 0s ease-out;
}
#qodef-room-popup-holder {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: none;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: rgba(255, 255, 255, 0.85);
  z-index: 200;
}
#qodef-room-popup-holder.qodef--visible {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  opacity: 0;
  -webkit-transition: opacity 0.2s ease-out;
  -o-transition: opacity 0.2s ease-out;
  transition: opacity 0.2s ease-out;
}
#qodef-room-popup-holder.qodef--opacity {
  opacity: 1;
}
#qodef-room-popup-holder .qodef-room-popup-holder-inner {
  position: relative;
  width: 70%;
  max-height: 73%;
}
#qodef-room-popup-holder .qodef-room-close {
  position: absolute;
  top: 17px;
  right: 17px;
  width: 28px;
  height: 28px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #fff;
  font-size: 20px;
  line-height: 15px;
  background-color: #0b6354;
  border-radius: 50%;
  z-index: 10;
}
#qodef-room-popup-holder .qodef-room-popup {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#qodef-room-popup-holder .qodef-e-popup-gallery {
  width: 50%;
}
#qodef-room-popup-holder .qodef-e-popup-gallery > .qodef-e-media-image {
  height: 100%;
}
#qodef-room-popup-holder .qodef-e-popup-gallery > .qodef-e-media-image a {
  display: block;
  width: 100%;
  height: 100%;
}
#qodef-room-popup-holder .qodef-e-popup-gallery > .qodef-e-media-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
#qodef-room-popup-holder .qodef-e-popup-content-holder {
  position: relative;
  width: 50%;
  padding: 40px 30px 48px 55px;
  background-color: #fff;
  -webkit-box-shadow: 0 0 6px #0000001a;
  box-shadow: 0 0 6px #0000001a;
}
#qodef-room-popup-holder .qodef-e-popup-content-holder .qodef-e-popup-content {
  position: relative;
  height: 100%;
  padding-right: 5%;
}
#qodef-room-popup-holder .qodef-e-popup-content-holder .ps__rail-y {
  width: 2px;
  background-color: #c4c4c4;
}
#qodef-room-popup-holder .qodef-e-popup-content-holder .ps__thumb-y {
  width: 2px;
  right: 0;
  background-color: #0b6354;
}
#qodef-room-popup-holder .qodef-e-title {
  margin: 0 0 5px;
}
#qodef-room-popup-holder .qodef-e-info-items {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 0 25px;
}
#qodef-room-popup-holder .qodef-e-info-items > :not(:last-child) {
  margin-bottom: 3px;
}
#qodef-room-popup-holder .qodef-e-capacity-content,
#qodef-room-popup-holder .qodef-e-price-value,
#qodef-room-popup-holder .qodef-e-room-size-content {
  font-family: Sarabun, sans-serif;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #0b6354;
}
#qodef-room-popup-holder .qodef-e-excerpt {
  margin: 0 0 28px;
}
#qodef-room-popup-holder .qodef-e-amenity-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 0 3px;
}
#qodef-room-popup-holder .qodef-e-amenity-title {
  width: 100%;
  margin: 0 0 30px;
}
#qodef-room-popup-holder .qodef-e-amenity-item {
  width: 50%;
  margin-bottom: 34px;
}
#qodef-room-popup-holder .qodef-e-amenity-item .qodef-ei-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
#qodef-room-popup-holder .qodef-e-amenity-item .qodef-ei-svg-icon {
  vertical-align: top;
  width: 36px;
  fill: transparent;
  stroke: #0b6354;
  stroke-width: 0.7;
  margin-right: 27px;
}
#qodef-room-popup-holder .qodef-e-amenity-item .qodef-ei-label {
  font-size: 18px;
  font-weight: 300;
}
#qodef-room-popup-holder
  .qodef-e-info-additional-items
  .qodef-e-info-item:not(:last-child) {
  margin-bottom: 30px;
}
#qodef-room-popup-holder .qodef-e-info-additional-items .qodef-ei-title {
  margin: 0 0 20px;
}
#qodef-room-popup-holder .qodef-e-info-additional-items ul {
  list-style-type: none;
  font-size: 18px;
  margin-bottom: 0;
}
#qodef-room-popup-holder .qodef-e-info-additional-items ul li:before {
  content: 'check';
  font-family: 'Material Icons';
  margin-right: 23px;
}
#qodef-room-popup-holder .qodef-e-button {
  margin-top: 40px;
}
#qodef-room-popup-holder .swiper-button-next,
#qodef-room-popup-holder .swiper-button-prev {
  color: #fff;
}
#qodef-room-related-items {
  position: relative;
  margin-top: 33px;
}
@media only screen and (max-width: 680px) {
  #qodef-room-related-items {
    margin-top: 0;
  }
}
#qodef-room-related-items .qodef-m-title {
  margin: 0 0 33px;
}
@media only screen and (max-width: 680px) {
  #qodef-room-related-items .qodef-m-title {
    margin: 0 0 38px;
  }
}
.qodef-room.qodef-item-layout--slider .qodef-m-slider {
  width: 100%;
  margin-bottom: 80px;
}
.qodef-room.qodef-item-layout--slider .qodef-m-slider .swiper-slide {
  width: auto;
}
.qodef-room.qodef-item-layout--slider .qodef-m-slider .swiper-slide img {
  width: auto;
}
.qodef-room.qodef-item-layout--slider
  .qodef-m-slider.qodef-skin--light
  .swiper-button-next,
.qodef-room.qodef-item-layout--slider
  .qodef-m-slider.qodef-skin--light
  .swiper-button-prev {
  color: #fff;
}
.qodef-room.qodef-item-layout--slider
  .qodef-m-slider.qodef-skin--light
  .swiper-button-next:hover,
.qodef-room.qodef-item-layout--slider
  .qodef-m-slider.qodef-skin--light
  .swiper-button-prev:hover {
  color: rgba(255, 255, 255, 0.4);
}
.qodef-room.qodef-item-layout--standard .qodef-m-top-section {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 75vh;
  margin-bottom: 72px;
}
.qodef-room.qodef-item-layout--standard .qodef-m-top-section .qodef-m-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
}
.qodef-room.qodef-item-layout--standard
  .qodef-m-top-section
  .qodef-m-image-background {
  height: 100%;
  background-size: cover;
  background-position: center;
}
.qodef-room.qodef-item-layout--standard .qodef-m-top-section .qodef-e-title {
  color: #fff;
  z-index: 5;
}
.qodef-room.qodef-item-layout--standard
  .qodef-m-top-section
  .qodef-custom-link-button {
  position: absolute;
  bottom: 35px;
  left: 46px;
  z-index: 5;
}
@media only screen and (max-width: 680px) {
  .qodef-room.qodef-item-layout--standard
    .qodef-m-top-section
    .qodef-custom-link-button {
    left: 50%;
    bottom: 50px;
    width: 130px;
    height: 130px;
    line-height: 130px;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}
@media only screen and (max-width: 768px) {
  .qodef-testimonials-list + .swiper-button-outside,
  .qodef-testimonials-list + .swiper-button-outside + .swiper-button-outside {
    display: none;
  }
}
.qodef-testimonials-list.qodef-col-num--1 .qodef-e-content {
  max-width: 1024px;
}
@media only screen and (max-width: 1440px) {
  .qodef-testimonials-list.qodef-col-num--1 .qodef-e-content {
    max-width: 860px;
  }
}
@media only screen and (max-width: 768px) {
  .qodef-testimonials-list.qodef-col-num--1 .qodef-e-content {
    max-width: 550px;
  }
}
.qodef-testimonials-list .qodef-e-content {
  text-align: center;
  max-width: 390px;
  margin: 0 auto;
}
.qodef-testimonials-list .qodef-e-media-image {
  line-height: 0;
  margin-bottom: 30px;
}
.qodef-testimonials-list .qodef-e-title {
  margin: 0 0 30px;
}
.qodef-testimonials-list .qodef-e-stars {
  color: #0b6354;
  font-size: 24px;
  letter-spacing: 0.5em;
  margin-bottom: 29px;
}
.qodef-testimonials-list .qodef-e-text {
  margin: 0 0 30px;
}
.qodef-testimonials-list .qodef-e-author {
  margin: 0;
  font-family: Sarabun, sans-serif;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #0b6354;
}
.qodef-testimonials-list.qodef-skin--light .qodef-e-author,
.qodef-testimonials-list.qodef-skin--light .qodef-e-text,
.qodef-testimonials-list.qodef-skin--light .qodef-e-title {
  color: #fff;
}
.qodef-testimonials-list.qodef-skin--light .swiper-pagination-bullet:before {
  background-color: #fff;
}
.qodef-review-rating {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.qodef-review-rating .qodef-rating-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
}
.qodef-review-rating label {
  margin: 0 10px 0 0;
}
.qodef-review-rating .qodef-comment-rating-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
}
.qodef-review-rating .qodef-star-rating {
  position: relative;
  display: block;
  margin: 0 0.1em 0 0;
  cursor: pointer;
  color: #000;
}
.qodef-review-rating .qodef-star-rating svg {
  display: block;
  width: 14px;
  height: auto;
  fill: none;
  stroke: currentColor;
}
.qodef-review-rating .qodef-star-rating.active svg {
  fill: currentColor;
}
.qodef-review-rating .qodef-comments-ratings {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: top;
  line-height: 1;
}
.qodef-review-rating .qodef-comments-ratings .qodef-m-inner {
  position: relative;
  display: inline-block;
  vertical-align: top;
}
.qodef-review-rating .qodef-comments-ratings .qodef-m-star {
  color: #000;
}
.qodef-review-rating .qodef-comments-ratings .qodef-m-star svg {
  display: inline-block;
  margin-right: 0.1em;
  width: 14px;
  height: auto;
  fill: none;
  stroke: currentColor;
}
.qodef-review-rating .qodef-comments-ratings .qodef-m-star.qodef--active {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  white-space: nowrap;
}
.qodef-review-rating .qodef-comments-ratings .qodef-m-star.qodef--active svg {
  fill: currentColor;
}
.qodef-reviews-per-criteria .qodef-item-reviews-average-rating {
  color: #0b6354;
  font-size: 60px;
  line-height: 1em;
  font-weight: 700;
}
.qodef-reviews-per-criteria .qodef-item-reviews-verbal-description {
  vertical-align: middle;
  margin: 2px 0 0;
}
.qodef-reviews-per-criteria .qodef-item-reviews-rating-icon {
  vertical-align: middle;
  font-size: 20px;
}
.qodef-reviews-per-criteria .qodef-item-reviews-display-right {
  vertical-align: middle;
  padding-left: 200px;
}
.qodef-reviews-per-criteria
  .qodef-item-reviews-display-right
  .qodef-item-reviews-display-bar {
  line-height: 28px;
}
.qodef-reviews-per-criteria
  .qodef-item-reviews-display-right
  .qodef-item-reviews-display-bar
  .qodef-item-reviews-display-bar-inner {
  padding: 6px 0;
}
.qodef-reviews-per-mark .qodef-reviews-number-wrapper {
  padding-top: 23%;
  padding-left: 15%;
  display: table;
  width: 100%;
  height: 100%;
  vertical-align: middle;
}
.qodef-reviews-per-mark .qodef-reviews-number {
  font-size: 72px;
  color: #ffd740;
  font-weight: 700;
  line-height: 1em;
  margin-right: 22px;
  display: table-cell;
  vertical-align: middle;
  position: relative;
  top: -6px;
}
.qodef-reviews-per-mark .qodef-stars-wrapper {
  display: table-cell;
  vertical-align: middle;
}
.qodef-reviews-per-mark .qodef-stars-wrapper .qodef-stars {
  display: block;
}
.qodef-reviews-per-mark .qodef-stars-wrapper .qodef-stars i {
  color: #ffd740;
}
.qodef-reviews-per-mark .qodef-reviews-count {
  font-weight: 700;
  font-size: 14px;
}
.qodef-reviews-per-mark .qodef-rating-percentage-wrapper {
  padding: 29px 50px 40px;
  background-color: #fafafa;
  border-left: 1px solid #e5e5e5;
}
.qodef-reviews-simple .qodef-reviews-number-wrapper .qodef-reviews-summary {
  display: inline-block;
  vertical-align: middle;
}
.qodef-reviews-simple .qodef-reviews-number-wrapper .qodef-stars-wrapper {
  display: inline-block;
  vertical-align: middle;
  padding: 0 0 0 15px;
}
.qodef-reviews-simple .qodef-reviews-number-wrapper .qodef-stars-wrapper-inner {
  display: block;
}
.qodef-comment-list .qodef-comment-name {
  float: none;
}
.qodef-comment-list .qodef-review-rating {
  display: inline-block;
  width: 100%;
}
.qodef-comment-list .qodef-rating-inner {
  display: inline-block;
  width: 100%;
}
@-webkit-keyframes cover_search_fade_out {
  0% {
    opacity: 1;
    visibility: visible;
    z-index: 100;
  }
  100% {
    opacity: 0;
    visibility: hidden;
    z-index: 0;
  }
}
@keyframes cover_search_fade_out {
  0% {
    opacity: 1;
    visibility: visible;
    z-index: 100;
  }
  100% {
    opacity: 0;
    visibility: hidden;
    z-index: 0;
  }
}
@-webkit-keyframes cover_search_fade_in {
  0% {
    opacity: 0;
    visibility: hidden;
    z-index: 100;
  }
  100% {
    opacity: 1;
    visibility: visible;
    z-index: 100;
  }
}
@keyframes cover_search_fade_in {
  0% {
    opacity: 0;
    visibility: hidden;
    z-index: 100;
  }
  100% {
    opacity: 1;
    visibility: visible;
    z-index: 100;
  }
}
.qodef-search-cover-form {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  visibility: hidden;
  opacity: 0;
  background-color: #fff;
  z-index: -1;
  -webkit-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.qodef-search-cover-form .qodef-m-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  width: 100%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0 115px;
}
.qodef-search-cover-form .qodef-m-form-field {
  padding: 0;
  margin-bottom: 0;
  font-size: 26px;
  font-weight: 600;
  text-transform: uppercase;
  color: #0b6354;
  background-color: transparent;
  border: 0;
  border-radius: 0;
  outline-offset: 0;
}
.qodef-search-cover-form .qodef-m-form-field:focus {
  color: #0b6354;
}
.qodef-search-cover-form .qodef-m-form-field::-webkit-input-placeholder {
  color: inherit;
  opacity: 1;
}
.qodef-search-cover-form .qodef-m-form-field::-moz-placeholder {
  color: inherit;
  opacity: 1;
}
.qodef-search-cover-form .qodef-m-form-field:-ms-input-placeholder {
  color: inherit;
  opacity: 1;
}
.qodef-search-cover-form .qodef-m-form-field::-ms-input-placeholder {
  color: inherit;
  opacity: 1;
}
.qodef-search-cover-form .qodef-m-form-field::placeholder {
  color: inherit;
  opacity: 1;
}
.qodef-search-cover-form .qodef-m-close {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.qodef-search-cover-form .qodef-m-close.qodef-source--icon-pack {
  font-size: 23px;
}
.qodef-covers-search--fadeout .qodef-search-cover-form {
  -webkit-animation: cover_search_fade_out 0.3s ease both;
  animation: cover_search_fade_out 0.3s ease both;
}
.qodef-covers-search--fadein .qodef-search-cover-form {
  -webkit-animation: cover_search_fade_in 0.3s ease both;
  animation: cover_search_fade_in 0.3s ease both;
}
.qodef-header--sticky-display #qodef-page-header > .qodef-search-cover-form {
  display: none;
}
.qodef-fullscreen-search--opened {
  overflow-y: hidden;
}
.qodef-fullscreen-search-holder {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: rgba(255, 255, 255, 0.98);
  z-index: 100;
}
.qodef-fullscreen-search-holder .qodef-m-form {
  position: relative;
  width: 90%;
  margin: 0 auto;
}
.qodef-fullscreen-search-holder .qodef-m-form-field {
  height: 100%;
  margin: 0;
  padding: 0;
  font-family: Forum, sans-serif;
  font-size: 150px;
  color: #ccc1bd;
  line-height: 1em;
  letter-spacing: -0.03em;
  background: 0 0;
  border: 0;
  border-radius: 0;
}
@media only screen and (max-width: 1440px) {
  .qodef-fullscreen-search-holder .qodef-m-form-field {
    font-size: 120px;
  }
}
.qodef-fullscreen-search-holder .qodef-m-form-field:focus {
  color: #ccc1bd !important;
}
.qodef-fullscreen-search-holder .qodef-m-form-submit {
  position: absolute;
  right: 0;
  bottom: -20px;
  width: auto;
  padding: 0;
  margin: 0;
  color: #ccc1bd;
  background: 0 0;
  border: 0;
  outline: 0;
  opacity: 0;
  cursor: pointer;
  border: none !important;
  fill: #ccc1bd;
  -webkit-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.qodef-fullscreen-search-holder .qodef-m-form-submit:hover {
  color: #0b6354;
  fill: #0b6354;
  background: 0 0;
}
.qodef-fullscreen-search--opened
  .qodef-fullscreen-search-holder
  .qodef-m-form-submit {
  opacity: 1;
  bottom: 24px;
  -webkit-transition: fill 0.2s ease-out, color 0.2s ease-out,
    opacity 0.3s ease-out 0.6s, bottom 0.4s cubic-bezier(0.4, 0, 0.2, 1) 0.5s;
  -o-transition: fill 0.2s ease-out, color 0.2s ease-out,
    opacity 0.3s ease-out 0.6s, bottom 0.4s cubic-bezier(0.4, 0, 0.2, 1) 0.5s;
  transition: fill 0.2s ease-out, color 0.2s ease-out,
    opacity 0.3s ease-out 0.6s, bottom 0.4s cubic-bezier(0.4, 0, 0.2, 1) 0.5s;
}
.qodef-fullscreen-search-holder .qodef-m-form-submit.qodef-source--icon-pack {
  font-size: 60px;
}
.qodef-fullscreen-search-holder .qodef-m-form-line {
  position: absolute;
  left: 0;
  bottom: 15px;
  width: 0;
  border-bottom: 1px solid #ccc1bd;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.qodef-fullscreen-search--opened
  .qodef-fullscreen-search-holder
  .qodef-m-form-line {
  width: 100%;
  -webkit-transition: width 0.5s cubic-bezier(0.4, 0, 0.2, 1) 0.3s;
  -o-transition: width 0.5s cubic-bezier(0.4, 0, 0.2, 1) 0.3s;
  transition: width 0.5s cubic-bezier(0.4, 0, 0.2, 1) 0.3s;
}
.qodef-fullscreen-search-holder .qodef-fullscreen-search-close-holder {
  position: absolute;
  top: 33px;
  right: 70px;
  font-family: Sarabun, sans-serif;
  color: #000;
  font-size: 14px;
  letter-spacing: 0.05em;
  font-weight: 500;
  opacity: 0;
  visibility: hidden;
  z-index: 1;
  cursor: pointer;
  -webkit-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.qodef-fullscreen-search-holder .qodef-fullscreen-search-close-holder:hover {
  color: #0b6354;
}
.admin-bar
  .qodef-fullscreen-search-holder
  .qodef-fullscreen-search-close-holder {
  top: 72px;
}
.qodef-fullscreen-search--opened
  .qodef-fullscreen-search-holder
  .qodef-fullscreen-search-close-holder {
  opacity: 1;
  visibility: visible;
}
.qodef-fullscreen-search-holder
  .qodef-fullscreen-search-close-holder
  .qodef-m-close {
  font-size: 14px;
  margin-left: 7px;
  width: 28px;
  height: 28px;
  color: #fff;
  background-color: #0b6354;
  border-radius: 50%;
  line-height: 24px;
  text-align: center;
  display: inline-block;
  cursor: pointer;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  transition: -webkit-transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  -o-transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1),
    -webkit-transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.qodef-fullscreen-search-holder
  .qodef-fullscreen-search-close-holder:hover
  .qodef-m-close {
  -webkit-transform: scale(0.9);
  -ms-transform: scale(0.9);
  transform: scale(0.9);
}
.qodef-fullscreen-search--fadeout .qodef-fullscreen-search-holder {
  -webkit-animation: fullscreen_search_fade_out 0.3s ease both;
  animation: fullscreen_search_fade_out 0.3s ease both;
}
.qodef-fullscreen-search--fadein .qodef-fullscreen-search-holder {
  -webkit-animation: fullscreen_search_fade_in 0.3s ease both;
  animation: fullscreen_search_fade_in 0.3s ease both;
}
@-webkit-keyframes fullscreen_search_fade_out {
  0% {
    opacity: 1;
    visibility: visible;
  }
  100% {
    opacity: 0;
    visibility: hidden;
  }
}
@keyframes fullscreen_search_fade_out {
  0% {
    opacity: 1;
    visibility: visible;
  }
  100% {
    opacity: 0;
    visibility: hidden;
  }
}
@-webkit-keyframes fullscreen_search_fade_in {
  0% {
    opacity: 0;
    visibility: hidden;
  }
  100% {
    opacity: 1;
    visibility: visible;
  }
}
@keyframes fullscreen_search_fade_in {
  0% {
    opacity: 0;
    visibility: hidden;
  }
  100% {
    opacity: 1;
    visibility: visible;
  }
}
.qodef-search-opener {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  min-height: 28px;
}
.qodef-search-opener > * {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  line-height: inherit;
}
.qodef-search-opener > * .search {
  font-size: 21px;
}
.qodef-search-opener.qodef-source--icon-pack {
  font-size: 23px;
}
.qodef-search-opener .qodef-search-opener-text {
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 0.7px;
  margin-left: 12px;
}
.qodef-accordion {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: top;
  visibility: hidden;
}
.qodef-accordion .qodef-accordion-content-inner {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: top;
}
.qodef-accordion.qodef--init {
  visibility: visible;
}
.qodef-accordion.qodef-layout--simple .qodef-accordion-title {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-top: 1px solid #000;
  margin: 12px 0 0;
  padding: 13px 10px 27px 5px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  cursor: pointer;
}
.qodef-accordion.qodef-layout--simple .qodef-accordion-title:first-child {
  margin-top: 0;
}
.qodef-accordion.qodef-layout--simple
  .qodef-accordion-title
  .qodef-accordion-mark {
  position: relative;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 20px;
  height: 18px;
  line-height: 1;
  text-align: center;
}
.qodef-accordion.qodef-layout--simple
  .qodef-accordion-title
  .qodef-accordion-mark
  span {
  position: absolute;
  display: block;
  width: 100%;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: opacity 0.2s ease-out;
  -o-transition: opacity 0.2s ease-out;
  transition: opacity 0.2s ease-out;
}
.qodef-accordion.qodef-layout--simple
  .qodef-accordion-title
  .qodef-accordion-mark
  span:before {
  display: block;
  line-height: inherit;
}
.qodef-accordion.qodef-layout--simple
  .qodef-accordion-title
  .qodef-accordion-mark
  span.qodef-icon--minus {
  opacity: 0;
}
.qodef-accordion.qodef-layout--simple
  .qodef-accordion-title
  .qodef-accordion-mark
  span.qodef-icon--plus {
  opacity: 1;
}
.qodef-accordion.qodef-layout--simple .qodef-accordion-title.ui-state-active {
  padding: 13px 10px 5px 5px;
}
.qodef-accordion.qodef-layout--simple
  .qodef-accordion-title.ui-state-active
  .qodef-accordion-mark
  span.qodef-icon--minus,
.qodef-accordion.qodef-layout--simple
  .qodef-accordion-title.ui-state-hover
  .qodef-accordion-mark
  span.qodef-icon--minus {
  opacity: 1;
}
.qodef-accordion.qodef-layout--simple
  .qodef-accordion-title.ui-state-active
  .qodef-accordion-mark
  span.qodef-icon--plus,
.qodef-accordion.qodef-layout--simple
  .qodef-accordion-title.ui-state-hover
  .qodef-accordion-mark
  span.qodef-icon--plus {
  opacity: 0;
}
.qodef-accordion.qodef-layout--simple .qodef-accordion-content {
  padding: 0 0 30px 34%;
  margin: 0;
}
.qodef-accordion.qodef-layout--simple .qodef-accordion-content p {
  margin: 0;
}
.qodef-accordion.qodef-layout--simple
  .qodef-accordion-content
  .qodef-accordion-apply {
  display: block;
  position: relative;
  margin-top: 15px;
  font-weight: 500;
}
.qodef-banner {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: top;
}
.qodef-banner .qodef-m-banner-link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  z-index: 1;
}
.qodef-banner .qodef-m-content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
}
.qodef-banner .qodef-m-content-inner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.qodef-banner .qodef-m-title {
  margin: 10px 0 4px;
}
.qodef-banner .qodef-m-title-inner {
  display: inline-block;
}
.qodef-banner .qodef-m-subtitle {
  font-family: Forum, sans-serif;
  margin: 0;
  opacity: 0.5;
  letter-spacing: 0;
}
.qodef-banner .qodef-m-text-field {
  font-size: 15px;
  color: #0b6354;
  margin: 0 0 10px;
  font-style: italic;
}
.qodef-banner .qodef-m-image {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: top;
  overflow: hidden;
}
.qodef-banner .qodef-m-image img {
  display: block;
  -webkit-transition: all 0.35s ease-out;
  -o-transition: all 0.35s ease-out;
  transition: all 0.35s ease-out;
}
.qodef-banner.qodef-layout--link-button .qodef-m-content-inner {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  padding: 35px;
}
.qodef-banner.qodef-layout--link-button .qodef-m-title {
  margin: 10px 0;
}
.qodef-banner.qodef-layout--link-button .qodef-m-text {
  margin: 0;
}
.qodef-banner.qodef-layout--link-button .qodef-m-button {
  margin: 10px 0 0;
}
.qodef-banner.qodef-layout--link-overlay .qodef-m-content-inner {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 30px;
}
.qodef-banner.qodef-layout--link-overlay .qodef-m-content-inner .qodef-m-text {
  color: #fff;
  margin: 0 0 40px;
}
.qodef-banner.qodef-layout--link-overlay
  .qodef-m-content-inner
  .qodef-m-content-top {
  -webkit-backdrop-filter: blur(13px);
  backdrop-filter: blur(13px);
  padding: 22px;
  position: absolute;
  left: 15px;
  bottom: 15px;
}
.qodef-banner.qodef-layout--link-overlay
  .qodef-m-content-inner
  .qodef-m-content-top
  .qodef-m-subtitle {
  font-size: 14px;
  font-family: Sarabun, sans-serif;
  letter-spacing: 0.15em;
  color: #fff;
  opacity: 1;
}
.qodef-banner.qodef-layout--link-overlay
  .qodef-m-content-inner
  .qodef-m-content-top
  .qodef-m-title {
  color: #fff;
  margin: 0 0 4px;
}
.qodef-button.qodef-html--link {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: auto;
  margin: 0;
  font-family: Sarabun, sans-serif;
  font-size: 11px;
  line-height: 2.9em;
  letter-spacing: 0.3em;
  font-weight: 600;
  text-decoration: none;
  text-transform: uppercase;
  border-radius: 0;
  outline: 0;
  -webkit-transition: color 0.2s ease-out, background-color 0.2s ease-out,
    border-color 0.2s ease-out;
  -o-transition: color 0.2s ease-out, background-color 0.2s ease-out,
    border-color 0.2s ease-out;
  transition: color 0.2s ease-out, background-color 0.2s ease-out,
    border-color 0.2s ease-out;
  padding: 15px 46px;
}
.qodef-button.qodef-size--small {
  padding: 6px 41px;
}
.qodef-button.qodef-size--large {
  padding: 21px 46px;
}
.qodef-button.qodef-size--full {
  width: 100%;
  text-align: center;
}
.qodef-button.qodef-layout--filled:after {
  content: '';
  width: 100%;
  height: 1px;
  background-color: #0b6354;
  position: absolute;
  bottom: -4px;
  left: 0;
  right: 0;
  display: inline-block;
  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  transition: -webkit-transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  -o-transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1),
    -webkit-transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.qodef-button.qodef-layout--filled:hover:after {
  -webkit-transform-origin: 100% 50%;
  -ms-transform-origin: 100% 50%;
  transform-origin: 100% 50%;
  -webkit-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-animation: animate-btn-line 0.5s 0.2s forwards;
  animation: animate-btn-line 0.5s 0.2s forwards;
}
.qodef-button.qodef-layout--filled.qodef-html--link {
  color: #fff;
  background-color: #0b6354;
  border: 1px solid transparent;
}
.qodef-button.qodef-layout--filled.qodef-html--link:hover {
  color: #fff;
  background-color: #0b6354;
  border: 1px solid #0b6354;
}
.qodef-button.qodef-layout--filled.qodef-html--link:hover:after {
  background-color: #0b6354;
}
.qodef-button.qodef-layout--outlined {
  color: #000;
  background-color: transparent;
  border: 1px solid #000;
}
.qodef-button.qodef-layout--outlined:after {
  content: '';
  width: 100%;
  height: 1px;
  background-color: #000;
  position: absolute;
  bottom: -4px;
  left: 0;
  right: 0;
  display: inline-block;
  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  transition: -webkit-transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  -o-transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1),
    -webkit-transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.qodef-button.qodef-layout--outlined:hover:after {
  -webkit-transform-origin: 100% 50%;
  -ms-transform-origin: 100% 50%;
  transform-origin: 100% 50%;
  -webkit-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-animation: animate-btn-line 0.5s 0.2s forwards;
  animation: animate-btn-line 0.5s 0.2s forwards;
}
.qodef-button.qodef-layout--outlined:hover {
  color: #fff;
  background-color: #0b6354;
  border-color: #0b6354;
}
.qodef-button.qodef-layout--outlined:hover:after {
  background-color: #0b6354;
}
.qodef-button.qodef-layout--rounded {
  color: #fff !important;
  border: 1px solid transparent !important;
  background-color: transparent !important;
  border-radius: 50%;
  width: 183px;
  height: 183px;
  padding: 0;
  text-align: center;
  font-weight: 500;
  font-size: 13px;
  line-height: 18px;
  letter-spacing: 0.1em;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media only screen and (max-width: 1440px) {
  .qodef-button.qodef-layout--rounded {
    font-size: 12px !important;
    width: 145px !important;
    height: 145px !important;
  }
}
@media only screen and (max-width: 1024px) {
  .qodef-button.qodef-layout--rounded {
    width: 150px !important;
    height: 150px !important;
  }
}
@media only screen and (max-width: 680px) {
  .qodef-button.qodef-layout--rounded {
    width: 115px !important;
    height: 115px !important;
    font-size: 11px !important;
    line-height: 1.5em !important;
    padding: 10px !important;
  }
}
.qodef-button.qodef-layout--rounded .qodef-m-background {
  border: 1px solid transparent !important;
  background-color: #0b6354 !important;
  border-radius: 50%;
  width: inherit;
  height: inherit;
  padding: 0;
  text-align: center;
  display: block;
  position: absolute;
  right: 0;
  left: 0;
  top: 0;
  z-index: -1;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  transition: -webkit-transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  -o-transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1),
    -webkit-transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.qodef-button.qodef-layout--rounded:hover .qodef-m-background {
  -webkit-transform: scale(0.9);
  -ms-transform: scale(0.9);
  transform: scale(0.9);
}
.qodef-button.qodef-layout--rounded.qodef-size--large {
  width: 193px;
  height: 193px;
  line-height: 193px;
  font-size: 12px;
  letter-spacing: 0.1em;
}
.qodef-button.qodef-layout--rounded.qodef-size--large .qodef-m-background {
  width: inherit;
  height: inherit;
}
.qodef-button.qodef-layout--rounded.qodef-size--small {
  width: 170px;
  height: 170px;
  line-height: 170px;
}
.qodef-button.qodef-layout--rounded.qodef-size--small .qodef-m-background {
  width: inherit;
  height: inherit;
}
.qodef-button.qodef-layout--rounded .qodef-m-text {
  z-index: 100;
  font-weight: 500;
}
.qodef-button.qodef-layout--rounded.qodef-appear-animation {
  opacity: 0;
  -webkit-transform: translateY(10px);
  -ms-transform: translateY(10px);
  transform: translateY(10px);
  will-change: transform;
  -webkit-transition: opacity 0.3s ease-out,
    -webkit-transform 0.8s cubic-bezier(0.4, 0, 0.2, 1);
  transition: opacity 0.3s ease-out,
    -webkit-transform 0.8s cubic-bezier(0.4, 0, 0.2, 1);
  -o-transition: transform 0.8s cubic-bezier(0.4, 0, 0.2, 1),
    opacity 0.3s ease-out;
  transition: transform 0.8s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.3s ease-out;
  transition: transform 0.8s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.3s ease-out,
    -webkit-transform 0.8s cubic-bezier(0.4, 0, 0.2, 1);
}
.elementor-editor-active
  .qodef-button.qodef-layout--rounded.qodef-appear-animation,
.qodef-button.qodef-layout--rounded.qodef-appear-animation.qodef--appear {
  opacity: 1;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
.qodef-button.qodef-layout--textual {
  padding: 0 !important;
  font-size: 12px;
  letter-spacing: 0.3em;
  line-height: 3em;
  color: #000;
  background-color: transparent;
  border: 0;
}
.qodef-button.qodef-layout--textual:after {
  content: '';
  width: 96%;
  height: 1px;
  background-color: currentColor;
  position: absolute;
  bottom: 4px;
  left: 0;
  right: 0;
  display: inline-block;
  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  transition: -webkit-transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  -o-transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1),
    -webkit-transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.qodef-button.qodef-layout--textual:hover:after {
  -webkit-transform-origin: 100% 50%;
  -ms-transform-origin: 100% 50%;
  transform-origin: 100% 50%;
  -webkit-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-animation: animate-btn-line 0.5s 0.2s forwards;
  animation: animate-btn-line 0.5s 0.2s forwards;
}
.qodef-button.qodef-layout--textual .qodef-m-text {
  display: inline-block;
  vertical-align: middle;
}
.qodef-button.qodef-layout--textual:hover {
  color: #000;
}
.qodef-button.qodef-layout--textual:hover {
  color: #000;
}
.qodef-call-to-action.qodef-layout--standard {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: top;
}
.qodef-call-to-action.qodef-layout--standard .qodef-m-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.qodef-call-to-action.qodef-layout--standard.qodef-style--centered
  .qodef-m-inner {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.qodef-call-to-action.qodef-layout--standard .qodef-m-content {
  padding-right: 6.5%;
}
.qodef-call-to-action.qodef-layout--standard .qodef-m-content > * {
  margin: 0;
}
.qodef-call-to-action.qodef-layout--standard .qodef-m-button {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}
.qodef-countdown .qodef-digit,
.qodef-countdown .qodef-label {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: top;
  text-align: center;
}
.qodef-countdown.qodef-show--1 .qodef-digit-wrapper {
  width: 100%;
}
.qodef-countdown.qodef-show--2 .qodef-digit-wrapper {
  width: 50%;
}
.qodef-countdown.qodef-show--3 .qodef-digit-wrapper {
  width: 33.33333%;
}
.qodef-countdown.qodef-show--4 .qodef-digit-wrapper {
  width: 25%;
}
.qodef-countdown.qodef-show--5 .qodef-digit-wrapper {
  width: 20%;
}
.qodef-countdown.qodef-show--6 .qodef-digit-wrapper {
  width: 16.66667%;
}
.qodef-countdown.qodef-countdown--light .qodef-digit,
.qodef-countdown.qodef-countdown--light .qodef-label {
  color: #fff;
}
.qodef-countdown.qodef-layout--simple .qodef-digit-wrapper {
  display: inline-block;
  vertical-align: top;
  padding: 0 20px;
}
.qodef-countdown.qodef-layout--simple .qodef-digit {
  font-family: inherit;
  font-size: 90px;
  line-height: 1em;
  font-weight: 600;
  color: #000;
}
.qodef-countdown.qodef-layout--simple .qodef-label {
  font-family: Forum, sans-serif;
  font-weight: 500;
  font-size: 27px;
  color: #000;
}
.qodef-counter.qodef-layout--simple {
  text-align: center;
}
.qodef-counter.qodef-layout--simple .qodef-m-digit {
  font-family: inherit;
  font-weight: 600;
  font-size: 75px;
  line-height: 1;
  color: #000;
}
.qodef-counter.qodef-layout--simple .qodef-m-title {
  margin: 5px 0 0 0;
}
.qodef-counter.qodef-layout--simple .qodef-m-text {
  margin: 0;
}
.qodef-custom-font {
  position: relative;
  margin: 0;
}
.qodef-dropcaps {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: top;
}
.qodef-dropcaps .qodef-m-letter {
  position: relative;
  top: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  float: left;
  margin: 0 10px 5px 0;
  font-family: Forum, sans-serif;
  font-weight: 400;
  color: #000;
  font-size: 72px;
  line-height: 1.111em;
  letter-spacing: -0.04em;
}
@media only screen and (max-width: 768px) {
  .qodef-dropcaps .qodef-m-letter {
    font-size: 65px;
  }
}
@media only screen and (max-width: 680px) {
  .qodef-dropcaps .qodef-m-letter {
    font-size: 50px;
  }
}
.qodef-dropcaps .qodef-m-text {
  display: inline;
  margin: 0;
}
.qodef-dropcaps:not(.qodef-type--simple) .qodef-m-letter {
  width: 40px;
  height: 40px;
  font-size: 46px;
  line-height: 1.3em;
  letter-spacing: -0.03em;
  color: #fff;
  background-color: #000;
}
@media only screen and (max-width: 680px) {
  .qodef-dropcaps:not(.qodef-type--simple) .qodef-m-letter {
    font-size: 40px;
  }
}
.qodef-dropcaps.qodef-type--circle .qodef-m-letter {
  border-radius: 100%;
}
.qodef-google-map {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: top;
}
.qodef-google-map .qodef-m-map {
  display: block;
  width: 100%;
}
.qodef-google-map .qodef-m-map embed,
.qodef-google-map .qodef-m-map iframe,
.qodef-google-map .qodef-m-map object {
  width: 100%;
  display: block;
}
.qodef-google-map .qodef-m-map img {
  max-width: none;
}
.qodef-google-map.qodef-map--circled .qodef-m-map {
  border-radius: 50%;
}
.qodef-highlight .qodef-highlight-text {
  padding: 0 5px;
  color: #fff;
  background-color: #000;
}
.qodef-icon-list-item {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: top;
  line-height: 1;
}
.qodef-icon-list-item .qodef-e-title {
  position: relative;
  display: inline-block;
  vertical-align: top;
  margin: 0;
  line-height: 1;
}
.qodef-icon-list-item .qodef-e-title a {
  display: block;
}
.qodef-icon-list-item .qodef-e-title-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.qodef-icon-list-item .qodef-icon-holder {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-top: 4px;
  margin-right: 12px;
  float: none;
}
.qodef-icon-list-item .qodef-icon-holder .qodef-icon {
  font-size: 16px;
}
.qodef-icon-list-item.qodef-icon--custom-icon .qodef-e-icon-wrapper {
  position: relative;
  display: inline-block;
  vertical-align: top;
}
.qodef-icon-list-item.qodef-icon--custom-icon .qodef-e-icon-wrapper a,
.qodef-icon-list-item.qodef-icon--custom-icon .qodef-e-icon-wrapper img {
  display: block;
}
#qodef-page-sidebar .widget.widget_augustine_core_icon_list_item {
  margin-bottom: 0;
}
#qodef-page-footer .widget.widget_augustine_core_icon_list_item {
  margin-bottom: 0;
}
#qodef-side-area .widget.widget_augustine_core_icon_list_item {
  margin-bottom: 0;
}
.qodef-icon-with-text .qodef-m-title {
  margin: 0;
}
.qodef-icon-with-text .qodef-m-title a {
  display: block;
}
.qodef-icon-with-text .qodef-m-text {
  margin: 14px 0 0;
}
.qodef-icon-with-text .qodef-m-icon-wrapper {
  line-height: 1;
}
.qodef-icon-with-text .qodef-icon-holder {
  float: none;
}
.qodef-icon-with-text .qodef-m-content {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: top;
}
.qodef-icon-with-text.qodef--custom-icon .qodef-m-icon-wrapper {
  position: relative;
  display: inline-block;
  vertical-align: top;
}
.qodef-icon-with-text.qodef--custom-icon .qodef-m-icon-wrapper a,
.qodef-icon-with-text.qodef--custom-icon .qodef-m-icon-wrapper img {
  display: block;
}
.qodef-icon-with-text.qodef-appear-animation .qodef-m-icon-wrapper,
.qodef-icon-with-text.qodef-appear-animation .qodef-m-text,
.qodef-icon-with-text.qodef-appear-animation .qodef-m-title {
  -webkit-transform: translateY(15px);
  -ms-transform: translateY(15px);
  transform: translateY(15px);
  opacity: 0;
  will-change: transform;
}
.qodef-icon-with-text.qodef-appear-animation .qodef-m-text,
.qodef-icon-with-text.qodef-appear-animation .qodef-m-title {
  -webkit-transform: translateY(10px);
  -ms-transform: translateY(10px);
  transform: translateY(10px);
}
.elementor-editor-active
  .qodef-icon-with-text.qodef-appear-animation
  .qodef-m-icon-wrapper,
.elementor-editor-active
  .qodef-icon-with-text.qodef-appear-animation
  .qodef-m-text,
.elementor-editor-active
  .qodef-icon-with-text.qodef-appear-animation
  .qodef-m-title,
.qodef-icon-with-text.qodef-appear-animation.qodef--appear
  .qodef-m-icon-wrapper,
.qodef-icon-with-text.qodef-appear-animation.qodef--appear .qodef-m-text,
.qodef-icon-with-text.qodef-appear-animation.qodef--appear .qodef-m-title {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
  -webkit-transition: all 0.6s cubic-bezier(0.4, 0, 0.2, 1);
  -o-transition: all 0.6s cubic-bezier(0.4, 0, 0.2, 1);
  transition: all 0.6s cubic-bezier(0.4, 0, 0.2, 1);
}
.elementor-editor-active
  .qodef-icon-with-text.qodef-appear-animation
  .qodef-m-title,
.qodef-icon-with-text.qodef-appear-animation.qodef--appear .qodef-m-title {
  -webkit-transition-delay: 0.2s;
  -o-transition-delay: 0.2s;
  transition-delay: 0.2s;
}
.elementor-editor-active
  .qodef-icon-with-text.qodef-appear-animation
  .qodef-m-text,
.qodef-icon-with-text.qodef-appear-animation.qodef--appear .qodef-m-text {
  -webkit-transition-delay: 0.3s;
  -o-transition-delay: 0.3s;
  transition-delay: 0.3s;
}
.qodef-icon-with-text.qodef-layout--before-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.qodef-icon-with-text.qodef-layout--before-content .qodef-m-icon-wrapper {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-right: 15px;
}
.qodef-icon-with-text.qodef-layout--before-title .qodef-m-title {
  line-height: 1;
}
.qodef-icon-with-text.qodef-layout--before-title .qodef-m-title-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.qodef-icon-with-text.qodef-layout--before-title .qodef-m-icon-wrapper {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-right: 5px;
}
.qodef-icon-with-text.qodef-layout--top.qodef-alignment--center {
  text-align: center;
}
.qodef-icon-with-text.qodef-layout--top.qodef-alignment--left {
  text-align: left;
}
.qodef-icon-with-text.qodef-layout--top.qodef-alignment--right {
  text-align: right;
}
.qodef-icon-with-text.qodef-layout--top .qodef-m-title {
  margin-top: 31px;
}
.qodef-icon-holder {
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: auto;
  line-height: 1;
}
.qodef-icon-holder a {
  display: block;
}
.qodef-icon-holder .qodef-icon {
  display: block;
  line-height: inherit;
}
.qodef-icon-holder .qodef-icon:before {
  display: block;
  line-height: inherit;
}
.qodef-icon-holder.qodef-layout--circle,
.qodef-icon-holder.qodef-layout--square {
  width: 2em;
  height: 2em;
  line-height: 2em;
  text-align: center;
  color: #fff;
  background-color: #0b6354;
  -webkit-transition: color 0.2s ease-out, background-color 0.2s ease-out,
    border-color 0.2s ease-out;
  -o-transition: color 0.2s ease-out, background-color 0.2s ease-out,
    border-color 0.2s ease-out;
  transition: color 0.2s ease-out, background-color 0.2s ease-out,
    border-color 0.2s ease-out;
}
.qodef-icon-holder.qodef-layout--circle a,
.qodef-icon-holder.qodef-layout--square a {
  color: inherit;
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
}
.qodef-icon-holder.qodef-layout--circle:hover,
.qodef-icon-holder.qodef-layout--square:hover {
  background-color: #000;
}
.qodef-icon-holder.qodef-layout--circle {
  border-radius: 50%;
}
.qodef-icon-holder.qodef-size--tiny {
  font-size: 1.33333333em;
}
.qodef-icon-holder.qodef-size--small {
  font-size: 2em;
}
.qodef-icon-holder.qodef-size--medium {
  font-size: 3em;
}
.qodef-icon-holder.qodef-size--large {
  font-size: 4em;
}
.qodef-icon-holder.qodef-size--huge {
  font-size: 5em;
}
.widget.widget_augustine_core_icon {
  display: inline-block;
  line-height: 1;
}
#qodef-page-sidebar .widget.widget_augustine_core_icon {
  margin-bottom: 0;
}
#qodef-page-footer .widget.widget_augustine_core_icon {
  margin-bottom: 0;
}
#qodef-side-area .widget.widget_augustine_core_icon {
  margin-bottom: 0;
}
.qodef-image-gallery-holder .qodef-image-gallery-pag {
  position: absolute;
  top: 0;
  right: calc(100% + 85px);
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #c4c4c4;
  font-family: Forum, sans-serif;
  font-weight: 400;
  font-size: 46px;
  line-height: 1.3em;
  letter-spacing: -0.03em;
}
@media only screen and (max-width: 680px) {
  .qodef-image-gallery-holder .qodef-image-gallery-pag {
    font-size: 40px;
  }
}
@media only screen and (max-width: 1440px) {
  .qodef-image-gallery-holder .qodef-image-gallery-pag {
    right: calc(100% + 45px);
  }
}
@media only screen and (max-width: 1280px) {
  .qodef-image-gallery-holder .qodef-image-gallery-pag {
    font-size: 34px;
    right: calc(100% + 45px);
  }
}
@media only screen and (max-width: 1024px) {
  .qodef-image-gallery-holder .qodef-image-gallery-pag {
    right: calc(100% + 25px);
    display: none;
  }
}
@media only screen and (max-width: 768px) {
  .qodef-image-gallery-holder .qodef-image-gallery-pag {
    display: none;
  }
}
.qodef-image-gallery-holder .qodef-image-gallery-pag .qodef-e--current {
  color: #000;
}
.qodef-image-gallery-holder .qodef-image-gallery-pag > span {
  margin: 0 13px;
}
.qodef-image-gallery-holder .swiper-button-next,
.qodef-image-gallery-holder .swiper-button-prev {
  color: #fff !important;
}
.qodef-image-gallery-holder .swiper-button-next:hover,
.qodef-image-gallery-holder .swiper-button-prev:hover {
  color: #0b6354 !important;
}
.qodef-image-gallery.qodef--scattered:not(.qodef-col-num--1)
  .qodef-grid-item:nth-child(2n) {
  margin-top: 117px;
}
.qodef-image-gallery.qodef-shadow-enabled .qodef-grid-item {
  padding: 10px;
}
.qodef-image-gallery.qodef-shadow-enabled img {
  -webkit-box-shadow: 0 3px 6px #0000000f;
  box-shadow: 0 3px 6px #0000000f;
}
.qodef-image-gallery.qodef-layout--slider-spec .qodef-image-wrapper {
  -webkit-clip-path: inset(0 0 0 0);
  clip-path: inset(0 0 0 0);
  -webkit-transition: -webkit-clip-path 0.8s cubic-bezier(0.4, 0, 0.2, 1) !important;
  transition: -webkit-clip-path 0.8s cubic-bezier(0.4, 0, 0.2, 1) !important;
  -o-transition: clip-path 0.8s cubic-bezier(0.4, 0, 0.2, 1) !important;
  transition: clip-path 0.8s cubic-bezier(0.4, 0, 0.2, 1) !important;
  transition: clip-path 0.8s cubic-bezier(0.4, 0, 0.2, 1),
    -webkit-clip-path 0.8s cubic-bezier(0.4, 0, 0.2, 1) !important;
}
.qodef-image-gallery.qodef-layout--slider-spec
  .qodef-image-wrapper.qodef--even {
  -webkit-clip-path: inset(33px 0 33px 0);
  clip-path: inset(33px 0 33px 0);
  -webkit-transition: -webkit-clip-path 0.8s cubic-bezier(0.4, 0, 0.2, 1) !important;
  transition: -webkit-clip-path 0.8s cubic-bezier(0.4, 0, 0.2, 1) !important;
  -o-transition: clip-path 0.8s cubic-bezier(0.4, 0, 0.2, 1) !important;
  transition: clip-path 0.8s cubic-bezier(0.4, 0, 0.2, 1) !important;
  transition: clip-path 0.8s cubic-bezier(0.4, 0, 0.2, 1),
    -webkit-clip-path 0.8s cubic-bezier(0.4, 0, 0.2, 1) !important;
}
.qodef-image-gallery .qodef-grid-item {
  position: relative;
}
.qodef-image-gallery .qodef-grid-item .qodef-button {
  position: absolute;
  bottom: -148px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  opacity: 0;
  -webkit-transition: opacity 0.2s ease-out;
  -o-transition: opacity 0.2s ease-out;
  transition: opacity 0.2s ease-out;
  z-index: 5;
}
.qodef-image-gallery .qodef-grid-item:hover .qodef-button {
  opacity: 1;
}
.qodef-image-gallery.swiper-container-horizontal
  > .swiper-pagination-bullets
  .swiper-pagination-bullet {
  color: #000;
}
.qodef-image-gallery.swiper-container-horizontal
  > .swiper-pagination-bullets
  .swiper-pagination-bullet:after {
  background-color: #c4c4c4;
}
.qodef-image-gallery.swiper-container-horizontal
  > .swiper-pagination-bullets
  .swiper-pagination-bullet.swiper-pagination-bullet-active:after,
.qodef-image-gallery.swiper-container-horizontal
  > .swiper-pagination-bullets
  .swiper-pagination-bullet:hover:after {
  background-color: #0b6354;
}
.qodef-image-gallery .swiper-button-next,
.qodef-image-gallery .swiper-button-prev {
  color: #fff !important;
}
.qodef-image-gallery .swiper-button-next:hover,
.qodef-image-gallery .swiper-button-prev:hover {
  color: #0b6354 !important;
}
.qodef-image-gallery.qodef-col-num--1.qodef-appear-animation {
  clip-path: inset(0 0 100% 0);
  -webkit-clip-path: inset(0 0 100% 0);
  -webkit-transform: translateY(-30px);
  -ms-transform: translateY(-30px);
  transform: translateY(-30px);
  will-change: transform;
  -webkit-transition: -webkit-clip-path 1.2s ease, -webkit-transform 1s ease-out;
  transition: -webkit-clip-path 1.2s ease, -webkit-transform 1s ease-out;
  -o-transition: clip-path 1.2s ease, transform 1s ease-out;
  transition: clip-path 1.2s ease, transform 1s ease-out;
  transition: clip-path 1.2s ease, transform 1s ease-out,
    -webkit-clip-path 1.2s ease, -webkit-transform 1s ease-out;
}
.elementor-editor-active
  .qodef-image-gallery.qodef-col-num--1.qodef-appear-animation,
.qodef-image-gallery.qodef-col-num--1.qodef-appear-animation.qodef--appear {
  clip-path: inset(0 0 0 0);
  -webkit-clip-path: inset(0 0 0 0);
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
.qodef-image-marquee {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: top;
}
.qodef-image-marquee .qodef-m-content {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: top;
  margin: 0 auto;
  overflow: hidden;
}
.qodef-image-marquee .qodef-m-content.qodef--mobile {
  display: none;
}
.qodef-image-marquee .qodef-m-content.qodef--mobile .qodef-m-image {
  background-size: cover !important;
}
.qodef-image-marquee .qodef-m-image {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
}
.qodef-image-marquee .qodef-m-image.qodef-image--copy {
  will-change: transform;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translateX(100%) translateZ(0);
  transform: translateX(100%) translateZ(0);
}
.qodef-image-marquee .qodef-m-image a {
  position: relative;
  display: block;
}
@-webkit-keyframes qode-move-marquee {
  0% {
    -webkit-transform: translateX(0) translateZ(0);
    transform: translateX(0) translateZ(0);
  }
  100% {
    -webkit-transform: translateX(-100%) translateZ(0);
    transform: translateX(-100%) translateZ(0);
  }
}
@keyframes qode-move-marquee {
  0% {
    -webkit-transform: translateX(0) translateZ(0);
    transform: translateX(0) translateZ(0);
  }
  100% {
    -webkit-transform: translateX(-100%) translateZ(0);
    transform: translateX(-100%) translateZ(0);
  }
}
@-webkit-keyframes qode-move-marquee-copy {
  0% {
    -webkit-transform: translateX(100%) translateZ(0);
    transform: translateX(100%) translateZ(0);
  }
  100% {
    -webkit-transform: translateX(0) translateZ(0);
    transform: translateX(0) translateZ(0);
  }
}
@keyframes qode-move-marquee-copy {
  0% {
    -webkit-transform: translateX(100%) translateZ(0);
    transform: translateX(100%) translateZ(0);
  }
  100% {
    -webkit-transform: translateX(0) translateZ(0);
    transform: translateX(0) translateZ(0);
  }
}
.qodef-image-with-box {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: top;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}
.qodef-image-with-box .qodef-m-image {
  position: relative;
  width: 45%;
}
.qodef-image-with-box .qodef-m-image a,
.qodef-image-with-box .qodef-m-image img {
  display: block;
}
.qodef-image-with-box .qodef-m-image .qodef-m-image-inner {
  position: relative;
}
.qodef-image-with-box .qodef-m-image .qodef-m-image-label {
  position: absolute;
  top: calc(100% + 4px);
  left: 0;
}
.qodef-image-with-box .qodef-m-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 55%;
  padding: 105px 0;
  min-height: 300px;
}
@media only screen and (max-width: 1440px) {
  .qodef-image-with-box .qodef-m-content {
    padding: 22px 0;
  }
}
.qodef-image-with-box .qodef-m-content-inner {
  position: relative;
  margin-left: -125px;
  width: calc(100% + 125px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #fff;
  padding: 60px 37% 60px 95px;
}
@media only screen and (max-width: 1440px) {
  .qodef-image-with-box .qodef-m-content-inner {
    padding: 45px 37% 45px 65px;
  }
}
.qodef-image-with-box .qodef-m-line {
  display: inline-block;
  width: 1px;
  height: 48px;
  background-color: #c4c4c4;
}
.qodef-image-with-box .qodef-m-subtitle {
  font-family: Sarabun, sans-serif;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #0b6354;
  margin: 18px 0 0;
}
@media only screen and (max-width: 680px) {
  .qodef-image-with-box .qodef-m-subtitle {
    font-size: 11px;
    line-height: 1.5em;
  }
}
.qodef-image-with-box .qodef-m-title {
  margin: 8px 0 0;
}
.qodef-image-with-box .qodef-m-button {
  margin: 43px 0 0;
}
.qodef-image-with-box.qodef-appear-animation .qodef-m-image img {
  clip-path: inset(0 0 100% 0);
  -webkit-clip-path: inset(0 0 100% 0);
  -webkit-transform: translateY(-50px);
  -ms-transform: translateY(-50px);
  transform: translateY(-50px);
  will-change: transform;
}
.qodef-image-with-box.qodef-appear-animation .qodef-m-image-label {
  opacity: 0;
  -webkit-transform: translateY(10px);
  -ms-transform: translateY(10px);
  transform: translateY(10px);
  will-change: transform;
}
.qodef-image-with-box.qodef-appear-animation .qodef-m-line {
  clip-path: inset(0 -1px 100% 0);
  -webkit-clip-path: inset(0 -1px 100% 0);
}
.elementor-editor-active
  .qodef-image-with-box.qodef-appear-animation
  .qodef-m-image
  img,
.qodef-image-with-box.qodef-appear-animation.qodef--appear .qodef-m-image img {
  clip-path: inset(0 0 0 0);
  -webkit-clip-path: inset(0 0 0 0);
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition: -webkit-clip-path 1.2s ease, -webkit-transform 1s ease-out;
  transition: -webkit-clip-path 1.2s ease, -webkit-transform 1s ease-out;
  -o-transition: clip-path 1.2s ease, transform 1s ease-out;
  transition: clip-path 1.2s ease, transform 1s ease-out;
  transition: clip-path 1.2s ease, transform 1s ease-out,
    -webkit-clip-path 1.2s ease, -webkit-transform 1s ease-out;
}
.elementor-editor-active
  .qodef-image-with-box.qodef-appear-animation
  .qodef-m-image-label,
.qodef-image-with-box.qodef-appear-animation.qodef--appear
  .qodef-m-image-label {
  opacity: 1;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition: opacity 0.3s ease-out 0.8s,
    -webkit-transform 0.6s cubic-bezier(0.4, 0, 0.2, 1) 0.8s;
  transition: opacity 0.3s ease-out 0.8s,
    -webkit-transform 0.6s cubic-bezier(0.4, 0, 0.2, 1) 0.8s;
  -o-transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1) 0.8s,
    opacity 0.3s ease-out 0.8s;
  transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1) 0.8s,
    opacity 0.3s ease-out 0.8s;
  transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1) 0.8s,
    opacity 0.3s ease-out 0.8s,
    -webkit-transform 0.6s cubic-bezier(0.4, 0, 0.2, 1) 0.8s;
}
.elementor-editor-active
  .qodef-image-with-box.qodef-appear-animation
  .qodef-m-line,
.qodef-image-with-box.qodef-appear-animation.qodef--appear .qodef-m-line {
  clip-path: inset(0 -1px 0 0);
  -webkit-clip-path: inset(0 -1px 0 0);
  -webkit-transition: -webkit-clip-path 0.8s cubic-bezier(0.4, 0, 0.2, 1) 0.8s;
  transition: -webkit-clip-path 0.8s cubic-bezier(0.4, 0, 0.2, 1) 0.8s;
  -o-transition: clip-path 0.8s cubic-bezier(0.4, 0, 0.2, 1) 0.8s;
  transition: clip-path 0.8s cubic-bezier(0.4, 0, 0.2, 1) 0.8s;
  transition: clip-path 0.8s cubic-bezier(0.4, 0, 0.2, 1) 0.8s,
    -webkit-clip-path 0.8s cubic-bezier(0.4, 0, 0.2, 1) 0.8s;
}
.qodef-image-with-text {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: top;
}
.qodef-image-with-text .qodef-m-image {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: top;
}
.qodef-image-with-text .qodef-m-image a,
.qodef-image-with-text .qodef-m-image img {
  display: block;
}
.qodef-image-with-text .qodef-m-content {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: top;
}
.qodef-image-with-text .qodef-m-subtitle {
  font-family: Sarabun, sans-serif;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #0b6354;
  margin: 25px 0 0;
}
.qodef-image-with-text .qodef-m-title {
  margin: 8px 0 0;
}
.qodef-image-with-text .qodef-m-text {
  margin: 11px 0 0;
}
.qodef-image-with-text.qodef-shadow-enabled .qodef-m-image {
  -webkit-box-shadow: 0 3px 6px #0000000f;
  box-shadow: 0 3px 6px #0000000f;
}
.qodef-image-with-text.qodef-image-action--scrolling-image.qodef-shadow-enabled
  .qodef-m-image-holder {
  -webkit-box-shadow: 0 3px 6px #0000000f;
  box-shadow: 0 3px 6px #0000000f;
}
.qodef-image-with-text.qodef-image-action--scrolling-image
  .qodef-m-image-holder {
  position: relative;
  overflow: hidden;
}
.qodef-image-with-text.qodef-image-action--scrolling-image
  .qodef-m-image-holder
  .qodef-m-image-holder-inner {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
.qodef-image-with-text.qodef-image-action--scrolling-image
  .qodef-m-image-holder
  .qodef-m-image-holder-inner
  a {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 100;
}
.qodef-image-with-text.qodef-image-action--scrolling-image
  .qodef-m-image-holder
  .qodef-m-image-holder-inner
  img {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  will-change: transform;
}
.qodef-image-with-text.qodef-image-action--scrolling-image
  .qodef-m-image-holder
  .qodef-m-frame {
  vertical-align: middle;
  width: 100%;
}
.qodef-image-with-text.qodef-image-action--scrolling-image.qodef-scrolling--vertical
  .qodef-m-image-holder-inner
  img {
  width: 100%;
  height: auto;
}
.qodef-image-with-text.qodef-image-action--scrolling-image.qodef-scrolling--horizontal
  .qodef-m-image-holder-inner
  img {
  max-width: unset;
  height: 100%;
  width: auto;
}
.qodef-image-with-text:not(.qodef-image-action--scrolling-image)
  .qodef-m-image {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  transition: -webkit-transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  -o-transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1),
    -webkit-transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  will-change: transform;
}
.qodef-image-with-text:not(.qodef-image-action--scrolling-image)
  .qodef-m-image:hover {
  -webkit-transform: translateY(-4px);
  -ms-transform: translateY(-4px);
  transform: translateY(-4px);
}
.qodef-interactive-link-showcase {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: top;
  height: 100vh;
  visibility: hidden;
}
.admin-bar .qodef-interactive-link-showcase {
  height: calc(100vh - 32px);
}
.qodef-interactive-link-showcase.qodef-appear-animation .qodef-m-images {
  clip-path: inset(0 100% 0 0);
  -webkit-clip-path: inset(0 100% 0 0);
  -webkit-transform: translateX(-30px);
  -ms-transform: translateX(-30px);
  transform: translateX(-30px);
  will-change: transform;
  -webkit-transition: -webkit-clip-path 1.2s ease, -webkit-transform 1s ease-out;
  transition: -webkit-clip-path 1.2s ease, -webkit-transform 1s ease-out;
  -o-transition: clip-path 1.2s ease, transform 1s ease-out;
  transition: clip-path 1.2s ease, transform 1s ease-out;
  transition: clip-path 1.2s ease, transform 1s ease-out,
    -webkit-clip-path 1.2s ease, -webkit-transform 1s ease-out;
}
.elementor-editor-active
  .qodef-interactive-link-showcase.qodef-appear-animation
  .qodef-m-images,
.qodef-interactive-link-showcase.qodef-appear-animation.qodef--appear
  .qodef-m-images {
  clip-path: inset(0 0 0 0);
  -webkit-clip-path: inset(0 0 0 0);
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}
.qodef-interactive-link-showcase .qodef-m-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  opacity: 0;
  -webkit-transition: opacity 0s 0.45s;
  -o-transition: opacity 0s 0.45s;
  transition: opacity 0s 0.45s;
}
.qodef-interactive-link-showcase .qodef-m-image.qodef--active {
  opacity: 1;
  -webkit-transition: opacity 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: opacity 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: opacity 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.qodef-interactive-link-showcase .qodef-m-image .qodef-m-image-bckg {
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
}
.qodef-interactive-link-showcase .qodef-m-image .qodef-m-image-label {
  display: block;
  text-align: center;
  font-family: Sarabun, sans-serif;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #0b6354;
  margin-top: 8px;
}
.qodef-interactive-link-showcase .qodef-m-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  z-index: 10;
}
.qodef-interactive-link-showcase .qodef-m-item {
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: auto;
  padding: 0 6px 5px;
  margin: 18px 0;
  font-family: Forum, sans-serif;
  font-weight: 400;
  font-size: 46px;
  line-height: 1.3em;
  letter-spacing: -0.03em;
  color: #b4b4b4;
  -webkit-transition: color 0.2s ease-out;
  -o-transition: color 0.2s ease-out;
  transition: color 0.2s ease-out;
}
@media only screen and (max-width: 680px) {
  .qodef-interactive-link-showcase .qodef-m-item {
    font-size: 40px;
  }
}
@media only screen and (max-width: 1024px) {
  .qodef-interactive-link-showcase .qodef-m-item {
    margin: 13px 0;
    font-size: 34px;
  }
}
@media only screen and (max-width: 680px) {
  .qodef-interactive-link-showcase .qodef-m-item {
    margin: 10px 0;
    font-size: 37px;
  }
}
.qodef-interactive-link-showcase .qodef-m-item .qodef-e-title {
  position: relative;
  display: block;
  z-index: 2;
}
.qodef-interactive-link-showcase .qodef-m-item.qodef--active {
  color: #000;
}
.qodef-interactive-link-showcase.qodef--init {
  visibility: visible;
}
.qodef-interactive-link-showcase.qodef-skin--light .qodef-m-item {
  color: #7d7d7d;
}
.qodef-interactive-link-showcase.qodef-skin--light .qodef-m-item.qodef--active {
  color: #fff;
}
.qodef-interactive-link-showcase.qodef-layout--list {
  padding: 0;
  height: 90vh;
}
@media only screen and (max-width: 1366px) {
  .qodef-interactive-link-showcase.qodef-layout--list {
    height: 106vh;
  }
}
@media only screen and (max-width: 1280px) {
  .qodef-interactive-link-showcase.qodef-layout--list {
    height: 80vh;
  }
}
@media only screen and (max-width: 768px) {
  .qodef-interactive-link-showcase.qodef-layout--list {
    height: 60vh;
  }
}
@media only screen and (max-width: 680px) {
  .qodef-interactive-link-showcase.qodef-layout--list {
    height: auto;
  }
}
.qodef-interactive-link-showcase.qodef-layout--list .qodef-m-images {
  position: relative;
  display: block;
  margin-left: auto;
  width: 53%;
  height: 100%;
  overflow: hidden;
}
@media only screen and (max-width: 680px) {
  .qodef-interactive-link-showcase.qodef-layout--list .qodef-m-images {
    width: 100%;
    height: 50vh;
    margin-top: 30px;
  }
}
.qodef-interactive-link-showcase.qodef-layout--list .qodef-m-image {
  opacity: 1;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  clip-path: inset(0 100% 0 0);
  -webkit-clip-path: inset(0 100% 0 0);
  -webkit-animation: qodef-inactive-image 0.8s forwards
    cubic-bezier(0.4, 0, 0.2, 1);
  animation: qodef-inactive-image 0.8s forwards cubic-bezier(0.4, 0, 0.2, 1);
  padding: 40px;
}
@media only screen and (max-width: 768px) {
  .qodef-interactive-link-showcase.qodef-layout--list .qodef-m-image {
    padding: 0;
  }
}
.qodef-interactive-link-showcase.qodef-layout--list .qodef-m-image img {
  -webkit-box-shadow: 3px 3px 16px 2px rgba(0, 0, 0, 0.04);
  box-shadow: 3px 3px 16px 2px rgba(0, 0, 0, 0.04);
}
.qodef-interactive-link-showcase.qodef-layout--list
  .qodef-m-image.qodef--active {
  -webkit-animation: qodef-active-image 0.8s forwards
    cubic-bezier(0.4, 0, 0.2, 1);
  animation: qodef-active-image 0.8s forwards cubic-bezier(0.4, 0, 0.2, 1);
}
.qodef-interactive-link-showcase.qodef-layout--list .qodef-m-items {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  width: 47%;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
@media only screen and (max-width: 680px) {
  .qodef-interactive-link-showcase.qodef-layout--list .qodef-m-items {
    width: 100%;
  }
}
@media only screen and (max-width: 680px) {
  .qodef-interactive-link-showcase.qodef-layout--list .qodef-m-items {
    position: relative;
  }
}
.qodef-interactive-link-showcase.qodef-layout--list .qodef-m-item {
  font-family: Forum, sans-serif;
  font-weight: 400;
  font-size: 46px;
  line-height: 1.3em;
  letter-spacing: -0.03em;
  color: #000;
}
@media only screen and (max-width: 680px) {
  .qodef-interactive-link-showcase.qodef-layout--list .qodef-m-item {
    font-size: 40px;
  }
}
.qodef-interactive-link-showcase.qodef-layout--list
  .qodef-m-item
  .qodef-e-title,
.qodef-interactive-link-showcase.qodef-layout--list
  .qodef-m-item
  .qodef-menu-item-text {
  position: relative;
  line-height: 1;
}
.qodef-interactive-link-showcase.qodef-layout--list
  .qodef-m-item
  .qodef-e-title:before,
.qodef-interactive-link-showcase.qodef-layout--list
  .qodef-m-item
  .qodef-menu-item-text:before {
  content: '';
  position: absolute;
  top: calc(100% + 6px);
  height: 1px;
  width: 0;
  background: #000;
  -webkit-transition: width 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  -o-transition: width 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  transition: width 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.qodef-interactive-link-showcase.qodef-layout--list
  .qodef-m-item
  .qodef-e-title:before {
  top: calc(100% - 1px);
}
.qodef-interactive-link-showcase.qodef-layout--list
  .qodef-m-item.qodef--active
  .qodef-e-title:before,
.qodef-interactive-link-showcase.qodef-layout--list
  .qodef-m-item.qodef--active
  .qodef-menu-item-text:before,
.qodef-interactive-link-showcase.qodef-layout--list
  .qodef-m-item:hover
  .qodef-e-title:before,
.qodef-interactive-link-showcase.qodef-layout--list
  .qodef-m-item:hover
  .qodef-menu-item-text:before {
  width: 100%;
}
.qodef-interactive-link-showcase.qodef-layout--slider.qodef--init
  .qodef-m-image {
  clip-path: inset(0 0 0 0);
  -webkit-clip-path: inset(0 0 0 0);
  -webkit-transition: -webkit-clip-path 1s ease-out;
  transition: -webkit-clip-path 1s ease-out;
  -o-transition: clip-path 1s ease-out;
  transition: clip-path 1s ease-out;
  transition: clip-path 1s ease-out, -webkit-clip-path 1s ease-out;
}
.qodef-interactive-link-showcase.qodef-layout--slider .swiper-container {
  width: 100%;
  height: 100%;
  z-index: 10;
}
.qodef-interactive-link-showcase.qodef-layout--slider .qodef-m-images {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  height: 100%;
  overflow: hidden;
}
.qodef-interactive-link-showcase.qodef-layout--slider .qodef-m-image {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  opacity: 1;
  clip-path: inset(0 100% 0 0);
  -webkit-clip-path: inset(0 100% 0 0);
}
.qodef-interactive-link-showcase.qodef-layout--slider
  .qodef-m-image
  .qodef-m-image-inner {
  -webkit-animation: qodef-inactive-image 0.8s forwards
    cubic-bezier(0.4, 0, 0.2, 1);
  animation: qodef-inactive-image 0.8s forwards cubic-bezier(0.4, 0, 0.2, 1);
}
.qodef-interactive-link-showcase.qodef-layout--slider
  .qodef-m-image.qodef--active {
  z-index: 1;
}
.qodef-interactive-link-showcase.qodef-layout--slider
  .qodef-m-image.qodef--active
  .qodef-m-image-inner {
  -webkit-animation: qodef-active-image 0.8s forwards
    cubic-bezier(0.4, 0, 0.2, 1);
  animation: qodef-active-image 0.8s forwards cubic-bezier(0.4, 0, 0.2, 1);
}
.qodef-interactive-link-showcase.qodef-layout--slider .qodef-m-image-inner {
  position: relative;
  max-width: 66%;
  max-height: 85%;
}
.qodef-interactive-link-showcase.qodef-layout--slider .qodef-m-image-inner img {
  max-height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
@media only screen and (max-width: 1440px) {
  .qodef-interactive-link-showcase.qodef-layout--slider .qodef-m-image-inner {
    max-width: 60%;
    max-height: 80%;
  }
}
@media only screen and (max-width: 768px) {
  .qodef-interactive-link-showcase.qodef-layout--slider .qodef-m-image-inner {
    max-width: 85%;
  }
}
.qodef-interactive-link-showcase.qodef-layout--slider .qodef-image-button {
  position: absolute;
  left: -85px;
  bottom: -53px;
  z-index: 50;
}
@media only screen and (max-width: 768px) {
  .qodef-interactive-link-showcase.qodef-layout--slider
    .qodef-image-button.qodef-button.qodef-layout--rounded {
    width: 120px;
    height: 120px;
    line-height: 120px;
    left: -50px;
    bottom: -30px;
  }
}
@media only screen and (max-width: 480px) {
  .qodef-interactive-link-showcase.qodef-layout--slider .qodef-image-button {
    display: none;
  }
}
.qodef-interactive-link-showcase.qodef-layout--slider .qodef-m-items {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.qodef-interactive-link-showcase.qodef-layout--slider .qodef-m-item {
  height: auto;
  font-size: 7.8vw;
  line-height: 1em;
  letter-spacing: -0.03em;
  margin: 0 1.5%;
  will-change: transform;
}
@media only screen and (max-width: 1024px) {
  .qodef-interactive-link-showcase.qodef-layout--slider .qodef-m-item {
    font-size: 82px;
  }
}
@media only screen and (max-width: 680px) {
  .qodef-interactive-link-showcase.qodef-layout--slider .qodef-m-item {
    font-size: 46px;
  }
}
.qodef-interactive-link-showcase.qodef-layout--slider
  .qodef-m-item.qodef--active {
  color: #fff;
}
.qodef-item-showcase {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
  visibility: hidden;
}
.qodef-item-showcase .qodef-m-image {
  position: relative;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  max-width: 60%;
  margin: 0 120px;
  opacity: 0;
  -webkit-transform: translateY(70px);
  -ms-transform: translateY(70px);
  transform: translateY(70px);
  -webkit-transition: opacity 0.6s cubic-bezier(0.4, 0, 0.2, 1),
    -webkit-transform 0.6s cubic-bezier(0.4, 0, 0.2, 1);
  transition: opacity 0.6s cubic-bezier(0.4, 0, 0.2, 1),
    -webkit-transform 0.6s cubic-bezier(0.4, 0, 0.2, 1);
  -o-transition: opacity 0.6s cubic-bezier(0.4, 0, 0.2, 1),
    transform 0.6s cubic-bezier(0.4, 0, 0.2, 1);
  transition: opacity 0.6s cubic-bezier(0.4, 0, 0.2, 1),
    transform 0.6s cubic-bezier(0.4, 0, 0.2, 1);
  transition: opacity 0.6s cubic-bezier(0.4, 0, 0.2, 1),
    transform 0.6s cubic-bezier(0.4, 0, 0.2, 1),
    -webkit-transform 0.6s cubic-bezier(0.4, 0, 0.2, 1);
}
.qodef-item-showcase .qodef-m-image img {
  display: block;
}
.qodef-item-showcase .qodef-m-items {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
}
.qodef-item-showcase .qodef-m-items.qodef--left {
  text-align: right;
}
.qodef-item-showcase .qodef-m-items.qodef--left .qodef-m-item {
  -webkit-transform: translateX(-35px);
  -ms-transform: translateX(-35px);
  transform: translateX(-35px);
}
.qodef-item-showcase .qodef-m-items.qodef--right {
  text-align: left;
}
.qodef-item-showcase .qodef-m-items.qodef--right .qodef-m-item {
  -webkit-transform: translateX(35px);
  -ms-transform: translateX(35px);
  transform: translateX(35px);
}
.qodef-item-showcase .qodef-m-item {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: top;
  margin-top: 48px;
  opacity: 0;
  -webkit-transition: opacity 0.6s cubic-bezier(0.4, 0, 0.2, 1),
    -webkit-transform 0.6s cubic-bezier(0.4, 0, 0.2, 1);
  transition: opacity 0.6s cubic-bezier(0.4, 0, 0.2, 1),
    -webkit-transform 0.6s cubic-bezier(0.4, 0, 0.2, 1);
  -o-transition: opacity 0.6s cubic-bezier(0.4, 0, 0.2, 1),
    transform 0.6s cubic-bezier(0.4, 0, 0.2, 1);
  transition: opacity 0.6s cubic-bezier(0.4, 0, 0.2, 1),
    transform 0.6s cubic-bezier(0.4, 0, 0.2, 1);
  transition: opacity 0.6s cubic-bezier(0.4, 0, 0.2, 1),
    transform 0.6s cubic-bezier(0.4, 0, 0.2, 1),
    -webkit-transform 0.6s cubic-bezier(0.4, 0, 0.2, 1);
}
.qodef-item-showcase .qodef-m-item:first-child {
  margin-top: 0;
}
.qodef-item-showcase .qodef-m-item:nth-child(1) {
  -webkit-transition-delay: 150ms;
  -o-transition-delay: 150ms;
  transition-delay: 150ms;
}
.qodef-item-showcase .qodef-m-item:nth-child(2) {
  -webkit-transition-delay: 0.3s;
  -o-transition-delay: 0.3s;
  transition-delay: 0.3s;
}
.qodef-item-showcase .qodef-m-item:nth-child(3) {
  -webkit-transition-delay: 450ms;
  -o-transition-delay: 450ms;
  transition-delay: 450ms;
}
.qodef-item-showcase .qodef-m-item:nth-child(4) {
  -webkit-transition-delay: 0.6s;
  -o-transition-delay: 0.6s;
  transition-delay: 0.6s;
}
.qodef-item-showcase .qodef-m-item:nth-child(5) {
  -webkit-transition-delay: 750ms;
  -o-transition-delay: 750ms;
  transition-delay: 750ms;
}
.qodef-item-showcase .qodef-m-item:nth-child(6) {
  -webkit-transition-delay: 0.9s;
  -o-transition-delay: 0.9s;
  transition-delay: 0.9s;
}
.qodef-item-showcase .qodef-e-title {
  margin: 0;
}
.qodef-item-showcase .qodef-e-title-link {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  font-style: inherit;
  line-height: inherit;
  letter-spacing: inherit;
  text-transform: inherit;
  color: inherit;
}
.qodef-item-showcase .qodef-e-title-link:hover {
  color: #0b6354;
}
.qodef-item-showcase .qodef-e-text {
  margin: 13px 0 0;
}
.qodef-item-showcase.qodef--init {
  visibility: visible;
}
.qodef-item-showcase.qodef--init .qodef-m-image {
  opacity: 1;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
.qodef-item-showcase.qodef--init .qodef-m-items.qodef--left .qodef-m-item,
.qodef-item-showcase.qodef--init .qodef-m-items.qodef--right .qodef-m-item {
  opacity: 1;
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}
.qodef-pricing-table {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: top;
  text-align: center;
  border: 1px solid #c4c4c4;
}
.qodef-pricing-table.qodef-status--featured {
  -webkit-transform: translateY(-30px);
  -ms-transform: translateY(-30px);
  transform: translateY(-30px);
}
.qodef-pricing-table.qodef-status--featured .qodef-m-inner {
  padding: 93px 45px 91px;
}
.qodef-pricing-table.qodef-status--featured .qodef-m-content,
.qodef-pricing-table.qodef-status--featured
  .qodef-m-price
  .qodef-m-price-wrapper-inner {
  color: #000;
}
.qodef-pricing-table .qodef-m-inner {
  padding: 63px 45px 56px;
}
@media only screen and (max-width: 680px) {
  .qodef-pricing-table .qodef-m-inner {
    padding: 63px 26px 56px !important;
  }
}
.qodef-pricing-table .qodef-m-title {
  margin-bottom: 15px;
}
.qodef-pricing-table .qodef-m-title * {
  margin: 0;
}
.qodef-pricing-table .qodef-m-price .qodef-m-price-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
  line-height: 1;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.qodef-pricing-table .qodef-m-price .qodef-m-price-wrapper-inner {
  color: #b4b4b4;
  font-size: 72px;
  line-height: 1em;
  letter-spacing: -2px;
}
.qodef-pricing-table .qodef-m-price .qodef-m-price-additional {
  position: relative;
  top: 0.5em;
  font-family: Sarabun, sans-serif;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #0b6354;
}
.qodef-pricing-table .qodef-m-content {
  display: inline-block;
  max-width: 260px;
  text-align: left;
  font-size: 18px;
  margin-top: 40px;
}
.qodef-pricing-table .qodef-m-content ul {
  list-style: none;
  margin: 0;
}
.qodef-pricing-table .qodef-m-content ul li {
  margin-bottom: 17px;
}
.qodef-pricing-table .qodef-m-content ul li:last-child {
  margin-bottom: 0;
}
.qodef-pricing-table .qodef-m-content ul li:before {
  content: 'check';
  color: #0b6354;
  font-family: 'Material Icons';
  margin-right: 18px;
}
.qodef-pricing-table .qodef-m-button .qodef-button {
  margin: 65px 0 0;
}
.qodef-progress-bar {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: top;
  visibility: hidden;
}
.qodef-progress-bar .qodef-m-inner {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.qodef-progress-bar .qodef-m-canvas {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: top;
}
.qodef-progress-bar .qodef-m-canvas svg {
  display: block;
}
.qodef-progress-bar .qodef-m-title {
  margin: 20px 0 0;
}
.qodef-progress-bar.qodef--init {
  visibility: visible;
}
.qodef-progress-bar:not(.qodef-layout--line) .progressbar-text {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 0;
  margin: 0;
  font-family: Forum, sans-serif;
  font-weight: 400;
  color: #000;
  font-size: 34px;
  line-height: 1.29em;
  letter-spacing: -0.02em;
}
.qodef-progress-bar.qodef-layout--semi-circle .progressbar-text {
  padding-top: 20px;
  -webkit-transform: none !important;
  -ms-transform: none !important;
  transform: none !important;
}
.qodef-progress-bar.qodef-layout--line .qodef-m-inner {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
}
.qodef-progress-bar.qodef-layout--line .proggress {
  width: 0;
}
.qodef-progress-bar.qodef-layout--line .percentCount {
  position: absolute;
  top: -24px;
  right: 0;
  width: auto;
}
.qodef-progress-bar.qodef-layout--line .qodef-m-title {
  margin: 0 0 7px;
}
.qodef-progress-bar.qodef-layout--line.qodef-percentage--floating
  .percentCount {
  left: 0;
  right: auto;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
.qodef-section-title {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: top;
}
.qodef-section-title.qodef-alignment--center {
  text-align: center;
}
.qodef-section-title.qodef-alignment--left {
  text-align: left;
}
.qodef-section-title.qodef-alignment--right {
  text-align: right;
}
.qodef-section-title .qodef-m-title {
  margin: 28px 0 0;
}
.qodef-section-title .qodef-m-subtitle {
  position: relative;
  font-family: Sarabun, sans-serif;
  font-size: 14px;
  color: #0b6354;
  letter-spacing: 2.1px;
  line-height: 32px;
  font-weight: 500;
  text-transform: uppercase;
}
@media only screen and (max-width: 680px) {
  .qodef-section-title .qodef-m-subtitle {
    font-size: 11px;
    line-height: 1.5em;
  }
}
.qodef-section-title .qodef-m-separator {
  width: 1px;
  height: 48px;
  background-color: #c4c4c4;
  position: absolute;
  top: -54px;
}
.qodef-alignment--left .qodef-section-title .qodef-m-separator {
  left: 0;
}
.qodef-alignment--right .qodef-section-title .qodef-m-separator {
  right: 0;
}
.qodef-section-title .qodef-m-separator-below {
  width: 1px;
  height: 216px;
  background-color: #c4c4c4;
  display: block;
  margin: 10px 0 -7px;
}
.qodef-section-title .qodef-m-separator-below + p {
  max-width: 350px;
}
.qodef-section-title .qodef-m-text {
  margin: 34px 0 0;
}
.qodef-section-title.qodef-title-appear .qodef-m-title {
  opacity: 0;
  -webkit-transform: translateY(20px);
  -ms-transform: translateY(20px);
  transform: translateY(20px);
  -webkit-transition: opacity 0.3s ease-out,
    -webkit-transform 0.8s cubic-bezier(0.4, 0, 0.2, 1);
  transition: opacity 0.3s ease-out,
    -webkit-transform 0.8s cubic-bezier(0.4, 0, 0.2, 1);
  -o-transition: transform 0.8s cubic-bezier(0.4, 0, 0.2, 1),
    opacity 0.3s ease-out;
  transition: transform 0.8s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.3s ease-out;
  transition: transform 0.8s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.3s ease-out,
    -webkit-transform 0.8s cubic-bezier(0.4, 0, 0.2, 1);
  will-change: transform;
}
.elementor-editor-active .qodef-section-title.qodef-title-appear .qodef-m-title,
.qodef-section-title.qodef-title-appear.qodef--title-appeared .qodef-m-title {
  opacity: 1;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
.qodef-section-title.qodef-title-alt-appear .qodef-m-title {
  display: inline-block;
  -webkit-transform: translateX(-20px);
  -ms-transform: translateX(-20px);
  transform: translateX(-20px);
  clip-path: inset(0 100% -5px 0);
  -webkit-clip-path: inset(0 100% -5px 0);
  -webkit-transition: -webkit-clip-path 1s ease, -webkit-transform 0.8s ease-out;
  transition: -webkit-clip-path 1s ease, -webkit-transform 0.8s ease-out;
  -o-transition: clip-path 1s ease, transform 0.8s ease-out;
  transition: clip-path 1s ease, transform 0.8s ease-out;
  transition: clip-path 1s ease, transform 0.8s ease-out,
    -webkit-clip-path 1s ease, -webkit-transform 0.8s ease-out;
  will-change: transform;
}
.elementor-editor-active
  .qodef-section-title.qodef-title-alt-appear
  .qodef-m-title,
.qodef-section-title.qodef-title-alt-appear.qodef--title-appeared
  .qodef-m-title {
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
  clip-path: inset(0 0 -5px 0);
  -webkit-clip-path: inset(0 0 -5px 0);
}
.qodef-section-title.qodef-separator-appear .qodef-m-separator {
  clip-path: inset(0 -1px 100% 0);
  -webkit-clip-path: inset(0 -1px 100% 0);
  -webkit-transition: -webkit-clip-path 0.8s cubic-bezier(0.4, 0, 0.2, 1);
  transition: -webkit-clip-path 0.8s cubic-bezier(0.4, 0, 0.2, 1);
  -o-transition: clip-path 0.8s cubic-bezier(0.4, 0, 0.2, 1);
  transition: clip-path 0.8s cubic-bezier(0.4, 0, 0.2, 1);
  transition: clip-path 0.8s cubic-bezier(0.4, 0, 0.2, 1),
    -webkit-clip-path 0.8s cubic-bezier(0.4, 0, 0.2, 1);
}
.elementor-editor-active
  .qodef-section-title.qodef-separator-appear
  .qodef-m-separator,
.qodef-section-title.qodef-separator-appear.qodef--separator-appeared
  .qodef-m-separator {
  clip-path: inset(0 -1px 0 0);
  -webkit-clip-path: inset(0 -1px 0 0);
}
.qodef-section-title.qodef-global-appear .qodef-m-title {
  display: inline-block;
  -webkit-transform: translateX(-20px);
  -ms-transform: translateX(-20px);
  transform: translateX(-20px);
  clip-path: inset(0 100% -5px 0);
  -webkit-clip-path: inset(0 100% -5px 0);
  -webkit-transition: -webkit-clip-path 1s ease, -webkit-transform 0.8s ease-out;
  transition: -webkit-clip-path 1s ease, -webkit-transform 0.8s ease-out;
  -o-transition: clip-path 1s ease, transform 0.8s ease-out;
  transition: clip-path 1s ease, transform 0.8s ease-out;
  transition: clip-path 1s ease, transform 0.8s ease-out,
    -webkit-clip-path 1s ease, -webkit-transform 0.8s ease-out;
  will-change: transform;
}
.qodef-section-title.qodef-global-appear .qodef-m-separator-below {
  clip-path: inset(0 -1px 100% 0);
  -webkit-clip-path: inset(0 -1px 100% 0);
  -webkit-transition: -webkit-clip-path 0.8s ease 0.2s;
  transition: -webkit-clip-path 0.8s ease 0.2s;
  -o-transition: clip-path 0.8s ease 0.2s;
  transition: clip-path 0.8s ease 0.2s;
  transition: clip-path 0.8s ease 0.2s, -webkit-clip-path 0.8s ease 0.2s;
}
.qodef-section-title.qodef-global-appear .qodef-m-text {
  opacity: 0;
  -webkit-transform: translateY(20px);
  -ms-transform: translateY(20px);
  transform: translateY(20px);
  will-change: transform;
  -webkit-transition: opacity 0.3s ease-out 0.4s,
    -webkit-transform 0.8s ease 0.4s;
  transition: opacity 0.3s ease-out 0.4s, -webkit-transform 0.8s ease 0.4s;
  -o-transition: transform 0.8s ease 0.4s, opacity 0.3s ease-out 0.4s;
  transition: transform 0.8s ease 0.4s, opacity 0.3s ease-out 0.4s;
  transition: transform 0.8s ease 0.4s, opacity 0.3s ease-out 0.4s,
    -webkit-transform 0.8s ease 0.4s;
}
.elementor-editor-active
  .qodef-section-title.qodef-global-appear
  .qodef-m-title,
.qodef-section-title.qodef-global-appear.qodef--global-appeared .qodef-m-title {
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
  clip-path: inset(0 0 -5px 0);
  -webkit-clip-path: inset(0 0 -5px 0);
}
.elementor-editor-active
  .qodef-section-title.qodef-global-appear
  .qodef-m-separator-below,
.qodef-section-title.qodef-global-appear.qodef--global-appeared
  .qodef-m-separator-below {
  clip-path: inset(0 -1px 0 0);
  -webkit-clip-path: inset(0 -1px 0 0);
}
.elementor-editor-active .qodef-section-title.qodef-global-appear .qodef-m-text,
.qodef-section-title.qodef-global-appear.qodef--global-appeared .qodef-m-text {
  opacity: 1;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
.qodef-separator {
  position: relative;
  height: auto;
  font-size: 0;
  line-height: 1;
}
.qodef-separator .qodef-m-line {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: top;
  margin: 10px 0;
  border-bottom: 1px solid #c4c4c4;
}
.qodef-separator.qodef-position--center {
  text-align: center;
}
.qodef-separator.qodef-position--left {
  text-align: left;
}
.qodef-separator.qodef-position--right {
  text-align: right;
}
#qodef-page-sidebar .widget.widget_augustine_core_separator {
  margin-bottom: 0;
}
#qodef-page-footer .widget.widget_augustine_core_separator {
  margin-bottom: 0;
}
#qodef-side-area .widget.widget_augustine_core_separator {
  margin-bottom: 0;
}
.qodef-tabs {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: top;
  visibility: hidden;
}
.qodef-tabs.qodef--init {
  visibility: visible;
}
.qodef-tabs .qodef-tabs-navigation {
  margin: 0;
  padding: 0;
  list-style: none;
}
.qodef-tabs .qodef-tabs-content {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: top;
}
.qodef-tabs .qodef-tabs-content p {
  margin: 0;
}
.qodef-tabs.qodef-layout--simple .qodef-tabs-navigation {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0;
  padding: 0;
  list-style: none;
}
.qodef-tabs.qodef-layout--simple .qodef-tabs-navigation li {
  margin: 0 26px 0 0;
  padding: 0;
}
.qodef-tabs.qodef-layout--simple .qodef-tabs-navigation li a {
  display: block;
  position: relative;
  padding: 0 3px 1px;
  -webkit-transition: color 0.2s ease-out, background-color 0.2s ease-out;
  -o-transition: color 0.2s ease-out, background-color 0.2s ease-out;
  transition: color 0.2s ease-out, background-color 0.2s ease-out;
  font-family: Forum, sans-serif;
  font-weight: 400;
  font-size: 27px;
  line-height: 1.4em;
  letter-spacing: 0;
}
.qodef-tabs.qodef-layout--simple .qodef-tabs-navigation li a:before {
  content: '';
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 0;
  height: 2px;
  background-color: currentColor;
  -webkit-transition: width 0.2s ease-out;
  -o-transition: width 0.2s ease-out;
  transition: width 0.2s ease-out;
}
.qodef-tabs.qodef-layout--simple .qodef-tabs-navigation li:last-child {
  margin-right: 0;
}
.qodef-tabs.qodef-layout--simple .qodef-tabs-navigation li a:hover:before,
.qodef-tabs.qodef-layout--simple .qodef-tabs-navigation li.active a:before,
.qodef-tabs.qodef-layout--simple
  .qodef-tabs-navigation
  li.ui-state-active
  a:before,
.qodef-tabs.qodef-layout--simple
  .qodef-tabs-navigation
  li.ui-state-hover
  a:before {
  width: 100%;
}
@media only screen and (max-width: 680px) {
  .qodef-tabs.qodef-layout--simple .qodef-tabs-navigation {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .qodef-tabs.qodef-layout--simple .qodef-tabs-navigation li {
    margin: 0 0 26px 0;
    padding: 0;
  }
  .qodef-tabs.qodef-layout--simple .qodef-tabs-navigation li:last-child {
    margin-bottom: 0;
  }
}
.qodef-tabs.qodef-layout--simple.qodef-orientation--vertical {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  height: 100%;
}
.qodef-tabs.qodef-layout--simple.qodef-orientation--vertical
  .qodef-tabs-navigation {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  display: block;
  padding-right: 26px;
  margin-right: 26px;
  border-right: 1px solid #c4c4c4;
}
.qodef-tabs.qodef-layout--simple.qodef-orientation--vertical
  .qodef-tabs-navigation
  li {
  width: 100%;
  margin-bottom: 26px;
}
.qodef-tabs.qodef-layout--simple.qodef-orientation--vertical
  .qodef-tabs-navigation
  li:last-child {
  margin-bottom: 0;
}
.qodef-tabs.qodef-layout--simple.qodef-orientation--vertical
  .qodef-tabs-navigation
  li
  a {
  display: inline-block;
  width: auto;
}
.qodef-tabs.qodef-layout--simple.qodef-orientation--vertical
  .qodef-tabs-content {
  margin-top: 0;
}
.qodef-tabs.qodef-layout--simple .qodef-tabs-content {
  margin: 26px 0 0;
}
.qodef-time-and-weather {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.elementor-editor-active .qodef-time-and-weather .qodef-m-slash svg,
.qodef-time-and-weather.qodef--appear .qodef-m-slash svg {
  clip-path: inset(0 0 0 0);
  -webkit-clip-path: inset(0 0 0 0);
}
.elementor-editor-active
  .qodef-time-and-weather
  .qodef-m-slash:nth-of-type(2)
  svg,
.qodef-time-and-weather.qodef--appear .qodef-m-slash:nth-of-type(2) svg {
  clip-path: inset(0 0 0 0);
  -webkit-clip-path: inset(0 0 0 0);
}
.qodef-time-and-weather .qodef-m-part {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.qodef-time-and-weather .qodef-m-slash svg {
  fill: none;
  stroke: #c4c4c4;
  clip-path: inset(100% 0 0 0);
  -webkit-clip-path: inset(100% 0 0 0);
  -webkit-transition: -webkit-clip-path 0.8s cubic-bezier(0.4, 0, 0.2, 1);
  transition: -webkit-clip-path 0.8s cubic-bezier(0.4, 0, 0.2, 1);
  -o-transition: clip-path 0.8s cubic-bezier(0.4, 0, 0.2, 1);
  transition: clip-path 0.8s cubic-bezier(0.4, 0, 0.2, 1);
  transition: clip-path 0.8s cubic-bezier(0.4, 0, 0.2, 1),
    -webkit-clip-path 0.8s cubic-bezier(0.4, 0, 0.2, 1);
}
.qodef-time-and-weather .qodef-m-slash:nth-of-type(2) svg {
  clip-path: inset(0 0 100% 0);
  -webkit-clip-path: inset(0 0 100% 0);
}
.qodef-time-and-weather .qodef--top {
  font-family: Forum, sans-serif;
  font-weight: 400;
  color: #000;
  color: #ccc1bd;
  font-size: 150px;
  line-height: 1em;
  letter-spacing: -0.03em;
  color: #ccc1bd;
  line-height: 0.7em;
}
@media only screen and (max-width: 1440px) {
  .qodef-time-and-weather .qodef--top {
    font-size: 110px;
    line-height: 1.1em;
  }
}
@media only screen and (max-width: 680px) {
  .qodef-time-and-weather .qodef--top {
    font-size: 65px;
  }
}
.qodef-time-and-weather .qodef--bottom {
  font-family: Forum, sans-serif;
  font-weight: 400;
  color: #000;
  font-size: 27px;
  line-height: 1.4em;
  letter-spacing: 0;
  margin-top: 25px;
}
.qodef-time-and-weather .qodef-m-am-pm {
  font-family: Sarabun, sans-serif;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #0b6354;
  vertical-align: top;
  line-height: 1em;
  margin-left: 8px;
}
.qodef-time-and-weather .qodef-m-temperature sup {
  top: -0.2em;
}
.qodef-time-and-weather.qodef--light .qodef--bottom,
.qodef-time-and-weather.qodef--light .qodef--top,
.qodef-time-and-weather.qodef--light .qodef-m-am-pm {
  color: #fff;
  text-shadow: 0 3px 6px #00000029;
}
.qodef-time-and-weather.qodef--light .qodef-m-slash svg {
  stroke: #fff;
}
.qodef-video-button {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.qodef-video-button .qodef-m-play {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  line-height: 1;
}
.qodef-video-button .qodef-m-play span {
  display: block;
  line-height: inherit;
}
.qodef-video-button .qodef-m-play span:before {
  display: block;
  line-height: inherit;
}
.qodef-video-button .qodef-m-play .qodef-m-play-inner {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 124px;
  height: 124px;
  color: #fff;
  border-radius: 50%;
}
.qodef-video-button .qodef-m-play .qodef-m-play-inner:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #0b6354;
  border-radius: 50%;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  transition: -webkit-transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  -o-transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1),
    -webkit-transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
@media only screen and (max-width: 680px) {
  .qodef-video-button .qodef-m-play .qodef-m-play-inner {
    width: 70px;
    height: 70px;
  }
}
.qodef-video-button .qodef-m-play .qodef-m-play-inner svg {
  position: relative;
  left: 4%;
  width: 25%;
  fill: none;
  stroke: currentColor;
  stroke-width: 2px;
  z-index: 1;
}
.qodef-video-button .qodef-m-play:hover .qodef-m-play-inner:after {
  -webkit-transform: scale(0.9);
  -ms-transform: scale(0.9);
  transform: scale(0.9);
}
#qodef-side-area {
  position: fixed;
  top: 0;
  right: -490px;
  width: 490px;
  height: 100%;
  min-height: 100%;
  padding: 120px 75px 35px;
  text-align: center;
  background-color: #000;
  overflow: hidden;
  visibility: hidden;
  z-index: 9999;
  -webkit-transition: all 0.6s cubic-bezier(0.77, 0, 0.175, 1);
  -o-transition: all 0.6s cubic-bezier(0.77, 0, 0.175, 1);
  transition: all 0.6s cubic-bezier(0.77, 0, 0.175, 1);
}
.qodef-side-area--opened #qodef-side-area {
  right: 0;
  visibility: visible;
}
#qodef-side-area.qodef-alignment--center {
  text-align: center;
}
#qodef-side-area.qodef-alignment--right {
  text-align: right;
}
#qodef-side-area.qodef-alignment--left {
  text-align: left;
}
#qodef-side-area-close {
  position: absolute;
  top: 33px;
  right: 40px;
  display: block;
  z-index: 1000;
  color: #fff;
}
.admin-bar #qodef-side-area-close {
  top: 65px;
}
#qodef-side-area-close.qodef-source--predefined .qodef-m-line.qodef--1 {
  top: 13px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
#qodef-side-area-close.qodef-source--predefined .qodef-m-line.qodef--2 {
  top: 13px;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.qodef-side-area-cover {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  overflow: hidden;
  z-index: 0;
  -webkit-transition: opacity 0.2s ease-in-out, z-index 0.2s ease-in-out;
  -o-transition: opacity 0.2s ease-in-out, z-index 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out, z-index 0.2s ease-in-out;
}
.qodef-side-area--opened .qodef-side-area-cover {
  opacity: 1;
  z-index: 1002;
}
.qodef-social-share {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.qodef-social-share .qodef-social-title {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 5px 0 0;
  font-family: Forum, sans-serif;
  font-weight: 400;
  color: #000;
  font-size: 27px;
  line-height: 1.4em;
  letter-spacing: 0;
}
.qodef-social-share ul {
  position: relative;
  display: inline-block;
  vertical-align: bottom;
  list-style: none;
  padding: 0;
  margin: 0;
}
.qodef-social-share li {
  position: relative;
  display: inline-block;
  vertical-align: top;
  line-height: 1;
  padding: 0;
  margin: 0;
}
.qodef-social-share li a {
  font-size: 20px;
}
.qodef-social-share li.qodef-facebook-share a:hover {
  color: #3b5998;
}
.qodef-social-share li.qodef-twitter-share a:hover {
  color: #00aced;
}
.qodef-social-share li.qodef-linkedin-share a:hover {
  color: #007bb5;
}
.qodef-social-share li.qodef-tumblr-share a:hover {
  color: #32506d;
}
.qodef-social-share li.qodef-pinterest-share a:hover {
  color: #cb2027;
}
.qodef-social-share li.qodef-vk-share a:hover {
  color: #45668e;
}
.qodef-social-share.qodef-layout--dropdown {
  position: relative;
  display: inline-block;
  vertical-align: bottom;
}
.qodef-social-share.qodef-layout--dropdown .qodef-social-title {
  margin: 0;
  vertical-align: middle;
}
.qodef-social-share.qodef-layout--dropdown .qodef-social-share-icon {
  vertical-align: middle;
}
.qodef-social-share.qodef-layout--dropdown:hover
  .qodef-social-share-dropdown
  ul
  li {
  opacity: 1;
  visibility: visible;
  cursor: pointer;
}
.qodef-social-share.qodef-layout--dropdown:hover
  .qodef-social-share-dropdown
  ul
  li:nth-child(2) {
  -webkit-transition-delay: 0.2s;
  -o-transition-delay: 0.2s;
  transition-delay: 0.2s;
}
.qodef-social-share.qodef-layout--dropdown:hover
  .qodef-social-share-dropdown
  ul
  li:nth-child(3) {
  -webkit-transition-delay: 0.3s;
  -o-transition-delay: 0.3s;
  transition-delay: 0.3s;
}
.qodef-social-share.qodef-layout--dropdown:hover
  .qodef-social-share-dropdown
  ul
  li:nth-child(4) {
  -webkit-transition-delay: 0.4s;
  -o-transition-delay: 0.4s;
  transition-delay: 0.4s;
}
.qodef-social-share.qodef-layout--dropdown:hover
  .qodef-social-share-dropdown
  ul
  li:nth-child(5) {
  -webkit-transition-delay: 0.5s;
  -o-transition-delay: 0.5s;
  transition-delay: 0.5s;
}
.qodef-social-share.qodef-layout--dropdown:hover
  .qodef-social-share-dropdown
  ul
  li:nth-child(6) {
  -webkit-transition-delay: 0.6s;
  -o-transition-delay: 0.6s;
  transition-delay: 0.6s;
}
.qodef-social-share.qodef-layout--dropdown:hover
  .qodef-social-share-dropdown
  ul
  li:nth-child(7) {
  -webkit-transition-delay: 0.7s;
  -o-transition-delay: 0.7s;
  transition-delay: 0.7s;
}
.qodef-social-share.qodef-layout--dropdown .qodef-social-share-dropdown-opener {
  display: block;
}
.qodef-social-share.qodef-layout--dropdown
  .qodef-social-share-dropdown-opener
  .qodef-social-share-title {
  display: inline-block;
  vertical-align: top;
  margin-right: 5px;
}
.qodef-social-share.qodef-layout--dropdown .qodef-social-share-dropdown {
  position: absolute;
  visibility: hidden;
  z-index: 950;
}
.qodef-social-share.qodef-layout--dropdown .qodef-social-share-dropdown ul {
  position: relative;
  display: block;
  z-index: 990;
  margin: 0;
  padding: 0 !important;
}
.qodef-social-share.qodef-layout--dropdown .qodef-social-share-dropdown li {
  position: absolute;
  display: block;
  text-align: center;
  visibility: hidden;
  overflow: hidden;
  opacity: 0;
  -webkit-transition: opacity 0.2s ease-out, visibility 0.2s ease-out;
  -o-transition: opacity 0.2s ease-out, visibility 0.2s ease-out;
  transition: opacity 0.2s ease-out, visibility 0.2s ease-out;
}
.qodef-social-share.qodef-layout--dropdown .qodef-social-share-dropdown li a {
  -webkit-transition: color 0.2s ease-out, background-color 0.2s ease-out;
  -o-transition: color 0.2s ease-out, background-color 0.2s ease-out;
  transition: color 0.2s ease-out, background-color 0.2s ease-out;
}
.qodef-social-share.qodef-layout--dropdown .qodef-social-share-dropdown li * {
  display: block;
  line-height: inherit;
}
.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--bottom
  .qodef-social-share-dropdown {
  bottom: 0;
  left: 0;
}
.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--bottom
  .qodef-social-share-dropdown
  li {
  width: 90px;
  height: 30px;
  line-height: 30px;
  border: 1px solid #c4c4c4;
}
.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--bottom
  .qodef-social-share-dropdown
  li:not(:first-child) {
  border-top: none;
}
.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--bottom
  .qodef-social-share-dropdown
  li.qodef-facebook-share
  a:hover {
  background-color: #3b5998;
  color: #fff;
}
.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--bottom
  .qodef-social-share-dropdown
  li.qodef-twitter-share
  a:hover {
  background-color: #00aced;
  color: #fff;
}
.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--bottom
  .qodef-social-share-dropdown
  li.qodef-linkedin-share
  a:hover {
  background-color: #007bb5;
  color: #fff;
}
.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--bottom
  .qodef-social-share-dropdown
  li.qodef-tumblr-share
  a:hover {
  background-color: #32506d;
  color: #fff;
}
.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--bottom
  .qodef-social-share-dropdown
  li.qodef-pinterest-share
  a:hover {
  background-color: #cb2027;
  color: #fff;
}
.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--bottom
  .qodef-social-share-dropdown
  li.qodef-vk-share
  a:hover {
  background-color: #45668e;
  color: #fff;
}
.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--bottom
  .qodef-social-share-dropdown
  li
  a {
  font-size: 14px;
  color: #505050;
  background-color: #fff;
}
.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--bottom
  .qodef-social-share-dropdown
  li:nth-child(1) {
  bottom: -30px;
}
.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--bottom
  .qodef-social-share-dropdown
  li:nth-child(2) {
  bottom: -60px;
}
.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--bottom
  .qodef-social-share-dropdown
  li:nth-child(3) {
  bottom: -90px;
}
.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--bottom
  .qodef-social-share-dropdown
  li:nth-child(4) {
  bottom: -120px;
}
.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--bottom
  .qodef-social-share-dropdown
  li:nth-child(5) {
  bottom: -150px;
}
.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--bottom
  .qodef-social-share-dropdown
  li:nth-child(6) {
  bottom: -180px;
}
.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--bottom
  .qodef-social-share-dropdown
  li:nth-child(7) {
  bottom: -210px;
}
.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--right
  .qodef-social-share-dropdown {
  top: 0;
  right: 0;
}
.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--right
  .qodef-social-share-dropdown
  li {
  width: calc(90px / 3);
}
.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--right
  .qodef-social-share-dropdown
  li:nth-child(1) {
  left: 5px;
}
.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--right
  .qodef-social-share-dropdown
  li:nth-child(2) {
  left: 35px;
}
.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--right
  .qodef-social-share-dropdown
  li:nth-child(3) {
  left: 65px;
}
.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--right
  .qodef-social-share-dropdown
  li:nth-child(4) {
  left: 95px;
}
.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--right
  .qodef-social-share-dropdown
  li:nth-child(5) {
  left: 125px;
}
.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--right
  .qodef-social-share-dropdown
  li:nth-child(6) {
  left: 155px;
}
.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--right
  .qodef-social-share-dropdown
  li:nth-child(7) {
  left: 185px;
}
.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--left
  .qodef-social-share-dropdown {
  top: 0;
  left: 0;
}
.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--left
  .qodef-social-share-dropdown
  li {
  width: calc(90px / 3);
}
.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--left
  .qodef-social-share-dropdown
  li:nth-child(1) {
  right: 5px;
}
.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--left
  .qodef-social-share-dropdown
  li:nth-child(2) {
  right: 35px;
}
.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--left
  .qodef-social-share-dropdown
  li:nth-child(3) {
  right: 65px;
}
.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--left
  .qodef-social-share-dropdown
  li:nth-child(4) {
  right: 95px;
}
.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--left
  .qodef-social-share-dropdown
  li:nth-child(5) {
  right: 125px;
}
.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--left
  .qodef-social-share-dropdown
  li:nth-child(6) {
  right: 155px;
}
.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--left
  .qodef-social-share-dropdown
  li:nth-child(7) {
  right: 185px;
}
.qodef-social-share.qodef-layout--list li {
  margin-right: 15px;
}
.qodef-social-share.qodef-layout--list li:last-child {
  margin-right: 0;
}
.qodef-social-share.qodef-layout--text .qodef-e-share-icon-holder {
  margin-right: 11px;
}
.qodef-social-share.qodef-layout--text li {
  margin-right: 17px;
  line-height: 24px;
}
.qodef-social-share.qodef-layout--text li a {
  font-size: 14px;
  font-weight: 500;
}
.qodef-social-share.qodef-layout--text li:last-child {
  margin-right: 0;
}
.widget .qodef-social-share.qodef-layout--list .qodef-social-title {
  display: block;
  margin-bottom: 21px;
}
.widget .qodef-social-share.qodef-layout--text .qodef-social-title {
  display: block;
  margin-bottom: 21px;
}
#qodef-page-sidebar
  .widget
  .qodef-social-share.qodef-layout--list
  li.qodef-facebook-share
  a:hover {
  color: #3b5998;
}
#qodef-page-sidebar
  .widget
  .qodef-social-share.qodef-layout--list
  li.qodef-twitter-share
  a:hover {
  color: #00aced;
}
#qodef-page-sidebar
  .widget
  .qodef-social-share.qodef-layout--list
  li.qodef-linkedin-share
  a:hover {
  color: #007bb5;
}
#qodef-page-sidebar
  .widget
  .qodef-social-share.qodef-layout--list
  li.qodef-tumblr-share
  a:hover {
  color: #32506d;
}
#qodef-page-sidebar
  .widget
  .qodef-social-share.qodef-layout--list
  li.qodef-pinterest-share
  a:hover {
  color: #cb2027;
}
#qodef-page-sidebar
  .widget
  .qodef-social-share.qodef-layout--list
  li.qodef-vk-share
  a:hover {
  color: #45668e;
}
#qodef-page-sidebar
  .widget
  .qodef-social-share.qodef-layout--text
  li.qodef-facebook-share
  a:hover {
  color: #3b5998;
}
#qodef-page-sidebar
  .widget
  .qodef-social-share.qodef-layout--text
  li.qodef-twitter-share
  a:hover {
  color: #00aced;
}
#qodef-page-sidebar
  .widget
  .qodef-social-share.qodef-layout--text
  li.qodef-linkedin-share
  a:hover {
  color: #007bb5;
}
#qodef-page-sidebar
  .widget
  .qodef-social-share.qodef-layout--text
  li.qodef-tumblr-share
  a:hover {
  color: #32506d;
}
#qodef-page-sidebar
  .widget
  .qodef-social-share.qodef-layout--text
  li.qodef-pinterest-share
  a:hover {
  color: #cb2027;
}
#qodef-page-sidebar
  .widget
  .qodef-social-share.qodef-layout--text
  li.qodef-vk-share
  a:hover {
  color: #45668e;
}
#qodef-page-footer
  .widget
  .qodef-social-share.qodef-layout--dropdown
  .qodef-social-title {
  color: #ccc;
}
#qodef-page-footer
  .widget
  .qodef-social-share.qodef-layout--list
  .qodef-social-title {
  color: #ccc;
}
#qodef-page-footer
  .widget
  .qodef-social-share.qodef-layout--list
  li.qodef-facebook-share
  a:hover {
  color: #3b5998;
}
#qodef-page-footer
  .widget
  .qodef-social-share.qodef-layout--list
  li.qodef-twitter-share
  a:hover {
  color: #00aced;
}
#qodef-page-footer
  .widget
  .qodef-social-share.qodef-layout--list
  li.qodef-linkedin-share
  a:hover {
  color: #007bb5;
}
#qodef-page-footer
  .widget
  .qodef-social-share.qodef-layout--list
  li.qodef-tumblr-share
  a:hover {
  color: #32506d;
}
#qodef-page-footer
  .widget
  .qodef-social-share.qodef-layout--list
  li.qodef-pinterest-share
  a:hover {
  color: #cb2027;
}
#qodef-page-footer
  .widget
  .qodef-social-share.qodef-layout--list
  li.qodef-vk-share
  a:hover {
  color: #45668e;
}
#qodef-page-footer
  .widget
  .qodef-social-share.qodef-layout--text
  .qodef-social-title {
  color: #ccc;
}
#qodef-page-footer
  .widget
  .qodef-social-share.qodef-layout--text
  li.qodef-facebook-share
  a:hover {
  color: #3b5998;
}
#qodef-page-footer
  .widget
  .qodef-social-share.qodef-layout--text
  li.qodef-twitter-share
  a:hover {
  color: #00aced;
}
#qodef-page-footer
  .widget
  .qodef-social-share.qodef-layout--text
  li.qodef-linkedin-share
  a:hover {
  color: #007bb5;
}
#qodef-page-footer
  .widget
  .qodef-social-share.qodef-layout--text
  li.qodef-tumblr-share
  a:hover {
  color: #32506d;
}
#qodef-page-footer
  .widget
  .qodef-social-share.qodef-layout--text
  li.qodef-pinterest-share
  a:hover {
  color: #cb2027;
}
#qodef-page-footer
  .widget
  .qodef-social-share.qodef-layout--text
  li.qodef-vk-share
  a:hover {
  color: #45668e;
}
#qodef-side-area
  .widget
  .qodef-social-share.qodef-layout--dropdown
  .qodef-social-title {
  color: #ccc;
}
#qodef-side-area
  .widget
  .qodef-social-share.qodef-layout--list
  .qodef-social-title {
  color: #ccc;
}
#qodef-side-area
  .widget
  .qodef-social-share.qodef-layout--list
  li.qodef-facebook-share
  a:hover {
  color: #3b5998;
}
#qodef-side-area
  .widget
  .qodef-social-share.qodef-layout--list
  li.qodef-twitter-share
  a:hover {
  color: #00aced;
}
#qodef-side-area
  .widget
  .qodef-social-share.qodef-layout--list
  li.qodef-linkedin-share
  a:hover {
  color: #007bb5;
}
#qodef-side-area
  .widget
  .qodef-social-share.qodef-layout--list
  li.qodef-tumblr-share
  a:hover {
  color: #32506d;
}
#qodef-side-area
  .widget
  .qodef-social-share.qodef-layout--list
  li.qodef-pinterest-share
  a:hover {
  color: #cb2027;
}
#qodef-side-area
  .widget
  .qodef-social-share.qodef-layout--list
  li.qodef-vk-share
  a:hover {
  color: #45668e;
}
#qodef-side-area
  .widget
  .qodef-social-share.qodef-layout--text
  .qodef-social-title {
  color: #ccc;
}
#qodef-side-area
  .widget
  .qodef-social-share.qodef-layout--text
  li.qodef-facebook-share
  a:hover {
  color: #3b5998;
}
#qodef-side-area
  .widget
  .qodef-social-share.qodef-layout--text
  li.qodef-twitter-share
  a:hover {
  color: #00aced;
}
#qodef-side-area
  .widget
  .qodef-social-share.qodef-layout--text
  li.qodef-linkedin-share
  a:hover {
  color: #007bb5;
}
#qodef-side-area
  .widget
  .qodef-social-share.qodef-layout--text
  li.qodef-tumblr-share
  a:hover {
  color: #32506d;
}
#qodef-side-area
  .widget
  .qodef-social-share.qodef-layout--text
  li.qodef-pinterest-share
  a:hover {
  color: #cb2027;
}
#qodef-side-area
  .widget
  .qodef-social-share.qodef-layout--text
  li.qodef-vk-share
  a:hover {
  color: #45668e;
}
#qodef-page-spinner {
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 2000;
}
#qodef-page-spinner .qodef-m-inner {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  color: #000;
  background-color: #fff;
}
#qodef-page-spinner .qodef-m-spinner {
  position: relative;
}
#qodef-page-spinner.qodef-layout--atom .qodef-m-atom {
  position: relative;
  width: 100px;
  height: 100px;
  margin: -50px 0 0 -50px;
}
#qodef-page-spinner.qodef-layout--atom .qodef-m-atom-item.qodef-atom--1 {
  position: absolute;
  top: 50%;
  left: 50%;
  height: 50%;
  width: 50%;
  z-index: 1;
  -webkit-animation: qode-atom-shrink 4.5s infinite linear;
  animation: qode-atom-shrink 4.5s infinite linear;
}
#qodef-page-spinner.qodef-layout--atom .qodef-m-atom-item.qodef-atom--1:before {
  content: '';
  position: absolute;
  top: -50%;
  left: -50%;
  height: 100%;
  width: 100%;
  background: currentColor;
  border-radius: 50%;
}
#qodef-page-spinner.qodef-layout--atom .qodef-m-atom-item.qodef-atom--2,
#qodef-page-spinner.qodef-layout--atom .qodef-m-atom-item.qodef-atom--3,
#qodef-page-spinner.qodef-layout--atom .qodef-m-atom-item.qodef-atom--4 {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 0;
}
#qodef-page-spinner.qodef-layout--atom .qodef-m-atom-item.qodef-atom--2:before,
#qodef-page-spinner.qodef-layout--atom .qodef-m-atom-item.qodef-atom--3:before,
#qodef-page-spinner.qodef-layout--atom .qodef-m-atom-item.qodef-atom--4:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  height: 20px;
  width: 20px;
  margin: 0 auto;
  background: currentColor;
  border-radius: 50%;
}
#qodef-page-spinner.qodef-layout--atom .qodef-m-atom-item.qodef-atom--2 {
  -webkit-animation: qode-atom-zindex 1.5s 0.75s infinite steps(2, end);
  animation: qode-atom-zindex 1.5s 0.75s infinite steps(2, end);
}
#qodef-page-spinner.qodef-layout--atom .qodef-m-atom-item.qodef-atom--2:before {
  -webkit-transform: rotate(0);
  -ms-transform: rotate(0);
  transform: rotate(0);
  -webkit-animation: qode-atom-postion 1.5s infinite ease,
    qode-atom-size 1.5s -1.125s infinite ease;
  animation: qode-atom-postion 1.5s infinite ease,
    qode-atom-size 1.5s -1.125s infinite ease;
}
#qodef-page-spinner.qodef-layout--atom .qodef-m-atom-item.qodef-atom--3 {
  -webkit-transform: rotate(120deg);
  -ms-transform: rotate(120deg);
  transform: rotate(120deg);
  -webkit-animation: qode-atom-zindex 1.5s -0.25s infinite steps(2, end);
  animation: qode-atom-zindex 1.5s -0.25s infinite steps(2, end);
}
#qodef-page-spinner.qodef-layout--atom .qodef-m-atom-item.qodef-atom--3:before {
  -webkit-animation: qode-atom-postion 1.5s -1s infinite ease,
    qode-atom-size 1.5s -0.75s infinite ease;
  animation: qode-atom-postion 1.5s -1s infinite ease,
    qode-atom-size 1.5s -0.75s infinite ease;
}
#qodef-page-spinner.qodef-layout--atom .qodef-m-atom-item.qodef-atom--4 {
  -webkit-transform: rotate(240deg);
  -ms-transform: rotate(240deg);
  transform: rotate(240deg);
  -webkit-animation: qode-atom-zindex 1.5s 0.25s infinite steps(2, end);
  animation: qode-atom-zindex 1.5s 0.25s infinite steps(2, end);
}
#qodef-page-spinner.qodef-layout--atom .qodef-m-atom-item.qodef-atom--4:before {
  -webkit-animation: qode-atom-postion 1.5s -0.5s infinite ease,
    qode-atom-size 1.5s -125ms infinite ease;
  animation: qode-atom-postion 1.5s -0.5s infinite ease,
    qode-atom-size 1.5s -125ms infinite ease;
}
#qodef-page-spinner.qodef-layout--augustine .qodef-m-text {
  font-family: Rosseta, serif;
  font-size: 100px;
  line-height: 1em;
  overflow: hidden;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease-out;
  -o-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out;
}
#qodef-page-spinner.qodef-layout--augustine .qodef-m-text .qodef-m-char {
  display: inline-block;
  will-change: transform;
  -webkit-transform: translateX(-15px);
  -ms-transform: translateX(-15px);
  transform: translateX(-15px);
  opacity: 1;
}
#qodef-page-spinner.qodef-layout--augustine
  .qodef-m-text
  .qodef-m-char:nth-child(even) {
  -webkit-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transform: translateY(-100%);
}
#qodef-page-spinner.qodef-layout--augustine
  .qodef-m-text
  .qodef-m-char:nth-child(odd) {
  -webkit-transform: translateY(100%);
  -ms-transform: translateY(100%);
  transform: translateY(100%);
}
#qodef-page-spinner.qodef-layout--augustine
  .qodef-m-text
  .qodef-m-char.qodef-m-empty-char {
  white-space: pre;
}
#qodef-page-spinner.qodef-layout--augustine
  .qodef-m-text
  .qodef-m-char.qodef-animate-char {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition: opacity 0.6s ease,
    -webkit-transform 0.8s cubic-bezier(0.4, 0, 0.2, 1);
  transition: opacity 0.6s ease,
    -webkit-transform 0.8s cubic-bezier(0.4, 0, 0.2, 1);
  -o-transition: transform 0.8s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.6s ease;
  transition: transform 0.8s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.6s ease;
  transition: transform 0.8s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.6s ease,
    -webkit-transform 0.8s cubic-bezier(0.4, 0, 0.2, 1);
}
#qodef-page-spinner.qodef-layout--augustine
  .qodef-m-text
  .qodef-m-char.qodef-fade-char {
  opacity: 0;
  -webkit-transition: opacity 0.6s ease,
    -webkit-transform 0.8s cubic-bezier(0.4, 0, 0.2, 1);
  transition: opacity 0.6s ease,
    -webkit-transform 0.8s cubic-bezier(0.4, 0, 0.2, 1);
  -o-transition: transform 0.8s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.6s ease;
  transition: transform 0.8s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.6s ease;
  transition: transform 0.8s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.6s ease,
    -webkit-transform 0.8s cubic-bezier(0.4, 0, 0.2, 1);
}
#qodef-page-spinner.qodef-layout--augustine.qodef--init .qodef-m-text {
  opacity: 1;
}
#qodef-page-spinner.qodef-layout--clock .qodef-m-clock {
  position: relative;
  width: 50px;
  height: 50px;
  margin: -25px 0 0 -25px;
  -webkit-animation: qode-clock 8s infinite steps(8);
  animation: qode-clock 8s infinite steps(8);
}
#qodef-page-spinner.qodef-layout--clock .qodef-m-clock-item {
  position: absolute;
  height: 50px;
  width: 50px;
}
#qodef-page-spinner.qodef-layout--clock .qodef-m-clock-item:before {
  content: '';
  position: absolute;
  height: 18.31501832px;
  width: 18.31501832px;
  background: currentColor;
  border-radius: 50%;
}
#qodef-page-spinner.qodef-layout--clock .qodef-m-clock-item.qodef-clock--1 {
  -webkit-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  transform: rotate(-135deg);
  -webkit-animation: qode-clock-1 1s ease-in infinite;
  animation: qode-clock-1 1s ease-in infinite;
}
#qodef-page-spinner.qodef-layout--clock .qodef-m-clock-item.qodef-clock--2 {
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
  -webkit-animation: qode-clock-2 1s ease-in infinite;
  animation: qode-clock-2 1s ease-in infinite;
}
#qodef-page-spinner.qodef-layout--clock .qodef-m-clock-item.qodef-clock--3 {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-animation: qode-clock-3 1s ease-in infinite;
  animation: qode-clock-3 1s ease-in infinite;
}
#qodef-page-spinner.qodef-layout--clock .qodef-m-clock-item.qodef-clock--4 {
  -webkit-animation: qode-clock-4 1s ease-in infinite;
  animation: qode-clock-4 1s ease-in infinite;
}
#qodef-page-spinner.qodef-layout--cube .qodef-m-cube {
  width: 60px;
  height: 60px;
  margin: -30px 0 0 -30px;
  background-color: currentColor;
  -webkit-animation: qode-cube 1.2s infinite ease-in-out;
  animation: qode-cube 1.2s infinite ease-in-out;
}
#qodef-page-spinner.qodef-layout--double-pulse .qodef-m-pulses {
  position: relative;
  width: 40px;
  height: 40px;
  margin: -20px 0 0 -20px;
}
#qodef-page-spinner.qodef-layout--double-pulse .qodef-m-pulse {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: currentColor;
  border-radius: 50%;
  opacity: 0.6;
  -webkit-animation: qode-double-pulse 2s infinite ease-in-out;
  animation: qode-double-pulse 2s infinite ease-in-out;
}
#qodef-page-spinner.qodef-layout--double-pulse .qodef-m-pulse.qodef-pulse--2 {
  -webkit-animation-delay: -1s;
  animation-delay: -1s;
}
#qodef-page-spinner.qodef-layout--five-rotating-circles
  .qodef-m-five-rotating-circles {
  position: relative;
  width: 60px;
  height: 60px;
  margin: -30px 0 0 -30px;
}
#qodef-page-spinner.qodef-layout--five-rotating-circles .qodef-m-circle-item {
  position: absolute;
  width: 100%;
  height: 100%;
}
#qodef-page-spinner.qodef-layout--five-rotating-circles
  .qodef-m-circle-item.qodef-item--1
  .qodef-circle--2 {
  -webkit-animation-delay: calc((600ms) - 1500ms);
  animation-delay: calc((600ms) - 1500ms);
}
#qodef-page-spinner.qodef-layout--five-rotating-circles
  .qodef-m-circle-item.qodef-item--1
  .qodef-circle--3 {
  -webkit-animation-delay: calc((900ms) - 1500ms);
  animation-delay: calc((900ms) - 1500ms);
}
#qodef-page-spinner.qodef-layout--five-rotating-circles
  .qodef-m-circle-item.qodef-item--1
  .qodef-circle--4 {
  -webkit-animation-delay: calc((1200ms) - 1500ms);
  animation-delay: calc((1200ms) - 1500ms);
}
#qodef-page-spinner.qodef-layout--five-rotating-circles
  .qodef-m-circle-item.qodef-item--2 {
  -webkit-transform: rotateZ(45deg);
  -ms-transform: rotate(45deg);
  transform: rotateZ(45deg);
}
#qodef-page-spinner.qodef-layout--five-rotating-circles
  .qodef-m-circle-item.qodef-item--2
  .qodef-circle--1 {
  -webkit-animation-delay: calc((300ms) - 1400ms);
  animation-delay: calc((300ms) - 1400ms);
}
#qodef-page-spinner.qodef-layout--five-rotating-circles
  .qodef-m-circle-item.qodef-item--2
  .qodef-circle--2 {
  -webkit-animation-delay: calc((600ms) - 1400ms);
  animation-delay: calc((600ms) - 1400ms);
}
#qodef-page-spinner.qodef-layout--five-rotating-circles
  .qodef-m-circle-item.qodef-item--2
  .qodef-circle--3 {
  -webkit-animation-delay: calc((900ms) - 1400ms);
  animation-delay: calc((900ms) - 1400ms);
}
#qodef-page-spinner.qodef-layout--five-rotating-circles
  .qodef-m-circle-item.qodef-item--2
  .qodef-circle--4 {
  -webkit-animation-delay: calc((1200ms) - 1400ms);
  animation-delay: calc((1200ms) - 1400ms);
}
#qodef-page-spinner.qodef-layout--five-rotating-circles
  .qodef-m-circle-item.qodef-item--3 {
  -webkit-transform: rotateZ(90deg);
  -ms-transform: rotate(90deg);
  transform: rotateZ(90deg);
}
#qodef-page-spinner.qodef-layout--five-rotating-circles
  .qodef-m-circle-item.qodef-item--3
  .qodef-circle--1 {
  -webkit-animation-delay: calc((300ms) - 1300ms);
  animation-delay: calc((300ms) - 1300ms);
}
#qodef-page-spinner.qodef-layout--five-rotating-circles
  .qodef-m-circle-item.qodef-item--3
  .qodef-circle--2 {
  -webkit-animation-delay: calc((600ms) - 1300ms);
  animation-delay: calc((600ms) - 1300ms);
}
#qodef-page-spinner.qodef-layout--five-rotating-circles
  .qodef-m-circle-item.qodef-item--3
  .qodef-circle--3 {
  -webkit-animation-delay: calc((900ms) - 1300ms);
  animation-delay: calc((900ms) - 1300ms);
}
#qodef-page-spinner.qodef-layout--five-rotating-circles
  .qodef-m-circle-item.qodef-item--3
  .qodef-circle--4 {
  -webkit-animation-delay: calc((1200ms) - 1300ms);
  animation-delay: calc((1200ms) - 1300ms);
}
#qodef-page-spinner.qodef-layout--five-rotating-circles .qodef-e-circle {
  position: absolute;
  width: 12px;
  height: 12px;
  background-color: currentColor;
  border-radius: 100%;
  -webkit-animation: qode-bounce-delay 1.2s infinite ease-in-out both;
  animation: qode-bounce-delay 1.2s infinite ease-in-out both;
}
#qodef-page-spinner.qodef-layout--five-rotating-circles
  .qodef-e-circle.qodef-circle--1 {
  top: 0;
  left: 0;
}
#qodef-page-spinner.qodef-layout--five-rotating-circles
  .qodef-e-circle.qodef-circle--2 {
  top: 0;
  right: 0;
}
#qodef-page-spinner.qodef-layout--five-rotating-circles
  .qodef-e-circle.qodef-circle--3 {
  right: 0;
  bottom: 0;
}
#qodef-page-spinner.qodef-layout--five-rotating-circles
  .qodef-e-circle.qodef-circle--4 {
  left: 0;
  bottom: 0;
}
#qodef-page-spinner.qodef-layout--fusion .qodef-m-fusion {
  position: relative;
  width: 30px;
  height: 30px;
  margin: -45px 0 0 -30px;
}
#qodef-page-spinner.qodef-layout--fusion .qodef-m-fusion-item {
  position: absolute;
  top: 50%;
  left: 50%;
  height: 40px;
  width: 40px;
  background: currentColor;
  border-radius: 50%;
}
#qodef-page-spinner.qodef-layout--fusion .qodef-m-fusion-item.qodef-fusion--1 {
  top: 0;
  left: 50%;
  -webkit-animation: qode-fussion-ball-1 1s 0s ease infinite;
  animation: qode-fussion-ball-1 1s 0s ease infinite;
  z-index: 1;
}
#qodef-page-spinner.qodef-layout--fusion .qodef-m-fusion-item.qodef-fusion--2 {
  top: 50%;
  left: 100%;
  -webkit-animation: qode-fussion-ball-2 1s 0s ease infinite;
  animation: qode-fussion-ball-2 1s 0s ease infinite;
  z-index: 2;
}
#qodef-page-spinner.qodef-layout--fusion .qodef-m-fusion-item.qodef-fusion--3 {
  top: 100%;
  left: 50%;
  -webkit-animation: qode-fussion-ball-3 1s 0s ease infinite;
  animation: qode-fussion-ball-3 1s 0s ease infinite;
  z-index: 1;
}
#qodef-page-spinner.qodef-layout--fusion .qodef-m-fusion-item.qodef-fusion--4 {
  top: 50%;
  left: 0;
  -webkit-animation: qode-fussion-ball-4 1s 0s ease infinite;
  animation: qode-fussion-ball-4 1s 0s ease infinite;
  z-index: 2;
}
#qodef-page-spinner.qodef-layout--lines .qodef-m-lines {
  width: 60px;
  height: 60px;
  margin: 0 0 0 -30px;
}
#qodef-page-spinner.qodef-layout--lines .qodef-m-line.qodef-line--1 {
  position: absolute;
  width: 60px;
  height: 4px;
  margin-left: 10px;
  background-color: currentColor;
  -webkit-animation: qode-lines-spin 1.5s infinite ease calc((100ms) - 100ms);
  animation: qode-lines-spin 1.5s infinite ease calc((100ms) - 100ms);
}
#qodef-page-spinner.qodef-layout--lines .qodef-m-line.qodef-line--2 {
  position: absolute;
  width: 60px;
  height: 4px;
  margin-left: 10px;
  background-color: currentColor;
  -webkit-animation: qode-lines-spin 1.5s infinite ease calc((200ms) - 100ms);
  animation: qode-lines-spin 1.5s infinite ease calc((200ms) - 100ms);
}
#qodef-page-spinner.qodef-layout--lines .qodef-m-line.qodef-line--3 {
  position: absolute;
  width: 60px;
  height: 4px;
  margin-left: 10px;
  background-color: currentColor;
  -webkit-animation: qode-lines-spin 1.5s infinite ease calc((300ms) - 100ms);
  animation: qode-lines-spin 1.5s infinite ease calc((300ms) - 100ms);
}
#qodef-page-spinner.qodef-layout--lines .qodef-m-line.qodef-line--4 {
  position: absolute;
  width: 60px;
  height: 4px;
  margin-left: 10px;
  background-color: currentColor;
  -webkit-animation: qode-lines-spin 1.5s infinite ease calc((400ms) - 100ms);
  animation: qode-lines-spin 1.5s infinite ease calc((400ms) - 100ms);
}
#qodef-page-spinner.qodef-layout--mitosis .qodef-m-mitosis {
  position: relative;
  height: 50px;
  width: 50px;
  margin: -25px 0 0 -25px;
  -webkit-animation: qode-mitosis-invert 2s infinite steps(2, end);
  animation: qode-mitosis-invert 2s infinite steps(2, end);
}
#qodef-page-spinner.qodef-layout--mitosis .qodef-m-mitosis-item {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: currentColor;
  border-radius: 50%;
}
#qodef-page-spinner.qodef-layout--mitosis
  .qodef-m-mitosis-item.qodef-mitosis--1 {
  -webkit-animation: qode-mitosis-ball-1 1s infinite alternate linear;
  animation: qode-mitosis-ball-1 1s infinite alternate linear;
}
#qodef-page-spinner.qodef-layout--mitosis
  .qodef-m-mitosis-item.qodef-mitosis--2 {
  -webkit-animation: qode-mitosis-ball-2 1s infinite alternate linear;
  animation: qode-mitosis-ball-2 1s infinite alternate linear;
}
#qodef-page-spinner.qodef-layout--mitosis
  .qodef-m-mitosis-item.qodef-mitosis--3 {
  -webkit-animation: qode-mitosis-ball-3 1s infinite alternate linear;
  animation: qode-mitosis-ball-3 1s infinite alternate linear;
}
#qodef-page-spinner.qodef-layout--mitosis
  .qodef-m-mitosis-item.qodef-mitosis--4 {
  -webkit-animation: qode-mitosis-ball-4 1s infinite alternate linear;
  animation: qode-mitosis-ball-4 1s infinite alternate linear;
}
#qodef-page-spinner.qodef-layout--progress-bar .qodef-m-spinner-heading {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
#qodef-page-spinner.qodef-layout--progress-bar .qodef-m-spinner-heading > * {
  margin: 0;
  opacity: 0;
  -webkit-animation: qode-fade-in 1s forwards;
  animation: qode-fade-in 1s forwards;
}
#qodef-page-spinner.qodef-layout--progress-bar .qodef-m-spinner-number-holder {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
}
#qodef-page-spinner.qodef-layout--progress-bar .qodef-m-spinner-line {
  position: relative;
  display: block;
  height: 3px;
  width: 500px;
  margin-top: 20px;
  background-color: #e5e1dc;
  overflow: hidden;
  opacity: 0;
  -webkit-animation: qode-fade-in 1s 0.3s forwards;
  animation: qode-fade-in 1s 0.3s forwards;
}
#qodef-page-spinner.qodef-layout--progress-bar .qodef-m-spinner-line-front {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #0b6354;
  width: 0;
}
#qodef-page-spinner.qodef-layout--pulse-circles .qodef-m-pulse-circles {
  position: relative;
  width: 100px;
  height: 100px;
  margin: -50px 0 0 -50px;
}
#qodef-page-spinner.qodef-layout--pulse-circles .qodef-m-pulse-circle {
  position: absolute;
  height: 100%;
  width: 100%;
  background: currentColor;
  border: 0 solid currentColor;
  border-radius: 50%;
}
#qodef-page-spinner.qodef-layout--pulse-circles
  .qodef-m-pulse-circle.qodef-pulse--1 {
  -webkit-animation: qode-pulse-circles-pulse 3s infinite calc((-750ms) + 750ms);
  animation: qode-pulse-circles-pulse 3s infinite calc((-750ms) + 750ms);
}
#qodef-page-spinner.qodef-layout--pulse-circles
  .qodef-m-pulse-circle.qodef-pulse--2 {
  -webkit-animation: qode-pulse-circles-pulse 3s infinite
    calc((-1500ms) + 750ms);
  animation: qode-pulse-circles-pulse 3s infinite calc((-1500ms) + 750ms);
}
#qodef-page-spinner.qodef-layout--pulse-circles
  .qodef-m-pulse-circle.qodef-pulse--3 {
  -webkit-animation: qode-pulse-circles-pulse 3s infinite
    calc((-2250ms) + 750ms);
  animation: qode-pulse-circles-pulse 3s infinite calc((-2250ms) + 750ms);
}
#qodef-page-spinner.qodef-layout--pulse-circles
  .qodef-m-pulse-circle.qodef-pulse--4 {
  -webkit-animation: qode-pulse-circles-pulse 3s infinite
    calc((-3000ms) + 750ms);
  animation: qode-pulse-circles-pulse 3s infinite calc((-3000ms) + 750ms);
}
#qodef-page-spinner.qodef-layout--pulse .qodef-m-pulse {
  width: 32px;
  height: 32px;
  margin: -16px 0 0 -16px;
  background-color: currentColor;
  border-radius: 16px;
  -webkit-animation: qode-scaleout 1s infinite ease-in-out;
  animation: qode-scaleout 1s infinite ease-in-out;
}
#qodef-page-spinner.qodef-layout--rotate-circles .qodef-m-circles {
  width: 60px;
  height: 20px;
}
#qodef-page-spinner.qodef-layout--rotate-circles .qodef-m-circles > div {
  display: inline-block;
  width: 12px;
  height: 12px;
  margin: 4px;
  background-color: currentColor;
  border-radius: 100%;
  opacity: 0;
  -webkit-animation: qode-ball-fall 1.5s ease infinite both;
  animation: qode-ball-fall 1.5s ease infinite both;
}
#qodef-page-spinner.qodef-layout--rotate-circles
  .qodef-m-circles
  > div:nth-last-of-type(1) {
  -webkit-animation-delay: calc((100ms) - 300ms);
  animation-delay: calc((100ms) - 300ms);
}
#qodef-page-spinner.qodef-layout--rotate-circles
  .qodef-m-circles
  > div:nth-last-of-type(2) {
  -webkit-animation-delay: calc((200ms) - 300ms);
  animation-delay: calc((200ms) - 300ms);
}
#qodef-page-spinner.qodef-layout--rotate-circles
  .qodef-m-circles
  > div:nth-last-of-type(3) {
  -webkit-animation-delay: calc((300ms) - 300ms);
  animation-delay: calc((300ms) - 300ms);
}
#qodef-page-spinner.qodef-layout--rotating-cubes .qodef-m-cubes {
  position: relative;
  width: 32px;
  height: 32px;
  margin: -16px 0 0 -16px;
}
#qodef-page-spinner.qodef-layout--rotating-cubes .qodef-m-cube {
  position: absolute;
  top: 0;
  left: 0;
  width: 10px;
  height: 10px;
  background-color: currentColor;
  -webkit-animation: qode-rotating-cubes 1.8s infinite ease-in-out;
  animation: qode-rotating-cubes 1.8s infinite ease-in-out;
}
#qodef-page-spinner.qodef-layout--rotating-cubes .qodef-m-cube.qodef-cube--2 {
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s;
}
#qodef-page-spinner.qodef-layout--stripes .qodef-m-stripes {
  width: 50px;
  height: 60px;
  margin: -30px 0 0 -25px;
  text-align: center;
}
#qodef-page-spinner.qodef-layout--stripes .qodef-m-stripe {
  display: inline-block;
  float: left;
  height: 100%;
  width: 6px;
  margin: 0 3px 0 0;
  background-color: currentColor;
  -webkit-animation: qode-stretch-delay 1.2s infinite ease-in-out;
  animation: qode-stretch-delay 1.2s infinite ease-in-out;
}
#qodef-page-spinner.qodef-layout--stripes .qodef-m-stripe.qodef-stripe--2 {
  -webkit-animation-delay: calc((200ms) - 1300ms);
  animation-delay: calc((200ms) - 1300ms);
}
#qodef-page-spinner.qodef-layout--stripes .qodef-m-stripe.qodef-stripe--3 {
  -webkit-animation-delay: calc((300ms) - 1300ms);
  animation-delay: calc((300ms) - 1300ms);
}
#qodef-page-spinner.qodef-layout--stripes .qodef-m-stripe.qodef-stripe--4 {
  -webkit-animation-delay: calc((400ms) - 1300ms);
  animation-delay: calc((400ms) - 1300ms);
}
#qodef-page-spinner.qodef-layout--stripes .qodef-m-stripe.qodef-stripe--5 {
  -webkit-animation-delay: calc((500ms) - 1300ms);
  animation-delay: calc((500ms) - 1300ms);
}
#qodef-page-spinner.qodef-layout--two-rotating-circles
  .qodef-m-two-rotating-circles {
  position: relative;
  width: 40px;
  height: 40px;
  margin: -20px 0 0 -20px;
  text-align: center;
  -webkit-animation: qode-rotate-circles 2s infinite linear;
  animation: qode-rotate-circles 2s infinite linear;
}
#qodef-page-spinner.qodef-layout--two-rotating-circles .qodef-m-circle {
  position: absolute;
  top: 0;
  width: 60%;
  height: 60%;
  display: inline-block;
  background-color: currentColor;
  border-radius: 100%;
  -webkit-transform-origin: center bottom;
  -ms-transform-origin: center bottom;
  transform-origin: center bottom;
  -webkit-animation: qode-bounce 2s infinite ease-in-out;
  animation: qode-bounce 2s infinite ease-in-out;
}
#qodef-page-spinner.qodef-layout--two-rotating-circles
  .qodef-m-circle.qodef-circle--2 {
  top: auto;
  bottom: 0;
  -webkit-animation-delay: -1s;
  animation-delay: -1s;
}
#qodef-page-spinner.qodef-layout--wave-circles .qodef-m-wave-circles {
  width: 150px;
  height: 30px;
  margin: -15px 0 0 -75px;
}
#qodef-page-spinner.qodef-layout--wave-circles .qodef-m-wave-circle {
  float: left;
  height: 30px;
  width: 30px;
  margin-right: 10px;
  background: currentColor;
  border-radius: 50%;
}
#qodef-page-spinner.qodef-layout--wave-circles
  .qodef-m-wave-circle.qodef-wave--1 {
  -webkit-animation: qode-wave-jump-3 1.8s infinite ease-out;
  animation: qode-wave-jump-3 1.8s infinite ease-out;
}
#qodef-page-spinner.qodef-layout--wave-circles
  .qodef-m-wave-circle.qodef-wave--2 {
  -webkit-animation: qode-wave-jump-2 1.8s infinite ease-out;
  animation: qode-wave-jump-2 1.8s infinite ease-out;
}
#qodef-page-spinner.qodef-layout--wave-circles
  .qodef-m-wave-circle.qodef-wave--3 {
  -webkit-animation: qode-wave-jump-1 1.8s infinite ease-out;
  animation: qode-wave-jump-1 1.8s infinite ease-out;
}
#qodef-page-spinner.qodef-layout--wave-circles
  .qodef-m-wave-circle.qodef-wave--4 {
  margin-right: 0;
  -webkit-animation: qode-wave-wipe 1.8s infinite cubic-bezier(0.5, 0, 0.5, 1);
  animation: qode-wave-wipe 1.8s infinite cubic-bezier(0.5, 0, 0.5, 1);
}
#qodef-page-spinner.qodef-layout--wave .qodef-m-wave {
  width: 72px;
  margin: -9px 0 0 -36px;
  text-align: center;
}
#qodef-page-spinner.qodef-layout--wave .qodef-m-wave-item {
  display: inline-block;
  width: 18px;
  height: 18px;
  margin: 0 3px 0 0;
  background-color: currentColor;
  border-radius: 100%;
  -webkit-animation: qode-bounce-delay 1.4s infinite ease-in-out both;
  animation: qode-bounce-delay 1.4s infinite ease-in-out both;
}
#qodef-page-spinner.qodef-layout--wave .qodef-m-wave-item.qodef-wave--1 {
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}
#qodef-page-spinner.qodef-layout--wave .qodef-m-wave-item.qodef-wave--2 {
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}
.qodef-sp-holder {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  z-index: 115;
  visibility: hidden;
  -webkit-transition: opacity 0.2s ease-out;
  -o-transition: opacity 0.2s ease-out;
  transition: opacity 0.2s ease-out;
  background-color: rgba(255, 255, 255, 0.85);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.qodef-sp-holder .qodef-sp-inner {
  width: 90%;
  max-width: 840px;
  background-color: #fff;
  padding: 0;
  opacity: 0;
  -webkit-box-shadow: 0 0 6px #0000001a;
  box-shadow: 0 0 6px #0000001a;
  -webkit-transition: opacity 0.2s ease-out,
    -webkit-transform 0.3s cubic-bezier(0.06, 0.47, 0.38, 0.99);
  transition: opacity 0.2s ease-out,
    -webkit-transform 0.3s cubic-bezier(0.06, 0.47, 0.38, 0.99);
  -o-transition: transform 0.3s cubic-bezier(0.06, 0.47, 0.38, 0.99),
    opacity 0.2s ease-out;
  transition: transform 0.3s cubic-bezier(0.06, 0.47, 0.38, 0.99),
    opacity 0.2s ease-out;
  transition: transform 0.3s cubic-bezier(0.06, 0.47, 0.38, 0.99),
    opacity 0.2s ease-out,
    -webkit-transform 0.3s cubic-bezier(0.06, 0.47, 0.38, 0.99);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media only screen and (max-width: 680px) {
  .qodef-sp-holder .qodef-sp-inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.qodef-sp-holder .qodef-sp-close {
  position: absolute;
  top: 36px;
  right: 36px;
  z-index: 15;
  line-height: 1;
  width: 28px;
  height: 28px;
  background: #0b6354;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.qodef-sp-holder .qodef-sp-close svg {
  position: relative;
  width: 22px;
  height: 22px;
  z-index: 14;
}
.qodef-sp-holder .qodef-sp-content-left {
  background-size: cover;
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
  height: 100%;
  width: 100%;
}
@media only screen and (max-width: 680px) {
  .qodef-sp-holder .qodef-sp-content-left {
    display: none;
  }
}
.qodef-sp-holder .qodef-sp-content-right {
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
  padding: 32px 60px 62px 46px;
  position: relative;
}
.qodef-sp-holder .qodef-sp-title {
  margin: 0 0 5px 0;
}
.qodef-sp-holder .qodef-sp-subtitle {
  margin: 0 0 50px 0;
}
.qodef-sp-holder .wpcf7 {
  width: 100%;
  display: block;
}
.qodef-sp-holder .qodef-sp-prevent {
  position: absolute;
  bottom: 186px;
  left: 46px;
}
.qodef-sp-holder .qodef-sp-prevent-inner {
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.qodef-sp-holder .qodef-sp-prevent-inner > * {
  position: relative;
  display: inline-block;
  vertical-align: top;
  line-height: 1;
}
.qodef-sp-holder .qodef-sp-prevent-input {
  margin: 0;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  border: 1px solid #c4c4c4;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.qodef-sp-holder .qodef-sp-prevent-input svg {
  opacity: 0;
  -webkit-transition: opacity 0.2s ease-out;
  -o-transition: opacity 0.2s ease-out;
  transition: opacity 0.2s ease-out;
  width: 12px;
}
.qodef-sp-holder .qodef-sp-prevent-input.qodef-sp-prevent-clicked svg {
  opacity: 1;
}
.qodef-sp-holder .qodef-sp-prevent-label {
  margin: 0 0 0 14px;
}
.qodef-sp-opened .qodef-sp-holder {
  opacity: 1;
  visibility: visible;
  -webkit-transition: opacity 0.2s ease-out;
  -o-transition: opacity 0.2s ease-out;
  transition: opacity 0.2s ease-out;
}
.qodef-sp-opened .qodef-sp-holder .qodef-sp-inner {
  opacity: 1;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition: -webkit-transform 0.8s cubic-bezier(0.26, 0.63, 0, 0.96);
  transition: -webkit-transform 0.8s cubic-bezier(0.26, 0.63, 0, 0.96);
  -o-transition: transform 0.8s cubic-bezier(0.26, 0.63, 0, 0.96);
  transition: transform 0.8s cubic-bezier(0.26, 0.63, 0, 0.96);
  transition: transform 0.8s cubic-bezier(0.26, 0.63, 0, 0.96),
    -webkit-transform 0.8s cubic-bezier(0.26, 0.63, 0, 0.96);
}
.qodef-page-title {
  background-position: center 0;
  background-repeat: no-repeat;
  background-size: cover;
}
.qodef-page-title.qodef-image--responsive {
  height: auto !important;
}
.qodef-page-title.qodef-image--responsive .qodef-m-content {
  position: absolute;
  top: 0;
  left: 0;
}
.qodef-page-title.qodef-image--responsive .qodef-m-content.qodef-content-grid {
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
.qodef-page-title.qodef-alignment--center {
  text-align: center;
}
.qodef-page-title.qodef-alignment--right {
  text-align: right;
}
.qodef-page-title .qodef-m-image {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: top;
}
.qodef-page-title .qodef-m-image img {
  display: block;
  width: 100%;
}
.qodef-page-title .qodef-m-content.qodef-content-full-width {
  padding: 0 40px;
}
.qodef-page-title .qodef-breadcrumbs a,
.qodef-page-title .qodef-breadcrumbs span {
  font-size: 15px;
  color: #686868;
}
.qodef-page-title .qodef-breadcrumbs a:hover {
  text-decoration: underline;
}
.qodef-page-title .qodef-breadcrumbs .qodef-breadcrumbs-separator {
  margin: 0 5px;
}
.qodef-page-title .qodef-breadcrumbs .qodef-breadcrumbs-separator:after {
  content: '/';
}
.qodef-page-title.qodef-title--standard-with-breadcrumbs .qodef-breadcrumbs {
  margin-top: 5px;
}
.qodef-page-title.qodef-title--standard-with-breadcrumbs .qodef-m-content {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.qodef-page-title.qodef-title--standard .qodef-m-subtitle {
  margin: 4px 0 0;
}
.widget.qodef-author-info .qodef-author-info-image {
  margin-bottom: 21px;
  display: inline-block;
}
.widget.qodef-author-info .qodef-author-info-name {
  margin: 0 0 21px;
}
.widget.qodef-author-info .qodef-author-info-description {
  margin: 0;
}
.widget .qodef-contact-info-widget {
  margin: 0;
}
#qodef-top-area .widget .qodef-contact-info-widget a {
  font-size: 16px;
}
.qodef-social-icons-group .qodef-icon-holder {
  margin-right: 9px;
}
.qodef-social-icons-group .qodef-icon-holder a {
  -webkit-transition: color 0.2s ease-out;
  -o-transition: color 0.2s ease-out;
  transition: color 0.2s ease-out;
}
.qodef-social-icons-group .qodef-icon-holder:last-child {
  margin-right: 0;
}
.widget_augustine_core_sticky_sidebar {
  position: relative;
  width: 100%;
  height: 0;
  margin: 0 !important;
  padding: 0 !important;
  border: none !important;
  background: 0 0 !important;
}
.qodef-weather-widget .qodef-m-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.qodef-weather-widget .qodef-m-weather {
  margin-right: 20px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.qodef-weather-widget .qodef-m-weather-icon {
  font-size: 50px;
  line-height: 1;
  margin-bottom: 15px;
}
.qodef-weather-widget .qodef-m-weather-icon:before {
  content: '';
}
.qodef-weather-widget .qodef-m-weather-icon.qodef--haze:before,
.qodef-weather-widget .qodef-m-weather-icon.qodef--mist:before {
  content: '\f75f';
}
.qodef-weather-widget .qodef-m-weather-icon.qodef--light-snow:before,
.qodef-weather-widget .qodef-m-weather-icon.qodef--snow:before {
  content: '\f2dc';
}
.qodef-weather-widget .qodef-m-weather-icon.qodef--thunderstorm:before {
  content: '\f0e7';
}
.qodef-weather-widget .qodef-m-weather-icon.qodef--drizzle:before,
.qodef-weather-widget
  .qodef-m-weather-icon.qodef--light-intensity-drizzle:before,
.qodef-weather-widget
  .qodef-m-weather-icon.qodef--light-intensity-shower-rain:before,
.qodef-weather-widget .qodef-m-weather-icon.qodef--light-rain-and-snow:before,
.qodef-weather-widget .qodef-m-weather-icon.qodef--light-rain:before,
.qodef-weather-widget .qodef-m-weather-icon.qodef--moderate-rain:before,
.qodef-weather-widget .qodef-m-weather-icon.qodef--rain:before {
  content: '\f73d';
}
.qodef-weather-widget .qodef-m-weather-icon.qodef--heavy-intensity-rain:before,
.qodef-weather-widget .qodef-m-weather-icon.qodef--shower-rain:before {
  content: '\f740';
}
.qodef-weather-widget .qodef-m-weather-icon.qodef--broken-clouds:before,
.qodef-weather-widget .qodef-m-weather-icon.qodef--overcast-clouds:before {
  content: '\f0c2';
}
.qodef-weather-widget .qodef-m-weather-icon.qodef--few-clouds:before,
.qodef-weather-widget .qodef-m-weather-icon.qodef--scattered-clouds:before {
  content: '\f6c4';
}
.qodef-weather-widget .qodef-m-weather-icon.qodef--clear-sky:before,
.qodef-weather-widget .qodef-m-weather-icon.qodef--sky-is-clear:before,
.qodef-weather-widget .qodef-m-weather-icon.qodef--sun:before {
  content: '\f185';
}
.qodef-weather-widget .qodef-m-temperature {
  font-size: 25px;
  font-family: Forum, sans-serif;
  text-align: center;
}
.qodef-weather-widget
  .qodef-m-temperature.qodef--high-low
  .qodef-e-temperature-low:after {
  content: '-';
}
.qodef-weather-widget .qodef-m-weather-info p {
  margin: 0;
}
.qodef-weather-widget .qodef-e-heading {
  margin-bottom: 15px;
}
.qodef-weather-widget .qodef-e-heading > * {
  margin: 0;
}
.qodef-weather-widget .qodef-e-heading-description {
  margin-top: 10px;
}
.qodef-weather-widget .qodef-m-other-days {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 25px;
}
.qodef-weather-widget .qodef-m-other-days .qodef-m-inner {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.qodef-weather-widget.qodef-layout--simple .qodef-m-city {
  padding: 0 10px;
}
.qodef-weather-widget.qodef-layout--minimal > .qodef-m-inner {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.qodef-weather-widget.qodef-layout--minimal
  > .qodef-m-inner
  .qodef-m-temperature {
  font-family: Forum, sans-serif;
  font-weight: 400;
  color: #000;
  color: #ccc1bd;
  font-size: 150px;
  line-height: 1em;
  letter-spacing: -0.03em;
  color: #ccc1bd;
  line-height: 0.7em;
}
@media only screen and (max-width: 1440px) {
  .qodef-weather-widget.qodef-layout--minimal
    > .qodef-m-inner
    .qodef-m-temperature {
    font-size: 110px;
    line-height: 1.1em;
  }
}
@media only screen and (max-width: 680px) {
  .qodef-weather-widget.qodef-layout--minimal
    > .qodef-m-inner
    .qodef-m-temperature {
    font-size: 65px;
  }
}
.qodef-weather-widget.qodef-layout--minimal
  > .qodef-m-inner
  .qodef-m-temperature
  sup {
  top: -0.2em;
}
.qodef-weather-widget.qodef-layout--minimal
  > .qodef-m-inner
  .qodef-e-heading-description {
  font-size: 18px;
  color: #505050;
  text-transform: capitalize;
  margin: 14px 0 0;
}
.qodef-weather-widget .qodef-m-weather-icon {
  color: #0b6354;
}
.qodef-weather-widget .qodef-e-heading-description {
  color: #0b6354;
}
#qodef-page-footer .qodef-weather-widget .qodef-m-weather-icon {
  color: #fff;
}
#qodef-page-footer .qodef-weather-widget .qodef-e-heading-city {
  color: #fff;
}
@media only screen and (max-width: 1440px) {
  .qodef-blog.qodef-item-layout--metro article.format-link .qodef-e-link {
    padding: 83px 40px;
  }
  .qodef-blog.qodef-item-layout--metro article.format-quote .qodef-e-quote {
    padding: 83px 40px 87px;
  }
}
@media only screen and (max-width: 680px) {
  #qodef-author-info .qodef-m-inner {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  #qodef-author-info .qodef-m-content {
    margin-top: 23px;
  }
}
@media only screen and (max-width: 1024px) {
  body:not(.qodef-content-behind-header) #qodef-page-outer {
    margin-top: 0 !important;
  }
}
@media only screen and (max-width: 1024px) {
  .qodef-header--vertical #qodef-page-header-inner {
    display: none;
  }
  .qodef-header--vertical #qodef-page-outer,
  .qodef-header--vertical footer {
    padding-left: 0 !important;
  }
}
@media only screen and (max-width: 1024px) {
  #qodef-top-area {
    display: none;
  }
}
@media only screen and (min-width: 481px) and (max-width: 640px) {
  .qodef-instagram-list.qodef-layout--columns.qodef-gutter--tiny.qodef-scattered--yes.qodef-col-num--3
    #sb_instagram
    #sbi_images
    > .sbi_item:nth-child(2n),
  .qodef-instagram-list.qodef-layout--columns.qodef-gutter--tiny.qodef-scattered--yes.qodef-col-num--4
    #sb_instagram
    #sbi_images
    > .sbi_item:nth-child(2n),
  .qodef-instagram-list.qodef-layout--columns.qodef-gutter--tiny.qodef-scattered--yes.qodef-col-num--5
    #sb_instagram
    #sbi_images
    > .sbi_item:nth-child(2n),
  .qodef-instagram-list.qodef-layout--columns.qodef-gutter--tiny.qodef-scattered--yes.qodef-col-num--6
    #sb_instagram
    #sbi_images
    > .sbi_item:nth-child(2n),
  .qodef-instagram-list.qodef-layout--columns.qodef-gutter--tiny.qodef-scattered--yes.qodef-col-num--7
    #sb_instagram
    #sbi_images
    > .sbi_item:nth-child(2n) {
    margin: 10px 0 0 !important;
  }
}
@media only screen and (max-width: 480px) {
  .qodef-instagram-list.qodef-layout--columns.qodef-gutter--tiny.qodef-scattered--yes.qodef-col-num--3
    #sb_instagram
    #sbi_images
    > .sbi_item:nth-child(2n),
  .qodef-instagram-list.qodef-layout--columns.qodef-gutter--tiny.qodef-scattered--yes.qodef-col-num--4
    #sb_instagram
    #sbi_images
    > .sbi_item:nth-child(2n),
  .qodef-instagram-list.qodef-layout--columns.qodef-gutter--tiny.qodef-scattered--yes.qodef-col-num--5
    #sb_instagram
    #sbi_images
    > .sbi_item:nth-child(2n),
  .qodef-instagram-list.qodef-layout--columns.qodef-gutter--tiny.qodef-scattered--yes.qodef-col-num--6
    #sb_instagram
    #sbi_images
    > .sbi_item:nth-child(2n),
  .qodef-instagram-list.qodef-layout--columns.qodef-gutter--tiny.qodef-scattered--yes.qodef-col-num--7
    #sb_instagram
    #sbi_images
    > .sbi_item:nth-child(2n) {
    margin: 0 0 5px !important;
  }
}
@media only screen and (min-width: 481px) and (max-width: 640px) {
  .qodef-instagram-list.qodef-layout--columns.qodef-gutter--small.qodef-scattered--yes.qodef-col-num--3
    #sb_instagram
    #sbi_images
    > .sbi_item:nth-child(2n),
  .qodef-instagram-list.qodef-layout--columns.qodef-gutter--small.qodef-scattered--yes.qodef-col-num--4
    #sb_instagram
    #sbi_images
    > .sbi_item:nth-child(2n),
  .qodef-instagram-list.qodef-layout--columns.qodef-gutter--small.qodef-scattered--yes.qodef-col-num--5
    #sb_instagram
    #sbi_images
    > .sbi_item:nth-child(2n),
  .qodef-instagram-list.qodef-layout--columns.qodef-gutter--small.qodef-scattered--yes.qodef-col-num--6
    #sb_instagram
    #sbi_images
    > .sbi_item:nth-child(2n),
  .qodef-instagram-list.qodef-layout--columns.qodef-gutter--small.qodef-scattered--yes.qodef-col-num--7
    #sb_instagram
    #sbi_images
    > .sbi_item:nth-child(2n) {
    margin: 20px 0 0 !important;
  }
}
@media only screen and (max-width: 480px) {
  .qodef-instagram-list.qodef-layout--columns.qodef-gutter--small.qodef-scattered--yes.qodef-col-num--3
    #sb_instagram
    #sbi_images
    > .sbi_item:nth-child(2n),
  .qodef-instagram-list.qodef-layout--columns.qodef-gutter--small.qodef-scattered--yes.qodef-col-num--4
    #sb_instagram
    #sbi_images
    > .sbi_item:nth-child(2n),
  .qodef-instagram-list.qodef-layout--columns.qodef-gutter--small.qodef-scattered--yes.qodef-col-num--5
    #sb_instagram
    #sbi_images
    > .sbi_item:nth-child(2n),
  .qodef-instagram-list.qodef-layout--columns.qodef-gutter--small.qodef-scattered--yes.qodef-col-num--6
    #sb_instagram
    #sbi_images
    > .sbi_item:nth-child(2n),
  .qodef-instagram-list.qodef-layout--columns.qodef-gutter--small.qodef-scattered--yes.qodef-col-num--7
    #sb_instagram
    #sbi_images
    > .sbi_item:nth-child(2n) {
    margin: 0 0 10px !important;
  }
}
@media only screen and (min-width: 481px) and (max-width: 640px) {
  .qodef-instagram-list.qodef-layout--columns.qodef-gutter--normal.qodef-scattered--yes.qodef-col-num--3
    #sb_instagram
    #sbi_images
    > .sbi_item:nth-child(2n),
  .qodef-instagram-list.qodef-layout--columns.qodef-gutter--normal.qodef-scattered--yes.qodef-col-num--4
    #sb_instagram
    #sbi_images
    > .sbi_item:nth-child(2n),
  .qodef-instagram-list.qodef-layout--columns.qodef-gutter--normal.qodef-scattered--yes.qodef-col-num--5
    #sb_instagram
    #sbi_images
    > .sbi_item:nth-child(2n),
  .qodef-instagram-list.qodef-layout--columns.qodef-gutter--normal.qodef-scattered--yes.qodef-col-num--6
    #sb_instagram
    #sbi_images
    > .sbi_item:nth-child(2n),
  .qodef-instagram-list.qodef-layout--columns.qodef-gutter--normal.qodef-scattered--yes.qodef-col-num--7
    #sb_instagram
    #sbi_images
    > .sbi_item:nth-child(2n) {
    margin: 30px 0 0 !important;
  }
}
@media only screen and (max-width: 480px) {
  .qodef-instagram-list.qodef-layout--columns.qodef-gutter--normal.qodef-scattered--yes.qodef-col-num--3
    #sb_instagram
    #sbi_images
    > .sbi_item:nth-child(2n),
  .qodef-instagram-list.qodef-layout--columns.qodef-gutter--normal.qodef-scattered--yes.qodef-col-num--4
    #sb_instagram
    #sbi_images
    > .sbi_item:nth-child(2n),
  .qodef-instagram-list.qodef-layout--columns.qodef-gutter--normal.qodef-scattered--yes.qodef-col-num--5
    #sb_instagram
    #sbi_images
    > .sbi_item:nth-child(2n),
  .qodef-instagram-list.qodef-layout--columns.qodef-gutter--normal.qodef-scattered--yes.qodef-col-num--6
    #sb_instagram
    #sbi_images
    > .sbi_item:nth-child(2n),
  .qodef-instagram-list.qodef-layout--columns.qodef-gutter--normal.qodef-scattered--yes.qodef-col-num--7
    #sb_instagram
    #sbi_images
    > .sbi_item:nth-child(2n) {
    margin: 0 0 15px !important;
  }
}
@media only screen and (min-width: 481px) and (max-width: 640px) {
  .qodef-instagram-list.qodef-layout--columns.qodef-gutter--medium.qodef-scattered--yes.qodef-col-num--3
    #sb_instagram
    #sbi_images
    > .sbi_item:nth-child(2n),
  .qodef-instagram-list.qodef-layout--columns.qodef-gutter--medium.qodef-scattered--yes.qodef-col-num--4
    #sb_instagram
    #sbi_images
    > .sbi_item:nth-child(2n),
  .qodef-instagram-list.qodef-layout--columns.qodef-gutter--medium.qodef-scattered--yes.qodef-col-num--5
    #sb_instagram
    #sbi_images
    > .sbi_item:nth-child(2n),
  .qodef-instagram-list.qodef-layout--columns.qodef-gutter--medium.qodef-scattered--yes.qodef-col-num--6
    #sb_instagram
    #sbi_images
    > .sbi_item:nth-child(2n),
  .qodef-instagram-list.qodef-layout--columns.qodef-gutter--medium.qodef-scattered--yes.qodef-col-num--7
    #sb_instagram
    #sbi_images
    > .sbi_item:nth-child(2n) {
    margin: 40px 0 0 !important;
  }
}
@media only screen and (max-width: 480px) {
  .qodef-instagram-list.qodef-layout--columns.qodef-gutter--medium.qodef-scattered--yes.qodef-col-num--3
    #sb_instagram
    #sbi_images
    > .sbi_item:nth-child(2n),
  .qodef-instagram-list.qodef-layout--columns.qodef-gutter--medium.qodef-scattered--yes.qodef-col-num--4
    #sb_instagram
    #sbi_images
    > .sbi_item:nth-child(2n),
  .qodef-instagram-list.qodef-layout--columns.qodef-gutter--medium.qodef-scattered--yes.qodef-col-num--5
    #sb_instagram
    #sbi_images
    > .sbi_item:nth-child(2n),
  .qodef-instagram-list.qodef-layout--columns.qodef-gutter--medium.qodef-scattered--yes.qodef-col-num--6
    #sb_instagram
    #sbi_images
    > .sbi_item:nth-child(2n),
  .qodef-instagram-list.qodef-layout--columns.qodef-gutter--medium.qodef-scattered--yes.qodef-col-num--7
    #sb_instagram
    #sbi_images
    > .sbi_item:nth-child(2n) {
    margin: 0 0 20px !important;
  }
}
@media only screen and (min-width: 481px) and (max-width: 640px) {
  .qodef-instagram-list.qodef-layout--columns.qodef-gutter--large.qodef-scattered--yes.qodef-col-num--3
    #sb_instagram
    #sbi_images
    > .sbi_item:nth-child(2n),
  .qodef-instagram-list.qodef-layout--columns.qodef-gutter--large.qodef-scattered--yes.qodef-col-num--4
    #sb_instagram
    #sbi_images
    > .sbi_item:nth-child(2n),
  .qodef-instagram-list.qodef-layout--columns.qodef-gutter--large.qodef-scattered--yes.qodef-col-num--5
    #sb_instagram
    #sbi_images
    > .sbi_item:nth-child(2n),
  .qodef-instagram-list.qodef-layout--columns.qodef-gutter--large.qodef-scattered--yes.qodef-col-num--6
    #sb_instagram
    #sbi_images
    > .sbi_item:nth-child(2n),
  .qodef-instagram-list.qodef-layout--columns.qodef-gutter--large.qodef-scattered--yes.qodef-col-num--7
    #sb_instagram
    #sbi_images
    > .sbi_item:nth-child(2n) {
    margin: 50px 0 0 !important;
  }
}
@media only screen and (max-width: 480px) {
  .qodef-instagram-list.qodef-layout--columns.qodef-gutter--large.qodef-scattered--yes.qodef-col-num--3
    #sb_instagram
    #sbi_images
    > .sbi_item:nth-child(2n),
  .qodef-instagram-list.qodef-layout--columns.qodef-gutter--large.qodef-scattered--yes.qodef-col-num--4
    #sb_instagram
    #sbi_images
    > .sbi_item:nth-child(2n),
  .qodef-instagram-list.qodef-layout--columns.qodef-gutter--large.qodef-scattered--yes.qodef-col-num--5
    #sb_instagram
    #sbi_images
    > .sbi_item:nth-child(2n),
  .qodef-instagram-list.qodef-layout--columns.qodef-gutter--large.qodef-scattered--yes.qodef-col-num--6
    #sb_instagram
    #sbi_images
    > .sbi_item:nth-child(2n),
  .qodef-instagram-list.qodef-layout--columns.qodef-gutter--large.qodef-scattered--yes.qodef-col-num--7
    #sb_instagram
    #sbi_images
    > .sbi_item:nth-child(2n) {
    margin: 0 0 25px !important;
  }
}
@media only screen and (min-width: 481px) and (max-width: 640px) {
  .qodef-instagram-list.qodef-layout--columns.qodef-gutter--huge.qodef-scattered--yes.qodef-col-num--3
    #sb_instagram
    #sbi_images
    > .sbi_item:nth-child(2n),
  .qodef-instagram-list.qodef-layout--columns.qodef-gutter--huge.qodef-scattered--yes.qodef-col-num--4
    #sb_instagram
    #sbi_images
    > .sbi_item:nth-child(2n),
  .qodef-instagram-list.qodef-layout--columns.qodef-gutter--huge.qodef-scattered--yes.qodef-col-num--5
    #sb_instagram
    #sbi_images
    > .sbi_item:nth-child(2n),
  .qodef-instagram-list.qodef-layout--columns.qodef-gutter--huge.qodef-scattered--yes.qodef-col-num--6
    #sb_instagram
    #sbi_images
    > .sbi_item:nth-child(2n),
  .qodef-instagram-list.qodef-layout--columns.qodef-gutter--huge.qodef-scattered--yes.qodef-col-num--7
    #sb_instagram
    #sbi_images
    > .sbi_item:nth-child(2n) {
    margin: 80px 0 0 !important;
  }
}
@media only screen and (max-width: 480px) {
  .qodef-instagram-list.qodef-layout--columns.qodef-gutter--huge.qodef-scattered--yes.qodef-col-num--3
    #sb_instagram
    #sbi_images
    > .sbi_item:nth-child(2n),
  .qodef-instagram-list.qodef-layout--columns.qodef-gutter--huge.qodef-scattered--yes.qodef-col-num--4
    #sb_instagram
    #sbi_images
    > .sbi_item:nth-child(2n),
  .qodef-instagram-list.qodef-layout--columns.qodef-gutter--huge.qodef-scattered--yes.qodef-col-num--5
    #sb_instagram
    #sbi_images
    > .sbi_item:nth-child(2n),
  .qodef-instagram-list.qodef-layout--columns.qodef-gutter--huge.qodef-scattered--yes.qodef-col-num--6
    #sb_instagram
    #sbi_images
    > .sbi_item:nth-child(2n),
  .qodef-instagram-list.qodef-layout--columns.qodef-gutter--huge.qodef-scattered--yes.qodef-col-num--7
    #sb_instagram
    #sbi_images
    > .sbi_item:nth-child(2n) {
    margin: 0 0 40px !important;
  }
}
@media only screen and (min-width: 481px) and (max-width: 640px) {
  .qodef-instagram-list.qodef-layout--columns.qodef-gutter--enormous.qodef-scattered--yes.qodef-col-num--3
    #sb_instagram
    #sbi_images
    > .sbi_item:nth-child(2n),
  .qodef-instagram-list.qodef-layout--columns.qodef-gutter--enormous.qodef-scattered--yes.qodef-col-num--4
    #sb_instagram
    #sbi_images
    > .sbi_item:nth-child(2n),
  .qodef-instagram-list.qodef-layout--columns.qodef-gutter--enormous.qodef-scattered--yes.qodef-col-num--5
    #sb_instagram
    #sbi_images
    > .sbi_item:nth-child(2n),
  .qodef-instagram-list.qodef-layout--columns.qodef-gutter--enormous.qodef-scattered--yes.qodef-col-num--6
    #sb_instagram
    #sbi_images
    > .sbi_item:nth-child(2n),
  .qodef-instagram-list.qodef-layout--columns.qodef-gutter--enormous.qodef-scattered--yes.qodef-col-num--7
    #sb_instagram
    #sbi_images
    > .sbi_item:nth-child(2n) {
    margin: 0 0 80px !important;
  }
}
@media only screen and (max-width: 1440px) {
  .qodef-instagram-list.qodef-layout--columns.qodef-gutter--enormous
    #sb_instagram
    #sbi_images {
    margin: 0 -60px;
  }
  .qodef-instagram-list.qodef-layout--columns.qodef-gutter--enormous
    #sb_instagram
    #sbi_images
    > .sbi_item {
    padding: 0 60px !important;
    margin: 0 0 120px !important;
  }
}
@media only screen and (max-width: 1024px) {
  .qodef-instagram-list.qodef-layout--columns.qodef-gutter--enormous
    #sb_instagram
    #sbi_images {
    margin: 0 -30px;
  }
  .qodef-instagram-list.qodef-layout--columns.qodef-gutter--enormous
    #sb_instagram
    #sbi_images
    > .sbi_item {
    padding: 0 30px !important;
    margin: 0 0 60px !important;
  }
}
@media only screen and (max-width: 680px) {
  .qodef-instagram-list.qodef-layout--columns.qodef-gutter--enormous
    #sb_instagram
    #sbi_images {
    margin: 0 -30px;
  }
  .qodef-instagram-list.qodef-layout--columns.qodef-gutter--enormous
    #sb_instagram
    #sbi_images
    > .sbi_item {
    padding: 0 30px !important;
    margin: 0 0 30px !important;
  }
}
@media only screen and (max-width: 480px) {
  .qodef-instagram-list.qodef-layout--columns.qodef-gutter--enormous:not(
      .qodef-col-num--2
    ) {
    margin: 0;
  }
  .qodef-instagram-list.qodef-layout--columns.qodef-gutter--enormous:not(
      .qodef-col-num--2
    )
    > .sbi_item {
    padding: 0 !important;
  }
}
@media only screen and (min-width: 1025px) and (max-width: 1440px) {
  .qodef-instagram-list.qodef-layout--columns.qodef-gutter--enormous.qodef-scattered--yes.qodef-col-num--2
    #sb_instagram
    #sbi_images
    > .sbi_item:nth-child(2n) {
    margin: 60px 0 0 !important;
  }
}
@media only screen and (max-width: 1024px) {
  .qodef-instagram-list.qodef-layout--columns.qodef-gutter--enormous.qodef-scattered--yes.qodef-col-num--2
    #sb_instagram
    #sbi_images
    > .sbi_item:nth-child(2n) {
    margin: 20px 0 0 !important;
  }
}
@media only screen and (min-width: 1025px) and (max-width: 1440px) {
  .qodef-instagram-list.qodef-layout--columns.qodef-gutter--enormous.qodef-scattered--yes.qodef-col-num--4
    #sb_instagram
    #sbi_images
    > .sbi_item:nth-child(2n),
  .qodef-instagram-list.qodef-layout--columns.qodef-gutter--enormous.qodef-scattered--yes.qodef-col-num--6
    #sb_instagram
    #sbi_images
    > .sbi_item:nth-child(2n) {
    margin: 60px 0 0 !important;
  }
}
@media only screen and (min-width: 641px) and (max-width: 1024px) {
  .qodef-instagram-list.qodef-layout--columns.qodef-gutter--enormous.qodef-scattered--yes.qodef-col-num--4
    #sb_instagram
    #sbi_images
    > .sbi_item:nth-child(2n),
  .qodef-instagram-list.qodef-layout--columns.qodef-gutter--enormous.qodef-scattered--yes.qodef-col-num--6
    #sb_instagram
    #sbi_images
    > .sbi_item:nth-child(2n) {
    margin: 20px 0 0 !important;
  }
}
@media only screen and (max-width: 480px) {
  .qodef-instagram-list.qodef-layout--columns.qodef-gutter--enormous.qodef-scattered--yes.qodef-col-num--4
    #sb_instagram
    #sbi_images
    > .sbi_item:nth-child(2n),
  .qodef-instagram-list.qodef-layout--columns.qodef-gutter--enormous.qodef-scattered--yes.qodef-col-num--6
    #sb_instagram
    #sbi_images
    > .sbi_item:nth-child(2n) {
    margin: 0 0 40px !important;
  }
}
@media only screen and (min-width: 1025px) and (max-width: 1440px) {
  .qodef-instagram-list.qodef-layout--columns.qodef-gutter--enormous.qodef-scattered--yes.qodef-col-num--3
    #sb_instagram
    #sbi_images
    > .sbi_item:nth-child(3n + 2) {
    margin: 60px 0 0 !important;
  }
}
@media only screen and (min-width: 641px) and (max-width: 1024px) {
  .qodef-instagram-list.qodef-layout--columns.qodef-gutter--enormous.qodef-scattered--yes.qodef-col-num--3
    #sb_instagram
    #sbi_images
    > .sbi_item:nth-child(3n + 2) {
    margin: 20px 0 0 !important;
  }
}
@media only screen and (max-width: 480px) {
  .qodef-instagram-list.qodef-layout--columns.qodef-gutter--enormous.qodef-scattered--yes.qodef-col-num--3
    #sb_instagram
    #sbi_images
    > .sbi_item:nth-child(3n + 2) {
    margin: 0 0 30px !important;
  }
}
@media only screen and (min-width: 1025px) and (max-width: 1440px) {
  .qodef-instagram-list.qodef-layout--columns.qodef-gutter--enormous.qodef-scattered--yes.qodef-col-num--5
    #sb_instagram
    #sbi_images
    > .sbi_item:nth-child(5n + 2),
  .qodef-instagram-list.qodef-layout--columns.qodef-gutter--enormous.qodef-scattered--yes.qodef-col-num--5
    #sb_instagram
    #sbi_images
    > .sbi_item:nth-child(5n + 4) {
    margin: 60px 0 0 !important;
  }
}
@media only screen and (min-width: 641px) and (max-width: 1024px) {
  .qodef-instagram-list.qodef-layout--columns.qodef-gutter--enormous.qodef-scattered--yes.qodef-col-num--5
    #sb_instagram
    #sbi_images
    > .sbi_item:nth-child(5n + 2),
  .qodef-instagram-list.qodef-layout--columns.qodef-gutter--enormous.qodef-scattered--yes.qodef-col-num--5
    #sb_instagram
    #sbi_images
    > .sbi_item:nth-child(5n + 4) {
    margin: 20px 0 0 !important;
  }
}
@media only screen and (max-width: 480px) {
  .qodef-instagram-list.qodef-layout--columns.qodef-gutter--enormous.qodef-scattered--yes.qodef-col-num--5
    #sb_instagram
    #sbi_images
    > .sbi_item:nth-child(5n + 2),
  .qodef-instagram-list.qodef-layout--columns.qodef-gutter--enormous.qodef-scattered--yes.qodef-col-num--5
    #sb_instagram
    #sbi_images
    > .sbi_item:nth-child(5n + 4) {
    margin: 0 0 40px !important;
  }
}
@media only screen and (min-width: 1025px) and (max-width: 1440px) {
  .qodef-instagram-list.qodef-layout--columns.qodef-gutter--enormous.qodef-scattered--yes.qodef-col-num--7
    #sb_instagram
    #sbi_images
    > .sbi_item:nth-child(7n + 2),
  .qodef-instagram-list.qodef-layout--columns.qodef-gutter--enormous.qodef-scattered--yes.qodef-col-num--7
    #sb_instagram
    #sbi_images
    > .sbi_item:nth-child(7n + 4),
  .qodef-instagram-list.qodef-layout--columns.qodef-gutter--enormous.qodef-scattered--yes.qodef-col-num--7
    #sb_instagram
    #sbi_images
    > .sbi_item:nth-child(7n + 6) {
    margin: 60px 0 0 !important;
  }
}
@media only screen and (min-width: 641px) and (max-width: 1024px) {
  .qodef-instagram-list.qodef-layout--columns.qodef-gutter--enormous.qodef-scattered--yes.qodef-col-num--7
    #sb_instagram
    #sbi_images
    > .sbi_item:nth-child(7n + 2),
  .qodef-instagram-list.qodef-layout--columns.qodef-gutter--enormous.qodef-scattered--yes.qodef-col-num--7
    #sb_instagram
    #sbi_images
    > .sbi_item:nth-child(7n + 4),
  .qodef-instagram-list.qodef-layout--columns.qodef-gutter--enormous.qodef-scattered--yes.qodef-col-num--7
    #sb_instagram
    #sbi_images
    > .sbi_item:nth-child(7n + 6) {
    margin: 20px 0 0 !important;
  }
}
@media only screen and (max-width: 480px) {
  .qodef-instagram-list.qodef-layout--columns.qodef-gutter--enormous.qodef-scattered--yes.qodef-col-num--7
    #sb_instagram
    #sbi_images
    > .sbi_item:nth-child(7n + 2),
  .qodef-instagram-list.qodef-layout--columns.qodef-gutter--enormous.qodef-scattered--yes.qodef-col-num--7
    #sb_instagram
    #sbi_images
    > .sbi_item:nth-child(7n + 4),
  .qodef-instagram-list.qodef-layout--columns.qodef-gutter--enormous.qodef-scattered--yes.qodef-col-num--7
    #sb_instagram
    #sbi_images
    > .sbi_item:nth-child(7n + 6) {
    margin: 0 0 40px !important;
  }
}
@media only screen and (max-width: 1440px) {
  .qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--6.qodef-layout--columns
    #ctf
    .ctf-tweets
    > .ctf-item {
    width: 20%;
  }
}
@media only screen and (max-width: 1440px) and (min-width: 1367px) {
  .qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--6.qodef-layout--columns
    #ctf
    .ctf-tweets
    > .ctf-item:nth-child(5n + 1) {
    clear: both;
  }
}
@media only screen and (max-width: 1366px) {
  .qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--5.qodef-layout--columns
    #ctf
    .ctf-tweets
    > .ctf-item {
    width: 25%;
  }
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--5.qodef-layout--columns
    #ctf
    .ctf-tweets
    > .ctf-item:nth-child(4n + 1) {
    clear: both;
  }
}
@media only screen and (max-width: 1366px) {
  .qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--6.qodef-layout--columns
    #ctf
    .ctf-tweets
    > .ctf-item {
    width: 25%;
  }
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--6.qodef-layout--columns
    #ctf
    .ctf-tweets
    > .ctf-item:nth-child(4n + 1) {
    clear: both;
  }
}
@media only screen and (max-width: 1366px) {
  .qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--7.qodef-layout--columns
    #ctf
    .ctf-tweets
    > .ctf-item {
    width: 25%;
  }
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--7.qodef-layout--columns
    #ctf
    .ctf-tweets
    > .ctf-item:nth-child(4n + 1) {
    clear: both;
  }
}
@media only screen and (max-width: 1366px) {
  .qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--8.qodef-layout--columns
    #ctf
    .ctf-tweets
    > .ctf-item {
    width: 25%;
  }
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--8.qodef-layout--columns
    #ctf
    .ctf-tweets
    > .ctf-item:nth-child(4n + 1) {
    clear: both;
  }
}
@media only screen and (max-width: 1024px) {
  .qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--4.qodef-layout--columns
    #ctf
    .ctf-tweets
    > .ctf-item {
    width: 33.33333%;
  }
}
@media only screen and (max-width: 1024px) and (min-width: 769px) {
  .qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--4.qodef-layout--columns
    #ctf
    .ctf-tweets
    > .ctf-item:nth-child(3n + 1) {
    clear: both;
  }
}
@media only screen and (max-width: 1024px) {
  .qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--5.qodef-layout--columns
    #ctf
    .ctf-tweets
    > .ctf-item {
    width: 33.33333%;
  }
}
@media only screen and (max-width: 1024px) and (min-width: 769px) {
  .qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--5.qodef-layout--columns
    #ctf
    .ctf-tweets
    > .ctf-item:nth-child(3n + 1) {
    clear: both;
  }
}
@media only screen and (max-width: 1024px) {
  .qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--6.qodef-layout--columns
    #ctf
    .ctf-tweets
    > .ctf-item {
    width: 33.33333%;
  }
}
@media only screen and (max-width: 1024px) and (min-width: 769px) {
  .qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--6.qodef-layout--columns
    #ctf
    .ctf-tweets
    > .ctf-item:nth-child(3n + 1) {
    clear: both;
  }
}
@media only screen and (max-width: 1024px) {
  .qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--7.qodef-layout--columns
    #ctf
    .ctf-tweets
    > .ctf-item {
    width: 33.33333%;
  }
}
@media only screen and (max-width: 1024px) and (min-width: 769px) {
  .qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--7.qodef-layout--columns
    #ctf
    .ctf-tweets
    > .ctf-item:nth-child(3n + 1) {
    clear: both;
  }
}
@media only screen and (max-width: 1024px) {
  .qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--8.qodef-layout--columns
    #ctf
    .ctf-tweets
    > .ctf-item {
    width: 33.33333%;
  }
}
@media only screen and (max-width: 1024px) and (min-width: 769px) {
  .qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--8.qodef-layout--columns
    #ctf
    .ctf-tweets
    > .ctf-item:nth-child(3n + 1) {
    clear: both;
  }
}
@media only screen and (max-width: 768px) {
  .qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--3.qodef-layout--columns
    #ctf
    .ctf-tweets
    > .ctf-item {
    width: 50%;
  }
}
@media only screen and (max-width: 768px) and (min-width: 681px) {
  .qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--3.qodef-layout--columns
    #ctf
    .ctf-tweets
    > .ctf-item:nth-child(2n + 1) {
    clear: both;
  }
}
@media only screen and (max-width: 768px) {
  .qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--4.qodef-layout--columns
    #ctf
    .ctf-tweets
    > .ctf-item {
    width: 50%;
  }
}
@media only screen and (max-width: 768px) and (min-width: 681px) {
  .qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--4.qodef-layout--columns
    #ctf
    .ctf-tweets
    > .ctf-item:nth-child(2n + 1) {
    clear: both;
  }
}
@media only screen and (max-width: 768px) {
  .qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--5.qodef-layout--columns
    #ctf
    .ctf-tweets
    > .ctf-item {
    width: 50%;
  }
}
@media only screen and (max-width: 768px) and (min-width: 681px) {
  .qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--5.qodef-layout--columns
    #ctf
    .ctf-tweets
    > .ctf-item:nth-child(2n + 1) {
    clear: both;
  }
}
@media only screen and (max-width: 768px) {
  .qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--6.qodef-layout--columns
    #ctf
    .ctf-tweets
    > .ctf-item {
    width: 50%;
  }
}
@media only screen and (max-width: 768px) and (min-width: 681px) {
  .qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--6.qodef-layout--columns
    #ctf
    .ctf-tweets
    > .ctf-item:nth-child(2n + 1) {
    clear: both;
  }
}
@media only screen and (max-width: 768px) {
  .qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--7.qodef-layout--columns
    #ctf
    .ctf-tweets
    > .ctf-item {
    width: 50%;
  }
}
@media only screen and (max-width: 768px) and (min-width: 681px) {
  .qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--7.qodef-layout--columns
    #ctf
    .ctf-tweets
    > .ctf-item:nth-child(2n + 1) {
    clear: both;
  }
}
@media only screen and (max-width: 768px) {
  .qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--8.qodef-layout--columns
    #ctf
    .ctf-tweets
    > .ctf-item {
    width: 50%;
  }
}
@media only screen and (max-width: 768px) and (min-width: 681px) {
  .qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--8.qodef-layout--columns
    #ctf
    .ctf-tweets
    > .ctf-item:nth-child(2n + 1) {
    clear: both;
  }
}
@media only screen and (max-width: 680px) {
  .qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--2.qodef-layout--columns
    #ctf
    .ctf-tweets
    > .ctf-item {
    width: 100%;
  }
  .qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--3.qodef-layout--columns
    #ctf
    .ctf-tweets
    > .ctf-item {
    width: 100%;
  }
  .qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--4.qodef-layout--columns
    #ctf
    .ctf-tweets
    > .ctf-item {
    width: 100%;
  }
  .qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--5.qodef-layout--columns
    #ctf
    .ctf-tweets
    > .ctf-item {
    width: 100%;
  }
  .qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--6.qodef-layout--columns
    #ctf
    .ctf-tweets
    > .ctf-item {
    width: 100%;
  }
  .qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--7.qodef-layout--columns
    #ctf
    .ctf-tweets
    > .ctf-item {
    width: 100%;
  }
  .qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--8.qodef-layout--columns
    #ctf
    .ctf-tweets
    > .ctf-item {
    width: 100%;
  }
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--1.qodef-layout--columns
    #ctf
    .ctf-tweets
    > .ctf-item {
    width: 100%;
  }
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--2.qodef-layout--columns
    #ctf
    .ctf-tweets
    > .ctf-item {
    width: 50%;
  }
  .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--2.qodef-layout--columns
    #ctf
    .ctf-tweets
    > .ctf-item:nth-child(2n + 1) {
    clear: both;
  }
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--3.qodef-layout--columns
    #ctf
    .ctf-tweets
    > .ctf-item {
    width: 33.33333%;
  }
  .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--3.qodef-layout--columns
    #ctf
    .ctf-tweets
    > .ctf-item:nth-child(3n + 1) {
    clear: both;
  }
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--4.qodef-layout--columns
    #ctf
    .ctf-tweets
    > .ctf-item {
    width: 25%;
  }
  .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--4.qodef-layout--columns
    #ctf
    .ctf-tweets
    > .ctf-item:nth-child(4n + 1) {
    clear: both;
  }
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--5.qodef-layout--columns
    #ctf
    .ctf-tweets
    > .ctf-item {
    width: 20%;
  }
  .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--5.qodef-layout--columns
    #ctf
    .ctf-tweets
    > .ctf-item:nth-child(5n + 1) {
    clear: both;
  }
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--6.qodef-layout--columns
    #ctf
    .ctf-tweets
    > .ctf-item {
    width: 16.66667%;
  }
  .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--6.qodef-layout--columns
    #ctf
    .ctf-tweets
    > .ctf-item:nth-child(6n + 1) {
    clear: both;
  }
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--7.qodef-layout--columns
    #ctf
    .ctf-tweets
    > .ctf-item {
    width: 14.28571%;
  }
  .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--7.qodef-layout--columns
    #ctf
    .ctf-tweets
    > .ctf-item:nth-child(7n + 1) {
    clear: both;
  }
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--8.qodef-layout--columns
    #ctf
    .ctf-tweets
    > .ctf-item {
    width: 12.5%;
  }
  .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--8.qodef-layout--columns
    #ctf
    .ctf-tweets
    > .ctf-item:nth-child(8n + 1) {
    clear: both;
  }
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--1.qodef-layout--columns
    #ctf
    .ctf-tweets
    > .ctf-item {
    width: 100%;
  }
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--2.qodef-layout--columns
    #ctf
    .ctf-tweets
    > .ctf-item {
    width: 50%;
  }
  .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--2.qodef-layout--columns
    #ctf
    .ctf-tweets
    > .ctf-item:nth-child(2n + 1) {
    clear: both;
  }
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--3.qodef-layout--columns
    #ctf
    .ctf-tweets
    > .ctf-item {
    width: 33.33333%;
  }
  .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--3.qodef-layout--columns
    #ctf
    .ctf-tweets
    > .ctf-item:nth-child(3n + 1) {
    clear: both;
  }
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--4.qodef-layout--columns
    #ctf
    .ctf-tweets
    > .ctf-item {
    width: 25%;
  }
  .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--4.qodef-layout--columns
    #ctf
    .ctf-tweets
    > .ctf-item:nth-child(4n + 1) {
    clear: both;
  }
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--5.qodef-layout--columns
    #ctf
    .ctf-tweets
    > .ctf-item {
    width: 20%;
  }
  .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--5.qodef-layout--columns
    #ctf
    .ctf-tweets
    > .ctf-item:nth-child(5n + 1) {
    clear: both;
  }
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--6.qodef-layout--columns
    #ctf
    .ctf-tweets
    > .ctf-item {
    width: 16.66667%;
  }
  .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--6.qodef-layout--columns
    #ctf
    .ctf-tweets
    > .ctf-item:nth-child(6n + 1) {
    clear: both;
  }
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--7.qodef-layout--columns
    #ctf
    .ctf-tweets
    > .ctf-item {
    width: 14.28571%;
  }
  .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--7.qodef-layout--columns
    #ctf
    .ctf-tweets
    > .ctf-item:nth-child(7n + 1) {
    clear: both;
  }
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--8.qodef-layout--columns
    #ctf
    .ctf-tweets
    > .ctf-item {
    width: 12.5%;
  }
  .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--8.qodef-layout--columns
    #ctf
    .ctf-tweets
    > .ctf-item:nth-child(8n + 1) {
    clear: both;
  }
}
@media only screen and (max-width: 1440px) and (min-width: 1367px) {
  .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1440--1.qodef-layout--columns
    #ctf
    .ctf-tweets
    > .ctf-item {
    width: 100%;
  }
}
@media only screen and (max-width: 1440px) and (min-width: 1367px) {
  .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1440--2.qodef-layout--columns
    #ctf
    .ctf-tweets
    > .ctf-item {
    width: 50%;
  }
  .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1440--2.qodef-layout--columns
    #ctf
    .ctf-tweets
    > .ctf-item:nth-child(2n + 1) {
    clear: both;
  }
}
@media only screen and (max-width: 1440px) and (min-width: 1367px) {
  .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1440--3.qodef-layout--columns
    #ctf
    .ctf-tweets
    > .ctf-item {
    width: 33.33333%;
  }
  .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1440--3.qodef-layout--columns
    #ctf
    .ctf-tweets
    > .ctf-item:nth-child(3n + 1) {
    clear: both;
  }
}
@media only screen and (max-width: 1440px) and (min-width: 1367px) {
  .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1440--4.qodef-layout--columns
    #ctf
    .ctf-tweets
    > .ctf-item {
    width: 25%;
  }
  .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1440--4.qodef-layout--columns
    #ctf
    .ctf-tweets
    > .ctf-item:nth-child(4n + 1) {
    clear: both;
  }
}
@media only screen and (max-width: 1440px) and (min-width: 1367px) {
  .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1440--5.qodef-layout--columns
    #ctf
    .ctf-tweets
    > .ctf-item {
    width: 20%;
  }
  .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1440--5.qodef-layout--columns
    #ctf
    .ctf-tweets
    > .ctf-item:nth-child(5n + 1) {
    clear: both;
  }
}
@media only screen and (max-width: 1440px) and (min-width: 1367px) {
  .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1440--6.qodef-layout--columns
    #ctf
    .ctf-tweets
    > .ctf-item {
    width: 16.66667%;
  }
  .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1440--6.qodef-layout--columns
    #ctf
    .ctf-tweets
    > .ctf-item:nth-child(6n + 1) {
    clear: both;
  }
}
@media only screen and (max-width: 1440px) and (min-width: 1367px) {
  .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1440--7.qodef-layout--columns
    #ctf
    .ctf-tweets
    > .ctf-item {
    width: 14.28571%;
  }
  .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1440--7.qodef-layout--columns
    #ctf
    .ctf-tweets
    > .ctf-item:nth-child(7n + 1) {
    clear: both;
  }
}
@media only screen and (max-width: 1440px) and (min-width: 1367px) {
  .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1440--8.qodef-layout--columns
    #ctf
    .ctf-tweets
    > .ctf-item {
    width: 12.5%;
  }
  .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1440--8.qodef-layout--columns
    #ctf
    .ctf-tweets
    > .ctf-item:nth-child(8n + 1) {
    clear: both;
  }
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--1.qodef-layout--columns
    #ctf
    .ctf-tweets
    > .ctf-item {
    width: 100%;
  }
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--2.qodef-layout--columns
    #ctf
    .ctf-tweets
    > .ctf-item {
    width: 50%;
  }
  .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--2.qodef-layout--columns
    #ctf
    .ctf-tweets
    > .ctf-item:nth-child(2n + 1) {
    clear: both;
  }
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--3.qodef-layout--columns
    #ctf
    .ctf-tweets
    > .ctf-item {
    width: 33.33333%;
  }
  .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--3.qodef-layout--columns
    #ctf
    .ctf-tweets
    > .ctf-item:nth-child(3n + 1) {
    clear: both;
  }
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--4.qodef-layout--columns
    #ctf
    .ctf-tweets
    > .ctf-item {
    width: 25%;
  }
  .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--4.qodef-layout--columns
    #ctf
    .ctf-tweets
    > .ctf-item:nth-child(4n + 1) {
    clear: both;
  }
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--5.qodef-layout--columns
    #ctf
    .ctf-tweets
    > .ctf-item {
    width: 20%;
  }
  .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--5.qodef-layout--columns
    #ctf
    .ctf-tweets
    > .ctf-item:nth-child(5n + 1) {
    clear: both;
  }
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--6.qodef-layout--columns
    #ctf
    .ctf-tweets
    > .ctf-item {
    width: 16.66667%;
  }
  .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--6.qodef-layout--columns
    #ctf
    .ctf-tweets
    > .ctf-item:nth-child(6n + 1) {
    clear: both;
  }
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--7.qodef-layout--columns
    #ctf
    .ctf-tweets
    > .ctf-item {
    width: 14.28571%;
  }
  .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--7.qodef-layout--columns
    #ctf
    .ctf-tweets
    > .ctf-item:nth-child(7n + 1) {
    clear: both;
  }
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--8.qodef-layout--columns
    #ctf
    .ctf-tweets
    > .ctf-item {
    width: 12.5%;
  }
  .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--8.qodef-layout--columns
    #ctf
    .ctf-tweets
    > .ctf-item:nth-child(8n + 1) {
    clear: both;
  }
}
@media only screen and (max-width: 1024px) and (min-width: 769px) {
  .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1024--1.qodef-layout--columns
    #ctf
    .ctf-tweets
    > .ctf-item {
    width: 100%;
  }
}
@media only screen and (max-width: 1024px) and (min-width: 769px) {
  .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1024--2.qodef-layout--columns
    #ctf
    .ctf-tweets
    > .ctf-item {
    width: 50%;
  }
  .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1024--2.qodef-layout--columns
    #ctf
    .ctf-tweets
    > .ctf-item:nth-child(2n + 1) {
    clear: both;
  }
}
@media only screen and (max-width: 1024px) and (min-width: 769px) {
  .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1024--3.qodef-layout--columns
    #ctf
    .ctf-tweets
    > .ctf-item {
    width: 33.33333%;
  }
  .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1024--3.qodef-layout--columns
    #ctf
    .ctf-tweets
    > .ctf-item:nth-child(3n + 1) {
    clear: both;
  }
}
@media only screen and (max-width: 1024px) and (min-width: 769px) {
  .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1024--4.qodef-layout--columns
    #ctf
    .ctf-tweets
    > .ctf-item {
    width: 25%;
  }
  .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1024--4.qodef-layout--columns
    #ctf
    .ctf-tweets
    > .ctf-item:nth-child(4n + 1) {
    clear: both;
  }
}
@media only screen and (max-width: 1024px) and (min-width: 769px) {
  .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1024--5.qodef-layout--columns
    #ctf
    .ctf-tweets
    > .ctf-item {
    width: 20%;
  }
  .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1024--5.qodef-layout--columns
    #ctf
    .ctf-tweets
    > .ctf-item:nth-child(5n + 1) {
    clear: both;
  }
}
@media only screen and (max-width: 1024px) and (min-width: 769px) {
  .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1024--6.qodef-layout--columns
    #ctf
    .ctf-tweets
    > .ctf-item {
    width: 16.66667%;
  }
  .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1024--6.qodef-layout--columns
    #ctf
    .ctf-tweets
    > .ctf-item:nth-child(6n + 1) {
    clear: both;
  }
}
@media only screen and (max-width: 1024px) and (min-width: 769px) {
  .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1024--7.qodef-layout--columns
    #ctf
    .ctf-tweets
    > .ctf-item {
    width: 14.28571%;
  }
  .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1024--7.qodef-layout--columns
    #ctf
    .ctf-tweets
    > .ctf-item:nth-child(7n + 1) {
    clear: both;
  }
}
@media only screen and (max-width: 1024px) and (min-width: 769px) {
  .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1024--8.qodef-layout--columns
    #ctf
    .ctf-tweets
    > .ctf-item {
    width: 12.5%;
  }
  .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1024--8.qodef-layout--columns
    #ctf
    .ctf-tweets
    > .ctf-item:nth-child(8n + 1) {
    clear: both;
  }
}
@media only screen and (max-width: 768px) and (min-width: 681px) {
  .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--768--1.qodef-layout--columns
    #ctf
    .ctf-tweets
    > .ctf-item {
    width: 100%;
  }
}
@media only screen and (max-width: 768px) and (min-width: 681px) {
  .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--768--2.qodef-layout--columns
    #ctf
    .ctf-tweets
    > .ctf-item {
    width: 50%;
  }
  .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--768--2.qodef-layout--columns
    #ctf
    .ctf-tweets
    > .ctf-item:nth-child(2n + 1) {
    clear: both;
  }
}
@media only screen and (max-width: 768px) and (min-width: 681px) {
  .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--768--3.qodef-layout--columns
    #ctf
    .ctf-tweets
    > .ctf-item {
    width: 33.33333%;
  }
  .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--768--3.qodef-layout--columns
    #ctf
    .ctf-tweets
    > .ctf-item:nth-child(3n + 1) {
    clear: both;
  }
}
@media only screen and (max-width: 768px) and (min-width: 681px) {
  .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--768--4.qodef-layout--columns
    #ctf
    .ctf-tweets
    > .ctf-item {
    width: 25%;
  }
  .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--768--4.qodef-layout--columns
    #ctf
    .ctf-tweets
    > .ctf-item:nth-child(4n + 1) {
    clear: both;
  }
}
@media only screen and (max-width: 768px) and (min-width: 681px) {
  .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--768--5.qodef-layout--columns
    #ctf
    .ctf-tweets
    > .ctf-item {
    width: 20%;
  }
  .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--768--5.qodef-layout--columns
    #ctf
    .ctf-tweets
    > .ctf-item:nth-child(5n + 1) {
    clear: both;
  }
}
@media only screen and (max-width: 768px) and (min-width: 681px) {
  .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--768--6.qodef-layout--columns
    #ctf
    .ctf-tweets
    > .ctf-item {
    width: 16.66667%;
  }
  .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--768--6.qodef-layout--columns
    #ctf
    .ctf-tweets
    > .ctf-item:nth-child(6n + 1) {
    clear: both;
  }
}
@media only screen and (max-width: 768px) and (min-width: 681px) {
  .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--768--7.qodef-layout--columns
    #ctf
    .ctf-tweets
    > .ctf-item {
    width: 14.28571%;
  }
  .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--768--7.qodef-layout--columns
    #ctf
    .ctf-tweets
    > .ctf-item:nth-child(7n + 1) {
    clear: both;
  }
}
@media only screen and (max-width: 768px) and (min-width: 681px) {
  .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--768--8.qodef-layout--columns
    #ctf
    .ctf-tweets
    > .ctf-item {
    width: 12.5%;
  }
  .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--768--8.qodef-layout--columns
    #ctf
    .ctf-tweets
    > .ctf-item:nth-child(8n + 1) {
    clear: both;
  }
}
@media only screen and (max-width: 680px) and (min-width: 481px) {
  .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--680--1.qodef-layout--columns
    #ctf
    .ctf-tweets
    > .ctf-item {
    width: 100%;
  }
}
@media only screen and (max-width: 680px) and (min-width: 481px) {
  .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--680--2.qodef-layout--columns
    #ctf
    .ctf-tweets
    > .ctf-item {
    width: 50%;
  }
  .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--680--2.qodef-layout--columns
    #ctf
    .ctf-tweets
    > .ctf-item:nth-child(2n + 1) {
    clear: both;
  }
}
@media only screen and (max-width: 680px) and (min-width: 481px) {
  .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--680--3.qodef-layout--columns
    #ctf
    .ctf-tweets
    > .ctf-item {
    width: 33.33333%;
  }
  .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--680--3.qodef-layout--columns
    #ctf
    .ctf-tweets
    > .ctf-item:nth-child(3n + 1) {
    clear: both;
  }
}
@media only screen and (max-width: 680px) and (min-width: 481px) {
  .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--680--4.qodef-layout--columns
    #ctf
    .ctf-tweets
    > .ctf-item {
    width: 25%;
  }
  .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--680--4.qodef-layout--columns
    #ctf
    .ctf-tweets
    > .ctf-item:nth-child(4n + 1) {
    clear: both;
  }
}
@media only screen and (max-width: 680px) and (min-width: 481px) {
  .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--680--5.qodef-layout--columns
    #ctf
    .ctf-tweets
    > .ctf-item {
    width: 20%;
  }
  .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--680--5.qodef-layout--columns
    #ctf
    .ctf-tweets
    > .ctf-item:nth-child(5n + 1) {
    clear: both;
  }
}
@media only screen and (max-width: 680px) and (min-width: 481px) {
  .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--680--6.qodef-layout--columns
    #ctf
    .ctf-tweets
    > .ctf-item {
    width: 16.66667%;
  }
  .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--680--6.qodef-layout--columns
    #ctf
    .ctf-tweets
    > .ctf-item:nth-child(6n + 1) {
    clear: both;
  }
}
@media only screen and (max-width: 680px) and (min-width: 481px) {
  .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--680--7.qodef-layout--columns
    #ctf
    .ctf-tweets
    > .ctf-item {
    width: 14.28571%;
  }
  .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--680--7.qodef-layout--columns
    #ctf
    .ctf-tweets
    > .ctf-item:nth-child(7n + 1) {
    clear: both;
  }
}
@media only screen and (max-width: 680px) and (min-width: 481px) {
  .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--680--8.qodef-layout--columns
    #ctf
    .ctf-tweets
    > .ctf-item {
    width: 12.5%;
  }
  .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--680--8.qodef-layout--columns
    #ctf
    .ctf-tweets
    > .ctf-item:nth-child(8n + 1) {
    clear: both;
  }
}
@media only screen and (max-width: 480px) and (min-width: 0) {
  .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--480--1.qodef-layout--columns
    #ctf
    .ctf-tweets
    > .ctf-item {
    width: 100%;
  }
}
@media only screen and (max-width: 480px) and (min-width: 0) {
  .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--480--2.qodef-layout--columns
    #ctf
    .ctf-tweets
    > .ctf-item {
    width: 50%;
  }
}
@media only screen and (max-width: 480px) and (min-width: 0) {
  .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--480--3.qodef-layout--columns
    #ctf
    .ctf-tweets
    > .ctf-item {
    width: 33.33333%;
  }
}
@media only screen and (max-width: 480px) and (min-width: 0) {
  .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--480--4.qodef-layout--columns
    #ctf
    .ctf-tweets
    > .ctf-item {
    width: 25%;
  }
}
@media only screen and (max-width: 480px) and (min-width: 0) {
  .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--480--5.qodef-layout--columns
    #ctf
    .ctf-tweets
    > .ctf-item {
    width: 20%;
  }
}
@media only screen and (max-width: 480px) and (min-width: 0) {
  .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--480--6.qodef-layout--columns
    #ctf
    .ctf-tweets
    > .ctf-item {
    width: 16.66667%;
  }
}
@media only screen and (max-width: 480px) and (min-width: 0) {
  .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--480--7.qodef-layout--columns
    #ctf
    .ctf-tweets
    > .ctf-item {
    width: 14.28571%;
  }
}
@media only screen and (max-width: 480px) and (min-width: 0) {
  .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--480--8.qodef-layout--columns
    #ctf
    .ctf-tweets
    > .ctf-item {
    width: 12.5%;
  }
}
@media only screen and (max-width: 1440px) {
  .qodef-twitter-list.qodef-gutter--huge.qodef--no-bottom-space {
    margin-bottom: -70px;
  }
  .qodef-twitter-list.qodef-gutter--huge #ctf .ctf-tweets {
    margin: 0 -35px;
  }
  .qodef-twitter-list.qodef-gutter--huge #ctf .ctf-tweets > .ctf-item {
    padding: 0 35px;
    margin: 0 0 70px;
  }
  .qodef-twitter-list.qodef-gutter--enormous.qodef--no-bottom-space {
    margin-bottom: -90px;
  }
  .qodef-twitter-list.qodef-gutter--enormous #ctf .ctf-tweets {
    margin: 0 -45px;
  }
  .qodef-twitter-list.qodef-gutter--enormous #ctf .ctf-tweets > .ctf-item {
    padding: 0 45px;
    margin: 0 0 90px;
  }
}
@media only screen and (max-width: 1024px) {
  .qodef-reservation-form .qodef-holder--field {
    -ms-flex-preferred-size: 49%;
    flex-basis: 49%;
    margin-bottom: 10px;
  }
  .qodef-holder--label {
    display: none;
  }
}
@media only screen and (max-width: 680px) {
  .qodef-reservation-form .qodef-holder--field {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    margin-bottom: 10px;
  }
}
@media only screen and (max-width: 1024px) {
  .woocommerce-page div.woocommerce .qodef-reservation-info .qodef-m-info {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .woocommerce-page div.woocommerce .qodef-reservation-info .qodef-m-info > * {
    width: 100%;
  }
  .woocommerce-page
    div.woocommerce
    .qodef-reservation-info
    .qodef-m-info-value {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .woocommerce-page
    div.woocommerce
    .qodef-reservation-info
    .qodef-m-info-value
    .qodef--mark {
    display: none;
  }
}
@media only screen and (max-width: 480px) {
  .woocommerce-page
    div.woocommerce
    .woocommerce-cart-form
    .qodef-reservation-info {
    display: none;
  }
}
@media only screen and (max-width: 1440px) {
  #qodef-room-reservation {
    padding-left: 9%;
    padding-right: 9%;
  }
}
@media only screen and (max-width: 1280px) {
  .qodef-room .qodef-e-availability-calendar .datepick-month tr td > * {
    padding: 4px 10px;
  }
}
@media only screen and (max-width: 1024px) {
  .qodef-room .qodef-m-slider .swiper-wrapper {
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
  .qodef-room .qodef-m-slider .swiper-slide {
    height: auto;
  }
  .qodef-room .qodef-m-slider .swiper-slide img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }
  .qodef-room .qodef-e-availability-legend .qodef-ei-legend-item {
    width: 50%;
  }
}
@media only screen and (max-width: 680px) {
  .qodef-room .qodef-e-amenity-items .qodef-e-amenity-item {
    width: 100%;
  }
  .qodef-room .qodef-e-seasonal-items .qodef-ei {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .qodef-room .qodef-e-seasonal-items .qodef-ei > * {
    -ms-flex-negative: inherit;
    flex-shrink: inherit;
  }
  .qodef-room .qodef-e-seasonal-items .qodef-ei:last-child .qodef-ei-line {
    display: none;
  }
  .qodef-room .qodef-e-seasonal-items .qodef-ei-line {
    position: absolute;
    top: auto;
    left: 0;
    bottom: -15px;
    width: 100%;
    margin: 0;
  }
  #qodef-room-reservation {
    padding: 66px 20px 30px;
  }
}
@media only screen and (max-width: 480px) {
  .qodef-room .qodef-e-amenity {
    margin-top: 63px;
  }
  .qodef-room .qodef-e-info-items .qodef-e-info-item {
    margin-bottom: 61px;
  }
  .qodef-room .qodef-e-availability,
  .qodef-room .qodef-e-location,
  .qodef-room .qodef-e-seasonal {
    margin-top: 50px;
  }
  .qodef-room .qodef-e-seasonal-items .qodef-ei-date {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 10px;
  }
  .qodef-room .qodef-e-seasonal-items .qodef-ei-date-begin {
    margin-bottom: 10px;
  }
  .qodef-room .qodef-e-seasonal-items .qodef-ei-date-begin:after {
    display: none;
  }
  .qodef-room .qodef-e-availability-calendar .datepick-month tr td {
    padding: 0;
  }
}
@media only screen and (max-width: 1024px) {
  .qodef-profile-reserved-rooms .qodef-m-reserved-room {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .qodef-profile-reserved-rooms .qodef-m-reserved-room .qodef-ei-image {
    margin-bottom: 30px;
  }
  .qodef-profile-reserved-rooms .qodef-m-reserved-room .qodef-ei-order {
    width: 100%;
    margin-top: 20px;
  }
}
@media only screen and (max-width: 1024px) {
  .qodef-amenity-list .qodef-amenity-item {
    width: 33.333333%;
  }
  .qodef-amenity-list .qodef-e-icon {
    width: 60px;
  }
}
@media only screen and (max-width: 680px) {
  .qodef-amenity-list .qodef-amenity-item {
    width: 50%;
  }
}
@media only screen and (max-width: 1024px) {
  .qodef-room-accordion .qodef-m-other .qodef-e-image-price,
  .qodef-room-accordion .qodef-m-other .qodef-e-media-image {
    height: 100%;
  }
  .qodef-room-accordion .qodef-m-other img {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }
}
@media only screen and (max-width: 680px) {
  .qodef-room-accordion .qodef-e-title:not(:first-child) {
    margin-top: 25px;
  }
}
@media only screen and (max-width: 1024px) {
  .qodef-room-accordion.qodef-item-layout--double .qodef-content-holder {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .qodef-room-accordion.qodef-item-layout--double .qodef-m-other {
    width: 50%;
  }
  .qodef-room-accordion.qodef-item-layout--double .qodef-m-other.qodef--left {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    padding-right: 20px;
  }
  .qodef-room-accordion.qodef-item-layout--double .qodef-m-other.qodef--right {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
    padding-left: 20px;
  }
  .qodef-room-accordion.qodef-item-layout--double .qodef-m-accordion {
    width: 100%;
    padding: 0 0 54px;
  }
}
@media only screen and (max-width: 680px) {
  .qodef-room-accordion.qodef-item-layout--double .qodef-m-accordion > * {
    width: 100%;
    min-width: auto;
  }
}
@media only screen and (max-width: 480px) {
  .qodef-room-accordion.qodef-item-layout--double .qodef-m-other {
    display: none;
  }
}
@media only screen and (max-width: 680px) {
  .qodef-room-accordion.qodef-item-layout--standard .qodef-content-holder {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .qodef-room-accordion.qodef-item-layout--standard .qodef-m-accordion {
    width: 100%;
    padding: 0 0 40px;
  }
  .qodef-room-accordion.qodef-item-layout--standard .qodef-m-other {
    width: 100%;
    height: 50vh !important;
  }
}
@media only screen and (max-width: 1024px) {
  .qodef-room-gallery-list.qodef-item-layout--alternate .qodef-e-media {
    width: 50%;
  }
  .qodef-room-gallery-list.qodef-item-layout--alternate .qodef-e-content {
    width: calc(50% - 70px);
    padding: 35px;
  }
}
@media only screen and (max-width: 768px) {
  .qodef-room-gallery-list.qodef-item-layout--alternate .qodef-e-inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 82px;
  }
  .qodef-room-gallery-list.qodef-item-layout--alternate
    .qodef-room-gallery-list-item:nth-child(even)
    .qodef-e-inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .qodef-room-gallery-list.qodef-item-layout--alternate .qodef-e-media {
    width: 100%;
  }
  .qodef-room-gallery-list.qodef-item-layout--alternate .qodef-e-content {
    width: calc(100% - 70px);
    margin: 35px 35px 0;
  }
}
@media only screen and (max-width: 680px) {
  .qodef-room-gallery-list.qodef-item-layout--alternate .qodef-e-inner {
    margin-bottom: 76px;
  }
}
@media only screen and (max-width: 768px) {
  .qodef-room-gallery-list.qodef-item-layout--standard .qodef-e-inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 78px;
  }
  .qodef-room-gallery-list.qodef-item-layout--standard .qodef-e-media {
    width: 100%;
    padding: 0;
  }
  .qodef-room-gallery-list.qodef-item-layout--standard .qodef-e-content {
    width: 100%;
    padding: 30px 0 0;
  }
}
@media only screen and (max-width: 680px) {
  .qodef-room-gallery-list.qodef-item-layout--standard .qodef-e-inner {
    margin-bottom: 72px;
  }
}
@media only screen and (max-width: 1024px) {
  .qodef-room-list.qodef-layout--boxed .qodef-e-media {
    padding-left: 0;
  }
  .qodef-room-list.qodef-layout--boxed .qodef-e-media:before {
    display: none;
  }
  .qodef-room-list.qodef-layout--boxed .qodef-e-content {
    width: 100%;
    padding: 23px 30px 32px;
  }
  .qodef-room-list.qodef-layout--boxed .qodef-e-heading {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .qodef-room-list.qodef-layout--boxed .qodef-e-heading .qodef-e-price {
    display: none;
  }
  .qodef-room-list.qodef-layout--boxed .qodef-e-info-items .qodef-e-price {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media only screen and (max-width: 1024px) {
  .qodef-room-reservation-filter.qodef-layout--horizontal:not(.qodef-columns--3)
    .qodef-m-form {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .qodef-room-reservation-filter.qodef-layout--horizontal:not(.qodef-columns--3)
    .qodef-m-form
    .qodef-m-field:not(.qodef--booking) {
    width: 50%;
    margin-bottom: 36px;
  }
  .qodef-room-reservation-filter.qodef-layout--horizontal:not(.qodef-columns--3)
    .qodef-m-form
    .qodef-m-field.qodef--booking {
    width: 100%;
  }
}
@media only screen and (min-width: 681px) and (max-width: 768px) {
  .qodef-room-reservation-filter.qodef-layout--horizontal.qodef-columns--3
    .qodef-m-form
    .qodef-m-field-input-icon {
    display: none;
  }
}
@media only screen and (max-width: 680px) {
  .qodef-room-reservation-filter.qodef-layout--horizontal:not(.qodef-columns--3)
    .qodef-m-form
    .qodef-m-field:not(.qodef--booking) {
    width: 100%;
  }
  .qodef-room-reservation-filter.qodef-layout--horizontal.qodef-columns--3
    .qodef-m-form {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .qodef-room-reservation-filter.qodef-layout--horizontal.qodef-columns--3
    .qodef-m-form
    .qodef-m-field:not(.qodef--booking) {
    width: 100%;
    margin-bottom: 36px;
  }
  .qodef-room-reservation-filter.qodef-layout--horizontal.qodef-columns--3
    .qodef-m-form
    .qodef-m-field.qodef--booking {
    width: 100%;
  }
}
@media only screen and (max-width: 1440px) {
  .qodef-room-reservation-filter.qodef-layout--revolution-slider
    .qodef-content-grid {
    padding: 20px;
  }
}
@media only screen and (max-width: 1024px) {
  .qodef-room-reservation-filter.qodef-layout--revolution-slider
    .qodef-form-wrapper {
    position: relative;
    margin-top: 100px;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
  .qodef-room-reservation-filter.qodef-layout--revolution-slider .qodef-m-form {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .qodef-room-reservation-filter.qodef-layout--revolution-slider
    .qodef-m-form
    .qodef-m-field:not(.qodef--booking) {
    width: 50%;
    margin-bottom: 36px;
  }
  .qodef-room-reservation-filter.qodef-layout--revolution-slider
    .qodef-m-form
    .qodef-m-field.qodef--booking {
    width: 100%;
  }
}
@media only screen and (max-width: 680px) {
  .qodef-room-reservation-filter.qodef-layout--revolution-slider
    .qodef-m-form
    .qodef-m-field:not(.qodef--booking) {
    width: 100%;
  }
}
@media only screen and (max-width: 680px) {
  .qodef-room-reservation-filter.qodef-layout--split {
    padding: 26px 30px 30px;
  }
  .qodef-room-reservation-filter.qodef-layout--split
    .qodef-m-form
    .qodef-m-field {
    width: 100%;
  }
}
@media only screen and (max-width: 680px) {
  .qodef-room-reservation-filter.qodef-layout--vertical {
    padding: 26px 30px 30px;
  }
}
@media only screen and (max-width: 1440px) {
  .qodef-room-slider-with-popup .qodef-e-title {
    -webkit-box-flex: 0.5;
    -ms-flex: 0.5;
    flex: 0.5;
  }
  .qodef-room-slider-with-popup .qodef-e-content .qodef-e-count {
    -webkit-box-flex: 0.2;
    -ms-flex: 0.2;
    flex: 0.2;
  }
}
@media only screen and (max-width: 1024px) {
  .qodef-room-slider-with-popup .qodef-e-title {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .qodef-room-slider-with-popup .qodef-e-content .qodef-e-count {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
}
@media only screen and (max-width: 680px) {
  .qodef-room-slider-with-popup .qodef-e-button {
    display: none;
  }
}
@media only screen and (max-width: 480px) {
  .qodef-room-slider-with-popup .qodef-e-title {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .qodef-room-slider-with-popup .qodef-e-count {
    display: none;
  }
}
@media only screen and (max-width: 1280px) {
  #qodef-room-popup-holder .qodef-room-popup-holder-inner {
    width: 85%;
  }
}
@media only screen and (max-width: 768px) {
  #qodef-room-popup-holder .qodef-room-popup {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  #qodef-room-popup-holder .qodef-e-popup-gallery {
    width: 100%;
  }
  #qodef-room-popup-holder .qodef-e-popup-content-holder {
    width: 100%;
    height: 50%;
  }
}
@media only screen and (max-width: 680px) {
  .qodef-call-to-action.qodef-layout--standard .qodef-m-inner {
    display: block;
  }
  .qodef-call-to-action.qodef-layout--standard .qodef-m-button {
    margin-top: 20px;
  }
}
@media only screen and (max-width: 768px) {
  .qodef-countdown.qodef-show--4 .qodef-digit-wrapper,
  .qodef-countdown.qodef-show--5 .qodef-digit-wrapper,
  .qodef-countdown.qodef-show--6 .qodef-digit-wrapper {
    width: 33.33333333333333%;
  }
}
@media only screen and (max-width: 1024px) {
  .qodef-highlight.qodef-title-break--disabled .qodef-m-title br {
    display: none;
  }
}
@media only screen and (max-width: 1440px) and (min-width: 1367px) {
  .qodef-image-gallery.qodef--scattered.qodef-col-num--1440--1
    .qodef-grid-item {
    margin-top: 0 !important;
  }
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-image-gallery.qodef--scattered.qodef-col-num--1366--1
    .qodef-grid-item {
    margin-top: 0 !important;
  }
}
@media only screen and (max-width: 1024px) and (min-width: 769px) {
  .qodef-image-gallery.qodef--scattered.qodef-col-num--1024--1
    .qodef-grid-item {
    margin-top: 0 !important;
  }
}
@media only screen and (max-width: 768px) and (min-width: 681px) {
  .qodef-image-gallery.qodef--scattered.qodef-col-num--768--1 .qodef-grid-item {
    margin-top: 0 !important;
  }
}
@media only screen and (max-width: 680px) and (min-width: 481px) {
  .qodef-image-gallery.qodef--scattered.qodef-col-num--680--1 .qodef-grid-item {
    margin-top: 0 !important;
  }
}
@media only screen and (max-width: 480px) {
  .qodef-image-gallery.qodef--scattered.qodef-col-num--480--1 .qodef-grid-item {
    margin-top: 0 !important;
  }
}
@media only screen and (max-width: 680px) {
  .qodef-image-gallery.qodef--scattered.qodef-responsive--predefined
    .qodef-grid-item {
    margin-top: 0 !important;
  }
}
@media only screen and (max-width: 680px) {
  .qodef-image-marquee .qodef-m-content.qodef--desktop {
    display: none;
  }
  .qodef-image-marquee .qodef-m-content.qodef--mobile {
    display: block;
  }
}
@media only screen and (max-width: 1024px) {
  .qodef-image-with-box .qodef-m-image {
    width: 55%;
  }
  .qodef-image-with-box .qodef-m-content {
    width: 45%;
    padding: 50px 0;
  }
}
@media only screen and (max-width: 1024px) {
  .qodef-image-with-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .qodef-image-with-box .qodef-m-image {
    width: 100%;
  }
  .qodef-image-with-box .qodef-m-image .qodef-m-image-label {
    display: none;
  }
  .qodef-image-with-box .qodef-m-content {
    width: 100%;
    padding: 0 20px;
  }
  .qodef-image-with-box .qodef-m-content .qodef-m-content-inner {
    width: 100%;
    padding: 20px;
    margin: -50px 0 0;
  }
}
@media only screen and (max-width: 680px) {
  .qodef-image-with-box .qodef-m-content {
    padding: 0;
  }
  .qodef-image-with-box .qodef-m-content .qodef-m-content-inner {
    margin: 0;
  }
}
@media only screen and (max-width: 1366px) {
  .qodef-interactive-link-showcase.qodef-type--standard {
    padding: 100px 0;
  }
  .qodef-interactive-link-showcase.qodef-type--standard .qodef-m-images {
    width: 60%;
  }
  .qodef-interactive-link-showcase.qodef-type--standard .qodef-m-items {
    width: 40%;
  }
}
@media only screen and (max-width: 1024px) {
  .qodef-interactive-link-showcase.qodef-type--standard {
    padding: 60px 0;
  }
  .qodef-interactive-link-showcase.qodef-type--standard .qodef-m-images {
    width: 80%;
  }
  .qodef-interactive-link-showcase.qodef-type--standard .qodef-m-items {
    width: 100%;
    padding-left: 60px;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .qodef-interactive-link-showcase.qodef-type--standard .qodef-m-item {
    font-size: 58px;
    line-height: 1.2em;
    letter-spacing: -0.04em;
    padding-bottom: 3px;
  }
}
@media only screen and (max-width: 1024px) and (max-width: 680px) {
  .qodef-interactive-link-showcase.qodef-type--standard .qodef-m-item {
    font-size: 45px;
  }
}
@media only screen and (max-width: 680px) {
  .qodef-interactive-link-showcase.qodef-type--standard {
    padding: 30px 0;
  }
  .qodef-interactive-link-showcase.qodef-type--standard .qodef-m-items {
    padding-left: 30px;
  }
}
@media only screen and (max-width: 1024px) {
  .qodef-item-showcase .qodef-m-image {
    width: 0;
    margin: 0 40px;
  }
}
@media only screen and (max-width: 768px) {
  .qodef-item-showcase .qodef-m-image {
    width: 0;
    margin: 0 20px;
  }
}
@media only screen and (max-width: 680px) {
  .qodef-item-showcase {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .qodef-item-showcase .qodef-m-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 40%;
    padding-right: 40px;
    margin: 0 !important;
  }
  .qodef-item-showcase .qodef-m-items {
    left: 40%;
    width: calc(100% - 40%);
  }
  .qodef-item-showcase .qodef-m-items .qodef-m-item {
    -webkit-transition-delay: 0s;
    -o-transition-delay: 0s;
    transition-delay: 0s;
  }
  .qodef-item-showcase .qodef-m-items.qodef--left {
    text-align: left;
  }
  .qodef-item-showcase .qodef-m-items.qodef--right .qodef-m-item:first-child {
    margin-top: 40px;
  }
  .qodef-item-showcase .qodef-m-item {
    margin-top: 40px;
  }
  .qodef-item-showcase .qodef-m-image {
    display: none;
  }
  .qodef-item-showcase .qodef-m-items {
    left: 0;
    width: 100%;
  }
}
@media only screen and (max-width: 1024px) {
  .qodef-section-title.qodef-title-break--disabled .qodef-m-title br {
    display: none;
  }
}
@media only screen and (max-width: 680px) {
  .qodef-tabs.qodef-layout--simple.qodef-orientation--vertical {
    display: block;
  }
  .qodef-tabs.qodef-layout--simple.qodef-orientation--vertical
    .qodef-tabs-navigation {
    padding-right: 0;
    margin-right: 0;
    border-right: 0;
  }
  .qodef-tabs.qodef-layout--simple.qodef-orientation--vertical
    .qodef-tabs-content {
    margin-top: 26px;
  }
  .qodef-tabs.qodef-layout--simple .qodef-tabs-content {
    margin: 26px 0 0;
  }
}
@media only screen and (max-width: 768px) {
  .qodef-time-and-weather .qodef--top {
    font-size: 100px;
  }
  .qodef-time-and-weather .qodef--bottom {
    margin-top: 15px;
  }
}
@media only screen and (max-width: 680px) {
  .qodef-time-and-weather {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .qodef-time-and-weather .qodef--bottom {
    margin-top: 0;
  }
  .qodef-time-and-weather .qodef-m-slash {
    display: none;
  }
  .qodef-time-and-weather .qodef-m-part {
    margin-bottom: 30px;
  }
  .qodef-time-and-weather .qodef-m-part:last-child {
    margin-bottom: 0;
  }
}
@media only screen and (max-width: 680px) {
  .qodef-social-share.qodef-layout--dropdown.qodef-dropdown--right
    .qodef-social-share-dropdown
    li:nth-child(1) {
    left: 1px;
  }
  .qodef-social-share.qodef-layout--dropdown.qodef-dropdown--right
    .qodef-social-share-dropdown
    li:nth-child(2) {
    left: 46px;
  }
  .qodef-social-share.qodef-layout--dropdown.qodef-dropdown--right
    .qodef-social-share-dropdown
    li:nth-child(3) {
    left: 91px;
  }
  .qodef-social-share.qodef-layout--dropdown.qodef-dropdown--right
    .qodef-social-share-dropdown
    li:nth-child(4) {
    left: 136px;
  }
  .qodef-social-share.qodef-layout--dropdown.qodef-dropdown--right
    .qodef-social-share-dropdown
    li:nth-child(5) {
    left: 181px;
  }
  .qodef-social-share.qodef-layout--dropdown.qodef-dropdown--right
    .qodef-social-share-dropdown
    li:nth-child(6) {
    left: 226px;
  }
  .qodef-social-share.qodef-layout--dropdown.qodef-dropdown--right
    .qodef-social-share-dropdown
    li:nth-child(7) {
    left: 271px;
  }
  .qodef-social-share.qodef-layout--dropdown.qodef-dropdown--left
    .qodef-social-share-dropdown {
    left: auto;
    right: 0;
  }
  .qodef-social-share.qodef-layout--dropdown.qodef-dropdown--left
    .qodef-social-share-dropdown
    li:nth-child(1) {
    right: auto;
    left: 1px;
  }
  .qodef-social-share.qodef-layout--dropdown.qodef-dropdown--left
    .qodef-social-share-dropdown
    li:nth-child(2) {
    right: auto;
    left: 46px;
  }
  .qodef-social-share.qodef-layout--dropdown.qodef-dropdown--left
    .qodef-social-share-dropdown
    li:nth-child(3) {
    right: auto;
    left: 91px;
  }
  .qodef-social-share.qodef-layout--dropdown.qodef-dropdown--left
    .qodef-social-share-dropdown
    li:nth-child(4) {
    right: auto;
    left: 136px;
  }
  .qodef-social-share.qodef-layout--dropdown.qodef-dropdown--left
    .qodef-social-share-dropdown
    li:nth-child(5) {
    right: auto;
    left: 181px;
  }
  .qodef-social-share.qodef-layout--dropdown.qodef-dropdown--left
    .qodef-social-share-dropdown
    li:nth-child(6) {
    right: auto;
    left: 226px;
  }
  .qodef-social-share.qodef-layout--dropdown.qodef-dropdown--left
    .qodef-social-share-dropdown
    li:nth-child(7) {
    right: auto;
    left: 271px;
  }
}
@media only screen and (max-width: 1024px) {
  body:not(.qodef-content-behind-header) .qodef-page-title .qodef-m-content {
    padding-top: 0 !important;
  }
}
@media only screen and (max-width: 1024px) {
  #qodef-page-sidebar .qodef-social-icons-group {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
}
