
.newsletter-bg.inverse-section:before {
    background-color: var(--highlight-color);
    opacity: unset;
    mix-blend-mode: unset;
    display: none;
}

.newsletter-bg.inverse-section:after {
    display: none;
}

.newsletter-bg.inverse-section {
    background-color: var(--highlight-color);
}

.newsletter-bg.inverse-section *:not(.sr-only) {
    color: var(--text-color);
}

.template-1-home-newsletter {
    padding: 65px 0 65px;
    position: relative;
    background-size: cover;
}
.template-1-home-newsletter h2:focus-visible,
.template-1-home-newsletter .newsletter-main-description:focus-visible,
.footer9-newsletter__action .form__group:focus-visible,
.footer9-newsletter__action .form__group a:focus-visible{
	outline: 1px solid var(--text-color);
}
.newsletter-bg.inverse-section .signup-btn {
    color: var(--primary-cta-font-color);
    border-radius: 11px 0 11px 11px;
    height: 47px;
}

.newsletter-bg.inverse-section .signup-btn:hover,
.newsletter-bg.inverse-section .signup-btn:focus-visible {
    color: var(--primary-cta-font-hover-color);
    outline: none;
    border-color: var(--primary-cta-hover-color);
    background: var(--primary-cta-hover-color);
    border: 1px solid var(--text-color);
}
.footer9-newsletter__action a{
    text-decoration: underline;
}
.footer9-newsletter__action a:hover,
.footer9-newsletter__action a:focus-visible {
    text-decoration: none!important;
}
/* .template-1-home-newsletter.wave-pattern:before {
    content: '';
    background-image: url(/resourcefiles/common-image/menu-top-vector.png);
    background-size: cover;
    width: 100%;
    height: 110px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
} */
@media (min-width: 960px) {

    .footer9-newsletter__grid.has-error .footer9-newsletter__action .form__group {
        margin-top: 25px;
    }

    .footer9-newsletter__grid.has-error .error-message {
        position: absolute !important;
    }
}
@media (min-width: 1921px) {
    /* .template-1-home-newsletter.wave-pattern:before {
        height: 150px;
    } */
}

@media (max-width: 1500px) {
    /* .template-1-home-newsletter.wave-pattern:before {
        height: 70px;
    } */
}

.newsletter-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    z-index: 2;
    column-gap: 20px;
}

.newsletter-left {
    max-width: 475px;
}

.newsletter-right {
    max-width: 513px;
}

.newsletter-form-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 16px;
    margin-top: 16px;
}

#newsletterEmail {
    width: 376px;
}

#newsletterEmail {
    width: 370px;
    height: 48px;
    border-radius: 0 10px 0 10px;
    background: transparent;
    border: 1px solid var(--text-color);
}

#newsletterEmail::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: var(--text-color) !important;
}

#newsletterEmail::-moz-placeholder {
    /* Firefox 19+ */
    color: var(--text-color) !important;
}

#newsletterEmail:-ms-input-placeholder {
    /* IE 10+ */
    color: var(--text-color) !important;
}

#newsletterEmail::placeholder {
    color: var(--text-color);
}

.form__group {
    font-size: 12px;
    line-height: 150%;
    margin-bottom: 16px;
    margin-top: 16px;
}

.social-media-wrap ul {
    padding: 0;
    list-style-type: none;
    display: flex;
    column-gap: 24px;
    align-items: center;
}

.icon-s {
    font-size: 20px;
}

.social-media-wrap a {
    display: flex;
    align-items: center;
    gap: 14px;
}

.social-media-wrap a:hover,
.social-media-wrap a:focus {
    text-decoration: none;
}

.social-media-wrap a:hover .social-channel-name,
.social-media-wrap a:focus .social-channel-name {
    text-decoration: underline;
}

@media (max-width: 959.98px) {
    .newsletter-top {
        flex-direction: column;
        padding: 0;
    }

}

@media (max-width: 768px) {
    .template-1-home-newsletter {
        padding: 73px 0 24px;
    }

    /* .newsletter-top {
        flex-direction: column;
        padding: 0;
    } */

    .newsletter-form-top {
        flex-direction: column;
        align-items: stretch;
    }

    .newsletter-right {
        padding: 0 20px;
    }

    .template-1-home-newsletter.wave-pattern:before {
        height: 23px;
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='375' height='23' viewBox='0 0 375 23' fill='none'%3E%3Cpath d='M0 0H375V23C350.542 23 284.15 21.6562 214.25 16.2809C144.35 10.9056 42.2917 18.5206 0 23V0Z' fill='%23F7F7F7'/%3E%3C/svg%3E");
    }

    #newsletterEmail {
        width: calc(100vw - 40px);
    }
}

.newsletter-form-top button {
    white-space: nowrap;
}
.header {
  background: transparent;
  color: var(--header-color);
  /*height: 124px;*/
  display: flex;
  width: 100%;
  padding: 0 0px;
  transition: height .3s ease-out, background-color .3s ease-out;
  flex-wrap: wrap;
}
.vcomponent:has(header),
.VComponent:has(header) {
  position: fixed;
  position: -webkit-fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 50;
}
.ng-star-inserted .header {
  position: static;
  background: var(--bg-header);
}

.header_top {
  width: 100%;
  background-color: var(--bg-header);
  text-align: center;
  color: var(--header-color);
  padding: 7px 0px;
  display: none;
}
.header_top-inner {
  display: flex;
  justify-content: center;
  column-gap: 20px;
  align-items: center;
}
.header_top a {
  color: var(--header-color);
  font-size: 16px;
}
.header_top a:hover, .header_top a:focus{
  color: var(--highlight-color);
}
.header:not(.is-fixed) .header_top {
  display: block;
}
.header__container {
  display: flex;
  flex-wrap: inherit;
  align-items: center;
  justify-content: center;
  width: 100%;
  position: relative;
  padding: 0;
  padding: 0 20px;
}
.header.is-fixed {
  /*height: 67px;*/
  background: var(--bg-header);
  -webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 10%);
  -moz-box-shadow: 0 1px 6px rgba(0,0,0,10%);
  box-shadow: 0 1px 6px rgba(0, 0, 0, 10%);
}
.header__grid {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 0px;
}
.header:not(.is-fixed) .header__scroll-logo {
  display: none;
}
.header.is-fixed .header__logo-transparent {
  display: none;
}
.header__col{
  width: auto;
}
.header__col--right {
  display: flex;
  align-items: center;
}
.header__reserve-cta {
  margin-left: 30px;
}
.header__reserve-cta .button.filled-secondary-button:hover, .header__reserve-cta .button.filled-secondary-button:focus{
  background-color: var(--inverse-font-color);
  color: var(--primary-color);
  border-color: var(--primary-color);
}
.header:not(.is-fixed) .header__reserve-cta {
  display: none;
}
.ng-star-inserted .header .header__reserve-cta{
  display: inline-block;
}
.navmenu__list {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: center;
}
.navmenu__list-link {
  display: inline-flex;
  padding: 5px 0px;
  position: relative;
  font: var(--header-fonts);
  text-transform: var(--header-fonts-text-transform);
  color: var(--header-color);
  letter-spacing: 1.68px;
  border-bottom: 1px solid transparent;
  filter: opacity(1);
}
.navmenu__list-link:hover, .navmenu__list-link:focus, .navmenu__list-link.nav.navON {
  color: inherit;
  border-color: inherit;
}
.navmenu__list .navmenu__list-item + .navmenu__list-item{
  padding-left: 30px;
}
.header__logo {
  padding: 0 35px;
}
.header:not(.is-fixed) .header__logo .header__logo-img{
  width: var(--logo-width);
  height: auto;
  transition: 0.3s;
}
.header.is-fixed .header__logo .header__logo-img{
  width: var(--logo-width-onscroll);
  height: auto;
  transition: 0.3s;
}
.navmenu__list-item.submenulist .navmenu-dropmenu {
  position: absolute;
  min-width: 200px;
  left: -35px;
  padding-top: 15px;
  background: var(--inverse-font-color);
  border-radius: 0px 0px 0px 0px;
  margin: 0px auto;
  list-style: none;
  width: 250px;
  padding-bottom: 15px;
}
.navmenu__list-item.submenulist .navmenu-dropmenu li a {
  font-size: 15px;
  font-family: var(--text-fonts);
  text-transform: capitalize;
  line-height: 40px;
  text-align: center;
  letter-spacing: 0px;
  color: var(--text-color) !important;
  padding: 0px 0px;
  font-weight: 400;
  border-bottom: 1px solid transparent;
}
.navmenu__list-item.submenulist .navmenu-dropmenu li a:hover,
.navmenu__list-item.submenulist .navmenu-dropmenu li a:focus,
.navmenu__list-item.submenulist .navmenu-dropmenu .navmenu-dropmenu__link.nav.navON{
  border-color: inherit;
}
.header__toggler-btn {
  background: transparent;
  color: var(--primary-color);
  box-shadow: none;
  border: none;
  font-size: 23px;
  padding: 0;
  display: flex;
  align-items: center;
}
#reserve-modal {
  padding: 0px;
}
#reserve-modal .uk-modal-dialog {
  width: 100%;
  height: 100%;
  /*background-image: url(/resourcefiles/common-image/orange-bg.jpg);*/
  background-repeat: no-repeat;
  width: 100%;
  background-size: cover;
  background-color: var(--primary-color);
  background-blend-mode: luminosity;
}
.open-table-widget-container {
  position: absolute;
  z-index: 10;
  max-width: 640px;
  width: 100%;
  max-height: 420px;
  left: 0px;
  right: 0px;
  top: 0px;
  bottom: 0px;
  color: var(--text-color) !important;
  padding: 20px;
  background: var(--inverse-font-color);
  margin: auto !important;
}
.open-table-widget-container .uk-modal-close {
  position: absolute;
  right: 0px;
  top: -40px;
  /*color: var(--inverse-font-color);*/
}
#reserve-modal .uk-modal-dialog:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: var(--primary-color);
  z-index: 0;
  content: '';
  opacity: 0.75;
}
.header__collapsible-close-btn a, .reserve-modal-close-btn{
  width: 22px;
  height: 22px;
  display: block;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 10px;
  border: 1px solid var(--highlight-color);
  background-color: transparent;
  color: var(--highlight-color);
  cursor: pointer;
}
.header__collapsible-close-btn a:hover, .header__collapsible-close-btn a:focus,
.reserve-modal-close-btn:hover, .reserve-modal-close-btn:focus{
  background-color: var(--highlight-color);
  color: var(--primary-color);
}

@media (min-width: 1024.1px) {
  .header__collapsible.mobile-only, .header__toggler{
    display: none;
  }
}

@media (max-width: 1280px) {
  .navmenu__list .navmenu__list-item + .navmenu__list-item {
    padding-left: 15px;
  }
  .header__logo {
    padding: 0 10px;
  }
  .header__reserve-cta {
    margin-left: 10px;
  }
}
@media (max-width: 1024px) {
  .navmenu__list{
    display: none;
  }
  /*.header:not(.is-fixed) .header_top {
  display: none;
}*/
  .header_top{
    display: block;
  }
  .header__grid{
    padding: 13px 0px;
  }
  .header__reserve-cta {
    display: none;
  }
  .navmenu{
    width: 100%;
  }
  .header__container {
    justify-content: space-between;
    padding: 0 30px;
  }
  .header.is-fixed, .header{
    /*height: 64px;*/
    background: var(--inverse-font-color);
    box-shadow: 0px 4px 8px -2px rgba(0, 0, 0, 0.10), 0px 2px 4px -2px rgba(0, 0, 0, 0.06);
  }
  .header__logo svg, .header__logo svg * {
    fill: var(--primary-color);
  }
  .header__logo.header__logo-transparent {
    display: none;
  }
  .header:not(.is-fixed) .header__scroll-logo {
    display: block;
  }
  .header:not(.is-fixed) .header__logo .header__logo-img, .header.is-fixed .header__logo .header__logo-img {
    width: var(--mob-logo-width);
  }
  /*#reserve-modal .uk-modal-dialog{
  background-image: url('https://www.bacchusbarpdx.com/resourcefiles/backgroundimages/wood-bg-image.jpeg') !important;
}*/
  #reserve-modal .uk-modal-dialog:before{
    opacity: 0.7;
  }
  .header__collapsible{
    width: 100%;
    overflow: hidden;
    overflow-y: auto;
    /*background-image: url('https://www.bacchusbarpdx.com/resourcefiles/backgroundimages/wood-bg-image.jpeg');*/
    background-color: var(--primary-color);
    background-blend-mode: luminosity;
    background-size: cover;
    background-position: center;
  }
  .header__collapsible .navmenu__list {
    display: block;
    padding: 30px 0px 30px;
  }
  .header__collapsible .uk-offcanvas-bar{
    width: 100%;
    background: none;
    /*background-image: url('https://www.bacchusbarpdx.com/resourcefiles/backgroundimages/wood-bg-image.jpeg');
    background-color: var(--primary-color);
    background-blend-mode: luminosity;
    position: relative;*/
    padding: 30px;
  }
  .header__collapsible:before {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: var(--primary-color);
    z-index: 0;
    content: '';
    opacity: 0.7;
    pointer-events: none;
  }
  .navmenu__list .navmenu__list-item{
    text-align: center;
  }
  .navmenu__list .navmenu__list-item + .navmenu__list-item {
    padding-left: 0px;
    margin-top: 20px;
  }
  .header__collapsible .navmenu__list li a {
    font: var(--mob-header-fonts);
    text-transform: uppercase;
    color: var(--inverse-font-color) !important;
    justify-content: flex-start;
    letter-spacing: 0px;
    justify-content: center;
    font-family: var(--title-fonts);
    width: fit-content;
    margin: 0 auto;
  }
  .header__collapsible .header__container {
    justify-content: flex-end;
    padding: 0;
  }
  .header__collapsible-social-media {
    justify-content: center;
    border-top: 1px solid var(--highlight-color);
    margin: 0;
    padding-top: 30px;
    position: relative;
  }
  .header__collapsible-social-media  .social-channel-name {
    display: none;
  }
  .header__collapsible-social-media ul {
    column-gap: 17px;
    display: flex;
    list-style: none;
    padding: 0;
    margin: 0;

  }
  .header__collapsible-social-media a{
    color: var(--highlight-color);
  }
  .header__collapsible-social-media .icon-s {
    font-size: 23px;
  }
  .header__collapsible .navmenu__list-item.submenulist .navmenu-dropmenu{
    position: relative;
    background: transparent;
    left: inherit !important;
    top: inherit !important;
    padding-bottom: 0;
    box-shadow: none;
  }
  .header__collapsible .navmenu__list-item.submenulist .navmenu-dropmenu li a{
    color: var(--inverse-font-color) !important;
  }
}
@media (max-width: 639.98px) {
  .header_top-inner {
    flex-direction: column;
    padding: 0px 20px;
  }
  .header_top{
    padding: 5px 0px;
  }
  .header_top a {
    font-size: 16px;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
}
@media (max-width: 575px) {
  .open-table-widget-container {
    max-width: 255px;
  }
  .open-table-widget-container .uk-modal-close {
    position: fixed;
    top: 35px;
    right: 35px;
  }
}

/* Without banner header CSS */
.without-banner .vcomponent:has(header),
.without-banner .VComponent:has(header) {
  position: sticky;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
}
.without-banner .header {
  position: static;
}
@media (min-width: 1024.1px) {
  .without-banner .header {
    background: var(--bg-header);
  }
  .header.is-fixed .header_top, .menu-active .header .header_top, .without-banner .header .header_top 	{
    display: block;
  }
  .without-banner .header:not(.is-fixed) .header__scroll-logo{
    display: block;
  }
  .without-banner .header:not(.is-fixed) .header__logo-transparent {
    display: none;
  }
  .without-banner .header .header__logo .header__logo-img {
    width: var(--logo-width-onscroll);
  }
  .without-banner .header:not(.is-fixed) .header__reserve-cta {
    display: block;
  }
}
.navmenu__list-item.navmenu__list-item--onlymob {
  display: none;
}
@media (max-width: 768px) {
  .navmenu__list-item.navmenu__list-item--onlymob {
    display: block;
  }
}
/* Without banner header CSS */
.fullscreen-hero-banner>.uk-position-relative>img {
  width: 100%;
  height: 100vh;
  object-fit: cover;
}
.fullscreen-hero-banner > img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 1;
}
.fullscreen-hero-banner > .uk-position-relative:before {
  content: '';
  position: absolute;
  /*background: linear-gradient(180deg, rgba(0, 0, 0, 0.56) 0%, rgba(0, 0, 0, 0) 23.02%),
  linear-gradient(0deg, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1));
  background: #00000080;*/
  background: #000;
  width: 100%;
  height: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
  opacity: 0.4;
}
/*.fullscreen-hero-banner.triangle-pattern > .uk-position-relative:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 64px;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: url('https://www.bacchusbarpdx.com//resourcefiles/backgroundimages/triangle-pattern.svg');
  background-size: cover;
  background-repeat: no-repeat;
  z-index: 1;
  position: absolute;
  bottom: -90px;
  left: 0;
  width: 100%;
  height: 90px;
  background: var(--body-bg);
  transform: skewY(2deg);
  transform-origin: top right;
  z-index: 2;
}*/
.fullscreen-hero-banner {
  overflow: hidden;
}
.fullscreen-banner-overlay-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  text-align: center;
}
.fullscreen-hero-banner-logo img {
  width: 240px;
  height: auto;
}
.fullscreen-hero-banne-action {
  display: flex;
  align-items: center;
  column-gap: 25px;
  row-gap: 10px;
  flex-wrap: wrap;
  justify-content: center;
  width: calc(100vw - 40px);
}
@media(max-width: 575px) {
  .fullscreen-hero-banne-action a {
    width: 100%;
  }
}
.fullscreen-hero-banner-logo {
  margin-bottom: 45px;
}
@media (max-width: 768px) {
  .fullscreen-hero-banner > img {
    max-width: 270px;
  }
  .fullscreen-hero-banner.wave-pattern > .uk-position-relative:after {
    height: 23px;
  }
  .fullscreen-hero-banner.triangle-pattern > .uk-position-relative:after{
    transform: skewY(3deg);
  }
}
@media (max-width: 767.98px) {
  .fullscreen-hero-banner-logo img {
    width: 120px;
  }
  .fullscreen-hero-banner-logo {
    margin-bottom: 20px;
  }
}
@media (max-width: 639.98px) {
  .fullscreen-hero-banner-logo img {
    width: 219px;
  }
  .fullscreen-hero-banner-logo {
    margin-bottom: 40px;
  }
}
.h1-overview-container {
  max-width: 880px;
}
.h1-overview-content {
  text-align: center;
  padding: 90px 0px 75px;
}
.h1-overview-title{
	filter: opacity(1);
}
.h1-overview-action {
  margin-top: 35px;
  display: flex;
  justify-content: center;
  align-items: center;
  column-gap: 20px;
  row-gap: 20px;
  flex-wrap: wrap;
}
.h1-overview.polygon-shape {
  position: relative;
}
.h1-overview.polygon-shape .polygon-shape-bg {
  position: absolute;
  top: -62%;
  right: 0;
  width: 525px;
  z-index: 1;
}
.h1-overview.polygon-shape .h1-overview-content{
  position: relative;
  z-index: 2;
}
@media (max-width: 1024px) {
  .h1-overview.polygon-shape .polygon-shape-bg {
    top: -56%;
    width: 475px;
  }
}
@media (max-width: 960px) {
  .h1-overview.polygon-shape .polygon-shape-bg {
    top: 0%;
    width: 320px;
  }
}
@media (max-width: 767.98px) {
  .h1-overview-content {
    padding: 70px 0px 70px;
  }
}
@media (max-width: 639.98px) {
  .h1-overview.polygon-shape .polygon-shape-bg {
    top: 40%;
    width: 85%;
    left: inherit;
    right: 0;
  }
}
@media (max-width: 400px) {
  h1.h1-overview-title{
    font-size: 38px;
    letter-spacing: 0;
  }
}
.fullscreen-two-col-grid-box {
  background-size: cover;
  padding: 135px 0px 160px;
  background-repeat: no-repeat;
  background-attachment: fixed;
  position: relative;
  background-color: var(--primary-color);
}
/*.fullscreen-two-col-grid-box.addBg {
    background-image: url("https://assets.milestoneinternet.com/kimpton-hotels-restaurants/bacchus-bar/website-assets/background-images/fullscreen-two-col-grid-box-bg.jpg");
}*/
.fullscreen-two-col-grid-box-container {
  max-width: 1096px;
  position: relative;
  z-index: 2;
}
/*.fullscreen-two-col-grid-box:before,
.fullscreen-two-col-grid-box:after{
  content: '';
  position: absolute;
  top: -65px;
  left: 0;
  width: 100%;
  height: 70px;
  background: var(--body-bg);
  transform: skewY(-1.5deg);
  transform-origin: top right;
  z-index: 0;
}
.fullscreen-two-col-grid-box:after{
  top: inherit;
  bottom: -50px;
  transform: skewY(1.5deg);
}*/
.fullscreen-two-col-grid-section-overview *, .fullscreen-two-col-grid-box-overlay-title{
  color: var(--inverse-font-color);
}
.fullscreen-two-col-grid-box-media {
  position: relative;
  overflow: hidden;
}
.fullscreen-two-col-grid-box-media:hover img,
.fullscreen-two-col-grid-box-media:focus img,
.fullscreen-two-col-grid-box-media:focus-within img{
  transform: scale(1.1);
}
.fullscreen-two-col-grid-box-media img {
  width: 100%;
  transition: all 0.3s ease-out;
}
.fullscreen-two-col-grid-box-overlay {
  position: absolute;
  bottom: 0;
  padding: 30px;
  width: 100%;
  left: 0;
  z-index: 2;
}
.fullscreen-two-col-grid-box-media:before {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 45%, rgba(0, 0, 0, 0.6) 100%);
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: '';
  z-index: 1;
}
.fullscreen-two-col-grid {
  margin-top: 40px;
}
.fullscreen-two-col-grid-box.polygon-shape .polygon-shape-bg {
  position: absolute;
  top: 6%;
  left: 0;
  width: 782px;
  z-index: 1;
}
.fullscreen-two-col-grid{
  margin-left: -35px;
}
.fullscreen-two-col-grid > * {
  padding-left: 35px;
}
@media (min-width: 960px) {

  .fullscreen-two-col-grid-box-overlay-title{
      font-size: 35px;
  }
}
@media (min-width: 1300px) {
.fullscreen-two-col-grid-section-overview .fullscreen-two-col-grid-section-title{
  	text-wrap: balance;
  }
}
@media (max-width: 1024px) {
  .fullscreen-two-col-grid-box.polygon-shape .polygon-shape-bg{
    top: 12%;
    width: 540px;
  }
}
@media (max-width: 960px) {
  .fullscreen-two-col-grid-box.polygon-shape .polygon-shape-bg {
    top: 20%;
    width: 430px;
  }
}
@media (max-width: 767.98px) {
  .fullscreen-two-col-grid-box {
    padding: 100px 0px 120px;
  }
  .fullscreen-two-col-grid-box:after{
    transform: skewY(-2.5deg);
  }
  .fullscreen-two-col-grid-box:after{
    transform: skewY(2.5deg);
  }
}
@media (max-width: 639.98px) {
  .fullscreen-two-col-grid-box-media img {
    height: 650px;
    object-fit: cover;
  }
  .fullscreen-two-col-grid-box.polygon-shape .polygon-shape-bg {
    width: 85%;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
  }
  .fullscreen-two-col-grid > *:last-child{
  	padding-top: 40px
  }
}
.fullscreen-media-box-slider {
  padding: 135px 0px;
}
.fullscreen-media-box-slider-action {
  margin-top: 30px;
}
.fullscreen-media-box-slider-media{
  position: relative;
  overflow: hidden;
}
.fullscreen-media-box-slider-media img{
  width: 100%;
  transition: all 0.3s ease-out;
}
.fullscreen-media-box-slider-media:hover img,
.fullscreen-media-box-slider-media:focus img,
.fullscreen-media-box-slider-media:focus-within img{
  transform: scale(1.1);
}
.fullscreen-media-box-slider-overview {
  max-width: 966px;
  margin: 0px auto;
}
.fullscreen-media-box-slider-wrapper {
  padding-top: 74px;
}
.fullscreen-media-box-slider-container {
  padding-right: 0;
  /*width: calc(1360px + (100% - 1360px) / 2);
  width: -webkit-calc(1360px + (100% - 1360px) / 2);
  margin-right: 0;*/
  max-width: none;
}
.fullscreen-media-box-slider-item {
  width: 31.5%;
}
.fullscreen-media-box-slider-container .uk-slider-container{
  padding-left: 30px;
}
.fullscreen-media-box-slider-arrow-control {
  width: calc(100% - 40px);
  position: absolute;
  top: calc(50% - 20px);
  transform: translateY(-50%);
  left: 0;
}
.fullscreen-media-box-slider-arrow-control 
.fullscreen-media-box-slider-dot-nav {
  margin-top: 55px;
}
.fullscreen-media-box-slider.polygon-shape {
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.fullscreen-media-box-slider.polygon-shape .polygon-shape-bg {
  position: absolute;
  right: 0;
  width: 600px;
  top: 28%;
}
.fullscreen-media-box-slider.polygon-shape .fullscreen-media-box-slider-wrapper{
  position: relative;
  z-index: 1;
}
@media (max-width: 1360px){
  .fullscreen-media-box-slider-container{
    width: 100%;
    padding-left: 0px;
  }
  .fullscreen-media-box-slider-container .uk-slider-container {
    padding-left: 0;
  }
  .fullscreen-media-box-slider-arrow-control {
    width: 96%;
    left: 50%;
    transform: translate(-50%, -50%);
    top: calc(50% - 40px);
  }
}
@media (max-width: 1024px) {
  .fullscreen-media-box-slider.polygon-shape .polygon-shape-bg {
    width: 370px;
    top: 32%;
  }
}
@media (max-width: 960px) {
  .fullscreen-media-box-slider.polygon-shape .polygon-shape-bg {
    width: 270px;
    top: 35%;
  }
}
@media (max-width: 767.98px) {
  .fullscreen-media-box-slider {
    padding: 80px 0px;
  }
  .fullscreen-media-box-slider-wrapper {
    padding-top: 32px;
  }
}
@media (max-width: 639.98px) {
  .fullscreen-media-box-slider-item {
    width: 79.5%;
  }
  .fullscreen-media-box-slider-media img{
    height: 362px;
    object-fit: cover;
  }
  .fullscreen-media-box-slider.polygon-shape .polygon-shape-bg {
    width: 95%;
    top: inherit;
    transform: rotate(-58deg);
    right: -65%;
    bottom: -275px;
  }
}
.footer {
    padding: 64px 0;
}
.footer-section:before,
.footer-section:after{
    display: none;
}
.footer-top {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    align-items: stretch;
    position: relative;
    z-index: 2;
}

.footer-top-links {
    padding-left: 0;
    list-style-type: none;
    display: flex;
    column-gap: 44px;
    row-gap: 20px;
}

.footer-copyright {
    font-size: 14px;
    line-height: 150%;
    letter-spacing: 0.14px;
}

.footer a.top-link {
    font: var(--footer-fonts);
    text-transform: var(--footer-fonts-text-transform);
}

.form-description {
    margin-bottom: 16px;
}

#footerEmail {
    width: 300px;
    background: var(--primary-color);
    border-radius: 0 10px 0 10px;
}

#footerEmail::placeholder {
    color: var(--inverse-font-color);
}

.footer-top-right {
    max-width: 464px;
}

.social-section {
    display: flex;
    justify-content: flex-start;
    align-self: baseline;
}

.footer-social ul {
    padding: 0;
    list-style-type: none;
    display: flex;
    gap: 33px;
    flex-direction: column;
}

.footer-social a {
    font-size: 14px;
    line-height: 150%;
    letter-spacing: 0.14px;
    display: flex;
    align-items: center;
    row-gap: 15px;
    column-gap: 15px;
}

.footer-social a:hover,
.footer-social a:focus {
    text-decoration: none !important;
}
.footer__secondary--links-item {
    font-size: 14px;
}
.footer-social a:hover span:last-child,
.footer-social a:focus span:last-child {
    text-decoration: underline;
}
.footer-social a:hover .icon-s,
.footer-social a:focus .icon-s{
    opacity: 0.7;
}

.social-text-links {
    padding: 0;
    list-style-type: none;
    display: flex;
    column-gap: 26px;
}

.social-text-links a {
    font: var(--footer-fonts);
    text-transform: var(--footer-fonts-text-transform);
    font-size: 14px;
}

.footer-social {
    position: relative;
}
.footer a{
    font-size: 14px;
}
.footer a:hover,
.footer a:focus,
.footer a.navON {
    text-decoration: underline;
}

.footer-bottom {
    text-align: center;
    border-top: 1px solid var(--inverse-font-color);
    padding-top: 23px;
    margin-top: 40px;
    position: relative;
    z-index: 2;
}

.footer-copyright-home {
    display: none;
}

.milestone .footer-copyright-home {
    display: block;
}

.milestone .footer-copyright-inner {
    display: none;
}

.footer-copyright-home a {
    text-decoration: underline;
}

.footer-copyright-home a:hover,
.footer-copyright-home a:focus {
    text-decoration: none;
}

.footer-top>div {
    position: relative;
    display: grid;
    place-items: center;
}

.footer-top div+div:before {
    content: '';
    position: absolute;
    width: 1px;
    height: 100%;
    background: var(--inverse-font-color);
    left: -65px;
  left: -265px;
  display: none;
}

.footer-top-left {
    display: flex !important;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start !important;
}

@media (max-width: 1280px) {
    .footer-top div+div:before {
        left: -45px;
      left: -200px;
    }
}

@media (max-width: 1180px) {
    .footer-top div+div:before {
        display: none;
    }

    .footer-top-links {
        column-gap: 30px;
    }
}

@media (max-width: 1024px) {
    .footer-top-links {
        column-gap: 50px;
    }

    .footer-top-links {
        column-gap: 20px;
    }

    .footer-top div+div:before {
        display: none;
    }

    .footer-top-right {
        max-width: unset;
    }

    .footer-top {
        flex-direction: column;
    }

    .footer {
        padding: 48px 0;
    }

    .footer-logo {
        margin-bottom: 24px;
    }

    .footer-social a {
        font-size: 14px;
        column-gap: 12px;
    }

    .footer-social ul {
        flex-direction: row;
        flex-wrap: wrap;
    }

    .footer-top-left {
        padding-top: 24px;
        margin-top: 32px;
        border-top: 1px solid var(--inverse-font-color);
    }

    .footer-top-links {
        flex-direction: column;
        align-items: center;
        padding-bottom: 24px;
        width: 100%;
        border-bottom: 1px solid var(--inverse-font-color);
        margin-bottom: 24px;
    }

    .social-section {
        align-self: auto;
        width: 100%;
    }

    .social-text-links {
        flex-direction: column;
        align-items: center;
        width: 100%;
        row-gap: 12px;
        padding-bottom: 24px;
        border-bottom: 1px solid var(--inverse-font-color);
    }

    .footer-bottom {
        border: none;
        margin-top: 23px;
        padding-top: 0;
    }
}