@font-face {
  font-family: "Trade Gothic LT Std";
  font-weight: normal;
  src: url("../fonts/TradeGothicLTStd/TradeGothicLTStd.eot");
  src: url("../fonts/TradeGothicLTStd/TradeGothicLTStd.eot?#iefix") format("embedded-opentype"), url("../fonts/TradeGothicLTStd/TradeGothicLTStd.woff2") format("woff2"), url("../fonts/TradeGothicLTStd/TradeGothicLTStd.woff") format("woff"), url("../fonts/TradeGothicLTStd/TradeGothicLTStd.ttf") format("truetype"), url("../fonts/TradeGothicLTStd/TradeGothicLTStd.svg") format("svg");
}
@font-face {
  font-family: "Trade Gothic LT Std";
  font-weight: bold;
  src: url("../fonts/TradeGothicLTStd/TradeGothicLTStd-BoldExt.eot");
  src: url("../fonts/TradeGothicLTStd/TradeGothicLTStd-BoldExt.eot?#iefix") format("embedded-opentype"), url("../fonts/TradeGothicLTStd/TradeGothicLTStd-BoldExt.woff2") format("woff2"), url("../fonts/TradeGothicLTStd/TradeGothicLTStd-BoldExt.woff") format("woff"), url("../fonts/TradeGothicLTStd/TradeGothicLTStd-BoldExt.ttf") format("truetype"), url("../fonts/TradeGothicLTStd/TradeGothicLTStd-BoldExt.svg") format("svg");
}
/*!
 *  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-4.7.0/fontawesome-webfont.eot?v=4.7.0");
  src: url("../fonts/font-awesome-4.7.0/fontawesome-webfont.eot?#iefix&v=4.7.0") format("embedded-opentype"), url("../fonts/font-awesome-4.7.0/fontawesome-webfont.woff2?v=4.7.0") format("woff2"), url("../fonts/font-awesome-4.7.0/fontawesome-webfont.woff?v=4.7.0") format("woff"), url("../fonts/font-awesome-4.7.0/fontawesome-webfont.ttf?v=4.7.0") format("truetype"), url("../fonts/font-awesome-4.7.0/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal;
}
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  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.3333333333em;
  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.2857142857em;
  text-align: center;
}

.fa-ul {
  padding-left: 0;
  margin-left: 2.1428571429em;
  list-style-type: none;
}
.fa-ul > li {
  position: relative;
}

.fa-li {
  position: absolute;
  left: -2.1428571429em;
  width: 2.1428571429em;
  top: 0.1428571429em;
  text-align: center;
}
.fa-li.fa-lg {
  left: -1.8571428571em;
}

.fa-border {
  padding: 0.2em 0.25em 0.15em;
  border: solid 0.08em #eee;
  border-radius: 0.1em;
}

.fa-pull-left {
  float: left;
}

.fa-pull-right {
  float: right;
}

.fa.fa-pull-left {
  margin-right: 0.3em;
}
.fa.fa-pull-right {
  margin-left: 0.3em;
}

/* Deprecated as of 4.4.0 */
.pull-right {
  float: right;
}

.pull-left {
  float: left;
}

.fa.pull-left {
  margin-right: 0.3em;
}
.fa.pull-right {
  margin-left: 0.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 {
  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: #fff;
}

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

body.rs-page {
  font-size: 16px;
}
body.rs-page.openGallery, body.rs-page.openGallery * {
  max-height: 100vh !important;
  overflow-y: hidden;
}
body.rs-page #openCloseHam + a {
  height: 48px;
  visibility: visible;
}
@media (min-width: 1400px) {
  body.rs-page .container, body.rs-page .container-sm, body.rs-page .container-md, body.rs-page .container-lg, body.rs-page .container-xl {
    max-width: 1300px !important;
  }
}
body.rs-page section {
  padding: 3rem 0;
  font-family: "Open Sans", sans-serif;
}
@media (min-width: 700px) {
  body.rs-page section {
    padding: 5rem 0;
  }
}
body.rs-page section.border-top-style {
  border-top: dashed 1px #787878;
}
body.rs-page section.spec-variety h1 {
  font-weight: bold;
  font-size: 24px;
  line-height: 29px;
  color: #000000;
  font-family: "Trade Gothic LT Std";
  text-transform: uppercase;
}
body.rs-page section.spec-variety .crop {
  font-size: 14px;
  line-height: 19px;
  color: #787878;
  margin-bottom: 20px;
}
body.rs-page section.spec-variety h3 a {
  font-weight: 600;
  font-size: 18px;
  line-height: 25px;
  text-decoration-line: underline;
  color: #006940;
  margin-bottom: 46px;
  display: block;
}
body.rs-page section.spec-variety .description ul {
  position: relative;
  list-style: none;
}
body.rs-page section.spec-variety .description ul li {
  position: relative;
  padding: 0 0 0 20px;
}
body.rs-page section.spec-variety .description .walters_gardens {
  max-height: 100px;
  width: auto !important;
}
body.rs-page section.spec-variety .content-variety-carousel {
  width: 100%;
  display: block;
  margin: 40px auto 30px;
  position: relative;
}
body.rs-page section.spec-variety .content-variety-carousel .variety-slider {
  opacity: 0;
}
@media (min-width: 992px) {
  body.rs-page section.spec-variety .content-variety-carousel {
    margin: 0 auto 40px;
  }
}
body.rs-page section.spec-variety .content-variety-carousel .box-slider {
  width: 100%;
}
@media (max-width: 1239px) {
  body.rs-page section.spec-variety .content-variety-carousel .box-slider {
    display: inline-block;
    padding-bottom: 120px;
    position: relative;
  }
}
body.rs-page section.spec-variety .content-variety-carousel .box-slider .thumb-vehicle {
  width: 115px;
  float: left;
  vertical-align: top;
}
@media (max-width: 1239px) {
  body.rs-page section.spec-variety .content-variety-carousel .box-slider .thumb-vehicle {
    width: 100%;
    float: left;
    position: absolute;
    bottom: 0;
  }
}
body.rs-page section.spec-variety .content-variety-carousel .box-slider .thumb-vehicle .slick-list {
  height: 355px !important;
}
@media (max-width: 1239px) {
  body.rs-page section.spec-variety .content-variety-carousel .box-slider .thumb-vehicle .slick-list {
    height: 100px !important;
    width: calc(100% - 100px);
    float: left;
  }
}
body.rs-page section.spec-variety .content-variety-carousel .box-slider .thumb-vehicle .slick-list .slick-slide {
  width: 100%;
  padding: 0;
  transition: 0.3s all;
  border: 2px solid #E5E5E5;
  height: 100px;
  margin: 0 7px;
}
@media (min-width: 1240px) {
  body.rs-page section.spec-variety .content-variety-carousel .box-slider .thumb-vehicle .slick-list .slick-slide {
    height: 80px;
    margin: 0 0 20px;
    border: 3px solid #E5E5E5;
  }
}
body.rs-page section.spec-variety .content-variety-carousel .box-slider .thumb-vehicle .slick-list .slick-slide:hover, body.rs-page section.spec-variety .content-variety-carousel .box-slider .thumb-vehicle .slick-list .slick-slide:focus {
  border: 2px solid #5e5e5e;
}
@media (min-width: 1240px) {
  body.rs-page section.spec-variety .content-variety-carousel .box-slider .thumb-vehicle .slick-list .slick-slide:hover, body.rs-page section.spec-variety .content-variety-carousel .box-slider .thumb-vehicle .slick-list .slick-slide:focus {
    border: 3px solid #5e5e5e;
  }
}
body.rs-page section.spec-variety .content-variety-carousel .box-slider .thumb-vehicle .slick-list .slick-slide > div {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
}
body.rs-page section.spec-variety .content-variety-carousel .box-slider .thumb-vehicle .slick-list .slick-slide > div .thumbnail-slide {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
body.rs-page section.spec-variety .content-variety-carousel .box-slider .thumb-vehicle .slick-list .slick-slide > div .thumbnail-slide img {
  object-fit: cover;
  min-width: 100%;
  min-height: 100%;
  margin: 0;
  padding: 0;
  cursor: pointer;
}
body.rs-page section.spec-variety .content-variety-carousel .box-slider .thumb-vehicle .slick-arrow {
  font-size: 0;
  width: 100%;
  height: 65px;
  background-color: transparent;
  background-position: center;
  background-repeat: no-repeat;
}
@media (max-width: 1239px) {
  body.rs-page section.spec-variety .content-variety-carousel .box-slider .thumb-vehicle .slick-arrow {
    width: 50px;
    height: 100px;
    display: block;
    vertical-align: top;
  }
}
body.rs-page section.spec-variety .content-variety-carousel .box-slider .thumb-vehicle .slick-arrow.slick-prev {
  background-image: url(../images/arrow-up-slider.svg);
}
@media (max-width: 1239px) {
  body.rs-page section.spec-variety .content-variety-carousel .box-slider .thumb-vehicle .slick-arrow.slick-prev {
    background-image: url(../images/arrow-left-slider.svg);
    float: left;
  }
}
body.rs-page section.spec-variety .content-variety-carousel .box-slider .thumb-vehicle .slick-arrow.slick-next {
  background-image: url(../images/arrow-down-slider.svg);
}
@media (max-width: 1239px) {
  body.rs-page section.spec-variety .content-variety-carousel .box-slider .thumb-vehicle .slick-arrow.slick-next {
    background-image: url(../images/arrow-right-slider.svg);
    float: right;
  }
}
body.rs-page section.spec-variety .content-variety-carousel .box-slider .slider-big-image {
  float: right;
  overflow: hidden;
  border: 3px solid #E5E5E5;
  width: 100%;
}
@media (min-width: 1240px) {
  body.rs-page section.spec-variety .content-variety-carousel .box-slider .slider-big-image {
    width: calc(100% - 140px);
  }
}
body.rs-page section.spec-variety .content-variety-carousel .box-slider .slider-big-image .slick-list .slick-track .slick-slide > div {
  width: 100%;
  height: 100%;
}
body.rs-page section.spec-variety .content-variety-carousel .box-slider .slider-big-image .slick-list .slick-track .slick-slide > div .slide-image {
  width: 100%;
  height: 100%;
}
body.rs-page section.spec-variety .content-variety-carousel .box-slider .slider-big-image .slick-list .slick-track .slick-slide > div .slide-image img {
  object-fit: cover;
  object-position: center;
  min-width: 100%;
  min-height: 100%;
}
body.rs-page section.spec-variety .content-variety-carousel .box-slider .slider-big-image .tags {
  z-index: 10;
  width: 100%;
  max-width: 100%;
  min-height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
}
body.rs-page section.spec-variety .content-variety-carousel .box-slider .slider-big-image .tags .tag {
  background-color: #006940;
  color: #fff;
  font-weight: 500;
  font-size: 12px;
  line-height: 14px;
  text-align: center;
  padding: 2px 13px 3px;
  margin: 0 5px 5px 0;
  display: table;
  border-radius: 0 0 10px 0;
}
body.rs-page section.spec-variety .content-variety-carousel .box-slider .slider-big-image .tags .tag.tag-slug-award_winner, body.rs-page section.spec-variety .content-variety-carousel .box-slider .slider-big-image .tags .tag.tag-slug-best_seller {
  background-color: #D80B8C;
  position: absolute;
  right: 0;
  border-radius: 0 0 0 10px;
  margin: 0 0 5px 5px;
}
body.rs-page section.spec-variety .content-variety-carousel .box-slider .slider-big-image .tags .tag.tag-slug-award_winner {
  bottom: 5px;
}
body.rs-page section.spec-variety .content-variety-carousel .box-slider .slider-big-image .tags .tag.tag-slug-best_seller {
  top: 5px;
}
body.rs-page section.spec-variety .content-variety-carousel .box-slider .slider-big-image .tags .tag[class*=" tag-slug-brand_new_"] {
  position: absolute;
  transform: rotate(-45deg) translate(-30%, -25%);
  padding: 5px 0;
  width: 200px;
  text-align: center;
  text-transform: uppercase;
  border-radius: 0;
}
body.rs-page section.spec-variety .content-variety-carousel .box-slider .slider-big-image .tags .tag.tag-slug-ttpm {
  background-color: #fff;
  border: 1px solid #006940;
  border-radius: 0 0 0 10px;
  float: right;
  position: absolute;
  bottom: 2px;
  right: -6px;
  color: #006940;
  padding: 2px 12px 3px 15px;
}
body.rs-page section.spec-variety .content-variety-carousel .box-slider .slider-big-image .tags .tag.tag-slug-fyf {
  background: #fff url(../images/tag-slug-fyf.svg);
  height: 51px;
  width: 47px;
  float: right;
  padding: 0;
  margin: 3px 3px 0 0;
  font-size: 0;
  border-radius: 0;
}
body.rs-page section.spec-variety .content-variety-carousel .box-slider .control-image {
  float: right;
  height: 55px;
  background-color: #E5E5E5;
  width: 100%;
  position: relative;
  top: -7px;
}
@media (min-width: 1240px) {
  body.rs-page section.spec-variety .content-variety-carousel .box-slider .control-image {
    width: 352px;
    margin-bottom: 30px;
  }
}
@media (min-width: 1400px) {
  body.rs-page section.spec-variety .content-variety-carousel .box-slider .control-image {
    width: 432px;
    margin-bottom: 50px;
    top: -3px;
  }
}
body.rs-page section.spec-variety .content-variety-carousel .box-slider .control-image .btn-function {
  color: #006940;
  font-family: "Roboto";
  line-height: 16px;
  text-align: center;
  cursor: pointer;
  vertical-align: middle;
  display: flex;
  font-size: 12px;
}
@media (min-width: 480px) {
  body.rs-page section.spec-variety .content-variety-carousel .box-slider .control-image .btn-function {
    font-size: 14px;
  }
}
body.rs-page section.spec-variety .content-variety-carousel .box-slider .control-image .btn-function:hover, body.rs-page section.spec-variety .content-variety-carousel .box-slider .control-image .btn-function:focus {
  text-decoration: underline;
}
body.rs-page section.spec-variety .content-variety-carousel .box-slider .control-image .btn-function img {
  height: 20px;
  display: inline-block;
}
@media (max-width: 480px) {
  body.rs-page section.spec-variety .content-variety-carousel .box-slider .control-image .btn-function img.icon-function {
    width: 26px;
  }
}
body.rs-page section.spec-variety .content-variety-carousel .box-slider .control-image .btn-function.btn-add-to-materials {
  display: none !important;
}
@media (min-width: 1240px) {
  body.rs-page section.spec-variety .fix-position {
    margin-left: 140px !important;
  }
}
@media (min-width: 1240px) and (max-width: 1399px) {
  body.rs-page section.spec-variety .fix-position {
    max-width: 380px;
  }
}
body.rs-page section.spec-variety a.has_is_durbella {
  font-family: Open Sans;
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 25px;
  text-decoration-line: underline;
  color: #682C91;
  display: block;
}
body.rs-page section.spec-variety a.has_is_durbella svg {
  width: 126px;
  height: 43px;
}
body.rs-page section.spec-variety a.has_is_durbella span {
  margin-top: 16px;
  margin-left: 5px;
}
@media (min-width: 500px) {
  body.rs-page section.spec-variety a.has_is_durbella {
    display: flex;
  }
}
body.rs-page section.head-series .series-image {
  width: 100%;
  height: 270px;
  color: #ffffff;
  padding-top: 30px;
  background-position: center;
  background-size: cover;
  position: relative;
}
@media (min-width: 768px) {
  body.rs-page section.head-series .series-image {
    height: 400px;
  }
}
body.rs-page section.head-series .series-image .bg-green {
  background: #006940;
  padding: 20px 15px 20px 10px;
  display: inline-block;
  width: auto;
}
@media (min-width: 768px) {
  body.rs-page section.head-series .series-image .bg-green {
    padding: 30px 23px 30px 17px;
  }
}
body.rs-page section.head-series .series-image .bg-green h1 {
  font-family: "Trade Gothic LT Std";
  font-weight: bold;
  text-transform: uppercase;
  color: #ffffff;
  font-size: 24px;
  line-height: 30px;
}
@media (min-width: 768px) {
  body.rs-page section.head-series .series-image .bg-green h1 {
    font-size: 34px;
    line-height: 41px;
  }
}
body.rs-page section.head-series .series-image .bg-green h3 {
  font-family: "Trade Gothic LT Std";
  font-size: 14px;
  line-height: 16px;
  font-weight: normal;
  color: #ffffff;
}
@media (min-width: 768px) {
  body.rs-page section.head-series .series-image .bg-green h3 {
    font-size: 15px;
    line-height: 18px;
  }
}
body.rs-page section.spec-variety, body.rs-page section.head-series {
  padding-top: 0;
}
body.rs-page section.spec-variety .description, body.rs-page section.head-series .description {
  font-weight: normal;
  font-size: 18px;
  line-height: 25px;
  color: #000000;
}
body.rs-page section.spec-variety ul, body.rs-page section.head-series ul {
  list-style: none;
  padding: 0 0 0 14px;
}
body.rs-page section.spec-variety ul li, body.rs-page section.head-series ul li {
  padding: 0 0 7px 20px;
  position: relative;
}
body.rs-page section.spec-variety ul li:before, body.rs-page section.head-series ul li:before {
  content: "";
  position: absolute;
  left: -10px;
  top: 12px;
  width: 6px;
  height: 6px;
  background: #444;
  border-radius: 50%;
}
body.rs-page section.spec-variety ul.winners, body.rs-page section.head-series ul.winners {
  list-style: none;
  padding: 0;
  margin: 20px 0;
}
body.rs-page section.spec-variety ul.winners li, body.rs-page section.head-series ul.winners li {
  margin: 0;
  display: inline-block;
  font-size: 16px;
  line-height: 50px;
}
body.rs-page section.spec-variety ul.winners li img, body.rs-page section.head-series ul.winners li img {
  max-width: 100px;
  float: left;
  margin-right: 10px;
}
body.rs-page section.spec-variety .features h4, body.rs-page section.spec-variety .suitable h4, body.rs-page section.head-series .features h4, body.rs-page section.head-series .suitable h4 {
  color: #006940;
  font-weight: 600;
  font-size: 22px;
  line-height: 30px;
}
body.rs-page section.spec-variety .features [class^=icon-], body.rs-page section.spec-variety .features [class*=" icon-"], body.rs-page section.spec-variety .suitable [class^=icon-], body.rs-page section.spec-variety .suitable [class*=" icon-"], body.rs-page section.head-series .features [class^=icon-], body.rs-page section.head-series .features [class*=" icon-"], body.rs-page section.head-series .suitable [class^=icon-], body.rs-page section.head-series .suitable [class*=" icon-"] {
  text-align: center;
  font-size: 16px;
  line-height: 19px;
  margin: 15px 0;
  width: 33%;
}
@media (min-width: 768px) {
  body.rs-page section.spec-variety .features [class^=icon-], body.rs-page section.spec-variety .features [class*=" icon-"], body.rs-page section.spec-variety .suitable [class^=icon-], body.rs-page section.spec-variety .suitable [class*=" icon-"], body.rs-page section.head-series .features [class^=icon-], body.rs-page section.head-series .features [class*=" icon-"], body.rs-page section.head-series .suitable [class^=icon-], body.rs-page section.head-series .suitable [class*=" icon-"] {
    width: 25%;
  }
}
body.rs-page section.spec-variety .features [class^=icon-] img, body.rs-page section.spec-variety .features [class*=" icon-"] img, body.rs-page section.spec-variety .suitable [class^=icon-] img, body.rs-page section.spec-variety .suitable [class*=" icon-"] img, body.rs-page section.head-series .features [class^=icon-] img, body.rs-page section.head-series .features [class*=" icon-"] img, body.rs-page section.head-series .suitable [class^=icon-] img, body.rs-page section.head-series .suitable [class*=" icon-"] img {
  margin: 0 auto;
  display: block;
  max-width: 100%;
  width: auto;
  height: 42px;
}
body.rs-page section.spec-variety .features [class^=icon-] .name-icon, body.rs-page section.spec-variety .features [class*=" icon-"] .name-icon, body.rs-page section.spec-variety .suitable [class^=icon-] .name-icon, body.rs-page section.spec-variety .suitable [class*=" icon-"] .name-icon, body.rs-page section.head-series .features [class^=icon-] .name-icon, body.rs-page section.head-series .features [class*=" icon-"] .name-icon, body.rs-page section.head-series .suitable [class^=icon-] .name-icon, body.rs-page section.head-series .suitable [class*=" icon-"] .name-icon {
  color: #000000;
  height: 45px;
}
body.rs-page section.spec-variety .features [class^=icon-] .name-icon .title-icon, body.rs-page section.spec-variety .features [class*=" icon-"] .name-icon .title-icon, body.rs-page section.spec-variety .suitable [class^=icon-] .name-icon .title-icon, body.rs-page section.spec-variety .suitable [class*=" icon-"] .name-icon .title-icon, body.rs-page section.head-series .features [class^=icon-] .name-icon .title-icon, body.rs-page section.head-series .features [class*=" icon-"] .name-icon .title-icon, body.rs-page section.head-series .suitable [class^=icon-] .name-icon .title-icon, body.rs-page section.head-series .suitable [class*=" icon-"] .name-icon .title-icon {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
body.rs-page section.spec-variety .features [class^=icon-] span, body.rs-page section.spec-variety .features [class*=" icon-"] span, body.rs-page section.spec-variety .suitable [class^=icon-] span, body.rs-page section.spec-variety .suitable [class*=" icon-"] span, body.rs-page section.head-series .features [class^=icon-] span, body.rs-page section.head-series .features [class*=" icon-"] span, body.rs-page section.head-series .suitable [class^=icon-] span, body.rs-page section.head-series .suitable [class*=" icon-"] span {
  color: #787878;
  font-weight: 600;
  font-size: 14px;
  line-height: 1.3;
  padding-top: 5px;
  display: block;
  border-top: dashed 1px #000000;
}
@media (min-width: 1240px) {
  body.rs-page section.spec-variety .table-availability, body.rs-page section.head-series .table-availability {
    padding: 0 155px;
  }
}
body.rs-page section.spec-variety .table-availability .table, body.rs-page section.head-series .table-availability .table {
  border: 2px solid #D80B8C;
  position: relative;
}
body.rs-page section.spec-variety .table-availability .table .location, body.rs-page section.head-series .table-availability .table .location {
  position: absolute;
  left: 0;
  top: 0;
  padding: 10px 14px;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  background-color: #D80B8C;
  line-height: 1;
  text-transform: uppercase;
}
body.rs-page section.spec-variety .table-availability .table .download, body.rs-page section.head-series .table-availability .table .download {
  position: absolute;
  bottom: 5px;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
  display: inline-block;
  margin: 0 auto 5px;
  width: 214px;
}
body.rs-page section.spec-variety .table-availability .table .download span, body.rs-page section.head-series .table-availability .table .download span {
  font-size: 14px;
  line-height: 19px;
  color: #404040;
  display: inline-block;
}
body.rs-page section.spec-variety .table-availability .table .download a, body.rs-page section.head-series .table-availability .table .download a {
  display: inline-block;
}
body.rs-page section.spec-variety .table-availability .table .th, body.rs-page section.head-series .table-availability .table .th {
  font-weight: 600;
  font-size: 12px;
  line-height: 16px;
  text-align: center;
  border: none;
  color: #D80B8C;
  padding: 10px;
}
@media (min-width: 992px) {
  body.rs-page section.spec-variety .table-availability .table .th, body.rs-page section.head-series .table-availability .table .th {
    padding: 10px 0 12px;
  }
}
body.rs-page section.spec-variety .table-availability .table .td, body.rs-page section.head-series .table-availability .table .td {
  font-size: 12px;
  line-height: 16px;
  text-align: center;
  color: #404040;
  border: none;
  padding: 10px;
}
@media (min-width: 992px) {
  body.rs-page section.spec-variety .table-availability .table .td, body.rs-page section.head-series .table-availability .table .td {
    padding: 0 5px 15px;
  }
}
body.rs-page section.spec-variety .table-availability .table .owl-loaded .owl-stage-outer, body.rs-page section.head-series .table-availability .table .owl-loaded .owl-stage-outer {
  overflow: hidden;
}
body.rs-page section.spec-variety .table-availability .table .owl-loaded .owl-nav > button, body.rs-page section.head-series .table-availability .table .owl-loaded .owl-nav > button {
  margin-top: 0;
  position: absolute;
  top: 0;
  background-color: transparent !important;
  border: none;
  width: 30px;
  height: 65px;
  padding: 0;
  background: none;
}
body.rs-page section.spec-variety .table-availability .table .owl-loaded .owl-nav > button:focus, body.rs-page section.head-series .table-availability .table .owl-loaded .owl-nav > button:focus {
  outline: none;
}
body.rs-page section.spec-variety .table-availability .table .owl-loaded .owl-nav > button.owl-prev, body.rs-page section.head-series .table-availability .table .owl-loaded .owl-nav > button.owl-prev {
  left: -18px;
}
body.rs-page section.spec-variety .table-availability .table .owl-loaded .owl-nav > button.owl-next, body.rs-page section.head-series .table-availability .table .owl-loaded .owl-nav > button.owl-next {
  right: 18px;
}
body.rs-page section.spec-variety .table-availability .table .owl-loaded .owl-nav > button i, body.rs-page section.head-series .table-availability .table .owl-loaded .owl-nav > button i {
  display: block;
}
body.rs-page section.people-also-viewed {
  background-color: #ECECEC;
}
body.rs-page section.people-also-viewed .container {
  background-color: #ECECEC;
}
body.rs-page section h2.title-section {
  color: #006940;
  position: relative;
  text-transform: uppercase;
  margin-bottom: 50px;
  font-size: 20px !important;
  font-family: "Trade Gothic LT Std" !important;
  letter-spacing: 0.15em;
  font-weight: normal;
}
@media (min-width: 640px) {
  body.rs-page section h2.title-section {
    font-size: 24px !important;
  }
}
body.rs-page section h2.title-section:after {
  content: "";
  position: absolute;
  bottom: -20px;
  left: 50%;
  width: 65px;
  height: 1.5px;
  background: #006940;
  transform: translateX(-50%);
}
body.rs-page section .title-item {
  font-style: normal;
  font-weight: normal;
  font-size: 20px;
  text-transform: initial;
  line-height: 27px;
  color: #404040;
}
body.rs-page section .title-item + span {
  font-size: 13px;
}
body.rs-page section .title-varieties {
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 19px;
  color: #404040;
}
body.rs-page section .title-varieties + span {
  font-size: 13px;
}
body.rs-page section .border-img {
  border: 2px solid #E5E5E5;
  width: 100%;
  text-align: center;
  margin-bottom: 15px;
  display: inline-flex;
  position: relative;
  height: 270px;
  background-color: #fff;
}
body.rs-page section .border-img img {
  margin: auto !important;
  vertical-align: middle;
  position: relative;
  z-index: 1;
  max-height: 100%;
}
body.rs-page section .video .border-img:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  background-color: rgba(120, 120, 120, 0.8);
  background-image: url(../images/video-player.svg);
  background-position: center;
  background-size: 104px 104px;
  background-repeat: no-repeat;
  bottom: 0;
  left: 0;
  z-index: 2;
  transition: 0.3s all;
}
body.rs-page section .video .border-img:hover:before {
  background-color: rgba(120, 120, 120, 0.9);
}
body.rs-page section .item span {
  color: #787878;
}
body.rs-page section .item .sub-title {
  font-size: 14px;
}
body.rs-page section .item .series {
  margin-bottom: 15px;
  transition: 0.3s all;
}
body.rs-page section .item .series img {
  border: 2px solid #E5E5E5;
  transition: 0.3s all;
}
body.rs-page section .item .series h4 {
  color: #404040;
  font-weight: 500;
  font-size: 18px;
  line-height: 40px;
  margin: 0;
}
body.rs-page section .item .series:hover img, body.rs-page section .item .series:focus img {
  box-shadow: 0 0 15px 0 #404040;
}
body.rs-page #breadcrumbs {
  background-color: #f0f9f6;
}
body.rs-page #breadcrumbs .container {
  height: 34px;
  font-size: 13px;
  background-color: #f0f9f6;
}
body.rs-page #breadcrumbs .container span {
  text-decoration: none;
  list-style: none;
  padding-right: 15px;
  line-height: 31px;
}
body.rs-page #breadcrumbs .container span .fa-chevron-right {
  font-size: 9px;
  line-height: 1;
  padding: 0 7px;
  color: #818181;
  font-weight: 100;
}
body.rs-page #breadcrumbs .container span a {
  color: #818181;
  text-decoration: none;
}
body.rs-page #breadcrumbs .container span a.home-class {
  color: #212524;
}
@media (min-width: 768px) {
  body.rs-page #filter-page .bg-dm-gray {
    background-color: #f1f1f1;
  }
}
@media (min-width: 768px) {
  body.rs-page #filter-page .bg-gray {
    background-color: #f1f1f1;
  }
}
@media (max-width: 767px) {
  body.rs-page #filter-page .bg-gray.send-search, body.rs-page #filter-page .bg-gray.reset {
    background-color: transparent !important;
  }
}
@media (max-width: 767px) {
  body.rs-page #filter-page .btn-switch {
    padding-left: 18px;
    margin-bottom: 10px;
    width: 170px;
  }
}
@media (max-width: 767px) {
  body.rs-page #filter-page.send-search, body.rs-page #filter-page.reset {
    background-color: transparent !important;
  }
}
body.rs-page #filter-page .filter-box {
  position: relative;
  padding: 0 15px;
}
@media (min-width: 768px) {
  body.rs-page #filter-page .filter-box {
    padding: 15px;
  }
}
@media (min-width: 992px) {
  body.rs-page #filter-page .filter-box {
    padding: 20px;
  }
}
@media (min-width: 1200px) {
  body.rs-page #filter-page .filter-box {
    padding: 20px 30px 30px;
  }
}
@media (min-width: 768px) {
  body.rs-page #filter-page .filter-box.active {
    z-index: 250;
  }
}
body.rs-page #filter-page .filter-box h4 {
  width: 100%;
  text-align: left;
  color: #006940;
  font-weight: 600;
  font-size: 18px;
  line-height: 25px;
}
@media (max-width: 767px) {
  body.rs-page #filter-page .filter-box h4 {
    display: none;
  }
}
body.rs-page #filter-page .filter-box button.rs-arrow-right {
  background-color: #fff;
  width: 100%;
  color: #000;
  letter-spacing: 0.03em;
  text-transform: capitalize;
  height: auto;
  border: 0;
  margin: 5px 0 0 0;
  text-align: left;
  position: relative;
  font-size: 14px;
  line-height: 18px;
  padding: 10px 40px 10px 22px;
}
@media (max-width: 767px) {
  body.rs-page #filter-page .filter-box button.rs-arrow-right {
    background-color: #f1f1f1;
    margin: 0;
  }
}
@media (min-width: 768px) {
  body.rs-page #filter-page .filter-box button.rs-arrow-right {
    padding: 6px 35px 6px 10px;
  }
}
@media (min-width: 1400px) {
  body.rs-page #filter-page .filter-box button.rs-arrow-right {
    font-size: 14px;
    line-height: 19px;
    padding: 8px 50px 8px 20px;
  }
}
body.rs-page #filter-page .filter-box button.rs-arrow-right:after {
  content: "";
  width: 17px;
  height: 18px;
  background-image: url(../images/arrow-right.svg);
  position: absolute;
  background-position: center;
  background-repeat: no-repeat;
  right: 12px;
  background-size: 75%;
}
@media (min-width: 768px) {
  body.rs-page #filter-page .filter-box button.rs-arrow-right:after {
    background-image: url(../images/button-arrow-right.svg);
  }
}
@media (min-width: 1400px) {
  body.rs-page #filter-page .filter-box button.rs-arrow-right:after {
    right: 20px;
    background-size: cover;
  }
}
@media (max-width: 767px) {
  body.rs-page #filter-page .filter-box.input-search {
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  body.rs-page #filter-page .filter-box.input-search .search-icon-rs {
    border: 1px solid #006940;
  }
  body.rs-page #filter-page .filter-box.input-search .search-icon-rs .input-name-varieties {
    padding: 6px 50px 6px 20px;
    margin: 0;
  }
}
@media (max-width: 479px) {
  body.rs-page #filter-page .filter-box.input-search .search-icon-rs .input-name-varieties {
    padding: 6px 50px 6px 14px;
    font-size: 14px;
  }
}
body.rs-page #filter-page .filter-box.input-search .search-icon-rs .button-icon {
  width: 24px;
  height: 24px;
  top: 6px;
  right: 10px;
}
@media (min-width: 768px) {
  body.rs-page #filter-page .filter-box.input-search .search-icon-rs .button-icon {
    top: 13px;
  }
}
@media (min-width: 1400px) {
  body.rs-page #filter-page .filter-box.input-search .search-icon-rs .button-icon {
    top: 14px;
    right: 16px;
  }
}
body.rs-page #filter-page .filter-box.input-search .autocomplete {
  z-index: 1;
}
body.rs-page #filter-page .filter-box.input-search .autocomplete .abs {
  left: 0;
  top: 0;
  width: 100%;
  box-shadow: 0px 2px 7px 0px #898989;
  border-radius: 7px;
  background-color: #f1f1f1;
}
body.rs-page #filter-page .filter-box.input-search .autocomplete .abs .fv {
  width: 100%;
  padding: 3px 10px 3px 20px;
  font-size: 12px;
  cursor: pointer;
}
body.rs-page #filter-page .filter-box .box-all-your-chooses {
  background-color: #DCDDDE;
  background-repeat: no-repeat;
  background-image: url(../images/eye.svg);
  background-size: 21px 11px;
  width: 100%;
  line-height: 30px;
  color: #000000;
  cursor: pointer;
  font-size: 10px;
  margin: 0;
  background-position: calc(100% - 10px) 10px;
  padding: 0 22px;
}
@media (min-width: 768px) {
  body.rs-page #filter-page .filter-box .box-all-your-chooses {
    margin: 11px 0 0;
    background-position: calc(100% - 18px) 10px;
    padding: 0 11px;
  }
}
@media (min-width: 1400px) {
  body.rs-page #filter-page .filter-box .box-all-your-chooses {
    font-size: 14px;
    padding: 0 20px;
  }
}
body.rs-page #filter-page .filter-box .search-icon-rs {
  position: relative;
  width: 100%;
}
body.rs-page #filter-page .filter-box .search-icon-rs .input-name-varieties {
  background-color: #fff;
  width: 100%;
  color: #000;
  letter-spacing: 0.03em;
  text-transform: capitalize;
  padding: 8px 50px 8px 20px;
  height: auto;
  margin: 5px 0 0 0;
  text-align: left;
  border: none;
}
body.rs-page #filter-page .filter-box .search-icon-rs .button-icon {
  width: 21px;
  height: 21px;
  background-image: url(../images/input-search.svg);
  position: absolute;
  background-position: center;
  background-size: cover;
  cursor: pointer;
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
  right: 0px;
  top: 4px;
}
@media (min-width: 992px) {
  body.rs-page #filter-page .filter-box .search-icon-rs .button-icon {
    right: 16px;
    top: 12px;
  }
}
body.rs-page #filter-page .filter-box .search-icon-rs .button-icon:hover {
  background-image: url(../images/input-search-gray.svg);
}
body.rs-page #filter-page .filter-box .box-choose {
  display: none;
  z-index: 190;
  position: absolute;
  background: #f1f1f1;
  top: 0;
  min-width: 540px;
  left: 0;
}
@media (min-width: 768px) {
  body.rs-page #filter-page .filter-box .box-choose {
    min-width: 365px;
    left: 100%;
  }
}
body.rs-page #filter-page .filter-box .box-choose.active {
  display: block;
  z-index: 250;
}
@media (max-width: 767px) {
  body.rs-page #filter-page .filter-box .box-choose.active {
    margin-top: 0 !important;
    height: 100vh !important;
    max-height: calc(100vh - 200px) !important;
    width: 95vw !important;
    min-width: 0 !important;
    position: fixed !important;
    top: 50% !important;
    left: 50% !important;
    transform: translate(-50%, -50%) !important;
  }
}
@media (min-width: 768px) {
  body.rs-page #filter-page .filter-box .box-choose.active {
    top: 450px;
    position: fixed;
    left: calc(50% - 60px);
  }
}
@media (min-width: 992px) {
  body.rs-page #filter-page .filter-box .box-choose.active {
    left: calc(50% - 240px);
  }
}
@media (min-width: 1200px) {
  body.rs-page #filter-page .filter-box .box-choose.active {
    left: calc(50% - 285px);
  }
}
@media (min-width: 1400px) {
  body.rs-page #filter-page .filter-box .box-choose.active {
    left: calc(50% - 325px);
  }
}
body.rs-page #filter-page .filter-box .box-choose .border {
  background-color: #fff;
  padding: 20px;
}
body.rs-page #filter-page .filter-box .box-choose .search-icon-rs .input-name-in-box {
  border: none;
  border-bottom: 2px solid #404040;
  background-color: transparent;
  font-weight: normal;
  color: #000000;
  width: 100%;
  padding: 10px 0;
  font-size: 15px;
  line-height: 16px;
  margin-bottom: 7px;
}
@media (min-width: 992px) {
  body.rs-page #filter-page .filter-box .box-choose .search-icon-rs .input-name-in-box {
    width: 215px;
    padding: 11px 16px;
    font-size: 16px;
    line-height: 19px;
    margin-bottom: 0;
  }
}
body.rs-page #filter-page .filter-box .box-choose .search-icon-rs .button-icon {
  background-image: url(../images/input-search-gray.svg);
}
body.rs-page #filter-page .filter-box .box-choose .search-icon-rs .button-icon:hover {
  background-image: url(../images/input-search.svg);
}
body.rs-page #filter-page .filter-box .box-choose button {
  text-align: center;
  text-transform: uppercase;
  width: auto;
  vertical-align: top;
  font-size: 12px;
  line-height: 30px;
  padding: 0 15px;
  margin: 5px 5px 0;
}
@media (min-width: 1200px) {
  body.rs-page #filter-page .filter-box .box-choose button {
    font-size: 14px;
    line-height: 37px;
    padding: 0 18px;
    margin: 0 9px;
  }
}
body.rs-page #filter-page .filter-box .box-choose button.clear {
  background: #f1f1f1;
  border: 1px solid #404040;
  box-sizing: border-box;
  color: #404040;
  font-weight: 600;
}
@media (max-width: 991px) {
  body.rs-page #filter-page .filter-box .box-choose button.clear {
    width: 60%;
  }
}
body.rs-page #filter-page .filter-box .box-choose button.next {
  background-color: #006940;
  border: none;
  color: #fff;
}
@media (max-width: 991px) {
  body.rs-page #filter-page .filter-box .box-choose button.next {
    width: calc(40% - 25px);
  }
}
body.rs-page #filter-page .filter-box .box-choose .choose-scroll {
  overflow-y: scroll;
  overflow-x: hidden;
  height: calc(100% - 85px);
}
@media (min-width: 992px) {
  body.rs-page #filter-page .filter-box .box-choose .choose-scroll {
    height: calc(100% - 70px);
  }
}
body.rs-page #filter-page .filter-box .box-choose .choose-scroll::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  border-radius: 10px;
  background-color: #F5F5F5;
}
body.rs-page #filter-page .filter-box .box-choose .choose-scroll::-webkit-scrollbar {
  width: 8px;
  background-color: #F5F5F5;
}
body.rs-page #filter-page .filter-box .box-choose .choose-scroll::-webkit-scrollbar-thumb {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #555;
}
body.rs-page #filter-page .filter-box .box-choose .choose-scroll .choices {
  padding: 0 30px 20px;
  position: relative;
  max-width: 100%;
}
body.rs-page #filter-page .filter-box .box-choose .choose-scroll .choices:after {
  position: absolute;
  content: "";
  border-bottom: 1px solid #404040;
  width: calc(100% - 40px);
  bottom: 12px;
  left: 15px;
  height: 1px;
}
body.rs-page #filter-page .filter-box .box-choose .choose-scroll span.title {
  font-weight: 600;
  color: #000000;
  display: block;
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 4px;
}
@media (min-width: 992px) {
  body.rs-page #filter-page .filter-box .box-choose .choose-scroll span.title {
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 7px;
  }
}
body.rs-page #filter-page .filter-box .box-choose .choose-scroll.only-choose .choices:after {
  opacity: 0;
}
body.rs-page #filter-page .filter-box .box-choose .choose-scroll.only-choose .control-if-display {
  display: none !important;
}
body.rs-page #filter-page .filter-box .box-choose .style-rs-checkbox {
  position: relative;
  height: 27px;
}
body.rs-page #filter-page .filter-box .box-choose .style-rs-checkbox label {
  position: absolute;
  z-index: 1;
  width: 97%;
  cursor: pointer;
  top: 0;
  left: 0;
  color: #404040;
  padding-left: 55px;
  margin: 0;
  height: 19px;
  font-size: 14px;
  line-height: 17px;
}
@media (min-width: 1200px) {
  body.rs-page #filter-page .filter-box .box-choose .style-rs-checkbox label {
    margin: 3px 0;
    height: 21px;
    font-size: 16px;
    line-height: 19px;
  }
}
body.rs-page #filter-page .filter-box .box-choose .style-rs-checkbox label:before {
  content: "";
  width: 17px;
  height: 17px;
  background-color: #fff;
  border: 1px solid #404040;
  position: absolute;
  left: 30px;
  top: 0;
  background-position: center;
  background-size: cover;
}
body.rs-page #filter-page .filter-box .box-choose .style-rs-checkbox input {
  position: absolute;
  z-index: 2;
  width: 97%;
  opacity: 0;
  height: 21px;
  margin: 3px 0;
  cursor: pointer;
  top: 0;
  left: 0;
}
body.rs-page #filter-page .filter-box .box-choose .style-rs-checkbox input:checked + label:before {
  background-image: url(../images/input-checkbox-x-green.svg);
}
body.rs-page #filter-page .filter-box .box-choose .style-rs-checkbox input:checked + label:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: -30px;
  background: rgba(0, 105, 64, 0.1);
  z-index: 1;
  top: -2px;
}
@media (min-width: 768px) {
  body.rs-page #filter-page .filter-box .box-choose .toggle {
    position: relative;
    background: #fff;
    overflow: hidden;
    display: inline-block;
    border-radius: 20px;
  }
  body.rs-page #filter-page .filter-box .box-choose .toggle .btn {
    border: none;
    display: inline-block;
    padding: 10px;
    position: relative;
    text-align: center;
  }
  body.rs-page #filter-page .filter-box .box-choose .toggle input[type=radio].toggle {
    display: none;
  }
  body.rs-page #filter-page .filter-box .box-choose .toggle input[type=radio].toggle + label {
    border-radius: 0;
    overflow: hidden;
    cursor: pointer;
    line-height: 32px;
    margin: 0;
    float: left;
    font-weight: 600;
    color: #006940;
    position: relative;
    z-index: 2;
    border-top: 2px solid #006940;
    border-bottom: 2px solid #006940;
    width: auto;
    font-size: 14px;
    padding: 0 15px;
  }
}
@media (min-width: 768px) and (min-width: 1200px) {
  body.rs-page #filter-page .filter-box .box-choose .toggle input[type=radio].toggle + label {
    width: 73px;
    font-size: 16px;
    padding: 0;
    height: 35px;
  }
}
@media (min-width: 768px) {
  body.rs-page #filter-page .filter-box .box-choose .toggle input[type=radio].toggle + label:hover {
    color: #006940;
    background: none;
  }
}
@media (min-width: 768px) {
  body.rs-page #filter-page .filter-box .box-choose .toggle input[type=radio].toggle + label:after {
    background: #006940;
    content: "";
    height: 100%;
    position: absolute;
    top: 0;
    transition: left 200ms cubic-bezier(0.77, 0, 0.175, 1);
    width: 100%;
    z-index: -1;
    left: 0;
    opacity: 0;
  }
}
@media (min-width: 768px) {
  body.rs-page #filter-page .filter-box .box-choose .toggle input[type=radio].toggle.toggle-center + label {
    border-right: 3px solid #006940;
    border-left: 3px solid #006940;
  }
}
@media (min-width: 768px) {
  body.rs-page #filter-page .filter-box .box-choose .toggle input[type=radio].toggle.toggle-left + label {
    border-left: 2px solid #006940;
    border-bottom-left-radius: 20px;
    border-top-left-radius: 20px;
  }
}
@media (min-width: 768px) {
  body.rs-page #filter-page .filter-box .box-choose .toggle input[type=radio].toggle.toggle-right + label {
    border-right: 2px solid #006940;
    border-bottom-right-radius: 20px;
    border-top-right-radius: 20px;
  }
}
@media (min-width: 768px) {
  body.rs-page #filter-page .filter-box .box-choose .toggle input[type=radio].toggle:checked + label {
    cursor: default;
    color: #fff;
  }
  body.rs-page #filter-page .filter-box .box-choose .toggle input[type=radio].toggle:checked + label:after {
    opacity: 1;
  }
}
@media (max-width: 767px) {
  body.rs-page #filter-page .filter-box .box-choose .toggle {
    text-align: center;
  }
  body.rs-page #filter-page .filter-box .box-choose .toggle label.btn {
    text-align: center;
    line-height: 35px;
    margin: 25px 10px;
    padding: 0 15px;
    background: #fff;
    border-radius: 30px;
    border: 2px solid #006940;
    color: #006940;
    font-size: 13px;
    font-weight: 600;
    transition: 0.3s all;
  }
  body.rs-page #filter-page .filter-box .box-choose .toggle input:checked + label.btn {
    background-color: #006940;
    color: #fff;
  }
}
body.rs-page #filter-page .filter-box .box-choose .tag.rs-tag-checkbox {
  text-align: center;
  text-transform: uppercase;
  color: #006940;
  margin: 0 9px 9px 0;
  display: inline-block;
  border-top-right-radius: 10px;
  background: #fff;
  cursor: pointer;
  font-weight: 400;
  font-size: 11px;
  line-height: 20px;
  letter-spacing: 0;
  padding: 0 8px;
  border: 1px solid #006940;
}
@media (min-width: 1400px) {
  body.rs-page #filter-page .filter-box .box-choose .tag.rs-tag-checkbox {
    font-weight: 600;
    font-size: 12px;
    line-height: 23px;
    letter-spacing: 0.03em;
    padding: 0 10px;
    border: 2px solid #006940;
  }
}
body.rs-page #filter-page .filter-box .box-choose .tag.rs-tag-checkbox.active, body.rs-page #filter-page .filter-box .box-choose .tag.rs-tag-checkbox:hover {
  background: #006940;
  color: #fff;
}
@media (min-width: 768px) {
  body.rs-page #filter-page .filter-box .box-choose.open-desktop {
    display: block;
    left: auto;
    position: relative;
    min-width: auto;
    width: 100%;
    z-index: 1;
    margin-top: 10px;
  }
}
body.rs-page #filter-page .filter-box .box-choose.rs-style-range {
  margin: 0;
  padding: 0;
  max-width: 100%;
  height: 70px;
}
@media (max-width: 767px) {
  body.rs-page #filter-page .filter-box .box-choose.rs-style-range {
    padding: 30px 10px;
  }
}
@media (min-width: 768px) {
  body.rs-page #filter-page .filter-box .box-choose.rs-style-range {
    display: block;
    overflow: visible;
  }
}
body.rs-page #filter-page .filter-box .box-choose.rs-style-range .wrap {
  --dif: calc(var(--max) - var(--min));
  display: grid;
  grid-template: repeat(2, max-content) 18px/1fr 1fr;
  overflow: visible;
  position: relative;
  margin: 0 auto;
  width: 100%;
  background: #FFFFFF;
  border: 1px solid #DCDDDE;
  box-sizing: border-box;
  box-shadow: inset 0px 3px 4px rgba(0, 0, 0, 0.2);
  border-radius: 9px;
}
body.rs-page #filter-page .filter-box .box-choose.rs-style-range .wrap::before {
  grid-column: 1/span 2;
  grid-row: 3;
  background: rgba(0, 105, 64, 0.7);
  border: 1px solid #006440;
  border-radius: 9px;
  box-shadow: inset 0px 3px 4px rgba(0, 0, 0, 0.2);
  content: "";
  margin-left: calc((var(--a) - var(--min)) / var(--dif) * 100%);
  width: calc((var(--b) - var(--a)) / var(--dif) * 100%);
}
body.rs-page #filter-page .filter-box .box-choose.rs-style-range .wrap::after {
  grid-column: 1/span 2;
  grid-row: 3;
  background: #006940;
  content: "";
  margin-left: calc((var(--b) - var(--min)) / var(--dif) * 100%);
  width: calc((var(--a) - var(--b)) / var(--dif) * 100%);
}
body.rs-page #filter-page .filter-box .box-choose.rs-style-range .sr-only {
  position: absolute;
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
}
body.rs-page #filter-page .filter-box .box-choose.rs-style-range input[type=range] {
  grid-column: 1/span 2;
  grid-row: 3;
  z-index: 1;
  top: 0;
  left: 0;
  margin: 0;
  background: none;
  --col: #000;
  pointer-events: none;
  -webkit-appearance: none;
}
body.rs-page #filter-page .filter-box .box-choose.rs-style-range input[type=range]::-webkit-slider-runnable-track {
  -webkit-appearance: none;
  width: 100%;
  height: 100%;
  background: none;
}
body.rs-page #filter-page .filter-box .box-choose.rs-style-range input[type=range]::-webkit-slider-thumb {
  -webkit-appearance: none;
  border: none;
  width: 2em;
  height: 4em;
  border-radius: 0;
  background: linear-gradient(90deg, #fff 2px, transparent 0) calc(1em - 1px), radial-gradient(circle, var(--col) calc(1em - 1px), transparent 1em);
  pointer-events: auto;
}
body.rs-page #filter-page .filter-box .box-choose.rs-style-range input[type=range]::-moz-range-track {
  width: 100%;
  height: 100%;
  background: none;
}
body.rs-page #filter-page .filter-box .box-choose.rs-style-range input[type=range]::-moz-range-thumb {
  border: none;
  width: 2em;
  height: 4em;
  border-radius: 0;
  background: linear-gradient(90deg, #fff 2px, transparent 0) calc(1em - 1px), radial-gradient(circle, var(--col) calc(1em - 1px), transparent 1em);
  pointer-events: auto;
}
body.rs-page #filter-page .filter-box .box-choose.rs-style-range input[type=range]:focus {
  z-index: 2;
  outline: dotted 1px currentcolor;
  --col: darkorange;
}
body.rs-page #filter-page .filter-box .box-choose.rs-style-range input[type=range]:focus + output {
  --col: darkorange;
}
body.rs-page #filter-page .filter-box .box-choose.rs-style-range output {
  grid-row: 2;
  color: var(--col);
}
body.rs-page #filter-page .filter-box .box-choose.rs-style-range output:last-child {
  text-align: right;
}
body.rs-page #filter-page .filter-box .box-choose.rs-style-range output::after {
  counter-reset: c var(--c);
  content: "--" attr(for) ": " counter(c) ";";
}
body.rs-page #filter-page .filter-box.continent .box-choose input {
  opacity: 0;
  width: 100%;
  height: 45px;
  display: block;
  position: absolute;
  z-index: 2;
  cursor: pointer;
}
body.rs-page #filter-page .filter-box.continent .box-choose input:checked + label, body.rs-page #filter-page .filter-box.continent .box-choose input:hover + label, body.rs-page #filter-page .filter-box.continent .box-choose input:focus + label {
  background: rgba(0, 105, 64, 0.1);
}
body.rs-page #filter-page .filter-box.continent .box-choose input:checked + label {
  font-weight: bold;
}
body.rs-page #filter-page .filter-box.continent .box-choose label {
  width: 100%;
  padding: 15px 30px;
  color: #404040;
  font-size: 14px;
  line-height: 16px;
  margin: 0;
  position: relative;
  z-index: 1;
  transition: 0.3s all;
  cursor: pointer;
}
body.rs-page #filter-page .filter-box.continent .box-choose label:hover, body.rs-page #filter-page .filter-box.continent .box-choose label:focus {
  background: rgba(0, 105, 64, 0.1);
}
body.rs-page #filter-page .filter-box.special-usages .box-choose, body.rs-page #filter-page .filter-box.continent .box-choose {
  max-width: 400px;
  height: auto;
}
body.rs-page #filter-page .filter-box.habit .box-choose {
  max-width: 720px;
  height: auto;
}
body.rs-page #filter-page .filter-box.zone {
  padding-bottom: 0;
}
body.rs-page #filter-page .filter-box.zone h4 {
  padding-left: 35px;
}
body.rs-page #filter-page .filter-box.zone .checkbox-zone-rs {
  height: 40px;
}
@media (max-width: 767px) {
  body.rs-page #filter-page .filter-box.zone .checkbox-zone-rs {
    float: left;
    margin-bottom: 30px;
  }
}
@media (min-width: 768px) {
  body.rs-page #filter-page .filter-box.zone .checkbox-zone-rs {
    position: absolute;
    float: left;
    display: inline;
    top: -41px;
  }
}
body.rs-page #filter-page .filter-box .box-choose {
  margin-top: -300px;
  overflow: hidden;
  height: 700px;
  max-height: calc(100vh - 40px);
  padding: 10px;
  width: 420px;
}
@media (min-width: 992px) {
  body.rs-page #filter-page .filter-box .box-choose {
    padding: 20px;
    width: 690px;
  }
}
@media (min-width: 1200px) {
  body.rs-page #filter-page .filter-box .box-choose {
    width: 825px;
  }
}
@media (min-width: 1400px) {
  body.rs-page #filter-page .filter-box .box-choose {
    width: 950px;
  }
}
body.rs-page #filter-page .filter-box .box-choose .search-icon-rs {
  margin: auto;
  width: 100%;
}
@media (min-width: 992px) {
  body.rs-page #filter-page .filter-box .box-choose .search-icon-rs {
    width: 215px;
  }
}
body.rs-page #filter-page .filter-box .box-choose .choices {
  padding: 0 15px 20px;
}
body.rs-page #filter-page .filter-box .box-choose .choices:after {
  width: calc(100% - 35px);
  left: 15px;
}
body.rs-page #filter-page .filter-box .box-choose .choices .style-rs-checkbox {
  overflow: hidden;
  height: 28px;
  max-width: 90%;
  clear: both;
}
body.rs-page #filter-page .filter-box .box-choose .choices .style-rs-checkbox input {
  width: 100%;
  height: 22px;
}
body.rs-page #filter-page .filter-box .box-choose .choices .style-rs-checkbox input + label {
  width: 100%;
  height: 22px;
  padding-left: 25px;
}
@media (min-width: 1200px) {
  body.rs-page #filter-page .filter-box .box-choose .choices .style-rs-checkbox input + label {
    padding-left: 30px;
  }
}
body.rs-page #filter-page .filter-box .box-choose .choices .style-rs-checkbox input + label:before {
  left: 0;
}
body.rs-page #filter-page .filter-box .box-choose .choices .style-rs-checkbox input + label:after {
  left: 0;
}
body.rs-page #filter-page .filter-box .box-choose .style-rs-checkbox {
  overflow: hidden;
  height: 28px;
  max-width: 90%;
  clear: both;
}
body.rs-page #filter-page .filter-box .box-choose .style-rs-checkbox input {
  width: 100%;
  height: 22px;
}
body.rs-page #filter-page .filter-box .box-choose .style-rs-checkbox input + label {
  width: 100%;
  height: 22px;
  padding-left: 25px;
}
@media (min-width: 1200px) {
  body.rs-page #filter-page .filter-box .box-choose .style-rs-checkbox input + label {
    padding-left: 30px;
  }
}
body.rs-page #filter-page .filter-box .box-choose .style-rs-checkbox input + label:before {
  left: 0;
}
body.rs-page #filter-page .filter-box .box-choose .style-rs-checkbox input + label:after {
  left: 0;
}
body.rs-page #filter-page .filter-box .all-list {
  padding-right: 15px;
  padding-left: 15px;
}
body.rs-page #filter-page .filter-box.series .box-choose .masonry-rs {
  display: block;
  -moz-column-count: 1;
  -webkit-column-count: 1;
  column-count: 1;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  vertical-align: top;
}
body.rs-page #filter-page .filter-box.series .box-choose .masonry-rs .group {
  display: block;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  flex: none;
}
@media (min-width: 768px) {
  body.rs-page #filter-page .filter-box.series .box-choose .masonry-rs .group {
    display: inline-block;
  }
}
body.rs-page #filter-page .filter-box.heat-tolerance .box-choose, body.rs-page #filter-page .filter-box.tags .box-choose {
  height: auto;
  padding: 0;
}
@media (max-width: 767px) {
  body.rs-page #filter-page .filter-box.tags .box-choose {
    padding: 20px;
  }
  body.rs-page #filter-page .filter-box.tags .box-choose .tag.rs-tag-checkbox {
    width: auto;
    margin: 10px auto 10px;
    clear: both;
    display: table;
  }
}
body.rs-page #filter-page .send-search button.bg-pink.search {
  background-color: #D80B8C;
  background-image: url(../images/search-fff.svg);
  background-repeat: no-repeat;
  background-size: initial;
  border-radius: 10px;
  color: #fff;
  font-weight: bold;
  font-size: 22px;
  text-transform: uppercase;
  line-height: 46px;
  padding: 0 20px 0 0;
  background-position: calc(100% - 70px) 15px;
  margin: 40px auto 10px;
  max-width: 275px;
}
@media (min-width: 768px) {
  body.rs-page #filter-page .send-search button.bg-pink.search {
    margin: 0;
  }
}
@media (min-width: 992px) {
  body.rs-page #filter-page .send-search button.bg-pink.search {
    background-position: calc(100% - 35px) 15px;
    max-width: 100%;
  }
}
@media (min-width: 1400px) {
  body.rs-page #filter-page .send-search button.bg-pink.search {
    background-position: calc(100% - 70px) 15px;
  }
}
body.rs-page #filter-page .reset button.bg-clear.reset {
  font-weight: 600;
  font-size: 14px;
  line-height: 19px;
  text-align: center;
  text-decoration-line: underline;
  text-transform: uppercase;
  background-color: transparent;
  padding: 0;
  border: none;
  color: #006940;
  width: auto;
  display: block;
  margin: auto;
}
body.rs-page #filter-page .reset-pc {
  padding-bottom: 20px;
}
body.rs-page #filter-page .reset-pc button.bg-clear.reset-pc {
  line-height: 35px;
  text-decoration-line: blink;
  width: 100%;
  background-color: #E2E0E0;
  margin-bottom: 0 !important;
}
body.rs-page #filter-page .items-box .title-group {
  font-family: "Trade Gothic LT Std" !important;
  font-style: normal;
  font-weight: 100;
  font-size: 24px;
  line-height: 29px;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  position: relative;
  margin: 0 auto 30px;
  color: #006940;
}
body.rs-page #filter-page .items-box .title-group:after {
  content: "";
  position: absolute;
  bottom: -9px;
  left: 50%;
  width: 65px;
  height: 1px;
  background-color: #006940;
  transform: translateX(-50%);
}
body.rs-page #filter-page .items-box .full-assortments {
  border: none;
  border-radius: 0;
  font-weight: 600;
  text-align: center;
  text-transform: uppercase;
  color: #FFFFFF;
  transition: 0.3s all;
  background-image: url(../images/arrow-go.svg);
  background-repeat: no-repeat;
  background-size: initial;
  padding: 12px 45px 12px 25px;
  font-size: 16px;
  line-height: 22px;
  background-position: calc(100% - 20px) center;
}
@media (min-width: 992px) {
  body.rs-page #filter-page .items-box .full-assortments {
    padding: 17px 75px 17px 50px;
    font-size: 18px;
    line-height: 25px;
    background-position: calc(100% - 50px) center;
  }
}
body.rs-page #filter-page .items-box .full-assortments:hover, body.rs-page #filter-page .items-box .full-assortments:focus {
  box-shadow: 0 0 15px 0 #404040;
}
body.rs-page #filter-page .items-box .filter-results a, body.rs-page #filter-page .items-box .filter-results a:hover {
  text-decoration: blink;
}
body.rs-page #filter-page .items-box .filter-results .title-series {
  margin: 0 0 40px;
}
body.rs-page #filter-page .items-box .filter-results .title-series * {
  color: #006940;
}
body.rs-page #filter-page .items-box .filter-results .title-series span, body.rs-page #filter-page .items-box .filter-results .title-series i {
  font-size: 12px;
  line-height: 16px;
  margin-top: 11px;
}
body.rs-page #filter-page .items-box .filter-results .title-series span {
  text-decoration-line: underline;
  margin-left: 7px;
}
body.rs-page #filter-page .items-box .filter-results .title-series i {
  margin-left: 5px;
}
body.rs-page #filter-page .overlay-filter {
  position: fixed;
  width: 0px;
  height: 0px;
  z-index: -1;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: rgba(51, 51, 51, 0.6);
}
body.rs-page #filter-page .overlay-filter.active {
  width: 100vw;
  height: 100vh;
  z-index: 150;
}
body.rs-page #filter-page .variety-filter {
  margin-bottom: 20px;
}
@media (min-width: 576px) {
  body.rs-page #filter-page .variety-filter {
    margin-bottom: 45px;
  }
}
body.rs-page #filter-page .variety-filter .image {
  border: 2px solid #E5E5E5;
  height: 204px;
  width: 100%;
  margin: 0 auto;
  display: flex;
}
@media (max-width: 575px) {
  body.rs-page #filter-page .variety-filter .image {
    padding: 0;
    height: 150px;
    width: calc(100% + 30px);
    margin-left: -15px;
  }
}
body.rs-page #filter-page .variety-filter .image img {
  margin: 0;
  vertical-align: middle;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
body.rs-page #filter-page .variety-filter h4 {
  color: #404040;
  margin: 0 0 10px;
  font-size: 20px;
  line-height: 22px;
}
@media (min-width: 576px) {
  body.rs-page #filter-page .variety-filter h4 {
    margin: 18px 0 0;
    font-size: 14px;
    line-height: 19px;
  }
}
body.rs-page #filter-page .variety-filter span {
  color: #818181;
  font-size: 16px;
  line-height: 18px;
}
@media (min-width: 576px) {
  body.rs-page #filter-page .variety-filter span {
    font-size: 13px;
    line-height: 18px;
  }
}
body.rs-page #filter-page .variety-filter .tags {
  width: calc(100% - 34px);
  height: calc(100% - 4px);
  position: absolute;
  top: 2px;
  left: 17px;
  overflow: hidden;
}
@media (max-width: 575px) {
  body.rs-page #filter-page .variety-filter .tags {
    width: calc(100% - 4px);
    left: 2px;
  }
}
body.rs-page #filter-page .variety-filter .tags .tag {
  background-color: #006940;
  color: #fff;
  font-weight: 500;
  font-size: 12px;
  line-height: 14px;
  text-align: center;
  padding: 2px 13px 3px;
  margin: 0 5px 5px 0;
  display: table;
  border-radius: 0px 0px 10px 0px;
}
body.rs-page #filter-page .variety-filter .tags .tag.tag-slug-award_winner, body.rs-page #filter-page .variety-filter .tags .tag.tag-slug-best_seller {
  background-color: #D80B8C;
  float: right;
  border-radius: 0 0 0 10px;
  margin: 5px 0 5px 5px;
  clear: both;
}
body.rs-page #filter-page .variety-filter .tags .tag.tag-slug-brand_new_20, body.rs-page #filter-page .variety-filter .tags .tag.tag-slug-brand_new_21, body.rs-page #filter-page .variety-filter .tags .tag.tag-slug-brand_new_2022 {
  position: absolute;
  top: 0;
  transform: rotate(-45deg) translate(-30%, -73%);
  padding: 5px 0;
  width: 200px;
  text-align: center;
  text-transform: uppercase;
  border-radius: 0;
}
body.rs-page #filter-page .variety-filter .tags .tag.tag-slug-brand_new_20 {
  transform: rotate(-45deg) translate(-31%, -155%);
}
body.rs-page #filter-page .variety-filter .tags .tag.tag-slug-ttpm {
  background-color: #fff;
  border: 1px solid #006940;
  border-radius: 0 0 0 10px;
  float: right;
  position: absolute;
  bottom: 2px;
  right: -6px;
  color: #006940;
  padding: 2px 12px 3px 15px;
}
body.rs-page #filter-page .variety-filter .tags .tag.tag-slug-fyf {
  background: #fff url(../images/tag-slug-fyf.svg);
  height: 51px;
  width: 47px;
  float: right;
  padding: 0;
  margin: 3px 3px 0 0;
  font-size: 0;
}
@media (max-width: 575px) {
  body.rs-page #filter-page .variety-filter .tags .tag {
    font-size: 10px !important;
    line-height: 12px !important;
    padding: 2px 5px !important;
  }
  body.rs-page #filter-page .variety-filter .tags .tag.tag-slug-brand_new_2022 {
    transform: rotate(-45deg) translate(-32%, -17%);
    width: 130px;
  }
}
body.rs-page #filter-page .pagination .previous, body.rs-page #filter-page .pagination .next {
  background-color: #006940;
  color: #fff;
  text-align: center;
  margin: 0 15px;
  border-radius: 0;
  border: 0;
  font-size: 16px;
  padding: 0 15px;
  line-height: 40px;
  text-transform: uppercase;
  transition: 0.3s all;
  background-repeat: no-repeat;
  background-size: initial;
  position: relative;
  outline: none !important;
  text-decoration: none !important;
}
body.rs-page #filter-page .pagination .previous:hover, body.rs-page #filter-page .pagination .previous:focus, body.rs-page #filter-page .pagination .next:hover, body.rs-page #filter-page .pagination .next:focus {
  box-shadow: 0 0 15px 0 #404040;
}
body.rs-page #filter-page .pagination .previous {
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
  padding-left: 40px;
  background-image: url(../images/arrow-go-previous.svg);
  background-position: 15px center;
}
body.rs-page #filter-page .pagination .next {
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  padding-right: 40px;
  background-image: url(../images/arrow-go.svg);
  background-position: calc(100% - 15px) center;
}
body.rs-page #filter-page .pagination span {
  font-size: 16px;
  color: #404040;
  margin: 0 5px;
}
body.rs-page #filter-page .pagination .previous, body.rs-page #filter-page .pagination .next, body.rs-page #filter-page .pagination span {
  display: inline-block;
}
body.rs-page #filter-page .zero h2 {
  font-family: "Trade Gothic LT Std";
  font-size: 26px;
  line-height: 31px;
  text-align: center;
  letter-spacing: 0.2em;
  margin: 0;
  color: #006940;
}
body.rs-page #filter-page .zero-text {
  font-weight: normal;
  font-size: 24px;
  line-height: 33px;
  letter-spacing: 0.15em;
  color: #000000;
}
body.rs-page #filter-page .zero-text button.bg-clear {
  font-weight: bold;
  font-size: 24px;
  line-height: 33px;
  letter-spacing: 0.15em;
  color: #000000;
  padding: 0;
  margin: 0;
  background-color: transparent;
  border: none;
  outline: 0px solid transparent !important;
  text-decoration: underline;
}
body.rs-page .btn.btn-lg {
  color: #ffffff;
  width: 100%;
  max-width: 384px;
  height: 57px;
  padding: 0;
  line-height: 57px;
  font-weight: 600;
  font-size: 18px;
  text-align: center;
  text-transform: uppercase;
  border-radius: 0;
  margin-bottom: 20px;
  background: #006940;
  transition: 0.3s all;
}
body.rs-page .btn.btn-lg:hover {
  color: #ffffff;
  box-shadow: 0px 0px 15px 10px #d6d6d6;
  text-decoration: blink;
}
body.rs-page .btn.btn-green {
  background: #006940;
  color: #fff;
}
body.rs-page .btn.btn-pink {
  background: #D80B8C;
  color: #fff;
}
body.rs-page .btn.switch-catalog {
  padding: 0 40px 0 0;
  text-align: center;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 15px;
  position: relative;
  line-height: 50px;
  font-size: 16px;
}
@media (min-width: 1400px) {
  body.rs-page .btn.switch-catalog {
    line-height: 57px;
    font-size: 18px;
  }
}
body.rs-page .btn.switch-catalog:after {
  content: "";
  background-image: url(../images/switch.svg);
  width: 37px;
  height: 30px;
  position: absolute;
  top: 12px;
  background-repeat: no-repeat;
  right: calc(50% - 95px);
  background-size: 75%;
}
@media (min-width: 1200px) {
  body.rs-page .btn.switch-catalog:after {
    right: 35px;
  }
}
@media (min-width: 1400px) {
  body.rs-page .btn.switch-catalog:after {
    right: 40px;
    background-size: initial;
  }
}
@media (max-width: 767px) {
  body.rs-page .btn.switch-catalog {
    color: #006940;
    background: transparent;
    padding: 0 0 0 27px;
    margin: 0;
    line-height: 2;
    font-size: 12px;
  }
  body.rs-page .btn.switch-catalog:after {
    content: "";
    background-image: url(../images/switch-mobile.svg);
    width: 20px;
    height: 18px;
    position: absolute;
    top: 1px;
    background-repeat: no-repeat;
    right: auto;
    background-size: contain;
    left: 0;
  }
}
body.rs-page .icon-function {
  width: 33px;
  height: 33px;
  margin: 2px;
}
body.rs-page .icon-function.fn-favorites {
  display: none !important;
}
body.rs-page .owl-loaded {
  overflow: visible;
  position: relative;
  min-height: 100px;
  left: 0;
  top: 0;
  right: 0;
}
body.rs-page .owl-loaded .owl-stage-outer {
  max-width: 100%;
  overflow: hidden;
}
body.rs-page .owl-loaded .owl-item {
  float: left;
}
body.rs-page .owl-loaded .item {
  -webkit-backface-visibility: hidden;
  display: inline-block;
}
body.rs-page .owl-loaded .owl-nav {
  position: absolute;
  width: 100%;
  height: 0;
  right: 0;
  top: 0;
  overflow: visible;
}
@media (min-width: 640px) {
  body.rs-page .owl-loaded .owl-nav {
    width: calc(100% + 60px);
    left: -30px;
  }
}
body.rs-page .owl-loaded .owl-nav .owl-prev {
  left: 0;
  color: #000;
  background-image: url("../images/arrow left.svg");
}
body.rs-page .owl-loaded .owl-nav .owl-next {
  right: 0;
  color: #000;
  background-image: url("../images/arrow right.svg");
}
body.rs-page .owl-loaded .owl-nav > button {
  margin-top: -26px;
  position: absolute;
  top: 120px;
  background-color: transparent !important;
  border: none;
  width: 35px;
  height: 35px;
  padding: 0;
  background-repeat: no-repeat;
  background-size: cover;
}
@media (min-width: 1400px) {
  body.rs-page .owl-loaded .owl-nav > button {
    top: 146px;
  }
}
body.rs-page .owl-loaded .owl-nav > button i {
  font-size: 0;
  display: none;
}
body.rs-page .owl-loaded .owl-nav > button.disabled {
  opacity: 0 !important;
  z-index: -1;
}
body.rs-page #cboxContent {
  box-shadow: 0 0 12px 1px #696969;
}
body.rs-page #cboxContent #cboxLoadedContent {
  position: relative;
  overflow: auto;
}
body.rs-page #cboxContent #cboxLoadedContent .colorbox {
  width: 100%;
  text-align: center;
  display: inline;
}
body.rs-page #cboxContent #cboxLoadedContent .colorbox p {
  font-size: 16px;
  text-align: center;
}
body.rs-page #cboxContent #cboxLoadedContent .colorbox a {
  font-size: 16px;
  color: #006940;
  text-decoration: underline;
  text-align: center;
  display: block;
}
body.rs-page #cboxContent #cboxLoadedContent .colorbox .video-box {
  max-height: 60vh;
  display: flex;
  width: 100%;
}
body.rs-page #cboxContent #cboxLoadedContent .colorbox .video-box video {
  margin: 0 auto;
  display: block;
  max-width: 100%;
}
body.rs-page #cboxContent #cboxLoadedContent .colorbox img {
  margin: auto;
  display: block;
}
body.rs-page #cboxContent #cboxLoadedContent .colorbox iframe, body.rs-page #cboxContent #cboxLoadedContent .colorbox .popup-iframe {
  width: 100%;
  max-height: 100%;
  min-height: 70vh;
  border: none;
}
body.rs-page #cboxContent #cboxLoadedContent .colorbox span {
  font-size: 16px;
  color: #404040;
  margin: 0 5px;
}
body.rs-page #cboxContent #cboxLoadedContent .colorbox .previous, body.rs-page #cboxContent #cboxLoadedContent .colorbox .next, body.rs-page #cboxContent #cboxLoadedContent .colorbox span {
  display: inline-block;
}
body.rs-page #cboxContent #cboxLoadedContent #cboxTitle {
  color: #000 !important;
  font-size: 20px;
  font-weight: bold;
  max-height: 60px;
  line-height: 1;
}
body.rs-page i.rs {
  background-repeat: no-repeat;
  background-position: center;
  display: inherit;
  margin-left: 7px;
  transition: 0.3s all;
}
body.rs-page i.rs.rs-arrow-w {
  width: 18px;
  height: 10px;
  background-image: url(../images/arrow-w.svg);
}
.open > body.rs-page i.rs.rs-arrow-w {
  transform: rotate(180deg);
}
body.rs-page i.rs.rs-table-slider-right {
  height: 65px;
  width: 30px;
  background-color: transparent;
  background-image: url(../images/rs-table-slider-right.svg);
  background-position: 50%;
  margin: 0;
}
body.rs-page i.rs.rs-table-slider-left {
  height: 65px;
  width: 30px;
  background-color: transparent;
  background-image: url(../images/rs-table-slider-left.svg);
  background-position: 50%;
  margin: 0;
}
body.rs-page i.rs.rs-eye {
  height: 18px;
  width: 18px;
  background-color: transparent;
  background-image: url(../images/eye.svg);
  background-size: initial;
  top: 5px;
  position: relative;
}
body.rs-page i.rs.rs-download-csv {
  height: 18px;
  width: 18px;
  background-color: transparent;
  background-image: url(../images/download-csv.svg);
  background-size: initial;
  top: 5px;
  position: relative;
}
body.rs-page .tooltip {
  transition: none !important;
}
body.rs-page .tooltip .tooltip-inner {
  color: #fff;
  text-align: center;
  border-radius: 5px;
  position: absolute;
  min-height: 50px;
  max-width: 70vw;
  width: auto;
  top: 0;
  height: 80px;
  left: 50%;
  transform: translate(-50%, calc(-100% + 5px));
  position: absolute;
  background-color: transparent;
  bottom: auto;
  padding: 0;
}
body.rs-page .tooltip .tooltip-inner .rs-tooltip {
  background-color: #ededed;
  padding: 15px;
  border-radius: 10px;
  display: block;
  box-shadow: 0px 2px 10px 0px #767676;
  transition: opacity 0.15s linear;
}
body.rs-page .tooltip .tooltip-inner .rs-tooltip-hover {
  position: absolute;
  color: black;
  background-color: #fff;
  padding: 20px;
  border: 1px solid #707070;
  border-radius: 7px;
  top: calc(100% + 50px);
  width: 400px;
  max-width: 95vw;
  left: 50%;
  transform: translateX(-50%);
  text-align: left;
}
body.rs-page .tooltip .tooltip-inner .rs-tooltip-hover .tooltip-title {
  color: #016241;
  font-family: "Trade Gothic LT Std";
  font-weight: bold;
  font-size: 21px;
  line-height: 25px;
  letter-spacing: 0.3em;
}
body.rs-page .tooltip .tooltip-inner .rs-tooltip-hover .tooltip-text {
  margin: 25px 0 0;
  font-size: 14px;
  line-height: 20px;
  color: #4E4D4D;
}
body.rs-page .masonry {
  -moz-column-count: 1;
  -webkit-column-count: 1;
  column-count: 1;
  -webkit-column-gap: 1em;
  -moz-column-gap: 1em;
  column-gap: 1em;
  margin: 1.5em;
  padding: 0;
}
@media (min-width: 769px) {
  body.rs-page .masonry {
    -moz-column-count: 2;
    -webkit-column-count: 2;
    column-count: 2;
  }
}
body.rs-page .masonry .item-w-50 {
  display: inline-block;
  padding: 1em;
  margin: 0 0 1.5em;
  width: 100%;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
body.rs-page .btn-toggle-slider {
  background-color: transparent;
  color: #006940;
  font-weight: bold;
  font-size: 18px;
  line-height: 25px;
  text-align: center;
  text-decoration-line: underline;
  padding: 0;
  border: 0;
  display: block;
  outline: none;
  margin: 0 auto;
  position: relative;
  top: 25px;
}
body.rs-page #check-availability h1 {
  font-weight: 400;
  font-size: 24px;
  line-height: 29px;
  letter-spacing: 0.15em;
  color: #006940;
}
body.rs-page #check-availability p {
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  letter-spacing: 0.1em;
  color: #000000;
}
body.rs-page #check-availability p a {
  color: #ec008c;
}
body.rs-page #check-availability .small-title {
  font-weight: 600;
  font-size: 16px;
  line-height: 22px;
  color: #006440;
  margin-bottom: 10px;
}
body.rs-page #check-availability a.btn {
  border: 1px solid #ec008c;
  color: #ec008c;
  background-color: #ffffff;
  border-radius: 21px;
  font-weight: 600;
  font-size: 16px;
  line-height: 32px;
  max-width: 205px;
  height: 42px;
  padding: 5px 50px 5px 10px;
  width: 100%;
  text-align: center;
  margin-right: 25px;
  margin-bottom: 15px;
  background-image: url(../images/download-icon.svg);
  background-repeat: no-repeat;
  background-size: 20px 21px;
  background-position: calc(100% - 24px) center;
}
body.rs-page #check-availability a.btn.bg-pink {
  background-color: #ec008c;
  color: #ffffff;
  background-image: url(../images/view-icon.svg);
  background-size: 27px 19px;
}
body.rs-page .max-w-100 {
  max-width: 100%;
}
body.rs-page #webinars-archive .sed-ul-tabs {
  display: inline-flex !important;
  overflow-y: hidden;
  overflow-x: auto;
  width: auto;
  max-width: 100%;
  position: relative;
  flex-wrap: nowrap;
  padding: 0 !important;
  list-style: none;
  border: 0;
}
body.rs-page #webinars-archive .sed-ul-tabs .nav-item {
  padding: 8px 0;
  color: #272A35;
  font-size: 1.6rem;
  transition: color 0.25s ease-out;
  cursor: pointer;
  position: relative;
  white-space: nowrap;
  display: inline;
  text-align: center;
  width: auto;
  margin: 0;
  margin-right: 12px;
  line-height: 30px;
}
body.rs-page #webinars-archive .sed-ul-tabs .nav-item .nav-link {
  text-decoration: none;
  font-weight: 600;
  font-size: 12px;
  line-height: 30px;
  padding: 0 12px;
  text-transform: uppercase;
  color: #C4C4C4;
  border: 1px solid #C4C4C4;
  background-color: white;
  border-radius: 15px;
}
body.rs-page #webinars-archive .sed-ul-tabs .nav-item .nav-link:hover, body.rs-page #webinars-archive .sed-ul-tabs .nav-item .nav-link:focus {
  border: 1px solid #D80B8C;
  color: #D80B8C;
}
body.rs-page #webinars-archive .sed-ul-tabs .nav-item .nav-link.active {
  color: #fff;
  border: 1px solid #D80B8C;
  background-color: #D80B8C;
}
@media (max-width: 640px) {
  body.rs-page #webinars-archive .sed-tab-content {
    padding: 10px;
  }
}
body.rs-page #webinars-archive .item-webinar .title-head {
  font-size: 22px;
  font-weight: 600;
  line-height: 30px;
  color: #000000;
}
body.rs-page #webinars-archive .item-webinar .small {
  font-size: 16px;
  line-height: 22px;
  color: #000000;
  font-weight: 600;
}
body.rs-page #webinars-archive .item-webinar .summary {
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  color: #000000;
}
body.rs-page #webinars-archive .item-webinar .btn {
  border-radius: 5px;
  font-weight: 600;
  font-size: 16px;
  line-height: 22px;
  text-align: center;
  text-transform: uppercase;
  margin-right: 10px;
  margin-bottom: 10px;
}
body.rs-page #webinars-archive .item-webinar .btn.bg-pink {
  background-color: #D80B8C;
  color: #fff;
  border: 1px solid #D80B8C;
}
body.rs-page #webinars-archive .item-webinar .btn.border-pink {
  border: 1px solid #D80B8C;
  color: #D80B8C;
  background-color: #fff;
}
body.rs-page #webinars-archive .gray-title {
  line-height: 54px;
  font-weight: 600;
  font-size: 24px;
  text-align: center;
  text-transform: uppercase;
  color: #D80B8C;
  padding: 0 15px;
  background-color: #F1F1F1;
}
body.rs-page #webinars-archive .pass-title {
  font-weight: 600;
  font-size: 24px;
  line-height: 33px;
  text-align: center;
  text-transform: uppercase;
  color: #D80B8C;
  margin: 50px 0;
  width: 100px;
}
body.rs-page #webinars-archive .btn:focus {
  box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
}
body.rs-page .item-pass-webinar .tags {
  display: block;
  width: 100%;
  margin: 6px;
}
body.rs-page .item-pass-webinar .tags .tag {
  border: 1px solid #C4C4C4;
  font-weight: 700;
  font-size: 8px;
  line-height: 18px;
  text-align: center;
  text-transform: uppercase;
  color: #C4C4C4;
  border-radius: 9px;
  margin-right: 6px;
  margin-bottom: 6px;
  padding: 3px 13px;
}
body.rs-page .item-pass-webinar .date {
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  text-transform: capitalize;
  color: #000000;
  margin: 6px 0;
}
body.rs-page .item-pass-webinar .title-head {
  font-weight: 600;
  font-size: 24px;
  line-height: 33px;
  text-transform: uppercase;
  margin: 0 0 6px;
  color: #000000;
  height: auto;
}
@media (min-width: 768px) {
  body.rs-page .item-pass-webinar .title-head {
    height: 80px;
  }
}
body.rs-page .item-pass-webinar .href .btn.text-pink {
  font-weight: 600;
  font-size: 20px;
  line-height: 27px;
  text-transform: capitalize;
  color: #D80B8C;
  padding: 0;
  position: relative;
  display: block;
  margin: 0;
  width: auto;
  float: left;
}
body.rs-page .item-pass-webinar .href .btn.text-pink:after {
  content: "";
  width: 27px;
  height: 16px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  background-image: url(../../images/a-pink.svg);
  display: inline-block;
  margin-left: 10px;
  padding-top: 0;
  transition: 0.3s all;
}
body.rs-page .item-pass-webinar .href .btn.text-pink:hover:after, body.rs-page .item-pass-webinar .href .btn.text-pink:focus:after {
  margin-left: 15px;
}
body.rs-page #firstTab {
  text-align: center;
  display: block;
  width: auto;
  margin: 0 auto;
  border: 0 !important;
}
body.rs-page #firstTab .nav-item {
  width: auto;
  display: inline-block;
  border: 0 !important;
}
body.rs-page #firstTab .nav-item .nav-link {
  line-height: 25px;
  text-align: center;
  letter-spacing: 0.01em;
  font-weight: 600;
  color: #818181;
  position: relative;
  border: 0 !important;
  font-size: 15px;
}
@media (max-width: 767px) {
  body.rs-page #firstTab .nav-item .nav-link {
    padding: 4px;
  }
}
@media (min-width: 768px) {
  body.rs-page #firstTab .nav-item .nav-link {
    font-size: 18px;
  }
}
body.rs-page #firstTab .nav-item .nav-link.active:after, body.rs-page #firstTab .nav-item .nav-link:hover:after {
  content: "";
  width: 100%;
  height: 2px;
  background-color: #D80B8C;
  bottom: 0;
  left: 0;
  position: absolute;
}
body.rs-page #firstTab .nav-item .nav-link.active {
  font-weight: 700;
  color: #202020;
}
body.rs-page #single-webinars .btn.bg-pink {
  background-color: #D80B8C;
  background-repeat: no-repeat;
  background-size: initial;
  border-radius: 10px;
  color: #fff;
  font-weight: bold;
  font-size: 18px;
  text-transform: uppercase;
  line-height: 46px;
  padding: 0;
  margin-bottom: 20px;
  background-position: calc(100% - 70px) 15px;
  margin: 40px auto 10px;
  max-width: 275px;
}
@media (min-width: 768px) {
  body.rs-page #single-webinars .btn.bg-pink {
    margin: 0;
  }
}
@media (min-width: 992px) {
  body.rs-page #single-webinars .btn.bg-pink {
    background-position: calc(100% - 35px) 15px;
    max-width: 100%;
  }
}
@media (min-width: 1400px) {
  body.rs-page #single-webinars .btn.bg-pink {
    background-position: calc(100% - 70px) 15px;
  }
}
body.rs-page #single-webinars .title-name {
  font-size: 18px;
}
body.rs-page #single-webinars .border {
  border: 2px solid #F1F1F1;
  border-radius: 5px;
  padding: 43px 40px 0;
}
body.rs-page #single-webinars img.borderiko {
  border-radius: 50px;
  width: 136px;
  height: 136px;
  object-fit: cover;
  object-position: center;
}
body.rs-page #single-webinars h6 {
  font-weight: 700;
  font-size: 18px;
  line-height: 22px;
  text-align: center;
  text-transform: uppercase;
  color: #202020;
  margin-bottom: 20px;
}
body.rs-page #single-webinars iframe {
  max-width: 100%;
  height: auto;
  aspect-ratio: 16/9;
}
body.rs-page .main-title {
  color: #006940;
  font-weight: 700;
  letter-spacing: 3px;
  font-size: 1.5rem;
}
@media (min-width: 992px) {
  body.rs-page .main-title {
    font-size: 2.5rem;
  }
}
body.rs-page .gtv-title h1 {
  color: #006940;
  display: block;
  position: relative;
  font-weight: 600;
  font-size: 32px;
  line-height: 42px;
}
body.rs-page .gtv-title h3 {
  color: #006940;
  font-weight: 600;
  font-size: 32px;
  line-height: 42px;
  text-align: center;
}
body.rs-page .gtv-description p {
  font-size: 22px;
  font-weight: 400;
  line-height: 30px;
}
body.rs-page .gtv-description h6 {
  font-size: 22px;
  font-weight: 600;
  line-height: 30px;
  letter-spacing: 7px;
  color: #000;
}
body.rs-page .gtv .border-dark {
  border: 1px solid #2c2c2c;
}
body.rs-page .gtv-btn {
  border-radius: 20px !important;
  height: auto !important;
}
body.rs-page .gtv-btn.bg-pink {
  background-color: #D80B8C;
  color: #ffffff;
  line-height: 43px;
  font-size: 20px;
  font-weight: 700;
  padding: 0 15px;
}
body.rs-page .gtv-btn.bg-yellow {
  background-color: #FFC709;
  color: #000000;
  line-height: 28px;
  font-size: 20px;
  font-weight: 600;
  padding: 8px 15px;
  width: 250px;
}
body.rs-page .gtv .versatile_program {
  color: #000;
}
body.rs-page .gtv .versatile_program .icon {
  height: 80px;
}
body.rs-page .gtv .versatile_program .icon img {
  height: 80px;
  width: auto;
  object-fit: contain;
}
body.rs-page .gtv .versatile_program .head {
  font-weight: 600;
}
body.rs-page .gtv .versatile_program .head span {
  display: block;
  font-weight: 400;
}
body.rs-page .gtv-space hr {
  height: 5px;
  border: none;
  border-radius: 3px;
  margin: 5px 0;
  background-color: #D80B8C;
}
body.rs-page .gtv-space hr:first-child {
  background-color: #006940;
}
body.rs-page .gtv-space hr:last-child {
  background-color: #FFC709;
}
body.rs-page .gtv.shoot_in_location .large-img {
  object-fit: cover;
  min-width: 100%;
  min-height: 100%;
}
body.rs-page .gtv-variety a {
  color: #0a0a0a;
}
body.rs-page .gtv-variety img {
  height: 100px;
}
body.rs-page .color-grenn {
  color: #006940;
}
body.rs-page .color-pink {
  color: #D80B8C;
}
body.rs-page .color-yellow {
  color: #FFC709;
}

.rela {
  position: relative;
}

.abs {
  position: absolute;
}

.dd_pre {
  border: 1px solid red;
  font-size: 18px;
}

.share-ul {
  list-style: none;
  display: flex;
  margin: 0;
  /*
  .fa-google {
    background: #dd4b39;
    color: white;
  }

  .fa-youtube {
    background: #bb0000;
    color: white;
  }

  .fa-instagram {
    background: #125688;
    color: white;
  }

  .fa-snapchat-ghost {
    background: #fffc00;
    color: white;
    text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black;
  }

  .fa-skype {
    background: #00aff0;
    color: white;
  }

  .fa-android {
    background: #a4c639;
    color: white;
  }

  .fa-dribbble {
    background: #ea4c89;
    color: white;
  }

  .fa-vimeo {
    background: #45bbff;
    color: white;
  }

  .fa-tumblr {
    background: #2c4762;
    color: white;
  }

  .fa-vine {
    background: #00b489;
    color: white;
  }

  .fa-foursquare {
    background: #45bbff;
    color: white;
  }

  .fa-stumbleupon {
    background: #eb4924;
    color: white;
  }

  .fa-flickr {
    background: #f40083;
    color: white;
  }

  .fa-yahoo {
    background: #430297;
    color: white;
  }

  .fa-soundcloud {
    background: #ff5500;
    color: white;
  }

  .fa-reddit {
    background: #ff5700;
    color: white;
  }

  .fa-rss {
    background: #ff6600;
    color: white;
  }

   */
}
.share-ul li.item-share {
  display: inline-block;
  width: auto;
  float: left;
}
.share-ul .fa {
  font-size: 25px;
  width: 50px;
  text-align: center;
  text-decoration: none;
  margin: 0px 4px;
  border-radius: 50%;
  line-height: 50px;
  padding: 0;
}
.share-ul .fa:hover {
  opacity: 0.7;
}
.share-ul .fa-facebook {
  background: #3B5998;
  color: white;
}
.share-ul .fa-whatsapp {
  background: #128C7E;
  color: white;
}
.share-ul .fa-twitter {
  background: #55ACEE;
  color: white;
}
.share-ul .fa-linkedin {
  background: #007bb5;
  color: white;
}
.share-ul .fa-pinterest {
  background: #cb2027;
  color: white;
}
.share-ul .fa-envelope {
  background: #cb8720;
  color: white;
}

.abs-share {
  top: 0;
  height: 80px;
  left: 50%;
  transform: translate(-50%, calc(-100% + 5px));
  position: absolute;
}
.abs-share .popup-share {
  background-color: #ededed;
  padding: 15px;
  border-radius: 10px;
  display: block;
  box-shadow: 0px 2px 10px 0px #767676;
}

.tooltip.show {
  opacity: 1;
}

@media (max-width: 767px) {
  .toggle-style-rs,
.new-ht {
    padding: 10px 5px 0 15px;
    position: relative;
  }
}
.toggle-style-rs label,
.new-ht label {
  text-align: left;
  color: #006940;
  font-weight: 600;
  font-size: 18px;
  line-height: 25px;
  padding-left: 35px;
  cursor: pointer;
  position: relative;
}
.toggle-style-rs .checkmark,
.new-ht .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 23px;
  width: 23px;
  background-color: #fff;
  border: 1px solid #006940;
  overflow: visible;
  cursor: pointer;
}
.toggle-style-rs .checkmark:after,
.new-ht .checkmark:after {
  content: "";
  position: absolute;
  display: none;
  left: 1px;
  top: -5px;
  width: 24px;
  height: 24px;
  background-image: url(../images/new-ht.svg);
  cursor: pointer;
}
.toggle-style-rs input,
.new-ht input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.toggle-style-rs input:checked ~ .checkmark:after,
.new-ht input:checked ~ .checkmark:after {
  display: block;
}

.rzslider {
  position: relative;
  display: inline-block;
  width: 100%;
  height: 4px;
  margin: 35px 0 15px 0;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.rzslider span {
  position: absolute;
  display: inline-block;
  white-space: nowrap;
}
.rzslider .rz-base {
  width: 100%;
  height: 100%;
  padding: 0;
}
.rzslider .rz-bar-wrapper {
  left: 0;
  z-index: 1;
  width: 100%;
  height: 32px;
  padding-top: 16px;
  margin-top: -16px;
  box-sizing: border-box;
  transition: all linear 0.3s;
}
.rzslider .rz-draggable {
  cursor: move;
}
.rzslider .rz-bar {
  left: 0;
  z-index: 1;
  width: 100%;
  height: 4px;
  background: #d8e0f3;
  border-radius: 2px;
}
.rzslider .rz-bar-wrapper.rz-transparent .rz-bar {
  background: transparent;
}
.rzslider .rz-bar-wrapper.rz-left-out-selection .rz-bar {
  background: #df002d;
}
.rzslider .rz-bar-wrapper.rz-right-out-selection .rz-bar {
  background: #03a688;
}
.rzslider .rz-selection {
  z-index: 2;
  background: #006940;
  border-radius: 2px;
  transition: background-color linear 0.3s;
}
.rzslider .rz-restricted {
  z-index: 3;
  background: #ff0000;
  border-radius: 2px;
}
.rzslider .rz-pointer {
  top: -14px;
  z-index: 3;
  width: 32px;
  height: 32px;
  cursor: pointer;
  background-color: #fff;
  border: 1px solid #006940;
  border-radius: 16px;
  transition: all linear 0.3s;
}
.rzslider .rz-pointer:after {
  position: absolute;
  top: 12px;
  left: 12px;
  width: 6px;
  height: 6px;
  background: #006940;
  border-radius: 4px;
  content: "";
}
.rzslider .rz-pointer:hover:after {
  background-color: #D80B8C;
}
.rzslider .rz-pointer.rz-active {
  z-index: 4;
}
.rzslider .rz-pointer.rz-active:after {
  background-color: #D80B8C;
}
.rzslider .rz-bubble {
  bottom: 16px;
  padding: 1px 3px;
  color: #55637d;
  cursor: default;
  transition: all linear 0.3s;
}
.rzslider .rz-bubble.rz-limit {
  color: #55637d;
  transition: none;
}
.rzslider .rz-ticks {
  position: absolute;
  top: -3px;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 0;
  margin: 0;
  list-style: none;
  box-sizing: border-box;
}
.rzslider .rz-ticks-values-under .rz-tick-value {
  top: auto;
  bottom: -32px;
}
.rzslider .rz-tick {
  position: absolute;
  top: 0;
  left: 0;
  width: 10px;
  height: 10px;
  margin-left: 11px;
  text-align: center;
  cursor: pointer;
  background: #006940;
  border-radius: 50%;
  transition: background-color linear 0.3s;
}
.rzslider .rz-tick.rz-selected {
  background: #006940;
}
.rzslider .rz-tick-value {
  position: absolute;
  top: -30px;
  transform: translate(-50%, 0);
}
.rzslider .rz-tick-legend {
  position: absolute;
  top: 24px;
  max-width: 50px;
  white-space: normal;
  transform: translate(-50%, 0);
}
.rzslider.noanimate * {
  transition: none !important;
}
.rzslider.with-legend {
  margin-bottom: 40px;
}
.rzslider[disabled] {
  cursor: not-allowed;
}
.rzslider[disabled] .rz-pointer {
  cursor: not-allowed;
  background-color: #d8e0f3;
}
.rzslider[disabled] .rz-draggable {
  cursor: not-allowed;
}
.rzslider[disabled] .rz-selection {
  background: #006940;
}
.rzslider[disabled] .rz-tick {
  cursor: not-allowed;
}
.rzslider[disabled] .rz-tick.rz-selected {
  background: #8b91a2;
}
.rzslider.rz-vertical {
  position: relative;
  width: 4px;
  height: 100%;
  padding: 0;
  margin: 0 20px;
  vertical-align: baseline;
}
.rzslider.rz-vertical .rz-base {
  width: 100%;
  height: 100%;
  padding: 0;
}
.rzslider.rz-vertical .rz-bar-wrapper {
  top: auto;
  left: 0;
  width: 32px;
  height: 100%;
  padding: 0 0 0 16px;
  margin: 0 0 0 -16px;
}
.rzslider.rz-vertical .rz-bar {
  bottom: 0;
  left: auto;
  width: 4px;
  height: 100%;
}
.rzslider.rz-vertical .rz-pointer {
  top: auto;
  bottom: 0;
  left: -14px !important;
}
.rzslider.rz-vertical .rz-bubble {
  bottom: 0;
  left: 16px !important;
  margin-left: 3px;
}
.rzslider.rz-vertical .rz-ticks {
  top: 0;
  left: -3px;
  z-index: 1;
  width: 0;
  height: 100%;
}
.rzslider.rz-vertical .rz-tick {
  margin-top: 11px;
  margin-left: auto;
  vertical-align: middle;
}
.rzslider.rz-vertical .rz-tick-value {
  top: auto;
  left: 24px;
  transform: translate(0, -28%);
}
.rzslider.rz-vertical .rz-tick-legend {
  top: auto;
  right: 24px;
  max-width: none;
  white-space: nowrap;
  transform: translate(0, -28%);
}
.rzslider.rz-vertical .rz-ticks-values-under .rz-tick-value {
  right: 24px;
  bottom: auto;
  left: auto;
}

div#has_is_durbella .durbella_post .img-bg {
  border: 2px solid #E5E5E5;
  width: 215px;
  transition: 0.3s all;
  height: 256px;
  padding: 0 0 100%;
  position: relative;
}
div#has_is_durbella .durbella_post .img-bg img {
  width: 100%;
  border-radius: 50%;
  margin-bottom: 15px;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -o-object-fit: cover;
  object-fit: cover;
}
div#has_is_durbella .durbella_post h5 {
  font-size: 18px;
  line-height: 25px;
  text-decoration-line: underline;
  color: #404040;
  font-style: normal;
  font-weight: normal;
  margin-top: 18px;
  margin-bottom: 32px;
  transition: 0.3s all;
  text-transform: none;
}
div#has_is_durbella .durbella_post:hover .img-bg {
  border: 2px solid #682C91;
}
div#has_is_durbella .durbella_post:hover h5 {
  color: #682C91;
}

.item-s {
  display: inline-block;
  vertical-align: top;
}

.icon-s {
  border: 1px solid #D80B8C;
  border-radius: 50%;
  padding: 5px;
  width: 35px;
  height: 35px;
  background-color: transparent !important;
  margin: 0 auto;
  display: block;
  background-position: center;
  background-size: inherit;
  background-repeat: no-repeat;
  vertical-align: top;
}
.icon-s:hover {
  border: 2px solid #D80B8C;
}
.icon-s-copy {
  background-image: url(../../images/icon-s-copy.svg);
}
.icon-s-facebook {
  background-image: url(../../images/icon-s-facebook.svg);
}
.icon-s-twitter {
  background-image: url(../../images/icon-s-twitter.svg);
}
.icon-s-whatsapp {
  background-image: url(../../images/icon-s-whatsapp.svg);
}
.icon-s-linkedin {
  background-image: url(../../images/icon-s-linkedin.svg);
}

.section-newsletter {
  position: relative;
}
.section-newsletter #section-newsletter {
  position: absolute;
  top: -100px;
}

.top_menu_border.icon-info {
  background-image: url("/wp-content/themes/bridge-child/assets/images/icon-info.svg");
  background-position: right center;
  background-size: 20px 20px;
  background-repeat: no-repeat;
}

.flexible-content h1 {
  color: #006940;
  font-weight: 400;
  font-size: 28px;
  text-align: center;
  text-transform: uppercase;
}
@media (min-width: 768px) {
  .flexible-content h1 {
    font-size: 30px;
  }
}

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