a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:after,
blockquote:before,
q:after,
q:before {
  content: "";
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
:after,
:before {
  box-sizing: inherit;
}
:root {
  --h0-fs: 10rem;
  --h0-lh: 2.4rem;
  --h1-fs: 5.2rem;
  --h1-lh: 1.2;
  --h2-fs: 3rem;
  --h2-lh: 1.2;
  --h3-fs: 2.4rem;
  --h3-lh: 1.3;
  --h4-fs: 2.3rem;
  --h4-lh: 1.3;
  --h5-fs: 2rem;
  --h5-lh: 2.7rem;
  --body72-fs: 7.2rem;
  --body48-fs: 4.8rem;
  --body42-fs: 4.2rem;
  --body40-fs: 4rem;
  --body36-fs: 3.6rem;
  --body32-fs: 3.2rem;
  --body32-lh: 2.4rem;
  --body30-fs: 3rem;
  --body24-fs: 2.4rem;
  --body18-fs: 1.8rem;
  --body18-lh: 2.8rem;
  --body16-fs: 1.6rem;
  --body16-lh: 2.5rem;
  --body14-fs: 1.4rem;
  --body14-lh: 2rem;
  --body12-fs: 1.2rem;
  --body12-lh: normal;
  --body10-fs: 1rem;
  --height-header: 120px;
  --height-button: 56px;
  --ptop: 80px;
  --pd-section: 80px;
  --gap: 15px;
}
@media (max-width: 1024px) {
  :root {
    --h0-fs: 6rem;
    --h0-lh: 5.8rem;
    --body72-fs: 5.2rem;
    --height-header: 120px;
    --pd-section: 70px;
    --ptop: 120px;
  }
}
@media (max-width: 767px) {
  :root {
    --h0-fs: 4.5rem;
    --h0-lh: 4.5rem;
    --h1-fs: 4.2rem;
    --h1-lh: 5.6rem;
    --h2-fs: 2.5rem;
    --h2-lh: 4rem;
    --h3-fs: 2.4rem;
    --h3-lh: 3rem;
    --h4-fs: 2rem;
    --h4-lh: 3rem;
    --h5-fs: 1.8rem;
    --h5-lh: 2.4rem;
    --body72-fs: 4.2rem;
    --body48-fs: 3.2rem;
    --body42-fs: 3.2rem;
    --body40-fs: 3.2rem;
    --body36-fs: 3rem;
    --body32-fs: 2.8rem;
    --body30-fs: 2.5rem;
    --body18-fs: 1.6rem;
    --body18-lh: 2.3rem;
    --body30-fs: 2rem;
    --body24-fs: 2.4rem;
    --ptop: 60px;
    --pd-section: 60px;
  }
}
@media (max-width: 400px) {
  :root {
    --h0-fs: 3rem;
    --h1-fs: 3.7rem;
    --h2-fs: 2rem;
    --body72-fs: 3.7rem;
    --body48-fs: 2.5rem;
  }
}
@-ms-viewport {
  width: device-width;
}
* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-smoothing: antialiased;
  -webkit-text-rendering: optimizeSpeed;
  text-rendering: optimizeSpeed;
  box-sizing: border-box;
  font-kerning: none;
}
html {
  font-size: 62.5%;
}
body {
  background: #fff;
  color: var(--textColor);
  font-family: utma;
  font-size: var(--body16-fs);
  line-height: var(--body16-lh);
  margin: auto;
  max-width: 100%;
  text-transform: none;
  width: 100%;
}
body::-webkit-scrollbar {
  width: 7px;
}
body::-webkit-scrollbar-track {
  background: #ddd;
}
body::-webkit-scrollbar-thumb {
  background: #3f3f3f;
  border-radius: 20px;
}
body .wrapper {
  position: relative;
  z-index: 10;
}
body .wrapper .--pdtop {
  padding-top: var(--ptop);
}
body.no-scroll {
  overflow: hidden;
}
body .mainwrapper {
  margin: auto;
  opacity: 1;
  padding-top: var(--height-header);
  pointer-events: auto;
  position: relative;
  width: 100%;
}
body section {
  position: relative;
  will-change: transform;
}
body section .coffee-tree {
  left: 0;
  max-height: 410px;
  max-width: 250px;
  pointer-events: none;
  position: absolute;
  top: 0;
  transform: translateY(-90px);
}
@media screen and (max-width: 991px) {
  body section .coffee-tree {
    max-height: 246px;
    max-width: 150px;
  }
}
body section.paper-background {
  background: #fff;
}
body section.paper-background:before {
  background-blend-mode: color-burn;
  background-position: top;
  background-size: cover;
  content: "";
  height: 100%;
  left: 0;
  opacity: 0.5;
  pointer-events: none;
  position: absolute;
  top: 0;
  width: 100%;
}
body .--pt {
  padding-top: var(--pd-section);
}
body .--pb {
  padding-bottom: var(--pd-section);
}
body .--ptb {
  padding: var(--pd-section) 0;
}
body .overlay {
  background: rgba(0, 0, 0, 0.7);
  height: 100%;
  left: 0;
  opacity: 0;
  pointer-events: none;
  position: fixed;
  top: 0;
  transition: 0.4s;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
  width: 100%;
  z-index: 99;
}
body .container {
  margin-left: auto;
  margin-right: auto;
  padding-left: var(--gap);
  padding-right: var(--gap);
  position: relative;
  width: 100%;
  z-index: 9;
}
body .container.--small {
  max-width: 1100px;
}
body .container-fluid {
  margin-left: auto;
  margin-right: auto;
  max-width: 2500px;
  padding-left: 50px;
  padding-right: 50px;
  position: relative;
  width: 100%;
}
@media (max-width: 1199px) {
  body .container-fluid {
    max-width: 1230px;
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media screen and (max-width: 767px) {
  body .container-fluid {
    padding-left: 15px;
    padding-right: 15px;
  }
}
body .row {
  display: flex;
  flex-wrap: wrap;
  margin-left: calc(var(--gap) * -1);
  margin-right: calc(var(--gap) * -1);
}
body .no-gutters {
  margin-left: 0;
  margin-right: 0;
}
body .no-gap > .col,
body .no-gap > [class*="col-"] {
  padding-left: 0;
  padding-right: 0;
}
body .--grid-12 {
  -moz-column-gap: 30px;
  column-gap: 30px;
  display: grid;
  grid-template-columns: repeat(12, 1fr);
}
@media screen and (max-width: 991px) {
  body .--grid-12 {
    grid-template-columns: 1fr;
  }
}
@media (min-width: 400px) {
  body .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  body .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  body .container {
    max-width: 100%;
  }
}
@media (min-width: 1200px) {
  body .container {
    max-width: 90%;
  }
}
@media (min-width: 1600px) {
  body .container {
    max-width: 90%;
  }
}
.loading {
  background: #fff;
  bottom: 0;
  left: 0;
  opacity: 1;
  pointer-events: auto;
  position: fixed;
  right: 0;
  top: 0;
  transition: 0.1s;
  -webkit-transition: 0.1s;
  -moz-transition: 0.1s;
  -ms-transition: 0.1s;
  -o-transition: 0.1s;
  z-index: 900;
}
.loading.--show {
  opacity: 1 !important;
  pointer-events: none;
  transition: 0s;
  -webkit-transition: 0s;
  -moz-transition: 0s;
  -ms-transition: 0s;
  -o-transition: 0s;
}
.loading.--hide {
  opacity: 0;
  pointer-events: none;
  transition: 0.1s;
  -webkit-transition: 0.1s;
  -moz-transition: 0.1s;
  -ms-transition: 0.1s;
  -o-transition: 0.1s;
}
img {
  display: block;
  height: auto;
  max-width: 100%;
  outline: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -o-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
img.--center {
  display: block;
  margin: 0 auto;
}
a {
  color: var(--textColor);
  outline: 0;
  text-decoration: none;
}
a.link {
  color: var(--mainColor);
  transition: 0.4s;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
}
strong {
  font-family: gb;
}
sup {
  vertical-align: super;
}
sub,
sup {
  font-size: var(--body14-fs);
  line-height: var(--body14-lh);
}
sub {
  vertical-align: sub;
}
button {
  background-color: transparent;
  border: none;
}
button,
button:active,
button:focus,
button:hover {
  outline: none;
}
input,
textarea{
  background-color: transparent;
  border: 1px solid #a7a7a7;
  border-radius: 10px;
  color: #a7a7a7;
  display: block;
  font-family: utma;
  font-size: var(--body14-fs);
  padding: 14px 12px;
}
input.is-error {
  border-color: #dc3545;
}
input:-webkit-autofill,
input:-webkit-autofill:active,
input:-webkit-autofill:focus,
input:-webkit-autofill:hover {
  -webkit-box-shadow: inset 0 0 0 30px hsla(0, 0%, 65%, 0.124) !important;
}
.hidden {
  display: none;
}
.radio-group {
  cursor: pointer;
  display: block;
  font-size: var(--body14-fs);
  line-height: auto;
  padding-left: 2.5rem;
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.radio-group input {
  cursor: pointer;
  margin: 0 !important;
  opacity: 0;
  position: absolute;
}
.radio-group input:checked ~ .checkmark:before {
  opacity: 1;
  transition: all 0.4s;
}
.radio-group .checkmark {
  background-color: transparent;
  border: 1px solid;
  border-radius: 50%;
  height: 18px;
  left: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 18px;
}
.radio-group .checkmark:before {
  background-color: var(--mainColor);
  border-radius: 50%;
  content: "";
  height: 70%;
  left: 50%;
  opacity: 0;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transition: all 0.4s;
  width: 70%;
}
.--white-cl {
  color: #fff;
}
.--main-cl {
  color: var(--mainColor);
}
.--brown {
  color: #6f3800;
}
.heading {
  display: block;
  text-align: center;
  text-transform: uppercase;
}
.heading.--h0 {
  font-size: var(--h0-fs);
  line-height: var(--h0-lh);
}
.heading.--h1 {
  font-size: var(--h1-fs);
  line-height: var(--h1-lh);
}
.heading.--h2 {
  font-size: var(--h2-fs);
  line-height: var(--h2-lh);
}
.heading.--h3 {
  font-size: var(--h3-fs);
  line-height: var(--h3-lh);
}
.heading.--h4 {
  font-size: var(--h4-fs);
  line-height: var(--h4-lh);
}
.heading.--h5 {
  font-size: var(--h5-fs);
  line-height: var(--h5-lh);
}
.btn-main {
  align-items: center;
  background-color: var(--mainColor);
  border: 1px solid transparent;
  border-radius: 50px;
  cursor: pointer;
  display: flex;
  font-family: utmab;
  font-size: var(--body14-fs);
  height: 46px;
  justify-content: center;
  line-height: var(--body14-lh);
  padding: 0 2.5rem;
  position: relative;
  text-transform: uppercase;
  transition: 0.4s cubic-bezier(0.59, 0.29, 0.15, 0.93);
  -webkit-transition: 0.4s cubic-bezier(0.59, 0.29, 0.15, 0.93);
  -moz-transition: 0.4s cubic-bezier(0.59, 0.29, 0.15, 0.93);
  -ms-transition: 0.4s cubic-bezier(0.59, 0.29, 0.15, 0.93);
  -o-transition: 0.4s cubic-bezier(0.59, 0.29, 0.15, 0.93);
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  z-index: 10;
  color:#fff;
}
.btn-main i {
  line-height: 0;
  margin-left: 1rem;
  width: 2rem;
}
.btn-main:hover {
  background-color: var(--textColor);
  color: var(--mainColor);
  transition: 0.4s cubic-bezier(0.59, 0.29, 0.15, 0.93);
  -webkit-transition: 0.4s cubic-bezier(0.59, 0.29, 0.15, 0.93);
  -moz-transition: 0.4s cubic-bezier(0.59, 0.29, 0.15, 0.93);
  -ms-transition: 0.4s cubic-bezier(0.59, 0.29, 0.15, 0.93);
  -o-transition: 0.4s cubic-bezier(0.59, 0.29, 0.15, 0.93);
}
.btn-main:hover i svg * {
  fill: var(--mainColor);
}
.btn-main.--center {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
.btn-main.--bd:hover {
  border: 1px solid var(--mainColor);
}
@media screen and (max-width: 991px) {
  .btn-main {
    height: 4rem;
    padding: 0 1.8rem;
  }
}
@media (max-width: 399px) {
  .btn-main {
    font-size: 1.2rem;
    height: 3.7rem;
    padding: 0 1rem;
  }
}
.youtube-icon .cls-3 {
  fill: var(--textColor) !important;
}
.main-title {
  display: block;
  font-family: utmab;
  font-size: var(--body42-fs);
  line-height: normal;
  margin-bottom: 5rem;
  text-transform: uppercase;
}
@media screen and (max-width: 991px) {
  .main-title {
    margin-bottom: 3rem;
  }
}
.main-title.--center {
  text-align: center;
}
.title-text.--main {
  font-size: var(--body48-fs);
  line-height: 1.3;
  text-transform: uppercase;
}
@media (max-width: 399px) {
  .title-text.--main {
    line-height: 1.3;
  }
}
.title-text.--lv1 {
  font-size: var(--body30-fs);
  line-height: 1.2;
}
.title-text.--lv2 {
  font-family: utmab;
  font-size: var(--body16-fs);
}
.title-text.--uppercase {
  text-transform: uppercase;
}
.title-text.--bold {
  font-family: utmab;
}
@media screen and (max-width: 767px) {
  .title-text.--lv1,
  .title-text.--lv2 {
    line-height: 1.3;
  }
}
.btn-hamburger {
  --height-btn: 2.6rem;
  --width-btn: 4rem;
  --gap: 5px;
  --background: #fff;
  cursor: pointer;
  width: var(--width-btn);
}
.btn-hamburger span {
  background-color: var(--background);
  display: block;
  height: 3px;
  position: relative;
  transition: all 0.3s;
  width: 100%;
}
.btn-hamburger span + span {
  margin-top: var(--gap);
}
.btn-hamburger.active span:first-child,
.custom-dots
  .flickity-page-dots
  .btn-hamburger.dot.is-selected
  span:first-child,
.custom-dots .owl-dots .btn-hamburger.dot.is-selected span:first-child {
  -webkit-animation: top 0.7s ease forwards;
  animation: top 0.7s ease forwards;
}
.btn-hamburger.not-active span:first-child {
  -webkit-animation: top-2 0.7s ease forwards;
  animation: top-2 0.7s ease forwards;
}
.btn-hamburger.active span:nth-child(2),
.custom-dots
  .flickity-page-dots
  .btn-hamburger.dot.is-selected
  span:nth-child(2),
.custom-dots .owl-dots .btn-hamburger.dot.is-selected span:nth-child(2) {
  -webkit-animation: scaled 0.7s ease forwards;
  animation: scaled 0.7s ease forwards;
}
.btn-hamburger.not-active span:nth-child(2) {
  -webkit-animation: scaled-2 0.7s ease forwards;
  animation: scaled-2 0.7s ease forwards;
}
.btn-hamburger.active span:nth-child(3),
.custom-dots
  .flickity-page-dots
  .btn-hamburger.dot.is-selected
  span:nth-child(3),
.custom-dots .owl-dots .btn-hamburger.dot.is-selected span:nth-child(3) {
  -webkit-animation: bottom 0.7s ease forwards;
  animation: bottom 0.7s ease forwards;
}
.btn-hamburger.not-active span:nth-child(3) {
  -webkit-animation: bottom-2 0.7s ease forwards;
  animation: bottom-2 0.7s ease forwards;
}
@-webkit-keyframes top {
  0% {
    top: 0;
    transform: rotate(0);
  }
  50% {
    top: 8px;
    transform: rotate(0);
  }
  to {
    top: 8px;
    transform: rotate(45deg);
  }
}
@keyframes top {
  0% {
    top: 0;
    transform: rotate(0);
  }
  50% {
    top: 8px;
    transform: rotate(0);
  }
  to {
    top: 8px;
    transform: rotate(45deg);
  }
}
@-webkit-keyframes top-2 {
  0% {
    top: 8px;
    transform: rotate(45deg);
  }
  50% {
    top: 8px;
    transform: rotate(0deg);
  }
  to {
    top: 0;
    transform: rotate(0deg);
  }
}
@keyframes top-2 {
  0% {
    top: 8px;
    transform: rotate(45deg);
  }
  50% {
    top: 8px;
    transform: rotate(0deg);
  }
  to {
    top: 0;
    transform: rotate(0deg);
  }
}
@-webkit-keyframes bottom {
  0% {
    bottom: 0;
    transform: rotate(0);
  }
  50% {
    bottom: 8px;
    transform: rotate(0);
  }
  to {
    bottom: 8px;
    transform: rotate(135deg);
  }
}
@keyframes bottom {
  0% {
    bottom: 0;
    transform: rotate(0);
  }
  50% {
    bottom: 8px;
    transform: rotate(0);
  }
  to {
    bottom: 8px;
    transform: rotate(135deg);
  }
}
@-webkit-keyframes bottom-2 {
  0% {
    bottom: 8px;
    transform: rotate(135deg);
  }
  50% {
    bottom: 8px;
    transform: rotate(0);
  }
  to {
    bottom: 0;
    transform: rotate(0);
  }
}
@keyframes bottom-2 {
  0% {
    bottom: 8px;
    transform: rotate(135deg);
  }
  50% {
    bottom: 8px;
    transform: rotate(0);
  }
  to {
    bottom: 0;
    transform: rotate(0);
  }
}
@-webkit-keyframes scaled {
  50% {
    transform: scale(0);
  }
  to {
    transform: scale(0);
  }
}
@keyframes scaled {
  50% {
    transform: scale(0);
  }
  to {
    transform: scale(0);
  }
}
@-webkit-keyframes scaled-2 {
  0% {
    transform: scale(0);
  }
  50% {
    transform: scale(0);
  }
  to {
    transform: scale(1);
  }
}
@keyframes scaled-2 {
  0% {
    transform: scale(0);
  }
  50% {
    transform: scale(0);
  }
  to {
    transform: scale(1);
  }
}
.col-width-1 {
  width: 1%;
}
.col-width-2 {
  width: 2%;
}
.col-width-3 {
  width: 3%;
}
.col-width-4 {
  width: 4%;
}
.col-width-5 {
  width: 5%;
}
.col-width-6 {
  width: 6%;
}
.col-width-7 {
  width: 7%;
}
.col-width-8 {
  width: 8%;
}
.col-width-9 {
  width: 9%;
}
.col-width-10 {
  width: 10%;
}
.col-width-11 {
  width: 11%;
}
.col-width-12 {
  width: 12%;
}
.col-width-13 {
  width: 13%;
}
.col-width-14 {
  width: 14%;
}
.col-width-15 {
  width: 15%;
}
.col-width-16 {
  width: 16%;
}
.col-width-17 {
  width: 17%;
}
.col-width-18 {
  width: 18%;
}
.col-width-19 {
  width: 19%;
}
.col-width-20 {
  width: 20%;
}
.col-width-21 {
  width: 21%;
}
.col-width-22 {
  width: 22%;
}
.col-width-23 {
  width: 23%;
}
.col-width-24 {
  width: 24%;
}
.col-width-25 {
  width: 25%;
}
.col-width-26 {
  width: 26%;
}
.col-width-27 {
  width: 27%;
}
.col-width-28 {
  width: 28%;
}
.col-width-29 {
  width: 29%;
}
.col-width-30 {
  width: 30%;
}
.col-width-31 {
  width: 31%;
}
.col-width-32 {
  width: 32%;
}
.col-width-33 {
  width: 33%;
}
.col-width-34 {
  width: 34%;
}
.col-width-35 {
  width: 35%;
}
.col-width-36 {
  width: 36%;
}
.col-width-37 {
  width: 37%;
}
.col-width-38 {
  width: 38%;
}
.col-width-39 {
  width: 39%;
}
.col-width-40 {
  width: 40%;
}
.col-width-41 {
  width: 41%;
}
.col-width-42 {
  width: 42%;
}
.col-width-43 {
  width: 43%;
}
.col-width-44 {
  width: 44%;
}
.col-width-45 {
  width: 45%;
}
.col-width-46 {
  width: 46%;
}
.col-width-47 {
  width: 47%;
}
.col-width-48 {
  width: 48%;
}
.col-width-49 {
  width: 49%;
}
.col-width-50 {
  width: 50%;
}
.col-width-51 {
  width: 51%;
}
.col-width-52 {
  width: 52%;
}
.col-width-53 {
  width: 53%;
}
.col-width-54 {
  width: 54%;
}
.col-width-55 {
  width: 55%;
}
.col-width-56 {
  width: 56%;
}
.col-width-57 {
  width: 57%;
}
.col-width-58 {
  width: 58%;
}
.col-width-59 {
  width: 59%;
}
.col-width-60 {
  width: 60%;
}
.col-width-61 {
  width: 61%;
}
.col-width-62 {
  width: 62%;
}
.col-width-63 {
  width: 63%;
}
.col-width-64 {
  width: 64%;
}
.col-width-65 {
  width: 65%;
}
.col-width-66 {
  width: 66%;
}
.col-width-67 {
  width: 67%;
}
.col-width-68 {
  width: 68%;
}
.col-width-69 {
  width: 69%;
}
.col-width-70 {
  width: 70%;
}
.col-width-71 {
  width: 71%;
}
.col-width-72 {
  width: 72%;
}
.col-width-73 {
  width: 73%;
}
.col-width-74 {
  width: 74%;
}
.col-width-75 {
  width: 75%;
}
.col-width-76 {
  width: 76%;
}
.col-width-77 {
  width: 77%;
}
.col-width-78 {
  width: 78%;
}
.col-width-79 {
  width: 79%;
}
.col-width-80 {
  width: 80%;
}
.col-width-81 {
  width: 81%;
}
.col-width-82 {
  width: 82%;
}
.col-width-83 {
  width: 83%;
}
.col-width-84 {
  width: 84%;
}
.col-width-85 {
  width: 85%;
}
.col-width-86 {
  width: 86%;
}
.col-width-87 {
  width: 87%;
}
.col-width-88 {
  width: 88%;
}
.col-width-89 {
  width: 89%;
}
.col-width-90 {
  width: 90%;
}
.col-width-91 {
  width: 91%;
}
.col-width-92 {
  width: 92%;
}
.col-width-93 {
  width: 93%;
}
.col-width-94 {
  width: 94%;
}
.col-width-95 {
  width: 95%;
}
.col-width-96 {
  width: 96%;
}
.col-width-97 {
  width: 97%;
}
.col-width-98 {
  width: 98%;
}
.col-width-99 {
  width: 99%;
}
.col-width-100 {
  width: 100%;
}
.col-1 {
  width: 8.3333333333%;
}
.col-2 {
  width: 16.6666666667%;
}
.col-3,
.factories-page .headline-section .img,
.franchise-detail .content-section .content-sub,
.franchise-home .hero-slider__text,
.ingredient-page .headline-section .img,
.news-detail-page .headline-section .outer .post-info:last-child,
.news-page .news-section .mini-news {
  width: 25%;
}
.col-4,
.factories-page .intro-section .bag-outer .badge .number,
.franchise-home .about-section .company-info,
.franchise-home .about-section .content,
.ingredient-page .intro-section .bag-outer .badge .number {
  width: 33.3333333333%;
}
.col-5,
.highlight-project-page .project-card__content {
  width: 41.6666666667%;
}
.col-6 {
  width: 50%;
}
.col-7,
.highlight-project-page .project-card__image {
  width: 58.3333333333%;
}
.about-slider.--horizontal-slide .inner,
.col-8,
.news-detail-page .headline-section .outer .post-info:first-child,
.news-page .news-section .news-list-vertical {
  width: 66.6666666667%;
}
.about-slider__content,
.col-9,
.franchise-detail .content-section .content-main {
  width: 75%;
}
@media screen and (max-width: 991px) {
  .lg-only {
    display: none !important;
  }
}
@media (min-width: 768px) {
  .mb-only {
    display: none !important;
  }
}
.logo {
  flex-shrink: 0;
}
.logo img {
  display: none;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  width: 100%;
}
.logo img.--black-bd {
  display: block;
}
@media (max-width: 576px) {
  .logo {
    width: 15rem;
  }
}
@media (max-width: 400px) {
  .logo {
    width: 13rem;
  }
}
.main-slider {
  height: calc(100vh - var(--height-header));
  max-height: 1000px;
}
@media screen and (max-width: 991px) {
  .main-slider {
    height: 50rem;
  }
}
.main-slider .flickity-viewport {
  height: 100% !important;
}
.main-slider .slider__item {
  height: 100%;
  opacity: 0 !important;
  overflow: hidden;
  pointer-events: none;
  position: relative;
  transition: opacity 1s ease !important;
  width: 100%;
}
.main-slider .slider__item img {
  left: 50%;
  max-width: none;
  min-height: 100%;
  min-width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
}
.main-slider .slider__item:before {
  background-color: #0a0a0a;
  content: "";
  height: 100%;
  left: 0;
  opacity: 0.2;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
}
.main-slider .slider__item.is-selected {
  opacity: 1 !important;
  pointer-events: auto;
}
.main-slider .slider__item.is-selected .slider__content-headline {
  opacity: 1;
  transform: translateY(0);
  transition: all 0.6s;
  transition-delay: 0.4s;
}
.main-slider .slider__item.is-selected .slider__content-description {
  opacity: 1;
  transform: translateY(0);
  transition: all 0.6s;
  transition-delay: 0.6s;
  will-change: opacity, transform;
}
.main-slider .slider__item.is-selected .slider__content-btn {
  opacity: 1;
  transform: translateY(0);
  transition: all 0.6s;
  transition-delay: 0.8s;
  will-change: opacity, transform;
}
.main-slider .slider__content {
  color: #fff;
  left: 50%;
  position: absolute;
  text-align: center;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  width: 90%;
  z-index: 2;
}
@media (min-width: 1200px) {
  .main-slider .slider__content {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
  }
}
.main-slider .slider__content-headline {
  font-family: utmab;
  font-size: var(--body72-fs);
  line-height: 1.25;
  text-transform: uppercase;
}
.main-slider .slider__content-description,
.main-slider .slider__content-headline {
  opacity: 0;
  transform: translateY(4rem);
  transition: all 0.6s;
  will-change: opacity, transform;
}
.main-slider .slider__content-description {
  line-height: 2.4rem;
  margin: 3rem auto 0;
  max-width: 62rem;
}
@media screen and (max-width: 767px) {
  .main-slider .slider__content-description {
    margin-top: 2rem;
  }
}
.main-slider .slider__content-btn {
  margin: 3.5rem auto 0;
  opacity: 0;
  transform: translateY(4rem);
  transition: all 0.6s;
  will-change: opacity, transform;
}
@media screen and (max-width: 767px) {
  .main-slider .slider__content-btn {
    margin-top: 2rem;
  }
}
.custom-dots .flickity-page-dots,
.custom-dots .owl-dots {
  bottom: 3.8rem;
  left: 50%;
  position: absolute;
  text-align: center;
  transform: translateX(-50%);
  width: 100%;
  z-index: 2;
}
.custom-dots .flickity-page-dots .dot,
.custom-dots .flickity-page-dots .dot.is-selected,
.custom-dots .flickity-page-dots .owl-dot,
.custom-dots .owl-dots .dot,
.custom-dots .owl-dots .dot.is-selected,
.custom-dots .owl-dots .owl-dot {
  color: #fff;
  font-family: utmab;
  font-size: 1.2rem;
  height: auto;
  line-height: 1;
  margin-right: 5px;
  min-width: 10px;
  position: relative;
  text-align: left;
  transition: all 0.5s;
  width: auto;
}
.custom-dots .flickity-page-dots .dot.is-selected span,
.custom-dots .flickity-page-dots .dot span,
.custom-dots .flickity-page-dots .owl-dot span,
.custom-dots .owl-dots .dot.is-selected span,
.custom-dots .owl-dots .dot span,
.custom-dots .owl-dots .owl-dot span {
  display: block;
  margin-bottom: 0.8rem;
}
.custom-dots .flickity-page-dots .dot.is-selected:after,
.custom-dots .flickity-page-dots .dot:after,
.custom-dots .flickity-page-dots .owl-dot:after,
.custom-dots .owl-dots .dot.is-selected:after,
.custom-dots .owl-dots .dot:after,
.custom-dots .owl-dots .owl-dot:after {
  background-color: currentColor;
  bottom: 0;
  content: "";
  height: 3px;
  left: 0;
  position: absolute;
  width: 100%;
}
.custom-dots .flickity-page-dots .dot.is-selected,
.custom-dots .flickity-page-dots .owl-dot.active,
.custom-dots .owl-dots .dot.is-selected,
.custom-dots .owl-dots .owl-dot.active {
  color: var(--mainColor);
  min-width: 170px;
  transition: all 0.5s;
}
@media screen and (max-width: 1199px) {
  .custom-dots .flickity-page-dots .dot.is-selected,
  .custom-dots .flickity-page-dots .owl-dot.active,
  .custom-dots .owl-dots .dot.is-selected,
  .custom-dots .owl-dots .owl-dot.active {
    min-width: 100px;
  }
}
@media screen and (max-width: 767px) {
  .custom-dots .flickity-page-dots .dot.is-selected,
  .custom-dots .flickity-page-dots .owl-dot.active,
  .custom-dots .owl-dots .dot.is-selected,
  .custom-dots .owl-dots .owl-dot.active {
    min-width: 50px;
  }
}
.background-overlay {
  background-position: 50%;
  background-size: cover;
}
.background-overlay:after {
      background-color: #de7835;
  content: "";
  height: 100%;
  left: 0;
  opacity: 0.95;
  pointer-events: none;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 0;
}
.background-overlay * {
  position: relative;
  z-index: 1;
}
.news-list-horizontal .news-item__content .heading,
.news-list-vertical .news-item__content .heading,
.post-title {
  font-family: utmab;
  font-size: var(--body16-fs);
  line-height: 1.3;
  text-align: left;
  text-transform: uppercase;
}
.news-list-horizontal .news-item__content .heading a,
.news-list-vertical .news-item__content .heading a,
.post-title a {
  transition: all 0.4s;
}
.news-container .news-item__content .information,
.news-list-horizontal .news-item__content .information,
.news-list-vertical .news-item__content .information,
.post-infomation {
  color: #999;
  margin: 2rem 0;
  min-width: 7rem;
}
.news-container .news-item__content .information .category,
.news-list-horizontal .news-item__content .information .category,
.news-list-vertical .news-item__content .information .category,
.post-infomation .category {
  color: #999;
  font-family: utmab;
  position: relative;
  text-transform: uppercase;
}
.news-container .news-item__content .information .category:before,
.news-list-horizontal .news-item__content .information .category:before,
.news-list-vertical .news-item__content .information .category:before,
.post-infomation .category:before {
  content: "|";
  display: inline-block;
  font-family: utma;
  margin-left: -1px;
  margin-right: 4px;
}
.news-item__img {
  overflow: hidden;
  position: relative;
}
.news-item__img img {
  width: 100%;
  transition:all .5s;
}
.news-item:hover .news-item__img img{
    transform:scale(1.1);
}
.news-item:hover .news-item__content .heading,
.news-item:hover .news-item__content a {
  color: var(--mainColor);
  transition: all 0.4s;
}
.news-container .tab-list {
  margin:0 auto;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}
@media screen and (max-width: 767px) {
  .news-container .tab-list {
    margin: 0 auto;
  }
}
.news-container .tab-inner {
  margin-bottom: 5rem;
  max-width: 100%;
  overflow-x: auto;
  padding-bottom: 5px;
}
.news-container .tab-inner::-webkit-scrollbar {
  width: auto;
}
.news-container .tab-inner::-webkit-scrollbar-track {
  background: #eee;
}
.news-container .tab-inner::-webkit-scrollbar-thumb {
  background: #ddd;
  border-radius: 20px;
}
.news-container .tab-inner::-webkit-scrollbar {
  height: 4px;
}
@media screen and (max-width: 767px) {
  .news-container .tab-inner {
    margin: 0;
    padding-bottom: 2.5rem;
  }
}
.news-container .tab-item {
  cursor: pointer;
  display: inline-block;
  font-family: utmab;
  font-size: var(--body12-fs);
  min-width: -webkit-max-content;
  min-width: -moz-max-content;
  min-width: max-content;
  padding: 0 2rem;
  position: relative;
  text-transform: uppercase;
  transition: all 0.4s;
}
.news-container .tab-item:last-child {
  padding-right: 0;
}
.news-container .tab-item:first-child {
  padding-left: 0;
}
@media screen and (max-width: 767px) {
  .news-container .tab-item {
    padding: 0 1.5rem;
  }
}
.news-container .tab-item a {
  color: var(--textColor);
  transition: all 0.4s;
}
.custom-dots .flickity-page-dots .news-container .tab-item.dot.is-selected a,
.custom-dots .owl-dots .news-container .tab-item.dot.is-selected a,
.news-container .custom-dots .flickity-page-dots .tab-item.dot.is-selected a,
.news-container .custom-dots .owl-dots .tab-item.dot.is-selected a,
.news-container .tab-item.active a,
.news-container .tab-item:hover a {
  color: var(--mainColor);
  transition: all 0.4s;
}
.news-container .tab-item:not(:last-child):after {
  background-color: var(--textColor);
  content: "";
  display: block;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  width: 1px;
}
.news-container .news-list {
  display: flex;
  gap: 30px;
}
.news-container .news-list__left {
  flex: 1;
}
.news-container .news-list__left .news-list-horizontal {
  --post-cols: 1;
}
.news-container .news-list__left .news-list-horizontal .news-item {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .news-container
    .news-list__left
    .news-list-horizontal
    .news-item
    .information {
    font-size: var(--body14-fs);
    margin: 18px 0;
  }
}
.news-container .news-list__left .news-list-horizontal .news-item .content {
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  display: block;
  display: -webkit-inline-box;
  overflow: hidden;
  text-overflow: ellipsis;
}
.news-container .news-list__right {
  flex: 1;
}
.news-container .news-list__right .news-list-horizontal {
  --post-cols: 2;
}
.news-container .news-list__right .news-list-horizontal .news-item {
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .news-container .news-list__right .news-list-horizontal {
    --post-cols: 1;
  }
  .news-container .news-list__right .news-list-horizontal .news-item .content {
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    display: block;
    display: -webkit-inline-box;
    overflow: hidden;
    text-overflow: ellipsis;
  }
}
@media screen and (max-width: 991px) {
  .news-container .news-list {
    display: block;
  }
  .news-container .news-list .news-list__left .news-list-horizontal .news-item,
  .news-container
    .news-list
    .news-list__right
    .news-list-horizontal
    .news-item {
    margin-bottom: 15px;
  }
}
.news-container .news-item {
  --border: 1px solid #b5b5b5;
}
.news-container .news-item__img {
  display: block;
  overflow: hidden;
  position: relative;
}
.news-container .news-item__img img {
  height: 100%;
  left: 50%;
  max-width: none;
  min-height: 100%;
  min-width: 100%;
  width: 100%;
}
.news-container .news-item__content {
  padding: 2rem 0;
}
.news-container .news-item__content .heading {
  font-family: utmab;
  line-height: 1.3;
  text-align: left;
  text-transform: uppercase;
}
.news-container .news-item__content .heading a {
  transition: all 0.4s;
}
.news-container .news-item__content .content {
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  display: -webkit-inline-box;
  overflow: hidden;
  text-overflow: ellipsis;
}
.news-container .btn-main {
  margin-top: 5.5rem;
}
.news-list-down .news-item {
  border-top: 1px solid #b5b5b5;
}
.news-list-down .news-item__content {
  display: flex;
  flex-direction: row-reverse;
  justify-content: flex-end;
  padding: 18px 13px;
}
.news-list-down .news-item__content .information {
  color: var(--textColor);
  margin: 0 28px 0 0;
  min-width: 80px;
}
@media screen and (max-width: 991px) {
  .news-list-down .news-item__content {
    gap: 20px;
    padding: 12px 8px;
  }
}
.news-list-down .news-item:last-child {
  border-bottom: 1px solid #b5b5b5;
}
.news-list-horizontal {
  --post-gap: 3rem;
  --post-cols: 3;
  display: flex;
  flex-wrap: wrap;
  margin-left: calc(var(--post-gap) * -1);
}
.news-list-horizontal .news-item {
  display: flex;
  flex-direction: column;
  margin-bottom: var(--post-gap);
  margin-left: var(--post-gap);
  width: calc(100% / var(--post-cols) - var(--post-gap));
}
.news-list-horizontal .news-item__content {
  display: flex;
  flex: 1;
  flex-direction: column;
  justify-content: space-between;
  padding: 2rem 0;
}
.news-list-horizontal .news-item__content .information {
  font-size: 12px;
  margin-bottom: 0;
  margin-top: 1rem;
}
.news-list-horizontal .news-item__content .content {
  display: none;
}
@media screen and (max-width: 991px) {
  .news-list-horizontal {
    --post-cols: 2;
    --post-gap: 2rem;
  }
}
@media screen and (max-width: 767px) {
  .news-list-horizontal {
    --post-gap: 1.5rem;
  }
}
@media (max-width: 399px) {
  .news-list-horizontal {
    --post-cols: 1;
  }
}
.news-list-vertical {
  padding-top: 1rem;
}
.news-list-vertical .news-item {
  --img-size: 26.3rem;
  align-items: stretch;
  border-bottom: 1px solid #b5b5b5;
  display: flex;
  gap: 3.3rem;
  padding: 2rem 0;
}
.news-list-vertical .news-item__img {
  flex-shrink: 0;
  height: var(--img-size);
  padding-bottom: 0;
  width: var(--img-size);
}
.news-list-vertical .news-item__img img {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .news-list-vertical .news-item__img {
    height: auto;
    padding-bottom: 62.5%;
    width: 100%;
  }
}
.news-list-vertical .news-item__content {
  flex: 1;
}
.news-list-vertical .news-item__content .information {
  margin: 1.5rem 0;
}
.news-list-vertical .news-item__content .content {
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  display: -webkit-inline-box;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media screen and (max-width: 991px) {
  .news-list-vertical .news-item {
    --img-size: 20rem;
  }
}
@media screen and (max-width: 767px) {
  .news-list-vertical .news-item {
    --img-size: 15rem;
    align-items: flex-start;
    flex-direction: column;
    gap: 1.5rem;
  }
  .news-list-vertical .news-item__content .information {
    margin: 1rem 0;
  }
  .news-list-vertical .news-item__content .content {
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    display: -webkit-inline-box;
    overflow: hidden;
    text-overflow: ellipsis;
  }
}
.contentdetail {
  font-size: var(--body16-fs);
  line-height: var(--body16-lh);
}
.contentdetail h1,
.contentdetail h2,
.contentdetail h3,
.contentdetail h4,
.contentdetail h5,
.contentdetail h6 {
  display: block;
  font-family: utma;
}
.contentdetail h1 {
  font-size: var(--h1-fs);
  line-height: var(--h1-lh);
  margin: 0 0 0.67rem;
}
.contentdetail h2 {
  font-size: var(--h2-fs);
  line-height: var(--h2-lh);
  margin: 0 0 0.75rem;
}
.contentdetail h3 {
  font-size: var(--h3-fs);
  line-height: var(--h3-lh);
  margin: 0 0 0.83rem;
}
.contentdetail h4 {
  font-size: var(--h4-fs);
  line-height: var(--h4-lh);
  margin: 0 0 1.12rem;
}
.contentdetail h5 {
  font-size: var(--h5-fs);
  line-height: var(--h5-lh);
  margin: 0 0 1.5rem;
}
.contentdetail h6 {
  font-size: 0.67rem;
  margin: 0 0 1.67rem;
}
.contentdetail p {
  margin: 0 0 1.12rem;
}
.contentdetail strong {
  font-family: utmab;
}
.contentdetail a {
  color: var(--mainColor);
  transition: 0.4s;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
}
.contentdetail a:hover {
  opacity: 0.6;
}
.contentdetail ol,
.contentdetail ul {
  list-style: initial;
  padding-left: 18px;
}
.contentdetail img {
  height: auto;
  margin: 45px auto;
  overflow: hidden;
}
.contentdetail .img em {
  display: table;
  font-size: var(--body16-fs);
  font-style: italic;
  line-height: var(--body16-lh);
  margin: -35px auto 50px;
  text-align: center;
}
.contentdetail .video {
  height: 0;
  margin: 25px auto;
  padding-bottom: 56.25%;
  position: relative;
  width: 100%;
}
.contentdetail .video iframe,
.contentdetail .video video {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.contentdetail video {
  max-width: 100%;
}
.contentdetail .thumbnail img {
  margin-top: 0;
}
@media screen and (max-width: 991px) {
  .contentdetail img {
    margin: 25px auto;
  }
  .contentdetail .img em {
    display: table;
    font-size: var(--body16-fs);
    font-style: italic;
    line-height: var(--body16-lh);
    margin: -15px auto 25px;
    text-align: center;
  }
}
.request-popup {
  background-image: url(/img/homepage-mo-hinh-nhuong-quyen-3.jpg);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  bottom: 0;
  left: 0;
  opacity: 0;
  overflow: auto;
  pointer-events: none;
  position: fixed;
  right: 0;
  top: 0;
  transition: all 0.4s;
  z-index: 1000;
}
.request-popup.show {
  opacity: 1;
  pointer-events: auto;
  transition: all 0.4s;
}
.request-popup:before {
  background-color: var(--textColor);
  bottom: 0;
  content: "";
  height: 100%;
  left: 0;
  opacity: 0.95;
  pointer-events: none;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1;
}
.request-popup .request-header {
  display: flex;
  justify-content: flex-end;
  padding: 3.5rem 0 2.5rem;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}
.request-popup .request-header .cancel-btn {
  cursor: pointer;
  height: 3rem;
  width: 3rem;
}
.request-popup .request-header .cancel-btn svg {
  fill: #fff;
}
@media (min-height: 750px) {
  .request-popup {
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: center;
  }
}
.request-wrapper {
  color: #fff;
  display: flex;
  justify-content: space-between;
}
.request-img img {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
}
.request-img .description {
  display: flex;
  justify-content: space-between;
  margin-top: 0.5rem;
  width: 100%;
}
.request-content > p {
  margin-bottom: 5px;
}
@media screen and (max-width: 991px) {
  .request-content {
    width: 100%;
  }
}
.request-content [class^="step"].hidden {
  display: none;
}
.request-content [class^="step"] .content {
  line-height: 1.5;
  margin: 0 auto;
  max-width: 50rem;
  padding-top: 10rem;
}
.request-content [class^="step"] .content .btn-main {
  margin-top: 8rem;
}
.request-content .main-title {
  margin-bottom: 2rem;
}
.request-content p {
  text-align: center;
}
.request-content .contact-form {
  margin: 0 auto;
  max-width: 66rem;
}
.request-content .contact-form input,
.request-content .contact-form textarea{
  margin-bottom: 0.8rem;
  width: 100%;
}
.request-content .modal {
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.request-content .modal p {
  margin: 2rem 0;
}
.request-content .modal .form-row {
  align-items: baseline;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  max-width: 80%;
}
.request-content .modal .form-row .radio-group {
  margin-bottom: 2rem;
  width: 50%;
}
@media screen and (max-width: 991px) {
  .request-content .modal .form-row .radio-group {
    width: 100%;
  }
}
.request-content .modal .form-row .radio-group input {
  width: auto;
}
.request-content .modal .form-row .radio-group .text {
  display: block;
  padding: 0 15px 0 10px;
}
.request-content .modal .form-row .checkmark {
  top: 5px;
  transform: none;
}
.request-content .btn-main {
  border: 1px solid var(--mainColor);
  margin-top: 15px;
}
.request-content .error-message {
  color: #dc3545;
  margin-top: 1.2rem;
  opacity: 0;
  text-align: left;
  transition: all 0.4s;
}
.request-content .error-message.show {
  opacity: 1;
  transition: all 0.4s;
}
#formContactHeader .modal .form-row {
  max-width: 100%;
}
#formContactSection {
  max-width: 85%;
}
@media screen and (max-width: 991px) {
  #formContactSection {
    max-width: 100%;
  }
}
#formContactSection .form-group {
  margin: 0 auto;
  max-width: 65%;
}
@media screen and (max-width: 991px) {
  #formContactSection .form-group {
    max-width: 100%;
  }
}
.collab-section .request-wrapper {
  justify-content: center;
  padding-bottom: 0;
}
.collab-section .request-wrapper input,
.collab-section .request-wrapper textarea{
  background-color: #484848;
  color: #fff;
}
.collab-section .request-wrapper input:focus,
.collab-section .request-wrapper textarea:focus{
  outline: none;
}
.collab-section .request-wrapper :-ms-input-placeholder {
  color: #fff;
}
.collab-section .request-wrapper ::-moz-placeholder {
  color: #fff;
}
.collab-section .request-wrapper ::placeholder {
  color: #fff;
}
.collab-section.background-overlay:after {
  background-color: #3b3b3b;
  opacity: 0.97;
  z-index: -1;
}
.modal-container {
  --column: 2;
  --modal-gap: 3rem;
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media screen and (max-width: 991px) {
  .modal-container {
    --column: 1;
    --modal-gap: 1.5rem;
    justify-content: center;
  }
}
.modal-item {
  --heightHeadline: 8rem;
  --heightItem: 33.5rem;
  border-radius: 1.5rem;
  height: var(--heightItem);
  margin-bottom: var(--modal-gap);
  overflow: hidden;
  position: relative;
  width: calc(100% / var(--column) - var(--modal-gap) / 2);
}
.modal-item__img {
  height: 100%;
  position: relative;
  width: 100%;
}
.modal-item__img img {
  height: 100%;
  max-width: none;
  min-height: 100%;
  min-width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
}
.franchise-home .category-section .modal-container .modal-item__icon,
.modal-item__content,
.modal-item__img img {
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
}
.franchise-home .category-section .modal-container .modal-item__icon,
.modal-item__content {
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  color: #fff;
  display: -webkit-inline-box;
  line-height: 2.4rem;
  opacity: 0;
  overflow: hidden;
  pointer-events: none;
  text-align: center;
  text-overflow: ellipsis;
  text-transform: uppercase;
  transform: translate(-50%, 50%);
  -webkit-transform: translate(-50%, 50%);
  -moz-transform: translate(-50%, 50%);
  -ms-transform: translate(-50%, 50%);
  -o-transform: translate(-50%, 50%);
  transition: all 0.6s;
  width: 70%;
  will-change: transform;
  z-index: 2;
}
.modal-item__headline {
  align-items: center;
  background-color: rgba(49, 47, 47, 0.95);
  bottom: 0;
  color: #fff;
  display: flex;
  height: var(--heightHeadline);
  justify-content: center;
  left: 0;
  line-height: 1;
  padding: 12px 0;
  position: absolute;
  text-align: center;
  transition: all 0.4s;
  width: 100%;
  z-index: 2;
}
.modal-item__headline .headline {
  text-transform: uppercase;
}
.modal-item__headline .headline:after {
  color: currentColor;
  content: attr(data-modal);
  display: block;
  font-family: utma;
  font-size: var(--h2-fs);
  margin-top: 0.5rem;
  text-transform: uppercase;
  transition: all 0.4s;
}
.modal-item:after {
  background-color: hsla(0, 0%, 4%, 0.7);
  content: "";
  height: 100%;
  left: 0;
  opacity: 0;
  pointer-events: none;
  position: absolute;
  top: 0;
  transition: all 0.3s;
  width: 100%;
  z-index: 1;
}
.modal-item:hover:after {
  content: "";
  opacity: 1;
  pointer-events: auto;
  transition: all 0.3s;
}
.franchise-home
  .category-section
  .modal-container
  .modal-item:hover
  .modal-item__icon,
.modal-item:hover
  .franchise-home
  .category-section
  .modal-container
  .modal-item__icon,
.modal-item:hover .modal-item__content {
  opacity: 1;
  pointer-events: auto;
  transform: translate(-50%, calc(-50% - var(--heightHeadline) / 2 - 12px));
  -webkit-transform: translate(
    -50%,
    calc(-50% - var(--heightHeadline) / 2 - 12px)
  );
  -moz-transform: translate(
    -50%,
    calc(-50% - var(--heightHeadline) / 2 - 12px)
  );
  -ms-transform: translate(-50%, calc(-50% - var(--heightHeadline) / 2 - 12px));
  -o-transform: translate(-50%, calc(-50% - var(--heightHeadline) / 2 - 12px));
  transition: all 0.3s;
}
.modal-item:hover .modal-item__headline {
  background-color: var(--mainColor);
  transition: all 0.4s;
}
@media screen and (max-width: 1199px) {
  .modal-item {
    --heightItem: 30rem;
    --heightHeadline: 7rem;
  }
  .modal-item__headline h3:after {
    font-size: 2.7rem;
  }
}
.company-info-section {
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}
.company-info-section .company {
  align-items: center;
  display: flex;
  justify-content: space-evenly;
}
.company-info-section .company-info {
  font-family: utmab;
  text-align: center;
}
.company-info-section .company-info .heading {
  color: var(--mainColor);
  line-height: 1;
}
.company-info-section .company-info p {
  color: #fff;
  font-size: var(--body16-fs);
  margin-top: 0.8rem;
  text-transform: uppercase;
}
@media screen and (max-width: 767px) {
  .company-info-section .company-info p {
    font-size: var(--body12-fs);
    margin-top: 1rem;
  }
  .company-info-section .company-info p br {
    display: none;
  }
  .company-info-section .company {
    justify-content: space-between;
  }
}
.btn-arrow {
  --btn-size: 3.5rem;
  background-image: url(/img/slider-arrow.svg);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  cursor: pointer;
  height: var(--btn-size);
  width: var(--btn-size);
}
.btn-arrow.--prev {
  transform: rotate(180deg);
}
.breadcrumbs {
  align-items: center;
  display: flex;
}
.breadcrumbs-item {
  align-items: center;
  display: inline-flex;
}
.breadcrumbs-item a {
  color: #a7a7a7;
  padding: 1.1rem 0.5rem;
}
.breadcrumbs-item.active a,
.custom-dots .flickity-page-dots .breadcrumbs-item.dot.is-selected a,
.custom-dots .owl-dots .breadcrumbs-item.dot.is-selected a {
  color: #0a0a0a;
}
.breadcrumbs-item.--main a {
  color: var(--mainColor);
  font-family: utmab;
}
.breadcrumbs-item:first-child {
  padding-left: 0;
}
.breadcrumbs-item:not(:last-child):after {
  background-image: url(/img/icon-dropdown.svg);
  content: "";
  display: block;
  filter: invert(1);
  height: 10px;
  pointer-events: none;
  position: relative;
  top: 2px;
  transform: rotate(-90deg);
  width: 10px;
}
@media (max-width: 399px) {
  .breadcrumbs-item {
    font-size: 1.2rem;
    padding: 0;
  }
  .breadcrumbs-item:not(:last-child):after {
    margin-left: 0;
  }
}
@media screen and (max-width: 767px) {
  .breadcrumbs {
    display: none;
  }
}
.hero-banner {
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  height: 24rem;
  position: relative;
}
.hero-banner .container {
  align-items: center;
  display: flex;
  height: 100%;
  justify-content: center;
}
.hero-banner.background-overlay:after {
  opacity: 0.5;
}
.hero-banner .page-title {
  font-size: var(--body72-fs);
  line-height: 1.2;
  text-align: center;
  text-transform: uppercase;
}
.hero-banner .mouse-wrapper {
  bottom: 40px;
  font-family: utmab;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
}
.hero-banner .mouse-wrapper .icon {
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.hero-banner .mouse-wrapper .icon:after {
  color: #fff;
  content: attr(data-mouse-content);
  display: block;
  margin-top: 8px;
}
.hero-banner .mouse-wrapper .icon svg {
  width: 35px;
}
.hero-banner .mouse-wrapper .icon svg .cls-1 {
  fill: #fff0;
}
.hero-banner .mouse-wrapper .icon svg .cls-2 {
  -webkit-animation: toBottom 1.4s ease 0.3s infinite;
  animation: toBottom 1.4s ease 0.3s infinite;
  position: relative;
}
@media screen and (max-width: 767px) {
  .hero-banner .mouse-wrapper .icon svg {
    width: 25px;
  }
}
@-webkit-keyframes toBottom {
  0% {
    transform: translate(-443.62px, -228.3px);
  }
  to {
    transform: translate(-443.62px, -160px);
  }
}
@keyframes toBottom {
  0% {
    transform: translate(-443.62px, -228.3px);
  }
  to {
    transform: translate(-443.62px, -160px);
  }
}
@media screen and (max-width: 991px) {
  .hero-banner .mouse-wrapper {
    display: none;
  }
}
.headline-section {
  --bg-cl: #f6f6f6;
  --pd-section: 4.5rem;
  background-color: var(--bg-cl);
}
.headline-section .breadcrumbs {
  margin-bottom: calc(var(--pd-section) - 2rem);
}
@media (max-width: 1344px) {
  .headline-section .coffee-tree {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .headline-section .title-text br {
    display: none;
  }
}
.mini-news {
  background-color: #f4f3f2;
  margin-top: 3rem;
  padding: 1.7rem 2.2rem;
}
.mini-news .new-headline {
  font-family: utmab;
  font-size: 1.8rem;
  line-height: 1.2;
}
.mini-news .new-item {
  align-items: flex-start;
  display: flex;
  padding: 2rem 0;
}
.mini-news .new-item:not(:last-child) {
  border-bottom: 1px solid #a7a7a7;
}
.mini-news .new-item:hover .new-content {
  color: var(--mainColor);
  transition: all 0.4s;
}
.mini-news .new-img {
  --img-size: 9.6rem;
  flex-shrink: 0;
  margin-right: 1rem;
  overflow: hidden;
  position: relative;
  width: var(--img-size);
}
.mini-news .new-content {
  font-family: utmab;
  font-size: var(--body12-fs);
  line-height: 1.3;
}
@media screen and (max-width: 991px) {
  .mini-news {
    margin: 0;
  }
}
@media screen and (max-width: 767px) {
  .mini-news {
    display: none;
  }
}
.pagination {
  --item-size: 3rem;
  align-items: center;
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .pagination {
    position: relative;
    width: 100%;
  }
}
.pagination .paginate {
  display: flex;
}
.pagination .paging .page-link,
.pagination__item {
  align-items: center;
  display: flex;
  font-family: utmab;
  height: var(--item-size);
  justify-content: center;
  transition: all 0.4s;
  width: var(--item-size);
}
.pagination .paging .page-link:hover,
.pagination__item:hover {
  color: var(--mainColor);
  transition: all 0.4s;
}
.custom-dots .flickity-page-dots .pagination .paging .dot.is-selected.page-link,
.custom-dots .flickity-page-dots .pagination__item.dot.is-selected,
.custom-dots .owl-dots .pagination .paging .dot.is-selected.page-link,
.custom-dots .owl-dots .pagination__item.dot.is-selected,
.pagination .paging .active.page-link,
.pagination .paging .custom-dots .flickity-page-dots .dot.is-selected.page-link,
.pagination .paging .custom-dots .owl-dots .dot.is-selected.page-link,
.pagination__item.active {
  color: #0a0a0a;
  position: relative;
}
.custom-dots
  .flickity-page-dots
  .pagination
  .paging
  .dot.is-selected.page-link:after,
.custom-dots .flickity-page-dots .pagination__item.dot.is-selected:after,
.custom-dots .owl-dots .pagination .paging .dot.is-selected.page-link:after,
.custom-dots .owl-dots .pagination__item.dot.is-selected:after,
.pagination .paging .active.page-link:after,
.pagination
  .paging
  .custom-dots
  .flickity-page-dots
  .dot.is-selected.page-link:after,
.pagination .paging .custom-dots .owl-dots .dot.is-selected.page-link:after,
.pagination__item.active:after {
  background-color: var(--mainColor);
  border-radius: 50%;
  content: "";
  height: 100%;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  width: 100%;
  z-index: -1;
}
.pagination.--center {
  margin: 0 auto;
}
.pagination .paging {
  display: flex;
  gap: 1rem;
}
.custom-dots
  .flickity-page-dots
  .pagination
  .paging
  .page-item.dot.is-selected
  .page-link,
.custom-dots
  .owl-dots
  .pagination
  .paging
  .page-item.dot.is-selected
  .page-link,
.pagination
  .paging
  .custom-dots
  .flickity-page-dots
  .page-item.dot.is-selected
  .page-link,
.pagination
  .paging
  .custom-dots
  .owl-dots
  .page-item.dot.is-selected
  .page-link,
.pagination .paging .page-item.active .page-link {
  color: #0a0a0a;
  position: relative;
}
.custom-dots
  .flickity-page-dots
  .pagination
  .paging
  .page-item.dot.is-selected
  .page-link:after,
.custom-dots
  .owl-dots
  .pagination
  .paging
  .page-item.dot.is-selected
  .page-link:after,
.pagination
  .paging
  .custom-dots
  .flickity-page-dots
  .page-item.dot.is-selected
  .page-link:after,
.pagination
  .paging
  .custom-dots
  .owl-dots
  .page-item.dot.is-selected
  .page-link:after,
.pagination .paging .page-item.active .page-link:after {
  background-color: var(--mainColor);
  border-radius: 50%;
  content: "";
  height: 100%;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  width: 100%;
  z-index: -1;
}
.pagination .paging .page-item.--next,
.pagination .paging .page-item.--prev {
  background-image: url(/img/slider-arrow.svg);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 80%;
}
.pagination .paging .page-item.--prev {
  transform: rotate(-180deg);
}
.pagination .paging .page-item.disabled {
  opacity: 0.3;
}
.pagination .paging .page-link svg {
  display: none;
}
@media screen and (max-width: 991px) {
  .pagination {
    --item-size: 2.5rem;
  }
  .pagination .btn-arrow {
    --btn-size: 2rem;
  }
}
.more-section .modal-container {
  margin-top: 6rem;
}
.more-section .modal-container .modal-item {
  --heightItem: 44rem;
}
.more-section .modal-container .modal-item__headline {
  --heightHeadline: 7rem;
  background-color: var(--mainColor);
  color: var(--textColor);
  font-family: utmab;
  font-size: var(--body18-fs);
}
.more-section .modal-container .modal-item__img img {
  transition: all 0.4s ease-out;
}
@media screen and (max-width: 1199px) {
  .more-section .modal-container .modal-item {
    --heightItem: 40rem;
    --heightItem: 35rem;
  }
}
.more-section .modal-container .modal-item:hover:after {
  opacity: 0.4;
}
.more-section .modal-container .modal-item:hover .modal-item__img img {
  transform: translate(-50%, -50%) scale(1.04);
  transition: transform 0.4s ease;
}
.about-slider {
  --dot-size: 9px;
  margin-bottom: 25px;
  margin-top: 30px;
}
.about-slider .inner {
  height: 520px;
}
@media screen and (max-width: 991px) {
  .about-slider .inner {
    height: 400px;
  }
}
@media screen and (max-width: 767px) {
  .about-slider .inner {
    height: 320px;
  }
}
.about-slider .flickity-viewport {
  height: 100% !important;
  width: 100%;
}
.about-slider__item {
  height: 100%;
  overflow: hidden;
  position: relative;
  width: 100%;
}
.about-slider__item img {
  height: 100%;
  left: 50%;
  max-width: none;
  min-height: 100%;
  min-width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  width: 100%;
}
.about-slider__content {
  color: grey;
  display: block;
  font-size: var(--body12-fs);
  margin-left: auto;
  margin-top: 10px;
  min-height: 40px;
  position: relative;
  text-align: right;
}
.about-slider__content .slider-content {
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  display: -webkit-inline-box;
  display: none;
  overflow: hidden;
  position: absolute;
  right: 0;
  text-overflow: ellipsis;
  width: 100%;
}
.about-slider .flickity-page-dots {
  justify-content: flex-start;
  margin-top: 12px;
  position: relative;
}
.about-slider .flickity-page-dots .dot {
  background-color: #e5e5e5;
  height: var(--dot-size);
  transition: background-color 0.4s;
  width: var(--dot-size);
}
.about-slider .flickity-page-dots .dot.is-selected {
  background-color: var(--mainColor);
  transition: background-color 0.4s;
}
.about-slider.--horizontal-slide {
  --content-padding: 30px;
  background-color: #feefd1;
  display: flex;
  margin-bottom: 60px;
  padding: 25px;
}
.about-slider.--horizontal-slide .inner {
  flex-shrink: 0;
  height: 320px;
}
.about-slider.--horizontal-slide .about-slider__content {
  margin: 0;
  pointer-events: none;
}
.about-slider.--horizontal-slide .about-slider__content .slider-content {
  display: block;
  opacity: 0;
  padding-left: 30px;
  text-align: left;
}
.about-slider.--horizontal-slide
  .about-slider__content
  .slider-content
  .slide-number {
  color: #bfbfbf;
  display: block;
  font-size: var(--body72-fs);
  line-height: 1;
  margin-bottom: 0.3em;
}
.about-slider.--horizontal-slide
  .about-slider__content
  .slider-content
  .title-text {
  margin-bottom: 10px;
}
.about-slider.--horizontal-slide .about-slider__content .slider-content p {
  color: var(--textColor);
  font-size: var(--body16-fs);
}
.about-slider.--horizontal-slide
  .about-slider__content
  .custom-dots
  .flickity-page-dots
  .slider-content.dot.is-selected,
.about-slider.--horizontal-slide
  .about-slider__content
  .custom-dots
  .owl-dots
  .slider-content.dot.is-selected,
.about-slider.--horizontal-slide .about-slider__content .slider-content.active,
.custom-dots
  .flickity-page-dots
  .about-slider.--horizontal-slide
  .about-slider__content
  .slider-content.dot.is-selected,
.custom-dots
  .owl-dots
  .about-slider.--horizontal-slide
  .about-slider__content
  .slider-content.dot.is-selected {
  opacity: 1;
}
@media screen and (max-width: 767px) {
  .about-slider.--horizontal-slide .about-slider__content {
    min-height: 220px;
  }
  .about-slider.--horizontal-slide .about-slider__content .slider-content {
    margin-top: 40px;
    padding-left: 0;
  }
}
@media (min-width: 768px) {
  .about-slider.--horizontal-slide .flickity-page-dots {
    bottom: 0;
    position: absolute;
    right: calc(var(--content-padding) * -1);
    transform: translate(100%);
  }
}
@media screen and (max-width: 767px) {
  .about-slider.--horizontal-slide {
    flex-wrap: wrap;
    margin-bottom: 30px;
    padding: 15px;
  }
  .about-slider.--horizontal-slide .inner {
    width: 100%;
  }
}
.mini-cards {
  --mini-card-columns-count: 3;
  --mini-card-height: 270px;
  --mini-card-column-gap: 30px;
  --mini-card-row-gap: 15px;
  align-items: stretch;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  margin-left: calc(var(--mini-card-column-gap) * -1);
}
.mini-cards .mini-card {
  align-items: center;
  background-color: #f4f3f2;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-bottom: var(--mini-card-row-gap);
  margin-left: var(--mini-card-column-gap);
  min-height: var(--mini-card-height);
  padding: 35px;
  text-align: center;
  width: calc(
    100% / var(--mini-card-columns-count) - var(--mini-card-column-gap)
  );
}
.mini-cards .mini-card p {
  margin-bottom: 0;
  margin-top: 25px;
}
.mini-cards .mini-card svg {
  height: 105px;
}
@media screen and (max-width: 767px) {
  .mini-cards .mini-card svg {
    height: 65px;
  }
}
.mini-cards .mini-card svg path {
  fill: var(--mainColor);
}
@media screen and (max-width: 991px) {
  .mini-cards {
    --mini-card-columns-count: 2;
    --mini-card-column-gap: 15px;
    --mini-card-height: 200px;
  }
}
@media screen and (max-width: 767px) {
  .mini-cards {
    --mini-card-columns-count: 1;
  }
}
.menu-section {
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 80rem;
  overflow: hidden;
  position: relative;
}
.menu-section .section-background {
  height: 100%;
  left: 50%;
  -o-object-fit: cover;
  object-fit: cover;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  z-index: -1;
}
.menu-section .section-background.lg {
  display: block;
}
@media screen and (max-width: 767px) {
  .menu-section .section-background.lg {
    display: none;
  }
}
.menu-section .section-background.sm {
  display: none;
}
@media screen and (max-width: 767px) {
  .menu-section .section-background.sm {
    display: block;
  }
}
@media screen and (max-width: 1199px) {
  .menu-section {
    height: 77rem;
  }
}
@media screen and (max-width: 991px) {
  .menu-section {
    height: 55rem;
  }
}
.menu-section .container {
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: space-between;
}
.content-card {
  --card-height: 500px;
  align-items: center;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 15px;
  display: flex;
  height: var(--card-height);
  margin-bottom: 23px;
  overflow: hidden;
  position: relative;
}
.content-card.--social-card {
  justify-content: space-between;
  padding: 40px 30px;
}
.content-card.--social-card .social-wrapper {
  display: flex;
  gap: 30px;
}
.content-card.--social-card .social-wrapper .social-card {
  border-radius: 15px;
  display: flex;
  flex-direction: column;
  overflow: hidden;
}
.content-card.--social-card .social-wrapper .social-card__content {
  background: #fff;
  flex: 1;
  font-family: utmab;
  padding: 25px;
  text-align: center;
  text-transform: uppercase;
}
@media screen and (max-width: 767px) {
  .content-card.--social-card .social-wrapper .social-card__content {
    padding: 15px;
  }
}
.content-card.--social-card .main-content {
  margin-left: 30px;
  max-width: 335px;
}
.content-card.--social-card .main-content .main-title {
  font-size: var(--body36-fs);
  margin-bottom: 40px;
}
@media screen and (max-width: 991px) {
  .content-card.--social-card {
    --card-height: auto;
    flex-direction: column;
  }
  .content-card.--social-card .social-wrapper {
    gap: 15px;
  }
  .content-card.--social-card .main-content {
    margin-left: 0;
    margin-top: 30px;
    max-width: 100%;
  }
  .content-card.--social-card .main-content .main-title {
    margin-bottom: 15px;
  }
}
.content-card.--in-store,
.content-card.--oversea {
  padding: 65px;
}
.content-card.--in-store .main-content,
.content-card.--oversea .main-content {
  color: #fff;
  max-width: 400px;
}
.content-card.--in-store .main-content .main-title,
.content-card.--oversea .main-content .main-title {
  font-size: var(--body36-fs);
  margin-bottom: 35px;
}
.content-card.--in-store .main-content .btn-main,
.content-card.--oversea .main-content .btn-main {
  margin-top: 35px;
}
@media screen and (max-width: 991px) {
  .content-card.--in-store,
  .content-card.--oversea {
    padding: 35px;
  }
}
.content-card.--oversea {
  justify-content: flex-end;
  margin-bottom: 0;
}
@media screen and (max-width: 991px) {
  .content-card.--oversea {
    justify-content: normal;
  }
  .content-card {
    --card-height: auto;
  }
  .content-card:before {
    background-color: hsla(0, 0%, 4%, 0.4);
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
  }
  .content-card .main-content,
  .content-card .social-wrapper {
    color: #fff;
    position: relative;
    z-index: 1;
  }
  .content-card .btn-main {
    display: inline-flex;
  }
}
.company-info-section .company {
  align-items: flex-start;
}
.company-info-section .company-info {
  align-items: center;
  display: flex;
  flex-direction: column;
  max-width: 33.5rem;
}
.company-info-section .company-info .img {
  align-items: center;
  display: flex;
  margin-bottom: 1.2rem;
}
.company-info-section .company-info .img img {
  height: 5.5rem;
  -o-object-fit: contain;
  object-fit: contain;
}
.company-info-section .company-info .main-title {
  font-size: var(--body40-fs);
  margin-bottom: 0;
}
.company-info-section .company-info p {
  font-family: utma;
  line-height: 1.4;
  text-transform: none;
}
@media screen and (max-width: 991px) {
  .company-info-section .company {
    flex-wrap: wrap;
  }
  .company-info-section .company .company-info {
    margin-bottom: 3rem;
    max-width: none;
    width: 100%;
  }
  .company-info-section .company .company-info p {
    max-width: 30rem;
  }
}
@media screen and (max-width: 991px) and (max-width: 767px) {
  .company-info-section .company .company-info {
    margin-bottom: 5rem;
  }
  .company-info-section .company .company-info:last-child {
    margin-bottom: 0;
  }
}
.flickity-enabled {
  position: relative;
}
.flickity-enabled:focus {
  outline: none;
}
.flickity-viewport {
  height: 100%;
  overflow: hidden;
  position: relative;
  will-change: transform;
}
.flickity-slider {
  height: 100%;
  position: absolute;
  width: 100%;
  will-change: transform;
}
.flickity-enabled.is-draggable {
  -webkit-tap-highlight-color: transparent;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.flickity-enabled.is-draggable .flickity-viewport {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab;
}
.flickity-enabled.is-draggable .flickity-viewport.is-pointer-down {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}
.flickity-page-dots {
  display: flex;
  justify-content: center;
  margin-top: 20px;
}
.flickity-page-dots .dot {
  border-radius: 50%;
  cursor: pointer;
  height: 9px;
  margin: 0 5px;
  width: 9px;
}
.flickity-enabled.is-fade .flickity-slider > * {
  pointer-events: none;
  z-index: 0;
}
.flickity-enabled.is-fade .flickity-slider > .is-selected {
  pointer-events: auto;
  z-index: 1;
}
.owl-carousel {
  -webkit-tap-highlight-color: transparent;
  display: none;
  height: 100%;
  position: relative;
  width: 100%;
  z-index: 1;
}
.owl-carousel .owl-stage {
  -moz-backface-visibility: hidden;
  height: 100%;
  position: relative;
  touch-action: manipulation;
}
.owl-carousel .owl-stage:after {
  clear: both;
  content: ".";
  display: block;
  height: 0;
  line-height: 0;
  visibility: hidden;
}
.owl-carousel .owl-stage-outer {
  height: 100%;
  overflow: hidden;
  position: relative;
  -webkit-transform: translateZ(0);
}
.owl-carousel .owl-item,
.owl-carousel .owl-wrapper {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
}
.owl-carousel .owl-item {
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-backface-visibility: hidden;
  float: left;
  height: 100%;
  min-height: 1px;
  position: relative;
}
.owl-carousel .owl-item img {
  display: block;
  width: 100%;
}
.owl-carousel .owl-dots.disabled,
.owl-carousel .owl-nav.disabled {
  display: none;
}
.custom-dots .flickity-page-dots .owl-carousel .dot.is-selected,
.custom-dots .owl-dots .owl-carousel .dot.is-selected,
.owl-carousel .custom-dots .flickity-page-dots .dot.is-selected,
.owl-carousel .custom-dots .owl-dots .dot.is-selected,
.owl-carousel .owl-dot,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-nav .owl-prev {
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.custom-dots .flickity-page-dots .owl-carousel button.dot.is-selected,
.custom-dots .owl-dots .owl-carousel button.dot.is-selected,
.owl-carousel .custom-dots .flickity-page-dots button.dot.is-selected,
.owl-carousel .custom-dots .owl-dots button.dot.is-selected,
.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel button.owl-dot {
  background: none;
  border: none;
  color: inherit;
  font: inherit;
  padding: 0 !important;
}
.owl-carousel.owl-loaded {
  display: block;
}
.owl-carousel.owl-loading {
  display: block;
  opacity: 0;
}
.owl-carousel.owl-hidden {
  opacity: 0;
}
.owl-carousel.owl-refresh .owl-item {
  visibility: hidden;
}
.owl-carousel.owl-drag .owl-item {
  touch-action: pan-y;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel.owl-grab {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab;
}
.owl-carousel.owl-rtl {
  direction: rtl;
}
.owl-carousel.owl-rtl .owl-item {
  float: right;
}
.no-js .owl-carousel {
  display: block;
}
.owl-carousel .animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.owl-carousel .owl-animated-in {
  z-index: 0;
}
.owl-carousel .owl-animated-out {
  z-index: 1;
}
.owl-carousel .fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}
.owl-height {
  transition: height 0.5s ease-in-out;
}
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity 0.4s ease;
}
.owl-carousel .owl-item .owl-lazy:not([src]),
.owl-carousel .owl-item .owl-lazy[src^=""] {
  max-height: 0;
}
.owl-carousel .owl-item img.owl-lazy {
  transform-style: preserve-3d;
}
.owl-carousel .owl-video-wrapper {
  background: var(--textColor);
  height: 100%;
  position: relative;
}
.owl-carousel .owl-video-play-icon:hover {
  transform: scale(1.3);
}
.owl-carousel .owl-video-playing .owl-video-play-icon,
.owl-carousel .owl-video-playing .owl-video-tn {
  display: none;
}
.owl-carousel .owl-video-tn {
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  height: 100%;
  opacity: 0;
  transition: opacity 0.4s ease;
}
.owl-carousel .owl-video-frame {
  height: 100%;
  position: relative;
  width: 100%;
  z-index: 1;
}

/*!
Animate.css - http://daneden.me/animate
Licensed under the MIT license

Copyright (c) 2013 Daniel Eden

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
*/
.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.animated.hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}
@-webkit-keyframes bounce {
  0%,
  20%,
  50%,
  80%,
  to {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-30px);
  }
  60% {
    transform: translateY(-15px);
  }
}
@keyframes bounce {
  0%,
  20%,
  50%,
  80%,
  to {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-30px);
  }
  60% {
    transform: translateY(-15px);
  }
}
.bounce {
  -webkit-animation-name: bounce;
  animation-name: bounce;
}
@-webkit-keyframes flash {
  0%,
  50%,
  to {
    opacity: 1;
  }
  25%,
  75% {
    opacity: 0;
  }
}
@keyframes flash {
  0%,
  50%,
  to {
    opacity: 1;
  }
  25%,
  75% {
    opacity: 0;
  }
}
.flash {
  -webkit-animation-name: flash;
  animation-name: flash;
}
@-webkit-keyframes pulse {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
  }
  to {
    transform: scale(1);
  }
}
@keyframes pulse {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
  }
  to {
    transform: scale(1);
  }
}
.pulse {
  -webkit-animation-name: pulse;
  animation-name: pulse;
}
@-webkit-keyframes shake {
  0%,
  to {
    transform: translateX(0);
  }
  10%,
  30%,
  50%,
  70%,
  90% {
    transform: translateX(-10px);
  }
  20%,
  40%,
  60%,
  80% {
    transform: translateX(10px);
  }
}
@keyframes shake {
  0%,
  to {
    transform: translateX(0);
  }
  10%,
  30%,
  50%,
  70%,
  90% {
    transform: translateX(-10px);
  }
  20%,
  40%,
  60%,
  80% {
    transform: translateX(10px);
  }
}
.shake {
  -webkit-animation-name: shake;
  animation-name: shake;
}
@-webkit-keyframes swing {
  20% {
    transform: rotate(15deg);
  }
  40% {
    transform: rotate(-10deg);
  }
  60% {
    transform: rotate(5deg);
  }
  80% {
    transform: rotate(-5deg);
  }
  to {
    transform: rotate(0deg);
  }
}
@keyframes swing {
  20% {
    transform: rotate(15deg);
  }
  40% {
    transform: rotate(-10deg);
  }
  60% {
    transform: rotate(5deg);
  }
  80% {
    transform: rotate(-5deg);
  }
  to {
    transform: rotate(0deg);
  }
}
.swing {
  -webkit-animation-name: swing;
  animation-name: swing;
  transform-origin: top center;
}
@-webkit-keyframes tada {
  0% {
    transform: scale(1);
  }
  10%,
  20% {
    transform: scale(0.9) rotate(-3deg);
  }
  30%,
  50%,
  70%,
  90% {
    transform: scale(1.1) rotate(3deg);
  }
  40%,
  60%,
  80% {
    transform: scale(1.1) rotate(-3deg);
  }
  to {
    transform: scale(1) rotate(0);
  }
}
@keyframes tada {
  0% {
    transform: scale(1);
  }
  10%,
  20% {
    transform: scale(0.9) rotate(-3deg);
  }
  30%,
  50%,
  70%,
  90% {
    transform: scale(1.1) rotate(3deg);
  }
  40%,
  60%,
  80% {
    transform: scale(1.1) rotate(-3deg);
  }
  to {
    transform: scale(1) rotate(0);
  }
}
.tada {
  -webkit-animation-name: tada;
  animation-name: tada;
}
@-webkit-keyframes wobble {
  0% {
    transform: translateX(0);
  }
  15% {
    transform: translateX(-25%) rotate(-5deg);
  }
  30% {
    transform: translateX(20%) rotate(3deg);
  }
  45% {
    transform: translateX(-15%) rotate(-3deg);
  }
  60% {
    transform: translateX(10%) rotate(2deg);
  }
  75% {
    transform: translateX(-5%) rotate(-1deg);
  }
  to {
    transform: translateX(0);
  }
}
@keyframes wobble {
  0% {
    transform: translateX(0);
  }
  15% {
    transform: translateX(-25%) rotate(-5deg);
  }
  30% {
    transform: translateX(20%) rotate(3deg);
  }
  45% {
    transform: translateX(-15%) rotate(-3deg);
  }
  60% {
    transform: translateX(10%) rotate(2deg);
  }
  75% {
    transform: translateX(-5%) rotate(-1deg);
  }
  to {
    transform: translateX(0);
  }
}
.wobble {
  -webkit-animation-name: wobble;
  animation-name: wobble;
}
@-webkit-keyframes bounceIn {
  0% {
    opacity: 0;
    transform: scale(0.3);
  }
  50% {
    opacity: 1;
    transform: scale(1.05);
  }
  70% {
    transform: scale(0.9);
  }
  to {
    transform: scale(1);
  }
}
@keyframes bounceIn {
  0% {
    opacity: 0;
    transform: scale(0.3);
  }
  50% {
    opacity: 1;
    transform: scale(1.05);
  }
  70% {
    transform: scale(0.9);
  }
  to {
    transform: scale(1);
  }
}
.bounceIn {
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn;
}
@-webkit-keyframes bounceInDown {
  0% {
    opacity: 0;
    transform: translateY(-2000px);
  }
  60% {
    opacity: 1;
    transform: translateY(30px);
  }
  80% {
    transform: translateY(-10px);
  }
  to {
    transform: translateY(0);
  }
}
@keyframes bounceInDown {
  0% {
    opacity: 0;
    transform: translateY(-2000px);
  }
  60% {
    opacity: 1;
    transform: translateY(30px);
  }
  80% {
    transform: translateY(-10px);
  }
  to {
    transform: translateY(0);
  }
}
.bounceInDown {
  -webkit-animation-name: bounceInDown;
  animation-name: bounceInDown;
}
@-webkit-keyframes bounceInLeft {
  0% {
    opacity: 0;
    transform: translateX(-2000px);
  }
  60% {
    opacity: 1;
    transform: translateX(30px);
  }
  80% {
    transform: translateX(-10px);
  }
  to {
    transform: translateX(0);
  }
}
@keyframes bounceInLeft {
  0% {
    opacity: 0;
    transform: translateX(-2000px);
  }
  60% {
    opacity: 1;
    transform: translateX(30px);
  }
  80% {
    transform: translateX(-10px);
  }
  to {
    transform: translateX(0);
  }
}
.bounceInLeft {
  -webkit-animation-name: bounceInLeft;
  animation-name: bounceInLeft;
}
@-webkit-keyframes bounceInRight {
  0% {
    opacity: 0;
    transform: translateX(2000px);
  }
  60% {
    opacity: 1;
    transform: translateX(-30px);
  }
  80% {
    transform: translateX(10px);
  }
  to {
    transform: translateX(0);
  }
}
@keyframes bounceInRight {
  0% {
    opacity: 0;
    transform: translateX(2000px);
  }
  60% {
    opacity: 1;
    transform: translateX(-30px);
  }
  80% {
    transform: translateX(10px);
  }
  to {
    transform: translateX(0);
  }
}
.bounceInRight {
  -webkit-animation-name: bounceInRight;
  animation-name: bounceInRight;
}
@-webkit-keyframes bounceInUp {
  0% {
    opacity: 0;
    transform: translateY(2000px);
  }
  60% {
    opacity: 1;
    transform: translateY(-30px);
  }
  80% {
    transform: translateY(10px);
  }
  to {
    transform: translateY(0);
  }
}
@keyframes bounceInUp {
  0% {
    opacity: 0;
    transform: translateY(2000px);
  }
  60% {
    opacity: 1;
    transform: translateY(-30px);
  }
  80% {
    transform: translateY(10px);
  }
  to {
    transform: translateY(0);
  }
}
.bounceInUp {
  -webkit-animation-name: bounceInUp;
  animation-name: bounceInUp;
}
@-webkit-keyframes bounceOut {
  0% {
    transform: scale(1);
  }
  25% {
    transform: scale(0.95);
  }
  50% {
    opacity: 1;
    transform: scale(1.1);
  }
  to {
    opacity: 0;
    transform: scale(0.3);
  }
}
@keyframes bounceOut {
  0% {
    transform: scale(1);
  }
  25% {
    transform: scale(0.95);
  }
  50% {
    opacity: 1;
    transform: scale(1.1);
  }
  to {
    opacity: 0;
    transform: scale(0.3);
  }
}
.bounceOut {
  -webkit-animation-name: bounceOut;
  animation-name: bounceOut;
}
@-webkit-keyframes bounceOutDown {
  0% {
    transform: translateY(0);
  }
  20% {
    opacity: 1;
    transform: translateY(-20px);
  }
  to {
    opacity: 0;
    transform: translateY(2000px);
  }
}
@keyframes bounceOutDown {
  0% {
    transform: translateY(0);
  }
  20% {
    opacity: 1;
    transform: translateY(-20px);
  }
  to {
    opacity: 0;
    transform: translateY(2000px);
  }
}
.bounceOutDown {
  -webkit-animation-name: bounceOutDown;
  animation-name: bounceOutDown;
}
@-webkit-keyframes bounceOutLeft {
  0% {
    transform: translateX(0);
  }
  20% {
    opacity: 1;
    transform: translateX(20px);
  }
  to {
    opacity: 0;
    transform: translateX(-2000px);
  }
}
@keyframes bounceOutLeft {
  0% {
    transform: translateX(0);
  }
  20% {
    opacity: 1;
    transform: translateX(20px);
  }
  to {
    opacity: 0;
    transform: translateX(-2000px);
  }
}
.bounceOutLeft {
  -webkit-animation-name: bounceOutLeft;
  animation-name: bounceOutLeft;
}
@-webkit-keyframes bounceOutRight {
  0% {
    transform: translateX(0);
  }
  20% {
    opacity: 1;
    transform: translateX(-20px);
  }
  to {
    opacity: 0;
    transform: translateX(2000px);
  }
}
@keyframes bounceOutRight {
  0% {
    transform: translateX(0);
  }
  20% {
    opacity: 1;
    transform: translateX(-20px);
  }
  to {
    opacity: 0;
    transform: translateX(2000px);
  }
}
.bounceOutRight {
  -webkit-animation-name: bounceOutRight;
  animation-name: bounceOutRight;
}
@-webkit-keyframes bounceOutUp {
  0% {
    transform: translateY(0);
  }
  20% {
    opacity: 1;
    transform: translateY(20px);
  }
  to {
    opacity: 0;
    transform: translateY(-2000px);
  }
}
@keyframes bounceOutUp {
  0% {
    transform: translateY(0);
  }
  20% {
    opacity: 1;
    transform: translateY(20px);
  }
  to {
    opacity: 0;
    transform: translateY(-2000px);
  }
}
.bounceOutUp {
  -webkit-animation-name: bounceOutUp;
  animation-name: bounceOutUp;
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}
@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    transform: translateY(-20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes fadeInDown {
  0% {
    opacity: 0;
    transform: translateY(-20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}
@-webkit-keyframes fadeInDownBig {
  0% {
    opacity: 0;
    transform: translateY(-2000px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes fadeInDownBig {
  0% {
    opacity: 0;
    transform: translateY(-2000px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.fadeInDownBig {
  -webkit-animation-name: fadeInDownBig;
  animation-name: fadeInDownBig;
}
@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    transform: translateX(-20px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes fadeInLeft {
  0% {
    opacity: 0;
    transform: translateX(-20px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}
@-webkit-keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    transform: translateX(-2000px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    transform: translateX(-2000px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
.fadeInLeftBig {
  -webkit-animation-name: fadeInLeftBig;
  animation-name: fadeInLeftBig;
}
@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    transform: translateX(20px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes fadeInRight {
  0% {
    opacity: 0;
    transform: translateX(20px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}
@-webkit-keyframes fadeInRightBig {
  0% {
    opacity: 0;
    transform: translateX(2000px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes fadeInRightBig {
  0% {
    opacity: 0;
    transform: translateX(2000px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
.fadeInRightBig {
  -webkit-animation-name: fadeInRightBig;
  animation-name: fadeInRightBig;
}
@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}
@-webkit-keyframes fadeInUpBig {
  0% {
    opacity: 0;
    transform: translateY(2000px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes fadeInUpBig {
  0% {
    opacity: 0;
    transform: translateY(2000px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.fadeInUpBig {
  -webkit-animation-name: fadeInUpBig;
  animation-name: fadeInUpBig;
}
@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
.fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}
@-webkit-keyframes fadeOutDown {
  0% {
    opacity: 1;
    transform: translateY(0);
  }
  to {
    opacity: 0;
    transform: translateY(20px);
  }
}
@keyframes fadeOutDown {
  0% {
    opacity: 1;
    transform: translateY(0);
  }
  to {
    opacity: 0;
    transform: translateY(20px);
  }
}
.fadeOutDown {
  -webkit-animation-name: fadeOutDown;
  animation-name: fadeOutDown;
}
@-webkit-keyframes fadeOutDownBig {
  0% {
    opacity: 1;
    transform: translateY(0);
  }
  to {
    opacity: 0;
    transform: translateY(2000px);
  }
}
@keyframes fadeOutDownBig {
  0% {
    opacity: 1;
    transform: translateY(0);
  }
  to {
    opacity: 0;
    transform: translateY(2000px);
  }
}
.fadeOutDownBig {
  -webkit-animation-name: fadeOutDownBig;
  animation-name: fadeOutDownBig;
}
@-webkit-keyframes fadeOutLeft {
  0% {
    opacity: 1;
    transform: translateX(0);
  }
  to {
    opacity: 0;
    transform: translateX(-20px);
  }
}
@keyframes fadeOutLeft {
  0% {
    opacity: 1;
    transform: translateX(0);
  }
  to {
    opacity: 0;
    transform: translateX(-20px);
  }
}
.fadeOutLeft {
  -webkit-animation-name: fadeOutLeft;
  animation-name: fadeOutLeft;
}
@-webkit-keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
    transform: translateX(0);
  }
  to {
    opacity: 0;
    transform: translateX(-2000px);
  }
}
@keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
    transform: translateX(0);
  }
  to {
    opacity: 0;
    transform: translateX(-2000px);
  }
}
.fadeOutLeftBig {
  -webkit-animation-name: fadeOutLeftBig;
  animation-name: fadeOutLeftBig;
}
@-webkit-keyframes fadeOutRight {
  0% {
    opacity: 1;
    transform: translateX(0);
  }
  to {
    opacity: 0;
    transform: translateX(20px);
  }
}
@keyframes fadeOutRight {
  0% {
    opacity: 1;
    transform: translateX(0);
  }
  to {
    opacity: 0;
    transform: translateX(20px);
  }
}
.fadeOutRight {
  -webkit-animation-name: fadeOutRight;
  animation-name: fadeOutRight;
}
@-webkit-keyframes fadeOutRightBig {
  0% {
    opacity: 1;
    transform: translateX(0);
  }
  to {
    opacity: 0;
    transform: translateX(2000px);
  }
}
@keyframes fadeOutRightBig {
  0% {
    opacity: 1;
    transform: translateX(0);
  }
  to {
    opacity: 0;
    transform: translateX(2000px);
  }
}
.fadeOutRightBig {
  -webkit-animation-name: fadeOutRightBig;
  animation-name: fadeOutRightBig;
}
@-webkit-keyframes fadeOutUp {
  0% {
    opacity: 1;
    transform: translateY(0);
  }
  to {
    opacity: 0;
    transform: translateY(-20px);
  }
}
@keyframes fadeOutUp {
  0% {
    opacity: 1;
    transform: translateY(0);
  }
  to {
    opacity: 0;
    transform: translateY(-20px);
  }
}
.fadeOutUp {
  -webkit-animation-name: fadeOutUp;
  animation-name: fadeOutUp;
}
@-webkit-keyframes fadeOutUpBig {
  0% {
    opacity: 1;
    transform: translateY(0);
  }
  to {
    opacity: 0;
    transform: translateY(-2000px);
  }
}
@keyframes fadeOutUpBig {
  0% {
    opacity: 1;
    transform: translateY(0);
  }
  to {
    opacity: 0;
    transform: translateY(-2000px);
  }
}
.fadeOutUpBig {
  -webkit-animation-name: fadeOutUpBig;
  animation-name: fadeOutUpBig;
}
@-webkit-keyframes flip {
  0% {
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
    transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
  }
  40% {
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
    transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
  }
  50% {
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
  }
  80% {
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    transform: perspective(400px) translateZ(0) rotateY(1turn) scale(0.95);
  }
  to {
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    transform: perspective(400px) translateZ(0) rotateY(1turn) scale(1);
  }
}
@keyframes flip {
  0% {
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
    transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
  }
  40% {
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
    transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
  }
  50% {
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
  }
  80% {
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    transform: perspective(400px) translateZ(0) rotateY(1turn) scale(0.95);
  }
  to {
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    transform: perspective(400px) translateZ(0) rotateY(1turn) scale(1);
  }
}
.animated.flip {
  -webkit-animation-name: flip;
  animation-name: flip;
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
}
@-webkit-keyframes flipInX {
  0% {
    opacity: 0;
    transform: perspective(400px) rotateX(90deg);
  }
  40% {
    transform: perspective(400px) rotateX(-10deg);
  }
  70% {
    transform: perspective(400px) rotateX(10deg);
  }
  to {
    opacity: 1;
    transform: perspective(400px) rotateX(0deg);
  }
}
@keyframes flipInX {
  0% {
    opacity: 0;
    transform: perspective(400px) rotateX(90deg);
  }
  40% {
    transform: perspective(400px) rotateX(-10deg);
  }
  70% {
    transform: perspective(400px) rotateX(10deg);
  }
  to {
    opacity: 1;
    transform: perspective(400px) rotateX(0deg);
  }
}
.flipInX {
  -webkit-animation-name: flipInX;
  animation-name: flipInX;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
}
@-webkit-keyframes flipInY {
  0% {
    opacity: 0;
    transform: perspective(400px) rotateY(90deg);
  }
  40% {
    transform: perspective(400px) rotateY(-10deg);
  }
  70% {
    transform: perspective(400px) rotateY(10deg);
  }
  to {
    opacity: 1;
    transform: perspective(400px) rotateY(0deg);
  }
}
@keyframes flipInY {
  0% {
    opacity: 0;
    transform: perspective(400px) rotateY(90deg);
  }
  40% {
    transform: perspective(400px) rotateY(-10deg);
  }
  70% {
    transform: perspective(400px) rotateY(10deg);
  }
  to {
    opacity: 1;
    transform: perspective(400px) rotateY(0deg);
  }
}
.flipInY {
  -webkit-animation-name: flipInY;
  animation-name: flipInY;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
}
@-webkit-keyframes flipOutX {
  0% {
    opacity: 1;
    transform: perspective(400px) rotateX(0deg);
  }
  to {
    opacity: 0;
    transform: perspective(400px) rotateX(90deg);
  }
}
@keyframes flipOutX {
  0% {
    opacity: 1;
    transform: perspective(400px) rotateX(0deg);
  }
  to {
    opacity: 0;
    transform: perspective(400px) rotateX(90deg);
  }
}
.flipOutX {
  -webkit-animation-name: flipOutX;
  animation-name: flipOutX;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
}
@-webkit-keyframes flipOutY {
  0% {
    opacity: 1;
    transform: perspective(400px) rotateY(0deg);
  }
  to {
    opacity: 0;
    transform: perspective(400px) rotateY(90deg);
  }
}
@keyframes flipOutY {
  0% {
    opacity: 1;
    transform: perspective(400px) rotateY(0deg);
  }
  to {
    opacity: 0;
    transform: perspective(400px) rotateY(90deg);
  }
}
.flipOutY {
  -webkit-animation-name: flipOutY;
  animation-name: flipOutY;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
}
@-webkit-keyframes lightSpeedIn {
  0% {
    opacity: 0;
    transform: translateX(100%) skewX(-30deg);
  }
  60% {
    opacity: 1;
    transform: translateX(-20%) skewX(30deg);
  }
  80% {
    opacity: 1;
    transform: translateX(0) skewX(-15deg);
  }
  to {
    opacity: 1;
    transform: translateX(0) skewX(0deg);
  }
}
@keyframes lightSpeedIn {
  0% {
    opacity: 0;
    transform: translateX(100%) skewX(-30deg);
  }
  60% {
    opacity: 1;
    transform: translateX(-20%) skewX(30deg);
  }
  80% {
    opacity: 1;
    transform: translateX(0) skewX(-15deg);
  }
  to {
    opacity: 1;
    transform: translateX(0) skewX(0deg);
  }
}
.lightSpeedIn {
  -webkit-animation-name: lightSpeedIn;
  animation-name: lightSpeedIn;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
}
@-webkit-keyframes lightSpeedOut {
  0% {
    opacity: 1;
    transform: translateX(0) skewX(0deg);
  }
  to {
    opacity: 0;
    transform: translateX(100%) skewX(-30deg);
  }
}
@keyframes lightSpeedOut {
  0% {
    opacity: 1;
    transform: translateX(0) skewX(0deg);
  }
  to {
    opacity: 0;
    transform: translateX(100%) skewX(-30deg);
  }
}
.lightSpeedOut {
  -webkit-animation-name: lightSpeedOut;
  animation-name: lightSpeedOut;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
}
@-webkit-keyframes rotateIn {
  0% {
    opacity: 0;
    transform: rotate(-200deg);
    transform-origin: center center;
  }
  to {
    opacity: 1;
    transform: rotate(0);
    transform-origin: center center;
  }
}
@keyframes rotateIn {
  0% {
    opacity: 0;
    transform: rotate(-200deg);
    transform-origin: center center;
  }
  to {
    opacity: 1;
    transform: rotate(0);
    transform-origin: center center;
  }
}
.rotateIn {
  -webkit-animation-name: rotateIn;
  animation-name: rotateIn;
}
@-webkit-keyframes rotateInDownLeft {
  0% {
    opacity: 0;
    transform: rotate(-90deg);
    transform-origin: left bottom;
  }
  to {
    opacity: 1;
    transform: rotate(0);
    transform-origin: left bottom;
  }
}
@keyframes rotateInDownLeft {
  0% {
    opacity: 0;
    transform: rotate(-90deg);
    transform-origin: left bottom;
  }
  to {
    opacity: 1;
    transform: rotate(0);
    transform-origin: left bottom;
  }
}
.rotateInDownLeft {
  -webkit-animation-name: rotateInDownLeft;
  animation-name: rotateInDownLeft;
}
@-webkit-keyframes rotateInDownRight {
  0% {
    opacity: 0;
    transform: rotate(90deg);
    transform-origin: right bottom;
  }
  to {
    opacity: 1;
    transform: rotate(0);
    transform-origin: right bottom;
  }
}
@keyframes rotateInDownRight {
  0% {
    opacity: 0;
    transform: rotate(90deg);
    transform-origin: right bottom;
  }
  to {
    opacity: 1;
    transform: rotate(0);
    transform-origin: right bottom;
  }
}
.rotateInDownRight {
  -webkit-animation-name: rotateInDownRight;
  animation-name: rotateInDownRight;
}
@-webkit-keyframes rotateInUpLeft {
  0% {
    opacity: 0;
    transform: rotate(90deg);
    transform-origin: left bottom;
  }
  to {
    opacity: 1;
    transform: rotate(0);
    transform-origin: left bottom;
  }
}
@keyframes rotateInUpLeft {
  0% {
    opacity: 0;
    transform: rotate(90deg);
    transform-origin: left bottom;
  }
  to {
    opacity: 1;
    transform: rotate(0);
    transform-origin: left bottom;
  }
}
.rotateInUpLeft {
  -webkit-animation-name: rotateInUpLeft;
  animation-name: rotateInUpLeft;
}
@-webkit-keyframes rotateInUpRight {
  0% {
    opacity: 0;
    transform: rotate(-90deg);
    transform-origin: right bottom;
  }
  to {
    opacity: 1;
    transform: rotate(0);
    transform-origin: right bottom;
  }
}
@keyframes rotateInUpRight {
  0% {
    opacity: 0;
    transform: rotate(-90deg);
    transform-origin: right bottom;
  }
  to {
    opacity: 1;
    transform: rotate(0);
    transform-origin: right bottom;
  }
}
.rotateInUpRight {
  -webkit-animation-name: rotateInUpRight;
  animation-name: rotateInUpRight;
}
@-webkit-keyframes rotateOut {
  0% {
    opacity: 1;
    transform: rotate(0);
    transform-origin: center center;
  }
  to {
    opacity: 0;
    transform: rotate(200deg);
    transform-origin: center center;
  }
}
@keyframes rotateOut {
  0% {
    opacity: 1;
    transform: rotate(0);
    transform-origin: center center;
  }
  to {
    opacity: 0;
    transform: rotate(200deg);
    transform-origin: center center;
  }
}
.rotateOut {
  -webkit-animation-name: rotateOut;
  animation-name: rotateOut;
}
@-webkit-keyframes rotateOutDownLeft {
  0% {
    opacity: 1;
    transform: rotate(0);
    transform-origin: left bottom;
  }
  to {
    opacity: 0;
    transform: rotate(90deg);
    transform-origin: left bottom;
  }
}
@keyframes rotateOutDownLeft {
  0% {
    opacity: 1;
    transform: rotate(0);
    transform-origin: left bottom;
  }
  to {
    opacity: 0;
    transform: rotate(90deg);
    transform-origin: left bottom;
  }
}
.rotateOutDownLeft {
  -webkit-animation-name: rotateOutDownLeft;
  animation-name: rotateOutDownLeft;
}
@-webkit-keyframes rotateOutDownRight {
  0% {
    opacity: 1;
    transform: rotate(0);
    transform-origin: right bottom;
  }
  to {
    opacity: 0;
    transform: rotate(-90deg);
    transform-origin: right bottom;
  }
}
@keyframes rotateOutDownRight {
  0% {
    opacity: 1;
    transform: rotate(0);
    transform-origin: right bottom;
  }
  to {
    opacity: 0;
    transform: rotate(-90deg);
    transform-origin: right bottom;
  }
}
.rotateOutDownRight {
  -webkit-animation-name: rotateOutDownRight;
  animation-name: rotateOutDownRight;
}
@-webkit-keyframes rotateOutUpLeft {
  0% {
    opacity: 1;
    transform: rotate(0);
    transform-origin: left bottom;
  }
  to {
    opacity: 0;
    transform: rotate(-90deg);
    transform-origin: left bottom;
  }
}
@keyframes rotateOutUpLeft {
  0% {
    opacity: 1;
    transform: rotate(0);
    transform-origin: left bottom;
  }
  to {
    opacity: 0;
    transform: rotate(-90deg);
    transform-origin: left bottom;
  }
}
.rotateOutUpLeft {
  -webkit-animation-name: rotateOutUpLeft;
  animation-name: rotateOutUpLeft;
}
@-webkit-keyframes rotateOutUpRight {
  0% {
    opacity: 1;
    transform: rotate(0);
    transform-origin: right bottom;
  }
  to {
    opacity: 0;
    transform: rotate(90deg);
    transform-origin: right bottom;
  }
}
@keyframes rotateOutUpRight {
  0% {
    opacity: 1;
    transform: rotate(0);
    transform-origin: right bottom;
  }
  to {
    opacity: 0;
    transform: rotate(90deg);
    transform-origin: right bottom;
  }
}
.rotateOutUpRight {
  -webkit-animation-name: rotateOutUpRight;
  animation-name: rotateOutUpRight;
}
@-webkit-keyframes slideInDown {
  0% {
    opacity: 0;
    transform: translateY(-2000px);
  }
  to {
    transform: translateY(0);
  }
}
@keyframes slideInDown {
  0% {
    opacity: 0;
    transform: translateY(-2000px);
  }
  to {
    transform: translateY(0);
  }
}
.slideInDown {
  -webkit-animation-name: slideInDown;
  animation-name: slideInDown;
}
@-webkit-keyframes slideInLeft {
  0% {
    opacity: 0;
    transform: translateX(-2000px);
  }
  to {
    transform: translateX(0);
  }
}
@keyframes slideInLeft {
  0% {
    opacity: 0;
    transform: translateX(-2000px);
  }
  to {
    transform: translateX(0);
  }
}
.slideInLeft {
  -webkit-animation-name: slideInLeft;
  animation-name: slideInLeft;
}
@-webkit-keyframes slideInRight {
  0% {
    opacity: 0;
    transform: translateX(2000px);
  }
  to {
    transform: translateX(0);
  }
}
@keyframes slideInRight {
  0% {
    opacity: 0;
    transform: translateX(2000px);
  }
  to {
    transform: translateX(0);
  }
}
.slideInRight {
  -webkit-animation-name: slideInRight;
  animation-name: slideInRight;
}
@-webkit-keyframes slideOutLeft {
  0% {
    transform: translateX(0);
  }
  to {
    opacity: 0;
    transform: translateX(-2000px);
  }
}
@keyframes slideOutLeft {
  0% {
    transform: translateX(0);
  }
  to {
    opacity: 0;
    transform: translateX(-2000px);
  }
}
.slideOutLeft {
  -webkit-animation-name: slideOutLeft;
  animation-name: slideOutLeft;
}
@-webkit-keyframes slideOutRight {
  0% {
    transform: translateX(0);
  }
  to {
    opacity: 0;
    transform: translateX(2000px);
  }
}
@keyframes slideOutRight {
  0% {
    transform: translateX(0);
  }
  to {
    opacity: 0;
    transform: translateX(2000px);
  }
}
.slideOutRight {
  -webkit-animation-name: slideOutRight;
  animation-name: slideOutRight;
}
@-webkit-keyframes slideOutUp {
  0% {
    transform: translateY(0);
  }
  to {
    opacity: 0;
    transform: translateY(-2000px);
  }
}
@keyframes slideOutUp {
  0% {
    transform: translateY(0);
  }
  to {
    opacity: 0;
    transform: translateY(-2000px);
  }
}
.slideOutUp {
  -webkit-animation-name: slideOutUp;
  animation-name: slideOutUp;
}
@-webkit-keyframes hinge {
  0% {
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    transform: rotate(0);
    transform-origin: top left;
  }
  20%,
  60% {
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    transform: rotate(80deg);
    transform-origin: top left;
  }
  40% {
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    transform: rotate(60deg);
    transform-origin: top left;
  }
  80% {
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
    transform: rotate(60deg) translateY(0);
    transform-origin: top left;
  }
  to {
    opacity: 0;
    transform: translateY(700px);
  }
}
@keyframes hinge {
  0% {
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    transform: rotate(0);
    transform-origin: top left;
  }
  20%,
  60% {
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    transform: rotate(80deg);
    transform-origin: top left;
  }
  40% {
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    transform: rotate(60deg);
    transform-origin: top left;
  }
  80% {
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
    transform: rotate(60deg) translateY(0);
    transform-origin: top left;
  }
  to {
    opacity: 0;
    transform: translateY(700px);
  }
}
.hinge {
  -webkit-animation-name: hinge;
  animation-name: hinge;
}
@-webkit-keyframes rollIn {
  0% {
    opacity: 0;
    transform: translateX(-100%) rotate(-120deg);
  }
  to {
    opacity: 1;
    transform: translateX(0) rotate(0deg);
  }
}
@keyframes rollIn {
  0% {
    opacity: 0;
    transform: translateX(-100%) rotate(-120deg);
  }
  to {
    opacity: 1;
    transform: translateX(0) rotate(0deg);
  }
}
.rollIn {
  -webkit-animation-name: rollIn;
  animation-name: rollIn;
}
@-webkit-keyframes rollOut {
  0% {
    opacity: 1;
    transform: translateX(0) rotate(0deg);
  }
  to {
    opacity: 0;
    transform: translateX(100%) rotate(120deg);
  }
}
@keyframes rollOut {
  0% {
    opacity: 1;
    transform: translateX(0) rotate(0deg);
  }
  to {
    opacity: 0;
    transform: translateX(100%) rotate(120deg);
  }
}
.rollOut {
  -webkit-animation-name: rollOut;
  animation-name: rollOut;
}
@font-face {
  font-display: block;
  font-family: lg;
  font-style: normal;
  font-weight: 400;
  src: url(../fonts/lg.woff2) format("woff2"),
    url(../fonts/lg.ttf) format("truetype"),
    url(../fonts/lg.woff) format("woff"), url(../fonts/lg.svg) format("svg");
}
.lg-icon {
  speak: never;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: lg !important;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
  line-height: 1;
  text-transform: none;
}
.lg-container {
  font-family: system-ui, -apple-system, Segoe UI, Roboto, Helvetica Neue, Arial,
    Noto Sans, Liberation Sans, sans-serif, Apple Color Emoji, Segoe UI Emoji,
    Segoe UI Symbol, Noto Color Emoji;
}
.lg-next,
.lg-prev {
  background-color: rgba(0, 0, 0, 0.45);
  border: none;
  border-radius: 2px;
  color: #999;
  cursor: pointer;
  display: block;
  font-size: 22px;
  margin-top: -10px;
  outline: none;
  padding: 8px 10px 9px;
  position: absolute;
  top: 50%;
  z-index: 1080;
}
.lg-next.disabled,
.lg-prev.disabled {
  cursor: default;
  opacity: 0 !important;
}
.lg-next:hover:not(.disabled),
.lg-prev:hover:not(.disabled) {
  color: #fff;
}
.lg-single-item .lg-next,
.lg-single-item .lg-prev {
  display: none;
}
.lg-next {
  right: 20px;
}
.lg-next:before {
  content: "\e095";
}
.lg-prev {
  left: 20px;
}
.lg-prev:after {
  content: "\e094";
}
@-webkit-keyframes lg-right-end {
  0% {
    left: 0;
  }
  50% {
    left: -30px;
  }
  to {
    left: 0;
  }
}
@keyframes lg-right-end {
  0% {
    left: 0;
  }
  50% {
    left: -30px;
  }
  to {
    left: 0;
  }
}
@-webkit-keyframes lg-left-end {
  0% {
    left: 0;
  }
  50% {
    left: 30px;
  }
  to {
    left: 0;
  }
}
@keyframes lg-left-end {
  0% {
    left: 0;
  }
  50% {
    left: 30px;
  }
  to {
    left: 0;
  }
}
.lg-outer.lg-right-end .lg-object {
  -webkit-animation: lg-right-end 0.3s;
  animation: lg-right-end 0.3s;
  position: relative;
}
.lg-outer.lg-left-end .lg-object {
  -webkit-animation: lg-left-end 0.3s;
  animation: lg-left-end 0.3s;
  position: relative;
}
.lg-toolbar {
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1082;
}
.lg-media-overlap .lg-toolbar {
  background-image: linear-gradient(0deg, transparent, rgba(0, 0, 0, 0.4));
}
.lg-toolbar .lg-icon {
  background: none;
  border: none;
  box-shadow: none;
  color: #999;
  cursor: pointer;
  float: right;
  font-size: 24px;
  height: 47px;
  line-height: 27px;
  outline: medium none;
  padding: 10px 0;
  text-align: center;
  text-decoration: none !important;
  transition: color 0.2s linear;
  width: 50px;
  will-change: color;
}
.lg-toolbar .lg-icon.lg-icon-18 {
  font-size: 18px;
}
.lg-toolbar .lg-icon:hover {
  color: #fff;
}
.lg-toolbar .lg-close:after {
  content: "\e070";
}
.lg-toolbar .lg-maximize {
  font-size: 22px;
}
.lg-toolbar .lg-maximize:after {
  content: "\e90a";
}
.lg-toolbar .lg-download:after {
  content: "\e0f2";
}
.lg-sub-html {
  color: #eee;
  font-size: 16px;
  opacity: 0;
  padding: 10px 40px;
  text-align: center;
  transition: opacity 0.2s ease-out 0s;
  z-index: 1080;
}
.lg-sub-html h4 {
  font-size: 13px;
  font-weight: 700;
  margin: 0;
}
.lg-sub-html p {
  font-size: 12px;
  margin: 5px 0 0;
}
.lg-sub-html a {
  color: inherit;
}
.lg-sub-html a:hover {
  text-decoration: underline;
}
.lg-media-overlap .lg-sub-html {
  background-image: linear-gradient(180deg, transparent, rgba(0, 0, 0, 0.6));
}
.lg-item .lg-sub-html {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
}
.lg-error-msg {
  color: #999;
  font-size: 14px;
}
.lg-counter {
  color: #999;
  display: inline-block;
  font-size: 16px;
  height: 47px;
  padding-left: 20px;
  padding-top: 12px;
  vertical-align: middle;
}
.lg-closing .lg-next,
.lg-closing .lg-prev,
.lg-closing .lg-sub-html,
.lg-closing .lg-toolbar {
  opacity: 0;
  transition: transform 0.08 cubic-bezier(0, 0, 0.25, 1) 0s,
    opacity 0.08 cubic-bezier(0, 0, 0.25, 1) 0s, color 0.08 linear;
}
body:not(.lg-from-hash)
  .lg-outer.lg-start-zoom
  .lg-item:not(.lg-zoomable)
  .lg-img-wrap,
body:not(.lg-from-hash)
  .lg-outer.lg-start-zoom
  .lg-item:not(.lg-zoomable)
  .lg-video-cont {
  opacity: 0;
  transform: scale3d(0.5, 0.5, 0.5);
  transition: transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s,
    opacity 0.25s cubic-bezier(0, 0, 0.25, 1) !important;
  will-change: transform, opacity;
}
body:not(.lg-from-hash)
  .lg-outer.lg-start-zoom
  .lg-item:not(.lg-zoomable).lg-complete
  .lg-img-wrap,
body:not(.lg-from-hash)
  .lg-outer.lg-start-zoom
  .lg-item:not(.lg-zoomable).lg-complete
  .lg-video-cont {
  opacity: 1;
  transform: scaleX(1);
}
.lg-outer .lg-thumb-outer {
  background-color: #0d0a0a;
  float: left;
  max-height: 350px;
  overflow: hidden;
  width: 100%;
}
.lg-outer .lg-thumb-outer.lg-grab .lg-thumb-item {
  cursor: -webkit-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}
.lg-outer .lg-thumb-outer.lg-grabbing .lg-thumb-item {
  cursor: move;
  cursor: -webkit-grabbing;
  cursor: -o-grabbing;
  cursor: -ms-grabbing;
  cursor: grabbing;
}
.lg-outer .lg-thumb-outer.lg-dragging .lg-thumb,
.lg-outer .lg-thumb-outer.lg-rebuilding-thumbnails .lg-thumb {
  transition-duration: 0s !important;
}
.lg-outer .lg-thumb-outer.lg-thumb-align-middle {
  text-align: center;
}
.lg-outer .lg-thumb-outer.lg-thumb-align-left {
  text-align: left;
}
.lg-outer .lg-thumb-outer.lg-thumb-align-right {
  text-align: right;
}
.lg-outer.lg-single-item .lg-thumb-outer {
  display: none;
}
.lg-outer .lg-thumb {
  display: inline-block;
  height: 100%;
  margin-bottom: -5px;
  padding: 5px 0;
  vertical-align: middle;
}
@media (min-width: 768px) {
  .lg-outer .lg-thumb {
    padding: 10px 0;
  }
}
.lg-outer .lg-thumb-item {
  border-radius: 2px;
  cursor: pointer;
  float: left;
  height: 100%;
  margin-bottom: 5px;
  overflow: hidden;
  will-change: border-color;
}
@media (min-width: 768px) {
  .lg-outer .lg-thumb-item {
    border: 2px solid #fff;
    border-radius: 4px;
    transition: border-color 0.25s ease;
  }
}
.custom-dots .flickity-page-dots .lg-outer .lg-thumb-item.dot.is-selected,
.custom-dots .owl-dots .lg-outer .lg-thumb-item.dot.is-selected,
.lg-outer .custom-dots .flickity-page-dots .lg-thumb-item.dot.is-selected,
.lg-outer .custom-dots .owl-dots .lg-thumb-item.dot.is-selected,
.lg-outer .lg-thumb-item.active,
.lg-outer .lg-thumb-item:hover {
  border-color: #a90707;
}
.lg-outer .lg-thumb-item img {
  display: block;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
}
.lg-outer.lg-can-toggle .lg-item {
  padding-bottom: 0;
}
.lg-outer .lg-toggle-thumb:after {
  content: "\e1ff";
}
.lg-outer.lg-animate-thumb .lg-thumb {
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.lg-outer .lg-video-cont {
  display: inline-block;
  position: relative;
  text-align: center;
  vertical-align: middle;
}
.lg-outer .lg-video-cont .lg-object {
  height: 100% !important;
  width: 100% !important;
}
.lg-outer .lg-has-iframe .lg-video-cont {
  -webkit-overflow-scrolling: touch;
  overflow: auto;
}
.lg-outer .lg-video-object {
  bottom: 0;
  height: 100%;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 3;
}
.lg-outer .lg-video-poster {
  z-index: 1;
}
.lg-outer .lg-has-video .lg-video-object {
  opacity: 0;
  transition: opacity 0.3s ease-in;
  will-change: opacity;
}
.lg-outer .lg-has-video.lg-video-loaded .lg-video-play-button,
.lg-outer .lg-has-video.lg-video-loaded .lg-video-poster {
  opacity: 0 !important;
}
.lg-outer .lg-has-video.lg-video-loaded .lg-video-object {
  opacity: 1;
}
@-webkit-keyframes lg-play-stroke {
  0% {
    stroke-dasharray: 1, 200;
    stroke-dashoffset: 0;
  }
  50% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -35px;
  }
  to {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -124px;
  }
}
@keyframes lg-play-stroke {
  0% {
    stroke-dasharray: 1, 200;
    stroke-dashoffset: 0;
  }
  50% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -35px;
  }
  to {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -124px;
  }
}
@-webkit-keyframes lg-play-rotate {
  to {
    transform: rotate(1turn);
  }
}
@keyframes lg-play-rotate {
  to {
    transform: rotate(1turn);
  }
}
.lg-video-play-button {
  cursor: pointer;
  left: 50%;
  max-width: 140px;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%) scale(1);
  transition: transform 0.25s cubic-bezier(0.17, 0.88, 0.32, 1.28), opacity 0.1s;
  width: 18%;
  will-change: opacity, transform;
  z-index: 2;
}
.lg-video-play-button:hover .lg-video-play-icon,
.lg-video-play-button:hover .lg-video-play-icon-bg {
  opacity: 1;
}
.lg-video-play-icon-bg {
  fill: none;
  stroke-width: 3%;
  stroke: #fcfcfc;
  opacity: 0.6;
  transition: opacity 0.12s ease-in;
  will-change: opacity;
}
.lg-video-play-icon-circle {
  fill: none;
  stroke-width: 3%;
  stroke: rgba(30, 30, 30, 0.9);
  stroke-opacity: 1;
  stroke-linecap: round;
  stroke-dasharray: 200;
  stroke-dashoffset: 200;
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}
.lg-video-play-icon {
  left: 50%;
  max-width: 120px;
  opacity: 0.6;
  position: absolute;
  top: 50%;
  transform: translate3d(-50%, -50%, 0);
  transition: opacity 0.12s ease-in;
  width: 25%;
  will-change: opacity;
}
.lg-video-play-icon .lg-video-play-icon-inner {
  fill: #fcfcfc;
}
.lg-video-loading .lg-video-play-icon-circle {
  -webkit-animation: lg-play-rotate 2s linear 0.25s infinite,
    lg-play-stroke 1.5s ease-in-out 0.25s infinite;
  animation: lg-play-rotate 2s linear 0.25s infinite,
    lg-play-stroke 1.5s ease-in-out 0.25s infinite;
}
.lg-video-loaded .lg-video-play-button {
  opacity: 0;
  transform: translate(-50%, -50%) scale(0.7);
}
.lg-progress-bar {
  background-color: #333;
  height: 5px;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  transition: opacity 0.08s ease 0s;
  width: 100%;
  will-change: opacity;
  z-index: 1083;
}
.lg-progress-bar .lg-progress {
  background-color: #a90707;
  height: 5px;
  width: 0;
}
.lg-progress-bar.lg-start .lg-progress {
  width: 100%;
}
.lg-show-autoplay .lg-progress-bar {
  opacity: 1;
}
.lg-autoplay-button:after {
  content: "\e01d";
}
.lg-show-autoplay .lg-autoplay-button:after {
  content: "\e01a";
}
.lg-single-item .lg-autoplay-button {
  opacity: 0.75;
  pointer-events: none;
}
.lg-outer.lg-css3.lg-zoom-dragging .lg-item.lg-complete.lg-zoomable .lg-image,
.lg-outer.lg-css3.lg-zoom-dragging
  .lg-item.lg-complete.lg-zoomable
  .lg-img-wrap {
  transition-duration: 0ms !important;
}
.lg-outer.lg-use-transition-for-zoom
  .lg-item.lg-complete.lg-zoomable
  .lg-img-wrap {
  transition: transform 0.5s cubic-bezier(0.12, 0.415, 0.01, 1.19) 0s;
  will-change: transform;
}
.lg-outer.lg-use-transition-for-zoom.lg-zoom-drag-transition
  .lg-item.lg-complete.lg-zoomable
  .lg-img-wrap {
  transition: transform 0.8s cubic-bezier(0, 0, 0.25, 1) 0s;
  will-change: transform;
}
.lg-outer .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transform: translateZ(0);
}
.lg-outer .lg-item.lg-complete.lg-zoomable .lg-dummy-img,
.lg-outer .lg-item.lg-complete.lg-zoomable .lg-image {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transform: scaleX(1);
  transform-origin: 0 0;
  transition: transform 0.5s cubic-bezier(0.12, 0.415, 0.01, 1.19) 0s,
    opacity 0.15s !important;
  will-change: opacity, transform;
}
.lg-icon.lg-zoom-in:after {
  content: "\e311";
}
.lg-icon.lg-actual-size {
  font-size: 20px;
}
.lg-icon.lg-actual-size:after {
  content: "\e033";
}
.lg-icon.lg-zoom-out {
  opacity: 0.5;
  pointer-events: none;
}
.lg-icon.lg-zoom-out:after {
  content: "\e312";
}
.lg-zoomed .lg-icon.lg-zoom-out {
  opacity: 1;
  pointer-events: auto;
}
.lg-outer.lg-first-slide-loading .lg-actual-size,
.lg-outer.lg-first-slide-loading .lg-zoom-in,
.lg-outer.lg-first-slide-loading .lg-zoom-out,
.lg-outer[data-lg-slide-type="iframe"] .lg-actual-size,
.lg-outer[data-lg-slide-type="iframe"] .lg-zoom-in,
.lg-outer[data-lg-slide-type="iframe"] .lg-zoom-out,
.lg-outer[data-lg-slide-type="video"] .lg-actual-size,
.lg-outer[data-lg-slide-type="video"] .lg-zoom-in,
.lg-outer[data-lg-slide-type="video"] .lg-zoom-out {
  opacity: 0.75;
  pointer-events: none;
}
.lg-outer .lg-pager-outer {
  height: 10px;
  margin-bottom: 10px;
  text-align: center;
  z-index: 1080;
}
.lg-outer .lg-pager-outer.lg-pager-hover .lg-pager-cont {
  overflow: visible;
}
.lg-outer.lg-single-item .lg-pager-outer {
  display: none;
}
.lg-outer .lg-pager-cont {
  cursor: pointer;
  display: inline-block;
  margin: 0 5px;
  overflow: hidden;
  position: relative;
  vertical-align: top;
}
.lg-outer .lg-pager-cont:hover .lg-pager-thumb-cont {
  opacity: 1;
  transform: translateZ(0);
}
.lg-outer .lg-pager-cont.lg-pager-active .lg-pager {
  box-shadow: inset 0 0 0 2px #fff;
}
.lg-outer .lg-pager-thumb-cont {
  background-color: #fff;
  border-radius: 3px;
  bottom: 100%;
  color: #fff;
  height: 83px;
  left: 0;
  margin-bottom: 20px;
  margin-left: -60px;
  opacity: 0;
  padding: 5px;
  position: absolute;
  transform: translate3d(0, 5px, 0);
  transition: opacity 0.15s ease 0s, transform 0.15s ease 0s;
  width: 120px;
  will-change: transform, opacity;
}
.lg-outer .lg-pager-thumb-cont img {
  height: 100%;
  width: 100%;
}
.lg-outer .lg-pager {
  background-color: hsla(0, 0%, 100%, 0.5);
  border-radius: 50%;
  box-shadow: inset 0 0 0 8px hsla(0, 0%, 100%, 0.7);
  display: block;
  height: 12px;
  transition: box-shadow 0.3s ease 0s;
  width: 12px;
}
.lg-outer .lg-pager:focus,
.lg-outer .lg-pager:hover {
  box-shadow: inset 0 0 0 8px #fff;
}
.lg-outer .lg-caret {
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px dashed;
  bottom: -10px;
  display: inline-block;
  height: 0;
  left: 50%;
  margin-left: -5px;
  position: absolute;
  vertical-align: middle;
  width: 0;
}
.lg-fullscreen:after {
  content: "\e20c";
}
.lg-fullscreen-on .lg-fullscreen:after {
  content: "\e20d";
}
.lg-outer .lg-dropdown-overlay {
  background-color: rgba(0, 0, 0, 0.25);
  bottom: 0;
  cursor: default;
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition: visibility 0s linear 0.18s, opacity 0.18s linear 0s;
  visibility: hidden;
  will-change: visibility, opacity;
  z-index: 1081;
}
.lg-outer.lg-dropdown-active .lg-dropdown,
.lg-outer.lg-dropdown-active .lg-dropdown-overlay {
  opacity: 1;
  transform: translateZ(0);
  transition-delay: 0s;
  visibility: visible;
}
.lg-outer.lg-dropdown-active .lg-share {
  color: #fff;
}
.lg-outer .lg-dropdown {
  background-color: #fff;
  border-radius: 2px;
  font-size: 14px;
  list-style-type: none;
  margin: 0;
  opacity: 0;
  padding: 10px 0;
  position: absolute;
  right: 0;
  text-align: left;
  top: 50px;
  transform: translate3d(0, 5px, 0);
  transition: transform 0.18s linear 0s, visibility 0s linear 0.5s,
    opacity 0.18s linear 0s;
  visibility: hidden;
  will-change: visibility, opacity, transform;
}
.lg-outer .lg-dropdown:after {
  border: 8px solid transparent;
  border-bottom-color: #fff;
  content: "";
  display: block;
  height: 0;
  position: absolute;
  right: 16px;
  top: -16px;
  width: 0;
}
.lg-outer .lg-dropdown > li:last-child {
  margin-bottom: 0;
}
.lg-outer .lg-dropdown > li:hover a {
  color: #333;
}
.lg-outer .lg-dropdown a {
  color: #333;
  display: block;
  font-family: Open Sans, Helvetica Neue, Helvetica, Arial, sans-serif;
  font-size: 12px;
  padding: 4px 12px;
  white-space: pre;
}
.lg-outer .lg-dropdown a:hover {
  background-color: rgba(0, 0, 0, 0.07);
}
.lg-outer .lg-dropdown .lg-dropdown-text {
  display: inline-block;
  line-height: 1;
  margin-top: -3px;
  vertical-align: middle;
}
.lg-outer .lg-dropdown .lg-icon {
  color: #333;
  display: inline-block;
  float: none;
  font-size: 20px;
  height: auto;
  line-height: 1;
  margin-right: 8px;
  padding: 0;
  vertical-align: middle;
  width: auto;
}
.lg-outer .lg-share {
  position: relative;
}
.lg-outer .lg-share:after {
  content: "\e80d";
}
.lg-outer .lg-share-facebook .lg-icon {
  color: #3b5998;
}
.lg-outer .lg-share-facebook .lg-icon:after {
  content: "\e904";
}
.lg-outer .lg-share-twitter .lg-icon {
  color: #00aced;
}
.lg-outer .lg-share-twitter .lg-icon:after {
  content: "\e907";
}
.lg-outer .lg-share-pinterest .lg-icon {
  color: #cb2027;
}
.lg-outer .lg-share-pinterest .lg-icon:after {
  content: "\e906";
}
.lg-comment-box {
  background-color: #fff;
  bottom: 0;
  max-width: 100%;
  position: absolute;
  right: 0;
  top: 0;
  transform: translate3d(100%, 0, 0);
  transition: transform 0.4s cubic-bezier(0, 0, 0.25, 1) 0s;
  width: 420px;
  will-change: transform;
  z-index: 9999;
}
.lg-comment-box .lg-comment-title {
  color: #fff;
  font-size: 18px;
  margin: 0;
}
.lg-comment-box .lg-comment-header {
  background-color: var(--textColor);
  left: 0;
  padding: 12px 20px;
  position: absolute;
  right: 0;
  top: 0;
}
.lg-comment-box .lg-comment-body {
  height: 100% !important;
  padding-top: 43px !important;
  width: 100% !important;
}
.lg-comment-box .fb-comments {
  background: url(../img/loading.gif) no-repeat scroll 50% #fff;
  display: inline-block;
  height: 100%;
  overflow-y: auto;
  width: 100%;
}
.lg-comment-box .fb-comments[fb-xfbml-state="rendered"] {
  background-image: none;
}
.lg-comment-box .fb-comments > span {
  max-width: 100%;
}
.lg-comment-box .lg-comment-close {
  color: #999;
  cursor: pointer;
  font-size: 20px;
  position: absolute;
  right: 5px;
  top: 12px;
  transition: color 0.2s linear;
  will-change: color;
}
.lg-comment-box .lg-comment-close:hover {
  color: #fff;
}
.lg-comment-box .lg-comment-close:after {
  content: "\e070";
}
.lg-comment-box iframe {
  max-width: 100% !important;
  width: 100% !important;
}
.lg-comment-box #disqus_thread {
  padding: 0 20px;
}
.lg-outer .lg-comment-overlay {
  background-color: rgba(0, 0, 0, 0.25);
  bottom: 0;
  cursor: default;
  left: 0;
  opacity: 0;
  position: fixed;
  right: 0;
  top: 0;
  transition: visibility 0s linear 0.18s, opacity 0.18s linear 0s;
  visibility: hidden;
  will-change: visibility, opacity;
  z-index: 1081;
}
.lg-outer .lg-comment-toggle:after {
  content: "\e908";
}
.lg-outer.lg-comment-active .lg-comment-overlay {
  opacity: 1;
  transform: translateZ(0);
  transition-delay: 0s;
  visibility: visible;
}
.lg-outer.lg-comment-active .lg-comment-toggle {
  color: #fff;
}
.lg-outer.lg-comment-active .lg-comment-box {
  transform: translateZ(0);
}
.lg-outer .lg-img-rotate {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition: transform 0.4s cubic-bezier(0, 0, 0.25, 1) 0s;
}
.lg-outer[data-lg-slide-type="iframe"] .lg-flip-hor,
.lg-outer[data-lg-slide-type="iframe"] .lg-flip-ver,
.lg-outer[data-lg-slide-type="iframe"] .lg-rotate-left,
.lg-outer[data-lg-slide-type="iframe"] .lg-rotate-right,
.lg-outer[data-lg-slide-type="video"] .lg-flip-hor,
.lg-outer[data-lg-slide-type="video"] .lg-flip-ver,
.lg-outer[data-lg-slide-type="video"] .lg-rotate-left,
.lg-outer[data-lg-slide-type="video"] .lg-rotate-right {
  opacity: 0.75;
  pointer-events: none;
}
.lg-rotate-left:after {
  content: "\e900";
}
.lg-rotate-right:after {
  content: "\e901";
}
.lg-icon.lg-flip-hor,
.lg-icon.lg-flip-ver {
  font-size: 26px;
}
.lg-flip-ver:after {
  content: "\e903";
}
.lg-flip-hor:after {
  content: "\e902";
}
.lg-medium-zoom-item {
  cursor: zoom-in;
}
.lg-medium-zoom .lg-outer,
.lg-medium-zoom .lg-outer.lg-grabbing img.lg-object,
.lg-medium-zoom .lg-outer.lg-grab img.lg-object {
  cursor: zoom-out;
}
.lg-relative-caption .lg-outer .lg-sub-html {
  background-image: none;
  bottom: auto;
  padding: 0;
  white-space: normal;
}
.lg-relative-caption .lg-outer .lg-relative-caption-item {
  opacity: 0;
  padding: 16px 0;
  transition: opacity 0.5s ease;
}
.lg-relative-caption .lg-outer .lg-show-caption .lg-relative-caption-item {
  opacity: 1;
}
.lg-group:after {
  clear: both;
  content: "";
  display: table;
}
.lg-container {
  outline: none;
}
.lg-on {
  scroll-behavior: unset;
}
.lg-hide-sub-html .lg-sub-html,
.lg-next,
.lg-pager-outer,
.lg-prev,
.lg-toolbar {
  opacity: 0;
  transition: transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s,
    opacity 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
  will-change: transform, opacity;
}
.lg-show-in.lg-hide-sub-html .lg-sub-html,
.lg-show-in .lg-next,
.lg-show-in .lg-pager-outer,
.lg-show-in .lg-prev,
.lg-show-in .lg-toolbar {
  opacity: 1;
}
.lg-show-in .lg-hide-items .lg-prev {
  opacity: 0;
  transform: translate3d(-10px, 0, 0);
}
.lg-show-in .lg-hide-items .lg-next {
  opacity: 0;
  transform: translate3d(10px, 0, 0);
}
.lg-show-in .lg-hide-items .lg-toolbar {
  opacity: 0;
  transform: translate3d(0, -10px, 0);
}
.lg-show-in .lg-hide-items.lg-hide-sub-html .lg-sub-html {
  opacity: 0;
  transform: translate3d(0, 20px, 0);
}
.lg-outer {
  height: 100%;
  left: 0;
  opacity: 0.001;
  outline: none;
  overflow: hidden;
  position: fixed;
  text-align: left;
  top: 0;
  transition: opacity 0.15s ease 0s;
  width: 100%;
  will-change: auto;
  z-index: 1050;
}
.lg-outer * {
  box-sizing: border-box;
}
.lg-outer.lg-visible,
.lg-outer.lg-zoom-from-image {
  opacity: 1;
}
.lg-outer.lg-css3 .lg-item:not(.lg-start-end-progress).lg-current,
.lg-outer.lg-css3 .lg-item:not(.lg-start-end-progress).lg-next-slide,
.lg-outer.lg-css3 .lg-item:not(.lg-start-end-progress).lg-prev-slide {
  transition-duration: inherit !important;
  transition-timing-function: inherit !important;
}
.lg-outer.lg-css3.lg-dragging .lg-item.lg-current,
.lg-outer.lg-css3.lg-dragging .lg-item.lg-next-slide,
.lg-outer.lg-css3.lg-dragging .lg-item.lg-prev-slide {
  opacity: 1;
  transition-duration: 0s !important;
}
.lg-outer.lg-grab img.lg-object {
  cursor: -webkit-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}
.lg-outer.lg-grabbing img.lg-object {
  cursor: move;
  cursor: -webkit-grabbing;
  cursor: -o-grabbing;
  cursor: -ms-grabbing;
  cursor: grabbing;
}
.lg-outer .lg-content {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}
.lg-outer .lg-inner {
  bottom: 0;
  left: 0;
  position: absolute;
  top: 0;
  transition: opacity 0s;
  white-space: nowrap;
  width: 100%;
}
.lg-outer .lg-item {
  display: none !important;
}
.lg-outer .lg-item:not(.lg-start-end-progress) {
  background: url(../img/loading.gif) no-repeat scroll 50% transparent;
}
.lg-outer.lg-css3 .lg-current,
.lg-outer.lg-css3 .lg-next-slide,
.lg-outer.lg-css3 .lg-prev-slide,
.lg-outer.lg-css .lg-current {
  display: inline-block !important;
}
.lg-outer .lg-img-wrap,
.lg-outer .lg-item {
  display: inline-block;
  height: 100%;
  position: absolute;
  text-align: center;
  width: 100%;
}
.lg-outer .lg-img-wrap:before,
.lg-outer .lg-item:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
.lg-outer .lg-img-wrap {
  bottom: 0;
  font-size: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  white-space: nowrap;
}
.lg-outer .lg-item.lg-complete {
  background-image: none;
}
.lg-outer .lg-item.lg-current {
  z-index: 1060;
}
.lg-outer .lg-object {
  display: inline-block;
  height: auto;
  max-height: 100%;
  max-width: 100%;
  position: relative;
  vertical-align: middle;
  width: auto;
}
.lg-outer .lg-empty-html.lg-sub-html,
.lg-outer .lg-empty-html .lg-sub-html {
  display: none;
}
.lg-outer.lg-hide-download .lg-download {
  opacity: 0.75;
  pointer-events: none;
}
.lg-outer .lg-first-slide .lg-dummy-img {
  left: 50%;
  position: absolute;
  top: 50%;
}
.lg-outer.lg-components-open:not(.lg-zoomed) .lg-components {
  opacity: 1;
  transform: translateZ(0);
}
.lg-outer.lg-components-open:not(.lg-zoomed) .lg-sub-html {
  opacity: 1;
  transition: opacity 0.2s ease-out 0.15s;
}
.lg-backdrop {
  background-color: var(--textColor);
  bottom: 0;
  left: 0;
  opacity: 0;
  position: fixed;
  right: 0;
  top: 0;
  transition: opacity 333ms ease-in 0s;
  will-change: auto;
  z-index: 1040;
}
.lg-backdrop.in {
  opacity: 1;
}
.lg-css3.lg-no-trans .lg-current,
.lg-css3.lg-no-trans .lg-next-slide,
.lg-css3.lg-no-trans .lg-prev-slide {
  transition: none 0s ease 0s !important;
}
.lg-css3.lg-use-css3 .lg-item {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.lg-css3.lg-fade .lg-item {
  opacity: 0;
}
.lg-css3.lg-fade .lg-item.lg-current {
  opacity: 1;
}
.lg-css3.lg-fade .lg-item.lg-current,
.lg-css3.lg-fade .lg-item.lg-next-slide,
.lg-css3.lg-fade .lg-item.lg-prev-slide {
  transition: opacity 0.1s ease 0s;
}
.lg-css3.lg-use-css3 .lg-item.lg-start-progress {
  transition: transform 1s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0s;
}
.lg-css3.lg-use-css3 .lg-item.lg-start-end-progress {
  transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s;
}
.lg-css3.lg-slide.lg-use-css3 .lg-item {
  opacity: 0;
}
.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide {
  transform: translate3d(-100%, 0, 0);
}
.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide {
  transform: translate3d(100%, 0, 0);
}
.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current {
  opacity: 1;
  transform: translateZ(0);
}
.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current,
.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide,
.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide {
  transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
}
.lg-container {
  display: none;
}
.lg-container.lg-show {
  display: block;
}
.lg-container.lg-dragging-vertical .lg-backdrop {
  transition-duration: 0s !important;
}
.lg-container.lg-dragging-vertical .lg-css3 .lg-item.lg-current {
  opacity: 1;
  transition-duration: 0s !important;
}
.lg-inline .lg-backdrop,
.lg-inline .lg-outer {
  position: absolute;
}
.lg-inline .lg-backdrop {
  z-index: 1;
}
.lg-inline .lg-outer {
  z-index: 2;
}
.lg-inline .lg-maximize:after {
  content: "\e909";
}
.lg-components {
  bottom: 0;
  position: absolute;
  transform: translate3d(0, 100%, 0);
  transition: transform 0.35s ease-out 0s;
  z-index: 1080;
}
.header,
.lg-components {
  left: 0;
  right: 0;
  will-change: transform;
}
.header {
  --background-color: #fff;
  --text-color: var(--textColor);
  background-color: var(--background-color);
  position: fixed;
  top: 0;
  transition: all 0.4s;
  width: 100%;
  z-index: 500;
  height:120px;
  display:flex;
  align-items:center;
}
.header.small-header {
  --height-header: 7rem;
  transition: all 0.4s;
}
.header.small-header .btn-wrap .btn-main {
  height: 4rem;
}
.header.hide {
  transform: translateY(-100%);
  transition: transform 0.4s;
}
.header.--white-background .logo img.--black-bd {
  display: block;
}
.header.--black-background {
  --background-color: var(--textColor);
  --text-color: #fff;
}
.header.--black-background .logo img.--black-bd {
  display: none;
}
.header.--black-background .logo img.--white-bd {
  display: block;
}
.header .container {
  height: var(--height-header);
  transition: all 0.4s;
}
.header .inner {
  justify-content: space-between;
  position: relative;
  width: 100%;
}
.header .inner,
.header .menu {
  align-items: center;
  display: flex;
  height: 100%;
}
.header .menu {
  justify-content: center;
}
.header .menu__item {
  font-size: 1.2rem;
  height: 100%;
  position: relative;
  text-transform: uppercase;
}
.header .menu__item:hover .sub-menu {
  opacity: 1;
  pointer-events: auto;
}
.header .menu__link {
  align-items: center;
  color: var(--text-color);
  display: block;
  display: flex;
  height: 100%;
  justify-content: center;
  padding: 1rem 1.5rem;
  position: relative;
}
.header .menu__link:before {
  background-color: var(--mainColor);
  bottom: 0;
  content: "";
  display: block;
  height: 0.5rem;
  left: 0;
  opacity: 0;
  pointer-events: none;
  position: absolute;
  transition: all 0.7s;
  width: 100%;
}
.custom-dots .flickity-page-dots .header .menu__link.dot.is-selected,
.custom-dots .owl-dots .header .menu__link.dot.is-selected,
.header .custom-dots .flickity-page-dots .menu__link.dot.is-selected,
.header .custom-dots .owl-dots .menu__link.dot.is-selected,
.header .menu__link.active {
  color: var(--mainColor);
}
.custom-dots .flickity-page-dots .header .menu__link.dot.is-selected:before,
.custom-dots .owl-dots .header .menu__link.dot.is-selected:before,
.header .custom-dots .flickity-page-dots .menu__link.dot.is-selected:before,
.header .custom-dots .owl-dots .menu__link.dot.is-selected:before,
.header .menu__link.active:before {
  opacity: 1;
  pointer-events: auto;
  transition: all 0.7s;
}
@media screen and (max-width: 1199px) {
  .header .menu__link {
    margin: 0 1rem;
  }
}
.header .menu .sub-menu {
  background-color: var(--background-color);
  bottom: 0;
  left: 0;
  opacity: 0;
  padding: 1rem 2rem;
  pointer-events: none;
  position: absolute;
  transform: translateY(100%);
  z-index: 1000;
}
.header .menu .sub-menu .menu__item {
  text-align: left;
}
.header .menu .sub-menu .menu__link {
  justify-content: flex-start;
  padding: 0.5rem 0;
  transition: all 0.5s;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}
.header .menu .sub-menu .menu__link:hover {
  color: var(--mainColor);
  transition: all 0.5s;
}
.header .menu .sub-menu .menu__link:hover:before {
  display: none;
}
.header .menu > .menu__item {
  align-items: center;
  display: flex;
}
.header .menu > .menu__item:hover {
  transition: background 0.5s;
}
.header .menu > .menu__item:hover > .menu__link {
  background: var(--textColor);
  color: var(--mainColor);
  transition: background 0.5s, color 0.3s;
}
.header .menu > .menu__item:hover > .menu__link:before {
  opacity: 1;
  pointer-events: auto;
}
.header .menu > .menu__item > .menu__link {
  transition: all 0.5s;
}
.custom-dots
  .flickity-page-dots
  .header
  .menu
  > .menu__item
  > .menu__link.dot.is-selected,
.custom-dots
  .owl-dots
  .header
  .menu
  > .menu__item
  > .menu__link.dot.is-selected,
.header
  .custom-dots
  .flickity-page-dots
  .menu
  > .menu__item
  > .menu__link.dot.is-selected,
.header
  .custom-dots
  .owl-dots
  .menu
  > .menu__item
  > .menu__link.dot.is-selected,
.header .menu > .menu__item > .menu__link.active,
.header .menu > .menu__item > .menu__link:active,
.header .menu > .menu__item > .menu__link:hover {
  background: var(--textColor);
  transition: background 0.5s;
}
.header .btn-wrap {
  align-items: center;
  display: flex;
}
@media (max-width: 399px) {
  .header .btn-wrap .btn-main {
    margin: 0 0 0 5px;
  }
}
.header .btn-wrap .btn-hamburger {
  --background: var(--text-color);
  margin-left: 1rem;
}
@media (min-width: 992px) {
  .header .btn-wrap .btn-hamburger {
    display: none;
  }
}
@media (max-width: 399px) {
  .header .btn-wrap .btn-hamburger {
    margin-left: 0;
  }
}
.nav {
  background-color: var(--textColor);
  bottom: 0;
  display: flex;
  height: 0;
  justify-content: center;
  left: 0;
  overflow: hidden;
  padding-bottom: 0;
  padding-top: 0;
  position: fixed;
  right: 0;
  top: var(--height-header);
  transition: all 0.4s;
  width: 100vw;
  z-index: 999;
}
.custom-dots .flickity-page-dots .nav.dot.is-selected,
.custom-dots .owl-dots .nav.dot.is-selected,
.nav.active {
  height: calc(120vh - var(--height-header));
  overflow: auto;
  padding-bottom: 15vh;
  padding-top: 2rem;
  transition: all 0.4s cubic-bezier(0.28, 0.59, 0.71, 0.66);
}
.nav .menu {
  overflow: auto;
  padding: 0 2rem 2rem;
  text-align: left;
  width: 100%;
}
.nav .menu::-webkit-scrollbar {
  width: 7px;
}
.nav .menu::-webkit-scrollbar-track {
  background: #ddd;
}
.nav .menu::-webkit-scrollbar-thumb {
  background: #3f3f3f;
  border-radius: 20px;
}
.nav .menu__link {
  color: #fff;
  display: block;
  padding: 1rem 0;
  position: relative;
  text-transform: uppercase;
}
.nav .menu__link .expand-icon {
  background-image: url(/img/icon-dropdown.svg);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 35% 35%;
  height: 100%;
  position: absolute;
  right: -22px;
  top: 0;
  transform: rotate(270deg);
  transition: transform 0.4s;
  width: 60px;
}
.nav .menu__link .expand-icon.expanded {
  transform: rotate(1turn);
  transition: transform 0.4s;
}
@media screen and (max-width: 1199px) {
  .nav .menu__item .sub-menu {
    max-height: 0;
    overflow: hidden;
    padding-left: 2.5rem;
    transition: all 0.4s;
  }
  .custom-dots .flickity-page-dots .nav .menu__item .sub-menu.dot.is-selected,
  .custom-dots .owl-dots .nav .menu__item .sub-menu.dot.is-selected,
  .nav .menu__item .custom-dots .flickity-page-dots .sub-menu.dot.is-selected,
  .nav .menu__item .custom-dots .owl-dots .sub-menu.dot.is-selected,
  .nav .menu__item .sub-menu.active {
    max-height: 100rem;
    transition: all 0.7s;
  }
}
.footer {
  --spacing: 2.5rem;
  background-color: #0a0a0a;
  padding: 7rem 0;
  position: relative;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .footer {
    --spacing: 2rem;
    padding: 5rem 0;
  }
}
.footer .container {
  position: relative;
}
@media screen and (max-width: 991px) {
  .footer .container {
    max-width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .footer .row .footer-column {
    width: 100%;
  }
  .footer .row .footer-column:not(:last-child) {
    margin-bottom: var(--spacing);
  }
}
.footer .footer-column {
  display: flex;
  flex-direction: column;
  padding: 0 15px;
}
@media (max-width: 1150px) {
  .footer .footer-column {
    width: 33.3333333333%;
  }
}
.footer a,
.footer p {
  color: #fff;
}
@media screen and (max-width: 767px) {
  .footer .switchboard {
    margin-bottom: var(--spacing);
  }
}
.footer .switchboard .switchboard-tel {
  color: #fff;
  display: block;
  font-family: utmab;
  font-size: var(--body32-fs);
  line-height: normal;
  line-height: 1;
  margin-bottom: var(--gap);
  transition: all 0.4s;
}
@media screen and (max-width: 767px) {
  .footer .switchboard .switchboard-tel {
    font-size: var(--body24-fs);
    margin-bottom: 0;
  }
}
.footer-headline {
  color: #fff;
  font-family: utmab;
  font-size: var(--body14-fs);
  margin-bottom: 1.6rem;
}
.footer-headline.--upper {
  text-transform: uppercase;
}
.footer .logo {
  margin-bottom: 1.5rem;
}
.footer .company-info .info-item {
  line-height: var(--body14-lh);
  margin-bottom: 3rem;
}
.footer .company-info .info-item .footer-headline {
  margin-bottom: 0;
}
.footer .company-info .info-item a {
  transition: all 0.4s;
}
.footer .company-info .info-item a:hover {
  opacity: 0.8;
  transition: all 0.4s;
}
.footer .icons {
  --height: auto;
  --width: var(--height);
  --gap: 0;
  display: flex;
  margin-bottom: var(--spacing);
}
.footer .icons .icon {
  height: var(--height);
  margin-bottom: 1rem;
  width: var(--width);
}
.footer .icons .icon:not(:last-child) {
  margin-right: var(--gap);
}
.footer .icons .icon svg * {
  transition: all 0.4s;
  fill:#fff
}
.footer .icons .icon:hover svg * {
  fill: var(--mainColor);
  transition: all 0.4s;
}
.footer .icons.shopping-icons {
  --height: 5rem;
  --gap: 2.5rem;
  --spacing: 1.5rem;
}
@media screen and (max-width: 991px) {
  .footer .icons.shopping-icons {
    --gap: 1.2rem;
    --spacing: 1rem;
  }
}
.footer .icons.download-icons {
  --height: inherit;
  --gap: 0.6rem;
  align-items: center;
  height: auto;
  max-width: 230px;
}
.footer .icons.download-icons > a > img:first-child {
  height: 39px;
}
.footer .icons.download-icons > a > img:last-child {
  margin-top: 10px;
  max-width: 100%;
}
.footer .icons.social-icons {
  --height: 3.2rem;
  --gap: 3rem;
  margin-bottom: 3rem;
  margin-top: 34px;
}
@media screen and (max-width: 991px) {
  .footer .icons.social-icons {
    --gap: 2rem;
    margin-bottom: 3rem;
    margin-top: 2.5rem;
  }
}
@media screen and (max-width: 767px) {
  .footer .icons.social-icons {
    margin-bottom: 0;
  }
}
.footer .site-map {
  line-height: 2.6rem;
  margin-bottom: var(--spacing);
}
.footer .site-map__item a {
  transition: all 0.4s;
}
.footer .site-map__item a:hover {
  opacity: 0.8;
  transition: all 0.4s;
}
.footer .branches {
  display: flex;
  flex-wrap: wrap;
  margin-top: 2.5rem;
}
.footer .branches .branch {
  margin-bottom: var(--gap);
  width: 50%;
}
.footer .branches .branch .footer-headline {
  margin-bottom: 0;
}
@media screen and (max-width: 991px) {
  .footer .branches .branch {
    width: 100%;
  }
}
.footer .icon-bct {
  max-width: 190px;
}
@media screen and (max-width: 991px) {
  .footer .icon-bct {
    max-width: 170px;
  }
}
@media screen and (max-width: 767px) {
  .footer .icon-bct {
    margin-top: 20px;
  }
}
.footer .back-to-top {
  align-items: center;
  bottom: 34px;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  height: 3.7rem;
  justify-content: center;
  position: absolute;
  right: 30px;
  width: 3.7rem;
}
@media screen and (max-width: 991px) {
  .footer .back-to-top {
    right: 0;
  }
}
@media screen and (max-width: 767px) {
  .footer .back-to-top {
    bottom: 1rem;
    right: 3rem;
  }
}
.footer .back-to-top:after {
  color: #fff;
  content: "top";
  display: block;
  font-family: utmab;
  text-transform: uppercase;
}
.footer .back-to-top .img {
  transform: rotate(-90deg);
  width: 100%;
}
.footer .back-to-top svg * {
  fill: #fff;
}
.error-page .exception {
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  line-height: 1.4;
  min-height: 700px;
  text-transform: uppercase;
  width: 100%;
}
.error-page .exception .code {
  font-family: utmab;
  font-size: var(--h0-fs);
}
.error-page .exception .message {
  font-size: var(--body24-fs);
}
.error-page .exception .btn-main {
  margin-top: 40px;
}
.homepage .home-slider .container {
  position: relative;
}
.homepage .home-slider .social-icons {
  --sz: 3.7rem;
  --mb: 2rem;
  bottom: 3.7rem;
  position: absolute;
  right: 1.5rem;
}
.homepage .home-slider .social-icons .icon {
  display: block;
  width: var(--sz);
}
.homepage .home-slider .social-icons .icon:not(:last-child) {
  margin-bottom: var(--mb);
}
.homepage .home-slider .social-icons svg * {
  fill: #fff;
}
@media screen and (max-width: 991px) {
  .homepage .home-slider .social-icons {
    --sz: 2.5rem;
    --mb: 1rem;
  }
}
@media (min-width: 768px) {
  .homepage .modal-section .main-title br {
    display: none;
  }
}
.homepage .company-info-section .company {
  align-items: center;
  display: flex;
  justify-content: space-evenly;
}
.homepage .company-info-section .company-info {
  font-family: utmab;
  text-align: center;
}
.homepage .company-info-section .company-info .heading {
  color: var(--mainColor);
  line-height: 1;
}
.homepage .company-info-section .company-info p {
  color: #fff;
  font-family: utmab;
  font-size: var(--body16-fs);
  margin-top: 0.8rem;
  text-transform: uppercase;
}
@media screen and (max-width: 767px) {
  .homepage .company-info-section .company-info p {
    font-size: var(--body12-fs);
    margin-top: 1rem;
  }
  .homepage .company-info-section .company-info p br {
    display: none;
  }
  .homepage .company-info-section .company {
    justify-content: space-between;
  }
}
.homepage .branches-section {
  background-color: #f2f1f0;
}
.homepage .branches-section .btn-main {
  margin-top: 5rem;
}
@media screen and (max-width: 991px) {
  .homepage .branches-section .btn-main {
    margin-top: 3rem;
  }
  .homepage .news-section .news-container {
    margin-top: 0;
  }
}
.homepage .gallery-section {
  --max-width: 75rem;
  --height-gallery: 54rem;
}
.homepage .gallery-section .gallery-slider {
  height: var(--height-gallery);
}
@media screen and (max-width: 1199px) {
  .homepage .gallery-section .gallery-slider {
    --height-gallery: 40rem;
  }
}
@media screen and (max-width: 991px) {
  .homepage .gallery-section .gallery-slider {
    --height-gallery: 30rem;
  }
}
@media screen and (max-width: 767px) {
  .homepage .gallery-section .gallery-slider {
    --height-gallery: 20rem;
  }
}
.homepage .gallery-section .gallery-slider .flickity-viewport {
  height: 100% !important;
}
.homepage .gallery-section .gallery-slider .gallery-item {
  display: block;
  height: 100%;
  margin-right: 3rem;
  width: 50%;
}
@media screen and (max-width: 767px) {
  .homepage .gallery-section .gallery-slider .gallery-item {
    margin-right: 1.5rem;
    width: 60%;
  }
}
.homepage .gallery-section .gallery-slider .gallery-item img {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
}
.homepage .gallery-section .gallery-slider .gallery-item .description {
  background: #0a0a0a70;
  bottom: 0;
  color: #fff;
  padding: 9px 12px;
  position: absolute;
  width: 100%;
}
.homepage .gallery-section .gallery-navigator {
  --btn-size: 3.5rem;
  --btn-gap: 3rem;
  height: 10rem;
  margin: 3rem auto 0;
  max-width: var(--max-width);
  position: relative;
}
@media screen and (max-width: 991px) {
  .homepage .gallery-section .gallery-navigator {
    height: 9rem;
    max-width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .homepage .gallery-section .gallery-navigator {
    margin: 1.5rem auto 0;
  }
}
@media (max-width: 399px) {
  .homepage .gallery-section .gallery-navigator {
    height: 7rem;
  }
}
.homepage .gallery-section .gallery-navigator .navigator-wrapper {
  height: 100%;
  width: 100%;
}
.homepage .gallery-section .gallery-navigator img {
  height: 100%;
  margin-right: 1rem;
  -o-object-fit: cover;
  object-fit: cover;
  width: 16.6666666667%;
}
@media screen and (max-width: 767px) {
  .homepage .gallery-section .gallery-navigator img {
    width: 20%;
  }
}
.homepage .gallery-section .gallery-navigator .is-nav-selected {
  border: 2px solid var(--mainColor);
  border-radius: 3px;
}
.homepage .gallery-section .gallery-navigator-btn {
  cursor: pointer;
  height: 3.7rem;
  padding: 0;
  position: absolute;
  top: 50%;
  width: 3.7rem;
  z-index: 3;
}
.homepage .gallery-section .gallery-navigator-btn img {
  height: var(--btn-size);
  width: var(--btn-size);
}
.homepage .gallery-section .gallery-navigator-btn.--prev {
  left: calc(var(--btn-gap) * -1);
  transform: translate(calc(var(--btn-size) * -1), -50%) rotate(-180deg);
}
.homepage .gallery-section .gallery-navigator-btn.--next {
  right: calc(var(--btn-gap) * -1);
  transform: translate(calc(var(--btn-size) * 1), -50%);
}
.about-home .text-box .headline,
.factories-page .text-box .headline,
.ingredient-page .text-box .headline {
  font-family: utmab;
  font-size: 2.9rem;
  line-height: 1.2;
  margin-bottom: 3rem;
  text-transform: uppercase;
}
.about-home .text-box .headline.--center,
.factories-page .text-box .headline.--center,
.ingredient-page .text-box .headline.--center {
  margin: 0 auto 3rem;
  text-align: center;
}
.about-home .text-box .content,
.factories-page .text-box .content,
.ingredient-page .text-box .content {
  font-size: var(--body16-fs);
  line-height: var(--body16-lh);
}
.about-home .text-box .content.--center,
.factories-page .text-box .content.--center,
.ingredient-page .text-box .content.--center {
  margin: 0 auto;
  text-align: center;
}
.about-home .banner,
.factories-page .banner,
.ingredient-page .banner {
  align-items: center;
  display: flex;
  height: 24rem;
  justify-content: center;
}
.about-home .banner.background-overlay:after,
.factories-page .banner.background-overlay:after,
.ingredient-page .banner.background-overlay:after {
  opacity: 0.5;
}
.about-home .about-section .text-box.hero-text,
.factories-page .about-section .text-box.hero-text,
.ingredient-page .about-section .text-box.hero-text {
  margin-bottom: var(--pd-section);
}
.about-home .about-section .text-box .headline,
.factories-page .about-section .text-box .headline,
.ingredient-page .about-section .text-box .headline {
  max-width: 76rem;
}
.about-home .about-section .text-box .content,
.factories-page .about-section .text-box .content,
.ingredient-page .about-section .text-box .content {
  max-width: 90rem;
}
.about-home .about-section .about-item,
.factories-page .about-section .about-item,
.ingredient-page .about-section .about-item {
  --text-pd: 5.5rem;
  --padding: 3.4rem;
  background-color: #f2f1f0;
  border-radius: 1.2rem;
  padding: var(--padding);
}
.about-home .about-section .about-item:not(:last-child),
.factories-page .about-section .about-item:not(:last-child),
.ingredient-page .about-section .about-item:not(:last-child) {
  margin-bottom: 2.5rem;
}
.about-home .about-section .about-item .inner,
.factories-page .about-section .about-item .inner,
.ingredient-page .about-section .about-item .inner {
  align-items: center;
  display: flex;
}
@media screen and (max-width: 767px) {
  .about-home .about-section .about-item .inner,
  .factories-page .about-section .about-item .inner,
  .ingredient-page .about-section .about-item .inner {
    display: block;
  }
}
.about-home .about-section .about-item:nth-child(2n) .inner,
.factories-page .about-section .about-item:nth-child(2n) .inner,
.ingredient-page .about-section .about-item:nth-child(2n) .inner {
  flex-flow: row-reverse;
}
.about-home .about-section .about-item:nth-child(2n) .text-box,
.factories-page .about-section .about-item:nth-child(2n) .text-box,
.ingredient-page .about-section .about-item:nth-child(2n) .text-box {
  padding-left: calc(5.5rem - var(--padding));
  padding-right: var(--text-pd);
}
@media screen and (max-width: 767px) {
  .about-home .about-section .about-item:nth-child(2n) .text-box,
  .factories-page .about-section .about-item:nth-child(2n) .text-box,
  .ingredient-page .about-section .about-item:nth-child(2n) .text-box {
    padding-left: 0;
  }
}
.about-home .about-section .about-item .text-box,
.factories-page .about-section .about-item .text-box,
.ingredient-page .about-section .about-item .text-box {
  padding-left: var(--text-pd);
}
.about-home .about-section .about-item .text-box .headline,
.factories-page .about-section .about-item .text-box .headline,
.ingredient-page .about-section .about-item .text-box .headline {
  line-height: 1.2;
}
@media screen and (max-width: 991px) {
  .about-home .about-section .about-item .text-box .headline,
  .factories-page .about-section .about-item .text-box .headline,
  .ingredient-page .about-section .about-item .text-box .headline {
    margin-bottom: 2rem;
  }
}
.about-home .about-section .about-item .text-box .content,
.factories-page .about-section .about-item .text-box .content,
.ingredient-page .about-section .about-item .text-box .content {
  -webkit-line-clamp: 7;
  -webkit-box-orient: vertical;
  display: -webkit-inline-box;
  overflow: hidden;
  text-overflow: ellipsis;
}
.about-home .about-section .about-item .btn-main,
.factories-page .about-section .about-item .btn-main,
.ingredient-page .about-section .about-item .btn-main {
  height: 4.6rem;
  margin-top: 3.5rem;
}
@media screen and (max-width: 991px) {
  .about-home .about-section .about-item,
  .factories-page .about-section .about-item,
  .ingredient-page .about-section .about-item {
    --padding: 2.5rem;
  }
}
@media screen and (max-width: 767px) {
  .about-home .about-section .about-item,
  .factories-page .about-section .about-item,
  .ingredient-page .about-section .about-item {
    --padding: 1.5rem;
    --text-pd: 0;
  }
  .about-home .about-section .about-item .text-box,
  .factories-page .about-section .about-item .text-box,
  .ingredient-page .about-section .about-item .text-box {
    padding: 2rem 0;
  }
  .about-home .about-section .about-item .text-box .headline,
  .factories-page .about-section .about-item .text-box .headline,
  .ingredient-page .about-section .about-item .text-box .headline {
    margin-bottom: 2rem;
  }
  .about-home .about-section .about-item .text-box .headline br,
  .factories-page .about-section .about-item .text-box .headline br,
  .ingredient-page .about-section .about-item .text-box .headline br {
    display: none;
  }
}
.about-home .about-section .about-img,
.factories-page .about-section .about-img,
.ingredient-page .about-section .about-img {
  flex-shrink: 0;
  position: relative;
  width: 67%;
}
.about-home .about-section .about-img img,
.factories-page .about-section .about-img img,
.ingredient-page .about-section .about-img img {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
}
@media screen and (max-width: 991px) {
  .about-home .about-section .about-img,
  .factories-page .about-section .about-img,
  .ingredient-page .about-section .about-img {
    width: 50%;
  }
}
@media screen and (max-width: 767px) {
  .about-home .about-section .about-img,
  .factories-page .about-section .about-img,
  .ingredient-page .about-section .about-img {
    width: 100%;
  }
}
.franchise-home .hero-slider {
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: calc(100vh - var(--height-header));
  max-height: 1000px;
  overflow: hidden;
}
@media screen and (max-width: 991px) {
  .franchise-home .hero-slider {
    background-image: none !important;
    height: 50rem;
  }
}
@media screen and (max-width: 767px) {
  .franchise-home .hero-slider {
    height: 45rem;
  }
}
.franchise-home .hero-slider .wrapper {
  height: 100%;
  width: 100%;
}
.franchise-home .hero-slider .container {
  height: 100%;
}
@media screen and (max-width: 991px) {
  .franchise-home .hero-slider .container {
    max-width: 100% !important;
    padding: 0;
    width: 100%;
  }
}
.franchise-home .hero-slider .container .flickity-viewport {
  height: 100% !important;
}
.franchise-home .hero-slider__item {
  align-items: center;
  display: flex;
  height: 100%;
  position: relative;
  width: 100%;
}
.franchise-home .hero-slider__item video {
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}
@media screen and (max-width: 991px) {
  .franchise-home .hero-slider__item {
    display: block;
  }
  .franchise-home .hero-slider__item video {
    height: 100%;
    width: auto;
  }
}
.franchise-home .hero-slider__img img {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
}
@media (max-width: 1300px) {
  .franchise-home .hero-slider__img img {
    height: 50rem;
  }
}
@media screen and (max-width: 991px) {
  .franchise-home .hero-slider__img {
    height: 100%;
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
  }
  .franchise-home .hero-slider__img:before {
    background-color: #503401;
    content: "";
    height: 100%;
    left: 0;
    opacity: 0.8;
    pointer-events: none;
    position: absolute;
    top: 0;
    width: 100%;
  }
}
.franchise-home .hero-slider__text .headline {
  color: #fff;
  text-transform: uppercase;
}
.franchise-home .hero-slider__text .headline span {
  display: block;
  line-height: 1;
}
.franchise-home .hero-slider__text .headline span:first-child {
  font-size: 3rem;
}
@media screen and (max-width: 767px) {
  .franchise-home .hero-slider__text .headline span:first-child {
    font-size: 2rem;
  }
}
.franchise-home .hero-slider__text .headline span:nth-child(2) {
  font-size: 15rem;
  margin: -12px 0 25px;
}
@media screen and (max-width: 767px) {
  .franchise-home .hero-slider__text .headline span:nth-child(2) {
    font-size: 10rem;
    margin: 1.5rem 0 2rem;
  }
}
.franchise-home .hero-slider__text .headline span:last-child {
  font-size: var(--body12-fs);
  line-height: 1.5;
}
@media screen and (max-width: 991px) {
  .franchise-home .hero-slider__text .headline span:last-child {
    font-size: 1.4rem;
    line-height: 1.6;
  }
  .franchise-home .hero-slider__text {
    left: 50%;
    max-width: 20rem;
    position: absolute;
    text-align: center;
    top: 50%;
    transform: translate(-50%, -50%);
    width: auto;
    z-index: 2;
  }
}
@media (min-width: 992px) {
  .franchise-home .hero-slider .flickity-page-dots {
    left: 0;
    transform: none;
    width: auto;
  }
}
@media (max-width: 1400px) {
  .franchise-home .hero-slider .flickity-page-dots {
    left: 40px;
  }
}
@media (max-width: 1300px) {
  .franchise-home .hero-slider .flickity-page-dots {
    left: 50%;
    transform: translateX(-50%);
  }
}
.franchise-home .image-section .main-title br {
  display: none;
}
@media screen and (max-width: 767px) {
  .franchise-home .image-section .main-title br {
    display: block;
  }
}
.franchise-home .image-section .content-wrap {
  color: #fff;
  display: flex;
  font-size: var(--body16-fs);
  gap: 3rem;
  line-height: 1.4;
  margin-bottom: 6.6rem;
  position: relative;
  text-align: center;
}
.franchise-home .image-section .content-wrap p {
  flex: 1;
}
@media screen and (max-width: 767px) {
  .franchise-home .image-section .content-wrap {
    display: block;
    max-width: 60.6rem;
  }
  .franchise-home .image-section .content-wrap p:not(:last-child) {
    margin-bottom: 3rem;
  }
}
.franchise-home .image-section .image-wrapper {
  --last-row: 4rem;
  --gr-gap: 1.5rem;
  --row: 16rem;
  display: grid;
  gap: var(--gr-gap);
  grid-template-columns: 4fr 2fr;
}
@media screen and (max-width: 767px) {
  .franchise-home .image-section .image-wrapper {
    display: block;
  }
}
@media screen and (max-width: 991px) {
  .franchise-home .image-section .image-wrapper {
    --gr-gap: 1rem;
    --row: 12rem;
  }
}
.franchise-home .image-section .image-wrapper .inner {
  display: grid;
  gap: var(--gr-gap);
  grid-template-columns: 1fr 1fr;
  grid-template-rows: repeat(3, var(--row)) var(--last-row);
}
@media screen and (max-width: 767px) {
  .franchise-home .image-section .image-wrapper .inner {
    display: block;
    height: 10rem;
    margin: 1.5rem 0;
  }
  .franchise-home .image-section .image-wrapper .inner .img {
    margin-right: 1.5rem;
    width: 33.3333333333%;
  }
  .franchise-home .image-section .image-wrapper .inner .img.is-selected {
    border: 1px solid var(--mainColor);
  }
}
.franchise-home .image-section .image-wrapper .inner .img {
  overflow: hidden;
  position: relative;
}
.franchise-home .image-section .image-wrapper .inner .img:before {
  background-color: hsla(0, 0%, 4%, 0.3);
  bottom: 0;
  content: "";
  left: 0;
  opacity: 0;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: 0;
  transition: all 0.4s;
  z-index: 2;
}
.franchise-home .image-section .image-wrapper .inner .img:hover:before {
  opacity: 1;
  transition: opacity 0.4s;
}
.franchise-home .image-section .image-wrapper .inner .img:hover img {
  transform: scale(1.03);
  transform-origin: center;
  transition: transform 0.4s;
}
.franchise-home .image-section .image-wrapper .img {
  cursor: pointer;
  height: 100%;
  width: 100%;
}
.franchise-home .image-section .image-wrapper .img img {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  transform-origin: center;
  transition: all 0.4s;
  width: 100%;
}
.franchise-home .image-section .image-wrapper .img.--main-content {
  overflow: hidden;
  position: relative;
}
.franchise-home .image-section .image-wrapper .img.--main-content img {
  left: 50%;
  opacity: 0;
  pointer-events: none;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.4s;
}
.franchise-home .image-section .image-wrapper .img.--main-content img.show {
  opacity: 1;
  pointer-events: auto;
  transition: all 0.4s;
}
@media screen and (max-width: 767px) {
  .franchise-home .image-section .image-wrapper .img.--main-content {
    height: 30rem;
  }
}
.franchise-home .image-section .pagination {
  bottom: 0;
  height: var(--last-row);
  justify-content: space-between;
  position: absolute;
  right: 0;
}
.franchise-home .image-section .pagination a {
  color: #fff;
}
.franchise-home .image-section .pagination a:hover {
  color: var(--mainColor);
}
.franchise-home .image-section .pagination .btn-arrow {
  filter: invert(1);
  opacity: 1;
  transition: all 0.5s;
}
.franchise-home .image-section .pagination .btn-arrow:hover {
  opacity: 0.5;
  transition: all 0.5s;
}
@media screen and (max-width: 767px) {
  .franchise-home .image-section .pagination {
    display: none;
  }
}
.franchise-home .category-section .modal-container .modal-item__headline {
  font-family: utmab;
  font-size: var(--h2-fs);
}
.franchise-home .category-section .modal-container .modal-item__img img {
  filter: grayscale(1);
}
.franchise-home .category-section .modal-container .modal-item__content,
.franchise-home .category-section .modal-container .modal-item__icon {
  display: block;
}
.franchise-home .category-section .modal-container .modal-item__icon {
  height: 8rem;
  opacity: 1;
  transform: translate(-50%, calc(-50% - var(--heightHeadline) / 2));
  width: auto;
}
.franchise-home .category-section .modal-container .modal-item__icon img {
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
.franchise-home .category-section .modal-container .modal-item:after {
  display: block;
  opacity: 1;
}
.franchise-home
  .category-section
  .modal-container
  .modal-item:hover
  .modal-item__icon {
  opacity: 0;
}
.franchise-home
  .category-section
  .modal-container
  .modal-item:hover
  .modal-item__content,
.franchise-home
  .category-section
  .modal-container
  .modal-item:hover
  .modal-item__icon {
  transform: translate(-50%, calc(-50% - var(--heightHeadline) / 2));
}
.franchise-home .about-section {
  --title-size: 3rem;
}
.franchise-home .about-section .inner {
  align-items: center;
  display: flex;
  gap: 3rem;
}
@media screen and (max-width: 991px) {
  .franchise-home .about-section .inner {
    display: block;
  }
}
.franchise-home .about-section .container {
  position: relative;
}
.franchise-home .about-section .coffee-tree {
  bottom: 0;
  max-height: none;
  max-width: 42rem;
  top: auto;
  transform: translateY(80%);
}
@media screen and (max-width: 991px) {
  .franchise-home .about-section .coffee-tree {
    display: none;
  }
}
.franchise-home .about-section .content {
  color: #fff;
  flex-shrink: 0;
}
.franchise-home .about-section .content .main-title {
  font-size: var(--title-size);
  margin-bottom: 2rem;
  text-align: left;
}
.franchise-home .about-section .content p {
  font-size: 1.6rem;
  line-height: 1.2;
  margin-bottom: 2rem;
}
@media screen and (max-width: 991px) {
  .franchise-home .about-section .content p {
    font-size: 1.4rem;
  }
  .franchise-home .about-section .content {
    margin: auto;
    max-width: 500px;
    width: 100%;
  }
}
.franchise-home .about-section .company-info {
  flex-shrink: 0;
  position: relative;
}
.franchise-home .about-section .company-info .svg {
  height: 100%;
  left: 35px;
  position: absolute;
  top: 0;
  width: 100%;
}
@media screen and (max-width: 991px) {
  .franchise-home .about-section .company-info .svg {
    display: block;
    left: auto;
    position: relative;
    top: auto;
  }
}
.franchise-home .about-section .company-info .cls-2 {
  fill: var(--mainColor);
}
.franchise-home .about-section .company-info .cls-3 {
  fill: #fff;
}
.franchise-home .about-section .company-info .cls-4 {
  fill: var(--mainColor);
}
.franchise-home .about-section .company-info .cls-6 {
  font-family: utmab;
}
.franchise-home .about-section .company-info .content-info {
  color: #fff;
  font-size: var(--body16-fs);
  line-height: 1.3;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.franchise-home .about-section .company-info .content-info strong {
  color: var(--mainColor);
  font-family: utmab;
  font-size: var(--body40-fs);
}
.franchise-home .about-section .company-info .content-info span {
  display: block;
}
.franchise-home .about-section .company-info .content-info p {
  margin-bottom: 5px;
}
@media screen and (max-width: 991px) {
  .franchise-home .about-section .company-info {
    margin: 5rem auto;
    width: 70%;
  }
}
@media screen and (max-width: 767px) {
  .franchise-home .about-section .company-info {
    width: 100%;
  }
}
@media (min-width: 992px) {
  .franchise-home .about-section .company-info {
    height: 435px;
  }
}
.franchise-home .about-section .frenchise {
  flex: 1;
}
.franchise-home .about-section .frenchise .main-title {
  font-size: var(--title-size);
  text-align: right;
}
@media screen and (max-width: 991px) {
  .franchise-home .about-section .frenchise .main-title {
    text-align: center;
  }
}
.franchise-home .about-section .frenchise .main-title span {
  display: block;
}
.franchise-home .about-section .frenchise .main-title span:last-child {
  color: #fff;
}
.franchise-home .about-section .frenchise img {
  margin: 0 auto;
}
.franchise-home .equipments-section:after {
  background-color: #0a0a0a;
  bottom: 0;
  content: "";
  height: 50%;
  position: absolute;
  right: 0;
  width: 100%;
}
.franchise-home .equipments-slider {
  --btn-size: 3.5rem;
  position: relative;
}
.franchise-home .equipments-slider .owl-carousel {
  margin: 0 auto;
  max-width: calc(100% - var(--btn-size) * 2);
}
.franchise-home .equipments-slider__item .img {
  align-items: flex-end;
  display: flex;
  height: 25rem;
}
.franchise-home .equipments-slider__item .img img {
  display: block;
  margin: 0 auto;
  -o-object-fit: contain;
  object-fit: contain;
  width: auto;
}
@media screen and (max-width: 767px) {
  .franchise-home .equipments-slider__item .img {
    height: 17rem;
  }
}
@media (max-width: 399px) {
  .franchise-home .equipments-slider__item .img {
    height: 12rem;
  }
}
.franchise-home .equipments-slider__content {
  color: #fff;
  margin-top: 3rem;
  text-align: center;
  text-transform: uppercase;
}
.franchise-home .equipments-slider .btn-arrow {
  filter: invert(1);
  position: absolute;
  top: 50%;
  z-index: 3;
}
.franchise-home .equipments-slider .btn-arrow.--prev {
  left: 15px;
  transform: translate(-100%, -50%) rotate(180deg);
}
@media screen and (max-width: 1199px) {
  .franchise-home .equipments-slider .btn-arrow.--prev {
    left: 30px;
  }
}
.franchise-home .equipments-slider .btn-arrow.--next {
  right: 15px;
  transform: translate(100%, -50%);
}
@media screen and (max-width: 1199px) {
  .franchise-home .equipments-slider .btn-arrow.--next {
    right: 30px;
  }
}
@media screen and (max-width: 767px) {
  .franchise-home .equipments-slider .btn-arrow {
    bottom: 0;
    top: auto;
  }
  .franchise-home .equipments-slider .btn-arrow.--prev {
    left: 0;
    transform: translateY(100%) rotate(180deg);
  }
  .franchise-home .equipments-slider .btn-arrow.--next {
    right: 0;
    transform: translateY(100%);
  }
}
.franchise-home .pricing .main-title.--center br {
  display: none;
}
@media (min-width: 992px) {
  .franchise-home .pricing-wrapper {
    align-items: flex-end;
    display: flex;
    margin-left: -15px;
  }
}
.franchise-home .pricing-wrapper .flickity-slider {
  align-items: center;
  display: flex;
}
.franchise-home .pricing-item {
  --border-item-cl: #c3c2c2;
  --background-btn: #e5e4e4;
  border: 1px solid var(--border-item-cl);
  border-radius: 1.5rem;
  overflow: hidden;
}
@media screen and (max-width: 991px) {
  .franchise-home .pricing-item {
    margin-right: 15px;
    width: 60%;
  }
}
@media screen and (max-width: 767px) {
  .franchise-home .pricing-item {
    margin-right: 10px;
    width: 80%;
  }
}
@media (min-width: 992px) {
  .franchise-home .pricing-item {
    flex: 1;
    margin-left: 15px;
  }
}
.franchise-home .pricing-item__header {
  background-color: #0a0a0a;
  padding: 2.5rem 0;
}
.franchise-home .pricing-item__header .main-title {
  font-size: var(--body24-fs);
  margin-bottom: 0;
  text-align: center;
}
.franchise-home .pricing-item__header .main-title span {
  display: block;
}
.franchise-home .pricing-item__header .main-title span:first-child {
  font-family: utma;
  font-size: var(--body16-fs);
}
.franchise-home .pricing-item__content {
  --height-content: 6.6rem;
}
.franchise-home .pricing-item__content .content {
  align-items: center;
  display: flex;
  justify-content: center;
  min-height: var(--height-content);
  padding: 0 1.5rem;
  text-align: center;
}
.franchise-home .pricing-item__content .content:first-child {
  background-color: var(--background-btn);
  font-family: utmab;
}
.franchise-home .pricing-item__content .content:not(:last-child) {
  border-bottom: 1px solid var(--border-item-cl);
}
.franchise-home .pricing-item__content .content.--pricing {
  --height-content: 10rem;
  flex-direction: column;
}
.franchise-home .pricing-item__content .content.--pricing span {
  font-family: utmab;
  font-size: 3rem;
  line-height: 1.2;
}
@media screen and (max-width: 767px) {
  .franchise-home .pricing-item__content .content.--pricing {
    --height-content: 9rem;
  }
}
.franchise-home .pricing-item__content .content:last-child {
  --height-content: 10.5rem;
}
@media screen and (max-width: 767px) {
  .franchise-home .pricing-item__content .content:last-child {
    --height-content: 7.5rem;
  }
  .franchise-home .pricing-item__content {
    --height-content: 5.5rem;
  }
}
.franchise-home .pricing-item:not(.active) .btn-main {
  background-color: var(--background-btn);
  border: 1px solid var(--border-item-cl);
}
.franchise-home .pricing-item:not(.active) .btn-main:hover {
  background-color: var(--textColor);
}
.custom-dots
  .flickity-page-dots
  .franchise-home
  .pricing-item.dot.is-selected
  .pricing-item__header,
.custom-dots
  .owl-dots
  .franchise-home
  .pricing-item.dot.is-selected
  .pricing-item__header,
.franchise-home
  .custom-dots
  .flickity-page-dots
  .pricing-item.dot.is-selected
  .pricing-item__header,
.franchise-home
  .custom-dots
  .owl-dots
  .pricing-item.dot.is-selected
  .pricing-item__header,
.franchise-home .pricing-item.active .pricing-item__header {
  background-color: var(--mainColor);
}
@media (min-width: 992px) {
  .custom-dots
    .flickity-page-dots
    .franchise-home
    .pricing-item.dot.is-selected
    .pricing-item__header,
  .custom-dots
    .owl-dots
    .franchise-home
    .pricing-item.dot.is-selected
    .pricing-item__header,
  .franchise-home
    .custom-dots
    .flickity-page-dots
    .pricing-item.dot.is-selected
    .pricing-item__header,
  .franchise-home
    .custom-dots
    .owl-dots
    .pricing-item.dot.is-selected
    .pricing-item__header,
  .franchise-home .pricing-item.active .pricing-item__header {
    padding: 4.8rem 0;
  }
}
.custom-dots
  .flickity-page-dots
  .franchise-home
  .pricing-item.dot.is-selected
  .pricing-item__header
  .main-title,
.custom-dots
  .owl-dots
  .franchise-home
  .pricing-item.dot.is-selected
  .pricing-item__header
  .main-title,
.franchise-home
  .custom-dots
  .flickity-page-dots
  .pricing-item.dot.is-selected
  .pricing-item__header
  .main-title,
.franchise-home
  .custom-dots
  .owl-dots
  .pricing-item.dot.is-selected
  .pricing-item__header
  .main-title,
.franchise-home .pricing-item.active .pricing-item__header .main-title {
  color: var(--textColor);
}
.custom-dots
  .flickity-page-dots
  .franchise-home
  .pricing-item.dot.is-selected
  .pricing-item__content,
.custom-dots
  .owl-dots
  .franchise-home
  .pricing-item.dot.is-selected
  .pricing-item__content,
.franchise-home
  .custom-dots
  .flickity-page-dots
  .pricing-item.dot.is-selected
  .pricing-item__content,
.franchise-home
  .custom-dots
  .owl-dots
  .pricing-item.dot.is-selected
  .pricing-item__content,
.franchise-home .pricing-item.active .pricing-item__content {
  background-color: #feefd1;
}
@media screen and (max-width: 991px) {
  .franchise-home .pricing .container {
    margin: 0;
    max-width: 100%;
    padding-right: 0;
    width: 100%;
  }
  .franchise-home .pricing .container h2.main-title {
    padding-right: var(--gap);
  }
  .franchise-home .pricing .container h2.main-title br {
    display: block;
  }
}
.franchise-detail {
  --pd-section: 50px;
}
.franchise-detail .content-section {
  display: flex;
  will-change: auto;
}
.franchise-detail .content-section .row {
  align-items: flex-start;
}
.franchise-detail .content-section .content-main {
  margin-top: -4rem;
  padding: 0 var(--gap);
}
@media screen and (max-width: 1199px) {
  .franchise-detail .content-section .content-main {
    width: 70%;
  }
}
@media screen and (max-width: 991px) {
  .franchise-detail .content-section .content-main {
    width: 100%;
  }
}
.franchise-detail .content-section .content-sub {
  flex-shrink: 0;
  padding: 0 var(--gap);
}
@media screen and (max-width: 1199px) {
  .franchise-detail .content-section .content-sub {
    width: 30%;
  }
}
@media screen and (max-width: 991px) {
  .franchise-detail .content-section .content-sub {
    display: flex;
    display: none;
    gap: 2rem;
    width: 100%;
  }
}
.franchise-detail .content-section .content-sub.fix-to-scroll {
  position: fixed;
  top: 10px;
}
.franchise-detail .content-section .title-text.--lv1 {
  margin-bottom: 4rem;
  margin-top: 4rem;
}
.franchise-detail .content-section .title-text.--lv2 {
  margin-bottom: 3rem;
  margin-top: 4.5rem;
  text-transform: uppercase;
}
.franchise-detail .content-section ol,
.franchise-detail .content-section p {
  line-height: 2.4rem;
}
.franchise-detail .content-section ol {
  list-style-type: disc;
  padding-left: 2rem;
}
.franchise-detail .content-section img {
  width: 100%;
}
.franchise-detail .content-section .tags {
  --tags-background: #f4f3f2;
  --col: 3;
  --gap: 3rem;
  display: flex;
  justify-content: space-between;
  margin-top: 6.5rem;
}
.franchise-detail .content-section .tags__item {
  background-color: var(--tags-background);
  padding: 4.2rem 2.5rem 5.5rem;
  text-align: center;
  width: calc(100% / var(--col) - var(--gap) * (var(--col) - 1) / var(--col));
}
.franchise-detail .content-section .tags__item .img {
  height: 6rem;
  margin: 0 auto;
  width: 5.5rem;
}
.franchise-detail .content-section .tags__item .img svg {
  height: 100%;
  width: 100%;
}
.franchise-detail .content-section .tags__item .title-text {
  font-size: 2.4rem;
  line-height: 1.2;
  margin: 2.5rem auto;
  text-transform: uppercase;
}
@media screen and (max-width: 1199px) {
  .franchise-detail .content-section .tags {
    --gap: 2rem;
  }
  .franchise-detail .content-section .tags__item {
    padding: 3.2rem 2rem 4rem;
  }
}
@media screen and (max-width: 767px) {
  .franchise-detail .content-section .tags {
    display: block;
  }
  .franchise-detail .content-section .tags__item {
    margin-bottom: 2rem;
    width: 100%;
  }
}
.franchise-detail .content-section .accordian .accordian-heading {
  align-items: center;
  border-bottom: 1px solid #a6a6a6;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  padding: 2rem 0;
}
.franchise-detail .content-section .accordian .accordian-heading .heading-text {
  margin: 0;
}
.franchise-detail .content-section .accordian .accordian-heading .expand-btn {
  display: block;
  height: 2rem;
  padding: 0;
  width: 2rem;
}
.franchise-detail
  .content-section
  .accordian
  .accordian-heading
  .expand-btn
  svg {
  transform: rotate(-90deg);
  transition: all 0.4s;
}
.franchise-detail
  .content-section
  .accordian
  .accordian-heading
  .expand-btn
  svg
  * {
  stroke: var(--textColor);
  transition: all 0.4s;
}
.custom-dots
  .flickity-page-dots
  .franchise-detail
  .content-section
  .accordian
  .accordian-heading.dot.is-selected
  .expand-btn
  svg,
.custom-dots
  .owl-dots
  .franchise-detail
  .content-section
  .accordian
  .accordian-heading.dot.is-selected
  .expand-btn
  svg,
.franchise-detail
  .content-section
  .accordian
  .accordian-heading.active
  .expand-btn
  svg,
.franchise-detail
  .content-section
  .accordian
  .custom-dots
  .flickity-page-dots
  .accordian-heading.dot.is-selected
  .expand-btn
  svg,
.franchise-detail
  .content-section
  .accordian
  .custom-dots
  .owl-dots
  .accordian-heading.dot.is-selected
  .expand-btn
  svg {
  transform: none;
  transition: all 0.4s;
}
.custom-dots
  .flickity-page-dots
  .franchise-detail
  .content-section
  .accordian
  .accordian-heading.dot.is-selected
  .expand-btn
  svg
  *,
.custom-dots
  .owl-dots
  .franchise-detail
  .content-section
  .accordian
  .accordian-heading.dot.is-selected
  .expand-btn
  svg
  *,
.franchise-detail
  .content-section
  .accordian
  .accordian-heading.active
  .expand-btn
  svg
  *,
.franchise-detail
  .content-section
  .accordian
  .custom-dots
  .flickity-page-dots
  .accordian-heading.dot.is-selected
  .expand-btn
  svg
  *,
.franchise-detail
  .content-section
  .accordian
  .custom-dots
  .owl-dots
  .accordian-heading.dot.is-selected
  .expand-btn
  svg
  * {
  stroke: var(--mainColor);
  transition: all 0.4s;
}
.franchise-detail .content-section .accordian-content {
  display: none;
  padding: 2.5rem 0 4rem;
}
.franchise-detail .content-section .rounds {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.franchise-detail .content-section .rounds .round {
  --round-size: 23rem;
  --icon-size: 4.5rem;
  align-items: center;
  background-color: var(--textColor);
  border-radius: 50%;
  color: var(--mainColor);
  display: flex;
  flex-direction: column;
  height: var(--round-size);
  justify-content: center;
  line-height: 1.4;
  text-align: center;
  width: var(--round-size);
}
.franchise-detail .content-section .rounds .round i {
  display: block;
  height: var(--icon-size);
  margin-bottom: 1.5rem;
  width: var(--icon-size);
}
.franchise-detail .content-section .rounds .round p {
  font-size: 2.4rem;
  line-height: 2.8rem;
}
.franchise-detail .content-section .rounds .round p b {
  font-family: utmab;
  text-transform: uppercase;
}
@media screen and (max-width: 767px) {
  .franchise-detail .content-section .rounds {
    gap: 4rem;
    justify-content: center;
  }
}
.franchise-detail .content-section .progress {
  --process-outer-padding: 1.5rem;
  --date-inner-padding: 3.6rem;
  --content-outer-padding: 6.3rem;
  --circle-size: 1.2rem;
  --content-inner-padding: 3rem 4rem;
  margin-bottom: 4rem;
}
.franchise-detail
  .content-section
  .progress-item:first-child
  .progress
  .outer:before,
.franchise-detail .content-section .progress .progress-date:before,
.franchise-detail
  .content-section
  .progress
  .progress-item:first-child
  .outer:before,
.franchise-detail .content-section .progress .rounded {
  border-radius: 50%;
  height: var(--circle-size);
  position: absolute;
  width: var(--circle-size);
}
.franchise-detail .content-section .progress-item {
  align-items: stretch;
  display: flex;
}
.franchise-detail .content-section .progress-item .title-text {
  margin: 0 0 1rem;
}
.franchise-detail .content-section .progress-item:first-child .outer:before {
  background-color: var(--textColor);
  content: "";
  left: 0;
  top: 0;
  transform: translate(calc(-50% - 0.5px), -50%);
}
.franchise-detail .content-section .progress-item:last-child .progress-date {
  color: var(--mainColor);
  font-family: utmab;
  font-size: 2.4rem;
  text-align: right;
}
.franchise-detail
  .content-section
  .progress-item:last-child
  .progress-date:after {
  height: 50%;
  top: 0;
}
@media screen and (max-width: 767px) {
  .franchise-detail .content-section .progress-item:last-child .progress-date {
    font-size: 1.8rem;
  }
}
.franchise-detail .content-section .progress-date {
  align-items: flex-end;
  display: flex;
  flex-direction: column;
  font-size: var(--body16-fs);
  justify-content: center;
  line-height: 1.3;
  min-width: 16rem;
  padding: var(--process-outer-padding);
  padding-right: var(--date-inner-padding);
  position: relative;
  text-transform: uppercase;
}
.franchise-detail .content-section .progress-date span {
  display: block;
  font-size: 4.2rem;
}
@media screen and (max-width: 767px) {
  .franchise-detail .content-section .progress-date span {
    font-size: 3.5rem;
  }
}
.franchise-detail .content-section .progress-date:after {
  background-color: var(--textColor);
  content: "";
  height: 100%;
  position: absolute;
  right: 0;
  width: 1px;
}
.franchise-detail .content-section .progress-date:before {
  background-color: var(--mainColor);
  content: "";
  right: 0;
  top: 50%;
  transform: translate(calc(50% - 0.5px), -50%);
  z-index: 2;
}
.franchise-detail .content-section .progress-date:empty:before {
  background-color: var(--textColor);
}
.franchise-detail .content-section .progress-date:empty + .outer {
  margin-left: -4rem;
}
@media screen and (max-width: 767px) {
  .franchise-detail .content-section .progress-date:empty + .outer {
    margin-left: -2rem;
  }
  .franchise-detail .content-section .progress-date {
    min-width: 12rem;
  }
}
.franchise-detail .content-section .progress .outer {
  flex: 1;
  padding: var(--process-outer-padding);
  padding-left: var(--content-outer-padding);
  position: relative;
}
.franchise-detail .content-section .progress-content {
  background-color: #f4f3f2;
  border-radius: 0.5rem;
  padding: var(--content-inner-padding);
}
@media screen and (max-width: 767px) {
  .franchise-detail .content-section .progress {
    --process-outer-padding: 1.5rem;
    --date-inner-padding: 2.5rem;
    --content-outer-padding: 3.3rem;
    --circle-size: 1.2rem;
    --content-inner-padding: 1.5rem 2.5rem;
  }
  .franchise-detail .content-section .advertising {
    display: none;
  }
}
.franchise-detail .cards {
  --column: 2;
  --card-gap: 3rem;
  --bd-cl: #c3c2c2;
  --row-bg: #f4f3f2;
  --first-row-bg: #e5e4e4;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  margin-bottom: 6rem;
  margin-left: calc(var(--card-gap) * -1);
}
.franchise-detail .cards .cards-item {
  border-radius: 2rem;
  line-height: 1;
  margin-bottom: 2.8rem;
  margin-left: var(--card-gap);
  overflow: hidden;
  text-align: center;
  width: calc(100% / var(--column) - var(--card-gap));
}
.franchise-detail .cards .cards-item .card-row {
  background-color: var(--row-bg);
  padding: 2.3rem 0;
}
.franchise-detail .cards .cards-item .card-row:first-child {
  background-color: var(--textColor);
  padding: 3rem 0;
}
.franchise-detail .cards .cards-item .card-row:first-child .heading span {
  display: block;
}
.franchise-detail
  .cards
  .cards-item
  .card-row:first-child
  .heading
  span:first-child {
  font-size: var(--body16-fs);
}
.franchise-detail
  .cards
  .cards-item
  .card-row:first-child
  .heading
  span:last-child {
  font-family: utmab;
}
.franchise-detail .cards .cards-item .card-row:not(:last-child) {
  border-bottom: 1px solid var(--bd-cl);
}
.franchise-detail .cards .cards-item .card-row:nth-child(2) {
  background-color: var(--first-row-bg);
  font-family: utmab;
}
.franchise-detail .cards .cards-item .card-row.--pricing p:first-child {
  margin-bottom: 2rem;
}
.franchise-detail .cards .cards-item .card-row.--pricing p:last-child {
  font-family: utmab;
  font-size: 4.2rem;
  line-height: 4.4rem;
}
.franchise-detail .cards .cards-item .btn-main {
  background-color: var(--first-row-bg);
  border: 1px solid var(--bd-cl);
}
.franchise-detail .cards .cards-item .btn-main:hover {
  background-color: var(--textColor);
}
@media screen and (max-width: 767px) {
  .franchise-detail .cards .cards-item {
    margin-left: 0;
    width: 100%;
  }
  .franchise-detail .cards .cards-item .card-row {
    padding: 1.8rem;
  }
  .franchise-detail .cards .cards-item .card-row:first-child {
    padding: 2.5rem 0;
  }
  .franchise-detail .cards {
    display: block;
    margin-left: 0;
  }
}
.news-page .headline-section {
  padding: 3rem 0;
}
.news-page .headline-section .coffee-tree {
  transform: translateY(-135px);
}
.news-page .headline-section .outer {
  align-items: end;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.news-page .headline-section .outer .news-container .tab-inner {
  margin: 0;
  padding: 0;
}
.news-page .news-section {
  margin-top: -5.6rem;
}
@media screen and (max-width: 767px) {
  .news-page .news-section {
    margin-top: 3rem;
  }
}
.news-page .news-section .news-container .tab-inner {
  margin-bottom: 6.3rem;
}
@media screen and (max-width: 767px) {
  .news-page .news-section .news-container .tab-inner {
    margin-bottom: 2rem;
  }
}
.news-page .news-section .news-container .news-list {
  margin-bottom: 40px;
}
@media screen and (max-width: 991px) {
  .news-page .news-section .news-container .news-list {
    margin-bottom: 20px;
  }
}
.news-page .news-section .row {
  align-items: flex-start;
  border-top: 1px solid #b5b5b5;
  justify-content: space-between;
  margin-left: 0;
  margin-right: 0;
}
.news-page .news-section .news-list-vertical .news-item:last-child {
  border-bottom: none;
}
@media screen and (max-width: 991px) {
  .news-page .news-section .mini-news,
  .news-page .news-section .news-list-vertical {
    width: 100%;
  }
}
.news-page .pagination {
  margin: 8rem 0 10rem;
}
.news-page .pagination .btn-arrow.--prev {
  margin-right: 4rem;
}
.news-page .pagination .btn-arrow.--next {
  margin-left: 4rem;
}
@media screen and (max-width: 767px) {
  .news-page .pagination {
    margin: 4rem 0 5rem;
  }
}
.news-page.tag-page .news-section {
  margin-top: 0;
}
.news-page.tag-page .news-section .row {
  border-top: none;
}
.news-detail-page .headline-section .title-text {
  margin-bottom: 2rem;
}
.news-detail-page .headline-section .outer {
  align-items: flex-end;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 991px) {
  .news-detail-page .headline-section .outer .post-info:first-child,
  .news-detail-page .headline-section .outer .post-info:last-child {
    width: auto;
  }
}
.news-detail-page .headline-section .outer .post-info .post-info {
  width: auto;
}
.news-detail-page
  .headline-section
  .outer
  .post-info
  .post-info
  span:first-child:after {
  content: "|";
  display: inline;
  margin: 0 2px;
}
@media screen and (max-width: 991px) {
  .news-detail-page .headline-section .outer .post-info .post-info {
    margin-bottom: 1rem;
  }
  .news-detail-page .headline-section .outer {
    display: block;
  }
  .news-detail-page .headline-section .outer .tags-list {
    margin: 2rem 0;
  }
}
.news-detail-page .tags-list {
  --tag-gap: 1rem;
  margin-bottom: 4.5rem;
}
.news-detail-page .tags-list p {
  font-size: var(--body14-fs);
  margin-bottom: 1.1rem;
}
.news-detail-page .tags-list .tags-wrapper {
  display: flex;
  flex-wrap: wrap;
  margin-left: calc(var(--tag-gap) * -1);
}
.news-detail-page .tags-list__item {
  align-items: center;
  border: 1px solid #a7a7a7;
  border-radius: 5px;
  display: block;
  display: flex;
  justify-content: center;
  line-height: 1;
  margin-bottom: 0.5rem;
  margin-left: var(--tag-gap);
  min-width: -webkit-max-content;
  min-width: -moz-max-content;
  min-width: max-content;
  transition: all 0.4s;
}
.news-detail-page .tags-list__item a {
  font-size: var(--body10-fs);
  padding: 0.6rem 0.8rem;
  text-transform: uppercase;
}
.news-detail-page .tags-list__item:hover {
  background-color: var(--textColor);
  border-color: var(--textColor);
  transition: all 0.4s;
}
.news-detail-page .tags-list__item:hover a {
  color: #fff;
}
.news-detail-page .social-sharing p {
  margin-bottom: 1.5rem;
}
.news-detail-page .social-sharing .social-links {
  display: flex;
}
.news-detail-page .social-sharing .social-links a {
  padding: 0 0.6rem;
  transition: all 0.4s;
}
.news-detail-page .social-sharing .social-links a:first-child {
  padding-left: 0;
}
.news-detail-page .social-sharing .social-links a:hover {
  opacity: 0.5;
  transition: all 0.4s;
}
.news-detail-page .social-sharing .social-links svg {
  fill: currentColor;
  height: 1.5rem;
  width: auto;
}
.news-detail-page .social-sharing .social-links svg path {
  fill: currentColor;
  stroke: currentColor;
}
.news-detail-page .social-sharing .social-links img {
  height: 1.5rem;
}
.news-detail-page .main-content {
  padding-top: 30px;
}
.news-detail-page .main-content .feature-post {
  font-family: utmab;
  padding: 3.2rem 0 6.4rem;
}
.news-detail-page .main-content .feature-post p {
  margin-bottom: 0.8rem;
  text-transform: uppercase;
}
.news-detail-page .main-content .feature-post-list {
  font-size: var(--body14-fs);
  line-height: 1.4;
  list-style-type: disc;
  padding: 0 var(--gap);
}
.news-detail-page .main-content .feature-post-list a {
  display: block;
  padding: 5px 0;
  transition: all 0.4s;
}
.news-detail-page .main-content .feature-post-list a:hover {
  color: var(--mainColor);
  transition: all 0.4s;
}
.news-detail-page .main-content .feature-post .btn-main {
  margin-top: 10rem;
}
.news-detail-page .main-content .feature-post .btn-main svg {
  height: 2rem;
  margin-right: 1.5rem;
  transform: rotate(-180deg);
}
.news-detail-page .main-content .feature-post .btn-main span {
  min-width: -webkit-max-content;
  min-width: -moz-max-content;
  min-width: max-content;
}
.news-detail-page .main-content .feature-post .btn-main:hover svg {
  fill: var(--mainColor);
}
@media screen and (max-width: 991px) {
  .news-detail-page .main-content .feature-post {
    padding: 2.5rem 0 4rem;
  }
  .news-detail-page .main-content .feature-post .btn-main {
    margin-top: 3rem;
  }
}
.news-detail-page .images-slider {
  height: 500px;
  margin-bottom: 30px;
  width: 100%;
}
.news-detail-page .images-slider .inner {
  height: 100%;
  width: 100%;
}
.news-detail-page .images-slider .inner .flickity-viewport {
  height: 100% !important;
}
.news-detail-page .images-slider .inner .img {
  height: 100%;
  position: absolute;
  width: 100%;
}
.news-detail-page .images-slider .inner .img img {
  height: 100%;
  left: 50%;
  -o-object-fit: cover;
  object-fit: cover;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}
.news-detail-page .images-slider .inner .flickity-page-dots {
  list-style-type: none;
  margin-top: 15px;
  padding-left: 0;
}
.news-detail-page .images-slider .inner .flickity-page-dots .dot {
  background-color: #a7a7a7;
  height: 8px;
  transition: all var(--textColor);
  width: 8px;
}
.news-detail-page .images-slider .inner .flickity-page-dots .dot.is-selected {
  background-color: var(--mainColor);
  transition: all var(--textColor);
}
.factories-page,
.ingredient-page {
  --pd-section: 50px;
}
.factories-page .title-text,
.ingredient-page .title-text {
  margin-bottom: 30px;
}
.factories-page .title-text.--gray,
.ingredient-page .title-text.--gray {
  color: grey;
}
.factories-page .title-text.--center,
.ingredient-page .title-text.--center {
  text-align: center;
}
.factories-page .row.spb,
.ingredient-page .row.spb {
  justify-content: space-between;
}
.factories-page .row.aic,
.ingredient-page .row.aic {
  align-items: center;
}
.factories-page .hero-banner,
.ingredient-page .hero-banner {
  align-items: center;
  display: flex;
  height: 700px;
  justify-content: center;
}
@media screen and (max-width: 991px) {
  .factories-page .hero-banner,
  .ingredient-page .hero-banner {
    height: 450px;
  }
}
@media screen and (max-width: 767px) {
  .factories-page .hero-banner,
  .ingredient-page .hero-banner {
    height: 400px;
  }
}
.factories-page .hero-banner.background-overlay:after,
.ingredient-page .hero-banner.background-overlay:after {
  opacity: 0.2;
}
.factories-page .headline-section .container,
.ingredient-page .headline-section .container {
  align-items: center;
  display: flex;
  justify-content: space-between;
}
.factories-page .headline-section .title-text,
.ingredient-page .headline-section .title-text {
  margin: 0;
}
.factories-page .intro-section p,
.ingredient-page .intro-section p {
  font-family: lxr;
  font-size: var(--body16-fs);
  margin-bottom: 20px;
}
.factories-page .intro-section strong,
.ingredient-page .intro-section strong {
  font-family: lxb;
}
.factories-page .intro-section .intro-list-feature p,
.ingredient-page .intro-section .intro-list-feature p {
  font-family: utmab;
  font-size: var(--body14-fs);
  margin-bottom: 20px;
}
.factories-page .intro-section .intro-list-feature .feature-list .feature-link,
.ingredient-page
  .intro-section
  .intro-list-feature
  .feature-list
  .feature-link {
  --border-color: 1px solid #e5e5e5;
  height: 60px;
}
.factories-page
  .intro-section
  .intro-list-feature
  .feature-list
  .feature-link
  a,
.ingredient-page
  .intro-section
  .intro-list-feature
  .feature-list
  .feature-link
  a {
  align-items: center;
  border-top: var(--border-color);
  color: grey;
  display: flex;
  height: 100%;
  justify-content: space-between;
  text-transform: uppercase;
  transition: all 0.5s;
  width: 100%;
}
.factories-page
  .intro-section
  .intro-list-feature
  .feature-list
  .feature-link
  a
  span,
.ingredient-page
  .intro-section
  .intro-list-feature
  .feature-list
  .feature-link
  a
  span {
  width: 25px;
}
.factories-page
  .intro-section
  .intro-list-feature
  .feature-list
  .feature-link
  a
  span
  svg,
.ingredient-page
  .intro-section
  .intro-list-feature
  .feature-list
  .feature-link
  a
  span
  svg {
  transform: rotate(-90deg);
}
.factories-page
  .intro-section
  .intro-list-feature
  .feature-list
  .feature-link
  a
  span
  svg
  path,
.ingredient-page
  .intro-section
  .intro-list-feature
  .feature-list
  .feature-link
  a
  span
  svg
  path {
  stroke: #a7a7a7;
}
.factories-page
  .intro-section
  .intro-list-feature
  .feature-list
  .feature-link
  a:hover,
.ingredient-page
  .intro-section
  .intro-list-feature
  .feature-list
  .feature-link
  a:hover {
  color: var(--mainColor);
  transition: all 0.5s;
}
.factories-page
  .intro-section
  .intro-list-feature
  .feature-list
  .feature-link:last-child
  a,
.ingredient-page
  .intro-section
  .intro-list-feature
  .feature-list
  .feature-link:last-child
  a {
  border-bottom: var(--border-color);
}
.factories-page .intro-section .intro-content .title-text,
.ingredient-page .intro-section .intro-content .title-text {
  margin-bottom: 23px;
}
.factories-page .intro-section .two-col-content .col-content:first-child,
.ingredient-page .intro-section .two-col-content .col-content:first-child {
  width: calc(75% - 15px);
}
.factories-page .intro-section .two-col-content .col-content:last-child,
.ingredient-page .intro-section .two-col-content .col-content:last-child {
  width: calc(25% - 15px);
}
@media screen and (max-width: 991px) {
  .factories-page .intro-section .two-col-content .col-content:first-child,
  .ingredient-page .intro-section .two-col-content .col-content:first-child {
    margin-bottom: 30px;
    width: 100%;
  }
  .factories-page .intro-section .two-col-content .col-content:last-child,
  .ingredient-page .intro-section .two-col-content .col-content:last-child {
    width: 100%;
  }
}
.factories-page .intro-section .bag-outer,
.ingredient-page .intro-section .bag-outer {
  margin: 35px 0 80px;
}
.factories-page .intro-section .bag-outer .badge,
.ingredient-page .intro-section .bag-outer .badge {
  align-items: center;
  background-color: #feefd1;
  display: flex;
  gap: 30px;
  justify-content: center;
  padding: 30px;
}
.factories-page .intro-section .bag-outer .badge p,
.ingredient-page .intro-section .bag-outer .badge p {
  margin: 0;
}
.factories-page .intro-section .bag-outer .badge .number,
.ingredient-page .intro-section .bag-outer .badge .number {
  flex-shrink: 0;
  text-align: center;
}
.factories-page .intro-section .bag-outer .badge .number p:first-child,
.ingredient-page .intro-section .bag-outer .badge .number p:first-child {
  color: #6f3800;
  font-size: 9rem;
  line-height: 1;
  margin-bottom: 5px;
}
@media screen and (max-width: 991px) {
  .factories-page .intro-section .bag-outer .badge .number p:first-child,
  .ingredient-page .intro-section .bag-outer .badge .number p:first-child {
    font-size: var(--body72-fs);
  }
  .factories-page .intro-section .bag-outer,
  .ingredient-page .intro-section .bag-outer {
    margin: 30px 0;
  }
}
@media screen and (max-width: 767px) {
  .factories-page .intro-section .bag-outer .badge,
  .ingredient-page .intro-section .bag-outer .badge {
    gap: 15px;
    padding: 15px;
  }
}
.factories-page .intro-section .bag-outer .single-content p,
.ingredient-page .intro-section .bag-outer .single-content p {
  margin: 0;
}
.factories-page .intro-section .producing-ability,
.ingredient-page .intro-section .producing-ability {
  margin: 46px 0 85px;
}
.factories-page .intro-section .producing-ability .chart-wrap img,
.ingredient-page .intro-section .producing-ability .chart-wrap img {
  margin: 0 auto;
}
@media screen and (max-width: 991px) {
  .factories-page .intro-section .producing-ability,
  .ingredient-page .intro-section .producing-ability {
    margin: 30px 0;
  }
  .factories-page .intro-section .intro-content,
  .factories-page .intro-section .intro-list-feature,
  .ingredient-page .intro-section .intro-content,
  .ingredient-page .intro-section .intro-list-feature {
    width: 100%;
  }
}
.highlight-project-page {
  --pd-section: 60px;
}
.highlight-project-page .hero-banner {
  height: auto;
}
.highlight-project-page .hero-banner img {
  width: 100%;
}
.highlight-project-page .main-title {
  font-size: var(--body36-fs);
}
.highlight-project-page .spacing-image {
  --grid-item-height: 295px;
  --grid-gap: 30px;
  grid-gap: var(--grid-gap);
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(2, var(--grid-item-height));
}
.highlight-project-page .spacing-image__item {
  border-radius: 10px;
  overflow: hidden;
  position: relative;
}
.highlight-project-page .spacing-image__item:first-child {
  grid-row: 1/3;
}
.highlight-project-page .spacing-image__item img {
  height: 100%;
  left: 50%;
  max-width: none;
  min-height: 100%;
  min-width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  width: 100%;
}
@media screen and (max-width: 1199px) {
  .highlight-project-page .spacing-image {
    --grid-item-height: 250px;
    --grid-gap: 15px;
  }
}
@media screen and (max-width: 767px) {
  .highlight-project-page .spacing-image {
    --grid-item-height: 200px;
    --grid-gap: 15px;
  }
}
.highlight-project-page .spacing-content {
  margin-top: 50px;
  text-align: center;
}
.highlight-project-page .project-section {
  --slider-max-width: 70%;
  --dot-size: 9px;
  --image-slider-heigt: 430px;
  padding-top: 40px;
}
@media screen and (max-width: 1199px) {
  .highlight-project-page .project-section {
    --slider-max-width: 85%;
    --image-slider-heigt: 350px;
  }
}
@media screen and (max-width: 767px) {
  .highlight-project-page .project-section {
    --slider-max-width: 75%;
    --image-slider-heigt: 250px;
  }
}
.highlight-project-page .project-card {
  background-color: #f6f6f6;
  border-radius: 10px;
  margin-right: 15px;
  width: var(--slider-max-width);
}
.highlight-project-page .project-card .outer {
  align-items: flex-start;
  display: flex;
  overflow: hidden;
  padding: 30px 25px;
}
@media screen and (max-width: 991px) {
  .highlight-project-page .project-card .outer {
    flex-direction: column-reverse;
  }
}
@media screen and (max-width: 767px) {
  .highlight-project-page .project-card .outer {
    padding: 20px 15px 25px;
  }
}
.highlight-project-page .project-card__content {
  padding-right: 60px;
}
@media screen and (max-width: 991px) {
  .highlight-project-page .project-card__content {
    width: 100%;
  }
}
.highlight-project-page .project-card__content .project-type {
  color: grey;
  font-size: var(--body12-fs);
  line-height: 1;
  margin: 15px 0 25px;
  text-transform: uppercase;
}
@media screen and (max-width: 991px) {
  .highlight-project-page .project-card__content .project-type {
    margin: 0 0 25px;
  }
}
.highlight-project-page .project-card__content .project-name {
  font-size: var(--body30-fs);
  line-height: 1.4;
  margin-bottom: 30px;
  text-transform: uppercase;
}
.highlight-project-page .project-card__content .project-name span {
  font-family: utmab;
}
@media screen and (max-width: 991px) {
  .highlight-project-page .project-card__content .project-name {
    margin-bottom: 15px;
  }
}
.highlight-project-page .project-card__content .project-description {
  font-family: lxr;
  font-size: var(--body16-fs);
}
.highlight-project-page .project-card__content .project-description p {
  margin-bottom: 35px;
}
.highlight-project-page .project-card__content .project-description strong {
  font-family: lxb;
}
@media screen and (max-width: 991px) {
  .highlight-project-page .project-card__content .project-description p {
    margin-bottom: 15px;
  }
}
.highlight-project-page .project-card__image {
  overflow: hidden;
  position: relative;
}
@media screen and (max-width: 991px) {
  .highlight-project-page .project-card__image {
    margin-top: 15px;
    width: 100%;
  }
}
.highlight-project-page .project-card__image .inner {
  min-height: 100%;
  position: relative;
  width: 100%;
}
.highlight-project-page .project-card__image img {
  height: 100%;
  left: 50%;
  max-width: none;
  min-height: 100%;
  min-width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  width: 100%;
}
.highlight-project-page .project-card__image .img {
  height: 100%;
  height: var(--image-slider-heigt);
  overflow: hidden;
  position: absolute;
  width: 100%;
}
.highlight-project-page .project-card__image .flickity-page-dots {
  margin-top: 10px;
}
.highlight-project-page .project-card__image .flickity-page-dots .dot {
  background-color: #e5e5e5;
  height: var(--dot-size);
  transition: background-color 0.4s;
  width: var(--dot-size);
}
.highlight-project-page
  .project-card__image
  .flickity-page-dots
  .dot.is-selected {
  background-color: var(--mainColor);
  transition: background-color 0.4s;
}
.highlight-project-page .project-buttons {
  align-items: center;
  display: flex;
  justify-content: space-between;
  margin: 15px auto 0;
  position: relative;
  width: var(--slider-max-width);
}
@media screen and (max-width: 767px) {
  .highlight-project-page .project-buttons {
    display: none;
  }
}
.highlight-project-page .project-btn {
  background-image: url(/img/slider-arrow.svg);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 100%;
  cursor: pointer;
  height: 30px;
  width: 35px;
}
.highlight-project-page .project-btn.--prev {
  transform: rotate(-180deg);
}
.distribution-channel-page {
  height: 240px;
}
.distribution-channel-page .content-section {
  padding-top: 45px;
}
.distribution-channel-page .content-section .coffee-tree {
  top: -55px;
}
@media (max-width: 1344px) {
  .distribution-channel-page .content-section .coffee-tree {
    display: none;
  }
}
.distribution-channel-page .content-section .breadcrumbs {
  margin-bottom: 20px;
}
.distribution-channel-page .content-section .main-title {
  font-size: var(--body30-fs);
  line-height: 1.2;
  margin-bottom: 15px;
}
.distribution-channel-page .content-section .content-description {
  margin: 0 auto 55px;
  max-width: 1000px;
  text-align: center;
}
.distribution-channel-page .our-products-section {
  color: #fff;
}
.distribution-channel-page .our-products-section .main-title {
  margin-bottom: 35px;
}
.distribution-channel-page .our-products-section .content-description {
  font-size: var(--body16-fs);
  margin: 0 auto 35px;
  max-width: 550px;
  text-align: center;
}
.distribution-channel-page .our-products-section .img-card {
  border-radius: 15px;
  overflow: hidden;
}
.distribution-channel-page .our-products-section .img-card__content {
  background-color: #333;
  padding: 20px 20px 25px;
}
.product-page .hero-banner svg .cls-1 {
  stroke: #fff;
}
@media screen and (max-width: 991px) {
    
}
@media screen and (max-width: 767px) {
  .product-page .hero-banner {
    height: 400px;
  }
}
@media (min-width: 768px) {
  .product-page .breadcrumbs-sc {
    padding: 45px 0;
  }
  .product-page .breadcrumbs-sc + section {
    padding-top: 0;
  }
}
.product-page .head-section {
  padding-top: 45px;
}
.product-page .head-section .breadcrumbs {
  margin-bottom: 30px;
}
.product-page .head-section .coffee-tree {
  top: -50px;
}
@media (max-width: 1344px) {
  .product-page .head-section .coffee-tree {
    display: none;
  }
}
.product-page .head-section .head-content {
  margin-bottom: 55px;
}
.product-page .head-section .head-content i {
  display: block;
  margin: 0 auto 15px;
  max-width: 60px;
}
.product-page .head-section .head-content .content {
  margin: 0 auto;
  max-width: 550px;
  text-align: center;
}
.product-page .head-section .about-slider {
  margin-bottom: 0;
}
.product-page .more-section {
  background: var(--textColor);
}
.product-page .more-section .modal-container {
  margin-top: 0;
}
.product-page .more-section .modal-container .modal-item__headline {
  background-color: rgba(49, 47, 47, 0.95);
  color: #fff;
  transition: all 0.4s;
}
.product-page
  .more-section
  .modal-container
  .modal-item:hover
  .modal-item__headline {
  background-color: var(--mainColor);
  color: var(--textColor);
  transition: all 0.4s;
}
.product-page .cultivated-section .mini-cards {
  --mini-card-row-gap: 30px;
}
@media screen and (max-width: 991px) {
  .product-page .cultivated-section .mini-cards {
    --mini-card-row-gap: 15px;
  }
}
.product-page .highlight-products-section .content-card:nth-child(odd) {
  justify-content: flex-end;
}
@media screen and (max-width: 991px) {
  .product-page .highlight-products-section .content-card:nth-child(odd) {
    text-align: right;
  }
  .product-page .highlight-products-section .content-card {
    --card-height: 350px;
  }
}
.product-page .product-wrapper {
  --product-column-count: 4;
  --product-column-gap: 30px;
  --product-row-gap: 20px;
  --product-border-color: #bfbfbf;
  margin-bottom: 40px;
}
.product-page .product-wrapper .product-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  margin-left: calc(var(--product-column-gap) * -1);
}
.product-page .product-wrapper .product-card {
  display: flex;
  flex-direction: column;
  margin-bottom: var(--product-row-gap);
  margin-left: var(--product-column-gap);
  position: relative;
  width: calc(100% / var(--product-column-count) - var(--product-column-gap));
}
.product-page .product-wrapper .product-card__img {
  border: 1px solid var(--product-border-color);
  border-radius: 10px;
  overflow: hidden;
  padding-bottom: 100%;
  position: relative;
}
.product-page .product-wrapper .product-card__img img {
  height: 80%;
  left: 50%;
  -o-object-fit: cover;
  object-fit: cover;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
}
.product-page .product-wrapper .product-card__content {
  flex: 1;
  padding: 30px 5px;
}
.product-page .product-wrapper .product-card.--best-sale-prd:before {
  background-image: url(/img/icon-heart.svg);
  background-repeat: no-repeat;
  background-size: 100%;
  content: "";
  height: 30px;
  position: absolute;
  right: 15px;
  top: 15px;
  width: 30px;
  z-index: 2;
}
.product-page .product-wrapper .product-card[data-content]:after {
  --sz: 80px;
  align-items: center;
  background-color: var(--mainColor);
  border-radius: 50%;
  content: attr(data-content);
  display: flex;
  font-size: var(--body24-fs);
  height: var(--sz);
  justify-content: center;
  position: absolute;
  right: 15px;
  text-transform: uppercase;
  top: 15px;
  transform: translate(50%, -50%) rotate(45deg);
  width: var(--sz);
  z-index: 2;
}
.product-page .product-wrapper .product-name {
  color: var(--textColor);
  font-family: utmab;
  font-size: var(--body18-fs);
  line-height: 1;
  margin-bottom: 15px;
  text-transform: uppercase;
}
.product-page .product-wrapper .product-description {
  color: grey;
}
@media screen and (max-width: 991px) {
  .product-page .product-wrapper {
    --product-column-count: 3;
    --product-row-gap: 15px;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 767px) {
  .product-page .product-wrapper {
    --product-column-count: 2;
    --product-column-gap: 15px;
    --product-row-gap: 10px;
    margin-bottom: 25px;
  }
}
@media (min-width: 992px) {
  .product-page .athwart-layout .container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}
.product-page .athwart-layout .athwart-item {
  margin-top: 30px;
  text-align: center;
}
.product-page .athwart-layout .athwart-item .main-title {
  font-size: var(--body30-fs);
  line-height: 1.2;
  margin-bottom: 15px;
}
.product-page .athwart-layout .athwart-item .content {
  font-size: var(--body16-fs);
  margin-bottom: 50px;
}
.product-page .athwart-layout .athwart-item .img {
  width: 100%;
}
.product-page .athwart-layout .athwart-item .img img {
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
}
@media (min-width: 992px) {
  .product-page .athwart-layout .athwart-item {
    width: calc(50% - 15px);
  }
  .product-page .athwart-layout .athwart-item:nth-child(odd) {
    margin-bottom: 270px;
    margin-top: 0;
  }
  .product-page .athwart-layout .athwart-item:nth-child(2n) {
    margin-top: auto;
  }
}
.product-page .pricing-tag {
  align-items: center;
  background-color: #f4f3f2;
  border: 1px solid #c3c2c2;
  border-radius: 15px;
  display: flex;
  height: 180px;
  justify-content: space-between;
  overflow: hidden;
  padding: 0 30px;
}
.product-page .pricing-tag__content .content-headline {
  font-family: utmab;
  font-size: var(--body24-fs);
  line-height: 1.3;
  text-transform: uppercase;
}
.product-page .pricing-tag__content .pricing {
  line-height: 1.3;
}
.product-page .pricing-tag__content .pricing span:first-child {
  font-size: var(--body30-fs);
}
.product-page .pricing-tag__content .pricing span:first-child:after {
  content: "/";
  display: inline-block;
  line-height: inherit;
}
.product-page .pricing-tag__content .pricing span:last-child {
  font-size: var(--body16-fs);
}
.product-page .pricing-tag:not(:last-child) {
  margin-bottom: 17px;
}
@media (min-width: 992px) {
  .product-page .guideline-section .container {
    align-items: center;
    display: flex;
    justify-content: space-between;
  }
  .product-page .guideline-section .guideline-content,
  .product-page .guideline-section .guideline-video {
    width: calc(50% - 30px);
  }
}
@media screen and (max-width: 991px) {
  .product-page .guideline-section .guideline-video .video-wrapper {
    height: 0;
    padding-bottom: 56.25%;
    position: relative;
  }
  .product-page .guideline-section .guideline-video .video-wrapper iframe,
  .product-page .guideline-section .guideline-video .video-wrapper video {
    height: 100%;
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
  }
}
.product-page .guideline-section .guideline-video .video-wrapper iframe,
.product-page .guideline-section .guideline-video .video-wrapper video {
  border: 1px solid var(--mainColor);
  border-radius: 8px;
  max-width: 100%;
  overflow: hidden;
}
@media screen and (max-width: 991px) {
  .product-page .guideline-section .guideline-content {
    margin-top: 20px;
  }
}
.product-page .guideline-section .guideline-content .main-title {
  font-size: var(--body36-fs);
  margin-bottom: 50px;
}
@media screen and (max-width: 991px) {
  .product-page .guideline-section .guideline-content .main-title {
    margin-bottom: 20px;
  }
}
.product-page .guideline-section .guideline-content .content ul {
  list-style-type: disc;
  padding-left: 15px;
}
.product-page .guideline-section .guideline-content .content ul strong {
  font-family: utmab;
}
.product-page.--drinking .head-section .head-content {
  margin-bottom: 0;
}
.product-page.--filter-coffee .athwart-layout {
  padding-bottom: 0;
}
@media (min-width: 992px) {
  .product-page.--filter-coffee .athwart-layout .athwart-item:nth-child(odd) {
    margin-bottom: 128px;
  }
}
.product-page.--filter-coffee .athwart-layout .athwart-item:last-child {
  margin-top: 128px;
}
.product-page.--filter-coffee
  .athwart-layout
  .athwart-item:last-child
  .main-title {
  margin-bottom: 20px;
}
@media screen and (max-width: 991px) {
  .product-page.--filter-coffee
    .athwart-layout
    .athwart-item:last-child
    .content {
    margin-bottom: 0;
  }
}
.product-page.--filter-coffee .guideline-section {
  padding-top: 20px;
}
@media screen and (max-width: 991px) {
  .product-page {
    --pd-section: 60px;
  }
}
.product-page.--white-coffee .hero-slider {
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: calc(100vh - var(--height-header));
  max-height: 1000px;
  overflow: hidden;
}
@media screen and (max-width: 991px) {
  .product-page.--white-coffee .hero-slider {
    background-image: none !important;
    height: 50rem;
  }
}
@media screen and (max-width: 767px) {
  .product-page.--white-coffee .hero-slider {
    height: 45rem;
  }
}
.product-page.--white-coffee .hero-slider .wrapper {
  height: 100%;
  width: 100%;
}
.product-page.--white-coffee .hero-slider .container {
  height: 100%;
}
@media screen and (max-width: 991px) {
  .product-page.--white-coffee .hero-slider .container {
    max-width: 100% !important;
    padding: 0;
    width: 100%;
  }
}
.product-page.--white-coffee .hero-slider .container .flickity-viewport {
  height: 100% !important;
}
.product-page.--white-coffee .hero-slider__item {
  height: 100%;
  position: relative;
  width: 100%;
}
.product-page.--white-coffee .hero-slider__item video {
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}
@media screen and (max-width: 991px) {
  .product-page.--white-coffee .hero-slider__item {
    display: block;
  }
  .product-page.--white-coffee .hero-slider__item video {
    height: 100%;
    width: auto;
  }
}
.product-page.--white-coffee .hero-slider__img {
  height: 100%;
  width: 100%;
}
.product-page.--white-coffee .hero-slider__img img {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
}
@media (max-width: 1300px) {
  .product-page.--white-coffee .hero-slider__img img {
    height: 50rem;
  }
}
.product-page.--white-coffee .hero-slider__img:after {
  background-color: #0a0a0a;
  content: "";
  height: 100%;
  left: 0;
  opacity: 0.5;
  pointer-events: none;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 0;
}
@media screen and (max-width: 991px) {
  .product-page.--white-coffee .hero-slider__img {
    height: 100%;
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
  }
  .product-page.--white-coffee .hero-slider__img:before {
    background-color: #503401;
    content: "";
    height: 100%;
    left: 0;
    opacity: 0.8;
    pointer-events: none;
    position: absolute;
    top: 0;
    width: 100%;
  }
}
.product-page.--white-coffee .hero-slider__text .headline {
  font-size: var(--body72-fs);
  left: 50%;
  line-height: 1.2;
  position: absolute;
  text-align: center;
  text-transform: uppercase;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 99;
}
.contact-page .coffee-tree {
  z-index: 50;
}
.contact-page .contact-info {
  padding-top: 45px;
}
.contact-page .contact-info .breadcrumbs {
  margin-bottom: 30px;
}
.contact-page .contact-info .coffee-tree {
  top: -50px;
}
@media (max-width: 1344px) {
  .contact-page .contact-info .coffee-tree {
    display: none;
  }
}
.contact-page .contact-info .mini-cards {
  --mini-card-columns-count: 2;
}
.contact-page .contact-info .mini-cards .mini-card {
  justify-content: flex-start;
}
.contact-page .contact-info .mini-cards .mini-card svg {
  height: 57px;
}
.contact-page .contact-info .mini-cards .mini-card svg path {
  fill: var(--textColor);
}
.contact-page .contact-info .mini-cards .mini-card.--address .info-detail {
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .contact-page .contact-info .mini-cards {
    --mini-card-columns-count: 1;
  }
}
.contact-page .contact-info__headline {
  font-size: var(--body24-fs);
  line-height: 1.3;
  margin: 20px 40px;
  text-transform: uppercase;
}
.contact-page .contact-info__detail {
  word-wrap: break-word;
  max-width: 70%;
}
.contact-page .contact-info__detail p {
  font-size: var(--body16-fs);
  line-height: 1.5;
  margin: 0;
  text-align: left;
}
.contact-page .contact-info__detail .info-detail {
  font-family: utmab;
}
@media screen and (max-width: 991px) {
  .contact-page .contact-info__detail {
    max-width: none;
  }
}
.contact-page .map-section iframe {
  width: 100%;
}
.loader > div {
  -webkit-animation: spin 1.5s linear infinite;
  animation: spin 1.5s linear infinite;
  border: 2px solid #adbcbf;
  border-radius: 50%;
  border-top-color: transparent !important;
  height: 20px;
  width: 20px;
}
.loader.white > div {
  border-color: #fff;
}
.loader.center {
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
}
.loader.center > div {
  height: 20px;
  width: 20px;
}
@-webkit-keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(1turn);
  }
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(1turn);
  }
}
.btn-loading[disabled="disabled"] {
  background-color: rgba(0, 0, 0, 0.5);
  pointer-events: none;
  position: relative;
}
.btn-loading[disabled="disabled"] > span {
  opacity: 0;
}
