.section/* Theme Name:The Project - Responsive Website Template
Author:HtmlCoder
Author URI:http://www.htmlcoder.me
Author e-mail:htmlcoder.me@gmail.com
Version:1.1.0
Created:March 2015
License URI:http://support.wrapbootstrap.com/
File Description:Main CSS file of the template */
/* TABLE OF CONTENTS
1) Typography
2) Layout
3) Sections
4) Pages ( blog, about etc )
5) Components
6) Navigations
7) Blocks/Widgets
8) Main Slideshow
9) Owl carousel
* */
/* 1 Typography
----------------------------------------------------------------------------- */
/*Fonts
---------------------------------- */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Montserrat', sans-serif;
}
body,
.navbar .navbar-nav {
  font-family: 'Varela Round', sans-serif;
}
.logo-font {
  font-family: 'Pacifico', cursive, sans-serif;
}
/*Typography
---------------------------------- */
html {
  height: 100%;
}
body {
  font-size: 15px;
  line-height: 1.46666667;
  color: #777777;
  background-color: #ffffff;
  font-weight: 300;
}
body.canvas-sliding,
body.canvas-slid {
  overflow-x: hidden;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #333333;
  line-height: 1.2;
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  color: #333333;
}
.dark h1,
.dark h2,
.dark h3,
.dark h4,
.dark h5,
.dark h6 {
  color: #ffffff;
}
.dark h1 a,
.dark h2 a,
.dark h3 a,
.dark h4 a,
.dark h5 a,
.dark h6 a {
  color: #ffffff;
}
.dark .footer h1,
.dark .footer h2,
.dark .footer h3,
.dark .footer h4,
.dark .footer h5,
.dark .footer h6 {
  color: #999999;
}
.dark .footer h1 a,
.dark .footer h2 a,
.dark .footer h3 a,
.dark .footer h4 a,
.dark .footer h5 a,
.dark .footer h6 a {
  color: #999999;
}
h1 {
  font-size: 33px;
  font-weight: 700;
  text-transform: uppercase;
}
h1.logo-font {
  text-transform: none;
  font-weight: 300;
  font-size: 50px;
}
h2 {
  font-size: 28px;
  margin-bottom: 15px;
 
}
h2.logo-font {
  text-transform: none;
}
h3 {
  font-size: 24px;
}
h4 {
  font-size: 19px;
}
h5 {
  font-size: 15px;

  font-weight: 700;
}
h6 {
  font-size: 13px;
  /* font-weight: 700; */
}
/* Small devices (tablets, 768px and up) */
@media screen and (min-width: 768px) {
  .jumbotron h1 {
    font-size: 130px;
  }
  body {
  font-size: 12px;
  line-height: 1.46666667;
  color: #777777;
  background-color: #ffffff;
  font-weight: 300;
}

}

.fixed-header-on .header .logo img {
     max-height: fit-content!important;
}


/* Small devices (tablets, phones less than 767px) */
@media screen and (max-width: 767px) {
  .jumbotron h1 {
    font-size: 60px;
  }
  body {
  font-size: 12px;
  line-height: 1.46666667;
  color: #777777;
  background-color: #ffffff;
  font-weight: 300;
}
}
.page-title {
  margin-top: 0;
}
/* Medium devices (desktops, tablets, 992px and up) */
@media (min-width: 992px) {
  .title {
    margin-top: 0;
  }
  body {
  font-size: 12px;
  line-height: 1.46666667;
  color: #777777;
  background-color: #ffffff;
  font-weight: 300;
}

}
.sidebar .title {
  margin-top: 3px;
}
p {
  margin-bottom: 15px;
}
p.large {
  font-size: 18px;
  line-height: 1.4;
  margin-bottom: 30px;
}
a {
  color: #09afdf;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
a:hover {
  color: #0c9ec7;
}
a:focus,
a:active {
  outline: none;
  color: #0c9ec7;
}
.link-dark {
  color: #333333;
  text-decoration: none!important;
}
.link-dark:hover {
  color: #333333;
  text-decoration: underline!important;
}
.dark .footer .link-dark {
  color: #777777;
  text-decoration: none!important;
}
.dark .footer .link-dark:hover {
  color: #777777;
  text-decoration: underline!important;
}
.link-light {
  color: #ffffff;
  text-decoration: none!important;
}
.link-light:hover {
  color: #ffffff;
  text-decoration: underline!important;
}
.no-trans * {
  -webkit-transition: none !important;
  -moz-transition: none !important;
  -ms-transition: none !important;
  -o-transition: none !important;
  transition: none !important;
}
img {
  display: block;
  max-width: 100%;
  height: auto;
}
blockquote {
  border-left: none;
  display: inline-block;
  margin: 20px auto 20px;
  font-size: 16px;
  position: relative;
  padding: 10px 25px;
}
blockquote:after {
  content: "“";
  width: 25px;
  height: 25px;
  line-height: 36px;
  font-size: 36px;
  font-family: 'PT Serif', serif;
  position: absolute;
  top: 12px;
  left: 0px;
  color: #cdcdcd;
}
.blockquote:before {
  font-family: 'PT Serif', serif;
  content: "“";
  font-size: 40px;
}
blockquote.inline {
  padding: 0;
}
blockquote.inline p {
  width: 60%;
  display: inline-block;
  margin: 0;
}
blockquote.inline footer {
  width: 37%;
  display: inline-block;
  padding-left: 5px;
}
blockquote.inline:after {
  top: 0;
}
mark,
.mark {
  background-color: #09afdf;
  color: #ffffff; border-radius:3px; padding:3px; font-size:1.2em;
}
pre {
  padding: 20px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
}
.text-muted {
  color: #999999;
}
.text-default {
  color: #09afdf;
}
.text-white {
  color: #ffffff !Important;
}



.well {
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  background-color: #f3f3f3;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.05);
}
.dark hr {
  border-color: #333333;
}
/* Lists
---------------------------------- */
ul {
  list-style: square;
}
.list-icons,
.list {
  list-style: none;
  padding: 0;
}
.list-icons li,
.list li {
  padding: 5px 0;
}
.list-icons li i {
  min-width: 25px;
  text-align: center;
}
.list-inline {
  margin-top: 9px;
  margin-bottom: 8px;
}
.header-top .list-inline {
  display: inline-block;
}
/* Medium desktop devices and tablets */
@media (min-width: 992px) and (max-width: 1199px) {
  .header-top .list-inline > li {
    padding: 0;
  }
  
}
/* Tables
---------------------------------- */
.table:not(.table-bordered) {
  border-bottom: 2px solid #f3f3f3;
}
.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 1px solid #eaeaea;
  background-color: #eaeaea;
  color: #333333;
  font-weight: 400;
}
.table.table-colored {
  border-bottom-color: #09afdf;
}
.table-colored > thead > tr > th {
  border-color: #09afdf;
  background-color: #09afdf;
  color: #fff;
}
tbody {
  background-color: #ffffff;
}
.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
  padding: 8px 15px;
  border-top: 1px solid #f3f3f3;
}
.table-striped tbody {
  background-color: #ffffff;
}
.table-striped > tbody > tr:nth-child(odd) > td,
.table-striped > tbody > tr:nth-child(odd) > th {
  background-color: #f5f5f5;
}
.table-striped.table > tbody > tr > td {
  border-color: #e8e8e8;
}
.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td {
  border-color: #f3f3f3;
}
.dl-horizontal dd {
  margin-bottom: 10px;
}
.table-hover > tbody > tr:hover {
  background-color: rgba(0, 0, 0, 0.04);
}
.dark .table:not(.table-bordered) {
  border-bottom: 2px solid rgba(255, 255, 255, 0.07);
}
.dark .table > tbody {
  background-color: transparent;
}
.dark .table > tbody > tr > td {
  border-top: 1px solid rgba(255, 255, 255, 0.07);
}
.dark .table > thead > tr > th {
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  background-color: rgba(0, 0, 0, 0.15);
  color: #f1f1f1;
  font-weight: 400;
}
/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) {
  .dl-horizontal dd {
    margin-left: 150px;
  }
  .dl-horizontal dt {
    max-width: 120px;
  }
  body {
  font-size: 12px;
  line-height: 1.46666667;
  color: #777777;
  background-color: #ffffff;
  font-weight: 300;
}

}
/* 2 Layout
----------------------------------------------------------------------------- */
.page-wrapper {
  background-color: #ffffff;
}
.header-top:not(.banner) {
  background-color: #f2f2f2;
  border-bottom: 1px solid #d0d0d0;
  padding: 4px 0;
}
.header-top.dark {
  background-color: #2e3537;
  border-bottom: 1px solid #252a2c;
}
.header-top.colored {
  background-color: #09afdf;
  border-bottom: 1px solid #09afdf;
}
.header {
  border-top: 1px solid #ffffff;
  border-bottom: 2px solid #f1f1f1;
  background-color: #fff;
}
.header.dark {
  background-color: #394245;
  border-top-color: #394245;
  border-bottom: none;
}
.header-top.dark + .header:not(.dark) {
  border-top-color: #dddddd;
}
.header-top:not(.dark) + .header.dark {
  border-top-color: #303030;
}
.header.header-small {
  padding: 10px 0;
}
.dark .footer {
  background-color: #222222;
}
.dark .subfooter {
  background-color: #373737;
  border-color: #454545;
}
/*Transparent Header*/
.transparent-header .header-top {
  z-index: 103;
  position: relative;
}
.transparent-header header.header.transparent-header-on {
  z-index: 22;
  position: absolute;
  width: 100%;
  left: 0;
  background-color: rgba(255, 255, 255, 1);
  border-bottom: 1px solid rgba(0, 0, 0, 0.07);
  border-top-color: #a0a0a0;
}
.transparent-header .header-top.colored + header.header.transparent-header-on {
  border-top-color: transparent;
}
.transparent-header header.header.dark.transparent-header-on {
  background-color: rgba(57, 66, 69, 0.8);
  border-top-color: rgba(37, 42, 44, 0.5);
}
.header-left {
  padding: 12px 0 0 0;
}
.header-right {
  position: relative;
}
.banner.parallax,
.banner.light-translucent-bg,
.banner.dark-translucent-bg,
.banner.default-translucent-bg {
  min-height: 250px;
  padding-top: 60px;
  padding-bottom: 20px;
}
.banner.banner-big-height {
  min-height: 550px;
  padding-top: 100px;
}
.banner.video-background-banner {
  min-height: 400px;
  padding-top: 100px;
}
.main-container {
  padding: 50px 0;
}
.block {
  margin-bottom: 50px;
}
.section {
 /*  padding: 90px 0; */
  padding: 100px 0;
}
.footer-top {
  padding: 20px 0;
}
.footer {
  padding: 40px 0;
  background-color: #0e0e0e!important
}
.footer-content {
  padding: 20px 0;
}
.subfooter {
  background-color: #f5f5f5;
  padding: 25px 0;
  border-top: 1px solid #eaeaea;
}
/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) {
  .with-dropdown-buttons .navbar-default .navbar-collapse {
    padding-right: 0px;
  }
  .with-dropdown-buttons .header-dropdown-buttons {
    position: absolute;
    top: 18px;
    right: 0px;
  }
  /*Full width Header*/
  header.full-width .with-dropdown-buttons .header-dropdown-buttons {
    right: 15px;
  }
  /*Centered Logo Layout*/
  .header.centered .header-left {
    padding: 12px 0;
  }
  .header.centered .header-right {
    text-align: center;
  }
  .header.centered .main-navigation .navbar-collapse.collapse {
    display: inline-block !important;
    vertical-align: top;
  }
  .header.centered .with-dropdown-buttons .navbar-default .navbar-collapse {
    padding-right: 0px!important;
  }
  .header.centered .with-dropdown-buttons .header-dropdown-buttons {
    position: relative;
    top: 4px;
    margin-left: 20px;
    float: left;
  }
}
/* Large and Medium devices (desktops, tablets less than 1199px) */
@media (min-width: 768px) and (max-width: 1199px) {
  .main-navigation.with-dropdown-buttons .navbar-default .navbar-collapse {
    padding-right: 0px;
  }
}
/* Medium desktop devices and tablets */
@media (min-width: 768px) and (max-width: 991px) {
  header.full-width .main-navigation.with-dropdown-buttons .navbar-default .navbar-collapse {
    padding-right: 15px;
  }
}
/* Medium devices (desktops, tablets less than 991px) */
@media (max-width: 991px) {
  .sidebar {
    margin-top: 40px;
  }
  .footer-content {
    padding: 10px 0;
  }
}
/* Small devices (tablets, phones less than 767px) */
@media (max-width: 767px) {
  /*Transparent Header*/
  .transparent-header .header-left {
    padding: 12px 0 12px;
  }
  .transparent-header .header-right {
    z-index: 21;
  }
  /*Full width Header*/
  .header.full-width {
    padding: 0 15px;
  }
  .header.full-width .header-left {
    padding: 8px 0 0;
  }
  body {
  font-size: 12px;
  line-height: 1.46666667;
  color: #777777;
  background-color: #ffffff;
  font-weight: 300;
}

}
/* Boxed Layout
---------------------------------- */
.boxed .page-wrapper {
  margin-right: auto;
  margin-left: auto;
  position: relative;
  -webkit-box-shadow: 0px 0px 10px #cacaca;
  box-shadow: 0px 0px 10px #cacaca;
}
.boxed.transparent-page-wrapper .page-wrapper {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.pattern-1 {
  background-image: url("../images/pattern-1.png");
  background-repeat: repeat;
  background-position: 0 0;
}
.pattern-2 {
  background-image: url("../images/pattern-2.png");
  background-repeat: repeat;
  background-position: 0 0;
}
.pattern-3 {
  background-image: url("../images/pattern-3.png");
  background-repeat: repeat;
  background-position: 0 0;
}
.pattern-4 {
  background-image: url("../images/pattern-4.png");
  background-repeat: repeat;
  background-position: 0 0;
}
.pattern-5 {
  background-image: url("../images/pattern-5.png");
  background-repeat: repeat;
  background-position: 0 0;
}
.pattern-6 {
  background-image: url("../images/pattern-6.png");
  background-repeat: repeat;
  background-position: 0 0;
}
.pattern-7 {
  background-image: url("../images/pattern-7.png");
  background-repeat: repeat;
  background-position: 0 0;
}
.pattern-8 {
  background-image: url("../images/pattern-8.png");
  background-repeat: repeat;
  background-position: 0 0;
}
.pattern-9 {
  background-image: url("../images/pattern-9.png");
  background-repeat: repeat;
  background-position: 0 0;
}
.pattern-4 .page-wrapper,
.pattern-5 .page-wrapper,
.pattern-6 .page-wrapper,
.pattern-7 .page-wrapper,
.pattern-8 .page-wrapper,
.pattern-9 .page-wrapper {
  -webkit-box-shadow: none;
  box-shadow: none;
}
/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) {
  .boxed .page-wrapper {
    width: 750px;
  }
}
/* Medium devices (desktops, tablets, 992px and up) */
@media (min-width: 992px) {
  .boxed .page-wrapper {
    width: 970px;
  }
}
/* Large devices (Large desktops 1200px and up) */
@media (min-width: 1200px) {
  .boxed .page-wrapper {
    width: 1170px;
  }
}
/*Backgrounds
---------------------------------- */
.background-img-1 {
  background: #858585 url("../images/background-img-1.jpg") 50% 0px no-repeat;
}
.background-img-2 {
  background: url("../images/background-img-2.jpg") 50% 0px no-repeat;
}
.background-img-3 {
  background: url("../images/background-img-3.jpg") 50% 0px no-repeat;
}
.background-img-4 {
  background: url("../images/background-img-4.jpg") 50% 0px no-repeat;
}
.background-img-5 {
  background: url("../images/background-img-5.jpg") 50% 0px no-repeat;
}
.background-img-6 {
  background: url("../images/background-img-6.jpg") 50% 0px no-repeat;
}
.background-img-7 {
  background: url("../images/background-img-7.jpg") 50% 0px no-repeat;
}
.background-img-8 {
  background: url("../images/background-img-8.jpg") 50% 0px no-repeat;
}
.background-img-9 {
  background: url("../images/background-img-9.jpg") 50% 0px no-repeat;
}
.background-img-10 {
  background: url("../images/background-img-10.jpg") 50% 0px no-repeat;
}
.fullscreen-bg {
  background: url("../images/fullscreen-bg.jpg") 50% 0px no-repeat;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.boxed .fullscreen-bg {
  background: none;
}
.white-bg {
  background-color: #ffffff;
}
.light-gray-bg {
  background-color: #fafafa;
  border-top: 1px solid #f3f3f3;
  border-bottom: 1px solid #f3f3f3;
}
.footer-top.light-gray-bg {
  background-color: #f5f5f5;
  border-top: 1px solid #eaeaea;
  border-bottom: 1px solid #eaeaea;
}
.dark-bg {
  background-color: #373737;
  color: #cdcdcd;
}
.dark-bg + .dark-bg:not(.image-box):not(.full-image-container):not(.full-text-container):not(.full-width-section) {
  background-color: #555555;
}
.dark-bg + .dark-bg + .dark-bg {
  background-color: #373737;
}
.dark-bg h1,
.dark-bg h2,
.dark-bg h3,
.dark-bg h4,
.dark-bg h5,
.dark-bg h6 {
  color: #ffffff;
}
.dark-bg a:not(.btn) {
  text-decoration: underline;
  color: #cdcdcd;
}
.dark-bg a:not(.btn):hover {
  text-decoration: none;
  color: #cdcdcd;
}
.default-bg {
  background-color: #09afdf;
  color: #ffffff;
}
.default-bg h1,
.default-bg h2,
.default-bg h3,
.default-bg h4,
.default-bg h5,
.default-bg h6 {
  color: #ffffff;
}
.default-bg a:not(.btn) {
  text-decoration: underline;
  color: #ffffff;
}
.default-bg a:not(.btn):hover {
  text-decoration: none;
  color: #ffffff;
}
/*Translucent Backgrounds*/
.no-touch .parallax,
.no-touch .parallax-2,
.no-touch .parallax-3,
.no-touch .fixed-bg {
  /* background-attachment: fixed; */
}
.light-translucent-bg,
.dark-translucent-bg,
.default-translucent-bg,
.two-col-translucent-bg {
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-position: 50% 0!important;
  background-repeat: no-repeat;
  z-index: 1;
  position: relative;
  overflow: hidden;
}
.light-translucent-bg:after,
.dark-translucent-bg:after,
.default-translucent-bg:after,
.two-col-translucent-bg:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-backface-visibility: hidden;
  -webkit-transform: translateZ(0) scale(1, 1);
}
.light-translucent-bg > div,
.dark-translucent-bg > div,
.default-translucent-bg > div,
.two-col-translucent-bg > div {
  z-index: 3;
  position: relative;
}
.light-translucent-bg {
  color: #333;
  border-bottom: 1px solid #dadada;
  border-top: 1px solid #dadada;
}
.light-translucent-bg:after {
  background-color: rgba(255, 255, 255, 0.7);
}
.light-translucent-bg.slight:after {
  background-color: rgba(255, 255, 255, 0.85);
}
.video-background.light-translucent-bg:after,
.video-background-banner.light-translucent-bg:after {
  background-color: rgba(255, 255, 255, 0.5);
}
.light-translucent-bg.hovered:hover:after {
  background-color: rgba(255, 255, 255, 0.8);
}
.dark-translucent-bg:after {
 /* background-color: rgba(0, 0, 0, 0.6);  */
 
}
.dark-translucent-bg.hovered:hover:after {
  background-color: rgba(0, 0, 0, 0.7);
}
.dark-translucent-bg,
.dark-translucent-bg h1,
.dark-translucent-bg h2,
.dark-translucent-bg h3,
.dark-translucent-bg h4,
.dark-translucent-bg h5,
.dark-translucent-bg h6 {
  color: #ffffff;
}
.dark-translucent-bg a:not(.btn) {
  text-decoration: underline;
  color: #ffffff;
}
.dark-translucent-bg a:not(.btn):hover {
  text-decoration: none;
  color: #ffffff;
}
.two-col-translucent-bg {
  color: #333;
}
.two-col-translucent-bg:after {
  background-color: rgba(255, 255, 255, 0.7);
}
/* Medium devices (desktops, tablets, 992px and up) */
@media (min-width: 992px) {
  .two-col-translucent-bg:after {
    background: -moz-linear-gradient(left, rgba(255, 255, 255, 0.7) 50%, rgba(0, 0, 0, 0.5) 50%);
    background: -webkit-gradient(left, rgba(255, 255, 255, 0.7) 50%, rgba(0, 0, 0, 0.5) 50%);
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0.7) 50%, rgba(0, 0, 0, 0.5) 50%);
    background: -o-linear-gradient(left, rgba(255, 255, 255, 0.7) 50%, rgba(0, 0, 0, 0.5) 50%);
    background: -ms-linear-gradient(left, rgba(255, 255, 255, 0.7) 50%, rgba(0, 0, 0, 0.5) 50%);
    background: linear-gradient(to right, rgba(255, 255, 255, 0.7) 50%, rgba(0, 0, 0, 0.5) 50%);
  }
  .two-col-translucent-bg .container > .row > div + div,
  .two-col-translucent-bg .container > .row > div + div h1,
  .two-col-translucent-bg .container > .row > div + div h2,
  .two-col-translucent-bg .container > .row > div + div h3,
  .two-col-translucent-bg .container > .row > div + div h4,
  .two-col-translucent-bg .container > .row > div + div h5,
  .two-col-translucent-bg .container > .row > div + div h6 {
    color: #ffffff;
  }
  .two-col-translucent-bg .container > .row > div + div a:not(.btn) {
    text-decoration: underline;
    color: #ffffff;
  }
  .two-col-translucent-bg .container > .row > div + div a:not(.btn):hover {
    text-decoration: none;
    color: #ffffff;
  }
}
.default-translucent-bg:after {
  background-color: rgba(9, 175, 223, 0.7);
}
.default-translucent-bg.hovered:hover:after {
  background-color: rgba(9, 175, 223, 0.8);
}
.default-translucent-bg,
.default-translucent-bg h1,
.default-translucent-bg h2,
.default-translucent-bg h3,
.default-translucent-bg h4,
.default-translucent-bg h5,
.default-translucent-bg h6 {
  color: #ffffff;
}
.default-translucent-bg a:not(.btn) {
  text-decoration: underline;
  color: #ffffff;
}
.default-translucent-bg a:not(.btn):hover {
  text-decoration: none;
  color: #ffffff;
}
.default-hovered {
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.default-hovered:hover:after,
.default-hovered:hover {
  background-color: #09afdf;
}
.light-gray-bg.default-hovered:hover * {
  color: #ffffff;
}
.position-bottom {
  position: absolute!important;
  bottom: 0;
  width: 100%;
}
/*Animated Backgrounds
---------------------------------- */
/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) {
  .animated-text h2 {
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    position: absolute;
    top: 0;
    width: 100%;
  }
  .animated-text h2 + h2 {
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transform: scale(1.15);
    -moz-transform: scale(1.15);
    -ms-transform: scale(1.15);
    -o-transform: scale(1.15);
    transform: scale(1.15);
  }
  .animated-text:hover h2 {
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transform: scale(0.85);
    -moz-transform: scale(0.85);
    -ms-transform: scale(0.85);
    -o-transform: scale(0.85);
    transform: scale(0.85);
  }
  .animated-text:hover h2 + h2 {
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}
/* Small devices (tablets, phones less than 767px) */
@media (max-width: 767px) {
  .animated-text h2 + h2 {
    display: none;
  }
}
/* Fixed navigation
---------------------------------- */
.fixed-header-on .header.fixed,
.fixed-header-on header.header.transparent-header-on {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 1006;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-backface-visibility: hidden;
  -webkit-transform: translateZ(0);
}
.fixed-header-on .header.fixed:not(.dark) {
  border-bottom: 1px solid #f1f1f1;
  background-color: #fff;
}
.fixed-header-on .dark.header.fixed {
  background-color: rgba(57, 66, 69, 0.95);
}
.fixed-header-on.boxed .header.fixed {
  left: auto;
}
.fixed-header-on .header .logo {
  margin: 0px 0 -5px 0;
  display: none;
}
.fixed-header-on .header .logo img {
  max-height: 45px;
}
.fixed-header-on .header .site-slogan,
.fixed-header-on .header.centered .header-left {
  display: none;
}
.fixed-header-on .header.fixed.animated {
  -webkit-animation-duration: 0.4s;
  animation-duration: 0.4s;
}
/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) {
  .fixed-header-on.boxed .header.fixed {
    width: 750px;
  }
  .fixed-header-on .header-left {
    padding: 0;
  }
  .fixed-header-on .dark.header .dropdown-menu {
    border: 1px solid #2e3537;
  }
  .fixed-header-on .main-navigation .navbar-nav > li > a {
    padding-top: 21px!important;
    padding-bottom: 21px!important;
  }
  .fixed-header-on .header:not(.centered) .main-navigation .navbar-nav > .dropdown > a:before {
    top: 24px;
  }
  .fixed-header-on .header:not(.centered) .main-navigation.with-dropdown-buttons .header-dropdown-buttons {
    top: 12px;
  }
  .fixed-header-on .header-dropdown-buttons .btn-group .dropdown-menu,
  .fixed-header-on .dark .header-dropdown-buttons .btn-group .dropdown-menu {
    margin-top: 11px;
  }
  /*Fixed Header Animations Duration*/
  .fixed.header .main-navigation.animated .navbar-nav > li > a,
  .header-left {
    -webkit-transition: padding 0s linear, color 0.2s ease-in-out, background-color 0.2s ease-in-out;
    -o-transition: padding 0s linear, color 0.2s ease-in-out, background-color 0.2s ease-in-out;
    transition: padding 0s linear, color 0.2s ease-in-out, background-color 0.2s ease-in-out;
  }
}
/* Medium devices (desktops, tablets, 992px and up) */
@media (min-width: 992px) {
  .fixed-header-on .header .logo,
  .fixed-header-on .header .site-slogan {
    display: block;
  }
  .fixed-header-on.boxed .header.fixed {
    width: 970px;
  }
  .fixed-header-on .header-left {
    padding: 7px 0 0 0;
  }
}
/* Large devices (Large desktops 1200px and up) */
@media (min-width: 1200px) {
  .fixed-header-on.boxed .header.fixed {
    width: 1170px;
  }
}
/* Small devices (tablets, phones less than 767px) */
@media (max-width: 767px) {
  /* Fixed header position */
  .header.fixed {
    position: relative !important;
    top: auto !important;
  }
  .header.fixed.transparent-header-on {
    position: absolute!important;
  }
}
/* Custom Grid
---------------------------------- */
.grid-space-20 {
  margin-right: -10.5px;
  margin-left: -10.5px;
}
.grid-space-20 .col-lg-6,
.grid-space-20 .col-lg-4,
.grid-space-20 .col-lg-3,
.grid-space-20 .col-md-6,
.grid-space-20 .col-md-4,
.grid-space-20 .col-md-3,
.grid-space-20 .col-sm-6,
.grid-space-20 .col-sm-4,
.grid-space-20 .col-sm-3,
.grid-space-20 .col-xs-6,
.grid-space-20 .col-xs-4,
.grid-space-20 .col-xs-3 {
  padding-left: 10px;
  padding-right: 10px;
}
.grid-space-10 {
  margin-right: -6px;
  margin-left: -6px;
}
.grid-space-10 .col-lg-6,
.grid-space-10 .col-lg-4,
.grid-space-10 .col-lg-3,
.grid-space-10 .col-md-6,
.grid-space-10 .col-md-4,
.grid-space-10 .col-md-3,
.grid-space-10 .col-sm-6,
.grid-space-10 .col-sm-4,
.grid-space-10 .col-sm-3,
.grid-space-10 .col-xs-6,
.grid-space-10 .col-xs-4,
.grid-space-10 .col-xs-3 {
  padding-left: 5px;
  padding-right: 5px;
}
.grid-space-0 {
  margin-right: 0;
  margin-left: 0;
}
.grid-space-0 .col-lg-6,
.grid-space-0 .col-lg-4,
.grid-space-0 .col-lg-3,
.grid-space-0 .col-md-6,
.grid-space-0 .col-md-4,
.grid-space-0 .col-md-3,
.grid-space-0 .col-sm-6,
.grid-space-0 .col-sm-4,
.grid-space-0 .col-sm-3,
.grid-space-0 .col-xs-6,
.grid-space-0 .col-xs-4,
.grid-space-0 .col-xs-3 {
  padding-left: 0;
  padding-right: 0;
}
.grid-space-0 > div {
  margin-bottom: 0;
  padding-bottom: 0;
}
/* Separators
---------------------------------- */
.separator {
  width: 100%;
  margin: 20px auto 15px;
  position: relative;
  height: 1px;
  -webkit-backface-visibility: hidden;
  -webkit-transform: translateZ(0) scale(1, 1);
}
.separator:after {
  height: 1px;
  background: #e8e8e8;
  background: -moz-linear-gradient(left, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.09) 35%, rgba(0, 0, 0, 0.09) 70%, rgba(0, 0, 0, 0) 100%);
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(35%, rgba(0, 0, 0, 0.09)), color-stop(70%, rgba(0, 0, 0, 0.09)), color-stop(100%, rgba(0, 0, 0, 0)));
  background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.09) 35%, rgba(0, 0, 0, 0.09) 70%, rgba(0, 0, 0, 0) 100%);
  background: -o-linear-gradient(left, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.09) 35%, rgba(0, 0, 0, 0.09) 70%, rgba(0, 0, 0, 0) 100%);
  background: -ms-linear-gradient(left, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.09) 35%, rgba(0, 0, 0, 0.09) 70%, rgba(0, 0, 0, 0) 100%);
  background: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.09) 35%, rgba(0, 0, 0, 0.09) 70%, rgba(0, 0, 0, 0) 100%);
  position: absolute;
  bottom: -1px;
  content: "";
  width: 100%;
  left: 0;
}
.dark-bg:not(.banner) .separator:after {
  background: #505050;
  background: -moz-linear-gradient(left, #373737 0%, #505050 35%, #505050 70%, #373737 100%);
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, #373737), color-stop(35%, #505050), color-stop(70%, #505050), color-stop(100%, #373737));
  background: -webkit-linear-gradient(left, #373737 0%, #505050 35%, #505050 70%, #373737 100%);
  background: -o-linear-gradient(left, #373737 0%, #505050 35%, #505050 70%, #373737 100%);
  background: -ms-linear-gradient(left, #373737 0%, #505050 35%, #505050 70%, #373737 100%);
  background: linear-gradient(to right, #373737 0%, #505050 35%, #505050 70%, #373737 100%);
}
#footer.dark .separator:after {
  background: #505050;
  background: -moz-linear-gradient(left, #222222 0%, #505050 35%, #505050 70%, #222222 100%);
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, #222222), color-stop(35%, #505050), color-stop(70%, #505050), color-stop(100%, #222222));
  background: -webkit-linear-gradient(left, #222222 0%, #505050 35%, #505050 70%, #222222 100%);
  background: -o-linear-gradient(left, #222222 0%, #505050 35%, #505050 70%, #222222 100%);
  background: -ms-linear-gradient(left, #222222 0%, #505050 35%, #505050 70%, #222222 100%);
  background: linear-gradient(to right, #222222 0%, #505050 35%, #505050 70%, #222222 100%);
}
.default-bg .separator:after,
.dark-translucent-bg .separator:after,
.default-translucent-bg .separator:after,
.light.separator:after {
  background: rgba(255, 255, 255, 0.5);
  background: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.5) 35%, rgba(255, 255, 255, 0.5) 70%, rgba(255, 255, 255, 0) 100%);
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(35%, rgba(255, 255, 255, 0.5)), color-stop(70%, rgba(255, 255, 255, 0.5)), color-stop(100%, rgba(255, 255, 255, 0)));
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.5) 35%, rgba(255, 255, 255, 0.5) 70%, rgba(255, 255, 255, 0) 100%);
  background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.5) 35%, rgba(255, 255, 255, 0.5) 70%, rgba(255, 255, 255, 0) 100%);
  background: -ms-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.5) 35%, rgba(255, 255, 255, 0.5) 70%, rgba(255, 255, 255, 0) 100%);
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.5) 35%, rgba(255, 255, 255, 0.5) 70%, rgba(255, 255, 255, 0) 100%);
}
/* Medium devices (desktops, tablets, 992px and up) */
@media (min-width: 992px) {
  .two-col-translucent-bg .container > .row > div + div .separator:after {
    background: rgba(255, 255, 255, 0.5);
    background: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.5) 35%, rgba(255, 255, 255, 0.5) 70%, rgba(255, 255, 255, 0) 100%);
    background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(35%, rgba(255, 255, 255, 0.5)), color-stop(70%, rgba(255, 255, 255, 0.5)), color-stop(100%, rgba(255, 255, 255, 0)));
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.5) 35%, rgba(255, 255, 255, 0.5) 70%, rgba(255, 255, 255, 0) 100%);
    background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.5) 35%, rgba(255, 255, 255, 0.5) 70%, rgba(255, 255, 255, 0) 100%);
    background: -ms-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.5) 35%, rgba(255, 255, 255, 0.5) 70%, rgba(255, 255, 255, 0) 100%);
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.5) 35%, rgba(255, 255, 255, 0.5) 70%, rgba(255, 255, 255, 0) 100%);
  }
}
.light-translucent-bg .separator:after,
.two-col-translucent-bg .container > .row > div .separator:after,
.dark.separator:after {
  background: rgba(0, 0, 0, 0.5);
  background: -moz-linear-gradient(left, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.4) 35%, rgba(0, 0, 0, 0.4) 70%, rgba(0, 0, 0, 0) 100%);
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(35%, rgba(0, 0, 0, 0.4)), color-stop(70%, rgba(0, 0, 0, 0.4)), color-stop(100%, rgba(0, 0, 0, 0)));
  background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.4) 35%, rgba(0, 0, 0, 0.4) 70%, rgba(0, 0, 0, 0) 100%);
  background: -o-linear-gradient(left, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.4) 35%, rgba(0, 0, 0, 0.4) 70%, rgba(0, 0, 0, 0) 100%);
  background: -ms-linear-gradient(left, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.4) 35%, rgba(0, 0, 0, 0.4) 70%, rgba(0, 0, 0, 0) 100%);
  background: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.4) 35%, rgba(0, 0, 0, 0.4) 70%, rgba(0, 0, 0, 0) 100%);
}
h3 + .separator,
h4 + .separator,
h5 + .separator {
  margin-top: 15px;
}
.separator-2,
.separator-3 {
  width: 100%;
  margin-bottom: 15px;
  position: relative;
  height: 1px;
}
.separator-2:after {
  height: 1px;
  background: #d1d1d1;
  background: -moz-linear-gradient(left, rgba(0, 0, 0, 0.18) 0%, rgba(0, 0, 0, 0.12) 35%, rgba(0, 0, 0, 0.05) 70%, rgba(0, 0, 0, 0) 100%);
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(0, 0, 0, 0.18)), color-stop(35%, rgba(0, 0, 0, 0.12)), color-stop(70%, rgba(0, 0, 0, 0.05)), color-stop(100%, rgba(0, 0, 0, 0)));
  background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.18) 0%, rgba(0, 0, 0, 0.12) 35%, rgba(0, 0, 0, 0.05) 70%, rgba(0, 0, 0, 0) 100%);
  background: -o-linear-gradient(left, rgba(0, 0, 0, 0.18) 0%, rgba(0, 0, 0, 0.12) 35%, rgba(0, 0, 0, 0.05) 70%, rgba(0, 0, 0, 0) 100%);
  background: -ms-linear-gradient(left, rgba(0, 0, 0, 0.18) 0%, rgba(0, 0, 0, 0.12) 35%, rgba(0, 0, 0, 0.05) 70%, rgba(0, 0, 0, 0) 100%);
  background: linear-gradient(to right, rgba(0, 0, 0, 0.18) 0%, rgba(0, 0, 0, 0.12) 35%, rgba(0, 0, 0, 0.05) 70%, rgba(0, 0, 0, 0) 100%);
  position: absolute;
  bottom: -1px;
  left: 0px;
  content: "";
  width: 100%;
}
.dark-bg .separator-2:after {
  background: #666666;
  background: -moz-linear-gradient(left, #666666 0%, #555555 35%, #444444 70%, #373737 100%);
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, #666666), color-stop(35%, #555555), color-stop(70%, #444444), color-stop(100%, #373737));
  background: -webkit-linear-gradient(left, #666666 0%, #555555 35%, #444444 70%, #373737 100%);
  background: -o-linear-gradient(left, #666666 0%, #555555 35%, #444444 70%, #373737 100%);
  background: -ms-linear-gradient(left, #666666 0%, #555555 35%, #444444 70%, #373737 100%);
  background: linear-gradient(to right, #666666 0%, #555555 35%, #444444 70%, #373737 100%);
}
#footer.dark .separator-2:after {
  background: #444444;
  background: -moz-linear-gradient(left, #444444 0%, #393939 35%, #323232 70%, #222222 100%);
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, #444444), color-stop(35%, #393939), color-stop(70%, #323232), color-stop(100%, #222222));
  background: -webkit-linear-gradient(left, #444444 0%, #393939 35%, #323232 70%, #222222 100%);
  background: -o-linear-gradient(left, #444444 0%, #393939 35%, #323232 70%, #222222 100%);
  background: -ms-linear-gradient(left, #444444 0%, #393939 35%, #323232 70%, #222222 100%);
  background: linear-gradient(to right, #444444 0%, #393939 35%, #323232 70%, #222222 100%);
}
.light-translucent-bg .separator-2:after,
.two-col-translucent-bg .container > .row > div .separator-2:after,
.dark.separator-2:after {
  background: rgba(0, 0, 0, 0.5);
  background: -moz-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(232, 232, 232, 0.4) 35%, rgba(232, 232, 232, 0.2) 70%, rgba(0, 0, 0, 0) 100%);
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(0, 0, 0, 0.5)), color-stop(35%, rgba(232, 232, 232, 0.4)), color-stop(70%, rgba(232, 232, 232, 0.2)), color-stop(100%, rgba(0, 0, 0, 0)));
  background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(232, 232, 232, 0.4) 35%, rgba(232, 232, 232, 0.2) 70%, rgba(0, 0, 0, 0) 100%);
  background: -o-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(232, 232, 232, 0.4) 35%, rgba(232, 232, 232, 0.2) 70%, rgba(0, 0, 0, 0) 100%);
  background: -ms-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(232, 232, 232, 0.4) 35%, rgba(232, 232, 232, 0.2) 70%, rgba(0, 0, 0, 0) 100%);
  background: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(232, 232, 232, 0.4) 35%, rgba(232, 232, 232, 0.2) 70%, rgba(0, 0, 0, 0) 100%);
}
.default-bg .separator-2:after,
.default-translucent-bg .separator-2:after,
.dark-translucent-bg .separator-2:after,
.light.separator-2:after {
  background: rgba(255, 255, 255, 0.5);
  background: -moz-linear-gradient(left, rgba(255, 255, 255, 0.5) 0%, rgba(232, 232, 232, 0.4) 35%, rgba(232, 232, 232, 0.2) 70%, rgba(255, 255, 255, 0) 100%);
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(255, 255, 255, 0.5)), color-stop(35%, rgba(232, 232, 232, 0.4)), color-stop(70%, rgba(232, 232, 232, 0.2)), color-stop(100%, rgba(255, 255, 255, 0)));
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0.5) 0%, rgba(232, 232, 232, 0.4) 35%, rgba(232, 232, 232, 0.2) 70%, rgba(255, 255, 255, 0) 100%);
  background: -o-linear-gradient(left, rgba(255, 255, 255, 0.5) 0%, rgba(232, 232, 232, 0.4) 35%, rgba(232, 232, 232, 0.2) 70%, rgba(255, 255, 255, 0) 100%);
  background: -ms-linear-gradient(left, rgba(255, 255, 255, 0.5) 0%, rgba(232, 232, 232, 0.4) 35%, rgba(232, 232, 232, 0.2) 70%, rgba(255, 255, 255, 0) 100%);
  background: linear-gradient(to right, rgba(255, 255, 255, 0.5) 0%, rgba(232, 232, 232, 0.4) 35%, rgba(232, 232, 232, 0.2) 70%, rgba(255, 255, 255, 0) 100%);
}
/* Medium devices (desktops, tablets, 992px and up) */
@media (min-width: 992px) {
  .two-col-translucent-bg .container > .row > div + div .separator-2:after {
    background: rgba(255, 255, 255, 0.5);
    background: -moz-linear-gradient(left, rgba(255, 255, 255, 0.5) 0%, rgba(232, 232, 232, 0.4) 35%, rgba(232, 232, 232, 0.2) 70%, rgba(255, 255, 255, 0) 100%);
    background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(255, 255, 255, 0.5)), color-stop(35%, rgba(232, 232, 232, 0.4)), color-stop(70%, rgba(232, 232, 232, 0.2)), color-stop(100%, rgba(255, 255, 255, 0)));
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0.5) 0%, rgba(232, 232, 232, 0.4) 35%, rgba(232, 232, 232, 0.2) 70%, rgba(255, 255, 255, 0) 100%);
    background: -o-linear-gradient(left, rgba(255, 255, 255, 0.5) 0%, rgba(232, 232, 232, 0.4) 35%, rgba(232, 232, 232, 0.2) 70%, rgba(255, 255, 255, 0) 100%);
    background: -ms-linear-gradient(left, rgba(255, 255, 255, 0.5) 0%, rgba(232, 232, 232, 0.4) 35%, rgba(232, 232, 232, 0.2) 70%, rgba(255, 255, 255, 0) 100%);
    background: linear-gradient(to right, rgba(255, 255, 255, 0.5) 0%, rgba(232, 232, 232, 0.4) 35%, rgba(232, 232, 232, 0.2) 70%, rgba(255, 255, 255, 0) 100%);
  }
}
.separator-3:after {
  height: 1px;
  background: #d1d1d1;
  background: -moz-linear-gradient(right, rgba(0, 0, 0, 0.18) 0%, rgba(0, 0, 0, 0.12) 35%, rgba(0, 0, 0, 0.05) 70%, rgba(0, 0, 0, 0) 100%);
  background: -webkit-gradient(linear, right top, left top, color-stop(0%, rgba(0, 0, 0, 0.18)), color-stop(35%, rgba(0, 0, 0, 0.12)), color-stop(70%, rgba(0, 0, 0, 0.05)), color-stop(100%, rgba(0, 0, 0, 0)));
  background: -webkit-linear-gradient(right, rgba(0, 0, 0, 0.18) 0%, rgba(0, 0, 0, 0.12) 35%, rgba(0, 0, 0, 0.05) 70%, rgba(0, 0, 0, 0) 100%);
  background: -o-linear-gradient(right, rgba(0, 0, 0, 0.18) 0%, rgba(0, 0, 0, 0.12) 35%, rgba(0, 0, 0, 0.05) 70%, rgba(0, 0, 0, 0) 100%);
  background: -ms-linear-gradient(right, rgba(0, 0, 0, 0.18) 0%, rgba(0, 0, 0, 0.12) 35%, rgba(0, 0, 0, 0.05) 70%, rgba(0, 0, 0, 0) 100%);
  background: linear-gradient(to left, rgba(0, 0, 0, 0.18) 0%, rgba(0, 0, 0, 0.12) 35%, rgba(0, 0, 0, 0.05) 70%, rgba(0, 0, 0, 0) 100%);
  position: absolute;
  bottom: -1px;
  left: 0px;
  content: "";
  width: 100%;
}
.dark-bg .separator-3:after {
  background: #666666;
  background: -moz-linear-gradient(right, #666666 0%, #555555 35%, #444444 70%, #373737 100%);
  background: -webkit-gradient(linear, right top, left top, color-stop(0%, #666666), color-stop(35%, #555555), color-stop(70%, #444444), color-stop(100%, #373737));
  background: -webkit-linear-gradient(right, #666666 0%, #555555 35%, #444444 70%, #373737 100%);
  background: -o-linear-gradient(right, #666666 0%, #555555 35%, #444444 70%, #373737 100%);
  background: -ms-linear-gradient(right, #666666 0%, #555555 35%, #444444 70%, #373737 100%);
  background: linear-gradient(to left, #666666 0%, #555555 35%, #444444 70%, #373737 100%);
}
#footer.dark .separator-3:after {
  background: #444444;
  background: -moz-linear-gradient(right, #444444 0%, #393939 35%, #323232 70%, #222222 100%);
  background: -webkit-gradient(linear, right top, left top, color-stop(0%, #444444), color-stop(35%, #393939), color-stop(70%, #323232), color-stop(100%, #222222));
  background: -webkit-linear-gradient(right, #444444 0%, #393939 35%, #323232 70%, #222222 100%);
  background: -o-linear-gradient(right, #444444 0%, #393939 35%, #323232 70%, #222222 100%);
  background: -ms-linear-gradient(right, #444444 0%, #393939 35%, #323232 70%, #222222 100%);
  background: linear-gradient(to left, #444444 0%, #393939 35%, #323232 70%, #222222 100%);
}
.light-translucent-bg .separator-3:after,
.two-col-translucent-bg .container > .row > div .separator-3:after,
.dark.separator-3:after {
  background: rgba(0, 0, 0, 0.5);
  background: -moz-linear-gradient(right, rgba(0, 0, 0, 0.5) 0%, rgba(232, 232, 232, 0.4) 35%, rgba(232, 232, 232, 0.2) 70%, rgba(0, 0, 0, 0) 100%);
  background: -webkit-gradient(linear, right top, left top, color-stop(0%, rgba(0, 0, 0, 0.5)), color-stop(35%, rgba(232, 232, 232, 0.4)), color-stop(70%, rgba(232, 232, 232, 0.2)), color-stop(100%, rgba(0, 0, 0, 0)));
  background: -webkit-linear-gradient(right, rgba(0, 0, 0, 0.5) 0%, rgba(232, 232, 232, 0.4) 35%, rgba(232, 232, 232, 0.2) 70%, rgba(0, 0, 0, 0) 100%);
  background: -o-linear-gradient(right, rgba(0, 0, 0, 0.5) 0%, rgba(232, 232, 232, 0.4) 35%, rgba(232, 232, 232, 0.2) 70%, rgba(0, 0, 0, 0) 100%);
  background: -ms-linear-gradient(right, rgba(0, 0, 0, 0.5) 0%, rgba(232, 232, 232, 0.4) 35%, rgba(232, 232, 232, 0.2) 70%, rgba(0, 0, 0, 0) 100%);
  background: linear-gradient(to left, rgba(0, 0, 0, 0.5) 0%, rgba(232, 232, 232, 0.4) 35%, rgba(232, 232, 232, 0.2) 70%, rgba(0, 0, 0, 0) 100%);
}
.default-bg .separator-3:after,
.default-translucent-bg .separator-3:after,
.dark-translucent-bg .separator-3:after,
.light.separator-3:after {
  background: rgba(255, 255, 255, 0.5);
  background: -moz-linear-gradient(right, rgba(255, 255, 255, 0.5) 0%, rgba(232, 232, 232, 0.4) 35%, rgba(232, 232, 232, 0.2) 70%, rgba(255, 255, 255, 0) 100%);
  background: -webkit-gradient(linear, right top, left top, color-stop(0%, rgba(255, 255, 255, 0.5)), color-stop(35%, rgba(232, 232, 232, 0.4)), color-stop(70%, rgba(232, 232, 232, 0.2)), color-stop(100%, rgba(255, 255, 255, 0)));
  background: -webkit-linear-gradient(right, rgba(255, 255, 255, 0.5) 0%, rgba(232, 232, 232, 0.4) 35%, rgba(232, 232, 232, 0.2) 70%, rgba(255, 255, 255, 0) 100%);
  background: -o-linear-gradient(right, rgba(255, 255, 255, 0.5) 0%, rgba(232, 232, 232, 0.4) 35%, rgba(232, 232, 232, 0.2) 70%, rgba(255, 255, 255, 0) 100%);
  background: -ms-linear-gradient(right, rgba(255, 255, 255, 0.5) 0%, rgba(232, 232, 232, 0.4) 35%, rgba(232, 232, 232, 0.2) 70%, rgba(255, 255, 255, 0) 100%);
  background: linear-gradient(to left, rgba(255, 255, 255, 0.5) 0%, rgba(232, 232, 232, 0.4) 35%, rgba(232, 232, 232, 0.2) 70%, rgba(255, 255, 255, 0) 100%);
}
/* Medium devices (desktops, tablets, 992px and up) */
@media (min-width: 992px) {
  .two-col-translucent-bg .container > .row > div + div .separator-3:after {
    background: rgba(255, 255, 255, 0.5);
    background: -moz-linear-gradient(right, rgba(255, 255, 255, 0.5) 0%, rgba(232, 232, 232, 0.4) 35%, rgba(232, 232, 232, 0.2) 70%, rgba(255, 255, 255, 0) 100%);
    background: -webkit-gradient(linear, right top, left top, color-stop(0%, rgba(255, 255, 255, 0.5)), color-stop(35%, rgba(232, 232, 232, 0.4)), color-stop(70%, rgba(232, 232, 232, 0.2)), color-stop(100%, rgba(255, 255, 255, 0)));
    background: -webkit-linear-gradient(right, rgba(255, 255, 255, 0.5) 0%, rgba(232, 232, 232, 0.4) 35%, rgba(232, 232, 232, 0.2) 70%, rgba(255, 255, 255, 0) 100%);
    background: -o-linear-gradient(right, rgba(255, 255, 255, 0.5) 0%, rgba(232, 232, 232, 0.4) 35%, rgba(232, 232, 232, 0.2) 70%, rgba(255, 255, 255, 0) 100%);
    background: -ms-linear-gradient(right, rgba(255, 255, 255, 0.5) 0%, rgba(232, 232, 232, 0.4) 35%, rgba(232, 232, 232, 0.2) 70%, rgba(255, 255, 255, 0) 100%);
    background: linear-gradient(to left, rgba(255, 255, 255, 0.5) 0%, rgba(232, 232, 232, 0.4) 35%, rgba(232, 232, 232, 0.2) 70%, rgba(255, 255, 255, 0) 100%);
  }
}
.footer-content .separator-2,
.footer-content .separator-3 {
  margin-bottom: 25px;
}
.object-non-visible {
  opacity: 0;
  filter: alpha(opacity=0);
}
.object-visible {
  opacity: 1 !important;
  filter: alpha(opacity=100) !important;
}
/* Targeting only Firefox for smoothest animations */
@-moz-document url-prefix() {
  .object-visible {
    -webkit-transition: opacity 0.6s ease-in-out;
    -moz-transition: opacity 0.6s ease-in-out;
    -o-transition: opacity 0.6s ease-in-out;
    -ms-transition: opacity 0.6s ease-in-out;
    transition: opacity 0.6s ease-in-out;
  }
}
/* Miscellaneous
---------------------------------- */

.pb-5 {
  padding-bottom: 5px;
}
.pb-10 {
  padding-bottom: 10px;
}
.pb-20 {
  padding-bottom: 20px;
}
.pb-30 {
  padding-bottom: 30px;
}

.pb-40 {
  padding-bottom: 40px;
}

.pb-50 {
  padding-bottom: 50px;
}
.pb-60 {
  padding-bottom: 60px;
}

.pb-150 {
  padding-bottom: 150px ;
}

.pt-10 {
  padding-top: 10px ;
}
.pt-20 {
  padding-top: 20px ;
}
.pt-30 {
  padding-top: 30px ;
}
.pt-40 {
  padding-top: 40px ;
}
.pt-50 {
  padding-top: 50px ;
}
.pt-100 {
  padding-top: 100px ;
}



.pl-5 {
  padding-left: 5px;
}
.pl-10 {
  padding-left: 10px;
}
.pl-20 {
  padding-left: 20px;
}
.pl-30 {
  padding-left: 30px;
}
.pl-40 {
  padding-left: 40px;
}
.pl-50 {
  padding-left: 50px;
}
.pr-5 {
  padding-right: 5px;
}
.pr-10 {
  padding-right: 10px;
}
.pr-20 {
  padding-right: 20px;
}
.pr-30 {
  padding-right: 30px;
}
.pr-40 {
  padding-right: 40px;
}
.p-20 {
  padding: 20px;
}
.p-30 {
  padding: 30px;
}
.p-40 {
  padding: 40px;
}
.ph-5 {
  padding-left: 5px;
  padding-right: 5px;
}
.ph-10 {
  padding-left: 10px;
  padding-right: 10px;
}
.ph-20 {
  padding-left: 20px;
  padding-right: 20px;
}
.ph-30 {
  padding-left: 30px;
  padding-right: 30px;
}
.ph-40 {
  padding-left: 40px;
  padding-right: 40px;
}
.pv-5 {
	  padding-top: 5px;
  padding-bottom: 5px;
}
.pv-10 {
  padding-top: 10px;
  padding-bottom: 10px;
}
.pv-20 {
  padding-top: 20px;
  padding-bottom: 20px;
}
.pv-30 {
  padding-top: 30px;
  padding-bottom: 30px;
}
.pv-40 {
  padding-top: 40px;
  padding-bottom: 40px;
}

.pv-50 {
  padding-top: 50px;
  padding-bottom: 50px;
}
.pv-60 {
  padding-top: 60px;
  padding-bottom: 60px;
}

.pv-80 {
  padding-top: 80px;
  padding-bottom: 80px;
}


.pv-100 {
  padding-top: 100px;
  padding-bottom: 100px;
}

.mr-5 {
  margin-right: 5px;
}
.mr-10 {
  margin-right: 10px;
}
.mr-20 {
  margin-right: 20px;
}

.mt-5 {
  margin-top: 5px;
}
.mb-5 {
  margin-bottom: 5px;
}
.mt-10 {
  margin-top: 10px;
}
.mb-10 {
  margin-bottom: 10px;
}
.mt-20 {
  margin-top: 20px;
}
.mb-20 {
  margin-bottom: 20px;
}
.space-top {
  padding-top: 20px;
}
.space-left {
  padding-left: 20px;
}
.space-left-md {
  padding-left: 50px;
}

.space-right {
  padding-right: 20px;
}
.space-right-md {
  padding-right: 50px;
}
.space-bottom {
  padding-bottom: 20px;
}
.margin-clear {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}


.padding-nill {
 padding: 0 !important;
 }

.padding-top-clear {
  padding-top: 0 !important;
}
.padding-bottom-clear {
  padding-bottom: 0 !important;
}
.padding-ver-clear {
  padding-bottom: 0 !important;
  padding-top: 0 !important;
}
.padding-hor-clear {
  padding-right: 0 !important;
  padding-left: 0 !important;
}

.padding-right-clear {
  padding-right: 0 !important;
 }

.padding-left-clear {
  padding-left: 0 !important;
}

.border-bottom-clear {
  border-bottom: none !important;
}
.border-top-clear {
  border-top: none !important;
}
.border-clear {
  border: none !important;
}
.circle {
  -webkit-border-radius: 100%!important;
  -moz-border-radius: 100%!important;
  border-radius: 100%!important;
}
/* Small devices (tablets, phones less than 767px) */
@media (max-width: 767px) {
  .text-center-xs {
    text-align: center;
  }
}
/* 3 Sections
----------------------------------------------------------------------------- */
/*Header Top*/
.header-top {
  font-size: 12px;
  color: #777777;
  font-weight: 300;
}
.header-top.dark,
.header-top.colored {
  color: #ffffff;
}
.header-top.colored a {
  color: #ffffff;
  text-decoration: underline;
}
.header-top.colored a:hover {
  text-decoration: none;
}
/* Medium desktop devices and tablets */
@media (min-width: 992px) and (max-width: 1199px) {
  .header-top {
    font-size: 11px;
  }
}
/*Header*/
.header.dark {
  color: #cacaca;
}
/*Footer*/
.footer {
  font-size: 14px;
  line-height: 1.5;
}
.footer h2.title {
  font-size: 22px;
  text-transform: none;
  margin-bottom: 10px;
}
/*Subfooter*/
.subfooter {
  font-size: 14px;
  line-height: 1.3;
  color: #999999;
}
.subfooter p {
  margin-bottom: 0;
}
/* 4 Pages
----------------------------------------------------------------------------- */
/* Blog pages
---------------------------------- */
.blogpost {
  margin: 0 0 70px;
}
.blogpost header {
  padding: 20px 10px 20px;
}
.blogpost header h2 {
  text-transform: none;
  margin-top: 0;
  margin-bottom: 10px;
}
.blogpost .post-info {
  font-size: 12px;
  color: #aaa;
  font-weight: 400;
}
.blogpost .post-info > span {
  margin-right: 5px;
  display: inline-block;
}
.blogpost .post-info a {
  color: #aaa;
}
.blogpost .blogpost-content {
  padding: 0 10px 10px;
}
.blogpost .row .blogpost-content {
  padding-bottom: 0;
}
.blogpost footer {
  font-size: 12px;
  padding: 10px;
  color: #aaa;
  border-top: 1px solid #eaeaea;
}
.blogpost .row + footer {
  padding: 10px 0;
}
.blogpost.full {
  margin-bottom: 30px;
}
.blogpost.full header {
  padding: 0 0 15px 0;
}
.blogpost.full .blogpost-content {
  padding: 0 0 5px;
}
.blogpost.full footer {
  padding: 10px 0;
}
/* Medium devices (desktops, tablets, 992px and up) */
@media (min-width: 992px) {
  .blogpost .row header {
    padding-top: 0;
  }
  .blogpost .row + footer {
    margin-top: 15px;
  }
}
/* Comments
---------------------------------- */
#comments {
  margin-top: 60px;
}
.comments h2.title {
  margin-bottom: 40px;
  padding-bottom: 10px;
  position: relative;
}
.comments h2.title:after {
  height: 1px;
  background: #d1d1d1;
  background: -moz-linear-gradient(left, rgba(0, 0, 0, 0.18) 0%, rgba(0, 0, 0, 0.12) 35%, rgba(0, 0, 0, 0.05) 70%, rgba(0, 0, 0, 0) 100%);
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(0, 0, 0, 0.18)), color-stop(35%, rgba(0, 0, 0, 0.12)), color-stop(70%, rgba(0, 0, 0, 0.05)), color-stop(100%, rgba(0, 0, 0, 0)));
  background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.18) 0%, rgba(0, 0, 0, 0.12) 35%, rgba(0, 0, 0, 0.05) 70%, rgba(0, 0, 0, 0) 100%);
  background: -o-linear-gradient(left, rgba(0, 0, 0, 0.18) 0%, rgba(0, 0, 0, 0.12) 35%, rgba(0, 0, 0, 0.05) 70%, rgba(0, 0, 0, 0) 100%);
  background: -ms-linear-gradient(left, rgba(0, 0, 0, 0.18) 0%, rgba(0, 0, 0, 0.12) 35%, rgba(0, 0, 0, 0.05) 70%, rgba(0, 0, 0, 0) 100%);
  background: linear-gradient(to right, rgba(0, 0, 0, 0.18) 0%, rgba(0, 0, 0, 0.12) 35%, rgba(0, 0, 0, 0.05) 70%, rgba(0, 0, 0, 0) 100%);
  position: absolute;
  bottom: -1px;
  left: 0px;
  content: "";
  width: 100%;
}
.comment {
  font-size: 14px;
}
.comment .comment {
  margin-left: 75px;
}
.comment h3 {
  margin-top: 0;
  margin-bottom: 5px;
}
.comment p {
  margin-bottom: 10px;
}
.comment .btn-sm-link {
  padding: 0;
}
.comment-avatar {
  width: 50px;
  float: left;
  margin: 0 15px 0 0;
}
.comment-content {
  border-bottom: 1px solid #f1f1f1;
  margin-bottom: 40px;
  clear: both;
}
.comment-meta {
  margin-bottom: 15px;
  color: #aaa;
  font-size: 12px;
}
.comment-meta a {
  color: #aaa;
}
.comment-meta a:hover {
  text-decoration: underline;
}
/* Blog Masonry Grid
---------------------------------- */
.masonry-grid-item .blogpost footer {
  padding-top: 0px;
  border-top: none;
}
.masonry-grid-item .blogpost header h2 {
  font-size: 22px;
}
/* Blog Timeline layout
---------------------------------- */
.timeline {
  position: relative;
  padding: 40px 0;
  margin-top: 40px;
}
.timeline .blogpost footer {
  padding-top: 0px;
  border-top: none;
}
.timeline .blogpost header h2 {
  font-size: 22px;
}
.timeline .timeline-item {
  padding: 0 15px;
}
.timeline-date-label {
  float: none;
  clear: both;
  display: block;
  margin: 0px auto;
  text-align: center;
  margin-bottom: 80px;
  line-height: 1;
  width: 135px;
  position: relative;
  z-index: 2;
  color: #ffffff;
}
.timeline-date-label:after {
  background-color: #09afdf;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  height: 30px;
  width: 100%;
  position: absolute;
  bottom: -8px;
  z-index: -1;
}
/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) {
  .timeline .blogpost {
    margin-bottom: 0;
  }
  .timeline:before {
    background-color: #e8e8e8;
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.09) 10%, rgba(0, 0, 0, 0.09) 90%, rgba(0, 0, 0, 0) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(10%, rgba(0, 0, 0, 0.09)), color-stop(90%, rgba(0, 0, 0, 0.09)), color-stop(100%, rgba(0, 0, 0, 0)));
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.09) 10%, rgba(0, 0, 0, 0.09) 90%, rgba(0, 0, 0, 0) 100%);
    background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.09) 10%, rgba(0, 0, 0, 0.09) 90%, rgba(0, 0, 0, 0) 100%);
    background: -ms-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.09) 10%, rgba(0, 0, 0, 0.09) 90%, rgba(0, 0, 0, 0) 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.09) 10%, rgba(0, 0, 0, 0.09) 90%, rgba(0, 0, 0, 0) 100%);
    width: 1px;
    height: 100%;
    content: "";
    position: absolute;
    left: 50%;
    display: block;
    top: 0;
  }
  .timeline .timeline-item {
    position: relative;
    width: 50%;
    padding-left: 0;
    padding-right: 40px;
    margin-bottom: 80px;
    float: left;
    clear: left;
    z-index: 1;
  }
  .timeline .timeline-item.pull-right {
    position: relative;
    width: 50%;
    padding-left: 40px;
    padding-right: 0;
    margin-top: 80px;
    margin-bottom: 0;
    float: right;
    clear: right;
  }
  .timeline .timeline-item.pull-right + .timeline-date-label {
    padding-top: 80px;
  }
  .timeline .timeline-item:after {
    content: "";
    font-family: "FontAwesome";
    right: 0px;
    background-color: #eaeaea;
    left: auto;
    position: absolute;
    top: 20px;
    z-index: -1;
    width: 35px;
    height: 1px;
  }
  .timeline .timeline-item:before {
    content: "";
    position: absolute;
    background-color: #cdcdcd;
    border: 1px solid #cdcdcd;
    height: 7px;
    width: 7px;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    top: 17px;
    right: -4px;
  }
  .timeline .timeline-item.pull-right:after {
    right: auto;
    left: 0px;
  }
  .timeline .timeline-item.pull-right:before {
    left: -3px;
  }
}
/* Small devices (tablets, phones less than 767px) */
@media (max-width: 767px) {
  .timeline .timeline-item.pull-right {
    float: none !important;
  }
}
/* Shop Pages
---------------------------------- */
/*Product Page*/
.product.price {
  font-size: 24px;
  font-weight: 400;
}
.product.price del {
  color: #cdcdcd;
  font-size: 14px;
}
.product.element-list {
  margin-top: 7px;
}
/*Dropdown Cart*/
.header-dropdown-buttons .btn-group .dropdown-menu.cart {
  padding: 0;
  min-width: 350px;
  font-size: 13px;
}
.header-dropdown-buttons .btn-group .dropdown-menu.cart table {
  margin-bottom: 0;
}
.header-dropdown-buttons .btn-group .dropdown-menu.cart .panel-body {
  padding: 0px 10px 0px;
}
.cart-count {
  position: absolute;
  top: -2px;
  right: -3px;
  line-height: 14px;
  width: 14px;
  height: 14px;
  border-radius: 30%;
  font-size: 10px;
  text-shadow: none;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.dark .header-dropdown-buttons .cart-count {
  background-color: rgba(0, 0, 0, 0.5);
  color: #cdcdcd;
}
.dropdown.open .cart-count,
.dropdown:hover .cart-count {
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  opacity: 0;
  filter: alpha(opacity=0);
}
.total-amount,
.total-quantity {
  font-size: 13px;
}
.cart .table > tbody > tr > td,
.cart.table > tbody > tr > td {
  vertical-align: inherit;
}
.cart .quantity {
  width: 50px;
  font-size: 11px;
}
.cart .product {
  width: 220px;
  font-size: 13px;
}
.cart .product .small {
  display: block;
  color: #999999;
}
/* Cart and Checkout pages
---------------------------------- */
.cart.table .price {
  width: 18%;
  font-size: 14px;
}
.cart.table .amount,
.cart.table .remove,
.cart.table .quantity {
  width: 12%;
}
.cart.table .quantity input {
  width: 60px;
  padding: 6px;
}
.cart.table .product {
  font-size: 15px;
}
.cart.table .product small {
  font-size: 12px;
  display: block;
  color: #999999;
}
.cart.table .amount {
  text-align: right;
}
.cart.table thead > tr > th {
  font-size: 16px;
}
.cart.table .total-quantity,
.cart.table .total-amount {
  padding-top: 15px;
  padding-bottom: 15px;
  font-size: 16px;
  font-weight: 700;
}
.cart.table .total-amount {
  text-align: right;
}
.cart.table .btn-remove {
  position: relative;
  top: -5px;
}
.cart.table .form-group {
  margin: 7px 0;
}
.table .information {
  width: 80%;
}
/* Small devices (tablets, phones less than 767px) */
@media (max-width: 767px) {
  .cart.table thead > tr > th {
    font-size: 14px;
  }
  .cart.table .amount,
  .cart.table .price {
    width: 12%;
  }
  .cart.table .remove,
  .cart.table .quantity {
    width: 8%;
  }
  .cart.table > thead > tr > th,
  .cart.table > tbody > tr > th,
  .cart.table > tfoot > tr > th,
  .cart.table > thead > tr > td,
  .cart.table > tbody > tr > td,
  .cart.table > tfoot > tr > td {
    padding: 8px 10px;
  }
}
/* Extra small devices (phones, less than 480px) */
@media (max-width: 480px) {
  .cart.table > thead > tr > th,
  .cart.table > tbody > tr > th,
  .cart.table > tfoot > tr > th,
  .cart.table > thead > tr > td,
  .cart.table > tbody > tr > td,
  .cart.table > tfoot > tr > td {
    padding: 8px 7px;
  }
}
/* About Us Pages
---------------------------------- */
/* Small devices (tablets, phones less than 767px) */
@media (max-width: 767px) {
  .team-member {
    max-width: 480px;
    margin: 20px auto 20px !important;
  }
}
/* Coming Soon Page
---------------------------------- */
.is-countdown {
  border: 1px solid transparent;
  background-color: transparent;
}
.countdown-row {
  height: 0;
  padding: 0;
}
.countdown-section {
  text-align: center;
  padding: 20px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  background-color: rgba(0, 0, 0, 0.2);
  -webkit-border-radius: 5%;
  -moz-border-radius: 5%;
  border-radius: 5%;
}
.countdown-show4 .countdown-section {
  width: 24%;
  margin: 10px 0.5%;
}
.countdown-amount {
  font-size: 36px;
  font-weight: 700;
  display: block;
}
.countdown-period {
  display: block;
  font-size: 28px;
  line-height: 1.2;
  margin-top: 15px;
}
/* Small devices (tablets, phones less than 767px) */
@media (max-width: 767px) {
  .countdown-amount {
    font-size: 24px;
  }
  .countdown-period {
    font-size: 18px;
  }
}
/* Extra small devices (phones, less than 480px) */
@media (max-width: 480px) {
  .countdown-amount {
    font-size: 18px;
  }
  .countdown-period {
    font-size: 10px;
  }
}
/* Pages Misc
---------------------------------- */
.icons-page i {
  font-size: 20px;
  width: 35px;
  text-align: center;
}
.grid span {
  padding: 5px 5px;
  background-color: #666;
  border: 1px solid #444;
  display: block;
  text-align: center;
  margin-bottom: 10px;
  color: #fff;
}
/* 5 Components
----------------------------------------------------------------------------- */
/* Buttons
---------------------------------- */
/*Buttons Color Variations*/
.btn:focus {
  color: inherit;
}
.btn {
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
/*Default Button*/
.btn-default {
  color: #ffffff;
  background-color: #09afdf;
  border-color: #0c9ec7;
}
.btn-default:hover,
.btn-default:focus,
.btn-default.focus,
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  color: #ffffff;
  background-color: #0c9ec7;
  border-color: #0c9ec7;
}
.btn-default.disabled,
.btn-default[disabled],
fieldset[disabled] .btn-default {
  background-color: #09afdf;
  border-color: #0c9ec7;
}
.btn-default-transparent {
  color: #777777;
  background-color: transparent;
  border-color: #09afdf;
}
.btn-default-transparent:hover,
.btn-default-transparent:focus,
.btn-default-transparent.focus,
.btn-default-transparent:active,
.btn-default-transparent.active,
.open > .dropdown-toggle.btn-default-transparent {
  color: #ffffff;
  background-color: #0ec9a2;
  border-color: #0781a4;outline: none;
}
.dark-bg .btn-default-transparent {
  color: #ffffff;
}
.default-bg .btn-default,
.default-translucent-bg .btn-default,
.default-bg .btn-default-transparent,
.default-translucent-bg .btn-default-transparent {
  color: #09afdf;
  background-color: #ffffff;
  border-color: #ffffff;
}
.default-bg .btn-default:hover,
.default-translucent-bg .btn-default:hover,
.default-bg .btn-default:focus,
.default-translucent-bg .btn-default:focus,
.default-bg .btn-default.focus,
.default-translucent-bg .btn-default.focus,
.default-bg .btn-default:active,
.default-translucent-bg .btn-default:active,
.default-bg .btn-default.active,
.default-translucent-bg .btn-default.active,
.default-bg .open > .dropdown-toggle.btn-default,
.default-translucent-bg .open > .dropdown-toggle.btn-default,
.default-bg .btn-default-transparent:hover,
.default-translucent-bg .btn-default-transparent:hover,
.default-bg .btn-default-transparent:focus,
.default-translucent-bg .btn-default-transparent:focus,
.default-bg .btn-default-transparent.focus,
.default-translucent-bg .btn-default-transparent.focus,
.default-bg .btn-default-transparent:active,
.default-translucent-bg .btn-default-transparent:active,
.default-bg .btn-default-transparent.active,
.default-translucent-bg .btn-default-transparent.active,
.default-bg .open > .dropdown-toggle.btn-default-transparent,
.default-translucent-bg .open > .dropdown-toggle.btn-default-transparent {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.dark .btn-default {
  color: #ffffff;
  background-color: rgba(0, 0, 0, 0.2);
  border-color: rgba(0, 0, 0, 0.1);
}
.dark .btn-default .badge {
  color: rgba(0, 0, 0, 0.2);
  background-color: #ffffff;
}
.dark .btn-default:hover,
.dark .btn-default:focus,
.dark .btn-default.focus,
.dark .btn-default:active,
.dark .btn-default.active,
.dark .open > .dropdown-toggle.btn-default {
  color: #ffffff;
  background-color: rgba(0, 0, 0, 0.35);
  border-color: rgba(0, 0, 0, 0.2);
}
.colored .btn-default {
  color: #ffffff;
  background-color: rgba(0, 0, 0, 0.2);
  border-color: rgba(0, 0, 0, 0.01);
}
.colored .btn-default .badge {
  color: rgba(0, 0, 0, 0.2);
  background-color: #ffffff;
}
.colored .btn-default:hover,
.colored .btn-default:focus,
.colored .btn-default.focus,
.colored .btn-default:active,
.colored .btn-default.active,
.colored .open > .dropdown-toggle.btn-default {
  color: #ffffff;
  background-color: rgba(0, 0, 0, 0.3);
  border-color: rgba(0, 0, 0, 0.02);
}
.default-hovered:hover .btn-default-transparent {
  border-color: #ffffff;
}
/*White Button*/
.btn-white {
  color: #777777;
  background-color: #ffffff;
  border-color: #ffffff;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white:active,
.btn-white.active,
.open > .dropdown-toggle.btn-white {
  color: #0c9ec7;
  background-color: #ffffff;
  border-color: #ffffff;
}
/*Gray Button*/
.btn-gray {
  color: #333333;
  background-color: #e1e1e1;
  border-color: #d3d3d3;
}
.btn-gray:hover,
.btn-gray:focus,
.btn-gray.focus,
.btn-gray:active,
.btn-gray.active,
.open > .dropdown-toggle.btn-gray {
  color: #333333;
  background-color: #cdcdcd;
  border-color: #cdcdcd;
}
.btn-gray-transparent {
  color: #333333;
  background-color: transparent;
  border-color: #777777;
}
.btn-gray-transparent:hover,
.btn-gray-transparent:focus,
.btn-gray-transparent.focus,
.btn-gray-transparent:active,
.btn-gray-transparent.active,
.open > .dropdown-toggle.btn-gray-transparent {
  color: #ffffff;
  background-color: #333333;
  border-color: #333333;
}
.dark-bg .btn-gray-transparent {
  color: #ffffff;
}
.dark-bg .btn-gray-transparent:hover {
  border-color: #ffffff;
  color: #777777;
  background-color: #ffffff;
}
.dark-translucent-bg .btn-gray-transparent,
.default-translucent-bg .btn-gray-transparent,
.default-bg .btn-gray-transparent {
  border-color: #ffffff;
  color: #ffffff;
}
.dark-translucent-bg .btn-gray-transparent:hover,
.default-translucent-bg .btn-gray-transparent:hover,
.default-bg .btn-gray-transparent:hover,
.dark-translucent-bg .btn-gray-transparent:focus,
.default-translucent-bg .btn-gray-transparent:focus,
.default-bg .btn-gray-transparent:focus {
  border-color: #ffffff;
  color: #777777;
  background-color: #ffffff;
}
.default-hovered:hover .btn-gray-transparent {
  border-color: #ffffff;
}
.light-gray-bg.default-hovered:hover .btn-gray-transparent:hover {
  border-color: #333333;
}
/* Medium devices (desktops, tablets, 992px and up) */
@media (min-width: 992px) {
  .two-col-translucent-bg .container > .row > div + div .btn-gray-transparent {
    border-color: #ffffff;
    color: #ffffff;
  }
  .two-col-translucent-bg .container > .row > div + div .btn-gray-transparent:hover,
  .two-col-translucent-bg .container > .row > div + div .btn-gray-transparent:focus {
    border-color: #ffffff;
    color: #777777;
    background-color: #ffffff;
  }
}
/*Dark Button*/
.btn-dark {
  color: #ffffff;
  background-color: #373737;
  border-color: #333333;
}
.btn-dark:hover,
.btn-dark:focus,
.btn-dark.focus,
.btn-dark:active,
.btn-dark.active,
.open > .dropdown-toggle.btn-dark {
  color: #ffffff;
  background-color: #111111;
  border-color: #111111;
}
.dark-bg .btn-dark {
  color: #ffffff;
  background-color: #222222;
  border-color: #171717;
}
.dark-bg .btn-dark:hover,
.dark-bg .btn-dark:focus,
.dark-bg .btn-dark.focus,
.dark-bg .btn-dark:active,
.dark-bg .btn-dark.active,
.dark-bg .open > .dropdown-toggle.btn-dark {
  color: #ffffff;
  background-color: #000000;
  border-color: #000000;
}
/*Buttons Sizes*/
.btn {
  padding: 7px 20px;
  font-size: 14px;
  line-height: 1.46666667;
  border-radius: 3px;
  margin: 10px 0;
}
.btn-sm {
  padding: 5px 15px;
  font-size: 12px;
  line-height: 1.46666667;
  border-radius: 3px;
  margin: 5px 0;
}
.btn-lg {
  padding: 10px 25px;
  font-size: 18px;
  line-height: 1.46666667;
  border-radius: 4px;
  margin: 10px 0;
}
.btn-md-link {
  padding: 7px 15px;
  font-size: 14px;
  line-height: 1.46666667;
  border-radius: 0px;
  margin: 10px 0;
}
.btn-sm-link {
  padding: 5px 15px;
  font-size: 12px;
  line-height: 1.46666667;
  border-radius: 0px;
  margin: 5px 0;
}
.btn-lg-link {
  padding: 10px 15px;
  font-size: 18px;
  line-height: 1.46666667;
  border-radius: 0px;
  margin: 10px 0;
}
.btn-remove {
  font-size: 10px;
  padding: 3px 15px;
  min-width: 0;
  margin: -5px 0 0 0;
}
/*Buttons with radius*/
.radius-50 {
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  border-radius: 25px;
}
/*Animated Buttons*/
.btn-animated {
  position: relative;
  min-width: 0!important;
  padding-right: 45px!important;
}
.btn-animated i {
  -webkit-transition: right 0.2s ease-in-out;
  -o-transition: right 0.2s ease-in-out;
  transition: right 0.2s ease-in-out;
  z-index: 3;
  right: 17px;
  position: absolute;
  line-height: 34px;
  top: 0;
  min-width: 12px;
}
.btn-animated:after {
  width: 35px;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.1);
  position: absolute;
  content: "";
  top: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  right: 0px;
  z-index: 2;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.btn-animated.radius-50:after {
  -webkit-border-radius: 0 25px 25px 0;
  -moz-border-radius: 0 25px 25px 0;
  border-radius: 0 25px 25px 0;
}
.btn-animated.btn-gray-transparent:after {
  background-color: rgba(0, 0, 0, 0.05);
}
.btn-animated:hover:after {
  opacity: 1;
  filter: alpha(opacity=100);
}
.btn-animated:hover i {
  right: 11px;
}
.btn-animated.btn-sm {
  padding-right: 35px!important;
}
.btn-animated.btn-sm:after {
  width: 25px;
}
.btn-animated.btn-sm i {
  right: 14px;
  line-height: 28px;
  min-width: 11px;
}
.btn-animated.btn-sm:hover i {
  right: 7px;
}
.btn-animated.btn-lg {
  padding-right: 60px!important;
}
.btn-animated.btn-lg:after {
  width: 45px;
}
.btn-animated.btn-lg i {
  right: 25px;
  line-height: 48px;
  min-width: 15px;
}
.btn-animated.btn-lg:hover i {
  right: 15px;
}
/*Background Transition*/
.btn-hvr {
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.btn-hvr.radius-50 {
  overflow: hidden;
}
.hvr-sweep-to-right:hover,
.hvr-sweep-to-left:hover,
.hvr-sweep-to-bottom:hover,
.hvr-sweep-to-top:hover,
.hvr-bounce-to-right:hover,
.hvr-bounce-to-left:hover,
.hvr-bounce-to-bottom:hover,
.hvr-bounce-to-top:hover,
.hvr-radial-out:hover,
.hvr-rectangle-out:hover,
.hvr-shutter-out-horizontal:hover,
.hvr-shutter-out-vertical:hover {
  background: transparent;
}
.hvr-radial-in,
.hvr-rectangle-in,
.hvr-shutter-in-horizontal,
.hvr-shutter-in-vertical {
  background: #0c9ec7;
}
.hvr-radial-in:hover,
.hvr-rectangle-in:hover,
.hvr-shutter-in-horizontal:hover,
.hvr-shutter-in-vertical:hover {
  background: #0c9ec7;
}
.hvr-radial-in:before,
.hvr-rectangle-in:before,
.hvr-shutter-in-horizontal:before,
.hvr-shutter-in-vertical:before {
  background: #ffffff;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.hvr-sweep-to-right:before,
.hvr-sweep-to-left:before,
.hvr-sweep-to-bottom:before,
.hvr-sweep-to-top:before,
.hvr-bounce-to-right:before,
.hvr-bounce-to-left:before,
.hvr-bounce-to-bottom:before,
.hvr-bounce-to-top:before,
.hvr-radial-out:before,
.hvr-rectangle-out:before,
.hvr-shutter-out-horizontal:before,
.hvr-shutter-out-vertical:before {
  background: #0c9ec7;
}
/*ie9*/
.no-csstransitions .hvr-radial-in,
.no-csstransitions .hvr-rectangle-in,
.no-csstransitions .hvr-shutter-in-horizontal,
.no-csstransitions .hvr-shutter-in-vertical {
  background: transparent;
}
.no-csstransitions .hvr-sweep-to-right:hover,
.no-csstransitions .hvr-sweep-to-left:hover,
.no-csstransitions .hvr-sweep-to-bottom:hover,
.no-csstransitions .hvr-sweep-to-top:hover,
.no-csstransitions .hvr-bounce-to-right:hover,
.no-csstransitions .hvr-bounce-to-left:hover,
.no-csstransitions .hvr-bounce-to-bottom:hover,
.no-csstransitions .hvr-bounce-to-top:hover,
.no-csstransitions .hvr-radial-out:hover,
.no-csstransitions .hvr-rectangle-out:hover,
.no-csstransitions .hvr-shutter-out-horizontal:hover,
.no-csstransitions .hvr-shutter-out-vertical:hover,
.no-csstransitions .hvr-radial-in:hover,
.no-csstransitions .hvr-rectangle-in:hover,
.no-csstransitions .hvr-shutter-in-horizontal:hover,
.no-csstransitions .hvr-shutter-in-vertical:hover {
  background: #0c9ec7;
}
/* Tabs
---------------------------------- */
.nav-tabs.style-1 {
  border-bottom: 1px solid #e1e1e1;
  margin-bottom: 15px;
}
.nav-tabs.style-1 > li > a {
  color: #333333;
  margin-right: 0;
  line-height: 1;
  border: 1px solid transparent;
  padding: 12px 15px 11px 15px;
  -webkit-border-radius: 15px 15px 0 0;
  -moz-border-radius: 15px 15px 0 0;
  border-radius: 15px 15px 0 0;
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
  height: 40px;
}
.nav-tabs.style-1 > li > a:hover {
  border-color: #222222!important;
  background-color: #333333!important;
  color: #ffffff;
}
.nav-tabs.style-1 > li > a:focus {
  border-color: transparent;
  background-color: transparent;
}
.nav-tabs.style-1 > li > a:after {
  position: absolute;
  right: -14px;
  bottom: -1px;
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 31px 0 0 14px;
  border-color: transparent transparent transparent transparent;
}
.nav-tabs.style-1 > li > a:before {
  position: absolute;
  left: -14px;
  bottom: -1px;
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 31px 14px 0 0;
  border-color: transparent transparent transparent transparent;
}
.nav-tabs.style-1 > li > a:hover:after {
  border-color: transparent transparent transparent #333333;
  border-width: 31px 0 0 14px;
}
.nav-tabs.style-1 > li > a:hover:before {
  border-color: transparent #333333 transparent transparent;
  border-width: 31px 14px 0 0;
}
.nav-tabs.style-1 > li.active > a {
  background-color: #333333!important;
}
.nav-tabs.style-1 > li.active > a,
.nav-tabs.style-1 > li.active > a:hover,
.nav-tabs.style-1 > li.active > a:focus {
  color: #ffffff;
  cursor: default;
  border-color: #222222;
}
.nav-tabs.style-1 > li.active > a:after {
  border-color: transparent transparent transparent #333333;
}
.nav-tabs.style-1 > li.active > a:before {
  border-color: transparent #333333 transparent transparent;
}
.nav-tabs.style-1 > li:first-child > a:before,
.nav-tabs.style-1 > li:last-child > a:after {
  border-width: 0 0 0 0;
  border-color: transparent transparent transparent transparent;
}
.nav-tabs.style-1 + .tab-content > .tab-pane {
  padding-bottom: 0;
  border-bottom: none;
}
.nav-tabs.style-2 {
  border-bottom: 1px solid #f1f1f1;
}
.nav-tabs.style-2 > li > a {
  color: #999999;
}
.nav-tabs.style-2 > li > a:hover {
  color: #333333;
  background-color: #fafafa!important;
  border-color: #f1f1f1;
  border-bottom-color: #fafafa!important;
}
.nav-tabs.style-2 > li > a:focus {
  border-color: transparent;
  background-color: transparent;
}
.nav-tabs.style-2 > li.active > a,
.nav-tabs.style-2 > li.active > a:hover,
.nav-tabs.style-2 > li.active > a:focus {
  color: #333333;
  cursor: default;
  background-color: #fafafa;
  border-color: #f1f1f1;
  border-bottom-color: transparent;
}
.nav-tabs.style-2 + .tab-content > .tab-pane {
  padding: 15px;
  border: 1px solid #f1f1f1;
  border-top: none;
  background-color: #fafafa;
}
.nav-tabs.style-3 {
  border-bottom: 1px solid #999999;
  background-color: #999999;
}
.nav-tabs.style-3 > li > a {
  color: #ffffff;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  margin: 0;
}
.nav-tabs.style-3 > li > a:hover {
  color: #333333;
  background-color: #fff!important;
  border-color: #999999;
  border-bottom-color: #fff!important;
}
.nav-tabs.style-3 > li > a:focus {
  border-color: transparent;
  background-color: transparent;
}
.nav-tabs.style-3 > li.active > a,
.nav-tabs.style-3 > li.active > a:hover,
.nav-tabs.style-3 > li.active > a:focus {
  color: #333333;
  cursor: default;
  background-color: #fff;
  border-color: #999999;
  border-bottom-color: transparent;
}
.nav-tabs.style-3 + .tab-content > .tab-pane {
  padding: 15px;
  border: 1px solid #999999;
  border-top: none;
  background-color: #ffffff;
}
.nav-tabs.style-4 {
  margin-bottom: 15px;
  border-bottom: 1px solid #333333;
}
.nav-tabs.style-4 > li > a {
  color: #999999;
}
.nav-tabs.style-4 > li > a:hover {
  color: #ffffff;
  background-color: #333333 !important;
  border-color: #333333;
  border-bottom-color: #333333 !important;
}
.nav-tabs.style-4 > li > a:focus {
  border-color: #333333;
  background-color: #333333;
}
.nav-tabs.style-4 > li.active > a,
.nav-tabs.style-4 > li.active > a:hover,
.nav-tabs.style-4 > li.active > a:focus {
  color: #ffffff;
  cursor: default;
  background-color: #333333;
  border-color: #333333;
  border-bottom-color: transparent;
}
/* Small devices (tablets, smartphones) */
@media (min-width: 481px) and (max-width: 767px) {
  .nav-tabs > li > a {
    padding: 12px 10px;
    font-size: 11px;
    margin-right: 0;
  }
}
/* Extra small devices (phones, less than 480px) */
@media (max-width: 480px) {
  .nav-tabs {
    background-color: #eaeaea;
    border-bottom: none!important;
  }
  .nav-tabs > li {
    float: none;
  }
  .nav-tabs > li a {
    color: #ffffff;
    margin-right: 0;
    -webkit-border-radius: 0px!important;
    -moz-border-radius: 0px!important;
    border-radius: 0px!important;
  }
  .nav-tabs.style-3 > li.active > a,
  .nav-tabs.style-3 > li.active > a:hover,
  .nav-tabs.style-3 > li.active > a:focus,
  .nav-tabs.style-3 > li > a:hover,
  .nav-tabs.style-3 > li > a:focus {
    border-bottom: 1px solid #999999!important;
  }
  .nav-tabs.style-3 + .tab-content > .tab-pane {
    border-top: 1px solid #999999;
  }
  .nav-tabs > li a:after,
  .nav-tabs > li a:before {
    border-color: transparent transparent transparent transparent!important;
  }
}
/* vertical tabs */
.vertical {
  margin: 20px 0;
}
.vertical .nav-tabs,
.vertical .tab-content {
  display: table-cell;
  margin: 0;
  vertical-align: top;
}
.vertical .nav-tabs {
  border-bottom-color: transparent;
  background-color: #999999;
}
.vertical .nav-tabs > li {
  float: none;
}
.vertical .nav-tabs > li a {
  margin: 0;
  padding: 10px 20px;
  white-space: nowrap;
  color: #ffffff;
  border-bottom: 1px solid #919191;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.vertical .nav-tabs > li > a:hover,
.vertical .nav-tabs > li > a:focus {
  background-color: #fafafa;
  border-right-color: transparent;
  border-bottom: 1px solid #f1f1f1;
  color: #777777;
  z-index: 2;
}
.vertical .nav-tabs > li.active > a,
.vertical .nav-tabs > li.active > a:hover,
.vertical .nav-tabs > li.active > a:focus {
  border: 1px solid #f1f1f1;
  background-color: #fafafa;
  border-right-color: transparent;
  color: #777777;
  z-index: 2;
}
.vertical.left .nav-tabs > li > a:hover,
.vertical.left .nav-tabs > li > a:focus {
  border-left-color: transparent;
  border-right-color: #f1f1f1;
}
.vertical.left .nav-tabs > li.active > a,
.vertical.left .nav-tabs > li.active > a:hover,
.vertical.left .nav-tabs > li.active > a:focus {
  border-right-color: #f1f1f1;
  border-left-color: transparent;
}
.vertical .tab-content {
  border: 1px solid #f1f1f1;
  border-left: 1px solid #fafafa;
  background-color: #fafafa;
  left: -1px;
  z-index: 1;
  padding: 20px 30px;
}
.left.vertical .tab-content {
  border-left-color: #f1f1f1;
  border-right-color: transparent;
}
/* Small devices (tablets, phones less than 767px) */
@media (max-width: 767px) {
  .vertical .nav-tabs,
  .vertical .tab-content {
    display: block;
  }
  .vertical .nav-tabs > li a {
    font-size: 15px;
  }
}
/* Pager
---------------------------------- */
ul.pagination,
ul.pager {
  margin: 20px 0 40px;
  text-align: left;
}
ul.pagination li {
  padding: 0;
  margin: 0 5px 0 0;
  border-bottom: none;
  display: inline-block;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
}
ul.pagination li > a,
.pagination > li:first-child > a,
.pagination > li:last-child > a,
ul.pager li > a {
  text-align: center;
  padding: 0;
  height: 40px;
  width: 40px;
  border: 1px solid #777777;
  line-height: 39px;
  background-color: #777777;
  color: #ffffff;
  display: inline-block;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
}
ul.pagination li > a:hover,
ul.pagination li > a:focus {
  background-color: transparent;
  color: #ffffff;
  background-color: #0c9ec7;
  border-color: #0c9ec7;
}
ul.pagination li.active a,
.pagination > .active > a:hover,
.pagination > .active > a:focus {
  color: #ffffff;
  background-color: #09afdf;
  border-color: #09afdf;
}
/* Breadcrumb
---------------------------------- */
.breadcrumb-container {
  background-color: #f8f8f8;
  border-bottom: 1px solid #f4f4f4;
}
.dark.breadcrumb-container {
  background-color: #777777;
  border-color: #333333;
  color: #ffffff;
}
.breadcrumb {
  background-color: transparent;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  margin-bottom: 0;
  font-size: 12px;
  padding-left: 0;
}
.breadcrumb > li + li:before {
  font-family: "FontAwesome";
  content: "\f101";
  font-size: 11px;
  padding-left: 3px;
}
.banner .breadcrumb-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.85);
  border-bottom-color: rgba(255, 255, 255, 0.1);
}
.banner .dark.breadcrumb-container {
  background-color: rgba(57, 66, 69, 0.6);
  border-bottom-color: rgba(119, 119, 119, 0.1);
}
.banner .breadcrumb > li a,
.banner .breadcrumb > li i {
  color: #000000;
}
.banner .breadcrumb > .active,
.banner .breadcrumb > li + li:before {
  color: #777777;
}
.dark .breadcrumb > li a,
.dark .breadcrumb > li i,
.dark .breadcrumb > .active,
.dark .breadcrumb > li + li:before {
  color: #ffffff;
}
.banner .breadcrumb > li a:hover {
  color: #0c9ec7;
}
/* Nav pills
---------------------------------- */
.nav-pills:not(.nav-stacked) {
  margin-bottom: 15px;
}
.text-center > .nav-pills {
  display: inline-block;
}
.nav-pills > li > a {
  border-radius: 0;
  padding: 7px 15px;
  border: 1px solid transparent;
  color: #999999;
  font-size: 14px;
  font-weight: 300;
}
.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus,
.nav-pills > li > a:hover,
.nav-pills > li > a:focus {
  color: #777777;
  background-color: transparent;
  border-bottom: 1px solid #777777;
}
.nav-pills.style-2 > li > a {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.nav-pills.style-2 > li.active > a,
.nav-pills.style-2 > li.active > a:hover,
.nav-pills.style-2 > li.active > a:focus,
.nav-pills.style-2 > li > a:hover,
.nav-pills.style-2 > li > a:focus {
  color: #09afdf;
  background-color: #fafafa;
  border: 1px solid #eaeaea;
}
.nav-pills > li + li {
  margin-left: 5px;
}
.nav-pills.nav-stacked > li + li {
  margin-left: 0;
}
.nav-pills.nav-stacked > li > a {
  padding: 5px 0px;
  color: #777777;
}
.nav-pills.nav-stacked.list-style-icons > li > a {
  padding: 4px 0px;
}
.nav-pills.nav-stacked > li.active > a,
.nav-pills.nav-stacked > li.active > a:hover,
.nav-pills.nav-stacked > li.active > a:focus,
.nav-pills.nav-stacked > li > a:hover,
.nav-pills.nav-stacked > li > a:focus {
  color: #09afdf;
  background-color: transparent;
  border-color: transparent;
}
.nav-pills.nav-stacked:not(.list-style-icons) > li > a:after {
  font-family: "FontAwesome";
  content: "\f101";
  font-size: 12px;
  position: absolute;
  right: 15px;
  top: 6px;
  color: #d1d1d1;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.nav-pills > li.active > a:after {
  color: #09afdf;
}
.nav-pills.nav-stacked:not(.list-style-icons) > li.active > a:hover:after,
.nav-pills.nav-stacked:not(.list-style-icons) > li.active > a:focus:after,
.nav-pills.nav-stacked:not(.list-style-icons) > li > a:hover:after,
.nav-pills.nav-stacked:not(.list-style-icons) > li > a:focus:after {
  color: #0c9ec7;
  right: 10px;
}
.nav-pills.nav-stacked.list-style-icons > li > a > i {
  padding-right: 10px;
  font-size: 14px;
  color: #cdcdcd;
}
.nav-pills.nav-stacked.list-style-icons > li.active > a > i,
.nav-pills.nav-stacked.list-style-icons > li > a:hover > i,
.nav-pills.nav-stacked.list-style-icons > li > a:focus > i {
  color: #0c9ec7;
}
/* Process pills */
.process .nav-pills > li + li {
  margin-left: 40px;
  position: relative;
}
.process .nav-pills > li + li:after {
  font-family: "FontAwesome";
  content: "\f101";
  position: absolute;
  top: 6px;
  left: -24px;
  width: 10px;
  color: #cdcdcd;
}
/*footer*/
.footer-content .nav-pills > li > a {
  padding: 4px 0px;
}
.footer-content .nav-pills.nav-stacked > li > a:after {
  top: 5px;
}
.dark .footer-content .nav-pills > li > a,
.dark .footer-content .nav-pills > li.active > a,
.dark .footer-content .nav-pills > li.active > a:focus,
.dark .footer-content .nav-pills > li > a:focus {
  color: #999999;
}
.dark .footer-content .nav-pills > li.active > a:hover,
.dark .footer-content .nav-pills > li > a:hover {
  color: #0c9ec7;
}
/* Collapse
---------------------------------- */
.panel-group .panel-default {
  border-color: #eaeaea;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.panel-group .panel-heading {
  padding: 0;
}
.panel-heading a {
  font-weight: 400;
  display: inline-block;
  width: 100%;
  position: relative;
  text-decoration: none;
  padding: 10px 40px 10px 15px;
  color: inherit;
}
/*Style 1*/
.collapse-style-1 .panel-heading {
  background-color: #fafafa;
}
.collapse-style-1 .panel-heading a {
  color: #999999;
}
.collapse-style-1 .panel-heading a:not(.collapsed) {
  color: #777777;
}
.collapse-style-1 .panel-heading a:after {
  font-family: "FontAwesome";
  content: "\f146";
  position: absolute;
  right: 15px;
  font-size: 14px;
  font-weight: 300;
  top: 50%;
  line-height: 1;
  margin-top: -7px;
}
.collapse-style-1 .panel-heading a.collapsed:after {
  content: "\f0fe";
}
.panel-heading a:hover {
  text-decoration: none;
}
.panel-title a i {
  font-size: 16px;
}
.collapse-style-1 .panel-body {
  border-top: none!important;
  background-color: #fafafa;
  padding-top: 0;
}
/*Style 2*/
.collapse-style-2 .panel {
  border-color: transparent;
}
.collapse-style-2 .panel-heading {
  background-color: transparent;
}
.collapse-style-2 .panel-heading a {
  color: #ffffff;
  background-color: #09afdf;
}
.collapse-style-2 .panel-heading a.collapsed {
  background-color: #333333;
}
.collapse-style-2 .panel-heading a:after {
  font-family: "FontAwesome";
  content: "\f106";
  position: absolute;
  right: 15px;
  font-size: 14px;
  font-weight: 300;
  top: 50%;
  line-height: 1;
  margin-top: -7px;
}
.collapse-style-2 .panel-heading a.collapsed:after {
  content: "\f107";
}
.panel-heading a:hover {
  text-decoration: none;
}
.panel-title a i {
  font-size: 16px;
}
.collapse-style-2 .panel-body {
  border-top: none!important;
  background-color: transparent;
  padding: 15px 0;
}
.collapse-style-2 .panel-body.p-15 {
  padding: 15px;
}
/*Style 3*/
.collapse-style-3 .panel {
  border-color: #999999;
}
.collapse-style-3 .panel-heading {
  background-color: transparent;
}
.collapse-style-3 .panel-heading a {
  color: #ffffff;
  background-color: #999999;
}
.collapse-style-3 .panel-heading a.collapsed {
  background-color: #999999;
}
.collapse-style-3 .panel-heading a:after {
  font-family: "FontAwesome";
  content: "\f139";
  position: absolute;
  right: 15px;
  font-size: 12px;
  font-weight: 300;
  top: 50%;
  line-height: 1;
  margin-top: -7px;
}
.collapse-style-3 .panel-heading a.collapsed:after {
  content: "\f13a";
}
.panel-heading a:hover {
  text-decoration: none;
}
.panel-title a i {
  font-size: 16px;
}
.collapse-style-3 .panel-body {
  border-top: none!important;
  background-color: transparent;
}
/*Contextual Headings*/
.collapse-contextual .panel-heading a:after {
  font-family: "FontAwesome";
  content: "\f068";
  position: absolute;
  right: 15px;
  font-size: 10px;
  font-weight: 300;
  top: 50%;
  line-height: 1;
  margin-top: -6px;
}
.collapse-contextual .panel-heading a.collapsed:after {
  content: "\f067";
}
/*Content Collapse*/
.btn[data-toggle="collapse"] i:before {
  font-size: 10px;
  content: "\f068";
}
.btn.collapsed[data-toggle="collapse"] i:before {
  content: "\f067";
}
/* Progress bars
---------------------------------- */
.progress.style-1 {
  margin-top: 25px;
  background-color: #fafafa;
  border: 1px solid #eaeaea;
  height: 8px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: none;
  box-shadow: none;
  overflow: visible;
  position: relative;
}
.progress.style-1 .progress-bar {
  padding: 0;
  text-align: left;
  font-size: 11px;
  font-weight: 300;
  margin-top: 0px;
  height: 4px;
  margin: 1px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: none;
  box-shadow: none;
  position: relative;
}
.progress.style-2 {
  margin-bottom: 15px;
  background-color: #fafafa;
  border: 1px solid #eaeaea;
  height: 20px;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.progress.style-2 .progress-bar {
  padding: 0;
  text-align: left;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.progress.style-2 span {
  font-size: 11px;
  line-height: 1;
  position: relative;
  top: -2px;
  left: 10px;
}
.progress-bar {
  -webkit-transition: width 1.5s ease;
  -o-transition: width 1.5s ease;
  transition: width 1.5s ease;
}
.progress .label {
  position: absolute;
  top: -16px;
  font-size: 11px;
  color: #333333;
  right: 10px;
  font-weight: 400;
  padding: 0;
}
.progress .text {
  position: absolute;
  font-size: 11px;
  top: -17px;
  left: 0;
  font-weight: 400;
  text-transform: uppercase;
  color: #999999;
}
.progress.dark {
  background-color: #cdcdcd;
  border-color: #cdcdcd;
}
.progress.dark.style-1 {
  border-color: #ffffff;
}
.dark .progress-striped .progress-bar,
.dark .progress-bar-striped {
  background-image: -webkit-linear-gradient(45deg, rgba(0, 0, 0, 0.05) 25%, transparent 25%, transparent 50%, rgba(0, 0, 0, 0.05) 50%, rgba(0, 0, 0, 0.05) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(0, 0, 0, 0.05) 25%, transparent 25%, transparent 50%, rgba(0, 0, 0, 0.05) 50%, rgba(0, 0, 0, 0.05) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(0, 0, 0, 0.05) 25%, transparent 25%, transparent 50%, rgba(0, 0, 0, 0.05) 50%, rgba(0, 0, 0, 0.05) 75%, transparent 75%, transparent);
}
.progress-bar-white {
  background-color: #ffffff;
  color: #777777;
}
.progress-bar-default {
  background-color: #09afdf;
}
.progress-bar-gray {
  background-color: #999999;
}
.progress-bar-dark {
  background-color: #333333;
}
.gray-bg .progress {
  background-color: #ffffff;
  -webkit-box-shadow: inset 0 2px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 2px 2px rgba(0, 0, 0, 0.1);
}
/* Circular Progress Bars
---------------------------------- */
.knob-container {
  margin: 10px;
  position: relative;
  display: inline-block;
}
.knob-container canvas {
  width: 132px;
  height: 132px;
  margin: 0 auto;
}
.knob-text {
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
  margin-top: -14px;
}
/* Large devices (Large desktops 1200px and up) */
@media (min-width: 1200px) {
  .knob-container canvas {
    width: 169px;
    height: 169px;
  }
}
/* Forms
---------------------------------- */
/*
form {
  margin: 20px 0;
}
*/
textarea {
  resize: vertical;
}
.sidebar form {
  margin: 5px 0 20px 0;
}
.form-control {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  background: #ffffff;
  height: 40px;
  padding-right: 30px;
  border-color: #e1e1e1;
  color: #777777;
  position: relative;
  -webkit-appearance: none;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.075);
}
.form-control-lg {
  height: 48px;
}
/* Small devices (tablets, phones 481px and up) */
@media (min-width: 481px) {
  .form-control-lg {
    min-width: 350px;
  }
}
.form-control:focus {
  border-color: #999999;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.075);
}
select.form-control {
  padding-right: 5px;
  -webkit-appearance: menulist;
}
select[multiple].form-control {
  -webkit-appearance: listbox;
}
.form-control::-moz-placeholder {
  color: inherit;
}
.form-control:-ms-input-placeholder {
  color: inherit;
}
.form-control::-webkit-input-placeholder {
  color: inherit;
}
.input-group-addon {
  background-color: #f1f1f1;
  border-color: #e1e1e1;
}
.form-list > div {
  padding: 7px 15px;
  border-bottom: 1px solid #dddddd;
  background-color: #f3f3f3;
  margin: 6px 0;
  display: block;
}
form label,
.radio label,
.checkbox label {
  font-weight: 300;
}
fieldset {
  padding: 10px 25px;
  margin: 15px 0px;
  border: 1px solid #dddddd;
  background-color: #fafafa;
}
fieldset legend {
  display: block;
  width: auto;
  padding: 3px 10px;
  margin-bottom: 0;
  font-size: 15px;
  line-height: inherit;
  color: #333;
  border: 1px solid #ddd;
  background-color: #ffffff;
}
fieldset .form-control,
fieldset .form-control:focus {
  webkit-box-shadow: inset 0 2px 3px rgba(0, 0, 0, 0.12);
  box-shadow: inset 0 2px 3px rgba(0, 0, 0, 0.12);
  border-color: #f3f3f3;
}
input[type="radio"],
input[type="checkbox"] {
  margin-top: 5px;
}
/* forms with icons */
.has-feedback label ~ .form-control-feedback {
  top: 27px;
}
.form-control-feedback {
  width: 40px;
  height: 40px;
  line-height: 42px !important;
  top: 0;
  color: #777777;
}
.form-control-lg + .form-control-feedback,
.has-feedback label.sr-only ~ .form-control-lg + .form-control-feedback {
  height: 48px;
  top: 4px;
}
/* Disabled forms */
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  opacity: 0.5;
  filter: alpha(opacity=50);
}
/* forms with icons */
.form-control-feedback {
  width: 40px;
  height: 40px;
  line-height: 40px !important;
  top: 0;
}
/* Forms in all backgrounds */
.dark-bg .form-control {
  background-color: rgba(255, 255, 255, 0.15);
  border-color: #353535;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.8);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.8);
  color: #cdcdcd;
}
.dark-bg .has-success .form-control:focus,
.dark-bg .has-warning .form-control:focus,
.dark-bg .has-error .form-control:focus {
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.8);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.8);
}
.dark-bg .input-group-addon {
  background-color: rgba(255, 255, 255, 0.2);
  border-color: #000;
}
.dark-bg .form-control:focus,
.dark-bg .has-success .form-control:focus,
.dark-bg .has-warning .form-control:focus,
.dark-bg .has-error .form-control:focus {
  background-color: rgba(255, 255, 255, 0.25);
}
.dark-bg .form-control-feedback {
  color: #cdcdcd;
}
.default-bg .form-control {
  background-color: rgba(0, 0, 0, 0.2);
  border-color: #0c9ec7;
  -webkit-box-shadow: inset 0 2px 3px rgba(0, 0, 0, 0.35);
  box-shadow: inset 0 2px 3px rgba(0, 0, 0, 0.35);
  color: #ffffff;
}
.default-bg .has-success .form-control:focus,
.default-bg .has-warning .form-control:focus,
.default-bg .has-error .form-control:focus {
  -webkit-box-shadow: inset 0 2px 3px rgba(0, 0, 0, 0.35);
  box-shadow: inset 0 2px 3px rgba(0, 0, 0, 0.35);
}
.default-bg .input-group-addon {
  background-color: rgba(0, 0, 0, 0.2);
  border-color: #0c9ec7;
}
.default-bg .form-control:focus {
  background-color: rgba(0, 0, 0, 0.1);
}
.default-bg .form-control-feedback {
  color: #ffffff;
}
.dark .form-control {
  -webkit-box-shadow: inset 0 2px 3px rgba(0, 0, 0, 0.6);
  box-shadow: inset 0 2px 3px rgba(0, 0, 0, 0.6);
  color: #cccccc;
  background-color: rgba(255, 255, 255, 0.1);
  border-color: #373737;
}
.dark .form-control:focus {
  background-color: rgba(255, 255, 255, 0.15);
}
.dark .form-control-feedback {
  color: #cdcdcd;
}
.dark .footer-content .form-control {
  border-color: #222222;
}
/* Validation states */
.dark-bg .has-success .help-block,
.dark-bg .has-success .control-label,
.dark-bg .has-success .radio,
.dark-bg .has-success .checkbox,
.dark-bg .has-success .radio-inline,
.dark-bg .has-success .checkbox-inline,
.dark-bg .has-success.radio label,
.dark-bg .has-success.checkbox label,
.dark-bg .has-success.radio-inline label,
.dark-bg .has-success.checkbox-inline label,
.dark-bg .has-success .form-control-feedback {
  color: #15c019;
}
.dark-bg .has-warning .help-block,
.dark-bg .has-warning .control-label,
.dark-bg .has-warning .radio,
.dark-bg .has-warning .checkbox,
.dark-bg .has-warning .radio-inline,
.dark-bg .has-warning .checkbox-inline,
.dark-bg .has-warning.radio label,
.dark-bg .has-warning.checkbox label,
.dark-bg .has-warning.radio-inline label,
.dark-bg .has-warning.checkbox-inline label,
.dark-bg .has-warning .form-control-feedback {
  color: #e5af51;
}
.dark-bg .has-error .help-block,
.dark-bg .has-error .control-label,
.dark-bg .has-error .radio,
.dark-bg .has-error .checkbox,
.dark-bg .has-error .radio-inline,
.dark-bg .has-error .checkbox-inline,
.dark-bg .has-error.radio label,
.dark-bg .has-error.checkbox label,
.dark-bg .has-error.radio-inline label,
.dark-bg .has-error.checkbox-inline label,
.dark-bg .has-error .form-control-feedback {
  color: #ef4f4c;
}
.has-success .form-control,
.has-success .form-control:focus {
  border-color: #3c763d;
}
.has-warning .form-control,
.has-warning .form-control:focus {
  border-color: #8a6d3b;
}
.has-error .form-control,
.has-error .form-control:focus {
  border-color: #a94442;
}
.default-bg .has-success .form-control,
.default-bg .has-warning .form-control,
.default-bg .has-error .form-control,
.default-bg .has-success .form-control:focus,
.default-bg .has-warning .form-control:focus,
.default-bg .has-error .form-control:focus {
  border-color: #fff;
  color: #ffffff;
}
.default-bg .has-success .form-control-feedback,
.default-bg .has-warning .form-control-feedback,
.default-bg .has-error .form-control-feedback,
.default-bg .has-success .control-label,
.default-bg .has-warning .control-label,
.default-bg .has-error .control-label {
  color: #fff;
}
.has-success .form-control:focus,
.has-warning .form-control:focus,
.has-error .form-control:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.has-error .error {
  font-weight: 400;
  margin-bottom: 5px;
  display: block;
}
/*Sorting Filters*/
.sorting-filters label {
  display: block;
  margin-bottom: 5px;
  font-size: 14px;
  text-align: left;
}
.sorting-filters form {
  margin: 0;
}
.sorting-filters .form-inline .form-control {
  width: 100%;
}
.sorting-filters .btn {
  margin: 0;
  min-width: 0;
  width: 100%;
}
/* Small devices (tablets, smartphones) */
@media (min-width: 768px) and (max-width: 991px) {
  .sorting-filters .form-inline .form-group {
    width: 18%;
    margin-right: 1.2%;
  }
}
/* Small devices (tablets, smartphones 768px and up) */
@media (min-width: 768px) {
  .sorting-filters .btn {
    margin: 25px 0 0;
  }
}
/* Small devices (tablets, phones less than 767px) */
@media (max-width: 767px) {
  .sorting-filters .form-control {
    margin: 0 0 5px;
  }
}
/* Alerts
---------------------------------- */
.alert {
  margin: 20px 0;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  border: none;
}
.alert-success {
  color: #2a5f2b;
  background-color: #bcdab0;
}
.alert-info {
  color: #1a4e68;
  background-color: #c6e8fa;
}
.alert-warning {
  color: #72582b;
  background-color: #f7f0ce;
}
.alert-icon {
  padding-left: 70px;
  position: relative;
}
.alert-icon i {
  position: absolute;
  font-size: 28px;
  left: 21px;
  top: 13px;
  width: 30px;
  text-align: center;
}
.close {
  font-size: 28px;
  font-weight: normal;
  filter: alpha(opacity=40);
  opacity: 0.4;
}
[data-notify="container"] {
  max-width: 400px;
}
[data-notify="progressbar"] {
  display: none;
}
/*Icons
---------------------------------- */
.icon {
  display: inline-block;
  text-align: center;
  position: relative;
  background-color: rgba(255, 255, 255, 0.85);
  color: #000;
  font-size: 24px;
  width: 60px;
  height: 60px;
  line-height: 58px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  border: 1px solid transparent;
}
.icons .icon {
  margin: 0 5px 5px 0;
}
.icon i {
  position: relative;
  z-index: 1;
}
.icon.dark-bg {
  background-color: rgba(66, 66, 66, 0.66);
  color: #ffffff;
}
.icon.default-bg {
  background-color: #09afdf;
  color: #ffffff;
}
.icon.light-bg {
  background-color: #fff;
  color: #09afdf;
}
.icon.without-bg {
  font-size: 36px;
  line-height: 1;
  color: inherit;
  background-color: transparent;
  height: 100%;
}
.icon.large {
  font-size: 36px;
  width: 100px;
  height: 100px;
  line-height: 97px;
}
.icon.small {
  font-size: 18px;
  width: 38px;
  height: 38px;
  line-height: 35px;  
}
/*Feature Box
---------------------------------- */
.feature-box,
.feature-box-2 {
  margin-bottom: 30px;
}
.feature-box .title,
.feature-box-2 .title {
  margin-top: 0px;
}
/*style-1*/
.feature-box h3 {
  margin-top: 0;
}
.feature-box .icon {
  margin-bottom: 10px;
}
.feature-box p {
  clear: both;
  margin-bottom: 15px;
}
.feature-box:not(.shadow):hover .icon {
  opacity: 0.8;
  filter: alpha(opacity=80);
}
/*style-2*/
.feature-box-2 {
  position: relative;
}
.feature-box-2 .icon {
  position: absolute;
  top: 0px;
  left: 0px;
}
.feature-box-2 .icon.without-bg {
  width: 0;
  height: 0;
}
.feature-box-2.boxed {
  border: 1px solid #f1f1f1;
}
.feature-box-2.boxed .icon {
  left: 20px;
  top: 20px;
}
.feature-box-2 .icon {
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.feature-box-2 .body {
  margin-left: 62px;
}
.feature-box-2:hover .icon {
  opacity: 0.8;
  filter: alpha(opacity=80);
}
.feature-box-2.right .body {
  margin-right: 62px;
  margin-left: 0px;
  text-align: right;
}
.feature-box-2.right .icon {
  left: auto;
  right: 0px;
}
.feature-box-2.right .icon.without-bg {
  right: 40px;
}
.feature-box-2.boxed.right .icon {
  left: auto;
  right: 20px;
}
.feature-box-2.boxed.right .icon.without-bg {
  right: 60px;
}
/* Medium devices (desktops, tablets less than 991px) */
@media (max-width: 991px) {
  .feature-box-2:not(.boxed) {
    padding-bottom: 0;
  }
}
/*shadow*/
.shadow,
.shadow-narrow {
  position: relative;
  background-color: #ffffff;
}
.light-gray-bg.shadow,
.light-gray-bg.shadow-narrow {
  background-color: #fafafa;
}
.bordered {
  border: 1px solid #f1f1f1;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.dark-bg .bordered {
  border: 1px solid #555555;
}
.shadow *,
.shadow-narrow * {
  position: relative;
  z-index: 3;
}
.shadow:before,
.shadow-narrow:before {
  position: absolute;
  left: 0;
  height: 60%;
  bottom: 0;
  width: 100%;
  content: "";
  background-color: #ffffff;
  z-index: 2;
}
.light-gray-bg.shadow:before,
.light-gray-bg.shadow-narrow:before {
  background-color: #fafafa;
}
.shadow:after,
.shadow-narrow:after {
  content: "";
  position: absolute;
  height: 50%;
  width: 96%;
  left: 50%;
  bottom: 2px;
  margin-left: -48%;
  -webkit-box-shadow: 0 5px 7px #999999;
  box-shadow: 0 5px 7px #999999;
  z-index: 1;
  border-radius: 10%;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.shadow-narrow:after {
  width: 90%;
  margin-left: -45%;
}
.shadow:hover:after,
.shadow-narrow:hover:after {
  bottom: 10px;
}
/*Image box
---------------------------------- */
.owl-item .image-box {
  margin-bottom: 20px;
}
.image-box .body {
  padding: 15px;
}
.image-box .body h3 {
  margin-top: 0;
}
.image-box .body p:last-child {
  margin-bottom: 0;
}
.image-box.style-4 {
  border: none;
}
.image-box.style-3-b {
  display: block;
  margin-bottom: 40px;
}
.image-box.style-3-b .body {
  padding: 10px 0;
}
/* Medium devices (tablets, laptops, smartphones 768px and up) */
@media (min-width: 768px) {
  .image-box.style-3-b .body {
    padding: 0;
  }
}
/* Medium devices (desktops, tablets less than 991px) */
@media (max-width: 991px) {
  .image-box.style-4 {
    margin-bottom: 30px;
  }
}
/*Listing Items
---------------------------------- */
.listing-item .overlay-container .badge {
  position: absolute;
  border: 1px solid #09afdf;
  background-color: rgba(255, 255, 255, 0.95);
  color: #09afdf;
  font-weight: 400;
  padding: 4px;
  top: 10px;
  right: 10px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
.listing-item .body {
  padding: 15px;
}
.listing-item .body h3 {
  margin-top: 0;
  font-size: 18px;
  line-height: 1.4;
}
.listing-item .elements-list {
  font-size: 12px;
}
.listing-item .price {
  font-size: 18px;
  margin-top: 1px;
  display: inline-block;
  font-weight: 400;
}
.listing-item .price del {
  font-size: 12px;
  color: #999999;
}
.listing-item .overlay-to-top {
  padding: 10px 0!important;
}
.listing-item .overlay-to-top .btn-sm-link {
  padding: 5px;
}
/*Modals
---------------------------------- */
.modal-content .modal-header {
  background-color: #09afdf;
}
.modal-content .modal-title {
  color: #ffffff;
}
.modal-open .page-wrapper {
  -webkit-filter: blur(3px);
  -moz-filter: blur(5px);
  -o-filter: blur(5px);
  -ms-filter: blur(5px);
  filter: blur(5px);
}
.modal-footer .btn + .btn {
  margin-bottom: 5px;
}
/* Large devices (Large desktops 1200px and up) */
@media (min-width: 1200px) {
  .modal-lg {
    width: 1140px;
  }
}
/*Images and Overlays
---------------------------------- */
.overlay-container {
  position: relative;
  display: block;
  text-align: center;
  overflow: hidden;
}
.overlay-bottom,
.overlay-top {
  position: absolute;
  top: auto;
  padding: 15px;
  bottom: 0px;
  left: 0;
  right: 0px;
  background-color: rgba(30, 30, 30, 0.5);
  overflow: hidden;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all ease-in-out 0.25s;
  -o-transition: all ease-in-out 0.25s;
  transition: all ease-in-out 0.25s;
  height: 0;
  color: #ffffff;
  -webkit-backface-visibility: hidden;
  -webkit-transform: translateZ(0) scale(1, 1);
}
.overlay-bottom.links,
.overlay-to-top.links {
  z-index: 11;
}
.overlay-to-top {
  position: absolute;
  top: auto;
  padding: 10px;
  bottom: -30px;
  left: 0;
  right: 0px;
  background-color: rgba(30, 30, 30, 0.5);
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all ease-in-out 0.25s;
  -o-transition: all ease-in-out 0.25s;
  transition: all ease-in-out 0.25s;
  color: #ffffff;
}
.overlay-top {
  top: 0;
}
.overlay-visible .overlay-bottom,
.overlay-visible .overlay-top {
  opacity: 1;
  filter: alpha(opacity=100);
  height: auto!important;
  padding-bottom: 20px;
}
.overlay-visible.overlay-container:hover .overlay-bottom:not(.links),
.overlay-visible.overlay-container:hover .overlay-top {
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.overlay-top a,
.overlay-bottom a,
.overlay-to-top a {
  color: #ffffff;
}
.overlay-container .text {
  padding: 0 20px;
  position: relative;
}
.overlay-container .text h3,
.overlay-container .text h3 .small {
  margin-top: 0;
  color: #ffffff;
}
.overlay-container .text a:hover {
  color: #ffffff;
}
.overlay-bottom .btn,
.overlay-top .btn {
  color: #ffffff;
  border-color: #ffffff;
  margin: 0;
}
.overlay-bottom .btn:hover,
.overlay-top .btn:hover {
  color: #777777;
  background-color: #ffffff;
}
.overlay-container:hover .overlay-top,
.overlay-container:hover .overlay-bottom,
.image-box.style-2:hover .overlay-top,
.image-box.style-2:hover .overlay-bottom {
  height: 50%;
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-backface-visibility: hidden;
  -webkit-transform: translateZ(0) scale(1, 1);
}
.overlay-container:hover .overlay-to-top,
.image-box:hover .overlay-to-top {
  opacity: 1;
  filter: alpha(opacity=100);
  bottom: 0;
  -webkit-backface-visibility: hidden;
  -webkit-transform: translateZ(0) scale(1, 1);
}
.overlay-link {
  position: absolute;
  z-index: 10;
  top: 0;
  padding: 15px;
  bottom: 0px;
  left: 0;
  right: 0px;
  background-color: rgba(30, 30, 30, 0.5);
  overflow: hidden;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all ease-in-out 0.25s;
  -o-transition: all ease-in-out 0.25s;
  transition: all ease-in-out 0.25s;
  color: #ffffff;
}
.overlay-link i {
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  width: 80px;
  height: 80px;
  border: 1px solid #ffffff;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  color: #ffffff;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -40px 0 0 -40px;
  font-size: 32px;
  line-height: 80px;
}
.overlay-link i:hover {
  background-color: #ffffff;
  color: #777777;
}
.overlay-link.small i {
  width: 25px;
  height: 25px;
  margin: -12.5px 0 0 -12.5px;
  font-size: 14px;
  line-height: 25px;
}
.overlay-container:hover .overlay-link {
  height: 100%;
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-backface-visibility: hidden;
  -webkit-transform: translateZ(0) scale(1, 1);
}
/* Large devices (Large desktops 1200px and up) */
@media (min-width: 1200px) {
  .overlay-container .text {
    top: 30%;
  }
}
/* Extra small devices (phones, less than 480px) */
@media (max-width: 480px) {
  .overlay-container .text {
    top: 30%;
  }
  .overlay-container .text p:not(.mobile-visible) {
    display: none;
  }
}
/* Large and Medium devices (desktops, tablets less than 1199px) */
@media (min-width: 480px) and (max-width: 1199px) {
  .overlay-container:not(.overlay-visible) .overlay-top ~ .overlay-bottom {
    padding-top: 5px;
    padding-bottom: 5px;
  }
  .owl-item .overlay-container:hover .overlay-top {
    height: 71%;
  }
  .owl-item .overlay-container:hover .overlay-bottom {
    height: 29%;
  }
}
/*Video Backgrounds
---------------------------------- */
.video-background,
.video-background-banner {
  position: relative;
  overflow: hidden;
}
/* Responsive iframe
---------------------------------- */
.tp-caption .embed-responsive {
  overflow: visible;
}
/* Audio wrapper
---------------------------------- */
.audio-wrapper iframe {
  width: 100%;
  border: none;
  margin-bottom: 20px;
}
/* Jumbotron
---------------------------------- */
.jumbotron {
  background-color: transparent;
}
/*Carousel
---------------------------------- */
.top.carousel-indicators {
  bottom: auto;
  top: 10px;
}
.bottom.carousel-indicators {
  bottom: 10px;
}
.shadow .carousel-indicators {
  position: absolute;
  z-index: 4;
}
/*Badges
---------------------------------- */
.main-navigation .badge {
  position: absolute;
  top: 13px;
  right: 20px;
  font-size: 12px;
  background-color: transparent;
  color: inherit;
  font-weight: 300;
  text-transform: uppercase;
  padding: 2px 4px;
}
.main-navigation .mega-menu .badge {
  top: 8px;
}
/*Pace (Page loader)
---------------------------------- */
/*loader 1*/
.page-loader-1 .page-wrapper {
  opacity: 0;
  filter: alpha(opacity=0);
}
.page-loader-1.pace-done .page-wrapper {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transition: ease-in-out opacity 0.2s;
  -o-transition: ease-in-out opacity 0.2s;
  transition: ease-in-out opacity 0.2s;
}
.page-loader-1 .pace {
  -webkit-pointer-events: none;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  z-index: 2000;
  position: fixed;
  margin: auto;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 5px;
  width: 200px;
  background: #fff;
  border: 1px solid #09afdf;
  overflow: hidden;
}
.page-loader-1 .pace .pace-progress {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  max-width: 200px;
  position: fixed;
  z-index: 2000;
  display: block;
  position: absolute;
  top: 0;
  right: 100%;
  height: 100%;
  width: 100%;
  background: #09afdf;
}
/*loader 2*/
.page-loader-2 .page-wrapper {
  opacity: 0;
  filter: alpha(opacity=0);
}
.page-loader-2.pace-done .page-wrapper {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transition: ease-in-out opacity 0.2s;
  -o-transition: ease-in-out opacity 0.2s;
  transition: ease-in-out opacity 0.2s;
}
.page-loader-2 .pace {
  -webkit-pointer-events: none;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  z-index: 2000;
  position: fixed;
  height: 60px;
  width: 100px;
  margin: auto;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.page-loader-2 .pace .pace-progress {
  z-index: 2000;
  position: absolute;
  height: 60px;
  width: 100px;
  -webkit-transform: translate3d(0, 0, 0) !important;
  -ms-transform: translate3d(0, 0, 0) !important;
  transform: translate3d(0, 0, 0) !important;
}
.page-loader-2 .pace .pace-progress:before {
  content: attr(data-progress-text);
  text-align: center;
  color: #fff;
  background: #09afdf;
  border-radius: 50%;
  font-family: "Helvetica Neue", sans-serif;
  font-size: 14px;
  font-weight: 100;
  line-height: 45px;
  padding: 0;
  width: 44px;
  height: 44px;
  margin: 8px 0 0 29px;
  display: block;
  z-index: 999;
  position: absolute;
}
.page-loader-2 .pace .pace-activity {
  font-size: 15px;
  line-height: 1;
  z-index: 2000;
  position: absolute;
  height: 60px;
  width: 100px;
  display: block;
  -webkit-animation: pace-theme-center-atom-spin 2s linear infinite;
  -moz-animation: pace-theme-center-atom-spin 2s linear infinite;
  -o-animation: pace-theme-center-atom-spin 2s linear infinite;
  animation: pace-theme-center-atom-spin 2s linear infinite;
}
.page-loader-2 .pace .pace-activity {
  border-radius: 50%;
  border: 5px solid #09afdf;
  content: ' ';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  height: 60px;
  width: 100px;
}
.page-loader-2 .pace .pace-activity:after {
  border-radius: 50%;
  border: 5px solid #09afdf;
  content: ' ';
  display: block;
  position: absolute;
  top: -5px;
  left: -5px;
  height: 60px;
  width: 100px;
  -webkit-transform: rotate(60deg);
  -moz-transform: rotate(60deg);
  -o-transform: rotate(60deg);
  transform: rotate(60deg);
}
.page-loader-2 .pace .pace-activity:before {
  border-radius: 50%;
  border: 5px solid #09afdf;
  content: ' ';
  display: block;
  position: absolute;
  top: -5px;
  left: -5px;
  height: 60px;
  width: 100px;
  -webkit-transform: rotate(120deg);
  -moz-transform: rotate(120deg);
  -o-transform: rotate(120deg);
  transform: rotate(120deg);
}
@-webkit-keyframes pace-theme-center-atom-spin {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
  }
}
@-moz-keyframes pace-theme-center-atom-spin {
  0% {
    -moz-transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(359deg);
  }
}
@-o-keyframes pace-theme-center-atom-spin {
  0% {
    -o-transform: rotate(0deg);
  }
  100% {
    -o-transform: rotate(359deg);
  }
}
@keyframes pace-theme-center-atom-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(359deg);
  }
}
/*loader 3*/
.page-loader-3 .pace {
  -webkit-pointer-events: none;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.pace.pace-inactive {
  display: none;
}
.page-loader-3 .pace .pace-progress {
  background: #09afdf;
  position: fixed;
  z-index: 2000;
  top: 0;
  right: 100%;
  width: 100%;
  height: 2px;
}
/*loader 4*/
.page-loader-4 .page-wrapper {
  opacity: 0;
  filter: alpha(opacity=0);
}
.page-loader-4.pace-done .page-wrapper {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transition: ease-in-out opacity 0.2s;
  -o-transition: ease-in-out opacity 0.2s;
  transition: ease-in-out opacity 0.2s;
}
.page-loader-4 .pace {
  -webkit-pointer-events: none;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  -webkit-perspective: 12rem;
  -moz-perspective: 12rem;
  -ms-perspective: 12rem;
  -o-perspective: 12rem;
  perspective: 12rem;
  z-index: 2000;
  position: fixed;
  height: 6rem;
  width: 6rem;
  margin: auto;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.page-loader-4 .pace .pace-progress {
  position: fixed;
  z-index: 2000;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  height: 6rem;
  width: 6rem !important;
  line-height: 6rem;
  font-size: 2rem;
  border-radius: 50%;
  background: #09afdf;
  color: #fff;
  font-family: "Helvetica Neue", sans-serif;
  font-weight: 100;
  text-align: center;
  -webkit-animation: pace-theme-center-circle-spin linear infinite 2s;
  -moz-animation: pace-theme-center-circle-spin linear infinite 2s;
  -ms-animation: pace-theme-center-circle-spin linear infinite 2s;
  -o-animation: pace-theme-center-circle-spin linear infinite 2s;
  animation: pace-theme-center-circle-spin linear infinite 2s;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  -o-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
.page-loader-4 .pace .pace-progress:after {
  content: attr(data-progress-text);
  display: block;
}
@-webkit-keyframes pace-theme-center-circle-spin {
  from {
    -webkit-transform: rotateY(0deg);
  }
  to {
    -webkit-transform: rotateY(360deg);
  }
}
@-moz-keyframes pace-theme-center-circle-spin {
  from {
    -moz-transform: rotateY(0deg);
  }
  to {
    -moz-transform: rotateY(360deg);
  }
}
@-ms-keyframes pace-theme-center-circle-spin {
  from {
    -ms-transform: rotateY(0deg);
  }
  to {
    -ms-transform: rotateY(360deg);
  }
}
@-o-keyframes pace-theme-center-circle-spin {
  from {
    -o-transform: rotateY(0deg);
  }
  to {
    -o-transform: rotateY(360deg);
  }
}
@keyframes pace-theme-center-circle-spin {
  from {
    transform: rotateY(0deg);
  }
  to {
    transform: rotateY(360deg);
  }
}
/*loader 5*/
.page-loader-5 .page-wrapper {
  opacity: 0;
  filter: alpha(opacity=0);
}
.page-loader-5.pace-done .page-wrapper {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transition: ease-in-out opacity 0.2s;
  -o-transition: ease-in-out opacity 0.2s;
  transition: ease-in-out opacity 0.2s;
}
.page-loader-5 .pace {
  -webkit-pointer-events: none;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.page-loader-5 .pace .pace-progress {
  position: fixed;
  z-index: 2000;
  top: 0;
  right: 0;
  height: 5rem;
  width: 5rem;
  -webkit-transform: translate3d(0, 0, 0) !important;
  -ms-transform: translate3d(0, 0, 0) !important;
  transform: translate3d(0, 0, 0) !important;
}
.page-loader-5 .pace .pace-progress:after {
  display: block;
  position: absolute;
  top: 0;
  right: .5rem;
  content: attr(data-progress-text);
  font-family: "Helvetica Neue", sans-serif;
  font-weight: 100;
  font-size: 100px;
  line-height: 1;
  text-align: right;
  color: #09afdf;
}
/*loader 6*/
.page-loader-6 .page-wrapper {
  opacity: 0;
  filter: alpha(opacity=0);
}
.page-loader-6.pace-done .page-wrapper {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transition: ease-in-out opacity 0.2s;
  -o-transition: ease-in-out opacity 0.2s;
  transition: ease-in-out opacity 0.2s;
}
.page-loader-6 .pace {
  -webkit-pointer-events: none;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.page-loader-6 .pace .pace-activity {
  display: block;
  position: fixed;
  z-index: 2000;
  top: 0;
  right: 0;
  width: 300px;
  height: 300px;
  background: #09afdf;
  -webkit-transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  -webkit-transform: translateX(100%) translateY(-100%) rotate(45deg);
  transform: translateX(100%) translateY(-100%) rotate(45deg);
  pointer-events: none;
}
.page-loader-6 .pace.pace-active .pace-activity {
  -webkit-transform: translateX(50%) translateY(-50%) rotate(45deg);
  transform: translateX(50%) translateY(-50%) rotate(45deg);
}
.page-loader-6 .pace .pace-activity::before,
.page-loader-6 .pace .pace-activity::after {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: absolute;
  bottom: 30px;
  left: 50%;
  display: block;
  border: 5px solid #fff;
  border-radius: 50%;
  content: '';
}
.page-loader-6 .pace .pace-activity::before {
  margin-left: -40px;
  width: 80px;
  height: 80px;
  border-right-color: rgba(0, 0, 0, 0.2);
  border-left-color: rgba(0, 0, 0, 0.2);
  -webkit-animation: pace-theme-corner-indicator-spin 3s linear infinite;
  animation: pace-theme-corner-indicator-spin 3s linear infinite;
}
.page-loader-6 .pace .pace-activity::after {
  bottom: 50px;
  margin-left: -20px;
  width: 40px;
  height: 40px;
  border-top-color: rgba(0, 0, 0, 0.2);
  border-bottom-color: rgba(0, 0, 0, 0.2);
  -webkit-animation: pace-theme-corner-indicator-spin 1s linear infinite;
  animation: pace-theme-corner-indicator-spin 1s linear infinite;
}
@-webkit-keyframes pace-theme-corner-indicator-spin {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
  }
}
@keyframes pace-theme-corner-indicator-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(359deg);
  }
}
/* 6 Navigations
----------------------------------------------------------------------------- */
/* 6.1 Light Version
----------------------------------------------------------------------------- */
/* mobile menu */
.navbar.navbar-default {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  margin: 10px 0 15px;
  border-color: #ededed;
  background-color: #fafafa;
  font-weight: 400;
}
/* first level menu item */
.navbar-default .navbar-nav > li > a {
  color: #333333;
  font-size: 16px;
  padding: 29px 15px 10px 15px;
  z-index: 102;
  border: none;
  border-bottom: 1px solid transparent;
  border-right: 1px solid transparent;
  border-left: 1px solid transparent;
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
}
.main-navigation.animated .navbar-default .navbar-nav > li > a {
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.transparent-header .header:not(.dark) .navbar-nav > li:not(.active) > a {
  color: #000000;
}
.navbar-default .navbar-nav > li.dropdown > a {
  padding-right: 20px;
}
/* first level menu item on hover/focus */
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus,
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  background-color: transparent;
  color: #09afdf;
}
.transparent-header .header:not(.dark) .navbar-nav > li.open > a,
.transparent-header .header:not(.dark) .navbar-nav > li > a:hover,
.transparent-header .header:not(.dark) .navbar-nav > li > a:focus {
  color: #09afdf;
}
/* first level menu item when opened */
.main-navigation .navbar-nav > .open > a,
.main-navigation .navbar-nav > .open > a:hover,
.main-navigation .navbar-nav > .open > a:focus,
.main-navigation .navbar-nav > .dropdown > a:focus {
  background-color: #ffffff;
  color: #09afdf;
  border-bottom-color: #ffffff;
  border-right: 1px solid #f5f5f5;
  border-left: 1px solid #f5f5f5;
  z-index: 106;
}
/* first level active menu item when clicked */
.main-navigation .navbar-nav > .open > a:active,
.main-navigation .navbar-nav > .open.active > a:active {
  -webkit-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}
.main-navigation .navbar-nav > .open > a:active + ul,
.main-navigation .navbar-nav > .open.active > a:active + ul {
  display: none;
}
/* second level menu */
.main-navigation .dropdown-menu {
  z-index: 105;
  top: 100%;
}
.header.centered .main-navigation .dropdown-menu {
  top: 99%;
}
.dropdown-menu .divider {
  background-color: #ededed;
}
.dropdown-menu {
  min-width: 220px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  padding: 0;
  margin: 0;
  background-color: #ffffff;
  -webkit-box-shadow: 0px 6px 24px rgba(0, 0, 0, 0.06);
  box-shadow: 0px 6px 24px rgba(0, 0, 0, 0.06);
  border: 1px solid #f1f1f1;
  z-index: 101;
}
/* second level menu item */
.dropdown-menu > li > a {
  padding: 10px 20px;
  font-size: 14px;
  color: #333333;
  border-bottom: 1px solid #f7f7f7;
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
  position: relative;
}
/* second level menu item on focus/hover and when opened */
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus,
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus,
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus,
.dropdown-menu .menu > .active > a,
.dropdown-menu .menu > .active > a:hover,
.dropdown-menu .menu > .active > a:focus {
  background-color: #fcfcfc;
  color: #0c9ec7;
  border-color: #f7f7f7;
}
/* third level menu */
.dropdown-menu .dropdown-menu {
  top: -1px;
  left: 100% !important;
  right: auto;
  border-top: 1px solid #f7f7f7;
}
.header.centered .dropdown-menu .dropdown-menu {
  top: -1px;
  left: 100% !important;
}
header.full-width .dropdown-menu .dropdown-menu.to-left {
  right: 100%!important;
  left: auto!important;
}
/*Large Devices less than 1610px*/
@media (max-width: 1610px) {
  .dropdown-menu .dropdown-menu.to-left {
    right: 100%!important;
    left: auto!important;
  }
}
/* Mega Menu 
------------------------------ */
.mega-menu.dropdown {
  position: static;
}
.mega-menu .dropdown-menu {
  left: 0;
  width: 100% ;
  padding: 20px 30px;
}
/* mega menu menu item */
.mega-menu .menu {
  list-style: none;
  padding: 0;
  margin: 0;
}
.mega-menu .menu li {
  position: relative;
}
.mega-menu h4.title {
  margin: 5px 0;
  font-size: 15px;
  text-transform: uppercase;
}
.mega-menu .menu > li > a {
  padding: 5px 0;
  font-size: 14px;
  
  border-bottom: 1px solid #f7f7f7;
  display: block;
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
}
.mega-menu .menu > li > a i,
.dropdown-menu > li > a i {
  padding-left: 5px;
  font-size: 12px;
  width: 20px;
  position: relative;
  top: -1px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  color: #cdcdcd;
}
.mega-menu .menu > li > a i.fa,
.dropdown-menu > li > a i.fa {
  width: 32px;
  text-align: center;
}
.mega-menu .menu > li > a i.fa-circle-o,
.dropdown-menu > li > a i.fa-circle-o {
  font-size: 7px;
  top: -3px;
}
.mega-menu .menu > li > a i.fa-spin {
  width: 11px;
  padding: 0;
  margin-right: 13px;
  margin-left: 8px;
}
.mega-menu .menu > li:last-child > a {
  border-bottom: none!important;
}
header:not(.dark) .mega-menu .menu > li > a:hover i,
header:not(.dark) .dropdown-menu > li > a:hover i,
header:not(.dark) .mega-menu .menu > li.active > a i,
header:not(.dark) .dropdown-menu > li.active > a i {
  color: #09afdf;
}
header .mega-menu .menu > li > a:hover i.fa-circle-o:before,
header .dropdown-menu > li > a:hover i.fa-circle-o:before,
header .mega-menu .menu > li.active > a i.fa-circle-o:before,
header .dropdown-menu > li.active > a i.fa-circle-o:before {
  content: "\f111";
}
/* mega menu menu item on focus/hover*/
.mega-menu .menu > li > a:hover,.mega-menu .menu > li > a.hover,
.mega-menu .menu > li > a:focus {
  background-color: #fcfcfc;
  color: #0c9ec7;
  border-color: #f7f7f7;
  text-decoration: none;
}
/* Arrow for parent menu item 
------------------------------ */
.dropdown > a:before {
  font-family: 'FontAwesome';
  content: "\f107";
  position: absolute;
  left: auto;
  top: 31px;
  right: 6px;
  line-height: 1;
  color: #d1d1d1;
  font-size: 14px;
}
.header.centered .dropdown > a:before {
  top: 18px;
}
.header:not(.dark) .active.dropdown > a:before,
.header:not(.dark).centered .active.dropdown > a:before {
  color: #09afdf;
}
.transparent-header .header:not(.dark) .dropdown:not(.open):not(.active) > a:before {
  color: #777777;
}
.navbar-default .navbar-nav > .dropdown.open > a:before {
  color: #eaeaea;
}
.transparent-header .header:not(.dark) .navbar-default .navbar-nav > .dropdown.open > a:before {
  color: #09afdf;
}
.dropdown .dropdown > a:before,
.header.centered .dropdown .dropdown > a:before {
  content: "\f105";
  right: 10px;
  top: 13px;
  margin-left: 0;
  visibility: visible;
  color: #666;
}
.dropdown .dropdown.open > a:before,
.header.centered:not(.dark) .dropdown .dropdown.open > a:before {
  color: #09afdf;
}
/* Dropdown animations 
------------------------------ */
.animated.main-navigation .navbar-nav .open .dropdown-menu,
#offcanvas.animated .open .dropdown-menu,
#offcanvas.animated .dropdown-menu .open .dropdown-menu {
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: fadeInUpSmall;
  animation-name: fadeInUpSmall;
}
.animated.main-navigation .dropdown-menu .open .dropdown-menu {
  -webkit-animation-name: fadeInLeftSmall;
  animation-name: fadeInLeftSmall;
}
header.full-width .animated.main-navigation .dropdown-menu .open .dropdown-menu.to-left {
  -webkit-animation-name: fadeInRightSmall;
  animation-name: fadeInRightSmall;
}
/*Large Devices less than 1610px*/
@media (max-width: 1610px) {
  .animated.main-navigation .dropdown-menu .open .dropdown-menu.to-left {
    -webkit-animation-name: fadeInRightSmall;
    animation-name: fadeInRightSmall;
  }
}
/* Mobile Menu
------------------------------ */
/* mobile menu toggle button on hover/focus */
.navbar-default .navbar-toggle {
  border-color: #ccc;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: #fafafa;
  border-color: #0c9ec7;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: #ccc;
}
.navbar-default .navbar-toggle:hover .icon-bar,
.navbar-default .navbar-toggle:focus .icon-bar {
  background-color: #0c9ec7;
}
/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) {
  .main-navigation .navbar-nav.navbar-right:last-child {
    margin-right: 0;
  }
  /* first level menu */
  .navbar.navbar-default {
    background-color: transparent;
    border: none;
    margin: 0;
  }
  .navbar-default .navbar-nav > li > a {
    padding: 23px 15px 23px 15px;
  }
  /*centered logo layout*/
  .header.centered .navbar-default .navbar-nav > li > a {
    padding-top: 15px!important;
    padding-bottom: 15px!important;
    border-top: 1px solid transparent;
  }
  .header.centered:not(.dark) .main-navigation .navbar-nav > .open > a,
  .header.centered:not(.dark) .main-navigation .navbar-nav > .open > a:hover,
  .header.centered:not(.dark) .main-navigation .navbar-nav > .open > a:focus,
  .header.centered:not(.dark) .main-navigation .navbar-nav > .dropdown > a:focus {
    border-top: 1px solid #f5f5f5;
  }
  /* mega menu */
  header:not(.full-width):not(.centered) .with-dropdown-buttons .mega-menu:not(.narrow) .dropdown-menu {
    left: 0px;
    width: 720px;
  }
  /* layout fixes */
  header:not(.full-width) .main-navigation .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
  header:not(.full-width) .navbar-collapse {
    padding-right: 0px;
    padding-left: 0px;
  }
  header:not(.full-width) .main-navigation .navbar-right .dropdown-menu {
    right: auto;
    left: 0;
  }
  header:not(.full-width) .main-navigation .navbar-right > li:last-child > .dropdown-menu {
    right: 0;
    left: auto;
  }
}
/* Medium desktop devices and tablets */
@media (min-width: 768px) and (max-width: 1199px) {
  .navbar-default .navbar-nav > li > a {
    font-size: 15px;
    padding: 28px 10px 27px 10px;
  }
}
/* Medium devices (tablets landscape to portrait) */
@media (min-width: 768px) and (max-width: 991px) {
  .header:not(.full-width) .main-navigation .navbar-nav {
    float: left !important;
  }
  body:not(.fixed-header-on) .header:not(.dark) .navbar-default .navbar-nav > li > a {
    border-top: 1px solid transparent;
  }
  body:not(.fixed-header-on) .header:not(.dark) .main-navigation .navbar-nav > .open > a,
  body:not(.fixed-header-on) .header:not(.dark) .main-navigation .navbar-nav > .open > a:hover,
  body:not(.fixed-header-on) .header:not(.dark) .main-navigation .navbar-nav > .open > a:focus,
  body:not(.fixed-header-on) .header:not(.dark) .main-navigation .navbar-nav > .dropdown > a:focus {
    border-top: 1px solid #f5f5f5;
  }
}
/* Medium devices (desktops, tablets, 992px and up) */
@media (min-width: 992px) {
  .col-md-3 + .col-md-9 .mega-menu:not(.narrow) .dropdown-menu {
    left: -243px !important;
    width: 940px!important;
  }
}
/* Large devices (Large desktops 1200px and up) */
@media (min-width: 1200px) {
  /* first level menu item */
  .main-navigation .navbar-nav > li {
    margin: 0 0 0 10px;
  }
  .main-navigation .navbar-nav > li:first-child {
    margin: 0;
  }
  .col-md-3 + .col-md-9 .mega-menu:not(.narrow) .dropdown-menu {
    left: -293px !important;
    width: 1140px!important;
  }
}
/* Small devices (tablets, phones less than 767px) */
@media (max-width: 767px) {
  /* Mobile menu
	------------------------------ */
  /* active item */
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #0c9ec7;
    background-color: transparent;
  }
  /* first level item */
  .navbar-default .navbar-nav > li > a {
    border-bottom: 1px solid #f3f3f3;
  }
  .navbar-default .navbar-nav > li:last-child > a {
    border-bottom: 1px solid transparent;
  }
  /* first level item hover and focus states */
  .navbar-default .navbar-nav > li > a:hover,
  .navbar-default .navbar-nav > li > a:focus,
  .navbar-default .navbar-nav > .active > a,
  .navbar-default .navbar-nav > .active > a:hover,
  .navbar-default .navbar-nav > .active > a:focus {
    color: #0c9ec7;
    background-color: #fff;
    border-bottom-color: transparent;
  }
  /* second level menu */
  .navbar-default .navbar-nav .open .dropdown-menu {
    background-color: #ffffff;
  }
  /* second level item */
  .navbar-default .navbar-nav .open .dropdown-menu > li > a,
  .navbar-default .navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 12px 15px 12px 40px;
    color: #333333;
    border-color: #f9f9f9;
  }
  /* second level item on hover/focus */
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #0c9ec7;
  }
  /* third level item */
  .navbar-nav .open .dropdown-menu .dropdown-menu > li > a {
    padding-left: 60px;
  }
  /* four level item */
  .navbar-nav .open .dropdown-menu .dropdown-menu .dropdown-menu > li > a {
    padding-left: 80px;
  }
  /* Arrow for parent menu item */
  .navbar-default .navbar-nav > .dropdown.open > a:before {
    color: #09afdf;
  }
  .dropdown > a:before,
  .header.centered .dropdown > a:before {
    color: #999999;
    top: 14px;
    right: 32px;
  }
  .dropdown .dropdown > a:before,
  .header.centered .dropdown .dropdown > a:before {
    right: 36px;
  }
  /*Transparent Mobile menu*/
  .transparent-header .main-navigation .navbar.navbar-default {
    background-color: rgba(255, 255, 255, 0.9);
   
    width: 100%;
  }
}
/* 6.2 Dark Version
----------------------------------------------------------------------------- */
/* first level menu item */
.dark.header .navbar.navbar-default {
  border-color: rgba(0, 0, 0, 0.3);
  background-color: rgba(0, 0, 0, 0.2);
}
.dark.header .navbar-default .navbar-nav > li > a {
  color: #cccccc;
  border-bottom: 1px solid transparent;
  text-shadow: 1px 1px rgba(0, 0, 0, 0.6);
}
.transparent-header .dark.header .navbar-nav > li > a {
  color: #e1e1e1;
}
/* first level menu item on hover/focus */
.dark.header .navbar-default .navbar-nav > li > a:hover,
.dark.header .navbar-default .navbar-nav > li > a:focus,
.dark.header .navbar-default .navbar-nav > .active > a,
.dark.header .navbar-default .navbar-nav > .active > a:hover,
.dark.header .navbar-default .navbar-nav > .active > a:focus {
  background-color: transparent;
  color: #ffffff;
  border-right: 1px solid transparent;
  border-left: 1px solid transparent;
}
.dark.header .navbar-default .navbar-nav > li > a:hover,
.dark.header .navbar-default .navbar-nav > li > a:focus {
  z-index: 106;
}
/* first level active menu item when opened */
.dark.header .main-navigation .navbar-nav > .open > a,
.dark.header .main-navigation .navbar-nav > .open > a:hover,
.dark.header .main-navigation .navbar-nav > .open > a:focus,
.dark.header .main-navigation .navbar-nav > .dropdown > a:focus {
  background-color: rgba(0, 0, 0, 0.15);
  color: #ffffff;
  border-bottom-color: #2e3537;
  border-right: 1px solid transparent;
  border-left: 1px solid transparent;
  z-index: 106;
}
/* second level menu item */
.dark.header .dropdown-menu {
  background-color: #2e3537;
  border: 1px solid rgba(57, 66, 69, 0.8);
  border-bottom: none;
}
.dark.header .mega-menu .dropdown-menu {
  z-index: 103;
}
.dark.header .dropdown-menu .divider {
  background-color: rgba(57, 66, 69, 0.8);
}
.dark.header .dropdown-menu > li > a,
.dark.header .mega-menu .menu > li > a {
  color: #cccccc;
  border-bottom: 1px solid rgba(57, 66, 69, 0.8);
  text-shadow: 1px 1px rgba(0, 0, 0, 0.7);
}
.dark.header .mega-menu .menu > li > a:hover,
.dark.header .mega-menu .menu > li > a:focus {
  background-color: rgba(0, 0, 0, 0.2);
  color: #ffffff;
  border-color: rgba(57, 66, 69, 0.8);
}
.dark.header .dropdown-menu > li > a:hover,
.dark.header .dropdown-menu > li > a:focus,
.dark.header .nav .open > a,
.dark.header .nav .open > a:hover,
.dark.header .nav .open > a:focus,
.dark.header .dropdown-menu > .active > a,
.dark.header .dropdown-menu > .active > a:hover,
.dark.header .dropdown-menu > .active > a:focus,
.dark.header .dropdown-menu .menu > .active > a,
.dark.header .dropdown-menu .menu > .active > a:hover,
.dark.header .dropdown-menu .menu > .active > a:focus {
  background-color: rgba(0, 0, 0, 0.2);
  color: #ffffff;
  border-color: rgba(57, 66, 69, 0.8);
}
.dark.header .dropdown .dropdown > a:before {
  color: #cccccc;
  top: 13px;
}
.dark.header .dropdown .dropdown.open > a:before {
  color: #ffffff;
}
/* Mobile Menu
------------------------------ */
/*Dark mobile menu toggle button*/
.dark .navbar-default .navbar-toggle {
  border-color: rgba(0, 0, 0, 0.7);
  background-color: rgba(0, 0, 0, 0.4);
}
.dark .navbar-default .navbar-toggle:hover,
.dark .navbar-default .navbar-toggle:focus {
  background-color: rgba(0, 0, 0, 0.1);
  border-color: rgba(0, 0, 0, 0.7);
}
.dark .navbar-default .navbar-toggle .icon-bar {
  background-color: #ccc;
}
.dark .navbar-default .navbar-toggle:hover .icon-bar,
.dark .navbar-default .navbar-toggle:focus .icon-bar {
  background-color: #ccc;
}
.dark .navbar-default .navbar-collapse,
.dark .navbar-default .navbar-form {
  border-color: #121212;
}
/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) {
  /* first level menu item */
  .dark.header .navbar.navbar-default {
    background-color: transparent;
    border: none;
    margin: 0;
  }
}
/* Small devices (tablets, phones less than 767px) */
@media (max-width: 767px) {
  /*Dark Mobile menu*/
  /* second level menu */
  .dark .navbar-default .navbar-nav .open .dropdown-menu {
    background-color: rgba(0, 0, 0, 0.2);
    border: none;
  }
  /* second level item */
  .dark .navbar-default .navbar-nav .open .dropdown-menu > li > a,
  .dark .navbar-default .navbar-nav .open .dropdown-menu .dropdown-header {
    color: #cccccc;
    border-color: rgba(255, 255, 255, 0.08);
  }
  /* item on hover/focus */
  .dark.header .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
  .dark.header .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus,
  .dark.header .navbar-default .navbar-nav .open .dropdown-menu > .active > a,
  .dark.header .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,
  .dark.header .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus,
  .dark.header .navbar-default .navbar-nav > li > a:hover,
  .dark.header .navbar-default .navbar-nav > li > a:focus,
  .dark.header .navbar-default .navbar-nav > .active > a,
  .dark.header .navbar-default .navbar-nav > .active > a:hover,
  .dark.header .navbar-default .navbar-nav > .active > a:focus {
    color: #ffffff;
    background-color: rgba(0, 0, 0, 0.2);
  }
  /* Arrow for parent menu item */
  .dark .navbar-default .navbar-nav > .dropdown.open > a:before {
    color: #ffffff;
  }
  .transparent-header .dark .main-navigation .navbar.navbar-default {
    background-color: rgba(57, 66, 69, 0.9);
    border-color: rgba(37, 42, 44, 0.5);
  }
}
/* 6.3 Subfooter navigation
----------------------------------------------------------------------------- */
.subfooter .navbar {
  margin: 0;
  min-height: 0;
  background: transparent;
  border-color: transparent;
}
.subfooter .navbar-default .nav > li > a {
  padding: 10px 10px;
  text-transform: none;
  line-height: 1;
  font-size: 14px;
  font-weight: 400;
  color: #999999;
}
.subfooter .navbar-default .nav li:last-child a,
.dark .subfooter .navbar-default .nav > li:last-child > a {
  border: none;
}
.subfooter .navbar-default .nav > li > a:hover,
.subfooter .navbar-default .nav > .active > a:hover,
.subfooter .navbar-default .nav > .active > a:focus {
  background-color: transparent;
  text-decoration: underline;
  color: #0c9ec7;
}
/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) {
  .subfooter .navbar-nav {
    float: none;
    margin: 15px 0;
    text-align: center;
  }
  .subfooter .navbar-nav > li {
    float: none;
    padding: 5px 0;
  }
  .subfooter .navbar-default .nav > li > a {
    padding: 0px 10px;
  }
}
/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px) {
  .subfooter {
    text-align: left;
  }
  .subfooter .navbar-nav {
    float: right;
    margin: 0;
    text-align: left;
  }
  .subfooter .navbar-nav > li {
    float: left;
    padding: 0;
    margin-top: 2px;
  }
  .dark .subfooter .navbar-default .nav > li > a {
    border-right: 1px solid #333333;
  }
  .subfooter .navbar-default .nav > li > a {
    border-right: 1px solid #cdcdcd;
  }
}
/* Small devices (tablets, phones less than 767px) */
@media (max-width: 767px) {
  /* subfooter nav */
  .subfooter .navbar-default .navbar-toggle:hover,
  .subfooter .navbar-default .navbar-toggle:focus {
    background-color: transparent;
    border-color: #ddd;
  }
  .dark .subfooter .navbar-default .navbar-collapse {
    border-color: #888;
  }
  .subfooter .navbar-default .navbar-collapse {
    border-color: #000000;
  }
}
/* 6.3 Offcanvas navigation
----------------------------------------------------------------------------- */
.offcanvas {
  background-color: #f5f5f5;
  border-color: #f1f1f1;
}
.offcanvas-toggle-left {
  display: block;
  padding: 0;
  margin: 0;
  position: fixed;
  width: 40px;
  height: 40px;
  top: 10px;
  left: 10px;
  z-index: 1031;
  text-align: center;
  background-color: rgba(255, 255, 255, 0.85);
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.offcanvas-toggle-left:after {
  font-family: "FontAwesome";
  content: "\f0c9";
  font-size: 22px;
  line-height: 35px;
  text-align: center;
  color: #000000;
}
#offcanvas.in + .offcanvas-toggle-left:after {
  content: "\f00d";
}
.offcanvas-toggle-right {
  display: block;
  padding: 0;
  margin: 0;
  position: fixed;
  width: 40px;
  height: 40px;
  top: 10px;
  right: 10px;
  z-index: 1031;
  text-align: center;
  background-color: rgba(255, 255, 255, 0.85);
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.offcanvas-toggle-right:after {
  font-family: "FontAwesome";
  content: "\f0c9";
  font-size: 22px;
  line-height: 35px;
  text-align: center;
  color: #000000;
}
#offcanvas.in + .offcanvas-toggle-right:after {
  content: "\f00d";
}
/*First level menu items*/
#offcanvas .navbar-nav > li,
#offcanvas .navbar-nav {
  float: none;
  margin: 0;
}
#offcanvas .navbar-nav > li > a {
  color: #333333;
  border-bottom: 1px solid #eeeeee;
  padding-top: 10px;
  padding-bottom: 10px;
  font-weight: 300;
}
#offcanvas .navbar-nav > li:last-child > a {
  border-bottom-color: transparent!important;
}
#offcanvas .nav .open > a,
#offcanvas .nav .open > a:hover,
#offcanvas .nav .open > a:focus,
#offcanvas .nav > li > a:hover,
#offcanvas .nav > li > a:focus,
#offcanvas .navbar-nav > li.active > a {
  color: #0c9ec7;
  background-color: #ffffff;
}
/*Second level menu items*/
#offcanvas .dropdown-menu {
  position: static;
  width: 100%;
  float: none;
  box-shadow: none;
  border: none;
  background-color: #ffffff;
  margin: 0;
}
#offcanvas.offcanvas-right .dropdown-menu {
  overflow: hidden;
}
#offcanvas .dropdown-menu > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  border-color: #f7f7f7;
  font-weight: 300;
  text-align: center;
  background-color: #f8f8f8;
}
/*Third level menu items*/
#offcanvas .dropdown-menu .dropdown-menu > li > a {
  background-color: #fafafa;
}
/*Fourth level menu items*/
#offcanvas .dropdown-menu .dropdown-menu .dropdown-menu > li > a {
  background-color: #ffffff;
}
/*Nav arrows*/
#offcanvas .dropdown > a:before {
  right: 15px;
  top: 13px;
  color: #777777;
}
#offcanvas .dropdown.open > a:before {
  color: #09afdf;
}
#offcanvas.offcanvas-right .dropdown > a:before {
  right: auto;
  left: 15px;
  top: 13px;
}
#offcanvas .dropdown .dropdown > a:before {
  content: "\f107";
}
/* 7 Blocks/Widgets
----------------------------------------------------------------------------- */
/* Logo, Site Slogan
---------------------------------- */
#logo img:hover {
  opacity: 0.8;
  filter: alpha(opacity=80);
}
.header.centered #logo img {
  margin: 0 auto;
}
#logo-footer {
  margin-bottom: 20px;
}
.site-slogan {
  color: #777777;
  font-size: 11px;
  padding: 3px 0 0;
  font-weight: 300;
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.offcanvas .logo {
  margin: 20px 0 10px;
}
.offcanvas .logo img {
  margin: 0 auto;
}
.offcanvas .site-slogan {
  text-align: center;
  margin-bottom: 20px;
  margin-top: -10px;
}
.transparent-header .header:not(.dark) .site-slogan {
  color: #000000;
}
.header.dark .site-slogan {
  color: #cdcdcd;
  text-shadow: 1px 1px rgba(0, 0, 0, 0.4);
}
.transparent-header .header.dark .site-slogan {
  color: #f1f1f1;
}
/* Medium devices (tablets, phones) */
@media (min-width: 992px) and (max-width: 1199px) {
  .site-slogan {
    font-size: 11px;
  }
}
/* Small devices (tablets, phones less than 991px) */
@media (max-width: 991px) {
  header:not(.full-width) .logo img {
    margin: 0 auto;
  }
  .site-slogan {
    text-align: center;
  }
}
/* Small devices (tablets, phones less than 767px) */
@media (max-width: 767px) {
  .navbar-header #logo img {
    max-height: 35px;
    margin-left: 15px;
  }
}
/* Social icons block
---------------------------------- */
.social-links {
  list-style: none;
  font-size: 0;
  margin-top: 20px;
  margin-bottom: 20px;
  padding-left: 0;
}
.social-links li {
  display: inline-block;
  margin: 0 2px 2px 0;
}
.social-links li a {
  width: 40px;
  height: 40px;
  display: block;
  text-align: center;
  font-size: 18px;
  border: 1px solid #e7e7e7;
  color: #cdcdcd;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.social-links li a i {
  line-height: 40px;
}
.social-links li a:hover {
  background-color: transparent;
  border-color: #0c9ec7;
  color: #0c9ec7;
}
.social-links.animated-effect-1 li a {
  -webkit-transition: color 0.4s;
  -o-transition: color 0.4s;
  transition: color 0.4s;
  position: relative;
  z-index: 1;
}
.social-links.animated-effect-1 li a:hover {
  color: #ffffff!important;
  -webkit-transition: color 0.3s;
  -o-transition: color 0.3s;
  transition: color 0.3s;
}
.social-links.animated-effect-1 li a:after {
  pointer-events: none;
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  content: '';
  top: 0px;
  left: 0px;
  padding: 0px;
  z-index: -1;
  background-color: #09afdf;
  -webkit-transition: -webkit-transform 0.4s, opacity 0.4s, background-color 0.4s;
  -moz-transition: -moz-transform 0.4s, opacity 0.4s, background-color 0.4s;
  transition: transform 0.4s, opacity 0.4s, background-color 0.4s;
  -webkit-transform: scale(1.4);
  -moz-transform: scale(1.4);
  -ms-transform: scale(1.4);
  -o-transform: scale(1.4);
  transform: scale(1.4);
  opacity: 0;
  filter: alpha(opacity=0);
}
.social-links.animated-effect-1 li a:hover:after {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  opacity: 1;
  -webkit-transition: -webkit-transform 0s, opacity 0.3s, background-color 0.3s;
  -moz-transition: -moz-transform 0s, opacity 0.3s, background-color 0.3s;
  transition: transform 0s, opacity 0.3s, background-color 0.3s;
}
.social-links.animated-effect-1:not(.circle) li a:after {
  -webkit-border-radius: 0%;
  -moz-border-radius: 0%;
  border-radius: 0%;
}
.default.social-links li a {
  background-color: #09afdf;
  border: 1px solid #0c9ec7;
  color: #ffffff;
}
.default.social-links li a:hover {
  background-color: #ffffff;
  color: #777777;
}
.dark .social-links li a {
  background-color: rgba(0, 0, 0, 0.2);
  border: 1px solid rgba(0, 0, 0, 0.1);
  color: #ffffff;
}
.dark.social-links li a {
  background-color: rgba(0, 0, 0, 0.6);
  border: 1px solid rgba(0, 0, 0, 0.1);
  color: #ffffff;
}
.dark.social-links li a:hover {
  background-color: rgba(0, 0, 0, 0.8);
}
.colored .social-links li a {
  background-color: rgba(0, 0, 0, 0.2);
  border: 1px solid rgba(0, 0, 0, 0.01);
  color: #ffffff;
}
.header-top .social-links {
  margin: 0;
  display: inline-block;
  margin-top: 2px;
}
.footer-content .social-links li {
  margin: 0 5px 5px 0;
}
.footer-content .social-links li a {
  color: #777777;
  background-color: transparent;
  border-color: #777777;
}
.footer-content .social-links li a:hover {
  color: #fff;
  background-color: #777777;
  border-color: #777777;
}
.social-links.small li a {
  width: 30px;
  height: 30px;
  font-size: 14px;
}
.social-links.small li a i {
  line-height: 29px;
}
.social-links.large li a {
  width: 60px;
  height: 60px;
  font-size: 24px;
}
.social-links.large li a i {
  line-height: 60px;
}
.social-links.square li a,
.square {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.social-links.circle li a {
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
}
.social-links.animated-effect-1 li.twitter a:hover {
  border-color: #55acee;
}
.social-links:not(.animated-effect-1) li.twitter a:hover,
.colored.social-links li.twitter a,
.social-links.animated-effect-1 li.twitter a:after,
.btn.twitter {
  background-color: #55acee;
  border-color: #55acee;
  color: #fff;
}
.social-links.animated-effect-1 li.skype a:hover {
  border-color: #00aff0;
}
.social-links:not(.animated-effect-1) li.skype a:hover,
.colored.social-links li.skype a,
.social-links.animated-effect-1 li.skype a:after,
.btn.skype {
  background-color: #00aff0;
  border-color: #00aff0;
  color: #fff;
}
.social-links.animated-effect-1 li.linkedin a:hover {
  border-color: #0976b4;
}
.social-links:not(.animated-effect-1) li.linkedin a:hover,
.colored.social-links li.linkedin a,
.social-links.animated-effect-1 li.linkedin a:after,
.btn.linkedin {
  background-color: #0976b4;
  border-color: #0976b4;
  color: #fff;
}
.social-links.animated-effect-1 li.googleplus a:hover {
  border-color: #dd4b39;
}
.social-links:not(.animated-effect-1) li.googleplus a:hover,
.colored.social-links li.googleplus a,
.social-links.animated-effect-1 li.googleplus a:after,
.btn.googleplus {
  background-color: #dd4b39;
  border-color: #dd4b39;
  color: #fff;
}
.social-links.animated-effect-1 li.youtube a:hover {
  border-color: #b31217;
}
.social-links:not(.animated-effect-1) li.youtube a:hover,
.colored.social-links li.youtube a,
.social-links.animated-effect-1 li.youtube a:after,
.btn.youtube {
  background-color: #b31217;
  border-color: #b31217;
  color: #fff;
}
.social-links.animated-effect-1 li.flickr a:hover {
  border-color: #ff0084;
}
.social-links:not(.animated-effect-1) li.flickr a:hover,
.colored.social-links li.flickr a,
.social-links.animated-effect-1 li.flickr a:after,
.btn.flickr {
  background-color: #ff0084;
  border-color: #ff0084;
  color: #fff;
}
.social-links.animated-effect-1 li.facebook a:hover {
  border-color: #3b5998;
}
.social-links:not(.animated-effect-1) li.facebook a:hover,
.colored.social-links li.facebook a,
.social-links.animated-effect-1 li.facebook a:after,
.btn.facebook {
  background-color: #3b5998;
  border-color: #3b5998;
  color: #fff;
}
.social-links.animated-effect-1 li.pinterest a:hover {
  border-color: #cb2027;
}
.social-links:not(.animated-effect-1) li.pinterest a:hover,
.colored.social-links li.pinterest a,
.social-links.animated-effect-1 li.pinterest a:after,
.btn.pinterest {
  background-color: #cb2027;
  border-color: #cb2027;
  color: #fff;
}
.social-links.animated-effect-1 li.instagram a:hover {
  border-color: #517fa4;
}
.social-links:not(.animated-effect-1) li.instagram a:hover,
.colored.social-links li.instagram a,
.social-links.animated-effect-1 li.instagram a:after,
.btn.instagram {
  background-color: #517fa4;
  border-color: #517fa4;
  color: #fff;
}
.social-links.animated-effect-1 li.vimeo a:hover {
  border-color: #aad450;
}
.social-links:not(.animated-effect-1) li.vimeo a:hover,
.colored.social-links li.vimeo a,
.social-links.animated-effect-1 li.vimeo a:after,
.btn.vimeo {
  background-color: #aad450;
  border-color: #aad450;
  color: #fff;
}
.social-links.animated-effect-1 li.tumblr a:hover {
  border-color: #32506d;
}
.social-links:not(.animated-effect-1) li.tumblr a:hover,
.colored.social-links li.tumblr a,
.social-links.animated-effect-1 li.tumblr a:after,
.btn.tumblr {
  background-color: #32506d;
  border-color: #32506d;
  color: #fff;
}
.social-links.animated-effect-1 li.soundcloud a:hover {
  border-color: #ff3a00;
}
.social-links:not(.animated-effect-1) li.soundcloud a:hover,
.colored.social-links li.soundcloud a,
.social-links.animated-effect-1 li.soundcloud a:after,
.btn.soundcloud {
  background-color: #ff3a00;
  border-color: #ff3a00;
  color: #fff;
}
.social-links.animated-effect-1 li.foursquare a:hover {
  border-color: #0072b1;
}
.social-links:not(.animated-effect-1) li.foursquare a:hover,
.colored.social-links li.foursquare a,
.social-links.animated-effect-1 li.foursquare a:after,
.btn.foursquare {
  background-color: #0072b1;
  border-color: #0072b1;
  color: #fff;
}
.social-links.animated-effect-1 li.dribbble a:hover {
  border-color: #ea4c89;
}
.social-links:not(.animated-effect-1) li.dribbble a:hover,
.colored.social-links li.dribbble a,
.social-links.animated-effect-1 li.dribbble a:after,
.btn.dribbble {
  background-color: #ea4c89;
  border-color: #ea4c89;
  color: #fff;
}
.social-links.animated-effect-1 li.xing a:hover {
  border-color: #126567;
}
.social-links:not(.animated-effect-1) li.xing a:hover,
.colored.social-links li.xing a,
.social-links.animated-effect-1 li.xing a:after,
.btn.xing {
  background-color: #126567;
  border-color: #126567;
  color: #fff;
}
.social-links.animated-effect-1 li.behance a:hover {
  border-color: #126567;
}
.social-links:not(.animated-effect-1) li.behance a:hover,
.colored.social-links li.behance a,
.social-links.animated-effect-1 li.behance a:after,
.btn.behance {
  background-color: #053eff;
  border-color: #053eff;
  color: #fff;
}
.social-links.animated-effect-1 li.vine a:hover {
  border-color: #126567;
}
.social-links:not(.animated-effect-1) li.vine a:hover,
.colored.social-links li.vine a,
.social-links.animated-effect-1 li.vine a:after,
.btn.vine {
  background-color: #00a478;
  border-color: #00a478;
  color: #fff;
}
.social-links.animated-effect-1 li.stumbleupon a:hover {
  border-color: #126567;
}
.social-links:not(.animated-effect-1) li.stumbleupon a:hover,
.colored.social-links li.stumbleupon a,
.social-links.animated-effect-1 li.stumbleupon a:after,
.btn.stumbleupon {
  background-color: #f74425;
  border-color: #f74425;
  color: #fff;
}
.social-links .dropdown > button {
  padding: 1px 15px 0px;
  font-size: 16px;
  color: #999999;
  text-align: center;
  min-width: 0;
  margin: 0;
  background-color: transparent;
  -moz-box-shadow: none !important;
  -o-box-shadow: none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}
.social-links .dropdown > button i {
  width: 15px;
}
.header-top:not(.dark) .social-links .dropdown.open > button > i:before {
  color: #09afdf;
}
.header-top.colored .social-links .dropdown > button > i:before,
.header-top.colored .social-links .dropdown.open > button > i:before {
  color: #ffffff;
}
.header-top .social-links .dropdown.open > button > i:before {
  content: "\f00d";
}
.social-links .dropdown-menu {
  z-index: 103;
  padding: 5px;
  min-width: 270px;
  margin-top: 6px;
  font-size: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  background-color: #f2f2f2;
  border: 1px solid #D0D0D0;
  border-top: none;
}
.social-links .dropdown-menu li a,
.dark .social-links .dropdown-menu li a i,
.colored .social-links .dropdown-menu li a i {
  padding: 0;
  line-height: 30px;
  color: #ffffff;
}
.social-links .dropdown-menu li a i {
  padding-left: 0;
}
.social-links .dropdown-menu li a:hover i {
  color: #ffffff;
}
/*Header Dropdowns (search, cart etc)
---------------------------------- */
/*Header Dropdowns*/
.transparent-header .header-dropdown-buttons .btn-group > .btn {
  background-color: transparent;
  border: 1px solid #999999;
  color: #000000;
}
.header-dropdown-buttons .btn-group:first-child {
  margin-right: 5px;
}
.header-dropdown-buttons .btn-group > .btn {
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  width: 40px;
  height: 40px;
  padding: 0;
  line-height: 38px;
  text-align: center;
  background-color: #f2f2f2;
  border: 1px solid #e9e9e9;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  margin: 0;
}
.header-dropdown-buttons .btn-group > .btn:hover {
  background-color: #09afdf;
  color: #fff;
  border-color: #0c9ec7;
}
.header-dropdown-buttons .btn-group .dropdown-menu {
  z-index: 103;
  padding: 20px;
  min-width: 280px;
  margin-top: 18px;
  top: 100%;
  border: none;
  -webkit-border-radius: 0 0 5px 5px;
  -moz-border-radius: 0 0 5px 5px;
  border-radius: 0 0 5px 5px;
}
.header-dropdown-buttons .btn-group.open > .btn {
  background-color: #09afdf;
  color: #fff;
  border-color: #0c9ec7;
}
.header.centered .header-dropdown-buttons .btn-group .dropdown-menu {
  margin-top: 8px;
}
.dark .header-dropdown-buttons .btn-group > .btn,
.colored .header-dropdown-buttons .btn-group > .btn {
  background-color: rgba(0, 0, 0, 0.2);
  border: 1px solid rgba(0, 0, 0, 0.15);
  text-shadow: 1px 1px rgba(0, 0, 0, 0.7);
  color: #cdcdcd;
}
.dark .header-dropdown-buttons .btn-group > .btn:hover,
.colored .header-dropdown-buttons .btn-group > .btn:hover {
  background-color: rgba(0, 0, 0, 0.3);
  border: 1px solid rgba(0, 0, 0, 0.25);
}
.dark .header-dropdown-buttons .btn-group.open > .btn,
.colored .header-dropdown-buttons .btn-group.open > .btn {
  background-color: rgba(0, 0, 0, 0.3);
  border: 1px solid rgba(0, 0, 0, 0.25);
}
.btn-group.open .dropdown-animation {
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}
/*Header Top Dropdowns*/
.header-top-dropdown .dropdown-menu {
  z-index: 103;
  padding: 20px;
  min-width: 280px;
  margin-top: 6px;
  border: 1px solid #D0D0D0;
  border-top: none;
  background: #f2f2f2;
  font-weight: 400;
  -webkit-border-radius: 0 0 5px 5px;
  -moz-border-radius: 0 0 5px 5px;
  border-radius: 0 0 5px 5px;
}
.header-top-dropdown .login-form ul {
  padding-left: 0;
  list-style-position: inside;
  margin: 15px 0 10px;
}
.header-top-dropdown .login-form .social-links {
  padding-left: 20px;
  margin: 0;
}
.header-top-dropdown .login-form label {
  font-weight: 400;
}
.dark.header-top .dropdown-menu {
  border: 1px solid #252a2c;
  border-top: none;
  background: #2e3537;
}
.colored.header-top .dropdown-menu {
  border: 1px solid #09afdf;
  border-top: none;
  background: #09afdf;
}
.search-box .form-group {
  margin-bottom: 0;
}
/*Button Groups*/
.header-top .btn-group {
  margin: 3px 0 2px;
}
.header-top .btn-group .btn {
  margin: 0;
  text-decoration: none;
}
/* Extra small devices (phones, less than 480px) */
@media (max-width: 480px) {
  .header-top-dropdown .btn-group {
    position: static;
  }
  .header-top-dropdown .dropdown-menu {
    right: 15px!important;
    margin-top: 5px;
    width: 100%;
  }
}
/*Dark Dropdowns
---------------------------------- */
.dark.btn-group .dropdown-menu {
  background-color: #333333;
  border: 1px solid #424242;
  border-bottom: none;
}
.dark.btn-group .dropdown-menu .divider {
  background-color: #505050;
}
.dark.btn-group .dropdown-menu > li > a,
.dark.btn-group .mega-menu .menu > li > a {
  color: #cccccc;
  border-bottom: 1px solid #424242;
  text-shadow: 1px 1px rgba(0, 0, 0, 0.7);
}
.dark.btn-group .dropdown-menu > li > a:hover,
.dark.btn-group .dropdown-menu > li > a:focus,
.dark.btn-group .nav .open > a,
.dark.btn-group .nav .open > a:hover,
.dark.btn-group .nav .open > a:focus,
.dark.btn-group .dropdown-menu > .active > a,
.dark.btn-group .dropdown-menu > .active > a:hover,
.dark.btn-group .dropdown-menu > .active > a:focus {
  background-color: rgba(0, 0, 0, 0.2);
  color: #ffffff;
  border-color: #424242;
}
.dark.btn-group .dropdown .dropdown > a:before {
  color: #cccccc;
  top: 13px;
}
.dark.btn-group .dropdown .dropdown.open > a:before {
  color: #ffffff;
}
/* Login/Register Forms
---------------------------------- */
.form-block {
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  width: 630px;
}
.form-block .social-links {
  display: inline-block;
  margin: 0 0 0 5px;
}
.form-block ul {
  padding-left: 0;
  list-style-position: inside;
}
.light-gray-bg.form-block h2,
.light-gray-bg.form-block a,
.light-gray-bg.form-block a:hover,
.light-gray-bg.form-block {
  color: #777777;
}
/* Small devices (tablets, phones less than 767px) */
@media (max-width: 767px) {
  .form-block {
    width: 90%;
  }
}
/* Latest tweets block
---------------------------------- */
ul.tweets {
  list-style: none;
  padding: 0;
}
ul.tweets li {
  margin-bottom: 20px;
  position: relative;
  padding-left: 35px;
}
ul.tweets li i {
  position: absolute;
  top: 4px;
  left: 0;
  width: 25px;
  height: 25px;
  text-align: center;
  color: #777777;
}
ul.tweets li p {
  margin-bottom: 5px;
}
ul.tweets li span {
  font-size: 12px;
  color: #777777;
}
/* Media 
---------------------------------- */
.media {
  margin-top: 0;
  margin-bottom: 25px;
}
.media img {
  max-width: none;
}

.accredations-content .media img,
.block .media img
 {
  width: 80px; border:1px solid #e1e1e1; padding:5px;
}


.footer-content .media img,
.block .media img {
  width: 60px;
}
.media-heading {
  margin-bottom: 0;
}
h6.media-heading {
  margin-bottom: 5px;
}
.media:hover .icon {
  background-color: transparent;
  color: #09afdf;
  border: 1px solid #09afdf;
}
.dark-bg .media:hover .icon {
  border-color: #cdcdcd;
  color: #cdcdcd;
}
.media:hover .icon:after {
  content: "";
  border-color: transparent;
}
/* Testimonials
---------------------------------- */
.testimonial {
  padding: 20px 0;
}
.testimonial blockquote {
  margin: 0;
}
.testimonial .separator {
  margin: 15px auto 5px;
}
.testimonial-image {
  width: 90px;
  margin: 0 auto;
}
.testimonial-info-1 {
  font-size: 12px;
}
.testimonial-info-2 {
  font-size: 12px;
  font-weight: 400;
}
.testimonial h3 {
  margin-bottom: 0;
  margin-top: 15px;
}
.testimonial p {
  margin-bottom: 15px;
}
/* Clients
---------------------------------- */
.clients-container {
  text-align: center;
}
.clients {
  margin: 10px auto;
}
.clients .client-image {
     text-align: center;
    width: 130px;
    height: 65px;
    margin: 30px 30px 0px 30px;
    display: inline-block;
}
.clients img {
  margin: 0px auto;
}
/* Full Width Content
---------------------------------- */
.full-width-section {
  position: relative;
}
.full-text-container {
  position: absolute;
  top: 30%;
  padding: 20px 40px;
  z-index: 2;
}
.full-image-overlay {
  display: none;
  position: absolute;
  width: 100%;
  top: 50%;
  padding: 0 10%;
  margin-top: -133px;
  color: #ffffff;
  z-index: 1;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}
.full-image-overlay h3 {
  color: #ffffff;
}
.to-right-block {
  margin-left: auto;
  display: block;
}
/* Large devices (Large desktops 1200px and up) */
@media (min-width: 1200px) {
  .full-width-section {
    position: relative;
    display: table;
    table-layout: fixed;
    width: 100%;
  }
  .full-width-section.no-image {
    min-height: 400px;
  }
  .full-image-container {
    width: 50%;
    display: table-cell;
    position: relative;
    overflow: hidden;
  }
  .full-image-overlay {
    display: block;
    opacity: 0;
    filter: alpha(opacity=0);
  }
  .full-image-container:before {
    content: '';
    position: absolute;
    top: 5%;
    right: 0%;
    width: 50%;
    height: 90%;
    background-color: rgba(55, 55, 55, 0.6);
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    -webkit-transition-delay: 0.3s;
    transition-delay: 0.3s;
  }
  .full-text-container + .full-image-container:before {
    right: auto;
    left: 0;
  }
  .full-width-section:hover .full-image-container:before,
  .full-width-section .full-image-container.hovered:before {
    width: 90%;
    right: 5%;
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
  }
  .full-width-section:hover .full-text-container + .full-image-container:before,
  .full-width-section .full-text-container + .full-image-container.hovered:before {
    right: auto;
    left: 5%;
  }
  .full-width-section:hover .full-image-overlay,
  .full-width-section .hovered .full-image-overlay {
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transition-delay: 0.3s;
    transition-delay: 0.3s;
  }
  .full-text-container {
    display: table-cell;
    vertical-align: middle;
    width: 50%;
    padding: 0 50px;
    position: static;
  }
  .full-text-container * {
    max-width: 700px;
  }
  .full-text-container.left {
    text-align: right;
  }
  .full-text-container.left * {
    margin-left: auto;
  }
  .full-text-container p {
    margin-bottom: 10px;
  }
}
/* Large and Medium devices (desktops, tablets less than 1199px) */
@media (max-width: 1199px) {
  .no-image .full-text-container {
    position: static;
    display: block;
  }
  .full-width-section:not(.no-image) .full-text-container.dark-bg {
    background-color: rgba(0, 0, 0, 0.8);
    width: 100%;
  }
  .full-width-section:not(.no-image) .full-text-container.light-gray-bg {
    background-color: rgba(255, 255, 255, 0.8);
    color: #000000;
    border-top: none;
    border-bottom: none;
    width: 100%;
  }
  .full-width-section:not(.no-image) .full-text-container.default-bg {
    background-color: rgba(9, 175, 223, 0.6);
    width: 100%;
  }
  .full-width-section .to-right-block,
  .full-width-section img {
    margin: 0 auto;
  }
}
/* Medium devices (desktops, tablets less than 991px) */
@media (max-width: 991px) {
  .full-width-section:not(.no-image) .full-text-container {
    top: 0;
    height: 100%;
    padding: 0 20px;
  }
  .full-text-container h1 {
    font-size: 28px;
  }
}
/* Extra small devices (phones, less than 480px) */
@media (max-width: 480px) {
  .full-text-container {
    position: static;
    padding: 20px!important;
  }
}
/* Call to action
---------------------------------- */
.call-to-action h1,
.call-to-action a {
  margin: 0;
}
.call-to-action p {
  margin-bottom: 10px;
}
/* Small devices (tablets, phones less than 767px) */
@media (max-width: 767px) {
  .call-to-action .text-right {
    text-align: left;
  }
}
/* Counters
---------------------------------- */
.counter {
  display: block;
  font-size: 32px;
  line-height: 1;
}
/* Pricing tables
---------------------------------- */
.pricing-tables {
  margin: 60px 0 0;
}
.plan {
  text-align: center;
  margin-bottom: 40px !important;
}
.plan.round-corners .header {
  -webkit-border-radius: 25px 25px 0 0;
  -moz-border-radius: 25px 25px 0 0;
  border-radius: 25px 25px 0 0;
}
.plan.round-corners ul li:last-child,
.plan.round-corners ul {
  -webkit-border-radius: 0 0 25px 25px;
  -moz-border-radius: 0 0 25px 25px;
  border-radius: 0 0 25px 25px;
}
.plan .header {
  padding: 0;
  margin: 0 -1px;
  border: none;
}
.plan .header h3 {
  font-size: 36px;
  margin: 0;
  line-height: 36px;
  font-weight: 300;
  padding: 15px 0 10px;
  border: 1px solid rgba(0, 0, 0, 0.05);
  border-top: none;
}
.plan .header .price {
  font-size: 28px;
  padding: 8px 0 10px;
  font-weight: 300;
  background-color: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-top: 1px solid rgba(255, 255, 255, 0.15);
  line-height: 1;
  color: #ffffff;
}
.plan ul {
  margin: 0;
  padding: 0;
  font-size: 14px;
  list-style: none;
}
.plan ul li {
  padding: 12px 0px;
  font-size: 13px;
  border-bottom: 1px solid #f3f3f3;
  border-top: 1px solid #ffffff;
  color: #333333;
}
.best-value.plan ul li {
  padding: 15px 0;
}
.plan ul li a.pt-popover {
  color: #000;
  border-bottom: 1px dashed #000;
  position: relative;
}
.plan ul li a.pt-popover:hover {
  text-decoration: none;
}
.plan ul li a.pt-popover:after {
  position: absolute;
  top: 0px;
  left: -15px;
  font-family: "FontAwesome";
  content: "\f059";
  color: #ddd;
  font-size: 12px;
}
.popover {
  width: 250px;
  font-size: 13px;
  text-align: center;
  border: none;
}
.popover-title {
  background-color: #09afdf;
  color: #ffffff;
  text-shadow: none;
  font-size: 13px;
}
.popover-content {
  font-size: 12px;
}
.circle-head .plan .header {
  padding: 0;
  border: none;
  width: 160px;
  height: 160px;
  border-radius: 100%;
  margin: 20px auto;
  padding: 10px 0;
}
.circle-head .plan .header h3 {
  font-size: 26px;
  border: none;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  padding-top: 27px;
}
.circle-head .plan .header .price {
  height: 80px;
  border: none;
  padding-top: 15px;
  font-size: 22px;
  border-top: 1px solid rgba(255, 255, 255, 0.15);
}
.stripped .plan ul {
  -webkit-box-shadow: 0px -15px 32px 0px #cacaca inset;
  -moz-box-shadow: 0px -15px 32px 0px #cacaca inset;
  box-shadow: 0px -15px 32px 0px #cacaca inset;
  background: #fdfdfd;
}
.stripped .plan ul li {
  border: 1px solid #ececec;
  border-top: none;
  color: #666;
}
.stripped .plan ul li:nth-child(even) {
  -webkit-box-shadow: 0px 0px 40px #e4e4e4 inset;
  -moz-box-shadow: 0px 0px 40px #e4e4e4 inset;
  box-shadow: 0px 0px 40px #e4e4e4 inset;
  background: #ffffff;
  border-right: 1px solid #e2e2e2;
  border-bottom: 1px solid #e2e2e2;
}
/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) {
  .best-value.plan {
    top: -30px;
    position: relative;
    z-index: 2;
  }
}
/* Google maps
---------------------------------- */
#map-canvas {
  height: 450px;
}
#map-canvas.small {
  height: 347px;
}
#collapseMap {
  overflow: hidden;
  height: 0;
  -webkit-transition: height 0.3s ease-in-out;
  -o-transition: height 0.3s ease-in-out;
  transition: height 0.3s ease-in-out;
}
#collapseMap.in {
  height: 450px;
}
.footer-content #map-canvas {
  height: 300px;
}
#map-canvas img {
  max-width: inherit;
}
/* Tags cloud block
---------------------------------- */
.tags-cloud {
  font-size: 0;
}
.tag {
  display: inline-block;
  margin: 0 3px 3px 0;
}
.tag a {
  padding: 3px 10px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  color: #ffffff;
  display: block;
  font-size: 11px;
  background-color: #09afdf;
  border: 1px solid #0c9ec7;
}
.tag a:hover {
  color: #09afdf;
  background-color: #ffffff;
  border-color: #0c9ec7;
  text-decoration: none;
}
.dark .tag a {
  color: #777777;
  background-color: transparent;
  border: 1px solid #333333;
}
.dark .tag a:hover {
  color: #ffffff;
  background-color: #777777;
  border-color: #777777;
  text-decoration: none;
}
/* Credit Carts Block
---------------------------------- */
.icons-block i {
  display: inline-block;
  font-size: 30px;
  color: #999999;
}
/* Isotope filtering
---------------------------------- */
.isotope-container {
  display: none;
}
.isotope-container-fitrows {
  display: none;
}
/* Small devices (tablets, phones less than 991px) */
@media (max-width: 991px) {
  .isotope-item,
  .masonry-grid-item {
    max-width: 100%;
  }
}
/* Affix Menu
---------------------------------- */
.sidebar.affix {
  position: static;
}
/* Show and affix the side nav when space allows it */
/* Medium devices (desktops, tablets, 992px and up) */
@media (min-width: 992px) {
  .col-md-4 .sidebar.affix,
  .col-md-4 .sidebar.affix-bottom {
    width: 293px;
  }
  .col-md-3 .sidebar.affix,
  .col-md-3 .sidebar.affix-bottom {
    width: 213px;
  }
  .sidebar.affix {
    position: fixed;
    top: 20px;
  }
  .fixed-header-on .sidebar.affix {
    top: 65px;
  }
  .sidebar.affix-bottom {
    position: absolute;
  }
  .sidebar.affix-bottom .affix-menu,
  .sidebar.affix .affix-menu {
    margin-top: 0;
    margin-bottom: 0;
  }
  .affix-menu {
    padding-top: 20px;
  }
  h3.title ~ .affix-menu {
    padding-top: 0px;
  }
}
/* Large devices (Large desktops 1200px and up) */
@media (min-width: 1200px) {
  .col-md-4 .sidebar.affix,
  .col-md-4 .sidebar.affix-bottom {
    width: 390px;
  }
  .col-md-3 .sidebar.affix,
  .col-md-3 .sidebar.affix-bottom {
    width: 263px;
  }
}
/* Scroll to top
---------------------------------- */
.scrollToTop {
  color: #fff;
  position: fixed;
  bottom: 5px;
  right: 5px;
  width: 50px;
  height: 50px;
  text-align: center;
  cursor: pointer;
  background-color: rgba(0, 0, 0, 0.4);
  z-index: 1005;
  display: none;
  -webkit-backface-visibility: hidden;
  -webkit-transform: translateZ(0);
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.scrollToTop i {
  line-height: 50px;
  font-size: 24px;
}
.scrollToTop:hover {
  background-color: rgba(0, 0, 0, 0.6);
}
/* Small devices (tablets, phones less than 767px) */
@media (max-width: 767px) {
  .scrollToTop {
    width: 40px;
    height: 40px;
    background-color: rgba(0, 0, 0, 0.4);
  }
  .scrollToTop i {
    line-height: 40px;
    font-size: 20px;
  }
}
/* 8 Main Slideshow
----------------------------------------------------------------------------- */
.slider-banner-container {
  width: 100%;
  position: relative;
  padding: 0;
}
.slider-banner-fullscreen,
.slider-banner-fullwidth {
  width: 100%;
  position: relative;
}
.slider-banner-container ul.slides {
  display: none;
}
/*Spinner*/
.tp-loader.spinner2 {
  background-color: #999;
}
/*Captions*/
.tp-caption {
  z-index: 5;
}
.tp-caption a,
.tp-caption a:hover {
  color: #ffffff;
}
.tp-caption a.btn-gray,
.tp-caption a.btn-gray:hover {
  color: #333333;
}
.caption-box {
  max-width: 540px;
  color: #ffffff;
  white-space: normal;
  padding: 20px;
  border: none;
}
.caption-box h2 {
  color: #ffffff;
}
.light-translucent-bg.caption-box h2,
.light-translucent-bg.caption-box p {
  color: #333333;
  font-weight: 400;
}
.caption-box:after {
  z-index: -1;
}
.slideshow .dark-translucent-bg:not(.caption-box),
.slideshow .light-translucent-bg:not(.caption-box) {
  border-top: none;
  border-bottom: none;
  position: absolute;
  left: 0;
  top: 0!important;
  width: 100%;
  height: 100%;
}
.slideshow .dark-translucent-bg {
  background-color: rgba(0, 0, 0, 0.4);
}
.slideshow .light-translucent-bg {
  background-color: rgba(255, 255, 255, 0.4);
}
.slideshow .dark-translucent-bg:after,
.slideshow .light-translucent-bg:after {
  background-color: transparent;
}
.xlarge_white {
  font-size: 68px;
  font-family: 'Raleway', sans-serif;
  font-weight: 400;
  color: #ffffff;
  line-height: 1.2;
}
.large_white {
  font-size: 42px;
  font-family: 'Raleway', sans-serif;
  color: #ffffff;
  line-height: 1.2;
}
.medium_white {
  font-size: 24px;
  color: #ffffff;
  font-weight: 300;
}
.small_white {
  font-size: 16px;
  color: #ffffff;
  font-weight: 300;
}
.xlarge_dark {
  font-size: 68px;
  font-family: 'Raleway', sans-serif;
  font-weight: 400;
  color: #333;
  line-height: 1.2;
}
.large_dark {
  font-size: 42px;
  font-family: 'Raleway', sans-serif;
  color: #333;
  line-height: 1.2;
}
.tp-caption.medium_dark {
  font-family: 'Roboto', sans-serif;
  font-size: 24px;
  color: #333;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.4583;
}
.small_dark {
  font-size: 16px;
  color: #333;
  font-weight: 400;
}
.tp-caption .separator,
.tp-caption .separator-2,
.tp-caption .separator-3 {
  width: 500px;
}
.slider-banner-boxedwidth .tp-caption[data-x="left"] {
  margin-left: 20px!important;
}
.slider-banner-boxedwidth .tp-caption[data-x="right"] {
  margin-right: 20px!important;
}
/* Large and Medium devices (desktops, tablets less than 1199px) */
@media (max-width: 1199px) {
  .tp-caption[data-x="left"] {
    margin-left: 20px!important;
  }
  .tp-caption[data-x="right"] {
    margin-right: 20px!important;
  }
  .caption-box {
    max-width: 480px!important;
  }
  .caption-box p {
    font-size: 14px;
    line-height: 1.5;
  }
}
/* Small devices (tablets, phones less than 767px) */
@media (max-width: 767px) {
  .tp-caption .separator,
  .tp-caption .separator-2,
  .tp-caption .separator-3 {
    width: 250px;
  }
  .caption-box {
    max-width: 420px!important;
    width: 100%;
  }
  .caption-box h2 {
    font-size: 22px;
  }
}
/* Small devices (smartphones less than 480px) */
@media (max-width: 480px) {
  .caption-box {
    display: none;
  }
}
/*Slider Moving Button*/
.tp-caption .btn.moving {
  padding: 10px 0px 20px;
}
.tp-caption .btn.moving i {
  display: block;
  font-size: 24px;
  line-height: 1px;
  height: 10px;
  color: #ffffff;
  opacity: 1;
  filter: alpha(opacity=100);
}
.tp-caption .btn.moving i + i {
  opacity: 0.66;
  filter: alpha(opacity=66);
}
.tp-caption .btn.moving i + i + i {
  opacity: 0.33;
  filter: alpha(opacity=33);
}
.moving i + i + i {
  -webkit-animation: opacity_first 2s linear infinite;
  animation: opacity_first 2s linear infinite;
  -webkit-transition: none !important;
  -moz-transition: none !important;
  -o-transition: none !important;
  -ms-transition: none !important;
  transition: none !important;
}
.moving i + i {
  -webkit-animation: opacity_second 2s linear infinite;
  animation: opacity_second 2s linear infinite;
  -webkit-transition: none !important;
  -moz-transition: none !important;
  -o-transition: none !important;
  -ms-transition: none !important;
  transition: none !important;
}
.moving > i {
  -webkit-animation: opacity_third 2s linear infinite;
  animation: opacity_third 2s linear infinite;
  -webkit-transition: none !important;
  -moz-transition: none !important;
  -o-transition: none !important;
  -ms-transition: none !important;
  transition: none !important;
}
@-webkit-keyframes opacity_first {
  0% {
    opacity: 0.33;
    filter: alpha(opacity=33);
  }
  24.91% {
    opacity: 1;
    filter: alpha(opacity=100);
  }
  49.833% {
    opacity: 0;
    filter: alpha(opacity=0);
  }
}
@keyframes opacity_first {
  0% {
    opacity: 0.33;
    filter: alpha(opacity=33);
  }
  24.91% {
    opacity: 1;
    filter: alpha(opacity=100);
  }
  49.833% {
    opacity: 0;
    filter: alpha(opacity=0);
  }
}
@-webkit-keyframes opacity_second {
  0% {
    opacity: 0.66;
    filter: alpha(opacity=66);
  }
  16.66% {
    opacity: 1;
    filter: alpha(opacity=100);
  }
  41.5833% {
    opacity: 0;
    filter: alpha(opacity=0);
  }
}
@keyframes opacity_second {
  0% {
    opacity: 0.66;
    filter: alpha(opacity=66);
  }
  16.66% {
    opacity: 1;
    filter: alpha(opacity=100);
  }
  41.5833% {
    opacity: 0;
    filter: alpha(opacity=0);
  }
}
@-webkit-keyframes opacity_third {
  0% {
    opacity: 1;
    filter: alpha(opacity=100);
  }
  33.33% {
    opacity: 0;
    filter: alpha(opacity=0);
  }
}
@keyframes opacity_third {
  0% {
    opacity: 1;
    filter: alpha(opacity=100);
  }
  33.33% {
    opacity: 0;
    filter: alpha(opacity=0);
  }
}
/* Small devices (tablets, phones less than 767px) */
@media (max-width: 767px) {
  .tp-caption .btn.moving {
    position: absolute;
    bottom: -100px;
    left: 50%;
    margin-left: -18px;
  }
}
/*Nav Controls*/
/*Prev/Next Nav Controls*/
.tparrows.preview2 {
  background-color: rgba(0, 0, 0, 0.4);
  color: #ffffff;
  -webkit-border-radius: 0px 3px 3px 0;
  -moz-border-radius: 0px 3px 3px 0;
  border-radius: 0px 3px 3px 0;
}
.tp-rightarrow.preview2 {
  -webkit-border-radius: 3px 0px 0px 3px;
  -moz-border-radius: 3px 0px 0px 3px;
  border-radius: 3px 0px 0px 3px;
}
.tparrows.preview2:hover {
  background-color: rgba(0, 0, 0, 0.8);
}
.tparrows.preview2:after {
  content: "";
}
.tparrows.preview2:before {
  font-family: "fontello";
  content: "\e876";
  color: #ffffff;
  font-size: 24px;
  line-height: 60px;
  left: 22px;
  position: absolute;
}
.tp-rightarrow.preview2:before {
  left: auto;
  content: "\e877";
  right: 22px;
}
.tparrows.preview2 .tp-arr-titleholder {
  color: #ffffff;
  text-transform: none;
  font-weight: 300;
  font-family: 'Raleway', sans-serif;
}
/* Small devices (tablets, phones 768px and Up) */
@media (min-width: 768px) {
  .tparrows.preview4 {
    height: 200px;
  }
  .tparrows.preview4:after {
    line-height: 200px;
    height: 200px;
  }
  .tparrows.preview4 .tp-arr-imgholder {
    height: 200px;
  }
  .tparrows.preview4 .tp-arr-imgholder2 {
    height: 200px;
  }
}
/* Medium devices (laptops, tablets, phones 991px and below) */
@media (max-width: 991px) {
  .tparrows.preview2:before {
    font-size: 18px;
    line-height: 40px;
    left: 15px;
  }
  .tp-rightarrow.preview2:before {
    left: auto;
    right: 15px;
  }
}
/* Medium devices (desktops, tablets less than 991px) */
@media (min-width: 768px) and (max-width: 991px) {
  .tparrows.preview2 {
    min-width: 40px;
    min-height: 40px;
  }
  .tparrows.preview2 .tp-arr-titleholder {
    font-size: 12px;
    line-height: 40px;
    letter-spacing: 0px;
  }
  .tp-rightarrow.preview2 .tp-arr-titleholder {
    right: 35px;
  }
  .tp-leftarrow.preview2 .tp-arr-titleholder {
    left: 35px;
  }
}
/* Small devices (tablets, phones less than 767px) */
@media (max-width: 767px) {
  .tparrows.preview2:before {
    font-size: 16px;
    line-height: 30px;
    left: 10px;
  }
  .tp-rightarrow.preview2:before {
    left: auto;
    right: 10px;
  }
}
.tp-bullets.preview4 .bullet,
.tp-bullets.preview2 .bullet {
  background: rgba(0, 0, 0, 0.6) !important;
  border: none!important;
  width: 10px !important;
  height: 10px !important;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin-left: 1px!important;
  margin-right: 1px!important;
}
.tp-bullets.preview4 .bullet:hover,
.tp-bullets.preview4 .bullet.selected,
.tp-bullets.preview2 .bullet:hover,
.tp-bullets.preview2 .bullet.selected {
  background: #000000 !important;
  border: none!important;
  width: 10px !important;
  height: 10px !important;
}
.tp-bannertimer {
  background-image: none;
  background-color: rgba(9, 175, 223, 0.8);
  z-index: 21;
  display: none;
  height: 2px;
}
/* Medium devices (netbooks, tablets, phones less than 991px) */
@media (max-width: 991px) {
  .slideshow .icon.large {
    font-size: 24px;
    width: 90px;
    height: 90px;
    line-height: 88px;
  }
  .slideshow .icon.small {
    font-size: 15px;
    width: 35px;
    height: 35px;
    line-height: 35px;
  }
}
/* Small devices (tablets, phones less than 767px) */
@media (max-width: 767px) {
  .slideshow .icon.large {
    font-size: 18px;
    width: 60px;
    height: 60px;
    line-height: 58px;
  }
}
/* Extra small devices (phones, less than 480px) */
@media (max-width: 480px) {
  .slideshow .icon.large {
    font-size: 18px;
    width: 35px;
    height: 35px;
    line-height: 33px;
  }
}
/* 9 Owl Carousel
----------------------------------------------------------------------------- */
.owl-carousel {
  cursor: grab;
  cursor: -moz-grab;
  cursor: -webkit-grab;
}
.container .owl-carousel {
  cursor: default;
  cursor: -moz-default;
  cursor: -webkit-default;
}
.container .content-slider-with-large-controls,
.container .content-slider-with-large-controls-autoplay {
  margin-bottom: 50px;
  border: 1px solid #f5f5f5;
}
/* Styling Next and Prev buttons */
/*style-1*/
.content-slider-with-controls .owl-buttons,
.content-slider-with-controls-autoplay .owl-buttons {
  width: 100%;
  height: 0;
  position: absolute;
  top: 50%;
  margin-top: -15px;
  z-index: 10;
}
.content-slider-with-controls .owl-buttons div,
.content-slider-with-controls-autoplay .owl-buttons div {
  display: inline-block;
  font-size: 14px;
  position: absolute;
  text-transform: capitalize;
  font-weight: 300;
  color: transparent;
  background: rgba(0, 0, 0, 0.5);
  padding: 5px 5px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.content-slider-with-controls .owl-buttons div:after,
.content-slider-with-controls-autoplay .owl-buttons div:after {
  font-family: "FontAwesome";
  position: absolute;
  font-size: 16px;
  line-height: 1;
  top: 50%;
  margin-top: -8px;
}
.content-slider-with-controls .owl-buttons .owl-prev,
.content-slider-with-controls-autoplay .owl-buttons .owl-prev {
  left: 0;
  padding-left: 0px;
}
.content-slider-with-controls .owl-buttons .owl-prev:hover,
.content-slider-with-controls-autoplay .owl-buttons .owl-prev:hover {
  padding-left: 25px;
  padding-right: 10px;
  color: #ffffff;
}
.content-slider-with-controls .owl-buttons .owl-prev:after,
.content-slider-with-controls-autoplay .owl-buttons .owl-prev:after {
  content: "\f104";
  left: 13px;
  color: #ffffff;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.content-slider-with-controls .owl-buttons .owl-prev:hover:after,
.content-slider-with-controls-autoplay .owl-buttons .owl-prev:hover:after {
  left: 8px;
}
.content-slider-with-controls .owl-buttons .owl-next,
.content-slider-with-controls-autoplay .owl-buttons .owl-next {
  right: 0px;
  left: auto;
  padding-right: 0px;
}
.content-slider-with-controls .owl-buttons .owl-next:hover,
.content-slider-with-controls-autoplay .owl-buttons .owl-next:hover {
  padding-right: 25px;
  padding-left: 10px;
  color: #ffffff;
}
.content-slider-with-controls .owl-buttons .owl-next:after,
.content-slider-with-controls-autoplay .owl-buttons .owl-next:after {
  content: "\f105";
  right: 13px;
  color: #ffffff;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.content-slider-with-controls .owl-buttons .owl-next:hover:after,
.content-slider-with-controls-autoplay .owl-buttons .owl-next:hover:after {
  right: 8px;
}
/*style-2*/
.content-slider-with-large-controls .owl-buttons,
.content-slider-with-large-controls-autoplay .owl-buttons {
  width: 100%;
  height: 0;
  position: absolute;
  top: 50%;
}
.container .content-slider-with-large-controls .owl-buttons,
.container .content-slider-with-large-controls-autoplay .owl-buttons {
  top: auto;
  bottom: -10px;
}
.content-slider-with-large-controls .owl-buttons div,
.content-slider-with-large-controls-autoplay .owl-buttons div {
  display: inline-block;
  font-size: 18px;
  position: absolute;
  text-transform: capitalize;
  font-weight: 300;
  color: #cdcdcd;
}
.content-slider-with-large-controls .owl-buttons div:after,
.content-slider-with-large-controls-autoplay .owl-buttons div:after {
  font-family: "FontAwesome";
  position: absolute;
  font-size: 16px;
  line-height: 1;
  top: 50%;
  margin-top: -8px;
}
.content-slider-with-large-controls .owl-buttons .owl-prev,
.content-slider-with-large-controls-autoplay .owl-buttons .owl-prev {
  left: 0;
  padding-left: 30px;
}
.content-slider-with-large-controls .owl-buttons .owl-prev:after,
.content-slider-with-large-controls-autoplay .owl-buttons .owl-prev:after {
  content: "\f104";
  left: 15px;
  color: #09afdf;
}
.content-slider-with-large-controls .owl-buttons .owl-next,
.content-slider-with-large-controls-autoplay .owl-buttons .owl-next {
  right: 0px;
  left: auto;
  padding-right: 30px;
}
.content-slider-with-large-controls .owl-buttons .owl-next:after,
.content-slider-with-large-controls-autoplay .owl-buttons .owl-next:after {
  content: "\f105";
  right: 15px;
  color: #09afdf;
}
.container .content-slider-with-large-controls .owl-buttons .owl-prev,
.container .content-slider-with-large-controls-autoplay .owl-buttons .owl-prev {
  padding-left: 15px;
}
.container .content-slider-with-large-controls .owl-buttons .owl-prev:after,
.container .content-slider-with-large-controls-autoplay .owl-buttons .owl-prev:after {
  left: 0px;
}
.container .content-slider-with-large-controls .owl-buttons .owl-next,
.container .content-slider-with-large-controls-autoplay .owl-buttons .owl-next {
  padding-right: 15px;
}
.container .content-slider-with-large-controls .owl-buttons .owl-next:after,
.container .content-slider-with-large-controls-autoplay .owl-buttons .owl-next:after {
  right: 0px;
}
/* Large and Medium devices (desktops, tablets less than 1199px) */
@media (max-width: 1199px) {
  .content-slider-with-large-controls .owl-buttons,
  .content-slider-with-large-controls-autoplay .owl-buttons {
    top: 98%;
  }
}
.buttons-hide .owl-buttons {
  display: none;
}
/* Styling Pagination*/
.owl-pagination,
.owl-pagination {
  position: absolute;
  bottom: 0px;
  text-align: center;
  width: 100%;
  z-index: 10;
}
.owl-controls .owl-page,
.owl-controls .owl-page {
  display: inline-block;
  zoom: 1;
}
.owl-controls .owl-page span,
.owl-controls .owl-page span {
  display: block;
  width: 9px;
  height: 9px;
  margin: 5px 3px;
  opacity: 0.5;
  filter: alpha(opacity=50);
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  background: #ffffff;
}
.dark-controls .owl-controls .owl-page span,
.dark-controls .owl-controls .owl-page span {
  background: #333;
}
.owl-controls .owl-page.active span,
.owl-controls.clickable .owl-page:hover span,
.owl-controls .owl-page.active span,
.owl-controls.clickable .owl-page:hover span {
  opacity: 1;
  filter: alpha(opacity=100);
}
/* Small devices (tablets, phones less than 767px) */
@media (max-width: 767px) {
  .owl-controls .owl-page span,
  .owl-controls .owl-page span {
    background: #000000;
  }
}
/*# sourceMappingURL=style.css.map */

@media only screen and (min-width:769px) {
    .col-md-2-5 {
        width: 20%
    }
}



.m-top-30 {
    margin-top: 30px;
}

.widget_ab_item_text h6{
    margin-bottom:5px;
}
.widget_item h5{
    font-weight: 700;
}
.widget_item .btn:hover{
    background-color: #0ec9a2;
}
.widget_item li a{
    color:#aaa;
}
.widget_item li a:hover{
    color:#fff;
}

.widget_latst_item_text p{
    margin-bottom: 0px;
    color:#aaaaaa;
}
.widget_service li i,
.widget_latst_item_text a{
    font-size:12px;
    color:#aaaaaa;
}
.widget_service li i{
    margin-right: 5px;
}
.widget_service li{
    font-size:13px;
    border-bottom: 1px dashed #aaa;
    padding-bottom: 10px;
}
.widget_newsletter li a:hover i,
.widget_latst_item_text:hover p,
.widget_service li:hover,
.widget_service li:hover i{
    color:#fff;
}

.widget_ab_item .item_icon,
.widget_latst_item .item_icon{
    float: left;
    width: 20%;
    display: inline-block;
    margin-right: 15px;
}
.widget_ab_item .widget_ab_item_text,
.widget_latst_item .widget_latst_item_text {
    display: inline-block;
    width: 70%;
}
.widget_ab_item .item_icon{
    float: left;
    width: 10%;
    display: inline-block;
    margin-right: 15px;
}
.widget_ab_item .widget_ab_item_text {
    display: inline-block;
    width: 80%;
}
.widget_newsletter .form-inline .form-group{
    display: block;
}
.widget_newsletter .form-control{
    width:80%;
    height: 40px;
    background-color: #1a1a1a;
    border-color:#333333;
    display: inline-block;
}
.widget_newsletter .btn{
    width: 20%;
    padding: 0.65rem 1.2rem;
    background-color: #00a885;
    border-color:#00a885;
    color:#fff;
    border-radius: 0;
    margin-left:-4px;
    display: inline-block;
}
.widget_brand a{
    font-size:30px;
    font-weight: 800;
    color:#aaa;
}
.widget_newsletter li a i{
    color:#aaa;
}


/*
Featured section style
========================*/

.features_item .f_item_icon{
    float: left;
    width:15%;
    display: inline-block;
    margin-right: 15px;
}
.features_item .f_item_icon i{
    font-size:4rem;
    color:#00a885;
}
.features_item .f_item_text{
    display: inline-block;
    width:75%;
	text-align:left;
}
.features_item .f_item_text p{
    font-size:14px;
}
/*
Featured section style End
========================*/

.g-brd-black-opacity-0_4{border-color:#000 !important;}
.g-brd-black-opacity-0_4{color:#000 !important;}


.justify-content-start{justify-content:flex-start !important}.justify-content-end{justify-content:flex-end !important}
 .justify-content-center{justify-content:center !important}.justify-content-between{justify-content:space-between !important}
 .justify-content-around{justify-content:space-around !important}.align-items-start{align-items:flex-start !important}

  .btn {
    padding: 9px 20px;
    font-size: 14px;
    line-height: 1.46666667;
    border-radius: 3px;
    margin: 0px 0;
 } 
 
 
 .rounded-0 {
    border-radius: 0;
}
.btn {
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
    font-size: 14px;
    font-weight: 600;
    border: 1px solid;
    padding: 1rem 4rem;
}
.btn {
    display: inline-block;
    padding: 9px 25px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid #000;
    border-radius: 4px;
}
a {
    color: #0075be;
    outline: none;
}
[role=button], a, area, button, input, label, select, summary, textarea {
    touch-action: manipulation;
}

.media {
    margin-top: 0;
     margin-bottom: 0px !important;
}
.form-control {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background: #ffffff;
    height: 40px;
    padding-right: 30px;
    border-color: #000000;
} 

.dark-translucent-bg h1{color:#000 !important;}


.main_product .carousel-control{
    background-color: #fff;
    color:#333;
    border-radius: 50%;
    width:50px;
    height: 50px;
    line-height: 50px;
    font-size:1rem;
    text-align: center;
    top:30%;
}
.main_product .carousel-control:hover{
    background-color: #00a885;
    color:#fff;
}
.main_product .carousel-control.left{
    left:-1.4%;
    box-shadow: -1px 0px 0px 0px;
}
.main_product .carousel-control.right {
    right:-1.4%;
    box-shadow: 1px 0px 0px 0px;
}

.main_product .port_img{
    position: relative;
    overflow: hidden;
}

.main_product .port_img img{
    width:50%;
}
/* .main_product .port_overlay{
    width:50%;
    height: 100%;
    background-color: rgba(0,168,133,0.60);
    position: absolute;
    left:0;
    top:0;
    padding-top: 16%;
    opacity: 0;
    transition: all 0.2s;
}
.main_product .port_overlay a{
    width:40px;
    height: 40px;
    line-height: 40px;
    margin: 0 auto;
    color:#fff;
    border:1px solid #fff;
    border-radius: 50%;
    display: inline-block;
    font-size:2rem;
    bottom: -150px;
    position: relative;
}
.main_product .port_img:hover .port_overlay a{
    bottom:0;
}
.main_product .port_img:hover .port_overlay{
    opacity: 1;
} */
.port_caption{width:50%;}
.dropdown-toggle {
    /* padding: 12px 20px !important; */
    color: #fff;
    border: 1px solid #fff;
}

/*
    Spacing & Alignment 
------------------------------------------*/

.roomy-100 {
    padding-top: 100px;
    padding-bottom: 100px;
}

.roomy-80 {
    padding-top: 100px;
    padding-bottom: 80px;
}

.roomy-70 {
    padding-top: 70px;
    padding-bottom: 70px;
}

.roomy-60 {
    padding-top: 60px;
    padding-bottom: 60px;
}

.roomy-50 {
    padding-top: 50px;
    padding-bottom: 50px;
}

.roomy-40 {
    padding-top: 40px;
    padding-bottom: 40px;
}

/*
Featured section style
========================*/

.features_item .f_item_icon{
    float: left;
    width:15%;
    display: inline-block;
    margin-right: 15px;
}
.features_item .f_item_icon i{
    font-size:4rem;
    color:#00a885;
}
.features_item .f_item_text{
    display: inline-block;
    width:75%;
}
.features_item .f_item_text p{
    font-size:14px;
}
/*
Featured section style End
========================*/
.sm-m-top-30{margin-top:30px}
.m-left-125 {margin-left: 10%;}

.g-brd-white{border-color:#fff !important}
.g-brd-white--hover:hover,.g-brd-white--active.active{border-color:#fff !important}*:hover>
.g-brd-white--hover-parent{border-color:#fff !important}.g-brd-white-opacity-0_1{border-color:rgba(255,255,255,0.1) !important}
.g-brd-white-opacity-0_1--hover:hover,.g-brd-white-opacity-0_1--active.active{border-color:rgba(255,255,255,0.1) !important}*:hover>
.g-brd-white-opacity-0_1--hover-parent{border-color:rgba(255,255,255,0.1) !important}
.g-brd-white-opacity-0_2{border-color:rgba(255,255,255,0.2) !important}
.g-brd-white-opacity-0_2--hover:hover,.g-brd-white-opacity-0_2--active.active{border-color:rgba(255,255,255,0.2) !important}*:hover>
.g-brd-white-opacity-0_2--hover-parent{border-color:rgba(255,255,255,0.2) !important}
.g-brd-white-opacity-0_3{border-color:rgba(255,255,255,0.3) !important}
.g-brd-white-opacity-0_3--hover:hover,.g-brd-white-opacity-0_3--active.active{border-color:rgba(255,255,255,0.3) !important}*:hover>
.g-brd-white-opacity-0_3--hover-parent{border-color:rgba(255,255,255,0.3) !important}
.g-brd-white-opacity-0_4{border-color:rgba(255,255,255,0.4) !important}
.g-brd-white-opacity-0_4--hover:hover,.g-brd-white-opacity-0_4--active.active{border-color:rgba(255,255,255,0.4) !important}*:hover>
.g-brd-white-opacity-0_4--hover-parent{border-color:rgba(255,255,255,0.4) !important}
.g-brd-white-opacity-0_5{border-color:rgba(255,255,255,0.5) !important}
.g-brd-white-opacity-0_5--hover:hover,.g-brd-white-opacity-0_5--active.active{border-color:rgba(255,255,255,0.5) !important}*:hover>
.g-brd-white-opacity-0_5--hover-parent{border-color:rgba(255,255,255,0.5) !important}
.g-brd-white-opacity-0_6{border-color:rgba(255,255,255,0.6) !important}
.g-brd-white-opacity-0_6--hover:hover,.g-brd-white-opacity-0_6--active.active{border-color:rgba(255,255,255,0.6) !important}*:hover>
.g-brd-white-opacity-0_6--hover-parent{border-color:rgba(255,255,255,0.6) !important}
.g-brd-white-opacity-0_8{border-color:rgba(255,255,255,0.8) !important}
.g-brd-white-opacity-0_8--hover:hover,.g-brd-white-opacity-0_8--active.active{border-color:rgba(255,255,255,0.8) !important}*:hover>
.g-brd-white-opacity-0_8--hover-parent{border-color:rgba(255,255,255,0.8) !important}.g-brd-gray-dark-v1{border-color:#111 !important}
.g-brd-gray-dark-v1--hover:hover,.g-brd-gray-dark-v1--active.active{border-color:#111 !important}*:hover>
.g-brd-gray-dark-v1--hover-parent{border-color:#111 !important}.g-brd-gray-dark-v2{border-color:#333 !important}
.g-brd-gray-dark-v2--hover:hover,.g-brd-gray-dark-v2--active.active{border-color:#333 !important}*:hover>
.g-brd-gray-dark-v2--hover-parent{border-color:#333 !important}.g-brd-gray-dark-v3{border-color:#555 !important}
.g-brd-gray-dark-v3--hover:hover,.g-brd-gray-dark-v3--active.active{border-color:#555 !important}*:hover>
.g-brd-gray-dark-v3--hover-parent{border-color:#555 !important}.g-brd-gray-dark-v4{border-color:#777 !important}
.g-brd-gray-dark-v4--hover:hover,.g-brd-gray-dark-v4--active.active{border-color:#777 !important}*:hover>
.g-brd-gray-dark-v4--hover-parent{border-color:#777 !important}.g-brd-gray-dark-v5{border-color:#999 !important}
.g-brd-gray-dark-v5--hover:hover,.g-brd-gray-dark-v5--active.active{border-color:#999 !important}*:hover>
.g-brd-gray-dark-v5--hover-parent{border-color:#999 !important}.g-brd-gray-light-v1{border-color:#bbb !important}
.g-brd-gray-light-v1--hover:hover,.g-brd-gray-light-v1--focus:focus,.g-brd-gray-light-v1--active.active{border-color:#bbb !important}*:hover>
.g-brd-gray-light-v1--hover-parent{border-color:#bbb !important}.g-brd-gray-light-v2{border-color:#ccc !important}
.g-brd-gray-light-v2--before::before{border-color:#ccc !important}.g-brd-gray-light-v2--after::after{border-color:#ccc !important}
.g-brd-gray-light-v2--hover:hover,.g-brd-gray-light-v2--active.active{border-color:#ccc !important}*:hover>
.g-brd-gray-light-v2--hover-parent{border-color:#ccc !important}.g-brd-gray-light-v3{border-color:#ddd !important}
.g-brd-gray-light-v3--hover:hover,.g-brd-gray-light-v3--active.active,.g-brd-gray-light-v3--focus:focus{border-color:#ddd !important}*:hover>
.g-brd-gray-light-v3--hover-parent{border-color:#ddd !important}.g-brd-gray-light-v4{border-color:#eee !important}
.g-brd-gray-light-v4--hover:hover,.g-brd-gray-light-v4--active.active{border-color:#eee !important}*:hover>.g-brd-gray-light-v4--hover-parent{border-color:#eee !important}.g-brd-gray-light-v5{border-color:#f7f7f7 !important}.g-brd-gray-light-v5--hover:hover,.g-brd-gray-light-v5--active.active{border-color:#f7f7f7 !important}*:hover>.g-brd-gray-light-v5--hover-parent{border-color:#f7f7f7 !important}.g-brd-transparent{border-color:transparent !important}.g-brd-transparent--before::before{border-color:transparent !important}.g-brd-transparent--after::after{border-color:transparent !important}.g-brd-transparent--hover:hover,.g-brd-transparent--active.active{border-color:transparent !important}*:hover>.g-brd-transparent--hover-parent{border-color:transparent !important}.g-brd-green{border-color:#72c02c !important}.g-brd-green--hover:hover,.g-brd-green--active.active{border-color:#72c02c !important}*:hover>.g-brd-green--hover-parent{border-color:#72c02c !important}.g-brd-blue{border-color:#12aaeb !important}.g-brd-blue--hover:hover,.g-brd-blue--active.active{border-color:#12aaeb !important}*:hover>.g-brd-blue--hover-parent{border-color:#12aaeb !important}.g-brd-blue-opacity-0_4{border-color:rgba(18,170,235,0.4) !important}.g-brd-lightblue{border-color:#edf2f8 !important}.g-brd-lightblue--hover:hover,.g-brd-lightblue--active.active{border-color:#edf2f8 !important}*:hover>.g-brd-lightblue--hover-parent{border-color:#edf2f8 !important}.g-brd-lightblue-v1{border-color:#d6e2ee !important}.g-brd-lightblue-v1--hover:hover,.g-brd-lightblue-v1--active.active{border-color:#d6e2ee !important}*:hover>.g-brd-lightblue-v1--hover-parent{border-color:#d6e2ee !important}.g-brd-darkblue{border-color:#009 !important}.g-brd-darkblue--hover:hover,.g-brd-darkblue--active.active{border-color:#009 !important}*:hover>.g-brd-darkblue--hover-parent{border-color:#009 !important}.g-brd-indigo{border-color:#4263a3 !important}.g-brd-indigo--hover:hover,.g-brd-indigo--active.active{border-color:#4263a3 !important}*:hover>.g-brd-indigo--hover-parent{border-color:#4263a3 !important}.g-brd-red{border-color:#e74c3c !important}.g-brd-red--hover:hover,.g-brd-red--active.active{border-color:#e74c3c !important}*:hover>.g-brd-red--hover-parent{border-color:#e74c3c !important}.g-brd-lightred{border-color:#e64b3b !important}.g-brd-lightred--hover:hover,.g-brd-lightred--active.active{border-color:#e64b3b !important}*:hover>.g-brd-lightred--hover-parent{border-color:#e64b3b !important}.g-brd-darkred{border-color:#a10f2b !important}.g-brd-darkred--hover:hover,.g-brd-darkred--active.active{border-color:#a10f2b !important}*:hover>.g-brd-darkred--hover-parent{border-color:#a10f2b !important}.g-brd-purple{border-color:#9a69cb !important}.g-brd-purple--hover:hover,.g-brd-purple--active.active{border-color:#9a69cb !important}*:hover>.g-brd-purple--hover-parent{border-color:#9a69cb !important}.g-brd-darkpurple{border-color:#6639b6 !important}.g-brd-darkpurple--hover:hover,.g-brd-darkpurple--active.active{border-color:#6639b6 !important}*:hover>.g-brd-darkpurple--hover-parent{border-color:#6639b6 !important}.g-brd-pink{border-color:#e81c62 !important}.g-brd-pink--hover:hover,.g-brd-pink--active.active{border-color:#e81c62 !important}*:hover>.g-brd-pink--hover-parent{border-color:#e81c62 !important}.g-brd-orange{border-color:#e57d20 !important}.g-brd-orange--hover:hover,.g-brd-orange--active.active{border-color:#e57d20 !important}*:hover>.g-brd-orange--hover-parent{border-color:#e57d20 !important}.g-brd-deeporange{border-color:#fe541e !important}.g-brd-deeporange--hover:hover,.g-brd-deeporange--active.active{border-color:#fe541e !important}*:hover>.g-brd-deeporange--hover-parent{border-color:#fe541e !important}.g-brd-yellow{border-color:#ebc71d !important}.g-brd-yellow--hover:hover,.g-brd-yellow--active.active{border-color:#ebc71d !important}*:hover>.g-brd-yellow--hover-parent{border-color:#ebc71d !important}.g-brd-aqua{border-color:#29d6e6 !important}.g-brd-aqua--hover:hover,.g-brd-aqua--active.active{border-color:#29d6e6 !important}*:hover>.g-brd-aqua--hover-parent{border-color:#29d6e6 !important}.g-brd-cyan{border-color:#00bed6 !important}.g-brd-cyan--hover:hover,.g-brd-cyan--active.active{border-color:#00bed6 !important}*:hover>.g-brd-cyan--hover-parent{border-color:#00bed6 !important}.g-brd-teal{border-color:#18ba9b !important}.g-brd-teal--hover:hover,.g-brd-teal--active.active{border-color:#18ba9b !important}*:hover>.g-brd-teal--hover-parent{border-color:#18ba9b !important}.g-brd-brown{border-color:#9c8061 !important}.g-brd-brown--hover:hover,.g-brd-brown--active.active{border-color:#9c8061 !important}*:hover>.g-brd-brown--hover-parent{border-color:#9c8061 !important}.g-brd-bluegray{border-color:#585f69 !important}.g-brd-bluegray--hover:hover,.g-brd-bluegray--active.active{border-color:#585f69 !important}*:hover>.g-brd-bluegray--hover-parent{border-color:#585f69 !important}.g-brd-primary-top{border-top-color:#0075be !important}.g-brd-primary-top--before::before{border-top-color:#0075be !important}.g-brd-primary-bottom{border-bottom-color:#0075be !important}.g-brd-primary-bottom--before:before{border-bottom-color:#0075be !important}.g-brd-primary-left{border-left-color:#0075be !important}.g-brd-primary-left--before:before{border-left-color:#0075be !important}.g-brd-primary-right{border-right-color:#0075be !important}.g-brd-primary-right--before:before{border-right-color:#0075be !important}.g-brd-primary-opacity-0_3-top{border-top-color:rgba(0,117,190,0.3) !important}.g-brd-primary-opacity-0_3-bottom{border-bottom-color:rgba(0,117,190,0.3) !important}.g-brd-primary-opacity-0_3-left{border-left-color:rgba(0,117,190,0.3) !important}.g-brd-primary-opacity-0_3-right{border-right-color:rgba(0,117,190,0.3) !important}.g-brd-primary-dark-dark-v1-top{border-top-color:#006fb4 !important}.g-brd-primary-dark-dark-v1-bottom{border-bottom-color:#006fb4 !important}.g-brd-primary-dark-dark-v1-left{border-left-color:#006fb4 !important}.g-brd-primary-dark-dark-v1-right{border-right-color:#006fb4 !important}.g-brd-primary-dark-dark-v2-top{border-top-color:#0065a5 !important}.g-brd-primary-dark-dark-v2-bottom{border-bottom-color:#0065a5 !important}.g-brd-primary-dark-dark-v2-left{border-left-color:#0065a5 !important}.g-brd-primary-dark-dark-v2-right{border-right-color:#0065a5 !important}.g-brd-primary-dark-dark-v3-top{border-top-color:#00568b !important}.g-brd-primary-dark-dark-v3-bottom{border-bottom-color:#00568b !important}.g-brd-primary-dark-dark-v3-left{border-left-color:#00568b !important}.g-brd-primary-dark-dark-v3-right{border-right-color:#00568b !important}.g-brd-black-top{border-top-color:#000 !important}.g-brd-black-bottom{border-bottom-color:#000 !important}.g-brd-black-left{border-left-color:#000 !important}.g-brd-black-right{border-right-color:#000 !important}.g-brd-white-top{border-top-color:#fff !important}.g-brd-white-bottom{border-bottom-color:#fff !important}.g-brd-white-left{border-left-color:#fff !important}.g-brd-white-right{border-right-color:#fff !important}.g-brd-white-opacity-0_1-top{border-top-color:rgba(255,255,255,0.1) !important}.g-brd-white-opacity-0_1-bottom{border-bottom-color:rgba(255,255,255,0.1) !important}.g-brd-white-opacity-0_1-left{border-left-color:rgba(255,255,255,0.1) !important}.g-brd-white-opacity-0_1-right{border-right-color:rgba(255,255,255,0.1) !important}.g-brd-white-opacity-0_2-top{border-top-color:rgba(255,255,255,0.2) !important}.g-brd-white-opacity-0_2-bottom{border-bottom-color:rgba(255,255,255,0.2) !important}.g-brd-white-opacity-0_2-left{border-left-color:rgba(255,255,255,0.2) !important}.g-brd-white-opacity-0_2-right{border-right-color:rgba(255,255,255,0.2) !important}.g-brd-white-opacity-0_3-top{border-top-color:rgba(255,255,255,0.3) !important}.g-brd-white-opacity-0_3-bottom{border-bottom-color:rgba(255,255,255,0.3) !important}.g-brd-white-opacity-0_3-left{border-left-color:rgba(255,255,255,0.3) !important}.g-brd-white-opacity-0_3-right{border-right-color:rgba(255,255,255,0.3) !important}.g-brd-white-opacity-0_4-top{border-top-color:rgba(255,255,255,0.4) !important}.g-brd-white-opacity-0_4-bottom{border-bottom-color:rgba(255,255,255,0.4) !important}.g-brd-white-opacity-0_4-left{border-left-color:rgba(255,255,255,0.4) !important}.g-brd-white-opacity-0_4-right{border-right-color:rgba(255,255,255,0.4) !important}.g-brd-white-opacity-0_5-top{border-top-color:rgba(255,255,255,0.5) !important}.g-brd-white-opacity-0_5-bottom{border-bottom-color:rgba(255,255,255,0.5) !important}.g-brd-white-opacity-0_5-left{border-left-color:rgba(255,255,255,0.5) !important}.g-brd-white-opacity-0_5-right{border-right-color:rgba(255,255,255,0.5) !important}.g-brd-white-opacity-0_6-top{border-top-color:rgba(255,255,255,0.6) !important}.g-brd-white-opacity-0_6-bottom{border-bottom-color:rgba(255,255,255,0.6) !important}.g-brd-white-opacity-0_6-left{border-left-color:rgba(255,255,255,0.6) !important}.g-brd-white-opacity-0_6-right{border-right-color:rgba(255,255,255,0.6) !important}.g-brd-gray-dark-v1-top{border-top-color:#111 !important}.g-brd-gray-dark-v1-bottom{border-bottom-color:#111 !important}.g-brd-gray-dark-v1-left{border-left-color:#111 !important}.g-brd-gray-dark-v1-right{border-right-color:#111 !important}.g-brd-gray-dark-v2-top{border-top-color:#333 !important}.g-brd-gray-dark-v2-bottom{border-bottom-color:#333 !important}.g-brd-gray-dark-v2-left{border-left-color:#333 !important}.g-brd-gray-dark-v2-right{border-right-color:#333 !important}.g-brd-gray-dark-v3-top{border-top-color:#555 !important}.g-brd-gray-dark-v3-bottom{border-bottom-color:#555 !important}.g-brd-gray-dark-v3-left{border-left-color:#555 !important}.g-brd-gray-dark-v3-right{border-right-color:#555 !important}.g-brd-gray-dark-v4-top{border-top-color:#777 !important}.g-brd-gray-dark-v4-bottom{border-bottom-color:#777 !important}.g-brd-gray-dark-v4-left{border-left-color:#777 !important}.g-brd-gray-dark-v4-right{border-right-color:#777 !important}.g-brd-gray-dark-v5-top{border-top-color:#999 !important}.g-brd-gray-dark-v5-bottom{border-bottom-color:#999 !important}.g-brd-gray-dark-v5-left{border-left-color:#999 !important}.g-brd-gray-dark-v5-right{border-right-color:#999 !important}.g-brd-gray-light-v1-top{border-top-color:#bbb !important}.g-brd-gray-light-v1-bottom{border-bottom-color:#bbb !important}.g-brd-gray-light-v1-left{border-left-color:#bbb !important}.g-brd-gray-light-v1-right{border-right-color:#bbb !important}.g-brd-gray-light-v2-top{border-top-color:#ccc !important}.g-brd-gray-light-v2-bottom{border-bottom-color:#ccc !important}.g-brd-gray-light-v2-left{border-left-color:#ccc !important}.g-brd-gray-light-v2-right{border-right-color:#ccc !important}.g-brd-gray-light-v3-top{border-top-color:#ddd !important}.g-brd-gray-light-v3-bottom{border-bottom-color:#ddd !important}.g-brd-gray-light-v3-left{border-left-color:#ddd !important}.g-brd-gray-light-v3-right{border-right-color:#ddd !important}.g-brd-gray-light-v4-top{border-top-color:#eee !important}.g-brd-gray-light-v4-bottom{border-bottom-color:#eee !important}.g-brd-gray-light-v4-left{border-left-color:#eee !important}.g-brd-gray-light-v4-right{border-right-color:#eee !important}.g-brd-gray-light-v5-top{border-top-color:#f7f7f7 !important}.g-brd-gray-light-v5-bottom{border-bottom-color:#f7f7f7 !important}.g-brd-gray-light-v5-left{border-left-color:#f7f7f7 !important}.g-brd-gray-light-v5-right{border-right-color:#f7f7f7 !important}.g-brd-transparent-top{border-top-color:transparent !important}.g-brd-transparent-bottom{border-bottom-color:transparent !important}.g-brd-transparent-left{border-left-color:transparent !important}.g-brd-transparent-right{border-right-color:transparent !important}.g-brd-green-top{border-top-color:#72c02c !important}.g-brd-green-bottom{border-bottom-color:#72c02c !important}.g-brd-green-left{border-left-color:#72c02c !important}.g-brd-green-right{border-right-color:#72c02c !important}.g-brd-blue-top{border-top-color:#12aaeb !important}.g-brd-blue-bottom{border-bottom-color:#12aaeb !important}.g-brd-blue-left{border-left-color:#12aaeb !important}.g-brd-blue-right{border-right-color:#12aaeb !important}.g-brd-lightblue-top{border-top-color:#edf2f8 !important}.g-brd-lightblue-bottom{border-bottom-color:#edf2f8 !important}.g-brd-lightblue-left{border-left-color:#edf2f8 !important}.g-brd-lightblue-right{border-right-color:#edf2f8 !important}.g-brd-lightblue-v1-top{border-top-color:#d6e2ee !important}.g-brd-lightblue-v1-bottom{border-bottom-color:#d6e2ee !important}.g-brd-lightblue-v1-left{border-left-color:#d6e2ee !important}.g-brd-lightblue-v1-right{border-right-color:#d6e2ee !important}.g-brd-darkblue-top{border-top-color:#009 !important}.g-brd-darkblue-bottom{border-bottom-color:#009 !important}.g-brd-darkblue-left{border-left-color:#009 !important}.g-brd-darkblue-right{border-right-color:#009 !important}.g-brd-indigo-top{border-top-color:#4263a3 !important}.g-brd-indigo-bottom{border-bottom-color:#4263a3 !important}.g-brd-indigo-left{border-left-color:#4263a3 !important}.g-brd-indigo-right{border-right-color:#4263a3 !important}.g-brd-red-top{border-top-color:#e74c3c !important}.g-brd-red-bottom{border-bottom-color:#e74c3c !important}.g-brd-red-left{border-left-color:#e74c3c !important}.g-brd-red-right{border-right-color:#e74c3c !important}.g-brd-lightred-top{border-top-color:#e64b3b !important}.g-brd-lightred-bottom{border-bottom-color:#e64b3b !important}.g-brd-lightred-left{border-left-color:#e64b3b !important}.g-brd-lightred-right{border-right-color:#e64b3b !important}.g-brd-darkred-top{border-top-color:#a10f2b !important}.g-brd-darkred-bottom{border-bottom-color:#a10f2b !important}.g-brd-darkred-left{border-left-color:#a10f2b !important}.g-brd-darkred-right{border-right-color:#a10f2b !important}.g-brd-purple-top{border-top-color:#9a69cb !important}.g-brd-purple-bottom{border-bottom-color:#9a69cb !important}.g-brd-purple-left{border-left-color:#9a69cb !important}.g-brd-purple-right{border-right-color:#9a69cb !important}.g-brd-darkpurple-top{border-top-color:#6639b6 !important}.g-brd-darkpurple-bottom{border-bottom-color:#6639b6 !important}.g-brd-darkpurple-left{border-left-color:#6639b6 !important}.g-brd-darkpurple-right{border-right-color:#6639b6 !important}.g-brd-pink-top{border-top-color:#e81c62 !important}.g-brd-pink-bottom{border-bottom-color:#e81c62 !important}.g-brd-pink-left{border-left-color:#e81c62 !important}.g-brd-pink-right{border-right-color:#e81c62 !important}.g-brd-orange-top{border-top-color:#e57d20 !important}.g-brd-orange-bottom{border-bottom-color:#e57d20 !important}.g-brd-orange-left{border-left-color:#e57d20 !important}.g-brd-orange-right{border-right-color:#e57d20 !important}.g-brd-deeporange-top{border-top-color:#fe541e !important}.g-brd-deeporange-bottom{border-bottom-color:#fe541e !important}.g-brd-deeporange-left{border-left-color:#fe541e !important}.g-brd-deeporange-right{border-right-color:#fe541e !important}.g-brd-yellow-top{border-top-color:#ebc71d !important}.g-brd-yellow-bottom{border-bottom-color:#ebc71d !important}.g-brd-yellow-left{border-left-color:#ebc71d !important}.g-brd-yellow-right{border-right-color:#ebc71d !important}.g-brd-aqua-top{border-top-color:#29d6e6 !important}.g-brd-aqua-bottom{border-bottom-color:#29d6e6 !important}.g-brd-aqua-left{border-left-color:#29d6e6 !important}.g-brd-aqua-right{border-right-color:#29d6e6 !important}.g-brd-cyan-top{border-top-color:#00bed6 !important}.g-brd-cyan-bottom{border-bottom-color:#00bed6 !important}.g-brd-cyan-left{border-left-color:#00bed6 !important}.g-brd-cyan-right{border-right-color:#00bed6 !important}.g-brd-teal-opacity-0_4{border-color:rgba(24,186,155,0.4) !important}.g-brd-teal-top{border-top-color:#18ba9b !important}.g-brd-teal-bottom{border-bottom-color:#18ba9b !important}.g-brd-teal-left{border-left-color:#18ba9b !important}.g-brd-teal-right{border-right-color:#18ba9b !important}.g-brd-brown-top{border-top-color:#9c8061 !important}.g-brd-brown-bottom{border-bottom-color:#9c8061 !important}.g-brd-brown-left{border-left-color:#9c8061 !important}.g-brd-brown-right{border-right-color:#9c8061 !important}.g-brd-bluegray-top{border-top-color:#585f69 !important}.g-brd-bluegray-bottom{border-bottom-color:#585f69 !important}.g-brd-bluegray-left{border-left-color:#585f69 !important}.g-brd-bluegray-right{border-right-color:#585f69 !important}.g-brd-primary-top--hover:hover{border-top-color:#0075be !important}.g-brd-primary-top--hover:hover::after{border-top-color:#0075be}.g-brd-primary-top--active.active{border-top-color:#0075be !important}.g-brd-primary-top--active.active::after{border-top-color:#0075be}.g-brd-primary-bottom--hover:hover{border-bottom-color:#0075be !important}.g-brd-primary-bottom--hover:hover::after{border-bottom-color:#0075be}.g-brd-primary-bottom--active.active{border-bottom-color:#0075be !important}.g-brd-primary-bottom--active.active::after{border-bottom-color:#0075be}.g-brd-pinterest{border-color:#c8232c !important}.g-brd-pinterest::after{border-color:#c8232c !important}.g-brd-pinterest-top--hover:hover{border-top-color:#c8232c !important}.g-brd-pinterest-top--hover:hover::after{border-top-color:#c8232c}.g-brd-pinterest-top--active.active{border-top-color:#c8232c !important}.g-brd-pinterest-top--active.active::after{border-top-color:#c8232c}.g-brd-pinterest-bottom--hover:hover{border-bottom-color:#c8232c !important}.g-brd-pinterest-bottom--hover:hover::after{border-bottom-color:#c8232c}.g-brd-pinterest-bottom--active.active{border-bottom-color:#c8232c !important}.g-brd-pinterest-bottom--active.active::after{border-bottom-color:#c8232c}.g-brd-facebook{border-color:#3b5998}.g-brd-facebook--hover:hover{border-color:#3b5998 !important}.g-brd-twitter{border-color:#00acee}.g-brd-twitter--hover:hover{border-color:#00acee !important}.g-brd-skype{border-color:#00aff0}.g-brd-skype--hover:hover{border-color:#00aff0 !important}.g-brd-pinterest{border-color:#c8232c}.g-brd-pinterest--hover:hover{border-color:#c8232c !important}.g-brd-vine{border-color:#00bf8f}.g-brd-vine--hover:hover{border-color:#00bf8f !important}.g-brd-youtube{border-color:#c4302b}.g-brd-youtube--hover:hover{border-color:#c4302b !important}.g-brd-google-plus{border-color:#dd4b39}.g-brd-google-plus--hover:hover{border-color:#dd4b39 !important}.g-brd-dribbble{border-color:#ea4c89}.g-brd-dribbble--hover:hover{border-color:#ea4c89 !important}.g-brd-vk{border-color:#2b587a}.g-brd-vk--hover:hover{border-color:#2b587a !important}.g-brd-linkedin{border-color:#0e76a8}.g-brd-linkedin--hover:hover{border-color:#0e76a8 !important}.g-brd-instagram{border-color:#3f729b}.g-brd-instagram--hover:hover{border-color:#3f729b !important}.g-brd-cyan-gradient-opacity-v1{-o-border-image:linear-gradient(160deg, rgba(0,0,153,0.55) 0%, rgba(0,190,214,0.6) 100%);border-image:linear-gradient(160deg, rgba(0,0,153,0.55) 0%, rgba(0,190,214,0.6) 100%);border-image-slice:1}.g-font-secondary{font-family:"Roboto Slab", Helvetica, Arial, sans-serif}.g-font-code{font-family:Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace}.g-font-niconne{font-family:"Niconne", cursive}.g-font-size-default{font-size:1rem !important}.g-font-size-70x{font-size:70% !important}.g-font-size-75x{font-size:75% !important}.g-font-size-80x{font-size:80% !important}.g-font-size-85x{font-size:85% !important}.g-font-size-90x{font-size:90% !important}.g-font-size-95x{font-size:95% !important}.g-font-size-0{font-size:0}.g-font-size-5{font-size:0.3571428571rem !important}.g-font-size-8{font-size:0.5714285714rem !important}.g-font-size-9{font-size:0.6428571429rem !important}.g-font-size-10{font-size:0.7142857143rem !important}.g-font-size-11{font-size:0.7857142857rem !important}.g-font-size-12{font-size:0.8571428571rem !important}.g-font-size-13{font-size:0.9285714286rem !important}.g-font-size-14{font-size:1rem !important}.g-font-size-15{font-size:1.0714285714rem !important}.g-font-size-16{font-size:1.1428571429rem !important}.g-font-size-17{font-size:1.2142857143rem !important}.g-font-size-18{font-size:1.2857142857rem !important}.g-font-size-20{font-size:1.4285714286rem !important}.g-font-size-22{font-size:1.5714285714rem !important}.g-font-size-23{font-size:1.6428571429rem !important}.g-font-size-24{font-size:1.7142857143rem !important}.g-font-size-25{font-size:1.7857142857rem !important}.g-font-size-26{font-size:1.8571428571rem !important}.g-font-size-27{font-size:1.9285714286rem !important}.g-font-size-28{font-size:2rem !important}.g-font-size-30{font-size:2.1428571429rem !important}.g-font-size-32{font-size:2.2857142857rem !important}.g-font-size-33{font-size:2.3571428571rem !important}.g-font-size-35{font-size:2.5rem !important}.g-font-size-36{font-size:2.5714285714rem !important}.g-font-size-38{font-size:2.7142857143rem !important}.g-font-size-40{font-size:2.8571428571rem !important}.g-font-size-42{font-size:3rem !important}.g-font-size-45{font-size:3.2142857143rem !important}.g-font-size-46{font-size:3.2857142857rem !important}.g-font-size-48{font-size:3.4285714286rem !important}.g-font-size-50{font-size:3.5714285714rem !important}.g-font-size-55{font-size:3.9285714286rem !important}.g-font-size-56{font-size:4rem !important}.g-font-size-60{font-size:4.2857142857rem !important}.g-font-size-65{font-size:4.6428571429rem !important}.g-font-size-70{line-height:70px;font-size:5rem !important}.g-font-size-75{font-size:5.3571428571rem !important}.g-font-size-76{font-size:5.4285714286rem !important}.g-font-size-80{font-size:5.7142857143rem !important}.g-font-size-86{font-size:6.1428571429rem !important}.g-font-size-90{font-size:6.4285714286rem !important}.g-font-size-120{font-size:8.5714285714rem !important}.g-font-size-200{line-height:210px;font-size:14.2857142857rem !important}.g-font-size-180{font-size:12.8571428571rem !important}
@media (min-width: 576px){.m-left-125 {margin-left: 10%;}.g-font-size-20--sm{font-size:1.4285714286rem !important}.g-font-size-25--sm{font-size:1.7857142857rem !important}.g-font-size-40--sm{font-size:2.8571428571rem !important}.g-font-size-50--sm{font-size:3.5714285714rem !important}.g-font-size-240--sm{font-size:17.1428571429rem !important}}
@media (min-width: 768px){.g-font-size-default--md{font-size:1rem}.g-font-size-12--md{font-size:0.8571428571rem !important}.g-font-size-16--md{font-size:1.1428571429rem !important}.g-font-size-18--md{font-size:1.2857142857rem !important}.g-font-size-20--md{font-size:1.4285714286rem !important}.g-font-size-24--md{font-size:1.7142857143rem !important}.g-font-size-25--md{font-size:1.7857142857rem !important}.g-font-size-26--md{font-size:1.8571428571rem !important}.g-font-size-27--md{font-size:1.9285714286rem !important}.g-font-size-28--md{font-size:2rem !important}.g-font-size-30--md{font-size:2.1428571429rem !important}.g-font-size-32--md{font-size:2.2857142857rem !important}.g-font-size-35--md{font-size:2.5rem !important}.g-font-size-36--md{font-size:2.5714285714rem !important}.g-font-size-40--md{font-size:2.8571428571rem !important}.g-font-size-45--md{font-size:3.2142857143rem !important}.g-font-size-46--md{font-size:3.2857142857rem !important}.g-font-size-48--md{font-size:3.4285714286rem !important}.g-font-size-50--md{font-size:3.5714285714rem !important}.g-font-size-55--md{font-size:3.9285714286rem !important}.g-font-size-56--md{font-size:4rem !important}.g-font-size-60--md{font-size:4.2857142857rem !important}.g-font-size-65--md{font-size:4.6428571429rem !important}.g-font-size-70--md{font-size:5rem !important}.g-font-size-75--md{font-size:5.3571428571rem !important}.g-font-size-76--md{font-size:5.4285714286rem !important}.g-font-size-90--md{font-size:6.4285714286rem !important}.g-font-size-130--md{font-size:9.2857142857rem !important}}
@media (min-width: 992px){.g-font-size-18--lg{font-size:1.2857142857rem !important}.g-font-size-26--lg{font-size:1.8571428571rem !important}.g-font-size-35--lg{font-size:2.5rem !important}.g-font-size-36--lg{font-size:2.5714285714rem !important}.g-font-size-75--lg{font-size:5.3571428571rem !important}.g-font-size-76--lg{font-size:5.4285714286rem !important}.g-font-size-420--lg{font-size:30rem !important}}
@media (max-width: 576px -1){.g-font-size-25{font-size:1.7857142857rem !important}}.g-font-weight-100{font-weight:100}.g-font-weight-200{font-weight:200}.g-font-weight-300{font-weight:300}.g-font-weight-400{font-weight:400}.g-font-weight-500{font-weight:500}.g-font-weight-600{font-weight:600}.g-font-weight-700{font-weight:700}.g-font-weight-800{font-weight:800}.g-font-weight-900{font-weight:900}
@media (min-width: 768px){.g-font-weight-100--md{font-weight:100}.g-font-weight-200--md{font-weight:200}.g-font-weight-300--md{font-weight:300}.g-font-weight-400--md{font-weight:400}.g-font-weight-500--md{font-weight:500}.g-font-weight-600--md{font-weight:600}.g-font-weight-700--md{font-weight:700}.g-font-weight-800--md{font-weight:800}.g-font-weight-900--md{font-weight:900}}.g-text-transform-none{text-transform:none !important}.g-text-underline{text-decoration:underline}.g-text-underline--none--hover:focus,.g-text-underline--none--hover:hover{text-decoration:none}.g-text-strike{text-decoration:line-through}.g-letter-spacing-minus-2{letter-spacing:-0.1428571429rem}.g-letter-spacing-0_5{letter-spacing:0.0357142857rem}.g-letter-spacing-1_5{letter-spacing:0.1071428571rem}.g-letter-spacing-0{letter-spacing:0px}.g-letter-spacing-1{letter-spacing:0.0714285714rem}.g-letter-spacing-2{letter-spacing:0.1428571429rem}.g-letter-spacing-3{letter-spacing:0.2142857143rem}.g-letter-spacing-4{letter-spacing:0.2857142857rem}.g-letter-spacing-5{letter-spacing:0.3571428571rem}.g-letter-spacing-6{letter-spacing:0.4285714286rem}.g-letter-spacing-7{letter-spacing:0.5rem}.g-letter-spacing-8{letter-spacing:0.5714285714rem}.g-letter-spacing-9{letter-spacing:0.6428571429rem}.g-letter-spacing-10{letter-spacing:0.7142857143rem}.g-letter-spacing-11{letter-spacing:0.7857142857rem}.g-letter-spacing-12{letter-spacing:0.8571428571rem}.g-line-height-0{line-height:0 !important}.g-line-height-0_7{line-height:.7 !important}.g-line-height-0_8{line-height:.8 !important}.g-line-height-0_9{line-height:.9 !important}.g-line-height-1{line-height:1 !important}.g-line-height-1_1{line-height:1.1 !important}.g-line-height-1_2{line-height:1.2 !important}.g-line-height-1_3{line-height:1.3 !important}.g-line-height-1_4{line-height:1.4 !important}.g-line-height-1_5{line-height:1.5 !important}.g-line-height-1_6{line-height:1.6 !important}.g-line-height-1_8{line-height:1.8 !important}.g-line-height-1_9{line-height:1.9 !important}.g-line-height-2{line-height:2 !important}.g-font-style-normal{font-style:normal}.g-font-style-italic{font-style:italic}.g-list-style-circle{list-style-type:circle}.g-list-style-square{list-style-type:square}.g-list-style-lower-roman{list-style-type:lower-roman}.g-list-style-upper-roman{list-style-type:upper-roman}.g-list-style-lower-latin{list-style-type:lower-latin}.g-list-style-upper-latin{list-style-type:upper-latin}.g-text-break-word{word-wrap:break-word}.u-quote-v1::before{content:"\“";font-size:36px;line-height:0.75em;text-align:center;font-weight:600;display:block}.u-quote-v1::after{display:none}.g-pos-rel{position:relative !important}.g-pos-abs{position:absolute !important}.g-pos-stc{position:static !important}.g-pos-fix{position:fixed !important}
@media (min-width: 768px){.g-pos-rel--md{position:relative !important}.g-pos-fix--md{position:fixed !important}.g-pos-abs--md{position:absolute !important}.g-pos-fix--md{position:fixed !important}}
@media (min-width: 992px){.g-pos-abs--lg{position:absolute !important}}.g-top-auto{top:auto}.g-parent:hover .g-top-auto--parent-hover{top:auto}.g-top-0{top:0}.g-top-0--hover:hover{top:0}.g-parent:hover .g-top-0--parent-hover{top:0}.g-top-1{top:0.0714285714rem}.g-top-2{top:0.1428571429rem}.g-top-3{top:0.2142857143rem}.g-top-5{top:0.3571428571rem}.g-top-10{top:0.7142857143rem}.g-top-15{top:1.0714285714rem}.g-top-20{top:1.4285714286rem}.g-top-30{top:2.1428571429rem}.g-top-35{top:2.5rem}.g-top-55{top:3.9285714286rem}.g-top-100{top:7.1428571429rem}.g-top-15x{top:15%}.g-top-20x{top:20%}.g-top-25x{top:25%}.g-top-30x{top:30%}.g-top-35x{top:35%}.g-top-50x{top:50%}.g-top-100x{top:100%}.g-top-minus-1{top:-0.0714285714rem}.g-top-minus-2{top:-0.1428571429rem}.g-top-minus-3{top:-0.2142857143rem}.g-top-minus-4{top:-0.2857142857rem}.g-top-minus-5{top:-0.3571428571rem}.g-top-minus-6{top:-0.4285714286rem}.g-top-minus-8{top:-0.5714285714rem}.g-top-minus-10{top:-0.7142857143rem}.g-top-minus-15{top:-1.0714285714rem}.g-top-minus-20{top:-1.4285714286rem}.g-top-minus-30{top:-2.1428571429rem}.g-top-minus-35{top:-2.5rem}.g-top-minus-40{top:-2.8571428571rem}.g-top-minus-70{top:-5rem}.g-top-minus-120{top:-8.5714285714rem}.g-top-minus-25x{top:-25%}.g-left-auto{left:auto}.g-left-0{left:0}.g-left-0--hover:hover{left:0}.g-parent:hover .g-left-0--parent-hover{left:0}.g-left-2{left:0.1428571429rem}.g-left-5{left:0.3571428571rem}.g-left-10{left:0.7142857143rem}.g-left-15{left:1.0714285714rem !important}.g-left-20{left:1.4285714286rem}.g-left-30{left:2.1428571429rem}.g-left-40{left:2.8571428571rem}.g-left-45{left:3.2142857143rem}.g-left-75{left:5.3571428571rem}.g-left-110{left:7.8571428571rem}.g-left-130{left:9.2857142857rem}.g-left-200{left:14.2857142857rem}.g-left-15x{left:15%}.g-left-35x{left:35%}.g-left-50x{left:50%}.g-left-100x{left:100%}.g-left-minus-3{left:-0.2142857143rem}.g-left-minus-6{left:-0.4285714286rem}.g-left-minus-7{left:-0.5rem}.g-left-minus-10{left:-0.7142857143rem}.g-left-minus-15{left:-1.0714285714rem}.g-left-minus-20{left:-1.4285714286rem}.g-left-minus-25{left:-1.7857142857rem}.g-left-minus-30{left:-2.1428571429rem}.g-left-minus-50{left:-3.5714285714rem}.g-parent:hover .g-left-minus-50--parent-hover{left:-3.5714285714rem}.g-right-auto{right:auto}.g-right-0{right:0}.g-right-0--hover:hover{right:0}.g-parent:hover .g-right-0--parent-hover{right:0}.g-right-5{right:0.3571428571rem}.g-right-10{right:0.7142857143rem}.g-right-15{right:1.0714285714rem !important}.g-right-20{right:1.4285714286rem}.g-right-30{right:2.1428571429rem}.g-right-40{right:2.8571428571rem}.g-right-45{right:3.2142857143rem}.g-right-55{right:3.9285714286rem}.g-right-100{right:7.1428571429rem}.g-right-110{right:7.8571428571rem}.g-right-130{right:9.2857142857rem}.g-right-15x{right:15%}.g-right-35x{right:35%}.g-right-50x{right:50%}.g-right-100x{right:100%}.g-right-minus-3{right:-0.2142857143rem}.g-right-minus-6{right:-0.4285714286rem}.g-right-minus-5{right:-0.3571428571rem}.g-right-minus-10{right:-0.7142857143rem}.g-right-minus-13{right:-0.9285714286rem}.g-right-minus-15{right:-1.0714285714rem}.g-right-minus-20{right:-1.4285714286rem}.g-right-minus-25{right:-1.7857142857rem}.g-right-minus-50{right:-3.5714285714rem}.g-bottom-auto{bottom:auto}.g-bottom-0{bottom:0}.g-bottom-0--hover:hover{bottom:0}.g-parent:hover .g-bottom-0--parent-hover{bottom:0}.g-bottom-6{bottom:0.4285714286rem}.g-bottom-10{bottom:0.7142857143rem}.g-bottom-20{bottom:1.4285714286rem}.g-bottom-30{bottom:2.1428571429rem}.g-bottom-40{bottom:2.8571428571rem}.g-bottom-50{bottom:3.5714285714rem}.g-parent:hover .g-bottom-50--parent-hover{bottom:3.5714285714rem}.g-bottom-60{bottom:4.2857142857rem}.g-bottom-80{bottom:5.7142857143rem}.g-bottom-minus-20{bottom:-1.4285714286rem}.g-bottom-minus-30{bottom:-2.1428571429rem}.g-bottom-minus-35x{bottom:-35%}.g-bottom-minus-70{bottom:-5rem}.g-bottom-15x{bottom:15%}.g-bottom-50x{bottom:50%}.g-bottom-minus-25x{bottom:-25%}.g-bottom-100x{bottom:100%}
@media (min-width: 576px){.g-left-auto--sm{left:auto}.g-left-minus-20--sm{left:-20px}.g-right-minus-20--sm{right:-20px}}
@media (min-width: 768px){.g-right-0--md{right:0}.g-right-minus-15--md{right:-1.0714285714rem}.g-left-minus-15--md{left:-1.0714285714rem}.g-top-minus-20--md{top:-1.4285714286rem}.g-right-minus-25--md{right:-1.7857142857rem}.g-bottom-minus-50--md{bottom:-3.5714285714rem}.g-left-auto--md{left:auto}.g-left-minus-25--md{left:-1.7857142857rem}.g-left-130--md{left:9.2857142857rem}.g-left-35x--md{left:35%}.g-left-50x--md{left:50%}.g-right-130--md{right:9.2857142857rem}.g-right-35x--md{right:35%}.g-right-50x--md{right:50%}}
@media (min-width: 992px){.g-top-0--lg{top:0}.g-right-0--lg{right:0}.g-left-minus-35--lg{left:-2.5rem}.g-left-40--lg{left:2.8571428571rem}.g-right-minus-35--lg{right:-2.5rem}.g-right-40--lg{right:2.8571428571rem}}.g-absolute-centered{position:absolute !important;top:50% !important;left:50% !important;-webkit-transform:translate(-50%, -50%);transform:translate(-50%, -50%);-webkit-backface-visibility:hidden}.g-absolute-centered--x{position:absolute !important;left:50% !important;-webkit-transform:translateX(-50%);transform:translateX(-50%);-webkit-backface-visibility:hidden}
@media (min-width: 768px){.g-absolute-centered--x--md{position:absolute !important;left:50% !important;-webkit-transform:translateX(-50%);transform:translateX(-50%);-webkit-backface-visibility:hidden}}.g-absolute-centered--y{position:absolute !important;top:50% !important;-webkit-transform:translateY(-50%);transform:translateY(-50%);-webkit-backface-visibility:hidden}
@media (min-width: 768px){.g-absolute-centered--y--md{position:absolute !important;top:50% !important;-webkit-transform:translateY(-50%);transform:translateY(-50%);-webkit-backface-visibility:hidden}}.g-transform-origin--top-left{-webkit-transform-origin:top left;transform-origin:top left}.g-transform-origin--top-right{-webkit-transform-origin:top right;transform-origin:top right}.g-absolute-centered--y--scl-0_6{position:absolute;top:50%;-webkit-transform:scale(0.6) translateY(-50%);transform:scale(0.6) translateY(-50%)}.g-relative-centered{position:relative;top:50% !important;left:50% !important;-webkit-transform:translate(-50%, -50%);transform:translate(-50%, -50%);-webkit-backface-visibility:hidden}.g-relative-centered--x{position:relative;left:50% !important;-webkit-transform:translateX(-50%);transform:translateX(-50%);-webkit-backface-visibility:hidden}.g-relative-centered--y{position:relative;top:50% !important;-webkit-transform:translateY(-50%);transform:translateY(-50%);-webkit-backface-visibility:hidden}.g-flex-centered{display:flex;align-items:center;justify-content:center}.g-flex-centered-item{flex:1}.g-flex-centered-item--top{align-self:flex-start}.g-flex-centered-item--bottom{align-self:flex-end}.g-flex-right--xs{justify-content:flex-end}.g-flex-middle{display:flex;flex-flow:column nowrap;justify-content:space-between}.g-flex-middle-item{margin-top:auto;margin-bottom:auto}.g-flex-middle-item--top{margin-top:0;margin-bottom:0}.g-flex-middle-item--bottom{margin-top:auto;margin-bottom:0}.g-flex-middle-item--fixed{flex:none;max-width:50%}
@media (min-width: 768px){.g-flex-right--md{justify-content:flex-end}.g-flex-centered--md{display:flex;align-items:center;justify-content:center}.g-absolute-centered--y--scl-1--md{position:absolute;top:50%;-webkit-transform:scale(1) translateY(-50%);transform:scale(1) translateY(-50%)}}
@media (min-width: 576px){.g-absolute-centered--sm{position:absolute !important;top:50% !important;left:50% !important;-webkit-transform:translate(-50%, -50%);transform:translate(-50%, -50%);-webkit-backface-visibility:hidden}}.g-valign-super{vertical-align:super !important}.g-valign-sub{vertical-align:sub !important}.g-valign-top{vertical-align:top !important}.g-valign-middle{vertical-align:middle !important}.g-valign-bottom{vertical-align:bottom !important}.g-blur-30{-webkit-filter:blur(30px);filter:blur(30px)}.g-blur-30--hover:hover{-webkit-filter:blur(30px);filter:blur(30px)}.g-parent:hover .g-blur-30--parent-hover{-webkit-filter:blur(30px);filter:blur(30px)}.g-box-shadow-none{box-shadow:none !important}.g-clear{clear:both}.g-clear--left{clear:left}.g-clear--right{clear:right}.g-cursor-pointer{cursor:pointer}.g-overflow-hidden{overflow:hidden}.g-overflow-visible{overflow:visible}.g-overflow-x-hidden{overflow-x:hidden}.g-overflow-x-scroll{overflow-x:scroll}.g-overflow-y-auto{overflow-y:auto}.g-overflow-y-hidden{overflow-y:hidden}
@media (min-width: 768px){.g-overflow-x-visible--md{overflow-x:visible}}
@media (min-width: 992px){.g-overflow-x-visible--lg{overflow-x:visible}}[class*="g-transition"]{transition-property:all;transition-timing-function:ease;transition-delay:0s}[class*="g-transition"]::before,[class*="g-transition"]::after,[class*="g-transition"] path,[class*="g-transition"] polygon{transition-property:all;transition-timing-function:ease;transition-delay:0s}.g-transition-0_2{transition-duration:.2s}.g-transition-0_2::before,.g-transition-0_2::after,.g-transition-0_2 path,.g-transition-0_2 polygon{transition-duration:.2s}.g-transition-0_3{transition-duration:.3s}.g-transition-0_3::before,.g-transition-0_3::after,.g-transition-0_3 path,.g-transition-0_3 polygon{transition-duration:.3s}.g-transition-0_5{transition-duration:.5s}.g-transition-0_5::before,.g-transition-0_5::after,.g-transition-0_5 path,.g-transition-0_5 polygon{transition-duration:.5s}.g-transition-0_6{transition-duration:.6s}.g-transition-0_6::before,.g-transition-0_6::after,.g-transition-0_6 path,.g-transition-0_6 polygon{transition-duration:.6s}.g-transition-delay-0_11{transition-delay:.11s}.g-transition-delay-0_11::before,.g-transition-delay-0_11::after,.g-transition-delay-0_11 path,.g-transition-delay-0_11 polygon{transition-delay:.11s}.g-transition-delay-0_2{transition-delay:.2s}.g-transition-delay-0_2::before,.g-transition-delay-0_2::after,.g-transition-delay-0_2 path,.g-transition-delay-0_2 polygon{transition-delay:.2s}.g-transition-delay-0_45{transition-delay:.45s}.g-transition-delay-0_45::before,.g-transition-delay-0_45::after,.g-transition-delay-0_45 path,.g-transition-delay-0_45 polygon{transition-delay:.45s}.g-transition--ease-out{transition-timing-function:ease-out}.g-transition--ease-out::before,.g-transition--ease-out::after,.g-transition--ease-out path,.g-transition--ease-out polygon{transition-timing-function:ease-out}.g-transition--ease-in{transition-timing-function:ease-in}.g-transition--ease-in::before,.g-transition--ease-in::after,.g-transition--ease-in path,.g-transition--ease-in polygon{transition-timing-function:ease-in}.g-transition--ease-in-out{transition-timing-function:ease-in-out}.g-transition--ease-in-out::before,.g-transition--ease-in-out::after,.g-transition--ease-in-out path,.g-transition--ease-in-out polygon{transition-timing-function:ease-in-out}.g-transition--linear{transition-timing-function:linear}.g-transition--linear::before,.g-transition--linear::after,.g-transition--linear path,.g-transition--linear polygon{transition-timing-function:linear}.g-transform-scale-0_5{-webkit-transform:scale(0.5);transform:scale(0.5)}.g-transform-scale-0_5--hover:hover{-webkit-transform:scale(0.5);transform:scale(0.5)}.g-parent:hover .g-transform-scale-0_5--parent-hover{-webkit-transform:scale(0.5);transform:scale(0.5)}.g-transform-scale-0_8{-webkit-transform:scale(0.8);transform:scale(0.8)}.g-transform-scale-0_8--hover:hover{-webkit-transform:scale(0.8);transform:scale(0.8)}.g-parent:hover .g-transform-scale-0_8--parent-hover{-webkit-transform:scale(0.8);transform:scale(0.8)}.g-transform-scale-0_85{-webkit-transform:scale(0.85);transform:scale(0.85)}.g-transform-scale-0_85--hover:hover{-webkit-transform:scale(0.85);transform:scale(0.85)}.g-parent:hover .g-transform-scale-0_85--parent-hover{-webkit-transform:scale(0.85);transform:scale(0.85)}.g-transform-scale-0_9{-webkit-transform:scale(0.9);transform:scale(0.9)}.g-transform-scale-0_9--hover:hover{-webkit-transform:scale(0.9);transform:scale(0.9)}.g-parent:hover .g-transform-scale-0_9--parent-hover{-webkit-transform:scale(0.9);transform:scale(0.9)}.g-transform-scale-1{-webkit-transform:scale(1);transform:scale(1)}.g-transform-scale-1--hover:hover{-webkit-transform:scale(1);transform:scale(1)}.g-parent:hover .g-transform-scale-1--parent-hover{-webkit-transform:scale(1);transform:scale(1)}.g-transform-scale-1_05{-webkit-transform:scale3d(1.05, 1.05, 1.05);transform:scale3d(1.05, 1.05, 1.05)}.g-transform-scale-1_05--hover:hover{-webkit-transform:scale3d(1.05, 1.05, 1.05);transform:scale3d(1.05, 1.05, 1.05);z-index:2}.g-parent:hover .g-transform-scale-1_05--parent-hover{-webkit-transform:scale3d(1.1, 1.1, 1.1);transform:scale3d(1.1, 1.1, 1.1)}.g-transform-scale-1_1{-webkit-transform:scale3d(1.1, 1.1, 1.1);transform:scale3d(1.1, 1.1, 1.1)}.g-transform-scale-1_1--hover:hover{-webkit-transform:scale3d(1.1, 1.1, 1.1);transform:scale3d(1.1, 1.1, 1.1);z-index:2}.g-parent:hover .g-transform-scale-1_1--parent-hover{-webkit-transform:scale3d(1.1, 1.1, 1.1);transform:scale3d(1.1, 1.1, 1.1)}.g-transform-scale-1_2{-webkit-transform:scale(1.2);transform:scale(1.2)}.g-transform-scale-1_2--hover:hover{-webkit-transform:scale(1.2);transform:scale(1.2)}.g-parent:hover .g-transform-scale-1_2--parent-hover{-webkit-transform:scale(1.2);transform:scale(1.2)}.g-transform-translate-x-100x{-webkit-transform:translateX(100%);transform:translateX(100%)}.g-transform-translate-x-100x--hover:hover{-webkit-transform:translateX(100%);transform:translateX(100%)}.g-parent:hover .g-transform-translate-x-100x--parent-hover{-webkit-transform:translateX(100%);transform:translateX(100%)}.g-transform-translate-x-minus-100x{-webkit-transform:translateX(-100%);transform:translateX(-100%)}.g-transform-translate-x-minus-100x--hover:hover{-webkit-transform:translateX(-100%);transform:translateX(-100%)}.g-parent:hover .g-transform-translate-x-minus-100x--parent-hover{-webkit-transform:translateX(-100%);transform:translateX(-100%)}.g-transform-translate-y-5{-webkit-transform:translateY(5px);transform:translateY(5px)}.g-transform-translate-y-5--hover:hover{-webkit-transform:translateY(5px);transform:translateY(5px)}.g-parent:hover .g-transform-translate-y-5--parent-hover{-webkit-transform:translateY(5px);transform:translateY(5px)}.g-transform-translate-y-100x{-webkit-transform:translateY(100%);transform:translateY(100%)}.g-transform-translate-y-100x--hover:hover{-webkit-transform:translateY(100%);transform:translateY(100%)}.g-parent:hover .g-transform-translate-y-100x--parent-hover{-webkit-transform:translateY(100%);transform:translateY(100%)}.g-transform-translate-y-minus-5{-webkit-transform:translateY(-5px);transform:translateY(-5px)}.g-transform-translate-y-minus-5--hover:hover{-webkit-transform:translateY(-5px);transform:translateY(-5px)}.g-parent:hover .g-transform-translate-y-minus-5--parent-hover{-webkit-transform:translateY(-5px);transform:translateY(-5px)}.g-transform-translate-y-minus-70{-webkit-transform:translateY(-70px);transform:translateY(-70px)}.g-transform-translate-y-minus-70--hover:hover{-webkit-transform:translateY(-70px);transform:translateY(-70px)}.g-parent:hover .g-transform-translate-y-minus-70--parent-hover{-webkit-transform:translateY(-70px);transform:translateY(-70px)}.g-transform-translate-y-minus-100x{-webkit-transform:translateY(-100%);transform:translateY(-100%)}.g-transform-translate-y-minus-100x--hover:hover{-webkit-transform:translateY(-100%);transform:translateY(-100%)}.g-parent:hover .g-transform-translate-y-minus-100x--parent-hover{-webkit-transform:translateY(-100%);transform:translateY(-100%)}.opacity-0{opacity:0 !important}.g-opacity-0_3{opacity:.3 !important}.g-opacity-0_4{opacity:.4 !important}.g-opacity-0_5{opacity:.5 !important}.g-opacity-0_6{opacity:.6 !important}.g-opacity-0_7{opacity:.7 !important}.g-opacity-0_8{opacity:.8 !important}.g-opacity-1{opacity:1 !important}.opacity-0--hover:hover{opacity:0 !important}.g-parent:hover .opacity-0--parent-hover{opacity:0 !important}.g-opacity-0_3--hover:hover{opacity:.3 !important}.g-parent:hover .g-opacity-0_3--parent-hover{opacity:.3 !important}.g-opacity-0_5--hover:hover{opacity:.5 !important}.g-parent:hover .g-opacity-0_5--parent-hover{opacity:.5 !important}.g-opacity-0_6--hover:hover{opacity:.6 !important}.g-parent:hover .g-opacity-0_6--parent-hover{opacity:.6 !important}.g-opacity-0_7--hover:hover{opacity:.7 !important}.g-parent:hover .g-opacity-0_7--parent-hover{opacity:.7 !important}.g-opacity-0_8--hover:hover{opacity:.8 !important}.g-parent:hover .g-opacity-0_8--parent-hover{opacity:.8 !important}.u-block-hover:hover .g-opacity-1--hover,.g-opacity-1--hover:hover{opacity:1 !important}.g-parent:hover .g-opacity-1--parent-hover{opacity:1 !important}.g-z-index-auto{z-index:auto}.g-z-index-1{z-index:1}.g-z-index-2{z-index:2}.g-z-index-3{z-index:3}.g-z-index-3--hover:hover{z-index:3}.g-z-index-4{z-index:4}.g-z-index-4--hover:hover{z-index:4}.g-z-index-9999{z-index:9999}.g-z-index-minus-1{z-index:-1}.g-abs-reset-margins{margin:0 !important}.g-resize-none{resize:none}.g-placeholder-white::-webkit-input-placeholder{opacity:1;color:#fff}.g-placeholder-white:-ms-input-placeholder{opacity:1;color:#fff}.g-placeholder-white::-ms-input-placeholder{opacity:1;color:#fff}.g-placeholder-white::placeholder{opacity:1;color:#fff}.g-placeholder-white::-moz-placeholder{opacity:1;color:#fff}.g-placeholder-white::-webkit-input-placeholder{opacity:1;color:#fff}.g-placeholder-primary::-webkit-input-placeholder{color:#fff}.g-placeholder-primary:-ms-input-placeholder{color:#fff}.g-placeholder-primary::-ms-input-placeholder{color:#fff}.g-placeholder-primary::placeholder{color:#fff}.g-placeholder-inherit::-webkit-input-placeholder{color:inherit;opacity:1}.g-placeholder-inherit:-ms-input-placeholder{color:inherit;opacity:1}.g-placeholder-inherit::-ms-input-placeholder{color:inherit;opacity:1}.g-placeholder-inherit::placeholder{color:inherit;opacity:1}.g-placeholder-inherit::-moz-placeholder{color:inherit;opacity:1}.g-placeholder-inherit::-webkit-input-placeholder{color:inherit;opacity:1}
@media (min-width: 768px){.g-offset-md-1{margin-left:8.333333%}}
@media (min-width: 992px){.g-offset-lg-1{margin-left:8.333333%}.g-offset-lg-4{margin-left:33.333333%}}.g-color-inherit{color:inherit !important}.g-color-main{color:#555 !important}.g-color-main--hover:hover{color:#555 !important}.g-color-primary{color:#0075be !important}.u-block-hover:hover .g-color-primary--hover,.g-color-primary--hover:hover{color:#0075be !important}.g-parent:hover .g-color-primary--parent-hover{color:#0075be !important}.g-color-primary-opacity-0_3{color:rgba(0,117,190,0.3) !important}.g-color-primary-opacity-0_4{color:rgba(0,117,190,0.4) !important}.g-color-primary--before::before,.g-color-primary--after::after{color:#0075be}.g-color-black{color:#000 !important}.g-color-black--hover:hover{color:#000 !important}.g-parent:hover .g-color-black--parent-hover{color:#000 !important}.g-color-black-opacity-0_1{color:rgba(0,0,0,0.1) !important}.g-color-black-opacity-0_3{color:rgba(0,0,0,0.3) !important}.g-color-black-opacity-0_5{color:rgba(0,0,0,0.5) !important}.g-color-black-opacity-0_6{color:rgba(0,0,0,0.6) !important}.g-color-black-opacity-0_7{color:rgba(0,0,0,0.7) !important}.g-color-black-opacity-0_8{color:rgba(0,0,0,0.8) !important}.g-color-black-opacity-0_8--child *{color:rgba(0,0,0,0.8) !important}.g-color-black-opacity-0_9{color:rgba(0,0,0,0.9) !important}.g-color-white{color:#fff !important}.u-block-hover:hover .g-color-white--hover,.g-color-white--hover:hover{color:#fff !important}.g-parent:hover .g-color-white--parent-hover{color:#fff !important}.active .g-color-white--active{color:#fff !important}.g-color-white--child *{color:#fff !important}.g-color-white-opacity-0_1{color:rgba(255,255,255,0.1) !important}.g-color-white-opacity-0_2{color:rgba(255,255,255,0.2) !important}.g-color-white-opacity-0_3{color:rgba(255,255,255,0.3) !important}.g-color-white-opacity-0_5,.g-color-white-opacity-0_5--hover:hover{color:rgba(255,255,255,0.5) !important}.g-color-white-opacity-0_6{color:rgba(255,255,255,0.6) !important}.g-parent:hover .g-color-white-opacity-0_6--parent-hover{color:rgba(255,255,255,0.6) !important}.g-color-white-opacity-0_7,.g-color-white-opacity-0_7--hover:hover{color:rgba(255,255,255,0.7) !important}.g-color-white-opacity-0_75{color:rgba(255,255,255,0.75) !important}.g-color-white-opacity-0_8{color:rgba(255,255,255,0.8) !important}.g-color-white-opacity-0_8--child *{color:rgba(255,255,255,0.8) !important}.g-color-white-opacity-0_9,.g-color-white-opacity-0_9--hover:hover{color:rgba(255,255,255,0.92) !important}.g-color-gray-light-v1{color:#bbb !important}.g-color-gray-light-v1--hover:hover{color:#bbb !important}.g-color-gray-light-v2{color:#ccc !important}.g-color-gray-light-v2--hover:hover{color:#ccc !important}.g-color-gray-light-v3{color:#ddd !important}.g-color-gray-light-v3--hover:hover{color:#ddd !important}.g-color-gray-light-v4{color:#eee !important}.g-color-gray-light-v4--hover:hover{color:#eee !important}.g-color-gray-light-v4-opacity-0_6{color:rgba(238,238,238,0.6) !important}.g-color-gray-light-v5{color:#f7f7f7 !important}.g-color-gray-light-v5--hover:hover{color:#f7f7f7 !important}.g-color-gray-dark-v1{color:#111 !important}.g-color-gray-dark-v1--hover:hover{color:#111 !important}.g-color-gray-dark-v2{color:#333 !important}.g-color-gray-dark-v2--hover:hover{color:#333 !important}.g-color-gray-dark-v2-opacity-0_75{color:rgba(51,51,51,0.75) !important}.g-color-gray-dark-v3{color:#555 !important}.g-color-gray-dark-v3--hover:hover{color:#555 !important}.g-color-gray-dark-v4{color:#777 !important}.g-color-gray-dark-v4--hover:hover{color:#777 !important}.g-color-gray-dark-v5{color:#999 !important}.g-color-gray-dark-v5--hover:hover{color:#999 !important}.g-parent:hover .g-color-gray-dark-v5--parent-hover{color:#999 !important}.g-color-green{color:#72c02c !important}.g-color-darkgreen{color:#006400 !important}.g-color-blue{color:#12aaeb !important}.g-color-blue--hover:hover{color:#12aaeb !important}.g-color-blue-dark-v1{color:#0a5f83 !important}.g-color-lightblue{color:#edf2f8 !important}.g-color-lightblue--hover:hover{color:#edf2f8 !important}.g-color-lightblue-v1{color:#d6e2ee !important}.g-color-lightblue-v1--hover:hover{color:#d6e2ee !important}.g-color-darkblue{color:#009 !important}.g-color-darkblue--hover:hover{color:#009 !important}.g-color-indigo{color:#4263a3 !important}.g-color-indigo--hover:hover{color:#4263a3 !important}.g-color-red{color:#e74c3c !important}.g-color-red--hover:hover{color:#e74c3c !important}.g-color-lightred{color:#e64b3b !important}.g-color-lightred--hover:hover{color:#e64b3b !important}.g-color-darkred{color:#a10f2b !important}.g-color-darkred--hover:hover{color:#a10f2b !important}.g-color-purple{color:#9a69cb}.g-color-purple--hover:hover{color:#9a69cb !important}.g-color-purple-dark-v1{color:#552c7e !important}.g-color-darkpurple{color:#6639b6 !important}.g-color-darkpurple--hover:hover{color:#6639b6 !important}.g-color-pink{color:#e81c62}.g-color-pink--hover:hover{color:#e81c62 !important}.g-color-pink-dark-v1{color:#6f0b2d !important}.g-color-orange{color:#e57d20 !important}.g-color-orange--hover:hover{color:#e57d20 !important}.g-color-deeporange{color:#fe541e !important}.g-color-deeporange--hover:hover{color:#fe541e !important}.g-color-yellow{color:#ebc71d !important}.g-color-yellow--hover:hover{color:#ebc71d !important}.g-color-aqua{color:#29d6e6}.g-color-aqua--hover:hover{color:#29d6e6 !important}.g-color-aqua-dark-v1{color:#11848e !important}.g-color-cyan{color:#00bed6 !important}.g-color-cyan--hover:hover{color:#00bed6 !important}.g-color-teal{color:#18ba9b !important}.g-color-teal--hover:hover{color:#18ba9b !important}.g-color-brown{color:#9c8061 !important}.g-color-brown--hover:hover{color:#9c8061 !important}.g-color-bluegray{color:#585f69 !important}.g-color-bluegray--hover:hover{color:#585f69 !important}.g-color-cityyellow{color:#fcee21 !important}.g-color-facebook{color:#3b5998}.g-color-facebook:hover{color:#344e86}.g-color-facebook--hover:hover{color:#3b5998 !important}.g-color-twitter{color:#00acee}.g-color-twitter:hover{color:#009ad5}.g-color-twitter--hover:hover{color:#00acee !important}.g-color-skype{color:#00aff0}.g-color-skype:hover{color:#009cd7}.g-color-skype--hover:hover{color:#00aff0 !important}.g-color-pinterest{color:#c8232c}.g-color-pinterest:hover{color:#b21f27}.g-color-pinterest--hover:hover{color:#c8232c !important}.g-color-vine{color:#00bf8f}.g-color-vine:hover{color:#00a67c}.g-color-vine--hover:hover{color:#00bf8f !important}.g-color-youtube{color:#c4302b}.g-color-youtube:hover{color:#af2b26}.g-color-youtube--hover:hover{color:#c4302b !important}.g-color-google-plus{color:#dd4b39}.g-color-google-plus:hover{color:#d73925}.g-color-google-plus--hover:hover{color:#dd4b39 !important}.g-color-dribbble{color:#ea4c89}.g-color-dribbble:hover{color:#e7357a}.g-color-dribbble--hover:hover{color:#ea4c89 !important}.g-color-vk{color:#2b587a}.g-color-vk:hover{color:#244a67}.g-color-vk--hover:hover{color:#2b587a !important}.g-color-linkedin{color:#0e76a8}.g-color-linkedin:hover{color:#0c6590}.g-color-linkedin--hover:hover{color:#0e76a8 !important}.g-color-instagram{color:#3f729b}.g-color-instagram:hover{color:#386589}.g-color-instagram--hover:hover{color:#3f729b !important}.g-color-cyan-gradient-opacity-v1{background-repeat:repeat-x;background-image:linear-gradient(160deg, rgba(0,0,153,0.55), rgba(0,190,214,0.6));background-clip:text;-webkit-background-clip:text;text-fill-color:transparent;-webkit-text-fill-color:transparent}.g-color-blue-gradient-opacity-v1{background-repeat:repeat-x;background-image:linear-gradient(-260deg, #8654da, rgba(66,229,248,0.8));background-clip:text;-webkit-background-clip:text;text-fill-color:transparent;-webkit-text-fill-color:transparent}.g-width-30x{width:30% !important}.g-width-40x{width:40% !important}.g-width-50x{width:50% !important}.g-width-60x{width:60% !important}.g-width-70x{width:70% !important}.g-width-80x{width:80% !important}.g-width-90x{width:90% !important
media (max-width: 446px -1){.w-100--2xs{width:100% !important}}
@media (min-width: 576px){.g-width-20x--sm{width:20% !important}.g-width-25x--sm{width:25% !important}.g-width-33_3x--sm{width:33.333333% !important}.g-width-40x--sm{width:40% !important}.g-width-60x--sm{width:60% !important}.g-width-16_6x--sm{width:16.666666% !important}.g-width-66_6x--sm{width:66.666666% !important}}
@media (min-width: 768px){.g-width-20x--md{width:20% !important}.g-width-25x--md{width:25% !important}.g-width-30x--md{width:30% !important}.g-width-35x--md{width:35% !important}.g-width-40x--md{width:40% !important}.g-width-45x--md{width:45% !important}.g-width-50x--md{width:50% !important}.g-width-55x--md{width:55% !important}.g-width-60x--md{width:60% !important}.g-width-65x--md{width:65% !important}.g-width-70x--md{width:70% !important}.g-width-75x--md{width:75% !important}.g-width-80x--md{width:80% !important}.g-width-85x--md{width:85% !important}.g-width-90x--md{width:90% !important}.g-width-33_3x--md{width:33.333333% !important}.g-width-16_6x--md{width:16.666666% !important}.g-width-66_6x--md{width:66.666666% !important}}.g-width-auto{width:auto !important}.g-width-1x{max-width:1%}.g-width-80x{max-width:80%}.g-width-90x{max-width:90%}.g-width-95x{width:95%}.g-max-width-60x{max-width:60%}.g-max-width-100x{max-width:100%}.g-min-width-100x{min-width:100%}.g-width-50vw{width:50vw !important}.g-width-100vw{width:100vw !important}.g-width-3{width:3px !important}.g-width-10{width:10px !important}.g-width-12{width:12px !important}.g-width-16{width:16px !important}.g-width-18{width:18px !important}.g-width-20{width:20px !important}.g-width-24{width:24px !important}.g-width-25{width:25px !important}.g-width-26{width:26px !important}.g-width-28{width:28px !important}.g-width-30{width:30px !important}.g-width-32{width:32px !important}.g-width-35{width:35px !important}.g-width-40{width:40px !important}.g-width-45{width:45px !important}.g-width-48{width:48px !important}.g-width-50{width:50px !important}.g-width-54{width:54px !important}.g-width-55{width:55px !important}.g-width-60{width:60px !important}.g-width-64{width:64px !important}.g-width-70{width:70px !important}.g-width-75{width:75px !important}.g-width-80{width:80px !important}.g-width-85{width:85px !important}.g-width-95{width:95px !important}.g-width-100{width:100px !important}.g-width-105{width:105px}.g-width-110{width:110px !important}.g-width-115{width:115px !important}.g-width-120{width:120px !important}.g-width-125{width:125px !important}.g-width-130{width:130px !important}.g-width-140{width:140px !important}.g-width-150{width:150px !important}.g-width-160{width:160px !important}.g-width-170{width:170px !important}.g-width-200{width:200px !important}.g-width-215{width:215px !important}.g-width-235{width:235px !important}.g-width-250{width:250px !important;max-width:100%}.g-width-270{width:270px !important;max-width:100%}.g-width-300{width:300px !important;max-width:100%}.g-width-400{width:400px !important;max-width:100%}.g-width-340{width:340px !important;max-width:100%}.g-width-360{width:360px !important;max-width:100%}.g-width-370{width:370px !important;max-width:100%}.g-width-380{width:380px !important;max-width:100%}.g-width-460{width:460px !important;max-width:100%}.g-width-465{width:465px !important;max-width:100%}.g-width-485{width:485px !important;max-width:100%}.g-width-560{width:560px !important;max-width:100%}.g-width-590{width:590px !important;max-width:100%}.g-width-600{width:600px !important;max-width:100%}.g-width-630{width:630px !important;max-width:100%}.g-width-680{width:680px !important;max-width:100%}.g-width-720{width:720px !important;max-width:100%}.g-width-760{width:760px !important;max-width:100%}.g-width-770{width:770px !important;max-width:100%}.g-width-780{width:780px !important;max-width:100%}.g-width-900{width:900px !important;max-width:100%}.g-width-945{width:945px !important;max-width:100%}.g-width-1025{width:1025px !important;max-width:100%}.g-max-width-100{max-width:100px}.g-max-width-120{max-width:120px}.g-max-width-170{max-width:170px}.g-max-width-190{max-width:190px}.g-max-width-200{max-width:200px}.g-max-width-250{max-width:250px}.g-max-width-300{max-width:300px}.g-max-width-400{max-width:400px}.g-max-width-540{max-width:540px}.g-max-width-550{max-width:550px}.g-max-width-570{max-width:570px}.g-max-width-600{max-width:600px}.g-max-width-645{max-width:645px}.g-max-width-670{max-width:670px}.g-max-width-700{max-width:700px}.g-max-width-750{max-width:750px}.g-max-width-770{max-width:770px}.g-max-width-780{max-width:780px}.g-max-width-800{max-width:800px}.g-max-width-840{max-width:840px}.g-max-width-960{max-width:960px}.g-min-width-40{min-width:40px}.g-min-width-65{min-width:65px}.g-min-width-110{min-width:110px}.g-min-width-130{min-width:130px}.g-min-width-170{min-width:170px}.g-min-width-200{min-width:200px}.g-min-width-220{min-width:220px}.g-min-width-300{min-width:300px}
@media (min-width: 576px){.g-width-50x--sm{width:50% !important}.g-width-80x--sm{width:80% !important}.g-width-485--sm{width:485px !important;max-width:100%}}
@media (min-width: 768px){.g-width-60--md{width:60px !important}.g-width-80--md{width:80px !important}.g-width-50x--md{width:50% !important}.g-width-60x--md{width:60% !important}.g-width-80x--md{width:80% !important}.g-width-45--md{width:45px !important}.g-width-100--md{width:100px !important}.g-width-125--md{width:125px !important}.g-width-140--md{width:140px !important}.g-width-155--md{width:155px !important}.g-width-225--md{width:225px !important}.g-width-160--md{width:160px !important}.g-width-165--md{width:165px !important}.g-width-170--md{width:170px !important}.g-width-780--md{width:780px !important;max-width:100%}.g-max-width-200--md{max-width:200px}.g-max-width-400--md{max-width:400px}.g-min-width-110--md{min-width:110px}.g-width-auto--md{width:auto !important}}
@media (min-width: 992px){.g-width-100x--lg{width:100% !important}.g-width-155--lg{width:155px !important}.g-width-165--lg{width:165px !important}.g-width-200--lg{width:200px !important;max-width:100%}.g-width-485--lg{width:485px !important;max-width:100%}.g-width-auto--lg{width:auto !important}}*>.g-width-70--hover{transition-property:width;transition-duration:.2s;transition-timing-function:ease-in}*:hover>.g-width-70--hover{width:70px}.g-height-50x{height:50%}.g-height-80x{height:80%}.g-height-90x{height:90%}.g-height-95x{height:95%}.g-height-100x{height:100%}.g-max-height-100x{max-height:100%}.g-max-height-90vh{height:90vh !important}.g-min-height-100x{min-height:100%}.g-height-50vh{height:50vh !important}.g-height-70vh{height:70vh}.g-height-75vh{height:75vh}.g-height-100vh{height:100vh !important}.g-min-height-50vh{min-height:50vh}.g-min-height-60vh{min-height:60vh}.g-min-height-70vh{min-height:70vh}.g-min-height-80vh{min-height:80vh}.g-min-height-100vh{min-height:100vh}.g-height-auto{height:auto}
@media (min-width: 576px){.g-height-100vh--sm{height:100vh !important}.g-height-auto--sm{height:auto}.g-height-100x--sm{height:100%}}
@media (min-width: 768px){.g-height-auto--md{height:auto}.g-min-height-100vh--md{min-height:100vh}}
@media (min-width: 992px){.g-height-100vh--lg{height:100vh !important}.g-height-auto--lg{height:auto}}
@media (min-width: 1200px){.g-height-auto--xl{height:auto}}.g-height-1{height:1px}.g-height-2{height:2px}.g-height-4{height:4px}.g-height-5{height:5px !important}.g-height-6{height:6px !important}.g-height-10{height:10px !important}.g-height-12{height:12px !important}.g-height-16{height:16px !important}.g-height-18{height:18px}.g-height-20{height:20px !important}.g-height-24{height:24px}.g-height-25{height:25px}.g-height-26{height:26px}.g-height-28{height:28px !important}.g-height-30{height:30px !important}.g-height-32{height:32px}.g-height-35{height:35px !important}.g-height-40{height:40px}.g-height-45{height:45px}.g-height-48{height:48px}.g-height-50{height:50px}.g-height-55{height:55px}.g-height-60{height:60px}.g-height-64{height:64px}.g-height-70{height:70px}.g-height-75{height:75px}.g-height-80{height:80px !important}.g-height-85{height:85px}.g-height-88{height:88px}.g-height-90{height:90px}.g-height-95{height:95px !important}.g-height-100{height:100px !important}.g-height-105{height:105px}.g-height-115{height:115px !important}.g-height-120{height:120px}.g-height-130{height:130px}.g-height-140{height:140px}.g-height-150{height:150px}.g-height-160{height:160px}.g-height-170{height:170px}.g-height-180{height:180px !important}.g-height-200{height:200px}.g-height-220{height:220px}.g-height-250{height:250px}.g-height-280{height:280px}.g-height-300{height:300px}.g-height-350{height:350px}.g-height-400{height:400px}.g-height-450{height:450px}.g-height-460{height:460px;max-height:100% !important}.g-height-500{height:500px}.g-height-600{height:600px}.g-height-680{height:680px}.g-min-height-4{min-height:4px}.g-min-height-200{min-height:200px}.g-min-height-250{min-height:250px}.g-min-height-275{min-height:275px}.g-min-height-300{min-height:300px}.g-min-height-312{min-height:312px}.g-min-height-360{min-height:360px}.g-min-height-400{min-height:400px}.g-min-height-450{min-height:450px}.g-min-height-500{min-height:500px}.g-min-height-600{min-height:600px}
@media (min-width: 576px){.g-height-350--sm{height:350px}.g-height-680--sm{height:680px}}
@media (min-width: 768px){.g-height-45--md{height:45px !important}.g-height-60--md{height:60px !important}.g-height-100--md{height:100px !important}.g-height-170--md{height:170px !important}.g-height-350--md{height:350px}.g-height-500--md{height:500px}.g-height-680--md{height:680px}.g-height-100x--md{height:100%}.g-height-100vh--md{height:100vh}.g-min-height-230--md{min-height:230px}.g-min-height-500--md{min-height:500px}}
@media (min-width: 992px){.g-height-200--lg{height:200px !important}.g-height-230--lg{height:230px}.g-height-350--lg{height:350px}.g-height-680--lg{height:680px}}
@media (min-width: 1200px){.g-height-350--xl{height:350px}.g-height-680--xl{height:680px}}
@media (min-width: 0){.g-ma-0{margin:0 !important}.g-mx-0{margin-left:0 !important;margin-right:0 !important}.g-my-0{margin-top:0 !important;margin-bottom:0 !important}.g-ml-0{margin-left:0 !important}.g-mr-0{margin-right:0 !important}.g-mt-0{margin-top:0 !important}.g-mb-0{margin-bottom:0 !important}.g-mx-1{margin-left:0.0714285714rem !important;margin-right:0.0714285714rem !important}.g-mx-2{margin-left:0.1428571429rem !important;margin-right:0.1428571429rem !important}.g-mx-3{margin-left:0.2142857143rem !important;margin-right:0.2142857143rem !important}.g-mx-4{margin-left:0.2857142857rem !important;margin-right:0.2857142857rem !important}.g-mx-5{margin-left:0.3571428571rem !important;margin-right:0.3571428571rem !important}.g-mx-6{margin-left:0.4285714286rem !important;margin-right:0.4285714286rem !important}.g-mx-7{margin-left:0.5rem !important;margin-right:0.5rem !important}.g-mx-8{margin-left:0.5714285714rem !important;margin-right:0.5714285714rem !important}.g-mx-9{margin-left:0.6428571429rem !important;margin-right:0.6428571429rem !important}.g-mx-10{margin-left:0.7142857143rem !important;margin-right:0.7142857143rem !important}.g-mx-10{margin-left:0.7142857143rem !important;margin-right:0.7142857143rem !important}.g-mx-15{margin-left:1.0714285714rem !important;margin-right:1.0714285714rem !important}.g-mx-20{margin-left:1.4285714286rem !important;margin-right:1.4285714286rem !important}.g-mx-25{margin-left:1.7857142857rem !important;margin-right:1.7857142857rem !important}.g-mx-30{margin-left:2.1428571429rem !important;margin-right:2.1428571429rem !important}.g-mx-35{margin-left:2.5rem !important;margin-right:2.5rem !important}.g-mx-40{margin-left:2.8571428571rem !important;margin-right:2.8571428571rem !important}.g-mx-45{margin-left:3.2142857143rem !important;margin-right:3.2142857143rem !important}.g-mx-50{margin-left:3.5714285714rem !important;margin-right:3.5714285714rem !important}.g-mx-55{margin-left:3.9285714286rem !important;margin-right:3.9285714286rem !important}.g-mx-60{margin-left:4.2857142857rem !important;margin-right:4.2857142857rem !important}.g-mx-65{margin-left:4.6428571429rem !important;margin-right:4.6428571429rem !important}.g-mx-70{margin-left:5rem !important;margin-right:5rem !important}.g-mx-75{margin-left:5.3571428571rem !important;margin-right:5.3571428571rem !important}.g-mx-80{margin-left:5.7142857143rem !important;margin-right:5.7142857143rem !important}.g-mx-85{margin-left:6.0714285714rem !important;margin-right:6.0714285714rem !important}.g-mx-90{margin-left:6.4285714286rem !important;margin-right:6.4285714286rem !important}.g-mx-95{margin-left:6.7857142857rem !important;margin-right:6.7857142857rem !important}.g-mx-100{margin-left:7.1428571429rem !important;margin-right:7.1428571429rem !important}.g-my-1{margin-top:0.0714285714rem !important;margin-bottom:0.0714285714rem !important}.g-my-2{margin-top:0.1428571429rem !important;margin-bottom:0.1428571429rem !important}.g-my-3{margin-top:0.2142857143rem !important;margin-bottom:0.2142857143rem !important}.g-my-4{margin-top:0.2857142857rem !important;margin-bottom:0.2857142857rem !important}.g-my-5{margin-top:0.3571428571rem !important;margin-bottom:0.3571428571rem !important}.g-my-6{margin-top:0.4285714286rem !important;margin-bottom:0.4285714286rem !important}.g-my-7{margin-top:0.5rem !important;margin-bottom:0.5rem !important}.g-my-8{margin-top:0.5714285714rem !important;margin-bottom:0.5714285714rem !important}.g-my-9{margin-top:0.6428571429rem !important;margin-bottom:0.6428571429rem !important}.g-my-10{margin-top:0.7142857143rem !important;margin-bottom:0.7142857143rem !important}.g-my-10{margin-top:0.7142857143rem !important;margin-bottom:0.7142857143rem !important}.g-my-15{margin-top:1.0714285714rem !important;margin-bottom:1.0714285714rem !important}.g-my-20{margin-top:1.4285714286rem !important;margin-bottom:1.4285714286rem !important;}.g-my-25{margin-top:1.7857142857rem !important;margin-bottom:1.7857142857rem !important}.g-my-30{margin-top:2.1428571429rem !important;margin-bottom:2.1428571429rem !important}.g-my-35{margin-top:2.5rem !important;margin-bottom:2.5rem !important}.g-my-40{margin-top:2.8571428571rem !important;margin-bottom:2.8571428571rem !important}.g-my-45{margin-top:3.2142857143rem !important;margin-bottom:3.2142857143rem !important}.g-my-50{margin-top:3.5714285714rem !important;margin-bottom:3.5714285714rem !important}.g-my-55{margin-top:3.9285714286rem !important;margin-bottom:3.9285714286rem !important}.g-my-60{margin-top:4.2857142857rem !important;margin-bottom:4.2857142857rem !important}.g-my-65{margin-top:4.6428571429rem !important;margin-bottom:4.6428571429rem !important}.g-my-70{margin-top:5rem !important;margin-bottom:5rem !important}.g-my-75{margin-top:5.3571428571rem !important;margin-bottom:5.3571428571rem !important}.g-my-80{margin-top:5.7142857143rem !important;margin-bottom:5.7142857143rem !important}.g-my-85{margin-top:6.0714285714rem !important;margin-bottom:6.0714285714rem !important}.g-my-90{margin-top:6.4285714286rem !important;margin-bottom:6.4285714286rem !important}.g-my-95{margin-top:6.7857142857rem !important;margin-bottom:6.7857142857rem !important}.g-my-100{margin-top:7.1428571429rem !important;margin-bottom:7.1428571429rem !important}.g-mt-1{margin-top:0.0714285714rem !important}.g-mt-minus-1{margin-top:-0.0714285714rem !important}.g-mt-2{margin-top:0.1428571429rem !important}.g-mt-minus-2{margin-top:-0.1428571429rem !important}.g-mt-3{margin-top:0.2142857143rem !important}.g-mt-minus-3{margin-top:-0.2142857143rem !important}.g-mt-4{margin-top:0.2857142857rem !important}.g-mt-minus-4{margin-top:-0.2857142857rem !important}.g-mt-5{margin-top:0.3571428571rem !important}.g-mt-minus-5{margin-top:-0.3571428571rem !important}.g-mt-6{margin-top:0.4285714286rem !important}.g-mt-minus-6{margin-top:-0.4285714286rem !important}.g-mt-7{margin-top:0.5rem !important}.g-mt-minus-7{margin-top:-0.5rem !important}.g-mt-8{margin-top:0.5714285714rem !important}.g-mt-minus-8{margin-top:-0.5714285714rem !important}.g-mt-9{margin-top:0.6428571429rem !important}.g-mt-minus-9{margin-top:-0.6428571429rem !important}.g-mt-10{margin-top:0.7142857143rem !important}.g-mt-minus-10{margin-top:-0.7142857143rem !important}.g-mt-11{margin-top:0.7857142857rem !important}.g-mt-minus-11{margin-top:-0.7857142857rem !important}.g-mt-12{margin-top:0.8571428571rem !important}.g-mt-minus-12{margin-top:-0.8571428571rem !important}.g-mt-13{margin-top:0.9285714286rem !important}.g-mt-minus-13{margin-top:-0.9285714286rem !important}.g-mt-14{margin-top:1rem !important}.g-mt-minus-14{margin-top:-1rem !important}.g-mt-15{margin-top:1.0714285714rem !important}.g-mt-minus-15{margin-top:-1.0714285714rem !important}.g-mt-16{margin-top:1.1428571429rem !important}.g-mt-minus-16{margin-top:-1.1428571429rem !important}.g-mt-17{margin-top:1.2142857143rem !important}.g-mt-minus-17{margin-top:-1.2142857143rem !important}.g-mt-18{margin-top:1.2857142857rem !important}.g-mt-minus-18{margin-top:-1.2857142857rem !important}.g-mt-19{margin-top:1.3571428571rem !important}.g-mt-minus-19{margin-top:-1.3571428571rem !important}.g-mt-20{margin-top:1.4285714286rem !important}.g-mt-minus-20{margin-top:-1.4285714286rem !important}.g-mt-10{margin-top:0.7142857143rem !important}.g-mt-minus-10{margin-top:-0.7142857143rem !important}.g-mt-15{margin-top:1.0714285714rem !important}.g-mt-minus-15{margin-top:-1.0714285714rem !important}.g-mt-20{margin-top:1.4285714286rem !important}.g-mt-minus-20{margin-top:-1.4285714286rem !important}.g-mt-25{margin-top:1.7857142857rem !important}.g-mt-minus-25{margin-top:-1.7857142857rem !important}.g-mt-30{margin-top:2.1428571429rem !important}.g-mt-minus-30{margin-top:-2.1428571429rem !important}.g-mt-35{margin-top:2.5rem !important}.g-mt-minus-35{margin-top:-2.5rem !important}.g-mt-40{margin-top:2.8571428571rem !important}.g-mt-minus-40{margin-top:-2.8571428571rem !important}.g-mt-45{margin-top:3.2142857143rem !important}.g-mt-minus-45{margin-top:-3.2142857143rem !important}.g-mt-50{margin-top:3.5714285714rem !important}.g-mt-minus-50{margin-top:-3.5714285714rem !important}.g-mt-55{margin-top:3.9285714286rem !important}.g-mt-minus-55{margin-top:-3.9285714286rem !important}.g-mt-60{margin-top:4.2857142857rem !important}.g-mt-minus-60{margin-top:-4.2857142857rem !important}.g-mt-65{margin-top:4.6428571429rem !important}.g-mt-minus-65{margin-top:-4.6428571429rem !important}.g-mt-70{margin-top:5rem !important}.g-mt-minus-70{margin-top:-5rem !important}.g-mt-75{margin-top:5.3571428571rem !important}.g-mt-minus-75{margin-top:-5.3571428571rem !important}.g-mt-80{margin-top:5.7142857143rem !important}.g-mt-minus-80{margin-top:-5.7142857143rem !important}.g-mt-85{margin-top:6.0714285714rem !important}.g-mt-minus-85{margin-top:-6.0714285714rem !important}.g-mt-90{margin-top:6.4285714286rem !important}.g-mt-minus-90{margin-top:-6.4285714286rem !important}.g-mt-95{margin-top:6.7857142857rem !important}.g-mt-minus-95{margin-top:-6.7857142857rem !important}.g-mt-100{margin-top:7.1428571429rem !important}.g-mt-minus-100{margin-top:-7.1428571429rem !important}.g-mt-105{margin-top:7.5rem !important}.g-mt-minus-105{margin-top:-7.5rem !important}.g-mt-110{margin-top:7.8571428571rem !important}.g-mt-minus-110{margin-top:-7.8571428571rem !important}.g-mt-115{margin-top:8.2142857143rem !important}.g-mt-minus-115{margin-top:-8.2142857143rem !important}.g-mt-120{margin-top:8.5714285714rem !important}.g-mt-minus-120{margin-top:-8.5714285714rem !important}.g-mt-125{margin-top:8.9285714286rem !important}.g-mt-minus-125{margin-top:-8.9285714286rem !important}.g-mt-130{margin-top:9.2857142857rem !important}.g-mt-minus-130{margin-top:-9.2857142857rem !important}.g-mt-135{margin-top:9.6428571429rem !important}.g-mt-minus-135{margin-top:-9.6428571429rem !important}.g-mt-140{margin-top:10rem !important}.g-mt-minus-140{margin-top:-10rem !important}.g-mt-145{margin-top:10.3571428571rem !important}.g-mt-minus-145{margin-top:-10.3571428571rem !important}.g-mt-150{margin-top:10.7142857143rem !important}.g-mt-minus-150{margin-top:-10.7142857143rem !important}.g-mt-155{margin-top:11.0714285714rem !important}.g-mt-minus-155{margin-top:-11.0714285714rem !important}.g-mt-160{margin-top:11.4285714286rem !important}.g-mt-minus-160{margin-top:-11.4285714286rem !important}.g-mt-165{margin-top:11.7857142857rem !important}.g-mt-minus-165{margin-top:-11.7857142857rem !important}.g-mt-170{margin-top:12.1428571429rem !important}.g-mt-minus-170{margin-top:-12.1428571429rem !important}.g-mb-1{margin-bottom:0.0714285714rem !important}.g-mb-minus-1{margin-bottom:-0.0714285714rem !important}.g-mb-2{margin-bottom:0.1428571429rem !important}.g-mb-minus-2{margin-bottom:-0.1428571429rem !important}.g-mb-3{margin-bottom:0.2142857143rem !important}.g-mb-minus-3{margin-bottom:-0.2142857143rem !important}.g-mb-4{margin-bottom:0.2857142857rem !important}.g-mb-minus-4{margin-bottom:-0.2857142857rem !important}.g-mb-5{margin-bottom:0.3571428571rem !important}.g-mb-minus-5{margin-bottom:-0.3571428571rem !important}.g-mb-6{margin-bottom:0.4285714286rem !important}.g-mb-minus-6{margin-bottom:-0.4285714286rem !important}.g-mb-7{margin-bottom:0.5rem !important}.g-mb-minus-7{margin-bottom:-0.5rem !important}.g-mb-8{margin-bottom:0.5714285714rem !important}.g-mb-minus-8{margin-bottom:-0.5714285714rem !important}.g-mb-9{margin-bottom:0.6428571429rem !important}.g-mb-minus-9{margin-bottom:-0.6428571429rem !important}.g-mb-10{margin-bottom:0.7142857143rem !important}.g-mb-minus-10{margin-bottom:-0.7142857143rem !important}.g-mb-11{margin-bottom:0.7857142857rem !important}.g-mb-minus-11{margin-bottom:-0.7857142857rem !important}.g-mb-12{margin-bottom:0.8571428571rem !important}.g-mb-minus-12{margin-bottom:-0.8571428571rem !important}.g-mb-13{margin-bottom:0.9285714286rem !important}.g-mb-minus-13{margin-bottom:-0.9285714286rem !important}.g-mb-14{margin-bottom:1rem !important}.g-mb-minus-14{margin-bottom:-1rem !important}.g-mb-15{margin-bottom:1.0714285714rem !important}.g-mb-minus-15{margin-bottom:-1.0714285714rem !important}.g-mb-16{margin-bottom:1.1428571429rem !important}.g-mb-minus-16{margin-bottom:-1.1428571429rem !important}.g-mb-17{margin-bottom:1.2142857143rem !important}.g-mb-minus-17{margin-bottom:-1.2142857143rem !important}.g-mb-18{margin-bottom:1.2857142857rem !important}.g-mb-minus-18{margin-bottom:-1.2857142857rem !important}.g-mb-19{margin-bottom:1.3571428571rem !important}.g-mb-minus-19{margin-bottom:-1.3571428571rem !important}.g-mb-20{margin-bottom:1.4285714286rem !important}.g-mb-minus-20{margin-bottom:-1.4285714286rem !important}.g-mb-10{margin-bottom:0.7142857143rem !important}.g-mb-15{margin-bottom:1.0714285714rem !important}.g-mb-20{margin-bottom:1.4285714286rem !important}.g-mb-25{margin-bottom:1.7857142857rem !important}.g-mb-30{margin-bottom:2.1428571429rem !important}.g-mb-35{margin-bottom:2.5rem !important}.g-mb-40{margin-bottom:2.8571428571rem !important}.g-mb-45{margin-bottom:3.2142857143rem !important}.g-mb-50{margin-bottom:3.5714285714rem !important}.g-mb-55{margin-bottom:3.9285714286rem !important}.g-mb-60{margin-bottom:4.2857142857rem !important}.g-mb-65{margin-bottom:4.6428571429rem !important}.g-mb-70{margin-bottom:5rem !important}.g-mb-75{margin-bottom:5.3571428571rem !important}.g-mb-80{margin-bottom:5.7142857143rem !important}.g-mb-85{margin-bottom:6.0714285714rem !important}.g-mb-90{margin-bottom:6.4285714286rem !important}.g-mb-95{margin-bottom:6.7857142857rem !important}.g-mb-100{margin-bottom:7.1428571429rem !important}.g-mb-105{margin-bottom:7.5rem !important}.g-mb-110{margin-bottom:7.8571428571rem !important}.g-mb-115{margin-bottom:8.2142857143rem !important}.g-mb-120{margin-bottom:8.5714285714rem !important}.g-mb-125{margin-bottom:8.9285714286rem !important}.g-mb-130{margin-bottom:9.2857142857rem !important}.g-mb-135{margin-bottom:9.6428571429rem !important}.g-mb-140{margin-bottom:10rem !important}.g-mb-145{margin-bottom:10.3571428571rem !important}.g-mb-150{margin-bottom:10.7142857143rem !important}.g-mb-155{margin-bottom:11.0714285714rem !important}.g-mb-160{margin-bottom:11.4285714286rem !important}.g-mb-165{margin-bottom:11.7857142857rem !important}.g-mb-170{margin-bottom:12.1428571429rem !important}.g-ml-1{margin-left:0.0714285714rem !important}.g-ml-minus-1{margin-left:-0.0714285714rem !important}.g-ml-2{margin-left:0.1428571429rem !important}.g-ml-minus-2{margin-left:-0.1428571429rem !important}.g-ml-3{margin-left:0.2142857143rem !important}.g-ml-minus-3{margin-left:-0.2142857143rem !important}.g-ml-4{margin-left:0.2857142857rem !important}.g-ml-minus-4{margin-left:-0.2857142857rem !important}.g-ml-5{margin-left:0.3571428571rem !important}.g-ml-minus-5{margin-left:-0.3571428571rem !important}.g-ml-6{margin-left:0.4285714286rem !important}.g-ml-minus-6{margin-left:-0.4285714286rem !important}.g-ml-7{margin-left:0.5rem !important}.g-ml-minus-7{margin-left:-0.5rem !important}.g-ml-8{margin-left:0.5714285714rem !important}.g-ml-minus-8{margin-left:-0.5714285714rem !important}.g-ml-9{margin-left:0.6428571429rem !important}.g-ml-minus-9{margin-left:-0.6428571429rem !important}.g-ml-10{margin-left:0.7142857143rem !important}.g-ml-minus-10{margin-left:-0.7142857143rem !important}.g-ml-5{margin-left:0.3571428571rem !important}.g-ml-minus-5{margin-left:-0.3571428571rem !important}.g-ml-10{margin-left:0.7142857143rem !important}.g-ml-minus-10{margin-left:-0.7142857143rem !important}.g-ml-15{margin-left:1.0714285714rem !important}.g-ml-minus-15{margin-left:-1.0714285714rem !important}.g-ml-20{margin-left:1.4285714286rem !important}.g-ml-minus-20{margin-left:-1.4285714286rem !important}.g-ml-25{margin-left:1.7857142857rem !important}.g-ml-minus-25{margin-left:-1.7857142857rem !important}.g-ml-30{margin-left:2.1428571429rem !important}.g-ml-minus-30{margin-left:-2.1428571429rem !important}.g-ml-35{margin-left:2.5rem !important}.g-ml-minus-35{margin-left:-2.5rem !important}.g-ml-40{margin-left:2.8571428571rem !important}.g-ml-minus-40{margin-left:-2.8571428571rem !important}.g-ml-45{margin-left:3.2142857143rem !important}.g-ml-minus-45{margin-left:-3.2142857143rem !important}.g-ml-50{margin-left:3.5714285714rem !important}.g-ml-minus-50{margin-left:-3.5714285714rem !important}.g-mr-1{margin-right:0.0714285714rem !important}.g-mr-minus-1{margin-right:-0.0714285714rem !important}.g-mr-2{margin-right:0.1428571429rem !important}.g-mr-minus-2{margin-right:-0.1428571429rem !important}.g-mr-3{margin-right:0.2142857143rem !important}.g-mr-minus-3{margin-right:-0.2142857143rem !important}.g-mr-4{margin-right:0.2857142857rem !important}.g-mr-minus-4{margin-right:-0.2857142857rem !important}.g-mr-5{margin-right:0.3571428571rem !important}.g-mr-minus-5{margin-right:-0.3571428571rem !important}.g-mr-6{margin-right:0.4285714286rem !important}.g-mr-minus-6{margin-right:-0.4285714286rem !important}.g-mr-7{margin-right:0.5rem !important}.g-mr-minus-7{margin-right:-0.5rem !important}.g-mr-8{margin-right:0.5714285714rem !important}.g-mr-minus-8{margin-right:-0.5714285714rem !important}.g-mr-9{margin-right:0.6428571429rem !important}.g-mr-minus-9{margin-right:-0.6428571429rem !important}.g-mr-10{margin-right:0.7142857143rem !important}.g-mr-minus-10{margin-right:-0.7142857143rem !important}.g-mr-5{margin-right:0.3571428571rem !important}.g-mr-10{margin-right:0.7142857143rem !important}.g-mr-15{margin-right:1.0714285714rem !important}.g-mr-20{margin-right:1.4285714286rem !important}.g-mr-25{margin-right:1.7857142857rem !important}.g-mr-30{margin-right:2.1428571429rem !important}.g-mr-35{margin-right:2.5rem !important}.g-mr-40{margin-right:2.8571428571rem !important}.g-mr-45{margin-right:3.2142857143rem !important}.g-mr-50{margin-right:3.5714285714rem !important}}
@media (min-width: 576px){.g-ma-0--sm{margin:0 !important}.g-mx-0--sm{margin-left:0 !important;margin-right:0 !important}.g-my-0--sm{margin-top:0 !important;margin-bottom:0 !important}.g-ml-0--sm{margin-left:0 !important}.g-mr-0--sm{margin-right:0 !important}.g-mt-0--sm{margin-top:0 !important}.g-mb-0--sm{margin-bottom:0 !important}.g-mx-1--sm{margin-left:0.0714285714rem !important;margin-right:0.0714285714rem !important}.g-mx-2--sm{margin-left:0.1428571429rem !important;margin-right:0.1428571429rem !important}.g-mx-3--sm{margin-left:0.2142857143rem !important;margin-right:0.2142857143rem !important}.g-mx-4--sm{margin-left:0.2857142857rem !important;margin-right:0.2857142857rem !important}.g-mx-5--sm{margin-left:0.3571428571rem !important;margin-right:0.3571428571rem !important}.g-mx-6--sm{margin-left:0.4285714286rem !important;margin-right:0.4285714286rem !important}.g-mx-7--sm{margin-left:0.5rem !important;margin-right:0.5rem !important}.g-mx-8--sm{margin-left:0.5714285714rem !important;margin-right:0.5714285714rem !important}.g-mx-9--sm{margin-left:0.6428571429rem !important;margin-right:0.6428571429rem !important}.g-mx-10--sm{margin-left:0.7142857143rem !important;margin-right:0.7142857143rem !important}.g-mx-10--sm{margin-left:0.7142857143rem !important;margin-right:0.7142857143rem !important}.g-mx-15--sm{margin-left:1.0714285714rem !important;margin-right:1.0714285714rem !important}.g-mx-20--sm{margin-left:1.4285714286rem !important;margin-right:1.4285714286rem !important}.g-mx-25--sm{margin-left:1.7857142857rem !important;margin-right:1.7857142857rem !important}.g-mx-30--sm{margin-left:2.1428571429rem !important;margin-right:2.1428571429rem !important}.g-mx-35--sm{margin-left:2.5rem !important;margin-right:2.5rem !important}.g-mx-40--sm{margin-left:2.8571428571rem !important;margin-right:2.8571428571rem !important}.g-mx-45--sm{margin-left:3.2142857143rem !important;margin-right:3.2142857143rem !important}.g-mx-50--sm{margin-left:3.5714285714rem !important;margin-right:3.5714285714rem !important}.g-mx-55--sm{margin-left:3.9285714286rem !important;margin-right:3.9285714286rem !important}.g-mx-60--sm{margin-left:4.2857142857rem !important;margin-right:4.2857142857rem !important}.g-mx-65--sm{margin-left:4.6428571429rem !important;margin-right:4.6428571429rem !important}.g-mx-70--sm{margin-left:5rem !important;margin-right:5rem !important}.g-mx-75--sm{margin-left:5.3571428571rem !important;margin-right:5.3571428571rem !important}.g-mx-80--sm{margin-left:5.7142857143rem !important;margin-right:5.7142857143rem !important}.g-mx-85--sm{margin-left:6.0714285714rem !important;margin-right:6.0714285714rem !important}.g-mx-90--sm{margin-left:6.4285714286rem !important;margin-right:6.4285714286rem !important}.g-mx-95--sm{margin-left:6.7857142857rem !important;margin-right:6.7857142857rem !important}.g-mx-100--sm{margin-left:7.1428571429rem !important;margin-right:7.1428571429rem !important}.g-my-1--sm{margin-top:0.0714285714rem !important;margin-bottom:0.0714285714rem !important}.g-my-2--sm{margin-top:0.1428571429rem !important;margin-bottom:0.1428571429rem !important}.g-my-3--sm{margin-top:0.2142857143rem !important;margin-bottom:0.2142857143rem !important}.g-my-4--sm{margin-top:0.2857142857rem !important;margin-bottom:0.2857142857rem !important}.g-my-5--sm{margin-top:0.3571428571rem !important;margin-bottom:0.3571428571rem !important}.g-my-6--sm{margin-top:0.4285714286rem !important;margin-bottom:0.4285714286rem !important}.g-my-7--sm{margin-top:0.5rem !important;margin-bottom:0.5rem !important}.g-my-8--sm{margin-top:0.5714285714rem !important;margin-bottom:0.5714285714rem !important}.g-my-9--sm{margin-top:0.6428571429rem !important;margin-bottom:0.6428571429rem !important}.g-my-10--sm{margin-top:0.7142857143rem !important;margin-bottom:0.7142857143rem !important}.g-my-10--sm{margin-top:0.7142857143rem !important;margin-bottom:0.7142857143rem !important}.g-my-15--sm{margin-top:1.0714285714rem !important;margin-bottom:1.0714285714rem !important}.g-my-20--sm{margin-top:1.4285714286rem !important;margin-bottom:1.4285714286rem !important}.g-my-25--sm{margin-top:1.7857142857rem !important;margin-bottom:1.7857142857rem !important}.g-my-30--sm{margin-top:2.1428571429rem !important;margin-bottom:2.1428571429rem !important}.g-my-35--sm{margin-top:2.5rem !important;margin-bottom:2.5rem !important}.g-my-40--sm{margin-top:2.8571428571rem !important;margin-bottom:2.8571428571rem !important}.g-my-45--sm{margin-top:3.2142857143rem !important;margin-bottom:3.2142857143rem !important}.g-my-50--sm{margin-top:3.5714285714rem !important;margin-bottom:3.5714285714rem !important}.g-my-55--sm{margin-top:3.9285714286rem !important;margin-bottom:3.9285714286rem !important}.g-my-60--sm{margin-top:4.2857142857rem !important;margin-bottom:4.2857142857rem !important}.g-my-65--sm{margin-top:4.6428571429rem !important;margin-bottom:4.6428571429rem !important}.g-my-70--sm{margin-top:5rem !important;margin-bottom:5rem !important}.g-my-75--sm{margin-top:5.3571428571rem !important;margin-bottom:5.3571428571rem !important}.g-my-80--sm{margin-top:5.7142857143rem !important;margin-bottom:5.7142857143rem !important}.g-my-85--sm{margin-top:6.0714285714rem !important;margin-bottom:6.0714285714rem !important}.g-my-90--sm{margin-top:6.4285714286rem !important;margin-bottom:6.4285714286rem !important}.g-my-95--sm{margin-top:6.7857142857rem !important;margin-bottom:6.7857142857rem !important}.g-my-100--sm{margin-top:7.1428571429rem !important;margin-bottom:7.1428571429rem !important}.g-mt-1--sm{margin-top:0.0714285714rem !important}.g-mt-minus-1--sm{margin-top:-0.0714285714rem !important}.g-mt-2--sm{margin-top:0.1428571429rem !important}.g-mt-minus-2--sm{margin-top:-0.1428571429rem !important}.g-mt-3--sm{margin-top:0.2142857143rem !important}.g-mt-minus-3--sm{margin-top:-0.2142857143rem !important}.g-mt-4--sm{margin-top:0.2857142857rem !important}.g-mt-minus-4--sm{margin-top:-0.2857142857rem !important}.g-mt-5--sm{margin-top:0.3571428571rem !important}.g-mt-minus-5--sm{margin-top:-0.3571428571rem !important}.g-mt-6--sm{margin-top:0.4285714286rem !important}.g-mt-minus-6--sm{margin-top:-0.4285714286rem !important}.g-mt-7--sm{margin-top:0.5rem !important}.g-mt-minus-7--sm{margin-top:-0.5rem !important}.g-mt-8--sm{margin-top:0.5714285714rem !important}.g-mt-minus-8--sm{margin-top:-0.5714285714rem !important}.g-mt-9--sm{margin-top:0.6428571429rem !important}.g-mt-minus-9--sm{margin-top:-0.6428571429rem !important}.g-mt-10--sm{margin-top:0.7142857143rem !important}.g-mt-minus-10--sm{margin-top:-0.7142857143rem !important}.g-mt-11--sm{margin-top:0.7857142857rem !important}.g-mt-minus-11--sm{margin-top:-0.7857142857rem !important}.g-mt-12--sm{margin-top:0.8571428571rem !important}.g-mt-minus-12--sm{margin-top:-0.8571428571rem !important}.g-mt-13--sm{margin-top:0.9285714286rem !important}.g-mt-minus-13--sm{margin-top:-0.9285714286rem !important}.g-mt-14--sm{margin-top:1rem !important}.g-mt-minus-14--sm{margin-top:-1rem !important}.g-mt-15--sm{margin-top:1.0714285714rem !important}.g-mt-minus-15--sm{margin-top:-1.0714285714rem !important}.g-mt-16--sm{margin-top:1.1428571429rem !important}.g-mt-minus-16--sm{margin-top:-1.1428571429rem !important}.g-mt-17--sm{margin-top:1.2142857143rem !important}.g-mt-minus-17--sm{margin-top:-1.2142857143rem !important}.g-mt-18--sm{margin-top:1.2857142857rem !important}.g-mt-minus-18--sm{margin-top:-1.2857142857rem !important}.g-mt-19--sm{margin-top:1.3571428571rem !important}.g-mt-minus-19--sm{margin-top:-1.3571428571rem !important}.g-mt-20--sm{margin-top:1.4285714286rem !important}.g-mt-minus-20--sm{margin-top:-1.4285714286rem !important}.g-mt-10--sm{margin-top:0.7142857143rem !important}.g-mt-minus-10--sm{margin-top:-0.7142857143rem !important}.g-mt-15--sm{margin-top:1.0714285714rem !important}.g-mt-minus-15--sm{margin-top:-1.0714285714rem !important}.g-mt-20--sm{margin-top:1.4285714286rem !important}.g-mt-minus-20--sm{margin-top:-1.4285714286rem !important}.g-mt-25--sm{margin-top:1.7857142857rem !important}.g-mt-minus-25--sm{margin-top:-1.7857142857rem !important}.g-mt-30--sm{margin-top:2.1428571429rem !important}.g-mt-minus-30--sm{margin-top:-2.1428571429rem !important}.g-mt-35--sm{margin-top:2.5rem !important}.g-mt-minus-35--sm{margin-top:-2.5rem !important}.g-mt-40--sm{margin-top:2.8571428571rem !important}.g-mt-minus-40--sm{margin-top:-2.8571428571rem !important}.g-mt-45--sm{margin-top:3.2142857143rem !important}.g-mt-minus-45--sm{margin-top:-3.2142857143rem !important}.g-mt-50--sm{margin-top:3.5714285714rem !important}.g-mt-minus-50--sm{margin-top:-3.5714285714rem !important}.g-mt-55--sm{margin-top:3.9285714286rem !important}.g-mt-minus-55--sm{margin-top:-3.9285714286rem !important}.g-mt-60--sm{margin-top:4.2857142857rem !important}.g-mt-minus-60--sm{margin-top:-4.2857142857rem !important}.g-mt-65--sm{margin-top:4.6428571429rem !important}.g-mt-minus-65--sm{margin-top:-4.6428571429rem !important}.g-mt-70--sm{margin-top:5rem !important}.g-mt-minus-70--sm{margin-top:-5rem !important}.g-mt-75--sm{margin-top:5.3571428571rem !important}.g-mt-minus-75--sm{margin-top:-5.3571428571rem !important}.g-mt-80--sm{margin-top:5.7142857143rem !important}.g-mt-minus-80--sm{margin-top:-5.7142857143rem !important}.g-mt-85--sm{margin-top:6.0714285714rem !important}.g-mt-minus-85--sm{margin-top:-6.0714285714rem !important}.g-mt-90--sm{margin-top:6.4285714286rem !important}.g-mt-minus-90--sm{margin-top:-6.4285714286rem !important}.g-mt-95--sm{margin-top:6.7857142857rem !important}.g-mt-minus-95--sm{margin-top:-6.7857142857rem !important}.g-mt-100--sm{margin-top:7.1428571429rem !important}.g-mt-minus-100--sm{margin-top:-7.1428571429rem !important}.g-mt-105--sm{margin-top:7.5rem !important}.g-mt-minus-105--sm{margin-top:-7.5rem !important}.g-mt-110--sm{margin-top:7.8571428571rem !important}.g-mt-minus-110--sm{margin-top:-7.8571428571rem !important}.g-mt-115--sm{margin-top:8.2142857143rem !important}.g-mt-minus-115--sm{margin-top:-8.2142857143rem !important}.g-mt-120--sm{margin-top:8.5714285714rem !important}.g-mt-minus-120--sm{margin-top:-8.5714285714rem !important}.g-mt-125--sm{margin-top:8.9285714286rem !important}.g-mt-minus-125--sm{margin-top:-8.9285714286rem !important}.g-mt-130--sm{margin-top:9.2857142857rem !important}.g-mt-minus-130--sm{margin-top:-9.2857142857rem !important}.g-mt-135--sm{margin-top:9.6428571429rem !important}.g-mt-minus-135--sm{margin-top:-9.6428571429rem !important}.g-mt-140--sm{margin-top:10rem !important}.g-mt-minus-140--sm{margin-top:-10rem !important}.g-mt-145--sm{margin-top:10.3571428571rem !important}.g-mt-minus-145--sm{margin-top:-10.3571428571rem !important}.g-mt-150--sm{margin-top:10.7142857143rem !important}.g-mt-minus-150--sm{margin-top:-10.7142857143rem !important}.g-mt-155--sm{margin-top:11.0714285714rem !important}.g-mt-minus-155--sm{margin-top:-11.0714285714rem !important}.g-mt-160--sm{margin-top:11.4285714286rem !important}.g-mt-minus-160--sm{margin-top:-11.4285714286rem !important}.g-mt-165--sm{margin-top:11.7857142857rem !important}.g-mt-minus-165--sm{margin-top:-11.7857142857rem !important}.g-mt-170--sm{margin-top:12.1428571429rem !important}.g-mt-minus-170--sm{margin-top:-12.1428571429rem !important}.g-mb-1--sm{margin-bottom:0.0714285714rem !important}.g-mb-minus-1--sm{margin-bottom:-0.0714285714rem !important}.g-mb-2--sm{margin-bottom:0.1428571429rem !important}.g-mb-minus-2--sm{margin-bottom:-0.1428571429rem !important}.g-mb-3--sm{margin-bottom:0.2142857143rem !important}.g-mb-minus-3--sm{margin-bottom:-0.2142857143rem !important}.g-mb-4--sm{margin-bottom:0.2857142857rem !important}.g-mb-minus-4--sm{margin-bottom:-0.2857142857rem !important}.g-mb-5--sm{margin-bottom:0.3571428571rem !important}.g-mb-minus-5--sm{margin-bottom:-0.3571428571rem !important}.g-mb-6--sm{margin-bottom:0.4285714286rem !important}.g-mb-minus-6--sm{margin-bottom:-0.4285714286rem !important}.g-mb-7--sm{margin-bottom:0.5rem !important}.g-mb-minus-7--sm{margin-bottom:-0.5rem !important}.g-mb-8--sm{margin-bottom:0.5714285714rem !important}.g-mb-minus-8--sm{margin-bottom:-0.5714285714rem !important}.g-mb-9--sm{margin-bottom:0.6428571429rem !important}.g-mb-minus-9--sm{margin-bottom:-0.6428571429rem !important}.g-mb-10--sm{margin-bottom:0.7142857143rem !important}.g-mb-minus-10--sm{margin-bottom:-0.7142857143rem !important}.g-mb-11--sm{margin-bottom:0.7857142857rem !important}.g-mb-minus-11--sm{margin-bottom:-0.7857142857rem !important}.g-mb-12--sm{margin-bottom:0.8571428571rem !important}.g-mb-minus-12--sm{margin-bottom:-0.8571428571rem !important}.g-mb-13--sm{margin-bottom:0.9285714286rem !important}.g-mb-minus-13--sm{margin-bottom:-0.9285714286rem !important}.g-mb-14--sm{margin-bottom:1rem !important}.g-mb-minus-14--sm{margin-bottom:-1rem !important}.g-mb-15--sm{margin-bottom:1.0714285714rem !important}.g-mb-minus-15--sm{margin-bottom:-1.0714285714rem !important}.g-mb-16--sm{margin-bottom:1.1428571429rem !important}.g-mb-minus-16--sm{margin-bottom:-1.1428571429rem !important}.g-mb-17--sm{margin-bottom:1.2142857143rem !important}.g-mb-minus-17--sm{margin-bottom:-1.2142857143rem !important}.g-mb-18--sm{margin-bottom:1.2857142857rem !important}.g-mb-minus-18--sm{margin-bottom:-1.2857142857rem !important}.g-mb-19--sm{margin-bottom:1.3571428571rem !important}.g-mb-minus-19--sm{margin-bottom:-1.3571428571rem !important}.g-mb-20--sm{margin-bottom:1.4285714286rem !important}.g-mb-minus-20--sm{margin-bottom:-1.4285714286rem !important}.g-mb-10--sm{margin-bottom:0.7142857143rem !important}.g-mb-15--sm{margin-bottom:1.0714285714rem !important}.g-mb-20--sm{margin-bottom:1.4285714286rem !important}.g-mb-25--sm{margin-bottom:1.7857142857rem !important}.g-mb-30--sm{margin-bottom:2.1428571429rem !important}.g-mb-35--sm{margin-bottom:2.5rem !important}.g-mb-40--sm{margin-bottom:2.8571428571rem !important}.g-mb-45--sm{margin-bottom:3.2142857143rem !important}.g-mb-50--sm{margin-bottom:3.5714285714rem !important}.g-mb-55--sm{margin-bottom:3.9285714286rem !important}.g-mb-60--sm{margin-bottom:4.2857142857rem !important}.g-mb-65--sm{margin-bottom:4.6428571429rem !important}.g-mb-70--sm{margin-bottom:5rem !important}.g-mb-75--sm{margin-bottom:5.3571428571rem !important}.g-mb-80--sm{margin-bottom:5.7142857143rem !important}.g-mb-85--sm{margin-bottom:6.0714285714rem !important}.g-mb-90--sm{margin-bottom:6.4285714286rem !important}.g-mb-95--sm{margin-bottom:6.7857142857rem !important}.g-mb-100--sm{margin-bottom:7.1428571429rem !important}.g-mb-105--sm{margin-bottom:7.5rem !important}.g-mb-110--sm{margin-bottom:7.8571428571rem !important}.g-mb-115--sm{margin-bottom:8.2142857143rem !important}.g-mb-120--sm{margin-bottom:8.5714285714rem !important}.g-mb-125--sm{margin-bottom:8.9285714286rem !important}.g-mb-130--sm{margin-bottom:9.2857142857rem !important}.g-mb-135--sm{margin-bottom:9.6428571429rem !important}.g-mb-140--sm{margin-bottom:10rem !important}.g-mb-145--sm{margin-bottom:10.3571428571rem !important}.g-mb-150--sm{margin-bottom:10.7142857143rem !important}.g-mb-155--sm{margin-bottom:11.0714285714rem !important}.g-mb-160--sm{margin-bottom:11.4285714286rem !important}.g-mb-165--sm{margin-bottom:11.7857142857rem !important}.g-mb-170--sm{margin-bottom:12.1428571429rem !important}.g-ml-1--sm{margin-left:0.0714285714rem !important}.g-ml-minus-1--sm{margin-left:-0.0714285714rem !important}.g-ml-2--sm{margin-left:0.1428571429rem !important}.g-ml-minus-2--sm{margin-left:-0.1428571429rem !important}.g-ml-3--sm{margin-left:0.2142857143rem !important}.g-ml-minus-3--sm{margin-left:-0.2142857143rem !important}.g-ml-4--sm{margin-left:0.2857142857rem !important}.g-ml-minus-4--sm{margin-left:-0.2857142857rem !important}.g-ml-5--sm{margin-left:0.3571428571rem !important}.g-ml-minus-5--sm{margin-left:-0.3571428571rem !important}.g-ml-6--sm{margin-left:0.4285714286rem !important}.g-ml-minus-6--sm{margin-left:-0.4285714286rem !important}.g-ml-7--sm{margin-left:0.5rem !important}.g-ml-minus-7--sm{margin-left:-0.5rem !important}.g-ml-8--sm{margin-left:0.5714285714rem !important}.g-ml-minus-8--sm{margin-left:-0.5714285714rem !important}.g-ml-9--sm{margin-left:0.6428571429rem !important}.g-ml-minus-9--sm{margin-left:-0.6428571429rem !important}.g-ml-10--sm{margin-left:0.7142857143rem !important}.g-ml-minus-10--sm{margin-left:-0.7142857143rem !important}.g-ml-5--sm{margin-left:0.3571428571rem !important}.g-ml-minus-5--sm{margin-left:-0.3571428571rem !important}.g-ml-10--sm{margin-left:0.7142857143rem !important}.g-ml-minus-10--sm{margin-left:-0.7142857143rem !important}.g-ml-15--sm{margin-left:1.0714285714rem !important}.g-ml-minus-15--sm{margin-left:-1.0714285714rem !important}.g-ml-20--sm{margin-left:1.4285714286rem !important}.g-ml-minus-20--sm{margin-left:-1.4285714286rem !important}.g-ml-25--sm{margin-left:1.7857142857rem !important}.g-ml-minus-25--sm{margin-left:-1.7857142857rem !important}.g-ml-30--sm{margin-left:2.1428571429rem !important}.g-ml-minus-30--sm{margin-left:-2.1428571429rem !important}.g-ml-35--sm{margin-left:2.5rem !important}.g-ml-minus-35--sm{margin-left:-2.5rem !important}.g-ml-40--sm{margin-left:2.8571428571rem !important}.g-ml-minus-40--sm{margin-left:-2.8571428571rem !important}.g-ml-45--sm{margin-left:3.2142857143rem !important}.g-ml-minus-45--sm{margin-left:-3.2142857143rem !important}.g-ml-50--sm{margin-left:3.5714285714rem !important}.g-ml-minus-50--sm{margin-left:-3.5714285714rem !important}.g-mr-1--sm{margin-right:0.0714285714rem !important}.g-mr-minus-1--sm{margin-right:-0.0714285714rem !important}.g-mr-2--sm{margin-right:0.1428571429rem !important}.g-mr-minus-2--sm{margin-right:-0.1428571429rem !important}.g-mr-3--sm{margin-right:0.2142857143rem !important}.g-mr-minus-3--sm{margin-right:-0.2142857143rem !important}.g-mr-4--sm{margin-right:0.2857142857rem !important}.g-mr-minus-4--sm{margin-right:-0.2857142857rem !important}.g-mr-5--sm{margin-right:0.3571428571rem !important}.g-mr-minus-5--sm{margin-right:-0.3571428571rem !important}.g-mr-6--sm{margin-right:0.4285714286rem !important}.g-mr-minus-6--sm{margin-right:-0.4285714286rem !important}.g-mr-7--sm{margin-right:0.5rem !important}.g-mr-minus-7--sm{margin-right:-0.5rem !important}.g-mr-8--sm{margin-right:0.5714285714rem !important}.g-mr-minus-8--sm{margin-right:-0.5714285714rem !important}.g-mr-9--sm{margin-right:0.6428571429rem !important}.g-mr-minus-9--sm{margin-right:-0.6428571429rem !important}.g-mr-10--sm{margin-right:0.7142857143rem !important}.g-mr-minus-10--sm{margin-right:-0.7142857143rem !important}.g-mr-5--sm{margin-right:0.3571428571rem !important}.g-mr-10--sm{margin-right:0.7142857143rem !important}.g-mr-15--sm{margin-right:1.0714285714rem !important}.g-mr-20--sm{margin-right:1.4285714286rem !important}.g-mr-25--sm{margin-right:1.7857142857rem !important}.g-mr-30--sm{margin-right:2.1428571429rem !important}.g-mr-35--sm{margin-right:2.5rem !important}.g-mr-40--sm{margin-right:2.8571428571rem !important}.g-mr-45--sm{margin-right:3.2142857143rem !important}.g-mr-50--sm{margin-right:3.5714285714rem !important}}
@media (min-width: 768px){.g-ma-0--md{margin:0 !important}.g-mx-0--md{margin-left:0 !important;margin-right:0 !important}.g-my-0--md{margin-top:0 !important;margin-bottom:0 !important}.g-ml-0--md{margin-left:0 !important}.g-mr-0--md{margin-right:0 !important}.g-mt-0--md{margin-top:0 !important}.g-mb-0--md{margin-bottom:0 !important}.g-mx-1--md{margin-left:0.0714285714rem !important;margin-right:0.0714285714rem !important}.g-mx-2--md{margin-left:0.1428571429rem !important;margin-right:0.1428571429rem !important}.g-mx-3--md{margin-left:0.2142857143rem !important;margin-right:0.2142857143rem !important}.g-mx-4--md{margin-left:0.2857142857rem !important;margin-right:0.2857142857rem !important}.g-mx-5--md{margin-left:0.3571428571rem !important;margin-right:0.3571428571rem !important}.g-mx-6--md{margin-left:0.4285714286rem !important;margin-right:0.4285714286rem !important}.g-mx-7--md{margin-left:0.5rem !important;margin-right:0.5rem !important}.g-mx-8--md{margin-left:0.5714285714rem !important;margin-right:0.5714285714rem !important}.g-mx-9--md{margin-left:0.6428571429rem !important;margin-right:0.6428571429rem !important}.g-mx-10--md{margin-left:0.7142857143rem !important;margin-right:0.7142857143rem !important}.g-mx-10--md{margin-left:0.7142857143rem !important;margin-right:0.7142857143rem !important}.g-mx-15--md{margin-left:1.0714285714rem !important;margin-right:1.0714285714rem !important}.g-mx-20--md{margin-left:1.4285714286rem !important;margin-right:1.4285714286rem !important}.g-mx-25--md{margin-left:1.7857142857rem !important;margin-right:1.7857142857rem !important}.g-mx-30--md{margin-left:2.1428571429rem !important;margin-right:2.1428571429rem !important}.g-mx-35--md{margin-left:2.5rem !important;margin-right:2.5rem !important}.g-mx-40--md{margin-left:2.8571428571rem !important;margin-right:2.8571428571rem !important}.g-mx-45--md{margin-left:3.2142857143rem !important;margin-right:3.2142857143rem !important}.g-mx-50--md{margin-left:3.5714285714rem !important;margin-right:3.5714285714rem !important}.g-mx-55--md{margin-left:3.9285714286rem !important;margin-right:3.9285714286rem !important}.g-mx-60--md{margin-left:4.2857142857rem !important;margin-right:4.2857142857rem !important}.g-mx-65--md{margin-left:4.6428571429rem !important;margin-right:4.6428571429rem !important}.g-mx-70--md{margin-left:5rem !important;margin-right:5rem !important}.g-mx-75--md{margin-left:5.3571428571rem !important;margin-right:5.3571428571rem !important}.g-mx-80--md{margin-left:5.7142857143rem !important;margin-right:5.7142857143rem !important}.g-mx-85--md{margin-left:6.0714285714rem !important;margin-right:6.0714285714rem !important}.g-mx-90--md{margin-left:6.4285714286rem !important;margin-right:6.4285714286rem !important}.g-mx-95--md{margin-left:6.7857142857rem !important;margin-right:6.7857142857rem !important}.g-mx-100--md{margin-left:7.1428571429rem !important;margin-right:7.1428571429rem !important}.g-my-1--md{margin-top:0.0714285714rem !important;margin-bottom:0.0714285714rem !important}.g-my-2--md{margin-top:0.1428571429rem !important;margin-bottom:0.1428571429rem !important}.g-my-3--md{margin-top:0.2142857143rem !important;margin-bottom:0.2142857143rem !important}.g-my-4--md{margin-top:0.2857142857rem !important;margin-bottom:0.2857142857rem !important}.g-my-5--md{margin-top:0.3571428571rem !important;margin-bottom:0.3571428571rem !important}.g-my-6--md{margin-top:0.4285714286rem !important;margin-bottom:0.4285714286rem !important}.g-my-7--md{margin-top:0.5rem !important;margin-bottom:0.5rem !important}.g-my-8--md{margin-top:0.5714285714rem !important;margin-bottom:0.5714285714rem !important}.g-my-9--md{margin-top:0.6428571429rem !important;margin-bottom:0.6428571429rem !important}.g-my-10--md{margin-top:0.7142857143rem !important;margin-bottom:0.7142857143rem !important}.g-my-10--md{margin-top:0.7142857143rem !important;margin-bottom:0.7142857143rem !important}.g-my-15--md{margin-top:1.0714285714rem !important;margin-bottom:1.0714285714rem !important}.g-my-20--md{margin-top:1.4285714286rem !important;margin-bottom:1.4285714286rem !important}.g-my-25--md{margin-top:1.7857142857rem !important;margin-bottom:1.7857142857rem !important}.g-my-30--md{margin-top:2.1428571429rem !important;margin-bottom:2.1428571429rem !important}.g-my-35--md{margin-top:2.5rem !important;margin-bottom:2.5rem !important}.g-my-40--md{margin-top:2.8571428571rem !important;margin-bottom:2.8571428571rem !important}.g-my-45--md{margin-top:3.2142857143rem !important;margin-bottom:3.2142857143rem !important}.g-my-50--md{margin-top:3.5714285714rem !important;margin-bottom:3.5714285714rem !important}.g-my-55--md{margin-top:3.9285714286rem !important;margin-bottom:3.9285714286rem !important}.g-my-60--md{margin-top:4.2857142857rem !important;margin-bottom:4.2857142857rem !important}.g-my-65--md{margin-top:4.6428571429rem !important;margin-bottom:4.6428571429rem !important}.g-my-70--md{margin-top:5rem !important;margin-bottom:5rem !important}.g-my-75--md{margin-top:5.3571428571rem !important;margin-bottom:5.3571428571rem !important}.g-my-80--md{margin-top:5.7142857143rem !important;margin-bottom:5.7142857143rem !important}.g-my-85--md{margin-top:6.0714285714rem !important;margin-bottom:6.0714285714rem !important}.g-my-90--md{margin-top:6.4285714286rem !important;margin-bottom:6.4285714286rem !important}.g-my-95--md{margin-top:6.7857142857rem !important;margin-bottom:6.7857142857rem !important}.g-my-100--md{margin-top:7.1428571429rem !important;margin-bottom:7.1428571429rem !important}.g-mt-1--md{margin-top:0.0714285714rem !important}.g-mt-minus-1--md{margin-top:-0.0714285714rem !important}.g-mt-2--md{margin-top:0.1428571429rem !important}.g-mt-minus-2--md{margin-top:-0.1428571429rem !important}.g-mt-3--md{margin-top:0.2142857143rem !important}.g-mt-minus-3--md{margin-top:-0.2142857143rem !important}.g-mt-4--md{margin-top:0.2857142857rem !important}.g-mt-minus-4--md{margin-top:-0.2857142857rem !important}.g-mt-5--md{margin-top:0.3571428571rem !important}.g-mt-minus-5--md{margin-top:-0.3571428571rem !important}.g-mt-6--md{margin-top:0.4285714286rem !important}.g-mt-minus-6--md{margin-top:-0.4285714286rem !important}.g-mt-7--md{margin-top:0.5rem !important}.g-mt-minus-7--md{margin-top:-0.5rem !important}.g-mt-8--md{margin-top:0.5714285714rem !important}.g-mt-minus-8--md{margin-top:-0.5714285714rem !important}.g-mt-9--md{margin-top:0.6428571429rem !important}.g-mt-minus-9--md{margin-top:-0.6428571429rem !important}.g-mt-10--md{margin-top:0.7142857143rem !important}.g-mt-minus-10--md{margin-top:-0.7142857143rem !important}.g-mt-11--md{margin-top:0.7857142857rem !important}.g-mt-minus-11--md{margin-top:-0.7857142857rem !important}.g-mt-12--md{margin-top:0.8571428571rem !important}.g-mt-minus-12--md{margin-top:-0.8571428571rem !important}.g-mt-13--md{margin-top:0.9285714286rem !important}.g-mt-minus-13--md{margin-top:-0.9285714286rem !important}.g-mt-14--md{margin-top:1rem !important}.g-mt-minus-14--md{margin-top:-1rem !important}.g-mt-15--md{margin-top:1.0714285714rem !important}.g-mt-minus-15--md{margin-top:-1.0714285714rem !important}.g-mt-16--md{margin-top:1.1428571429rem !important}.g-mt-minus-16--md{margin-top:-1.1428571429rem !important}.g-mt-17--md{margin-top:1.2142857143rem !important}.g-mt-minus-17--md{margin-top:-1.2142857143rem !important}.g-mt-18--md{margin-top:1.2857142857rem !important}.g-mt-minus-18--md{margin-top:-1.2857142857rem !important}.g-mt-19--md{margin-top:1.3571428571rem !important}.g-mt-minus-19--md{margin-top:-1.3571428571rem !important}.g-mt-20--md{margin-top:1.4285714286rem !important}.g-mt-minus-20--md{margin-top:-1.4285714286rem !important}.g-mt-10--md{margin-top:0.7142857143rem !important}.g-mt-minus-10--md{margin-top:-0.7142857143rem !important}.g-mt-15--md{margin-top:1.0714285714rem !important}.g-mt-minus-15--md{margin-top:-1.0714285714rem !important}.g-mt-20--md{margin-top:1.4285714286rem !important}.g-mt-minus-20--md{margin-top:-1.4285714286rem !important}.g-mt-25--md{margin-top:1.7857142857rem !important}.g-mt-minus-25--md{margin-top:-1.7857142857rem !important}.g-mt-30--md{margin-top:2.1428571429rem !important}.g-mt-minus-30--md{margin-top:-2.1428571429rem !important}.g-mt-35--md{margin-top:2.5rem !important}.g-mt-minus-35--md{margin-top:-2.5rem !important}.g-mt-40--md{margin-top:2.8571428571rem !important}.g-mt-minus-40--md{margin-top:-2.8571428571rem !important}.g-mt-45--md{margin-top:3.2142857143rem !important}.g-mt-minus-45--md{margin-top:-3.2142857143rem !important}.g-mt-50--md{margin-top:3.5714285714rem !important}.g-mt-minus-50--md{margin-top:-3.5714285714rem !important}.g-mt-55--md{margin-top:3.9285714286rem !important}.g-mt-minus-55--md{margin-top:-3.9285714286rem !important}.g-mt-60--md{margin-top:4.2857142857rem !important}.g-mt-minus-60--md{margin-top:-4.2857142857rem !important}.g-mt-65--md{margin-top:4.6428571429rem !important}.g-mt-minus-65--md{margin-top:-4.6428571429rem !important}.g-mt-70--md{margin-top:5rem !important}.g-mt-minus-70--md{margin-top:-5rem !important}.g-mt-75--md{margin-top:5.3571428571rem !important}.g-mt-minus-75--md{margin-top:-5.3571428571rem !important}.g-mt-80--md{margin-top:5.7142857143rem !important}.g-mt-minus-80--md{margin-top:-5.7142857143rem !important}.g-mt-85--md{margin-top:6.0714285714rem !important}.g-mt-minus-85--md{margin-top:-6.0714285714rem !important}.g-mt-90--md{margin-top:6.4285714286rem !important}.g-mt-minus-90--md{margin-top:-6.4285714286rem !important}.g-mt-95--md{margin-top:6.7857142857rem !important}.g-mt-minus-95--md{margin-top:-6.7857142857rem !important}.g-mt-100--md{margin-top:7.1428571429rem !important}.g-mt-minus-100--md{margin-top:-7.1428571429rem !important}.g-mt-105--md{margin-top:7.5rem !important}.g-mt-minus-105--md{margin-top:-7.5rem !important}.g-mt-110--md{margin-top:7.8571428571rem !important}.g-mt-minus-110--md{margin-top:-7.8571428571rem !important}.g-mt-115--md{margin-top:8.2142857143rem !important}.g-mt-minus-115--md{margin-top:-8.2142857143rem !important}.g-mt-120--md{margin-top:8.5714285714rem !important}.g-mt-minus-120--md{margin-top:-8.5714285714rem !important}.g-mt-125--md{margin-top:8.9285714286rem !important}.g-mt-minus-125--md{margin-top:-8.9285714286rem !important}.g-mt-130--md{margin-top:9.2857142857rem !important}.g-mt-minus-130--md{margin-top:-9.2857142857rem !important}.g-mt-135--md{margin-top:9.6428571429rem !important}.g-mt-minus-135--md{margin-top:-9.6428571429rem !important}.g-mt-140--md{margin-top:10rem !important}.g-mt-minus-140--md{margin-top:-10rem !important}.g-mt-145--md{margin-top:10.3571428571rem !important}.g-mt-minus-145--md{margin-top:-10.3571428571rem !important}.g-mt-150--md{margin-top:10.7142857143rem !important}.g-mt-minus-150--md{margin-top:-10.7142857143rem !important}.g-mt-155--md{margin-top:11.0714285714rem !important}.g-mt-minus-155--md{margin-top:-11.0714285714rem !important}.g-mt-160--md{margin-top:11.4285714286rem !important}.g-mt-minus-160--md{margin-top:-11.4285714286rem !important}.g-mt-165--md{margin-top:11.7857142857rem !important}.g-mt-minus-165--md{margin-top:-11.7857142857rem !important}.g-mt-170--md{margin-top:12.1428571429rem !important}.g-mt-minus-170--md{margin-top:-12.1428571429rem !important}.g-mb-1--md{margin-bottom:0.0714285714rem !important}.g-mb-minus-1--md{margin-bottom:-0.0714285714rem !important}.g-mb-2--md{margin-bottom:0.1428571429rem !important}.g-mb-minus-2--md{margin-bottom:-0.1428571429rem !important}.g-mb-3--md{margin-bottom:0.2142857143rem !important}.g-mb-minus-3--md{margin-bottom:-0.2142857143rem !important}.g-mb-4--md{margin-bottom:0.2857142857rem !important}.g-mb-minus-4--md{margin-bottom:-0.2857142857rem !important}.g-mb-5--md{margin-bottom:0.3571428571rem !important}.g-mb-minus-5--md{margin-bottom:-0.3571428571rem !important}.g-mb-6--md{margin-bottom:0.4285714286rem !important}.g-mb-minus-6--md{margin-bottom:-0.4285714286rem !important}.g-mb-7--md{margin-bottom:0.5rem !important}.g-mb-minus-7--md{margin-bottom:-0.5rem !important}.g-mb-8--md{margin-bottom:0.5714285714rem !important}.g-mb-minus-8--md{margin-bottom:-0.5714285714rem !important}.g-mb-9--md{margin-bottom:0.6428571429rem !important}.g-mb-minus-9--md{margin-bottom:-0.6428571429rem !important}.g-mb-10--md{margin-bottom:0.7142857143rem !important}.g-mb-minus-10--md{margin-bottom:-0.7142857143rem !important}.g-mb-11--md{margin-bottom:0.7857142857rem !important}.g-mb-minus-11--md{margin-bottom:-0.7857142857rem !important}.g-mb-12--md{margin-bottom:0.8571428571rem !important}.g-mb-minus-12--md{margin-bottom:-0.8571428571rem !important}.g-mb-13--md{margin-bottom:0.9285714286rem !important}.g-mb-minus-13--md{margin-bottom:-0.9285714286rem !important}.g-mb-14--md{margin-bottom:1rem !important}.g-mb-minus-14--md{margin-bottom:-1rem !important}.g-mb-15--md{margin-bottom:1.0714285714rem !important}.g-mb-minus-15--md{margin-bottom:-1.0714285714rem !important}.g-mb-16--md{margin-bottom:1.1428571429rem !important}.g-mb-minus-16--md{margin-bottom:-1.1428571429rem !important}.g-mb-17--md{margin-bottom:1.2142857143rem !important}.g-mb-minus-17--md{margin-bottom:-1.2142857143rem !important}.g-mb-18--md{margin-bottom:1.2857142857rem !important}.g-mb-minus-18--md{margin-bottom:-1.2857142857rem !important}.g-mb-19--md{margin-bottom:1.3571428571rem !important}.g-mb-minus-19--md{margin-bottom:-1.3571428571rem !important}.g-mb-20--md{margin-bottom:1.4285714286rem !important}.g-mb-minus-20--md{margin-bottom:-1.4285714286rem !important}.g-mb-10--md{margin-bottom:0.7142857143rem !important}.g-mb-15--md{margin-bottom:1.0714285714rem !important}.g-mb-20--md{margin-bottom:1.4285714286rem !important}.g-mb-25--md{margin-bottom:1.7857142857rem !important}.g-mb-30--md{margin-bottom:2.1428571429rem !important}.g-mb-35--md{margin-bottom:2.5rem !important}.g-mb-40--md{margin-bottom:2.8571428571rem !important}.g-mb-45--md{margin-bottom:3.2142857143rem !important}.g-mb-50--md{margin-bottom:3.5714285714rem !important}.g-mb-55--md{margin-bottom:3.9285714286rem !important}.g-mb-60--md{margin-bottom:4.2857142857rem !important}.g-mb-65--md{margin-bottom:4.6428571429rem !important}.g-mb-70--md{margin-bottom:5rem !important}.g-mb-75--md{margin-bottom:5.3571428571rem !important}.g-mb-80--md{margin-bottom:5.7142857143rem !important}.g-mb-85--md{margin-bottom:6.0714285714rem !important}.g-mb-90--md{margin-bottom:6.4285714286rem !important}.g-mb-95--md{margin-bottom:6.7857142857rem !important}.g-mb-100--md{margin-bottom:7.1428571429rem !important}.g-mb-105--md{margin-bottom:7.5rem !important}.g-mb-110--md{margin-bottom:7.8571428571rem !important}.g-mb-115--md{margin-bottom:8.2142857143rem !important}.g-mb-120--md{margin-bottom:8.5714285714rem !important}.g-mb-125--md{margin-bottom:8.9285714286rem !important}.g-mb-130--md{margin-bottom:9.2857142857rem !important}.g-mb-135--md{margin-bottom:9.6428571429rem !important}.g-mb-140--md{margin-bottom:10rem !important}.g-mb-145--md{margin-bottom:10.3571428571rem !important}.g-mb-150--md{margin-bottom:10.7142857143rem !important}.g-mb-155--md{margin-bottom:11.0714285714rem !important}.g-mb-160--md{margin-bottom:11.4285714286rem !important}.g-mb-165--md{margin-bottom:11.7857142857rem !important}.g-mb-170--md{margin-bottom:12.1428571429rem !important}.g-ml-1--md{margin-left:0.0714285714rem !important}.g-ml-minus-1--md{margin-left:-0.0714285714rem !important}.g-ml-2--md{margin-left:0.1428571429rem !important}.g-ml-minus-2--md{margin-left:-0.1428571429rem !important}.g-ml-3--md{margin-left:0.2142857143rem !important}.g-ml-minus-3--md{margin-left:-0.2142857143rem !important}.g-ml-4--md{margin-left:0.2857142857rem !important}.g-ml-minus-4--md{margin-left:-0.2857142857rem !important}.g-ml-5--md{margin-left:0.3571428571rem !important}.g-ml-minus-5--md{margin-left:-0.3571428571rem !important}.g-ml-6--md{margin-left:0.4285714286rem !important}.g-ml-minus-6--md{margin-left:-0.4285714286rem !important}.g-ml-7--md{margin-left:0.5rem !important}.g-ml-minus-7--md{margin-left:-0.5rem !important}.g-ml-8--md{margin-left:0.5714285714rem !important}.g-ml-minus-8--md{margin-left:-0.5714285714rem !important}.g-ml-9--md{margin-left:0.6428571429rem !important}.g-ml-minus-9--md{margin-left:-0.6428571429rem !important}.g-ml-10--md{margin-left:0.7142857143rem !important}.g-ml-minus-10--md{margin-left:-0.7142857143rem !important}.g-ml-5--md{margin-left:0.3571428571rem !important}.g-ml-minus-5--md{margin-left:-0.3571428571rem !important}.g-ml-10--md{margin-left:0.7142857143rem !important}.g-ml-minus-10--md{margin-left:-0.7142857143rem !important}.g-ml-15--md{margin-left:1.0714285714rem !important}.g-ml-minus-15--md{margin-left:-1.0714285714rem !important}.g-ml-20--md{margin-left:1.4285714286rem !important}.g-ml-minus-20--md{margin-left:-1.4285714286rem !important}.g-ml-25--md{margin-left:1.7857142857rem !important}.g-ml-minus-25--md{margin-left:-1.7857142857rem !important}.g-ml-30--md{margin-left:2.1428571429rem !important}.g-ml-minus-30--md{margin-left:-2.1428571429rem !important}.g-ml-35--md{margin-left:2.5rem !important}.g-ml-minus-35--md{margin-left:-2.5rem !important}.g-ml-40--md{margin-left:2.8571428571rem !important}.g-ml-minus-40--md{margin-left:-2.8571428571rem !important}.g-ml-45--md{margin-left:3.2142857143rem !important}.g-ml-minus-45--md{margin-left:-3.2142857143rem !important}.g-ml-50--md{margin-left:3.5714285714rem !important}.g-ml-minus-50--md{margin-left:-3.5714285714rem !important}.g-mr-1--md{margin-right:0.0714285714rem !important}.g-mr-minus-1--md{margin-right:-0.0714285714rem !important}.g-mr-2--md{margin-right:0.1428571429rem !important}.g-mr-minus-2--md{margin-right:-0.1428571429rem !important}.g-mr-3--md{margin-right:0.2142857143rem !important}.g-mr-minus-3--md{margin-right:-0.2142857143rem !important}.g-mr-4--md{margin-right:0.2857142857rem !important}.g-mr-minus-4--md{margin-right:-0.2857142857rem !important}.g-mr-5--md{margin-right:0.3571428571rem !important}.g-mr-minus-5--md{margin-right:-0.3571428571rem !important}.g-mr-6--md{margin-right:0.4285714286rem !important}.g-mr-minus-6--md{margin-right:-0.4285714286rem !important}.g-mr-7--md{margin-right:0.5rem !important}.g-mr-minus-7--md{margin-right:-0.5rem !important}.g-mr-8--md{margin-right:0.5714285714rem !important}.g-mr-minus-8--md{margin-right:-0.5714285714rem !important}.g-mr-9--md{margin-right:0.6428571429rem !important}.g-mr-minus-9--md{margin-right:-0.6428571429rem !important}.g-mr-10--md{margin-right:0.7142857143rem !important}.g-mr-minus-10--md{margin-right:-0.7142857143rem !important}.g-mr-5--md{margin-right:0.3571428571rem !important}.g-mr-10--md{margin-right:0.7142857143rem !important}.g-mr-15--md{margin-right:1.0714285714rem !important}.g-mr-20--md{margin-right:1.4285714286rem !important}.g-mr-25--md{margin-right:1.7857142857rem !important}.g-mr-30--md{margin-right:2.1428571429rem !important}.g-mr-35--md{margin-right:2.5rem !important}.g-mr-40--md{margin-right:2.8571428571rem !important}.g-mr-45--md{margin-right:3.2142857143rem !important}.g-mr-50--md{margin-right:3.5714285714rem !important}}
@media (min-width: 992px){.g-ma-0--lg{margin:0 !important}.g-mx-0--lg{margin-left:0 !important;margin-right:0 !important}.g-my-0--lg{margin-top:0 !important;margin-bottom:0 !important}.g-ml-0--lg{margin-left:0 !important}.g-mr-0--lg{margin-right:0 !important}.g-mt-0--lg{margin-top:0 !important}.g-mb-0--lg{margin-bottom:0 !important}.g-mx-1--lg{margin-left:0.0714285714rem !important;margin-right:0.0714285714rem !important}.g-mx-2--lg{margin-left:0.1428571429rem !important;margin-right:0.1428571429rem !important}.g-mx-3--lg{margin-left:0.2142857143rem !important;margin-right:0.2142857143rem !important}.g-mx-4--lg{margin-left:0.2857142857rem !important;margin-right:0.2857142857rem !important}.g-mx-5--lg{margin-left:0.3571428571rem !important;margin-right:0.3571428571rem !important}.g-mx-6--lg{margin-left:0.4285714286rem !important;margin-right:0.4285714286rem !important}.g-mx-7--lg{margin-left:0.5rem !important;margin-right:0.5rem !important}.g-mx-8--lg{margin-left:0.5714285714rem !important;margin-right:0.5714285714rem !important}.g-mx-9--lg{margin-left:0.6428571429rem !important;margin-right:0.6428571429rem !important}.g-mx-10--lg{margin-left:0.7142857143rem !important;margin-right:0.7142857143rem !important}.g-mx-10--lg{margin-left:0.7142857143rem !important;margin-right:0.7142857143rem !important}.g-mx-15--lg{margin-left:1.0714285714rem !important;margin-right:1.0714285714rem !important}.g-mx-20--lg{margin-left:1.4285714286rem !important;margin-right:1.4285714286rem !important}.g-mx-25--lg{margin-left:1.7857142857rem !important;margin-right:1.7857142857rem !important}.g-mx-30--lg{margin-left:2.1428571429rem !important;margin-right:2.1428571429rem !important}.g-mx-35--lg{margin-left:2.5rem !important;margin-right:2.5rem !important}.g-mx-40--lg{margin-left:2.8571428571rem !important;margin-right:2.8571428571rem !important}.g-mx-45--lg{margin-left:3.2142857143rem !important;margin-right:3.2142857143rem !important}.g-mx-50--lg{margin-left:3.5714285714rem !important;margin-right:3.5714285714rem !important}.g-mx-55--lg{margin-left:3.9285714286rem !important;margin-right:3.9285714286rem !important}.g-mx-60--lg{margin-left:4.2857142857rem !important;margin-right:4.2857142857rem !important}.g-mx-65--lg{margin-left:4.6428571429rem !important;margin-right:4.6428571429rem !important}.g-mx-70--lg{margin-left:5rem !important;margin-right:5rem !important}.g-mx-75--lg{margin-left:5.3571428571rem !important;margin-right:5.3571428571rem !important}.g-mx-80--lg{margin-left:5.7142857143rem !important;margin-right:5.7142857143rem !important}.g-mx-85--lg{margin-left:6.0714285714rem !important;margin-right:6.0714285714rem !important}.g-mx-90--lg{margin-left:6.4285714286rem !important;margin-right:6.4285714286rem !important}.g-mx-95--lg{margin-left:6.7857142857rem !important;margin-right:6.7857142857rem !important}.g-mx-100--lg{margin-left:7.1428571429rem !important;margin-right:7.1428571429rem !important}.g-my-1--lg{margin-top:0.0714285714rem !important;margin-bottom:0.0714285714rem !important}.g-my-2--lg{margin-top:0.1428571429rem !important;margin-bottom:0.1428571429rem !important}.g-my-3--lg{margin-top:0.2142857143rem !important;margin-bottom:0.2142857143rem !important}.g-my-4--lg{margin-top:0.2857142857rem !important;margin-bottom:0.2857142857rem !important}.g-my-5--lg{margin-top:0.3571428571rem !important;margin-bottom:0.3571428571rem !important}.g-my-6--lg{margin-top:0.4285714286rem !important;margin-bottom:0.4285714286rem !important}.g-my-7--lg{margin-top:0.5rem !important;margin-bottom:0.5rem !important}.g-my-8--lg{margin-top:0.5714285714rem !important;margin-bottom:0.5714285714rem !important}.g-my-9--lg{margin-top:0.6428571429rem !important;margin-bottom:0.6428571429rem !important}.g-my-10--lg{margin-top:0.7142857143rem !important;margin-bottom:0.7142857143rem !important}.g-my-10--lg{margin-top:0.7142857143rem !important;margin-bottom:0.7142857143rem !important}.g-my-15--lg{margin-top:1.0714285714rem !important;margin-bottom:1.0714285714rem !important}.g-my-20--lg{margin-top:1.4285714286rem !important;margin-bottom:1.4285714286rem !important}.g-my-25--lg{margin-top:1.7857142857rem !important;margin-bottom:1.7857142857rem !important}.g-my-30--lg{margin-top:2.1428571429rem !important;margin-bottom:2.1428571429rem !important}.g-my-35--lg{margin-top:2.5rem !important;margin-bottom:2.5rem !important}.g-my-40--lg{margin-top:2.8571428571rem !important;margin-bottom:2.8571428571rem !important}.g-my-45--lg{margin-top:3.2142857143rem !important;margin-bottom:3.2142857143rem !important}.g-my-50--lg{margin-top:3.5714285714rem !important;margin-bottom:3.5714285714rem !important}.g-my-55--lg{margin-top:3.9285714286rem !important;margin-bottom:3.9285714286rem !important}.g-my-60--lg{margin-top:4.2857142857rem !important;margin-bottom:4.2857142857rem !important}.g-my-65--lg{margin-top:4.6428571429rem !important;margin-bottom:4.6428571429rem !important}.g-my-70--lg{margin-top:5rem !important;margin-bottom:5rem !important}.g-my-75--lg{margin-top:5.3571428571rem !important;margin-bottom:5.3571428571rem !important}.g-my-80--lg{margin-top:5.7142857143rem !important;margin-bottom:5.7142857143rem !important}.g-my-85--lg{margin-top:6.0714285714rem !important;margin-bottom:6.0714285714rem !important}.g-my-90--lg{margin-top:6.4285714286rem !important;margin-bottom:6.4285714286rem !important}.g-my-95--lg{margin-top:6.7857142857rem !important;margin-bottom:6.7857142857rem !important}.g-my-100--lg{margin-top:7.1428571429rem !important;margin-bottom:7.1428571429rem !important}.g-mt-1--lg{margin-top:0.0714285714rem !important}.g-mt-minus-1--lg{margin-top:-0.0714285714rem !important}.g-mt-2--lg{margin-top:0.1428571429rem !important}.g-mt-minus-2--lg{margin-top:-0.1428571429rem !important}.g-mt-3--lg{margin-top:0.2142857143rem !important}.g-mt-minus-3--lg{margin-top:-0.2142857143rem !important}.g-mt-4--lg{margin-top:0.2857142857rem !important}.g-mt-minus-4--lg{margin-top:-0.2857142857rem !important}.g-mt-5--lg{margin-top:0.3571428571rem !important}.g-mt-minus-5--lg{margin-top:-0.3571428571rem !important}.g-mt-6--lg{margin-top:0.4285714286rem !important}.g-mt-minus-6--lg{margin-top:-0.4285714286rem !important}.g-mt-7--lg{margin-top:0.5rem !important}.g-mt-minus-7--lg{margin-top:-0.5rem !important}.g-mt-8--lg{margin-top:0.5714285714rem !important}.g-mt-minus-8--lg{margin-top:-0.5714285714rem !important}.g-mt-9--lg{margin-top:0.6428571429rem !important}.g-mt-minus-9--lg{margin-top:-0.6428571429rem !important}.g-mt-10--lg{margin-top:0.7142857143rem !important}.g-mt-minus-10--lg{margin-top:-0.7142857143rem !important}.g-mt-11--lg{margin-top:0.7857142857rem !important}.g-mt-minus-11--lg{margin-top:-0.7857142857rem !important}.g-mt-12--lg{margin-top:0.8571428571rem !important}.g-mt-minus-12--lg{margin-top:-0.8571428571rem !important}.g-mt-13--lg{margin-top:0.9285714286rem !important}.g-mt-minus-13--lg{margin-top:-0.9285714286rem !important}.g-mt-14--lg{margin-top:1rem !important}.g-mt-minus-14--lg{margin-top:-1rem !important}.g-mt-15--lg{margin-top:1.0714285714rem !important}.g-mt-minus-15--lg{margin-top:-1.0714285714rem !important}.g-mt-16--lg{margin-top:1.1428571429rem !important}.g-mt-minus-16--lg{margin-top:-1.1428571429rem !important}.g-mt-17--lg{margin-top:1.2142857143rem !important}.g-mt-minus-17--lg{margin-top:-1.2142857143rem !important}.g-mt-18--lg{margin-top:1.2857142857rem !important}.g-mt-minus-18--lg{margin-top:-1.2857142857rem !important}.g-mt-19--lg{margin-top:1.3571428571rem !important}.g-mt-minus-19--lg{margin-top:-1.3571428571rem !important}.g-mt-20--lg{margin-top:1.4285714286rem !important}.g-mt-minus-20--lg{margin-top:-1.4285714286rem !important}.g-mt-10--lg{margin-top:0.7142857143rem !important}.g-mt-minus-10--lg{margin-top:-0.7142857143rem !important}.g-mt-15--lg{margin-top:1.0714285714rem !important}.g-mt-minus-15--lg{margin-top:-1.0714285714rem !important}.g-mt-20--lg{margin-top:1.4285714286rem !important}.g-mt-minus-20--lg{margin-top:-1.4285714286rem !important}.g-mt-25--lg{margin-top:1.7857142857rem !important}.g-mt-minus-25--lg{margin-top:-1.7857142857rem !important}.g-mt-30--lg{margin-top:2.1428571429rem !important}.g-mt-minus-30--lg{margin-top:-2.1428571429rem !important}.g-mt-35--lg{margin-top:2.5rem !important}.g-mt-minus-35--lg{margin-top:-2.5rem !important}.g-mt-40--lg{margin-top:2.8571428571rem !important}.g-mt-minus-40--lg{margin-top:-2.8571428571rem !important}.g-mt-45--lg{margin-top:3.2142857143rem !important}.g-mt-minus-45--lg{margin-top:-3.2142857143rem !important}.g-mt-50--lg{margin-top:3.5714285714rem !important}.g-mt-minus-50--lg{margin-top:-3.5714285714rem !important}.g-mt-55--lg{margin-top:3.9285714286rem !important}.g-mt-minus-55--lg{margin-top:-3.9285714286rem !important}.g-mt-60--lg{margin-top:4.2857142857rem !important}.g-mt-minus-60--lg{margin-top:-4.2857142857rem !important}.g-mt-65--lg{margin-top:4.6428571429rem !important}.g-mt-minus-65--lg{margin-top:-4.6428571429rem !important}.g-mt-70--lg{margin-top:5rem !important}.g-mt-minus-70--lg{margin-top:-5rem !important}.g-mt-75--lg{margin-top:5.3571428571rem !important}.g-mt-minus-75--lg{margin-top:-5.3571428571rem !important}.g-mt-80--lg{margin-top:5.7142857143rem !important}.g-mt-minus-80--lg{margin-top:-5.7142857143rem !important}.g-mt-85--lg{margin-top:6.0714285714rem !important}.g-mt-minus-85--lg{margin-top:-6.0714285714rem !important}.g-mt-90--lg{margin-top:6.4285714286rem !important}.g-mt-minus-90--lg{margin-top:-6.4285714286rem !important}.g-mt-95--lg{margin-top:6.7857142857rem !important}.g-mt-minus-95--lg{margin-top:-6.7857142857rem !important}.g-mt-100--lg{margin-top:7.1428571429rem !important}.g-mt-minus-100--lg{margin-top:-7.1428571429rem !important}.g-mt-105--lg{margin-top:7.5rem !important}.g-mt-minus-105--lg{margin-top:-7.5rem !important}.g-mt-110--lg{margin-top:7.8571428571rem !important}.g-mt-minus-110--lg{margin-top:-7.8571428571rem !important}.g-mt-115--lg{margin-top:8.2142857143rem !important}.g-mt-minus-115--lg{margin-top:-8.2142857143rem !important}.g-mt-120--lg{margin-top:8.5714285714rem !important}.g-mt-minus-120--lg{margin-top:-8.5714285714rem !important}.g-mt-125--lg{margin-top:8.9285714286rem !important}.g-mt-minus-125--lg{margin-top:-8.9285714286rem !important}.g-mt-130--lg{margin-top:9.2857142857rem !important}.g-mt-minus-130--lg{margin-top:-9.2857142857rem !important}.g-mt-135--lg{margin-top:9.6428571429rem !important}.g-mt-minus-135--lg{margin-top:-9.6428571429rem !important}.g-mt-140--lg{margin-top:10rem !important}.g-mt-minus-140--lg{margin-top:-10rem !important}.g-mt-145--lg{margin-top:10.3571428571rem !important}.g-mt-minus-145--lg{margin-top:-10.3571428571rem !important}.g-mt-150--lg{margin-top:10.7142857143rem !important}.g-mt-minus-150--lg{margin-top:-10.7142857143rem !important}.g-mt-155--lg{margin-top:11.0714285714rem !important}.g-mt-minus-155--lg{margin-top:-11.0714285714rem !important}.g-mt-160--lg{margin-top:11.4285714286rem !important}.g-mt-minus-160--lg{margin-top:-11.4285714286rem !important}.g-mt-165--lg{margin-top:11.7857142857rem !important}.g-mt-minus-165--lg{margin-top:-11.7857142857rem !important}.g-mt-170--lg{margin-top:12.1428571429rem !important}.g-mt-minus-170--lg{margin-top:-12.1428571429rem !important}.g-mb-1--lg{margin-bottom:0.0714285714rem !important}.g-mb-minus-1--lg{margin-bottom:-0.0714285714rem !important}.g-mb-2--lg{margin-bottom:0.1428571429rem !important}.g-mb-minus-2--lg{margin-bottom:-0.1428571429rem !important}.g-mb-3--lg{margin-bottom:0.2142857143rem !important}.g-mb-minus-3--lg{margin-bottom:-0.2142857143rem !important}.g-mb-4--lg{margin-bottom:0.2857142857rem !important}.g-mb-minus-4--lg{margin-bottom:-0.2857142857rem !important}.g-mb-5--lg{margin-bottom:0.3571428571rem !important}.g-mb-minus-5--lg{margin-bottom:-0.3571428571rem !important}.g-mb-6--lg{margin-bottom:0.4285714286rem !important}.g-mb-minus-6--lg{margin-bottom:-0.4285714286rem !important}.g-mb-7--lg{margin-bottom:0.5rem !important}.g-mb-minus-7--lg{margin-bottom:-0.5rem !important}.g-mb-8--lg{margin-bottom:0.5714285714rem !important}.g-mb-minus-8--lg{margin-bottom:-0.5714285714rem !important}.g-mb-9--lg{margin-bottom:0.6428571429rem !important}.g-mb-minus-9--lg{margin-bottom:-0.6428571429rem !important}.g-mb-10--lg{margin-bottom:0.7142857143rem !important}.g-mb-minus-10--lg{margin-bottom:-0.7142857143rem !important}.g-mb-11--lg{margin-bottom:0.7857142857rem !important}.g-mb-minus-11--lg{margin-bottom:-0.7857142857rem !important}.g-mb-12--lg{margin-bottom:0.8571428571rem !important}.g-mb-minus-12--lg{margin-bottom:-0.8571428571rem !important}.g-mb-13--lg{margin-bottom:0.9285714286rem !important}.g-mb-minus-13--lg{margin-bottom:-0.9285714286rem !important}.g-mb-14--lg{margin-bottom:1rem !important}.g-mb-minus-14--lg{margin-bottom:-1rem !important}.g-mb-15--lg{margin-bottom:1.0714285714rem !important}.g-mb-minus-15--lg{margin-bottom:-1.0714285714rem !important}.g-mb-16--lg{margin-bottom:1.1428571429rem !important}.g-mb-minus-16--lg{margin-bottom:-1.1428571429rem !important}.g-mb-17--lg{margin-bottom:1.2142857143rem !important}.g-mb-minus-17--lg{margin-bottom:-1.2142857143rem !important}.g-mb-18--lg{margin-bottom:1.2857142857rem !important}.g-mb-minus-18--lg{margin-bottom:-1.2857142857rem !important}.g-mb-19--lg{margin-bottom:1.3571428571rem !important}.g-mb-minus-19--lg{margin-bottom:-1.3571428571rem !important}.g-mb-20--lg{margin-bottom:1.4285714286rem !important}.g-mb-minus-20--lg{margin-bottom:-1.4285714286rem !important}.g-mb-10--lg{margin-bottom:0.7142857143rem !important}.g-mb-15--lg{margin-bottom:1.0714285714rem !important}.g-mb-20--lg{margin-bottom:1.4285714286rem !important}.g-mb-25--lg{margin-bottom:1.7857142857rem !important}.g-mb-30--lg{margin-bottom:2.1428571429rem !important}.g-mb-35--lg{margin-bottom:2.5rem !important}.g-mb-40--lg{margin-bottom:2.8571428571rem !important}.g-mb-45--lg{margin-bottom:3.2142857143rem !important}.g-mb-50--lg{margin-bottom:3.5714285714rem !important}.g-mb-55--lg{margin-bottom:3.9285714286rem !important}.g-mb-60--lg{margin-bottom:4.2857142857rem !important}.g-mb-65--lg{margin-bottom:4.6428571429rem !important}.g-mb-70--lg{margin-bottom:5rem !important}.g-mb-75--lg{margin-bottom:5.3571428571rem !important}.g-mb-80--lg{margin-bottom:5.7142857143rem !important}.g-mb-85--lg{margin-bottom:6.0714285714rem !important}.g-mb-90--lg{margin-bottom:6.4285714286rem !important}.g-mb-95--lg{margin-bottom:6.7857142857rem !important}.g-mb-100--lg{margin-bottom:7.1428571429rem !important}.g-mb-105--lg{margin-bottom:7.5rem !important}.g-mb-110--lg{margin-bottom:7.8571428571rem !important}.g-mb-115--lg{margin-bottom:8.2142857143rem !important}.g-mb-120--lg{margin-bottom:8.5714285714rem !important}.g-mb-125--lg{margin-bottom:8.9285714286rem !important}.g-mb-130--lg{margin-bottom:9.2857142857rem !important}.g-mb-135--lg{margin-bottom:9.6428571429rem !important}.g-mb-140--lg{margin-bottom:10rem !important}.g-mb-145--lg{margin-bottom:10.3571428571rem !important}.g-mb-150--lg{margin-bottom:10.7142857143rem !important}.g-mb-155--lg{margin-bottom:11.0714285714rem !important}.g-mb-160--lg{margin-bottom:11.4285714286rem !important}.g-mb-165--lg{margin-bottom:11.7857142857rem !important}.g-mb-170--lg{margin-bottom:12.1428571429rem !important}.g-ml-1--lg{margin-left:0.0714285714rem !important}.g-ml-minus-1--lg{margin-left:-0.0714285714rem !important}.g-ml-2--lg{margin-left:0.1428571429rem !important}.g-ml-minus-2--lg{margin-left:-0.1428571429rem !important}.g-ml-3--lg{margin-left:0.2142857143rem !important}.g-ml-minus-3--lg{margin-left:-0.2142857143rem !important}.g-ml-4--lg{margin-left:0.2857142857rem !important}.g-ml-minus-4--lg{margin-left:-0.2857142857rem !important}.g-ml-5--lg{margin-left:0.3571428571rem !important}.g-ml-minus-5--lg{margin-left:-0.3571428571rem !important}.g-ml-6--lg{margin-left:0.4285714286rem !important}.g-ml-minus-6--lg{margin-left:-0.4285714286rem !important}.g-ml-7--lg{margin-left:0.5rem !important}.g-ml-minus-7--lg{margin-left:-0.5rem !important}.g-ml-8--lg{margin-left:0.5714285714rem !important}.g-ml-minus-8--lg{margin-left:-0.5714285714rem !important}.g-ml-9--lg{margin-left:0.6428571429rem !important}.g-ml-minus-9--lg{margin-left:-0.6428571429rem !important}.g-ml-10--lg{margin-left:0.7142857143rem !important}.g-ml-minus-10--lg{margin-left:-0.7142857143rem !important}.g-ml-5--lg{margin-left:0.3571428571rem !important}.g-ml-minus-5--lg{margin-left:-0.3571428571rem !important}.g-ml-10--lg{margin-left:0.7142857143rem !important}.g-ml-minus-10--lg{margin-left:-0.7142857143rem !important}.g-ml-15--lg{margin-left:1.0714285714rem !important}.g-ml-minus-15--lg{margin-left:-1.0714285714rem !important}.g-ml-20--lg{margin-left:1.4285714286rem !important}.g-ml-minus-20--lg{margin-left:-1.4285714286rem !important}.g-ml-25--lg{margin-left:1.7857142857rem !important}.g-ml-minus-25--lg{margin-left:-1.7857142857rem !important}.g-ml-30--lg{margin-left:2.1428571429rem !important}.g-ml-minus-30--lg{margin-left:-2.1428571429rem !important}.g-ml-35--lg{margin-left:2.5rem !important}.g-ml-minus-35--lg{margin-left:-2.5rem !important}.g-ml-40--lg{margin-left:2.8571428571rem !important}.g-ml-minus-40--lg{margin-left:-2.8571428571rem !important}.g-ml-45--lg{margin-left:3.2142857143rem !important}.g-ml-minus-45--lg{margin-left:-3.2142857143rem !important}.g-ml-50--lg{margin-left:3.5714285714rem !important}.g-ml-minus-50--lg{margin-left:-3.5714285714rem !important}.g-mr-1--lg{margin-right:0.0714285714rem !important}.g-mr-minus-1--lg{margin-right:-0.0714285714rem !important}.g-mr-2--lg{margin-right:0.1428571429rem !important}.g-mr-minus-2--lg{margin-right:-0.1428571429rem !important}.g-mr-3--lg{margin-right:0.2142857143rem !important}.g-mr-minus-3--lg{margin-right:-0.2142857143rem !important}.g-mr-4--lg{margin-right:0.2857142857rem !important}.g-mr-minus-4--lg{margin-right:-0.2857142857rem !important}.g-mr-5--lg{margin-right:0.3571428571rem !important}.g-mr-minus-5--lg{margin-right:-0.3571428571rem !important}.g-mr-6--lg{margin-right:0.4285714286rem !important}.g-mr-minus-6--lg{margin-right:-0.4285714286rem !important}.g-mr-7--lg{margin-right:0.5rem !important}.g-mr-minus-7--lg{margin-right:-0.5rem !important}.g-mr-8--lg{margin-right:0.5714285714rem !important}.g-mr-minus-8--lg{margin-right:-0.5714285714rem !important}.g-mr-9--lg{margin-right:0.6428571429rem !important}.g-mr-minus-9--lg{margin-right:-0.6428571429rem !important}.g-mr-10--lg{margin-right:0.7142857143rem !important}.g-mr-minus-10--lg{margin-right:-0.7142857143rem !important}.g-mr-5--lg{margin-right:0.3571428571rem !important}.g-mr-10--lg{margin-right:0.7142857143rem !important}.g-mr-15--lg{margin-right:1.0714285714rem !important}.g-mr-20--lg{margin-right:1.4285714286rem !important}.g-mr-25--lg{margin-right:1.7857142857rem !important}.g-mr-30--lg{margin-right:2.1428571429rem !important}.g-mr-35--lg{margin-right:2.5rem !important}.g-mr-40--lg{margin-right:2.8571428571rem !important}.g-mr-45--lg{margin-right:3.2142857143rem !important}.g-mr-50--lg{margin-right:3.5714285714rem !important}}
@media (min-width: 1200px){.g-ma-0--xl{margin:0 !important}.g-mx-0--xl{margin-left:0 !important;margin-right:0 !important}.g-my-0--xl{margin-top:0 !important;margin-bottom:0 !important}.g-ml-0--xl{margin-left:0 !important}.g-mr-0--xl{margin-right:0 !important}.g-mt-0--xl{margin-top:0 !important}.g-mb-0--xl{margin-bottom:0 !important}.g-mx-1--xl{margin-left:0.0714285714rem !important;margin-right:0.0714285714rem !important}.g-mx-2--xl{margin-left:0.1428571429rem !important;margin-right:0.1428571429rem !important}.g-mx-3--xl{margin-left:0.2142857143rem !important;margin-right:0.2142857143rem !important}.g-mx-4--xl{margin-left:0.2857142857rem !important;margin-right:0.2857142857rem !important}.g-mx-5--xl{margin-left:0.3571428571rem !important;margin-right:0.3571428571rem !important}.g-mx-6--xl{margin-left:0.4285714286rem !important;margin-right:0.4285714286rem !important}.g-mx-7--xl{margin-left:0.5rem !important;margin-right:0.5rem !important}.g-mx-8--xl{margin-left:0.5714285714rem !important;margin-right:0.5714285714rem !important}.g-mx-9--xl{margin-left:0.6428571429rem !important;margin-right:0.6428571429rem !important}.g-mx-10--xl{margin-left:0.7142857143rem !important;margin-right:0.7142857143rem !important}.g-mx-10--xl{margin-left:0.7142857143rem !important;margin-right:0.7142857143rem !important}.g-mx-15--xl{margin-left:1.0714285714rem !important;margin-right:1.0714285714rem !important}.g-mx-20--xl{margin-left:1.4285714286rem !important;margin-right:1.4285714286rem !important}.g-mx-25--xl{margin-left:1.7857142857rem !important;margin-right:1.7857142857rem !important}.g-mx-30--xl{margin-left:2.1428571429rem !important;margin-right:2.1428571429rem !important}.g-mx-35--xl{margin-left:2.5rem !important;margin-right:2.5rem !important}.g-mx-40--xl{margin-left:2.8571428571rem !important;margin-right:2.8571428571rem !important}.g-mx-45--xl{margin-left:3.2142857143rem !important;margin-right:3.2142857143rem !important}.g-mx-50--xl{margin-left:3.5714285714rem !important;margin-right:3.5714285714rem !important}.g-mx-55--xl{margin-left:3.9285714286rem !important;margin-right:3.9285714286rem !important}.g-mx-60--xl{margin-left:4.2857142857rem !important;margin-right:4.2857142857rem !important}.g-mx-65--xl{margin-left:4.6428571429rem !important;margin-right:4.6428571429rem !important}.g-mx-70--xl{margin-left:5rem !important;margin-right:5rem !important}.g-mx-75--xl{margin-left:5.3571428571rem !important;margin-right:5.3571428571rem !important}.g-mx-80--xl{margin-left:5.7142857143rem !important;margin-right:5.7142857143rem !important}.g-mx-85--xl{margin-left:6.0714285714rem !important;margin-right:6.0714285714rem !important}.g-mx-90--xl{margin-left:6.4285714286rem !important;margin-right:6.4285714286rem !important}.g-mx-95--xl{margin-left:6.7857142857rem !important;margin-right:6.7857142857rem !important}.g-mx-100--xl{margin-left:7.1428571429rem !important;margin-right:7.1428571429rem !important}.g-my-1--xl{margin-top:0.0714285714rem !important;margin-bottom:0.0714285714rem !important}.g-my-2--xl{margin-top:0.1428571429rem !important;margin-bottom:0.1428571429rem !important}.g-my-3--xl{margin-top:0.2142857143rem !important;margin-bottom:0.2142857143rem !important}.g-my-4--xl{margin-top:0.2857142857rem !important;margin-bottom:0.2857142857rem !important}.g-my-5--xl{margin-top:0.3571428571rem !important;margin-bottom:0.3571428571rem !important}.g-my-6--xl{margin-top:0.4285714286rem !important;margin-bottom:0.4285714286rem !important}.g-my-7--xl{margin-top:0.5rem !important;margin-bottom:0.5rem !important}.g-my-8--xl{margin-top:0.5714285714rem !important;margin-bottom:0.5714285714rem !important}.g-my-9--xl{margin-top:0.6428571429rem !important;margin-bottom:0.6428571429rem !important}.g-my-10--xl{margin-top:0.7142857143rem !important;margin-bottom:0.7142857143rem !important}.g-my-10--xl{margin-top:0.7142857143rem !important;margin-bottom:0.7142857143rem !important}.g-my-15--xl{margin-top:1.0714285714rem !important;margin-bottom:1.0714285714rem !important}.g-my-20--xl{margin-top:1.4285714286rem !important;margin-bottom:1.4285714286rem !important}.g-my-25--xl{margin-top:1.7857142857rem !important;margin-bottom:1.7857142857rem !important}.g-my-30--xl{margin-top:2.1428571429rem !important;margin-bottom:2.1428571429rem !important}.g-my-35--xl{margin-top:2.5rem !important;margin-bottom:2.5rem !important}.g-my-40--xl{margin-top:2.8571428571rem !important;margin-bottom:2.8571428571rem !important}.g-my-45--xl{margin-top:3.2142857143rem !important;margin-bottom:3.2142857143rem !important}.g-my-50--xl{margin-top:3.5714285714rem !important;margin-bottom:3.5714285714rem !important}.g-my-55--xl{margin-top:3.9285714286rem !important;margin-bottom:3.9285714286rem !important}.g-my-60--xl{margin-top:4.2857142857rem !important;margin-bottom:4.2857142857rem !important}.g-my-65--xl{margin-top:4.6428571429rem !important;margin-bottom:4.6428571429rem !important}.g-my-70--xl{margin-top:5rem !important;margin-bottom:5rem !important}.g-my-75--xl{margin-top:5.3571428571rem !important;margin-bottom:5.3571428571rem !important}.g-my-80--xl{margin-top:5.7142857143rem !important;margin-bottom:5.7142857143rem !important}.g-my-85--xl{margin-top:6.0714285714rem !important;margin-bottom:6.0714285714rem !important}.g-my-90--xl{margin-top:6.4285714286rem !important;margin-bottom:6.4285714286rem !important}.g-my-95--xl{margin-top:6.7857142857rem !important;margin-bottom:6.7857142857rem !important}.g-my-100--xl{margin-top:7.1428571429rem !important;margin-bottom:7.1428571429rem !important}.g-mt-1--xl{margin-top:0.0714285714rem !important}.g-mt-minus-1--xl{margin-top:-0.0714285714rem !important}.g-mt-2--xl{margin-top:0.1428571429rem !important}.g-mt-minus-2--xl{margin-top:-0.1428571429rem !important}.g-mt-3--xl{margin-top:0.2142857143rem !important}.g-mt-minus-3--xl{margin-top:-0.2142857143rem !important}.g-mt-4--xl{margin-top:0.2857142857rem !important}.g-mt-minus-4--xl{margin-top:-0.2857142857rem !important}.g-mt-5--xl{margin-top:0.3571428571rem !important}.g-mt-minus-5--xl{margin-top:-0.3571428571rem !important}.g-mt-6--xl{margin-top:0.4285714286rem !important}.g-mt-minus-6--xl{margin-top:-0.4285714286rem !important}.g-mt-7--xl{margin-top:0.5rem !important}.g-mt-minus-7--xl{margin-top:-0.5rem !important}.g-mt-8--xl{margin-top:0.5714285714rem !important}.g-mt-minus-8--xl{margin-top:-0.5714285714rem !important}.g-mt-9--xl{margin-top:0.6428571429rem !important}.g-mt-minus-9--xl{margin-top:-0.6428571429rem !important}.g-mt-10--xl{margin-top:0.7142857143rem !important}.g-mt-minus-10--xl{margin-top:-0.7142857143rem !important}.g-mt-11--xl{margin-top:0.7857142857rem !important}.g-mt-minus-11--xl{margin-top:-0.7857142857rem !important}.g-mt-12--xl{margin-top:0.8571428571rem !important}.g-mt-minus-12--xl{margin-top:-0.8571428571rem !important}.g-mt-13--xl{margin-top:0.9285714286rem !important}.g-mt-minus-13--xl{margin-top:-0.9285714286rem !important}.g-mt-14--xl{margin-top:1rem !important}.g-mt-minus-14--xl{margin-top:-1rem !important}.g-mt-15--xl{margin-top:1.0714285714rem !important}.g-mt-minus-15--xl{margin-top:-1.0714285714rem !important}.g-mt-16--xl{margin-top:1.1428571429rem !important}.g-mt-minus-16--xl{margin-top:-1.1428571429rem !important}.g-mt-17--xl{margin-top:1.2142857143rem !important}.g-mt-minus-17--xl{margin-top:-1.2142857143rem !important}.g-mt-18--xl{margin-top:1.2857142857rem !important}.g-mt-minus-18--xl{margin-top:-1.2857142857rem !important}.g-mt-19--xl{margin-top:1.3571428571rem !important}.g-mt-minus-19--xl{margin-top:-1.3571428571rem !important}.g-mt-20--xl{margin-top:1.4285714286rem !important}.g-mt-minus-20--xl{margin-top:-1.4285714286rem !important}.g-mt-10--xl{margin-top:0.7142857143rem !important}.g-mt-minus-10--xl{margin-top:-0.7142857143rem !important}.g-mt-15--xl{margin-top:1.0714285714rem !important}.g-mt-minus-15--xl{margin-top:-1.0714285714rem !important}.g-mt-20--xl{margin-top:1.4285714286rem !important}.g-mt-minus-20--xl{margin-top:-1.4285714286rem !important}.g-mt-25--xl{margin-top:1.7857142857rem !important}.g-mt-minus-25--xl{margin-top:-1.7857142857rem !important}.g-mt-30--xl{margin-top:2.1428571429rem !important}.g-mt-minus-30--xl{margin-top:-2.1428571429rem !important}.g-mt-35--xl{margin-top:2.5rem !important}.g-mt-minus-35--xl{margin-top:-2.5rem !important}.g-mt-40--xl{margin-top:2.8571428571rem !important}.g-mt-minus-40--xl{margin-top:-2.8571428571rem !important}.g-mt-45--xl{margin-top:3.2142857143rem !important}.g-mt-minus-45--xl{margin-top:-3.2142857143rem !important}.g-mt-50--xl{margin-top:3.5714285714rem !important}.g-mt-minus-50--xl{margin-top:-3.5714285714rem !important}.g-mt-55--xl{margin-top:3.9285714286rem !important}.g-mt-minus-55--xl{margin-top:-3.9285714286rem !important}.g-mt-60--xl{margin-top:4.2857142857rem !important}.g-mt-minus-60--xl{margin-top:-4.2857142857rem !important}.g-mt-65--xl{margin-top:4.6428571429rem !important}.g-mt-minus-65--xl{margin-top:-4.6428571429rem !important}.g-mt-70--xl{margin-top:5rem !important}.g-mt-minus-70--xl{margin-top:-5rem !important}.g-mt-75--xl{margin-top:5.3571428571rem !important}.g-mt-minus-75--xl{margin-top:-5.3571428571rem !important}.g-mt-80--xl{margin-top:5.7142857143rem !important}.g-mt-minus-80--xl{margin-top:-5.7142857143rem !important}.g-mt-85--xl{margin-top:6.0714285714rem !important}.g-mt-minus-85--xl{margin-top:-6.0714285714rem !important}.g-mt-90--xl{margin-top:6.4285714286rem !important}.g-mt-minus-90--xl{margin-top:-6.4285714286rem !important}.g-mt-95--xl{margin-top:6.7857142857rem !important}.g-mt-minus-95--xl{margin-top:-6.7857142857rem !important}.g-mt-100--xl{margin-top:7.1428571429rem !important}.g-mt-minus-100--xl{margin-top:-7.1428571429rem !important}.g-mt-105--xl{margin-top:7.5rem !important}.g-mt-minus-105--xl{margin-top:-7.5rem !important}.g-mt-110--xl{margin-top:7.8571428571rem !important}.g-mt-minus-110--xl{margin-top:-7.8571428571rem !important}.g-mt-115--xl{margin-top:8.2142857143rem !important}.g-mt-minus-115--xl{margin-top:-8.2142857143rem !important}.g-mt-120--xl{margin-top:8.5714285714rem !important}.g-mt-minus-120--xl{margin-top:-8.5714285714rem !important}.g-mt-125--xl{margin-top:8.9285714286rem !important}.g-mt-minus-125--xl{margin-top:-8.9285714286rem !important}.g-mt-130--xl{margin-top:9.2857142857rem !important}.g-mt-minus-130--xl{margin-top:-9.2857142857rem !important}.g-mt-135--xl{margin-top:9.6428571429rem !important}.g-mt-minus-135--xl{margin-top:-9.6428571429rem !important}.g-mt-140--xl{margin-top:10rem !important}.g-mt-minus-140--xl{margin-top:-10rem !important}.g-mt-145--xl{margin-top:10.3571428571rem !important}.g-mt-minus-145--xl{margin-top:-10.3571428571rem !important}.g-mt-150--xl{margin-top:10.7142857143rem !important}.g-mt-minus-150--xl{margin-top:-10.7142857143rem !important}.g-mt-155--xl{margin-top:11.0714285714rem !important}.g-mt-minus-155--xl{margin-top:-11.0714285714rem !important}.g-mt-160--xl{margin-top:11.4285714286rem !important}.g-mt-minus-160--xl{margin-top:-11.4285714286rem !important}.g-mt-165--xl{margin-top:11.7857142857rem !important}.g-mt-minus-165--xl{margin-top:-11.7857142857rem !important}.g-mt-170--xl{margin-top:12.1428571429rem !important}.g-mt-minus-170--xl{margin-top:-12.1428571429rem !important}.g-mb-1--xl{margin-bottom:0.0714285714rem !important}.g-mb-minus-1--xl{margin-bottom:-0.0714285714rem !important}.g-mb-2--xl{margin-bottom:0.1428571429rem !important}.g-mb-minus-2--xl{margin-bottom:-0.1428571429rem !important}.g-mb-3--xl{margin-bottom:0.2142857143rem !important}.g-mb-minus-3--xl{margin-bottom:-0.2142857143rem !important}.g-mb-4--xl{margin-bottom:0.2857142857rem !important}.g-mb-minus-4--xl{margin-bottom:-0.2857142857rem !important}.g-mb-5--xl{margin-bottom:0.3571428571rem !important}.g-mb-minus-5--xl{margin-bottom:-0.3571428571rem !important}.g-mb-6--xl{margin-bottom:0.4285714286rem !important}.g-mb-minus-6--xl{margin-bottom:-0.4285714286rem !important}.g-mb-7--xl{margin-bottom:0.5rem !important}.g-mb-minus-7--xl{margin-bottom:-0.5rem !important}.g-mb-8--xl{margin-bottom:0.5714285714rem !important}.g-mb-minus-8--xl{margin-bottom:-0.5714285714rem !important}.g-mb-9--xl{margin-bottom:0.6428571429rem !important}.g-mb-minus-9--xl{margin-bottom:-0.6428571429rem !important}.g-mb-10--xl{margin-bottom:0.7142857143rem !important}.g-mb-minus-10--xl{margin-bottom:-0.7142857143rem !important}.g-mb-11--xl{margin-bottom:0.7857142857rem !important}.g-mb-minus-11--xl{margin-bottom:-0.7857142857rem !important}.g-mb-12--xl{margin-bottom:0.8571428571rem !important}.g-mb-minus-12--xl{margin-bottom:-0.8571428571rem !important}.g-mb-13--xl{margin-bottom:0.9285714286rem !important}.g-mb-minus-13--xl{margin-bottom:-0.9285714286rem !important}.g-mb-14--xl{margin-bottom:1rem !important}.g-mb-minus-14--xl{margin-bottom:-1rem !important}.g-mb-15--xl{margin-bottom:1.0714285714rem !important}.g-mb-minus-15--xl{margin-bottom:-1.0714285714rem !important}.g-mb-16--xl{margin-bottom:1.1428571429rem !important}.g-mb-minus-16--xl{margin-bottom:-1.1428571429rem !important}.g-mb-17--xl{margin-bottom:1.2142857143rem !important}.g-mb-minus-17--xl{margin-bottom:-1.2142857143rem !important}.g-mb-18--xl{margin-bottom:1.2857142857rem !important}.g-mb-minus-18--xl{margin-bottom:-1.2857142857rem !important}.g-mb-19--xl{margin-bottom:1.3571428571rem !important}.g-mb-minus-19--xl{margin-bottom:-1.3571428571rem !important}.g-mb-20--xl{margin-bottom:1.4285714286rem !important}.g-mb-minus-20--xl{margin-bottom:-1.4285714286rem !important}.g-mb-10--xl{margin-bottom:0.7142857143rem !important}.g-mb-15--xl{margin-bottom:1.0714285714rem !important}.g-mb-20--xl{margin-bottom:1.4285714286rem !important}.g-mb-25--xl{margin-bottom:1.7857142857rem !important}.g-mb-30--xl{margin-bottom:2.1428571429rem !important}.g-mb-35--xl{margin-bottom:2.5rem !important}.g-mb-40--xl{margin-bottom:2.8571428571rem !important}.g-mb-45--xl{margin-bottom:3.2142857143rem !important}.g-mb-50--xl{margin-bottom:3.5714285714rem !important}.g-mb-55--xl{margin-bottom:3.9285714286rem !important}.g-mb-60--xl{margin-bottom:4.2857142857rem !important}.g-mb-65--xl{margin-bottom:4.6428571429rem !important}.g-mb-70--xl{margin-bottom:5rem !important}.g-mb-75--xl{margin-bottom:5.3571428571rem !important}.g-mb-80--xl{margin-bottom:5.7142857143rem !important}.g-mb-85--xl{margin-bottom:6.0714285714rem !important}.g-mb-90--xl{margin-bottom:6.4285714286rem !important}.g-mb-95--xl{margin-bottom:6.7857142857rem !important}.g-mb-100--xl{margin-bottom:7.1428571429rem !important}.g-mb-105--xl{margin-bottom:7.5rem !important}.g-mb-110--xl{margin-bottom:7.8571428571rem !important}.g-mb-115--xl{margin-bottom:8.2142857143rem !important}.g-mb-120--xl{margin-bottom:8.5714285714rem !important}.g-mb-125--xl{margin-bottom:8.9285714286rem !important}.g-mb-130--xl{margin-bottom:9.2857142857rem !important}.g-mb-135--xl{margin-bottom:9.6428571429rem !important}.g-mb-140--xl{margin-bottom:10rem !important}.g-mb-145--xl{margin-bottom:10.3571428571rem !important}.g-mb-150--xl{margin-bottom:10.7142857143rem !important}.g-mb-155--xl{margin-bottom:11.0714285714rem !important}.g-mb-160--xl{margin-bottom:11.4285714286rem !important}.g-mb-165--xl{margin-bottom:11.7857142857rem !important}.g-mb-170--xl{margin-bottom:12.1428571429rem !important}.g-ml-1--xl{margin-left:0.0714285714rem !important}.g-ml-minus-1--xl{margin-left:-0.0714285714rem !important}.g-ml-2--xl{margin-left:0.1428571429rem !important}.g-ml-minus-2--xl{margin-left:-0.1428571429rem !important}.g-ml-3--xl{margin-left:0.2142857143rem !important}.g-ml-minus-3--xl{margin-left:-0.2142857143rem !important}.g-ml-4--xl{margin-left:0.2857142857rem !important}.g-ml-minus-4--xl{margin-left:-0.2857142857rem !important}.g-ml-5--xl{margin-left:0.3571428571rem !important}.g-ml-minus-5--xl{margin-left:-0.3571428571rem !important}.g-ml-6--xl{margin-left:0.4285714286rem !important}.g-ml-minus-6--xl{margin-left:-0.4285714286rem !important}.g-ml-7--xl{margin-left:0.5rem !important}.g-ml-minus-7--xl{margin-left:-0.5rem !important}.g-ml-8--xl{margin-left:0.5714285714rem !important}.g-ml-minus-8--xl{margin-left:-0.5714285714rem !important}.g-ml-9--xl{margin-left:0.6428571429rem !important}.g-ml-minus-9--xl{margin-left:-0.6428571429rem !important}.g-ml-10--xl{margin-left:0.7142857143rem !important}.g-ml-minus-10--xl{margin-left:-0.7142857143rem !important}.g-ml-5--xl{margin-left:0.3571428571rem !important}.g-ml-minus-5--xl{margin-left:-0.3571428571rem !important}.g-ml-10--xl{margin-left:0.7142857143rem !important}.g-ml-minus-10--xl{margin-left:-0.7142857143rem !important}.g-ml-15--xl{margin-left:1.0714285714rem !important}.g-ml-minus-15--xl{margin-left:-1.0714285714rem !important}.g-ml-20--xl{margin-left:1.4285714286rem !important}.g-ml-minus-20--xl{margin-left:-1.4285714286rem !important}.g-ml-25--xl{margin-left:1.7857142857rem !important}.g-ml-minus-25--xl{margin-left:-1.7857142857rem !important}.g-ml-30--xl{margin-left:2.1428571429rem !important}.g-ml-minus-30--xl{margin-left:-2.1428571429rem !important}.g-ml-35--xl{margin-left:2.5rem !important}.g-ml-minus-35--xl{margin-left:-2.5rem !important}.g-ml-40--xl{margin-left:2.8571428571rem !important}.g-ml-minus-40--xl{margin-left:-2.8571428571rem !important}.g-ml-45--xl{margin-left:3.2142857143rem !important}.g-ml-minus-45--xl{margin-left:-3.2142857143rem !important}.g-ml-50--xl{margin-left:3.5714285714rem !important}.g-ml-minus-50--xl{margin-left:-3.5714285714rem !important}.g-mr-1--xl{margin-right:0.0714285714rem !important}.g-mr-minus-1--xl{margin-right:-0.0714285714rem !important}.g-mr-2--xl{margin-right:0.1428571429rem !important}.g-mr-minus-2--xl{margin-right:-0.1428571429rem !important}.g-mr-3--xl{margin-right:0.2142857143rem !important}.g-mr-minus-3--xl{margin-right:-0.2142857143rem !important}.g-mr-4--xl{margin-right:0.2857142857rem !important}.g-mr-minus-4--xl{margin-right:-0.2857142857rem !important}.g-mr-5--xl{margin-right:0.3571428571rem !important}.g-mr-minus-5--xl{margin-right:-0.3571428571rem !important}.g-mr-6--xl{margin-right:0.4285714286rem !important}.g-mr-minus-6--xl{margin-right:-0.4285714286rem !important}.g-mr-7--xl{margin-right:0.5rem !important}.g-mr-minus-7--xl{margin-right:-0.5rem !important}.g-mr-8--xl{margin-right:0.5714285714rem !important}.g-mr-minus-8--xl{margin-right:-0.5714285714rem !important}.g-mr-9--xl{margin-right:0.6428571429rem !important}.g-mr-minus-9--xl{margin-right:-0.6428571429rem !important}.g-mr-10--xl{margin-right:0.7142857143rem !important}.g-mr-minus-10--xl{margin-right:-0.7142857143rem !important}.g-mr-5--xl{margin-right:0.3571428571rem !important}.g-mr-10--xl{margin-right:0.7142857143rem !important}.g-mr-15--xl{margin-right:1.0714285714rem !important}.g-mr-20--xl{margin-right:1.4285714286rem !important}.g-mr-25--xl{margin-right:1.7857142857rem !important}.g-mr-30--xl{margin-right:2.1428571429rem !important}.g-mr-35--xl{margin-right:2.5rem !important}.g-mr-40--xl{margin-right:2.8571428571rem !important}.g-mr-45--xl{margin-right:3.2142857143rem !important}.g-mr-50--xl{margin-right:3.5714285714rem !important}}.g-ma-1{margin:0.0714285714rem !important}.g-ma-3{margin:0.2142857143rem !important}.g-ma-5{margin:0.3571428571rem !important}.g-ma-10{margin:0.7142857143rem !important}.g-ma-20{margin:1.4285714286rem !important}.g-ma-minus-1{margin:-0.0714285714rem !important}.g-mt-minus-1{margin-top:-0.0714285714rem}.g-mt-minus-20{margin-top:-1.4285714286rem}.g-mt-minus-25{margin-top:-1.7857142857rem}.g-mt-minus-30{margin-top:-2.1428571429rem}.g-mt-minus-40{margin-top:-2.8571428571rem}.g-mt-minus-70{margin-top:-5rem}.g-mt-minus-120{margin-top:-8.5714285714rem}.g-mt-minus-200{margin-top:-14.2857142857rem}.g-mt-minus-300{margin-top:-21.4285714286rem}.g-mb-minus-70{margin-bottom:-5rem}.g-ml-minus-20{margin-left:-1.4285714286rem}.g-ml-minus-35{margin-left:-2.5rem}.g-ml-minus-55{margin-left:-3.9285714286rem}.g-ml-minus-25{margin-left:-1.7857142857rem}.g-ml-minus-82{margin-left:-5.8571428571rem}.g-ml-minus-90{margin-left:-6.4285714286rem}.g-ml-minus-100{margin-left:-7.1428571429rem}.g-ml-minus-118{margin-left:-8.4285714286rem}.g-ml-minus-142{margin-left:-10.1428571429rem}.g-mr-minus-50{margin-right:-3.5714285714rem}.g-mr-minus-100{margin-right:-7.1428571429rem}.g-mx-minus-1{margin-left:-0.0714285714rem;margin-right:-0.0714285714rem}.g-mx-minus-2{margin-left:-0.1428571429rem;margin-right:-0.1428571429rem}.g-mx-minus-4{margin-left:-0.2857142857rem;margin-right:-0.2857142857rem}.g-mx-minus-5{margin-left:-0.3571428571rem;margin-right:-0.3571428571rem}.g-mx-minus-15{margin-left:-1.0714285714rem;margin-right:-1.0714285714rem}.g-mx-minus-25{margin-left:-1.7857142857rem;margin-right:-1.7857142857rem}.g-mx-minus-30{margin-left:-2.1428571429rem;margin-right:-2.1428571429rem}.g-mt-10x{margin-top:10%}.g-mt-21{margin-top:1.5rem}.g-mt-22{margin-top:1.5714285714rem}.g-mt-32{margin-top:2.2857142857rem !important}.g-mt-57{margin-top:4.0714285714rem !important}.g-mt-500{margin-top:35.7142857143rem}.g-mb-23{margin-bottom:1.6428571429rem}.g-mb-28{margin-bottom:2rem}.g-mb-500{margin-bottom:35.7142857143rem}.g-ml-10x{margin-left:10%}.g-ml-12{margin-left:0.8571428571rem}.g-ml-13{margin-left:0.9285714286rem}.g-ml-20{margin-left:1.4285714286rem}.g-ml-25{margin-left:1.7857142857rem}.g-ml-35{margin-left:2.5rem}.g-ml-43{margin-left:3.0714285714rem}.g-ml-60{margin-left:4.2857142857rem}.g-ml-75{margin-left:5.3571428571rem}.g-ml-82{margin-left:5.8571428571rem}.g-ml-85{margin-left:6.0714285714rem}.g-ml-105{margin-left:7.5rem}.g-ml-118{margin-left:8.4285714286rem}.g-ml-142{margin-left:10.1428571429rem}.g-mr-12{margin-right:0.8571428571rem}.g-mr-60{margin-right:4.2857142857rem}.g-mr-63{margin-right:4.5rem}.g-mr-minus-10{margin-right:-0.7142857143rem}.g-mr-minus-15{margin-right:-1.0714285714rem}.g-mr-minus-30{margin-right:-2.1428571429rem}.g-mx-minus-10{margin-left:-0.7142857143rem;margin-right:-0.7142857143rem}.g-mx-minus-15{margin-left:-1.0714285714rem;margin-right:-1.0714285714rem}.g-mx-minus-20{margin-left:-1.4285714286rem;margin-right:-1.4285714286rem}.g-mx-minus-25{margin-left:-1.7857142857rem;margin-right:-1.7857142857rem}.g-mx-minus-30{margin-left:-2.1428571429rem;margin-right:-2.1428571429rem}.g-my-minus-1{margin-top:-0.0714285714rem;margin-bottom:-0.0714285714rem}.g-my-minus-2{margin-top:-0.1428571429rem;margin-bottom:-0.1428571429rem}.g-my-minus-10{margin-top:-0.7142857143rem;margin-bottom:-0.7142857143rem}.g-m-reset{margin:0 !important}@media (min-width: 576px){.g-mb-0--sm{margin-bottom:0 !important}.g-mx-minus-10--sm{margin-left:-0.7142857143rem;margin-right:-0.7142857143rem}.g-my-minus-5--sm{margin-top:-0.3571428571rem;margin-bottom:-0.3571428571rem}.g-my-minus-10--sm{margin-top:-0.7142857143rem;margin-bottom:-0.7142857143rem}.g-mx-minus-0{margin-left:0 !important;margin-right:0 !important}.g-my-minus-0{margin-top:0;margin-bottom:0}}@media (min-width: 768px){.g-mx-12--md{margin-left:0.8571428571rem !important;margin-right:0.8571428571rem !important}.g-ml-12--md{margin-left:0.8571428571rem !important}.g-mr-12--md{margin-right:0.8571428571rem !important}.g-mb-0--md{margin-bottom:0 !important}.g-ml-minus-1--md{margin-left:-0.0714285714rem}.g-mr-minus-1--md{margin-right:-0.0714285714rem}.g-ml-minus-9--md{margin-left:0.6428571429rem !important}.g-mr-minus-9--md{margin-right:0.6428571429rem !important}.g-ml-minus-82--md{margin-left:-5.8571428571rem !important}.g-mr-60--md{margin-right:4.2857142857rem !important}.g-mr-63--md{margin-right:4.5rem !important}.g-ml-85--md{margin-left:6.0714285714rem !important}.g-ml-minus-90--md{margin-left:-6.4285714286rem !important}.g-m-reset--md{margin:0 !important}}@media (min-width: 992px){.g-mx-12--lg{margin-left:0.8571428571rem !important;margin-right:0.8571428571rem !important}.g-mb-60--lg{margin-bottom:4.2857142857rem !important}.g-ml-12--lg{margin-left:0.8571428571rem !important}.g-mr-12--lg{margin-right:0.8571428571rem !important}.g-mr-minus-1--lg{margin-right:-0.0714285714rem}.g-mr-minus-100--lg{margin-right:-7.1428571429rem}.g-ml-minus-100--lg{margin-left:-7.1428571429rem}.g-ml-minus-100{margin-left:-7.1428571429rem}.g-mx-minus-5--lg{margin-left:-0.3571428571rem;margin-right:-0.3571428571rem}.g-mx-minus-10--lg{margin-left:-0.7142857143rem;margin-right:-0.7142857143rem}.g-mx-minus-15--lg{margin-left:-1.0714285714rem;margin-right:-1.0714285714rem}.g-ml-minus-50--lg{margin-left:-3.5714285714rem}.g-m-reset--lg{margin:0 !important}.g-ml-100--lg{margin-left:7.1428571429rem}}@media (min-width: 1200px){.g-mx-minus-10--xl{margin-left:-0.7142857143rem;margin-right:-0.7142857143rem}.g-mx-minus-15--xl{margin-left:-1.0714285714rem;margin-right:-1.0714285714rem}.g-m-reset--xl{margin:0 !important}}@media (min-width: 992px){.js-header-change-moment .g-mt-1--lg--scrolling{margin-top:0.0714285714rem !important}.js-header-change-moment .g-mt-2--lg--scrolling{margin-top:0.1428571429rem !important}.js-header-change-moment .g-mt-3--lg--scrolling{margin-top:0.2142857143rem !important}.js-header-change-moment .g-mt-4--lg--scrolling{margin-top:0.2857142857rem !important}.js-header-change-moment .g-mt-5--lg--scrolling{margin-top:0.3571428571rem !important}.js-header-change-moment .g-mt-6--lg--scrolling{margin-top:0.4285714286rem !important}.js-header-change-moment .g-mt-7--lg--scrolling{margin-top:0.5rem !important}.js-header-change-moment .g-mt-8--lg--scrolling{margin-top:0.5714285714rem !important}.js-header-change-moment .g-mt-9--lg--scrolling{margin-top:0.6428571429rem !important}.js-header-change-moment .g-mt-10--lg--scrolling{margin-top:0.7142857143rem !important}.js-header-change-moment .g-mt-11--lg--scrolling{margin-top:0.7857142857rem !important}.js-header-change-moment .g-mt-12--lg--scrolling{margin-top:0.8571428571rem !important}.js-header-change-moment .g-mt-13--lg--scrolling{margin-top:0.9285714286rem !important}.js-header-change-moment .g-mt-14--lg--scrolling{margin-top:1rem !important}.js-header-change-moment .g-mt-15--lg--scrolling{margin-top:1.0714285714rem !important}.js-header-change-moment .g-mt-16--lg--scrolling{margin-top:1.1428571429rem !important}.js-header-change-moment .g-mt-17--lg--scrolling{margin-top:1.2142857143rem !important}.js-header-change-moment .g-mt-18--lg--scrolling{margin-top:1.2857142857rem !important}.js-header-change-moment .g-mt-19--lg--scrolling{margin-top:1.3571428571rem !important}.js-header-change-moment .g-mt-20--lg--scrolling{margin-top:1.4285714286rem !important}.js-header-change-moment .g-mt-21--lg--scrolling{margin-top:1.5rem !important}.js-header-change-moment .g-mt-22--lg--scrolling{margin-top:1.5714285714rem !important}.js-header-change-moment .g-mt-23--lg--scrolling{margin-top:1.6428571429rem !important}.js-header-change-moment .g-mt-24--lg--scrolling{margin-top:1.7142857143rem !important}.js-header-change-moment .g-mt-25--lg--scrolling{margin-top:1.7857142857rem !important}}@media (min-width: 0){.g-pa-0{padding:0 !important}.g-px-0{padding-left:0 !important;padding-right:0 !important}.g-py-0{padding-top:0 !important;padding-bottom:0 !important}.g-pl-0{padding-left:0 !important}.g-pr-0{padding-right:0 !important}.g-pt-0{padding-top:0 !important}.g-pb-0{padding-bottom:0 !important}.g-pa-2{padding:0.1428571429rem !important}.g-pa-3{padding:0.2142857143rem !important}.g-pa-5{padding:0.3571428571rem !important}.g-pa-7{padding:0.5rem !important}.g-pa-10{padding:0.7142857143rem !important}.g-pa-15{padding:1.0714285714rem !important}.g-pa-20{padding:1.4285714286rem !important}.g-pa-25{padding:1.7857142857rem !important}.g-pa-30{padding:2.1428571429rem !important}.g-pa-35{padding:2.5rem !important}.g-pa-40{padding:2.8571428571rem !important}.g-pa-45{padding:3.2142857143rem !important}.g-pa-50{padding:3.5714285714rem !important}.g-pa-55{padding:3.9285714286rem !important}.g-pa-60{padding:4.2857142857rem !important}.g-pa-65{padding:4.6428571429rem !important}.g-pa-70{padding:5rem !important}.g-pa-75{padding:5.3571428571rem !important}.g-pa-80{padding:5.7142857143rem !important}.g-pa-85{padding:6.0714285714rem !important}.g-pa-90{padding:6.4285714286rem !important}.g-pa-95{padding:6.7857142857rem !important}.g-pa-100{padding:7.1428571429rem !important}.g-pa-105{padding:7.5rem !important}.g-pa-110{padding:7.8571428571rem !important}.g-pa-115{padding:8.2142857143rem !important}.g-pa-120{padding:8.5714285714rem !important}.g-pa-125{padding:8.9285714286rem !important}.g-pa-130{padding:9.2857142857rem !important}.g-pa-135{padding:9.6428571429rem !important}.g-pa-140{padding:10rem !important}.g-pa-145{padding:10.3571428571rem !important}.g-pa-150{padding:10.7142857143rem !important}.g-px-1{padding-left:0.0714285714rem !important;padding-right:0.0714285714rem !important}.g-px-2{padding-left:0.1428571429rem !important;padding-right:0.1428571429rem !important}.g-px-3{padding-left:0.2142857143rem !important;padding-right:0.2142857143rem !important}.g-px-4{padding-left:0.2857142857rem !important;padding-right:0.2857142857rem !important}.g-px-5{padding-left:0.3571428571rem !important;padding-right:0.3571428571rem !important}.g-px-6{padding-left:0.4285714286rem !important;padding-right:0.4285714286rem !important}.g-px-7{padding-left:0.5rem !important;padding-right:0.5rem !important}.g-px-8{padding-left:0.5714285714rem !important;padding-right:0.5714285714rem !important}.g-px-9{padding-left:0.6428571429rem !important;padding-right:0.6428571429rem !important}.g-px-10{padding-left:0.7142857143rem !important;padding-right:0.7142857143rem !important}.g-px-11{padding-left:0.7857142857rem !important;padding-right:0.7857142857rem !important}.g-px-12{padding-left:0.8571428571rem !important;padding-right:0.8571428571rem !important}.g-px-13{padding-left:0.9285714286rem !important;padding-right:0.9285714286rem !important}.g-px-14{padding-left:1rem !important;padding-right:1rem !important}.g-px-15{padding-left:1.0714285714rem !important;padding-right:1.0714285714rem !important}.g-px-10{padding-left:0.7142857143rem !important;padding-right:0.7142857143rem !important}.g-px-15{padding-left:1.0714285714rem !important;padding-right:1.0714285714rem !important}.g-px-20{padding-left:1.4285714286rem !important;padding-right:1.4285714286rem !important}.g-px-25{padding-left:1.7857142857rem !important;padding-right:1.7857142857rem !important}.g-px-30{padding-left:2.1428571429rem !important;padding-right:2.1428571429rem !important}.g-px-35{padding-left:2.5rem !important;padding-right:2.5rem !important}.g-px-40{padding-left:2.8571428571rem !important;padding-right:2.8571428571rem !important}.g-px-45{padding-left:3.2142857143rem !important;padding-right:3.2142857143rem !important}.g-px-50{padding-left:3.5714285714rem !important;padding-right:3.5714285714rem !important}.g-px-55{padding-left:3.9285714286rem !important;padding-right:3.9285714286rem !important}.g-px-60{padding-left:4.2857142857rem !important;padding-right:4.2857142857rem !important}.g-px-65{padding-left:4.6428571429rem !important;padding-right:4.6428571429rem !important}.g-px-70{padding-left:5rem !important;padding-right:5rem !important}.g-px-75{padding-left:5.3571428571rem !important;padding-right:5.3571428571rem !important}.g-px-80{padding-left:5.7142857143rem !important;padding-right:5.7142857143rem !important}.g-px-85{padding-left:6.0714285714rem !important;padding-right:6.0714285714rem !important}.g-px-90{padding-left:6.4285714286rem !important;padding-right:6.4285714286rem !important}.g-px-95{padding-left:6.7857142857rem !important;padding-right:6.7857142857rem !important}.g-px-100{padding-left:7.1428571429rem !important;padding-right:7.1428571429rem !important}.g-px-105{padding-left:7.5rem !important;padding-right:7.5rem !important}.g-px-110{padding-left:7.8571428571rem !important;padding-right:7.8571428571rem !important}.g-px-115{padding-left:8.2142857143rem !important;padding-right:8.2142857143rem !important}.g-px-120{padding-left:8.5714285714rem !important;padding-right:8.5714285714rem !important}.g-px-125{padding-left:8.9285714286rem !important;padding-right:8.9285714286rem !important}.g-px-130{padding-left:9.2857142857rem !important;padding-right:9.2857142857rem !important}.g-px-135{padding-left:9.6428571429rem !important;padding-right:9.6428571429rem !important}.g-px-140{padding-left:10rem !important;padding-right:10rem !important}.g-px-145{padding-left:10.3571428571rem !important;padding-right:10.3571428571rem !important}.g-px-150{padding-left:10.7142857143rem !important;padding-right:10.7142857143rem !important}.g-py-1{padding-top:0.0714285714rem !important;padding-bottom:0.0714285714rem !important}.g-py-2{padding-top:0.1428571429rem !important;padding-bottom:0.1428571429rem !important}.g-py-3{padding-top:0.2142857143rem !important;padding-bottom:0.2142857143rem !important}.g-py-4{padding-top:0.2857142857rem !important;padding-bottom:0.2857142857rem !important}.g-py-5{padding-top:0.3571428571rem !important;padding-bottom:0.3571428571rem !important}.g-py-6{padding-top:0.4285714286rem !important;padding-bottom:0.4285714286rem !important}.g-py-7{padding-top:0.5rem !important;padding-bottom:0.5rem !important}.g-py-8{padding-top:0.5714285714rem !important;padding-bottom:0.5714285714rem !important}.g-py-9{padding-top:0.6428571429rem !important;padding-bottom:0.6428571429rem !important}.g-py-10{padding-top:0.7142857143rem !important;padding-bottom:0.7142857143rem !important}.g-py-11{padding-top:0.7857142857rem !important;padding-bottom:0.7857142857rem !important}.g-py-12{padding-top:0.8571428571rem !important;padding-bottom:0.8571428571rem !important}.g-py-13{padding-top:0.9285714286rem !important;padding-bottom:0.9285714286rem !important}.g-py-14{padding-top:1rem !important;padding-bottom:1rem !important}.g-py-15{padding-top:1.0714285714rem !important;padding-bottom:1.0714285714rem !important}.g-py-16{padding-top:1.1428571429rem !important;padding-bottom:1.1428571429rem !important}.g-py-17{padding-top:1.2142857143rem !important;padding-bottom:1.2142857143rem !important}.g-py-18{padding-top:1.2857142857rem !important;padding-bottom:1.2857142857rem !important}.g-py-19{padding-top:1.3571428571rem !important;padding-bottom:1.3571428571rem !important}.g-py-10{padding-top:0.7142857143rem !important;padding-bottom:0.7142857143rem !important}.g-py-15{padding-top:1.0714285714rem !important;padding-bottom:1.0714285714rem !important}.g-py-20{padding-top:1.4285714286rem !important;padding-bottom:1.4285714286rem !important}.g-py-25{padding-top:1.7857142857rem !important;padding-bottom:1.7857142857rem !important}.g-py-30{padding-top:2.1428571429rem !important;padding-bottom:2.1428571429rem !important}.g-py-35{padding-top:2.5rem !important;padding-bottom:2.5rem !important}.g-py-40{padding-top:2.8571428571rem !important;padding-bottom:2.8571428571rem !important}.g-py-45{padding-top:3.2142857143rem !important;padding-bottom:3.2142857143rem !important}.g-py-50{padding-top:3.5714285714rem !important;padding-bottom:3.5714285714rem !important}.g-py-55{padding-top:3.9285714286rem !important;padding-bottom:3.9285714286rem !important}.g-py-60{padding-top:4.2857142857rem !important;padding-bottom:4.2857142857rem !important}.g-py-65{padding-top:4.6428571429rem !important;padding-bottom:4.6428571429rem !important}.g-py-70{padding-top:5rem !important;padding-bottom:5rem !important}.g-py-75{padding-top:5.3571428571rem !important;padding-bottom:5.3571428571rem !important}.g-py-80{padding-top:5.7142857143rem !important;padding-bottom:5.7142857143rem !important}.g-py-85{padding-top:6.0714285714rem !important;padding-bottom:6.0714285714rem !important}.g-py-90{padding-top:6.4285714286rem !important;padding-bottom:6.4285714286rem !important}.g-py-95{padding-top:6.7857142857rem !important;padding-bottom:6.7857142857rem !important}.g-py-100{padding-top:7.1428571429rem !important;padding-bottom:7.1428571429rem !important}.g-py-105{padding-top:7.5rem !important;padding-bottom:7.5rem !important}.g-py-110{padding-top:7.8571428571rem !important;padding-bottom:7.8571428571rem !important}.g-py-115{padding-top:8.2142857143rem !important;padding-bottom:8.2142857143rem !important}.g-py-120{padding-top:8.5714285714rem !important;padding-bottom:8.5714285714rem !important}.g-py-125{padding-top:8.9285714286rem !important;padding-bottom:8.9285714286rem !important}.g-py-130{padding-top:9.2857142857rem !important;padding-bottom:9.2857142857rem !important}.g-py-135{padding-top:9.6428571429rem !important;padding-bottom:9.6428571429rem !important}.g-py-140{padding-top:10rem !important;padding-bottom:10rem !important}.g-py-145{padding-top:10.3571428571rem !important;padding-bottom:10.3571428571rem !important}.g-py-150{padding-top:10.7142857143rem !important;padding-bottom:10.7142857143rem !important}.g-py-155{padding-top:11.0714285714rem !important;padding-bottom:11.0714285714rem !important}.g-py-160{padding-top:11.4285714286rem !important;padding-bottom:11.4285714286rem !important}.g-py-165{padding-top:11.7857142857rem !important;padding-bottom:11.7857142857rem !important}.g-py-170{padding-top:12.1428571429rem !important;padding-bottom:12.1428571429rem !important}.g-py-175{padding-top:12.5rem !important;padding-bottom:12.5rem !important}.g-py-180{padding-top:12.8571428571rem !important;padding-bottom:12.8571428571rem !important}.g-py-185{padding-top:13.2142857143rem !important;padding-bottom:13.2142857143rem !important}.g-py-190{padding-top:13.5714285714rem !important;padding-bottom:13.5714285714rem !important}.g-py-195{padding-top:13.9285714286rem !important;padding-bottom:13.9285714286rem !important}.g-py-200{padding-top:14.2857142857rem !important;padding-bottom:14.2857142857rem !important}.g-py-205{padding-top:14.6428571429rem !important;padding-bottom:14.6428571429rem !important}.g-py-210{padding-top:15rem !important;padding-bottom:15rem !important}.g-pt-0{padding-top:0px !important}.g-pt-1{padding-top:0.0714285714rem !important}.g-pt-2{padding-top:0.1428571429rem !important}.g-pt-3{padding-top:0.2142857143rem !important}.g-pt-4{padding-top:0.2857142857rem !important}.g-pt-5{padding-top:0.3571428571rem !important}.g-pt-6{padding-top:0.4285714286rem !important}.g-pt-7{padding-top:0.5rem !important}.g-pt-8{padding-top:0.5714285714rem !important}.g-pt-9{padding-top:0.6428571429rem !important}.g-pt-10{padding-top:0.7142857143rem !important}.g-pt-15{padding-top:1.0714285714rem !important}.g-pt-20{padding-top:1.4285714286rem !important}.g-pt-25{padding-top:1.7857142857rem !important}.g-pt-30{padding-top:2.1428571429rem !important}.g-pt-35{padding-top:2.5rem !important}.g-pt-40{padding-top:2.8571428571rem !important}.g-pt-45{padding-top:3.2142857143rem !important}.g-pt-50{padding-top:3.5714285714rem !important}.g-pt-55{padding-top:3.9285714286rem !important}.g-pt-60{padding-top:4.2857142857rem !important}.g-pt-65{padding-top:4.6428571429rem !important}.g-pt-70{padding-top:5rem !important}.g-pt-75{padding-top:5.3571428571rem !important}.g-pt-80{padding-top:5.7142857143rem !important}.g-pt-85{padding-top:6.0714285714rem !important}.g-pt-90{padding-top:6.4285714286rem !important}.g-pt-95{padding-top:6.7857142857rem !important}.g-pt-100{padding-top:7.1428571429rem !important}.g-pt-105{padding-top:7.5rem !important}.g-pt-110{padding-top:7.8571428571rem !important}.g-pt-115{padding-top:8.2142857143rem !important}.g-pt-120{padding-top:8.5714285714rem !important}.g-pt-125{padding-top:8.9285714286rem !important}.g-pt-130{padding-top:9.2857142857rem !important}.g-pt-135{padding-top:9.6428571429rem !important}.g-pt-140{padding-top:10rem !important}.g-pt-145{padding-top:10.3571428571rem !important}.g-pt-150{padding-top:10.7142857143rem !important}.g-pr-0{padding-right:0px !important}.g-pr-1{padding-right:0.0714285714rem !important}.g-pr-2{padding-right:0.1428571429rem !important}.g-pr-3{padding-right:0.2142857143rem !important}.g-pr-4{padding-right:0.2857142857rem !important}.g-pr-5{padding-right:0.3571428571rem !important}.g-pr-6{padding-right:0.4285714286rem !important}.g-pr-7{padding-right:0.5rem !important}.g-pr-8{padding-right:0.5714285714rem !important}.g-pr-9{padding-right:0.6428571429rem !important}.g-pr-10{padding-right:0.7142857143rem !important}.g-pr-15{padding-right:1.0714285714rem !important}.g-pr-20{padding-right:1.4285714286rem !important}.g-pr-25{padding-right:1.7857142857rem !important}.g-pr-30{padding-right:2.1428571429rem !important}.g-pr-35{padding-right:2.5rem !important}.g-pr-40{padding-right:2.8571428571rem !important}.g-pr-45{padding-right:3.2142857143rem !important}.g-pr-50{padding-right:3.5714285714rem !important}.g-pr-55{padding-right:3.9285714286rem !important}.g-pr-60{padding-right:4.2857142857rem !important}.g-pr-65{padding-right:4.6428571429rem !important}.g-pr-70{padding-right:5rem !important}.g-pr-75{padding-right:5.3571428571rem !important}.g-pr-80{padding-right:5.7142857143rem !important}.g-pr-85{padding-right:6.0714285714rem !important}.g-pr-90{padding-right:6.4285714286rem !important}.g-pr-95{padding-right:6.7857142857rem !important}.g-pr-100{padding-right:7.1428571429rem !important}.g-pr-105{padding-right:7.5rem !important}.g-pr-110{padding-right:7.8571428571rem !important}.g-pr-115{padding-right:8.2142857143rem !important}.g-pr-120{padding-right:8.5714285714rem !important}.g-pr-125{padding-right:8.9285714286rem !important}.g-pr-130{padding-right:9.2857142857rem !important}.g-pr-135{padding-right:9.6428571429rem !important}.g-pr-140{padding-right:10rem !important}.g-pr-145{padding-right:10.3571428571rem !important}.g-pr-150{padding-right:10.7142857143rem !important}.g-pr-155{padding-right:11.0714285714rem !important}.g-pr-160{padding-right:11.4285714286rem !important}.g-pr-165{padding-right:11.7857142857rem !important}.g-pr-170{padding-right:12.1428571429rem !important}.g-pb-0{padding-bottom:0px !important}.g-pb-1{padding-bottom:0.0714285714rem !important}.g-pb-2{padding-bottom:0.1428571429rem !important}.g-pb-3{padding-bottom:0.2142857143rem !important}.g-pb-4{padding-bottom:0.2857142857rem !important}.g-pb-5{padding-bottom:0.3571428571rem !important}.g-pb-6{padding-bottom:0.4285714286rem !important}.g-pb-7{padding-bottom:0.5rem !important}.g-pb-8{padding-bottom:0.5714285714rem !important}.g-pb-9{padding-bottom:0.6428571429rem !important}.g-pb-10{padding-bottom:0.7142857143rem !important}.g-pb-15{padding-bottom:1.0714285714rem !important}.g-pb-20{padding-bottom:1.4285714286rem !important}.g-pb-25{padding-bottom:1.7857142857rem !important}.g-pb-30{padding-bottom:2.1428571429rem !important}.g-pb-35{padding-bottom:2.5rem !important}.g-pb-40{padding-bottom:2.8571428571rem !important}.g-pb-45{padding-bottom:3.2142857143rem !important}.g-pb-50{padding-bottom:3.5714285714rem !important}.g-pb-55{padding-bottom:3.9285714286rem !important}.g-pb-60{padding-bottom:4.2857142857rem !important}.g-pb-65{padding-bottom:4.6428571429rem !important}.g-pb-70{padding-bottom:5rem !important}.g-pb-75{padding-bottom:5.3571428571rem !important}.g-pb-80{padding-bottom:5.7142857143rem !important}.g-pb-85{padding-bottom:6.0714285714rem !important}.g-pb-90{padding-bottom:6.4285714286rem !important}.g-pb-95{padding-bottom:6.7857142857rem !important}.g-pb-100{padding-bottom:7.1428571429rem !important}.g-pb-105{padding-bottom:7.5rem !important}.g-pb-110{padding-bottom:7.8571428571rem !important}.g-pb-115{padding-bottom:8.2142857143rem !important}.g-pb-120{padding-bottom:8.5714285714rem !important}.g-pb-125{padding-bottom:8.9285714286rem !important}.g-pb-130{padding-bottom:9.2857142857rem !important}.g-pb-135{padding-bottom:9.6428571429rem !important}.g-pb-140{padding-bottom:10rem !important}.g-pb-145{padding-bottom:10.3571428571rem !important}.g-pb-150{padding-bottom:10.7142857143rem !important}.g-pl-0{padding-left:0px !important}.g-pl-1{padding-left:0.0714285714rem !important}.g-pl-2{padding-left:0.1428571429rem !important}.g-pl-3{padding-left:0.2142857143rem !important}.g-pl-4{padding-left:0.2857142857rem !important}.g-pl-5{padding-left:0.3571428571rem !important}.g-pl-6{padding-left:0.4285714286rem !important}.g-pl-7{padding-left:0.5rem !important}.g-pl-8{padding-left:0.5714285714rem !important}.g-pl-9{padding-left:0.6428571429rem !important}.g-pl-10{padding-left:0.7142857143rem !important}.g-pl-15{padding-left:1.0714285714rem !important}.g-pl-20{padding-left:1.4285714286rem !important}.g-pl-25{padding-left:1.7857142857rem !important}.g-pl-30{padding-left:2.1428571429rem !important}.g-pl-35{padding-left:2.5rem !important}.g-pl-40{padding-left:2.8571428571rem !important}.g-pl-45{padding-left:3.2142857143rem !important}.g-pl-50{padding-left:3.5714285714rem !important}.g-pl-55{padding-left:3.9285714286rem !important}.g-pl-60{padding-left:4.2857142857rem !important}.g-pl-65{padding-left:4.6428571429rem !important}.g-pl-70{padding-left:5rem !important}.g-pl-75{padding-left:5.3571428571rem !important}.g-pl-80{padding-left:5.7142857143rem !important}.g-pl-85{padding-left:6.0714285714rem !important}.g-pl-90{padding-left:6.4285714286rem !important}.g-pl-95{padding-left:6.7857142857rem !important}.g-pl-100{padding-left:7.1428571429rem !important}.g-pl-105{padding-left:7.5rem !important}.g-pl-110{padding-left:7.8571428571rem !important}.g-pl-115{padding-left:8.2142857143rem !important}.g-pl-120{padding-left:8.5714285714rem !important}.g-pl-125{padding-left:8.9285714286rem !important}.g-pl-130{padding-left:9.2857142857rem !important}.g-pl-135{padding-left:9.6428571429rem !important}.g-pl-140{padding-left:10rem !important}.g-pl-145{padding-left:10.3571428571rem !important}.g-pl-150{padding-left:10.7142857143rem !important}.g-pl-155{padding-left:11.0714285714rem !important}.g-pl-160{padding-left:11.4285714286rem !important}.g-pl-165{padding-left:11.7857142857rem !important}.g-pl-170{padding-left:12.1428571429rem !important}}@media (min-width: 576px){.g-pa-0--sm{padding:0 !important}.g-px-0--sm{padding-left:0 !important;padding-right:0 !important}.g-py-0--sm{padding-top:0 !important;padding-bottom:0 !important}.g-pl-0--sm{padding-left:0 !important}.g-pr-0--sm{padding-right:0 !important}.g-pt-0--sm{padding-top:0 !important}.g-pb-0--sm{padding-bottom:0 !important}.g-pa-2--sm{padding:0.1428571429rem !important}.g-pa-3--sm{padding:0.2142857143rem !important}.g-pa-5--sm{padding:0.3571428571rem !important}.g-pa-7--sm{padding:0.5rem !important}.g-pa-10--sm{padding:0.7142857143rem !important}.g-pa-15--sm{padding:1.0714285714rem !important}.g-pa-20--sm{padding:1.4285714286rem !important}.g-pa-25--sm{padding:1.7857142857rem !important}.g-pa-30--sm{padding:2.1428571429rem !important}.g-pa-35--sm{padding:2.5rem !important}.g-pa-40--sm{padding:2.8571428571rem !important}.g-pa-45--sm{padding:3.2142857143rem !important}.g-pa-50--sm{padding:3.5714285714rem !important}.g-pa-55--sm{padding:3.9285714286rem !important}.g-pa-60--sm{padding:4.2857142857rem !important}.g-pa-65--sm{padding:4.6428571429rem !important}.g-pa-70--sm{padding:5rem !important}.g-pa-75--sm{padding:5.3571428571rem !important}.g-pa-80--sm{padding:5.7142857143rem !important}.g-pa-85--sm{padding:6.0714285714rem !important}.g-pa-90--sm{padding:6.4285714286rem !important}.g-pa-95--sm{padding:6.7857142857rem !important}.g-pa-100--sm{padding:7.1428571429rem !important}.g-pa-105--sm{padding:7.5rem !important}.g-pa-110--sm{padding:7.8571428571rem !important}.g-pa-115--sm{padding:8.2142857143rem !important}.g-pa-120--sm{padding:8.5714285714rem !important}.g-pa-125--sm{padding:8.9285714286rem !important}.g-pa-130--sm{padding:9.2857142857rem !important}.g-pa-135--sm{padding:9.6428571429rem !important}.g-pa-140--sm{padding:10rem !important}.g-pa-145--sm{padding:10.3571428571rem !important}.g-pa-150--sm{padding:10.7142857143rem !important}.g-px-1--sm{padding-left:0.0714285714rem !important;padding-right:0.0714285714rem !important}.g-px-2--sm{padding-left:0.1428571429rem !important;padding-right:0.1428571429rem !important}.g-px-3--sm{padding-left:0.2142857143rem !important;padding-right:0.2142857143rem !important}.g-px-4--sm{padding-left:0.2857142857rem !important;padding-right:0.2857142857rem !important}.g-px-5--sm{padding-left:0.3571428571rem !important;padding-right:0.3571428571rem !important}.g-px-6--sm{padding-left:0.4285714286rem !important;padding-right:0.4285714286rem !important}.g-px-7--sm{padding-left:0.5rem !important;padding-right:0.5rem !important}.g-px-8--sm{padding-left:0.5714285714rem !important;padding-right:0.5714285714rem !important}.g-px-9--sm{padding-left:0.6428571429rem !important;padding-right:0.6428571429rem !important}.g-px-10--sm{padding-left:0.7142857143rem !important;padding-right:0.7142857143rem !important}.g-px-11--sm{padding-left:0.7857142857rem !important;padding-right:0.7857142857rem !important}.g-px-12--sm{padding-left:0.8571428571rem !important;padding-right:0.8571428571rem !important}.g-px-13--sm{padding-left:0.9285714286rem !important;padding-right:0.9285714286rem !important}.g-px-14--sm{padding-left:1rem !important;padding-right:1rem !important}.g-px-15--sm{padding-left:1.0714285714rem !important;padding-right:1.0714285714rem !important}.g-px-10--sm{padding-left:0.7142857143rem !important;padding-right:0.7142857143rem !important}.g-px-15--sm{padding-left:1.0714285714rem !important;padding-right:1.0714285714rem !important}.g-px-20--sm{padding-left:1.4285714286rem !important;padding-right:1.4285714286rem !important}.g-px-25--sm{padding-left:1.7857142857rem !important;padding-right:1.7857142857rem !important}.g-px-30--sm{padding-left:2.1428571429rem !important;padding-right:2.1428571429rem !important}.g-px-35--sm{padding-left:2.5rem !important;padding-right:2.5rem !important}.g-px-40--sm{padding-left:2.8571428571rem !important;padding-right:2.8571428571rem !important}.g-px-45--sm{padding-left:3.2142857143rem !important;padding-right:3.2142857143rem !important}.g-px-50--sm{padding-left:3.5714285714rem !important;padding-right:3.5714285714rem !important}.g-px-55--sm{padding-left:3.9285714286rem !important;padding-right:3.9285714286rem !important}.g-px-60--sm{padding-left:4.2857142857rem !important;padding-right:4.2857142857rem !important}.g-px-65--sm{padding-left:4.6428571429rem !important;padding-right:4.6428571429rem !important}.g-px-70--sm{padding-left:5rem !important;padding-right:5rem !important}.g-px-75--sm{padding-left:5.3571428571rem !important;padding-right:5.3571428571rem !important}.g-px-80--sm{padding-left:5.7142857143rem !important;padding-right:5.7142857143rem !important}.g-px-85--sm{padding-left:6.0714285714rem !important;padding-right:6.0714285714rem !important}.g-px-90--sm{padding-left:6.4285714286rem !important;padding-right:6.4285714286rem !important}.g-px-95--sm{padding-left:6.7857142857rem !important;padding-right:6.7857142857rem !important}.g-px-100--sm{padding-left:7.1428571429rem !important;padding-right:7.1428571429rem !important}.g-px-105--sm{padding-left:7.5rem !important;padding-right:7.5rem !important}.g-px-110--sm{padding-left:7.8571428571rem !important;padding-right:7.8571428571rem !important}.g-px-115--sm{padding-left:8.2142857143rem !important;padding-right:8.2142857143rem !important}.g-px-120--sm{padding-left:8.5714285714rem !important;padding-right:8.5714285714rem !important}.g-px-125--sm{padding-left:8.9285714286rem !important;padding-right:8.9285714286rem !important}.g-px-130--sm{padding-left:9.2857142857rem !important;padding-right:9.2857142857rem !important}.g-px-135--sm{padding-left:9.6428571429rem !important;padding-right:9.6428571429rem !important}.g-px-140--sm{padding-left:10rem !important;padding-right:10rem !important}.g-px-145--sm{padding-left:10.3571428571rem !important;padding-right:10.3571428571rem !important}.g-px-150--sm{padding-left:10.7142857143rem !important;padding-right:10.7142857143rem !important}.g-py-1--sm{padding-top:0.0714285714rem !important;padding-bottom:0.0714285714rem !important}.g-py-2--sm{padding-top:0.1428571429rem !important;padding-bottom:0.1428571429rem !important}.g-py-3--sm{padding-top:0.2142857143rem !important;padding-bottom:0.2142857143rem !important}.g-py-4--sm{padding-top:0.2857142857rem !important;padding-bottom:0.2857142857rem !important}.g-py-5--sm{padding-top:0.3571428571rem !important;padding-bottom:0.3571428571rem !important}.g-py-6--sm{padding-top:0.4285714286rem !important;padding-bottom:0.4285714286rem !important}.g-py-7--sm{padding-top:0.5rem !important;padding-bottom:0.5rem !important}.g-py-8--sm{padding-top:0.5714285714rem !important;padding-bottom:0.5714285714rem !important}.g-py-9--sm{padding-top:0.6428571429rem !important;padding-bottom:0.6428571429rem !important}.g-py-10--sm{padding-top:0.7142857143rem !important;padding-bottom:0.7142857143rem !important}.g-py-11--sm{padding-top:0.7857142857rem !important;padding-bottom:0.7857142857rem !important}.g-py-12--sm{padding-top:0.8571428571rem !important;padding-bottom:0.8571428571rem !important}.g-py-13--sm{padding-top:0.9285714286rem !important;padding-bottom:0.9285714286rem !important}.g-py-14--sm{padding-top:1rem !important;padding-bottom:1rem !important}.g-py-15--sm{padding-top:1.0714285714rem !important;padding-bottom:1.0714285714rem !important}.g-py-16--sm{padding-top:1.1428571429rem !important;padding-bottom:1.1428571429rem !important}.g-py-17--sm{padding-top:1.2142857143rem !important;padding-bottom:1.2142857143rem !important}.g-py-18--sm{padding-top:1.2857142857rem !important;padding-bottom:1.2857142857rem !important}.g-py-19--sm{padding-top:1.3571428571rem !important;padding-bottom:1.3571428571rem !important}.g-py-10--sm{padding-top:0.7142857143rem !important;padding-bottom:0.7142857143rem !important}.g-py-15--sm{padding-top:1.0714285714rem !important;padding-bottom:1.0714285714rem !important}.g-py-20--sm{padding-top:1.4285714286rem !important;padding-bottom:1.4285714286rem !important}.g-py-25--sm{padding-top:1.7857142857rem !important;padding-bottom:1.7857142857rem !important}.g-py-30--sm{padding-top:2.1428571429rem !important;padding-bottom:2.1428571429rem !important}.g-py-35--sm{padding-top:2.5rem !important;padding-bottom:2.5rem !important}.g-py-40--sm{padding-top:2.8571428571rem !important;padding-bottom:2.8571428571rem !important}.g-py-45--sm{padding-top:3.2142857143rem !important;padding-bottom:3.2142857143rem !important}.g-py-50--sm{padding-top:3.5714285714rem !important;padding-bottom:3.5714285714rem !important}.g-py-55--sm{padding-top:3.9285714286rem !important;padding-bottom:3.9285714286rem !important}.g-py-60--sm{padding-top:4.2857142857rem !important;padding-bottom:4.2857142857rem !important}.g-py-65--sm{padding-top:4.6428571429rem !important;padding-bottom:4.6428571429rem !important}.g-py-70--sm{padding-top:5rem !important;padding-bottom:5rem !important}.g-py-75--sm{padding-top:5.3571428571rem !important;padding-bottom:5.3571428571rem !important}.g-py-80--sm{padding-top:5.7142857143rem !important;padding-bottom:5.7142857143rem !important}.g-py-85--sm{padding-top:6.0714285714rem !important;padding-bottom:6.0714285714rem !important}.g-py-90--sm{padding-top:6.4285714286rem !important;padding-bottom:6.4285714286rem !important}.g-py-95--sm{padding-top:6.7857142857rem !important;padding-bottom:6.7857142857rem !important}.g-py-100--sm{padding-top:7.1428571429rem !important;padding-bottom:7.1428571429rem !important}.g-py-105--sm{padding-top:7.5rem !important;padding-bottom:7.5rem !important}.g-py-110--sm{padding-top:7.8571428571rem !important;padding-bottom:7.8571428571rem !important}.g-py-115--sm{padding-top:8.2142857143rem !important;padding-bottom:8.2142857143rem !important}.g-py-120--sm{padding-top:8.5714285714rem !important;padding-bottom:8.5714285714rem !important}.g-py-125--sm{padding-top:8.9285714286rem !important;padding-bottom:8.9285714286rem !important}.g-py-130--sm{padding-top:9.2857142857rem !important;padding-bottom:9.2857142857rem !important}.g-py-135--sm{padding-top:9.6428571429rem !important;padding-bottom:9.6428571429rem !important}.g-py-140--sm{padding-top:10rem !important;padding-bottom:10rem !important}.g-py-145--sm{padding-top:10.3571428571rem !important;padding-bottom:10.3571428571rem !important}.g-py-150--sm{padding-top:10.7142857143rem !important;padding-bottom:10.7142857143rem !important}.g-py-155--sm{padding-top:11.0714285714rem !important;padding-bottom:11.0714285714rem !important}.g-py-160--sm{padding-top:11.4285714286rem !important;padding-bottom:11.4285714286rem !important}.g-py-165--sm{padding-top:11.7857142857rem !important;padding-bottom:11.7857142857rem !important}.g-py-170--sm{padding-top:12.1428571429rem !important;padding-bottom:12.1428571429rem !important}.g-py-175--sm{padding-top:12.5rem !important;padding-bottom:12.5rem !important}.g-py-180--sm{padding-top:12.8571428571rem !important;padding-bottom:12.8571428571rem !important}.g-py-185--sm{padding-top:13.2142857143rem !important;padding-bottom:13.2142857143rem !important}.g-py-190--sm{padding-top:13.5714285714rem !important;padding-bottom:13.5714285714rem !important}.g-py-195--sm{padding-top:13.9285714286rem !important;padding-bottom:13.9285714286rem !important}.g-py-200--sm{padding-top:14.2857142857rem !important;padding-bottom:14.2857142857rem !important}.g-py-205--sm{padding-top:14.6428571429rem !important;padding-bottom:14.6428571429rem !important}.g-py-210--sm{padding-top:15rem !important;padding-bottom:15rem !important}.g-pt-0--sm{padding-top:0px !important}.g-pt-1--sm{padding-top:0.0714285714rem !important}.g-pt-2--sm{padding-top:0.1428571429rem !important}.g-pt-3--sm{padding-top:0.2142857143rem !important}.g-pt-4--sm{padding-top:0.2857142857rem !important}.g-pt-5--sm{padding-top:0.3571428571rem !important}.g-pt-6--sm{padding-top:0.4285714286rem !important}.g-pt-7--sm{padding-top:0.5rem !important}.g-pt-8--sm{padding-top:0.5714285714rem !important}.g-pt-9--sm{padding-top:0.6428571429rem !important}.g-pt-10--sm{padding-top:0.7142857143rem !important}.g-pt-15--sm{padding-top:1.0714285714rem !important}.g-pt-20--sm{padding-top:1.4285714286rem !important}.g-pt-25--sm{padding-top:1.7857142857rem !important}.g-pt-30--sm{padding-top:2.1428571429rem !important}.g-pt-35--sm{padding-top:2.5rem !important}.g-pt-40--sm{padding-top:2.8571428571rem !important}.g-pt-45--sm{padding-top:3.2142857143rem !important}.g-pt-50--sm{padding-top:3.5714285714rem !important}.g-pt-55--sm{padding-top:3.9285714286rem !important}.g-pt-60--sm{padding-top:4.2857142857rem !important}.g-pt-65--sm{padding-top:4.6428571429rem !important}.g-pt-70--sm{padding-top:5rem !important}.g-pt-75--sm{padding-top:5.3571428571rem !important}.g-pt-80--sm{padding-top:5.7142857143rem !important}.g-pt-85--sm{padding-top:6.0714285714rem !important}.g-pt-90--sm{padding-top:6.4285714286rem !important}.g-pt-95--sm{padding-top:6.7857142857rem !important}.g-pt-100--sm{padding-top:7.1428571429rem !important}.g-pt-105--sm{padding-top:7.5rem !important}.g-pt-110--sm{padding-top:7.8571428571rem !important}.g-pt-115--sm{padding-top:8.2142857143rem !important}.g-pt-120--sm{padding-top:8.5714285714rem !important}.g-pt-125--sm{padding-top:8.9285714286rem !important}.g-pt-130--sm{padding-top:9.2857142857rem !important}.g-pt-135--sm{padding-top:9.6428571429rem !important}.g-pt-140--sm{padding-top:10rem !important}.g-pt-145--sm{padding-top:10.3571428571rem !important}.g-pt-150--sm{padding-top:10.7142857143rem !important}.g-pr-0--sm{padding-right:0px !important}.g-pr-1--sm{padding-right:0.0714285714rem !important}.g-pr-2--sm{padding-right:0.1428571429rem !important}.g-pr-3--sm{padding-right:0.2142857143rem !important}.g-pr-4--sm{padding-right:0.2857142857rem !important}.g-pr-5--sm{padding-right:0.3571428571rem !important}.g-pr-6--sm{padding-right:0.4285714286rem !important}.g-pr-7--sm{padding-right:0.5rem !important}.g-pr-8--sm{padding-right:0.5714285714rem !important}.g-pr-9--sm{padding-right:0.6428571429rem !important}.g-pr-10--sm{padding-right:0.7142857143rem !important}.g-pr-15--sm{padding-right:1.0714285714rem !important}.g-pr-20--sm{padding-right:1.4285714286rem !important}.g-pr-25--sm{padding-right:1.7857142857rem !important}.g-pr-30--sm{padding-right:2.1428571429rem !important}.g-pr-35--sm{padding-right:2.5rem !important}.g-pr-40--sm{padding-right:2.8571428571rem !important}.g-pr-45--sm{padding-right:3.2142857143rem !important}.g-pr-50--sm{padding-right:3.5714285714rem !important}.g-pr-55--sm{padding-right:3.9285714286rem !important}.g-pr-60--sm{padding-right:4.2857142857rem !important}.g-pr-65--sm{padding-right:4.6428571429rem !important}.g-pr-70--sm{padding-right:5rem !important}.g-pr-75--sm{padding-right:5.3571428571rem !important}.g-pr-80--sm{padding-right:5.7142857143rem !important}.g-pr-85--sm{padding-right:6.0714285714rem !important}.g-pr-90--sm{padding-right:6.4285714286rem !important}.g-pr-95--sm{padding-right:6.7857142857rem !important}.g-pr-100--sm{padding-right:7.1428571429rem !important}.g-pr-105--sm{padding-right:7.5rem !important}.g-pr-110--sm{padding-right:7.8571428571rem !important}.g-pr-115--sm{padding-right:8.2142857143rem !important}.g-pr-120--sm{padding-right:8.5714285714rem !important}.g-pr-125--sm{padding-right:8.9285714286rem !important}.g-pr-130--sm{padding-right:9.2857142857rem !important}.g-pr-135--sm{padding-right:9.6428571429rem !important}.g-pr-140--sm{padding-right:10rem !important}.g-pr-145--sm{padding-right:10.3571428571rem !important}.g-pr-150--sm{padding-right:10.7142857143rem !important}.g-pr-155--sm{padding-right:11.0714285714rem !important}.g-pr-160--sm{padding-right:11.4285714286rem !important}.g-pr-165--sm{padding-right:11.7857142857rem !important}.g-pr-170--sm{padding-right:12.1428571429rem !important}.g-pb-0--sm{padding-bottom:0px !important}.g-pb-1--sm{padding-bottom:0.0714285714rem !important}.g-pb-2--sm{padding-bottom:0.1428571429rem !important}.g-pb-3--sm{padding-bottom:0.2142857143rem !important}.g-pb-4--sm{padding-bottom:0.2857142857rem !important}.g-pb-5--sm{padding-bottom:0.3571428571rem !important}.g-pb-6--sm{padding-bottom:0.4285714286rem !important}.g-pb-7--sm{padding-bottom:0.5rem !important}.g-pb-8--sm{padding-bottom:0.5714285714rem !important}.g-pb-9--sm{padding-bottom:0.6428571429rem !important}.g-pb-10--sm{padding-bottom:0.7142857143rem !important}.g-pb-15--sm{padding-bottom:1.0714285714rem !important}.g-pb-20--sm{padding-bottom:1.4285714286rem !important}.g-pb-25--sm{padding-bottom:1.7857142857rem !important}.g-pb-30--sm{padding-bottom:2.1428571429rem !important}.g-pb-35--sm{padding-bottom:2.5rem !important}.g-pb-40--sm{padding-bottom:2.8571428571rem !important}.g-pb-45--sm{padding-bottom:3.2142857143rem !important}.g-pb-50--sm{padding-bottom:3.5714285714rem !important}.g-pb-55--sm{padding-bottom:3.9285714286rem !important}.g-pb-60--sm{padding-bottom:4.2857142857rem !important}.g-pb-65--sm{padding-bottom:4.6428571429rem !important}.g-pb-70--sm{padding-bottom:5rem !important}.g-pb-75--sm{padding-bottom:5.3571428571rem !important}.g-pb-80--sm{padding-bottom:5.7142857143rem !important}.g-pb-85--sm{padding-bottom:6.0714285714rem !important}.g-pb-90--sm{padding-bottom:6.4285714286rem !important}.g-pb-95--sm{padding-bottom:6.7857142857rem !important}.g-pb-100--sm{padding-bottom:7.1428571429rem !important}.g-pb-105--sm{padding-bottom:7.5rem !important}.g-pb-110--sm{padding-bottom:7.8571428571rem !important}.g-pb-115--sm{padding-bottom:8.2142857143rem !important}.g-pb-120--sm{padding-bottom:8.5714285714rem !important}.g-pb-125--sm{padding-bottom:8.9285714286rem !important}.g-pb-130--sm{padding-bottom:9.2857142857rem !important}.g-pb-135--sm{padding-bottom:9.6428571429rem !important}.g-pb-140--sm{padding-bottom:10rem !important}.g-pb-145--sm{padding-bottom:10.3571428571rem !important}.g-pb-150--sm{padding-bottom:10.7142857143rem !important}.g-pl-0--sm{padding-left:0px !important}.g-pl-1--sm{padding-left:0.0714285714rem !important}.g-pl-2--sm{padding-left:0.1428571429rem !important}.g-pl-3--sm{padding-left:0.2142857143rem !important}.g-pl-4--sm{padding-left:0.2857142857rem !important}.g-pl-5--sm{padding-left:0.3571428571rem !important}.g-pl-6--sm{padding-left:0.4285714286rem !important}.g-pl-7--sm{padding-left:0.5rem !important}.g-pl-8--sm{padding-left:0.5714285714rem !important}.g-pl-9--sm{padding-left:0.6428571429rem !important}.g-pl-10--sm{padding-left:0.7142857143rem !important}.g-pl-15--sm{padding-left:1.0714285714rem !important}.g-pl-20--sm{padding-left:1.4285714286rem !important}.g-pl-25--sm{padding-left:1.7857142857rem !important}.g-pl-30--sm{padding-left:2.1428571429rem !important}.g-pl-35--sm{padding-left:2.5rem !important}.g-pl-40--sm{padding-left:2.8571428571rem !important}.g-pl-45--sm{padding-left:3.2142857143rem !important}.g-pl-50--sm{padding-left:3.5714285714rem !important}.g-pl-55--sm{padding-left:3.9285714286rem !important}.g-pl-60--sm{padding-left:4.2857142857rem !important}.g-pl-65--sm{padding-left:4.6428571429rem !important}.g-pl-70--sm{padding-left:5rem !important}.g-pl-75--sm{padding-left:5.3571428571rem !important}.g-pl-80--sm{padding-left:5.7142857143rem !important}.g-pl-85--sm{padding-left:6.0714285714rem !important}.g-pl-90--sm{padding-left:6.4285714286rem !important}.g-pl-95--sm{padding-left:6.7857142857rem !important}.g-pl-100--sm{padding-left:7.1428571429rem !important}.g-pl-105--sm{padding-left:7.5rem !important}.g-pl-110--sm{padding-left:7.8571428571rem !important}.g-pl-115--sm{padding-left:8.2142857143rem !important}.g-pl-120--sm{padding-left:8.5714285714rem !important}.g-pl-125--sm{padding-left:8.9285714286rem !important}.g-pl-130--sm{padding-left:9.2857142857rem !important}.g-pl-135--sm{padding-left:9.6428571429rem !important}.g-pl-140--sm{padding-left:10rem !important}.g-pl-145--sm{padding-left:10.3571428571rem !important}.g-pl-150--sm{padding-left:10.7142857143rem !important}.g-pl-155--sm{padding-left:11.0714285714rem !important}.g-pl-160--sm{padding-left:11.4285714286rem !important}.g-pl-165--sm{padding-left:11.7857142857rem !important}.g-pl-170--sm{padding-left:12.1428571429rem !important}}@media (min-width: 768px){.g-pa-0--md{padding:0 !important}.g-px-0--md{padding-left:0 !important;padding-right:0 !important}.g-py-0--md{padding-top:0 !important;padding-bottom:0 !important}.g-pl-0--md{padding-left:0 !important}.g-pr-0--md{padding-right:0 !important}.g-pt-0--md{padding-top:0 !important}.g-pb-0--md{padding-bottom:0 !important}.g-pa-2--md{padding:0.1428571429rem !important}.g-pa-3--md{padding:0.2142857143rem !important}.g-pa-5--md{padding:0.3571428571rem !important}.g-pa-7--md{padding:0.5rem !important}.g-pa-10--md{padding:0.7142857143rem !important}.g-pa-15--md{padding:1.0714285714rem !important}.g-pa-20--md{padding:1.4285714286rem !important}.g-pa-25--md{padding:1.7857142857rem !important}.g-pa-30--md{padding:2.1428571429rem !important}.g-pa-35--md{padding:2.5rem !important}.g-pa-40--md{padding:2.8571428571rem !important}.g-pa-45--md{padding:3.2142857143rem !important}.g-pa-50--md{padding:3.5714285714rem !important}.g-pa-55--md{padding:3.9285714286rem !important}.g-pa-60--md{padding:4.2857142857rem !important}.g-pa-65--md{padding:4.6428571429rem !important}.g-pa-70--md{padding:5rem !important}.g-pa-75--md{padding:5.3571428571rem !important}.g-pa-80--md{padding:5.7142857143rem !important}.g-pa-85--md{padding:6.0714285714rem !important}.g-pa-90--md{padding:6.4285714286rem !important}.g-pa-95--md{padding:6.7857142857rem !important}.g-pa-100--md{padding:7.1428571429rem !important}.g-pa-105--md{padding:7.5rem !important}.g-pa-110--md{padding:7.8571428571rem !important}.g-pa-115--md{padding:8.2142857143rem !important}.g-pa-120--md{padding:8.5714285714rem !important}.g-pa-125--md{padding:8.9285714286rem !important}.g-pa-130--md{padding:9.2857142857rem !important}.g-pa-135--md{padding:9.6428571429rem !important}.g-pa-140--md{padding:10rem !important}.g-pa-145--md{padding:10.3571428571rem !important}.g-pa-150--md{padding:10.7142857143rem !important}.g-px-1--md{padding-left:0.0714285714rem !important;padding-right:0.0714285714rem !important}.g-px-2--md{padding-left:0.1428571429rem !important;padding-right:0.1428571429rem !important}.g-px-3--md{padding-left:0.2142857143rem !important;padding-right:0.2142857143rem !important}.g-px-4--md{padding-left:0.2857142857rem !important;padding-right:0.2857142857rem !important}.g-px-5--md{padding-left:0.3571428571rem !important;padding-right:0.3571428571rem !important}.g-px-6--md{padding-left:0.4285714286rem !important;padding-right:0.4285714286rem !important}.g-px-7--md{padding-left:0.5rem !important;padding-right:0.5rem !important}.g-px-8--md{padding-left:0.5714285714rem !important;padding-right:0.5714285714rem !important}.g-px-9--md{padding-left:0.6428571429rem !important;padding-right:0.6428571429rem !important}.g-px-10--md{padding-left:0.7142857143rem !important;padding-right:0.7142857143rem !important}.g-px-11--md{padding-left:0.7857142857rem !important;padding-right:0.7857142857rem !important}.g-px-12--md{padding-left:0.8571428571rem !important;padding-right:0.8571428571rem !important}.g-px-13--md{padding-left:0.9285714286rem !important;padding-right:0.9285714286rem !important}.g-px-14--md{padding-left:1rem !important;padding-right:1rem !important}.g-px-15--md{padding-left:1.0714285714rem !important;padding-right:1.0714285714rem !important}.g-px-10--md{padding-left:0.7142857143rem !important;padding-right:0.7142857143rem !important}.g-px-15--md{padding-left:1.0714285714rem !important;padding-right:1.0714285714rem !important}.g-px-20--md{padding-left:1.4285714286rem !important;padding-right:1.4285714286rem !important}.g-px-25--md{padding-left:1.7857142857rem !important;padding-right:1.7857142857rem !important}.g-px-30--md{padding-left:2.1428571429rem !important;padding-right:2.1428571429rem !important}.g-px-35--md{padding-left:2.5rem !important;padding-right:2.5rem !important}.g-px-40--md{padding-left:2.8571428571rem !important;padding-right:2.8571428571rem !important}.g-px-45--md{padding-left:3.2142857143rem !important;padding-right:3.2142857143rem !important}.g-px-50--md{padding-left:3.5714285714rem !important;padding-right:3.5714285714rem !important}.g-px-55--md{padding-left:3.9285714286rem !important;padding-right:3.9285714286rem !important}.g-px-60--md{padding-left:4.2857142857rem !important;padding-right:4.2857142857rem !important}.g-px-65--md{padding-left:4.6428571429rem !important;padding-right:4.6428571429rem !important}.g-px-70--md{padding-left:5rem !important;padding-right:5rem !important}.g-px-75--md{padding-left:5.3571428571rem !important;padding-right:5.3571428571rem !important}.g-px-80--md{padding-left:5.7142857143rem !important;padding-right:5.7142857143rem !important}.g-px-85--md{padding-left:6.0714285714rem !important;padding-right:6.0714285714rem !important}.g-px-90--md{padding-left:6.4285714286rem !important;padding-right:6.4285714286rem !important}.g-px-95--md{padding-left:6.7857142857rem !important;padding-right:6.7857142857rem !important}.g-px-100--md{padding-left:7.1428571429rem !important;padding-right:7.1428571429rem !important}.g-px-105--md{padding-left:7.5rem !important;padding-right:7.5rem !important}.g-px-110--md{padding-left:7.8571428571rem !important;padding-right:7.8571428571rem !important}.g-px-115--md{padding-left:8.2142857143rem !important;padding-right:8.2142857143rem !important}.g-px-120--md{padding-left:8.5714285714rem !important;padding-right:8.5714285714rem !important}.g-px-125--md{padding-left:8.9285714286rem !important;padding-right:8.9285714286rem !important}.g-px-130--md{padding-left:9.2857142857rem !important;padding-right:9.2857142857rem !important}.g-px-135--md{padding-left:9.6428571429rem !important;padding-right:9.6428571429rem !important}.g-px-140--md{padding-left:10rem !important;padding-right:10rem !important}.g-px-145--md{padding-left:10.3571428571rem !important;padding-right:10.3571428571rem !important}.g-px-150--md{padding-left:10.7142857143rem !important;padding-right:10.7142857143rem !important}.g-py-1--md{padding-top:0.0714285714rem !important;padding-bottom:0.0714285714rem !important}.g-py-2--md{padding-top:0.1428571429rem !important;padding-bottom:0.1428571429rem !important}.g-py-3--md{padding-top:0.2142857143rem !important;padding-bottom:0.2142857143rem !important}.g-py-4--md{padding-top:0.2857142857rem !important;padding-bottom:0.2857142857rem !important}.g-py-5--md{padding-top:0.3571428571rem !important;padding-bottom:0.3571428571rem !important}.g-py-6--md{padding-top:0.4285714286rem !important;padding-bottom:0.4285714286rem !important}.g-py-7--md{padding-top:0.5rem !important;padding-bottom:0.5rem !important}.g-py-8--md{padding-top:0.5714285714rem !important;padding-bottom:0.5714285714rem !important}.g-py-9--md{padding-top:0.6428571429rem !important;padding-bottom:0.6428571429rem !important}.g-py-10--md{padding-top:0.7142857143rem !important;padding-bottom:0.7142857143rem !important}.g-py-11--md{padding-top:0.7857142857rem !important;padding-bottom:0.7857142857rem !important}.g-py-12--md{padding-top:0.8571428571rem !important;padding-bottom:0.8571428571rem !important}.g-py-13--md{padding-top:0.9285714286rem !important;padding-bottom:0.9285714286rem !important}.g-py-14--md{padding-top:1rem !important;padding-bottom:1rem !important}.g-py-15--md{padding-top:1.0714285714rem !important;padding-bottom:1.0714285714rem !important}.g-py-16--md{padding-top:1.1428571429rem !important;padding-bottom:1.1428571429rem !important}.g-py-17--md{padding-top:1.2142857143rem !important;padding-bottom:1.2142857143rem !important}.g-py-18--md{padding-top:1.2857142857rem !important;padding-bottom:1.2857142857rem !important}.g-py-19--md{padding-top:1.3571428571rem !important;padding-bottom:1.3571428571rem !important}.g-py-10--md{padding-top:0.7142857143rem !important;padding-bottom:0.7142857143rem !important}.g-py-15--md{padding-top:1.0714285714rem !important;padding-bottom:1.0714285714rem !important}.g-py-20--md{padding-top:1.4285714286rem !important;padding-bottom:1.4285714286rem !important}.g-py-25--md{padding-top:1.7857142857rem !important;padding-bottom:1.7857142857rem !important}.g-py-30--md{padding-top:2.1428571429rem !important;padding-bottom:2.1428571429rem !important}.g-py-35--md{padding-top:2.5rem !important;padding-bottom:2.5rem !important}.g-py-40--md{padding-top:2.8571428571rem !important;padding-bottom:2.8571428571rem !important}.g-py-45--md{padding-top:3.2142857143rem !important;padding-bottom:3.2142857143rem !important}.g-py-50--md{padding-top:3.5714285714rem !important;padding-bottom:3.5714285714rem !important}.g-py-55--md{padding-top:3.9285714286rem !important;padding-bottom:3.9285714286rem !important}.g-py-60--md{padding-top:4.2857142857rem !important;padding-bottom:4.2857142857rem !important}.g-py-65--md{padding-top:4.6428571429rem !important;padding-bottom:4.6428571429rem !important}.g-py-70--md{padding-top:5rem !important;padding-bottom:5rem !important}.g-py-75--md{padding-top:5.3571428571rem !important;padding-bottom:5.3571428571rem !important}.g-py-80--md{padding-top:5.7142857143rem !important;padding-bottom:5.7142857143rem !important}.g-py-85--md{padding-top:6.0714285714rem !important;padding-bottom:6.0714285714rem !important}.g-py-90--md{padding-top:6.4285714286rem !important;padding-bottom:6.4285714286rem !important}.g-py-95--md{padding-top:6.7857142857rem !important;padding-bottom:6.7857142857rem !important}.g-py-100--md{padding-top:7.1428571429rem !important;padding-bottom:7.1428571429rem !important}.g-py-105--md{padding-top:7.5rem !important;padding-bottom:7.5rem !important}.g-py-110--md{padding-top:7.8571428571rem !important;padding-bottom:7.8571428571rem !important}.g-py-115--md{padding-top:8.2142857143rem !important;padding-bottom:8.2142857143rem !important}.g-py-120--md{padding-top:8.5714285714rem !important;padding-bottom:8.5714285714rem !important}.g-py-125--md{padding-top:8.9285714286rem !important;padding-bottom:8.9285714286rem !important}.g-py-130--md{padding-top:9.2857142857rem !important;padding-bottom:9.2857142857rem !important}.g-py-135--md{padding-top:9.6428571429rem !important;padding-bottom:9.6428571429rem !important}.g-py-140--md{padding-top:10rem !important;padding-bottom:10rem !important}.g-py-145--md{padding-top:10.3571428571rem !important;padding-bottom:10.3571428571rem !important}.g-py-150--md{padding-top:10.7142857143rem !important;padding-bottom:10.7142857143rem !important}.g-py-155--md{padding-top:11.0714285714rem !important;padding-bottom:11.0714285714rem !important}.g-py-160--md{padding-top:11.4285714286rem !important;padding-bottom:11.4285714286rem !important}.g-py-165--md{padding-top:11.7857142857rem !important;padding-bottom:11.7857142857rem !important}.g-py-170--md{padding-top:12.1428571429rem !important;padding-bottom:12.1428571429rem !important}.g-py-175--md{padding-top:12.5rem !important;padding-bottom:12.5rem !important}.g-py-180--md{padding-top:12.8571428571rem !important;padding-bottom:12.8571428571rem !important}.g-py-185--md{padding-top:13.2142857143rem !important;padding-bottom:13.2142857143rem !important}.g-py-190--md{padding-top:13.5714285714rem !important;padding-bottom:13.5714285714rem !important}.g-py-195--md{padding-top:13.9285714286rem !important;padding-bottom:13.9285714286rem !important}.g-py-200--md{padding-top:14.2857142857rem !important;padding-bottom:14.2857142857rem !important}.g-py-205--md{padding-top:14.6428571429rem !important;padding-bottom:14.6428571429rem !important}.g-py-210--md{padding-top:15rem !important;padding-bottom:15rem !important}.g-pt-0--md{padding-top:0px !important}.g-pt-1--md{padding-top:0.0714285714rem !important}.g-pt-2--md{padding-top:0.1428571429rem !important}.g-pt-3--md{padding-top:0.2142857143rem !important}.g-pt-4--md{padding-top:0.2857142857rem !important}.g-pt-5--md{padding-top:0.3571428571rem !important}.g-pt-6--md{padding-top:0.4285714286rem !important}.g-pt-7--md{padding-top:0.5rem !important}.g-pt-8--md{padding-top:0.5714285714rem !important}.g-pt-9--md{padding-top:0.6428571429rem !important}.g-pt-10--md{padding-top:0.7142857143rem !important}.g-pt-15--md{padding-top:1.0714285714rem !important}.g-pt-20--md{padding-top:1.4285714286rem !important}.g-pt-25--md{padding-top:1.7857142857rem !important}.g-pt-30--md{padding-top:2.1428571429rem !important}.g-pt-35--md{padding-top:2.5rem !important}.g-pt-40--md{padding-top:2.8571428571rem !important}.g-pt-45--md{padding-top:3.2142857143rem !important}.g-pt-50--md{padding-top:3.5714285714rem !important}.g-pt-55--md{padding-top:3.9285714286rem !important}.g-pt-60--md{padding-top:4.2857142857rem !important}.g-pt-65--md{padding-top:4.6428571429rem !important}.g-pt-70--md{padding-top:5rem !important}.g-pt-75--md{padding-top:5.3571428571rem !important}.g-pt-80--md{padding-top:5.7142857143rem !important}.g-pt-85--md{padding-top:6.0714285714rem !important}.g-pt-90--md{padding-top:6.4285714286rem !important}.g-pt-95--md{padding-top:6.7857142857rem !important}.g-pt-100--md{padding-top:7.1428571429rem !important}.g-pt-105--md{padding-top:7.5rem !important}.g-pt-110--md{padding-top:7.8571428571rem !important}.g-pt-115--md{padding-top:8.2142857143rem !important}.g-pt-120--md{padding-top:8.5714285714rem !important}.g-pt-125--md{padding-top:8.9285714286rem !important}.g-pt-130--md{padding-top:9.2857142857rem !important}.g-pt-135--md{padding-top:9.6428571429rem !important}.g-pt-140--md{padding-top:10rem !important}.g-pt-145--md{padding-top:10.3571428571rem !important}.g-pt-150--md{padding-top:10.7142857143rem !important}.g-pr-0--md{padding-right:0px !important}.g-pr-1--md{padding-right:0.0714285714rem !important}.g-pr-2--md{padding-right:0.1428571429rem !important}.g-pr-3--md{padding-right:0.2142857143rem !important}.g-pr-4--md{padding-right:0.2857142857rem !important}.g-pr-5--md{padding-right:0.3571428571rem !important}.g-pr-6--md{padding-right:0.4285714286rem !important}.g-pr-7--md{padding-right:0.5rem !important}.g-pr-8--md{padding-right:0.5714285714rem !important}.g-pr-9--md{padding-right:0.6428571429rem !important}.g-pr-10--md{padding-right:0.7142857143rem !important}.g-pr-15--md{padding-right:1.0714285714rem !important}.g-pr-20--md{padding-right:1.4285714286rem !important}.g-pr-25--md{padding-right:1.7857142857rem !important}.g-pr-30--md{padding-right:2.1428571429rem !important}.g-pr-35--md{padding-right:2.5rem !important}.g-pr-40--md{padding-right:2.8571428571rem !important}.g-pr-45--md{padding-right:3.2142857143rem !important}.g-pr-50--md{padding-right:3.5714285714rem !important}.g-pr-55--md{padding-right:3.9285714286rem !important}.g-pr-60--md{padding-right:4.2857142857rem !important}.g-pr-65--md{padding-right:4.6428571429rem !important}.g-pr-70--md{padding-right:5rem !important}.g-pr-75--md{padding-right:5.3571428571rem !important}.g-pr-80--md{padding-right:5.7142857143rem !important}.g-pr-85--md{padding-right:6.0714285714rem !important}.g-pr-90--md{padding-right:6.4285714286rem !important}.g-pr-95--md{padding-right:6.7857142857rem !important}.g-pr-100--md{padding-right:7.1428571429rem !important}.g-pr-105--md{padding-right:7.5rem !important}.g-pr-110--md{padding-right:7.8571428571rem !important}.g-pr-115--md{padding-right:8.2142857143rem !important}.g-pr-120--md{padding-right:8.5714285714rem !important}.g-pr-125--md{padding-right:8.9285714286rem !important}.g-pr-130--md{padding-right:9.2857142857rem !important}.g-pr-135--md{padding-right:9.6428571429rem !important}.g-pr-140--md{padding-right:10rem !important}.g-pr-145--md{padding-right:10.3571428571rem !important}.g-pr-150--md{padding-right:10.7142857143rem !important}.g-pr-155--md{padding-right:11.0714285714rem !important}.g-pr-160--md{padding-right:11.4285714286rem !important}.g-pr-165--md{padding-right:11.7857142857rem !important}.g-pr-170--md{padding-right:12.1428571429rem !important}.g-pb-0--md{padding-bottom:0px !important}.g-pb-1--md{padding-bottom:0.0714285714rem !important}.g-pb-2--md{padding-bottom:0.1428571429rem !important}.g-pb-3--md{padding-bottom:0.2142857143rem !important}.g-pb-4--md{padding-bottom:0.2857142857rem !important}.g-pb-5--md{padding-bottom:0.3571428571rem !important}.g-pb-6--md{padding-bottom:0.4285714286rem !important}.g-pb-7--md{padding-bottom:0.5rem !important}.g-pb-8--md{padding-bottom:0.5714285714rem !important}.g-pb-9--md{padding-bottom:0.6428571429rem !important}.g-pb-10--md{padding-bottom:0.7142857143rem !important}.g-pb-15--md{padding-bottom:1.0714285714rem !important}.g-pb-20--md{padding-bottom:1.4285714286rem !important}.g-pb-25--md{padding-bottom:1.7857142857rem !important}.g-pb-30--md{padding-bottom:2.1428571429rem !important}.g-pb-35--md{padding-bottom:2.5rem !important}.g-pb-40--md{padding-bottom:2.8571428571rem !important}.g-pb-45--md{padding-bottom:3.2142857143rem !important}.g-pb-50--md{padding-bottom:3.5714285714rem !important}.g-pb-55--md{padding-bottom:3.9285714286rem !important}.g-pb-60--md{padding-bottom:4.2857142857rem !important}.g-pb-65--md{padding-bottom:4.6428571429rem !important}.g-pb-70--md{padding-bottom:5rem !important}.g-pb-75--md{padding-bottom:5.3571428571rem !important}.g-pb-80--md{padding-bottom:5.7142857143rem !important}.g-pb-85--md{padding-bottom:6.0714285714rem !important}.g-pb-90--md{padding-bottom:6.4285714286rem !important}.g-pb-95--md{padding-bottom:6.7857142857rem !important}.g-pb-100--md{padding-bottom:7.1428571429rem !important}.g-pb-105--md{padding-bottom:7.5rem !important}.g-pb-110--md{padding-bottom:7.8571428571rem !important}.g-pb-115--md{padding-bottom:8.2142857143rem !important}.g-pb-120--md{padding-bottom:8.5714285714rem !important}.g-pb-125--md{padding-bottom:8.9285714286rem !important}.g-pb-130--md{padding-bottom:9.2857142857rem !important}.g-pb-135--md{padding-bottom:9.6428571429rem !important}.g-pb-140--md{padding-bottom:10rem !important}.g-pb-145--md{padding-bottom:10.3571428571rem !important}.g-pb-150--md{padding-bottom:10.7142857143rem !important}.g-pl-0--md{padding-left:0px !important}.g-pl-1--md{padding-left:0.0714285714rem !important}.g-pl-2--md{padding-left:0.1428571429rem !important}.g-pl-3--md{padding-left:0.2142857143rem !important}.g-pl-4--md{padding-left:0.2857142857rem !important}.g-pl-5--md{padding-left:0.3571428571rem !important}.g-pl-6--md{padding-left:0.4285714286rem !important}.g-pl-7--md{padding-left:0.5rem !important}.g-pl-8--md{padding-left:0.5714285714rem !important}.g-pl-9--md{padding-left:0.6428571429rem !important}.g-pl-10--md{padding-left:0.7142857143rem !important}.g-pl-15--md{padding-left:1.0714285714rem !important}.g-pl-20--md{padding-left:1.4285714286rem !important}.g-pl-25--md{padding-left:1.7857142857rem !important}.g-pl-30--md{padding-left:2.1428571429rem !important}.g-pl-35--md{padding-left:2.5rem !important}.g-pl-40--md{padding-left:2.8571428571rem !important}.g-pl-45--md{padding-left:3.2142857143rem !important}.g-pl-50--md{padding-left:3.5714285714rem !important}.g-pl-55--md{padding-left:3.9285714286rem !important}.g-pl-60--md{padding-left:4.2857142857rem !important}.g-pl-65--md{padding-left:4.6428571429rem !important}.g-pl-70--md{padding-left:5rem !important}.g-pl-75--md{padding-left:5.3571428571rem !important}.g-pl-80--md{padding-left:5.7142857143rem !important}.g-pl-85--md{padding-left:6.0714285714rem !important}.g-pl-90--md{padding-left:6.4285714286rem !important}.g-pl-95--md{padding-left:6.7857142857rem !important}.g-pl-100--md{padding-left:7.1428571429rem !important}.g-pl-105--md{padding-left:7.5rem !important}.g-pl-110--md{padding-left:7.8571428571rem !important}.g-pl-115--md{padding-left:8.2142857143rem !important}.g-pl-120--md{padding-left:8.5714285714rem !important}.g-pl-125--md{padding-left:8.9285714286rem !important}.g-pl-130--md{padding-left:9.2857142857rem !important}.g-pl-135--md{padding-left:9.6428571429rem !important}.g-pl-140--md{padding-left:10rem !important}.g-pl-145--md{padding-left:10.3571428571rem !important}.g-pl-150--md{padding-left:10.7142857143rem !important}.g-pl-155--md{padding-left:11.0714285714rem !important}.g-pl-160--md{padding-left:11.4285714286rem !important}.g-pl-165--md{padding-left:11.7857142857rem !important}.g-pl-170--md{padding-left:12.1428571429rem !important}}@media (min-width: 992px){.g-pa-0--lg{padding:0 !important}.g-px-0--lg{padding-left:0 !important;padding-right:0 !important}.g-py-0--lg{padding-top:0 !important;padding-bottom:0 !important}.g-pl-0--lg{padding-left:0 !important}.g-pr-0--lg{padding-right:0 !important}.g-pt-0--lg{padding-top:0 !important}.g-pb-0--lg{padding-bottom:0 !important}.g-pa-2--lg{padding:0.1428571429rem !important}.g-pa-3--lg{padding:0.2142857143rem !important}.g-pa-5--lg{padding:0.3571428571rem !important}.g-pa-7--lg{padding:0.5rem !important}.g-pa-10--lg{padding:0.7142857143rem !important}.g-pa-15--lg{padding:1.0714285714rem !important}.g-pa-20--lg{padding:1.4285714286rem !important}.g-pa-25--lg{padding:1.7857142857rem !important}.g-pa-30--lg{padding:2.1428571429rem !important}.g-pa-35--lg{padding:2.5rem !important}.g-pa-40--lg{padding:2.8571428571rem !important}.g-pa-45--lg{padding:3.2142857143rem !important}.g-pa-50--lg{padding:3.5714285714rem !important}.g-pa-55--lg{padding:3.9285714286rem !important}.g-pa-60--lg{padding:4.2857142857rem !important}.g-pa-65--lg{padding:4.6428571429rem !important}.g-pa-70--lg{padding:5rem !important}.g-pa-75--lg{padding:5.3571428571rem !important}.g-pa-80--lg{padding:5.7142857143rem !important}.g-pa-85--lg{padding:6.0714285714rem !important}.g-pa-90--lg{padding:6.4285714286rem !important}.g-pa-95--lg{padding:6.7857142857rem !important}.g-pa-100--lg{padding:7.1428571429rem !important}.g-pa-105--lg{padding:7.5rem !important}.g-pa-110--lg{padding:7.8571428571rem !important}.g-pa-115--lg{padding:8.2142857143rem !important}.g-pa-120--lg{padding:8.5714285714rem !important}.g-pa-125--lg{padding:8.9285714286rem !important}.g-pa-130--lg{padding:9.2857142857rem !important}.g-pa-135--lg{padding:9.6428571429rem !important}.g-pa-140--lg{padding:10rem !important}.g-pa-145--lg{padding:10.3571428571rem !important}.g-pa-150--lg{padding:10.7142857143rem !important}.g-px-1--lg{padding-left:0.0714285714rem !important;padding-right:0.0714285714rem !important}.g-px-2--lg{padding-left:0.1428571429rem !important;padding-right:0.1428571429rem !important}.g-px-3--lg{padding-left:0.2142857143rem !important;padding-right:0.2142857143rem !important}.g-px-4--lg{padding-left:0.2857142857rem !important;padding-right:0.2857142857rem !important}.g-px-5--lg{padding-left:0.3571428571rem !important;padding-right:0.3571428571rem !important}.g-px-6--lg{padding-left:0.4285714286rem !important;padding-right:0.4285714286rem !important}.g-px-7--lg{padding-left:0.5rem !important;padding-right:0.5rem !important}.g-px-8--lg{padding-left:0.5714285714rem !important;padding-right:0.5714285714rem !important}.g-px-9--lg{padding-left:0.6428571429rem !important;padding-right:0.6428571429rem !important}.g-px-10--lg{padding-left:0.7142857143rem !important;padding-right:0.7142857143rem !important}.g-px-11--lg{padding-left:0.7857142857rem !important;padding-right:0.7857142857rem !important}.g-px-12--lg{padding-left:0.8571428571rem !important;padding-right:0.8571428571rem !important}.g-px-13--lg{padding-left:0.9285714286rem !important;padding-right:0.9285714286rem !important}.g-px-14--lg{padding-left:1rem !important;padding-right:1rem !important}.g-px-15--lg{padding-left:1.0714285714rem !important;padding-right:1.0714285714rem !important}.g-px-10--lg{padding-left:0.7142857143rem !important;padding-right:0.7142857143rem !important}.g-px-15--lg{padding-left:1.0714285714rem !important;padding-right:1.0714285714rem !important}.g-px-20--lg{padding-left:1.4285714286rem !important;padding-right:1.4285714286rem !important}.g-px-25--lg{padding-left:1.7857142857rem !important;padding-right:1.7857142857rem !important}.g-px-30--lg{padding-left:2.1428571429rem !important;padding-right:2.1428571429rem !important}.g-px-35--lg{padding-left:2.5rem !important;padding-right:2.5rem !important}.g-px-40--lg{padding-left:2.8571428571rem !important;padding-right:2.8571428571rem !important}.g-px-45--lg{padding-left:3.2142857143rem !important;padding-right:3.2142857143rem !important}.g-px-50--lg{padding-left:3.5714285714rem !important;padding-right:3.5714285714rem !important}.g-px-55--lg{padding-left:3.9285714286rem !important;padding-right:3.9285714286rem !important}.g-px-60--lg{padding-left:4.2857142857rem !important;padding-right:4.2857142857rem !important}.g-px-65--lg{padding-left:4.6428571429rem !important;padding-right:4.6428571429rem !important}.g-px-70--lg{padding-left:5rem !important;padding-right:5rem !important}.g-px-75--lg{padding-left:5.3571428571rem !important;padding-right:5.3571428571rem !important}.g-px-80--lg{padding-left:5.7142857143rem !important;padding-right:5.7142857143rem !important}.g-px-85--lg{padding-left:6.0714285714rem !important;padding-right:6.0714285714rem !important}.g-px-90--lg{padding-left:6.4285714286rem !important;padding-right:6.4285714286rem !important}.g-px-95--lg{padding-left:6.7857142857rem !important;padding-right:6.7857142857rem !important}.g-px-100--lg{padding-left:7.1428571429rem !important;padding-right:7.1428571429rem !important}.g-px-105--lg{padding-left:7.5rem !important;padding-right:7.5rem !important}.g-px-110--lg{padding-left:7.8571428571rem !important;padding-right:7.8571428571rem !important}.g-px-115--lg{padding-left:8.2142857143rem !important;padding-right:8.2142857143rem !important}.g-px-120--lg{padding-left:8.5714285714rem !important;padding-right:8.5714285714rem !important}.g-px-125--lg{padding-left:8.9285714286rem !important;padding-right:8.9285714286rem !important}.g-px-130--lg{padding-left:9.2857142857rem !important;padding-right:9.2857142857rem !important}.g-px-135--lg{padding-left:9.6428571429rem !important;padding-right:9.6428571429rem !important}.g-px-140--lg{padding-left:10rem !important;padding-right:10rem !important}.g-px-145--lg{padding-left:10.3571428571rem !important;padding-right:10.3571428571rem !important}.g-px-150--lg{padding-left:10.7142857143rem !important;padding-right:10.7142857143rem !important}.g-py-1--lg{padding-top:0.0714285714rem !important;padding-bottom:0.0714285714rem !important}.g-py-2--lg{padding-top:0.1428571429rem !important;padding-bottom:0.1428571429rem !important}.g-py-3--lg{padding-top:0.2142857143rem !important;padding-bottom:0.2142857143rem !important}.g-py-4--lg{padding-top:0.2857142857rem !important;padding-bottom:0.2857142857rem !important}.g-py-5--lg{padding-top:0.3571428571rem !important;padding-bottom:0.3571428571rem !important}.g-py-6--lg{padding-top:0.4285714286rem !important;padding-bottom:0.4285714286rem !important}.g-py-7--lg{padding-top:0.5rem !important;padding-bottom:0.5rem !important}.g-py-8--lg{padding-top:0.5714285714rem !important;padding-bottom:0.5714285714rem !important}.g-py-9--lg{padding-top:0.6428571429rem !important;padding-bottom:0.6428571429rem !important}.g-py-10--lg{padding-top:0.7142857143rem !important;padding-bottom:0.7142857143rem !important}.g-py-11--lg{padding-top:0.7857142857rem !important;padding-bottom:0.7857142857rem !important}.g-py-12--lg{padding-top:0.8571428571rem !important;padding-bottom:0.8571428571rem !important}.g-py-13--lg{padding-top:0.9285714286rem !important;padding-bottom:0.9285714286rem !important}.g-py-14--lg{padding-top:1rem !important;padding-bottom:1rem !important}.g-py-15--lg{padding-top:1.0714285714rem !important;padding-bottom:1.0714285714rem !important}.g-py-16--lg{padding-top:1.1428571429rem !important;padding-bottom:1.1428571429rem !important}.g-py-17--lg{padding-top:1.2142857143rem !important;padding-bottom:1.2142857143rem !important}.g-py-18--lg{padding-top:1.2857142857rem !important;padding-bottom:1.2857142857rem !important}.g-py-19--lg{padding-top:1.3571428571rem !important;padding-bottom:1.3571428571rem !important}.g-py-10--lg{padding-top:0.7142857143rem !important;padding-bottom:0.7142857143rem !important}.g-py-15--lg{padding-top:1.0714285714rem !important;padding-bottom:1.0714285714rem !important}.g-py-20--lg{padding-top:1.4285714286rem !important;padding-bottom:1.4285714286rem !important}.g-py-25--lg{padding-top:1.7857142857rem !important;padding-bottom:1.7857142857rem !important}.g-py-30--lg{padding-top:2.1428571429rem !important;padding-bottom:2.1428571429rem !important}.g-py-35--lg{padding-top:2.5rem !important;padding-bottom:2.5rem !important}.g-py-40--lg{padding-top:2.8571428571rem !important;padding-bottom:2.8571428571rem !important}.g-py-45--lg{padding-top:3.2142857143rem !important;padding-bottom:3.2142857143rem !important}.g-py-50--lg{padding-top:3.5714285714rem !important;padding-bottom:3.5714285714rem !important}.g-py-55--lg{padding-top:3.9285714286rem !important;padding-bottom:3.9285714286rem !important}.g-py-60--lg{padding-top:4.2857142857rem !important;padding-bottom:4.2857142857rem !important}.g-py-65--lg{padding-top:4.6428571429rem !important;padding-bottom:4.6428571429rem !important}.g-py-70--lg{padding-top:5rem !important;padding-bottom:5rem !important}.g-py-75--lg{padding-top:5.3571428571rem !important;padding-bottom:5.3571428571rem !important}.g-py-80--lg{padding-top:5.7142857143rem !important;padding-bottom:5.7142857143rem !important}.g-py-85--lg{padding-top:6.0714285714rem !important;padding-bottom:6.0714285714rem !important}.g-py-90--lg{padding-top:6.4285714286rem !important;padding-bottom:6.4285714286rem !important}.g-py-95--lg{padding-top:6.7857142857rem !important;padding-bottom:6.7857142857rem !important}.g-py-100--lg{padding-top:7.1428571429rem !important;padding-bottom:7.1428571429rem !important}.g-py-105--lg{padding-top:7.5rem !important;padding-bottom:7.5rem !important}.g-py-110--lg{padding-top:7.8571428571rem !important;padding-bottom:7.8571428571rem !important}.g-py-115--lg{padding-top:8.2142857143rem !important;padding-bottom:8.2142857143rem !important}.g-py-120--lg{padding-top:8.5714285714rem !important;padding-bottom:8.5714285714rem !important}.g-py-125--lg{padding-top:8.9285714286rem !important;padding-bottom:8.9285714286rem !important}.g-py-130--lg{padding-top:9.2857142857rem !important;padding-bottom:9.2857142857rem !important}.g-py-135--lg{padding-top:9.6428571429rem !important;padding-bottom:9.6428571429rem !important}.g-py-140--lg{padding-top:10rem !important;padding-bottom:10rem !important}.g-py-145--lg{padding-top:10.3571428571rem !important;padding-bottom:10.3571428571rem !important}.g-py-150--lg{padding-top:10.7142857143rem !important;padding-bottom:10.7142857143rem !important}.g-py-155--lg{padding-top:11.0714285714rem !important;padding-bottom:11.0714285714rem !important}.g-py-160--lg{padding-top:11.4285714286rem !important;padding-bottom:11.4285714286rem !important}.g-py-165--lg{padding-top:11.7857142857rem !important;padding-bottom:11.7857142857rem !important}.g-py-170--lg{padding-top:12.1428571429rem !important;padding-bottom:12.1428571429rem !important}.g-py-175--lg{padding-top:12.5rem !important;padding-bottom:12.5rem !important}.g-py-180--lg{padding-top:12.8571428571rem !important;padding-bottom:12.8571428571rem !important}.g-py-185--lg{padding-top:13.2142857143rem !important;padding-bottom:13.2142857143rem !important}.g-py-190--lg{padding-top:13.5714285714rem !important;padding-bottom:13.5714285714rem !important}.g-py-195--lg{padding-top:13.9285714286rem !important;padding-bottom:13.9285714286rem !important}.g-py-200--lg{padding-top:14.2857142857rem !important;padding-bottom:14.2857142857rem !important}.g-py-205--lg{padding-top:14.6428571429rem !important;padding-bottom:14.6428571429rem !important}.g-py-210--lg{padding-top:15rem !important;padding-bottom:15rem !important}.g-pt-0--lg{padding-top:0px !important}.g-pt-1--lg{padding-top:0.0714285714rem !important}.g-pt-2--lg{padding-top:0.1428571429rem !important}.g-pt-3--lg{padding-top:0.2142857143rem !important}.g-pt-4--lg{padding-top:0.2857142857rem !important}.g-pt-5--lg{padding-top:0.3571428571rem !important}.g-pt-6--lg{padding-top:0.4285714286rem !important}.g-pt-7--lg{padding-top:0.5rem !important}.g-pt-8--lg{padding-top:0.5714285714rem !important}.g-pt-9--lg{padding-top:0.6428571429rem !important}.g-pt-10--lg{padding-top:0.7142857143rem !important}.g-pt-15--lg{padding-top:1.0714285714rem !important}.g-pt-20--lg{padding-top:1.4285714286rem !important}.g-pt-25--lg{padding-top:1.7857142857rem !important}.g-pt-30--lg{padding-top:2.1428571429rem !important}.g-pt-35--lg{padding-top:2.5rem !important}.g-pt-40--lg{padding-top:2.8571428571rem !important}.g-pt-45--lg{padding-top:3.2142857143rem !important}.g-pt-50--lg{padding-top:3.5714285714rem !important}.g-pt-55--lg{padding-top:3.9285714286rem !important}.g-pt-60--lg{padding-top:4.2857142857rem !important}.g-pt-65--lg{padding-top:4.6428571429rem !important}.g-pt-70--lg{padding-top:5rem !important}.g-pt-75--lg{padding-top:5.3571428571rem !important}.g-pt-80--lg{padding-top:5.7142857143rem !important}.g-pt-85--lg{padding-top:6.0714285714rem !important}.g-pt-90--lg{padding-top:6.4285714286rem !important}.g-pt-95--lg{padding-top:6.7857142857rem !important}.g-pt-100--lg{padding-top:7.1428571429rem !important}.g-pt-105--lg{padding-top:7.5rem !important}.g-pt-110--lg{padding-top:7.8571428571rem !important}.g-pt-115--lg{padding-top:8.2142857143rem !important}.g-pt-120--lg{padding-top:8.5714285714rem !important}.g-pt-125--lg{padding-top:8.9285714286rem !important}.g-pt-130--lg{padding-top:9.2857142857rem !important}.g-pt-135--lg{padding-top:9.6428571429rem !important}.g-pt-140--lg{padding-top:10rem !important}.g-pt-145--lg{padding-top:10.3571428571rem !important}.g-pt-150--lg{padding-top:10.7142857143rem !important}.g-pr-0--lg{padding-right:0px !important}.g-pr-1--lg{padding-right:0.0714285714rem !important}.g-pr-2--lg{padding-right:0.1428571429rem !important}.g-pr-3--lg{padding-right:0.2142857143rem !important}.g-pr-4--lg{padding-right:0.2857142857rem !important}.g-pr-5--lg{padding-right:0.3571428571rem !important}.g-pr-6--lg{padding-right:0.4285714286rem !important}.g-pr-7--lg{padding-right:0.5rem !important}.g-pr-8--lg{padding-right:0.5714285714rem !important}.g-pr-9--lg{padding-right:0.6428571429rem !important}.g-pr-10--lg{padding-right:0.7142857143rem !important}.g-pr-15--lg{padding-right:1.0714285714rem !important}.g-pr-20--lg{padding-right:1.4285714286rem !important}.g-pr-25--lg{padding-right:1.7857142857rem !important}.g-pr-30--lg{padding-right:2.1428571429rem !important}.g-pr-35--lg{padding-right:2.5rem !important}.g-pr-40--lg{padding-right:2.8571428571rem !important}.g-pr-45--lg{padding-right:3.2142857143rem !important}.g-pr-50--lg{padding-right:3.5714285714rem !important}.g-pr-55--lg{padding-right:3.9285714286rem !important}.g-pr-60--lg{padding-right:4.2857142857rem !important}.g-pr-65--lg{padding-right:4.6428571429rem !important}.g-pr-70--lg{padding-right:5rem !important}.g-pr-75--lg{padding-right:5.3571428571rem !important}.g-pr-80--lg{padding-right:5.7142857143rem !important}.g-pr-85--lg{padding-right:6.0714285714rem !important}.g-pr-90--lg{padding-right:6.4285714286rem !important}.g-pr-95--lg{padding-right:6.7857142857rem !important}.g-pr-100--lg{padding-right:7.1428571429rem !important}.g-pr-105--lg{padding-right:7.5rem !important}.g-pr-110--lg{padding-right:7.8571428571rem !important}.g-pr-115--lg{padding-right:8.2142857143rem !important}.g-pr-120--lg{padding-right:8.5714285714rem !important}.g-pr-125--lg{padding-right:8.9285714286rem !important}.g-pr-130--lg{padding-right:9.2857142857rem !important}.g-pr-135--lg{padding-right:9.6428571429rem !important}.g-pr-140--lg{padding-right:10rem !important}.g-pr-145--lg{padding-right:10.3571428571rem !important}.g-pr-150--lg{padding-right:10.7142857143rem !important}.g-pr-155--lg{padding-right:11.0714285714rem !important}.g-pr-160--lg{padding-right:11.4285714286rem !important}.g-pr-165--lg{padding-right:11.7857142857rem !important}.g-pr-170--lg{padding-right:12.1428571429rem !important}.g-pb-0--lg{padding-bottom:0px !important}.g-pb-1--lg{padding-bottom:0.0714285714rem !important}.g-pb-2--lg{padding-bottom:0.1428571429rem !important}.g-pb-3--lg{padding-bottom:0.2142857143rem !important}.g-pb-4--lg{padding-bottom:0.2857142857rem !important}.g-pb-5--lg{padding-bottom:0.3571428571rem !important}.g-pb-6--lg{padding-bottom:0.4285714286rem !important}.g-pb-7--lg{padding-bottom:0.5rem !important}.g-pb-8--lg{padding-bottom:0.5714285714rem !important}.g-pb-9--lg{padding-bottom:0.6428571429rem !important}.g-pb-10--lg{padding-bottom:0.7142857143rem !important}.g-pb-15--lg{padding-bottom:1.0714285714rem !important}.g-pb-20--lg{padding-bottom:1.4285714286rem !important}.g-pb-25--lg{padding-bottom:1.7857142857rem !important}.g-pb-30--lg{padding-bottom:2.1428571429rem !important}.g-pb-35--lg{padding-bottom:2.5rem !important}.g-pb-40--lg{padding-bottom:2.8571428571rem !important}.g-pb-45--lg{padding-bottom:3.2142857143rem !important}.g-pb-50--lg{padding-bottom:3.5714285714rem !important}.g-pb-55--lg{padding-bottom:3.9285714286rem !important}.g-pb-60--lg{padding-bottom:4.2857142857rem !important}.g-pb-65--lg{padding-bottom:4.6428571429rem !important}.g-pb-70--lg{padding-bottom:5rem !important}.g-pb-75--lg{padding-bottom:5.3571428571rem !important}.g-pb-80--lg{padding-bottom:5.7142857143rem !important}.g-pb-85--lg{padding-bottom:6.0714285714rem !important}.g-pb-90--lg{padding-bottom:6.4285714286rem !important}.g-pb-95--lg{padding-bottom:6.7857142857rem !important}.g-pb-100--lg{padding-bottom:7.1428571429rem !important}.g-pb-105--lg{padding-bottom:7.5rem !important}.g-pb-110--lg{padding-bottom:7.8571428571rem !important}.g-pb-115--lg{padding-bottom:8.2142857143rem !important}.g-pb-120--lg{padding-bottom:8.5714285714rem !important}.g-pb-125--lg{padding-bottom:8.9285714286rem !important}.g-pb-130--lg{padding-bottom:9.2857142857rem !important}.g-pb-135--lg{padding-bottom:9.6428571429rem !important}.g-pb-140--lg{padding-bottom:10rem !important}.g-pb-145--lg{padding-bottom:10.3571428571rem !important}.g-pb-150--lg{padding-bottom:10.7142857143rem !important}.g-pl-0--lg{padding-left:0px !important}.g-pl-1--lg{padding-left:0.0714285714rem !important}.g-pl-2--lg{padding-left:0.1428571429rem !important}.g-pl-3--lg{padding-left:0.2142857143rem !important}.g-pl-4--lg{padding-left:0.2857142857rem !important}.g-pl-5--lg{padding-left:0.3571428571rem !important}.g-pl-6--lg{padding-left:0.4285714286rem !important}.g-pl-7--lg{padding-left:0.5rem !important}.g-pl-8--lg{padding-left:0.5714285714rem !important}.g-pl-9--lg{padding-left:0.6428571429rem !important}.g-pl-10--lg{padding-left:0.7142857143rem !important}.g-pl-15--lg{padding-left:1.0714285714rem !important}.g-pl-20--lg{padding-left:1.4285714286rem !important}.g-pl-25--lg{padding-left:1.7857142857rem !important}.g-pl-30--lg{padding-left:2.1428571429rem !important}.g-pl-35--lg{padding-left:2.5rem !important}.g-pl-40--lg{padding-left:2.8571428571rem !important}.g-pl-45--lg{padding-left:3.2142857143rem !important}.g-pl-50--lg{padding-left:3.5714285714rem !important}.g-pl-55--lg{padding-left:3.9285714286rem !important}.g-pl-60--lg{padding-left:4.2857142857rem !important}.g-pl-65--lg{padding-left:4.6428571429rem !important}.g-pl-70--lg{padding-left:5rem !important}.g-pl-75--lg{padding-left:5.3571428571rem !important}.g-pl-80--lg{padding-left:5.7142857143rem !important}.g-pl-85--lg{padding-left:6.0714285714rem !important}.g-pl-90--lg{padding-left:6.4285714286rem !important}.g-pl-95--lg{padding-left:6.7857142857rem !important}.g-pl-100--lg{padding-left:7.1428571429rem !important}.g-pl-105--lg{padding-left:7.5rem !important}.g-pl-110--lg{padding-left:7.8571428571rem !important}.g-pl-115--lg{padding-left:8.2142857143rem !important}.g-pl-120--lg{padding-left:8.5714285714rem !important}.g-pl-125--lg{padding-left:8.9285714286rem !important}.g-pl-130--lg{padding-left:9.2857142857rem !important}.g-pl-135--lg{padding-left:9.6428571429rem !important}.g-pl-140--lg{padding-left:10rem !important}.g-pl-145--lg{padding-left:10.3571428571rem !important}.g-pl-150--lg{padding-left:10.7142857143rem !important}.g-pl-155--lg{padding-left:11.0714285714rem !important}.g-pl-160--lg{padding-left:11.4285714286rem !important}.g-pl-165--lg{padding-left:11.7857142857rem !important}.g-pl-170--lg{padding-left:12.1428571429rem !important}}@media (min-width: 1200px){.g-pa-0--xl{padding:0 !important}.g-px-0--xl{padding-left:0 !important;padding-right:0 !important}.g-py-0--xl{padding-top:0 !important;padding-bottom:0 !important}.g-pl-0--xl{padding-left:0 !important}.g-pr-0--xl{padding-right:0 !important}.g-pt-0--xl{padding-top:0 !important}.g-pb-0--xl{padding-bottom:0 !important}.g-pa-2--xl{padding:0.1428571429rem !important}.g-pa-3--xl{padding:0.2142857143rem !important}.g-pa-5--xl{padding:0.3571428571rem !important}.g-pa-7--xl{padding:0.5rem !important}.g-pa-10--xl{padding:0.7142857143rem !important}.g-pa-15--xl{padding:1.0714285714rem !important}.g-pa-20--xl{padding:1.4285714286rem !important}.g-pa-25--xl{padding:1.7857142857rem !important}.g-pa-30--xl{padding:2.1428571429rem !important}.g-pa-35--xl{padding:2.5rem !important}.g-pa-40--xl{padding:2.8571428571rem !important}.g-pa-45--xl{padding:3.2142857143rem !important}.g-pa-50--xl{padding:3.5714285714rem !important}.g-pa-55--xl{padding:3.9285714286rem !important}.g-pa-60--xl{padding:4.2857142857rem !important}.g-pa-65--xl{padding:4.6428571429rem !important}.g-pa-70--xl{padding:5rem !important}.g-pa-75--xl{padding:5.3571428571rem !important}.g-pa-80--xl{padding:5.7142857143rem !important}.g-pa-85--xl{padding:6.0714285714rem !important}.g-pa-90--xl{padding:6.4285714286rem !important}.g-pa-95--xl{padding:6.7857142857rem !important}.g-pa-100--xl{padding:7.1428571429rem !important}.g-pa-105--xl{padding:7.5rem !important}.g-pa-110--xl{padding:7.8571428571rem !important}.g-pa-115--xl{padding:8.2142857143rem !important}.g-pa-120--xl{padding:8.5714285714rem !important}.g-pa-125--xl{padding:8.9285714286rem !important}.g-pa-130--xl{padding:9.2857142857rem !important}.g-pa-135--xl{padding:9.6428571429rem !important}.g-pa-140--xl{padding:10rem !important}.g-pa-145--xl{padding:10.3571428571rem !important}.g-pa-150--xl{padding:10.7142857143rem !important}.g-px-1--xl{padding-left:0.0714285714rem !important;padding-right:0.0714285714rem !important}.g-px-2--xl{padding-left:0.1428571429rem !important;padding-right:0.1428571429rem !important}.g-px-3--xl{padding-left:0.2142857143rem !important;padding-right:0.2142857143rem !important}.g-px-4--xl{padding-left:0.2857142857rem !important;padding-right:0.2857142857rem !important}.g-px-5--xl{padding-left:0.3571428571rem !important;padding-right:0.3571428571rem !important}.g-px-6--xl{padding-left:0.4285714286rem !important;padding-right:0.4285714286rem !important}.g-px-7--xl{padding-left:0.5rem !important;padding-right:0.5rem !important}.g-px-8--xl{padding-left:0.5714285714rem !important;padding-right:0.5714285714rem !important}.g-px-9--xl{padding-left:0.6428571429rem !important;padding-right:0.6428571429rem !important}.g-px-10--xl{padding-left:0.7142857143rem !important;padding-right:0.7142857143rem !important}.g-px-11--xl{padding-left:0.7857142857rem !important;padding-right:0.7857142857rem !important}.g-px-12--xl{padding-left:0.8571428571rem !important;padding-right:0.8571428571rem !important}.g-px-13--xl{padding-left:0.9285714286rem !important;padding-right:0.9285714286rem !important}.g-px-14--xl{padding-left:1rem !important;padding-right:1rem !important}.g-px-15--xl{padding-left:1.0714285714rem !important;padding-right:1.0714285714rem !important}.g-px-10--xl{padding-left:0.7142857143rem !important;padding-right:0.7142857143rem !important}.g-px-15--xl{padding-left:1.0714285714rem !important;padding-right:1.0714285714rem !important}.g-px-20--xl{padding-left:1.4285714286rem !important;padding-right:1.4285714286rem !important}.g-px-25--xl{padding-left:1.7857142857rem !important;padding-right:1.7857142857rem !important}.g-px-30--xl{padding-left:2.1428571429rem !important;padding-right:2.1428571429rem !important}.g-px-35--xl{padding-left:2.5rem !important;padding-right:2.5rem !important}.g-px-40--xl{padding-left:2.8571428571rem !important;padding-right:2.8571428571rem !important}.g-px-45--xl{padding-left:3.2142857143rem !important;padding-right:3.2142857143rem !important}.g-px-50--xl{padding-left:3.5714285714rem !important;padding-right:3.5714285714rem !important}.g-px-55--xl{padding-left:3.9285714286rem !important;padding-right:3.9285714286rem !important}.g-px-60--xl{padding-left:4.2857142857rem !important;padding-right:4.2857142857rem !important}.g-px-65--xl{padding-left:4.6428571429rem !important;padding-right:4.6428571429rem !important}.g-px-70--xl{padding-left:5rem !important;padding-right:5rem !important}.g-px-75--xl{padding-left:5.3571428571rem !important;padding-right:5.3571428571rem !important}.g-px-80--xl{padding-left:5.7142857143rem !important;padding-right:5.7142857143rem !important}.g-px-85--xl{padding-left:6.0714285714rem !important;padding-right:6.0714285714rem !important}.g-px-90--xl{padding-left:6.4285714286rem !important;padding-right:6.4285714286rem !important}.g-px-95--xl{padding-left:6.7857142857rem !important;padding-right:6.7857142857rem !important}.g-px-100--xl{padding-left:7.1428571429rem !important;padding-right:7.1428571429rem !important}.g-px-105--xl{padding-left:7.5rem !important;padding-right:7.5rem !important}.g-px-110--xl{padding-left:7.8571428571rem !important;padding-right:7.8571428571rem !important}.g-px-115--xl{padding-left:8.2142857143rem !important;padding-right:8.2142857143rem !important}.g-px-120--xl{padding-left:8.5714285714rem !important;padding-right:8.5714285714rem !important}.g-px-125--xl{padding-left:8.9285714286rem !important;padding-right:8.9285714286rem !important}.g-px-130--xl{padding-left:9.2857142857rem !important;padding-right:9.2857142857rem !important}.g-px-135--xl{padding-left:9.6428571429rem !important;padding-right:9.6428571429rem !important}.g-px-140--xl{padding-left:10rem !important;padding-right:10rem !important}.g-px-145--xl{padding-left:10.3571428571rem !important;padding-right:10.3571428571rem !important}.g-px-150--xl{padding-left:10.7142857143rem !important;padding-right:10.7142857143rem !important}.g-py-1--xl{padding-top:0.0714285714rem !important;padding-bottom:0.0714285714rem !important}.g-py-2--xl{padding-top:0.1428571429rem !important;padding-bottom:0.1428571429rem !important}.g-py-3--xl{padding-top:0.2142857143rem !important;padding-bottom:0.2142857143rem !important}.g-py-4--xl{padding-top:0.2857142857rem !important;padding-bottom:0.2857142857rem !important}.g-py-5--xl{padding-top:0.3571428571rem !important;padding-bottom:0.3571428571rem !important}.g-py-6--xl{padding-top:0.4285714286rem !important;padding-bottom:0.4285714286rem !important}.g-py-7--xl{padding-top:0.5rem !important;padding-bottom:0.5rem !important}.g-py-8--xl{padding-top:0.5714285714rem !important;padding-bottom:0.5714285714rem !important}.g-py-9--xl{padding-top:0.6428571429rem !important;padding-bottom:0.6428571429rem !important}.g-py-10--xl{padding-top:0.7142857143rem !important;padding-bottom:0.7142857143rem !important}.g-py-11--xl{padding-top:0.7857142857rem !important;padding-bottom:0.7857142857rem !important}.g-py-12--xl{padding-top:0.8571428571rem !important;padding-bottom:0.8571428571rem !important}.g-py-13--xl{padding-top:0.9285714286rem !important;padding-bottom:0.9285714286rem !important}.g-py-14--xl{padding-top:1rem !important;padding-bottom:1rem !important}.g-py-15--xl{padding-top:1.0714285714rem !important;padding-bottom:1.0714285714rem !important}.g-py-16--xl{padding-top:1.1428571429rem !important;padding-bottom:1.1428571429rem !important}.g-py-17--xl{padding-top:1.2142857143rem !important;padding-bottom:1.2142857143rem !important}.g-py-18--xl{padding-top:1.2857142857rem !important;padding-bottom:1.2857142857rem !important}.g-py-19--xl{padding-top:1.3571428571rem !important;padding-bottom:1.3571428571rem !important}.g-py-10--xl{padding-top:0.7142857143rem !important;padding-bottom:0.7142857143rem !important}.g-py-15--xl{padding-top:1.0714285714rem !important;padding-bottom:1.0714285714rem !important}.g-py-20--xl{padding-top:1.4285714286rem !important;padding-bottom:1.4285714286rem !important}.g-py-25--xl{padding-top:1.7857142857rem !important;padding-bottom:1.7857142857rem !important}.g-py-30--xl{padding-top:2.1428571429rem !important;padding-bottom:2.1428571429rem !important}.g-py-35--xl{padding-top:2.5rem !important;padding-bottom:2.5rem !important}.g-py-40--xl{padding-top:2.8571428571rem !important;padding-bottom:2.8571428571rem !important}.g-py-45--xl{padding-top:3.2142857143rem !important;padding-bottom:3.2142857143rem !important}.g-py-50--xl{padding-top:3.5714285714rem !important;padding-bottom:3.5714285714rem !important}.g-py-55--xl{padding-top:3.9285714286rem !important;padding-bottom:3.9285714286rem !important}.g-py-60--xl{padding-top:4.2857142857rem !important;padding-bottom:4.2857142857rem !important}.g-py-65--xl{padding-top:4.6428571429rem !important;padding-bottom:4.6428571429rem !important}.g-py-70--xl{padding-top:5rem !important;padding-bottom:5rem !important}.g-py-75--xl{padding-top:5.3571428571rem !important;padding-bottom:5.3571428571rem !important}.g-py-80--xl{padding-top:5.7142857143rem !important;padding-bottom:5.7142857143rem !important}.g-py-85--xl{padding-top:6.0714285714rem !important;padding-bottom:6.0714285714rem !important}.g-py-90--xl{padding-top:6.4285714286rem !important;padding-bottom:6.4285714286rem !important}.g-py-95--xl{padding-top:6.7857142857rem !important;padding-bottom:6.7857142857rem !important}.g-py-100--xl{padding-top:7.1428571429rem !important;padding-bottom:7.1428571429rem !important}.g-py-105--xl{padding-top:7.5rem !important;padding-bottom:7.5rem !important}.g-py-110--xl{padding-top:7.8571428571rem !important;padding-bottom:7.8571428571rem !important}.g-py-115--xl{padding-top:8.2142857143rem !important;padding-bottom:8.2142857143rem !important}.g-py-120--xl{padding-top:8.5714285714rem !important;padding-bottom:8.5714285714rem !important}.g-py-125--xl{padding-top:8.9285714286rem !important;padding-bottom:8.9285714286rem !important}.g-py-130--xl{padding-top:9.2857142857rem !important;padding-bottom:9.2857142857rem !important}.g-py-135--xl{padding-top:9.6428571429rem !important;padding-bottom:9.6428571429rem !important}.g-py-140--xl{padding-top:10rem !important;padding-bottom:10rem !important}.g-py-145--xl{padding-top:10.3571428571rem !important;padding-bottom:10.3571428571rem !important}.g-py-150--xl{padding-top:10.7142857143rem !important;padding-bottom:10.7142857143rem !important}.g-py-155--xl{padding-top:11.0714285714rem !important;padding-bottom:11.0714285714rem !important}.g-py-160--xl{padding-top:11.4285714286rem !important;padding-bottom:11.4285714286rem !important}.g-py-165--xl{padding-top:11.7857142857rem !important;padding-bottom:11.7857142857rem !important}.g-py-170--xl{padding-top:12.1428571429rem !important;padding-bottom:12.1428571429rem !important}.g-py-175--xl{padding-top:12.5rem !important;padding-bottom:12.5rem !important}.g-py-180--xl{padding-top:12.8571428571rem !important;padding-bottom:12.8571428571rem !important}.g-py-185--xl{padding-top:13.2142857143rem !important;padding-bottom:13.2142857143rem !important}.g-py-190--xl{padding-top:13.5714285714rem !important;padding-bottom:13.5714285714rem !important}.g-py-195--xl{padding-top:13.9285714286rem !important;padding-bottom:13.9285714286rem !important}.g-py-200--xl{padding-top:14.2857142857rem !important;padding-bottom:14.2857142857rem !important}.g-py-205--xl{padding-top:14.6428571429rem !important;padding-bottom:14.6428571429rem !important}.g-py-210--xl{padding-top:15rem !important;padding-bottom:15rem !important}.g-pt-0--xl{padding-top:0px !important}.g-pt-1--xl{padding-top:0.0714285714rem !important}.g-pt-2--xl{padding-top:0.1428571429rem !important}.g-pt-3--xl{padding-top:0.2142857143rem !important}.g-pt-4--xl{padding-top:0.2857142857rem !important}.g-pt-5--xl{padding-top:0.3571428571rem !important}.g-pt-6--xl{padding-top:0.4285714286rem !important}.g-pt-7--xl{padding-top:0.5rem !important}.g-pt-8--xl{padding-top:0.5714285714rem !important}.g-pt-9--xl{padding-top:0.6428571429rem !important}.g-pt-10--xl{padding-top:0.7142857143rem !important}.g-pt-15--xl{padding-top:1.0714285714rem !important}.g-pt-20--xl{padding-top:1.4285714286rem !important}.g-pt-25--xl{padding-top:1.7857142857rem !important}.g-pt-30--xl{padding-top:2.1428571429rem !important}.g-pt-35--xl{padding-top:2.5rem !important}.g-pt-40--xl{padding-top:2.8571428571rem !important}.g-pt-45--xl{padding-top:3.2142857143rem !important}.g-pt-50--xl{padding-top:3.5714285714rem !important}.g-pt-55--xl{padding-top:3.9285714286rem !important}.g-pt-60--xl{padding-top:4.2857142857rem !important}.g-pt-65--xl{padding-top:4.6428571429rem !important}.g-pt-70--xl{padding-top:5rem !important}.g-pt-75--xl{padding-top:5.3571428571rem !important}.g-pt-80--xl{padding-top:5.7142857143rem !important}.g-pt-85--xl{padding-top:6.0714285714rem !important}.g-pt-90--xl{padding-top:6.4285714286rem !important}.g-pt-95--xl{padding-top:6.7857142857rem !important}.g-pt-100--xl{padding-top:7.1428571429rem !important}.g-pt-105--xl{padding-top:7.5rem !important}.g-pt-110--xl{padding-top:7.8571428571rem !important}.g-pt-115--xl{padding-top:8.2142857143rem !important}.g-pt-120--xl{padding-top:8.5714285714rem !important}.g-pt-125--xl{padding-top:8.9285714286rem !important}.g-pt-130--xl{padding-top:9.2857142857rem !important}.g-pt-135--xl{padding-top:9.6428571429rem !important}.g-pt-140--xl{padding-top:10rem !important}.g-pt-145--xl{padding-top:10.3571428571rem !important}.g-pt-150--xl{padding-top:10.7142857143rem !important}.g-pr-0--xl{padding-right:0px !important}.g-pr-1--xl{padding-right:0.0714285714rem !important}.g-pr-2--xl{padding-right:0.1428571429rem !important}.g-pr-3--xl{padding-right:0.2142857143rem !important}.g-pr-4--xl{padding-right:0.2857142857rem !important}.g-pr-5--xl{padding-right:0.3571428571rem !important}.g-pr-6--xl{padding-right:0.4285714286rem !important}.g-pr-7--xl{padding-right:0.5rem !important}.g-pr-8--xl{padding-right:0.5714285714rem !important}.g-pr-9--xl{padding-right:0.6428571429rem !important}.g-pr-10--xl{padding-right:0.7142857143rem !important}.g-pr-15--xl{padding-right:1.0714285714rem !important}.g-pr-20--xl{padding-right:1.4285714286rem !important}.g-pr-25--xl{padding-right:1.7857142857rem !important}.g-pr-30--xl{padding-right:2.1428571429rem !important}.g-pr-35--xl{padding-right:2.5rem !important}.g-pr-40--xl{padding-right:2.8571428571rem !important}.g-pr-45--xl{padding-right:3.2142857143rem !important}.g-pr-50--xl{padding-right:3.5714285714rem !important}.g-pr-55--xl{padding-right:3.9285714286rem !important}.g-pr-60--xl{padding-right:4.2857142857rem !important}.g-pr-65--xl{padding-right:4.6428571429rem !important}.g-pr-70--xl{padding-right:5rem !important}.g-pr-75--xl{padding-right:5.3571428571rem !important}.g-pr-80--xl{padding-right:5.7142857143rem !important}.g-pr-85--xl{padding-right:6.0714285714rem !important}.g-pr-90--xl{padding-right:6.4285714286rem !important}.g-pr-95--xl{padding-right:6.7857142857rem !important}.g-pr-100--xl{padding-right:7.1428571429rem !important}.g-pr-105--xl{padding-right:7.5rem !important}.g-pr-110--xl{padding-right:7.8571428571rem !important}.g-pr-115--xl{padding-right:8.2142857143rem !important}.g-pr-120--xl{padding-right:8.5714285714rem !important}.g-pr-125--xl{padding-right:8.9285714286rem !important}.g-pr-130--xl{padding-right:9.2857142857rem !important}.g-pr-135--xl{padding-right:9.6428571429rem !important}.g-pr-140--xl{padding-right:10rem !important}.g-pr-145--xl{padding-right:10.3571428571rem !important}.g-pr-150--xl{padding-right:10.7142857143rem !important}.g-pr-155--xl{padding-right:11.0714285714rem !important}.g-pr-160--xl{padding-right:11.4285714286rem !important}.g-pr-165--xl{padding-right:11.7857142857rem !important}.g-pr-170--xl{padding-right:12.1428571429rem !important}.g-pb-0--xl{padding-bottom:0px !important}.g-pb-1--xl{padding-bottom:0.0714285714rem !important}.g-pb-2--xl{padding-bottom:0.1428571429rem !important}.g-pb-3--xl{padding-bottom:0.2142857143rem !important}.g-pb-4--xl{padding-bottom:0.2857142857rem !important}.g-pb-5--xl{padding-bottom:0.3571428571rem !important}.g-pb-6--xl{padding-bottom:0.4285714286rem !important}.g-pb-7--xl{padding-bottom:0.5rem !important}.g-pb-8--xl{padding-bottom:0.5714285714rem !important}.g-pb-9--xl{padding-bottom:0.6428571429rem !important}.g-pb-10--xl{padding-bottom:0.7142857143rem !important}.g-pb-15--xl{padding-bottom:1.0714285714rem !important}.g-pb-20--xl{padding-bottom:1.4285714286rem !important}.g-pb-25--xl{padding-bottom:1.7857142857rem !important}.g-pb-30--xl{padding-bottom:2.1428571429rem !important}.g-pb-35--xl{padding-bottom:2.5rem !important}.g-pb-40--xl{padding-bottom:2.8571428571rem !important}.g-pb-45--xl{padding-bottom:3.2142857143rem !important}.g-pb-50--xl{padding-bottom:3.5714285714rem !important}.g-pb-55--xl{padding-bottom:3.9285714286rem !important}.g-pb-60--xl{padding-bottom:4.2857142857rem !important}.g-pb-65--xl{padding-bottom:4.6428571429rem !important}.g-pb-70--xl{padding-bottom:5rem !important}.g-pb-75--xl{padding-bottom:5.3571428571rem !important}.g-pb-80--xl{padding-bottom:5.7142857143rem !important}.g-pb-85--xl{padding-bottom:6.0714285714rem !important}.g-pb-90--xl{padding-bottom:6.4285714286rem !important}.g-pb-95--xl{padding-bottom:6.7857142857rem !important}.g-pb-100--xl{padding-bottom:7.1428571429rem !important}.g-pb-105--xl{padding-bottom:7.5rem !important}.g-pb-110--xl{padding-bottom:7.8571428571rem !important}.g-pb-115--xl{padding-bottom:8.2142857143rem !important}.g-pb-120--xl{padding-bottom:8.5714285714rem !important}.g-pb-125--xl{padding-bottom:8.9285714286rem !important}.g-pb-130--xl{padding-bottom:9.2857142857rem !important}.g-pb-135--xl{padding-bottom:9.6428571429rem !important}.g-pb-140--xl{padding-bottom:10rem !important}.g-pb-145--xl{padding-bottom:10.3571428571rem !important}.g-pb-150--xl{padding-bottom:10.7142857143rem !important}.g-pl-0--xl{padding-left:0px !important}.g-pl-1--xl{padding-left:0.0714285714rem !important}.g-pl-2--xl{padding-left:0.1428571429rem !important}.g-pl-3--xl{padding-left:0.2142857143rem !important}.g-pl-4--xl{padding-left:0.2857142857rem !important}.g-pl-5--xl{padding-left:0.3571428571rem !important}.g-pl-6--xl{padding-left:0.4285714286rem !important}.g-pl-7--xl{padding-left:0.5rem !important}.g-pl-8--xl{padding-left:0.5714285714rem !important}.g-pl-9--xl{padding-left:0.6428571429rem !important}.g-pl-10--xl{padding-left:0.7142857143rem !important}.g-pl-15--xl{padding-left:1.0714285714rem !important}.g-pl-20--xl{padding-left:1.4285714286rem !important}.g-pl-25--xl{padding-left:1.7857142857rem !important}.g-pl-30--xl{padding-left:2.1428571429rem !important}.g-pl-35--xl{padding-left:2.5rem !important}.g-pl-40--xl{padding-left:2.8571428571rem !important}.g-pl-45--xl{padding-left:3.2142857143rem !important}.g-pl-50--xl{padding-left:3.5714285714rem !important}.g-pl-55--xl{padding-left:3.9285714286rem !important}.g-pl-60--xl{padding-left:4.2857142857rem !important}.g-pl-65--xl{padding-left:4.6428571429rem !important}.g-pl-70--xl{padding-left:5rem !important}.g-pl-75--xl{padding-left:5.3571428571rem !important}.g-pl-80--xl{padding-left:5.7142857143rem !important}.g-pl-85--xl{padding-left:6.0714285714rem !important}.g-pl-90--xl{padding-left:6.4285714286rem !important}.g-pl-95--xl{padding-left:6.7857142857rem !important}.g-pl-100--xl{padding-left:7.1428571429rem !important}.g-pl-105--xl{padding-left:7.5rem !important}.g-pl-110--xl{padding-left:7.8571428571rem !important}.g-pl-115--xl{padding-left:8.2142857143rem !important}.g-pl-120--xl{padding-left:8.5714285714rem !important}.g-pl-125--xl{padding-left:8.9285714286rem !important}.g-pl-130--xl{padding-left:9.2857142857rem !important}.g-pl-135--xl{padding-left:9.6428571429rem !important}.g-pl-140--xl{padding-left:10rem !important}.g-pl-145--xl{padding-left:10.3571428571rem !important}.g-pl-150--xl{padding-left:10.7142857143rem !important}.g-pl-155--xl{padding-left:11.0714285714rem !important}.g-pl-160--xl{padding-left:11.4285714286rem !important}.g-pl-165--xl{padding-left:11.7857142857rem !important}.g-pl-170--xl{padding-left:12.1428571429rem !important}}.g-pa-0-20-20{padding:0 1.4285714286rem 1.4285714286rem !important}.g-pa-4-11{padding:0.2857142857rem 0.7857142857rem !important}.g-pa-4-13{padding:0.2857142857rem 0.9285714286rem !important}.g-pa-5-10{padding:0.3571428571rem 0.7142857143rem !important}.g-pa-5-15{padding:0.3571428571rem 1.0714285714rem !important}.g-pa-6-8{padding:0.4285714286rem 0.5714285714rem !important}.g-pa-7-14{padding:0.5rem 1rem !important}.g-pa-7-16{padding:0.5rem 1.1428571429rem !important}.g-pa-10-5-5{padding:0.7142857143rem 0.3571428571rem 0.3571428571rem !important}.g-pa-10-15{padding:0.7142857143rem 1.0714285714rem !important}.g-pa-10-16{padding:0.7142857143rem 1.1428571429rem !important}.g-pa-10-20{padding:0.7142857143rem 1.4285714286rem !important}.g-pa-10-30{padding:0.7142857143rem 2.1428571429rem !important}.g-pa-12{padding:0.8571428571rem !important}.g-pa-12-19{padding:0.8571428571rem 1.3571428571rem !important}.g-pa-12-21{padding:0.8571428571rem 1.5rem !important}.g-pa-12-5-7{padding:0.8571428571rem 0.3571428571rem 0.5rem !important}.g-pa-14-18{padding:1rem 1.2857142857rem !important}.g-pa-15-0{padding:1.0714285714rem 0 !important}.g-pa-15-5{padding:1.0714285714rem 0.3571428571rem !important}.g-pa-15-20-10{padding:1.0714285714rem 1.4285714286rem 0.7142857143rem !important}.g-pa-15-20{padding:1.0714285714rem 1.4285714286rem !important}.g-pa-15-30{padding:1.0714285714rem 2.1428571429rem !important}.g-pa-17-23{padding:1.2142857143rem 1.6428571429rem !important}.g-pa-20-10{padding:1.4285714286rem 0.7142857143rem !important}.g-pa-20-20-15{padding:1.4285714286rem 1.4285714286rem 1.0714285714rem !important}.g-pa-20-20-20-55{padding:1.4285714286rem 1.4285714286rem 1.4285714286rem 3.9285714286rem !important}.g-pa-20-30-0{padding:1.4285714286rem 2.1428571429rem 0 !important}.g-pa-20-40-25{padding:1.4285714286rem 2.8571428571rem 1.7857142857rem !important}.g-pa-24{padding:1.7142857143rem !important}.g-pa-25-20-30{padding:1.7857142857rem 1.4285714286rem 2.1428571429rem !important}.g-pa-25-30-20{padding:1.7857142857rem 2.1428571429rem 1.4285714286rem !important}.g-pa-25-30{padding:1.7857142857rem 2.1428571429rem !important}.g-pa-30-10{padding:2.1428571429rem 0.7142857143rem !important}.g-pa-30-15{padding:2.1428571429rem 1.0714285714rem !important}.g-pa-30-20{padding:2.1428571429rem 1.4285714286rem !important}.g-pa-30-30-20{padding:2.1428571429rem 2.1428571429rem 1.4285714286rem !important}.g-pa-40{padding:2.8571428571rem !important}.g-pa-40-20{padding:2.8571428571rem 1.4285714286rem !important}.g-pa-40-30-30{padding:2.8571428571rem 2.1428571429rem 2.1428571429rem !important}.g-pa-50-15-0{padding:3.5714285714rem 1.0714285714rem 0 !important}.g-pa-15x{padding:15% !important}.g-px-18{padding-left:1.2857142857rem !important;padding-right:1.2857142857rem !important}.g-py-23{padding-top:1.6428571429rem !important;padding-bottom:1.6428571429rem !important}.g-py-235{padding-top:16.7857142857rem !important;padding-bottom:16.7857142857rem !important}.g-pl-12{padding-left:0.8571428571rem !important}.g-pl-17{padding-left:1.2142857143rem !important}.g-pl-7--hover:hover{padding-left:0.5rem !important}.g-pl-60--xs{padding-left:4.2857142857rem !important}.g-pt-11{padding-top:0.7857142857rem !important}.g-parent:hover .g-pt-25--parent-hover{padding-top:1.7857142857rem !important}.g-pt-130{padding-top:9.2857142857rem !important}.g-pt-150{padding-top:10.7142857143rem !important}.g-pt-170{padding-top:12.1428571429rem !important}.g-pt-195{padding-top:13.9285714286rem !important}.g-pb-170{padding-bottom:12.1428571429rem !important}.g-pb-180{padding-bottom:12.8571428571rem !important}.g-pb-200{padding-bottom:14.2857142857rem !important}.g-pb-250{padding-bottom:17.8571428571rem !important}.g-pb-13{padding-bottom:0.9285714286rem !important}@media (min-width: 576px){.g-px-10x--sm{padding-left:10% !important;padding-right:10% !important}.g-px-0--sm{padding-left:0 !important;padding-right:0 !important}.g-py-0--sm{padding-top:0 !important;padding-bottom:0 !important}.g-py-5--sm{padding-top:0.3571428571rem !important;padding-bottom:0.3571428571rem !important}.g-pa-0-10x--sm{padding-left:10% !important;padding-right:10% !important}.g-pa-0-35-35--sm{padding:0 2.5rem 2.5rem !important}.g-pa-5-10--sm{padding:0.3571428571rem 0.7142857143rem !important}.g-pa-8-16--sm{padding:0.5714285714rem 1.1428571429rem !important}.g-pa-10-20--sm{padding:0.7142857143rem 1.4285714286rem !important}.g-pa-15-20-10--sm{padding:1.0714285714rem 1.4285714286rem 0.7142857143rem !important}.g-pa-20-20-0--sm{padding:1.4285714286rem 1.4285714286rem 0 !important}.g-pa-20-20-10--sm{padding:1.4285714286rem 1.4285714286rem 0.7142857143rem !important}.g-pa-20-30-0--sm{padding:1.4285714286rem 2.1428571429rem 0 !important}.g-pa-20-30--sm{padding:1.4285714286rem 2.1428571429rem !important}.g-pa-30-20--sm{padding:2.1428571429rem 1.4285714286rem !important}.g-pa-30-25-20--sm{padding:2.1428571429rem 1.7857142857rem 1.4285714286rem !important}.g-pa-30-30-20--sm{padding:2.1428571429rem 2.1428571429rem 1.4285714286rem !important}.g-pa-30-50-40--sm{padding:2.1428571429rem 3.5714285714rem 2.8571428571rem !important}.g-pa-30-80--sm{padding:2.1428571429rem 5.7142857143rem !important}.g-pa-40-30-30--sm{padding:2.8571428571rem 2.1428571429rem 2.1428571429rem !important}.g-pa-60-30--sm{padding:4.2857142857rem 2.1428571429rem !important}.g-pa-70-50-50-30--sm{padding:5rem 3.5714285714rem 3.5714285714rem 2.1428571429rem !important}.g-pa-80-40--sm{padding:5.7142857143rem 2.8571428571rem !important}.g-pa-85-0-40--sm{padding:6.0714285714rem 0 2.8571428571rem !important}.g-pa-100-30--sm{padding:7.1428571429rem 2.1428571429rem !important}.g-pa-170-0-150--sm{padding:12.1428571429rem 0 10.7142857143rem !important}.g-pl-300--sm{padding-left:21.4285714286rem !important}}@media (min-width: 768px){.g-pa-25-30--md{padding:1.7857142857rem 2.1428571429rem !important}.g-pa-30-10--md{padding:2.1428571429rem 0.7142857143rem !important}.g-pa-30-35--md{padding:2.1428571429rem 2.5rem !important}.g-py-0--md{padding-top:0 !important;padding-bottom:0 !important}.g-py-23--md{padding-top:1.6428571429rem !important;padding-bottom:1.6428571429rem !important}.g-px-18--md{padding-left:1.2857142857rem !important;padding-right:1.2857142857rem !important}.g-pt-135--md{padding-top:9.6428571429rem !important}.g-pt-145--md{padding-top:10.3571428571rem !important}.g-pt-150--md{padding-top:10.7142857143rem !important}.g-pt-170--md{padding-top:12.1428571429rem !important}.g-pt-175--md{padding-top:12.5rem !important}.g-pb-70--md{padding-bottom:5rem !important}.g-pb-170--md{padding-bottom:12.1428571429rem !important}.g-pb-250--md{padding-bottom:17.8571428571rem !important}}@media (min-width: 992px){.g-py-0--lg{padding-top:0 !important;padding-bottom:0 !important}.g-py-100--lg{padding-top:7.1428571429rem !important;padding-bottom:7.1428571429rem !important}.g-px-200--lg{padding-left:14.2857142857rem !important;padding-right:14.2857142857rem !important}.g-pt-170--lg{padding-top:12.1428571429rem !important}.g-pb-200--lg{padding-bottom:14.2857142857rem !important}}@media (min-width: 1200px){.g-py-0--xl{padding-top:0 !important;padding-bottom:0 !important}}.g-hidden-xs-up{display:none !important}@media (max-width: 575px){.g-hidden-xs-down{display:none !important}}@media (min-width: 576px){.g-hidden-sm-up{display:none !important}}
@media (max-width: 767px){.g-hidden-sm-down{display:none !important}}@media (min-width: 768px){.g-hidden-md-up{display:none !important}}@media (max-width: 991px){.g-hidden-md-down{display:none !important}}@media (min-width: 992px){.g-hidden-lg-up{display:none !important}}@media (max-width: 1199px){.g-hidden-lg-down{display:none !important}}@media (min-width: 1200px){.g-hidden-xl-up{display:none !important}}.g-hidden-xl-down{display:none !important}.f-0{font-size:0px}.m-0{margin:0px}.p-0{padding:0px}.space-hor-0{margin:0px 0px}.space-ver-0{margin:0px 0px}.content-hor-0{padding:0px 0px}.content-ver-0{padding:0px 0px}.m-top-0{margin-top:0px}.m-bottom-0{margin-bottom:0px}.m-right-0{margin-right:0px}.m-left-0{margin-left:0px}.p-0{padding:0px}.p-top-0{padding-top:0px}.p-bottom-0{padding-bottom:0px}.p-right-0{padding-right:0px}.p-left-0{padding-left:0px}.rounded-0{border-radius:0px}.f-1{font-size:1px}.m-5{margin:5px}.p-5{padding:5px}.space-hor-5{margin:0px 5px}.space-ver-5{margin:5px 0px}.content-hor-5{padding:0px 5px}.content-ver-5{padding:5px 0px}.m-top-5{margin-top:5px}.m-bottom-5{margin-bottom:5px}.m-right-5{margin-right:5px}.m-left-5{margin-left:5px}.p-5{padding:5px}.p-top-5{padding-top:5px}.p-bottom-5{padding-bottom:5px}.p-right-5{padding-right:5px}.p-left-5{padding-left:5px}.rounded-5{border-radius:5px}.f-2{font-size:2px}.m-10{margin:10px}.p-10{padding:10px}.space-hor-10{margin:0px 10px}.space-ver-10{margin:10px 0px}.content-hor-10{padding:0px 10px}.content-ver-10{padding:10px 0px}.m-top-10{margin-top:10px}.m-bottom-10{margin-bottom:10px}.m-right-10{margin-right:10px}.m-left-10{margin-left:10px}.p-10{padding:10px}.p-top-10{padding-top:10px}.p-bottom-10{padding-bottom:10px}.p-right-10{padding-right:10px}.p-left-10{padding-left:10px}.rounded-10{border-radius:10px}.f-3{font-size:3px}.m-15{margin:15px}.p-15{padding:15px}.space-hor-15{margin:0px 15px}.space-ver-15{margin:15px 0px}.content-hor-15{padding:0px 15px}.content-ver-15{padding:15px 0px}.m-top-15{margin-top:15px}.m-bottom-15{margin-bottom:15px}.m-right-15{margin-right:15px}.m-left-15{margin-left:15px}.p-15{padding:15px}.p-top-15{padding-top:15px}.p-bottom-15{padding-bottom:15px}.p-right-15{padding-right:15px}.p-left-15{padding-left:15px}.rounded-15{border-radius:15px}.f-4{font-size:4px}.m-20{margin:20px}.p-20{padding:20px}.space-hor-20{margin:0px 20px}.space-ver-20{margin:20px 0px}.content-hor-20{padding:0px 20px}.content-ver-20{padding:20px 0px}.m-top-20{margin-top:20px}.m-bottom-20{margin-bottom:20px}.m-right-20{margin-right:20px}.m-left-20{margin-left:20px}.p-20{padding:20px}.p-top-20{padding-top:20px}.p-bottom-20{padding-bottom:20px}.p-right-20{padding-right:20px}.p-left-20{padding-left:20px}.rounded-20{border-radius:20px}.f-5{font-size:5px}.m-25{margin:25px}.p-25{padding:25px}.space-hor-25{margin:0px 25px}.space-ver-25{margin:25px 0px}.content-hor-25{padding:0px 25px}.content-ver-25{padding:25px 0px}.m-top-25{margin-top:25px}.m-bottom-25{margin-bottom:25px}.m-right-25{margin-right:25px}.m-left-25{margin-left:25px}.p-25{padding:25px}.p-top-25{padding-top:25px}.p-bottom-25{padding-bottom:25px}.p-right-25{padding-right:25px}.p-left-25{padding-left:25px}.rounded-25{border-radius:25px}.f-6{font-size:6px}.m-30{margin:30px}.p-30{padding:30px}.space-hor-30{margin:0px 30px}.space-ver-30{margin:30px 0px}.content-hor-30{padding:0px 30px}.content-ver-30{padding:30px 0px}.m-top-30{margin-top:30px}.m-bottom-30{margin-bottom:30px}.m-right-30{margin-right:30px}.m-left-30{margin-left:30px}.p-30{padding:30px}.p-top-30{padding-top:30px}.p-bottom-30{padding-bottom:30px}.p-right-30{padding-right:30px}.p-left-30{padding-left:30px}.rounded-30{border-radius:30px}.f-7{font-size:7px}.m-35{margin:35px}.p-35{padding:35px}.space-hor-35{margin:0px 35px}.space-ver-35{margin:35px 0px}.content-hor-35{padding:0px 35px}.content-ver-35{padding:35px 0px}.m-top-35{margin-top:35px}.m-bottom-35{margin-bottom:35px}.m-right-35{margin-right:35px}.m-left-35{margin-left:35px}.p-35{padding:35px}.p-top-35{padding-top:35px}.p-bottom-35{padding-bottom:35px}.p-right-35{padding-right:35px}.p-left-35{padding-left:35px}.rounded-35{border-radius:35px}.f-8{font-size:8px}.m-40{margin:40px}.p-40{padding:40px}.space-hor-40{margin:0px 40px}.space-ver-40{margin:40px 0px}.content-hor-40{padding:0px 40px}.content-ver-40{padding:40px 0px}.m-top-40{margin-top:40px}.m-bottom-40{margin-bottom:40px}.m-right-40{margin-right:40px}.m-left-40{margin-left:40px}.p-40{padding:40px}.p-top-40{padding-top:40px}.p-bottom-40{padding-bottom:40px}.p-right-40{padding-right:40px}.p-left-40{padding-left:40px}.rounded-40{border-radius:40px}.f-9{font-size:9px}.m-45{margin:45px}.p-45{padding:45px}.space-hor-45{margin:0px 45px}.space-ver-45{margin:45px 0px}.content-hor-45{padding:0px 45px}.content-ver-45{padding:45px 0px}.m-top-45{margin-top:45px}.m-bottom-45{margin-bottom:45px}.m-right-45{margin-right:45px}.m-left-45{margin-left:45px}.p-45{padding:45px}.p-top-45{padding-top:45px}.p-bottom-45{padding-bottom:45px}.p-right-45{padding-right:45px}.p-left-45{padding-left:45px}.rounded-45{border-radius:45px}.f-10{font-size:10px}.m-50{margin:50px}.p-50{padding:50px}.space-hor-50{margin:0px 50px}.space-ver-50{margin:50px 0px}.content-hor-50{padding:0px 50px}.content-ver-50{padding:50px 0px}.m-top-50{margin-top:50px}.m-bottom-50{margin-bottom:50px}.m-right-50{margin-right:50px}.m-left-50{margin-left:50px}.p-50{padding:50px}.p-top-50{padding-top:50px}.p-bottom-50{padding-bottom:50px}.p-right-50{padding-right:50px}.p-left-50{padding-left:50px}.rounded-50{border-radius:50px}.f-11{font-size:11px}.m-55{margin:55px}.p-55{padding:55px}.space-hor-55{margin:0px 55px}.space-ver-55{margin:55px 0px}.content-hor-55{padding:0px 55px}.content-ver-55{padding:55px 0px}.m-top-55{margin-top:55px}.m-bottom-55{margin-bottom:55px}.m-right-55{margin-right:55px}.m-left-55{margin-left:55px}.p-55{padding:55px}.p-top-55{padding-top:55px}.p-bottom-55{padding-bottom:55px}.p-right-55{padding-right:55px}.p-left-55{padding-left:55px}.rounded-55{border-radius:55px}.f-12{font-size:12px}.m-60{margin:60px}.p-60{padding:60px}.space-hor-60{margin:0px 60px}.space-ver-60{margin:60px 0px}.content-hor-60{padding:0px 60px}.content-ver-60{padding:60px 0px}.m-top-60{margin-top:60px}.m-bottom-60{margin-bottom:60px}.m-right-60{margin-right:60px}.m-left-60{margin-left:60px}.p-60{padding:60px}.p-top-60{padding-top:60px}.p-bottom-60{padding-bottom:60px}.p-right-60{padding-right:60px}.p-left-60{padding-left:60px}.rounded-60{border-radius:60px}.f-13{font-size:13px}.m-65{margin:65px}.p-65{padding:65px}.space-hor-65{margin:0px 65px}.space-ver-65{margin:65px 0px}.content-hor-65{padding:0px 65px}.content-ver-65{padding:65px 0px}.m-top-65{margin-top:65px}.m-bottom-65{margin-bottom:65px}.m-right-65{margin-right:65px}.m-left-65{margin-left:65px}.p-65{padding:65px}.p-top-65{padding-top:65px}.p-bottom-65{padding-bottom:65px}.p-right-65{padding-right:65px}.p-left-65{padding-left:65px}.rounded-65{border-radius:65px}.f-14{font-size:14px}.m-70{margin:70px}.p-70{padding:70px}.space-hor-70{margin:0px 70px}.space-ver-70{margin:70px 0px}.content-hor-70{padding:0px 70px}.content-ver-70{padding:70px 0px}.m-top-70{margin-top:70px}.m-bottom-70{margin-bottom:70px}.m-right-70{margin-right:70px}.m-left-70{margin-left:70px}.p-70{padding:70px}.p-top-70{padding-top:70px}.p-bottom-70{padding-bottom:70px}.p-right-70{padding-right:70px}.p-left-70{padding-left:70px}.rounded-70{border-radius:70px}.f-15{font-size:15px}.m-75{margin:75px}.p-75{padding:75px}.space-hor-75{margin:0px 75px}.space-ver-75{margin:75px 0px}.content-hor-75{padding:0px 75px}.content-ver-75{padding:75px 0px}.m-top-75{margin-top:75px}.m-bottom-75{margin-bottom:75px}.m-right-75{margin-right:75px}.m-left-75{margin-left:75px}.p-75{padding:75px}.p-top-75{padding-top:75px}.p-bottom-75{padding-bottom:75px}.p-right-75{padding-right:75px}.p-left-75{padding-left:75px}.rounded-75{border-radius:75px}.f-16{font-size:16px}.m-80{margin:80px}.p-80{padding:80px}.space-hor-80{margin:0px 80px}.space-ver-80{margin:80px 0px}.content-hor-80{padding:0px 80px}.content-ver-80{padding:80px 0px}.m-top-80{margin-top:80px}.m-bottom-80{margin-bottom:80px}.m-right-80{margin-right:80px}.m-left-80{margin-left:80px}.p-80{padding:80px}.p-top-80{padding-top:80px}.p-bottom-80{padding-bottom:80px}.p-right-80{padding-right:80px}.p-left-80{padding-left:80px}.rounded-80{border-radius:80px}.f-17{font-size:17px}.m-85{margin:85px}.p-85{padding:85px}.space-hor-85{margin:0px 85px}.space-ver-85{margin:85px 0px}.content-hor-85{padding:0px 85px}.content-ver-85{padding:85px 0px}.m-top-85{margin-top:85px}.m-bottom-85{margin-bottom:85px}.m-right-85{margin-right:85px}.m-left-85{margin-left:85px}.p-85{padding:85px}.p-top-85{padding-top:85px}.p-bottom-85{padding-bottom:85px}.p-right-85{padding-right:85px}.p-left-85{padding-left:85px}.rounded-85{border-radius:85px}.f-18{font-size:18px}.m-90{margin:90px}.p-90{padding:90px}.space-hor-90{margin:0px 90px}.space-ver-90{margin:90px 0px}.content-hor-90{padding:0px 90px}.content-ver-90{padding:90px 0px}.m-top-90{margin-top:90px}.m-bottom-90{margin-bottom:90px}.m-right-90{margin-right:90px}.m-left-90{margin-left:90px}.p-90{padding:90px}.p-top-90{padding-top:90px}.p-bottom-90{padding-bottom:90px}.p-right-90{padding-right:90px}.p-left-90{padding-left:90px}.rounded-90{border-radius:90px}.f-19{font-size:19px}.m-95{margin:95px}.p-95{padding:95px}.space-hor-95{margin:0px 95px}.space-ver-95{margin:95px 0px}.content-hor-95{padding:0px 95px}.content-ver-95{padding:95px 0px}.m-top-95{margin-top:95px}.m-bottom-95{margin-bottom:95px}.m-right-95{margin-right:95px}.m-left-95{margin-left:95px}.p-95{padding:95px}.p-top-95{padding-top:95px}.p-bottom-95{padding-bottom:95px}.p-right-95{padding-right:95px}.p-left-95{padding-left:95px}.rounded-95{border-radius:95px}.f-20{font-size:20px}.m-100{margin:100px}.p-100{padding:100px}.space-hor-100{margin:0px 100px}.space-ver-100{margin:100px 0px}.content-hor-100{padding:0px 100px}.content-ver-100{padding:100px 0px}.m-top-100{margin-top:100px}.m-bottom-100{margin-bottom:100px}.m-right-100{margin-right:100px}.m-left-100{margin-left:100px}.p-100{padding:100px}.p-top-100{padding-top:100px}.p-bottom-100{padding-bottom:100px}.p-right-100{padding-right:100px}.p-left-100{padding-left:100px}.rounded-100{border-radius:100px}.f-21{font-size:21px}.m-105{margin:105px}.p-105{padding:105px}.space-hor-105{margin:0px 105px}.space-ver-105{margin:105px 0px}.content-hor-105{padding:0px 105px}.content-ver-105{padding:105px 0px}.m-top-105{margin-top:105px}.m-bottom-105{margin-bottom:105px}.m-right-105{margin-right:105px}.m-left-105{margin-left:105px}.p-105{padding:105px}.p-top-105{padding-top:105px}.p-bottom-105{padding-bottom:105px}.p-right-105{padding-right:105px}.p-left-105{padding-left:105px}.rounded-105{border-radius:105px}.f-22{font-size:22px}.m-110{margin:110px}.p-110{padding:110px}.space-hor-110{margin:0px 110px}.space-ver-110{margin:110px 0px}.content-hor-110{padding:0px 110px}.content-ver-110{padding:110px 0px}.m-top-110{margin-top:110px}.m-bottom-110{margin-bottom:110px}.m-right-110{margin-right:110px}.m-left-110{margin-left:110px}.p-110{padding:110px}.p-top-110{padding-top:110px}.p-bottom-110{padding-bottom:110px}.p-right-110{padding-right:110px}.p-left-110{padding-left:110px}.rounded-110{border-radius:110px}.f-23{font-size:23px}.m-115{margin:115px}.p-115{padding:115px}.space-hor-115{margin:0px 115px}.space-ver-115{margin:115px 0px}.content-hor-115{padding:0px 115px}.content-ver-115{padding:115px 0px}.m-top-115{margin-top:115px}.m-bottom-115{margin-bottom:115px}.m-right-115{margin-right:115px}.m-left-115{margin-left:115px}.p-115{padding:115px}.p-top-115{padding-top:115px}.p-bottom-115{padding-bottom:115px}.p-right-115{padding-right:115px}.p-left-115{padding-left:115px}.rounded-115{border-radius:115px}.f-24{font-size:24px}.m-120{margin:120px}.p-120{padding:120px}.space-hor-120{margin:0px 120px}.space-ver-120{margin:120px 0px}.content-hor-120{padding:0px 120px}.content-ver-120{padding:120px 0px}.m-top-120{margin-top:120px}.m-bottom-120{margin-bottom:120px}.m-right-120{margin-right:120px}.m-left-120{margin-left:120px}.p-120{padding:120px}.p-top-120{padding-top:120px}.p-bottom-120{padding-bottom:120px}.p-right-120{padding-right:120px}.p-left-120{padding-left:120px}.rounded-120{border-radius:120px}.f-25{font-size:25px}.m-125{margin:125px}.p-125{padding:125px}.space-hor-125{margin:0px 125px}.space-ver-125{margin:125px 0px}.content-hor-125{padding:0px 125px}.content-ver-125{padding:125px 0px}.m-top-125{margin-top:125px}.m-bottom-125{margin-bottom:125px}.m-right-125{margin-right:125px}.m-left-125{margin-left:125px}.p-125{padding:125px}.p-top-125{padding-top:125px}.p-bottom-125{padding-bottom:125px}.p-right-125{padding-right:125px}.p-left-125{padding-left:125px}.rounded-125{border-radius:125px}.f-26{font-size:26px}.m-130{margin:130px}.p-130{padding:130px}.space-hor-130{margin:0px 130px}.space-ver-130{margin:130px 0px}.content-hor-130{padding:0px 130px}.content-ver-130{padding:130px 0px}.m-top-130{margin-top:130px}.m-bottom-130{margin-bottom:130px}.m-right-130{margin-right:130px}.m-left-130{margin-left:130px}.p-130{padding:130px}.p-top-130{padding-top:130px}.p-bottom-130{padding-bottom:130px}.p-right-130{padding-right:130px}.p-left-130{padding-left:130px}.rounded-130{border-radius:130px}.f-27{font-size:27px}.m-135{margin:135px}.p-135{padding:135px}.space-hor-135{margin:0px 135px}.space-ver-135{margin:135px 0px}.content-hor-135{padding:0px 135px}.content-ver-135{padding:135px 0px}.m-top-135{margin-top:135px}.m-bottom-135{margin-bottom:135px}.m-right-135{margin-right:135px}.m-left-135{margin-left:135px}.p-135{padding:135px}.p-top-135{padding-top:135px}.p-bottom-135{padding-bottom:135px}.p-right-135{padding-right:135px}.p-left-135{padding-left:135px}.rounded-135{border-radius:135px}.f-28{font-size:28px}.m-140{margin:140px}.p-140{padding:140px}.space-hor-140{margin:0px 140px}.space-ver-140{margin:140px 0px}.content-hor-140{padding:0px 140px}.content-ver-140{padding:140px 0px}.m-top-140{margin-top:140px}.m-bottom-140{margin-bottom:140px}.m-right-140{margin-right:140px}.m-left-140{margin-left:140px}.p-140{padding:140px}.p-top-140{padding-top:140px}.p-bottom-140{padding-bottom:140px}.p-right-140{padding-right:140px}.p-left-140{padding-left:140px}.rounded-140{border-radius:140px}.f-29{font-size:29px}.m-145{margin:145px}.p-145{padding:145px}.space-hor-145{margin:0px 145px}.space-ver-145{margin:145px 0px}.content-hor-145{padding:0px 145px}.content-ver-145{padding:145px 0px}.m-top-145{margin-top:145px}.m-bottom-145{margin-bottom:145px}.m-right-145{margin-right:145px}.m-left-145{margin-left:145px}.p-145{padding:145px}.p-top-145{padding-top:145px}.p-bottom-145{padding-bottom:145px}.p-right-145{padding-right:145px}.p-left-145{padding-left:145px}.rounded-145{border-radius:145px}.f-30{font-size:30px}.m-150{margin:150px}.p-150{padding:150px}.space-hor-150{margin:0px 150px}.space-ver-150{margin:150px 0px}.content-hor-150{padding:0px 150px}.content-ver-150{padding:150px 0px}.m-top-150{margin-top:150px}.m-bottom-150{margin-bottom:150px}.m-right-150{margin-right:150px}.m-left-150{margin-left:150px}.p-150{padding:150px}.p-top-150{padding-top:150px}.p-bottom-150{padding-bottom:150px}.p-right-150{padding-right:150px}.p-left-150{padding-left:150px}.rounded-150{border-radius:150px}.f-31{font-size:31px}.m-155{margin:155px}.p-155{padding:155px}.space-hor-155{margin:0px 155px}.space-ver-155{margin:155px 0px}.content-hor-155{padding:0px 155px}.content-ver-155{padding:155px 0px}.m-top-155{margin-top:155px}.m-bottom-155{margin-bottom:155px}.m-right-155{margin-right:155px}.m-left-155{margin-left:155px}.p-155{padding:155px}.p-top-155{padding-top:155px}.p-bottom-155{padding-bottom:155px}.p-right-155{padding-right:155px}.p-left-155{padding-left:155px}.rounded-155{border-radius:155px}.f-32{font-size:32px}.m-160{margin:160px}.p-160{padding:160px}.space-hor-160{margin:0px 160px}.space-ver-160{margin:160px 0px}.content-hor-160{padding:0px 160px}.content-ver-160{padding:160px 0px}.m-top-160{margin-top:160px}.m-bottom-160{margin-bottom:160px}.m-right-160{margin-right:160px}.m-left-160{margin-left:160px}.p-160{padding:160px}.p-top-160{padding-top:160px}.p-bottom-160{padding-bottom:160px}.p-right-160{padding-right:160px}.p-left-160{padding-left:160px}.rounded-160{border-radius:160px}.f-33{font-size:33px}.m-165{margin:165px}.p-165{padding:165px}.space-hor-165{margin:0px 165px}.space-ver-165{margin:165px 0px}.content-hor-165{padding:0px 165px}.content-ver-165{padding:165px 0px}.m-top-165{margin-top:165px}.m-bottom-165{margin-bottom:165px}.m-right-165{margin-right:165px}.m-left-165{margin-left:165px}.p-165{padding:165px}.p-top-165{padding-top:165px}.p-bottom-165{padding-bottom:165px}.p-right-165{padding-right:165px}.p-left-165{padding-left:165px}.rounded-165{border-radius:165px}.f-34{font-size:34px}.m-170{margin:170px}.p-170{padding:170px}.space-hor-170{margin:0px 170px}.space-ver-170{margin:170px 0px}.content-hor-170{padding:0px 170px}.content-ver-170{padding:170px 0px}.m-top-170{margin-top:170px}.m-bottom-170{margin-bottom:170px}.m-right-170{margin-right:170px}.m-left-170{margin-left:170px}.p-170{padding:170px}.p-top-170{padding-top:170px}.p-bottom-170{padding-bottom:170px}.p-right-170{padding-right:170px}.p-left-170{padding-left:170px}.rounded-170{border-radius:170px}.f-35{font-size:35px}.m-175{margin:175px}.p-175{padding:175px}.space-hor-175{margin:0px 175px}.space-ver-175{margin:175px 0px}.content-hor-175{padding:0px 175px}.content-ver-175{padding:175px 0px}.m-top-175{margin-top:175px}.m-bottom-175{margin-bottom:175px}.m-right-175{margin-right:175px}.m-left-175{margin-left:175px}.p-175{padding:175px}.p-top-175{padding-top:175px}.p-bottom-175{padding-bottom:175px}.p-right-175{padding-right:175px}.p-left-175{padding-left:175px}.rounded-175{border-radius:175px}.f-36{font-size:36px}.m-180{margin:180px}.p-180{padding:180px}.space-hor-180{margin:0px 180px}.space-ver-180{margin:180px 0px}.content-hor-180{padding:0px 180px}.content-ver-180{padding:180px 0px}.m-top-180{margin-top:180px}.m-bottom-180{margin-bottom:180px}.m-right-180{margin-right:180px}.m-left-180{margin-left:180px}.p-180{padding:180px}.p-top-180{padding-top:180px}.p-bottom-180{padding-bottom:180px}.p-right-180{padding-right:180px}.p-left-180{padding-left:180px}.rounded-180{border-radius:180px}.f-37{font-size:37px}.m-185{margin:185px}.p-185{padding:185px}.space-hor-185{margin:0px 185px}.space-ver-185{margin:185px 0px}.content-hor-185{padding:0px 185px}.content-ver-185{padding:185px 0px}.m-top-185{margin-top:185px}.m-bottom-185{margin-bottom:185px}.m-right-185{margin-right:185px}.m-left-185{margin-left:185px}.p-185{padding:185px}.p-top-185{padding-top:185px}.p-bottom-185{padding-bottom:185px}.p-right-185{padding-right:185px}.p-left-185{padding-left:185px}.rounded-185{border-radius:185px}.f-38{font-size:38px}.m-190{margin:190px}.p-190{padding:190px}.space-hor-190{margin:0px 190px}.space-ver-190{margin:190px 0px}.content-hor-190{padding:0px 190px}.content-ver-190{padding:190px 0px}.m-top-190{margin-top:190px}.m-bottom-190{margin-bottom:190px}.m-right-190{margin-right:190px}.m-left-190{margin-left:190px}.p-190{padding:190px}.p-top-190{padding-top:190px}.p-bottom-190{padding-bottom:190px}.p-right-190{padding-right:190px}.p-left-190{padding-left:190px}.rounded-190{border-radius:190px}.f-39{font-size:39px}.m-195{margin:195px}.p-195{padding:195px}.space-hor-195{margin:0px 195px}.space-ver-195{margin:195px 0px}.content-hor-195{padding:0px 195px}.content-ver-195{padding:195px 0px}.m-top-195{margin-top:195px}.m-bottom-195{margin-bottom:195px}.m-right-195{margin-right:195px}.m-left-195{margin-left:195px}.p-195{padding:195px}.p-top-195{padding-top:195px}.p-bottom-195{padding-bottom:195px}.p-right-195{padding-right:195px}.p-left-195{padding-left:195px}.rounded-195{border-radius:195px}.f-40{font-size:40px}.m-200{margin:200px}.p-200{padding:200px}.space-hor-200{margin:0px 200px}.space-ver-200{margin:200px 0px}.content-hor-200{padding:0px 200px}.content-ver-200{padding:200px 0px}.m-top-200{margin-top:200px}.m-bottom-200{margin-bottom:200px}.m-right-200{margin-right:200px}.m-left-200{margin-left:200px}.p-200{padding:200px}.p-top-200{padding-top:200px}.p-bottom-200{padding-bottom:200px}.p-right-200{padding-right:200px}.p-left-200{padding-left:200px}.rounded-200{border-radius:200px}@media (max-width: 992px){.md-m-bottom-0{margin-bottom:0px}.md-p-w-0{padding:0px 0px}.md-m-bottom-5{margin-bottom:5px}.md-p-w-5{padding:0px 5px}.md-m-bottom-10{margin-bottom:10px}.md-p-w-10{padding:0px 10px}.md-m-bottom-15{margin-bottom:15px}.md-p-w-15{padding:0px 15px}.md-m-bottom-20{margin-bottom:20px}.md-p-w-20{padding:0px 20px}.md-m-bottom-25{margin-bottom:25px}.md-p-w-25{padding:0px 25px}.md-m-bottom-30{margin-bottom:30px}.md-p-w-30{padding:0px 30px}.md-m-bottom-35{margin-bottom:35px}.md-p-w-35{padding:0px 35px}.md-m-bottom-40{margin-bottom:40px}.md-p-w-40{padding:0px 40px}.md-m-bottom-45{margin-bottom:45px}.md-p-w-45{padding:0px 45px}.md-m-bottom-50{margin-bottom:50px}.md-p-w-50{padding:0px 50px}.md-m-bottom-55{margin-bottom:55px}.md-p-w-55{padding:0px 55px}.md-m-bottom-60{margin-bottom:60px}.md-p-w-60{padding:0px 60px}.md-m-bottom-65{margin-bottom:65px}.md-p-w-65{padding:0px 65px}.md-m-bottom-70{margin-bottom:70px}.md-p-w-70{padding:0px 70px}.md-m-bottom-75{margin-bottom:75px}.md-p-w-75{padding:0px 75px}.md-m-bottom-80{margin-bottom:80px}.md-p-w-80{padding:0px 80px}.md-m-bottom-85{margin-bottom:85px}.md-p-w-85{padding:0px 85px}.md-m-bottom-90{margin-bottom:90px}.md-p-w-90{padding:0px 90px}.md-m-bottom-95{margin-bottom:95px}.md-p-w-95{padding:0px 95px}.md-m-bottom-100{margin-bottom:100px}.md-p-w-100{padding:0px 100px}.md-no-margin{margin:0 !important}.md-no-padding{padding:0 !important}}@media (max-width: 868px){.sm-m-bottom-0{margin-bottom:0px}.sm-m-top-0{margin-top:0px}.sm-m-bottom-5{margin-bottom:5px}.sm-m-top-5{margin-top:5px}.sm-m-bottom-10{margin-bottom:10px}.sm-m-top-10{margin-top:10px}.sm-m-bottom-15{margin-bottom:15px}.sm-m-top-15{margin-top:15px}.sm-m-bottom-20{margin-bottom:20px}.sm-m-top-20{margin-top:20px}.sm-m-bottom-25{margin-bottom:25px}.sm-m-top-25{margin-top:25px}.sm-m-bottom-30{margin-bottom:30px}.sm-m-top-30{margin-top:30px}.sm-m-bottom-35{margin-bottom:35px}.sm-m-top-35{margin-top:35px}.sm-m-bottom-40{margin-bottom:40px}.sm-m-top-40{margin-top:40px}.sm-m-bottom-45{margin-bottom:45px}.sm-m-top-45{margin-top:45px}.sm-m-bottom-50{margin-bottom:50px}.sm-m-top-50{margin-top:50px}.sm-m-bottom-55{margin-bottom:55px}.sm-m-top-55{margin-top:55px}.sm-m-bottom-60{margin-bottom:60px}.sm-m-top-60{margin-top:60px}.sm-m-bottom-65{margin-bottom:65px}.sm-m-top-65{margin-top:65px}.sm-m-bottom-70{margin-bottom:70px}.sm-m-top-70{margin-top:70px}.sm-m-bottom-75{margin-bottom:75px}.sm-m-top-75{margin-top:75px}.sm-m-bottom-80{margin-bottom:80px}.sm-m-top-80{margin-top:80px}.sm-m-bottom-85{margin-bottom:85px}.sm-m-top-85{margin-top:85px}.sm-m-bottom-90{margin-bottom:90px}.sm-m-top-90{margin-top:90px}.sm-m-bottom-95{margin-bottom:95px}.sm-m-top-95{margin-top:95px}.sm-m-bottom-100{margin-bottom:100px}.sm-m-top-100{margin-top:100px}}@media (max-width: 500px){.xs-m-bottom-0{margin-bottom:0px}.xs-m-top-0{margin-top:0px}.xs-p-0{padding:0px}.xs-f-0{font-size:0px}.xs-m-bottom-5{margin-bottom:5px}.xs-m-top-5{margin-top:5px}.xs-p-5{padding:5px}.xs-f-1{font-size:1px}.xs-m-bottom-10{margin-bottom:10px}.xs-m-top-10{margin-top:10px}.xs-p-10{padding:10px}.xs-f-2{font-size:2px}.xs-m-bottom-15{margin-bottom:15px}.xs-m-top-15{margin-top:15px}.xs-p-15{padding:15px}.xs-f-3{font-size:3px}.xs-m-bottom-20{margin-bottom:20px}.xs-m-top-20{margin-top:20px}.xs-p-20{padding:20px}.xs-f-4{font-size:4px}.xs-m-bottom-25{margin-bottom:25px}.xs-m-top-25{margin-top:25px}.xs-p-25{padding:25px}.xs-f-5{font-size:5px}.xs-m-bottom-30{margin-bottom:30px}.xs-m-top-30{margin-top:30px}.xs-p-30{padding:30px}.xs-f-6{font-size:6px}.xs-m-bottom-35{margin-bottom:35px}.xs-m-top-35{margin-top:35px}.xs-p-35{padding:35px}.xs-f-7{font-size:7px}.xs-m-bottom-40{margin-bottom:40px}.xs-m-top-40{margin-top:40px}.xs-p-40{padding:40px}.xs-f-8{font-size:8px}.xs-m-bottom-45{margin-bottom:45px}.xs-m-top-45{margin-top:45px}.xs-p-45{padding:45px}.xs-f-9{font-size:9px}.xs-m-bottom-50{margin-bottom:50px}.xs-m-top-50{margin-top:50px}.xs-p-50{padding:50px}.xs-f-10{font-size:10px}.xs-m-bottom-55{margin-bottom:55px}.xs-m-top-55{margin-top:55px}.xs-p-55{padding:55px}.xs-f-11{font-size:11px}.xs-m-bottom-60{margin-bottom:60px}.xs-m-top-60{margin-top:60px}.xs-p-60{padding:60px}.xs-f-12{font-size:12px}.xs-m-bottom-65{margin-bottom:65px}.xs-m-top-65{margin-top:65px}.xs-p-65{padding:65px}.xs-f-13{font-size:13px}.xs-m-bottom-70{margin-bottom:70px}.xs-m-top-70{margin-top:70px}.xs-p-70{padding:70px}.xs-f-14{font-size:14px}.xs-m-bottom-75{margin-bottom:75px}.xs-m-top-75{margin-top:75px}.xs-p-75{padding:75px}.xs-f-15{font-size:15px}.xs-m-bottom-80{margin-bottom:80px}.xs-m-top-80{margin-top:80px}.xs-p-80{padding:80px}.xs-f-16{font-size:16px}.xs-m-bottom-85{margin-bottom:85px}.xs-m-top-85{margin-top:85px}.xs-p-85{padding:85px}.xs-f-17{font-size:17px}.xs-m-bottom-90{margin-bottom:90px}.xs-m-top-90{margin-top:90px}.xs-p-90{padding:90px}.xs-f-18{font-size:18px}.xs-m-bottom-95{margin-bottom:95px}.xs-m-top-95{margin-top:95px}.xs-p-95{padding:95px}.xs-f-19{font-size:19px}.xs-m-bottom-100{margin-bottom:100px}.xs-m-top-100{margin-top:100px}.xs-p-100{padding:100px}.xs-f-20{font-size:20px}.xs-no-margin{margin:0}.xs-no-padding{padding:0}}.field_with_errors{display:inline}.mobile_table{border:1px solid #ccc;border-collapse:collapse;margin:0;padding:0;width:100%;table-layout:fixed}.mobile_table caption{font-size:1.5em;margin:.5em 0 .75em}.mobile_table tr{background:#f8f8f8;border:1px solid #ddd;padding:.35em}.mobile_table th,.mobile_table td{padding:.625em;text-align:center}.mobile_table th{font-size:.85em;letter-spacing:.1em;text-transform:uppercase}@media screen and (max-width: 600px){.mobile_table{border:0;font-size:1.5em}.mobile_table caption{font-size:1.3em}.mobile_table thead{border:none;clip:rect(0 0 0 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.mobile_table tr{border-bottom:3px solid #ddd;display:block;margin-bottom:.625em}.mobile_table td{border-bottom:1px solid #ddd;display:block;font-size:.8em;text-align:right}.mobile_table td:before{content:attr(data-label);float:left;font-weight:bold;text-transform:uppercase}.mobile_table td:last-child{border-bottom:0}}.g-recaptcha{width:100%;border-radius:4px;border-right:1px solid #d8d8d8;overflow:hidden}


 
