html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  outline: 0;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
  position: relative;
}

.overflow_hidden {
  overflow: hidden;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

[type=radio]:checked,
[type=radio]:not(:checked) {
  position: absolute;
  left: -9999px;
}

[type=radio]:checked + label,
[type=radio]:not(:checked) + label {
  position: relative;
  padding-left: 28px;
  cursor: pointer;
  line-height: 16px;
  display: inline-block;
  color: #666;
  font-size: 14px;
}

[type=radio]:checked + label:before,
[type=radio]:not(:checked) + label:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 18px;
  height: 18px;
  border: 2px solid #999;
  border-radius: 100%;
  background: #fff;
}

[type=radio]:checked + label:before {
  border: 2px solid #998149;
}

[type=radio]:checked + label:after,
[type=radio]:not(:checked) + label:after {
  content: "";
  width: 8px;
  height: 8px;
  background: #998149;
  position: absolute;
  top: 5px;
  left: 5px;
  border-radius: 100%;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

[type=radio]:checked + label {
  color: #3E6B76;
  font-weight: 700;
}

[type=radio]:not(:checked) + label:after {
  opacity: 0;
  -webkit-transform: scale(0);
  transform: scale(0);
}

[type=radio]:checked + label:after {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}

::placeholder {
  opacity: 1;
  /* Firefox */
}

:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  opacity: 1;
}

::-ms-input-placeholder {
  /* Microsoft Edge */
  opacity: 1;
}

[type=checkbox] {
  position: absolute;
  opacity: 0;
}

[type=checkbox] + label {
  position: relative;
  cursor: pointer;
  padding: 0;
}

[type=checkbox] + label span {
  font-size: 14px;
  color: #333;
}

[type=checkbox] + label:before {
  content: "";
  margin-right: 6px;
  display: inline-block;
  vertical-align: text-top;
  width: 16px;
  height: 16px;
  border: 1px solid #999;
  border-radius: 3px;
}

[type=checkbox]:hover + label:before {
  border: 1px solid #3E6B76;
}

[type=checkbox]:focus + label:before {
  box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.1);
}

[type=checkbox]:checked + label:before {
  border: 1px solid #3E6B76;
  background: #3E6B76;
}

[type=checkbox]:disabled + label {
  cursor: auto;
}

[type=checkbox]:disabled + label:before {
  box-shadow: none;
}

[type=checkbox]:checked + label:after {
  content: "";
  position: absolute;
  left: 2px;
  top: 7px;
  width: 2px;
  height: 2px;
  box-shadow: 2px 0 0 white, 4px 0 0 white, 4px -2px 0 white, 4px -4px 0 white, 4px -6px 0 white, 4px -8px 0 white;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

button {
  background: #fff;
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  appearance: none;
  outline: 0;
  box-shadow: none;
  border: 1px solid #C4C4C4;
  background-image: none;
  flex: 1;
  color: #666;
  cursor: pointer;
  width: 100%;
  background: #fff;
}

select::-ms-expand {
  display: none;
}

.select {
  position: relative;
  display: flex;
  overflow: hidden;
  border-radius: 3px;
}

.select::after {
  position: absolute;
  width: 10px;
  height: 10px;
  display: block;
  font-family: "icomoon" !important;
  content: "\e905";
  color: #333;
  line-height: normal;
  right: 8px;
  top: 3px;
  font-size: 6px;
}

.select:hover::after {
  color: #666;
}

.table {
  font-size: 14px;
  text-align: center;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}
.table tr th, .table tr td {
  text-align: left;
  border-color: #ddd;
  padding: 12px !important;
}

/********* Input type number arrow hide ******/
/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}

/******** Textarea focus *******/
textarea:focus {
  outline: none;
}

@font-face {
  font-family: "Audrey";
  src: url("../fonts/Audrey-Normal.eot");
  src: url("../fonts/Audrey-Normal.eot?#iefix") format("embedded-opentype"), url("../fonts/Audrey-Normal.woff2") format("woff2"), url("../fonts/Audrey-Normal.woff") format("woff"), url("../fonts/Audrey-Normal.ttf") format("truetype"), url("../fonts/Audrey-Normal.svg#Audrey-Normal") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Audrey-bold";
  src: url("../fonts/Audrey-Bold.eot");
  src: url("../fonts/Audrey-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/Audrey-Bold.woff2") format("woff2"), url("../fonts/Audrey-Bold.woff") format("woff"), url("../fonts/Audrey-Bold.ttf") format("truetype"), url("../fonts/Audrey-Bold.svg#Audrey-Bold") format("svg");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Audrey-bold-oblique";
  src: url("../fonts/Audrey-BoldOblique.eot");
  src: url("../fonts/Audrey-BoldOblique.eot?#iefix") format("embedded-opentype"), url("../fonts/Audrey-BoldOblique.woff2") format("woff2"), url("../fonts/Audrey-BoldOblique.woff") format("woff"), url("../fonts/Audrey-BoldOblique.ttf") format("truetype"), url("../fonts/Audrey-BoldOblique.svg#Audrey-BoldOblique") format("svg");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Audrey-medium";
  src: url("../fonts/Audrey-Medium.eot");
  src: url("../fonts/Audrey-Medium.eot?#iefix") format("embedded-opentype"), url("../fonts/Audrey-Medium.woff2") format("woff2"), url("../fonts/Audrey-Medium.woff") format("woff"), url("../fonts/Audrey-Medium.ttf") format("truetype"), url("../fonts/Audrey-Medium.svg#Audrey-Medium") format("svg");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Audrey-normal-oblique";
  src: url("../fonts/Audrey-NormalOblique.eot");
  src: url("../fonts/Audrey-NormalOblique.eot?#iefix") format("embedded-opentype"), url("../fonts/Audrey-NormalOblique.woff2") format("woff2"), url("../fonts/Audrey-NormalOblique.woff") format("woff"), url("../fonts/Audrey-NormalOblique.ttf") format("truetype"), url("../fonts/Audrey-NormalOblique.svg#Audrey-NormalOblique") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Audrey-medium-oblique";
  src: url("../fonts/Audrey-MediumOblique.eot");
  src: url("../fonts/Audrey-MediumOblique.eot?#iefix") format("embedded-opentype"), url("../fonts/Audrey-MediumOblique.woff2") format("woff2"), url("../fonts/Audrey-MediumOblique.woff") format("woff"), url("../fonts/Audrey-MediumOblique.ttf") format("truetype"), url("../fonts/Audrey-MediumOblique.svg#Audrey-MediumOblique") format("svg");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/opensans/v18/mem8YaGs126MiZpBA-UFVZ0bf8pkAg.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: "icomoon";
  src: url("../fonts/icomoon.eot?sgb1j3");
  src: url("../fonts/icomoon.eot?sgb1j3#iefix") format("embedded-opentype"), url("../fonts/icomoon.ttf?sgb1j3") format("truetype"), url("../fonts/icomoon.woff?sgb1j3") format("woff"), url("../fonts/icomoon.svg?sgb1j3#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
[class^=icon-], [class*=" icon-"] {
  font-family: "icomoon" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  left: 0;
  top: 0;
  display: block;
}

.icon-order_success:before {
  content: "\e918";
  color: #08a83e;
}

.icon-thank_you_bg:before {
  content: "\e917";
  color: #fff8f2;
}

.icon-low_high_icon:before {
  content: "\e915";
  color: #3e6b76;
}

.icon-filter_icon:before {
  content: "\e916";
  color: #3e6b76;
}

.icon-popup_close:before {
  content: "\e914";
  color: #666;
}

.icon-left_arrow:before {
  content: "\e910";
  color: #3e6b76;
}

.icon-right_arrow:before {
  content: "\e911";
  color: #3e6b76;
}

.icon-remove_icon:before {
  content: "\e912";
  color: #666;
}

.icon-mobile_menu:before {
  content: "\e90c";
  color: #fff;
}

.icon-discount_icon:before {
  content: "\e913";
  color: #3e6b76;
}

.icon-size_chart_icon:before {
  content: "\e90f";
}

.icon-header_search_icon:before {
  content: "\e906";
  color: #3e6b76;
}

.icon-wishlist_icon:before {
  content: "\e907";
  color: #fff;
}

.icon-cartcart_icon:before {
  content: "\e908";
  color: #fff;
}

.icon-myaccount_icon:before {
  content: "\e909";
  color: #fff;
}

.icon-giftcard_icon:before {
  content: "\e90a";
  color: #ede1c6;
}

.icon-menu_down_arrow_2:before {
  content: "\e90b";
  color: #c5baa0;
}

.icon-menu_down_arrow:before {
  content: "\e905";
  color: #fff;
}

.icon-cod_icon:before {
  content: "\e90e";
  color: #3e6b76;
}

.icon-search_large_icon:before {
  content: "\e90d";
  color: #666;
}

.icon-shipping_icon:before {
  content: "\e900";
  color: #3e6b76;
}

.icon-reward_icon:before {
  content: "\e902";
  color: #3e6b76;
}

.icon-support_icon:before {
  content: "\e903";
  color: #3e6b76;
}

.icon-return_icon:before {
  content: "\e904";
  color: #3e6b76;
}

.icon-plus_icon:before {
  content: "\e901";
  color: #ede1c6;
}

.icon-address_book:before {
  content: "\e919";
  color: #666;
}

.icon-orders:before {
  content: "\e91a";
  color: #666;
}

.icon-overview:before {
  content: "\e91b";
  color: #3f6b76;
}

.icon-returns:before {
  content: "\e91c";
  color: #666;
}

.icon-my-acc-reward:before {
  content: "\e91d";
  color: #666;
}

.icon-edit:before {
  content: "\e91e";
  color: #666;
}

.icon-loyalty_icon:before {
  content: "\e91f";
  color: #3e6b76;
}

.icon-gift_wrap:before {
  content: "\e920";
  color: #3e6b76;
}

.icon-prev_arrow:before {
  content: "\e921";
  color: #2196f3;
}

.icon-next_arrow:before {
  content: "\e922";
  color: #2196f3;
}

.icon-minus-sign:before {
  content: "\e923";
}

.icon-footer_discount:before {
  content: "\e924";
  color: #3e6b76;
}

.icon-store_direction:before {
  content: "\e925";
  color: #3e6b76;
}

.icon-store_email:before {
  content: "\e926";
  color: #3e6b76;
}

.icon-store_phone:before {
  content: "\e927";
  color: #3e6b76;
}

/*[data-aos][data-aos][data-aos-duration="50"],
body[data-aos-duration="50"] [data-aos] {
	transition-duration: 50ms
}

[data-aos][data-aos][data-aos-delay="50"],
body[data-aos-delay="50"] [data-aos] {
	transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="50"].aos-animate,
body[data-aos-delay="50"] [data-aos].aos-animate {
	transition-delay: 50ms
}

[data-aos][data-aos][data-aos-duration="100"],
body[data-aos-duration="100"] [data-aos] {
	transition-duration: .1s
}

[data-aos][data-aos][data-aos-delay="100"],
body[data-aos-delay="100"] [data-aos] {
	transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="100"].aos-animate,
body[data-aos-delay="100"] [data-aos].aos-animate {
	transition-delay: .1s
}

[data-aos][data-aos][data-aos-duration="150"],
body[data-aos-duration="150"] [data-aos] {
	transition-duration: .15s
}

[data-aos][data-aos][data-aos-delay="150"],
body[data-aos-delay="150"] [data-aos] {
	transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="150"].aos-animate,
body[data-aos-delay="150"] [data-aos].aos-animate {
	transition-delay: .15s
}

[data-aos][data-aos][data-aos-duration="200"],
body[data-aos-duration="200"] [data-aos] {
	transition-duration: .2s
}

[data-aos][data-aos][data-aos-delay="200"],
body[data-aos-delay="200"] [data-aos] {
	transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="200"].aos-animate,
body[data-aos-delay="200"] [data-aos].aos-animate {
	transition-delay: .2s
}

[data-aos][data-aos][data-aos-duration="250"],
body[data-aos-duration="250"] [data-aos] {
	transition-duration: .25s
}

[data-aos][data-aos][data-aos-delay="250"],
body[data-aos-delay="250"] [data-aos] {
	transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="250"].aos-animate,
body[data-aos-delay="250"] [data-aos].aos-animate {
	transition-delay: .25s
}

[data-aos][data-aos][data-aos-duration="300"],
body[data-aos-duration="300"] [data-aos] {
	transition-duration: .3s
}

[data-aos][data-aos][data-aos-delay="300"],
body[data-aos-delay="300"] [data-aos] {
	transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="300"].aos-animate,
body[data-aos-delay="300"] [data-aos].aos-animate {
	transition-delay: .3s
}

[data-aos][data-aos][data-aos-duration="350"],
body[data-aos-duration="350"] [data-aos] {
	transition-duration: .35s
}

[data-aos][data-aos][data-aos-delay="350"],
body[data-aos-delay="350"] [data-aos] {
	transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="350"].aos-animate,
body[data-aos-delay="350"] [data-aos].aos-animate {
	transition-delay: .35s
}

[data-aos][data-aos][data-aos-duration="400"],
body[data-aos-duration="400"] [data-aos] {
	transition-duration: .4s
}

[data-aos][data-aos][data-aos-delay="400"],
body[data-aos-delay="400"] [data-aos] {
	transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="400"].aos-animate,
body[data-aos-delay="400"] [data-aos].aos-animate {
	transition-delay: .4s
}

[data-aos][data-aos][data-aos-duration="450"],
body[data-aos-duration="450"] [data-aos] {
	transition-duration: .45s
}

[data-aos][data-aos][data-aos-delay="450"],
body[data-aos-delay="450"] [data-aos] {
	transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="450"].aos-animate,
body[data-aos-delay="450"] [data-aos].aos-animate {
	transition-delay: .45s
}

[data-aos][data-aos][data-aos-duration="500"],
body[data-aos-duration="500"] [data-aos] {
	transition-duration: .5s
}

[data-aos][data-aos][data-aos-delay="500"],
body[data-aos-delay="500"] [data-aos] {
	transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="500"].aos-animate,
body[data-aos-delay="500"] [data-aos].aos-animate {
	transition-delay: .5s
}

[data-aos][data-aos][data-aos-duration="550"],
body[data-aos-duration="550"] [data-aos] {
	transition-duration: .55s
}

[data-aos][data-aos][data-aos-delay="550"],
body[data-aos-delay="550"] [data-aos] {
	transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="550"].aos-animate,
body[data-aos-delay="550"] [data-aos].aos-animate {
	transition-delay: .55s
}

[data-aos][data-aos][data-aos-duration="600"],
body[data-aos-duration="600"] [data-aos] {
	transition-duration: .6s
}

[data-aos][data-aos][data-aos-delay="600"],
body[data-aos-delay="600"] [data-aos] {
	transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="600"].aos-animate,
body[data-aos-delay="600"] [data-aos].aos-animate {
	transition-delay: .6s
}

[data-aos][data-aos][data-aos-duration="650"],
body[data-aos-duration="650"] [data-aos] {
	transition-duration: .65s
}

[data-aos][data-aos][data-aos-delay="650"],
body[data-aos-delay="650"] [data-aos] {
	transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="650"].aos-animate,
body[data-aos-delay="650"] [data-aos].aos-animate {
	transition-delay: .65s
}

[data-aos][data-aos][data-aos-duration="700"],
body[data-aos-duration="700"] [data-aos] {
	transition-duration: .7s
}

[data-aos][data-aos][data-aos-delay="700"],
body[data-aos-delay="700"] [data-aos] {
	transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="700"].aos-animate,
body[data-aos-delay="700"] [data-aos].aos-animate {
	transition-delay: .7s
}

[data-aos][data-aos][data-aos-duration="750"],
body[data-aos-duration="750"] [data-aos] {
	transition-duration: .75s
}

[data-aos][data-aos][data-aos-delay="750"],
body[data-aos-delay="750"] [data-aos] {
	transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="750"].aos-animate,
body[data-aos-delay="750"] [data-aos].aos-animate {
	transition-delay: .75s
}

[data-aos][data-aos][data-aos-duration="800"],
body[data-aos-duration="800"] [data-aos] {
	transition-duration: .8s
}

[data-aos][data-aos][data-aos-delay="800"],
body[data-aos-delay="800"] [data-aos] {
	transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="800"].aos-animate,
body[data-aos-delay="800"] [data-aos].aos-animate {
	transition-delay: .8s
}

[data-aos][data-aos][data-aos-duration="850"],
body[data-aos-duration="850"] [data-aos] {
	transition-duration: .85s
}

[data-aos][data-aos][data-aos-delay="850"],
body[data-aos-delay="850"] [data-aos] {
	transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="850"].aos-animate,
body[data-aos-delay="850"] [data-aos].aos-animate {
	transition-delay: .85s
}

[data-aos][data-aos][data-aos-duration="900"],
body[data-aos-duration="900"] [data-aos] {
	transition-duration: .9s
}

[data-aos][data-aos][data-aos-delay="900"],
body[data-aos-delay="900"] [data-aos] {
	transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="900"].aos-animate,
body[data-aos-delay="900"] [data-aos].aos-animate {
	transition-delay: .9s
}

[data-aos][data-aos][data-aos-duration="950"],
body[data-aos-duration="950"] [data-aos] {
	transition-duration: .95s
}

[data-aos][data-aos][data-aos-delay="950"],
body[data-aos-delay="950"] [data-aos] {
	transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="950"].aos-animate,
body[data-aos-delay="950"] [data-aos].aos-animate {
	transition-delay: .95s
}

[data-aos][data-aos][data-aos-duration="1000"],
body[data-aos-duration="1000"] [data-aos] {
	transition-duration: 1s
}

[data-aos][data-aos][data-aos-delay="1000"],
body[data-aos-delay="1000"] [data-aos] {
	transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="1000"].aos-animate,
body[data-aos-delay="1000"] [data-aos].aos-animate {
	transition-delay: 1s
}

[data-aos][data-aos][data-aos-duration="1050"],
body[data-aos-duration="1050"] [data-aos] {
	transition-duration: 1.05s
}

[data-aos][data-aos][data-aos-delay="1050"],
body[data-aos-delay="1050"] [data-aos] {
	transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="1050"].aos-animate,
body[data-aos-delay="1050"] [data-aos].aos-animate {
	transition-delay: 1.05s
}

[data-aos][data-aos][data-aos-duration="1100"],
body[data-aos-duration="1100"] [data-aos] {
	transition-duration: 1.1s
}

[data-aos][data-aos][data-aos-delay="1100"],
body[data-aos-delay="1100"] [data-aos] {
	transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="1100"].aos-animate,
body[data-aos-delay="1100"] [data-aos].aos-animate {
	transition-delay: 1.1s
}

[data-aos][data-aos][data-aos-duration="1150"],
body[data-aos-duration="1150"] [data-aos] {
	transition-duration: 1.15s
}

[data-aos][data-aos][data-aos-delay="1150"],
body[data-aos-delay="1150"] [data-aos] {
	transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="1150"].aos-animate,
body[data-aos-delay="1150"] [data-aos].aos-animate {
	transition-delay: 1.15s
}

[data-aos][data-aos][data-aos-duration="1200"],
body[data-aos-duration="1200"] [data-aos] {
	transition-duration: 1.2s
}

[data-aos][data-aos][data-aos-delay="1200"],
body[data-aos-delay="1200"] [data-aos] {
	transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="1200"].aos-animate,
body[data-aos-delay="1200"] [data-aos].aos-animate {
	transition-delay: 1.2s
}

[data-aos][data-aos][data-aos-duration="1250"],
body[data-aos-duration="1250"] [data-aos] {
	transition-duration: 1.25s
}

[data-aos][data-aos][data-aos-delay="1250"],
body[data-aos-delay="1250"] [data-aos] {
	transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="1250"].aos-animate,
body[data-aos-delay="1250"] [data-aos].aos-animate {
	transition-delay: 1.25s
}

[data-aos][data-aos][data-aos-duration="1300"],
body[data-aos-duration="1300"] [data-aos] {
	transition-duration: 1.3s
}

[data-aos][data-aos][data-aos-delay="1300"],
body[data-aos-delay="1300"] [data-aos] {
	transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="1300"].aos-animate,
body[data-aos-delay="1300"] [data-aos].aos-animate {
	transition-delay: 1.3s
}

[data-aos][data-aos][data-aos-duration="1350"],
body[data-aos-duration="1350"] [data-aos] {
	transition-duration: 1.35s
}

[data-aos][data-aos][data-aos-delay="1350"],
body[data-aos-delay="1350"] [data-aos] {
	transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="1350"].aos-animate,
body[data-aos-delay="1350"] [data-aos].aos-animate {
	transition-delay: 1.35s
}

[data-aos][data-aos][data-aos-duration="1400"],
body[data-aos-duration="1400"] [data-aos] {
	transition-duration: 1.4s
}

[data-aos][data-aos][data-aos-delay="1400"],
body[data-aos-delay="1400"] [data-aos] {
	transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="1400"].aos-animate,
body[data-aos-delay="1400"] [data-aos].aos-animate {
	transition-delay: 1.4s
}

[data-aos][data-aos][data-aos-duration="1450"],
body[data-aos-duration="1450"] [data-aos] {
	transition-duration: 1.45s
}

[data-aos][data-aos][data-aos-delay="1450"],
body[data-aos-delay="1450"] [data-aos] {
	transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="1450"].aos-animate,
body[data-aos-delay="1450"] [data-aos].aos-animate {
	transition-delay: 1.45s
}

[data-aos][data-aos][data-aos-duration="1500"],
body[data-aos-duration="1500"] [data-aos] {
	transition-duration: 1.5s
}

[data-aos][data-aos][data-aos-delay="1500"],
body[data-aos-delay="1500"] [data-aos] {
	transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="1500"].aos-animate,
body[data-aos-delay="1500"] [data-aos].aos-animate {
	transition-delay: 1.5s
}

[data-aos][data-aos][data-aos-duration="1550"],
body[data-aos-duration="1550"] [data-aos] {
	transition-duration: 1.55s
}

[data-aos][data-aos][data-aos-delay="1550"],
body[data-aos-delay="1550"] [data-aos] {
	transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="1550"].aos-animate,
body[data-aos-delay="1550"] [data-aos].aos-animate {
	transition-delay: 1.55s
}

[data-aos][data-aos][data-aos-duration="1600"],
body[data-aos-duration="1600"] [data-aos] {
	transition-duration: 1.6s
}

[data-aos][data-aos][data-aos-delay="1600"],
body[data-aos-delay="1600"] [data-aos] {
	transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="1600"].aos-animate,
body[data-aos-delay="1600"] [data-aos].aos-animate {
	transition-delay: 1.6s
}

[data-aos][data-aos][data-aos-duration="1650"],
body[data-aos-duration="1650"] [data-aos] {
	transition-duration: 1.65s
}

[data-aos][data-aos][data-aos-delay="1650"],
body[data-aos-delay="1650"] [data-aos] {
	transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="1650"].aos-animate,
body[data-aos-delay="1650"] [data-aos].aos-animate {
	transition-delay: 1.65s
}

[data-aos][data-aos][data-aos-duration="1700"],
body[data-aos-duration="1700"] [data-aos] {
	transition-duration: 1.7s
}

[data-aos][data-aos][data-aos-delay="1700"],
body[data-aos-delay="1700"] [data-aos] {
	transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="1700"].aos-animate,
body[data-aos-delay="1700"] [data-aos].aos-animate {
	transition-delay: 1.7s
}

[data-aos][data-aos][data-aos-duration="1750"],
body[data-aos-duration="1750"] [data-aos] {
	transition-duration: 1.75s
}

[data-aos][data-aos][data-aos-delay="1750"],
body[data-aos-delay="1750"] [data-aos] {
	transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="1750"].aos-animate,
body[data-aos-delay="1750"] [data-aos].aos-animate {
	transition-delay: 1.75s
}

[data-aos][data-aos][data-aos-duration="1800"],
body[data-aos-duration="1800"] [data-aos] {
	transition-duration: 1.8s
}

[data-aos][data-aos][data-aos-delay="1800"],
body[data-aos-delay="1800"] [data-aos] {
	transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="1800"].aos-animate,
body[data-aos-delay="1800"] [data-aos].aos-animate {
	transition-delay: 1.8s
}

[data-aos][data-aos][data-aos-duration="1850"],
body[data-aos-duration="1850"] [data-aos] {
	transition-duration: 1.85s
}

[data-aos][data-aos][data-aos-delay="1850"],
body[data-aos-delay="1850"] [data-aos] {
	transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="1850"].aos-animate,
body[data-aos-delay="1850"] [data-aos].aos-animate {
	transition-delay: 1.85s
}

[data-aos][data-aos][data-aos-duration="1900"],
body[data-aos-duration="1900"] [data-aos] {
	transition-duration: 1.9s
}

[data-aos][data-aos][data-aos-delay="1900"],
body[data-aos-delay="1900"] [data-aos] {
	transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="1900"].aos-animate,
body[data-aos-delay="1900"] [data-aos].aos-animate {
	transition-delay: 1.9s
}

[data-aos][data-aos][data-aos-duration="1950"],
body[data-aos-duration="1950"] [data-aos] {
	transition-duration: 1.95s
}

[data-aos][data-aos][data-aos-delay="1950"],
body[data-aos-delay="1950"] [data-aos] {
	transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="1950"].aos-animate,
body[data-aos-delay="1950"] [data-aos].aos-animate {
	transition-delay: 1.95s
}

[data-aos][data-aos][data-aos-duration="2000"],
body[data-aos-duration="2000"] [data-aos] {
	transition-duration: 2s
}

[data-aos][data-aos][data-aos-delay="2000"],
body[data-aos-delay="2000"] [data-aos] {
	transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="2000"].aos-animate,
body[data-aos-delay="2000"] [data-aos].aos-animate {
	transition-delay: 2s
}

[data-aos][data-aos][data-aos-duration="2050"],
body[data-aos-duration="2050"] [data-aos] {
	transition-duration: 2.05s
}

[data-aos][data-aos][data-aos-delay="2050"],
body[data-aos-delay="2050"] [data-aos] {
	transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="2050"].aos-animate,
body[data-aos-delay="2050"] [data-aos].aos-animate {
	transition-delay: 2.05s
}

[data-aos][data-aos][data-aos-duration="2100"],
body[data-aos-duration="2100"] [data-aos] {
	transition-duration: 2.1s
}

[data-aos][data-aos][data-aos-delay="2100"],
body[data-aos-delay="2100"] [data-aos] {
	transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="2100"].aos-animate,
body[data-aos-delay="2100"] [data-aos].aos-animate {
	transition-delay: 2.1s
}

[data-aos][data-aos][data-aos-duration="2150"],
body[data-aos-duration="2150"] [data-aos] {
	transition-duration: 2.15s
}

[data-aos][data-aos][data-aos-delay="2150"],
body[data-aos-delay="2150"] [data-aos] {
	transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="2150"].aos-animate,
body[data-aos-delay="2150"] [data-aos].aos-animate {
	transition-delay: 2.15s
}

[data-aos][data-aos][data-aos-duration="2200"],
body[data-aos-duration="2200"] [data-aos] {
	transition-duration: 2.2s
}

[data-aos][data-aos][data-aos-delay="2200"],
body[data-aos-delay="2200"] [data-aos] {
	transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="2200"].aos-animate,
body[data-aos-delay="2200"] [data-aos].aos-animate {
	transition-delay: 2.2s
}

[data-aos][data-aos][data-aos-duration="2250"],
body[data-aos-duration="2250"] [data-aos] {
	transition-duration: 2.25s
}

[data-aos][data-aos][data-aos-delay="2250"],
body[data-aos-delay="2250"] [data-aos] {
	transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="2250"].aos-animate,
body[data-aos-delay="2250"] [data-aos].aos-animate {
	transition-delay: 2.25s
}

[data-aos][data-aos][data-aos-duration="2300"],
body[data-aos-duration="2300"] [data-aos] {
	transition-duration: 2.3s
}

[data-aos][data-aos][data-aos-delay="2300"],
body[data-aos-delay="2300"] [data-aos] {
	transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="2300"].aos-animate,
body[data-aos-delay="2300"] [data-aos].aos-animate {
	transition-delay: 2.3s
}

[data-aos][data-aos][data-aos-duration="2350"],
body[data-aos-duration="2350"] [data-aos] {
	transition-duration: 2.35s
}

[data-aos][data-aos][data-aos-delay="2350"],
body[data-aos-delay="2350"] [data-aos] {
	transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="2350"].aos-animate,
body[data-aos-delay="2350"] [data-aos].aos-animate {
	transition-delay: 2.35s
}

[data-aos][data-aos][data-aos-duration="2400"],
body[data-aos-duration="2400"] [data-aos] {
	transition-duration: 2.4s
}

[data-aos][data-aos][data-aos-delay="2400"],
body[data-aos-delay="2400"] [data-aos] {
	transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="2400"].aos-animate,
body[data-aos-delay="2400"] [data-aos].aos-animate {
	transition-delay: 2.4s
}

[data-aos][data-aos][data-aos-duration="2450"],
body[data-aos-duration="2450"] [data-aos] {
	transition-duration: 2.45s
}

[data-aos][data-aos][data-aos-delay="2450"],
body[data-aos-delay="2450"] [data-aos] {
	transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="2450"].aos-animate,
body[data-aos-delay="2450"] [data-aos].aos-animate {
	transition-delay: 2.45s
}

[data-aos][data-aos][data-aos-duration="2500"],
body[data-aos-duration="2500"] [data-aos] {
	transition-duration: 2.5s
}

[data-aos][data-aos][data-aos-delay="2500"],
body[data-aos-delay="2500"] [data-aos] {
	transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="2500"].aos-animate,
body[data-aos-delay="2500"] [data-aos].aos-animate {
	transition-delay: 2.5s
}

[data-aos][data-aos][data-aos-duration="2550"],
body[data-aos-duration="2550"] [data-aos] {
	transition-duration: 2.55s
}

[data-aos][data-aos][data-aos-delay="2550"],
body[data-aos-delay="2550"] [data-aos] {
	transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="2550"].aos-animate,
body[data-aos-delay="2550"] [data-aos].aos-animate {
	transition-delay: 2.55s
}

[data-aos][data-aos][data-aos-duration="2600"],
body[data-aos-duration="2600"] [data-aos] {
	transition-duration: 2.6s
}

[data-aos][data-aos][data-aos-delay="2600"],
body[data-aos-delay="2600"] [data-aos] {
	transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="2600"].aos-animate,
body[data-aos-delay="2600"] [data-aos].aos-animate {
	transition-delay: 2.6s
}

[data-aos][data-aos][data-aos-duration="2650"],
body[data-aos-duration="2650"] [data-aos] {
	transition-duration: 2.65s
}

[data-aos][data-aos][data-aos-delay="2650"],
body[data-aos-delay="2650"] [data-aos] {
	transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="2650"].aos-animate,
body[data-aos-delay="2650"] [data-aos].aos-animate {
	transition-delay: 2.65s
}

[data-aos][data-aos][data-aos-duration="2700"],
body[data-aos-duration="2700"] [data-aos] {
	transition-duration: 2.7s
}

[data-aos][data-aos][data-aos-delay="2700"],
body[data-aos-delay="2700"] [data-aos] {
	transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="2700"].aos-animate,
body[data-aos-delay="2700"] [data-aos].aos-animate {
	transition-delay: 2.7s
}

[data-aos][data-aos][data-aos-duration="2750"],
body[data-aos-duration="2750"] [data-aos] {
	transition-duration: 2.75s
}

[data-aos][data-aos][data-aos-delay="2750"],
body[data-aos-delay="2750"] [data-aos] {
	transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="2750"].aos-animate,
body[data-aos-delay="2750"] [data-aos].aos-animate {
	transition-delay: 2.75s
}

[data-aos][data-aos][data-aos-duration="2800"],
body[data-aos-duration="2800"] [data-aos] {
	transition-duration: 2.8s
}

[data-aos][data-aos][data-aos-delay="2800"],
body[data-aos-delay="2800"] [data-aos] {
	transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="2800"].aos-animate,
body[data-aos-delay="2800"] [data-aos].aos-animate {
	transition-delay: 2.8s
}

[data-aos][data-aos][data-aos-duration="2850"],
body[data-aos-duration="2850"] [data-aos] {
	transition-duration: 2.85s
}

[data-aos][data-aos][data-aos-delay="2850"],
body[data-aos-delay="2850"] [data-aos] {
	transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="2850"].aos-animate,
body[data-aos-delay="2850"] [data-aos].aos-animate {
	transition-delay: 2.85s
}

[data-aos][data-aos][data-aos-duration="2900"],
body[data-aos-duration="2900"] [data-aos] {
	transition-duration: 2.9s
}

[data-aos][data-aos][data-aos-delay="2900"],
body[data-aos-delay="2900"] [data-aos] {
	transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="2900"].aos-animate,
body[data-aos-delay="2900"] [data-aos].aos-animate {
	transition-delay: 2.9s
}

[data-aos][data-aos][data-aos-duration="2950"],
body[data-aos-duration="2950"] [data-aos] {
	transition-duration: 2.95s
}

[data-aos][data-aos][data-aos-delay="2950"],
body[data-aos-delay="2950"] [data-aos] {
	transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="2950"].aos-animate,
body[data-aos-delay="2950"] [data-aos].aos-animate {
	transition-delay: 2.95s
}

[data-aos][data-aos][data-aos-duration="3000"],
body[data-aos-duration="3000"] [data-aos] {
	transition-duration: 3s
}

[data-aos][data-aos][data-aos-delay="3000"],
body[data-aos-delay="3000"] [data-aos] {
	transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="3000"].aos-animate,
body[data-aos-delay="3000"] [data-aos].aos-animate {
	transition-delay: 3s
}

[data-aos][data-aos][data-aos-easing=linear],
body[data-aos-easing=linear] [data-aos] {
	transition-timing-function: cubic-bezier(.25, .25, .75, .75)
}

[data-aos][data-aos][data-aos-easing=ease],
body[data-aos-easing=ease] [data-aos] {
	transition-timing-function: ease
}

[data-aos][data-aos][data-aos-easing=ease-in],
body[data-aos-easing=ease-in] [data-aos] {
	transition-timing-function: ease-in
}

[data-aos][data-aos][data-aos-easing=ease-out],
body[data-aos-easing=ease-out] [data-aos] {
	transition-timing-function: ease-out
}

[data-aos][data-aos][data-aos-easing=ease-in-out],
body[data-aos-easing=ease-in-out] [data-aos] {
	transition-timing-function: ease-in-out
}

[data-aos][data-aos][data-aos-easing=ease-in-back],
body[data-aos-easing=ease-in-back] [data-aos] {
	transition-timing-function: cubic-bezier(.6, -.28, .735, .045)
}

[data-aos][data-aos][data-aos-easing=ease-out-back],
body[data-aos-easing=ease-out-back] [data-aos] {
	transition-timing-function: cubic-bezier(.175, .885, .32, 1.275)
}

[data-aos][data-aos][data-aos-easing=ease-in-out-back],
body[data-aos-easing=ease-in-out-back] [data-aos] {
	transition-timing-function: cubic-bezier(.68, -.55, .265, 1.55)
}

[data-aos][data-aos][data-aos-easing=ease-in-sine],
body[data-aos-easing=ease-in-sine] [data-aos] {
	transition-timing-function: cubic-bezier(.47, 0, .745, .715)
}

[data-aos][data-aos][data-aos-easing=ease-out-sine],
body[data-aos-easing=ease-out-sine] [data-aos] {
	transition-timing-function: cubic-bezier(.39, .575, .565, 1)
}

[data-aos][data-aos][data-aos-easing=ease-in-out-sine],
body[data-aos-easing=ease-in-out-sine] [data-aos] {
	transition-timing-function: cubic-bezier(.445, .05, .55, .95)
}

[data-aos][data-aos][data-aos-easing=ease-in-quad],
body[data-aos-easing=ease-in-quad] [data-aos] {
	transition-timing-function: cubic-bezier(.55, .085, .68, .53)
}

[data-aos][data-aos][data-aos-easing=ease-out-quad],
body[data-aos-easing=ease-out-quad] [data-aos] {
	transition-timing-function: cubic-bezier(.25, .46, .45, .94)
}

[data-aos][data-aos][data-aos-easing=ease-in-out-quad],
body[data-aos-easing=ease-in-out-quad] [data-aos] {
	transition-timing-function: cubic-bezier(.455, .03, .515, .955)
}

[data-aos][data-aos][data-aos-easing=ease-in-cubic],
body[data-aos-easing=ease-in-cubic] [data-aos] {
	transition-timing-function: cubic-bezier(.55, .085, .68, .53)
}

[data-aos][data-aos][data-aos-easing=ease-out-cubic],
body[data-aos-easing=ease-out-cubic] [data-aos] {
	transition-timing-function: cubic-bezier(.25, .46, .45, .94)
}

[data-aos][data-aos][data-aos-easing=ease-in-out-cubic],
body[data-aos-easing=ease-in-out-cubic] [data-aos] {
	transition-timing-function: cubic-bezier(.455, .03, .515, .955)
}

[data-aos][data-aos][data-aos-easing=ease-in-quart],
body[data-aos-easing=ease-in-quart] [data-aos] {
	transition-timing-function: cubic-bezier(.55, .085, .68, .53)
}

[data-aos][data-aos][data-aos-easing=ease-out-quart],
body[data-aos-easing=ease-out-quart] [data-aos] {
	transition-timing-function: cubic-bezier(.25, .46, .45, .94)
}

[data-aos][data-aos][data-aos-easing=ease-in-out-quart],
body[data-aos-easing=ease-in-out-quart] [data-aos] {
	transition-timing-function: cubic-bezier(.455, .03, .515, .955)
}

[data-aos^=fade][data-aos^=fade] {
	opacity: 0;
	transition-property: opacity, transform
}

[data-aos^=fade][data-aos^=fade].aos-animate {
	opacity: 1;
	transform: translateZ(0)
}

[data-aos=fade-up] {
	transform: translate3d(0, 100px, 0)
}

[data-aos=fade-down] {
	transform: translate3d(0, -100px, 0)
}

[data-aos=fade-right] {
	transform: translate3d(-100px, 0, 0)
}

[data-aos=fade-left] {
	transform: translate3d(100px, 0, 0)
}

[data-aos=fade-up-right] {
	transform: translate3d(-100px, 100px, 0)
}

[data-aos=fade-up-left] {
	transform: translate3d(100px, 100px, 0)
}

[data-aos=fade-down-right] {
	transform: translate3d(-100px, -100px, 0)
}

[data-aos=fade-down-left] {
	transform: translate3d(100px, -100px, 0)
}

[data-aos^=zoom][data-aos^=zoom] {
	opacity: 0;
	transition-property: opacity, transform
}

[data-aos^=zoom][data-aos^=zoom].aos-animate {
	opacity: 1;
	transform: translateZ(0) scale(1)
}

[data-aos=zoom-in] {
	transform: scale(.6)
}

[data-aos=zoom-in-up] {
	transform: translate3d(0, 100px, 0) scale(.6)
}

[data-aos=zoom-in-down] {
	transform: translate3d(0, -100px, 0) scale(.6)
}

[data-aos=zoom-in-right] {
	transform: translate3d(-100px, 0, 0) scale(.6)
}

[data-aos=zoom-in-left] {
	transform: translate3d(100px, 0, 0) scale(.6)
}

[data-aos=zoom-out] {
	transform: scale(1.2)
}

[data-aos=zoom-out-up] {
	transform: translate3d(0, 100px, 0) scale(1.2)
}

[data-aos=zoom-out-down] {
	transform: translate3d(0, -100px, 0) scale(1.2)
}

[data-aos=zoom-out-right] {
	transform: translate3d(-100px, 0, 0) scale(1.2)
}

[data-aos=zoom-out-left] {
	transform: translate3d(100px, 0, 0) scale(1.2)
}

[data-aos^=slide][data-aos^=slide] {
	transition-property: transform
}

[data-aos^=slide][data-aos^=slide].aos-animate {
	transform: translateZ(0)
}

[data-aos=slide-up] {
	transform: translate3d(0, 100%, 0)
}

[data-aos=slide-down] {
	transform: translate3d(0, -100%, 0)
}

[data-aos=slide-right] {
	transform: translate3d(-100%, 0, 0)
}

[data-aos=slide-left] {
	transform: translate3d(100%, 0, 0)
}

[data-aos^=flip][data-aos^=flip] {
	backface-visibility: hidden;
	transition-property: transform
}

[data-aos=flip-left] {
	transform: perspective(2500px) rotateY(-100deg)
}

[data-aos=flip-left].aos-animate {
	transform: perspective(2500px) rotateY(0)
}

[data-aos=flip-right] {
	transform: perspective(2500px) rotateY(100deg)
}

[data-aos=flip-right].aos-animate {
	transform: perspective(2500px) rotateY(0)
}

[data-aos=flip-up] {
	transform: perspective(2500px) rotateX(-100deg)
}

[data-aos=flip-up].aos-animate {
	transform: perspective(2500px) rotateX(0)
}

[data-aos=flip-down] {
	transform: perspective(2500px) rotateX(100deg)
}

[data-aos=flip-down].aos-animate {
	transform: perspective(2500px) rotateX(0)
}*/
.animate__animated_5 {
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

@-webkit-keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
.animate__fadeInDownBig {
  -webkit-animation-name: fadeInDownBig;
  animation-name: fadeInDownBig;
}

@-webkit-keyframes fadeOutUpBig {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}
@keyframes fadeOutUpBig {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}
.animate__fadeOutUpBig {
  -webkit-animation-name: fadeOutUpBig;
  animation-name: fadeOutUpBig;
}

@-webkit-keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
.animate__fadeInUpBig {
  -webkit-animation-name: fadeInUpBig;
  animation-name: fadeInUpBig;
}

@-webkit-keyframes fadeOutDownBig {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}
@keyframes fadeOutDownBig {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}
.animate__fadeOutDownBig {
  -webkit-animation-name: fadeOutDownBig;
  animation-name: fadeOutDownBig;
}

/*========================*/
/*========================*/
/*
:root {
	--animate-duration: 1s;
	--animate-delay: 1s;
	--animate-repeat: 1
}
.animate__animated {
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-duration: var(--animate-duration);
	animation-duration: var(--animate-duration);
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both
}
.animate__animated.animate__infinite {
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite
}
.animate__animated.animate__repeat-1 {
	-webkit-animation-iteration-count: 1;
	animation-iteration-count: 1;
	-webkit-animation-iteration-count: var(--animate-repeat);
	animation-iteration-count: var(--animate-repeat)
}
.animate__animated.animate__repeat-2 {
	-webkit-animation-iteration-count: 2;
	animation-iteration-count: 2;
	-webkit-animation-iteration-count: calc(var(--animate-repeat)*2);
	animation-iteration-count: calc(var(--animate-repeat)*2)
}
.animate__animated.animate__repeat-3 {
	-webkit-animation-iteration-count: 3;
	animation-iteration-count: 3;
	-webkit-animation-iteration-count: calc(var(--animate-repeat)*3);
	animation-iteration-count: calc(var(--animate-repeat)*3)
}
.animate__animated.animate__delay-1s {
	-webkit-animation-delay: 1s;
	animation-delay: 1s;
	-webkit-animation-delay: var(--animate-delay);
	animation-delay: var(--animate-delay)
}
.animate__animated.animate__delay-2s {
	-webkit-animation-delay: 2s;
	animation-delay: 2s;
	-webkit-animation-delay: calc(var(--animate-delay)*2);
	animation-delay: calc(var(--animate-delay)*2)
}
.animate__animated.animate__delay-3s {
	-webkit-animation-delay: 3s;
	animation-delay: 3s;
	-webkit-animation-delay: calc(var(--animate-delay)*3);
	animation-delay: calc(var(--animate-delay)*3)
}
.animate__animated.animate__delay-4s {
	-webkit-animation-delay: 4s;
	animation-delay: 4s;
	-webkit-animation-delay: calc(var(--animate-delay)*4);
	animation-delay: calc(var(--animate-delay)*4)
}
.animate__animated.animate__delay-5s {
	-webkit-animation-delay: 5s;
	animation-delay: 5s;
	-webkit-animation-delay: calc(var(--animate-delay)*5);
	animation-delay: calc(var(--animate-delay)*5)
}
.animate__animated.animate__faster {
	-webkit-animation-duration: .5s;
	animation-duration: .5s;
	-webkit-animation-duration: calc(var(--animate-duration)/2);
	animation-duration: calc(var(--animate-duration)/2)
}
.animate__animated.animate__fast {
	-webkit-animation-duration: .8s;
	animation-duration: .8s;
	-webkit-animation-duration: calc(var(--animate-duration)*0.8);
	animation-duration: calc(var(--animate-duration)*0.8)
}
.animate__animated.animate__slow {
	-webkit-animation-duration: 2s;
	animation-duration: 2s;
	-webkit-animation-duration: calc(var(--animate-duration)*2);
	animation-duration: calc(var(--animate-duration)*2)
}
.animate__animated.animate__slower {
	-webkit-animation-duration: 3s;
	animation-duration: 3s;
	-webkit-animation-duration: calc(var(--animate-duration)*3);
	animation-duration: calc(var(--animate-duration)*3)
}
@media (prefers-reduced-motion: reduce),
print {
	.animate__animated {
		-webkit-animation-duration: 1ms!important;
		animation-duration: 1ms!important;
		-webkit-transition-duration: 1ms!important;
		transition-duration: 1ms!important;
		-webkit-animation-iteration-count: 1!important;
		animation-iteration-count: 1!important
	}
	.animate__animated[class*=Out] {
		opacity: 0
	}
}
@-webkit-keyframes bounce {
	0%, 20%, 53%, to {
		-webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
		animation-timing-function: cubic-bezier(.215, .61, .355, 1);
		-webkit-transform: translateZ(0);
		transform: translateZ(0)
	}
	40%,
	43% {
		-webkit-animation-timing-function: cubic-bezier(.755, .05, .855, .06);
		animation-timing-function: cubic-bezier(.755, .05, .855, .06);
		-webkit-transform: translate3d(0, -30px, 0) scaleY(1.1);
		transform: translate3d(0, -30px, 0) scaleY(1.1)
	}
	70% {
		-webkit-animation-timing-function: cubic-bezier(.755, .05, .855, .06);
		animation-timing-function: cubic-bezier(.755, .05, .855, .06);
		-webkit-transform: translate3d(0, -15px, 0) scaleY(1.05);
		transform: translate3d(0, -15px, 0) scaleY(1.05)
	}
	80% {
		-webkit-transition-timing-function: cubic-bezier(.215, .61, .355, 1);
		transition-timing-function: cubic-bezier(.215, .61, .355, 1);
		-webkit-transform: translateZ(0) scaleY(.95);
		transform: translateZ(0) scaleY(.95)
	}
	90% {
		-webkit-transform: translate3d(0, -4px, 0) scaleY(1.02);
		transform: translate3d(0, -4px, 0) scaleY(1.02)
	}
}
@keyframes bounce {
	0%, 20%, 53%, to {
		-webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
		animation-timing-function: cubic-bezier(.215, .61, .355, 1);
		-webkit-transform: translateZ(0);
		transform: translateZ(0)
	}
	40%,
	43% {
		-webkit-animation-timing-function: cubic-bezier(.755, .05, .855, .06);
		animation-timing-function: cubic-bezier(.755, .05, .855, .06);
		-webkit-transform: translate3d(0, -30px, 0) scaleY(1.1);
		transform: translate3d(0, -30px, 0) scaleY(1.1)
	}
	70% {
		-webkit-animation-timing-function: cubic-bezier(.755, .05, .855, .06);
		animation-timing-function: cubic-bezier(.755, .05, .855, .06);
		-webkit-transform: translate3d(0, -15px, 0) scaleY(1.05);
		transform: translate3d(0, -15px, 0) scaleY(1.05)
	}
	80% {
		-webkit-transition-timing-function: cubic-bezier(.215, .61, .355, 1);
		transition-timing-function: cubic-bezier(.215, .61, .355, 1);
		-webkit-transform: translateZ(0) scaleY(.95);
		transform: translateZ(0) scaleY(.95)
	}
	90% {
		-webkit-transform: translate3d(0, -4px, 0) scaleY(1.02);
		transform: translate3d(0, -4px, 0) scaleY(1.02)
	}
}
.animate__bounce {
	-webkit-animation-name: bounce;
	animation-name: bounce;
	-webkit-transform-origin: center bottom;
	transform-origin: center bottom
}
@-webkit-keyframes flash {
	0%, 50%, to {
		opacity: 1
	}
	25%,
	75% {
		opacity: 0
	}
}
@keyframes flash {
	0%, 50%, to {
		opacity: 1
	}
	25%,
	75% {
		opacity: 0
	}
}
.animate__flash {
	-webkit-animation-name: flash;
	animation-name: flash
}
@-webkit-keyframes pulse {
	0% {
		-webkit-transform: scaleX(1);
		transform: scaleX(1)
	}
	50% {
		-webkit-transform: scale3d(1.05, 1.05, 1.05);
		transform: scale3d(1.05, 1.05, 1.05)
	}
	to {
		-webkit-transform: scaleX(1);
		transform: scaleX(1)
	}
}
@keyframes pulse {
	0% {
		-webkit-transform: scaleX(1);
		transform: scaleX(1)
	}
	50% {
		-webkit-transform: scale3d(1.05, 1.05, 1.05);
		transform: scale3d(1.05, 1.05, 1.05)
	}
	to {
		-webkit-transform: scaleX(1);
		transform: scaleX(1)
	}
}
.animate__pulse {
	-webkit-animation-name: pulse;
	animation-name: pulse;
	-webkit-animation-timing-function: ease-in-out;
	animation-timing-function: ease-in-out
}
@-webkit-keyframes rubberBand {
	0% {
		-webkit-transform: scaleX(1);
		transform: scaleX(1)
	}
	30% {
		-webkit-transform: scale3d(1.25, .75, 1);
		transform: scale3d(1.25, .75, 1)
	}
	40% {
		-webkit-transform: scale3d(.75, 1.25, 1);
		transform: scale3d(.75, 1.25, 1)
	}
	50% {
		-webkit-transform: scale3d(1.15, .85, 1);
		transform: scale3d(1.15, .85, 1)
	}
	65% {
		-webkit-transform: scale3d(.95, 1.05, 1);
		transform: scale3d(.95, 1.05, 1)
	}
	75% {
		-webkit-transform: scale3d(1.05, .95, 1);
		transform: scale3d(1.05, .95, 1)
	}
	to {
		-webkit-transform: scaleX(1);
		transform: scaleX(1)
	}
}
@keyframes rubberBand {
	0% {
		-webkit-transform: scaleX(1);
		transform: scaleX(1)
	}
	30% {
		-webkit-transform: scale3d(1.25, .75, 1);
		transform: scale3d(1.25, .75, 1)
	}
	40% {
		-webkit-transform: scale3d(.75, 1.25, 1);
		transform: scale3d(.75, 1.25, 1)
	}
	50% {
		-webkit-transform: scale3d(1.15, .85, 1);
		transform: scale3d(1.15, .85, 1)
	}
	65% {
		-webkit-transform: scale3d(.95, 1.05, 1);
		transform: scale3d(.95, 1.05, 1)
	}
	75% {
		-webkit-transform: scale3d(1.05, .95, 1);
		transform: scale3d(1.05, .95, 1)
	}
	to {
		-webkit-transform: scaleX(1);
		transform: scaleX(1)
	}
}
.animate__rubberBand {
	-webkit-animation-name: rubberBand;
	animation-name: rubberBand
}
@-webkit-keyframes shakeX {
	0%, to {
		-webkit-transform: translateZ(0);
		transform: translateZ(0)
	}
	10%,
	30%,
	50%,
	70%,
	90% {
		-webkit-transform: translate3d(-10px, 0, 0);
		transform: translate3d(-10px, 0, 0)
	}
	20%,
	40%,
	60%,
	80% {
		-webkit-transform: translate3d(10px, 0, 0);
		transform: translate3d(10px, 0, 0)
	}
}
@keyframes shakeX {
	0%, to {
		-webkit-transform: translateZ(0);
		transform: translateZ(0)
	}
	10%,
	30%,
	50%,
	70%,
	90% {
		-webkit-transform: translate3d(-10px, 0, 0);
		transform: translate3d(-10px, 0, 0)
	}
	20%,
	40%,
	60%,
	80% {
		-webkit-transform: translate3d(10px, 0, 0);
		transform: translate3d(10px, 0, 0)
	}
}
.animate__shakeX {
	-webkit-animation-name: shakeX;
	animation-name: shakeX
}
@-webkit-keyframes shakeY {
	0%, to {
		-webkit-transform: translateZ(0);
		transform: translateZ(0)
	}
	10%,
	30%,
	50%,
	70%,
	90% {
		-webkit-transform: translate3d(0, -10px, 0);
		transform: translate3d(0, -10px, 0)
	}
	20%,
	40%,
	60%,
	80% {
		-webkit-transform: translate3d(0, 10px, 0);
		transform: translate3d(0, 10px, 0)
	}
}
@keyframes shakeY {
	0%, to {
		-webkit-transform: translateZ(0);
		transform: translateZ(0)
	}
	10%,
	30%,
	50%,
	70%,
	90% {
		-webkit-transform: translate3d(0, -10px, 0);
		transform: translate3d(0, -10px, 0)
	}
	20%,
	40%,
	60%,
	80% {
		-webkit-transform: translate3d(0, 10px, 0);
		transform: translate3d(0, 10px, 0)
	}
}
.animate__shakeY {
	-webkit-animation-name: shakeY;
	animation-name: shakeY
}
@-webkit-keyframes headShake {
	0% {
		-webkit-transform: translateX(0);
		transform: translateX(0)
	}
	6.5% {
		-webkit-transform: translateX(-6px) rotateY(-9deg);
		transform: translateX(-6px) rotateY(-9deg)
	}
	18.5% {
		-webkit-transform: translateX(5px) rotateY(7deg);
		transform: translateX(5px) rotateY(7deg)
	}
	31.5% {
		-webkit-transform: translateX(-3px) rotateY(-5deg);
		transform: translateX(-3px) rotateY(-5deg)
	}
	43.5% {
		-webkit-transform: translateX(2px) rotateY(3deg);
		transform: translateX(2px) rotateY(3deg)
	}
	50% {
		-webkit-transform: translateX(0);
		transform: translateX(0)
	}
}
@keyframes headShake {
	0% {
		-webkit-transform: translateX(0);
		transform: translateX(0)
	}
	6.5% {
		-webkit-transform: translateX(-6px) rotateY(-9deg);
		transform: translateX(-6px) rotateY(-9deg)
	}
	18.5% {
		-webkit-transform: translateX(5px) rotateY(7deg);
		transform: translateX(5px) rotateY(7deg)
	}
	31.5% {
		-webkit-transform: translateX(-3px) rotateY(-5deg);
		transform: translateX(-3px) rotateY(-5deg)
	}
	43.5% {
		-webkit-transform: translateX(2px) rotateY(3deg);
		transform: translateX(2px) rotateY(3deg)
	}
	50% {
		-webkit-transform: translateX(0);
		transform: translateX(0)
	}
}
.animate__headShake {
	-webkit-animation-timing-function: ease-in-out;
	animation-timing-function: ease-in-out;
	-webkit-animation-name: headShake;
	animation-name: headShake
}
@-webkit-keyframes swing {
	20% {
		-webkit-transform: rotate(15deg);
		transform: rotate(15deg)
	}
	40% {
		-webkit-transform: rotate(-10deg);
		transform: rotate(-10deg)
	}
	60% {
		-webkit-transform: rotate(5deg);
		transform: rotate(5deg)
	}
	80% {
		-webkit-transform: rotate(-5deg);
		transform: rotate(-5deg)
	}
	to {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg)
	}
}
@keyframes swing {
	20% {
		-webkit-transform: rotate(15deg);
		transform: rotate(15deg)
	}
	40% {
		-webkit-transform: rotate(-10deg);
		transform: rotate(-10deg)
	}
	60% {
		-webkit-transform: rotate(5deg);
		transform: rotate(5deg)
	}
	80% {
		-webkit-transform: rotate(-5deg);
		transform: rotate(-5deg)
	}
	to {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg)
	}
}
.animate__swing {
	-webkit-transform-origin: top center;
	transform-origin: top center;
	-webkit-animation-name: swing;
	animation-name: swing
}
@-webkit-keyframes tada {
	0% {
		-webkit-transform: scaleX(1);
		transform: scaleX(1)
	}
	10%,
	20% {
		-webkit-transform: scale3d(.9, .9, .9) rotate(-3deg);
		transform: scale3d(.9, .9, .9) rotate(-3deg)
	}
	30%,
	50%,
	70%,
	90% {
		-webkit-transform: scale3d(1.1, 1.1, 1.1) rotate(3deg);
		transform: scale3d(1.1, 1.1, 1.1) rotate(3deg)
	}
	40%,
	60%,
	80% {
		-webkit-transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg);
		transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg)
	}
	to {
		-webkit-transform: scaleX(1);
		transform: scaleX(1)
	}
}
@keyframes tada {
	0% {
		-webkit-transform: scaleX(1);
		transform: scaleX(1)
	}
	10%,
	20% {
		-webkit-transform: scale3d(.9, .9, .9) rotate(-3deg);
		transform: scale3d(.9, .9, .9) rotate(-3deg)
	}
	30%,
	50%,
	70%,
	90% {
		-webkit-transform: scale3d(1.1, 1.1, 1.1) rotate(3deg);
		transform: scale3d(1.1, 1.1, 1.1) rotate(3deg)
	}
	40%,
	60%,
	80% {
		-webkit-transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg);
		transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg)
	}
	to {
		-webkit-transform: scaleX(1);
		transform: scaleX(1)
	}
}
.animate__tada {
	-webkit-animation-name: tada;
	animation-name: tada
}
@-webkit-keyframes wobble {
	0% {
		-webkit-transform: translateZ(0);
		transform: translateZ(0)
	}
	15% {
		-webkit-transform: translate3d(-25%, 0, 0) rotate(-5deg);
		transform: translate3d(-25%, 0, 0) rotate(-5deg)
	}
	30% {
		-webkit-transform: translate3d(20%, 0, 0) rotate(3deg);
		transform: translate3d(20%, 0, 0) rotate(3deg)
	}
	45% {
		-webkit-transform: translate3d(-15%, 0, 0) rotate(-3deg);
		transform: translate3d(-15%, 0, 0) rotate(-3deg)
	}
	60% {
		-webkit-transform: translate3d(10%, 0, 0) rotate(2deg);
		transform: translate3d(10%, 0, 0) rotate(2deg)
	}
	75% {
		-webkit-transform: translate3d(-5%, 0, 0) rotate(-1deg);
		transform: translate3d(-5%, 0, 0) rotate(-1deg)
	}
	to {
		-webkit-transform: translateZ(0);
		transform: translateZ(0)
	}
}
@keyframes wobble {
	0% {
		-webkit-transform: translateZ(0);
		transform: translateZ(0)
	}
	15% {
		-webkit-transform: translate3d(-25%, 0, 0) rotate(-5deg);
		transform: translate3d(-25%, 0, 0) rotate(-5deg)
	}
	30% {
		-webkit-transform: translate3d(20%, 0, 0) rotate(3deg);
		transform: translate3d(20%, 0, 0) rotate(3deg)
	}
	45% {
		-webkit-transform: translate3d(-15%, 0, 0) rotate(-3deg);
		transform: translate3d(-15%, 0, 0) rotate(-3deg)
	}
	60% {
		-webkit-transform: translate3d(10%, 0, 0) rotate(2deg);
		transform: translate3d(10%, 0, 0) rotate(2deg)
	}
	75% {
		-webkit-transform: translate3d(-5%, 0, 0) rotate(-1deg);
		transform: translate3d(-5%, 0, 0) rotate(-1deg)
	}
	to {
		-webkit-transform: translateZ(0);
		transform: translateZ(0)
	}
}
.animate__wobble {
	-webkit-animation-name: wobble;
	animation-name: wobble
}
@-webkit-keyframes jello {
	0%, 11.1%, to {
		-webkit-transform: translateZ(0);
		transform: translateZ(0)
	}
	22.2% {
		-webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
		transform: skewX(-12.5deg) skewY(-12.5deg)
	}
	33.3% {
		-webkit-transform: skewX(6.25deg) skewY(6.25deg);
		transform: skewX(6.25deg) skewY(6.25deg)
	}
	44.4% {
		-webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
		transform: skewX(-3.125deg) skewY(-3.125deg)
	}
	55.5% {
		-webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
		transform: skewX(1.5625deg) skewY(1.5625deg)
	}
	66.6% {
		-webkit-transform: skewX(-.78125deg) skewY(-.78125deg);
		transform: skewX(-.78125deg) skewY(-.78125deg)
	}
	77.7% {
		-webkit-transform: skewX(.390625deg) skewY(.390625deg);
		transform: skewX(.390625deg) skewY(.390625deg)
	}
	88.8% {
		-webkit-transform: skewX(-.1953125deg) skewY(-.1953125deg);
		transform: skewX(-.1953125deg) skewY(-.1953125deg)
	}
}
@keyframes jello {
	0%, 11.1%, to {
		-webkit-transform: translateZ(0);
		transform: translateZ(0)
	}
	22.2% {
		-webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
		transform: skewX(-12.5deg) skewY(-12.5deg)
	}
	33.3% {
		-webkit-transform: skewX(6.25deg) skewY(6.25deg);
		transform: skewX(6.25deg) skewY(6.25deg)
	}
	44.4% {
		-webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
		transform: skewX(-3.125deg) skewY(-3.125deg)
	}
	55.5% {
		-webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
		transform: skewX(1.5625deg) skewY(1.5625deg)
	}
	66.6% {
		-webkit-transform: skewX(-.78125deg) skewY(-.78125deg);
		transform: skewX(-.78125deg) skewY(-.78125deg)
	}
	77.7% {
		-webkit-transform: skewX(.390625deg) skewY(.390625deg);
		transform: skewX(.390625deg) skewY(.390625deg)
	}
	88.8% {
		-webkit-transform: skewX(-.1953125deg) skewY(-.1953125deg);
		transform: skewX(-.1953125deg) skewY(-.1953125deg)
	}
}
.animate__jello {
	-webkit-animation-name: jello;
	animation-name: jello;
	-webkit-transform-origin: center;
	transform-origin: center
}
@-webkit-keyframes heartBeat {
	0% {
		-webkit-transform: scale(1);
		transform: scale(1)
	}
	14% {
		-webkit-transform: scale(1.3);
		transform: scale(1.3)
	}
	28% {
		-webkit-transform: scale(1);
		transform: scale(1)
	}
	42% {
		-webkit-transform: scale(1.3);
		transform: scale(1.3)
	}
	70% {
		-webkit-transform: scale(1);
		transform: scale(1)
	}
}
@keyframes heartBeat {
	0% {
		-webkit-transform: scale(1);
		transform: scale(1)
	}
	14% {
		-webkit-transform: scale(1.3);
		transform: scale(1.3)
	}
	28% {
		-webkit-transform: scale(1);
		transform: scale(1)
	}
	42% {
		-webkit-transform: scale(1.3);
		transform: scale(1.3)
	}
	70% {
		-webkit-transform: scale(1);
		transform: scale(1)
	}
}
.animate__heartBeat {
	-webkit-animation-name: heartBeat;
	animation-name: heartBeat;
	-webkit-animation-duration: 1.3s;
	animation-duration: 1.3s;
	-webkit-animation-duration: calc(var(--animate-duration)*1.3);
	animation-duration: calc(var(--animate-duration)*1.3);
	-webkit-animation-timing-function: ease-in-out;
	animation-timing-function: ease-in-out
}
@-webkit-keyframes backInDown {
	0% {
		-webkit-transform: translateY(-1200px) scale(.7);
		transform: translateY(-1200px) scale(.7);
		opacity: .7
	}
	80% {
		-webkit-transform: translateY(0) scale(.7);
		transform: translateY(0) scale(.7);
		opacity: .7
	}
	to {
		-webkit-transform: scale(1);
		transform: scale(1);
		opacity: 1
	}
}
@keyframes backInDown {
	0% {
		-webkit-transform: translateY(-1200px) scale(.7);
		transform: translateY(-1200px) scale(.7);
		opacity: .7
	}
	80% {
		-webkit-transform: translateY(0) scale(.7);
		transform: translateY(0) scale(.7);
		opacity: .7
	}
	to {
		-webkit-transform: scale(1);
		transform: scale(1);
		opacity: 1
	}
}
.animate__backInDown {
	-webkit-animation-name: backInDown;
	animation-name: backInDown
}
@-webkit-keyframes backInLeft {
	0% {
		-webkit-transform: translateX(-2000px) scale(.7);
		transform: translateX(-2000px) scale(.7);
		opacity: .7
	}
	80% {
		-webkit-transform: translateX(0) scale(.7);
		transform: translateX(0) scale(.7);
		opacity: .7
	}
	to {
		-webkit-transform: scale(1);
		transform: scale(1);
		opacity: 1
	}
}
@keyframes backInLeft {
	0% {
		-webkit-transform: translateX(-2000px) scale(.7);
		transform: translateX(-2000px) scale(.7);
		opacity: .7
	}
	80% {
		-webkit-transform: translateX(0) scale(.7);
		transform: translateX(0) scale(.7);
		opacity: .7
	}
	to {
		-webkit-transform: scale(1);
		transform: scale(1);
		opacity: 1
	}
}
.animate__backInLeft {
	-webkit-animation-name: backInLeft;
	animation-name: backInLeft
}
@-webkit-keyframes backInRight {
	0% {
		-webkit-transform: translateX(2000px) scale(.7);
		transform: translateX(2000px) scale(.7);
		opacity: .7
	}
	80% {
		-webkit-transform: translateX(0) scale(.7);
		transform: translateX(0) scale(.7);
		opacity: .7
	}
	to {
		-webkit-transform: scale(1);
		transform: scale(1);
		opacity: 1
	}
}
@keyframes backInRight {
	0% {
		-webkit-transform: translateX(2000px) scale(.7);
		transform: translateX(2000px) scale(.7);
		opacity: .7
	}
	80% {
		-webkit-transform: translateX(0) scale(.7);
		transform: translateX(0) scale(.7);
		opacity: .7
	}
	to {
		-webkit-transform: scale(1);
		transform: scale(1);
		opacity: 1
	}
}
.animate__backInRight {
	-webkit-animation-name: backInRight;
	animation-name: backInRight
}
@-webkit-keyframes backInUp {
	0% {
		-webkit-transform: translateY(1200px) scale(.7);
		transform: translateY(1200px) scale(.7);
		opacity: .7
	}
	80% {
		-webkit-transform: translateY(0) scale(.7);
		transform: translateY(0) scale(.7);
		opacity: .7
	}
	to {
		-webkit-transform: scale(1);
		transform: scale(1);
		opacity: 1
	}
}
@keyframes backInUp {
	0% {
		-webkit-transform: translateY(1200px) scale(.7);
		transform: translateY(1200px) scale(.7);
		opacity: .7
	}
	80% {
		-webkit-transform: translateY(0) scale(.7);
		transform: translateY(0) scale(.7);
		opacity: .7
	}
	to {
		-webkit-transform: scale(1);
		transform: scale(1);
		opacity: 1
	}
}
.animate__backInUp {
	-webkit-animation-name: backInUp;
	animation-name: backInUp
}
@-webkit-keyframes backOutDown {
	0% {
		-webkit-transform: scale(1);
		transform: scale(1);
		opacity: 1
	}
	20% {
		-webkit-transform: translateY(0) scale(.7);
		transform: translateY(0) scale(.7);
		opacity: .7
	}
	to {
		-webkit-transform: translateY(700px) scale(.7);
		transform: translateY(700px) scale(.7);
		opacity: .7
	}
}
@keyframes backOutDown {
	0% {
		-webkit-transform: scale(1);
		transform: scale(1);
		opacity: 1
	}
	20% {
		-webkit-transform: translateY(0) scale(.7);
		transform: translateY(0) scale(.7);
		opacity: .7
	}
	to {
		-webkit-transform: translateY(700px) scale(.7);
		transform: translateY(700px) scale(.7);
		opacity: .7
	}
}
.animate__backOutDown {
	-webkit-animation-name: backOutDown;
	animation-name: backOutDown
}
@-webkit-keyframes backOutLeft {
	0% {
		-webkit-transform: scale(1);
		transform: scale(1);
		opacity: 1
	}
	20% {
		-webkit-transform: translateX(0) scale(.7);
		transform: translateX(0) scale(.7);
		opacity: .7
	}
	to {
		-webkit-transform: translateX(-2000px) scale(.7);
		transform: translateX(-2000px) scale(.7);
		opacity: .7
	}
}
@keyframes backOutLeft {
	0% {
		-webkit-transform: scale(1);
		transform: scale(1);
		opacity: 1
	}
	20% {
		-webkit-transform: translateX(0) scale(.7);
		transform: translateX(0) scale(.7);
		opacity: .7
	}
	to {
		-webkit-transform: translateX(-2000px) scale(.7);
		transform: translateX(-2000px) scale(.7);
		opacity: .7
	}
}
.animate__backOutLeft {
	-webkit-animation-name: backOutLeft;
	animation-name: backOutLeft
}
@-webkit-keyframes backOutRight {
	0% {
		-webkit-transform: scale(1);
		transform: scale(1);
		opacity: 1
	}
	20% {
		-webkit-transform: translateX(0) scale(.7);
		transform: translateX(0) scale(.7);
		opacity: .7
	}
	to {
		-webkit-transform: translateX(2000px) scale(.7);
		transform: translateX(2000px) scale(.7);
		opacity: .7
	}
}
@keyframes backOutRight {
	0% {
		-webkit-transform: scale(1);
		transform: scale(1);
		opacity: 1
	}
	20% {
		-webkit-transform: translateX(0) scale(.7);
		transform: translateX(0) scale(.7);
		opacity: .7
	}
	to {
		-webkit-transform: translateX(2000px) scale(.7);
		transform: translateX(2000px) scale(.7);
		opacity: .7
	}
}
.animate__backOutRight {
	-webkit-animation-name: backOutRight;
	animation-name: backOutRight
}
@-webkit-keyframes backOutUp {
	0% {
		-webkit-transform: scale(1);
		transform: scale(1);
		opacity: 1
	}
	20% {
		-webkit-transform: translateY(0) scale(.7);
		transform: translateY(0) scale(.7);
		opacity: .7
	}
	to {
		-webkit-transform: translateY(-700px) scale(.7);
		transform: translateY(-700px) scale(.7);
		opacity: .7
	}
}
@keyframes backOutUp {
	0% {
		-webkit-transform: scale(1);
		transform: scale(1);
		opacity: 1
	}
	20% {
		-webkit-transform: translateY(0) scale(.7);
		transform: translateY(0) scale(.7);
		opacity: .7
	}
	to {
		-webkit-transform: translateY(-700px) scale(.7);
		transform: translateY(-700px) scale(.7);
		opacity: .7
	}
}
.animate__backOutUp {
	-webkit-animation-name: backOutUp;
	animation-name: backOutUp
}
@-webkit-keyframes bounceIn {
	0%, 20%, 40%, 60%, 80%, to {
		-webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
		animation-timing-function: cubic-bezier(.215, .61, .355, 1)
	}
	0% {
		opacity: 0;
		-webkit-transform: scale3d(.3, .3, .3);
		transform: scale3d(.3, .3, .3)
	}
	20% {
		-webkit-transform: scale3d(1.1, 1.1, 1.1);
		transform: scale3d(1.1, 1.1, 1.1)
	}
	40% {
		-webkit-transform: scale3d(.9, .9, .9);
		transform: scale3d(.9, .9, .9)
	}
	60% {
		opacity: 1;
		-webkit-transform: scale3d(1.03, 1.03, 1.03);
		transform: scale3d(1.03, 1.03, 1.03)
	}
	80% {
		-webkit-transform: scale3d(.97, .97, .97);
		transform: scale3d(.97, .97, .97)
	}
	to {
		opacity: 1;
		-webkit-transform: scaleX(1);
		transform: scaleX(1)
	}
}
@keyframes bounceIn {
	0%, 20%, 40%, 60%, 80%, to {
		-webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
		animation-timing-function: cubic-bezier(.215, .61, .355, 1)
	}
	0% {
		opacity: 0;
		-webkit-transform: scale3d(.3, .3, .3);
		transform: scale3d(.3, .3, .3)
	}
	20% {
		-webkit-transform: scale3d(1.1, 1.1, 1.1);
		transform: scale3d(1.1, 1.1, 1.1)
	}
	40% {
		-webkit-transform: scale3d(.9, .9, .9);
		transform: scale3d(.9, .9, .9)
	}
	60% {
		opacity: 1;
		-webkit-transform: scale3d(1.03, 1.03, 1.03);
		transform: scale3d(1.03, 1.03, 1.03)
	}
	80% {
		-webkit-transform: scale3d(.97, .97, .97);
		transform: scale3d(.97, .97, .97)
	}
	to {
		opacity: 1;
		-webkit-transform: scaleX(1);
		transform: scaleX(1)
	}
}
.animate__bounceIn {
	-webkit-animation-duration: .75s;
	animation-duration: .75s;
	-webkit-animation-duration: calc(var(--animate-duration)*0.75);
	animation-duration: calc(var(--animate-duration)*0.75);
	-webkit-animation-name: bounceIn;
	animation-name: bounceIn
}
@-webkit-keyframes bounceInDown {
	0%, 60%, 75%, 90%, to {
		-webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
		animation-timing-function: cubic-bezier(.215, .61, .355, 1)
	}
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, -3000px, 0) scaleY(3);
		transform: translate3d(0, -3000px, 0) scaleY(3)
	}
	60% {
		opacity: 1;
		-webkit-transform: translate3d(0, 25px, 0) scaleY(.9);
		transform: translate3d(0, 25px, 0) scaleY(.9)
	}
	75% {
		-webkit-transform: translate3d(0, -10px, 0) scaleY(.95);
		transform: translate3d(0, -10px, 0) scaleY(.95)
	}
	90% {
		-webkit-transform: translate3d(0, 5px, 0) scaleY(.985);
		transform: translate3d(0, 5px, 0) scaleY(.985)
	}
	to {
		-webkit-transform: translateZ(0);
		transform: translateZ(0)
	}
}
@keyframes bounceInDown {
	0%, 60%, 75%, 90%, to {
		-webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
		animation-timing-function: cubic-bezier(.215, .61, .355, 1)
	}
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, -3000px, 0) scaleY(3);
		transform: translate3d(0, -3000px, 0) scaleY(3)
	}
	60% {
		opacity: 1;
		-webkit-transform: translate3d(0, 25px, 0) scaleY(.9);
		transform: translate3d(0, 25px, 0) scaleY(.9)
	}
	75% {
		-webkit-transform: translate3d(0, -10px, 0) scaleY(.95);
		transform: translate3d(0, -10px, 0) scaleY(.95)
	}
	90% {
		-webkit-transform: translate3d(0, 5px, 0) scaleY(.985);
		transform: translate3d(0, 5px, 0) scaleY(.985)
	}
	to {
		-webkit-transform: translateZ(0);
		transform: translateZ(0)
	}
}
.animate__bounceInDown {
	-webkit-animation-name: bounceInDown;
	animation-name: bounceInDown
}
@-webkit-keyframes bounceInLeft {
	0%, 60%, 75%, 90%, to {
		-webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
		animation-timing-function: cubic-bezier(.215, .61, .355, 1)
	}
	0% {
		opacity: 0;
		-webkit-transform: translate3d(-3000px, 0, 0) scaleX(3);
		transform: translate3d(-3000px, 0, 0) scaleX(3)
	}
	60% {
		opacity: 1;
		-webkit-transform: translate3d(25px, 0, 0) scaleX(1);
		transform: translate3d(25px, 0, 0) scaleX(1)
	}
	75% {
		-webkit-transform: translate3d(-10px, 0, 0) scaleX(.98);
		transform: translate3d(-10px, 0, 0) scaleX(.98)
	}
	90% {
		-webkit-transform: translate3d(5px, 0, 0) scaleX(.995);
		transform: translate3d(5px, 0, 0) scaleX(.995)
	}
	to {
		-webkit-transform: translateZ(0);
		transform: translateZ(0)
	}
}
@keyframes bounceInLeft {
	0%, 60%, 75%, 90%, to {
		-webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
		animation-timing-function: cubic-bezier(.215, .61, .355, 1)
	}
	0% {
		opacity: 0;
		-webkit-transform: translate3d(-3000px, 0, 0) scaleX(3);
		transform: translate3d(-3000px, 0, 0) scaleX(3)
	}
	60% {
		opacity: 1;
		-webkit-transform: translate3d(25px, 0, 0) scaleX(1);
		transform: translate3d(25px, 0, 0) scaleX(1)
	}
	75% {
		-webkit-transform: translate3d(-10px, 0, 0) scaleX(.98);
		transform: translate3d(-10px, 0, 0) scaleX(.98)
	}
	90% {
		-webkit-transform: translate3d(5px, 0, 0) scaleX(.995);
		transform: translate3d(5px, 0, 0) scaleX(.995)
	}
	to {
		-webkit-transform: translateZ(0);
		transform: translateZ(0)
	}
}
.animate__bounceInLeft {
	-webkit-animation-name: bounceInLeft;
	animation-name: bounceInLeft
}
@-webkit-keyframes bounceInRight {
	0%, 60%, 75%, 90%, to {
		-webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
		animation-timing-function: cubic-bezier(.215, .61, .355, 1)
	}
	0% {
		opacity: 0;
		-webkit-transform: translate3d(3000px, 0, 0) scaleX(3);
		transform: translate3d(3000px, 0, 0) scaleX(3)
	}
	60% {
		opacity: 1;
		-webkit-transform: translate3d(-25px, 0, 0) scaleX(1);
		transform: translate3d(-25px, 0, 0) scaleX(1)
	}
	75% {
		-webkit-transform: translate3d(10px, 0, 0) scaleX(.98);
		transform: translate3d(10px, 0, 0) scaleX(.98)
	}
	90% {
		-webkit-transform: translate3d(-5px, 0, 0) scaleX(.995);
		transform: translate3d(-5px, 0, 0) scaleX(.995)
	}
	to {
		-webkit-transform: translateZ(0);
		transform: translateZ(0)
	}
}
@keyframes bounceInRight {
	0%, 60%, 75%, 90%, to {
		-webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
		animation-timing-function: cubic-bezier(.215, .61, .355, 1)
	}
	0% {
		opacity: 0;
		-webkit-transform: translate3d(3000px, 0, 0) scaleX(3);
		transform: translate3d(3000px, 0, 0) scaleX(3)
	}
	60% {
		opacity: 1;
		-webkit-transform: translate3d(-25px, 0, 0) scaleX(1);
		transform: translate3d(-25px, 0, 0) scaleX(1)
	}
	75% {
		-webkit-transform: translate3d(10px, 0, 0) scaleX(.98);
		transform: translate3d(10px, 0, 0) scaleX(.98)
	}
	90% {
		-webkit-transform: translate3d(-5px, 0, 0) scaleX(.995);
		transform: translate3d(-5px, 0, 0) scaleX(.995)
	}
	to {
		-webkit-transform: translateZ(0);
		transform: translateZ(0)
	}
}
.animate__bounceInRight {
	-webkit-animation-name: bounceInRight;
	animation-name: bounceInRight
}
@-webkit-keyframes bounceInUp {
	0%, 60%, 75%, 90%, to {
		-webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
		animation-timing-function: cubic-bezier(.215, .61, .355, 1)
	}
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, 3000px, 0) scaleY(5);
		transform: translate3d(0, 3000px, 0) scaleY(5)
	}
	60% {
		opacity: 1;
		-webkit-transform: translate3d(0, -20px, 0) scaleY(.9);
		transform: translate3d(0, -20px, 0) scaleY(.9)
	}
	75% {
		-webkit-transform: translate3d(0, 10px, 0) scaleY(.95);
		transform: translate3d(0, 10px, 0) scaleY(.95)
	}
	90% {
		-webkit-transform: translate3d(0, -5px, 0) scaleY(.985);
		transform: translate3d(0, -5px, 0) scaleY(.985)
	}
	to {
		-webkit-transform: translateZ(0);
		transform: translateZ(0)
	}
}
@keyframes bounceInUp {
	0%, 60%, 75%, 90%, to {
		-webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
		animation-timing-function: cubic-bezier(.215, .61, .355, 1)
	}
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, 3000px, 0) scaleY(5);
		transform: translate3d(0, 3000px, 0) scaleY(5)
	}
	60% {
		opacity: 1;
		-webkit-transform: translate3d(0, -20px, 0) scaleY(.9);
		transform: translate3d(0, -20px, 0) scaleY(.9)
	}
	75% {
		-webkit-transform: translate3d(0, 10px, 0) scaleY(.95);
		transform: translate3d(0, 10px, 0) scaleY(.95)
	}
	90% {
		-webkit-transform: translate3d(0, -5px, 0) scaleY(.985);
		transform: translate3d(0, -5px, 0) scaleY(.985)
	}
	to {
		-webkit-transform: translateZ(0);
		transform: translateZ(0)
	}
}
.animate__bounceInUp {
	-webkit-animation-name: bounceInUp;
	animation-name: bounceInUp
}
@-webkit-keyframes bounceOut {
	20% {
		-webkit-transform: scale3d(.9, .9, .9);
		transform: scale3d(.9, .9, .9)
	}
	50%,
	55% {
		opacity: 1;
		-webkit-transform: scale3d(1.1, 1.1, 1.1);
		transform: scale3d(1.1, 1.1, 1.1)
	}
	to {
		opacity: 0;
		-webkit-transform: scale3d(.3, .3, .3);
		transform: scale3d(.3, .3, .3)
	}
}
@keyframes bounceOut {
	20% {
		-webkit-transform: scale3d(.9, .9, .9);
		transform: scale3d(.9, .9, .9)
	}
	50%,
	55% {
		opacity: 1;
		-webkit-transform: scale3d(1.1, 1.1, 1.1);
		transform: scale3d(1.1, 1.1, 1.1)
	}
	to {
		opacity: 0;
		-webkit-transform: scale3d(.3, .3, .3);
		transform: scale3d(.3, .3, .3)
	}
}
.animate__bounceOut {
	-webkit-animation-duration: .75s;
	animation-duration: .75s;
	-webkit-animation-duration: calc(var(--animate-duration)*0.75);
	animation-duration: calc(var(--animate-duration)*0.75);
	-webkit-animation-name: bounceOut;
	animation-name: bounceOut
}
@-webkit-keyframes bounceOutDown {
	20% {
		-webkit-transform: translate3d(0, 10px, 0) scaleY(.985);
		transform: translate3d(0, 10px, 0) scaleY(.985)
	}
	40%,
	45% {
		opacity: 1;
		-webkit-transform: translate3d(0, -20px, 0) scaleY(.9);
		transform: translate3d(0, -20px, 0) scaleY(.9)
	}
	to {
		opacity: 0;
		-webkit-transform: translate3d(0, 2000px, 0) scaleY(3);
		transform: translate3d(0, 2000px, 0) scaleY(3)
	}
}
@keyframes bounceOutDown {
	20% {
		-webkit-transform: translate3d(0, 10px, 0) scaleY(.985);
		transform: translate3d(0, 10px, 0) scaleY(.985)
	}
	40%,
	45% {
		opacity: 1;
		-webkit-transform: translate3d(0, -20px, 0) scaleY(.9);
		transform: translate3d(0, -20px, 0) scaleY(.9)
	}
	to {
		opacity: 0;
		-webkit-transform: translate3d(0, 2000px, 0) scaleY(3);
		transform: translate3d(0, 2000px, 0) scaleY(3)
	}
}
.animate__bounceOutDown {
	-webkit-animation-name: bounceOutDown;
	animation-name: bounceOutDown
}
@-webkit-keyframes bounceOutLeft {
	20% {
		opacity: 1;
		-webkit-transform: translate3d(20px, 0, 0) scaleX(.9);
		transform: translate3d(20px, 0, 0) scaleX(.9)
	}
	to {
		opacity: 0;
		-webkit-transform: translate3d(-2000px, 0, 0) scaleX(2);
		transform: translate3d(-2000px, 0, 0) scaleX(2)
	}
}
@keyframes bounceOutLeft {
	20% {
		opacity: 1;
		-webkit-transform: translate3d(20px, 0, 0) scaleX(.9);
		transform: translate3d(20px, 0, 0) scaleX(.9)
	}
	to {
		opacity: 0;
		-webkit-transform: translate3d(-2000px, 0, 0) scaleX(2);
		transform: translate3d(-2000px, 0, 0) scaleX(2)
	}
}
.animate__bounceOutLeft {
	-webkit-animation-name: bounceOutLeft;
	animation-name: bounceOutLeft
}
@-webkit-keyframes bounceOutRight {
	20% {
		opacity: 1;
		-webkit-transform: translate3d(-20px, 0, 0) scaleX(.9);
		transform: translate3d(-20px, 0, 0) scaleX(.9)
	}
	to {
		opacity: 0;
		-webkit-transform: translate3d(2000px, 0, 0) scaleX(2);
		transform: translate3d(2000px, 0, 0) scaleX(2)
	}
}
@keyframes bounceOutRight {
	20% {
		opacity: 1;
		-webkit-transform: translate3d(-20px, 0, 0) scaleX(.9);
		transform: translate3d(-20px, 0, 0) scaleX(.9)
	}
	to {
		opacity: 0;
		-webkit-transform: translate3d(2000px, 0, 0) scaleX(2);
		transform: translate3d(2000px, 0, 0) scaleX(2)
	}
}
.animate__bounceOutRight {
	-webkit-animation-name: bounceOutRight;
	animation-name: bounceOutRight
}
@-webkit-keyframes bounceOutUp {
	20% {
		-webkit-transform: translate3d(0, -10px, 0) scaleY(.985);
		transform: translate3d(0, -10px, 0) scaleY(.985)
	}
	40%,
	45% {
		opacity: 1;
		-webkit-transform: translate3d(0, 20px, 0) scaleY(.9);
		transform: translate3d(0, 20px, 0) scaleY(.9)
	}
	to {
		opacity: 0;
		-webkit-transform: translate3d(0, -2000px, 0) scaleY(3);
		transform: translate3d(0, -2000px, 0) scaleY(3)
	}
}
@keyframes bounceOutUp {
	20% {
		-webkit-transform: translate3d(0, -10px, 0) scaleY(.985);
		transform: translate3d(0, -10px, 0) scaleY(.985)
	}
	40%,
	45% {
		opacity: 1;
		-webkit-transform: translate3d(0, 20px, 0) scaleY(.9);
		transform: translate3d(0, 20px, 0) scaleY(.9)
	}
	to {
		opacity: 0;
		-webkit-transform: translate3d(0, -2000px, 0) scaleY(3);
		transform: translate3d(0, -2000px, 0) scaleY(3)
	}
}
.animate__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
	}
}
.animate__fadeIn {
	-webkit-animation-name: fadeIn;
	animation-name: fadeIn
}
@-webkit-keyframes fadeInDown {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, -100%, 0);
		transform: translate3d(0, -100%, 0)
	}
	to {
		opacity: 1;
		-webkit-transform: translateZ(0);
		transform: translateZ(0)
	}
}
@keyframes fadeInDown {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, -100%, 0);
		transform: translate3d(0, -100%, 0)
	}
	to {
		opacity: 1;
		-webkit-transform: translateZ(0);
		transform: translateZ(0)
	}
}
.animate__fadeInDown {
	-webkit-animation-name: fadeInDown;
	animation-name: fadeInDown
}
@-webkit-keyframes fadeInLeft {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(-100%, 0, 0);
		transform: translate3d(-100%, 0, 0)
	}
	to {
		opacity: 1;
		-webkit-transform: translateZ(0);
		transform: translateZ(0)
	}
}
@keyframes fadeInLeft {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(-100%, 0, 0);
		transform: translate3d(-100%, 0, 0)
	}
	to {
		opacity: 1;
		-webkit-transform: translateZ(0);
		transform: translateZ(0)
	}
}
.animate__fadeInLeft {
	-webkit-animation-name: fadeInLeft;
	animation-name: fadeInLeft
}
@-webkit-keyframes fadeInLeftBig {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(-2000px, 0, 0);
		transform: translate3d(-2000px, 0, 0)
	}
	to {
		opacity: 1;
		-webkit-transform: translateZ(0);
		transform: translateZ(0)
	}
}
@keyframes fadeInLeftBig {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(-2000px, 0, 0);
		transform: translate3d(-2000px, 0, 0)
	}
	to {
		opacity: 1;
		-webkit-transform: translateZ(0);
		transform: translateZ(0)
	}
}
.animate__fadeInLeftBig {
	-webkit-animation-name: fadeInLeftBig;
	animation-name: fadeInLeftBig
}
@-webkit-keyframes fadeInRight {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(100%, 0, 0);
		transform: translate3d(100%, 0, 0)
	}
	to {
		opacity: 1;
		-webkit-transform: translateZ(0);
		transform: translateZ(0)
	}
}
@keyframes fadeInRight {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(100%, 0, 0);
		transform: translate3d(100%, 0, 0)
	}
	to {
		opacity: 1;
		-webkit-transform: translateZ(0);
		transform: translateZ(0)
	}
}
.animate__fadeInRight {
	-webkit-animation-name: fadeInRight;
	animation-name: fadeInRight
}
@-webkit-keyframes fadeInRightBig {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(2000px, 0, 0);
		transform: translate3d(2000px, 0, 0)
	}
	to {
		opacity: 1;
		-webkit-transform: translateZ(0);
		transform: translateZ(0)
	}
}
@keyframes fadeInRightBig {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(2000px, 0, 0);
		transform: translate3d(2000px, 0, 0)
	}
	to {
		opacity: 1;
		-webkit-transform: translateZ(0);
		transform: translateZ(0)
	}
}
.animate__fadeInRightBig {
	-webkit-animation-name: fadeInRightBig;
	animation-name: fadeInRightBig
}
@-webkit-keyframes fadeInUp {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, 100%, 0);
		transform: translate3d(0, 100%, 0)
	}
	to {
		opacity: 1;
		-webkit-transform: translateZ(0);
		transform: translateZ(0)
	}
}
@keyframes fadeInUp {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, 100%, 0);
		transform: translate3d(0, 100%, 0)
	}
	to {
		opacity: 1;
		-webkit-transform: translateZ(0);
		transform: translateZ(0)
	}
}
.animate__fadeInUp {
	-webkit-animation-name: fadeInUp;
	animation-name: fadeInUp
}
@-webkit-keyframes fadeInTopLeft {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(-100%, -100%, 0);
		transform: translate3d(-100%, -100%, 0)
	}
	to {
		opacity: 1;
		-webkit-transform: translateZ(0);
		transform: translateZ(0)
	}
}
@keyframes fadeInTopLeft {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(-100%, -100%, 0);
		transform: translate3d(-100%, -100%, 0)
	}
	to {
		opacity: 1;
		-webkit-transform: translateZ(0);
		transform: translateZ(0)
	}
}
.animate__fadeInTopLeft {
	-webkit-animation-name: fadeInTopLeft;
	animation-name: fadeInTopLeft
}
@-webkit-keyframes fadeInTopRight {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(100%, -100%, 0);
		transform: translate3d(100%, -100%, 0)
	}
	to {
		opacity: 1;
		-webkit-transform: translateZ(0);
		transform: translateZ(0)
	}
}
@keyframes fadeInTopRight {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(100%, -100%, 0);
		transform: translate3d(100%, -100%, 0)
	}
	to {
		opacity: 1;
		-webkit-transform: translateZ(0);
		transform: translateZ(0)
	}
}
.animate__fadeInTopRight {
	-webkit-animation-name: fadeInTopRight;
	animation-name: fadeInTopRight
}
@-webkit-keyframes fadeInBottomLeft {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(-100%, 100%, 0);
		transform: translate3d(-100%, 100%, 0)
	}
	to {
		opacity: 1;
		-webkit-transform: translateZ(0);
		transform: translateZ(0)
	}
}
@keyframes fadeInBottomLeft {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(-100%, 100%, 0);
		transform: translate3d(-100%, 100%, 0)
	}
	to {
		opacity: 1;
		-webkit-transform: translateZ(0);
		transform: translateZ(0)
	}
}
.animate__fadeInBottomLeft {
	-webkit-animation-name: fadeInBottomLeft;
	animation-name: fadeInBottomLeft
}
@-webkit-keyframes fadeInBottomRight {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(100%, 100%, 0);
		transform: translate3d(100%, 100%, 0)
	}
	to {
		opacity: 1;
		-webkit-transform: translateZ(0);
		transform: translateZ(0)
	}
}
@keyframes fadeInBottomRight {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(100%, 100%, 0);
		transform: translate3d(100%, 100%, 0)
	}
	to {
		opacity: 1;
		-webkit-transform: translateZ(0);
		transform: translateZ(0)
	}
}
.animate__fadeInBottomRight {
	-webkit-animation-name: fadeInBottomRight;
	animation-name: fadeInBottomRight
}
@-webkit-keyframes fadeOut {
	0% {
		opacity: 1
	}
	to {
		opacity: 0
	}
}
@keyframes fadeOut {
	0% {
		opacity: 1
	}
	to {
		opacity: 0
	}
}
.animate__fadeOut {
	-webkit-animation-name: fadeOut;
	animation-name: fadeOut
}
@-webkit-keyframes fadeOutDown {
	0% {
		opacity: 1
	}
	to {
		opacity: 0;
		-webkit-transform: translate3d(0, 100%, 0);
		transform: translate3d(0, 100%, 0)
	}
}
@keyframes fadeOutDown {
	0% {
		opacity: 1
	}
	to {
		opacity: 0;
		-webkit-transform: translate3d(0, 100%, 0);
		transform: translate3d(0, 100%, 0)
	}
}
.animate__fadeOutDown {
	-webkit-animation-name: fadeOutDown;
	animation-name: fadeOutDown
}
@-webkit-keyframes fadeOutDownBig {
	0% {
		opacity: 1
	}
	to {
		opacity: 0;
		-webkit-transform: translate3d(0, 2000px, 0);
		transform: translate3d(0, 2000px, 0)
	}
}
@keyframes fadeOutDownBig {
	0% {
		opacity: 1
	}
	to {
		opacity: 0;
		-webkit-transform: translate3d(0, 2000px, 0);
		transform: translate3d(0, 2000px, 0)
	}
}
.animate__fadeOutDownBig {
	-webkit-animation-name: fadeOutDownBig;
	animation-name: fadeOutDownBig
}
@-webkit-keyframes fadeOutLeft {
	0% {
		opacity: 1
	}
	to {
		opacity: 0;
		-webkit-transform: translate3d(-100%, 0, 0);
		transform: translate3d(-100%, 0, 0)
	}
}
@keyframes fadeOutLeft {
	0% {
		opacity: 1
	}
	to {
		opacity: 0;
		-webkit-transform: translate3d(-100%, 0, 0);
		transform: translate3d(-100%, 0, 0)
	}
}
.animate__fadeOutLeft {
	-webkit-animation-name: fadeOutLeft;
	animation-name: fadeOutLeft
}
@-webkit-keyframes fadeOutLeftBig {
	0% {
		opacity: 1
	}
	to {
		opacity: 0;
		-webkit-transform: translate3d(-2000px, 0, 0);
		transform: translate3d(-2000px, 0, 0)
	}
}
@keyframes fadeOutLeftBig {
	0% {
		opacity: 1
	}
	to {
		opacity: 0;
		-webkit-transform: translate3d(-2000px, 0, 0);
		transform: translate3d(-2000px, 0, 0)
	}
}
.animate__fadeOutLeftBig {
	-webkit-animation-name: fadeOutLeftBig;
	animation-name: fadeOutLeftBig
}
@-webkit-keyframes fadeOutRight {
	0% {
		opacity: 1
	}
	to {
		opacity: 0;
		-webkit-transform: translate3d(100%, 0, 0);
		transform: translate3d(100%, 0, 0)
	}
}
@keyframes fadeOutRight {
	0% {
		opacity: 1
	}
	to {
		opacity: 0;
		-webkit-transform: translate3d(100%, 0, 0);
		transform: translate3d(100%, 0, 0)
	}
}
.animate__fadeOutRight {
	-webkit-animation-name: fadeOutRight;
	animation-name: fadeOutRight
}
@-webkit-keyframes fadeOutRightBig {
	0% {
		opacity: 1
	}
	to {
		opacity: 0;
		-webkit-transform: translate3d(2000px, 0, 0);
		transform: translate3d(2000px, 0, 0)
	}
}
@keyframes fadeOutRightBig {
	0% {
		opacity: 1
	}
	to {
		opacity: 0;
		-webkit-transform: translate3d(2000px, 0, 0);
		transform: translate3d(2000px, 0, 0)
	}
}
.animate__fadeOutRightBig {
	-webkit-animation-name: fadeOutRightBig;
	animation-name: fadeOutRightBig
}
@-webkit-keyframes fadeOutUp {
	0% {
		opacity: 1
	}
	to {
		opacity: 0;
		-webkit-transform: translate3d(0, -100%, 0);
		transform: translate3d(0, -100%, 0)
	}
}
@keyframes fadeOutUp {
	0% {
		opacity: 1
	}
	to {
		opacity: 0;
		-webkit-transform: translate3d(0, -100%, 0);
		transform: translate3d(0, -100%, 0)
	}
}
.animate__fadeOutUp {
	-webkit-animation-name: fadeOutUp;
	animation-name: fadeOutUp
}
@-webkit-keyframes fadeOutTopLeft {
	0% {
		opacity: 1;
		-webkit-transform: translateZ(0);
		transform: translateZ(0)
	}
	to {
		opacity: 0;
		-webkit-transform: translate3d(-100%, -100%, 0);
		transform: translate3d(-100%, -100%, 0)
	}
}
@keyframes fadeOutTopLeft {
	0% {
		opacity: 1;
		-webkit-transform: translateZ(0);
		transform: translateZ(0)
	}
	to {
		opacity: 0;
		-webkit-transform: translate3d(-100%, -100%, 0);
		transform: translate3d(-100%, -100%, 0)
	}
}
.animate__fadeOutTopLeft {
	-webkit-animation-name: fadeOutTopLeft;
	animation-name: fadeOutTopLeft
}
@-webkit-keyframes fadeOutTopRight {
	0% {
		opacity: 1;
		-webkit-transform: translateZ(0);
		transform: translateZ(0)
	}
	to {
		opacity: 0;
		-webkit-transform: translate3d(100%, -100%, 0);
		transform: translate3d(100%, -100%, 0)
	}
}
@keyframes fadeOutTopRight {
	0% {
		opacity: 1;
		-webkit-transform: translateZ(0);
		transform: translateZ(0)
	}
	to {
		opacity: 0;
		-webkit-transform: translate3d(100%, -100%, 0);
		transform: translate3d(100%, -100%, 0)
	}
}
.animate__fadeOutTopRight {
	-webkit-animation-name: fadeOutTopRight;
	animation-name: fadeOutTopRight
}
@-webkit-keyframes fadeOutBottomRight {
	0% {
		opacity: 1;
		-webkit-transform: translateZ(0);
		transform: translateZ(0)
	}
	to {
		opacity: 0;
		-webkit-transform: translate3d(100%, 100%, 0);
		transform: translate3d(100%, 100%, 0)
	}
}
@keyframes fadeOutBottomRight {
	0% {
		opacity: 1;
		-webkit-transform: translateZ(0);
		transform: translateZ(0)
	}
	to {
		opacity: 0;
		-webkit-transform: translate3d(100%, 100%, 0);
		transform: translate3d(100%, 100%, 0)
	}
}
.animate__fadeOutBottomRight {
	-webkit-animation-name: fadeOutBottomRight;
	animation-name: fadeOutBottomRight
}
@-webkit-keyframes fadeOutBottomLeft {
	0% {
		opacity: 1;
		-webkit-transform: translateZ(0);
		transform: translateZ(0)
	}
	to {
		opacity: 0;
		-webkit-transform: translate3d(-100%, 100%, 0);
		transform: translate3d(-100%, 100%, 0)
	}
}
@keyframes fadeOutBottomLeft {
	0% {
		opacity: 1;
		-webkit-transform: translateZ(0);
		transform: translateZ(0)
	}
	to {
		opacity: 0;
		-webkit-transform: translate3d(-100%, 100%, 0);
		transform: translate3d(-100%, 100%, 0)
	}
}
.animate__fadeOutBottomLeft {
	-webkit-animation-name: fadeOutBottomLeft;
	animation-name: fadeOutBottomLeft
}
@-webkit-keyframes flip {
	0% {
		-webkit-transform: perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);
		transform: perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);
		-webkit-animation-timing-function: ease-out;
		animation-timing-function: ease-out
	}
	40% {
		-webkit-transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);
		transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);
		-webkit-animation-timing-function: ease-out;
		animation-timing-function: ease-out
	}
	50% {
		-webkit-transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);
		transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in
	}
	80% {
		-webkit-transform: perspective(400px) scale3d(.95, .95, .95) translateZ(0) rotateY(0deg);
		transform: perspective(400px) scale3d(.95, .95, .95) translateZ(0) rotateY(0deg);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in
	}
	to {
		-webkit-transform: perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);
		transform: perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in
	}
}
@keyframes flip {
	0% {
		-webkit-transform: perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);
		transform: perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);
		-webkit-animation-timing-function: ease-out;
		animation-timing-function: ease-out
	}
	40% {
		-webkit-transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);
		transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);
		-webkit-animation-timing-function: ease-out;
		animation-timing-function: ease-out
	}
	50% {
		-webkit-transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);
		transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in
	}
	80% {
		-webkit-transform: perspective(400px) scale3d(.95, .95, .95) translateZ(0) rotateY(0deg);
		transform: perspective(400px) scale3d(.95, .95, .95) translateZ(0) rotateY(0deg);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in
	}
	to {
		-webkit-transform: perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);
		transform: perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in
	}
}
.animate__animated.animate__flip {
	-webkit-backface-visibility: visible;
	backface-visibility: visible;
	-webkit-animation-name: flip;
	animation-name: flip
}
@-webkit-keyframes flipInX {
	0% {
		-webkit-transform: perspective(400px) rotateX(90deg);
		transform: perspective(400px) rotateX(90deg);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
		opacity: 0
	}
	40% {
		-webkit-transform: perspective(400px) rotateX(-20deg);
		transform: perspective(400px) rotateX(-20deg);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in
	}
	60% {
		-webkit-transform: perspective(400px) rotateX(10deg);
		transform: perspective(400px) rotateX(10deg);
		opacity: 1
	}
	80% {
		-webkit-transform: perspective(400px) rotateX(-5deg);
		transform: perspective(400px) rotateX(-5deg)
	}
	to {
		-webkit-transform: perspective(400px);
		transform: perspective(400px)
	}
}
@keyframes flipInX {
	0% {
		-webkit-transform: perspective(400px) rotateX(90deg);
		transform: perspective(400px) rotateX(90deg);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
		opacity: 0
	}
	40% {
		-webkit-transform: perspective(400px) rotateX(-20deg);
		transform: perspective(400px) rotateX(-20deg);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in
	}
	60% {
		-webkit-transform: perspective(400px) rotateX(10deg);
		transform: perspective(400px) rotateX(10deg);
		opacity: 1
	}
	80% {
		-webkit-transform: perspective(400px) rotateX(-5deg);
		transform: perspective(400px) rotateX(-5deg)
	}
	to {
		-webkit-transform: perspective(400px);
		transform: perspective(400px)
	}
}
.animate__flipInX {
	-webkit-backface-visibility: visible!important;
	backface-visibility: visible!important;
	-webkit-animation-name: flipInX;
	animation-name: flipInX
}
@-webkit-keyframes flipInY {
	0% {
		-webkit-transform: perspective(400px) rotateY(90deg);
		transform: perspective(400px) rotateY(90deg);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
		opacity: 0
	}
	40% {
		-webkit-transform: perspective(400px) rotateY(-20deg);
		transform: perspective(400px) rotateY(-20deg);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in
	}
	60% {
		-webkit-transform: perspective(400px) rotateY(10deg);
		transform: perspective(400px) rotateY(10deg);
		opacity: 1
	}
	80% {
		-webkit-transform: perspective(400px) rotateY(-5deg);
		transform: perspective(400px) rotateY(-5deg)
	}
	to {
		-webkit-transform: perspective(400px);
		transform: perspective(400px)
	}
}
@keyframes flipInY {
	0% {
		-webkit-transform: perspective(400px) rotateY(90deg);
		transform: perspective(400px) rotateY(90deg);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
		opacity: 0
	}
	40% {
		-webkit-transform: perspective(400px) rotateY(-20deg);
		transform: perspective(400px) rotateY(-20deg);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in
	}
	60% {
		-webkit-transform: perspective(400px) rotateY(10deg);
		transform: perspective(400px) rotateY(10deg);
		opacity: 1
	}
	80% {
		-webkit-transform: perspective(400px) rotateY(-5deg);
		transform: perspective(400px) rotateY(-5deg)
	}
	to {
		-webkit-transform: perspective(400px);
		transform: perspective(400px)
	}
}
.animate__flipInY {
	-webkit-backface-visibility: visible!important;
	backface-visibility: visible!important;
	-webkit-animation-name: flipInY;
	animation-name: flipInY
}
@-webkit-keyframes flipOutX {
	0% {
		-webkit-transform: perspective(400px);
		transform: perspective(400px)
	}
	30% {
		-webkit-transform: perspective(400px) rotateX(-20deg);
		transform: perspective(400px) rotateX(-20deg);
		opacity: 1
	}
	to {
		-webkit-transform: perspective(400px) rotateX(90deg);
		transform: perspective(400px) rotateX(90deg);
		opacity: 0
	}
}
@keyframes flipOutX {
	0% {
		-webkit-transform: perspective(400px);
		transform: perspective(400px)
	}
	30% {
		-webkit-transform: perspective(400px) rotateX(-20deg);
		transform: perspective(400px) rotateX(-20deg);
		opacity: 1
	}
	to {
		-webkit-transform: perspective(400px) rotateX(90deg);
		transform: perspective(400px) rotateX(90deg);
		opacity: 0
	}
}
.animate__flipOutX {
	-webkit-animation-duration: .75s;
	animation-duration: .75s;
	-webkit-animation-duration: calc(var(--animate-duration)*0.75);
	animation-duration: calc(var(--animate-duration)*0.75);
	-webkit-animation-name: flipOutX;
	animation-name: flipOutX;
	-webkit-backface-visibility: visible!important;
	backface-visibility: visible!important
}
@-webkit-keyframes flipOutY {
	0% {
		-webkit-transform: perspective(400px);
		transform: perspective(400px)
	}
	30% {
		-webkit-transform: perspective(400px) rotateY(-15deg);
		transform: perspective(400px) rotateY(-15deg);
		opacity: 1
	}
	to {
		-webkit-transform: perspective(400px) rotateY(90deg);
		transform: perspective(400px) rotateY(90deg);
		opacity: 0
	}
}
@keyframes flipOutY {
	0% {
		-webkit-transform: perspective(400px);
		transform: perspective(400px)
	}
	30% {
		-webkit-transform: perspective(400px) rotateY(-15deg);
		transform: perspective(400px) rotateY(-15deg);
		opacity: 1
	}
	to {
		-webkit-transform: perspective(400px) rotateY(90deg);
		transform: perspective(400px) rotateY(90deg);
		opacity: 0
	}
}
.animate__flipOutY {
	-webkit-animation-duration: .75s;
	animation-duration: .75s;
	-webkit-animation-duration: calc(var(--animate-duration)*0.75);
	animation-duration: calc(var(--animate-duration)*0.75);
	-webkit-backface-visibility: visible!important;
	backface-visibility: visible!important;
	-webkit-animation-name: flipOutY;
	animation-name: flipOutY
}
@-webkit-keyframes lightSpeedInRight {
	0% {
		-webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
		transform: translate3d(100%, 0, 0) skewX(-30deg);
		opacity: 0
	}
	60% {
		-webkit-transform: skewX(20deg);
		transform: skewX(20deg);
		opacity: 1
	}
	80% {
		-webkit-transform: skewX(-5deg);
		transform: skewX(-5deg)
	}
	to {
		-webkit-transform: translateZ(0);
		transform: translateZ(0)
	}
}
@keyframes lightSpeedInRight {
	0% {
		-webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
		transform: translate3d(100%, 0, 0) skewX(-30deg);
		opacity: 0
	}
	60% {
		-webkit-transform: skewX(20deg);
		transform: skewX(20deg);
		opacity: 1
	}
	80% {
		-webkit-transform: skewX(-5deg);
		transform: skewX(-5deg)
	}
	to {
		-webkit-transform: translateZ(0);
		transform: translateZ(0)
	}
}
.animate__lightSpeedInRight {
	-webkit-animation-name: lightSpeedInRight;
	animation-name: lightSpeedInRight;
	-webkit-animation-timing-function: ease-out;
	animation-timing-function: ease-out
}
@-webkit-keyframes lightSpeedInLeft {
	0% {
		-webkit-transform: translate3d(-100%, 0, 0) skewX(30deg);
		transform: translate3d(-100%, 0, 0) skewX(30deg);
		opacity: 0
	}
	60% {
		-webkit-transform: skewX(-20deg);
		transform: skewX(-20deg);
		opacity: 1
	}
	80% {
		-webkit-transform: skewX(5deg);
		transform: skewX(5deg)
	}
	to {
		-webkit-transform: translateZ(0);
		transform: translateZ(0)
	}
}
@keyframes lightSpeedInLeft {
	0% {
		-webkit-transform: translate3d(-100%, 0, 0) skewX(30deg);
		transform: translate3d(-100%, 0, 0) skewX(30deg);
		opacity: 0
	}
	60% {
		-webkit-transform: skewX(-20deg);
		transform: skewX(-20deg);
		opacity: 1
	}
	80% {
		-webkit-transform: skewX(5deg);
		transform: skewX(5deg)
	}
	to {
		-webkit-transform: translateZ(0);
		transform: translateZ(0)
	}
}
.animate__lightSpeedInLeft {
	-webkit-animation-name: lightSpeedInLeft;
	animation-name: lightSpeedInLeft;
	-webkit-animation-timing-function: ease-out;
	animation-timing-function: ease-out
}
@-webkit-keyframes lightSpeedOutRight {
	0% {
		opacity: 1
	}
	to {
		-webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
		transform: translate3d(100%, 0, 0) skewX(30deg);
		opacity: 0
	}
}
@keyframes lightSpeedOutRight {
	0% {
		opacity: 1
	}
	to {
		-webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
		transform: translate3d(100%, 0, 0) skewX(30deg);
		opacity: 0
	}
}
.animate__lightSpeedOutRight {
	-webkit-animation-name: lightSpeedOutRight;
	animation-name: lightSpeedOutRight;
	-webkit-animation-timing-function: ease-in;
	animation-timing-function: ease-in
}
@-webkit-keyframes lightSpeedOutLeft {
	0% {
		opacity: 1
	}
	to {
		-webkit-transform: translate3d(-100%, 0, 0) skewX(-30deg);
		transform: translate3d(-100%, 0, 0) skewX(-30deg);
		opacity: 0
	}
}
@keyframes lightSpeedOutLeft {
	0% {
		opacity: 1
	}
	to {
		-webkit-transform: translate3d(-100%, 0, 0) skewX(-30deg);
		transform: translate3d(-100%, 0, 0) skewX(-30deg);
		opacity: 0
	}
}
.animate__lightSpeedOutLeft {
	-webkit-animation-name: lightSpeedOutLeft;
	animation-name: lightSpeedOutLeft;
	-webkit-animation-timing-function: ease-in;
	animation-timing-function: ease-in
}
@-webkit-keyframes rotateIn {
	0% {
		-webkit-transform: rotate(-200deg);
		transform: rotate(-200deg);
		opacity: 0
	}
	to {
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
		opacity: 1
	}
}
@keyframes rotateIn {
	0% {
		-webkit-transform: rotate(-200deg);
		transform: rotate(-200deg);
		opacity: 0
	}
	to {
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
		opacity: 1
	}
}
.animate__rotateIn {
	-webkit-animation-name: rotateIn;
	animation-name: rotateIn;
	-webkit-transform-origin: center;
	transform-origin: center
}
@-webkit-keyframes rotateInDownLeft {
	0% {
		-webkit-transform: rotate(-45deg);
		transform: rotate(-45deg);
		opacity: 0
	}
	to {
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
		opacity: 1
	}
}
@keyframes rotateInDownLeft {
	0% {
		-webkit-transform: rotate(-45deg);
		transform: rotate(-45deg);
		opacity: 0
	}
	to {
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
		opacity: 1
	}
}
.animate__rotateInDownLeft {
	-webkit-animation-name: rotateInDownLeft;
	animation-name: rotateInDownLeft;
	-webkit-transform-origin: left bottom;
	transform-origin: left bottom
}
@-webkit-keyframes rotateInDownRight {
	0% {
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
		opacity: 0
	}
	to {
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
		opacity: 1
	}
}
@keyframes rotateInDownRight {
	0% {
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
		opacity: 0
	}
	to {
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
		opacity: 1
	}
}
.animate__rotateInDownRight {
	-webkit-animation-name: rotateInDownRight;
	animation-name: rotateInDownRight;
	-webkit-transform-origin: right bottom;
	transform-origin: right bottom
}
@-webkit-keyframes rotateInUpLeft {
	0% {
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
		opacity: 0
	}
	to {
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
		opacity: 1
	}
}
@keyframes rotateInUpLeft {
	0% {
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
		opacity: 0
	}
	to {
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
		opacity: 1
	}
}
.animate__rotateInUpLeft {
	-webkit-animation-name: rotateInUpLeft;
	animation-name: rotateInUpLeft;
	-webkit-transform-origin: left bottom;
	transform-origin: left bottom
}
@-webkit-keyframes rotateInUpRight {
	0% {
		-webkit-transform: rotate(-90deg);
		transform: rotate(-90deg);
		opacity: 0
	}
	to {
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
		opacity: 1
	}
}
@keyframes rotateInUpRight {
	0% {
		-webkit-transform: rotate(-90deg);
		transform: rotate(-90deg);
		opacity: 0
	}
	to {
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
		opacity: 1
	}
}
.animate__rotateInUpRight {
	-webkit-animation-name: rotateInUpRight;
	animation-name: rotateInUpRight;
	-webkit-transform-origin: right bottom;
	transform-origin: right bottom
}
@-webkit-keyframes rotateOut {
	0% {
		opacity: 1
	}
	to {
		-webkit-transform: rotate(200deg);
		transform: rotate(200deg);
		opacity: 0
	}
}
@keyframes rotateOut {
	0% {
		opacity: 1
	}
	to {
		-webkit-transform: rotate(200deg);
		transform: rotate(200deg);
		opacity: 0
	}
}
.animate__rotateOut {
	-webkit-animation-name: rotateOut;
	animation-name: rotateOut;
	-webkit-transform-origin: center;
	transform-origin: center
}
@-webkit-keyframes rotateOutDownLeft {
	0% {
		opacity: 1
	}
	to {
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
		opacity: 0
	}
}
@keyframes rotateOutDownLeft {
	0% {
		opacity: 1
	}
	to {
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
		opacity: 0
	}
}
.animate__rotateOutDownLeft {
	-webkit-animation-name: rotateOutDownLeft;
	animation-name: rotateOutDownLeft;
	-webkit-transform-origin: left bottom;
	transform-origin: left bottom
}
@-webkit-keyframes rotateOutDownRight {
	0% {
		opacity: 1
	}
	to {
		-webkit-transform: rotate(-45deg);
		transform: rotate(-45deg);
		opacity: 0
	}
}
@keyframes rotateOutDownRight {
	0% {
		opacity: 1
	}
	to {
		-webkit-transform: rotate(-45deg);
		transform: rotate(-45deg);
		opacity: 0
	}
}
.animate__rotateOutDownRight {
	-webkit-animation-name: rotateOutDownRight;
	animation-name: rotateOutDownRight;
	-webkit-transform-origin: right bottom;
	transform-origin: right bottom
}
@-webkit-keyframes rotateOutUpLeft {
	0% {
		opacity: 1
	}
	to {
		-webkit-transform: rotate(-45deg);
		transform: rotate(-45deg);
		opacity: 0
	}
}
@keyframes rotateOutUpLeft {
	0% {
		opacity: 1
	}
	to {
		-webkit-transform: rotate(-45deg);
		transform: rotate(-45deg);
		opacity: 0
	}
}
.animate__rotateOutUpLeft {
	-webkit-animation-name: rotateOutUpLeft;
	animation-name: rotateOutUpLeft;
	-webkit-transform-origin: left bottom;
	transform-origin: left bottom
}
@-webkit-keyframes rotateOutUpRight {
	0% {
		opacity: 1
	}
	to {
		-webkit-transform: rotate(90deg);
		transform: rotate(90deg);
		opacity: 0
	}
}
@keyframes rotateOutUpRight {
	0% {
		opacity: 1
	}
	to {
		-webkit-transform: rotate(90deg);
		transform: rotate(90deg);
		opacity: 0
	}
}
.animate__rotateOutUpRight {
	-webkit-animation-name: rotateOutUpRight;
	animation-name: rotateOutUpRight;
	-webkit-transform-origin: right bottom;
	transform-origin: right bottom
}
@-webkit-keyframes hinge {
	0% {
		-webkit-animation-timing-function: ease-in-out;
		animation-timing-function: ease-in-out
	}
	20%,
	60% {
		-webkit-transform: rotate(80deg);
		transform: rotate(80deg);
		-webkit-animation-timing-function: ease-in-out;
		animation-timing-function: ease-in-out
	}
	40%,
	80% {
		-webkit-transform: rotate(60deg);
		transform: rotate(60deg);
		-webkit-animation-timing-function: ease-in-out;
		animation-timing-function: ease-in-out;
		opacity: 1
	}
	to {
		-webkit-transform: translate3d(0, 700px, 0);
		transform: translate3d(0, 700px, 0);
		opacity: 0
	}
}
@keyframes hinge {
	0% {
		-webkit-animation-timing-function: ease-in-out;
		animation-timing-function: ease-in-out
	}
	20%,
	60% {
		-webkit-transform: rotate(80deg);
		transform: rotate(80deg);
		-webkit-animation-timing-function: ease-in-out;
		animation-timing-function: ease-in-out
	}
	40%,
	80% {
		-webkit-transform: rotate(60deg);
		transform: rotate(60deg);
		-webkit-animation-timing-function: ease-in-out;
		animation-timing-function: ease-in-out;
		opacity: 1
	}
	to {
		-webkit-transform: translate3d(0, 700px, 0);
		transform: translate3d(0, 700px, 0);
		opacity: 0
	}
}
.animate__hinge {
	-webkit-animation-duration: 2s;
	animation-duration: 2s;
	-webkit-animation-duration: calc(var(--animate-duration)*2);
	animation-duration: calc(var(--animate-duration)*2);
	-webkit-animation-name: hinge;
	animation-name: hinge;
	-webkit-transform-origin: top left;
	transform-origin: top left
}
@-webkit-keyframes jackInTheBox {
	0% {
		opacity: 0;
		-webkit-transform: scale(.1) rotate(30deg);
		transform: scale(.1) rotate(30deg);
		-webkit-transform-origin: center bottom;
		transform-origin: center bottom
	}
	50% {
		-webkit-transform: rotate(-10deg);
		transform: rotate(-10deg)
	}
	70% {
		-webkit-transform: rotate(3deg);
		transform: rotate(3deg)
	}
	to {
		opacity: 1;
		-webkit-transform: scale(1);
		transform: scale(1)
	}
}
@keyframes jackInTheBox {
	0% {
		opacity: 0;
		-webkit-transform: scale(.1) rotate(30deg);
		transform: scale(.1) rotate(30deg);
		-webkit-transform-origin: center bottom;
		transform-origin: center bottom
	}
	50% {
		-webkit-transform: rotate(-10deg);
		transform: rotate(-10deg)
	}
	70% {
		-webkit-transform: rotate(3deg);
		transform: rotate(3deg)
	}
	to {
		opacity: 1;
		-webkit-transform: scale(1);
		transform: scale(1)
	}
}
.animate__jackInTheBox {
	-webkit-animation-name: jackInTheBox;
	animation-name: jackInTheBox
}
@-webkit-keyframes rollIn {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(-100%, 0, 0) rotate(-120deg);
		transform: translate3d(-100%, 0, 0) rotate(-120deg)
	}
	to {
		opacity: 1;
		-webkit-transform: translateZ(0);
		transform: translateZ(0)
	}
}
@keyframes rollIn {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(-100%, 0, 0) rotate(-120deg);
		transform: translate3d(-100%, 0, 0) rotate(-120deg)
	}
	to {
		opacity: 1;
		-webkit-transform: translateZ(0);
		transform: translateZ(0)
	}
}
.animate__rollIn {
	-webkit-animation-name: rollIn;
	animation-name: rollIn
}
@-webkit-keyframes rollOut {
	0% {
		opacity: 1
	}
	to {
		opacity: 0;
		-webkit-transform: translate3d(100%, 0, 0) rotate(120deg);
		transform: translate3d(100%, 0, 0) rotate(120deg)
	}
}
@keyframes rollOut {
	0% {
		opacity: 1
	}
	to {
		opacity: 0;
		-webkit-transform: translate3d(100%, 0, 0) rotate(120deg);
		transform: translate3d(100%, 0, 0) rotate(120deg)
	}
}
.animate__rollOut {
	-webkit-animation-name: rollOut;
	animation-name: rollOut
}
@-webkit-keyframes zoomIn {
	0% {
		opacity: 0;
		-webkit-transform: scale3d(.3, .3, .3);
		transform: scale3d(.3, .3, .3)
	}
	50% {
		opacity: 1
	}
}
@keyframes zoomIn {
	0% {
		opacity: 0;
		-webkit-transform: scale3d(.3, .3, .3);
		transform: scale3d(.3, .3, .3)
	}
	50% {
		opacity: 1
	}
}
.animate__zoomIn {
	-webkit-animation-name: zoomIn;
	animation-name: zoomIn
}
@-webkit-keyframes zoomInDown {
	0% {
		opacity: 0;
		-webkit-transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
		transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
		-webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
		animation-timing-function: cubic-bezier(.55, .055, .675, .19)
	}
	60% {
		opacity: 1;
		-webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
		transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
		-webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
		animation-timing-function: cubic-bezier(.175, .885, .32, 1)
	}
}
@keyframes zoomInDown {
	0% {
		opacity: 0;
		-webkit-transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
		transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
		-webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
		animation-timing-function: cubic-bezier(.55, .055, .675, .19)
	}
	60% {
		opacity: 1;
		-webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
		transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
		-webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
		animation-timing-function: cubic-bezier(.175, .885, .32, 1)
	}
}
.animate__zoomInDown {
	-webkit-animation-name: zoomInDown;
	animation-name: zoomInDown
}
@-webkit-keyframes zoomInLeft {
	0% {
		opacity: 0;
		-webkit-transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
		transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
		-webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
		animation-timing-function: cubic-bezier(.55, .055, .675, .19)
	}
	60% {
		opacity: 1;
		-webkit-transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
		transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
		-webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
		animation-timing-function: cubic-bezier(.175, .885, .32, 1)
	}
}
@keyframes zoomInLeft {
	0% {
		opacity: 0;
		-webkit-transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
		transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
		-webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
		animation-timing-function: cubic-bezier(.55, .055, .675, .19)
	}
	60% {
		opacity: 1;
		-webkit-transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
		transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
		-webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
		animation-timing-function: cubic-bezier(.175, .885, .32, 1)
	}
}
.animate__zoomInLeft {
	-webkit-animation-name: zoomInLeft;
	animation-name: zoomInLeft
}
@-webkit-keyframes zoomInRight {
	0% {
		opacity: 0;
		-webkit-transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
		transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
		-webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
		animation-timing-function: cubic-bezier(.55, .055, .675, .19)
	}
	60% {
		opacity: 1;
		-webkit-transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
		transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
		-webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
		animation-timing-function: cubic-bezier(.175, .885, .32, 1)
	}
}
@keyframes zoomInRight {
	0% {
		opacity: 0;
		-webkit-transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
		transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
		-webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
		animation-timing-function: cubic-bezier(.55, .055, .675, .19)
	}
	60% {
		opacity: 1;
		-webkit-transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
		transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
		-webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
		animation-timing-function: cubic-bezier(.175, .885, .32, 1)
	}
}
.animate__zoomInRight {
	-webkit-animation-name: zoomInRight;
	animation-name: zoomInRight
}
@-webkit-keyframes zoomInUp {
	0% {
		opacity: 0;
		-webkit-transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
		transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
		-webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
		animation-timing-function: cubic-bezier(.55, .055, .675, .19)
	}
	60% {
		opacity: 1;
		-webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
		transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
		-webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
		animation-timing-function: cubic-bezier(.175, .885, .32, 1)
	}
}
@keyframes zoomInUp {
	0% {
		opacity: 0;
		-webkit-transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
		transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
		-webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
		animation-timing-function: cubic-bezier(.55, .055, .675, .19)
	}
	60% {
		opacity: 1;
		-webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
		transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
		-webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
		animation-timing-function: cubic-bezier(.175, .885, .32, 1)
	}
}
.animate__zoomInUp {
	-webkit-animation-name: zoomInUp;
	animation-name: zoomInUp
}
@-webkit-keyframes zoomOut {
	0% {
		opacity: 1
	}
	50% {
		opacity: 0;
		-webkit-transform: scale3d(.3, .3, .3);
		transform: scale3d(.3, .3, .3)
	}
	to {
		opacity: 0
	}
}
@keyframes zoomOut {
	0% {
		opacity: 1
	}
	50% {
		opacity: 0;
		-webkit-transform: scale3d(.3, .3, .3);
		transform: scale3d(.3, .3, .3)
	}
	to {
		opacity: 0
	}
}
.animate__zoomOut {
	-webkit-animation-name: zoomOut;
	animation-name: zoomOut
}
@-webkit-keyframes zoomOutDown {
	40% {
		opacity: 1;
		-webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
		transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
		-webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
		animation-timing-function: cubic-bezier(.55, .055, .675, .19)
	}
	to {
		opacity: 0;
		-webkit-transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
		transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
		-webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
		animation-timing-function: cubic-bezier(.175, .885, .32, 1)
	}
}
@keyframes zoomOutDown {
	40% {
		opacity: 1;
		-webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
		transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
		-webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
		animation-timing-function: cubic-bezier(.55, .055, .675, .19)
	}
	to {
		opacity: 0;
		-webkit-transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
		transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
		-webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
		animation-timing-function: cubic-bezier(.175, .885, .32, 1)
	}
}
.animate__zoomOutDown {
	-webkit-animation-name: zoomOutDown;
	animation-name: zoomOutDown;
	-webkit-transform-origin: center bottom;
	transform-origin: center bottom
}
@-webkit-keyframes zoomOutLeft {
	40% {
		opacity: 1;
		-webkit-transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
		transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0)
	}
	to {
		opacity: 0;
		-webkit-transform: scale(.1) translate3d(-2000px, 0, 0);
		transform: scale(.1) translate3d(-2000px, 0, 0)
	}
}
@keyframes zoomOutLeft {
	40% {
		opacity: 1;
		-webkit-transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
		transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0)
	}
	to {
		opacity: 0;
		-webkit-transform: scale(.1) translate3d(-2000px, 0, 0);
		transform: scale(.1) translate3d(-2000px, 0, 0)
	}
}
.animate__zoomOutLeft {
	-webkit-animation-name: zoomOutLeft;
	animation-name: zoomOutLeft;
	-webkit-transform-origin: left center;
	transform-origin: left center
}
@-webkit-keyframes zoomOutRight {
	40% {
		opacity: 1;
		-webkit-transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
		transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0)
	}
	to {
		opacity: 0;
		-webkit-transform: scale(.1) translate3d(2000px, 0, 0);
		transform: scale(.1) translate3d(2000px, 0, 0)
	}
}
@keyframes zoomOutRight {
	40% {
		opacity: 1;
		-webkit-transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
		transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0)
	}
	to {
		opacity: 0;
		-webkit-transform: scale(.1) translate3d(2000px, 0, 0);
		transform: scale(.1) translate3d(2000px, 0, 0)
	}
}
.animate__zoomOutRight {
	-webkit-animation-name: zoomOutRight;
	animation-name: zoomOutRight;
	-webkit-transform-origin: right center;
	transform-origin: right center
}
@-webkit-keyframes zoomOutUp {
	40% {
		opacity: 1;
		-webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
		transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
		-webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
		animation-timing-function: cubic-bezier(.55, .055, .675, .19)
	}
	to {
		opacity: 0;
		-webkit-transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
		transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
		-webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
		animation-timing-function: cubic-bezier(.175, .885, .32, 1)
	}
}
@keyframes zoomOutUp {
	40% {
		opacity: 1;
		-webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
		transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
		-webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
		animation-timing-function: cubic-bezier(.55, .055, .675, .19)
	}
	to {
		opacity: 0;
		-webkit-transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
		transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
		-webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
		animation-timing-function: cubic-bezier(.175, .885, .32, 1)
	}
}
.animate__zoomOutUp {
	-webkit-animation-name: zoomOutUp;
	animation-name: zoomOutUp;
	-webkit-transform-origin: center bottom;
	transform-origin: center bottom
}
@-webkit-keyframes slideInDown {
	0% {
		-webkit-transform: translate3d(0, -100%, 0);
		transform: translate3d(0, -100%, 0);
		visibility: visible
	}
	to {
		-webkit-transform: translateZ(0);
		transform: translateZ(0)
	}
}
@keyframes slideInDown {
	0% {
		-webkit-transform: translate3d(0, -100%, 0);
		transform: translate3d(0, -100%, 0);
		visibility: visible
	}
	to {
		-webkit-transform: translateZ(0);
		transform: translateZ(0)
	}
}
.animate__slideInDown {
	-webkit-animation-name: slideInDown;
	animation-name: slideInDown
}
@-webkit-keyframes slideInLeft {
	0% {
		-webkit-transform: translate3d(-100%, 0, 0);
		transform: translate3d(-100%, 0, 0);
		visibility: visible
	}
	to {
		-webkit-transform: translateZ(0);
		transform: translateZ(0)
	}
}
@keyframes slideInLeft {
	0% {
		-webkit-transform: translate3d(-100%, 0, 0);
		transform: translate3d(-100%, 0, 0);
		visibility: visible
	}
	to {
		-webkit-transform: translateZ(0);
		transform: translateZ(0)
	}
}
.animate__slideInLeft {
	-webkit-animation-name: slideInLeft;
	animation-name: slideInLeft
}
@-webkit-keyframes slideInRight {
	0% {
		-webkit-transform: translate3d(100%, 0, 0);
		transform: translate3d(100%, 0, 0);
		visibility: visible
	}
	to {
		-webkit-transform: translateZ(0);
		transform: translateZ(0)
	}
}
@keyframes slideInRight {
	0% {
		-webkit-transform: translate3d(100%, 0, 0);
		transform: translate3d(100%, 0, 0);
		visibility: visible
	}
	to {
		-webkit-transform: translateZ(0);
		transform: translateZ(0)
	}
}
.animate__slideInRight {
	-webkit-animation-name: slideInRight;
	animation-name: slideInRight
}
@-webkit-keyframes slideInUp {
	0% {
		-webkit-transform: translate3d(0, 100%, 0);
		transform: translate3d(0, 100%, 0);
		visibility: visible
	}
	to {
		-webkit-transform: translateZ(0);
		transform: translateZ(0)
	}
}
@keyframes slideInUp {
	0% {
		-webkit-transform: translate3d(0, 100%, 0);
		transform: translate3d(0, 100%, 0);
		visibility: visible
	}
	to {
		-webkit-transform: translateZ(0);
		transform: translateZ(0)
	}
}
.animate__slideInUp {
	-webkit-animation-name: slideInUp;
	animation-name: slideInUp
}
@-webkit-keyframes slideOutDown {
	0% {
		-webkit-transform: translateZ(0);
		transform: translateZ(0)
	}
	to {
		visibility: hidden;
		-webkit-transform: translate3d(0, 100%, 0);
		transform: translate3d(0, 100%, 0)
	}
}
@keyframes slideOutDown {
	0% {
		-webkit-transform: translateZ(0);
		transform: translateZ(0)
	}
	to {
		visibility: hidden;
		-webkit-transform: translate3d(0, 100%, 0);
		transform: translate3d(0, 100%, 0)
	}
}
.animate__slideOutDown {
	-webkit-animation-name: slideOutDown;
	animation-name: slideOutDown
}
@-webkit-keyframes slideOutLeft {
	0% {
		-webkit-transform: translateZ(0);
		transform: translateZ(0)
	}
	to {
		visibility: hidden;
		-webkit-transform: translate3d(-100%, 0, 0);
		transform: translate3d(-100%, 0, 0)
	}
}
@keyframes slideOutLeft {
	0% {
		-webkit-transform: translateZ(0);
		transform: translateZ(0)
	}
	to {
		visibility: hidden;
		-webkit-transform: translate3d(-100%, 0, 0);
		transform: translate3d(-100%, 0, 0)
	}
}
.animate__slideOutLeft {
	-webkit-animation-name: slideOutLeft;
	animation-name: slideOutLeft
}
@-webkit-keyframes slideOutRight {
	0% {
		-webkit-transform: translateZ(0);
		transform: translateZ(0)
	}
	to {
		visibility: hidden;
		-webkit-transform: translate3d(100%, 0, 0);
		transform: translate3d(100%, 0, 0)
	}
}
@keyframes slideOutRight {
	0% {
		-webkit-transform: translateZ(0);
		transform: translateZ(0)
	}
	to {
		visibility: hidden;
		-webkit-transform: translate3d(100%, 0, 0);
		transform: translate3d(100%, 0, 0)
	}
}
.animate__slideOutRight {
	-webkit-animation-name: slideOutRight;
	animation-name: slideOutRight
}
@-webkit-keyframes slideOutUp {
	0% {
		-webkit-transform: translateZ(0);
		transform: translateZ(0)
	}
	to {
		visibility: hidden;
		-webkit-transform: translate3d(0, -100%, 0);
		transform: translate3d(0, -100%, 0)
	}
}
@keyframes slideOutUp {
	0% {
		-webkit-transform: translateZ(0);
		transform: translateZ(0)
	}
	to {
		visibility: hidden;
		-webkit-transform: translate3d(0, -100%, 0);
		transform: translate3d(0, -100%, 0)
	}
}
.animate__slideOutUp {
	-webkit-animation-name: slideOutUp;
	animation-name: slideOutUp
}
*/
.cms-noroute-index .page-not-found {
  margin: 55px auto 0;
  width: 700px;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  .cms-noroute-index .page-not-found {
    width: 80%;
  }
}

.cms-noroute-index .page-not-found img {
  margin-bottom: 25px;
}

.cms-noroute-index .page-not-found h3 {
  font-weight: 700;
  margin-bottom: 15px;
  font-size: 18px;
  color: #212529;
}

.cms-noroute-index .page-not-found p {
  font-size: 15px;
  margin-bottom: 30px;
}

.order-success-wrapper {
  position: relative;
  width: 571px;
  height: 550px;
  overflow: hidden;
  margin: 0 auto;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  .order-success-wrapper {
    width: 90%;
    height: inherit;
    overflow: inherit;
  }
}
.order-success-wrapper:before {
  width: 571px;
  height: 720px;
  font-family: "icomoon" !important;
  content: "\e917";
  color: #fff8f2;
  position: absolute;
  display: block;
  font-size: 646px;
  line-height: normal;
  left: 0;
  top: -100px;
  z-index: -9;
}
@media screen and (max-width: 1024px) {
  .order-success-wrapper:before {
    width: 100%;
    height: inherit;
    font-size: 600px;
  }
}
@media screen and (max-width: 767px) {
  .order-success-wrapper:before {
    font-size: 450px;
  }
}
@media screen and (max-width: 480px) {
  .order-success-wrapper:before {
    font-size: 400px;
    top: -50px;
  }
}
@media screen and (max-width: 400px) {
  .order-success-wrapper:before {
    font-size: 300px;
  }
}
.order-success-wrapper h2 {
  font-family: Open Sans;
  font-size: 30px;
  font-weight: 700;
  line-height: 41px;
  color: #3E6B76;
  margin-top: 7px;
}
@media screen and (max-width: 767px) {
  .order-success-wrapper h2 {
    font-size: 20px;
    line-height: 25px;
    padding: 0 10px;
  }
}
@media screen and (max-width: 480px) {
  .order-success-wrapper h2 {
    font-size: 18px;
    line-height: 22px;
  }
}
@media screen and (max-width: 400px) {
  .order-success-wrapper h2 {
    font-size: 16px;
    line-height: 20px;
  }
}
.order-success-wrapper h4 {
  font-family: Open Sans;
  font-size: 16px;
  font-weight: 700;
  line-height: 22px;
  color: #000;
  margin-top: 15px;
}
@media screen and (max-width: 767px) {
  .order-success-wrapper h4 {
    font-size: 14px;
    line-height: 22px;
    padding: 0 10px;
  }
}
@media screen and (max-width: 480px) {
  .order-success-wrapper h4 {
    font-size: 12px;
    line-height: 16px;
    margin-top: 10px;
  }
}
.order-success-wrapper p {
  font-family: Open Sans;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
  letter-spacing: 0em;
  text-align: center;
  color: #333;
  margin-top: 5px;
}
@media screen and (max-width: 767px) {
  .order-success-wrapper p {
    font-size: 14px;
    line-height: 22px;
    padding: 0 150px;
  }
}
@media screen and (max-width: 480px) {
  .order-success-wrapper p {
    font-size: 12px;
    line-height: 16px;
    padding: 0 50px;
  }
}
@media screen and (max-width: 400px) {
  .order-success-wrapper p {
    padding: 0 45px;
  }
}
@media screen and (max-width: 360px) {
  .order-success-wrapper p {
    padding: 0 40px;
  }
}
@media screen and (max-width: 320px) {
  .order-success-wrapper p {
    padding: 0 30px;
  }
}
.order-success-wrapper .order_status_icon {
  position: relative;
  width: 47px;
  height: 56px;
  display: block;
  margin: 0 auto;
  margin-top: 55px;
  overflow: hidden;
}
@media screen and (max-width: 480px) {
  .order-success-wrapper .order_status_icon {
    margin-top: 20px;
  }
}
.order-success-wrapper .order_status_icon:before {
  font-family: "icomoon" !important;
  content: "\e917";
  color: #E0E0E0;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  font-size: 53px;
}
.order-success-wrapper .order_status_icon .icon-order_success {
  position: relative;
  display: block;
  width: 47px;
  height: 56px;
}
.order-success-wrapper .order_status_icon .icon-order_success:before {
  width: 47px;
  height: 56px;
  font-family: "icomoon" !important;
  content: "\e918";
  color: #08a83e;
  display: block;
  position: absolute;
  left: 0;
  top: 20%;
  font-size: 25px;
}
.order-success-wrapper .block_btn {
  border: 1px solid #3E6B76;
  background: #FFF8F2;
  font-family: Open Sans;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 22px;
  width: 285px;
  height: 50px;
}
.order-success-wrapper .block_btn:hover {
  background: #3E6B76;
}
.order-success-wrapper .block_btn.continue_shopping {
  margin: 25px 0 20px 0;
}
@media screen and (max-width: 767px) {
  .order-success-wrapper .block_btn.continue_shopping {
    width: auto;
    padding: 0 15px;
    line-height: 50px;
    font-size: 14px;
  }
}
@media screen and (max-width: 480px) {
  .order-success-wrapper .block_btn.continue_shopping {
    font-size: 12px;
    margin: 15px 0 10px 0;
  }
}
@media screen and (max-width: 400px) {
  .order-success-wrapper .block_btn.continue_shopping {
    height: 35px;
    line-height: 35px;
  }
}
.order-success-wrapper .block_btn.create_new_account {
  margin-top: 20px;
}

.header_2 {
  position: relative;
}
.header_2 .logo {
  margin: 0 auto;
  margin-top: 18px;
  display: block;
}
.header_2 .support_call {
  font-family: Open Sans;
  font-size: 14px;
  font-weight: 700;
  line-height: 30px;
  color: #fff;
  position: absolute;
  right: 50px;
  top: 50%;
  margin-top: -15px;
  text-transform: uppercase;
}
@media screen and (max-width: 749px) {
  .header_2 .support_call {
    position: relative;
    margin-top: 0;
    right: 0;
    width: 100%;
    float: left;
    text-align: center;
    padding-bottom: 10px;
  }
}

.footer.footer_2 .foot_col_2 .container {
  min-height: 127px;
}
.footer.footer_2 .foot_col_2 .container:before {
  display: none;
}
.footer.footer_2 .foot_col_2 .container .copyright {
  float: none;
  margin: 0 auto;
  margin-top: 40px;
}
.footer.footer_2 .foot_col_2 .container .copyright .foot_logo {
  margin: 0;
}

.category-landing-page h1, .category-landing-page h2, .category-landing-page h3, .category-landing-page h4, .category-landing-page h5, .category-landing-page h6 {
  font-family: Audrey;
}
.category-landing-page .main-banner {
  position: relative;
  margin-bottom: 15px;
}
.category-landing-page .main-banner img {
  width: 100%;
}
.category-landing-page .main-banner .category-hero-banner-content {
  position: absolute;
  top: 50%;
  left: 130px;
  max-width: 600px;
  transform: translateY(-50%);
  color: #fff;
}
@media screen and (max-width: 1000px) {
  .category-landing-page .main-banner .category-hero-banner-content {
    max-width: 500px;
    left: 90px;
  }
}
@media screen and (max-width: 600px) {
  .category-landing-page .main-banner .category-hero-banner-content {
    position: inherit;
    max-width: 100%;
    transform: inherit;
    left: 0;
    text-align: center;
    padding: 20px;
    color: #3E6B76;
  }
}
.category-landing-page .main-banner .category-hero-banner-content h2 {
  text-transform: uppercase;
  font-size: 40px;
}
.category-landing-page .main-banner .category-hero-banner-content p {
  font-size: 15px;
  line-height: 22px;
}
.category-landing-page .small-banners {
  display: flex;
  flex-wrap: wrap;
  padding: 0 7.5px;
  margin-bottom: 15px;
}
@media screen and (max-width: 1100px) {
  .category-landing-page .small-banners {
    padding: 0;
  }
}
.category-landing-page .small-banners li {
  position: relative;
  width: 33.33%;
  box-sizing: border-box;
  padding: 0 7.5px;
}
@media screen and (max-width: 600px) {
  .category-landing-page .small-banners li {
    width: 100%;
    padding: 0;
    margin-bottom: 15px;
  }
}
.category-landing-page .small-banners li img {
  width: 100%;
}
.category-landing-page .category-block .box {
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  padding: 30px 70px;
  min-height: 510px;
}
@media screen and (max-width: 1100px) {
  .category-landing-page .category-block .box {
    padding: 30px 20px;
  }
}
.category-landing-page .category-block .box .image-block {
  flex: 0 0 55%;
  position: relative;
}
@media screen and (max-width: 800px) {
  .category-landing-page .category-block .box .image-block {
    flex: 0 0 100%;
  }
}
.category-landing-page .category-block .box .image-block span {
  position: absolute;
}
.category-landing-page .category-block .box .image-block span.image-1 {
  width: 409.09px;
  left: 0;
  top: 145px;
  z-index: 9;
}
@media screen and (max-width: 1000px) {
  .category-landing-page .category-block .box .image-block span.image-1 {
    width: 200px;
  }
}
@media screen and (max-width: 800px) {
  .category-landing-page .category-block .box .image-block span.image-1 {
    left: 25%;
  }
}
@media screen and (max-width: 500px) {
  .category-landing-page .category-block .box .image-block span.image-1 {
    width: 140px;
  }
}
@media screen and (max-width: 400px) {
  .category-landing-page .category-block .box .image-block span.image-1 {
    left: 12%;
  }
}
.category-landing-page .category-block .box .image-block span.image-1 img {
  width: auto;
}
@media screen and (max-width: 1000px) {
  .category-landing-page .category-block .box .image-block span.image-1 img {
    width: 100%;
  }
}
.category-landing-page .category-block .box .image-block span.image-2 {
  width: 518.01px;
  left: 176.33px;
  top: 0;
}
@media screen and (max-width: 1000px) {
  .category-landing-page .category-block .box .image-block span.image-2 {
    width: 300px;
    left: 100px;
  }
}
@media screen and (max-width: 800px) {
  .category-landing-page .category-block .box .image-block span.image-2 {
    left: 35%;
  }
}
@media screen and (max-width: 500px) {
  .category-landing-page .category-block .box .image-block span.image-2 {
    width: 240px;
  }
}
@media screen and (max-width: 400px) {
  .category-landing-page .category-block .box .image-block span.image-2 {
    left: 25%;
  }
}
.category-landing-page .category-block .box .image-block span.image-2 img {
  width: auto;
}
@media screen and (max-width: 1000px) {
  .category-landing-page .category-block .box .image-block span.image-2 img {
    width: 100%;
  }
}
.category-landing-page .category-block .box .content-block {
  flex: 0 0 45%;
  color: #3E6B76;
  align-self: center;
  position: relative;
  z-index: 11;
}
@media screen and (max-width: 800px) {
  .category-landing-page .category-block .box .content-block {
    flex: 0 0 100%;
    text-align: center;
    padding-top: 420px;
  }
}
@media screen and (max-width: 500px) {
  .category-landing-page .category-block .box .content-block {
    padding-top: 350px;
  }
}
.category-landing-page .category-block .box .content-block h4 {
  margin-bottom: 10px;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 30px;
}
.category-landing-page .category-block .box .content-block p {
  color: #666666;
  line-height: 22px;
  font-size: 15px;
  margin-bottom: 20px;
}
.category-landing-page .category-block .box .content-block ul li {
  display: block;
}
.category-landing-page .category-block .box .content-block ul li a {
  line-height: 30px;
  font-size: 15px;
  display: inline-block;
  text-transform: uppercase;
  font-weight: bold;
}
.category-landing-page .category-block.white-bg {
  background: #fff;
}
.category-landing-page .category-block.blue-bg {
  background: #3E6B76;
}
.category-landing-page .category-block.blue-bg .box .content-block {
  color: #fff;
}
.category-landing-page .category-block.blue-bg .box .content-block p {
  color: #fff;
}
.category-landing-page .category-block.offwhite-bg {
  background: #EDE1C6;
}
.category-landing-page .category-block:nth-child(even) .box {
  flex-direction: row-reverse;
}
.category-landing-page .category-block:nth-child(even) .box .image-block span {
  padding-left: 50px;
}
@media screen and (max-width: 800px) {
  .category-landing-page .category-block:nth-child(even) .box .image-block span {
    padding-left: inherit;
  }
}
.category-landing-page .category-block:nth-child(even) .box .image-block span.image-1 {
  width: 409.09px;
  left: 235px;
  top: 145px;
  z-index: 9;
}
@media screen and (max-width: 1000px) {
  .category-landing-page .category-block:nth-child(even) .box .image-block span.image-1 {
    width: 200px;
    left: 200px;
  }
}
@media screen and (max-width: 800px) {
  .category-landing-page .category-block:nth-child(even) .box .image-block span.image-1 {
    left: 25%;
  }
}
@media screen and (max-width: 500px) {
  .category-landing-page .category-block:nth-child(even) .box .image-block span.image-1 {
    width: 140px;
  }
}
@media screen and (max-width: 400px) {
  .category-landing-page .category-block:nth-child(even) .box .image-block span.image-1 {
    left: 12%;
  }
}
@media screen and (max-width: 1000px) {
  .category-landing-page .category-block:nth-child(even) .box .image-block span.image-1 img {
    width: 100%;
  }
}
.category-landing-page .category-block:nth-child(even) .box .image-block span.image-2 {
  width: 518.01px;
  left: 0;
  top: 0;
}
@media screen and (max-width: 1000px) {
  .category-landing-page .category-block:nth-child(even) .box .image-block span.image-2 {
    width: 300px;
    left: 30px;
  }
}
@media screen and (max-width: 800px) {
  .category-landing-page .category-block:nth-child(even) .box .image-block span.image-2 {
    left: 35%;
  }
}
@media screen and (max-width: 500px) {
  .category-landing-page .category-block:nth-child(even) .box .image-block span.image-2 {
    width: 240px;
  }
}
@media screen and (max-width: 400px) {
  .category-landing-page .category-block:nth-child(even) .box .image-block span.image-2 {
    left: 25%;
  }
}
@media screen and (max-width: 1000px) {
  .category-landing-page .category-block:nth-child(even) .box .image-block span.image-2 img {
    width: 100%;
  }
}

.rewards-landing-page .main-banner {
  text-align: center;
}
.rewards-landing-page .main-banner img {
  width: 100%;
  margin-bottom: 45px;
}
.rewards-landing-page .main-banner h2 {
  font-family: Audrey;
  font-size: 30px;
  font-weight: 700;
  color: #3E6B76;
  text-transform: uppercase;
  margin-bottom: 15px;
}
.rewards-landing-page .main-banner p {
  max-width: 900px;
  font-family: Open Sans;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
  margin: 0 auto;
  margin-bottom: 30px;
}
.rewards-landing-page .main-banner img.reward-logo {
  width: auto;
  margin-bottom: 10px;
}
@media screen and (max-width: 500px) {
  .rewards-landing-page .main-banner img.reward-logo {
    width: 200px;
  }
}
.rewards-landing-page .main-banner p.reward-text {
  font-family: Open Sans;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 27px;
  color: #3E6B76;
  margin-bottom: 50px;
}
.rewards-landing-page .how-it-works {
  background: #3E6B76;
  padding: 60px 0;
  text-align: center;
  color: #fff;
}
.rewards-landing-page .how-it-works h3 {
  text-transform: uppercase;
  font-family: Audrey;
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  margin-bottom: 90px;
}
.rewards-landing-page .how-it-works .how-it-works-list {
  display: flex;
  flex-wrap: wrap;
}
.rewards-landing-page .how-it-works .how-it-works-list li {
  flex: 0 0 25%;
  padding: 0 25px;
  box-sizing: border-box;
}
@media screen and (max-width: 600px) {
  .rewards-landing-page .how-it-works .how-it-works-list li {
    flex: 0 0 50%;
  }
}
.rewards-landing-page .how-it-works .how-it-works-list li div.icon {
  margin-bottom: 20px;
  height: 90px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
.rewards-landing-page .how-it-works .how-it-works-list li h6 {
  font-family: Audrey;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  margin-bottom: 12px;
}
.rewards-landing-page .how-it-works .how-it-works-list li p {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
}
.rewards-landing-page .reward-wrapper {
  padding: 70px 0 50px 0;
  text-align: center;
}
.rewards-landing-page .reward-wrapper h3 {
  text-transform: uppercase;
  font-family: Audrey;
  font-size: 30px;
  font-style: normal;
  margin-bottom: 20px;
  color: #3E6B76;
}
@media screen and (max-width: 680px) {
  .rewards-landing-page .reward-wrapper .reward-wrapper-table {
    width: 100%;
    overflow-y: hidden;
  }
}
.rewards-landing-page .reward-wrapper .reward-table {
  width: 1000px;
  margin: 0 auto;
  margin-bottom: 25px;
}
@media screen and (max-width: 800px) {
  .rewards-landing-page .reward-wrapper .reward-table {
    width: 80%;
  }
}
.rewards-landing-page .reward-wrapper .reward-table tr:nth-child(even) {
  background: #FFF9EC;
}
.rewards-landing-page .reward-wrapper .reward-table tr:nth-child(odd) {
  background: #FFFFFF;
}
.rewards-landing-page .reward-wrapper .reward-table tr td {
  padding: 10px;
  border: solid 1px #E0E0E0;
  width: 25%;
  color: #666666;
  font-size: 14px;
  line-height: 20px;
  vertical-align: middle;
}
.rewards-landing-page .reward-wrapper .reward-table tr td:first-child {
  text-align: left;
  color: #333333;
}
.rewards-landing-page .reward-wrapper .reward-table tr td span.tick {
  background: url(../images/tick.png);
  width: 15px;
  display: inline-block;
  height: 15px;
}
.rewards-landing-page .reward-wrapper .reward-table tr td span.close {
  background: url(../images/close.png);
  width: 15px;
  display: inline-block;
  height: 15px;
}
.rewards-landing-page .reward-wrapper .reward-table tr td span.heading {
  display: block;
  text-transform: uppercase;
  font-size: 17px;
  margin: 5px 0;
  font-weight: bold;
  color: #000000;
}
.rewards-landing-page .reward-wrapper .table-cta {
  display: flex;
  flex-wrap: wrap;
  width: 1000px;
  margin: 0 auto;
  justify-content: space-between;
  align-items: flex-start;
  align-content: flex-start;
}
@media screen and (max-width: 800px) {
  .rewards-landing-page .reward-wrapper .table-cta {
    width: 80%;
    display: block;
  }
}
@media screen and (max-width: 600px) {
  .rewards-landing-page .reward-wrapper .table-cta {
    width: 90%;
  }
}
.rewards-landing-page .reward-wrapper .table-cta > a {
  text-transform: uppercase;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
  padding: 8px 20px;
  color: #3E6B76;
  border: solid 1px #3E6B76;
}
@media screen and (max-width: 800px) {
  .rewards-landing-page .reward-wrapper .table-cta > a {
    display: block;
    margin-bottom: 10px;
  }
}
.rewards-landing-page .reward-wrapper .table-cta > a.blue-btn {
  background: #3E6B76;
  color: #ffffff;
  padding: 15px 30px;
}
.rewards-landing-page .reward-wrapper .table-cta .form-popup-bg {
  background-color: rgba(0, 0, 0, 0.9);
}
.rewards-landing-page .reward-wrapper .table-cta .form-container {
  background-color: transparent;
  box-shadow: inherit;
  max-width: 400px;
  padding: 0;
}
.rewards-landing-page .reward-wrapper .table-cta .form-container > img {
  width: 170px;
  margin: 15px auto;
}
.rewards-landing-page .reward-wrapper .table-cta .form-container .close-button {
  border: none;
  font-weight: bold;
  font-size: 18px;
}
.rewards-landing-page .reward-wrapper .table-cta .form-container > h1 {
  font-family: Audrey;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
  text-align: center;
  color: #fff;
  margin: 15px 0;
  text-transform: uppercase;
}
.rewards-landing-page .reward-wrapper .table-cta .form-container .btn {
  font-size: 15px;
  text-transform: uppercase;
  font-weight: 700;
}
.rewards-landing-page .reward-wrapper .table-cta .form-container .form-group .g-recaptcha > div {
  width: 100% !important;
}
.rewards-landing-page .reward-wrapper .table-cta .form-container .form-group #err_email,
.rewards-landing-page .reward-wrapper .table-cta .form-container .form-group #err_mesg {
  color: red;
}
.rewards-landing-page .frequently-asked-questions {
  text-align: center;
}
.rewards-landing-page .frequently-asked-questions h3 {
  text-transform: uppercase;
  font-family: Audrey;
  font-size: 30px;
  font-weight: 700;
  font-style: normal;
  margin-bottom: 5px;
  color: #3E6B76;
}
.rewards-landing-page .frequently-asked-questions > p {
  font-size: 16px;
}
.rewards-landing-page .frequently-asked-questions .faq-accordian-wrapper {
  background: #FFF9EC;
  padding: 35px;
  margin-top: 30px;
}
.rewards-landing-page .frequently-asked-questions .faq-accordian-wrapper ul {
  width: 570px;
  margin: 0 auto;
}
@media screen and (max-width: 600px) {
  .rewards-landing-page .frequently-asked-questions .faq-accordian-wrapper ul {
    width: 90%;
  }
}
@media screen and (max-width: 600px) {
  .rewards-landing-page .frequently-asked-questions .faq-accordian-wrapper ul {
    width: 100%;
  }
}
.rewards-landing-page .frequently-asked-questions .faq-accordian-wrapper ul li {
  border-bottom: solid 1px #C4C4C4;
  text-align: left;
  font-size: 14px;
}
.rewards-landing-page .frequently-asked-questions .faq-accordian-wrapper ul li h6 {
  padding: 18px 0;
  font-weight: bold;
  position: relative;
  cursor: pointer;
}
.rewards-landing-page .frequently-asked-questions .faq-accordian-wrapper ul li h6:before, .rewards-landing-page .frequently-asked-questions .faq-accordian-wrapper ul li h6:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  margin: 0 0 -6px;
  background: #3E6B76;
  border-radius: 2px;
}
.rewards-landing-page .frequently-asked-questions .faq-accordian-wrapper ul li h6:before {
  right: 8px;
  width: 2px;
  height: 15px;
  transition: all 300ms;
  margin-top: -7.5px;
  background: #3E6B76;
}
.rewards-landing-page .frequently-asked-questions .faq-accordian-wrapper ul li h6:after {
  right: 1px;
  width: 16px;
  height: 2px;
  margin-top: -1.5px;
  background: #3E6B76;
}
.rewards-landing-page .frequently-asked-questions .faq-accordian-wrapper ul li h6.active:before {
  height: 0;
  margin-top: 0;
}
.rewards-landing-page .frequently-asked-questions .faq-accordian-wrapper ul li div {
  line-height: 20px;
  margin-bottom: 10px;
  display: none;
}

/************ Linen Making ************/
.linen-making-page, .linen-quality-page {
  text-align: center;
}
.linen-making-page .main-banner img, .linen-quality-page .main-banner img {
  width: 100%;
  height: auto;
}
.linen-making-page .making_txt h2, .linen-making-page .quality_txt h2, .linen-quality-page .making_txt h2, .linen-quality-page .quality_txt h2 {
  font-size: 30px;
  line-height: 36px;
  font-weight: 700;
  color: #3E6B76;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-family: "Audrey";
}
@media (max-width: 767px) {
  .linen-making-page .making_txt h2, .linen-making-page .quality_txt h2, .linen-quality-page .making_txt h2, .linen-quality-page .quality_txt h2 {
    font-size: 25px;
    line-height: 30px;
  }
}
@media (max-width: 480px) {
  .linen-making-page .making_txt h2, .linen-making-page .quality_txt h2, .linen-quality-page .making_txt h2, .linen-quality-page .quality_txt h2 {
    font-size: 18px;
    line-height: 24px;
  }
}
.linen-making-page .making_txt p, .linen-making-page .quality_txt p, .linen-quality-page .making_txt p, .linen-quality-page .quality_txt p {
  font-size: 16px;
  line-height: 21px;
  color: #666;
}
@media (max-width: 1023px) {
  .linen-making-page .making_txt p, .linen-making-page .quality_txt p, .linen-quality-page .making_txt p, .linen-quality-page .quality_txt p {
    padding: 0 10px;
  }
  .linen-making-page .making_txt p br, .linen-making-page .quality_txt p br, .linen-quality-page .making_txt p br, .linen-quality-page .quality_txt p br {
    display: none;
  }
}
@media (max-width: 480px) {
  .linen-making-page .making_txt p, .linen-making-page .quality_txt p, .linen-quality-page .making_txt p, .linen-quality-page .quality_txt p {
    font-size: 14px;
    line-height: 20px;
  }
}
.linen-making-page .making_content_wrap ul li, .linen-making-page .quality_content_wrap ul li, .linen-quality-page .making_content_wrap ul li, .linen-quality-page .quality_content_wrap ul li {
  padding: 50px 80px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
@media (max-width: 767px) {
  .linen-making-page .making_content_wrap ul li, .linen-making-page .quality_content_wrap ul li, .linen-quality-page .making_content_wrap ul li, .linen-quality-page .quality_content_wrap ul li {
    padding: 40px 20px;
  }
}
.linen-making-page .making_content_wrap ul li:nth-child(even), .linen-making-page .quality_content_wrap ul li:nth-child(even), .linen-quality-page .making_content_wrap ul li:nth-child(even), .linen-quality-page .quality_content_wrap ul li:nth-child(even) {
  background: #EDE1C6;
}

.linen-making-page .main-banner {
  margin-bottom: 50px;
}
.linen-making-page .making_txt {
  margin-bottom: 80px;
}
@media (max-width: 1023px) {
  .linen-making-page .making_txt {
    margin-bottom: 40px;
  }
}
.linen-making-page .making_navigation {
  position: fixed;
  right: 10px;
  bottom: 10px;
  display: none;
}
@media (max-width: 1024px) {
  .linen-making-page .making_navigation {
    display: none;
  }
}
.linen-making-page .making_navigation ul li {
  margin: 5px 0;
}
.linen-making-page .making_navigation ul li a {
  width: 35px;
  height: 35px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  background: #998149;
  border-radius: 100%;
}
.linen-making-page .making_navigation ul li a img {
  max-width: 50%;
  height: auto;
}
.linen-making-page .making_content_wrap ul {
  position: relative;
}
.linen-making-page .making_content_wrap ul li .making_content_icon, .linen-making-page .making_content_wrap ul li .making_content_txt_wrap {
  display: inline-block;
  vertical-align: top;
}
.linen-making-page .making_content_wrap ul li .making_content_icon {
  width: 25%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  align-self: center;
  justify-content: center;
}
@media (max-width: 1023px) {
  .linen-making-page .making_content_wrap ul li .making_content_icon {
    width: 15%;
  }
}
.linen-making-page .making_content_wrap ul li .making_cont_icon {
  width: 128px;
  height: 128px;
  border-radius: 100%;
  display: inline-block;
  border: 1px solid #BDA66E;
  margin-bottom: 27px;
  background: #fff;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  position: relative;
}
.linen-making-page .making_content_wrap ul li .making_cont_icon:before {
  background: url(../images/linen-making-line.png);
  content: "";
  position: absolute;
  height: 279px;
  top: 100%;
  width: 100%;
  left: 65%;
  z-index: 1000;
  background-position: top center;
  transform: translate(-50%, 0);
  z-index: 0;
}
@media (max-width: 1023px) {
  .linen-making-page .making_content_wrap ul li .making_cont_icon {
    width: 80px;
    height: 80px;
  }
  .linen-making-page .making_content_wrap ul li .making_cont_icon:before {
    background: none;
    content: "";
    position: absolute;
    height: 290px;
    top: 100%;
    width: 100%;
    left: 50%;
    z-index: 1000;
    background-position: top center;
    z-index: 0;
    border-left: 1px dashed #BDA66E;
    transform: none;
  }
}
@media (max-width: 767px) {
  .linen-making-page .making_content_wrap ul li .making_cont_icon {
    width: 60px;
    height: 60px;
  }
  .linen-making-page .making_content_wrap ul li .making_cont_icon:before {
    display: none;
  }
}
@media (max-width: 767px) {
  .linen-making-page .making_content_wrap ul li .making_cont_icon {
    width: 40px;
    height: 40px;
  }
}
.linen-making-page .making_content_wrap ul li .making_cont_icon img {
  max-width: 100%;
  height: auto;
}
@media (max-width: 1023px) {
  .linen-making-page .making_content_wrap ul li .making_cont_icon img {
    max-width: 50%;
  }
}
.linen-making-page .making_content_wrap ul li .making_icon_txt {
  font-size: 20px;
  line-height: 24px;
  font-weight: 500;
  font-family: "Audrey";
  color: #3E6B76;
  display: flex;
  width: 100%;
  justify-content: center;
  background: #fff;
  position: relative;
}
@media (max-width: 600px) {
  .linen-making-page .making_content_wrap ul li .making_icon_txt {
    font-size: 16px;
    line-height: 20px;
  }
}
@media (max-width: 480px) {
  .linen-making-page .making_content_wrap ul li .making_icon_txt {
    font-size: 14px;
    line-height: 20px;
  }
}
.linen-making-page .making_content_wrap ul li .making_content_txt_wrap {
  width: 70%;
  display: flex;
  flex-wrap: wrap;
  padding-left: 90px;
  align-items: center;
}
@media (max-width: 1023px) {
  .linen-making-page .making_content_wrap ul li .making_content_txt_wrap {
    width: 80%;
    padding-left: 50px;
  }
}
.linen-making-page .making_content_wrap ul li .making_content_txt_wrap .making_content_img {
  width: 60%;
  display: inline-block;
  vertical-align: middle;
  margin-left: 4%;
}
@media (max-width: 1300px) {
  .linen-making-page .making_content_wrap ul li .making_content_txt_wrap .making_content_img {
    width: 40%;
  }
}
@media (max-width: 767px) {
  .linen-making-page .making_content_wrap ul li .making_content_txt_wrap .making_content_img {
    width: 100%;
    margin: 20px 0 0 0;
  }
}
.linen-making-page .making_content_wrap ul li .making_content_txt_wrap .making_content_img img {
  width: 100%;
  height: auto;
}
.linen-making-page .making_content_wrap ul li .making_content_txt_wrap .making_content_txt {
  width: 35%;
  display: inline-block;
  vertical-align: middle;
  font-size: 16px;
  line-height: 26px;
  color: #666;
}
@media (max-width: 1300px) {
  .linen-making-page .making_content_wrap ul li .making_content_txt_wrap .making_content_txt {
    width: 55%;
  }
}
@media (max-width: 1023px) {
  .linen-making-page .making_content_wrap ul li .making_content_txt_wrap .making_content_txt {
    font-size: 14px;
    line-height: 24px;
  }
}
@media (max-width: 767px) {
  .linen-making-page .making_content_wrap ul li .making_content_txt_wrap .making_content_txt {
    width: 100%;
  }
}
.linen-making-page .making_content_wrap ul li .making_content_txt_wrap .making_content_txt p {
  margin-bottom: 15px;
}
@media (max-width: 1023px) {
  .linen-making-page .making_content_wrap ul li .making_content_txt_wrap .making_content_txt p {
    margin-bottom: 5px;
  }
}
.linen-making-page .making_content_wrap ul li .making_content_txt_wrap .making_content_txt p:last-child {
  margin-bottom: 0;
}
.linen-making-page .making_content_wrap ul li:nth-child(even) .making_content_txt_wrap {
  padding-left: 60px;
}
@media (max-width: 1023px) {
  .linen-making-page .making_content_wrap ul li:nth-child(even) .making_content_txt_wrap {
    padding-left: 30px;
  }
}
.linen-making-page .making_content_wrap ul li:nth-child(even) .making_content_txt_wrap .making_content_img {
  margin-left: 0;
  margin-right: 4%;
  order: 1;
}
@media (max-width: 767px) {
  .linen-making-page .making_content_wrap ul li:nth-child(even) .making_content_txt_wrap .making_content_img {
    width: 100%;
    margin: 0 0 20px 0;
  }
}
.linen-making-page .making_content_wrap ul li:nth-child(even) .making_content_txt_wrap .making_content_txt {
  order: 2;
}
.linen-making-page .making_content_wrap ul li:nth-child(even) .making_icon_txt {
  background: #EDE1C6;
}
.linen-making-page .making_content_wrap ul li:last-child .making_cont_icon:before {
  background: none;
  display: none;
}
@media (max-width: 1023px) {
  .linen-making-page .making_content_wrap ul li:last-child .making_cont_icon:before {
    border: none;
  }
}

.linen-quality-page .main-banner {
  margin-bottom: 70px;
}
.linen-quality-page .quality_txt {
  margin-bottom: 70px;
}
@media (max-width: 767px) {
  .linen-quality-page .quality_txt {
    padding: 0 20px;
  }
}
@media (max-width: 480px) {
  .linen-quality-page .quality_txt {
    margin-bottom: 30px;
  }
}
.linen-quality-page .quality_content_wrap ul li {
  align-items: center;
}
.linen-quality-page .quality_content_wrap ul li .quality_content_txt_wrap {
  width: 50%;
  padding-right: 10%;
  text-align: left;
}
@media (max-width: 1023px) {
  .linen-quality-page .quality_content_wrap ul li .quality_content_txt_wrap {
    width: 65%;
  }
}
@media (max-width: 767px) {
  .linen-quality-page .quality_content_wrap ul li .quality_content_txt_wrap {
    width: 70%;
  }
}
@media (max-width: 480px) {
  .linen-quality-page .quality_content_wrap ul li .quality_content_txt_wrap {
    width: 100%;
    padding: 10px;
    order: 2;
    text-align: center;
  }
}
.linen-quality-page .quality_content_wrap ul li .quality_content_txt_wrap .quality_content_icon {
  margin-bottom: 7px;
}
.linen-quality-page .quality_content_wrap ul li .quality_content_txt_wrap .quality_content_icon img {
  margin-bottom: 20px;
}
.linen-quality-page .quality_content_wrap ul li .quality_content_txt_wrap .quality_content_icon span, .linen-quality-page .quality_content_wrap ul li .quality_content_txt_wrap .quality_content_icon .quality_icon_txt {
  display: block;
  font-size: 20px;
  line-height: 24px;
  font-weight: 500;
  font-family: "Audrey";
  color: #3E6B76;
  text-transform: uppercase;
}
@media (max-width: 767px) {
  .linen-quality-page .quality_content_wrap ul li .quality_content_txt_wrap .quality_content_icon span, .linen-quality-page .quality_content_wrap ul li .quality_content_txt_wrap .quality_content_icon .quality_icon_txt {
    font-size: 16px;
    line-height: 22px;
  }
}
.linen-quality-page .quality_content_wrap ul li .quality_content_txt_wrap p {
  font-size: 16px;
  line-height: 26px;
  color: #666;
}
@media (max-width: 480px) {
  .linen-quality-page .quality_content_wrap ul li .quality_content_txt_wrap p {
    font-size: 14px;
    line-height: 20px;
  }
}
.linen-quality-page .quality_content_wrap ul li .quality_content_img {
  width: 21%;
  text-align: right;
}
@media (max-width: 1023px) {
  .linen-quality-page .quality_content_wrap ul li .quality_content_img {
    width: 35%;
  }
}
@media (max-width: 767px) {
  .linen-quality-page .quality_content_wrap ul li .quality_content_img {
    width: 30%;
  }
}
@media (max-width: 480px) {
  .linen-quality-page .quality_content_wrap ul li .quality_content_img {
    order: 1;
    margin-bottom: 30px;
  }
}
.linen-quality-page .quality_content_wrap ul li .quality_content_img img {
  max-width: 100%;
  height: auto;
}
.linen-quality-page .quality_content_wrap ul li:nth-child(even) .quality_content_txt_wrap {
  padding-left: 10%;
  padding-right: 0;
  order: 2;
}
@media (max-width: 480px) {
  .linen-quality-page .quality_content_wrap ul li:nth-child(even) .quality_content_txt_wrap {
    width: 100%;
    padding: 10px;
    order: 2;
    text-align: center;
  }
}
.linen-quality-page .quality_content_wrap ul li:nth-child(even) .quality_content_img {
  order: 1;
  text-align: left;
}

/********* contact us **********/
.contact-us-page .main-banner {
  position: relative;
}
.contact-us-page .main-banner img {
  width: 100%;
}
.contact-us-page .main-banner .contact_banner_txt {
  position: absolute;
  width: 100%;
  top: 50%;
  transform: translateY(-50%);
  text-align: center;
}
.contact-us-page .main-banner h2 {
  text-align: center;
  text-transform: uppercase;
  color: #fff;
  font-size: 30px;
  line-height: 36px;
  font-family: Audrey;
  font-weight: 700;
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .contact-us-page .main-banner h2 {
    font-size: 20px;
    line-height: 26px;
  }
}
.contact-us-page .main-banner p {
  color: #fff;
}
.contact-us-page .contact-content-wrap {
  max-width: 1240px;
  margin: 52px auto 42px;
}
@media (max-width: 1300px) {
  .contact-us-page .contact-content-wrap {
    max-width: 90%;
  }
}
.contact-us-page .contact-content-wrap .contact-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 40px;
}
.contact-us-page .contact-content-wrap .contact-row:last-child {
  margin-bottom: 0;
}
.contact-us-page .contact-content-wrap .contact-row .contact-col {
  width: 48%;
}
@media (max-width: 767px) {
  .contact-us-page .contact-content-wrap .contact-row .contact-col {
    width: 100%;
    margin-bottom: 20px;
  }
  .contact-us-page .contact-content-wrap .contact-row .contact-col:last-child {
    margin-bottom: 0;
  }
}
.contact-us-page .contact-content-wrap .contact-row.contact-row1 .contact-col {
  background: #FFF9EC;
  padding: 30px 50px 56px 50px;
}
@media (max-width: 1200px) {
  .contact-us-page .contact-content-wrap .contact-row.contact-row1 .contact-col {
    padding: 30px 45px 56px 45px;
  }
}
@media (max-width: 1023px) {
  .contact-us-page .contact-content-wrap .contact-row.contact-row1 .contact-col {
    padding: 30px 25px;
  }
}
.contact-us-page .contact-content-wrap .contact-row.contact-row1 .contact-col h3 {
  font-size: 25px;
  line-height: 26px;
  font-weight: 700;
  color: #3E6B76;
  margin-bottom: 4px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
@media (max-width: 1300px) {
  .contact-us-page .contact-content-wrap .contact-row.contact-row1 .contact-col h3 {
    font-size: 22px;
  }
}
@media (max-width: 1200px) {
  .contact-us-page .contact-content-wrap .contact-row.contact-row1 .contact-col h3 {
    font-size: 18px;
  }
}
@media (max-width: 1023px) {
  .contact-us-page .contact-content-wrap .contact-row.contact-row1 .contact-col h3 {
    font-size: 16px;
  }
}
@media (max-width: 480px) {
  .contact-us-page .contact-content-wrap .contact-row.contact-row1 .contact-col h3 {
    font-size: 15px;
  }
}
.contact-us-page .contact-content-wrap .contact-row.contact-row1 .contact-col h3 img, .contact-us-page .contact-content-wrap .contact-row.contact-row1 .contact-col h3 span {
  display: inline-block;
  vertical-align: middle;
}
.contact-us-page .contact-content-wrap .contact-row.contact-row1 .contact-col h3 img {
  margin-right: 15px;
}
@media (max-width: 1300px) {
  .contact-us-page .contact-content-wrap .contact-row.contact-row1 .contact-col h3 img {
    margin-right: 10px;
  }
}
@media (max-width: 1200px) {
  .contact-us-page .contact-content-wrap .contact-row.contact-row1 .contact-col h3 img {
    max-width: 30px;
  }
}
@media (max-width: 1023px) {
  .contact-us-page .contact-content-wrap .contact-row.contact-row1 .contact-col h3 img {
    max-width: 25px;
  }
}
.contact-us-page .contact-content-wrap .contact-row.contact-row1 .contact-col h3 div p {
  font-size: 16px;
  color: #666;
  font-weight: normal;
}
@media (max-width: 1023px) {
  .contact-us-page .contact-content-wrap .contact-row.contact-row1 .contact-col h3 div p {
    font-size: 14px;
  }
}
.contact-us-page .contact-content-wrap .contact-row.contact-row1 .contact-col .contact-form {
  margin-top: 20px;
}
.contact-us-page .contact-content-wrap .contact-row.contact-row1 .contact-col .contact-form .input-text {
  margin-bottom: 20px;
}
.contact-us-page .contact-content-wrap .contact-row.contact-row1 .contact-col .contact-form .input-text:last-child {
  margin-bottom: 0;
}
.contact-us-page .contact-content-wrap .contact-row.contact-row1 .contact-col .contact-form .input-text input, .contact-us-page .contact-content-wrap .contact-row.contact-row1 .contact-col .contact-form .input-text select {
  height: 50px;
  line-height: 50px;
  padding: 0 10px;
  width: 100%;
  border: 1px solid #C4C4C4;
  background: transparent;
  z-index: 8;
  position: relative;
}
.contact-us-page .contact-content-wrap .contact-row.contact-row1 .contact-col .contact-form .input-text textarea {
  width: 100%;
  height: 175px;
  padding: 10px;
  border: 1px solid #C4C4C4;
  background: transparent;
  resize: none;
  z-index: 8;
  position: relative;
}
.contact-us-page .contact-content-wrap .contact-row.contact-row1 .contact-col .contact-form .input-text.select-box {
  position: relative;
}
.contact-us-page .contact-content-wrap .contact-row.contact-row1 .contact-col .contact-form .input-text.select-box:before {
  position: absolute;
  width: 20px;
  height: 15px;
  display: block;
  font-family: "icomoon" !important;
  font-weight: 400;
  content: "\e905";
  color: #999;
  line-height: normal;
  font-size: 11px;
  right: 15px;
  top: 50%;
  transform: translate(0, -30%);
  z-index: 5;
}
.contact-us-page .contact-content-wrap .contact-row.contact-row1 .contact-col .contact-form .contact_btn {
  padding: 14px 48px;
  background: #3E6B76;
  color: #fff;
  text-transform: uppercase;
  font-size: 16px;
  line-height: 21px;
  font-weight: 700;
  border: 1px solid #3E6B76;
}
.contact-us-page .contact-content-wrap .contact-row.contact-row1 .contact-col .contact-form .contact_btn:hover, .contact-us-page .contact-content-wrap .contact-row.contact-row1 .contact-col .contact-form .contact_btn:focus {
  background: #fff;
  color: #3E6B76;
}
.contact-us-page .contact-content-wrap .contact-row.contact-row2 .contact-col {
  border: 1px solid #E0E0E0;
  padding: 20px;
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
.contact-us-page .contact-content-wrap .contact-row.contact-row2 .contact-col h3 {
  font-size: 25px;
  line-height: 26px;
  font-weight: 700;
  color: #3E6B76;
  margin-bottom: 15px;
  width: 100%;
}
@media (max-width: 1300px) {
  .contact-us-page .contact-content-wrap .contact-row.contact-row2 .contact-col h3 {
    font-size: 22px;
  }
}
@media (max-width: 1200px) {
  .contact-us-page .contact-content-wrap .contact-row.contact-row2 .contact-col h3 {
    font-size: 18px;
  }
}
@media (max-width: 1023px) {
  .contact-us-page .contact-content-wrap .contact-row.contact-row2 .contact-col h3 {
    font-size: 16px;
  }
}
.contact-us-page .contact-content-wrap .contact-row.contact-row2 .contact-col h3 img, .contact-us-page .contact-content-wrap .contact-row.contact-row2 .contact-col h3 span {
  display: inline-block;
  vertical-align: middle;
}
.contact-us-page .contact-content-wrap .contact-row.contact-row2 .contact-col h3 img {
  margin-right: 15px;
}
@media (max-width: 1300px) {
  .contact-us-page .contact-content-wrap .contact-row.contact-row2 .contact-col h3 img {
    margin-right: 10px;
  }
}
@media (max-width: 1200px) {
  .contact-us-page .contact-content-wrap .contact-row.contact-row2 .contact-col h3 img {
    max-width: 30px;
  }
}
@media (max-width: 1023px) {
  .contact-us-page .contact-content-wrap .contact-row.contact-row2 .contact-col h3 img {
    max-width: 25px;
  }
}
@media (max-width: 480px) {
  .contact-us-page .contact-content-wrap .contact-row.contact-row2 .contact-col h3 span {
    display: block;
    margin-top: 10px;
  }
}
.contact-us-page .contact-content-wrap .contact-row.contact-row2 .contact-col p {
  font-size: 16px;
  line-height: 26px;
  color: #666;
  width: 100%;
}
@media (max-width: 1023px) {
  .contact-us-page .contact-content-wrap .contact-row.contact-row2 .contact-col p {
    font-size: 14px;
    line-height: 24px;
  }
}
.contact-us-page .contact-content-wrap .contact-row.contact-row2 .contact-col p a {
  font-weight: 600;
}
.contact-us-page .contact-content-wrap .contact-row.contact-row2 .contact-col .contact-btn-faq {
  font-size: 16px;
  line-height: 21px;
  color: #fff;
  background: #3E6B76;
  text-transform: capitalize;
  padding: 14px 30px;
  display: inline-block;
  margin-top: 20px;
  margin-bottom: 10px;
}
@media (max-width: 1023px) {
  .contact-us-page .contact-content-wrap .contact-row.contact-row2 .contact-col .contact-btn-faq {
    font-size: 14px;
    line-height: 20px;
  }
}

.cms-faqs .privacy-policy-page .privacy-txt h3 {
  text-transform: capitalize;
}
.cms-faqs .main-banner h2 {
  text-transform: capitalize;
}

/********* Privacy Policy **********/
.privacy-policy-page .main-banner {
  position: relative;
}
.privacy-policy-page .main-banner img {
  width: 100%;
}
.privacy-policy-page .main-banner h2 {
  position: absolute;
  width: 100%;
  top: 50%;
  transform: translateY(-50%);
  text-align: center;
  text-transform: uppercase;
  color: #fff;
  font-size: 30px;
  line-height: 36px;
  font-family: Audrey;
  font-weight: 700;
}
@media (max-width: 767px) {
  .privacy-policy-page .main-banner h2 {
    font-size: 20px;
    line-height: 26px;
  }
}
.privacy-policy-page .privacy-txt {
  max-width: 1042px;
  margin: 43px auto;
  color: #666;
}
@media (max-width: 1100px) {
  .privacy-policy-page .privacy-txt {
    max-width: 90%;
  }
}
.privacy-policy-page .privacy-txt h3 {
  font-size: 25px;
  line-height: 26px;
  color: #3E6B76;
  margin-bottom: 15px;
  text-transform: uppercase;
  font-weight: 700;
}
@media (max-width: 767px) {
  .privacy-policy-page .privacy-txt h3 {
    font-size: 20px;
    line-height: 21px;
  }
}
.privacy-policy-page .privacy-txt p {
  margin-bottom: 20px;
}
.privacy-policy-page .privacy-txt ul, .privacy-policy-page .privacy-txt ol {
  margin-bottom: 20px;
}
.privacy-policy-page .privacy-txt ol {
  margin-left: 18px;
}
.privacy-policy-page .privacy-txt ol li {
  list-style-type: decimal;
}
.privacy-policy-page .privacy-txt ol li ul {
  margin-left: 18px;
}
.privacy-policy-page .privacy-txt ol li ul li {
  list-style-type: disc;
}
.privacy-policy-page .privacy-txt ul {
  margin-left: 18px;
}
.privacy-policy-page .privacy-txt ul li {
  list-style-type: disc;
}
.privacy-policy-page .privacy-txt p, .privacy-policy-page .privacy-txt li {
  font-size: 16px;
  line-height: 26px;
}
@media (max-width: 767px) {
  .privacy-policy-page .privacy-txt p, .privacy-policy-page .privacy-txt li {
    font-size: 14px;
    line-height: 24px;
  }
}
.privacy-policy-page .privacy-txt h4 {
  font-size: 16px;
  line-height: 26px;
  font-weight: 700;
}
@media (max-width: 767px) {
  .privacy-policy-page .privacy-txt h4 {
    font-size: 14px;
    line-height: 24px;
  }
}
.privacy-policy-page .privacy-txt a {
  color: #333333;
}

/*************** Global styling for cms pages *************/
.linen-cms-page img {
  max-width: 100%;
  height: auto;
  display: block;
}
.linen-cms-page .linen-cms-banner {
  position: relative;
  margin-bottom: 80px;
}
@media (max-width: 1023px) {
  .linen-cms-page .linen-cms-banner {
    margin-bottom: 40px;
  }
}
.linen-cms-page .linen-cms-banner img {
  width: 100%;
  height: auto;
}
.linen-cms-page .linen-cms-banner > h2 {
  font-size: 60px;
  font-weight: 700;
  color: #3E6B76;
  font-family: Audrey;
  text-transform: uppercase;
  position: absolute;
  width: 100%;
  top: 50%;
  transform: translateY(-50%);
  text-align: center;
}
@media (max-width: 1300px) {
  .linen-cms-page .linen-cms-banner > h2 {
    font-size: 50px;
  }
}
@media (max-width: 1023px) {
  .linen-cms-page .linen-cms-banner > h2 {
    font-size: 40px;
  }
}
@media (max-width: 767px) {
  .linen-cms-page .linen-cms-banner > h2 {
    font-size: 30px;
  }
}
@media (max-width: 480px) {
  .linen-cms-page .linen-cms-banner > h2 {
    font-size: 20px;
  }
}
.linen-cms-page .linen-cms-banner .linen-banner-txt {
  position: absolute;
  width: 100%;
  top: 50%;
  transform: translateY(-50%);
  text-align: center;
}
.linen-cms-page .linen-cms-banner .linen-banner-txt h2 {
  font-size: 60px;
  font-weight: 700;
  color: #fff;
  font-family: Audrey;
  text-transform: uppercase;
}
@media (max-width: 1300px) {
  .linen-cms-page .linen-cms-banner .linen-banner-txt h2 {
    font-size: 50px;
  }
}
@media (max-width: 1023px) {
  .linen-cms-page .linen-cms-banner .linen-banner-txt h2 {
    font-size: 40px;
  }
}
@media (max-width: 767px) {
  .linen-cms-page .linen-cms-banner .linen-banner-txt h2 {
    font-size: 30px;
  }
}
@media (max-width: 480px) {
  .linen-cms-page .linen-cms-banner .linen-banner-txt h2 {
    font-size: 20px;
  }
}
.linen-cms-page .linen-cms-banner .linen-banner-txt p {
  font-size: 25px;
  line-height: 30px;
  color: #fff;
}
@media (max-width: 1200px) {
  .linen-cms-page .linen-cms-banner .linen-banner-txt p {
    font-size: 20px;
    line-height: 25px;
  }
}
@media (max-width: 1023px) {
  .linen-cms-page .linen-cms-banner .linen-banner-txt p {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .linen-cms-page .linen-cms-banner .linen-banner-txt p {
    font-size: 14px;
    line-height: 20px;
  }
  .linen-cms-page .linen-cms-banner .linen-banner-txt p br {
    display: none;
  }
}
@media (max-width: 480px) {
  .linen-cms-page .linen-cms-banner .linen-banner-txt p {
    font-size: 12px;
    line-height: 16px;
  }
}
.linen-cms-page .linen-cms-content-wrap {
  max-width: 1200px;
  margin: 0 auto;
}
@media (max-width: 1300px) {
  .linen-cms-page .linen-cms-content-wrap {
    max-width: 90%;
  }
}
.linen-cms-page .linen-cms-content-wrap .linen-cms-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 1024px) {
  .linen-cms-page .linen-cms-content-wrap .linen-cms-row {
    margin-bottom: 30px;
  }
}
.linen-cms-page .linen-cms-content-wrap .linen-cms-row.cms-text-center {
  text-align: center;
  justify-content: center;
}
.linen-cms-page .linen-cms-content-wrap .linen-cms-row.cms-text-center p {
  max-width: 65%;
  display: inline-block;
}
@media (max-width: 767px) {
  .linen-cms-page .linen-cms-content-wrap .linen-cms-row.cms-text-center p {
    max-width: 90%;
  }
}
.linen-cms-page .linen-cms-content-wrap .linen-cms-row .full-width {
  width: 100%;
  padding: 0 15px;
}
.linen-cms-page .linen-cms-content-wrap .btn {
  display: inline-block;
  padding: 20px 40px;
  background: #fff;
  color: #3E6B76;
  border: 1px solid #3E6B76;
  border-radius: 0;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 700;
}
.linen-cms-page .linen-cms-content-wrap .btn:hover, .linen-cms-page .linen-cms-content-wrap .btn:focus {
  background: #3E6B76;
  color: #fff;
}
.linen-cms-page .linen-cms-content-wrap .slick-prev {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -40px;
  border: 0;
  font-size: 0;
}
.linen-cms-page .linen-cms-content-wrap .slick-prev:before {
  content: "\e921";
  font-family: "icomoon";
  font-size: 20px;
  font-weight: bold;
  color: #3E6B76;
}
.linen-cms-page .linen-cms-content-wrap .slick-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -40px;
  border: 0;
  font-size: 0;
}
.linen-cms-page .linen-cms-content-wrap .slick-next:before {
  content: "\e922";
  font-family: "icomoon";
  font-size: 20px;
  font-weight: bold;
  color: #3E6B76;
}
.linen-cms-page .linen-cms-content-wrap .cms-mob-txt {
  display: none;
}
@media (max-width: 767px) {
  .linen-cms-page .linen-cms-content-wrap .cms-mob-txt {
    display: block;
  }
}
.linen-cms-page .linen-cms-content-wrap .cms-desk-txt {
  display: block;
}
@media (max-width: 767px) {
  .linen-cms-page .linen-cms-content-wrap .cms-desk-txt {
    display: none;
  }
}
@media (max-width: 767px) {
  .linen-cms-page .linen-cms-content-wrap br {
    display: none;
  }
}

/*************** About company *************/
.about-company-page .linen-cms-content-wrap h3 {
  font-family: Audrey;
  font-size: 30px;
  text-transform: uppercase;
  color: #3E6B76;
  text-transform: uppercase;
  font-weight: 700;
  line-height: normal;
  flex: 0 0 100%;
}
@media (max-width: 1300px) {
  .about-company-page .linen-cms-content-wrap h3 {
    font-size: 30px;
  }
}
@media (max-width: 1023px) {
  .about-company-page .linen-cms-content-wrap h3 {
    font-size: 30px;
  }
}
@media (max-width: 767px) {
  .about-company-page .linen-cms-content-wrap h3 {
    font-size: 30px;
  }
}
.about-company-page .linen-cms-content-wrap h4 {
  font-family: Audrey;
  font-size: 30px;
  text-transform: uppercase;
  color: #3E6B76;
  text-transform: uppercase;
  font-weight: 700;
  line-height: normal;
}
@media (max-width: 1300px) {
  .about-company-page .linen-cms-content-wrap h4 {
    font-size: 35px;
  }
}
@media (max-width: 1023px) {
  .about-company-page .linen-cms-content-wrap h4 {
    font-size: 28px;
  }
}
@media (max-width: 480px) {
  .about-company-page .linen-cms-content-wrap h4 {
    font-size: 16px;
  }
}
.about-company-page .linen-cms-content-wrap .col-left {
  width: 60%;
}
@media (max-width: 767px) {
  .about-company-page .linen-cms-content-wrap .col-left {
    width: 100%;
    margin-bottom: 20px;
  }
}
.about-company-page .linen-cms-content-wrap .col-right {
  width: 40%;
}
@media (max-width: 767px) {
  .about-company-page .linen-cms-content-wrap .col-right {
    width: 100%;
  }
}
.about-company-page .linen-cms-content-wrap .company-row1 {
  margin-bottom: 90px;
}
@media (max-width: 1023px) {
  .about-company-page .linen-cms-content-wrap .company-row1 {
    margin-bottom: 40px;
  }
}
.about-company-page .linen-cms-content-wrap .company-row1 h3 {
  margin-bottom: 5px;
}
.about-company-page .linen-cms-content-wrap .company-row1 p {
  color: #666;
  font-size: 14px;
  line-height: 24px;
}
.about-company-page .linen-cms-content-wrap .company-row2 {
  margin-bottom: 90px;
}
@media (max-width: 1023px) {
  .about-company-page .linen-cms-content-wrap .company-row2 {
    margin-bottom: 40px;
  }
}
.about-company-page .linen-cms-content-wrap .company-row2 p {
  color: #666;
  font-size: 14px;
  line-height: 24px;
}
.about-company-page .linen-cms-content-wrap .company-row2 .col-right {
  padding-left: 50px;
  padding-right: 20px;
}
@media (max-width: 767px) {
  .about-company-page .linen-cms-content-wrap .company-row2 .col-right {
    padding: 0;
  }
}
.about-company-page .linen-cms-content-wrap .company-row3 {
  margin-bottom: 90px;
}
@media (max-width: 1023px) {
  .about-company-page .linen-cms-content-wrap .company-row3 {
    margin-bottom: 40px;
  }
}
.about-company-page .linen-cms-content-wrap .company-row3 h4 {
  width: 100%;
  margin-bottom: 15px;
}
.about-company-page .linen-cms-content-wrap .company-row3 p {
  font-size: 16px;
  line-height: 24px;
  color: #666;
}
@media (max-width: 1300px) {
  .about-company-page .linen-cms-content-wrap .company-row3 p {
    font-size: 20px;
    line-height: 25px;
  }
}
@media (max-width: 1023px) {
  .about-company-page .linen-cms-content-wrap .company-row3 p {
    font-size: 16px;
    line-height: 24px;
  }
}
.about-company-page .linen-cms-content-wrap .company-row4 {
  margin-bottom: 130px;
}
@media (max-width: 767px) {
  .about-company-page .linen-cms-content-wrap .company-row4 {
    margin-bottom: 40px;
  }
}
.about-company-page .linen-cms-content-wrap .company-row4 p {
  font-size: 16px;
  line-height: 24px;
  color: #666;
  margin-bottom: 60px;
}
.about-company-page .linen-cms-content-wrap .company-row4 p:last-child {
  margin-bottom: 0;
}
.about-company-page .linen-cms-content-wrap .company-row4 img {
  margin-bottom: 60px;
}
@media (max-width: 1023px) {
  .about-company-page .linen-cms-content-wrap .company-row4 img {
    margin-bottom: 40px;
  }
}
.about-company-page .linen-cms-content-wrap .company-row4 .col-left {
  padding-right: 70px;
}
@media (max-width: 767px) {
  .about-company-page .linen-cms-content-wrap .company-row4 .col-left {
    padding: 0;
    order: 2;
  }
}
@media (max-width: 767px) {
  .about-company-page .linen-cms-content-wrap .company-row4 .col-right {
    order: 1;
  }
}
.about-company-page .linen-cms-content-wrap .company-row5 {
  margin-bottom: 100px;
}
@media (max-width: 767px) {
  .about-company-page .linen-cms-content-wrap .company-row5 {
    margin-bottom: 40px;
  }
}
.about-company-page .linen-cms-content-wrap .company-row5 h4 {
  margin-bottom: 15px;
}
.about-company-page .linen-cms-content-wrap .company-row5 p {
  font-size: 16px;
  line-height: 24px;
  color: #666;
}
.about-company-page .linen-cms-content-wrap .company-row5 .col-right {
  padding-left: 50px;
  padding-right: 20px;
}
@media (max-width: 767px) {
  .about-company-page .linen-cms-content-wrap .company-row5 .col-right {
    padding: 0;
  }
}
.about-company-page .linen-cms-content-wrap .company-row6 {
  margin-bottom: 170px;
}
@media (max-width: 1023px) {
  .about-company-page .linen-cms-content-wrap .company-row6 {
    margin-bottom: 40px;
  }
}
.about-company-page .linen-cms-content-wrap .company-row6 p {
  font-size: 16px;
  line-height: 24px;
  color: #666;
}
@media (max-width: 1300px) {
  .about-company-page .linen-cms-content-wrap .company-row6 p {
    font-size: 20px;
    line-height: 25px;
  }
}
@media (max-width: 1023px) {
  .about-company-page .linen-cms-content-wrap .company-row6 p {
    font-size: 16px;
    line-height: 24px;
  }
}
.about-company-page .linen-cms-content-wrap .company-row6 .col-left {
  padding-right: 150px;
}
@media (max-width: 767px) {
  .about-company-page .linen-cms-content-wrap .company-row6 .col-left {
    padding: 0;
  }
}
.about-company-page .linen-cms-content-wrap .company-row7 {
  margin-bottom: 30px;
}
.about-company-page .linen-cms-content-wrap .company-row7 h4 {
  margin-bottom: 5px;
}
.about-company-page .linen-cms-content-wrap .company-row7 p {
  font-size: 16px;
  line-height: 24px;
  color: #666;
  margin-bottom: 50px;
}
@media (max-width: 1300px) {
  .about-company-page .linen-cms-content-wrap .company-row7 p {
    font-size: 20px;
    line-height: 25px;
  }
}
@media (max-width: 1023px) {
  .about-company-page .linen-cms-content-wrap .company-row7 p {
    font-size: 16px;
    line-height: 24px;
  }
}
.about-company-page .linen-cms-content-wrap .company-row8 {
  margin-bottom: 90px;
}
@media (max-width: 1023px) {
  .about-company-page .linen-cms-content-wrap .company-row8 {
    margin-bottom: 40px;
  }
}
.about-company-page .linen-cms-content-wrap .company-row8 > div {
  width: 100%;
}
.about-company-page .linen-cms-content-wrap .company-row8 p {
  font-size: 16px;
  line-height: 24px;
  color: #333333;
  margin-bottom: 60px;
}
.about-company-page .linen-cms-content-wrap .company-row8 img {
  display: inline-block;
  margin-bottom: 50px;
}
@media (max-width: 1023px) {
  .about-company-page .linen-cms-content-wrap .company-row8 img {
    margin-bottom: 40px;
  }
}

/*************** About linen *************/
.about-linen-page .col-left {
  width: 50%;
}
@media (max-width: 767px) {
  .about-linen-page .col-left {
    width: 100%;
    margin-bottom: 20px;
  }
}
.about-linen-page .col-right {
  width: 50%;
}
@media (max-width: 767px) {
  .about-linen-page .col-right {
    width: 100%;
  }
}
.about-linen-page .linen-cms-content-wrap img {
  display: block;
}
.about-linen-page .linen-cms-content-wrap .linen-row1 {
  align-items: inherit;
  margin-bottom: 55px;
}
@media (max-width: 1023px) {
  .about-linen-page .linen-cms-content-wrap .linen-row1 {
    margin-bottom: 40px;
  }
}
.about-linen-page .linen-cms-content-wrap .linen-row1 .col-right {
  background: url("../images/about-linen-bg1.jpg");
  background-repeat: repeat;
  display: flex;
  align-items: center;
  text-align: center;
}
.about-linen-page .linen-cms-content-wrap .linen-row1 .col-right .col-txt {
  align-self: center;
  padding: 0 50px;
}
@media (max-width: 1023px) {
  .about-linen-page .linen-cms-content-wrap .linen-row1 .col-right .col-txt {
    padding: 0 20px;
  }
}
@media (max-width: 767px) {
  .about-linen-page .linen-cms-content-wrap .linen-row1 .col-right .col-txt {
    padding: 20px;
  }
}
.about-linen-page .linen-cms-content-wrap .linen-row1 .col-right h3 {
  font-size: 30px;
  color: #fff;
  margin-bottom: 30px;
  font-family: Audrey;
  font-weight: 700;
  margin-bottom: 5px;
}
@media (max-width: 1023px) {
  .about-linen-page .linen-cms-content-wrap .linen-row1 .col-right h3 {
    font-size: 20px;
    margin-bottom: 10px;
  }
}
.about-linen-page .linen-cms-content-wrap .linen-row1 .col-right p {
  font-size: 16px;
  line-height: 25px;
  color: #fff;
}
@media (max-width: 1023px) {
  .about-linen-page .linen-cms-content-wrap .linen-row1 .col-right p {
    font-size: 14px;
    line-height: 20px;
  }
}
.about-linen-page .linen-cms-content-wrap .linen-row2, .about-linen-page .linen-cms-content-wrap .linen-row5, .about-linen-page .linen-cms-content-wrap .linen-row7 {
  padding: 0 135px;
}
@media (max-width: 1023px) {
  .about-linen-page .linen-cms-content-wrap .linen-row2, .about-linen-page .linen-cms-content-wrap .linen-row5, .about-linen-page .linen-cms-content-wrap .linen-row7 {
    padding: 0 20px;
  }
}
@media (max-width: 767px) {
  .about-linen-page .linen-cms-content-wrap .linen-row2, .about-linen-page .linen-cms-content-wrap .linen-row5, .about-linen-page .linen-cms-content-wrap .linen-row7 {
    margin-bottom: 20px;
  }
}
.about-linen-page .linen-cms-content-wrap .linen-row2 .col-left, .about-linen-page .linen-cms-content-wrap .linen-row5 .col-left, .about-linen-page .linen-cms-content-wrap .linen-row7 .col-left {
  padding-right: 70px;
}
@media (max-width: 1023px) {
  .about-linen-page .linen-cms-content-wrap .linen-row2 .col-left, .about-linen-page .linen-cms-content-wrap .linen-row5 .col-left, .about-linen-page .linen-cms-content-wrap .linen-row7 .col-left {
    padding-right: 20px;
  }
}
@media (max-width: 767px) {
  .about-linen-page .linen-cms-content-wrap .linen-row2 .col-left, .about-linen-page .linen-cms-content-wrap .linen-row5 .col-left, .about-linen-page .linen-cms-content-wrap .linen-row7 .col-left {
    padding: 0px;
  }
}
.about-linen-page .linen-cms-content-wrap .linen-row2 .col-left p, .about-linen-page .linen-cms-content-wrap .linen-row5 .col-left p, .about-linen-page .linen-cms-content-wrap .linen-row7 .col-left p {
  font-size: 16px;
  line-height: 25px;
  color: #666;
}
@media (max-width: 1023px) {
  .about-linen-page .linen-cms-content-wrap .linen-row2 .col-left p, .about-linen-page .linen-cms-content-wrap .linen-row5 .col-left p, .about-linen-page .linen-cms-content-wrap .linen-row7 .col-left p {
    font-size: 14px;
    line-height: 20px;
  }
}
.about-linen-page .linen-cms-content-wrap .linen-row3 {
  margin-bottom: 60px;
}
@media (max-width: 1023px) {
  .about-linen-page .linen-cms-content-wrap .linen-row3 {
    margin-bottom: 40px;
  }
}
.about-linen-page .linen-cms-content-wrap .linen-row3, .about-linen-page .linen-cms-content-wrap .linen-row6 {
  padding: 0 135px;
}
@media (max-width: 1023px) {
  .about-linen-page .linen-cms-content-wrap .linen-row3, .about-linen-page .linen-cms-content-wrap .linen-row6 {
    padding: 0 20px;
  }
}
.about-linen-page .linen-cms-content-wrap .linen-row3 .col-right, .about-linen-page .linen-cms-content-wrap .linen-row6 .col-right {
  padding-left: 70px;
}
@media (max-width: 1023px) {
  .about-linen-page .linen-cms-content-wrap .linen-row3 .col-right, .about-linen-page .linen-cms-content-wrap .linen-row6 .col-right {
    padding-left: 0px;
  }
}
.about-linen-page .linen-cms-content-wrap .linen-row3 .col-right p, .about-linen-page .linen-cms-content-wrap .linen-row6 .col-right p {
  font-size: 16px;
  line-height: 25px;
  color: #666;
}
@media (max-width: 1023px) {
  .about-linen-page .linen-cms-content-wrap .linen-row3 .col-right p, .about-linen-page .linen-cms-content-wrap .linen-row6 .col-right p {
    font-size: 14px;
    line-height: 20px;
  }
}
.about-linen-page .linen-cms-content-wrap .linen-row4 {
  align-items: inherit;
  margin-bottom: 65px;
}
@media (max-width: 1023px) {
  .about-linen-page .linen-cms-content-wrap .linen-row4 {
    margin-bottom: 40px;
  }
}
.about-linen-page .linen-cms-content-wrap .linen-row4 .col-right {
  background: url("../images/about-linen-bg2.jpg");
  background-repeat: repeat;
  display: flex;
  align-items: center;
  text-align: center;
}
.about-linen-page .linen-cms-content-wrap .linen-row4 .col-right .col-txt {
  align-self: center;
  padding: 0 50px;
}
@media (max-width: 1023px) {
  .about-linen-page .linen-cms-content-wrap .linen-row4 .col-right .col-txt {
    padding: 0 20px;
  }
}
@media (max-width: 767px) {
  .about-linen-page .linen-cms-content-wrap .linen-row4 .col-right .col-txt {
    padding: 20px;
  }
}
.about-linen-page .linen-cms-content-wrap .linen-row4 .col-right h3 {
  font-size: 30px;
  color: #3E6B76;
  margin-bottom: 30px;
  font-family: Audrey;
  font-weight: 700;
  margin-bottom: 5px;
}
@media (max-width: 1023px) {
  .about-linen-page .linen-cms-content-wrap .linen-row4 .col-right h3 {
    font-size: 20px;
    margin-bottom: 10px;
  }
}
.about-linen-page .linen-cms-content-wrap .linen-row4 .col-right p {
  font-size: 16px;
  line-height: 25px;
  color: #3E6B76;
}
@media (max-width: 1023px) {
  .about-linen-page .linen-cms-content-wrap .linen-row4 .col-right p {
    font-size: 14px;
    line-height: 20px;
  }
}
.about-linen-page .linen-cms-content-wrap .linen-row7 {
  margin-bottom: 135px;
}
@media (max-width: 1023px) {
  .about-linen-page .linen-cms-content-wrap .linen-row7 {
    margin-bottom: 40px;
  }
}
.about-linen-page .linen-cms-content-wrap .linen-row8 {
  margin-bottom: 80px;
}
@media (max-width: 1023px) {
  .about-linen-page .linen-cms-content-wrap .linen-row8 {
    margin-bottom: 40px;
  }
}
.about-linen-page .linen-cms-content-wrap .linen-row8 h3 {
  width: 100%;
  font-size: 30px;
  color: #3E6B76;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 40px;
  font-family: Audrey;
}
@media (max-width: 1023px) {
  .about-linen-page .linen-cms-content-wrap .linen-row8 h3 {
    margin-bottom: 20px;
  }
}
.about-linen-page .linen-cms-content-wrap .linen-row8 img {
  margin-bottom: 65px;
}
.about-linen-page .linen-cms-content-wrap .linen-row8 p {
  font-size: 16px;
  line-height: 24px;
  color: #666;
  margin-bottom: 40px;
}
@media (max-width: 1023px) {
  .about-linen-page .linen-cms-content-wrap .linen-row8 p {
    font-size: 16px;
    line-height: 20px;
  }
}
.about-linen-page .linen-cms-content-wrap .linen-row8 p.linen-row8-txt {
  font-size: 16px;
  line-height: 25px;
  color: #666;
  margin-bottom: 30px;
}
.about-linen-page .linen-cms-content-wrap .linen-row9 {
  margin-bottom: 80px;
}
@media (max-width: 1023px) {
  .about-linen-page .linen-cms-content-wrap .linen-row9 {
    margin-bottom: 40px;
  }
}
.about-linen-page .linen-cms-content-wrap .linen-row9 h3 {
  width: 100%;
  font-size: 30px;
  color: #3E6B76;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 40px;
  font-family: Audrey;
}
@media (max-width: 1023px) {
  .about-linen-page .linen-cms-content-wrap .linen-row9 h3 {
    margin-bottom: 20px;
  }
}
.about-linen-page .linen-cms-content-wrap .linen-row9 img {
  margin-bottom: 65px;
}
@media (max-width: 1023px) {
  .about-linen-page .linen-cms-content-wrap .linen-row9 img {
    margin-bottom: 40px;
  }
}
.about-linen-page .linen-cms-content-wrap .linen-row9 p {
  font-size: 16px;
  line-height: 24px;
  color: #666;
  margin-bottom: 40px;
}
@media (max-width: 1023px) {
  .about-linen-page .linen-cms-content-wrap .linen-row9 p {
    font-size: 16px;
    line-height: 20px;
  }
}
.about-linen-page .linen-cms-content-wrap .linen-row9 p.linen-row9-txt {
  font-size: 16px;
  line-height: 25px;
  color: #666;
  margin-bottom: 70px;
}
@media (max-width: 767px) {
  .about-linen-page .linen-cms-content-wrap .linen-row9 p.linen-row9-txt {
    margin-bottom: 20px;
  }
}
.about-linen-page .linen-cms-content-wrap .linen-row9 .about-linen-actions {
  width: 65%;
}
@media (max-width: 767px) {
  .about-linen-page .linen-cms-content-wrap .linen-row9 .about-linen-actions {
    width: 100%;
  }
}
.about-linen-page .linen-cms-content-wrap .linen-row9 .about-linen-actions .btn {
  padding: 15px 35px;
}
@media (max-width: 480px) {
  .about-linen-page .linen-cms-content-wrap .linen-row9 .about-linen-actions .btn {
    width: 100%;
    margin-bottom: 20px;
  }
}
.about-linen-page .linen-cms-content-wrap .linen-row9 .about-linen-actions .btn:first-child {
  float: left;
}
.about-linen-page .linen-cms-content-wrap .linen-row9 .about-linen-actions .btn:last-child {
  float: right;
}
@media (max-width: 480px) {
  .about-linen-page .linen-cms-content-wrap .linen-row9 .about-linen-actions .btn:last-child {
    margin-bottom: 0;
  }
}

/********** About Linen Club **************/
.about-linenclub-page .linen-cms-banner {
  margin-bottom: 90px;
}
@media (max-width: 1023px) {
  .about-linenclub-page .linen-cms-banner {
    margin-bottom: 40px;
  }
}
.about-linenclub-page .linen-cms-content-wrap img {
  display: block;
}
.about-linenclub-page .linen-cms-content-wrap h3 {
  font-size: 30px;
  color: #3E6B76;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 15px;
  font-family: Audrey;
  width: 100%;
}
@media (max-width: 767px) {
  .about-linenclub-page .linen-cms-content-wrap h3 {
    font-size: 25px;
  }
}
@media (max-width: 480px) {
  .about-linenclub-page .linen-cms-content-wrap h3 {
    font-size: 20px;
  }
}
.about-linenclub-page .linen-cms-content-wrap h3 + p {
  font-size: 16px;
  line-height: 24px;
  color: #666;
}
@media (max-width: 767px) {
  .about-linenclub-page .linen-cms-content-wrap h3 + p {
    font-size: 16px;
    line-height: 24px;
  }
}
.about-linenclub-page .linen-cms-content-wrap .club-row1 {
  margin-bottom: 60px;
}
@media (max-width: 1023px) {
  .about-linenclub-page .linen-cms-content-wrap .club-row1 {
    margin-bottom: 40px;
  }
}
.about-linenclub-page .linen-cms-content-wrap .club-row1 p {
  font-size: 16px;
  line-height: 24px;
  color: #666;
  margin-bottom: 50px;
}
@media (max-width: 767px) {
  .about-linenclub-page .linen-cms-content-wrap .club-row1 p {
    margin-bottom: 20px;
  }
}
.about-linenclub-page .linen-cms-content-wrap .club-row1 img {
  width: 100%;
}
.about-linenclub-page .linen-cms-content-wrap .club-row2, .about-linenclub-page .linen-cms-content-wrap .club-row3 {
  padding: 0 180px;
}
@media (max-width: 1023px) {
  .about-linenclub-page .linen-cms-content-wrap .club-row2, .about-linenclub-page .linen-cms-content-wrap .club-row3 {
    padding: 0;
  }
}
@media (max-width: 767px) {
  .about-linenclub-page .linen-cms-content-wrap .club-row2, .about-linenclub-page .linen-cms-content-wrap .club-row3 {
    margin-bottom: 20px;
  }
}
.about-linenclub-page .linen-cms-content-wrap .club-row2 .col-left, .about-linenclub-page .linen-cms-content-wrap .club-row2 .col-right, .about-linenclub-page .linen-cms-content-wrap .club-row3 .col-left, .about-linenclub-page .linen-cms-content-wrap .club-row3 .col-right {
  width: 50%;
}
@media (max-width: 767px) {
  .about-linenclub-page .linen-cms-content-wrap .club-row2 .col-left, .about-linenclub-page .linen-cms-content-wrap .club-row2 .col-right, .about-linenclub-page .linen-cms-content-wrap .club-row3 .col-left, .about-linenclub-page .linen-cms-content-wrap .club-row3 .col-right {
    width: 100%;
  }
}
.about-linenclub-page .linen-cms-content-wrap .club-row2 .col-left img, .about-linenclub-page .linen-cms-content-wrap .club-row2 .col-right img, .about-linenclub-page .linen-cms-content-wrap .club-row3 .col-left img, .about-linenclub-page .linen-cms-content-wrap .club-row3 .col-right img {
  width: 100%;
}
.about-linenclub-page .linen-cms-content-wrap .club-row2 p, .about-linenclub-page .linen-cms-content-wrap .club-row3 p {
  font-size: 16px;
  line-height: 25px;
  color: #666;
}
.about-linenclub-page .linen-cms-content-wrap .club-row2 .col-left {
  padding-right: 50px;
}
@media (max-width: 767px) {
  .about-linenclub-page .linen-cms-content-wrap .club-row2 .col-left {
    padding: 0;
    margin-bottom: 20px;
  }
}
.about-linenclub-page .linen-cms-content-wrap .club-row3 {
  margin-bottom: 115px;
}
@media (max-width: 1023px) {
  .about-linenclub-page .linen-cms-content-wrap .club-row3 {
    margin-bottom: 40px;
  }
}
@media (max-width: 767px) {
  .about-linenclub-page .linen-cms-content-wrap .club-row3 .col-left {
    margin-bottom: 20px;
  }
}
.about-linenclub-page .linen-cms-content-wrap .club-row3 .col-right {
  padding-left: 50px;
}
@media (max-width: 767px) {
  .about-linenclub-page .linen-cms-content-wrap .club-row3 .col-right {
    padding: 0;
  }
}
.about-linenclub-page .linen-cms-content-wrap .club-row4 {
  margin-bottom: 120px;
}
@media (max-width: 1023px) {
  .about-linenclub-page .linen-cms-content-wrap .club-row4 {
    margin-bottom: 40px;
  }
}
.about-linenclub-page .linen-cms-content-wrap .club-row4 img {
  width: 100%;
}
.about-linenclub-page .linen-cms-content-wrap .club-row4 video {
  width: 100%;
  height: 400px;
}
@media (max-width: 800px) {
  .about-linenclub-page .linen-cms-content-wrap .club-row4 video {
    height: 240px;
  }
}
@media (max-width: 600px) {
  .about-linenclub-page .linen-cms-content-wrap .club-row4 video {
    height: 380px;
  }
}
.about-linenclub-page .linen-cms-content-wrap .club-row5 {
  display: block;
  margin-bottom: 105px;
}
@media (max-width: 1023px) {
  .about-linenclub-page .linen-cms-content-wrap .club-row5 {
    margin-bottom: 40px;
  }
}
.about-linenclub-page .linen-cms-content-wrap .club-row5 p {
  font-size: 16px;
  line-height: 24px;
  color: #666;
  margin-bottom: 60px;
}
@media (max-width: 1023px) {
  .about-linenclub-page .linen-cms-content-wrap .club-row5 p {
    margin-bottom: 40px;
  }
}
.about-linenclub-page .linen-cms-content-wrap .club-row5 .club-row5-container {
  max-width: 990px;
  margin: 0 auto;
}
@media (max-width: 1023px) {
  .about-linenclub-page .linen-cms-content-wrap .club-row5 .club-row5-container {
    max-width: 80%;
  }
}
.about-linenclub-page .linen-cms-content-wrap .club-row5 .club-row5-slider .col {
  padding: 0 30px;
  text-align: left;
}
@media (max-width: 767px) {
  .about-linenclub-page .linen-cms-content-wrap .club-row5 .club-row5-slider .col {
    padding: 0 10px;
  }
}
.about-linenclub-page .linen-cms-content-wrap .club-row5 .club-row5-slider .col img {
  margin-bottom: 30px;
}
.about-linenclub-page .linen-cms-content-wrap .club-row5 .club-row5-slider .col h4 {
  font-size: 16px;
  line-height: 25px;
  color: #666;
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 15px;
}
.about-linenclub-page .linen-cms-content-wrap .club-row5 .club-row5-slider .col p {
  font-size: 16px;
  line-height: 25px;
  color: #666;
  max-width: 100%;
}
.about-linenclub-page .linen-cms-content-wrap .club-row5 .club-row5-slider .slick-arrow {
  display: inherit !important;
}
.about-linenclub-page .linen-cms-content-wrap .club-row6 {
  margin-bottom: 100px;
}
@media (max-width: 1023px) {
  .about-linenclub-page .linen-cms-content-wrap .club-row6 {
    margin-bottom: 40px;
  }
}
.about-linenclub-page .linen-cms-content-wrap .club-row6 > p {
  margin-bottom: 60px;
}
.about-linenclub-page .linen-cms-content-wrap .club-row6 .club-row6-3col {
  display: flex;
  flex-wrap: wrap;
}
.about-linenclub-page .linen-cms-content-wrap .club-row6 .club-row6-3col .col {
  width: 33.33%;
  padding: 0 20px;
  text-align: left;
}
@media (max-width: 767px) {
  .about-linenclub-page .linen-cms-content-wrap .club-row6 .club-row6-3col .col {
    width: 100%;
    margin-bottom: 20px;
  }
}
.about-linenclub-page .linen-cms-content-wrap .club-row6 .club-row6-3col .col img {
  margin-bottom: 50px;
  width: 100%;
}
@media (max-width: 767px) {
  .about-linenclub-page .linen-cms-content-wrap .club-row6 .club-row6-3col .col img {
    margin-bottom: 20px;
  }
}
.about-linenclub-page .linen-cms-content-wrap .club-row6 .club-row6-3col .col h4 {
  font-size: 16px;
  line-height: 25px;
  color: #666;
  font-weight: 700;
}
.about-linenclub-page .linen-cms-content-wrap .club-row6 .club-row6-3col .col p {
  font-size: 16px;
  line-height: 25px;
  color: #666;
  max-width: 100%;
}
.about-linenclub-page .linen-cms-content-wrap .club-row7 {
  margin-bottom: 85px;
}
@media (max-width: 1023px) {
  .about-linenclub-page .linen-cms-content-wrap .club-row7 {
    margin-bottom: 40px;
  }
}
.about-linenclub-page .linen-cms-content-wrap .club-row7 > p {
  margin-bottom: 40px;
}
.about-linenclub-page .linen-cms-content-wrap .club-row7 img {
  margin-bottom: 45px;
}
@media (max-width: 1023px) {
  .about-linenclub-page .linen-cms-content-wrap .club-row7 img {
    margin-bottom: 30px;
  }
}
.about-linenclub-page .linen-cms-content-wrap .club-row7 p.club-row7-info {
  font-size: 16px;
  line-height: 24px;
  color: #666;
  margin-bottom: 30px;
}
.about-linenclub-page .linen-cms-content-wrap .club-row8 {
  margin-bottom: 80px;
}
@media (max-width: 1023px) {
  .about-linenclub-page .linen-cms-content-wrap .club-row8 {
    margin-bottom: 40px;
  }
}
.about-linenclub-page .linen-cms-content-wrap .club-row8 p {
  margin-bottom: 50px;
}
.about-linenclub-page .linen-cms-content-wrap .club-row8 .club-row8-2col {
  display: flex;
  flex-wrap: wrap;
}
.about-linenclub-page .linen-cms-content-wrap .club-row8 .club-row8-2col .col {
  width: 50%;
  text-align: left;
  padding: 0 30px;
}
@media (max-width: 767px) {
  .about-linenclub-page .linen-cms-content-wrap .club-row8 .club-row8-2col .col {
    width: 100%;
    margin-bottom: 20px;
  }
}
.about-linenclub-page .linen-cms-content-wrap .club-row8 .club-row8-2col .col > img {
  margin-bottom: 60px;
  width: 100%;
}
@media (max-width: 1023px) {
  .about-linenclub-page .linen-cms-content-wrap .club-row8 .club-row8-2col .col > img {
    margin-bottom: 40px;
  }
}
@media (max-width: 767px) {
  .about-linenclub-page .linen-cms-content-wrap .club-row8 .club-row8-2col .col > img {
    margin-bottom: 20px;
  }
}
.about-linenclub-page .linen-cms-content-wrap .club-row8 .club-row8-2col .col .brand-logo-img {
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .about-linenclub-page .linen-cms-content-wrap .club-row8 .club-row8-2col .col .brand-logo-img {
    margin-bottom: 20px;
  }
}
.about-linenclub-page .linen-cms-content-wrap .club-row8 .club-row8-2col .col .brand-logo-img img {
  max-width: 300px;
}
@media (max-width: 767px) {
  .about-linenclub-page .linen-cms-content-wrap .club-row8 .club-row8-2col .col .brand-logo-img img {
    max-width: 50%;
  }
}
.about-linenclub-page .linen-cms-content-wrap .club-row8 .club-row8-2col .col p {
  font-size: 16px;
  line-height: 24px;
  color: #666;
  margin-bottom: 20px;
  max-width: 100%;
}
.about-linenclub-page .linen-cms-content-wrap .club-row8 .club-row8-2col .col p:last-child {
  margin-bottom: 0;
}
.about-linenclub-page .linen-cms-content-wrap .club-row8 .club-row8-2col .col p.small_p {
  font-size: 16px;
  line-height: 24px;
  color: #666;
}
.about-linenclub-page .linen-cms-content-wrap .club-row8 .club-row8-2col .col .btn {
  padding: 15px 40px;
  margin-bottom: 50px;
}

/********** Apparels **************/
.apparels-page .linen-cms-banner .apparels-banner-txt-white {
  color: #fff;
  width: 50%;
  float: left;
  text-align: right;
}
.apparels-page .linen-cms-banner .apparels-banner-txt-blue {
  color: #3E6B76;
  width: 50%;
  float: left;
  text-align: left;
}
.apparels-page .linen-cms-content-wrap {
  max-width: 1400px;
}
@media (max-width: 1500px) {
  .apparels-page .linen-cms-content-wrap {
    max-width: 90%;
  }
}
.apparels-page .linen-cms-content-wrap .apparels-row1 {
  margin-bottom: 135px;
}
@media (max-width: 1023px) {
  .apparels-page .linen-cms-content-wrap .apparels-row1 {
    margin-bottom: 40px;
  }
}
.apparels-page .linen-cms-content-wrap .apparels-row1 p {
  font-size: 20px;
  line-height: 25px;
  color: #3E6B76;
}
@media (max-width: 1023px) {
  .apparels-page .linen-cms-content-wrap .apparels-row1 p {
    font-size: 16px;
    line-height: 20px;
  }
}
.apparels-page .linen-cms-content-wrap .apparels-row2 {
  margin-bottom: 55px;
}
@media (max-width: 1023px) {
  .apparels-page .linen-cms-content-wrap .apparels-row2 {
    margin-bottom: 40px;
  }
}
.apparels-page .linen-cms-content-wrap .apparels-row2 .col-left, .apparels-page .linen-cms-content-wrap .apparels-row2 .col-right {
  width: 50%;
}
@media (max-width: 767px) {
  .apparels-page .linen-cms-content-wrap .apparels-row2 .col-left, .apparels-page .linen-cms-content-wrap .apparels-row2 .col-right {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .apparels-page .linen-cms-content-wrap .apparels-row2 .col-left {
    margin-bottom: 20px;
  }
}
.apparels-page .linen-cms-content-wrap .apparels-row2 .col-right {
  padding-right: 120px;
  text-align: center;
}
@media (max-width: 1023px) {
  .apparels-page .linen-cms-content-wrap .apparels-row2 .col-right {
    padding-right: 20px;
  }
}
.apparels-page .linen-cms-content-wrap .apparels-row2 .col-right h3 {
  font-size: 40px;
  color: #3E6B76;
  margin-bottom: 10px;
  text-transform: uppercase;
  font-family: Audrey;
  font-weight: 700;
}
@media (max-width: 1023px) {
  .apparels-page .linen-cms-content-wrap .apparels-row2 .col-right h3 {
    font-size: 30px;
  }
}
.apparels-page .linen-cms-content-wrap .apparels-row2 .col-right p {
  font-size: 16px;
  line-height: 24px;
  color: #666;
}
.apparels-page .linen-cms-content-wrap .apparels-row-3col {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.apparels-page .linen-cms-content-wrap .apparels-row-3col .col {
  width: 32%;
  text-align: center;
}
@media (max-width: 767px) {
  .apparels-page .linen-cms-content-wrap .apparels-row-3col .col {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
}
.apparels-page .linen-cms-content-wrap .apparels-row-3col .col img {
  margin-bottom: 70px;
  width: 100%;
}
@media (max-width: 767px) {
  .apparels-page .linen-cms-content-wrap .apparels-row-3col .col img {
    order: 1;
    margin-bottom: 20px;
  }
}
.apparels-page .linen-cms-content-wrap .apparels-row-3col .col h3 {
  font-size: 40px;
  color: #3E6B76;
  text-transform: uppercase;
  font-family: Audrey;
  font-weight: 700;
  margin-bottom: 10px;
}
@media (max-width: 1023px) {
  .apparels-page .linen-cms-content-wrap .apparels-row-3col .col h3 {
    font-size: 30px;
  }
}
@media (max-width: 767px) {
  .apparels-page .linen-cms-content-wrap .apparels-row-3col .col h3 {
    order: 2;
    width: 100%;
    font-size: 25px;
  }
}
.apparels-page .linen-cms-content-wrap .apparels-row-3col .col p {
  font-size: 16px;
  line-height: 24px;
  color: #666;
  margin-bottom: 30px;
}
@media (max-width: 1023px) {
  .apparels-page .linen-cms-content-wrap .apparels-row-3col .col p {
    font-size: 14px;
    line-height: 20px;
  }
}
@media (max-width: 767px) {
  .apparels-page .linen-cms-content-wrap .apparels-row-3col .col p {
    order: 3;
  }
}
.apparels-page .linen-cms-content-wrap .apparels-row-3col .col .btn {
  padding: 15px 35px;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .apparels-page .linen-cms-content-wrap .apparels-row-3col .col .btn {
    order: 4;
  }
}
.apparels-page .linen-cms-content-wrap .apparels-row3 {
  margin-bottom: 120px;
}
@media (max-width: 1023px) {
  .apparels-page .linen-cms-content-wrap .apparels-row3 {
    margin-bottom: 40px;
  }
}
@media (min-width: 768px) {
  .apparels-page .linen-cms-content-wrap .apparels-row3 .col:first-child img, .apparels-page .linen-cms-content-wrap .apparels-row3 .col:last-child img {
    margin-bottom: 0;
  }
  .apparels-page .linen-cms-content-wrap .apparels-row3 .col:nth-child(2n) .btn {
    margin-bottom: 0;
  }
}
.apparels-page .linen-cms-content-wrap .apparels-row4 {
  margin-bottom: 120px;
}
@media (max-width: 1023px) {
  .apparels-page .linen-cms-content-wrap .apparels-row4 {
    margin-bottom: 40px;
  }
}
@media (min-width: 768px) {
  .apparels-page .linen-cms-content-wrap .apparels-row4 .col:first-child img, .apparels-page .linen-cms-content-wrap .apparels-row4 .col:last-child img {
    margin-bottom: 0;
  }
  .apparels-page .linen-cms-content-wrap .apparels-row4 .col:nth-child(2n) .btn {
    margin-bottom: 0;
  }
}
.apparels-page .linen-cms-content-wrap .apparels-row5 {
  margin-bottom: 120px;
  position: relative;
}
@media (max-width: 1023px) {
  .apparels-page .linen-cms-content-wrap .apparels-row5 {
    margin-bottom: 40px;
  }
}
.apparels-page .linen-cms-content-wrap .apparels-row5 img {
  width: 100%;
}
.apparels-page .linen-cms-content-wrap .apparels-row5 .apparels-row5-txt {
  position: absolute;
  width: 50%;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  text-align: center;
  padding-right: 130px;
}
@media (max-width: 1023px) {
  .apparels-page .linen-cms-content-wrap .apparels-row5 .apparels-row5-txt {
    padding-right: 20px;
  }
}
@media (max-width: 767px) {
  .apparels-page .linen-cms-content-wrap .apparels-row5 .apparels-row5-txt {
    position: relative;
    top: inherit;
    transform: none;
    width: 100%;
    margin-top: 20px;
  }
}
.apparels-page .linen-cms-content-wrap .apparels-row5 h3 {
  font-size: 60px;
  color: #3E6B76;
  margin-bottom: 10px;
  text-transform: uppercase;
  font-family: Audrey;
  font-weight: 700;
}
@media (max-width: 1300px) {
  .apparels-page .linen-cms-content-wrap .apparels-row5 h3 {
    font-size: 50px;
  }
}
@media (max-width: 1023px) {
  .apparels-page .linen-cms-content-wrap .apparels-row5 h3 {
    font-size: 30px;
  }
}
.apparels-page .linen-cms-content-wrap .apparels-row5 p {
  font-size: 20px;
  line-height: 25px;
  color: #3E6B76;
}
@media (max-width: 1023px) {
  .apparels-page .linen-cms-content-wrap .apparels-row5 p {
    font-size: 16px;
    line-height: 20px;
  }
}
.apparels-page .linen-cms-content-wrap .apparels-row6 {
  margin-bottom: 100px;
  padding-top: 100px;
  position: relative;
}
.apparels-page .linen-cms-content-wrap .apparels-row6:after {
  content: "";
  background: url(../images/bottom-design.jpg) center no-repeat;
  height: 50px;
  width: 100%;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
@media (max-width: 700px) {
  .apparels-page .linen-cms-content-wrap .apparels-row6:after {
    background-size: 100%;
  }
}
@media (max-width: 1023px) {
  .apparels-page .linen-cms-content-wrap .apparels-row6 {
    margin-bottom: 40px;
  }
}
@media (min-width: 768px) {
  .apparels-page .linen-cms-content-wrap .apparels-row6 .col:first-child img, .apparels-page .linen-cms-content-wrap .apparels-row6 .col:last-child img {
    margin-bottom: 0;
  }
  .apparels-page .linen-cms-content-wrap .apparels-row6 .col:nth-child(2n) .btn {
    margin-bottom: 0;
  }
}
.apparels-page .linen-cms-content-wrap .apparels-row7 {
  margin-bottom: 100px;
  padding: 0 250px;
}
@media (max-width: 1300px) {
  .apparels-page .linen-cms-content-wrap .apparels-row7 {
    padding: 0 50px;
  }
}
@media (max-width: 1023px) {
  .apparels-page .linen-cms-content-wrap .apparels-row7 {
    padding: 0 20px;
    margin-bottom: 40px;
  }
}
@media (max-width: 767px) {
  .apparels-page .linen-cms-content-wrap .apparels-row7 {
    padding: 0;
  }
}
.apparels-page .linen-cms-content-wrap .apparels-row7 .apparels-row7-2col {
  display: flex;
  flex-wrap: wrap;
}
.apparels-page .linen-cms-content-wrap .apparels-row7 .apparels-row7-2col .col {
  width: 50%;
  text-align: center;
  padding: 0 30px;
}
@media (max-width: 767px) {
  .apparels-page .linen-cms-content-wrap .apparels-row7 .apparels-row7-2col .col {
    width: 100%;
    padding: 0;
    margin-bottom: 20px;
  }
}
.apparels-page .linen-cms-content-wrap .apparels-row7 .apparels-row7-2col .col img {
  margin-bottom: 35px;
}
.apparels-page .linen-cms-content-wrap .apparels-row7 .apparels-row7-2col .col h4 {
  font-size: 30px;
  font-family: Audrey;
  text-transform: uppercase;
  color: #3E6B76;
  margin-bottom: 10px;
  font-weight: 700;
}
.apparels-page .linen-cms-content-wrap .apparels-row7 .apparels-row7-2col .col p {
  font-size: 16px;
  line-height: 24px;
  color: #666;
  max-width: 80%;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .apparels-page .linen-cms-content-wrap .apparels-row7 .apparels-row7-2col .col p {
    font-size: 14px;
    line-height: 20px;
  }
}
.apparels-page .linen-cms-content-wrap .apparels-row7 .apparels-row7-2col .col .btn {
  padding: 15px 35px;
}
.apparels-page .linen-cms-content-wrap .apparels-row7 h3 {
  font-size: 60px;
  color: #3E6B76;
  text-transform: uppercase;
  font-family: Audrey;
  font-weight: 700;
  margin-bottom: 10px;
  width: 100%;
}
@media (max-width: 1300px) {
  .apparels-page .linen-cms-content-wrap .apparels-row7 h3 {
    font-size: 50px;
  }
}
@media (max-width: 1023px) {
  .apparels-page .linen-cms-content-wrap .apparels-row7 h3 {
    font-size: 30px;
  }
}
.apparels-page .linen-cms-content-wrap .apparels-row7 p {
  font-size: 20px;
  line-height: 25px;
  color: #3E6B76;
  margin-bottom: 70px;
}
@media (max-width: 1023px) {
  .apparels-page .linen-cms-content-wrap .apparels-row7 p {
    font-size: 16px;
    line-height: 20px;
  }
}

/********** Fabrics **************/
.fabrics-page .linen-cms-banner {
  margin-bottom: 70px;
}
@media (max-width: 767px) {
  .fabrics-page .linen-cms-banner {
    margin-bottom: 40px;
  }
}
.fabrics-page .linen-cms-banner h2 {
  color: #fff;
}
.fabrics-page .linen-cms-content-wrap {
  max-width: 1240px;
}
@media (max-width: 1300px) {
  .fabrics-page .linen-cms-content-wrap {
    max-width: 90%;
  }
}
.fabrics-page .linen-cms-content-wrap .fabric-container1 {
  max-width: 920px;
  margin: 0 auto;
}
@media (max-width: 1024px) {
  .fabrics-page .linen-cms-content-wrap .fabric-container1 {
    max-width: 90%;
  }
}
.fabrics-page .linen-cms-content-wrap .fabric-container2 {
  max-width: 1080px;
  margin: 0 auto;
}
@media (max-width: 1200px) {
  .fabrics-page .linen-cms-content-wrap .fabric-container2 {
    max-width: 90%;
  }
}
.fabrics-page .linen-cms-content-wrap .fabric-row1 {
  margin-bottom: 100px;
}
@media (max-width: 1023px) {
  .fabrics-page .linen-cms-content-wrap .fabric-row1 {
    margin-bottom: 40px;
  }
}
.fabrics-page .linen-cms-content-wrap .fabric-row1 p {
  font-size: 16px;
  line-height: 24px;
  color: #666;
  padding-bottom: 65px;
  max-width: 100%;
  position: relative;
}
@media (max-width: 767px) {
  .fabrics-page .linen-cms-content-wrap .fabric-row1 p {
    padding-bottom: 40px;
  }
}
.fabrics-page .linen-cms-content-wrap .fabric-row1 p:after {
  content: "";
  background: url("../images/fabrics/fabrics_line.png") center;
  width: 100%;
  height: 1px;
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
}
@media (max-width: 1300px) {
  .fabrics-page .linen-cms-content-wrap .fabric-row1 p {
    font-size: 20px;
    line-height: 25px;
  }
}
@media (max-width: 1023px) {
  .fabrics-page .linen-cms-content-wrap .fabric-row1 p {
    font-size: 16px;
    line-height: 24px;
  }
}
.fabrics-page .linen-cms-content-wrap .fabric-row1.cms-text-center p {
  max-width: 100%;
}
.fabrics-page .linen-cms-content-wrap .fabric-row2, .fabrics-page .linen-cms-content-wrap .fabric-row3 {
  text-align: center;
}
.fabrics-page .linen-cms-content-wrap .fabric-row2 img, .fabrics-page .linen-cms-content-wrap .fabric-row3 img {
  width: 100%;
}
.fabrics-page .linen-cms-content-wrap .fabric-row2 h3, .fabrics-page .linen-cms-content-wrap .fabric-row3 h3 {
  font-size: 30px;
  color: #3E6B76;
  text-transform: uppercase;
  margin-bottom: 10px;
  width: 100%;
  font-family: Audrey;
  font-weight: 700;
}
.fabrics-page .linen-cms-content-wrap .fabric-row2 p, .fabrics-page .linen-cms-content-wrap .fabric-row3 p {
  font-size: 16px;
  line-height: 24px;
  color: #666;
  margin-bottom: 60px;
}
@media (max-width: 767px) {
  .fabrics-page .linen-cms-content-wrap .fabric-row2 p, .fabrics-page .linen-cms-content-wrap .fabric-row3 p {
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 40px;
  }
}
.fabrics-page .linen-cms-content-wrap .fabric-row2 h4, .fabrics-page .linen-cms-content-wrap .fabric-row3 h4 {
  font-size: 25px;
  font-family: Audrey;
  color: #3E6B76;
  text-transform: uppercase;
  font-weight: 700;
  line-height: normal;
}
.fabrics-page .linen-cms-content-wrap .fabric-row2 .slick-arrow, .fabrics-page .linen-cms-content-wrap .fabric-row3 .slick-arrow {
  display: inherit !important;
}
.fabrics-page .linen-cms-content-wrap .fabric-row2 .slick-prev, .fabrics-page .linen-cms-content-wrap .fabric-row3 .slick-prev {
  left: 0;
}
.fabrics-page .linen-cms-content-wrap .fabric-row2 .slick-prev:before, .fabrics-page .linen-cms-content-wrap .fabric-row3 .slick-prev:before {
  content: "\e921";
  font-family: "icomoon";
}
.fabrics-page .linen-cms-content-wrap .fabric-row2 .slick-next, .fabrics-page .linen-cms-content-wrap .fabric-row3 .slick-next {
  right: 0;
}
.fabrics-page .linen-cms-content-wrap .fabric-row2 .slick-next:before, .fabrics-page .linen-cms-content-wrap .fabric-row3 .slick-next:before {
  content: "\e922";
  font-family: "icomoon";
}
.fabrics-page .linen-cms-content-wrap .fabric-row2 {
  margin-bottom: 110px;
  display: block;
}
@media (max-width: 767px) {
  .fabrics-page .linen-cms-content-wrap .fabric-row2 {
    margin-bottom: 20px;
  }
}
.fabrics-page .linen-cms-content-wrap .fabric-row2 .col {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
.fabrics-page .linen-cms-content-wrap .fabric-row2 .col-left, .fabrics-page .linen-cms-content-wrap .fabric-row2 .col-right {
  width: 49%;
}
@media (max-width: 767px) {
  .fabrics-page .linen-cms-content-wrap .fabric-row2 .col-left, .fabrics-page .linen-cms-content-wrap .fabric-row2 .col-right {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .fabrics-page .linen-cms-content-wrap .fabric-row2 .col-left {
    margin-bottom: 20px;
  }
}
.fabrics-page .linen-cms-content-wrap .fabric-row2 .col-right .col-txt {
  position: relative;
  padding: 0 50px;
}
.fabrics-page .linen-cms-content-wrap .fabric-row3 {
  margin-bottom: 80px;
  display: block;
}
.fabrics-page .linen-cms-content-wrap .fabric-row3 .col {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
.fabrics-page .linen-cms-content-wrap .fabric-row3 .col-left, .fabrics-page .linen-cms-content-wrap .fabric-row3 .col-right {
  width: 49%;
}
@media (max-width: 767px) {
  .fabrics-page .linen-cms-content-wrap .fabric-row3 .col-left, .fabrics-page .linen-cms-content-wrap .fabric-row3 .col-right {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .fabrics-page .linen-cms-content-wrap .fabric-row3 .col-left {
    margin-bottom: 20px;
  }
}
.fabrics-page .linen-cms-content-wrap .fabric-row3 .col-left .col-txt {
  position: relative;
  padding: 0 50px;
}
.fabrics-page .linen-cms-content-wrap .fabric-row4 {
  margin-bottom: 100px;
  display: block;
}
@media (max-width: 1023px) {
  .fabrics-page .linen-cms-content-wrap .fabric-row4 {
    margin-bottom: 40px;
  }
}
.fabrics-page .linen-cms-content-wrap .fabric-row4 .slick-arrow {
  display: inherit !important;
}
.fabrics-page .linen-cms-content-wrap .fabric-row4 h3 {
  font-size: 40px;
  font-family: Audrey;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-weight: 700;
  color: #3E6B76;
}
@media (max-width: 1023px) {
  .fabrics-page .linen-cms-content-wrap .fabric-row4 h3 {
    font-size: 30px;
  }
}
.fabrics-page .linen-cms-content-wrap .fabric-row4 p {
  font-size: 16px;
  line-height: 24px;
  color: #666;
  margin-bottom: 75px;
}
@media (max-width: 1023px) {
  .fabrics-page .linen-cms-content-wrap .fabric-row4 p {
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 40px;
  }
}
.fabrics-page .linen-cms-content-wrap .fabric-row4 p.text_gray {
  color: #666;
  margin-bottom: 40px;
  max-width: 80%;
}
.fabrics-page .linen-cms-content-wrap .fabric-row4 .fabric-row4-slider {
  text-align: left;
}
.fabrics-page .linen-cms-content-wrap .fabric-row4 .fabric-row4-slider .col {
  padding: 0 30px;
}
@media (max-width: 1023px) {
  .fabrics-page .linen-cms-content-wrap .fabric-row4 .fabric-row4-slider .col {
    padding: 0 10px;
  }
}
.fabrics-page .linen-cms-content-wrap .fabric-row4 .fabric-row4-slider img {
  margin-bottom: 30px;
}
@media (max-width: 1023px) {
  .fabrics-page .linen-cms-content-wrap .fabric-row4 .fabric-row4-slider img {
    margin-bottom: 10px;
  }
}
.fabrics-page .linen-cms-content-wrap .fabric-row4 .fabric-row4-slider h4 {
  font-size: 16px;
  line-height: 25px;
  color: #666;
  font-weight: 700;
  margin-bottom: 10px;
}
.fabrics-page .linen-cms-content-wrap .fabric-row4 .fabric-row4-slider p {
  font-size: 16px;
  line-height: 25px;
  color: #666;
  max-width: 100%;
  margin-bottom: 0;
}
.fabrics-page .linen-cms-content-wrap .fabric-row5 {
  margin-bottom: 100px;
}
@media (max-width: 1023px) {
  .fabrics-page .linen-cms-content-wrap .fabric-row5 {
    margin-bottom: 40px;
  }
}
.fabrics-page .linen-cms-content-wrap .fabric-row5.cms-text-center p {
  max-width: 100%;
}
.fabrics-page .linen-cms-content-wrap .fabric-row5 h3 {
  font-size: 30px;
  width: 100%;
  font-family: Audrey;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-weight: 700;
  color: #3E6B76;
}
.fabrics-page .linen-cms-content-wrap .fabric-row5 p {
  font-size: 16px;
  line-height: 25px;
  color: #666;
  max-width: 100%;
  margin-bottom: 50px;
}
.fabrics-page .linen-cms-content-wrap .fabric-row5 img {
  width: 100%;
}
.fabrics-page .linen-cms-content-wrap .fabric-row5 .btn {
  margin-top: -30px;
}
.fabrics-page .linen-cms-content-wrap .fabric-row6 {
  margin-bottom: 70px;
}
.fabrics-page .linen-cms-content-wrap .fabric-row6.cms-text-center p {
  max-width: 100%;
}
.fabrics-page .linen-cms-content-wrap .fabric-row6 h3 {
  font-size: 30px;
  width: 100%;
  font-family: Audrey;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-weight: 700;
  color: #3E6B76;
}
.fabrics-page .linen-cms-content-wrap .fabric-row6 p {
  font-size: 16px;
  line-height: 25px;
  color: #666;
  max-width: 100%;
  margin-bottom: 60px;
}
.fabrics-page .linen-cms-content-wrap .fabric-row6 .fabric-row6-3col {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.fabrics-page .linen-cms-content-wrap .fabric-row6 .fabric-row6-3col .col {
  width: 30.5%;
  text-align: left;
}
@media (max-width: 767px) {
  .fabrics-page .linen-cms-content-wrap .fabric-row6 .fabric-row6-3col .col {
    margin-bottom: 40px;
    width: 100%;
  }
}
.fabrics-page .linen-cms-content-wrap .fabric-row6 .fabric-row6-3col .col img {
  width: 100%;
  margin-bottom: 15px;
}
.fabrics-page .linen-cms-content-wrap .fabric-row6 .fabric-row6-3col .col span.look-inside-txt {
  display: block;
  font-size: 14px;
  line-height: 24px;
  text-transform: uppercase;
  color: #3E6B76;
  text-decoration: underline;
  font-weight: 700;
  margin-bottom: 30px;
}
.fabrics-page .linen-cms-content-wrap .fabric-row6 .fabric-row6-3col .col h5 {
  font-size: 16px;
  line-height: 25px;
  color: #666;
  font-weight: 700;
  margin-bottom: 10px;
}
.fabrics-page .linen-cms-content-wrap .fabric-row6 .fabric-row6-3col .col p {
  font-size: 16px;
  line-height: 25px;
  color: #666;
  margin-bottom: 0;
}

/************ Design Studio *************/
.design-studio-page {
  color: #717171;
  background: url("../images/design-studio/studio20.jpeg") no-repeat scroll center bottom;
  margin-bottom: 3%;
  padding-bottom: 5%;
}
.design-studio-page p {
  font-size: 15px;
  line-height: 30px;
  width: 90%;
  margin: 0 auto;
  max-width: 90%;
}
.design-studio-page .linen-cms-banner {
  margin-bottom: 50px;
}
@media (max-width: 1023px) {
  .design-studio-page .linen-cms-banner {
    margin-bottom: 40px;
  }
}
.design-studio-page .linen-cms-banner .linen-banner-txt h2 {
  color: #fff;
}
.design-studio-page .linen-cms-banner .linen-banner-txt .studio-banner-txt1, .design-studio-page .linen-cms-banner .linen-banner-txt .studio-banner-txt2 {
  display: block;
  font-size: 40px;
  color: #fff;
  margin-bottom: 20px;
  font-weight: 700;
  font-family: Audrey;
}
@media (max-width: 1023px) {
  .design-studio-page .linen-cms-banner .linen-banner-txt .studio-banner-txt1, .design-studio-page .linen-cms-banner .linen-banner-txt .studio-banner-txt2 {
    font-size: 30px;
  }
}
@media (max-width: 767px) {
  .design-studio-page .linen-cms-banner .linen-banner-txt .studio-banner-txt1, .design-studio-page .linen-cms-banner .linen-banner-txt .studio-banner-txt2 {
    font-size: 20px;
    margin-bottom: 10px;
  }
}
@media (max-width: 480px) {
  .design-studio-page .linen-cms-banner .linen-banner-txt .studio-banner-txt1, .design-studio-page .linen-cms-banner .linen-banner-txt .studio-banner-txt2 {
    font-size: 16px;
    margin-bottom: 10px;
  }
}
.design-studio-page .linen-cms-banner .linen-banner-txt .studio-banner-txt2 {
  margin-top: 20px;
}
@media (max-width: 767px) {
  .design-studio-page .linen-cms-banner .linen-banner-txt .studio-banner-txt2 {
    margin-top: 10px;
  }
}
.design-studio-page .linen-cms-content-wrap .linen-cms-row.cms-text-center p {
  max-width: 90%;
}
.design-studio-page .linen-cms-content-wrap .studio-row1 {
  justify-content: center;
  margin-bottom: 60px;
}
@media (max-width: 1023px) {
  .design-studio-page .linen-cms-content-wrap .studio-row1 {
    margin-bottom: 40px;
  }
}
.design-studio-page .linen-cms-content-wrap .studio-row1 h3 {
  width: 100%;
  font-size: 20px;
  font-weight: bold;
  text-transform: uppercase;
  position: relative;
  padding-bottom: 15px;
  margin-bottom: 50px;
}
@media (max-width: 1023px) {
  .design-studio-page .linen-cms-content-wrap .studio-row1 h3 {
    margin-bottom: 40px;
  }
}
.design-studio-page .linen-cms-content-wrap .studio-row1 h3:after {
  content: "";
  background: #717171;
  bottom: 0;
  height: 2px;
  left: 0;
  margin: 0 auto;
  position: absolute;
  right: 0;
  width: 8%;
}
.design-studio-page .linen-cms-content-wrap .studio-row1 .studio-row1-heading {
  width: 100%;
  margin-bottom: 30px;
}
.design-studio-page .linen-cms-content-wrap .studio-row1 .studio-row1-heading img {
  display: inline-block;
}
.design-studio-page .linen-cms-content-wrap .studio-row1 .studio-row1-heading h3 {
  margin-bottom: 0;
}
.design-studio-page .linen-cms-content-wrap .studio-row1 .studio-row1-content p {
  max-width: 90%;
  margin-bottom: 30px;
}
.design-studio-page .linen-cms-content-wrap .studio-row1 .studio-row1-content img {
  display: inline-block;
  border: 8px solid #e5e5e5;
  margin-bottom: 60px;
}
.design-studio-page .linen-cms-content-wrap .studio-row1 .studio-row1-content2 {
  width: 100%;
}
.design-studio-page .linen-cms-content-wrap .studio-row1 .studio-row1-content2 p {
  max-width: 90%;
  margin-bottom: 30px;
}
.design-studio-page .linen-cms-content-wrap .studio-row1 .studio-row1-content2 .studio-row1-slider {
  max-width: 960px;
  margin: 0 auto;
}
@media (max-width: 1023px) {
  .design-studio-page .linen-cms-content-wrap .studio-row1 .studio-row1-content2 .studio-row1-slider {
    max-width: 80%;
  }
}
.design-studio-page .linen-cms-content-wrap .studio-row1 .studio-row1-content2 .studio-row1-slider .slick-dots li button {
  border: 2px solid #fff;
  width: 18px;
  height: 18px;
  padding: 2px;
  box-shadow: 0 0 2px #000;
}
.design-studio-page .linen-cms-content-wrap .studio-row1 .studio-row1-content2 .studio-row1-slider .slick-dots li.slick-active button {
  background: #998149;
}
.design-studio-page .linen-cms-content-wrap .studio-row1 .studio-row1-content2 img {
  display: inline-block;
  border: 1px solid #707070;
  padding: 6px;
  margin-bottom: 60px;
}
@media (max-width: 1023px) {
  .design-studio-page .linen-cms-content-wrap .studio-row1 .studio-row1-content2 img {
    margin-bottom: 40px;
  }
}
.design-studio-page .linen-cms-content-wrap .studio-container {
  width: 1024px;
  margin: 0 auto;
}
@media (max-width: 1200px) {
  .design-studio-page .linen-cms-content-wrap .studio-container {
    width: 80%;
  }
}
@media (max-width: 767px) {
  .design-studio-page .linen-cms-content-wrap .studio-container {
    width: 90%;
  }
}
.design-studio-page .linen-cms-content-wrap .studio-row2 {
  margin-bottom: 100px;
}
@media (max-width: 1023px) {
  .design-studio-page .linen-cms-content-wrap .studio-row2 {
    margin-bottom: 40px;
  }
}
.design-studio-page .linen-cms-content-wrap .studio-row2 .studio-row2-2col {
  display: flex;
  flex-wrap: wrap;
  width: 70%;
  margin: 0 auto;
}
.design-studio-page .linen-cms-content-wrap .studio-row2 .studio-row2-2col .col-left {
  width: 50%;
  border-left: 3px solid #c1a26d;
  padding-left: 45px;
}
@media (max-width: 767px) {
  .design-studio-page .linen-cms-content-wrap .studio-row2 .studio-row2-2col .col-left {
    width: 100%;
    margin-bottom: 20px;
  }
}
.design-studio-page .linen-cms-content-wrap .studio-row2 .studio-row2-2col .col-right {
  padding-left: 10%;
  padding-top: 3%;
  width: 40%;
  text-align: center;
}
@media (max-width: 767px) {
  .design-studio-page .linen-cms-content-wrap .studio-row2 .studio-row2-2col .col-right {
    width: 100%;
  }
}
.design-studio-page .linen-cms-content-wrap .studio-row2 .studio-row2-2col .col-right img {
  margin-bottom: 40px;
  display: inline-block;
}
.design-studio-page .linen-cms-content-wrap .studio-row2 .studio-row2-2col .col-right p {
  display: inline-block;
  width: 87%;
}
.design-studio-page .linen-cms-content-wrap .studio-row4 {
  text-align: center;
}
.design-studio-page .linen-cms-content-wrap .studio-row4 em {
  font-style: italic;
}
.design-studio-page .linen-cms-content-wrap .studio-row4 p {
  margin-bottom: 20px;
}
.design-studio-page .linen-cms-content-wrap .studio-row4 .studio-row4-images {
  width: 100%;
}
.design-studio-page .linen-cms-content-wrap .studio-row4 .studio-row4-images .studio-row-2col {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  max-width: 1024px;
  margin: 0 auto;
  margin-bottom: 20px;
}
.design-studio-page .linen-cms-content-wrap .studio-row4 .studio-row4-images .studio-row-2col .col {
  width: 45%;
}
.design-studio-page .linen-cms-content-wrap .studio-row4 .studio-row4-images .studio-row-2col .col img {
  width: 100%;
}
.design-studio-page .linen-cms-content-wrap .studio-row4 .studio-row4-images .studio-row2 {
  width: 90%;
  margin: 20px auto;
}
.design-studio-page .linen-cms-content-wrap .studio-row4 .studio-row4-images .studio-row2 img {
  width: 100%;
}
.design-studio-page .linen-cms-content-wrap .studio-row5 {
  margin-bottom: 100px;
}
@media (max-width: 1023px) {
  .design-studio-page .linen-cms-content-wrap .studio-row5 {
    margin-bottom: 40px;
  }
}
.design-studio-page .linen-cms-content-wrap .studio-row5 .inner {
  width: 810px;
  margin: 0 auto;
}
@media (max-width: 1023px) {
  .design-studio-page .linen-cms-content-wrap .studio-row5 .inner {
    max-width: 80%;
  }
}
.design-studio-page .linen-cms-content-wrap .studio-row5 .inner .studio-row5-scissor {
  margin: 50px auto;
  position: relative;
  text-align: left;
  transition: all 1s ease-in-out;
}
@media (max-width: 1023px) {
  .design-studio-page .linen-cms-content-wrap .studio-row5 .inner .studio-row5-scissor {
    margin: 30px auto;
  }
}
.design-studio-page .linen-cms-content-wrap .studio-row5 .inner .studio-row5-scissor .fill {
  background: #fff;
  height: 100%;
  position: absolute;
  width: 0%;
  transition: all 2s ease-in-out;
}
.design-studio-page .linen-cms-content-wrap .studio-row5 .inner .studio-row5-scissor .studio_row5_icons {
  display: block;
  position: relative;
  vertical-align: middle;
  width: 100%;
}
.design-studio-page .linen-cms-content-wrap .studio-row5 .inner .studio-row5-scissor .studio_row5_icons img {
  left: 0;
  padding-top: 8px;
  position: relative;
  top: 0;
  transition: all 2s ease-in-out;
}
.design-studio-page .linen-cms-content-wrap .studio-row5 .inner .studio-row5-scissor .studio_row5_icons em {
  background: url(../images/dashed.png) repeat scroll 0 0;
  height: 2px;
  left: 0;
  overflow: hidden;
  position: absolute;
  top: 50%;
  width: 100%;
  z-index: -1;
}
.design-studio-page .linen-cms-content-wrap .studio-row5 .inner .studio-row5-scissor.anime .fill {
  width: 100%;
}
.design-studio-page .linen-cms-content-wrap .studio-row5 .inner .studio-row5-scissor.anime .studio_row5_icons img {
  left: 100%;
}
.design-studio-page .linen-cms-content-wrap .studio-row5 .inner .text {
  width: 90%;
  margin: 0 auto;
  font-size: 15px;
  line-height: 30px;
  text-align: center;
}
.design-studio-page .linen-cms-content-wrap .studio-row7 {
  margin-bottom: 100px;
}
@media (max-width: 1023px) {
  .design-studio-page .linen-cms-content-wrap .studio-row7 {
    margin-bottom: 40px;
  }
}
.design-studio-page .linen-cms-content-wrap .studio-row7 img {
  display: inline-block;
  margin-bottom: 20px;
}
.design-studio-page .linen-cms-content-wrap .studio-row7 h3 {
  width: 100%;
  font-size: 20px;
  font-weight: bold;
  text-transform: uppercase;
  position: relative;
  padding-bottom: 15px;
  margin-bottom: 30px;
}
.design-studio-page .linen-cms-content-wrap .studio-row7 h3:after {
  background: #717171 none repeat scroll 0 0;
  bottom: 0;
  content: "";
  height: 2px;
  left: 0;
  margin: 0 auto;
  position: absolute;
  right: 0;
  width: 8%;
}
.design-studio-page .linen-cms-content-wrap .studio-row7 p {
  margin-bottom: 30px;
}
.design-studio-page .linen-cms-content-wrap .studio-row7 .studio-row7-3col {
  width: 93%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.design-studio-page .linen-cms-content-wrap .studio-row7 .studio-row7-3col .col {
  width: 25%;
}
@media (max-width: 767px) {
  .design-studio-page .linen-cms-content-wrap .studio-row7 .studio-row7-3col .col {
    width: 100%;
  }
}
.design-studio-page .linen-cms-content-wrap .studio-row7 .studio-row7-fullimg img {
  width: 100%;
  margin-bottom: 80px;
}
@media (max-width: 1023px) {
  .design-studio-page .linen-cms-content-wrap .studio-row7 .studio-row7-fullimg img {
    margin-bottom: 40px;
  }
}
.design-studio-page .linen-cms-content-wrap .studio-row7 .studio-row7-fullimg p {
  width: 76%;
  margin: 0;
}
.design-studio-page .linen-studio-parallax {
  margin-bottom: 20px;
}
.design-studio-page .linen-studio-parallax .studio-row3 {
  background-attachment: fixed;
  background-color: rgba(0, 0, 0, 0);
  background-image: url("../images/design-studio/studio9.jpeg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: left top;
  height: 450px;
  overflow: hidden;
  position: relative;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.design-studio-page .linen-studio-parallax .studio-row3 h3 {
  margin: 0 auto;
  padding: 30px 0;
  vertical-align: middle;
  overflow: hidden;
  text-align: center;
  color: #fff;
  font-size: 55px;
  text-transform: uppercase;
  font-family: Audrey;
  font-weight: 700;
}
.design-studio-page .linen-studio-parallax .studio-row6 {
  background-attachment: fixed;
  background-color: rgba(0, 0, 0, 0);
  background-image: url("../images/design-studio/studio14.jpeg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: left top;
  float: left;
  height: 450px;
  overflow: hidden;
  position: relative;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.design-studio-page .linen-studio-parallax .studio-row6 .wrap {
  width: 100%;
  text-align: center;
}
.design-studio-page .linen-studio-parallax .studio-row6 .wrap h3 {
  font-size: 49px;
  color: #fff;
  text-transform: uppercase;
  font-family: Audrey;
  font-weight: 700;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .design-studio-page .linen-studio-parallax .studio-row6 .wrap h3 {
    font-size: 30px;
  }
}
.design-studio-page .linen-studio-parallax .studio-row6 .wrap h4 {
  font-size: 40px;
  color: #fff;
  text-transform: uppercase;
  font-family: Audrey;
  font-weight: 700;
}
@media (max-width: 767px) {
  .design-studio-page .linen-studio-parallax .studio-row6 .wrap h4 {
    font-size: 22px;
  }
}
.design-studio-page .linen-studio-parallax .studio-row8 {
  background-attachment: fixed;
  background-color: rgba(0, 0, 0, 0);
  background-image: url("../images/design-studio/lookbook.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: left top;
  float: left;
  height: 450px;
  overflow: hidden;
  position: relative;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
@media (max-width: 767px) {
  .design-studio-page .linen-studio-parallax .studio-row8 {
    background-image: url("../images/design-studio/lookbook-mobile.jpg");
    background-position: center top;
  }
}
.design-studio-page .linen-studio-parallax .studio-row8 .studio-row8-wrap {
  width: 100%;
  text-align: center;
}
.design-studio-page .linen-studio-parallax .studio-row8 .studio-row8-wrap .txt {
  font-size: 16px;
  line-height: 27px;
  color: #fff;
  padding: 0 20%;
}
.design-studio-page .linen-studio-parallax .studio-row8 .studio-row8-wrap .btn {
  text-align: center;
  border: 1px solid #c1a26d;
  width: auto;
  display: inline-block;
  margin: 10px auto;
  padding: 2px;
}
.design-studio-page .linen-studio-parallax .studio-row8 .studio-row8-wrap .btn a {
  border: 2px solid #c1a26d;
  color: #c1a26d;
  display: block;
  font-size: 14px;
  margin: 0;
  padding: 0 14px;
  text-decoration: none;
  text-transform: uppercase;
  transition: all 0.5s ease 0s;
  line-height: 25px;
  position: relative;
  overflow: hidden;
  transition-delay: 0s, 0s;
  transition-duration: 0.3s, 0.3s;
  transition-property: border-color, color;
  transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
}
.design-studio-page .linen-studio-parallax .studio-row8 .studio-row8-wrap .btn a:before {
  background: #c1a26d none repeat scroll 0 0;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  transform: rotate3d(0, 0, 1, -45deg) translate3d(0, -3em, 0);
  transform-origin: 0 100% 0;
  transition: transform 0.2s ease 0s, opacity 0.2s ease 0s, background-color 0.2s ease 0s;
  width: 150%;
  z-index: -1;
}
.design-studio-page .linen-studio-parallax .studio-row8 .studio-row8-wrap .btn a:hover:before {
  background-color: #c1a26d;
  opacity: 1;
  transform: rotate3d(0, 0, 1, 0deg);
  transition-timing-function: cubic-bezier(0.2, 1, 0.2, 1);
}

.animation-element.slide-left {
  opacity: 0;
  -moz-transition: all 0.5s linear;
  -webkit-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
  transition: all 0.5s linear;
  -moz-transform: translate3d(-100px, 0, 0);
  -webkit-transform: translate3d(-100px, 0, 0);
  -o-transform: translate(-100px, 0);
  -ms-transform: translate(-100px, 0);
  transform: translate3d(-100px, 0, 0);
}

.animation-element.slide-right {
  opacity: 0;
  -moz-transition: all 0.5s linear;
  -webkit-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
  transition: all 0.5s linear;
  -moz-transform: translate3d(100px, 0, 0);
  -webkit-transform: translate3d(100px, 0, 0);
  -o-transform: translate(100px, 0);
  -ms-transform: translate(100px, 0);
  transform: translate3d(100px, 0, 0);
}

.animation-element.slide-left.in-view {
  opacity: 1;
  -moz-transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  -o-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate3d(0, 0, 0);
}

.animation-element.slide-right.in-view {
  opacity: 1;
  -moz-transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  -o-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate3d(0, 0, 0);
}

.cms-page-view .breadcrumbs {
  display: none;
}

.store-locator-list-wrap .store_locator_main_banner {
  margin-bottom: 50px;
}
.store-locator-list-wrap .store_locator_main_banner img {
  width: 100%;
}
.store-locator-list-wrap .store-locator-page {
  padding-bottom: 51px;
  text-align: center;
}
@media all and (max-width: 1024px) {
  .store-locator-list-wrap .store-locator-page {
    padding: 0 15px 51px 15px;
  }
}
.store-locator-list-wrap .store-locator-page h2 {
  font-family: Audrey;
  font-style: normal;
  font-weight: bold;
  font-size: 30px;
  line-height: 36px;
  text-align: center;
  text-transform: uppercase;
  color: #3E6B76;
  margin-bottom: 15px;
}
.store-locator-list-wrap .store-locator-page p {
  width: 100%;
  font-family: Open Sans;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 22px;
  text-align: center;
  color: #666;
  max-width: 780px;
  margin: auto;
}
.store-locator-list-wrap .ajax-info {
  max-width: 1200px;
  margin: 0 auto;
}
.store-locator-list-wrap .ajax-info .item.title.active {
  position: relative;
  z-index: 1;
}
.store-locator-list-wrap .ajax-info .item.title.active .switch {
  font-family: Open Sans;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 22px;
  color: #333333;
  display: inline-block;
  padding: 19px 80px 19px 46px;
  border: 1px solid #e5e5e5;
  box-sizing: border-box;
  text-align: center;
  border-bottom: 1px solid #fff;
}
.store-locator-list-wrap .ajax-info #tab-tag {
  border: 1px solid #e5e5e5;
  box-sizing: border-box;
  padding: 77px 0;
  position: relative;
  z-index: 0;
  margin-top: -1px;
  margin-bottom: 10px;
}
.store-locator-list-wrap .ajax-info #search-by-tag {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.store-locator-list-wrap .ajax-info #search-by-tag .tag-serch-main {
  max-width: 312px;
  width: 100%;
  margin-left: 20px;
}
.store-locator-list-wrap .ajax-info #search-by-tag .tag-serch-main:first-child {
  margin-left: 0;
}
.store-locator-list-wrap .ajax-info #search-by-tag .tag-serch-main .input-location {
  background: #fff;
  position: relative;
}
.store-locator-list-wrap .ajax-info #search-by-tag .tag-serch-main .input-location:before {
  position: absolute;
  width: 20px;
  height: 15px;
  display: block;
  font-family: "icomoon" !important;
  font-weight: 400;
  content: "\e905";
  color: #999;
  line-height: normal;
  font-size: 11px;
  right: 15px;
  top: 50%;
  transform: translate(0, -30%);
}
.store-locator-list-wrap .ajax-info #search-by-tag .tag-serch-main label {
  display: none;
}
.store-locator-list-wrap .ajax-info #search-by-tag .tag-serch-main select {
  border: 1px solid #C4C4C4;
  box-sizing: border-box;
  font-family: Open Sans;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 19px;
  padding: 15px;
  color: #333333;
  position: relative;
  z-index: 1;
  background: transparent;
}
.store-locator-list-wrap .ajax-info #search-by-tag .search-type {
  width: 100%;
  max-width: 182px;
  display: block;
  margin-left: 20px;
}
.store-locator-list-wrap .ajax-info #search-by-tag .search-type #submit-by-tag {
  background: #3E6B76;
  border-radius: 0;
  font-family: Open Sans;
  font-style: normal;
  font-weight: bold;
  font-size: 16px;
  line-height: 22px;
  text-align: center;
  text-transform: uppercase;
  color: #fff;
  width: 100%;
  min-height: 51px;
  border: 1px solid #3E6B76;
}
.store-locator-list-wrap .ajax-info #search-by-tag .search-type #submit-by-tag:hover, .store-locator-list-wrap .ajax-info #search-by-tag .search-type #submit-by-tag:focus {
  outline: none;
}
@media all and (min-width: 1024px) {
  .store-locator-list-wrap .ajax-info #search-by-tag .search-type #submit-by-tag:hover {
    background: #fff;
    color: #3E6B76;
  }
}
.store-locator-list-wrap .ajax-info .store-list .store-list-title {
  padding: 19px 0;
  display: flex;
}
.store-locator-list-wrap .ajax-info .store-list .store-list-title h2 {
  font-size: 1em;
  text-transform: uppercase;
  color: #3E6B76;
  font-weight: bolder;
  letter-spacing: normal;
}
.store-locator-list-wrap .ajax-info .store-list .store-list-title #store-counter {
  padding: 0 10px;
}
.store-locator-list-wrap .ajax-info #store-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: start;
}
.store-locator-list-wrap .ajax-info #store-list .store-list-item {
  width: 32%;
  border: 1px solid #E0E0E0;
  box-sizing: border-box;
  font-family: Open Sans;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 24px;
  color: #666;
  margin-bottom: 2.1%;
  margin-right: 1.995%;
  padding-bottom: 40px;
  position: relative;
}
.store-locator-list-wrap .ajax-info #store-list .store-list-item:nth-child(3n) {
  margin-right: 0;
}
.store-locator-list-wrap .ajax-info #store-list .store-list-item > p {
  padding: 20px;
}
.store-locator-list-wrap .ajax-info #store-list .store-list-item .store-info-right-block {
  padding: 22px 15px 5px 30px;
}
.store-locator-list-wrap .ajax-info #store-list .store-list-item .store-info-right-block a.heading {
  font-family: Open Sans;
  font-style: normal;
  font-weight: normal;
  font-size: 20px;
  line-height: 24px;
  text-transform: uppercase;
  color: #3E6B76;
  display: block;
  margin-bottom: 4px;
}
.store-locator-list-wrap .ajax-info #store-list .store-list-item .store-img-left-block img {
  width: 100%;
  display: block;
  display: none;
}
.store-locator-list-wrap .ajax-info #store-list .store-list-item .store-list-view-details {
  text-align: right;
  font-size: 14px;
  line-height: 30px;
  font-weight: 600;
  color: #3E6B76;
  padding: 0 15px 0 30px;
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 10px;
}
.store-locator-list-wrap .ajax-info #store-list .store-list-item .store-list-view-details a {
  color: #3E6B76;
}
.store-locator-list-wrap .pages {
  text-align: right;
  margin-top: 10px;
}
.store-locator-list-wrap .pages .label {
  border: 1px solid;
  display: none;
}
.store-locator-list-wrap .pages ul.pages-items li.item {
  display: inline-block;
  vertical-align: top;
  position: relative;
  width: 26px;
  margin-right: 10px;
  text-align: center;
}
.store-locator-list-wrap .pages ul.pages-items li.item:before {
  content: "\e917";
  font-family: "icomoon";
  color: #E0E0E0;
  font-size: 30px;
  position: absolute;
  left: 0;
  top: -2px;
}
.store-locator-list-wrap .pages ul.pages-items li.item .page {
  color: #666;
  font-weight: 700;
  font-size: 14px;
  line-height: 20px;
  position: relative;
  z-index: 1;
  display: inline-block;
}
.store-locator-list-wrap .pages ul.pages-items li.item.active:before {
  color: #998149;
}
.store-locator-list-wrap .pages ul.pages-items li.item.active .page {
  color: #fff;
}
.store-locator-list-wrap .pages ul.pages-items li.item.pages-item-next, .store-locator-list-wrap .pages ul.pages-items li.item.next {
  font-size: 0;
  margin-right: 0;
}
.store-locator-list-wrap .pages ul.pages-items li.item.pages-item-next:before, .store-locator-list-wrap .pages ul.pages-items li.item.next:before {
  content: "";
}
.store-locator-list-wrap .pages ul.pages-items li.item.pages-item-next a, .store-locator-list-wrap .pages ul.pages-items li.item.next a {
  font-size: 0;
}
.store-locator-list-wrap .pages ul.pages-items li.item.pages-item-next a:before, .store-locator-list-wrap .pages ul.pages-items li.item.next a:before {
  content: "\e922";
  font-family: "icomoon";
  font-size: 20px;
  color: #666;
}
.store-locator-list-wrap .pages ul.pages-items li.item.pages-item-previous, .store-locator-list-wrap .pages ul.pages-items li.item.prev {
  font-size: 0;
}
.store-locator-list-wrap .pages ul.pages-items li.item.pages-item-previous:before, .store-locator-list-wrap .pages ul.pages-items li.item.prev:before {
  content: "" !important;
}
.store-locator-list-wrap .pages ul.pages-items li.item.pages-item-previous a, .store-locator-list-wrap .pages ul.pages-items li.item.prev a {
  font-size: 0;
}
.store-locator-list-wrap .pages ul.pages-items li.item.pages-item-previous a:before, .store-locator-list-wrap .pages ul.pages-items li.item.prev a:before {
  content: "\e921";
  font-family: "icomoon";
  font-size: 20px;
  color: #666;
}
.store-locator-list-wrap .pages ul.pages-items li.item.first, .store-locator-list-wrap .pages ul.pages-items li.item.last {
  display: none;
}
.store-locator-list-wrap .pages ul.pages-items li.item.first:before, .store-locator-list-wrap .pages ul.pages-items li.item.last:before {
  content: "";
}

@media all and (max-width: 1280px) {
  .store-locator-list-wrap .ajax-info {
    padding: 0 15px;
  }
}
@media all and (max-width: 1024px) {
  .store-locator-list-wrap .ajax-info #search-by-tag .tag-serch-main {
    width: 30%;
  }
  .store-locator-list-wrap .ajax-info #tab-tag {
    padding: 27px 10px;
  }
  .store-locator-list-wrap .ajax-info .item.title .switch {
    padding: 19px 52px 19px 46px;
  }
}
@media all and (max-width: 767px) {
  .store-locator-list-wrap .store-locator-page h2 {
    font-size: 20px;
    line-height: 24px;
  }
  .store-locator-list-wrap .ajax-info #search-by-tag .tag-serch-main, .store-locator-list-wrap .ajax-info #search-by-tag .search-type {
    width: 100%;
    max-width: 100%;
    margin: 0 0 20px 0;
  }
  .store-locator-list-wrap .ajax-info #search-by-tag .search-type {
    margin: 0;
  }
  .store-locator-list-wrap .ajax-info #store-list .store-list-item {
    width: 49%;
    margin-right: 2%;
  }
  .store-locator-list-wrap .ajax-info #store-list .store-list-item:nth-child(3n) {
    margin-right: 2%;
  }
  .store-locator-list-wrap .ajax-info #store-list .store-list-item:nth-child(2n) {
    margin-right: 0;
  }
}
@media all and (max-width: 480px) {
  .store-locator-list-wrap .ajax-info #store-list .store-list-item, .store-locator-list-wrap .ajax-info #store-list:nth-child(2n), .store-locator-list-wrap .ajax-info #store-list:nth-child(3n) {
    width: 100%;
    margin-right: 0;
  }
}
.storelocator-index-view .page-title-wrapper {
  max-width: 1360px;
  margin: 0 auto;
  padding: 20px 20px 0;
}
.storelocator-index-view .page-title-wrapper .page-title {
  font-family: Audrey;
  font-style: normal;
  font-weight: bold;
  font-size: 30px;
  line-height: 36px;
  text-transform: uppercase;
  color: #3E6B76;
  margin-bottom: 23px;
}
@media all and (max-width: 767px) {
  .storelocator-index-view .page-title-wrapper .page-title {
    font-size: 20px;
    line-height: 30px;
  }
}

.store-locator-details-wrap .store-map .ajax-info {
  max-width: 1360px;
  margin: 0 auto;
  padding: 0 20px;
}
.store-locator-details-wrap .store-map .md-locatore-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.store-locator-details-wrap .store-map .md-locatore-container .store_details_wrap {
  margin-bottom: 30px;
}
.store-locator-details-wrap .store-map .md-locatore-container .store_details_wrap .store_details_info .address {
  margin-bottom: 20px;
}
.store-locator-details-wrap .store-map .md-locatore-container .store_details_wrap .store_details_info .phone {
  margin-bottom: 7px;
}
.store-locator-details-wrap .store-map .md-locatore-container .store_details_wrap .store_details_info .phone:before {
  content: "\e927";
  font-family: "icomoon";
  display: inline-block;
  margin-right: 10px;
  font-size: 18px;
}
.store-locator-details-wrap .store-map .md-locatore-container .store_details_wrap .store_details_info .email:before {
  content: "\e926";
  font-family: "icomoon";
  display: inline-block;
  margin-right: 10px;
  font-size: 18px;
}
.store-locator-details-wrap .store-map .md-locatore-container .md-locator-left {
  width: 29%;
}
.store-locator-details-wrap .store-map .md-locatore-container .md-locator-left .store-list-title {
  background: #3E6B76;
  padding: 16px 60px 12px 19px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: baseline;
  position: relative;
  cursor: pointer;
}
.store-locator-details-wrap .store-map .md-locatore-container .md-locator-left .store-list-title:before {
  font-family: "icomoon" !important;
  font-weight: 400;
  content: "\e905";
  color: #fff;
  line-height: normal;
  position: absolute;
  right: 19px;
  top: 50%;
  font-size: 11px;
  transform: translate(0, -50%);
}
.store-locator-details-wrap .store-map .md-locatore-container .md-locator-left .store-list-title .title {
  font-family: Audrey;
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 24px;
  text-transform: uppercase;
  color: #FFFFFF;
}
.store-locator-details-wrap .store-map .md-locatore-container .md-locator-left .store-list-title .md-time {
  font-family: Open Sans;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 24px;
  color: #FFFFFF;
}
.store-locator-details-wrap .store-map .md-locatore-container .md-locator-left .store-view-info .email {
  word-break: break-all;
}
.store-locator-details-wrap .store-map .md-locatore-container .md-locator-left #direction-view {
  border: 1px solid #3E6B76;
  box-sizing: border-box;
  font-family: Open Sans;
  font-style: normal;
  font-weight: bold;
  font-size: 16px;
  line-height: 22px;
  text-align: center;
  text-transform: uppercase;
  color: #3E6B76;
  width: 100%;
  max-width: 217px;
  padding: 9px;
  margin-top: 26px;
}
.store-locator-details-wrap .store-map .md-locatore-container .md-locator-left #direction-view span:before {
  content: "\e925";
  font-family: "icomoon";
  display: inline-block;
  margin-right: 5px;
  font-weight: 500;
}
.store-locator-details-wrap .store-map .md-locatore-container .md-locator-left .md-content {
  border: 1px solid #E5E5E5;
  box-sizing: border-box;
  padding: 18px 29px;
  font-family: Open Sans;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 24px;
  color: #666666;
}
.store-locator-details-wrap .store-map .md-locatore-container .md-locator-left .md-content .day {
  margin-right: 10px;
}
.store-locator-details-wrap .store-map .md-locatore-container .md-locator-right {
  width: 69%;
}
.store-locator-details-wrap .store-map .md-locatore-container .md-locator-right .store-image-block {
  margin-bottom: 22px;
}
.store-locator-details-wrap .store-map .md-locatore-container .md-locator-right .store-image-block img {
  display: block;
  width: 100%;
}
.store-locator-details-wrap .store-map .md-locatore-container .md-locator-right .title {
  font-family: Audrey;
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 24px;
  text-transform: uppercase;
  color: #3E6B76;
}
.store-locator-details-wrap .store-map .md-locatore-container .md-locator-right .store-description {
  font-family: Open Sans;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 24px;
  color: #666666;
  padding-bottom: 40px;
}
.store-locator-details-wrap .store-map .md-locatore-container .md-locator-right #plan-attribute-specs-table {
  font-size: 14px;
  text-align: left;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  border: 1px solid #E5E5E5;
  margin-top: 10px;
}
.store-locator-details-wrap .store-map .md-locatore-container .md-locator-right #plan-attribute-specs-table .label {
  max-width: 140px;
  width: 140px;
  font-weight: bold;
}

@media all and (max-width: 1024px) {
  .store-locator-details-wrap .store-map .md-locatore-container .md-locator-left .store-list-title .title {
    font-size: 16px;
  }
  .store-locator-details-wrap .store-map .md-locatore-container .md-locator-left .md-content {
    padding: 18px;
  }
}
@media all and (max-width: 840px) {
  .store-locator-details-wrap .store-map .md-locatore-container .md-locator-left .md-content {
    font-size: 13px;
  }
}
@media all and (max-width: 767px) {
  .store-locator-details-wrap .store-map .md-locatore-container .md-locator-left {
    width: 100%;
  }
  .store-locator-details-wrap .store-map .md-locatore-container .md-locator-left .md-content {
    padding: 18px 29px;
  }
  .store-locator-details-wrap .store-map .md-locatore-container .md-locator-left .md-content {
    font-size: 16px;
  }
  .store-locator-details-wrap .store-map .md-locatore-container .md-locator-right {
    width: 100%;
    margin-top: 18px;
  }
}
.storelocator-index-index .page-title-wrapper {
  display: none;
}

.contact-index-index .page-title-wrapper {
  display: none;
}

.rma-guest-new .login-page {
  width: 400px;
}
@media screen and (max-width: 500px) {
  .rma-guest-new .login-page {
    width: 90%;
  }
}
.rma-guest-new .login-page .col_left {
  width: 100%;
}
.rma-guest-new .login-page .col_left h2 {
  margin-bottom: 10px;
}
.rma-guest-new .login-page .col_left p {
  margin-bottom: 20px;
  line-height: 22px;
  text-align: center;
  font-size: 14px;
}

body {
  color: #333333;
  font-family: Open Sans;
  font-style: normal;
  font-weight: 400;
  position: relative;
}

.overlay {
  width: 100%;
  height: 100%;
  position: fixed;
  background: rgba(0, 0, 0, 0.6);
  z-index: 999;
}

a, button {
  transition: 0.3s ease-in-out;
}

a,
a:focus,
a:hover {
  text-decoration: none;
  color: inherit;
  outline: none;
}

input,
input:focus,
button,
button:hover {
  outline: none;
}

.clearfix {
  clear: both;
}

.container {
  width: 1440px;
}

.header {
  width: 100%;
  min-height: 94px;
  background: #3F6B76;
  display: block;
}
.header.fixed_header {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 59;
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.3);
}

.header-note {
  background: #EDE1C6;
  text-align: center;
  padding: 10px;
  font-size: 17px;
  font-weight: 600;
  text-transform: uppercase;
  color: blue;
  line-height: 25px;
}

.height_100percent {
  height: 100%;
}
.height_100percent .logo {
  display: none;
}

.logo {
  width: 291px;
  height: 53px;
  background: url(../images/logo.jpg) no-repeat center top;
  display: inline-block;
  margin: 18px 0 0 19px;
}

.loading-mask {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: fixed !important;
  display: block;
  background: rgba(255, 255, 255, 0.4);
  z-index: 99999;
  text-align: center;
}
.loading-mask .loader {
  position: absolute;
  z-index: 999;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.header_nav_group {
  margin-left: 30px;
  display: inline-block;
  vertical-align: top;
}

.main_nav {
  list-style: none;
  display: inline-block;
  float: left;
}

.main_nav > li {
  display: inline;
  float: left;
  font-family: Open Sans;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 19px;
  letter-spacing: 0em;
  text-align: left;
  text-transform: uppercase;
}

.main_nav > li > a {
  color: #fff;
  padding: 38px 15px 37px 15px;
  float: left;
  display: block;
}

.main_nav > li > a:hover,
.main_nav > li > a.active {
  color: #C5BAA0;
}

.main_nav > li > a.dropdown {
  position: relative;
}

.main_nav > li > a.dropdown:before {
  position: absolute;
  width: 10px;
  height: 6px;
  display: block;
  font-family: "icomoon" !important;
  font-weight: 400;
  content: "\e905";
  color: #fff;
  line-height: normal;
  font-size: 6px;
  right: 1px;
  top: 50%;
  margin-top: -3px;
}

@media screen and (min-width: 1025px) {
  .main_nav > li > a.dropdown:hover:before,
.main_nav > li > a.active:before {
    font-family: "icomoon" !important;
    font-weight: 400;
    content: "\e90b";
    color: #c5baa0;
  }
}
.megamenu_group {
  display: flex;
  flex-wrap: wrap;
}

.megamenu_group .col_1, .megamenu_group .col_2 {
  display: flex;
  flex-wrap: wrap;
  flex: 0 0 32%;
  align-content: baseline;
}

.megamenu_group .category_group {
  flex: 0 0 50%;
}

.megamenu_group .menu_img {
  flex: 0 0 31%;
  align-self: center;
}

.megamenu_group .menu_img img {
  width: 100%;
}

.megamenu_group {
  width: 100%;
  min-height: 406px;
  background: #EDE1C6;
  position: absolute;
  left: 0;
  top: 94px;
  z-index: 99;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}

.megamenu_group h2 {
  font-family: Open Sans;
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: 54px;
  letter-spacing: 0em;
  text-align: left;
  color: #3E6B76;
  width: 100%;
  margin-bottom: 20px;
}

.megamenu_group .col_1,
.megamenu_group .col_2 {
  margin-top: 35px;
}

.megamenu_group .col_1 {
  margin-left: 40px;
}

.megamenu_group h3 {
  font-family: Open Sans;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 19px;
  letter-spacing: 0em;
  text-align: left;
  color: #3E6B76;
  padding-right: 20px;
  margin-bottom: 5px;
}

.megamenu_group ul {
  width: 100%;
  list-style: none;
  padding-right: 20px;
  font-family: Open Sans;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 25px;
  letter-spacing: 0em;
  text-align: left;
  margin-bottom: 20px;
}

.megamenu_group ul > li {
  width: 100%;
  display: inline-block;
}

.megamenu_group ul > li > a {
  color: #333;
}

.megamenu_group.theme_2 {
  background: #fff;
}

.megamenu_group.theme_2 h2 {
  color: #C5BAA0;
}

.megamenu_group.theme_2 ul > li > a {
  color: #666;
}

.gift_card_group {
  display: inline-block;
  float: left;
  font-family: Open Sans;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 19px;
  letter-spacing: 0em;
  text-align: left;
  color: #EDE1C6;
  text-transform: uppercase;
  margin: 38px 0 0 30px;
}

.header a.gift_card_group {
  color: #EDE1C6;
}

a.gift_card_group:hover {
  color: #EDE1C6;
}

.gift_card_group .gift_card_icon {
  width: 18px;
  height: 20px;
  display: inline-block;
  vertical-align: top;
  margin-right: 3px;
  position: relative;
}

.gift_card_group .gift_card_icon:before {
  font-family: "icomoon" !important;
  font-weight: 400;
  content: "\e90a";
  color: #EDE1C6;
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  font-size: 18px;
  line-height: normal;
}

.my_account_link {
  width: 20px;
  display: block;
  float: left;
  margin-top: 36px;
  margin-left: 28px;
  position: relative;
  cursor: pointer;
}

.my_account_icon {
  width: 20px;
  height: 20px;
  display: inline-block;
  position: relative;
}

.my_account_icon:before {
  position: absolute;
  font-family: "icomoon" !important;
  font-weight: 400;
  content: "\e909";
  color: #fff;
  left: 0;
  top: 0;
  display: block;
  font-size: 20px;
  line-height: normal;
}

.account_dropdown {
  width: 227px;
  height: auto;
  background: #EDE1C6;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  position: absolute;
  top: 58px;
  z-index: 99;
  right: -10px;
  padding: 30px 20px 20px 20px;
  display: none;
}
.account_dropdown > a, .account_dropdown .customer_name {
  color: #333;
  width: 100%;
  float: left;
  display: block;
  font-size: 14px;
  line-height: 30px;
  font-weight: 700;
}

.account_dropdown .login_btn {
  text-transform: uppercase;
  font-family: Open Sans;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 19px;
  letter-spacing: 0em;
  text-align: center;
  border: 1px solid #3E6B76;
  width: 100%;
  float: left;
  height: 36px;
  padding-top: 8px;
  color: #3E6B76;
  margin-bottom: 10px;
}

.account_dropdown .login_btn:hover {
  background: #3E6B76;
  color: #fff;
}

.account_dropdown > ul {
  list-style: none;
  font-family: Open Sans;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 30px;
  letter-spacing: 0em;
  text-align: left;
  width: 100%;
  float: left;
}

.account_dropdown > ul > li a {
  width: 100%;
  color: #333;
}

.cart_link {
  width: 20px;
  display: block;
  float: left;
  margin-top: 36px;
  margin-left: 28px;
}

.cart_icon {
  width: 20px;
  height: 20px;
  display: inline-block;
  position: relative;
}

.cart_icon:before {
  position: absolute;
  line-height: normal;
  display: block;
  left: 0;
  top: 0;
  content: "\e908";
  color: #fff;
  font-family: "icomoon" !important;
  font-weight: 400;
  font-size: 20px;
}

.wishlist_link {
  width: 20px;
  display: block;
  float: left;
  margin-top: 36px;
  margin-left: 28px;
  position: relative;
}
.wishlist_link .counter.qty {
  background: #EDE1C6;
  color: #3E6B76;
  border-radius: 100%;
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  white-space: normal;
  padding: 2px;
  position: absolute;
  top: -1px;
  right: -10px;
  font-size: 10px;
  line-height: 13px;
  font-weight: 700;
  width: 16px;
  height: 16px;
}

.wishlist_icon {
  width: 20px;
  height: 20px;
  display: inline-block;
  position: relative;
}

.wishlist_icon:before {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  font-size: 20px;
  content: "\e907";
  color: #fff;
  font-family: "icomoon" !important;
  font-weight: 400;
}

.search_group {
  width: 36px;
  height: 36px;
  display: block;
  float: left;
  margin-top: 29px;
  margin-left: 28px;
  background: #EDE1C6;
  text-align: center;
  border-radius: 50px;
}

.search_icon {
  width: 20px;
  height: 20px;
  display: inline-block;
  margin-top: 8px;
  cursor: pointer;
  position: relative;
}

.search_icon:before {
  position: absolute;
  font-size: 20px;
  line-height: normal;
  display: block;
  left: 0;
  top: 0;
  font-family: "icomoon" !important;
  font-weight: 400;
  content: "\e906";
  color: #3e6b76;
}

.search_group .search_result_group {
  min-width: 427px;
  position: absolute;
  right: 0;
  top: 94px;
  background: #fff;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  z-index: 99;
  padding: 10px;
  text-align: left;
  cursor: initial;
}

.search_group .search_result_group .search-autocomplete {
  position: initial !important;
  max-height: 200px;
  overflow-y: scroll;
}

.search_group .search_result_group .form_group {
  width: 100%;
  position: relative;
}

.search_group .search_result_group .form_group button.action.search {
  z-index: 9;
  position: absolute;
  right: 10px;
  top: 45%;
  background: transparent;
  outline: none;
  border: none;
  cursor: pointer;
}

.search_group .search_result_group .form_group button.action.search:before {
  content: "\e90d";
  color: #666;
  font-family: "icomoon" !important;
  font-weight: 400;
  display: block;
  margin-top: -10px;
  width: 20px;
  height: 20px;
  font-size: 20px;
}

.search_group .search_result_group .form_control {
  width: 100%;
  font-family: Open Sans;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px;
  letter-spacing: 0em;
  text-align: left;
  background: #fff;
  border: 0;
  border-bottom: 1px solid #a4a4a4;
  padding: 10px 50px 10px 10px;
}

.search_group .result_group {
  width: 100%;
}

.search_group .result_group ul {
  list-style: none;
  min-width: 100%;
  float: none;
  font-family: Open Sans;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
  letter-spacing: 0em;
  text-align: left;
}

.search_group .result_group ul dd > div {
  display: inline-block;
}

.search_group .result_group h3 {
  width: 100%;
  font-family: Open Sans;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 30px;
  letter-spacing: 0em;
  text-align: left;
}

/* Only For Safari */
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  .my_account_link, .cart_link, .wishlist_link, .search_group {
    margin-left: 22px;
  }
}
@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-200px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
}
@keyframes fadeInDown {
  0% {
    opacity: 0;
    transform: translateY(-200px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.slick-active .fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}

.banner_full_width {
  background: #EDE1C6;
}

.home_banner {
  width: 100%;
  display: inline-block;
}
.home_banner .text_group {
  width: 100%;
  text-align: center;
  position: absolute;
  z-index: 9;
  top: 0;
  left: 0;
  -webkit-animation-duration: 1.5s;
  animation-duration: 1.5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  opacity: 0;
  visibility: hidden;
}
.home_banner .text_group h2 {
  font-family: Audrey;
  font-size: 60px;
  font-style: normal;
  font-weight: 500;
  line-height: 72px;
  letter-spacing: 0em;
  text-align: center;
  color: #fff;
  text-shadow: 0 4px 4px rgba(0, 0, 0, 0.6);
  text-transform: uppercase;
  margin-top: 256px;
  width: 100%;
}
.home_banner img {
  width: 100%;
}
.home_banner video {
  width: 100%;
  height: 100%;
}

.home_banner .slick-slide.slick-active {
  display: block;
}
.home_banner .slick-slide.slick-active .text_group {
  opacity: 1;
  visibility: visible;
  position: relative;
}
.home_banner .slick-slide.slick-active .text_group h2 {
  position: absolute;
}

.slick-arrow {
  display: none !important;
}

.slick-dots {
  bottom: 10px;
  position: absolute;
  text-align: center;
  width: 100%;
}

.slick-dots li {
  list-style: none;
  display: inline-block;
  margin: 0 5px;
}

.slick-dots li button {
  width: 12px;
  height: 12px;
  background: rgba(255, 255, 255, 0.2);
  display: block;
  font-size: 0;
  border: 0;
  padding: 0;
  border-radius: 50%;
}

.slick-dots li.slick-active button {
  background: white;
}

.block_1 {
  width: 100%;
  display: inline-block;
  min-height: 233px;
  background: url(../images/bg_1.png) repeat center top;
}

.block_1 h2 {
  font-family: Audrey;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
  text-align: center;
  color: #3E6B76;
  margin: 60px 0 10px 0;
  text-transform: uppercase;
}

.block_1 p {
  font-family: Open Sans;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
  letter-spacing: 0em;
  text-align: center;
  color: #333333;
  max-width: 748px;
  margin: 0 auto;
}

.block_2 {
  margin-bottom: 30px;
}

.block_2 .block_2_sec_1 {
  width: 410px;
  margin: 0 auto;
  margin-top: 50px;
}

.block_2 .block_2_sec_1 h3 {
  font-family: Audrey;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 35px;
  letter-spacing: 0em;
  text-align: left;
  color: #3E6B76;
  margin-top: 10px;
  text-transform: uppercase;
}

.block_2 .block_2_sec_1 p {
  font-family: Open Sans;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0em;
  text-align: left;
  color: #666;
  margin-bottom: 20px;
}

.block_2 .block_2_sec_1 .img_group {
  position: relative;
  width: 100%;
  min-height: 405px;
}

.block_2 .block_2_sec_1 .img_group img {
  float: left;
}

.block_2 .block_2_sec_1 .img_group .block_btn {
  position: absolute;
  left: 50%;
  bottom: 20px;
  width: 128px;
  margin-left: -64px;
  padding: 13px 0;
}

.block_3 {
  width: 100%;
  background: #3E6B76;
  min-height: 511px;
}

.block_3 .img_block {
  position: relative;
}

.block_3 .img_block .img_1 {
  width: 248px;
  height: 298px;
  position: absolute;
  display: block;
  left: 124px;
  top: 150px;
}

.block_3 .img_block .img_2 {
  width: 275px;
  height: 331px;
  position: absolute;
  display: block;
  left: 295px;
  top: 100px;
}

.block_3 .text_block {
  width: 736px;
  margin-left: 616px;
  margin-top: 80px;
}

.block_3 .text_block h2 {
  font-family: Audrey;
  font-size: 30px;
  font-style: normal;
  font-weight: 500;
  line-height: 45px;
  letter-spacing: 0em;
  text-align: left;
  color: #EDE1C6;
  margin-bottom: 20px;
  text-transform: uppercase;
}

.block_3 .text_block p {
  font-family: Open Sans;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
  letter-spacing: 0em;
  text-align: left;
  color: #fff;
  width: 700px;
  margin-bottom: 40px;
}

.block_btn {
  font-family: Open Sans;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
  letter-spacing: 0em;
  text-align: center;
  color: #3E6B76;
  background: #fff;
  display: inline-block;
  text-transform: uppercase;
  vertical-align: middle;
  /*margin-right: 43px;*/
  padding: 13px 15px;
}

.block_btn:hover {
  background: #3E6B76;
  color: #fff;
}

.block_3 .block_btn {
  margin-right: 43px;
}

.block_3 .block_btn:hover {
  background: #EDE1C6;
  color: #3E6B76;
}

.block_4 {
  width: 100%;
  min-height: 623px;
  position: relative;
  margin-bottom: -6px;
}

.block_4 .block_4_bg {
  width: 100%;
}

.block_4 .text_block {
  position: absolute;
  width: 560px;
  left: 124px;
  top: 400px;
  z-index: 9;
}

.block_4 .text_block h2 {
  font-family: Audrey;
  font-size: 30px;
  font-style: normal;
  font-weight: 500;
  line-height: 45px;
  letter-spacing: 0em;
  color: #3E6B76;
  margin-bottom: 20px;
  text-align: center;
  text-transform: uppercase;
}

.block_4 .text_block p {
  font-family: Open Sans;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
  letter-spacing: 0em;
  color: #666;
  margin-bottom: 40px;
  text-align: center;
}

.block_4 .block_btn {
  margin: 0 auto;
  display: block;
  width: 216px;
  padding: 13px 0;
}

.block_5 {
  background: url(../images/bg_design.png) no-repeat right bottom #3E6B76;
}

.block_6 {
  width: 100%;
  min-height: 511px;
}

.block_6 .img_block {
  position: relative;
  display: block;
}

.block_6 .img_block .img_1 {
  width: 248px;
  height: 298px;
  position: absolute;
  display: block;
  right: 124px;
  top: 150px;
}

.block_6 .img_block .img_2 {
  width: 275px;
  height: 331px;
  position: absolute;
  display: block;
  right: 295px;
  top: 100px;
}

.block_6 .text_block {
  width: 678px;
  margin-left: 114px;
  margin-top: 80px;
  float: left;
}

.block_6 .text_block h2 {
  font-family: Audrey;
  font-size: 30px;
  font-style: normal;
  font-weight: 500;
  line-height: 45px;
  letter-spacing: 0em;
  text-align: left;
  color: #3E6B76;
  margin-bottom: 20px;
  text-transform: uppercase;
}

.block_6 .text_block p {
  font-family: Open Sans;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
  letter-spacing: 0em;
  text-align: left;
  color: #666;
  width: 700px;
  margin-bottom: 40px;
}

.block_6 .block_btn {
  border: 1px solid #3E6B76;
}

.block_7 {
  width: 100%;
  min-height: 440px;
  background: #EDE1C6;
}

.block_7 .img_block,
.block_7 .img_block img {
  float: right;
}

.block_7 .img_block iframe {
  width: 100%;
}

.block_7 .img_block {
  width: calc(100% - 520px);
}

.block_7 .text_block {
  width: 440px;
  float: left;
  margin-left: 68px;
  margin-top: 82px;
}

.block_7 .text_block h2 {
  font-family: Audrey;
  font-size: 30px;
  font-style: normal;
  font-weight: 500;
  line-height: 45px;
  letter-spacing: 0em;
  text-align: left;
  color: #3E6B76;
  margin-bottom: 20px;
  text-transform: uppercase;
}

.block_7 .text_block p {
  font-family: Open Sans;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
  letter-spacing: 0em;
  text-align: left;
  color: #333;
  margin-bottom: 40px;
}

.block_8.container {
  width: 1400px;
  margin: 0 auto;
  margin-top: 30px;
  display: block;
}

.block_8 h2 {
  font-family: Audrey;
  font-size: 30px;
  font-style: normal;
  font-weight: 500;
  line-height: 36px;
  letter-spacing: 0em;
  text-align: center;
  color: #3E6B76;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.block_8 .img_block {
  width: 100%;
  margin: 0 auto;
  display: block;
}

.block_8 .img_block img {
  width: 100%;
}

.block_8 .img_block h3 {
  font-family: Open Sans;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 27px;
  letter-spacing: 0em;
  text-align: left;
  color: #666;
  text-align: center;
  width: 100%;
  margin-top: 10px;
  margin-bottom: 27px;
}

.block_8 .block_btn {
  border: 1px solid #3E6B76;
  width: 146px;
  display: block;
  margin: 0 auto;
  padding: 13px 0;
}

.block_9 {
  width: 100%;
  border-top: 1px solid #E0E0E0;
  margin-top: 60px;
}

.block_9 h2 {
  margin-top: 58px;
  font-family: Audrey-medium;
  font-size: 30px;
  font-style: normal;
  font-weight: 500;
  line-height: 36px;
  letter-spacing: 0em;
  text-align: center;
  color: #3E6B76;
  text-transform: uppercase;
  margin-bottom: 24px;
}

.block_9 .subscribe_form {
  width: 627px;
  margin: 0 auto;
}
.block_9 .subscribe_form p {
  font-size: 12px;
  margin: 5px 0;
  width: 100%;
  float: left;
}
.block_9 .subscribe_form .mage-success {
  color: #4F8A10;
  font-size: 12px;
  margin: 5px 0;
}
.block_9 .subscribe_form .mage-error {
  color: #ff0000;
  font-size: 12px;
  margin: 5px 0;
}

.block_9 .subscribe_form .form_group {
  width: 421px;
  float: left;
}

.block_9 .subscribe_form .form_group .form_control {
  width: 100%;
  height: 49px;
  color: #666;
  font-family: Open Sans;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
  letter-spacing: 0em;
  text-align: left;
  border: 1px solid #ccc;
  padding: 10px 20px;
}

.block_9 .subscribe_btn {
  border: 1px solid #3E6B76;
  width: 200px;
  display: block;
  margin: 0 auto;
  padding: 14px 0;
  background: #fff;
  font-family: Open Sans;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 19px;
  letter-spacing: 0em;
  text-align: center;
  color: #3E6B76;
  text-transform: uppercase;
  float: right;
  height: 49px;
}

.block_9 .subscribe_btn:hover {
  background: #3E6B76;
  color: #fff;
}

.footer {
  width: 100%;
  margin-top: 60px;
}

.footer .foot_col_1 {
  background: #EDE1C6;
}
.footer .foot_col_1 .container {
  padding-left: 60px;
  padding-right: 60px;
}

.footer .foot_icon,
.footer h4 {
  display: inline-block;
  vertical-align: top;
}

.footer .foot_icon {
  margin-right: 10px;
}

.footer h4 {
  font-family: Open Sans;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0em;
  text-align: left;
  color: #333;
}

.footer .icon_group {
  padding: 37px 0;
  width: 210px;
  margin: 0 auto;
}

.icon-shipping_icon,
.icon-reward_icon,
.icon-support_icon,
.icon-return_icon {
  position: relative;
  width: 40px;
  height: 40px;
}

.icon-shipping_icon:before,
.icon-reward_icon:before,
.icon-support_icon:before,
.icon-return_icon:before {
  font-size: 40px;
}

.footer .foot_col_2 {
  background: #3E6B76;
  padding-bottom: 20px;
}
.footer .foot_col_2 .container {
  padding-left: 130px;
  padding-right: 130px;
  min-height: 403px;
  position: relative;
}
.footer .foot_col_2 .container:before {
  width: 60px;
  height: 69px;
  background: url(../images/logo_icon.png) no-repeat center top;
  display: block;
  position: absolute;
  content: "";
  z-index: 9;
  left: 50%;
  top: -27px;
  margin-left: -30px;
}

.footer .foot_menu {
  width: 960px;
  display: inline-block;
  margin-top: 70px;
}

.footer .foot_menu h3 {
  font-family: Open Sans;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 19px;
  letter-spacing: 0em;
  text-align: left;
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 15px;
}

.footer .foot_menu .menu_group {
  width: 170px;
  display: inline-block;
  vertical-align: top;
  margin-left: 40px;
}
.footer .foot_menu .menu_group.large_menu_group {
  width: 300px;
}

.footer .foot_menu .menu_group.first {
  margin-left: 0;
}

.footer .foot_menu ul {
  width: 100%;
  list-style: none;
  display: inline-block;
}

.footer .foot_menu ul li {
  font-family: Open Sans;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 25px;
  letter-spacing: 0em;
  text-align: left;
}

.footer .foot_menu ul li a {
  color: #fff;
}

.footer .foot_menu ul li a:hover {
  color: #EDE1C6;
}

.footer .social_group {
  width: 158px;
  float: right;
  margin-top: 70px;
}

.footer .social_group h3 {
  font-family: Open Sans;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 19px;
  letter-spacing: 0em;
  text-align: left;
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 15px;
}

.footer .social_icons {
  list-style: none;
  margin-top: 8px;
}

.footer .social_icons li {
  display: block;
}

.footer .social_icons li a {
  float: left;
  width: 35px;
  height: 35px;
  margin: 0 2px;
}

.footer .social_icons .facebook_icon {
  background: url(../images/facebook_icon.png) no-repeat center top;
  float: left;
  width: 35px;
  height: 35px;
  display: block;
}

.footer .social_icons .twitter_icon {
  background: url(../images/twitter_icon.png) no-repeat center top;
  float: left;
  width: 35px;
  height: 35px;
  display: block;
}

.footer .social_icons .instagram_icon {
  background: url(../images/instagram_icon.png) no-repeat center top;
  float: left;
  width: 35px;
  height: 35px;
  display: block;
}

.footer .social_icons .youtube_icon {
  background: url(../images/youtube_icon.png) no-repeat center top;
  float: left;
  width: 35px;
  height: 35px;
  display: block;
}

.footer .copyright {
  width: 190px;
  float: left;
}

.footer .copyright .foot_logo {
  width: 190px;
  height: 28px;
  background: url(../images/foot_logo.png) no-repeat center top;
  display: block;
  margin-top: 80px;
}

.footer .copyright .text {
  font-family: Open Sans;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 25px;
  letter-spacing: 0em;
  text-align: left;
  color: #fff;
  margin-top: 5px;
  display: inline-block;
}

.footer .aditya_birla_logo {
  width: 156px;
  height: 94px;
  float: right;
  display: block;
  background: url(../images/aditya_birla_logo.png) no-repeat center top;
  margin-top: 40px;
}

.login_popup_group,
.coupon_popup_group {
  width: 800px;
  min-height: 484px;
  position: fixed;
  left: 50%;
  top: 50%;
  z-index: 9999;
  transform: translate(-50%, -50%);
  background: #fff;
  padding: 40px;
  font-size: 14px;
  color: #333;
}

.login_popup_group h2,
.coupon_popup_group h2 {
  font-family: Open Sans;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 27px;
  letter-spacing: 0em;
  text-align: center;
  width: 100%;
  color: #3E6B76;
  text-transform: uppercase;
}

.login_popup_group .col_left {
  width: 340px;
  float: left;
}

.login_popup_group .login_radio_group {
  width: 100%;
  margin-top: 40px;
}

.login_popup_group .login_radio_group .form_group {
  display: inline-block;
  margin-left: 40px;
}

.login_popup_group .login_radio_group .form_group.first {
  margin-left: 0;
}

.login_popup_group .user_pswd_group {
  width: 100%;
  margin-top: 20px;
}

.login_popup_group .error1, .login_popup_group .success {
  display: none;
  padding: 2px 0;
  font-size: 11px;
}
.login_popup_group .error1 {
  color: red;
}
.login_popup_group .success {
  color: #4F8A10;
}
.login_popup_group .flag-container {
  display: none;
}

.login_popup_group .user_pswd_group .form_group,
.login_popup_group .register_form_group .form_group {
  margin-bottom: 20px;
}

.login_popup_group .user_pswd_group .form_control,
.login_popup_group .register_form_group .form_control {
  width: 100%;
  border: 1px solid #C4C4C4;
  font-size: 14px;
  padding: 15px;
  color: #333;
}

button.block_btn {
  width: 100%;
  background: #3E6B76;
  color: #fff;
  border: 0;
}

button.block_btn:hover {
  background: #EDE1C6;
  color: #3E6B76;
}

.login_popup_group .forgot_pswd_link {
  width: 100%;
  text-align: center;
  display: block;
  margin-top: 15px;
}

.login_popup_group .create_acc_link {
  width: 100%;
  text-align: center;
  display: block;
  text-transform: uppercase;
  margin-top: 20px;
}

.login_popup_group .create_acc_link a {
  color: #3E6B76;
}

.login_popup_group .col_right {
  width: 223px;
  float: right;
  margin-right: 28px;
}

.login_popup_group .facebook_login_btn {
  width: 100%;
  height: 43px;
  font-family: Open Sans;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 19px;
  letter-spacing: 0em;
  text-align: left;
  color: #fff;
  display: block;
  margin-bottom: 20px;
  background: url(../images/facebook_lgn_icon.png) no-repeat 14px 9px #445fad;
  padding: 12px 0 0 59px;
  margin-top: 80px;
  cursor: pointer;
}

.login_popup_group .google_login_btn {
  width: 100%;
  height: 43px;
  font-family: Open Sans;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 19px;
  letter-spacing: 0em;
  text-align: left;
  color: #666;
  display: block;
  background: url(../images/google_lgn_icon.png) no-repeat 9px 9px #fff;
  padding: 12px 0 0 59px;
  border: 1px solid #E5E5E5;
  cursor: pointer;
}

.login_popup_group .divider {
  font-family: Open Sans;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 22px;
  letter-spacing: 0em;
  text-align: center;
  color: #999;
  width: 24px;
  margin-left: 50px;
  margin-top: 135px;
  display: block;
  float: left;
  position: relative;
}

.login_popup_group .divider:before {
  border-left: 1px solid #E0E0E0;
  height: 37px;
  left: 12px;
  top: -43px;
  content: "";
  display: block;
  width: 1px;
  position: absolute;
}

.login_popup_group .divider:after {
  border-left: 1px solid #E0E0E0;
  height: 37px;
  left: 12px;
  top: 28px;
  content: "";
  display: block;
  width: 1px;
  position: absolute;
}

.popup_close {
  width: 14px;
  height: 14px;
  position: absolute;
  right: 20px;
  top: 20px;
  display: block;
}
.popup_close:before {
  position: absolute;
  left: 0;
  top: 0;
  content: "\e914";
  color: #666;
  font-family: "icomoon" !important;
  font-weight: 400;
  font-size: 14px;
}

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

.login_popup_group .register_form_group .form_group {
  width: 50%;
  float: left;
}
.login_popup_group .register_form_group .form_group .reg-mobile #reg-mob-error-msg {
  color: red;
  font-size: 11px;
  padding-top: 6px;
  display: block;
}

.login_popup_group .register_form_group .form_group:nth-child(even) {
  padding-left: 10px;
}

.login_popup_group .register_form_group .form_group:nth-child(odd) {
  padding-right: 10px;
}

.login_popup_group .register_form_group .agree_terms {
  font-family: Open Sans;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px;
  letter-spacing: 0em;
  width: 100%;
  text-align: center;
  margin-bottom: 20px;
}

.login_popup_group .register_form_group .send-otp-button {
  margin-bottom: 10px;
}

.login_popup_group .register_form_group .agree_terms a {
  color: #3E6B76;
}

.login_popup_group .register_form_group .block_btn {
  width: 340px;
  display: block;
  margin: 0 auto;
  border-radius: 0;
}

.social_login_group {
  width: 100%;
  text-align: center;
}

.social_login_group .facebook_login_btn,
.social_login_group .google_login_btn {
  width: 223px;
  display: inline-block;
  margin: 35px 10px 10px 10px;
}

.cart_page .cart_inner {
  width: 1120px;
  margin: 0 auto;
  margin-top: 36px;
}

.cart_page .col_left {
  width: 770px;
  float: left;
}

.cart_page h1 {
  font-family: Open Sans;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 27px;
  letter-spacing: 0em;
  text-align: left;
  color: #3E6B76;
  text-transform: uppercase;
  border-bottom: 1px solid #E0E0E0;
  padding-bottom: 10px;
  margin-bottom: 20px;
}

.cart_page .table_row {
  width: 100%;
  display: block;
  float: left;
  font-family: Open Sans;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 19px;
  letter-spacing: 0em;
  text-align: left;
  color: #666;
  border-bottom: 1px solid #E0E0E0;
  padding-bottom: 20px;
  margin-bottom: 20px;
}

.cart_page .table_row .product_img {
  width: 100px;
  float: left;
}

.cart_page .table_row .product_img img {
  width: 100%;
  float: left;
}

.cart_page .table_row .product_details {
  width: 160px;
  float: left;
  margin-left: 20px;
  height: 133px;
  position: relative;
}

.cart_page .table_row .product_details h3,
.cart_page .table_row .product_details .product_color {
  font-family: Open Sans;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 19px;
  letter-spacing: 0em;
  text-align: left;
  color: #666;
}

.cart_page .table_row .product_details .product_color {
  font-weight: 700;
  width: 100%;
  display: inline-block;
  margin-top: 8px;
}

.cart_page .table_row .product_details .add_wishlist {
  font-family: Open Sans;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 19px;
  letter-spacing: 0em;
  text-align: left;
  color: #666;
  position: absolute;
  left: 0;
  bottom: 0;
  padding-left: 25px;
}
.cart_page .table_row .product_details .add_wishlist:before {
  position: absolute;
  content: "\e907";
  /*color: #primary_text_gray;*/
  font-family: "icomoon" !important;
  font-weight: 400;
  display: block;
  left: 0;
  top: 0;
  font-size: 15px;
}
.cart_page .table_row .product_details .add_wishlist:hover {
  color: #3F6B76;
}

.cart_page .table_row .size_group {
  width: 95px;
  float: left;
  margin-left: 36px;
}
.cart_page .table_row .size_group .select select {
  padding-left: 9px;
}

.cart_page .table_row .size_group .text {
  display: inline-block;
}

.cart_page .table_row .select {
  width: 60px;
  display: inline-block;
  vertical-align: top;
}

.cart_page .table_row .select select option:checked {
  padding: 3px;
}

.cart_page .table_row .select:after {
  right: 5px;
  top: 7px;
}

.cart_page .table_row .qty_group {
  margin-left: 44px;
  width: 95px;
  float: left;
}
.cart_page .table_row .qty_group .select select {
  padding-left: 15px;
}

.cart_page .table_row .text {
  margin-right: 5px;
}

.cart_page .table_row .price_group {
  width: 125px;
  float: left;
  margin-left: 47px;
  font-family: Open Sans;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
  letter-spacing: 0em;
  color: #666;
}

.cart_page .table_row .price_group span {
  display: inline-block;
}

.cart_page .table_row .price_group .price {
  text-decoration: line-through;
}

.cart_page .table_row .price_group .special_price {
  color: #000;
  width: 100%;
}

.cart_page .table_row .price_group .discount {
  font-weight: 600;
  color: #3F6B76;
}

.ruppee_font {
  font-family: arial, sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
  letter-spacing: 0em;
  text-align: center;
}

.cart_page .delete_icon {
  width: 15px;
  height: 15px;
  display: block;
  float: right;
  margin-right: 17px;
  position: relative;
}
.cart_page .delete_icon:before {
  font-family: "icomoon" !important;
  font-weight: 400;
  font-size: 15px;
  position: absolute;
  left: 0;
  top: 0;
  content: "\e912";
  color: #666;
  display: block;
}
.cart_page .delete_icon:hover:before {
  color: #000;
}

.cart_page .block_btn {
  border: 1px solid #3E6B76;
  width: 246px;
  font-family: Open Sans;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 22px;
  letter-spacing: 0em;
  text-align: center;
}

.cart_page .col_right {
  width: 320px;
  float: right;
  min-height: 200px;
  background: #EDE1C6;
  padding: 30px 32px;
}

.cart_page .col_right .discount_icon {
  font-family: Open Sans;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 30px;
  letter-spacing: 0em;
  text-align: left;
  color: #3E6B76;
  width: 100%;
  padding-left: 25px;
  text-transform: uppercase;
  position: relative;
}
.cart_page .col_right .discount_icon:before {
  position: absolute;
  display: block;
  font-family: "icomoon" !important;
  font-weight: 400;
  content: "\e913";
  color: #3e6b76;
  left: 0;
  top: 0;
  font-size: 20px;
}

.cart_page .col_right .cart-gift-item {
  margin-bottom: 20px;
}
.cart_page .col_right .cart-gift-item .gift-item-block {
  width: 100%;
  font-family: Open Sans;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  text-align: left;
}
.cart_page .col_right .cart-gift-item .gift-item-block .title {
  text-transform: uppercase;
  font-weight: 700;
  color: #3E6B76;
  margin-bottom: 15px;
}
.cart_page .col_right .cart-gift-item .gift-item-block .title span {
  position: relative;
  padding-left: 30px;
  line-height: 22px;
}
.cart_page .col_right .cart-gift-item .gift-item-block .title span:before {
  content: "\e920";
  font-family: "icomoon";
  font-size: 20px;
  font-weight: normal;
  margin-right: 10px;
  display: inline-block;
  line-height: normal;
  position: absolute;
  left: 0;
}
.cart_page .col_right .cart-gift-item .gift-item-block .gift-options .gift-message .gift-options-title {
  display: none;
}
.cart_page .col_right .cart-gift-item .gift-item-block .gift-options .gift-message .gift-options-content .field {
  margin-bottom: 10px;
}
.cart_page .col_right .cart-gift-item .gift-item-block .gift-options .gift-message .gift-options-content .field label {
  display: none;
}
.cart_page .col_right .cart-gift-item .gift-item-block .gift-options .gift-message .gift-options-content .field .control .input-text {
  width: 100%;
  height: 35px;
  border: 1px solid #C4C4C4;
  font-family: Open Sans;
  font-size: 14px;
  font-weight: 400;
  line-height: 19px;
  text-align: left;
  color: #333;
  padding: 5px;
}
.cart_page .col_right .cart-gift-item .gift-item-block .gift-options .gift-message .gift-options-content .field .control textarea.input-text {
  height: auto;
}
.cart_page .col_right .cart-gift-item .gift-item-block .actions-toolbar .secondary {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.cart_page .col_right .cart-gift-item .gift-item-block .actions-toolbar .secondary button {
  width: auto;
  line-height: 10px;
  font-size: 14px;
}

.promo_code_group {
  width: 100%;
  float: left;
  margin-top: 10px;
}

.promo_code_group .form_group {
  width: 163px;
  float: left;
}

.promo_code_group .form_group .form_control {
  background: #EDE1C6;
  border: 1px solid #666;
  font-family: Open Sans;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
  letter-spacing: 0em;
  text-align: left;
  width: 100%;
  height: 34px;
  padding: 10px;
}

.promo_code_group .block_btn {
  float: right;
  border: 1px solid #3E6B76;
  color: #3E6B76;
  width: 83px;
  height: 34px;
  background: #EDE1C6;
  padding: 0;
  margin: 0;
  font-family: Open Sans;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 30px;
  letter-spacing: 0em;
  text-align: center;
}

.promo_code_group .block_btn:hover {
  background: #3E6B76;
  color: #fff;
}

.promo_code_group a {
  font-family: Open Sans;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 30px;
  letter-spacing: 0em;
  text-align: left;
  color: #3E6B76;
}

.order_summary_group {
  width: 100%;
  float: left;
  font-family: Open Sans;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
  letter-spacing: 0em;
  text-align: left;
  padding-bottom: 20px;
}

.order_summary_group h3 {
  text-transform: uppercase;
  font-weight: 700;
  color: #3E6B76;
}

.order_summary_group .text_right {
  text-align: right;
  float: right;
}

.order_summary_group .bold {
  font-weight: 700;
}

.notify_number_group {
  width: 100%;
  margin-top: 20px;
  font-family: Open Sans;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 30px;
  letter-spacing: 0em;
  text-align: left;
  margin-top: 18px;
  float: left;
}

.notify_number_group a {
  color: #3E6B76;
  text-decoration: underline;
}

.proceed_chckout_group {
  width: 100%;
  float: left;
}

.proceed_chckout_group .block_btn {
  font-family: Open Sans;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 22px;
  letter-spacing: 0em;
  text-align: center;
  width: 100%;
  background: #3E6B76;
  color: #fff;
  padding-left: 0;
  padding-right: 0;
}

.best_seller_group {
  border-top: 1px solid #E0E0E0;
  width: 100%;
  display: inline-block;
  margin-top: 30px;
  padding-top: 30px;
}

.best_seller_group h2 {
  font-family: Audrey-medium;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 22px;
  letter-spacing: 0em;
  color: #3E6B76;
  text-transform: uppercase;
  width: 100%;
  text-align: center;
  margin-bottom: 15px;
}

.cart_page .product_group {
  width: 1120px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
}

.cart_page .product_group li {
  width: 272px;
  float: left;
  position: relative;
  margin-right: 10px;
  list-style: none;
}

.cart_page .product_group li:nth-child(4n+4) {
  margin-right: 0;
}

.cart_page .product_group .product_img img {
  width: 100%;
  float: left;
  margin-bottom: 6px;
}

.cart_page .product_group h3 {
  width: 240px;
  margin: 0 auto;
  text-align: center;
  color: #666;
  font-family: Open Sans;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0em;
  text-transform: capitalize;
  margin-bottom: 6px;
}

.cart_page .product_group h4 {
  width: 100%;
  text-align: center;
  font-family: Open Sans;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
  letter-spacing: 0em;
  color: #666;
}

.ruppee_font {
  font-family: arial, sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
  letter-spacing: 0em;
  text-align: center;
}

.cart_page .product_group li .product_img img {
  width: 100%;
  float: left;
  margin-bottom: 6px;
}
.cart_page .product_group li h3 {
  width: 240px;
  margin: 0 auto;
  text-align: center;
  color: #666;
  font-family: Open Sans;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0em;
  text-transform: capitalize;
  margin-bottom: 6px;
}
.cart_page .product_group li h4, .cart_page .product_group li .price-box {
  width: 100%;
  text-align: center;
  font-family: Open Sans;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
  letter-spacing: 0em;
  color: #666;
}
.cart_page .product_group li h4 span, .cart_page .product_group li .price-box span {
  display: inline-block;
}
.cart_page .product_group li h4 .price, .cart_page .product_group li .price-box .price {
  color: #000;
}
.cart_page .product_group li h4 .price .price-final_price .price, .cart_page .product_group li .price-box .price .price-final_price .price {
  color: #000;
}
.cart_page .product_group li h4 .special_price, .cart_page .product_group li .price-box .special_price {
  color: #000;
  text-decoration: none;
}
.cart_page .product_group li h4 .special_price .price-final_price .normal-price, .cart_page .product_group li h4 .special_price .price-final_price .price, .cart_page .product_group li .price-box .special_price .price-final_price .normal-price, .cart_page .product_group li .price-box .special_price .price-final_price .price {
  color: #000;
  text-decoration: none;
}
.cart_page .product_group li h4 .special_price .price-final_price .normal-price .price, .cart_page .product_group li h4 .special_price .price-final_price .price .price, .cart_page .product_group li .price-box .special_price .price-final_price .normal-price .price, .cart_page .product_group li .price-box .special_price .price-final_price .price .price {
  color: #000;
  text-decoration: none;
}
.cart_page .product_group li h4 .old-price .price, .cart_page .product_group li .price-box .old-price .price {
  color: #666;
}
.cart_page .product_group li .only_few {
  width: 100%;
  display: inline-block;
  font-weight: 400;
  color: #3F6B76;
}
.cart_page .product_group li .like_icon {
  width: 20px;
  height: 20px;
  display: block;
  position: absolute;
  right: 20px;
  top: 19px;
  z-index: 9;
}
.cart_page .product_group li .like_icon:before {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  font-size: 20px;
  content: "\e907";
  color: #C5BAA0;
  font-family: "icomoon" !important;
  font-weight: 400;
}
.cart_page .product_group li .like_icon:hover:before, .cart_page .product_group li .like_icon.active:before {
  color: #3F6B76;
}

.product_group .price-final_price .old-price .price {
  color: #666;
  text-decoration: line-through;
}

.product_group h4 .discount,
.product_group .price-box .discount {
  font-weight: 600;
  color: #3F6B76;
}

.product_group h4 .only_few {
  width: 100%;
  display: inline-block;
  font-weight: 400;
  color: #3F6B76;
}

.hover_box {
  position: absolute;
  left: 0;
  bottom: 0;
  display: block;
  z-index: 9;
  background: #fff;
  width: 100%;
  min-height: 110px;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  text-align: center;
}

.hover_box .add_bag_btn {
  font-family: Open Sans;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 0;
  letter-spacing: 0em;
  text-align: center;
  text-transform: uppercase;
  color: #3E6B76;
  width: 160px;
  height: 32px;
  border: 1px solid #3E6B76;
  display: inline-block;
  padding-top: 3px;
  margin-top: 13px;
}

.hover_box .add_bag_btn:hover {
  background: #EDE1C6;
}

.hover_box .add_bag_icon {
  width: 17px;
  height: 17px;
  display: inline-block;
  margin-right: 5px;
  vertical-align: middle;
  position: relative;
}

.hover_box .add_bag_icon:before {
  position: absolute;
  left: 0;
  top: 7px;
  display: block;
  content: "\e908";
  font-family: "icomoon" !important;
  font-weight: 400;
  font-size: 17px;
}

.hover_box .sizes {
  font-family: Open Sans;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0em;
  color: #666;
  width: 100%;
  display: inline-block;
  text-align: center;
  margin: 6px 0 0 0;
}
.hover_box .sizes .swatch-option.text {
  display: inline-block;
  padding: 0 4px;
  cursor: pointer;
}
.hover_box .sizes .swatch-option.text:hover {
  color: #000;
}
.hover_box .sizes .swatch-option.text.selected {
  color: #000;
  font-weight: bold;
}

.mage-error {
  color: red;
  font-size: 11px;
  padding: 2px 0;
}

.messages {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9999;
  text-align: center;
}

.messages .message-success {
  width: 100%;
  padding: 10px;
  text-align: center;
  color: #4F8A10;
  background-color: #DFF2BF;
}

.messages .message-error {
  width: 100%;
  padding: 10px;
  text-align: center;
  color: #D8000C;
  background-color: #FFBABA;
}

.breadcrumbs {
  padding: 9px 0;
  text-align: left;
}
.breadcrumbs ul li {
  display: inline-flex;
  margin-right: 20px;
  font-size: 14px;
  position: relative;
}
.breadcrumbs ul li a {
  color: #333333;
  font-weight: normal;
}
.breadcrumbs ul li strong {
  font-weight: bold;
  color: #3E6B76;
}
.breadcrumbs ul li:after {
  content: " / ";
  position: absolute;
  right: -14px;
}
.breadcrumbs ul li:last-child:after {
  display: none;
}

.catalog-category-view .breadcrumbs .container {
  width: 100%;
  padding-left: 0;
  padding-right: 0;
}

.coupon_popup_group {
  min-height: 440px;
}

.coupon_popup_group h2 {
  margin-bottom: 35px;
}

.coupon_popup_group .coupon_group {
  width: 694px;
  margin: 0 auto;
  margin-bottom: 17px;
  border: 1px solid #E5E5E5;
  padding: 18px 19px;
  overflow: hidden;
}

.coupon_group .code {
  font-family: Open Sans;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 22px;
  letter-spacing: 0em;
  text-align: center;
  color: #666;
  border: 1px dashed #C4C4C4;
  width: 102px;
  height: 47px;
  display: block;
  float: left;
  padding: 11px 0;
}

.coupon_group .code_details {
  width: 350px;
  float: left;
  margin-left: 27px;
  font-family: Open Sans;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
  letter-spacing: 0em;
  text-align: left;
}

.coupon_group .code_details h3 {
  font-weight: 600;
  text-transform: uppercase;
  color: #666;
}

.coupon_group .block_btn {
  background: #3E6B76;
  color: #fff;
  float: right;
  margin: 0;
  height: 47px;
  width: 102px;
}

.coupon_group .block_btn:hover {
  background: #EDE1C6;
  color: #3E6B76;
}

.swatch-input.super-attribute-select {
  position: absolute;
  left: -999999999em;
}

.img_mobile {
  display: none;
}

.btn-primary {
  color: #fff;
  background-color: #3E6B76;
  border-color: #3E6B76;
}
.btn-primary:hover {
  background: #EDE1C6;
  color: #3E6B76;
}

.login-page {
  width: 700px;
  margin: 90px auto;
}
@media screen and (max-width: 750px) {
  .login-page {
    width: 90%;
    margin: 35px auto;
  }
}
.login-page .col_left {
  width: 340px;
  float: left;
}
@media screen and (max-width: 750px) {
  .login-page .col_left {
    width: 100%;
    float: none;
  }
}
.login-page .login_radio_group {
  width: 100%;
  margin-top: 40px;
}
.login-page .login_radio_group .form_group {
  display: inline-block;
  margin-left: 40px;
}
.login-page .login_radio_group .form_group.first {
  margin-left: 0;
}
.login-page .user_pswd_group {
  width: 100%;
  margin-top: 20px;
}
.login-page .error1, .login-page .success {
  display: none;
  padding: 2px 0;
  font-size: 11px;
}
.login-page .error1 {
  color: red;
}
.login-page .success {
  color: #4F8A10;
}
.login-page .flag-container {
  display: none;
}

.login-page h2 {
  font-family: Open Sans;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 27px;
  letter-spacing: 0em;
  text-align: center;
  width: 100%;
  color: #3E6B76;
  text-transform: uppercase;
}

.login-page .user_pswd_group .form_group,
.login-page .register_form_group .form_group {
  margin-bottom: 20px;
}

.login-page .user_pswd_group .form_control,
.login-page .register_form_group .form_control {
  width: 100%;
  border: 1px solid #C4C4C4;
  font-size: 14px;
  padding: 15px;
  color: #333;
}

button.block_btn {
  width: 100%;
  background: #3E6B76;
  color: #fff;
  border: 0;
}

button.block_btn:hover {
  background: #EDE1C6;
  color: #3E6B76;
}

.login-page .forgot_pswd_link {
  width: 100%;
  text-align: center;
  display: block;
  margin-top: 15px;
  font-size: 14px;
}

.login-page .create_acc_link {
  width: 100%;
  text-align: center;
  display: block;
  text-transform: uppercase;
  margin-top: 20px;
  font-size: 14px;
}

.login-page .create_acc_link a {
  color: #3E6B76;
}

.login-page .col_right {
  width: 223px;
  float: left;
  margin-left: 50px;
}
@media screen and (max-width: 750px) {
  .login-page .col_right {
    width: 100%;
    float: none;
    margin-left: inherit;
    text-align: center;
  }
}

.login-page .facebook_login_btn {
  width: 100%;
  height: 43px;
  font-family: Open Sans;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 19px;
  letter-spacing: 0em;
  text-align: left;
  color: #fff;
  display: block;
  margin-bottom: 20px;
  background: url(../images/facebook_lgn_icon.png) no-repeat 14px 9px #445fad;
  padding: 12px 0 0 59px;
  margin-top: 55px;
}
@media screen and (max-width: 750px) {
  .login-page .facebook_login_btn {
    margin: inherit;
    display: inline-block;
    width: 220px;
    padding: 12px 20px 12px 50px;
    margin: 0 15px;
  }
}

.login-page .google_login_btn {
  width: 100%;
  height: 43px;
  font-family: Open Sans;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 19px;
  letter-spacing: 0em;
  text-align: left;
  color: #666;
  display: block;
  background: url(../images/google_lgn_icon.png) no-repeat 9px 9px #fff;
  padding: 12px 0 0 59px;
  border: 1px solid #E5E5E5;
}
@media screen and (max-width: 750px) {
  .login-page .google_login_btn {
    margin: inherit;
    display: inline-block;
    width: 220px;
    padding: 12px 20px 12px 50px;
    margin: 0 15px;
  }
}

.login-page .divider {
  font-family: Open Sans;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 22px;
  letter-spacing: 0em;
  text-align: center;
  color: #999;
  width: 24px;
  margin-left: 50px;
  margin-top: 100px;
  display: block;
  float: left;
  position: relative;
}
@media screen and (max-width: 750px) {
  .login-page .divider span {
    display: inline-block;
    padding: 10px 20px;
    background: #fff;
    position: relative;
  }
}
@media screen and (max-width: 750px) {
  .login-page .divider {
    float: none;
    margin: 25px 0;
    text-align: center;
    width: 100%;
  }
}

.login-page .divider:before {
  border-left: 1px solid #E0E0E0;
  height: 37px;
  left: 12px;
  top: -43px;
  content: "";
  display: block;
  width: 1px;
  position: absolute;
}
@media screen and (max-width: 750px) {
  .login-page .divider:before {
    border-top: 1px solid #E0E0E0;
    height: 1px;
    left: 0;
    top: 50%;
    width: 100%;
  }
}

.login-page .divider:after {
  border-left: 1px solid #E0E0E0;
  height: 37px;
  left: 12px;
  top: 28px;
  content: "";
  display: block;
  width: 1px;
  position: absolute;
}
@media screen and (max-width: 750px) {
  .login-page .divider:after {
    display: none;
  }
}

.login-page .register_form_group {
  width: 100%;
  margin-top: 30px;
}

.login-page .register_form_group .form_group {
  width: 50%;
  float: left;
}
@media screen and (max-width: 600px) {
  .login-page .register_form_group .form_group {
    width: 100%;
    float: none;
  }
}

.login-page .register_form_group .form_group:nth-child(even) {
  padding-left: 10px;
}
@media screen and (max-width: 600px) {
  .login-page .register_form_group .form_group:nth-child(even) {
    padding-left: 0;
  }
}

.login-page .register_form_group .form_group:nth-child(odd) {
  padding-right: 10px;
}
@media screen and (max-width: 600px) {
  .login-page .register_form_group .form_group:nth-child(odd) {
    padding-right: 0;
  }
}

.login-page .register_form_group .agree_terms {
  font-family: Open Sans;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px;
  letter-spacing: 0em;
  width: 100%;
  text-align: center;
  margin-bottom: 20px;
}

.login-page .register_form_group .agree_terms a {
  color: #3E6B76;
}

.login-page .register_form_group .block_btn {
  width: 340px;
  display: block;
  margin: 0 auto;
}

.social_login_group {
  width: 100%;
  text-align: center;
}

.social_login_group .facebook_login_btn,
.social_login_group .google_login_btn {
  width: 223px;
  display: inline-block;
  margin: 35px 10px 10px 10px;
}

.login-page.login-page-new {
  width: 80%;
}
@media screen and (max-width: 1200px) {
  .login-page.login-page-new {
    width: 90%;
  }
}
.login-page.login-page-new:before, .login-page.login-page-new:after {
  content: "";
  display: table;
}
.login-page.login-page-new:after {
  clear: both;
}
.login-page.login-page-new .col_left {
  width: calc(100% - 350px);
}
@media screen and (max-width: 1024px) {
  .login-page.login-page-new .col_left {
    width: 100%;
  }
}
@media screen and (max-width: 750px) {
  .login-page.login-page-new .col_left {
    float: left;
  }
}
.login-page.login-page-new .col_left h2 {
  margin-bottom: 20px;
}
@media screen and (max-width: 1024px) {
  .login-page.login-page-new .divider {
    width: 100%;
    margin: 20px 0;
  }
}
@media screen and (max-width: 1024px) and (max-width: 750px) {
  .login-page.login-page-new .divider {
    float: left;
  }
}
@media screen and (max-width: 1024px) {
  .login-page.login-page-new .divider:before {
    border-bottom: 1px solid #E0E0E0;
    height: 1px;
    left: inherit;
    top: 11px;
    content: "";
    display: block;
    width: 40%;
    position: absolute;
  }
}
@media screen and (max-width: 1024px) {
  .login-page.login-page-new .divider:after {
    border-bottom: 1px solid #E0E0E0;
    height: 1px;
    left: inherit;
    top: 11px;
    content: "";
    display: block;
    width: 40%;
    position: absolute;
    right: 0;
  }
}
@media screen and (max-width: 1024px) {
  .login-page.login-page-new .col_right {
    width: 100%;
    margin: 0;
    text-align: center;
  }
  .login-page.login-page-new .col_right .facebook_login_btn, .login-page.login-page-new .col_right .google_login_btn {
    display: inline-block;
    vertical-align: middle;
    width: auto;
    padding: 12px 12px 12px 59px;
    margin: 0;
  }
  .login-page.login-page-new .col_right .facebook_login_btn {
    margin-right: 10px;
  }
}
@media screen and (max-width: 750px) {
  .login-page.login-page-new .col_right {
    float: left;
  }
}
@media screen and (max-width: 480px) {
  .login-page.login-page-new .col_right .facebook_login_btn, .login-page.login-page-new .col_right .google_login_btn {
    width: 100%;
    margin-bottom: 20px;
  }
}
.login-page.login-page-new .form-login-new, .login-page.login-page-new .form-otp-new {
  width: 46%;
  float: left;
}
@media screen and (max-width: 767px) {
  .login-page.login-page-new .form-login-new, .login-page.login-page-new .form-otp-new {
    width: 100%;
    padding: 0;
    margin: 0 0 20px 0;
  }
}
.login-page.login-page-new .form-otp-new {
  margin-left: 8%;
}
@media screen and (max-width: 767px) {
  .login-page.login-page-new .form-otp-new {
    margin-left: 0;
  }
}
.login-page.login-page-new .login-new-title {
  font-size: 14px;
  line-height: 16px;
  color: #3E6B76;
  font-weight: 700;
}
.login-page.login-page-new #login-mob-error-msg {
  margin: 5px 0;
  color: #ff0000;
  display: block;
  font-size: 12px;
}

/******** Forgot Password Popup *************/
.ajax-forgot-form .ajax-forgot-content {
  padding-top: 40px;
}
.ajax-forgot-form .ajax-forgot-content input[type=text],
.ajax-forgot-form .ajax-forgot-content input[type=password],
.ajax-forgot-form .ajax-forgot-content input[type=email],
.ajax-forgot-form .ajax-forgot-content input[type=tel],
.ajax-forgot-form .ajax-forgot-content select {
  width: 100%;
  border: 1px solid #C4C4C4;
  font-size: 14px;
  padding: 15px;
  color: #333333;
}
.ajax-forgot-form .ajax-forgot-content select {
  -webkit-appearance: auto;
  -moz-appearance: auto;
  -ms-appearance: auto;
  appearance: auto;
}
.ajax-forgot-form .ajax-forgot-content .select-selected, .ajax-forgot-form .ajax-forgot-content .select-items {
  display: none;
}
.ajax-forgot-form .ajax-forgot-content label {
  font-size: 14px;
  margin-bottom: 10px;
}
.ajax-forgot-form .ajax-forgot-content .setnewpass .page_title {
  margin-bottom: 10px;
}
.ajax-forgot-form .ajax-forgot-content .custom-select,
.ajax-forgot-form .ajax-forgot-content .forgot_row,
.ajax-forgot-form .ajax-forgot-content .forgotmob-div,
.ajax-forgot-form .ajax-forgot-content .send-otp-button,
.ajax-forgot-form .ajax-forgot-content .otp-content {
  margin-bottom: 20px;
}
.ajax-forgot-form .ajax-forgot-content .otp-content .reginput {
  margin-bottom: 20px;
}
.ajax-forgot-form .ajax-forgot-content .send-otp-button input[type=button], .ajax-forgot-form .ajax-forgot-content .forgotverifyotp, .ajax-forgot-form .ajax-forgot-content .passresetbyemail input[type=button], .ajax-forgot-form .ajax-forgot-content .reset-passwd input[type=button] {
  font-family: Open Sans;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
  letter-spacing: 0em;
  text-align: center;
  color: #fff;
  background: #3E6B76;
  display: inline-block;
  text-transform: uppercase;
  vertical-align: middle;
  padding: 13px 34px;
  width: 100%;
  border-radius: 0;
  border: 0 none;
}
.ajax-forgot-form .error1, .ajax-forgot-form .success {
  display: none;
  padding: 2px 0;
  font-size: 11px;
  margin-bottom: 8px;
}
.ajax-forgot-form .error1 {
  color: red;
}
.ajax-forgot-form .success {
  color: #4F8A10;
}

/********* Reset Password Page **********/
.reset-password-page {
  width: 500px;
  margin: 90px auto;
}
@media (max-width: 600px) {
  .reset-password-page {
    width: 90%;
  }
}
.reset-password-page h2 {
  font-family: Open Sans;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 27px;
  letter-spacing: 0em;
  text-align: center;
  width: 100%;
  color: #3E6B76;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.reset-password-page .form.password.reset label.label {
  display: none;
}
.reset-password-page .form.password.reset .field {
  margin-bottom: 20px;
}
.reset-password-page .form.password.reset .field .input-text {
  width: 100%;
  border: 1px solid #C4C4C4;
  font-size: 14px;
  padding: 15px;
  color: #333;
}
.reset-password-page .form.password.reset .password-strength-meter {
  display: none;
}
.reset-password-page .form.password.reset .action {
  width: 100%;
  background: #3E6B76;
  color: #fff;
  border: 0;
  height: 50px;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 700;
}
.reset-password-page .form.password.reset .action:hover {
  background: #EDE1C6;
  color: #3E6B76;
}

/***********/
.login_popup_group .loginotpverify .btn-primary {
  display: inline-block;
  margin-right: 2px;
}

.login_popup_group .loginotpverify .btn-primary:last-child {
  margin-right: 0;
}

.ajax-forgot-form .backtologin {
  margin-top: 20px;
}
.ajax-forgot-form .backtologin a:before {
  content: "\e910";
  font-family: "icomoon";
  font-weight: 700;
  display: inline-block;
  margin-right: 10px;
  font-size: 10px;
}

/*********** Minicart *************/
.minicart-wrapper {
  float: left;
  margin-left: 22px;
  margin-top: 36px;
  position: relative;
}
.minicart-wrapper .action.showcart {
  position: relative;
}
.minicart-wrapper .action.showcart:before {
  content: "\e908";
  color: #fff;
  font-family: "icomoon";
  font-weight: 400;
  font-size: 20px;
  display: inline-block;
  vertical-align: middle;
}
.minicart-wrapper .action.showcart .text, .minicart-wrapper .action.showcart .counter-label {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.minicart-wrapper .action.showcart .counter.qty {
  background: #EDE1C6;
  color: #3E6B76;
  border-radius: 100%;
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  white-space: normal;
  padding: 2px;
  position: absolute;
  top: 2px;
  right: -8px;
  font-size: 10px;
  line-height: 13px;
  font-weight: 700;
  width: 16px;
  height: 16px;
}
.minicart-wrapper .action.showcart .counter.qty.empty {
  display: none;
}
.minicart-wrapper .block-minicart {
  background: #fff;
  border: 1px solid #E0E0E0;
  margin-top: 4px;
  min-width: 100%;
  width: 320px;
  z-index: 101;
  box-sizing: border-box;
  display: none;
  position: absolute;
  top: 100%;
  right: 0;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
}
@media (max-width: 400px) {
  .minicart-wrapper .block-minicart {
    width: 300px;
  }
}
.minicart-wrapper.active .block-minicart {
  display: block;
}
.minicart-wrapper .block-minicart .block-title {
  text-align: center;
  font-weight: 700;
  color: #333333;
  border-bottom: 1px solid #E0E0E0;
  text-transform: uppercase;
  padding: 20px;
}
.minicart-wrapper .block-minicart .action.close {
  height: 20px;
  position: absolute;
  right: 10px;
  top: 10px;
  width: 20px;
  font-weight: 400;
  display: inline-block;
  text-decoration: none;
  font-size: 12px;
  border: 0;
  background: #fff !important;
  padding: 0;
}
.minicart-wrapper .block-minicart .action.close:before {
  content: "\e914";
  font-family: "icomoon";
}
.minicart-wrapper .block-minicart .action.close > span {
  display: none;
}
.minicart-wrapper .block-minicart .block-content .items-total {
  display: none;
}
.minicart-wrapper .block-minicart .block-content .subtitle {
  display: block;
  text-align: center;
  padding: 10px;
}
.minicart-wrapper .block-minicart .block-content .minicart-items-wrapper {
  border-bottom: 1px solid #E0E0E0;
  overflow-x: auto;
  padding: 10px;
  font-size: 14px;
}
.minicart-wrapper .block-minicart .block-content .minicart-items-wrapper .product-item {
  padding: 10px 0;
  border-bottom: 1px solid #E0E0E0;
}
.minicart-wrapper .block-minicart .block-content .minicart-items-wrapper .product-item:before, .minicart-wrapper .block-minicart .block-content .minicart-items-wrapper .product-item::after {
  content: "";
  display: table;
}
.minicart-wrapper .block-minicart .block-content .minicart-items-wrapper .product-item:after {
  clear: both;
}
.minicart-wrapper .block-minicart .block-content .minicart-items-wrapper .product-item:first-child {
  padding-top: 0;
}
.minicart-wrapper .block-minicart .block-content .minicart-items-wrapper .product-item:last-child {
  border-bottom: none;
}
.minicart-wrapper .block-minicart .block-content .minicart-items-wrapper .product .product-item-photo {
  float: left;
  margin-right: 15px;
  max-width: 75px;
}
.minicart-wrapper .block-minicart .block-content .minicart-items-wrapper .product .product-image-container img {
  max-width: 100%;
  height: auto;
}
.minicart-wrapper .block-minicart .block-content .minicart-items-wrapper .product .product-item-details {
  float: left;
  width: calc(100% - 90px);
}
.minicart-wrapper .block-minicart .block-content .minicart-items-wrapper .product .product-item-details .product-item-name {
  display: block;
  margin-bottom: 10px;
  color: #666;
}
.minicart-wrapper .block-minicart .block-content .minicart-items-wrapper .product .product-item-details .product.options {
  margin-bottom: 10px;
  display: none;
}
.minicart-wrapper .block-minicart .block-content .minicart-items-wrapper .product .product-item-details .product.options .content {
  display: block;
}
.minicart-wrapper .block-minicart .block-content .minicart-items-wrapper .product .product-item-details .product.options .toggle, .minicart-wrapper .block-minicart .block-content .minicart-items-wrapper .product .product-item-details .product.options .subtitle {
  display: none;
}
.minicart-wrapper .block-minicart .block-content .minicart-items-wrapper .product .product-item-details .product.options .product.options dt, .minicart-wrapper .block-minicart .block-content .minicart-items-wrapper .product .product-item-details .product.options .product.options dd {
  display: inline-block;
  vertical-align: middle;
}
.minicart-wrapper .block-minicart .block-content .minicart-items-wrapper .product .product-item-details .product.options .product.options dt:after {
  content: ":";
  margin-right: 5px;
}
.minicart-wrapper .block-minicart .block-content .minicart-items-wrapper .product .product-item-details .product-item-pricing {
  margin-bottom: 10px;
}
.minicart-wrapper .block-minicart .block-content .minicart-items-wrapper .product .product-item-details .product-item-pricing .price-container {
  margin-bottom: 10px;
}
.minicart-wrapper .block-minicart .block-content .minicart-items-wrapper .product .product-item-details .product-item-pricing .price {
  font-weight: 700;
}
.minicart-wrapper .block-minicart .block-content .minicart-items-wrapper .product .product-item-details .details-qty {
  margin-bottom: 10px;
  color: #666;
}
.minicart-wrapper .block-minicart .block-content .minicart-items-wrapper .product .product-item-details .details-qty input {
  width: 48px;
  border-radius: 0;
  border: 1px solid #C4C4C4;
  text-align: center;
}
.minicart-wrapper .block-minicart .block-content .minicart-items-wrapper .product .product-item-details .details-qty .minicart_qty_wrap {
  display: inline-block;
  vertical-align: middle;
  margin-left: 5px;
}
.minicart-wrapper .block-minicart .block-content .minicart-items-wrapper .product .product-item-details .details-qty .minicart_qty_wrap .qty_minus {
  border: 0;
  font-size: 10px;
  font-weight: 700;
}
.minicart-wrapper .block-minicart .block-content .minicart-items-wrapper .product .product-item-details .details-qty .minicart_qty_wrap .qty_minus:before {
  content: "\e923";
  font-family: "icomoon";
  color: #333333;
}
.minicart-wrapper .block-minicart .block-content .minicart-items-wrapper .product .product-item-details .details-qty .minicart_qty_wrap .qty_plus {
  border: 0;
  font-size: 10px;
  font-weight: 700;
}
.minicart-wrapper .block-minicart .block-content .minicart-items-wrapper .product .product-item-details .details-qty .minicart_qty_wrap .qty_plus:before {
  content: "\e901";
  font-family: "icomoon";
  color: #333333;
}
.minicart-wrapper .block-minicart .block-content .minicart-items-wrapper .product .product-item-details .product.actions {
  display: none;
}
.minicart-wrapper .block-minicart .block-content .minicart-items-wrapper .product .product-item-details .product.actions .primary, .minicart-wrapper .block-minicart .block-content .minicart-items-wrapper .product .product-item-details .product.actions .secondary {
  display: inline-block;
  margin-right: 10px;
}
.minicart-wrapper .block-minicart .block-content .minicart-items-wrapper .product .product-item-details .product.actions .action.edit {
  font-size: 0;
}
.minicart-wrapper .block-minicart .block-content .minicart-items-wrapper .product .product-item-details .product.actions .action.edit:before {
  content: "\e91e";
  font-family: "icomoon";
  color: #666;
  font-size: 16px;
  line-height: normal;
}
.minicart-wrapper .block-minicart .block-content .minicart-items-wrapper .product .product-item-details .product.actions .action.delete {
  font-size: 0;
}
.minicart-wrapper .block-minicart .block-content .minicart-items-wrapper .product .product-item-details .product.actions .action.delete:before {
  content: "\e912";
  font-family: "icomoon";
  color: #666;
  font-size: 16px;
  line-height: normal;
  display: inline-block;
}
.minicart-wrapper .subtotal {
  background: #E0E0E0;
  padding: 10px 20px;
  text-align: center;
  text-transform: uppercase;
  font-size: 14px;
}
.minicart-wrapper .subtotal .label:after {
  content: ":";
}
.minicart-wrapper .subtotal .label, .minicart-wrapper .subtotal .amount {
  display: inline-block;
  vertical-align: middle;
}
.minicart-wrapper .actions .primary, .minicart-wrapper .actions .secondary {
  display: inline-block;
}
.minicart-wrapper .actions .action {
  padding: 17px 30px;
  background: #3E6B76;
  color: #fff;
  font-size: 14px;
  text-transform: uppercase;
  border: 1px solid #3E6B76;
  font-weight: 700;
  display: inline-block;
}
@media (max-width: 400px) {
  .minicart-wrapper .actions .action {
    padding: 17px 22px;
  }
}
.minicart-wrapper .actions_wrap {
  padding: 20px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

/********* Footer Discount Popup ************/
.footer_discount_popup_wrap {
  background: #EFF2F0;
  width: 300px;
  position: fixed;
  right: 0;
  bottom: 0;
  border-radius: 20px 20px 0 0;
  padding: 40px 20px 60px 20px;
  text-align: center;
  z-index: 99;
}
@media screen and (max-width: 767px) {
  .footer_discount_popup_wrap {
    right: inherit;
    bottom: inherit;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    border-radius: 20px;
    z-index: 9999;
  }
}
.footer_discount_popup_wrap span {
  display: block;
}
.footer_discount_popup_wrap .close_icon {
  position: absolute;
  right: 15px;
  top: 15px;
  cursor: pointer;
}
.footer_discount_popup_wrap .close_icon:before {
  content: "\e914";
  font-family: "icomoon";
  font-size: 13.5px;
  color: #666;
}
.footer_discount_popup_wrap .footer_pop_discount_icon {
  margin-bottom: 25px;
}
.footer_discount_popup_wrap .footer_pop_discount_icon:before {
  content: "\e924";
  font-family: "icomoon";
  font-size: 110px;
  color: #3E6B76;
}
.footer_discount_popup_wrap .footer_discount_txt1 {
  font-size: 20px;
  line-height: 27px;
  text-transform: uppercase;
  color: #333333;
  font-weight: 600;
}
.footer_discount_popup_wrap .footer_discount_txt2 {
  font-size: 30px;
  line-height: 40px;
  color: #3E6B76;
  font-weight: 700;
  text-transform: uppercase;
}
.footer_discount_popup_wrap .footer_discount_txt3 {
  font-size: 16px;
  line-height: 21px;
  font-weight: 600;
  color: #333333;
  margin-bottom: 23px;
}
.footer_discount_popup_wrap .footer_discount_txt4 {
  font-size: 12px;
  line-height: 16px;
  color: #666;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 5px;
}
.footer_discount_popup_wrap .footer_discount_txt5 {
  padding: 7px 30px;
  border: 1px dashed #3E6B76;
  font-size: 14px;
  line-height: 21px;
  color: #3E6B76;
  text-transform: uppercase;
  font-weight: 700;
  display: inline-block;
}

/************** changes requested by dev *****************/
.otp-content span#valid-msg {
  display: none;
}

/************** changes requested by dev *****************/
.modal-popup .modal-inner-wrap {
  max-width: 600px;
}
.modal-popup .modal-inner-wrap .modal-header {
  padding: 20px;
}
.modal-popup .modal-inner-wrap .modal-header .modal-title {
  padding: 0;
  border: none;
  font-weight: 700;
  text-transform: uppercase;
  padding-bottom: 15px;
  border-bottom: 1px solid #C4C4C4;
}
.modal-popup .modal-inner-wrap .modal-content {
  padding: 20px;
}
.modal-popup .modal-inner-wrap .modal-content::-webkit-scrollbar {
  width: 5px;
}
.modal-popup .modal-inner-wrap .modal-content::-webkit-scrollbar-track {
  box-shadow: inset 0 0 3px grey;
  border-radius: 0;
}
.modal-popup .modal-inner-wrap .modal-content::-webkit-scrollbar-thumb {
  background: #ccc;
  border-radius: 5px;
}
.modal-popup .modal-inner-wrap .modal-content::-webkit-scrollbar-thumb:hover {
  background: #ddd;
}
.modal-popup .modal-inner-wrap .modal-footer {
  padding: 20px;
}
.modal-popup .modal-inner-wrap .modal-footer .action-save-address {
  font-size: 14px;
}
.modal-popup .modal-inner-wrap .modal-footer .action-hide-popup {
  background-color: transparent;
  border-color: #000;
  color: #000;
}
.modal-popup .modal-inner-wrap .modal-footer .action-hide-popup:hover {
  background-color: #000;
  color: #fff;
}
.modal-popup .modal-inner-wrap .modal-footer .action {
  font-family: Open Sans;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
  letter-spacing: 0em;
  text-align: center;
  color: #fff;
  background: #3E6B76;
  display: inline-block;
  text-transform: uppercase;
  vertical-align: middle;
  padding: 13px 34px;
  border: 0;
  margin-right: 10px;
}
.modal-popup .modal-inner-wrap .modal-footer .action:last-child {
  margin-right: 0;
}

.login-page .register_form_group .submitbtnajax.send-otp-button {
  margin-bottom: 20px;
}
.login-page .register_form_group .agree_terms {
  position: relative;
}
.login-page .register_form_group .agree_terms:before, .login-page .register_form_group .agree_terms:after {
  content: "";
  display: table;
}
.login-page .register_form_group .agree_terms::after {
  clear: both;
}
@media screen and (max-width: 480px) {
  .login-page .register_form_group .block_btn {
    width: 100%;
  }
}

.cart_page .cart-empty {
  margin: 50px 0;
  text-align: center;
  font-size: 16px;
  line-height: 24px;
  color: #666;
}
.cart_page .cart-empty:before {
  content: "\e908";
  font-family: "icomoon";
  display: inline-block;
  font-size: 30px;
  width: 70px;
  height: 70px;
  border: 1px solid #999;
  border-radius: 100%;
  line-height: 70px;
  color: #999;
  margin-bottom: 20px;
}
.cart_page .cart-empty a {
  color: #3E6B76;
  font-weight: 700;
}

.customer-account-logoutsuccess .page-main .page-title-wrapper {
  text-align: center;
  margin-top: 50px;
  font-size: 16px;
  line-height: 24px;
  color: #3E6B76;
  text-transform: uppercase;
  font-weight: 700;
}
.customer-account-logoutsuccess .page-main .columns .column.main {
  text-align: center;
  font-size: 16px;
  line-height: 24px;
  color: #666;
}

.gift-card-top-txt-wrap {
  text-align: center;
  margin: 36px 0 10px 0;
}
@media screen and (max-width: 767px) {
  .gift-card-top-txt-wrap {
    padding: 0 20px;
  }
}
.gift-card-top-txt-wrap h2 {
  font-size: 30px;
  line-height: 30px;
  color: #3E6B76;
  font-family: Audrey;
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 15px;
}
.gift-card-top-txt-wrap p {
  font-size: 14px;
  line-height: 22px;
  color: #333333;
}
@media screen and (max-width: 767px) {
  .gift-card-top-txt-wrap p br {
    display: none;
  }
}

.web-banner, .mobile-banner {
  display: none !important;
}

@media screen and (min-width: 810px) {
  .web-banner {
    display: block !important;
  }
}
@media screen and (max-width: 800px) {
  .mobile-banner {
    display: block !important;
  }
}
.mark {
  background: transparent !important;
  padding: 0 !important;
}

@media screen and (max-width: 767px) {
  .reverse .col-left {
    order: 2;
  }

  .reverse .col-right {
    order: 1;
  }
}
.block-minicart .block-content .minicart-items-wrapper {
  height: 245px !important;
}

.rma-rma-list .my_acc_inner .table-wrapper {
  overflow-y: auto;
}