@charset "UTF-8";
@font-face {
  font-family: 'National_light';
  src: url("fonts/National2-Light.eot");
  src: local("☺"), url("fonts/National2-Light.woff") format("woff"), url("fonts/National2-Light.ttf") format("truetype"), url("fonts/National2-Light.svg") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'National_medium';
  src: url("fonts/National2-Medium.eot");
  src: local("☺"), url("fonts/National2-Medium.woff") format("woff"), url("fonts/National2-Medium.ttf") format("truetype"), url("fonts/National2-Medium.svg") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'National';
  src: url("fonts/National2-Regular.eot");
  src: local("☺"), url("fonts/National2-Regular.woff") format("woff"), url("fonts/National2-Regular.ttf") format("truetype"), url("fonts/National2-Regular.svg") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'MrsEaves';
  src: url("fonts/MrsEavesRoman.eot");
  src: local("☺"), url("fonts/MrsEavesRoman.eot?#iefix") format("embedded-opentype"), url("fonts/MrsEavesRoman.woff2") format("woff2"), url("fonts/MrsEavesRoman.woff") format("woff"), url("fonts/MrsEavesRoman.ttf") format("truetype"), url("fonts/MrsEavesRoman.svg") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'MrsEaves_italic';
  src: url("fonts/MrsEavesSmartLig-Italic.eot");
  src: local("☺"), url("fonts/MrsEavesSmartLig-Italic.eot?#iefix") format("embedded-opentype"), url("fonts/MrsEavesSmartLig-Italic.woff2") format("woff2"), url("fonts/MrsEavesSmartLig-Italic.woff") format("woff"), url("fonts/MrsEavesSmartLig-Italic.ttf") format("truetype"), url("fonts/MrsEavesSmartLig-Italic.svg#MrsEavesSmartLig-Italic") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

/* colors definition */
/* colors definition ends here */
body {
  background: #ffffff;
  color: #193762;
  overflow-x: hidden;
  font-family: "National_light";
}

html, body {
  height: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: antialiased;
}

input:focus, textarea:focus, select:focus {
  outline: none;
}

.preloader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background-repeat: no-repeat;
  background-color: #FFF;
  background-position: center;
}

.preloader_static {
  position: fixed;
  width: 90px;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.preloader_rotate {
  position: fixed;
  width: 170px;
  top: 50%;
  left: 50%;
  margin-left: -85px;
  margin-top: -85px;
  -webkit-animation: spin 18s linear infinite;
  animation: spin 18s linear infinite;
}

@-webkit-keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
  }
}

@keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.font_bold {
  font-family: "National_medium";
}

.font_light {
  font-family: 'National_light';
}

.font_regular {
  font-family: "National";
}

.custom_cursor {
  cursor: url("../images/find_stockist_mouse_pointer.png"), auto;
}

[data-aos="image-reveal-1"] {
  clip-path: inset(100% 0% 0% 0%);
  -webkit-clip-path: inset(100% 0% 0% 0%);
}

[data-aos="image-reveal-1"] img {
  -webkit-transform: scale(1.3);
          transform: scale(1.3);
}

[data-aos="image-reveal-1"].aos-animate {
  clip-path: inset(0% 0% 0% 0%);
  -webkit-clip-path: inset(0% 0% 0% 0%);
}

[data-aos="image-reveal-1"].aos-animate img {
  -webkit-transform: scale(1);
          transform: scale(1);
}

[data-aos="image-reveal-2"] {
  clip-path: inset(100% 0% 0% 0%);
  -webkit-clip-path: inset(100% 0% 0% 0%);
}

[data-aos="image-reveal-2"].aos-animate {
  clip-path: inset(0% 0% 0% 0%);
  -webkit-clip-path: inset(0% 0% 0% 0%);
}

.section_spacer {
  width: 100%;
  height: 50px;
}

.section_spacer2 {
  width: 100%;
  height: 70px;
}

.section_spacer3 {
  width: 100%;
  height: 60px;
}

.section_spacer9x {
  height: 90px;
}

.section_spacer_190 {
  height: 190px;
}

@keyframes image_reveal_cp {
  0% {
    clip-path: inset(100% 0% 0% 0%);
    -webkit-clip-path: inset(100% 0% 0% 0%);
  }
  100% {
    clip-path: inset(0% 0% 0% 0%);
    -webkit-clip-path: inset(0% 0% 0% 0%);
  }
}

@-webkit-keyframes image_reveal_cp {
  0% {
    -webkit-clip-path: inset(100% 0% 0% 0%);
  }
  100% {
    -webkit-clip-path: inset(0% 0% 0% 0%);
  }
}

.add_image_reveal_cp1 {
  -webkit-animation-name: image_reveal_cp;
          animation-name: image_reveal_cp;
  -webkit-animation-duration: 1.5s;
          animation-duration: 1.5s;
}

.add_image_reveal_cp2 {
  -webkit-animation-name: image_reveal_cp;
          animation-name: image_reveal_cp;
  -webkit-animation-duration: 1.5s;
          animation-duration: 1.5s;
}

.add_image_reveal_cp3 {
  -webkit-animation-name: image_reveal_cp;
          animation-name: image_reveal_cp;
  -webkit-animation-duration: 1.5s;
          animation-duration: 1.5s;
}

.add_image_reveal_cp4 {
  -webkit-animation-name: image_reveal_cp;
          animation-name: image_reveal_cp;
  -webkit-animation-duration: 1.5s;
          animation-duration: 1.5s;
}

/* navbar */
header {
  padding: 20px 0;
}

.header_links {
  position: relative;
}

.page_distillery .header_links:after {
  background-color: #ffffff;
}

.page_stockists .header_links:after {
  background-color: #ffffff;
}

.header_links:after {
  content: '';
  position: absolute;
  width: 100%;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  height: 1px;
  bottom: -1px;
  left: 0;
  background-color: #193762;
  -webkit-transform-origin: bottom right;
          transform-origin: bottom right;
  -webkit-transition: -webkit-transform 0.25s ease-out;
  transition: -webkit-transform 0.25s ease-out;
  transition: transform 0.25s ease-out;
  transition: transform 0.25s ease-out, -webkit-transform 0.25s ease-out;
}

.header_links:hover:after {
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
  -webkit-transform-origin: bottom left;
          transform-origin: bottom left;
}

.header_left_links, .header_right_links, .header_center_links {
  font-family: 'National_light';
  text-align: center;
  text-transform: uppercase;
}

.header_left_links a, .header_right_links a, .header_center_links a {
  color: #193762;
  margin: 15px;
  text-decoration: none;
}

.header_right_links a {
  margin: 10px;
}

.header_center {
  text-align: center;
}

.header_center .top_logo_black, .header_center .top_logo_white {
  margin: 0 auto;
}

.header_center_links {
  text-align: center;
  text-decoration: underline;
  margin-top: 50px;
}

.header_center_links .header_links {
  font-size: 0.7rem;
  text-transform: none;
  position: relative;
}

.top_logo_black, .top_logo_white {
  width: 25%;
}

.page_distillery header .header_links {
  color: #ffffff;
}

.page_privacy header .header_links {
  color: #ffffff;
}

.page_homepage header .header_links {
  color: #ffffff;
}

.page_homepage header .header_links:after {
  background-color: #ffffff;
}

.page_stockists header .header_links {
  color: #ffffff;
}

.age_gate {
  background: #153561;
  padding: 50px 0;
  overflow: hidden;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9000;
  color: #ffffff;
}

.age_gate .age_gate_content_no {
  display: none;
}

.age_gate a {
  text-decoration: none;
  color: #ffffff;
}

.age_gate .age_gate_illustration {
  max-width: 85%;
}

.age_gate .age_gate_logo {
  max-width: 29%;
}

.age_gate .age_gate_social_links_wrapper {
  margin-top: 20px;
  text-align: center;
}

.age_gate .age_gate_social_links {
  margin: 0 10px;
  text-decoration: none;
}

.age_gate .age_gate_headline {
  font-family: "MrsEaves";
  text-transform: uppercase;
  font-size: 1.5rem;
  line-height: 1.2;
  text-align: center;
  margin-bottom: 0px;
}

.age_gate .age_gate_body {
  font-family: "National";
  text-transform: uppercase;
  font-size: 0.9rem;
  line-height: 1;
  text-align: center;
  margin-top: 5px;
  margin-bottom: 30px;
}

.age_gate .age_gate_cookies_wrapper {
  font-size: 0.8125rem;
  line-height: 1.2;
  margin-top: 15px;
  text-transform: uppercase;
  text-align: center;
}

.age_gate .age_gate_cookies_wrapper a {
  text-decoration: underline;
  color: #ffffff;
}

.age_gate .age_gate_confirm {
  font-family: "National_light";
  text-transform: uppercase;
  font-size: 1.2rem;
  padding: 5px 40px;
  margin: 0 20px;
  background: #153561;
  border: 1px solid #ffffff;
  cursor: pointer;
  min-width: 140px;
  text-align: center;
}

.age_gate .age_gate_confirm:hover {
  background: #ffffff;
  color: #153561;
}

.age_gate .age_gate_center_column {
  max-width: 40%;
}

.age_gate .mobile_adv_copyright {
  font-family: "National";
  font-size: 0.75rem;
  text-align: center;
  margin-top: 10px;
}

.age_gate .footer_adv_name {
  margin-top: 60px;
}

.image_reveal {
  -webkit-clip-path: inset(0% 0% 0% 0%) !important;
          clip-path: inset(0% 0% 0% 0%) !important;
  -webkit-transition: -webkit-clip-path 1s;
  transition: -webkit-clip-path 1s;
  transition: clip-path 1s;
  transition: clip-path 1s, -webkit-clip-path 1s;
}

.desktop_menu {
  max-width: 100vw;
}

/* ipad only */
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .only_mobile {
    display: none !important;
  }
  .only_desktop {
    display: none !important;
  }
  .only_desktop.only_tab {
    display: block !important;
  }
  .only_mobile.only_tab {
    display: block !important;
  }
  .no_tab {
    display: none !important;
  }
  .section_spacer {
    width: 100%;
    height: 50px;
  }
  .section_spacer2 {
    width: 100%;
    height: 70px;
  }
  .section_spacer3 {
    width: 100%;
    height: 60px;
  }
  .age_gate .age_gate_logo {
    max-width: 50%;
  }
  .age_gate .age_gate_center_column {
    padding: 0 40px;
    max-width: 100%;
    margin: 0 auto;
  }
  .age_gate .age_gate_headline {
    font-size: 2.15rem;
    line-height: 0.895;
  }
  .age_gate .age_gate_body {
    font-size: 0.8125rem;
  }
  .age_gate .age_gate_cofirm_wrapper {
    width: 100%;
  }
  .age_gate .age_gate_confirm {
    font-size: 1.875rem;
    padding-left: 0px;
    padding-right: 0px;
    height: 47px;
    line-height: 36px;
    text-align: center;
  }
  .age_gate .age_gate_yes {
    margin-bottom: 16px;
  }
  .age_gate .footer_adv_name {
    max-width: 25%;
  }
  .age_gate .mobile_adv_copyright {
    font-family: "National";
    font-size: 0.563rem;
    text-align: center;
    margin-top: 5px;
  }
}

/* desktop only */
@media only screen and (min-width: 1025px) {
  .only_mobile {
    display: none !important;
  }
  .only_tab {
    display: none !important;
  }
}

/* mobile only */
@media only screen and (max-width: 576px) {
  .only_desktop {
    display: none !important;
  }
  .only_tab {
    display: none !important;
  }
  .no_mobile {
    display: none !important;
  }
  .section_spacer {
    width: 100%;
    height: 50px;
  }
  .section_spacer2 {
    width: 100%;
    height: 70px;
  }
  .section_spacer3 {
    width: 100%;
    height: 60px;
  }
  .age_gate .age_gate_logo {
    max-width: 50%;
  }
  .age_gate .age_gate_center_column {
    padding: 0 40px;
    max-width: 100%;
    margin: 0 auto;
  }
  .age_gate .age_gate_headline {
    font-size: 1.75rem;
    line-height: 0.895;
    margin-top: 15px;
  }
  .age_gate .age_gate_body {
    font-size: 0.8125rem;
    text-transform: uppercase;
  }
  .age_gate .age_gate_cofirm_wrapper {
    width: 100%;
  }
  .age_gate .age_gate_confirm {
    font-size: 1.875rem;
    padding-left: 0px;
    padding-right: 0px;
    height: 47px;
    line-height: 36px;
    text-align: center;
  }
  .age_gate .age_gate_yes {
    margin-bottom: 16px;
  }
  .age_gate .footer_adv_name {
    max-width: 25%;
  }
  .age_gate .mobile_adv_copyright {
    font-family: "National";
    font-size: 0.563rem;
    text-align: center;
    margin-top: 5px;
    color: #ffffff;
  }
  .mobile_menu_wrapper {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    min-height: 100%;
    background: #153561 !important;
    padding: 30px 45px;
    display: none;
    z-index: 1000;
  }
  .hamburger_icon, .hamburger_close_icon {
    position: fixed;
    right: 30px;
    top: 30px;
    z-index: 999;
  }
  .page_privacy .hamburger_icon path, .page_privacy .hamburger_close_icon path {
    stroke: #ffffff;
  }
  .mobile_header_links {
    font-family: "National_light";
    text-transform: uppercase;
    font-size: 1.5rem;
    color: #ffffff;
    text-decoration: none;
    margin-bottom: 10px;
  }
  .mobile_header_links:hover {
    color: #ffffff;
  }
  .mobile_secondary_navigation {
    position: absolute;
    bottom: 0px;
    max-width: calc(100vw - 90px);
    width: 100%;
    color: #86CAD9;
  }
  .mobile_menu_links {
    width: 100%;
    margin-bottom: 25px;
  }
  .mobile_menu_links form {
    margin-bottom: 40px;
    width: 100%;
  }
  .mobile_main_navigation .mobile_menu_links {
    margin-bottom: 0px;
  }
  .mobile_social_links {
    margin-right: 30px;
    margin-top: 5px;
  }
  .mobile_social_links img {
    width: 75%;
  }
  .mobile_kit_heading, .mobile_kit_body {
    font-family: "National";
    color: #86CAD9;
    text-transform: uppercase;
    font-size: 1.25rem;
    margin-bottom: 0px;
  }
  .mobile_kit_body {
    text-transform: none;
    font-size: 0.8125rem;
    margin-bottom: 20px;
  }
  .mobile_menu_email {
    width: 93%;
    background: none;
    border: 0px;
    border-bottom: 1px #86CAD9 solid;
    padding: 5px;
    color: #86CAD9;
    font-family: 'National_light';
    border-radius: 0px;
  }
  .mobile_menu_email::-webkit-input-placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #86CAD9;
    opacity: 1;
    /* Firefox */
    text-transform: uppercase;
  }
  .mobile_menu_email:-ms-input-placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #86CAD9;
    opacity: 1;
    /* Firefox */
    text-transform: uppercase;
  }
  .mobile_menu_email::-ms-input-placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #86CAD9;
    opacity: 1;
    /* Firefox */
    text-transform: uppercase;
  }
  .mobile_menu_email::placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #86CAD9;
    opacity: 1;
    /* Firefox */
    text-transform: uppercase;
  }
  .mobile_menu_email:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #86CAD9;
    text-transform: uppercase;
  }
  .mobile_menu_email::-ms-input-placeholder {
    /* Microsoft Edge */
    color: #86CAD9;
    text-transform: uppercase;
  }
  .mobile_menu_email_submit {
    border: 0px;
    background: none;
    color: #ffffff;
    display: inline-block;
    margin-left: -45px;
  }
  .mobile_menu_email_submit img {
    width: 100%;
    margin-bottom: 5px;
  }
  .mobile_logos {
    width: 100%;
  }
  .mobile_logos .mobile_tamras_logo {
    max-width: 30%;
  }
  .mobile_adv_logo {
    max-width: 100%;
  }
  .mobile_adv_logo_wrapper {
    text-align: right;
  }
  .mobile_adv_copyright {
    font-family: "National_light";
    color: #86CAD9;
    font-size: 0.6rem;
    margin-top: 10px;
  }
}

@media only screen and (min-width: 1024px) and (max-width: 1800px), screen and (min-width: 1024px) and (max-width: 1800px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (min-width: 1024px) and (max-width: 1800px) and (-webkit-min-device-pixel-ratio: 2.0833333333333335), screen and (min-width: 1024px) and (max-width: 1800px) and (min-resolution: 200dpi) {
  .age_gate_social_links img {
    max-width: 40%;
  }
  .age_gate .age_gate_headline {
    font-size: 2.2rem;
  }
  .age_gate .age_gate_body {
    font-size: 1.2rem;
  }
  .age_gate .age_gate_confirm {
    font-size: 1.98rem;
  }
  .age_gate_right_illustration {
    margin-top: 110px;
  }
  .footer_adv_name {
    width: 21%;
  }
  .section_spacer {
    width: 100%;
    height: 50px;
  }
  .section_spacer2 {
    width: 100%;
    height: 70px;
  }
  .section_spacer3 {
    width: 100%;
    height: 60px;
  }
}

@media only screen and (min-width: 1920px) {
  .age_gate .age_gate_headline {
    font-size: 3rem;
  }
  .age_gate .age_gate_body {
    font-size: 1.5rem;
  }
  .age_gate .age_gate_cookies_wrapper {
    max-width: 80%;
  }
  .age_gate .age_gate_confirm {
    font-size: 2rem;
  }
  .age_gate_right_illustration {
    margin-top: 150px;
  }
  .footer_adv_name {
    width: 30%;
  }
  .section_spacer {
    width: 100%;
    height: 50px;
  }
  .section_spacer2 {
    width: 100%;
    height: 70px;
  }
  .section_spacer3 {
    width: 100%;
    height: 60px;
  }
}

.flex-even {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.dummy_screen {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10001;
  background-color: #FFF;
  background-position: center;
  display: block;
}

.section {
  min-height: 100%;
  height: 100%;
  position: relative;
}

.ingredient_reveal {
  -webkit-clip-path: inset(0% 0% 0% 0%) !important;
          clip-path: inset(0% 0% 0% 0%) !important;
}

.page_homepage .section_1, .page_homepage .section_1_2, .page_homepage .section_1_4, .page_homepage .section_2, .page_homepage .section_4 {
  min-height: 100%;
  position: relative;
}

.page_homepage .section_1_3 {
  position: relative;
}

.hp_top_bg {
  position: relative;
  opacity: 1;
  width: 100%;
  margin: 0 auto;
}

.hp_top_bg .hp_top_bg_img_wrapper {
  min-height: 100%;
  height: 100%;
  width: 100%;
  max-width: 100%;
}

.hp_top_bg .hp_top_bg_img_wrapper img {
  width: 50%;
  max-width: 50%;
}

.hp_intro_text {
  width: 100%;
}

.bottle_section {
  z-index: 10;
  height: 100%;
  margin: 0 auto;
  opacity: 0;
}

.bottle_section img {
  max-width: 100%;
}

.bottle_section_link {
  cursor: url("../images/find_a_stockist.png") 0 0, pointer;
}

.top_text_wrapper {
  display: none;
}

.top_text {
  position: relative;
  z-index: 9;
  letter-spacing: 1rem;
  color: #C4C4C4;
  top: 0%;
  font-size: 10rem;
  line-height: 1;
  text-transform: uppercase;
  font-family: "National";
}

.top_text_only {
  padding: 0 2%;
}

.top_text_separator {
  width: 100%;
  height: 3px;
  background: #C4C4C4;
  margin: 30px 0;
}

.top_text_separator_first {
  background: none;
  margin: 0px;
  padding: 30px 0;
}

.top_text_separator_last {
  background: none;
  margin: 0px;
  padding: 30px 0;
}

.crafted_in_goa_wrapper {
  position: fixed;
  bottom: 50px;
  right: 50px;
  max-width: 7.5%;
}

.crafted_in_goa {
  max-width: 100%;
}

.crafted_in_goa img {
  max-width: 100%;
}

.crafted_in_goa_center {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  max-width: 25%;
}

.crafted_in_goa_center img {
  max-width: 100%;
}

.btt_wrapper {
  position: fixed;
  bottom: 50px;
  right: 50px;
  max-width: 7.5%;
  cursor: pointer;
  opacity: 0;
}

.hp_page_break_1_text {
  font-family: 'National';
  text-align: center;
  line-height: 15px;
  margin-top: 20px;
}

.hp_page_break_1 {
  max-width: 50%;
}

/*
5070 x 380
3392 x 282
*/
.hp_story_illustrations {
  width: 363px;
  height: 350px;
  margin: 0 auto;
  background: url("../images/homepage/story_sprite_new.png");
  background-repeat: no-repeat;
  background-position: 50% 0px;
  background-size: cover;
}

.bottle_information {
  position: relative;
  opacity: 1;
  background-image: url("../images/homepage/rotate_bottle_bg.jpg");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  z-index: 0;
}

.bottle_slide_left_wrapper {
  position: absolute;
  left: 5%;
  width: 35%;
  text-align: center;
  padding-right: 0%;
}

.bottle_slide_right_wrapper {
  position: absolute;
  right: 5%;
  width: 35%;
  text-align: center;
  padding-left: 0%;
}

.bottle_slide_mobile_wrapper {
  position: absolute;
  top: 5%;
  left: 50%;
  width: 75%;
  text-align: center;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  opacity: 0;
}

.rotating_bottle_wrapper {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 5%;
  text-align: center;
  z-index: 100;
}

.rotating_bottle_wrapper .rb_controller {
  max-width: 27.5%;
  margin: 0 auto;
  margin-top: 15px;
  border: 0px;
}

.rotating_bottle_wrapper .rb_controller .ui-slider-handle {
  border-radius: 50%;
  top: -0.6rem;
  border: 1px solid #ffffff;
  background: #ffffff;
}

.rotating_bottle_wrapper .ui-slider-horizontal {
  height: 1px;
  background: #ffffff;
}

.rotating_bottle_wrapper .rb_controller_text {
  font-family: "National_light";
  color: #ffffff;
  font-size: 1rem;
  text-transform: uppercase;
  margin-bottom: 30px;
}

.story_line {
  width: 1px;
  height: 97px;
  background: #ffffff;
  margin: 25px auto;
}

.hp_page_break_1_story_top_text {
  font-size: 1rem;
  line-height: 1.2;
  font-family: "National_light";
  text-transform: uppercase;
  color: #ffffff;
}

.hp_page_break_1_story_center_text {
  font-family: "MrsEaves_italic";
  font-size: 3.75rem;
  line-height: 1.03;
  color: #ffffff;
}

.hp_page_break_1_story_bottom_text {
  font-size: 1rem;
  line-height: 1.0125;
  font-family: "National_light";
  text-transform: uppercase;
  color: #ffffff;
}

.rb_sprite {
  width: 250px;
  height: 596.5px;
  margin: 0 auto;
  background: url("../images/homepage/bottle_sprites_horizontal6.png");
  background-repeat: no-repeat;
  background-position: 50% 0px;
  background-size: cover;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.page_homepage .section_4 {
  min-height: 150%;
  height: 150%;
}

.lind_and_lime_image {
  width: 100%;
}

.page_break_2_image {
  background-image: url("../images/homepage/HomePgGinInfo3.png");
  background-position: center center;
  background-size: contain;
  margin-right: 50px;
  background-repeat: no-repeat;
}

.page_break_2_image img {
  max-width: 50%;
}

.page_break_2_body {
  margin-left: 50px;
}

.page_break_2_body_wrapper {
  max-width: 75%;
}

.hp_page_break_2_headline {
  font-family: 'National_medium';
  font-size: 3rem;
  line-height: 1.07;
}

.hp_page_break_2_body {
  font-family: 'National_light';
  font-size: 1rem;
  line-height: 1.57;
  margin-top: 30px;
}

.copper_distilled_block {
  margin-top: 30px;
  width: 100%;
}

.copper_distilled_block tr {
  vertical-align: top;
}

.copper_distilled_block tr .copper_distilled_title_td {
  width: 16%;
}

.copper_distilled_block tr .copper_distilled_title_td p {
  margin-bottom: 0px;
  line-height: 1.3;
}

.top_line {
  height: 1px;
  width: 30%;
  background: #193762;
  margin-bottom: 10px;
}

.copper_distilled_title {
  font-family: 'National_medium';
  text-transform: uppercase;
}

.copper_distilled_body {
  line-height: 1.3;
}

.page_homepage .section_4 {
  background-color: #141E1F;
  background-image: url("../images/homepage/lind_and_lime_gin2.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

.cd_block_wrapper {
  bottom: 2.5%;
  opacity: 1;
  padding: 0 4.5rem;
}

.cd_block {
  padding: 50px 60px 50px 60px;
  background: white;
  font-family: 'National';
  line-height: 1;
  margin: 0 25px;
}

.cd_block_last {
  margin-right: 0px;
}

.cd_number {
  margin: 0px;
  font-size: 0.75rem;
}

.cd_title {
  font-family: "MrsEaves";
  padding-bottom: 16px;
  border-bottom: 1px #193762 solid;
  letter-spacing: 2px;
  font-size: 1.48rem;
  line-height: 1.2;
}

.cd_body {
  font-family: "National_light";
  padding-top: 16px;
  padding-bottom: 16px;
  border-bottom: 1px #193762 solid;
  font-size: 1rem;
  line-height: 1.4;
}

.swiper-slide img {
  max-width: 100%;
}

.hp_ingredient_section_wrapper {
  background: white;
  position: relative;
}

.hp_ingredient_text {
  font-family: 'MrsEaves_italic';
  line-height: 1;
  text-align: center;
}

.hp_ingredient_link {
  font-family: 'National';
  font-weight: normal;
  text-align: center;
  color: #193762;
  text-transform: uppercase;
}

.ingredient_image {
  position: absolute;
  display: none;
}

.hp_ingredient1_image {
  top: 39%;
  left: 43.5%;
  width: 27%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.hp_ingredient1_image img {
  width: 100%;
}

.hp_ingredient2_image {
  top: 38%;
  right: 41%;
  width: 27%;
  -webkit-transform: translate(50%, -50%);
          transform: translate(50%, -50%);
}

.hp_ingredient2_image img {
  width: 100%;
}

.hp_ingredient_set1, .hp_ingredient_set2, .hp_ingredient_set3, .hp_ingredient_set4 {
  display: none;
}

.hp_ingredient_center_wrapper {
  opacity: 0;
}

.hp_ingredient_count {
  top: 10%;
  left: 50%;
  width: 8.4%;
  position: absolute;
  -webkit-transform: translate(-50%);
          transform: translate(-50%);
  text-align: center;
  display: none;
}

.hp_ingredient_text_wrapper {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  text-align: center;
}

.hp_ingredient_text {
  line-height: 1;
}

.hp_et_2 {
  font-family: "MrsEaves_italic";
  line-height: 1;
  text-align: center;
  font-size: 3.1rem;
  margin-bottom: 64px;
}

.hp_learn_more2 {
  --ease-out-expo: cubic-bezier(0.19, 1, 0.22, 1);
  position: relative;
  text-decoration: none;
  color: #193762;
  text-transform: uppercase;
  font-family: "National_medium";
}

.hp_learn_more2:hover {
  color: #193762;
}

.hp_learn_more2::before, .hp_learn_more2::after {
  position: absolute;
  content: "";
  left: 0;
  bottom: -0.1px;
  display: block;
  width: 100%;
  height: 1px;
  background: #193762;
  -webkit-transition: 1.1s var(--ease-out-expo);
  transition: 1.1s var(--ease-out-expo);
}

.hp_learn_more2::before {
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transform-origin: left;
          transform-origin: left;
}

.hp_learn_more2::after {
  -webkit-transform-origin: right;
          transform-origin: right;
  -webkit-transition-delay: 0.25s;
          transition-delay: 0.25s;
}

.hp_learn_more2:hover::before {
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
  -webkit-transition-delay: 0.25s;
          transition-delay: 0.25s;
}

.hp_learn_more2:hover::after {
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}

/*
.header_links:after {
	content: '';
	position: absolute;
	width: 100%;
	transform: scaleX(0);
	height: 1px;
	bottom: -1px;
	left: 0;
	background-color: $brand_blue;
	transform-origin: bottom right;
	transition: transform 0.25s ease-out;
}

.header_links:hover:after {
	transform: scaleX(1);
	transform-origin: bottom left;
}

*/
.hp_ingredient_controller_wrapper {
  position: absolute;
  bottom: 12%;
  left: 50%;
  -webkit-transform: translate(-50%);
          transform: translate(-50%);
  font-size: 1.2rem;
  text-align: center;
}

.hp_ingredient_controller {
  display: inline-block;
  -webkit-transform: translateY(15px);
          transform: translateY(15px);
}

.hp_ingredient_controller_text {
  font-family: "National";
  display: inline-block;
  min-width: 350px;
}

.hp_ingredient_controller_previous {
  margin-right: 30px;
  cursor: pointer;
}

.hp_ingredient_controller_next {
  margin-left: 30px;
  cursor: pointer;
}

.botanical_location {
  font-size: 1.18rem;
  font-family: "National_light";
}

.hp_ingredient_section_wrapper_mobile {
  display: none;
}

.section_3_2 {
  position: relative;
}

.page_break_3_image {
  position: relative;
  width: 90%;
}

.page_break_3_wrapper {
  position: relative;
}

.cig_copper {
  position: absolute;
  top: -23%;
  right: 1%;
  max-width: 45%;
}

.ingredient_name {
  text-align: center;
}

.section_6 {
  padding: 50px 0;
}

.section_7 {
  position: relative;
}

.page_homepage .making_video .making_video_img {
  width: 100vw;
  height: 100vh;
}

.page_homepage .making_video .making_video_img_1 {
  background-image: url("../images/homepage/hp_video2.jpg");
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.page_homepage .making_video .making_video_img_2 {
  background-image: url("../images/homepage/hp_video1.jpg");
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.page_homepage .making_video .making_video_img_3 {
  background-image: url("../images/homepage/hp_video3.jpg");
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.page_homepage .making_video img {
  width: 100%;
}

.page_homepage .making_video .tns-nav {
  display: none;
}

.page_homepage .making_video .tns-controls {
  display: none;
}

.page_homepage .making_video .making_controls {
  position: absolute;
  z-index: 1;
  width: 100%;
}

.page_homepage .making_video .making_controls .making_previous {
  position: absolute;
  left: 1%;
  border: 0px;
  background: none;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 2.5%;
  cursor: pointer;
}

.page_homepage .making_video .making_controls .making_previous:focus {
  outline: none !important;
}

.page_homepage .making_video .making_controls .making_previous img {
  width: 100%;
}

.page_homepage .making_video .making_controls .making_previous img:focus {
  outline: none !important;
}

.page_homepage .making_video .making_controls .making_next {
  position: absolute;
  right: 1%;
  border: 0px;
  background: none;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 2.5%;
  cursor: pointer;
}

.page_homepage .making_video .making_controls .making_next:focus {
  outline: none !important;
}

.page_homepage .making_video .making_controls .making_next img {
  width: 100%;
}

.page_homepage .making_video .making_controls .making_next img:focus {
  outline: none !important;
}

.page_homepage .making_video .making_nav_dots {
  position: absolute;
  z-index: 1;
  width: 100%;
  white-space: nowrap;
  text-align: center;
  bottom: 2%;
  padding-left: 0px;
}

.page_homepage .making_video .making_nav_dots li {
  display: inline-block;
  cursor: pointer;
  margin: 0 15px;
  width: 10px;
  height: 10px;
  background: transparent;
  border: 1px #193762 solid;
  border-radius: 50%;
}

.page_homepage .making_video .making_nav_dots li.tns-nav-active {
  background-color: #193762;
}

.how_it_is_made_headline {
  max-width: 75%;
  margin: 0 auto;
  position: relative;
}

.him_illustration {
  text-align: center;
}

.him_illustration img {
  width: 85%;
}

.him_text {
  margin-top: 25px;
  font-family: 'National';
  text-align: center;
  font-size: 4.85rem;
  position: relative;
}

.him_image_desktop_wrapper {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  display: none;
}

.him_image_desktop_wrapper img {
  max-width: 60%;
}

.him_image_wrapper {
  width: 180px;
  height: 52px;
  display: inline-block;
  position: relative;
}

.him_image {
  max-width: 180px;
  width: 180px;
  height: 52px;
  position: relative;
  top: 33%;
  vertical-align: top;
}

.him_learn_more {
  --ease-out-expo: cubic-bezier(0.19, 1, 0.22, 1);
  position: relative;
  top: 5%;
  font-family: 'MrsEaves_italic';
  font-size: 2rem;
  color: #193762;
  text-decoration: none;
}

.him_learn_more:hover {
  color: #193762;
}

.him_learn_more::before, .him_learn_more::after {
  position: absolute;
  content: "";
  left: 0;
  bottom: -0.1px;
  display: block;
  width: 100%;
  height: 1px;
  background: #193762;
  -webkit-transition: 1.1s var(--ease-out-expo);
  transition: 1.1s var(--ease-out-expo);
}

.him_learn_more::before {
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transform-origin: left;
          transform-origin: left;
}

.him_learn_more::after {
  -webkit-transform-origin: right;
          transform-origin: right;
  -webkit-transition-delay: 0.25s;
          transition-delay: 0.25s;
}

.him_learn_more:hover::before {
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
  -webkit-transition-delay: 0.25s;
          transition-delay: 0.25s;
}

.him_learn_more:hover::after {
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}

.him_details_image {
  overflow: hidden;
}

.him_details_section {
  position: relative;
}

.him_details_text {
  font-family: 'National_light';
  max-width: 41%;
  margin: 0 auto;
  text-align: left;
}

.him_details_body1 {
  font-family: "MrsEaves_italic";
  font-size: 3.3rem;
  line-height: 1;
}

.him_details_body2 {
  font-size: 1rem;
  line-height: 1.59;
  margin-top: 30px;
  display: block;
}

.him_details_more_link {
  --ease-out-expo: cubic-bezier(0.19, 1, 0.22, 1);
  display: inline-block;
  text-align: left;
  margin-top: 30px;
  font-family: 'MrsEaves_italic';
  font-size: 1.43rem;
  line-height: 1.28;
  color: #193762;
  text-decoration: none;
  position: relative;
}

.him_details_more_link:hover {
  color: #193762;
}

.him_details_more_link::before, .him_details_more_link::after {
  position: absolute;
  content: "";
  left: 0;
  bottom: -0.1px;
  display: block;
  width: 100%;
  height: 1px;
  background: #193762;
  -webkit-transition: 1.1s var(--ease-out-expo);
  transition: 1.1s var(--ease-out-expo);
}

.him_details_more_link::before {
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transform-origin: left;
          transform-origin: left;
}

.him_details_more_link::after {
  -webkit-transform-origin: right;
          transform-origin: right;
  -webkit-transition-delay: 0.25s;
          transition-delay: 0.25s;
}

.him_details_more_link:hover::before {
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
  -webkit-transition-delay: 0.25s;
          transition-delay: 0.25s;
}

.him_details_more_link:hover::after {
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}

.section_9.only_desktop {
  max-width: 90%;
  position: relative;
}

.him_text_2_wrapper {
  position: relative;
}

.him_text_3_wrapper img {
  margin-left: 15%;
  max-width: 50%;
}

.him_image_2_1_wrapper {
  max-width: 100%;
  text-align: right;
  margin-left: 15%;
}

.him_template_2 .him_image_2_1_wrapper {
  text-align: left;
  margin-left: 15%;
}

.him_image_2 {
  max-width: 100%;
}

.him_image_2_2 {
  max-width: 100%;
}

.him_image_2_text {
  font-family: "MrsEaves_italic";
  font-size: 3.1rem;
  line-height: 1.01;
}

.him_image_2_1_text {
  max-width: 67%;
  margin: 0 auto;
}

.him_image_2_2_text {
  max-width: 87%;
  margin: 0 auto;
}

.him_image_2_link_wrapper {
  max-width: 100%;
  margin-left: 16.5%;
  margin-top: 4%;
}

.him_image_2_link_wrapper2 {
  max-width: 100%;
  margin-left: 6.5%;
  margin-top: 4%;
}

.him_image_2_link {
  --ease-out-expo: cubic-bezier(0.19, 1, 0.22, 1);
  display: inline-block;
  text-align: left;
  margin-top: 30px;
  font-family: 'MrsEaves_italic';
  font-size: 1.3rem;
  line-height: 1.28;
  color: #193762;
  text-decoration: none;
  position: relative;
}

.him_image_2_link:hover {
  color: #193762;
}

.him_image_2_link::before, .him_image_2_link::after {
  position: absolute;
  content: "";
  left: 0;
  bottom: -0.1px;
  display: block;
  width: 100%;
  height: 1px;
  background: #193762;
  -webkit-transition: 1.1s var(--ease-out-expo);
  transition: 1.1s var(--ease-out-expo);
}

.him_image_2_link::before {
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transform-origin: left;
          transform-origin: left;
}

.him_image_2_link::after {
  -webkit-transform-origin: right;
          transform-origin: right;
  -webkit-transition-delay: 0.25s;
          transition-delay: 0.25s;
}

.him_image_2_link:hover::before {
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
  -webkit-transition-delay: 0.25s;
          transition-delay: 0.25s;
}

.him_image_2_link:hover::after {
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}

.ingredient_section_3 {
  margin-top: 10%;
}

.section_spacer_200 {
  height: 200px;
}

.section_spacer_100x {
  height: 100px;
}

.page_homepage .section_10 {
  background-image: url("../images/homepage/tamras_signature_serve2.jpg");
  background-position: 50% 50%;
  background-size: cover;
}

.recipes_hero {
  position: relative;
}

.recipes_hero_text {
  font-family: 'National_light';
  text-align: center;
  color: #ffffff;
  line-height: 1;
  font-size: 3.65rem;
}

.recipe_front, .recipe_back {
  width: 100%;
}

.scroll_line {
  position: absolute;
  bottom: 0%;
  width: 1px;
  height: 60px;
  background: #ffffff;
}

.recipes_hero_scroll_down {
  position: absolute;
  bottom: 10%;
  font-family: 'National_light';
  color: #ffffff;
  font-size: 1.2rem;
}

.recipes_details_mobile {
  position: relative;
  background: #193762;
}

.recipes_details_mobile .recipe_controls {
  position: absolute;
  z-index: 1;
  width: 100%;
}

.recipes_details_mobile .recipe_controls .recipes_previous {
  position: absolute;
  left: 0%;
  border: 0px;
  background: none;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.recipes_details_mobile .recipe_controls .recipes_previous img {
  width: 170%;
}

.recipes_details_mobile .recipe_controls .recipes_next {
  position: absolute;
  right: 0%;
  border: 0px;
  background: none;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.recipes_details_mobile .recipe_controls .recipes_next img {
  width: 170%;
}

.recipes_details_mobile .recipe_nav_dots {
  display: none;
  position: absolute;
  z-index: 1;
  width: 100%;
  white-space: nowrap;
  text-align: center;
  bottom: 1%;
  padding-left: 0px;
}

.recipes_details_mobile .recipe_nav_dots li {
  display: inline-block;
  cursor: pointer;
  margin: 0 15px;
  width: 10px;
  height: 10px;
  background: transparent;
  border: 1px #193762 solid;
  border-radius: 50%;
}

.recipes_details_mobile .recipe_nav_dots li.tns-nav-active {
  background-color: #193762;
}

/* ipad only */
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .hp_top_bg .hp_top_bg_img_wrapper {
    width: 100vw;
    height: 100vh;
    background-image: url("../images/homepage/hp_top_bg.jpg");
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
  }
  .hp_top_bg .hp_top_bg_img_wrapper img {
    width: 100%;
    max-width: 100%;
  }
  .bottle_slide_left_wrapper {
    position: absolute;
    left: 2.5%;
    width: 25%;
    text-align: center;
    padding-right: 0%;
  }
  .bottle_slide_right_wrapper {
    position: absolute;
    right: 2.5%;
    width: 25%;
    text-align: center;
    padding-left: 0%;
  }
  .hp_story_illustrations {
    width: 232px;
    height: 224px;
  }
  .hp_page_break_1_story_center_text {
    font-size: 2.5rem;
    line-height: 0.7;
  }
  .rb_sprite {
    width: 250px;
    height: 596.5px;
    margin: 0 auto;
    background: url("../images/homepage/bottle_sprites_horizontal6.png");
    background-repeat: no-repeat;
    background-position: 50% 0px;
    background-size: cover;
  }
  .top_text {
    font-size: 5.4rem;
  }
  .page_break_2_wrapper {
    padding: 0 30px;
  }
  .hp_page_break_2_headline {
    margin-top: 50px;
  }
  .page_break_2_image {
    display: none;
  }
  .cd_block_wrapper {
    margin-top: 40%;
  }
  .hp_ingredient_section_wrapper_mobile {
    margin-top: 250px;
    display: block;
    overflow-x: hidden;
  }
  .section_3_2 {
    display: block;
    top: 10%;
    margin-top: 100px;
  }
  .hp_ingredient_text_wrapper {
    width: 80%;
  }
  .page_homepage .section_4 {
    height: 100%;
    min-height: 100%;
  }
  .page_homepage .section_7 {
    min-height: 100%;
    height: 100%;
  }
  .page_homepage .section_9 {
    min-height: 100%;
    height: 100%;
  }
  .how_it_is_made_headline {
    max-width: 87%;
  }
  .him_text {
    font-size: 3.3rem;
  }
  .him_details_image {
    clip-path: inset(0% 0% 0% 0%);
    -webkit-clip-path: inset(0% 0% 0% 0%);
  }
  .him_details_image_1 {
    text-align: left;
    position: relative;
  }
  .him_details_image_2 {
    position: relative;
  }
  .him_details_image_3 {
    text-align: center;
  }
  .him_details_section_2 {
    text-align: center;
    margin: 0 auto;
    margin-top: -15%;
    margin-bottom: 70px;
    width: 50%;
  }
  .him_details_image_1 {
    text-align: right;
  }
  .him_details_image_1 img {
    width: 50%;
  }
  .him_details_image_2 {
    margin-top: 5%;
  }
  .him_details_image_2 img {
    width: 40%;
  }
  .him_details_image_3 {
    text-align: left;
    padding-left: 10%;
  }
  .him_details_image_3 img {
    width: 50%;
  }
  .him_details_text {
    font-size: 2rem;
    line-height: 1.25;
    text-align: left;
  }
  .him_details_more_link {
    text-align: left;
  }
  .page_homepage .section_10 {
    background-position: 50% 50%;
  }
  .ingredients_swiper.swiper {
    max-width: 279px;
  }
  .swiper-slide {
    border-radius: 0px;
  }
  .swiper-slide img {
    max-width: 279px;
  }
  .swiper-slide-shadow {
    max-width: 279px;
  }
  .botanical_info {
    text-align: center;
  }
  .botanical_name_mobile {
    font-family: "National";
    font-size: 1.5rem;
  }
  .recipe_front, .recipe_back {
    position: relative;
    top: 0px;
    left: 0px;
  }
  .recipe_front img, .recipe_back img {
    max-width: 100%;
  }
  .recipe_back {
    display: none;
  }
  .page_homepage .section_11 {
    overflow-x: hidden;
  }
}

/* desktop only */
@media only screen and (min-width: 1025px) {
  .page_homepage .section_3 {
    min-height: 100%;
    height: 100%;
  }
  .cd_block_wrapper {
    position: absolute;
  }
  .section_3_2 {
    display: none;
  }
  .him_details_image_1 {
    text-align: left;
    position: relative;
  }
  .him_details_image_2 {
    position: relative;
  }
  .him_details_image_3 {
    text-align: center;
  }
  .him_details_image_3 img {
    width: 70%;
    margin-left: 30%;
  }
  .him_details_image_4 {
    text-align: left;
    margin-top: 40%;
    margin-left: 25%;
  }
  .him_details_image_4 img {
    width: 60%;
  }
  .him_details_section_2 {
    text-align: center;
    margin: 0 auto;
    margin-top: -25%;
    margin-bottom: 70px;
    width: 60%;
  }
  .him_details_image_1 {
    margin-top: 10%;
    left: 0%;
  }
  .him_details_image_1 img {
    width: 50%;
  }
  .him_details_image_2 {
    text-align: right;
    margin-top: 0%;
    right: 1.5%;
  }
  .him_details_image_2 img {
    width: 50%;
  }
}

/* mobile only */
@media only screen and (max-width: 576px) {
  body {
    overflow-x: hidden;
  }
  .hp_top_bg .hp_top_bg_img_wrapper {
    width: 100vw;
    height: 100vh;
    background-image: url("../images/homepage/hp_top_bg_mobile.jpg");
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
  }
  .hp_top_bg .hp_top_bg_img_wrapper img {
    width: 100%;
    max-width: 100%;
  }
  .crafted_in_goa_wrapper {
    position: fixed;
    bottom: 25px;
    right: 25px;
    max-width: 20%;
  }
  .top_text_separator {
    height: 1px;
  }
  .bottle_section {
    width: 100%;
    height: 100vh;
  }
  .hp_top_bg img {
    max-width: 75%;
  }
  .top_text {
    letter-spacing: 2px;
    font-size: 3rem;
  }
  .bottle_information {
    min-height: 600px;
  }
  .rb_sprite {
    width: 250px;
    height: 596.5px;
    margin: 0 auto;
    background: url("../images/homepage/bottle_sprites_horizontal6.png");
    background-repeat: no-repeat;
    background-position: 50% 0px;
    background-size: cover;
  }
  .rotating_bottle_wrapper .rb_controller {
    max-width: 75%;
    margin: 0 auto;
    margin-top: 10px;
  }
  .rotating_bottle_wrapper .rb_controller .ui-slider-handle {
    border-radius: 50%;
    top: -0.6rem;
    border: 1px solid #ffffff;
    background: #ffffff;
  }
  .rotating_bottle_wrapper .ui-slider-horizontal {
    height: 1px;
    background: #ffffff;
  }
  .hp_story_illustrations {
    width: 145px;
    height: 140px;
  }
  .hp_page_break_1_story_center_text {
    margin-top: 10px;
    font-size: 2rem;
  }
  .hp_page_break_2_headline {
    font-size: 2.3rem;
    line-height: 1;
  }
  .hp_page_break_2_body {
    margin-top: 0px;
    margin-bottom: -16px;
  }
  .botanical_name_mobile {
    font-family: "National";
    font-size: 1.5rem;
  }
  .page_break_2_body {
    margin: 0 25px;
  }
  .page_break_2_body .page_break_2_body_wrapper {
    max-width: 100%;
  }
  .page_break_2_image img {
    max-width: 100%;
  }
  .page_homepage .section_4 {
    background-color: #141E1F;
    background-image: url("../images/homepage/lind_and_lime_gin2_mobile.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
  }
  .cd_block_wrapper {
    margin-top: 80%;
    padding: 0;
  }
  .cd_number {
    margin: 0px;
  }
  .cd_block {
    margin: 0px;
    padding-top: 50px;
  }
  .cd_block_last {
    margin: 0px;
  }
  .copper_distilled_block tr .copper_distilled_title_td {
    width: 30%;
  }
  .hp_ingredient_section_wrapper_mobile {
    display: block;
    margin-top: 30px;
    overflow-x: hidden;
  }
  .hp_et_2 {
    font-size: 2.1rem;
    margin-bottom: 25px;
  }
  .section_3_2 {
    display: block;
    margin-top: 100px;
  }
  .hp_ingredient_text_wrapper {
    width: 100%;
  }
  .page_break_3 img {
    width: 100%;
  }
  .page_break_3_image {
    width: 90% !important;
  }
  .him_learn_more {
    --ease-out-expo: cubic-bezier(0.19, 1, 0.22, 1);
    position: relative;
    bottom: 5%;
    font-family: 'MrsEaves_italic';
    font-size: 2rem;
    color: #193762;
    text-decoration: none;
  }
  .him_learn_more:hover {
    color: #193762;
  }
  .him_learn_more::before, .him_learn_more::after {
    position: absolute;
    content: "";
    left: 0;
    top: 40px;
    display: block;
    width: 100%;
    height: 1px;
    background: #193762;
    -webkit-transition: 1.1s var(--ease-out-expo);
    transition: 1.1s var(--ease-out-expo);
  }
  .him_learn_more::before {
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
    -webkit-transform-origin: left;
            transform-origin: left;
  }
  .him_learn_more::after {
    -webkit-transform-origin: right;
            transform-origin: right;
    -webkit-transition-delay: 0.25s;
            transition-delay: 0.25s;
  }
  .him_learn_more:hover::before {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
    -webkit-transition-delay: 0.25s;
            transition-delay: 0.25s;
  }
  .him_learn_more:hover::after {
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
    -webkit-transition-delay: 0s;
            transition-delay: 0s;
  }
  .ingredients_swiper.swiper {
    max-width: 75%;
    text-align: center;
  }
  .swiper-slide {
    border-radius: 0px;
  }
  .swiper-slide img {
    max-width: 100%;
  }
  .cig_copper {
    top: -23%;
    right: -1%;
    max-width: 47%;
  }
  .section_7.h-100 {
    height: 40% !important;
  }
  .how_it_is_made_headline {
    max-width: 90%;
  }
  .him_text {
    margin-top: 0px;
    font-size: 2.4rem;
  }
  .him_image_wrapper {
    width: 270px;
    height: 78px;
    display: inline-block;
  }
  .him_image {
    max-width: 270px;
    width: 270px;
    height: 78px;
    top: 0%;
    vertical-align: middle;
  }
  .him_details_image {
    clip-path: inset(0% 0% 0% 0%);
    -webkit-clip-path: inset(0% 0% 0% 0%);
  }
  .him_details_image_1 {
    text-align: right;
  }
  .him_details_image_1 img {
    max-width: 100%;
    padding: 0 28px;
  }
  .him_details_image_2 {
    opacity: 0;
  }
  .him_details_image_3 {
    padding: 0 28px;
  }
  .him_details_image_3 img {
    max-width: 100%;
  }
  .section_spacer_6x {
    height: 64px;
  }
  .him_details_text {
    margin-top: 56px;
    font-size: 2.5rem;
    line-height: 1;
    max-width: 100%;
    padding: 0 23px;
  }
  .him_details_more_link {
    margin-bottom: 30px;
    font-size: 1.23rem;
  }
  .botanical_info {
    text-align: center;
  }
  .swiper-3d .swiper-slide-shadow {
    background: none;
  }
  .page_homepage .section_10 {
    background-position: 50% 50%;
  }
  .recipe {
    position: relative;
  }
  .recipe_front, .recipe_back {
    position: relative;
    top: 0px;
    left: 0px;
  }
  .recipe_front img, .recipe_back img {
    max-width: 100%;
  }
  .recipe_tap {
    position: absolute;
    top: 20px;
    left: 50%;
    -webkit-transform: translate(-50%);
            transform: translate(-50%);
    font-family: "National_medium";
    font-size: 0.75rem;
    line-height: 0.895;
    color: #ffffff;
    text-transform: uppercase;
    text-align: center;
  }
  .recipe_back {
    display: none;
  }
  .recipes_details_mobile .recipe_nav_dots {
    display: block;
  }
  .recipes_details_mobile .recipe_controls {
    display: none;
  }
}

/*
@media screen and (max-width: 995px), 
       screen and (max-height: 700px) {
  ...
}
*/
@media only screen and (min-width: 1024px) and (max-width: 1800px), screen and (min-width: 1024px) and (max-width: 1800px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (min-width: 1024px) and (max-width: 1800px) and (-webkit-min-device-pixel-ratio: 2.0833333333333335), screen and (min-width: 1024px) and (max-width: 1800px) and (min-resolution: 200dpi) {
  .section_spacer_80 {
    height: 30px;
  }
  .top_text {
    font-size: 12rem;
    line-height: 0.9;
    letter-spacing: -0.5rem;
  }
  .hp_top_bg .hp_top_bg_img_wrapper {
    width: 100vw;
    height: 100vh;
    background-image: url("../images/homepage/hp_top_bg.jpg");
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
  }
  .hp_top_bg .hp_top_bg_img_wrapper img {
    width: 100%;
    max-width: 100%;
  }
  .hp_story_illustrations {
    width: 290px;
    height: 280px;
  }
  .how_it_is_made_headline {
    max-width: 77%;
  }
  .story_line {
    width: 1px;
    height: 75px;
    background: #ffffff;
    margin: 15px auto;
  }
  .hp_page_break_1_story_top_text {
    color: #ffffff;
    font-size: 1rem;
    line-height: 1.2;
    font-family: "National_light";
    text-transform: uppercase;
  }
  .hp_page_break_1_story_center_text {
    font-family: "MrsEaves_italic";
    font-size: 3.1rem;
    line-height: 0.9;
  }
  .hp_page_break_1_story_bottom_text {
    font-size: 1rem;
    line-height: 1.2;
    font-family: "National_light";
  }
  .hp_ingredient_count img {
    width: 100%;
  }
  .him_details_text {
    max-width: 50%;
  }
  .recipe {
    position: relative;
  }
  .recipe_front, .recipe_back {
    position: relative;
    top: 0px;
    left: 0px;
  }
  .recipe_front img, .recipe_back img {
    max-width: 100%;
  }
  .recipe_back {
    display: none;
  }
  .section_spacer_recipes2 {
    height: 30px;
  }
  .him_text {
    font-size: 4.3rem;
  }
  .cd_block_wrapper {
    bottom: 2.5%;
  }
  .cd_block {
    padding: 60px 30px 60px 30px;
    margin: 0px 15px;
  }
  .botanical_location {
    font-size: 1rem;
  }
}

@media only screen and (min-width: 1920px) {
  .hp_top_bg .hp_top_bg_img_wrapper {
    width: 100vw;
    height: 100vh;
    background-image: url("../images/homepage/hp_top_bg.jpg");
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
  }
  .hp_top_bg .hp_top_bg_img_wrapper img {
    width: 100%;
    max-width: 100%;
  }
  .rb_sprite {
    width: 335px;
    height: 799px;
  }
  .hp_page_break_1_story_top_text {
    font-size: 1.4375rem;
    line-height: 1.8125;
    font-family: "National_light";
    text-transform: uppercase;
  }
  .hp_page_break_1_story_center_text {
    font-family: "MrsEaves_italic";
    font-size: 3.75rem;
    line-height: 1.03;
  }
  .hp_page_break_1_story_bottom_text {
    font-size: 1.4375rem;
    line-height: 1.35;
    font-family: "National_light";
  }
  .rotating_bottle_wrapper .rb_controller_text {
    font-family: "National_light";
    color: #ffffff;
    font-size: 1.4375rem;
    text-transform: uppercase;
    margin-bottom: 30px;
  }
  .him_image_2_text {
    font-size: 3.95rem;
  }
  .him_image_desktop_wrapper img {
    max-width: 55%;
  }
  .him_image_2_link {
    font-size: 1.3rem;
  }
  .recipe {
    position: relative;
  }
  .recipe_front, .recipe_back {
    position: relative;
    top: 0px;
    left: 0px;
  }
  .recipe_front img, .recipe_back img {
    max-width: 100%;
  }
  .recipe_back {
    display: none;
  }
  .section_spacer_recipes2 {
    height: 40px;
  }
  .top_text {
    font-size: 15rem;
    line-height: 0.8;
    letter-spacing: -0.5rem;
  }
  .page_break_2_body_wrapper {
    max-width: 75%;
  }
  .hp_page_break_2_body {
    font-size: 1.15rem;
  }
  .cd_title {
    font-size: 1.67rem;
  }
  .cd_body {
    font-size: 1.15rem;
    line-height: 1.42;
  }
  .him_details_body2 {
    font-size: 1.15rem;
    line-height: 1.42;
    margin-top: 40px;
  }
  .him_details_more_link {
    margin-top: 40px;
  }
  .hp_ingredient_count img {
    width: 100%;
  }
  .him_details_image_4 {
    margin-top: 40%;
  }
  .hp_et_2 {
    font-size: 3.6rem;
    margin-bottom: 64px;
  }
  .recipes_hero_text {
    font-size: 3.65rem;
    line-height: 1.13;
  }
  .him_text {
    font-size: 6.125rem;
    line-height: 1;
  }
  .section_spacer_80 {
    height: 80px;
  }
  .him_image_wrapper {
    width: 250px;
  }
  .him_image {
    max-width: 250px;
    width: 250px;
    height: 72px;
    margin-top: -19px;
    top: 0;
    vertical-align: middle;
  }
  .hp_learn_more2 {
    font-size: 1.18rem;
  }
  .hp_ingredient_controller_wrapper {
    font-family: "National_light";
    font-size: 1.5rem;
  }
  .him_details_body1 {
    font-size: 3.95rem;
  }
  .recipes_hero_scroll_down {
    font-size: 1.5rem;
  }
  .him_learn_more {
    font-size: 2.39rem;
  }
  .page_break_3_wrapper {
    width: 20%;
    margin: 150px 0;
  }
  .page_break_3_image {
    width: 100%;
  }
  .cig_copper {
    max-width: 50%;
    top: -23%;
    right: -10%;
  }
  .him_image_2_1_text {
    max-width: 60%;
    margin: 0 auto;
  }
  .him_image_2_link_wrapper {
    margin-left: 20%;
  }
  .him_image_2_2_text {
    max-width: 74%;
    margin: 0 auto;
  }
  .him_image_2_link_wrapper2 {
    margin-left: 13%;
  }
}

@media only screen and (min-width: 1440px) and (max-width: 1660px), screen and (min-width: 1440px) and (max-width: 1660px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (min-width: 1440px) and (max-width: 1660px) and (-webkit-min-device-pixel-ratio: 2.0833333333333335), screen and (min-width: 1440px) and (max-width: 1660px) and (min-resolution: 200dpi) {
  .rb_sprite {
    width: 290px;
    height: 692px;
  }
  .how_it_is_made_headline {
    max-width: 90%;
  }
  .him_text {
    font-size: 5.5rem;
    line-height: 1;
  }
  .him_image_wrapper {
    width: 250px;
  }
  .him_image {
    max-width: 250px;
    width: 250px;
    height: 72px;
    margin-top: -19px;
    top: 0;
    vertical-align: middle;
  }
}

@media only screen and (min-width: 1024px) and (max-width: 1366px) {
  .rotating_bottle_wrapper .rb_controller_text {
    margin-bottom: 20px;
  }
  .rotating_bottle_wrapper .rb_controller_text .rb_controller_icon {
    max-width: 30px;
  }
  .him_text {
    font-size: 4.1rem;
  }
}

footer {
  background: #153561;
  padding-top: 30px;
  padding-bottom: 30px;
  overflow-x: hidden;
}

.footer_left_links, .footer_right_links, .footer_center_links {
  font-family: 'National_light';
  text-align: center;
  text-transform: uppercase;
}

.footer_left_links a, .footer_right_links a, .footer_center_links a {
  color: #86CAD9;
  margin: 15px;
  margin-right: 0px;
  margin-left: 0px;
  text-decoration: none;
}

.footer_left_illustration img, .footer_right_illustration img {
  max-width: 85%;
}

.footer_right_illustration {
  text-align: right;
}

.footer_right_links a {
  margin: 10px;
  margin-left: 0px;
  margin-right: 0px;
}

.footer_center {
  text-align: center;
}

.footer_center .tamras_gin_image {
  max-width: 40%;
  margin: auto auto;
}

.footer_center_links {
  text-align: center;
}

.footer_center_links .footer_links {
  text-transform: uppercase;
  text-decoration: underline;
  text-underline-offset: 1px;
  -webkit-text-decoration-color: #86CAD9;
  /* Safari */
  text-decoration-color: #86CAD9;
}

.footer_social_links_wrapper {
  margin: 20px 0 50px 0;
}

.footer_social_links_wrapper .footer_social_links {
  margin: 0 10px !important;
  text-decoration: none;
  display: inline-block;
}

.footer_links_left {
  text-align: left;
  font-size: 0.85rem;
}

.footer_links_right {
  text-align: right;
  font-size: 0.85rem;
}

.footer_adv_name a {
  margin: 0px;
}

.footer_adv_name img {
  width: 80%;
}

.footer_adv_copyright {
  font-size: 0.5rem;
  color: #86CAD9;
  text-transform: none;
  text-decoration: none;
  display: block;
  margin-top: 10px;
}

.kit_form_wrapper {
  margin-top: 50px;
  font-family: 'National';
  text-align: center;
}

.kit_copy {
  font-family: 'National_medium';
  color: #86CAD9;
}

.kit_body {
  font-family: "National_light";
  margin-bottom: 20px;
  margin-top: 10px;
  text-transform: uppercase;
}

.kit_headline {
  font-size: 2rem;
  text-transform: uppercase;
  line-height: 1;
}

.footer_email {
  background: none;
  border: 0px;
  border-bottom: 1px #86CAD9 solid;
  padding: 5px;
  color: #86CAD9;
  width: 94%;
  font-family: 'National_light';
  padding-left: 15px;
  padding-right: 35px;
}

.footer_email_submit {
  border: 0px;
  background: none;
  color: #86CAD9;
  display: inline-block;
  margin-left: -46px;
}

.footer_email_submit img {
  width: 100%;
  margin-bottom: 5px;
}

.footer_email::-webkit-input-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #86CAD9;
  opacity: 1;
  /* Firefox */
  text-transform: uppercase;
}

.footer_email:-ms-input-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #86CAD9;
  opacity: 1;
  /* Firefox */
  text-transform: uppercase;
}

.footer_email::-ms-input-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #86CAD9;
  opacity: 1;
  /* Firefox */
  text-transform: uppercase;
}

.footer_email::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #86CAD9;
  opacity: 1;
  /* Firefox */
  text-transform: uppercase;
}

.footer_email:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #86CAD9;
  text-transform: uppercase;
}

.footer_email::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #86CAD9;
  text-transform: uppercase;
}

/* ipad only */
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .footer_left_illustration img, .footer_right_illustration img, .footer_right_illustration img {
    max-width: 80%;
  }
}

/* desktop only */
@media only screen and (min-width: 1024px) and (max-width: 1800px), screen and (min-width: 1024px) and (max-width: 1800px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (min-width: 1024px) and (max-width: 1800px) and (-webkit-min-device-pixel-ratio: 2.0833333333333335), screen and (min-width: 1024px) and (max-width: 1800px) and (min-resolution: 200dpi) {
  .footer_social_links img {
    max-width: 80%;
  }
}

/* mobile only */
@media only screen and (max-width: 576px) {
  footer {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .footer_center .tamras_gin_image {
    max-width: 60%;
  }
  .footer_mobile_links_wrapper.footer_social_links_wrapper {
    margin-top: 30px;
    margin-bottom: 30px;
  }
  .footer_mobile_links_wrapper.footer_social_links_wrapper .footer_social_links img {
    max-width: 75%;
  }
  .footer_mobile_links_wrapper.primary_nav_links a {
    font-size: 0.8125rem;
    margin: 0 7px;
  }
  .footer_center_links {
    margin-top: 15px;
  }
  .footer_center_links2 {
    width: 100%;
  }
  .kit_form_wrapper {
    margin-top: 30px;
  }
  .kit_headline {
    font-size: 1.25rem;
  }
  .kit_body {
    font-size: 0.8125rem;
    text-transform: none;
  }
  .footer_email {
    width: 75%;
  }
  .footer_center_links2 {
    font-size: 0.8125rem;
  }
  .footer_center_links2 a {
    text-transform: none !important;
  }
  .footer_adv_name {
    margin-top: 15px;
  }
}

@media only screen and (min-width: 1920px) {
  .footer_center .tamras_gin_image {
    margin: auto auto;
  }
  .footer_email {
    width: 91%;
  }
  .kit_copy {
    font-size: 3.125rem;
  }
  .kit_body {
    font-size: 1.4375rem;
  }
  .footer_email {
    font-size: 1.4375rem;
  }
  .footer_links_left, .footer_links_right {
    font-size: 1.125rem;
  }
  .footer_adv_copyright {
    font-size: 0.75rem;
  }
  .footer_social_links_wrapper {
    margin-bottom: 70px;
  }
}
/*# sourceMappingURL=main.css.map */