@font-face {
  font-family: 'Montserrat';
  src: url("/Content/fonts/Montserrat-SemiBold.eot");
  src: url("/Content/fonts/Montserrat-SemiBold.eot?#iefix") format("embedded-opentype"), url("/Content/fonts/Montserrat-SemiBold.woff") format("woff"), url("/Content/fonts/Montserrat-SemiBold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'Montserrat';
  src: url("/Content/fonts/Montserrat-Thin.eot");
  src: url("/Content/fonts/Montserrat-Thin.eot?#iefix") format("embedded-opentype"), url("/Content/fonts/Montserrat-Thin.woff") format("woff"), url("/Content/fonts/Montserrat-Thin.ttf") format("truetype");
  font-weight: 100;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'Montserrat';
  src: url("/Content/fonts/Montserrat-Black.eot");
  src: url("/Content/fonts/Montserrat-Black.eot?#iefix") format("embedded-opentype"), url("/Content/fonts/Montserrat-Black.woff") format("woff"), url("/Content/fonts/Montserrat-Black.ttf") format("truetype");
  font-weight: 900;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'Montserrat';
  src: url("/Content/fonts/Montserrat-Bold.eot");
  src: url("/Content/fonts/Montserrat-Bold.eot?#iefix") format("embedded-opentype"), url("/Content/fonts/Montserrat-Bold.woff") format("woff"), url("/Content/fonts/Montserrat-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'Montserrat';
  src: url("/Content/fonts/Montserrat-ExtraBold.eot");
  src: url("/Content/fonts/Montserrat-ExtraBold.eot?#iefix") format("embedded-opentype"), url("/Content/fonts/Montserrat-ExtraBold.woff") format("woff"), url("/Content/fonts/Montserrat-ExtraBold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'Montserrat';
  src: url("/Content/fonts/Montserrat-Light.eot");
  src: url("/Content/fonts/Montserrat-Light.eot?#iefix") format("embedded-opentype"), url("/Content/fonts/Montserrat-Light.woff") format("woff"), url("/Content/fonts/Montserrat-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'Montserrat';
  src: url("/Content/fonts/Montserrat-Medium.eot");
  src: url("/Content/fonts/Montserrat-Medium.eot?#iefix") format("embedded-opentype"), url("/Content/fonts/Montserrat-Medium.woff") format("woff"), url("/Content/fonts/Montserrat-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'Montserrat';
  src: url("/Content/fonts/Montserrat-Regular.eot");
  src: url("/Content/fonts/Montserrat-Regular.eot?#iefix") format("embedded-opentype"), url("/Content/fonts/Montserrat-Regular.woff") format("woff"), url("/Content/fonts/Montserrat-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap; }

.hero {
  background-image: url("/Content/images/HeroBackground.jpg");
  background-size: cover;
  background-position: center;
  padding-top: 100px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 50% 50%;
  grid-template-columns: 50% 50%;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  position: relative;
  height: 850px; }
  @media only screen and (max-width: 1700px) {
    .hero {
      height: 810px; } }
  @media only screen and (max-width: 1550px) {
    .hero {
      padding-top: 90px;
      height: 730px; } }
  @media only screen and (max-width: 1300px) {
    .hero {
      height: 650px; } }
  @media only screen and (max-width: 1000px) {
    .hero {
      padding-top: 8vw;
      height: 550px; } }
  @media only screen and (max-width: 800px) {
    .hero {
      -ms-grid-columns: 100%;
      grid-template-columns: 100%;
      padding-top: 0;
      height: 650px;
      -ms-flex-line-pack: center;
      align-content: center; } }
  .hero .hero-content {
    padding-top: 130px;
    /*	@include for-size(1300) {
			padding-top: 130px;
		}*/ }
    @media only screen and (max-width: 1550px) {
      .hero .hero-content {
        padding-top: 130px; } }
    @media only screen and (max-width: 1300px) {
      .hero .hero-content {
        padding-top: 90px; } }
    @media only screen and (max-width: 800px) {
      .hero .hero-content {
        padding-top: 0; } }
    .hero .hero-content h1 {
      text-transform: uppercase;
      color: #fff;
      font-weight: 700;
      letter-spacing: .08em;
      font-size: 23px;
      margin: 0 0 40px; }
      @media only screen and (max-width: 1550px) {
        .hero .hero-content h1 {
          margin: 0 0 20px; } }
      @media only screen and (max-width: 1300px) {
        .hero .hero-content h1 {
          font-size: 20px; } }
      @media only screen and (max-width: 1000px) {
        .hero .hero-content h1 {
          font-size: 18px;
          margin: 0 0 12px; } }
      @media only screen and (max-width: 800px) {
        .hero .hero-content h1 {
          font-size: 22px;
          margin: 0 0 15px;
          text-align: center; } }
    .hero .hero-content img {
      max-width: 90%;
      height: auto;
      display: block; }
      @media only screen and (max-width: 1550px) {
        .hero .hero-content img {
          max-width: 80%; } }
      @media only screen and (max-width: 800px) {
        .hero .hero-content img {
          max-width: 100%;
          margin: 0 auto; } }
    .hero .hero-content p {
      color: #fff;
      margin: 30px 0;
      font-size: 16px; }
      @media only screen and (max-width: 1300px) {
        .hero .hero-content p {
          margin: 20px 0; } }
      @media only screen and (max-width: 1000px) {
        .hero .hero-content p {
          margin: 12px 0;
          font-size: 14px; } }
      @media only screen and (max-width: 800px) {
        .hero .hero-content p {
          margin: 20px 0;
          font-size: 18px;
          text-align: center; } }
    .hero .hero-content .hero-btn-wrapper {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      gap: 20px;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
      @media only screen and (max-width: 800px) {
        .hero .hero-content .hero-btn-wrapper {
          -webkit-box-pack: center;
          -ms-flex-pack: center;
          justify-content: center; } }
  .hero .hero-image {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
    @media only screen and (max-width: 800px) {
      .hero .hero-image {
        display: none; } }
    .hero .hero-image img {
      max-width: 100%;
      height: auto;
      display: block; }
  .hero .social-circles {
    position: absolute;
    right: 0;
    width: 90px;
    display: -ms-grid;
    display: grid;
    justify-items: center;
    grid-row-gap: 10px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%); }
    @media only screen and (max-width: 1150px) {
      .hero .social-circles {
        display: none; } }
    .hero .social-circles a {
      width: 50px;
      height: 50px;
      background: #de1f26;
      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;
      overflow: hidden;
      -webkit-transition: .3s all ease;
      -o-transition: .3s all ease;
      transition: .3s all ease;
      /*&.youtube {
				svg {
					height: 22px;
				}
			}*/ }
      .hero .social-circles a svg {
        height: 29px;
        width: 29px;
        fill: #fff; }
      .hero .social-circles a.facebook svg {
        height: 37px;
        margin-top: 11px; }
      @media only screen and (min-width: 1001px) {
        .hero .social-circles a:hover {
          background: #1f7dde;
          -webkit-animation: SVGPulse 1.1s infinite;
          animation: SVGPulse 1.1s infinite;
          -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
          -webkit-animation-timing-function: linear;
          animation-timing-function: linear; } }

.enlarge {
  position: relative;
  z-index: 1;
  margin-top: -110px;
  background-image: url("/Content/images/SpeckledBack.png");
  background-size: 2000px;
  background-position: top 60px center;
  background-repeat: no-repeat; }
  @media only screen and (min-width: 2001px) {
    .enlarge {
      background-size: 100% auto; } }
  @media only screen and (max-width: 800px) {
    .enlarge {
      background-size: cover; } }
  .enlarge .grid-wrapper {
    border-radius: 20px 20px 0 0;
    overflow: hidden;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 50% 50%;
    grid-template-columns: 50% 50%;
    -webkit-transform: scale(90%);
    -ms-transform: scale(90%);
    transform: scale(90%);
    -webkit-transform-origin: top center;
    -ms-transform-origin: top center;
    transform-origin: top center;
    position: relative; }
    @media only screen and (max-width: 800px) {
      .enlarge .grid-wrapper {
        border-radius: 0;
        -ms-grid-columns: 100%;
        grid-template-columns: 100%;
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
        padding: 0 5% 5%; }
        .enlarge .grid-wrapper .grid-one {
          -ms-grid-row: 1;
          -ms-grid-row-span: 1;
          grid-row: 1/2;
          border-radius: 5px 5px 0 0; }
        .enlarge .grid-wrapper .grid-two {
          -ms-grid-row: 2;
          -ms-grid-row-span: 1;
          grid-row: 2/3;
          margin-bottom: 20px;
          border-radius: 0 0 5px 5px; }
        .enlarge .grid-wrapper .grid-three {
          -ms-grid-row: 3;
          -ms-grid-row-span: 1;
          grid-row: 3/4;
          border-radius: 5px 5px 0 0; }
        .enlarge .grid-wrapper .grid-four {
          -ms-grid-row: 4;
          -ms-grid-row-span: 1;
          grid-row: 4/5;
          border-radius: 0 0 5px 5px; } }
    .enlarge .grid-wrapper .img-wrapper {
      height: 0;
      padding-bottom: 75%;
      position: relative;
      overflow: hidden; }
      .enlarge .grid-wrapper .img-wrapper .mobile-link {
        display: none; }
        @media only screen and (max-width: 800px) {
          .enlarge .grid-wrapper .img-wrapper .mobile-link {
            display: block;
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            z-index: 1; } }
      .enlarge .grid-wrapper .img-wrapper img {
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
        width: 100%;
        -o-object-position: right;
        object-position: right;
        -o-object-fit: cover;
        object-fit: cover; }
    .enlarge .grid-wrapper .inner-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: start;
      -ms-flex-pack: start;
      justify-content: flex-start;
      overflow: hidden; }
      .enlarge .grid-wrapper .inner-wrapper.blue {
        background: #1f7dde;
        color: #1c70c8; }
        .enlarge .grid-wrapper .inner-wrapper.blue a:before {
          background: #134b84; }
      .enlarge .grid-wrapper .inner-wrapper.red {
        background: #de1f26;
        color: #c81c22; }
        .enlarge .grid-wrapper .inner-wrapper.red a:before {
          background: #841317; }
      .enlarge .grid-wrapper .inner-wrapper .background-text {
        position: absolute;
        top: 0;
        left: -10px; }
        .enlarge .grid-wrapper .inner-wrapper .background-text span {
          display: block;
          margin: 0;
          line-height: .85em;
          font-size: 10.2vw;
          text-transform: uppercase;
          font-weight: 700; }
          @media only screen and (max-width: 800px) {
            .enlarge .grid-wrapper .inner-wrapper .background-text span {
              font-size: 11vw; } }
      .enlarge .grid-wrapper .inner-wrapper a {
        position: relative;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        text-decoration: none;
        height: 100%;
        width: 100%;
        padding: 60px;
        z-index: 1; }
        @media only screen and (max-width: 800px) {
          .enlarge .grid-wrapper .inner-wrapper a {
            padding: 40px;
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center; } }
        @media only screen and (max-width: 500px) {
          .enlarge .grid-wrapper .inner-wrapper a {
            padding: 30px; } }
        .enlarge .grid-wrapper .inner-wrapper a:before {
          width: 100%;
          height: 100%;
          content: '';
          position: absolute;
          top: 0;
          left: 0;
          z-index: -1;
          opacity: .7;
          -webkit-transform: scaleX(0);
          -ms-transform: scaleX(0);
          transform: scaleX(0);
          -webkit-transform-origin: left;
          -ms-transform-origin: left;
          transform-origin: left;
          -webkit-transition: .4s all ease;
          -o-transition: .4s all ease;
          transition: .4s all ease; }
        .enlarge .grid-wrapper .inner-wrapper a span {
          color: #fff;
          text-transform: uppercase;
          font-size: 52px;
          font-weight: 700;
          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; }
          @media only screen and (max-width: 1550px) {
            .enlarge .grid-wrapper .inner-wrapper a span {
              font-size: 48px; } }
          @media only screen and (max-width: 1300px) {
            .enlarge .grid-wrapper .inner-wrapper a span {
              font-size: 36px; } }
          @media only screen and (max-width: 1000px) {
            .enlarge .grid-wrapper .inner-wrapper a span {
              font-size: 24px; } }
          @media only screen and (max-width: 800px) {
            .enlarge .grid-wrapper .inner-wrapper a span {
              font-size: 42px;
              text-align: center;
              -webkit-box-pack: center;
              -ms-flex-pack: center;
              justify-content: center; } }
          @media only screen and (max-width: 500px) {
            .enlarge .grid-wrapper .inner-wrapper a span {
              font-size: 32px; } }
          .enlarge .grid-wrapper .inner-wrapper a span small {
            display: block;
            font-size: 22px;
            width: 100%; }
            @media only screen and (max-width: 1300px) {
              .enlarge .grid-wrapper .inner-wrapper a span small {
                font-size: 20px; } }
            @media only screen and (max-width: 1000px) {
              .enlarge .grid-wrapper .inner-wrapper a span small {
                font-size: 17px; } }
            @media only screen and (max-width: 800px) {
              .enlarge .grid-wrapper .inner-wrapper a span small {
                font-size: 19px; } }
            @media only screen and (max-width: 500px) {
              .enlarge .grid-wrapper .inner-wrapper a span small {
                font-size: 17px; } }
          .enlarge .grid-wrapper .inner-wrapper a span svg {
            height: 25px;
            width: 41px;
            fill: #fff;
            margin: 0 0 20px 20px; }
            @media only screen and (max-width: 1550px) {
              .enlarge .grid-wrapper .inner-wrapper a span svg {
                margin: 0 0 18px 18px; } }
            @media only screen and (max-width: 1300px) {
              .enlarge .grid-wrapper .inner-wrapper a span svg {
                margin: 0 0 12px 15px;
                height: 20px;
                width: 32px; } }
            @media only screen and (max-width: 1000px) {
              .enlarge .grid-wrapper .inner-wrapper a span svg {
                margin: 0 0 10px 10px;
                height: 13px;
                width: 21px; } }
            @media only screen and (max-width: 800px) {
              .enlarge .grid-wrapper .inner-wrapper a span svg {
                width: 100%;
                height: 22px;
                margin: 0; } }
            @media only screen and (max-width: 500px) {
              .enlarge .grid-wrapper .inner-wrapper a span svg {
                height: 19px; } }
        @media only screen and (min-width: 1001px) {
          .enlarge .grid-wrapper .inner-wrapper a:hover:before {
            -webkit-transform: scale(1);
            -ms-transform: scale(1);
            transform: scale(1); } }

.overflow {
  width: 100vw;
  height: auto;
  overflow: hidden; }

.drops {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  background-image: url("/Content/images/DarkBackground.jpg");
  background-size: cover;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content; }
  @media only screen and (max-width: 1000px) {
    .drops {
      height: auto;
      width: 100vw;
      display: -ms-grid;
      display: grid;
      padding-top: 60px;
      padding-bottom: 60px;
      justify-items: center; } }
  .drops .spacer {
    width: 15vw;
    display: block;
    -ms-flex-negative: 0;
    flex-shrink: 0; }
  .drops .drops-slider {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 135px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content; }
    @media only screen and (max-width: 1000px) {
      .drops .drops-slider {
        display: block;
        width: 80vw; }
        .drops .drops-slider .slick-slide {
          margin: 0 25px; }
        .drops .drops-slider .slick-list {
          margin: 0 -25px; }
        .drops .drops-slider .slick-arrow {
          position: absolute;
          -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
          transform: translateY(-50%);
          fill: #1f7dde;
          opacity: .4;
          height: 35px;
          width: 50px;
          top: 50%; }
          .drops .drops-slider .slick-arrow.Previous {
            left: -9%;
            -webkit-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
            transform: translateY(-50%); }
          .drops .drops-slider .slick-arrow.Next {
            right: -9%;
            -webkit-transform: translateY(-50%) rotate(180deg);
            -ms-transform: translateY(-50%) rotate(180deg);
            transform: translateY(-50%) rotate(180deg); } }
    @media only screen and (max-width: 800px) {
      .drops .drops-slider {
        width: 70vw; }
        .drops .drops-slider .slick-slide {
          margin: 0; }
        .drops .drops-slider .slick-list {
          margin: 0; }
        .drops .drops-slider .slick-arrow {
          height: 27px;
          width: 40px; }
          .drops .drops-slider .slick-arrow.Previous {
            left: -16%; }
          .drops .drops-slider .slick-arrow.Next {
            right: -16%; } }
  .drops .drops-content {
    width: 33vw;
    margin-right: 135px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-backface-visibility: hidden; }
    @media only screen and (max-width: 1000px) {
      .drops .drops-content {
        margin: 0 0 30px;
        width: 100%;
        display: -ms-grid;
        display: grid;
        justify-items: center;
        text-align: center; } }
    .drops .drops-content img {
      max-width: 100%;
      height: auto;
      display: block;
      margin-left: -20px; }
    .drops .drops-content p {
      color: #fff;
      margin: 40px 0 0 0;
      line-height: 1.8;
      -webkit-backface-visibility: hidden; }
      .drops .drops-content p a {
        -webkit-backface-visibility: hidden; }
      @media only screen and (max-width: 500px) {
        .drops .drops-content p {
          line-height: 1.4;
          margin: 30px 0 0 10px; } }

.home-product {
  width: 19vw;
  position: relative;
  opacity: 1;
  -ms-flex-negative: 0;
  flex-shrink: 0; }
  .home-product .product-image {
    width: 100%;
    height: 0;
    padding-bottom: 125%;
    position: relative; }
    .home-product .product-image img {
      position: absolute;
      top: 0;
      left: 0;
      height: 100%;
      width: 100%;
      -o-object-fit: contain;
      object-fit: contain;
      -o-object-position: center;
      object-position: center; }
  .home-product h3 {
    color: #fff;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: .08em;
    font-size: 35px;
    text-align: center;
    margin: 30px 0 0; }
    @media only screen and (max-width: 800px) {
      .home-product h3 {
        font-size: 20px; } }
  .home-product .small {
    display: block;
    text-align: center;
    margin: 5px 0 15px;
    color: #fff;
    font-size: 15px;
    font-weight: 500;
    letter-spacing: .05em; }
  .home-product .small-btn {
    width: 140px;
    height: 50px;
    border-radius: 8px;
    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;
    -webkit-column-gap: 7px;
    column-gap: 7px;
    font-weight: 600;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: .08em;
    max-width: 100%;
    position: relative;
    z-index: 1;
    overflow: hidden;
    -webkit-transition: .4s all ease;
    -o-transition: .4s all ease;
    transition: .4s all ease;
    font-size: 17px;
    margin: 0 auto;
    border: none;
    pointer-events: none; }
    .home-product .small-btn:before {
      width: 100%;
      height: 100%;
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      z-index: -1;
      -webkit-transform: scaleX(0) skewY(12deg);
      -ms-transform: scaleX(0) skewY(12deg);
      transform: scaleX(0) skewY(12deg);
      -webkit-transform-origin: right;
      -ms-transform-origin: right;
      transform-origin: right;
      -webkit-transition: .4s all ease;
      -o-transition: .4s all ease;
      transition: .4s all ease; }
    .home-product .small-btn:after {
      width: 100%;
      height: 100%;
      content: '';
      position: absolute;
      bottom: 0;
      left: 0;
      z-index: -1;
      -webkit-transform: scaleX(0) skewY(-12deg);
      -ms-transform: scaleX(0) skewY(-12deg);
      transform: scaleX(0) skewY(-12deg);
      -webkit-transform-origin: left;
      -ms-transform-origin: left;
      transform-origin: left;
      -webkit-transition: .4s all ease;
      -o-transition: .4s all ease;
      transition: .4s all ease; }
    .home-product .small-btn.red-btn {
      color: #fff;
      background: #de1f26; }
      .home-product .small-btn.red-btn:before {
        background: #1f7dde; }
      .home-product .small-btn.red-btn:after {
        background: #1f7dde; }
  .home-product .hover-div {
    content: '';
    position: absolute;
    z-index: -1;
    background: #fff;
    opacity: .1;
    height: calc(100% + 40px);
    width: calc(100% + 40px);
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%) scaleX(0);
    -ms-transform: translate(-50%, -50%) scaleX(0);
    transform: translate(-50%, -50%) scaleX(0);
    border-radius: 10px;
    -webkit-transition: .4s all ease;
    -o-transition: .4s all ease;
    transition: .4s all ease;
    -webkit-backface-visibility: hidden; }
  .home-product a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1; }
    @media only screen and (min-width: 1001px) {
      .home-product a:hover ~ .hover-div {
        -webkit-transform: translate(-50%, -50%) scaleX(1);
        -ms-transform: translate(-50%, -50%) scaleX(1);
        transform: translate(-50%, -50%) scaleX(1); }
      .home-product a:hover ~ .small-btn:before {
        -webkit-transform: scaleX(1) skewY(0deg);
        -ms-transform: scaleX(1) skewY(0deg);
        transform: scaleX(1) skewY(0deg); }
      .home-product a:hover ~ .small-btn:after {
        -webkit-transform: scaleX(1) skewY(0deg);
        -ms-transform: scaleX(1) skewY(0deg);
        transform: scaleX(1) skewY(0deg); } }

.exclusive {
  background-image: url("/Content/images/TexturedBack.jpg");
  background-size: cover;
  position: relative;
  padding-top: 100px;
  padding-bottom: 100px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 55% 45%;
  grid-template-columns: 55% 45%;
  z-index: 1; }
  @media only screen and (max-width: 1000px) {
    .exclusive {
      -ms-grid-columns: 100%;
      grid-template-columns: 100%;
      grid-row-gap: 40px; } }
  .exclusive .flag-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 40%; }
    @media only screen and (max-width: 1000px) {
      .exclusive .flag-wrapper {
        width: 60%; } }
    @media only screen and (max-width: 800px) {
      .exclusive .flag-wrapper {
        width: 70%; } }
    .exclusive .flag-wrapper img {
      width: 100%;
      height: auto;
      display: block; }
  .exclusive .content-side {
    display: -ms-grid;
    display: grid;
    justify-items: center;
    -ms-flex-line-pack: center;
    align-content: center; }
    .exclusive .content-side .exclusive-head {
      max-width: 70%;
      height: auto;
      display: block; }
      @media only screen and (max-width: 800px) {
        .exclusive .content-side .exclusive-head {
          max-width: 80%; } }
      @media only screen and (max-width: 500px) {
        .exclusive .content-side .exclusive-head {
          max-width: 100%; } }
    .exclusive .content-side h4 {
      color: #05182c;
      font-size: 30px;
      letter-spacing: .02em;
      display: block;
      text-align: center;
      margin: 30px 0 50px;
      line-height: 1.6;
      /*@include for-size(800) {
					font-size: 22px;
				}*/ }
      @media only screen and (max-width: 1550px) {
        .exclusive .content-side h4 {
          font-size: 28px;
          margin: 25px 0 30px; } }
      @media only screen and (max-width: 1300px) {
        .exclusive .content-side h4 {
          font-size: 24px; } }
      @media only screen and (max-width: 500px) {
        .exclusive .content-side h4 {
          font-size: 6.2vw;
          line-height: 1.3; } }
      .exclusive .content-side h4 span {
        position: relative;
        display: inline-block; }
        .exclusive .content-side h4 span img {
          position: absolute;
          bottom: -4px;
          width: 100%;
          height: auto;
          display: block; }
      .exclusive .content-side h4 > img {
        vertical-align: middle; }
        @media only screen and (max-width: 1300px) {
          .exclusive .content-side h4 > img {
            width: 150px;
            height: auto; } }
        @media only screen and (max-width: 500px) {
          .exclusive .content-side h4 > img {
            width: 45%;
            margin-top: 10px; } }
  .exclusive .video-embed .video {
    aspect-ratio: 16 / 9;
    width: 100%; }
