body {
  font-family: "noka", sans-serif !important;
  background-color: #FFF9EE !important;
  font-weight: 600;
}
body .form-control {
  font-weight: 600 !important;
}
body .cf-btn, body .cf-btn.js-btn-next, body .cf-btn.js-btn-prev {
  color: #3B363A;
  font-weight: 600;
  padding: 12px 16px;
  border: solid 1px #3B363A;
  border-radius: 5px !important;
}
body .cf-btn.cf-btn-green, body .cf-btn.js-btn-next.cf-btn-green, body .cf-btn.js-btn-prev.cf-btn-green {
  background-color: #6BDD6F !important;
}
body button.btn, body a.btn {
  padding-top: 12px;
  padding-bottom: 12px;
}
body .context .heading {
  font-weight: 600;
  font-size: 40px;
  color: #3B363A;
}
body .context .sub-heading {
  font-size: 22px;
}
body hr.cf-thin-border {
  border: none;
}
body hr.cf-invisible-hr {
  border: none;
}
body .empty-space {
  width: 100%;
}
body .empty-space.ht-50 {
  height: 50px;
}
body .empty-space.ht-100 {
  height: 100px;
}
body .empty-space.ht-150 {
  height: 150px;
}
body .empty-space.ht-200 {
  height: 200px;
}
body .floated-badge {
  min-width: 150px;
  display: inline-block;
  background-color: #C0F0C2;
  color: #51B255;
  text-align: center;
  padding: 6px 10px;
  border-radius: 20px;
  font-weight: 600;
}
body .row {
  width: 100%;
  margin: 0 auto;
}
body .cf-centered-form {
  width: 600px;
  margin: 0 auto;
}
body form.cf-form, body .cf-form-grid {
  text-align: center;
}
body form.cf-form.password-reset-form, body .cf-form-grid.password-reset-form {
  text-align: left !important;
}
body form.cf-form.password-reset-form .required.field, body .cf-form-grid.password-reset-form .required.field {
  padding: 0;
  margin-top: 2.5rem;
}
body form.cf-form.password-reset-form .required.field label[for=id_email], body .cf-form-grid.password-reset-form .required.field label[for=id_email] {
  padding-left: 0;
}
body form.cf-form.old-bordered-form, body .cf-form-grid.old-bordered-form {
  border-radius: 7px;
  padding: 35px 40px 50px;
  width: inherit;
}
body form.cf-form.old-bordered-form.bg-form, body .cf-form-grid.old-bordered-form.bg-form {
  left: 50%;
  transform: translateX(-50%);
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 32px;
}
body form.cf-form.old-bordered-form .button-row, body .cf-form-grid.old-bordered-form .button-row {
  justify-content: center;
}
body form.cf-form.old-bordered-form .button-row .cf-btn, body .cf-form-grid.old-bordered-form .button-row .cf-btn {
  width: 200px;
}
body form.cf-form.old-bordered-form .field label, body .cf-form-grid.old-bordered-form .field label {
  position: unset;
  padding: 4px;
}
body form.cf-form.old-bordered-form .field input, body form.cf-form.old-bordered-form .field input.search, body form.cf-form.old-bordered-form .field .ui.selection.dropdown, body .cf-form-grid.old-bordered-form .field input, body .cf-form-grid.old-bordered-form .field input.search, body .cf-form-grid.old-bordered-form .field .ui.selection.dropdown {
  border: solid 1px #3B363A;
  border-radius: 5px;
  padding: 5px 10px;
  width: 100%;
  font-size: 16px;
}
body form.cf-form.old-bordered-form .field textarea, body .cf-form-grid.old-bordered-form .field textarea {
  width: 100%;
  padding: 10px;
  border-radius: 5px;
  border: solid 1px #3B363A;
}
body form.cf-form.old-bordered-form .field textarea:focus, body .cf-form-grid.old-bordered-form .field textarea:focus {
  border-color: #51B255;
}
body form.cf-form.old-bordered-form .two .field, body .cf-form-grid.old-bordered-form .two .field {
  margin-bottom: 1rem;
}
body form.cf-form.old-bordered-form button, body .cf-form-grid.old-bordered-form button {
  padding-top: 12px;
  padding-bottom: 12px;
}
body form.cf-form.old-bordered-form button.btn-success, body .cf-form-grid.old-bordered-form button.btn-success {
  width: calc(100% - 10px);
  margin: 0 auto;
}
body form.cf-form.old-bordered-form #event-contract h2, body .cf-form-grid.old-bordered-form #event-contract h2 {
  padding: 5px;
}
body form.cf-form.old-bordered-form #event-contract h2 button.accordion-button, body .cf-form-grid.old-bordered-form #event-contract h2 button.accordion-button {
  border: solid 1px #3B363A;
}
body form.cf-form.old-bordered-form .field, body form.cf-form.old-bordered-form .field .ui.dropdown, body .cf-form-grid.old-bordered-form .field, body .cf-form-grid.old-bordered-form .field .ui.dropdown {
  margin-bottom: 1rem;
}
body form.cf-form .multi-panel > .col-12 > .context, body .cf-form-grid .multi-panel > .col-12 > .context {
  margin-bottom: 4rem;
}
body form.cf-form .multisteps-form__content .row, body .cf-form-grid .multisteps-form__content .row {
  align-items: center;
  justify-content: center;
}
body form.cf-form .complete-form, body .cf-form-grid .complete-form {
  width: 600px;
}
body form.cf-form label, body .cf-form-grid label {
  color: #625B69;
}
body form.cf-form label:hover, body .cf-form-grid label:hover {
  color: #625B69;
}
body form.cf-form .fields, body .cf-form-grid .fields {
  display: flex;
  width: 100%;
}
body form.cf-form .field, body form.cf-form .field .ui.dropdown, body .cf-form-grid .field, body .cf-form-grid .field .ui.dropdown {
  width: 100%;
  position: relative;
  padding: 5px;
  background: transparent;
  border: none;
  margin-bottom: 1.5rem;
}
body form.cf-form .field.required label::after, body form.cf-form .field .ui.dropdown.required label::after, body .cf-form-grid .field.required label::after, body .cf-form-grid .field .ui.dropdown.required label::after {
  margin: -0.2em 0 0 0.2em;
  content: "*";
  color: #3B363A;
}
body form.cf-form .field.required.error input, body form.cf-form .field .ui.dropdown.required.error input, body .cf-form-grid .field.required.error input, body .cf-form-grid .field .ui.dropdown.required.error input {
  border: solid 2px rgb(228, 13, 13) !important;
}
body form.cf-form .field:not(:has(> label)), body form.cf-form .field .ui.dropdown:not(:has(> label)), body .cf-form-grid .field:not(:has(> label)), body .cf-form-grid .field .ui.dropdown:not(:has(> label)) {
  margin-bottom: 0 !important;
  padding: 0;
}
body form.cf-form .field label, body form.cf-form .field .ui.dropdown label, body .cf-form-grid .field label, body .cf-form-grid .field .ui.dropdown label {
  color: #625B69;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  position: absolute;
  text-align: left;
  width: 100%;
  left: 0;
  transition: 0.3s ease;
  z-index: 0;
  top: -10px;
  font-size: 12px;
  border-radius: 0 0.28571429rem 0.28571429rem 0;
  border-color: rgba(0, 0, 0, 0.15);
  padding: 4px 4px 4px 8px;
}
body form.cf-form .field .default.text, body form.cf-form .field .ui.dropdown .default.text, body .cf-form-grid .field .default.text, body .cf-form-grid .field .ui.dropdown .default.text {
  display: none;
}
body form.cf-form .field .text, body form.cf-form .field .ui.dropdown .text, body .cf-form-grid .field .text, body .cf-form-grid .field .ui.dropdown .text {
  font-weight: normal;
}
body form.cf-form .field .input, body form.cf-form .field .ui.dropdown .input, body .cf-form-grid .field .input, body .cf-form-grid .field .ui.dropdown .input {
  width: 100%;
  background-color: white;
}
body form.cf-form .field .ui.selection.dropdown, body form.cf-form .field .ui.dropdown .ui.selection.dropdown, body .cf-form-grid .field .ui.selection.dropdown, body .cf-form-grid .field .ui.dropdown .ui.selection.dropdown {
  display: flex;
  align-items: center;
  margin-bottom: 0;
  min-height: 40px;
}
body form.cf-form .field input, body form.cf-form .field input.search, body form.cf-form .field .ui.selection.dropdown, body form.cf-form .field .ui.dropdown input, body form.cf-form .field .ui.dropdown input.search, body form.cf-form .field .ui.dropdown .ui.selection.dropdown, body .cf-form-grid .field input, body .cf-form-grid .field input.search, body .cf-form-grid .field .ui.selection.dropdown, body .cf-form-grid .field .ui.dropdown input, body .cf-form-grid .field .ui.dropdown input.search, body .cf-form-grid .field .ui.dropdown .ui.selection.dropdown {
  border: none;
  border-bottom: solid 2px #51B255;
  border-radius: 0;
  background: transparent !important;
  font-size: 18px;
  min-height: 40px;
  padding: 3px 9px 3px 4px;
  width: 100%;
}
body form.cf-form .field input:focus, body form.cf-form .field input.search:focus, body form.cf-form .field .ui.selection.dropdown:focus, body form.cf-form .field .ui.dropdown input:focus, body form.cf-form .field .ui.dropdown input.search:focus, body form.cf-form .field .ui.dropdown .ui.selection.dropdown:focus, body .cf-form-grid .field input:focus, body .cf-form-grid .field input.search:focus, body .cf-form-grid .field .ui.selection.dropdown:focus, body .cf-form-grid .field .ui.dropdown input:focus, body .cf-form-grid .field .ui.dropdown input.search:focus, body .cf-form-grid .field .ui.dropdown .ui.selection.dropdown:focus {
  box-shadow: none;
  border-color: #51B255;
}
body form.cf-form .field input:focus-visible, body form.cf-form .field input.search:focus-visible, body form.cf-form .field .ui.selection.dropdown:focus-visible, body form.cf-form .field .ui.dropdown input:focus-visible, body form.cf-form .field .ui.dropdown input.search:focus-visible, body form.cf-form .field .ui.dropdown .ui.selection.dropdown:focus-visible, body .cf-form-grid .field input:focus-visible, body .cf-form-grid .field input.search:focus-visible, body .cf-form-grid .field .ui.selection.dropdown:focus-visible, body .cf-form-grid .field .ui.dropdown input:focus-visible, body .cf-form-grid .field .ui.dropdown input.search:focus-visible, body .cf-form-grid .field .ui.dropdown .ui.selection.dropdown:focus-visible {
  outline: none;
}
body form.cf-form .field input:-webkit-autofill, body form.cf-form .field input:-webkit-autofill:hover, body form.cf-form .field input:-webkit-autofill:focus, body form.cf-form .field input:-webkit-autofill:active, body form.cf-form .field input.search:-webkit-autofill, body form.cf-form .field input.search:-webkit-autofill:hover, body form.cf-form .field input.search:-webkit-autofill:focus, body form.cf-form .field input.search:-webkit-autofill:active, body form.cf-form .field .ui.selection.dropdown:-webkit-autofill, body form.cf-form .field .ui.selection.dropdown:-webkit-autofill:hover, body form.cf-form .field .ui.selection.dropdown:-webkit-autofill:focus, body form.cf-form .field .ui.selection.dropdown:-webkit-autofill:active, body form.cf-form .field .ui.dropdown input:-webkit-autofill, body form.cf-form .field .ui.dropdown input:-webkit-autofill:hover, body form.cf-form .field .ui.dropdown input:-webkit-autofill:focus, body form.cf-form .field .ui.dropdown input:-webkit-autofill:active, body form.cf-form .field .ui.dropdown input.search:-webkit-autofill, body form.cf-form .field .ui.dropdown input.search:-webkit-autofill:hover, body form.cf-form .field .ui.dropdown input.search:-webkit-autofill:focus, body form.cf-form .field .ui.dropdown input.search:-webkit-autofill:active, body form.cf-form .field .ui.dropdown .ui.selection.dropdown:-webkit-autofill, body form.cf-form .field .ui.dropdown .ui.selection.dropdown:-webkit-autofill:hover, body form.cf-form .field .ui.dropdown .ui.selection.dropdown:-webkit-autofill:focus, body form.cf-form .field .ui.dropdown .ui.selection.dropdown:-webkit-autofill:active, body .cf-form-grid .field input:-webkit-autofill, body .cf-form-grid .field input:-webkit-autofill:hover, body .cf-form-grid .field input:-webkit-autofill:focus, body .cf-form-grid .field input:-webkit-autofill:active, body .cf-form-grid .field input.search:-webkit-autofill, body .cf-form-grid .field input.search:-webkit-autofill:hover, body .cf-form-grid .field input.search:-webkit-autofill:focus, body .cf-form-grid .field input.search:-webkit-autofill:active, body .cf-form-grid .field .ui.selection.dropdown:-webkit-autofill, body .cf-form-grid .field .ui.selection.dropdown:-webkit-autofill:hover, body .cf-form-grid .field .ui.selection.dropdown:-webkit-autofill:focus, body .cf-form-grid .field .ui.selection.dropdown:-webkit-autofill:active, body .cf-form-grid .field .ui.dropdown input:-webkit-autofill, body .cf-form-grid .field .ui.dropdown input:-webkit-autofill:hover, body .cf-form-grid .field .ui.dropdown input:-webkit-autofill:focus, body .cf-form-grid .field .ui.dropdown input:-webkit-autofill:active, body .cf-form-grid .field .ui.dropdown input.search:-webkit-autofill, body .cf-form-grid .field .ui.dropdown input.search:-webkit-autofill:hover, body .cf-form-grid .field .ui.dropdown input.search:-webkit-autofill:focus, body .cf-form-grid .field .ui.dropdown input.search:-webkit-autofill:active, body .cf-form-grid .field .ui.dropdown .ui.selection.dropdown:-webkit-autofill, body .cf-form-grid .field .ui.dropdown .ui.selection.dropdown:-webkit-autofill:hover, body .cf-form-grid .field .ui.dropdown .ui.selection.dropdown:-webkit-autofill:focus, body .cf-form-grid .field .ui.dropdown .ui.selection.dropdown:-webkit-autofill:active {
  -webkit-box-shadow: 0 0 0 30px white inset !important;
}
body form.cf-form .field input:disabled, body form.cf-form .field input.search:disabled, body form.cf-form .field .ui.selection.dropdown:disabled, body form.cf-form .field .ui.dropdown input:disabled, body form.cf-form .field .ui.dropdown input.search:disabled, body form.cf-form .field .ui.dropdown .ui.selection.dropdown:disabled, body .cf-form-grid .field input:disabled, body .cf-form-grid .field input.search:disabled, body .cf-form-grid .field .ui.selection.dropdown:disabled, body .cf-form-grid .field .ui.dropdown input:disabled, body .cf-form-grid .field .ui.dropdown input.search:disabled, body .cf-form-grid .field .ui.dropdown .ui.selection.dropdown:disabled {
  cursor: default;
  pointer-events: none;
  opacity: 0.45;
}
body form.cf-form .field input[type=file], body form.cf-form .field input.search[type=file], body form.cf-form .field .ui.selection.dropdown[type=file], body form.cf-form .field .ui.dropdown input[type=file], body form.cf-form .field .ui.dropdown input.search[type=file], body form.cf-form .field .ui.dropdown .ui.selection.dropdown[type=file], body .cf-form-grid .field input[type=file], body .cf-form-grid .field input.search[type=file], body .cf-form-grid .field .ui.selection.dropdown[type=file], body .cf-form-grid .field .ui.dropdown input[type=file], body .cf-form-grid .field .ui.dropdown input.search[type=file], body .cf-form-grid .field .ui.dropdown .ui.selection.dropdown[type=file] {
  font-size: 12px;
  padding-top: 10px;
}
body form.cf-form .field input.multiple, body form.cf-form .field input.search.multiple, body form.cf-form .field .ui.selection.dropdown.multiple, body form.cf-form .field .ui.dropdown input.multiple, body form.cf-form .field .ui.dropdown input.search.multiple, body form.cf-form .field .ui.dropdown .ui.selection.dropdown.multiple, body .cf-form-grid .field input.multiple, body .cf-form-grid .field input.search.multiple, body .cf-form-grid .field .ui.selection.dropdown.multiple, body .cf-form-grid .field .ui.dropdown input.multiple, body .cf-form-grid .field .ui.dropdown input.search.multiple, body .cf-form-grid .field .ui.dropdown .ui.selection.dropdown.multiple {
  flex-wrap: wrap;
}
body form.cf-form .field input.multiple .ui.label.visible, body form.cf-form .field input.search.multiple .ui.label.visible, body form.cf-form .field .ui.selection.dropdown.multiple .ui.label.visible, body form.cf-form .field .ui.dropdown input.multiple .ui.label.visible, body form.cf-form .field .ui.dropdown input.search.multiple .ui.label.visible, body form.cf-form .field .ui.dropdown .ui.selection.dropdown.multiple .ui.label.visible, body .cf-form-grid .field input.multiple .ui.label.visible, body .cf-form-grid .field input.search.multiple .ui.label.visible, body .cf-form-grid .field .ui.selection.dropdown.multiple .ui.label.visible, body .cf-form-grid .field .ui.dropdown input.multiple .ui.label.visible, body .cf-form-grid .field .ui.dropdown input.search.multiple .ui.label.visible, body .cf-form-grid .field .ui.dropdown .ui.selection.dropdown.multiple .ui.label.visible {
  font-size: 14px;
  min-width: -moz-fit-content;
  min-width: fit-content;
}
body form.cf-form .field input.multiple .ui.label.visible .delete.icon, body form.cf-form .field input.search.multiple .ui.label.visible .delete.icon, body form.cf-form .field .ui.selection.dropdown.multiple .ui.label.visible .delete.icon, body form.cf-form .field .ui.dropdown input.multiple .ui.label.visible .delete.icon, body form.cf-form .field .ui.dropdown input.search.multiple .ui.label.visible .delete.icon, body form.cf-form .field .ui.dropdown .ui.selection.dropdown.multiple .ui.label.visible .delete.icon, body .cf-form-grid .field input.multiple .ui.label.visible .delete.icon, body .cf-form-grid .field input.search.multiple .ui.label.visible .delete.icon, body .cf-form-grid .field .ui.selection.dropdown.multiple .ui.label.visible .delete.icon, body .cf-form-grid .field .ui.dropdown input.multiple .ui.label.visible .delete.icon, body .cf-form-grid .field .ui.dropdown input.search.multiple .ui.label.visible .delete.icon, body .cf-form-grid .field .ui.dropdown .ui.selection.dropdown.multiple .ui.label.visible .delete.icon {
  opacity: 0.8;
}
body form.cf-form .field input.multiple .ui.label.visible .delete.icon:before, body form.cf-form .field input.search.multiple .ui.label.visible .delete.icon:before, body form.cf-form .field .ui.selection.dropdown.multiple .ui.label.visible .delete.icon:before, body form.cf-form .field .ui.dropdown input.multiple .ui.label.visible .delete.icon:before, body form.cf-form .field .ui.dropdown input.search.multiple .ui.label.visible .delete.icon:before, body form.cf-form .field .ui.dropdown .ui.selection.dropdown.multiple .ui.label.visible .delete.icon:before, body .cf-form-grid .field input.multiple .ui.label.visible .delete.icon:before, body .cf-form-grid .field input.search.multiple .ui.label.visible .delete.icon:before, body .cf-form-grid .field .ui.selection.dropdown.multiple .ui.label.visible .delete.icon:before, body .cf-form-grid .field .ui.dropdown input.multiple .ui.label.visible .delete.icon:before, body .cf-form-grid .field .ui.dropdown input.search.multiple .ui.label.visible .delete.icon:before, body .cf-form-grid .field .ui.dropdown .ui.selection.dropdown.multiple .ui.label.visible .delete.icon:before {
  font-family: FontAwesome;
}
body form.cf-form .field textarea, body form.cf-form .field .ui.dropdown textarea, body .cf-form-grid .field textarea, body .cf-form-grid .field .ui.dropdown textarea {
  background: transparent;
  width: 100%;
  border: none;
  padding: 10px;
  padding-bottom: 0;
  border-bottom: solid 2px #51B255;
}
body form.cf-form .field textarea:focus, body form.cf-form .field .ui.dropdown textarea:focus, body .cf-form-grid .field textarea:focus, body .cf-form-grid .field .ui.dropdown textarea:focus {
  box-shadow: none;
  border-color: #51B255;
}
body form.cf-form .field textarea:focus-visible, body form.cf-form .field .ui.dropdown textarea:focus-visible, body .cf-form-grid .field textarea:focus-visible, body .cf-form-grid .field .ui.dropdown textarea:focus-visible {
  outline: none;
}
body form.cf-form .inline.field .checkbox, body .cf-form-grid .inline.field .checkbox {
  display: flex;
}
body form.cf-form .inline.field .checkbox label, body .cf-form-grid .inline.field .checkbox label {
  padding-left: 1.6rem;
}
body form.cf-form .inline.field .checkbox label:before, body .cf-form-grid .inline.field .checkbox label:before {
  top: 3px;
}
body form.cf-form .inline.field .checkbox label:after, body .cf-form-grid .inline.field .checkbox label:after {
  top: 4px;
}
body form.cf-form .two .field, body .cf-form-grid .two .field {
  width: 50%;
  margin-bottom: 3rem;
}
body form.cf-form .two .field:not(:first-child), body .cf-form-grid .two .field:not(:first-child) {
  margin-left: 12px;
}
body form.cf-form .three .field, body .cf-form-grid .three .field {
  width: 33.33%;
}
body form.cf-form .three .field:not(:first-child), body .cf-form-grid .three .field:not(:first-child) {
  margin-left: 12px;
}
body form.cf-form .five, body .cf-form-grid .five {
  margin-top: 1rem;
  margin-bottom: 2rem;
  width: 95%;
  margin-left: auto;
  margin-right: auto;
}
body form.cf-form button.btn-success, body .cf-form-grid button.btn-success {
  width: 215px;
}
body #banner-section .banner-heading {
  font-size: 70px;
  font-weight: 700;
}
body #banner-section .banner-sub-heading {
  font-size: 25px;
}
body #banner-section .col-md-5 div {
  width: 80%;
  margin: 0 auto;
}
body #cf-feature .col-md-4 {
  padding: 0 3rem;
  border: solid 1px #3B363A;
  height: 350px;
  display: flex;
  align-items: center;
  justify-content: center;
}
body #cf-feature .col-md-4:last-child {
  border-left: none;
}
body #cf-feature .col-md-4:first-child {
  border-right: none;
}
body #cf-feature .col-md-4 img {
  width: 70px;
}
body #cf-feature .col-md-4 h4 {
  font-weight: 600;
  font-size: 24px;
  margin-bottom: 1rem;
  color: #3B363A;
}
body #cf-feature .col-md-4 p {
  font-size: 18px;
}
body #pricing-section .row {
  width: 890px;
  margin: 0 auto;
}
body #pricing-section .row .box-container {
  padding: 40px 30px;
  border-radius: 10px;
}
body #pricing-section .row .box-container ul {
  margin: 40px 0;
  padding-left: 20px;
  list-style-type: none;
}
body #pricing-section .row .box-container ul li {
  margin-bottom: 1rem;
}
body #pricing-section .row .box-container ul li svg {
  width: 25px;
  height: 25px;
  margin-right: 25px;
}
body #pricing-section .row .box-container ul li h6 {
  display: inline-block;
  font-family: 600;
  color: #3B363A;
}
body #pricing-section .row .box-container.small-businesses {
  border: solid 1px #51B255;
}
body #pricing-section .row .box-container.small-businesses .box-button a {
  background-color: #51B255;
  color: #fff;
  border: none;
}
body #pricing-section .row .box-container.enterprise {
  background-color: #C0F0C2;
}
body #pricing-section .row .box-container.enterprise .box-button a {
  background-color: #fff;
  color: #51B255;
  border-color: #51B255;
}
body #pricing-section .row .box-container h4 {
  font-size: 30px;
  font-weight: 800;
  color: #3B363A;
}
body #pricing-section .row .box-container .cf-pera-2 {
  font-size: 20px;
}
body #pricing-section .row .box-container .box-button a {
  width: 285px;
  font-weight: 600;
}
body #order-with-flavor {
  padding: 2rem 0;
}
body #order-with-flavor .context {
  width: 50%;
  margin: 0 auto;
}
body #order-with-flavor .context h2 {
  font-size: 50px;
  font-weight: 600;
}
body #order-with-flavor .cup-logo {
  width: 250px;
  margin: 0 auto;
}
body #order-with-flavor .cup-logo img {
  width: 100%;
}
body #order-with-flavor .order-with-flavor-card.row .col-md-4 .card-item {
  border: solid 1px #3B363A;
  padding: 2rem 1rem;
  height: 350px;
  border-radius: 7px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
body #order-with-flavor .order-with-flavor-card.row .col-md-4 .card-item h4 {
  font-weight: 600;
  font-size: 30px;
}
body #order-with-flavor .order-with-flavor-card.row .col-md-4 .card-item p {
  font-size: 20px;
}
body #order-with-flavor .order-with-flavor-card.row .col-md-4 .card-item a {
  text-decoration: none;
  color: #51B255;
  font-weight: 600;
}
body #frequently-questions .row .context p > a {
  text-decoration: none;
  color: #51B255;
  font-weight: 600;
}
body #frequently-questions .row .question-bank .que-ans {
  margin-bottom: 4rem;
}
body #frequently-questions .row .question-bank .que-ans .que {
  font-size: 24px;
  font-weight: 600;
  color: #3B363A;
}
body #frequently-questions .row .question-bank .que-ans .ans {
  font-size: 18px;
  margin-top: 1rem;
}
body #dashboard-section, body .common-half-sections {
  padding: 0 3rem;
}
body #dashboard-section .context, body .common-half-sections .context {
  padding: 0 3rem;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
body #dashboard-section .context .dashboard-features, body .common-half-sections .context .dashboard-features {
  list-style-type: none;
  display: flex;
  align-items: center;
  width: 600px;
  margin: 0 auto;
  margin-top: 3rem;
}
body #dashboard-section .context .dashboard-features .col-md-6, body .common-half-sections .context .dashboard-features .col-md-6 {
  text-align: left;
  margin-bottom: 1rem;
}
body #dashboard-section .context .dashboard-features .col-md-6 svg, body .common-half-sections .context .dashboard-features .col-md-6 svg {
  margin-right: 1rem;
}
body #dashboard-section .context .dashboard-features .col-md-6 h6, body .common-half-sections .context .dashboard-features .col-md-6 h6 {
  margin: 0;
  display: inline;
}
body #dashboard-section .col-md-6 img.img-fluid, body .common-half-sections .col-md-6 img.img-fluid {
  border-radius: 16px;
}
body #order-ahead-functionality .context {
  width: 65%;
  margin: 0 auto;
}
body #order-ahead-functionality .context .heading {
  margin-bottom: 2rem;
}
body #order-ahead-functionality .context .row {
  text-align: left;
}
body #order-ahead-functionality .context .row .col-sm-6 {
  margin-bottom: 2rem;
}
body #order-ahead-functionality .context .row .col-sm-6 h6 {
  font-weight: bold;
  margin-bottom: 10px;
}
body #order-ahead-functionality .context .row .col-sm-6 svg {
  margin-bottom: 10px;
}
body #order-ahead .picture-container {
  width: 400px;
  margin: 0 auto;
}
body #order-ahead .context .heading {
  margin-bottom: 2rem;
}
body #order-ahead .context .sub-heading-container {
  width: 70%;
  margin: 0 auto;
}
body #order-ahead .context .sub-heading-container .oa-sub-container {
  margin-bottom: 1.5rem;
}
body #order-ahead .context .sub-heading-container .oa-sub-container:last-child {
  margin-bottom: 0;
}
body #order-ahead .context .sub-heading-container .oa-sub-container h6 {
  font-weight: bold;
}
body header nav.cf-navbar {
  background-color: #FFFAEE;
  padding: 1.3rem 0;
  border-bottom: solid 1px #3B363A;
}
body header nav.cf-navbar #flavor-navbar li {
  font-weight: 600;
  margin-left: 1.5rem;
}
body header nav.cf-navbar #flavor-navbar li.dropdown li {
  margin-left: 0 !important;
}
body header nav.cf-navbar #flavor-navbar li.dropdown li a.dropdown-item {
  font-weight: 600;
}
body header nav.cf-navbar #flavor-navbar li.dropdown li a.dropdown-item:hover {
  background-color: #FFFAEE;
}
body header nav.cf-navbar #flavor-navbar .navbar-nav {
  margin-bottom: 0 !important;
}
body header nav .login-btn {
  color: rgba(0, 0, 0, 0.6509803922);
  font-weight: 600;
  display: block !important;
  text-align: left;
  text-decoration: none;
  font-size: 16px;
  padding: 0.5rem 0;
  margin-right: 1rem;
}
body header nav .demo-btn {
  display: inline-block;
}
body footer {
  padding: 40px 0;
  background-color: #C0F0C2;
  height: 340px;
  color: #21402B;
}
body footer .cf-email a {
  color: #21402B;
  font-size: 40px;
  text-decoration: underline;
  font-weight: 800;
}
body footer .row .footer-link:not(:last-child) {
  margin-bottom: 20px;
}
body footer .row .footer-link a {
  text-decoration: none;
  color: #21402B;
  font-weight: 600;
  font-size: 22px;
}
body footer .row .footer-link .city-link p {
  font-size: 18px;
}
body footer .row.social-links {
  margin-top: 45px;
}
body footer .row.social-links a {
  color: #21402B;
  font-size: 24px;
}
body footer .row.social-links a svg {
  fill: #21402B;
}
body footer .sub-footer {
  text-align: center;
  margin-top: 90px;
}
body footer .sub-footer span {
  display: inline-block;
  font-size: 12px;
  font-weight: 600;
}
body footer .sub-footer span:nth-child(1) {
  margin-right: 1.5rem;
}
body footer .sub-footer span a {
  color: #21402B;
  text-decoration: none;
}
body #home-page #used-by-section {
  border-top: solid 1px #3B363A;
  border-bottom: solid 1px #3B363A;
}
body #home-page #used-by-section .text-heading {
  padding: 1.2rem 0;
  border-right: solid 1px #3B363A;
}
body #home-page #used-by-section .text-heading .cf-heading-5 {
  width: 100%;
  font-weight: 600;
  font-size: 18px;
}
body #home-page #used-by-section .image-flex-container {
  display: flex;
  justify-content: center;
  align-items: center;
  flex: 1 0 0;
  align-self: stretch;
  padding: 1.2rem 0;
}
body #home-page #used-by-section .image-flex-container .img-container {
  text-align: center;
  width: 100px;
  margin: 0 auto;
  filter: grayscale(1);
}
body #home-page #used-by-section .image-flex-container .img-container.fake-image div {
  width: 90px;
  height: 22px;
  background-color: #3B363A;
  margin: 0 auto;
}
body #home-page #used-by-section .image-flex-container .img-container.apple-logo {
  width: 35px;
}
body #home-page #used-by-section .image-flex-container .img-container.tesla-logo {
  width: 55px;
}
body #home-page #fulfillment-section .col-lg-6 {
  padding: 0 3rem;
}
body #home-page #fulfillment-section .col-lg-6:first-child {
  margin-bottom: 1rem;
}
body #home-page #fulfillment-section .col-lg-6.context .data-set {
  margin-bottom: 2rem;
}
body #home-page #fulfillment-section .col-lg-6.context .data-set p.head {
  font-size: 18px;
  margin-bottom: 3px;
  font-weight: 600;
}
body #home-page #channels-section {
  background: no-repeat center 100%;
  background-size: cover;
  height: 900px;
  text-align: center;
  display: flex;
  position: relative;
}
body #home-page #channels-section:before {
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.35);
}
body #home-page #channels-section .context {
  position: absolute;
  bottom: -120px;
}
body #home-page #channels-section .context .heading {
  color: #fff !important;
}
body #home-page #channels-section .context .floating-section {
  padding: 2rem 0;
  background-color: #fff;
  width: 800px;
  display: inline-block;
  color: #3B363A;
  border-radius: 8px;
  box-shadow: 4px 4px 20px 4px rgba(0, 0, 0, 0.25);
}
body #home-page #channels-section .context .floating-section .channels-features {
  list-style-type: none;
  margin: 0 auto;
  margin-top: 2.5rem;
  text-align: left;
  width: 500px;
  padding: 0;
}
body #home-page #channels-section .context .floating-section .channels-features .col-md-6 {
  margin-bottom: 1rem;
  padding-left: 2rem;
}
body #home-page #channels-section .context .floating-section .channels-features .col-md-6 h6 {
  margin: 0;
  display: inline;
}
body #home-page #quote-section {
  background-color: #C0F0C2;
}
body #home-page #quote-section .owl-carousel {
  width: 50%;
  margin: 0 auto;
}
body #home-page #quote-section .owl-carousel .quote-container {
  min-height: 350px;
  margin: 0 auto;
  padding: 3rem 0;
}
body #home-page #quote-section .owl-carousel .quote-container .quote-logo {
  font-size: 4rem;
}
body #home-page #quote-section .owl-carousel .quote-container .quote {
  font-size: 30px;
  font-weight: 500;
  margin-bottom: 2rem;
  margin-top: 0.5rem;
}
body #home-page #quote-section .owl-carousel .quote-container .writer {
  font-weight: 600;
  font-size: 18px;
}
body #home-page #quote-section .owl-carousel .quote-container .position {
  font-size: 16px;
  font-weight: normal;
}
body #home-page #quote-section .owl-carousel .owl-nav {
  text-align: center;
}
body #home-page #quote-section .owl-carousel .owl-nav button span {
  display: none;
}
body #home-page #quote-section .owl-carousel .owl-nav .owl-prev, body #home-page #quote-section .owl-carousel .owl-nav .owl-next {
  padding: 1rem !important;
  line-height: 0;
  position: relative;
  width: 40px;
  height: 40px;
  border: solid 2px #3B363A;
  border-radius: 3px;
}
body #home-page #quote-section .owl-carousel .owl-nav .owl-prev:before, body #home-page #quote-section .owl-carousel .owl-nav .owl-next:before {
  content: "\f060";
  font-family: FontAwesome;
  background-color: #C0F0C2;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
body #home-page #quote-section .owl-carousel .owl-nav .owl-next {
  margin-left: 1rem;
}
body #home-page #quote-section .owl-carousel .owl-nav .owl-next:before {
  content: "\f061" !important;
}
body #home-page #cf-support {
  text-align: center;
}
body #home-page #cf-support p.subtext {
  margin-bottom: 20px;
}
body #home-page #cf-support .col-md-4 {
  display: flex;
}
body #home-page #cf-support .col-md-4 .support-content {
  display: flex;
  flex: 1 0 0;
  flex-direction: column;
  align-self: stretch;
  height: 425px;
  border-radius: 20px;
  padding: 20px 25px;
  justify-content: flex-end;
  background-color: #FFFAEE;
}
body #home-page #cf-support .col-md-4 .support-content .img-box {
  width: 275px;
  margin: 0 auto;
}
body #home-page #cf-support .col-md-4 .support-content .img-box img {
  width: 100%;
}
body #home-page #cf-support .col-md-4 .support-content h4 {
  padding: 20px 0;
  font-weight: 800;
  color: #3B363A;
}
body #home-page #book-demo-section .form-container {
  width: 500px;
  margin: 0 auto;
  margin-top: 4rem;
}
body #home-page #book-demo-section .form-container .btn {
  background-color: #51B255;
  border-color: #51B255;
  font-weight: 600;
}
body #home-page #book-demo-section .form-container .fields-container .field {
  margin-bottom: 2rem;
}
body #account-creation-page #account-form .form-container .old-bordered-form .multisteps-form__panel {
  min-height: 500px;
}
body #account-creation-page #account-form .form-container .old-bordered-form .multisteps-form__panel .choice-container {
  height: 200px;
  border: solid 2px #A1A1A1;
  border-radius: 7px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 1rem;
}
body #account-creation-page #account-form .form-container .old-bordered-form .multisteps-form__panel .choice-container.checked {
  border-color: #5AD85E !important;
}
body #account-creation-page #account-form .form-container .old-bordered-form .multisteps-form__panel .choice-container.checked label .checkbox {
  border-color: #5AD85E;
}
body #account-creation-page #account-form .form-container .old-bordered-form .multisteps-form__panel .choice-container.checked label .checkbox .check.icon {
  display: inline;
  color: #5AD85E;
}
body #account-creation-page #account-form .form-container .old-bordered-form .multisteps-form__panel .choice-container .context img {
  margin-bottom: 0.8rem;
}
body #account-creation-page #account-form .form-container .old-bordered-form .multisteps-form__panel .choice-container .context h6 {
  text-align: center;
  font-family: Noka;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
body #account-creation-page #account-form .form-container .old-bordered-form .multisteps-form__panel .choice-container .context p {
  text-align: center;
  font-family: Noka;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
}
body #account-creation-page #account-form .form-container .old-bordered-form .multisteps-form__panel .choice-container label {
  position: absolute;
  width: 100% !important;
  left: 0;
  top: 0;
  height: 100%;
  cursor: pointer;
}
body #account-creation-page #account-form .form-container .old-bordered-form .multisteps-form__panel .choice-container label input {
  position: absolute;
  right: 10px;
  top: 10px;
  visibility: hidden;
}
body #account-creation-page #account-form .form-container .old-bordered-form .multisteps-form__panel .choice-container label .checkbox {
  width: 22px;
  height: 22px;
  border-radius: 50%;
  border: solid 1px #3B363A;
  position: absolute;
  top: 10px;
  right: 10px;
}
body #account-creation-page #account-form .form-container .old-bordered-form .multisteps-form__panel .choice-container label .checkbox .check.icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  line-height: 0;
  display: none;
}
body #account-creation-page #account-form .form-container .old-bordered-form .multisteps-form__panel .choice-container label .checkbox .check.icon i {
  font-size: 22px;
}
body #account-creation-page #account-form .form-container .agreement-checkbox {
  padding: 0 40px;
}
body #account-creation-page #account-form .form-container .agreement-checkbox label {
  font-size: 13px;
}
body #account-creation-page #account-form .form-container p a, body #account-creation-page #account-form .form-container label a {
  text-decoration: none;
  color: #51B255;
  font-weight: 600;
}
body #account-creation-page #account-form .account-sign-up-link {
  font-size: 16px;
  font-weight: 500;
}
body #account-creation-page .form-check-input:checked {
  background-color: #51B255 !important;
  border-color: #51B255 !important;
}
body #account-creation-page .form-check-input:focus {
  border-color: rgba(86, 178, 85, 0.3);
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(126, 179, 85, 0.3);
}

@media screen and (max-width: 1199px) and (min-width: 320px) {
  body .cf-btn, body .cf-btn.js-btn-next, body .cf-btn.js-btn-prev {
    font-size: 11px;
    padding: 6px 12px;
  }
  body form.cf-form, body .cf-form-grid {
    text-align: center;
  }
  body form.cf-form .fields, body .cf-form-grid .fields {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
  }
  body form.cf-form .field, body .cf-form-grid .field {
    width: 100%;
    margin-bottom: 1.2rem;
  }
  body form.cf-form .field:not(:first-child), body .cf-form-grid .field:not(:first-child) {
    margin-left: 0;
  }
  body form.cf-form .field label, body .cf-form-grid .field label {
    font-size: 12px;
    top: 0;
    left: 0;
    text-align: left;
  }
  body form.cf-form .field input, body form.cf-form .field input.search, body form.cf-form .field .ui.selection.dropdown, body .cf-form-grid .field input, body .cf-form-grid .field input.search, body .cf-form-grid .field .ui.selection.dropdown {
    font-size: 14px;
    padding: 10px 0 0 4px;
  }
  body form.cf-form .field input[type=file], body form.cf-form .field input.search[type=file], body form.cf-form .field .ui.selection.dropdown[type=file], body .cf-form-grid .field input[type=file], body .cf-form-grid .field input.search[type=file], body .cf-form-grid .field .ui.selection.dropdown[type=file] {
    font-size: 10px;
    padding-top: 16px;
  }
  body form.cf-form .field textarea, body .cf-form-grid .field textarea {
    padding: 30px 0 0 4px;
  }
  body form.cf-form .two .field, body .cf-form-grid .two .field {
    width: 100%;
    margin-bottom: 1.2rem;
    margin-right: 0;
    margin-left: 0;
  }
  body form.cf-form .two .field:not(:first-child), body .cf-form-grid .two .field:not(:first-child) {
    margin-left: 0;
  }
  body form.cf-form .inline.field:not(:last-child), body .cf-form-grid .inline.field:not(:last-child) {
    margin-bottom: 0.5rem !important;
  }
  body form.cf-form .three .field, body .cf-form-grid .three .field {
    width: 100%;
  }
  body form.cf-form .three .field:not(:first-child), body .cf-form-grid .three .field:not(:first-child) {
    margin-left: 0;
  }
  body form.cf-form .five, body .cf-form-grid .five {
    padding: 0 5px;
  }
  body form.cf-form .five .field, body .cf-form-grid .five .field {
    width: 100%;
  }
  body form.cf-form button.btn-success, body .cf-form-grid button.btn-success {
    width: 215px;
  }
  body button.btn, body a.btn {
    padding-top: 7px;
    padding-bottom: 7px;
  }
  body hr.cf-thin-border {
    border-top: solid 1px rgba(0, 0, 0, 0.4196078431);
  }
  body .context .heading {
    font-size: 25px;
  }
  body .context .sub-heading {
    font-size: 16px;
  }
  body .floated-badge {
    min-width: 110px;
    font-size: 13px;
  }
  body header nav.cf-navbar {
    background-color: #FFFAEE;
    padding: 1.3rem 0;
    border-bottom: solid 1px #3B363A;
  }
  body header nav.cf-navbar #flavor-navbar li {
    font-weight: 600;
    margin-left: 0;
    font-size: 14px;
  }
  body header nav .login-btn {
    font-size: 14px;
    margin-right: 0;
  }
  body header nav .demo-btn {
    margin-top: 0.5rem;
    display: inline-block;
  }
  body footer {
    min-height: 340px;
    height: 100%;
  }
  body footer .cf-email a {
    font-size: 22px;
  }
  body footer .row .footer-link h4 a {
    font-size: 15px;
  }
  body footer .row .footer-link-container {
    margin-top: 20px;
  }
  body footer .row.social-links {
    margin-top: 20px;
  }
  body footer .row.social-links .col-3 {
    padding-left: 0;
  }
  body footer .row.social-links .col-3 a > svg {
    width: 23px !important;
    height: 23px !important;
  }
  body footer .sub-footer {
    margin-top: 40px;
  }
  body #banner-section {
    margin-top: 2rem;
  }
  body #banner-section .banner-heading {
    text-align: center;
    font-size: 40px;
  }
  body #banner-section .banner-sub-heading {
    text-align: center;
    font-size: 16px;
  }
  body #banner-section .mobile-view-text-center {
    text-align: center;
  }
  body #banner-section .col-md-5 {
    margin-top: 1.5rem;
  }
  body #banner-section .col-md-5 div {
    width: 100%;
  }
  body #cf-feature .col-md-4 {
    height: 220px;
    padding: 0 1rem;
    border: none;
  }
  body #cf-feature .col-md-4:last-child {
    border-top: solid 1px #3B363A;
    border-bottom: solid 1px #3B363A;
  }
  body #cf-feature .col-md-4:first-child {
    border-top: solid 1px #3B363A;
    border-bottom: solid 1px #3B363A;
  }
  body #cf-feature .col-md-4 img {
    width: 40px;
  }
  body #cf-feature .col-md-4 h4 {
    font-size: 20px;
    margin-bottom: 0.6rem;
  }
  body #cf-feature .col-md-4 p {
    font-size: 13px;
  }
  body #dashboard-section, body .common-half-sections {
    padding: 1rem 0;
  }
  body #dashboard-section .context, body .common-half-sections .context {
    padding: 0;
  }
  body #dashboard-section .context .dashboard-features, body .common-half-sections .context .dashboard-features {
    width: 100%;
    padding: 0;
    margin-top: 2rem;
  }
  body #dashboard-section .context .dashboard-features .col-md-6, body .common-half-sections .context .dashboard-features .col-md-6 {
    margin-bottom: 0.2rem;
  }
  body #dashboard-section .context .dashboard-features .col-md-6 svg, body .common-half-sections .context .dashboard-features .col-md-6 svg {
    margin-right: 6px;
    width: 16px;
  }
  body #dashboard-section .context .dashboard-features .col-md-6 h6, body .common-half-sections .context .dashboard-features .col-md-6 h6 {
    font-size: 12px;
  }
  body #dashboard-section .col-md-6.img-box, body #dashboard-section .col-lg-6.img-box, body .common-half-sections .col-md-6.img-box, body .common-half-sections .col-lg-6.img-box {
    margin: 1rem 0;
  }
  body #dashboard-section .col-md-6.img-box img.img-fluid, body #dashboard-section .col-lg-6.img-box img.img-fluid, body .common-half-sections .col-md-6.img-box img.img-fluid, body .common-half-sections .col-lg-6.img-box img.img-fluid {
    border-radius: 16px;
  }
  body #order-with-flavor .context {
    width: 95%;
  }
  body #order-with-flavor .context h2 {
    font-size: 25px;
  }
  body #order-with-flavor .cup-logo {
    width: 110px;
    margin: 0 auto;
  }
  body #order-with-flavor .cup-logo img {
    width: 100%;
  }
  body #order-with-flavor .order-with-flavor-card.row .col-md-4 {
    margin-bottom: 1rem;
  }
  body #order-with-flavor .order-with-flavor-card.row .col-md-4 .card-item {
    padding: 1.5rem 1rem;
    height: 280px;
  }
  body #order-with-flavor .order-with-flavor-card.row .col-md-4 .card-item .img-box img {
    width: 50px;
  }
  body #order-with-flavor .order-with-flavor-card.row .col-md-4 .card-item h4 {
    font-size: 22px;
  }
  body #order-with-flavor .order-with-flavor-card.row .col-md-4 .card-item p {
    font-size: 13px;
  }
  body #order-with-flavor .order-with-flavor-card.row .col-md-4 .card-item a {
    font-size: 14px;
  }
  body #order-with-flavor .order-with-flavor-card.row .col-md-4:last-child {
    margin-bottom: 0 !important;
  }
  body #pricing-section .row {
    width: 100%;
  }
  body #pricing-section .row .box-container {
    padding: 15px 15px;
    margin-bottom: 1.5rem;
  }
  body #pricing-section .row .box-container ul {
    margin: 30px 0;
    padding-left: 0;
  }
  body #pricing-section .row .box-container ul li {
    margin-bottom: 0.3rem;
  }
  body #pricing-section .row .box-container ul li svg {
    width: 16px;
    height: 16px;
    margin-right: 5px;
  }
  body #pricing-section .row .box-container ul li h6 {
    font-size: 13px;
    margin-bottom: 3px;
  }
  body #pricing-section .row .box-container h4 {
    font-size: 24px;
  }
  body #pricing-section .row .box-container .cf-pera-2 {
    font-size: 16px;
  }
  body #pricing-section .row .box-container.small-businesses p br {
    display: block;
  }
  body #pricing-section .row .box-container.enterprise p br {
    display: block;
  }
  body #pricing-section .row .box-container .box-button a {
    width: 180px;
    font-size: 13px;
  }
  body #frequently-questions .row .question-bank {
    margin-top: 1rem;
  }
  body #frequently-questions .row .question-bank .que-ans {
    margin-bottom: 2.5rem;
  }
  body #frequently-questions .row .question-bank .que-ans .que {
    font-size: 16px;
    font-weight: 600;
  }
  body #frequently-questions .row .question-bank .que-ans .ans {
    font-size: 13px;
    margin-top: 0.5rem;
  }
  body #order-ahead-functionality .context {
    width: 100%;
  }
  body #order-ahead .picture-container {
    width: 100%;
    margin: 1rem auto;
  }
  body #order-ahead .context .sub-heading-container {
    width: 95%;
  }
  body #order-ahead .context .sub-heading-container .oa-sub-container {
    margin-bottom: 2rem;
  }
  body #order-ahead .context .sub-heading-container .oa-sub-container h6 {
    margin-bottom: 8px !important;
  }
  body #home-page #used-by-section .container-fluid {
    padding: 0;
  }
  body #home-page #used-by-section .text-heading {
    border-bottom: solid 1px #3B363A;
  }
  body #home-page #channels-section {
    height: 490px;
  }
  body #home-page #channels-section .context .floating-section {
    width: 100%;
    padding: 1rem 0;
  }
  body #home-page #channels-section .context .floating-section .channels-features {
    width: 100%;
    margin-top: 1rem;
  }
  body #home-page #channels-section .context .floating-section .channels-features .col-md-6 {
    margin-bottom: 0.5rem;
  }
  body #home-page #channels-section .context .floating-section .channels-features .col-md-6 img {
    width: 18px;
  }
  body #home-page #channels-section .context .floating-section .channels-features .col-md-6 h6 {
    font-size: 13px;
  }
  body #home-page #quote-section .owl-carousel {
    background-color: #C0F0C2;
    width: 100%;
  }
  body #home-page #quote-section .owl-carousel .quote-container {
    width: 90%;
    min-height: 350px;
  }
  body #home-page #quote-section .owl-carousel .quote-container .quote-logo {
    font-size: 2rem;
  }
  body #home-page #quote-section .owl-carousel .quote-container .quote {
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 1rem;
  }
  body #home-page #quote-section .owl-carousel .quote-container .writer {
    font-size: 15px;
    margin-bottom: 4px;
  }
  body #home-page #quote-section .owl-carousel .quote-container .position {
    font-size: 14px;
  }
  body #home-page #quote-section .owl-carousel .owl-nav {
    text-align: center;
  }
  body #home-page #quote-section .owl-carousel .owl-nav button span {
    display: none;
  }
  body #home-page #quote-section .owl-carousel .owl-nav .owl-prev, body #home-page #quote-section .owl-carousel .owl-nav .owl-next {
    padding: 1rem !important;
    line-height: 0;
    position: relative;
    width: 40px;
    height: 40px;
    border: solid 2px #3B363A;
    border-radius: 3px;
  }
  body #home-page #quote-section .owl-carousel .owl-nav .owl-prev:before, body #home-page #quote-section .owl-carousel .owl-nav .owl-next:before {
    content: "\f060";
    font-family: FontAwesome;
    background-color: #C0F0C2;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  body #home-page #quote-section .owl-carousel .owl-nav .owl-next {
    margin-left: 1rem;
  }
  body #home-page #quote-section .owl-carousel .owl-nav .owl-next:before {
    content: "\f061" !important;
  }
  body #home-page #fulfillment-section .col-lg-6 {
    padding: 0;
  }
  body #home-page #fulfillment-section .col-lg-6.context .data-set {
    margin-bottom: 1rem;
  }
  body #home-page #fulfillment-section .col-lg-6.context .data-set p {
    font-size: 13px;
  }
  body #home-page #fulfillment-section .col-lg-6.context .data-set p.head {
    font-size: 14px;
  }
  body #home-page #fulfillment-section .col-lg-6.context .col-12 {
    padding: 0;
  }
  body #home-page #cf-support {
    text-align: center;
  }
  body #home-page #cf-support p.subtext {
    margin-bottom: 20px;
  }
  body #home-page #cf-support .col-md-4 {
    display: block;
  }
  body #home-page #cf-support .col-md-4 .support-content {
    display: flex;
    padding: 18px 12px;
    height: 390px;
  }
  body #home-page #cf-support .col-md-4 .support-content .img-box {
    width: 240px;
    margin: 0 auto;
  }
  body #home-page #cf-support .col-md-4 .support-content .img-box img {
    width: 100%;
  }
  body #home-page #cf-support .col-md-4 .support-content h4 {
    padding-top: 20px;
    padding-bottom: 12px;
    font-weight: 800;
    font-size: 20px;
  }
  body #home-page #cf-support .col-md-4 .support-content p {
    font-size: 13px;
  }
  body #home-page #book-demo-section .form-container {
    width: 100%;
    margin-top: 2rem;
  }
  body #home-page #book-demo-section .form-container .btn {
    font-size: 14px;
  }
  body #account-creation-page #account-form .form-container .old-bordered-form {
    padding: 0 !important;
  }
  body #account-creation-page #account-form .form-container .old-bordered-form .multisteps-form__panel {
    padding: 0 !important;
    min-height: 500px;
  }
  body #account-creation-page #account-form .form-container .old-bordered-form .multisteps-form__panel .choice-container {
    height: 150px;
  }
  body #account-creation-page #account-form .form-container .old-bordered-form .multisteps-form__panel .choice-container .context img {
    width: 40px;
  }
  body #account-creation-page #account-form .form-container .old-bordered-form .multisteps-form__panel .choice-container .context h6 {
    font-size: 15px;
    font-weight: 600;
  }
  body #account-creation-page #account-form .form-container .old-bordered-form .multisteps-form__panel .choice-container .context p {
    font-size: 13px;
    line-height: 15px;
  }
  body #account-creation-page #account-form .form-container .old-bordered-form .multisteps-form__panel .row .col-md-3 {
    margin-bottom: 1rem;
  }
  body #account-creation-page #account-form .account-sign-up-link {
    font-size: 13px;
    margin-top: 1.5rem;
  }
  body #mobile-app #order-ahead .picture-container {
    width: 70%;
    margin: 1rem auto;
  }
  body #solution-model #order-ahead .picture-container {
    width: 70%;
    margin: 1rem auto;
  }
}
@media screen and (max-width: 1199px) and (min-width: 399px) {
  body form.cf-form .five .field, body .cf-form-grid .five .field {
    width: 50%;
  }
  body .cf-btn, body .cf-btn.js-btn-next, body .cf-btn.js-btn-prev {
    font-size: 12px;
    padding: 8px 14px;
  }
  body button.btn, body a.btn {
    padding-top: 7px;
    padding-bottom: 7px;
  }
  body .context .heading {
    font-size: 25px;
  }
  body .context .sub-heading {
    font-size: 16px;
    line-height: 22px;
  }
  body .floated-badge {
    min-width: 110px;
    font-size: 13px;
  }
  body header nav.cf-navbar {
    background-color: #FFFAEE;
    padding: 1.3rem 0;
    border-bottom: solid 1px #3B363A;
  }
  body footer {
    min-height: 340px;
    height: 100%;
  }
  body footer .cf-email a {
    font-size: 26px;
  }
  body footer .row .footer-link h4 a {
    font-size: 16px;
  }
  body footer .row .footer-link-container {
    margin-top: 20px;
  }
  body footer .row.social-links {
    margin-top: 20px;
  }
  body footer .row.social-links .col-3 a > svg {
    width: 24px !important;
    height: 24px !important;
  }
  body footer .sub-footer {
    margin-top: 40px;
  }
  body #banner-section .banner-heading {
    font-size: 42px;
  }
  body #banner-section .banner-sub-heading {
    font-size: 17px;
    margin-bottom: 1rem;
    line-height: 22px;
  }
  body #order-with-flavor .context h2 {
    font-size: 25px;
  }
  body #order-with-flavor .cup-logo {
    width: 100px;
    margin: 0 auto;
  }
  body #order-with-flavor .cup-logo img {
    width: 100%;
  }
  body #order-with-flavor .order-with-flavor-card.row {
    width: 90%;
  }
  body #order-with-flavor .order-with-flavor-card.row .col-md-4 .card-item h4 {
    font-size: 22px;
  }
  body #order-with-flavor .order-with-flavor-card.row .col-md-4 .card-item p {
    font-size: 14px;
  }
  body #order-with-flavor .order-with-flavor-card.row .col-md-4 .card-item a {
    font-size: 14px;
  }
  body #dashboard-section .context, body .common-half-sections .context {
    padding: 0 10px !important;
  }
  body #dashboard-section .context .dashboard-features .col-md-6 svg, body .common-half-sections .context .dashboard-features .col-md-6 svg {
    margin-right: 7px;
    width: 17px;
  }
  body #dashboard-section .context .dashboard-features .col-md-6 h6, body .common-half-sections .context .dashboard-features .col-md-6 h6 {
    font-size: 14px;
  }
  body #cf-feature .col-md-4 img {
    width: 45px;
  }
  body #cf-feature .col-md-4 h4 {
    font-size: 22px;
  }
  body #cf-feature .col-md-4 p {
    font-size: 14px;
  }
  body #pricing-section .row .box-container ul li {
    margin-bottom: 0.4rem;
  }
  body #pricing-section .row .box-container ul li svg {
    width: 17px;
    height: 17px;
    margin-right: 7px;
  }
  body #pricing-section .row .box-container ul li h6 {
    font-size: 14px;
    margin-bottom: 4px;
  }
  body #pricing-section .row .box-container h4 {
    font-size: 25px;
  }
  body #pricing-section .row .box-container .cf-pera-2 {
    font-size: 17px;
  }
  body #pricing-section .row .box-container .box-button a {
    width: 190px;
    font-size: 14px;
  }
  body #frequently-questions .row .question-bank .que-ans {
    margin-bottom: 1.7rem;
  }
  body #frequently-questions .row .question-bank .que-ans .que {
    font-size: 17px;
  }
  body #frequently-questions .row .question-bank .que-ans .ans {
    font-size: 14px;
  }
  body #home-page #fulfillment-section .col-lg-6:first-child {
    margin-bottom: 1rem;
  }
  body #home-page #fulfillment-section .col-lg-6 {
    padding: 0;
  }
  body #home-page #fulfillment-section .col-lg-6.context .data-set {
    margin-bottom: 1.1rem;
  }
  body #home-page #fulfillment-section .col-lg-6.context .data-set p {
    font-size: 14px;
  }
  body #home-page #fulfillment-section .col-lg-6.context .col-12 {
    padding: 0 2px;
  }
  body #home-page #channels-section {
    height: 600px;
  }
  body #home-page #channels-section .context .floating-section .channels-features .col-md-6 {
    margin-bottom: 1.1rem;
  }
  body #home-page #channels-section .context .floating-section .channels-features .col-md-6:last-child {
    margin-bottom: 0;
  }
  body #home-page #channels-section .context .floating-section .channels-features .col-md-6 img {
    width: 25px;
  }
  body #home-page #channels-section .context .floating-section .channels-features .col-md-6 h6 {
    font-size: 14px;
  }
  body #home-page #cf-support {
    text-align: center;
  }
  body #home-page #cf-support p.subtext {
    margin-bottom: 20px;
  }
  body #home-page #cf-support .col-md-4 {
    display: block;
  }
  body #home-page #cf-support .col-md-4 .support-content {
    display: flex;
    padding: 18px 12px;
    height: 395px;
  }
  body #home-page #cf-support .col-md-4 .support-content .img-box {
    width: 245px;
  }
  body #home-page #cf-support .col-md-4 .support-content h4 {
    font-size: 22px;
  }
  body #home-page #cf-support .col-md-4 .support-content p {
    font-size: 14px;
  }
  body #home-page #quote-section .owl-carousel {
    width: 90%;
  }
  body #home-page #quote-section .owl-carousel .quote-container {
    width: 100%;
    min-height: 350px;
  }
  body #home-page #quote-section .owl-carousel .quote-container .quote-logo {
    font-size: 2.2rem;
  }
  body #home-page #quote-section .owl-carousel .quote-container .quote {
    font-size: 14px;
    margin-bottom: 1.2rem;
  }
  body #home-page #quote-section .owl-carousel .quote-container .writer {
    font-size: 15px;
    margin-bottom: 5px;
  }
  body #home-page #quote-section .owl-carousel .quote-container .position {
    font-size: 12px;
  }
  body #home-page #book-demo-section .form-container {
    margin-top: 2.2rem;
  }
  body #home-page #book-demo-section .form-container .btn {
    font-size: 14px;
  }
  body #account-creation-page #account-form .form-container .old-bordered-form .multisteps-form__panel .choice-container .context img {
    width: 45px;
  }
  body #account-creation-page #account-form .form-container .old-bordered-form .multisteps-form__panel .choice-container .context h6 {
    font-size: 16px;
  }
  body #account-creation-page #account-form .form-container .old-bordered-form .multisteps-form__panel .choice-container .context p {
    font-size: 14px;
    line-height: 16px;
  }
  body #account-creation-page #account-form .form-container .old-bordered-form .multisteps-form__panel .row .col-md-3 {
    margin-bottom: 1rem;
  }
  body #account-creation-page #account-form .account-sign-up-link {
    font-size: 13px;
    margin-top: 1.5rem;
  }
}
@media screen and (max-width: 1199px) and (min-width: 576px) {
  body form.cf-form .field, body .cf-form-grid .field {
    margin-bottom: 3rem;
  }
  body form.cf-form .field label, body .cf-form-grid .field label {
    font-size: 13px;
    top: -5px;
  }
  body form.cf-form .field input, body form.cf-form .field input.search, body form.cf-form .field .ui.selection.dropdown, body .cf-form-grid .field input, body .cf-form-grid .field input.search, body .cf-form-grid .field .ui.selection.dropdown {
    font-size: 16px;
  }
  body form.cf-form .field textarea, body .cf-form-grid .field textarea {
    font-size: 16px;
  }
  body form.cf-form .field .characters, body .cf-form-grid .field .characters {
    top: 5px;
    position: relative;
    right: 5px;
  }
  body form.cf-form .inline.field:not(:last-child), body .cf-form-grid .inline.field:not(:last-child) {
    margin-bottom: 1rem !important;
  }
  body form.cf-form .two .field, body .cf-form-grid .two .field {
    margin-bottom: 3rem;
  }
  body form.cf-form .three .field:not(:first-child), body .cf-form-grid .three .field:not(:first-child) {
    width: 50%;
  }
  body .cf-btn, body .cf-btn.js-btn-next, body .cf-btn.js-btn-prev {
    font-size: 13px;
    padding: 8px 14px;
  }
  body button.btn, body a.btn {
    padding-top: 8px;
    padding-bottom: 8px;
  }
  body .context .heading {
    font-size: 26px;
  }
  body .context .sub-heading {
    font-size: 18px;
    line-height: 23px;
  }
  body .floated-badge {
    min-width: 130px;
    font-size: 14px;
  }
  body header nav.cf-navbar #flavor-navbar li {
    font-size: 15px;
  }
  body header nav .login-btn {
    font-size: 15px;
  }
  body footer .cf-email a {
    font-size: 32px;
  }
  body footer .row .footer-link {
    margin-top: 1rem;
  }
  body footer .row .footer-link a {
    font-size: 20px;
  }
  body footer .row .footer-link-container {
    margin-top: 20px;
  }
  body footer .row.social-links {
    margin-top: 2rem;
  }
  body footer .row.social-links .col-3 a > svg {
    width: 25px !important;
    height: 25px !important;
  }
  body footer .sub-footer {
    margin-top: 40px;
  }
  body #banner-section .banner-heading {
    font-size: 42px;
    line-height: 44px;
    margin-bottom: 1rem;
  }
  body #banner-section .banner-sub-heading {
    font-size: 19px;
    margin-bottom: 1.3rem;
    line-height: 22px;
  }
  body #banner-section .col-md-5 div {
    width: 65%;
  }
  body #order-with-flavor .context h2 {
    font-size: 28px;
  }
  body #order-with-flavor .cup-logo {
    margin: 0 auto;
  }
  body #order-with-flavor .order-with-flavor-card.row {
    width: 70%;
  }
  body #order-with-flavor .order-with-flavor-card.row .col-md-4 .card-item h4 {
    font-size: 23px;
  }
  body #order-with-flavor .order-with-flavor-card.row .col-md-4 .card-item p {
    font-size: 15px;
  }
  body #order-with-flavor .order-with-flavor-card.row .col-md-4 .card-item a {
    font-size: 15px;
  }
  body #dashboard-section .context, body .common-half-sections .context {
    padding: 0 10px !important;
  }
  body #dashboard-section .context .dashboard-features .col-md-6, body .common-half-sections .context .dashboard-features .col-md-6 {
    margin-bottom: 0.7rem;
  }
  body #dashboard-section .context .dashboard-features .col-md-6 svg, body .common-half-sections .context .dashboard-features .col-md-6 svg {
    margin-right: 10px;
    width: 20px;
  }
  body #dashboard-section .context .dashboard-features .col-md-6 h6, body .common-half-sections .context .dashboard-features .col-md-6 h6 {
    font-size: 15px;
  }
  body #cf-feature .col-md-4 img {
    width: 48px;
  }
  body #cf-feature .col-md-4 h4 {
    font-size: 24px;
  }
  body #cf-feature .col-md-4 p {
    font-size: 15px;
  }
  body #pricing-section .context .heading {
    margin-bottom: 1rem;
  }
  body #pricing-section .row {
    width: 70%;
  }
  body #pricing-section .row .box-container ul li {
    margin-bottom: 0.7rem;
  }
  body #pricing-section .row .box-container ul li svg {
    width: 20px;
    height: 20px;
    margin-right: 10px;
  }
  body #pricing-section .row .box-container ul li h6 {
    font-size: 15px;
    margin-bottom: 0.5rem;
  }
  body #pricing-section .row .box-container h4 {
    font-size: 28px;
    margin-bottom: 0.7rem !important;
  }
  body #pricing-section .row .box-container .cf-pera-2 {
    font-size: 17px;
  }
  body #pricing-section .row .box-container .cf-pera-2 br {
    display: none !important;
  }
  body #pricing-section .row .box-container .box-button a {
    width: 230px;
    font-size: 15px;
  }
  body #frequently-questions .row .question-bank .que-ans .que {
    font-size: 18px;
  }
  body #frequently-questions .row .question-bank .que-ans .ans {
    font-size: 15px;
  }
  body #order-ahead .picture-container {
    width: 50%;
  }
  body #order-ahead .context .sub-heading-container {
    width: 80%;
  }
  body #home-page #used-by-section .container-fluid {
    padding: 0;
  }
  body #home-page #used-by-section .container-fluid .col-12 {
    margin-bottom: 1rem !important;
  }
  body #home-page #fulfillment-section .col-lg-6.context .data-set {
    padding: 0 5px;
    margin-bottom: 1.5rem;
  }
  body #home-page #fulfillment-section .col-lg-6.context .data-set p {
    font-size: 15px;
  }
  body #home-page #fulfillment-section .col-lg-6.context .data-set p.head {
    font-size: 16px;
  }
  body #home-page #channels-section {
    height: 630px;
  }
  body #home-page #channels-section .context .floating-section {
    padding: 1.5rem 0;
  }
  body #home-page #channels-section .context .floating-section .channels-features .col-md-6 {
    margin-bottom: 1.1rem;
  }
  body #home-page #channels-section .context .floating-section .channels-features .col-md-6 img {
    width: 32px;
  }
  body #home-page #channels-section .context .floating-section .channels-features .col-md-6 h6 {
    font-size: 15px;
    margin-left: 10px;
  }
  body #home-page #cf-support p.subtext {
    margin-bottom: 5px;
  }
  body #home-page #cf-support .col-md-4 {
    display: block;
  }
  body #home-page #cf-support .col-md-4 .support-content {
    padding: 20px 50px;
  }
  body #home-page #cf-support .col-md-4 .support-content .img-box {
    width: 250px;
  }
  body #home-page #cf-support .col-md-4 .support-content h4 {
    font-size: 23px;
  }
  body #home-page #cf-support .col-md-4 .support-content p {
    font-size: 15px;
  }
  body #home-page #quote-section .owl-carousel {
    width: 90%;
  }
  body #home-page #quote-section .owl-carousel .quote-container {
    width: 100%;
    min-height: 350px;
  }
  body #home-page #quote-section .owl-carousel .quote-container .quote-logo {
    font-size: 3rem;
  }
  body #home-page #quote-section .owl-carousel .quote-container .quote {
    font-size: 16px;
    margin-bottom: 1.2rem;
  }
  body #home-page #quote-section .owl-carousel .quote-container .writer {
    font-size: 16px;
    margin-bottom: 5px;
  }
  body #home-page #quote-section .owl-carousel .quote-container .position {
    font-size: 14px;
  }
  body #home-page #book-demo-section .form-container {
    width: 400px;
    margin-top: 2.5rem;
  }
  body #home-page #book-demo-section .form-container .btn {
    font-size: 15px;
  }
  body #account-creation-page #account-form .form-container .old-bordered-form .multisteps-form__panel .choice-container {
    height: 170px;
  }
  body #account-creation-page #account-form .form-container .old-bordered-form .multisteps-form__panel .choice-container .context img {
    width: 45px;
  }
  body #account-creation-page #account-form .form-container .old-bordered-form .multisteps-form__panel .choice-container .context h6 {
    font-size: 18px;
  }
  body #account-creation-page #account-form .form-container .old-bordered-form .multisteps-form__panel .choice-container .context p {
    font-size: 14.5px;
    line-height: 17px;
  }
  body #account-creation-page #account-form .account-sign-up-link {
    font-size: 14.5px;
  }
  body #mobile-app #order-ahead .picture-container {
    width: 50%;
  }
  body #solution-model #order-ahead .picture-container {
    width: 50%;
  }
}
@media screen and (max-width: 1199px) and (min-width: 768px) {
  body form.cf-form .two .field, body .cf-form-grid .two .field {
    margin-bottom: 2.5rem;
  }
  body form.cf-form .five .field, body .cf-form-grid .five .field {
    width: 33.33%;
  }
  body .cf-btn, body .cf-btn.js-btn-next, body .cf-btn.js-btn-prev {
    font-size: 17px;
    padding: 10px 16px;
  }
  body button.btn, body a.btn {
    padding-top: 9px;
    padding-bottom: 9px;
  }
  body hr.cf-thin-border {
    border: none;
  }
  body .context .heading {
    font-size: 33px;
  }
  body .context .sub-heading {
    font-size: 21px;
    line-height: 22px;
  }
  body .floated-badge {
    min-width: 180px;
    font-size: 14px;
  }
  body header nav.cf-navbar #flavor-navbar {
    margin-top: 1rem;
  }
  body header nav.cf-navbar #flavor-navbar li {
    font-size: 16px;
  }
  body header nav .login-btn {
    font-size: 16px;
  }
  body header nav .demo-btn {
    margin-left: 0 !important;
  }
  body footer .cf-email {
    margin-bottom: 2.5rem;
  }
  body footer .cf-email a {
    font-size: 40px;
  }
  body footer .row .col-12 {
    margin-bottom: 1rem;
  }
  body footer .row .footer-link {
    margin-top: 1rem;
  }
  body footer .row .footer-link h4 a {
    font-size: 22px;
  }
  body footer .row .footer-link-container {
    margin-top: 20px;
  }
  body footer .row.social-links {
    margin-top: 20px;
  }
  body footer .row.social-links .col-3 {
    padding-left: 0;
  }
  body footer .sub-footer {
    margin-top: 40px;
  }
  body #banner-section .px-md-5 {
    padding: 0 !important;
  }
  body #banner-section .banner-heading {
    font-size: 45px;
    line-height: 50px;
  }
  body #banner-section .banner-sub-heading {
    font-size: 20px;
    margin-bottom: 1.3rem;
    line-height: 23px;
  }
  body #banner-section .col-md-5 div {
    width: 100%;
  }
  body #order-with-flavor .context h2 {
    font-size: 33px;
  }
  body #order-with-flavor .cup-logo {
    width: 150px;
    margin: 0 auto;
  }
  body #order-with-flavor .cup-logo img {
    width: 100%;
  }
  body #order-with-flavor .container-sm {
    padding: 0;
    margin: 0 auto;
  }
  body #order-with-flavor .cf-invisible-hr {
    margin: 1rem 0 !important;
  }
  body #order-with-flavor .order-with-flavor-card.row {
    width: 100%;
  }
  body #order-with-flavor .order-with-flavor-card.row .col-md-4 .card-item h4 {
    font-size: 24px;
  }
  body #order-with-flavor .order-with-flavor-card.row .col-md-4 .card-item p {
    font-size: 17px;
    line-height: 21px;
  }
  body #order-with-flavor .order-with-flavor-card.row .col-md-4 .card-item a {
    font-size: 17px;
  }
  body #dashboard-section .context, body .common-half-sections .context {
    padding: 0 10px !important;
  }
  body #dashboard-section .context .dashboard-features .col-md-6, body .common-half-sections .context .dashboard-features .col-md-6 {
    margin-bottom: 0.9rem;
  }
  body #dashboard-section .context .dashboard-features .col-md-6 svg, body .common-half-sections .context .dashboard-features .col-md-6 svg {
    width: 22px;
  }
  body #dashboard-section .context .dashboard-features .col-md-6 h6, body .common-half-sections .context .dashboard-features .col-md-6 h6 {
    font-size: 17px;
  }
  body #dashboard-section .col-lg-6.img-box, body .common-half-sections .col-lg-6.img-box {
    margin-top: 1rem;
  }
  body #dashboard-section .col-lg-6.img-box img, body .common-half-sections .col-lg-6.img-box img {
    border-radius: 16px;
  }
  body #cf-feature .col-md-4 {
    padding: 0 5px;
    height: 350px;
    border-top: solid 1px #3B363A;
    border-bottom: solid 1px #3B363A;
  }
  body #cf-feature .col-md-4:first-child {
    border-right: solid 1px #3B363A;
  }
  body #cf-feature .col-md-4:last-child {
    border-left: solid 1px #3B363A;
  }
  body #cf-feature .col-md-4 img {
    width: 50px;
  }
  body #cf-feature .col-md-4 h4 {
    font-size: 23px;
    margin-bottom: 1rem;
  }
  body #cf-feature .col-md-4 p {
    font-size: 16px;
  }
  body #pricing-section .context .heading {
    margin-bottom: 1rem;
  }
  body #pricing-section .row {
    width: 100%;
  }
  body #pricing-section .row .box-container ul li svg {
    width: 22px;
    height: 22px;
  }
  body #pricing-section .row .box-container ul li h6 {
    font-size: 17px;
  }
  body #pricing-section .row .box-container h4 {
    font-size: 28px;
  }
  body #pricing-section .row .box-container .cf-pera-2 {
    font-size: 18px;
  }
  body #pricing-section .row .box-container .cf-pera-2 br {
    display: block !important;
  }
  body #pricing-section .row .box-container .box-button a {
    width: 250px;
    font-size: 17px;
  }
  body #frequently-questions .row .question-bank .que-ans .que {
    font-size: 21px;
  }
  body #frequently-questions .row .question-bank .que-ans .ans {
    font-size: 17px;
  }
  body #order-ahead .picture-container {
    width: 100%;
  }
  body #order-ahead .context .sub-heading-container {
    width: 90%;
  }
  body #home-page #used-by-section .container-fluid .text-heading {
    border-bottom: none;
  }
  body #home-page #fulfillment-section .sub-heading {
    margin-bottom: 2rem;
  }
  body #home-page #fulfillment-section .col-lg-6.context .data-set {
    padding: 0 5px;
    margin-bottom: 1.5rem;
  }
  body #home-page #fulfillment-section .col-lg-6.context .data-set p {
    font-size: 16px;
  }
  body #home-page #fulfillment-section .col-lg-6.context .data-set p.head {
    font-size: 17px;
  }
  body #home-page #channels-section {
    height: 670px;
  }
  body #home-page #channels-section .context .floating-section {
    padding: 1.5rem 1rem;
    width: 600px;
  }
  body #home-page #channels-section .context .floating-section .channels-features {
    margin-top: 2rem;
  }
  body #home-page #channels-section .context .floating-section .channels-features .col-md-6 img {
    width: 35px;
  }
  body #home-page #channels-section .context .floating-section .channels-features .col-md-6 h6 {
    font-size: 16px;
    margin-left: 12px;
  }
  body #home-page #cf-support .row {
    margin-top: 1.5rem;
  }
  body #home-page #cf-support .col-md-4:not(:last-child) {
    margin-bottom: 0;
  }
  body #home-page #cf-support .col-md-4:not(:last-child) .support-content .img-box {
    margin-bottom: 0;
  }
  body #home-page #cf-support .col-md-4 .support-content {
    padding: 20px 5px;
  }
  body #home-page #cf-support .col-md-4 .support-content br {
    display: block;
  }
  body #home-page #cf-support .col-md-4 .support-content .img-box {
    width: 180px;
  }
  body #home-page #cf-support .col-md-4 .support-content h4 {
    font-size: 23px;
  }
  body #home-page #cf-support .col-md-4 .support-content p {
    font-size: 16px;
  }
  body #home-page #quote-section .owl-carousel {
    width: 80%;
  }
  body #home-page #quote-section .owl-carousel .quote-container {
    width: 90%;
    min-height: 350px;
  }
  body #home-page #quote-section .owl-carousel .quote-container .quote-logo {
    font-size: 3rem;
  }
  body #home-page #quote-section .owl-carousel .quote-container .quote {
    font-size: 20px;
    margin-bottom: 1.2rem;
  }
  body #home-page #quote-section .owl-carousel .quote-container .writer {
    font-size: 18px;
    margin-bottom: 5px;
  }
  body #home-page #quote-section .owl-carousel .quote-container .position {
    font-size: 16px;
  }
  body #home-page #book-demo-section .form-container {
    width: 500px;
  }
  body #home-page #book-demo-section .form-container .btn {
    font-size: 16px;
  }
  body #account-creation-page #account-form .form-container .old-bordered-form .multisteps-form__panel .choice-container {
    height: 180px;
  }
  body #account-creation-page #account-form .form-container .old-bordered-form .multisteps-form__panel .choice-container .context img {
    width: 50px;
  }
  body #account-creation-page #account-form .form-container .old-bordered-form .multisteps-form__panel .choice-container .context h6 {
    font-size: 20px;
  }
  body #account-creation-page #account-form .form-container .old-bordered-form .multisteps-form__panel .choice-container .context p {
    font-size: 15px;
    line-height: 18px;
  }
  body #account-creation-page #account-form .account-sign-up-link {
    font-size: 14.5px;
  }
  body #mobile-app #order-ahead .picture-container {
    width: 100%;
  }
  body #solution-model #order-ahead .picture-container {
    width: 100%;
  }
}
@media screen and (max-width: 1199px) and (min-width: 992px) {
  body form.cf-form .two .field, body .cf-form-grid .two .field {
    width: 50%;
  }
  body form.cf-form .three .field, body .cf-form-grid .three .field {
    width: 33.33%;
  }
  body form.cf-form .three .field:not(:first-child), body .cf-form-grid .three .field:not(:first-child) {
    width: 33.33%;
  }
  body .cf-btn, body .cf-btn.js-btn-next, body .cf-btn.js-btn-prev {
    font-size: 16px;
    padding: 10px 16px;
  }
  body button.btn, body a.btn {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  body .context .heading {
    font-size: 35px;
  }
  body .context .sub-heading {
    font-size: 20px;
    line-height: 22px;
  }
  body footer {
    min-height: 250px;
  }
  body footer .cf-email a {
    font-size: 40px;
  }
  body footer .row .col-12 {
    margin-bottom: 1rem;
  }
  body footer .row .footer-link {
    margin-top: 10px;
  }
  body footer .row .footer-link h4 a {
    font-size: 20px;
  }
  body footer .row .footer-link-container {
    margin-top: 0;
  }
  body footer .row.social-links {
    margin-top: 30px;
  }
  body footer .row.social-links .col-3 {
    padding-left: 0;
    padding-right: 4rem;
  }
  body footer .sub-footer {
    margin-top: 40px;
  }
  body #banner-section {
    margin-top: 1rem;
  }
  body #banner-section .px-md-5 {
    padding: 0 !important;
  }
  body #banner-section .banner-heading {
    font-size: 55px;
    line-height: 55px;
  }
  body #banner-section .banner-sub-heading {
    font-size: 22px;
    margin-bottom: 1.3rem;
    line-height: 28px;
  }
  body #order-with-flavor .context h2 {
    font-size: 40px;
  }
  body #order-with-flavor .order-with-flavor-card.row {
    width: 100%;
  }
  body #order-with-flavor .order-with-flavor-card.row .col-md-4 .card-item {
    height: 340px;
  }
  body #order-with-flavor .order-with-flavor-card.row .col-md-4 .card-item h4 {
    font-size: 27px;
  }
  body #order-with-flavor .order-with-flavor-card.row .col-md-4 .card-item p {
    font-size: 18px;
    margin-bottom: 1rem;
  }
  body #order-with-flavor .order-with-flavor-card.row .col-md-4 .card-item a {
    font-size: 18px;
  }
  body #dashboard-section .context, body .common-half-sections .context {
    padding: 0 10px !important;
  }
  body #dashboard-section .context .dashboard-features .col-md-6, body .common-half-sections .context .dashboard-features .col-md-6 {
    padding-right: 0;
    margin-bottom: 0.9rem;
  }
  body #dashboard-section .context .dashboard-features .col-md-6 svg, body .common-half-sections .context .dashboard-features .col-md-6 svg {
    width: 22px;
    margin-right: 4px;
  }
  body #dashboard-section .context .dashboard-features .col-md-6 h6, body .common-half-sections .context .dashboard-features .col-md-6 h6 {
    font-size: 16px;
  }
  body #dashboard-section .col-lg-6.img-box, body .common-half-sections .col-lg-6.img-box {
    margin-top: 1rem;
  }
  body #dashboard-section .col-lg-6.img-box img, body .common-half-sections .col-lg-6.img-box img {
    border-radius: 16px;
  }
  body #cf-feature .col-md-4 {
    padding: 0 5px;
    height: 290px;
    border-top: solid 1px #3B363A;
    border-bottom: solid 1px #3B363A;
  }
  body #cf-feature .col-md-4:first-child {
    border-right: solid 1px #3B363A;
  }
  body #cf-feature .col-md-4:last-child {
    border-left: solid 1px #3B363A;
  }
  body #cf-feature .col-md-4 img {
    width: 50px;
  }
  body #cf-feature .col-md-4 h4 {
    font-size: 24px;
    margin-bottom: 1rem;
  }
  body #cf-feature .col-md-4 p {
    font-size: 17px;
  }
  body #pricing-section .context .heading {
    margin-bottom: 1rem;
  }
  body #pricing-section .row {
    width: 100%;
  }
  body #pricing-section .row .box-container ul li svg {
    width: 22px;
    height: 22px;
  }
  body #pricing-section .row .box-container ul li h6 {
    font-size: 16px;
  }
  body #pricing-section .row .box-container h4 {
    font-size: 28px;
  }
  body #pricing-section .row .box-container .cf-pera-2 {
    font-size: 17px;
  }
  body #pricing-section .row .box-container .cf-pera-2 br {
    display: block !important;
  }
  body #pricing-section .row .box-container .box-button a {
    width: 250px;
    font-size: 16px;
  }
  body #frequently-questions .row .question-bank .que-ans .que {
    font-size: 22px;
  }
  body #frequently-questions .row .question-bank .que-ans .ans {
    font-size: 17px;
  }
  body #order-ahead-functionality .context {
    width: 70%;
  }
  body #order-ahead .picture-container {
    width: 70%;
  }
  body #order-ahead .context .sub-heading-container {
    width: 100%;
  }
  body #home-page #used-by-section .container-fluid .text-heading {
    border-bottom: none;
  }
  body #home-page #used-by-section .container-fluid .image-flex-container .col-12 {
    margin-bottom: 0 !important;
  }
  body #home-page #fulfillment-section .sub-heading {
    margin-bottom: 2rem;
  }
  body #home-page #fulfillment-section .col-lg-6.context {
    padding: 0 1rem;
  }
  body #home-page #fulfillment-section .col-lg-6.context .data-set {
    padding: 0 5px;
    margin-bottom: 1.5rem;
  }
  body #home-page #fulfillment-section .col-lg-6.context .data-set p.head {
    font-size: 18px;
  }
  body #home-page #fulfillment-section .col-lg-6.context .data-set p {
    font-size: 16px;
  }
  body #home-page #channels-section {
    height: 700px;
  }
  body #home-page #channels-section .context .floating-section {
    padding: 1.5rem 1rem;
    width: 650px;
  }
  body #home-page #channels-section .context .floating-section .channels-features {
    margin-top: 2rem;
  }
  body #home-page #channels-section .context .floating-section .channels-features .col-md-6 img {
    width: 35px;
  }
  body #home-page #channels-section .context .floating-section .channels-features .col-md-6 h6 {
    font-size: 17px;
    margin-left: 12px;
  }
  body #home-page #cf-support .row {
    margin-top: 1.5rem;
  }
  body #home-page #cf-support .col-md-4 .support-content h4 {
    font-size: 28px;
  }
  body #home-page #quote-section .owl-carousel {
    width: 70%;
  }
  body #home-page #quote-section .owl-carousel .quote-container {
    width: 90%;
    min-height: 350px;
  }
  body #home-page #quote-section .owl-carousel .quote-container .quote-logo {
    font-size: 3.2rem;
  }
  body #home-page #quote-section .owl-carousel .quote-container .quote {
    font-size: 22px;
    margin-bottom: 1.2rem;
  }
  body #home-page #quote-section .owl-carousel .quote-container .writer {
    font-size: 18px;
    margin-bottom: 5px;
  }
  body #home-page #quote-section .owl-carousel .quote-container .position {
    font-size: 16px;
  }
  body #home-page #quote-section .owl-carousel .owl-nav.disabled {
    display: block !important;
  }
  body #mobile-app #order-ahead .picture-container {
    width: 100%;
  }
  body #solution-model #order-ahead .picture-container {
    width: 100%;
  }
}/*# sourceMappingURL=flavor_style.css.map */