body, html {
  margin: 0px;
  padding: 0px;
  background-color: #E8DDCE;
}

body * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: "Short Stack", sans-serif;
}

header {
  border-bottom: 1px solid #FFFFFF;
}
header .container {
  max-width: 1710px;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
}
header .outer__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
header .outer__header .menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
header .outer__header .menu .btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
header .outer__header .menu .btn > a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-height: 44px;
  padding-left: 24px;
  padding-right: 24px;
  text-decoration: none;
  background-color: #842124;
  border-radius: 12px;
  font-size: 16px;
  line-height: 24px;
  color: #FFFFFF;
  font-weight: 400;
  -webkit-transition: 0.3s ease all;
  transition: 0.3s ease all;
}
header .outer__header .menu .btn > a:hover {
  background-color: #69191C;
}
header .outer__header .menu .btn > a:active {
  background-color: #842124;
}
header .outer__header .menu > ul {
  padding: 0px;
  list-style-type: none;
  margin: 0px;
  margin-right: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
header .outer__header .menu > ul > li > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 26px 20px;
  text-decoration: none;
  font-size: 16px;
  line-height: 24px;
  color: #842124;
  position: relative;
}
header .outer__header .menu > ul > li > a:hover > img {
  opacity: 1;
}
header .outer__header .menu > ul > li > a > img {
  position: absolute;
  opacity: 0;
  -webkit-transition: 0.3s ease all;
  transition: 0.3s ease all;
}
header .outer__header .logo {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
header .outer__header .logo > a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.container {
  max-width: 1230px;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
}

.hero__section {
  padding-top: 80px;
}
.hero__section .outer__hero {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.hero__section .outer__hero .desc {
  padding-top: 100px;
  width: 100%;
  max-width: 550px;
  margin-right: 60px;
  padding-bottom: 35px;
}
.hero__section .outer__hero .desc img {
  margin-top: 60px;
  margin-left: 30px;
}
.hero__section .outer__hero .desc > p {
  margin: 0px;
  font-size: 20px;
  line-height: 30px;
  color: #6C625B;
  font-family: "Poppins", sans-serif;
}
.hero__section .outer__hero .desc > h1 {
  margin-top: 0px;
  margin-bottom: 20px;
  font-weight: 400;
  font-size: 70px;
  line-height: 120%;
  color: #28292E;
}
.hero__section .outer__hero .desc > h1 span {
  font-size: 90px;
  color: #69191C;
  font-weight: 400;
}
.hero__section .outer__hero .media {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: auto;
  margin-right: -80px;
}
.hero__section .outer__hero .media img {
  max-width: 650px;
  min-width: 650px;
}

.flavours__wrapper {
  padding-top: 80px;
  padding-bottom: 250px;
  background-color: #842124;
}
.flavours__wrapper .outer__flavours .ice__cream--wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-top: 55px;
}
.flavours__wrapper .outer__flavours .ice__cream--wrapper .desc > p {
  text-align: center;
  margin: 0px;
  margin-bottom: 1px;
  font-size: 20px;
  line-height: 25px;
  color: #E8DDCE;
  font-weight: 400;
}
.flavours__wrapper .outer__flavours .ice__cream--wrapper .desc > span {
  color: #E8DDCE;
  font-size: 14px;
  line-height: 17px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.flavours__wrapper .outer__flavours .ice__cream--wrapper .desc > span img {
  margin-right: 4px;
}
.flavours__wrapper .outer__flavours .ice__cream--wrapper .elem.first {
  position: relative;
}
.flavours__wrapper .outer__flavours .ice__cream--wrapper .elem.first .desc {
  position: absolute;
  bottom: -70px;
  right: -2px;
}
.flavours__wrapper .outer__flavours .ice__cream--wrapper .elem.first .stick {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  position: absolute;
  right: 27px;
  bottom: -27px;
}
.flavours__wrapper .outer__flavours .ice__cream--wrapper .elem.first .media {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.flavours__wrapper .outer__flavours .ice__cream--wrapper .elem.first .media img {
  max-width: 275px;
}
.flavours__wrapper .outer__flavours .ice__cream--wrapper .elem.second {
  position: relative;
  top: 90px;
  left: 25px;
}
.flavours__wrapper .outer__flavours .ice__cream--wrapper .elem.second .desc {
  position: absolute;
  bottom: -6px;
  right: 43px;
}
.flavours__wrapper .outer__flavours .ice__cream--wrapper .elem.second .stick {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  position: absolute;
  right: 73px;
  bottom: 19px;
}
.flavours__wrapper .outer__flavours .ice__cream--wrapper .elem.second .media {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.flavours__wrapper .outer__flavours .ice__cream--wrapper .elem.second .media img {
  max-width: 281px;
}
.flavours__wrapper .outer__flavours .ice__cream--wrapper .elem.third {
  position: relative;
  top: -27px;
  left: 67px;
}
.flavours__wrapper .outer__flavours .ice__cream--wrapper .elem.third .desc {
  position: absolute;
  bottom: -71px;
  left: 43px;
}
.flavours__wrapper .outer__flavours .ice__cream--wrapper .elem.third .stick {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  position: absolute;
  left: 84px;
  bottom: -9px;
}
.flavours__wrapper .outer__flavours .ice__cream--wrapper .elem.third .media {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.flavours__wrapper .outer__flavours .ice__cream--wrapper .elem.third .media img {
  max-width: 281px;
}
.flavours__wrapper .outer__flavours .ice__cream--wrapper .elem.fourth {
  margin-left: 2px;
  position: relative;
  top: 59px;
  left: 78px;
}
.flavours__wrapper .outer__flavours .ice__cream--wrapper .elem.fourth .desc {
  position: absolute;
  bottom: -39px;
  left: 147px;
}
.flavours__wrapper .outer__flavours .ice__cream--wrapper .elem.fourth .stick {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  position: absolute;
  left: 140px;
  bottom: -9px;
}
.flavours__wrapper .outer__flavours .ice__cream--wrapper .elem.fourth .media {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.flavours__wrapper .outer__flavours .ice__cream--wrapper .elem.fourth .media img {
  max-width: 281px;
}
.flavours__wrapper .outer__flavours .ice__cream--wrapper .elem.fifth {
  position: relative;
  top: 40px;
  left: 5px;
}
.flavours__wrapper .outer__flavours .ice__cream--wrapper .elem.fifth .desc {
  position: absolute;
  bottom: -34px;
  right: -2px;
}
.flavours__wrapper .outer__flavours .ice__cream--wrapper .elem.fifth .stick {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  position: absolute;
  right: 8px;
  bottom: -9px;
}
.flavours__wrapper .outer__flavours .ice__cream--wrapper .elem.fifth .media {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.flavours__wrapper .outer__flavours .ice__cream--wrapper .elem.fifth .media img {
  max-width: 281px;
}
.flavours__wrapper .outer__flavours .ice__cream--wrapper .elem.sixth {
  position: relative;
  top: 95px;
  left: 150px;
}
.flavours__wrapper .outer__flavours .ice__cream--wrapper .elem.sixth .desc {
  position: absolute;
  bottom: 0px;
  right: -74px;
}
.flavours__wrapper .outer__flavours .ice__cream--wrapper .elem.sixth .stick {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  position: absolute;
  right: -6px;
  bottom: 26px;
}
.flavours__wrapper .outer__flavours .ice__cream--wrapper .elem.sixth .media {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.flavours__wrapper .outer__flavours .ice__cream--wrapper .elem.sixth .media img {
  max-width: 306px;
}
.flavours__wrapper .outer__flavours .ice__cream--wrapper .elem.seventh {
  position: relative;
  top: 95px;
  left: 275px;
}
.flavours__wrapper .outer__flavours .ice__cream--wrapper .elem.seventh .desc {
  position: absolute;
  top: -17px;
  left: -70px;
  text-align: left;
}
.flavours__wrapper .outer__flavours .ice__cream--wrapper .elem.seventh .desc > span {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.flavours__wrapper .outer__flavours .ice__cream--wrapper .elem.seventh .stick {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  position: absolute;
  right: 156px;
  top: -4px;
}
.flavours__wrapper .outer__flavours .ice__cream--wrapper .elem.seventh .media {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.flavours__wrapper .outer__flavours .ice__cream--wrapper .elem.seventh .media img {
  max-width: 265px;
}
.flavours__wrapper .outer__flavours > .top {
  text-align: center;
  margin-bottom: 30px;
}
.flavours__wrapper .outer__flavours > .top > p {
  margin: 0px;
  max-width: 860px;
  margin-left: auto;
  margin-right: auto;
  color: #E8DDCE;
  font-size: 16px;
  line-height: 24px;
  font-family: "Poppins", sans-serif;
}
.flavours__wrapper .outer__flavours > .top > h2 {
  margin-top: 0px;
  margin-bottom: 30px;
  font-size: 60px;
  color: #FFFFFF;
  font-weight: 400;
  line-height: 74px;
}

.partnership {
  padding-top: 233px;
}
.partnership .outer__partnership {
  max-width: 750px;
  margin-left: auto;
  margin-right: auto;
}
.partnership .outer__partnership .tags {
  height: 153px;
  width: 100%;
  max-width: 750px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
.partnership .outer__partnership .tags > p {
  margin: 0px;
  font-size: 16px;
  line-height: 21px;
  color: #842124;
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.partnership .outer__partnership .tags > p:nth-child(1) {
  position: absolute;
  top: 80px;
  left: 5px;
}
.partnership .outer__partnership .tags > p:nth-child(1) > span {
  -webkit-transform: rotate(-9.51deg);
          transform: rotate(-9.51deg);
  position: relative;
  top: 13px;
  left: 20px;
}
.partnership .outer__partnership .tags > p:nth-child(2) {
  position: absolute;
  top: 50px;
  left: 223px;
}
.partnership .outer__partnership .tags > p:nth-child(2) > span {
  -webkit-transform: rotate(4.11deg);
          transform: rotate(4.11deg);
  position: relative;
  top: 11px;
  left: 16px;
}
.partnership .outer__partnership .tags > p:nth-child(3) {
  position: absolute;
  top: 42px;
  right: 280px;
}
.partnership .outer__partnership .tags > p:nth-child(3) > span {
  -webkit-transform: rotate(-6.23deg);
          transform: rotate(-6.23deg);
  position: relative;
  top: 17px;
  left: 16px;
}
.partnership .outer__partnership .tags > p:nth-child(4) {
  position: absolute;
  top: 78px;
  right: 40px;
}
.partnership .outer__partnership .tags > p:nth-child(4) > span {
  -webkit-transform: rotate(9.19deg);
          transform: rotate(9.19deg);
  position: relative;
  top: 21px;
  left: 16px;
}
.partnership .outer__partnership .tags > p > img {
  position: absolute;
  left: 0px;
  top: 0px;
}
.partnership .outer__partnership .media {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 0px;
  margin-bottom: -15px;
}
.partnership .outer__partnership .btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.partnership .outer__partnership .btn > a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-height: 44px;
  padding-left: 24px;
  padding-right: 24px;
  background-color: #842124;
  border-radius: 12px;
  text-decoration: none;
  font-size: 16px;
  line-height: 21px;
  color: #FFFFFF;
  font-weight: 400;
  -webkit-transition: 0.3s ease all;
  transition: 0.3s ease all;
}
.partnership .outer__partnership .btn > a:hover {
  background-color: #69191C;
}
.partnership .outer__partnership .btn > a:active {
  background-color: #842124;
}
.partnership .outer__partnership > p {
  margin-top: 0px;
  color: #6C625B;
  font-size: 16px;
  line-height: 24px;
  font-family: "Poppins", sans-serif;
}
.partnership .outer__partnership > h2 {
  text-align: center;
  margin-top: 0px;
  margin-bottom: 32px;
  font-size: 60px;
  color: #28292E;
  line-height: 74px;
  font-weight: 400;
}

.faq__wrapper {
  padding-top: 120px;
  padding-bottom: 120px;
  background-color: #842124;
}
.faq__wrapper .outer__faq .inner {
  width: 100%;
  max-width: 750px;
  margin-left: auto;
  margin-right: auto;
}
.faq__wrapper .outer__faq .inner > .elem {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border: 1px solid #EEA4A1;
  border-radius: 22px;
  margin-bottom: 12px;
  cursor: pointer;
  padding: 16px 24px;
}
.faq__wrapper .outer__faq .inner > .elem .right {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: -12px;
  margin-bottom: -12px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.faq__wrapper .outer__faq .inner > .elem .right > img {
  -webkit-transition: 0.3s ease all;
  transition: 0.3s ease all;
}
.faq__wrapper .outer__faq .inner > .elem.opened .right > img {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.faq__wrapper .outer__faq .inner > .elem .right {
  margin-left: 24px;
}
.faq__wrapper .outer__faq .inner > .elem .content {
  margin-top: 12px;
  display: none;
}
.faq__wrapper .outer__faq .inner > .elem .content p {
  margin: 0px;
  font-size: 16px;
  line-height: 24px;
  color: #E8DDCE;
  font-family: "Poppins", sans-serif;
}
.faq__wrapper .outer__faq .inner > .elem .head > p {
  margin-top: 0px;
  font-size: 16px;
  font-family: "Poppins", sans-serif;
  line-height: 24px;
  color: #FFFFFF;
  margin-bottom: 0px;
  font-weight: 400;
}
.faq__wrapper .outer__faq .inner > .elem:last-child {
  margin-bottom: 0px;
}
.faq__wrapper .outer__faq > h2 {
  margin-top: 0px;
  margin-bottom: 32px;
  font-size: 60px;
  line-height: 74px;
  color: #FFFFFF;
  font-weight: 400;
  text-align: center;
}

footer {
  padding-top: 32px;
  padding-bottom: 16px;
  border-top: 1px solid #FFFFFF;
}
footer .outer__footer {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
footer .outer__footer .left {
  width: 100%;
}
footer .outer__footer .left ul {
  padding: 0px;
  list-style-type: none;
  margin: 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
footer .outer__footer .left ul > li {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-bottom: 8px;
  font-size: 14px;
  line-height: 18px;
  color: #842124;
  font-family: "Poppins", sans-serif;
}
footer .outer__footer .left ul > li > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-transition: 0.3s ease all;
  transition: 0.3s ease all;
  text-decoration: none;
  font-size: 14px;
  line-height: 18px;
  color: #842124;
  font-family: "Poppins", sans-serif;
}
footer .outer__footer .left ul > li > a:hover {
  opacity: 0.7;
}
footer .outer__footer .left ul > li span {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-right: 16px;
}
footer .outer__footer .left ul > li:last-child {
  margin-bottom: 0px;
}
footer .outer__footer .socials {
  width: 100%;
  text-align: right;
}
footer .outer__footer .socials > p {
  margin-top: 0px;
  margin-bottom: 12px;
  font-size: 14px;
  line-height: 18px;
  color: #842124;
  font-weight: 400;
}
footer .outer__footer .socials ul {
  padding: 0px;
  list-style-type: none;
  margin: 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
footer .outer__footer .socials ul li {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-right: 12px;
}
footer .outer__footer .socials ul li > a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
footer .outer__footer .socials ul li:last-child {
  margin-right: 0px;
}
footer .outer__footer .logo {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0px 60px;
}
footer .outer__footer .logo > a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
footer .bottom__footer {
  text-align: center;
  margin-top: 32px;
}
footer .bottom__footer > p {
  margin: 0px;
  font-size: 12px;
  line-height: 24px;
  font-family: "Poppins", sans-serif;
  color: #6C625B;
}

.where__to--info {
  padding-top: 120px;
  padding-bottom: 120px;
}
.where__to--info .outer__contact .double {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 16px 1fr;
  grid-template-columns: repeat(2, 1fr);
  grid-column-gap: 16px;
  margin-top: 32px;
}
.where__to--info .outer__contact .double .desc .list {
  max-height: 250px;
  overflow-y: auto;
  position: relative;
  overflow-x: hidden;
}
.where__to--info .outer__contact .double .desc .list:after {
  content: "";
  position: sticky;
  bottom: 0px;
  left: 0px;
  display: block;
  width: 100%;
  height: 35px;
  background: -webkit-gradient(linear, left bottom, left top, from(rgb(231, 220, 204)), to(rgba(232, 221, 206, 0)));
  background: linear-gradient(to top, rgb(231, 220, 204), rgba(232, 221, 206, 0));
}
.where__to--info .outer__contact .double .desc .list::-webkit-scrollbar {
  width: 4px;
}
.where__to--info .outer__contact .double .desc .list::-webkit-scrollbar-thumb {
  border-radius: 5px;
  background-color: #D2C9BD;
}
.where__to--info .outer__contact .double .desc .list > .elem {
  margin-bottom: 12px;
}
.where__to--info .outer__contact .double .desc .list > .elem > a {
  border-bottom: 1px solid transparent;
}
.where__to--info .outer__contact .double .desc .list > .elem:last-child {
  margin-bottom: 0px;
}
.where__to--info .outer__contact .double .desc .list > .elem > a {
  padding-top: 4px;
  padding-bottom: 4px;
  position: relative;
  width: 100%;
  font-size: 16px;
  line-height: 22px;
  color: #6C625B;
  font-weight: 400;
  text-decoration: none;
  -webkit-transition: 0.3s ease all;
  transition: 0.3s ease all;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.where__to--info .outer__contact .double .desc .list > .elem > a.current {
  border-color: #69191C;
  color: #842124;
}
.where__to--info .outer__contact .double .desc .list > .elem > a.current span svg path {
  stroke: #842124;
}
.where__to--info .outer__contact .double .desc .list > .elem > a .txt {
  text-overflow: ellipsis;
  overflow: hidden;
  width: calc(100% - 28px);
  white-space: nowrap;
  display: inline-block;
  margin-right: 0px;
  position: absolute;
  left: 28px;
  top: 3px;
}
.where__to--info .outer__contact .double .desc .list > .elem > a span {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-right: 8px;
}
.where__to--info .outer__contact .double .desc > form {
  width: 100%;
  margin-bottom: 24px;
}
.where__to--info .outer__contact .double .desc > form .group__input {
  position: relative;
}
.where__to--info .outer__contact .double .desc > form .group__input > span {
  position: absolute;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  right: 12px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.where__to--info .outer__contact .double .desc > form .group__input > input {
  width: 100%;
  height: 50px;
  border: 1px solid #FFFFFF;
  border-radius: 12px;
  padding-left: 16px;
  padding-right: 16px;
  background-color: transparent;
  outline: none;
  font-size: 14px;
  line-height: 20px;
  color: #000;
  font-family: "Poppins", sans-serif;
}
.where__to--info .outer__contact .double .map__wrapper {
  width: 100%;
}
.where__to--info .outer__contact .double .map__wrapper #map {
  width: 100%;
  height: 325px;
  border-radius: 32px;
  overflow: hidden;
  border: 1px solid #FFFFFF;
}
.where__to--info .outer__contact > .top > h2 {
  margin-top: 0px;
  margin-bottom: 8px;
  font-size: 60px;
  color: #28292E;
  font-weight: 400;
  line-height: 74px;
}
.where__to--info .outer__contact > .top > p {
  margin: 0px;
  font-size: 16px;
  line-height: 24px;
  color: #6C625B;
  font-family: "Poppins", sans-serif;
}

.outer__flavours {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

body, html {
  overflow-x: hidden;
}

.flavours__wrapper .outer__flavours .ice__cream--wrapper {
  min-width: 1200px;
}

.contact__wrapper {
  background: url("../img/backoval.svg");
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 125px;
  background-position: top center;
}
.contact__wrapper .outer__contact > h2 {
  text-align: center;
  margin-top: 0px;
  margin-bottom: 16px;
  font-size: 60px;
  color: #FFFFFF;
  line-height: 74px;
  font-weight: 400;
}
.contact__wrapper .outer__contact form {
  width: 100%;
  max-width: 750px;
  margin-left: auto;
  margin-right: auto;
}
.contact__wrapper .outer__contact form .group__submit {
  margin-top: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.contact__wrapper .outer__contact form .group__submit > button {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 44px;
  padding-left: 24px;
  padding-right: 24px;
  border: 1px solid #FFFFFF;
  border-radius: 12px;
  background-color: transparent;
  font-size: 16px;
  line-height: 22px;
  color: #FFFFFF;
  -webkit-transition: 0.3s ease all;
  transition: 0.3s ease all;
  cursor: pointer;
}
.contact__wrapper .outer__contact form .group__submit > button:hover {
  background-color: #69191C;
  border-color: #69191C;
}
.contact__wrapper .outer__contact form .group__submit > button:active {
  background-color: #69191C;
  border-color: #69191C;
}
.contact__wrapper .outer__contact form .area {
  margin-top: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.contact__wrapper .outer__contact form .area > span {
  display: block;
  text-align: right;
  margin-top: 8px;
  font-size: 12px;
  line-height: 20px;
  color: #CECECE;
  font-family: "Poppins", sans-serif;
}
.contact__wrapper .outer__contact form .area > textarea {
  width: 100%;
  height: 107px;
  border-radius: 12px;
  background-color: #FFFFFF;
  padding: 10px 15px;
  outline: none;
  resize: none;
  font-size: 14px;
  line-height: 20px;
  border: 0px;
  color: #6C625B;
  font-family: "Poppins", sans-serif;
}
.contact__wrapper .outer__contact form .area > textarea::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #CECECE;
}
.contact__wrapper .outer__contact form .area > textarea::-moz-placeholder { /* Firefox 19+ */
  color: #CECECE;
}
.contact__wrapper .outer__contact form .area > textarea:-ms-input-placeholder { /* IE 10+ */
  color: #CECECE;
}
.contact__wrapper .outer__contact form .area > textarea:-moz-placeholder { /* Firefox 18- */
  color: #CECECE;
}
.contact__wrapper .outer__contact form > .double {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 16px 1fr;
  grid-template-columns: repeat(2, 1fr);
  margin-top: 0px;
  grid-column-gap: 16px;
}
.contact__wrapper .outer__contact form > .double > .group__input {
  width: 100%;
}
.contact__wrapper .outer__contact form > .double > .group__input > input {
  width: 100%;
  height: 50px;
  background-color: #FFFFFF;
  border-radius: 12px;
  padding-left: 16px;
  padding-right: 12px;
  outline: none;
  font-size: 14px;
  line-height: 20px;
  border: 0px;
  color: #6C625B;
  font-family: "Poppins", sans-serif;
}
.contact__wrapper .outer__contact form > .double > .group__input > input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #CECECE;
}
.contact__wrapper .outer__contact form > .double > .group__input > input::-moz-placeholder { /* Firefox 19+ */
  color: #CECECE;
}
.contact__wrapper .outer__contact form > .double > .group__input > input:-ms-input-placeholder { /* IE 10+ */
  color: #CECECE;
}
.contact__wrapper .outer__contact form > .double > .group__input > input:-moz-placeholder { /* Firefox 18- */
  color: #CECECE;
}
.contact__wrapper .outer__contact form > .group__input {
  margin-bottom: 16px;
  width: 100%;
}
.contact__wrapper .outer__contact form > .group__input > input {
  width: 100%;
  height: 50px;
  background-color: #FFFFFF;
  border-radius: 12px;
  padding-left: 16px;
  padding-right: 12px;
  outline: none;
  font-size: 14px;
  line-height: 20px;
  border: 0px;
  color: #6C625B;
  font-family: "Poppins", sans-serif;
}
.contact__wrapper .outer__contact form > .group__input > input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #CECECE;
}
.contact__wrapper .outer__contact form > .group__input > input::-moz-placeholder { /* Firefox 19+ */
  color: #CECECE;
}
.contact__wrapper .outer__contact form > .group__input > input:-ms-input-placeholder { /* IE 10+ */
  color: #CECECE;
}
.contact__wrapper .outer__contact form > .group__input > input:-moz-placeholder { /* Firefox 18- */
  color: #CECECE;
}
.contact__wrapper .outer__contact form .group__dropdown {
  margin-bottom: 16px;
  position: relative;
}
.contact__wrapper .outer__contact form .group__dropdown .dropdown {
  position: absolute;
  left: 0px;
  top: 50px;
  width: 100%;
  border-top: 1px solid #EDEEF4;
  background-color: #FFFFFF;
  border-left: 1px solid #fff;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  border-bottom-left-radius: 12px;
  overflow: hidden;
  display: none;
  border-bottom-right-radius: 12px;
}
.contact__wrapper .outer__contact form .group__dropdown .dropdown ul {
  padding: 0px;
  list-style-type: none;
  margin: 0px;
}
.contact__wrapper .outer__contact form .group__dropdown .dropdown ul > li > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding: 15px 12px;
  font-size: 14px;
  line-height: 20px;
  color: #6C625B;
  font-family: "Poppins", sans-serif;
  text-decoration: none;
  -webkit-transition: 0.3s ease all;
  transition: 0.3s ease all;
}
.contact__wrapper .outer__contact form .group__dropdown .dropdown ul > li > a.picked {
  background-color: #E8DDCE;
}
.contact__wrapper .outer__contact form .group__dropdown .dropdown ul > li > a:hover {
  background-color: #E8DDCE;
}
.contact__wrapper .outer__contact form .group__dropdown > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  text-decoration: none;
  height: 50px;
  background-color: #FFFFFF;
  border-radius: 12px;
  padding-left: 16px;
  -webkit-transition: 0.3s ease all;
  transition: 0.3s ease all;
  padding-right: 12px;
}
.contact__wrapper .outer__contact form .group__dropdown > a.opened {
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
}
.contact__wrapper .outer__contact form .group__dropdown > a.opened > img {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.contact__wrapper .outer__contact form .group__dropdown > a > img {
  -webkit-transition: 0.3s ease all;
  transition: 0.3s ease all;
}
.contact__wrapper .outer__contact form .group__dropdown > a span {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-size: 14px;
  line-height: 20px;
  color: #6C625B;
  font-family: "Poppins", sans-serif;
}

.iti input {
  width: 100%;
  height: 50px;
  background-color: #FFFFFF;
  border-radius: 12px;
  border: 0px;
  outline: none;
  font-size: 14px;
  line-height: 20px;
  font-family: "Poppins", sans-serif;
  color: #6C625B;
}
.iti input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #CECECE;
}
.iti input::-moz-placeholder { /* Firefox 19+ */
  color: #CECECE;
}
.iti input:-ms-input-placeholder { /* IE 10+ */
  color: #CECECE;
}
.iti input:-moz-placeholder { /* Firefox 18- */
  color: #CECECE;
}

.iti {
  width: 100%;
}

.iti__flag + .iti__arrow {
  display: none;
}

.iti__country-list {
  border-radius: 12px;
}
.iti__country-list::-webkit-scrollbar {
  width: 4px;
}
.iti__country-list::-webkit-scrollbar-thumb {
  border-radius: 5px;
  background-color: #D2C9BD;
}

.iti__country-list * {
  font-family: "Poppins", sans-serif !important;
}

.iti__country-list {
  font-size: 14px;
  font-family: "Poppins", sans-serif;
}

.iti--separate-dial-code .iti__selected-dial-code {
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  line-height: 20px;
  color: #6C625B;
}

.iti--separate-dial-code .iti__selected-flag {
  background-color: transparent !important;
}

.hero__section .outer__hero .media img {
  min-width: 580px;
  max-width: 580px;
}

.hero__section {
  padding-top: 45px;
}

.hero__section .outer__hero .desc img {
  margin-top: 0px;
}

.hero__section .outer__hero .desc img {
  max-width: 210px;
}

.hero__section {
  padding-top: 120px;
}

header {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  z-index: 5;
  background-color: #E8DDCE;
}

@media (max-width: 1740px) {
  header .container {
    max-width: 1230px;
  }
}
@media (max-width: 1440px) {
  .hero__section .outer__hero .media img {
    max-width: 520px;
    min-width: 520px;
  }
  .hero__section .outer__hero .desc img {
    max-width: 170px;
  }
  .hero__section .outer__hero .desc {
    padding-top: 40px;
  }
  .hero__section .outer__hero .desc {
    min-width: 445px;
    margin-right: 20px;
  }
  .hero__section .outer__hero .media {
    margin-top: 0px;
  }
  .hero__section {
    padding-top: 90px;
  }
  .hero__section .outer__hero .desc img {
    margin-top: 0px;
  }
  .flavours__wrapper .outer__flavours .ice__cream--wrapper .elem.first {
    margin-right: -25px;
  }
  .flavours__wrapper .outer__flavours .ice__cream--wrapper .elem.second {
    margin-right: -25px;
  }
  .flavours__wrapper .outer__flavours .ice__cream--wrapper .elem.third {
    margin-right: -25px;
  }
  .flavours__wrapper .outer__flavours .ice__cream--wrapper {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .flavours__wrapper .outer__flavours .ice__cream--wrapper .elem.sixth {
    left: 50px;
  }
  .flavours__wrapper .outer__flavours .ice__cream--wrapper .elem.seventh {
    left: 100px;
  }
  .flavours__wrapper .outer__flavours .ice__cream--wrapper {
    min-width: 1080px;
    max-width: 1080px;
    margin-left: -100px;
  }
  .faq__wrapper {
    padding-top: 85px;
    padding-bottom: 80px;
  }
  .partnership {
    padding-top: 185px;
  }
}
.menu__btn {
  display: none;
}

.mobile__stick {
  display: none;
}

@media (max-width: 1023px) {
  .hero__section {
    padding-top: 20px;
  }
  .flavours__wrapper .outer__flavours .ice__cream--wrapper .elem.sixth .desc > p {
    text-align: right;
  }
  .contact__wrapper {
    padding-top: 125px;
    padding-bottom: 0px;
  }
  .where__to--info .outer__contact > .top > h2 {
    text-align: center;
  }
  .where__to--info .outer__contact > .top > p {
    text-align: center;
  }
  .where__to--info .outer__contact .double {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    grid-row-gap: 32px;
  }
  .flavours__wrapper .outer__flavours .ice__cream--wrapper {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
    max-width: 740px;
    margin-left: auto;
    width: 100%;
    margin-right: auto;
    min-width: 0px;
  }
  .flavours__wrapper .outer__flavours .ice__cream--wrapper .elem {
    margin: 0px !important;
    position: relative;
    left: 0px !important;
    top: 0px !important;
  }
  .flavours__wrapper .outer__flavours .ice__cream--wrapper .elem:nth-child(2) {
    padding-top: 150px;
  }
  .flavours__wrapper .outer__flavours .ice__cream--wrapper .elem:nth-child(4) {
    padding-top: 150px;
  }
  .flavours__wrapper .outer__flavours .ice__cream--wrapper .elem:nth-child(6) {
    padding-top: 150px;
  }
  .flavours__wrapper .outer__flavours .ice__cream--wrapper .elem:nth-child(3) {
    margin-top: -120px !important;
  }
  .flavours__wrapper .outer__flavours .ice__cream--wrapper .elem:nth-child(5) {
    margin-top: -120px !important;
  }
  .flavours__wrapper .outer__flavours .ice__cream--wrapper .elem:nth-child(7) {
    margin-top: -120px !important;
  }
  .flavours__wrapper .outer__flavours .ice__cream--wrapper .elem .media img {
    max-width: 100% !important;
  }
  .flavours__wrapper .outer__flavours .ice__cream--wrapper .elem.first .stick {
    -webkit-transform: scaleX(-1);
            transform: scaleX(-1);
    left: 13%;
    bottom: 0.5%;
    right: auto;
  }
  .flavours__wrapper .outer__flavours .ice__cream--wrapper .elem.first .desc {
    bottom: -11%;
    left: 10%;
    right: auto;
  }
  .flavours__wrapper .outer__flavours .ice__cream--wrapper .elem.second .stick {
    right: 22%;
    bottom: 8%;
  }
  .flavours__wrapper .outer__flavours .ice__cream--wrapper .elem.second .desc {
    right: 3%;
    bottom: 3%;
  }
  .flavours__wrapper .outer__flavours .ice__cream--wrapper .elem.third .stick {
    left: 8%;
  }
  .flavours__wrapper .outer__flavours .ice__cream--wrapper .elem.third .stick {
    left: 16%;
    bottom: 7%;
  }
  .flavours__wrapper .outer__flavours .ice__cream--wrapper .elem.third .desc {
    bottom: -3%;
    left: 7%;
  }
  .flavours__wrapper .outer__flavours .ice__cream--wrapper .elem.fourth .stick {
    left: 48%;
    bottom: 1%;
  }
  .flavours__wrapper .outer__flavours .ice__cream--wrapper .elem.fourth .desc {
    bottom: -5%;
    left: 52%;
  }
  .flavours__wrapper .outer__flavours .ice__cream--wrapper .elem.fifth .stick {
    right: 20%;
    bottom: 3%;
  }
  .flavours__wrapper .outer__flavours .ice__cream--wrapper .elem.fifth .desc {
    bottom: -6%;
    right: 5%;
  }
  .flavours__wrapper .outer__flavours .ice__cream--wrapper .elem.sixth .stick {
    right: 10%;
  }
  .flavours__wrapper .outer__flavours .ice__cream--wrapper .elem.sixth .desc {
    max-width: 130px;
    right: 3% !important;
  }
  .flavours__wrapper .outer__flavours .ice__cream--wrapper .elem.sixth .desc {
    bottom: -5%;
    right: -12%;
  }
  .flavours__wrapper .outer__flavours .ice__cream--wrapper .elem.seventh .stick {
    right: auto;
    left: 15%;
    top: 5%;
  }
  .flavours__wrapper .outer__flavours .ice__cream--wrapper .elem.seventh .stick > img {
    display: none;
  }
  .flavours__wrapper .outer__flavours .ice__cream--wrapper .elem.seventh .stick > img.mobile__stick {
    display: block;
  }
  .flavours__wrapper .outer__flavours .ice__cream--wrapper .elem.seventh .desc {
    top: -8%;
    left: 15%;
  }
  .flavours__wrapper {
    padding-bottom: 80px;
  }
  .flavours__wrapper .outer__flavours .ice__cream--wrapper {
    margin-top: 0px;
  }
  header {
    border-bottom: 0px;
    position: relative;
  }
  header:before {
    content: "";
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 100%;
    height: 1px;
    z-index: 4;
    background-color: #fff;
  }
  .menu__btn {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    position: relative;
    z-index: 3;
  }
  .menu__btn > a {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    min-width: 36px;
    max-width: 36px;
    min-height: 36px;
    max-height: 36px;
    border: 2px solid #842124;
    border-radius: 12px;
  }
  .menu__btn > a.opened > span {
    background-color: #fff;
    width: 24px;
  }
  .menu__btn > a.opened > span:nth-child(2) {
    opacity: 0;
  }
  .menu__btn > a.opened > span:nth-child(1) {
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    top: 6px;
  }
  .menu__btn > a.opened > span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
    bottom: 6px;
  }
  .menu__btn > a > span {
    -webkit-transition: 0.45s ease all;
    transition: 0.45s ease all;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    min-width: 18px;
    height: 2px;
    background-color: #842124;
    margin-bottom: 4px;
    border-radius: 4px;
    -webkit-transition: 0.3s ease all;
    transition: 0.3s ease all;
    position: relative;
  }
  .menu__btn > a > span:nth-child(1) {
    top: 0px;
  }
  .menu__btn > a > span:nth-child(3) {
    bottom: 0px;
  }
  .menu__btn > a > span:last-child {
    margin-bottom: 0px;
  }
  header .outer__header .logo > a img {
    max-height: 45px;
  }
  header .outer__header .menu {
    position: fixed;
    top: -100%;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: #842124;
    z-index: 3;
    -webkit-transition: 0.5s ease all;
    transition: 0.5s ease all;
  }
  header .outer__header .menu ul {
    margin-right: auto;
    margin-left: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  header .outer__header .menu ul > li > a {
    color: #E8DDCE;
  }
  header .outer__header .menu > ul > li > a {
    padding: 23px 10px;
  }
  header .outer__header .menu .btn {
    display: none;
  }
  header .outer__header {
    padding: 7.5px 0px;
  }
  .hero__section .outer__hero {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .hero__section .outer__hero .desc {
    padding: 0px;
    max-width: 540px;
    margin-left: auto;
    margin-right: auto;
  }
  .hero__section .outer__hero .desc img {
    display: none;
  }
  .hero__section .outer__hero .media {
    margin-left: auto;
    margin-right: auto;
  }
  .hero__section .outer__hero .desc > h1 {
    font-size: 50px;
  }
  .hero__section .outer__hero .desc > h1 span {
    font-size: 70px;
  }
  .hero__section .outer__hero .desc {
    margin-bottom: 35px;
  }
  .hero__section .outer__hero .media img {
    min-width: 0px;
    max-width: calc(100% + 60px);
    width: 100%;
  }
  .hero__section .outer__hero .desc > p {
    font-size: 14px;
    line-height: 20px;
  }
  footer .outer__footer .logo {
    margin: 0px 25px;
  }
}
.partnership .outer__partnership .btn {
  margin-top: 24px;
}

.faq__wrapper .outer__faq .inner > .elem {
  padding-right: 16px;
}

.outer__flavours br {
  display: none;
}

.sentimage {
  display: none;
  margin-left: 12px;
}

@media (max-width: 767px) {
  .where__to--info {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .contact__wrapper {
    background-size: 840px;
  }
  .contact__wrapper {
    padding-top: 90px;
  }
  .contact__wrapper .outer__contact > h2 {
    font-size: 40px;
    line-height: 48px;
  }
  .contact__wrapper .outer__contact form > .double {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    grid-row-gap: 16px;
  }
  .where__to--info .outer__contact > .top > h2 {
    font-size: 40px;
    line-height: 48px;
  }
  .where__to--info .outer__contact .double .map__wrapper #map {
    height: 420px;
  }
  .where__to--info .outer__contact > .top > p {
    font-size: 14px;
    line-height: 20px;
  }
  .flavours__wrapper .outer__flavours .ice__cream--wrapper .desc > p {
    font-size: 16px;
    line-height: 21px;
  }
  .flavours__wrapper .outer__flavours .ice__cream--wrapper .desc > span {
    font-size: 12px;
    line-height: 16px;
  }
  .flavours__wrapper .outer__flavours .ice__cream--wrapper .elem.seventh .desc {
    top: -12%;
  }
  .flavours__wrapper .outer__flavours .ice__cream--wrapper .elem.third .desc {
    bottom: -8%;
  }
  .flavours__wrapper .outer__flavours .ice__cream--wrapper .elem.sixth .stick {
    right: 15%;
  }
  .flavours__wrapper .outer__flavours > .top > h2 {
    font-size: 40px;
    line-height: 49px;
  }
  .outer__flavours br {
    display: block;
  }
  .flavours__wrapper .outer__flavours > .top > p {
    font-size: 14px;
    line-height: 20px;
  }
  .hero__section .outer__hero .desc {
    min-width: 0px;
  }
  .hero__section .outer__hero .media img {
    min-width: 0px;
    width: 100%;
  }
  .hero__section .outer__hero .media {
    width: calc(100% + 120px);
    margin-left: -60px;
  }
  .partnership .outer__partnership .media img {
    min-width: 240px;
    max-width: 240px;
  }
  .partnership .outer__partnership .tags > p:nth-child(2) {
    left: 0px;
    top: 20px;
  }
  .partnership .outer__partnership .tags > p:nth-child(1) {
    left: 50px;
  }
  .partnership .outer__partnership .tags > p:nth-child(3) {
    right: 35px;
    top: -15px;
  }
  .partnership .outer__partnership .tags {
    margin-top: 10px;
  }
  .partnership .outer__partnership .tags > p:nth-child(4) {
    top: 35px;
  }
  .partnership .outer__partnership .tags {
    max-width: 340px;
    margin-left: auto;
    margin-right: auto;
  }
  .partnership {
    padding-top: 60px;
  }
  .partnership .outer__partnership > h2 {
    font-size: 40px;
    line-height: 49px;
  }
  .partnership .outer__partnership > p {
    font-size: 14px;
    line-height: 20px;
  }
  .faq__wrapper .outer__faq .inner > .elem .head > p {
    font-size: 14px;
    line-height: 20px;
  }
  .faq__wrapper .outer__faq .inner > .elem .content p {
    font-size: 14px;
    line-height: 20px;
  }
  .faq__wrapper .outer__faq > h2 {
    font-size: 40px;
    line-height: 49px;
  }
  .faq__wrapper {
    padding-top: 50px;
  }
  footer .outer__footer {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  footer .outer__footer .left {
    margin-bottom: 40px;
  }
  footer .outer__footer .logo {
    margin: 0px;
    margin-bottom: 40px;
  }
  footer .outer__footer .socials {
    text-align: center;
  }
  footer .outer__footer .socials ul {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  footer .outer__footer .left ul {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  footer .outer__footer .left ul > li {
    margin-bottom: 7px;
  }
  footer .outer__footer .left ul > li span {
    margin-right: 4px;
  }
  footer .outer__footer .left ul > li > a {
    font-size: 12px;
    line-height: 16px;
  }
  footer .outer__footer .left ul > li span img {
    width: 12px;
  }
  footer .outer__footer .left ul > li {
    font-size: 12px;
    line-height: 16px;
  }
}
@media (max-width: 670px) {
  .flavours__wrapper .outer__flavours .ice__cream--wrapper .elem:nth-child(4), .flavours__wrapper .outer__flavours .ice__cream--wrapper .elem:nth-child(6) {
    padding-top: 100px;
  }
  .flavours__wrapper .outer__flavours .ice__cream--wrapper .elem:nth-child(3), .flavours__wrapper .outer__flavours .ice__cream--wrapper .elem:nth-child(5), .flavours__wrapper .outer__flavours .ice__cream--wrapper .elem:nth-child(7) {
    margin-top: -80px !important;
  }
  .flavours__wrapper .outer__flavours .ice__cream--wrapper .elem.first .stick {
    bottom: -3%;
  }
  .flavours__wrapper .outer__flavours .ice__cream--wrapper .elem.first .desc {
    bottom: -18%;
  }
  .flavours__wrapper .outer__flavours .ice__cream--wrapper .elem.second .stick {
    bottom: 5%;
  }
  .flavours__wrapper .outer__flavours .ice__cream--wrapper .elem.second .desc {
    bottom: 0%;
  }
  .flavours__wrapper .outer__flavours .ice__cream--wrapper .elem.third .stick {
    bottom: 4%;
  }
  .flavours__wrapper .outer__flavours .ice__cream--wrapper .elem.third .desc {
    bottom: -12%;
  }
  .flavours__wrapper .outer__flavours .ice__cream--wrapper .elem.fourth .stick {
    bottom: -2%;
  }
  .flavours__wrapper .outer__flavours .ice__cream--wrapper .elem.fourth .desc {
    bottom: -8%;
  }
  .flavours__wrapper .outer__flavours .ice__cream--wrapper .elem.fifth .stick {
    bottom: 0%;
  }
  .flavours__wrapper .outer__flavours .ice__cream--wrapper .elem.fifth .desc {
    bottom: -9%;
  }
  .flavours__wrapper .outer__flavours .ice__cream--wrapper .elem.seventh .desc {
    top: -12%;
  }
  .flavours__wrapper .outer__flavours .ice__cream--wrapper .elem.seventh .stick {
    top: 1%;
  }
  .flavours__wrapper .outer__flavours .ice__cream--wrapper .elem.sixth .stick {
    bottom: 1%;
  }
  .flavours__wrapper .outer__flavours .ice__cream--wrapper .elem.sixth .desc {
    bottom: -11%;
  }
  .flavours__wrapper .outer__flavours .ice__cream--wrapper .elem:nth-child(7) {
    margin-top: -40px !important;
  }
}
@media (max-width: 480px) {
  .flavours__wrapper .outer__flavours .ice__cream--wrapper .elem:nth-child(7) {
    margin-top: 0px !important;
  }
  .flavours__wrapper .outer__flavours .ice__cream--wrapper .elem.first .stick {
    bottom: -12%;
  }
  .flavours__wrapper .outer__flavours .ice__cream--wrapper .elem.first .desc {
    bottom: -34%;
  }
  .flavours__wrapper .outer__flavours .ice__cream--wrapper .elem.second .stick {
    bottom: -1%;
  }
  .flavours__wrapper .outer__flavours .ice__cream--wrapper .elem.second .desc {
    bottom: -8%;
  }
  .flavours__wrapper .outer__flavours .ice__cream--wrapper .elem.third .stick {
    bottom: -5%;
  }
  .flavours__wrapper .outer__flavours .ice__cream--wrapper .elem.third .desc {
    bottom: -28%;
  }
  .flavours__wrapper .outer__flavours .ice__cream--wrapper .elem.fourth .stick {
    bottom: -5%;
  }
  .flavours__wrapper .outer__flavours .ice__cream--wrapper .elem.fourth .desc {
    bottom: -14%;
  }
  .flavours__wrapper .outer__flavours .ice__cream--wrapper .elem.fifth .stick {
    bottom: -15%;
  }
  .flavours__wrapper .outer__flavours .ice__cream--wrapper .elem.fifth .desc {
    bottom: -31%;
  }
  .flavours__wrapper .outer__flavours .ice__cream--wrapper .elem.seventh .desc {
    top: -20%;
  }
  .flavours__wrapper .outer__flavours .ice__cream--wrapper .elem.seventh .stick {
    top: -2%;
  }
  .flavours__wrapper .outer__flavours .ice__cream--wrapper .elem.sixth .stick {
    bottom: -6%;
  }
  .flavours__wrapper .outer__flavours .ice__cream--wrapper .elem.sixth .desc {
    bottom: -22%;
    right: -3%;
  }
}
@media (max-width: 400px) {
  .flavours__wrapper .outer__flavours .ice__cream--wrapper .elem:nth-child(7) {
    margin-top: -20px !important;
  }
  .flavours__wrapper .outer__flavours .ice__cream--wrapper .elem.seventh .desc {
    top: -25%;
  }
}
@media (max-width: 360px) {
  .partnership .outer__partnership > h2 {
    font-size: 34px;
    line-height: 45px;
  }
}