/*! normalize.css v1.0.2 | MIT License | git.io/normalize */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/*
 * Corrects `block` display not defined in IE 6/7/8/9 and Firefox 3.
 */
@import url("https://fonts.googleapis.com/css?family=Barlow:300,400,400i,500,600,600i,700");
@import url("https://fonts.googleapis.com/css?family=Rubik:300,400,500,700");
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
summary {
  display: block;
}

/*
 * Corrects `inline-block` display not defined in IE 6/7/8/9 and Firefox 3.
 */
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

/*
 * Prevents modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/*
 * Addresses styling for `hidden` attribute not present in IE 7/8/9, Firefox 3,
 * and Safari 4.
 * Known issue: no IE 6 support.
 */
[hidden] {
  display: none;
}

/* ==========================================================================
   Base
   ========================================================================== */
/*
 * 1. Corrects text resizing oddly in IE 6/7 when body `font-size` is set using
 *    `em` units.
 * 2. Prevents iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-size: 100%;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 2 */
}

/*
 * Addresses `font-family` inconsistency between `textarea` and other form
 * elements.
 */
html,
button,
input,
select,
textarea {
  font-family: sans-serif;
}

/*
 * Addresses margins handled incorrectly in IE 6/7.
 */
body {
  margin: 0;
}

/* ==========================================================================
   Links
   ========================================================================== */
/*
 * Addresses `outline` inconsistency between Chrome and other browsers.
 */
/*
 * Improves readability when focused and also mouse hovered in all browsers.
 */
a:focus,
a:active,
a:hover {
  outline: 0;
}

/* ==========================================================================
   Typography
   ========================================================================== */
/*
 * Addresses font sizes and margins set differently in IE 6/7.
 * Addresses font sizes within `section` and `article` in Firefox 4+, Safari 5,
 * and Chrome.
 */
/*
 * Addresses styling not present in IE 7/8/9, Safari 5, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}

/*
 * Addresses style set to `bolder` in Firefox 3+, Safari 4/5, and Chrome.
 */
b,
strong {
  font-weight: bold;
}

blockquote {
  margin: 1em 40px;
}

/*
 * Addresses styling not present in Safari 5 and Chrome.
 */
dfn {
  font-style: italic;
}

/*
 * Addresses styling not present in IE 6/7/8/9.
 */
mark {
  background: #ff0;
  color: #000;
}

/*
 * Addresses margins set differently in IE 6/7.
 */
p,
pre {
  margin: 1em 0;
}

/*
 * Corrects font family set oddly in IE 6, Safari 4/5, and Chrome.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  _font-family: 'courier new', monospace;
  font-size: 1em;
}

/*
 * Improves readability of pre-formatted text in all browsers.
 */
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}

/*
 * Addresses CSS quotes not supported in IE 6/7.
 */
q {
  quotes: none;
}

/*
 * Addresses `quotes` property not supported in Safari 4.
 */
q:before,
q:after {
  content: '';
  content: none;
}

/*
 * Addresses inconsistent and variable font size in all browsers.
 */
/*
 * Prevents `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* ==========================================================================
   Lists
   ========================================================================== */
/*
 * Addresses margins set differently in IE 6/7.
 */
dl,
menu,
ol,
ul {
  margin: 1em 0;
}

dd {
  margin: 0 0 0 40px;
}

/*
 * Addresses paddings set differently in IE 6/7.
 */
/*
 * Corrects list images handled incorrectly in IE 7.
 */
nav ul,
nav ol {
  list-style: none;
  list-style-image: none;
}

/* ==========================================================================
   Embedded content
   ========================================================================== */
/*
 * 1. Removes border when inside `a` element in IE 6/7/8/9 and Firefox 3.
 * 2. Improves image quality when scaled in IE 7.
 */
img {
  border: 0;
  /* 1 */
  -ms-interpolation-mode: bicubic;
  /* 2 */
}

/*
 * Corrects overflow displayed oddly in IE 9.
 */
svg:not(:root) {
  overflow: hidden;
}

/* ==========================================================================
   Figures
   ========================================================================== */
/*
 * Addresses margin not present in IE 6/7/8/9, Safari 5, and Opera 11.
 */
figure {
  margin: 0;
}

/* ==========================================================================
   Forms
   ========================================================================== */
/*
 * Corrects margin displayed oddly in IE 6/7.
 */
form {
  margin: 0;
}

/*
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/*
 * 1. Corrects color not being inherited in IE 6/7/8/9.
 * 2. Corrects text not wrapping in Firefox 3.
 * 3. Corrects alignment displayed oddly in IE 6/7.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  white-space: normal;
  /* 2 */
  *margin-left: -7px;
  /* 3 */
}

/*
 * 1. Corrects font size not being inherited in all browsers.
 * 2. Addresses margins set differently in IE 6/7, Firefox 3+, Safari 5,
 *    and Chrome.
 * 3. Improves appearance and consistency in all browsers.
 */
button,
input,
select,
textarea {
  font-size: 100%;
  /* 1 */
  margin: 0;
  /* 2 */
  vertical-align: baseline;
  /* 3 */
  *vertical-align: middle;
  /* 3 */
}

/*
 * Addresses Firefox 3+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
button,
input {
  line-height: normal;
}

/*
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Corrects inability to style clickable `input` types in iOS.
 * 3. Improves usability and consistency of cursor style between image-type
 *    `input` and others.
 * 4. Removes inner spacing in IE 7 without affecting normal text inputs.
 *    Known issue: inner spacing remains in IE 6.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
  *overflow: visible;
  /* 4 */
}

/*
 * Re-set default cursor for disabled elements.
 */
button[disabled],
input[disabled] {
  cursor: default;
}

/*
 * 1. Addresses box sizing set to content-box in IE 8/9.
 * 2. Removes excess padding in IE 8/9.
 * 3. Removes excess padding in IE 7.
 *    Known issue: excess padding remains in IE 6.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
  *height: 13px;
  /* 3 */
  *width: 13px;
  /* 3 */
}

/*
 * 1. Addresses `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Addresses `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  /* 2 */
  box-sizing: content-box;
}

/*
 * Removes inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/*
 * Removes inner padding and border in Firefox 3+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/*
 * 1. Removes default vertical scrollbar in IE 6/7/8/9.
 * 2. Improves readability and alignment in all browsers.
 */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */
}

/* ==========================================================================
   Tables
   ========================================================================== */
/*
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* Modules */
.loader-small_teal {
  display: inline-block;
  border: 1px solid #26C6AC;
  border-radius: 50%;
  border-top: 1px solid #9FBFCB;
  width: 15px;
  height: 15px;
  animation: spin 0.5s linear infinite;
  border-left: 1px solid #9FBFCB;
  border-right: 1px solid #9FBFCB;
}

.loadel_teal {
  display: inline-block;
  border: 3px solid #26C6AC;
  border-radius: 50%;
  border-top: 3px solid #9FBFCB;
  width: 30px;
  height: 30px;
  animation: spin 0.5s linear infinite;
  border-left: 3px solid #9FBFCB;
  border-right: 3px solid #9FBFCB;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@keyframes float {
  0% {
    transform: translate(0px, 0px);
  }
  50% {
    transform: translate(0px, -10px);
  }
  100% {
    transform: translate(0px, 0px);
  }
}

@keyframes widthshadow1 {
  0% {
    width: 75%;
  }
  50% {
    width: 100%;
  }
  100% {
    width: 75%;
  }
}

@keyframes fadeIn2 {
  0% {
    opacity: 0;
    transform: scale(0);
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}

@keyframes arrowIn {
  0% {
    opacity: 0;
  }
  30% {
    opacity: 1;
  }
  74% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@keyframes floating {
  0% {
    transform: translate(0, 0);
  }
  25% {
    transform: translate(2px, 4px);
  }
  50% {
    transform: translate(3px, 2px);
  }
  75% {
    transform: translate(0, 4px);
  }
  100% {
    transform: translate(0, 0);
  }
}

@keyframes pulse-orange {
  0% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 rgba(252, 186, 42, 0.7);
  }
  70% {
    transform: scale(1);
    box-shadow: 0 0 0 20px rgba(252, 186, 42, 0);
  }
  100% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 rgba(252, 186, 42, 0);
  }
}

/* ############ Font Awesome ############ */
@font-face {
  font-family: 'FontAwesome';
  src: url("/fonts/fontawesome/fontawesome-webfont.eot?v=4.5.0");
  src: url("/fonts/fontawesome/fontawesome-webfont.eot?#iefix&v=4.5.0") format("embedded-opentype"), url("/fonts/fontawesome/fontawesome-webfont.woff2?v=4.5.0") format("woff2"), url("/fonts/fontawesome/fontawesome-webfont.woff?v=4.5.0") format("woff"), url("/fonts/fontawesome/fontawesome-webfont.ttf?v=4.5.0") format("truetype"), url("/fonts/fontawesome/fontawesome-webfont.svg?v=4.5.0#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal;
}

/* Material Design Icon */
@font-face {
  font-family: 'Material Icons';
  font-style: normal;
  font-weight: 400;
  src: url("/fonts/material-design-icons/MaterialIcons-Regular.eot");
  /* For IE6-8 */
  src: local("Material Icons"), local("MaterialIcons-Regular"), url("/fonts/material-design-icons/MaterialIcons-Regular.woff2") format("woff2"), url("/fonts/material-design-icons/MaterialIcons-Regular.woff") format("woff"), url("/fonts/material-design-icons/MaterialIcons-Regular.ttf") format("truetype");
}

.material-icons {
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  /* Preferred icon size */
  display: inline-block;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;
  /* Support for all WebKit browsers. */
  -webkit-font-smoothing: antialiased;
  /* Support for Safari and Chrome. */
  text-rendering: optimizeLegibility;
  /* Support for Firefox. */
  -moz-osx-font-smoothing: grayscale;
  /* Support for IE. */
  font-feature-settings: 'liga';
}

/* ############ Barlow ############ */
/* ############ Rubick ############ */
/* ############ Open Sans ############ */
@font-face {
  font-family: 'opensans-italic';
  src: url("/fonts/opensans/opensans-italic.eot");
  src: url("/fonts/opensans/opensans-italic.eot?#iefix") format("embedded-opentype"), url("/fonts/opensans/opensans-italic.woff") format("woff"), url("/fonts/opensans/opensans-italic.svg#opensans-italic") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'opensans-regular';
  src: url("/fonts/opensans/opensans-regular.eot");
  src: url("/fonts/opensans/opensans-regular.eot?#iefix") format("embedded-opentype"), url("/fonts/opensans/opensans-regular.woff") format("woff"), url("/fonts/opensans/opensans-regular.svg#opensans-regular") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'opensans-semibold';
  src: url("/fonts/opensans/opensans-semibold.eot");
  src: url("/fonts/opensans/opensans-semibold.eot?#iefix") format("embedded-opentype"), url("/fonts/opensans/opensans-semibold.woff") format("woff"), url("/fonts/opensans/opensans-semibold.svg#opensans-semibold") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'opensans-bold';
  src: url("/fonts/opensans/opensans-bold.eot");
  src: url("/fonts/opensans/opensans-bold.eot?#iefix") format("embedded-opentype"), url("/fonts/opensans/opensans-bold.woff") format("woff"), url("/fonts/opensans/opensans-bold.svg#opensans-bold") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'opensans-extrabold';
  src: url("/fonts/opensans/opensans-extrabold.eot");
  src: url("/fonts/opensans/opensans-extrabold.eot?#iefix") format("embedded-opentype"), url("/fonts/opensans/opensans-extrabold.woff") format("woff"), url("/fonts/opensans/opensans-extrabold.svg#opensans-extrabold") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'opensans-semibold_italic';
  src: url("/fonts/opensans/opensans-semibolditalic.eot");
  src: url("/fonts/opensans/opensans-semibolditalic.eot?#iefix") format("embedded-opentype"), url("/fonts/opensans/opensans-semibolditalic.woff") format("woff"), url("/fonts/opensans/opensans-semibolditalic.svg#opensans-semibold_italic") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'opensans-bold_italic';
  src: url("/fonts/opensans/opensans-bolditalic.eot");
  src: url("/fonts/opensans/opensans-bolditalic.eot?#iefix") format("embedded-opentype"), url("/fonts/opensans/opensans-bolditalic.woff") format("woff"), url("/fonts/opensans/opensans-bolditalic.svg#opensansbold_italic") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'opensans-extrabold_italic';
  src: url("/fonts/opensans/opensans-extrabolditalic.eot");
  src: url("/fonts/opensans/opensans-extrabolditalic.eot?#iefix") format("embedded-opentype"), url("/fonts/opensans/opensans-extrabolditalic.woff") format("woff"), url("/fonts/opensans/opensans-extrabolditalic.svg#opensans-extrabold_italic") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'opensans-light';
  src: url("/fonts/opensans/opensans-light.eot");
  src: url("/fonts/opensans/opensans-light.eot?#iefix") format("embedded-opentype"), url("/fonts/opensans/opensans-light.woff") format("woff"), url("/fonts/opensans/opensans-light.svg#opensans-light") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'opensans-light_italic';
  src: url("/fonts/opensans/opensans-lightitalic.eot");
  src: url("/fonts/opensans/opensans-lightitalic.eot?#iefix") format("embedded-opentype"), url("/fonts/opensans/opensans-lightitalic.woff") format("woff"), url("/fonts/opensans/opensans-lightitalic.svg#opensans-light_italic") format("svg");
  font-weight: normal;
  font-style: normal;
}

/* 
   __  ________  _______  __
  /  |/  /  _/ |/_/  _/ |/ /
 / /|_/ // /_>  <_/ //    / 
/_/  /_/___/_/|_/___/_/|_/  
                            
 */
.montase-dropdown {
  position: relative;
}

.montase-dropdown.open .montase-dropdown__menu {
  display: block;
}

.montase-dropdown__menu {
  margin: 3px 0 0 0;
  padding: 0;
  background-color: #ffffff;
  list-style: none;
  display: none;
  position: absolute;
  min-width: 160px;
  left: 0;
  top: 100%;
  z-index: 1000;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
}

/* Partials */
*,
*:before,
*:after {
  box-sizing: border-box;
}

iframe {
  border: none;
}

html, body {
  min-height: 100%;
  margin: 0;
  padding: 0;
  background: #fff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body {
  overflow-x: hidden;
  overflow-y: auto;
}

body.sidebar-active {
  overflow-y: hidden !important;
  overflow-x: hidden !important;
}

img, video, picture {
  display: inherit;
  max-width: 100%;
  height: auto;
  outline: none;
}

img[src=''],
img:not([src]) {
  opacity: 0;
}

.noflicker {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transform: translateZ(0) translate3d(0, 0, 0);
  transform-style: preserve-3d;
}

a i ~ small {
  display: inline-block;
  margin-top: 0;
}

.body-overflow-hidden {
  overflow: hidden;
}

.blur {
  filter: blur(5px);
}

.hide {
  display: none;
}

.show-t {
  display: none !important;
}

.show-m {
  display: none !important;
}

.clearfix:before, .clearfix:after {
  display: table;
  line-height: 0;
  content: "";
}

.clearfix:after {
  clear: both;
}

.d-block {
  display: block;
}

.d-inline {
  display: inline;
}

.d-inline-block {
  display: inline-block;
}

.flex {
  display: flex;
}

.flex.vcenter {
  align-items: center;
}

.flex.vend {
  align-items: flex-end;
}

.flex [class*="span"] {
  margin-right: 4%;
}

.flex .span1 {
  width: 6.382978723404255%;
}

.flex .span2 {
  width: 14.893617021276595%;
}

.flex .span3 {
  width: 23.404255319148934%;
}

.flex .span4 {
  width: 31.914893617021278%;
}

.flex .span5 {
  width: 40.42553191489362%;
}

.flex .span6 {
  width: 48.93617021276595%;
}

.flex .span7 {
  width: 57.44680851063829%;
}

.flex .span8 {
  width: 65.95744680851064%;
}

.flex .span9 {
  width: 74.46808510638297%;
}

.flex .span10 {
  width: 82.97872340425532%;
}

.flex .span11 {
  width: 91.48936170212765%;
}

.flex .span12 {
  width: 100%;
}

.flex-center {
  justify-content: center;
  align-items: center;
}

.wrap {
  flex-wrap: wrap;
}

.row {
  flex-direction: row;
}

.column {
  flex-direction: column;
}

.left {
  text-align: left;
  justify-content: flex-start;
}

.right, form .field .ico__wrapper .left,
.form .field .ico__wrapper .left {
  text-align: right;
  justify-content: flex-end;
}

.center {
  text-align: center;
  justify-content: center;
}

.cover {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

.around {
  justify-content: space-around;
}

.between {
  justify-content: space-between;
}

.block--center {
  margin-left: auto;
  margin-right: auto;
}

.shrink0 {
  flex-shrink: 0;
}

.fl {
  float: left;
}

.disabled {
  pointer-events: none;
}

.float-left {
  display: inline;
  float: left;
}

.float-right {
  display: inline;
  float: right;
}

.nowrap {
  white-space: nowrap;
}

.margin0 {
  margin: 0 !important;
}

.padding0 {
  padding: 0 !important;
}

.padding10 {
  padding: 10px;
}

.padding15 {
  padding: 15px;
}

.padding20 {
  padding: 20px;
}

.marginr0 {
  margin-right: 0 !important;
}

.spacing05 {
  letter-spacing: 0.5px !important;
}

.spacing08 {
  letter-spacing: 0.8px !important;
}

.spacing2 {
  letter-spacing: 2px !important;
}

.spacing1 {
  letter-spacing: 1px !important;
}

.spacing0 {
  letter-spacing: 0 !important;
}

.border {
  border: 1px solid #e1e1e1;
  border-radius: 2px;
}

.border-bottom {
  border-bottom: 1px solid #eaeaea;
}

.width-initial {
  width: initial !important;
}

.widthfull {
  width: 100% !important;
}

.heightfull {
  height: 100% !important;
}

.field {
  margin-bottom: 15px;
}

.content {
  padding: 0 40px;
}

.row {
  margin-bottom: 0;
}

.custom.container, .container320, .container480, .container600, .container640, .container768, .container800, .container960, .container980, .container1024, .container1088, .container1130, .container1220, .container1280, .container1300, .container1330, .container1440, .container1920 {
  position: relative;
  max-width: 100%;
  margin: 0 auto;
}

.containerset {
  max-width: 100%;
  margin: 0 auto;
}

.container320 {
  width: 320px;
}

.container480 {
  width: 480px;
}

.container600 {
  width: 600px;
}

.container640 {
  width: 640px;
}

.container768 {
  width: 768px;
}

.container800 {
  width: 800px;
}

.container960 {
  width: 960px;
}

.container980 {
  width: 980px;
}

.container1024 {
  width: 1024px;
}

.container1088 {
  width: 1088px;
}

.container1130 {
  width: 1130px;
}

.container1220 {
  width: 1220px;
}

.container1280 {
  width: 1280px;
}

.container1300 {
  width: 1300px;
}

.container1330 {
  width: 1330px;
}

.container1440 {
  width: 1440px;
}

.container1920 {
  width: 1920px;
}

.containerfull {
  width: 100%;
  margin: auto;
}

.section {
  position: relative;
}

.rounded {
  border-radius: 2px;
}

.bg--white {
  background: white;
}

.bg--lightgray {
  background: #F6F6F6;
}

.bg--gray {
  background-color: #E5E5E5;
}

.more-desc {
  overflow: hidden;
}

.overflow-visible {
  overflow: visible !important;
}

.link-trigger-content, .expand-content {
  display: none;
}

.bg__overlay {
  position: relative;
}

.bg__overlay:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 5;
  top: 0;
  left: 0;
  transition: .3s ease-out;
}

.no-transition {
  transition: none !important;
}

.opacity-hover {
  opacity: 0.9;
  transition: all .3s ease;
}

.opacity-hover:hover {
  opacity: 1;
}

.c-gray {
  color: #737373;
}

.c-primary {
  color: #FF8C00;
}

.c-white {
  color: #fff;
}

@media (max-width: 768px) {
  .wrapper {
    margin-top: 118px;
  }
}

@media (max-width: 1300px) {
  .containerset {
    padding: 0 20px;
  }
}

@media (max-width: 1024px) {
  .show-t {
    display: initial !important;
  }
  .hide-t {
    display: none !important;
  }
}

@media (max-width: 768px) {
  body {
    background: white;
  }
  .hide-m {
    display: none !important;
  }
  .show-m {
    display: initial !important;
  }
  .title--line:before {
    left: -60px;
    width: 50px;
  }
  .title--line:after {
    left: initial;
    right: -60px;
  }
  .container {
    padding: 0 10px;
  }
  .container__content {
    padding: 30px 10px;
  }
  .content {
    padding: 10px;
  }
  .field {
    margin-bottom: 10px;
  }
  .main__wrapper {
    margin-top: 72px;
  }
}

@media screen and (max-width: 750px) {
  .sfe-widget__minimized {
    bottom: 78px;
  }
}

@media only screen and (max-device-width: 667px), screen and (max-width: 450px) {
  #intercom-container .intercom-launcher-frame {
    bottom: 78px !important;
  }
}

@media screen and (min-width: 769px) {
  .main__wrapper {
    margin-top: 110px;
  }
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
  .ipad .header .header__right .hide-m, .ipad .header-mobile .header__right .hide-m {
    display: none !important;
  }
  .ipad .header .header__right .show-m, .ipad .header-mobile .header__right .show-m {
    display: initial !important;
  }
}

.text-white {
  color: #fff;
}

.text-black {
  color: #000;
}

.uppercase {
  text-transform: uppercase;
}

.light {
  font-weight: 300;
}

.regular {
  font-weight: 400;
}

.medium {
  font-weight: 500;
}

.semibold {
  font-weight: 600;
}

.bold {
  font-weight: 700;
}

.rubick, ul.match-ticker--tab li, .match-detail .match-detail--header .title, .match-detail .match--table .table--list .table--list-right .time, .match-detail .match--table .table--list .table--list-right .live {
  font-family: 'Rubik', sans-serif;
  font-weight: 400;
}

.rubick.semibold, ul.match-ticker--tab li.semibold, .match-detail .match-detail--header .semibold.title, .match-detail .match--table .table--list .table--list-right .semibold.time, .match-detail .match--table .table--list .table--list-right .semibold.live {
  font-weight: 600;
}

.rubick.medium, ul.match-ticker--tab li.medium, .match-detail .match-detail--header .medium.title, .match-detail .match--table .table--list .table--list-right .medium.time, .match-detail .match--table .table--list .table--list-right .medium.live, .popup__wrapper .popup__content .popup__header .title,
.popup__dropdown-menu-mobile .popup__content .popup__header .title {
  font-weight: 500;
}

.rubick.bold, ul.match-ticker--tab li.bold, .match-detail .match-detail--header .bold.title, .match-detail .match--table .table--list .table--list-right .bold.time, .match-detail .match--table .table--list .table--list-right .bold.live {
  font-weight: 700;
}

.barlow, .match-detail .match--table .table--list .table--list-right, .match-detail .match--table .table--list--placeholder, .select__dropdown-menu-mobile, .dropdown-menu-mobile--list {
  font-family: "Barlow", sans-serif;
  font-weight: 400;
}

.barlow.semibold, a.btn--primary2,
input.btn--primary2[type='submit'],
button.btn--primary2, a.btn--primary3,
input.btn--primary3[type='submit'],
button.btn--primary3, a.btn--outline-primary3,
input.btn--outline-primary3[type='submit'],
button.btn--outline-primary3, .teams-info .btn--see-all, .match-detail .match--table .table--list .semibold.table--list-right, .match-detail .match--table .semibold.table--list--placeholder, .table-pagination .pagination--list, .semibold.select__dropdown-menu-mobile, .semibold.dropdown-menu-mobile--list {
  font-weight: 600;
}

.barlow.medium, .match-detail .match--table .table--list .medium.table--list-right, .match-detail .match--table .medium.table--list--placeholder, .match-sorting span, .match-sorting select, .table-filter .filter--list, .medium.select__dropdown-menu-mobile, .medium.dropdown-menu-mobile--list {
  font-weight: 500;
}

.barlow.bold, .match-detail .match--table .table--list .bold.table--list-right, .match-detail .match--table .bold.table--list--placeholder, .bold.select__dropdown-menu-mobile, .bold.dropdown-menu-mobile--list {
  font-weight: 700;
}

.opensans {
  font-family: 'opensans-regular';
  font-weight: normal;
}

.opensans.light {
  font-family: 'opensans-light';
  font-weight: normal;
}

.opensans.semibold {
  font-family: 'opensans-semibold';
  font-weight: normal;
}

.opensans.bold {
  font-family: 'opensans-bold';
  font-weight: normal;
}

body {
  font-family: 'Barlow', sans-serif;
  /* Font varient */
  font-variant-ligatures: none;
  -webkit-font-variant-ligatures: none;
  /* Smoothing */
  text-rendering: optimizeLegibility;
  -moz-osx-font-smoothing: grayscale;
  font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
  font-size: 14px;
  color: #383838;
  letter-spacing: 0;
}

h1 {
  font-size: 42px;
  font-weight: normal;
  margin: 0 0 15px 0;
}

h1.s38 {
  font-size: 38px;
  line-height: 37px;
}

h1.s36 {
  font-size: 36px;
}

h2 {
  font-size: 32px;
  color: #212121;
  font-weight: normal;
  margin: 0 0 20px 0;
}

h2.s28 {
  font-size: 28px;
}

h2.s30 {
  font-size: 30px;
}

h3 {
  font-size: 24px;
  font-weight: 400;
  margin: 0 0 5px 0;
}

h3.s22 {
  font-size: 22px;
}

h4 {
  font-size: 20px;
  font-weight: 400;
  margin: 0 0 12px 0;
}

h4 .s19 {
  font-size: 19px;
}

h5 {
  font-size: 18px;
  font-weight: normal;
  margin: 0 0 10px 0;
}

h5.s16 {
  font-size: 16px;
}

h5.s15 {
  font-size: 15px;
}

h6 {
  font-size: 14px;
  font-weight: normal;
  margin: 0 0 10px 0;
  line-height: 17px;
}

h6.s12 {
  font-size: 12px;
}

h6.s9 {
  font-size: 9px;
}

p {
  font-size: 14px;
  line-height: 24px;
}

small {
  font-size: 12px;
}

small.s8 {
  font-size: 8px;
}

small.s9 {
  font-size: 9px;
}

small.s10 {
  font-size: 10px;
}

small.s11 {
  font-size: 11px;
}

label {
  font-size: 14px;
}

label small {
  padding: 2px 0 0 0;
}

a {
  color: inherit;
  font-size: inherit;
  text-decoration: none;
}

a.link:hover {
  text-decoration: underline;
}

a.link--purple:hover {
  color: #915AF3;
}

a.link--green:hover {
  color: #26C6AC;
}

a.link--yellow {
  color: #F2A221;
}

a small {
  color: inherit;
  line-height: 0px;
  padding: 5px 0;
}

hr {
  display: inline-block;
  width: 100%;
  border: none;
  border-bottom: 1px solid #EAEAEA;
}

hr.w25 {
  margin: 15px auto;
  padding: 0;
  width: 25px;
  height: 1px;
  background: #4E5052;
}

ol {
  padding-left: 15px;
}

ul {
  list-style: none;
  margin: 1em 0;
  padding: 0;
}

ul.disc, ul.alpha, ul.decimal {
  list-style-type: disc;
  padding: 0 0 0 18px;
}

ul.disc li, ul.alpha li, ul.decimal li {
  line-height: 180%;
  margin: 3px 0;
}

ul.dash li:before {
  content: '-';
  margin-right: 5px;
}

ul.alpha {
  list-style-type: upper-alpha;
}

ul.decimal {
  list-style-type: decimal;
}

ul.decimal li {
  list-style-type: inherit;
}

ul.star li {
  position: relative;
  padding: 6px 0;
  padding-left: 29px;
}

ul.star li:before {
  content: '';
  width: 22px;
  height: 22px;
  background-image: url("/images/academy/ico-star.svg");
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  left: 0;
  top: 3px;
}

ul li a {
  display: block;
  text-decoration: none;
}

ul li a:after {
  content: "";
  display: table;
  clear: both;
}

ul li a img {
  float: left;
}

nav ul {
  display: inline-block;
  margin: 0 auto;
  padding: 0;
}

nav ul li {
  display: inline-block;
  float: left;
}

blockquote {
  position: relative;
  margin: 0;
  padding: 25px 0;
  border-left: 0;
}

p, h1, h2, h3, h4, h5, h6 {
  padding: 0;
  margin: 0;
}

::-webkit-input-placeholder {
  opacity: 0.5;
}

::-moz-placeholder {
  opacity: 0.5;
}

/* firefox 19+ */
:-ms-input-placeholder {
  opacity: 0.5;
}

/* ie */
input:-moz-placeholder {
  opacity: 0.5;
}

.btn {
  height: 45px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 8px 14px;
  box-shadow: 0 2px 3px 0 rgba(56, 56, 56, 0.25);
  background-color: #FCDD3C;
  border-radius: 2px;
  border: none;
}

.btn:hover {
  background-color: #fbd71b;
}

.btn_w170 {
  min-width: 170px;
}

.btn_w200 {
  min-width: 200px;
}

.btn-share {
  height: 30px;
  box-shadow: none;
  background-color: #E5E5E5;
  font-size: 18px;
  line-height: 22px;
  letter-spacing: 0;
  color: #696969;
  transition: background-color .3s ease;
}

.btn-share:hover {
  background-color: #cccbcb;
}

form,
.form {
  width: 100%;
  margin: 0;
  padding: 0;
}

form input:focus, form input:active, form textarea:focus, form textarea:active, form select:focus, form select:active, form button:focus, form button:active, form a:focus, form a:active,
.form input:focus,
.form input:active,
.form textarea:focus,
.form textarea:active,
.form select:focus,
.form select:active,
.form button:focus,
.form button:active,
.form a:focus,
.form a:active {
  outline: 1px solid #f9f9f9;
}

form input, form textarea, form select,
.form input,
.form textarea,
.form select {
  position: relative;
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  color: #3b3b3b;
  border: 1px solid #e0e0e0;
  border-radius: 2px;
  padding: 5px 10px;
  -webkit-appearance: none;
  vertical-align: middle;
  width: auto;
  height: 40px;
}

form input:focus, form input:active, form textarea:focus, form textarea:active, form select:focus, form select:active,
.form input:focus,
.form input:active,
.form textarea:focus,
.form textarea:active,
.form select:focus,
.form select:active {
  border: 1px solid #86B2E5;
  background: #f9f9f9;
}

form input.small, form textarea.small, form select.small,
.form input.small,
.form textarea.small,
.form select.small {
  font-size: 11px;
  padding: 5px 10px;
  height: 35px;
}

form input.qty, form textarea.qty, form select.qty,
.form input.qty,
.form textarea.qty,
.form select.qty {
  width: 42px;
  font-weight: bold;
  text-align: center;
}

form textarea,
.form textarea {
  height: auto;
  resize: none;
}

form textarea.small,
.form textarea.small {
  height: auto;
  padding: 10px;
}

form input[type="button"].qtyminus, form input.qtyplus[type="button"],
form .form input.qtyplus[type="button"], .form form input.qtyplus[type="button"],
.form input[type="button"].qtyminus,
.form input.qtyplus[type="button"] {
  cursor: pointer;
  font-size: 18px;
  width: 35px;
  color: #F26877;
  font-weight: bold;
  padding: 0px 10px;
  border-right: 0;
  border-left: 0;
  border-radius: 50% 0 0 50%;
  background: linear-gradient(to bottom, #fff 0%, #e5e5e5 100%);
}

form input[type="button"].qtyplus,
.form input[type="button"].qtyplus {
  border-radius: 0 50% 50% 0;
}

form input[type="checkbox"] ~ label,
form input[type="radio"] ~ label,
.form input[type="checkbox"] ~ label,
.form input[type="radio"] ~ label {
  display: inline-block;
}

form input[type="file"],
.form input[type="file"] {
  background: white;
  border: 0;
  padding: 2px 0;
}

form input[type=number]::-webkit-outer-spin-button,
form input[type=number]::-webkit-inner-spin-button,
.form input[type=number]::-webkit-outer-spin-button,
.form input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

form input[type=number],
.form input[type=number] {
  -moz-appearance: textfield;
}

form label,
.form label {
  display: block;
  margin-bottom: 5px;
}

form .select,
.form .select {
  position: relative;
  background-image: url(/images/ico/ico-arrowselect.svg);
  background-repeat: no-repeat;
  background-position: right center;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  text-indent: 0.01px;
  text-overflow: '';
}

form .select,
.form .select {
  position: relative;
}

form .select:before,
.form .select:before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  right: 10px;
  margin: auto;
  background: url(/images/ico/ico-arrowselect.svg);
  width: 9px;
  height: 4px;
  z-index: 10;
}

form .field,
.form .field {
  position: relative;
  width: 320px;
  max-width: 100%;
  margin-bottom: 15px;
}

form .field input,
form .field select,
form .field textarea,
.form .field input,
.form .field select,
.form .field textarea {
  width: 100%;
}

form .field input.qty,
form .field select.qty,
form .field textarea.qty,
.form .field input.qty,
.form .field select.qty,
.form .field textarea.qty {
  width: 42px;
}

form .field input[type="text"] ~ i,
.form .field input[type="text"] ~ i {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 10px;
  margin: auto;
  width: 14px;
  height: 14px;
  background-size: 100%;
}

form .field input[type="text"].small ~ i,
.form .field input[type="text"].small ~ i {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 15px;
  margin: auto;
  width: 12px;
  height: 12px;
  background-size: 100%;
}

form .field input[type="file"],
.form .field input[type="file"] {
  height: auto;
}

form .field input[type="checkbox"],
form .field input[type="radio"],
.form .field input[type="checkbox"],
.form .field input[type="radio"] {
  margin-bottom: 0;
  width: auto;
}

form .field input[type="submit"],
.form .field input[type="submit"] {
  width: auto;
  height: auto;
  margin: auto;
}

form .field label,
.form .field label {
  margin-right: 5px;
  margin-bottom: 5px;
}

form .field label.wells,
.form .field label.wells {
  display: table;
  padding: 8px 10px;
}

form .field.error .info--error,
.form .field.error .info--error {
  display: inline-block;
}

form .field.error input,
form .field.error select,
form .field.error textarea,
.form .field.error input,
.form .field.error select,
.form .field.error textarea {
  background: rgba(165, 17, 9, 0.2);
  border: 1px solid #a9363e;
}

form .field .info--error,
.form .field .info--error {
  display: none;
  float: right;
  color: #ff6060 !important;
  font-size: 12px;
}

form .field .ico__wrapper,
.form .field .ico__wrapper {
  position: relative;
  width: 100%;
}

form .field .ico__wrapper .right, form .field .ico__wrapper .left,
form .form .field .ico__wrapper .left, .form form .field .ico__wrapper .left,
.form .field .ico__wrapper .right,
.form .field .ico__wrapper .left {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 8px;
  margin: auto;
}

form .field .ico__wrapper .left,
.form .field .ico__wrapper .left {
  right: initial;
  left: 8px;
}

form .option__expand,
.form .option__expand {
  display: none;
}

form .input--2,
.form .input--2 {
  position: relative;
}

form .input--2:before,
.form .input--2:before {
  content: attr(placeholder);
  color: #bebebe;
  cursor: text;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  padding: 16px 10px;
  z-index: 1;
  transition: 0.1s ease;
}

form .input--2.active:before,
.form .input--2.active:before {
  font-size: 10px;
  top: -8px;
  left: 0;
  bottom: initial;
}

form .input--2.active input,
.form .input--2.active input {
  padding: 20px 10px 10px 10px;
}

form .input--2 input,
.form .input--2 input {
  height: 50px;
  padding: 12px 10px;
}

form .input--date,
.form .input--date {
  position: relative;
  border-radius: 2px;
  background: transparent !important;
}

form .input--date input:active, form .input--date input:focus,
.form .input--date input:active,
.form .input--date input:focus {
  border: 1px solid #e0e0e0;
}

form .input--date .ico-date,
.form .input--date .ico-date {
  background: url(/images/ico/ico-dategray.svg) no-repeat center;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0 !important;
  margin: auto;
  width: 40px !important;
  height: 100% !important;
  background-size: 13px !important;
  cursor: pointer;
}

form .input--error,
.form .input--error {
  position: relative;
}

form .input--error:after,
.form .input--error:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 10px;
  margin: auto;
  width: 14px;
  height: 14px;
  border: 0;
  background: url(/images/ico/ico-error.svg);
}

form .input--error input:focus, form .input--error input:active, form .input--error textarea:focus, form .input--error textarea:active, form .input--error select:focus, form .input--error select:active, form .input--error button:focus, form .input--error button:active, form .input--error a:focus, form .input--error a:active,
.form .input--error input:focus,
.form .input--error input:active,
.form .input--error textarea:focus,
.form .input--error textarea:active,
.form .input--error select:focus,
.form .input--error select:active,
.form .input--error button:focus,
.form .input--error button:active,
.form .input--error a:focus,
.form .input--error a:active {
  outline: 0;
}

form .input--error input,
form .input--error select,
form .input--error textarea,
.form .input--error input,
.form .input--error select,
.form .input--error textarea {
  border: 1px solid #F26877;
}

form .input--error input[type="checkbox"],
form .input--error input[type="radio"],
form .input--error input[type="file"],
.form .input--error input[type="checkbox"],
.form .input--error input[type="radio"],
.form .input--error input[type="file"] {
  border: 0;
}

form .input--error .selectize .selectize-input,
.form .input--error .selectize .selectize-input {
  border: 1px solid #F26877 !important;
}

form .input--error .small.selectize .selectize-input,
.form .input--error .small.selectize .selectize-input {
  border: 1px solid #F26877 !important;
}

form .msg--error,
.form .msg--error {
  display: inline-block;
  border-bottom: 1px solid #e74001;
}

@media (max-width: 1024px) {
  form .field,
  .form .field {
    flex-flow: row wrap;
  }
  form .field input[type="checkbox"],
  form .field input[type="radio"],
  .form .field input[type="checkbox"],
  .form .field input[type="radio"] {
    width: 20px;
    height: 20px;
    margin: 2px 0;
  }
}

@media (max-width: 600px) {
  form input, form textarea, form select,
  .form input,
  .form textarea,
  .form select {
    width: 100%;
  }
  form input[type="checkbox"],
  form input[type="radio"],
  .form input[type="checkbox"],
  .form input[type="radio"] {
    width: 20px;
    height: 20px;
  }
  form .field input,
  form .field select,
  form .field textarea,
  .form .field input,
  .form .field select,
  .form .field textarea {
    width: 100%;
  }
  form .field .span6,
  .form .field .span6 {
    width: 100%;
    margin: 0 0 15px 0;
  }
  form .field .span6:last-child,
  .form .field .span6:last-child {
    margin: 0;
  }
  form .input--error input,
  form .input--error select,
  form .input--error textarea,
  .form .input--error input,
  .form .input--error select,
  .form .input--error textarea {
    border: 1px solid #F26877;
  }
  form .input--error .selectize .selectize-input,
  .form .input--error .selectize .selectize-input {
    border: 1px solid #F26877 !important;
  }
}

.form-control {
  width: 100%;
  background-color: #f0f0f0;
  border: 1px solid rgba(56, 56, 56, 0.25);
  border-radius: 2px;
  height: 45px;
  font-size: 18px;
  letter-spacing: 0;
  line-height: 22px;
  padding: 12px 20px 11px 20px;
}

.form-control:focus {
  border-color: #F7B81C;
  background-color: #f0f0f0;
}

textarea.form-control {
  height: 200px;
}

@media (max-width: 768px) {
  .form-control {
    height: 35px;
    font-size: 14px;
    padding: 12px 15px 11px 15px;
  }
  select.form-control {
    padding: 0 15px;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    background: url(/images/contact/arrow-select.png) no-repeat 98% 50%;
    background-color: #f0f0f0;
    border: 1px solid rgba(56, 56, 56, 0.25);
  }
  textarea.form-control {
    height: 150px;
  }
}

.ico-navbar-arrow {
  background: url(/images/ico/ico-navbar-arrow.svg) no-repeat;
  display: inline-block;
  vertical-align: middle;
  width: 9px;
  height: 7px;
  margin: 0 0 3px;
}

.ico-play-square {
  background: url(/images/ico/ico-play-square.svg) no-repeat;
  display: inline-block;
  vertical-align: middle;
  width: 40px;
  height: 40px;
  margin: 0 10px 0 0;
  background-size: 40px;
}

.badge-captain {
  background: url(/images/badge-captain@2x.png) no-repeat;
  display: inline-block;
  vertical-align: middle;
  width: 25px;
  height: 25px;
  margin: 0 0 10px 15px;
  background-size: 25px;
}

.badge-coach {
  background: url(/images/badge-coach@2x.png) no-repeat;
  display: inline-block;
  vertical-align: middle;
  width: 65px;
  height: 20px;
  margin: 0 0 10px 15px;
  background-size: 65px;
}

.ico-ig {
  background: url(/images/ico/ico-socmed-ig.svg) no-repeat;
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  height: 20px;
  margin: 0;
}

.ico-yt {
  background: url(/images/ico/ico-socmed-yt.svg) no-repeat;
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  height: 20px;
  margin: 0;
}

.ico-fb {
  background: url(/images/ico/ico-socmed-fb.svg) no-repeat;
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  height: 20px;
  margin: 0;
}

.ico-tw {
  background: url(/images/ico/ico-socmed-tw.svg) no-repeat;
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  height: 20px;
  margin: 0;
}

.ico-warning {
  background: url(/images/academy/ico-warning.svg) no-repeat;
  display: inline-block;
  vertical-align: middle;
  width: 21px;
  height: 21px;
  margin: 0;
}

.ico-wa {
  background: url(/images/academy/ico-wa.svg) no-repeat;
  display: inline-block;
  vertical-align: middle;
  width: 22px;
  height: 22px;
  margin: 0;
}

.ico-circle-plus {
  background: url(/images/membership/ico-circle-plus.svg) no-repeat;
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  height: 20px;
  margin: 0;
}

.ico-twitter {
  background: url(/images/membership/twitter.svg) no-repeat;
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  height: 20px;
  margin: 0;
}

.ico-facebook {
  background: url(/images/membership/facebook.svg) no-repeat;
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  height: 20px;
  margin: 0;
}

.ico-instagram {
  background: url(/images/membership/instagram.svg) no-repeat;
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  height: 20px;
  margin: 0;
}

.ico-clock {
  background: url(../images/career/ico-clock.svg) no-repeat;
  display: inline-block;
  vertical-align: middle;
  width: 16px;
  height: 16px;
  margin: 0;
}

@media screen and (max-width: 768px) {
  .badge-captain {
    display: inline-block;
    vertical-align: middle;
    width: 18px;
    height: 18px;
    margin: 0 0 2px 9px;
    background-size: 18px;
  }
  .badge-coach {
    display: inline-block;
    vertical-align: middle;
    width: 50px;
    height: 15px;
    margin: 0 0 10px 15px;
    background-size: 50px;
  }
}

.row:after {
  content: "";
  display: table;
  clear: both;
}

.row .col {
  float: left;
  min-height: 1px;
}

.row .col.m1 {
  width: 8.3333333333%;
}

.row .col.m2 {
  width: 16.6666666667%;
}

.row .col.m3 {
  width: 25%;
}

.row .col.m4 {
  width: 33.3333333333%;
}

.row .col.m5 {
  width: 41.6666666667%;
}

.row .col.m6 {
  width: 50%;
}

.row .col.m7 {
  width: 58.3333333333%;
}

.row .col.m8 {
  width: 66.6666666667%;
}

.row .col.m9 {
  width: 75%;
}

.row .col.m10 {
  width: 83.3333333333%;
}

.row .col.m11 {
  width: 91.6666666667%;
}

.row .col.m12 {
  width: 100%;
}

@media (max-width: 1023px) {
  .row:after {
    content: "";
    display: table;
    clear: both;
  }
  .row .col {
    float: left;
    min-height: 1px;
  }
  .row .col.s1 {
    width: 8.3333333333%;
  }
  .row .col.s2 {
    width: 16.6666666667%;
  }
  .row .col.s3 {
    width: 25%;
  }
  .row .col.s4 {
    width: 33.3333333333%;
  }
  .row .col.s5 {
    width: 41.6666666667%;
  }
  .row .col.s6 {
    width: 50%;
  }
  .row .col.s7 {
    width: 58.3333333333%;
  }
  .row .col.s8 {
    width: 66.6666666667%;
  }
  .row .col.s9 {
    width: 75%;
  }
  .row .col.s10 {
    width: 83.3333333333%;
  }
  .row .col.s11 {
    width: 91.6666666667%;
  }
  .row .col.s12 {
    width: 100%;
  }
}

@media (max-width: 768px) {
  .row:after {
    content: "";
    display: table;
    clear: both;
  }
  .row .col {
    float: left;
    min-height: 1px;
  }
  .row .col.xs1 {
    width: 8.3333333333%;
  }
  .row .col.xs2 {
    width: 16.6666666667%;
  }
  .row .col.xs3 {
    width: 25%;
  }
  .row .col.xs4 {
    width: 33.3333333333%;
  }
  .row .col.xs5 {
    width: 41.6666666667%;
  }
  .row .col.xs6 {
    width: 50%;
  }
  .row .col.xs7 {
    width: 58.3333333333%;
  }
  .row .col.xs8 {
    width: 66.6666666667%;
  }
  .row .col.xs9 {
    width: 75%;
  }
  .row .col.xs10 {
    width: 83.3333333333%;
  }
  .row .col.xs11 {
    width: 91.6666666667%;
  }
  .row .col.xs12 {
    width: 100%;
  }
}

.row_gutter10 {
  margin-left: -10px;
  margin-right: -10px;
}

.col_gutter10 {
  padding-left: 10px;
  padding-right: 10px;
}

.row_gutter15 {
  margin-left: -15px;
  margin-right: -15px;
}

.col_gutter15 {
  padding-left: 15px;
  padding-right: 15px;
}

.row_gutter25 {
  margin-left: -25px;
  margin-right: -25px;
}

.col_gutter25 {
  padding-left: 25px;
  padding-right: 25px;
}

input[type='submit'],
button {
  cursor: pointer;
}

a,
input[type='submit'],
button {
  position: relative;
  display: inline-block;
  border: none;
  outline: none;
  text-decoration: none;
}

a.btn--primary,
input[type='submit'].btn--primary,
button.btn--primary {
  font-size: 18px;
  color: #383838;
  letter-spacing: 0;
  background-image: linear-gradient(-180deg, #FCDD3C 0%, #F7B81C 100%);
  box-shadow: 0 2px 3px 0 rgba(56, 56, 56, 0.25);
  border-radius: 2px;
  padding: 9px 12px;
}

a.btn--primary:hover,
input[type='submit'].btn--primary:hover,
button.btn--primary:hover {
  background-image: linear-gradient(-180deg, #fcd923 0%, #f1ae08 100%);
}

a.btn--primary.btn-lg,
input[type='submit'].btn--primary.btn-lg,
button.btn--primary.btn-lg {
  font-size: 20px;
  padding: 12px 25px 10px;
}

a.btn--primary2,
input[type='submit'].btn--primary2,
button.btn--primary2 {
  font-size: 18px;
  color: #363636;
  letter-spacing: 0.5px;
  text-align: center;
  background-image: linear-gradient(180deg, #FFC942 0%, #F7B81C 100%);
  box-shadow: 0 1px 2px 0 rgba(56, 56, 56, 0.25);
  border-radius: 2px;
  padding: 9px 12px;
}

a.btn--primary2:hover,
input[type='submit'].btn--primary2:hover,
button.btn--primary2:hover {
  background-image: linear-gradient(180deg, #ffc229 0%, #f1ae08 100%);
}

a.btn--primary2.btn-lg,
input[type='submit'].btn--primary2.btn-lg,
button.btn--primary2.btn-lg {
  font-size: 20px;
  padding: 12px 25px 10px;
}

a.btn--primary3,
input[type='submit'].btn--primary3,
button.btn--primary3 {
  font-size: 18px;
  line-height: 22px;
  color: #363636;
  background-color: #F3AA36;
  border-radius: 12px;
  border: 1px solid #F3AA36;
  padding: 15px 20px;
  transition: .3s ease;
}

a.btn--primary3:hover,
input[type='submit'].btn--primary3:hover,
button.btn--primary3:hover {
  background-color: #f2a01e;
}

a.btn--outline-primary3,
input[type='submit'].btn--outline-primary3,
button.btn--outline-primary3 {
  font-size: 18px;
  line-height: 22px;
  color: #363636;
  border: 1px solid #363636;
  border-radius: 12px;
  padding: 15px 20px;
}

.header, .header-mobile {
  background-color: #fff;
  z-index: 1;
  position: relative;
}

.header .header__container, .header-mobile .header__container {
  position: relative;
  min-height: 110px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.15);
}

.header .header__container:after, .header-mobile .header__container:after {
  content: "";
  display: table;
  clear: both;
}

.header .header__left, .header-mobile .header__left {
  width: 150px;
  min-height: inherit;
  float: left;
}

.header .header__left .logo, .header-mobile .header__left .logo {
  min-height: inherit;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 8px;
  padding-left: 30px;
}

.header .header__left .logo img, .header-mobile .header__left .logo img {
  margin: auto;
}

.header .header__mid, .header-mobile .header__mid {
  width: calc(100% - 400px);
  float: left;
  min-height: inherit;
  position: relative;
  z-index: 2;
}

.header .header__mid ul, .header-mobile .header__mid ul {
  margin-top: 0;
  margin-bottom: 0;
}

.header .header__mid ul.socmed, .header-mobile .header__mid ul.socmed {
  margin-left: 15px;
  height: 50px;
  padding-top: 16px;
}

.header .header__mid ul.socmed li a, .header-mobile .header__mid ul.socmed li a {
  margin: 0 7px;
}

.header .header__mid ul.socmed li .login, .header-mobile .header__mid ul.socmed li .login {
  color: #363636;
  opacity: 1;
  background-color: #f3aa36;
  border-radius: 6px;
  padding: 4px 8px;
}

.header .header__mid ul.navbar, .header-mobile .header__mid ul.navbar {
  height: 60px;
  position: relative;
}

.header .header__mid ul.navbar li, .header-mobile .header__mid ul.navbar li {
  height: inherit;
  position: relative;
}

.header .header__mid ul.navbar li .navbar--a, .header-mobile .header__mid ul.navbar li .navbar--a {
  margin: 22px 12px 0;
  position: relative;
  padding: 0 3px 21px;
  color: rgba(56, 56, 56, 0.8);
  white-space: nowrap;
  display: flex;
  align-items: center;
}

.header .header__mid ul.navbar li .navbar--a:before, .header-mobile .header__mid ul.navbar li .navbar--a:before {
  content: "";
  width: 0;
  height: 4px;
  background-color: transparent;
  position: absolute;
  bottom: 0;
  display: block;
  margin: auto;
  left: 0;
  transition: width 0.3s ease, background-color 0.3s ease;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
}

.header .header__mid ul.navbar li:hover .navbar--a, .header-mobile .header__mid ul.navbar li:hover .navbar--a {
  color: #383838;
}

.header .header__mid ul.navbar li:hover .dropdown, .header-mobile .header__mid ul.navbar li:hover .dropdown {
  opacity: 1;
  visibility: visible;
  transform: translateY(0px);
  z-index: 101;
  transition: 0.3s ease;
}

.header .header__mid ul.navbar li:last-child .navbar--a:after, .header-mobile .header__mid ul.navbar li:last-child .navbar--a:after {
  display: none;
}

.header .header__mid ul.navbar li.active .navbar--a, .header-mobile .header__mid ul.navbar li.active .navbar--a {
  color: #141518;
}

.header .header__mid ul.navbar li.active .navbar--a:before, .header-mobile .header__mid ul.navbar li.active .navbar--a:before {
  width: 100%;
  background-color: #f7b81c;
}

.header .header__mid ul.navbar .dropdown, .header-mobile .header__mid ul.navbar .dropdown {
  width: 275px;
  position: absolute;
  top: 60px;
  left: 20px;
  background-color: #fff;
  border: 1px solid #E2E2E2;
  box-shadow: inset 0px 1px 0px rgba(0, 0, 0, 0.15);
  z-index: -1;
  opacity: 0;
  visibility: hidden;
  transform: translateY(15px);
}

.header .header__mid ul.navbar .dropdown .dropdown--item--a, .header-mobile .header__mid ul.navbar .dropdown .dropdown--item--a {
  padding: 12px 16px;
  position: relative;
  overflow: hidden;
  color: #616161;
}

.header .header__mid ul.navbar .dropdown .dropdown--item, .header-mobile .header__mid ul.navbar .dropdown .dropdown--item {
  position: relative;
  overflow: hidden;
}

.header .header__mid ul.navbar .dropdown .dropdown--item:hover, .header-mobile .header__mid ul.navbar .dropdown .dropdown--item:hover {
  background: linear-gradient(90deg, #FFFFFF 10.71%, rgba(255, 255, 255, 0.8) 53.57%, rgba(255, 255, 255, 0.6) 100%), #F5AA37;
}

.header .header__mid ul.navbar .dropdown .dropdown--item:hover .dropdown--item--a, .header-mobile .header__mid ul.navbar .dropdown .dropdown--item:hover .dropdown--item--a {
  color: #141518;
}

.header .header__mid ul.navbar .dropdown .dropdown--item:hover .dropdown--bg, .header-mobile .header__mid ul.navbar .dropdown .dropdown--item:hover .dropdown--bg {
  opacity: 1;
}

.header .header__mid ul.navbar .dropdown .dropdown--item .dropdown--bg, .header-mobile .header__mid ul.navbar .dropdown .dropdown--item .dropdown--bg {
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  opacity: 0;
  position: absolute;
}

.header .header__right, .header-mobile .header__right {
  width: 250px;
  min-height: inherit;
  float: left;
  display: flex;
  align-items: center;
  justify-content: center;
  max-height: 110px;
  overflow: hidden;
  position: relative;
  z-index: 0;
}

.header .header__right .header--sponsor, .header-mobile .header__right .header--sponsor {
  text-align: center;
  width: 100%;
  min-height: inherit;
  height: 100%;
  padding-right: 30px;
  display: flex;
}

.header .header__right .header--sponsor img, .header-mobile .header__right .header--sponsor img {
  display: inline-block;
}

.header .header__right .header--sponsor .sponsor--slide, .header-mobile .header__right .header--sponsor .sponsor--slide {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  min-height: inherit;
  width: 100%;
  flex-shrink: 0;
}

.header .header__right .header--sponsor .slick-list, .header-mobile .header__right .header--sponsor .slick-list,
.header .header__right .header--sponsor .slick-track,
.header-mobile .header__right .header--sponsor .slick-track {
  min-height: inherit;
  height: 100%;
}

.header-mobile {
  background-color: #fff;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1001;
  display: none;
}

.navbar__mobile {
  display: none;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.15);
}

.navbar__mobile.is-active .navbar__mobile--logo span {
  transition-delay: 0.12s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  transform: rotate(45deg);
}

.navbar__mobile.is-active .navbar__mobile--logo span:before {
  top: 0;
  transition: top 75ms ease, opacity 75ms ease 0.12s;
  opacity: 0;
}

.navbar__mobile.is-active .navbar__mobile--logo span:after {
  bottom: 0;
  transition: bottom 75ms ease, transform 75ms cubic-bezier(0.215, 0.61, 0.355, 1) 0.12s;
  transform: rotate(-90deg);
}

.navbar__mobile.is-active .navbar__mobile--dropdown {
  max-height: 100vh;
}

.navbar__mobile.is-active .navbar__mobile--dropdown .socmed-mobile {
  bottom: 0;
}

.navbar__mobile .navbar__mobile--logo {
  height: 27px;
  width: 27px;
  position: relative;
  display: inline-block;
  margin-left: 16px;
  cursor: pointer;
}

.navbar__mobile .navbar__mobile--logo span {
  position: absolute;
  width: 27px;
  height: 3px;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition-duration: 75ms;
  transition-property: transform;
  border-radius: 4px;
  background-color: #383838;
  top: 50%;
  display: block;
  margin-top: -2px;
}

.navbar__mobile .navbar__mobile--logo span:before {
  display: block;
  content: "";
  position: absolute;
  width: 27px;
  height: 3px;
  transition-timing-function: ease;
  transition-duration: 0.15s;
  transition-property: transform;
  border-radius: 4px;
  background-color: #383838;
  top: -8px;
  transition: top 75ms ease 0.12s, opacity 75ms ease;
}

.navbar__mobile .navbar__mobile--logo span:after {
  display: block;
  content: "";
  position: absolute;
  width: 27px;
  height: 3px;
  transition-timing-function: ease;
  transition-duration: 0.15s;
  transition-property: transform;
  border-radius: 4px;
  background-color: #383838;
  bottom: -8px;
  transition: bottom 75ms ease 0.12s, transform 75ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.navbar__mobile .socmed {
  margin-right: 8px;
}

.navbar__mobile .socmed li a {
  margin: 0 7px;
}

.navbar__mobile .navbar__mobile--dropdown {
  position: fixed;
  z-index: 1001;
  background-color: #fff;
  width: 100%;
  overflow: hidden;
  transition: 0.5s ease-out;
  top: 70px;
  bottom: 0;
  left: 0;
  right: 0;
  max-height: 0;
}

.navbar__mobile .navbar__mobile--dropdown .navbar__li .navbar__a {
  padding: 16px;
  display: flex;
  justify-content: space-between;
}

.navbar__mobile .navbar__mobile--dropdown .navbar__li .login {
  color: #363636;
  opacity: 1;
  background-color: #f3aa36;
  border-radius: 6px;
  padding: 4px 8px;
}

.navbar__mobile .navbar__mobile--dropdown .navbar__li.is-active .dropdown {
  max-height: 500px;
}

.navbar__mobile .navbar__mobile--dropdown .navbar__li.is-active .dropdown--item--a:active {
  color: #383838;
}

.navbar__mobile .navbar__mobile--dropdown .socmed-mobile {
  transition: .5s ease-out;
  position: fixed;
  left: 0;
  right: 0;
  bottom: 100%;
  background: white;
  padding-bottom: 16px;
  padding-top: 16px;
  justify-content: center;
}

.navbar__mobile .navbar__mobile--dropdown .socmed-mobile a {
  width: 24px;
  height: 24px;
}

.navbar__mobile .navbar__mobile--dropdown .dropdown {
  position: fixed;
  z-index: 2002;
  background-color: #fff;
  width: 100%;
  overflow: hidden;
  transition: 0.5s ease-out;
  top: 71px;
  left: 0;
  right: 0;
  height: 100%;
  max-height: 0;
}

.navbar__mobile .navbar__mobile--dropdown .dropdown .dropdown--item a {
  padding: 16px;
  display: block;
}

.navbar__mobile .navbar__mobile--dropdown .dropdown .back {
  cursor: pointer;
  padding: 16px;
  color: #616161;
  display: flex;
  align-items: center;
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
}

.navbar__mobile .navbar__mobile--dropdown .dropdown .back img {
  margin-right: 8px;
  transform: rotate(180deg);
  width: 18px;
  height: 18px;
}

.navbar__mobile .navbar__mobile--dropdown .dropdown.active {
  max-height: unset;
}

.navbar__mobile .navbar__mobile--dropdown .dropdown .inner-wrapper {
  height: calc(100% - 164px);
  overflow: auto;
}

@media screen and (min-width: 769px) {
  .header, .header-mobile {
    position: fixed;
    width: 100%;
    z-index: 50;
    top: 0;
  }
  .header .header__left .logo img, .header-mobile .header__left .logo img {
    max-height: 85px;
    transition: 0.3s;
    transform-origin: center bottom;
    width: auto;
  }
  .header .header__right .header--sponsor img, .header-mobile .header__right .header--sponsor img {
    max-height: 110px;
    transition: 0.3s;
    transform-origin: right bottom;
  }
}

@media screen and (min-width: 769px) and (max-width: 1279px) {
  .header .header__right .header--sponsor .sponsor--slide, .header-mobile .header__right .header--sponsor .sponsor--slide {
    align-items: flex-start;
  }
  .header .header__right .header--sponsor .sponsor--slide img, .header-mobile .header__right .header--sponsor .sponsor--slide img {
    max-height: 70px;
  }
}

@media screen and (max-width: 768px) {
  .header, .header-mobile {
    display: none;
  }
  .header .header__container, .header-mobile .header__container {
    min-height: auto;
    padding: 0;
    max-height: 57px;
  }
  .header .header__left, .header-mobile .header__left {
    width: auto;
    float: left;
    margin-left: 15px;
  }
  .header .header__left .logo, .header-mobile .header__left .logo {
    padding: 0;
    padding-left: 0;
  }
  .header .header__left .logo img, .header-mobile .header__left .logo img {
    width: 60px;
  }
  .header .header__mid, .header-mobile .header__mid {
    display: none;
  }
  .header .header__right, .header-mobile .header__right {
    float: none;
    min-height: auto;
    height: 100%;
    width: 100px;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 55px;
  }
  .header .header__right .header--sponsor, .header-mobile .header__right .header--sponsor {
    padding-right: 0;
  }
  .header-mobile,
  .navbar__mobile {
    display: block;
  }
  .header-mobile .socmed,
  .navbar__mobile .socmed {
    display: none;
  }
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
  .ipad .header, .ipad .header-mobile {
    min-height: auto;
    padding: 6px 0 5px;
  }
  .ipad .header .header__left, .ipad .header-mobile .header__left {
    width: auto;
    float: left;
    margin-left: 15px;
  }
  .ipad .header .header__left .logo img, .ipad .header-mobile .header__left .logo img {
    width: 60px;
  }
  .ipad .header .header__mid, .ipad .header-mobile .header__mid {
    display: none;
  }
  .ipad .header .header__right, .ipad .header-mobile .header__right {
    float: right;
    min-height: auto;
    height: 100%;
    width: 100px;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 15px;
  }
  .ipad .header-mobile {
    display: block;
    padding: 0;
  }
  .ipad .header-mobile .header__container {
    min-height: 80px;
  }
  .ipad .navbar__mobile {
    display: block;
  }
  .ipad .headroom--unpinned {
    transform: translateY(-80px);
  }
}

@media only screen and (min-device-width: 375px) and (max-device-width: 812px) and (orientation: landscape) {
  .iphone .header, .iphone .header-mobile,
  .windowsphone .header,
  .windowsphone .header-mobile {
    min-height: auto;
    padding: 6px 0 5px;
  }
  .iphone .header .header__left, .iphone .header-mobile .header__left,
  .windowsphone .header .header__left,
  .windowsphone .header-mobile .header__left {
    width: auto;
    float: left;
    margin-left: 15px;
  }
  .iphone .header .header__left .logo img, .iphone .header-mobile .header__left .logo img,
  .windowsphone .header .header__left .logo img,
  .windowsphone .header-mobile .header__left .logo img {
    width: 60px;
  }
  .iphone .header .header__mid, .iphone .header-mobile .header__mid,
  .windowsphone .header .header__mid,
  .windowsphone .header-mobile .header__mid {
    display: none;
  }
  .iphone .header .header__right, .iphone .header-mobile .header__right,
  .windowsphone .header .header__right,
  .windowsphone .header-mobile .header__right {
    float: right;
    min-height: auto;
    height: 100%;
    width: 100px;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 15px;
  }
  .iphone .navbar__mobile,
  .windowsphone .navbar__mobile {
    display: block;
  }
}

.footer {
  background-color: #383838;
  color: #fff;
  position: relative;
  z-index: 1;
}

.footer .container1280 {
  padding: 20px 0;
  min-height: 175px;
}

.footer .copyright {
  background-color: #2e2e2e;
  padding: 5px 0;
}

.footer .navbar li a {
  margin: 5px 0;
  opacity: .7;
  display: inline-block;
}

.footer .navbar li a:hover {
  opacity: 1;
}

.footer .socmed li a {
  margin: 0 14px 0 0;
}

@media screen and (max-width: 768px) {
  .footer .content {
    padding: 10px 42px;
  }
  .footer .row .col.col-logo {
    width: 100% !important;
    margin-bottom: 20px;
  }
  .footer .row .col.col-logo .logo img {
    width: 80px;
  }
  .footer .row .col.m2 {
    width: 49.1525423729%;
    margin-right: 1.6666666667%;
  }
  .footer .row .col.m2:nth-child(2) {
    margin-right: 8%;
  }
  .footer .row .col.m2:nth-child(3) {
    width: 40.6779661017%;
  }
}

@media screen and (max-width: 480px) {
  .footer h5 {
    font-size: 14px;
  }
  .footer .navbar li a {
    font-size: 12px;
  }
}

.mainbanner {
  width: 100%;
  height: 400px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.mainbanner_h140 {
  height: 140px;
}

.mainbanner_h290 {
  height: 290px;
}

.mainbanner_h300 {
  height: 300px;
}

.socmed li a {
  display: inline-block;
  opacity: .5;
  padding: 1px;
}

.socmed li a:hover {
  opacity: 1;
}

.card {
  background-color: #fff;
  border: 1px solid #e0e0e0;
  border-radius: 2px;
}

.card.no-border {
  border: 0;
}

.card.normal-rect {
  border-radius: 0;
}

.achievement .achievement--img {
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  flex-direction: column;
}

.achievement .achievement--img h2 {
  color: #fff;
}

.achievement .achievement--img img {
  margin-bottom: 10px;
}

.achievement .achievement--list {
  padding: 20px 30px;
}

.achievement .achievement--list.show-more table {
  border-bottom: 1px solid #CBCBCB;
}

.achievement .achievement--list.show-more .btn--primary {
  display: inline-block;
}

.achievement .achievement--list table tr td {
  padding-bottom: 20px;
}

.achievement .achievement--list .padding-x10 {
  padding-left: 10px;
  padding-right: 10px;
}

.achievement .achievement--list .padding-r10 {
  padding-right: 10px;
}

.achievement .achievement--list h6 {
  margin-bottom: 6px;
}

.achievement .btn--primary {
  margin-top: 15px;
}

.achievement .btn--seemore {
  margin: 15px 0;
  display: inline-block;
  color: rgba(56, 56, 56, 0.5);
}

.achievement .btn--seemore:hover {
  color: #383838;
}

.achievement .ico-trophy {
  max-width: 50px;
}

.achievement .ico-game {
  max-width: 100px;
}

.teams-info .btn--see-all {
  font-size: 18px;
  color: #ff8c00;
  letter-spacing: 0.38px;
  text-transform: uppercase;
  transition: .3s ease;
  position: relative;
}

.teams-info .btn--see-all:hover {
  color: #e67e00;
}

.teams-info .row .col {
  padding: 20px;
}

.teams-info .lr {
  border-right: 1px solid #e0e0e0;
}

ul.match-ticker--tab {
  margin: 0;
}

ul.match-ticker--tab li {
  font-weight: 500;
  font-size: 24px;
  color: #363636;
  letter-spacing: 0.5px;
  opacity: .3;
  margin-right: 24px;
  cursor: pointer;
  position: relative;
}

ul.match-ticker--tab li:last-child {
  margin-right: 0;
}

ul.match-ticker--tab li:before {
  content: '';
  width: 0;
  height: 3px;
  background-color: #f7b81c;
  position: absolute;
  bottom: -6px;
  left: 0;
  transition: .3s ease;
}

ul.match-ticker--tab li.active {
  opacity: 1;
}

ul.match-ticker--tab li.active:before {
  width: 30px;
}

ul.match-ticker--tab.big li {
  font-size: 36px;
  letter-spacing: 0.5px;
  line-height: 43px;
}

ul.match-ticker--tab.big li:before {
  height: 5px;
  bottom: -10px;
}

ul.match-ticker--tab.big li.active:before {
  width: 50px;
}

.match-detail .tab-content {
  display: none;
}

.match-detail .match-detail--header {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.match-detail .match-detail--header .title {
  font-size: 24px;
  color: #363636;
  letter-spacing: 0.5px;
  font-weight: 500;
}

.match-detail .match--table {
  margin: 21px 0 0;
}

.match-detail .match--table .table--list {
  border-bottom: 1px solid #cbcbcb;
  display: flex;
  height: 71px;
}

.match-detail .match--table .table--list:first-child {
  border-top: 1px solid #cbcbcb;
}

.match-detail .match--table .table--list a {
  display: flex;
  width: 100%;
  transition: .3s ease;
}

.match-detail .match--table .table--list a:hover .table--list-right:before {
  opacity: 1;
}

.match-detail .match--table .table--list a:hover .table--list-right:after {
  opacity: 1;
}

.match-detail .match--table .table--list .cell {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}

.match-detail .match--table .table--list .table--list-left {
  background-color: #e5e5e5;
  width: 36px;
  border-right: 2px solid #f7b81c;
}

.match-detail .match--table .table--list .table--list-right {
  width: calc(100% - 36px);
  background: #f8f8f8;
  color: #363636;
  overflow: hidden;
  position: relative;
  transition: .3s ease;
}

.match-detail .match--table .table--list .table--list-right:before {
  content: '';
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.5) 0%, rgba(247, 184, 28, 0.5) 100%);
  opacity: 0;
  transition: .3s ease;
  position: absolute;
  z-index: 0;
}

.match-detail .match--table .table--list .table--list-right:after {
  content: '';
  width: 120px;
  height: 69px;
  background-image: url(/images/ico/ico-dash.svg);
  background-size: 120px;
  background-repeat: no-repeat;
  position: absolute;
  right: -10px;
  top: 0;
  z-index: 1;
  opacity: 0;
  transition: .3s ease;
}

.match-detail .match--table .table--list .table--list-right .row {
  padding: 5px;
}

.match-detail .match--table .table--list .table--list-right .row .col {
  padding: 5px;
}

.match-detail .match--table .table--list .table--list-right .row.flex {
  position: relative;
  z-index: 2;
}

.match-detail .match--table .table--list .table--list-right h3 {
  font-size: 18px;
  letter-spacing: 0.22px;
  display: block;
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.match-detail .match--table .table--list .table--list-right .time {
  font-size: 14px;
  opacity: .5;
  text-align: right;
  line-height: 21px;
  display: block;
  width: 100%;
}

.match-detail .match--table .table--list .table--list-right .live {
  display: inline-block;
  padding: 4px 8px;
  text-transform: uppercase;
  background-image: linear-gradient(225deg, #ff512f 0%, #ff1414 100%);
  background-color: rgba(255, 255, 255, 0.15);
  box-shadow: 0 0 2px 0 rgba(255, 81, 47, 0.75);
  border-radius: 2px;
  font-size: 12px;
  color: #fff;
  letter-spacing: 0;
}

.match-detail .match--table .table--list .table--list-right .match {
  display: flex;
  margin-top: 8px;
}

.match-detail .match--table .table--list .table--list-right .match .team:last-child .team-name {
  width: calc(100% - 20px);
  display: inline-block;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

.match-detail .match--table .table--list .table--list-right .match-result {
  margin-top: 8px;
  font-size: 18px;
}

.match-detail .match--table .table--list .table--list-right .match-result .score {
  margin-left: 12px;
}

.match-detail .match--table .table--list .table--list-right .team {
  display: flex;
  align-items: center;
}

.match-detail .match--table .table--list .table--list-right .team-vs {
  margin: 0 8px;
}

.match-detail .match--table .table--list .table--list-right .team-name {
  font-weight: 600;
  letter-spacing: 0.38px;
  margin-left: 6px;
  white-space: nowrap;
}

.match-detail .match--table .table--list .table--list-right .tournament-ranking {
  width: 60px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.match-detail .match--table .table--list .table--list-right .tournament-ranking img {
  width: 42px;
}

.match-detail .match--table .table--list--placeholder {
  text-align: center;
  width: 100%;
  height: 355px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #f8f8f8;
}

.match-detail .match--table .table--list--placeholder p {
  color: #939393;
  font-size: 14px;
  letter-spacing: 0.15px;
}

.match-sorting span {
  font-size: 14px;
  color: #757575;
  letter-spacing: 0;
  margin-right: 8px;
}

.match-sorting select {
  font-size: 14px;
  color: #ff8c00;
  letter-spacing: 0;
  border: 1px solid #757575;
  border-radius: 2px;
  padding: 8px 25px 8px 8px;
  height: 36px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-image: url(/images/ico/ico-chevrondown-mini.svg);
  background-repeat: no-repeat;
  background-position: 94%;
}

.table-filter {
  display: flex;
  flex-wrap: wrap;
  margin: 30px 0 0;
}

.table-filter .filter--list {
  background-color: #e5e5e5;
  border-radius: 2px;
  font-size: 10px;
  color: #363636;
  letter-spacing: 0.21px;
  padding: 8px;
  margin-right: 10px;
  cursor: pointer;
  transition: .3s ease;
  text-transform: uppercase;
}

.table-filter .filter--list:hover {
  background-color: #d8d8d8;
}

.table-filter .filter--list.active {
  color: #fff;
  background-color: #ff8c00;
}

.table-filter .filter--list.active:hover {
  background-color: #e67e00;
}

.table-pagination {
  display: flex;
}

.table-pagination .pagination--list {
  font-size: 16px;
  color: #757575;
  letter-spacing: 0;
  text-align: center;
  padding: 4px 8px;
  transition: .3s ease;
}

.table-pagination .pagination--list:hover {
  color: #686868;
  background-color: #E2E2E2;
}

.table-pagination .pagination--list.active {
  color: #ff8c00;
  pointer-events: none;
}

.table-pagination .pagination--list.active:hover {
  color: #e67e00;
}

.table-pagination .pagination--list.next, .table-pagination .pagination--list.prev, .table-pagination .pagination--list.first, .table-pagination .pagination--list.last {
  display: flex;
  align-items: center;
  justify-content: center;
}

.table-pagination .pagination--list.next a, .table-pagination .pagination--list.prev a, .table-pagination .pagination--list.first a, .table-pagination .pagination--list.last a {
  font-size: 0;
  position: relative;
  width: 12px;
  height: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.table-pagination .pagination--list.next a:before, .table-pagination .pagination--list.prev a:before, .table-pagination .pagination--list.first a:before, .table-pagination .pagination--list.last a:before {
  content: '';
  width: 8px;
  height: 8px;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
}

.table-pagination .pagination--list.next a:before {
  transform: rotate(45deg);
  border-top: 2px solid #757575;
  border-right: 2px solid #757575;
  right: 4px;
}

.table-pagination .pagination--list.prev a:before {
  transform: rotate(-45deg);
  border-top: 2px solid #757575;
  border-left: 2px solid #757575;
  left: 4px;
}

.table-pagination .pagination--list.last a:before {
  transform: rotate(45deg);
  border-top: 2px solid #757575;
  border-right: 2px solid #757575;
  right: 10px;
}

.table-pagination .pagination--list.last a:after {
  transform: rotate(45deg);
  border-top: 2px solid #757575;
  border-right: 2px solid #757575;
  right: 4px;
  content: '';
  width: 8px;
  height: 8px;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
}

.table-pagination .pagination--list.first a:before {
  transform: rotate(-45deg);
  border-top: 2px solid #757575;
  border-left: 2px solid #757575;
  left: 10px;
}

.table-pagination .pagination--list.first a:after {
  transform: rotate(-45deg);
  border-top: 2px solid #757575;
  border-left: 2px solid #757575;
  left: 4px;
  content: '';
  width: 8px;
  height: 8px;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
}

.table-pagination.filled .pagination--list {
  width: 30px;
  height: 30px;
  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  line-height: 19px;
}

.table-pagination.filled .pagination--list.active {
  color: #363636;
  background-color: #F3AA36;
}

.table-pagination.filled .prev a:before,
.table-pagination.filled .next a:before {
  border-color: #F3AA36;
}

.ads-mobile__container {
  padding-bottom: 20px;
  padding-right: 10px;
  padding-left: 10px;
  display: none;
}

.ads-mobile__container a,
.ads-mobile__container img {
  width: 100%;
}

.tab--container .tab-content {
  display: none;
}

.select__dropdown-menu-mobile {
  font-weight: 500;
  font-size: 24px;
  letter-spacing: 0;
  background-color: #f8f8f8;
  height: 53px;
  line-height: 53px;
  padding: 0 30px 0 10px;
  position: relative;
  text-transform: uppercase;
  display: none;
}

.select__dropdown-menu-mobile.active:after {
  transform: rotate(180deg);
}

.select__dropdown-menu-mobile:after {
  content: '';
  background-image: url(/images/ico/ico-chevrondown-orange.svg);
  width: 12px;
  height: 9px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 15px;
  margin: auto;
  transition: .3s ease;
  transform: rotate(0deg);
}

.select__dropdown-menu-mobile .flag-icon {
  width: 26px;
  height: 26px;
  background-size: cover;
  border-radius: 100%;
  box-shadow: inset 0px 0px 8px 0 rgba(0, 0, 0, 0.25);
  margin-right: 6px;
}

.dropdown-menu-mobile--list {
  font-weight: 500;
  font-size: 24px;
  letter-spacing: 0;
  background-color: #fff;
  height: 53px;
  line-height: 53px;
  padding: 0 30px 0 10px;
  position: relative;
  text-transform: uppercase;
  border-bottom: 1px solid #cbcbcb;
}

.dropdown-menu-mobile--list:first-child {
  border-top: 1px solid #cbcbcb;
}

.dropdown-menu-mobile--list:active {
  background-color: #f8f8f8;
}

.dropdown-menu-mobile--list .flag-icon {
  width: 26px;
  height: 26px;
  background-size: cover;
  border-radius: 100%;
  box-shadow: inset 0px 0px 8px 0 rgba(0, 0, 0, 0.25);
  margin-right: 6px;
}

@media (max-width: 768px) {
  .xs-mainbanner_h595 {
    height: 595px;
  }
  .select__dropdown-menu-mobile {
    display: block;
    margin: 28px 0 30px;
  }
  .achievement .col.m5 {
    display: none;
  }
  .achievement .col.m7 {
    width: 100%;
  }
  .achievement .achievement--list__mobile__title {
    margin-bottom: 6px;
    display: block !important;
  }
  .achievement .achievement--list__mobile .list__mobile__li {
    padding: 30px 0;
    border-bottom: 1px solid #E0E0E0;
  }
  .achievement .achievement--list__mobile .list__mobile__li h6 {
    font-size: 18px;
    margin-bottom: 10px;
  }
  .achievement .achievement--list__mobile .list__mobile__li small {
    font-size: 16px;
  }
  .achievement .achievement--list__mobile .list__mobile__li:last-child {
    border-bottom: 0;
  }
  .achievement .achievement--list__mobile .list__mobile__li .achievement--logo {
    margin-top: 15px;
  }
  .achievement .achievement--list__mobile .list__mobile__li .achievement--logo .ico-trophy {
    max-width: 50px;
  }
  .achievement .achievement--list__mobile .list__mobile__li .achievement--logo img {
    max-width: 100px;
    margin: 0 10px;
  }
  .achievement .achievement--list__mobile .list__mobile__li .achievement--logo img:first-child {
    margin-left: 0;
  }
  .achievement .achievement--list__mobile .list__mobile__li .achievement--logo img:last-child {
    margin-right: 0;
  }
  .teams-info .lr {
    border-right: 0 solid #e0e0e0;
    border-bottom: 1px solid #e0e0e0;
  }
  .teams-info .btn--see-all {
    font-size: 18px;
    text-transform: uppercase;
    letter-spacing: 0.38px;
  }
  .teams-info .btn--see-all-container {
    text-align: center;
    margin: 15px 0 0;
  }
  .teams-info .achievement-list .btn--see-all:after {
    display: none;
  }
  .match-detail ul.match-ticker--tab {
    width: 100%;
    position: relative;
  }
  .match-detail ul.match-ticker--tab:before {
    content: '';
    width: 100%;
    height: 1px;
    background-color: #cbcbcb;
    position: absolute;
    bottom: -8px;
    left: 0;
  }
  .match-detail ul.match-ticker--tab li {
    margin-right: 0;
    width: 50%;
    text-align: center;
    display: block;
  }
  .match-detail ul.match-ticker--tab li:before {
    width: 100%;
    transform: scaleX(0);
    bottom: -8px;
  }
  .match-detail ul.match-ticker--tab li.active:before {
    width: 100%;
    transform: scaleX(1);
  }
  .match-detail ul.match-ticker--tab.big li {
    font-size: 24px;
    letter-spacing: 0.4px;
    line-height: 28px;
    min-height: 56px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .match-detail .match--table .table--list {
    height: auto;
  }
  .match-detail .match--table .table--list .table--list-right h3 {
    font-size: 14px;
    display: block;
  }
  .match-detail .match--table .table--list .table--list-right h3 + .time,
  .match-detail .match--table .table--list .table--list-right h3 + .live {
    margin-top: 8px;
    display: inline-block !important;
  }
  .match-detail .match--table .table--list .table--list-right .match-result {
    font-size: 14px;
  }
  .match-detail .match--table .table--list .table--list-right .match-result .score {
    margin-left: 7px;
  }
  .match-detail #upcoming-content .table--list-right .row .col.m3.xs4,
  .match-detail #result-content .table--list-right .row .col.m3.xs4 {
    text-align: right;
  }
  .match-sorting {
    display: none;
  }
  .table-pagination {
    justify-content: center;
  }
  .table-filter {
    flex-wrap: nowrap;
    overflow: auto;
  }
  .table-filter .filter--list {
    white-space: nowrap;
    margin-right: 8px;
  }
  .ads-mobile__container {
    display: block;
  }
}

@media screen and (max-width: 480px) {
  .achievement .achievement--list__mobile .list__mobile__li {
    padding: 20px 0;
  }
  .achievement .achievement--list__mobile .list__mobile__li h6 {
    font-size: 14px;
    margin-bottom: 1px;
  }
  .achievement .achievement--list__mobile .list__mobile__li small {
    font-size: 12px;
  }
}

.alpha_01 {
  opacity: 0.1;
}

.alpha_02 {
  opacity: 0.2;
}

.alpha_03 {
  opacity: 0.3;
}

.alpha_04 {
  opacity: 0.4;
}

.alpha_05 {
  opacity: 0.5;
}

.alpha_06 {
  opacity: 0.6;
}

.alpha_07 {
  opacity: 0.7;
}

.alpha_08 {
  opacity: 0.8;
}

.alpha_09 {
  opacity: 0.9;
}

.ct {
  width: 100%;
}

.ct-460 {
  width: 460px;
  margin: 0 auto;
}

@media (max-width: 490px) {
  .ct-460 {
    width: 100%;
    padding: 0 15px;
  }
}

.ct-650 {
  width: 650px;
  margin: 0 auto;
}

@media (max-width: 680px) {
  .ct-650 {
    padding: 0 15px;
    width: 100%;
  }
}

.ct-716 {
  width: 716px;
  margin: 0 auto;
}

@media (max-width: 746px) {
  .ct-716 {
    padding: 0 15px;
    width: 100%;
  }
}

.ct-730 {
  width: 730px;
  margin: 0 auto;
}

@media (max-width: 760px) {
  .ct-730 {
    padding: 0 15px;
    width: 100%;
  }
}

.ct-750 {
  width: 750px;
  margin: 0 auto;
}

@media (max-width: 780px) {
  .ct-750 {
    padding: 0 15px;
    width: 100%;
  }
}

.ct-852 {
  width: 852px;
  margin: 0 auto;
}

@media (max-width: 912px) {
  .ct-852 {
    padding: 0 30px;
    width: 100%;
  }
}

.ct-1180 {
  width: 1180px;
  margin: 0 auto;
}

@media (max-width: 1240px) {
  .ct-1180 {
    padding: 0 30px;
    width: 100%;
  }
}

.ct-1200 {
  width: 1200px;
  margin: 0 auto;
}

@media (max-width: 1260px) {
  .ct-1200 {
    padding: 0 30px;
    width: 100%;
  }
}

.ct-1400 {
  width: 1400px;
  margin: 0 auto;
}

@media (max-width: 1460px) {
  .ct-1400 {
    padding: 0 30px;
    width: 100%;
  }
}

@media (min-width: 769px) {
  .hidden-lg {
    display: none;
  }
}

@media (max-width: 768px) {
  .hidden-xs {
    display: none;
  }
}

.img-cover {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  display: block;
}

.lh_14 {
  line-height: 14px;
}

.lh_15 {
  line-height: 15px;
}

.lh_16 {
  line-height: 16px;
}

.lh_17 {
  line-height: 17px;
}

.lh_18 {
  line-height: 18px;
}

.lh_19 {
  line-height: 19px;
}

.lh_20 {
  line-height: 20px;
}

.lh_21 {
  line-height: 21px;
}

.lh_22 {
  line-height: 22px;
}

.lh_23 {
  line-height: 23px;
}

.lh_24 {
  line-height: 24px;
}

.lh_25 {
  line-height: 25px;
}

.lh_26 {
  line-height: 26px;
}

.lh_27 {
  line-height: 27px;
}

.lh_28 {
  line-height: 28px;
}

.lh_29 {
  line-height: 29px;
}

.lh_30 {
  line-height: 30px;
}

.lh_31 {
  line-height: 31px;
}

.lh_32 {
  line-height: 32px;
}

.lh_33 {
  line-height: 33px;
}

.lh_34 {
  line-height: 34px;
}

.lh_35 {
  line-height: 35px;
}

.lh_36 {
  line-height: 36px;
}

.lh_37 {
  line-height: 37px;
}

.lh_38 {
  line-height: 38px;
}

.lh_39 {
  line-height: 39px;
}

.lh_40 {
  line-height: 40px;
}

.lh_41 {
  line-height: 41px;
}

.lh_42 {
  line-height: 42px;
}

.lh_43 {
  line-height: 43px;
}

.lh_44 {
  line-height: 44px;
}

.lh_45 {
  line-height: 45px;
}

.lh_46 {
  line-height: 46px;
}

.lh_47 {
  line-height: 47px;
}

.lh_48 {
  line-height: 48px;
}

.lh_49 {
  line-height: 49px;
}

.lh_50 {
  line-height: 50px;
}

.lh_51 {
  line-height: 51px;
}

.lh_52 {
  line-height: 52px;
}

.lh_53 {
  line-height: 53px;
}

.lh_54 {
  line-height: 54px;
}

.lh_55 {
  line-height: 55px;
}

.lh_56 {
  line-height: 56px;
}

.lh_57 {
  line-height: 57px;
}

.lh_58 {
  line-height: 58px;
}

.lh_59 {
  line-height: 59px;
}

.lh_60 {
  line-height: 60px;
}

.lh_61 {
  line-height: 61px;
}

.lh_62 {
  line-height: 62px;
}

.lh_63 {
  line-height: 63px;
}

.lh_64 {
  line-height: 64px;
}

.lh_65 {
  line-height: 65px;
}

.lh_66 {
  line-height: 66px;
}

.lh_67 {
  line-height: 67px;
}

.lh_68 {
  line-height: 68px;
}

.lh_69 {
  line-height: 69px;
}

.lh_70 {
  line-height: 70px;
}

.lh_71 {
  line-height: 71px;
}

.lh_72 {
  line-height: 72px;
}

.lh_73 {
  line-height: 73px;
}

.lh_74 {
  line-height: 74px;
}

.lh_75 {
  line-height: 75px;
}

.lh_76 {
  line-height: 76px;
}

.lh_77 {
  line-height: 77px;
}

.lh_78 {
  line-height: 78px;
}

.lh_79 {
  line-height: 79px;
}

.lh_80 {
  line-height: 80px;
}

.lh_81 {
  line-height: 81px;
}

.lh_82 {
  line-height: 82px;
}

.lh_83 {
  line-height: 83px;
}

.lh_84 {
  line-height: 84px;
}

@media (max-width: 768px) {
  .xs-lh_14 {
    line-height: 14px;
  }
  .xs-lh_15 {
    line-height: 15px;
  }
  .xs-lh_16 {
    line-height: 16px;
  }
  .xs-lh_17 {
    line-height: 17px;
  }
  .xs-lh_18 {
    line-height: 18px;
  }
  .xs-lh_19 {
    line-height: 19px;
  }
  .xs-lh_20 {
    line-height: 20px;
  }
  .xs-lh_21 {
    line-height: 21px;
  }
  .xs-lh_22 {
    line-height: 22px;
  }
  .xs-lh_23 {
    line-height: 23px;
  }
  .xs-lh_24 {
    line-height: 24px;
  }
  .xs-lh_25 {
    line-height: 25px;
  }
  .xs-lh_26 {
    line-height: 26px;
  }
  .xs-lh_27 {
    line-height: 27px;
  }
  .xs-lh_28 {
    line-height: 28px;
  }
  .xs-lh_29 {
    line-height: 29px;
  }
  .xs-lh_30 {
    line-height: 30px;
  }
  .xs-lh_31 {
    line-height: 31px;
  }
  .xs-lh_32 {
    line-height: 32px;
  }
  .xs-lh_33 {
    line-height: 33px;
  }
  .xs-lh_34 {
    line-height: 34px;
  }
  .xs-lh_35 {
    line-height: 35px;
  }
  .xs-lh_36 {
    line-height: 36px;
  }
  .xs-lh_37 {
    line-height: 37px;
  }
  .xs-lh_38 {
    line-height: 38px;
  }
  .xs-lh_39 {
    line-height: 39px;
  }
  .xs-lh_40 {
    line-height: 40px;
  }
  .xs-lh_41 {
    line-height: 41px;
  }
  .xs-lh_42 {
    line-height: 42px;
  }
  .xs-lh_43 {
    line-height: 43px;
  }
  .xs-lh_44 {
    line-height: 44px;
  }
  .xs-lh_45 {
    line-height: 45px;
  }
  .xs-lh_46 {
    line-height: 46px;
  }
  .xs-lh_47 {
    line-height: 47px;
  }
  .xs-lh_48 {
    line-height: 48px;
  }
  .xs-lh_49 {
    line-height: 49px;
  }
  .xs-lh_50 {
    line-height: 50px;
  }
  .xs-lh_51 {
    line-height: 51px;
  }
  .xs-lh_52 {
    line-height: 52px;
  }
  .xs-lh_53 {
    line-height: 53px;
  }
  .xs-lh_54 {
    line-height: 54px;
  }
  .xs-lh_55 {
    line-height: 55px;
  }
  .xs-lh_56 {
    line-height: 56px;
  }
  .xs-lh_57 {
    line-height: 57px;
  }
  .xs-lh_58 {
    line-height: 58px;
  }
  .xs-lh_59 {
    line-height: 59px;
  }
  .xs-lh_60 {
    line-height: 60px;
  }
  .xs-lh_61 {
    line-height: 61px;
  }
  .xs-lh_62 {
    line-height: 62px;
  }
  .xs-lh_63 {
    line-height: 63px;
  }
  .xs-lh_64 {
    line-height: 64px;
  }
  .xs-lh_65 {
    line-height: 65px;
  }
  .xs-lh_66 {
    line-height: 66px;
  }
  .xs-lh_67 {
    line-height: 67px;
  }
  .xs-lh_68 {
    line-height: 68px;
  }
  .xs-lh_69 {
    line-height: 69px;
  }
  .xs-lh_70 {
    line-height: 70px;
  }
  .xs-lh_71 {
    line-height: 71px;
  }
  .xs-lh_72 {
    line-height: 72px;
  }
  .xs-lh_73 {
    line-height: 73px;
  }
  .xs-lh_74 {
    line-height: 74px;
  }
  .xs-lh_75 {
    line-height: 75px;
  }
  .xs-lh_76 {
    line-height: 76px;
  }
  .xs-lh_77 {
    line-height: 77px;
  }
  .xs-lh_78 {
    line-height: 78px;
  }
  .xs-lh_79 {
    line-height: 79px;
  }
  .xs-lh_80 {
    line-height: 80px;
  }
  .xs-lh_81 {
    line-height: 81px;
  }
  .xs-lh_82 {
    line-height: 82px;
  }
  .xs-lh_83 {
    line-height: 83px;
  }
  .xs-lh_84 {
    line-height: 84px;
  }
}

.ls_0 {
  letter-spacing: 0px;
}

.ls_01 {
  letter-spacing: 0.1px;
}

.ls_02 {
  letter-spacing: 0.2px;
}

.ls_03 {
  letter-spacing: 0.3px;
}

.ls_04 {
  letter-spacing: 0.4px;
}

.ls_05 {
  letter-spacing: 0.5px;
}

.ls_06 {
  letter-spacing: 0.6px;
}

.ls_07 {
  letter-spacing: 0.7px;
}

.ls_08 {
  letter-spacing: 0.8px;
}

.ls_09 {
  letter-spacing: 0.9px;
}

.ls_1 {
  letter-spacing: 1px;
}

.ls_20 {
  letter-spacing: 20px;
}

@media (max-width: 768px) {
  .xs-ls_0 {
    letter-spacing: 0px;
  }
  .xs-ls_01 {
    letter-spacing: 0.1px;
  }
  .xs-ls_02 {
    letter-spacing: 0.2px;
  }
  .xs-ls_03 {
    letter-spacing: 0.3px;
  }
  .xs-ls_04 {
    letter-spacing: 0.4px;
  }
  .xs-ls_05 {
    letter-spacing: 0.5px;
  }
  .xs-ls_06 {
    letter-spacing: 0.6px;
  }
  .xs-ls_07 {
    letter-spacing: 0.7px;
  }
  .xs-ls_08 {
    letter-spacing: 0.8px;
  }
  .xs-ls_09 {
    letter-spacing: 0.9px;
  }
  .xs-ls_1 {
    letter-spacing: 1px;
  }
}

.size_8 {
  font-size: 8px;
}

.size_9 {
  font-size: 9px;
}

.size_10 {
  font-size: 10px;
}

.size_11 {
  font-size: 11px;
}

.size_12 {
  font-size: 12px;
}

.size_13 {
  font-size: 13px;
}

.size_14 {
  font-size: 14px;
}

.size_15 {
  font-size: 15px;
}

.size_16 {
  font-size: 16px;
}

.size_17 {
  font-size: 17px;
}

.size_18 {
  font-size: 18px;
}

.size_19 {
  font-size: 19px;
}

.size_20 {
  font-size: 20px;
}

.size_21 {
  font-size: 21px;
}

.size_22 {
  font-size: 22px;
}

.size_23 {
  font-size: 23px;
}

.size_24 {
  font-size: 24px;
}

.size_25 {
  font-size: 25px;
}

.size_26 {
  font-size: 26px;
}

.size_27 {
  font-size: 27px;
}

.size_28 {
  font-size: 28px;
}

.size_29 {
  font-size: 29px;
}

.size_30 {
  font-size: 30px;
}

.size_31 {
  font-size: 31px;
}

.size_32 {
  font-size: 32px;
}

.size_33 {
  font-size: 33px;
}

.size_34 {
  font-size: 34px;
}

.size_35 {
  font-size: 35px;
}

.size_36 {
  font-size: 36px;
}

.size_37 {
  font-size: 37px;
}

.size_38 {
  font-size: 38px;
}

.size_39 {
  font-size: 39px;
}

.size_40 {
  font-size: 40px;
}

.size_41 {
  font-size: 41px;
}

.size_42 {
  font-size: 42px;
}

.size_43 {
  font-size: 43px;
}

.size_44 {
  font-size: 44px;
}

.size_45 {
  font-size: 45px;
}

.size_46 {
  font-size: 46px;
}

.size_47 {
  font-size: 47px;
}

.size_48 {
  font-size: 48px;
}

.size_49 {
  font-size: 49px;
}

.size_50 {
  font-size: 50px;
}

.size_51 {
  font-size: 51px;
}

.size_52 {
  font-size: 52px;
}

.size_53 {
  font-size: 53px;
}

.size_54 {
  font-size: 54px;
}

.size_55 {
  font-size: 55px;
}

.size_56 {
  font-size: 56px;
}

.size_57 {
  font-size: 57px;
}

.size_58 {
  font-size: 58px;
}

.size_59 {
  font-size: 59px;
}

.size_60 {
  font-size: 60px;
}

.size_61 {
  font-size: 61px;
}

.size_62 {
  font-size: 62px;
}

.size_63 {
  font-size: 63px;
}

.size_64 {
  font-size: 64px;
}

@media (max-width: 768px) {
  .xs-size_8 {
    font-size: 8px;
  }
  .xs-size_9 {
    font-size: 9px;
  }
  .xs-size_10 {
    font-size: 10px;
  }
  .xs-size_11 {
    font-size: 11px;
  }
  .xs-size_12 {
    font-size: 12px;
  }
  .xs-size_13 {
    font-size: 13px;
  }
  .xs-size_14 {
    font-size: 14px;
  }
  .xs-size_15 {
    font-size: 15px;
  }
  .xs-size_16 {
    font-size: 16px;
  }
  .xs-size_17 {
    font-size: 17px;
  }
  .xs-size_18 {
    font-size: 18px;
  }
  .xs-size_19 {
    font-size: 19px;
  }
  .xs-size_20 {
    font-size: 20px;
  }
  .xs-size_21 {
    font-size: 21px;
  }
  .xs-size_22 {
    font-size: 22px;
  }
  .xs-size_23 {
    font-size: 23px;
  }
  .xs-size_24 {
    font-size: 24px;
  }
  .xs-size_25 {
    font-size: 25px;
  }
  .xs-size_26 {
    font-size: 26px;
  }
  .xs-size_27 {
    font-size: 27px;
  }
  .xs-size_28 {
    font-size: 28px;
  }
  .xs-size_29 {
    font-size: 29px;
  }
  .xs-size_30 {
    font-size: 30px;
  }
  .xs-size_31 {
    font-size: 31px;
  }
  .xs-size_32 {
    font-size: 32px;
  }
  .xs-size_33 {
    font-size: 33px;
  }
  .xs-size_34 {
    font-size: 34px;
  }
  .xs-size_35 {
    font-size: 35px;
  }
  .xs-size_36 {
    font-size: 36px;
  }
  .xs-size_37 {
    font-size: 37px;
  }
  .xs-size_38 {
    font-size: 38px;
  }
  .xs-size_39 {
    font-size: 39px;
  }
  .xs-size_40 {
    font-size: 40px;
  }
  .xs-size_41 {
    font-size: 41px;
  }
  .xs-size_42 {
    font-size: 42px;
  }
  .xs-size_43 {
    font-size: 43px;
  }
  .xs-size_44 {
    font-size: 44px;
  }
  .xs-size_45 {
    font-size: 45px;
  }
  .xs-size_46 {
    font-size: 46px;
  }
  .xs-size_47 {
    font-size: 47px;
  }
  .xs-size_48 {
    font-size: 48px;
  }
  .xs-size_49 {
    font-size: 49px;
  }
  .xs-size_50 {
    font-size: 50px;
  }
  .xs-size_51 {
    font-size: 51px;
  }
  .xs-size_52 {
    font-size: 52px;
  }
  .xs-size_53 {
    font-size: 53px;
  }
  .xs-size_54 {
    font-size: 54px;
  }
  .xs-size_55 {
    font-size: 55px;
  }
  .xs-size_56 {
    font-size: 56px;
  }
  .xs-size_57 {
    font-size: 57px;
  }
  .xs-size_58 {
    font-size: 58px;
  }
  .xs-size_59 {
    font-size: 59px;
  }
  .xs-size_60 {
    font-size: 60px;
  }
  .xs-size_61 {
    font-size: 61px;
  }
  .xs-size_62 {
    font-size: 62px;
  }
  .xs-size_63 {
    font-size: 63px;
  }
  .xs-size_64 {
    font-size: 64px;
  }
}

.mt_1 {
  margin-top: 1px;
}

.mt_2 {
  margin-top: 2px;
}

.mt_3 {
  margin-top: 3px;
}

.mt_4 {
  margin-top: 4px;
}

.mt_5 {
  margin-top: 5px;
}

.mt_6 {
  margin-top: 6px;
}

.mt_7 {
  margin-top: 7px;
}

.mt_8 {
  margin-top: 8px;
}

.mt_9 {
  margin-top: 9px;
}

.mt_10 {
  margin-top: 10px;
}

.mt_11 {
  margin-top: 11px;
}

.mt_12 {
  margin-top: 12px;
}

.mt_13 {
  margin-top: 13px;
}

.mt_14 {
  margin-top: 14px;
}

.mt_15 {
  margin-top: 15px;
}

.mt_16 {
  margin-top: 16px;
}

.mt_17 {
  margin-top: 17px;
}

.mt_18 {
  margin-top: 18px;
}

.mt_19 {
  margin-top: 19px;
}

.mt_20 {
  margin-top: 20px;
}

.mt_21 {
  margin-top: 21px;
}

.mt_22 {
  margin-top: 22px;
}

.mt_23 {
  margin-top: 23px;
}

.mt_24 {
  margin-top: 24px;
}

.mt_25 {
  margin-top: 25px;
}

.mt_26 {
  margin-top: 26px;
}

.mt_27 {
  margin-top: 27px;
}

.mt_28 {
  margin-top: 28px;
}

.mt_29 {
  margin-top: 29px;
}

.mt_30 {
  margin-top: 30px;
}

.mt_31 {
  margin-top: 31px;
}

.mt_32 {
  margin-top: 32px;
}

.mt_33 {
  margin-top: 33px;
}

.mt_34 {
  margin-top: 34px;
}

.mt_35 {
  margin-top: 35px;
}

.mt_36 {
  margin-top: 36px;
}

.mt_37 {
  margin-top: 37px;
}

.mt_38 {
  margin-top: 38px;
}

.mt_39 {
  margin-top: 39px;
}

.mt_40 {
  margin-top: 40px;
}

.mt_41 {
  margin-top: 41px;
}

.mt_42 {
  margin-top: 42px;
}

.mt_43 {
  margin-top: 43px;
}

.mt_44 {
  margin-top: 44px;
}

.mt_45 {
  margin-top: 45px;
}

.mt_46 {
  margin-top: 46px;
}

.mt_47 {
  margin-top: 47px;
}

.mt_48 {
  margin-top: 48px;
}

.mt_49 {
  margin-top: 49px;
}

.mt_50 {
  margin-top: 50px;
}

.mt_51 {
  margin-top: 51px;
}

.mt_52 {
  margin-top: 52px;
}

.mt_53 {
  margin-top: 53px;
}

.mt_54 {
  margin-top: 54px;
}

.mt_55 {
  margin-top: 55px;
}

.mt_56 {
  margin-top: 56px;
}

.mt_57 {
  margin-top: 57px;
}

.mt_58 {
  margin-top: 58px;
}

.mt_59 {
  margin-top: 59px;
}

.mt_60 {
  margin-top: 60px;
}

.mt_61 {
  margin-top: 61px;
}

.mt_62 {
  margin-top: 62px;
}

.mt_63 {
  margin-top: 63px;
}

.mt_64 {
  margin-top: 64px;
}

.mt_65 {
  margin-top: 65px;
}

.mt_66 {
  margin-top: 66px;
}

.mt_67 {
  margin-top: 67px;
}

.mt_68 {
  margin-top: 68px;
}

.mt_69 {
  margin-top: 69px;
}

.mt_70 {
  margin-top: 70px;
}

.mt_71 {
  margin-top: 71px;
}

.mt_72 {
  margin-top: 72px;
}

.mt_73 {
  margin-top: 73px;
}

.mt_74 {
  margin-top: 74px;
}

.mt_75 {
  margin-top: 75px;
}

.mt_76 {
  margin-top: 76px;
}

.mt_77 {
  margin-top: 77px;
}

.mt_78 {
  margin-top: 78px;
}

.mt_79 {
  margin-top: 79px;
}

.mt_80 {
  margin-top: 80px;
}

.mt_81 {
  margin-top: 81px;
}

.mt_82 {
  margin-top: 82px;
}

.mt_83 {
  margin-top: 83px;
}

.mt_84 {
  margin-top: 84px;
}

.mt_85 {
  margin-top: 85px;
}

.mt_86 {
  margin-top: 86px;
}

.mt_87 {
  margin-top: 87px;
}

.mt_88 {
  margin-top: 88px;
}

.mt_89 {
  margin-top: 89px;
}

.mt_90 {
  margin-top: 90px;
}

.mt_91 {
  margin-top: 91px;
}

.mt_92 {
  margin-top: 92px;
}

.mt_93 {
  margin-top: 93px;
}

.mt_94 {
  margin-top: 94px;
}

.mt_95 {
  margin-top: 95px;
}

.mt_96 {
  margin-top: 96px;
}

.mt_97 {
  margin-top: 97px;
}

.mt_98 {
  margin-top: 98px;
}

.mt_99 {
  margin-top: 99px;
}

.mt_100 {
  margin-top: 100px;
}

.mb_1 {
  margin-bottom: 1px;
}

.mb_2 {
  margin-bottom: 2px;
}

.mb_3 {
  margin-bottom: 3px;
}

.mb_4 {
  margin-bottom: 4px;
}

.mb_5 {
  margin-bottom: 5px;
}

.mb_6 {
  margin-bottom: 6px;
}

.mb_7 {
  margin-bottom: 7px;
}

.mb_8 {
  margin-bottom: 8px;
}

.mb_9 {
  margin-bottom: 9px;
}

.mb_10 {
  margin-bottom: 10px;
}

.mb_11 {
  margin-bottom: 11px;
}

.mb_12 {
  margin-bottom: 12px;
}

.mb_13 {
  margin-bottom: 13px;
}

.mb_14 {
  margin-bottom: 14px;
}

.mb_15 {
  margin-bottom: 15px;
}

.mb_16 {
  margin-bottom: 16px;
}

.mb_17 {
  margin-bottom: 17px;
}

.mb_18 {
  margin-bottom: 18px;
}

.mb_19 {
  margin-bottom: 19px;
}

.mb_20 {
  margin-bottom: 20px;
}

.mb_21 {
  margin-bottom: 21px;
}

.mb_22 {
  margin-bottom: 22px;
}

.mb_23 {
  margin-bottom: 23px;
}

.mb_24 {
  margin-bottom: 24px;
}

.mb_25 {
  margin-bottom: 25px;
}

.mb_26 {
  margin-bottom: 26px;
}

.mb_27 {
  margin-bottom: 27px;
}

.mb_28 {
  margin-bottom: 28px;
}

.mb_29 {
  margin-bottom: 29px;
}

.mb_30 {
  margin-bottom: 30px;
}

.mb_31 {
  margin-bottom: 31px;
}

.mb_32 {
  margin-bottom: 32px;
}

.mb_33 {
  margin-bottom: 33px;
}

.mb_34 {
  margin-bottom: 34px;
}

.mb_35 {
  margin-bottom: 35px;
}

.mb_36 {
  margin-bottom: 36px;
}

.mb_37 {
  margin-bottom: 37px;
}

.mb_38 {
  margin-bottom: 38px;
}

.mb_39 {
  margin-bottom: 39px;
}

.mb_40 {
  margin-bottom: 40px;
}

.mb_41 {
  margin-bottom: 41px;
}

.mb_42 {
  margin-bottom: 42px;
}

.mb_43 {
  margin-bottom: 43px;
}

.mb_44 {
  margin-bottom: 44px;
}

.mb_45 {
  margin-bottom: 45px;
}

.mb_46 {
  margin-bottom: 46px;
}

.mb_47 {
  margin-bottom: 47px;
}

.mb_48 {
  margin-bottom: 48px;
}

.mb_49 {
  margin-bottom: 49px;
}

.mb_50 {
  margin-bottom: 50px;
}

.mb_51 {
  margin-bottom: 51px;
}

.mb_52 {
  margin-bottom: 52px;
}

.mb_53 {
  margin-bottom: 53px;
}

.mb_54 {
  margin-bottom: 54px;
}

.mb_55 {
  margin-bottom: 55px;
}

.mb_56 {
  margin-bottom: 56px;
}

.mb_57 {
  margin-bottom: 57px;
}

.mb_58 {
  margin-bottom: 58px;
}

.mb_59 {
  margin-bottom: 59px;
}

.mb_60 {
  margin-bottom: 60px;
}

.mb_61 {
  margin-bottom: 61px;
}

.mb_62 {
  margin-bottom: 62px;
}

.mb_63 {
  margin-bottom: 63px;
}

.mb_64 {
  margin-bottom: 64px;
}

.mb_65 {
  margin-bottom: 65px;
}

.mb_66 {
  margin-bottom: 66px;
}

.mb_67 {
  margin-bottom: 67px;
}

.mb_68 {
  margin-bottom: 68px;
}

.mb_69 {
  margin-bottom: 69px;
}

.mb_70 {
  margin-bottom: 70px;
}

.mb_71 {
  margin-bottom: 71px;
}

.mb_72 {
  margin-bottom: 72px;
}

.mb_73 {
  margin-bottom: 73px;
}

.mb_74 {
  margin-bottom: 74px;
}

.mb_75 {
  margin-bottom: 75px;
}

.mb_76 {
  margin-bottom: 76px;
}

.mb_77 {
  margin-bottom: 77px;
}

.mb_78 {
  margin-bottom: 78px;
}

.mb_79 {
  margin-bottom: 79px;
}

.mb_80 {
  margin-bottom: 80px;
}

.mb_81 {
  margin-bottom: 81px;
}

.mb_82 {
  margin-bottom: 82px;
}

.mb_83 {
  margin-bottom: 83px;
}

.mb_84 {
  margin-bottom: 84px;
}

.mb_85 {
  margin-bottom: 85px;
}

.mb_86 {
  margin-bottom: 86px;
}

.mb_87 {
  margin-bottom: 87px;
}

.mb_88 {
  margin-bottom: 88px;
}

.mb_89 {
  margin-bottom: 89px;
}

.mb_90 {
  margin-bottom: 90px;
}

.mb_91 {
  margin-bottom: 91px;
}

.mb_92 {
  margin-bottom: 92px;
}

.mb_93 {
  margin-bottom: 93px;
}

.mb_94 {
  margin-bottom: 94px;
}

.mb_95 {
  margin-bottom: 95px;
}

.mb_96 {
  margin-bottom: 96px;
}

.mb_97 {
  margin-bottom: 97px;
}

.mb_98 {
  margin-bottom: 98px;
}

.mb_99 {
  margin-bottom: 99px;
}

.mb_100 {
  margin-bottom: 100px;
}

.mr_1 {
  margin-right: 1px;
}

.mr_2 {
  margin-right: 2px;
}

.mr_3 {
  margin-right: 3px;
}

.mr_4 {
  margin-right: 4px;
}

.mr_5 {
  margin-right: 5px;
}

.mr_6 {
  margin-right: 6px;
}

.mr_7 {
  margin-right: 7px;
}

.mr_8 {
  margin-right: 8px;
}

.mr_9 {
  margin-right: 9px;
}

.mr_10 {
  margin-right: 10px;
}

.mr_11 {
  margin-right: 11px;
}

.mr_12 {
  margin-right: 12px;
}

.mr_13 {
  margin-right: 13px;
}

.mr_14 {
  margin-right: 14px;
}

.mr_15 {
  margin-right: 15px;
}

.mr_16 {
  margin-right: 16px;
}

.mr_17 {
  margin-right: 17px;
}

.mr_18 {
  margin-right: 18px;
}

.mr_19 {
  margin-right: 19px;
}

.mr_20 {
  margin-right: 20px;
}

.mr_21 {
  margin-right: 21px;
}

.mr_22 {
  margin-right: 22px;
}

.mr_23 {
  margin-right: 23px;
}

.mr_24 {
  margin-right: 24px;
}

.mr_25 {
  margin-right: 25px;
}

.mr_26 {
  margin-right: 26px;
}

.mr_27 {
  margin-right: 27px;
}

.mr_28 {
  margin-right: 28px;
}

.mr_29 {
  margin-right: 29px;
}

.mr_30 {
  margin-right: 30px;
}

.mr_31 {
  margin-right: 31px;
}

.mr_32 {
  margin-right: 32px;
}

.mr_33 {
  margin-right: 33px;
}

.mr_34 {
  margin-right: 34px;
}

.mr_35 {
  margin-right: 35px;
}

.mr_36 {
  margin-right: 36px;
}

.mr_37 {
  margin-right: 37px;
}

.mr_38 {
  margin-right: 38px;
}

.mr_39 {
  margin-right: 39px;
}

.mr_40 {
  margin-right: 40px;
}

.mr_41 {
  margin-right: 41px;
}

.mr_42 {
  margin-right: 42px;
}

.mr_43 {
  margin-right: 43px;
}

.mr_44 {
  margin-right: 44px;
}

.mr_45 {
  margin-right: 45px;
}

.mr_46 {
  margin-right: 46px;
}

.mr_47 {
  margin-right: 47px;
}

.mr_48 {
  margin-right: 48px;
}

.mr_49 {
  margin-right: 49px;
}

.mr_50 {
  margin-right: 50px;
}

.mr_51 {
  margin-right: 51px;
}

.mr_52 {
  margin-right: 52px;
}

.mr_53 {
  margin-right: 53px;
}

.mr_54 {
  margin-right: 54px;
}

.mr_55 {
  margin-right: 55px;
}

.mr_56 {
  margin-right: 56px;
}

.mr_57 {
  margin-right: 57px;
}

.mr_58 {
  margin-right: 58px;
}

.mr_59 {
  margin-right: 59px;
}

.mr_60 {
  margin-right: 60px;
}

.mr_61 {
  margin-right: 61px;
}

.mr_62 {
  margin-right: 62px;
}

.mr_63 {
  margin-right: 63px;
}

.mr_64 {
  margin-right: 64px;
}

.mr_65 {
  margin-right: 65px;
}

.mr_66 {
  margin-right: 66px;
}

.mr_67 {
  margin-right: 67px;
}

.mr_68 {
  margin-right: 68px;
}

.mr_69 {
  margin-right: 69px;
}

.mr_70 {
  margin-right: 70px;
}

.mr_71 {
  margin-right: 71px;
}

.mr_72 {
  margin-right: 72px;
}

.mr_73 {
  margin-right: 73px;
}

.mr_74 {
  margin-right: 74px;
}

.mr_75 {
  margin-right: 75px;
}

.mr_76 {
  margin-right: 76px;
}

.mr_77 {
  margin-right: 77px;
}

.mr_78 {
  margin-right: 78px;
}

.mr_79 {
  margin-right: 79px;
}

.mr_80 {
  margin-right: 80px;
}

.mr_81 {
  margin-right: 81px;
}

.mr_82 {
  margin-right: 82px;
}

.mr_83 {
  margin-right: 83px;
}

.mr_84 {
  margin-right: 84px;
}

.mr_85 {
  margin-right: 85px;
}

.mr_86 {
  margin-right: 86px;
}

.mr_87 {
  margin-right: 87px;
}

.mr_88 {
  margin-right: 88px;
}

.mr_89 {
  margin-right: 89px;
}

.mr_90 {
  margin-right: 90px;
}

.mr_91 {
  margin-right: 91px;
}

.mr_92 {
  margin-right: 92px;
}

.mr_93 {
  margin-right: 93px;
}

.mr_94 {
  margin-right: 94px;
}

.mr_95 {
  margin-right: 95px;
}

.mr_96 {
  margin-right: 96px;
}

.mr_97 {
  margin-right: 97px;
}

.mr_98 {
  margin-right: 98px;
}

.mr_99 {
  margin-right: 99px;
}

.mr_100 {
  margin-right: 100px;
}

.ml_1 {
  margin-left: 1px;
}

.ml_2 {
  margin-left: 2px;
}

.ml_3 {
  margin-left: 3px;
}

.ml_4 {
  margin-left: 4px;
}

.ml_5 {
  margin-left: 5px;
}

.ml_6 {
  margin-left: 6px;
}

.ml_7 {
  margin-left: 7px;
}

.ml_8 {
  margin-left: 8px;
}

.ml_9 {
  margin-left: 9px;
}

.ml_10 {
  margin-left: 10px;
}

.ml_11 {
  margin-left: 11px;
}

.ml_12 {
  margin-left: 12px;
}

.ml_13 {
  margin-left: 13px;
}

.ml_14 {
  margin-left: 14px;
}

.ml_15 {
  margin-left: 15px;
}

.ml_16 {
  margin-left: 16px;
}

.ml_17 {
  margin-left: 17px;
}

.ml_18 {
  margin-left: 18px;
}

.ml_19 {
  margin-left: 19px;
}

.ml_20 {
  margin-left: 20px;
}

.ml_21 {
  margin-left: 21px;
}

.ml_22 {
  margin-left: 22px;
}

.ml_23 {
  margin-left: 23px;
}

.ml_24 {
  margin-left: 24px;
}

.ml_25 {
  margin-left: 25px;
}

.ml_26 {
  margin-left: 26px;
}

.ml_27 {
  margin-left: 27px;
}

.ml_28 {
  margin-left: 28px;
}

.ml_29 {
  margin-left: 29px;
}

.ml_30 {
  margin-left: 30px;
}

.ml_31 {
  margin-left: 31px;
}

.ml_32 {
  margin-left: 32px;
}

.ml_33 {
  margin-left: 33px;
}

.ml_34 {
  margin-left: 34px;
}

.ml_35 {
  margin-left: 35px;
}

.ml_36 {
  margin-left: 36px;
}

.ml_37 {
  margin-left: 37px;
}

.ml_38 {
  margin-left: 38px;
}

.ml_39 {
  margin-left: 39px;
}

.ml_40 {
  margin-left: 40px;
}

.ml_41 {
  margin-left: 41px;
}

.ml_42 {
  margin-left: 42px;
}

.ml_43 {
  margin-left: 43px;
}

.ml_44 {
  margin-left: 44px;
}

.ml_45 {
  margin-left: 45px;
}

.ml_46 {
  margin-left: 46px;
}

.ml_47 {
  margin-left: 47px;
}

.ml_48 {
  margin-left: 48px;
}

.ml_49 {
  margin-left: 49px;
}

.ml_50 {
  margin-left: 50px;
}

.ml_51 {
  margin-left: 51px;
}

.ml_52 {
  margin-left: 52px;
}

.ml_53 {
  margin-left: 53px;
}

.ml_54 {
  margin-left: 54px;
}

.ml_55 {
  margin-left: 55px;
}

.ml_56 {
  margin-left: 56px;
}

.ml_57 {
  margin-left: 57px;
}

.ml_58 {
  margin-left: 58px;
}

.ml_59 {
  margin-left: 59px;
}

.ml_60 {
  margin-left: 60px;
}

.ml_61 {
  margin-left: 61px;
}

.ml_62 {
  margin-left: 62px;
}

.ml_63 {
  margin-left: 63px;
}

.ml_64 {
  margin-left: 64px;
}

.ml_65 {
  margin-left: 65px;
}

.ml_66 {
  margin-left: 66px;
}

.ml_67 {
  margin-left: 67px;
}

.ml_68 {
  margin-left: 68px;
}

.ml_69 {
  margin-left: 69px;
}

.ml_70 {
  margin-left: 70px;
}

.ml_71 {
  margin-left: 71px;
}

.ml_72 {
  margin-left: 72px;
}

.ml_73 {
  margin-left: 73px;
}

.ml_74 {
  margin-left: 74px;
}

.ml_75 {
  margin-left: 75px;
}

.ml_76 {
  margin-left: 76px;
}

.ml_77 {
  margin-left: 77px;
}

.ml_78 {
  margin-left: 78px;
}

.ml_79 {
  margin-left: 79px;
}

.ml_80 {
  margin-left: 80px;
}

.ml_81 {
  margin-left: 81px;
}

.ml_82 {
  margin-left: 82px;
}

.ml_83 {
  margin-left: 83px;
}

.ml_84 {
  margin-left: 84px;
}

.ml_85 {
  margin-left: 85px;
}

.ml_86 {
  margin-left: 86px;
}

.ml_87 {
  margin-left: 87px;
}

.ml_88 {
  margin-left: 88px;
}

.ml_89 {
  margin-left: 89px;
}

.ml_90 {
  margin-left: 90px;
}

.ml_91 {
  margin-left: 91px;
}

.ml_92 {
  margin-left: 92px;
}

.ml_93 {
  margin-left: 93px;
}

.ml_94 {
  margin-left: 94px;
}

.ml_95 {
  margin-left: 95px;
}

.ml_96 {
  margin-left: 96px;
}

.ml_97 {
  margin-left: 97px;
}

.ml_98 {
  margin-left: 98px;
}

.ml_99 {
  margin-left: 99px;
}

.ml_100 {
  margin-left: 100px;
}

@media (max-width: 768px) {
  .xs-mt_1 {
    margin-top: 1px;
  }
  .xs-mt_2 {
    margin-top: 2px;
  }
  .xs-mt_3 {
    margin-top: 3px;
  }
  .xs-mt_4 {
    margin-top: 4px;
  }
  .xs-mt_5 {
    margin-top: 5px;
  }
  .xs-mt_6 {
    margin-top: 6px;
  }
  .xs-mt_7 {
    margin-top: 7px;
  }
  .xs-mt_8 {
    margin-top: 8px;
  }
  .xs-mt_9 {
    margin-top: 9px;
  }
  .xs-mt_10 {
    margin-top: 10px;
  }
  .xs-mt_11 {
    margin-top: 11px;
  }
  .xs-mt_12 {
    margin-top: 12px;
  }
  .xs-mt_13 {
    margin-top: 13px;
  }
  .xs-mt_14 {
    margin-top: 14px;
  }
  .xs-mt_15 {
    margin-top: 15px;
  }
  .xs-mt_16 {
    margin-top: 16px;
  }
  .xs-mt_17 {
    margin-top: 17px;
  }
  .xs-mt_18 {
    margin-top: 18px;
  }
  .xs-mt_19 {
    margin-top: 19px;
  }
  .xs-mt_20 {
    margin-top: 20px;
  }
  .xs-mt_21 {
    margin-top: 21px;
  }
  .xs-mt_22 {
    margin-top: 22px;
  }
  .xs-mt_23 {
    margin-top: 23px;
  }
  .xs-mt_24 {
    margin-top: 24px;
  }
  .xs-mt_25 {
    margin-top: 25px;
  }
  .xs-mt_26 {
    margin-top: 26px;
  }
  .xs-mt_27 {
    margin-top: 27px;
  }
  .xs-mt_28 {
    margin-top: 28px;
  }
  .xs-mt_29 {
    margin-top: 29px;
  }
  .xs-mt_30 {
    margin-top: 30px;
  }
  .xs-mt_31 {
    margin-top: 31px;
  }
  .xs-mt_32 {
    margin-top: 32px;
  }
  .xs-mt_33 {
    margin-top: 33px;
  }
  .xs-mt_34 {
    margin-top: 34px;
  }
  .xs-mt_35 {
    margin-top: 35px;
  }
  .xs-mt_36 {
    margin-top: 36px;
  }
  .xs-mt_37 {
    margin-top: 37px;
  }
  .xs-mt_38 {
    margin-top: 38px;
  }
  .xs-mt_39 {
    margin-top: 39px;
  }
  .xs-mt_40 {
    margin-top: 40px;
  }
  .xs-mt_41 {
    margin-top: 41px;
  }
  .xs-mt_42 {
    margin-top: 42px;
  }
  .xs-mt_43 {
    margin-top: 43px;
  }
  .xs-mt_44 {
    margin-top: 44px;
  }
  .xs-mt_45 {
    margin-top: 45px;
  }
  .xs-mt_46 {
    margin-top: 46px;
  }
  .xs-mt_47 {
    margin-top: 47px;
  }
  .xs-mt_48 {
    margin-top: 48px;
  }
  .xs-mt_49 {
    margin-top: 49px;
  }
  .xs-mt_50 {
    margin-top: 50px;
  }
  .xs-mt_51 {
    margin-top: 51px;
  }
  .xs-mt_52 {
    margin-top: 52px;
  }
  .xs-mt_53 {
    margin-top: 53px;
  }
  .xs-mt_54 {
    margin-top: 54px;
  }
  .xs-mt_55 {
    margin-top: 55px;
  }
  .xs-mt_56 {
    margin-top: 56px;
  }
  .xs-mt_57 {
    margin-top: 57px;
  }
  .xs-mt_58 {
    margin-top: 58px;
  }
  .xs-mt_59 {
    margin-top: 59px;
  }
  .xs-mt_60 {
    margin-top: 60px;
  }
  .xs-mt_61 {
    margin-top: 61px;
  }
  .xs-mt_62 {
    margin-top: 62px;
  }
  .xs-mt_63 {
    margin-top: 63px;
  }
  .xs-mt_64 {
    margin-top: 64px;
  }
  .xs-mt_65 {
    margin-top: 65px;
  }
  .xs-mt_66 {
    margin-top: 66px;
  }
  .xs-mt_67 {
    margin-top: 67px;
  }
  .xs-mt_68 {
    margin-top: 68px;
  }
  .xs-mt_69 {
    margin-top: 69px;
  }
  .xs-mt_70 {
    margin-top: 70px;
  }
  .xs-mt_71 {
    margin-top: 71px;
  }
  .xs-mt_72 {
    margin-top: 72px;
  }
  .xs-mt_73 {
    margin-top: 73px;
  }
  .xs-mt_74 {
    margin-top: 74px;
  }
  .xs-mt_75 {
    margin-top: 75px;
  }
  .xs-mt_76 {
    margin-top: 76px;
  }
  .xs-mt_77 {
    margin-top: 77px;
  }
  .xs-mt_78 {
    margin-top: 78px;
  }
  .xs-mt_79 {
    margin-top: 79px;
  }
  .xs-mt_80 {
    margin-top: 80px;
  }
  .xs-mt_81 {
    margin-top: 81px;
  }
  .xs-mt_82 {
    margin-top: 82px;
  }
  .xs-mt_83 {
    margin-top: 83px;
  }
  .xs-mt_84 {
    margin-top: 84px;
  }
  .xs-mt_85 {
    margin-top: 85px;
  }
  .xs-mt_86 {
    margin-top: 86px;
  }
  .xs-mt_87 {
    margin-top: 87px;
  }
  .xs-mt_88 {
    margin-top: 88px;
  }
  .xs-mt_89 {
    margin-top: 89px;
  }
  .xs-mt_90 {
    margin-top: 90px;
  }
  .xs-mt_91 {
    margin-top: 91px;
  }
  .xs-mt_92 {
    margin-top: 92px;
  }
  .xs-mt_93 {
    margin-top: 93px;
  }
  .xs-mt_94 {
    margin-top: 94px;
  }
  .xs-mt_95 {
    margin-top: 95px;
  }
  .xs-mt_96 {
    margin-top: 96px;
  }
  .xs-mt_97 {
    margin-top: 97px;
  }
  .xs-mt_98 {
    margin-top: 98px;
  }
  .xs-mt_99 {
    margin-top: 99px;
  }
  .xs-mt_100 {
    margin-top: 100px;
  }
  .xs-mb_1 {
    margin-bottom: 1px;
  }
  .xs-mb_2 {
    margin-bottom: 2px;
  }
  .xs-mb_3 {
    margin-bottom: 3px;
  }
  .xs-mb_4 {
    margin-bottom: 4px;
  }
  .xs-mb_5 {
    margin-bottom: 5px;
  }
  .xs-mb_6 {
    margin-bottom: 6px;
  }
  .xs-mb_7 {
    margin-bottom: 7px;
  }
  .xs-mb_8 {
    margin-bottom: 8px;
  }
  .xs-mb_9 {
    margin-bottom: 9px;
  }
  .xs-mb_10 {
    margin-bottom: 10px;
  }
  .xs-mb_11 {
    margin-bottom: 11px;
  }
  .xs-mb_12 {
    margin-bottom: 12px;
  }
  .xs-mb_13 {
    margin-bottom: 13px;
  }
  .xs-mb_14 {
    margin-bottom: 14px;
  }
  .xs-mb_15 {
    margin-bottom: 15px;
  }
  .xs-mb_16 {
    margin-bottom: 16px;
  }
  .xs-mb_17 {
    margin-bottom: 17px;
  }
  .xs-mb_18 {
    margin-bottom: 18px;
  }
  .xs-mb_19 {
    margin-bottom: 19px;
  }
  .xs-mb_20 {
    margin-bottom: 20px;
  }
  .xs-mb_21 {
    margin-bottom: 21px;
  }
  .xs-mb_22 {
    margin-bottom: 22px;
  }
  .xs-mb_23 {
    margin-bottom: 23px;
  }
  .xs-mb_24 {
    margin-bottom: 24px;
  }
  .xs-mb_25 {
    margin-bottom: 25px;
  }
  .xs-mb_26 {
    margin-bottom: 26px;
  }
  .xs-mb_27 {
    margin-bottom: 27px;
  }
  .xs-mb_28 {
    margin-bottom: 28px;
  }
  .xs-mb_29 {
    margin-bottom: 29px;
  }
  .xs-mb_30 {
    margin-bottom: 30px;
  }
  .xs-mb_31 {
    margin-bottom: 31px;
  }
  .xs-mb_32 {
    margin-bottom: 32px;
  }
  .xs-mb_33 {
    margin-bottom: 33px;
  }
  .xs-mb_34 {
    margin-bottom: 34px;
  }
  .xs-mb_35 {
    margin-bottom: 35px;
  }
  .xs-mb_36 {
    margin-bottom: 36px;
  }
  .xs-mb_37 {
    margin-bottom: 37px;
  }
  .xs-mb_38 {
    margin-bottom: 38px;
  }
  .xs-mb_39 {
    margin-bottom: 39px;
  }
  .xs-mb_40 {
    margin-bottom: 40px;
  }
  .xs-mb_41 {
    margin-bottom: 41px;
  }
  .xs-mb_42 {
    margin-bottom: 42px;
  }
  .xs-mb_43 {
    margin-bottom: 43px;
  }
  .xs-mb_44 {
    margin-bottom: 44px;
  }
  .xs-mb_45 {
    margin-bottom: 45px;
  }
  .xs-mb_46 {
    margin-bottom: 46px;
  }
  .xs-mb_47 {
    margin-bottom: 47px;
  }
  .xs-mb_48 {
    margin-bottom: 48px;
  }
  .xs-mb_49 {
    margin-bottom: 49px;
  }
  .xs-mb_50 {
    margin-bottom: 50px;
  }
  .xs-mb_51 {
    margin-bottom: 51px;
  }
  .xs-mb_52 {
    margin-bottom: 52px;
  }
  .xs-mb_53 {
    margin-bottom: 53px;
  }
  .xs-mb_54 {
    margin-bottom: 54px;
  }
  .xs-mb_55 {
    margin-bottom: 55px;
  }
  .xs-mb_56 {
    margin-bottom: 56px;
  }
  .xs-mb_57 {
    margin-bottom: 57px;
  }
  .xs-mb_58 {
    margin-bottom: 58px;
  }
  .xs-mb_59 {
    margin-bottom: 59px;
  }
  .xs-mb_60 {
    margin-bottom: 60px;
  }
  .xs-mb_61 {
    margin-bottom: 61px;
  }
  .xs-mb_62 {
    margin-bottom: 62px;
  }
  .xs-mb_63 {
    margin-bottom: 63px;
  }
  .xs-mb_64 {
    margin-bottom: 64px;
  }
  .xs-mb_65 {
    margin-bottom: 65px;
  }
  .xs-mb_66 {
    margin-bottom: 66px;
  }
  .xs-mb_67 {
    margin-bottom: 67px;
  }
  .xs-mb_68 {
    margin-bottom: 68px;
  }
  .xs-mb_69 {
    margin-bottom: 69px;
  }
  .xs-mb_70 {
    margin-bottom: 70px;
  }
  .xs-mb_71 {
    margin-bottom: 71px;
  }
  .xs-mb_72 {
    margin-bottom: 72px;
  }
  .xs-mb_73 {
    margin-bottom: 73px;
  }
  .xs-mb_74 {
    margin-bottom: 74px;
  }
  .xs-mb_75 {
    margin-bottom: 75px;
  }
  .xs-mb_76 {
    margin-bottom: 76px;
  }
  .xs-mb_77 {
    margin-bottom: 77px;
  }
  .xs-mb_78 {
    margin-bottom: 78px;
  }
  .xs-mb_79 {
    margin-bottom: 79px;
  }
  .xs-mb_80 {
    margin-bottom: 80px;
  }
  .xs-mb_81 {
    margin-bottom: 81px;
  }
  .xs-mb_82 {
    margin-bottom: 82px;
  }
  .xs-mb_83 {
    margin-bottom: 83px;
  }
  .xs-mb_84 {
    margin-bottom: 84px;
  }
  .xs-mb_85 {
    margin-bottom: 85px;
  }
  .xs-mb_86 {
    margin-bottom: 86px;
  }
  .xs-mb_87 {
    margin-bottom: 87px;
  }
  .xs-mb_88 {
    margin-bottom: 88px;
  }
  .xs-mb_89 {
    margin-bottom: 89px;
  }
  .xs-mb_90 {
    margin-bottom: 90px;
  }
  .xs-mb_91 {
    margin-bottom: 91px;
  }
  .xs-mb_92 {
    margin-bottom: 92px;
  }
  .xs-mb_93 {
    margin-bottom: 93px;
  }
  .xs-mb_94 {
    margin-bottom: 94px;
  }
  .xs-mb_95 {
    margin-bottom: 95px;
  }
  .xs-mb_96 {
    margin-bottom: 96px;
  }
  .xs-mb_97 {
    margin-bottom: 97px;
  }
  .xs-mb_98 {
    margin-bottom: 98px;
  }
  .xs-mb_99 {
    margin-bottom: 99px;
  }
  .xs-mb_100 {
    margin-bottom: 100px;
  }
  .xs-mr_1 {
    margin-right: 1px;
  }
  .xs-mr_2 {
    margin-right: 2px;
  }
  .xs-mr_3 {
    margin-right: 3px;
  }
  .xs-mr_4 {
    margin-right: 4px;
  }
  .xs-mr_5 {
    margin-right: 5px;
  }
  .xs-mr_6 {
    margin-right: 6px;
  }
  .xs-mr_7 {
    margin-right: 7px;
  }
  .xs-mr_8 {
    margin-right: 8px;
  }
  .xs-mr_9 {
    margin-right: 9px;
  }
  .xs-mr_10 {
    margin-right: 10px;
  }
  .xs-mr_11 {
    margin-right: 11px;
  }
  .xs-mr_12 {
    margin-right: 12px;
  }
  .xs-mr_13 {
    margin-right: 13px;
  }
  .xs-mr_14 {
    margin-right: 14px;
  }
  .xs-mr_15 {
    margin-right: 15px;
  }
  .xs-mr_16 {
    margin-right: 16px;
  }
  .xs-mr_17 {
    margin-right: 17px;
  }
  .xs-mr_18 {
    margin-right: 18px;
  }
  .xs-mr_19 {
    margin-right: 19px;
  }
  .xs-mr_20 {
    margin-right: 20px;
  }
  .xs-mr_21 {
    margin-right: 21px;
  }
  .xs-mr_22 {
    margin-right: 22px;
  }
  .xs-mr_23 {
    margin-right: 23px;
  }
  .xs-mr_24 {
    margin-right: 24px;
  }
  .xs-mr_25 {
    margin-right: 25px;
  }
  .xs-mr_26 {
    margin-right: 26px;
  }
  .xs-mr_27 {
    margin-right: 27px;
  }
  .xs-mr_28 {
    margin-right: 28px;
  }
  .xs-mr_29 {
    margin-right: 29px;
  }
  .xs-mr_30 {
    margin-right: 30px;
  }
  .xs-mr_31 {
    margin-right: 31px;
  }
  .xs-mr_32 {
    margin-right: 32px;
  }
  .xs-mr_33 {
    margin-right: 33px;
  }
  .xs-mr_34 {
    margin-right: 34px;
  }
  .xs-mr_35 {
    margin-right: 35px;
  }
  .xs-mr_36 {
    margin-right: 36px;
  }
  .xs-mr_37 {
    margin-right: 37px;
  }
  .xs-mr_38 {
    margin-right: 38px;
  }
  .xs-mr_39 {
    margin-right: 39px;
  }
  .xs-mr_40 {
    margin-right: 40px;
  }
  .xs-mr_41 {
    margin-right: 41px;
  }
  .xs-mr_42 {
    margin-right: 42px;
  }
  .xs-mr_43 {
    margin-right: 43px;
  }
  .xs-mr_44 {
    margin-right: 44px;
  }
  .xs-mr_45 {
    margin-right: 45px;
  }
  .xs-mr_46 {
    margin-right: 46px;
  }
  .xs-mr_47 {
    margin-right: 47px;
  }
  .xs-mr_48 {
    margin-right: 48px;
  }
  .xs-mr_49 {
    margin-right: 49px;
  }
  .xs-mr_50 {
    margin-right: 50px;
  }
  .xs-mr_51 {
    margin-right: 51px;
  }
  .xs-mr_52 {
    margin-right: 52px;
  }
  .xs-mr_53 {
    margin-right: 53px;
  }
  .xs-mr_54 {
    margin-right: 54px;
  }
  .xs-mr_55 {
    margin-right: 55px;
  }
  .xs-mr_56 {
    margin-right: 56px;
  }
  .xs-mr_57 {
    margin-right: 57px;
  }
  .xs-mr_58 {
    margin-right: 58px;
  }
  .xs-mr_59 {
    margin-right: 59px;
  }
  .xs-mr_60 {
    margin-right: 60px;
  }
  .xs-mr_61 {
    margin-right: 61px;
  }
  .xs-mr_62 {
    margin-right: 62px;
  }
  .xs-mr_63 {
    margin-right: 63px;
  }
  .xs-mr_64 {
    margin-right: 64px;
  }
  .xs-mr_65 {
    margin-right: 65px;
  }
  .xs-mr_66 {
    margin-right: 66px;
  }
  .xs-mr_67 {
    margin-right: 67px;
  }
  .xs-mr_68 {
    margin-right: 68px;
  }
  .xs-mr_69 {
    margin-right: 69px;
  }
  .xs-mr_70 {
    margin-right: 70px;
  }
  .xs-mr_71 {
    margin-right: 71px;
  }
  .xs-mr_72 {
    margin-right: 72px;
  }
  .xs-mr_73 {
    margin-right: 73px;
  }
  .xs-mr_74 {
    margin-right: 74px;
  }
  .xs-mr_75 {
    margin-right: 75px;
  }
  .xs-mr_76 {
    margin-right: 76px;
  }
  .xs-mr_77 {
    margin-right: 77px;
  }
  .xs-mr_78 {
    margin-right: 78px;
  }
  .xs-mr_79 {
    margin-right: 79px;
  }
  .xs-mr_80 {
    margin-right: 80px;
  }
  .xs-mr_81 {
    margin-right: 81px;
  }
  .xs-mr_82 {
    margin-right: 82px;
  }
  .xs-mr_83 {
    margin-right: 83px;
  }
  .xs-mr_84 {
    margin-right: 84px;
  }
  .xs-mr_85 {
    margin-right: 85px;
  }
  .xs-mr_86 {
    margin-right: 86px;
  }
  .xs-mr_87 {
    margin-right: 87px;
  }
  .xs-mr_88 {
    margin-right: 88px;
  }
  .xs-mr_89 {
    margin-right: 89px;
  }
  .xs-mr_90 {
    margin-right: 90px;
  }
  .xs-mr_91 {
    margin-right: 91px;
  }
  .xs-mr_92 {
    margin-right: 92px;
  }
  .xs-mr_93 {
    margin-right: 93px;
  }
  .xs-mr_94 {
    margin-right: 94px;
  }
  .xs-mr_95 {
    margin-right: 95px;
  }
  .xs-mr_96 {
    margin-right: 96px;
  }
  .xs-mr_97 {
    margin-right: 97px;
  }
  .xs-mr_98 {
    margin-right: 98px;
  }
  .xs-mr_99 {
    margin-right: 99px;
  }
  .xs-mr_100 {
    margin-right: 100px;
  }
  .xs-ml_1 {
    margin-left: 1px;
  }
  .xs-ml_2 {
    margin-left: 2px;
  }
  .xs-ml_3 {
    margin-left: 3px;
  }
  .xs-ml_4 {
    margin-left: 4px;
  }
  .xs-ml_5 {
    margin-left: 5px;
  }
  .xs-ml_6 {
    margin-left: 6px;
  }
  .xs-ml_7 {
    margin-left: 7px;
  }
  .xs-ml_8 {
    margin-left: 8px;
  }
  .xs-ml_9 {
    margin-left: 9px;
  }
  .xs-ml_10 {
    margin-left: 10px;
  }
  .xs-ml_11 {
    margin-left: 11px;
  }
  .xs-ml_12 {
    margin-left: 12px;
  }
  .xs-ml_13 {
    margin-left: 13px;
  }
  .xs-ml_14 {
    margin-left: 14px;
  }
  .xs-ml_15 {
    margin-left: 15px;
  }
  .xs-ml_16 {
    margin-left: 16px;
  }
  .xs-ml_17 {
    margin-left: 17px;
  }
  .xs-ml_18 {
    margin-left: 18px;
  }
  .xs-ml_19 {
    margin-left: 19px;
  }
  .xs-ml_20 {
    margin-left: 20px;
  }
  .xs-ml_21 {
    margin-left: 21px;
  }
  .xs-ml_22 {
    margin-left: 22px;
  }
  .xs-ml_23 {
    margin-left: 23px;
  }
  .xs-ml_24 {
    margin-left: 24px;
  }
  .xs-ml_25 {
    margin-left: 25px;
  }
  .xs-ml_26 {
    margin-left: 26px;
  }
  .xs-ml_27 {
    margin-left: 27px;
  }
  .xs-ml_28 {
    margin-left: 28px;
  }
  .xs-ml_29 {
    margin-left: 29px;
  }
  .xs-ml_30 {
    margin-left: 30px;
  }
  .xs-ml_31 {
    margin-left: 31px;
  }
  .xs-ml_32 {
    margin-left: 32px;
  }
  .xs-ml_33 {
    margin-left: 33px;
  }
  .xs-ml_34 {
    margin-left: 34px;
  }
  .xs-ml_35 {
    margin-left: 35px;
  }
  .xs-ml_36 {
    margin-left: 36px;
  }
  .xs-ml_37 {
    margin-left: 37px;
  }
  .xs-ml_38 {
    margin-left: 38px;
  }
  .xs-ml_39 {
    margin-left: 39px;
  }
  .xs-ml_40 {
    margin-left: 40px;
  }
  .xs-ml_41 {
    margin-left: 41px;
  }
  .xs-ml_42 {
    margin-left: 42px;
  }
  .xs-ml_43 {
    margin-left: 43px;
  }
  .xs-ml_44 {
    margin-left: 44px;
  }
  .xs-ml_45 {
    margin-left: 45px;
  }
  .xs-ml_46 {
    margin-left: 46px;
  }
  .xs-ml_47 {
    margin-left: 47px;
  }
  .xs-ml_48 {
    margin-left: 48px;
  }
  .xs-ml_49 {
    margin-left: 49px;
  }
  .xs-ml_50 {
    margin-left: 50px;
  }
  .xs-ml_51 {
    margin-left: 51px;
  }
  .xs-ml_52 {
    margin-left: 52px;
  }
  .xs-ml_53 {
    margin-left: 53px;
  }
  .xs-ml_54 {
    margin-left: 54px;
  }
  .xs-ml_55 {
    margin-left: 55px;
  }
  .xs-ml_56 {
    margin-left: 56px;
  }
  .xs-ml_57 {
    margin-left: 57px;
  }
  .xs-ml_58 {
    margin-left: 58px;
  }
  .xs-ml_59 {
    margin-left: 59px;
  }
  .xs-ml_60 {
    margin-left: 60px;
  }
  .xs-ml_61 {
    margin-left: 61px;
  }
  .xs-ml_62 {
    margin-left: 62px;
  }
  .xs-ml_63 {
    margin-left: 63px;
  }
  .xs-ml_64 {
    margin-left: 64px;
  }
  .xs-ml_65 {
    margin-left: 65px;
  }
  .xs-ml_66 {
    margin-left: 66px;
  }
  .xs-ml_67 {
    margin-left: 67px;
  }
  .xs-ml_68 {
    margin-left: 68px;
  }
  .xs-ml_69 {
    margin-left: 69px;
  }
  .xs-ml_70 {
    margin-left: 70px;
  }
  .xs-ml_71 {
    margin-left: 71px;
  }
  .xs-ml_72 {
    margin-left: 72px;
  }
  .xs-ml_73 {
    margin-left: 73px;
  }
  .xs-ml_74 {
    margin-left: 74px;
  }
  .xs-ml_75 {
    margin-left: 75px;
  }
  .xs-ml_76 {
    margin-left: 76px;
  }
  .xs-ml_77 {
    margin-left: 77px;
  }
  .xs-ml_78 {
    margin-left: 78px;
  }
  .xs-ml_79 {
    margin-left: 79px;
  }
  .xs-ml_80 {
    margin-left: 80px;
  }
  .xs-ml_81 {
    margin-left: 81px;
  }
  .xs-ml_82 {
    margin-left: 82px;
  }
  .xs-ml_83 {
    margin-left: 83px;
  }
  .xs-ml_84 {
    margin-left: 84px;
  }
  .xs-ml_85 {
    margin-left: 85px;
  }
  .xs-ml_86 {
    margin-left: 86px;
  }
  .xs-ml_87 {
    margin-left: 87px;
  }
  .xs-ml_88 {
    margin-left: 88px;
  }
  .xs-ml_89 {
    margin-left: 89px;
  }
  .xs-ml_90 {
    margin-left: 90px;
  }
  .xs-ml_91 {
    margin-left: 91px;
  }
  .xs-ml_92 {
    margin-left: 92px;
  }
  .xs-ml_93 {
    margin-left: 93px;
  }
  .xs-ml_94 {
    margin-left: 94px;
  }
  .xs-ml_95 {
    margin-left: 95px;
  }
  .xs-ml_96 {
    margin-left: 96px;
  }
  .xs-ml_97 {
    margin-left: 97px;
  }
  .xs-ml_98 {
    margin-left: 98px;
  }
  .xs-ml_99 {
    margin-left: 99px;
  }
  .xs-ml_100 {
    margin-left: 100px;
  }
}

.pt_1 {
  padding-top: 1px;
}

.pt_2 {
  padding-top: 2px;
}

.pt_3 {
  padding-top: 3px;
}

.pt_4 {
  padding-top: 4px;
}

.pt_5 {
  padding-top: 5px;
}

.pt_6 {
  padding-top: 6px;
}

.pt_7 {
  padding-top: 7px;
}

.pt_8 {
  padding-top: 8px;
}

.pt_9 {
  padding-top: 9px;
}

.pt_10 {
  padding-top: 10px;
}

.pt_11 {
  padding-top: 11px;
}

.pt_12 {
  padding-top: 12px;
}

.pt_13 {
  padding-top: 13px;
}

.pt_14 {
  padding-top: 14px;
}

.pt_15 {
  padding-top: 15px;
}

.pt_16 {
  padding-top: 16px;
}

.pt_17 {
  padding-top: 17px;
}

.pt_18 {
  padding-top: 18px;
}

.pt_19 {
  padding-top: 19px;
}

.pt_20 {
  padding-top: 20px;
}

.pt_21 {
  padding-top: 21px;
}

.pt_22 {
  padding-top: 22px;
}

.pt_23 {
  padding-top: 23px;
}

.pt_24 {
  padding-top: 24px;
}

.pt_25 {
  padding-top: 25px;
}

.pt_26 {
  padding-top: 26px;
}

.pt_27 {
  padding-top: 27px;
}

.pt_28 {
  padding-top: 28px;
}

.pt_29 {
  padding-top: 29px;
}

.pt_30 {
  padding-top: 30px;
}

.pt_31 {
  padding-top: 31px;
}

.pt_32 {
  padding-top: 32px;
}

.pt_33 {
  padding-top: 33px;
}

.pt_34 {
  padding-top: 34px;
}

.pt_35 {
  padding-top: 35px;
}

.pt_36 {
  padding-top: 36px;
}

.pt_37 {
  padding-top: 37px;
}

.pt_38 {
  padding-top: 38px;
}

.pt_39 {
  padding-top: 39px;
}

.pt_40 {
  padding-top: 40px;
}

.pt_41 {
  padding-top: 41px;
}

.pt_42 {
  padding-top: 42px;
}

.pt_43 {
  padding-top: 43px;
}

.pt_44 {
  padding-top: 44px;
}

.pt_45 {
  padding-top: 45px;
}

.pt_46 {
  padding-top: 46px;
}

.pt_47 {
  padding-top: 47px;
}

.pt_48 {
  padding-top: 48px;
}

.pt_49 {
  padding-top: 49px;
}

.pt_50 {
  padding-top: 50px;
}

.pt_51 {
  padding-top: 51px;
}

.pt_52 {
  padding-top: 52px;
}

.pt_53 {
  padding-top: 53px;
}

.pt_54 {
  padding-top: 54px;
}

.pt_55 {
  padding-top: 55px;
}

.pt_56 {
  padding-top: 56px;
}

.pt_57 {
  padding-top: 57px;
}

.pt_58 {
  padding-top: 58px;
}

.pt_59 {
  padding-top: 59px;
}

.pt_60 {
  padding-top: 60px;
}

.pt_61 {
  padding-top: 61px;
}

.pt_62 {
  padding-top: 62px;
}

.pt_63 {
  padding-top: 63px;
}

.pt_64 {
  padding-top: 64px;
}

.pt_65 {
  padding-top: 65px;
}

.pt_66 {
  padding-top: 66px;
}

.pt_67 {
  padding-top: 67px;
}

.pt_68 {
  padding-top: 68px;
}

.pt_69 {
  padding-top: 69px;
}

.pt_70 {
  padding-top: 70px;
}

.pt_71 {
  padding-top: 71px;
}

.pt_72 {
  padding-top: 72px;
}

.pt_73 {
  padding-top: 73px;
}

.pt_74 {
  padding-top: 74px;
}

.pt_75 {
  padding-top: 75px;
}

.pt_76 {
  padding-top: 76px;
}

.pt_77 {
  padding-top: 77px;
}

.pt_78 {
  padding-top: 78px;
}

.pt_79 {
  padding-top: 79px;
}

.pt_80 {
  padding-top: 80px;
}

.pt_81 {
  padding-top: 81px;
}

.pt_82 {
  padding-top: 82px;
}

.pt_83 {
  padding-top: 83px;
}

.pt_84 {
  padding-top: 84px;
}

.pt_85 {
  padding-top: 85px;
}

.pt_86 {
  padding-top: 86px;
}

.pt_87 {
  padding-top: 87px;
}

.pt_88 {
  padding-top: 88px;
}

.pt_89 {
  padding-top: 89px;
}

.pt_90 {
  padding-top: 90px;
}

.pt_91 {
  padding-top: 91px;
}

.pt_92 {
  padding-top: 92px;
}

.pt_93 {
  padding-top: 93px;
}

.pt_94 {
  padding-top: 94px;
}

.pt_95 {
  padding-top: 95px;
}

.pt_96 {
  padding-top: 96px;
}

.pt_97 {
  padding-top: 97px;
}

.pt_98 {
  padding-top: 98px;
}

.pt_99 {
  padding-top: 99px;
}

.pt_100 {
  padding-top: 100px;
}

.pb_1 {
  padding-bottom: 1px;
}

.pb_2 {
  padding-bottom: 2px;
}

.pb_3 {
  padding-bottom: 3px;
}

.pb_4 {
  padding-bottom: 4px;
}

.pb_5 {
  padding-bottom: 5px;
}

.pb_6 {
  padding-bottom: 6px;
}

.pb_7 {
  padding-bottom: 7px;
}

.pb_8 {
  padding-bottom: 8px;
}

.pb_9 {
  padding-bottom: 9px;
}

.pb_10 {
  padding-bottom: 10px;
}

.pb_11 {
  padding-bottom: 11px;
}

.pb_12 {
  padding-bottom: 12px;
}

.pb_13 {
  padding-bottom: 13px;
}

.pb_14 {
  padding-bottom: 14px;
}

.pb_15 {
  padding-bottom: 15px;
}

.pb_16 {
  padding-bottom: 16px;
}

.pb_17 {
  padding-bottom: 17px;
}

.pb_18 {
  padding-bottom: 18px;
}

.pb_19 {
  padding-bottom: 19px;
}

.pb_20 {
  padding-bottom: 20px;
}

.pb_21 {
  padding-bottom: 21px;
}

.pb_22 {
  padding-bottom: 22px;
}

.pb_23 {
  padding-bottom: 23px;
}

.pb_24 {
  padding-bottom: 24px;
}

.pb_25 {
  padding-bottom: 25px;
}

.pb_26 {
  padding-bottom: 26px;
}

.pb_27 {
  padding-bottom: 27px;
}

.pb_28 {
  padding-bottom: 28px;
}

.pb_29 {
  padding-bottom: 29px;
}

.pb_30 {
  padding-bottom: 30px;
}

.pb_31 {
  padding-bottom: 31px;
}

.pb_32 {
  padding-bottom: 32px;
}

.pb_33 {
  padding-bottom: 33px;
}

.pb_34 {
  padding-bottom: 34px;
}

.pb_35 {
  padding-bottom: 35px;
}

.pb_36 {
  padding-bottom: 36px;
}

.pb_37 {
  padding-bottom: 37px;
}

.pb_38 {
  padding-bottom: 38px;
}

.pb_39 {
  padding-bottom: 39px;
}

.pb_40 {
  padding-bottom: 40px;
}

.pb_41 {
  padding-bottom: 41px;
}

.pb_42 {
  padding-bottom: 42px;
}

.pb_43 {
  padding-bottom: 43px;
}

.pb_44 {
  padding-bottom: 44px;
}

.pb_45 {
  padding-bottom: 45px;
}

.pb_46 {
  padding-bottom: 46px;
}

.pb_47 {
  padding-bottom: 47px;
}

.pb_48 {
  padding-bottom: 48px;
}

.pb_49 {
  padding-bottom: 49px;
}

.pb_50 {
  padding-bottom: 50px;
}

.pb_51 {
  padding-bottom: 51px;
}

.pb_52 {
  padding-bottom: 52px;
}

.pb_53 {
  padding-bottom: 53px;
}

.pb_54 {
  padding-bottom: 54px;
}

.pb_55 {
  padding-bottom: 55px;
}

.pb_56 {
  padding-bottom: 56px;
}

.pb_57 {
  padding-bottom: 57px;
}

.pb_58 {
  padding-bottom: 58px;
}

.pb_59 {
  padding-bottom: 59px;
}

.pb_60 {
  padding-bottom: 60px;
}

.pb_61 {
  padding-bottom: 61px;
}

.pb_62 {
  padding-bottom: 62px;
}

.pb_63 {
  padding-bottom: 63px;
}

.pb_64 {
  padding-bottom: 64px;
}

.pb_65 {
  padding-bottom: 65px;
}

.pb_66 {
  padding-bottom: 66px;
}

.pb_67 {
  padding-bottom: 67px;
}

.pb_68 {
  padding-bottom: 68px;
}

.pb_69 {
  padding-bottom: 69px;
}

.pb_70 {
  padding-bottom: 70px;
}

.pb_71 {
  padding-bottom: 71px;
}

.pb_72 {
  padding-bottom: 72px;
}

.pb_73 {
  padding-bottom: 73px;
}

.pb_74 {
  padding-bottom: 74px;
}

.pb_75 {
  padding-bottom: 75px;
}

.pb_76 {
  padding-bottom: 76px;
}

.pb_77 {
  padding-bottom: 77px;
}

.pb_78 {
  padding-bottom: 78px;
}

.pb_79 {
  padding-bottom: 79px;
}

.pb_80 {
  padding-bottom: 80px;
}

.pb_81 {
  padding-bottom: 81px;
}

.pb_82 {
  padding-bottom: 82px;
}

.pb_83 {
  padding-bottom: 83px;
}

.pb_84 {
  padding-bottom: 84px;
}

.pb_85 {
  padding-bottom: 85px;
}

.pb_86 {
  padding-bottom: 86px;
}

.pb_87 {
  padding-bottom: 87px;
}

.pb_88 {
  padding-bottom: 88px;
}

.pb_89 {
  padding-bottom: 89px;
}

.pb_90 {
  padding-bottom: 90px;
}

.pb_91 {
  padding-bottom: 91px;
}

.pb_92 {
  padding-bottom: 92px;
}

.pb_93 {
  padding-bottom: 93px;
}

.pb_94 {
  padding-bottom: 94px;
}

.pb_95 {
  padding-bottom: 95px;
}

.pb_96 {
  padding-bottom: 96px;
}

.pb_97 {
  padding-bottom: 97px;
}

.pb_98 {
  padding-bottom: 98px;
}

.pb_99 {
  padding-bottom: 99px;
}

.pb_100 {
  padding-bottom: 100px;
}

.pr_1 {
  padding-right: 1px;
}

.pr_2 {
  padding-right: 2px;
}

.pr_3 {
  padding-right: 3px;
}

.pr_4 {
  padding-right: 4px;
}

.pr_5 {
  padding-right: 5px;
}

.pr_6 {
  padding-right: 6px;
}

.pr_7 {
  padding-right: 7px;
}

.pr_8 {
  padding-right: 8px;
}

.pr_9 {
  padding-right: 9px;
}

.pr_10 {
  padding-right: 10px;
}

.pr_11 {
  padding-right: 11px;
}

.pr_12 {
  padding-right: 12px;
}

.pr_13 {
  padding-right: 13px;
}

.pr_14 {
  padding-right: 14px;
}

.pr_15 {
  padding-right: 15px;
}

.pr_16 {
  padding-right: 16px;
}

.pr_17 {
  padding-right: 17px;
}

.pr_18 {
  padding-right: 18px;
}

.pr_19 {
  padding-right: 19px;
}

.pr_20 {
  padding-right: 20px;
}

.pr_21 {
  padding-right: 21px;
}

.pr_22 {
  padding-right: 22px;
}

.pr_23 {
  padding-right: 23px;
}

.pr_24 {
  padding-right: 24px;
}

.pr_25 {
  padding-right: 25px;
}

.pr_26 {
  padding-right: 26px;
}

.pr_27 {
  padding-right: 27px;
}

.pr_28 {
  padding-right: 28px;
}

.pr_29 {
  padding-right: 29px;
}

.pr_30 {
  padding-right: 30px;
}

.pr_31 {
  padding-right: 31px;
}

.pr_32 {
  padding-right: 32px;
}

.pr_33 {
  padding-right: 33px;
}

.pr_34 {
  padding-right: 34px;
}

.pr_35 {
  padding-right: 35px;
}

.pr_36 {
  padding-right: 36px;
}

.pr_37 {
  padding-right: 37px;
}

.pr_38 {
  padding-right: 38px;
}

.pr_39 {
  padding-right: 39px;
}

.pr_40 {
  padding-right: 40px;
}

.pr_41 {
  padding-right: 41px;
}

.pr_42 {
  padding-right: 42px;
}

.pr_43 {
  padding-right: 43px;
}

.pr_44 {
  padding-right: 44px;
}

.pr_45 {
  padding-right: 45px;
}

.pr_46 {
  padding-right: 46px;
}

.pr_47 {
  padding-right: 47px;
}

.pr_48 {
  padding-right: 48px;
}

.pr_49 {
  padding-right: 49px;
}

.pr_50 {
  padding-right: 50px;
}

.pr_51 {
  padding-right: 51px;
}

.pr_52 {
  padding-right: 52px;
}

.pr_53 {
  padding-right: 53px;
}

.pr_54 {
  padding-right: 54px;
}

.pr_55 {
  padding-right: 55px;
}

.pr_56 {
  padding-right: 56px;
}

.pr_57 {
  padding-right: 57px;
}

.pr_58 {
  padding-right: 58px;
}

.pr_59 {
  padding-right: 59px;
}

.pr_60 {
  padding-right: 60px;
}

.pr_61 {
  padding-right: 61px;
}

.pr_62 {
  padding-right: 62px;
}

.pr_63 {
  padding-right: 63px;
}

.pr_64 {
  padding-right: 64px;
}

.pr_65 {
  padding-right: 65px;
}

.pr_66 {
  padding-right: 66px;
}

.pr_67 {
  padding-right: 67px;
}

.pr_68 {
  padding-right: 68px;
}

.pr_69 {
  padding-right: 69px;
}

.pr_70 {
  padding-right: 70px;
}

.pr_71 {
  padding-right: 71px;
}

.pr_72 {
  padding-right: 72px;
}

.pr_73 {
  padding-right: 73px;
}

.pr_74 {
  padding-right: 74px;
}

.pr_75 {
  padding-right: 75px;
}

.pr_76 {
  padding-right: 76px;
}

.pr_77 {
  padding-right: 77px;
}

.pr_78 {
  padding-right: 78px;
}

.pr_79 {
  padding-right: 79px;
}

.pr_80 {
  padding-right: 80px;
}

.pr_81 {
  padding-right: 81px;
}

.pr_82 {
  padding-right: 82px;
}

.pr_83 {
  padding-right: 83px;
}

.pr_84 {
  padding-right: 84px;
}

.pr_85 {
  padding-right: 85px;
}

.pr_86 {
  padding-right: 86px;
}

.pr_87 {
  padding-right: 87px;
}

.pr_88 {
  padding-right: 88px;
}

.pr_89 {
  padding-right: 89px;
}

.pr_90 {
  padding-right: 90px;
}

.pr_91 {
  padding-right: 91px;
}

.pr_92 {
  padding-right: 92px;
}

.pr_93 {
  padding-right: 93px;
}

.pr_94 {
  padding-right: 94px;
}

.pr_95 {
  padding-right: 95px;
}

.pr_96 {
  padding-right: 96px;
}

.pr_97 {
  padding-right: 97px;
}

.pr_98 {
  padding-right: 98px;
}

.pr_99 {
  padding-right: 99px;
}

.pr_100 {
  padding-right: 100px;
}

.pl_1 {
  padding-left: 1px;
}

.pl_2 {
  padding-left: 2px;
}

.pl_3 {
  padding-left: 3px;
}

.pl_4 {
  padding-left: 4px;
}

.pl_5 {
  padding-left: 5px;
}

.pl_6 {
  padding-left: 6px;
}

.pl_7 {
  padding-left: 7px;
}

.pl_8 {
  padding-left: 8px;
}

.pl_9 {
  padding-left: 9px;
}

.pl_10 {
  padding-left: 10px;
}

.pl_11 {
  padding-left: 11px;
}

.pl_12 {
  padding-left: 12px;
}

.pl_13 {
  padding-left: 13px;
}

.pl_14 {
  padding-left: 14px;
}

.pl_15 {
  padding-left: 15px;
}

.pl_16 {
  padding-left: 16px;
}

.pl_17 {
  padding-left: 17px;
}

.pl_18 {
  padding-left: 18px;
}

.pl_19 {
  padding-left: 19px;
}

.pl_20 {
  padding-left: 20px;
}

.pl_21 {
  padding-left: 21px;
}

.pl_22 {
  padding-left: 22px;
}

.pl_23 {
  padding-left: 23px;
}

.pl_24 {
  padding-left: 24px;
}

.pl_25 {
  padding-left: 25px;
}

.pl_26 {
  padding-left: 26px;
}

.pl_27 {
  padding-left: 27px;
}

.pl_28 {
  padding-left: 28px;
}

.pl_29 {
  padding-left: 29px;
}

.pl_30 {
  padding-left: 30px;
}

.pl_31 {
  padding-left: 31px;
}

.pl_32 {
  padding-left: 32px;
}

.pl_33 {
  padding-left: 33px;
}

.pl_34 {
  padding-left: 34px;
}

.pl_35 {
  padding-left: 35px;
}

.pl_36 {
  padding-left: 36px;
}

.pl_37 {
  padding-left: 37px;
}

.pl_38 {
  padding-left: 38px;
}

.pl_39 {
  padding-left: 39px;
}

.pl_40 {
  padding-left: 40px;
}

.pl_41 {
  padding-left: 41px;
}

.pl_42 {
  padding-left: 42px;
}

.pl_43 {
  padding-left: 43px;
}

.pl_44 {
  padding-left: 44px;
}

.pl_45 {
  padding-left: 45px;
}

.pl_46 {
  padding-left: 46px;
}

.pl_47 {
  padding-left: 47px;
}

.pl_48 {
  padding-left: 48px;
}

.pl_49 {
  padding-left: 49px;
}

.pl_50 {
  padding-left: 50px;
}

.pl_51 {
  padding-left: 51px;
}

.pl_52 {
  padding-left: 52px;
}

.pl_53 {
  padding-left: 53px;
}

.pl_54 {
  padding-left: 54px;
}

.pl_55 {
  padding-left: 55px;
}

.pl_56 {
  padding-left: 56px;
}

.pl_57 {
  padding-left: 57px;
}

.pl_58 {
  padding-left: 58px;
}

.pl_59 {
  padding-left: 59px;
}

.pl_60 {
  padding-left: 60px;
}

.pl_61 {
  padding-left: 61px;
}

.pl_62 {
  padding-left: 62px;
}

.pl_63 {
  padding-left: 63px;
}

.pl_64 {
  padding-left: 64px;
}

.pl_65 {
  padding-left: 65px;
}

.pl_66 {
  padding-left: 66px;
}

.pl_67 {
  padding-left: 67px;
}

.pl_68 {
  padding-left: 68px;
}

.pl_69 {
  padding-left: 69px;
}

.pl_70 {
  padding-left: 70px;
}

.pl_71 {
  padding-left: 71px;
}

.pl_72 {
  padding-left: 72px;
}

.pl_73 {
  padding-left: 73px;
}

.pl_74 {
  padding-left: 74px;
}

.pl_75 {
  padding-left: 75px;
}

.pl_76 {
  padding-left: 76px;
}

.pl_77 {
  padding-left: 77px;
}

.pl_78 {
  padding-left: 78px;
}

.pl_79 {
  padding-left: 79px;
}

.pl_80 {
  padding-left: 80px;
}

.pl_81 {
  padding-left: 81px;
}

.pl_82 {
  padding-left: 82px;
}

.pl_83 {
  padding-left: 83px;
}

.pl_84 {
  padding-left: 84px;
}

.pl_85 {
  padding-left: 85px;
}

.pl_86 {
  padding-left: 86px;
}

.pl_87 {
  padding-left: 87px;
}

.pl_88 {
  padding-left: 88px;
}

.pl_89 {
  padding-left: 89px;
}

.pl_90 {
  padding-left: 90px;
}

.pl_91 {
  padding-left: 91px;
}

.pl_92 {
  padding-left: 92px;
}

.pl_93 {
  padding-left: 93px;
}

.pl_94 {
  padding-left: 94px;
}

.pl_95 {
  padding-left: 95px;
}

.pl_96 {
  padding-left: 96px;
}

.pl_97 {
  padding-left: 97px;
}

.pl_98 {
  padding-left: 98px;
}

.pl_99 {
  padding-left: 99px;
}

.pl_100 {
  padding-left: 100px;
}

@media (max-width: 768px) {
  .xs-pt_1 {
    padding-top: 1px;
  }
  .xs-pt_2 {
    padding-top: 2px;
  }
  .xs-pt_3 {
    padding-top: 3px;
  }
  .xs-pt_4 {
    padding-top: 4px;
  }
  .xs-pt_5 {
    padding-top: 5px;
  }
  .xs-pt_6 {
    padding-top: 6px;
  }
  .xs-pt_7 {
    padding-top: 7px;
  }
  .xs-pt_8 {
    padding-top: 8px;
  }
  .xs-pt_9 {
    padding-top: 9px;
  }
  .xs-pt_10 {
    padding-top: 10px;
  }
  .xs-pt_11 {
    padding-top: 11px;
  }
  .xs-pt_12 {
    padding-top: 12px;
  }
  .xs-pt_13 {
    padding-top: 13px;
  }
  .xs-pt_14 {
    padding-top: 14px;
  }
  .xs-pt_15 {
    padding-top: 15px;
  }
  .xs-pt_16 {
    padding-top: 16px;
  }
  .xs-pt_17 {
    padding-top: 17px;
  }
  .xs-pt_18 {
    padding-top: 18px;
  }
  .xs-pt_19 {
    padding-top: 19px;
  }
  .xs-pt_20 {
    padding-top: 20px;
  }
  .xs-pt_21 {
    padding-top: 21px;
  }
  .xs-pt_22 {
    padding-top: 22px;
  }
  .xs-pt_23 {
    padding-top: 23px;
  }
  .xs-pt_24 {
    padding-top: 24px;
  }
  .xs-pt_25 {
    padding-top: 25px;
  }
  .xs-pt_26 {
    padding-top: 26px;
  }
  .xs-pt_27 {
    padding-top: 27px;
  }
  .xs-pt_28 {
    padding-top: 28px;
  }
  .xs-pt_29 {
    padding-top: 29px;
  }
  .xs-pt_30 {
    padding-top: 30px;
  }
  .xs-pt_31 {
    padding-top: 31px;
  }
  .xs-pt_32 {
    padding-top: 32px;
  }
  .xs-pt_33 {
    padding-top: 33px;
  }
  .xs-pt_34 {
    padding-top: 34px;
  }
  .xs-pt_35 {
    padding-top: 35px;
  }
  .xs-pt_36 {
    padding-top: 36px;
  }
  .xs-pt_37 {
    padding-top: 37px;
  }
  .xs-pt_38 {
    padding-top: 38px;
  }
  .xs-pt_39 {
    padding-top: 39px;
  }
  .xs-pt_40 {
    padding-top: 40px;
  }
  .xs-pt_41 {
    padding-top: 41px;
  }
  .xs-pt_42 {
    padding-top: 42px;
  }
  .xs-pt_43 {
    padding-top: 43px;
  }
  .xs-pt_44 {
    padding-top: 44px;
  }
  .xs-pt_45 {
    padding-top: 45px;
  }
  .xs-pt_46 {
    padding-top: 46px;
  }
  .xs-pt_47 {
    padding-top: 47px;
  }
  .xs-pt_48 {
    padding-top: 48px;
  }
  .xs-pt_49 {
    padding-top: 49px;
  }
  .xs-pt_50 {
    padding-top: 50px;
  }
  .xs-pt_51 {
    padding-top: 51px;
  }
  .xs-pt_52 {
    padding-top: 52px;
  }
  .xs-pt_53 {
    padding-top: 53px;
  }
  .xs-pt_54 {
    padding-top: 54px;
  }
  .xs-pt_55 {
    padding-top: 55px;
  }
  .xs-pt_56 {
    padding-top: 56px;
  }
  .xs-pt_57 {
    padding-top: 57px;
  }
  .xs-pt_58 {
    padding-top: 58px;
  }
  .xs-pt_59 {
    padding-top: 59px;
  }
  .xs-pt_60 {
    padding-top: 60px;
  }
  .xs-pt_61 {
    padding-top: 61px;
  }
  .xs-pt_62 {
    padding-top: 62px;
  }
  .xs-pt_63 {
    padding-top: 63px;
  }
  .xs-pt_64 {
    padding-top: 64px;
  }
  .xs-pt_65 {
    padding-top: 65px;
  }
  .xs-pt_66 {
    padding-top: 66px;
  }
  .xs-pt_67 {
    padding-top: 67px;
  }
  .xs-pt_68 {
    padding-top: 68px;
  }
  .xs-pt_69 {
    padding-top: 69px;
  }
  .xs-pt_70 {
    padding-top: 70px;
  }
  .xs-pt_71 {
    padding-top: 71px;
  }
  .xs-pt_72 {
    padding-top: 72px;
  }
  .xs-pt_73 {
    padding-top: 73px;
  }
  .xs-pt_74 {
    padding-top: 74px;
  }
  .xs-pt_75 {
    padding-top: 75px;
  }
  .xs-pt_76 {
    padding-top: 76px;
  }
  .xs-pt_77 {
    padding-top: 77px;
  }
  .xs-pt_78 {
    padding-top: 78px;
  }
  .xs-pt_79 {
    padding-top: 79px;
  }
  .xs-pt_80 {
    padding-top: 80px;
  }
  .xs-pt_81 {
    padding-top: 81px;
  }
  .xs-pt_82 {
    padding-top: 82px;
  }
  .xs-pt_83 {
    padding-top: 83px;
  }
  .xs-pt_84 {
    padding-top: 84px;
  }
  .xs-pt_85 {
    padding-top: 85px;
  }
  .xs-pt_86 {
    padding-top: 86px;
  }
  .xs-pt_87 {
    padding-top: 87px;
  }
  .xs-pt_88 {
    padding-top: 88px;
  }
  .xs-pt_89 {
    padding-top: 89px;
  }
  .xs-pt_90 {
    padding-top: 90px;
  }
  .xs-pt_91 {
    padding-top: 91px;
  }
  .xs-pt_92 {
    padding-top: 92px;
  }
  .xs-pt_93 {
    padding-top: 93px;
  }
  .xs-pt_94 {
    padding-top: 94px;
  }
  .xs-pt_95 {
    padding-top: 95px;
  }
  .xs-pt_96 {
    padding-top: 96px;
  }
  .xs-pt_97 {
    padding-top: 97px;
  }
  .xs-pt_98 {
    padding-top: 98px;
  }
  .xs-pt_99 {
    padding-top: 99px;
  }
  .xs-pt_100 {
    padding-top: 100px;
  }
  .xs-pb_1 {
    padding-bottom: 1px;
  }
  .xs-pb_2 {
    padding-bottom: 2px;
  }
  .xs-pb_3 {
    padding-bottom: 3px;
  }
  .xs-pb_4 {
    padding-bottom: 4px;
  }
  .xs-pb_5 {
    padding-bottom: 5px;
  }
  .xs-pb_6 {
    padding-bottom: 6px;
  }
  .xs-pb_7 {
    padding-bottom: 7px;
  }
  .xs-pb_8 {
    padding-bottom: 8px;
  }
  .xs-pb_9 {
    padding-bottom: 9px;
  }
  .xs-pb_10 {
    padding-bottom: 10px;
  }
  .xs-pb_11 {
    padding-bottom: 11px;
  }
  .xs-pb_12 {
    padding-bottom: 12px;
  }
  .xs-pb_13 {
    padding-bottom: 13px;
  }
  .xs-pb_14 {
    padding-bottom: 14px;
  }
  .xs-pb_15 {
    padding-bottom: 15px;
  }
  .xs-pb_16 {
    padding-bottom: 16px;
  }
  .xs-pb_17 {
    padding-bottom: 17px;
  }
  .xs-pb_18 {
    padding-bottom: 18px;
  }
  .xs-pb_19 {
    padding-bottom: 19px;
  }
  .xs-pb_20 {
    padding-bottom: 20px;
  }
  .xs-pb_21 {
    padding-bottom: 21px;
  }
  .xs-pb_22 {
    padding-bottom: 22px;
  }
  .xs-pb_23 {
    padding-bottom: 23px;
  }
  .xs-pb_24 {
    padding-bottom: 24px;
  }
  .xs-pb_25 {
    padding-bottom: 25px;
  }
  .xs-pb_26 {
    padding-bottom: 26px;
  }
  .xs-pb_27 {
    padding-bottom: 27px;
  }
  .xs-pb_28 {
    padding-bottom: 28px;
  }
  .xs-pb_29 {
    padding-bottom: 29px;
  }
  .xs-pb_30 {
    padding-bottom: 30px;
  }
  .xs-pb_31 {
    padding-bottom: 31px;
  }
  .xs-pb_32 {
    padding-bottom: 32px;
  }
  .xs-pb_33 {
    padding-bottom: 33px;
  }
  .xs-pb_34 {
    padding-bottom: 34px;
  }
  .xs-pb_35 {
    padding-bottom: 35px;
  }
  .xs-pb_36 {
    padding-bottom: 36px;
  }
  .xs-pb_37 {
    padding-bottom: 37px;
  }
  .xs-pb_38 {
    padding-bottom: 38px;
  }
  .xs-pb_39 {
    padding-bottom: 39px;
  }
  .xs-pb_40 {
    padding-bottom: 40px;
  }
  .xs-pb_41 {
    padding-bottom: 41px;
  }
  .xs-pb_42 {
    padding-bottom: 42px;
  }
  .xs-pb_43 {
    padding-bottom: 43px;
  }
  .xs-pb_44 {
    padding-bottom: 44px;
  }
  .xs-pb_45 {
    padding-bottom: 45px;
  }
  .xs-pb_46 {
    padding-bottom: 46px;
  }
  .xs-pb_47 {
    padding-bottom: 47px;
  }
  .xs-pb_48 {
    padding-bottom: 48px;
  }
  .xs-pb_49 {
    padding-bottom: 49px;
  }
  .xs-pb_50 {
    padding-bottom: 50px;
  }
  .xs-pb_51 {
    padding-bottom: 51px;
  }
  .xs-pb_52 {
    padding-bottom: 52px;
  }
  .xs-pb_53 {
    padding-bottom: 53px;
  }
  .xs-pb_54 {
    padding-bottom: 54px;
  }
  .xs-pb_55 {
    padding-bottom: 55px;
  }
  .xs-pb_56 {
    padding-bottom: 56px;
  }
  .xs-pb_57 {
    padding-bottom: 57px;
  }
  .xs-pb_58 {
    padding-bottom: 58px;
  }
  .xs-pb_59 {
    padding-bottom: 59px;
  }
  .xs-pb_60 {
    padding-bottom: 60px;
  }
  .xs-pb_61 {
    padding-bottom: 61px;
  }
  .xs-pb_62 {
    padding-bottom: 62px;
  }
  .xs-pb_63 {
    padding-bottom: 63px;
  }
  .xs-pb_64 {
    padding-bottom: 64px;
  }
  .xs-pb_65 {
    padding-bottom: 65px;
  }
  .xs-pb_66 {
    padding-bottom: 66px;
  }
  .xs-pb_67 {
    padding-bottom: 67px;
  }
  .xs-pb_68 {
    padding-bottom: 68px;
  }
  .xs-pb_69 {
    padding-bottom: 69px;
  }
  .xs-pb_70 {
    padding-bottom: 70px;
  }
  .xs-pb_71 {
    padding-bottom: 71px;
  }
  .xs-pb_72 {
    padding-bottom: 72px;
  }
  .xs-pb_73 {
    padding-bottom: 73px;
  }
  .xs-pb_74 {
    padding-bottom: 74px;
  }
  .xs-pb_75 {
    padding-bottom: 75px;
  }
  .xs-pb_76 {
    padding-bottom: 76px;
  }
  .xs-pb_77 {
    padding-bottom: 77px;
  }
  .xs-pb_78 {
    padding-bottom: 78px;
  }
  .xs-pb_79 {
    padding-bottom: 79px;
  }
  .xs-pb_80 {
    padding-bottom: 80px;
  }
  .xs-pb_81 {
    padding-bottom: 81px;
  }
  .xs-pb_82 {
    padding-bottom: 82px;
  }
  .xs-pb_83 {
    padding-bottom: 83px;
  }
  .xs-pb_84 {
    padding-bottom: 84px;
  }
  .xs-pb_85 {
    padding-bottom: 85px;
  }
  .xs-pb_86 {
    padding-bottom: 86px;
  }
  .xs-pb_87 {
    padding-bottom: 87px;
  }
  .xs-pb_88 {
    padding-bottom: 88px;
  }
  .xs-pb_89 {
    padding-bottom: 89px;
  }
  .xs-pb_90 {
    padding-bottom: 90px;
  }
  .xs-pb_91 {
    padding-bottom: 91px;
  }
  .xs-pb_92 {
    padding-bottom: 92px;
  }
  .xs-pb_93 {
    padding-bottom: 93px;
  }
  .xs-pb_94 {
    padding-bottom: 94px;
  }
  .xs-pb_95 {
    padding-bottom: 95px;
  }
  .xs-pb_96 {
    padding-bottom: 96px;
  }
  .xs-pb_97 {
    padding-bottom: 97px;
  }
  .xs-pb_98 {
    padding-bottom: 98px;
  }
  .xs-pb_99 {
    padding-bottom: 99px;
  }
  .xs-pb_100 {
    padding-bottom: 100px;
  }
  .xs-pr_1 {
    padding-right: 1px;
  }
  .xs-pr_2 {
    padding-right: 2px;
  }
  .xs-pr_3 {
    padding-right: 3px;
  }
  .xs-pr_4 {
    padding-right: 4px;
  }
  .xs-pr_5 {
    padding-right: 5px;
  }
  .xs-pr_6 {
    padding-right: 6px;
  }
  .xs-pr_7 {
    padding-right: 7px;
  }
  .xs-pr_8 {
    padding-right: 8px;
  }
  .xs-pr_9 {
    padding-right: 9px;
  }
  .xs-pr_10 {
    padding-right: 10px;
  }
  .xs-pr_11 {
    padding-right: 11px;
  }
  .xs-pr_12 {
    padding-right: 12px;
  }
  .xs-pr_13 {
    padding-right: 13px;
  }
  .xs-pr_14 {
    padding-right: 14px;
  }
  .xs-pr_15 {
    padding-right: 15px;
  }
  .xs-pr_16 {
    padding-right: 16px;
  }
  .xs-pr_17 {
    padding-right: 17px;
  }
  .xs-pr_18 {
    padding-right: 18px;
  }
  .xs-pr_19 {
    padding-right: 19px;
  }
  .xs-pr_20 {
    padding-right: 20px;
  }
  .xs-pr_21 {
    padding-right: 21px;
  }
  .xs-pr_22 {
    padding-right: 22px;
  }
  .xs-pr_23 {
    padding-right: 23px;
  }
  .xs-pr_24 {
    padding-right: 24px;
  }
  .xs-pr_25 {
    padding-right: 25px;
  }
  .xs-pr_26 {
    padding-right: 26px;
  }
  .xs-pr_27 {
    padding-right: 27px;
  }
  .xs-pr_28 {
    padding-right: 28px;
  }
  .xs-pr_29 {
    padding-right: 29px;
  }
  .xs-pr_30 {
    padding-right: 30px;
  }
  .xs-pr_31 {
    padding-right: 31px;
  }
  .xs-pr_32 {
    padding-right: 32px;
  }
  .xs-pr_33 {
    padding-right: 33px;
  }
  .xs-pr_34 {
    padding-right: 34px;
  }
  .xs-pr_35 {
    padding-right: 35px;
  }
  .xs-pr_36 {
    padding-right: 36px;
  }
  .xs-pr_37 {
    padding-right: 37px;
  }
  .xs-pr_38 {
    padding-right: 38px;
  }
  .xs-pr_39 {
    padding-right: 39px;
  }
  .xs-pr_40 {
    padding-right: 40px;
  }
  .xs-pr_41 {
    padding-right: 41px;
  }
  .xs-pr_42 {
    padding-right: 42px;
  }
  .xs-pr_43 {
    padding-right: 43px;
  }
  .xs-pr_44 {
    padding-right: 44px;
  }
  .xs-pr_45 {
    padding-right: 45px;
  }
  .xs-pr_46 {
    padding-right: 46px;
  }
  .xs-pr_47 {
    padding-right: 47px;
  }
  .xs-pr_48 {
    padding-right: 48px;
  }
  .xs-pr_49 {
    padding-right: 49px;
  }
  .xs-pr_50 {
    padding-right: 50px;
  }
  .xs-pr_51 {
    padding-right: 51px;
  }
  .xs-pr_52 {
    padding-right: 52px;
  }
  .xs-pr_53 {
    padding-right: 53px;
  }
  .xs-pr_54 {
    padding-right: 54px;
  }
  .xs-pr_55 {
    padding-right: 55px;
  }
  .xs-pr_56 {
    padding-right: 56px;
  }
  .xs-pr_57 {
    padding-right: 57px;
  }
  .xs-pr_58 {
    padding-right: 58px;
  }
  .xs-pr_59 {
    padding-right: 59px;
  }
  .xs-pr_60 {
    padding-right: 60px;
  }
  .xs-pr_61 {
    padding-right: 61px;
  }
  .xs-pr_62 {
    padding-right: 62px;
  }
  .xs-pr_63 {
    padding-right: 63px;
  }
  .xs-pr_64 {
    padding-right: 64px;
  }
  .xs-pr_65 {
    padding-right: 65px;
  }
  .xs-pr_66 {
    padding-right: 66px;
  }
  .xs-pr_67 {
    padding-right: 67px;
  }
  .xs-pr_68 {
    padding-right: 68px;
  }
  .xs-pr_69 {
    padding-right: 69px;
  }
  .xs-pr_70 {
    padding-right: 70px;
  }
  .xs-pr_71 {
    padding-right: 71px;
  }
  .xs-pr_72 {
    padding-right: 72px;
  }
  .xs-pr_73 {
    padding-right: 73px;
  }
  .xs-pr_74 {
    padding-right: 74px;
  }
  .xs-pr_75 {
    padding-right: 75px;
  }
  .xs-pr_76 {
    padding-right: 76px;
  }
  .xs-pr_77 {
    padding-right: 77px;
  }
  .xs-pr_78 {
    padding-right: 78px;
  }
  .xs-pr_79 {
    padding-right: 79px;
  }
  .xs-pr_80 {
    padding-right: 80px;
  }
  .xs-pr_81 {
    padding-right: 81px;
  }
  .xs-pr_82 {
    padding-right: 82px;
  }
  .xs-pr_83 {
    padding-right: 83px;
  }
  .xs-pr_84 {
    padding-right: 84px;
  }
  .xs-pr_85 {
    padding-right: 85px;
  }
  .xs-pr_86 {
    padding-right: 86px;
  }
  .xs-pr_87 {
    padding-right: 87px;
  }
  .xs-pr_88 {
    padding-right: 88px;
  }
  .xs-pr_89 {
    padding-right: 89px;
  }
  .xs-pr_90 {
    padding-right: 90px;
  }
  .xs-pr_91 {
    padding-right: 91px;
  }
  .xs-pr_92 {
    padding-right: 92px;
  }
  .xs-pr_93 {
    padding-right: 93px;
  }
  .xs-pr_94 {
    padding-right: 94px;
  }
  .xs-pr_95 {
    padding-right: 95px;
  }
  .xs-pr_96 {
    padding-right: 96px;
  }
  .xs-pr_97 {
    padding-right: 97px;
  }
  .xs-pr_98 {
    padding-right: 98px;
  }
  .xs-pr_99 {
    padding-right: 99px;
  }
  .xs-pr_100 {
    padding-right: 100px;
  }
  .xs-pl_1 {
    padding-left: 1px;
  }
  .xs-pl_2 {
    padding-left: 2px;
  }
  .xs-pl_3 {
    padding-left: 3px;
  }
  .xs-pl_4 {
    padding-left: 4px;
  }
  .xs-pl_5 {
    padding-left: 5px;
  }
  .xs-pl_6 {
    padding-left: 6px;
  }
  .xs-pl_7 {
    padding-left: 7px;
  }
  .xs-pl_8 {
    padding-left: 8px;
  }
  .xs-pl_9 {
    padding-left: 9px;
  }
  .xs-pl_10 {
    padding-left: 10px;
  }
  .xs-pl_11 {
    padding-left: 11px;
  }
  .xs-pl_12 {
    padding-left: 12px;
  }
  .xs-pl_13 {
    padding-left: 13px;
  }
  .xs-pl_14 {
    padding-left: 14px;
  }
  .xs-pl_15 {
    padding-left: 15px;
  }
  .xs-pl_16 {
    padding-left: 16px;
  }
  .xs-pl_17 {
    padding-left: 17px;
  }
  .xs-pl_18 {
    padding-left: 18px;
  }
  .xs-pl_19 {
    padding-left: 19px;
  }
  .xs-pl_20 {
    padding-left: 20px;
  }
  .xs-pl_21 {
    padding-left: 21px;
  }
  .xs-pl_22 {
    padding-left: 22px;
  }
  .xs-pl_23 {
    padding-left: 23px;
  }
  .xs-pl_24 {
    padding-left: 24px;
  }
  .xs-pl_25 {
    padding-left: 25px;
  }
  .xs-pl_26 {
    padding-left: 26px;
  }
  .xs-pl_27 {
    padding-left: 27px;
  }
  .xs-pl_28 {
    padding-left: 28px;
  }
  .xs-pl_29 {
    padding-left: 29px;
  }
  .xs-pl_30 {
    padding-left: 30px;
  }
  .xs-pl_31 {
    padding-left: 31px;
  }
  .xs-pl_32 {
    padding-left: 32px;
  }
  .xs-pl_33 {
    padding-left: 33px;
  }
  .xs-pl_34 {
    padding-left: 34px;
  }
  .xs-pl_35 {
    padding-left: 35px;
  }
  .xs-pl_36 {
    padding-left: 36px;
  }
  .xs-pl_37 {
    padding-left: 37px;
  }
  .xs-pl_38 {
    padding-left: 38px;
  }
  .xs-pl_39 {
    padding-left: 39px;
  }
  .xs-pl_40 {
    padding-left: 40px;
  }
  .xs-pl_41 {
    padding-left: 41px;
  }
  .xs-pl_42 {
    padding-left: 42px;
  }
  .xs-pl_43 {
    padding-left: 43px;
  }
  .xs-pl_44 {
    padding-left: 44px;
  }
  .xs-pl_45 {
    padding-left: 45px;
  }
  .xs-pl_46 {
    padding-left: 46px;
  }
  .xs-pl_47 {
    padding-left: 47px;
  }
  .xs-pl_48 {
    padding-left: 48px;
  }
  .xs-pl_49 {
    padding-left: 49px;
  }
  .xs-pl_50 {
    padding-left: 50px;
  }
  .xs-pl_51 {
    padding-left: 51px;
  }
  .xs-pl_52 {
    padding-left: 52px;
  }
  .xs-pl_53 {
    padding-left: 53px;
  }
  .xs-pl_54 {
    padding-left: 54px;
  }
  .xs-pl_55 {
    padding-left: 55px;
  }
  .xs-pl_56 {
    padding-left: 56px;
  }
  .xs-pl_57 {
    padding-left: 57px;
  }
  .xs-pl_58 {
    padding-left: 58px;
  }
  .xs-pl_59 {
    padding-left: 59px;
  }
  .xs-pl_60 {
    padding-left: 60px;
  }
  .xs-pl_61 {
    padding-left: 61px;
  }
  .xs-pl_62 {
    padding-left: 62px;
  }
  .xs-pl_63 {
    padding-left: 63px;
  }
  .xs-pl_64 {
    padding-left: 64px;
  }
  .xs-pl_65 {
    padding-left: 65px;
  }
  .xs-pl_66 {
    padding-left: 66px;
  }
  .xs-pl_67 {
    padding-left: 67px;
  }
  .xs-pl_68 {
    padding-left: 68px;
  }
  .xs-pl_69 {
    padding-left: 69px;
  }
  .xs-pl_70 {
    padding-left: 70px;
  }
  .xs-pl_71 {
    padding-left: 71px;
  }
  .xs-pl_72 {
    padding-left: 72px;
  }
  .xs-pl_73 {
    padding-left: 73px;
  }
  .xs-pl_74 {
    padding-left: 74px;
  }
  .xs-pl_75 {
    padding-left: 75px;
  }
  .xs-pl_76 {
    padding-left: 76px;
  }
  .xs-pl_77 {
    padding-left: 77px;
  }
  .xs-pl_78 {
    padding-left: 78px;
  }
  .xs-pl_79 {
    padding-left: 79px;
  }
  .xs-pl_80 {
    padding-left: 80px;
  }
  .xs-pl_81 {
    padding-left: 81px;
  }
  .xs-pl_82 {
    padding-left: 82px;
  }
  .xs-pl_83 {
    padding-left: 83px;
  }
  .xs-pl_84 {
    padding-left: 84px;
  }
  .xs-pl_85 {
    padding-left: 85px;
  }
  .xs-pl_86 {
    padding-left: 86px;
  }
  .xs-pl_87 {
    padding-left: 87px;
  }
  .xs-pl_88 {
    padding-left: 88px;
  }
  .xs-pl_89 {
    padding-left: 89px;
  }
  .xs-pl_90 {
    padding-left: 90px;
  }
  .xs-pl_91 {
    padding-left: 91px;
  }
  .xs-pl_92 {
    padding-left: 92px;
  }
  .xs-pl_93 {
    padding-left: 93px;
  }
  .xs-pl_94 {
    padding-left: 94px;
  }
  .xs-pl_95 {
    padding-left: 95px;
  }
  .xs-pl_96 {
    padding-left: 96px;
  }
  .xs-pl_97 {
    padding-left: 97px;
  }
  .xs-pl_98 {
    padding-left: 98px;
  }
  .xs-pl_99 {
    padding-left: 99px;
  }
  .xs-pl_100 {
    padding-left: 100px;
  }
}

.text-center {
  text-align: center;
}

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

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

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

.to-left {
  float: left;
}

.to-right {
  float: right;
}

.hidden {
  display: none !important;
}

.form-error .form-control {
  background-color: #FFF2F2;
}

.form-error p {
  font-size: 12px;
  line-height: 14px;
  letter-spacing: 0;
  color: #FF4747;
  font-family: 'Rubik', sans-serif;
  margin-top: 3px;
}

.nav-tabs {
  display: inline-block;
  position: relative;
}

.tabs-material .tabs-material__list {
  padding: 0 25px 12px 0;
  border-bottom: 1px solid #E0E0E0;
}

.tabs-material .tabs-material__list:last-child {
  padding-right: 0;
}

.tabs-material .tabs-material__list > a {
  color: #383838;
  opacity: .7;
}

.tabs-material .tabs-material__list.active a {
  color: #FF8C00;
  font-weight: 600;
}

.tabs-material-line {
  background-color: #FF8C00;
  height: 3px;
}

.alert {
  border: 2px solid #68DC6C;
  padding: 12px 32px 11px 32px;
  display: inline-block;
  border-radius: 2px;
}

.alert__body {
  padding-left: 52px;
}

.alert__icon {
  float: left;
}

.alert__message {
  color: #dddddd;
  /*   color: rgba(#D0D0D0, .5); */
}

.alert-danger {
  border-color: #FD8988;
}

.alert-success {
  border-color: #68DC6C;
}

.popup__wrapper,
.popup__dropdown-menu-mobile {
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1002;
}

.popup__wrapper .popup__content,
.popup__dropdown-menu-mobile .popup__content {
  width: 730px;
  background-color: white;
}

.popup__wrapper .popup__content .popup__header,
.popup__dropdown-menu-mobile .popup__content .popup__header {
  background: #fff;
  padding: 10px 10px 0;
}

.popup__wrapper .popup__content .popup__header .title,
.popup__dropdown-menu-mobile .popup__content .popup__header .title {
  font-size: 24px;
  color: #363636;
  letter-spacing: 0.5px;
}

.popup__wrapper .popup__content .popup__body,
.popup__dropdown-menu-mobile .popup__content .popup__body {
  max-height: 500px;
  overflow: auto;
}

.popup__wrapper .popup__content .popup__body .content,
.popup__dropdown-menu-mobile .popup__content .popup__body .content {
  padding: 10px;
}

.popup__wrapper .btn--close,
.popup__dropdown-menu-mobile .btn--close {
  width: 16px;
  height: 16px;
}

.popup__wrapper .btn--close i,
.popup__dropdown-menu-mobile .btn--close i {
  color: rgba(56, 56, 56, 0.8);
}

.popup__wrapper .btn--close:hover i,
.popup__dropdown-menu-mobile .btn--close:hover i {
  color: #383838;
}

.popup__wrapper .achievement .card,
.popup__dropdown-menu-mobile .achievement .card {
  border: 0;
}

.popup__wrapper .achievement .achievement--list table,
.popup__dropdown-menu-mobile .achievement .achievement--list table {
  border: none;
}

.popup__wrapper .achievement .achievement--list table tr:last-child td,
.popup__dropdown-menu-mobile .achievement .achievement--list table tr:last-child td {
  padding-bottom: 0;
}

.popup__wrapper .match-detail .match--table .table--list,
.popup__dropdown-menu-mobile .match-detail .match--table .table--list {
  height: auto;
}

@media screen and (min-width: 730px) {
  .show_popup {
    overflow: hidden;
  }
  .show_popup .popup__wrapper {
    visibility: visible;
    opacity: 1;
  }
  .popup__wrapper,
  .popup__dropdown-menu-mobile {
    transition: .3s ease;
    visibility: hidden;
    opacity: 0;
  }
}

@media screen and (max-width: 729px) {
  .show_popup {
    overflow: hidden;
  }
  .show_popup .popup__wrapper {
    top: 0;
    opacity: 1;
  }
  .show-select-dropdown {
    overflow: hidden;
  }
  .show-select-dropdown .popup__dropdown-menu-mobile {
    top: 0;
    opacity: 1;
  }
  .popup__wrapper,
  .popup__dropdown-menu-mobile {
    top: 100%;
    opacity: 0;
    transition: .3s ease;
    align-items: flex-start;
  }
  .popup__wrapper .popup__content,
  .popup__dropdown-menu-mobile .popup__content {
    width: 100%;
    height: 100%;
  }
  .popup__wrapper .popup__content .popup__body,
  .popup__dropdown-menu-mobile .popup__content .popup__body {
    height: calc(100vh - 49px) !important;
    max-height: inherit;
  }
}

.has-error {
  border: 1px solid #ff002f !important;
}

[v-cloak] > * {
  display: none;
}

.list__mobile__socmed:nth-of-type(2) {
  margin-left: 40px;
  margin-right: 40px;
}

.list__mobile__socmed:nth-of-type(4) {
  margin-left: 40px;
  margin-right: 40px;
}

/* Pages */
.page--career {
  padding: 48px 0 60px;
  position: relative;
}

.page--career .bg-career {
  width: 658px;
  height: 559px;
  position: absolute;
  top: 0;
  right: 0;
}

.page--career .bg-career-mobile {
  display: none;
}

.page--career .career-title {
  font-size: 48px;
  line-height: 58px;
  margin-bottom: 32px;
}

.page--career .job-list .job-list-item {
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.04);
}

.page--career .job-list .job-list-item:not(:last-child) {
  margin-bottom: 8px;
}

.page--career .job-list .job-list-item.active .item-head:hover {
  background-color: #fff;
}

.page--career .job-list .job-list-item.active .item-head .icon-chevron {
  transform: rotate(180deg);
}

.page--career .job-list .job-list-item.active .item-body {
  display: block;
}

.page--career .job-list .job-list-item .inner-wrapper {
  border-radius: 12px;
  overflow: hidden;
}

.page--career .job-list .job-list-item .item-head {
  cursor: pointer;
  background-color: #fff;
  padding: 16px 50px 16px 24px;
  position: relative;
}

.page--career .job-list .job-list-item .item-head:hover {
  background-color: #FEF9F1;
}

.page--career .job-list .job-list-item .item-head .job-title {
  font-size: 24px;
  line-height: 29px;
  letter-spacing: 0.02em;
  margin-bottom: 16px;
}

.page--career .job-list .job-list-item .item-head .info {
  font-size: 14px;
  line-height: 17px;
  color: #7d7d7d;
}

.page--career .job-list .job-list-item .item-head .icon-chevron {
  width: 32px;
  height: 32px;
  background-color: #fcedd4;
  border-radius: 100%;
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  right: 20px;
  top: 0;
  bottom: 0;
  margin: auto;
}

.page--career .job-list .job-list-item .item-head .icon-chevron:before {
  content: "";
  width: 8px;
  height: 8px;
  border-top: 2px solid #363636;
  border-right: 2px solid #363636;
  transform: rotate(135deg);
  position: relative;
  top: -2px;
}

.page--career .job-list .job-list-item .item-body {
  background-color: #fef9f1;
  color: #444444;
  padding: 16px 24px;
  display: none;
}

.page--career .job-list .job-list-item .item-body h4 {
  font-weight: bold;
  font-size: 20px;
  line-height: 27px;
}

.page--career .job-list .job-list-item .item-body ul {
  margin: 5px 0;
}

.page--career .job-list .job-list-item .item-body ul li {
  font-size: 14px;
  line-height: 26px;
  position: relative;
  padding-left: 15px;
}

.page--career .job-list .job-list-item .item-body ul li:before {
  content: "-";
  position: absolute;
  left: 0;
}

.page--career .job-list .job-list-item .item-body .btn-lamar {
  background-color: #f3aa36;
  border-radius: 12px;
  width: 170px;
}

.page--career .table-pagination {
  margin-top: 32px;
}

.page--career .breadcrumb {
  display: flex;
  align-items: center;
  color: #616161;
}

.page--career .breadcrumb img {
  width: 14px;
  height: 14px;
}

.page--career .breadcrumb a:hover {
  color: #363636;
}

.page--career .form-wrapper {
  background-color: white;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.04);
  border-radius: 12px;
}

.page--career .form-wrapper .field-wrapper {
  display: flex;
}

.page--career .form-wrapper .field-wrapper .text-field {
  width: 50%;
}

.page--career .form-wrapper .text-field .textfield-label {
  color: #616161;
  position: relative;
  display: inline-block;
}

.page--career .form-wrapper .text-field .textfield-label.required:after {
  content: "";
  width: 4px;
  height: 4px;
  background-color: #f78a7d;
  border-radius: 50%;
  position: absolute;
  right: -6px;
  top: 6px;
}

.page--career .form-wrapper .text-field .textfield-label .normal {
  font-weight: normal;
}

.page--career .form-wrapper .text-field .textfield-input {
  outline: none;
  color: #363636;
  background-color: #fef9f1;
  border: 1px solid #e2e2e2;
  width: 100%;
  border-radius: 12px;
}

.page--career .form-wrapper .text-field .textfield-input.error {
  color: #363636;
  border-color: rgba(242, 73, 53, 0.24);
  background-color: #F7EAE8;
}

.page--career .form-wrapper .text-field .error {
  color: #f24935;
}

.page--career .form-wrapper .upload-field-wrapper {
  background-color: #f6f6f6;
  border-radius: 12px;
  display: flex;
  align-items: center;
}

.page--career .form-wrapper .upload-field-wrapper #doc {
  opacity: 0;
  position: absolute;
  z-index: -1;
}

.page--career .form-wrapper .upload-field-wrapper .custom-input-field {
  cursor: pointer;
  background-color: #c5c5c5;
  box-shadow: inset 0px -2px 0px rgba(0, 0, 0, 0.08);
  border-radius: 6px;
  width: 164px;
  margin-bottom: 0;
}

.page--career .form-wrapper .upload-field-wrapper #btn-upload-wrapper {
  display: flex;
  align-items: center;
}

.page--career .form-wrapper #btn-delete {
  background-color: transparent;
  align-items: center;
  padding: 0;
}

.page--career .form-wrapper #btn-delete img {
  width: 24px;
  height: 24px;
}

.page--career .form-wrapper .unvisible {
  display: none;
}

.page--career .form-wrapper .visible {
  display: flex;
}

.page--career .form-wrapper .btn-submit-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}

.page--career .form-wrapper .btn-submit-wrapper .btn-submit {
  background-color: #f3aa36;
  border-radius: 12px;
  width: 238px;
}

.page--career .form-wrapper .btn-submit-wrapper .error {
  color: #f24935;
}

.page--career .form-wrapper-success {
  background-color: white;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.04);
  border-radius: 12px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 678px;
}

.page--career .form-wrapper-success img {
  width: 200px;
  height: 200px;
}

.page--career .form-wrapper-success p {
  color: #616161;
}

.page--career .form-wrapper-success a {
  color: #f2a221;
}

@media screen and (max-width: 768px) {
  .page--career {
    padding-top: 0;
  }
  .page--career .bg-career {
    display: none;
  }
  .page--career .bg-career-mobile {
    display: block;
    margin-bottom: 20px;
  }
  .page--career .job-list .job-list-item .item-body .btn-lamar {
    width: 100%;
  }
  .page--career .form-wrapper .field-wrapper {
    flex-direction: column;
  }
  .page--career .form-wrapper .field-wrapper .text-field {
    width: 100%;
    margin-bottom: 20px;
  }
  .page--career .form-wrapper .upload-field-wrapper .custom-input-field {
    width: 100%;
    margin-bottom: 8px;
  }
  .page--career .form-wrapper .upload-field-wrapper #btn-upload-wrapper {
    display: flex;
    flex-direction: column;
  }
  .page--career .form-wrapper .btn-submit-wrapper .btn-submit {
    width: 100%;
  }
  .page--career .form-wrapper .btn-submit-wrapper .error {
    margin: 8px auto 0 auto;
  }
}

.page--series .menu {
  background-color: #fcedd4;
  display: flex;
  justify-content: center;
  margin: 0;
}

.page--series .menu .menu--option {
  color: rgba(56, 56, 56, 0.8);
  position: relative;
  cursor: pointer;
}

.page--series .menu .menu--option.active {
  color: #363636;
}

.page--series .menu .menu--option.active:before {
  content: "";
  position: absolute;
  bottom: -16px;
  height: 4px;
  width: 100%;
  background-color: #f3aa36;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
}

.page--series .img-banner {
  background: url(/images/king-of-king/series/header_bg_banner@2x.jpg) no-repeat;
  background-size: cover;
  height: 300px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-position: center;
}

.page--series .img-banner img {
  width: 160px;
  height: 190px;
}

.page--series .hero {
  background-color: white;
}

.page--series .hero .img-ribbon {
  height: 27px;
  width: 149px;
  margin: 0 auto;
}

.page--series .hero h1 {
  display: inline-block;
  position: relative;
  cursor: pointer;
  background: transparent;
}

.page--series .hero h1 .small {
  display: block;
}

.page--series .hero h1 .arrow-down {
  position: absolute;
  width: 12px;
  height: 8px;
  background: url("/images/king-of-king/series/arrow-down.svg") no-repeat;
  right: -24px;
  top: 30px;
}

.page--series .hero .dropdown-container {
  position: relative;
}

.page--series .hero .dropdown-container .dropdown-options {
  display: none;
  width: 260px;
  background-color: #fef9f1;
  border-radius: 12px;
  filter: drop-shadow(0px 8px 24px rgba(0, 0, 0, 0.15));
  border: 1px solid #e2e2e2;
  position: absolute;
  top: 48px;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
}

.page--series .hero .dropdown-container .dropdown-options li {
  cursor: pointer;
  color: #616161;
}

.page--series .hero .dropdown-container .dropdown-options li.active {
  color: #141518;
}

.page--series .hero .dropdown-container .dropdown-options li.active:hover {
  background-color: #fef9f1;
}

.page--series .hero .dropdown-container .dropdown-options li:hover {
  background-color: #fcedd4;
}

.page--series .hero .dropdown-container .dropdown-options li:hover:first-of-type {
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
}

.page--series .hero .dropdown-container .dropdown-options li:hover:last-of-type {
  border-bottom-left-radius: 12px;
  border-bottom-right-radius: 12px;
}

.page--series .hero .dropdown-container .dropdown-options.active {
  display: block;
}

.page--series .tabs {
  display: flex;
  justify-content: center;
}

.page--series .tabs .tab {
  height: 94px;
  width: 200px;
  cursor: pointer;
}

.page--series .tabs .tab .tab--option {
  display: flex;
  align-items: center;
  flex-direction: column;
  width: 180px;
  height: 100%;
  border-radius: 12px;
}

.page--series .tabs .tab .tab--option.series_1 {
  background: url(/images/king-of-king/series/bg/series-1-bw@2x.png) no-repeat;
  background-size: cover;
  opacity: 0.8;
}

.page--series .tabs .tab .tab--option.series_1:hover {
  background: url(/images/king-of-king/series/bg/series-1-hover@2x.png) no-repeat;
  background-size: cover;
  opacity: 1;
}

.page--series .tabs .tab .tab--option.series_1.active {
  background: url(/images/king-of-king/series/bg/series-1-color@2x.png) no-repeat;
  background-size: cover;
  color: #f3aa36;
  opacity: 1;
}

.page--series .tabs .tab .tab--option.series_2 {
  background: url(/images/king-of-king/series/bg/series-2-bw@2x.png) no-repeat;
  background-size: cover;
  opacity: 0.8;
}

.page--series .tabs .tab .tab--option.series_2:hover {
  background: url(/images/king-of-king/series/bg/series-2-hover@2x.png) no-repeat;
  background-size: cover;
  opacity: 1;
}

.page--series .tabs .tab .tab--option.series_2.active {
  background: url(/images/king-of-king/series/bg/series-2-color@2x.png) no-repeat;
  background-size: cover;
  color: #f3aa36;
  opacity: 1;
}

.page--series .tabs .tab .tab--option.series_3 {
  background: url(/images/king-of-king/series/bg/series-3-bw@2x.png) no-repeat;
  background-size: cover;
  opacity: 0.8;
}

.page--series .tabs .tab .tab--option.series_3:hover {
  background: url(/images/king-of-king/series/bg/series-3-hover@2x.png) no-repeat;
  background-size: cover;
  opacity: 1;
}

.page--series .tabs .tab .tab--option.series_3.active {
  background: url(/images/king-of-king/series/bg/series-3-color@2x.png) no-repeat;
  background-size: cover;
  color: #f3aa36;
  opacity: 1;
}

.page--series .tabs .tab .tab--option.series_4 {
  background: url(/images/king-of-king/series/bg/series-4-bw@2x.png) no-repeat;
  background-size: cover;
  opacity: 0.8;
}

.page--series .tabs .tab .tab--option.series_4:hover {
  background: url(/images/king-of-king/series/bg/series-4-hover@2x.png) no-repeat;
  background-size: cover;
  opacity: 1;
}

.page--series .tabs .tab .tab--option.series_4.active {
  background: url(/images/king-of-king/series/bg/series-4-color@2x.png) no-repeat;
  background-size: cover;
  color: #f3aa36;
  opacity: 1;
}

.page--series .tabs .tab .tab--option.upcoming {
  background: url(/images/king-of-king/series/bg-tab-upcoming@2x.png) no-repeat;
  background-size: cover;
  color: #9a9a9a;
}

.page--series .tabs .tab .tab--option .series-title {
  display: flex;
  justify-content: center;
  align-items: center;
}

.page--series .tab-content .tab-content--title {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.page--series .tab-content .img-container {
  width: 1008px;
  height: 613px;
}

.page--series .tab-content .info-container {
  margin-left: -10px;
  margin-right: -10px;
}

.page--series .tab-content .sponsor {
  background-color: white;
  border-radius: 8px;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.04);
}

.page--series .tab-content .sponsor .title {
  display: block;
}

.page--series .tab-content .sponsor .img-list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: auto auto auto;
  grid-template-columns: auto auto auto;
}

.page--series .tab-content .sponsor .img-list li {
  text-align: center;
  padding: 0 24px;
}

.page--series .tab-content .match-info {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background-color: white;
  border-radius: 8px;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.04);
}

.page--series .tab-content .match-info > div {
  display: flex;
  flex-direction: column;
}

.page--series .tab-content .match-info > div > span:nth-of-type(1) {
  color: #616161;
}

.page--series .tab-content .match-info > div:not(:last-of-type) {
  border-bottom: 1px solid #e2e2e2;
}

.page--series .tab-content .match-info ul {
  display: flex;
}

.page--series .tab-content .match-info ul li a {
  border: 1px solid #dc8c0d;
  border-radius: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #dc8c0d;
  text-transform: capitalize;
}

.page--series .tab-content .match-info ul li a img {
  float: none;
}

.page--series .tab-content .match-info ul li a:hover {
  background-color: #fcedd4;
}

.page--series .tab-content .match-info .chips li {
  background-color: #e2e2e2;
  border-radius: 40px;
}

.page--series .tab-content .register-button-container button {
  width: 100%;
  padding: 0;
  display: flex;
  align-items: center;
  background-color: #f3aa36;
  border-radius: 12px;
}

.page--series .tab-content .register-button-container button .img-container {
  width: 95px;
  height: 52px;
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 12px;
}

.page--series .tab-content .register-button-container button .arrow-right {
  margin-left: auto;
  width: 24px;
  height: 24px;
  background-repeat: no-repeat;
  -webkit-mask-image: url("/images/king-of-king/series/chevron-right.svg");
  mask-image: url("/images/king-of-king/series/chevron-right.svg");
  background-color: #141518;
}

.page--series .tab-content .register-button-container button .arrow-right.disabled {
  background-color: #7D7D7D;
}

.page--series .tab-content .register-button-container button:hover {
  background-color: #f2a221;
}

.page--series .tab-content .register-button-container .closed button {
  color: #7d7d7d;
  background-color: #e2e2e2;
}

.page--series .tab-content .winner-section .tab-winner-menu-wrapper {
  display: flex;
  justify-content: center;
  border-bottom: 1px solid #E2E2E2;
}

.page--series .tab-content .winner-section .tab-winner-menu-wrapper button {
  position: relative;
  color: #9a9a9a;
  background-color: transparent;
}

.page--series .tab-content .winner-section .tab-winner-menu-wrapper .active {
  color: #DC8C0D;
}

.page--series .tab-content .winner-section .tab-winner-menu-wrapper .active:before {
  content: "";
  position: absolute;
  bottom: -20px;
  left: 0;
  height: 4px;
  width: 100%;
  background-color: #f3aa36;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
}

.page--series .tab-content .winner-section .champion {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  height: 353px;
  border-radius: 8px;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.04);
  background-image: url("/images/king-of-king/series/bg-winner@2x.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.page--series .tab-content .winner-section .champion .badge {
  position: absolute;
  z-index: 2;
  top: 24px;
  right: 24px;
  width: 40px;
  height: 40px;
}

.page--series .tab-content .winner-section .champion .content {
  position: relative;
  z-index: 2;
}

.page--series .tab-content .winner-section .champion .content .position {
  font-style: italic;
  color: #616161;
}

.page--series .tab-content .winner-section .champion .logo {
  border-radius: 50%;
  margin-left: auto;
  margin-right: auto;
}

.page--series .tab-content .winner-section .champion:after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.6) 0%, #ffffff 100%);
  border-radius: 6px;
  left: 0;
  top: 0;
  z-index: 1;
}

.page--series .tab-content .winner-section .winner-list {
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.04);
  background-color: white;
  display: flex;
  flex-direction: column;
  border-radius: 8px;
}

.page--series .tab-content .winner-section .winner-list .team {
  align-items: center;
  display: flex;
}

.page--series .tab-content .winner-section .winner-list .team span {
  display: block;
  margin-bottom: 8px;
  font-style: italic;
  color: #616161;
}

.page--series .tab-content .winner-section .winner-list .team p {
  color: #616161;
  line-height: 18px;
}

.page--series .tab-content .winner-section .winner-list .team .logo {
  width: 80px;
  height: 80px;
  border-radius: 50%;
}

.page--series .tab-content .winner-section .winner-list .team .badge {
  margin-bottom: auto;
  width: 32px;
  height: 32px;
}

.page--series .tab-content .winner-section .winner-list .team:nth-of-type(2) {
  border-top: 1px solid #c5c5c5;
  border-bottom: 1px solid #c5c5c5;
}

.page--series .tab-content .winner-section .winner-list ul {
  margin: 0;
}

.page--series .tab-content .winner-section .winner-list li {
  display: flex;
  align-items: center;
}

.page--series .tab-content .winner-section .winner-list li img {
  width: 48px;
  height: 48px;
  border-radius: 50%;
}

.page--series .tab-content .winner-section .winner-list li:not(:last-of-type) {
  border-bottom: 1px solid #c5c5c5;
}

.page--series .tab-content .winner-section .mvp {
  border-radius: 8px;
  background-color: white;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.04);
  display: flex;
  align-items: center;
}

.page--series .tab-content .winner-section .mvp img {
  width: 80px;
  height: 80px;
  border-radius: 50%;
}

.page--series .tab-content .winner-section .favorite-team {
  border-radius: 8px;
  background-color: white;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.04);
  display: flex;
  align-items: center;
}

.page--series .tab-content .winner-section .favorite-team img {
  width: 80px;
  height: 80px;
  border-radius: 50%;
}

.page--series .tab-content .winner-section .favorite-team p {
  color: #616161;
  line-height: 18px;
}

.page--series .tab-content .list .list-item {
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.04);
  border-radius: 12px;
}

.page--series .tab-content .list .list-item.active .item-head .icon-chevron {
  transform: rotate(180deg);
}

.page--series .tab-content .list .list-item.active .item-body {
  display: block;
}

.page--series .tab-content .list .list-item .inner-wrapper {
  border-radius: 12px;
  overflow: hidden;
}

.page--series .tab-content .list .list-item .item-head {
  background-color: #fff;
  padding: 16px 50px 16px 24px;
  position: relative;
  cursor: pointer;
}

.page--series .tab-content .list .list-item .item-head .title {
  font-size: 24px;
  letter-spacing: 0.02em;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.page--series .tab-content .list .list-item .item-head .info {
  font-size: 14px;
  color: #7d7d7d;
}

.page--series .tab-content .list .list-item .item-head .icon-chevron {
  cursor: pointer;
  width: 32px;
  height: 32px;
  background-color: #fcedd4;
  border-radius: 100%;
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  right: 20px;
  top: 0;
  bottom: 0;
  margin: auto;
}

.page--series .tab-content .list .list-item .item-head .icon-chevron:before {
  content: "";
  width: 8px;
  height: 8px;
  border-top: 2px solid #363636;
  border-right: 2px solid #363636;
  transform: rotate(135deg);
  position: relative;
  top: -2px;
}

.page--series .tab-content .list .list-item .item-body {
  background-color: #fef9f1;
  color: #444444;
  display: none;
}

.page--series .tab-content .list .list-item .item-body h4 {
  font-weight: bold;
  font-size: 20px;
}

.page--series .tab-content .list .list-item .item-body ul li {
  font-size: 16px;
  margin-bottom: 10px;
}

.page--series .tab-content .list .list-item .item-body ol li {
  font-size: 16px;
  margin-bottom: 10px;
  padding-left: 16px;
}

@media screen and (max-width: 768px) {
  .page--series .content {
    padding-top: 40px;
  }
  .page--series .tabs {
    justify-content: unset;
    width: 100%;
    overflow: scroll;
  }
  .page--series .tabs .tab {
    padding-left: 5px;
    padding-right: 5px;
    width: 162px;
    height: 81px;
  }
  .page--series .tabs .tab .tab--option {
    width: 152px;
  }
  .page--series .tabs .tab .tab--option .series-title h3 {
    font-size: 18px;
  }
  .page--series .tabs .tab .tab--option p {
    font-size: 14px;
  }
  .page--series .tab-content {
    margin-top: 40px;
  }
  .page--series .tab-content .tab-content--title {
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 8px;
  }
  .page--series .tab-content .info-container > div {
    width: 100%;
  }
  .page--series .tab-content .info-container > div:first-of-type {
    margin-bottom: 16px;
  }
  .page--series .tab-content .register-button-container {
    display: flex;
    flex-direction: column;
  }
  .page--series .tab-content .register-button-container > div {
    width: 100%;
  }
  .page--series .tab-content .register-button-container > div:not(:last-of-type) {
    margin-bottom: 16px;
  }
  .page--series .hero h1 {
    font-size: 40px;
  }
  .page--series .hero h1 .arrow-down {
    right: -16px;
    top: 25px;
  }
  .page--series .winner-section .row {
    display: flex;
    flex-direction: column;
  }
  .page--series .winner-section .row .col {
    width: 100%;
  }
  .page--series .winner-section .row .champion {
    margin-bottom: 12px;
  }
  .page--series .winner-section .row .winner-list {
    margin-bottom: 24px;
  }
}

.page--team-registration .breadcrumb {
  display: flex;
  align-items: center;
  color: #616161;
}

.page--team-registration .breadcrumb img {
  width: 14px;
  height: 14px;
}

.page--team-registration .breadcrumb a:hover {
  color: #363636;
}

.page--team-registration .content {
  background-color: white;
  border-radius: 12px;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.04);
}

.page--team-registration .content .title {
  display: flex;
  align-items: center;
}

.page--team-registration .content .title img {
  width: 84px;
  height: 48px;
}

.page--team-registration .content .info p {
  background-color: #f6f6f6;
  border-radius: 12px;
  display: flex;
  align-items: center;
}

.page--team-registration .content .info p a {
  background-color: #fcedd4;
  color: #dc8c0d;
  border-radius: 6px;
  border: 1px solid #dc8c0d;
}

.page--team-registration .content .text-field .textfield-label,
.page--team-registration .content .image-field .textfield-label {
  color: #616161;
  position: relative;
  display: inline-block;
}

.page--team-registration .content .text-field .textfield-label.required:after,
.page--team-registration .content .image-field .textfield-label.required:after {
  content: "";
  width: 4px;
  height: 4px;
  background-color: #f78a7d;
  border-radius: 50%;
  position: absolute;
  right: -6px;
  top: 6px;
}

.page--team-registration .content .text-field .textfield-label .normal,
.page--team-registration .content .image-field .textfield-label .normal {
  font-weight: normal;
}

.page--team-registration .content .text-field .textfield-input,
.page--team-registration .content .image-field .textfield-input {
  outline: none;
  color: #363636;
  background-color: #fef9f1;
  border: 1px solid #e2e2e2;
  width: 100%;
  border-radius: 12px;
}

.page--team-registration .content .text-field .upload-field-wrapper,
.page--team-registration .content .image-field .upload-field-wrapper {
  background-color: #f6f6f6;
  border-radius: 12px;
  display: flex;
  align-items: center;
}

.page--team-registration .content .text-field .upload-field-wrapper .img-wrapper,
.page--team-registration .content .image-field .upload-field-wrapper .img-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background-color: #e2e2e2;
}

.page--team-registration .content .text-field .upload-field-wrapper .img-wrapper .blank,
.page--team-registration .content .image-field .upload-field-wrapper .img-wrapper .blank {
  width: 100%;
  height: 100%;
}

.page--team-registration .content .text-field .upload-field-wrapper .img-wrapper .filled,
.page--team-registration .content .image-field .upload-field-wrapper .img-wrapper .filled {
  width: 100%;
  height: 100%;
  border-radius: 50%;
}

.page--team-registration .content .text-field .upload-field-wrapper #img,
.page--team-registration .content .image-field .upload-field-wrapper #img {
  opacity: 0;
  position: absolute;
  z-index: -1;
}

.page--team-registration .content .text-field .upload-field-wrapper .custom-input-field,
.page--team-registration .content .image-field .upload-field-wrapper .custom-input-field {
  cursor: pointer;
  background-color: #c5c5c5;
  box-shadow: inset 0px -2px 0px rgba(0, 0, 0, 0.08);
  border-radius: 6px;
  width: 164px;
  margin: 0;
}

.page--team-registration .content .text-field #btn-delete,
.page--team-registration .content .image-field #btn-delete {
  background-color: transparent;
  align-items: center;
  padding: 0;
}

.page--team-registration .content .text-field #btn-delete img,
.page--team-registration .content .image-field #btn-delete img {
  width: 16px;
  height: 16px;
}

.page--team-registration .content .text-field .unvisible,
.page--team-registration .content .image-field .unvisible {
  display: none;
}

.page--team-registration .content .text-field .visible,
.page--team-registration .content .image-field .visible {
  display: flex;
}

.page--team-registration .content .btn-tambah {
  border-color: #363636;
  border-radius: 6px;
  background-color: white;
  font-size: 14px;
  padding: 10px 0;
  width: 100%;
}

.page--team-registration .content .btn-daftar {
  width: 100%;
  font-size: 16px;
}

.page--team-registration .modal {
  position: fixed;
  background-color: rgba(0, 0, 0, 0.7);
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.page--team-registration .modal .modal--content {
  position: relative;
  text-align: center;
  margin: 152px auto;
  display: flex;
  flex-direction: column;
  background-color: white;
  width: 520px;
  height: 570px;
  border-radius: 12px;
}

.page--team-registration .modal .modal--content .illustration {
  margin: 0 auto;
  width: 140px;
  height: 140px;
}

.page--team-registration .modal .modal--content a {
  color: #dc8c0d;
  text-decoration: underline;
}

.page--team-registration .modal .modal--content .btn-back {
  background-color: #f3aa36;
  width: 240px;
  margin-left: auto;
  margin-right: auto;
  border-radius: 12px;
}

.page--team-registration .modal .modal--content .btn-close {
  position: absolute;
  top: 22px;
  right: 22px;
  width: 32px;
  height: 32px;
  background-color: transparent;
}

.page--team-registration .success {
  height: 678px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.page--team-registration .success img {
  width: 200px;
  height: 200px;
}

.page--team-registration .success p {
  max-width: 404px;
}

.page--team-registration .success p a {
  text-decoration: underline;
}

.page--team-registration .success a {
  color: #f2a221;
}

.page--team-registration .information a {
  display: flex;
  align-items: center;
}

.page--team-registration .information a .icon-chevron {
  cursor: pointer;
  width: 28px;
  height: 28px;
  background-color: #fcedd4;
  border-radius: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.page--team-registration .information a .icon-chevron:before {
  content: "";
  width: 8px;
  height: 8px;
  border-top: 2px solid #363636;
  border-right: 2px solid #363636;
  transform: rotate(227deg);
  position: relative;
  top: -1px;
  left: 1px;
}

.page--team-registration .information img {
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  .page--team-registration .breadcrumb {
    padding-left: 24px;
  }
  .page--team-registration .success img {
    width: 140px;
    height: 140px;
  }
  .page--team-registration .content {
    max-width: 480px;
    height: auto;
    margin-left: auto;
    margin-right: auto;
  }
  .page--team-registration .content h2 {
    font-size: 20px;
  }
  .page--team-registration .content p {
    font-size: 14px;
  }
  .page--team-registration .content .upload-field-wrapper .input-field {
    max-width: 176px;
  }
  .page--team-registration .modal .modal--content {
    margin-top: 115px;
    width: calc(100% - 40px);
    height: 520px;
  }
}

/*# sourceMappingURL=rrq_kok_styles.css.map */
