.container {
  max-width: 74.75rem;
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
}
@media (max-width: 991px) {
  .container {
    max-width: 100%;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
}
.container .row {
  margin-right: -0.9375rem;
  margin-left: -0.9375rem;
}
@media (max-width: 991px) {
  .container .row {
    margin-right: -1.25rem;
    margin-left: -1.25rem;
  }
}
.container [class^="col-"],
.container [class*=" col-"] {
  padding-right: 0.9375rem;
  padding-left: 0.9375rem;
}
@media (max-width: 991px) {
  .container [class^="col-"],
  .container [class*=" col-"] {
    padding-right: 1.25rem;
    padding-left: 1.25rem;
  }
}
.container [class^="col-"].no-padding,
.container [class*=" col-"].no-padding {
  padding: 0;
}
@media (max-width: 991px) {
  .visible-desktop {
    display: none !important;
  }
}
@media (min-width: 992px) {
  .visible-mobi {
    display: none !important;
  }
}
img,
img.img-responsive {
  max-width: none;
  width: 100%;
}
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin: 0;
}
dl,
ol,
ul {
  margin-bottom: 0;
}
*:focus {
  outline: none;
}
[type=reset],
[type=submit],
button,
html [type=button] {
  -webkit-appearance: none;
}
.clearfix::before,
.clearfix::after {
  display: block;
  clear: both;
  content: "";
}
a:hover {
  text-decoration: none;
}
a:not([href]):not([tabindex]):focus,
a:not([href]):not([tabindex]):hover {
  color: #FFFFFF;
  text-decoration: none;
}
@media (max-width: 991px) {
  .desktop-item {
    display: none !important;
  }
}
.mobile-item {
  display: none !important;
}
@media (max-width: 991px) {
  .mobile-item {
    display: block !important;
  }
}
@font-face {
  font-family: 'SourceSansPro';
  src: url('../fonts/SourceSansPro/SourceSansPro.eot');
  src: url('../fonts/SourceSansPro/SourceSansPro.eot?#iefix') format('embedded-opentype'), url('../fonts/SourceSansPro/SourceSansPro.ttf') format('truetype'), url('../fonts/SourceSansPro/SourceSansPro.svg#roboto') format('svg');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'SourceSansPro';
  src: url('../fonts/SourceSansPro-Bold/SourceSansPro-Bold.eot');
  src: url('../fonts/SourceSansPro-Bold/SourceSansPro-Bold.eot?#iefix') format('embedded-opentype'), url('../fonts/SourceSansPro-Bold/SourceSansPro-Bold.ttf') format('truetype'), url('../fonts/SourceSansPro-Bold/SourceSansPro-Bold.svg#roboto') format('svg');
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: 'SourceSansPro';
  src: url('../fonts/SourceSansPro-Light/SourceSansPro-Light.eot');
  src: url('../fonts/SourceSansPro-Light/SourceSansPro-Light.eot?#iefix') format('embedded-opentype'), url('../fonts/SourceSansPro-Light/SourceSansPro-Light.ttf') format('truetype'), url('../fonts/SourceSansPro-Light/SourceSansPro-Light.svg#roboto') format('svg');
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: 'SourceSansPro';
  src: url('../fonts/SourceSansPro-Semibold/SourceSansPro-Semibold.eot');
  src: url('../fonts/SourceSansPro-Semibold/SourceSansPro-Semibold.eot?#iefix') format('embedded-opentype'), url('../fonts/SourceSansPro-Semibold/SourceSansPro-Semibold.ttf') format('truetype'), url('../fonts/SourceSansPro-Semibold/SourceSansPro-Semibold.svg#roboto') format('svg');
  font-weight: 600;
  font-style: normal;
}
/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url('../fonts/font-awesome/fontawesome-webfont.eot?v=4.7.0');
  src: url('../fonts/font-awesome/fontawesome-webfont.eot?#iefix&v=4.7.0') format('embedded-opentype'), url('../fonts/font-awesome/fontawesome-webfont.ttf?v=4.7.0') format('truetype'), url('../fonts/font-awesome/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
.fa {
  display: inline-block;
  font-family: 'FontAwesome';
  font-size: 1rem;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.33333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}
.fa-2x {
  font-size: 2em;
}
.fa-3x {
  font-size: 3em;
}
.fa-4x {
  font-size: 4em;
}
.fa-5x {
  font-size: 5em;
}
.fa-fw {
  width: 1.28571429em;
  text-align: center;
}
.fa-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none;
}
.fa-ul > li {
  position: relative;
}
.fa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: 0.14285714em;
  text-align: center;
}
.fa-li.fa-lg {
  left: -1.85714286em;
}
.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eeeeee;
  border-radius: .1em;
}
.fa-pull-left {
  float: left;
}
.fa-pull-right {
  float: right;
}
.fa.fa-pull-left {
  margin-right: .3em;
}
.fa.fa-pull-right {
  margin-left: .3em;
}
/* Deprecated as of 4.4.0 */
.pull-right {
  float: right;
}
.pull-left {
  float: left;
}
.fa.pull-left {
  margin-right: .3em;
}
.fa.pull-right {
  margin-left: .3em;
}
.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}
.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
}
@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}
.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}
.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1);
}
:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  -webkit-filter: none;
          filter: none;
}
.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}
.fa-stack-1x,
.fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}
.fa-stack-1x {
  line-height: inherit;
}
.fa-stack-2x {
  font-size: 2em;
}
.fa-inverse {
  color: #ffffff;
}
/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: "\f000";
}
.fa-music:before {
  content: "\f001";
}
.fa-search:before {
  content: "\f002";
}
.fa-envelope-o:before {
  content: "\f003";
}
.fa-heart:before {
  content: "\f004";
}
.fa-star:before {
  content: "\f005";
}
.fa-star-o:before {
  content: "\f006";
}
.fa-user:before {
  content: "\f007";
}
.fa-film:before {
  content: "\f008";
}
.fa-th-large:before {
  content: "\f009";
}
.fa-th:before {
  content: "\f00a";
}
.fa-th-list:before {
  content: "\f00b";
}
.fa-check:before {
  content: "\f00c";
}
.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "\f00d";
}
.fa-search-plus:before {
  content: "\f00e";
}
.fa-search-minus:before {
  content: "\f010";
}
.fa-power-off:before {
  content: "\f011";
}
.fa-signal:before {
  content: "\f012";
}
.fa-gear:before,
.fa-cog:before {
  content: "\f013";
}
.fa-trash-o:before {
  content: "\f014";
}
.fa-home:before {
  content: "\f015";
}
.fa-file-o:before {
  content: "\f016";
}
.fa-clock-o:before {
  content: "\f017";
}
.fa-road:before {
  content: "\f018";
}
.fa-download:before {
  content: "\f019";
}
.fa-arrow-circle-o-down:before {
  content: "\f01a";
}
.fa-arrow-circle-o-up:before {
  content: "\f01b";
}
.fa-inbox:before {
  content: "\f01c";
}
.fa-play-circle-o:before {
  content: "\f01d";
}
.fa-rotate-right:before,
.fa-repeat:before {
  content: "\f01e";
}
.fa-refresh:before {
  content: "\f021";
}
.fa-list-alt:before {
  content: "\f022";
}
.fa-lock:before {
  content: "\f023";
}
.fa-flag:before {
  content: "\f024";
}
.fa-headphones:before {
  content: "\f025";
}
.fa-volume-off:before {
  content: "\f026";
}
.fa-volume-down:before {
  content: "\f027";
}
.fa-volume-up:before {
  content: "\f028";
}
.fa-qrcode:before {
  content: "\f029";
}
.fa-barcode:before {
  content: "\f02a";
}
.fa-tag:before {
  content: "\f02b";
}
.fa-tags:before {
  content: "\f02c";
}
.fa-book:before {
  content: "\f02d";
}
.fa-bookmark:before {
  content: "\f02e";
}
.fa-print:before {
  content: "\f02f";
}
.fa-camera:before {
  content: "\f030";
}
.fa-font:before {
  content: "\f031";
}
.fa-bold:before {
  content: "\f032";
}
.fa-italic:before {
  content: "\f033";
}
.fa-text-height:before {
  content: "\f034";
}
.fa-text-width:before {
  content: "\f035";
}
.fa-align-left:before {
  content: "\f036";
}
.fa-align-center:before {
  content: "\f037";
}
.fa-align-right:before {
  content: "\f038";
}
.fa-align-justify:before {
  content: "\f039";
}
.fa-list:before {
  content: "\f03a";
}
.fa-dedent:before,
.fa-outdent:before {
  content: "\f03b";
}
.fa-indent:before {
  content: "\f03c";
}
.fa-video-camera:before {
  content: "\f03d";
}
.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "\f03e";
}
.fa-pencil:before {
  content: "\f040";
}
.fa-map-marker:before {
  content: "\f041";
}
.fa-adjust:before {
  content: "\f042";
}
.fa-tint:before {
  content: "\f043";
}
.fa-edit:before,
.fa-pencil-square-o:before {
  content: "\f044";
}
.fa-share-square-o:before {
  content: "\f045";
}
.fa-check-square-o:before {
  content: "\f046";
}
.fa-arrows:before {
  content: "\f047";
}
.fa-step-backward:before {
  content: "\f048";
}
.fa-fast-backward:before {
  content: "\f049";
}
.fa-backward:before {
  content: "\f04a";
}
.fa-play:before {
  content: "\f04b";
}
.fa-pause:before {
  content: "\f04c";
}
.fa-stop:before {
  content: "\f04d";
}
.fa-forward:before {
  content: "\f04e";
}
.fa-fast-forward:before {
  content: "\f050";
}
.fa-step-forward:before {
  content: "\f051";
}
.fa-eject:before {
  content: "\f052";
}
.fa-chevron-left:before {
  content: "\f053";
}
.fa-chevron-right:before {
  content: "\f054";
}
.fa-plus-circle:before {
  content: "\f055";
}
.fa-minus-circle:before {
  content: "\f056";
}
.fa-times-circle:before {
  content: "\f057";
}
.fa-check-circle:before {
  content: "\f058";
}
.fa-question-circle:before {
  content: "\f059";
}
.fa-info-circle:before {
  content: "\f05a";
}
.fa-crosshairs:before {
  content: "\f05b";
}
.fa-times-circle-o:before {
  content: "\f05c";
}
.fa-check-circle-o:before {
  content: "\f05d";
}
.fa-ban:before {
  content: "\f05e";
}
.fa-arrow-left:before {
  content: "\f060";
}
.fa-arrow-right:before {
  content: "\f061";
}
.fa-arrow-up:before {
  content: "\f062";
}
.fa-arrow-down:before {
  content: "\f063";
}
.fa-mail-forward:before,
.fa-share:before {
  content: "\f064";
}
.fa-expand:before {
  content: "\f065";
}
.fa-compress:before {
  content: "\f066";
}
.fa-plus:before {
  content: "\f067";
}
.fa-minus:before {
  content: "\f068";
}
.fa-asterisk:before {
  content: "\f069";
}
.fa-exclamation-circle:before {
  content: "\f06a";
}
.fa-gift:before {
  content: "\f06b";
}
.fa-leaf:before {
  content: "\f06c";
}
.fa-fire:before {
  content: "\f06d";
}
.fa-eye:before {
  content: "\f06e";
}
.fa-eye-slash:before {
  content: "\f070";
}
.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "\f071";
}
.fa-plane:before {
  content: "\f072";
}
.fa-calendar:before {
  content: "\f073";
}
.fa-random:before {
  content: "\f074";
}
.fa-comment:before {
  content: "\f075";
}
.fa-magnet:before {
  content: "\f076";
}
.fa-chevron-up:before {
  content: "\f077";
}
.fa-chevron-down:before {
  content: "\f078";
}
.fa-retweet:before {
  content: "\f079";
}
.fa-shopping-cart:before {
  content: "\f07a";
}
.fa-folder:before {
  content: "\f07b";
}
.fa-folder-open:before {
  content: "\f07c";
}
.fa-arrows-v:before {
  content: "\f07d";
}
.fa-arrows-h:before {
  content: "\f07e";
}
.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "\f080";
}
.fa-twitter-square:before {
  content: "\f081";
}
.fa-facebook-square:before {
  content: "\f082";
}
.fa-camera-retro:before {
  content: "\f083";
}
.fa-key:before {
  content: "\f084";
}
.fa-gears:before,
.fa-cogs:before {
  content: "\f085";
}
.fa-comments:before {
  content: "\f086";
}
.fa-thumbs-o-up:before {
  content: "\f087";
}
.fa-thumbs-o-down:before {
  content: "\f088";
}
.fa-star-half:before {
  content: "\f089";
}
.fa-heart-o:before {
  content: "\f08a";
}
.fa-sign-out:before {
  content: "\f08b";
}
.fa-linkedin-square:before {
  content: "\f08c";
}
.fa-thumb-tack:before {
  content: "\f08d";
}
.fa-external-link:before {
  content: "\f08e";
}
.fa-sign-in:before {
  content: "\f090";
}
.fa-trophy:before {
  content: "\f091";
}
.fa-github-square:before {
  content: "\f092";
}
.fa-upload:before {
  content: "\f093";
}
.fa-lemon-o:before {
  content: "\f094";
}
.fa-phone:before {
  content: "\f095";
}
.fa-square-o:before {
  content: "\f096";
}
.fa-bookmark-o:before {
  content: "\f097";
}
.fa-phone-square:before {
  content: "\f098";
}
.fa-twitter:before {
  content: "\f099";
}
.fa-facebook-f:before,
.fa-facebook:before {
  content: "\f09a";
}
.fa-github:before {
  content: "\f09b";
}
.fa-unlock:before {
  content: "\f09c";
}
.fa-credit-card:before {
  content: "\f09d";
}
.fa-feed:before,
.fa-rss:before {
  content: "\f09e";
}
.fa-hdd-o:before {
  content: "\f0a0";
}
.fa-bullhorn:before {
  content: "\f0a1";
}
.fa-bell:before {
  content: "\f0f3";
}
.fa-certificate:before {
  content: "\f0a3";
}
.fa-hand-o-right:before {
  content: "\f0a4";
}
.fa-hand-o-left:before {
  content: "\f0a5";
}
.fa-hand-o-up:before {
  content: "\f0a6";
}
.fa-hand-o-down:before {
  content: "\f0a7";
}
.fa-arrow-circle-left:before {
  content: "\f0a8";
}
.fa-arrow-circle-right:before {
  content: "\f0a9";
}
.fa-arrow-circle-up:before {
  content: "\f0aa";
}
.fa-arrow-circle-down:before {
  content: "\f0ab";
}
.fa-globe:before {
  content: "\f0ac";
}
.fa-wrench:before {
  content: "\f0ad";
}
.fa-tasks:before {
  content: "\f0ae";
}
.fa-filter:before {
  content: "\f0b0";
}
.fa-briefcase:before {
  content: "\f0b1";
}
.fa-arrows-alt:before {
  content: "\f0b2";
}
.fa-group:before,
.fa-users:before {
  content: "\f0c0";
}
.fa-chain:before,
.fa-link:before {
  content: "\f0c1";
}
.fa-cloud:before {
  content: "\f0c2";
}
.fa-flask:before {
  content: "\f0c3";
}
.fa-cut:before,
.fa-scissors:before {
  content: "\f0c4";
}
.fa-copy:before,
.fa-files-o:before {
  content: "\f0c5";
}
.fa-paperclip:before {
  content: "\f0c6";
}
.fa-save:before,
.fa-floppy-o:before {
  content: "\f0c7";
}
.fa-square:before {
  content: "\f0c8";
}
.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "\f0c9";
}
.fa-list-ul:before {
  content: "\f0ca";
}
.fa-list-ol:before {
  content: "\f0cb";
}
.fa-strikethrough:before {
  content: "\f0cc";
}
.fa-underline:before {
  content: "\f0cd";
}
.fa-table:before {
  content: "\f0ce";
}
.fa-magic:before {
  content: "\f0d0";
}
.fa-truck:before {
  content: "\f0d1";
}
.fa-pinterest:before {
  content: "\f0d2";
}
.fa-pinterest-square:before {
  content: "\f0d3";
}
.fa-google-plus-square:before {
  content: "\f0d4";
}
.fa-google-plus:before {
  content: "\f0d5";
}
.fa-money:before {
  content: "\f0d6";
}
.fa-caret-down:before {
  content: "\f0d7";
}
.fa-caret-up:before {
  content: "\f0d8";
}
.fa-caret-left:before {
  content: "\f0d9";
}
.fa-caret-right:before {
  content: "\f0da";
}
.fa-columns:before {
  content: "\f0db";
}
.fa-unsorted:before,
.fa-sort:before {
  content: "\f0dc";
}
.fa-sort-down:before,
.fa-sort-desc:before {
  content: "\f0dd";
}
.fa-sort-up:before,
.fa-sort-asc:before {
  content: "\f0de";
}
.fa-envelope:before {
  content: "\f0e0";
}
.fa-linkedin:before {
  content: "\f0e1";
}
.fa-rotate-left:before,
.fa-undo:before {
  content: "\f0e2";
}
.fa-legal:before,
.fa-gavel:before {
  content: "\f0e3";
}
.fa-dashboard:before,
.fa-tachometer:before {
  content: "\f0e4";
}
.fa-comment-o:before {
  content: "\f0e5";
}
.fa-comments-o:before {
  content: "\f0e6";
}
.fa-flash:before,
.fa-bolt:before {
  content: "\f0e7";
}
.fa-sitemap:before {
  content: "\f0e8";
}
.fa-umbrella:before {
  content: "\f0e9";
}
.fa-paste:before,
.fa-clipboard:before {
  content: "\f0ea";
}
.fa-lightbulb-o:before {
  content: "\f0eb";
}
.fa-exchange:before {
  content: "\f0ec";
}
.fa-cloud-download:before {
  content: "\f0ed";
}
.fa-cloud-upload:before {
  content: "\f0ee";
}
.fa-user-md:before {
  content: "\f0f0";
}
.fa-stethoscope:before {
  content: "\f0f1";
}
.fa-suitcase:before {
  content: "\f0f2";
}
.fa-bell-o:before {
  content: "\f0a2";
}
.fa-coffee:before {
  content: "\f0f4";
}
.fa-cutlery:before {
  content: "\f0f5";
}
.fa-file-text-o:before {
  content: "\f0f6";
}
.fa-building-o:before {
  content: "\f0f7";
}
.fa-hospital-o:before {
  content: "\f0f8";
}
.fa-ambulance:before {
  content: "\f0f9";
}
.fa-medkit:before {
  content: "\f0fa";
}
.fa-fighter-jet:before {
  content: "\f0fb";
}
.fa-beer:before {
  content: "\f0fc";
}
.fa-h-square:before {
  content: "\f0fd";
}
.fa-plus-square:before {
  content: "\f0fe";
}
.fa-angle-double-left:before {
  content: "\f100";
}
.fa-angle-double-right:before {
  content: "\f101";
}
.fa-angle-double-up:before {
  content: "\f102";
}
.fa-angle-double-down:before {
  content: "\f103";
}
.fa-angle-left:before {
  content: "\f104";
}
.fa-angle-right:before {
  content: "\f105";
}
.fa-angle-up:before {
  content: "\f106";
}
.fa-angle-down:before {
  content: "\f107";
}
.fa-desktop:before {
  content: "\f108";
}
.fa-laptop:before {
  content: "\f109";
}
.fa-tablet:before {
  content: "\f10a";
}
.fa-mobile-phone:before,
.fa-mobile:before {
  content: "\f10b";
}
.fa-circle-o:before {
  content: "\f10c";
}
.fa-quote-left:before {
  content: "\f10d";
}
.fa-quote-right:before {
  content: "\f10e";
}
.fa-spinner:before {
  content: "\f110";
}
.fa-circle:before {
  content: "\f111";
}
.fa-mail-reply:before,
.fa-reply:before {
  content: "\f112";
}
.fa-github-alt:before {
  content: "\f113";
}
.fa-folder-o:before {
  content: "\f114";
}
.fa-folder-open-o:before {
  content: "\f115";
}
.fa-smile-o:before {
  content: "\f118";
}
.fa-frown-o:before {
  content: "\f119";
}
.fa-meh-o:before {
  content: "\f11a";
}
.fa-gamepad:before {
  content: "\f11b";
}
.fa-keyboard-o:before {
  content: "\f11c";
}
.fa-flag-o:before {
  content: "\f11d";
}
.fa-flag-checkered:before {
  content: "\f11e";
}
.fa-terminal:before {
  content: "\f120";
}
.fa-code:before {
  content: "\f121";
}
.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "\f122";
}
.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "\f123";
}
.fa-location-arrow:before {
  content: "\f124";
}
.fa-crop:before {
  content: "\f125";
}
.fa-code-fork:before {
  content: "\f126";
}
.fa-unlink:before,
.fa-chain-broken:before {
  content: "\f127";
}
.fa-question:before {
  content: "\f128";
}
.fa-info:before {
  content: "\f129";
}
.fa-exclamation:before {
  content: "\f12a";
}
.fa-superscript:before {
  content: "\f12b";
}
.fa-subscript:before {
  content: "\f12c";
}
.fa-eraser:before {
  content: "\f12d";
}
.fa-puzzle-piece:before {
  content: "\f12e";
}
.fa-microphone:before {
  content: "\f130";
}
.fa-microphone-slash:before {
  content: "\f131";
}
.fa-shield:before {
  content: "\f132";
}
.fa-calendar-o:before {
  content: "\f133";
}
.fa-fire-extinguisher:before {
  content: "\f134";
}
.fa-rocket:before {
  content: "\f135";
}
.fa-maxcdn:before {
  content: "\f136";
}
.fa-chevron-circle-left:before {
  content: "\f137";
}
.fa-chevron-circle-right:before {
  content: "\f138";
}
.fa-chevron-circle-up:before {
  content: "\f139";
}
.fa-chevron-circle-down:before {
  content: "\f13a";
}
.fa-html5:before {
  content: "\f13b";
}
.fa-css3:before {
  content: "\f13c";
}
.fa-anchor:before {
  content: "\f13d";
}
.fa-unlock-alt:before {
  content: "\f13e";
}
.fa-bullseye:before {
  content: "\f140";
}
.fa-ellipsis-h:before {
  content: "\f141";
}
.fa-ellipsis-v:before {
  content: "\f142";
}
.fa-rss-square:before {
  content: "\f143";
}
.fa-play-circle:before {
  content: "\f144";
}
.fa-ticket:before {
  content: "\f145";
}
.fa-minus-square:before {
  content: "\f146";
}
.fa-minus-square-o:before {
  content: "\f147";
}
.fa-level-up:before {
  content: "\f148";
}
.fa-level-down:before {
  content: "\f149";
}
.fa-check-square:before {
  content: "\f14a";
}
.fa-pencil-square:before {
  content: "\f14b";
}
.fa-external-link-square:before {
  content: "\f14c";
}
.fa-share-square:before {
  content: "\f14d";
}
.fa-compass:before {
  content: "\f14e";
}
.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "\f150";
}
.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "\f151";
}
.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "\f152";
}
.fa-euro:before,
.fa-eur:before {
  content: "\f153";
}
.fa-gbp:before {
  content: "\f154";
}
.fa-dollar:before,
.fa-usd:before {
  content: "\f155";
}
.fa-rupee:before,
.fa-inr:before {
  content: "\f156";
}
.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "\f157";
}
.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "\f158";
}
.fa-won:before,
.fa-krw:before {
  content: "\f159";
}
.fa-bitcoin:before,
.fa-btc:before {
  content: "\f15a";
}
.fa-file:before {
  content: "\f15b";
}
.fa-file-text:before {
  content: "\f15c";
}
.fa-sort-alpha-asc:before {
  content: "\f15d";
}
.fa-sort-alpha-desc:before {
  content: "\f15e";
}
.fa-sort-amount-asc:before {
  content: "\f160";
}
.fa-sort-amount-desc:before {
  content: "\f161";
}
.fa-sort-numeric-asc:before {
  content: "\f162";
}
.fa-sort-numeric-desc:before {
  content: "\f163";
}
.fa-thumbs-up:before {
  content: "\f164";
}
.fa-thumbs-down:before {
  content: "\f165";
}
.fa-youtube-square:before {
  content: "\f166";
}
.fa-youtube:before {
  content: "\f167";
}
.fa-xing:before {
  content: "\f168";
}
.fa-xing-square:before {
  content: "\f169";
}
.fa-youtube-play:before {
  content: "\f16a";
}
.fa-dropbox:before {
  content: "\f16b";
}
.fa-stack-overflow:before {
  content: "\f16c";
}
.fa-instagram:before {
  content: "\f16d";
}
.fa-flickr:before {
  content: "\f16e";
}
.fa-adn:before {
  content: "\f170";
}
.fa-bitbucket:before {
  content: "\f171";
}
.fa-bitbucket-square:before {
  content: "\f172";
}
.fa-tumblr:before {
  content: "\f173";
}
.fa-tumblr-square:before {
  content: "\f174";
}
.fa-long-arrow-down:before {
  content: "\f175";
}
.fa-long-arrow-up:before {
  content: "\f176";
}
.fa-long-arrow-left:before {
  content: "\f177";
}
.fa-long-arrow-right:before {
  content: "\f178";
}
.fa-apple:before {
  content: "\f179";
}
.fa-windows:before {
  content: "\f17a";
}
.fa-android:before {
  content: "\f17b";
}
.fa-linux:before {
  content: "\f17c";
}
.fa-dribbble:before {
  content: "\f17d";
}
.fa-skype:before {
  content: "\f17e";
}
.fa-foursquare:before {
  content: "\f180";
}
.fa-trello:before {
  content: "\f181";
}
.fa-female:before {
  content: "\f182";
}
.fa-male:before {
  content: "\f183";
}
.fa-gittip:before,
.fa-gratipay:before {
  content: "\f184";
}
.fa-sun-o:before {
  content: "\f185";
}
.fa-moon-o:before {
  content: "\f186";
}
.fa-archive:before {
  content: "\f187";
}
.fa-bug:before {
  content: "\f188";
}
.fa-vk:before {
  content: "\f189";
}
.fa-weibo:before {
  content: "\f18a";
}
.fa-renren:before {
  content: "\f18b";
}
.fa-pagelines:before {
  content: "\f18c";
}
.fa-stack-exchange:before {
  content: "\f18d";
}
.fa-arrow-circle-o-right:before {
  content: "\f18e";
}
.fa-arrow-circle-o-left:before {
  content: "\f190";
}
.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "\f191";
}
.fa-dot-circle-o:before {
  content: "\f192";
}
.fa-wheelchair:before {
  content: "\f193";
}
.fa-vimeo-square:before {
  content: "\f194";
}
.fa-turkish-lira:before,
.fa-try:before {
  content: "\f195";
}
.fa-plus-square-o:before {
  content: "\f196";
}
.fa-space-shuttle:before {
  content: "\f197";
}
.fa-slack:before {
  content: "\f198";
}
.fa-envelope-square:before {
  content: "\f199";
}
.fa-wordpress:before {
  content: "\f19a";
}
.fa-openid:before {
  content: "\f19b";
}
.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "\f19c";
}
.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "\f19d";
}
.fa-yahoo:before {
  content: "\f19e";
}
.fa-google:before {
  content: "\f1a0";
}
.fa-reddit:before {
  content: "\f1a1";
}
.fa-reddit-square:before {
  content: "\f1a2";
}
.fa-stumbleupon-circle:before {
  content: "\f1a3";
}
.fa-stumbleupon:before {
  content: "\f1a4";
}
.fa-delicious:before {
  content: "\f1a5";
}
.fa-digg:before {
  content: "\f1a6";
}
.fa-pied-piper-pp:before {
  content: "\f1a7";
}
.fa-pied-piper-alt:before {
  content: "\f1a8";
}
.fa-drupal:before {
  content: "\f1a9";
}
.fa-joomla:before {
  content: "\f1aa";
}
.fa-language:before {
  content: "\f1ab";
}
.fa-fax:before {
  content: "\f1ac";
}
.fa-building:before {
  content: "\f1ad";
}
.fa-child:before {
  content: "\f1ae";
}
.fa-paw:before {
  content: "\f1b0";
}
.fa-spoon:before {
  content: "\f1b1";
}
.fa-cube:before {
  content: "\f1b2";
}
.fa-cubes:before {
  content: "\f1b3";
}
.fa-behance:before {
  content: "\f1b4";
}
.fa-behance-square:before {
  content: "\f1b5";
}
.fa-steam:before {
  content: "\f1b6";
}
.fa-steam-square:before {
  content: "\f1b7";
}
.fa-recycle:before {
  content: "\f1b8";
}
.fa-automobile:before,
.fa-car:before {
  content: "\f1b9";
}
.fa-cab:before,
.fa-taxi:before {
  content: "\f1ba";
}
.fa-tree:before {
  content: "\f1bb";
}
.fa-spotify:before {
  content: "\f1bc";
}
.fa-deviantart:before {
  content: "\f1bd";
}
.fa-soundcloud:before {
  content: "\f1be";
}
.fa-database:before {
  content: "\f1c0";
}
.fa-file-pdf-o:before {
  content: "\f1c1";
}
.fa-file-word-o:before {
  content: "\f1c2";
}
.fa-file-excel-o:before {
  content: "\f1c3";
}
.fa-file-powerpoint-o:before {
  content: "\f1c4";
}
.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "\f1c5";
}
.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "\f1c6";
}
.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "\f1c7";
}
.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "\f1c8";
}
.fa-file-code-o:before {
  content: "\f1c9";
}
.fa-vine:before {
  content: "\f1ca";
}
.fa-codepen:before {
  content: "\f1cb";
}
.fa-jsfiddle:before {
  content: "\f1cc";
}
.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "\f1cd";
}
.fa-circle-o-notch:before {
  content: "\f1ce";
}
.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
  content: "\f1d0";
}
.fa-ge:before,
.fa-empire:before {
  content: "\f1d1";
}
.fa-git-square:before {
  content: "\f1d2";
}
.fa-git:before {
  content: "\f1d3";
}
.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: "\f1d4";
}
.fa-tencent-weibo:before {
  content: "\f1d5";
}
.fa-qq:before {
  content: "\f1d6";
}
.fa-wechat:before,
.fa-weixin:before {
  content: "\f1d7";
}
.fa-send:before,
.fa-paper-plane:before {
  content: "\f1d8";
}
.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "\f1d9";
}
.fa-history:before {
  content: "\f1da";
}
.fa-circle-thin:before {
  content: "\f1db";
}
.fa-header:before {
  content: "\f1dc";
}
.fa-paragraph:before {
  content: "\f1dd";
}
.fa-sliders:before {
  content: "\f1de";
}
.fa-share-alt:before {
  content: "\f1e0";
}
.fa-share-alt-square:before {
  content: "\f1e1";
}
.fa-bomb:before {
  content: "\f1e2";
}
.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "\f1e3";
}
.fa-tty:before {
  content: "\f1e4";
}
.fa-binoculars:before {
  content: "\f1e5";
}
.fa-plug:before {
  content: "\f1e6";
}
.fa-slideshare:before {
  content: "\f1e7";
}
.fa-twitch:before {
  content: "\f1e8";
}
.fa-yelp:before {
  content: "\f1e9";
}
.fa-newspaper-o:before {
  content: "\f1ea";
}
.fa-wifi:before {
  content: "\f1eb";
}
.fa-calculator:before {
  content: "\f1ec";
}
.fa-paypal:before {
  content: "\f1ed";
}
.fa-google-wallet:before {
  content: "\f1ee";
}
.fa-cc-visa:before {
  content: "\f1f0";
}
.fa-cc-mastercard:before {
  content: "\f1f1";
}
.fa-cc-discover:before {
  content: "\f1f2";
}
.fa-cc-amex:before {
  content: "\f1f3";
}
.fa-cc-paypal:before {
  content: "\f1f4";
}
.fa-cc-stripe:before {
  content: "\f1f5";
}
.fa-bell-slash:before {
  content: "\f1f6";
}
.fa-bell-slash-o:before {
  content: "\f1f7";
}
.fa-trash:before {
  content: "\f1f8";
}
.fa-copyright:before {
  content: "\f1f9";
}
.fa-at:before {
  content: "\f1fa";
}
.fa-eyedropper:before {
  content: "\f1fb";
}
.fa-paint-brush:before {
  content: "\f1fc";
}
.fa-birthday-cake:before {
  content: "\f1fd";
}
.fa-area-chart:before {
  content: "\f1fe";
}
.fa-pie-chart:before {
  content: "\f200";
}
.fa-line-chart:before {
  content: "\f201";
}
.fa-lastfm:before {
  content: "\f202";
}
.fa-lastfm-square:before {
  content: "\f203";
}
.fa-toggle-off:before {
  content: "\f204";
}
.fa-toggle-on:before {
  content: "\f205";
}
.fa-bicycle:before {
  content: "\f206";
}
.fa-bus:before {
  content: "\f207";
}
.fa-ioxhost:before {
  content: "\f208";
}
.fa-angellist:before {
  content: "\f209";
}
.fa-cc:before {
  content: "\f20a";
}
.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "\f20b";
}
.fa-meanpath:before {
  content: "\f20c";
}
.fa-buysellads:before {
  content: "\f20d";
}
.fa-connectdevelop:before {
  content: "\f20e";
}
.fa-dashcube:before {
  content: "\f210";
}
.fa-forumbee:before {
  content: "\f211";
}
.fa-leanpub:before {
  content: "\f212";
}
.fa-sellsy:before {
  content: "\f213";
}
.fa-shirtsinbulk:before {
  content: "\f214";
}
.fa-simplybuilt:before {
  content: "\f215";
}
.fa-skyatlas:before {
  content: "\f216";
}
.fa-cart-plus:before {
  content: "\f217";
}
.fa-cart-arrow-down:before {
  content: "\f218";
}
.fa-diamond:before {
  content: "\f219";
}
.fa-ship:before {
  content: "\f21a";
}
.fa-user-secret:before {
  content: "\f21b";
}
.fa-motorcycle:before {
  content: "\f21c";
}
.fa-street-view:before {
  content: "\f21d";
}
.fa-heartbeat:before {
  content: "\f21e";
}
.fa-venus:before {
  content: "\f221";
}
.fa-mars:before {
  content: "\f222";
}
.fa-mercury:before {
  content: "\f223";
}
.fa-intersex:before,
.fa-transgender:before {
  content: "\f224";
}
.fa-transgender-alt:before {
  content: "\f225";
}
.fa-venus-double:before {
  content: "\f226";
}
.fa-mars-double:before {
  content: "\f227";
}
.fa-venus-mars:before {
  content: "\f228";
}
.fa-mars-stroke:before {
  content: "\f229";
}
.fa-mars-stroke-v:before {
  content: "\f22a";
}
.fa-mars-stroke-h:before {
  content: "\f22b";
}
.fa-neuter:before {
  content: "\f22c";
}
.fa-genderless:before {
  content: "\f22d";
}
.fa-facebook-official:before {
  content: "\f230";
}
.fa-pinterest-p:before {
  content: "\f231";
}
.fa-whatsapp:before {
  content: "\f232";
}
.fa-server:before {
  content: "\f233";
}
.fa-user-plus:before {
  content: "\f234";
}
.fa-user-times:before {
  content: "\f235";
}
.fa-hotel:before,
.fa-bed:before {
  content: "\f236";
}
.fa-viacoin:before {
  content: "\f237";
}
.fa-train:before {
  content: "\f238";
}
.fa-subway:before {
  content: "\f239";
}
.fa-medium:before {
  content: "\f23a";
}
.fa-yc:before,
.fa-y-combinator:before {
  content: "\f23b";
}
.fa-optin-monster:before {
  content: "\f23c";
}
.fa-opencart:before {
  content: "\f23d";
}
.fa-expeditedssl:before {
  content: "\f23e";
}
.fa-battery-4:before,
.fa-battery:before,
.fa-battery-full:before {
  content: "\f240";
}
.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: "\f241";
}
.fa-battery-2:before,
.fa-battery-half:before {
  content: "\f242";
}
.fa-battery-1:before,
.fa-battery-quarter:before {
  content: "\f243";
}
.fa-battery-0:before,
.fa-battery-empty:before {
  content: "\f244";
}
.fa-mouse-pointer:before {
  content: "\f245";
}
.fa-i-cursor:before {
  content: "\f246";
}
.fa-object-group:before {
  content: "\f247";
}
.fa-object-ungroup:before {
  content: "\f248";
}
.fa-sticky-note:before {
  content: "\f249";
}
.fa-sticky-note-o:before {
  content: "\f24a";
}
.fa-cc-jcb:before {
  content: "\f24b";
}
.fa-cc-diners-club:before {
  content: "\f24c";
}
.fa-clone:before {
  content: "\f24d";
}
.fa-balance-scale:before {
  content: "\f24e";
}
.fa-hourglass-o:before {
  content: "\f250";
}
.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: "\f251";
}
.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: "\f252";
}
.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: "\f253";
}
.fa-hourglass:before {
  content: "\f254";
}
.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: "\f255";
}
.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: "\f256";
}
.fa-hand-scissors-o:before {
  content: "\f257";
}
.fa-hand-lizard-o:before {
  content: "\f258";
}
.fa-hand-spock-o:before {
  content: "\f259";
}
.fa-hand-pointer-o:before {
  content: "\f25a";
}
.fa-hand-peace-o:before {
  content: "\f25b";
}
.fa-trademark:before {
  content: "\f25c";
}
.fa-registered:before {
  content: "\f25d";
}
.fa-creative-commons:before {
  content: "\f25e";
}
.fa-gg:before {
  content: "\f260";
}
.fa-gg-circle:before {
  content: "\f261";
}
.fa-tripadvisor:before {
  content: "\f262";
}
.fa-odnoklassniki:before {
  content: "\f263";
}
.fa-odnoklassniki-square:before {
  content: "\f264";
}
.fa-get-pocket:before {
  content: "\f265";
}
.fa-wikipedia-w:before {
  content: "\f266";
}
.fa-safari:before {
  content: "\f267";
}
.fa-chrome:before {
  content: "\f268";
}
.fa-firefox:before {
  content: "\f269";
}
.fa-opera:before {
  content: "\f26a";
}
.fa-internet-explorer:before {
  content: "\f26b";
}
.fa-tv:before,
.fa-television:before {
  content: "\f26c";
}
.fa-contao:before {
  content: "\f26d";
}
.fa-500px:before {
  content: "\f26e";
}
.fa-amazon:before {
  content: "\f270";
}
.fa-calendar-plus-o:before {
  content: "\f271";
}
.fa-calendar-minus-o:before {
  content: "\f272";
}
.fa-calendar-times-o:before {
  content: "\f273";
}
.fa-calendar-check-o:before {
  content: "\f274";
}
.fa-industry:before {
  content: "\f275";
}
.fa-map-pin:before {
  content: "\f276";
}
.fa-map-signs:before {
  content: "\f277";
}
.fa-map-o:before {
  content: "\f278";
}
.fa-map:before {
  content: "\f279";
}
.fa-commenting:before {
  content: "\f27a";
}
.fa-commenting-o:before {
  content: "\f27b";
}
.fa-houzz:before {
  content: "\f27c";
}
.fa-vimeo:before {
  content: "\f27d";
}
.fa-black-tie:before {
  content: "\f27e";
}
.fa-fonticons:before {
  content: "\f280";
}
.fa-reddit-alien:before {
  content: "\f281";
}
.fa-edge:before {
  content: "\f282";
}
.fa-credit-card-alt:before {
  content: "\f283";
}
.fa-codiepie:before {
  content: "\f284";
}
.fa-modx:before {
  content: "\f285";
}
.fa-fort-awesome:before {
  content: "\f286";
}
.fa-usb:before {
  content: "\f287";
}
.fa-product-hunt:before {
  content: "\f288";
}
.fa-mixcloud:before {
  content: "\f289";
}
.fa-scribd:before {
  content: "\f28a";
}
.fa-pause-circle:before {
  content: "\f28b";
}
.fa-pause-circle-o:before {
  content: "\f28c";
}
.fa-stop-circle:before {
  content: "\f28d";
}
.fa-stop-circle-o:before {
  content: "\f28e";
}
.fa-shopping-bag:before {
  content: "\f290";
}
.fa-shopping-basket:before {
  content: "\f291";
}
.fa-hashtag:before {
  content: "\f292";
}
.fa-bluetooth:before {
  content: "\f293";
}
.fa-bluetooth-b:before {
  content: "\f294";
}
.fa-percent:before {
  content: "\f295";
}
.fa-gitlab:before {
  content: "\f296";
}
.fa-wpbeginner:before {
  content: "\f297";
}
.fa-wpforms:before {
  content: "\f298";
}
.fa-envira:before {
  content: "\f299";
}
.fa-universal-access:before {
  content: "\f29a";
}
.fa-wheelchair-alt:before {
  content: "\f29b";
}
.fa-question-circle-o:before {
  content: "\f29c";
}
.fa-blind:before {
  content: "\f29d";
}
.fa-audio-description:before {
  content: "\f29e";
}
.fa-volume-control-phone:before {
  content: "\f2a0";
}
.fa-braille:before {
  content: "\f2a1";
}
.fa-assistive-listening-systems:before {
  content: "\f2a2";
}
.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
  content: "\f2a3";
}
.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
  content: "\f2a4";
}
.fa-glide:before {
  content: "\f2a5";
}
.fa-glide-g:before {
  content: "\f2a6";
}
.fa-signing:before,
.fa-sign-language:before {
  content: "\f2a7";
}
.fa-low-vision:before {
  content: "\f2a8";
}
.fa-viadeo:before {
  content: "\f2a9";
}
.fa-viadeo-square:before {
  content: "\f2aa";
}
.fa-snapchat:before {
  content: "\f2ab";
}
.fa-snapchat-ghost:before {
  content: "\f2ac";
}
.fa-snapchat-square:before {
  content: "\f2ad";
}
.fa-pied-piper:before {
  content: "\f2ae";
}
.fa-first-order:before {
  content: "\f2b0";
}
.fa-yoast:before {
  content: "\f2b1";
}
.fa-themeisle:before {
  content: "\f2b2";
}
.fa-google-plus-circle:before,
.fa-google-plus-official:before {
  content: "\f2b3";
}
.fa-fa:before,
.fa-font-awesome:before {
  content: "\f2b4";
}
.fa-handshake-o:before {
  content: "\f2b5";
}
.fa-envelope-open:before {
  content: "\f2b6";
}
.fa-envelope-open-o:before {
  content: "\f2b7";
}
.fa-linode:before {
  content: "\f2b8";
}
.fa-address-book:before {
  content: "\f2b9";
}
.fa-address-book-o:before {
  content: "\f2ba";
}
.fa-vcard:before,
.fa-address-card:before {
  content: "\f2bb";
}
.fa-vcard-o:before,
.fa-address-card-o:before {
  content: "\f2bc";
}
.fa-user-circle:before {
  content: "\f2bd";
}
.fa-user-circle-o:before {
  content: "\f2be";
}
.fa-user-o:before {
  content: "\f2c0";
}
.fa-id-badge:before {
  content: "\f2c1";
}
.fa-drivers-license:before,
.fa-id-card:before {
  content: "\f2c2";
}
.fa-drivers-license-o:before,
.fa-id-card-o:before {
  content: "\f2c3";
}
.fa-quora:before {
  content: "\f2c4";
}
.fa-free-code-camp:before {
  content: "\f2c5";
}
.fa-telegram:before {
  content: "\f2c6";
}
.fa-thermometer-4:before,
.fa-thermometer:before,
.fa-thermometer-full:before {
  content: "\f2c7";
}
.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
  content: "\f2c8";
}
.fa-thermometer-2:before,
.fa-thermometer-half:before {
  content: "\f2c9";
}
.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
  content: "\f2ca";
}
.fa-thermometer-0:before,
.fa-thermometer-empty:before {
  content: "\f2cb";
}
.fa-shower:before {
  content: "\f2cc";
}
.fa-bathtub:before,
.fa-s15:before,
.fa-bath:before {
  content: "\f2cd";
}
.fa-podcast:before {
  content: "\f2ce";
}
.fa-window-maximize:before {
  content: "\f2d0";
}
.fa-window-minimize:before {
  content: "\f2d1";
}
.fa-window-restore:before {
  content: "\f2d2";
}
.fa-times-rectangle:before,
.fa-window-close:before {
  content: "\f2d3";
}
.fa-times-rectangle-o:before,
.fa-window-close-o:before {
  content: "\f2d4";
}
.fa-bandcamp:before {
  content: "\f2d5";
}
.fa-grav:before {
  content: "\f2d6";
}
.fa-etsy:before {
  content: "\f2d7";
}
.fa-imdb:before {
  content: "\f2d8";
}
.fa-ravelry:before {
  content: "\f2d9";
}
.fa-eercast:before {
  content: "\f2da";
}
.fa-microchip:before {
  content: "\f2db";
}
.fa-snowflake-o:before {
  content: "\f2dc";
}
.fa-superpowers:before {
  content: "\f2dd";
}
.fa-wpexplorer:before {
  content: "\f2de";
}
.fa-meetup:before {
  content: "\f2e0";
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}
html {
  height: 100%;
  width: 100%;
  font-size: 1.17130307vw;
}
@media (max-width: 991px) {
  html {
    font-size: 1.61453078vw;
  }
}
@media (max-width: 575px) {
  html {
    font-size: 2.7826087vw;
  }
}
@media (min-width: 1366px) {
  html {
    font-size: 16px;
  }
}
.font-size-40 {
  font-size: 2.5rem;
}
.max-width-370 {
  max-width: 23.125rem !important;
}
.max-width-415 {
  max-width: 25.9375rem !important;
}
.max-width-500 {
  max-width: 31.25rem !important;
}
.max-width-750 {
  max-width: 46.875rem !important;
}
.max-width-950 {
  max-width: 59.375rem !important;
}
.w-100px {
  min-width: 6.25rem;
}
.w-120 {
  min-width: 7.5rem;
}
.w-130 {
  min-width: 8.125rem;
}
.w-150 {
  min-width: 9.375rem;
}
.w-160 {
  min-width: 10rem;
}
.w-170 {
  min-width: 10.625rem;
}
.w-180 {
  min-width: 10.625rem;
}
.w-200 {
  min-width: 12.5rem;
}
.w-225 {
  min-width: 14.0625rem;
}
.w-250 {
  min-width: 15.625rem;
}
.w-260 {
  min-width: 16.25rem;
}
.w-280 {
  min-width: 17.5rem;
}
.w-330 {
  min-width: 20.625rem;
}
.w-340 {
  min-width: 21.25rem;
}
.w-450 {
  min-width: 28.125rem;
}
.w-100-percent {
  width: 100%;
}
.ml-30 {
  margin-left: 1.875rem;
}
.ml-35 {
  margin-left: 2.1875rem;
}
.ml-50 {
  margin-left: 3.125rem;
}
.ml-80 {
  margin-left: 5rem;
}
.ml-56 {
  margin-left: 3.5rem;
}
.mt-10 {
  margin-top: 0.625rem;
}
.mt-15 {
  margin-top: 0.9375rem;
}
.mt-20 {
  margin-top: 1.25rem;
}
.mt-25 {
  margin-top: 1.5625rem;
}
.mt-30 {
  margin-top: 1.875rem;
}
.mt-35 {
  margin-top: 2.1875rem;
}
.mt-40 {
  margin-top: 2.5rem;
}
.mt-45 {
  margin-top: 3.125rem;
}
.mt-50 {
  margin-top: 3.125rem;
}
.mt-55 {
  margin-top: 3.125rem;
}
.mt-60 {
  margin-top: 3.75rem;
}
.mt-65 {
  margin-top: 4.0625rem;
}
.mt-70 {
  margin-top: 4.375rem;
}
.mt-75 {
  margin-top: 4.6875rem;
}
.mt-80 {
  margin-top: 5rem;
}
.mt-85 {
  margin-top: 5.3125rem;
}
.mt-90 {
  margin-top: 5.625rem;
}
.mt-100 {
  margin-top: 6.25rem;
}
.mt-110 {
  margin-top: 6.875rem !important;
}
.mt-120 {
  margin-top: 7.5rem;
}
.mt-130 {
  margin-top: 8.125rem;
}
.mt-140 {
  margin-top: 8.75rem;
}
.mt-150 {
  margin-top: 9.375rem;
}
.mt-180 {
  margin-top: 11.25rem;
}
.mt-190 {
  margin-top: 11.875rem;
}
.mt-200 {
  margin-top: 12.5rem;
}
.mt-270 {
  margin-top: 16.875rem;
}
.mt-360 {
  margin-top: 22.5rem;
}
.ml-10 {
  margin-left: 0.625rem;
}
.ml-20 {
  margin-left: 1.25rem;
}
.ml-110 {
  margin-left: 6.875rem;
}
.display-table > * {
  display: table-cell;
  vertical-align: middle;
}
a[href^=tel] {
  text-decoration: inherit;
  color: inherit;
}
body {
  font-family: 'SourceSansPro';
  color: #64696c;
  font-size: 1rem;
  line-height: 1.2;
  /* width */
  /* Track */
  /* Handle */
}
body ::-webkit-scrollbar {
  width: 0.3125rem;
  background-color: #DBDBDB;
  border-radius: 0.25rem;
  height: 0.25rem;
}
body ::-webkit-scrollbar-track {
  border-radius: 0.25rem;
}
body ::-webkit-scrollbar-thumb {
  background: #007096;
  border-radius: 0.25rem;
}
.lmp_products_loading {
  max-width: 31%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 31%;
          flex: 0 0 31%;
}
.lmp_load_more_button {
  margin-top: 3.125rem;
}
.lmp_load_more_button .lmp_button {
  font-size: 1.125rem;
  line-height: 1;
  font-weight: 600;
  -webkit-transition: 0.4s all ease;
          transition: 0.4s all ease;
  min-width: 9.375rem;
}
.lmp_load_more_button .lmp_button:hover {
  box-shadow: 0 0.1875rem 0.375rem rgba(0, 0, 0, 0.6);
}
.wpap-loadmore-wrapper .wpap-loadmore-button {
  font-size: 1.125rem;
  line-height: 1;
  color: #FFFFFF;
  padding: 0.5rem 1.25rem;
  font-weight: 600;
  -webkit-transition: 0.4s all ease;
          transition: 0.4s all ease;
  border-radius: 0;
  background-color: #1B365D;
  width: auto;
  height: auto;
  text-transform: uppercase;
  min-width: 11.25rem;
}
.wpap-loadmore-wrapper .wpap-loadmore-button:hover {
  box-shadow: 0 0.1875rem 0.375rem rgba(0, 0, 0, 0.6);
  background-color: #FFFFFF;
  color: #1B365D;
}
button:focus {
  outline: none;
}
.group-btn .btn {
  font-size: 1.125rem;
  line-height: 1;
  color: #FFFFFF;
  padding: 0.5rem 1.25rem;
  font-weight: 600;
  -webkit-transition: 0.4s all ease;
          transition: 0.4s all ease;
  border-radius: 0;
}
.group-btn .btn:hover {
  box-shadow: 0 0.1875rem 0.375rem rgba(0, 0, 0, 0.6);
}
.group-btn .btn-dark-blue {
  background-color: #1B365D;
}
.group-btn .btn-dark-blue:hover {
  background-color: #FFFFFF;
  color: #1B365D;
}
.group-btn .btn-blue {
  background-color: #007096;
}
.group-btn .btn-blue:hover {
  background-color: #FFFFFF;
  color: #007096;
}
.group-btn .btn-dark-grey {
  background-color: #dbdbdb;
  color: #1B365D;
}
.group-btn .btn-dark-grey:hover {
  background-color: #FFFFFF;
}
.group-btn .btn-grey {
  background-color: #F4F4F4;
  color: #1B365D;
}
.group-btn .btn-grey:hover {
  background-color: #FFFFFF;
}
.group-btn .btn-white-border-dark-blue {
  background-color: #FFFFFF;
  border: 0.0625rem solid #1B365D;
  color: #1B365D;
}
.group-btn .btn-white-border-dark-blue:hover {
  color: #FFFFFF;
  background-color: #1B365D;
}
.group-btn .btn-small {
  font-size: 0.875rem;
}
.group-btn .btn-lemon-yellow {
  background-color: #84754E;
}
.group-btn .btn-lemon-yellow:hover {
  color: #84754E;
  background-color: #FFFFFF;
}
.group-btn .btn-white {
  background-color: #FFFFFF;
  color: #1B365D;
}
.group-btn .btn-white:hover {
  background-color: #1B365D;
  color: white;
}
a {
  color: inherit;
  text-decoration: inherit;
}
a:hover {
  color: inherit;
  text-decoration: inherit;
}
.title-section-smaller {
  font-size: 1.875rem;
  line-height: 1.4;
}
.title-section-smallest {
  font-size: 1.75rem;
  line-height: 1.28571429;
}
.title-section {
  font-size: 2.125rem;
  line-height: 1.23529412;
}
.title-product {
  font-size: 2.25rem;
  line-height: 1.27777778;
}
.title-section-bigger {
  font-size: 2.375rem;
  line-height: 1.23684211;
}
.title-section-biggest {
  font-size: 2.75rem;
  line-height: 1.25;
}
.sub-title {
  font-size: 1.25rem;
  line-height: 1.25;
}
.name-item-bigger {
  font-size: 1.625rem;
  line-height: 1.26923077;
}
.name-item {
  font-size: 1.375rem;
  line-height: 1.27272727;
}
.description-smallest {
  font-size: 0.75rem;
  line-height: 1.25;
}
.description-smaller {
  font-size: 0.875rem;
  line-height: 1.57142857;
}
.description-biggest {
  font-size: 1.1875rem;
  line-height: 1.15789474;
}
.description-bigger {
  font-size: 1.125rem;
  line-height: 1.27777778;
}
.bg-desktop-blue-blur {
  background-color: rgba(198, 218, 231, 0.2);
}
@media (max-width: 575px) {
  .bg-desktop-blue-blur {
    background-color: transparent;
  }
}
@media (max-width: 575px) {
  .bg-mobile-blue-blur {
    background-color: rgba(198, 218, 231, 0.2);
  }
}
.semi-bold {
  font-weight: 600;
}
.orange {
  color: #F36350;
}
.light-green {
  color: #93C019;
}
.light-grey {
  color: #84754E;
}
.lemon-yellow {
  color: #84754E;
}
.green {
  color: #086433;
}
.blue {
  color: #007096;
}
.dark-blue {
  color: #1B365D;
}
.black {
  color: black;
}
.white {
  color: #FFFFFF;
}
.dropdown {
  cursor: pointer;
}
.dropdown .dropdown-menu {
  padding: 0rem 0rem;
  box-shadow: 0 0.1875rem 0.375rem rgba(0, 0, 0, 0.1);
  border-radius: 0;
  margin-top: 0;
}
.dropdown .dropdown-item {
  padding: 0.75rem 0.75rem;
}
.dropdown .dropdown-item + .dropdown-item {
  border-top: 0.0625rem solid rgba(27, 54, 93, 0.1);
}
.dropdown .dropdown-item:focus,
.dropdown .dropdown-item:active,
.dropdown .dropdown-item:hover {
  background-color: #1B365D;
  color: #FFFFFF;
}
.dropdown .dropdown-toggle:after {
  display: none;
}
.owl-carousel .owl-dots .owl-dot span {
  margin: 0;
  width: 0.75rem;
  height: 0.75rem;
  background-color: transparent;
  border: 0.0625rem solid #1B365D;
}
.owl-carousel .owl-dots .owl-dot.active span,
.owl-carousel .owl-dots .owl-dot:hover span {
  background-color: #1B365D;
}
.owl-carousel .owl-dots .owl-dot:focus {
  outline: none;
}
.owl-carousel .owl-dots .owl-dot + .owl-dot {
  margin-left: 1.0625rem;
}
.owl-carousel .owl-nav {
  margin-top: 0;
}
.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next {
  position: absolute;
  top: 30%;
  left: 0;
}
.owl-carousel .owl-nav .owl-prev span,
.owl-carousel .owl-nav .owl-next span {
  font-size: 1.5625rem;
}
.owl-carousel .owl-nav .owl-prev:hover,
.owl-carousel .owl-nav .owl-next:hover,
.owl-carousel .owl-nav .owl-prev:focus,
.owl-carousel .owl-nav .owl-next:focus {
  background-color: transparent;
  outline: none;
  color: #1B365D;
}
.owl-carousel .owl-nav .owl-next {
  left: auto;
  right: 0;
}
.gallery {
  padding: 0rem 5rem;
  max-width: 36.5625rem;
  margin-left: auto;
  margin-right: auto;
}
.gallery.owl-carousel .owl-dots {
  margin-top: 3.125rem !important;
}
.description {
  line-height: 1.5;
}
.description h1,
.description h2,
.description h3,
.description h4,
.description h5,
.description h6 {
  font-weight: 600;
  color: #1B365D;
  margin: 1.25rem 0rem;
}
.description p + p {
  margin-top: 1.5625rem;
}
.description p + ul {
  margin-top: 0.9375rem;
}
.description a {
  color: #008C95;
  text-decoration: underline;
}
.description > .addtoany_share_save_container.addtoany_content.addtoany_content_top {
  display: none;
}
.group-info p + p {
  margin-top: 0.625rem;
}
.form-row {
  margin-right: -0.9375rem;
  margin-left: -0.9375rem;
}
@media (max-width: 991px) {
  .form-row {
    margin-right: -1.25rem;
    margin-left: -1.25rem;
  }
}
.form-block .form-row .form-group {
  margin-bottom: 0.625rem;
}
.form-block .form-row .form-group label {
  margin-bottom: 0.625rem;
}
.form-block .form-row .form-group .form-control {
  border: none;
  border-radius: 0;
}
.accordion-block .item {
  border-bottom: 0.0625rem solid #1B365D;
}
.accordion-block .item-title {
  padding: 0.9375rem 0rem;
  border-bottom: 0.0625rem solid #1B365D;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  cursor: pointer;
}
.accordion-block .item-title span {
  font-size: 1.25rem;
  margin-right: 1.25rem;
  -webkit-transition: 0.4s all ease;
          transition: 0.4s all ease;
}
.accordion-block .item-title.collapsed span {
  -webkit-transform: rotate(0.5turn);
      -ms-transform: rotate(0.5turn);
          transform: rotate(0.5turn);
}
.modal-block .modal-content {
  border: none;
  border-radius: 0;
  min-width: 36.25rem;
}
@media (max-width: 991px) {
  .modal-block .modal-content {
    min-width: auto;
  }
}
.modal-block .modal-body {
  padding: 1.875rem 3.125rem;
}
.modal-block .modal-body .form-block .form-control {
  border: 0.0625rem solid rgba(112, 112, 112, 0.1);
}
.technology-details-content .item {
  margin-top: 1.875rem;
}
.technology-details-content .item-image {
  padding: 1.875rem 0.625rem;
}
.technology-details-content.technology-details-content-no-image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.technology-details-content.technology-details-content-no-image .item {
  padding: 1.25rem 0rem;
  height: 100%;
}
.products .item {
  position: relative;
}
.products .item-more-info {
  text-transform: uppercase;
  position: absolute;
  top: 0.9375rem;
  left: -0.9375rem;
  padding: 0.4375rem 2.5rem;
  background-color: #007096;
}
.products .item-more-info.best-selling {
  background-color: #84754E;
}
.products .item-content-name {
  min-height: 12.5rem;
}
.products .item-content-name .description ul li {
  max-width: none;
  margin-top: 0;
}
.products .item-content-name .description ul li + li {
  margin-top: 0.625rem;
}
.products .item-image {
  border: 0.0625rem solid rgba(0, 0, 0, 0.1);
  min-height: 15.625rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.products .item-image img {
  max-height: 15.625rem;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.products .item-image-icon {
  max-width: 2.8125rem;
  margin-left: auto;
  margin-right: auto;
}
.products .item ul.attributes {
  padding-left: 1.25rem;
  margin-top: 0.9375rem;
}
.tabs-block ul.nav {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  z-index: 1;
}
@media (max-width: 575px) {
  .tabs-block ul.nav {
    -ms-flex-flow: column;
        flex-flow: column;
  }
}
.tabs-block ul.nav:after {
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  border-bottom: 0.125rem solid #C7C7C7;
  z-index: -1;
}
.tabs-block ul.nav .nav-link {
  border-bottom: 0.125rem solid #C7C7C7;
  padding: 0.375rem 0rem;
  font-size: 1.25rem;
  font-weight: 300;
  border-radius: 0;
  color: #1B365D;
}
@media (max-width: 575px) {
  .tabs-block ul.nav .nav-link {
    padding: 0.625rem 1.25rem;
  }
}
.tabs-block ul.nav .nav-link.active {
  background-color: transparent;
  font-weight: bold;
  color: #1B365D;
  border-bottom: 0.125rem solid #1B365D;
}
.tabs-block ul.nav .nav-item + .nav-item {
  margin-left: 3.125rem;
}
@media (max-width: 575px) {
  .tabs-block ul.nav .nav-item + .nav-item {
    margin-left: 0;
  }
}
.tabs-block-content-tab {
  padding: 3.75rem 0rem;
}
.tabs-block-content-tab .table-block th {
  background-color: #dbdbdb;
}
.tabs-block-content-tab .table-block td,
.tabs-block-content-tab .table-block th {
  border-top: 0.125rem solid #C7C7C7;
  max-width: 39.0625rem;
}
.tabs-block-content-note {
  padding: 3.125rem 0rem;
  background-color: #FFFFFF;
}
.tabs-block-content-step {
  max-width: 33.125rem;
  margin-left: auto;
  margin-right: auto;
}
.tabs-block-content-step .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.tabs-block-content-step .item-step {
  color: #1B365D;
  font-weight: 600;
}
.tabs-block-content-step .item-content {
  margin-left: 1.25rem;
}
.tabs-block-content-step .item + .item {
  margin-top: 1.25rem;
}
header .header .group-action {
  margin-left: 2.1875rem;
  font-size: 0.75rem;
  line-height: 1.25;
}
@media (max-width: 991px) {
  header .header .group-action {
    margin-left: 0;
  }
}
header .header .group-action .item-icon {
  max-width: 1rem;
  min-width: 1rem;
}
header .header .group-action .item + .item {
  margin-left: 1.875rem;
}
header .header .group-action .item-search .form-inline {
  background-color: #FFFFFF;
  border-radius: 1.25rem;
  padding: 0.375rem 0.75rem;
}
header .header .group-action .item-search .form-inline button {
  background-color: transparent;
  border: none;
  outline: none;
  max-width: 1rem;
  min-width: 1rem;
  padding: 0;
}
header .header .group-action .item-search .form-inline input {
  color: #1B365D;
  background-color: transparent;
  border: none;
  font-size: 0.875rem;
}
header .header .group-action .item-search .form-inline input::-webkit-input-placeholder {
  opacity: 0.42;
}
header .header .group-action .item-search .form-inline input::-moz-placeholder {
  opacity: 0.42;
}
header .header .group-action .item-search .form-inline input:-ms-input-placeholder {
  opacity: 0.42;
}
header .header .group-action .item-search .form-inline input::placeholder {
  opacity: 0.42;
}
header .header .group-action .item-search .form-inline input:focus {
  outline: none;
  box-shadow: none;
}
header .header .group-action .item-search-toggle {
  cursor: pointer;
}
header .header-banner {
  padding: 0.625rem 0rem;
  background-color: #1B365D;
  color: #FFFFFF;
}
@media (max-width: 991px) {
  header .header-banner {
    padding: 1.25rem 0rem;
  }
}
header .header-banner .dropdown-language {
  font-size: 0.75rem;
  line-height: 1.25;
}
header .header-banner .dropdown-language .dropdown-toggle {
  margin-left: auto;
}
header .header-banner .dropdown-language-icon {
  max-width: 1.25rem;
  min-width: 1.25rem;
}
header .header-banner-content {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
header .header-content {
  box-shadow: 0 0.1875rem 0.375rem rgba(0, 0, 0, 0.1);
}
@media (max-width: 991px) {
  header .header-content {
    padding: 1.5625rem 0rem;
    max-height: 37.5rem;
    overflow: auto;
  }
}
header .header-content .navbar-nav {
  text-transform: uppercase;
}
@media (max-width: 991px) {
  header .header-content .navbar-nav {
    margin-top: 1.875rem;
  }
}
header .header-content .navbar-nav .nav-link {
  color: #1B365D;
  opacity: 1;
  padding: 1.875rem 0rem;
  -webkit-transition: 0.4s all ease;
          transition: 0.4s all ease;
}
@media (max-width: 991px) {
  header .header-content .navbar-nav .nav-link {
    padding: 0.9375rem 0rem;
  }
}
header .header-content .navbar-nav .nav-item + .nav-item {
  margin-left: 2rem;
}
@media (max-width: 991px) {
  header .header-content .navbar-nav .nav-item + .nav-item {
    margin-left: 0;
  }
}
header .header-content .navbar-nav .nav-item.dropdown:hover > .dropdown-menu {
  display: block;
}
header .header-content .navbar-nav .nav-item:hover .nav-link,
header .header-content .navbar-nav .nav-item.active .nav-link {
  font-weight: bold;
}
header .header-content .navbar-nav .nav-item:hover .nav-link {
  -webkit-transform: translateX(0.625rem);
      -ms-transform: translateX(0.625rem);
          transform: translateX(0.625rem);
}
header .header-content .navbar-nav .nav-item .dropdown-menu .dropdown-submenu .dropdown-item:hover ~ .dropdown-submenu-attractions {
  display: block;
}
header .header-content .navbar-nav .nav-item .dropdown-menu .dropdown-submenu-attractions {
  right: 0;
  left: auto;
  top: 0;
  -webkit-transform: translateX(100%);
      -ms-transform: translateX(100%);
          transform: translateX(100%);
}
header .header-content .navbar-nav .nav-item .dropdown-menu .dropdown-submenu-attractions:hover {
  display: block;
}
@media (max-width: 991px) {
  header .header-content .navbar-nav .nav-item .dropdown-menu .dropdown-submenu-attractions {
    position: static;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    box-shadow: none;
  }
}
@media (max-width: 991px) {
  header .header-content .navbar-nav .nav-item .dropdown-menu .dropdown-submenu-attractions .dropdown-item {
    padding-left: 2.5rem;
  }
}
header .header-content .navbar-toggler {
  padding: 0;
}
header .header-content .navbar-toggler span {
  font-size: 1.25rem;
}
header .header-content .navbar-toggler:focus {
  outline: none;
}
header .header-logo {
  max-width: 12.5rem;
}
header .header-group-button {
  position: fixed;
  right: -9.5625rem;
  z-index: 3;
  -webkit-transform: rotate(0.75turn);
      -ms-transform: rotate(0.75turn);
          transform: rotate(0.75turn);
  top: 23.3125rem;
}
header .header-scroll-top {
  position: fixed;
  z-index: 3;
  bottom: 19.8125rem;
  right: 0;
  max-width: 2.25rem;
}
@media (max-width: 991px) {
  header .header-scroll-top {
    right: 1.25rem;
    top: auto;
    bottom: 3.75rem;
  }
}
header .header-scroll-top .image {
  max-width: 2.375rem;
  cursor: pointer;
}
header.fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #FFFFFF;
  -webkit-transition: .4s all ease;
          transition: .4s all ease;
  z-index: 999;
}
header.fixed .header-content .navbar-nav .nav-link {
  padding: 0.9375rem 0rem;
}
header.fixed ~ .content-wrapper {
  margin-top: 7.5rem;
}
.playpause {
  background-repeat: no-repeat;
  width: 4.6875rem;
  height: auto;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  background-size: contain;
  background-position: center;
}
.banner-video-v2 {
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-size: cover;
  background-position: center;
}
.bg-cover {
  position: relative;
  z-index: 1;
}
.bg-cover:after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  z-index: -1;
}
@media (max-width: 991px) {
  .bg-cover-mobi {
    position: relative;
    z-index: 1;
  }
}
@media (max-width: 991px) {
  .bg-cover-mobi:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.3);
    z-index: -1;
  }
}
.custom-control-label {
  line-height: 1.5;
}
.custom-control-input:checked ~ .custom-control-label:before {
  border-color: #1B365D;
  background-color: #1B365D;
}
.table-block td,
.table-block th {
  padding: 1.25rem 1.25rem;
}
.table-block thead th {
  background-color: #dbdbdb;
  border-top: 0.125rem solid #C7C7C7;
  border-left: 0.125rem solid #C7C7C7;
}
.table-block thead th:last-child {
  border-right: 0.125rem solid #C7C7C7;
}
.table-block tbody td,
.table-block tbody th {
  border-bottom: 0.125rem solid #C7C7C7;
  border-left: 0.125rem solid #C7C7C7;
}
.table-block tbody td:last-child {
  border-right: 0.125rem solid #C7C7C7;
}
.table-collapse td,
.table-collapse th {
  padding: 0.625rem 1.125rem;
  font-weight: normal;
  border-top: 0.125rem solid rgba(27, 54, 93, 0.1);
}
.table-collapse td {
  background-color: rgba(198, 218, 231, 0.5);
}
.table-collapse thead th {
  border: none;
}
.table-collapse tr:first-child td,
.table-collapse tr:first-child th {
  padding-left: 0;
}
.table-basic td,
.table-basic th {
  padding: 0.78125rem 3.125rem;
  border-top: 0.125rem solid #1B365D;
}
@media (max-width: 991px) {
  .table-basic td,
  .table-basic th {
    padding: 0.78125rem 1.25rem;
  }
}
.table-basic tr:first-child td,
.table-basic tr:first-child th {
  border-top: none;
}
.woo-variation-swatches .variable-items-wrapper .variable-item:not(.radio-variable-item) {
  width: 2.25rem;
  height: 2.25rem;
}
.bapf_sfilter {
  margin-bottom: 0;
}
.bapf_hideckbox li input:checked + label,
.bapf_hideckbox li input:checked + label a {
  color: #1B365D;
  font-weight: bold;
}
.bapf_hideckbox li label,
.bapf_hideckbox li label a {
  color: #1B365D;
}
.bapf_hideckbox li label:hover,
.bapf_hideckbox li label a:hover {
  color: #1B365D;
}
.disabled-dropdown {
  opacity: 0.5;
  pointer-events: none;
}
.border-default {
  border: 0.0625rem solid rgba(0, 0, 0, 0.1);
}
.compare-item {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.compare-item-image {
  max-width: 5rem;
  min-width: 5rem;
}
.compare-item + .compare-item {
  margin-top: 0.625rem;
}
.cursor-pointer {
  cursor: pointer;
}
@media (min-width: 992px) {
  .nowrap-desktop {
    white-space: nowrap;
  }
}
.woocommerce-product-details__short-description {
  display: none;
}
.sharing-wrap {
  display: none;
  right: 0;
}
.sharing-wrap.show-on-left {
  right: auto;
  left: 0;
}
.bapf_sfilter.bapf_button_berocket .bapf_button {
  background-color: #1B365D;
  width: 100%;
  -webkit-transition: 0.3s all ease;
          transition: 0.3s all ease;
}
.bapf_sfilter.bapf_button_berocket .bapf_button:hover {
  background-color: #dbdbdb;
}
.w-fit-content {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.background-grey {
  background-color: #F4F4F4;
}
#wpsl-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
#wpsl-wrap .wpsl-search {
  margin-bottom: 0;
  background-color: rgba(198, 218, 231, 0.2);
  padding: 1.25rem 1.25rem;
}
#wpsl-wrap .wpsl-search .wpsl-input,
#wpsl-wrap .wpsl-search .wpsl-select-wrap {
  margin-bottom: 0;
  min-height: 2.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 575px) {
  #wpsl-wrap .wpsl-search .wpsl-input,
  #wpsl-wrap .wpsl-search .wpsl-select-wrap {
    margin-bottom: 0.625rem;
  }
}
#wpsl-wrap .wpsl-search .wpsl-input #wpsl-radius,
#wpsl-wrap .wpsl-search .wpsl-select-wrap #wpsl-radius {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#wpsl-wrap .wpsl-search #wpsl-results {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#wpsl-wrap .wpsl-search .wpsl-search-btn-wrap #wpsl-search-btn {
  padding: 0.625rem 0.625rem;
  min-width: 8.125rem;
  font-size: 1.125rem;
  line-height: 1;
  color: #FFFFFF;
  padding: 0.5rem 1.25rem;
  font-weight: 600;
  -webkit-transition: 0.4s all ease;
          transition: 0.4s all ease;
  border-radius: 0;
  background: #1B365D;
  text-align: center;
}
#wpsl-wrap .wpsl-search .wpsl-search-btn-wrap #wpsl-search-btn:hover {
  color: #1B365D;
  background-color: #FFFFFF;
  box-shadow: 0 0.1875rem 0.375rem rgba(0, 0, 0, 0.3);
}
#wpsl-wrap .wpsl-search {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
#wpsl-wrap #wpsl-result-list {
  width: 41%;
  float: none;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
@media (max-width: 575px) {
  #wpsl-wrap #wpsl-result-list {
    width: 100%;
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
}
#wpsl-wrap #wpsl-result-list #wpsl-stores {
  direction: rtl;
}
#wpsl-wrap #wpsl-result-list #wpsl-stores ul {
  direction: ltr;
}
#wpsl-wrap #wpsl-result-list #wpsl-stores ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 1.25rem 1.25rem;
  cursor: pointer;
  border-bottom: 0.0625rem solid rgba(27, 54, 93, 0.2);
}
#wpsl-wrap #wpsl-result-list #wpsl-stores ul li:hover {
  background-color: rgba(198, 218, 231, 0.2);
}
#wpsl-wrap #wpsl-result-list #wpsl-stores ul li:before {
  content: '';
  background-image: url("../images/location.png");
  height: 1.875rem;
  width: 1.875rem;
  margin-top: 1.875rem;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
#wpsl-wrap #wpsl-result-list #wpsl-stores ul li .wpsl-store-location {
  margin-left: 1.25rem;
}
#wpsl-wrap #wpsl-result-list #wpsl-stores ul li .wpsl-store-location > p strong {
  color: #1B365D;
  margin-bottom: 0.625rem;
  display: block;
}
#wpsl-wrap #wpsl-result-list #wpsl-stores ul li .wpsl-direction-wrap {
  margin-left: 3.125rem;
  width: 100%;
  margin-top: 1.25rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#wpsl-wrap #wpsl-result-list #wpsl-stores ul li .wpsl-direction-wrap .wpsl-directions {
  margin-top: 0.625rem;
  padding: 0.625rem 0.625rem;
  min-height: 2.25rem;
  min-width: 8.125rem;
  font-size: 1.125rem;
  line-height: 1;
  color: #FFFFFF;
  padding: 0.5rem 1.25rem;
  font-weight: 600;
  -webkit-transition: 0.4s all ease;
          transition: 0.4s all ease;
  border-radius: 0;
  background-color: #1B365D;
  text-align: center;
}
#wpsl-wrap #wpsl-result-list #wpsl-stores ul li .wpsl-direction-wrap .wpsl-directions:hover {
  color: #1B365D;
  background-color: #FFFFFF;
  box-shadow: 0 0.1875rem 0.375rem rgba(0, 0, 0, 0.3);
}
#wpsl-wrap #wpsl-result-list #wpsl-direction-details .wpsl-direction-before .wpsl-back {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: red;
}
#wpsl-wrap #wpsl-result-list #wpsl-direction-details .wpsl-direction-before .wpsl-back:before {
  content: '\f177';
  font-family: 'FontAwesome';
  margin-right: 0.625rem;
}
#wpsl-wrap #wpsl-gmap {
  width: 58.5%;
  float: none;
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
}
@media (max-width: 575px) {
  #wpsl-wrap #wpsl-gmap {
    width: 100%;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
.section.section-banner-home {
  overflow: hidden;
}
.section.section-banner-home .banner-home-item {
  background-repeat: no-repeat;
  height: 37.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-position: center;
  background-size: 100%;
}
@media (max-width: 991px) {
  .section.section-banner-home .banner-home-item {
    background-size: contain;
    background: none !important;
  }
}
.section.section-banner-home .banner-home.owl-carousel .owl-dots {
  position: absolute;
  width: 100%;
  bottom: 3.125rem;
  margin-top: 0;
  text-align: left;
  max-width: 74.75rem;
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media (max-width: 991px) {
  .section.section-banner-home .banner-home.owl-carousel .owl-dots {
    max-width: 100%;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    position: static;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    margin-top: 1.25rem;
    text-align: center;
  }
}
.section.section-group-basic {
  padding: 1.875rem 0rem;
  margin: 4.375rem 0rem;
  background-size: 50%;
  background-position: right;
  background-repeat: no-repeat;
}
@media (max-width: 991px) {
  .section.section-group-basic {
    background-size: cover;
    background: none !important;
  }
}
@media (max-width: 575px) {
  .section.section-group-basic .group-basic-content {
    margin-top: 1.875rem;
  }
}
.section.section-group-basic .group-basic-image .image {
  max-width: 29.6875rem;
  margin-left: auto;
}
@media (max-width: 991px) {
  .section.section-group-basic .group-basic-image .image {
    max-width: none;
  }
}
.section.section-group-basic.section-aim {
  background-size: 42%;
}
@media (max-width: 991px) {
  .section.section-group-basic.section-aim {
    background-size: cover;
    background-position: center;
  }
}
.section.section-group-basic.section-aim .group-basic {
  padding: 0rem 1.875rem;
}
@media (max-width: 991px) {
  .section.section-group-basic.section-aim .group-basic {
    padding: 0;
  }
}
@media (max-width: 991px) {
  .section.section-group-basic.bg-cover-mobi .title-section-smaller,
  .section.section-group-basic.bg-cover-mobi .description {
    color: #FFFFFF;
  }
}
.section.section-three-col {
  padding-top: 0.9375rem;
  padding-bottom: 2.8125rem;
  background-color: #F4F4F4;
}
.section.section-three-col .three-col .item {
  margin-top: 1.875rem;
  background-color: #FFFFFF;
  padding: 1.875rem 2.5rem;
}
.section.section-three-col .three-col .item .description {
  height: 6.25rem;
  overflow: auto;
}
.section.section-categories {
  padding: 3.75rem 0rem;
}
.section.section-categories .categories-content {
  padding: 0rem 5.3125rem;
}
.section.section-categories .categories-content .item {
  padding: 1.875rem 1.875rem;
}
.section.section-categories .categories-content .item-image img {
  height: 12.5rem;
  width: auto;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 575px) {
  .section.section-categories .categories-content .item-image img {
    height: auto;
    width: 100%;
  }
}
.section.section-categories .categories-content.owl-carousel .owl-dots {
  margin-top: 3.125rem;
}
.section.section-featured-products .featured-products-content .item {
  padding-top: 3.125rem;
  padding-bottom: 5.3125rem;
  background-size: 57%;
  background-position: bottom right;
  background-repeat: no-repeat;
}
@media (max-width: 991px) {
  .section.section-featured-products .featured-products-content .item {
    background-size: cover;
    background: none !important;
    padding-top: 1.875rem;
    padding-bottom: 1.875rem;
  }
}
.section.section-featured-products .featured-products-content .item .list-tech {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.section.section-featured-products .featured-products-content .item .list-tech .tech-item {
  max-width: 40%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 40%;
          flex: 0 0 40%;
}
.section.section-featured-products .featured-products-content .item .list-tech .tech-item .image img {
  height: 2rem;
  width: auto;
}
.section.section-featured-products .featured-products-content .item .list-tech .tech-item .image.bigger img {
  height: 5.125rem;
  width: auto;
}
.section.section-featured-products .featured-products-content .item + .item {
  margin-top: 6.25rem;
}
@media (max-width: 991px) {
  .section.section-featured-products .featured-products-content .item + .item {
    margin-top: 1.875rem;
  }
}
.section.section-featured-products .featured-products-content .item:nth-child(2n) {
  background-position: bottom left;
}
.section.section-featured-products.section-brand {
  padding: 6.25rem 0rem;
}
@media (max-width: 991px) {
  .section.section-featured-products.section-brand {
    padding: 0;
  }
}
.section.section-featured-products.section-brand .featured-products-content .item {
  background-size: 48%;
  background-position: left;
  background-repeat: no-repeat;
}
@media (max-width: 991px) {
  .section.section-featured-products.section-brand .featured-products-content .item {
    background-size: cover;
  }
}
.section.section-featured-products.section-brand .featured-products-content .item:nth-child(2n) {
  background-position: right;
}
@media (max-width: 991px) {
  .section.section-featured-products.section-list-technology .featured-products-content .item {
    background: none !important;
    padding-top: 1.875rem;
    padding-bottom: 1.875rem;
  }
}
@media (max-width: 991px) {
  .section.section-featured-products.section-list-technology .featured-products-content .item:after {
    display: none;
  }
}
@media (max-width: 991px) {
  .section.section-featured-products.section-list-technology .featured-products-content .item .title-section-smallest,
  .section.section-featured-products.section-list-technology .featured-products-content .item .description,
  .section.section-featured-products.section-list-technology .featured-products-content .item .title-section-smaller,
  .section.section-featured-products.section-list-technology .featured-products-content .item .sub-title {
    color: #1B365D;
  }
}
@media (max-width: 991px) {
  .section.section-featured-products.section-list-technology .featured-products-content .item .group-btn .btn {
    background-color: #1B365D;
    color: #FFFFFF;
  }
  .section.section-featured-products.section-list-technology .featured-products-content .item .group-btn .btn:hover {
    color: #1B365D;
    background-color: white;
  }
}
@media (max-width: 991px) {
  .section.section-featured-products.section-list-technology .featured-products-content .item-content {
    margin-top: 1.25rem;
  }
}
@media (max-width: 991px) {
  .section.section-featured-products.section-list-technology .featured-products-content .item + .item {
    margin-top: 0;
  }
}
.section.section-news {
  padding: 3.75rem 0rem;
}
.section.section-news .news-content .item {
  height: 100%;
  background-color: #f4f8fa;
}
@media (max-width: 575px) {
  .section.section-news .news-content .item {
    height: auto;
  }
}
.section.section-news .news-content .item-content {
  padding: 1.25rem 1.875rem;
}
.section.section-news .news-content .item-content .group-meta .read-more .image {
  max-width: 0.75rem;
  min-width: 0.75rem;
}
.section.section-news .news-content .item-content .group-meta .read-more .image a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.section.section-help {
  padding: 8.75rem 0rem;
  background-size: cover;
  background-position: center;
}
.section.section-banner-child {
  padding-top: 11.25rem;
  padding-bottom: 3.125rem;
  background-size: cover;
  background-position: center;
  min-height: 17.1875rem;
  position: relative;
}
.section.section-banner-child .explanation {
  right: 0;
  bottom: 0;
  padding: 1.25rem 2.5rem;
}
.section.section-banner-child:after {
  background-color: rgba(0, 0, 0, 0.15);
}
.section.section-banner-child.section-banner-technology {
  padding-top: 37.1875rem;
  background-position: bottom;
}
@media (max-width: 991px) {
  .section.section-banner-child.section-banner-technology {
    padding-top: 25.3125rem;
  }
}
@media (max-width: 575px) {
  .section.section-banner-child.section-banner-technology {
    padding-top: 8.4375rem;
  }
}
.section.section-text-image {
  padding: 5rem 0rem;
}
.section.section-about-us {
  padding: 5.9375rem 0rem;
  background-size: cover;
  background-position: top;
}
.section.section-about-us .about-us {
  padding: 0rem 1.875rem;
}
@media (max-width: 991px) {
  .section.section-about-us .about-us {
    padding: 0;
  }
}
.section.section-about-us .about-us-content .image-logo {
  max-width: 19.375rem;
}
.section.section-about-us .about-us-items .item {
  position: relative;
  min-height: 5.625rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 575px) {
  .section.section-about-us .about-us-items .item {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.section.section-about-us .about-us-items .item ul {
  padding-left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  list-style: inside;
}
.section.section-about-us .about-us-items .item ul li {
  max-width: 48%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 48%;
          flex: 0 0 48%;
}
.section.section-about-us .about-us-items .item + .item {
  margin-top: 1.875rem;
}
.section.section-about-us .about-us-items .item.item-course-action ul {
  display: block;
  list-style: none;
  padding-left: 0;
}
.section.section-about-us .about-us-items .item.item-course-action ul li {
  max-width: 100%;
}
.section.section-about-us .about-us-items .item.item-course-action ul li b,
.section.section-about-us .about-us-items .item.item-course-action ul li strong {
  font-weight: 600;
}
.section.section-about-us .about-us-items .item.item-course-action ul li + li {
  margin-top: 1.875rem;
}
.section.section-about-us .about-us-items .item:before {
  content: attr(data-item);
  width: 5.625rem;
  height: 5.625rem;
  border: 0.125rem solid #FFFFFF;
  border-radius: 50%;
  position: absolute;
  left: -6.875rem;
  top: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
}
@media (max-width: 575px) {
  .section.section-about-us .about-us-items .item:before {
    position: static;
    margin-right: 1.25rem;
    min-width: 5.625rem;
  }
}
.section.section-about-us .about-us-items .item:after {
  content: '';
  top: -1.875rem;
  left: -4.0625rem;
  background-color: white;
  position: absolute;
  width: 0.125rem;
  height: 1.875rem;
  -webkit-transform: rotate(0.5turn);
      -ms-transform: rotate(0.5turn);
          transform: rotate(0.5turn);
}
@media (max-width: 575px) {
  .section.section-about-us .about-us-items .item:after {
    left: 2.8125rem;
  }
}
.section.section-about-us .about-us-items .item:first-child {
  margin-top: 1.25rem;
}
.section.section-about-us .about-us-items .item:first-child:before {
  background: radial-gradient(#F0DEB0, #84754E);
  border: none;
}
.section.section-about-us .about-us-items .item:first-child:after {
  height: 0.125rem;
  left: -41.875rem;
  width: 35rem;
  top: 2.8125rem;
}
@media (max-width: 575px) {
  .section.section-about-us .about-us-items .item:first-child:after {
    left: 5.625rem;
    width: 26.875rem;
  }
}
.section.section-industrial {
  padding: 5rem 0rem;
  background-repeat: no-repeat;
  background-size: 30%;
  background-position: center left;
}
@media (max-width: 991px) {
  .section.section-industrial {
    background-size: 0;
  }
}
.section.section-industrial .industrial-content .image {
  max-width: 31.25rem;
}
.section.section-history {
  padding-top: 5rem;
  padding-bottom: 10rem;
}
@media (max-width: 575px) {
  .section.section-history {
    padding-bottom: 5rem;
  }
}
.section.section-history .history-content .item {
  position: relative;
}
.section.section-history .history-content .item-content {
  text-align: center;
  max-width: 18.75rem;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 991px) {
  .section.section-history .history-content .item-content {
    max-width: 13.75rem;
  }
}
@media (max-width: 575px) {
  .section.section-history .history-content .item-content {
    margin-top: 1.875rem;
    max-width: 25rem;
  }
}
.section.section-history .history-content .item-content .title-section-bigger {
  color: #FFFFFF;
  padding: 0.4375rem 2.1875rem;
  max-width: 9.375rem;
  background-color: #1B365D;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
.section.section-history .history-content .item-content .title-section-bigger.show-before:before {
  content: '';
  position: absolute;
  width: 7.5rem;
  height: 0.125rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  left: -7.5rem;
  background-color: #1B365D;
}
@media (max-width: 991px) {
  .section.section-history .history-content .item-content .title-section-bigger.show-before:before {
    width: 3.75rem;
    left: -3.75rem;
  }
}
@media (max-width: 575px) {
  .section.section-history .history-content .item-content .title-section-bigger.show-before:before {
    display: none;
  }
}
.section.section-history .history-content .item-content .title-section-bigger.show-after:after {
  content: '';
  position: absolute;
  width: 7.5rem;
  height: 0.125rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  right: -7.5rem;
  background-color: #1B365D;
}
@media (max-width: 991px) {
  .section.section-history .history-content .item-content .title-section-bigger.show-after:after {
    width: 3.75rem;
    right: -3.75rem;
  }
}
@media (max-width: 575px) {
  .section.section-history .history-content .item-content .title-section-bigger.show-after:after {
    display: none;
  }
}
.section.section-history .history-content .item-image-left {
  position: absolute;
  left: -3.75rem;
  top: -4.8125rem;
  z-index: -1;
  max-width: 18.75rem;
}
@media (max-width: 575px) {
  .section.section-history .history-content .item-image-left {
    position: static;
    margin-left: auto;
    margin-right: auto;
  }
}
.section.section-history .history-content .item-image-right {
  position: absolute;
  right: -3.75rem;
  top: -4.8125rem;
  max-width: 18.75rem;
  z-index: -1;
}
@media (max-width: 575px) {
  .section.section-history .history-content .item-image-right {
    position: static;
    margin-left: auto;
    margin-right: auto;
    margin-top: 1.25rem;
  }
}
.section.section-history .history-content .item + .item {
  margin-top: 8.75rem;
}
@media (max-width: 575px) {
  .section.section-history .history-content .item + .item {
    margin-top: 2.5rem;
  }
}
.section.section-history .history-content .item:nth-child(6) .item-image-right {
  right: 1.6875rem;
  top: -8.4375rem;
  max-width: 13.625rem;
}
.section.section-history .history-content .item:nth-child(7) .item-image-left {
  left: -5.0625rem;
  top: -6.5625rem;
}
.section.section-history .history-content .item:nth-child(9) .item-image-left,
.section.section-history .history-content .item:nth-child(12) .item-image-left {
  left: -5.0625rem;
  top: -6.5625rem;
}
.section.section-history .history-content .item:nth-child(9) .item-image-right,
.section.section-history .history-content .item:nth-child(12) .item-image-right {
  top: -1.875rem;
}
.section.section-history .history-content .item:nth-child(14) .item-image-left {
  left: -5.0625rem;
  top: -6.5625rem;
}
.section.section-history .history-content .item:nth-child(14) .item-image-right {
  top: -6.25rem;
}
.section.section-history .history-content .item:nth-child(15) .item-image-right {
  top: -4.0625rem;
}
.section.section-history .history-content .item:nth-child(16) .item-image-left {
  top: -5.625rem;
}
.section.section-history .history-content .item:nth-child(17) .item-image-right {
  top: -6.4375rem;
  right: -5.3125rem;
}
.section.section-history .history-content .item:nth-child(18) .item-image-left {
  top: -5.5rem;
}
.section.section-history .history-content .item:nth-child(19) .item-image-right {
  top: -9.4375rem;
  right: -0.8125rem;
  max-width: 26.5rem;
}
.section.section-history .history-content .item:nth-child(20) .item-image-left {
  top: -6.5625rem;
  left: -5.125rem;
}
.section.section-history .history-content .item:nth-child(21) .item-image-right {
  top: -10.3125rem;
  right: 1.5625rem;
  max-width: 13.625rem;
}
.section.section-history .history-content .item:nth-child(22) .item-image-left {
  top: -9.4375rem;
  left: -0.5rem;
  max-width: 12.75rem;
}
.section.section-history .history-content .item:nth-child(23) .item-image-right {
  top: -7.375rem;
  right: -0.9375rem;
  max-width: 12.75rem;
}
.section.section-banner-technology {
  background-color: #1B365D;
}
.section.section-banner-technology .banner-technology-content {
  padding: 3.125rem 0rem;
}
.section.section-technology {
  padding: 5rem 0rem;
}
@media (max-width: 575px) {
  .section.section-technology .technology .item-content {
    margin-top: 1.875rem;
  }
}
.section.section-technology .technology .item-content .name-item-bigger {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.section.section-technology .technology .item-content .name-item-bigger:after {
  display: block;
  margin-left: 1.875rem;
  content: '';
  height: 0.1875rem;
  width: 9.6875rem;
  background-color: #1B365D;
}
.section.section-technology .technology.owl-carousel .owl-dots {
  position: absolute;
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
  top: 44%;
  right: 2.75rem;
}
@media (max-width: 575px) {
  .section.section-technology .technology.owl-carousel .owl-dots {
    position: static;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    margin-top: 3.125rem;
  }
}
.section.section-news-inner {
  padding: 3.125rem 0rem;
}
.section.section-news-inner .news-inner-content .share-news .item {
  max-width: 2rem;
}
.section.section-news-inner .news-inner-content .share-news .item + .item {
  margin-left: 1.25rem;
}
.section.section-news-inner .news-inner-content .description p img {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.section.section-technology-details {
  padding: 3.125rem 0rem;
}
.section.section-technology-details .technology-details .gallery .item {
  border: 0.0625rem solid rgba(0, 0, 0, 0.1);
}
.section.section-main-map {
  padding: 3.125rem 0rem;
  background-color: rgba(198, 218, 231, 0.2);
}
.section.section-main-map .main-map-content .group-contact .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.section.section-main-map .main-map-content .group-contact .item-image {
  max-width: 1.25rem;
  min-width: 1.25rem;
}
.section.section-main-map .main-map-content .group-contact .item-content {
  margin-left: 1.25rem;
}
.section.section-main-map .main-map-content .group-contact .item + .item {
  margin-top: 1.25rem;
}
@media (max-width: 575px) {
  .section.section-main-map .main-map-content .group-commerce {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.section.section-main-map .main-map-content .group-commerce .item {
  padding: 0.625rem 1.875rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #0F156D;
  color: #FFFFFF;
}
.section.section-main-map .main-map-content .group-commerce .item-content {
  margin-left: 0.9375rem;
}
.section.section-main-map .main-map-content .group-commerce .item-image {
  max-width: 1.25rem;
  min-width: 1.25rem;
}
.section.section-main-map .main-map-content .group-commerce .item + .item {
  margin-left: 1.25rem;
}
@media (max-width: 575px) {
  .section.section-main-map .main-map-content .group-commerce .item + .item {
    margin-left: 0;
    margin-top: 1.25rem;
  }
}
.section.section-main-map .main-map-map iframe {
  width: 100%;
  height: 20.3125rem;
}
.section.section-get-in-touch {
  padding: 3.125rem 0rem;
  background-color: #F4F4F4;
}
.section.section-search-dealer {
  padding: 3.75rem 0rem;
}
.section.section-search-dealer .search-dealer-content {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
@media (max-width: 575px) {
  .section.section-search-dealer .search-dealer-content {
    -ms-flex-flow: column;
        flex-flow: column;
  }
}
.section.section-search-dealer .search-dealer-location {
  max-width: 29.6875rem;
  min-width: 29.6875rem;
}
@media (max-width: 575px) {
  .section.section-search-dealer .search-dealer-location {
    max-width: none;
    min-width: auto;
    width: 100%;
  }
}
.section.section-search-dealer .search-dealer-location-search {
  padding: 0.4375rem 1.75rem;
  border: 0.0625rem solid rgba(27, 54, 93, 0.2);
}
.section.section-search-dealer .search-dealer-location-search .form-inline {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.section.section-search-dealer .search-dealer-location-search .form-inline input {
  border: none;
}
.section.section-search-dealer .search-dealer-location-search .form-inline input::-webkit-input-placeholder {
  color: #939393;
}
.section.section-search-dealer .search-dealer-location-search .form-inline input::-moz-placeholder {
  color: #939393;
}
.section.section-search-dealer .search-dealer-location-search .form-inline input:-ms-input-placeholder {
  color: #939393;
}
.section.section-search-dealer .search-dealer-location-search .form-inline input::placeholder {
  color: #939393;
}
.section.section-search-dealer .search-dealer-location-search .form-inline button {
  border: none;
  max-width: 0.9375rem;
}
.section.section-search-dealer .search-dealer-location-group {
  max-height: 21.5625rem;
  overflow-y: auto;
  direction: rtl;
  min-height: 21.5625rem;
}
.section.section-search-dealer .search-dealer-location-group .nav {
  direction: ltr;
}
.section.section-search-dealer .search-dealer-location-group .nav-item {
  padding: 1.25rem 2.5rem;
  cursor: pointer;
  border-bottom: 0.0625rem solid rgba(27, 54, 93, 0.2);
}
.section.section-search-dealer .search-dealer-location-group .nav-item.active,
.section.section-search-dealer .search-dealer-location-group .nav-item:hover {
  background-color: rgba(198, 218, 231, 0.2);
}
.section.section-search-dealer .search-dealer-location-group .nav-item .item-content {
  margin-left: 2.5rem;
}
.section.section-search-dealer .search-dealer-location-group .nav-item .item-content .group-contact .item-contact {
  font-size: 0.875rem;
  line-height: 1.57142857;
}
.section.section-search-dealer .search-dealer-location-group .nav-item .item-content .group-contact .item-contact-image {
  max-width: 1.125rem;
}
.section.section-search-dealer .search-dealer-location-group .nav-item .item-content .group-contact .item-contact + .item-contact {
  margin-top: 0.9375rem;
}
.section.section-search-dealer .search-dealer-map {
  width: 100%;
}
@media (max-width: 575px) {
  .section.section-search-dealer .search-dealer-map .map {
    margin-top: 1.25rem;
  }
}
.section.section-search-dealer .search-dealer-map .map iframe {
  width: 100%;
  height: 23.4375rem;
}
.section.section-search-dealer.more-padding {
  padding: 5rem 0rem;
}
.section.section-search-dealer.more-padding .search-dealer-map .map iframe {
  height: 26.25rem;
}
.section.section-listing-dealer {
  padding: 3.125rem 0rem;
}
.section.section-listing-dealer .listing-dealer-search {
  padding: 2.5rem 1.25rem;
  background-color: rgba(198, 218, 231, 0.2);
}
@media (max-width: 991px) {
  .section.section-listing-dealer .listing-dealer-search .form-search-dealer {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
}
@media (max-width: 991px) {
  .section.section-listing-dealer .listing-dealer-search .form-group {
    max-width: 48%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 48%;
            flex: 0 0 48%;
    margin-top: 1.25rem;
    margin-left: 0;
    margin-bottom: 0;
  }
}
@media (max-width: 575px) {
  .section.section-listing-dealer .listing-dealer-search .form-group .form-control {
    margin-left: 0;
  }
}
@media (max-width: 991px) {
  .section.section-listing-dealer .listing-dealer-search .group-btn {
    max-width: 48%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 48%;
            flex: 0 0 48%;
    margin-top: 1.25rem;
    margin-left: 0;
  }
}
.section.section-listing-dealer .listing-dealer-search .autocomplete-items {
  position: absolute;
  right: 0;
  top: 2.5rem;
  padding: 1.25rem 1.25rem;
  background-color: #FFFFFF;
  border-radius: 0.375rem;
  box-shadow: 0 0.1875rem 0.375rem rgba(0, 0, 0, 0.29);
  font-size: 0.875rem;
}
.section.section-listing-dealer .listing-dealer-search .autocomplete-items .autocomplete-item {
  padding: 0.3125rem 0rem;
  cursor: pointer;
}
.section.section-listing-dealer .listing-dealer-map iframe {
  width: 100%;
  height: 28.125rem;
}
.section.section-listing-dealer .listing-dealer-location .item {
  padding: 1.25rem 0.9375rem;
}
@media (max-width: 991px) {
  .section.section-listing-dealer .listing-dealer-location .item {
    padding: 1.25rem 0rem;
  }
}
.section.section-listing-dealer .listing-dealer-location .item-contact-image {
  max-width: 1rem;
  min-width: 1rem;
}
.section.section-listing-dealer .listing-dealer-location .item-content {
  min-height: 14.6875rem;
}
.section.section-listing-dealer .listing-dealer-location .item-group-btn .group-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: column;
      flex-flow: column;
  min-height: 4.6875rem;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.section.section-listing-dealer .listing-dealer-no-results {
  padding: 1.875rem 1.875rem;
}
.section.section-promotions {
  padding: 3.75rem 0rem;
}
.section.section-promotions .promotions .item {
  margin-top: 3.75rem;
}
.section.section-promotions .promotions .item-content {
  padding-right: 2.5rem;
}
@media (max-width: 991px) {
  .section.section-promotions .promotions .item-content {
    padding-right: 0;
  }
}
.section.section-promotions .promotions .item:nth-child(1),
.section.section-promotions .promotions .item:nth-child(2),
.section.section-promotions .promotions .item:nth-child(3) {
  margin-top: 1.875rem;
}
.section.section-promotion-details {
  padding: 3.75rem 0rem;
}
.section.section-promotion-details .promotion-details-content .terms {
  color: #007096;
}
.section.section-promotion-details .promotion-details-content .terms a {
  text-decoration: underline;
}
.section.section-warranty {
  padding-top: 3.75rem;
  background-color: rgba(198, 218, 231, 0.2);
}
.section.section-shop {
  padding-top: 1.25rem;
  padding-bottom: 3.125rem;
}
.section.section-shop .shop-filter {
  padding-right: 1.25rem;
}
@media (max-width: 991px) {
  .section.section-shop .shop-filter {
    position: fixed;
    top: 0;
    left: 0;
    width: 60%;
    height: 100%;
    background-color: #FFFFFF;
    padding: 3.75rem 1.25rem;
    overflow: auto;
    -webkit-transform: translateX(-100%);
        -ms-transform: translateX(-100%);
            transform: translateX(-100%);
    -webkit-transition: 0.5s all ease;
            transition: 0.5s all ease;
    box-shadow: 0 0.1875rem 0.375rem rgba(0, 0, 0, 0.29);
    margin-top: 0;
    z-index: 100;
  }
  .section.section-shop .shop-filter.filter-visible-mobi {
    z-index: 1000;
    -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
            transform: translateX(0);
  }
}
.section.section-shop .shop-filter-title {
  padding: 0.875rem 1.25rem;
  background-color: #dbdbdb;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
}
.section.section-shop .shop-filter-title span {
  font-size: 1.25rem;
  font-weight: bold;
  -webkit-transition: 0.4s all ease;
          transition: 0.4s all ease;
}
.section.section-shop .shop-filter-title.collapsed span {
  -webkit-transform: rotate(0.5turn);
      -ms-transform: rotate(0.5turn);
          transform: rotate(0.5turn);
}
.section.section-shop .shop-filter-item .card {
  font-size: 1.1875rem;
  border: none;
  background-color: rgba(219, 219, 219, 0.3);
  color: #1B365D;
  padding: 1.25rem 1.25rem;
}
.section.section-shop .shop-filter-item .card ul {
  padding-left: 0;
  list-style: none;
}
.section.section-shop .shop-filter-item .card ul li.active {
  font-weight: bold;
}
.section.section-shop .shop-filter-item .card ul li + li {
  margin-top: 1.25rem;
}
.section.section-shop .shop-filter-item + .shop-filter-item {
  margin-top: 0.625rem;
}
.section.section-shop .shop-filter-item-ajax-filter .bapf_head {
  padding: 0.875rem 1.25rem;
  background-color: #dbdbdb;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
}
.section.section-shop .shop-filter-item-ajax-filter .bapf_head h3 {
  font-size: 1.125rem;
}
.section.section-shop .shop-filter-item-ajax-filter .bapf_head:after {
  content: '\f106';
  font-family: 'FontAwesome';
  font-size: 1.25rem;
  font-weight: bold;
  -webkit-transform: rotate(0.5turn);
      -ms-transform: rotate(0.5turn);
          transform: rotate(0.5turn);
  -webkit-transition: 0.3s all ease;
          transition: 0.3s all ease;
}
.section.section-shop .shop-filter-item-ajax-filter .bapf_head.active:after {
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
}
.section.section-shop .shop-filter-item-ajax-filter .bapf_body {
  font-size: 1.1875rem;
  border: none;
  background-color: rgba(219, 219, 219, 0.3);
  color: #1B365D;
  padding: 1.25rem 1.25rem;
}
.section.section-shop .shop-filter-item-ajax-filter .bapf_body ul {
  padding-left: 0;
  list-style: none;
}
.section.section-shop .shop-filter-item-ajax-filter .bapf_body ul li.active {
  font-weight: bold;
}
.section.section-shop .shop-filter-item-ajax-filter .bapf_body ul li + li {
  margin-top: 1.25rem;
}
.section.section-shop .shop-filter-group .berocket_single_filter_widget .bapf_head {
  padding: 0.875rem 1.25rem;
  background-color: #dbdbdb;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
}
.section.section-shop .shop-filter-group .berocket_single_filter_widget .bapf_head h3 {
  font-size: 1.125rem;
}
.section.section-shop .shop-filter-group .berocket_single_filter_widget .bapf_head:after {
  content: '\f106';
  font-family: 'FontAwesome';
  font-size: 1.25rem;
  font-weight: bold;
  -webkit-transform: rotate(0.5turn);
      -ms-transform: rotate(0.5turn);
          transform: rotate(0.5turn);
  -webkit-transition: 0.3s all ease;
          transition: 0.3s all ease;
}
.section.section-shop .shop-filter-group .berocket_single_filter_widget .bapf_head.active:after {
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
}
.section.section-shop .shop-filter-group .berocket_single_filter_widget .bapf_body {
  font-size: 1.1875rem;
  border: none;
  background-color: rgba(219, 219, 219, 0.3);
  color: #1B365D;
  padding: 1.25rem 1.25rem;
}
.section.section-shop .shop-filter-group .berocket_single_filter_widget .bapf_body ul {
  padding-left: 0;
  list-style: none;
}
.section.section-shop .shop-filter-group .berocket_single_filter_widget .bapf_body ul li.active {
  font-weight: bold;
}
.section.section-shop .shop-filter-group .berocket_single_filter_widget .bapf_body ul li + li {
  margin-top: 1.25rem;
}
.section.section-shop .shop-filter-group .berocket_single_filter_widget + .berocket_single_filter_widget {
  margin-top: 0.625rem;
}
.section.section-shop .shop-content ul.products {
  width: 100%;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-left: 0;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.section.section-shop .shop-content ul.products:before {
  display: none;
}
.section.section-shop .shop-content ul.products li {
  margin-top: 2.5rem;
  max-width: 31%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 31%;
          flex: 0 0 31%;
}
@media (max-width: 575px) {
  .section.section-shop .shop-content ul.products li {
    max-width: 48%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 48%;
            flex: 0 0 48%;
  }
}
.section.section-shop .shop-content ul.products li .item-content-name .sub-title {
  height: 3.125rem;
  overflow: hidden;
}
.section.section-shop .shop-content ul.products li .item-content-name .description {
  height: 10rem;
  overflow: auto;
}
.section.section-shop .shop-content ul.products li .item-content-name .description ul {
  padding-left: 1.25rem;
}
.section.section-shop .shop-content ul.products li .item-content-name .description ul li {
  list-style: circle;
  max-width: none;
  margin-top: 0;
}
.section.section-shop .shop-content ul.products li .item-content-name .description ul li + li {
  margin-top: 0.625rem;
}
.section.section-shop .shop-content ul.products:after {
  max-width: 31%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 31%;
          flex: 0 0 31%;
  display: block;
}
.section.section-product-details {
  padding: 3.125rem 0rem 5rem 0rem;
}
.section.section-product-details .product-details-image {
  max-width: 23.75rem;
}
@media (max-width: 991px) {
  .section.section-product-details .product-details-image {
    max-width: none;
  }
}
.section.section-product-details .product-details-image div.images.woocommerce-product-gallery {
  float: none ;
  width: 100%;
}
.section.section-product-details .product-details-image div.images.woocommerce-product-gallery .flex-viewport {
  border: 0.0625rem solid rgba(0, 0, 0, 0.1);
}
.section.section-product-details .product-details-image div.images.woocommerce-product-gallery .flex-control-thumbs {
  margin-top: 1.25rem;
}
.section.section-product-details .product-details-image div.images.woocommerce-product-gallery .flex-control-thumbs li {
  border: 0.0625rem solid rgba(0, 0, 0, 0.1);
}
.section.section-product-details .product-details-image .main-image,
.section.section-product-details .product-details-image .image {
  border: 0.0625rem solid rgba(0, 0, 0, 0.1);
}
.section.section-product-details .product-details-image .thumbnails .image {
  max-width: 5.5rem;
}
.section.section-product-details .product-details-content {
  position: relative;
}
@media (max-width: 575px) {
  .section.section-product-details .product-details-content {
    margin-top: 2.5rem;
  }
}
.section.section-product-details .product-details-content .woocommerce-catalog-enquiry-btn {
  font-size: 1.125rem;
  line-height: 1;
  color: #FFFFFF;
  padding: 0.5rem 1.25rem;
  font-weight: 600;
  -webkit-transition: 0.4s all ease;
          transition: 0.4s all ease;
  border-radius: 0;
  background-color: #1B365D;
  min-width: 11.25rem;
  text-transform: uppercase;
}
.section.section-product-details .product-details-content .woocommerce-catalog-enquiry-btn:hover {
  background-color: #FFFFFF;
  color: #1B365D;
  box-shadow: 0 0.1875rem 0.375rem rgba(0, 0, 0, 0.6);
}
.section.section-product-details .product-details-content .group-flex {
  position: relative;
}
.section.section-product-details .product-details-content .group-flex-cart {
  max-width: 15.625rem;
}
.section.section-product-details .product-details-content .group-flex .group-compare-share {
  position: absolute;
  bottom: 0;
  right: 2.1875rem;
}
@media (max-width: 991px) {
  .section.section-product-details .product-details-content .group-flex .group-compare-share {
    position: static;
  }
}
.section.section-product-details .product-details-content form.cart {
  margin-bottom: 0;
}
.section.section-product-details .product-details-content form.cart table.variations {
  margin-bottom: 0;
}
.section.section-product-details .product-details-content .group-technology {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: -0.625rem;
}
.section.section-product-details .product-details-content .group-technology .item {
  margin-top: 0.9375rem;
  margin-left: 0.625rem;
}
.section.section-product-details .product-details-content .group-technology .item img {
  height: 2rem;
  width: auto;
}
.section.section-product-details .product-details-content .attributes .item-color {
  width: 2.25rem;
  height: 2.25rem;
  border: 0.125rem solid #dbdbdb;
}
.section.section-product-details .product-details-content .attributes .item-color.active {
  outline: 0.125rem solid #1B365D;
}
.section.section-product-details .product-details-content .attributes .item-color.bg-dark-grey {
  background-color: #3E3E3E;
}
.section.section-product-details .product-details-content .attributes .item-color.bg-grey {
  background-color: #B2B2B2;
}
.section.section-product-details .product-details-content .attributes .item-color.bg-white {
  background-color: white;
}
.section.section-product-details .product-details-content .attributes .item-color + .item-color {
  margin-left: 0.625rem;
}
.section.section-product-details .product-details-content .description p:last-of-type {
  margin-top: 0.3125rem;
}
.section.section-product-details .product-details .promotion-applicable .promotion-applicable-item {
  font-size: 0.875rem;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 33.31%;
          flex: 0 0 33.31%;
  max-width: 31%;
  padding: 0.3125rem 0.625rem;
  background-color: #a5986d;
  color: white;
  text-align: center;
  border-top-left-radius: 0.625rem;
  border-top-right-radius: 0.625rem;
  position: relative;
}
.section.section-product-details .product-details .promotion-applicable .promotion-applicable-item:after {
  position: absolute;
  content: '';
  width: 0;
  height: 0;
  border-top: 0.9375rem solid #FFFFFF;
  border-left: 0.9375rem solid transparent;
  top: 0;
  right: 0;
}
.section.section-product-details .product-details .promotion-applicable .promotion-applicable-item + .promotion-applicable-item {
  margin-left: 0.9375rem;
}
.section.section-product-details .product-details-more-info {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.section.section-product-details .product-details-more-info .content {
  font-size: 0.5625rem;
  padding: 0.625rem 0.625rem;
  width: 100px;
}
.section.section-product-details .product-details-more-info .flag {
  min-width: 100px;
  height: 2.5rem;
}
.section.section-product-details .product-details-more-info .flag .flag-element {
  -webkit-animation: oscill 1s ease-in-out infinite alternate;
  animation: oscill 1s ease-in-out infinite alternate;
  position: relative;
  height: 2.5rem;
  width: 1px;
  display: inline-block;
  background-color: #008C95;
}
.section.section-product-details .product-details-more-info .flag .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  z-index: 3;
}
.section.section-product-details .product-details-more-info .flag .item + .item {
  margin-left: 0.625rem;
}
.section.section-product-details .product-details-more-info .flag.warranty .flag-element {
  background-color: #007096;
}
.section.section-product-details .product-details-more-info .flag + .flag {
  margin-left: 1.25rem;
}
@-webkit-keyframes oscill {
  0% {
    top: 5%;
  }
  100% {
    top: -5%;
  }
}
@keyframes oscill {
  0% {
    top: 5%;
  }
  100% {
    top: -5%;
  }
}
.section.section-product-tab .product-tab ul.nav {
  background-color: #1B365D;
  border: 0.0625rem solid #707070;
  font-size: 1.125rem;
  line-height: 1.33333333;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}
@media (max-width: 575px) {
  .section.section-product-tab .product-tab ul.nav {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    background-color: transparent;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    border: none;
  }
}
@media (max-width: 575px) {
  .section.section-product-tab .product-tab ul.nav .nav-item {
    width: 48%;
    margin-top: 0.625rem;
  }
}
.section.section-product-tab .product-tab ul.nav .nav-link {
  color: #FFFFFF;
  padding: 0.625rem 1.25rem;
  border-radius: 0;
}
@media (max-width: 575px) {
  .section.section-product-tab .product-tab ul.nav .nav-link {
    background-color: #1B365D;
  }
}
.section.section-product-tab .product-tab ul.nav .nav-link.active {
  font-weight: bold;
  background-color: transparent;
}
@media (max-width: 575px) {
  .section.section-product-tab .product-tab ul.nav .nav-link.active {
    background-color: #1B365D;
  }
}
.section.section-product-tab .product-tab-content {
  padding: 3.125rem 0rem;
}
.section.section-product-tab .product-tab-content .technology-details-content .item-content-title span {
  vertical-align: middle;
}
.section.section-product-tab .product-tab-content .technology-details-content .item-content-title img {
  margin-left: 0.625rem;
  max-width: 2rem;
  min-width: 2rem;
}
.section.section-product-tab .product-tab-content .technology-details-content .item:first-child {
  margin-top: 0;
}
.section.section-product-tab .product-tab-featured-video {
  padding: 3.125rem 0rem;
  background-color: #F4F4F4;
}
.section.section-product-tab .product-tab-featured-video .featured-video.owl-carousel .owl-dots {
  margin-top: 2.5rem;
}
.section.section-product-tab .product-tab-featured-video .featured-video .owl-stage {
  margin-left: auto;
  margin-right: auto;
}
.section.section-product-tab .product-tab-featured-video .featured-video .item iframe {
  width: 100%;
}
.section.section-similar-products {
  padding: 3.125rem 0rem;
}
.section.section-similar-products .similar-products .similar-products-loop.owl-carousel .owl-dots {
  margin-top: 2.5rem;
}
.section.section-product-compare {
  padding-top: 3.75rem;
  padding-bottom: 5rem;
}
.section.section-product-compare .product-compare-content .form-block .form-control {
  border: 0.0625rem solid rgba(112, 112, 112, 0.2);
}
.section.section-product-compare .product-compare-content .products {
  padding-bottom: 1.25rem;
}
.section.section-product-compare .product-compare-content .products .item {
  margin-top: 0.9375rem;
}
.section.section-product-compare .product-compare-content .products .item .sub-title {
  min-height: 3.75rem;
}
.section.section-product-compare .product-compare-content .products .collapse-compare {
  margin-top: 1.25rem;
}
.section.section-product-compare .product-compare-content .products .compare-product-attribute {
  padding: 0.625rem 0rem;
  font-size: 0.8125rem;
}
.section.section-product-compare .product-compare-content .products .compare-product-attribute .item-attribute {
  height: 3.75rem;
  overflow-y: auto;
}
@media (max-width: 575px) {
  .section.section-product-compare .product-compare-content .products .compare-product-attribute .item-attribute {
    height: 5rem;
  }
}
.section.section-product-compare .product-compare-content .products .compare-product-attribute .item-attribute-title,
.section.section-product-compare .product-compare-content .products .compare-product-attribute .item-attribute-description {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 49%;
          flex: 0 0 49%;
  max-width: 49%;
}
.section.section-product-compare .product-compare-content .products .compare-product-attribute .item-attribute .item-desc {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 48%;
          flex: 0 0 48%;
  max-width: 48%;
}
.section.section-product-compare .product-compare-content .products .compare-product-attribute .item-attribute .item-desc + .item-desc {
  margin-left: 0.3125rem;
  padding-left: 0.3125rem;
  border-left: 0.0625rem solid rgba(0, 0, 0, 0.1);
}
.section.section-product-compare .product-compare-content .products .compare-product-attribute .item-attribute .item-desc:last-child {
  -webkit-box-flex: 1;
      -ms-flex: auto;
          flex: auto;
  max-width: none;
}
.section.section-product-compare .product-compare-content .owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 1.875rem;
  margin-bottom: 1.875rem;
}
.section.section-product-compare .product-compare .row-list-compare {
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
.section.section-product-compare .product-compare + .product-compare {
  margin-top: 1.25rem;
}
.section.section-support {
  padding: 3.75rem 0rem;
}
.section.section-support .form-block .form-control {
  border: 0.0625rem solid rgba(112, 112, 112, 0.2);
}
.section.section-support .support-content .accordion-block .item {
  border: none;
}
.section.section-support .support-content .accordion-block .item-title {
  border-bottom: 0.125rem solid rgba(112, 112, 112, 0.3);
  padding-left: 1.25rem;
}
.section.section-support .support-content .accordion-block .item-content {
  padding: 0.9375rem 2.1875rem;
}
.section.section-support .support-content .accordion-block .item-content ul.nav:after {
  border: none;
}
.section.section-support .support-content .accordion-block .item-content ul.nav li {
  margin-top: 1.0625rem;
  width: 100%;
}
.section.section-support .support-content .accordion-block .item-content ul.nav li.nav-item {
  margin-left: 0;
}
.section.section-support .support-content .accordion-block .item-content ul.nav li.active {
  font-weight: bold;
}
.section.section-support .support-content .accordion-block .item-content ul.nav li .nav-link {
  border: none;
  padding: 0;
}
.section.section-support .support-content .accordion-block .maintanance-guide-ul li .nav-link {
  border-bottom: 0.0625rem solid rgba(112, 112, 112, 0.3);
  padding: 0.9375rem 1.25rem;
}
.section.section-support .support-content .accordion-block .maintanance-guide-ul li .nav-link.active {
  font-weight: bold;
}
@media (max-width: 575px) {
  .section.section-support .support-content-content {
    margin-top: 1.5625rem;
  }
}
.section.section-support .support-content-content ul.questions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.section.section-support .support-content-content ul.questions li {
  margin-top: 1.875rem;
  width: 48%;
}
.section.section-support .support-content-content ul.questions li a {
  text-decoration: underline;
}
.section.section-support .support-content-content ul.questions li:before {
  content: '\f105';
  font-family: 'FontAwesome';
  display: inline-block;
  margin-right: 0.625rem;
  font-weight: bold;
}
.section.section-support.section-documents-download {
  padding: 5rem 0rem;
  background-color: rgba(198, 218, 231, 0.2);
}
.section.section-support.section-documents-download .documents-download .dropdown-menu .dropdown-item {
  border: none;
}
.section.section-support.section-documents-download .documents-download .dropdown-menu .dropdown-item.active,
.section.section-support.section-documents-download .documents-download .dropdown-menu .dropdown-item:hover {
  background-color: transparent;
  color: #1B365D;
  font-weight: bold;
}
.section.section-gas-hob {
  padding: 3.75rem 0rem;
}
.section.section-gas-hob .gas-hob -content .item:first-child {
  margin-top: 0;
}
.section.section-gas-hob .gas-hob -content .item-image {
  padding: 0;
  border: none;
}
.section.section-helpful-video {
  padding: 3.125rem 0rem;
  background-color: rgba(198, 218, 231, 0.2);
}
.section.section-helpful-video .helpful-video .featured-video.owl-carousel .owl-dots {
  margin-top: 1.875rem;
}
.section.section-helpful-video .helpful-video .featured-video .item iframe {
  width: 100%;
}
.section.section-helpful-video.section-popular-video {
  background-color: #F4F4F4;
}
.section.section-helpful-video.section-popular-video .featured-video .owl-stage {
  margin-left: auto;
  margin-right: auto;
}
.section.section-only-button {
  padding: 3.125rem 0rem;
}
.section.section-fujioh-intro {
  padding-top: 2.5rem;
  padding-bottom: 3.75rem;
}
.section.section-fujioh-intro .fujioh-intro {
  padding: 0rem 1.875rem;
}
@media (max-width: 991px) {
  .section.section-fujioh-intro .fujioh-intro {
    padding: 0;
  }
}
.section.section-fujioh-intro .fujioh-intro [class^="col-"],
.section.section-fujioh-intro .fujioh-intro [class*=" col-"] {
  margin-top: 1.25rem;
}
.section.section-fujioh-intro .fujioh-intro .item {
  border: 0.125rem solid #1B365D;
  height: 100%;
}
.section.section-fujioh-intro .fujioh-intro .item-title {
  padding: 1.25rem 1.875rem;
  background-color: #1B365D;
}
.section.section-fujioh-intro .fujioh-intro .item-title-image {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.section.section-fujioh-intro .fujioh-intro .item-content {
  padding: 1.875rem 1.25rem;
}
.section.section-initiatives {
  padding-bottom: 1.875rem;
}
.section.section-initiatives .initiatives .item-title {
  padding-bottom: 0.625rem;
  border-bottom: 0.125rem solid #000000;
}
.section.section-initiatives .initiatives .item-content {
  padding: 3.125rem 0rem;
}
.section.section-initiatives .initiatives .item-content table {
  margin-top: 1.875rem;
  width: 100%;
}
.section.section-initiatives .initiatives .item-content table thead th,
.section.section-initiatives .initiatives .item-content table thead td {
  text-align: center;
  font-size: 1.25rem;
}
.section.section-initiatives .initiatives .item-content table th {
  background-color: #F4F4F4;
}
.section.section-initiatives .initiatives .item-content table td,
.section.section-initiatives .initiatives .item-content table th {
  border: 0.125rem solid rgba(0, 0, 0, 0.5);
  vertical-align: middle;
  padding: 1.875rem 3.125rem;
}
@media (max-width: 991px) {
  .section.section-initiatives .initiatives .item-content table td,
  .section.section-initiatives .initiatives .item-content table th {
    padding: 1.25rem 0.9375rem;
  }
}
.section.section-initiatives .initiatives .item-content table td a,
.section.section-initiatives .initiatives .item-content table th a {
  color: #1B365D;
  text-decoration: underline;
}
.section.section-initiatives .initiatives .item-content table td img,
.section.section-initiatives .initiatives .item-content table th img {
  width: 6.25rem;
}
.section.section-tech-details-main {
  padding-top: 3.125rem;
  padding-bottom: 5rem;
}
.section.section-tech-details-main .tech-details-main-title .image {
  max-width: 8.75rem;
  margin-left: auto;
  margin-right: auto;
}
.section.section-tech-details-main .tech-details-main-image .image {
  border: 0.0625rem solid rgba(0, 0, 0, 0.1);
}
.section.section-technology-details-bottom {
  padding-top: 5rem;
}
.section.section-technology-details-bottom .item-carousel-image .item-image {
  padding: 0.625rem 0.625rem;
  border: 0.125rem solid rgba(0, 0, 0, 0.1);
}
@media (max-width: 575px) {
  .section.section-technology-details-bottom .technology-details-content .item:nth-child(2n) > .row {
    -ms-flex-flow: column-reverse;
        flex-flow: column-reverse;
  }
}
@media (max-width: 575px) {
  .section.section-technology-details-bottom .technology-details-content .item-content {
    margin-bottom: 1.875rem;
  }
}
.section.section-list-topic {
  padding-bottom: 3.75rem;
}
.section.section-list-topic .list-topic .name-item-bigger {
  min-height: 5rem;
}
.section.section-unique-coatings {
  padding-top: 3.125rem;
  padding-bottom: 5rem;
}
.section.section-unique-coatings .unique-coatings-gallery .owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 3.125rem;
}
.section.section-unique-coatings .unique-coatings-tabs ul.nav-tabs {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: none;
}
@media (max-width: 575px) {
  .section.section-unique-coatings .unique-coatings-tabs ul.nav-tabs {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
@media (max-width: 575px) {
  .section.section-unique-coatings .unique-coatings-tabs ul.nav-tabs .nav-item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
    margin-top: 1.25rem;
  }
}
.section.section-unique-coatings .unique-coatings-tabs ul.nav-tabs .nav-item .nav-link {
  font-size: 1.3125rem;
  line-height: 1.28571429;
  text-transform: uppercase;
  border: none;
  padding: 0.5rem 1.25rem;
  background-color: #1B365D;
  width: 13.75rem;
  text-align: center;
  border-radius: 0;
  color: #FFFFFF;
  font-weight: 600;
  opacity: 1;
}
.section.section-unique-coatings .unique-coatings-tabs ul.nav-tabs .nav-item .nav-link.active {
  font-weight: bold;
  color: #FFFFFF;
}
.section.section-unique-coatings .unique-coatings-tabs ul.nav-tabs .nav-item + .nav-item {
  margin-left: 2.5rem;
}
@media (max-width: 575px) {
  .section.section-unique-coatings .unique-coatings-tabs ul.nav-tabs .nav-item + .nav-item {
    margin-left: 0;
  }
}
@media (max-width: 575px) {
  .section.section-unique-coatings .unique-coatings-tabs-content .content {
    margin-top: 1.875rem;
  }
}
.section.section-unique-coatings .unique-coatings-tabs-content .content .list-icon {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.section.section-unique-coatings .unique-coatings-tabs-content .content .list-icon .item {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 34%;
          flex: 0 0 34%;
  max-width: 0 0 34%;
}
.section.section-unique-coatings .unique-coatings-tabs-content .content .list-icon .item-image img {
  height: 2rem;
  width: auto;
}
.section.section-only-button-technology {
  padding: 5rem 0rem;
}
.section.section-advanced-fume-oil {
  padding-top: 3.125rem;
  padding-bottom: 5rem;
}
.section.section-advanced-fume-oil .list-icon {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.section.section-advanced-fume-oil .list-icon .item {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 34%;
          flex: 0 0 34%;
  max-width: 0 0 34%;
}
.section.section-advanced-fume-oil .list-icon .item-image img {
  height: 2rem;
  width: auto;
}
@media (max-width: 575px) {
  .section.section-advanced-fume-oil .advanced-fume-oil-content,
  .section.section-advanced-fume-oil .advanced-fume-oil-image {
    margin-top: 2.5rem;
  }
}
.section.section-search {
  padding: 5rem 0rem;
}
.section.section-search .search-item + .search-item {
  padding-top: 1.875rem;
  border-top: 0.0625rem solid rgba(0, 0, 0, 0.1);
}
footer .footer-content {
  padding: 3.75rem 0rem;
  color: #1B365D;
  background-color: #EDEDED;
}
footer .footer-left {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  position: relative;
}
@media (max-width: 991px) {
  footer .footer-menu {
    max-width: 33.33%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33%;
            flex: 0 0 33.33%;
  }
}
@media (max-width: 991px) {
  footer .footer-menu:nth-child(n + 4) {
    margin-top: 1.875rem;
  }
}
footer .footer-menu-title {
  font-size: 1.0625rem;
  line-height: 1.29411765;
  font-weight: 600;
}
footer .footer-menu-content {
  max-width: 12.5rem;
}
footer .footer-menu-content li + li {
  margin-top: 0.625rem;
}
footer .footer-menu-content li .group-social .item {
  max-width: 1.875rem;
  min-width: 1.875rem;
}
footer .footer-menu-content li .group-social .item + .item {
  margin-left: 1.25rem;
}
footer .footer-bottom {
  color: #FFFFFF;
  background-color: #1B365D;
  padding: 0.625rem 0rem;
  font-size: 0.875rem;
  line-height: 1.28571429;
}
footer .footer-scroll-top {
  position: absolute;
  z-index: 3;
  top: -3.75rem;
  right: 0;
  max-width: 2.25rem;
}
footer .footer-scroll-top .image {
  max-width: 2.375rem;
  cursor: pointer;
}
