@charset "UTF-8";
/*! 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=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';
}

/* ############ Rubick ############ */
/* ############ Avenir ############ */
@font-face {
  font-family: 'Avenir Next Ultra Light';
  src: url("/fonts/avenir/AvenirNext-UltraLight.eot");
  src: url("/fonts/avenir/AvenirNext-UltraLight.eot?#iefix") format("embedded-opentype"), url("/fonts/avenir/AvenirNext-UltraLight.woff2") format("woff2"), url("/fonts/avenir/AvenirNext-UltraLight.woff") format("woff"), url("/fonts/avenir/AvenirNext-UltraLight.ttf") format("truetype"), url("/fonts/avenir/AvenirNext-UltraLight.svg#AvenirNext-UltraLight") format("svg");
  font-weight: 200;
  font-style: normal;
}

@font-face {
  font-family: 'Avenir Next Heavy Italic';
  src: url("/fonts/avenir/AvenirNext-HeavyItalic.eot");
  src: url("/fonts/avenir/AvenirNext-HeavyItalic.eot?#iefix") format("embedded-opentype"), url("/fonts/avenir/AvenirNext-HeavyItalic.woff2") format("woff2"), url("/fonts/avenir/AvenirNext-HeavyItalic.woff") format("woff"), url("/fonts/avenir/AvenirNext-HeavyItalic.ttf") format("truetype"), url("/fonts/avenir/AvenirNext-HeavyItalic.svg#AvenirNext-HeavyItalic") format("svg");
  font-weight: 900;
  font-style: italic;
}

@font-face {
  font-family: 'Avenir Next Regular';
  src: url("/fonts/avenir/AvenirNext-Regular.eot");
  src: url("/fonts/avenir/AvenirNext-Regular.eot?#iefix") format("embedded-opentype"), url("/fonts/avenir/AvenirNext-Regular.woff2") format("woff2"), url("/fonts/avenir/AvenirNext-Regular.woff") format("woff"), url("/fonts/avenir/AvenirNext-Regular.ttf") format("truetype"), url("/fonts/avenir/AvenirNext-Regular.svg#AvenirNext-Regular") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Avenir Next Heavy';
  src: url("/fonts/avenir/AvenirNext-Heavy.eot");
  src: url("/fonts/avenir/AvenirNext-Heavy.eot?#iefix") format("embedded-opentype"), url("/fonts/avenir/AvenirNext-Heavy.woff2") format("woff2"), url("/fonts/avenir/AvenirNext-Heavy.woff") format("woff"), url("/fonts/avenir/AvenirNext-Heavy.ttf") format("truetype"), url("/fonts/avenir/AvenirNext-Heavy.svg#AvenirNext-Heavy") format("svg");
  font-weight: 900;
  font-style: normal;
}

@font-face {
  font-family: 'Avenir Next Medium';
  src: url("/fonts/avenir/AvenirNext-Medium.eot");
  src: url("/fonts/avenir/AvenirNext-Medium.eot?#iefix") format("embedded-opentype"), url("/fonts/avenir/AvenirNext-Medium.woff2") format("woff2"), url("/fonts/avenir/AvenirNext-Medium.woff") format("woff"), url("/fonts/avenir/AvenirNext-Medium.ttf") format("truetype"), url("/fonts/avenir/AvenirNext-Medium.svg#AvenirNext-Medium") format("svg");
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: 'Avenir Next Bold';
  src: url("/fonts/avenir/AvenirNext-Bold.eot");
  src: url("/fonts/avenir/AvenirNext-Bold.eot?#iefix") format("embedded-opentype"), url("/fonts/avenir/AvenirNext-Bold.woff2") format("woff2"), url("/fonts/avenir/AvenirNext-Bold.woff") format("woff"), url("/fonts/avenir/AvenirNext-Bold.ttf") format("truetype"), url("/fonts/avenir/AvenirNext-Bold.svg#AvenirNext-Bold") format("svg");
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: 'Avenir Next Demi Bold';
  src: url("/fonts/avenir/AvenirNext-DemiBold.eot");
  src: url("/fonts/avenir/AvenirNext-DemiBold.eot?#iefix") format("embedded-opentype"), url("/fonts/avenir/AvenirNext-DemiBold.woff2") format("woff2"), url("/fonts/avenir/AvenirNext-DemiBold.woff") format("woff"), url("/fonts/avenir/AvenirNext-DemiBold.ttf") format("truetype"), url("/fonts/avenir/AvenirNext-DemiBold.svg#AvenirNext-DemiBold") format("svg");
  font-weight: 600;
  font-style: normal;
}

@font-face {
  font-family: 'Avenir Next Ultra Light Italic';
  src: url("/fonts/avenir/AvenirNext-UltraLightItalic.eot");
  src: url("/fonts/avenir/AvenirNext-UltraLightItalic.eot?#iefix") format("embedded-opentype"), url("/fonts/avenir/AvenirNext-UltraLightItalic.woff2") format("woff2"), url("/fonts/avenir/AvenirNext-UltraLightItalic.woff") format("woff"), url("/fonts/avenir/AvenirNext-UltraLightItalic.ttf") format("truetype"), url("/fonts/avenir/AvenirNext-UltraLightItalic.svg#AvenirNext-UltraLightItalic") format("svg");
  font-weight: 200;
  font-style: italic;
}

@font-face {
  font-family: 'Avenir Next Demi Bold Italic';
  src: url("/fonts/avenir/AvenirNext-DemiBoldItalic.eot");
  src: url("/fonts/avenir/AvenirNext-DemiBoldItalic.eot?#iefix") format("embedded-opentype"), url("/fonts/avenir/AvenirNext-DemiBoldItalic.woff2") format("woff2"), url("/fonts/avenir/AvenirNext-DemiBoldItalic.woff") format("woff"), url("/fonts/avenir/AvenirNext-DemiBoldItalic.ttf") format("truetype"), url("/fonts/avenir/AvenirNext-DemiBoldItalic.svg#AvenirNext-DemiBoldItalic") format("svg");
  font-weight: 600;
  font-style: italic;
}

@font-face {
  font-family: 'Avenir Next Italic';
  src: url("/fonts/avenir/AvenirNext-Italic.eot");
  src: url("/fonts/avenir/AvenirNext-Italic.eot?#iefix") format("embedded-opentype"), url("/fonts/avenir/AvenirNext-Italic.woff2") format("woff2"), url("/fonts/avenir/AvenirNext-Italic.woff") format("woff"), url("/fonts/avenir/AvenirNext-Italic.ttf") format("truetype"), url("/fonts/avenir/AvenirNext-Italic.svg#AvenirNext-Italic") format("svg");
  font-weight: normal;
  font-style: italic;
}

@font-face {
  font-family: 'Avenir Next Medium Italic';
  src: url("/fonts/avenir/AvenirNext-MediumItalic.eot");
  src: url("/fonts/avenir/AvenirNext-MediumItalic.eot?#iefix") format("embedded-opentype"), url("/fonts/avenir/AvenirNext-MediumItalic.woff2") format("woff2"), url("/fonts/avenir/AvenirNext-MediumItalic.woff") format("woff"), url("/fonts/avenir/AvenirNext-MediumItalic.ttf") format("truetype"), url("/fonts/avenir/AvenirNext-MediumItalic.svg#AvenirNext-MediumItalic") format("svg");
  font-weight: 500;
  font-style: italic;
}

@font-face {
  font-family: 'Avenir Next Bold Italic';
  src: url("/fonts/avenir/AvenirNext-BoldItalic.eot");
  src: url("/fonts/avenir/AvenirNext-BoldItalic.eot?#iefix") format("embedded-opentype"), url("/fonts/avenir/AvenirNext-BoldItalic.woff2") format("woff2"), url("/fonts/avenir/AvenirNext-BoldItalic.woff") format("woff"), url("/fonts/avenir/AvenirNext-BoldItalic.ttf") format("truetype"), url("/fonts/avenir/AvenirNext-BoldItalic.svg#AvenirNext-BoldItalic") format("svg");
  font-weight: bold;
  font-style: italic;
}

/* ############ Lora ############ */
@font-face {
  font-family: 'Lora Bold Italic';
  src: url("/fonts/lora/Lora-BoldItalic.eot");
  src: url("/fonts/lora/Lora-BoldItalic.eot?#iefix") format("embedded-opentype"), url("/fonts/lora/Lora-BoldItalic.woff2") format("woff2"), url("/fonts/lora/Lora-BoldItalic.woff") format("woff"), url("/fonts/lora/Lora-BoldItalic.ttf") format("truetype"), url("/fonts/lora/Lora-BoldItalic.svg#Lora-BoldItalic") format("svg");
  font-weight: bold;
  font-style: italic;
}

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

@font-face {
  font-family: 'Lora Italic';
  src: url("Lora-Italic.eot");
  src: url("/fonts/lora/Lora-Italic.eot?#iefix") format("embedded-opentype"), url("/fonts/lora/Lora-Italic.woff2") format("woff2"), url("/fonts/lora/Lora-Italic.woff") format("woff"), url("/fonts/lora/Lora-Italic.ttf") format("truetype"), url("/fonts/lora/Lora-Italic.svg#Lora-Italic") format("svg");
  font-weight: normal;
  font-style: italic;
}

@font-face {
  font-family: 'Lora Regular';
  src: url("Lora-Regular.eot");
  src: url("/fonts/lora/Lora-Regular.eot?#iefix") format("embedded-opentype"), url("/fonts/lora/Lora-Regular.woff2") format("woff2"), url("/fonts/lora/Lora-Regular.woff") format("woff"), url("/fonts/lora/Lora-Regular.ttf") format("truetype"), url("/fonts/lora/Lora-Regular.svg#Lora-Regular") format("svg");
  font-weight: normal;
  font-style: normal;
}

/* 
   __  ________  _______  __
  /  |/  /  _/ |/_/  _/ |/ /
 / /|_/ // /_>  <_/ //    / 
/_/  /_/___/_/|_/___/_/|_/  
                            
 */
/* Partials */
*,
*:before,
*:after {
  box-sizing: border-box;
}

iframe {
  border: none;
}

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

body {
  overflow-x: hidden !important;
  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;
}

.mobile-view{
	display:none;
}

.desktop-view{
	display:block;
}

 @media only screen and (max-width: 767px) {
	.mobile-view{
		display:block !important;

	}

	.desktop-view{
		display:none !important;
		}

 }

@media screen and (max-width: 552px){
.main-feature .block-item .copy h3 {
    font-size: 10px !important;
    line-height: 1.5;
}

.pd-mobile-hero{ 
	padding:0.5rem !important ;
}

. page--home .hero .img-m{
border-radius:10px !important;
}

.radius-10{
border-radius:10px !important;}



}

.radius-10{
border-radius:0px;}

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

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

.mt-3{
	margin-top:1rem;
}
.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-none {
  display: none;
}

.d-block {
  display: block;
}

.d-inline {
  display: inline;
}

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

.flex {
  display: -ms-flexbox;
  display: flex;
}

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

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

.flex.vstart {
  -ms-flex-align: start;
  align-items: flex-start;
}

.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-dc{
  flex-direction: column;
}

.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 {
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
}

.wrap {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.row {
  -ms-flex-direction: row;
  flex-direction: row;
}

.column {
  -ms-flex-direction: column;
  flex-direction: column;
}

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

.right {
  text-align: right;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.start {
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.end {
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.center {
  text-align: center;
  -ms-flex-pack: center;
  justify-content: center;
}

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

.around {
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.between {
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.shrink0 {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

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

.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, .container350, .container480, .container500, .container600, .container630, .container640, .container700, .container710, .container720, .container768, .container800, .container803, .container880, .container900, .container960, .container980, .container1024, .container1040, .container1180, .container1230, .container1280, .container1300, .container1330, .container1440, .container1920 {
  position: relative;
  max-width: 100%;
  margin: 0 auto;
}

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

.container320 {
  width: 320px;
}

.container350 {
  width: 350px;
}

.container480 {
  width: 480px;
}

.container500 {
  width: 500px;
}

.container600 {
  width: 600px;
}

.container630 {
  width: 630px;
}

.container640 {
  width: 640px;
}

.container700 {
  width: 700px;
}

.container710 {
  width: 710px;
}

.container720 {
  width: 720px;
}

.container768 {
  width: 768px;
}

.container800 {
  width: 800px;
}

.container803 {
  width: 803px;
}

.container880 {
  width: 880px;
}

.container900 {
  width: 900px;
}

.container960 {
  width: 960px;
}

.container980 {
  width: 980px;
}

.container1024 {
  width: 1024px;
}

.container1040 {
  width: 1040px;
}

.container1180 {
  width: 1180px;
}

.container1230 {
  width: 1230px;
}

.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: 4px;
}

.bg--white {
  background: white;
}

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

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

.centered-block {
  margin: auto;
}

.bg-wrapper {
  background-color: #fff;
  box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.1);
  position: relative;
}

.bg-pattern {
  position: relative;
}

.bg-pattern:before {
  content: '';
  background-image: url(/images/pattern.png);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}

.bg-pattern-icon:before {
  content: '';
  width: 100%;
  height: 100%;
  background-image: url("/images/bg2.png");
  background-position: center;
  position: fixed;
  top: 0;
  left: 0;
}

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

.bg-white {
  background-color: #fff;
}

.c-gray {
  color: #737373;
}

.c-primary {
  color: #FF8C00;
}

.c-white {
  color: #fff;
}

.img-d {
  display: block !important;
}

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

.copy-notification {
  color: #ffffff;
  background-color: rgba(0, 0, 0, 0.8);
  padding: 5px 15px 3px;
  border-radius: 4px;
  position: fixed;
  bottom: 50px;
  left: 50%;
  min-width: 150px;
  margin-top: 0;
  margin-left: -85px;
  display: none;
  text-align: center;
  z-index: 1500;
}

.text-content {
  font-size: 14px;
}

.box-shadowed {
  box-shadow: 0 2px 4px 0 rgba(70, 70, 70, 0.16);
}

.page--wrapper {
  padding-top: calc(110px + 48px);
}

.paper-wrapper {
  background: #FFFFFF;
  border: 1px solid rgba(70, 70, 70, 0.08);
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.08);
  border-radius: 4px;
  padding: 24px;
  margin-top: 25px;
}

.expanding-content {
  overflow: hidden;
}

@media screen and (max-width: 768px) {
  .img-d {
    display: none !important;
  }
  .img-m {
    display: block !important;
  }
}

@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;
    overflow-x: hidden;
  }
  .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: 15px;
  }
  .field {
    margin-bottom: 10px;
  }
  .main__wrapper {
    margin-top: 106px;
  }
  .page--wrapper {
    padding-top: 70px;
  }
  .paper-wrapper {
    padding: 16px;
    margin-top: 15px;
  }
}

@media screen and (max-width: 520px) {
  .hide-m {
    display: none !important;
  }
  .show-m {
    display: initial !important;
  }
}

@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 only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
  .ipad .header .header__right .hide-m {
    display: none !important;
  }
  .ipad .header .header__right .show-m {
    display: initial !important;
  }
}

.text-white {
  color: #fff;
}

.text-black {
  color: #000;
}

.text-red {
  color: #FF6262;
}

.text-blue {
  color: #299FD4;
}

.text-darkblue {
  color: #202264;
}

.text-default {
  color: #42505b;
}

.uppercase {
  text-transform: uppercase;
}

.sthrought {
  text-decoration: line-through;
}

.regular, .header .header-bottom .navbar .navbar-li.has-child .navbar-dropdown .child-content .child-content-li, form .field .label .light,
.form .field .label .light {
  font-family: 'Avenir Next Regular';
}

.medium, a.btn-primary,
input.btn-primary[type='submit'],
button.btn-primary, a.btn-secondary,
input.btn-secondary[type='submit'],
button.btn-secondary, a.expand-button,
input.expand-button[type='submit'],
button.expand-button, .page--promo-detail .paper-wrapper .price-container, .page--promo-detail .package-list .package-list-item .copy .price-container, .page--promo-detail .package-list .package-list-item .promo-tag {
  font-family: 'Avenir Next Medium';
}

.demibold, .header .header-bottom .navbar .navbar-li, .header .header-bottom .navbar .navbar-li.has-child .navbar-dropdown .child-main .child-main-li, .header .header-bottom .navbar .navbar-li.has-child .navbar-dropdown .child-content .child-content-title, form .field .label,
.form .field .label, .side-content ul.item-list li.active, .filter-form-mobile .filter-bar, .page--promo-detail .paper-wrapper .price-container .price.promo b, .page--blog-detail .parag h3 {
  font-family: 'Avenir Next Demi Bold';
}

.bold, .page--promo-detail .paper-wrapper .img.promo .promo-tag, .page--promo-detail .package-list .package-list-item .copy .price-container .price.promo b {
  font-family: 'Avenir Next Bold';
}

.heavy {
  font-family: 'Avenir Next Heavy';
}


.lora {
  font-family: 'Avenir Next Bold';
}

.lora.bold, .footer .footer-bottom .socmed .title, .header .header-bottom .navbar .navbar-li.has-child .navbar-dropdown .child-sec .child-sec-li, .page--promo-detail .paper-wrapper .img.promo .lora.promo-tag, .page--promo-detail .package-list .package-list-item .copy .price-container .price.promo b.lora {
  font-family: 'Avenir Next Demi Bold';
 font-family: 'Avenir Next Bold';

}

.lora.italic {
  font-family: 'Lora Italic';
}

/*
.lora {
  font-family: 'Lora Regular';
}

.lora.bold, .footer .footer-bottom .socmed .title, .header .header-bottom .navbar .navbar-li.has-child .navbar-dropdown .child-sec .child-sec-li, .page--promo-detail .paper-wrapper .img.promo .lora.promo-tag, .page--promo-detail .package-list .package-list-item .copy .price-container .price.promo b.lora {
  font-family: 'Lora Bold';
}

.lora.italic {
  font-family: 'Lora Italic';
} */

body {
  font-family: 'Avenir Next Regular';
  font-weight: 400;
  font-style: normal;
  /* 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: 18px;
  line-height: 30px;
  color: #464646;
  letter-spacing: 0;
}

h1 {
  font-size: 40px;
  font-weight: normal;
  margin: 0 0 15px 0;
  line-height: 40px;
}

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

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

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

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

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

h5.s18 {
  font-size: 18px;
}

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

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

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.reverse {
  text-decoration: underline;
}

a.link.reverse:hover {
  text-decoration: none;
}

a.link2 {
  position: relative;
  padding-right: 10px;
}

a.link2:after {
  content: '';
  width: 5px;
  height: 5px;
  border-top: 1px solid #464646;
  border-right: 1px solid #464646;
  position: absolute;
  transform: rotate(45deg);
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  border-color: inherit;
  transition: .3s ease;
}

a.link2:hover:after {
  right: -5px;
}

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

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

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

hr {
  display: block;
  width: 100%;
  border: none;
  border-bottom: 1px solid rgba(70, 70, 70, 0.2);
}

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

@media screen and (max-width: 768px) {
  h1 {
    font-size: 36px;
    margin: 0 0 10px 0;
    line-height: 36px;
  }
  h1.s50 {
    font-size: 32px;
    line-height: 32px;
  }
  h2 {
    font-size: 24px;
  }
  h3 {
    font-size: 18px;
  }
  h4 {
    font-size: 17px;
  }
}

.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_0 {
  margin-top: 0px;
}

.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_0 {
  margin-bottom: 0px;
}

.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_0 {
  margin-right: 0px;
}

.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_0 {
  margin-left: 0px;
}

.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_0 {
    margin-top: 0px;
  }
  .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_0 {
    margin-bottom: 0px;
  }
  .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_0 {
    margin-right: 0px;
  }
  .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_0 {
    margin-left: 0px;
  }
  .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_0 {
  padding-top: 0px;
}

.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_0 {
  padding-bottom: 0px;
}

.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_0 {
  padding-right: 0px;
}

.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_0 {
  padding-left: 0px;
}

.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_0 {
    padding-top: 0px;
  }
  .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_0 {
    padding-bottom: 0px;
  }
  .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_0 {
    padding-right: 0px;
  }
  .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_0 {
    padding-left: 0px;
  }
  .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;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.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.33333333%;
  }
  .row .col.s2 {
    width: 16.66666667%;
  }
  .row .col.s3 {
    width: 25%;
  }
  .row .col.s4 {
    width: 33.33333333%;
  }
  .row .col.s5 {
    width: 41.66666667%;
  }
  .row .col.s6 {
    width: 50%;
  }
  .row .col.s7 {
    width: 58.33333333%;
  }
  .row .col.s8 {
    width: 66.66666667%;
  }
  .row .col.s9 {
    width: 75%;
  }
  .row .col.s10 {
    width: 83.33333333%;
  }
  .row .col.s11 {
    width: 91.66666667%;
  }
  .row .col.s12 {
    width: 100%;
  }
}

@media (max-width: 767px) {
  .row:after {
    content: "";
    display: table;
    clear: both;
  }
  .row .col {
    float: left;
    min-height: 1px;
  }
  .row .col.xs1 {
    width: 8.33333333%;
  }
  .row .col.xs2 {
    width: 16.66666667%;
  }
  .row .col.xs3 {
    width: 25%;
  }
  .row .col.xs4 {
    width: 33.33333333%;
  }
  .row .col.xs5 {
    width: 41.66666667%;
  }
  .row .col.xs6 {
    width: 50%;
  }
  .row .col.xs7 {
    width: 58.33333333%;
  }
  .row .col.xs8 {
    width: 66.66666667%;
  }
  .row .col.xs9 {
    width: 75%;
  }
  .row .col.xs10 {
    width: 83.33333333%;
  }
  .row .col.xs11 {
    width: 91.66666667%;
  }
  .row .col.xs12 {
    width: 100%;
  }
}

@media (max-width: 520px) {
  .row:after {
    content: "";
    display: table;
    clear: both;
  }
  .row .col {
    float: left;
    min-height: 1px;
  }
  .row .col.xxs1 {
    width: 8.33333333%;
  }
  .row .col.xxs2 {
    width: 16.66666667%;
  }
  .row .col.xxs3 {
    width: 25%;
  }
  .row .col.xxs4 {
    width: 33.33333333%;
  }
  .row .col.xxs5 {
    width: 41.66666667%;
  }
  .row .col.xxs6 {
    width: 50%;
  }
  .row .col.xxs7 {
    width: 58.33333333%;
  }
  .row .col.xxs8 {
    width: 66.66666667%;
  }
  .row .col.xxs9 {
    width: 75%;
  }
  .row .col.xxs10 {
    width: 83.33333333%;
  }
  .row .col.xxs11 {
    width: 91.66666667%;
  }
  .row .col.xxs12 {
    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;
}

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

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

.ico-call {
  background: url("/images/ico/ico-call.svg") no-repeat;
  display: inline-block;
  vertical-align: middle;
  width: 30px;
  height: 31px;
  margin: 0;
}

.ico-sirene {
  background: url("/images/ico/ico-sirene.svg") no-repeat;
  display: inline-block;
  vertical-align: middle;
  width: 28px;
  height: 29px;
  margin: 0;
}

.ico-map {
  background: url("/images/ico/ico-map.svg") no-repeat;
  display: inline-block;
  vertical-align: middle;
  width: 26px;
  height: 28px;
  margin: 0;
}

.ico-schedule {
  background: url("/images/ico/ico-schedule.svg") no-repeat;
  display: inline-block;
  vertical-align: middle;
  width: 26px;
  height: 30px;
  margin: 0;
}

.ico-stethoscope {
  background: url("/images/ico/ico-stethoscope.svg") no-repeat;
  display: inline-block;
  vertical-align: middle;
  width: 30px;
  height: 29px;
  margin: 0;
}

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

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

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

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

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

.ico-m-sirene {
  background: url("/images/ico/ico-m-sirene.svg") no-repeat;
  display: inline-block;
  vertical-align: middle;
  width: 24px;
  height: 24px;
  margin: 0;
  background-size: 24px;
  background-position: center;
}

.ico-m-telp {
  background: url("/images/ico/ico-m-telp.svg") no-repeat;
  display: inline-block;
  vertical-align: middle;
  width: 24px;
  height: 24px;
  margin: 0;
  background-size: 24px;
  background-position: center;
}

.ico-m-calendar {
  background: url("/images/ico/ico-m-calendar.svg") no-repeat;
  display: inline-block;
  vertical-align: middle;
  width: 24px;
  height: 24px;
  margin: 0;
  background-size: 24px;
  background-position: center;
}

.ico-m-stethoscope {
  background: url("/images/ico/ico-m-stethoscope.svg") no-repeat;
  display: inline-block;
  vertical-align: middle;
  width: 24px;
  height: 24px;
  margin: 0;
  background-size: 24px;
  background-position: center;
}

.ico-m-package {
  background: url("/images/ico/ico-m-package.svg") no-repeat;
  display: inline-block;
  vertical-align: middle;
  width: 24px;
  height: 24px;
  margin: 0;
  background-size: 24px;
  background-position: center;
}

.ico-telp {
  background: url("/images/ico/ico-telp.svg") no-repeat;
  display: inline-block;
  vertical-align: middle;
  width: 18px;
  height: 18px;
  margin: 0 8px 0 0;
  background-size: 18px;
}

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

.ico-reset {
  background: url("/images/ico/ico-refresh.svg") no-repeat;
  display: inline-block;
  vertical-align: middle;
  width: 15px;
  height: 15px;
  margin: 0 3px 0 0;
  background-size: 15px;
}

@media screen and (max-width: 520px) {
  .ico-fb,
  .ico-tw {
    width: 26px;
    height: 26px;
    background-size: 26px;
  }
}

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

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

a.shadowed,
input[type='submit'].shadowed,
button.shadowed {
  box-shadow: 0 2px 8px 0 rgba(72, 72, 72, 0.24);
}

a.shadowed.blue,
input[type='submit'].shadowed.blue,
button.shadowed.blue {
  box-shadow: 0 4px 12px 0 rgba(40, 159, 212, 0.5);
}

a.btn-primary,
input[type='submit'].btn-primary,
button.btn-primary {
  background: #53B2DC;
  border-radius: 23px;
  border: 1px solid #53B2DC;
  font-size: 14px;
  color: #FFFFFF;
  letter-spacing: 0;
  text-align: center;
  line-height: 19px;
  padding: 6px 12px;
}

a.btn-primary:hover,
input[type='submit'].btn-primary:hover,
button.btn-primary:hover {
  background: #31a3d5;
}

a.btn-secondary,
input[type='submit'].btn-secondary,
button.btn-secondary {
  background: #fff;
  border-radius: 23px;
  border: 1px solid #53B2DC;
  font-size: 14px;
  color: #53B2DC;
  letter-spacing: 0;
  text-align: center;
  line-height: 19px;
  padding: 6px 12px;
}

a.btn-secondary:hover,
input[type='submit'].btn-secondary:hover,
button.btn-secondary:hover {
  background: #53B2DC;
  color: #FFFFFF;
}

a.btn-secondary.red,
input[type='submit'].btn-secondary.red,
button.btn-secondary.red {
  border: 1px solid #FF6262;
  color: #FF6262;
}

a.btn-secondary.red:hover,
input[type='submit'].btn-secondary.red:hover,
button.btn-secondary.red:hover {
  background: #FF6262;
  color: #fff;
}

a.expand-button,
input[type='submit'].expand-button,
button.expand-button {
  font-size: 14px;
  color: #299FD4;
  letter-spacing: 0;
  position: relative;
  padding-right: 15px;
  line-height: 19px;
}

a.expand-button:after,
input[type='submit'].expand-button:after,
button.expand-button:after {
  content: '';
  width: 6px;
  height: 6px;
  border-top: 1px solid #299FD4;
  border-left: 1px solid #299FD4;
  position: absolute;
  transform: rotate(225deg);
  right: 0;
  top: 5px;
  transition: transform .5s ease;
}

a.expand-button.expand:after,
input[type='submit'].expand-button.expand:after,
button.expand-button.expand:after {
  transform: rotate(45deg);
  top: 9px;
}

@media screen and (max-width: 520px) {
  input[type='submit'],
  button {
    cursor: pointer;
  }
  a.btn-primary,
  input[type='submit'].btn-primary,
  button.btn-primary {
    background: #299FD4;
  }
  a.btn-primary:hover,
  input[type='submit'].btn-primary:hover,
  button.btn-primary:hover {
    color: #fff;
    background: #299FD4;
  }
  a.btn-secondary:hover,
  input[type='submit'].btn-secondary:hover,
  button.btn-secondary:hover {
    color: #53B2DC;
    background: #FFFFFF;
  }
  a.btn-secondary.red,
  input[type='submit'].btn-secondary.red,
  button.btn-secondary.red {
    color: #FF6262;
    background: #fff;
  }
}

.footer .footer-top {
  /*background-color: #eeeeee;*/
	background-color: #52b2dc;
}

.footer .footer-top .inner-container {
  padding: 30px 0 30px;
}

.footer .footer-bottom {
    padding: 40px 0px 20px 0px;
    background-color: #e4eff5;
}

.footer .footer-bottom .row {
  margin: 0 -15px;
}

.footer .footer-bottom .row .col {
  padding: 0 15px;
}

.footer .footer-bottom .address {
  font-size: 16px;
  color: #939393;
  letter-spacing: 0;
  line-height: 24px;
}

.footer .footer-bottom .socmed .title {
  opacity: 0.6;
  font-size: 16px;
  line-height: 20px;
  color: #464646;
  letter-spacing: 0;
}

.footer .footer-bottom .socmed .socmed-ul {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  margin: 0 -8px;
}

.footer .footer-bottom .socmed .socmed-ul .socmed-li {
  width: 32px;
  height: 32px;
  border-radius: 100%;
  color: #fff;
  margin: 8px 4px;
  overflow-y: hidden;
}

.footer .footer-bottom .socmed .socmed-ul .socmed-li .socmed-a {
  width: 100%;
  height: 100%;
  border-radius: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  background-color: #464646;
  border: 1px solid #464646;
  transition: .3s ease;
}

.footer .footer-bottom .socmed .socmed-ul .socmed-li .socmed-a:hover {
  background-color: #fff;
  color: #464646;
}

.footer .footer-bottom .accreditation img {
  margin-right: 8px;
}

.footer .footer-bottom .copyright {
  margin-top: 45px;
    font-size: 11px;
    letter-spacing: 0;
    line-height: 24px;
    text-align: center;
    color: #9e9e9e;
}

.footer .footer-bottom .copyright .tnp a.link {
  margin-right: 24px;
}

.footer .footer-bottom .copyright .tnp a.link:last-child {
  margin-right: 0;
}

@media screen and (max-width: 768px) {
 /* .footer .footer-top {
    display: none;
  }*/
  .footer .footer-bottom {
    padding: 1rem;
  }
  .footer .footer-bottom .row .col {
    -ms-flex-pack: start;
        justify-content: center;
    padding-top: 16px;
    padding-bottom: 16px;
  }
  .footer .footer-bottom .address .title {
    font-family: 'Avenir Next Bold';
    margin-bottom: 4px;
    display: inline-block;
  }
  .footer .footer-bottom .btn-secondary {
    display: inline-block !important;
    margin-top: 8px;
    padding: 4px 29px 4px 15px;
    position: relative;
    color: #939393;
    border-color:#939393;
    background-color: transparent;
  }
  .footer .footer-bottom .btn-secondary:after {
    content: '';
    width: 6px;
    height: 6px;
    border-top: 1px solid #464646;
    border-right: 1px solid #464646;
    position: absolute;
    transform: rotate(45deg);
    right: 20px;
    top: 0;
    bottom: 0;
    margin: auto;
  }
  .footer .footer-bottom .copyright {
    margin-top: 25px;
  }
  .footer .footer-bottom .socmed .socmed-ul {
    margin: 0;
  }
}

.header {
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.12);
  position: fixed;
  width: 100%;
  z-index: 101;
  background-color: #fff;
}

.header .row {
  margin: 0 -5px;
}

.header .row .col {
  padding: 0 5px;
}

.header .separator {
  position: relative;
}

.header .separator:after {
  content: '';
  width: 1px;
  height: 20px;
  background-color: rgba(0, 0, 0, 0.2);
  position: absolute;
  right: -14px;
  margin: 0 11px 0 0;
}

.header.show-searchbar .header-top .mini-menu {
  display: none;
}

.header.show-searchbar .header-top .search-f .search-box {
  width: 233px;
  opacity: 1;
}

.header .header-top {
  font-size: 14px;
  background: #F6F6F6;
  padding: 9px 0;
}

.header .header-top .h-top-01 .btn-secondary {
  margin-right: 15px;
  font-size: inherit;
  background-color: #F6F6F6;
  line-height: 14px;
}

.header .header-top .h-top-01 .btn-secondary:hover {
  background-color: #e9e9e9;
  color: #FF6262;
}

.header .header-top ul.socmed {
  margin: 0;
  padding: 0 7px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}

.header .header-top ul.socmed li {
  padding: 0 8px;
  font-size: 18px;
}

.header .header-top .mini-menu {
  display: -ms-flexbox;
  display: flex;
}

.header .header-top .s-navbar {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  margin: 0 10px;
}

.header .header-top .s-navbar .s-navbar-li {
  padding: 0 10px;
}

.header .header-top .s-navbar .s-navbar-li .s-navbar-a {
  line-height: 18px;
  white-space: nowrap;
}

.header .header-top .s-navbar .s-navbar-li.has-child {
  position: relative;
}

.header .header-top .s-navbar .s-navbar-li.has-child .s-navbar-a {
  padding-right: 25px;
}

.header .header-top .s-navbar .s-navbar-li.has-child .s-navbar-a:after {
  content: '';
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #464646;
  position: absolute;
  top: 6px;
  right: 3px;
}

.header .header-top .s-navbar .s-navbar-li.has-child:hover .s-submenu {
  display: block;
}

.header .header-top .s-navbar .s-submenu {
  display: none;
  position: absolute;
  top: 100%;
  left: 0px;
  min-width: 100px;
  text-align: center;
  z-index: 5;
  border-radius: 4px;
  box-shadow: 0 4px 5px rgba(0, 0, 0, 0.07);
  padding: 5px 0 0;
}

.header .header-top .s-navbar .s-submenu:before {
  content: '';
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 5px solid #fff;
  position: absolute;
  top: 0;
  left: 25px;
}

.header .header-top .s-navbar .s-submenu .s-submenu-li {
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  background-color: #fff;
}

.header .header-top .s-navbar .s-submenu .s-submenu-li:last-child {
  border-bottom: 0;
}

.header .header-top .s-navbar .s-submenu .s-submenu-li:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}

.header .header-top .s-navbar .s-submenu .s-submenu-li:last-child {
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}

.header .header-top .s-navbar .s-submenu .s-submenu-li .s-submenu-a {
  padding: 7px 10px;
  line-height: 18px;
  background-color: inherit;
  transition: .3s ease;
}

.header .header-top .s-navbar .s-submenu .s-submenu-li .s-submenu-a:hover {
  background-color: #f7f7f7;
}

.header .header-top .search-f {
  padding: 0 7px;
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  overflow-x: hidden;
  /* firefox 19+ */
  /* ie */
}

.header .header-top .search-f ::-webkit-input-placeholder {
  font-family: 'Avenir Next Italic';
  opacity: 0.5;
}

.header .header-top .search-f ::-moz-placeholder {
  font-family: 'Avenir Next Italic';
  opacity: 0.5;
}

.header .header-top .search-f :-ms-input-placeholder {
  font-family: 'Avenir Next Italic';
  opacity: 0.5;
}

.header .header-top .search-f input:-moz-placeholder {
  font-family: 'Avenir Next Italic';
  opacity: 0.5;
}

.header .header-top .search-f input {
  border: 0;
  background-color: inherit;
  font-size: 14px;
  color: #464646;
  letter-spacing: 0;
  padding-right: 15px;
  outline: 0;
}

.header .header-top .search-f .ico-search {
  position: relative;
  right: 0;
  top: 0;
}

.header .header-top .search-f .btn-search {
  cursor: pointer;
}

.header .header-top .search-f .search-box {
  width: 0;
  opacity: 0;
  overflow: hidden;
  transition: .4s ease;
}

.header .header-top .search-f .search-box .inner {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}

.header .header-top .search-f .search-box .inner input {
  width: 200px;
  height: 30px;
  margin-left: 10px;
  font-family: 'Avenir Next Regular';
}

.header .header-top .search-f .search-box .inner .btn-search-close {
  cursor: pointer;
}

.header .header-bottom {
  padding: 24px 0;
}

.header .header-bottom .navbar-container {
  position: relative;
}

.header .header-bottom .navbar {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: end;
      align-items: flex-end;
  /*margin: 0;*/
}

.header .header-bottom .navbar .navbar-li {
padding: 0 1rem 0 1rem;
 /* padding: 0 11px 0 10px;*/
  font-size: 16px;
  line-height: 22px;
  letter-spacing: 0;
}

.header .header-bottom .navbar .navbar-li .navbar-a {
  position: relative;
  cursor: pointer;
}

.header .header-bottom .navbar .navbar-li .navbar-a:after {
  content: '';
  width: 1px;
  height: 100%;
  background-color: #979797;
  position: absolute;
  /*right: -11px;*/
right: -16px;
  top: 0;
}

.header .header-bottom .navbar .navbar-li.active .navbar-a:before {
  content: '';
  width: 100%;
  height: 6px;
  border-radius: 10px;
  background-color: #269ED5;
  position: absolute;
  left: 0;
  bottom: -18px;
}

.header .header-bottom .navbar .navbar-li:last-child .navbar-a:after {
  display: none;
}

/*.header .header-bottom .navbar .navbar-li:last-child.has-child .navbar-dropdown {
  left: initial !important;
  right: 0;
}*/

.header .header-bottom .navbar .navbar-li .navbar-dropdown {
  position: absolute;
}

.header .header-bottom .navbar .navbar-li .navbar-dropdown .child-content-a {
  display: inline-block;
}

.header .header-bottom .navbar .navbar-li .navbar-dropdown .child-content-a:hover {
  text-decoration: underline;
}

.header .header-bottom .navbar .navbar-li.has-child .navbar-dropdown {
  max-width: 100%;
  bottom: inherit;
  top: 125%;
  left: 0;
  background-color: #fff;
  z-index: 10;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.16);
  border-radius: 6px;
  border: 1px solid rgba(70, 70, 70, 0.24);
  display: -ms-flexbox;
  display: flex;
}

.header .header-bottom .navbar .navbar-li.has-child .navbar-dropdown .child-main {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  background: #F6F6F6;
}

.header .header-bottom .navbar .navbar-li.has-child .navbar-dropdown .child-main .child-main-li {
  font-size: 16px;
  color: #464646;
  letter-spacing: 0;
  padding: 17px 10px 17px 30px;
}

.header .header-bottom .navbar .navbar-li.has-child .navbar-dropdown .child-main .child-main-li .child-main-a {
  display: inline-block;
}

.header .header-bottom .navbar .navbar-li.has-child .navbar-dropdown .child-main .child-main-li.has-child {
  cursor: pointer;
}

.header .header-bottom .navbar .navbar-li.has-child .navbar-dropdown .child-main .child-main-li.has-child .child-main-a {
  cursor: inherit;
  position: relative;
  padding-right: 18px;
}

.header .header-bottom .navbar .navbar-li.has-child .navbar-dropdown .child-main .child-main-li.has-child .child-main-a:after {
  content: '';
  width: 8px;
  height: 8px;
  border-top: 1px solid #464646;
  border-right: 1px solid #464646;
  position: absolute;
  right: 3px;
  top: 6px;
  transform: rotate(45deg);
}

.header .header-bottom .navbar .navbar-li.has-child .navbar-dropdown .child-main .child-main-li.has-child:last-child {
  border-bottom-right-radius: 6px;
}

.header .header-bottom .navbar .navbar-li.has-child .navbar-dropdown .child-main .child-main-li.has-child:first-child {
  border-top-right-radius: 6px;
}

.header .header-bottom .navbar .navbar-li.has-child .navbar-dropdown .child-main .child-main-li.active, .header .header-bottom .navbar .navbar-li.has-child .navbar-dropdown .child-main .child-main-li.highlight, .header .header-bottom .navbar .navbar-li.has-child .navbar-dropdown .child-main .child-main-li:hover {
  color: #269ED5;
  background: #E3EFF4;
}

.header .header-bottom .navbar .navbar-li.has-child .navbar-dropdown .child-main .child-main-li.active .child-main-a:after, .header .header-bottom .navbar .navbar-li.has-child .navbar-dropdown .child-main .child-main-li.highlight .child-main-a:after, .header .header-bottom .navbar .navbar-li.has-child .navbar-dropdown .child-main .child-main-li:hover .child-main-a:after {
  border-color: #269ED5;
}

.header .header-bottom .navbar .navbar-li.has-child .navbar-dropdown .child-sec {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  background: #fff;
}

.header .header-bottom .navbar .navbar-li.has-child .navbar-dropdown .child-sec .child-sec-li {
  font-size: 14px;
  color: #464646;
  letter-spacing: 0.5px;
  line-height: 18px;
  padding: 20px 24px 17px;
  background: #E3EFF4;
  border: 1px solid rgba(70, 70, 70, 0.24);
  text-transform: uppercase;
  cursor: pointer;
  min-height: 83px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}

.header .header-bottom .navbar .navbar-li.has-child .navbar-dropdown .child-sec .child-sec-li.active, .header .header-bottom .navbar .navbar-li.has-child .navbar-dropdown .child-sec .child-sec-li:hover {
  color: #fff;
  text-decoration: underline;
  background: rgba(38, 158, 213, 0.88);
}

.header .header-bottom .navbar .navbar-li.has-child .navbar-dropdown .child-sec .child-sec-li:first-child {
  border-top: 0;
}

.header .header-bottom .navbar .navbar-li.has-child .navbar-dropdown .child-content {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  background-color: #fff;
  overflow: auto;
  max-height: 498px;
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
}

.header .header-bottom .navbar .navbar-li.has-child .navbar-dropdown .child-content.two-col {
  width: 75%;
  max-height: 500px;
}

.header .header-bottom .navbar .navbar-li.has-child .navbar-dropdown .child-content.two-col .child-content-ul {
  height: 100%;
}

.header .header-bottom .navbar .navbar-li.has-child .navbar-dropdown .child-content .child-content-wrapper {
  height: 100%;
  padding: 24px 50px;
}

.header .header-bottom .navbar .navbar-li.has-child .navbar-dropdown .child-content .child-content-title {
  font-size: 16px;
  color: #464646;
  letter-spacing: 0;
  margin-bottom: 24px;
}

.header .header-bottom .navbar .navbar-li.has-child .navbar-dropdown .child-content .child-content-ul {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  height: calc(100% - 46px);
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  columns: 2 200px;
}

.header .header-bottom .navbar .navbar-li.has-child .navbar-dropdown .child-content .child-content-li {
  margin-bottom: 16px;
  width: 50%;
}

.header .header-bottom .navbar .navbar-li.has-child .navbar-dropdown .child-content .child-content-li:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 6px;
}

.header .header-bottom .navbar .navbar-li.has-child .navbar-dropdown .child-content .child-content-li:first-child {
  border-top-right-radius: 6px;
}

.header .header-bottom .navbar .navbar-li.has-child .navbar-dropdown .child-sec,
.header .header-bottom .navbar .navbar-li.has-child .navbar-dropdown .child-content {
  display: none;
}

.header .header-bottom .navbar .navbar-li.has-child-big .navbar-dropdown {
  width: 1130px;
}

.header .header-bottom .navbar .navbar-li.has-child-big .navbar-dropdown .child-main {
  width: 25%;
}

.header .header-bottom .navbar .navbar-li.has-child-big .navbar-dropdown .child-sec {
  width: 30%;
}

.header .header-bottom .navbar .navbar-li.has-child-big .navbar-dropdown .child-content {
  width: 45%;
}

.header .header-bottom .navbar .navbar-li.has-child-small {
  position: relative;
}

.header .header-bottom .navbar .navbar-li.has-child-small .navbar-dropdown {
  width: 673px;
  max-width: initial;
  left: -400%;
top:55px;
}

.header .header-bottom .navbar .navbar-li.has-child-small .navbar-dropdown .child-main {
  width: 45%;
}

.header .header-bottom .navbar .navbar-li.has-child-small .navbar-dropdown .child-content {
  width: 55%;
}

.header .header-bottom .navbar .navbar-li.has-child-small.has-child .navbar-dropdown .child-sec {
  width: 55%;
}

.header .header-bottom .navbar .navbar-li.has-child-small.has-child .navbar-dropdown .child-sec .child-sec-li {
  border: 0;
  background-color: #fff;
  min-height: auto;
}

.header .header-bottom .navbar .navbar-li.has-child-small.has-child .navbar-dropdown .child-sec .child-sec-li.active {
  text-decoration: none;
  color: #269ED5;
  background: #E3EFF4;
}

.header .header-bottom .navbar .navbar-li.has-child-small.has-child .navbar-dropdown .child-sec .child-sec-li:first-child {
  border-top-right-radius: 6px;
}

.header .header-bottom .navbar .navbar-li.has-child-small.has-child .navbar-dropdown .child-sec .child-sec-li:last-child {
  border-bottom-right-radius: 6px;
}

.header .header-bottom .navbar .navbar-li.has-child-one {
  position: relative;
}

.header .header-bottom .navbar .navbar-li.has-child-one .navbar-dropdown {
  width: 293px;
  max-width: initial;
  left: -100%;
  top:55px;
}

.header .header-bottom .navbar .navbar-li.has-child-one .navbar-dropdown .child-main {
  width: 100%;
}

.header .header-bottom .navbar-dropdown {
  position: absolute;
  bottom: 0;
  left: 0;
}

.m-header {
  display: none;
}

.m-header {
  height: 70px;
  position: fixed;
  width: 100%;
  z-index: 15;
}

.m-header .logo {
  max-width: 175px;
}

.m-header .logo img {
  width: 100%;
}

.m-header .btn-menu-m {
  width: 36px;
  height: 36px;
  border-radius: 4px;
 /* background-color: #53B2DC; */
background-color:#fff;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
}

.m-header .btn-menu-m span {
  height: 3px;
  width: 60%;
  background-color:  #3570d2;
  border-radius: 1.5px;
  position: relative;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition-duration: 75ms;
}

.m-header .btn-menu-m span:before {
  content: '';
  height: inherit;
  width: 100%;
  background-color: inherit;
  border-radius: inherit;
  position: absolute;
}


.m-header .btn-menu-m span:after{
  content: '';
  height: inherit;
  width: 100%;
  background-color: inherit;
  border-radius: inherit;
  position: absolute;
}


.m-header .btn-menu-m span:before {
  top: -7px;
  transition: top 75ms ease .12s,opacity 75ms ease;
}

.m-header .btn-menu-m span:after {
 /* bottom: -7px;
  transition: bottom 75ms ease .12s,opacity 75ms ease; */
    bottom: -8px;
    transition: bottom 75ms ease .12s,opacity 75ms ease;
    width: 50%;
    right: 0;
}

.m-header .btn-menu-m.active span {
  transition-delay: .12s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  transform: rotate(45deg);
}

.m-header .btn-menu-m.active span:before {
  top: 0;
  transition: top 75ms ease,opacity 75ms ease .12s;
  opacity: 0;
}

.m-header .btn-menu-m.active span:after {
  bottom: 0;
  transition: bottom 75ms ease, transform 75ms cubic-bezier(0.215, 0.61, 0.355, 1) 0.12s;
  transform: rotate(-90deg);
width:100%;
}

.m-header .m-header-top {
  position: relative;
  z-index: 5;
  padding: 15px;
  height: 70px;
  background-color: #fff;
 /* box-shadow: 0 1px 2px rgba(0, 0, 0, 0.24); */
}

.m-header .m-navmenu {
  z-index: 2;
}

.m-navmenu {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 70px;
  right: 0;
  opacity: 0;
  visibility: hidden;
  z-index: -4;
}

.m-navmenu:before {
  content: '';
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
  opacity: 0;
  visibility: hidden;
}

.m-navmenu .navmenu-container {
  width: 85%;
  height: 100%;
  top: 0;
  right: 0;
  background-color: #fff;
  margin: 0 0 0 auto;
  transform: translateX(100%);
}

.m-navmenu .navmenu-search {
  padding: 0 16px;
  display: -ms-flexbox;
  display: flex;
  height: 50px;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  /*border-bottom: 1px solid #464646;*/
  /* firefox 19+ */
  /* ie */
}

.m-navmenu .navmenu-search ::-webkit-input-placeholder {
  font-family: 'Avenir Next Italic';
  opacity: 0.5;
}

.m-navmenu .navmenu-search ::-moz-placeholder {
  font-family: 'Avenir Next Italic';
  opacity: 0.5;
}

.absolute-search{
    position: absolute;
    right: 9%;
    opacity: 0.5;
}


.m-navmenu .navmenu-search :-ms-input-placeholder {
  font-family: 'Avenir Next Italic';
  opacity: 0.5;
}

.m-navmenu .navmenu-search input:-moz-placeholder {
  font-family: 'Avenir Next Italic';
  opacity: 0.5;
}

.m-navmenu .navmenu-search input {
  border: 0;
  background-color: inherit;
  font-size: 14px;
  color: #464646;
  letter-spacing: 0;
  outline: 0;
  width: 100%;
  padding: 3px 8px;

    border: 1px solid #939393;
    border-radius: 20px;
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;

}

.m-navmenu .navmenu-list .navmenu-list-li {
  border-bottom: 1px solid #D3D3D3;
}

.m-navmenu .navmenu-list .navmenu-list-li.has-child .navmenu-list-a:after {
  content: '';
  width: 8px;
  height: 8px;
  border-right: 1px solid #464646;
  border-top: 1px solid #464646;
  transform-origin: center;
  transform: rotate(45deg);
  position: absolute;
  top: 19px;
  right: 16px;
}

.m-navmenu .navmenu-list .navmenu-list-li.has-child.active .subnavmenu {
  transform: translateX(0);
}

.m-navmenu .navmenu-list .navmenu-list-li .navmenu-list-a {
  padding: 9px 23px 7px 16px;
  display: block;
  position: relative;
  font-family: 'Avenir Next Demi Bold';
  font-size: 14px;
  color: #464646;
}

.m-navmenu .navmenu-list .subnavmenu {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  background-color: #fff;
  z-index: 5;
  border-left: 1px solid #D3D3D3;
  border-right: 1px solid #D3D3D3;
  transform: translateX(100%);
  transition: .6s ease;
}

.m-navmenu .navmenu-list .subnavmenu .subnav-head {
  background-color: #f6f6f6;
  min-height: 46px;
}

.m-navmenu .navmenu-list .subnavmenu .subnav-head .subnav-head-a {
  padding: 9px 16px 7px 23px;
  font-family: 'Avenir Next Demi Bold';
  font-size: 14px;
  color: #464646;
  width: 100%;
  text-align: center;
}

.m-navmenu .navmenu-list .subnavmenu .subnav-head .subnav-head-a:before {
  content: '';
  width: 8px;
  height: 8px;
  border-left: 1px solid #464646;
  border-top: 1px solid #464646;
  transform-origin: center;
  transform: rotate(-45deg);
  position: absolute;
  top: 19px;
  left: 16px;
}

.m-navmenu .navmenu-list .subnavmenu .subnav-list {
  height: calc(100% - 46px);
}

.m-navmenu .navmenu-list .subnavmenu .subnav-list .subnav-list-li {
  border-bottom: 1px solid #D3D3D3;
}

.m-navmenu .navmenu-list .subnavmenu .subnav-list .subnav-list-li .subnav-list-a {
  padding: 9px 23px 7px 16px;
  display: block;
  position: relative;
  font-family: 'Avenir Next Regular';
  font-size: 14px;
  color: #464646;
}

.m-navmenu .navmenu-list .subnavmenu .subnav-list .subnav-list-li.has-child .subnav-list-a {
  cursor: default;
}

.m-navmenu .navmenu-list .subnavmenu ul.subnav-child-list {
  margin: 0;
  padding-left: 16px;
}

.m-navmenu .navmenu-list .subnavmenu ul.subnav-child-list li {
  position: relative;
  padding-left: 15px;
  font-size: 14px;
}

.m-navmenu .navmenu-list .subnavmenu ul.subnav-child-list li:before {
  content: '';
  width: 0;
  height: 0;
  border-top: 3px solid transparent;
  border-bottom: 3px solid transparent;
  border-left: 3px solid #464646;
  position: absolute;
  top: 14px;
  left: 2px;
}

.m-navmenu .navmenu-list .subnavmenu ul.subnav-child-list li a {
  padding: 3px 0;
}

.show-navmenu {
  overflow: hidden;
}

.show-navmenu .m-header .m-navmenu {
  opacity: 1;
  visibility: visible;
  z-index: 4;
}

.show-navmenu .m-header .m-navmenu:before {
  transition: .3s ease .2s;
  opacity: 1;
  visibility: visible;
}

.show-navmenu .m-header .m-navmenu .navmenu-container {
  transition: .4s ease .4s;
  transform: translateX(0);
}

@media screen and (max-width: 768px) {
  .header {
    display: none;
  }
  .m-header {
    display: block;
  }
}

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

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

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

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

.btn {
  height: 45px;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: 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;
}

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

form input, form textarea, form select,
.form input,
.form textarea,
.form select {
  position: relative;
  font-size: 14px;
  border: 1px solid rgba(70, 70, 70, 0.24);
  border-radius: 4px;
  padding: 7px 12px;
  -webkit-appearance: none;
  vertical-align: middle;
  width: auto;
  height: 35px;
  font-family: inherit;
  background-color: #FFFFFF;
  outline: 0;
  color: inherit;
}

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 textarea,
.form textarea {
  height: auto;
  resize: none;
  padding-top: 20px;
  padding-bottom: 20px;
}

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-dropdown.svg);
  background-repeat: no-repeat;
  background-position: right center;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  text-indent: 0.01px;
  text-overflow: '';
}

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

form .has-error .text-error,
.form .has-error .text-error {
  color: #ff0000;
  font-size: 11px;
  margin-top: 7px;
  display: block;
}

form .field,
.form .field {
  position: relative;
  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%;
  transition: all 0.3s;
}

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.floating-label .label,
.form .field.floating-label .label {
  font-size: 11px;
  color: #142654;
  transform: translateY(0);
  opacity: 1;
}

form .field.floating-label input, form .field.floating-label textarea,
.form .field.floating-label input,
.form .field.floating-label textarea {
  padding: 19px 20px 4px 20px;
}

form .field.floating-label ::-webkit-input-placeholder,
.form .field.floating-label ::-webkit-input-placeholder {
  opacity: 0;
}

form .field.floating-label ::-moz-placeholder,
.form .field.floating-label ::-moz-placeholder {
  opacity: 0;
}

form .field.floating-label :-ms-input-placeholder,
.form .field.floating-label :-ms-input-placeholder {
  opacity: 0;
}

form .field.floating-label :-moz-placeholder,
.form .field.floating-label :-moz-placeholder {
  opacity: 0;
}

form .field .label,
.form .field .label {
  position: relative;
  z-index: 2;
  font-size: 12px;
  color: rgba(70, 70, 70, 0.8);
  margin: 0;
  transition: all 0.3s;
  cursor: text;
  pointer-events: none;
  font-size: 12px;
  line-height: 21px;
  letter-spacing: 0;
}

form .form-group,
.form .form-group {
  margin-bottom: 32px;
}

form .form-row,
.form .form-row {
  margin: 0 -8px;
  margin-bottom: 24px;
}

form .form-row .col,
.form .form-row .col {
  padding: 0 8px;
}

form .form-row .field,
.form .form-row .field {
  margin-bottom: 0;
}

form .form-row .chosen-container,
form .form-row .chosen,
.form .form-row .chosen-container,
.form .form-row .chosen {
  min-width: 100%;
  width: 100% !important;
}

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

@media (max-width: 1024px) {
  form .field,
  .form .field {
    -ms-flex-flow: row wrap;
        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;
  }
}

.datepick {
  background-image: url("/images/ico/ico-calendar.svg");
  background-repeat: no-repeat;
  background-position: 98% center;
}

.form-control {
  width: 100%;
  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;
}

.form-container {
  background: #FFFFFF;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.16);
  border-radius: 4px;
}

.form-container .form-head {
  background-color: #F1F7F9;
  padding: 14px 24px;
  min-height: 100px;
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
}

.form-container .form-body {
  padding: 24px;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}

.required {
  width: 4px;
  height: 4px;
  background-color: #F57D7D;
  display: inline-block;
  border-radius: 100%;
  vertical-align: text-top;
  margin-left: 2px;
}

.upload-field {
  background: #FFFFFF;
  border: 1px solid rgba(70, 70, 70, 0.24);
  border-radius: 4px;
  padding: 5px;
  font-size: 16px;
  line-height: 22px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
      align-items: flex-start;
}

.upload-field .upload-button {
  background-image: linear-gradient(180deg, #FAFAFA 0%, #E7E7E7 100%);
  box-shadow: inset 0 -1px 1px 0 rgba(0, 0, 0, 0.08);
  border-radius: 4px;
  font-size: 14px;
  letter-spacing: 0;
  text-align: center;
  padding: 3px;
  width: 90px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin: 0;
}

.upload-field .upload-button:active {
  background-image: linear-gradient(180deg, #f2f2f2 0%, #dfdfdf 100%);
}

.upload-field .upload-path {
  width: calc(100% - 90px);
  padding: 3px 12px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}

.upload-field .upload-path p {
  width: 100%;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

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

@media (max-width: 768px) {
  form .form-group,
  .form .form-group {
    margin-bottom: 16px;
  }
  form .form-row,
  .form .form-row {
    margin-bottom: 8px;
  }
  form .form-row .field,
  .form .form-row .field {
    margin-bottom: 16px;
  }
  .form-container .form-head {
    min-height: auto;
  }
  .form-container .form-body {
    padding: 12px;
  }
  .upload-field {
    font-size: 14px;
  }
}

.breadcrumb {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
      align-items: flex-start;
  margin: 16px -8px;
  font-size: 14px;
}

.breadcrumb .breadcrumb-li {
  opacity: 0.8;
  letter-spacing: 0;
  padding: 0 8px;
  position: relative;
  transition: .3s ease;
}

.breadcrumb .breadcrumb-li:after {
  content: '/';
  position: absolute;
  right: -3px;
}

.breadcrumb .breadcrumb-li:last-child {
  pointer-events: none;
}

.breadcrumb .breadcrumb-li:last-child:after {
  display: none;
}

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

.breadcrumb .breadcrumb-li.backonly {
  pointer-events: auto;
}

.breadcrumb .breadcrumb-li.backonly .breadcrumb-link {
  position: relative;
  padding-left: 15px;
}

.breadcrumb .breadcrumb-li.backonly .breadcrumb-link:before {
  content: '';
  width: 5px;
  height: 5px;
  border-top: 1px solid #464646;
  border-left: 1px solid #464646;
  transform: rotate(-45deg);
  position: absolute;
  left: 0;
  top: 0;
  bottom: 3px;
  margin: auto;
}

.intro {
  margin-bottom: 40px;
}

.intro .breadcrumb {
  margin-bottom: 24px;
}

.intro .title {
  margin-bottom: 40px;
  line-height: 54px;
}

.intro .desc {
  font-size: 14px;
  line-height: 24px;
}

.intro .desc.parag-space p {
  margin: 12px 0;
}

.carousel-slider {
  display: -ms-flexbox;
  display: flex;
  min-height: 437px;
}

.carousel-slider.fit-content {
  min-height: auto;
}

.carousel-slider .carousel-slider-item {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 100%;
}

.carousel-slider .carousel-slider-item .img {
  width: 100%;
  display: block;
  position: relative;
  padding-bottom: 30%;
}

.carousel-slider .carousel-slider-item .img img {
  width: 100%;
  height: 100%;
  position: absolute;
  -o-object-fit: cover;
     object-fit: cover;
}

.carousel-slider.slick-initialized.slick-slider {
  display: block;
  min-height: auto;
}

.carousel-slider.slick-initialized.slick-slider .slick-dots {
  max-width: 1100px;
  bottom: 16px;
  left: 0;
  right: 0;
  margin: auto;
}

.carousel-slider.slick-initialized.slick-slider .slick-dots li.slick-active button:before {
  color: #fff;
}

.carousel-slider.with-copy {
  color: #fff;
}

.carousel-slider.with-copy .img {
  position: absolute;
}

.hero .img {
  width: 100%;
  display: block;
  position: relative;
  padding-bottom: 23%;
}

.hero .img img {
  width: 100%;
  height: 100%;
  position: absolute;
  -o-object-fit: cover;
     object-fit: cover;
}

.hero.overlay .img:after {
  content: '';
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.64);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

.hero.with-heading {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: end;
      align-items: flex-end;
  -ms-flex-pack: center;
      justify-content: center;
}

.hero.with-heading .img {
  padding-bottom: 30%;
}

.hero.with-heading .copy {
  position: absolute;
  bottom: 8%;
  text-align: center;
  color: #fff;
  z-index: 2;
}

.hero.with-heading .copy .subtitle {
  opacity: .72;
  margin-bottom: 5px;
}

.main-feature {
  padding: 40px 0;
}

.main-feature .row {
  margin: -9px;
}

.main-feature .row .col {
  padding: 9px;
}

.main-feature .block-item {
  /*box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.16);*/
  border-radius: 10px;
  height: 100%;
  width: 100%;
transition: all 0.5s ease;
}

.main-feature .block-item:hover {
  box-shadow: 0 10px 7px 0 rgba(0, 0, 0, 0.12);

}

.customize-c {
    margin-left: auto;
    margin-right: auto;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
max-width:250px;
}

/*.main-feature .block-item.red {
  background-color: #D14B4B;
}

.main-feature .block-item.blue {
  background-color: #4697C6;
}

.main-feature .block-item.orange {
  background-color: #F1902D;
}

.main-feature .block-item.pink {
  background-color: #E96F94;
}

.main-feature .block-item.cyan {
  background-color: #47BFB5;
}

.main-feature .block-item.green {
  background-color: #96C961;
}

*/

.main-feature .block-item .img {
  position: relative;
  padding-bottom: 50%;
}

.main-feature .block-item .img img {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.main-feature .block-item .copy {
  padding: 16px;
  color: #fff;
}

.row.box-content-list {
  margin: -9px;
}

.row.box-content-list .col {
  padding: 9px;
}

.mediabox {
  position: relative;
}

.mediabox.rounded {
  border-radius: 4px;
  overflow: hidden;
}

.mediabox.bordered {
  border: 1px solid rgba(70, 70, 70, 0.08);
}

.mediabox.shadowed {
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.08);
}

.mediabox.m-size .mediabox-img {
  padding-bottom: 45%;
}

.mediabox.m-size .mediabox-copy {
  padding: 16px;
}

.mediabox.list-type {
  padding: 24px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
      align-items: flex-start;
}

.mediabox.list-type .mediabox-img {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  padding-bottom: 0;
  max-width: 210px;
}

.mediabox.list-type .mediabox-img img {
  position: relative;
}

.mediabox.list-type .mediabox-copy {
  padding: 0 0 0 18px;
}

.mediabox .mediabox-link {
  display: block;
  pointer-events: none;
}

.mediabox .mediabox-img {
  position: relative;
  z-index: 0;
  padding-bottom: 68%;
}

.mediabox .mediabox-img img {
  width: 100%;
  height: 100%;
  position: absolute;
  -o-object-fit: cover;
     object-fit: cover;
}

.mediabox .mediabox-copy {
  padding: 16px;
  position: relative;
}

.mediabox .mediabox-copy .desc {
  font-size: 16px;
  letter-spacing: 0;
  line-height: 24px;
}

.mediabox .mediabox-copy .desc p {
  font-size: inherit;
  line-height: inherit;
}

.mediabox .mediabox-copy .text-red {
  color: #E2220E;
}

.mediabox .tag {
  position: absolute;
  top: 10px;
  left: 10px;
  z-index: 2;
}

.alphabet-filter {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.alphabet-filter .alphabet-list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: -12px;
}

.alphabet-filter .alphabet-list .list-li {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  padding: 12px;
}

.alphabet-filter .alphabet-list .list-li .list-a {
  background-color: #289FD4;
  border-radius: 4px;
  width: 38px;
  height: 38px;
  font-size: 20px;
  color: #FFFFFF;
  letter-spacing: 0;
  text-align: center;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
}

.alphabet-filter .group-filter {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
      align-items: flex-start;
  padding-bottom: 32px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: calc(100% / 3);
  padding-right: 20px;
}

.alphabet-filter .group-filter .group-filter-name {
  color: #289FD4;
  letter-spacing: 0;
  text-align: center;
  margin-right: 10px;
  width: 38px;
  height: 38px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.alphabet-filter .group-filter .group-filter-list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  position: relative;
  padding-left: 11px;
}

.alphabet-filter .group-filter .group-filter-list:before {
  content: '';
  width: 1px;
  height: 100%;
  background-color: rgba(70, 70, 70, 0.2);
  position: absolute;
  left: 0;
  top: 0;
}

.alphabet-filter .group-filter .group-filter-list .group-filter-list-item {
  display: block;
  margin-bottom: 10px;
}

.alphabet-filter .group-filter .group-filter-list .group-filter-list-item .group-filter-link {
  font-size: 14px;
  display: inline;
}

.alphabet-filter .group-filter .group-filter-list .group-filter-list-item .group-filter-link .ico-chevronright {
  width: 8px;
  height: 8px;
  margin-left: 2px;
  display: inline-block;
  position: relative;
  transition: .3s ease;
  transform: translateX(0px);
}

.alphabet-filter .group-filter .group-filter-list .group-filter-list-item .group-filter-link .ico-chevronright:after {
  content: '';
  width: 5px;
  height: 5px;
  border-top: 1px solid #464646;
  border-right: 1px solid #464646;
  position: absolute;
  transform: rotate(45deg);
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  margin: auto;
  border-color: inherit;
  transition: .3s ease;
}

.alphabet-filter .group-filter .group-filter-list .group-filter-list-item .group-filter-link:hover .ico-chevronright {
  transform: translateX(5px);
}

.profile-list {
  border: 1px solid #F8F8F8;
  box-shadow: 0 1px 2px 0 rgba(70, 70, 70, 0.16);
  border-radius: 6px;
}

.profile-list .profile-list-item {
  padding: 12px;
  background-color: #fff;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
      align-items: flex-start;
  border-bottom: 1px solid rgba(204, 204, 204, 0.5);
  font-size: 14px;
}

.profile-list .profile-list-item:last-child {
  border-bottom: 0;
}

.profile-list .profile-list-item .title {
  margin-bottom: 4px;
}

.profile-list .profile-list-item .img {
  border-radius: 4px;
  overflow: hidden;
  width: 72px;
}

.profile-list .profile-list-item .profile-data {
  padding-left: 16px;
  width: calc(100% - 72px);
}

.profile-list .profile-list-item .btn-secondary {
  font-size: inherit;
}

.profile-container .profile-data {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
      align-items: flex-start;
  position: relative;
}

.profile-container .profile-data h5 {
  line-height: 25px;
}

.profile-container .profile-data .profile-photo {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.profile-container .profile-data .profile-photo img {
  border-radius: 4px;
}

.profile-container .profile-data .profile-info {
  padding: 0 40px 0 12px;
}

.profile-container .profile-schedule {
  margin-top: 24px;
}

.profile-container .profile-schedule table {
  width: 100%;
}

.side-content {
  margin-top: 32px;
}

.side-content.box-shadowed,
.side-content .box-shadowed {
  border: 1px solid #F8F8F8;
  box-shadow: 0 2px 4px 0 rgba(70, 70, 70, 0.16);
  border-radius: 4px;
}

.side-content .expanding-content {
  overflow: hidden;
}

.side-content .side-content-head {
  border-bottom: 2px solid #464646;
  display: block;
  padding: 16px 8px;
}

.side-content ul.item-list {
  font-size: 14px;
  letter-spacing: 0;
  margin: 0;
}

.side-content ul.item-list li {
  border-bottom: 1px solid rgba(70, 70, 70, 0.3);
  padding: 12px 8px;
  line-height: 19px;
  transition: .3s ease;
}

.side-content ul.item-list li.active {
  pointer-events: none;
}

.side-content ul.item-list li:hover {
  opacity: 0.9;
}

.side-content ul.item-list.last-noborder li:last-child {
  border-bottom: 0;
}

.side-content .block-container {
  display: block;
  padding: 12px 8px;
}

.side-content .side-media .side-media--li {
  margin-bottom: 16px;
}

.side-content .side-media .side-media--li:last-child {
  margin-bottom: 0;
}

.side-content .side-media .side-media--li .mediabox .mediabox-img {
  padding-bottom: 44%;
}

.filter-form {
  background: #FFFFFF;
  box-shadow: 0 4px 12px 0 rgba(70, 70, 70, 0.16);
  border-radius: 4px;
  padding: 24px;
}

.filter-form .field {
  margin-right: 16px;
}

.filter-form .field:last-child {
  margin-right: 0;
}

.filter-form .field input, .filter-form .field select {
  background-color: #F8F8F8;
  border: 1px solid #CCCCCC;
  border-radius: 17.5px;
  padding: 8px 16px;
}

.filter-form .field .chosen-container .chosen-single {
  border-radius: 17.5px;
  background-color: #F8F8F8;
  padding: 0 0 0 16px;
}

.filter-form-mobile {
  display: none;
  border: 1px solid rgba(70, 70, 70, 0.16);
  position: relative;
}

.filter-form-mobile .filter-bar {
  padding-left: 10px;
  padding-right: 10px;
}

.filter-form-mobile .row .bar-col .filter-bar {
  padding-left: 8px;
  padding-right: 8px;
}

.filter-form-mobile .row .bar-col .filter-bar:after {
  content: '';
  width: 1px;
  height: 80%;
  background-color: rgba(70, 70, 70, 0.16);
  position: absolute;
  right: 0;
  top: 15%;
  margin: auto;
  max-height: 30px;
}

.filter-form-mobile .row .bar-col:last-child .filter-bar:after {
  display: none;
}

.filter-form-mobile .btn-reset {
  font-size: 10px;
  line-height: 16px;
  color: #464646;
  letter-spacing: 0.5px;
  opacity: .7;
  margin-right: 10px;
  margin-top: 14px;
}

.filter-form-mobile .filter-bar {
  font-size: 10px;
  line-height: 16px;
  color: #464646;
  letter-spacing: 0.5px;
  padding-top: 14px;
  padding-bottom: 13px;
  position: relative;
  width: 100%;
}

.filter-form-mobile .filter-bar.dropdown-type span {
  position: relative;
  display: inline-block;
  padding-right: 15px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.filter-form-mobile .filter-bar.dropdown-type span:after {
  content: '';
  width: 12px;
  height: 12px;
  background-image: url("/images/ico/ico-dropdownbold.svg");
  background-size: 12px;
  display: inline-block;
  position: absolute;
  top: 0;
  right: 0;
}

.filter-form-mobile .filter-bar.dropdown-type.selected {
  color: #53B2DC;
}

.filter-form-mobile .filter-bar.dropdown-type.selected span:after {
  background-image: url("/images/ico/ico-dropdownblue.svg");
}

.filter-form-mobile .filter-mobile-modal {
  display: none;
}

.filter-form-mobile .filter-mobile-modal:before {
  content: '';
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 8;
}

.filter-form-mobile .filter-mobile-modal .filter-bar {
  padding-top: 7px;
  padding-bottom: 7px;
  position: fixed;
  top: 70px;
  left: 0;
  width: 100%;
  z-index: 16;
  border-top: 1px solid rgba(70, 70, 70, 0.16);
  border-bottom: 1px solid rgba(70, 70, 70, 0.64);
  background-color: #fff;
}

.filter-form-mobile .filter-mobile-modal .filter-back {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.filter-form-mobile .filter-mobile-modal .filter-mobile-input {
  width: 100%;
  padding-left: 8px;
}

.filter-form-mobile .filter-mobile-modal .filter-mobile-input .input {
  width: 100%;
  background-color: #f1f1f1;
  border-radius: 18.5px;
  background-image: url("/images/ico/ico-search.svg");
  background-repeat: no-repeat;
  background-position: 96% center;
  padding: 11px 16px;
  background-size: 16px;
  border: 0;
  outline: 0;
}

.filter-form-mobile .filter-mobile-modal .filter-mobile-input .select {
  border: 0;
  width: 100%;
  height: 100%;
  background-image: none;
  outline: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.filter-form-mobile .filter-mobile-modal .filter-mobile-input .filter-mobile-choice .dropdown {
  position: absolute;
  width: 100%;
  top: 100%;
  left: 0;
  border-top: 1px solid rgba(70, 70, 70, 0.64);
  background-color: #fff;
  margin: 0;
  max-height: 294px;
  overflow-y: auto;
  overflow-x: hidden;
}

.filter-form-mobile .filter-mobile-modal .filter-mobile-input .filter-mobile-choice .dropdown li {
  padding: 0;
  border-bottom: 1px solid rgba(70, 70, 70, 0.16);
}

.filter-form-mobile .filter-mobile-modal .filter-mobile-input .filter-mobile-choice .dropdown li:last-child {
  border-bottom: 0;
}

.filter-form-mobile .filter-mobile-modal .filter-mobile-input .filter-mobile-choice .dropdown li.active a {
  color: #53B2DC;
}

.filter-form-mobile .filter-mobile-modal .filter-mobile-input .filter-mobile-choice .dropdown li.active a:after {
  display: block;
}

.filter-form-mobile .filter-mobile-modal .filter-mobile-input .filter-mobile-choice .dropdown li a {
  padding: 11px 16px;
  font-size: 14px;
  line-height: 19px;
  color: #464646;
  letter-spacing: 0;
  position: relative;
  padding-right: 40px;
}

.filter-form-mobile .filter-mobile-modal .filter-mobile-input .filter-mobile-choice .dropdown li a:after {
  content: '';
  width: 20px;
  height: 20px;
  top: 0;
  bottom: 0;
  right: 16px;
  position: absolute;
  background-image: url("/images/ico/ico-checkblue.svg");
  background-repeat: no-repeat;
  background-position: center;
  margin: auto;
  display: none;
}

.filter-form-mobile .filter-mobile-modal .filter-mobile-input .easy-autocomplete {
  width: 100% !important;
  position: initial;
}

.filter-form-mobile .filter-mobile-modal .filter-mobile-input .easy-autocomplete .easy-autocomplete-container {
  top: 100%;
}

.filter-form-mobile .filter-mobile-modal .filter-mobile-input .easy-autocomplete .easy-autocomplete-container ul {
  top: 0;
  margin: 0;
}

.filter-form-mobile .filter-mobile-modal .filter-mobile-input .easy-autocomplete .easy-autocomplete-container ul li {
  padding: 11px 16px;
  border-bottom: 1px solid rgba(70, 70, 70, 0.16);
}

.filter-form-mobile .filter-mobile-modal .filter-mobile-input .easy-autocomplete .easy-autocomplete-container ul li:last-child {
  border-bottom: 0;
}

.filter-form-mobile .filter-mobile-modal .filter-mobile-input .easy-autocomplete .easy-autocomplete-container ul li .item {
  font-size: 14px;
  line-height: 19px;
  color: #464646;
  letter-spacing: 0;
}

.collapsible {
  background: #FFFFFF;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.08);
  border-radius: 4px;
  overflow: hidden;
}

.collapsible .collapsible-item {
  border: 1px solid rgba(70, 70, 70, 0.16);
}

.collapsible .collapsible-item.active .collapsible-head .collapsible-button:before {
  transform: rotate(-45deg);
  top: 12px;
}

.collapsible .collapsible-item .collapsible-head {
  padding: 16px 20px;
}

.collapsible .collapsible-item .collapsible-head .collapsible-button {
  color: #202264;
  position: relative;
  padding-left: 30px;
}

.collapsible .collapsible-item .collapsible-head .collapsible-button:before {
  content: '';
  width: 10px;
  height: 10px;
  border-top: 2px solid #202264;
  border-right: 2px solid #202264;
  position: absolute;
  left: 5px;
  top: 7px;
  transform: rotate(135deg);
}

.collapsible .collapsible-item .collapsible-head .title {
  margin: 0;
  line-height: 29px;
}

.collapsible .collapsible-item .collapsible-body {
  font-size: 14px;
  display: none;
}

.collapsible .collapsible-item .collapsible-body .inner-container {
  padding: 0 16px 16px;
}

.collapsible .collapsible-item .collapsible-body p {
  line-height: 22px;
  margin: 16px 0;
}

.collapsible .collapsible-item .collapsible-body ul {
  list-style-type: disc;
  padding: 0 0 0 18px;
}

.collapsible .collapsible-item .collapsible-body ul li {
  line-height: 180%;
  margin: 3px 0;
}

.paper-wrapper ul.circ li {
  position: relative;
  padding-left: 25px;
  margin-bottom: 20px;
}

.paper-wrapper ul.circ li:before {
  content: '';
  width: 13px;
  height: 13px;
  background-image: url("/images/ico/ico-ul-disc.svg");
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  top: 5px;
}

.paper-wrapper ul.circ li:after {
  content: '';
  width: 1px;
  height: calc(100% + 17px);
  position: absolute;
  top: 17px;
  left: 6px;
  background-color: #53B2DC;
}

.paper-wrapper ul.circ li:last-child {
  margin-bottom: 0;
}

.paper-wrapper ul.circ li:last-child:after {
  display: none;
}

.paper-wrapper .profile-container .profile-data .profile-info {
  padding: 0 0 0 24px;
}

.paper-wrapper .profile-container .profile-data .profile-info h5 {
  line-height: 28px;
}

.paper-wrapper .profile-container .intro {
  margin-top: 26px;
}

.success-message-container {
  font-size: 16px;
  padding: 64px 25px;
}

.success-message-container .title {
  margin-bottom: 12px;
  color: #39528D;
}

.section-package {
  padding: 65px 0;
  background-color: #E3EFF4;
}

.section-package .row {
  margin: 0 -10px;
  overflow-x: auto;
}

.section-package .row .col {
  padding: 0 10px;
  min-width: 240px;
}

.section-package .img {
  border-radius: 4px;
  overflow: hidden;
}

.section-package .img img {
  width: 100%;
}

.section-package.package-card .row {
  overflow: visible;
}

.section-package.package-card .block-item {
  height: 100%;
  background: #F6F6F6;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.16);
  border-radius: 4px;
}

.section-package.package-card .block-item .img {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.section-package.package-card .block-item .copy {
  padding: 8px 12px 18px;
}

.section-package.package-card .block-item .copy .title {
      letter-spacing: 0;
    font-size: 1rem;
    line-height: 1.5;
    font-weight: bold;
    font-family: 'Avenir Next Medium';
}

.section-package.package-card .block-item .copy .desc {
  font-size: 14px;
  letter-spacing: 0;
  line-height: 1.5;
  color:#939393;
}

.section-package.package-card .block-item .copy .desc p {
  font-size: inherit;
  line-height: inherit;
}

.widget-wa {
  position: fixed;
  bottom: 40px;
  right: 50px;
  z-index: 5;
  box-shadow: 0 7px 14px 0 rgba(0, 0, 0, 0.24), inset 0 2px 5px 0 rgba(255, 255, 255, 0.24), inset 0 -2px 5px 0 rgba(0, 0, 0, 0.16);
  border-radius: 100%;
}

.widget-wa.absolute {
  position: absolute;
}

.widget-wa img {
  max-width: 60px;
}

.is-linux .expanding-content {
  transition: .5s ease;
}

.box-info {
  background-color: #F1F7F9;
  border-radius: 4px;
  padding: 16px 24px;
  font-size: 16px;
  margin-bottom: 10px;
}

@media screen and (max-width: 768px) {
  .hero .img {
    padding-bottom: 50%;
  }
  .hero.with-heading .img {
    padding-bottom: 50%;
  }
  .hero.with-heading .subtitle {
    opacity: 0.8;
    font-size: 12px;
  }
  .hero.with-heading h1 {
    font-size: 24px;
    line-height: 31px;
    margin-bottom: 0;
  }
  .breadcrumb {
    font-size: 12px;
    line-height: 14px;
  }
  .breadcrumb .breadcrumb-li.backonly .breadcrumb-link:before {
    bottom: 2px;
  }
  .intro {
    margin-bottom: 35px;
  }
  .intro .title {
    font-size: 24px;
    line-height: 31px;
    margin-bottom: 32px;
  }
  .intro .breadcrumb {
    margin-bottom: 16px;
    margin-top: 0;
  }
  .intro.change-mob {
    background-color: #fff;
    margin: -15px -15px 23px;
    padding-top: 16px;
    border: 1px solid rgba(70, 70, 70, 0.08);
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.08);
  }
  .intro.change-mob .breadcrumb {
    margin-top: 0;
    padding: 0 16px;
  }
  .intro.change-mob .title {
    padding: 0 16px;
    margin-bottom: 24px;
  }
  .carousel-slider {
    min-height: auto;
  }
  .carousel-slider .carousel-slider-item .img {
    padding-bottom: 85%;
  }
  .alphabet-filter {
    height: 100% !important;
  }
  .alphabet-filter .group-filter {
    width: 100%;
  }
  .profile-list .profile-list-item .profile-data .title {
    margin-bottom: 3px;
    font-size: 14px;
  }
  .profile-list .profile-list-item .profile-data small, .profile-list .profile-list-item .profile-data p {
    line-height: 16px;
  }
  .profile-list .profile-list-item .profile-data small {
    display: block !important;
    margin-bottom: 8px;
  }
  .filter-form {
    display: none;
  }
  .filter-form-mobile {
    display: block;
  }
  .paper-wrapper ul.circ li {
    font-size: 12px;
  }
  .paper-wrapper .profile-container .profile-data {
    display: block;
    margin-bottom: 24px;
  }
  .paper-wrapper .profile-container .profile-data .profile-photo {
    display: block;
    margin-bottom: 16px;
  }
  .paper-wrapper .profile-container .profile-data .profile-photo img {
    margin: auto;
  }
  .paper-wrapper .profile-container .profile-data .profile-info {
    padding: 0;
    text-align: center;
    font-size: 13px;
    color: #464646;
    letter-spacing: 0;
  }
  .paper-wrapper .profile-container .profile-data .profile-info .title {
    line-height: 28px;
    font-size: 16px;
    color: #202264;
    line-height: 20px;
    margin-bottom: 6px;
  }
  .paper-wrapper .profile-container .profile-data .profile-info .subtitle {
    opacity: 0.8;
    font-size: 13px;
    color: #464646;
    letter-spacing: 0;
    line-height: 18px;
  }
  .paper-wrapper .profile-container .profile-data .profile-info p.mt_10 {
    margin-top: 6px;
  }
  .paper-wrapper .profile-container .profile-data .profile-info p {
    line-height: 18px;
  }
  .paper-wrapper .profile-container .intro {
    margin: 18px 0;
  }
  .main-feature {
    padding-top: 25px;
  }
  .main-feature h1 {
    font-size: 24px;
    margin: 0;
  }
  .main-feature .link2 {
    display: none;
  }
  .main-feature .block-item .copy {
    padding: 12px 8px;
  }
  .main-feature .block-item .copy h3 {
    font-size: 14px;
    line-height: 18px;
  }
  .collapsible .collapsible-item .collapsible-head .title {
    font-size: 16px;
    letter-spacing: 0;
  }
  .box-content-list.box-simplified-mob.row {
    margin-top: 0;
    margin-bottom: 0;
  }
  .box-content-list.box-simplified-mob.row .col {
    padding-top: 0;
    padding-bottom: 0;
  }
  .box-content-list.box-simplified-mob.row .col .mediabox {
    border-radius: 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
        align-items: flex-start;
    padding: 12px 10px;
    border-bottom: 1px solid rgba(70, 70, 70, 0.16);
  }
  .box-content-list.box-simplified-mob.row .col .mediabox .mediabox-img {
    padding-bottom: 25%;
    width: 35%;
    border-radius: 2px;
    overflow: hidden;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
  .box-content-list.box-simplified-mob.row .col .mediabox .mediabox-copy {
    padding: 0 0 0 8px;
  }
  .box-content-list.box-simplified-mob.row .col .mediabox .mediabox-copy .subtitle {
    display: block !important;
    line-height: 16px;
    padding: 0;
  }
  .box-content-list.box-simplified-mob.row .col .mediabox .mediabox-copy .title {
    font-size: 14px;
    color: #202264;
    margin: 0;
    line-height: 18px;
  }
  .box-content-list.box-simplified-mob.row .col .mediabox .mediabox-copy .price h6 {
    font-size: 10px;
    line-height: 14px;
  }
  .box-content-list.box-simplified-mob.row .col .mediabox .mediabox-copy .price h5 {
    font-size: 12px;
    line-height: 16px;
  }
  .box-content-list.box-simplified-mob.row .col .mediabox .tag {
    font-size: 9px;
    padding: 0 10px;
    line-height: 18px;
    text-transform: capitalize;
    top: initial;
    bottom: 0;
    left: 0;
    width: 100%;
    text-align: center;
    border-radius: 0;
  }
  .box-content-list.box-simplified-mob.row .col:first-child .col .mediabox {
    border-top-right-radius: 4px;
    border-top-left-radius: 4px;
  }
  .box-content-list.box-simplified-mob.row .col:last-child .col .mediabox {
    border-bottom: 0;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
  }
  .section-package {
    padding: 25px 0;
  }
  .section-package.package-card .row {
    overflow-x: auto;
    padding: 3px 0;
  }
  .section-package .flex.mb_35 {
    margin-bottom: 16px;
  }
  .section-package h2 {
    font-size: 24px;
  }
  .section-package .link2 {
    font-size: 14px;
  }
}

@media screen and (max-width: 520px) {
  .breadcrumb {
    margin: 0 -6px;
  }
  .breadcrumb .breadcrumb-li {
    padding: 0 6px;
  }
  .price .discount {
    font-size: 12px;
    color: #E2220E;
    letter-spacing: 0;
    display: inline-block;
    color: #E2220E;
  }
  .intro {
    margin-bottom: 24px;
  }
  .mediabox .tag {
    font-size: 14px;
    padding: 5px 16px;
    top: 10px;
    left: 10px;
  }
  .mediabox .mediabox-link {
    pointer-events: auto;
  }
  .mediabox .mediabox-copy .desc {
    font-size: 14px;
  }
  .mediabox.list-type {
    padding: 12px 10px;
  }
  .mediabox.list-type .mediabox-img {
    width: 35%;
    padding-bottom: 20%;
  }
  .mediabox.list-type .mediabox-img img {
    position: absolute;
  }
  .mediabox.list-type .mediabox-copy {
    padding: 0 0 0 8px;
  }
  .mediabox.list-type .mediabox-copy .subtitle {
    line-height: 16px;
    display: block;
  }
  .mediabox.list-type .mediabox-copy .title {
    font-size: 14px;
    margin: 0;
    line-height: 18px;
  }
  .widget-wa {
    bottom: 16px;
    right: 16px;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.24), inset 0 2px 4px 0 rgba(255, 255, 255, 0.24), inset 0 -2px 4px 0 rgba(0, 0, 0, 0.16);
  }
  .box-info {
    padding: 16px;
  }
}

.pagination {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
}

.pagination .pagination-li,
.pagination .page-item {
  width: 30px;
  height: 30px;
  margin-right: 6px;
  font-size: 14px;
  color: #929292;
  letter-spacing: 0;
  text-align: center;
  border: 1px solid #E5E5E5;
  border-radius: 2px;
  font-family: 'Avenir Next Medium';
}

.pagination .pagination-li:last-child,
.pagination .page-item:last-child {
  margin-right: 0;
}

.pagination .pagination-li.active,
.pagination .page-item.active {
  pointer-events: none;
}

.pagination .pagination-li.active .pagination-a,
.pagination .pagination-li.active .page-link,
.pagination .page-item.active .pagination-a,
.pagination .page-item.active .page-link {
  background-color: #289FD4;
  border-radius: 2px;
  color: #FFFFFF;
}

.pagination .pagination-li.active .pagination-a:hover,
.pagination .pagination-li.active .page-link:hover,
.pagination .page-item.active .pagination-a:hover,
.pagination .page-item.active .page-link:hover {
  background-color: #248fbf;
}

.pagination .pagination-li.simplified,
.pagination .page-item.simplified {
  pointer-events: none;
  width: 20px;
}

.pagination .pagination-li.simplified .pagination-a,
.pagination .page-item.simplified .pagination-a {
  border: 0;
}

.pagination .pagination-li.prev, .pagination .pagination-li.next,
.pagination .page-item.prev,
.pagination .page-item.next {
  width: 20px;
}

.pagination .pagination-li.prev .pagination-a, .pagination .pagination-li.next .pagination-a,
.pagination .page-item.prev .pagination-a,
.pagination .page-item.next .pagination-a {
  font-size: 0;
  position: relative;
  border: 0;
}

.pagination .pagination-li.prev .pagination-a:before, .pagination .pagination-li.next .pagination-a:before,
.pagination .page-item.prev .pagination-a:before,
.pagination .page-item.next .pagination-a:before {
  content: '';
  width: 10px;
  height: 10px;
  border-top: 2px solid #289FD4;
  border-left: 2px solid #289FD4;
  position: absolute;
  transition: .3s ease;
}

.pagination .pagination-li.prev .pagination-a:hover, .pagination .pagination-li.next .pagination-a:hover,
.pagination .page-item.prev .pagination-a:hover,
.pagination .page-item.next .pagination-a:hover {
  background-color: transparent;
}

.pagination .pagination-li.prev .pagination-a:hover:before, .pagination .pagination-li.next .pagination-a:hover:before,
.pagination .page-item.prev .pagination-a:hover:before,
.pagination .page-item.next .pagination-a:hover:before {
  border-color: #248fbf;
}

.pagination .pagination-li.prev .pagination-a:before,
.pagination .page-item.prev .pagination-a:before {
  transform: rotate(-45deg);
}

.pagination .pagination-li.next .pagination-a:before,
.pagination .page-item.next .pagination-a:before {
  transform: rotate(135deg);
}

.pagination .pagination-li .pagination-a,
.pagination .pagination-li .page-link,
.pagination .page-item .pagination-a,
.pagination .page-item .page-link {
  width: 100%;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  transition: .3s ease;
}

.pagination .pagination-li .pagination-a:hover,
.pagination .pagination-li .page-link:hover,
.pagination .page-item .pagination-a:hover,
.pagination .page-item .page-link:hover {
  background-color: #f2f2f2;
}

td, th {
  padding: 10px 12px;
}

.table .t-w1 {
  width: 1%;
}

.table .t-w2 {
  width: 2%;
}

.table .t-w3 {
  width: 3%;
}

.table .t-w4 {
  width: 4%;
}

.table .t-w5 {
  width: 5%;
}

.table .t-w6 {
  width: 6%;
}

.table .t-w7 {
  width: 7%;
}

.table .t-w8 {
  width: 8%;
}

.table .t-w9 {
  width: 9%;
}

.table .t-w10 {
  width: 10%;
}

.table .t-w11 {
  width: 11%;
}

.table .t-w12 {
  width: 12%;
}

.table .t-w13 {
  width: 13%;
}

.table .t-w14 {
  width: 14%;
}

.table .t-w15 {
  width: 15%;
}

.table .t-w16 {
  width: 16%;
}

.table .t-w17 {
  width: 17%;
}

.table .t-w18 {
  width: 18%;
}

.table .t-w19 {
  width: 19%;
}

.table .t-w20 {
  width: 20%;
}

.table .t-w21 {
  width: 21%;
}

.table .t-w22 {
  width: 22%;
}

.table .t-w23 {
  width: 23%;
}

.table .t-w24 {
  width: 24%;
}

.table .t-w25 {
  width: 25%;
}

.table .t-w26 {
  width: 26%;
}

.table .t-w27 {
  width: 27%;
}

.table .t-w28 {
  width: 28%;
}

.table .t-w29 {
  width: 29%;
}

.table .t-w30 {
  width: 30%;
}

.table .t-w31 {
  width: 31%;
}

.table .t-w32 {
  width: 32%;
}

.table .t-w33 {
  width: 33%;
}

.table .t-w34 {
  width: 34%;
}

.table .t-w35 {
  width: 35%;
}

.table .t-w36 {
  width: 36%;
}

.table .t-w37 {
  width: 37%;
}

.table .t-w38 {
  width: 38%;
}

.table .t-w39 {
  width: 39%;
}

.table .t-w40 {
  width: 40%;
}

.table .t-w41 {
  width: 41%;
}

.table .t-w42 {
  width: 42%;
}

.table .t-w43 {
  width: 43%;
}

.table .t-w44 {
  width: 44%;
}

.table .t-w45 {
  width: 45%;
}

.table .t-w46 {
  width: 46%;
}

.table .t-w47 {
  width: 47%;
}

.table .t-w48 {
  width: 48%;
}

.table .t-w49 {
  width: 49%;
}

.table .t-w50 {
  width: 50%;
}

.table .t-w51 {
  width: 51%;
}

.table .t-w52 {
  width: 52%;
}

.table .t-w53 {
  width: 53%;
}

.table .t-w54 {
  width: 54%;
}

.table .t-w55 {
  width: 55%;
}

.table .t-w56 {
  width: 56%;
}

.table .t-w57 {
  width: 57%;
}

.table .t-w58 {
  width: 58%;
}

.table .t-w59 {
  width: 59%;
}

.table .t-w60 {
  width: 60%;
}

.table .t-w61 {
  width: 61%;
}

.table .t-w62 {
  width: 62%;
}

.table .t-w63 {
  width: 63%;
}

.table .t-w64 {
  width: 64%;
}

.table .t-w65 {
  width: 65%;
}

.table .t-w66 {
  width: 66%;
}

.table .t-w67 {
  width: 67%;
}

.table .t-w68 {
  width: 68%;
}

.table .t-w69 {
  width: 69%;
}

.table .t-w70 {
  width: 70%;
}

.table .t-w71 {
  width: 71%;
}

.table .t-w72 {
  width: 72%;
}

.table .t-w73 {
  width: 73%;
}

.table .t-w74 {
  width: 74%;
}

.table .t-w75 {
  width: 75%;
}

.table .t-w76 {
  width: 76%;
}

.table .t-w77 {
  width: 77%;
}

.table .t-w78 {
  width: 78%;
}

.table .t-w79 {
  width: 79%;
}

.table .t-w80 {
  width: 80%;
}

.table .t-w81 {
  width: 81%;
}

.table .t-w82 {
  width: 82%;
}

.table .t-w83 {
  width: 83%;
}

.table .t-w84 {
  width: 84%;
}

.table .t-w85 {
  width: 85%;
}

.table .t-w86 {
  width: 86%;
}

.table .t-w87 {
  width: 87%;
}

.table .t-w88 {
  width: 88%;
}

.table .t-w89 {
  width: 89%;
}

.table .t-w90 {
  width: 90%;
}

.table .t-w91 {
  width: 91%;
}

.table .t-w92 {
  width: 92%;
}

.table .t-w93 {
  width: 93%;
}

.table .t-w94 {
  width: 94%;
}

.table .t-w95 {
  width: 95%;
}

.table .t-w96 {
  width: 96%;
}

.table .t-w97 {
  width: 97%;
}

.table .t-w98 {
  width: 98%;
}

.table .t-w99 {
  width: 99%;
}

.table .t-w100 {
  width: 100%;
}

.table {
  border-top: 1px solid #D1D1D1;
  border-bottom: 1px solid #D1D1D1;
  font-size: 14px;
  text-align: left;
}

.table tr th {
  border-bottom: 1px solid #D1D1D1;
}

.table-even tbody tr:nth-child(even) {
  background: #F1F7F9;
}

.modal-dialog {
  background-color: #fff;
  max-width: 618px;
  margin: auto;
  padding: 12px;
}

.modal-dialog .btn-close-modal {
  width: 27px;
  height: 27px;
  background-color: #eee;
  border-radius: 4px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  position: absolute;
  top: 0;
  right: 2px;
}

.modal-dialog .btn-close-modal:after {
  content: '';
  width: 19px;
  height: 19px;
  background-image: url("/images/ico/ico-cross.svg");
  background-repeat: no-repeat;
  background-position: center;
}

.modal-dialog .btn-close-modal:hover {
  background-color: #e1e1e1;
}

.modal-dialog.profile-container .profile-data .profile-photo {
  max-width: 72px;
}

.tag {
  font-size: 16px;
  color: #FFFFFF;
  letter-spacing: 0;
  text-shadow: 0 0.5px 0 rgba(0, 0, 0, 0.24);
  line-height: 22px;
  background-image: linear-gradient(243deg, #FF6555 0%, #E2220E 95%);
  border-radius: 4px;
  padding: 5px 16px;
}

.tab-container .tab-button ul {
  display: -ms-flexbox;
  display: flex;
  margin: 0 -10px;
}

.tab-container .tab-button ul li {
  padding: 10px;
}

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

.mobile-sticky-menu {
  position: fixed;
  width: 100%;
  bottom: 0;
  left: 0;
  z-index: 5;
  display: none;
}

.mobile-sticky-menu .sticky-menu-ul {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

.mobile-sticky-menu .sticky-menu-ul .sticky-menu-li {
  width: calc(100% / 5);
  min-height: 65px;
  background-color: #299FD4;
  color: #fff;
}

.mobile-sticky-menu .sticky-menu-ul .sticky-menu-li .sticky-menu-a {
  width: 100%;
  height: 100%;
  padding: 7px 8px 6px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
}

.mobile-sticky-menu .sticky-menu-ul .sticky-menu-li .sticky-menu-a small {
  font-size: 10px;
  letter-spacing: 0;
  text-align: center;
  line-height: 12px;
  margin-top: 5px;
  padding: 0;
}

.mobile-sticky-menu .sticky-menu-ul .sticky-menu-li.active {
  background-color: #FF6262;
}

@media screen and (max-width: 520px) {
  .has-sticky-menu-mobile {
    padding-bottom: 65px;
  }
  .has-sticky-menu-mobile .mobile-sticky-menu {
    display: block;
  }
  .has-sticky-menu-mobile .widget-wa {
    bottom: 73px;
  }
}

.check {
  display: none;
}

.check + label {
  font-size: 14px;
  color: #464646;
  letter-spacing: 0;
  padding-left: 26px;
  position: relative;
  cursor: pointer;
  margin: 0;
  line-height: 19px;
}

.check + label:before {
  content: '';
  width: 18px;
  height: 18px;
  background: #FFFFFF;
  border: 1px solid #979797;
  position: absolute;
  left: 0;
  top: 0;
}

.check + label:after {
  content: '';
  width: 11px;
  height: 9px;
  background-image: url("/images/ico/ico-check.svg");
  background-position: center;
  background-size: 11px;
  position: absolute;
  left: 4px;
  top: 4px;
  z-index: 1;
  display: none;
}

.check:checked + label:after, .check.checked + label:after {
  display: block;
}

.radio {
  display: none;
}

.radio + label {
  font-size: 14px;
  color: #464646;
  letter-spacing: 0;
  padding-left: 26px;
  position: relative;
  cursor: pointer;
  margin: 0;
  transition: .4s ease;
  opacity: .6;
  line-height: 19px;
}

.radio + label:before {
  content: '';
  width: 18px;
  height: 18px;
  background: #FFFFFF;
  border: 1px solid rgba(70, 70, 70, 0.48);
  border-radius: 100%;
  position: absolute;
  left: 0;
  top: 0;
  transition: .4s ease;
}

.radio + label:after {
  content: '';
  width: 18px;
  height: 18px;
  background: #53B2DC;
  border-radius: 100%;
  position: absolute;
  left: 0;
  top: 0;
  transition: .4s ease;
  transform: scale(0);
}

.radio:checked + label, .radio.checked + label {
  opacity: 1;
}

.radio:checked + label:before, .radio.checked + label:before {
  border: 1px solid #53B2DC;
}

.radio:checked + label:after, .radio.checked + label:after {
  transform: scale(0.6);
}

/* Pages */
.page--home .section.hero .img {
  padding-bottom: 33%;
}

.page--home .section.hero .hero-slider {
  display: -ms-flexbox;
  display: flex;
  min-height: 437px;
}

.page--home .section.hero .hero-slider .hero-slider-item {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.page--home .section.hero .hero-slider.slick-initialized.slick-slider {
  display: block;
  min-height: auto;
}

.page--home .section.hero .hero-slider.slick-initialized.slick-slider .slick-dots {
  width: 1100px;
  max-width: 100%;
  text-align: left;
  left: 0;
  right: 0;
    bottom: 10px;
    margin: auto;
    position: absolute;
    z-index: 3;
}

.page--home .section.navblock {
  background-color: #ffffff;
  padding-top: 24px;
}

.page--home .section.navblock .navblock-bg {
  position: relative;
}

.pd-mobile-hero{ 
	padding:0rem;
}

.page--home .section.navblock .navblock-bg .row {
  /*background-color: #299fd4;
  box-shadow: 0 4px 12px 0 rgba(41, 159, 212, 0.5);*/
  background-color: #ffffff;
  box-shadow: 0 3px 6px 0 rgb(0 0 0 / 10%);
  border-radius: 6px;
  color: #fff;
  position: relative;
  top: 100%;
  width: 100%;
  z-index: 2;
}

.page--home .section.navblock .row {
  display: -ms-flexbox;
  display: flex;
}

.page--home .section.navblock .row .col {
  border-right: 1px solid #fff;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.page--home .section.navblock .row .col:last-child {
  border-right: 0;
}

.page--home .section.navblock .inner-container {
  padding: 16px 0 12px;
  height: 100%;
}

		.page--home .section.navblock .flex-container a {
			font-stretch: normal;
			font-style: normal;
			line-height: normal;
			letter-spacing: normal;
			text-align: center;
			color: #299fd4;
			text-decoration: none;
			font-weight:bold;
		}

		.navblock .img-navblock {
			width: 100%;
			max-width: 57px;
			min-width: 50px;
		}

		.navblock .flex-container {
			display: flex;
			flex-direction: row;
			flex-wrap: nowrap;
			justify-content: center;
			align-items: center;
			align-content: normal;
		}

		.navblock .shadow-b {
			box-shadow: 34px -1px 0px -31px rgb(0 0 0 / 18%);
		}

		.navblock .flex-items {
			padding: 0.5rem;
		}

		.navblock .flex-items:nth-child(1) {
			display: block;
			flex-grow: 0;
			flex-shrink: 1;
			flex-basis: auto;
			align-self: auto;
			order: 0;
		}

		.navblock .flex-items:nth-child(2) {
			display: block;
			flex-grow: 0;
			flex-shrink: 1;
			flex-basis: auto;
			align-self: auto;
			order: 0;
		}

		.w-100 {
			width: 100%;
		}
		.mx-auto {
			margin-right: auto;
			margin-left: auto;
		}

		.vl {
			border-right: 2px solid #c3c3c3;
			height: 70%;

		}

		.pd-x1 {
			padding-top: 1rem;
			padding-bottom: 1rem;
		}

.page--home .section.main-feature {
  padding: 64px 0 46px;
  background-color: #ffffff;
}

.page--home .section.featoth {
  padding: 64px 0 80px;
}

.page--home .section.featoth .row {
  margin: 0 -16px;
}

.page--home .section.featoth .row .col {
  padding: 0 16px;
}

.page--home .section.featoth .mediabox {
  position: relative;
  background-color: #fff;
border-radius: 10px;
    box-shadow: 0 10px 7px 0 rgb(0 0 0 / 5%);
}

.page--home .section.featoth .mediabox .mediabox-img {
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
}

.page--home .section.featoth .mediabox .mediabox-copy {
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  padding: 16px;
}

.page--home .section.featoth .mediabox .mediabox-copy:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}

.page--home .section.featoth .mediabox .mediabox-copy .title,
.page--home .section.featoth .mediabox .mediabox-copy .desc {
  position: relative;
}

.page--home .section.featoth .mediabox .mediabox-copy .desc {
  font-size: 14px;
  line-height: 22px;
}

.page--home .section.ig .block-url {
  padding: 32px 0;
  background-color: #299FD4;
  color: #fff;
}

.page--home .section.ig .block-url i {
  font-size: 52px;
  margin-right: 16px;
}

.mt-10{
margin-top:10px;}

.page--home .section.ig .block-url span {
  font-size: 18px;
}

.page--home .section.ig .block-url .btn-secondary {
  padding: 12px 24px;
  margin-left: 24px;
}

.page--home .section.ig .ig-list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.page--home .section.ig .ig-list .ig-list-item {
  width: calc(100% / 5);
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.page--home .section.ig .ig-list .ig-list-item .img {
  width: 100%;
  height: 0;
  padding-bottom: 100%;
  position: relative;
}

.page--home .section.ig .ig-list .ig-list-item .img img {
  width: 100%;
  height: 100%;
  position: absolute;
  -o-object-fit: cover;
     object-fit: cover;
}

@media screen and (max-width: 1100px) {
  .page--home .section.hero .hero-slider.slick-initialized.slick-slider .slick-dots {
    padding: 0 40px;
  }
}

@media screen and (max-width: 768px) {
  .page--home .section.navblock {
    display: none;
  }
  .page--home .section.hero .img {
    padding-bottom: 85%;
  }
  .page--home .section.hero .hero-slider.slick-initialized.slick-slider .slick-dots {
    max-width: 100%;
    text-align: center;
  }
  .page--home .section.main-feature {
    padding-top: 25px;
  }
  .page--home .section.featoth {
    padding: 25px 0 33px;
  }
  .page--home .section.featoth .row .col {
    margin-bottom: 32px;
  }
  .page--home .section.featoth .row .col:last-child {
    margin-bottom: 0;
  }
  .page--home .section.featoth .mediabox .mediabox-copy {
    padding-bottom: 32px;
  }
  .page--home .section.featoth .mediabox .mediabox-copy .title {
    font-size: 24px;
    margin-bottom: 12px;
  }
  .page--home .section.featoth .mediabox .mediabox-copy .desc {
    font-size: 14px;
    line-height: 22px;
    margin-bottom: 16px;
  }
}

.page--detail-spesialis.red .section.general-service i path {
  fill: #D14B4B;
}

.page--detail-spesialis.red .section.general-service i circle {
  fill: rgba(209, 75, 75, 0.17);
}

.page--detail-spesialis.red .section.advanced-service .row .block-content {
  background-color: #FCF1F1;
}

.page--detail-spesialis.red .section.related-specialist {
  background-color: #D14B4B;
  color: #fff;
}

.page--detail-spesialis.red .section.package {
  background-color: #FCF1F1;
}

.page--detail-spesialis.blue .section.general-service i path {
  fill: #4697C6;
}

.page--detail-spesialis.blue .section.general-service i circle {
  fill: rgba(70, 151, 198, 0.17);
}

.page--detail-spesialis.blue .section.advanced-service .row .block-content {
  background-color: #F1F7FB;
}

.page--detail-spesialis.blue .section.related-specialist {
  background-color: #4697C6;
  color: #fff;
}

.page--detail-spesialis.blue .section.package {
  background-color: #F1F7FB;
}

.page--detail-spesialis.green .section.general-service i path {
  fill: #7CB144;
}

.page--detail-spesialis.green .section.general-service i circle {
  fill: rgba(124, 177, 68, 0.17);
}

.page--detail-spesialis.green .section.advanced-service .row .block-content {
  background-color: #F7FBF3;
}

.page--detail-spesialis.green .section.related-specialist {
  background-color: #7CB144;
  color: #fff;
}

.page--detail-spesialis.green .section.package {
  background-color: #F7FBF3;
}

.page--detail-spesialis.pink .section.general-service i path {
  fill: #E96F94;
}

.page--detail-spesialis.pink .section.general-service i circle {
  fill: rgba(233, 111, 148, 0.17);
}

.page--detail-spesialis.pink .section.advanced-service .row .block-content {
  background-color: #FEF4F7;
}

.page--detail-spesialis.pink .section.related-specialist {
  background-color: #E96F94;
  color: #fff;
}

.page--detail-spesialis.pink .section.package {
  background-color: #FEF4F7;
}

.page--detail-spesialis.orange .section.general-service i path {
  fill: #F1902D;
}

.page--detail-spesialis.orange .section.general-service i circle {
  fill: rgba(241, 144, 45, 0.17);
}

.page--detail-spesialis.orange .section.advanced-service .row .block-content {
  background-color: #FEF7EF;
}

.page--detail-spesialis.orange .section.related-specialist {
  background-color: #F1902D;
  color: #fff;
}

.page--detail-spesialis.orange .section.package {
  background-color: #FEF7EF;
}

.page--detail-spesialis.cyan .section.general-service i path {
  fill: #46bfb5;
}

.page--detail-spesialis.cyan .section.general-service i circle {
  fill: rgba(70, 191, 181, 0.17);
}

.page--detail-spesialis.cyan .section.advanced-service .row .block-content {
  background-color: rgba(70, 191, 181, 0.13);
}

.page--detail-spesialis.cyan .section.related-specialist {
  background-color: #46bfb5;
  color: #fff;
}

.page--detail-spesialis.cyan .section.package {
  background-color: rgba(70, 191, 181, 0.13);
}

.page--detail-spesialis .btn-sp-only {
  color: #FFFFFF;
  letter-spacing: 0.5px;
  background: #47BFB5;
  box-shadow: 0 4px 8px 0 rgba(70, 70, 70, 0.24);
  border-radius: 4px;
  padding: 12px 24px;
  transition: .3s ease;
}

.page--detail-spesialis .btn-sp-only:hover {
  background: #3dafa6;
}

.page--detail-spesialis .row-fluid {
  margin: 0 -10px;
}

.page--detail-spesialis .row-fluid .col {
  padding: 0 10px;
}

.page--detail-spesialis .detail-introduction .title {
  line-height: 56px;
  margin-bottom: 40px;
}

.page--detail-spesialis .detail-introduction .img {
  position: relative;
  width: 100%;
  display: block;
}

.page--detail-spesialis .detail-introduction .img img {
  width: 100%;
  height: 100%;
  position: relative;
  -o-object-fit: cover;
     object-fit: cover;
}

.page--detail-spesialis .detail-introduction ol {
  font-size: 16px;
}

.page--detail-spesialis .section.detail-introduction {
  padding: 75px 0;
}

.page--detail-spesialis .section.general-service {
  background-color: #f6f6f6;
  padding: 32px 0 47px;
}

.page--detail-spesialis .section.general-service .row {
  margin: 0 -15px;
}

.page--detail-spesialis .section.general-service .row .col {
  padding: 0 15px;
}

.page--detail-spesialis .section.advanced-service {
  padding-bottom: 64px;
}

.page--detail-spesialis .section.advanced-service .row {
  margin: 0 -24px;
}

.page--detail-spesialis .section.advanced-service .row .col {
  padding: 0 24px;
}

.page--detail-spesialis .section.advanced-service .row .block-content {
  padding: 32px 24px;
  height: 100%;
  border-radius: 4px;
}

.page--detail-spesialis .section.advanced-service .row .block-content .inner-container ul {
  list-style-type: disc;
  padding: 0 0 0 18px;
  margin: 0;
}

.page--detail-spesialis .section.advanced-service .row .block-content .inner-container ul li {
  line-height: 180%;
  margin: 3px 0;
}

.page--detail-spesialis .section.related-specialist {
  padding: 32px 0;
}

.page--detail-spesialis .section.related-specialist .specialist-list {
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.page--detail-spesialis .section.related-specialist .specialist-list .specialist-list-item {
  padding: 5px 30px 5px 0;
  width: calc(100% / 2);
}

.page--detail-spesialis .section.related-specialist .specialist-list .specialist-list-item a.link2:after {
  width: 7px;
  height: 7px;
}

.page--detail-spesialis .section.package {
  padding: 50px 0;
}

.page--detail-spesialis .section.package .row {
  margin: 0 -15px;
}

.page--detail-spesialis .section.package .row .col {
  padding: 0 15px;
}

.page--detail-spesialis .section.package .img img {
  width: 100%;
}

.page--detail-spesialis .sidebar-wrapper {
  padding-left: 30px !important;
}

@media screen and (max-width: 768px) {
  .page--detail-spesialis .section.detail-introduction {
    font-size: 14px;
    line-height: 22px;
    padding: 33px 0;
  }
  .page--detail-spesialis .section.detail-introduction .title {
    font-size: 24px;
    line-height: 31px;
  }
  .page--detail-spesialis .section.detail-introduction .copy {
    padding: 0;
  }
  .page--detail-spesialis .section.detail-introduction .img img {
    position: relative;
    height: auto;
  }
  .page--detail-spesialis .section.detail-introduction ol,
  .page--detail-spesialis .section.detail-introduction ul {
    font-size: inherit;
    line-height: inherit;
  }
  .page--detail-spesialis .section.general-service {
    padding: 9px 0 17px;
  }
  .page--detail-spesialis .section.general-service h3 {
    padding: 0;
    width: 80%;
    margin: auto;
  }
  .page--detail-spesialis .section.general-service .row {
    margin: 0;
  }
  .page--detail-spesialis .section.general-service .row .col {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    padding: 20px 15px;
    text-align: left;
  }
  .page--detail-spesialis .section.general-service .row .col i {
    display: inline-block;
    max-width: 64px;
    max-height: 64px;
  }
  .page--detail-spesialis .section.general-service .row .col i svg {
    max-width: inherit;
    max-height: inherit;
  }
  .page--detail-spesialis .section.general-service .row .col h5 {
    font-size: 18px;
    line-height: 25px;
    padding-left: 24px;
    font-family: 'Avenir Next Demi Bold';
  }
  .page--detail-spesialis .section.advanced-service h3 {
    margin-bottom: 16px;
    font-size: 24px;
    font-family: 'Lora Bold';
  }
  .page--detail-spesialis .section.advanced-service .row .block-content {
    padding: 16px;
    font-size: 14px;
  }
  .page--detail-spesialis .section.advanced-service .row .block-content h3 {
    font-size: 18px;
    margin-bottom: 0;
  }
  .page--detail-spesialis .section.advanced-service .row .col {
    padding-top: 8px;
    padding-bottom: 8px;
  }
  .page--detail-spesialis .section.related-specialist {
    padding: 9px 0;
  }
  .page--detail-spesialis .section.related-specialist .specialist-list .specialist-list-item {
    width: 100%;
    font-size: 14px;
    line-height: 19px;
  }
  .page--detail-spesialis .section.related-specialist .specialist-list .specialist-list-item a.link2:after {
    bottom: initial;
    top: 6px;
  }
  .page--detail-spesialis .section.banner .content {
    padding: 0;
  }
  .page--detail-spesialis .section.banner .carousel-slider .carousel-slider-item .img {
    padding-bottom: 49%;
  }
}

@media screen and (max-width: 520px) {
  .page--detail-spesialis .detail-introduction .title {
    margin-bottom: 22px;
  }

.page--home .section.main-feature {
    padding: 16px 0 16px !important;
}

}

.page--facilities .facilities-list .row {
  margin: -16px -12px;
}

.page--facilities .facilities-list .row .col {
  padding: 16px 12px;
}

.page--facilities .facilities-list .facilities-list-item {
  position: relative;
  border-radius: 4px;
  overflow: hidden;
}

.page--facilities .facilities-list .facilities-list-item .img {
  width: 100%;
  height: 100%;
  position: absolute;
  border-radius: 4px;
  overflow: hidden;
}

.page--facilities .facilities-list .facilities-list-item .img img {
  width: 100%;
  height: 100%;
  position: absolute;
  -o-object-fit: cover;
     object-fit: cover;
}

.page--facilities .facilities-list .facilities-list-item .img:after {
  content: '';
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  position: absolute;
  top: 0;
  left: 0;
}

.page--facilities .facilities-list .facilities-list-item .copy {
  position: relative;
  min-height: 320px;
  color: #fff;
}

.page--facilities .facilities-list .facilities-list-item .copy h2 {
  line-height: 42px;
}

.page--detail-facilities .consult-button {
  padding: 8px 23px;
}

.page--detail-facilities .intro ul {
  list-style-type: disc;
  padding: 0 0 0 18px;
}

.page--detail-facilities .intro ul li {
  line-height: 180%;
  margin: 3px 0;
}

.page--detail-facilities .tab-container .tab-button {
  border-bottom: 1px solid rgba(70, 70, 70, 0.16);
  margin-bottom: 24px;
}

.page--detail-facilities .tab-container .tab-button ul {
  margin: 0 -16px;
  display: -ms-flexbox;
  display: flex;
  list-style-type: none;
  padding: 0;
}

.page--detail-facilities .tab-container .tab-button ul li {
  color: rgba(32, 34, 100, 0.32);
  padding: 13px 16px;
  line-height: initial;
  margin: 0;
}

.page--detail-facilities .tab-container .tab-button ul li .tab-button-a {
  position: relative;
}

.page--detail-facilities .tab-container .tab-button ul li .tab-button-a:after {
  content: '';
  width: 100%;
  height: 4px;
  background-color: #202264;
  position: absolute;
  left: 0;
  bottom: -14px;
  transform-origin: center;
  transform: scaleX(0);
  transition: .3s ease;
}

.page--detail-facilities .tab-container .tab-button ul li.active {
  color: #202264;
}

.page--detail-facilities .tab-container .tab-button ul li.active .tab-button-a:after {
  transform: scaleX(1);
}

.page--detail-facilities .tab-container .facilities-mediabox .copy .facilities-list ul {
  list-style-type: none;
  padding: 0;
}

.page--detail-facilities .tab-container .facilities-mediabox .copy .facilities-list ul li {
  line-height: unset;
  margin: 0;
}

.page--detail-facilities .collapsible .collapsible-body .inner-container ul {
  list-style-type: disc;
  padding: 0 0 0 18px;
}

.page--detail-facilities .collapsible .collapsible-body .inner-container ul li {
  line-height: 180%;
  margin: 3px 0;
}

.page--detail-facilities .facilities-mediabox .facilities-list {
  display: -ms-flexbox;
  display: flex;
}

.facilities-mediabox {
  background: #FBFBFB;
  border: 1px solid #F8F8F8;
  box-shadow: 0 1px 2px 0 rgba(70, 70, 70, 0.16);
  border-radius: 4px;
}

.facilities-mediabox .img img {
  width: 100%;
}

.facilities-mediabox .copy .btn-secondary {
  line-height: 16px;
  font-size: 12px;
  padding: 8px 21px 10px;
}

.facilities-mediabox .copy .copy-head {
  padding: 20px 24px;
}

.facilities-list ul, .facilities-list ol {
  padding: 0;
  margin: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.facilities-list ul li, .facilities-list ol li {
  padding-left: 14px;
  padding-right: 14px;
  position: relative;
  width: 33.33%;
  font-size: 14px;
}

.facilities-list ul li:before, .facilities-list ol li:before {
  content: '•';
  position: absolute;
  left: 0;
}

.tag-ribbon {
  color: #fff;
  display: inline-block;
  padding: 10px 32px;
  background-color: #279ED5;
  border-bottom-left-radius: 6px;
  margin-left: -32px;
  position: relative;
}

.tag-ribbon:before {
  content: '';
  width: 8px;
  height: 45px;
  background: #1a6b90;
  position: absolute;
  z-index: -1;
  left: 0;
  top: -4px;
  transform: skewY(-45deg);
}

.tag-ribbon:after {
  content: '';
  width: 30px;
  height: 100%;
  background-image: url("/images/ico/ico-ribbon-tip.svg");
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  top: 0;
  left: 100%;
}

@media screen and (max-width: 768px) {
  .page--detail-facilities .tab-container .tab-button {
    border-bottom: 0;
    overflow-x: auto;
  }
  .page--detail-facilities .tab-container .tab-button ul {
    margin: 0;
  }
  .page--detail-facilities .tab-container .tab-button ul li {
    padding: 0 6px;
    color: #464646;
    opacity: .8;
  }
  .page--detail-facilities .tab-container .tab-button ul li.active {
    color: #202264;
    opacity: 1;
  }
  .page--detail-facilities .tab-container .tab-button ul li.active .tab-button-a {
    background: rgba(32, 34, 100, 0.12);
    border: 1px solid #202264;
  }
  .page--detail-facilities .tab-container .tab-button ul li .tab-button-a {
    padding: 7px 16px 9px;
    background: #fff;
    border: 1px solid #464646;
    border-radius: 30px;
    white-space: nowrap;
    font-size: 16px;
    line-height: 20px;
  }
  .page--detail-facilities .tab-container .tab-button ul li .tab-button-a:after {
    display: none;
  }
  .facilities-mediabox .facilities-list {
    padding-left: 8px;
    padding-right: 8px;
  }
  .facilities-mediabox .facilities-list ul li {
    width: 100%;
  }
  .tag-ribbon {
    font-size: 16px;
    padding: 10px 0 10px 14px;
    min-width: 180px;
  }
  .tag-ribbon h3 {
    font-size: inherit;
  }
}

@media screen and (max-width: 520px) {
  .page--facilities .facilities-list .facilities-list-item .copy {
    min-height: 228px;
  }
  .page--detail-facilities .facilities-mediabox .facilities-list {
    display: block;
  }
}

.page--doctor .filter-form .field input, .page--doctor .filter-form .field select {
  width: 175px;
}

.page--detail-doctor .profile-container .profile-data .profile-photo img {
  max-width: 126px;
}

@media screen and (max-width: 768px) {
  .page--detail-doctor .content {
    padding: 0;
  }
  .page--detail-doctor .paper-wrapper .breadcrumb {
    margin-top: 0;
  }
  .page--detail-doctor .paper-wrapper .profile-container {
    margin-top: 40px;
  }
}

@media screen and (max-width: 520px) {
  .page--doctor .filter-form .field input, .page--doctor .filter-form .field select {
    width: 100%;
  }
}

.page--partner .partner-list {
  padding: 0;
  list-style: none;
  border-radius: 4px;
  overflow: hidden;
}

.page--partner .partner-list li {
  font-size: 14px;
  padding: 8px 17px;
  min-height: 48px;
}

.page--partner .partner-list li:nth-child(odd) {
  background-color: rgba(0, 0, 0, 0.02);
}

.page--partner .partner-list li:nth-child(even) {
  background-color: #f8f8f8;
}

.page--partner .partner-list li .logo {
  margin-right: 30px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.page--partner .partner-list li .logo img {
  max-width: 97px;
}

.page--partner .partner-list li .logo-name {
  font-size: 14px;
  letter-spacing: 0;
  line-height: 24px;
}

.page--searchresult .result-list .result-list-item {
  padding: 19px 0;
  border-bottom: 1px solid rgba(216, 216, 216, 0.5);
}

.page--searchresult .result-list .title {
  color: #202264;
}

.page--searchresult .result-list p {
  font-size: 14px;
  line-height: 19px;
}

@media screen and (max-width: 768px) {
  .page--searchresult .result-list .title {
    font-size: 16px;
    line-height: 20px;
  }
  .page--searchresult .result-list .subtitle {
    font-size: 12px;
    opacity: .6;
  }
  .page--searchresult .result-list p {
    line-height: 22px;
  }
}

.page--company .detail-introduction {
  margin-bottom: 72px;
}

.page--company .detail-introduction .expand-button {
  background: #fff;
  border-radius: 23px;
  border: 1px solid #53B2DC;
  padding: 8px 33px 8px 24px;
}

.page--company .detail-introduction .expand-button:after {
  right: 19px;
  top: 0;
  bottom: 1px;
  margin: auto;
  transition: none;
}

.page--company .detail-introduction .expand-button.expand:after {
  top: 6px;
}

.page--company .detail-introduction .expand-container {
  overflow: hidden;
}

.page--company .detail-introduction .img {
  border-radius: 4px;
  overflow: hidden;
}

.page--company .detail-introduction .copy .desc {
  margin-top: 18px;
}

.page--company .detail-introduction .copy .desc ul {
  list-style-type: disc;
  padding: 0 0 0 18px;
  margin: 0;
}

.page--company .detail-introduction .copy .desc ul li {
  line-height: 180%;
  margin: 3px 0;
}

.page--company .detail-introduction .copy .expand-button {
  margin-top: 15px;
}

@media screen and (max-width: 768px) {
  .page--company .detail-introduction {
    margin-bottom: 48px;
  }
  .page--company .detail-introduction .copy {
    padding: 0;
    margin-top: 24px;
  }
  .page--company .detail-introduction .copy h2 {
    font-size: 20px;
    line-height: 25px;
  }
  .page--company .detail-introduction .copy .desc {
    margin-top: 8px;
  }
}

.page--detail-career .intro .desc ul {
  list-style-type: disc;
  padding: 0 0 0 18px;
  margin: 0;
}

.page--detail-career .intro .desc ul li {
  line-height: 180%;
  margin: 3px 0;
}

@media screen and (max-width: 768px) {
  .page--detail-career .content {
    padding: 0;
  }
  .page--detail-career .box-info {
    margin: 48px -16px -16px;
    font-size: 12px;
    line-height: 18px;
  }
  .page--detail-career .box-info p {
    opacity: 0.9;
  }
  .page--detail-career .box-info .btn-primary {
    display: block;
  }
  .page--career-detail-upload .breadcrumb {
    margin-bottom: 24px;
  }
  .page--career-detail-upload .form .btn-primary {
    display: block;
    margin-top: 16px;
    width: 100%;
  }
}

.page--contact .box-content {
  background: #FFFFFF;
  border: 1px solid rgba(70, 70, 70, 0.16);
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.16);
}

.page--contact .form textarea {
  height: 138px;
}

.page--contact .form .link {
  color: #53B2DC;
  text-decoration: underline;
}

.page--contact .tab-container .tab-button ul {
  margin: 0 -24px;
}

.page--contact .tab-container .tab-button ul li {
  padding: 15px;
  opacity: .24;
}

.page--contact .tab-container .tab-button ul li .tab-button-a {
  position: relative;
}

.page--contact .tab-container .tab-button ul li .tab-button-a:after {
  content: '';
  width: 100%;
  height: 2px;
  background-color: #464646;
  position: absolute;
  left: 0;
  bottom: -16px;
  transform-origin: center;
  transition: .3s ease;
  transform: scale(0);
}

.page--contact .tab-container .tab-button ul li.active {
  opacity: 1;
}

.page--contact .tab-container .tab-button ul li.active .tab-button-a:after {
  transform: scale(1);
}

.page--contact .contact-info {
  background-color: #F1F7F9;
}

.page--contact .contact-info .contact-info-col {
  padding: 48px 32px;
}

.page--contact .contact-info .field {
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 3px;
}

.page--contact .contact-info .field .label {
  width: 70px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.page--contact .contact-info .phone-call {
  display: -ms-flexbox;
  display: flex;
}

.page--contact .contact-info .phone-call .img {
  background-color: #FF6262;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  min-width: 82px;
}

.page--contact .contact-info .phone-call .copy {
  padding: 14px 16px;
  background-color: #fff;
}

.page--contact .contact-info .map {
  width: 100%;
  height: 100%;
}

.modal-confirmation-contact .modal-dialog {
  max-width: 518px;
  border-radius: 4px;
}

.modal-confirmation-contact .modal-body {
  padding: 30px 20px;
  position: relative;
}

.modal-confirmation-contact .profile-data {
  position: initial;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
}

.modal-confirmation-contact .btn-primary {
  min-width: 90px;
}

@media screen and (max-width: 768px) {
  .page--contact .tab-container {
    margin-top: 32px;
  }
  .page--contact .tab-container .tab-button ul {
    margin: 0 -12px;
  }
  .page--contact .tab-container .tab-button ul li {
    padding: 7px 12px;
  }
  .page--contact .tab-container .tab-button ul li .tab-button-a {
    font-size: 18px;
    letter-spacing: 0;
  }
  .page--contact .tab-container .tab-button ul li .tab-button-a:after {
    bottom: -8px;
  }
  .page--contact .tab-container .tab-button ul li .tab-button-a h2 {
    font-size: inherit;
  }
  .page--contact .box-content .tab-content {
    padding: 12px;
  }
  .page--contact .contact-info .row.flex {
    -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
  }
  .page--contact .contact-info .contact-info-col {
    padding: 40px 16px;
    font-size: 14px;
  }
  .page--contact .contact-info .title {
    font-size: 24px;
    letter-spacing: 0.75px;
    line-height: 31px;
  }
  .page--contact .contact-info .phone-call h5 {
    font-size: inherit;
  }
  .page--contact .contact-info .phone-call .img {
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
  .page--contact .contact-info .phone-call .copy {
    padding: 11px 13px;
    width: 100%;
  }
  .page--contact .contact-info .phone-call .copy h5 {
    font-size: 13.8px;
    letter-spacing: 0.38px;
  }
  .page--contact .contact-info .phone-call .copy h3 {
    font-size: 18.4px;
    letter-spacing: 1.15px;
  }
  .page--contact .map {
    min-height: 240px;
  }
}

@media only screen and (max-width: 520px) {
  .modal-confirmation-contact .modal-body {
    padding: 20px 5px;
  }
}

.page--promo-detail .paper-wrapper .breadcrumb {
  margin-top: 0;
}

.page--promo-detail .paper-wrapper .breadcrumb .breadcrumb-li {
  color: rgba(6, 78, 128, 0.8);
}

.page--promo-detail .paper-wrapper .intro {
  margin-top: 26px;
}

.page--promo-detail .paper-wrapper .intro ul {
  list-style-type: disc;
  padding: 0 0 0 18px;
}

.page--promo-detail .paper-wrapper .intro ul li {
  line-height: 180%;
  margin: 3px 0;
}

.page--promo-detail .paper-wrapper .img.promo {
  position: relative;
}

.page--promo-detail .paper-wrapper .img.promo .promo-tag {
  font-size: 16px;
  color: #FFFFFF;
  letter-spacing: 0;
  line-height: 19px;
  text-shadow: 0 0.5px 0 rgba(0, 0, 0, 0.24);
  background-image: linear-gradient(243deg, #FF6555 0%, #E2220E 95%);
  border-radius: 4px;
  padding: 6px 24px;
  position: absolute;
  top: 12px;
  left: 11px;
  z-index: 2;
}

.page--promo-detail .paper-wrapper .price-container .price {
  font-size: 24px;
  line-height: 29px;
  display: block;
  color: #464646;
  letter-spacing: 0;
}

.page--promo-detail .paper-wrapper .price-container .price.promo {
  margin-bottom: 4px;
}

.page--promo-detail .paper-wrapper .price-container .price.promo span {
  line-height: 22px;
  font-size: 18px;
  opacity: .4;
  text-decoration: line-through;
}

.page--promo-detail .paper-wrapper .price-container .price.promo b {
  opacity: 1;
  color: #E2220E;
  text-decoration: none;
  line-height: 22px;
  font-size: 18px;
}

.page--promo-detail .package-list .row {
  margin: -16px;
}

.page--promo-detail .package-list .row .col {
  padding: 16px;
}

.page--promo-detail .package-list .package-list-item {
  background: #FFFFFF;
  border: 1px solid rgba(70, 70, 70, 0.08);
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.08);
  border-radius: 8px;
  overflow: hidden;
}

.page--promo-detail .package-list .package-list-item .img {
  border-top-right-radius: 8px;
  border-top-left-radius: 8px;
  position: relative;
}

.page--promo-detail .package-list .package-list-item .img img {
  width: 100%;
}

.page--promo-detail .package-list .package-list-item .img:after {
  content: '';
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.08);
  position: absolute;
  left: 0;
  top: 0;
}

.page--promo-detail .package-list .package-list-item .copy {
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
  padding: 16px 16px 75px;
  position: relative;
}

.page--promo-detail .package-list .package-list-item .copy .title {
  line-height: 24px;
  display: block;
  margin-bottom: 12px;
}

.page--promo-detail .package-list .package-list-item .copy .desc {
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 10px;
}

.page--promo-detail .package-list .package-list-item .copy .desc p {
  font-size: inherit;
  line-height: inherit;
}

.page--promo-detail .package-list .package-list-item .copy .price-container {
  position: absolute;
  left: 16px;
  bottom: 16px;
}

.page--promo-detail .package-list .package-list-item .copy .price-container .price {
  font-size: 18px;
  line-height: 22px;
  display: block;
}

.page--promo-detail .package-list .package-list-item .copy .price-container .price.promo span {
  line-height: 18px;
  font-size: 14px;
  opacity: .4;
  text-decoration: line-through;
}

.page--promo-detail .package-list .package-list-item .copy .price-container .price.promo b {
  opacity: 1;
  color: #E5A005;
  text-decoration: none;
}

.page--promo-detail .package-list .package-list-item.promo-item {
  position: relative;
}

.page--promo-detail .package-list .package-list-item.promo-item .img:after {
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.08) 50%, rgba(0, 0, 0, 0.48) 100%);
}

.page--promo-detail .package-list .package-list-item.promo-item .promo-tag {
  display: block;
}

.page--promo-detail .package-list .package-list-item .promo-tag {
  font-size: 16px;
  color: #FFFFFF;
  letter-spacing: 0;
  line-height: 19px;
  text-shadow: 0 0.5px 0 rgba(0, 0, 0, 0.24);
  background-image: linear-gradient(243deg, #FFBF30 0%, #E5A005 95%);
  border-radius: 4px;
  padding: 6px 24px;
  position: absolute;
  top: 12px;
  left: 11px;
  z-index: 2;
  display: none;
}

@media screen and (max-width: 540px) {

.page--blog-detail .parag {
padding:1rem !important;

}
  .page--promo-detail .paper-wrapper .img.promo .promo-tag {
    font-size: 14px;
    padding: 5px 23px;
    top: 10px;
    left: 10px;
  }
  .page--promo-detail .paper-wrapper .price-container .price {
    font-size: 16px;
    line-height: 22px;
  }
  .page--promo-detail .paper-wrapper .price-container .price.promo {
    font-size: 12px;
    line-height: 16px;
  }
  .page--promo-detail .package-list .link2 {
    font-size: 14px;
  }

/*17052022*/
.page--blog-detail .parag p {
    font-size: 16px !important;
    margin: 5px 0 10px 0 !important;
  }

  .page--blog-detail .parag .h1,
  h1 {
    font-size: 1.4rem !important;
  }

  .page--blog-detail .parag .h1,
  h2 {
    font-size: 1.3rem !important;
  }

  .page--blog-detail .parag ol li {
    font-size: 16px !important;
  }

  .page--blog-detail .parag ul li {
    font-size: 16px !important;
  }

  .page--blog-detail .parag blockquote {
    font-size: 16px !important;
  }

.page--blog-detail .parag h3 , .page--blog-detail .parag .h3 {
font-size: 17.5px !important;
}

	/*end 17052022*/
}

.page--blog-detail .parag {
  font-size: 16px;
  line-height: 24px;
  padding: 1rem 1.5rem 1.5rem 1.5rem;
  background-color: white;
  box-shadow: 0 6px 8px 0 rgba(0, 0, 0, 0.15);
}

.page--blog-detail h1 {
	font-size:'Avenir Next Bold';
	color:#212529;
}


  .page--blog-detail .parag h2 , .page--blog-detail .parag .h2 {
      margin-bottom: 0.5rem;
    font-weight: 500;
    line-height: 1.5;
    font-size: 2rem;
    margin-top:1rem;
    color: #212529;
    font-family: 'Avenir Next Bold';
  }

  .page--blog-detail .parag h2 , .page--blog-detail .parag h3 , .page--blog-detail .parag .h3 {
 	font-family: 'Avenir Next Bold';
 	color: #212529;
	}

.page--blog-detail .parag p {
  margin: 10px 0;
color: #464646;
}

.page--blog-detail .parag p a {
  font-weight: bold;
  color: #299FD4;
}

.page--blog-detail .parag a {
  color: #299FD4;
}

.page--blog-detail .parag ol li {
  color: #464646;
}

.page--blog-detail .parag ol li strong {
  color: #292929;
}

.page--blog-detail .parag ol li::before {
  color: #292929;
}

.page--blog-detail .parag ol {
  color: #292929;
}


.page--blog-detail .parag ul li::marker,
.page--blog-detail .parag ol li::marker {
  color: #292929;
  font-weight: bold;
}






.page--blog-detail .parag h3 {
  /*margin-top: 32px; */
  margin-top:1rem;
}

.page--blog-detail .parag ul {
  margin: 0;
}

.page--blog-detail .parag ul li {
  padding-left: 20px;
  position: relative;
  color: #464646;
  line-height:1.6;
}
/*
.page--blog-detail .parag ul li:before {
  content: '\2022';
  position: absolute;
  left: 0;
  top: 0px;
}
*/

.page--blog-detail .parag blockquote {
  padding: 25px;
  background-color: #f8f8f8;
  font-style: italic;
  color: #464646;
}

.page--blog-detail .parag figure figcaption {
  color: grey;
  text-align: center;
  padding: 0.5rem;
}

.page--blog-detail .parag figure {
  margin: 1rem 0rem 1rem 0rem;
}

.read-also {
  border-radius: 10px;
  border: solid 1px #dfdfdf;
  padding: 10px 20px;
}
.read-also p {
  margin: 0!important;
}
.read-also ul li a {
  color: #299FD4;
  font-weight: 600;
}

.page--blog-detail .parag a.btn-primary, input[type='submit'].btn-primary, button.btn-primary {
    color: #FFFFFF;
}

.page--blog-detail .parag a.button-apn {
	color: #FFFFFF;
}

.info {
  background: #f8f8f8;
  padding: 40px 0;
}

.info .container {
  padding: 0 20px;
}

.info__lists {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
}

.info__list {
  width: 49%;
  background: #fff;
  border-radius: 8px;
  margin-bottom: 30px;
  overflow: hidden;
  margin-right: 2%;
}

.info__list:nth-child(2n) {
  margin-right: 0;
}

.info__list__name {
  font-size: 0.9rem;
}

.info__list__img {
  background: url("https://via.placeholder.com/1900x300.png") center top/cover no-repeat;
  height: 200px;
  padding: 0;
}

.info__list__title {
  font: bold 22px/30px "rubik", arial, sans-serif;
  text-transform: uppercase;
  background: rgba(0, 0, 0, 0.56);
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  color: #fff;
  padding: 0 30px;
}

.info__list__body {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 20px 15px;
}

@media screen and (max-width: 1050px) {
  .info__list__img {
    height: 160px;
    padding: 0;
  }
  .info__list__body {
    padding: 15px 10px;
  }
  .info__list__title {
    font: 500 18px/24px "rubik", arial, sans-serif;
  }
}

@media screen and (max-width: 599px) {
  .info .container {
    padding: 0 16px;
  }
  .info__list {
    width: 100%;
  }
  .info__list:nth-child(n) {
    margin-right: 0;
  }
}

a.button--sm, .button--sm {
  font: 500 14px/24px "rubik", arial, sans-serif;
  padding: 10px 20px;
}

a.button--blue, .button--blue {
  background: #53B2DC;
  color: #fff;
}

/* vendor custom */
/*!
 *  Font Awesome 4.0.3 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
.fa {
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.3333333333333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}

.fa-2x {
  font-size: 2em;
}

.fa-3x {
  font-size: 3em;
}

.fa-4x {
  font-size: 4em;
}

.fa-5x {
  font-size: 5em;
}

.fa-fw {
  width: 1.2857142857142858em;
  text-align: center;
}

.fa-ul {
  padding-left: 0;
  margin-left: 2.142857142857143em;
  list-style-type: none;
}

.fa-ul > li {
  position: relative;
}

.fa-li {
  position: absolute;
  left: -2.142857142857143em;
  width: 2.142857142857143em;
  top: 0.14285714285714285em;
  text-align: center;
}

.fa-li.fa-lg {
  left: -1.8571428571428572em;
}

.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eeeeee;
  border-radius: .1em;
}

.pull-right {
  float: right;
}

.pull-left {
  float: left;
}

.fa.pull-left {
  margin-right: .3em;
}

.fa.pull-right {
  margin-left: .3em;
}

.fa-spin {
  animation: spin 2s infinite linear;
}

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

.fa-rotate-90 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
  transform: rotate(90deg);
}

.fa-rotate-180 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  transform: rotate(180deg);
}

.fa-rotate-270 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
  transform: rotate(270deg);
}

.fa-flip-horizontal {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);
  transform: scale(-1, 1);
}

.fa-flip-vertical {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);
  transform: scale(1, -1);
}

.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}

.fa-stack-1x,
.fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}

.fa-stack-1x {
  line-height: inherit;
}

.fa-stack-2x {
  font-size: 2em;
}

.fa-inverse {
  color: #ffffff;
}

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: "\f000";
}

.fa-music:before {
  content: "\f001";
}

.fa-search:before {
  content: "\f002";
}

.fa-envelope-o:before {
  content: "\f003";
}

.fa-heart:before {
  content: "\f004";
}

.fa-star:before {
  content: "\f005";
}

.fa-star-o:before {
  content: "\f006";
}

.fa-user:before {
  content: "\f007";
}

.fa-film:before {
  content: "\f008";
}

.fa-th-large:before {
  content: "\f009";
}

.fa-th:before {
  content: "\f00a";
}

.fa-th-list:before {
  content: "\f00b";
}

.fa-check:before {
  content: "\f00c";
}

.fa-times:before {
  content: "\f00d";
}

.fa-search-plus:before {
  content: "\f00e";
}

.fa-search-minus:before {
  content: "\f010";
}

.fa-power-off:before {
  content: "\f011";
}

.fa-signal:before {
  content: "\f012";
}

.fa-gear:before,
.fa-cog:before {
  content: "\f013";
}

.fa-trash-o:before {
  content: "\f014";
}

.fa-home:before {
  content: "\f015";
}

.fa-file-o:before {
  content: "\f016";
}

.fa-clock-o:before {
  content: "\f017";
}

.fa-road:before {
  content: "\f018";
}

.fa-download:before {
  content: "\f019";
}

.fa-arrow-circle-o-down:before {
  content: "\f01a";
}

.fa-arrow-circle-o-up:before {
  content: "\f01b";
}

.fa-inbox:before {
  content: "\f01c";
}

.fa-play-circle-o:before {
  content: "\f01d";
}

.fa-rotate-right:before,
.fa-repeat:before {
  content: "\f01e";
}

.fa-refresh:before {
  content: "\f021";
}

.fa-list-alt:before {
  content: "\f022";
}

.fa-lock:before {
  content: "\f023";
}

.fa-flag:before {
  content: "\f024";
}

.fa-headphones:before {
  content: "\f025";
}

.fa-volume-off:before {
  content: "\f026";
}

.fa-volume-down:before {
  content: "\f027";
}

.fa-volume-up:before {
  content: "\f028";
}

.fa-qrcode:before {
  content: "\f029";
}

.fa-barcode:before {
  content: "\f02a";
}

.fa-tag:before {
  content: "\f02b";
}

.fa-tags:before {
  content: "\f02c";
}

.fa-book:before {
  content: "\f02d";
}

.fa-bookmark:before {
  content: "\f02e";
}

.fa-print:before {
  content: "\f02f";
}

.fa-camera:before {
  content: "\f030";
}

.fa-font:before {
  content: "\f031";
}

.fa-bold:before {
  content: "\f032";
}

.fa-italic:before {
  content: "\f033";
}

.fa-text-height:before {
  content: "\f034";
}

.fa-text-width:before {
  content: "\f035";
}

.fa-align-left:before {
  content: "\f036";
}

.fa-align-center:before {
  content: "\f037";
}

.fa-align-right:before {
  content: "\f038";
}

.fa-align-justify:before {
  content: "\f039";
}

.fa-list:before {
  content: "\f03a";
}

.fa-dedent:before,
.fa-outdent:before {
  content: "\f03b";
}

.fa-indent:before {
  content: "\f03c";
}

.fa-video-camera:before {
  content: "\f03d";
}

.fa-picture-o:before {
  content: "\f03e";
}

.fa-pencil:before {
  content: "\f040";
}

.fa-map-marker:before {
  content: "\f041";
}

.fa-adjust:before {
  content: "\f042";
}

.fa-tint:before {
  content: "\f043";
}

.fa-edit:before,
.fa-pencil-square-o:before {
  content: "\f044";
}

.fa-share-square-o:before {
  content: "\f045";
}

.fa-check-square-o:before {
  content: "\f046";
}

.fa-arrows:before {
  content: "\f047";
}

.fa-step-backward:before {
  content: "\f048";
}

.fa-fast-backward:before {
  content: "\f049";
}

.fa-backward:before {
  content: "\f04a";
}

.fa-play:before {
  content: "\f04b";
}

.fa-pause:before {
  content: "\f04c";
}

.fa-stop:before {
  content: "\f04d";
}

.fa-forward:before {
  content: "\f04e";
}

.fa-fast-forward:before {
  content: "\f050";
}

.fa-step-forward:before {
  content: "\f051";
}

.fa-eject:before {
  content: "\f052";
}

.fa-chevron-left:before {
  content: "\f053";
}

.fa-chevron-right:before {
  content: "\f054";
}

.fa-plus-circle:before {
  content: "\f055";
}

.fa-minus-circle:before {
  content: "\f056";
}

.fa-times-circle:before {
  content: "\f057";
}

.fa-check-circle:before {
  content: "\f058";
}

.fa-question-circle:before {
  content: "\f059";
}

.fa-info-circle:before {
  content: "\f05a";
}

.fa-crosshairs:before {
  content: "\f05b";
}

.fa-times-circle-o:before {
  content: "\f05c";
}

.fa-check-circle-o:before {
  content: "\f05d";
}

.fa-ban:before {
  content: "\f05e";
}

.fa-arrow-left:before {
  content: "\f060";
}

.fa-arrow-right:before {
  content: "\f061";
}

.fa-arrow-up:before {
  content: "\f062";
}

.fa-arrow-down:before {
  content: "\f063";
}

.fa-mail-forward:before,
.fa-share:before {
  content: "\f064";
}

.fa-expand:before {
  content: "\f065";
}

.fa-compress:before {
  content: "\f066";
}

.fa-plus:before {
  content: "\f067";
}

.fa-minus:before {
  content: "\f068";
}

.fa-asterisk:before {
  content: "\f069";
}

.fa-exclamation-circle:before {
  content: "\f06a";
}

.fa-gift:before {
  content: "\f06b";
}

.fa-leaf:before {
  content: "\f06c";
}

.fa-fire:before {
  content: "\f06d";
}

.fa-eye:before {
  content: "\f06e";
}

.fa-eye-slash:before {
  content: "\f070";
}

.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "\f071";
}

.fa-plane:before {
  content: "\f072";
}

.fa-calendar:before {
  content: "\f073";
}

.fa-random:before {
  content: "\f074";
}

.fa-comment:before {
  content: "\f075";
}

.fa-magnet:before {
  content: "\f076";
}

.fa-chevron-up:before {
  content: "\f077";
}

.fa-chevron-down:before {
  content: "\f078";
}

.fa-retweet:before {
  content: "\f079";
}

.fa-shopping-cart:before {
  content: "\f07a";
}

.fa-folder:before {
  content: "\f07b";
}

.fa-folder-open:before {
  content: "\f07c";
}

.fa-arrows-v:before {
  content: "\f07d";
}

.fa-arrows-h:before {
  content: "\f07e";
}

.fa-bar-chart-o:before {
  content: "\f080";
}

.fa-twitter-square:before {
  content: "\f081";
}

.fa-facebook-square:before {
  content: "\f082";
}

.fa-camera-retro:before {
  content: "\f083";
}

.fa-key:before {
  content: "\f084";
}

.fa-gears:before,
.fa-cogs:before {
  content: "\f085";
}

.fa-comments:before {
  content: "\f086";
}

.fa-thumbs-o-up:before {
  content: "\f087";
}

.fa-thumbs-o-down:before {
  content: "\f088";
}

.fa-star-half:before {
  content: "\f089";
}

.fa-heart-o:before {
  content: "\f08a";
}

.fa-sign-out:before {
  content: "\f08b";
}

.fa-linkedin-square:before {
  content: "\f08c";
}

.fa-thumb-tack:before {
  content: "\f08d";
}

.fa-external-link:before {
  content: "\f08e";
}

.fa-sign-in:before {
  content: "\f090";
}

.fa-trophy:before {
  content: "\f091";
}

.fa-github-square:before {
  content: "\f092";
}

.fa-upload:before {
  content: "\f093";
}

.fa-lemon-o:before {
  content: "\f094";
}

.fa-phone:before {
  content: "\f095";
}

.fa-square-o:before {
  content: "\f096";
}

.fa-bookmark-o:before {
  content: "\f097";
}

.fa-phone-square:before {
  content: "\f098";
}

.fa-twitter:before {
  content: "\f099";
}

.fa-facebook:before {
  content: "\f09a";
}

.fa-github:before {
  content: "\f09b";
}

.fa-unlock:before {
  content: "\f09c";
}

.fa-credit-card:before {
  content: "\f09d";
}

.fa-rss:before {
  content: "\f09e";
}

.fa-hdd-o:before {
  content: "\f0a0";
}

.fa-bullhorn:before {
  content: "\f0a1";
}

.fa-bell:before {
  content: "\f0f3";
}

.fa-certificate:before {
  content: "\f0a3";
}

.fa-hand-o-right:before {
  content: "\f0a4";
}

.fa-hand-o-left:before {
  content: "\f0a5";
}

.fa-hand-o-up:before {
  content: "\f0a6";
}

.fa-hand-o-down:before {
  content: "\f0a7";
}

.fa-arrow-circle-left:before {
  content: "\f0a8";
}

.fa-arrow-circle-right:before {
  content: "\f0a9";
}

.fa-arrow-circle-up:before {
  content: "\f0aa";
}

.fa-arrow-circle-down:before {
  content: "\f0ab";
}

.fa-globe:before {
  content: "\f0ac";
}

.fa-wrench:before {
  content: "\f0ad";
}

.fa-tasks:before {
  content: "\f0ae";
}

.fa-filter:before {
  content: "\f0b0";
}

.fa-briefcase:before {
  content: "\f0b1";
}

.fa-arrows-alt:before {
  content: "\f0b2";
}

.fa-group:before,
.fa-users:before {
  content: "\f0c0";
}

.fa-chain:before,
.fa-link:before {
  content: "\f0c1";
}

.fa-cloud:before {
  content: "\f0c2";
}

.fa-flask:before {
  content: "\f0c3";
}

.fa-cut:before,
.fa-scissors:before {
  content: "\f0c4";
}

.fa-copy:before,
.fa-files-o:before {
  content: "\f0c5";
}

.fa-paperclip:before {
  content: "\f0c6";
}

.fa-save:before,
.fa-floppy-o:before {
  content: "\f0c7";
}

.fa-square:before {
  content: "\f0c8";
}

.fa-bars:before {
  content: "\f0c9";
}

.fa-list-ul:before {
  content: "\f0ca";
}

.fa-list-ol:before {
  content: "\f0cb";
}

.fa-strikethrough:before {
  content: "\f0cc";
}

.fa-underline:before {
  content: "\f0cd";
}

.fa-table:before {
  content: "\f0ce";
}

.fa-magic:before {
  content: "\f0d0";
}

.fa-truck:before {
  content: "\f0d1";
}

.fa-pinterest:before {
  content: "\f0d2";
}

.fa-pinterest-square:before {
  content: "\f0d3";
}

.fa-google-plus-square:before {
  content: "\f0d4";
}

.fa-google-plus:before {
  content: "\f0d5";
}

.fa-money:before {
  content: "\f0d6";
}

.fa-caret-down:before {
  content: "\f0d7";
}

.fa-caret-up:before {
  content: "\f0d8";
}

.fa-caret-left:before {
  content: "\f0d9";
}

.fa-caret-right:before {
  content: "\f0da";
}

.fa-columns:before {
  content: "\f0db";
}

.fa-unsorted:before,
.fa-sort:before {
  content: "\f0dc";
}

.fa-sort-down:before,
.fa-sort-asc:before {
  content: "\f0dd";
}

.fa-sort-up:before,
.fa-sort-desc:before {
  content: "\f0de";
}

.fa-envelope:before {
  content: "\f0e0";
}

.fa-linkedin:before {
  content: "\f0e1";
}

.fa-rotate-left:before,
.fa-undo:before {
  content: "\f0e2";
}

.fa-legal:before,
.fa-gavel:before {
  content: "\f0e3";
}

.fa-dashboard:before,
.fa-tachometer:before {
  content: "\f0e4";
}

.fa-comment-o:before {
  content: "\f0e5";
}

.fa-comments-o:before {
  content: "\f0e6";
}

.fa-flash:before,
.fa-bolt:before {
  content: "\f0e7";
}

.fa-sitemap:before {
  content: "\f0e8";
}

.fa-umbrella:before {
  content: "\f0e9";
}

.fa-paste:before,
.fa-clipboard:before {
  content: "\f0ea";
}

.fa-lightbulb-o:before {
  content: "\f0eb";
}

.fa-exchange:before {
  content: "\f0ec";
}

.fa-cloud-download:before {
  content: "\f0ed";
}

.fa-cloud-upload:before {
  content: "\f0ee";
}

.fa-user-md:before {
  content: "\f0f0";
}

.fa-stethoscope:before {
  content: "\f0f1";
}

.fa-suitcase:before {
  content: "\f0f2";
}

.fa-bell-o:before {
  content: "\f0a2";
}

.fa-coffee:before {
  content: "\f0f4";
}

.fa-cutlery:before {
  content: "\f0f5";
}

.fa-file-text-o:before {
  content: "\f0f6";
}

.fa-building-o:before {
  content: "\f0f7";
}

.fa-hospital-o:before {
  content: "\f0f8";
}

.fa-ambulance:before {
  content: "\f0f9";
}

.fa-medkit:before {
  content: "\f0fa";
}

.fa-fighter-jet:before {
  content: "\f0fb";
}

.fa-beer:before {
  content: "\f0fc";
}

.fa-h-square:before {
  content: "\f0fd";
}

.fa-plus-square:before {
  content: "\f0fe";
}

.fa-angle-double-left:before {
  content: "\f100";
}

.fa-angle-double-right:before {
  content: "\f101";
}

.fa-angle-double-up:before {
  content: "\f102";
}

.fa-angle-double-down:before {
  content: "\f103";
}

.fa-angle-left:before {
  content: "\f104";
}

.fa-angle-right:before {
  content: "\f105";
}

.fa-angle-up:before {
  content: "\f106";
}

.fa-angle-down:before {
  content: "\f107";
}

.fa-desktop:before {
  content: "\f108";
}

.fa-laptop:before {
  content: "\f109";
}

.fa-tablet:before {
  content: "\f10a";
}

.fa-mobile-phone:before,
.fa-mobile:before {
  content: "\f10b";
}

.fa-circle-o:before {
  content: "\f10c";
}

.fa-quote-left:before {
  content: "\f10d";
}

.fa-quote-right:before {
  content: "\f10e";
}

.fa-spinner:before {
  content: "\f110";
}

.fa-circle:before {
  content: "\f111";
}

.fa-mail-reply:before,
.fa-reply:before {
  content: "\f112";
}

.fa-github-alt:before {
  content: "\f113";
}

.fa-folder-o:before {
  content: "\f114";
}

.fa-folder-open-o:before {
  content: "\f115";
}

.fa-smile-o:before {
  content: "\f118";
}

.fa-frown-o:before {
  content: "\f119";
}

.fa-meh-o:before {
  content: "\f11a";
}

.fa-gamepad:before {
  content: "\f11b";
}

.fa-keyboard-o:before {
  content: "\f11c";
}

.fa-flag-o:before {
  content: "\f11d";
}

.fa-flag-checkered:before {
  content: "\f11e";
}

.fa-terminal:before {
  content: "\f120";
}

.fa-code:before {
  content: "\f121";
}

.fa-reply-all:before {
  content: "\f122";
}

.fa-mail-reply-all:before {
  content: "\f122";
}

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "\f123";
}

.fa-location-arrow:before {
  content: "\f124";
}

.fa-crop:before {
  content: "\f125";
}

.fa-code-fork:before {
  content: "\f126";
}

.fa-unlink:before,
.fa-chain-broken:before {
  content: "\f127";
}

.fa-question:before {
  content: "\f128";
}

.fa-info:before {
  content: "\f129";
}

.fa-exclamation:before {
  content: "\f12a";
}

.fa-superscript:before {
  content: "\f12b";
}

.fa-subscript:before {
  content: "\f12c";
}

.fa-eraser:before {
  content: "\f12d";
}

.fa-puzzle-piece:before {
  content: "\f12e";
}

.fa-microphone:before {
  content: "\f130";
}

.fa-microphone-slash:before {
  content: "\f131";
}

.fa-shield:before {
  content: "\f132";
}

.fa-calendar-o:before {
  content: "\f133";
}

.fa-fire-extinguisher:before {
  content: "\f134";
}

.fa-rocket:before {
  content: "\f135";
}

.fa-maxcdn:before {
  content: "\f136";
}

.fa-chevron-circle-left:before {
  content: "\f137";
}

.fa-chevron-circle-right:before {
  content: "\f138";
}

.fa-chevron-circle-up:before {
  content: "\f139";
}

.fa-chevron-circle-down:before {
  content: "\f13a";
}

.fa-html5:before {
  content: "\f13b";
}

.fa-css3:before {
  content: "\f13c";
}

.fa-anchor:before {
  content: "\f13d";
}

.fa-unlock-alt:before {
  content: "\f13e";
}

.fa-bullseye:before {
  content: "\f140";
}

.fa-ellipsis-h:before {
  content: "\f141";
}

.fa-ellipsis-v:before {
  content: "\f142";
}

.fa-rss-square:before {
  content: "\f143";
}

.fa-play-circle:before {
  content: "\f144";
}

.fa-ticket:before {
  content: "\f145";
}

.fa-minus-square:before {
  content: "\f146";
}

.fa-minus-square-o:before {
  content: "\f147";
}

.fa-level-up:before {
  content: "\f148";
}

.fa-level-down:before {
  content: "\f149";
}

.fa-check-square:before {
  content: "\f14a";
}

.fa-pencil-square:before {
  content: "\f14b";
}

.fa-external-link-square:before {
  content: "\f14c";
}

.fa-share-square:before {
  content: "\f14d";
}

.fa-compass:before {
  content: "\f14e";
}

.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "\f150";
}

.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "\f151";
}

.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "\f152";
}

.fa-euro:before,
.fa-eur:before {
  content: "\f153";
}

.fa-gbp:before {
  content: "\f154";
}

.fa-dollar:before,
.fa-usd:before {
  content: "\f155";
}

.fa-rupee:before,
.fa-inr:before {
  content: "\f156";
}

.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "\f157";
}

.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "\f158";
}

.fa-won:before,
.fa-krw:before {
  content: "\f159";
}

.fa-bitcoin:before,
.fa-btc:before {
  content: "\f15a";
}

.fa-file:before {
  content: "\f15b";
}

.fa-file-text:before {
  content: "\f15c";
}

.fa-sort-alpha-asc:before {
  content: "\f15d";
}

.fa-sort-alpha-desc:before {
  content: "\f15e";
}

.fa-sort-amount-asc:before {
  content: "\f160";
}

.fa-sort-amount-desc:before {
  content: "\f161";
}

.fa-sort-numeric-asc:before {
  content: "\f162";
}

.fa-sort-numeric-desc:before {
  content: "\f163";
}

.fa-thumbs-up:before {
  content: "\f164";
}

.fa-thumbs-down:before {
  content: "\f165";
}

.fa-youtube-square:before {
  content: "\f166";
}

.fa-youtube:before {
  content: "\f167";
}

.fa-xing:before {
  content: "\f168";
}

.fa-xing-square:before {
  content: "\f169";
}

.fa-youtube-play:before {
  content: "\f16a";
}

.fa-dropbox:before {
  content: "\f16b";
}

.fa-stack-overflow:before {
  content: "\f16c";
}

.fa-instagram:before {
  content: "\f16d";
}

.fa-flickr:before {
  content: "\f16e";
}

.fa-adn:before {
  content: "\f170";
}

.fa-bitbucket:before {
  content: "\f171";
}

.fa-bitbucket-square:before {
  content: "\f172";
}

.fa-tumblr:before {
  content: "\f173";
}

.fa-tumblr-square:before {
  content: "\f174";
}

.fa-long-arrow-down:before {
  content: "\f175";
}

.fa-long-arrow-up:before {
  content: "\f176";
}

.fa-long-arrow-left:before {
  content: "\f177";
}

.fa-long-arrow-right:before {
  content: "\f178";
}

.fa-apple:before {
  content: "\f179";
}

.fa-windows:before {
  content: "\f17a";
}

.fa-android:before {
  content: "\f17b";
}

.fa-linux:before {
  content: "\f17c";
}

.fa-dribbble:before {
  content: "\f17d";
}

.fa-skype:before {
  content: "\f17e";
}

.fa-foursquare:before {
  content: "\f180";
}

.fa-trello:before {
  content: "\f181";
}

.fa-female:before {
  content: "\f182";
}

.fa-male:before {
  content: "\f183";
}

.fa-gittip:before {
  content: "\f184";
}

.fa-sun-o:before {
  content: "\f185";
}

.fa-moon-o:before {
  content: "\f186";
}

.fa-archive:before {
  content: "\f187";
}

.fa-bug:before {
  content: "\f188";
}

.fa-vk:before {
  content: "\f189";
}

.fa-weibo:before {
  content: "\f18a";
}

.fa-renren:before {
  content: "\f18b";
}

.fa-pagelines:before {
  content: "\f18c";
}

.fa-stack-exchange:before {
  content: "\f18d";
}

.fa-arrow-circle-o-right:before {
  content: "\f18e";
}

.fa-arrow-circle-o-left:before {
  content: "\f190";
}

.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "\f191";
}

.fa-dot-circle-o:before {
  content: "\f192";
}

.fa-wheelchair:before {
  content: "\f193";
}

.fa-vimeo-square:before {
  content: "\f194";
}

.fa-turkish-lira:before,
.fa-try:before {
  content: "\f195";
}

.fa-plus-square-o:before {
  content: "\f196";
}

.slick-slider .slick-arrow {
   display: inline-block;
  vertical-align: middle;
  width: 40px;
  height: 65px;
  margin: 0;
  background-size: 11px;
  background-position: center;
  background-color: transparent;
  margin-right: 0;
  transition: .3s ease;
  font-size: 0;
  position: absolute;
  top: 50%;
  margin-top: -20px;
  z-index: 1;
   text-shadow: 0px 3px 6px rgb(0 0 0 / 30%); 
}

.slick-prev::before {
    content: "\f104" !important;
    font-family: 'FontAwesome';
font-size: 80px;
    line-height: 0.6;

}

.slick-next::before {
    content: "\f105" !important;
    font-family: 'FontAwesome';
font-size: 80px;
    line-height: 0.6;
}

.slick-slider .slick-next {
  right: 0;
    right: 10px;
}

.slick-slider .slick-prev {
  left: 0;
    left: 10px;
}

.slick-slider .slick-dots {
  position: absolute;
  bottom: 24px;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
}

.slick-slider .slick-dots li {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0;
  padding: 0;
  cursor: pointer;
}

.slick-slider .slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 20px;
  height: 20px;
  padding: 0;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
}

.slick-slider .slick-dots li button:before {
  font-family: 'slick';
  font-size: 26px;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  content: '•';
  text-align: center;
  opacity: 1;
  color: rgba(0, 0, 0, 0.16);
  -webkit-font-smoothing: antialiased;
}

.slick-slider .slick-dots li.slick-active button:before {
  color: #299FD4;
}

.slick-dotted.slick-slider {
  margin-bottom: 0;
}

@media screen and (max-width: 768px) {
  .slick-slider .slick-dots {
    bottom: 15px;
  }
}

.chosen-container {
  text-align: left;
  min-width: 170px;
  outline: 0;
}

.chosen-container .chosen-single {
  background: none;
  border: 1px solid #c4c4c4;
  box-shadow: none;
  height: 35px;
  line-height: 35px;
  padding: 0 0 0 12px;
  color: inherit;
}

.chosen-container .chosen-single span {
  letter-spacing: 0;
  font-size: 14px;
}

.chosen-container .chosen-single div {
  width: 30px;
}

.chosen-container .chosen-single div b {
  background-image: url("/images/ico/ico-dropdown.svg");
  background-repeat: no-repeat;
  background-position: center !important;
  background-size: 18px !important;
}

.chosen-container .chosen-drop {
  box-shadow: none;
  margin-top: 5px;
  border-radius: 4px;
  border: 1px solid #F8F8F8;
  box-shadow: 0 4px 8px 0 rgba(70, 70, 70, 0.24);
}

.chosen-container .chosen-results {
  margin: 0;
  padding: 0;
}

.chosen-container .chosen-results li {
  line-height: 23px;
}

.chosen-container .chosen-results li.highlighted {
  background-image: none;
  background-color: #489DD8;
}

.chosen-container .chosen-results li:first-child {
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
}

.chosen-container .chosen-results li:last-child {
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}

.chosen-container-active.chosen-with-drop .chosen-single {
  box-shadow: none;
  background-image: none;
}

.chosen-container-active.chosen-with-drop .chosen-single div {
  transform: rotate(180deg);
}

.chosen {
  min-width: 170px;
  background-image: url("/images/ico/ico-dropdown.svg");
  background-repeat: no-repeat;
  background-position: 96% center;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  letter-spacing: 0;
  font-size: 16px;
}

/* overlay at start */
.mfp-fade.mfp-bg {
  opacity: 0;
  transition: all 0.15s ease-out;
}

/* overlay animate in */
.mfp-fade.mfp-bg.mfp-ready {
  opacity: 0.8;
}

/* overlay animate out */
.mfp-fade.mfp-bg.mfp-removing {
  opacity: 0;
}

/* content at start */
.mfp-fade.mfp-wrap .mfp-content {
  opacity: 0;
  transition: all 0.15s ease-out;
}

/* content animate it */
.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
  opacity: 1;
}

/* content animate out */
.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
  opacity: 0;
}

.header.headroom {
  will-change: transform;
  transition: transform .4s ease;
}

.header.headroom--pinned {
  transform: translateY(0);
}

.header.headroom--unpinned {
  transform: translateY(-50px);
}

.header.headroom--unpinned .header__left .logo {
  -ms-flex-align: end;
      align-items: flex-end;
}

.header.headroom--unpinned .header__left .logo img {
  max-height: 45px;
  transition: .4s ease;
  transform-origin: center bottom;
}

.header.headroom--unpinned .header__right .header--sponsor .sponsor--slide {
  -ms-flex-align: end;
      align-items: flex-end;
}

.header.headroom--unpinned .header__right .header--sponsor img {
  max-height: 60px;
  transition: .4s ease;
  transform-origin: right bottom;
}

.header-mobile.headroom {
  will-change: transform;
  transition: transform .5s ease;
}

.header-mobile.headroom--pinned {
  transform: translateY(0%);
}

.header-mobile.headroom--unpinned {
  transform: translateY(-57px);
}

@media screen and (min-width: 769px) and (max-width: 1279px) {
  .header .header__right .header--sponsor img {
    transition: .3s ease;
  }
  .header.headroom--pinned .header__right .header--sponsor img {
    visibility: visible;
    opacity: 1;
  }
  .header.headroom--unpinned .header__right .header--sponsor img {
    visibility: hidden;
    opacity: 0;
  }
}

.datepicker--cell.-selected-,
.datepicker--cell.-selected-.-current- {
  background-color: #53B2DC;
}

.datepicker--day-name {
  color: #53B2DC;
}


.btn_menu-hompage{
    text-align: center;
    font-family: 'Avenir Next Regular';
    color: #939393;
}

.page--promo-detail h2 {
	font-size:30px;
	line-height:1.6;
}


.page--detail-spesialis intro a{
color:#299FD4 !important;
text-decoration:underline !important;
}

.page--detail-spesialis intro p a{
color:#299FD4 !important;
text-decoration:underline !important;
}




   
