/**
 * =============================================
 * ================== globals ==================
 * =============================================
*/
:root {
  --fontHeading: 'Samsung Sharp Sans';
  --fontHeadingWeight: 900;
  --fontNormal: 'SamsungOne 400';
  --fontNormalWeight: 400;
  --colorBlack: #000000;
  --colorWhite: #FFFFFF;
  --colorBlue: #6cc0fd; }

main * {
  outline-offset: none;
  text-decoration: none;
  border: 0;
  outline: none; }

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

main audio,
main canvas,
main video {
  display: inline-block;
  *display: inline;
  *zoom: 1; }

main audio:not([controls]) {
  display: none;
  height: 0; }

main [hidden] {
  display: none; }

main html {
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%; }

* {
  padding: 0;
  outline: 0;
  margin: 0;
  outline: none;
  text-decoration: none; }

main a:focus {
  outline: 0; }

main a:active,
a:hover {
  outline: 0; }

main abbr[title] {
  border-bottom: 1px dotted; }

main b,
main strong {
  font-weight: 700; }

main blockquote {
  margin: 1em 40px; }

main dfn {
  font-style: italic; }

main mark {
  background: #ff0;
  color: #000; }

main code,
main kbd,
main pre,
main samp {
  font-family: monospace, serif;
  font-size: 1em; }

main pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word; }

main q {
  quotes: none; }

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

main small {
  font-size: 80%; }

main sub,
main sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

main sup {
  top: -0.5em; }

main sub {
  bottom: -0.25em; }

main dd {
  margin: 0 0 0 40px; }

main nav ul,
main nav ol,
main li {
  list-style: none;
  list-style-image: none; }

main img {
  border: 0;
  -ms-interpolation-mode: bicubic;
  display: table;
  max-width: 100%; }

main svg:not(:root) {
  overflow: hidden; }

main figure {
  margin: 0; }

main * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

main *,
main :before,
main :after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

main {
  max-width: 100%;
  min-width: 100%;
  min-height: 100%;
  max-height: 100%;
  position: relative;
  overflow: hidden; }

.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0; }

.slick-list:focus {
  outline: none; }

.slick-list.dragging {
  cursor: pointer;
  cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto; }

.slick-track:before,
.slick-track:after {
  display: table;
  content: ''; }

.slick-track:after {
  clear: both; }

.slick-loading .slick-track {
  visibility: hidden; }

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px; }

[dir='rtl'] .slick-slide {
  float: right; }

.slick-slide img {
  display: block; }

.slick-slide.slick-loading img {
  display: none; }

.slick-slide.dragging img {
  pointer-events: none; }

.slick-initialized .slick-slide {
  display: block; }

.slick-loading .slick-slide {
  visibility: hidden; }

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

@-webkit-keyframes bounce {
  0%, 20%, 53%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translateZ(0);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: translateZ(0); }
  40%, 43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transform: translate3d(0, -30px, 0); }
  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transform: translate3d(0, -15px, 0); }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0); } }

@keyframes bounce {
  0%, 20%, 53%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translateZ(0);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: translateZ(0); }
  40%, 43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transform: translate3d(0, -30px, 0); }
  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transform: translate3d(0, -15px, 0); }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0); } }

.bounce {
  -webkit-animation-name: bounce;
  -webkit-transform-origin: center bottom;
  animation-name: bounce;
  -ms-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; } }

.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); } }

.pulse {
  -webkit-animation-name: pulse;
  animation-name: pulse; }

@-webkit-keyframes rubberBand {
  0% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1); }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1); }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1); }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1); }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1); }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.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, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1); }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1); }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1); }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1); }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1); }
  to {
    -webkit-transform: scaleX(1);
    transform: scaleX(1); } }

.rubberBand {
  -webkit-animation-name: rubberBand;
  animation-name: rubberBand; }

@-webkit-keyframes shake {
  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 shake {
  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); } }

.shake {
  -webkit-animation-name: shake;
  animation-name: shake; }

@-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); } }

.headShake {
  -webkit-animation-name: headShake;
  -webkit-animation-timing-function: ease-in-out;
  animation-name: headShake;
  animation-timing-function: ease-in-out; }

@-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); } }

.swing {
  -webkit-animation-name: swing;
  -webkit-transform-origin: top center;
  animation-name: swing;
  -ms-transform-origin: top center;
  transform-origin: top center; }

@-webkit-keyframes tada {
  0% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1); }
  10%, 20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate(-3deg);
    transform: scale3d(0.9, 0.9, 0.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(0.9, 0.9, 0.9) rotate(-3deg);
    transform: scale3d(0.9, 0.9, 0.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); } }

.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); } }

.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(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg); }
  77.7% {
    -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
    transform: skewX(0.390625deg) skewY(0.390625deg); }
  88.8% {
    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    transform: skewX(-0.1953125deg) skewY(-0.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(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg); }
  77.7% {
    -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
    transform: skewX(0.390625deg) skewY(0.390625deg); }
  88.8% {
    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg); } }

.jello {
  -webkit-animation-name: jello;
  -webkit-transform-origin: center;
  animation-name: jello;
  -ms-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); } }

.heartBeat {
  -webkit-animation-duration: 1.3s;
  -webkit-animation-name: heartBeat;
  -webkit-animation-timing-function: ease-in-out;
  animation-duration: 1.3s;
  animation-name: heartBeat;
  animation-timing-function: ease-in-out; }

@-webkit-keyframes bounceIn {
  0%, 20%, 40%, 60%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3); }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1); }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9); }
  60% {
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    opacity: 1;
    transform: scale3d(1.03, 1.03, 1.03); }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97); }
  to {
    -webkit-transform: scaleX(1);
    opacity: 1;
    transform: scaleX(1); } }

@keyframes bounceIn {
  0%, 20%, 40%, 60%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3); }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1); }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9); }
  60% {
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    opacity: 1;
    transform: scale3d(1.03, 1.03, 1.03); }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97); }
  to {
    -webkit-transform: scaleX(1);
    opacity: 1;
    transform: scaleX(1); } }

.bounceIn {
  -webkit-animation-duration: .75s;
  -webkit-animation-name: bounceIn;
  animation-duration: .75s;
  animation-name: bounceIn; }

@-webkit-keyframes bounceInDown {
  0%, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    -webkit-transform: translate3d(0, -3000px, 0);
    opacity: 0;
    transform: translate3d(0, -3000px, 0); }
  60% {
    -webkit-transform: translate3d(0, 25px, 0);
    opacity: 1;
    transform: translate3d(0, 25px, 0); }
  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0); }
  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0); }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0); } }

@keyframes bounceInDown {
  0%, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    -webkit-transform: translate3d(0, -3000px, 0);
    opacity: 0;
    transform: translate3d(0, -3000px, 0); }
  60% {
    -webkit-transform: translate3d(0, 25px, 0);
    opacity: 1;
    transform: translate3d(0, 25px, 0); }
  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0); }
  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0); }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0); } }

.bounceInDown {
  -webkit-animation-name: bounceInDown;
  animation-name: bounceInDown; }

@-webkit-keyframes bounceInLeft {
  0%, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    -webkit-transform: translate3d(-3000px, 0, 0);
    opacity: 0;
    transform: translate3d(-3000px, 0, 0); }
  60% {
    -webkit-transform: translate3d(25px, 0, 0);
    opacity: 1;
    transform: translate3d(25px, 0, 0); }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0); }
  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0); }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0); } }

@keyframes bounceInLeft {
  0%, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    -webkit-transform: translate3d(-3000px, 0, 0);
    opacity: 0;
    transform: translate3d(-3000px, 0, 0); }
  60% {
    -webkit-transform: translate3d(25px, 0, 0);
    opacity: 1;
    transform: translate3d(25px, 0, 0); }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0); }
  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0); }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0); } }

.bounceInLeft {
  -webkit-animation-name: bounceInLeft;
  animation-name: bounceInLeft; }

@-webkit-keyframes bounceInRight {
  0%, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    -webkit-transform: translate3d(3000px, 0, 0);
    opacity: 0;
    transform: translate3d(3000px, 0, 0); }
  60% {
    -webkit-transform: translate3d(-25px, 0, 0);
    opacity: 1;
    transform: translate3d(-25px, 0, 0); }
  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0); }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0); }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0); } }

@keyframes bounceInRight {
  0%, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    -webkit-transform: translate3d(3000px, 0, 0);
    opacity: 0;
    transform: translate3d(3000px, 0, 0); }
  60% {
    -webkit-transform: translate3d(-25px, 0, 0);
    opacity: 1;
    transform: translate3d(-25px, 0, 0); }
  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0); }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0); }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0); } }

.bounceInRight {
  -webkit-animation-name: bounceInRight;
  animation-name: bounceInRight; }

@-webkit-keyframes bounceInUp {
  0%, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    -webkit-transform: translate3d(0, 3000px, 0);
    opacity: 0;
    transform: translate3d(0, 3000px, 0); }
  60% {
    -webkit-transform: translate3d(0, -20px, 0);
    opacity: 1;
    transform: translate3d(0, -20px, 0); }
  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0); }
  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0); }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0); } }

@keyframes bounceInUp {
  0%, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    -webkit-transform: translate3d(0, 3000px, 0);
    opacity: 0;
    transform: translate3d(0, 3000px, 0); }
  60% {
    -webkit-transform: translate3d(0, -20px, 0);
    opacity: 1;
    transform: translate3d(0, -20px, 0); }
  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0); }
  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0); }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0); } }

.bounceInUp {
  -webkit-animation-name: bounceInUp;
  animation-name: bounceInUp; }

@-webkit-keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9); }
  50%, 55% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    opacity: 1;
    transform: scale3d(1.1, 1.1, 1.1); }
  to {
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3); } }

@keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9); }
  50%, 55% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    opacity: 1;
    transform: scale3d(1.1, 1.1, 1.1); }
  to {
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3); } }

.bounceOut {
  -webkit-animation-duration: .75s;
  -webkit-animation-name: bounceOut;
  animation-duration: .75s;
  animation-name: bounceOut; }

@-webkit-keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0); }
  40%, 45% {
    -webkit-transform: translate3d(0, -20px, 0);
    opacity: 1;
    transform: translate3d(0, -20px, 0); }
  to {
    -webkit-transform: translate3d(0, 2000px, 0);
    opacity: 0;
    transform: translate3d(0, 2000px, 0); } }

@keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0); }
  40%, 45% {
    -webkit-transform: translate3d(0, -20px, 0);
    opacity: 1;
    transform: translate3d(0, -20px, 0); }
  to {
    -webkit-transform: translate3d(0, 2000px, 0);
    opacity: 0;
    transform: translate3d(0, 2000px, 0); } }

.bounceOutDown {
  -webkit-animation-name: bounceOutDown;
  animation-name: bounceOutDown; }

@-webkit-keyframes bounceOutLeft {
  20% {
    -webkit-transform: translate3d(20px, 0, 0);
    opacity: 1;
    transform: translate3d(20px, 0, 0); }
  to {
    -webkit-transform: translate3d(-2000px, 0, 0);
    opacity: 0;
    transform: translate3d(-2000px, 0, 0); } }

@keyframes bounceOutLeft {
  20% {
    -webkit-transform: translate3d(20px, 0, 0);
    opacity: 1;
    transform: translate3d(20px, 0, 0); }
  to {
    -webkit-transform: translate3d(-2000px, 0, 0);
    opacity: 0;
    transform: translate3d(-2000px, 0, 0); } }

.bounceOutLeft {
  -webkit-animation-name: bounceOutLeft;
  animation-name: bounceOutLeft; }

@-webkit-keyframes bounceOutRight {
  20% {
    -webkit-transform: translate3d(-20px, 0, 0);
    opacity: 1;
    transform: translate3d(-20px, 0, 0); }
  to {
    -webkit-transform: translate3d(2000px, 0, 0);
    opacity: 0;
    transform: translate3d(2000px, 0, 0); } }

@keyframes bounceOutRight {
  20% {
    -webkit-transform: translate3d(-20px, 0, 0);
    opacity: 1;
    transform: translate3d(-20px, 0, 0); }
  to {
    -webkit-transform: translate3d(2000px, 0, 0);
    opacity: 0;
    transform: translate3d(2000px, 0, 0); } }

.bounceOutRight {
  -webkit-animation-name: bounceOutRight;
  animation-name: bounceOutRight; }

@-webkit-keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0); }
  40%, 45% {
    -webkit-transform: translate3d(0, 20px, 0);
    opacity: 1;
    transform: translate3d(0, 20px, 0); }
  to {
    -webkit-transform: translate3d(0, -2000px, 0);
    opacity: 0;
    transform: translate3d(0, -2000px, 0); } }

@keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0); }
  40%, 45% {
    -webkit-transform: translate3d(0, 20px, 0);
    opacity: 1;
    transform: translate3d(0, 20px, 0); }
  to {
    -webkit-transform: translate3d(0, -2000px, 0);
    opacity: 0;
    transform: translate3d(0, -2000px, 0); } }

.bounceOutUp {
  -webkit-animation-name: bounceOutUp;
  animation-name: bounceOutUp; }

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0; }
  to {
    opacity: 1; } }

@keyframes fadeIn {
  0% {
    opacity: 0; }
  to {
    opacity: 1; } }

.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn; }

@-webkit-keyframes fadeInDown {
  0% {
    -webkit-transform: translate3d(0, -100%, 0);
    opacity: 0;
    transform: translate3d(0, -100%, 0); }
  to {
    -webkit-transform: translateZ(0);
    opacity: 1;
    transform: translateZ(0); } }

@keyframes fadeInDown {
  0% {
    -webkit-transform: translate3d(0, -100%, 0);
    opacity: 0;
    transform: translate3d(0, -100%, 0); }
  to {
    -webkit-transform: translateZ(0);
    opacity: 1;
    transform: translateZ(0); } }

.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown; }

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

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

.fadeInDownBig {
  -webkit-animation-name: fadeInDownBig;
  animation-name: fadeInDownBig; }

@-webkit-keyframes fadeInLeft {
  0% {
    -webkit-transform: translate3d(-100%, 0, 0);
    opacity: 0;
    transform: translate3d(-100%, 0, 0); }
  to {
    -webkit-transform: translateZ(0);
    opacity: 1;
    transform: translateZ(0); } }

@keyframes fadeInLeft {
  0% {
    -webkit-transform: translate3d(-100%, 0, 0);
    opacity: 0;
    transform: translate3d(-100%, 0, 0); }
  to {
    -webkit-transform: translateZ(0);
    opacity: 1;
    transform: translateZ(0); } }

.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft; }

@-webkit-keyframes fadeInLeftBig {
  0% {
    -webkit-transform: translate3d(-2000px, 0, 0);
    opacity: 0;
    transform: translate3d(-2000px, 0, 0); }
  to {
    -webkit-transform: translateZ(0);
    opacity: 1;
    transform: translateZ(0); } }

@keyframes fadeInLeftBig {
  0% {
    -webkit-transform: translate3d(-2000px, 0, 0);
    opacity: 0;
    transform: translate3d(-2000px, 0, 0); }
  to {
    -webkit-transform: translateZ(0);
    opacity: 1;
    transform: translateZ(0); } }

.fadeInLeftBig {
  -webkit-animation-name: fadeInLeftBig;
  animation-name: fadeInLeftBig; }

@-webkit-keyframes fadeInRight {
  0% {
    -webkit-transform: translate3d(100%, 0, 0);
    opacity: 0;
    transform: translate3d(100%, 0, 0); }
  to {
    -webkit-transform: translateZ(0);
    opacity: 1;
    transform: translateZ(0); } }

@keyframes fadeInRight {
  0% {
    -webkit-transform: translate3d(100%, 0, 0);
    opacity: 0;
    transform: translate3d(100%, 0, 0); }
  to {
    -webkit-transform: translateZ(0);
    opacity: 1;
    transform: translateZ(0); } }

.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight; }

@-webkit-keyframes fadeInRightBig {
  0% {
    -webkit-transform: translate3d(2000px, 0, 0);
    opacity: 0;
    transform: translate3d(2000px, 0, 0); }
  to {
    -webkit-transform: translateZ(0);
    opacity: 1;
    transform: translateZ(0); } }

@keyframes fadeInRightBig {
  0% {
    -webkit-transform: translate3d(2000px, 0, 0);
    opacity: 0;
    transform: translate3d(2000px, 0, 0); }
  to {
    -webkit-transform: translateZ(0);
    opacity: 1;
    transform: translateZ(0); } }

.fadeInRightBig {
  -webkit-animation-name: fadeInRightBig;
  animation-name: fadeInRightBig; }

@-webkit-keyframes fadeInUp {
  0% {
    -webkit-transform: translate3d(0, 100%, 0);
    opacity: 0;
    transform: translate3d(0, 100%, 0); }
  to {
    -webkit-transform: translateZ(0);
    opacity: 1;
    transform: translateZ(0); } }

@keyframes fadeInUp {
  0% {
    -webkit-transform: translate3d(0, 100%, 0);
    opacity: 0;
    transform: translate3d(0, 100%, 0); }
  to {
    -webkit-transform: translateZ(0);
    opacity: 1;
    transform: translateZ(0); } }

.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp; }

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

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

.fadeInUpBig {
  -webkit-animation-name: fadeInUpBig;
  animation-name: fadeInUpBig; }

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1; }
  to {
    opacity: 0; } }

@keyframes fadeOut {
  0% {
    opacity: 1; }
  to {
    opacity: 0; } }

.fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut; }

@-webkit-keyframes fadeOutDown {
  0% {
    opacity: 1; }
  to {
    -webkit-transform: translate3d(0, 100%, 0);
    opacity: 0;
    transform: translate3d(0, 100%, 0); } }

@keyframes fadeOutDown {
  0% {
    opacity: 1; }
  to {
    -webkit-transform: translate3d(0, 100%, 0);
    opacity: 0;
    transform: translate3d(0, 100%, 0); } }

.fadeOutDown {
  -webkit-animation-name: fadeOutDown;
  animation-name: fadeOutDown; }

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

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

.fadeOutDownBig {
  -webkit-animation-name: fadeOutDownBig;
  animation-name: fadeOutDownBig; }

@-webkit-keyframes fadeOutLeft {
  0% {
    opacity: 1; }
  to {
    -webkit-transform: translate3d(-100%, 0, 0);
    opacity: 0;
    transform: translate3d(-100%, 0, 0); } }

@keyframes fadeOutLeft {
  0% {
    opacity: 1; }
  to {
    -webkit-transform: translate3d(-100%, 0, 0);
    opacity: 0;
    transform: translate3d(-100%, 0, 0); } }

.fadeOutLeft {
  -webkit-animation-name: fadeOutLeft;
  animation-name: fadeOutLeft; }

@-webkit-keyframes fadeOutLeftBig {
  0% {
    opacity: 1; }
  to {
    -webkit-transform: translate3d(-2000px, 0, 0);
    opacity: 0;
    transform: translate3d(-2000px, 0, 0); } }

@keyframes fadeOutLeftBig {
  0% {
    opacity: 1; }
  to {
    -webkit-transform: translate3d(-2000px, 0, 0);
    opacity: 0;
    transform: translate3d(-2000px, 0, 0); } }

.fadeOutLeftBig {
  -webkit-animation-name: fadeOutLeftBig;
  animation-name: fadeOutLeftBig; }

@-webkit-keyframes fadeOutRight {
  0% {
    opacity: 1; }
  to {
    -webkit-transform: translate3d(100%, 0, 0);
    opacity: 0;
    transform: translate3d(100%, 0, 0); } }

@keyframes fadeOutRight {
  0% {
    opacity: 1; }
  to {
    -webkit-transform: translate3d(100%, 0, 0);
    opacity: 0;
    transform: translate3d(100%, 0, 0); } }

.fadeOutRight {
  -webkit-animation-name: fadeOutRight;
  animation-name: fadeOutRight; }

@-webkit-keyframes fadeOutRightBig {
  0% {
    opacity: 1; }
  to {
    -webkit-transform: translate3d(2000px, 0, 0);
    opacity: 0;
    transform: translate3d(2000px, 0, 0); } }

@keyframes fadeOutRightBig {
  0% {
    opacity: 1; }
  to {
    -webkit-transform: translate3d(2000px, 0, 0);
    opacity: 0;
    transform: translate3d(2000px, 0, 0); } }

.fadeOutRightBig {
  -webkit-animation-name: fadeOutRightBig;
  animation-name: fadeOutRightBig; }

@-webkit-keyframes fadeOutUp {
  0% {
    opacity: 1; }
  to {
    -webkit-transform: translate3d(0, -100%, 0);
    opacity: 0;
    transform: translate3d(0, -100%, 0); } }

@keyframes fadeOutUp {
  0% {
    opacity: 1; }
  to {
    -webkit-transform: translate3d(0, -100%, 0);
    opacity: 0;
    transform: translate3d(0, -100%, 0); } }

.fadeOutUp {
  -webkit-animation-name: fadeOutUp;
  animation-name: fadeOutUp; }

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

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

.fadeOutUpBig {
  -webkit-animation-name: fadeOutUpBig;
  animation-name: fadeOutUpBig; }

@-webkit-keyframes flip {
  0% {
    -webkit-animation-timing-function: ease-out;
    -webkit-transform: perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);
    animation-timing-function: ease-out;
    transform: perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn); }
  40% {
    -webkit-animation-timing-function: ease-out;
    -webkit-transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);
    animation-timing-function: ease-out;
    transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg); }
  50% {
    -webkit-animation-timing-function: ease-in;
    -webkit-transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);
    animation-timing-function: ease-in;
    transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg); }
  80% {
    -webkit-animation-timing-function: ease-in;
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translateZ(0) rotateY(0deg);
    animation-timing-function: ease-in;
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translateZ(0) rotateY(0deg); }
  to {
    -webkit-animation-timing-function: ease-in;
    -webkit-transform: perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);
    animation-timing-function: ease-in;
    transform: perspective(400px) scaleX(1) translateZ(0) rotateY(0deg); } }

@keyframes flip {
  0% {
    -webkit-animation-timing-function: ease-out;
    -webkit-transform: perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);
    animation-timing-function: ease-out;
    transform: perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn); }
  40% {
    -webkit-animation-timing-function: ease-out;
    -webkit-transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);
    animation-timing-function: ease-out;
    transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg); }
  50% {
    -webkit-animation-timing-function: ease-in;
    -webkit-transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);
    animation-timing-function: ease-in;
    transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg); }
  80% {
    -webkit-animation-timing-function: ease-in;
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translateZ(0) rotateY(0deg);
    animation-timing-function: ease-in;
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translateZ(0) rotateY(0deg); }
  to {
    -webkit-animation-timing-function: ease-in;
    -webkit-transform: perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);
    animation-timing-function: ease-in;
    transform: perspective(400px) scaleX(1) translateZ(0) rotateY(0deg); } }

.animated.flip {
  -webkit-animation-name: flip;
  -webkit-backface-visibility: visible;
  animation-name: flip;
  backface-visibility: visible; }

@-webkit-keyframes flipInX {
  0% {
    -webkit-animation-timing-function: ease-in;
    -webkit-transform: perspective(400px) rotateX(90deg);
    animation-timing-function: ease-in;
    opacity: 0;
    transform: perspective(400px) rotateX(90deg); }
  40% {
    -webkit-animation-timing-function: ease-in;
    -webkit-transform: perspective(400px) rotateX(-20deg);
    animation-timing-function: ease-in;
    transform: perspective(400px) rotateX(-20deg); }
  60% {
    -webkit-transform: perspective(400px) rotateX(10deg);
    opacity: 1;
    transform: perspective(400px) rotateX(10deg); }
  80% {
    -webkit-transform: perspective(400px) rotateX(-5deg);
    transform: perspective(400px) rotateX(-5deg); }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); } }

@keyframes flipInX {
  0% {
    -webkit-animation-timing-function: ease-in;
    -webkit-transform: perspective(400px) rotateX(90deg);
    animation-timing-function: ease-in;
    opacity: 0;
    transform: perspective(400px) rotateX(90deg); }
  40% {
    -webkit-animation-timing-function: ease-in;
    -webkit-transform: perspective(400px) rotateX(-20deg);
    animation-timing-function: ease-in;
    transform: perspective(400px) rotateX(-20deg); }
  60% {
    -webkit-transform: perspective(400px) rotateX(10deg);
    opacity: 1;
    transform: perspective(400px) rotateX(10deg); }
  80% {
    -webkit-transform: perspective(400px) rotateX(-5deg);
    transform: perspective(400px) rotateX(-5deg); }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); } }

.flipInX {
  -webkit-animation-name: flipInX;
  -webkit-backface-visibility: visible !important;
  animation-name: flipInX;
  backface-visibility: visible !important; }

@-webkit-keyframes flipInY {
  0% {
    -webkit-animation-timing-function: ease-in;
    -webkit-transform: perspective(400px) rotateY(90deg);
    animation-timing-function: ease-in;
    opacity: 0;
    transform: perspective(400px) rotateY(90deg); }
  40% {
    -webkit-animation-timing-function: ease-in;
    -webkit-transform: perspective(400px) rotateY(-20deg);
    animation-timing-function: ease-in;
    transform: perspective(400px) rotateY(-20deg); }
  60% {
    -webkit-transform: perspective(400px) rotateY(10deg);
    opacity: 1;
    transform: perspective(400px) rotateY(10deg); }
  80% {
    -webkit-transform: perspective(400px) rotateY(-5deg);
    transform: perspective(400px) rotateY(-5deg); }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); } }

@keyframes flipInY {
  0% {
    -webkit-animation-timing-function: ease-in;
    -webkit-transform: perspective(400px) rotateY(90deg);
    animation-timing-function: ease-in;
    opacity: 0;
    transform: perspective(400px) rotateY(90deg); }
  40% {
    -webkit-animation-timing-function: ease-in;
    -webkit-transform: perspective(400px) rotateY(-20deg);
    animation-timing-function: ease-in;
    transform: perspective(400px) rotateY(-20deg); }
  60% {
    -webkit-transform: perspective(400px) rotateY(10deg);
    opacity: 1;
    transform: perspective(400px) rotateY(10deg); }
  80% {
    -webkit-transform: perspective(400px) rotateY(-5deg);
    transform: perspective(400px) rotateY(-5deg); }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); } }

.flipInY {
  -webkit-animation-name: flipInY;
  -webkit-backface-visibility: visible !important;
  animation-name: flipInY;
  backface-visibility: visible !important; }

@-webkit-keyframes flipOutX {
  0% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); }
  30% {
    -webkit-transform: perspective(400px) rotateX(-20deg);
    opacity: 1;
    transform: perspective(400px) rotateX(-20deg); }
  to {
    -webkit-transform: perspective(400px) rotateX(90deg);
    opacity: 0;
    transform: perspective(400px) rotateX(90deg); } }

@keyframes flipOutX {
  0% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); }
  30% {
    -webkit-transform: perspective(400px) rotateX(-20deg);
    opacity: 1;
    transform: perspective(400px) rotateX(-20deg); }
  to {
    -webkit-transform: perspective(400px) rotateX(90deg);
    opacity: 0;
    transform: perspective(400px) rotateX(90deg); } }

.flipOutX {
  -webkit-animation-duration: .75s;
  -webkit-animation-name: flipOutX;
  -webkit-backface-visibility: visible !important;
  animation-duration: .75s;
  animation-name: flipOutX;
  backface-visibility: visible !important; }

@-webkit-keyframes flipOutY {
  0% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); }
  30% {
    -webkit-transform: perspective(400px) rotateY(-15deg);
    opacity: 1;
    transform: perspective(400px) rotateY(-15deg); }
  to {
    -webkit-transform: perspective(400px) rotateY(90deg);
    opacity: 0;
    transform: perspective(400px) rotateY(90deg); } }

@keyframes flipOutY {
  0% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); }
  30% {
    -webkit-transform: perspective(400px) rotateY(-15deg);
    opacity: 1;
    transform: perspective(400px) rotateY(-15deg); }
  to {
    -webkit-transform: perspective(400px) rotateY(90deg);
    opacity: 0;
    transform: perspective(400px) rotateY(90deg); } }

.flipOutY {
  -webkit-animation-duration: .75s;
  -webkit-animation-name: flipOutY;
  -webkit-backface-visibility: visible !important;
  animation-duration: .75s;
  animation-name: flipOutY;
  backface-visibility: visible !important; }

@-webkit-keyframes lightSpeedIn {
  0% {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
    transform: translate3d(100%, 0, 0) skewX(-30deg); }
  60% {
    -webkit-transform: skewX(20deg);
    opacity: 1;
    transform: skewX(20deg); }
  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg); }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0); } }

@keyframes lightSpeedIn {
  0% {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
    transform: translate3d(100%, 0, 0) skewX(-30deg); }
  60% {
    -webkit-transform: skewX(20deg);
    opacity: 1;
    transform: skewX(20deg); }
  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg); }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0); } }

.lightSpeedIn {
  -webkit-animation-name: lightSpeedIn;
  -webkit-animation-timing-function: ease-out;
  animation-name: lightSpeedIn;
  animation-timing-function: ease-out; }

@-webkit-keyframes lightSpeedOut {
  0% {
    opacity: 1; }
  to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
    transform: translate3d(100%, 0, 0) skewX(30deg); } }

@keyframes lightSpeedOut {
  0% {
    opacity: 1; }
  to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
    transform: translate3d(100%, 0, 0) skewX(30deg); } }

.lightSpeedOut {
  -webkit-animation-name: lightSpeedOut;
  -webkit-animation-timing-function: ease-in;
  animation-name: lightSpeedOut;
  animation-timing-function: ease-in; }

@-webkit-keyframes rotateIn {
  0% {
    -webkit-transform: rotate(-200deg);
    -webkit-transform-origin: center;
    opacity: 0;
    transform: rotate(-200deg);
    transform-origin: center; }
  to {
    -webkit-transform: translateZ(0);
    -webkit-transform-origin: center;
    opacity: 1;
    transform: translateZ(0);
    transform-origin: center; } }

@keyframes rotateIn {
  0% {
    -webkit-transform: rotate(-200deg);
    -webkit-transform-origin: center;
    opacity: 0;
    transform: rotate(-200deg);
    transform-origin: center; }
  to {
    -webkit-transform: translateZ(0);
    -webkit-transform-origin: center;
    opacity: 1;
    transform: translateZ(0);
    transform-origin: center; } }

.rotateIn {
  -webkit-animation-name: rotateIn;
  animation-name: rotateIn; }

@-webkit-keyframes rotateInDownLeft {
  0% {
    -webkit-transform: rotate(-45deg);
    -webkit-transform-origin: left bottom;
    opacity: 0;
    transform: rotate(-45deg);
    transform-origin: left bottom; }
  to {
    -webkit-transform: translateZ(0);
    -webkit-transform-origin: left bottom;
    opacity: 1;
    transform: translateZ(0);
    transform-origin: left bottom; } }

@keyframes rotateInDownLeft {
  0% {
    -webkit-transform: rotate(-45deg);
    -webkit-transform-origin: left bottom;
    opacity: 0;
    transform: rotate(-45deg);
    transform-origin: left bottom; }
  to {
    -webkit-transform: translateZ(0);
    -webkit-transform-origin: left bottom;
    opacity: 1;
    transform: translateZ(0);
    transform-origin: left bottom; } }

.rotateInDownLeft {
  -webkit-animation-name: rotateInDownLeft;
  animation-name: rotateInDownLeft; }

@-webkit-keyframes rotateInDownRight {
  0% {
    -webkit-transform: rotate(45deg);
    -webkit-transform-origin: right bottom;
    opacity: 0;
    transform: rotate(45deg);
    transform-origin: right bottom; }
  to {
    -webkit-transform: translateZ(0);
    -webkit-transform-origin: right bottom;
    opacity: 1;
    transform: translateZ(0);
    transform-origin: right bottom; } }

@keyframes rotateInDownRight {
  0% {
    -webkit-transform: rotate(45deg);
    -webkit-transform-origin: right bottom;
    opacity: 0;
    transform: rotate(45deg);
    transform-origin: right bottom; }
  to {
    -webkit-transform: translateZ(0);
    -webkit-transform-origin: right bottom;
    opacity: 1;
    transform: translateZ(0);
    transform-origin: right bottom; } }

.rotateInDownRight {
  -webkit-animation-name: rotateInDownRight;
  animation-name: rotateInDownRight; }

@-webkit-keyframes rotateInUpLeft {
  0% {
    -webkit-transform: rotate(45deg);
    -webkit-transform-origin: left bottom;
    opacity: 0;
    transform: rotate(45deg);
    transform-origin: left bottom; }
  to {
    -webkit-transform: translateZ(0);
    -webkit-transform-origin: left bottom;
    opacity: 1;
    transform: translateZ(0);
    transform-origin: left bottom; } }

@keyframes rotateInUpLeft {
  0% {
    -webkit-transform: rotate(45deg);
    -webkit-transform-origin: left bottom;
    opacity: 0;
    transform: rotate(45deg);
    transform-origin: left bottom; }
  to {
    -webkit-transform: translateZ(0);
    -webkit-transform-origin: left bottom;
    opacity: 1;
    transform: translateZ(0);
    transform-origin: left bottom; } }

.rotateInUpLeft {
  -webkit-animation-name: rotateInUpLeft;
  animation-name: rotateInUpLeft; }

@-webkit-keyframes rotateInUpRight {
  0% {
    -webkit-transform: rotate(-90deg);
    -webkit-transform-origin: right bottom;
    opacity: 0;
    transform: rotate(-90deg);
    transform-origin: right bottom; }
  to {
    -webkit-transform: translateZ(0);
    -webkit-transform-origin: right bottom;
    opacity: 1;
    transform: translateZ(0);
    transform-origin: right bottom; } }

@keyframes rotateInUpRight {
  0% {
    -webkit-transform: rotate(-90deg);
    -webkit-transform-origin: right bottom;
    opacity: 0;
    transform: rotate(-90deg);
    transform-origin: right bottom; }
  to {
    -webkit-transform: translateZ(0);
    -webkit-transform-origin: right bottom;
    opacity: 1;
    transform: translateZ(0);
    transform-origin: right bottom; } }

.rotateInUpRight {
  -webkit-animation-name: rotateInUpRight;
  animation-name: rotateInUpRight; }

@-webkit-keyframes rotateOut {
  0% {
    -webkit-transform-origin: center;
    opacity: 1;
    transform-origin: center; }
  to {
    -webkit-transform: rotate(200deg);
    -webkit-transform-origin: center;
    opacity: 0;
    transform: rotate(200deg);
    transform-origin: center; } }

@keyframes rotateOut {
  0% {
    -webkit-transform-origin: center;
    opacity: 1;
    transform-origin: center; }
  to {
    -webkit-transform: rotate(200deg);
    -webkit-transform-origin: center;
    opacity: 0;
    transform: rotate(200deg);
    transform-origin: center; } }

.rotateOut {
  -webkit-animation-name: rotateOut;
  animation-name: rotateOut; }

@-webkit-keyframes rotateOutDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    opacity: 1;
    transform-origin: left bottom; }
  to {
    -webkit-transform: rotate(45deg);
    -webkit-transform-origin: left bottom;
    opacity: 0;
    transform: rotate(45deg);
    transform-origin: left bottom; } }

@keyframes rotateOutDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    opacity: 1;
    transform-origin: left bottom; }
  to {
    -webkit-transform: rotate(45deg);
    -webkit-transform-origin: left bottom;
    opacity: 0;
    transform: rotate(45deg);
    transform-origin: left bottom; } }

.rotateOutDownLeft {
  -webkit-animation-name: rotateOutDownLeft;
  animation-name: rotateOutDownLeft; }

@-webkit-keyframes rotateOutDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    opacity: 1;
    transform-origin: right bottom; }
  to {
    -webkit-transform: rotate(-45deg);
    -webkit-transform-origin: right bottom;
    opacity: 0;
    transform: rotate(-45deg);
    transform-origin: right bottom; } }

@keyframes rotateOutDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    opacity: 1;
    transform-origin: right bottom; }
  to {
    -webkit-transform: rotate(-45deg);
    -webkit-transform-origin: right bottom;
    opacity: 0;
    transform: rotate(-45deg);
    transform-origin: right bottom; } }

.rotateOutDownRight {
  -webkit-animation-name: rotateOutDownRight;
  animation-name: rotateOutDownRight; }

@-webkit-keyframes rotateOutUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    opacity: 1;
    transform-origin: left bottom; }
  to {
    -webkit-transform: rotate(-45deg);
    -webkit-transform-origin: left bottom;
    opacity: 0;
    transform: rotate(-45deg);
    transform-origin: left bottom; } }

@keyframes rotateOutUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    opacity: 1;
    transform-origin: left bottom; }
  to {
    -webkit-transform: rotate(-45deg);
    -webkit-transform-origin: left bottom;
    opacity: 0;
    transform: rotate(-45deg);
    transform-origin: left bottom; } }

.rotateOutUpLeft {
  -webkit-animation-name: rotateOutUpLeft;
  animation-name: rotateOutUpLeft; }

@-webkit-keyframes rotateOutUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    opacity: 1;
    transform-origin: right bottom; }
  to {
    -webkit-transform: rotate(90deg);
    -webkit-transform-origin: right bottom;
    opacity: 0;
    transform: rotate(90deg);
    transform-origin: right bottom; } }

@keyframes rotateOutUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    opacity: 1;
    transform-origin: right bottom; }
  to {
    -webkit-transform: rotate(90deg);
    -webkit-transform-origin: right bottom;
    opacity: 0;
    transform: rotate(90deg);
    transform-origin: right bottom; } }

.rotateOutUpRight {
  -webkit-animation-name: rotateOutUpRight;
  animation-name: rotateOutUpRight; }

@-webkit-keyframes hinge {
  0% {
    -webkit-animation-timing-function: ease-in-out;
    -webkit-transform-origin: top left;
    animation-timing-function: ease-in-out;
    transform-origin: top left; }
  20%, 60% {
    -webkit-animation-timing-function: ease-in-out;
    -webkit-transform: rotate(80deg);
    -webkit-transform-origin: top left;
    animation-timing-function: ease-in-out;
    transform: rotate(80deg);
    transform-origin: top left; }
  40%, 80% {
    -webkit-animation-timing-function: ease-in-out;
    -webkit-transform: rotate(60deg);
    -webkit-transform-origin: top left;
    animation-timing-function: ease-in-out;
    opacity: 1;
    transform: rotate(60deg);
    transform-origin: top left; }
  to {
    -webkit-transform: translate3d(0, 700px, 0);
    opacity: 0;
    transform: translate3d(0, 700px, 0); } }

@keyframes hinge {
  0% {
    -webkit-animation-timing-function: ease-in-out;
    -webkit-transform-origin: top left;
    animation-timing-function: ease-in-out;
    transform-origin: top left; }
  20%, 60% {
    -webkit-animation-timing-function: ease-in-out;
    -webkit-transform: rotate(80deg);
    -webkit-transform-origin: top left;
    animation-timing-function: ease-in-out;
    transform: rotate(80deg);
    transform-origin: top left; }
  40%, 80% {
    -webkit-animation-timing-function: ease-in-out;
    -webkit-transform: rotate(60deg);
    -webkit-transform-origin: top left;
    animation-timing-function: ease-in-out;
    opacity: 1;
    transform: rotate(60deg);
    transform-origin: top left; }
  to {
    -webkit-transform: translate3d(0, 700px, 0);
    opacity: 0;
    transform: translate3d(0, 700px, 0); } }

.hinge {
  -webkit-animation-duration: 2s;
  -webkit-animation-name: hinge;
  animation-duration: 2s;
  animation-name: hinge; }

@-webkit-keyframes jackInTheBox {
  0% {
    -webkit-transform: scale(0.1) rotate(30deg);
    -webkit-transform-origin: center bottom;
    opacity: 0;
    transform: scale(0.1) rotate(30deg);
    transform-origin: center bottom; }
  50% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg); }
  70% {
    -webkit-transform: rotate(3deg);
    transform: rotate(3deg); }
  to {
    -webkit-transform: scale(1);
    opacity: 1;
    transform: scale(1); } }

@keyframes jackInTheBox {
  0% {
    -webkit-transform: scale(0.1) rotate(30deg);
    -webkit-transform-origin: center bottom;
    opacity: 0;
    transform: scale(0.1) rotate(30deg);
    transform-origin: center bottom; }
  50% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg); }
  70% {
    -webkit-transform: rotate(3deg);
    transform: rotate(3deg); }
  to {
    -webkit-transform: scale(1);
    opacity: 1;
    transform: scale(1); } }

.jackInTheBox {
  -webkit-animation-name: jackInTheBox;
  animation-name: jackInTheBox; }

@-webkit-keyframes rollIn {
  0% {
    -webkit-transform: translate3d(-100%, 0, 0) rotate(-120deg);
    opacity: 0;
    transform: translate3d(-100%, 0, 0) rotate(-120deg); }
  to {
    -webkit-transform: translateZ(0);
    opacity: 1;
    transform: translateZ(0); } }

@keyframes rollIn {
  0% {
    -webkit-transform: translate3d(-100%, 0, 0) rotate(-120deg);
    opacity: 0;
    transform: translate3d(-100%, 0, 0) rotate(-120deg); }
  to {
    -webkit-transform: translateZ(0);
    opacity: 1;
    transform: translateZ(0); } }

.rollIn {
  -webkit-animation-name: rollIn;
  animation-name: rollIn; }

@-webkit-keyframes rollOut {
  0% {
    opacity: 1; }
  to {
    -webkit-transform: translate3d(100%, 0, 0) rotate(120deg);
    opacity: 0;
    transform: translate3d(100%, 0, 0) rotate(120deg); } }

@keyframes rollOut {
  0% {
    opacity: 1; }
  to {
    -webkit-transform: translate3d(100%, 0, 0) rotate(120deg);
    opacity: 0;
    transform: translate3d(100%, 0, 0) rotate(120deg); } }

.rollOut {
  -webkit-animation-name: rollOut;
  animation-name: rollOut; }

@-webkit-keyframes zoomIn {
  0% {
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3); }
  50% {
    opacity: 1; } }

@keyframes zoomIn {
  0% {
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3); }
  50% {
    opacity: 1; } }

.zoomIn {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn; }

@-webkit-keyframes zoomInDown {
  0% {
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0); }
  60% {
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0); } }

@keyframes zoomInDown {
  0% {
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0); }
  60% {
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0); } }

.zoomInDown {
  -webkit-animation-name: zoomInDown;
  animation-name: zoomInDown; }

@-webkit-keyframes zoomInLeft {
  0% {
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0); }
  60% {
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0); } }

@keyframes zoomInLeft {
  0% {
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0); }
  60% {
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0); } }

.zoomInLeft {
  -webkit-animation-name: zoomInLeft;
  animation-name: zoomInLeft; }

@-webkit-keyframes zoomInRight {
  0% {
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0); }
  60% {
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0); } }

@keyframes zoomInRight {
  0% {
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0); }
  60% {
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0); } }

.zoomInRight {
  -webkit-animation-name: zoomInRight;
  animation-name: zoomInRight; }

@-webkit-keyframes zoomInUp {
  0% {
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0); }
  60% {
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0); } }

@keyframes zoomInUp {
  0% {
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0); }
  60% {
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0); } }

.zoomInUp {
  -webkit-animation-name: zoomInUp;
  animation-name: zoomInUp; }

@-webkit-keyframes zoomOut {
  0% {
    opacity: 1; }
  50% {
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3); }
  to {
    opacity: 0; } }

@keyframes zoomOut {
  0% {
    opacity: 1; }
  50% {
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3); }
  to {
    opacity: 0; } }

.zoomOut {
  -webkit-animation-name: zoomOut;
  animation-name: zoomOut; }

@-webkit-keyframes zoomOutDown {
  40% {
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0); }
  to {
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform-origin: center bottom; } }

@keyframes zoomOutDown {
  40% {
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0); }
  to {
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform-origin: center bottom; } }

.zoomOutDown {
  -webkit-animation-name: zoomOutDown;
  animation-name: zoomOutDown; }

@-webkit-keyframes zoomOutLeft {
  40% {
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0); }
  to {
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    opacity: 0;
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform-origin: left center; } }

@keyframes zoomOutLeft {
  40% {
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0); }
  to {
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    opacity: 0;
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform-origin: left center; } }

.zoomOutLeft {
  -webkit-animation-name: zoomOutLeft;
  animation-name: zoomOutLeft; }

@-webkit-keyframes zoomOutRight {
  40% {
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0); }
  to {
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    opacity: 0;
    transform: scale(0.1) translate3d(2000px, 0, 0);
    transform-origin: right center; } }

@keyframes zoomOutRight {
  40% {
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0); }
  to {
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    opacity: 0;
    transform: scale(0.1) translate3d(2000px, 0, 0);
    transform-origin: right center; } }

.zoomOutRight {
  -webkit-animation-name: zoomOutRight;
  animation-name: zoomOutRight; }

@-webkit-keyframes zoomOutUp {
  40% {
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0); }
  to {
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform-origin: center bottom; } }

@keyframes zoomOutUp {
  40% {
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0); }
  to {
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform-origin: center bottom; } }

.zoomOutUp {
  -webkit-animation-name: zoomOutUp;
  animation-name: zoomOutUp; }

@-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); } }

.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); } }

.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); } }

.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); } }

.slideInUp {
  -webkit-animation-name: slideInUp;
  animation-name: slideInUp; }

@-webkit-keyframes slideOutDown {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0); }
  to {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: hidden; } }

@keyframes slideOutDown {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0); }
  to {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: hidden; } }

.slideOutDown {
  -webkit-animation-name: slideOutDown;
  animation-name: slideOutDown; }

@-webkit-keyframes slideOutLeft {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0); }
  to {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: hidden; } }

@keyframes slideOutLeft {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0); }
  to {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: hidden; } }

.slideOutLeft {
  -webkit-animation-name: slideOutLeft;
  animation-name: slideOutLeft; }

@-webkit-keyframes slideOutRight {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0); }
  to {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: hidden; } }

@keyframes slideOutRight {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0); }
  to {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: hidden; } }

.slideOutRight {
  -webkit-animation-name: slideOutRight;
  animation-name: slideOutRight; }

@-webkit-keyframes slideOutUp {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0); }
  to {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: hidden; } }

@keyframes slideOutUp {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0); }
  to {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: hidden; } }

.slideOutUp {
  -webkit-animation-name: slideOutUp;
  animation-name: slideOutUp; }

.animated {
  -webkit-animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-duration: 1s;
  animation-fill-mode: both; }

.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite; }

.animated.delay-1s {
  -webkit-animation-delay: 1s;
  animation-delay: 1s; }

.animated.delay-2s {
  -webkit-animation-delay: 2s;
  animation-delay: 2s; }

.animated.delay-3s {
  -webkit-animation-delay: 3s;
  animation-delay: 3s; }

.animated.delay-4s {
  -webkit-animation-delay: 4s;
  animation-delay: 4s; }

.animated.delay-5s {
  -webkit-animation-delay: 5s;
  animation-delay: 5s; }

.animated.fast {
  -webkit-animation-duration: .8s;
  animation-duration: .8s; }

.animated.faster {
  -webkit-animation-duration: .5s;
  animation-duration: .5s; }

.animated.slow {
  -webkit-animation-duration: 2s;
  animation-duration: 2s; }

.animated.slower {
  -webkit-animation-duration: 3s;
  animation-duration: 3s; }

@media (prefers-reduced-motion), (print) {
  .animated {
    -webkit-animation: unset !important;
    -webkit-transition: none !important;
    animation: unset !important;
    -o-transition: none !important;
    transition: none !important; } }

/**
 * ============================================= 
 * ================== components ===============
 * =============================================
*/
/** ============ fonts ============ **/
@font-face {
  font-family: 'SamsungOne 600C';
  src: local("../../../fonts/SamsungOne-600C"), url("../../../fonts/SamsungOne-600C.woff2") format("woff2"), url("../../../fonts/SamsungOne-600C.woff") format("woff"), url("../../../fonts/SamsungOne-600C.svg#SamsungOne-600C") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'Samsung InterFace';
  src: local("../../../fonts/Samsung InterFace"), local("../../../fonts/SamsungInterFace-Regular"), url("../../../fonts/SamsungInterFace-Regular.woff2") format("woff2"), url("../../../fonts/SamsungInterFace-Regular.woff") format("woff"), url("../../../fonts/SamsungInterFace-Regular.svg#SamsungInterFace-Regular") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'SamsungOne 700C';
  src: local("../../../fonts/SamsungOne-700C"), url("../../../fonts/SamsungOne-700C.woff2") format("woff2"), url("../../../fonts/SamsungOne-700C.woff") format("woff"), url("../../../fonts/SamsungOne-700C.svg#SamsungOne-700C") format("svg");
  font-weight: bold;
  font-style: normal; }

@font-face {
  font-family: 'SamsungOne 200C';
  src: local("../../../fonts/SamsungOne-200C"), url("../../../fonts/SamsungOne-200C.woff2") format("woff2"), url("../../../fonts/SamsungOne-200C.woff") format("woff"), url("../../../fonts/SamsungOne-200C.svg#SamsungOne-200C") format("svg");
  font-weight: 300;
  font-style: normal; }

@font-face {
  font-family: 'SamsungOne 800';
  src: local("../../../fonts/SamsungOne-800"), url("../../../fonts/SamsungOne-800.woff2") format("woff2"), url("../../../fonts/SamsungOne-800.woff") format("woff"), url("../../../fonts/SamsungOne-800.svg#SamsungOne-800") format("svg");
  font-weight: 900;
  font-style: normal; }

@font-face {
  font-family: 'SamsungOne 200';
  src: local("../../../fonts/SamsungOne-200"), url("../../../fonts/SamsungOne-200.woff2") format("woff2"), url("../../../fonts/SamsungOne-200.woff") format("woff"), url("../../../fonts/SamsungOne-200.svg#SamsungOne-200") format("svg");
  font-weight: 300;
  font-style: normal; }

@font-face {
  font-family: 'SamsungOne 450C';
  src: local("../../../fonts/SamsungOne-450C"), url("../../../fonts/SamsungOne-450C.woff2") format("woff2"), url("../../../fonts/SamsungOne-450C.woff") format("woff"), url("../../../fonts/SamsungOne-450C.svg#SamsungOne-450C") format("svg");
  font-weight: 500;
  font-style: normal; }

@font-face {
  font-family: 'Samsung InterFace';
  src: local("../../../fonts/Samsung InterFace Black"), local("../../../fonts/SamsungInterFace-Black"), url("../../../fonts/SamsungInterFace-Black.woff2") format("woff2"), url("../../../fonts/SamsungInterFace-Black.woff") format("woff"), url("../../../fonts/SamsungInterFace-Black.svg#SamsungInterFace-Black") format("svg");
  font-weight: 900;
  font-style: normal; }

@font-face {
  font-family: 'Samsung InterFace';
  src: local("../../../fonts/Samsung InterFace Bold Italic"), local("../../../fonts/SamsungInterFace-BoldItalic"), url("../../../fonts/SamsungInterFace-BoldItalic.woff2") format("woff2"), url("../../../fonts/SamsungInterFace-BoldItalic.woff") format("woff"), url("../../../fonts/SamsungInterFace-BoldItalic.svg#SamsungInterFace-BoldItalic") format("svg");
  font-weight: bold;
  font-style: italic; }

@font-face {
  font-family: 'SamsungOne 450';
  src: local("../../../fonts/SamsungOne-450"), url("../../../fonts/SamsungOne-450.woff2") format("woff2"), url("../../../fonts/SamsungOne-450.woff") format("woff"), url("../../../fonts/SamsungOne-450.svg#SamsungOne-450") format("svg");
  font-weight: 500;
  font-style: normal; }

@font-face {
  font-family: 'SamsungOne 600';
  src: local("../../../fonts/SamsungOne-600"), url("../../../fonts/SamsungOne-600.woff2") format("woff2"), url("../../../fonts/SamsungOne-600.woff") format("woff"), url("../../../fonts/SamsungOne-600.svg#SamsungOne-600") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'SamsungOne 500C';
  src: local("../../../fonts/SamsungOne-500C"), url("../../../fonts/SamsungOne-500C.woff2") format("woff2"), url("../../../fonts/SamsungOne-500C.woff") format("woff"), url("../../../fonts/SamsungOne-500C.svg#SamsungOne-500C") format("svg");
  font-weight: 500;
  font-style: normal; }

@font-face {
  font-family: 'SamsungOne 300C';
  src: local("../../../fonts/SamsungOne-300C"), url("../../../fonts/SamsungOne-300C.woff2") format("woff2"), url("../../../fonts/SamsungOne-300C.woff") format("woff"), url("../../../fonts/SamsungOne-300C.svg#SamsungOne-300C") format("svg");
  font-weight: 300;
  font-style: normal; }

@font-face {
  font-family: 'SamsungOne 400C';
  src: local("../../../fonts/SamsungOne-400C"), url("../../../fonts/SamsungOne-400C.woff2") format("woff2"), url("../../../fonts/SamsungOne-400C.woff") format("woff"), url("../../../fonts/SamsungOne-400C.svg#SamsungOne-400C") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'SamsungOne 700';
  src: local("../../../fonts/SamsungOne-700"), url("../../../fonts/SamsungOne-700.woff2") format("woff2"), url("../../../fonts/SamsungOne-700.woff") format("woff"), url("../../../fonts/SamsungOne-700.svg#SamsungOne-700") format("svg");
  font-weight: bold;
  font-style: normal; }

@font-face {
  font-family: 'SamsungOne 500';
  src: local("../../../fonts/SamsungOne-500"), url("../../../fonts/SamsungOne-500.woff2") format("woff2"), url("../../../fonts/SamsungOne-500.woff") format("woff"), url("../../../fonts/SamsungOne-500.svg#SamsungOne-500") format("svg");
  font-weight: 500;
  font-style: normal; }

@font-face {
  font-family: 'SamsungOne 400';
  src: local("../../../fonts/SamsungOne-400"), url("../../../fonts/SamsungOne-400.woff2") format("woff2"), url("../../../fonts/SamsungOne-400.woff") format("woff"), url("../../../fonts/SamsungOne-400.svg#SamsungOne-400") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'Samsung InterFace';
  src: local("../../../fonts/Samsung InterFace Italic"), local("../../../fonts/SamsungInterFace-Italic"), url("../../../fonts/SamsungInterFace-Italic.woff2") format("woff2"), url("../../../fonts/SamsungInterFace-Italic.woff") format("woff"), url("../../../fonts/SamsungInterFace-Italic.svg#SamsungInterFace-Italic") format("svg");
  font-weight: normal;
  font-style: italic; }

@font-face {
  font-family: 'Samsung InterFace';
  src: local("../../../fonts/Samsung InterFace Bold"), local("../../../fonts/SamsungInterFace-Bold"), url("../../../fonts/SamsungInterFace-Bold.woff2") format("woff2"), url("../../../fonts/SamsungInterFace-Bold.woff") format("woff"), url("../../../fonts/SamsungInterFace-Bold.svg#SamsungInterFace-Bold") format("svg");
  font-weight: bold;
  font-style: normal; }

@font-face {
  font-family: 'SamsungOne 800C';
  src: local("../../../fonts/SamsungOne-800C"), url("../../../fonts/SamsungOne-800C.woff2") format("woff2"), url("../../../fonts/SamsungOne-800C.woff") format("woff"), url("../../../fonts/SamsungOne-800C.svg#SamsungOne-800C") format("svg");
  font-weight: 900;
  font-style: normal; }

@font-face {
  font-family: 'SamsungOne 300';
  src: local("../../../fonts/SamsungOne-300"), url("../../../fonts/SamsungOne-300.woff2") format("woff2"), url("../../../fonts/SamsungOne-300.woff") format("woff"), url("../../../fonts/SamsungOne-300.svg#SamsungOne-300") format("svg");
  font-weight: 300;
  font-style: normal; }

@font-face {
  font-family: 'Samsung Sharp Sans';
  src: local("../../../fonts/Samsung Sharp Sans"), local("../../../fonts/SamsungSharpSans"), url("../../../fonts/SamsungSharpSans.woff2") format("woff2"), url("../../../fonts/SamsungSharpSans.woff") format("woff"), url("../../../fonts/SamsungSharpSans.svg#SamsungSharpSans") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'Samsung Sharp Sans';
  src: local("../../../fonts/Samsung Sharp Sans Medium"), local("../../../fonts/SamsungSharpSans-Medium"), url("../../../fonts/SamsungSharpSans-Medium.woff2") format("woff2"), url("../../../fonts/SamsungSharpSans-Medium.woff") format("woff"), url("../../../fonts/SamsungSharpSans-Medium.svg#SamsungSharpSans-Medium") format("svg");
  font-weight: 500;
  font-style: normal; }

@font-face {
  font-family: 'Samsung Sharp Sans';
  src: local("../../../fonts/Samsung Sharp Sans Bold"), local("../../../fonts/SamsungSharpSans-Bold"), url("../../../fonts/SamsungSharpSans-Bold.woff2") format("woff2"), url("../../../fonts/SamsungSharpSans-Bold.woff") format("woff"), url("../../../fonts/SamsungSharpSans-Bold.svg#SamsungSharpSans-Bold") format("svg");
  font-weight: bold;
  font-style: normal; }

.fs--11 {
  font-size: 0.5729166667vw; }
  @media only screen and (min-width: 100px) and (max-width: 414px) {
    .fs--11 {
      font-size: 2.9333333333vw; } }

.fs--12 {
  font-size: 0.625vw; }
  @media only screen and (min-width: 100px) and (max-width: 414px) {
    .fs--12 {
      font-size: 3.2vw; } }

.fs--14 {
  font-size: 0.7291666667vw; }
  @media only screen and (min-width: 100px) and (max-width: 414px) {
    .fs--14 {
      font-size: 3.7333333333vw; } }

.fs--16 {
  font-size: 0.8333333333vw;
  line-height: 1.4; }
  @media only screen and (min-width: 100px) and (max-width: 414px) {
    .fs--16 {
      font-size: 4.2666666667vw; } }
  @media only screen and (min-width: 415px) and (max-width: 1080px) {
    .fs--16 {
      font-size: 2.0833333333vw; } }

.fs--18 {
  font-size: 0.9375vw; }
  @media only screen and (min-width: 100px) and (max-width: 414px) {
    .fs--18 {
      font-size: 4.8vw; } }

.fs--20 {
  font-size: 1.0416666667vw;
  line-height: 1.4; }
  @media only screen and (min-width: 100px) and (max-width: 414px) {
    .fs--20 {
      font-size: 4vw; } }
  @media only screen and (min-width: 415px) and (max-width: 1080px) {
    .fs--20 {
      font-size: 1.953125vw; } }

.fs--22 {
  font-size: 1.1458333333vw; }
  @media only screen and (min-width: 100px) and (max-width: 414px) {
    .fs--22 {
      font-size: 5.8666666667vw; } }
  @media only screen and (min-width: 415px) and (max-width: 1080px) {
    .fs--22 {
      font-size: 2.8645833333vw; } }

.fs--24 {
  font-size: 1.25vw; }
  @media only screen and (min-width: 100px) and (max-width: 414px) {
    .fs--24 {
      font-size: 4.2666666667vw; } }

.fs--26 {
  font-size: 1.3541666667vw; }
  @media only screen and (min-width: 100px) and (max-width: 414px) {
    .fs--26 {
      font-size: 6.9333333333vw; } }
  @media only screen and (min-width: 415px) and (max-width: 1080px) {
    .fs--26 {
      font-size: 3.3854166667vw; } }

.fs--28 {
  font-size: 1.4583333333vw; }
  @media only screen and (min-width: 100px) and (max-width: 414px) {
    .fs--28 {
      font-size: 7.4666666667vw; } }

.fs--30 {
  font-size: 1.5625vw; }
  @media only screen and (min-width: 100px) and (max-width: 414px) {
    .fs--30 {
      font-size: 8vw; } }

.fs--32 {
  font-size: 1.6666666667vw; }
  @media only screen and (min-width: 100px) and (max-width: 414px) {
    .fs--32 {
      font-size: 8.5333333333vw; } }

.fs--34 {
  font-size: 1.7708333333vw; }
  @media only screen and (min-width: 100px) and (max-width: 414px) {
    .fs--34 {
      font-size: 9.0666666667vw; } }

.fs--35 {
  font-size: 1.8229166667vw; }
  @media only screen and (min-width: 100px) and (max-width: 414px) {
    .fs--35 {
      font-size: 9.3333333333vw; } }
  @media only screen and (min-width: 415px) and (max-width: 1080px) {
    .fs--35 {
      font-size: 4.5572916667vw; } }

.fs--36 {
  font-size: 1.875vw; }
  @media only screen and (min-width: 100px) and (max-width: 414px) {
    .fs--36 {
      font-size: 9.6vw; } }

.fs--40 {
  font-size: 2.0833333333vw; }
  @media only screen and (min-width: 100px) and (max-width: 414px) {
    .fs--40 {
      font-size: 5.8666666667vw; } }
  @media only screen and (min-width: 415px) and (max-width: 1080px) {
    .fs--40 {
      font-size: 2.8645833333vw; } }

.fs--45 {
  font-size: 2.34375vw; }
  @media only screen and (min-width: 100px) and (max-width: 414px) {
    .fs--45 {
      font-size: 10.6666666667vw; } }
  @media only screen and (min-width: 415px) and (max-width: 1080px) {
    .fs--45 {
      font-size: 5.2083333333vw; } }

.fs--50 {
  font-size: 2.6041666667vw; }
  @media only screen and (min-width: 100px) and (max-width: 414px) {
    .fs--50 {
      font-size: 6.1333333333vw; } }
  @media only screen and (min-width: 415px) and (max-width: 1080px) {
    .fs--50 {
      font-size: 2.9947916667vw; } }

.fs--55 {
  font-size: 2.8645833333vw; }
  @media only screen and (min-width: 100px) and (max-width: 414px) {
    .fs--55 {
      font-size: 8vw; } }
  @media only screen and (min-width: 415px) and (max-width: 1080px) {
    .fs--55 {
      font-size: 3.90625vw; } }

.fs--60 {
  font-size: 3.125vw; }
  @media only screen and (min-width: 100px) and (max-width: 414px) {
    .fs--60 {
      font-size: 9.0666666667vw; } }
  @media only screen and (min-width: 415px) and (max-width: 1080px) {
    .fs--60 {
      font-size: 4.4270833333vw; } }

.fs--75 {
  font-size: 3.90625vw; }
  @media only screen and (min-width: 100px) and (max-width: 414px) {
    .fs--75 {
      font-size: 10vw; } }

.fs--90 {
  font-size: 4.6875vw; }
  @media only screen and (min-width: 100px) and (max-width: 414px) {
    .fs--90 {
      font-size: 12vw; } }

.fs--700 {
  font-size: 36.4583333333vw; }
  @media only screen and (min-width: 100px) and (max-width: 414px) {
    .fs--700 {
      font-size: 40vw; } }

.fs--1050 {
  font-size: 54.6875vw; }
  @media only screen and (min-width: 100px) and (max-width: 414px) {
    .fs--1050 {
      font-size: 53.3333333333vw; } }

.fw--bold {
  font-weight: 900; }

.fw--light {
  font-weight: 300; }

.ff--heading-custom {
  font-family: 'SamsungOne 800'; }

.ff--one700 {
  font-family: 'SamsungOne 700'; }

/** ============ paddings ============ **/
.pt--5 {
  padding-top: 0.2604166667vw; }
  @media only screen and (min-width: 100px) and (max-width: 414px) {
    .pt--5 {
      padding-top: 1.3333333333vw; } }
  @media only screen and (min-width: 415px) and (max-width: 1080px) {
    .pt--5 {
      padding-top: 0.6510416667vw; } }

.pt--10 {
  padding-top: 0.5208333333vw; }
  @media only screen and (min-width: 100px) and (max-width: 414px) {
    .pt--10 {
      padding-top: 2.6666666667vw; } }
  @media only screen and (min-width: 415px) and (max-width: 1080px) {
    .pt--10 {
      padding-top: 1.3020833333vw; } }

.pt--15 {
  padding-top: 0.78125vw; }
  @media only screen and (min-width: 100px) and (max-width: 414px) {
    .pt--15 {
      padding-top: 4vw; } }
  @media only screen and (min-width: 415px) and (max-width: 1080px) {
    .pt--15 {
      padding-top: 1.953125vw; } }

.pt--20 {
  padding-top: 1.0416666667vw; }
  @media only screen and (min-width: 100px) and (max-width: 414px) {
    .pt--20 {
      padding-top: 5.3333333333vw; } }
  @media only screen and (min-width: 415px) and (max-width: 1080px) {
    .pt--20 {
      padding-top: 2.6041666667vw; } }

.pt--25 {
  padding-top: 1.3020833333vw; }
  @media only screen and (min-width: 100px) and (max-width: 414px) {
    .pt--25 {
      padding-top: 6.6666666667vw; } }
  @media only screen and (min-width: 415px) and (max-width: 1080px) {
    .pt--25 {
      padding-top: 3.2552083333vw; } }

.pt--30 {
  padding-top: 1.5625vw; }
  @media only screen and (min-width: 100px) and (max-width: 414px) {
    .pt--30 {
      padding-top: 8vw; } }
  @media only screen and (min-width: 415px) and (max-width: 1080px) {
    .pt--30 {
      padding-top: 3.90625vw; } }

.pt--35 {
  padding-top: 1.8229166667vw; }
  @media only screen and (min-width: 100px) and (max-width: 414px) {
    .pt--35 {
      padding-top: 9.3333333333vw; } }
  @media only screen and (min-width: 415px) and (max-width: 1080px) {
    .pt--35 {
      padding-top: 4.5572916667vw; } }

.pt--40 {
  padding-top: 2.0833333333vw; }
  @media only screen and (min-width: 100px) and (max-width: 414px) {
    .pt--40 {
      padding-top: 10.6666666667vw; } }
  @media only screen and (min-width: 415px) and (max-width: 1080px) {
    .pt--40 {
      padding-top: 5.2083333333vw; } }

.pt--45 {
  padding-top: 2.34375vw; }
  @media only screen and (min-width: 100px) and (max-width: 414px) {
    .pt--45 {
      padding-top: 12vw; } }
  @media only screen and (min-width: 415px) and (max-width: 1080px) {
    .pt--45 {
      padding-top: 5.859375vw; } }

.pt--50 {
  padding-top: 2.6041666667vw; }
  @media only screen and (min-width: 100px) and (max-width: 414px) {
    .pt--50 {
      padding-top: 13.3333333333vw; } }
  @media only screen and (min-width: 415px) and (max-width: 1080px) {
    .pt--50 {
      padding-top: 6.5104166667vw; } }

.pt--55 {
  padding-top: 2.8645833333vw; }
  @media only screen and (min-width: 100px) and (max-width: 414px) {
    .pt--55 {
      padding-top: 14.6666666667vw; } }
  @media only screen and (min-width: 415px) and (max-width: 1080px) {
    .pt--55 {
      padding-top: 7.1614583333vw; } }

.pt--60 {
  padding-top: 3.125vw; }
  @media only screen and (min-width: 100px) and (max-width: 414px) {
    .pt--60 {
      padding-top: 16vw; } }
  @media only screen and (min-width: 415px) and (max-width: 1080px) {
    .pt--60 {
      padding-top: 7.8125vw; } }

.pt--65 {
  padding-top: 3.3854166667vw; }
  @media only screen and (min-width: 100px) and (max-width: 414px) {
    .pt--65 {
      padding-top: 17.3333333333vw; } }
  @media only screen and (min-width: 415px) and (max-width: 1080px) {
    .pt--65 {
      padding-top: 8.4635416667vw; } }

.pt--70 {
  padding-top: 3.6458333333vw; }
  @media only screen and (min-width: 100px) and (max-width: 414px) {
    .pt--70 {
      padding-top: 18.6666666667vw; } }
  @media only screen and (min-width: 415px) and (max-width: 1080px) {
    .pt--70 {
      padding-top: 9.1145833333vw; } }

.pt--75 {
  padding-top: 3.90625vw; }
  @media only screen and (min-width: 100px) and (max-width: 414px) {
    .pt--75 {
      padding-top: 20vw; } }
  @media only screen and (min-width: 415px) and (max-width: 1080px) {
    .pt--75 {
      padding-top: 9.765625vw; } }

.pt--80 {
  padding-top: 4.1666666667vw; }
  @media only screen and (min-width: 100px) and (max-width: 414px) {
    .pt--80 {
      padding-top: 21.3333333333vw; } }
  @media only screen and (min-width: 415px) and (max-width: 1080px) {
    .pt--80 {
      padding-top: 10.4166666667vw; } }

.pt--85 {
  padding-top: 4.4270833333vw; }
  @media only screen and (min-width: 100px) and (max-width: 414px) {
    .pt--85 {
      padding-top: 22.6666666667vw; } }
  @media only screen and (min-width: 415px) and (max-width: 1080px) {
    .pt--85 {
      padding-top: 11.0677083333vw; } }

.pt--90 {
  padding-top: 4.6875vw; }
  @media only screen and (min-width: 100px) and (max-width: 414px) {
    .pt--90 {
      padding-top: 24vw; } }
  @media only screen and (min-width: 415px) and (max-width: 1080px) {
    .pt--90 {
      padding-top: 11.71875vw; } }

.pt--95 {
  padding-top: 4.9479166667vw; }
  @media only screen and (min-width: 100px) and (max-width: 414px) {
    .pt--95 {
      padding-top: 25.3333333333vw; } }
  @media only screen and (min-width: 415px) and (max-width: 1080px) {
    .pt--95 {
      padding-top: 12.3697916667vw; } }

.pt--100 {
  padding-top: 5.2083333333vw; }
  @media only screen and (min-width: 100px) and (max-width: 414px) {
    .pt--100 {
      padding-top: 26.6666666667vw; } }
  @media only screen and (min-width: 415px) and (max-width: 1080px) {
    .pt--100 {
      padding-top: 13.0208333333vw; } }

.pt--150 {
  padding-top: 7.8125vw; }
  @media only screen and (min-width: 100px) and (max-width: 414px) {
    .pt--150 {
      padding-top: 16vw; } }
  @media only screen and (min-width: 415px) and (max-width: 1080px) {
    .pt--150 {
      padding-top: 19.53125vw; } }

.pb--5 {
  padding-bottom: 0.2604166667vw; }
  @media only screen and (min-width: 100px) and (max-width: 414px) {
    .pb--5 {
      padding-bottom: 1.3333333333vw; } }
  @media only screen and (min-width: 415px) and (max-width: 1080px) {
    .pb--5 {
      padding-bottom: 0.6510416667vw; } }

.pb--10 {
  padding-bottom: 0.5208333333vw; }
  @media only screen and (min-width: 100px) and (max-width: 414px) {
    .pb--10 {
      padding-bottom: 2.6666666667vw; } }
  @media only screen and (min-width: 415px) and (max-width: 1080px) {
    .pb--10 {
      padding-bottom: 1.3020833333vw; } }

.pb--15 {
  padding-bottom: 0.78125vw; }
  @media only screen and (min-width: 100px) and (max-width: 414px) {
    .pb--15 {
      padding-bottom: 4vw; } }
  @media only screen and (min-width: 415px) and (max-width: 1080px) {
    .pb--15 {
      padding-bottom: 1.953125vw; } }

.pb--20 {
  padding-bottom: 1.0416666667vw; }
  @media only screen and (min-width: 100px) and (max-width: 414px) {
    .pb--20 {
      padding-bottom: 5.3333333333vw; } }
  @media only screen and (min-width: 415px) and (max-width: 1080px) {
    .pb--20 {
      padding-bottom: 2.6041666667vw; } }

.pb--25 {
  padding-bottom: 1.3020833333vw; }
  @media only screen and (min-width: 100px) and (max-width: 414px) {
    .pb--25 {
      padding-bottom: 6.6666666667vw; } }
  @media only screen and (min-width: 415px) and (max-width: 1080px) {
    .pb--25 {
      padding-bottom: 3.2552083333vw; } }

.pb--30 {
  padding-bottom: 1.5625vw; }
  @media only screen and (min-width: 100px) and (max-width: 414px) {
    .pb--30 {
      padding-bottom: 8vw; } }
  @media only screen and (min-width: 415px) and (max-width: 1080px) {
    .pb--30 {
      padding-bottom: 3.90625vw; } }

.pb--35 {
  padding-bottom: 1.8229166667vw; }
  @media only screen and (min-width: 100px) and (max-width: 414px) {
    .pb--35 {
      padding-bottom: 9.3333333333vw; } }
  @media only screen and (min-width: 415px) and (max-width: 1080px) {
    .pb--35 {
      padding-bottom: 4.5572916667vw; } }

.pb--40 {
  padding-bottom: 2.0833333333vw; }
  @media only screen and (min-width: 100px) and (max-width: 414px) {
    .pb--40 {
      padding-bottom: 10.6666666667vw; } }
  @media only screen and (min-width: 415px) and (max-width: 1080px) {
    .pb--40 {
      padding-bottom: 5.2083333333vw; } }

.pb--45 {
  padding-bottom: 2.34375vw; }
  @media only screen and (min-width: 100px) and (max-width: 414px) {
    .pb--45 {
      padding-bottom: 12vw; } }
  @media only screen and (min-width: 415px) and (max-width: 1080px) {
    .pb--45 {
      padding-bottom: 5.859375vw; } }

.pb--50 {
  padding-bottom: 2.6041666667vw; }
  @media only screen and (min-width: 100px) and (max-width: 414px) {
    .pb--50 {
      padding-bottom: 13.3333333333vw; } }
  @media only screen and (min-width: 415px) and (max-width: 1080px) {
    .pb--50 {
      padding-bottom: 6.5104166667vw; } }

.pb--55 {
  padding-bottom: 2.8645833333vw; }
  @media only screen and (min-width: 100px) and (max-width: 414px) {
    .pb--55 {
      padding-bottom: 14.6666666667vw; } }
  @media only screen and (min-width: 415px) and (max-width: 1080px) {
    .pb--55 {
      padding-bottom: 7.1614583333vw; } }

.pb--60 {
  padding-bottom: 3.125vw; }
  @media only screen and (min-width: 100px) and (max-width: 414px) {
    .pb--60 {
      padding-bottom: 16vw; } }
  @media only screen and (min-width: 415px) and (max-width: 1080px) {
    .pb--60 {
      padding-bottom: 7.8125vw; } }

.pb--65 {
  padding-bottom: 3.3854166667vw; }
  @media only screen and (min-width: 100px) and (max-width: 414px) {
    .pb--65 {
      padding-bottom: 17.3333333333vw; } }
  @media only screen and (min-width: 415px) and (max-width: 1080px) {
    .pb--65 {
      padding-bottom: 8.4635416667vw; } }

.pb--70 {
  padding-bottom: 3.6458333333vw; }
  @media only screen and (min-width: 100px) and (max-width: 414px) {
    .pb--70 {
      padding-bottom: 18.6666666667vw; } }
  @media only screen and (min-width: 415px) and (max-width: 1080px) {
    .pb--70 {
      padding-bottom: 9.1145833333vw; } }

.pb--75 {
  padding-bottom: 3.90625vw; }
  @media only screen and (min-width: 100px) and (max-width: 414px) {
    .pb--75 {
      padding-bottom: 20vw; } }
  @media only screen and (min-width: 415px) and (max-width: 1080px) {
    .pb--75 {
      padding-bottom: 9.765625vw; } }

.pb--80 {
  padding-bottom: 4.1666666667vw; }
  @media only screen and (min-width: 100px) and (max-width: 414px) {
    .pb--80 {
      padding-bottom: 21.3333333333vw; } }
  @media only screen and (min-width: 415px) and (max-width: 1080px) {
    .pb--80 {
      padding-bottom: 10.4166666667vw; } }

.pb--85 {
  padding-bottom: 4.4270833333vw; }
  @media only screen and (min-width: 100px) and (max-width: 414px) {
    .pb--85 {
      padding-bottom: 22.6666666667vw; } }
  @media only screen and (min-width: 415px) and (max-width: 1080px) {
    .pb--85 {
      padding-bottom: 11.0677083333vw; } }

.pb--90 {
  padding-bottom: 4.6875vw; }
  @media only screen and (min-width: 100px) and (max-width: 414px) {
    .pb--90 {
      padding-bottom: 24vw; } }
  @media only screen and (min-width: 415px) and (max-width: 1080px) {
    .pb--90 {
      padding-bottom: 11.71875vw; } }

.pb--95 {
  padding-bottom: 4.9479166667vw; }
  @media only screen and (min-width: 100px) and (max-width: 414px) {
    .pb--95 {
      padding-bottom: 13.3333333333vw; } }
  @media only screen and (min-width: 415px) and (max-width: 1080px) {
    .pb--95 {
      padding-bottom: 6.5104166667vw; } }

.pb--100 {
  padding-bottom: 5.2083333333vw; }
  @media only screen and (min-width: 100px) and (max-width: 414px) {
    .pb--100 {
      padding-bottom: 26.6666666667vw; } }
  @media only screen and (min-width: 415px) and (max-width: 1080px) {
    .pb--100 {
      padding-bottom: 13.0208333333vw; } }

.pb--150 {
  padding-bottom: 7.8125vw; }
  @media only screen and (min-width: 100px) and (max-width: 414px) {
    .pb--150 {
      padding-bottom: 13.3333333333vw; } }
  @media only screen and (min-width: 415px) and (max-width: 1080px) {
    .pb--150 {
      padding-bottom: 6.5104166667vw; } }

.pl--5 {
  padding-left: 0.2604166667vw; }
  @media only screen and (min-width: 100px) and (max-width: 414px) {
    .pl--5 {
      padding-left: 1.3333333333vw; } }
  @media only screen and (min-width: 415px) and (max-width: 1080px) {
    .pl--5 {
      padding-left: 0.6510416667vw; } }

.pl--10 {
  padding-left: 0.5208333333vw; }
  @media only screen and (min-width: 100px) and (max-width: 414px) {
    .pl--10 {
      padding-left: 2.6666666667vw; } }
  @media only screen and (min-width: 415px) and (max-width: 1080px) {
    .pl--10 {
      padding-left: 1.3020833333vw; } }

.pl--15 {
  padding-left: 0.78125vw; }
  @media only screen and (min-width: 100px) and (max-width: 414px) {
    .pl--15 {
      padding-left: 4vw; } }
  @media only screen and (min-width: 415px) and (max-width: 1080px) {
    .pl--15 {
      padding-left: 1.953125vw; } }

.pl--20 {
  padding-left: 1.0416666667vw; }
  @media only screen and (min-width: 100px) and (max-width: 414px) {
    .pl--20 {
      padding-left: 5.3333333333vw; } }
  @media only screen and (min-width: 415px) and (max-width: 1080px) {
    .pl--20 {
      padding-left: 2.6041666667vw; } }

.pl--25 {
  padding-left: 1.3020833333vw; }
  @media only screen and (min-width: 100px) and (max-width: 414px) {
    .pl--25 {
      padding-left: 6.6666666667vw; } }
  @media only screen and (min-width: 415px) and (max-width: 1080px) {
    .pl--25 {
      padding-left: 3.2552083333vw; } }

.pl--30 {
  padding-left: 1.5625vw; }
  @media only screen and (min-width: 100px) and (max-width: 414px) {
    .pl--30 {
      padding-left: 8vw; } }
  @media only screen and (min-width: 415px) and (max-width: 1080px) {
    .pl--30 {
      padding-left: 3.90625vw; } }

.pl--35 {
  padding-left: 1.8229166667vw; }
  @media only screen and (min-width: 100px) and (max-width: 414px) {
    .pl--35 {
      padding-left: 9.3333333333vw; } }
  @media only screen and (min-width: 415px) and (max-width: 1080px) {
    .pl--35 {
      padding-left: 4.5572916667vw; } }

.pl--40 {
  padding-left: 2.0833333333vw; }
  @media only screen and (min-width: 100px) and (max-width: 414px) {
    .pl--40 {
      padding-left: 10.6666666667vw; } }
  @media only screen and (min-width: 415px) and (max-width: 1080px) {
    .pl--40 {
      padding-left: 5.2083333333vw; } }

.pl--45 {
  padding-left: 2.34375vw; }
  @media only screen and (min-width: 100px) and (max-width: 414px) {
    .pl--45 {
      padding-left: 12vw; } }
  @media only screen and (min-width: 415px) and (max-width: 1080px) {
    .pl--45 {
      padding-left: 5.859375vw; } }

.pl--50 {
  padding-left: 2.6041666667vw; }
  @media only screen and (min-width: 100px) and (max-width: 414px) {
    .pl--50 {
      padding-left: 13.3333333333vw; } }
  @media only screen and (min-width: 415px) and (max-width: 1080px) {
    .pl--50 {
      padding-left: 6.5104166667vw; } }

.pl--55 {
  padding-left: 2.8645833333vw; }
  @media only screen and (min-width: 100px) and (max-width: 414px) {
    .pl--55 {
      padding-left: 14.6666666667vw; } }
  @media only screen and (min-width: 415px) and (max-width: 1080px) {
    .pl--55 {
      padding-left: 7.1614583333vw; } }

.pl--60 {
  padding-left: 3.125vw; }
  @media only screen and (min-width: 100px) and (max-width: 414px) {
    .pl--60 {
      padding-left: 16vw; } }
  @media only screen and (min-width: 415px) and (max-width: 1080px) {
    .pl--60 {
      padding-left: 7.8125vw; } }

.pl--65 {
  padding-left: 3.3854166667vw; }
  @media only screen and (min-width: 100px) and (max-width: 414px) {
    .pl--65 {
      padding-left: 17.3333333333vw; } }
  @media only screen and (min-width: 415px) and (max-width: 1080px) {
    .pl--65 {
      padding-left: 8.4635416667vw; } }

.pl--70 {
  padding-left: 3.6458333333vw; }
  @media only screen and (min-width: 100px) and (max-width: 414px) {
    .pl--70 {
      padding-left: 18.6666666667vw; } }
  @media only screen and (min-width: 415px) and (max-width: 1080px) {
    .pl--70 {
      padding-left: 9.1145833333vw; } }

.pl--75 {
  padding-left: 3.90625vw; }
  @media only screen and (min-width: 100px) and (max-width: 414px) {
    .pl--75 {
      padding-left: 20vw; } }
  @media only screen and (min-width: 415px) and (max-width: 1080px) {
    .pl--75 {
      padding-left: 9.765625vw; } }

.pl--80 {
  padding-left: 4.1666666667vw; }
  @media only screen and (min-width: 100px) and (max-width: 414px) {
    .pl--80 {
      padding-left: 21.3333333333vw; } }
  @media only screen and (min-width: 415px) and (max-width: 1080px) {
    .pl--80 {
      padding-left: 10.4166666667vw; } }

.pl--85 {
  padding-left: 4.4270833333vw; }
  @media only screen and (min-width: 100px) and (max-width: 414px) {
    .pl--85 {
      padding-left: 22.6666666667vw; } }
  @media only screen and (min-width: 415px) and (max-width: 1080px) {
    .pl--85 {
      padding-left: 11.0677083333vw; } }

.pl--90 {
  padding-left: 4.6875vw; }
  @media only screen and (min-width: 100px) and (max-width: 414px) {
    .pl--90 {
      padding-left: 24vw; } }
  @media only screen and (min-width: 415px) and (max-width: 1080px) {
    .pl--90 {
      padding-left: 11.71875vw; } }

.pl--95 {
  padding-left: 4.9479166667vw; }
  @media only screen and (min-width: 100px) and (max-width: 414px) {
    .pl--95 {
      padding-left: 25.3333333333vw; } }
  @media only screen and (min-width: 415px) and (max-width: 1080px) {
    .pl--95 {
      padding-left: 12.3697916667vw; } }

.pl--100 {
  padding-left: 5.2083333333vw; }
  @media only screen and (min-width: 100px) and (max-width: 414px) {
    .pl--100 {
      padding-left: 8vw; } }
  @media only screen and (min-width: 415px) and (max-width: 1080px) {
    .pl--100 {
      padding-left: 3.90625vw; } }

.pl--150 {
  padding-left: 7.8125vw; }
  @media only screen and (min-width: 100px) and (max-width: 414px) {
    .pl--150 {
      padding-left: 8vw; } }
  @media only screen and (min-width: 415px) and (max-width: 1080px) {
    .pl--150 {
      padding-left: 6.5104166667vw; } }

.pl--200 {
  padding-left: 10.4166666667vw; }
  @media only screen and (min-width: 100px) and (max-width: 414px) {
    .pl--200 {
      padding-left: 13.3333333333vw; } }
  @media only screen and (min-width: 415px) and (max-width: 1080px) {
    .pl--200 {
      padding-left: 6.5104166667vw; } }

.pl--230 {
  padding-left: 11.9791666667vw; }
  @media only screen and (min-width: 100px) and (max-width: 414px) {
    .pl--230 {
      padding-left: 13.3333333333vw; } }
  @media only screen and (min-width: 415px) and (max-width: 1080px) {
    .pl--230 {
      padding-left: 6.5104166667vw; } }

.pl--300 {
  padding-left: 15.625vw; }
  @media only screen and (min-width: 100px) and (max-width: 414px) {
    .pl--300 {
      padding-left: 13.3333333333vw; } }
  @media only screen and (min-width: 415px) and (max-width: 1080px) {
    .pl--300 {
      padding-left: 6.5104166667vw; } }

.pr--5 {
  padding-right: 0.2604166667vw; }
  @media only screen and (min-width: 100px) and (max-width: 414px) {
    .pr--5 {
      padding-right: 1.3333333333vw; } }
  @media only screen and (min-width: 415px) and (max-width: 1080px) {
    .pr--5 {
      padding-right: 0.6510416667vw; } }

.pr--10 {
  padding-right: 0.5208333333vw; }
  @media only screen and (min-width: 100px) and (max-width: 414px) {
    .pr--10 {
      padding-right: 2.6666666667vw; } }
  @media only screen and (min-width: 415px) and (max-width: 1080px) {
    .pr--10 {
      padding-right: 1.3020833333vw; } }

.pr--15 {
  padding-right: 0.78125vw; }
  @media only screen and (min-width: 100px) and (max-width: 414px) {
    .pr--15 {
      padding-right: 4vw; } }
  @media only screen and (min-width: 415px) and (max-width: 1080px) {
    .pr--15 {
      padding-right: 1.953125vw; } }

.pr--20 {
  padding-right: 1.0416666667vw; }
  @media only screen and (min-width: 100px) and (max-width: 414px) {
    .pr--20 {
      padding-right: 5.3333333333vw; } }
  @media only screen and (min-width: 415px) and (max-width: 1080px) {
    .pr--20 {
      padding-right: 2.6041666667vw; } }

.pr--25 {
  padding-right: 1.3020833333vw; }
  @media only screen and (min-width: 100px) and (max-width: 414px) {
    .pr--25 {
      padding-right: 6.6666666667vw; } }
  @media only screen and (min-width: 415px) and (max-width: 1080px) {
    .pr--25 {
      padding-right: 3.2552083333vw; } }

.pr--30 {
  padding-right: 1.5625vw; }
  @media only screen and (min-width: 100px) and (max-width: 414px) {
    .pr--30 {
      padding-right: 8vw; } }
  @media only screen and (min-width: 415px) and (max-width: 1080px) {
    .pr--30 {
      padding-right: 3.90625vw; } }

.pr--35 {
  padding-right: 1.8229166667vw; }
  @media only screen and (min-width: 100px) and (max-width: 414px) {
    .pr--35 {
      padding-right: 9.3333333333vw; } }
  @media only screen and (min-width: 415px) and (max-width: 1080px) {
    .pr--35 {
      padding-right: 4.5572916667vw; } }

.pr--40 {
  padding-right: 2.0833333333vw; }
  @media only screen and (min-width: 100px) and (max-width: 414px) {
    .pr--40 {
      padding-right: 10.6666666667vw; } }
  @media only screen and (min-width: 415px) and (max-width: 1080px) {
    .pr--40 {
      padding-right: 5.2083333333vw; } }

.pr--45 {
  padding-right: 2.34375vw; }
  @media only screen and (min-width: 100px) and (max-width: 414px) {
    .pr--45 {
      padding-right: 12vw; } }
  @media only screen and (min-width: 415px) and (max-width: 1080px) {
    .pr--45 {
      padding-right: 5.859375vw; } }

.pr--50 {
  padding-right: 2.6041666667vw; }
  @media only screen and (min-width: 100px) and (max-width: 414px) {
    .pr--50 {
      padding-right: 13.3333333333vw; } }
  @media only screen and (min-width: 415px) and (max-width: 1080px) {
    .pr--50 {
      padding-right: 6.5104166667vw; } }

.pr--55 {
  padding-right: 2.8645833333vw; }
  @media only screen and (min-width: 100px) and (max-width: 414px) {
    .pr--55 {
      padding-right: 14.6666666667vw; } }
  @media only screen and (min-width: 415px) and (max-width: 1080px) {
    .pr--55 {
      padding-right: 7.1614583333vw; } }

.pr--60 {
  padding-right: 3.125vw; }
  @media only screen and (min-width: 100px) and (max-width: 414px) {
    .pr--60 {
      padding-right: 16vw; } }
  @media only screen and (min-width: 415px) and (max-width: 1080px) {
    .pr--60 {
      padding-right: 7.8125vw; } }

.pr--65 {
  padding-right: 3.3854166667vw; }
  @media only screen and (min-width: 100px) and (max-width: 414px) {
    .pr--65 {
      padding-right: 17.3333333333vw; } }
  @media only screen and (min-width: 415px) and (max-width: 1080px) {
    .pr--65 {
      padding-right: 8.4635416667vw; } }

.pr--70 {
  padding-right: 3.6458333333vw; }
  @media only screen and (min-width: 100px) and (max-width: 414px) {
    .pr--70 {
      padding-right: 18.6666666667vw; } }
  @media only screen and (min-width: 415px) and (max-width: 1080px) {
    .pr--70 {
      padding-right: 9.1145833333vw; } }

.pr--75 {
  padding-right: 3.90625vw; }
  @media only screen and (min-width: 100px) and (max-width: 414px) {
    .pr--75 {
      padding-right: 20vw; } }
  @media only screen and (min-width: 415px) and (max-width: 1080px) {
    .pr--75 {
      padding-right: 9.765625vw; } }

.pr--80 {
  padding-right: 4.1666666667vw; }
  @media only screen and (min-width: 100px) and (max-width: 414px) {
    .pr--80 {
      padding-right: 21.3333333333vw; } }
  @media only screen and (min-width: 415px) and (max-width: 1080px) {
    .pr--80 {
      padding-right: 10.4166666667vw; } }

.pr--85 {
  padding-right: 4.4270833333vw; }
  @media only screen and (min-width: 100px) and (max-width: 414px) {
    .pr--85 {
      padding-right: 22.6666666667vw; } }
  @media only screen and (min-width: 415px) and (max-width: 1080px) {
    .pr--85 {
      padding-right: 11.0677083333vw; } }

.pr--90 {
  padding-right: 4.6875vw; }
  @media only screen and (min-width: 100px) and (max-width: 414px) {
    .pr--90 {
      padding-right: 24vw; } }
  @media only screen and (min-width: 415px) and (max-width: 1080px) {
    .pr--90 {
      padding-right: 11.71875vw; } }

.pr--95 {
  padding-right: 4.9479166667vw; }
  @media only screen and (min-width: 100px) and (max-width: 414px) {
    .pr--95 {
      padding-right: 25.3333333333vw; } }
  @media only screen and (min-width: 415px) and (max-width: 1080px) {
    .pr--95 {
      padding-right: 12.3697916667vw; } }

.pr--100 {
  padding-right: 5.2083333333vw; }
  @media only screen and (min-width: 100px) and (max-width: 414px) {
    .pr--100 {
      padding-right: 8vw; } }
  @media only screen and (min-width: 415px) and (max-width: 1080px) {
    .pr--100 {
      padding-right: 3.90625vw; } }

.pr--150 {
  padding-right: 7.8125vw; }
  @media only screen and (min-width: 100px) and (max-width: 414px) {
    .pr--150 {
      padding-right: 8vw; } }
  @media only screen and (min-width: 415px) and (max-width: 1080px) {
    .pr--150 {
      padding-right: 6.5104166667vw; } }

.pr--200 {
  padding-right: 10.4166666667vw; }
  @media only screen and (min-width: 100px) and (max-width: 414px) {
    .pr--200 {
      padding-right: 13.3333333333vw; } }
  @media only screen and (min-width: 415px) and (max-width: 1080px) {
    .pr--200 {
      padding-right: 6.5104166667vw; } }

.pr--230 {
  padding-right: 11.9791666667vw; }
  @media only screen and (min-width: 100px) and (max-width: 414px) {
    .pr--230 {
      padding-right: 13.3333333333vw; } }
  @media only screen and (min-width: 415px) and (max-width: 1080px) {
    .pr--230 {
      padding-right: 6.5104166667vw; } }

.pr--300 {
  padding-right: 15.625vw; }
  @media only screen and (min-width: 100px) and (max-width: 414px) {
    .pr--300 {
      padding-right: 13.3333333333vw; } }
  @media only screen and (min-width: 415px) and (max-width: 1080px) {
    .pr--300 {
      padding-right: 6.5104166667vw; } }

/** ============ margins ============ **/
.mt--5 {
  margin-top: 0.2604166667vw; }
  @media only screen and (min-width: 100px) and (max-width: 414px) {
    .mt--5 {
      margin-top: 1.3333333333vw; } }
  @media only screen and (min-width: 415px) and (max-width: 1080px) {
    .mt--5 {
      margin-top: 0.6510416667vw; } }

.mt--10 {
  margin-top: 0.5208333333vw; }
  @media only screen and (min-width: 100px) and (max-width: 414px) {
    .mt--10 {
      margin-top: 2.6666666667vw; } }
  @media only screen and (min-width: 415px) and (max-width: 1080px) {
    .mt--10 {
      margin-top: 1.3020833333vw; } }

.mt--15 {
  margin-top: 0.78125vw; }
  @media only screen and (min-width: 100px) and (max-width: 414px) {
    .mt--15 {
      margin-top: 4vw; } }
  @media only screen and (min-width: 415px) and (max-width: 1080px) {
    .mt--15 {
      margin-top: 1.953125vw; } }

.mt--20 {
  margin-top: 1.0416666667vw; }
  @media only screen and (min-width: 100px) and (max-width: 414px) {
    .mt--20 {
      margin-top: 5.3333333333vw; } }
  @media only screen and (min-width: 415px) and (max-width: 1080px) {
    .mt--20 {
      margin-top: 2.6041666667vw; } }

.mt--25 {
  margin-top: 1.3020833333vw; }
  @media only screen and (min-width: 100px) and (max-width: 414px) {
    .mt--25 {
      margin-top: 6.6666666667vw; } }
  @media only screen and (min-width: 415px) and (max-width: 1080px) {
    .mt--25 {
      margin-top: 3.2552083333vw; } }

.mt--30 {
  margin-top: 1.5625vw; }
  @media only screen and (min-width: 100px) and (max-width: 414px) {
    .mt--30 {
      margin-top: 8vw; } }
  @media only screen and (min-width: 415px) and (max-width: 1080px) {
    .mt--30 {
      margin-top: 3.90625vw; } }

.mt--35 {
  margin-top: 1.8229166667vw; }
  @media only screen and (min-width: 100px) and (max-width: 414px) {
    .mt--35 {
      margin-top: 9.3333333333vw; } }
  @media only screen and (min-width: 415px) and (max-width: 1080px) {
    .mt--35 {
      margin-top: 4.5572916667vw; } }

.mt--40 {
  margin-top: 2.0833333333vw; }
  @media only screen and (min-width: 100px) and (max-width: 414px) {
    .mt--40 {
      margin-top: 10.6666666667vw; } }
  @media only screen and (min-width: 415px) and (max-width: 1080px) {
    .mt--40 {
      margin-top: 5.2083333333vw; } }

.mt--45 {
  margin-top: 2.34375vw; }
  @media only screen and (min-width: 100px) and (max-width: 414px) {
    .mt--45 {
      margin-top: 12vw; } }
  @media only screen and (min-width: 415px) and (max-width: 1080px) {
    .mt--45 {
      margin-top: 5.859375vw; } }

.mt--50 {
  margin-top: 2.6041666667vw; }
  @media only screen and (min-width: 100px) and (max-width: 414px) {
    .mt--50 {
      margin-top: 13.3333333333vw; } }
  @media only screen and (min-width: 415px) and (max-width: 1080px) {
    .mt--50 {
      margin-top: 6.5104166667vw; } }

.mt--55 {
  margin-top: 2.8645833333vw; }
  @media only screen and (min-width: 100px) and (max-width: 414px) {
    .mt--55 {
      margin-top: 14.6666666667vw; } }
  @media only screen and (min-width: 415px) and (max-width: 1080px) {
    .mt--55 {
      margin-top: 7.1614583333vw; } }

.mt--60 {
  margin-top: 3.125vw; }
  @media only screen and (min-width: 100px) and (max-width: 414px) {
    .mt--60 {
      margin-top: 16vw; } }
  @media only screen and (min-width: 415px) and (max-width: 1080px) {
    .mt--60 {
      margin-top: 7.8125vw; } }

.mt--65 {
  margin-top: 3.3854166667vw; }
  @media only screen and (min-width: 100px) and (max-width: 414px) {
    .mt--65 {
      margin-top: 17.3333333333vw; } }
  @media only screen and (min-width: 415px) and (max-width: 1080px) {
    .mt--65 {
      margin-top: 8.4635416667vw; } }

.mt--70 {
  margin-top: 3.6458333333vw; }
  @media only screen and (min-width: 100px) and (max-width: 414px) {
    .mt--70 {
      margin-top: 18.6666666667vw; } }
  @media only screen and (min-width: 415px) and (max-width: 1080px) {
    .mt--70 {
      margin-top: 9.1145833333vw; } }

.mt--75 {
  margin-top: 3.90625vw; }
  @media only screen and (min-width: 100px) and (max-width: 414px) {
    .mt--75 {
      margin-top: 20vw; } }
  @media only screen and (min-width: 415px) and (max-width: 1080px) {
    .mt--75 {
      margin-top: 9.765625vw; } }

.mt--80 {
  margin-top: 4.1666666667vw; }
  @media only screen and (min-width: 100px) and (max-width: 414px) {
    .mt--80 {
      margin-top: 21.3333333333vw; } }
  @media only screen and (min-width: 415px) and (max-width: 1080px) {
    .mt--80 {
      margin-top: 10.4166666667vw; } }

.mt--85 {
  margin-top: 4.4270833333vw; }
  @media only screen and (min-width: 100px) and (max-width: 414px) {
    .mt--85 {
      margin-top: 22.6666666667vw; } }
  @media only screen and (min-width: 415px) and (max-width: 1080px) {
    .mt--85 {
      margin-top: 11.0677083333vw; } }

.mt--90 {
  margin-top: 4.6875vw; }
  @media only screen and (min-width: 100px) and (max-width: 414px) {
    .mt--90 {
      margin-top: 24vw; } }
  @media only screen and (min-width: 415px) and (max-width: 1080px) {
    .mt--90 {
      margin-top: 11.71875vw; } }

.mt--95 {
  margin-top: 4.9479166667vw; }
  @media only screen and (min-width: 100px) and (max-width: 414px) {
    .mt--95 {
      margin-top: 25.3333333333vw; } }
  @media only screen and (min-width: 415px) and (max-width: 1080px) {
    .mt--95 {
      margin-top: 12.3697916667vw; } }

.mt--100 {
  margin-top: 5.2083333333vw; }
  @media only screen and (min-width: 100px) and (max-width: 414px) {
    .mt--100 {
      margin-top: 26.6666666667vw; } }
  @media only screen and (min-width: 415px) and (max-width: 1080px) {
    .mt--100 {
      margin-top: 13.0208333333vw; } }

.mt--150 {
  margin-top: 7.8125vw; }
  @media only screen and (min-width: 100px) and (max-width: 414px) {
    .mt--150 {
      margin-top: 16vw; } }
  @media only screen and (min-width: 415px) and (max-width: 1080px) {
    .mt--150 {
      margin-top: 19.53125vw; } }

.mt--200 {
  margin-top: 10.4166666667vw; }
  @media only screen and (min-width: 100px) and (max-width: 414px) {
    .mt--200 {
      margin-top: 53.3333333333vw; } }
  @media only screen and (min-width: 415px) and (max-width: 1080px) {
    .mt--200 {
      margin-top: 26.0416666667vw; } }

.mb--5 {
  margin-bottom: 0.2604166667vw; }
  @media only screen and (min-width: 100px) and (max-width: 414px) {
    .mb--5 {
      margin-bottom: 1.3333333333vw; } }
  @media only screen and (min-width: 415px) and (max-width: 1080px) {
    .mb--5 {
      margin-bottom: 0.6510416667vw; } }

.mb--10 {
  margin-bottom: 0.5208333333vw; }
  @media only screen and (min-width: 100px) and (max-width: 414px) {
    .mb--10 {
      margin-bottom: 2.6666666667vw; } }
  @media only screen and (min-width: 415px) and (max-width: 1080px) {
    .mb--10 {
      margin-bottom: 1.3020833333vw; } }

.mb--15 {
  margin-bottom: 0.78125vw; }
  @media only screen and (min-width: 100px) and (max-width: 414px) {
    .mb--15 {
      margin-bottom: 4vw; } }
  @media only screen and (min-width: 415px) and (max-width: 1080px) {
    .mb--15 {
      margin-bottom: 1.953125vw; } }

.mb--20 {
  margin-bottom: 1.0416666667vw; }
  @media only screen and (min-width: 100px) and (max-width: 414px) {
    .mb--20 {
      margin-bottom: 5.3333333333vw; } }
  @media only screen and (min-width: 415px) and (max-width: 1080px) {
    .mb--20 {
      margin-bottom: 2.6041666667vw; } }

.mb--25 {
  margin-bottom: 1.3020833333vw; }
  @media only screen and (min-width: 100px) and (max-width: 414px) {
    .mb--25 {
      margin-bottom: 6.6666666667vw; } }
  @media only screen and (min-width: 415px) and (max-width: 1080px) {
    .mb--25 {
      margin-bottom: 3.2552083333vw; } }

.mb--30 {
  margin-bottom: 1.5625vw; }
  @media only screen and (min-width: 100px) and (max-width: 414px) {
    .mb--30 {
      margin-bottom: 8vw; } }
  @media only screen and (min-width: 415px) and (max-width: 1080px) {
    .mb--30 {
      margin-bottom: 3.90625vw; } }

.mb--35 {
  margin-bottom: 1.8229166667vw; }
  @media only screen and (min-width: 100px) and (max-width: 414px) {
    .mb--35 {
      margin-bottom: 9.3333333333vw; } }
  @media only screen and (min-width: 415px) and (max-width: 1080px) {
    .mb--35 {
      margin-bottom: 4.5572916667vw; } }

.mb--40 {
  margin-bottom: 2.0833333333vw; }
  @media only screen and (min-width: 100px) and (max-width: 414px) {
    .mb--40 {
      margin-bottom: 10.6666666667vw; } }
  @media only screen and (min-width: 415px) and (max-width: 1080px) {
    .mb--40 {
      margin-bottom: 5.2083333333vw; } }

.mb--45 {
  margin-bottom: 2.34375vw; }
  @media only screen and (min-width: 100px) and (max-width: 414px) {
    .mb--45 {
      margin-bottom: 12vw; } }
  @media only screen and (min-width: 415px) and (max-width: 1080px) {
    .mb--45 {
      margin-bottom: 5.859375vw; } }

.mb--50 {
  margin-bottom: 2.6041666667vw; }
  @media only screen and (min-width: 100px) and (max-width: 414px) {
    .mb--50 {
      margin-bottom: 13.3333333333vw; } }
  @media only screen and (min-width: 415px) and (max-width: 1080px) {
    .mb--50 {
      margin-bottom: 6.5104166667vw; } }

.mb--55 {
  margin-bottom: 2.8645833333vw; }
  @media only screen and (min-width: 100px) and (max-width: 414px) {
    .mb--55 {
      margin-bottom: 14.6666666667vw; } }
  @media only screen and (min-width: 415px) and (max-width: 1080px) {
    .mb--55 {
      margin-bottom: 7.1614583333vw; } }

.mb--60 {
  margin-bottom: 3.125vw; }
  @media only screen and (min-width: 100px) and (max-width: 414px) {
    .mb--60 {
      margin-bottom: 16vw; } }
  @media only screen and (min-width: 415px) and (max-width: 1080px) {
    .mb--60 {
      margin-bottom: 7.8125vw; } }

.mb--65 {
  margin-bottom: 3.3854166667vw; }
  @media only screen and (min-width: 100px) and (max-width: 414px) {
    .mb--65 {
      margin-bottom: 17.3333333333vw; } }
  @media only screen and (min-width: 415px) and (max-width: 1080px) {
    .mb--65 {
      margin-bottom: 8.4635416667vw; } }

.mb--70 {
  margin-bottom: 3.6458333333vw; }
  @media only screen and (min-width: 100px) and (max-width: 414px) {
    .mb--70 {
      margin-bottom: 18.6666666667vw; } }
  @media only screen and (min-width: 415px) and (max-width: 1080px) {
    .mb--70 {
      margin-bottom: 9.1145833333vw; } }

.mb--75 {
  margin-bottom: 3.90625vw; }
  @media only screen and (min-width: 100px) and (max-width: 414px) {
    .mb--75 {
      margin-bottom: 20vw; } }
  @media only screen and (min-width: 415px) and (max-width: 1080px) {
    .mb--75 {
      margin-bottom: 9.765625vw; } }

.mb--80 {
  margin-bottom: 4.1666666667vw; }
  @media only screen and (min-width: 100px) and (max-width: 414px) {
    .mb--80 {
      margin-bottom: 21.3333333333vw; } }
  @media only screen and (min-width: 415px) and (max-width: 1080px) {
    .mb--80 {
      margin-bottom: 10.4166666667vw; } }

.mb--85 {
  margin-bottom: 4.4270833333vw; }
  @media only screen and (min-width: 100px) and (max-width: 414px) {
    .mb--85 {
      margin-bottom: 22.6666666667vw; } }
  @media only screen and (min-width: 415px) and (max-width: 1080px) {
    .mb--85 {
      margin-bottom: 11.0677083333vw; } }

.mb--90 {
  margin-bottom: 4.6875vw; }
  @media only screen and (min-width: 100px) and (max-width: 414px) {
    .mb--90 {
      margin-bottom: 24vw; } }
  @media only screen and (min-width: 415px) and (max-width: 1080px) {
    .mb--90 {
      margin-bottom: 11.71875vw; } }

.mb--95 {
  margin-bottom: 4.9479166667vw; }
  @media only screen and (min-width: 100px) and (max-width: 414px) {
    .mb--95 {
      margin-bottom: 25.3333333333vw; } }
  @media only screen and (min-width: 415px) and (max-width: 1080px) {
    .mb--95 {
      margin-bottom: 12.3697916667vw; } }

.mb--100 {
  margin-bottom: 5.2083333333vw; }
  @media only screen and (min-width: 100px) and (max-width: 414px) {
    .mb--100 {
      margin-bottom: 26.6666666667vw; } }
  @media only screen and (min-width: 415px) and (max-width: 1080px) {
    .mb--100 {
      margin-bottom: 13.0208333333vw; } }

.mb--160 {
  margin-bottom: 8.3333333333vw; }
  @media only screen and (min-width: 100px) and (max-width: 414px) {
    .mb--160 {
      margin-bottom: 21.3333333333vw; } }
  @media only screen and (min-width: 415px) and (max-width: 1080px) {
    .mb--160 {
      margin-bottom: 10.4166666667vw; } }

.mb--250 {
  margin-bottom: 13.0208333333vw; }
  @media only screen and (min-width: 100px) and (max-width: 414px) {
    .mb--250 {
      margin-bottom: 66.6666666667vw; } }
  @media only screen and (min-width: 415px) and (max-width: 1080px) {
    .mb--250 {
      margin-bottom: 32.5520833333vw; } }

.ml--5 {
  margin-left: 0.2604166667vw; }
  @media only screen and (min-width: 100px) and (max-width: 414px) {
    .ml--5 {
      margin-left: 1.3333333333vw; } }
  @media only screen and (min-width: 415px) and (max-width: 1080px) {
    .ml--5 {
      margin-left: 0.6510416667vw; } }

.ml--10 {
  margin-left: 0.5208333333vw; }
  @media only screen and (min-width: 100px) and (max-width: 414px) {
    .ml--10 {
      margin-left: 2.6666666667vw; } }
  @media only screen and (min-width: 415px) and (max-width: 1080px) {
    .ml--10 {
      margin-left: 1.3020833333vw; } }

.ml--15 {
  margin-left: 0.78125vw; }
  @media only screen and (min-width: 100px) and (max-width: 414px) {
    .ml--15 {
      margin-left: 4vw; } }
  @media only screen and (min-width: 415px) and (max-width: 1080px) {
    .ml--15 {
      margin-left: 1.953125vw; } }

.ml--20 {
  margin-left: 1.0416666667vw; }
  @media only screen and (min-width: 100px) and (max-width: 414px) {
    .ml--20 {
      margin-left: 5.3333333333vw; } }
  @media only screen and (min-width: 415px) and (max-width: 1080px) {
    .ml--20 {
      margin-left: 2.6041666667vw; } }

.ml--25 {
  margin-left: 1.3020833333vw; }
  @media only screen and (min-width: 100px) and (max-width: 414px) {
    .ml--25 {
      margin-left: 6.6666666667vw; } }
  @media only screen and (min-width: 415px) and (max-width: 1080px) {
    .ml--25 {
      margin-left: 3.2552083333vw; } }

.ml--30 {
  margin-left: 1.5625vw; }
  @media only screen and (min-width: 100px) and (max-width: 414px) {
    .ml--30 {
      margin-left: 8vw; } }
  @media only screen and (min-width: 415px) and (max-width: 1080px) {
    .ml--30 {
      margin-left: 3.90625vw; } }

.ml--35 {
  margin-left: 1.8229166667vw; }
  @media only screen and (min-width: 100px) and (max-width: 414px) {
    .ml--35 {
      margin-left: 9.3333333333vw; } }
  @media only screen and (min-width: 415px) and (max-width: 1080px) {
    .ml--35 {
      margin-left: 4.5572916667vw; } }

.ml--40 {
  margin-left: 2.0833333333vw; }
  @media only screen and (min-width: 100px) and (max-width: 414px) {
    .ml--40 {
      margin-left: 10.6666666667vw; } }
  @media only screen and (min-width: 415px) and (max-width: 1080px) {
    .ml--40 {
      margin-left: 5.2083333333vw; } }

.ml--45 {
  margin-left: 2.34375vw; }
  @media only screen and (min-width: 100px) and (max-width: 414px) {
    .ml--45 {
      margin-left: 12vw; } }
  @media only screen and (min-width: 415px) and (max-width: 1080px) {
    .ml--45 {
      margin-left: 5.859375vw; } }

.ml--50 {
  margin-left: 2.6041666667vw; }
  @media only screen and (min-width: 100px) and (max-width: 414px) {
    .ml--50 {
      margin-left: 13.3333333333vw; } }
  @media only screen and (min-width: 415px) and (max-width: 1080px) {
    .ml--50 {
      margin-left: 6.5104166667vw; } }

.ml--55 {
  margin-left: 2.8645833333vw; }
  @media only screen and (min-width: 100px) and (max-width: 414px) {
    .ml--55 {
      margin-left: 14.6666666667vw; } }
  @media only screen and (min-width: 415px) and (max-width: 1080px) {
    .ml--55 {
      margin-left: 7.1614583333vw; } }

.ml--60 {
  margin-left: 3.125vw; }
  @media only screen and (min-width: 100px) and (max-width: 414px) {
    .ml--60 {
      margin-left: 16vw; } }
  @media only screen and (min-width: 415px) and (max-width: 1080px) {
    .ml--60 {
      margin-left: 7.8125vw; } }

.ml--65 {
  margin-left: 3.3854166667vw; }
  @media only screen and (min-width: 100px) and (max-width: 414px) {
    .ml--65 {
      margin-left: 17.3333333333vw; } }
  @media only screen and (min-width: 415px) and (max-width: 1080px) {
    .ml--65 {
      margin-left: 8.4635416667vw; } }

.ml--70 {
  margin-left: 3.6458333333vw; }
  @media only screen and (min-width: 100px) and (max-width: 414px) {
    .ml--70 {
      margin-left: 18.6666666667vw; } }
  @media only screen and (min-width: 415px) and (max-width: 1080px) {
    .ml--70 {
      margin-left: 9.1145833333vw; } }

.ml--75 {
  margin-left: 3.90625vw; }
  @media only screen and (min-width: 100px) and (max-width: 414px) {
    .ml--75 {
      margin-left: 20vw; } }
  @media only screen and (min-width: 415px) and (max-width: 1080px) {
    .ml--75 {
      margin-left: 9.765625vw; } }

.ml--80 {
  margin-left: 4.1666666667vw; }
  @media only screen and (min-width: 100px) and (max-width: 414px) {
    .ml--80 {
      margin-left: 21.3333333333vw; } }
  @media only screen and (min-width: 415px) and (max-width: 1080px) {
    .ml--80 {
      margin-left: 10.4166666667vw; } }

.ml--85 {
  margin-left: 4.4270833333vw; }
  @media only screen and (min-width: 100px) and (max-width: 414px) {
    .ml--85 {
      margin-left: 22.6666666667vw; } }
  @media only screen and (min-width: 415px) and (max-width: 1080px) {
    .ml--85 {
      margin-left: 11.0677083333vw; } }

.ml--90 {
  margin-left: 4.6875vw; }
  @media only screen and (min-width: 100px) and (max-width: 414px) {
    .ml--90 {
      margin-left: 24vw; } }
  @media only screen and (min-width: 415px) and (max-width: 1080px) {
    .ml--90 {
      margin-left: 11.71875vw; } }

.ml--95 {
  margin-left: 4.9479166667vw; }
  @media only screen and (min-width: 100px) and (max-width: 414px) {
    .ml--95 {
      margin-left: 25.3333333333vw; } }
  @media only screen and (min-width: 415px) and (max-width: 1080px) {
    .ml--95 {
      margin-left: 12.3697916667vw; } }

.ml--100 {
  margin-left: 5.2083333333vw; }
  @media only screen and (min-width: 100px) and (max-width: 414px) {
    .ml--100 {
      margin-left: 26.6666666667vw; } }
  @media only screen and (min-width: 415px) and (max-width: 1080px) {
    .ml--100 {
      margin-left: 13.0208333333vw; } }

.mr--5 {
  margin-right: 0.2604166667vw; }
  @media only screen and (min-width: 100px) and (max-width: 414px) {
    .mr--5 {
      margin-right: 1.3333333333vw; } }
  @media only screen and (min-width: 415px) and (max-width: 1080px) {
    .mr--5 {
      margin-right: 0.6510416667vw; } }

.mr--10 {
  margin-right: 0.5208333333vw; }
  @media only screen and (min-width: 100px) and (max-width: 414px) {
    .mr--10 {
      margin-right: 2.6666666667vw; } }
  @media only screen and (min-width: 415px) and (max-width: 1080px) {
    .mr--10 {
      margin-right: 1.3020833333vw; } }

.mr--15 {
  margin-right: 0.78125vw; }
  @media only screen and (min-width: 100px) and (max-width: 414px) {
    .mr--15 {
      margin-right: 4vw; } }
  @media only screen and (min-width: 415px) and (max-width: 1080px) {
    .mr--15 {
      margin-right: 1.953125vw; } }

.mr--20 {
  margin-right: 1.0416666667vw; }
  @media only screen and (min-width: 100px) and (max-width: 414px) {
    .mr--20 {
      margin-right: 5.3333333333vw; } }
  @media only screen and (min-width: 415px) and (max-width: 1080px) {
    .mr--20 {
      margin-right: 2.6041666667vw; } }

.mr--25 {
  margin-right: 1.3020833333vw; }
  @media only screen and (min-width: 100px) and (max-width: 414px) {
    .mr--25 {
      margin-right: 6.6666666667vw; } }
  @media only screen and (min-width: 415px) and (max-width: 1080px) {
    .mr--25 {
      margin-right: 3.2552083333vw; } }

.mr--30 {
  margin-right: 1.5625vw; }
  @media only screen and (min-width: 100px) and (max-width: 414px) {
    .mr--30 {
      margin-right: 8vw; } }
  @media only screen and (min-width: 415px) and (max-width: 1080px) {
    .mr--30 {
      margin-right: 3.90625vw; } }

.mr--35 {
  margin-right: 1.8229166667vw; }
  @media only screen and (min-width: 100px) and (max-width: 414px) {
    .mr--35 {
      margin-right: 9.3333333333vw; } }
  @media only screen and (min-width: 415px) and (max-width: 1080px) {
    .mr--35 {
      margin-right: 4.5572916667vw; } }

.mr--40 {
  margin-right: 2.0833333333vw; }
  @media only screen and (min-width: 100px) and (max-width: 414px) {
    .mr--40 {
      margin-right: 10.6666666667vw; } }
  @media only screen and (min-width: 415px) and (max-width: 1080px) {
    .mr--40 {
      margin-right: 5.2083333333vw; } }

.mr--45 {
  margin-right: 2.34375vw; }
  @media only screen and (min-width: 100px) and (max-width: 414px) {
    .mr--45 {
      margin-right: 12vw; } }
  @media only screen and (min-width: 415px) and (max-width: 1080px) {
    .mr--45 {
      margin-right: 5.859375vw; } }

.mr--50 {
  margin-right: 2.6041666667vw; }
  @media only screen and (min-width: 100px) and (max-width: 414px) {
    .mr--50 {
      margin-right: 13.3333333333vw; } }
  @media only screen and (min-width: 415px) and (max-width: 1080px) {
    .mr--50 {
      margin-right: 6.5104166667vw; } }

.mr--55 {
  margin-right: 2.8645833333vw; }
  @media only screen and (min-width: 100px) and (max-width: 414px) {
    .mr--55 {
      margin-right: 14.6666666667vw; } }
  @media only screen and (min-width: 415px) and (max-width: 1080px) {
    .mr--55 {
      margin-right: 7.1614583333vw; } }

.mr--60 {
  margin-right: 3.125vw; }
  @media only screen and (min-width: 100px) and (max-width: 414px) {
    .mr--60 {
      margin-right: 16vw; } }
  @media only screen and (min-width: 415px) and (max-width: 1080px) {
    .mr--60 {
      margin-right: 7.8125vw; } }

.mr--65 {
  margin-right: 3.3854166667vw; }
  @media only screen and (min-width: 100px) and (max-width: 414px) {
    .mr--65 {
      margin-right: 17.3333333333vw; } }
  @media only screen and (min-width: 415px) and (max-width: 1080px) {
    .mr--65 {
      margin-right: 8.4635416667vw; } }

.mr--70 {
  margin-right: 3.6458333333vw; }
  @media only screen and (min-width: 100px) and (max-width: 414px) {
    .mr--70 {
      margin-right: 18.6666666667vw; } }
  @media only screen and (min-width: 415px) and (max-width: 1080px) {
    .mr--70 {
      margin-right: 9.1145833333vw; } }

.mr--75 {
  margin-right: 3.90625vw; }
  @media only screen and (min-width: 100px) and (max-width: 414px) {
    .mr--75 {
      margin-right: 20vw; } }
  @media only screen and (min-width: 415px) and (max-width: 1080px) {
    .mr--75 {
      margin-right: 9.765625vw; } }

.mr--80 {
  margin-right: 4.1666666667vw; }
  @media only screen and (min-width: 100px) and (max-width: 414px) {
    .mr--80 {
      margin-right: 21.3333333333vw; } }
  @media only screen and (min-width: 415px) and (max-width: 1080px) {
    .mr--80 {
      margin-right: 10.4166666667vw; } }

.mr--85 {
  margin-right: 4.4270833333vw; }
  @media only screen and (min-width: 100px) and (max-width: 414px) {
    .mr--85 {
      margin-right: 22.6666666667vw; } }
  @media only screen and (min-width: 415px) and (max-width: 1080px) {
    .mr--85 {
      margin-right: 11.0677083333vw; } }

.mr--90 {
  margin-right: 4.6875vw; }
  @media only screen and (min-width: 100px) and (max-width: 414px) {
    .mr--90 {
      margin-right: 24vw; } }
  @media only screen and (min-width: 415px) and (max-width: 1080px) {
    .mr--90 {
      margin-right: 11.71875vw; } }

.mr--95 {
  margin-right: 4.9479166667vw; }
  @media only screen and (min-width: 100px) and (max-width: 414px) {
    .mr--95 {
      margin-right: 25.3333333333vw; } }
  @media only screen and (min-width: 415px) and (max-width: 1080px) {
    .mr--95 {
      margin-right: 12.3697916667vw; } }

.mr--100 {
  margin-right: 5.2083333333vw; }
  @media only screen and (min-width: 100px) and (max-width: 414px) {
    .mr--100 {
      margin-right: 26.6666666667vw; } }
  @media only screen and (min-width: 415px) and (max-width: 1080px) {
    .mr--100 {
      margin-right: 13.0208333333vw; } }

.mr--200 {
  margin-right: 10.4166666667vw; }
  @media only screen and (min-width: 100px) and (max-width: 414px) {
    .mr--200 {
      margin-right: 53.3333333333vw; } }
  @media only screen and (min-width: 415px) and (max-width: 1080px) {
    .mr--200 {
      margin-right: 26.0416666667vw; } }

/** ============ flex ============ **/
.flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex; }
  @media only screen and (min-width: 100px) and (max-width: 414px) {
    .flex {
      -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; } }
  .flex--wrap {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
  @media only screen and (min-width: 100px) and (max-width: 414px) {
    .flex--item {
      width: 100%; } }

.flex--ai__center {
  -webkit-box-align: center !important;
  -webkit-align-items: center !important;
  -moz-box-align: center !important;
  -ms-flex-align: center !important;
  align-items: center !important; }

.flex--ai__start {
  -webkit-box-align: start !important;
  -webkit-align-items: flex-start !important;
  -moz-box-align: start !important;
  -ms-flex-align: start !important;
  align-items: flex-start !important; }

.flex--ai__end {
  -webkit-box-align: end !important;
  -webkit-align-items: flex-end !important;
  -moz-box-align: end !important;
  -ms-flex-align: end !important;
  align-items: flex-end !important; }

.flex--jc__center {
  -webkit-box-pack: center !important;
  -webkit-justify-content: center !important;
  -moz-box-pack: center !important;
  -ms-flex-pack: center !important;
  justify-content: center !important; }

.flex--jc__start {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -moz-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start; }

.flex--jc__end {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -moz-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end; }

.flex--jc__space-between {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }

/** ============ custom ============ **/
.samsung-container {
  width: 100%;
  position: relative;
  overflow: hidden; }
  .samsung-container__center {
    width: 70%;
    margin: 0 auto;
    display: block; }
    @media only screen and (min-width: 100px) and (max-width: 414px) {
      .samsung-container__center {
        width: 90%; } }
  @media only screen and (min-width: 100px) and (max-width: 414px) {
    .samsung-container__contents {
      width: 100%;
      -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; } }
  @media only screen and (min-width: 100px) and (max-width: 414px) {
    .samsung-container__item {
      width: 100%; } }
  .samsung-container__flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    @media only screen and (min-width: 100px) and (max-width: 414px) {
      .samsung-container__flex {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap; } }
    @media only screen and (min-width: 415px) and (max-width: 1080px) {
      .samsung-container__flex {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap; } }
    @media only screen and (min-width: 100px) and (max-width: 414px) {
      .samsung-container__flex--item {
        width: 100% !important;
        margin-right: 0;
        padding-right: 0; } }
    .samsung-container__flex--item.b--shadow {
      -webkit-box-shadow: 5px 5px 20px rgba(0, 0, 0, 0.2);
      box-shadow: 5px 5px 20px rgba(0, 0, 0, 0.2); }
    .samsung-container__flex--item-cta a {
      text-decoration: underline; }
    @media only screen and (min-width: 415px) and (max-width: 1080px) {
      .samsung-container__flex--item {
        width: 100% !important; } }
    .samsung-container__flex--text-header-title {
      margin-bottom: 2.34375vw;
      line-height: 1.2; }
      @media only screen and (min-width: 100px) and (max-width: 414px) {
        .samsung-container__flex--text-header-title {
          margin-bottom: 12vw; } }
      @media only screen and (min-width: 415px) and (max-width: 1080px) {
        .samsung-container__flex--text-header-title {
          margin-bottom: 5.859375vw; } }
    .samsung-container__flex--text-header-featured {
      font-size: 0.9895833333vw;
      line-height: 1.6; }
      @media only screen and (min-width: 100px) and (max-width: 414px) {
        .samsung-container__flex--text-header-featured {
          font-size: 5.0666666667vw; } }
      @media only screen and (min-width: 415px) and (max-width: 1080px) {
        .samsung-container__flex--text-header-featured {
          font-size: 2.4739583333vw; } }
    .samsung-container__flex--text-header-copyright {
      font-size: 0.5729166667vw;
      margin-top: 1.953125vw;
      line-height: 1.5; }
      @media only screen and (min-width: 100px) and (max-width: 414px) {
        .samsung-container__flex--text-header-copyright {
          font-size: 2.9333333333vw;
          margin-top: 1.953125vw; } }
      @media only screen and (min-width: 415px) and (max-width: 1080px) {
        .samsung-container__flex--text-header-copyright {
          font-size: 1.4322916667vw;
          margin-top: 1.953125vw; } }

.samsung-heading p {
  font-size: 1.1979166667vw;
  margin-top: 1.0416666667vw;
  line-height: 1.8;
  display: block; }
  @media only screen and (min-width: 100px) and (max-width: 414px) {
    .samsung-heading p {
      font-size: 4.2666666667vw;
      margin-top: 5.3333333333vw; } }
  @media only screen and (min-width: 415px) and (max-width: 1080px) {
    .samsung-heading p {
      font-size: 2.9947916667vw;
      margin-top: 2.6041666667vw; } }

@media only screen and (min-width: 100px) and (max-width: 414px) {
  .samsung-heading h2 br {
    display: none; } }

.samsung-banner {
  -webkit-transition: all ease-in-out 0.4s;
  -o-transition: all ease-in-out 0.4s;
  transition: all ease-in-out 0.4s; }
  .samsung-banner:hover {
    -webkit-transform: translate(10px, 10px);
    -ms-transform: translate(10px, 10px);
    transform: translate(10px, 10px); }

/** text align components */
.ta--center {
  text-align: center; }

.ta--left {
  text-align: left; }

.ta--right {
  text-align: right; }

.ta--justify {
  text-align: justify; }

/** background components */
.bg--black {
  background: #000000; }

.bg--smoke {
  background: #f8f6f7; }

.bg--white {
  background: #ffffff; }

/** color components */
.color--black {
  color: #000000; }

.color--white {
  color: #ffffff; }

/** image components */
.img--100 {
  width: 100%; }

.img--50 {
  width: 50%; }

.w--100 {
  width: 100%; }

.w--99 {
  width: 99%; }

.w--85 {
  width: 85%; }
  @media only screen and (min-width: 100px) and (max-width: 414px) {
    .w--85 {
      width: 100%; } }

.w--80 {
  width: 80%; }
  @media only screen and (min-width: 100px) and (max-width: 414px) {
    .w--80 {
      width: 100%; } }

.w--75 {
  width: 75%; }
  @media only screen and (min-width: 100px) and (max-width: 414px) {
    .w--75 {
      width: 100%; } }

.w--70 {
  width: 70%; }
  @media only screen and (min-width: 100px) and (max-width: 414px) {
    .w--70 {
      width: 100%; } }

.w--65 {
  width: 65%; }
  @media only screen and (min-width: 100px) and (max-width: 414px) {
    .w--65 {
      width: 100%; } }

.w--60 {
  width: 60%; }
  @media only screen and (min-width: 100px) and (max-width: 414px) {
    .w--60 {
      width: 100%; } }

.w--59 {
  width: 59%; }
  @media only screen and (min-width: 100px) and (max-width: 414px) {
    .w--59 {
      width: 100%; } }

.w--55 {
  width: 55%; }
  @media only screen and (min-width: 100px) and (max-width: 414px) {
    .w--55 {
      width: 100%; } }

.w--50 {
  width: 50%; }
  @media only screen and (min-width: 100px) and (max-width: 414px) {
    .w--50 {
      width: 100%; } }

.w--48 {
  width: 48%; }
  @media only screen and (min-width: 100px) and (max-width: 414px) {
    .w--48 {
      width: 100%; } }

.w--47 {
  width: 47%; }
  @media only screen and (min-width: 100px) and (max-width: 414px) {
    .w--47 {
      width: 100%; } }

.w--45 {
  width: 45%; }
  @media only screen and (min-width: 100px) and (max-width: 414px) {
    .w--45 {
      width: 100%; } }

.w--40 {
  width: 40%; }
  @media only screen and (min-width: 100px) and (max-width: 414px) {
    .w--40 {
      width: 100%; } }

.w--35 {
  width: 35%; }
  @media only screen and (min-width: 100px) and (max-width: 414px) {
    .w--35 {
      width: 100%; } }

.w--30 {
  width: 30%; }
  @media only screen and (min-width: 100px) and (max-width: 414px) {
    .w--30 {
      width: 100%; } }

.w--25 {
  width: 25%; }
  @media only screen and (min-width: 100px) and (max-width: 414px) {
    .w--25 {
      width: 100%; } }

.w--20 {
  width: 20%; }
  @media only screen and (min-width: 100px) and (max-width: 414px) {
    .w--20 {
      width: 80%; } }
  @media only screen and (min-width: 415px) and (max-width: 1080px) {
    .w--20 {
      width: 80%; } }

.w--18 {
  width: 18%; }

.w--15 {
  width: 15%; }
  @media only screen and (min-width: 100px) and (max-width: 414px) {
    .w--15 {
      width: 30%; } }

.w--10 {
  width: 10%; }

.w--auto {
  width: auto; }

.h--100 {
  height: 100%; }

.h--99 {
  height: 99%; }

.h--85 {
  height: 85%; }

.h--80 {
  height: 80%; }

.h--75 {
  height: 75%; }

.h--70 {
  height: 70%; }

.h--65 {
  height: 65%; }

.h--60 {
  height: 60%; }

.h--59 {
  height: 59%; }

.h--55 {
  height: 55%; }

.h--50 {
  height: 50%; }

.h--45 {
  height: 45%; }

.h--40 {
  height: 40%; }

.h--35 {
  height: 35%; }

.h--30 {
  height: 30%; }

.h--25 {
  height: 25%; }

.h--20 {
  height: 20%; }

.h--18 {
  height: 18%; }

.h--auto {
  height: auto; }

.tt--uppercase {
  text-transform: uppercase; }

.hidden {
  display: none; }

.ps--relative {
  position: relative; }

.ls--60 {
  letter-spacing: 0.08em; }

.wp--nowrap {
  white-space: nowrap; }

.lh-1 {
  line-height: 1; }

.lh-1_5 {
  line-height: 1.5; }

.lh-1_8 {
  line-height: 1.8; }

.hide {
  display: none; }

/**
 * margins 
*/
.m--auto {
  display: block;
  margin: 0 auto; }

body {
  font-family: var(--fontNormal);
  font-weight: var(--fontNormalWeight);
  font-style: normal; }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: var(--fontHeading);
  font-weight: var(--fontHeadingWeight);
  font-style: normal; }

header h2 {
  font-size: 3.9583333333vw; }
  @media only screen and (min-width: 100px) and (max-width: 414px) {
    header h2 {
      font-size: 8vw; } }
  @media only screen and (min-width: 415px) and (max-width: 1080px) {
    header h2 {
      font-size: 9.6vw; } }

header p {
  font-size: 0.9375vw; }
  @media only screen and (min-width: 100px) and (max-width: 414px) {
    header p {
      font-size: 4.2666666667vw; } }

header span.is--small {
  font-size: 0.625vw; }

/**
 * =============================================
 * ================== layouts ==================
 * =============================================
*/
.samsung-header img {
  max-width: 30vw; }
  @media only screen and (min-width: 100px) and (max-width: 414px) {
    .samsung-header img {
      width: 100%;
      margin: 0 auto;
      display: block; } }

.samsung-footer {
  width: 100%;
  background: #000000; }
  .samsung-footer__top {
    text-align: center;
    color: #ffffff; }
    .samsung-footer__top img {
      display: block;
      margin: 0 auto;
      -webkit-filter: invert(1);
      filter: invert(1); }
  .samsung-footer__middle {
    text-align: center;
    color: #ffffff;
    font-family: 'Samsung Sharp Sans';
    font-weight: 700; }
    .samsung-footer__middle p {
      display: block; }
      .samsung-footer__middle p a {
        color: #ffffff;
        text-decoration: underline; }
  .samsung-footer__contact {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #ffffff;
    text-align: center;
    font-size: 14px; }
    @media only screen and (min-width: 100px) and (max-width: 414px) {
      .samsung-footer__contact {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap; } }
    .samsung-footer__contact--item {
      width: 15%; }
      @media only screen and (min-width: 100px) and (max-width: 414px) {
        .samsung-footer__contact--item {
          margin-right: 0;
          margin-bottom: 30px;
          width: 100%; } }
      .samsung-footer__contact--item img {
        width: 90px;
        display: block;
        height: auto;
        margin: 0 auto 10px; }
    .samsung-footer__contact p {
      margin-bottom: 20px; }
      .samsung-footer__contact p:last-of-type {
        margin-bottom: 0; }
    .samsung-footer__contact a {
      color: #ffffff; }
  .samsung-footer__small {
    color: #ffffff;
    text-align: center; }
  .samsung-footer__copyright {
    color: #ffffff;
    text-align: center; }
    @media only screen and (min-width: 100px) and (max-width: 414px) {
      .samsung-footer__copyright p {
        font-size: 16px; } }
  @media only screen and (min-width: 100px) and (max-width: 414px) {
    .samsung-footer__legal {
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
      -moz-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center; } }
  @media only screen and (min-width: 100px) and (max-width: 414px) {
    .samsung-footer__legal-image {
      width: 70%;
      margin-right: 0;
      margin-bottom: 20px; } }
  @media only screen and (min-width: 100px) and (max-width: 414px) {
    .samsung-footer__legal-text {
      width: 100%;
      text-align: center; } }

body:-webkit-full-page-media {
  background: #FFFFFF; }

.samsung-hero {
  position: relative; }
  @media only screen and (min-width: 1081px) and (max-width: 5000px) {
    .samsung-hero {
      min-height: 700px; } }
  .samsung-hero .samsung-logo {
    position: absolute;
    left: 35px;
    top: 50px; }
    @media only screen and (min-width: 100px) and (max-width: 414px) {
      .samsung-hero .samsung-logo {
        left: 10px;
        top: 10px; } }
  .samsung-hero__left {
    padding-top: 170px; }
    @media only screen and (min-width: 100px) and (max-width: 414px) {
      .samsung-hero__left {
        -webkit-box-ordinal-group: 3;
        -webkit-order: 2;
        -moz-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
        padding: 0 30px;
        margin-top: 30px; }
        .samsung-hero__left--item-text {
          width: 80%;
          padding-left: 10px; } }
    @media only screen and (min-width: 415px) and (max-width: 1080px) {
      .samsung-hero__left {
        -webkit-box-ordinal-group: 2;
        -webkit-order: 1;
        -moz-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
        padding: 50px 30px 0;
        margin-top: 30px; }
        .samsung-hero__left--item-text {
          width: 80%;
          padding-left: 10px; } }
    @media only screen and (min-width: 415px) and (max-width: 1080px) {
      .samsung-hero__left--selos {
        margin-top: 40px; } }
    .samsung-hero__left--copyright {
      position: relative;
      left: 12%; }
      @media only screen and (min-width: 100px) and (max-width: 414px) {
        .samsung-hero__left--copyright {
          left: 0; } }
  @media only screen and (min-width: 100px) and (max-width: 414px) {
    .samsung-hero__right {
      -webkit-box-ordinal-group: 2;
      -webkit-order: 1;
      -moz-box-ordinal-group: 2;
      -ms-flex-order: 1;
      order: 1;
      padding: 0 30px; } }
  @media only screen and (min-width: 415px) and (max-width: 1080px) {
    .samsung-hero__right {
      -webkit-box-ordinal-group: 3;
      -webkit-order: 2;
      -moz-box-ordinal-group: 3;
      -ms-flex-order: 2;
      order: 2;
      padding: 0 30px; } }

@media only screen and (min-width: 100px) and (max-width: 414px) {
  .samsung-container > div {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    .samsung-container > div > div,
    .samsung-container > div header {
      width: 100%; } }

@media only screen and (min-width: 100px) and (max-width: 414px) {
  .samsung-heading {
    padding: 0 30px; } }

.samsung-expansion__video {
  width: 100%;
  display: none; }
  .samsung-expansion__video video {
    width: 100%;
    hieght: 100%; }

@media only screen and (min-width: 100px) and (max-width: 414px) {
  .samsung-storage .samsung-heading {
    padding: 0 !important;
    text-align: center;
    margin-bottom: 20px; } }

.samsung-storage__text {
  position: relative; }
  .samsung-storage__text--copyright {
    position: absolute;
    bottom: 8%;
    left: 0; }
    @media only screen and (min-width: 100px) and (max-width: 414px) {
      .samsung-storage__text--copyright {
        position: relative;
        left: auto;
        bottom: auto;
        margin-bottom: 20px; } }
