/******************************

INDEX:

    00 - Base - Global
    01 - Base - Typography

    10 - Layout - Header
    11 - Layout - Footer

    20 - Components - Accordion
    21 - Components - Animation
    22 - Components - Award
    23 - Components - Blog
        23.00 - Mini Blog
        23.01 - Post

    24 - Components - Button
        24.00 - Global Button
        24.01 - Read More Button
        24.02 - Add to Cart Button

    25 - Components - Carousel
        25.00 - Carousel Helper
        25.01 - Carousel Gutter
        25.02 - Slick Dot Margin Bottom 
        25.03 - Carousel Nav

    26 - Components - Comment
    27 - Components - Form
        27.00 - Global Form
        27.01 - Newsletter Form
        27.02 - Search Form
        27.03 - Nice Select

    28 - Components - Icon
    29 - Components - Modal
        29.00 - Quick View Modal
        29.01 - Search Popup

    30 - Components - Navigation
        30.00 - Main Navigation
        30.01 - Off Canvas Menu
        30.02 - Top Menu

    31 - Components - Product
        31.00 - Global Proudct
        31.01 - Proudct Summary
        31.02 - Proudct Gallery

    32 - Components - Progress Bar
    33 - Components - Project
        33.00 - Project Filter
        33.01 - Project item
        33.02 - Project Details

    37 - Components - Table
    38 - Components - Tabs
        38.00 - Tab Style 01
        38.01 - Tab Style 02
        38.02 - Tab Content

    39 - Components - Team 
    40 - Components - Testimonial 
    41 - Components - Timeline 
    42 - Components - Widget

    50 - Pages - Cart
    51 - Pages - Checkout
    52 - Pages - Shop

    60 - Utilities - Helper
    61 - Utilities - Common
    62 - Utilities - Color




******************************/
/*
    Defult Primary Color:       #014c8c
    Default Border Color:       #eeeeee
    Default Text Color:         #444444
    Default Heading Color:      #222222
    Default Body Font:          'Roboto', sans-serif;

*/
@import url("https://fonts.googleapis.com/css?family=Roboto:300,400,500,700,900|Open+Sans:400,600,700");
/*****************************
00. Global CSS
*****************************/
/*****************************
00 - Base - Global
*****************************/
html {
  height: 100%;
  font-size: 62.5%; }
  @media (max-width: 93.6875em) {
    html {
      font-size: 56.25%; } }
  @media (max-width: 74.9375em) {
    html {
      font-size: 50%; } }
  @media (max-width: 61.94em) {
    html {
      font-size: 37.5%; } }
  @media (max-width: 47.94em) {
    html {
      font-size: 31.25%; } }

body {
  font-size: 16px;
  font-family: "Roboto", sans-serif;
  color: #444444;
  line-height: 1.8;
  font-weight: 400;
  overflow-x: hidden;
  overflow-y: auto; }

h1, h2, h3, h4, h5, h6 {
  font-weight: 700;
  font-family: "Roboto", sans-serif;
  color: #222222;
  letter-spacing: -0.8px;
  margin: 0;
  padding-bottom: 3px; }

h1 {
  font-size: 36px;
  line-height: 38px;
  padding-bottom: 5px; }
  @media (max-width: 61.94em) {
    h1 {
      font-size: 32px;
      line-height: 34px; } }
  @media (max-width: 47.94em) {
    h1 {
      font-size: 28px;
      line-height: 32px; } }

h2 {
  font-size: 30px;
  line-height: 36px; }
  @media (max-width: 61.94em) {
    h2 {
      font-size: 26px;
      line-height: 29px; } }
  @media (max-width: 47.94em) {
    h2 {
      font-size: 24px;
      line-height: 26px; } }

h3 {
  font-size: 24px;
  line-height: 30px; }
  @media (max-width: 61.94em) {
    h3 {
      font-size: 20px;
      line-height: 26px; } }

h4 {
  font-size: 18px;
  line-height: 24px;
  padding-top: 1px; }

h5 {
  font-size: 14px;
  line-height: 21px;
  padding-top: 1px; }

h6 {
  font-size: 12px;
  line-height: 18px;
  padding-top: 18px; }

p {
  font-size: 16px;
  color: #444444;
  font-weight: 400;
  line-height: 1.65; }
  p:last-child {
    margin-bottom: 0; }
  p:only-child {
    margin-bottom: 0; }

strong, b {
  font-weight: bold; }

a {
  color: #222222; }

ul {
  margin: 0;
  padding: 0;
  list-style: none; }

figure {
  margin: 0; }

img {
  max-width: 100%; }

a:hover {
  color: #cfb11f;
  text-decoration: none; }

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0; }

input[type=number] {
  -moz-appearance: textfield; }

a, a:hover, a:focus, a:active, button, button:focus, input, select, textarea, .slick-slide {
  outline: none; }

.font-size-14 {
  font-size: 14px; }

.font-size-16 {
  font-size: 16px; }

/*****************************
01 - Base - Typography
*****************************/
.heading__primary {
  font-size: 40px;
  line-height: 44px; }
  @media (max-width: 61.94em) {
    .heading__primary {
      font-size: 36px;
      line-height: 39px; } }
  @media (max-width: 47.94em) {
    .heading__primary {
      font-size: 32px;
      line-height: 36px; } }
  @media (max-width: 35.94em) {
    .heading__primary {
      font-size: 30px;
      line-height: 34px; } }
  .heading__primary-2 {
    font-size: 48px;
    line-height: 52px; }
    @media (max-width: 61.94em) {
      .heading__primary-2 {
        font-size: 40px;
        line-height: 44px; } }
    @media (max-width: 47.94em) {
      .heading__primary-2 {
        font-size: 36px;
        line-height: 40px; } }
    @media (max-width: 47.94em) {
      .heading__primary-2 {
        font-size: 32px;
        line-height: 36px; } }

.heading__secondary {
  font-size: 32px;
  line-height: 36px;
  padding-bottom: 5px; }
  @media (max-width: 61.94em) {
    .heading__secondary {
      font-size: 28px;
      line-height: 32px; } }
  @media (max-width: 47.94em) {
    .heading__secondary {
      font-size: 26px;
      line-height: 32px;
      padding-bottom: 3px; } }
  .heading__secondary-2 {
    font-size: 34px;
    line-height: 40px; }
    @media (max-width: 61.94em) {
      .heading__secondary-2 {
        font-size: 30px;
        line-height: 37px; } }
    @media (max-width: 47.94em) {
      .heading__secondary-2 {
        font-size: 28px;
        line-height: 33px;
        padding-bottom: 4px; } }

.heading__tertiary {
  font-size: 22px;
  line-height: 30px;
  padding-bottom: 1px; }
  @media (max-width: 61.94em) {
    .heading__tertiary {
      font-size: 20px;
      line-height: 28px; } }

/*****************************
10 - Layout - Header
*****************************/
/*-- 10.00 - Header --*/
.header .logo {
  display: block; }
  .header .logo--transparent {
    height: 0;
    opacity: 0;
    visibility: hidden; }
  .header .logo--normal {
    height: auto;
    visibility: visible;
    opacity: 1; }

.header__top {
  padding: 15px 0; }

.header__middle {
  line-height: 1.5;
  padding: 25px 0; }
  .header__middle-left {
    -webkit-flex-basis: 25%;
    -moz-flex-basis: 25%;
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%; }
    @media (max-width: 74.9375em) {
      .header__middle-left {
        -webkit-flex-basis: 20%;
        -moz-flex-basis: 20%;
        -ms-flex-preferred-size: 20%;
        flex-basis: 20%;
        max-width: 20%; } }
    @media (max-width: 61.94em) {
      .header__middle-left {
        -webkit-flex-basis: 30%;
        -moz-flex-basis: 30%;
        -ms-flex-preferred-size: 30%;
        flex-basis: 30%;
        max-width: 30%; } }
  .header__middle-middle {
    -webkit-flex-basis: 60%;
    -moz-flex-basis: 60%;
    -ms-flex-preferred-size: 60%;
    flex-basis: 60%;
    max-width: 60%; }
    @media (max-width: 74.9375em) {
      .header__middle-middle {
        -webkit-flex-basis: 65%;
        -moz-flex-basis: 65%;
        -ms-flex-preferred-size: 65%;
        flex-basis: 65%;
        max-width: 65%; } }
  .header__middle-right {
    -webkit-flex-basis: 15%;
    -moz-flex-basis: 15%;
    -ms-flex-preferred-size: 15%;
    flex-basis: 15%;
    max-width: 15%; }

.header__bottom .main-navigation {
  padding-right: 30px; }

.header__bottom .main-navigation,
.header__bottom .header__search {
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 auto;
  -moz-box-flex: 1;
  -moz-flex: 1 0 auto;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto; }

.header__toolbar > a {
  width: 35px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  font-size: 20px; }
  .header__toolbar > a:last-child {
    margin-left: 10px; }

.header__search {
  max-width: 100%; }

.header-style-2 .header__middle-left {
  -webkit-flex-basis: 20%;
  -moz-flex-basis: 20%;
  -ms-flex-preferred-size: 20%;
  flex-basis: 20%;
  max-width: 20%; }
  @media (max-width: 47.94em) {
    .header-style-2 .header__middle-left {
      -webkit-flex-basis: 30%;
      -moz-flex-basis: 30%;
      -ms-flex-preferred-size: 30%;
      flex-basis: 30%;
      max-width: 30%; } }

.header-style-2 .header__middle-right {
  -webkit-flex-basis: 80%;
  -moz-flex-basis: 80%;
  -ms-flex-preferred-size: 80%;
  flex-basis: 80%;
  max-width: 80%; }
  @media (max-width: 47.94em) {
    .header-style-2 .header__middle-right {
      -webkit-flex-basis: 70%;
      -moz-flex-basis: 70%;
      -ms-flex-preferred-size: 70%;
      flex-basis: 70%;
      max-width: 70%; } }

.header-style-6 .header__middle-left {
  -webkit-flex-basis: 20%;
  -moz-flex-basis: 20%;
  -ms-flex-preferred-size: 20%;
  flex-basis: 20%;
  max-width: 20%; }

.header-style-6 .header__middle-right {
  -webkit-flex-basis: 80%;
  -moz-flex-basis: 80%;
  -ms-flex-preferred-size: 80%;
  flex-basis: 80%;
  max-width: 80%; }

.header-transparent {
  left: 0;
  top: 0;
  width: 100%;
  background-color: transparent;
  z-index: 1001; }
  .header-transparent .header__top, .header-transparent .header__middle, .header-transparent .header__bottom {
    background-color: transparent; }
  .header-transparent .logo--transparent {
    height: auto;
    visibility: visible;
    opacity: 1; }
  .header-transparent .logo--normal {
    opacity: 0;
    visibility: hidden;
    height: 0; }

.header .search-btn-2 {
  font-size: 25px; }

/*-- 10.01 - Sticky Header --*/
.sticky-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  margin: 0;
  background-color: #ffffff;
  -webkit-animation: fadeInDown 0.8s ease-in-out;
  -moz-animation: fadeInDown 0.8s ease-in-out;
  -ms-animation: fadeInDown 0.8s ease-in-out;
  -o-animation: fadeInDown 0.8s ease-in-out;
  animation: fadeInDown 0.8s ease-in-out;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.14);
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.14);
  -ms-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.14);
  -o-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.14);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.14); }
  .sticky-header .header__top {
    display: none !important; }
  @media (min-width: 62em) {
    .sticky-header .header__middle {
      display: none; } }
  @media (max-width: 61.94em) {
    .sticky-header .header__bottom {
      display: none; } }

.header-style-2 .sticky-header .header__middle {
  display: block; }

.header-style-2 .sticky-header .main-navigation .mainmenu.white-color .mainmenu__link {
  color: #444444; }

.header-transparent .sticky-header .logo--transparent {
  height: 0;
  opacity: 0;
  visibility: hidden; }

.header-transparent .sticky-header .logo--normal {
  height: auto;
  visibility: visible;
  opacity: 1; }

/*-- 10.02 - Site Info --*/
.site-info.vertical .site-info__item {
  -webkit-flex-basis: 100%;
  -moz-flex-basis: 100%;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  max-width: 100%;
  margin-bottom: 15px; }
  .site-info.vertical .site-info__item i {
    padding-right: 5px; }

.site-info__item {
  -webkit-flex-basis: 33.333%;
  -moz-flex-basis: 33.333%;
  -ms-flex-preferred-size: 33.333%;
  flex-basis: 33.333%;
  max-width: 33.333%;
  line-height: 1; }
  .site-info__item i {
    font-size: 36px; }

.site-info__title {
  font-weight: 600; }

.site-info__title, .site-info__text {
  display: block;
  font-size: 15px;
  line-height: 1.5; }

.site-info__text {
  color: #221815; }

.site-info-2 .site-info__item {
  -webkit-flex-basis: auto;
  -moz-flex-basis: auto;
  -ms-flex-preferred-size: auto;
  flex-basis: auto; }
  .site-info-2 .site-info__item:not(:last-child) {
    margin-right: 20px; }
  .site-info-2 .site-info__item i {
    font-size: 18px;
    padding-right: 3px; }

/*****************************
11 - Layout - Footer
*****************************/
.footer {
  background-color: #222222;
  color: #cccccc; }
  .footer p {
    line-height: 1.8;
    color: #cccccc; }
    .footer p i {
      padding-right: 10px;
      width: 30px; }
  .footer a {
    color: #cccccc; }
    .footer a:hover {
      color: #858585; }
  .footer-top.border-bottom {
    border-color: rgba(255, 255, 255, 0.1); }
  .footer-logo {
    width: auto;
    height: 36px; }
  .footer-menu li {
    display: inline-block; }
    .footer-menu li:not(:first-child) {
      margin-left: 30px; }
  .footer .widget-title {
    position: relative;
    overflow: hidden;
    font-size: 22px;
    color: #ffffff;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    padding-bottom: 10px;
    display: inline-block; }
  .footer .widget-menu li {
    margin-bottom: 16px; }
    @media (max-width: 61.94em) {
      .footer .widget-menu li {
        margin-bottom: 12px; } }

/*****************************
20 - Components - Accordion
*****************************/
.accordion .card {
  border: 2px solid #dddddd; }
  .accordion .card:first-of-type, .accordion .card:not(:first-of-type):not(:last-of-type) {
    border-bottom: 2px solid #dddddd; }
  .accordion .card:not(:last-child) {
    margin-bottom: 10px; }
  .accordion .card-header {
    padding: 0 15px;
    border-bottom: none; }
    .accordion .card-header .btn-link {
      padding: 15px 0;
      border: none;
      line-height: 1.3;
      overflow-wrap: break-word;
      white-space: -moz-normal;
      white-space: normal;
      -webkit-border-radius: 0;
      -moz-border-radius: 0;
      -ms-border-radius: 0;
      -o-border-radius: 0;
      border-radius: 0;
      border-bottom: 2px solid #3769B5; }
      .accordion .card-header .btn-link.collapsed {
        border: none; }
  .accordion .card-body {
    padding: 15px; }

.accordion-2 .card {
  background-color: #f8f8f8;
  border: none; }
  .accordion-2 .card:not(:last-child) {
    margin-bottom: 0; }
  .accordion-2 .card:first-child {
    border-top: 2px solid #dddddd; }
  .accordion-2 .card:last-child {
    border-bottom: 2px solid #dddddd; }
  .accordion-2 .card-header {
    padding: 0; }
    .accordion-2 .card-header .btn-link {
      border-bottom: 0;
      padding-left: 55px;
      color: #666666; }
      .accordion-2 .card-header .btn-link:before {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        left: 16px;
        right: 0;
        top: 50%;
        width: 12px;
        border-style: solid;
        border-width: 2px 0 0 0;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%); }
      .accordion-2 .card-header .btn-link.collapsed:after {
        height: 12px;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        left: 21px;
        top: 50%;
        border-style: solid;
        border-width: 0 0 0 2px;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%); }
      .accordion-2 .card-header .btn-link.collapsed:hover {
        background-color: #f0f0f0; }

/*****************************
21 - Components - Animation
*****************************/
@keyframes passing-reverse {
  from {
    transform: translateX(0); }
  50% {
    transform: translateX(7%);
    opacity: .6; }
  to {
    transform: translateX(30%);
    opacity: 0; } }

@keyframes spin {
  from {
    transform: rotate(0deg); }
  to {
    transform: rotate(360deg); } }

@keyframes fpFadeInUp {
  from {
    opacity: 0;
    transform: translate3d(0, 10%, 0); }
  to {
    opacity: 1;
    transform: none; } }

@keyframes effect_shine {
  100% {
    left: 150%; } }

@-webkit-keyframes fp-bouncedelay {
  0%, 80%, 100% {
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0); }
  40% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1); } }

@keyframes fp-bouncedelay {
  0%, 80%, 100% {
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0); }
  40% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1); } }

@keyframes circleloading {
  0% {
    transform: rotate(0deg); }
  25% {
    transform: rotate(90deg); }
  50% {
    transform: rotate(180deg); }
  75% {
    transform: rotate(270deg); }
  100% {
    transform: rotate(360deg); } }

@keyframes fpScrollInUp {
  0% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0); }
  50% {
    -webkit-transform: translateY(-60px);
    -moz-transform: translateY(-60px);
    -ms-transform: translateY(-60px);
    -o-transform: translateY(-60px);
    transform: translateY(-60px); }
  100% {
    -webkit-transform: translateY(-60px);
    -moz-transform: translateY(-60px);
    -ms-transform: translateY(-60px);
    -o-transform: translateY(-60px);
    transform: translateY(-60px); } }

/*****************************
22 - Components - Award
*****************************/
.award-item {
  padding-left: 110px; }
  @media (max-width: 61.94em) {
    .award-item {
      padding-left: 90px; } }
  @media (max-width: 28.125em) {
    .award-item {
      padding-left: 0; } }
  .award-item__icon {
    left: 0;
    top: 0; }
    @media (max-width: 28.125em) {
      .award-item__icon {
        position: relative !important;
        margin-bottom: 10px; } }
  .award-item__title {
    font-size: 18px;
    color: #202020; }
  .award-item p {
    margin-bottom: 20px; }

/*****************************
23 - Components - Blog
*****************************/
/*-- 23.00 - Mini Blog --*/
.mini-blog__thumbnail {
  -webkit-flex-basis: 270px;
  -moz-flex-basis: 270px;
  -ms-flex-preferred-size: 270px;
  flex-basis: 270px;
  max-width: 270px; }
  @media (max-width: 74.9375em) {
    .mini-blog__thumbnail {
      -webkit-flex-basis: 190px;
      -moz-flex-basis: 190px;
      -ms-flex-preferred-size: 190px;
      flex-basis: 190px;
      max-width: 190px; } }
  @media (max-width: 61.94em) {
    .mini-blog__thumbnail {
      -webkit-flex-basis: 100%;
      -moz-flex-basis: 100%;
      -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
      max-width: 100%; } }
  .mini-blog__thumbnail .image {
    height: 100%; }
    .mini-blog__thumbnail .image img {
      height: 100%;
      width: 100%; }

.mini-blog__date {
  top: 0;
  right: 0;
  width: 70px;
  height: 70px;
  text-align: center;
  line-height: 1.3;
  text-transform: uppercase; }

.mini-blog__info {
  -webkit-flex-basis: calc(100% - 270px);
  -moz-flex-basis: calc(100% - 270px);
  -ms-flex-preferred-size: calc(100% - 270px);
  flex-basis: calc(100% - 270px);
  max-width: calc(100% - 270px);
  background-color: #eeeeee;
  padding: 20px; }
  @media (max-width: 74.9375em) {
    .mini-blog__info {
      -webkit-flex-basis: calc(100% - 190px);
      -moz-flex-basis: calc(100% - 190px);
      -ms-flex-preferred-size: calc(100% - 190px);
      flex-basis: calc(100% - 190px);
      max-width: calc(100% - 190px); } }
  @media (max-width: 61.94em) {
    .mini-blog__info {
      -webkit-flex-basis: 100%;
      -moz-flex-basis: 100%;
      -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
      max-width: 100%; } }

.mini-blog__title {
  font-size: 18px;
  color: #202020;
  margin-bottom: 10px; }
  @media (max-width: 74.9375em) {
    .mini-blog__title {
      font-size: 16px;
      line-height: 1.5; } }

.mini-blog .read-more {
  display: block;
  margin-top: 12px;
  line-height: 1;
  text-align: left; }

.mini-blog-style-2 .mini-blog__inner {
  padding: 20px; }

.mini-blog-style-2 .mini-blog__thumbnail {
  -webkit-flex-basis: 130px;
  -moz-flex-basis: 130px;
  -ms-flex-preferred-size: 130px;
  flex-basis: 130px;
  max-width: 130px; }
  @media (max-width: 28.125em) {
    .mini-blog-style-2 .mini-blog__thumbnail {
      -webkit-flex-basis: 100%;
      -moz-flex-basis: 100%;
      -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
      max-width: 100%; } }

.mini-blog-style-2 .mini-blog__info {
  -webkit-flex-basis: calc(100% - 130px);
  -moz-flex-basis: calc(100% - 130px);
  -ms-flex-preferred-size: calc(100% - 130px);
  flex-basis: calc(100% - 130px);
  max-width: calc(100% - 130px);
  padding: 0;
  padding-left: 20px; }
  @media (max-width: 28.125em) {
    .mini-blog-style-2 .mini-blog__info {
      -webkit-flex-basis: 100%;
      -moz-flex-basis: 100%;
      -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
      max-width: 100%;
      padding-left: 0;
      padding-top: 20px; } }

.mini-blog-style-3 .mini-blog__thumbnail {
  max-width: 100%;
  margin-bottom: 20px; }

.mini-blog-style-3 .mini-blog__info {
  max-width: 100%;
  padding: 0; }

.mini-blog-style-3 .mini-blog__meta {
  margin-bottom: 12px; }

.mini-blog-style-3 .mini-blog__date i {
  padding-right: 5px; }

.mini-blog-style-3 .mini-blog__title {
  line-height: 1.3; }

/*-- 23.01 - Post --*/
.post {
  border-bottom: 2px solid #dddddd;
  margin-bottom: 4rem;
  padding-bottom: 4rem; }
  .post__thumbnail {
    margin-bottom: 3.3rem; }
    .post__thumbnail a {
      display: block; }
  .post__date {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    top: 30px;
    left: -45px;
    width: 90px;
    height: 90px;
    padding: 15px 0;
    line-height: 1.2; }
    @media (max-width: 81.1875em) {
      .post__date {
        left: -12px; } }
    @media (max-width: 61.94em) {
      .post__date {
        width: 70px;
        height: 70px;
        padding: 12px 0; } }
    .post__date strong {
      font-size: 30px; }
      @media (max-width: 61.94em) {
        .post__date strong {
          font-size: 25px; } }
  .post__title {
    word-wrap: break-word;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
    font-size: 34px;
    line-height: 1.3;
    margin-bottom: 1.5rem; }
    @media (max-width: 74.9375em) {
      .post__title {
        font-size: 32px; } }
    @media (max-width: 61.94em) {
      .post__title {
        font-size: 30px; } }
    @media (max-width: 47.94em) {
      .post__title {
        font-size: 25px; } }
    @media (max-width: 35.94em) {
      .post__title {
        font-size: 22px; } }
  .post__entry-meta {
    margin-bottom: 2.3rem; }
    .post__entry-meta span:not(:last-child) {
      margin-right: 20px; }
      @media (max-width: 35.94em) {
        .post__entry-meta span:not(:last-child) {
          margin-right: 0; } }
    .post__entry-meta span i {
      margin-right: 5px; }
    @media (max-width: 35.94em) {
      .post__entry-meta span {
        display: block; } }
  .post__footer-meta {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
    margin-top: 3rem;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    justify-content: space-between; }
    @media (max-width: 61.94em) {
      .post__footer-meta {
        margin-top: 3.5rem; } }
    @media (max-width: 35.94em) {
      .post__footer-meta {
        -webkit-box-direction: normal;
        -webkit-box-orient: vertical;
        -webkit-flex-direction: column;
        -moz-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        -webkit-align-items: flex-start;
        -moz-align-items: flex-start;
        align-items: flex-start; } }
  @media (max-width: 35.94em) {
    .post__sharing {
      margin-top: 10px; } }
  .post__sharing span {
    color: #666666;
    margin-right: 10px; }
  .post-grid {
    padding-bottom: 3.5rem; }
    .post-grid .post__thumbnail {
      margin-bottom: 3rem; }
    .post-grid .post__title {
      font-size: 20px; }
    .post-grid .post__date {
      width: 70px;
      height: 70px;
      left: -15px;
      top: 15px; }
      .post-grid .post__date strong {
        line-height: 1;
        font-size: 24px; }
      .post-grid .post__date span {
        font-size: 13px; }
    .post-grid .post__entry-meta {
      margin-bottom: 1.8rem; }

/*****************************
24 - Components - Button
*****************************/
/*-- 24.00 - Global Button --*/
.btn {
  background-color: #cfb11f;
  color: #ffffff;
  border-width: 2px;
  border-style: solid;
  border-color: #cfb11f;
  padding: 0 20px;
  height: 44px;
  line-height: 40px; }
  .btn i {
    font-size: 12px;
    margin-left: 10px; }
  .btn-2 {
    background-color: transparent;
    color: #ffffff;
    border-color: #ffffff; }
  .btn-fullwidth {
    display: block;
    width: 100%; }
  .btn-outline {
    background-color: transparent;
    color: #cfb11f; }
  .btn-bd-white {
    border-color: #ffffff; }
  .btn-bd-gray {
    border-color: #666666; }
  .btn-bd-alto {
    border-color: #dddddd; }
  .btn-bg-white {
    background-color: #ffffff;
    color: #cfb11f;
    border-color: #ffffff; }
  .btn-bg-transparent {
    background-color: transparent; }
  .btn-no-bg {
    padding: 0;
    background-color: transparent;
    border-width: 0px;
    height: auto;
    line-height: 1; }
  .btn-download {
    width: 100%; }
    .btn-download span {
      font-weight: 400; }
  .btn-color-primary {
    color: #cfb11f; }
  .btn-color-white {
    color: #ffffff; }
  .btn-color-blue {
    color: #cfb11f; }
  .btn-color-gray {
    color: #666666; }
  .btn-color-body {
    color: #444444; }
  .btn-color-emp {
    color: #515151; }
  .btn-submit {
    background-color: #dad8da;
    color: #515151;
    border: none; }
  .btn:hover {
    background-color: transparent;
    color: #cfb11f;
    border-color: #cfb11f; }
  .btn-hover-1:hover {
    color: #ffffff;
    border-color: #cfb11f;
    background-color: #cfb11f; }
  .btn-hover-2:hover {
    color: #ffffff;
    border-color: #ffffff; }
  .btn-hover-3:hover {
    background-color: #ffffff;
    border-color: #ffffff;
    color: #cfb11f; }
  .btn-hover-4:hover {
    color: #cfb11f; }
  .btn-submit:hover {
    background-color: #cfb11f;
    color: #ffffff; }
  .btn:focus {
    box-shadow: 0 0 0 0 rgba(0, 123, 255, 0);
    outline: 0; }

/*-- 24.01 - Read More Button --*/
.read-more-btn {
  padding-bottom: 1px;
  display: inline-block; }

.read-more-btn-2 {
  background-color: #ebe9eb;
  color: #515151;
  padding: 10px 16px;
  line-height: 1.2; }
  .read-more-btn-2:hover {
    background-color: #dad8da;
    color: #515151; }

/*-- 24.02 - Add to Cart Button --*/
.add-to-cart-btn {
  height: 48px;
  line-height: 48px;
  padding: 0 24px;
  background: #888888;
  border: none;
  cursor: pointer; }
  .add-to-cart-btn i {
    margin-left: 10px; }

/*****************************
25 - Components - Carousel
*****************************/
/*-- 25.00 - Carousel Helper --*/
.slick-btn, .slick-arrow {
  cursor: pointer;
  z-index: 1;
  display: inline-block; }

/*-- 25.01 - Carousel Gutter --*/
.slick-gutter-5 .slick-list {
  margin-left: -2.5px;
  margin-right: -2.5px; }

.slick-gutter-5 .slick-slide {
  padding-left: 2.5px;
  padding-right: 2.5px; }

.slick-gutter-5.slick-vertical .slick-list {
  margin-top: -2.5px;
  margin-bottom: -2.5px;
  margin-left: 0;
  margin-right: 0; }
  @media (max-width: 47.94em) {
    .slick-gutter-5.slick-vertical .slick-list {
      margin-left: -2.5px;
      margin-right: -2.5px;
      margin-left: 0;
      margin-right: 0; } }

.slick-gutter-5.slick-vertical .slick-slide {
  padding-top: 2.5px;
  padding-bottom: 2.5px;
  padding-left: 0;
  padding-right: 0; }
  @media (max-width: 47.94em) {
    .slick-gutter-5.slick-vertical .slick-slide {
      padding-left: 2.5px;
      padding-right: 2.5px;
      padding-top: 0;
      padding-bottom: 0; } }

.slick-gutter-10 .slick-list {
  margin-left: -5px;
  margin-right: -5px; }

.slick-gutter-10 .slick-slide {
  padding-left: 5px;
  padding-right: 5px; }

.slick-gutter-10.slick-vertical .slick-list {
  margin-top: -5px;
  margin-bottom: -5px;
  margin-left: 0;
  margin-right: 0; }
  @media (max-width: 47.94em) {
    .slick-gutter-10.slick-vertical .slick-list {
      margin-left: -5px;
      margin-right: -5px;
      margin-left: 0;
      margin-right: 0; } }

.slick-gutter-10.slick-vertical .slick-slide {
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 0;
  padding-right: 0; }
  @media (max-width: 47.94em) {
    .slick-gutter-10.slick-vertical .slick-slide {
      padding-left: 5px;
      padding-right: 5px;
      padding-top: 0;
      padding-bottom: 0; } }

.slick-gutter-15 .slick-list {
  margin-left: -7.5px;
  margin-right: -7.5px; }

.slick-gutter-15 .slick-slide {
  padding-left: 7.5px;
  padding-right: 7.5px; }

.slick-gutter-15.slick-vertical .slick-list {
  margin-top: -7.5px;
  margin-bottom: -7.5px;
  margin-left: 0;
  margin-right: 0; }
  @media (max-width: 47.94em) {
    .slick-gutter-15.slick-vertical .slick-list {
      margin-left: -7.5px;
      margin-right: -7.5px;
      margin-left: 0;
      margin-right: 0; } }

.slick-gutter-15.slick-vertical .slick-slide {
  padding-top: 7.5px;
  padding-bottom: 7.5px;
  padding-left: 0;
  padding-right: 0; }
  @media (max-width: 47.94em) {
    .slick-gutter-15.slick-vertical .slick-slide {
      padding-left: 7.5px;
      padding-right: 7.5px;
      padding-top: 0;
      padding-bottom: 0; } }

.slick-gutter-20 .slick-list {
  margin-left: -10px;
  margin-right: -10px; }

.slick-gutter-20 .slick-slide {
  padding-left: 10px;
  padding-right: 10px; }

.slick-gutter-20.slick-vertical .slick-list {
  margin-top: -10px;
  margin-bottom: -10px;
  margin-left: 0;
  margin-right: 0; }
  @media (max-width: 47.94em) {
    .slick-gutter-20.slick-vertical .slick-list {
      margin-left: -10px;
      margin-right: -10px;
      margin-left: 0;
      margin-right: 0; } }

.slick-gutter-20.slick-vertical .slick-slide {
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 0;
  padding-right: 0; }
  @media (max-width: 47.94em) {
    .slick-gutter-20.slick-vertical .slick-slide {
      padding-left: 10px;
      padding-right: 10px;
      padding-top: 0;
      padding-bottom: 0; } }

.slick-gutter-25 .slick-list {
  margin-left: -12.5px;
  margin-right: -12.5px; }

.slick-gutter-25 .slick-slide {
  padding-left: 12.5px;
  padding-right: 12.5px; }

.slick-gutter-25.slick-vertical .slick-list {
  margin-top: -12.5px;
  margin-bottom: -12.5px;
  margin-left: 0;
  margin-right: 0; }
  @media (max-width: 47.94em) {
    .slick-gutter-25.slick-vertical .slick-list {
      margin-left: -12.5px;
      margin-right: -12.5px;
      margin-left: 0;
      margin-right: 0; } }

.slick-gutter-25.slick-vertical .slick-slide {
  padding-top: 12.5px;
  padding-bottom: 12.5px;
  padding-left: 0;
  padding-right: 0; }
  @media (max-width: 47.94em) {
    .slick-gutter-25.slick-vertical .slick-slide {
      padding-left: 12.5px;
      padding-right: 12.5px;
      padding-top: 0;
      padding-bottom: 0; } }

.slick-gutter-30 .slick-list {
  margin-left: -15px;
  margin-right: -15px; }

.slick-gutter-30 .slick-slide {
  padding-left: 15px;
  padding-right: 15px; }

.slick-gutter-30.slick-vertical .slick-list {
  margin-top: -15px;
  margin-bottom: -15px;
  margin-left: 0;
  margin-right: 0; }
  @media (max-width: 47.94em) {
    .slick-gutter-30.slick-vertical .slick-list {
      margin-left: -15px;
      margin-right: -15px;
      margin-left: 0;
      margin-right: 0; } }

.slick-gutter-30.slick-vertical .slick-slide {
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 0;
  padding-right: 0; }
  @media (max-width: 47.94em) {
    .slick-gutter-30.slick-vertical .slick-slide {
      padding-left: 15px;
      padding-right: 15px;
      padding-top: 0;
      padding-bottom: 0; } }

.slick-gutter-35 .slick-list {
  margin-left: -17.5px;
  margin-right: -17.5px; }

.slick-gutter-35 .slick-slide {
  padding-left: 17.5px;
  padding-right: 17.5px; }

.slick-gutter-35.slick-vertical .slick-list {
  margin-top: -17.5px;
  margin-bottom: -17.5px;
  margin-left: 0;
  margin-right: 0; }
  @media (max-width: 47.94em) {
    .slick-gutter-35.slick-vertical .slick-list {
      margin-left: -17.5px;
      margin-right: -17.5px;
      margin-left: 0;
      margin-right: 0; } }

.slick-gutter-35.slick-vertical .slick-slide {
  padding-top: 17.5px;
  padding-bottom: 17.5px;
  padding-left: 0;
  padding-right: 0; }
  @media (max-width: 47.94em) {
    .slick-gutter-35.slick-vertical .slick-slide {
      padding-left: 17.5px;
      padding-right: 17.5px;
      padding-top: 0;
      padding-bottom: 0; } }

.slick-gutter-40 .slick-list {
  margin-left: -20px;
  margin-right: -20px; }

.slick-gutter-40 .slick-slide {
  padding-left: 20px;
  padding-right: 20px; }

.slick-gutter-40.slick-vertical .slick-list {
  margin-top: -20px;
  margin-bottom: -20px;
  margin-left: 0;
  margin-right: 0; }
  @media (max-width: 47.94em) {
    .slick-gutter-40.slick-vertical .slick-list {
      margin-left: -20px;
      margin-right: -20px;
      margin-left: 0;
      margin-right: 0; } }

.slick-gutter-40.slick-vertical .slick-slide {
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 0;
  padding-right: 0; }
  @media (max-width: 47.94em) {
    .slick-gutter-40.slick-vertical .slick-slide {
      padding-left: 20px;
      padding-right: 20px;
      padding-top: 0;
      padding-bottom: 0; } }

.slick-gutter-45 .slick-list {
  margin-left: -22.5px;
  margin-right: -22.5px; }

.slick-gutter-45 .slick-slide {
  padding-left: 22.5px;
  padding-right: 22.5px; }

.slick-gutter-45.slick-vertical .slick-list {
  margin-top: -22.5px;
  margin-bottom: -22.5px;
  margin-left: 0;
  margin-right: 0; }
  @media (max-width: 47.94em) {
    .slick-gutter-45.slick-vertical .slick-list {
      margin-left: -22.5px;
      margin-right: -22.5px;
      margin-left: 0;
      margin-right: 0; } }

.slick-gutter-45.slick-vertical .slick-slide {
  padding-top: 22.5px;
  padding-bottom: 22.5px;
  padding-left: 0;
  padding-right: 0; }
  @media (max-width: 47.94em) {
    .slick-gutter-45.slick-vertical .slick-slide {
      padding-left: 22.5px;
      padding-right: 22.5px;
      padding-top: 0;
      padding-bottom: 0; } }

.slick-gutter-50 .slick-list {
  margin-left: -25px;
  margin-right: -25px; }

.slick-gutter-50 .slick-slide {
  padding-left: 25px;
  padding-right: 25px; }

.slick-gutter-50.slick-vertical .slick-list {
  margin-top: -25px;
  margin-bottom: -25px;
  margin-left: 0;
  margin-right: 0; }
  @media (max-width: 47.94em) {
    .slick-gutter-50.slick-vertical .slick-list {
      margin-left: -25px;
      margin-right: -25px;
      margin-left: 0;
      margin-right: 0; } }

.slick-gutter-50.slick-vertical .slick-slide {
  padding-top: 25px;
  padding-bottom: 25px;
  padding-left: 0;
  padding-right: 0; }
  @media (max-width: 47.94em) {
    .slick-gutter-50.slick-vertical .slick-slide {
      padding-left: 25px;
      padding-right: 25px;
      padding-top: 0;
      padding-bottom: 0; } }

.slick-gutter-55 .slick-list {
  margin-left: -27.5px;
  margin-right: -27.5px; }

.slick-gutter-55 .slick-slide {
  padding-left: 27.5px;
  padding-right: 27.5px; }

.slick-gutter-55.slick-vertical .slick-list {
  margin-top: -27.5px;
  margin-bottom: -27.5px;
  margin-left: 0;
  margin-right: 0; }
  @media (max-width: 47.94em) {
    .slick-gutter-55.slick-vertical .slick-list {
      margin-left: -27.5px;
      margin-right: -27.5px;
      margin-left: 0;
      margin-right: 0; } }

.slick-gutter-55.slick-vertical .slick-slide {
  padding-top: 27.5px;
  padding-bottom: 27.5px;
  padding-left: 0;
  padding-right: 0; }
  @media (max-width: 47.94em) {
    .slick-gutter-55.slick-vertical .slick-slide {
      padding-left: 27.5px;
      padding-right: 27.5px;
      padding-top: 0;
      padding-bottom: 0; } }

.slick-gutter-60 .slick-list {
  margin-left: -30px;
  margin-right: -30px; }

.slick-gutter-60 .slick-slide {
  padding-left: 30px;
  padding-right: 30px; }

.slick-gutter-60.slick-vertical .slick-list {
  margin-top: -30px;
  margin-bottom: -30px;
  margin-left: 0;
  margin-right: 0; }
  @media (max-width: 47.94em) {
    .slick-gutter-60.slick-vertical .slick-list {
      margin-left: -30px;
      margin-right: -30px;
      margin-left: 0;
      margin-right: 0; } }

.slick-gutter-60.slick-vertical .slick-slide {
  padding-top: 30px;
  padding-bottom: 30px;
  padding-left: 0;
  padding-right: 0; }
  @media (max-width: 47.94em) {
    .slick-gutter-60.slick-vertical .slick-slide {
      padding-left: 30px;
      padding-right: 30px;
      padding-top: 0;
      padding-bottom: 0; } }

.slick-gutter-65 .slick-list {
  margin-left: -32.5px;
  margin-right: -32.5px; }

.slick-gutter-65 .slick-slide {
  padding-left: 32.5px;
  padding-right: 32.5px; }

.slick-gutter-65.slick-vertical .slick-list {
  margin-top: -32.5px;
  margin-bottom: -32.5px;
  margin-left: 0;
  margin-right: 0; }
  @media (max-width: 47.94em) {
    .slick-gutter-65.slick-vertical .slick-list {
      margin-left: -32.5px;
      margin-right: -32.5px;
      margin-left: 0;
      margin-right: 0; } }

.slick-gutter-65.slick-vertical .slick-slide {
  padding-top: 32.5px;
  padding-bottom: 32.5px;
  padding-left: 0;
  padding-right: 0; }
  @media (max-width: 47.94em) {
    .slick-gutter-65.slick-vertical .slick-slide {
      padding-left: 32.5px;
      padding-right: 32.5px;
      padding-top: 0;
      padding-bottom: 0; } }

.slick-gutter-70 .slick-list {
  margin-left: -35px;
  margin-right: -35px; }

.slick-gutter-70 .slick-slide {
  padding-left: 35px;
  padding-right: 35px; }

.slick-gutter-70.slick-vertical .slick-list {
  margin-top: -35px;
  margin-bottom: -35px;
  margin-left: 0;
  margin-right: 0; }
  @media (max-width: 47.94em) {
    .slick-gutter-70.slick-vertical .slick-list {
      margin-left: -35px;
      margin-right: -35px;
      margin-left: 0;
      margin-right: 0; } }

.slick-gutter-70.slick-vertical .slick-slide {
  padding-top: 35px;
  padding-bottom: 35px;
  padding-left: 0;
  padding-right: 0; }
  @media (max-width: 47.94em) {
    .slick-gutter-70.slick-vertical .slick-slide {
      padding-left: 35px;
      padding-right: 35px;
      padding-top: 0;
      padding-bottom: 0; } }

.slick-gutter-75 .slick-list {
  margin-left: -37.5px;
  margin-right: -37.5px; }

.slick-gutter-75 .slick-slide {
  padding-left: 37.5px;
  padding-right: 37.5px; }

.slick-gutter-75.slick-vertical .slick-list {
  margin-top: -37.5px;
  margin-bottom: -37.5px;
  margin-left: 0;
  margin-right: 0; }
  @media (max-width: 47.94em) {
    .slick-gutter-75.slick-vertical .slick-list {
      margin-left: -37.5px;
      margin-right: -37.5px;
      margin-left: 0;
      margin-right: 0; } }

.slick-gutter-75.slick-vertical .slick-slide {
  padding-top: 37.5px;
  padding-bottom: 37.5px;
  padding-left: 0;
  padding-right: 0; }
  @media (max-width: 47.94em) {
    .slick-gutter-75.slick-vertical .slick-slide {
      padding-left: 37.5px;
      padding-right: 37.5px;
      padding-top: 0;
      padding-bottom: 0; } }

.slick-gutter-80 .slick-list {
  margin-left: -40px;
  margin-right: -40px; }

.slick-gutter-80 .slick-slide {
  padding-left: 40px;
  padding-right: 40px; }

.slick-gutter-80.slick-vertical .slick-list {
  margin-top: -40px;
  margin-bottom: -40px;
  margin-left: 0;
  margin-right: 0; }
  @media (max-width: 47.94em) {
    .slick-gutter-80.slick-vertical .slick-list {
      margin-left: -40px;
      margin-right: -40px;
      margin-left: 0;
      margin-right: 0; } }

.slick-gutter-80.slick-vertical .slick-slide {
  padding-top: 40px;
  padding-bottom: 40px;
  padding-left: 0;
  padding-right: 0; }
  @media (max-width: 47.94em) {
    .slick-gutter-80.slick-vertical .slick-slide {
      padding-left: 40px;
      padding-right: 40px;
      padding-top: 0;
      padding-bottom: 0; } }

.slick-gutter-85 .slick-list {
  margin-left: -42.5px;
  margin-right: -42.5px; }

.slick-gutter-85 .slick-slide {
  padding-left: 42.5px;
  padding-right: 42.5px; }

.slick-gutter-85.slick-vertical .slick-list {
  margin-top: -42.5px;
  margin-bottom: -42.5px;
  margin-left: 0;
  margin-right: 0; }
  @media (max-width: 47.94em) {
    .slick-gutter-85.slick-vertical .slick-list {
      margin-left: -42.5px;
      margin-right: -42.5px;
      margin-left: 0;
      margin-right: 0; } }

.slick-gutter-85.slick-vertical .slick-slide {
  padding-top: 42.5px;
  padding-bottom: 42.5px;
  padding-left: 0;
  padding-right: 0; }
  @media (max-width: 47.94em) {
    .slick-gutter-85.slick-vertical .slick-slide {
      padding-left: 42.5px;
      padding-right: 42.5px;
      padding-top: 0;
      padding-bottom: 0; } }

.slick-gutter-90 .slick-list {
  margin-left: -45px;
  margin-right: -45px; }

.slick-gutter-90 .slick-slide {
  padding-left: 45px;
  padding-right: 45px; }

.slick-gutter-90.slick-vertical .slick-list {
  margin-top: -45px;
  margin-bottom: -45px;
  margin-left: 0;
  margin-right: 0; }
  @media (max-width: 47.94em) {
    .slick-gutter-90.slick-vertical .slick-list {
      margin-left: -45px;
      margin-right: -45px;
      margin-left: 0;
      margin-right: 0; } }

.slick-gutter-90.slick-vertical .slick-slide {
  padding-top: 45px;
  padding-bottom: 45px;
  padding-left: 0;
  padding-right: 0; }
  @media (max-width: 47.94em) {
    .slick-gutter-90.slick-vertical .slick-slide {
      padding-left: 45px;
      padding-right: 45px;
      padding-top: 0;
      padding-bottom: 0; } }

.slick-gutter-95 .slick-list {
  margin-left: -47.5px;
  margin-right: -47.5px; }

.slick-gutter-95 .slick-slide {
  padding-left: 47.5px;
  padding-right: 47.5px; }

.slick-gutter-95.slick-vertical .slick-list {
  margin-top: -47.5px;
  margin-bottom: -47.5px;
  margin-left: 0;
  margin-right: 0; }
  @media (max-width: 47.94em) {
    .slick-gutter-95.slick-vertical .slick-list {
      margin-left: -47.5px;
      margin-right: -47.5px;
      margin-left: 0;
      margin-right: 0; } }

.slick-gutter-95.slick-vertical .slick-slide {
  padding-top: 47.5px;
  padding-bottom: 47.5px;
  padding-left: 0;
  padding-right: 0; }
  @media (max-width: 47.94em) {
    .slick-gutter-95.slick-vertical .slick-slide {
      padding-left: 47.5px;
      padding-right: 47.5px;
      padding-top: 0;
      padding-bottom: 0; } }

.slick-gutter-100 .slick-list {
  margin-left: -50px;
  margin-right: -50px; }

.slick-gutter-100 .slick-slide {
  padding-left: 50px;
  padding-right: 50px; }

.slick-gutter-100.slick-vertical .slick-list {
  margin-top: -50px;
  margin-bottom: -50px;
  margin-left: 0;
  margin-right: 0; }
  @media (max-width: 47.94em) {
    .slick-gutter-100.slick-vertical .slick-list {
      margin-left: -50px;
      margin-right: -50px;
      margin-left: 0;
      margin-right: 0; } }

.slick-gutter-100.slick-vertical .slick-slide {
  padding-top: 50px;
  padding-bottom: 50px;
  padding-left: 0;
  padding-right: 0; }
  @media (max-width: 47.94em) {
    .slick-gutter-100.slick-vertical .slick-slide {
      padding-left: 50px;
      padding-right: 50px;
      padding-top: 0;
      padding-bottom: 0; } }

@media (max-width: 93.6875em) {
  .slick-gutter-xl-5 {
    margin-left: -2.5px;
    margin-right: -2.5px; }
    .slick-gutter-xl-5 .slick-slide {
      padding-left: 2.5px;
      padding-right: 2.5px; } }

@media (max-width: 93.6875em) {
  .slick-gutter-xl-10 {
    margin-left: -5px;
    margin-right: -5px; }
    .slick-gutter-xl-10 .slick-slide {
      padding-left: 5px;
      padding-right: 5px; } }

@media (max-width: 93.6875em) {
  .slick-gutter-xl-15 {
    margin-left: -7.5px;
    margin-right: -7.5px; }
    .slick-gutter-xl-15 .slick-slide {
      padding-left: 7.5px;
      padding-right: 7.5px; } }

@media (max-width: 93.6875em) {
  .slick-gutter-xl-20 {
    margin-left: -10px;
    margin-right: -10px; }
    .slick-gutter-xl-20 .slick-slide {
      padding-left: 10px;
      padding-right: 10px; } }

@media (max-width: 93.6875em) {
  .slick-gutter-xl-25 {
    margin-left: -12.5px;
    margin-right: -12.5px; }
    .slick-gutter-xl-25 .slick-slide {
      padding-left: 12.5px;
      padding-right: 12.5px; } }

@media (max-width: 93.6875em) {
  .slick-gutter-xl-30 {
    margin-left: -15px;
    margin-right: -15px; }
    .slick-gutter-xl-30 .slick-slide {
      padding-left: 15px;
      padding-right: 15px; } }

@media (max-width: 93.6875em) {
  .slick-gutter-xl-35 {
    margin-left: -17.5px;
    margin-right: -17.5px; }
    .slick-gutter-xl-35 .slick-slide {
      padding-left: 17.5px;
      padding-right: 17.5px; } }

@media (max-width: 93.6875em) {
  .slick-gutter-xl-40 {
    margin-left: -20px;
    margin-right: -20px; }
    .slick-gutter-xl-40 .slick-slide {
      padding-left: 20px;
      padding-right: 20px; } }

@media (max-width: 93.6875em) {
  .slick-gutter-xl-45 {
    margin-left: -22.5px;
    margin-right: -22.5px; }
    .slick-gutter-xl-45 .slick-slide {
      padding-left: 22.5px;
      padding-right: 22.5px; } }

@media (max-width: 93.6875em) {
  .slick-gutter-xl-50 {
    margin-left: -25px;
    margin-right: -25px; }
    .slick-gutter-xl-50 .slick-slide {
      padding-left: 25px;
      padding-right: 25px; } }

@media (max-width: 93.6875em) {
  .slick-gutter-xl-55 {
    margin-left: -27.5px;
    margin-right: -27.5px; }
    .slick-gutter-xl-55 .slick-slide {
      padding-left: 27.5px;
      padding-right: 27.5px; } }

@media (max-width: 93.6875em) {
  .slick-gutter-xl-60 {
    margin-left: -30px;
    margin-right: -30px; }
    .slick-gutter-xl-60 .slick-slide {
      padding-left: 30px;
      padding-right: 30px; } }

@media (max-width: 93.6875em) {
  .slick-gutter-xl-65 {
    margin-left: -32.5px;
    margin-right: -32.5px; }
    .slick-gutter-xl-65 .slick-slide {
      padding-left: 32.5px;
      padding-right: 32.5px; } }

@media (max-width: 93.6875em) {
  .slick-gutter-xl-70 {
    margin-left: -35px;
    margin-right: -35px; }
    .slick-gutter-xl-70 .slick-slide {
      padding-left: 35px;
      padding-right: 35px; } }

@media (max-width: 93.6875em) {
  .slick-gutter-xl-75 {
    margin-left: -37.5px;
    margin-right: -37.5px; }
    .slick-gutter-xl-75 .slick-slide {
      padding-left: 37.5px;
      padding-right: 37.5px; } }

@media (max-width: 93.6875em) {
  .slick-gutter-xl-80 {
    margin-left: -40px;
    margin-right: -40px; }
    .slick-gutter-xl-80 .slick-slide {
      padding-left: 40px;
      padding-right: 40px; } }

@media (max-width: 93.6875em) {
  .slick-gutter-xl-85 {
    margin-left: -42.5px;
    margin-right: -42.5px; }
    .slick-gutter-xl-85 .slick-slide {
      padding-left: 42.5px;
      padding-right: 42.5px; } }

@media (max-width: 93.6875em) {
  .slick-gutter-xl-90 {
    margin-left: -45px;
    margin-right: -45px; }
    .slick-gutter-xl-90 .slick-slide {
      padding-left: 45px;
      padding-right: 45px; } }

@media (max-width: 93.6875em) {
  .slick-gutter-xl-95 {
    margin-left: -47.5px;
    margin-right: -47.5px; }
    .slick-gutter-xl-95 .slick-slide {
      padding-left: 47.5px;
      padding-right: 47.5px; } }

@media (max-width: 93.6875em) {
  .slick-gutter-xl-100 {
    margin-left: -50px;
    margin-right: -50px; }
    .slick-gutter-xl-100 .slick-slide {
      padding-left: 50px;
      padding-right: 50px; } }

/*-- 25.02 - Slick Dot Margin Bottom --*/
.slick-dot-mb-5 .slick-dots {
  margin-top: 5px !important; }

.slick-dot-mb-5 .slick-btn {
  margin-top: 5px !important; }

.slick-dot-mb-10 .slick-dots {
  margin-top: 10px !important; }

.slick-dot-mb-10 .slick-btn {
  margin-top: 10px !important; }

.slick-dot-mb-15 .slick-dots {
  margin-top: 15px !important; }

.slick-dot-mb-15 .slick-btn {
  margin-top: 15px !important; }

.slick-dot-mb-20 .slick-dots {
  margin-top: 20px !important; }

.slick-dot-mb-20 .slick-btn {
  margin-top: 20px !important; }

.slick-dot-mb-25 .slick-dots {
  margin-top: 25px !important; }

.slick-dot-mb-25 .slick-btn {
  margin-top: 25px !important; }

.slick-dot-mb-30 .slick-dots {
  margin-top: 30px !important; }

.slick-dot-mb-30 .slick-btn {
  margin-top: 30px !important; }

.slick-dot-mb-35 .slick-dots {
  margin-top: 35px !important; }

.slick-dot-mb-35 .slick-btn {
  margin-top: 35px !important; }

.slick-dot-mb-40 .slick-dots {
  margin-top: 40px !important; }

.slick-dot-mb-40 .slick-btn {
  margin-top: 40px !important; }

.slick-dot-mb-45 .slick-dots {
  margin-top: 45px !important; }

.slick-dot-mb-45 .slick-btn {
  margin-top: 45px !important; }

.slick-dot-mb-50 .slick-dots {
  margin-top: 50px !important; }

.slick-dot-mb-50 .slick-btn {
  margin-top: 50px !important; }

.slick-dot-mb-55 .slick-dots {
  margin-top: 55px !important; }

.slick-dot-mb-55 .slick-btn {
  margin-top: 55px !important; }

.slick-dot-mb-60 .slick-dots {
  margin-top: 60px !important; }

.slick-dot-mb-60 .slick-btn {
  margin-top: 60px !important; }

.slick-dot-mb-65 .slick-dots {
  margin-top: 65px !important; }

.slick-dot-mb-65 .slick-btn {
  margin-top: 65px !important; }

.slick-dot-mb-70 .slick-dots {
  margin-top: 70px !important; }

.slick-dot-mb-70 .slick-btn {
  margin-top: 70px !important; }

.slick-dot-mb-75 .slick-dots {
  margin-top: 75px !important; }

.slick-dot-mb-75 .slick-btn {
  margin-top: 75px !important; }

.slick-dot-mb-80 .slick-dots {
  margin-top: 80px !important; }

.slick-dot-mb-80 .slick-btn {
  margin-top: 80px !important; }

.slick-dot-mb-85 .slick-dots {
  margin-top: 85px !important; }

.slick-dot-mb-85 .slick-btn {
  margin-top: 85px !important; }

.slick-dot-mb-90 .slick-dots {
  margin-top: 90px !important; }

.slick-dot-mb-90 .slick-btn {
  margin-top: 90px !important; }

.slick-dot-mb-95 .slick-dots {
  margin-top: 95px !important; }

.slick-dot-mb-95 .slick-btn {
  margin-top: 95px !important; }

.slick-dot-mb-100 .slick-dots {
  margin-top: 100px !important; }

.slick-dot-mb-100 .slick-btn {
  margin-top: 100px !important; }

@media (max-width: 61.94em) {
  .slick-dot-mb-md-5 .slick-dots {
    margin-top: 5px !important; } }

@media (max-width: 61.94em) {
  .slick-dot-mb-md-10 .slick-dots {
    margin-top: 10px !important; } }

@media (max-width: 61.94em) {
  .slick-dot-mb-md-15 .slick-dots {
    margin-top: 15px !important; } }

@media (max-width: 61.94em) {
  .slick-dot-mb-md-20 .slick-dots {
    margin-top: 20px !important; } }

@media (max-width: 61.94em) {
  .slick-dot-mb-md-25 .slick-dots {
    margin-top: 25px !important; } }

@media (max-width: 61.94em) {
  .slick-dot-mb-md-30 .slick-dots {
    margin-top: 30px !important; } }

@media (max-width: 61.94em) {
  .slick-dot-mb-md-35 .slick-dots {
    margin-top: 35px !important; } }

@media (max-width: 61.94em) {
  .slick-dot-mb-md-40 .slick-dots {
    margin-top: 40px !important; } }

@media (max-width: 61.94em) {
  .slick-dot-mb-md-45 .slick-dots {
    margin-top: 45px !important; } }

@media (max-width: 61.94em) {
  .slick-dot-mb-md-50 .slick-dots {
    margin-top: 50px !important; } }

@media (max-width: 61.94em) {
  .slick-dot-mb-md-55 .slick-dots {
    margin-top: 55px !important; } }

@media (max-width: 61.94em) {
  .slick-dot-mb-md-60 .slick-dots {
    margin-top: 60px !important; } }

@media (max-width: 61.94em) {
  .slick-dot-mb-md-65 .slick-dots {
    margin-top: 65px !important; } }

@media (max-width: 61.94em) {
  .slick-dot-mb-md-70 .slick-dots {
    margin-top: 70px !important; } }

@media (max-width: 61.94em) {
  .slick-dot-mb-md-75 .slick-dots {
    margin-top: 75px !important; } }

@media (max-width: 61.94em) {
  .slick-dot-mb-md-80 .slick-dots {
    margin-top: 80px !important; } }

@media (max-width: 61.94em) {
  .slick-dot-mb-md-85 .slick-dots {
    margin-top: 85px !important; } }

@media (max-width: 61.94em) {
  .slick-dot-mb-md-90 .slick-dots {
    margin-top: 90px !important; } }

@media (max-width: 61.94em) {
  .slick-dot-mb-md-95 .slick-dots {
    margin-top: 95px !important; } }

@media (max-width: 61.94em) {
  .slick-dot-mb-md-100 .slick-dots {
    margin-top: 100px !important; } }

/*-- 25.03 - Carousel Nav --*/
.slick-btn {
  border-width: 1px;
  border-color: #eeeeee;
  border-style: solid;
  width: 68px;
  height: 56px;
  line-height: 54px;
  display: inline-block;
  text-align: center;
  cursor: pointer;
  font-size: 18px; }
  @media (max-width: 61.94em) {
    .slick-btn {
      width: 45px;
      height: 45px;
      line-height: 45px;
      font-size: 16px; } }

.slick-dots {
  line-height: 0;
  text-align: center; }
  .slick-dots li {
    display: inline-block;
    width: 15px;
    height: 15px;
    line-height: 15px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    position: relative;
    margin: 0 5px;
    cursor: pointer;
    padding: 0; }
    .slick-dots li button {
      font-size: 0;
      display: block;
      width: 100%;
      height: 100%;
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
      -ms-border-radius: 50%;
      -o-border-radius: 50%;
      border-radius: 50%;
      padding: 0;
      cursor: pointer;
      border: 2px solid #aaa; }
      .slick-dots li button:hover {
        border-color: #ffffff; }
    .slick-dots li.slick-active button {
      border-color: #ffffff; }

.slick-dot-right .slick-dots {
  text-align: right; }

.slick-dot-style-2 .slick-dots li button:hover {
  border-color: #222222; }

.slick-dot-style-2 .slick-dots li.slick-active button {
  border-color: #222222; }

.nav-vertical-center .slick-prev {
  left: 0; }

.nav-vertical-center .slick-next {
  right: 0; }

/*****************************
26 - Components - Comment
*****************************/
.comment-title {
  margin-bottom: 27px;
  font-size: 24px; }

.comment-list > li:last-child > .single-comment:only-child {
  margin-bottom: 0; }

.comment-list > li:last-child .children > li:last-child .single-comment {
  margin-bottom: 0; }

.comment .single-comment {
  margin-bottom: 20px; }

.comment-avatar {
  left: 0;
  top: 0; }
  @media (max-width: 35.94em) {
    .comment-avatar {
      position: relative !important;
      margin-bottom: 10px; } }
  .comment-avatar img {
    width: 100px;
    height: 100px;
    line-height: 100px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%; }

.comment-info {
  margin-left: 120px;
  border: 2px solid #dddddd;
  padding: 20px 30px; }
  @media (max-width: 35.94em) {
    .comment-info {
      margin-left: 0;
      padding: 15px 20px; } }

.comment-meta {
  margin-bottom: 10px; }
  @media (max-width: 28.125em) {
    .comment-meta {
      -webkit-box-direction: normal;
      -webkit-box-orient: vertical;
      -webkit-flex-direction: column;
      -moz-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column;
      align-items: flex-start !important; } }

.comment-author {
  font-size: 14px; }

.comment-date {
  font-style: italic;
  margin-right: 40px; }

.comment .children {
  margin-left: 20px; }

.comment-reply-title {
  margin-bottom: 27px;
  font-size: 24px; }

/*****************************
27 - Components - Form
*****************************/
/*--- 27.00 - Global Form --*/
.form div, .form input, .form textarea {
  line-height: 1; }

.form-row {
  margin-right: -10px;
  margin-left: -10px; }
  .form-row > [class*="col-"],
  .form-row > .col {
    padding-left: 10px;
    padding-right: 10px; }

.form__label {
  margin-bottom: 10px; }
  .form__label.inline-label {
    margin-bottom: 0; }

.form__input {
  width: 100%;
  height: 44px;
  line-height: 40px;
  border: 2px solid #dddddd;
  padding: 0 20px; }
  .form__input--textarea {
    height: 110px;
    padding-top: 10px; }
    .form__input--textarea-2 {
      height: 200px;
      padding: 20px 25px; }
  .form__input:focus {
    border-color: #999999; }
  .form__input--2 {
    border-width: 0;
    border-bottom-width: 2px;
    border-radius: 0 !important;
    padding-left: 0; }
    .form__input--2::-webkit-input-placeholder {
      font-weight: 700; }
    .form__input--2:-moz-placeholder {
      font-weight: 700; }
    .form__input--2::-moz-placeholder {
      font-weight: 700; }
    .form__input--2:-ms-input-placeholder {
      font-weight: 700; }
    .form__input--2:focus {
      border-color: #383E9C; }

.form__output {
  text-align: left;
  margin-top: 5px; }
  .form__output.success {
    color: #4cbb6c; }
  .form__output.error {
    color: #c2080f; }

.form.shipping-calculator-form .nice-select {
  margin-bottom: 1rem; }
  @media (max-width: 47.94em) {
    .form.shipping-calculator-form .nice-select {
      margin-bottom: 1.5rem; } }

/*--- 27.01 - Newsletter Form --*/
.newsletter__input {
  height: 44px;
  line-height: 44px;
  width: 100%;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  border: none;
  padding: 0 65px 0 20px; }

.newsletter__submit {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  width: 48px;
  height: 44px;
  line-height: 44px;
  text-align: center;
  right: 0;
  top: 0;
  border: none;
  cursor: pointer; }

/*--- 27.02 - Search Form --*/
.searchform__input {
  width: 100%;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  border: none;
  height: 58px;
  padding-left: 15px;
  padding-right: 15px;
  color: #888888; }
  .searchform__input::-webkit-input-placeholder {
    color: #888888; }
  .searchform__input:-moz-placeholder {
    color: #888888; }
  .searchform__input::-moz-placeholder {
    color: #888888; }
  .searchform__input:-ms-input-placeholder {
    color: #888888; }

.searchform__submit {
  display: none;
  border: none; }

.searchform-2 .searchform__input {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  border-bottom: 1px solid #ffffff;
  height: 25px;
  padding-left: 5px;
  padding-right: 35px;
  color: #ffffff; }
  .searchform-2 .searchform__input::-webkit-input-placeholder {
    color: #ffffff; }
  .searchform-2 .searchform__input:-moz-placeholder {
    color: #ffffff; }
  .searchform-2 .searchform__input::-moz-placeholder {
    color: #ffffff; }
  .searchform-2 .searchform__input:-ms-input-placeholder {
    color: #ffffff; }

.searchform-2 .searchform__submit {
  display: block;
  right: 0;
  top: 0; }

.searchform-3 .searchform__input {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  border-bottom: 2px solid #dddddd;
  height: 40px;
  padding-left: 0;
  padding-right: 35px; }
  .searchform-3 .searchform__input::-webkit-input-placeholder {
    color: #888; }
  .searchform-3 .searchform__input:-moz-placeholder {
    color: #888; }
  .searchform-3 .searchform__input::-moz-placeholder {
    color: #888; }
  .searchform-3 .searchform__input:-ms-input-placeholder {
    color: #888; }

.searchform-3 .searchform__submit {
  display: block;
  right: 0;
  top: 0; }

/*--- 27.03 - Nice Select --*/
.nice-select {
  padding-right: 0;
  width: 100%;
  height: 44px;
  line-height: 44px !important;
  border: 2px solid #dddddd; }
  .nice-select .current {
    display: block;
    font-size: 16px;
    color: #444444; }
  .nice-select:after {
    content: '\f107';
    border: none;
    top: 0;
    right: 0;
    margin-top: 0;
    height: 100%;
    width: 40px;
    background-color: #eeeeee;
    text-align: center;
    line-height: 44px !important;
    font-size: 16px;
    -webkit-transform-origin: 0 0;
    -moz-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    -o-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -ms-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0); }
  .nice-select.open:after {
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -ms-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0); }
  .nice-select .list {
    width: 100%;
    max-height: 260px; }

/*--- 27.04 - Cart Form --*/
.cart-form__input {
  width: 150px;
  padding: 6px 6px 5px;
  height: 44px;
  line-height: 40px;
  border: 2px solid #dddddd;
  padding: 0 20px;
  margin-right: 15px; }

.cart-form__btn {
  line-height: 1;
  padding: 13px 18px;
  color: #515151;
  background-color: #ebe9eb;
  border: 0;
  cursor: pointer; }
  .cart-form__btn:hover {
    background-color: #dad8da; }

/*****************************
28 - Components - Icon
*****************************/
.icon i {
  font-size: 20px; }

.icon-rounded {
  width: 70px;
  height: 70px;
  line-height: 70px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  text-align: center;
  z-index: 1; }
  .icon-rounded.icon-big {
    width: 90px;
    height: 90px;
    line-height: 90px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    text-align: center; }
    @media (max-width: 61.94em) {
      .icon-rounded.icon-big {
        width: 70px;
        height: 70px;
        line-height: 70px;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        -ms-border-radius: 50%;
        -o-border-radius: 50%;
        border-radius: 50%;
        text-align: center; } }
    .icon-rounded.icon-big i {
      width: 90px;
      height: 90px;
      line-height: 90px;
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
      -ms-border-radius: 50%;
      -o-border-radius: 50%;
      border-radius: 50%;
      text-align: center;
      font-size: 33px; }
      @media (max-width: 61.94em) {
        .icon-rounded.icon-big i {
          width: 70px;
          height: 70px;
          line-height: 70px;
          -webkit-border-radius: 50%;
          -moz-border-radius: 50%;
          -ms-border-radius: 50%;
          -o-border-radius: 50%;
          border-radius: 50%;
          text-align: center;
          font-size: 28px; } }
  .icon-rounded.icon-medium {
    width: 70px;
    height: 70px;
    line-height: 70px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    text-align: center; }
    @media (max-width: 61.94em) {
      .icon-rounded.icon-medium {
        width: 70px;
        height: 70px;
        line-height: 70px;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        -ms-border-radius: 50%;
        -o-border-radius: 50%;
        border-radius: 50%;
        text-align: center; } }
    .icon-rounded.icon-medium i {
      width: 70px;
      height: 70px;
      line-height: 70px;
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
      -ms-border-radius: 50%;
      -o-border-radius: 50%;
      border-radius: 50%;
      text-align: center;
      font-size: 33px; }
      @media (max-width: 61.94em) {
        .icon-rounded.icon-medium i {
          width: 70px;
          height: 70px;
          line-height: 70px;
          -webkit-border-radius: 50%;
          -moz-border-radius: 50%;
          -ms-border-radius: 50%;
          -o-border-radius: 50%;
          border-radius: 50%;
          text-align: center;
          font-size: 28px; } }
  .icon-rounded i {
    width: 50px;
    height: 50px;
    line-height: 50px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    text-align: center;
    font-size: 24px; }

.icon-outline {
  border-width: 2px;
  border-style: solid;
  border-color: #eeeeee;
  width: 74px;
  height: 74px;
  line-height: 74px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  text-align: center; }
  .icon-outline i {
    line-height: 70px;
    font-size: 28px; }

.icon-square {
  width: 36px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px; }
  .icon-square i {
    line-height: 36px; }
  .icon-square.icon-big {
    width: 60px;
    height: 60px;
    line-height: 60px;
    text-align: center; }
    .icon-square.icon-big i {
      line-height: 60px; }

.icon-big {
  width: 90px;
  height: 90px;
  line-height: 90px;
  text-align: center; }
  .icon-big i {
    font-size: 28px; }

.icon-small i {
  font-size: 16px; }

.icon-34 {
  font-size: 34px !important; }

.icon-40 {
  font-size: 40px !important; }

.icon-hover-1:hover i.bg--white-light {
  background-color: rgba(255, 255, 255, 0.2); }

.icon-hover-2.icon-big i {
  width: 70px;
  height: 70px;
  line-height: 70px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  text-align: center;
  font-size: 28px; }
  @media (max-width: 61.94em) {
    .icon-hover-2.icon-big i {
      width: 60px;
      height: 60px;
      line-height: 60px;
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
      -ms-border-radius: 50%;
      -o-border-radius: 50%;
      border-radius: 50%;
      text-align: center;
      font-size: 24px; } }

.icon-hover-2:before {
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  border-width: 2px;
  border-style: solid;
  border-color: #DDDDDD;
  border-radius: 50%;
  z-index: 1;
  opacity: 0; }

.icon-hover-2:hover:before {
  opacity: 1;
  clip: rect(0px, 150px, 150px, 20px);
  animation: circleloading 1s infinite linear; }

/*****************************
29 - Components - Modal
*****************************/
/*-- 29.00 - Quick View Modal --*/
.modal {
  display: block !important;
  z-index: -9;
  padding-right: 0 !important; }

.modal.show {
  z-index: 1050; }

.product-modal .modal-dialog {
  max-width: 100%;
  width: 1125px;
  margin: 75px auto 50px;
  background: #fff; }
  @media (max-width: 81.1875em) {
    .product-modal .modal-dialog {
      max-width: 95%;
      width: 1025px; } }
  @media (max-width: 61.94em) {
    .product-modal .modal-dialog {
      width: auto;
      max-width: 95%; } }
  @media (max-width: 47.94em) {
    .product-modal .modal-dialog {
      width: auto;
      max-width: 95%;
      margin: 30px auto; } }

.product-modal .modal-box {
  padding-top: 65px;
  padding-right: 50px; }
  @media (max-width: 47.94em) {
    .product-modal .modal-box {
      padding: 50px 40px; } }

.product-modal .modal-content {
  border: none;
  border-radius: 0;
  background-color: transparent; }

.product-modal .modal-body {
  padding: 0; }

.product-modal .product-image img {
  width: 100%; }

.product-modal .close {
  padding: 5px;
  border: 0;
  right: 0;
  background: #000000;
  opacity: 1;
  text-shadow: 0 0 0 #000000;
  color: #ffffff;
  z-index: 9; }
  .product-modal .close i {
    font-size: 34px; }
  .product-modal .close:hover {
    opacity: 1 !important;
    color: #ffffff !important; }

.custom-close {
  background-color: #292929 !important;
  position: absolute;
  right: 0 !important;
  top: 0 !important;
  text-align: center !important;
  font-size: 32px;
  line-height: 1;
  display: block;
  padding: 18px !important;
  color: #fff !important;
  font-weight: 300;
  text-shadow: 0 0 0 #fff;
  opacity: 1 !important;
  width: 60px !important;
  height: 60px !important; }
  @media (max-width: 61.94em) {
    .custom-close {
      left: auto;
      top: 0 !important;
      bottom: 100% !important;
      right: 0 !important; } }
  .custom-close i {
    display: inline-block;
    vertical-align: middle; }
    .custom-close i.mfp-close {
      width: auto !important;
      height: auto;
      font-size: 32px !important;
      line-height: 60px;
      position: absolute;
      right: 50%;
      top: 0;
      margin-right: -18px;
      text-decoration: none;
      text-align: center;
      opacity: 1;
      padding: 0;
      font-style: normal;
      font-size: inherit;
      font-family: "Pe-icon-7-stroke" !important; }
  .custom-close:hover i {
    text-shadow: 0 0 0 rgba(255, 255, 255, 0); }

/*-- 29.01 - Search Popup --*/
.popup-search {
  position: fixed;
  z-index: 9998;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background: rgba(0, 0, 0, 0.8); }
  .popup-search.open .popup-search__body {
    margin-top: 0; }
  .popup-search__body {
    margin-top: 200px;
    width: 90%;
    max-width: 460px;
    text-align: center; }
    .popup-search__body p {
      margin-top: 20px; }
    .popup-search__body .btn-close {
      right: 0;
      top: -40px; }

/*****************************
30 - Components - Navigation
*****************************/
/*-- 30.00 - Main Navigation --*/
.main-navigation .mainmenu {
  line-height: .8; }
  @media (min-width: 62em) {
    .main-navigation .mainmenu__item {
      display: inline-block;
      padding: 22px 0px 22px 0px; } }
  @media (min-width: 62em) {
    .main-navigation .mainmenu__item:not(:last-child) {
      margin-right: 15px; } }
  @media (min-width: 75em) {
    .main-navigation .mainmenu__item:not(:last-child) {
      margin-right: 23px; } }
  @media (min-width: 93.75em) {
    .main-navigation .mainmenu__item:not(:last-child) {
      margin-right: 30px; } }
  @media (min-width: 62em) {
    .main-navigation .mainmenu__item:nth-last-child(-n+4).menu-item-has-children > ul {
      left: auto;
      right: 0; } }
  @media (min-width: 62em) {
    .main-navigation .mainmenu__item:nth-last-child(-n+4).menu-item-has-children > ul .sub-menu {
      left: auto;
      right: 100%;
      margin-left: 0;
      margin-right: 15px; } }
  @media (min-width: 62em) {
    .main-navigation .mainmenu__item.active > a {
      color: #ffffff; } }
  .main-navigation .mainmenu__item.menu-item-has-children > a:after {
    font-family: fontAwesome;
    line-height: 1;
    content: '\f0d7';
    margin-left: 6px;
    color: inherit;
    font-size: 12px; }
  @media (min-width: 62em) {
    .main-navigation .mainmenu__item.menu-item-has-children > ul {
      position: absolute;
      left: 0;
      top: 250%;
      background: #fff;
      min-width: 240px;
      padding: 0 15px;
      z-index: 9;
      pointer-events: none;
      -webkit-box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.2);
      -moz-box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.2);
      -ms-box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.2);
      -o-box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.2);
      box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.2);
      white-space: -moz-nowrap;
      white-space: nowrap;
      -webkit-transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
      -moz-transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
      -ms-transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
      -o-transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
      transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
      visibility: hidden;
      opacity: 0; } }
  @media (min-width: 75em) {
    .main-navigation .mainmenu__item.menu-item-has-children > ul {
      left: 0 !important; } }
  .main-navigation .mainmenu__item.menu-item-has-children > ul li {
    padding: 15px 0; }
    .main-navigation .mainmenu__item.menu-item-has-children > ul li:not(:last-child) {
      border-bottom: 1px solid #eeeeee; }
    @media (min-width: 62em) {
      .main-navigation .mainmenu__item.menu-item-has-children > ul li a {
        color: #222222;
        display: block; } }
    @media (min-width: 62em) {
      .main-navigation .mainmenu__item.menu-item-has-children > ul li a:hover {
        color: #cfb11f; } }
  @media (min-width: 62em) {
    .main-navigation .mainmenu__item.menu-item-has-children > ul.megamenu {
      white-space: -moz-nowrap;
      white-space: nowrap;
      width: 100%; } }
  @media (min-width: 62em) {
    .main-navigation .mainmenu__item.menu-item-has-children > ul.megamenu > li {
      text-align: left; } }
  .main-navigation .mainmenu__item.menu-item-has-children > ul.megamenu > li i {
    margin-right: 5px; }
  @media (min-width: 62em) {
    .main-navigation .mainmenu__item.menu-item-has-children > ul.megamenu > li:hover span {
      -webkit-transform: translateY(0);
      -moz-transform: translateY(0);
      -ms-transform: translateY(0);
      -o-transform: translateY(0);
      transform: translateY(0); } }
  @media (min-width: 62em) {
    .main-navigation .mainmenu__item.menu-item-has-children > ul.megamenu .megamenu-image {
      margin-bottom: -15px;
      text-align: center; } }
  @media (min-width: 62em) {
    .main-navigation .mainmenu__item.menu-item-has-children > ul .sub-menu {
      position: absolute;
      top: 0%;
      left: 100%;
      background: #fff;
      min-width: 240px;
      padding: 0 15px;
      margin-left: 15px;
      z-index: 9;
      pointer-events: none;
      -webkit-box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.2);
      -moz-box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.2);
      -ms-box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.2);
      -o-box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.2);
      box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.2);
      white-space: -moz-nowrap;
      white-space: nowrap;
      -webkit-transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
      -moz-transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
      -ms-transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
      -o-transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
      transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
      visibility: hidden;
      opacity: 0; } }
  @media (min-width: 75em) {
    .main-navigation .mainmenu__item.menu-item-has-children > ul .sub-menu {
      left: 100% !important;
      margin-left: 15px !important; } }
  @media (min-width: 62em) {
    .main-navigation .mainmenu__item.menu-item-has-children > ul.sub-menu {
      text-align: left;
      z-index: 99999;
      position: absolute; } }
  @media (min-width: 62em) {
    .main-navigation .mainmenu__item.menu-item-has-children > ul.sub-menu li:hover ul {
      visibility: visible;
      pointer-events: visible;
      opacity: 1; } }
  @media (min-width: 62em) {
    .main-navigation .mainmenu__item.menu-item-has-children > ul.sub-menu li a {
      text-transform: capitalize; } }
  @media (min-width: 62em) {
    .main-navigation .mainmenu__item.menu-item-has-children:hover > ul {
      pointer-events: visible;
      top: 100%;
      visibility: visible;
      opacity: 1; } }
  .main-navigation .mainmenu__item.menu-item-has-children ul li.menu-item-has-children > a:after {
    font-family: fontAwesome;
    line-height: 1;
    content: '\f0da';
    margin-left: 0;
    color: inherit;
    font-size: 12px;
    right: 0;
    position: absolute;
    top: 3px; }
  .main-navigation .mainmenu__item.menu-item-has-children ul li.menu-item-has-children:before {
    right: -15px;
    width: 15px;
    height: 100%;
    top: 0; }
  @media (min-width: 62em) {
    .main-navigation .mainmenu__link {
      color: #ffffff;
      display: block;
      font-weight: 700;
      font-size: 15px; } }
  @media (min-width: 75em) {
    .main-navigation .mainmenu__link {
      font-size: 16px; } }
  @media (min-width: 62em) {
    .main-navigation .mainmenu li {
      position: relative; } }
  @media (min-width: 62em) {
    .main-navigation .mainmenu li .sub-menu {
      display: block;
      background: #ffffff; } }
  @media (min-width: 62em) {
    .main-navigation .mainmenu li ul {
      -webkit-transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
      -moz-transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
      -ms-transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
      -o-transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
      transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1); } }
  @media (min-width: 62em) {
    .main-navigation .mainmenu li > a {
      line-height: 1;
      z-index: 1;
      display: block;
      overflow: hidden; } }
  @media (min-width: 62em) {
    .main-navigation .mainmenu li > a:hover span {
      -webkit-transform: translateY(-100%);
      -moz-transform: translateY(-100%);
      -ms-transform: translateY(-100%);
      -o-transform: translateY(-100%);
      transform: translateY(-100%); } }
  @media (min-width: 62em) {
    .main-navigation .mainmenu li > a span {
      position: relative;
      display: inline-block;
      transition: transform 0.3s; padding-top:2px } }
  .main-navigation .mainmenu li > a span:before {
    position: absolute;
    top: 100%;
    content: attr(data-hover);
    transform: translate3d(0, 0, 0); padding-top:2px }
  .main-navigation .mainmenu-2 {
    text-align: right; }
    @media (min-width: 62em) {
      .main-navigation .mainmenu-2 .mainmenu__item:not(:last-child) {
        margin-right: 19px; } }
    @media (min-width: 62em) {
      .main-navigation .mainmenu-2 .mainmenu__item:nth-last-child(-n+5).menu-item-has-children > ul {
        left: auto !important;
        right: 0; } }
    @media (min-width: 62em) {
      .main-navigation .mainmenu-2 .mainmenu__item:nth-last-child(-n+5).menu-item-has-children > ul .sub-menu {
        left: auto !important;
        right: 100%;
        margin-left: 0 !important;
        margin-right: 15px; } }
  .main-navigation .mainmenu-centered {
    text-align: center; }
    .main-navigation .mainmenu-centered .mainmenu__item.menu-item-has-children > ul.sub-menu {
      left: 50%;
      -webkit-transform: translateX(-50%);
      -moz-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      -o-transform: translateX(-50%);
      transform: translateX(-50%); }
  @media (min-width: 62em) {
    .main-navigation .mainmenu.primary-color .mainmenu__link {
      color: #cfb11f; } }
  @media (min-width: 62em) {
    .main-navigation .mainmenu.white-color .mainmenu__link {
      color: #ffffff; } }

/*-- 30.01 - Off Canvas Menu --*/
.offcanvas-menu-wrapper .offcanvas-menu-inner {
  position: fixed;
  top: 0;
  left: -265px;
  width: 265px;
  height: 100%;
  z-index: 9999;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 15px; }

.offcanvas-menu-wrapper.open .offcanvas-menu-inner {
  left: 0; }

.offcanvas-menu-wrapper .btn-close {
  display: block;
  position: absolute;
  top: 0;
  right: 14px;
  font-size: 60px;
  z-index: 100;
  cursor: pointer;
  line-height: 1; }

.offcanvas-navigation {
  padding-top: 60px; }
  .offcanvas-navigation .offcanvas-menu > li {
    height: 100%; }
  .offcanvas-navigation .offcanvas-menu li {
    border-bottom: 1px solid #eeeeee; }
    .offcanvas-navigation .offcanvas-menu li > .menu-expand {
      position: absolute;
      right: 0;
      top: -1px;
      width: 50px;
      height: 100%;
      line-height: 50px;
      cursor: pointer;
      text-align: center;
      margin-right: 4px;
      color: #999999; }
    .offcanvas-navigation .offcanvas-menu li a {
      font-size: 14px;
      font-weight: 400;
      text-transform: capitalize;
      color: #000000;
      display: block;
      padding: 15px 0;
      line-height: 1; }
    .offcanvas-navigation .offcanvas-menu li .sub-menu {
      padding-left: 10px; }
      .offcanvas-navigation .offcanvas-menu li .sub-menu li:last-child {
        border-bottom-width: 0px; }
    .offcanvas-navigation .offcanvas-menu li.menu-open > .menu-expand i:before {
      content: '\f106'; }
    .offcanvas-navigation .offcanvas-menu li:hover > a {
      color: #cfb11f !important; }
    .offcanvas-navigation .offcanvas-menu li:hover > .menu-expand {
      color: #cfb11f !important; }
  .offcanvas-navigation .site-info {
    margin-top: 35px; }
  .offcanvas-navigation .social {
    margin-top: 32px; }

/*-- 30.02 - Top Menu --*/
.top-menu li {
  display: inline-block; }
  .top-menu li:not(:last-child) {
    padding-right: 20px; }

.top-menu.white-color li a {
  color: #ffffff; }

/*****************************
31 - Components - Product
*****************************/
/*-- 31.00 - Global Proudct --*/
.product-thumbnail {
  background: #EEEEEE;
  width: 100%;
  text-align: center;
  padding: 60px;
  margin-bottom: 15px; }
  @media (max-width: 35.94em) {
    .product-thumbnail {
      padding: 70px; } }
  .product-thumbnail img {
    width: 100%; }
  .product-thumbnail .quick-view {
    top: 10px;
    right: 10px;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px;
    background-color: #dedede;
    color: #777;
    cursor: pointer; }

.product-label {
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  top: 10px;
  left: 25px;
  height: 30px;
  line-height: 30px;
  padding: 0 10px; }

.product-title {
  line-height: 22px;
  margin-bottom: 5px; }

.fp-product .star-rating {
  margin-top: 11px; }

.fp-product .add-to-cart-btn,
.fp-product .read-more-btn-2 {
  margin-top: 10px; }

/*-- 31.01 - Proudct Summary --*/
.product-summary .product-navigation a {
  border-width: 1px solid #eeeeee;
  display: inline-block;
  -webkit-box-shadow: 0px 0px 11.83px 1.17px rgba(72, 72, 72, 0.13);
  -moz-box-shadow: 0px 0px 11.83px 1.17px rgba(72, 72, 72, 0.13);
  -ms-box-shadow: 0px 0px 11.83px 1.17px rgba(72, 72, 72, 0.13);
  -o-box-shadow: 0px 0px 11.83px 1.17px rgba(72, 72, 72, 0.13);
  box-shadow: 0px 0px 11.83px 1.17px rgba(72, 72, 72, 0.13);
  width: 38px;
  height: 31px;
  text-align: center;
  line-height: 31px;
  background-color: #ffffff;
  font-size: 18px; }
  .product-summary .product-navigation a.next {
    margin-left: 5px; }

.product-summary .product-rating .star-rating {
  margin-left: 0; }

.product-summary .product-title {
  font-size: 36px;
  font-weight: 400;
  line-height: 1; }
  @media (max-width: 47.94em) {
    .product-summary .product-title {
      font-size: 26px; } }

.product-summary .product-price-wrapper span {
  font-size: 24px; }
  .product-summary .product-price-wrapper span.money-separator {
    padding: 0 10px; }

/*-- 31.02 - Proudct Gallery --*/
.product-gallery__image {
  background: #EEEEEE;
  padding: 10rem; }

.product-gallery__nav-image--single {
  cursor: pointer; }
  .product-gallery__nav-image--single img {
    background: #EEEEEE;
    padding: 30px; }

/*****************************
32 - Components - Progress Bar
*****************************/
.skill-progress__item:not(:last-child) {
  margin-bottom: 4rem; }
  @media (max-width: 74.9375em) {
    .skill-progress__item:not(:last-child) {
      margin-bottom: 3rem; } }

.skill-progress__title {
  margin-bottom: 5px; }

.skill-progress .progress {
  background: #dddddd;
  height: 2px;
  overflow: visible; }

.skill-progress .progress-bar {
  background: #cfb11f;
  position: relative; }
  .skill-progress .progress-bar span {
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 14px;
    width: 50px;
    height: 50px;
    line-height: 50px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    text-align: center;
    border-style: solid;
    border-width: 2px;
    z-index: 9; }

/*****************************
33 - Components - Project
*****************************/
/*-- 33.00 - Project Filter --*/
.project-filters button {
  border: none;
  padding: 0 0 10px 0;
  border-bottom: 2px solid #dddddd;
  font-size: 16px;
  color: #888888;
  line-height: 1;
  cursor: pointer; }
  .project-filters button:not(:last-child) {
    margin-right: 20px; }

/*-- 33.01 - Project item --*/
.project-item__thumbnail {
  margin-bottom: 20px; }

.project-item__title {
  font-size: 18px;
  line-height: 22px; }

.project-item-2 .project-item__thumbnail {
  margin-bottom: 10px; }
  .project-item-2 .project-item__thumbnail img {
    width: 100%; }

.project-item-2 .project-item__title a {
  overflow: hidden;
  height: 50px;
  line-height: 50px;
  padding: 0 25px 0 20px;
  color: #212121; }
  .project-item-2 .project-item__title a:after {
    content: '\f0da';
    right: 20px;
    top: 50%;
    font-size: 12px;
    margin-left: 10px;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%); }

/*-- 33.02 - Project Details --*/
.project-details li {
  border-bottom: 1px solid #dddddd;
  padding: 15px 0; }
  .project-details li:first-child {
    border-top: 1px solid #dddddd; }

.project-share strong {
  padding-right: 15px; }
  .project-share strong i {
    padding-right: 4px; }

/*****************************
34 - Components - Review
*****************************/
.product-reviews .review__item {
  margin-left: 50px; }
  @media (max-width: 61.94em) {
    .product-reviews .review__item {
      margin-left: 0; } }

.product-reviews .review__avatar {
  left: 0;
  top: 0;
  padding: 3px;
  width: 32px;
  height: auto;
  background: #ebe9eb;
  border: 1px solid #e4e1e3; }
  @media (max-width: 35.94em) {
    .product-reviews .review__avatar {
      position: relative !important;
      margin-bottom: 10px; } }

.product-reviews .review__text {
  margin: 0 0 0 50px;
  border: 1px solid #e4e1e3;
  padding: 16px; }
  @media (max-width: 35.94em) {
    .product-reviews .review__text {
      margin: 0; } }
  .product-reviews .review__text .star-rating {
    margin-left: 0; }

.product-reviews .review__meta {
  color: #777;
  margin-bottom: 10px; }

/*****************************
35 - Components - Services
*****************************/
.services-item__thumbnail {
  overflow: hidden; }
  .services-item__thumbnail img {
    width: 100%; }

.services-item__info {
  padding-left: 50px; }

.services-item__icon {
  left: 0;
  top: 0; }

.services-item__desc {
  font-weight: 400;
  line-height: 27px; }

.services-item-2 .services-item__icon {
  left: 20px;
  bottom: 20px;
  top: auto; }

.services-item-2 .services-item__info {
  padding-left: 0; }

.services-item-3 .services-item__icon {
  -webkit-flex-basis: 70px;
  -moz-flex-basis: 70px;
  -ms-flex-preferred-size: 70px;
  flex-basis: 70px;
  max-width: 70px; }

.services-item-3 .services-item__info {
  -webkit-flex-basis: calc(100% - 70px);
  -moz-flex-basis: calc(100% - 70px);
  -ms-flex-preferred-size: calc(100% - 70px);
  flex-basis: calc(100% - 70px);
  max-width: calc(100% - 70px);
  padding-left: 20px; }

.services-item-3 .services-item__title {
  font-size: 20px;
  color: #222222; }

.services-item-4 {
  padding: 25px 0 0 45px; }
  @media (max-width: 47.94em) {
    .services-item-4 {
      padding: 20px 0 0 30px; } }
  .services-item-4 .services-item__icon {
    top: 0;
    left: 0; }
  .services-item-4 .services-item__info {
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    -o-border-radius: 6px;
    border-radius: 6px;
    -webkit-box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.1);
    -ms-box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.1);
    -o-box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.1);
    padding: 40px 60px;
    background: #dddddd;
    border: 1px solid #E9E9E9;
    background: linear-gradient(to top, #EEEEEE 0%, #FFFFFF 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#EEEEEE', endColorstr='#FFFFFF', GradientType=0); }
    @media (max-width: 61.94em) {
      .services-item-4 .services-item__info {
        padding: 30px 50px; } }
    @media (max-width: 47.94em) {
      .services-item-4 .services-item__info {
        padding: 20px 40px; } }
  .services-item-4 .services-item__title {
    font-size: 22px;
    line-height: 1;
    margin-bottom: 20px; }
    @media (max-width: 61.94em) {
      .services-item-4 .services-item__title {
        font-size: 20px;
        margin-bottom: 15px; } }
    @media (max-width: 47.94em) {
      .services-item-4 .services-item__title {
        font-size: 18px;
        margin-bottom: 10px; } }

.services-item-5 .services-item__icon {
  left: 0;
  top: 0; }

.services-item-5 .services-item__title {
  font-size: 16px;
  line-height: 1.8; }

/*****************************
36 - Components - Social
*****************************/
.social__item {
  display: inline-block; }

.social-round .social__item:not(:last-child) {
  margin-right: 5px; }

.social-round .social__link {
  width: 35px;
  height: 35px;
  line-height: 35px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  text-align: center; }

.social-round.social-big .social__link {
  width: 48px;
  height: 48px;
  line-height: 48px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  text-align: center; }

.social-with-text .social__item {
  line-height: 36px; }

.social-with-text .social__icon {
  width: 12px;
  font-size: 14px;
  margin-right: 15px; }

.social-with-text .social__text {
  font-size: 15px; }

/*****************************
37 - Components - Table
*****************************/
.table {
  margin-bottom: 0; }
  .table thead th, .table th {
    text-transform: uppercase;
    padding: 9px 12px;
    letter-spacing: 1px;
    font-weight: 400;
    border-bottom-width: 0;
    vertical-align: middle;
    background-color: #cfb11f;
    color: #ffffff;
    font-weight: 700;
    text-transform: capitalize; }
    .table thead th:not(:last-child), .table th:not(:last-child) {
      border-right: 1px solid rgba(51, 51, 51, 0.1); }
  .table td {
    vertical-align: middle;
    border: 0px solid #eeeeee; }
  .table th, .table td {
    min-width: 100px; }
    .table th.wide-column, .table td.wide-column {
      min-width: 240px; }
  .table tbody td {
    padding: 15px 0; }
    .table tbody td.product-remove i {
      font-size: 30px;
      font-weight: 700;
      color: #222222; }
    .table tbody td.product-thumbnail {
      background-color: transparent;
      width: auto; }
      .table tbody td.product-thumbnail img {
        width: 32px;
        height: auto; }
    .table tbody td.product-name h3 {
      font-size: 16px;
      line-height: 20px; }
  .table.shop_attributes {
    max-width: 820px;
    margin: 0 auto; }
    .table.shop_attributes th, .table.shop_attributes td {
      padding: 4px 0;
      font-size: 14px;
      text-transform: none;
      line-height: 22px; }
    .table.shop_attributes th {
      color: #181818;
      font-weight: 400;
      min-width: 140px; }
  .table.order-table th {
    background-color: transparent;
    border: none !important; }

/*****************************
38 - Components - Tabs
*****************************/
/*-- 38.00 - Tab Style 01 --*/
.tab-style-1 {
  padding: 30px;
  border: 2px solid #666666; }
  .tab-style-1 .nav-tabs {
    border: none; }
  .tab-style-1 .nav-link {
    padding: 0 0 15px 0;
    line-height: 1;
    border: none;
    border-bottom: 2px solid #e3e3e3;
    color: #666666;
    font-weight: 700;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    -webkit-transition: background 0.2s ease-in-out, color 0.2s ease-in-out, border 0.2s ease-in-out;
    -moz-transition: background 0.2s ease-in-out, color 0.2s ease-in-out, border 0.2s ease-in-out;
    -ms-transition: background 0.2s ease-in-out, color 0.2s ease-in-out, border 0.2s ease-in-out;
    -o-transition: background 0.2s ease-in-out, color 0.2s ease-in-out, border 0.2s ease-in-out;
    transition: background 0.2s ease-in-out, color 0.2s ease-in-out, border 0.2s ease-in-out; }
    .tab-style-1 .nav-link.active {
      border: none; }
    .tab-style-1 .nav-link:not(:last-child) {
      margin-right: 15px; }
  .tab-style-1 .tab-content {
    padding: 20px 0 0; }

/*-- 38.01 - Tab Style 02 --*/
.tab-style-2 {
  padding: 30px;
  border: 2px solid #dddddd; }
  .tab-style-2 .nav-tabs {
    border: none;
    margin-bottom: 25px; }
  .tab-style-2 .nav-link {
    padding: 8px 0;
    color: #515151;
    border: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    border-bottom: 2px solid #dddddd; }
    .tab-style-2 .nav-link:not(:last-child) {
      margin-right: 20px; }

/*-- 38.02 - Tab Content --*/
.tab-content {
  width: 100%; }
  .tab-content .tab-pane {
    display: none;
    height: 0;
    max-width: 100%;
    visibility: hidden;
    overflow: hidden;
    opacity: 0; }
    .tab-content .tab-pane.active {
      display: block;
      height: auto;
      visibility: visible;
      opacity: 1;
      overflow: visible; }

.tab-content .tab-pane.active .zakas-product {
  animation: zakasFadeInUp .5s linear .1s; }

/*****************************
39 - Components - Team
*****************************/
.team-member__thumbnail {
  z-index: -1; }
  .team-member__thumbnail a {
    display: block; }
  .team-member__thumbnail img {
    width: 100%; }

.team-member__info {
  z-index: 999;
  width: 90%;
  padding: 20px;
  margin-left: auto;
  margin-top: -40px; }

.team-member__content {
  margin-bottom: 10px; }

.team-member__name {
  font-size: 18px;
  margin-bottom: 0; }

.team-member-style-2 .team-member__thumbnail {
  z-index: 5;
  overflow: hidden;
  background-color: #000; }

.team-member-style-2 .team-member__info {
  margin-top: 10px;
  padding: 0; }

.team-member-style-2 .team-member__content {
  margin-bottom: 18px; }

.team-member-style-2 .team-member__role {
  margin-bottom: 20px; }

/*****************************
40 - Components - Testimonial
*****************************/
.testimonial__inner {
  padding-top: 18px; }

.testimonial__text {
  margin-bottom: 20px;
  border-radius: 4px;
  padding: 30px; }
  .testimonial__text:after {
    width: 16px;
    height: 16px;
    bottom: -8px;
    left: 26px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg); }

.testimonial__author--img {
  margin-right: 20px; }
  .testimonial__author--img img {
    width: 70px;
    height: 70px;
    line-height: 70px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%; }

.testimonial__author--name {
  line-height: 1.8; }

.testimonial-style-2 .testimonial__inner {
  padding-top: 0; }

.testimonial-style-2 .testimonial__info {
  padding-left: 200px;
  min-height: 170px; }
  @media (max-width: 61.94em) {
    .testimonial-style-2 .testimonial__info {
      padding-left: 0;
      text-align: center; } }

.testimonial-style-2 .testimonial__text {
  margin-bottom: 3rem;
  background-color: transparent;
  padding: 0; }
  .testimonial-style-2 .testimonial__text:before, .testimonial-style-2 .testimonial__text:after {
    display: none; }
  .testimonial-style-2 .testimonial__text p {
    color: #aaaaaa; }

.testimonial-style-2 .testimonial__author {
  display: block; }
  .testimonial-style-2 .testimonial__author--separator {
    padding: 0 2px; }
  .testimonial-style-2 .testimonial__author--img {
    left: 0;
    top: 0;
    margin-right: 0; }
    @media (max-width: 61.94em) {
      .testimonial-style-2 .testimonial__author--img {
        position: relative !important;
        left: auto;
        top: auto;
        margin-bottom: 5px; } }
    .testimonial-style-2 .testimonial__author--img img {
      width: 170px;
      height: 170px;
      line-height: 170px;
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
      -ms-border-radius: 50%;
      -o-border-radius: 50%;
      border-radius: 50%; }
      @media (max-width: 61.94em) {
        .testimonial-style-2 .testimonial__author--img img {
          margin: 0 auto; } }

.testimonial-style-3 .testimonial__text p {
  font-size: 20px;
  font-style: italic; }

.testimonial-style-3 .testimonial__author--name {
  margin-bottom: 0; }

.testimonial-style-4 .testimonial__author--img {
  left: 0;
  top: 0;
  width: 270px;
  height: 190px;
  margin-right: 0; }
  @media (max-width: 74.9375em) {
    .testimonial-style-4 .testimonial__author--img {
      position: relative !important;
      width: 100%;
      height: 100%; } }
  .testimonial-style-4 .testimonial__author--img img {
    width: 100%;
    height: auto;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0; }

.testimonial-style-4 .testimonial__info {
  padding-left: 300px; }
  @media (max-width: 74.9375em) {
    .testimonial-style-4 .testimonial__info {
      padding-left: 0; } }
  .testimonial-style-4 .testimonial__info:before {
    left: 210px !important; }
    @media (max-width: 74.9375em) {
      .testimonial-style-4 .testimonial__info:before {
        left: auto !important;
        right: 30px; } }

.testimonial-style-4 .testimonial__text {
  margin: 0;
  padding: 0; }
  .testimonial-style-4 .testimonial__text:before, .testimonial-style-4 .testimonial__text:after {
    display: none; }

.testimonial-style-4 .testimonial__author {
  display: block;
  margin-bottom: 5px; }
  .testimonial-style-4 .testimonial__author--name {
    color: #202020;
    font-size: 20px;
    line-height: 1.8;
    margin-bottom: 0; }
  .testimonial-style-4 .testimonial__author--role {
    color: #666666; }

.testimonial-style-4.white-color .testimonial__author--role {
  color: #aaaaaa; }

.testimonial-style-5 .testimonial__text {
  border: 1px solid #dddddd; }
  .testimonial-style-5 .testimonial__text:after {
    border-width: 0 1px 1px 0px;
    border-style: solid;
    border-color: #dddddd; }

/*****************************
41 - Components - Timeline
*****************************/
.timeline {
  padding-left: 310px; }
  @media (max-width: 61.94em) {
    .timeline {
      padding-left: 0; } }
  .timeline__item {
    padding-left: 20px;
    min-height: 160px; }
    .timeline__item h4 {
      line-height: .8;
      margin-bottom: 10px; }
    .timeline__item:after {
      width: 14px;
      height: 14px;
      line-height: 14px;
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
      -ms-border-radius: 50%;
      -o-border-radius: 50%;
      border-radius: 50%;
      left: -7px;
      top: 0px;
      z-index: 2; }
    .timeline__item:not(:last-child) {
      padding-bottom: 4rem; }
      .timeline__item:not(:last-child):before {
        width: 2px;
        height: 100%;
        left: -1px;
        top: 4px;
        z-index: 1;
        background: #dddddd; }
  .timeline__image {
    left: -310px; }
    @media (max-width: 61.94em) {
      .timeline__image {
        left: 0;
        position: relative !important;
        margin-bottom: 10px; } }
    .timeline__image img {
      max-width: 270px;
      height: 120px; }
  .timeline--2 {
    padding-left: 0; }
    .timeline--2 .timeline__item {
      min-height: auto; }

/*****************************
42 - Components - Widget
*****************************/
.sidebar .widget-menu li {
  padding-bottom: 10px;
  border-bottom: 2px solid #eeeeee;
  word-wrap: break-word; }
  .sidebar .widget-menu li:not(:last-child) {
    margin-bottom: 10px; }
  .sidebar .widget-menu li.active {
    border-bottom-color: #cfb11f; }

.sidebar .widget-contact p i {
  padding-right: 10px; }

.product-widget__item:not(:last-child) {
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 2px solid #dddddd; }

.product-widget__thumbnail {
  -webkit-flex-basis: 70px;
  -moz-flex-basis: 70px;
  -ms-flex-preferred-size: 70px;
  flex-basis: 70px;
  max-width: 70px; }
  .product-widget__thumbnail img {
    width: 70px;
    border: 15px solid #eeeeee; }

.product-widget__info {
  -webkit-flex-basis: calc(100% - 70px);
  -moz-flex-basis: calc(100% - 70px);
  -ms-flex-preferred-size: calc(100% - 70px);
  flex-basis: calc(100% - 70px);
  max-width: calc(100% - 70px);
  padding-left: 10px; }

.product-widget .star-rating {
  margin-bottom: 5px; }

.categories-menu li {
  line-height: 1; }
  .categories-menu li:not(:last-child) {
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 2px solid #eee; }
  .categories-menu li i {
    padding-right: 8px; }

.ui-widget-content {
  background: #d9d9d9;
  border: medium none;
  border-radius: 0;
  height: 3px;
  margin: 10px 0 25px; }
  .ui-widget-content .ui-state-default {
    background: #ffffff;
    border: 2px solid #cfb11f;
    cursor: ew-resize;
    font-weight: normal;
    width: 20px;
    height: 20px;
    line-height: 20px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    -webkit-box-shadow: 0px 1px 7px 0px rgba(0, 0, 0, 0);
    -moz-box-shadow: 0px 1px 7px 0px rgba(0, 0, 0, 0);
    -ms-box-shadow: 0px 1px 7px 0px rgba(0, 0, 0, 0);
    -o-box-shadow: 0px 1px 7px 0px rgba(0, 0, 0, 0);
    box-shadow: 0px 1px 7px 0px rgba(0, 0, 0, 0); }
  .ui-widget-content .ui-state-default:hover {
    background: #ffffff; }
  .ui-widget-content .ui-slider-range:last-child {
    background: #cfb11f;
    height: 2px; }
  .ui-widget-content .ui-slider-handle {
    top: -9px;
    margin-left: 0; }
    .ui-widget-content .ui-slider-handle-right {
      margin-left: -20px;
      margin-right: 0; }

.filter-price__count {
  font-size: 15px;
  font-weight: 600; }

.filter-price__input-group {
  font-size: 15px;
  color: #888888;
  font-weight: 400; }
  .filter-price__input-group span {
    padding-right: 10px; }

.filter-price .amount-range {
  border: none;
  background-color: transparent;
  max-width: 75px;
  color: #888888; }

.taglist a {
  height: 36px;
  line-height: 32px;
  border: 2px solid #dddddd;
  padding: 0 15px;
  font-size: 13px;
  margin: 0 2px 4px 0; }

/*****************************
50 - Pages - Cart
*****************************/
.cart-calculator__item {
  margin-bottom: 20px;
  line-height: 1; }
  @media (max-width: 35.94em) {
    .cart-calculator__item {
      margin-bottom: 15px; } }
  .cart-calculator__item--head {
    -webkit-flex-basis: 90px;
    -moz-flex-basis: 90px;
    -ms-flex-preferred-size: 90px;
    flex-basis: 90px;
    max-width: 90px;
    font-size: 14px;
    font-weight: 700; }
    @media (max-width: 35.94em) {
      .cart-calculator__item--head {
        padding-bottom: 8px; } }
  .cart-calculator__item--value {
    -webkit-flex-basis: calc(100% - 90px);
    -moz-flex-basis: calc(100% - 90px);
    -ms-flex-preferred-size: calc(100% - 90px);
    flex-basis: calc(100% - 90px);
    max-width: calc(100% - 90px); }
    @media (max-width: 28.125em) {
      .cart-calculator__item--value {
        -webkit-flex-basis: 100%;
        -moz-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        max-width: 100%; } }
    .cart-calculator__item--value > span,
    .cart-calculator__item--value > a {
      display: block;
      margin-bottom: 5px; }
    .cart-calculator__item--value .product-price-wrapper > span {
      font-weight: 400; }
  .cart-calculator__item.order-total {
    border-top: 1px solid #eeeeee; }
    .cart-calculator__item.order-total > div {
      padding-top: 15px; }

/*****************************
51 - Pages - Checkout
*****************************/
.user-actions__form {
  margin-bottom: 30px; }
  @media (max-width: 47.94em) {
    .user-actions__form {
      margin-bottom: 20px; } }
  .user-actions__form .form__input {
    width: 48%;
    height: 47px; }
    @media (max-width: 35.94em) {
      .user-actions__form .form__input {
        width: 100%;
        margin-bottom: 20px; } }

.checkout-title h2 {
  font-size: 20px;
  margin-bottom: 45px; }
  @media (max-width: 61.94em) {
    .checkout-title h2 {
      margin-bottom: 30px; } }
  @media (max-width: 35.94em) {
    .checkout-title h2 {
      margin-bottom: 20px; } }
  .checkout-title h2:after {
    content: "";
    width: 50px;
    display: block;
    margin-top: 10px;
    border-bottom-width: 2px;
    border-bottom-style: solid;
    border-color: inherit; }

.new-account {
  padding-top: 20px; }

.order-details {
  padding: 40px 45px;
  border: 2px solid #eeeeee; }
  @media (max-width: 47.94em) {
    .order-details {
      padding: 30px 35px; } }
  @media (max-width: 35.94em) {
    .order-details {
      padding: 20px 25px; } }

.payment-label {
  text-transform: uppercase; }

.payment-radio input {
  margin-right: 10px; }

.payment-info {
  padding: 10px 0; }
  .payment-info p {
    font-size: 12px;
    margin-bottom: 0; }

.terms-condition-label a {
  font-size: 18px;
  font-weight: 500; }
  .terms-condition-label a:hover {
    text-decoration: underline; }

.shipping-method {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center; }
  .shipping-method .custom-radio {
    width: 150px; }

/*****************************
52 - Pages - Shop
*****************************/
.shop-toolbar .product-ordering select {
  height: 44px;
  line-height: 40px;
  padding: 0 20px;
  border: 2px solid #dddddd;
  background-image: url(../img/icons/angle-down.png);
  background-repeat: no-repeat;
  background-position: right 20px center;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none; }

/*****************************
61 - Utilities - Common
*****************************/
/*-- Global Overlay --*/
.fp-global-overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: rgba(34, 34, 34, 0.7);
  z-index: 1000; }

/*-- Image With Video Button --*/
/*-- Home Contact Info --*/
.home-contact__icon {
  line-height: 0; }

.home-contact__info {
  padding-left: 15px; }

.home-contact__small {
  line-height: 1.2;
  padding-bottom: 5px; }

.home-contact__big {
  font-size: 20px;
  line-height: 1; }

.home-contact:hover .icon-hover-1 i.bg--white-light {
  background-color: rgba(255, 255, 255, 0.2); }

/*-- Callback Box --*/
.callback-box {
  padding-top: 45px;
  padding-right: 30px;
  padding-bottom: 50px;
  padding-left: 30px;
  z-index: 2;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
  border-radius: 6px;
  -webkit-box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.1); }
  .callback-box.border-radius-top {
    -webkit-border-radius: 6px 6px 0 0;
    -moz-border-radius: 6px 6px 0 0;
    -ms-border-radius: 6px 6px 0 0;
    -o-border-radius: 6px 6px 0 0;
    border-radius: 6px 6px 0 0; }

/*-- Fun Fact --*/
.fact .counter {
  font-size: 6rem;
  line-height: 1.1;
  margin-bottom: 0; }
  @media (max-width: 47.94em) {
    .fact .counter {
      font-size: 7rem; } }

/*-- Pagination --*/
.pagination li:not(:last-child) {
  margin-right: 10px; }

.pagination li .page-number {
  width: 50px;
  height: 50px;
  line-height: 50px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  font-size: 14px;
  text-align: center;
  line-height: 50px;
  display: block;
  position: relative;
  background: #f0f0f0;
  border: none; }
  .pagination li .page-number.prev, .pagination li .page-number.next {
    background-color: transparent; }
    .pagination li .page-number.prev:hover, .pagination li .page-number.next:hover {
      background-color: transparent; }

/*-- Tooltip --*/
.tooltip {
  margin-bottom: 5px; }
  @media (max-width: 47.94em) {
    .tooltip {
      display: none; } }
  .tooltip:hover {
    display: none; }
  .tooltip-inner {
    color: #fff;
    padding: 3px 10px;
    font-size: 13px; }
  .tooltip .arrow:before, .tooltip .arrow:after {
    border-left-color: transparent;
    border-right-color: transparent;
    border-top-color: #000; }

/*-- Quantity --*/
.quantity {
  font-size: 20px;
  font-weight: 500;
  width: 106px;
  height: 43px;
  line-height: 41px; }
  .quantity-label {
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 600;
    margin-right: 20px; }
  .quantity-input {
    background-color: #ffffff;
    border: 1px solid #eeeeee;
    width: 100%;
    height: 100%;
    font-size: 14px;
    text-align: center;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none; }
    .quantity-input::-webkit-input-placeholder {
      color: #222222; }
    .quantity-input:-moz-placeholder {
      color: #222222; }
    .quantity-input::-moz-placeholder {
      color: #222222; }
    .quantity-input:-ms-input-placeholder {
      color: #222222; }
  .quantity .qtybutton {
    position: absolute;
    height: 100%;
    line-height: 43px;
    cursor: pointer;
    width: 14px;
    font-size: 14px;
    font-family: sans-serif;
    top: 0;
    text-align: center;
    font-weight: 600px;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -ms-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in; }
    .quantity .qtybutton.inc {
      right: 20px; }
    .quantity .qtybutton.dec {
      left: 20px; }

/*-- Rating --*/
.star-rating {
  display: block;
  overflow: hidden;
  position: relative;
  height: 14px;
  line-height: 14px;
  letter-spacing: 2px;
  font-size: 14px;
  width: 90px;
  font-family: 'fontAwesome';
  direction: ltr;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #d3ced2; }
  .star-rating:before {
    content: "\f006\f006\f006\f006\f006";
    float: left;
    top: 0;
    left: 0;
    position: absolute; }
  .star-rating span {
    color: #FFCA28;
    overflow: hidden;
    float: left;
    top: 0;
    left: 0;
    position: absolute;
    padding-top: 15px;
    height: 0; }
    .star-rating span:before {
      content: "\f005\f005\f005\f005\f005";
      top: 0;
      position: absolute;
      left: 0; }
  .star-rating.star-five span {
    width: 100%; }
  .star-rating.star-four span {
    width: 80%; }
  .star-rating.star-four-half span {
    width: 90%; }
  .star-rating.star-three span {
    width: 60%; }
  .star-rating.star-three-half span {
    width: 70%; }
  .star-rating.star-two span {
    width: 40%; }
  .star-rating.star-two-half span {
    width: 50%; }
  .star-rating.star-one span {
    width: 20%; }
  .star-rating.star-one-half span {
    width: 50%; }
  .star-rating.star-half span {
    width: 10%; }

/*-- Google Map --*/
#google-map {
  height: 300px;
  border: 5px solid #f7f7f7; }

/*-- Mailchimp Alerts --*/
.mailchimp-alerts div:not(:empty) {
  margin-top: 10px;
  margin-bottom: 10px; }

.mailchimp-alerts .mailchimp-error {
  color: #c2080f; }

.mailchimp-alerts .mailchimp-success {
  color: #4cbb6c; }

/*-- Breadcrumb --*/
.page-title-area:after {
  left: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 1; }

.page-title-area * {
  z-index: 4; }

.page-title {
  font-size: 40px;
  font-weight: 600; }
  @media (max-width: 61.94em) {
    .page-title {
      font-size: 30px; } }

.breadcrumb {
  background-color: transparent;
  padding: 25px 0;
  margin-bottom: 0;
  border-bottom: 2px solid #dddddd;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0; }
  @media (max-width: 47.94em) {
    .breadcrumb {
      padding: 20px 0; } }
  .breadcrumb li:not(:last-child) {
    margin-right: 10px;
    padding-right: 15px; }
    .breadcrumb li:not(:last-child):after {
      margin-left: 10px;
      content: "\f0da";
      font-size: 12px;
      top: 50%;
      transform: translateY(-50%); }

/*-- Text Block --*/
.text-bg-block {
  background: #EEEEEE;
  border: 1px solid #dddddd;
  padding: 30px; }

.text-borderd-block {
  padding: 20px;
  border: 2px solid #EFEFEF; }

/*-- Video Block --*/
.fp-video {
  overflow: hidden; }
  .fp-video img {
    width: 100%;
    height: auto;
    z-index: 8;
    -webkit-transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
    -moz-transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
    -ms-transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
    -o-transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1); }
  .fp-video:hover img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1); }

.video-popup:after {
  content: '';
  width: 90px;
  height: 90px;
  background: url("../img/icons/video_icon.png") no-repeat scroll center; }

/*-- Job Listings --*/
.job-listings .search-jobs {
  background: #eee;
  padding: 16px 16px 30px; }

.job-listings .job-types {
  font-size: 13px;
  background: #f9f9f9;
  border-top: 1px solid #e5e5e5;
  zoom: 1; }
  .job-listings .job-types li {
    padding: 8px 16px; }
    .job-listings .job-types li:not(:last-child) {
      border-right: 1px solid #eeeeee; }
  .job-listings .job-types label {
    margin-bottom: 0; }
  .job-listings .job-types input {
    margin-bottom: 8px; }

.job-listings .search-result {
  padding: 16px;
  border-bottom: 1px solid #eeeeee; }

/*-- List With Icon --*/
.list-with-icon li i {
  padding-right: 10px; }

.listed {
  margin-left: 50px; }
  @media (max-width: 61.94em) {
    .listed {
      margin-left: 22px; } }
  .listed.disc {
    list-style: disc; }

/*-- Message Box --*/
.message-box {
  background: #f6f6f6;
  padding: 16px 30px;
  position: relative;
  width: auto;
  word-wrap: break-word;
  border-top: 4px solid #1e85be; }
  .message-box p {
    margin: 0; }
    .message-box p i {
      margin-right: 20px;
      color: #4cbb6c; }

/*-- Error Text --*/
.error-content .error-icon {
  margin-bottom: 3rem;
  font-size: 17rem; }

.error-content h2 {
  font-size: 5rem;
  letter-spacing: -1px;
  line-height: 1;
  margin-bottom: 3rem; }

.error-content .searchform-3 {
  width: 100%;
  max-width: 570px;
  margin: 3rem auto 0; }

/*-- About Over Image --*/
.about-over-img {
  margin-top: -70px;
  margin-bottom: -70px; }
  @media (max-width: 93.6875em) {
    .about-over-img {
      margin-top: 0;
      margin-bottom: 0; } }
  .about-over-img-2 {
    margin-top: -70px;
    margin-bottom: 0; }
    @media (max-width: 93.6875em) {
      .about-over-img-2 {
        margin-top: 0; } }

/*-- Contact Info --*/
.contact-info p {
  line-height: 1.9; }
  .contact-info p i {
    padding-right: 5px; }

/*-- Maintenance Mode --*/
.maintenance-area,
.coming-soon-area {
  height: 100vh; }

.maintenance h2,
.coming-soon h2 {
  font-size: 7rem; }

/*-- Countdown --*/
.single-countdown:not(:last-child) {
  margin-right: 20px; }

.single-countdown__time {
  width: 95px;
  height: 95px;
  line-height: 95px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  text-align: center;
  border: 2px solid #cfb11f;
  margin-bottom: 20px;
  font-size: 30px; }
  @media (max-width: 61.94em) {
    .single-countdown__time {
      width: 75px;
      height: 75px;
      line-height: 75px;
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
      -ms-border-radius: 50%;
      -o-border-radius: 50%;
      border-radius: 50%;
      text-align: center;
      font-size: 25px;
      margin-bottom: 15px; } }
  @media (max-width: 47.94em) {
    .single-countdown__time {
      width: 65px;
      height: 65px;
      line-height: 65px;
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
      -ms-border-radius: 50%;
      -o-border-radius: 50%;
      border-radius: 50%;
      text-align: center;
      font-size: 22px;
      margin-bottom: 10px; } }

.single-countdown__text {
  font-size: 18px; }

/*-- Scroll To Top --*/
.scroll-to-top {
  position: fixed;
  right: 25px;
  bottom: 25px;
  overflow: hidden;
  z-index: 999;
  color: #fff;
  width: 40px;
  height: 40px;
  line-height: 40px;
  display: block;
  text-align: center;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px; }
  .scroll-to-top i {
    color: #ffffff; }
    .scroll-to-top i:before {
      top: 0;
      left: 0;
      width: inherit;
      height: inherit;
      line-height: inherit; }
    .scroll-to-top i:after {
      content: '\f106';
      top: 40px;
      left: 0;
      width: inherit;
      height: inherit;
      line-height: inherit; }
  .scroll-to-top:hover i:before {
    top: -40px; }
  .scroll-to-top:hover i:after {
    top: 0; }

/*****************************
60 - Utilities - Helper
*****************************/
@media (min-width: 75em) {
  .container {
    max-width: 1200px; } }

@media (max-width: 74.9375em) {
  .container-full-lg {
    max-width: 100%; } }

.hide-in-default {
  display: none; }

@media (max-width: 61.94em) {
  .hide-in-default-md {
    display: none; } }

.ov-hidden {
  overflow: hidden; }

.product-price-old span {
  text-decoration: line-through; }

.product-price-old, .product-price-new {
  display: inline-block; }

.no-radius {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0; }

.border-top, .border-bottom, .border-left, .border-right {
  border-color: #eeeeee !important; }

.border-top-2, .border-bottom-2, .border-left-2, .border-right-2 {
  border-style: solid;
  border-color: rgba(255, 255, 255, 0.1) !important; }

.border-top-2 {
  border-width: 1px 0 0 0; }

.border-bottom-2 {
  border-width: 0 0 1px 0; }

.border-left-2 {
  border-width: 0 0 0 1px; }

.border-right-2 {
  border-width: 0 1px 0 0; }

.zoom-out-effect {
  overflow: hidden; }
  .zoom-out-effect img {
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
    -webkit-transition: transform 0.5s ease-out;
    -moz-transition: transform 0.5s ease-out;
    -ms-transition: transform 0.5s ease-out;
    -o-transition: transform 0.5s ease-out;
    transition: transform 0.5s ease-out; }
  .zoom-out-effect:hover img {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1); }

.line-height-1 {
  line-height: 1; }

/****************
Bootstrap Dropdown
****************/
.header-transparent, .award-item__icon, .mini-blog__date, .post__date, .comment-avatar, .newsletter__submit, .searchform-2 .searchform__submit, .searchform-3 .searchform__submit, .product-modal .close, .popup-search__body .btn-close, .product-thumbnail .quick-view, .product-label, .skill-progress .progress-bar span, .product-reviews .review__avatar, .services-item__icon, .services-item-2 .services-item__icon, .services-item-5 .services-item__icon, .testimonial-style-2 .testimonial__author--img, .testimonial-style-4 .testimonial__author--img, .timeline__image, .icon-rounded i, .image-with-video-btn .video-popup, .video-popup:after, .nav-vertical-center .slick-btn, .project-item__overlay, .services-item__overlay {
  position: absolute; }

.accordion-2 .card-header .btn-link:before, .accordion-2 .card-header .btn-link.collapsed:after, .icon-hover-2:before, .main-navigation .mainmenu__item.menu-item-has-children ul li.menu-item-has-children:before, .testimonial__text:after, .timeline__item:after, .timeline__item:not(:last-child):before, .page-title-area:after, .team-member-style-2 .team-member__thumbnail:before, .opacity-bg:after {
  position: absolute;
  content: ""; }

.site-info__item, .accordion-2 .card-header .btn-link, .award-item, .mini-blog__thumbnail, .mini-blog-style-3 .mini-blog__date, .post__thumbnail, .fp-element-carousel, .comment .single-comment, .newsletter, .searchform-2, .searchform-3, .icon, .product-modal .product-image, .popup-search__body, .main-navigation .mainmenu__item.menu-item-has-children > a, .main-navigation .mainmenu__item.menu-item-has-children ul li.menu-item-has-children > a, .offcanvas-navigation .offcanvas-menu > li > a span, .offcanvas-navigation .offcanvas-menu li, .product-thumbnail, .product-summary .product-large-image, .skill-progress__item, .project-item__thumbnail, .project-item-2 .project-item__title a, .product-reviews .review__item, .services-item__thumbnail, .services-item__info, .services-item-3 .services-item__icon, .services-item-4, .services-item-5, .team-member__inner, .team-member__thumbnail, .testimonial__text, .testimonial-style-2 .testimonial__info, .testimonial-style-4 .testimonial__info, .timeline__item, .checkout-title h2, .image-with-video-btn, .callback-box, .quantity, .page-title-area, .breadcrumb li, .fp-video, .video-popup, .scroll-to-top i, .scroll-to-top i:before, .wrapper, .opacity-bg {
  position: relative; }

.icon-rounded i, .image-with-video-btn .video-popup, .video-popup:after {
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%); }

a, button, .slick-btn, .slick-arrow, .slick-dots li button, .form__input, .icon-rounded i, .icon-hover-2:before, .product-modal .close, .custom-close i, .popup-search, .popup-search__body, .offcanvas-menu-wrapper .offcanvas-menu-inner, .offcanvas-navigation .offcanvas-menu li > .menu-expand, .product-thumbnail .quick-view i, .project-item-2 .project-item__title a:hover, .fp-global-overlay, .pagination li .page-number, .scroll-to-top i:before, .scroll-to-top i:after {
  -webkit-transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
  -moz-transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
  -ms-transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1); }

.modal, .popup-search, .offcanvas-menu-wrapper .offcanvas-menu-inner, .fp-global-overlay, .team-member-style-2 .team-member__thumbnail:before {
  visibility: hidden;
  opacity: 0; }

.modal.show, .popup-search.open, .offcanvas-menu-wrapper.open .offcanvas-menu-inner, .fp-global-overlay.overlay-open, .team-member-style-2 .team-member__thumbnail:hover:before {
  visibility: visible;
  opacity: 1; }

.nice-select:after, .project-item-2 .project-item__title a:after, .breadcrumb li:not(:last-child):after, .scroll-to-top i:after, .testimonial__text:before, .testimonial-style-4 .testimonial__info:before {
  position: absolute;
  font-family: fontAwesome;
  line-height: 1; }

.nav-vertical-center .slick-btn {
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 2; }

.accordion .card, .accordion .card:first-of-type, .accordion .card:not(:first-of-type):not(:last-of-type), .btn, .add-to-cart-btn, .comment-info, .form__input, .cart-form__input, .cart-form__btn, .icon-square, .project-item-2 .project-item__title a, .product-reviews .review__text, .tab-style-1, .tab-style-2, .team-member__info, .testimonial-style-5 .testimonial__text, .taglist a, .shop-toolbar .product-ordering select, .text-bg-block, .text-borderd-block, .border-radius, .testimonial__text:before, .testimonial-style-4 .testimonial__info:before {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px; }

.accordion-2 .card, .accordion-2 .card:first-of-type, .accordion-2 .card:not(:first-of-type):not(:last-of-type) {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0; }

.testimonial__text:before, .testimonial-style-4 .testimonial__info:before {
  content: '\f10d';
  width: 36px;
  height: 36px;
  line-height: 36px !important;
  text-align: center;
  top: -18px;
  left: 30px;
  z-index: 999; }

.product-price span.old-price, .product-summary .product-price-wrapper span.old-price, .product-widget__price span.old-price {
  color: #888888;
  text-decoration: line-through;
  opacity: .8; }

.product-price span.money-separator, .product-widget__price span.money-separator {
  padding: 0 5px; }

.team-member-style-2 .team-member__thumbnail:before {
  top: 0;
  left: 0;
  background: rgba(255, 255, 255, 0.25);
  z-index: 9;
  -webkit-transition: transform 0.6s;
  -moz-transition: transform 0.6s;
  -ms-transition: transform 0.6s;
  -o-transition: transform 0.6s;
  transition: transform 0.6s;
  -webkit-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -100%, 0);
  -moz-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -100%, 0);
  -ms-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -100%, 0);
  -o-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -100%, 0);
  transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -100%, 0); }

.team-member-style-2 .team-member__thumbnail:hover:before {
  -webkit-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 100%, 0);
  -moz-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 100%, 0);
  -ms-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 100%, 0);
  -o-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 100%, 0);
  transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 100%, 0); }

.team-member-style-2 .team-member__thumbnail img {
  opacity: .95;
  -webkit-transition: opacity 0.35s, transform 0.35s;
  -moz-transition: opacity 0.35s, transform 0.35s;
  -ms-transition: opacity 0.35s, transform 0.35s;
  -o-transition: opacity 0.35s, transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: scale3d(1, 1, 1);
  -moz-transform: scale3d(1, 1, 1);
  -ms-transform: scale3d(1, 1, 1);
  -o-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1); }

.team-member-style-2 .team-member__thumbnail:hover img {
  opacity: .9;
  -webkit-transform: scale3d(1.05, 1.05, 1);
  -moz-transform: scale3d(1.05, 1.05, 1);
  -ms-transform: scale3d(1.05, 1.05, 1);
  -o-transform: scale3d(1.05, 1.05, 1);
  transform: scale3d(1.05, 1.05, 1); }

.project-item__overlay, .services-item__overlay {
  width: 100%;
  height: 100%;
  background-color: rgba(59, 120, 189, 0.65); }

.project-item__overlay a, .services-item__overlay a {
  padding: 15px;
  line-height: 1;
  background: rgba(0, 0, 0, 0.15);
  z-index: 2 !important;
  opacity: 0;
  -webkit-transform: translateX(48px) rotate(90deg);
  -moz-transform: translateX(48px) rotate(90deg);
  -ms-transform: translateX(48px) rotate(90deg);
  -o-transform: translateX(48px) rotate(90deg);
  transform: translateX(48px) rotate(90deg);
  -webkit-transition: opacity 0.1s ease 0.2s, transform 0.4s ease 0.2s;
  -moz-transition: opacity 0.1s ease 0.2s, transform 0.4s ease 0.2s;
  -ms-transition: opacity 0.1s ease 0.2s, transform 0.4s ease 0.2s;
  -o-transition: opacity 0.1s ease 0.2s, transform 0.4s ease 0.2s;
  transition: opacity 0.1s ease 0.2s, transform 0.4s ease 0.2s; }
  .project-item__overlay a:hover, .services-item__overlay a:hover {
    background: rgba(0, 0, 0, 0.4); }

.project-item__overlay:hover a, .services-item__overlay:hover a {
  opacity: 1;
  -webkit-transform: translateX(0) rotate(0deg);
  -moz-transform: translateX(0) rotate(0deg);
  -ms-transform: translateX(0) rotate(0deg);
  -o-transform: translateX(0) rotate(0deg);
  transform: translateX(0) rotate(0deg); }

/*-- Font --*/
.btn, .add-to-cart-btn, .form__input, .product-title, .project-item-2 .project-item__title a, .social-round.social-big .social__link, .testimonial__author--name, .testimonial__author--role, .testimonial-style-4 .testimonial__author--role, .product-widget__title, .scroll-to-top {
  font-size: 16px; }

.header__top, .mini-blog-style-3 .mini-blog__date, .comment-date, .comment-reply-link, .product-label, .skill-progress__title, .product-reviews .review__meta, .social-round .social__link, .home-contact__small, .testimonial__text:before, .testimonial-style-4 .testimonial__info:before {
  font-size: 14px; }

.mini-blog__date, .btn, .read-more-btn-2, .comment-reply-link, .form__input--2, .searchform-3 .searchform__input, .cart-form__btn, .product-summary .product-footer-meta p a, .skill-progress__title, .tab-style-2 .nav-link, .team-member-style-2 .team-member__name, .testimonial__author--name, .testimonial-style-2 .testimonial__author--name, .testimonial-style-2 .testimonial__author--separator, .testimonial-style-2 .testimonial__author--role, .sidebar .widget-menu li a, .single-countdown__time, .product-price span, .product-summary .product-price-wrapper span, .table tbody td.product-total-price, .product-widget__price span, .product-price span.old-price, .product-summary .product-price-wrapper span.old-price, .product-widget__price span.old-price {
  font-weight: 700; }

.post__entry-meta span a, .post__sharing span, .product-title, .project-filters button, .project-item__title, .categories-menu li a, .single-countdown__text {
  font-weight: 600; }

.accordion-2 .card-header .btn-link, .mini-blog-style-3 .mini-blog__date, .btn-no-bg, .project-item-2 .project-item__title, .team-member__name, .testimonial-style-4 .testimonial__author--role, .fact .counter {
  font-weight: 400; }

.add-to-cart-btn, .product-label, .services-item-5 .services-item__desc, .testimonial__author--role {
  font-weight: 300; }

.mini-blog-style-3 .mini-blog__date {
  width: auto; }

.accordion .card-header .btn-link, .mini-blog-style-3 .mini-blog__date, .searchform-2 .searchform__submit, .searchform-3 .searchform__submit {
  height: auto; }

.post__thumbnail img, .product-gallery__image img, .project-item__thumbnail img, .team-member-style-2 .team-member__info, .page-title-area:after, .job-listings .job-types input, .team-member-style-2 .team-member__thumbnail:before {
  width: 100%; }

.page-title-area:after, .team-member-style-2 .team-member__thumbnail:before {
  height: 100%; }

.site-info-2 .site-info__item {
  max-width: 100%; }

.accordion .card-header .btn-link, .mini-blog-style-3 .mini-blog__date {
  text-align: left; }

.post__date, .add-to-cart-btn, .product-label {
  text-align: center; }

.post__date span, .read-more-btn-2, .cart-form__btn, .skill-progress__title {
  text-transform: uppercase; }

.mini-blog-style-3 .mini-blog__date, .project-item__title {
  text-transform: capitalize; }

.site-info-2 .site-info__item, .accordion .card-header .btn-link, .mini-blog-style-3 .mini-blog__inner, .mini-blog-style-3 .mini-blog__date, .post__date strong, .skill-progress__title, .project-item-2 .project-item__title a, .team-member__role, .testimonial-style-4 .testimonial__author--role, .home-contact__small, .home-contact__big, .fp-video a, .job-listings .job-types label, .job-listings .job-types input, .single-countdown__time {
  display: block; }

.btn, .read-more-btn-2, .add-to-cart-btn, .icon, .social-round .social__link, .taglist a, .job-listings .job-types li {
  display: inline-block; }

.header__toolbar, .mini-blog__inner, .services-item-3, .product-widget__item, .cart-calculator__item, .home-contact, .message-box, .maintenance-area,
.coming-soon-area, .two-column-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex; }

.pagination {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center; }

.header__top-inner, .header__middle-inner, .header__bottom-inner, .btn-download, .comment-meta, .filter-price__count, .message-box {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between; }

.mini-blog-style-2 .mini-blog__inner {
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start; }

.header__toolbar, .home-contact, .message-box, .maintenance-area,
.coming-soon-area {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center; }

.site-info.vertical, .mini-blog__inner, .cart-calculator__item, .two-column-list {
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.mini-blog__date, .popup-search, .project-item__overlay, .services-item__overlay {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center; }

.header__top-inner, .header__middle-inner, .header__bottom-inner, .site-info, .site-info__item, .post__sharing, .btn-download, .comment-meta, .testimonial__author, .filter-price__count {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center; }

/*-- Background Styles --*/
.bg-image {
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-position: center;
  background-size: cover; }

.bg-cover {
  background-size: cover; }

.bg-contain {
  background-size: contain; }

.bg-no-repeat {
  background-repeat: no-repeat; }

.bg-repeat {
  background-repeat: repeat; }

.bg-scroll {
  background-attachment: scroll; }

.bg-fixed {
  background-attachment: fixed; }

.bg-center {
  background-position: center; }

.bg-center-top {
  background-position: center top; }

.bg-center-bottom {
  background-position: center bottom; }

.bg-left-top {
  background-position: left top; }

.bg-left-bottom {
  background-position: left bottom; }

.bg-right-top {
  background-position: right top; }

.bg-right-bottom {
  background-position: right bottom; }

@media (max-width: 61.94em) {
  .bg-cover-md {
    background-size: cover; } }

.bg-gradient {
  background-image: url(../img/bg/gradient_bg.png);
  background-position: center top;
  background-size: cover; }

.opacity-bg:after {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: .4;
  z-index: 1; }

.opacity-bg-60:after {
  opacity: .6; }

.opacity-bg * {
  z-index: 2; }

@media (max-width: 47.94em) {
  .bg-padding-sm {
    padding-top: 50%; } }

.two-column-list > * {
  -webkit-flex-basis: 50%;
  -moz-flex-basis: 50%;
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
  max-width: 50%; }

.hamburger-icon {
  width: 100%;
  height: 100%;
  position: relative;
  margin: 0 auto;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -ms-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  cursor: pointer; }

.hamburger-icon span {
  display: block;
  position: absolute;
  height: 3px;
  width: 50%;
  background: #444444;
  opacity: 1;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  -ms-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out; }

.hamburger-icon span:nth-child(even) {
  left: 50%;
  border-radius: 0 3px 3px 0; }

.hamburger-icon span:nth-child(odd) {
  left: 0px;
  border-radius: 3px 0 0 3px; }

.hamburger-icon span:nth-child(1), .hamburger-icon span:nth-child(2) {
  top: 4px; }

.hamburger-icon span:nth-child(3), .hamburger-icon span:nth-child(4) {
  top: 16px; }

.hamburger-icon span:nth-child(5), .hamburger-icon span:nth-child(6) {
  top: 28px; }

.hamburger-icon.open span:nth-child(1), .hamburger-icon.open span:nth-child(6) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg); }

.hamburger-icon.open span:nth-child(2), .hamburger-icon.open span:nth-child(5) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg); }

.hamburger-icon.open span:nth-child(1) {
  left: 5px;
  top: 10px; }

.hamburger-icon.open span:nth-child(2) {
  left: calc(50% - 2px);
  top: 10px; }

.hamburger-icon.open span:nth-child(3) {
  left: -50%;
  opacity: 0; }

.hamburger-icon.open span:nth-child(4) {
  left: 100%;
  opacity: 0; }

.hamburger-icon.open span:nth-child(5) {
  left: 5px;
  top: 21px; }

.hamburger-icon.open span:nth-child(6) {
  left: calc(50% - 3px);
  top: 20px; }

.gutter-5 {
  margin-left: -2.5px;
  margin-right: -2.5px; }
  .gutter-5 > [class^="col"],
  .gutter-5 > * {
    padding-left: 2.5px;
    padding-right: 2.5px; }

.gutter-10 {
  margin-left: -5px;
  margin-right: -5px; }
  .gutter-10 > [class^="col"],
  .gutter-10 > * {
    padding-left: 5px;
    padding-right: 5px; }

.gutter-15 {
  margin-left: -7.5px;
  margin-right: -7.5px; }
  .gutter-15 > [class^="col"],
  .gutter-15 > * {
    padding-left: 7.5px;
    padding-right: 7.5px; }

.gutter-20 {
  margin-left: -10px;
  margin-right: -10px; }
  .gutter-20 > [class^="col"],
  .gutter-20 > * {
    padding-left: 10px;
    padding-right: 10px; }

.gutter-25 {
  margin-left: -12.5px;
  margin-right: -12.5px; }
  .gutter-25 > [class^="col"],
  .gutter-25 > * {
    padding-left: 12.5px;
    padding-right: 12.5px; }

.gutter-30 {
  margin-left: -15px;
  margin-right: -15px; }
  .gutter-30 > [class^="col"],
  .gutter-30 > * {
    padding-left: 15px;
    padding-right: 15px; }

.gutter-35 {
  margin-left: -17.5px;
  margin-right: -17.5px; }
  .gutter-35 > [class^="col"],
  .gutter-35 > * {
    padding-left: 17.5px;
    padding-right: 17.5px; }

.gutter-40 {
  margin-left: -20px;
  margin-right: -20px; }
  .gutter-40 > [class^="col"],
  .gutter-40 > * {
    padding-left: 20px;
    padding-right: 20px; }

.gutter-45 {
  margin-left: -22.5px;
  margin-right: -22.5px; }
  .gutter-45 > [class^="col"],
  .gutter-45 > * {
    padding-left: 22.5px;
    padding-right: 22.5px; }

.gutter-50 {
  margin-left: -25px;
  margin-right: -25px; }
  .gutter-50 > [class^="col"],
  .gutter-50 > * {
    padding-left: 25px;
    padding-right: 25px; }

.gutter-55 {
  margin-left: -27.5px;
  margin-right: -27.5px; }
  .gutter-55 > [class^="col"],
  .gutter-55 > * {
    padding-left: 27.5px;
    padding-right: 27.5px; }

.gutter-60 {
  margin-left: -30px;
  margin-right: -30px; }
  .gutter-60 > [class^="col"],
  .gutter-60 > * {
    padding-left: 30px;
    padding-right: 30px; }

.gutter-65 {
  margin-left: -32.5px;
  margin-right: -32.5px; }
  .gutter-65 > [class^="col"],
  .gutter-65 > * {
    padding-left: 32.5px;
    padding-right: 32.5px; }

.gutter-70 {
  margin-left: -35px;
  margin-right: -35px; }
  .gutter-70 > [class^="col"],
  .gutter-70 > * {
    padding-left: 35px;
    padding-right: 35px; }

.gutter-75 {
  margin-left: -37.5px;
  margin-right: -37.5px; }
  .gutter-75 > [class^="col"],
  .gutter-75 > * {
    padding-left: 37.5px;
    padding-right: 37.5px; }

.gutter-80 {
  margin-left: -40px;
  margin-right: -40px; }
  .gutter-80 > [class^="col"],
  .gutter-80 > * {
    padding-left: 40px;
    padding-right: 40px; }

.gutter-85 {
  margin-left: -42.5px;
  margin-right: -42.5px; }
  .gutter-85 > [class^="col"],
  .gutter-85 > * {
    padding-left: 42.5px;
    padding-right: 42.5px; }

.gutter-90 {
  margin-left: -45px;
  margin-right: -45px; }
  .gutter-90 > [class^="col"],
  .gutter-90 > * {
    padding-left: 45px;
    padding-right: 45px; }

.gutter-95 {
  margin-left: -47.5px;
  margin-right: -47.5px; }
  .gutter-95 > [class^="col"],
  .gutter-95 > * {
    padding-left: 47.5px;
    padding-right: 47.5px; }

.gutter-100 {
  margin-left: -50px;
  margin-right: -50px; }
  .gutter-100 > [class^="col"],
  .gutter-100 > * {
    padding-left: 50px;
    padding-right: 50px; }

.max-w-5 {
  max-width: 5%; }

.max-w-10 {
  max-width: 10%; }

.max-w-15 {
  max-width: 15%; }

.max-w-20 {
  max-width: 20%; }

.max-w-25 {
  max-width: 25%; }

.max-w-30 {
  max-width: 30%; }

.max-w-35 {
  max-width: 35%; }

.max-w-40 {
  max-width: 40%; }

.max-w-45 {
  max-width: 45%; }

.max-w-50 {
  max-width: 50%; }

.max-w-55 {
  max-width: 55%; }

.max-w-60 {
  max-width: 60%; }

.max-w-65 {
  max-width: 65%; }

.max-w-70 {
  max-width: 70%; }

.max-w-75 {
  max-width: 75%; }

.max-w-80 {
  max-width: 80%; }

.max-w-85 {
  max-width: 85%; }

.max-w-90 {
  max-width: 90%; }

.max-w-95 {
  max-width: 95%; }

.max-w-100 {
  max-width: 100%; }

@media (max-width: 93.6875em) {
  .max-w-xl-5 {
    max-width: 5%; } }

@media (max-width: 93.6875em) {
  .max-w-xl-10 {
    max-width: 10%; } }

@media (max-width: 93.6875em) {
  .max-w-xl-15 {
    max-width: 15%; } }

@media (max-width: 93.6875em) {
  .max-w-xl-20 {
    max-width: 20%; } }

@media (max-width: 93.6875em) {
  .max-w-xl-25 {
    max-width: 25%; } }

@media (max-width: 93.6875em) {
  .max-w-xl-30 {
    max-width: 30%; } }

@media (max-width: 93.6875em) {
  .max-w-xl-35 {
    max-width: 35%; } }

@media (max-width: 93.6875em) {
  .max-w-xl-40 {
    max-width: 40%; } }

@media (max-width: 93.6875em) {
  .max-w-xl-45 {
    max-width: 45%; } }

@media (max-width: 93.6875em) {
  .max-w-xl-50 {
    max-width: 50%; } }

@media (max-width: 93.6875em) {
  .max-w-xl-55 {
    max-width: 55%; } }

@media (max-width: 93.6875em) {
  .max-w-xl-60 {
    max-width: 60%; } }

@media (max-width: 93.6875em) {
  .max-w-xl-65 {
    max-width: 65%; } }

@media (max-width: 93.6875em) {
  .max-w-xl-70 {
    max-width: 70%; } }

@media (max-width: 93.6875em) {
  .max-w-xl-75 {
    max-width: 75%; } }

@media (max-width: 93.6875em) {
  .max-w-xl-80 {
    max-width: 80%; } }

@media (max-width: 93.6875em) {
  .max-w-xl-85 {
    max-width: 85%; } }

@media (max-width: 93.6875em) {
  .max-w-xl-90 {
    max-width: 90%; } }

@media (max-width: 93.6875em) {
  .max-w-xl-95 {
    max-width: 95%; } }

@media (max-width: 93.6875em) {
  .max-w-xl-100 {
    max-width: 100%; } }

@media (max-width: 112.5em) {
  .max-w-xxla-5 {
    max-width: 5%; } }

@media (max-width: 112.5em) {
  .max-w-xxla-10 {
    max-width: 10%; } }

@media (max-width: 112.5em) {
  .max-w-xxla-15 {
    max-width: 15%; } }

@media (max-width: 112.5em) {
  .max-w-xxla-20 {
    max-width: 20%; } }

@media (max-width: 112.5em) {
  .max-w-xxla-25 {
    max-width: 25%; } }

@media (max-width: 112.5em) {
  .max-w-xxla-30 {
    max-width: 30%; } }

@media (max-width: 112.5em) {
  .max-w-xxla-35 {
    max-width: 35%; } }

@media (max-width: 112.5em) {
  .max-w-xxla-40 {
    max-width: 40%; } }

@media (max-width: 112.5em) {
  .max-w-xxla-45 {
    max-width: 45%; } }

@media (max-width: 112.5em) {
  .max-w-xxla-50 {
    max-width: 50%; } }

@media (max-width: 112.5em) {
  .max-w-xxla-55 {
    max-width: 55%; } }

@media (max-width: 112.5em) {
  .max-w-xxla-60 {
    max-width: 60%; } }

@media (max-width: 112.5em) {
  .max-w-xxla-65 {
    max-width: 65%; } }

@media (max-width: 112.5em) {
  .max-w-xxla-70 {
    max-width: 70%; } }

@media (max-width: 112.5em) {
  .max-w-xxla-75 {
    max-width: 75%; } }

@media (max-width: 112.5em) {
  .max-w-xxla-80 {
    max-width: 80%; } }

@media (max-width: 112.5em) {
  .max-w-xxla-85 {
    max-width: 85%; } }

@media (max-width: 112.5em) {
  .max-w-xxla-90 {
    max-width: 90%; } }

@media (max-width: 112.5em) {
  .max-w-xxla-95 {
    max-width: 95%; } }

@media (max-width: 112.5em) {
  .max-w-xxla-100 {
    max-width: 100%; } }

@media (max-width: 74.9375em) {
  .max-w-lg-5 {
    max-width: 5%; } }

@media (max-width: 74.9375em) {
  .max-w-lg-10 {
    max-width: 10%; } }

@media (max-width: 74.9375em) {
  .max-w-lg-15 {
    max-width: 15%; } }

@media (max-width: 74.9375em) {
  .max-w-lg-20 {
    max-width: 20%; } }

@media (max-width: 74.9375em) {
  .max-w-lg-25 {
    max-width: 25%; } }

@media (max-width: 74.9375em) {
  .max-w-lg-30 {
    max-width: 30%; } }

@media (max-width: 74.9375em) {
  .max-w-lg-35 {
    max-width: 35%; } }

@media (max-width: 74.9375em) {
  .max-w-lg-40 {
    max-width: 40%; } }

@media (max-width: 74.9375em) {
  .max-w-lg-45 {
    max-width: 45%; } }

@media (max-width: 74.9375em) {
  .max-w-lg-50 {
    max-width: 50%; } }

@media (max-width: 74.9375em) {
  .max-w-lg-55 {
    max-width: 55%; } }

@media (max-width: 74.9375em) {
  .max-w-lg-60 {
    max-width: 60%; } }

@media (max-width: 74.9375em) {
  .max-w-lg-65 {
    max-width: 65%; } }

@media (max-width: 74.9375em) {
  .max-w-lg-70 {
    max-width: 70%; } }

@media (max-width: 74.9375em) {
  .max-w-lg-75 {
    max-width: 75%; } }

@media (max-width: 74.9375em) {
  .max-w-lg-80 {
    max-width: 80%; } }

@media (max-width: 74.9375em) {
  .max-w-lg-85 {
    max-width: 85%; } }

@media (max-width: 74.9375em) {
  .max-w-lg-90 {
    max-width: 90%; } }

@media (max-width: 74.9375em) {
  .max-w-lg-95 {
    max-width: 95%; } }

@media (max-width: 74.9375em) {
  .max-w-lg-100 {
    max-width: 100%; } }

@media (max-width: 61.94em) {
  .max-w-md-5 {
    max-width: 5%; } }

@media (max-width: 61.94em) {
  .max-w-md-10 {
    max-width: 10%; } }

@media (max-width: 61.94em) {
  .max-w-md-15 {
    max-width: 15%; } }

@media (max-width: 61.94em) {
  .max-w-md-20 {
    max-width: 20%; } }

@media (max-width: 61.94em) {
  .max-w-md-25 {
    max-width: 25%; } }

@media (max-width: 61.94em) {
  .max-w-md-30 {
    max-width: 30%; } }

@media (max-width: 61.94em) {
  .max-w-md-35 {
    max-width: 35%; } }

@media (max-width: 61.94em) {
  .max-w-md-40 {
    max-width: 40%; } }

@media (max-width: 61.94em) {
  .max-w-md-45 {
    max-width: 45%; } }

@media (max-width: 61.94em) {
  .max-w-md-50 {
    max-width: 50%; } }

@media (max-width: 61.94em) {
  .max-w-md-55 {
    max-width: 55%; } }

@media (max-width: 61.94em) {
  .max-w-md-60 {
    max-width: 60%; } }

@media (max-width: 61.94em) {
  .max-w-md-65 {
    max-width: 65%; } }

@media (max-width: 61.94em) {
  .max-w-md-70 {
    max-width: 70%; } }

@media (max-width: 61.94em) {
  .max-w-md-75 {
    max-width: 75%; } }

@media (max-width: 61.94em) {
  .max-w-md-80 {
    max-width: 80%; } }

@media (max-width: 61.94em) {
  .max-w-md-85 {
    max-width: 85%; } }

@media (max-width: 61.94em) {
  .max-w-md-90 {
    max-width: 90%; } }

@media (max-width: 61.94em) {
  .max-w-md-95 {
    max-width: 95%; } }

@media (max-width: 61.94em) {
  .max-w-md-100 {
    max-width: 100%; } }

@media (max-width: 47.94em) {
  .max-w-sm-5 {
    max-width: 5%; } }

@media (max-width: 47.94em) {
  .max-w-sm-10 {
    max-width: 10%; } }

@media (max-width: 47.94em) {
  .max-w-sm-15 {
    max-width: 15%; } }

@media (max-width: 47.94em) {
  .max-w-sm-20 {
    max-width: 20%; } }

@media (max-width: 47.94em) {
  .max-w-sm-25 {
    max-width: 25%; } }

@media (max-width: 47.94em) {
  .max-w-sm-30 {
    max-width: 30%; } }

@media (max-width: 47.94em) {
  .max-w-sm-35 {
    max-width: 35%; } }

@media (max-width: 47.94em) {
  .max-w-sm-40 {
    max-width: 40%; } }

@media (max-width: 47.94em) {
  .max-w-sm-45 {
    max-width: 45%; } }

@media (max-width: 47.94em) {
  .max-w-sm-50 {
    max-width: 50%; } }

@media (max-width: 47.94em) {
  .max-w-sm-55 {
    max-width: 55%; } }

@media (max-width: 47.94em) {
  .max-w-sm-60 {
    max-width: 60%; } }

@media (max-width: 47.94em) {
  .max-w-sm-65 {
    max-width: 65%; } }

@media (max-width: 47.94em) {
  .max-w-sm-70 {
    max-width: 70%; } }

@media (max-width: 47.94em) {
  .max-w-sm-75 {
    max-width: 75%; } }

@media (max-width: 47.94em) {
  .max-w-sm-80 {
    max-width: 80%; } }

@media (max-width: 47.94em) {
  .max-w-sm-85 {
    max-width: 85%; } }

@media (max-width: 47.94em) {
  .max-w-sm-90 {
    max-width: 90%; } }

@media (max-width: 47.94em) {
  .max-w-sm-95 {
    max-width: 95%; } }

@media (max-width: 47.94em) {
  .max-w-sm-100 {
    max-width: 100%; } }

@media (max-width: 35.94em) {
  .max-w-xs-5 {
    max-width: 5%; } }

@media (max-width: 35.94em) {
  .max-w-xs-10 {
    max-width: 10%; } }

@media (max-width: 35.94em) {
  .max-w-xs-15 {
    max-width: 15%; } }

@media (max-width: 35.94em) {
  .max-w-xs-20 {
    max-width: 20%; } }

@media (max-width: 35.94em) {
  .max-w-xs-25 {
    max-width: 25%; } }

@media (max-width: 35.94em) {
  .max-w-xs-30 {
    max-width: 30%; } }

@media (max-width: 35.94em) {
  .max-w-xs-35 {
    max-width: 35%; } }

@media (max-width: 35.94em) {
  .max-w-xs-40 {
    max-width: 40%; } }

@media (max-width: 35.94em) {
  .max-w-xs-45 {
    max-width: 45%; } }

@media (max-width: 35.94em) {
  .max-w-xs-50 {
    max-width: 50%; } }

@media (max-width: 35.94em) {
  .max-w-xs-55 {
    max-width: 55%; } }

@media (max-width: 35.94em) {
  .max-w-xs-60 {
    max-width: 60%; } }

@media (max-width: 35.94em) {
  .max-w-xs-65 {
    max-width: 65%; } }

@media (max-width: 35.94em) {
  .max-w-xs-70 {
    max-width: 70%; } }

@media (max-width: 35.94em) {
  .max-w-xs-75 {
    max-width: 75%; } }

@media (max-width: 35.94em) {
  .max-w-xs-80 {
    max-width: 80%; } }

@media (max-width: 35.94em) {
  .max-w-xs-85 {
    max-width: 85%; } }

@media (max-width: 35.94em) {
  .max-w-xs-90 {
    max-width: 90%; } }

@media (max-width: 35.94em) {
  .max-w-xs-95 {
    max-width: 95%; } }

@media (max-width: 35.94em) {
  .max-w-xs-100 {
    max-width: 100%; } }

.max-width--1200 {
  max-width: 1200px;
  margin: 0 auto; }

/*Padding Top and Bottom*/
.ptb--0 {
  padding-top: 0rem !important;
  padding-bottom: 0rem !important; }

.ptb--5 {
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important; }

.ptb--10 {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important; }

.ptb--15 {
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important; }

.ptb--20 {
  padding-top: 2rem !important;
  padding-bottom: 2rem !important; }

.ptb--25 {
  padding-top: 2.5rem !important;
  padding-bottom: 2.5rem !important; }

.ptb--30 {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important; }

.ptb--35 {
  padding-top: 3.5rem !important;
  padding-bottom: 3.5rem !important; }

.ptb--40 {
  padding-top: 4rem !important;
  padding-bottom: 4rem !important; }

.ptb--45 {
  padding-top: 4.5rem !important;
  padding-bottom: 4.5rem !important; }

.ptb--50 {
  padding-top: 5rem !important;
  padding-bottom: 5rem !important; }

.ptb--55 {
  padding-top: 5.5rem !important;
  padding-bottom: 5.5rem !important; }

.ptb--60 {
  padding-top: 6rem !important;
  padding-bottom: 6rem !important; }

.ptb--65 {
  padding-top: 6.5rem !important;
  padding-bottom: 6.5rem !important; }

.ptb--70 {
  padding-top: 7rem !important;
  padding-bottom: 7rem !important; }

.ptb--75 {
  padding-top: 7.5rem !important;
  padding-bottom: 7.5rem !important; }

.ptb--80 {
  padding-top: 8rem !important;
  padding-bottom: 8rem !important; }

.ptb--85 {
  padding-top: 8.5rem !important;
  padding-bottom: 8.5rem !important; }

.ptb--90 {
  padding-top: 9rem !important;
  padding-bottom: 9rem !important; }

.ptb--95 {
  padding-top: 9.5rem !important;
  padding-bottom: 9.5rem !important; }

.ptb--100 {
  padding-top: 10rem !important;
  padding-bottom: 10rem !important; }

.ptb--105 {
  padding-top: 10.5rem !important;
  padding-bottom: 10.5rem !important; }

.ptb--110 {
  padding-top: 11rem !important;
  padding-bottom: 11rem !important; }

.ptb--115 {
  padding-top: 11.5rem !important;
  padding-bottom: 11.5rem !important; }

.ptb--120 {
  padding-top: 12rem !important;
  padding-bottom: 12rem !important; }

.ptb--125 {
  padding-top: 12.5rem !important;
  padding-bottom: 12.5rem !important; }

.ptb--130 {
  padding-top: 13rem !important;
  padding-bottom: 13rem !important; }

.ptb--135 {
  padding-top: 13.5rem !important;
  padding-bottom: 13.5rem !important; }

.ptb--140 {
  padding-top: 14rem !important;
  padding-bottom: 14rem !important; }

.ptb--145 {
  padding-top: 14.5rem !important;
  padding-bottom: 14.5rem !important; }

.ptb--150 {
  padding-top: 15rem !important;
  padding-bottom: 15rem !important; }

.ptb--155 {
  padding-top: 15.5rem !important;
  padding-bottom: 15.5rem !important; }

.ptb--160 {
  padding-top: 16rem !important;
  padding-bottom: 16rem !important; }

.ptb--165 {
  padding-top: 16.5rem !important;
  padding-bottom: 16.5rem !important; }

.ptb--170 {
  padding-top: 17rem !important;
  padding-bottom: 17rem !important; }

.ptb--175 {
  padding-top: 17.5rem !important;
  padding-bottom: 17.5rem !important; }

.ptb--180 {
  padding-top: 18rem !important;
  padding-bottom: 18rem !important; }

.ptb--185 {
  padding-top: 18.5rem !important;
  padding-bottom: 18.5rem !important; }

.ptb--190 {
  padding-top: 19rem !important;
  padding-bottom: 19rem !important; }

.ptb--195 {
  padding-top: 19.5rem !important;
  padding-bottom: 19.5rem !important; }

.ptb--200 {
  padding-top: 20rem !important;
  padding-bottom: 20rem !important; }

.ptb--205 {
  padding-top: 20.5rem !important;
  padding-bottom: 20.5rem !important; }

.ptb--210 {
  padding-top: 21rem !important;
  padding-bottom: 21rem !important; }

.ptb--215 {
  padding-top: 21.5rem !important;
  padding-bottom: 21.5rem !important; }

.ptb--220 {
  padding-top: 22rem !important;
  padding-bottom: 22rem !important; }

.ptb--225 {
  padding-top: 22.5rem !important;
  padding-bottom: 22.5rem !important; }

.ptb--230 {
  padding-top: 23rem !important;
  padding-bottom: 23rem !important; }

.ptb--235 {
  padding-top: 23.5rem !important;
  padding-bottom: 23.5rem !important; }

.ptb--240 {
  padding-top: 24rem !important;
  padding-bottom: 24rem !important; }

.ptb--245 {
  padding-top: 24.5rem !important;
  padding-bottom: 24.5rem !important; }

.ptb--250 {
  padding-top: 25rem !important;
  padding-bottom: 25rem !important; }

.ptb--255 {
  padding-top: 25.5rem !important;
  padding-bottom: 25.5rem !important; }

.ptb--260 {
  padding-top: 26rem !important;
  padding-bottom: 26rem !important; }

.ptb--265 {
  padding-top: 26.5rem !important;
  padding-bottom: 26.5rem !important; }

.ptb--270 {
  padding-top: 27rem !important;
  padding-bottom: 27rem !important; }

.ptb--275 {
  padding-top: 27.5rem !important;
  padding-bottom: 27.5rem !important; }

.ptb--280 {
  padding-top: 28rem !important;
  padding-bottom: 28rem !important; }

.ptb--285 {
  padding-top: 28.5rem !important;
  padding-bottom: 28.5rem !important; }

.ptb--290 {
  padding-top: 29rem !important;
  padding-bottom: 29rem !important; }

.ptb--295 {
  padding-top: 29.5rem !important;
  padding-bottom: 29.5rem !important; }

.ptb--300 {
  padding-top: 30rem !important;
  padding-bottom: 30rem !important; }

/*Padding Top and Bottom for Extra large*/
@media (max-width: 93.6875em) {
  .ptb-xl--0 {
    padding-top: 0rem !important;
    padding-bottom: 0rem !important; } }

@media (max-width: 93.6875em) {
  .ptb-xl--5 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important; } }

@media (max-width: 93.6875em) {
  .ptb-xl--10 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important; } }

@media (max-width: 93.6875em) {
  .ptb-xl--15 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important; } }

@media (max-width: 93.6875em) {
  .ptb-xl--20 {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important; } }

@media (max-width: 93.6875em) {
  .ptb-xl--25 {
    padding-top: 2.5rem !important;
    padding-bottom: 2.5rem !important; } }

@media (max-width: 93.6875em) {
  .ptb-xl--30 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important; } }

@media (max-width: 93.6875em) {
  .ptb-xl--35 {
    padding-top: 3.5rem !important;
    padding-bottom: 3.5rem !important; } }

@media (max-width: 93.6875em) {
  .ptb-xl--40 {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important; } }

@media (max-width: 93.6875em) {
  .ptb-xl--45 {
    padding-top: 4.5rem !important;
    padding-bottom: 4.5rem !important; } }

@media (max-width: 93.6875em) {
  .ptb-xl--50 {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important; } }

@media (max-width: 93.6875em) {
  .ptb-xl--55 {
    padding-top: 5.5rem !important;
    padding-bottom: 5.5rem !important; } }

@media (max-width: 93.6875em) {
  .ptb-xl--60 {
    padding-top: 6rem !important;
    padding-bottom: 6rem !important; } }

@media (max-width: 93.6875em) {
  .ptb-xl--65 {
    padding-top: 6.5rem !important;
    padding-bottom: 6.5rem !important; } }

@media (max-width: 93.6875em) {
  .ptb-xl--70 {
    padding-top: 7rem !important;
    padding-bottom: 7rem !important; } }

@media (max-width: 93.6875em) {
  .ptb-xl--75 {
    padding-top: 7.5rem !important;
    padding-bottom: 7.5rem !important; } }

@media (max-width: 93.6875em) {
  .ptb-xl--80 {
    padding-top: 8rem !important;
    padding-bottom: 8rem !important; } }

@media (max-width: 93.6875em) {
  .ptb-xl--85 {
    padding-top: 8.5rem !important;
    padding-bottom: 8.5rem !important; } }

@media (max-width: 93.6875em) {
  .ptb-xl--90 {
    padding-top: 9rem !important;
    padding-bottom: 9rem !important; } }

@media (max-width: 93.6875em) {
  .ptb-xl--95 {
    padding-top: 9.5rem !important;
    padding-bottom: 9.5rem !important; } }

@media (max-width: 93.6875em) {
  .ptb-xl--100 {
    padding-top: 10rem !important;
    padding-bottom: 10rem !important; } }

@media (max-width: 93.6875em) {
  .ptb-xl--105 {
    padding-top: 10.5rem !important;
    padding-bottom: 10.5rem !important; } }

@media (max-width: 93.6875em) {
  .ptb-xl--110 {
    padding-top: 11rem !important;
    padding-bottom: 11rem !important; } }

@media (max-width: 93.6875em) {
  .ptb-xl--115 {
    padding-top: 11.5rem !important;
    padding-bottom: 11.5rem !important; } }

@media (max-width: 93.6875em) {
  .ptb-xl--120 {
    padding-top: 12rem !important;
    padding-bottom: 12rem !important; } }

@media (max-width: 93.6875em) {
  .ptb-xl--125 {
    padding-top: 12.5rem !important;
    padding-bottom: 12.5rem !important; } }

@media (max-width: 93.6875em) {
  .ptb-xl--130 {
    padding-top: 13rem !important;
    padding-bottom: 13rem !important; } }

@media (max-width: 93.6875em) {
  .ptb-xl--135 {
    padding-top: 13.5rem !important;
    padding-bottom: 13.5rem !important; } }

@media (max-width: 93.6875em) {
  .ptb-xl--140 {
    padding-top: 14rem !important;
    padding-bottom: 14rem !important; } }

@media (max-width: 93.6875em) {
  .ptb-xl--145 {
    padding-top: 14.5rem !important;
    padding-bottom: 14.5rem !important; } }

@media (max-width: 93.6875em) {
  .ptb-xl--150 {
    padding-top: 15rem !important;
    padding-bottom: 15rem !important; } }

/*Padding Top and Bottom for large*/
@media (max-width: 74.9375em) {
  .ptb-lg--0 {
    padding-top: 0rem !important;
    padding-bottom: 0rem !important; } }

@media (max-width: 74.9375em) {
  .ptb-lg--5 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important; } }

@media (max-width: 74.9375em) {
  .ptb-lg--10 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important; } }

@media (max-width: 74.9375em) {
  .ptb-lg--15 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important; } }

@media (max-width: 74.9375em) {
  .ptb-lg--20 {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important; } }

@media (max-width: 74.9375em) {
  .ptb-lg--25 {
    padding-top: 2.5rem !important;
    padding-bottom: 2.5rem !important; } }

@media (max-width: 74.9375em) {
  .ptb-lg--30 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important; } }

@media (max-width: 74.9375em) {
  .ptb-lg--35 {
    padding-top: 3.5rem !important;
    padding-bottom: 3.5rem !important; } }

@media (max-width: 74.9375em) {
  .ptb-lg--40 {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important; } }

@media (max-width: 74.9375em) {
  .ptb-lg--45 {
    padding-top: 4.5rem !important;
    padding-bottom: 4.5rem !important; } }

@media (max-width: 74.9375em) {
  .ptb-lg--50 {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important; } }

@media (max-width: 74.9375em) {
  .ptb-lg--55 {
    padding-top: 5.5rem !important;
    padding-bottom: 5.5rem !important; } }

@media (max-width: 74.9375em) {
  .ptb-lg--60 {
    padding-top: 6rem !important;
    padding-bottom: 6rem !important; } }

@media (max-width: 74.9375em) {
  .ptb-lg--65 {
    padding-top: 6.5rem !important;
    padding-bottom: 6.5rem !important; } }

@media (max-width: 74.9375em) {
  .ptb-lg--70 {
    padding-top: 7rem !important;
    padding-bottom: 7rem !important; } }

@media (max-width: 74.9375em) {
  .ptb-lg--75 {
    padding-top: 7.5rem !important;
    padding-bottom: 7.5rem !important; } }

@media (max-width: 74.9375em) {
  .ptb-lg--80 {
    padding-top: 8rem !important;
    padding-bottom: 8rem !important; } }

@media (max-width: 74.9375em) {
  .ptb-lg--85 {
    padding-top: 8.5rem !important;
    padding-bottom: 8.5rem !important; } }

@media (max-width: 74.9375em) {
  .ptb-lg--90 {
    padding-top: 9rem !important;
    padding-bottom: 9rem !important; } }

@media (max-width: 74.9375em) {
  .ptb-lg--95 {
    padding-top: 9.5rem !important;
    padding-bottom: 9.5rem !important; } }

@media (max-width: 74.9375em) {
  .ptb-lg--100 {
    padding-top: 10rem !important;
    padding-bottom: 10rem !important; } }

@media (max-width: 74.9375em) {
  .ptb-lg--105 {
    padding-top: 10.5rem !important;
    padding-bottom: 10.5rem !important; } }

@media (max-width: 74.9375em) {
  .ptb-lg--110 {
    padding-top: 11rem !important;
    padding-bottom: 11rem !important; } }

@media (max-width: 74.9375em) {
  .ptb-lg--115 {
    padding-top: 11.5rem !important;
    padding-bottom: 11.5rem !important; } }

@media (max-width: 74.9375em) {
  .ptb-lg--120 {
    padding-top: 12rem !important;
    padding-bottom: 12rem !important; } }

@media (max-width: 74.9375em) {
  .ptb-lg--125 {
    padding-top: 12.5rem !important;
    padding-bottom: 12.5rem !important; } }

@media (max-width: 74.9375em) {
  .ptb-lg--130 {
    padding-top: 13rem !important;
    padding-bottom: 13rem !important; } }

@media (max-width: 74.9375em) {
  .ptb-lg--135 {
    padding-top: 13.5rem !important;
    padding-bottom: 13.5rem !important; } }

@media (max-width: 74.9375em) {
  .ptb-lg--140 {
    padding-top: 14rem !important;
    padding-bottom: 14rem !important; } }

@media (max-width: 74.9375em) {
  .ptb-lg--145 {
    padding-top: 14.5rem !important;
    padding-bottom: 14.5rem !important; } }

@media (max-width: 74.9375em) {
  .ptb-lg--150 {
    padding-top: 15rem !important;
    padding-bottom: 15rem !important; } }

@media (max-width: 74.9375em) {
  .ptb-lg--155 {
    padding-top: 15.5rem !important;
    padding-bottom: 15.5rem !important; } }

@media (max-width: 74.9375em) {
  .ptb-lg--160 {
    padding-top: 16rem !important;
    padding-bottom: 16rem !important; } }

@media (max-width: 74.9375em) {
  .ptb-lg--165 {
    padding-top: 16.5rem !important;
    padding-bottom: 16.5rem !important; } }

@media (max-width: 74.9375em) {
  .ptb-lg--170 {
    padding-top: 17rem !important;
    padding-bottom: 17rem !important; } }

@media (max-width: 74.9375em) {
  .ptb-lg--175 {
    padding-top: 17.5rem !important;
    padding-bottom: 17.5rem !important; } }

@media (max-width: 74.9375em) {
  .ptb-lg--180 {
    padding-top: 18rem !important;
    padding-bottom: 18rem !important; } }

@media (max-width: 74.9375em) {
  .ptb-lg--185 {
    padding-top: 18.5rem !important;
    padding-bottom: 18.5rem !important; } }

@media (max-width: 74.9375em) {
  .ptb-lg--190 {
    padding-top: 19rem !important;
    padding-bottom: 19rem !important; } }

@media (max-width: 74.9375em) {
  .ptb-lg--195 {
    padding-top: 19.5rem !important;
    padding-bottom: 19.5rem !important; } }

@media (max-width: 74.9375em) {
  .ptb-lg--200 {
    padding-top: 20rem !important;
    padding-bottom: 20rem !important; } }

/*Padding Top and Bottom for Medium*/
@media (max-width: 61.94em) {
  .ptb-md--0 {
    padding-top: 0rem !important;
    padding-bottom: 0rem !important; } }

@media (max-width: 61.94em) {
  .ptb-md--5 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important; } }

@media (max-width: 61.94em) {
  .ptb-md--10 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important; } }

@media (max-width: 61.94em) {
  .ptb-md--15 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important; } }

@media (max-width: 61.94em) {
  .ptb-md--20 {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important; } }

@media (max-width: 61.94em) {
  .ptb-md--25 {
    padding-top: 2.5rem !important;
    padding-bottom: 2.5rem !important; } }

@media (max-width: 61.94em) {
  .ptb-md--30 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important; } }

@media (max-width: 61.94em) {
  .ptb-md--35 {
    padding-top: 3.5rem !important;
    padding-bottom: 3.5rem !important; } }

@media (max-width: 61.94em) {
  .ptb-md--40 {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important; } }

@media (max-width: 61.94em) {
  .ptb-md--45 {
    padding-top: 4.5rem !important;
    padding-bottom: 4.5rem !important; } }

@media (max-width: 61.94em) {
  .ptb-md--50 {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important; } }

@media (max-width: 61.94em) {
  .ptb-md--55 {
    padding-top: 5.5rem !important;
    padding-bottom: 5.5rem !important; } }

@media (max-width: 61.94em) {
  .ptb-md--60 {
    padding-top: 6rem !important;
    padding-bottom: 6rem !important; } }

@media (max-width: 61.94em) {
  .ptb-md--65 {
    padding-top: 6.5rem !important;
    padding-bottom: 6.5rem !important; } }

@media (max-width: 61.94em) {
  .ptb-md--70 {
    padding-top: 7rem !important;
    padding-bottom: 7rem !important; } }

@media (max-width: 61.94em) {
  .ptb-md--75 {
    padding-top: 7.5rem !important;
    padding-bottom: 7.5rem !important; } }

@media (max-width: 61.94em) {
  .ptb-md--80 {
    padding-top: 8rem !important;
    padding-bottom: 8rem !important; } }

@media (max-width: 61.94em) {
  .ptb-md--85 {
    padding-top: 8.5rem !important;
    padding-bottom: 8.5rem !important; } }

@media (max-width: 61.94em) {
  .ptb-md--90 {
    padding-top: 9rem !important;
    padding-bottom: 9rem !important; } }

@media (max-width: 61.94em) {
  .ptb-md--95 {
    padding-top: 9.5rem !important;
    padding-bottom: 9.5rem !important; } }

@media (max-width: 61.94em) {
  .ptb-md--100 {
    padding-top: 10rem !important;
    padding-bottom: 10rem !important; } }

@media (max-width: 61.94em) {
  .ptb-md--105 {
    padding-top: 10.5rem !important;
    padding-bottom: 10.5rem !important; } }

@media (max-width: 61.94em) {
  .ptb-md--110 {
    padding-top: 11rem !important;
    padding-bottom: 11rem !important; } }

@media (max-width: 61.94em) {
  .ptb-md--115 {
    padding-top: 11.5rem !important;
    padding-bottom: 11.5rem !important; } }

@media (max-width: 61.94em) {
  .ptb-md--120 {
    padding-top: 12rem !important;
    padding-bottom: 12rem !important; } }

@media (max-width: 61.94em) {
  .ptb-md--125 {
    padding-top: 12.5rem !important;
    padding-bottom: 12.5rem !important; } }

@media (max-width: 61.94em) {
  .ptb-md--130 {
    padding-top: 13rem !important;
    padding-bottom: 13rem !important; } }

@media (max-width: 61.94em) {
  .ptb-md--135 {
    padding-top: 13.5rem !important;
    padding-bottom: 13.5rem !important; } }

@media (max-width: 61.94em) {
  .ptb-md--140 {
    padding-top: 14rem !important;
    padding-bottom: 14rem !important; } }

@media (max-width: 61.94em) {
  .ptb-md--145 {
    padding-top: 14.5rem !important;
    padding-bottom: 14.5rem !important; } }

@media (max-width: 61.94em) {
  .ptb-md--150 {
    padding-top: 15rem !important;
    padding-bottom: 15rem !important; } }

@media (max-width: 61.94em) {
  .ptb-md--155 {
    padding-top: 15.5rem !important;
    padding-bottom: 15.5rem !important; } }

@media (max-width: 61.94em) {
  .ptb-md--160 {
    padding-top: 16rem !important;
    padding-bottom: 16rem !important; } }

@media (max-width: 61.94em) {
  .ptb-md--165 {
    padding-top: 16.5rem !important;
    padding-bottom: 16.5rem !important; } }

@media (max-width: 61.94em) {
  .ptb-md--170 {
    padding-top: 17rem !important;
    padding-bottom: 17rem !important; } }

@media (max-width: 61.94em) {
  .ptb-md--175 {
    padding-top: 17.5rem !important;
    padding-bottom: 17.5rem !important; } }

@media (max-width: 61.94em) {
  .ptb-md--180 {
    padding-top: 18rem !important;
    padding-bottom: 18rem !important; } }

@media (max-width: 61.94em) {
  .ptb-md--185 {
    padding-top: 18.5rem !important;
    padding-bottom: 18.5rem !important; } }

@media (max-width: 61.94em) {
  .ptb-md--190 {
    padding-top: 19rem !important;
    padding-bottom: 19rem !important; } }

@media (max-width: 61.94em) {
  .ptb-md--195 {
    padding-top: 19.5rem !important;
    padding-bottom: 19.5rem !important; } }

@media (max-width: 61.94em) {
  .ptb-md--200 {
    padding-top: 20rem !important;
    padding-bottom: 20rem !important; } }

/*Padding Top and Bottom for small*/
@media (max-width: 47.94em) {
  .ptb-sm--0 {
    padding-top: 0rem !important;
    padding-bottom: 0rem !important; } }

@media (max-width: 47.94em) {
  .ptb-sm--5 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important; } }

@media (max-width: 47.94em) {
  .ptb-sm--10 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important; } }

@media (max-width: 47.94em) {
  .ptb-sm--15 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important; } }

@media (max-width: 47.94em) {
  .ptb-sm--20 {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important; } }

@media (max-width: 47.94em) {
  .ptb-sm--25 {
    padding-top: 2.5rem !important;
    padding-bottom: 2.5rem !important; } }

@media (max-width: 47.94em) {
  .ptb-sm--30 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important; } }

@media (max-width: 47.94em) {
  .ptb-sm--35 {
    padding-top: 3.5rem !important;
    padding-bottom: 3.5rem !important; } }

@media (max-width: 47.94em) {
  .ptb-sm--40 {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important; } }

@media (max-width: 47.94em) {
  .ptb-sm--45 {
    padding-top: 4.5rem !important;
    padding-bottom: 4.5rem !important; } }

@media (max-width: 47.94em) {
  .ptb-sm--50 {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important; } }

@media (max-width: 47.94em) {
  .ptb-sm--55 {
    padding-top: 5.5rem !important;
    padding-bottom: 5.5rem !important; } }

@media (max-width: 47.94em) {
  .ptb-sm--60 {
    padding-top: 6rem !important;
    padding-bottom: 6rem !important; } }

@media (max-width: 47.94em) {
  .ptb-sm--65 {
    padding-top: 6.5rem !important;
    padding-bottom: 6.5rem !important; } }

@media (max-width: 47.94em) {
  .ptb-sm--70 {
    padding-top: 7rem !important;
    padding-bottom: 7rem !important; } }

@media (max-width: 47.94em) {
  .ptb-sm--75 {
    padding-top: 7.5rem !important;
    padding-bottom: 7.5rem !important; } }

@media (max-width: 47.94em) {
  .ptb-sm--80 {
    padding-top: 8rem !important;
    padding-bottom: 8rem !important; } }

@media (max-width: 47.94em) {
  .ptb-sm--85 {
    padding-top: 8.5rem !important;
    padding-bottom: 8.5rem !important; } }

@media (max-width: 47.94em) {
  .ptb-sm--90 {
    padding-top: 9rem !important;
    padding-bottom: 9rem !important; } }

@media (max-width: 47.94em) {
  .ptb-sm--95 {
    padding-top: 9.5rem !important;
    padding-bottom: 9.5rem !important; } }

@media (max-width: 47.94em) {
  .ptb-sm--100 {
    padding-top: 10rem !important;
    padding-bottom: 10rem !important; } }

@media (max-width: 47.94em) {
  .ptb-sm--105 {
    padding-top: 10.5rem !important;
    padding-bottom: 10.5rem !important; } }

@media (max-width: 47.94em) {
  .ptb-sm--110 {
    padding-top: 11rem !important;
    padding-bottom: 11rem !important; } }

@media (max-width: 47.94em) {
  .ptb-sm--115 {
    padding-top: 11.5rem !important;
    padding-bottom: 11.5rem !important; } }

@media (max-width: 47.94em) {
  .ptb-sm--120 {
    padding-top: 12rem !important;
    padding-bottom: 12rem !important; } }

@media (max-width: 47.94em) {
  .ptb-sm--125 {
    padding-top: 12.5rem !important;
    padding-bottom: 12.5rem !important; } }

@media (max-width: 47.94em) {
  .ptb-sm--130 {
    padding-top: 13rem !important;
    padding-bottom: 13rem !important; } }

@media (max-width: 47.94em) {
  .ptb-sm--135 {
    padding-top: 13.5rem !important;
    padding-bottom: 13.5rem !important; } }

@media (max-width: 47.94em) {
  .ptb-sm--140 {
    padding-top: 14rem !important;
    padding-bottom: 14rem !important; } }

@media (max-width: 47.94em) {
  .ptb-sm--145 {
    padding-top: 14.5rem !important;
    padding-bottom: 14.5rem !important; } }

@media (max-width: 47.94em) {
  .ptb-sm--150 {
    padding-top: 15rem !important;
    padding-bottom: 15rem !important; } }

@media (max-width: 47.94em) {
  .ptb-sm--155 {
    padding-top: 15.5rem !important;
    padding-bottom: 15.5rem !important; } }

@media (max-width: 47.94em) {
  .ptb-sm--160 {
    padding-top: 16rem !important;
    padding-bottom: 16rem !important; } }

@media (max-width: 47.94em) {
  .ptb-sm--165 {
    padding-top: 16.5rem !important;
    padding-bottom: 16.5rem !important; } }

@media (max-width: 47.94em) {
  .ptb-sm--170 {
    padding-top: 17rem !important;
    padding-bottom: 17rem !important; } }

@media (max-width: 47.94em) {
  .ptb-sm--175 {
    padding-top: 17.5rem !important;
    padding-bottom: 17.5rem !important; } }

@media (max-width: 47.94em) {
  .ptb-sm--180 {
    padding-top: 18rem !important;
    padding-bottom: 18rem !important; } }

@media (max-width: 47.94em) {
  .ptb-sm--185 {
    padding-top: 18.5rem !important;
    padding-bottom: 18.5rem !important; } }

@media (max-width: 47.94em) {
  .ptb-sm--190 {
    padding-top: 19rem !important;
    padding-bottom: 19rem !important; } }

@media (max-width: 47.94em) {
  .ptb-sm--195 {
    padding-top: 19.5rem !important;
    padding-bottom: 19.5rem !important; } }

@media (max-width: 47.94em) {
  .ptb-sm--200 {
    padding-top: 20rem !important;
    padding-bottom: 20rem !important; } }

.pb--0 {
  padding-bottom: 0rem !important; }

.pb--5 {
  padding-bottom: 0.5rem !important; }

.pb--10 {
  padding-bottom: 1rem !important; }

.pb--15 {
  padding-bottom: 1.5rem !important; }

.pb--20 {
  padding-bottom: 2rem !important; }

.pb--25 {
  padding-bottom: 2.5rem !important; }

.pb--30 {
  padding-bottom: 3rem !important; }

.pb--35 {
  padding-bottom: 3.5rem !important; }

.pb--40 {
  padding-bottom: 4rem !important; }

.pb--45 {
  padding-bottom: 4.5rem !important; }

.pb--50 {
  padding-bottom: 5rem !important; }

.pb--55 {
  padding-bottom: 5.5rem !important; }

.pb--60 {
  padding-bottom: 6rem !important; }

.pb--65 {
  padding-bottom: 6.5rem !important; }

.pb--70 {
  padding-bottom: 7rem !important; }

.pb--75 {
  padding-bottom: 7.5rem !important; }

.pb--80 {
  padding-bottom: 8rem !important; }

.pb--85 {
  padding-bottom: 8.5rem !important; }

.pb--90 {
  padding-bottom: 9rem !important; }

.pb--95 {
  padding-bottom: 9.5rem !important; }

.pb--100 {
  padding-bottom: 10rem !important; }

.pb--105 {
  padding-bottom: 10.5rem !important; }

.pb--110 {
  padding-bottom: 11rem !important; }

.pb--115 {
  padding-bottom: 11.5rem !important; }

.pb--120 {
  padding-bottom: 12rem !important; }

.pb--125 {
  padding-bottom: 12.5rem !important; }

.pb--130 {
  padding-bottom: 13rem !important; }

.pb--135 {
  padding-bottom: 13.5rem !important; }

.pb--140 {
  padding-bottom: 14rem !important; }

.pb--145 {
  padding-bottom: 14.5rem !important; }

.pb--150 {
  padding-bottom: 15rem !important; }

.pb--155 {
  padding-bottom: 15.5rem !important; }

.pb--160 {
  padding-bottom: 16rem !important; }

.pb--165 {
  padding-bottom: 16.5rem !important; }

.pb--170 {
  padding-bottom: 17rem !important; }

.pb--175 {
  padding-bottom: 17.5rem !important; }

.pb--180 {
  padding-bottom: 18rem !important; }

.pb--185 {
  padding-bottom: 18.5rem !important; }

.pb--190 {
  padding-bottom: 19rem !important; }

.pb--195 {
  padding-bottom: 19.5rem !important; }

.pb--200 {
  padding-bottom: 20rem !important; }

.pb--205 {
  padding-bottom: 20.5rem !important; }

.pb--210 {
  padding-bottom: 21rem !important; }

.pb--215 {
  padding-bottom: 21.5rem !important; }

.pb--220 {
  padding-bottom: 22rem !important; }

.pb--225 {
  padding-bottom: 22.5rem !important; }

.pb--230 {
  padding-bottom: 23rem !important; }

.pb--235 {
  padding-bottom: 23.5rem !important; }

.pb--240 {
  padding-bottom: 24rem !important; }

.pb--245 {
  padding-bottom: 24.5rem !important; }

.pb--250 {
  padding-bottom: 25rem !important; }

.pb--255 {
  padding-bottom: 25.5rem !important; }

.pb--260 {
  padding-bottom: 26rem !important; }

.pb--265 {
  padding-bottom: 26.5rem !important; }

.pb--270 {
  padding-bottom: 27rem !important; }

.pb--275 {
  padding-bottom: 27.5rem !important; }

.pb--280 {
  padding-bottom: 28rem !important; }

.pb--285 {
  padding-bottom: 28.5rem !important; }

.pb--290 {
  padding-bottom: 29rem !important; }

.pb--295 {
  padding-bottom: 29.5rem !important; }

.pb--300 {
  padding-bottom: 30rem !important; }

@media (max-width: 93.6875em) {
  .pb-xl--0 {
    padding-bottom: 0rem !important; } }

@media (max-width: 93.6875em) {
  .pb-xl--5 {
    padding-bottom: 0.5rem !important; } }

@media (max-width: 93.6875em) {
  .pb-xl--10 {
    padding-bottom: 1rem !important; } }

@media (max-width: 93.6875em) {
  .pb-xl--15 {
    padding-bottom: 1.5rem !important; } }

@media (max-width: 93.6875em) {
  .pb-xl--20 {
    padding-bottom: 2rem !important; } }

@media (max-width: 93.6875em) {
  .pb-xl--25 {
    padding-bottom: 2.5rem !important; } }

@media (max-width: 93.6875em) {
  .pb-xl--30 {
    padding-bottom: 3rem !important; } }

@media (max-width: 93.6875em) {
  .pb-xl--35 {
    padding-bottom: 3.5rem !important; } }

@media (max-width: 93.6875em) {
  .pb-xl--40 {
    padding-bottom: 4rem !important; } }

@media (max-width: 93.6875em) {
  .pb-xl--45 {
    padding-bottom: 4.5rem !important; } }

@media (max-width: 93.6875em) {
  .pb-xl--50 {
    padding-bottom: 5rem !important; } }

@media (max-width: 93.6875em) {
  .pb-xl--55 {
    padding-bottom: 5.5rem !important; } }

@media (max-width: 93.6875em) {
  .pb-xl--60 {
    padding-bottom: 6rem !important; } }

@media (max-width: 93.6875em) {
  .pb-xl--65 {
    padding-bottom: 6.5rem !important; } }

@media (max-width: 93.6875em) {
  .pb-xl--70 {
    padding-bottom: 7rem !important; } }

@media (max-width: 93.6875em) {
  .pb-xl--75 {
    padding-bottom: 7.5rem !important; } }

@media (max-width: 93.6875em) {
  .pb-xl--80 {
    padding-bottom: 8rem !important; } }

@media (max-width: 93.6875em) {
  .pb-xl--85 {
    padding-bottom: 8.5rem !important; } }

@media (max-width: 93.6875em) {
  .pb-xl--90 {
    padding-bottom: 9rem !important; } }

@media (max-width: 93.6875em) {
  .pb-xl--95 {
    padding-bottom: 9.5rem !important; } }

@media (max-width: 93.6875em) {
  .pb-xl--100 {
    padding-bottom: 10rem !important; } }

@media (max-width: 93.6875em) {
  .pb-xl--105 {
    padding-bottom: 10.5rem !important; } }

@media (max-width: 93.6875em) {
  .pb-xl--110 {
    padding-bottom: 11rem !important; } }

@media (max-width: 93.6875em) {
  .pb-xl--115 {
    padding-bottom: 11.5rem !important; } }

@media (max-width: 93.6875em) {
  .pb-xl--120 {
    padding-bottom: 12rem !important; } }

@media (max-width: 93.6875em) {
  .pb-xl--125 {
    padding-bottom: 12.5rem !important; } }

@media (max-width: 93.6875em) {
  .pb-xl--130 {
    padding-bottom: 13rem !important; } }

@media (max-width: 93.6875em) {
  .pb-xl--135 {
    padding-bottom: 13.5rem !important; } }

@media (max-width: 93.6875em) {
  .pb-xl--140 {
    padding-bottom: 14rem !important; } }

@media (max-width: 93.6875em) {
  .pb-xl--145 {
    padding-bottom: 14.5rem !important; } }

@media (max-width: 93.6875em) {
  .pb-xl--150 {
    padding-bottom: 15rem !important; } }

@media (max-width: 93.6875em) {
  .pb-xl--155 {
    padding-bottom: 15.5rem !important; } }

@media (max-width: 93.6875em) {
  .pb-xl--160 {
    padding-bottom: 16rem !important; } }

@media (max-width: 93.6875em) {
  .pb-xl--165 {
    padding-bottom: 16.5rem !important; } }

@media (max-width: 93.6875em) {
  .pb-xl--170 {
    padding-bottom: 17rem !important; } }

@media (max-width: 93.6875em) {
  .pb-xl--175 {
    padding-bottom: 17.5rem !important; } }

@media (max-width: 93.6875em) {
  .pb-xl--180 {
    padding-bottom: 18rem !important; } }

@media (max-width: 93.6875em) {
  .pb-xl--185 {
    padding-bottom: 18.5rem !important; } }

@media (max-width: 93.6875em) {
  .pb-xl--190 {
    padding-bottom: 19rem !important; } }

@media (max-width: 93.6875em) {
  .pb-xl--195 {
    padding-bottom: 19.5rem !important; } }

@media (max-width: 93.6875em) {
  .pb-xl--200 {
    padding-bottom: 20rem !important; } }

@media (max-width: 93.6875em) {
  .pb-xl--205 {
    padding-bottom: 20.5rem !important; } }

@media (max-width: 93.6875em) {
  .pb-xl--210 {
    padding-bottom: 21rem !important; } }

@media (max-width: 93.6875em) {
  .pb-xl--215 {
    padding-bottom: 21.5rem !important; } }

@media (max-width: 93.6875em) {
  .pb-xl--220 {
    padding-bottom: 22rem !important; } }

@media (max-width: 93.6875em) {
  .pb-xl--225 {
    padding-bottom: 22.5rem !important; } }

@media (max-width: 93.6875em) {
  .pb-xl--230 {
    padding-bottom: 23rem !important; } }

@media (max-width: 93.6875em) {
  .pb-xl--235 {
    padding-bottom: 23.5rem !important; } }

@media (max-width: 93.6875em) {
  .pb-xl--240 {
    padding-bottom: 24rem !important; } }

@media (max-width: 93.6875em) {
  .pb-xl--245 {
    padding-bottom: 24.5rem !important; } }

@media (max-width: 93.6875em) {
  .pb-xl--250 {
    padding-bottom: 25rem !important; } }

@media (max-width: 93.6875em) {
  .pb-xl--255 {
    padding-bottom: 25.5rem !important; } }

@media (max-width: 93.6875em) {
  .pb-xl--260 {
    padding-bottom: 26rem !important; } }

@media (max-width: 93.6875em) {
  .pb-xl--265 {
    padding-bottom: 26.5rem !important; } }

@media (max-width: 93.6875em) {
  .pb-xl--270 {
    padding-bottom: 27rem !important; } }

@media (max-width: 93.6875em) {
  .pb-xl--275 {
    padding-bottom: 27.5rem !important; } }

@media (max-width: 93.6875em) {
  .pb-xl--280 {
    padding-bottom: 28rem !important; } }

@media (max-width: 93.6875em) {
  .pb-xl--285 {
    padding-bottom: 28.5rem !important; } }

@media (max-width: 93.6875em) {
  .pb-xl--290 {
    padding-bottom: 29rem !important; } }

@media (max-width: 93.6875em) {
  .pb-xl--295 {
    padding-bottom: 29.5rem !important; } }

@media (max-width: 93.6875em) {
  .pb-xl--300 {
    padding-bottom: 30rem !important; } }

@media (max-width: 74.9375em) {
  .pb-lg--0 {
    padding-bottom: 0rem !important; } }

@media (max-width: 74.9375em) {
  .pb-lg--5 {
    padding-bottom: 0.5rem !important; } }

@media (max-width: 74.9375em) {
  .pb-lg--10 {
    padding-bottom: 1rem !important; } }

@media (max-width: 74.9375em) {
  .pb-lg--15 {
    padding-bottom: 1.5rem !important; } }

@media (max-width: 74.9375em) {
  .pb-lg--20 {
    padding-bottom: 2rem !important; } }

@media (max-width: 74.9375em) {
  .pb-lg--25 {
    padding-bottom: 2.5rem !important; } }

@media (max-width: 74.9375em) {
  .pb-lg--30 {
    padding-bottom: 3rem !important; } }

@media (max-width: 74.9375em) {
  .pb-lg--35 {
    padding-bottom: 3.5rem !important; } }

@media (max-width: 74.9375em) {
  .pb-lg--40 {
    padding-bottom: 4rem !important; } }

@media (max-width: 74.9375em) {
  .pb-lg--45 {
    padding-bottom: 4.5rem !important; } }

@media (max-width: 74.9375em) {
  .pb-lg--50 {
    padding-bottom: 5rem !important; } }

@media (max-width: 74.9375em) {
  .pb-lg--55 {
    padding-bottom: 5.5rem !important; } }

@media (max-width: 74.9375em) {
  .pb-lg--60 {
    padding-bottom: 6rem !important; } }

@media (max-width: 74.9375em) {
  .pb-lg--65 {
    padding-bottom: 6.5rem !important; } }

@media (max-width: 74.9375em) {
  .pb-lg--70 {
    padding-bottom: 7rem !important; } }

@media (max-width: 74.9375em) {
  .pb-lg--75 {
    padding-bottom: 7.5rem !important; } }

@media (max-width: 74.9375em) {
  .pb-lg--80 {
    padding-bottom: 8rem !important; } }

@media (max-width: 74.9375em) {
  .pb-lg--85 {
    padding-bottom: 8.5rem !important; } }

@media (max-width: 74.9375em) {
  .pb-lg--90 {
    padding-bottom: 9rem !important; } }

@media (max-width: 74.9375em) {
  .pb-lg--95 {
    padding-bottom: 9.5rem !important; } }

@media (max-width: 74.9375em) {
  .pb-lg--100 {
    padding-bottom: 10rem !important; } }

@media (max-width: 74.9375em) {
  .pb-lg--105 {
    padding-bottom: 10.5rem !important; } }

@media (max-width: 74.9375em) {
  .pb-lg--110 {
    padding-bottom: 11rem !important; } }

@media (max-width: 74.9375em) {
  .pb-lg--115 {
    padding-bottom: 11.5rem !important; } }

@media (max-width: 74.9375em) {
  .pb-lg--120 {
    padding-bottom: 12rem !important; } }

@media (max-width: 74.9375em) {
  .pb-lg--125 {
    padding-bottom: 12.5rem !important; } }

@media (max-width: 74.9375em) {
  .pb-lg--130 {
    padding-bottom: 13rem !important; } }

@media (max-width: 74.9375em) {
  .pb-lg--135 {
    padding-bottom: 13.5rem !important; } }

@media (max-width: 74.9375em) {
  .pb-lg--140 {
    padding-bottom: 14rem !important; } }

@media (max-width: 74.9375em) {
  .pb-lg--145 {
    padding-bottom: 14.5rem !important; } }

@media (max-width: 74.9375em) {
  .pb-lg--150 {
    padding-bottom: 15rem !important; } }

@media (max-width: 74.9375em) {
  .pb-lg--155 {
    padding-bottom: 15.5rem !important; } }

@media (max-width: 74.9375em) {
  .pb-lg--160 {
    padding-bottom: 16rem !important; } }

@media (max-width: 74.9375em) {
  .pb-lg--165 {
    padding-bottom: 16.5rem !important; } }

@media (max-width: 74.9375em) {
  .pb-lg--170 {
    padding-bottom: 17rem !important; } }

@media (max-width: 74.9375em) {
  .pb-lg--175 {
    padding-bottom: 17.5rem !important; } }

@media (max-width: 74.9375em) {
  .pb-lg--180 {
    padding-bottom: 18rem !important; } }

@media (max-width: 74.9375em) {
  .pb-lg--185 {
    padding-bottom: 18.5rem !important; } }

@media (max-width: 74.9375em) {
  .pb-lg--190 {
    padding-bottom: 19rem !important; } }

@media (max-width: 74.9375em) {
  .pb-lg--195 {
    padding-bottom: 19.5rem !important; } }

@media (max-width: 74.9375em) {
  .pb-lg--200 {
    padding-bottom: 20rem !important; } }

@media (max-width: 74.9375em) {
  .pb-lg--205 {
    padding-bottom: 20.5rem !important; } }

@media (max-width: 74.9375em) {
  .pb-lg--210 {
    padding-bottom: 21rem !important; } }

@media (max-width: 74.9375em) {
  .pb-lg--215 {
    padding-bottom: 21.5rem !important; } }

@media (max-width: 74.9375em) {
  .pb-lg--220 {
    padding-bottom: 22rem !important; } }

@media (max-width: 74.9375em) {
  .pb-lg--225 {
    padding-bottom: 22.5rem !important; } }

@media (max-width: 74.9375em) {
  .pb-lg--230 {
    padding-bottom: 23rem !important; } }

@media (max-width: 74.9375em) {
  .pb-lg--235 {
    padding-bottom: 23.5rem !important; } }

@media (max-width: 74.9375em) {
  .pb-lg--240 {
    padding-bottom: 24rem !important; } }

@media (max-width: 74.9375em) {
  .pb-lg--245 {
    padding-bottom: 24.5rem !important; } }

@media (max-width: 74.9375em) {
  .pb-lg--250 {
    padding-bottom: 25rem !important; } }

@media (max-width: 74.9375em) {
  .pb-lg--255 {
    padding-bottom: 25.5rem !important; } }

@media (max-width: 74.9375em) {
  .pb-lg--260 {
    padding-bottom: 26rem !important; } }

@media (max-width: 74.9375em) {
  .pb-lg--265 {
    padding-bottom: 26.5rem !important; } }

@media (max-width: 74.9375em) {
  .pb-lg--270 {
    padding-bottom: 27rem !important; } }

@media (max-width: 74.9375em) {
  .pb-lg--275 {
    padding-bottom: 27.5rem !important; } }

@media (max-width: 74.9375em) {
  .pb-lg--280 {
    padding-bottom: 28rem !important; } }

@media (max-width: 74.9375em) {
  .pb-lg--285 {
    padding-bottom: 28.5rem !important; } }

@media (max-width: 74.9375em) {
  .pb-lg--290 {
    padding-bottom: 29rem !important; } }

@media (max-width: 74.9375em) {
  .pb-lg--295 {
    padding-bottom: 29.5rem !important; } }

@media (max-width: 74.9375em) {
  .pb-lg--300 {
    padding-bottom: 30rem !important; } }

@media (max-width: 61.94em) {
  .pb-md--0 {
    padding-bottom: 0rem !important; } }

@media (max-width: 61.94em) {
  .pb-md--5 {
    padding-bottom: 0.5rem !important; } }

@media (max-width: 61.94em) {
  .pb-md--10 {
    padding-bottom: 1rem !important; } }

@media (max-width: 61.94em) {
  .pb-md--15 {
    padding-bottom: 1.5rem !important; } }

@media (max-width: 61.94em) {
  .pb-md--20 {
    padding-bottom: 2rem !important; } }

@media (max-width: 61.94em) {
  .pb-md--25 {
    padding-bottom: 2.5rem !important; } }

@media (max-width: 61.94em) {
  .pb-md--30 {
    padding-bottom: 3rem !important; } }

@media (max-width: 61.94em) {
  .pb-md--35 {
    padding-bottom: 3.5rem !important; } }

@media (max-width: 61.94em) {
  .pb-md--40 {
    padding-bottom: 4rem !important; } }

@media (max-width: 61.94em) {
  .pb-md--45 {
    padding-bottom: 4.5rem !important; } }

@media (max-width: 61.94em) {
  .pb-md--50 {
    padding-bottom: 5rem !important; } }

@media (max-width: 61.94em) {
  .pb-md--55 {
    padding-bottom: 5.5rem !important; } }

@media (max-width: 61.94em) {
  .pb-md--60 {
    padding-bottom: 6rem !important; } }

@media (max-width: 61.94em) {
  .pb-md--65 {
    padding-bottom: 6.5rem !important; } }

@media (max-width: 61.94em) {
  .pb-md--70 {
    padding-bottom: 7rem !important; } }

@media (max-width: 61.94em) {
  .pb-md--75 {
    padding-bottom: 7.5rem !important; } }

@media (max-width: 61.94em) {
  .pb-md--80 {
    padding-bottom: 8rem !important; } }

@media (max-width: 61.94em) {
  .pb-md--85 {
    padding-bottom: 8.5rem !important; } }

@media (max-width: 61.94em) {
  .pb-md--90 {
    padding-bottom: 9rem !important; } }

@media (max-width: 61.94em) {
  .pb-md--95 {
    padding-bottom: 9.5rem !important; } }

@media (max-width: 61.94em) {
  .pb-md--100 {
    padding-bottom: 10rem !important; } }

@media (max-width: 61.94em) {
  .pb-md--105 {
    padding-bottom: 10.5rem !important; } }

@media (max-width: 61.94em) {
  .pb-md--110 {
    padding-bottom: 11rem !important; } }

@media (max-width: 61.94em) {
  .pb-md--115 {
    padding-bottom: 11.5rem !important; } }

@media (max-width: 61.94em) {
  .pb-md--120 {
    padding-bottom: 12rem !important; } }

@media (max-width: 61.94em) {
  .pb-md--125 {
    padding-bottom: 12.5rem !important; } }

@media (max-width: 61.94em) {
  .pb-md--130 {
    padding-bottom: 13rem !important; } }

@media (max-width: 61.94em) {
  .pb-md--135 {
    padding-bottom: 13.5rem !important; } }

@media (max-width: 61.94em) {
  .pb-md--140 {
    padding-bottom: 14rem !important; } }

@media (max-width: 61.94em) {
  .pb-md--145 {
    padding-bottom: 14.5rem !important; } }

@media (max-width: 61.94em) {
  .pb-md--150 {
    padding-bottom: 15rem !important; } }

@media (max-width: 61.94em) {
  .pb-md--155 {
    padding-bottom: 15.5rem !important; } }

@media (max-width: 61.94em) {
  .pb-md--160 {
    padding-bottom: 16rem !important; } }

@media (max-width: 61.94em) {
  .pb-md--165 {
    padding-bottom: 16.5rem !important; } }

@media (max-width: 61.94em) {
  .pb-md--170 {
    padding-bottom: 17rem !important; } }

@media (max-width: 61.94em) {
  .pb-md--175 {
    padding-bottom: 17.5rem !important; } }

@media (max-width: 61.94em) {
  .pb-md--180 {
    padding-bottom: 18rem !important; } }

@media (max-width: 61.94em) {
  .pb-md--185 {
    padding-bottom: 18.5rem !important; } }

@media (max-width: 61.94em) {
  .pb-md--190 {
    padding-bottom: 19rem !important; } }

@media (max-width: 61.94em) {
  .pb-md--195 {
    padding-bottom: 19.5rem !important; } }

@media (max-width: 61.94em) {
  .pb-md--200 {
    padding-bottom: 20rem !important; } }

@media (max-width: 61.94em) {
  .pb-md--205 {
    padding-bottom: 20.5rem !important; } }

@media (max-width: 61.94em) {
  .pb-md--210 {
    padding-bottom: 21rem !important; } }

@media (max-width: 61.94em) {
  .pb-md--215 {
    padding-bottom: 21.5rem !important; } }

@media (max-width: 61.94em) {
  .pb-md--220 {
    padding-bottom: 22rem !important; } }

@media (max-width: 61.94em) {
  .pb-md--225 {
    padding-bottom: 22.5rem !important; } }

@media (max-width: 61.94em) {
  .pb-md--230 {
    padding-bottom: 23rem !important; } }

@media (max-width: 61.94em) {
  .pb-md--235 {
    padding-bottom: 23.5rem !important; } }

@media (max-width: 61.94em) {
  .pb-md--240 {
    padding-bottom: 24rem !important; } }

@media (max-width: 61.94em) {
  .pb-md--245 {
    padding-bottom: 24.5rem !important; } }

@media (max-width: 61.94em) {
  .pb-md--250 {
    padding-bottom: 25rem !important; } }

@media (max-width: 61.94em) {
  .pb-md--255 {
    padding-bottom: 25.5rem !important; } }

@media (max-width: 61.94em) {
  .pb-md--260 {
    padding-bottom: 26rem !important; } }

@media (max-width: 61.94em) {
  .pb-md--265 {
    padding-bottom: 26.5rem !important; } }

@media (max-width: 61.94em) {
  .pb-md--270 {
    padding-bottom: 27rem !important; } }

@media (max-width: 61.94em) {
  .pb-md--275 {
    padding-bottom: 27.5rem !important; } }

@media (max-width: 61.94em) {
  .pb-md--280 {
    padding-bottom: 28rem !important; } }

@media (max-width: 61.94em) {
  .pb-md--285 {
    padding-bottom: 28.5rem !important; } }

@media (max-width: 61.94em) {
  .pb-md--290 {
    padding-bottom: 29rem !important; } }

@media (max-width: 61.94em) {
  .pb-md--295 {
    padding-bottom: 29.5rem !important; } }

@media (max-width: 61.94em) {
  .pb-md--300 {
    padding-bottom: 30rem !important; } }

@media (max-width: 47.94em) {
  .pb-sm--0 {
    padding-bottom: 0rem !important; } }

@media (max-width: 47.94em) {
  .pb-sm--5 {
    padding-bottom: 0.5rem !important; } }

@media (max-width: 47.94em) {
  .pb-sm--10 {
    padding-bottom: 1rem !important; } }

@media (max-width: 47.94em) {
  .pb-sm--15 {
    padding-bottom: 1.5rem !important; } }

@media (max-width: 47.94em) {
  .pb-sm--20 {
    padding-bottom: 2rem !important; } }

@media (max-width: 47.94em) {
  .pb-sm--25 {
    padding-bottom: 2.5rem !important; } }

@media (max-width: 47.94em) {
  .pb-sm--30 {
    padding-bottom: 3rem !important; } }

@media (max-width: 47.94em) {
  .pb-sm--35 {
    padding-bottom: 3.5rem !important; } }

@media (max-width: 47.94em) {
  .pb-sm--40 {
    padding-bottom: 4rem !important; } }

@media (max-width: 47.94em) {
  .pb-sm--45 {
    padding-bottom: 4.5rem !important; } }

@media (max-width: 47.94em) {
  .pb-sm--50 {
    padding-bottom: 5rem !important; } }

@media (max-width: 47.94em) {
  .pb-sm--55 {
    padding-bottom: 5.5rem !important; } }

@media (max-width: 47.94em) {
  .pb-sm--60 {
    padding-bottom: 6rem !important; } }

@media (max-width: 47.94em) {
  .pb-sm--65 {
    padding-bottom: 6.5rem !important; } }

@media (max-width: 47.94em) {
  .pb-sm--70 {
    padding-bottom: 7rem !important; } }

@media (max-width: 47.94em) {
  .pb-sm--75 {
    padding-bottom: 7.5rem !important; } }

@media (max-width: 47.94em) {
  .pb-sm--80 {
    padding-bottom: 8rem !important; } }

@media (max-width: 47.94em) {
  .pb-sm--85 {
    padding-bottom: 8.5rem !important; } }

@media (max-width: 47.94em) {
  .pb-sm--90 {
    padding-bottom: 9rem !important; } }

@media (max-width: 47.94em) {
  .pb-sm--95 {
    padding-bottom: 9.5rem !important; } }

@media (max-width: 47.94em) {
  .pb-sm--100 {
    padding-bottom: 10rem !important; } }

@media (max-width: 47.94em) {
  .pb-sm--105 {
    padding-bottom: 10.5rem !important; } }

@media (max-width: 47.94em) {
  .pb-sm--110 {
    padding-bottom: 11rem !important; } }

@media (max-width: 47.94em) {
  .pb-sm--115 {
    padding-bottom: 11.5rem !important; } }

@media (max-width: 47.94em) {
  .pb-sm--120 {
    padding-bottom: 12rem !important; } }

@media (max-width: 47.94em) {
  .pb-sm--125 {
    padding-bottom: 12.5rem !important; } }

@media (max-width: 47.94em) {
  .pb-sm--130 {
    padding-bottom: 13rem !important; } }

@media (max-width: 47.94em) {
  .pb-sm--135 {
    padding-bottom: 13.5rem !important; } }

@media (max-width: 47.94em) {
  .pb-sm--140 {
    padding-bottom: 14rem !important; } }

@media (max-width: 47.94em) {
  .pb-sm--145 {
    padding-bottom: 14.5rem !important; } }

@media (max-width: 47.94em) {
  .pb-sm--150 {
    padding-bottom: 15rem !important; } }

@media (max-width: 47.94em) {
  .pb-sm--155 {
    padding-bottom: 15.5rem !important; } }

@media (max-width: 47.94em) {
  .pb-sm--160 {
    padding-bottom: 16rem !important; } }

@media (max-width: 47.94em) {
  .pb-sm--165 {
    padding-bottom: 16.5rem !important; } }

@media (max-width: 47.94em) {
  .pb-sm--170 {
    padding-bottom: 17rem !important; } }

@media (max-width: 47.94em) {
  .pb-sm--175 {
    padding-bottom: 17.5rem !important; } }

@media (max-width: 47.94em) {
  .pb-sm--180 {
    padding-bottom: 18rem !important; } }

@media (max-width: 47.94em) {
  .pb-sm--185 {
    padding-bottom: 18.5rem !important; } }

@media (max-width: 47.94em) {
  .pb-sm--190 {
    padding-bottom: 19rem !important; } }

@media (max-width: 47.94em) {
  .pb-sm--195 {
    padding-bottom: 19.5rem !important; } }

@media (max-width: 47.94em) {
  .pb-sm--200 {
    padding-bottom: 20rem !important; } }

@media (max-width: 47.94em) {
  .pb-sm--205 {
    padding-bottom: 20.5rem !important; } }

@media (max-width: 47.94em) {
  .pb-sm--210 {
    padding-bottom: 21rem !important; } }

@media (max-width: 47.94em) {
  .pb-sm--215 {
    padding-bottom: 21.5rem !important; } }

@media (max-width: 47.94em) {
  .pb-sm--220 {
    padding-bottom: 22rem !important; } }

@media (max-width: 47.94em) {
  .pb-sm--225 {
    padding-bottom: 22.5rem !important; } }

@media (max-width: 47.94em) {
  .pb-sm--230 {
    padding-bottom: 23rem !important; } }

@media (max-width: 47.94em) {
  .pb-sm--235 {
    padding-bottom: 23.5rem !important; } }

@media (max-width: 47.94em) {
  .pb-sm--240 {
    padding-bottom: 24rem !important; } }

@media (max-width: 47.94em) {
  .pb-sm--245 {
    padding-bottom: 24.5rem !important; } }

@media (max-width: 47.94em) {
  .pb-sm--250 {
    padding-bottom: 25rem !important; } }

@media (max-width: 47.94em) {
  .pb-sm--255 {
    padding-bottom: 25.5rem !important; } }

@media (max-width: 47.94em) {
  .pb-sm--260 {
    padding-bottom: 26rem !important; } }

@media (max-width: 47.94em) {
  .pb-sm--265 {
    padding-bottom: 26.5rem !important; } }

@media (max-width: 47.94em) {
  .pb-sm--270 {
    padding-bottom: 27rem !important; } }

@media (max-width: 47.94em) {
  .pb-sm--275 {
    padding-bottom: 27.5rem !important; } }

@media (max-width: 47.94em) {
  .pb-sm--280 {
    padding-bottom: 28rem !important; } }

@media (max-width: 47.94em) {
  .pb-sm--285 {
    padding-bottom: 28.5rem !important; } }

@media (max-width: 47.94em) {
  .pb-sm--290 {
    padding-bottom: 29rem !important; } }

@media (max-width: 47.94em) {
  .pb-sm--295 {
    padding-bottom: 29.5rem !important; } }

@media (max-width: 47.94em) {
  .pb-sm--300 {
    padding-bottom: 30rem !important; } }

@media (max-width: 35.94em) {
  .pb-xs--0 {
    padding-bottom: 0rem !important; } }

@media (max-width: 35.94em) {
  .pb-xs--5 {
    padding-bottom: 0.5rem !important; } }

@media (max-width: 35.94em) {
  .pb-xs--10 {
    padding-bottom: 1rem !important; } }

@media (max-width: 35.94em) {
  .pb-xs--15 {
    padding-bottom: 1.5rem !important; } }

@media (max-width: 35.94em) {
  .pb-xs--20 {
    padding-bottom: 2rem !important; } }

@media (max-width: 35.94em) {
  .pb-xs--25 {
    padding-bottom: 2.5rem !important; } }

@media (max-width: 35.94em) {
  .pb-xs--30 {
    padding-bottom: 3rem !important; } }

@media (max-width: 35.94em) {
  .pb-xs--35 {
    padding-bottom: 3.5rem !important; } }

@media (max-width: 35.94em) {
  .pb-xs--40 {
    padding-bottom: 4rem !important; } }

@media (max-width: 35.94em) {
  .pb-xs--45 {
    padding-bottom: 4.5rem !important; } }

@media (max-width: 35.94em) {
  .pb-xs--50 {
    padding-bottom: 5rem !important; } }

@media (max-width: 35.94em) {
  .pb-xs--55 {
    padding-bottom: 5.5rem !important; } }

@media (max-width: 35.94em) {
  .pb-xs--60 {
    padding-bottom: 6rem !important; } }

@media (max-width: 35.94em) {
  .pb-xs--65 {
    padding-bottom: 6.5rem !important; } }

@media (max-width: 35.94em) {
  .pb-xs--70 {
    padding-bottom: 7rem !important; } }

@media (max-width: 35.94em) {
  .pb-xs--75 {
    padding-bottom: 7.5rem !important; } }

@media (max-width: 35.94em) {
  .pb-xs--80 {
    padding-bottom: 8rem !important; } }

@media (max-width: 35.94em) {
  .pb-xs--85 {
    padding-bottom: 8.5rem !important; } }

@media (max-width: 35.94em) {
  .pb-xs--90 {
    padding-bottom: 9rem !important; } }

@media (max-width: 35.94em) {
  .pb-xs--95 {
    padding-bottom: 9.5rem !important; } }

@media (max-width: 35.94em) {
  .pb-xs--100 {
    padding-bottom: 10rem !important; } }

@media (max-width: 35.94em) {
  .pb-xs--105 {
    padding-bottom: 10.5rem !important; } }

@media (max-width: 35.94em) {
  .pb-xs--110 {
    padding-bottom: 11rem !important; } }

@media (max-width: 35.94em) {
  .pb-xs--115 {
    padding-bottom: 11.5rem !important; } }

@media (max-width: 35.94em) {
  .pb-xs--120 {
    padding-bottom: 12rem !important; } }

@media (max-width: 35.94em) {
  .pb-xs--125 {
    padding-bottom: 12.5rem !important; } }

@media (max-width: 35.94em) {
  .pb-xs--130 {
    padding-bottom: 13rem !important; } }

@media (max-width: 35.94em) {
  .pb-xs--135 {
    padding-bottom: 13.5rem !important; } }

@media (max-width: 35.94em) {
  .pb-xs--140 {
    padding-bottom: 14rem !important; } }

@media (max-width: 35.94em) {
  .pb-xs--145 {
    padding-bottom: 14.5rem !important; } }

@media (max-width: 35.94em) {
  .pb-xs--150 {
    padding-bottom: 15rem !important; } }

@media (max-width: 35.94em) {
  .pb-xs--155 {
    padding-bottom: 15.5rem !important; } }

@media (max-width: 35.94em) {
  .pb-xs--160 {
    padding-bottom: 16rem !important; } }

@media (max-width: 35.94em) {
  .pb-xs--165 {
    padding-bottom: 16.5rem !important; } }

@media (max-width: 35.94em) {
  .pb-xs--170 {
    padding-bottom: 17rem !important; } }

@media (max-width: 35.94em) {
  .pb-xs--175 {
    padding-bottom: 17.5rem !important; } }

@media (max-width: 35.94em) {
  .pb-xs--180 {
    padding-bottom: 18rem !important; } }

@media (max-width: 35.94em) {
  .pb-xs--185 {
    padding-bottom: 18.5rem !important; } }

@media (max-width: 35.94em) {
  .pb-xs--190 {
    padding-bottom: 19rem !important; } }

@media (max-width: 35.94em) {
  .pb-xs--195 {
    padding-bottom: 19.5rem !important; } }

@media (max-width: 35.94em) {
  .pb-xs--200 {
    padding-bottom: 20rem !important; } }

.pt--0 {
  padding-top: 0rem !important; }

.pt--5 {
  padding-top: 0.5rem !important; }

.pt--10 {
  padding-top: 1rem !important; }

.pt--15 {
  padding-top: 1.5rem !important; }

.pt--20 {
  padding-top: 2rem !important; }

.pt--25 {
  padding-top: 2.5rem !important; }

.pt--30 {
  padding-top: 3rem !important; }

.pt--35 {
  padding-top: 3.5rem !important; }

.pt--40 {
  padding-top: 4rem !important; }

.pt--45 {
  padding-top: 4.5rem !important; }

.pt--50 {
  padding-top: 5rem !important; }

.pt--55 {
  padding-top: 5.5rem !important; }

.pt--60 {
  padding-top: 6rem !important; }

.pt--65 {
  padding-top: 6.5rem !important; }

.pt--70 {
  padding-top: 7rem !important; }

.pt--75 {
  padding-top: 7.5rem !important; }

.pt--80 {
  padding-top: 8rem !important; }

.pt--85 {
  padding-top: 8.5rem !important; }

.pt--90 {
  padding-top: 9rem !important; }

.pt--95 {
  padding-top: 9.5rem !important; }

.pt--100 {
  padding-top: 10rem !important; }

.pt--105 {
  padding-top: 10.5rem !important; }

.pt--110 {
  padding-top: 11rem !important; }

.pt--115 {
  padding-top: 11.5rem !important; }

.pt--120 {
  padding-top: 12rem !important; }

.pt--125 {
  padding-top: 12.5rem !important; }

.pt--130 {
  padding-top: 13rem !important; }

.pt--135 {
  padding-top: 13.5rem !important; }

.pt--140 {
  padding-top: 14rem !important; }

.pt--145 {
  padding-top: 14.5rem !important; }

.pt--150 {
  padding-top: 15rem !important; }

.pt--155 {
  padding-top: 15.5rem !important; }

.pt--160 {
  padding-top: 16rem !important; }

.pt--165 {
  padding-top: 16.5rem !important; }

.pt--170 {
  padding-top: 17rem !important; }

.pt--175 {
  padding-top: 17.5rem !important; }

.pt--180 {
  padding-top: 18rem !important; }

.pt--185 {
  padding-top: 18.5rem !important; }

.pt--190 {
  padding-top: 19rem !important; }

.pt--195 {
  padding-top: 19.5rem !important; }

.pt--200 {
  padding-top: 20rem !important; }

.pt--205 {
  padding-top: 20.5rem !important; }

.pt--210 {
  padding-top: 21rem !important; }

.pt--215 {
  padding-top: 21.5rem !important; }

.pt--220 {
  padding-top: 22rem !important; }

.pt--225 {
  padding-top: 22.5rem !important; }

.pt--230 {
  padding-top: 23rem !important; }

.pt--235 {
  padding-top: 23.5rem !important; }

.pt--240 {
  padding-top: 24rem !important; }

.pt--245 {
  padding-top: 24.5rem !important; }

.pt--250 {
  padding-top: 25rem !important; }

.pt--255 {
  padding-top: 25.5rem !important; }

.pt--260 {
  padding-top: 26rem !important; }

.pt--265 {
  padding-top: 26.5rem !important; }

.pt--270 {
  padding-top: 27rem !important; }

.pt--275 {
  padding-top: 27.5rem !important; }

.pt--280 {
  padding-top: 28rem !important; }

.pt--285 {
  padding-top: 28.5rem !important; }

.pt--290 {
  padding-top: 29rem !important; }

.pt--295 {
  padding-top: 29.5rem !important; }

.pt--300 {
  padding-top: 30rem !important; }

@media (max-width: 93.6875em) {
  .pt-xl--0 {
    padding-top: 0rem !important; } }

@media (max-width: 93.6875em) {
  .pt-xl--5 {
    padding-top: 0.5rem !important; } }

@media (max-width: 93.6875em) {
  .pt-xl--10 {
    padding-top: 1rem !important; } }

@media (max-width: 93.6875em) {
  .pt-xl--15 {
    padding-top: 1.5rem !important; } }

@media (max-width: 93.6875em) {
  .pt-xl--20 {
    padding-top: 2rem !important; } }

@media (max-width: 93.6875em) {
  .pt-xl--25 {
    padding-top: 2.5rem !important; } }

@media (max-width: 93.6875em) {
  .pt-xl--30 {
    padding-top: 3rem !important; } }

@media (max-width: 93.6875em) {
  .pt-xl--35 {
    padding-top: 3.5rem !important; } }

@media (max-width: 93.6875em) {
  .pt-xl--40 {
    padding-top: 4rem !important; } }

@media (max-width: 93.6875em) {
  .pt-xl--45 {
    padding-top: 4.5rem !important; } }

@media (max-width: 93.6875em) {
  .pt-xl--50 {
    padding-top: 5rem !important; } }

@media (max-width: 93.6875em) {
  .pt-xl--55 {
    padding-top: 5.5rem !important; } }

@media (max-width: 93.6875em) {
  .pt-xl--60 {
    padding-top: 6rem !important; } }

@media (max-width: 93.6875em) {
  .pt-xl--65 {
    padding-top: 6.5rem !important; } }

@media (max-width: 93.6875em) {
  .pt-xl--70 {
    padding-top: 7rem !important; } }

@media (max-width: 93.6875em) {
  .pt-xl--75 {
    padding-top: 7.5rem !important; } }

@media (max-width: 93.6875em) {
  .pt-xl--80 {
    padding-top: 8rem !important; } }

@media (max-width: 93.6875em) {
  .pt-xl--85 {
    padding-top: 8.5rem !important; } }

@media (max-width: 93.6875em) {
  .pt-xl--90 {
    padding-top: 9rem !important; } }

@media (max-width: 93.6875em) {
  .pt-xl--95 {
    padding-top: 9.5rem !important; } }

@media (max-width: 93.6875em) {
  .pt-xl--100 {
    padding-top: 10rem !important; } }

@media (max-width: 93.6875em) {
  .pt-xl--105 {
    padding-top: 10.5rem !important; } }

@media (max-width: 93.6875em) {
  .pt-xl--110 {
    padding-top: 11rem !important; } }

@media (max-width: 93.6875em) {
  .pt-xl--115 {
    padding-top: 11.5rem !important; } }

@media (max-width: 93.6875em) {
  .pt-xl--120 {
    padding-top: 12rem !important; } }

@media (max-width: 93.6875em) {
  .pt-xl--125 {
    padding-top: 12.5rem !important; } }

@media (max-width: 93.6875em) {
  .pt-xl--130 {
    padding-top: 13rem !important; } }

@media (max-width: 93.6875em) {
  .pt-xl--135 {
    padding-top: 13.5rem !important; } }

@media (max-width: 93.6875em) {
  .pt-xl--140 {
    padding-top: 14rem !important; } }

@media (max-width: 93.6875em) {
  .pt-xl--145 {
    padding-top: 14.5rem !important; } }

@media (max-width: 93.6875em) {
  .pt-xl--150 {
    padding-top: 15rem !important; } }

@media (max-width: 93.6875em) {
  .pt-xl--155 {
    padding-top: 15.5rem !important; } }

@media (max-width: 93.6875em) {
  .pt-xl--160 {
    padding-top: 16rem !important; } }

@media (max-width: 93.6875em) {
  .pt-xl--165 {
    padding-top: 16.5rem !important; } }

@media (max-width: 93.6875em) {
  .pt-xl--170 {
    padding-top: 17rem !important; } }

@media (max-width: 93.6875em) {
  .pt-xl--175 {
    padding-top: 17.5rem !important; } }

@media (max-width: 93.6875em) {
  .pt-xl--180 {
    padding-top: 18rem !important; } }

@media (max-width: 93.6875em) {
  .pt-xl--185 {
    padding-top: 18.5rem !important; } }

@media (max-width: 93.6875em) {
  .pt-xl--190 {
    padding-top: 19rem !important; } }

@media (max-width: 93.6875em) {
  .pt-xl--195 {
    padding-top: 19.5rem !important; } }

@media (max-width: 93.6875em) {
  .pt-xl--200 {
    padding-top: 20rem !important; } }

@media (max-width: 93.6875em) {
  .pt-xl--205 {
    padding-top: 20.5rem !important; } }

@media (max-width: 93.6875em) {
  .pt-xl--210 {
    padding-top: 21rem !important; } }

@media (max-width: 93.6875em) {
  .pt-xl--215 {
    padding-top: 21.5rem !important; } }

@media (max-width: 93.6875em) {
  .pt-xl--220 {
    padding-top: 22rem !important; } }

@media (max-width: 93.6875em) {
  .pt-xl--225 {
    padding-top: 22.5rem !important; } }

@media (max-width: 93.6875em) {
  .pt-xl--230 {
    padding-top: 23rem !important; } }

@media (max-width: 93.6875em) {
  .pt-xl--235 {
    padding-top: 23.5rem !important; } }

@media (max-width: 93.6875em) {
  .pt-xl--240 {
    padding-top: 24rem !important; } }

@media (max-width: 93.6875em) {
  .pt-xl--245 {
    padding-top: 24.5rem !important; } }

@media (max-width: 93.6875em) {
  .pt-xl--250 {
    padding-top: 25rem !important; } }

@media (max-width: 93.6875em) {
  .pt-xl--255 {
    padding-top: 25.5rem !important; } }

@media (max-width: 93.6875em) {
  .pt-xl--260 {
    padding-top: 26rem !important; } }

@media (max-width: 93.6875em) {
  .pt-xl--265 {
    padding-top: 26.5rem !important; } }

@media (max-width: 93.6875em) {
  .pt-xl--270 {
    padding-top: 27rem !important; } }

@media (max-width: 93.6875em) {
  .pt-xl--275 {
    padding-top: 27.5rem !important; } }

@media (max-width: 93.6875em) {
  .pt-xl--280 {
    padding-top: 28rem !important; } }

@media (max-width: 93.6875em) {
  .pt-xl--285 {
    padding-top: 28.5rem !important; } }

@media (max-width: 93.6875em) {
  .pt-xl--290 {
    padding-top: 29rem !important; } }

@media (max-width: 93.6875em) {
  .pt-xl--295 {
    padding-top: 29.5rem !important; } }

@media (max-width: 93.6875em) {
  .pt-xl--300 {
    padding-top: 30rem !important; } }

@media (max-width: 74.9375em) {
  .pt-lg--0 {
    padding-top: 0rem !important; } }

@media (max-width: 74.9375em) {
  .pt-lg--5 {
    padding-top: 0.5rem !important; } }

@media (max-width: 74.9375em) {
  .pt-lg--10 {
    padding-top: 1rem !important; } }

@media (max-width: 74.9375em) {
  .pt-lg--15 {
    padding-top: 1.5rem !important; } }

@media (max-width: 74.9375em) {
  .pt-lg--20 {
    padding-top: 2rem !important; } }

@media (max-width: 74.9375em) {
  .pt-lg--25 {
    padding-top: 2.5rem !important; } }

@media (max-width: 74.9375em) {
  .pt-lg--30 {
    padding-top: 3rem !important; } }

@media (max-width: 74.9375em) {
  .pt-lg--35 {
    padding-top: 3.5rem !important; } }

@media (max-width: 74.9375em) {
  .pt-lg--40 {
    padding-top: 4rem !important; } }

@media (max-width: 74.9375em) {
  .pt-lg--45 {
    padding-top: 4.5rem !important; } }

@media (max-width: 74.9375em) {
  .pt-lg--50 {
    padding-top: 5rem !important; } }

@media (max-width: 74.9375em) {
  .pt-lg--55 {
    padding-top: 5.5rem !important; } }

@media (max-width: 74.9375em) {
  .pt-lg--60 {
    padding-top: 6rem !important; } }

@media (max-width: 74.9375em) {
  .pt-lg--65 {
    padding-top: 6.5rem !important; } }

@media (max-width: 74.9375em) {
  .pt-lg--70 {
    padding-top: 7rem !important; } }

@media (max-width: 74.9375em) {
  .pt-lg--75 {
    padding-top: 7.5rem !important; } }

@media (max-width: 74.9375em) {
  .pt-lg--80 {
    padding-top: 8rem !important; } }

@media (max-width: 74.9375em) {
  .pt-lg--85 {
    padding-top: 8.5rem !important; } }

@media (max-width: 74.9375em) {
  .pt-lg--90 {
    padding-top: 9rem !important; } }

@media (max-width: 74.9375em) {
  .pt-lg--95 {
    padding-top: 9.5rem !important; } }

@media (max-width: 74.9375em) {
  .pt-lg--100 {
    padding-top: 10rem !important; } }

@media (max-width: 74.9375em) {
  .pt-lg--105 {
    padding-top: 10.5rem !important; } }

@media (max-width: 74.9375em) {
  .pt-lg--110 {
    padding-top: 11rem !important; } }

@media (max-width: 74.9375em) {
  .pt-lg--115 {
    padding-top: 11.5rem !important; } }

@media (max-width: 74.9375em) {
  .pt-lg--120 {
    padding-top: 12rem !important; } }

@media (max-width: 74.9375em) {
  .pt-lg--125 {
    padding-top: 12.5rem !important; } }

@media (max-width: 74.9375em) {
  .pt-lg--130 {
    padding-top: 13rem !important; } }

@media (max-width: 74.9375em) {
  .pt-lg--135 {
    padding-top: 13.5rem !important; } }

@media (max-width: 74.9375em) {
  .pt-lg--140 {
    padding-top: 14rem !important; } }

@media (max-width: 74.9375em) {
  .pt-lg--145 {
    padding-top: 14.5rem !important; } }

@media (max-width: 74.9375em) {
  .pt-lg--150 {
    padding-top: 15rem !important; } }

@media (max-width: 74.9375em) {
  .pt-lg--155 {
    padding-top: 15.5rem !important; } }

@media (max-width: 74.9375em) {
  .pt-lg--160 {
    padding-top: 16rem !important; } }

@media (max-width: 74.9375em) {
  .pt-lg--165 {
    padding-top: 16.5rem !important; } }

@media (max-width: 74.9375em) {
  .pt-lg--170 {
    padding-top: 17rem !important; } }

@media (max-width: 74.9375em) {
  .pt-lg--175 {
    padding-top: 17.5rem !important; } }

@media (max-width: 74.9375em) {
  .pt-lg--180 {
    padding-top: 18rem !important; } }

@media (max-width: 74.9375em) {
  .pt-lg--185 {
    padding-top: 18.5rem !important; } }

@media (max-width: 74.9375em) {
  .pt-lg--190 {
    padding-top: 19rem !important; } }

@media (max-width: 74.9375em) {
  .pt-lg--195 {
    padding-top: 19.5rem !important; } }

@media (max-width: 74.9375em) {
  .pt-lg--200 {
    padding-top: 20rem !important; } }

@media (max-width: 74.9375em) {
  .pt-lg--205 {
    padding-top: 20.5rem !important; } }

@media (max-width: 74.9375em) {
  .pt-lg--210 {
    padding-top: 21rem !important; } }

@media (max-width: 74.9375em) {
  .pt-lg--215 {
    padding-top: 21.5rem !important; } }

@media (max-width: 74.9375em) {
  .pt-lg--220 {
    padding-top: 22rem !important; } }

@media (max-width: 74.9375em) {
  .pt-lg--225 {
    padding-top: 22.5rem !important; } }

@media (max-width: 74.9375em) {
  .pt-lg--230 {
    padding-top: 23rem !important; } }

@media (max-width: 74.9375em) {
  .pt-lg--235 {
    padding-top: 23.5rem !important; } }

@media (max-width: 74.9375em) {
  .pt-lg--240 {
    padding-top: 24rem !important; } }

@media (max-width: 74.9375em) {
  .pt-lg--245 {
    padding-top: 24.5rem !important; } }

@media (max-width: 74.9375em) {
  .pt-lg--250 {
    padding-top: 25rem !important; } }

@media (max-width: 74.9375em) {
  .pt-lg--255 {
    padding-top: 25.5rem !important; } }

@media (max-width: 74.9375em) {
  .pt-lg--260 {
    padding-top: 26rem !important; } }

@media (max-width: 74.9375em) {
  .pt-lg--265 {
    padding-top: 26.5rem !important; } }

@media (max-width: 74.9375em) {
  .pt-lg--270 {
    padding-top: 27rem !important; } }

@media (max-width: 74.9375em) {
  .pt-lg--275 {
    padding-top: 27.5rem !important; } }

@media (max-width: 74.9375em) {
  .pt-lg--280 {
    padding-top: 28rem !important; } }

@media (max-width: 74.9375em) {
  .pt-lg--285 {
    padding-top: 28.5rem !important; } }

@media (max-width: 74.9375em) {
  .pt-lg--290 {
    padding-top: 29rem !important; } }

@media (max-width: 74.9375em) {
  .pt-lg--295 {
    padding-top: 29.5rem !important; } }

@media (max-width: 74.9375em) {
  .pt-lg--300 {
    padding-top: 30rem !important; } }

@media (max-width: 61.94em) {
  .pt-md--0 {
    padding-top: 0rem !important; } }

@media (max-width: 61.94em) {
  .pt-md--5 {
    padding-top: 0.5rem !important; } }

@media (max-width: 61.94em) {
  .pt-md--10 {
    padding-top: 1rem !important; } }

@media (max-width: 61.94em) {
  .pt-md--15 {
    padding-top: 1.5rem !important; } }

@media (max-width: 61.94em) {
  .pt-md--20 {
    padding-top: 2rem !important; } }

@media (max-width: 61.94em) {
  .pt-md--25 {
    padding-top: 2.5rem !important; } }

@media (max-width: 61.94em) {
  .pt-md--30 {
    padding-top: 3rem !important; } }

@media (max-width: 61.94em) {
  .pt-md--35 {
    padding-top: 3.5rem !important; } }

@media (max-width: 61.94em) {
  .pt-md--40 {
    padding-top: 4rem !important; } }

@media (max-width: 61.94em) {
  .pt-md--45 {
    padding-top: 4.5rem !important; } }

@media (max-width: 61.94em) {
  .pt-md--50 {
    padding-top: 5rem !important; } }

@media (max-width: 61.94em) {
  .pt-md--55 {
    padding-top: 5.5rem !important; } }

@media (max-width: 61.94em) {
  .pt-md--60 {
    padding-top: 6rem !important; } }

@media (max-width: 61.94em) {
  .pt-md--65 {
    padding-top: 6.5rem !important; } }

@media (max-width: 61.94em) {
  .pt-md--70 {
    padding-top: 7rem !important; } }

@media (max-width: 61.94em) {
  .pt-md--75 {
    padding-top: 7.5rem !important; } }

@media (max-width: 61.94em) {
  .pt-md--80 {
    padding-top: 8rem !important; } }

@media (max-width: 61.94em) {
  .pt-md--85 {
    padding-top: 8.5rem !important; } }

@media (max-width: 61.94em) {
  .pt-md--90 {
    padding-top: 9rem !important; } }

@media (max-width: 61.94em) {
  .pt-md--95 {
    padding-top: 9.5rem !important; } }

@media (max-width: 61.94em) {
  .pt-md--100 {
    padding-top: 10rem !important; } }

@media (max-width: 61.94em) {
  .pt-md--105 {
    padding-top: 10.5rem !important; } }

@media (max-width: 61.94em) {
  .pt-md--110 {
    padding-top: 11rem !important; } }

@media (max-width: 61.94em) {
  .pt-md--115 {
    padding-top: 11.5rem !important; } }

@media (max-width: 61.94em) {
  .pt-md--120 {
    padding-top: 12rem !important; } }

@media (max-width: 61.94em) {
  .pt-md--125 {
    padding-top: 12.5rem !important; } }

@media (max-width: 61.94em) {
  .pt-md--130 {
    padding-top: 13rem !important; } }

@media (max-width: 61.94em) {
  .pt-md--135 {
    padding-top: 13.5rem !important; } }

@media (max-width: 61.94em) {
  .pt-md--140 {
    padding-top: 14rem !important; } }

@media (max-width: 61.94em) {
  .pt-md--145 {
    padding-top: 14.5rem !important; } }

@media (max-width: 61.94em) {
  .pt-md--150 {
    padding-top: 15rem !important; } }

@media (max-width: 61.94em) {
  .pt-md--155 {
    padding-top: 15.5rem !important; } }

@media (max-width: 61.94em) {
  .pt-md--160 {
    padding-top: 16rem !important; } }

@media (max-width: 61.94em) {
  .pt-md--165 {
    padding-top: 16.5rem !important; } }

@media (max-width: 61.94em) {
  .pt-md--170 {
    padding-top: 17rem !important; } }

@media (max-width: 61.94em) {
  .pt-md--175 {
    padding-top: 17.5rem !important; } }

@media (max-width: 61.94em) {
  .pt-md--180 {
    padding-top: 18rem !important; } }

@media (max-width: 61.94em) {
  .pt-md--185 {
    padding-top: 18.5rem !important; } }

@media (max-width: 61.94em) {
  .pt-md--190 {
    padding-top: 19rem !important; } }

@media (max-width: 61.94em) {
  .pt-md--195 {
    padding-top: 19.5rem !important; } }

@media (max-width: 61.94em) {
  .pt-md--200 {
    padding-top: 20rem !important; } }

@media (max-width: 61.94em) {
  .pt-md--205 {
    padding-top: 20.5rem !important; } }

@media (max-width: 61.94em) {
  .pt-md--210 {
    padding-top: 21rem !important; } }

@media (max-width: 61.94em) {
  .pt-md--215 {
    padding-top: 21.5rem !important; } }

@media (max-width: 61.94em) {
  .pt-md--220 {
    padding-top: 22rem !important; } }

@media (max-width: 61.94em) {
  .pt-md--225 {
    padding-top: 22.5rem !important; } }

@media (max-width: 61.94em) {
  .pt-md--230 {
    padding-top: 23rem !important; } }

@media (max-width: 61.94em) {
  .pt-md--235 {
    padding-top: 23.5rem !important; } }

@media (max-width: 61.94em) {
  .pt-md--240 {
    padding-top: 24rem !important; } }

@media (max-width: 61.94em) {
  .pt-md--245 {
    padding-top: 24.5rem !important; } }

@media (max-width: 61.94em) {
  .pt-md--250 {
    padding-top: 25rem !important; } }

@media (max-width: 61.94em) {
  .pt-md--255 {
    padding-top: 25.5rem !important; } }

@media (max-width: 61.94em) {
  .pt-md--260 {
    padding-top: 26rem !important; } }

@media (max-width: 61.94em) {
  .pt-md--265 {
    padding-top: 26.5rem !important; } }

@media (max-width: 61.94em) {
  .pt-md--270 {
    padding-top: 27rem !important; } }

@media (max-width: 61.94em) {
  .pt-md--275 {
    padding-top: 27.5rem !important; } }

@media (max-width: 61.94em) {
  .pt-md--280 {
    padding-top: 28rem !important; } }

@media (max-width: 61.94em) {
  .pt-md--285 {
    padding-top: 28.5rem !important; } }

@media (max-width: 61.94em) {
  .pt-md--290 {
    padding-top: 29rem !important; } }

@media (max-width: 61.94em) {
  .pt-md--295 {
    padding-top: 29.5rem !important; } }

@media (max-width: 61.94em) {
  .pt-md--300 {
    padding-top: 30rem !important; } }

@media (max-width: 47.94em) {
  .pt-sm--0 {
    padding-top: 0rem !important; } }

@media (max-width: 47.94em) {
  .pt-sm--5 {
    padding-top: 0.5rem !important; } }

@media (max-width: 47.94em) {
  .pt-sm--10 {
    padding-top: 1rem !important; } }

@media (max-width: 47.94em) {
  .pt-sm--15 {
    padding-top: 1.5rem !important; } }

@media (max-width: 47.94em) {
  .pt-sm--20 {
    padding-top: 2rem !important; } }

@media (max-width: 47.94em) {
  .pt-sm--25 {
    padding-top: 2.5rem !important; } }

@media (max-width: 47.94em) {
  .pt-sm--30 {
    padding-top: 3rem !important; } }

@media (max-width: 47.94em) {
  .pt-sm--35 {
    padding-top: 3.5rem !important; } }

@media (max-width: 47.94em) {
  .pt-sm--40 {
    padding-top: 4rem !important; } }

@media (max-width: 47.94em) {
  .pt-sm--45 {
    padding-top: 4.5rem !important; } }

@media (max-width: 47.94em) {
  .pt-sm--50 {
    padding-top: 5rem !important; } }

@media (max-width: 47.94em) {
  .pt-sm--55 {
    padding-top: 5.5rem !important; } }

@media (max-width: 47.94em) {
  .pt-sm--60 {
    padding-top: 6rem !important; } }

@media (max-width: 47.94em) {
  .pt-sm--65 {
    padding-top: 6.5rem !important; } }

@media (max-width: 47.94em) {
  .pt-sm--70 {
    padding-top: 7rem !important; } }

@media (max-width: 47.94em) {
  .pt-sm--75 {
    padding-top: 7.5rem !important; } }

@media (max-width: 47.94em) {
  .pt-sm--80 {
    padding-top: 8rem !important; } }

@media (max-width: 47.94em) {
  .pt-sm--85 {
    padding-top: 8.5rem !important; } }

@media (max-width: 47.94em) {
  .pt-sm--90 {
    padding-top: 9rem !important; } }

@media (max-width: 47.94em) {
  .pt-sm--95 {
    padding-top: 9.5rem !important; } }

@media (max-width: 47.94em) {
  .pt-sm--100 {
    padding-top: 10rem !important; } }

@media (max-width: 47.94em) {
  .pt-sm--105 {
    padding-top: 10.5rem !important; } }

@media (max-width: 47.94em) {
  .pt-sm--110 {
    padding-top: 11rem !important; } }

@media (max-width: 47.94em) {
  .pt-sm--115 {
    padding-top: 11.5rem !important; } }

@media (max-width: 47.94em) {
  .pt-sm--120 {
    padding-top: 12rem !important; } }

@media (max-width: 47.94em) {
  .pt-sm--125 {
    padding-top: 12.5rem !important; } }

@media (max-width: 47.94em) {
  .pt-sm--130 {
    padding-top: 13rem !important; } }

@media (max-width: 47.94em) {
  .pt-sm--135 {
    padding-top: 13.5rem !important; } }

@media (max-width: 47.94em) {
  .pt-sm--140 {
    padding-top: 14rem !important; } }

@media (max-width: 47.94em) {
  .pt-sm--145 {
    padding-top: 14.5rem !important; } }

@media (max-width: 47.94em) {
  .pt-sm--150 {
    padding-top: 15rem !important; } }

@media (max-width: 47.94em) {
  .pt-sm--155 {
    padding-top: 15.5rem !important; } }

@media (max-width: 47.94em) {
  .pt-sm--160 {
    padding-top: 16rem !important; } }

@media (max-width: 47.94em) {
  .pt-sm--165 {
    padding-top: 16.5rem !important; } }

@media (max-width: 47.94em) {
  .pt-sm--170 {
    padding-top: 17rem !important; } }

@media (max-width: 47.94em) {
  .pt-sm--175 {
    padding-top: 17.5rem !important; } }

@media (max-width: 47.94em) {
  .pt-sm--180 {
    padding-top: 18rem !important; } }

@media (max-width: 47.94em) {
  .pt-sm--185 {
    padding-top: 18.5rem !important; } }

@media (max-width: 47.94em) {
  .pt-sm--190 {
    padding-top: 19rem !important; } }

@media (max-width: 47.94em) {
  .pt-sm--195 {
    padding-top: 19.5rem !important; } }

@media (max-width: 47.94em) {
  .pt-sm--200 {
    padding-top: 20rem !important; } }

@media (max-width: 35.94em) {
  .pt-xs--0 {
    padding-top: 0rem !important; } }

@media (max-width: 35.94em) {
  .pt-xs--5 {
    padding-top: 0.5rem !important; } }

@media (max-width: 35.94em) {
  .pt-xs--10 {
    padding-top: 1rem !important; } }

@media (max-width: 35.94em) {
  .pt-xs--15 {
    padding-top: 1.5rem !important; } }

@media (max-width: 35.94em) {
  .pt-xs--20 {
    padding-top: 2rem !important; } }

@media (max-width: 35.94em) {
  .pt-xs--25 {
    padding-top: 2.5rem !important; } }

@media (max-width: 35.94em) {
  .pt-xs--30 {
    padding-top: 3rem !important; } }

@media (max-width: 35.94em) {
  .pt-xs--35 {
    padding-top: 3.5rem !important; } }

@media (max-width: 35.94em) {
  .pt-xs--40 {
    padding-top: 4rem !important; } }

@media (max-width: 35.94em) {
  .pt-xs--45 {
    padding-top: 4.5rem !important; } }

@media (max-width: 35.94em) {
  .pt-xs--50 {
    padding-top: 5rem !important; } }

@media (max-width: 35.94em) {
  .pt-xs--55 {
    padding-top: 5.5rem !important; } }

@media (max-width: 35.94em) {
  .pt-xs--60 {
    padding-top: 6rem !important; } }

@media (max-width: 35.94em) {
  .pt-xs--65 {
    padding-top: 6.5rem !important; } }

@media (max-width: 35.94em) {
  .pt-xs--70 {
    padding-top: 7rem !important; } }

@media (max-width: 35.94em) {
  .pt-xs--75 {
    padding-top: 7.5rem !important; } }

@media (max-width: 35.94em) {
  .pt-xs--80 {
    padding-top: 8rem !important; } }

@media (max-width: 35.94em) {
  .pt-xs--85 {
    padding-top: 8.5rem !important; } }

@media (max-width: 35.94em) {
  .pt-xs--90 {
    padding-top: 9rem !important; } }

@media (max-width: 35.94em) {
  .pt-xs--95 {
    padding-top: 9.5rem !important; } }

@media (max-width: 35.94em) {
  .pt-xs--100 {
    padding-top: 10rem !important; } }

@media (max-width: 35.94em) {
  .pt-xs--105 {
    padding-top: 10.5rem !important; } }

@media (max-width: 35.94em) {
  .pt-xs--110 {
    padding-top: 11rem !important; } }

@media (max-width: 35.94em) {
  .pt-xs--115 {
    padding-top: 11.5rem !important; } }

@media (max-width: 35.94em) {
  .pt-xs--120 {
    padding-top: 12rem !important; } }

@media (max-width: 35.94em) {
  .pt-xs--125 {
    padding-top: 12.5rem !important; } }

@media (max-width: 35.94em) {
  .pt-xs--130 {
    padding-top: 13rem !important; } }

@media (max-width: 35.94em) {
  .pt-xs--135 {
    padding-top: 13.5rem !important; } }

@media (max-width: 35.94em) {
  .pt-xs--140 {
    padding-top: 14rem !important; } }

@media (max-width: 35.94em) {
  .pt-xs--145 {
    padding-top: 14.5rem !important; } }

@media (max-width: 35.94em) {
  .pt-xs--150 {
    padding-top: 15rem !important; } }

@media (max-width: 35.94em) {
  .pt-xs--155 {
    padding-top: 15.5rem !important; } }

@media (max-width: 35.94em) {
  .pt-xs--160 {
    padding-top: 16rem !important; } }

@media (max-width: 35.94em) {
  .pt-xs--165 {
    padding-top: 16.5rem !important; } }

@media (max-width: 35.94em) {
  .pt-xs--170 {
    padding-top: 17rem !important; } }

@media (max-width: 35.94em) {
  .pt-xs--175 {
    padding-top: 17.5rem !important; } }

@media (max-width: 35.94em) {
  .pt-xs--180 {
    padding-top: 18rem !important; } }

@media (max-width: 35.94em) {
  .pt-xs--185 {
    padding-top: 18.5rem !important; } }

@media (max-width: 35.94em) {
  .pt-xs--190 {
    padding-top: 19rem !important; } }

@media (max-width: 35.94em) {
  .pt-xs--195 {
    padding-top: 19.5rem !important; } }

@media (max-width: 35.94em) {
  .pt-xs--200 {
    padding-top: 20rem !important; } }

.pr--0 {
  padding-right: 0rem !important; }

.pr--5 {
  padding-right: 0.5rem !important; }

.pr--10 {
  padding-right: 1rem !important; }

.pr--15 {
  padding-right: 1.5rem !important; }

.pr--20 {
  padding-right: 2rem !important; }

.pr--25 {
  padding-right: 2.5rem !important; }

.pr--30 {
  padding-right: 3rem !important; }

.pr--35 {
  padding-right: 3.5rem !important; }

.pr--40 {
  padding-right: 4rem !important; }

.pr--45 {
  padding-right: 4.5rem !important; }

.pr--50 {
  padding-right: 5rem !important; }

.pr--55 {
  padding-right: 5.5rem !important; }

.pr--60 {
  padding-right: 6rem !important; }

.pr--65 {
  padding-right: 6.5rem !important; }

.pr--70 {
  padding-right: 7rem !important; }

.pr--75 {
  padding-right: 7.5rem !important; }

.pr--80 {
  padding-right: 8rem !important; }

.pr--85 {
  padding-right: 8.5rem !important; }

.pr--90 {
  padding-right: 9rem !important; }

.pr--95 {
  padding-right: 9.5rem !important; }

.pr--100 {
  padding-right: 10rem !important; }

.pr--105 {
  padding-right: 10.5rem !important; }

.pr--110 {
  padding-right: 11rem !important; }

.pr--115 {
  padding-right: 11.5rem !important; }

.pr--120 {
  padding-right: 12rem !important; }

.pr--125 {
  padding-right: 12.5rem !important; }

.pr--130 {
  padding-right: 13rem !important; }

.pr--135 {
  padding-right: 13.5rem !important; }

.pr--140 {
  padding-right: 14rem !important; }

.pr--145 {
  padding-right: 14.5rem !important; }

.pr--150 {
  padding-right: 15rem !important; }

.pr--155 {
  padding-right: 15.5rem !important; }

.pr--160 {
  padding-right: 16rem !important; }

.pr--165 {
  padding-right: 16.5rem !important; }

.pr--170 {
  padding-right: 17rem !important; }

.pr--175 {
  padding-right: 17.5rem !important; }

.pr--180 {
  padding-right: 18rem !important; }

.pr--185 {
  padding-right: 18.5rem !important; }

.pr--190 {
  padding-right: 19rem !important; }

.pr--195 {
  padding-right: 19.5rem !important; }

.pr--200 {
  padding-right: 20rem !important; }

@media (max-width: 74.9375em) {
  .pr-lg--0 {
    padding-right: 0rem !important; } }

@media (max-width: 74.9375em) {
  .pr-lg--5 {
    padding-right: 0.5rem !important; } }

@media (max-width: 74.9375em) {
  .pr-lg--10 {
    padding-right: 1rem !important; } }

@media (max-width: 74.9375em) {
  .pr-lg--15 {
    padding-right: 1.5rem !important; } }

@media (max-width: 74.9375em) {
  .pr-lg--20 {
    padding-right: 2rem !important; } }

@media (max-width: 74.9375em) {
  .pr-lg--25 {
    padding-right: 2.5rem !important; } }

@media (max-width: 74.9375em) {
  .pr-lg--30 {
    padding-right: 3rem !important; } }

@media (max-width: 74.9375em) {
  .pr-lg--35 {
    padding-right: 3.5rem !important; } }

@media (max-width: 74.9375em) {
  .pr-lg--40 {
    padding-right: 4rem !important; } }

@media (max-width: 74.9375em) {
  .pr-lg--45 {
    padding-right: 4.5rem !important; } }

@media (max-width: 74.9375em) {
  .pr-lg--50 {
    padding-right: 5rem !important; } }

@media (max-width: 74.9375em) {
  .pr-lg--55 {
    padding-right: 5.5rem !important; } }

@media (max-width: 74.9375em) {
  .pr-lg--60 {
    padding-right: 6rem !important; } }

@media (max-width: 74.9375em) {
  .pr-lg--65 {
    padding-right: 6.5rem !important; } }

@media (max-width: 74.9375em) {
  .pr-lg--70 {
    padding-right: 7rem !important; } }

@media (max-width: 74.9375em) {
  .pr-lg--75 {
    padding-right: 7.5rem !important; } }

@media (max-width: 74.9375em) {
  .pr-lg--80 {
    padding-right: 8rem !important; } }

@media (max-width: 74.9375em) {
  .pr-lg--85 {
    padding-right: 8.5rem !important; } }

@media (max-width: 74.9375em) {
  .pr-lg--90 {
    padding-right: 9rem !important; } }

@media (max-width: 74.9375em) {
  .pr-lg--95 {
    padding-right: 9.5rem !important; } }

@media (max-width: 74.9375em) {
  .pr-lg--100 {
    padding-right: 10rem !important; } }

@media (max-width: 74.9375em) {
  .pr-lg--105 {
    padding-right: 10.5rem !important; } }

@media (max-width: 74.9375em) {
  .pr-lg--110 {
    padding-right: 11rem !important; } }

@media (max-width: 74.9375em) {
  .pr-lg--115 {
    padding-right: 11.5rem !important; } }

@media (max-width: 74.9375em) {
  .pr-lg--120 {
    padding-right: 12rem !important; } }

@media (max-width: 74.9375em) {
  .pr-lg--125 {
    padding-right: 12.5rem !important; } }

@media (max-width: 74.9375em) {
  .pr-lg--130 {
    padding-right: 13rem !important; } }

@media (max-width: 74.9375em) {
  .pr-lg--135 {
    padding-right: 13.5rem !important; } }

@media (max-width: 74.9375em) {
  .pr-lg--140 {
    padding-right: 14rem !important; } }

@media (max-width: 74.9375em) {
  .pr-lg--145 {
    padding-right: 14.5rem !important; } }

@media (max-width: 74.9375em) {
  .pr-lg--150 {
    padding-right: 15rem !important; } }

@media (max-width: 74.9375em) {
  .pr-lg--155 {
    padding-right: 15.5rem !important; } }

@media (max-width: 74.9375em) {
  .pr-lg--160 {
    padding-right: 16rem !important; } }

@media (max-width: 74.9375em) {
  .pr-lg--165 {
    padding-right: 16.5rem !important; } }

@media (max-width: 74.9375em) {
  .pr-lg--170 {
    padding-right: 17rem !important; } }

@media (max-width: 74.9375em) {
  .pr-lg--175 {
    padding-right: 17.5rem !important; } }

@media (max-width: 74.9375em) {
  .pr-lg--180 {
    padding-right: 18rem !important; } }

@media (max-width: 74.9375em) {
  .pr-lg--185 {
    padding-right: 18.5rem !important; } }

@media (max-width: 74.9375em) {
  .pr-lg--190 {
    padding-right: 19rem !important; } }

@media (max-width: 74.9375em) {
  .pr-lg--195 {
    padding-right: 19.5rem !important; } }

@media (max-width: 74.9375em) {
  .pr-lg--200 {
    padding-right: 20rem !important; } }

@media (max-width: 61.94em) {
  .pr-md--0 {
    padding-right: 0rem !important; } }

@media (max-width: 61.94em) {
  .pr-md--5 {
    padding-right: 0.5rem !important; } }

@media (max-width: 61.94em) {
  .pr-md--10 {
    padding-right: 1rem !important; } }

@media (max-width: 61.94em) {
  .pr-md--15 {
    padding-right: 1.5rem !important; } }

@media (max-width: 61.94em) {
  .pr-md--20 {
    padding-right: 2rem !important; } }

@media (max-width: 61.94em) {
  .pr-md--25 {
    padding-right: 2.5rem !important; } }

@media (max-width: 61.94em) {
  .pr-md--30 {
    padding-right: 3rem !important; } }

@media (max-width: 61.94em) {
  .pr-md--35 {
    padding-right: 3.5rem !important; } }

@media (max-width: 61.94em) {
  .pr-md--40 {
    padding-right: 4rem !important; } }

@media (max-width: 61.94em) {
  .pr-md--45 {
    padding-right: 4.5rem !important; } }

@media (max-width: 61.94em) {
  .pr-md--50 {
    padding-right: 5rem !important; } }

@media (max-width: 61.94em) {
  .pr-md--55 {
    padding-right: 5.5rem !important; } }

@media (max-width: 61.94em) {
  .pr-md--60 {
    padding-right: 6rem !important; } }

@media (max-width: 61.94em) {
  .pr-md--65 {
    padding-right: 6.5rem !important; } }

@media (max-width: 61.94em) {
  .pr-md--70 {
    padding-right: 7rem !important; } }

@media (max-width: 61.94em) {
  .pr-md--75 {
    padding-right: 7.5rem !important; } }

@media (max-width: 61.94em) {
  .pr-md--80 {
    padding-right: 8rem !important; } }

@media (max-width: 61.94em) {
  .pr-md--85 {
    padding-right: 8.5rem !important; } }

@media (max-width: 61.94em) {
  .pr-md--90 {
    padding-right: 9rem !important; } }

@media (max-width: 61.94em) {
  .pr-md--95 {
    padding-right: 9.5rem !important; } }

@media (max-width: 61.94em) {
  .pr-md--100 {
    padding-right: 10rem !important; } }

@media (max-width: 61.94em) {
  .pr-md--105 {
    padding-right: 10.5rem !important; } }

@media (max-width: 61.94em) {
  .pr-md--110 {
    padding-right: 11rem !important; } }

@media (max-width: 61.94em) {
  .pr-md--115 {
    padding-right: 11.5rem !important; } }

@media (max-width: 61.94em) {
  .pr-md--120 {
    padding-right: 12rem !important; } }

@media (max-width: 61.94em) {
  .pr-md--125 {
    padding-right: 12.5rem !important; } }

@media (max-width: 61.94em) {
  .pr-md--130 {
    padding-right: 13rem !important; } }

@media (max-width: 61.94em) {
  .pr-md--135 {
    padding-right: 13.5rem !important; } }

@media (max-width: 61.94em) {
  .pr-md--140 {
    padding-right: 14rem !important; } }

@media (max-width: 61.94em) {
  .pr-md--145 {
    padding-right: 14.5rem !important; } }

@media (max-width: 61.94em) {
  .pr-md--150 {
    padding-right: 15rem !important; } }

@media (max-width: 61.94em) {
  .pr-md--155 {
    padding-right: 15.5rem !important; } }

@media (max-width: 61.94em) {
  .pr-md--160 {
    padding-right: 16rem !important; } }

@media (max-width: 61.94em) {
  .pr-md--165 {
    padding-right: 16.5rem !important; } }

@media (max-width: 61.94em) {
  .pr-md--170 {
    padding-right: 17rem !important; } }

@media (max-width: 61.94em) {
  .pr-md--175 {
    padding-right: 17.5rem !important; } }

@media (max-width: 61.94em) {
  .pr-md--180 {
    padding-right: 18rem !important; } }

@media (max-width: 61.94em) {
  .pr-md--185 {
    padding-right: 18.5rem !important; } }

@media (max-width: 61.94em) {
  .pr-md--190 {
    padding-right: 19rem !important; } }

@media (max-width: 61.94em) {
  .pr-md--195 {
    padding-right: 19.5rem !important; } }

@media (max-width: 61.94em) {
  .pr-md--200 {
    padding-right: 20rem !important; } }

@media (max-width: 47.94em) {
  .pr-sm--0 {
    padding-right: 0rem !important; } }

@media (max-width: 47.94em) {
  .pr-sm--5 {
    padding-right: 0.5rem !important; } }

@media (max-width: 47.94em) {
  .pr-sm--10 {
    padding-right: 1rem !important; } }

@media (max-width: 47.94em) {
  .pr-sm--15 {
    padding-right: 1.5rem !important; } }

@media (max-width: 47.94em) {
  .pr-sm--20 {
    padding-right: 2rem !important; } }

@media (max-width: 47.94em) {
  .pr-sm--25 {
    padding-right: 2.5rem !important; } }

@media (max-width: 47.94em) {
  .pr-sm--30 {
    padding-right: 3rem !important; } }

@media (max-width: 47.94em) {
  .pr-sm--35 {
    padding-right: 3.5rem !important; } }

@media (max-width: 47.94em) {
  .pr-sm--40 {
    padding-right: 4rem !important; } }

@media (max-width: 47.94em) {
  .pr-sm--45 {
    padding-right: 4.5rem !important; } }

@media (max-width: 47.94em) {
  .pr-sm--50 {
    padding-right: 5rem !important; } }

@media (max-width: 47.94em) {
  .pr-sm--55 {
    padding-right: 5.5rem !important; } }

@media (max-width: 47.94em) {
  .pr-sm--60 {
    padding-right: 6rem !important; } }

@media (max-width: 47.94em) {
  .pr-sm--65 {
    padding-right: 6.5rem !important; } }

@media (max-width: 47.94em) {
  .pr-sm--70 {
    padding-right: 7rem !important; } }

@media (max-width: 47.94em) {
  .pr-sm--75 {
    padding-right: 7.5rem !important; } }

@media (max-width: 47.94em) {
  .pr-sm--80 {
    padding-right: 8rem !important; } }

@media (max-width: 47.94em) {
  .pr-sm--85 {
    padding-right: 8.5rem !important; } }

@media (max-width: 47.94em) {
  .pr-sm--90 {
    padding-right: 9rem !important; } }

@media (max-width: 47.94em) {
  .pr-sm--95 {
    padding-right: 9.5rem !important; } }

@media (max-width: 47.94em) {
  .pr-sm--100 {
    padding-right: 10rem !important; } }

@media (max-width: 47.94em) {
  .pr-sm--105 {
    padding-right: 10.5rem !important; } }

@media (max-width: 47.94em) {
  .pr-sm--110 {
    padding-right: 11rem !important; } }

@media (max-width: 47.94em) {
  .pr-sm--115 {
    padding-right: 11.5rem !important; } }

@media (max-width: 47.94em) {
  .pr-sm--120 {
    padding-right: 12rem !important; } }

@media (max-width: 47.94em) {
  .pr-sm--125 {
    padding-right: 12.5rem !important; } }

@media (max-width: 47.94em) {
  .pr-sm--130 {
    padding-right: 13rem !important; } }

@media (max-width: 47.94em) {
  .pr-sm--135 {
    padding-right: 13.5rem !important; } }

@media (max-width: 47.94em) {
  .pr-sm--140 {
    padding-right: 14rem !important; } }

@media (max-width: 47.94em) {
  .pr-sm--145 {
    padding-right: 14.5rem !important; } }

@media (max-width: 47.94em) {
  .pr-sm--150 {
    padding-right: 15rem !important; } }

@media (max-width: 47.94em) {
  .pr-sm--155 {
    padding-right: 15.5rem !important; } }

@media (max-width: 47.94em) {
  .pr-sm--160 {
    padding-right: 16rem !important; } }

@media (max-width: 47.94em) {
  .pr-sm--165 {
    padding-right: 16.5rem !important; } }

@media (max-width: 47.94em) {
  .pr-sm--170 {
    padding-right: 17rem !important; } }

@media (max-width: 47.94em) {
  .pr-sm--175 {
    padding-right: 17.5rem !important; } }

@media (max-width: 47.94em) {
  .pr-sm--180 {
    padding-right: 18rem !important; } }

@media (max-width: 47.94em) {
  .pr-sm--185 {
    padding-right: 18.5rem !important; } }

@media (max-width: 47.94em) {
  .pr-sm--190 {
    padding-right: 19rem !important; } }

@media (max-width: 47.94em) {
  .pr-sm--195 {
    padding-right: 19.5rem !important; } }

@media (max-width: 47.94em) {
  .pr-sm--200 {
    padding-right: 20rem !important; } }

@media (max-width: 35.94em) {
  .pr-xs--0 {
    padding-right: 0rem !important; } }

@media (max-width: 35.94em) {
  .pr-xs--5 {
    padding-right: 0.5rem !important; } }

@media (max-width: 35.94em) {
  .pr-xs--10 {
    padding-right: 1rem !important; } }

@media (max-width: 35.94em) {
  .pr-xs--15 {
    padding-right: 1.5rem !important; } }

@media (max-width: 35.94em) {
  .pr-xs--20 {
    padding-right: 2rem !important; } }

@media (max-width: 35.94em) {
  .pr-xs--25 {
    padding-right: 2.5rem !important; } }

@media (max-width: 35.94em) {
  .pr-xs--30 {
    padding-right: 3rem !important; } }

@media (max-width: 35.94em) {
  .pr-xs--35 {
    padding-right: 3.5rem !important; } }

@media (max-width: 35.94em) {
  .pr-xs--40 {
    padding-right: 4rem !important; } }

@media (max-width: 35.94em) {
  .pr-xs--45 {
    padding-right: 4.5rem !important; } }

@media (max-width: 35.94em) {
  .pr-xs--50 {
    padding-right: 5rem !important; } }

@media (max-width: 35.94em) {
  .pr-xs--55 {
    padding-right: 5.5rem !important; } }

@media (max-width: 35.94em) {
  .pr-xs--60 {
    padding-right: 6rem !important; } }

@media (max-width: 35.94em) {
  .pr-xs--65 {
    padding-right: 6.5rem !important; } }

@media (max-width: 35.94em) {
  .pr-xs--70 {
    padding-right: 7rem !important; } }

@media (max-width: 35.94em) {
  .pr-xs--75 {
    padding-right: 7.5rem !important; } }

@media (max-width: 35.94em) {
  .pr-xs--80 {
    padding-right: 8rem !important; } }

@media (max-width: 35.94em) {
  .pr-xs--85 {
    padding-right: 8.5rem !important; } }

@media (max-width: 35.94em) {
  .pr-xs--90 {
    padding-right: 9rem !important; } }

@media (max-width: 35.94em) {
  .pr-xs--95 {
    padding-right: 9.5rem !important; } }

@media (max-width: 35.94em) {
  .pr-xs--100 {
    padding-right: 10rem !important; } }

@media (max-width: 35.94em) {
  .pr-xs--105 {
    padding-right: 10.5rem !important; } }

@media (max-width: 35.94em) {
  .pr-xs--110 {
    padding-right: 11rem !important; } }

@media (max-width: 35.94em) {
  .pr-xs--115 {
    padding-right: 11.5rem !important; } }

@media (max-width: 35.94em) {
  .pr-xs--120 {
    padding-right: 12rem !important; } }

@media (max-width: 35.94em) {
  .pr-xs--125 {
    padding-right: 12.5rem !important; } }

@media (max-width: 35.94em) {
  .pr-xs--130 {
    padding-right: 13rem !important; } }

@media (max-width: 35.94em) {
  .pr-xs--135 {
    padding-right: 13.5rem !important; } }

@media (max-width: 35.94em) {
  .pr-xs--140 {
    padding-right: 14rem !important; } }

@media (max-width: 35.94em) {
  .pr-xs--145 {
    padding-right: 14.5rem !important; } }

@media (max-width: 35.94em) {
  .pr-xs--150 {
    padding-right: 15rem !important; } }

@media (max-width: 35.94em) {
  .pr-xs--155 {
    padding-right: 15.5rem !important; } }

@media (max-width: 35.94em) {
  .pr-xs--160 {
    padding-right: 16rem !important; } }

@media (max-width: 35.94em) {
  .pr-xs--165 {
    padding-right: 16.5rem !important; } }

@media (max-width: 35.94em) {
  .pr-xs--170 {
    padding-right: 17rem !important; } }

@media (max-width: 35.94em) {
  .pr-xs--175 {
    padding-right: 17.5rem !important; } }

@media (max-width: 35.94em) {
  .pr-xs--180 {
    padding-right: 18rem !important; } }

@media (max-width: 35.94em) {
  .pr-xs--185 {
    padding-right: 18.5rem !important; } }

@media (max-width: 35.94em) {
  .pr-xs--190 {
    padding-right: 19rem !important; } }

@media (max-width: 35.94em) {
  .pr-xs--195 {
    padding-right: 19.5rem !important; } }

@media (max-width: 35.94em) {
  .pr-xs--200 {
    padding-right: 20rem !important; } }

.pl--0 {
  padding-left: 0rem !important; }

.pl--5 {
  padding-left: 0.5rem !important; }

.pl--10 {
  padding-left: 1rem !important; }

.pl--15 {
  padding-left: 1.5rem !important; }

.pl--20 {
  padding-left: 2rem !important; }

.pl--25 {
  padding-left: 2.5rem !important; }

.pl--30 {
  padding-left: 3rem !important; }

.pl--35 {
  padding-left: 3.5rem !important; }

.pl--40 {
  padding-left: 4rem !important; }

.pl--45 {
  padding-left: 4.5rem !important; }

.pl--50 {
  padding-left: 5rem !important; }

.pl--55 {
  padding-left: 5.5rem !important; }

.pl--60 {
  padding-left: 6rem !important; }

.pl--65 {
  padding-left: 6.5rem !important; }

.pl--70 {
  padding-left: 7rem !important; }

.pl--75 {
  padding-left: 7.5rem !important; }

.pl--80 {
  padding-left: 8rem !important; }

.pl--85 {
  padding-left: 8.5rem !important; }

.pl--90 {
  padding-left: 9rem !important; }

.pl--95 {
  padding-left: 9.5rem !important; }

.pl--100 {
  padding-left: 10rem !important; }

.pl--105 {
  padding-left: 10.5rem !important; }

.pl--110 {
  padding-left: 11rem !important; }

.pl--115 {
  padding-left: 11.5rem !important; }

.pl--120 {
  padding-left: 12rem !important; }

.pl--125 {
  padding-left: 12.5rem !important; }

.pl--130 {
  padding-left: 13rem !important; }

.pl--135 {
  padding-left: 13.5rem !important; }

.pl--140 {
  padding-left: 14rem !important; }

.pl--145 {
  padding-left: 14.5rem !important; }

.pl--150 {
  padding-left: 15rem !important; }

.pl--155 {
  padding-left: 15.5rem !important; }

.pl--160 {
  padding-left: 16rem !important; }

.pl--165 {
  padding-left: 16.5rem !important; }

.pl--170 {
  padding-left: 17rem !important; }

.pl--175 {
  padding-left: 17.5rem !important; }

.pl--180 {
  padding-left: 18rem !important; }

.pl--185 {
  padding-left: 18.5rem !important; }

.pl--190 {
  padding-left: 19rem !important; }

.pl--195 {
  padding-left: 19.5rem !important; }

.pl--200 {
  padding-left: 20rem !important; }

@media (max-width: 74.9375em) {
  .pl-lg--0 {
    padding-left: 0rem !important; } }

@media (max-width: 74.9375em) {
  .pl-lg--5 {
    padding-left: 0.5rem !important; } }

@media (max-width: 74.9375em) {
  .pl-lg--10 {
    padding-left: 1rem !important; } }

@media (max-width: 74.9375em) {
  .pl-lg--15 {
    padding-left: 1.5rem !important; } }

@media (max-width: 74.9375em) {
  .pl-lg--20 {
    padding-left: 2rem !important; } }

@media (max-width: 74.9375em) {
  .pl-lg--25 {
    padding-left: 2.5rem !important; } }

@media (max-width: 74.9375em) {
  .pl-lg--30 {
    padding-left: 3rem !important; } }

@media (max-width: 74.9375em) {
  .pl-lg--35 {
    padding-left: 3.5rem !important; } }

@media (max-width: 74.9375em) {
  .pl-lg--40 {
    padding-left: 4rem !important; } }

@media (max-width: 74.9375em) {
  .pl-lg--45 {
    padding-left: 4.5rem !important; } }

@media (max-width: 74.9375em) {
  .pl-lg--50 {
    padding-left: 5rem !important; } }

@media (max-width: 74.9375em) {
  .pl-lg--55 {
    padding-left: 5.5rem !important; } }

@media (max-width: 74.9375em) {
  .pl-lg--60 {
    padding-left: 6rem !important; } }

@media (max-width: 74.9375em) {
  .pl-lg--65 {
    padding-left: 6.5rem !important; } }

@media (max-width: 74.9375em) {
  .pl-lg--70 {
    padding-left: 7rem !important; } }

@media (max-width: 74.9375em) {
  .pl-lg--75 {
    padding-left: 7.5rem !important; } }

@media (max-width: 74.9375em) {
  .pl-lg--80 {
    padding-left: 8rem !important; } }

@media (max-width: 74.9375em) {
  .pl-lg--85 {
    padding-left: 8.5rem !important; } }

@media (max-width: 74.9375em) {
  .pl-lg--90 {
    padding-left: 9rem !important; } }

@media (max-width: 74.9375em) {
  .pl-lg--95 {
    padding-left: 9.5rem !important; } }

@media (max-width: 74.9375em) {
  .pl-lg--100 {
    padding-left: 10rem !important; } }

@media (max-width: 74.9375em) {
  .pl-lg--105 {
    padding-left: 10.5rem !important; } }

@media (max-width: 74.9375em) {
  .pl-lg--110 {
    padding-left: 11rem !important; } }

@media (max-width: 74.9375em) {
  .pl-lg--115 {
    padding-left: 11.5rem !important; } }

@media (max-width: 74.9375em) {
  .pl-lg--120 {
    padding-left: 12rem !important; } }

@media (max-width: 74.9375em) {
  .pl-lg--125 {
    padding-left: 12.5rem !important; } }

@media (max-width: 74.9375em) {
  .pl-lg--130 {
    padding-left: 13rem !important; } }

@media (max-width: 74.9375em) {
  .pl-lg--135 {
    padding-left: 13.5rem !important; } }

@media (max-width: 74.9375em) {
  .pl-lg--140 {
    padding-left: 14rem !important; } }

@media (max-width: 74.9375em) {
  .pl-lg--145 {
    padding-left: 14.5rem !important; } }

@media (max-width: 74.9375em) {
  .pl-lg--150 {
    padding-left: 15rem !important; } }

@media (max-width: 74.9375em) {
  .pl-lg--155 {
    padding-left: 15.5rem !important; } }

@media (max-width: 74.9375em) {
  .pl-lg--160 {
    padding-left: 16rem !important; } }

@media (max-width: 74.9375em) {
  .pl-lg--165 {
    padding-left: 16.5rem !important; } }

@media (max-width: 74.9375em) {
  .pl-lg--170 {
    padding-left: 17rem !important; } }

@media (max-width: 74.9375em) {
  .pl-lg--175 {
    padding-left: 17.5rem !important; } }

@media (max-width: 74.9375em) {
  .pl-lg--180 {
    padding-left: 18rem !important; } }

@media (max-width: 74.9375em) {
  .pl-lg--185 {
    padding-left: 18.5rem !important; } }

@media (max-width: 74.9375em) {
  .pl-lg--190 {
    padding-left: 19rem !important; } }

@media (max-width: 74.9375em) {
  .pl-lg--195 {
    padding-left: 19.5rem !important; } }

@media (max-width: 74.9375em) {
  .pl-lg--200 {
    padding-left: 20rem !important; } }

@media (max-width: 61.94em) {
  .pl-md--0 {
    padding-left: 0rem !important; } }

@media (max-width: 61.94em) {
  .pl-md--5 {
    padding-left: 0.5rem !important; } }

@media (max-width: 61.94em) {
  .pl-md--10 {
    padding-left: 1rem !important; } }

@media (max-width: 61.94em) {
  .pl-md--15 {
    padding-left: 1.5rem !important; } }

@media (max-width: 61.94em) {
  .pl-md--20 {
    padding-left: 2rem !important; } }

@media (max-width: 61.94em) {
  .pl-md--25 {
    padding-left: 2.5rem !important; } }

@media (max-width: 61.94em) {
  .pl-md--30 {
    padding-left: 3rem !important; } }

@media (max-width: 61.94em) {
  .pl-md--35 {
    padding-left: 3.5rem !important; } }

@media (max-width: 61.94em) {
  .pl-md--40 {
    padding-left: 4rem !important; } }

@media (max-width: 61.94em) {
  .pl-md--45 {
    padding-left: 4.5rem !important; } }

@media (max-width: 61.94em) {
  .pl-md--50 {
    padding-left: 5rem !important; } }

@media (max-width: 61.94em) {
  .pl-md--55 {
    padding-left: 5.5rem !important; } }

@media (max-width: 61.94em) {
  .pl-md--60 {
    padding-left: 6rem !important; } }

@media (max-width: 61.94em) {
  .pl-md--65 {
    padding-left: 6.5rem !important; } }

@media (max-width: 61.94em) {
  .pl-md--70 {
    padding-left: 7rem !important; } }

@media (max-width: 61.94em) {
  .pl-md--75 {
    padding-left: 7.5rem !important; } }

@media (max-width: 61.94em) {
  .pl-md--80 {
    padding-left: 8rem !important; } }

@media (max-width: 61.94em) {
  .pl-md--85 {
    padding-left: 8.5rem !important; } }

@media (max-width: 61.94em) {
  .pl-md--90 {
    padding-left: 9rem !important; } }

@media (max-width: 61.94em) {
  .pl-md--95 {
    padding-left: 9.5rem !important; } }

@media (max-width: 61.94em) {
  .pl-md--100 {
    padding-left: 10rem !important; } }

@media (max-width: 61.94em) {
  .pl-md--105 {
    padding-left: 10.5rem !important; } }

@media (max-width: 61.94em) {
  .pl-md--110 {
    padding-left: 11rem !important; } }

@media (max-width: 61.94em) {
  .pl-md--115 {
    padding-left: 11.5rem !important; } }

@media (max-width: 61.94em) {
  .pl-md--120 {
    padding-left: 12rem !important; } }

@media (max-width: 61.94em) {
  .pl-md--125 {
    padding-left: 12.5rem !important; } }

@media (max-width: 61.94em) {
  .pl-md--130 {
    padding-left: 13rem !important; } }

@media (max-width: 61.94em) {
  .pl-md--135 {
    padding-left: 13.5rem !important; } }

@media (max-width: 61.94em) {
  .pl-md--140 {
    padding-left: 14rem !important; } }

@media (max-width: 61.94em) {
  .pl-md--145 {
    padding-left: 14.5rem !important; } }

@media (max-width: 61.94em) {
  .pl-md--150 {
    padding-left: 15rem !important; } }

@media (max-width: 61.94em) {
  .pl-md--155 {
    padding-left: 15.5rem !important; } }

@media (max-width: 61.94em) {
  .pl-md--160 {
    padding-left: 16rem !important; } }

@media (max-width: 61.94em) {
  .pl-md--165 {
    padding-left: 16.5rem !important; } }

@media (max-width: 61.94em) {
  .pl-md--170 {
    padding-left: 17rem !important; } }

@media (max-width: 61.94em) {
  .pl-md--175 {
    padding-left: 17.5rem !important; } }

@media (max-width: 61.94em) {
  .pl-md--180 {
    padding-left: 18rem !important; } }

@media (max-width: 61.94em) {
  .pl-md--185 {
    padding-left: 18.5rem !important; } }

@media (max-width: 61.94em) {
  .pl-md--190 {
    padding-left: 19rem !important; } }

@media (max-width: 61.94em) {
  .pl-md--195 {
    padding-left: 19.5rem !important; } }

@media (max-width: 61.94em) {
  .pl-md--200 {
    padding-left: 20rem !important; } }

@media (max-width: 47.94em) {
  .pl-sm--0 {
    padding-left: 0rem !important; } }

@media (max-width: 47.94em) {
  .pl-sm--5 {
    padding-left: 0.5rem !important; } }

@media (max-width: 47.94em) {
  .pl-sm--10 {
    padding-left: 1rem !important; } }

@media (max-width: 47.94em) {
  .pl-sm--15 {
    padding-left: 1.5rem !important; } }

@media (max-width: 47.94em) {
  .pl-sm--20 {
    padding-left: 2rem !important; } }

@media (max-width: 47.94em) {
  .pl-sm--25 {
    padding-left: 2.5rem !important; } }

@media (max-width: 47.94em) {
  .pl-sm--30 {
    padding-left: 3rem !important; } }

@media (max-width: 47.94em) {
  .pl-sm--35 {
    padding-left: 3.5rem !important; } }

@media (max-width: 47.94em) {
  .pl-sm--40 {
    padding-left: 4rem !important; } }

@media (max-width: 47.94em) {
  .pl-sm--45 {
    padding-left: 4.5rem !important; } }

@media (max-width: 47.94em) {
  .pl-sm--50 {
    padding-left: 5rem !important; } }

@media (max-width: 47.94em) {
  .pl-sm--55 {
    padding-left: 5.5rem !important; } }

@media (max-width: 47.94em) {
  .pl-sm--60 {
    padding-left: 6rem !important; } }

@media (max-width: 47.94em) {
  .pl-sm--65 {
    padding-left: 6.5rem !important; } }

@media (max-width: 47.94em) {
  .pl-sm--70 {
    padding-left: 7rem !important; } }

@media (max-width: 47.94em) {
  .pl-sm--75 {
    padding-left: 7.5rem !important; } }

@media (max-width: 47.94em) {
  .pl-sm--80 {
    padding-left: 8rem !important; } }

@media (max-width: 47.94em) {
  .pl-sm--85 {
    padding-left: 8.5rem !important; } }

@media (max-width: 47.94em) {
  .pl-sm--90 {
    padding-left: 9rem !important; } }

@media (max-width: 47.94em) {
  .pl-sm--95 {
    padding-left: 9.5rem !important; } }

@media (max-width: 47.94em) {
  .pl-sm--100 {
    padding-left: 10rem !important; } }

@media (max-width: 47.94em) {
  .pl-sm--105 {
    padding-left: 10.5rem !important; } }

@media (max-width: 47.94em) {
  .pl-sm--110 {
    padding-left: 11rem !important; } }

@media (max-width: 47.94em) {
  .pl-sm--115 {
    padding-left: 11.5rem !important; } }

@media (max-width: 47.94em) {
  .pl-sm--120 {
    padding-left: 12rem !important; } }

@media (max-width: 47.94em) {
  .pl-sm--125 {
    padding-left: 12.5rem !important; } }

@media (max-width: 47.94em) {
  .pl-sm--130 {
    padding-left: 13rem !important; } }

@media (max-width: 47.94em) {
  .pl-sm--135 {
    padding-left: 13.5rem !important; } }

@media (max-width: 47.94em) {
  .pl-sm--140 {
    padding-left: 14rem !important; } }

@media (max-width: 47.94em) {
  .pl-sm--145 {
    padding-left: 14.5rem !important; } }

@media (max-width: 47.94em) {
  .pl-sm--150 {
    padding-left: 15rem !important; } }

@media (max-width: 47.94em) {
  .pl-sm--155 {
    padding-left: 15.5rem !important; } }

@media (max-width: 47.94em) {
  .pl-sm--160 {
    padding-left: 16rem !important; } }

@media (max-width: 47.94em) {
  .pl-sm--165 {
    padding-left: 16.5rem !important; } }

@media (max-width: 47.94em) {
  .pl-sm--170 {
    padding-left: 17rem !important; } }

@media (max-width: 47.94em) {
  .pl-sm--175 {
    padding-left: 17.5rem !important; } }

@media (max-width: 47.94em) {
  .pl-sm--180 {
    padding-left: 18rem !important; } }

@media (max-width: 47.94em) {
  .pl-sm--185 {
    padding-left: 18.5rem !important; } }

@media (max-width: 47.94em) {
  .pl-sm--190 {
    padding-left: 19rem !important; } }

@media (max-width: 47.94em) {
  .pl-sm--195 {
    padding-left: 19.5rem !important; } }

@media (max-width: 47.94em) {
  .pl-sm--200 {
    padding-left: 20rem !important; } }

@media (max-width: 35.94em) {
  .pl-xs--0 {
    padding-left: 0rem !important; } }

@media (max-width: 35.94em) {
  .pl-xs--5 {
    padding-left: 0.5rem !important; } }

@media (max-width: 35.94em) {
  .pl-xs--10 {
    padding-left: 1rem !important; } }

@media (max-width: 35.94em) {
  .pl-xs--15 {
    padding-left: 1.5rem !important; } }

@media (max-width: 35.94em) {
  .pl-xs--20 {
    padding-left: 2rem !important; } }

@media (max-width: 35.94em) {
  .pl-xs--25 {
    padding-left: 2.5rem !important; } }

@media (max-width: 35.94em) {
  .pl-xs--30 {
    padding-left: 3rem !important; } }

@media (max-width: 35.94em) {
  .pl-xs--35 {
    padding-left: 3.5rem !important; } }

@media (max-width: 35.94em) {
  .pl-xs--40 {
    padding-left: 4rem !important; } }

@media (max-width: 35.94em) {
  .pl-xs--45 {
    padding-left: 4.5rem !important; } }

@media (max-width: 35.94em) {
  .pl-xs--50 {
    padding-left: 5rem !important; } }

@media (max-width: 35.94em) {
  .pl-xs--55 {
    padding-left: 5.5rem !important; } }

@media (max-width: 35.94em) {
  .pl-xs--60 {
    padding-left: 6rem !important; } }

@media (max-width: 35.94em) {
  .pl-xs--65 {
    padding-left: 6.5rem !important; } }

@media (max-width: 35.94em) {
  .pl-xs--70 {
    padding-left: 7rem !important; } }

@media (max-width: 35.94em) {
  .pl-xs--75 {
    padding-left: 7.5rem !important; } }

@media (max-width: 35.94em) {
  .pl-xs--80 {
    padding-left: 8rem !important; } }

@media (max-width: 35.94em) {
  .pl-xs--85 {
    padding-left: 8.5rem !important; } }

@media (max-width: 35.94em) {
  .pl-xs--90 {
    padding-left: 9rem !important; } }

@media (max-width: 35.94em) {
  .pl-xs--95 {
    padding-left: 9.5rem !important; } }

@media (max-width: 35.94em) {
  .pl-xs--100 {
    padding-left: 10rem !important; } }

@media (max-width: 35.94em) {
  .pl-xs--105 {
    padding-left: 10.5rem !important; } }

@media (max-width: 35.94em) {
  .pl-xs--110 {
    padding-left: 11rem !important; } }

@media (max-width: 35.94em) {
  .pl-xs--115 {
    padding-left: 11.5rem !important; } }

@media (max-width: 35.94em) {
  .pl-xs--120 {
    padding-left: 12rem !important; } }

@media (max-width: 35.94em) {
  .pl-xs--125 {
    padding-left: 12.5rem !important; } }

@media (max-width: 35.94em) {
  .pl-xs--130 {
    padding-left: 13rem !important; } }

@media (max-width: 35.94em) {
  .pl-xs--135 {
    padding-left: 13.5rem !important; } }

@media (max-width: 35.94em) {
  .pl-xs--140 {
    padding-left: 14rem !important; } }

@media (max-width: 35.94em) {
  .pl-xs--145 {
    padding-left: 14.5rem !important; } }

@media (max-width: 35.94em) {
  .pl-xs--150 {
    padding-left: 15rem !important; } }

@media (max-width: 35.94em) {
  .pl-xs--155 {
    padding-left: 15.5rem !important; } }

@media (max-width: 35.94em) {
  .pl-xs--160 {
    padding-left: 16rem !important; } }

@media (max-width: 35.94em) {
  .pl-xs--165 {
    padding-left: 16.5rem !important; } }

@media (max-width: 35.94em) {
  .pl-xs--170 {
    padding-left: 17rem !important; } }

@media (max-width: 35.94em) {
  .pl-xs--175 {
    padding-left: 17.5rem !important; } }

@media (max-width: 35.94em) {
  .pl-xs--180 {
    padding-left: 18rem !important; } }

@media (max-width: 35.94em) {
  .pl-xs--185 {
    padding-left: 18.5rem !important; } }

@media (max-width: 35.94em) {
  .pl-xs--190 {
    padding-left: 19rem !important; } }

@media (max-width: 35.94em) {
  .pl-xs--195 {
    padding-left: 19.5rem !important; } }

@media (max-width: 35.94em) {
  .pl-xs--200 {
    padding-left: 20rem !important; } }

.plr--0 {
  padding-left: 0rem !important;
  padding-right: 0rem !important; }

.plr--5 {
  padding-left: 0.5rem !important;
  padding-right: 0.5rem !important; }

.plr--10 {
  padding-left: 1rem !important;
  padding-right: 1rem !important; }

.plr--15 {
  padding-left: 1.5rem !important;
  padding-right: 1.5rem !important; }

.plr--20 {
  padding-left: 2rem !important;
  padding-right: 2rem !important; }

.plr--25 {
  padding-left: 2.5rem !important;
  padding-right: 2.5rem !important; }

.plr--30 {
  padding-left: 3rem !important;
  padding-right: 3rem !important; }

.plr--35 {
  padding-left: 3.5rem !important;
  padding-right: 3.5rem !important; }

.plr--40 {
  padding-left: 4rem !important;
  padding-right: 4rem !important; }

.plr--45 {
  padding-left: 4.5rem !important;
  padding-right: 4.5rem !important; }

.plr--50 {
  padding-left: 5rem !important;
  padding-right: 5rem !important; }

.plr--55 {
  padding-left: 5.5rem !important;
  padding-right: 5.5rem !important; }

.plr--60 {
  padding-left: 6rem !important;
  padding-right: 6rem !important; }

.plr--65 {
  padding-left: 6.5rem !important;
  padding-right: 6.5rem !important; }

.plr--70 {
  padding-left: 7rem !important;
  padding-right: 7rem !important; }

.plr--75 {
  padding-left: 7.5rem !important;
  padding-right: 7.5rem !important; }

.plr--80 {
  padding-left: 8rem !important;
  padding-right: 8rem !important; }

.plr--85 {
  padding-left: 8.5rem !important;
  padding-right: 8.5rem !important; }

.plr--90 {
  padding-left: 9rem !important;
  padding-right: 9rem !important; }

.plr--95 {
  padding-left: 9.5rem !important;
  padding-right: 9.5rem !important; }

.plr--100 {
  padding-left: 10rem !important;
  padding-right: 10rem !important; }

.plr--105 {
  padding-left: 10.5rem !important;
  padding-right: 10.5rem !important; }

.plr--110 {
  padding-left: 11rem !important;
  padding-right: 11rem !important; }

.plr--115 {
  padding-left: 11.5rem !important;
  padding-right: 11.5rem !important; }

.plr--120 {
  padding-left: 12rem !important;
  padding-right: 12rem !important; }

.plr--125 {
  padding-left: 12.5rem !important;
  padding-right: 12.5rem !important; }

.plr--130 {
  padding-left: 13rem !important;
  padding-right: 13rem !important; }

.plr--135 {
  padding-left: 13.5rem !important;
  padding-right: 13.5rem !important; }

.plr--140 {
  padding-left: 14rem !important;
  padding-right: 14rem !important; }

.plr--145 {
  padding-left: 14.5rem !important;
  padding-right: 14.5rem !important; }

.plr--150 {
  padding-left: 15rem !important;
  padding-right: 15rem !important; }

.plr--155 {
  padding-left: 15.5rem !important;
  padding-right: 15.5rem !important; }

.plr--160 {
  padding-left: 16rem !important;
  padding-right: 16rem !important; }

.plr--165 {
  padding-left: 16.5rem !important;
  padding-right: 16.5rem !important; }

.plr--170 {
  padding-left: 17rem !important;
  padding-right: 17rem !important; }

.plr--175 {
  padding-left: 17.5rem !important;
  padding-right: 17.5rem !important; }

.plr--180 {
  padding-left: 18rem !important;
  padding-right: 18rem !important; }

.plr--185 {
  padding-left: 18.5rem !important;
  padding-right: 18.5rem !important; }

.plr--190 {
  padding-left: 19rem !important;
  padding-right: 19rem !important; }

.plr--195 {
  padding-left: 19.5rem !important;
  padding-right: 19.5rem !important; }

.plr--200 {
  padding-left: 20rem !important;
  padding-right: 20rem !important; }

@media (max-width: 93.6875em) {
  .plr-xl--0 {
    padding-left: 0rem !important;
    padding-right: 0rem !important; } }

@media (max-width: 93.6875em) {
  .plr-xl--5 {
    padding-left: 0.5rem !important;
    padding-right: 0.5rem !important; } }

@media (max-width: 93.6875em) {
  .plr-xl--10 {
    padding-left: 1rem !important;
    padding-right: 1rem !important; } }

@media (max-width: 93.6875em) {
  .plr-xl--15 {
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important; } }

@media (max-width: 93.6875em) {
  .plr-xl--20 {
    padding-left: 2rem !important;
    padding-right: 2rem !important; } }

@media (max-width: 93.6875em) {
  .plr-xl--25 {
    padding-left: 2.5rem !important;
    padding-right: 2.5rem !important; } }

@media (max-width: 93.6875em) {
  .plr-xl--30 {
    padding-left: 3rem !important;
    padding-right: 3rem !important; } }

@media (max-width: 93.6875em) {
  .plr-xl--35 {
    padding-left: 3.5rem !important;
    padding-right: 3.5rem !important; } }

@media (max-width: 93.6875em) {
  .plr-xl--40 {
    padding-left: 4rem !important;
    padding-right: 4rem !important; } }

@media (max-width: 93.6875em) {
  .plr-xl--45 {
    padding-left: 4.5rem !important;
    padding-right: 4.5rem !important; } }

@media (max-width: 93.6875em) {
  .plr-xl--50 {
    padding-left: 5rem !important;
    padding-right: 5rem !important; } }

@media (max-width: 93.6875em) {
  .plr-xl--55 {
    padding-left: 5.5rem !important;
    padding-right: 5.5rem !important; } }

@media (max-width: 93.6875em) {
  .plr-xl--60 {
    padding-left: 6rem !important;
    padding-right: 6rem !important; } }

@media (max-width: 93.6875em) {
  .plr-xl--65 {
    padding-left: 6.5rem !important;
    padding-right: 6.5rem !important; } }

@media (max-width: 93.6875em) {
  .plr-xl--70 {
    padding-left: 7rem !important;
    padding-right: 7rem !important; } }

@media (max-width: 93.6875em) {
  .plr-xl--75 {
    padding-left: 7.5rem !important;
    padding-right: 7.5rem !important; } }

@media (max-width: 93.6875em) {
  .plr-xl--80 {
    padding-left: 8rem !important;
    padding-right: 8rem !important; } }

@media (max-width: 93.6875em) {
  .plr-xl--85 {
    padding-left: 8.5rem !important;
    padding-right: 8.5rem !important; } }

@media (max-width: 93.6875em) {
  .plr-xl--90 {
    padding-left: 9rem !important;
    padding-right: 9rem !important; } }

@media (max-width: 93.6875em) {
  .plr-xl--95 {
    padding-left: 9.5rem !important;
    padding-right: 9.5rem !important; } }

@media (max-width: 93.6875em) {
  .plr-xl--100 {
    padding-left: 10rem !important;
    padding-right: 10rem !important; } }

@media (max-width: 93.6875em) {
  .plr-xl--105 {
    padding-left: 10.5rem !important;
    padding-right: 10.5rem !important; } }

@media (max-width: 93.6875em) {
  .plr-xl--110 {
    padding-left: 11rem !important;
    padding-right: 11rem !important; } }

@media (max-width: 93.6875em) {
  .plr-xl--115 {
    padding-left: 11.5rem !important;
    padding-right: 11.5rem !important; } }

@media (max-width: 93.6875em) {
  .plr-xl--120 {
    padding-left: 12rem !important;
    padding-right: 12rem !important; } }

@media (max-width: 93.6875em) {
  .plr-xl--125 {
    padding-left: 12.5rem !important;
    padding-right: 12.5rem !important; } }

@media (max-width: 93.6875em) {
  .plr-xl--130 {
    padding-left: 13rem !important;
    padding-right: 13rem !important; } }

@media (max-width: 93.6875em) {
  .plr-xl--135 {
    padding-left: 13.5rem !important;
    padding-right: 13.5rem !important; } }

@media (max-width: 93.6875em) {
  .plr-xl--140 {
    padding-left: 14rem !important;
    padding-right: 14rem !important; } }

@media (max-width: 93.6875em) {
  .plr-xl--145 {
    padding-left: 14.5rem !important;
    padding-right: 14.5rem !important; } }

@media (max-width: 93.6875em) {
  .plr-xl--150 {
    padding-left: 15rem !important;
    padding-right: 15rem !important; } }

@media (max-width: 93.6875em) {
  .plr-xl--155 {
    padding-left: 15.5rem !important;
    padding-right: 15.5rem !important; } }

@media (max-width: 93.6875em) {
  .plr-xl--160 {
    padding-left: 16rem !important;
    padding-right: 16rem !important; } }

@media (max-width: 93.6875em) {
  .plr-xl--165 {
    padding-left: 16.5rem !important;
    padding-right: 16.5rem !important; } }

@media (max-width: 93.6875em) {
  .plr-xl--170 {
    padding-left: 17rem !important;
    padding-right: 17rem !important; } }

@media (max-width: 93.6875em) {
  .plr-xl--175 {
    padding-left: 17.5rem !important;
    padding-right: 17.5rem !important; } }

@media (max-width: 93.6875em) {
  .plr-xl--180 {
    padding-left: 18rem !important;
    padding-right: 18rem !important; } }

@media (max-width: 93.6875em) {
  .plr-xl--185 {
    padding-left: 18.5rem !important;
    padding-right: 18.5rem !important; } }

@media (max-width: 93.6875em) {
  .plr-xl--190 {
    padding-left: 19rem !important;
    padding-right: 19rem !important; } }

@media (max-width: 93.6875em) {
  .plr-xl--195 {
    padding-left: 19.5rem !important;
    padding-right: 19.5rem !important; } }

@media (max-width: 93.6875em) {
  .plr-xl--200 {
    padding-left: 20rem !important;
    padding-right: 20rem !important; } }

@media (max-width: 74.9375em) {
  .plr-lg--0 {
    padding-left: 0rem !important;
    padding-right: 0rem !important; } }

@media (max-width: 74.9375em) {
  .plr-lg--5 {
    padding-left: 0.5rem !important;
    padding-right: 0.5rem !important; } }

@media (max-width: 74.9375em) {
  .plr-lg--10 {
    padding-left: 1rem !important;
    padding-right: 1rem !important; } }

@media (max-width: 74.9375em) {
  .plr-lg--15 {
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important; } }

@media (max-width: 74.9375em) {
  .plr-lg--20 {
    padding-left: 2rem !important;
    padding-right: 2rem !important; } }

@media (max-width: 74.9375em) {
  .plr-lg--25 {
    padding-left: 2.5rem !important;
    padding-right: 2.5rem !important; } }

@media (max-width: 74.9375em) {
  .plr-lg--30 {
    padding-left: 3rem !important;
    padding-right: 3rem !important; } }

@media (max-width: 74.9375em) {
  .plr-lg--35 {
    padding-left: 3.5rem !important;
    padding-right: 3.5rem !important; } }

@media (max-width: 74.9375em) {
  .plr-lg--40 {
    padding-left: 4rem !important;
    padding-right: 4rem !important; } }

@media (max-width: 74.9375em) {
  .plr-lg--45 {
    padding-left: 4.5rem !important;
    padding-right: 4.5rem !important; } }

@media (max-width: 74.9375em) {
  .plr-lg--50 {
    padding-left: 5rem !important;
    padding-right: 5rem !important; } }

@media (max-width: 74.9375em) {
  .plr-lg--55 {
    padding-left: 5.5rem !important;
    padding-right: 5.5rem !important; } }

@media (max-width: 74.9375em) {
  .plr-lg--60 {
    padding-left: 6rem !important;
    padding-right: 6rem !important; } }

@media (max-width: 74.9375em) {
  .plr-lg--65 {
    padding-left: 6.5rem !important;
    padding-right: 6.5rem !important; } }

@media (max-width: 74.9375em) {
  .plr-lg--70 {
    padding-left: 7rem !important;
    padding-right: 7rem !important; } }

@media (max-width: 74.9375em) {
  .plr-lg--75 {
    padding-left: 7.5rem !important;
    padding-right: 7.5rem !important; } }

@media (max-width: 74.9375em) {
  .plr-lg--80 {
    padding-left: 8rem !important;
    padding-right: 8rem !important; } }

@media (max-width: 74.9375em) {
  .plr-lg--85 {
    padding-left: 8.5rem !important;
    padding-right: 8.5rem !important; } }

@media (max-width: 74.9375em) {
  .plr-lg--90 {
    padding-left: 9rem !important;
    padding-right: 9rem !important; } }

@media (max-width: 74.9375em) {
  .plr-lg--95 {
    padding-left: 9.5rem !important;
    padding-right: 9.5rem !important; } }

@media (max-width: 74.9375em) {
  .plr-lg--100 {
    padding-left: 10rem !important;
    padding-right: 10rem !important; } }

@media (max-width: 74.9375em) {
  .plr-lg--105 {
    padding-left: 10.5rem !important;
    padding-right: 10.5rem !important; } }

@media (max-width: 74.9375em) {
  .plr-lg--110 {
    padding-left: 11rem !important;
    padding-right: 11rem !important; } }

@media (max-width: 74.9375em) {
  .plr-lg--115 {
    padding-left: 11.5rem !important;
    padding-right: 11.5rem !important; } }

@media (max-width: 74.9375em) {
  .plr-lg--120 {
    padding-left: 12rem !important;
    padding-right: 12rem !important; } }

@media (max-width: 74.9375em) {
  .plr-lg--125 {
    padding-left: 12.5rem !important;
    padding-right: 12.5rem !important; } }

@media (max-width: 74.9375em) {
  .plr-lg--130 {
    padding-left: 13rem !important;
    padding-right: 13rem !important; } }

@media (max-width: 74.9375em) {
  .plr-lg--135 {
    padding-left: 13.5rem !important;
    padding-right: 13.5rem !important; } }

@media (max-width: 74.9375em) {
  .plr-lg--140 {
    padding-left: 14rem !important;
    padding-right: 14rem !important; } }

@media (max-width: 74.9375em) {
  .plr-lg--145 {
    padding-left: 14.5rem !important;
    padding-right: 14.5rem !important; } }

@media (max-width: 74.9375em) {
  .plr-lg--150 {
    padding-left: 15rem !important;
    padding-right: 15rem !important; } }

@media (max-width: 74.9375em) {
  .plr-lg--155 {
    padding-left: 15.5rem !important;
    padding-right: 15.5rem !important; } }

@media (max-width: 74.9375em) {
  .plr-lg--160 {
    padding-left: 16rem !important;
    padding-right: 16rem !important; } }

@media (max-width: 74.9375em) {
  .plr-lg--165 {
    padding-left: 16.5rem !important;
    padding-right: 16.5rem !important; } }

@media (max-width: 74.9375em) {
  .plr-lg--170 {
    padding-left: 17rem !important;
    padding-right: 17rem !important; } }

@media (max-width: 74.9375em) {
  .plr-lg--175 {
    padding-left: 17.5rem !important;
    padding-right: 17.5rem !important; } }

@media (max-width: 74.9375em) {
  .plr-lg--180 {
    padding-left: 18rem !important;
    padding-right: 18rem !important; } }

@media (max-width: 74.9375em) {
  .plr-lg--185 {
    padding-left: 18.5rem !important;
    padding-right: 18.5rem !important; } }

@media (max-width: 74.9375em) {
  .plr-lg--190 {
    padding-left: 19rem !important;
    padding-right: 19rem !important; } }

@media (max-width: 74.9375em) {
  .plr-lg--195 {
    padding-left: 19.5rem !important;
    padding-right: 19.5rem !important; } }

@media (max-width: 74.9375em) {
  .plr-lg--200 {
    padding-left: 20rem !important;
    padding-right: 20rem !important; } }

@media (max-width: 61.94em) {
  .plr-md--0 {
    padding-left: 0rem !important;
    padding-right: 0rem !important; } }

@media (max-width: 61.94em) {
  .plr-md--5 {
    padding-left: 0.5rem !important;
    padding-right: 0.5rem !important; } }

@media (max-width: 61.94em) {
  .plr-md--10 {
    padding-left: 1rem !important;
    padding-right: 1rem !important; } }

@media (max-width: 61.94em) {
  .plr-md--15 {
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important; } }

@media (max-width: 61.94em) {
  .plr-md--20 {
    padding-left: 2rem !important;
    padding-right: 2rem !important; } }

@media (max-width: 61.94em) {
  .plr-md--25 {
    padding-left: 2.5rem !important;
    padding-right: 2.5rem !important; } }

@media (max-width: 61.94em) {
  .plr-md--30 {
    padding-left: 3rem !important;
    padding-right: 3rem !important; } }

@media (max-width: 61.94em) {
  .plr-md--35 {
    padding-left: 3.5rem !important;
    padding-right: 3.5rem !important; } }

@media (max-width: 61.94em) {
  .plr-md--40 {
    padding-left: 4rem !important;
    padding-right: 4rem !important; } }

@media (max-width: 61.94em) {
  .plr-md--45 {
    padding-left: 4.5rem !important;
    padding-right: 4.5rem !important; } }

@media (max-width: 61.94em) {
  .plr-md--50 {
    padding-left: 5rem !important;
    padding-right: 5rem !important; } }

@media (max-width: 61.94em) {
  .plr-md--55 {
    padding-left: 5.5rem !important;
    padding-right: 5.5rem !important; } }

@media (max-width: 61.94em) {
  .plr-md--60 {
    padding-left: 6rem !important;
    padding-right: 6rem !important; } }

@media (max-width: 61.94em) {
  .plr-md--65 {
    padding-left: 6.5rem !important;
    padding-right: 6.5rem !important; } }

@media (max-width: 61.94em) {
  .plr-md--70 {
    padding-left: 7rem !important;
    padding-right: 7rem !important; } }

@media (max-width: 61.94em) {
  .plr-md--75 {
    padding-left: 7.5rem !important;
    padding-right: 7.5rem !important; } }

@media (max-width: 61.94em) {
  .plr-md--80 {
    padding-left: 8rem !important;
    padding-right: 8rem !important; } }

@media (max-width: 61.94em) {
  .plr-md--85 {
    padding-left: 8.5rem !important;
    padding-right: 8.5rem !important; } }

@media (max-width: 61.94em) {
  .plr-md--90 {
    padding-left: 9rem !important;
    padding-right: 9rem !important; } }

@media (max-width: 61.94em) {
  .plr-md--95 {
    padding-left: 9.5rem !important;
    padding-right: 9.5rem !important; } }

@media (max-width: 61.94em) {
  .plr-md--100 {
    padding-left: 10rem !important;
    padding-right: 10rem !important; } }

@media (max-width: 61.94em) {
  .plr-md--105 {
    padding-left: 10.5rem !important;
    padding-right: 10.5rem !important; } }

@media (max-width: 61.94em) {
  .plr-md--110 {
    padding-left: 11rem !important;
    padding-right: 11rem !important; } }

@media (max-width: 61.94em) {
  .plr-md--115 {
    padding-left: 11.5rem !important;
    padding-right: 11.5rem !important; } }

@media (max-width: 61.94em) {
  .plr-md--120 {
    padding-left: 12rem !important;
    padding-right: 12rem !important; } }

@media (max-width: 61.94em) {
  .plr-md--125 {
    padding-left: 12.5rem !important;
    padding-right: 12.5rem !important; } }

@media (max-width: 61.94em) {
  .plr-md--130 {
    padding-left: 13rem !important;
    padding-right: 13rem !important; } }

@media (max-width: 61.94em) {
  .plr-md--135 {
    padding-left: 13.5rem !important;
    padding-right: 13.5rem !important; } }

@media (max-width: 61.94em) {
  .plr-md--140 {
    padding-left: 14rem !important;
    padding-right: 14rem !important; } }

@media (max-width: 61.94em) {
  .plr-md--145 {
    padding-left: 14.5rem !important;
    padding-right: 14.5rem !important; } }

@media (max-width: 61.94em) {
  .plr-md--150 {
    padding-left: 15rem !important;
    padding-right: 15rem !important; } }

@media (max-width: 61.94em) {
  .plr-md--155 {
    padding-left: 15.5rem !important;
    padding-right: 15.5rem !important; } }

@media (max-width: 61.94em) {
  .plr-md--160 {
    padding-left: 16rem !important;
    padding-right: 16rem !important; } }

@media (max-width: 61.94em) {
  .plr-md--165 {
    padding-left: 16.5rem !important;
    padding-right: 16.5rem !important; } }

@media (max-width: 61.94em) {
  .plr-md--170 {
    padding-left: 17rem !important;
    padding-right: 17rem !important; } }

@media (max-width: 61.94em) {
  .plr-md--175 {
    padding-left: 17.5rem !important;
    padding-right: 17.5rem !important; } }

@media (max-width: 61.94em) {
  .plr-md--180 {
    padding-left: 18rem !important;
    padding-right: 18rem !important; } }

@media (max-width: 61.94em) {
  .plr-md--185 {
    padding-left: 18.5rem !important;
    padding-right: 18.5rem !important; } }

@media (max-width: 61.94em) {
  .plr-md--190 {
    padding-left: 19rem !important;
    padding-right: 19rem !important; } }

@media (max-width: 61.94em) {
  .plr-md--195 {
    padding-left: 19.5rem !important;
    padding-right: 19.5rem !important; } }

@media (max-width: 61.94em) {
  .plr-md--200 {
    padding-left: 20rem !important;
    padding-right: 20rem !important; } }

@media (max-width: 47.94em) {
  .plr-sm--0 {
    padding-left: 0rem !important;
    padding-right: 0rem !important; } }

@media (max-width: 47.94em) {
  .plr-sm--5 {
    padding-left: 0.5rem !important;
    padding-right: 0.5rem !important; } }

@media (max-width: 47.94em) {
  .plr-sm--10 {
    padding-left: 1rem !important;
    padding-right: 1rem !important; } }

@media (max-width: 47.94em) {
  .plr-sm--15 {
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important; } }

@media (max-width: 47.94em) {
  .plr-sm--20 {
    padding-left: 2rem !important;
    padding-right: 2rem !important; } }

@media (max-width: 47.94em) {
  .plr-sm--25 {
    padding-left: 2.5rem !important;
    padding-right: 2.5rem !important; } }

@media (max-width: 47.94em) {
  .plr-sm--30 {
    padding-left: 3rem !important;
    padding-right: 3rem !important; } }

@media (max-width: 47.94em) {
  .plr-sm--35 {
    padding-left: 3.5rem !important;
    padding-right: 3.5rem !important; } }

@media (max-width: 47.94em) {
  .plr-sm--40 {
    padding-left: 4rem !important;
    padding-right: 4rem !important; } }

@media (max-width: 47.94em) {
  .plr-sm--45 {
    padding-left: 4.5rem !important;
    padding-right: 4.5rem !important; } }

@media (max-width: 47.94em) {
  .plr-sm--50 {
    padding-left: 5rem !important;
    padding-right: 5rem !important; } }

@media (max-width: 47.94em) {
  .plr-sm--55 {
    padding-left: 5.5rem !important;
    padding-right: 5.5rem !important; } }

@media (max-width: 47.94em) {
  .plr-sm--60 {
    padding-left: 6rem !important;
    padding-right: 6rem !important; } }

@media (max-width: 47.94em) {
  .plr-sm--65 {
    padding-left: 6.5rem !important;
    padding-right: 6.5rem !important; } }

@media (max-width: 47.94em) {
  .plr-sm--70 {
    padding-left: 7rem !important;
    padding-right: 7rem !important; } }

@media (max-width: 47.94em) {
  .plr-sm--75 {
    padding-left: 7.5rem !important;
    padding-right: 7.5rem !important; } }

@media (max-width: 47.94em) {
  .plr-sm--80 {
    padding-left: 8rem !important;
    padding-right: 8rem !important; } }

@media (max-width: 47.94em) {
  .plr-sm--85 {
    padding-left: 8.5rem !important;
    padding-right: 8.5rem !important; } }

@media (max-width: 47.94em) {
  .plr-sm--90 {
    padding-left: 9rem !important;
    padding-right: 9rem !important; } }

@media (max-width: 47.94em) {
  .plr-sm--95 {
    padding-left: 9.5rem !important;
    padding-right: 9.5rem !important; } }

@media (max-width: 47.94em) {
  .plr-sm--100 {
    padding-left: 10rem !important;
    padding-right: 10rem !important; } }

@media (max-width: 47.94em) {
  .plr-sm--105 {
    padding-left: 10.5rem !important;
    padding-right: 10.5rem !important; } }

@media (max-width: 47.94em) {
  .plr-sm--110 {
    padding-left: 11rem !important;
    padding-right: 11rem !important; } }

@media (max-width: 47.94em) {
  .plr-sm--115 {
    padding-left: 11.5rem !important;
    padding-right: 11.5rem !important; } }

@media (max-width: 47.94em) {
  .plr-sm--120 {
    padding-left: 12rem !important;
    padding-right: 12rem !important; } }

@media (max-width: 47.94em) {
  .plr-sm--125 {
    padding-left: 12.5rem !important;
    padding-right: 12.5rem !important; } }

@media (max-width: 47.94em) {
  .plr-sm--130 {
    padding-left: 13rem !important;
    padding-right: 13rem !important; } }

@media (max-width: 47.94em) {
  .plr-sm--135 {
    padding-left: 13.5rem !important;
    padding-right: 13.5rem !important; } }

@media (max-width: 47.94em) {
  .plr-sm--140 {
    padding-left: 14rem !important;
    padding-right: 14rem !important; } }

@media (max-width: 47.94em) {
  .plr-sm--145 {
    padding-left: 14.5rem !important;
    padding-right: 14.5rem !important; } }

@media (max-width: 47.94em) {
  .plr-sm--150 {
    padding-left: 15rem !important;
    padding-right: 15rem !important; } }

@media (max-width: 47.94em) {
  .plr-sm--155 {
    padding-left: 15.5rem !important;
    padding-right: 15.5rem !important; } }

@media (max-width: 47.94em) {
  .plr-sm--160 {
    padding-left: 16rem !important;
    padding-right: 16rem !important; } }

@media (max-width: 47.94em) {
  .plr-sm--165 {
    padding-left: 16.5rem !important;
    padding-right: 16.5rem !important; } }

@media (max-width: 47.94em) {
  .plr-sm--170 {
    padding-left: 17rem !important;
    padding-right: 17rem !important; } }

@media (max-width: 47.94em) {
  .plr-sm--175 {
    padding-left: 17.5rem !important;
    padding-right: 17.5rem !important; } }

@media (max-width: 47.94em) {
  .plr-sm--180 {
    padding-left: 18rem !important;
    padding-right: 18rem !important; } }

@media (max-width: 47.94em) {
  .plr-sm--185 {
    padding-left: 18.5rem !important;
    padding-right: 18.5rem !important; } }

@media (max-width: 47.94em) {
  .plr-sm--190 {
    padding-left: 19rem !important;
    padding-right: 19rem !important; } }

@media (max-width: 47.94em) {
  .plr-sm--195 {
    padding-left: 19.5rem !important;
    padding-right: 19.5rem !important; } }

@media (max-width: 47.94em) {
  .plr-sm--200 {
    padding-left: 20rem !important;
    padding-right: 20rem !important; } }

@media (max-width: 35.94em) {
  .plr-xs--0 {
    padding-left: 0rem !important;
    padding-right: 0rem !important; } }

@media (max-width: 35.94em) {
  .plr-xs--5 {
    padding-left: 0.5rem !important;
    padding-right: 0.5rem !important; } }

@media (max-width: 35.94em) {
  .plr-xs--10 {
    padding-left: 1rem !important;
    padding-right: 1rem !important; } }

@media (max-width: 35.94em) {
  .plr-xs--15 {
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important; } }

@media (max-width: 35.94em) {
  .plr-xs--20 {
    padding-left: 2rem !important;
    padding-right: 2rem !important; } }

@media (max-width: 35.94em) {
  .plr-xs--25 {
    padding-left: 2.5rem !important;
    padding-right: 2.5rem !important; } }

@media (max-width: 35.94em) {
  .plr-xs--30 {
    padding-left: 3rem !important;
    padding-right: 3rem !important; } }

@media (max-width: 35.94em) {
  .plr-xs--35 {
    padding-left: 3.5rem !important;
    padding-right: 3.5rem !important; } }

@media (max-width: 35.94em) {
  .plr-xs--40 {
    padding-left: 4rem !important;
    padding-right: 4rem !important; } }

@media (max-width: 35.94em) {
  .plr-xs--45 {
    padding-left: 4.5rem !important;
    padding-right: 4.5rem !important; } }

@media (max-width: 35.94em) {
  .plr-xs--50 {
    padding-left: 5rem !important;
    padding-right: 5rem !important; } }

@media (max-width: 35.94em) {
  .plr-xs--55 {
    padding-left: 5.5rem !important;
    padding-right: 5.5rem !important; } }

@media (max-width: 35.94em) {
  .plr-xs--60 {
    padding-left: 6rem !important;
    padding-right: 6rem !important; } }

@media (max-width: 35.94em) {
  .plr-xs--65 {
    padding-left: 6.5rem !important;
    padding-right: 6.5rem !important; } }

@media (max-width: 35.94em) {
  .plr-xs--70 {
    padding-left: 7rem !important;
    padding-right: 7rem !important; } }

@media (max-width: 35.94em) {
  .plr-xs--75 {
    padding-left: 7.5rem !important;
    padding-right: 7.5rem !important; } }

@media (max-width: 35.94em) {
  .plr-xs--80 {
    padding-left: 8rem !important;
    padding-right: 8rem !important; } }

@media (max-width: 35.94em) {
  .plr-xs--85 {
    padding-left: 8.5rem !important;
    padding-right: 8.5rem !important; } }

@media (max-width: 35.94em) {
  .plr-xs--90 {
    padding-left: 9rem !important;
    padding-right: 9rem !important; } }

@media (max-width: 35.94em) {
  .plr-xs--95 {
    padding-left: 9.5rem !important;
    padding-right: 9.5rem !important; } }

@media (max-width: 35.94em) {
  .plr-xs--100 {
    padding-left: 10rem !important;
    padding-right: 10rem !important; } }

@media (max-width: 35.94em) {
  .plr-xs--105 {
    padding-left: 10.5rem !important;
    padding-right: 10.5rem !important; } }

@media (max-width: 35.94em) {
  .plr-xs--110 {
    padding-left: 11rem !important;
    padding-right: 11rem !important; } }

@media (max-width: 35.94em) {
  .plr-xs--115 {
    padding-left: 11.5rem !important;
    padding-right: 11.5rem !important; } }

@media (max-width: 35.94em) {
  .plr-xs--120 {
    padding-left: 12rem !important;
    padding-right: 12rem !important; } }

@media (max-width: 35.94em) {
  .plr-xs--125 {
    padding-left: 12.5rem !important;
    padding-right: 12.5rem !important; } }

@media (max-width: 35.94em) {
  .plr-xs--130 {
    padding-left: 13rem !important;
    padding-right: 13rem !important; } }

@media (max-width: 35.94em) {
  .plr-xs--135 {
    padding-left: 13.5rem !important;
    padding-right: 13.5rem !important; } }

@media (max-width: 35.94em) {
  .plr-xs--140 {
    padding-left: 14rem !important;
    padding-right: 14rem !important; } }

@media (max-width: 35.94em) {
  .plr-xs--145 {
    padding-left: 14.5rem !important;
    padding-right: 14.5rem !important; } }

@media (max-width: 35.94em) {
  .plr-xs--150 {
    padding-left: 15rem !important;
    padding-right: 15rem !important; } }

@media (max-width: 35.94em) {
  .plr-xs--155 {
    padding-left: 15.5rem !important;
    padding-right: 15.5rem !important; } }

@media (max-width: 35.94em) {
  .plr-xs--160 {
    padding-left: 16rem !important;
    padding-right: 16rem !important; } }

@media (max-width: 35.94em) {
  .plr-xs--165 {
    padding-left: 16.5rem !important;
    padding-right: 16.5rem !important; } }

@media (max-width: 35.94em) {
  .plr-xs--170 {
    padding-left: 17rem !important;
    padding-right: 17rem !important; } }

@media (max-width: 35.94em) {
  .plr-xs--175 {
    padding-left: 17.5rem !important;
    padding-right: 17.5rem !important; } }

@media (max-width: 35.94em) {
  .plr-xs--180 {
    padding-left: 18rem !important;
    padding-right: 18rem !important; } }

@media (max-width: 35.94em) {
  .plr-xs--185 {
    padding-left: 18.5rem !important;
    padding-right: 18.5rem !important; } }

@media (max-width: 35.94em) {
  .plr-xs--190 {
    padding-left: 19rem !important;
    padding-right: 19rem !important; } }

@media (max-width: 35.94em) {
  .plr-xs--195 {
    padding-left: 19.5rem !important;
    padding-right: 19.5rem !important; } }

@media (max-width: 35.94em) {
  .plr-xs--200 {
    padding-left: 20rem !important;
    padding-right: 20rem !important; } }

.mtb--0 {
  margin-top: 0rem !important;
  margin-bottom: 0rem !important; }

.mtb--5 {
  margin-top: 0.5rem !important;
  margin-bottom: 0.5rem !important; }

.mtb--10 {
  margin-top: 1rem !important;
  margin-bottom: 1rem !important; }

.mtb--15 {
  margin-top: 1.5rem !important;
  margin-bottom: 1.5rem !important; }

.mtb--20 {
  margin-top: 2rem !important;
  margin-bottom: 2rem !important; }

.mtb--25 {
  margin-top: 2.5rem !important;
  margin-bottom: 2.5rem !important; }

.mtb--30 {
  margin-top: 3rem !important;
  margin-bottom: 3rem !important; }

.mtb--35 {
  margin-top: 3.5rem !important;
  margin-bottom: 3.5rem !important; }

.mtb--40 {
  margin-top: 4rem !important;
  margin-bottom: 4rem !important; }

.mtb--45 {
  margin-top: 4.5rem !important;
  margin-bottom: 4.5rem !important; }

.mtb--50 {
  margin-top: 5rem !important;
  margin-bottom: 5rem !important; }

.mtb--55 {
  margin-top: 5.5rem !important;
  margin-bottom: 5.5rem !important; }

.mtb--60 {
  margin-top: 6rem !important;
  margin-bottom: 6rem !important; }

.mtb--65 {
  margin-top: 6.5rem !important;
  margin-bottom: 6.5rem !important; }

.mtb--70 {
  margin-top: 7rem !important;
  margin-bottom: 7rem !important; }

.mtb--75 {
  margin-top: 7.5rem !important;
  margin-bottom: 7.5rem !important; }

.mtb--80 {
  margin-top: 8rem !important;
  margin-bottom: 8rem !important; }

.mtb--85 {
  margin-top: 8.5rem !important;
  margin-bottom: 8.5rem !important; }

.mtb--90 {
  margin-top: 9rem !important;
  margin-bottom: 9rem !important; }

.mtb--95 {
  margin-top: 9.5rem !important;
  margin-bottom: 9.5rem !important; }

.mtb--100 {
  margin-top: 10rem !important;
  margin-bottom: 10rem !important; }

.mtb--105 {
  margin-top: 10.5rem !important;
  margin-bottom: 10.5rem !important; }

.mtb--110 {
  margin-top: 11rem !important;
  margin-bottom: 11rem !important; }

.mtb--115 {
  margin-top: 11.5rem !important;
  margin-bottom: 11.5rem !important; }

.mtb--120 {
  margin-top: 12rem !important;
  margin-bottom: 12rem !important; }

.mtb--125 {
  margin-top: 12.5rem !important;
  margin-bottom: 12.5rem !important; }

.mtb--130 {
  margin-top: 13rem !important;
  margin-bottom: 13rem !important; }

.mtb--135 {
  margin-top: 13.5rem !important;
  margin-bottom: 13.5rem !important; }

.mtb--140 {
  margin-top: 14rem !important;
  margin-bottom: 14rem !important; }

.mtb--145 {
  margin-top: 14.5rem !important;
  margin-bottom: 14.5rem !important; }

.mtb--150 {
  margin-top: 15rem !important;
  margin-bottom: 15rem !important; }

.mtb--155 {
  margin-top: 15.5rem !important;
  margin-bottom: 15.5rem !important; }

.mtb--160 {
  margin-top: 16rem !important;
  margin-bottom: 16rem !important; }

.mtb--165 {
  margin-top: 16.5rem !important;
  margin-bottom: 16.5rem !important; }

.mtb--170 {
  margin-top: 17rem !important;
  margin-bottom: 17rem !important; }

.mtb--175 {
  margin-top: 17.5rem !important;
  margin-bottom: 17.5rem !important; }

.mtb--180 {
  margin-top: 18rem !important;
  margin-bottom: 18rem !important; }

.mtb--185 {
  margin-top: 18.5rem !important;
  margin-bottom: 18.5rem !important; }

.mtb--190 {
  margin-top: 19rem !important;
  margin-bottom: 19rem !important; }

.mtb--195 {
  margin-top: 19.5rem !important;
  margin-bottom: 19.5rem !important; }

.mtb--200 {
  margin-top: 20rem !important;
  margin-bottom: 20rem !important; }

@media (max-width: 93.6875em) {
  .mtb-xl--0 {
    margin-top: 0rem !important;
    margin-bottom: 0rem !important; } }

@media (max-width: 93.6875em) {
  .mtb-xl--5 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important; } }

@media (max-width: 93.6875em) {
  .mtb-xl--10 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important; } }

@media (max-width: 93.6875em) {
  .mtb-xl--15 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important; } }

@media (max-width: 93.6875em) {
  .mtb-xl--20 {
    margin-top: 2rem !important;
    margin-bottom: 2rem !important; } }

@media (max-width: 93.6875em) {
  .mtb-xl--25 {
    margin-top: 2.5rem !important;
    margin-bottom: 2.5rem !important; } }

@media (max-width: 93.6875em) {
  .mtb-xl--30 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important; } }

@media (max-width: 93.6875em) {
  .mtb-xl--35 {
    margin-top: 3.5rem !important;
    margin-bottom: 3.5rem !important; } }

@media (max-width: 93.6875em) {
  .mtb-xl--40 {
    margin-top: 4rem !important;
    margin-bottom: 4rem !important; } }

@media (max-width: 93.6875em) {
  .mtb-xl--45 {
    margin-top: 4.5rem !important;
    margin-bottom: 4.5rem !important; } }

@media (max-width: 93.6875em) {
  .mtb-xl--50 {
    margin-top: 5rem !important;
    margin-bottom: 5rem !important; } }

@media (max-width: 93.6875em) {
  .mtb-xl--55 {
    margin-top: 5.5rem !important;
    margin-bottom: 5.5rem !important; } }

@media (max-width: 93.6875em) {
  .mtb-xl--60 {
    margin-top: 6rem !important;
    margin-bottom: 6rem !important; } }

@media (max-width: 93.6875em) {
  .mtb-xl--65 {
    margin-top: 6.5rem !important;
    margin-bottom: 6.5rem !important; } }

@media (max-width: 93.6875em) {
  .mtb-xl--70 {
    margin-top: 7rem !important;
    margin-bottom: 7rem !important; } }

@media (max-width: 93.6875em) {
  .mtb-xl--75 {
    margin-top: 7.5rem !important;
    margin-bottom: 7.5rem !important; } }

@media (max-width: 93.6875em) {
  .mtb-xl--80 {
    margin-top: 8rem !important;
    margin-bottom: 8rem !important; } }

@media (max-width: 93.6875em) {
  .mtb-xl--85 {
    margin-top: 8.5rem !important;
    margin-bottom: 8.5rem !important; } }

@media (max-width: 93.6875em) {
  .mtb-xl--90 {
    margin-top: 9rem !important;
    margin-bottom: 9rem !important; } }

@media (max-width: 93.6875em) {
  .mtb-xl--95 {
    margin-top: 9.5rem !important;
    margin-bottom: 9.5rem !important; } }

@media (max-width: 93.6875em) {
  .mtb-xl--100 {
    margin-top: 10rem !important;
    margin-bottom: 10rem !important; } }

@media (max-width: 93.6875em) {
  .mtb-xl--105 {
    margin-top: 10.5rem !important;
    margin-bottom: 10.5rem !important; } }

@media (max-width: 93.6875em) {
  .mtb-xl--110 {
    margin-top: 11rem !important;
    margin-bottom: 11rem !important; } }

@media (max-width: 93.6875em) {
  .mtb-xl--115 {
    margin-top: 11.5rem !important;
    margin-bottom: 11.5rem !important; } }

@media (max-width: 93.6875em) {
  .mtb-xl--120 {
    margin-top: 12rem !important;
    margin-bottom: 12rem !important; } }

@media (max-width: 93.6875em) {
  .mtb-xl--125 {
    margin-top: 12.5rem !important;
    margin-bottom: 12.5rem !important; } }

@media (max-width: 93.6875em) {
  .mtb-xl--130 {
    margin-top: 13rem !important;
    margin-bottom: 13rem !important; } }

@media (max-width: 93.6875em) {
  .mtb-xl--135 {
    margin-top: 13.5rem !important;
    margin-bottom: 13.5rem !important; } }

@media (max-width: 93.6875em) {
  .mtb-xl--140 {
    margin-top: 14rem !important;
    margin-bottom: 14rem !important; } }

@media (max-width: 93.6875em) {
  .mtb-xl--145 {
    margin-top: 14.5rem !important;
    margin-bottom: 14.5rem !important; } }

@media (max-width: 93.6875em) {
  .mtb-xl--150 {
    margin-top: 15rem !important;
    margin-bottom: 15rem !important; } }

@media (max-width: 93.6875em) {
  .mtb-xl--155 {
    margin-top: 15.5rem !important;
    margin-bottom: 15.5rem !important; } }

@media (max-width: 93.6875em) {
  .mtb-xl--160 {
    margin-top: 16rem !important;
    margin-bottom: 16rem !important; } }

@media (max-width: 93.6875em) {
  .mtb-xl--165 {
    margin-top: 16.5rem !important;
    margin-bottom: 16.5rem !important; } }

@media (max-width: 93.6875em) {
  .mtb-xl--170 {
    margin-top: 17rem !important;
    margin-bottom: 17rem !important; } }

@media (max-width: 93.6875em) {
  .mtb-xl--175 {
    margin-top: 17.5rem !important;
    margin-bottom: 17.5rem !important; } }

@media (max-width: 93.6875em) {
  .mtb-xl--180 {
    margin-top: 18rem !important;
    margin-bottom: 18rem !important; } }

@media (max-width: 93.6875em) {
  .mtb-xl--185 {
    margin-top: 18.5rem !important;
    margin-bottom: 18.5rem !important; } }

@media (max-width: 93.6875em) {
  .mtb-xl--190 {
    margin-top: 19rem !important;
    margin-bottom: 19rem !important; } }

@media (max-width: 93.6875em) {
  .mtb-xl--195 {
    margin-top: 19.5rem !important;
    margin-bottom: 19.5rem !important; } }

@media (max-width: 93.6875em) {
  .mtb-xl--200 {
    margin-top: 20rem !important;
    margin-bottom: 20rem !important; } }

@media (max-width: 74.9375em) {
  .mtb-lg--0 {
    margin-top: 0rem !important;
    margin-bottom: 0rem !important; } }

@media (max-width: 74.9375em) {
  .mtb-lg--5 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important; } }

@media (max-width: 74.9375em) {
  .mtb-lg--10 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important; } }

@media (max-width: 74.9375em) {
  .mtb-lg--15 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important; } }

@media (max-width: 74.9375em) {
  .mtb-lg--20 {
    margin-top: 2rem !important;
    margin-bottom: 2rem !important; } }

@media (max-width: 74.9375em) {
  .mtb-lg--25 {
    margin-top: 2.5rem !important;
    margin-bottom: 2.5rem !important; } }

@media (max-width: 74.9375em) {
  .mtb-lg--30 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important; } }

@media (max-width: 74.9375em) {
  .mtb-lg--35 {
    margin-top: 3.5rem !important;
    margin-bottom: 3.5rem !important; } }

@media (max-width: 74.9375em) {
  .mtb-lg--40 {
    margin-top: 4rem !important;
    margin-bottom: 4rem !important; } }

@media (max-width: 74.9375em) {
  .mtb-lg--45 {
    margin-top: 4.5rem !important;
    margin-bottom: 4.5rem !important; } }

@media (max-width: 74.9375em) {
  .mtb-lg--50 {
    margin-top: 5rem !important;
    margin-bottom: 5rem !important; } }

@media (max-width: 74.9375em) {
  .mtb-lg--55 {
    margin-top: 5.5rem !important;
    margin-bottom: 5.5rem !important; } }

@media (max-width: 74.9375em) {
  .mtb-lg--60 {
    margin-top: 6rem !important;
    margin-bottom: 6rem !important; } }

@media (max-width: 74.9375em) {
  .mtb-lg--65 {
    margin-top: 6.5rem !important;
    margin-bottom: 6.5rem !important; } }

@media (max-width: 74.9375em) {
  .mtb-lg--70 {
    margin-top: 7rem !important;
    margin-bottom: 7rem !important; } }

@media (max-width: 74.9375em) {
  .mtb-lg--75 {
    margin-top: 7.5rem !important;
    margin-bottom: 7.5rem !important; } }

@media (max-width: 74.9375em) {
  .mtb-lg--80 {
    margin-top: 8rem !important;
    margin-bottom: 8rem !important; } }

@media (max-width: 74.9375em) {
  .mtb-lg--85 {
    margin-top: 8.5rem !important;
    margin-bottom: 8.5rem !important; } }

@media (max-width: 74.9375em) {
  .mtb-lg--90 {
    margin-top: 9rem !important;
    margin-bottom: 9rem !important; } }

@media (max-width: 74.9375em) {
  .mtb-lg--95 {
    margin-top: 9.5rem !important;
    margin-bottom: 9.5rem !important; } }

@media (max-width: 74.9375em) {
  .mtb-lg--100 {
    margin-top: 10rem !important;
    margin-bottom: 10rem !important; } }

@media (max-width: 74.9375em) {
  .mtb-lg--105 {
    margin-top: 10.5rem !important;
    margin-bottom: 10.5rem !important; } }

@media (max-width: 74.9375em) {
  .mtb-lg--110 {
    margin-top: 11rem !important;
    margin-bottom: 11rem !important; } }

@media (max-width: 74.9375em) {
  .mtb-lg--115 {
    margin-top: 11.5rem !important;
    margin-bottom: 11.5rem !important; } }

@media (max-width: 74.9375em) {
  .mtb-lg--120 {
    margin-top: 12rem !important;
    margin-bottom: 12rem !important; } }

@media (max-width: 74.9375em) {
  .mtb-lg--125 {
    margin-top: 12.5rem !important;
    margin-bottom: 12.5rem !important; } }

@media (max-width: 74.9375em) {
  .mtb-lg--130 {
    margin-top: 13rem !important;
    margin-bottom: 13rem !important; } }

@media (max-width: 74.9375em) {
  .mtb-lg--135 {
    margin-top: 13.5rem !important;
    margin-bottom: 13.5rem !important; } }

@media (max-width: 74.9375em) {
  .mtb-lg--140 {
    margin-top: 14rem !important;
    margin-bottom: 14rem !important; } }

@media (max-width: 74.9375em) {
  .mtb-lg--145 {
    margin-top: 14.5rem !important;
    margin-bottom: 14.5rem !important; } }

@media (max-width: 74.9375em) {
  .mtb-lg--150 {
    margin-top: 15rem !important;
    margin-bottom: 15rem !important; } }

@media (max-width: 74.9375em) {
  .mtb-lg--155 {
    margin-top: 15.5rem !important;
    margin-bottom: 15.5rem !important; } }

@media (max-width: 74.9375em) {
  .mtb-lg--160 {
    margin-top: 16rem !important;
    margin-bottom: 16rem !important; } }

@media (max-width: 74.9375em) {
  .mtb-lg--165 {
    margin-top: 16.5rem !important;
    margin-bottom: 16.5rem !important; } }

@media (max-width: 74.9375em) {
  .mtb-lg--170 {
    margin-top: 17rem !important;
    margin-bottom: 17rem !important; } }

@media (max-width: 74.9375em) {
  .mtb-lg--175 {
    margin-top: 17.5rem !important;
    margin-bottom: 17.5rem !important; } }

@media (max-width: 74.9375em) {
  .mtb-lg--180 {
    margin-top: 18rem !important;
    margin-bottom: 18rem !important; } }

@media (max-width: 74.9375em) {
  .mtb-lg--185 {
    margin-top: 18.5rem !important;
    margin-bottom: 18.5rem !important; } }

@media (max-width: 74.9375em) {
  .mtb-lg--190 {
    margin-top: 19rem !important;
    margin-bottom: 19rem !important; } }

@media (max-width: 74.9375em) {
  .mtb-lg--195 {
    margin-top: 19.5rem !important;
    margin-bottom: 19.5rem !important; } }

@media (max-width: 74.9375em) {
  .mtb-lg--200 {
    margin-top: 20rem !important;
    margin-bottom: 20rem !important; } }

@media (max-width: 61.94em) {
  .mtb-md--0 {
    margin-top: 0rem !important;
    margin-bottom: 0rem !important; } }

@media (max-width: 61.94em) {
  .mtb-md--5 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important; } }

@media (max-width: 61.94em) {
  .mtb-md--10 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important; } }

@media (max-width: 61.94em) {
  .mtb-md--15 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important; } }

@media (max-width: 61.94em) {
  .mtb-md--20 {
    margin-top: 2rem !important;
    margin-bottom: 2rem !important; } }

@media (max-width: 61.94em) {
  .mtb-md--25 {
    margin-top: 2.5rem !important;
    margin-bottom: 2.5rem !important; } }

@media (max-width: 61.94em) {
  .mtb-md--30 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important; } }

@media (max-width: 61.94em) {
  .mtb-md--35 {
    margin-top: 3.5rem !important;
    margin-bottom: 3.5rem !important; } }

@media (max-width: 61.94em) {
  .mtb-md--40 {
    margin-top: 4rem !important;
    margin-bottom: 4rem !important; } }

@media (max-width: 61.94em) {
  .mtb-md--45 {
    margin-top: 4.5rem !important;
    margin-bottom: 4.5rem !important; } }

@media (max-width: 61.94em) {
  .mtb-md--50 {
    margin-top: 5rem !important;
    margin-bottom: 5rem !important; } }

@media (max-width: 61.94em) {
  .mtb-md--55 {
    margin-top: 5.5rem !important;
    margin-bottom: 5.5rem !important; } }

@media (max-width: 61.94em) {
  .mtb-md--60 {
    margin-top: 6rem !important;
    margin-bottom: 6rem !important; } }

@media (max-width: 61.94em) {
  .mtb-md--65 {
    margin-top: 6.5rem !important;
    margin-bottom: 6.5rem !important; } }

@media (max-width: 61.94em) {
  .mtb-md--70 {
    margin-top: 7rem !important;
    margin-bottom: 7rem !important; } }

@media (max-width: 61.94em) {
  .mtb-md--75 {
    margin-top: 7.5rem !important;
    margin-bottom: 7.5rem !important; } }

@media (max-width: 61.94em) {
  .mtb-md--80 {
    margin-top: 8rem !important;
    margin-bottom: 8rem !important; } }

@media (max-width: 61.94em) {
  .mtb-md--85 {
    margin-top: 8.5rem !important;
    margin-bottom: 8.5rem !important; } }

@media (max-width: 61.94em) {
  .mtb-md--90 {
    margin-top: 9rem !important;
    margin-bottom: 9rem !important; } }

@media (max-width: 61.94em) {
  .mtb-md--95 {
    margin-top: 9.5rem !important;
    margin-bottom: 9.5rem !important; } }

@media (max-width: 61.94em) {
  .mtb-md--100 {
    margin-top: 10rem !important;
    margin-bottom: 10rem !important; } }

@media (max-width: 61.94em) {
  .mtb-md--105 {
    margin-top: 10.5rem !important;
    margin-bottom: 10.5rem !important; } }

@media (max-width: 61.94em) {
  .mtb-md--110 {
    margin-top: 11rem !important;
    margin-bottom: 11rem !important; } }

@media (max-width: 61.94em) {
  .mtb-md--115 {
    margin-top: 11.5rem !important;
    margin-bottom: 11.5rem !important; } }

@media (max-width: 61.94em) {
  .mtb-md--120 {
    margin-top: 12rem !important;
    margin-bottom: 12rem !important; } }

@media (max-width: 61.94em) {
  .mtb-md--125 {
    margin-top: 12.5rem !important;
    margin-bottom: 12.5rem !important; } }

@media (max-width: 61.94em) {
  .mtb-md--130 {
    margin-top: 13rem !important;
    margin-bottom: 13rem !important; } }

@media (max-width: 61.94em) {
  .mtb-md--135 {
    margin-top: 13.5rem !important;
    margin-bottom: 13.5rem !important; } }

@media (max-width: 61.94em) {
  .mtb-md--140 {
    margin-top: 14rem !important;
    margin-bottom: 14rem !important; } }

@media (max-width: 61.94em) {
  .mtb-md--145 {
    margin-top: 14.5rem !important;
    margin-bottom: 14.5rem !important; } }

@media (max-width: 61.94em) {
  .mtb-md--150 {
    margin-top: 15rem !important;
    margin-bottom: 15rem !important; } }

@media (max-width: 61.94em) {
  .mtb-md--155 {
    margin-top: 15.5rem !important;
    margin-bottom: 15.5rem !important; } }

@media (max-width: 61.94em) {
  .mtb-md--160 {
    margin-top: 16rem !important;
    margin-bottom: 16rem !important; } }

@media (max-width: 61.94em) {
  .mtb-md--165 {
    margin-top: 16.5rem !important;
    margin-bottom: 16.5rem !important; } }

@media (max-width: 61.94em) {
  .mtb-md--170 {
    margin-top: 17rem !important;
    margin-bottom: 17rem !important; } }

@media (max-width: 61.94em) {
  .mtb-md--175 {
    margin-top: 17.5rem !important;
    margin-bottom: 17.5rem !important; } }

@media (max-width: 61.94em) {
  .mtb-md--180 {
    margin-top: 18rem !important;
    margin-bottom: 18rem !important; } }

@media (max-width: 61.94em) {
  .mtb-md--185 {
    margin-top: 18.5rem !important;
    margin-bottom: 18.5rem !important; } }

@media (max-width: 61.94em) {
  .mtb-md--190 {
    margin-top: 19rem !important;
    margin-bottom: 19rem !important; } }

@media (max-width: 61.94em) {
  .mtb-md--195 {
    margin-top: 19.5rem !important;
    margin-bottom: 19.5rem !important; } }

@media (max-width: 61.94em) {
  .mtb-md--200 {
    margin-top: 20rem !important;
    margin-bottom: 20rem !important; } }

@media (max-width: 47.94em) {
  .mtb-sm--0 {
    margin-top: 0rem !important;
    margin-bottom: 0rem !important; } }

@media (max-width: 47.94em) {
  .mtb-sm--5 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important; } }

@media (max-width: 47.94em) {
  .mtb-sm--10 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important; } }

@media (max-width: 47.94em) {
  .mtb-sm--15 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important; } }

@media (max-width: 47.94em) {
  .mtb-sm--20 {
    margin-top: 2rem !important;
    margin-bottom: 2rem !important; } }

@media (max-width: 47.94em) {
  .mtb-sm--25 {
    margin-top: 2.5rem !important;
    margin-bottom: 2.5rem !important; } }

@media (max-width: 47.94em) {
  .mtb-sm--30 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important; } }

@media (max-width: 47.94em) {
  .mtb-sm--35 {
    margin-top: 3.5rem !important;
    margin-bottom: 3.5rem !important; } }

@media (max-width: 47.94em) {
  .mtb-sm--40 {
    margin-top: 4rem !important;
    margin-bottom: 4rem !important; } }

@media (max-width: 47.94em) {
  .mtb-sm--45 {
    margin-top: 4.5rem !important;
    margin-bottom: 4.5rem !important; } }

@media (max-width: 47.94em) {
  .mtb-sm--50 {
    margin-top: 5rem !important;
    margin-bottom: 5rem !important; } }

@media (max-width: 47.94em) {
  .mtb-sm--55 {
    margin-top: 5.5rem !important;
    margin-bottom: 5.5rem !important; } }

@media (max-width: 47.94em) {
  .mtb-sm--60 {
    margin-top: 6rem !important;
    margin-bottom: 6rem !important; } }

@media (max-width: 47.94em) {
  .mtb-sm--65 {
    margin-top: 6.5rem !important;
    margin-bottom: 6.5rem !important; } }

@media (max-width: 47.94em) {
  .mtb-sm--70 {
    margin-top: 7rem !important;
    margin-bottom: 7rem !important; } }

@media (max-width: 47.94em) {
  .mtb-sm--75 {
    margin-top: 7.5rem !important;
    margin-bottom: 7.5rem !important; } }

@media (max-width: 47.94em) {
  .mtb-sm--80 {
    margin-top: 8rem !important;
    margin-bottom: 8rem !important; } }

@media (max-width: 47.94em) {
  .mtb-sm--85 {
    margin-top: 8.5rem !important;
    margin-bottom: 8.5rem !important; } }

@media (max-width: 47.94em) {
  .mtb-sm--90 {
    margin-top: 9rem !important;
    margin-bottom: 9rem !important; } }

@media (max-width: 47.94em) {
  .mtb-sm--95 {
    margin-top: 9.5rem !important;
    margin-bottom: 9.5rem !important; } }

@media (max-width: 47.94em) {
  .mtb-sm--100 {
    margin-top: 10rem !important;
    margin-bottom: 10rem !important; } }

@media (max-width: 47.94em) {
  .mtb-sm--105 {
    margin-top: 10.5rem !important;
    margin-bottom: 10.5rem !important; } }

@media (max-width: 47.94em) {
  .mtb-sm--110 {
    margin-top: 11rem !important;
    margin-bottom: 11rem !important; } }

@media (max-width: 47.94em) {
  .mtb-sm--115 {
    margin-top: 11.5rem !important;
    margin-bottom: 11.5rem !important; } }

@media (max-width: 47.94em) {
  .mtb-sm--120 {
    margin-top: 12rem !important;
    margin-bottom: 12rem !important; } }

@media (max-width: 47.94em) {
  .mtb-sm--125 {
    margin-top: 12.5rem !important;
    margin-bottom: 12.5rem !important; } }

@media (max-width: 47.94em) {
  .mtb-sm--130 {
    margin-top: 13rem !important;
    margin-bottom: 13rem !important; } }

@media (max-width: 47.94em) {
  .mtb-sm--135 {
    margin-top: 13.5rem !important;
    margin-bottom: 13.5rem !important; } }

@media (max-width: 47.94em) {
  .mtb-sm--140 {
    margin-top: 14rem !important;
    margin-bottom: 14rem !important; } }

@media (max-width: 47.94em) {
  .mtb-sm--145 {
    margin-top: 14.5rem !important;
    margin-bottom: 14.5rem !important; } }

@media (max-width: 47.94em) {
  .mtb-sm--150 {
    margin-top: 15rem !important;
    margin-bottom: 15rem !important; } }

@media (max-width: 47.94em) {
  .mtb-sm--155 {
    margin-top: 15.5rem !important;
    margin-bottom: 15.5rem !important; } }

@media (max-width: 47.94em) {
  .mtb-sm--160 {
    margin-top: 16rem !important;
    margin-bottom: 16rem !important; } }

@media (max-width: 47.94em) {
  .mtb-sm--165 {
    margin-top: 16.5rem !important;
    margin-bottom: 16.5rem !important; } }

@media (max-width: 47.94em) {
  .mtb-sm--170 {
    margin-top: 17rem !important;
    margin-bottom: 17rem !important; } }

@media (max-width: 47.94em) {
  .mtb-sm--175 {
    margin-top: 17.5rem !important;
    margin-bottom: 17.5rem !important; } }

@media (max-width: 47.94em) {
  .mtb-sm--180 {
    margin-top: 18rem !important;
    margin-bottom: 18rem !important; } }

@media (max-width: 47.94em) {
  .mtb-sm--185 {
    margin-top: 18.5rem !important;
    margin-bottom: 18.5rem !important; } }

@media (max-width: 47.94em) {
  .mtb-sm--190 {
    margin-top: 19rem !important;
    margin-bottom: 19rem !important; } }

@media (max-width: 47.94em) {
  .mtb-sm--195 {
    margin-top: 19.5rem !important;
    margin-bottom: 19.5rem !important; } }

@media (max-width: 47.94em) {
  .mtb-sm--200 {
    margin-top: 20rem !important;
    margin-bottom: 20rem !important; } }

.mb--0 {
  margin-bottom: 0rem !important; }

.mb--5 {
  margin-bottom: 0.5rem !important; }

.mb--10 {
  margin-bottom: 1rem !important; }

.mb--15 {
  margin-bottom: 1.5rem !important; }

.mb--20 {
  margin-bottom: 2rem !important; }

.mb--25 {
  margin-bottom: 2.5rem !important; }

.mb--30 {
  margin-bottom: 3rem !important; }

.mb--35 {
  margin-bottom: 3.5rem !important; }

.mb--40 {
  margin-bottom: 4rem !important; }

.mb--45 {
  margin-bottom: 4.5rem !important; }

.mb--50 {
  margin-bottom: 5rem !important; }

.mb--55 {
  margin-bottom: 5.5rem !important; }

.mb--60 {
  margin-bottom: 6rem !important; }

.mb--65 {
  margin-bottom: 6.5rem !important; }

.mb--70 {
  margin-bottom: 7rem !important; }

.mb--75 {
  margin-bottom: 7.5rem !important; }

.mb--80 {
  margin-bottom: 8rem !important; }

.mb--85 {
  margin-bottom: 8.5rem !important; }

.mb--90 {
  margin-bottom: 9rem !important; }

.mb--95 {
  margin-bottom: 9.5rem !important; }

.mb--100 {
  margin-bottom: 10rem !important; }

.mb--105 {
  margin-bottom: 10.5rem !important; }

.mb--110 {
  margin-bottom: 11rem !important; }

.mb--115 {
  margin-bottom: 11.5rem !important; }

.mb--120 {
  margin-bottom: 12rem !important; }

.mb--125 {
  margin-bottom: 12.5rem !important; }

.mb--130 {
  margin-bottom: 13rem !important; }

.mb--135 {
  margin-bottom: 13.5rem !important; }

.mb--140 {
  margin-bottom: 14rem !important; }

.mb--145 {
  margin-bottom: 14.5rem !important; }

.mb--150 {
  margin-bottom: 15rem !important; }

.mb--155 {
  margin-bottom: 15.5rem !important; }

.mb--160 {
  margin-bottom: 16rem !important; }

.mb--165 {
  margin-bottom: 16.5rem !important; }

.mb--170 {
  margin-bottom: 17rem !important; }

.mb--175 {
  margin-bottom: 17.5rem !important; }

.mb--180 {
  margin-bottom: 18rem !important; }

.mb--185 {
  margin-bottom: 18.5rem !important; }

.mb--190 {
  margin-bottom: 19rem !important; }

.mb--195 {
  margin-bottom: 19.5rem !important; }

.mb--200 {
  margin-bottom: 20rem !important; }

@media (max-width: 112.5em) {
  .mb-xxa--130 {
    margin-bottom: 13rem !important; } }

@media (max-width: 93.6875em) {
  .mb-xl--0 {
    margin-bottom: 0rem !important; } }

@media (max-width: 93.6875em) {
  .mb-xl--5 {
    margin-bottom: 0.5rem !important; } }

@media (max-width: 93.6875em) {
  .mb-xl--10 {
    margin-bottom: 1rem !important; } }

@media (max-width: 93.6875em) {
  .mb-xl--15 {
    margin-bottom: 1.5rem !important; } }

@media (max-width: 93.6875em) {
  .mb-xl--20 {
    margin-bottom: 2rem !important; } }

@media (max-width: 93.6875em) {
  .mb-xl--25 {
    margin-bottom: 2.5rem !important; } }

@media (max-width: 93.6875em) {
  .mb-xl--30 {
    margin-bottom: 3rem !important; } }

@media (max-width: 93.6875em) {
  .mb-xl--35 {
    margin-bottom: 3.5rem !important; } }

@media (max-width: 93.6875em) {
  .mb-xl--40 {
    margin-bottom: 4rem !important; } }

@media (max-width: 93.6875em) {
  .mb-xl--45 {
    margin-bottom: 4.5rem !important; } }

@media (max-width: 93.6875em) {
  .mb-xl--50 {
    margin-bottom: 5rem !important; } }

@media (max-width: 93.6875em) {
  .mb-xl--55 {
    margin-bottom: 5.5rem !important; } }

@media (max-width: 93.6875em) {
  .mb-xl--60 {
    margin-bottom: 6rem !important; } }

@media (max-width: 93.6875em) {
  .mb-xl--65 {
    margin-bottom: 6.5rem !important; } }

@media (max-width: 93.6875em) {
  .mb-xl--70 {
    margin-bottom: 7rem !important; } }

@media (max-width: 93.6875em) {
  .mb-xl--75 {
    margin-bottom: 7.5rem !important; } }

@media (max-width: 93.6875em) {
  .mb-xl--80 {
    margin-bottom: 8rem !important; } }

@media (max-width: 93.6875em) {
  .mb-xl--85 {
    margin-bottom: 8.5rem !important; } }

@media (max-width: 93.6875em) {
  .mb-xl--90 {
    margin-bottom: 9rem !important; } }

@media (max-width: 93.6875em) {
  .mb-xl--95 {
    margin-bottom: 9.5rem !important; } }

@media (max-width: 93.6875em) {
  .mb-xl--100 {
    margin-bottom: 10rem !important; } }

@media (max-width: 93.6875em) {
  .mb-xl--105 {
    margin-bottom: 10.5rem !important; } }

@media (max-width: 93.6875em) {
  .mb-xl--110 {
    margin-bottom: 11rem !important; } }

@media (max-width: 93.6875em) {
  .mb-xl--115 {
    margin-bottom: 11.5rem !important; } }

@media (max-width: 93.6875em) {
  .mb-xl--120 {
    margin-bottom: 12rem !important; } }

@media (max-width: 93.6875em) {
  .mb-xl--125 {
    margin-bottom: 12.5rem !important; } }

@media (max-width: 93.6875em) {
  .mb-xl--130 {
    margin-bottom: 13rem !important; } }

@media (max-width: 93.6875em) {
  .mb-xl--135 {
    margin-bottom: 13.5rem !important; } }

@media (max-width: 93.6875em) {
  .mb-xl--140 {
    margin-bottom: 14rem !important; } }

@media (max-width: 93.6875em) {
  .mb-xl--145 {
    margin-bottom: 14.5rem !important; } }

@media (max-width: 93.6875em) {
  .mb-xl--150 {
    margin-bottom: 15rem !important; } }

@media (max-width: 93.6875em) {
  .mb-xl--155 {
    margin-bottom: 15.5rem !important; } }

@media (max-width: 93.6875em) {
  .mb-xl--160 {
    margin-bottom: 16rem !important; } }

@media (max-width: 93.6875em) {
  .mb-xl--165 {
    margin-bottom: 16.5rem !important; } }

@media (max-width: 93.6875em) {
  .mb-xl--170 {
    margin-bottom: 17rem !important; } }

@media (max-width: 93.6875em) {
  .mb-xl--175 {
    margin-bottom: 17.5rem !important; } }

@media (max-width: 93.6875em) {
  .mb-xl--180 {
    margin-bottom: 18rem !important; } }

@media (max-width: 93.6875em) {
  .mb-xl--185 {
    margin-bottom: 18.5rem !important; } }

@media (max-width: 93.6875em) {
  .mb-xl--190 {
    margin-bottom: 19rem !important; } }

@media (max-width: 93.6875em) {
  .mb-xl--195 {
    margin-bottom: 19.5rem !important; } }

@media (max-width: 93.6875em) {
  .mb-xl--200 {
    margin-bottom: 20rem !important; } }

@media (max-width: 87.4375em) {
  .mb-xlb--0 {
    margin-bottom: 0rem !important; } }

@media (max-width: 87.4375em) {
  .mb-xlb--5 {
    margin-bottom: 0.5rem !important; } }

@media (max-width: 87.4375em) {
  .mb-xlb--10 {
    margin-bottom: 1rem !important; } }

@media (max-width: 87.4375em) {
  .mb-xlb--15 {
    margin-bottom: 1.5rem !important; } }

@media (max-width: 87.4375em) {
  .mb-xlb--20 {
    margin-bottom: 2rem !important; } }

@media (max-width: 87.4375em) {
  .mb-xlb--25 {
    margin-bottom: 2.5rem !important; } }

@media (max-width: 87.4375em) {
  .mb-xlb--30 {
    margin-bottom: 3rem !important; } }

@media (max-width: 87.4375em) {
  .mb-xlb--35 {
    margin-bottom: 3.5rem !important; } }

@media (max-width: 87.4375em) {
  .mb-xlb--40 {
    margin-bottom: 4rem !important; } }

@media (max-width: 87.4375em) {
  .mb-xlb--45 {
    margin-bottom: 4.5rem !important; } }

@media (max-width: 87.4375em) {
  .mb-xlb--50 {
    margin-bottom: 5rem !important; } }

@media (max-width: 87.4375em) {
  .mb-xlb--55 {
    margin-bottom: 5.5rem !important; } }

@media (max-width: 87.4375em) {
  .mb-xlb--60 {
    margin-bottom: 6rem !important; } }

@media (max-width: 87.4375em) {
  .mb-xlb--65 {
    margin-bottom: 6.5rem !important; } }

@media (max-width: 87.4375em) {
  .mb-xlb--70 {
    margin-bottom: 7rem !important; } }

@media (max-width: 87.4375em) {
  .mb-xlb--75 {
    margin-bottom: 7.5rem !important; } }

@media (max-width: 87.4375em) {
  .mb-xlb--80 {
    margin-bottom: 8rem !important; } }

@media (max-width: 87.4375em) {
  .mb-xlb--85 {
    margin-bottom: 8.5rem !important; } }

@media (max-width: 87.4375em) {
  .mb-xlb--90 {
    margin-bottom: 9rem !important; } }

@media (max-width: 87.4375em) {
  .mb-xlb--95 {
    margin-bottom: 9.5rem !important; } }

@media (max-width: 87.4375em) {
  .mb-xlb--100 {
    margin-bottom: 10rem !important; } }

@media (max-width: 87.4375em) {
  .mb-xlb--105 {
    margin-bottom: 10.5rem !important; } }

@media (max-width: 87.4375em) {
  .mb-xlb--110 {
    margin-bottom: 11rem !important; } }

@media (max-width: 87.4375em) {
  .mb-xlb--115 {
    margin-bottom: 11.5rem !important; } }

@media (max-width: 87.4375em) {
  .mb-xlb--120 {
    margin-bottom: 12rem !important; } }

@media (max-width: 87.4375em) {
  .mb-xlb--125 {
    margin-bottom: 12.5rem !important; } }

@media (max-width: 87.4375em) {
  .mb-xlb--130 {
    margin-bottom: 13rem !important; } }

@media (max-width: 87.4375em) {
  .mb-xlb--135 {
    margin-bottom: 13.5rem !important; } }

@media (max-width: 87.4375em) {
  .mb-xlb--140 {
    margin-bottom: 14rem !important; } }

@media (max-width: 87.4375em) {
  .mb-xlb--145 {
    margin-bottom: 14.5rem !important; } }

@media (max-width: 87.4375em) {
  .mb-xlb--150 {
    margin-bottom: 15rem !important; } }

@media (max-width: 87.4375em) {
  .mb-xlb--155 {
    margin-bottom: 15.5rem !important; } }

@media (max-width: 87.4375em) {
  .mb-xlb--160 {
    margin-bottom: 16rem !important; } }

@media (max-width: 87.4375em) {
  .mb-xlb--165 {
    margin-bottom: 16.5rem !important; } }

@media (max-width: 87.4375em) {
  .mb-xlb--170 {
    margin-bottom: 17rem !important; } }

@media (max-width: 87.4375em) {
  .mb-xlb--175 {
    margin-bottom: 17.5rem !important; } }

@media (max-width: 87.4375em) {
  .mb-xlb--180 {
    margin-bottom: 18rem !important; } }

@media (max-width: 87.4375em) {
  .mb-xlb--185 {
    margin-bottom: 18.5rem !important; } }

@media (max-width: 87.4375em) {
  .mb-xlb--190 {
    margin-bottom: 19rem !important; } }

@media (max-width: 87.4375em) {
  .mb-xlb--195 {
    margin-bottom: 19.5rem !important; } }

@media (max-width: 87.4375em) {
  .mb-xlb--200 {
    margin-bottom: 20rem !important; } }

@media (max-width: 74.9375em) {
  .mb-lg--0 {
    margin-bottom: 0rem !important; } }

@media (max-width: 74.9375em) {
  .mb-lg--5 {
    margin-bottom: 0.5rem !important; } }

@media (max-width: 74.9375em) {
  .mb-lg--10 {
    margin-bottom: 1rem !important; } }

@media (max-width: 74.9375em) {
  .mb-lg--15 {
    margin-bottom: 1.5rem !important; } }

@media (max-width: 74.9375em) {
  .mb-lg--20 {
    margin-bottom: 2rem !important; } }

@media (max-width: 74.9375em) {
  .mb-lg--25 {
    margin-bottom: 2.5rem !important; } }

@media (max-width: 74.9375em) {
  .mb-lg--30 {
    margin-bottom: 3rem !important; } }

@media (max-width: 74.9375em) {
  .mb-lg--35 {
    margin-bottom: 3.5rem !important; } }

@media (max-width: 74.9375em) {
  .mb-lg--40 {
    margin-bottom: 4rem !important; } }

@media (max-width: 74.9375em) {
  .mb-lg--45 {
    margin-bottom: 4.5rem !important; } }

@media (max-width: 74.9375em) {
  .mb-lg--50 {
    margin-bottom: 5rem !important; } }

@media (max-width: 74.9375em) {
  .mb-lg--55 {
    margin-bottom: 5.5rem !important; } }

@media (max-width: 74.9375em) {
  .mb-lg--60 {
    margin-bottom: 6rem !important; } }

@media (max-width: 74.9375em) {
  .mb-lg--65 {
    margin-bottom: 6.5rem !important; } }

@media (max-width: 74.9375em) {
  .mb-lg--70 {
    margin-bottom: 7rem !important; } }

@media (max-width: 74.9375em) {
  .mb-lg--75 {
    margin-bottom: 7.5rem !important; } }

@media (max-width: 74.9375em) {
  .mb-lg--80 {
    margin-bottom: 8rem !important; } }

@media (max-width: 74.9375em) {
  .mb-lg--85 {
    margin-bottom: 8.5rem !important; } }

@media (max-width: 74.9375em) {
  .mb-lg--90 {
    margin-bottom: 9rem !important; } }

@media (max-width: 74.9375em) {
  .mb-lg--95 {
    margin-bottom: 9.5rem !important; } }

@media (max-width: 74.9375em) {
  .mb-lg--100 {
    margin-bottom: 10rem !important; } }

@media (max-width: 74.9375em) {
  .mb-lg--105 {
    margin-bottom: 10.5rem !important; } }

@media (max-width: 74.9375em) {
  .mb-lg--110 {
    margin-bottom: 11rem !important; } }

@media (max-width: 74.9375em) {
  .mb-lg--115 {
    margin-bottom: 11.5rem !important; } }

@media (max-width: 74.9375em) {
  .mb-lg--120 {
    margin-bottom: 12rem !important; } }

@media (max-width: 74.9375em) {
  .mb-lg--125 {
    margin-bottom: 12.5rem !important; } }

@media (max-width: 74.9375em) {
  .mb-lg--130 {
    margin-bottom: 13rem !important; } }

@media (max-width: 74.9375em) {
  .mb-lg--135 {
    margin-bottom: 13.5rem !important; } }

@media (max-width: 74.9375em) {
  .mb-lg--140 {
    margin-bottom: 14rem !important; } }

@media (max-width: 74.9375em) {
  .mb-lg--145 {
    margin-bottom: 14.5rem !important; } }

@media (max-width: 74.9375em) {
  .mb-lg--150 {
    margin-bottom: 15rem !important; } }

@media (max-width: 74.9375em) {
  .mb-lg--155 {
    margin-bottom: 15.5rem !important; } }

@media (max-width: 74.9375em) {
  .mb-lg--160 {
    margin-bottom: 16rem !important; } }

@media (max-width: 74.9375em) {
  .mb-lg--165 {
    margin-bottom: 16.5rem !important; } }

@media (max-width: 74.9375em) {
  .mb-lg--170 {
    margin-bottom: 17rem !important; } }

@media (max-width: 74.9375em) {
  .mb-lg--175 {
    margin-bottom: 17.5rem !important; } }

@media (max-width: 74.9375em) {
  .mb-lg--180 {
    margin-bottom: 18rem !important; } }

@media (max-width: 74.9375em) {
  .mb-lg--185 {
    margin-bottom: 18.5rem !important; } }

@media (max-width: 74.9375em) {
  .mb-lg--190 {
    margin-bottom: 19rem !important; } }

@media (max-width: 74.9375em) {
  .mb-lg--195 {
    margin-bottom: 19.5rem !important; } }

@media (max-width: 74.9375em) {
  .mb-lg--200 {
    margin-bottom: 20rem !important; } }

@media (max-width: 61.94em) {
  .mb-md--0 {
    margin-bottom: 0rem !important; } }

@media (max-width: 61.94em) {
  .mb-md--5 {
    margin-bottom: 0.5rem !important; } }

@media (max-width: 61.94em) {
  .mb-md--10 {
    margin-bottom: 1rem !important; } }

@media (max-width: 61.94em) {
  .mb-md--15 {
    margin-bottom: 1.5rem !important; } }

@media (max-width: 61.94em) {
  .mb-md--20 {
    margin-bottom: 2rem !important; } }

@media (max-width: 61.94em) {
  .mb-md--25 {
    margin-bottom: 2.5rem !important; } }

@media (max-width: 61.94em) {
  .mb-md--30 {
    margin-bottom: 3rem !important; } }

@media (max-width: 61.94em) {
  .mb-md--35 {
    margin-bottom: 3.5rem !important; } }

@media (max-width: 61.94em) {
  .mb-md--40 {
    margin-bottom: 4rem !important; } }

@media (max-width: 61.94em) {
  .mb-md--45 {
    margin-bottom: 4.5rem !important; } }

@media (max-width: 61.94em) {
  .mb-md--50 {
    margin-bottom: 5rem !important; } }

@media (max-width: 61.94em) {
  .mb-md--55 {
    margin-bottom: 5.5rem !important; } }

@media (max-width: 61.94em) {
  .mb-md--60 {
    margin-bottom: 6rem !important; } }

@media (max-width: 61.94em) {
  .mb-md--65 {
    margin-bottom: 6.5rem !important; } }

@media (max-width: 61.94em) {
  .mb-md--70 {
    margin-bottom: 7rem !important; } }

@media (max-width: 61.94em) {
  .mb-md--75 {
    margin-bottom: 7.5rem !important; } }

@media (max-width: 61.94em) {
  .mb-md--80 {
    margin-bottom: 8rem !important; } }

@media (max-width: 61.94em) {
  .mb-md--85 {
    margin-bottom: 8.5rem !important; } }

@media (max-width: 61.94em) {
  .mb-md--90 {
    margin-bottom: 9rem !important; } }

@media (max-width: 61.94em) {
  .mb-md--95 {
    margin-bottom: 9.5rem !important; } }

@media (max-width: 61.94em) {
  .mb-md--100 {
    margin-bottom: 10rem !important; } }

@media (max-width: 61.94em) {
  .mb-md--105 {
    margin-bottom: 10.5rem !important; } }

@media (max-width: 61.94em) {
  .mb-md--110 {
    margin-bottom: 11rem !important; } }

@media (max-width: 61.94em) {
  .mb-md--115 {
    margin-bottom: 11.5rem !important; } }

@media (max-width: 61.94em) {
  .mb-md--120 {
    margin-bottom: 12rem !important; } }

@media (max-width: 61.94em) {
  .mb-md--125 {
    margin-bottom: 12.5rem !important; } }

@media (max-width: 61.94em) {
  .mb-md--130 {
    margin-bottom: 13rem !important; } }

@media (max-width: 61.94em) {
  .mb-md--135 {
    margin-bottom: 13.5rem !important; } }

@media (max-width: 61.94em) {
  .mb-md--140 {
    margin-bottom: 14rem !important; } }

@media (max-width: 61.94em) {
  .mb-md--145 {
    margin-bottom: 14.5rem !important; } }

@media (max-width: 61.94em) {
  .mb-md--150 {
    margin-bottom: 15rem !important; } }

@media (max-width: 61.94em) {
  .mb-md--155 {
    margin-bottom: 15.5rem !important; } }

@media (max-width: 61.94em) {
  .mb-md--160 {
    margin-bottom: 16rem !important; } }

@media (max-width: 61.94em) {
  .mb-md--165 {
    margin-bottom: 16.5rem !important; } }

@media (max-width: 61.94em) {
  .mb-md--170 {
    margin-bottom: 17rem !important; } }

@media (max-width: 61.94em) {
  .mb-md--175 {
    margin-bottom: 17.5rem !important; } }

@media (max-width: 61.94em) {
  .mb-md--180 {
    margin-bottom: 18rem !important; } }

@media (max-width: 61.94em) {
  .mb-md--185 {
    margin-bottom: 18.5rem !important; } }

@media (max-width: 61.94em) {
  .mb-md--190 {
    margin-bottom: 19rem !important; } }

@media (max-width: 61.94em) {
  .mb-md--195 {
    margin-bottom: 19.5rem !important; } }

@media (max-width: 61.94em) {
  .mb-md--200 {
    margin-bottom: 20rem !important; } }

@media (max-width: 47.94em) {
  .mb-sm--0 {
    margin-bottom: 0rem !important; } }

@media (max-width: 47.94em) {
  .mb-sm--5 {
    margin-bottom: 0.5rem !important; } }

@media (max-width: 47.94em) {
  .mb-sm--10 {
    margin-bottom: 1rem !important; } }

@media (max-width: 47.94em) {
  .mb-sm--15 {
    margin-bottom: 1.5rem !important; } }

@media (max-width: 47.94em) {
  .mb-sm--20 {
    margin-bottom: 2rem !important; } }

@media (max-width: 47.94em) {
  .mb-sm--25 {
    margin-bottom: 2.5rem !important; } }

@media (max-width: 47.94em) {
  .mb-sm--30 {
    margin-bottom: 3rem !important; } }

@media (max-width: 47.94em) {
  .mb-sm--35 {
    margin-bottom: 3.5rem !important; } }

@media (max-width: 47.94em) {
  .mb-sm--40 {
    margin-bottom: 4rem !important; } }

@media (max-width: 47.94em) {
  .mb-sm--45 {
    margin-bottom: 4.5rem !important; } }

@media (max-width: 47.94em) {
  .mb-sm--50 {
    margin-bottom: 5rem !important; } }

@media (max-width: 47.94em) {
  .mb-sm--55 {
    margin-bottom: 5.5rem !important; } }

@media (max-width: 47.94em) {
  .mb-sm--60 {
    margin-bottom: 6rem !important; } }

@media (max-width: 47.94em) {
  .mb-sm--65 {
    margin-bottom: 6.5rem !important; } }

@media (max-width: 47.94em) {
  .mb-sm--70 {
    margin-bottom: 7rem !important; } }

@media (max-width: 47.94em) {
  .mb-sm--75 {
    margin-bottom: 7.5rem !important; } }

@media (max-width: 47.94em) {
  .mb-sm--80 {
    margin-bottom: 8rem !important; } }

@media (max-width: 47.94em) {
  .mb-sm--85 {
    margin-bottom: 8.5rem !important; } }

@media (max-width: 47.94em) {
  .mb-sm--90 {
    margin-bottom: 9rem !important; } }

@media (max-width: 47.94em) {
  .mb-sm--95 {
    margin-bottom: 9.5rem !important; } }

@media (max-width: 47.94em) {
  .mb-sm--100 {
    margin-bottom: 10rem !important; } }

@media (max-width: 47.94em) {
  .mb-sm--105 {
    margin-bottom: 10.5rem !important; } }

@media (max-width: 47.94em) {
  .mb-sm--110 {
    margin-bottom: 11rem !important; } }

@media (max-width: 47.94em) {
  .mb-sm--115 {
    margin-bottom: 11.5rem !important; } }

@media (max-width: 47.94em) {
  .mb-sm--120 {
    margin-bottom: 12rem !important; } }

@media (max-width: 47.94em) {
  .mb-sm--125 {
    margin-bottom: 12.5rem !important; } }

@media (max-width: 47.94em) {
  .mb-sm--130 {
    margin-bottom: 13rem !important; } }

@media (max-width: 47.94em) {
  .mb-sm--135 {
    margin-bottom: 13.5rem !important; } }

@media (max-width: 47.94em) {
  .mb-sm--140 {
    margin-bottom: 14rem !important; } }

@media (max-width: 47.94em) {
  .mb-sm--145 {
    margin-bottom: 14.5rem !important; } }

@media (max-width: 47.94em) {
  .mb-sm--150 {
    margin-bottom: 15rem !important; } }

@media (max-width: 47.94em) {
  .mb-sm--155 {
    margin-bottom: 15.5rem !important; } }

@media (max-width: 47.94em) {
  .mb-sm--160 {
    margin-bottom: 16rem !important; } }

@media (max-width: 47.94em) {
  .mb-sm--165 {
    margin-bottom: 16.5rem !important; } }

@media (max-width: 47.94em) {
  .mb-sm--170 {
    margin-bottom: 17rem !important; } }

@media (max-width: 47.94em) {
  .mb-sm--175 {
    margin-bottom: 17.5rem !important; } }

@media (max-width: 47.94em) {
  .mb-sm--180 {
    margin-bottom: 18rem !important; } }

@media (max-width: 47.94em) {
  .mb-sm--185 {
    margin-bottom: 18.5rem !important; } }

@media (max-width: 47.94em) {
  .mb-sm--190 {
    margin-bottom: 19rem !important; } }

@media (max-width: 47.94em) {
  .mb-sm--195 {
    margin-bottom: 19.5rem !important; } }

@media (max-width: 47.94em) {
  .mb-sm--200 {
    margin-bottom: 20rem !important; } }

@media (max-width: 35.94em) {
  .mb-xs--0 {
    margin-bottom: 0rem !important; } }

@media (max-width: 35.94em) {
  .mb-xs--5 {
    margin-bottom: 0.5rem !important; } }

@media (max-width: 35.94em) {
  .mb-xs--10 {
    margin-bottom: 1rem !important; } }

@media (max-width: 35.94em) {
  .mb-xs--15 {
    margin-bottom: 1.5rem !important; } }

@media (max-width: 35.94em) {
  .mb-xs--20 {
    margin-bottom: 2rem !important; } }

@media (max-width: 35.94em) {
  .mb-xs--25 {
    margin-bottom: 2.5rem !important; } }

@media (max-width: 35.94em) {
  .mb-xs--30 {
    margin-bottom: 3rem !important; } }

@media (max-width: 35.94em) {
  .mb-xs--35 {
    margin-bottom: 3.5rem !important; } }

@media (max-width: 35.94em) {
  .mb-xs--40 {
    margin-bottom: 4rem !important; } }

@media (max-width: 35.94em) {
  .mb-xs--45 {
    margin-bottom: 4.5rem !important; } }

@media (max-width: 35.94em) {
  .mb-xs--50 {
    margin-bottom: 5rem !important; } }

@media (max-width: 35.94em) {
  .mb-xs--55 {
    margin-bottom: 5.5rem !important; } }

@media (max-width: 35.94em) {
  .mb-xs--60 {
    margin-bottom: 6rem !important; } }

@media (max-width: 35.94em) {
  .mb-xs--65 {
    margin-bottom: 6.5rem !important; } }

@media (max-width: 35.94em) {
  .mb-xs--70 {
    margin-bottom: 7rem !important; } }

@media (max-width: 35.94em) {
  .mb-xs--75 {
    margin-bottom: 7.5rem !important; } }

@media (max-width: 35.94em) {
  .mb-xs--80 {
    margin-bottom: 8rem !important; } }

@media (max-width: 35.94em) {
  .mb-xs--85 {
    margin-bottom: 8.5rem !important; } }

@media (max-width: 35.94em) {
  .mb-xs--90 {
    margin-bottom: 9rem !important; } }

@media (max-width: 35.94em) {
  .mb-xs--95 {
    margin-bottom: 9.5rem !important; } }

@media (max-width: 35.94em) {
  .mb-xs--100 {
    margin-bottom: 10rem !important; } }

@media (max-width: 35.94em) {
  .mb-xs--105 {
    margin-bottom: 10.5rem !important; } }

@media (max-width: 35.94em) {
  .mb-xs--110 {
    margin-bottom: 11rem !important; } }

@media (max-width: 35.94em) {
  .mb-xs--115 {
    margin-bottom: 11.5rem !important; } }

@media (max-width: 35.94em) {
  .mb-xs--120 {
    margin-bottom: 12rem !important; } }

@media (max-width: 35.94em) {
  .mb-xs--125 {
    margin-bottom: 12.5rem !important; } }

@media (max-width: 35.94em) {
  .mb-xs--130 {
    margin-bottom: 13rem !important; } }

@media (max-width: 35.94em) {
  .mb-xs--135 {
    margin-bottom: 13.5rem !important; } }

@media (max-width: 35.94em) {
  .mb-xs--140 {
    margin-bottom: 14rem !important; } }

@media (max-width: 35.94em) {
  .mb-xs--145 {
    margin-bottom: 14.5rem !important; } }

@media (max-width: 35.94em) {
  .mb-xs--150 {
    margin-bottom: 15rem !important; } }

@media (max-width: 35.94em) {
  .mb-xs--155 {
    margin-bottom: 15.5rem !important; } }

@media (max-width: 35.94em) {
  .mb-xs--160 {
    margin-bottom: 16rem !important; } }

@media (max-width: 35.94em) {
  .mb-xs--165 {
    margin-bottom: 16.5rem !important; } }

@media (max-width: 35.94em) {
  .mb-xs--170 {
    margin-bottom: 17rem !important; } }

@media (max-width: 35.94em) {
  .mb-xs--175 {
    margin-bottom: 17.5rem !important; } }

@media (max-width: 35.94em) {
  .mb-xs--180 {
    margin-bottom: 18rem !important; } }

@media (max-width: 35.94em) {
  .mb-xs--185 {
    margin-bottom: 18.5rem !important; } }

@media (max-width: 35.94em) {
  .mb-xs--190 {
    margin-bottom: 19rem !important; } }

@media (max-width: 35.94em) {
  .mb-xs--195 {
    margin-bottom: 19.5rem !important; } }

@media (max-width: 35.94em) {
  .mb-xs--200 {
    margin-bottom: 20rem !important; } }

.mt--0 {
  margin-top: 0rem !important; }

.mt--5 {
  margin-top: 0.5rem !important; }

.mt--10 {
  margin-top: 1rem !important; }

.mt--15 {
  margin-top: 1.5rem !important; }

.mt--20 {
  margin-top: 2rem !important; }

.mt--25 {
  margin-top: 2.5rem !important; }

.mt--30 {
  margin-top: 3rem !important; }

.mt--35 {
  margin-top: 3.5rem !important; }

.mt--40 {
  margin-top: 4rem !important; }

.mt--45 {
  margin-top: 4.5rem !important; }

.mt--50 {
  margin-top: 5rem !important; }

.mt--55 {
  margin-top: 5.5rem !important; }

.mt--60 {
  margin-top: 6rem !important; }

.mt--65 {
  margin-top: 6.5rem !important; }

.mt--70 {
  margin-top: 7rem !important; }

.mt--75 {
  margin-top: 7.5rem !important; }

.mt--80 {
  margin-top: 8rem !important; }

.mt--85 {
  margin-top: 8.5rem !important; }

.mt--90 {
  margin-top: 9rem !important; }

.mt--95 {
  margin-top: 9.5rem !important; }

.mt--100 {
  margin-top: 10rem !important; }

.mt--105 {
  margin-top: 10.5rem !important; }

.mt--110 {
  margin-top: 11rem !important; }

.mt--115 {
  margin-top: 11.5rem !important; }

.mt--120 {
  margin-top: 12rem !important; }

.mt--125 {
  margin-top: 12.5rem !important; }

.mt--130 {
  margin-top: 13rem !important; }

.mt--135 {
  margin-top: 13.5rem !important; }

.mt--140 {
  margin-top: 14rem !important; }

.mt--145 {
  margin-top: 14.5rem !important; }

.mt--150 {
  margin-top: 15rem !important; }

.mt--155 {
  margin-top: 15.5rem !important; }

.mt--160 {
  margin-top: 16rem !important; }

.mt--165 {
  margin-top: 16.5rem !important; }

.mt--170 {
  margin-top: 17rem !important; }

.mt--175 {
  margin-top: 17.5rem !important; }

.mt--180 {
  margin-top: 18rem !important; }

.mt--185 {
  margin-top: 18.5rem !important; }

.mt--190 {
  margin-top: 19rem !important; }

.mt--195 {
  margin-top: 19.5rem !important; }

.mt--200 {
  margin-top: 20rem !important; }

@media (max-width: 74.9375em) {
  .mt-lg--0 {
    margin-top: 0rem !important; } }

@media (max-width: 74.9375em) {
  .mt-lg--5 {
    margin-top: 0.5rem !important; } }

@media (max-width: 74.9375em) {
  .mt-lg--10 {
    margin-top: 1rem !important; } }

@media (max-width: 74.9375em) {
  .mt-lg--15 {
    margin-top: 1.5rem !important; } }

@media (max-width: 74.9375em) {
  .mt-lg--20 {
    margin-top: 2rem !important; } }

@media (max-width: 74.9375em) {
  .mt-lg--25 {
    margin-top: 2.5rem !important; } }

@media (max-width: 74.9375em) {
  .mt-lg--30 {
    margin-top: 3rem !important; } }

@media (max-width: 74.9375em) {
  .mt-lg--35 {
    margin-top: 3.5rem !important; } }

@media (max-width: 74.9375em) {
  .mt-lg--40 {
    margin-top: 4rem !important; } }

@media (max-width: 74.9375em) {
  .mt-lg--45 {
    margin-top: 4.5rem !important; } }

@media (max-width: 74.9375em) {
  .mt-lg--50 {
    margin-top: 5rem !important; } }

@media (max-width: 74.9375em) {
  .mt-lg--55 {
    margin-top: 5.5rem !important; } }

@media (max-width: 74.9375em) {
  .mt-lg--60 {
    margin-top: 6rem !important; } }

@media (max-width: 74.9375em) {
  .mt-lg--65 {
    margin-top: 6.5rem !important; } }

@media (max-width: 74.9375em) {
  .mt-lg--70 {
    margin-top: 7rem !important; } }

@media (max-width: 74.9375em) {
  .mt-lg--75 {
    margin-top: 7.5rem !important; } }

@media (max-width: 74.9375em) {
  .mt-lg--80 {
    margin-top: 8rem !important; } }

@media (max-width: 74.9375em) {
  .mt-lg--85 {
    margin-top: 8.5rem !important; } }

@media (max-width: 74.9375em) {
  .mt-lg--90 {
    margin-top: 9rem !important; } }

@media (max-width: 74.9375em) {
  .mt-lg--95 {
    margin-top: 9.5rem !important; } }

@media (max-width: 74.9375em) {
  .mt-lg--100 {
    margin-top: 10rem !important; } }

@media (max-width: 74.9375em) {
  .mt-lg--105 {
    margin-top: 10.5rem !important; } }

@media (max-width: 74.9375em) {
  .mt-lg--110 {
    margin-top: 11rem !important; } }

@media (max-width: 74.9375em) {
  .mt-lg--115 {
    margin-top: 11.5rem !important; } }

@media (max-width: 74.9375em) {
  .mt-lg--120 {
    margin-top: 12rem !important; } }

@media (max-width: 74.9375em) {
  .mt-lg--125 {
    margin-top: 12.5rem !important; } }

@media (max-width: 74.9375em) {
  .mt-lg--130 {
    margin-top: 13rem !important; } }

@media (max-width: 74.9375em) {
  .mt-lg--135 {
    margin-top: 13.5rem !important; } }

@media (max-width: 74.9375em) {
  .mt-lg--140 {
    margin-top: 14rem !important; } }

@media (max-width: 74.9375em) {
  .mt-lg--145 {
    margin-top: 14.5rem !important; } }

@media (max-width: 74.9375em) {
  .mt-lg--150 {
    margin-top: 15rem !important; } }

@media (max-width: 74.9375em) {
  .mt-lg--155 {
    margin-top: 15.5rem !important; } }

@media (max-width: 74.9375em) {
  .mt-lg--160 {
    margin-top: 16rem !important; } }

@media (max-width: 74.9375em) {
  .mt-lg--165 {
    margin-top: 16.5rem !important; } }

@media (max-width: 74.9375em) {
  .mt-lg--170 {
    margin-top: 17rem !important; } }

@media (max-width: 74.9375em) {
  .mt-lg--175 {
    margin-top: 17.5rem !important; } }

@media (max-width: 74.9375em) {
  .mt-lg--180 {
    margin-top: 18rem !important; } }

@media (max-width: 74.9375em) {
  .mt-lg--185 {
    margin-top: 18.5rem !important; } }

@media (max-width: 74.9375em) {
  .mt-lg--190 {
    margin-top: 19rem !important; } }

@media (max-width: 74.9375em) {
  .mt-lg--195 {
    margin-top: 19.5rem !important; } }

@media (max-width: 74.9375em) {
  .mt-lg--200 {
    margin-top: 20rem !important; } }

@media (max-width: 61.94em) {
  .mt-md--0 {
    margin-top: 0rem !important; } }

@media (max-width: 61.94em) {
  .mt-md--5 {
    margin-top: 0.5rem !important; } }

@media (max-width: 61.94em) {
  .mt-md--10 {
    margin-top: 1rem !important; } }

@media (max-width: 61.94em) {
  .mt-md--15 {
    margin-top: 1.5rem !important; } }

@media (max-width: 61.94em) {
  .mt-md--20 {
    margin-top: 2rem !important; } }

@media (max-width: 61.94em) {
  .mt-md--25 {
    margin-top: 2.5rem !important; } }

@media (max-width: 61.94em) {
  .mt-md--30 {
    margin-top: 3rem !important; } }

@media (max-width: 61.94em) {
  .mt-md--35 {
    margin-top: 3.5rem !important; } }

@media (max-width: 61.94em) {
  .mt-md--40 {
    margin-top: 4rem !important; } }

@media (max-width: 61.94em) {
  .mt-md--45 {
    margin-top: 4.5rem !important; } }

@media (max-width: 61.94em) {
  .mt-md--50 {
    margin-top: 5rem !important; } }

@media (max-width: 61.94em) {
  .mt-md--55 {
    margin-top: 5.5rem !important; } }

@media (max-width: 61.94em) {
  .mt-md--60 {
    margin-top: 6rem !important; } }

@media (max-width: 61.94em) {
  .mt-md--65 {
    margin-top: 6.5rem !important; } }

@media (max-width: 61.94em) {
  .mt-md--70 {
    margin-top: 7rem !important; } }

@media (max-width: 61.94em) {
  .mt-md--75 {
    margin-top: 7.5rem !important; } }

@media (max-width: 61.94em) {
  .mt-md--80 {
    margin-top: 8rem !important; } }

@media (max-width: 61.94em) {
  .mt-md--85 {
    margin-top: 8.5rem !important; } }

@media (max-width: 61.94em) {
  .mt-md--90 {
    margin-top: 9rem !important; } }

@media (max-width: 61.94em) {
  .mt-md--95 {
    margin-top: 9.5rem !important; } }

@media (max-width: 61.94em) {
  .mt-md--100 {
    margin-top: 10rem !important; } }

@media (max-width: 61.94em) {
  .mt-md--105 {
    margin-top: 10.5rem !important; } }

@media (max-width: 61.94em) {
  .mt-md--110 {
    margin-top: 11rem !important; } }

@media (max-width: 61.94em) {
  .mt-md--115 {
    margin-top: 11.5rem !important; } }

@media (max-width: 61.94em) {
  .mt-md--120 {
    margin-top: 12rem !important; } }

@media (max-width: 61.94em) {
  .mt-md--125 {
    margin-top: 12.5rem !important; } }

@media (max-width: 61.94em) {
  .mt-md--130 {
    margin-top: 13rem !important; } }

@media (max-width: 61.94em) {
  .mt-md--135 {
    margin-top: 13.5rem !important; } }

@media (max-width: 61.94em) {
  .mt-md--140 {
    margin-top: 14rem !important; } }

@media (max-width: 61.94em) {
  .mt-md--145 {
    margin-top: 14.5rem !important; } }

@media (max-width: 61.94em) {
  .mt-md--150 {
    margin-top: 15rem !important; } }

@media (max-width: 61.94em) {
  .mt-md--155 {
    margin-top: 15.5rem !important; } }

@media (max-width: 61.94em) {
  .mt-md--160 {
    margin-top: 16rem !important; } }

@media (max-width: 61.94em) {
  .mt-md--165 {
    margin-top: 16.5rem !important; } }

@media (max-width: 61.94em) {
  .mt-md--170 {
    margin-top: 17rem !important; } }

@media (max-width: 61.94em) {
  .mt-md--175 {
    margin-top: 17.5rem !important; } }

@media (max-width: 61.94em) {
  .mt-md--180 {
    margin-top: 18rem !important; } }

@media (max-width: 61.94em) {
  .mt-md--185 {
    margin-top: 18.5rem !important; } }

@media (max-width: 61.94em) {
  .mt-md--190 {
    margin-top: 19rem !important; } }

@media (max-width: 61.94em) {
  .mt-md--195 {
    margin-top: 19.5rem !important; } }

@media (max-width: 61.94em) {
  .mt-md--200 {
    margin-top: 20rem !important; } }

@media (max-width: 47.94em) {
  .mt-sm--0 {
    margin-top: 0rem !important; } }

@media (max-width: 47.94em) {
  .mt-sm--5 {
    margin-top: 0.5rem !important; } }

@media (max-width: 47.94em) {
  .mt-sm--10 {
    margin-top: 1rem !important; } }

@media (max-width: 47.94em) {
  .mt-sm--15 {
    margin-top: 1.5rem !important; } }

@media (max-width: 47.94em) {
  .mt-sm--20 {
    margin-top: 2rem !important; } }

@media (max-width: 47.94em) {
  .mt-sm--25 {
    margin-top: 2.5rem !important; } }

@media (max-width: 47.94em) {
  .mt-sm--30 {
    margin-top: 3rem !important; } }

@media (max-width: 47.94em) {
  .mt-sm--35 {
    margin-top: 3.5rem !important; } }

@media (max-width: 47.94em) {
  .mt-sm--40 {
    margin-top: 4rem !important; } }

@media (max-width: 47.94em) {
  .mt-sm--45 {
    margin-top: 4.5rem !important; } }

@media (max-width: 47.94em) {
  .mt-sm--50 {
    margin-top: 5rem !important; } }

@media (max-width: 47.94em) {
  .mt-sm--55 {
    margin-top: 5.5rem !important; } }

@media (max-width: 47.94em) {
  .mt-sm--60 {
    margin-top: 6rem !important; } }

@media (max-width: 47.94em) {
  .mt-sm--65 {
    margin-top: 6.5rem !important; } }

@media (max-width: 47.94em) {
  .mt-sm--70 {
    margin-top: 7rem !important; } }

@media (max-width: 47.94em) {
  .mt-sm--75 {
    margin-top: 7.5rem !important; } }

@media (max-width: 47.94em) {
  .mt-sm--80 {
    margin-top: 8rem !important; } }

@media (max-width: 47.94em) {
  .mt-sm--85 {
    margin-top: 8.5rem !important; } }

@media (max-width: 47.94em) {
  .mt-sm--90 {
    margin-top: 9rem !important; } }

@media (max-width: 47.94em) {
  .mt-sm--95 {
    margin-top: 9.5rem !important; } }

@media (max-width: 47.94em) {
  .mt-sm--100 {
    margin-top: 10rem !important; } }

@media (max-width: 47.94em) {
  .mt-sm--105 {
    margin-top: 10.5rem !important; } }

@media (max-width: 47.94em) {
  .mt-sm--110 {
    margin-top: 11rem !important; } }

@media (max-width: 47.94em) {
  .mt-sm--115 {
    margin-top: 11.5rem !important; } }

@media (max-width: 47.94em) {
  .mt-sm--120 {
    margin-top: 12rem !important; } }

@media (max-width: 47.94em) {
  .mt-sm--125 {
    margin-top: 12.5rem !important; } }

@media (max-width: 47.94em) {
  .mt-sm--130 {
    margin-top: 13rem !important; } }

@media (max-width: 47.94em) {
  .mt-sm--135 {
    margin-top: 13.5rem !important; } }

@media (max-width: 47.94em) {
  .mt-sm--140 {
    margin-top: 14rem !important; } }

@media (max-width: 47.94em) {
  .mt-sm--145 {
    margin-top: 14.5rem !important; } }

@media (max-width: 47.94em) {
  .mt-sm--150 {
    margin-top: 15rem !important; } }

@media (max-width: 47.94em) {
  .mt-sm--155 {
    margin-top: 15.5rem !important; } }

@media (max-width: 47.94em) {
  .mt-sm--160 {
    margin-top: 16rem !important; } }

@media (max-width: 47.94em) {
  .mt-sm--165 {
    margin-top: 16.5rem !important; } }

@media (max-width: 47.94em) {
  .mt-sm--170 {
    margin-top: 17rem !important; } }

@media (max-width: 47.94em) {
  .mt-sm--175 {
    margin-top: 17.5rem !important; } }

@media (max-width: 47.94em) {
  .mt-sm--180 {
    margin-top: 18rem !important; } }

@media (max-width: 47.94em) {
  .mt-sm--185 {
    margin-top: 18.5rem !important; } }

@media (max-width: 47.94em) {
  .mt-sm--190 {
    margin-top: 19rem !important; } }

@media (max-width: 47.94em) {
  .mt-sm--195 {
    margin-top: 19.5rem !important; } }

@media (max-width: 47.94em) {
  .mt-sm--200 {
    margin-top: 20rem !important; } }

@media (max-width: 35.94em) {
  .mt-xs--0 {
    margin-top: 0rem !important; } }

@media (max-width: 35.94em) {
  .mt-xs--5 {
    margin-top: 0.5rem !important; } }

@media (max-width: 35.94em) {
  .mt-xs--10 {
    margin-top: 1rem !important; } }

@media (max-width: 35.94em) {
  .mt-xs--15 {
    margin-top: 1.5rem !important; } }

@media (max-width: 35.94em) {
  .mt-xs--20 {
    margin-top: 2rem !important; } }

@media (max-width: 35.94em) {
  .mt-xs--25 {
    margin-top: 2.5rem !important; } }

@media (max-width: 35.94em) {
  .mt-xs--30 {
    margin-top: 3rem !important; } }

@media (max-width: 35.94em) {
  .mt-xs--35 {
    margin-top: 3.5rem !important; } }

@media (max-width: 35.94em) {
  .mt-xs--40 {
    margin-top: 4rem !important; } }

@media (max-width: 35.94em) {
  .mt-xs--45 {
    margin-top: 4.5rem !important; } }

@media (max-width: 35.94em) {
  .mt-xs--50 {
    margin-top: 5rem !important; } }

@media (max-width: 35.94em) {
  .mt-xs--55 {
    margin-top: 5.5rem !important; } }

@media (max-width: 35.94em) {
  .mt-xs--60 {
    margin-top: 6rem !important; } }

@media (max-width: 35.94em) {
  .mt-xs--65 {
    margin-top: 6.5rem !important; } }

@media (max-width: 35.94em) {
  .mt-xs--70 {
    margin-top: 7rem !important; } }

@media (max-width: 35.94em) {
  .mt-xs--75 {
    margin-top: 7.5rem !important; } }

@media (max-width: 35.94em) {
  .mt-xs--80 {
    margin-top: 8rem !important; } }

@media (max-width: 35.94em) {
  .mt-xs--85 {
    margin-top: 8.5rem !important; } }

@media (max-width: 35.94em) {
  .mt-xs--90 {
    margin-top: 9rem !important; } }

@media (max-width: 35.94em) {
  .mt-xs--95 {
    margin-top: 9.5rem !important; } }

@media (max-width: 35.94em) {
  .mt-xs--100 {
    margin-top: 10rem !important; } }

@media (max-width: 35.94em) {
  .mt-xs--105 {
    margin-top: 10.5rem !important; } }

@media (max-width: 35.94em) {
  .mt-xs--110 {
    margin-top: 11rem !important; } }

@media (max-width: 35.94em) {
  .mt-xs--115 {
    margin-top: 11.5rem !important; } }

@media (max-width: 35.94em) {
  .mt-xs--120 {
    margin-top: 12rem !important; } }

@media (max-width: 35.94em) {
  .mt-xs--125 {
    margin-top: 12.5rem !important; } }

@media (max-width: 35.94em) {
  .mt-xs--130 {
    margin-top: 13rem !important; } }

@media (max-width: 35.94em) {
  .mt-xs--135 {
    margin-top: 13.5rem !important; } }

@media (max-width: 35.94em) {
  .mt-xs--140 {
    margin-top: 14rem !important; } }

@media (max-width: 35.94em) {
  .mt-xs--145 {
    margin-top: 14.5rem !important; } }

@media (max-width: 35.94em) {
  .mt-xs--150 {
    margin-top: 15rem !important; } }

@media (max-width: 35.94em) {
  .mt-xs--155 {
    margin-top: 15.5rem !important; } }

@media (max-width: 35.94em) {
  .mt-xs--160 {
    margin-top: 16rem !important; } }

@media (max-width: 35.94em) {
  .mt-xs--165 {
    margin-top: 16.5rem !important; } }

@media (max-width: 35.94em) {
  .mt-xs--170 {
    margin-top: 17rem !important; } }

@media (max-width: 35.94em) {
  .mt-xs--175 {
    margin-top: 17.5rem !important; } }

@media (max-width: 35.94em) {
  .mt-xs--180 {
    margin-top: 18rem !important; } }

@media (max-width: 35.94em) {
  .mt-xs--185 {
    margin-top: 18.5rem !important; } }

@media (max-width: 35.94em) {
  .mt-xs--190 {
    margin-top: 19rem !important; } }

@media (max-width: 35.94em) {
  .mt-xs--195 {
    margin-top: 19.5rem !important; } }

@media (max-width: 35.94em) {
  .mt-xs--200 {
    margin-top: 20rem !important; } }

.ml--0 {
  margin-left: 0rem !important; }

.ml--5 {
  margin-left: 0.5rem !important; }

.ml--10 {
  margin-left: 1rem !important; }

.ml--15 {
  margin-left: 1.5rem !important; }

.ml--20 {
  margin-left: 2rem !important; }

.ml--25 {
  margin-left: 2.5rem !important; }

.ml--30 {
  margin-left: 3rem !important; }

.ml--35 {
  margin-left: 3.5rem !important; }

.ml--40 {
  margin-left: 4rem !important; }

.ml--45 {
  margin-left: 4.5rem !important; }

.ml--50 {
  margin-left: 5rem !important; }

.ml--55 {
  margin-left: 5.5rem !important; }

.ml--60 {
  margin-left: 6rem !important; }

.ml--65 {
  margin-left: 6.5rem !important; }

.ml--70 {
  margin-left: 7rem !important; }

.ml--75 {
  margin-left: 7.5rem !important; }

.ml--80 {
  margin-left: 8rem !important; }

.ml--85 {
  margin-left: 8.5rem !important; }

.ml--90 {
  margin-left: 9rem !important; }

.ml--95 {
  margin-left: 9.5rem !important; }

.ml--100 {
  margin-left: 10rem !important; }

.mr--0 {
  margin-right: 0rem !important; }

.mr--10 {
  margin-right: 1rem !important; }

.mr--20 {
  margin-right: 2rem !important; }

.mr--30 {
  margin-right: 3rem !important; }

.mr--40 {
  margin-right: 4rem !important; }

.mr--50 {
  margin-right: 5rem !important; }

.mr--60 {
  margin-right: 6rem !important; }

.mr--70 {
  margin-right: 7rem !important; }

.mr--80 {
  margin-right: 8rem !important; }

.mr--90 {
  margin-right: 9rem !important; }

.mr--100 {
  margin-right: 10rem !important; }

@media (max-width: 74.9375em) {
  .mr-lg--0 {
    margin-right: 0rem !important; } }

@media (max-width: 74.9375em) {
  .mr-lg--5 {
    margin-right: 0.5rem !important; } }

@media (max-width: 74.9375em) {
  .mr-lg--10 {
    margin-right: 1rem !important; } }

@media (max-width: 74.9375em) {
  .mr-lg--15 {
    margin-right: 1.5rem !important; } }

@media (max-width: 74.9375em) {
  .mr-lg--20 {
    margin-right: 2rem !important; } }

@media (max-width: 74.9375em) {
  .mr-lg--25 {
    margin-right: 2.5rem !important; } }

@media (max-width: 74.9375em) {
  .mr-lg--30 {
    margin-right: 3rem !important; } }

@media (max-width: 74.9375em) {
  .mr-lg--35 {
    margin-right: 3.5rem !important; } }

@media (max-width: 74.9375em) {
  .mr-lg--40 {
    margin-right: 4rem !important; } }

@media (max-width: 74.9375em) {
  .mr-lg--45 {
    margin-right: 4.5rem !important; } }

@media (max-width: 74.9375em) {
  .mr-lg--50 {
    margin-right: 5rem !important; } }

@media (max-width: 61.94em) {
  .mr-md--0 {
    margin-right: 0rem !important; } }

@media (max-width: 61.94em) {
  .mr-md--5 {
    margin-right: 0.5rem !important; } }

@media (max-width: 61.94em) {
  .mr-md--10 {
    margin-right: 1rem !important; } }

@media (max-width: 61.94em) {
  .mr-md--15 {
    margin-right: 1.5rem !important; } }

@media (max-width: 61.94em) {
  .mr-md--20 {
    margin-right: 2rem !important; } }

@media (max-width: 61.94em) {
  .mr-md--25 {
    margin-right: 2.5rem !important; } }

@media (max-width: 61.94em) {
  .mr-md--30 {
    margin-right: 3rem !important; } }

@media (max-width: 61.94em) {
  .mr-md--35 {
    margin-right: 3.5rem !important; } }

@media (max-width: 61.94em) {
  .mr-md--40 {
    margin-right: 4rem !important; } }

@media (max-width: 61.94em) {
  .mr-md--45 {
    margin-right: 4.5rem !important; } }

@media (max-width: 61.94em) {
  .mr-md--50 {
    margin-right: 5rem !important; } }

@media (max-width: 47.94em) {
  .mr-sm--0 {
    margin-right: 0rem !important; } }

@media (max-width: 47.94em) {
  .mr-sm--5 {
    margin-right: 0.5rem !important; } }

@media (max-width: 47.94em) {
  .mr-sm--10 {
    margin-right: 1rem !important; } }

@media (max-width: 47.94em) {
  .mr-sm--15 {
    margin-right: 1.5rem !important; } }

@media (max-width: 47.94em) {
  .mr-sm--20 {
    margin-right: 2rem !important; } }

@media (max-width: 47.94em) {
  .mr-sm--25 {
    margin-right: 2.5rem !important; } }

@media (max-width: 47.94em) {
  .mr-sm--30 {
    margin-right: 3rem !important; } }

@media (max-width: 47.94em) {
  .mr-sm--35 {
    margin-right: 3.5rem !important; } }

@media (max-width: 47.94em) {
  .mr-sm--40 {
    margin-right: 4rem !important; } }

@media (max-width: 47.94em) {
  .mr-sm--45 {
    margin-right: 4.5rem !important; } }

@media (max-width: 47.94em) {
  .mr-sm--50 {
    margin-right: 5rem !important; } }

@media (max-width: 35.94em) {
  .mr-xs--0 {
    margin-right: 0rem !important; } }

@media (max-width: 35.94em) {
  .mr-xs--5 {
    margin-right: 0.5rem !important; } }

@media (max-width: 35.94em) {
  .mr-xs--10 {
    margin-right: 1rem !important; } }

@media (max-width: 35.94em) {
  .mr-xs--15 {
    margin-right: 1.5rem !important; } }

@media (max-width: 35.94em) {
  .mr-xs--20 {
    margin-right: 2rem !important; } }

@media (max-width: 35.94em) {
  .mr-xs--25 {
    margin-right: 2.5rem !important; } }

@media (max-width: 35.94em) {
  .mr-xs--30 {
    margin-right: 3rem !important; } }

@media (max-width: 35.94em) {
  .mr-xs--35 {
    margin-right: 3.5rem !important; } }

@media (max-width: 35.94em) {
  .mr-xs--40 {
    margin-right: 4rem !important; } }

@media (max-width: 35.94em) {
  .mr-xs--45 {
    margin-right: 4.5rem !important; } }

@media (max-width: 35.94em) {
  .mr-xs--50 {
    margin-right: 5rem !important; } }

.mb--1 {
  margin-bottom: 1px !important; }

.mb--2 {
  margin-bottom: 2px !important; }

.mb--3 {
  margin-bottom: 3px !important; }

.mb--4 {
  margin-bottom: 4px !important; }

@media (max-width: 74.9375em) {
  .mb-lg--1 {
    margin-bottom: 1px !important; } }

@media (max-width: 74.9375em) {
  .mb-lg--2 {
    margin-bottom: 2px !important; } }

@media (max-width: 74.9375em) {
  .mb-lg--3 {
    margin-bottom: 3px !important; } }

@media (max-width: 74.9375em) {
  .mb-lg--4 {
    margin-bottom: 4px !important; } }

@media (max-width: 61.94em) {
  .mb-md--1 {
    margin-bottom: 1px !important; } }

@media (max-width: 61.94em) {
  .mb-md--2 {
    margin-bottom: 2px !important; } }

@media (max-width: 61.94em) {
  .mb-md--3 {
    margin-bottom: 3px !important; } }

@media (max-width: 61.94em) {
  .mb-md--4 {
    margin-bottom: 4px !important; } }

@media (max-width: 47.94em) {
  .mb-sm--1 {
    margin-bottom: 1px !important; } }

@media (max-width: 47.94em) {
  .mb-sm--2 {
    margin-bottom: 2px !important; } }

@media (max-width: 47.94em) {
  .mb-sm--3 {
    margin-bottom: 3px !important; } }

@media (max-width: 47.94em) {
  .mb-sm--4 {
    margin-bottom: 4px !important; } }

@media (max-width: 35.94em) {
  .mb-xs--1 {
    margin-bottom: 1px !important; } }

@media (max-width: 35.94em) {
  .mb-xs--2 {
    margin-bottom: 2px !important; } }

@media (max-width: 35.94em) {
  .mb-xs--3 {
    margin-bottom: 3px !important; } }

@media (max-width: 35.94em) {
  .mb-xs--4 {
    margin-bottom: 4px !important; } }

.mt--1 {
  margin-top: 1px !important; }

.mt--2 {
  margin-top: 2px !important; }

.mt--3 {
  margin-top: 3px !important; }

.mt--4 {
  margin-top: 4px !important; }

@media (max-width: 93.6875em) {
  .mt-xl--0 {
    margin-top: 0px !important; } }

@media (max-width: 93.6875em) {
  .mt-xl--1 {
    margin-top: 1px !important; } }

@media (max-width: 93.6875em) {
  .mt-xl--2 {
    margin-top: 2px !important; } }

@media (max-width: 93.6875em) {
  .mt-xl--3 {
    margin-top: 3px !important; } }

@media (max-width: 93.6875em) {
  .mt-xl--4 {
    margin-top: 4px !important; } }

@media (max-width: 74.9375em) {
  .mt-lg--1 {
    margin-top: 1px !important; } }

@media (max-width: 74.9375em) {
  .mt-lg--2 {
    margin-top: 2px !important; } }

@media (max-width: 74.9375em) {
  .mt-lg--3 {
    margin-top: 3px !important; } }

@media (max-width: 74.9375em) {
  .mt-lg--4 {
    margin-top: 4px !important; } }

@media (max-width: 61.94em) {
  .mt-md--1 {
    margin-top: 1px !important; } }

@media (max-width: 61.94em) {
  .mt-md--2 {
    margin-top: 2px !important; } }

@media (max-width: 61.94em) {
  .mt-md--3 {
    margin-top: 3px !important; } }

@media (max-width: 61.94em) {
  .mt-md--4 {
    margin-top: 4px !important; } }

@media (max-width: 47.94em) {
  .mt-sm--1 {
    margin-top: 1px !important; } }

@media (max-width: 47.94em) {
  .mt-sm--2 {
    margin-top: 2px !important; } }

@media (max-width: 47.94em) {
  .mt-sm--3 {
    margin-top: 3px !important; } }

@media (max-width: 47.94em) {
  .mt-sm--4 {
    margin-top: 4px !important; } }

@media (max-width: 35.94em) {
  .mt-xs--1 {
    margin-top: 1px !important; } }

@media (max-width: 35.94em) {
  .mt-xs--2 {
    margin-top: 2px !important; } }

@media (max-width: 35.94em) {
  .mt-xs--3 {
    margin-top: 3px !important; } }

@media (max-width: 35.94em) {
  .mt-xs--4 {
    margin-top: 4px !important; } }

.ml--1 {
  margin-left: 1px !important; }

.ml--2 {
  margin-left: 2px !important; }

.ml--3 {
  margin-left: 3px !important; }

.ml--4 {
  margin-left: 4px !important; }

@media (max-width: 74.9375em) {
  .ml-lg--1 {
    margin-left: 1px !important; } }

@media (max-width: 74.9375em) {
  .ml-lg--2 {
    margin-left: 2px !important; } }

@media (max-width: 74.9375em) {
  .ml-lg--3 {
    margin-left: 3px !important; } }

@media (max-width: 74.9375em) {
  .ml-lg--4 {
    margin-left: 4px !important; } }

@media (max-width: 61.94em) {
  .ml-md--1 {
    margin-left: 1px !important; } }

@media (max-width: 61.94em) {
  .ml-md--2 {
    margin-left: 2px !important; } }

@media (max-width: 61.94em) {
  .ml-md--3 {
    margin-left: 3px !important; } }

@media (max-width: 61.94em) {
  .ml-md--4 {
    margin-left: 4px !important; } }

@media (max-width: 47.94em) {
  .ml-sm--1 {
    margin-left: 1px !important; } }

@media (max-width: 47.94em) {
  .ml-sm--2 {
    margin-left: 2px !important; } }

@media (max-width: 47.94em) {
  .ml-sm--3 {
    margin-left: 3px !important; } }

@media (max-width: 47.94em) {
  .ml-sm--4 {
    margin-left: 4px !important; } }

@media (max-width: 35.94em) {
  .ml-xs--1 {
    margin-left: 1px !important; } }

@media (max-width: 35.94em) {
  .ml-xs--2 {
    margin-left: 2px !important; } }

@media (max-width: 35.94em) {
  .ml-xs--3 {
    margin-left: 3px !important; } }

@media (max-width: 35.94em) {
  .ml-xs--4 {
    margin-left: 4px !important; } }

.mr--1 {
  margin-right: 1px !important; }

.mr--2 {
  margin-right: 2px !important; }

.mr--3 {
  margin-right: 3px !important; }

.mr--4 {
  margin-right: 4px !important; }

@media (max-width: 74.9375em) {
  .mr-lg--1 {
    margin-right: 1px !important; } }

@media (max-width: 74.9375em) {
  .mr-lg--2 {
    margin-right: 2px !important; } }

@media (max-width: 74.9375em) {
  .mr-lg--3 {
    margin-right: 3px !important; } }

@media (max-width: 74.9375em) {
  .mr-lg--4 {
    margin-right: 4px !important; } }

@media (max-width: 61.94em) {
  .mr-md--1 {
    margin-right: 1px !important; } }

@media (max-width: 61.94em) {
  .mr-md--2 {
    margin-right: 2px !important; } }

@media (max-width: 61.94em) {
  .mr-md--3 {
    margin-right: 3px !important; } }

@media (max-width: 61.94em) {
  .mr-md--4 {
    margin-right: 4px !important; } }

@media (max-width: 47.94em) {
  .mr-sm--1 {
    margin-right: 1px !important; } }

@media (max-width: 47.94em) {
  .mr-sm--2 {
    margin-right: 2px !important; } }

@media (max-width: 47.94em) {
  .mr-sm--3 {
    margin-right: 3px !important; } }

@media (max-width: 47.94em) {
  .mr-sm--4 {
    margin-right: 4px !important; } }

@media (max-width: 35.94em) {
  .mr-xs--1 {
    margin-right: 1px !important; } }

@media (max-width: 35.94em) {
  .mr-xs--2 {
    margin-right: 2px !important; } }

@media (max-width: 35.94em) {
  .mr-xs--3 {
    margin-right: 3px !important; } }

@media (max-width: 35.94em) {
  .mr-xs--4 {
    margin-right: 4px !important; } }

.pb--1 {
  padding-bottom: 1px !important; }

.pb--2 {
  padding-bottom: 2px !important; }

.pb--3 {
  padding-bottom: 3px !important; }

.pb--4 {
  padding-bottom: 4px !important; }

@media (max-width: 74.9375em) {
  .pb-lg--1 {
    padding-bottom: 1px !important; } }

@media (max-width: 74.9375em) {
  .pb-lg--2 {
    padding-bottom: 2px !important; } }

@media (max-width: 74.9375em) {
  .pb-lg--3 {
    padding-bottom: 3px !important; } }

@media (max-width: 74.9375em) {
  .pb-lg--4 {
    padding-bottom: 4px !important; } }

@media (max-width: 61.94em) {
  .pb-md--1 {
    padding-bottom: 1px !important; } }

@media (max-width: 61.94em) {
  .pb-md--2 {
    padding-bottom: 2px !important; } }

@media (max-width: 61.94em) {
  .pb-md--3 {
    padding-bottom: 3px !important; } }

@media (max-width: 61.94em) {
  .pb-md--4 {
    padding-bottom: 4px !important; } }

@media (max-width: 47.94em) {
  .pb-sm--1 {
    padding-bottom: 1px !important; } }

@media (max-width: 47.94em) {
  .pb-sm--2 {
    padding-bottom: 2px !important; } }

@media (max-width: 47.94em) {
  .pb-sm--3 {
    padding-bottom: 3px !important; } }

@media (max-width: 47.94em) {
  .pb-sm--4 {
    padding-bottom: 4px !important; } }

@media (max-width: 35.94em) {
  .pb-xs--1 {
    padding-bottom: 1px !important; } }

@media (max-width: 35.94em) {
  .pb-xs--2 {
    padding-bottom: 2px !important; } }

@media (max-width: 35.94em) {
  .pb-xs--3 {
    padding-bottom: 3px !important; } }

@media (max-width: 35.94em) {
  .pb-xs--4 {
    padding-bottom: 4px !important; } }

.pl--1 {
  padding-left: 1px !important; }

.pl--2 {
  padding-left: 2px !important; }

.pl--3 {
  padding-left: 3px !important; }

.pl--4 {
  padding-left: 4px !important; }

@media (max-width: 74.9375em) {
  .pl-lg--1 {
    padding-left: 1px !important; } }

@media (max-width: 74.9375em) {
  .pl-lg--2 {
    padding-left: 2px !important; } }

@media (max-width: 74.9375em) {
  .pl-lg--3 {
    padding-left: 3px !important; } }

@media (max-width: 74.9375em) {
  .pl-lg--4 {
    padding-left: 4px !important; } }

@media (max-width: 61.94em) {
  .pl-md--1 {
    padding-left: 1px !important; } }

@media (max-width: 61.94em) {
  .pl-md--2 {
    padding-left: 2px !important; } }

@media (max-width: 61.94em) {
  .pl-md--3 {
    padding-left: 3px !important; } }

@media (max-width: 61.94em) {
  .pl-md--4 {
    padding-left: 4px !important; } }

@media (max-width: 47.94em) {
  .pl-sm--1 {
    padding-left: 1px !important; } }

@media (max-width: 47.94em) {
  .pl-sm--2 {
    padding-left: 2px !important; } }

@media (max-width: 47.94em) {
  .pl-sm--3 {
    padding-left: 3px !important; } }

@media (max-width: 47.94em) {
  .pl-sm--4 {
    padding-left: 4px !important; } }

@media (max-width: 35.94em) {
  .pl-xs--1 {
    padding-left: 1px !important; } }

@media (max-width: 35.94em) {
  .pl-xs--2 {
    padding-left: 2px !important; } }

@media (max-width: 35.94em) {
  .pl-xs--3 {
    padding-left: 3px !important; } }

@media (max-width: 35.94em) {
  .pl-xs--4 {
    padding-left: 4px !important; } }

.cs-mt--0 .slick-dots {
  margin-top: 0rem !important; }

.cs-mt--5 .slick-dots {
  margin-top: 0.5rem !important; }

.cs-mt--10 .slick-dots {
  margin-top: 1rem !important; }

.cs-mt--15 .slick-dots {
  margin-top: 1.5rem !important; }

.cs-mt--20 .slick-dots {
  margin-top: 2rem !important; }

.cs-mt--25 .slick-dots {
  margin-top: 2.5rem !important; }

.cs-mt--30 .slick-dots {
  margin-top: 3rem !important; }

.cs-mt--35 .slick-dots {
  margin-top: 3.5rem !important; }

.cs-mt--40 .slick-dots {
  margin-top: 4rem !important; }

.cs-mt--45 .slick-dots {
  margin-top: 4.5rem !important; }

.cs-mt--50 .slick-dots {
  margin-top: 5rem !important; }

.cs-mt--55 .slick-dots {
  margin-top: 5.5rem !important; }

.cs-mt--60 .slick-dots {
  margin-top: 6rem !important; }

.cs-mt--65 .slick-dots {
  margin-top: 6.5rem !important; }

.cs-mt--70 .slick-dots {
  margin-top: 7rem !important; }

.cs-mt--75 .slick-dots {
  margin-top: 7.5rem !important; }

.cs-mt--80 .slick-dots {
  margin-top: 8rem !important; }

.cs-mt--85 .slick-dots {
  margin-top: 8.5rem !important; }

.cs-mt--90 .slick-dots {
  margin-top: 9rem !important; }

.cs-mt--95 .slick-dots {
  margin-top: 9.5rem !important; }

.cs-mt--100 .slick-dots {
  margin-top: 10rem !important; }

.mt---5 {
  margin-top: -5px !important; }

/*****************************
63 - Utilities - Color
*****************************/
.header__toggle-search i, .site-info.white-color .site-info__item i, .site-info.white-color .site-info__item a, .site-info.white-color .site-info__title, .site-info.white-color .site-info__text, .mini-blog__date, .post__date, .add-to-cart-btn, .add-to-cart-btn:hover, .newsletter__submit, .searchform-2 .searchform__submit, .icon, .icon-rounded, .popup-search__body p, .popup-search__body .btn-close, .product-thumbnail .quick-view:hover i, .product-label, .project-item-2 .project-item__title a:hover, .social-round .social__link:hover, .testimonial__author--name, .testimonial__author--role, .testimonial-style-2 .testimonial__author--name, .testimonial-style-2 .testimonial__author--separator, .testimonial-style-2 .testimonial__author--role, .testimonial-style-4.white-color .testimonial__text p, .testimonial-style-4.white-color .testimonial__author--name, .home-contact__small, .home-contact__big, .pagination li .page-number.current, .pagination li .page-number:hover, .page-title, .testimonial__text:before, .testimonial-style-4 .testimonial__info:before, .project-item__overlay a, .services-item__overlay a {
  color: #ffffff; }

.mini-blog-style-2 .mini-blog__inner, .slick-btn, .searchform__input, .offcanvas-menu-wrapper .offcanvas-menu-inner, .skill-progress .progress-bar span, .social.white-bg .social__link, .testimonial__text, .testimonial__text:after, .callback-box {
  background-color: #ffffff; }

.site-info__item i, .mini-blog-style-3 .mini-blog__date, .post__entry-meta span a, .slick-btn:hover, .comment-author a:hover, .comment-reply-link, .custom-close:hover i, .product-summary .product-navigation a:hover, .product-summary .product-title a:hover, .skill-progress .progress-bar span, .services-item__icon, .table.shop_attributes th a:hover, .table.shop_attributes td a:hover, .sidebar .widget-menu li.active a, .list-with-icon li i, .message-box a:hover, .error-content .error-icon, .maintenance h2,
.coming-soon h2, .single-countdown__time, .product-price span, .product-summary .product-price-wrapper span, .table tbody td.product-total-price, .product-widget__price span {
  color: #cfb11f; }

.header__bottom, .mini-blog__date, .post__date, .add-to-cart-btn:hover, .newsletter__submit, .product-thumbnail .quick-view:hover, .product-label, .project-item-2 .project-item__title a:hover, .social-round .social__link:hover, .timeline__item:after, .scroll-to-top, .testimonial__text:before, .testimonial-style-4 .testimonial__info:before {
  background-color: #cfb11f; }

.project-filters button.is-checked, .tab-style-2 .nav-link.active {
  border-color: #cfb11f; }

.opacity-bg:after {
  background-color: #000000; }

.site-info-2 .site-info__item i, .site-info-2 .site-info__text, .slick-btn, .product-summary .product-navigation a, .project-item__categories a, .table.shop_attributes th a, .table.shop_attributes td a, .shipping-calculator-wrap a, .breadcrumb li:not(:last-child):after, .breadcrumb li a, .breadcrumb li span, .message-box p {
  color: #444444; }

.site-info__title, .mini-blog__title a, .post__entry-meta, .comment-author a, .comment-content p, .form__input, .form__input--2, .newsletter__input, .searchform-3 .searchform__input, .searchform-3 .searchform__submit, .nice-select:after, .cart-form__input, .product-summary .product-title a, .skill-progress__title, .project-filters button.is-checked, .product-reviews .review__description, .table.order-table th, .tab-style-2 .nav-link.active, .testimonial-style-3 .testimonial__author--name, .testimonial-style-3 .testimonial__author--role, .testimonial-style-5 .testimonial__author--name, .testimonial-style-5 .testimonial__author--role, .categories-menu li a, .payment-label, .pagination li .page-number, .pagination li .page-number.prev:hover, .pagination li .page-number.next:hover, .quantity, .quantity-label, .quantity-input, .quantity .qtybutton, .message-box a, .single-countdown__text, .product-price span.money-separator, .product-widget__price span.money-separator {
  color: #222222; }

.pagination li .page-number.current, .pagination li .page-number:hover {
  background-color: #222222; }

.accordion .card-header, .accordion .card-header .btn-link, .mini-blog-style-2 .mini-blog__info, .mini-blog-style-3 .mini-blog__info, .mini-blog-style-3 .mini-blog__date, .slick-dots li button, .searchform__submit, .searchform-2 .searchform__input, .searchform-3 .searchform__input, .project-filters button, .team-member-style-2 .team-member__info, .testimonial-style-4 .testimonial__text, .testimonial-style-5 .testimonial__text {
  background-color: transparent; }

.header__top, .header__top a, .social-round .social__link {
  color: #666666; }

.header__top, .project-item-2 .project-item__title a, .social-round .social__link, .team-member__info {
  background-color: #F2F2F5; }

.color--primary {
  color: #cfb11f !important; }

.color--light {
  color: #999999 !important; }

.color--black {
  color: #000000 !important; }

.color--white {
  color: #ffffff !important; }

.color--dark {
  color: #333333 !important; }

.color--alto {
  color: #dddddd !important; }

.heading-color {
  color: #222222 !important; }

.bg--white {
  background-color: #ffffff; }

.bg--white-light {
  background-color: rgba(255, 255, 255, 0.1); }

.bg--light {
  background-color: #999999; }

.bg--dark {
  background-color: #333333; }

.bg--black {
  background-color: #000000; }

.bg--blue {
  background-color: #cfb11f; }

.bg--gray {
  background-color: #888888; }

.bg--dark {
  background-color: #333333; }

.bg--primary {
  background-color: #cfb11f; }

.bd-color--primary {
  border-color: #cfb11f; }
.duyuru .resim img {
  margin-right:10px;
    border-radius: 2px; 
}
.duyuru .resim  {
    width: 75px; margin-right:10px;
    border-radius: 2px; float:left
}
.duyuru .yazi {
    width: calc(100% - 85px);
 font-weight:500; float:left}
 .duyuru .yazi p { margin:0!important}
footer input, footer textarea, footer select, footer .btn { margin-bottom:2px; border-radius: 0!important;}
.duyuru  { margin-bottom:2px; width: 100%;
    display: inline-block;}
	footer .form-control {
    height: calc(4rem + 2px);
    padding: .375rem .75rem;
    font-size: 1.5rem;
    line-height: 1.5;
}
.project-item__thumbnail { text-align:center; background-color:#f5f5f5}
.project-item__thumbnail img{ height:200px; width:auto; display:inline;}
@media(max-width:468px){
.project-item__thumbnail img{ height:auto; width:100%; display:block;}

}









.product {
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 15px;
  position: relative;
  overflow: hidden;margin-bottom: 20px;
}
.products .product {
  border: 1px solid #eeeeee;
  max-width: 400px;
}
.products .product:hover {
  border: 1px solid #eeeeee;
}
.products .product .product-details .product-title {
  font-size: 15px;
  margin-top: 20px;
  
}
.btn-add-to-cart-wrapper,
.btn-product-view-details {
  opacity: 0;
  height: auto;
  margin: 0 0 15px;
  -webkit-transition: 400ms;
  -o-transition: 400ms;
  transition: 400ms;
  position: absolute;
  bottom: 0;
  left: -60px;
}
.product:hover .btn-add-to-cart-wrapper,
.product:hover .btn-product-view-details {
  left: 0;
  opacity: 1;
}
.btn-product-view-details {
  left: auto;
  bottom: 0;
  right: -60px;
}
.product:hover .btn-product-view-details {
  left: auto;
  opacity: 1;
  right: 0;
}
/* -------- Price ---------- */
.product .price {
  margin-top: 5px;
}
.product .price .amount {
  font-size: 18px;
  font-weight: 600;
}
.product .price del .amount {
  color: #999999;
  font-size: 14px;
  font-weight: 500;
}
.product .price ins {
  margin-left: 10px;
  text-decoration: none;
}
/* -------- Product-Summary ---------- */
.product .product-summary .product-title {
  margin-top: 0;
}
.product .product-summary .short-description {
  margin-bottom: 15px;
}
.product .product-summary .cart-form-wrapper .btn {
  margin-top: 0;
}
.product .product-summary .variations {
  width: 100%;
}
.product .product-tab {
  margin-top: 30px;
}
.product .commentlist .comment {
  margin-top: 30px;
  position: relative;
}
.product .commentlist .comment .meta {
  font-size: 12px;
}
.product .commentlist .comment .author {
  font-size: 14px;
  font-weight: bold;
}
.product .product-thumb {
  position: relative;
}
.product .product-thumb:hover .overlay {
  opacity: 1;
}
.product .product-thumb .overlay .add-to-wishlist {
  color: #fff;
  right: 10px;
  top: 10px;
  position: absolute;
}
.product .product-summary .cart-form-wrapper .quantity,
.tbl-shopping-cart .quantity {
  display: inline-block;
  margin-right: .8571em;
  position: relative;
  width: 4.1429em;
  vertical-align: top;
}
.product .product-summary .cart-form-wrapper .quantity .minus,
.tbl-shopping-cart .quantity .minus,
.product .product-summary .cart-form-wrapper .quantity .plus,
.tbl-shopping-cart .quantity .plus {
  background: none repeat scroll 0 0 transparent;
  border: 1px solid #ccc;
  border-radius: 3px;
  font-family: 'Open Sans', sans-serif;
  height: 18px;
  left: 2.8571em;
  line-height: 1;
  outline: medium none;
  padding: 0;
  position: absolute;
  width: 18px;
}
.product .product-summary .cart-form-wrapper .quantity .minus,
.tbl-shopping-cart .quantity .minus {
  bottom: 0;
}
.product .product-summary .cart-form-wrapper .quantity .plus,
.tbl-shopping-cart .quantity .plus {
  top: 0;
}
.product .product-summary .cart-form-wrapper .quantity .qty,
.tbl-shopping-cart .quantity .qty {
  -moz-appearance: textfield;
  border: 1px solid #ccc;
  height: 41px;
  padding-left: 0;
  padding-right: 0;
  text-align: center;
  width: 40px;
}
/* -------- Star-Rating ---------- */
.star-rating {
  font-size: 14px;
  height: 16px;
  width: 75px;
  line-height: 1;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
  top: 0px;
}
.star-rating::before,
.star-rating span::before {
  color: #c0c0c0;
  content: "\f005\f005\f005\f005\f005";
  float: left;
  font-family: fontawesome;
  left: 0;
  letter-spacing: 2px;
  position: absolute;
  top: 0;
}
.star-rating span {
  float: left;
  left: 0;
  overflow: hidden;
  padding-top: 1.5em;
  position: absolute;
  top: 0;
}
.star-rating span::before {
  color: #ffc300;
}
/* -------- Tag Sale ---------- */
.product .tag-sale {
  margin: 0;
  top: 0;
  display: block;
  left: auto;
  right: 0;
  -webkit-transition: 400ms;
  -o-transition: 400ms;
  transition: 400ms;
  color: #fff;
  font-size: 13px;
  font-weight: 600;
  line-height: 18px;
  padding: 4px 10px 4px 16px;
  position: absolute;
  text-align: right;
  
  z-index: 9; background: #062241;
}
.product .tag-sale .tag-sale::before {
  border-color: transparent transparent transparent #dcdcdc;
  border-style: solid;
  border-width: 12px 13px 13px 8px;
  content: "";
  height: 0;
  left: 0;
  pointer-events: none;
  position: absolute;
  top: 1px;
  width: 0;
}
.btn-theme-colored {
  color: #fff;
  background-color: #062241;
  border-color: #062241; border-radius:0;font-size: 13px;
    font-weight: bold;
}
.btn-theme-colored:focus,
.btn-theme-colored.focus {
  color: #fff;
  background-color: #020a12;
  border-color: #000000;
}
.btn-theme-colored:hover {
  color: #fff;
  background-color: #020a12;
  border-color: #010509;
}
.btn-theme-colored:active,
.btn-theme-colored.active,
.open > .dropdown-toggle.btn-theme-colored {
  color: #fff;
  background-color: #020a12;
  border-color: #010509;
}
.btn-theme-colored:active:hover,
.btn-theme-colored.active:hover,
.open > .dropdown-toggle.btn-theme-colored:hover,
.btn-theme-colored:active:focus,
.btn-theme-colored.active:focus,
.open > .dropdown-toggle.btn-theme-colored:focus,
.btn-theme-colored:active.focus,
.btn-theme-colored.active.focus,
.open > .dropdown-toggle.btn-theme-colored.focus {
  color: #fff!important;
  background-color: #000000!important;
  border-color: #000000!important;
}
.btn-theme-colored:active,
.btn-theme-colored.active,
.open > .dropdown-toggle.btn-theme-colored {
  background-image: none;
}
.btn-theme-colored.disabled:hover,
.btn-theme-colored[disabled]:hover,
fieldset[disabled] .btn-theme-colored:hover,
.btn-theme-colored.disabled:focus,
.btn-theme-colored[disabled]:focus,
fieldset[disabled] .btn-theme-colored:focus,
.btn-theme-colored.disabled.focus,
.btn-theme-colored[disabled].focus,
fieldset[disabled] .btn-theme-colored.focus {
  background-color: #062241;
  border-color: #062241;
}
.btn-theme-colored .badge {
  color: #062241;
  background-color: #fff;
}






.post {
  position: relative;
}
.post .entry-title {
  margin-top: 0;
}
.post .entry-content {
  position: relative;
  background: #f8f8f8;
  padding: 15px;
}
.post .entry-date {
  font-size: 13px;
}
.post .entry-meta.meta-absolute {
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
}
.post .entry-meta.meta-absolute i {
  display: block;
  font-size: 28px;
}
.post .entry-meta.meta-absolute span a {
  color: #454545;
  font-size: 12px;
  font-style: italic;
  letter-spacing: 2px;
  margin-right: 5px;
}
.post.media-post .post-thumb {
  float: left;
  margin: 0 10px 10px 0;width: 70px;
}
.post .post-thumb {
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
/* -------- Entry-Meta Absolute ---------- */
.post .entry-header {
  position: relative;
}
.post .entry-header .entry-date {
  bottom: -25px;
  position: absolute;
  right: 10px;
  z-index: 2;
}
.post .entry-meta.meta-absolute {
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
}
.post .entry-meta.meta-absolute i {
  display: block;
  font-size: 28px;
}.widget .post-title a {
    font-size: 13px;
    letter-spacing: 0;
}.widget .post-title { line-height: 13px;}

ul,
ol {
  list-style: none;
  margin: 0;
  padding: 0;
}
ul ul,
ol ul {
  margin-left: 15px;
}
ul.list {
  list-style: outside none none;
  margin-top: 13px;
  padding-left: 0;
}
ul.list li {
 margin: 8px 0;
    font-weight: 500;
    padding-left: 0;
    position: relative;
    border-bottom: 1px solid #f5f5f5;
    font-size: 15px;
}
 
ul.list li a {
  text-decoration: none;
  -webkit-transition: all 300ms ease-in;
  -o-transition: all 300ms ease-in;
  transition: all 300ms ease-in;
}
.pt-30{padding-top:30px}






.single-product-page .single-product-area .inner-single-product-slider .inner {
  margin-bottom: 26px;
}
.single-product-page .single-product-area .single-product-nav {
  max-width: 570px;
  margin: 0 auto;
}
.single-product-page .single-product-area .single-product-nav .slick-slide {
  position: relative;
  margin: 0 5px;
  cursor: pointer;
}
.single-product-page .single-product-area .single-product-nav .slick-slide:after {
  background: rgba(0, 0, 0, 0.7);
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
}
.single-product-page .single-product-area .single-product-nav .slick-current:after {
  opacity: 0;
}
.single-product-page .single-product-area .single-product-nav .slick-prev,
.single-product-page .single-product-area .single-product-nav .slick-next {
  width: 120px;
  height: 120px;
  background: #83b614;
}
.single-product-page .single-product-area .single-product-nav .slick-prev {
  left: -137px;
}
.single-product-page .single-product-area .single-product-nav .slick-prev:before {
  content: "\f104";
}
.single-product-page .single-product-area .single-product-nav .slick-next {
  right: -137px;
}
.single-product-page .single-product-area .single-product-nav .slick-next:before {
  content: "\f105";
}
.single-product-page .single-product-area .single-product-nav .slick-prev::before,
.single-product-page .single-product-area .single-product-nav .slick-next::before {
  color: #323232;
  font-family: FontAwesome;
  opacity: 1;
  transition: all 0.5s ease 0s;
  font-size: 25px;
  line-height: 20px;
  font-weight: 700;
}
.single-product-page .single-product-area .single-product-nav .slick-prev:hover::before,
.single-product-page .single-product-area .single-product-nav .slick-prev:focus::before,
.single-product-page .single-product-area .single-product-nav .slick-next:hover::before,
.single-product-page .single-product-area .single-product-nav .slick-next:focus::before {
  opacity: 1;
  color: #fff;
}
.single-product-page .single-price-info h4 {
  font-size: 20px;
  margin: 0 0 12px;
}
.single-product-page .single-price-info a.primary-btn {
  font-size: 15px;
  color: #fff;
  max-width: 305px;
  display: block;
  text-align: center;
}
.single-product-page .single-price-info a.primary-btn:hover {
  background: #6a9708;
}
.single-product-page .single-price-info ul.single-product-icons {
  margin: 20px 0 10px;
}
.single-product-page .single-price-info ul.single-product-icons li {
  display: inline-block;
}
.single-product-page .single-price-info ul.single-product-icons li a {
  display: block;
  color: #757575;
  margin-right: 10px;
}
.single-product-page .single-price-info ul.single-product-icons li a:hover {
  color: #83b614;
}
.single-product-page .single-price-info p.cat strong,
.single-product-page .single-price-info p.tag strong {
  font-weight: 400;
  color: #83b614;
}
.single-product-page .single-price-info p.cat {
  margin: 0 0 10px;
}
.single-product-page .single-price-info p.tag {
  margin: 0;
}
.single-product-page .single-price-info span.single-price {
  color: #83b614;
  font-size: 20px;
  font-weight: 600;
  margin: 0 0 15px;
  display: block;
}
.single-product-page .recent-post-area {
  margin-top: 44px;
}
.single-product-page .recent-post-area ul li {
  margin: 0 0 20px;
  padding: 0 0 20px;
  border-bottom: 1px solid #ddd;
}
.single-product-page .recent-post-area ul li img {
  transition: all 0.3s ease 0s;
  cursor: pointer;
}
.single-product-page .recent-post-area ul li h4 {
  margin: 0;
  line-height: 20px;
}
.single-product-page .recent-post-area ul li h4 a {
  font-size: 15px;
  font-weight: 500;
  color: #323232;
}
.single-product-page .recent-post-area ul li span {
  font-size: 12px;
  margin-right: 12px;
}
.single-product-page .recent-post-area ul li span a {
  font-size: 12px;
  font-weight: 300;
  color: #757575;
}
.single-product-page .recent-post-area ul li span a i {
  font-size: 12px;
}
.single-product-page .recent-post-area ul li span i {
  font-size: 12px;
  margin-right: 4px;
}
.single-product-page .recent-post-area ul li:last-child {
  border-bottom: none;
}
.single-product-page .recent-post-area ul li:hover a {
  color: #83b614;
}
.single-product-page .recent-post-area ul li:hover img {
  opacity: .5;
}
.single-product-page .product-description ul.nav-menus {
 border-bottom: 1px solid #e5e5e5;
    margin: 25px 0 10px;
    padding-bottom: 0px;
}
.single-product-page .product-description ul.nav-menus li {
  display: inline-block;
}
.single-product-page .product-description ul.nav-menus li a {
  display: block;
  font-weight: 600;
  font-size: 20px;
  color: #323232;
  margin-right: 30px;
}
.single-product-page .product-description ul.nav-menus li a.active,
.single-product-page .product-description ul.nav-menus li a:hover {
  color: #83b614!important;
}
.single-product-page .our-products-section {
  margin-top: 40px;
}
.single-product-page .our-products-section .title-bar {
  overflow: hidden;
  clear: both;
  display: block;
}