:root {
  --white: white;
  --black: black;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.w-layout-layout {
  grid-row-gap: 20px;
  grid-column-gap: 20px;
  grid-auto-columns: 1fr;
  justify-content: center;
  padding: 20px;
}

.w-layout-cell {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

.header {
  z-index: 2;
  background-color: #333b3f;
  border-bottom: 5px solid #17598f;
  padding-left: 40px;
  padding-right: 40px;
  position: fixed;
  inset: 0% 0% auto;
}

.footer {
  background-color: #333b3f;
  padding: 40px 40px 60px;
}

.mixology-made-easy {
  background-color: #333b3f;
}

.section {
  max-width: none;
}

.section.section-1 {
  background-image: linear-gradient(#1e527b33, #1e527b33), url('../images/bg-mixologymadeeasy-1-xl.jpg');
  background-position: 0 0, 50% 45%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  padding-top: 160px;
  padding-bottom: 60px;
  display: flex;
}

.section.section-2 {
  background-image: linear-gradient(130deg, #d3e0eb, #fff 50%);
}

.section.section-3 {
  background-color: #fff;
  border-top: 1px solid #1e527b;
  border-bottom: 1px solid #1e527b;
  justify-content: center;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
}

.section.section-4 {
  background-color: #fff;
  background-image: linear-gradient(130deg, #dae7f2, #fff);
}

.section.section-7 {
  background-image: url('../images/bg-section7-1.jpg');
  background-position: 50%;
  background-size: cover;
}

.section.section-6 {
  background-image: linear-gradient(130deg, #d3e0eb, #fff 50%);
}

.section.request-quote {
  background-image: url('../images/bg-requestquote.jpg');
  background-position: 50%;
  background-size: cover;
  background-attachment: scroll;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 180px 100px 80px;
  display: flex;
}

.logo-mixologymadeeasy {
  max-height: 52px;
  transition: max-height .4s cubic-bezier(.645, .045, .355, 1);
}

.logo-mixologymadeeasy.scrolled {
  max-height: 44px;
}

.header-container {
  flex-direction: row;
  align-items: center;
  margin-top: 36px;
  margin-bottom: 18px;
  transition: margin .4s cubic-bezier(.645, .045, .355, 1);
}

.header-container.scrolled {
  margin-top: 16px;
  margin-bottom: 16px;
}

.header-btn {
  float: right;
  background-color: #1e527b;
  border-radius: 8px;
  align-self: center;
  margin-top: 4px;
  padding: 12px 20px 14px;
  font-family: Oswald, sans-serif;
  font-size: 18px;
  transition: font-size .4s cubic-bezier(.645, .045, .355, 1), background-color .2s cubic-bezier(.645, .045, .355, 1), padding .4s cubic-bezier(.645, .045, .355, 1);
}

.header-btn:hover {
  background-color: #196097;
}

.header-btn.scrolled {
  padding: 10px 18px 12px;
  font-size: 16px;
}

.image {
  width: 55%;
  min-width: 560px;
  max-width: 660px;
}

.slider {
  width: 70%;
  height: auto;
  max-height: none;
}

.left-arrow {
  margin-left: -80px;
}

.right-arrow {
  margin-right: -80px;
}

.icon {
  color: #1e527b;
}

.splash-btn {
  background-color: #1e527b;
  border-radius: 8px;
  align-self: center;
  margin-top: 4px;
  padding: 14px 40px 18px;
  font-family: Oswald, sans-serif;
  font-size: 20px;
  transition: background-color .2s cubic-bezier(.645, .045, .355, 1);
}

.splash-btn:hover {
  background-color: #196097;
}

.quick-stack {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  padding: 0;
}

.bg-section-2-1 {
  background-image: url('../images/bg-section2-1.png');
  background-position: 50% 40%;
  background-size: cover;
}

.bg-section-2-2 {
  background-image: url('../images/bg-section2-2.png');
  background-position: 50% 25%;
  background-size: cover;
}

.content-holder {
  text-align: center;
  flex: 1;
  align-self: stretch;
}

.cell {
  padding: 60px 100px;
}

.line-horizontal {
  background-color: #1e527b;
  width: 80px;
  height: 1px;
}

.content-header {
  justify-content: center;
  align-items: center;
  display: flex;
}

.icon-header {
  max-width: 70px;
  margin-left: 20px;
  margin-right: 20px;
}

.content-title {
  color: #1e527b;
  text-align: center;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Oswald, sans-serif;
  font-size: 32px;
  line-height: 38px;
}

.content-subtitle {
  color: #333b3f;
  text-align: center;
  align-self: center;
  margin-bottom: 10px;
  font-family: Oswald, sans-serif;
  font-size: 20px;
  line-height: 26px;
}

.content-text {
  text-align: center;
  font-size: 16px;
  line-height: 24px;
}

.slide {
  background-color: #d8e5f0;
  padding: 20px 100px;
}

.quote-callout {
  text-align: center;
  margin-top: 20px;
  margin-bottom: 20px;
  font-family: Oswald, sans-serif;
  font-size: 24px;
  line-height: 32px;
}

.content-titleunder {
  color: #1e527b;
  text-align: center;
  margin-bottom: 10px;
  font-family: Oswald, sans-serif;
  font-size: 24px;
  line-height: 32px;
}

.bg-section-4-1 {
  background-image: url('../images/bg-section4-1.png');
  background-position: 50%;
  background-size: cover;
}

.footer-container {
  flex-direction: row;
  align-items: center;
  transition: margin .4s cubic-bezier(.645, .045, .355, 1);
}

.quick-stack-2 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  padding: 0;
}

.footer-mid {
  justify-content: flex-start;
  align-items: center;
}

.legal-line {
  color: #fff;
  margin-top: 8px;
  font-size: 12px;
  line-height: 18px;
}

.icon-social {
  max-width: 28px;
}

.cell-3 {
  flex-direction: row;
  justify-content: flex-end;
}

.btn-social {
  margin-left: 20px;
}

.quick-stack-3 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  padding: 0;
}

.text-white {
  color: #fff;
}

.line-white {
  background-color: #fff;
}

.body-btn {
  background-color: #1e527b;
  border-radius: 8px;
  align-self: center;
  margin-top: 10px;
  padding: 10px 20px 12px;
  font-family: Oswald, sans-serif;
  font-size: 16px;
  transition: background-color .2s cubic-bezier(.645, .045, .355, 1), padding .4s cubic-bezier(.645, .045, .355, 1);
}

.body-btn:hover {
  background-color: #196097;
}

.bg-section-5-1 {
  background-image: url('../images/bg-section5-1.png');
  background-position: 50% 40%;
  background-size: cover;
}

.bg-section-5-2 {
  background-image: url('../images/bg-section5-2.png');
  background-position: 50% 20%;
  background-size: cover;
}

.bg-section-5-3 {
  background-image: url('../images/bg-section5-3.png');
  background-position: 50% 35%;
  background-size: cover;
}

.bg-section-6-1 {
  background-image: url('../images/bg-section6-1.png');
  background-position: 50% 10%;
  background-size: cover;
}

.content-text-holder {
  padding-top: 20px;
  padding-bottom: 20px;
}

.flex-btn-holder {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.btn-video {
  max-width: 200px;
  margin-top: 20px;
}

.slide-content {
  padding-bottom: 30px;
}

.quick-stack-6 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  padding: 24px 0;
}

.quote-source {
  text-align: center;
  margin-top: 10px;
  font-family: Oswald, sans-serif;
  font-size: 20px;
  line-height: 28px;
}

.image-2 {
  max-width: 160px;
  margin-bottom: 20px;
}

.cell-form {
  padding-left: 40px;
  padding-right: 40px;
}

.image-3 {
  max-height: 140px;
}

.description-form {
  color: #fff;
  text-align: center;
  font-size: 16px;
  line-height: 24px;
}

.quick-stack-7 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  margin-top: 20px;
  padding: 0;
}

.submit-button {
  background-color: #1e527b;
  border-radius: 8px;
  margin-top: 10px;
  padding: 12px 20px 14px;
  font-family: Oswald, sans-serif;
  font-size: 18px;
  transition: background-color .2s cubic-bezier(.645, .045, .355, 1);
}

.submit-button:hover {
  background-color: #196097;
}

.form-block {
  margin-top: 20px;
}

.textarea {
  margin-top: 10px;
  font-size: 16px;
}

.text-field {
  font-size: 16px;
}

.stack-form {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  padding: 0;
}

.success-message {
  background-color: #1e527b00;
}

.text-block {
  color: #fff;
  font-family: Oswald, sans-serif;
  font-size: 24px;
  line-height: 32px;
}

@media screen and (max-width: 991px) {
  .section.section-3 {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .section.request-quote {
    background-position: 60%;
    padding-left: 60px;
    padding-right: 60px;
  }

  .logo-mixologymadeeasy {
    max-height: 42px;
  }

  .logo-mixologymadeeasy.scrolled {
    max-height: 38px;
  }

  .header-container {
    margin-top: 30px;
    margin-bottom: 18px;
  }

  .header-container.scrolled {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .header-btn {
    margin-top: 2px;
    padding-top: 8px;
    padding-bottom: 10px;
  }

  .header-btn.scrolled {
    padding-top: 8px;
    padding-bottom: 10px;
  }

  .slider {
    width: 80%;
  }

  .cell {
    padding: 40px;
  }

  .icon-header {
    max-width: 60px;
  }

  .content-title {
    font-size: 28px;
    line-height: 34px;
  }

  .content-subtitle {
    font-size: 18px;
    line-height: 24px;
  }

  .content-text {
    font-size: 14px;
    line-height: 20px;
  }

  .slide {
    padding-left: 60px;
    padding-right: 60px;
  }

  .quote-callout {
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 22px;
    line-height: 30px;
  }

  .content-titleunder {
    font-size: 20px;
    line-height: 28px;
  }

  .btn-video {
    background-color: #1e527b80;
  }

  .quick-stack-6 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .cell-form {
    padding: 0;
  }

  .description-form {
    font-size: 14px;
    line-height: 20px;
  }

  .quick-stack-7 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .text-block {
    font-size: 20px;
    line-height: 28px;
  }
}

@media screen and (max-width: 767px) {
  .header {
    padding-left: 20px;
    padding-right: 20px;
  }

  .footer {
    padding: 20px 20px 40px;
  }

  .section.section-3 {
    overflow: hidden;
  }

  .section.request-quote {
    padding: 140px 40px 60px;
  }

  .logo-mixologymadeeasy, .logo-mixologymadeeasy.scrolled {
    max-height: 36px;
  }

  .header-container, .header-container.scrolled {
    margin-top: 16px;
    margin-bottom: 16px;
  }

  .header-btn {
    align-self: flex-start;
    padding: 6px 18px 8px;
    font-size: 14px;
    line-height: 16px;
  }

  .header-btn.scrolled {
    padding-top: 6px;
    padding-bottom: 8px;
    font-size: 14px;
  }

  .image {
    width: 80%;
    min-width: 410px;
    max-width: 620px;
  }

  .slider {
    width: 70%;
  }

  .splash-btn {
    font-size: 18px;
    line-height: 20px;
  }

  .bg-section-2-2 {
    display: none;
  }

  .line-horizontal {
    width: 70px;
  }

  .icon-header {
    max-width: 50px;
    margin-left: 10px;
    margin-right: 10px;
  }

  .slide {
    padding-left: 60px;
    padding-right: 60px;
  }

  .quote-callout {
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 22px;
    line-height: 28px;
  }

  .footer-mid {
    align-items: flex-start;
    padding-top: 20px;
    padding-bottom: 10px;
  }

  .bg-section-5-1, .bg-section-5-3 {
    display: none;
  }

  .spacer {
    min-height: 380px;
  }

  .quote-source {
    font-size: 18px;
    line-height: 24px;
  }

  .image-3 {
    max-height: 100px;
  }

  .quick-stack-7 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    margin-top: 10px;
  }

  .submit-button {
    font-size: 16px;
    line-height: 16px;
  }

  .textarea {
    margin-top: 0;
  }
}

@media screen and (max-width: 479px) {
  .header {
    padding-left: 14px;
    padding-right: 14px;
  }

  .section.section-7 {
    background-image: linear-gradient(#1e527b33, #1e527b33), url('../images/bg-section7-1.jpg');
    background-position: 0 0, 56%;
    background-size: auto, cover;
  }

  .section.request-quote {
    background-image: linear-gradient(119deg, #050505, #585858), url('../images/bg-requestquote.jpg');
    background-position: 0 0, 60%;
    background-size: auto, cover;
    background-attachment: scroll, fixed;
    padding-top: 100px;
  }

  .logo-mixologymadeeasy, .logo-mixologymadeeasy.scrolled {
    max-height: 32px;
  }

  .header-container, .header-container.scrolled {
    margin-top: 14px;
    margin-bottom: 14px;
  }

  .header-btn {
    padding: 6px 18px 8px;
  }

  .image {
    width: 90%;
    min-width: 240px;
  }

  .icon {
    margin-right: 4px;
  }

  .icon.right {
    margin-left: 4px;
  }

  .splash-btn {
    text-align: center;
    margin-left: 10px;
    margin-right: 10px;
    padding: 10px 24px 12px;
    font-size: 16px;
  }

  .cell {
    padding-top: 30px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .line-horizontal {
    width: 50px;
  }

  .icon-header {
    margin-left: 8px;
    margin-right: 8px;
  }

  .content-title {
    font-size: 26px;
    line-height: 32px;
  }

  .content-subtitle {
    margin-bottom: 8px;
  }

  .slide {
    padding-left: 20px;
    padding-right: 20px;
  }

  .quote-callout {
    font-size: 20px;
    line-height: 24px;
  }

  .quick-stack-6 {
    margin-bottom: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .spacer {
    min-height: 300px;
  }

  .quote-source {
    font-size: 16px;
    line-height: 20px;
  }

  .cell-form {
    padding-top: 30px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .quick-stack-7 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    margin-top: 10px;
  }

  .textarea {
    margin-top: 10px;
    margin-bottom: 0;
    font-size: 14px;
  }

  .text-field {
    margin-bottom: 0;
    font-size: 14px;
  }

  .text-block {
    font-size: 18px;
    line-height: 24px;
  }
}

#w-node-_3dc57ff4-41d0-a14f-f895-11e069f44ba5-0cf63091 {
  grid-template-rows: auto auto;
  grid-template-columns: 1.5fr 1fr;
}

#w-node-f84debdd-8176-f17d-bd09-6751438f6937-0cf63091 {
  grid-row: span 2 / span 2;
}

#w-node-_9055da2d-c854-b9af-4ac0-2009752fc31e-0cf63091 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_14dd77a6-8508-a40c-4231-bd45bcb222ef-0cf63091 {
  grid-template-rows: auto auto;
  grid-template-columns: 1.5fr 1fr;
}

#w-node-_14dd77a6-8508-a40c-4231-bd45bcb222f0-0cf63091 {
  grid-row: span 2 / span 2;
}

#w-node-_14dd77a6-8508-a40c-4231-bd45bcb222f8-0cf63091 {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_14dd77a6-8508-a40c-4231-bd45bcb22308-0cf63091 {
  grid-row: span 2 / span 2;
}

#w-node-fa66790e-e398-c3c9-ffc8-cdaf81b1ed91-0cf63091 {
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1.5fr;
}

#w-node-_9a25760b-be81-f168-110d-bbcd87c082b1-0cf63091 {
  grid-row: span 3 / span 3;
}

#w-node-_2a3d4a09-9b86-9180-8054-d9ed7e1c41f3-0cf63091 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_529fd0e9-ced8-81b2-bcd4-b33fd5914dfd-0cf63091 {
  grid-template-rows: auto auto;
  grid-template-columns: 1.5fr 1fr;
}

#w-node-_529fd0e9-ced8-81b2-bcd4-b33fd5914dfe-0cf63091, #w-node-_529fd0e9-ced8-81b2-bcd4-b33fd5914e18-0cf63091 {
  grid-row: span 2 / span 2;
}

#w-node-aabfcd74-620c-b282-9adb-51d75316d031-0cf63091 {
  grid-template-rows: auto auto;
  grid-template-columns: 1.5fr 1fr;
}

#w-node-aabfcd74-620c-b282-9adb-51d75316d032-0cf63091, #w-node-aabfcd74-620c-b282-9adb-51d75316d04a-0cf63091 {
  grid-row: span 2 / span 2;
}

#w-node-a15a7aa3-b98e-3ad0-43d1-b40ec2cbf721-0cf63091 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-aabfcd74-620c-b282-9adb-51d75316d031-08a15f63 {
  grid-template-rows: auto auto;
  grid-template-columns: 1.25fr 1fr;
}

#w-node-aabfcd74-620c-b282-9adb-51d75316d032-08a15f63 {
  grid-row: span 2 / span 2;
}

#w-node-_0c4e3646-f4ff-dc37-954d-ea913476726a-08a15f63, #w-node-a6464303-d702-1d18-46b0-45cef7de251b-08a15f63 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-aabfcd74-620c-b282-9adb-51d75316d04a-08a15f63 {
  grid-row: span 2 / span 2;
}

#w-node-a15a7aa3-b98e-3ad0-43d1-b40ec2cbf721-08a15f63 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

@media screen and (max-width: 767px) {
  #w-node-_3dc57ff4-41d0-a14f-f895-11e069f44ba5-0cf63091 {
    grid-template-rows: auto auto;
    grid-template-columns: 1.5fr;
  }

  #w-node-f84debdd-8176-f17d-bd09-6751438f6937-0cf63091 {
    grid-row: span 2 / span 2;
  }

  #w-node-_14dd77a6-8508-a40c-4231-bd45bcb222ef-0cf63091 {
    grid-template-rows: auto auto;
    grid-template-columns: 1.5fr;
  }

  #w-node-_14dd77a6-8508-a40c-4231-bd45bcb222f0-0cf63091, #w-node-_14dd77a6-8508-a40c-4231-bd45bcb22308-0cf63091 {
    grid-row: span 2 / span 2;
  }

  #w-node-fa66790e-e398-c3c9-ffc8-cdaf81b1ed91-0cf63091 {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
  }

  #w-node-_9a25760b-be81-f168-110d-bbcd87c082b1-0cf63091 {
    grid-row: span 3 / span 3;
  }

  #w-node-a15a7aa3-b98e-3ad0-43d1-b40ec2cbf721-0cf63091, #w-node-a15a7aa3-b98e-3ad0-43d1-b40ec2cbf721-08a15f63 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_9055da2d-c854-b9af-4ac0-2009752fc31e-0cf63091, #w-node-_14dd77a6-8508-a40c-4231-bd45bcb222f8-0cf63091, #w-node-_2a3d4a09-9b86-9180-8054-d9ed7e1c41f3-0cf63091 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_529fd0e9-ced8-81b2-bcd4-b33fd5914dfd-0cf63091 {
    grid-template-rows: auto auto;
    grid-template-columns: 1.5fr;
  }

  #w-node-_529fd0e9-ced8-81b2-bcd4-b33fd5914dfe-0cf63091, #w-node-_529fd0e9-ced8-81b2-bcd4-b33fd5914e18-0cf63091 {
    grid-row: span 2 / span 2;
  }

  #w-node-aabfcd74-620c-b282-9adb-51d75316d031-0cf63091 {
    grid-template-rows: auto auto;
    grid-template-columns: 1.5fr;
  }

  #w-node-aabfcd74-620c-b282-9adb-51d75316d032-0cf63091, #w-node-aabfcd74-620c-b282-9adb-51d75316d04a-0cf63091 {
    grid-row: span 2 / span 2;
  }

  #w-node-aabfcd74-620c-b282-9adb-51d75316d031-08a15f63 {
    grid-template-rows: auto auto;
    grid-template-columns: 1.5fr;
  }

  #w-node-aabfcd74-620c-b282-9adb-51d75316d032-08a15f63 {
    grid-row: span 2 / span 2;
  }

  #w-node-_0c4e3646-f4ff-dc37-954d-ea913476726a-08a15f63, #w-node-a6464303-d702-1d18-46b0-45cef7de251b-08a15f63 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-aabfcd74-620c-b282-9adb-51d75316d04a-08a15f63 {
    grid-row: span 2 / span 2;
  }
}


