body {
  background: 0 0;
  border: 0;
  margin: 0;
  /* padding: 0; */
  vertical-align: baseline;
  outline: 0
}
html {
  overflow-y: scroll !important
}
body {
  font-family: Poppins, sans-serif;
  font-size: 15px;
  line-height: 26px;
  font-weight: 300;
  overflow-x: hidden !important;
  -webkit-font-smoothing: antialiased
}
.qodef-btn, .qodef-btn.qodef-btn-simple .qodef-btn-text {
  display: inline-block;
  position: relative;
  vertical-align: middle
}
.qodef-banner-holder .qodef-banner-button-holder {
  position: relative;
  z-index: 1
}
.qodef-banner-holder:hover img {
  -webkit-transform: scale(1.06);
  -moz-transform: scale(1.06);
  transform: scale(1.06)
}
.qodef-btn {
  width: auto;
  margin: 0;
  font-family: inherit;
  font-size: 13px;
  line-height: 2em;
  font-weight: 500;
  border-radius: 1px;
  outline: 0;
  box-sizing: border-box;
  -webkit-transition: background-color .35s, border-color .35s, color .1s cubic-bezier(.77, 0, .175, 1);
  -moz-transition: background-color .35s, border-color .35s, color .1s cubic-bezier(.77, 0, .175, 1);
  transition: background-color .35s, border-color .35s, color .1s cubic-bezier(.77, 0, .175, 1);
  padding: 10px 26px;
  cursor: pointer
}
.qodef-btn.qodef-btn-simple {
  padding: 0 !important;
  color: #282828;
  background-color: transparent;
  border: 0;
  vertical-align: middle;
  font-weight: 500
}
.qodef-btn.qodef-btn-simple .qodef-btn-text {
  padding-left: 13px;
  -webkit-transition: -webkit-transform .3s cubic-bezier(.77, 0, .175, 1);
  -moz-transition: -moz-transform .3s cubic-bezier(.77, 0, .175, 1);
  transition: transform .3s cubic-bezier(.77, 0, .175, 1)
}
.qodef-btn.qodef-btn-simple .qodef-btn-text:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 1px;
  height: 1px;
  width: 10px;
  background-color: currentColor;
  -webkit-transition: width .1s;
  -moz-transition: width .1s;
  transition: width .1s
}
.qodef-btn.qodef-btn-simple .qodef-btn-text:after {
  content: "";
  position: absolute;
  bottom: 2px;
  right: 0;
  height: 1px;
  width: 100%;
  background-color: currentColor;
  -webkit-transition: width .3s cubic-bezier(.77, 0, .175, 1);
  -moz-transition: width .3s cubic-bezier(.77, 0, .175, 1);
  transition: width .3s cubic-bezier(.77, 0, .175, 1)
}
.qodef-btn.qodef-btn-simple.qodef-btn-fullwidth .qodef-btn-text, .qodef-btn.qodef-btn-simple.qodef-btn-huge .qodef-btn-text, .qodef-btn.qodef-btn-simple.qodef-btn-large .qodef-btn-text {
  padding-left: 14px
}
.qodef-btn.qodef-btn-simple.qodef-btn-fullwidth .qodef-btn-text:before, .qodef-btn.qodef-btn-simple.qodef-btn-huge .qodef-btn-text:before, .qodef-btn.qodef-btn-simple.qodef-btn-large .qodef-btn-text:before {
  width: 12px
}
.qodef-btn.qodef-btn-simple.qodef-btn-fullwidth .qodef-btn-text:after, .qodef-btn.qodef-btn-simple.qodef-btn-huge .qodef-btn-text:after, .qodef-btn.qodef-btn-simple.qodef-btn-large .qodef-btn-text:after {
  height: 2px
}
.qodef-btn.qodef-btn-simple:not(.qodef-btn-custom-hover-color):hover {
  color: #282828 !important
}
.qodef-btn.qodef-btn-simple:not(.qodef-btn-custom-hover-bg):hover {
  background-color: transparent !important
}
.qodef-btn.qodef-btn-simple:not(.qodef-btn-custom-border-hover):hover {
  border-color: transparent !important
}
.qodef-btn.qodef-btn-simple:hover .qodef-btn-text {
  -webkit-transform: translateX(-13px);
  -moz-transform: translateX(-13px);
  transform: translateX(-13px)
}
.qodef-btn.qodef-btn-simple:hover .qodef-btn-text:before {
  width: 0
}
.qodef-btn.qodef-btn-simple:hover .qodef-btn-text:after {
  width: calc(100% - 13px)
}
.qodef-interactive-fullscreen-columns {
  height: 100vh;
	overflow: hidden;
}
.qodef-interactive-fullscreen-columns .qodef-ifc-inner {
  display: flex;
  height: 100%
}
.qodef-interactive-fullscreen-columns .qodef-ifc-inner > div {
  position: relative;
  flex: 1
}
.qodef-interactive-fullscreen-columns .qodef-ifc-inner > div:not(:last-child):after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 5px;
  height: 100%;
  background-color: #f4f5f7;
}
.qodef-interactive-fullscreen-columns .qodef-ifc-item-text-holder {
  position: absolute;
  top: 72%;
  left: 0;
  width: 100%;
  padding-left: 60px;
  box-sizing: border-box;
  z-index: 100
}
.qodef-interactive-fullscreen-columns .qodef-ifc-item-title {
  font-size: 2.5vmax;
  line-height: 1.25em;
  margin: 0;
  -webkit-transition: color .15s;
  -moz-transition: color .15s;
  transition: color .15s
}
.qodef-interactive-fullscreen-columns .qodef-ifc-item-subtitle {
  font-weight: 300;
  margin: 0 0 15px;
  -webkit-transition: color .15s;
  -moz-transition: color .15s;
  transition: color .15s
}
.qodef-interactive-fullscreen-columns .qodef-ifc-btn-holder {
  opacity: 0;
  -webkit-transition: opacity .2s .1s;
  -moz-transition: opacity .2s .1s;
  transition: opacity .2s .1s
}
.qodef-interactive-fullscreen-columns .qodef-ifc-item-bgrnd-color {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  -webkit-transition: opacity .2s .1s;
  -moz-transition: opacity .2s .1s;
  transition: opacity .2s .1s
}
.qodef-interactive-fullscreen-columns .qodef-ifc-item-image-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 1;
  pointer-events: none;
  opacity: 0;
  -webkit-transform: translate3d(25px, 0, 0);
  -moz-transform: translate3d(25px, 0, 0);
  transform: translate3d(25px, 0, 0);
  -webkit-transition: -webkit-transform .5s cubic-bezier(.25, .46, .45, .94), opacity .2s .1s;
  -moz-transition: -moz-transform .5s cubic-bezier(.25, .46, .45, .94), opacity .2s .1s;
  transition: transform .5s cubic-bezier(.25, .46, .45, .94), opacity .2s .1s
}
.qodef-interactive-fullscreen-columns .qodef-ifc-item-image {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-position: center;
  background-size: cover
}
.qodef-interactive-fullscreen-columns .qodef-ifc-item-text-holder .qodef-btn-text {
  -webkit-transform: translateX(-13px);
  -moz-transform: translateX(-13px);
  transform: translateX(-13px)
}
.qodef-interactive-fullscreen-columns .qodef-ifc-item-text-holder .qodef-btn-text:before {
  width: 0
}
.qodef-interactive-fullscreen-columns .qodef-ifc-item-text-holder .qodef-btn-text:after {
  width: calc(100% - 13px)
}
.qodef-interactive-fullscreen-columns .qodef-ifc-item-link {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 70
}
.qodef-interactive-fullscreen-columns .qodef-ifc-item.qodef-hovered .qodef-ifc-item-subtitle, .qodef-interactive-fullscreen-columns .qodef-ifc-item.qodef-hovered .qodef-ifc-item-title {
  color: #000
}
.qodef-interactive-fullscreen-columns .qodef-ifc-item.qodef-hovered .qodef-ifc-item-image-wrapper {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transition: -webkit-transform .7s cubic-bezier(.77, 0, .175, 1), opacity .3s .2s;
  -moz-transition: -moz-transform .7s cubic-bezier(.77, 0, .175, 1), opacity .3s .2s;
  transition: transform .7s cubic-bezier(.77, 0, .175, 1), opacity .3s .2s
}
.qodef-interactive-fullscreen-columns .qodef-ifc-item.qodef-hovered .qodef-ifc-item-bgrnd-color {
  opacity: 1;
  -webkit-transition: opacity .25s;
  -moz-transition: opacity .25s;
  transition: opacity .25s
}
.qodef-interactive-fullscreen-columns .qodef-ifc-item.qodef-hovered .qodef-ifc-btn-holder {
  opacity: 1
}
.qodef-interactive-fullscreen-columns .qodef-ifc-item.qodef-hovered .qodef-ifc-item-text-holder:not(:hover) .qodef-btn-text {
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  transform: translateX(0)
}
.qodef-interactive-fullscreen-columns .qodef-ifc-item.qodef-hovered .qodef-ifc-item-text-holder:not(:hover) .qodef-btn-text:before {
  width: 10px
}
.qodef-interactive-fullscreen-columns .qodef-ifc-item.qodef-hovered .qodef-ifc-item-text-holder:not(:hover) .qodef-btn-text:after {
  width: 100%
}


@media only screen and (max-width:768px) {
  .qodef-interactive-fullscreen-columns .qodef-ifc-inner {
    flex-direction: column
  }
  .qodef-interactive-fullscreen-columns .qodef-ifc-inner > div:not(:last-child):after {
    top: auto;
    bottom: 0;
    width: 100%;
    height: 1px
  }
  .qodef-interactive-fullscreen-columns .qodef-ifc-item-text-holder {
    width: 33vmax;
    top: auto;
    bottom: 10%
  }
  .qodef-interactive-fullscreen-columns .qodef-ifc-item-image-wrapper {
    position: absolute
  }
  .qodef-interactive-fullscreen-columns .qodef-ifc-item:not(:hover) {
    z-index: 10
  }
  .qodef-eh-item-content .qodef-pi-holder {
    text-align: center !important
  }
  .qodef-eh-item-content .qodef-pi-holder .qodef-pi {
    display: inline-block !important
  }
  .qodef-price-table .qodef-pt-inner ul li {
    padding: 0 40px
  }
}