/* **************** fontawesome ****************** */
.fa,
.fas,
.far,
.fal,
.fab {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
}
/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.33333333em;
  line-height: 0.75em;
  vertical-align: -0.0667em;
}
.fa-xs {
  font-size: .75em;
}
.fa-sm {
  font-size: .875em;
}
.fa-1x {
  font-size: 1em;
}
.fa-2x {
  font-size: 2em;
}
.fa-3x {
  font-size: 3em;
}
.fa-4x {
  font-size: 4em;
}
.fa-5x {
  font-size: 5em;
}
.fa-6x {
  font-size: 6em;
}
.fa-7x {
  font-size: 7em;
}
.fa-8x {
  font-size: 8em;
}
.fa-9x {
  font-size: 9em;
}
.fa-10x {
  font-size: 10em;
}
.fa-fw {
  text-align: center;
  width: 1.25em;
}
.fa-ul {
  list-style-type: none;
  margin-left: 2.5em;
  padding-left: 0;
}
.fa-ul > li {
  position: relative;
}
.fa-li {
  left: -2em;
  position: absolute;
  text-align: center;
  width: 2em;
  line-height: inherit;
}
.fa-border {
  border-radius: .1em;
  border: solid 0.08em #eeeeee;
  padding: .2em .25em .15em;
}
.fa-pull-left {
  float: left;
}
.fa-pull-right {
  float: right;
}
.fa.fa-pull-left,
.fas.fa-pull-left,
.far.fa-pull-left,
.fal.fa-pull-left,
.fab.fa-pull-left {
  margin-right: .3em;
}
.fa.fa-pull-right,
.fas.fa-pull-right,
.far.fa-pull-right,
.fal.fa-pull-right,
.fab.fa-pull-right {
  margin-left: .3em;
}
.fa-spin {
  animation: fa-spin 2s infinite linear;
}
.fa-pulse {
  animation: fa-spin 1s infinite steps(8);
}
@keyframes fa-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  transform: rotate(90deg);
}
.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  transform: rotate(180deg);
}
.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  transform: rotate(270deg);
}
.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  transform: scale(-1, 1);
}
.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  transform: scale(1, -1);
}
.fa-flip-both,
.fa-flip-horizontal.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=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,
:root .fa-flip-both {
  filter: none;
}
.fa-stack {
  display: inline-block;
  height: 2em;
  line-height: 2em;
  position: relative;
  vertical-align: middle;
  width: 2em;
}
.fa-stack-1x,
.fa-stack-2x {
  left: 0;
  position: absolute;
  text-align: center;
  width: 100%;
}
.fa-stack-1x {
  line-height: inherit;
}
.fa-stack-2x {
  font-size: 2em;
}
.fa-inverse {
  color: #ffffff;
}
/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-500px:before {
  content: "\f26e";
}
.fa-accessible-icon:before {
  content: "\f368";
}
.fa-accusoft:before {
  content: "\f369";
}
.fa-acquisitions-incorporated:before {
  content: "\f6af";
}
.fa-ad:before {
  content: "\f641";
}
.fa-address-book:before {
  content: "\f2b9";
}
.fa-address-card:before {
  content: "\f2bb";
}
.fa-adjust:before {
  content: "\f042";
}
.fa-adn:before {
  content: "\f170";
}
.fa-adobe:before {
  content: "\f778";
}
.fa-adversal:before {
  content: "\f36a";
}
.fa-affiliatetheme:before {
  content: "\f36b";
}
.fa-air-freshener:before {
  content: "\f5d0";
}
.fa-algolia:before {
  content: "\f36c";
}
.fa-align-center:before {
  content: "\f037";
}
.fa-align-justify:before {
  content: "\f039";
}
.fa-align-left:before {
  content: "\f036";
}
.fa-align-right:before {
  content: "\f038";
}
.fa-alipay:before {
  content: "\f642";
}
.fa-allergies:before {
  content: "\f461";
}
.fa-amazon:before {
  content: "\f270";
}
.fa-amazon-pay:before {
  content: "\f42c";
}
.fa-ambulance:before {
  content: "\f0f9";
}
.fa-american-sign-language-interpreting:before {
  content: "\f2a3";
}
.fa-amilia:before {
  content: "\f36d";
}
.fa-anchor:before {
  content: "\f13d";
}
.fa-android:before {
  content: "\f17b";
}
.fa-angellist:before {
  content: "\f209";
}
.fa-angle-double-down:before {
  content: "\f103";
}
.fa-angle-double-left:before {
  content: "\f100";
}
.fa-angle-double-right:before {
  content: "\f101";
}
.fa-angle-double-up:before {
  content: "\f102";
}
.fa-angle-down:before {
  content: "\f107";
}
.fa-angle-left:before {
  content: "\f104";
}
.fa-angle-right:before {
  content: "\f105";
}
.fa-angle-up:before {
  content: "\f106";
}
.fa-angry:before {
  content: "\f556";
}
.fa-angrycreative:before {
  content: "\f36e";
}
.fa-angular:before {
  content: "\f420";
}
.fa-ankh:before {
  content: "\f644";
}
.fa-app-store:before {
  content: "\f36f";
}
.fa-app-store-ios:before {
  content: "\f370";
}
.fa-apper:before {
  content: "\f371";
}
.fa-apple:before {
  content: "\f179";
}
.fa-apple-alt:before {
  content: "\f5d1";
}
.fa-apple-pay:before {
  content: "\f415";
}
.fa-archive:before {
  content: "\f187";
}
.fa-archway:before {
  content: "\f557";
}
.fa-arrow-alt-circle-down:before {
  content: "\f358";
}
.fa-arrow-alt-circle-left:before {
  content: "\f359";
}
.fa-arrow-alt-circle-right:before {
  content: "\f35a";
}
.fa-arrow-alt-circle-up:before {
  content: "\f35b";
}
.fa-arrow-circle-down:before {
  content: "\f0ab";
}
.fa-arrow-circle-left:before {
  content: "\f0a8";
}
.fa-arrow-circle-right:before {
  content: "\f0a9";
}
.fa-arrow-circle-up:before {
  content: "\f0aa";
}
.fa-arrow-down:before {
  content: "\f063";
}
.fa-arrow-left:before {
  content: "\f060";
}
.fa-arrow-right:before {
  content: "\f061";
}
.fa-arrow-up:before {
  content: "\f062";
}
.fa-arrows-alt:before {
  content: "\f0b2";
}
.fa-arrows-alt-h:before {
  content: "\f337";
}
.fa-arrows-alt-v:before {
  content: "\f338";
}
.fa-artstation:before {
  content: "\f77a";
}
.fa-assistive-listening-systems:before {
  content: "\f2a2";
}
.fa-asterisk:before {
  content: "\f069";
}
.fa-asymmetrik:before {
  content: "\f372";
}
.fa-at:before {
  content: "\f1fa";
}
.fa-atlas:before {
  content: "\f558";
}
.fa-atlassian:before {
  content: "\f77b";
}
.fa-atom:before {
  content: "\f5d2";
}
.fa-audible:before {
  content: "\f373";
}
.fa-audio-description:before {
  content: "\f29e";
}
.fa-autoprefixer:before {
  content: "\f41c";
}
.fa-avianex:before {
  content: "\f374";
}
.fa-aviato:before {
  content: "\f421";
}
.fa-award:before {
  content: "\f559";
}
.fa-aws:before {
  content: "\f375";
}
.fa-baby:before {
  content: "\f77c";
}
.fa-baby-carriage:before {
  content: "\f77d";
}
.fa-backspace:before {
  content: "\f55a";
}
.fa-backward:before {
  content: "\f04a";
}
.fa-bacon:before {
  content: "\f7e5";
}
.fa-balance-scale:before {
  content: "\f24e";
}
.fa-ban:before {
  content: "\f05e";
}
.fa-band-aid:before {
  content: "\f462";
}
.fa-bandcamp:before {
  content: "\f2d5";
}
.fa-barcode:before {
  content: "\f02a";
}
.fa-bars:before {
  content: "\f0c9";
}
.fa-baseball-ball:before {
  content: "\f433";
}
.fa-basketball-ball:before {
  content: "\f434";
}
.fa-bath:before {
  content: "\f2cd";
}
.fa-battery-empty:before {
  content: "\f244";
}
.fa-battery-full:before {
  content: "\f240";
}
.fa-battery-half:before {
  content: "\f242";
}
.fa-battery-quarter:before {
  content: "\f243";
}
.fa-battery-three-quarters:before {
  content: "\f241";
}
.fa-bed:before {
  content: "\f236";
}
.fa-beer:before {
  content: "\f0fc";
}
.fa-behance:before {
  content: "\f1b4";
}
.fa-behance-square:before {
  content: "\f1b5";
}
.fa-bell:before {
  content: "\f0f3";
}
.fa-bell-slash:before {
  content: "\f1f6";
}
.fa-bezier-curve:before {
  content: "\f55b";
}
.fa-bible:before {
  content: "\f647";
}
.fa-bicycle:before {
  content: "\f206";
}
.fa-bimobject:before {
  content: "\f378";
}
.fa-binoculars:before {
  content: "\f1e5";
}
.fa-biohazard:before {
  content: "\f780";
}
.fa-birthday-cake:before {
  content: "\f1fd";
}
.fa-bitbucket:before {
  content: "\f171";
}
.fa-bitcoin:before {
  content: "\f379";
}
.fa-bity:before {
  content: "\f37a";
}
.fa-black-tie:before {
  content: "\f27e";
}
.fa-blackberry:before {
  content: "\f37b";
}
.fa-blender:before {
  content: "\f517";
}
.fa-blender-phone:before {
  content: "\f6b6";
}
.fa-blind:before {
  content: "\f29d";
}
.fa-blog:before {
  content: "\f781";
}
.fa-blogger:before {
  content: "\f37c";
}
.fa-blogger-b:before {
  content: "\f37d";
}
.fa-bluetooth:before {
  content: "\f293";
}
.fa-bluetooth-b:before {
  content: "\f294";
}
.fa-bold:before {
  content: "\f032";
}
.fa-bolt:before {
  content: "\f0e7";
}
.fa-bomb:before {
  content: "\f1e2";
}
.fa-bone:before {
  content: "\f5d7";
}
.fa-bong:before {
  content: "\f55c";
}
.fa-book:before {
  content: "\f02d";
}
.fa-book-dead:before {
  content: "\f6b7";
}
.fa-book-medical:before {
  content: "\f7e6";
}
.fa-book-open:before {
  content: "\f518";
}
.fa-book-reader:before {
  content: "\f5da";
}
.fa-bookmark:before {
  content: "\f02e";
}
.fa-bowling-ball:before {
  content: "\f436";
}
.fa-box:before {
  content: "\f466";
}
.fa-box-open:before {
  content: "\f49e";
}
.fa-boxes:before {
  content: "\f468";
}
.fa-braille:before {
  content: "\f2a1";
}
.fa-brain:before {
  content: "\f5dc";
}
.fa-bread-slice:before {
  content: "\f7ec";
}
.fa-briefcase:before {
  content: "\f0b1";
}
.fa-briefcase-medical:before {
  content: "\f469";
}
.fa-broadcast-tower:before {
  content: "\f519";
}
.fa-broom:before {
  content: "\f51a";
}
.fa-brush:before {
  content: "\f55d";
}
.fa-btc:before {
  content: "\f15a";
}
.fa-bug:before {
  content: "\f188";
}
.fa-building:before {
  content: "\f1ad";
}
.fa-bullhorn:before {
  content: "\f0a1";
}
.fa-bullseye:before {
  content: "\f140";
}
.fa-burn:before {
  content: "\f46a";
}
.fa-buromobelexperte:before {
  content: "\f37f";
}
.fa-bus:before {
  content: "\f207";
}
.fa-bus-alt:before {
  content: "\f55e";
}
.fa-business-time:before {
  content: "\f64a";
}
.fa-buysellads:before {
  content: "\f20d";
}
.fa-calculator:before {
  content: "\f1ec";
}
.fa-calendar:before {
  content: "\f133";
}
.fa-calendar-alt:before {
  content: "\f073";
}
.fa-calendar-check:before {
  content: "\f274";
}
.fa-calendar-day:before {
  content: "\f783";
}
.fa-calendar-minus:before {
  content: "\f272";
}
.fa-calendar-plus:before {
  content: "\f271";
}
.fa-calendar-times:before {
  content: "\f273";
}
.fa-calendar-week:before {
  content: "\f784";
}
.fa-camera:before {
  content: "\f030";
}
.fa-camera-retro:before {
  content: "\f083";
}
.fa-campground:before {
  content: "\f6bb";
}
.fa-canadian-maple-leaf:before {
  content: "\f785";
}
.fa-candy-cane:before {
  content: "\f786";
}
.fa-cannabis:before {
  content: "\f55f";
}
.fa-capsules:before {
  content: "\f46b";
}
.fa-car:before {
  content: "\f1b9";
}
.fa-car-alt:before {
  content: "\f5de";
}
.fa-car-battery:before {
  content: "\f5df";
}
.fa-car-crash:before {
  content: "\f5e1";
}
.fa-car-side:before {
  content: "\f5e4";
}
.fa-caret-down:before {
  content: "\f0d7";
}
.fa-caret-left:before {
  content: "\f0d9";
}
.fa-caret-right:before {
  content: "\f0da";
}
.fa-caret-square-down:before {
  content: "\f150";
}
.fa-caret-square-left:before {
  content: "\f191";
}
.fa-caret-square-right:before {
  content: "\f152";
}
.fa-caret-square-up:before {
  content: "\f151";
}
.fa-caret-up:before {
  content: "\f0d8";
}
.fa-carrot:before {
  content: "\f787";
}
.fa-cart-arrow-down:before {
  content: "\f218";
}
.fa-cart-plus:before {
  content: "\f217";
}
.fa-cash-register:before {
  content: "\f788";
}
.fa-cat:before {
  content: "\f6be";
}
.fa-cc-amazon-pay:before {
  content: "\f42d";
}
.fa-cc-amex:before {
  content: "\f1f3";
}
.fa-cc-apple-pay:before {
  content: "\f416";
}
.fa-cc-diners-club:before {
  content: "\f24c";
}
.fa-cc-discover:before {
  content: "\f1f2";
}
.fa-cc-jcb:before {
  content: "\f24b";
}
.fa-cc-mastercard:before {
  content: "\f1f1";
}
.fa-cc-paypal:before {
  content: "\f1f4";
}
.fa-cc-stripe:before {
  content: "\f1f5";
}
.fa-cc-visa:before {
  content: "\f1f0";
}
.fa-centercode:before {
  content: "\f380";
}
.fa-centos:before {
  content: "\f789";
}
.fa-certificate:before {
  content: "\f0a3";
}
.fa-chair:before {
  content: "\f6c0";
}
.fa-chalkboard:before {
  content: "\f51b";
}
.fa-chalkboard-teacher:before {
  content: "\f51c";
}
.fa-charging-station:before {
  content: "\f5e7";
}
.fa-chart-area:before {
  content: "\f1fe";
}
.fa-chart-bar:before {
  content: "\f080";
}
.fa-chart-line:before {
  content: "\f201";
}
.fa-chart-pie:before {
  content: "\f200";
}
.fa-check:before {
  content: "\f00c";
}
.fa-check-circle:before {
  content: "\f058";
}
.fa-check-double:before {
  content: "\f560";
}
.fa-check-square:before {
  content: "\f14a";
}
.fa-cheese:before {
  content: "\f7ef";
}
.fa-chess:before {
  content: "\f439";
}
.fa-chess-bishop:before {
  content: "\f43a";
}
.fa-chess-board:before {
  content: "\f43c";
}
.fa-chess-king:before {
  content: "\f43f";
}
.fa-chess-knight:before {
  content: "\f441";
}
.fa-chess-pawn:before {
  content: "\f443";
}
.fa-chess-queen:before {
  content: "\f445";
}
.fa-chess-rook:before {
  content: "\f447";
}
.fa-chevron-circle-down:before {
  content: "\f13a";
}
.fa-chevron-circle-left:before {
  content: "\f137";
}
.fa-chevron-circle-right:before {
  content: "\f138";
}
.fa-chevron-circle-up:before {
  content: "\f139";
}
.fa-chevron-down:before {
  content: "\f078";
}
.fa-chevron-left:before {
  content: "\f053";
}
.fa-chevron-right:before {
  content: "\f054";
}
.fa-chevron-up:before {
  content: "\f077";
}
.fa-child:before {
  content: "\f1ae";
}
.fa-chrome:before {
  content: "\f268";
}
.fa-church:before {
  content: "\f51d";
}
.fa-circle:before {
  content: "\f111";
}
.fa-circle-notch:before {
  content: "\f1ce";
}
.fa-city:before {
  content: "\f64f";
}
.fa-clinic-medical:before {
  content: "\f7f2";
}
.fa-clipboard:before {
  content: "\f328";
}
.fa-clipboard-check:before {
  content: "\f46c";
}
.fa-clipboard-list:before {
  content: "\f46d";
}
.fa-clock:before {
  content: "\f017";
}
.fa-clone:before {
  content: "\f24d";
}
.fa-closed-captioning:before {
  content: "\f20a";
}
.fa-cloud:before {
  content: "\f0c2";
}
.fa-cloud-download-alt:before {
  content: "\f381";
}
.fa-cloud-meatball:before {
  content: "\f73b";
}
.fa-cloud-moon:before {
  content: "\f6c3";
}
.fa-cloud-moon-rain:before {
  content: "\f73c";
}
.fa-cloud-rain:before {
  content: "\f73d";
}
.fa-cloud-showers-heavy:before {
  content: "\f740";
}
.fa-cloud-sun:before {
  content: "\f6c4";
}
.fa-cloud-sun-rain:before {
  content: "\f743";
}
.fa-cloud-upload-alt:before {
  content: "\f382";
}
.fa-cloudscale:before {
  content: "\f383";
}
.fa-cloudsmith:before {
  content: "\f384";
}
.fa-cloudversify:before {
  content: "\f385";
}
.fa-cocktail:before {
  content: "\f561";
}
.fa-code:before {
  content: "\f121";
}
.fa-code-branch:before {
  content: "\f126";
}
.fa-codepen:before {
  content: "\f1cb";
}
.fa-codiepie:before {
  content: "\f284";
}
.fa-coffee:before {
  content: "\f0f4";
}
.fa-cog:before {
  content: "\f013";
}
.fa-cogs:before {
  content: "\f085";
}
.fa-coins:before {
  content: "\f51e";
}
.fa-columns:before {
  content: "\f0db";
}
.fa-comment:before {
  content: "\f075";
}
.fa-comment-alt:before {
  content: "\f27a";
}
.fa-comment-dollar:before {
  content: "\f651";
}
.fa-comment-dots:before {
  content: "\f4ad";
}
.fa-comment-medical:before {
  content: "\f7f5";
}
.fa-comment-slash:before {
  content: "\f4b3";
}
.fa-comments:before {
  content: "\f086";
}
.fa-comments-dollar:before {
  content: "\f653";
}
.fa-compact-disc:before {
  content: "\f51f";
}
.fa-compass:before {
  content: "\f14e";
}
.fa-compress:before {
  content: "\f066";
}
.fa-compress-arrows-alt:before {
  content: "\f78c";
}
.fa-concierge-bell:before {
  content: "\f562";
}
.fa-confluence:before {
  content: "\f78d";
}
.fa-connectdevelop:before {
  content: "\f20e";
}
.fa-contao:before {
  content: "\f26d";
}
.fa-cookie:before {
  content: "\f563";
}
.fa-cookie-bite:before {
  content: "\f564";
}
.fa-copy:before {
  content: "\f0c5";
}
.fa-copyright:before {
  content: "\f1f9";
}
.fa-couch:before {
  content: "\f4b8";
}
.fa-cpanel:before {
  content: "\f388";
}
.fa-creative-commons:before {
  content: "\f25e";
}
.fa-creative-commons-by:before {
  content: "\f4e7";
}
.fa-creative-commons-nc:before {
  content: "\f4e8";
}
.fa-creative-commons-nc-eu:before {
  content: "\f4e9";
}
.fa-creative-commons-nc-jp:before {
  content: "\f4ea";
}
.fa-creative-commons-nd:before {
  content: "\f4eb";
}
.fa-creative-commons-pd:before {
  content: "\f4ec";
}
.fa-creative-commons-pd-alt:before {
  content: "\f4ed";
}
.fa-creative-commons-remix:before {
  content: "\f4ee";
}
.fa-creative-commons-sa:before {
  content: "\f4ef";
}
.fa-creative-commons-sampling:before {
  content: "\f4f0";
}
.fa-creative-commons-sampling-plus:before {
  content: "\f4f1";
}
.fa-creative-commons-share:before {
  content: "\f4f2";
}
.fa-creative-commons-zero:before {
  content: "\f4f3";
}
.fa-credit-card:before {
  content: "\f09d";
}
.fa-critical-role:before {
  content: "\f6c9";
}
.fa-crop:before {
  content: "\f125";
}
.fa-crop-alt:before {
  content: "\f565";
}
.fa-cross:before {
  content: "\f654";
}
.fa-crosshairs:before {
  content: "\f05b";
}
.fa-crow:before {
  content: "\f520";
}
.fa-crown:before {
  content: "\f521";
}
.fa-crutch:before {
  content: "\f7f7";
}
.fa-css3:before {
  content: "\f13c";
}
.fa-css3-alt:before {
  content: "\f38b";
}
.fa-cube:before {
  content: "\f1b2";
}
.fa-cubes:before {
  content: "\f1b3";
}
.fa-cut:before {
  content: "\f0c4";
}
.fa-cuttlefish:before {
  content: "\f38c";
}
.fa-d-and-d:before {
  content: "\f38d";
}
.fa-d-and-d-beyond:before {
  content: "\f6ca";
}
.fa-dashcube:before {
  content: "\f210";
}
.fa-database:before {
  content: "\f1c0";
}
.fa-deaf:before {
  content: "\f2a4";
}
.fa-delicious:before {
  content: "\f1a5";
}
.fa-democrat:before {
  content: "\f747";
}
.fa-deploydog:before {
  content: "\f38e";
}
.fa-deskpro:before {
  content: "\f38f";
}
.fa-desktop:before {
  content: "\f108";
}
.fa-dev:before {
  content: "\f6cc";
}
.fa-deviantart:before {
  content: "\f1bd";
}
.fa-dharmachakra:before {
  content: "\f655";
}
.fa-dhl:before {
  content: "\f790";
}
.fa-diagnoses:before {
  content: "\f470";
}
.fa-diaspora:before {
  content: "\f791";
}
.fa-dice:before {
  content: "\f522";
}
.fa-dice-d20:before {
  content: "\f6cf";
}
.fa-dice-d6:before {
  content: "\f6d1";
}
.fa-dice-five:before {
  content: "\f523";
}
.fa-dice-four:before {
  content: "\f524";
}
.fa-dice-one:before {
  content: "\f525";
}
.fa-dice-six:before {
  content: "\f526";
}
.fa-dice-three:before {
  content: "\f527";
}
.fa-dice-two:before {
  content: "\f528";
}
.fa-digg:before {
  content: "\f1a6";
}
.fa-digital-ocean:before {
  content: "\f391";
}
.fa-digital-tachograph:before {
  content: "\f566";
}
.fa-directions:before {
  content: "\f5eb";
}
.fa-discord:before {
  content: "\f392";
}
.fa-discourse:before {
  content: "\f393";
}
.fa-divide:before {
  content: "\f529";
}
.fa-dizzy:before {
  content: "\f567";
}
.fa-dna:before {
  content: "\f471";
}
.fa-dochub:before {
  content: "\f394";
}
.fa-docker:before {
  content: "\f395";
}
.fa-dog:before {
  content: "\f6d3";
}
.fa-dollar-sign:before {
  content: "\f155";
}
.fa-dolly:before {
  content: "\f472";
}
.fa-dolly-flatbed:before {
  content: "\f474";
}
.fa-donate:before {
  content: "\f4b9";
}
.fa-door-closed:before {
  content: "\f52a";
}
.fa-door-open:before {
  content: "\f52b";
}
.fa-dot-circle:before {
  content: "\f192";
}
.fa-dove:before {
  content: "\f4ba";
}
.fa-download:before {
  content: "\f019";
}
.fa-draft2digital:before {
  content: "\f396";
}
.fa-drafting-compass:before {
  content: "\f568";
}
.fa-dragon:before {
  content: "\f6d5";
}
.fa-draw-polygon:before {
  content: "\f5ee";
}
.fa-dribbble:before {
  content: "\f17d";
}
.fa-dribbble-square:before {
  content: "\f397";
}
.fa-dropbox:before {
  content: "\f16b";
}
.fa-drum:before {
  content: "\f569";
}
.fa-drum-steelpan:before {
  content: "\f56a";
}
.fa-drumstick-bite:before {
  content: "\f6d7";
}
.fa-drupal:before {
  content: "\f1a9";
}
.fa-dumbbell:before {
  content: "\f44b";
}
.fa-dumpster:before {
  content: "\f793";
}
.fa-dumpster-fire:before {
  content: "\f794";
}
.fa-dungeon:before {
  content: "\f6d9";
}
.fa-dyalog:before {
  content: "\f399";
}
.fa-earlybirds:before {
  content: "\f39a";
}
.fa-ebay:before {
  content: "\f4f4";
}
.fa-edge:before {
  content: "\f282";
}
.fa-edit:before {
  content: "\f044";
}
.fa-egg:before {
  content: "\f7fb";
}
.fa-eject:before {
  content: "\f052";
}
.fa-elementor:before {
  content: "\f430";
}
.fa-ellipsis-h:before {
  content: "\f141";
}
.fa-ellipsis-v:before {
  content: "\f142";
}
.fa-ello:before {
  content: "\f5f1";
}
.fa-ember:before {
  content: "\f423";
}
.fa-empire:before {
  content: "\f1d1";
}
.fa-envelope:before {
  content: "\f0e0";
}
.fa-envelope-open:before {
  content: "\f2b6";
}
.fa-envelope-open-text:before {
  content: "\f658";
}
.fa-envelope-square:before {
  content: "\f199";
}
.fa-envira:before {
  content: "\f299";
}
.fa-equals:before {
  content: "\f52c";
}
.fa-eraser:before {
  content: "\f12d";
}
.fa-erlang:before {
  content: "\f39d";
}
.fa-ethereum:before {
  content: "\f42e";
}
.fa-ethernet:before {
  content: "\f796";
}
.fa-etsy:before {
  content: "\f2d7";
}
.fa-euro-sign:before {
  content: "\f153";
}
.fa-exchange-alt:before {
  content: "\f362";
}
.fa-exclamation:before {
  content: "\f12a";
}
.fa-exclamation-circle:before {
  content: "\f06a";
}
.fa-exclamation-triangle:before {
  content: "\f071";
}
.fa-expand:before {
  content: "\f065";
}
.fa-expand-arrows-alt:before {
  content: "\f31e";
}
.fa-expeditedssl:before {
  content: "\f23e";
}
.fa-external-link-alt:before {
  content: "\f35d";
}
.fa-external-link-square-alt:before {
  content: "\f360";
}
.fa-eye:before {
  content: "\f06e";
}
.fa-eye-dropper:before {
  content: "\f1fb";
}
.fa-eye-slash:before {
  content: "\f070";
}
.fa-facebook:before {
  content: "\f09a";
}
.fa-facebook-f:before {
  content: "\f39e";
}
.fa-facebook-messenger:before {
  content: "\f39f";
}
.fa-facebook-square:before {
  content: "\f082";
}
.fa-fantasy-flight-games:before {
  content: "\f6dc";
}
.fa-fast-backward:before {
  content: "\f049";
}
.fa-fast-forward:before {
  content: "\f050";
}
.fa-fax:before {
  content: "\f1ac";
}
.fa-feather:before {
  content: "\f52d";
}
.fa-feather-alt:before {
  content: "\f56b";
}
.fa-fedex:before {
  content: "\f797";
}
.fa-fedora:before {
  content: "\f798";
}
.fa-female:before {
  content: "\f182";
}
.fa-fighter-jet:before {
  content: "\f0fb";
}
.fa-figma:before {
  content: "\f799";
}
.fa-file:before {
  content: "\f15b";
}
.fa-file-alt:before {
  content: "\f15c";
}
.fa-file-archive:before {
  content: "\f1c6";
}
.fa-file-audio:before {
  content: "\f1c7";
}
.fa-file-code:before {
  content: "\f1c9";
}
.fa-file-contract:before {
  content: "\f56c";
}
.fa-file-csv:before {
  content: "\f6dd";
}
.fa-file-download:before {
  content: "\f56d";
}
.fa-file-excel:before {
  content: "\f1c3";
}
.fa-file-export:before {
  content: "\f56e";
}
.fa-file-image:before {
  content: "\f1c5";
}
.fa-file-import:before {
  content: "\f56f";
}
.fa-file-invoice:before {
  content: "\f570";
}
.fa-file-invoice-dollar:before {
  content: "\f571";
}
.fa-file-medical:before {
  content: "\f477";
}
.fa-file-medical-alt:before {
  content: "\f478";
}
.fa-file-pdf:before {
  content: "\f1c1";
}
.fa-file-powerpoint:before {
  content: "\f1c4";
}
.fa-file-prescription:before {
  content: "\f572";
}
.fa-file-signature:before {
  content: "\f573";
}
.fa-file-upload:before {
  content: "\f574";
}
.fa-file-video:before {
  content: "\f1c8";
}
.fa-file-word:before {
  content: "\f1c2";
}
.fa-fill:before {
  content: "\f575";
}
.fa-fill-drip:before {
  content: "\f576";
}
.fa-film:before {
  content: "\f008";
}
.fa-filter:before {
  content: "\f0b0";
}
.fa-fingerprint:before {
  content: "\f577";
}
.fa-fire:before {
  content: "\f06d";
}
.fa-fire-alt:before {
  content: "\f7e4";
}
.fa-fire-extinguisher:before {
  content: "\f134";
}
.fa-firefox:before {
  content: "\f269";
}
.fa-first-aid:before {
  content: "\f479";
}
.fa-first-order:before {
  content: "\f2b0";
}
.fa-first-order-alt:before {
  content: "\f50a";
}
.fa-firstdraft:before {
  content: "\f3a1";
}
.fa-fish:before {
  content: "\f578";
}
.fa-fist-raised:before {
  content: "\f6de";
}
.fa-flag:before {
  content: "\f024";
}
.fa-flag-checkered:before {
  content: "\f11e";
}
.fa-flag-usa:before {
  content: "\f74d";
}
.fa-flask:before {
  content: "\f0c3";
}
.fa-flickr:before {
  content: "\f16e";
}
.fa-flipboard:before {
  content: "\f44d";
}
.fa-flushed:before {
  content: "\f579";
}
.fa-fly:before {
  content: "\f417";
}
.fa-folder:before {
  content: "\f07b";
}
.fa-folder-minus:before {
  content: "\f65d";
}
.fa-folder-open:before {
  content: "\f07c";
}
.fa-folder-plus:before {
  content: "\f65e";
}
.fa-font:before {
  content: "\f031";
}
.fa-font-awesome:before {
  content: "\f2b4";
}
.fa-font-awesome-alt:before {
  content: "\f35c";
}
.fa-font-awesome-flag:before {
  content: "\f425";
}
.fa-font-awesome-logo-full:before {
  content: "\f4e6";
}
.fa-fonticons:before {
  content: "\f280";
}
.fa-fonticons-fi:before {
  content: "\f3a2";
}
.fa-football-ball:before {
  content: "\f44e";
}
.fa-fort-awesome:before {
  content: "\f286";
}
.fa-fort-awesome-alt:before {
  content: "\f3a3";
}
.fa-forumbee:before {
  content: "\f211";
}
.fa-forward:before {
  content: "\f04e";
}
.fa-foursquare:before {
  content: "\f180";
}
.fa-free-code-camp:before {
  content: "\f2c5";
}
.fa-freebsd:before {
  content: "\f3a4";
}
.fa-frog:before {
  content: "\f52e";
}
.fa-frown:before {
  content: "\f119";
}
.fa-frown-open:before {
  content: "\f57a";
}
.fa-fulcrum:before {
  content: "\f50b";
}
.fa-funnel-dollar:before {
  content: "\f662";
}
.fa-futbol:before {
  content: "\f1e3";
}
.fa-galactic-republic:before {
  content: "\f50c";
}
.fa-galactic-senate:before {
  content: "\f50d";
}
.fa-gamepad:before {
  content: "\f11b";
}
.fa-gas-pump:before {
  content: "\f52f";
}
.fa-gavel:before {
  content: "\f0e3";
}
.fa-gem:before {
  content: "\f3a5";
}
.fa-genderless:before {
  content: "\f22d";
}
.fa-get-pocket:before {
  content: "\f265";
}
.fa-gg:before {
  content: "\f260";
}
.fa-gg-circle:before {
  content: "\f261";
}
.fa-ghost:before {
  content: "\f6e2";
}
.fa-gift:before {
  content: "\f06b";
}
.fa-gifts:before {
  content: "\f79c";
}
.fa-git:before {
  content: "\f1d3";
}
.fa-git-square:before {
  content: "\f1d2";
}
.fa-github:before {
  content: "\f09b";
}
.fa-github-alt:before {
  content: "\f113";
}
.fa-github-square:before {
  content: "\f092";
}
.fa-gitkraken:before {
  content: "\f3a6";
}
.fa-gitlab:before {
  content: "\f296";
}
.fa-gitter:before {
  content: "\f426";
}
.fa-glass-cheers:before {
  content: "\f79f";
}
.fa-glass-martini:before {
  content: "\f000";
}
.fa-glass-martini-alt:before {
  content: "\f57b";
}
.fa-glass-whiskey:before {
  content: "\f7a0";
}
.fa-glasses:before {
  content: "\f530";
}
.fa-glide:before {
  content: "\f2a5";
}
.fa-glide-g:before {
  content: "\f2a6";
}
.fa-globe:before {
  content: "\f0ac";
}
.fa-globe-africa:before {
  content: "\f57c";
}
.fa-globe-americas:before {
  content: "\f57d";
}
.fa-globe-asia:before {
  content: "\f57e";
}
.fa-globe-europe:before {
  content: "\f7a2";
}
.fa-gofore:before {
  content: "\f3a7";
}
.fa-golf-ball:before {
  content: "\f450";
}
.fa-goodreads:before {
  content: "\f3a8";
}
.fa-goodreads-g:before {
  content: "\f3a9";
}
.fa-google:before {
  content: "\f1a0";
}
.fa-google-drive:before {
  content: "\f3aa";
}
.fa-google-play:before {
  content: "\f3ab";
}
.fa-google-plus:before {
  content: "\f2b3";
}
.fa-google-plus-g:before {
  content: "\f0d5";
}
.fa-google-plus-square:before {
  content: "\f0d4";
}
.fa-google-wallet:before {
  content: "\f1ee";
}
.fa-gopuram:before {
  content: "\f664";
}
.fa-graduation-cap:before {
  content: "\f19d";
}
.fa-gratipay:before {
  content: "\f184";
}
.fa-grav:before {
  content: "\f2d6";
}
.fa-greater-than:before {
  content: "\f531";
}
.fa-greater-than-equal:before {
  content: "\f532";
}
.fa-grimace:before {
  content: "\f57f";
}
.fa-grin:before {
  content: "\f580";
}
.fa-grin-alt:before {
  content: "\f581";
}
.fa-grin-beam:before {
  content: "\f582";
}
.fa-grin-beam-sweat:before {
  content: "\f583";
}
.fa-grin-hearts:before {
  content: "\f584";
}
.fa-grin-squint:before {
  content: "\f585";
}
.fa-grin-squint-tears:before {
  content: "\f586";
}
.fa-grin-stars:before {
  content: "\f587";
}
.fa-grin-tears:before {
  content: "\f588";
}
.fa-grin-tongue:before {
  content: "\f589";
}
.fa-grin-tongue-squint:before {
  content: "\f58a";
}
.fa-grin-tongue-wink:before {
  content: "\f58b";
}
.fa-grin-wink:before {
  content: "\f58c";
}
.fa-grip-horizontal:before {
  content: "\f58d";
}
.fa-grip-lines:before {
  content: "\f7a4";
}
.fa-grip-lines-vertical:before {
  content: "\f7a5";
}
.fa-grip-vertical:before {
  content: "\f58e";
}
.fa-gripfire:before {
  content: "\f3ac";
}
.fa-grunt:before {
  content: "\f3ad";
}
.fa-guitar:before {
  content: "\f7a6";
}
.fa-gulp:before {
  content: "\f3ae";
}
.fa-h-square:before {
  content: "\f0fd";
}
.fa-hacker-news:before {
  content: "\f1d4";
}
.fa-hacker-news-square:before {
  content: "\f3af";
}
.fa-hackerrank:before {
  content: "\f5f7";
}
.fa-hamburger:before {
  content: "\f805";
}
.fa-hammer:before {
  content: "\f6e3";
}
.fa-hamsa:before {
  content: "\f665";
}
.fa-hand-holding:before {
  content: "\f4bd";
}
.fa-hand-holding-heart:before {
  content: "\f4be";
}
.fa-hand-holding-usd:before {
  content: "\f4c0";
}
.fa-hand-lizard:before {
  content: "\f258";
}
.fa-hand-middle-finger:before {
  content: "\f806";
}
.fa-hand-paper:before {
  content: "\f256";
}
.fa-hand-peace:before {
  content: "\f25b";
}
.fa-hand-point-down:before {
  content: "\f0a7";
}
.fa-hand-point-left:before {
  content: "\f0a5";
}
.fa-hand-point-right:before {
  content: "\f0a4";
}
.fa-hand-point-up:before {
  content: "\f0a6";
}
.fa-hand-pointer:before {
  content: "\f25a";
}
.fa-hand-rock:before {
  content: "\f255";
}
.fa-hand-scissors:before {
  content: "\f257";
}
.fa-hand-spock:before {
  content: "\f259";
}
.fa-hands:before {
  content: "\f4c2";
}
.fa-hands-helping:before {
  content: "\f4c4";
}
.fa-handshake:before {
  content: "\f2b5";
}
.fa-hanukiah:before {
  content: "\f6e6";
}
.fa-hard-hat:before {
  content: "\f807";
}
.fa-hashtag:before {
  content: "\f292";
}
.fa-hat-wizard:before {
  content: "\f6e8";
}
.fa-haykal:before {
  content: "\f666";
}
.fa-hdd:before {
  content: "\f0a0";
}
.fa-heading:before {
  content: "\f1dc";
}
.fa-headphones:before {
  content: "\f025";
}
.fa-headphones-alt:before {
  content: "\f58f";
}
.fa-headset:before {
  content: "\f590";
}
.fa-heart:before {
  content: "\f004";
}
.fa-heart-broken:before {
  content: "\f7a9";
}
.fa-heartbeat:before {
  content: "\f21e";
}
.fa-helicopter:before {
  content: "\f533";
}
.fa-highlighter:before {
  content: "\f591";
}
.fa-hiking:before {
  content: "\f6ec";
}
.fa-hippo:before {
  content: "\f6ed";
}
.fa-hips:before {
  content: "\f452";
}
.fa-hire-a-helper:before {
  content: "\f3b0";
}
.fa-history:before {
  content: "\f1da";
}
.fa-hockey-puck:before {
  content: "\f453";
}
.fa-holly-berry:before {
  content: "\f7aa";
}
.fa-home:before {
  content: "\f015";
}
.fa-hooli:before {
  content: "\f427";
}
.fa-hornbill:before {
  content: "\f592";
}
.fa-horse:before {
  content: "\f6f0";
}
.fa-horse-head:before {
  content: "\f7ab";
}
.fa-hospital:before {
  content: "\f0f8";
}
.fa-hospital-alt:before {
  content: "\f47d";
}
.fa-hospital-symbol:before {
  content: "\f47e";
}
.fa-hot-tub:before {
  content: "\f593";
}
.fa-hotdog:before {
  content: "\f80f";
}
.fa-hotel:before {
  content: "\f594";
}
.fa-hotjar:before {
  content: "\f3b1";
}
.fa-hourglass:before {
  content: "\f254";
}
.fa-hourglass-end:before {
  content: "\f253";
}
.fa-hourglass-half:before {
  content: "\f252";
}
.fa-hourglass-start:before {
  content: "\f251";
}
.fa-house-damage:before {
  content: "\f6f1";
}
.fa-houzz:before {
  content: "\f27c";
}
.fa-hryvnia:before {
  content: "\f6f2";
}
.fa-html5:before {
  content: "\f13b";
}
.fa-hubspot:before {
  content: "\f3b2";
}
.fa-i-cursor:before {
  content: "\f246";
}
.fa-ice-cream:before {
  content: "\f810";
}
.fa-icicles:before {
  content: "\f7ad";
}
.fa-id-badge:before {
  content: "\f2c1";
}
.fa-id-card:before {
  content: "\f2c2";
}
.fa-id-card-alt:before {
  content: "\f47f";
}
.fa-igloo:before {
  content: "\f7ae";
}
.fa-image:before {
  content: "\f03e";
}
.fa-images:before {
  content: "\f302";
}
.fa-imdb:before {
  content: "\f2d8";
}
.fa-inbox:before {
  content: "\f01c";
}
.fa-indent:before {
  content: "\f03c";
}
.fa-industry:before {
  content: "\f275";
}
.fa-infinity:before {
  content: "\f534";
}
.fa-info:before {
  content: "\f129";
}
.fa-info-circle:before {
  content: "\f05a";
}
.fa-instagram:before {
  content: "\f16d";
}
.fa-intercom:before {
  content: "\f7af";
}
.fa-internet-explorer:before {
  content: "\f26b";
}
.fa-invision:before {
  content: "\f7b0";
}
.fa-ioxhost:before {
  content: "\f208";
}
.fa-italic:before {
  content: "\f033";
}
.fa-itunes:before {
  content: "\f3b4";
}
.fa-itunes-note:before {
  content: "\f3b5";
}
.fa-java:before {
  content: "\f4e4";
}
.fa-jedi:before {
  content: "\f669";
}
.fa-jedi-order:before {
  content: "\f50e";
}
.fa-jenkins:before {
  content: "\f3b6";
}
.fa-jira:before {
  content: "\f7b1";
}
.fa-joget:before {
  content: "\f3b7";
}
.fa-joint:before {
  content: "\f595";
}
.fa-joomla:before {
  content: "\f1aa";
}
.fa-journal-whills:before {
  content: "\f66a";
}
.fa-js:before {
  content: "\f3b8";
}
.fa-js-square:before {
  content: "\f3b9";
}
.fa-jsfiddle:before {
  content: "\f1cc";
}
.fa-kaaba:before {
  content: "\f66b";
}
.fa-kaggle:before {
  content: "\f5fa";
}
.fa-key:before {
  content: "\f084";
}
.fa-keybase:before {
  content: "\f4f5";
}
.fa-keyboard:before {
  content: "\f11c";
}
.fa-keycdn:before {
  content: "\f3ba";
}
.fa-khanda:before {
  content: "\f66d";
}
.fa-kickstarter:before {
  content: "\f3bb";
}
.fa-kickstarter-k:before {
  content: "\f3bc";
}
.fa-kiss:before {
  content: "\f596";
}
.fa-kiss-beam:before {
  content: "\f597";
}
.fa-kiss-wink-heart:before {
  content: "\f598";
}
.fa-kiwi-bird:before {
  content: "\f535";
}
.fa-korvue:before {
  content: "\f42f";
}
.fa-landmark:before {
  content: "\f66f";
}
.fa-language:before {
  content: "\f1ab";
}
.fa-laptop:before {
  content: "\f109";
}
.fa-laptop-code:before {
  content: "\f5fc";
}
.fa-laptop-medical:before {
  content: "\f812";
}
.fa-laravel:before {
  content: "\f3bd";
}
.fa-lastfm:before {
  content: "\f202";
}
.fa-lastfm-square:before {
  content: "\f203";
}
.fa-laugh:before {
  content: "\f599";
}
.fa-laugh-beam:before {
  content: "\f59a";
}
.fa-laugh-squint:before {
  content: "\f59b";
}
.fa-laugh-wink:before {
  content: "\f59c";
}
.fa-layer-group:before {
  content: "\f5fd";
}
.fa-leaf:before {
  content: "\f06c";
}
.fa-leanpub:before {
  content: "\f212";
}
.fa-lemon:before {
  content: "\f094";
}
.fa-less:before {
  content: "\f41d";
}
.fa-less-than:before {
  content: "\f536";
}
.fa-less-than-equal:before {
  content: "\f537";
}
.fa-level-down-alt:before {
  content: "\f3be";
}
.fa-level-up-alt:before {
  content: "\f3bf";
}
.fa-life-ring:before {
  content: "\f1cd";
}
.fa-lightbulb:before {
  content: "\f0eb";
}
.fa-line:before {
  content: "\f3c0";
}
.fa-link:before {
  content: "\f0c1";
}
.fa-linkedin:before {
  content: "\f08c";
}
.fa-linkedin-in:before {
  content: "\f0e1";
}
.fa-linode:before {
  content: "\f2b8";
}
.fa-linux:before {
  content: "\f17c";
}
.fa-lira-sign:before {
  content: "\f195";
}
.fa-list:before {
  content: "\f03a";
}
.fa-list-alt:before {
  content: "\f022";
}
.fa-list-ol:before {
  content: "\f0cb";
}
.fa-list-ul:before {
  content: "\f0ca";
}
.fa-location-arrow:before {
  content: "\f124";
}
.fa-lock:before {
  content: "\f023";
}
.fa-lock-open:before {
  content: "\f3c1";
}
.fa-long-arrow-alt-down:before {
  content: "\f309";
}
.fa-long-arrow-alt-left:before {
  content: "\f30a";
}
.fa-long-arrow-alt-right:before {
  content: "\f30b";
}
.fa-long-arrow-alt-up:before {
  content: "\f30c";
}
.fa-low-vision:before {
  content: "\f2a8";
}
.fa-luggage-cart:before {
  content: "\f59d";
}
.fa-lyft:before {
  content: "\f3c3";
}
.fa-magento:before {
  content: "\f3c4";
}
.fa-magic:before {
  content: "\f0d0";
}
.fa-magnet:before {
  content: "\f076";
}
.fa-mail-bulk:before {
  content: "\f674";
}
.fa-mailchimp:before {
  content: "\f59e";
}
.fa-male:before {
  content: "\f183";
}
.fa-mandalorian:before {
  content: "\f50f";
}
.fa-map:before {
  content: "\f279";
}
.fa-map-marked:before {
  content: "\f59f";
}
.fa-map-marked-alt:before {
  content: "\f5a0";
}
.fa-map-marker:before {
  content: "\f041";
}
.fa-map-marker-alt:before {
  content: "\f3c5";
}
.fa-map-pin:before {
  content: "\f276";
}
.fa-map-signs:before {
  content: "\f277";
}
.fa-markdown:before {
  content: "\f60f";
}
.fa-marker:before {
  content: "\f5a1";
}
.fa-mars:before {
  content: "\f222";
}
.fa-mars-double:before {
  content: "\f227";
}
.fa-mars-stroke:before {
  content: "\f229";
}
.fa-mars-stroke-h:before {
  content: "\f22b";
}
.fa-mars-stroke-v:before {
  content: "\f22a";
}
.fa-mask:before {
  content: "\f6fa";
}
.fa-mastodon:before {
  content: "\f4f6";
}
.fa-maxcdn:before {
  content: "\f136";
}
.fa-medal:before {
  content: "\f5a2";
}
.fa-medapps:before {
  content: "\f3c6";
}
.fa-medium:before {
  content: "\f23a";
}
.fa-medium-m:before {
  content: "\f3c7";
}
.fa-medkit:before {
  content: "\f0fa";
}
.fa-medrt:before {
  content: "\f3c8";
}
.fa-meetup:before {
  content: "\f2e0";
}
.fa-megaport:before {
  content: "\f5a3";
}
.fa-meh:before {
  content: "\f11a";
}
.fa-meh-blank:before {
  content: "\f5a4";
}
.fa-meh-rolling-eyes:before {
  content: "\f5a5";
}
.fa-memory:before {
  content: "\f538";
}
.fa-mendeley:before {
  content: "\f7b3";
}
.fa-menorah:before {
  content: "\f676";
}
.fa-mercury:before {
  content: "\f223";
}
.fa-meteor:before {
  content: "\f753";
}
.fa-microchip:before {
  content: "\f2db";
}
.fa-microphone:before {
  content: "\f130";
}
.fa-microphone-alt:before {
  content: "\f3c9";
}
.fa-microphone-alt-slash:before {
  content: "\f539";
}
.fa-microphone-slash:before {
  content: "\f131";
}
.fa-microscope:before {
  content: "\f610";
}
.fa-microsoft:before {
  content: "\f3ca";
}
.fa-minus:before {
  content: "\f068";
}
.fa-minus-circle:before {
  content: "\f056";
}
.fa-minus-square:before {
  content: "\f146";
}
.fa-mitten:before {
  content: "\f7b5";
}
.fa-mix:before {
  content: "\f3cb";
}
.fa-mixcloud:before {
  content: "\f289";
}
.fa-mizuni:before {
  content: "\f3cc";
}
.fa-mobile:before {
  content: "\f10b";
}
.fa-mobile-alt:before {
  content: "\f3cd";
}
.fa-modx:before {
  content: "\f285";
}
.fa-monero:before {
  content: "\f3d0";
}
.fa-money-bill:before {
  content: "\f0d6";
}
.fa-money-bill-alt:before {
  content: "\f3d1";
}
.fa-money-bill-wave:before {
  content: "\f53a";
}
.fa-money-bill-wave-alt:before {
  content: "\f53b";
}
.fa-money-check:before {
  content: "\f53c";
}
.fa-money-check-alt:before {
  content: "\f53d";
}
.fa-monument:before {
  content: "\f5a6";
}
.fa-moon:before {
  content: "\f186";
}
.fa-mortar-pestle:before {
  content: "\f5a7";
}
.fa-mosque:before {
  content: "\f678";
}
.fa-motorcycle:before {
  content: "\f21c";
}
.fa-mountain:before {
  content: "\f6fc";
}
.fa-mouse-pointer:before {
  content: "\f245";
}
.fa-mug-hot:before {
  content: "\f7b6";
}
.fa-music:before {
  content: "\f001";
}
.fa-napster:before {
  content: "\f3d2";
}
.fa-neos:before {
  content: "\f612";
}
.fa-network-wired:before {
  content: "\f6ff";
}
.fa-neuter:before {
  content: "\f22c";
}
.fa-newspaper:before {
  content: "\f1ea";
}
.fa-nimblr:before {
  content: "\f5a8";
}
.fa-nintendo-switch:before {
  content: "\f418";
}
.fa-node:before {
  content: "\f419";
}
.fa-node-js:before {
  content: "\f3d3";
}
.fa-not-equal:before {
  content: "\f53e";
}
.fa-notes-medical:before {
  content: "\f481";
}
.fa-npm:before {
  content: "\f3d4";
}
.fa-ns8:before {
  content: "\f3d5";
}
.fa-nutritionix:before {
  content: "\f3d6";
}
.fa-object-group:before {
  content: "\f247";
}
.fa-object-ungroup:before {
  content: "\f248";
}
.fa-odnoklassniki:before {
  content: "\f263";
}
.fa-odnoklassniki-square:before {
  content: "\f264";
}
.fa-oil-can:before {
  content: "\f613";
}
.fa-old-republic:before {
  content: "\f510";
}
.fa-om:before {
  content: "\f679";
}
.fa-opencart:before {
  content: "\f23d";
}
.fa-openid:before {
  content: "\f19b";
}
.fa-opera:before {
  content: "\f26a";
}
.fa-optin-monster:before {
  content: "\f23c";
}
.fa-osi:before {
  content: "\f41a";
}
.fa-otter:before {
  content: "\f700";
}
.fa-outdent:before {
  content: "\f03b";
}
.fa-page4:before {
  content: "\f3d7";
}
.fa-pagelines:before {
  content: "\f18c";
}
.fa-pager:before {
  content: "\f815";
}
.fa-paint-brush:before {
  content: "\f1fc";
}
.fa-paint-roller:before {
  content: "\f5aa";
}
.fa-palette:before {
  content: "\f53f";
}
.fa-palfed:before {
  content: "\f3d8";
}
.fa-pallet:before {
  content: "\f482";
}
.fa-paper-plane:before {
  content: "\f1d8";
}
.fa-paperclip:before {
  content: "\f0c6";
}
.fa-parachute-box:before {
  content: "\f4cd";
}
.fa-paragraph:before {
  content: "\f1dd";
}
.fa-parking:before {
  content: "\f540";
}
.fa-passport:before {
  content: "\f5ab";
}
.fa-pastafarianism:before {
  content: "\f67b";
}
.fa-paste:before {
  content: "\f0ea";
}
.fa-patreon:before {
  content: "\f3d9";
}
.fa-pause:before {
  content: "\f04c";
}
.fa-pause-circle:before {
  content: "\f28b";
}
.fa-paw:before {
  content: "\f1b0";
}
.fa-paypal:before {
  content: "\f1ed";
}
.fa-peace:before {
  content: "\f67c";
}
.fa-pen:before {
  content: "\f304";
}
.fa-pen-alt:before {
  content: "\f305";
}
.fa-pen-fancy:before {
  content: "\f5ac";
}
.fa-pen-nib:before {
  content: "\f5ad";
}
.fa-pen-square:before {
  content: "\f14b";
}
.fa-pencil-alt:before {
  content: "\f303";
}
.fa-pencil-ruler:before {
  content: "\f5ae";
}
.fa-penny-arcade:before {
  content: "\f704";
}
.fa-people-carry:before {
  content: "\f4ce";
}
.fa-pepper-hot:before {
  content: "\f816";
}
.fa-percent:before {
  content: "\f295";
}
.fa-percentage:before {
  content: "\f541";
}
.fa-periscope:before {
  content: "\f3da";
}
.fa-person-booth:before {
  content: "\f756";
}
.fa-phabricator:before {
  content: "\f3db";
}
.fa-phoenix-framework:before {
  content: "\f3dc";
}
.fa-phoenix-squadron:before {
  content: "\f511";
}
.fa-phone:before {
  content: "\f095";
}
.fa-phone-slash:before {
  content: "\f3dd";
}
.fa-phone-square:before {
  content: "\f098";
}
.fa-phone-volume:before {
  content: "\f2a0";
}
.fa-php:before {
  content: "\f457";
}
.fa-pied-piper:before {
  content: "\f2ae";
}
.fa-pied-piper-alt:before {
  content: "\f1a8";
}
.fa-pied-piper-hat:before {
  content: "\f4e5";
}
.fa-pied-piper-pp:before {
  content: "\f1a7";
}
.fa-piggy-bank:before {
  content: "\f4d3";
}
.fa-pills:before {
  content: "\f484";
}
.fa-pinterest:before {
  content: "\f0d2";
}
.fa-pinterest-p:before {
  content: "\f231";
}
.fa-pinterest-square:before {
  content: "\f0d3";
}
.fa-pizza-slice:before {
  content: "\f818";
}
.fa-place-of-worship:before {
  content: "\f67f";
}
.fa-plane:before {
  content: "\f072";
}
.fa-plane-arrival:before {
  content: "\f5af";
}
.fa-plane-departure:before {
  content: "\f5b0";
}
.fa-play:before {
  content: "\f04b";
}
.fa-play-circle:before {
  content: "\f144";
}
.fa-playstation:before {
  content: "\f3df";
}
.fa-plug:before {
  content: "\f1e6";
}
.fa-plus:before {
  content: "\f067";
}
.fa-plus-circle:before {
  content: "\f055";
}
.fa-plus-square:before {
  content: "\f0fe";
}
.fa-podcast:before {
  content: "\f2ce";
}
.fa-poll:before {
  content: "\f681";
}
.fa-poll-h:before {
  content: "\f682";
}
.fa-poo:before {
  content: "\f2fe";
}
.fa-poo-storm:before {
  content: "\f75a";
}
.fa-poop:before {
  content: "\f619";
}
.fa-portrait:before {
  content: "\f3e0";
}
.fa-pound-sign:before {
  content: "\f154";
}
.fa-power-off:before {
  content: "\f011";
}
.fa-pray:before {
  content: "\f683";
}
.fa-praying-hands:before {
  content: "\f684";
}
.fa-prescription:before {
  content: "\f5b1";
}
.fa-prescription-bottle:before {
  content: "\f485";
}
.fa-prescription-bottle-alt:before {
  content: "\f486";
}
.fa-print:before {
  content: "\f02f";
}
.fa-procedures:before {
  content: "\f487";
}
.fa-product-hunt:before {
  content: "\f288";
}
.fa-project-diagram:before {
  content: "\f542";
}
.fa-pushed:before {
  content: "\f3e1";
}
.fa-puzzle-piece:before {
  content: "\f12e";
}
.fa-python:before {
  content: "\f3e2";
}
.fa-qq:before {
  content: "\f1d6";
}
.fa-qrcode:before {
  content: "\f029";
}
.fa-question:before {
  content: "\f128";
}
.fa-question-circle:before {
  content: "\f059";
}
.fa-quidditch:before {
  content: "\f458";
}
.fa-quinscape:before {
  content: "\f459";
}
.fa-quora:before {
  content: "\f2c4";
}
.fa-quote-left:before {
  content: "\f10d";
}
.fa-quote-right:before {
  content: "\f10e";
}
.fa-quran:before {
  content: "\f687";
}
.fa-r-project:before {
  content: "\f4f7";
}
.fa-radiation:before {
  content: "\f7b9";
}
.fa-radiation-alt:before {
  content: "\f7ba";
}
.fa-rainbow:before {
  content: "\f75b";
}
.fa-random:before {
  content: "\f074";
}
.fa-raspberry-pi:before {
  content: "\f7bb";
}
.fa-ravelry:before {
  content: "\f2d9";
}
.fa-react:before {
  content: "\f41b";
}
.fa-reacteurope:before {
  content: "\f75d";
}
.fa-readme:before {
  content: "\f4d5";
}
.fa-rebel:before {
  content: "\f1d0";
}
.fa-receipt:before {
  content: "\f543";
}
.fa-recycle:before {
  content: "\f1b8";
}
.fa-red-river:before {
  content: "\f3e3";
}
.fa-reddit:before {
  content: "\f1a1";
}
.fa-reddit-alien:before {
  content: "\f281";
}
.fa-reddit-square:before {
  content: "\f1a2";
}
.fa-redhat:before {
  content: "\f7bc";
}
.fa-redo:before {
  content: "\f01e";
}
.fa-redo-alt:before {
  content: "\f2f9";
}
.fa-registered:before {
  content: "\f25d";
}
.fa-renren:before {
  content: "\f18b";
}
.fa-reply:before {
  content: "\f3e5";
}
.fa-reply-all:before {
  content: "\f122";
}
.fa-replyd:before {
  content: "\f3e6";
}
.fa-republican:before {
  content: "\f75e";
}
.fa-researchgate:before {
  content: "\f4f8";
}
.fa-resolving:before {
  content: "\f3e7";
}
.fa-restroom:before {
  content: "\f7bd";
}
.fa-retweet:before {
  content: "\f079";
}
.fa-rev:before {
  content: "\f5b2";
}
.fa-ribbon:before {
  content: "\f4d6";
}
.fa-ring:before {
  content: "\f70b";
}
.fa-road:before {
  content: "\f018";
}
.fa-robot:before {
  content: "\f544";
}
.fa-rocket:before {
  content: "\f135";
}
.fa-rocketchat:before {
  content: "\f3e8";
}
.fa-rockrms:before {
  content: "\f3e9";
}
.fa-route:before {
  content: "\f4d7";
}
.fa-rss:before {
  content: "\f09e";
}
.fa-rss-square:before {
  content: "\f143";
}
.fa-ruble-sign:before {
  content: "\f158";
}
.fa-ruler:before {
  content: "\f545";
}
.fa-ruler-combined:before {
  content: "\f546";
}
.fa-ruler-horizontal:before {
  content: "\f547";
}
.fa-ruler-vertical:before {
  content: "\f548";
}
.fa-running:before {
  content: "\f70c";
}
.fa-rupee-sign:before {
  content: "\f156";
}
.fa-sad-cry:before {
  content: "\f5b3";
}
.fa-sad-tear:before {
  content: "\f5b4";
}
.fa-safari:before {
  content: "\f267";
}
.fa-sass:before {
  content: "\f41e";
}
.fa-satellite:before {
  content: "\f7bf";
}
.fa-satellite-dish:before {
  content: "\f7c0";
}
.fa-save:before {
  content: "\f0c7";
}
.fa-schlix:before {
  content: "\f3ea";
}
.fa-school:before {
  content: "\f549";
}
.fa-screwdriver:before {
  content: "\f54a";
}
.fa-scribd:before {
  content: "\f28a";
}
.fa-scroll:before {
  content: "\f70e";
}
.fa-sd-card:before {
  content: "\f7c2";
}
.fa-search:before {
  content: "\f002";
}
.fa-search-dollar:before {
  content: "\f688";
}
.fa-search-location:before {
  content: "\f689";
}
.fa-search-minus:before {
  content: "\f010";
}
.fa-search-plus:before {
  content: "\f00e";
}
.fa-searchengin:before {
  content: "\f3eb";
}
.fa-seedling:before {
  content: "\f4d8";
}
.fa-sellcast:before {
  content: "\f2da";
}
.fa-sellsy:before {
  content: "\f213";
}
.fa-server:before {
  content: "\f233";
}
.fa-servicestack:before {
  content: "\f3ec";
}
.fa-shapes:before {
  content: "\f61f";
}
.fa-share:before {
  content: "\f064";
}
.fa-share-alt:before {
  content: "\f1e0";
}
.fa-share-alt-square:before {
  content: "\f1e1";
}
.fa-share-square:before {
  content: "\f14d";
}
.fa-shekel-sign:before {
  content: "\f20b";
}
.fa-shield-alt:before {
  content: "\f3ed";
}
.fa-ship:before {
  content: "\f21a";
}
.fa-shipping-fast:before {
  content: "\f48b";
}
.fa-shirtsinbulk:before {
  content: "\f214";
}
.fa-shoe-prints:before {
  content: "\f54b";
}
.fa-shopping-bag:before {
  content: "\f290";
}
.fa-shopping-basket:before {
  content: "\f291";
}
.fa-shopping-cart:before {
  content: "\f07a";
}
.fa-shopware:before {
  content: "\f5b5";
}
.fa-shower:before {
  content: "\f2cc";
}
.fa-shuttle-van:before {
  content: "\f5b6";
}
.fa-sign:before {
  content: "\f4d9";
}
.fa-sign-in-alt:before {
  content: "\f2f6";
}
.fa-sign-language:before {
  content: "\f2a7";
}
.fa-sign-out-alt:before {
  content: "\f2f5";
}
.fa-signal:before {
  content: "\f012";
}
.fa-signature:before {
  content: "\f5b7";
}
.fa-sim-card:before {
  content: "\f7c4";
}
.fa-simplybuilt:before {
  content: "\f215";
}
.fa-sistrix:before {
  content: "\f3ee";
}
.fa-sitemap:before {
  content: "\f0e8";
}
.fa-sith:before {
  content: "\f512";
}
.fa-skating:before {
  content: "\f7c5";
}
.fa-sketch:before {
  content: "\f7c6";
}
.fa-skiing:before {
  content: "\f7c9";
}
.fa-skiing-nordic:before {
  content: "\f7ca";
}
.fa-skull:before {
  content: "\f54c";
}
.fa-skull-crossbones:before {
  content: "\f714";
}
.fa-skyatlas:before {
  content: "\f216";
}
.fa-skype:before {
  content: "\f17e";
}
.fa-slack:before {
  content: "\f198";
}
.fa-slack-hash:before {
  content: "\f3ef";
}
.fa-slash:before {
  content: "\f715";
}
.fa-sleigh:before {
  content: "\f7cc";
}
.fa-sliders-h:before {
  content: "\f1de";
}
.fa-slideshare:before {
  content: "\f1e7";
}
.fa-smile:before {
  content: "\f118";
}
.fa-smile-beam:before {
  content: "\f5b8";
}
.fa-smile-wink:before {
  content: "\f4da";
}
.fa-smog:before {
  content: "\f75f";
}
.fa-smoking:before {
  content: "\f48d";
}
.fa-smoking-ban:before {
  content: "\f54d";
}
.fa-sms:before {
  content: "\f7cd";
}
.fa-snapchat:before {
  content: "\f2ab";
}
.fa-snapchat-ghost:before {
  content: "\f2ac";
}
.fa-snapchat-square:before {
  content: "\f2ad";
}
.fa-snowboarding:before {
  content: "\f7ce";
}
.fa-snowflake:before {
  content: "\f2dc";
}
.fa-snowman:before {
  content: "\f7d0";
}
.fa-snowplow:before {
  content: "\f7d2";
}
.fa-socks:before {
  content: "\f696";
}
.fa-solar-panel:before {
  content: "\f5ba";
}
.fa-sort:before {
  content: "\f0dc";
}
.fa-sort-alpha-down:before {
  content: "\f15d";
}
.fa-sort-alpha-up:before {
  content: "\f15e";
}
.fa-sort-amount-down:before {
  content: "\f160";
}
.fa-sort-amount-up:before {
  content: "\f161";
}
.fa-sort-down:before {
  content: "\f0dd";
}
.fa-sort-numeric-down:before {
  content: "\f162";
}
.fa-sort-numeric-up:before {
  content: "\f163";
}
.fa-sort-up:before {
  content: "\f0de";
}
.fa-soundcloud:before {
  content: "\f1be";
}
.fa-sourcetree:before {
  content: "\f7d3";
}
.fa-spa:before {
  content: "\f5bb";
}
.fa-space-shuttle:before {
  content: "\f197";
}
.fa-speakap:before {
  content: "\f3f3";
}
.fa-spider:before {
  content: "\f717";
}
.fa-spinner:before {
  content: "\f110";
}
.fa-splotch:before {
  content: "\f5bc";
}
.fa-spotify:before {
  content: "\f1bc";
}
.fa-spray-can:before {
  content: "\f5bd";
}
.fa-square:before {
  content: "\f0c8";
}
.fa-square-full:before {
  content: "\f45c";
}
.fa-square-root-alt:before {
  content: "\f698";
}
.fa-squarespace:before {
  content: "\f5be";
}
.fa-stack-exchange:before {
  content: "\f18d";
}
.fa-stack-overflow:before {
  content: "\f16c";
}
.fa-stamp:before {
  content: "\f5bf";
}
.fa-star:before {
  content: "\f005";
}
.fa-star-and-crescent:before {
  content: "\f699";
}
.fa-star-half:before {
  content: "\f089";
}
.fa-star-half-alt:before {
  content: "\f5c0";
}
.fa-star-of-david:before {
  content: "\f69a";
}
.fa-star-of-life:before {
  content: "\f621";
}
.fa-staylinked:before {
  content: "\f3f5";
}
.fa-steam:before {
  content: "\f1b6";
}
.fa-steam-square:before {
  content: "\f1b7";
}
.fa-steam-symbol:before {
  content: "\f3f6";
}
.fa-step-backward:before {
  content: "\f048";
}
.fa-step-forward:before {
  content: "\f051";
}
.fa-stethoscope:before {
  content: "\f0f1";
}
.fa-sticker-mule:before {
  content: "\f3f7";
}
.fa-sticky-note:before {
  content: "\f249";
}
.fa-stop:before {
  content: "\f04d";
}
.fa-stop-circle:before {
  content: "\f28d";
}
.fa-stopwatch:before {
  content: "\f2f2";
}
.fa-store:before {
  content: "\f54e";
}
.fa-store-alt:before {
  content: "\f54f";
}
.fa-strava:before {
  content: "\f428";
}
.fa-stream:before {
  content: "\f550";
}
.fa-street-view:before {
  content: "\f21d";
}
.fa-strikethrough:before {
  content: "\f0cc";
}
.fa-stripe:before {
  content: "\f429";
}
.fa-stripe-s:before {
  content: "\f42a";
}
.fa-stroopwafel:before {
  content: "\f551";
}
.fa-studiovinari:before {
  content: "\f3f8";
}
.fa-stumbleupon:before {
  content: "\f1a4";
}
.fa-stumbleupon-circle:before {
  content: "\f1a3";
}
.fa-subscript:before {
  content: "\f12c";
}
.fa-subway:before {
  content: "\f239";
}
.fa-suitcase:before {
  content: "\f0f2";
}
.fa-suitcase-rolling:before {
  content: "\f5c1";
}
.fa-sun:before {
  content: "\f185";
}
.fa-superpowers:before {
  content: "\f2dd";
}
.fa-superscript:before {
  content: "\f12b";
}
.fa-supple:before {
  content: "\f3f9";
}
.fa-surprise:before {
  content: "\f5c2";
}
.fa-suse:before {
  content: "\f7d6";
}
.fa-swatchbook:before {
  content: "\f5c3";
}
.fa-swimmer:before {
  content: "\f5c4";
}
.fa-swimming-pool:before {
  content: "\f5c5";
}
.fa-synagogue:before {
  content: "\f69b";
}
.fa-sync:before {
  content: "\f021";
}
.fa-sync-alt:before {
  content: "\f2f1";
}
.fa-syringe:before {
  content: "\f48e";
}
.fa-table:before {
  content: "\f0ce";
}
.fa-table-tennis:before {
  content: "\f45d";
}
.fa-tablet:before {
  content: "\f10a";
}
.fa-tablet-alt:before {
  content: "\f3fa";
}
.fa-tablets:before {
  content: "\f490";
}
.fa-tachometer-alt:before {
  content: "\f3fd";
}
.fa-tag:before {
  content: "\f02b";
}
.fa-tags:before {
  content: "\f02c";
}
.fa-tape:before {
  content: "\f4db";
}
.fa-tasks:before {
  content: "\f0ae";
}
.fa-taxi:before {
  content: "\f1ba";
}
.fa-teamspeak:before {
  content: "\f4f9";
}
.fa-teeth:before {
  content: "\f62e";
}
.fa-teeth-open:before {
  content: "\f62f";
}
.fa-telegram:before {
  content: "\f2c6";
}
.fa-telegram-plane:before {
  content: "\f3fe";
}
.fa-temperature-high:before {
  content: "\f769";
}
.fa-temperature-low:before {
  content: "\f76b";
}
.fa-tencent-weibo:before {
  content: "\f1d5";
}
.fa-tenge:before {
  content: "\f7d7";
}
.fa-terminal:before {
  content: "\f120";
}
.fa-text-height:before {
  content: "\f034";
}
.fa-text-width:before {
  content: "\f035";
}
.fa-th:before {
  content: "\f00a";
}
.fa-th-large:before {
  content: "\f009";
}
.fa-th-list:before {
  content: "\f00b";
}
.fa-the-red-yeti:before {
  content: "\f69d";
}
.fa-theater-masks:before {
  content: "\f630";
}
.fa-themeco:before {
  content: "\f5c6";
}
.fa-themeisle:before {
  content: "\f2b2";
}
.fa-thermometer:before {
  content: "\f491";
}
.fa-thermometer-empty:before {
  content: "\f2cb";
}
.fa-thermometer-full:before {
  content: "\f2c7";
}
.fa-thermometer-half:before {
  content: "\f2c9";
}
.fa-thermometer-quarter:before {
  content: "\f2ca";
}
.fa-thermometer-three-quarters:before {
  content: "\f2c8";
}
.fa-think-peaks:before {
  content: "\f731";
}
.fa-thumbs-down:before {
  content: "\f165";
}
.fa-thumbs-up:before {
  content: "\f164";
}
.fa-thumbtack:before {
  content: "\f08d";
}
.fa-ticket-alt:before {
  content: "\f3ff";
}
.fa-times:before {
  content: "\f00d";
}
.fa-times-circle:before {
  content: "\f057";
}
.fa-tint:before {
  content: "\f043";
}
.fa-tint-slash:before {
  content: "\f5c7";
}
.fa-tired:before {
  content: "\f5c8";
}
.fa-toggle-off:before {
  content: "\f204";
}
.fa-toggle-on:before {
  content: "\f205";
}
.fa-toilet:before {
  content: "\f7d8";
}
.fa-toilet-paper:before {
  content: "\f71e";
}
.fa-toolbox:before {
  content: "\f552";
}
.fa-tools:before {
  content: "\f7d9";
}
.fa-tooth:before {
  content: "\f5c9";
}
.fa-torah:before {
  content: "\f6a0";
}
.fa-torii-gate:before {
  content: "\f6a1";
}
.fa-tractor:before {
  content: "\f722";
}
.fa-trade-federation:before {
  content: "\f513";
}
.fa-trademark:before {
  content: "\f25c";
}
.fa-traffic-light:before {
  content: "\f637";
}
.fa-train:before {
  content: "\f238";
}
.fa-tram:before {
  content: "\f7da";
}
.fa-transgender:before {
  content: "\f224";
}
.fa-transgender-alt:before {
  content: "\f225";
}
.fa-trash:before {
  content: "\f1f8";
}
.fa-trash-alt:before {
  content: "\f2ed";
}
.fa-trash-restore:before {
  content: "\f829";
}
.fa-trash-restore-alt:before {
  content: "\f82a";
}
.fa-tree:before {
  content: "\f1bb";
}
.fa-trello:before {
  content: "\f181";
}
.fa-tripadvisor:before {
  content: "\f262";
}
.fa-trophy:before {
  content: "\f091";
}
.fa-truck:before {
  content: "\f0d1";
}
.fa-truck-loading:before {
  content: "\f4de";
}
.fa-truck-monster:before {
  content: "\f63b";
}
.fa-truck-moving:before {
  content: "\f4df";
}
.fa-truck-pickup:before {
  content: "\f63c";
}
.fa-tshirt:before {
  content: "\f553";
}
.fa-tty:before {
  content: "\f1e4";
}
.fa-tumblr:before {
  content: "\f173";
}
.fa-tumblr-square:before {
  content: "\f174";
}
.fa-tv:before {
  content: "\f26c";
}
.fa-twitch:before {
  content: "\f1e8";
}
.fa-twitter:before {
  content: "\f099";
}
.fa-twitter-square:before {
  content: "\f081";
}
.fa-typo3:before {
  content: "\f42b";
}
.fa-uber:before {
  content: "\f402";
}
.fa-ubuntu:before {
  content: "\f7df";
}
.fa-uikit:before {
  content: "\f403";
}
.fa-umbrella:before {
  content: "\f0e9";
}
.fa-umbrella-beach:before {
  content: "\f5ca";
}
.fa-underline:before {
  content: "\f0cd";
}
.fa-undo:before {
  content: "\f0e2";
}
.fa-undo-alt:before {
  content: "\f2ea";
}
.fa-uniregistry:before {
  content: "\f404";
}
.fa-universal-access:before {
  content: "\f29a";
}
.fa-university:before {
  content: "\f19c";
}
.fa-unlink:before {
  content: "\f127";
}
.fa-unlock:before {
  content: "\f09c";
}
.fa-unlock-alt:before {
  content: "\f13e";
}
.fa-untappd:before {
  content: "\f405";
}
.fa-upload:before {
  content: "\f093";
}
.fa-ups:before {
  content: "\f7e0";
}
.fa-usb:before {
  content: "\f287";
}
.fa-user:before {
  content: "\f007";
}
.fa-user-alt:before {
  content: "\f406";
}
.fa-user-alt-slash:before {
  content: "\f4fa";
}
.fa-user-astronaut:before {
  content: "\f4fb";
}
.fa-user-check:before {
  content: "\f4fc";
}
.fa-user-circle:before {
  content: "\f2bd";
}
.fa-user-clock:before {
  content: "\f4fd";
}
.fa-user-cog:before {
  content: "\f4fe";
}
.fa-user-edit:before {
  content: "\f4ff";
}
.fa-user-friends:before {
  content: "\f500";
}
.fa-user-graduate:before {
  content: "\f501";
}
.fa-user-injured:before {
  content: "\f728";
}
.fa-user-lock:before {
  content: "\f502";
}
.fa-user-md:before {
  content: "\f0f0";
}
.fa-user-minus:before {
  content: "\f503";
}
.fa-user-ninja:before {
  content: "\f504";
}
.fa-user-nurse:before {
  content: "\f82f";
}
.fa-user-plus:before {
  content: "\f234";
}
.fa-user-secret:before {
  content: "\f21b";
}
.fa-user-shield:before {
  content: "\f505";
}
.fa-user-slash:before {
  content: "\f506";
}
.fa-user-tag:before {
  content: "\f507";
}
.fa-user-tie:before {
  content: "\f508";
}
.fa-user-times:before {
  content: "\f235";
}
.fa-users:before {
  content: "\f0c0";
}
.fa-users-cog:before {
  content: "\f509";
}
.fa-usps:before {
  content: "\f7e1";
}
.fa-ussunnah:before {
  content: "\f407";
}
.fa-utensil-spoon:before {
  content: "\f2e5";
}
.fa-utensils:before {
  content: "\f2e7";
}
.fa-vaadin:before {
  content: "\f408";
}
.fa-vector-square:before {
  content: "\f5cb";
}
.fa-venus:before {
  content: "\f221";
}
.fa-venus-double:before {
  content: "\f226";
}
.fa-venus-mars:before {
  content: "\f228";
}
.fa-viacoin:before {
  content: "\f237";
}
.fa-viadeo:before {
  content: "\f2a9";
}
.fa-viadeo-square:before {
  content: "\f2aa";
}
.fa-vial:before {
  content: "\f492";
}
.fa-vials:before {
  content: "\f493";
}
.fa-viber:before {
  content: "\f409";
}
.fa-video:before {
  content: "\f03d";
}
.fa-video-slash:before {
  content: "\f4e2";
}
.fa-vihara:before {
  content: "\f6a7";
}
.fa-vimeo:before {
  content: "\f40a";
}
.fa-vimeo-square:before {
  content: "\f194";
}
.fa-vimeo-v:before {
  content: "\f27d";
}
.fa-vine:before {
  content: "\f1ca";
}
.fa-vk:before {
  content: "\f189";
}
.fa-vnv:before {
  content: "\f40b";
}
.fa-volleyball-ball:before {
  content: "\f45f";
}
.fa-volume-down:before {
  content: "\f027";
}
.fa-volume-mute:before {
  content: "\f6a9";
}
.fa-volume-off:before {
  content: "\f026";
}
.fa-volume-up:before {
  content: "\f028";
}
.fa-vote-yea:before {
  content: "\f772";
}
.fa-vr-cardboard:before {
  content: "\f729";
}
.fa-vuejs:before {
  content: "\f41f";
}
.fa-walking:before {
  content: "\f554";
}
.fa-wallet:before {
  content: "\f555";
}
.fa-warehouse:before {
  content: "\f494";
}
.fa-water:before {
  content: "\f773";
}
.fa-weebly:before {
  content: "\f5cc";
}
.fa-weibo:before {
  content: "\f18a";
}
.fa-weight:before {
  content: "\f496";
}
.fa-weight-hanging:before {
  content: "\f5cd";
}
.fa-weixin:before {
  content: "\f1d7";
}
.fa-whatsapp:before {
  content: "\f232";
}
.fa-whatsapp-square:before {
  content: "\f40c";
}
.fa-wheelchair:before {
  content: "\f193";
}
.fa-whmcs:before {
  content: "\f40d";
}
.fa-wifi:before {
  content: "\f1eb";
}
.fa-wikipedia-w:before {
  content: "\f266";
}
.fa-wind:before {
  content: "\f72e";
}
.fa-window-close:before {
  content: "\f410";
}
.fa-window-maximize:before {
  content: "\f2d0";
}
.fa-window-minimize:before {
  content: "\f2d1";
}
.fa-window-restore:before {
  content: "\f2d2";
}
.fa-windows:before {
  content: "\f17a";
}
.fa-wine-bottle:before {
  content: "\f72f";
}
.fa-wine-glass:before {
  content: "\f4e3";
}
.fa-wine-glass-alt:before {
  content: "\f5ce";
}
.fa-wix:before {
  content: "\f5cf";
}
.fa-wizards-of-the-coast:before {
  content: "\f730";
}
.fa-wolf-pack-battalion:before {
  content: "\f514";
}
.fa-won-sign:before {
  content: "\f159";
}
.fa-wordpress:before {
  content: "\f19a";
}
.fa-wordpress-simple:before {
  content: "\f411";
}
.fa-wpbeginner:before {
  content: "\f297";
}
.fa-wpexplorer:before {
  content: "\f2de";
}
.fa-wpforms:before {
  content: "\f298";
}
.fa-wpressr:before {
  content: "\f3e4";
}
.fa-wrench:before {
  content: "\f0ad";
}
.fa-x-ray:before {
  content: "\f497";
}
.fa-xbox:before {
  content: "\f412";
}
.fa-xing:before {
  content: "\f168";
}
.fa-xing-square:before {
  content: "\f169";
}
.fa-y-combinator:before {
  content: "\f23b";
}
.fa-yahoo:before {
  content: "\f19e";
}
.fa-yandex:before {
  content: "\f413";
}
.fa-yandex-international:before {
  content: "\f414";
}
.fa-yarn:before {
  content: "\f7e3";
}
.fa-yelp:before {
  content: "\f1e9";
}
.fa-yen-sign:before {
  content: "\f157";
}
.fa-yin-yang:before {
  content: "\f6ad";
}
.fa-yoast:before {
  content: "\f2b1";
}
.fa-youtube:before {
  content: "\f167";
}
.fa-youtube-square:before {
  content: "\f431";
}
.fa-zhihu:before {
  content: "\f63f";
}
.sr-only {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}
@font-face {
  font-family: 'Font Awesome 5 Brands';
  font-style: normal;
  font-weight: normal;
  font-display: auto;
  src: url('../fonts/webfonts/fa-brands-400.eot');
  src: url('../fonts/webfonts/fa-brands-400.eot?#iefix') format('embedded-opentype'), url('../fonts/webfonts/fa-brands-400.woff2') format('woff2'), url('../fonts/webfonts/fa-brands-400.woff') format('woff'), url('../fonts/webfonts/fa-brands-400.ttf') format('truetype'), url('../fonts/webfonts/fa-brands-400.svg#fontawesome') format('svg');
}
.fab {
  font-family: 'Font Awesome 5 Brands';
}
@font-face {
  font-family: 'Font Awesome 5 Free';
  font-style: normal;
  font-weight: 400;
  font-display: auto;
  src: url('../fonts/webfonts/fa-regular-400.eot');
  src: url('../fonts/webfonts/fa-regular-400.eot?#iefix') format('embedded-opentype'), url('../fonts/webfonts/fa-regular-400.woff2') format('woff2'), url('../fonts/webfonts/fa-regular-400.woff') format('woff'), url('../fonts/webfonts/fa-regular-400.ttf') format('truetype'), url('../fonts/webfonts/fa-regular-400.svg#fontawesome') format('svg');
}
.far {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}
@font-face {
  font-family: 'Font Awesome 5 Free';
  font-style: normal;
  font-weight: 900;
  font-display: auto;
  src: url('../fonts/webfonts/fa-solid-900.eot');
  src: url('../fonts/webfonts/fa-solid-900.eot?#iefix') format('embedded-opentype'), url('../fonts/webfonts/fa-solid-900.woff2') format('woff2'), url('../fonts/webfonts/fa-solid-900.woff') format('woff'), url('../fonts/webfonts/fa-solid-900.ttf') format('truetype'), url('../fonts/webfonts/fa-solid-900.svg#fontawesome') format('svg');
}
.fa,
.fas {
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
}
/* **************** INCLUDES ****************** */
/* **************** VARIABLES ****************** */
.OpenSans {
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
}
.OpenSansLight {
  font-family: 'Open Sans', sans-serif;
  font-weight: 300;
}
.OpenSansBold {
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
}
.color-primary {
  color: #f7c44e;
}
.color-white {
  color: #ffffff;
  fill: #ffffff;
}
.hidden {
  opacity: 0;
}
.visible {
  opacity: 1;
}
.full {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.text-underline {
  text-decoration: underline;
}
.clear {
  clear: both;
  *zoom: 1;
  height: 0;
  visibility: hidden;
  display: block;
  content: "";
}
.inline-b {
  display: inline-block;
  vertical-align: top;
}
.vam {
  vertical-align: middle;
}
.vat {
  vertical-align: top;
}
.vab {
  vertical-align: bottom;
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
}
/* For modern browsers */
.clearfix:before,
.clearfix:after,
.container:before,
.container:after,
.row:before,
.row:after {
  content: "";
  display: table;
}
.clearfix:after,
.container:after,
.row:after {
  clear: both;
}
/* for IE6-7 */
.clearfix,
.container,
.row {
  zoom: 1;
  position: relative;
}
.after,
.before {
  content: '';
  display: block;
}
.fll {
  float: left;
}
.flr {
  float: right;
}
.fln {
  float: none;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
.ttu {
  text-transform: uppercase;
}
.bd100 {
  border-radius: 100%;
}
.w100p {
  width: 100%;
}
.w50p {
  width: 50%;
}
.pos-center {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.pos-centerY {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.pos-centerX {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}
.pos-center-none {
  position: static;
  top: auto;
  left: auto;
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}
.row:before,
.row:after {
  display: none !important;
}
* {
  margin: 0;
  padding: 0;
}
html,
body {
  min-height: 100vh;
  background: #ffffff;
  overflow-x: hidden;
  line-height: 1.1;
  display: flex;
  flex-direction: column;
  font-family: 'Open Sans', sans-serif;
  font-weight: 300;
}
@media (min-width: 1441px) {
  html,
  body {
    font-size: 16px;
  }
}
@media (max-width: 1440px) {
  html,
  body {
    font-size: 13px;
  }
}
@media (max-width: 1366px) {
  html,
  body {
    font-size: 12px;
  }
}
@media (max-width: 1280px) {
  html,
  body {
    font-size: 11px;
  }
}
@media (max-width: 767px) {
  html,
  body {
    font-size: 13px;
  }
}
html:focus,
body:focus {
  outline: 1px dashed #f7c44e;
}
html main,
body main {
  flex-grow: 1;
}
img {
  vertical-align: top;
}
@media only screen and (max-width: 767.98px) {
  .no-scroll {
    position: fixed;
    width: 100%;
    height: 100%;
    overflow: hidden;
  }
}
.container {
  max-width: 80rem;
  width: 100%;
  padding: 0;
}
@media only screen and (min-width: 767.99px) and (max-width: 1199.98px) {
  .container {
    max-width: 90%;
  }
}
@media only screen and (max-width: 767.98px) {
  .container {
    max-width: 90%;
  }
}
.btn {
  display: inline-block;
  vertical-align: top;
  line-height: 3rem;
  text-transform: uppercase;
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
  border-radius: 1.5625rem;
  background-color: #f7c44e;
  color: #080601;
  font-size: 1rem;
  letter-spacing: 0.1rem;
  border: 1px solid #f7c44e;
  cursor: pointer;
  padding: 0 2.625rem;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  outline: 0;
  white-space: nowrap;
}
.btn:hover {
  border-color: rgba(247, 196, 78, 0.8);
  background: rgba(247, 196, 78, 0.8);
  text-decoration: none;
}
.btn:focus {
  box-shadow: none;
  border-color: rgba(247, 196, 78, 0.8);
  background: rgba(247, 196, 78, 0.8);
}
.btn.btn-white {
  background-color: #ffffff;
  color: black;
}
.btn.btn-white:hover {
  border-color: rgba(255, 255, 255, 0.8);
  background: rgba(255, 255, 255, 0.8);
  text-decoration: none;
}
.btn.btn-transparent {
  border-radius: 25px;
  border: 1px solid #222222;
  background-color: transparent;
  color: #080601;
  font-size: 0.9375rem;
  font-weight: 700;
  text-transform: none;
}
.btn.btn-transparent:hover {
  border-color: #f7c44e;
  text-decoration: none;
}
.btn.btn-transparent-wb {
  background-color: transparent;
  border-radius: 25px;
  border: 1px solid transparent;
  color: #080601;
  font-size: 0.9375rem;
  font-weight: 400;
  text-transform: none;
  text-decoration: underline;
  padding: 0 .5rem;
}
.btn.btn-transparent-wb:hover {
  color: #f7c44e;
  text-decoration: none;
}
.btn.btn-yellow {
  color: #f7c44e;
  border: 1px solid #f7c44e;
  background-color: transparent;
  font-weight: 700;
  text-decoration: none;
}
.btn.btn-yellow:hover {
  color: #080601;
}
.form-group {
  margin-bottom: 2rem;
  min-height: 2.5rem;
}
.form-group .form-control,
.form-group .custom-select {
  height: 2.5rem;
  background: #ffffff;
  border: 0;
  border-bottom: 1px solid #d0d0d0;
  border-radius: 0;
  padding: 0  1rem 0 0;
  color: #080601;
  font-size: 0.9375rem;
  margin-bottom: 2rem;
}
@media only screen and (max-width: 767.98px) {
  .form-group .form-control,
  .form-group .custom-select {
    font-size: 1rem;
  }
}
.form-group .form-control:focus,
.form-group .custom-select:focus {
  border: none;
  border-bottom: 1px solid #888;
  box-shadow: none;
}
.form-group .form-control::placeholder,
.form-group .custom-select::placeholder {
  font-size: 1rem;
}
.form-group.error {
  position: relative;
}
.form-group.error .form-control {
  border-bottom: 1px solid #d54141;
}
.form-group.error .error-message {
  position: absolute;
  left: 0;
  bottom: -1rem;
  font-size: 0.75rem;
  color: #d54141;
}
.form-group .form-control.pass-show {
  position: relative;
  background: #ffffff url(../img/svg/eye-solid.svg) no-repeat right 0.75rem center;
  background-size: 1.1875rem 0.75rem;
}
.form-group .lbl {
  color: #454545;
  font-family: "Open Sans";
  font-size: 0.9375rem;
  font-weight: 700;
  margin-bottom: 1rem;
}
.form-group .lbl.lbl-big {
  font-size: 1.125rem;
  color: #000000;
}
.form-group .lbl span {
  font-weight: 400;
}
.form-group .view-pass {
  position: absolute;
  bottom: 2.75rem;
  right: 1rem;
  color: #f7c44e;
  line-height: 1rem;
}
.form-group .view-pass:hover {
  cursor: pointer;
  color: #f7c44e;
}
.form-group .view-pass i {
  font-size: 1rem;
}
.form-group .view-pass .fa-eye-slash {
  display: block;
}
.form-group .view-pass .fa-eye {
  display: none;
}
.form-group .view-pass.active .fa-eye-slash {
  display: none;
}
.form-group .view-pass.active .fa-eye {
  display: block;
}
.form-group .custom-select {
  background: #ffffff url(../img/svg/chevron-down-solid.svg) no-repeat right 0.75rem center;
  background-size: 0.750rem 0.5rem;
}
@media only screen and (min-width: 1199.99px) and (max-width: 1366px) {
  .form-group .custom-select {
    background-position: right 0.5rem center;
    padding-right: 0.5rem;
  }
}
.form-group textarea.form-control {
  resize: none;
  height: 13rem;
  position: relative;
  padding-bottom: 1.5rem;
}
.form-group .clear__x {
  position: absolute;
  right: 2.5rem;
  top: 0;
  padding: 0 0.25rem;
  font-style: normal;
  font-size: 1.2em;
  user-select: none;
}
.form-group .clear__x:hover {
  color: #f7c44e;
  cursor: pointer;
}
.form-group .form-check {
  padding: 0.313rem 0;
  display: inline-block;
  vertical-align: top;
  margin-right: 1rem;
}
@media only screen and (min-width: 767.99px) and (max-width: 991.98px), only screen and (max-width: 767.98px) {
  .form-group .form-check {
    display: block;
    padding: 0.5rem 0;
  }
}
.form-group .form-check .terms {
  color: #dead3d;
  font-size: 0.9375rem;
  text-decoration: underline;
}
.form-group .form-check .form-check-input-checkbox {
  width: 1.250rem;
  height: 1.250rem;
  margin: 0 -1rem 0 0;
  position: absolute;
  z-index: 3;
  opacity: 0;
  display: inline-block;
  vertical-align: top;
}
.form-group .form-check .form-check-input-checkbox + .form-check-label {
  display: inline-block;
  vertical-align: top;
  padding: 0 0 0 2.4rem;
  position: relative;
  font-size: 1rem;
  line-height: 1.25rem;
  min-height: 1rem;
  color: #080601;
  white-space: nowrap;
}
.form-group .form-check .form-check-input-checkbox + .form-check-label:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 1.250rem;
  height: 1.250rem;
  border: 0.063rem solid #dcdcdc;
  background: #f8f8f8;
  border-radius: 0.188rem;
}
.form-group .form-check .form-check-input-checkbox + .form-check-label:after {
  content: '\f00c';
  position: absolute;
  top: 0;
  left: 0;
  width: 1.250rem;
  height: 1.250rem;
  line-height: 1.250rem;
  text-align: center;
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  opacity: 0;
  color: #000000;
}
.form-group .form-check .form-check-input-checkbox:checked + .form-check-label:before {
  background: #f7c44e;
  border-color: #f7c44e;
}
.form-group .form-check .form-check-input-checkbox:checked + .form-check-label:after {
  opacity: 1;
}
.form-group .form-check .form-check-input-radio {
  width: 1.375rem;
  height: 1.375rem;
  margin: 0 -1rem 0 0;
  position: absolute;
  z-index: 3;
  opacity: 0;
  display: inline-block;
  vertical-align: top;
}
.form-group .form-check .form-check-input-radio + .form-check-label {
  display: inline-block;
  vertical-align: top;
  padding: 0 0 0 2rem;
  position: relative;
  font-size: 1rem;
  color: #454545;
  font-family: "Open Sans";
  line-height: 1.25rem;
  min-height: 1rem;
  white-space: nowrap;
}
.form-group .form-check .form-check-input-radio + .form-check-label:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 1.375rem;
  height: 1.375rem;
  border-radius: 50%;
  border: 1px solid #d0d0d0;
  background-color: #ffffff;
}
.form-group .form-check .form-check-input-radio + .form-check-label:after {
  content: '';
  position: absolute;
  left: 0.44rem;
  top: 0.44rem;
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 50%;
  background: #000000;
  z-index: 2;
  opacity: 0;
}
.form-group .form-check .form-check-input-radio:checked + .form-check-label:before {
  background: #f7c44e;
  border-color: #f7c44e;
}
.form-group .form-check .form-check-input-radio:checked + .form-check-label:after {
  opacity: 1;
}
.form-group .form-check .form-check-input-radio.form-check-input-radio1 + .form-check-label:after {
  background: #f7c44e;
}
.form-group .form-check .form-check-input-radio.form-check-input-radio2 + .form-check-label:before {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.form-group .form-check .form-check-input-radio.form-check-input-radio2 + .form-check-label:after {
  content: '\f00c';
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  opacity: 0;
  background: #f7c44e;
  color: #000000;
  font-size: 0.9375rem;
}
.form-group .form-check .form-check-input-radio.form-check-input-radio2:checked + .form-check-label:after {
  opacity: 1;
}
p:focus,
a:focus,
h1:focus,
h2:focus,
h3:focus,
h4:focus,
h5:focus,
h6:focus,
span:focus {
  outline: 1px dashed #f7c44e;
}
div:focus,
section:focus {
  outline: none;
}
/* loader start */
.loader {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9999;
  background: #313131;
}
@-webkit-keyframes line-spin-fade-loader {
  50% {
    opacity: 0.3;
  }
  100% {
    opacity: 1;
  }
}
@keyframes line-spin-fade-loader {
  50% {
    opacity: 0.3;
  }
  100% {
    opacity: 1;
  }
}
.line-spin-fade-loader {
  position: relative;
  top: -10px;
  left: -4px;
}
.line-spin-fade-loader > div:nth-child(1) {
  top: 20px;
  left: 0;
  -webkit-animation: line-spin-fade-loader 1.2s -0.84s infinite ease-in-out;
  animation: line-spin-fade-loader 1.2s -0.84s infinite ease-in-out;
}
.line-spin-fade-loader > div:nth-child(2) {
  top: 13.63636px;
  left: 13.63636px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-animation: line-spin-fade-loader 1.2s -0.72s infinite ease-in-out;
  animation: line-spin-fade-loader 1.2s -0.72s infinite ease-in-out;
}
.line-spin-fade-loader > div:nth-child(3) {
  top: 0;
  left: 20px;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  -webkit-animation: line-spin-fade-loader 1.2s -0.6s infinite ease-in-out;
  animation: line-spin-fade-loader 1.2s -0.6s infinite ease-in-out;
}
.line-spin-fade-loader > div:nth-child(4) {
  top: -13.63636px;
  left: 13.63636px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-animation: line-spin-fade-loader 1.2s -0.48s infinite ease-in-out;
  animation: line-spin-fade-loader 1.2s -0.48s infinite ease-in-out;
}
.line-spin-fade-loader > div:nth-child(5) {
  top: -20px;
  left: 0;
  -webkit-animation: line-spin-fade-loader 1.2s -0.36s infinite ease-in-out;
  animation: line-spin-fade-loader 1.2s -0.36s infinite ease-in-out;
}
.line-spin-fade-loader > div:nth-child(6) {
  top: -13.63636px;
  left: -13.63636px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-animation: line-spin-fade-loader 1.2s -0.24s infinite ease-in-out;
  animation: line-spin-fade-loader 1.2s -0.24s infinite ease-in-out;
}
.line-spin-fade-loader > div:nth-child(7) {
  top: 0;
  left: -20px;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  -webkit-animation: line-spin-fade-loader 1.2s -0.12s infinite ease-in-out;
  animation: line-spin-fade-loader 1.2s -0.12s infinite ease-in-out;
}
.line-spin-fade-loader > div:nth-child(8) {
  top: 13.63636px;
  left: -13.63636px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-animation: line-spin-fade-loader 1.2s 0s infinite ease-in-out;
  animation: line-spin-fade-loader 1.2s 0s infinite ease-in-out;
}
.line-spin-fade-loader > div {
  background-color: #fff;
  width: 4px;
  height: 35px;
  border-radius: 2px;
  margin: 2px;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  position: absolute;
  width: 5px;
  height: 15px;
}
/* loader end */
/* **************** PLUGINS ****************** */
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before,
.slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir="rtl"] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
  display: none;
}
.jq-checkbox,
.jq-radio {
  position: relative;
  display: inline-block;
  overflow: hidden;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.jq-checkbox input,
.jq-radio input {
  position: absolute;
  z-index: -1;
  margin: 0;
  padding: 0;
  opacity: 0;
}
.jq-file {
  position: relative;
  display: inline-block;
  overflow: hidden;
}
.jq-file input {
  position: absolute;
  top: 0;
  right: 0;
  height: auto;
  margin: 0;
  padding: 0;
  opacity: 0;
  font-size: 100px;
  line-height: 1em;
}
.jq-file__name {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.jq-selectbox,
.jq-select-multiple {
  position: relative;
  display: inline-block;
}
.jq-selectbox select,
.jq-select-multiple select {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  opacity: 0;
}
.jq-selectbox li,
.jq-select-multiple li {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap;
}
.jq-selectbox {
  z-index: 10;
}
.jq-selectbox__select {
  position: relative;
}
.jq-selectbox__select-text {
  overflow: hidden;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.jq-selectbox__dropdown {
  position: absolute;
}
.jq-selectbox__search input {
  -webkit-appearance: textfield;
}
.jq-selectbox__search input::-webkit-search-cancel-button,
.jq-selectbox__search input::-webkit-search-decoration {
  -webkit-appearance: none;
}
.jq-selectbox__dropdown ul {
  position: relative;
  overflow: auto;
  overflow-x: hidden;
  list-style: none;
  -webkit-overflow-scrolling: touch;
}
.jq-select-multiple ul {
  position: relative;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
}
.jq-number {
  display: inline-block;
}
.jq-number__field input {
  -moz-appearance: textfield;
  text-align: left;
  /* для Opera Presto */
}
.jq-number__field input::-webkit-inner-spin-button,
.jq-number__field input::-webkit-outer-spin-button {
  margin: 0;
  /* в каких-то браузерах присутствует отступ */
  -webkit-appearance: none;
}
/* theme */
.jq-checkbox,
.jq-radio {
  vertical-align: -4px;
  width: 16px;
  height: 16px;
  margin: 0 4px 0 0;
  border: 1px solid #C3C3C3;
  background: linear-gradient(#ffffff, #e6e6e6);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05), inset -1px -1px #ffffff, inset 1px -1px #ffffff;
  cursor: pointer;
}
.jq-checkbox.focused,
.jq-radio.focused {
  border: 1px solid #08C;
}
.jq-checkbox.disabled,
.jq-radio.disabled {
  opacity: .55;
}
.jq-checkbox {
  border-radius: 3px;
}
.jq-checkbox.checked .jq-checkbox__div {
  width: 8px;
  height: 4px;
  margin: 3px 0 0 3px;
  border-bottom: 2px solid #666;
  border-left: 2px solid #666;
  -webkit-transform: rotate(-50deg);
  transform: rotate(-50deg);
}
.jq-radio {
  border-radius: 50%;
}
.jq-radio.checked .jq-radio__div {
  width: 10px;
  height: 10px;
  margin: 3px 0 0 3px;
  border-radius: 50%;
  background: #777;
  box-shadow: inset 1px 1px 1px rgba(0, 0, 0, 0.7);
}
.jq-file {
  width: 270px;
  border-radius: 4px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
}
.jq-file input {
  cursor: pointer;
}
.jq-file__name {
  box-sizing: border-box;
  width: 100%;
  height: 34px;
  padding: 0 80px 0 10px;
  border: 1px solid #CCC;
  border-bottom-color: #B3B3B3;
  border-radius: 4px;
  background: #FFF;
  box-shadow: inset 1px 1px #F1F1F1;
  font: 14px/32px Arial, sans-serif;
  color: #333;
}
.jq-file__browse {
  position: absolute;
  top: 1px;
  right: 1px;
  padding: 0 10px;
  border-left: 1px solid #CCC;
  border-radius: 0 4px 4px 0;
  background: linear-gradient(#ffffff, #e6e6e6);
  box-shadow: inset 1px -1px #f1f1f1, inset -1px 0 #f1f1f1, 0 1px 2px rgba(0, 0, 0, 0.1);
  font: 14px/32px Arial, sans-serif;
  color: #333;
  text-shadow: 1px 1px #FFF;
}
.jq-file:hover .jq-file__browse {
  background: linear-gradient(#f6f6f6, #e6e6e6);
}
.jq-file:active .jq-file__browse {
  background: #F5F5F5;
  box-shadow: inset 1px 1px 3px #DDD;
}
.jq-file.focused .jq-file__name {
  border: 1px solid #5794BF;
}
.jq-file.disabled,
.jq-file.disabled .jq-file__name,
.jq-file.disabled .jq-file__browse {
  border-color: #CCC;
  background: #F5F5F5;
  box-shadow: none;
  color: #888;
}
.jq-number {
  position: relative;
  vertical-align: middle;
  padding: 0 36px 0 0;
}
.jq-number__field {
  width: 100px;
  border: 1px solid #CCC;
  border-bottom-color: #B3B3B3;
  border-radius: 4px;
  box-shadow: inset 1px 1px #f1f1f1, 0 1px 2px rgba(0, 0, 0, 0.1);
}
.jq-number__field:hover {
  border-color: #B3B3B3;
}
.jq-number__field input {
  box-sizing: border-box;
  width: 100%;
  padding: 8px 9px;
  border: none;
  outline: none;
  background: none;
  font: 14px Arial, sans-serif;
  color: #333;
}
.jq-number__spin {
  position: absolute;
  top: 0;
  right: 0;
  width: 32px;
  height: 14px;
  border: 1px solid #CCC;
  border-bottom-color: #B3B3B3;
  border-radius: 4px;
  background: linear-gradient(#ffffff, #e6e6e6);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 1px -1px #f1f1f1, inset -1px 0 #f1f1f1, 0 1px 2px rgba(0, 0, 0, 0.1);
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  text-shadow: 1px 1px #FFF;
  cursor: pointer;
}
.jq-number__spin.minus {
  top: auto;
  bottom: 0;
}
.jq-number__spin:hover {
  background: linear-gradient(#f6f6f6, #e6e6e6);
}
.jq-number__spin:active {
  background: #F5F5F5;
  box-shadow: inset 1px 1px 3px #DDD;
}
.jq-number__spin:after {
  content: '';
  position: absolute;
  top: 4px;
  left: 11px;
  width: 0;
  height: 0;
  border-right: 5px solid transparent;
  border-bottom: 5px solid #999;
  border-left: 5px solid transparent;
}
.jq-number__spin.minus:after {
  top: 5px;
  border-top: 5px solid #999;
  border-right: 5px solid transparent;
  border-bottom: none;
  border-left: 5px solid transparent;
}
.jq-number__spin.minus:hover:after {
  border-top-color: #000;
}
.jq-number__spin.plus:hover:after {
  border-bottom-color: #000;
}
.jq-number.focused .jq-number__field {
  border: 1px solid #5794BF;
}
.jq-number.disabled .jq-number__field,
.jq-number.disabled .jq-number__spin {
  border-color: #CCC;
  background: #F5F5F5;
  box-shadow: none;
  color: #888;
}
.jq-number.disabled .jq-number__spin:after {
  border-bottom-color: #AAA;
}
.jq-number.disabled .jq-number__spin.minus:after {
  border-top-color: #AAA;
}
.jq-selectbox {
  display: block;
  cursor: pointer;
  width: 100%;
}
.jq-selectbox__select {
  height: 3.063rem;
  padding: 0.813rem 1.563rem 0 0;
  border: 0;
  border-bottom: 1px solid #505050;
  font-size: 1rem;
  color: #737373;
  text-align: right;
}
.jq-selectbox__select:hover {
  /*background: linear-gradient(#F6F6F6, #E6E6E6);*/
}
.jq-selectbox__select:active {
  /*background: #F5F5F5;*/
  /*box-shadow: inset 1px 1px 3px #DDD;*/
}
.jq-selectbox.focused .jq-selectbox__select {
  /*border: 1px solid #a43f9c;*/
}
.jq-selectbox.disabled .jq-selectbox__select {
  border-color: #CCC;
  background: #F5F5F5;
  box-shadow: none;
  color: #888;
}
.jq-selectbox__select-text {
  display: block;
  width: 100%;
}
.jq-selectbox .placeholder {
  color: #888;
}
.jq-selectbox__trigger {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 1.5rem;
  height: 100%;
}
.jq-selectbox__trigger-arrow {
  position: absolute;
  top: 1rem;
  right: 0;
  width: 0.75rem;
  height: 0.75rem;
  border-right: 3px solid #737373;
  border-top: 3px solid #737373;
  transition: all 0.5s ease;
  transform: rotate(135deg);
}
.opened .jq-selectbox__trigger-arrow {
  transform: rotate(-45deg);
  top: 17px;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow {
  /*border-top-color: #000;*/
}
.jq-selectbox.disabled .jq-selectbox__trigger-arrow {
  /*border-top-color: #AAA;*/
}
.jq-selectbox__dropdown {
  box-sizing: border-box;
  width: 100%;
  padding: 0;
  border: 0;
  font-size: 1rem;
  color: #737373;
  text-align: right;
}
.jq-selectbox__search {
  margin: 5px;
}
.jq-selectbox__search input {
  box-sizing: border-box;
  width: 100%;
  margin: 0;
  padding: 5px 27px 6px 8px;
  border: 1px solid #CCC;
  border-radius: 3px;
  outline: none;
  background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAMCAYAAABiDJ37AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAO1JREFUeNqU078LAXEYx/FzYfNzk5TJaFNKYjFYSQZ/hvwBsvg1UCY2xT9gM8hukQGThWRjkcFw3pdnujhfT736Xn2fPvfc3fd07V0OFDDFAnM0ENYsZRiGLSc9OpqIYIA9fMhhjCrW2h9VlMlcH/aymMGtOqEugX08PwQucUZKdTozMIqdTc9WepQD7wjY9ARx+ydwhfyXfS+S0qMcOEQJGcueB3VccFINdMgal6NzkmPjRwJXxDBB7/2RDdtAp6wb+dpphHDASG5QQ0V6u2aoSqBZD/lDrNWRJynLK2qpBn4rc6K2XB9/Nb8EGABtf1thzY6X2AAAAABJRU5ErkJggg==') no-repeat 100% 50%;
  box-shadow: inset 1px 1px #F1F1F1;
  color: #333;
}
.jq-selectbox__not-found {
  margin: 5px;
  padding: 5px 8px 6px;
  background: #F0F0F0;
  font-size: 13px;
}
.jq-selectbox ul {
  margin: 0;
  padding: 0;
  background-color: #000000;
}
.jq-selectbox li {
  min-height: 18px;
  padding: 0.313rem 1.563rem 0.313rem 0;
  color: #737373;
  text-align: right;
}
.jq-selectbox li.selected {
  background-color: transparent;
  color: #f7c44e;
}
.jq-selectbox li:hover {
  color: #f7c44e;
}
.jq-selectbox li.selected:hover {
  background-color: transparent;
  color: #f7c44e;
}
.jq-selectbox li.disabled {
  color: #AAA;
}
.jq-selectbox li.disabled:hover {
  background: none;
}
.jq-selectbox li.optgroup {
  font-weight: bold;
}
.jq-selectbox li.optgroup:hover {
  background: none;
  color: #231F20;
  cursor: default;
}
.jq-selectbox li.option {
  padding-left: 25px;
}
.jq-select-multiple {
  box-sizing: border-box;
  padding: 1px;
  border: 1px solid #CCC;
  border-bottom-color: #B3B3B3;
  border-radius: 4px;
  background: #FFF;
  box-shadow: inset 1px 1px #f1f1f1, 0 1px 2px rgba(0, 0, 0, 0.1);
  font: 14px/18px Arial, sans-serif;
  color: #333;
  cursor: default;
}
.jq-select-multiple.focused {
  border: 1px solid #5794BF;
}
.jq-select-multiple.disabled {
  border-color: #CCC;
  background: #F5F5F5;
  box-shadow: none;
  color: #888;
}
.jq-select-multiple ul {
  margin: 0;
  padding: 0;
}
.jq-select-multiple li {
  padding: 3px 9px 4px;
  list-style: none;
}
.jq-select-multiple li:first-child {
  border-radius: 3px 3px 0 0;
}
.jq-select-multiple li:last-child {
  border-radius: 0 0 3px 3px;
}
.jq-select-multiple li.selected {
  background: #08C;
  color: #FFF;
}
.jq-select-multiple li.disabled {
  color: #AAA;
}
.jq-select-multiple li.optgroup {
  font-weight: bold;
}
.jq-select-multiple li.option {
  padding-left: 25px;
}
.jq-select-multiple.disabled li.selected,
.jq-select-multiple li.selected.disabled {
  background: #CCC;
  color: #FFF;
}
input[type='email'].styler,
input[type='password'].styler,
input[type='search'].styler,
input[type='tel'].styler,
input[type='text'].styler,
input[type='url'].styler,
textarea.styler {
  padding: 8px 9px;
  border: 1px solid #CCC;
  border-bottom-color: #B3B3B3;
  border-radius: 4px;
  box-shadow: inset 1px 1px #f1f1f1, 0 1px 2px rgba(0, 0, 0, 0.1);
  font: 14px Arial, sans-serif;
  color: #333;
}
input[type='search'].styler {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
textarea.styler {
  overflow: auto;
}
input[type='email'].styler:hover,
input[type='password'].styler:hover,
input[type='search'].styler:hover,
input[type='tel'].styler:hover,
input[type='text'].styler:hover,
input[type='url'].styler:hover,
textarea.styler:hover {
  border-color: #B3B3B3;
}
input[type='email'].styler:hover:focus,
input[type='password'].styler:hover:focus,
input[type='search'].styler:hover:focus,
input[type='tel'].styler:hover:focus,
input[type='text'].styler:hover:focus,
input[type='url'].styler:hover:focus,
textarea.styler:hover:focus {
  border-color: #CCC;
  border-top-color: #B3B3B3;
  outline: none;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}
button.styler,
input[type='button'].styler,
input[type='submit'].styler,
input[type='reset'].styler {
  overflow: visible;
  padding: 8px 11px;
  border: 1px solid #CCC;
  border-bottom-color: #B3B3B3;
  border-radius: 4px;
  outline: none;
  background: linear-gradient(#ffffff, #e6e6e6);
  box-shadow: inset 1px -1px #f1f1f1, inset -1px 0 #f1f1f1, 0 1px 2px rgba(0, 0, 0, 0.1);
  font: 14px Arial, sans-serif;
  color: #333;
  text-shadow: 1px 1px #FFF;
  cursor: pointer;
}
button.styler.styler::-moz-focus-inner,
input[type='button'].styler.styler::-moz-focus-inner,
input[type='submit'].styler.styler::-moz-focus-inner,
input[type='reset'].styler.styler::-moz-focus-inner {
  padding: 0;
  border: 0;
}
button.styler:not([disabled]):hover,
input[type='button'].styler:not([disabled]):hover,
input[type='submit'].styler:not([disabled]):hover,
input[type='reset'].styler:not([disabled]):hover,
input[type='reset'].styler:hover {
  background: linear-gradient(#f6f6f6, #e6e6e6);
}
button.styler:active,
input[type='button'].styler:active,
input[type='submit'].styler:active,
input[type='reset'].styler:active {
  background: #F5F5F5;
  box-shadow: inset 1px 1px 3px #DDD;
}
button.styler[disabled],
input[type='button'].styler[disabled],
input[type='submit'].styler[disabled] {
  border-color: #CCC;
  background: #F5F5F5;
  box-shadow: none;
  color: #888;
}
/* **************** PAGE COMPONENTS ****************** */
.header {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 500;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.13);
  background-color: #ffffff;
}
.header .header-inner {
  position: relative;
  z-index: 2;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 5.625rem;
}
@media only screen and (max-width: 767.98px) {
  .header .header-inner {
    height: 3.75rem;
  }
}
.header .logo {
  width: 7.5rem;
  flex-shrink: 0;
}
@media only screen and (max-width: 767.98px) {
  .header .logo {
    width: auto;
    height: 3.4375rem;
  }
}
.header .logo img {
  max-width: 100%;
  width: 120px;
  vertical-align: middle;
  height: auto;
}
@media only screen and (max-width: 767.98px) {
  .header .logo img {
    width: auto;
    height: 3.4375rem;
  }
}
.header .logo-mobile {
  display: none;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  top: 0.5rem;
  width: 10rem;
}
@media only screen and (min-width: 767.99px) and (max-width: 1199.98px), only screen and (max-width: 767.98px) {
  .header .logo-mobile {
    display: block;
  }
}
.header .logo-mobile img {
  width: 100%;
}
.header .right-side {
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 575.98px) {
  .header .right-side {
    width: 100%;
    justify-content: flex-end;
    padding: 0 2rem 0 0;
  }
}
@media only screen and (min-width: 767.99px) and (max-width: 1199.98px), only screen and (max-width: 767.98px) {
  .header .right-side.bottom-side {
    width: 100%;
    justify-content: space-between;
    position: relative;
    bottom: 0;
    left: 0;
    padding: 0.5rem 1rem 1rem;
  }
}
.header .right-side .btn {
  margin: 0rem 0rem 0rem 2.625rem;
  padding: 0rem 1.6875rem 0rem 1.6875rem;
}
@media only screen and (max-width: 575.98px) {
  .header .right-side .btn {
    margin: 0;
    width: 47%;
    line-height: 3rem;
  }
}
.header .right-side .login-btn {
  display: block;
  font-size: 1rem;
  text-transform: uppercase;
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  color: #000000;
  margin-right: 1rem;
  position: relative;
  padding: 0.75rem 0rem 0.625rem 0rem;
}
@media only screen and (max-width: 575.98px) {
  .header .right-side .login-btn {
    display: inline-block;
    line-height: 3rem;
    text-transform: uppercase;
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    border-radius: 1.5625rem;
    background-color: transparent;
    color: #ffffff;
    font-size: 1rem;
    letter-spacing: 0.1rem;
    border: 1px solid #ffffff;
    cursor: pointer;
    padding: 0 2.625rem;
    text-align: center;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    outline: 0;
    white-space: nowrap;
    width: 47%;
  }
}
.header .right-side .login-btn:after {
  content: "";
  width: 0;
  height: 1px;
  background-color: #000000;
  bottom: -0.1rem;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-transition: width 0.5s cubic-bezier(0.25, 0.8, 0.25, 1) 0s;
  -moz-transition: width 0.5s cubic-bezier(0.25, 0.8, 0.25, 1) 0s;
  -ms-transition: width 0.5s cubic-bezier(0.25, 0.8, 0.25, 1) 0s;
  -o-transition: width 0.5s cubic-bezier(0.25, 0.8, 0.25, 1) 0s;
  transition: width 0.5s cubic-bezier(0.25, 0.8, 0.25, 1) 0s;
}
@media only screen and (min-width: 767.99px) and (max-width: 1199.98px), only screen and (max-width: 767.98px) {
  .header .right-side .login-btn:after {
    content: none;
  }
}
.header .right-side .login-btn:hover,
.header .right-side .login-btn.current {
  text-decoration: none;
}
@media only screen and (max-width: 767.98px) {
  .header .right-side .login-btn:hover,
  .header .right-side .login-btn.current {
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
  }
}
.header .right-side .login-btn:hover:after,
.header .right-side .login-btn.current:after {
  width: 100%;
}
.header .right-side .login-btn.login-btn-mobile {
  display: none;
  line-height: 3rem;
  text-transform: uppercase;
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
  border-radius: 1.5625rem;
  background-color: transparent;
  color: #ffffff;
  font-size: 1rem;
  letter-spacing: 0.1rem;
  border: 1px solid #ffffff;
  cursor: pointer;
  padding: 0 2.625rem;
  text-align: center;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  outline: 0;
  white-space: nowrap;
  width: 47%;
}
@media only screen and (min-width: 767.99px) and (max-width: 1199.98px), only screen and (max-width: 767.98px) {
  .header .right-side .login-btn.login-btn-mobile {
    display: inline-block;
  }
}
.header .right-side-user .user {
  position: relative;
}
.header .right-side-user .user:hover .drop {
  display: block;
}
.header .right-side-user .user .user-link {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  cursor: pointer;
  flex-wrap: nowrap;
  font-size: 0.9375rem;
  font-weight: 400;
  color: #5c5c5a;
}
.header .right-side-user .user .user-link .avatar {
  margin: 0 1rem 0 0;
  flex-shrink: 0;
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 50%;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 700;
  font-size: 1rem;
  text-transform: uppercase;
  color: #000000;
  font-style: normal;
  background-color: #f7c44e;
}
@media only screen and (min-width: 767.99px) and (max-width: 1199.98px), only screen and (max-width: 767.98px) {
  .header .right-side-user .user .user-link .avatar {
    margin-right: 1.5rem;
  }
}
.header .right-side-user .user .user-link .name {
  white-space: nowrap;
}
@media only screen and (max-width: 767.98px) {
  .header .right-side-user .user .user-link .name {
    display: none;
  }
}
.header .right-side-user .user .user-link i {
  margin: 0 0 0 .4rem;
}
@media only screen and (max-width: 767.98px) {
  .header .right-side-user .user .user-link i {
    display: none;
  }
}
.header .right-side-user .user .drop {
  display: none;
  position: absolute;
  left: -0.1875rem;
  top: 2.0625rem;
  right: 0;
  min-width: 10rem;
  padding: 1rem 0 0;
  font-size: 0.9375rem;
}
@media only screen and (max-width: 767.98px) {
  .header .right-side-user .user .drop {
    top: 1.75rem;
  }
}
.header .right-side-user .user .drop ul {
  list-style: none;
  margin: 0;
  background-color: #ffffff;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.13);
  border-radius: 0 0 0.5rem 0.5rem;
}
.header .right-side-user .user .drop ul li {
  font-weight: 400;
  font-size: .875rem;
  border-top: 1px solid #3a3a3a;
}
.header .right-side-user .user .drop ul li:first-child {
  border: 0;
}
.header .right-side-user .user .drop ul li a {
  color: #111111;
  display: block;
  padding: 1rem 1.25rem;
  white-space: nowrap;
}
.header .right-side-user .user .drop ul li a:hover {
  color: #f7c44e;
  text-decoration: none;
}
.header .nav-holder {
  width: 100%;
  position: relative;
  z-index: 2;
}
@media only screen and (min-width: 767.99px) and (max-width: 1199.98px), only screen and (max-width: 767.98px) {
  .header .nav-holder {
    position: fixed;
    right: -100%;
    top: 0;
    height: 100%;
    margin: 0;
    width: 100%;
    background: #000000;
    display: flex;
    justify-content: flex-start;
    flex-direction: column;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    z-index: 200;
    padding: 8.4375rem 0rem 0rem 0rem;
  }
  .header .nav-holder.show {
    right: 0;
  }
}
@media only screen and (min-width: 767.99px) and (max-width: 1199.98px) {
  .header .nav-holder {
    width: 30rem;
  }
}
.header .nav-holder .close-nav-btn {
  display: none;
  z-index: 100;
  position: absolute;
  top: 18px;
  right: 18px;
}
@media only screen and (min-width: 767.99px) and (max-width: 1199.98px), only screen and (max-width: 767.98px) {
  .header .nav-holder .close-nav-btn {
    display: block;
  }
}
.header .nav {
  display: flex;
  justify-content: center;
  align-items: center;
  list-style: none;
  margin: 0;
}
@media only screen and (min-width: 767.99px) and (max-width: 1199.98px), only screen and (max-width: 767.98px) {
  .header .nav {
    height: 100%;
    width: 100%;
    overflow: auto;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: center;
    align-items: flex-start;
    display: block;
  }
}
.header .nav li {
  margin: 0rem 0.9375rem 0rem 0.9375rem;
  position: relative;
}
@media only screen and (min-width: 767.99px) and (max-width: 1199.98px), only screen and (max-width: 767.98px) {
  .header .nav li {
    margin: 0;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
  }
  .header .nav li:last-child {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  }
}
.header .nav li.active a {
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
  border-bottom: 2px solid #f7c44e;
  padding: 0.75rem 0rem 0.625rem 0rem;
}
@media only screen and (min-width: 767.99px) and (max-width: 1199.98px), only screen and (max-width: 767.98px) {
  .header .nav li.active a {
    display: block;
    color: #f7c44e;
    border-bottom: 0;
    padding: 1.5rem 2rem;
    border-bottom: rgba(255, 255, 255, 0.1);
  }
}
.header .nav li.active a:hover:after {
  width: 0%;
  right: auto;
  left: 0;
}
.header .nav li.active .drop ul li a {
  border: 0;
}
.header .nav li:hover .drop {
  display: block;
}
.header .nav li:hover > a {
  color: #f7c44e;
}
@media only screen and (min-width: 767.99px) and (max-width: 1199.98px), only screen and (max-width: 767.98px) {
  .header .nav li:hover > a {
    color: #ffffff;
  }
}
.header .nav li:focus .drop,
.header .nav li:active .drop,
.header .nav li:focus-within .drop {
  display: block;
}
.header .nav li:focus > a,
.header .nav li:active > a,
.header .nav li:focus-within > a {
  color: #f7c44e;
}
@media only screen and (min-width: 767.99px) and (max-width: 1199.98px), only screen and (max-width: 767.98px) {
  .header .nav li:focus > a,
  .header .nav li:active > a,
  .header .nav li:focus-within > a {
    color: #ffffff;
  }
}
.header .nav li a {
  display: block;
  font-size: 1rem;
  text-transform: uppercase;
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  color: #000000;
  padding: 0.75rem 0rem 0.625rem 0rem;
}
@media only screen and (min-width: 767.99px) and (max-width: 1199.98px), only screen and (max-width: 767.98px) {
  .header .nav li a {
    display: block;
    padding: 1.5rem 2rem;
    color: #ffffff;
    font-size: 1.125rem;
  }
}
.header .nav li a:after {
  content: "";
  width: 0;
  height: 0;
  border-top: 2px solid;
  bottom: -0.1rem;
  position: absolute;
  right: 0;
  -webkit-transition: width 0.5s cubic-bezier(0.25, 0.8, 0.25, 1) 0s;
  -moz-transition: width 0.5s cubic-bezier(0.25, 0.8, 0.25, 1) 0s;
  -ms-transition: width 0.5s cubic-bezier(0.25, 0.8, 0.25, 1) 0s;
  -o-transition: width 0.5s cubic-bezier(0.25, 0.8, 0.25, 1) 0s;
  transition: width 0.5s cubic-bezier(0.25, 0.8, 0.25, 1) 0s;
}
@media only screen and (min-width: 767.99px) and (max-width: 1199.98px), only screen and (max-width: 767.98px) {
  .header .nav li a:after {
    content: none;
  }
}
.header .nav li a:hover,
.header .nav li a.current {
  text-decoration: none;
  color: #f7c44e;
  padding: 0.75rem 0rem 0.625rem 0rem;
}
@media only screen and (min-width: 767.99px) and (max-width: 1199.98px), only screen and (max-width: 767.98px) {
  .header .nav li a:hover,
  .header .nav li a.current {
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    padding: 1.5rem 2rem;
  }
}
.header .nav li a:hover:after,
.header .nav li a.current:after {
  width: 100%;
  right: auto;
  left: 0;
}
.header .nav .drop {
  position: absolute;
  left: -0.1875rem;
  top: 2.0625rem;
  padding: 1.9375rem 0rem 0rem 0rem;
  width: 11.25rem;
  display: none;
}
@media only screen and (min-width: 767.99px) and (max-width: 1199.98px), only screen and (max-width: 767.98px) {
  .header .nav .drop {
    display: block;
    position: static;
    width: 100%;
    padding: 0;
  }
}
.header .nav .drop ul {
  list-style: none;
  margin: 0;
  box-shadow: -2px 6px 9px rgba(0, 0, 0, 0.14);
  border-radius: 0 0 10px 10px;
  background-color: #ffffff;
}
@media only screen and (min-width: 767.99px) and (max-width: 1199.98px), only screen and (max-width: 767.98px) {
  .header .nav .drop ul {
    background: none;
    box-shadow: none;
    border-radius: 0;
  }
}
.header .nav .drop ul li {
  margin: 0;
  overflow: hidden;
}
@media only screen and (min-width: 767.99px) and (max-width: 1199.98px), only screen and (max-width: 767.98px) {
  .header .nav .drop ul li {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
  }
}
.header .nav .drop ul li:first-child {
  border: 0;
}
@media only screen and (min-width: 767.99px) and (max-width: 1199.98px), only screen and (max-width: 767.98px) {
  .header .nav .drop ul li:first-child {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
  }
}
.header .nav .drop ul li:last-child {
  border: 0;
  border-radius: 0 0 10px 10px;
}
@media only screen and (min-width: 767.99px) and (max-width: 1199.98px), only screen and (max-width: 767.98px) {
  .header .nav .drop ul li:last-child {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 0;
  }
}
.header .nav .drop ul li:active a,
.header .nav .drop ul li.curent a,
.header .nav .drop ul li:focus a,
.header .nav .drop ul li:active a,
.header .nav .drop ul li:focus-within a {
  border-bottom: 0;
  background-color: #f7c44e;
}
.header .nav .drop ul li a {
  font-family: "Open Sans";
  font-size: 0.9375rem;
  line-height: 1.25rem;
  letter-spacing: 0.05em;
  font-weight: 400;
  display: block;
  padding: 0.75rem 0.625rem 0.75rem 1rem;
  text-transform: initial;
  color: #080601;
}
@media only screen and (min-width: 767.99px) and (max-width: 1199.98px), only screen and (max-width: 767.98px) {
  .header .nav .drop ul li a {
    padding: 1.5rem 0rem 1.5rem 0rem;
    color: #ffffff;
    font-size: 1rem;
  }
  .header .nav .drop ul li a:hover {
    text-decoration: none;
    background: transparent;
    border-bottom: 0;
  }
}
.header .nav .drop ul li a:hover {
  text-decoration: none;
  background: #f7c44e;
  border-bottom: 0;
}
@media only screen and (min-width: 767.99px) and (max-width: 1199.98px), only screen and (max-width: 767.98px) {
  .header .nav .drop ul li a:hover {
    background-color: transparent;
    color: #f7c44e;
  }
}
.header .nav .drop ul li a:active,
.header .nav .drop ul li a.curent {
  text-decoration: none;
  background: #f7c44e;
  border-bottom: 0;
}
@media only screen and (max-width: 767.98px) {
  .header .nav .drop ul li a:active,
  .header .nav .drop ul li a.curent {
    background-color: transparent;
    color: #f7c44e;
  }
}
.header .nav .drop ul li a::after {
  content: none;
}
.main .header .right-side .btn.reg-btn {
  display: none!important;
}
.main .header .right-side .login-btn.login-btn-home {
  border-radius: 25px;
  border: 1px solid #000000;
  background-color: transparent;
  padding: 0 2rem;
  line-height: 2.375rem;
}
.main .header .right-side .login-btn.login-btn-home:hover {
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  border: 1px solid #222222;
  background-color: rgba(0, 0, 0, 0.1);
}
.main .header .right-side .login-btn.login-btn-home:after {
  display: none;
}
.reg-page .header .floating-btn {
  display: none!important;
}
/*hamburger btn*/
.btn-lines,
.c-hamburger span::before,
.c-hamburger span::after {
  position: absolute;
  display: block;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #f7c44e;
  content: "";
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.c-hamburger {
  display: none;
  position: relative;
  z-index: 2;
  margin: 0;
  padding: 0;
  width: 26px;
  height: 20px;
  font-size: 0;
  text-indent: -9999px;
  appearance: none;
  border: none;
  cursor: pointer;
  -webkit-transition: all 0.3s ease 0.3s;
  transition: all 0.3s ease  0.3s;
  flex-shrink: 0;
}
.c-hamburger:focus {
  outline: none;
}
@media only screen and (min-width: 767.99px) and (max-width: 1199.98px), only screen and (max-width: 767.98px) {
  .c-hamburger {
    display: block;
  }
}
.c-hamburger span {
  display: block;
  position: absolute;
  top: 9px;
  left: 0px;
  right: 0px;
  height: 2px;
  background: #f7c44e;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.c-hamburger span::before {
  top: -7px;
}
.c-hamburger span::after {
  bottom: -7px;
}
.c-hamburger--htx {
  background-color: transparent;
}
.c-hamburger--htx.active {
  top: -25px;
}
.c-hamburger--htx.active:before {
  display: none;
}
.c-hamburger--htx.active span {
  background: none;
}
.c-hamburger--htx.active span::before {
  top: 0;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  background: #ffffff;
}
.c-hamburger--htx.active span::after {
  bottom: 0;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  background: #ffffff;
}
/*hamburger btn*/
.btn.floating-btn {
  display: block;
  position: fixed;
  z-index: 101;
  bottom: 2rem;
  left: 1rem;
  text-decoration: none;
  transition: all 0.3s ease;
  padding: 0 1.3rem;
}
.btn.floating-btn:hover {
  text-decoration: none;
  cursor: pointer;
  transform: scale(1.05);
}
@keyframes pulse-icon-enlarge {
  0%,
  100% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
  }
}
@keyframes pulse-icon-enlarge-1 {
  0%,
  100% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.15);
  }
}
@keyframes pulse-icon-enlarge-2 {
  0%,
  100% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.05);
  }
}
.footer {
  background: #000000;
  padding: 3.25rem 0rem 2.5rem 0rem;
  color: #ffffff;
  font-size: 0.875rem;
  line-height: 1.5rem;
}
.footer a {
  color: #ffffff;
}
.footer a:hover {
  text-decoration: none;
  color: #f7c44e;
}
.footer .email {
  color: #f7c44e;
}
.footer .email:hover {
  color: rgba(247, 196, 78, 0.7);
}
.footer p {
  margin: 0 0 1.875rem;
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  color: #989897;
}
@media only screen and (max-width: 575.98px) {
  .footer p {
    margin: 0 0 1rem;
  }
}
.footer .logo {
  display: block;
  width: 8.4375rem;
  flex-shrink: 0;
  margin-bottom: 2rem;
}
.footer .logo img {
  max-width: 100%;
  height: auto;
}
.footer .menu {
  list-style: none;
  margin: 0;
}
.footer .menu li {
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  font-size: 0.875rem;
  margin: 0rem 0rem 0.625rem 0rem;
  position: relative;
}
.footer .menu li .drop ul {
  text-decoration: none;
  list-style: none;
  margin-top: 0.7rem;
}
.footer .menu a {
  line-height: 1.5rem;
  color: #989897;
}
@media only screen and (max-width: 767.98px) {
  .footer .menu a {
    line-height: 1.625rem;
  }
}
.footer .menu a:hover {
  color: #f7c44e;
  text-decoration: none;
}
.footer .social {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  margin-bottom: 2.1875rem;
}
@media only screen and (max-width: 575.98px) {
  .footer .social {
    justify-content: center;
  }
}
.footer .social a {
  width: 2.25rem;
  height: 2.25rem;
  background-color: #ffffff;
  border-radius: 50%;
  color: #000;
  flex-shrink: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.15375rem;
  margin: 0 1rem 0 0;
}
@media only screen and (max-width: 767.98px) {
  .footer .social a {
    width: 2rem;
    height: 2rem;
  }
}
.footer .social a:hover {
  border-color: rgba(255, 255, 255, 0.8);
  background: rgba(255, 255, 255, 0.8);
  text-decoration: none;
}
.footer .copy {
  color: #989897;
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  font-size: 0.8125rem;
  line-height: 30px;
}
@media only screen and (max-width: 767.98px) {
  .footer .terms {
    margin-top: 2rem;
  }
}
.banner {
  height: 37.5rem;
  position: relative;
  overflow: hidden;
  margin-top: 5.6rem;
}
@media only screen and (min-width: 767.99px) and (max-width: 1199.98px) {
  .banner {
    height: 41rem;
  }
}
@media only screen and (min-width: 767.99px) and (max-width: 991.98px) {
  .banner {
    height: 34rem;
  }
}
@media only screen and (max-width: 767.98px) {
  .banner {
    height: 26rem;
    margin-top: 3.75rem;
  }
}
.banner.banner-inner {
  height: 33.75rem;
  margin-top: 0;
}
@media only screen and (min-width: 767.99px) and (max-width: 1199.98px) {
  .banner.banner-inner {
    height: 41rem;
  }
}
@media only screen and (min-width: 767.99px) and (max-width: 991.98px) {
  .banner.banner-inner {
    height: 34rem;
  }
}
@media only screen and (max-width: 767.98px) {
  .banner.banner-inner {
    height: 30rem;
    margin: 4rem 0 0;
  }
}
@media only screen and (max-width: 575.98px) {
  .banner.banner-inner {
    height: 28rem;
    margin: 4rem 0 0;
  }
}
.banner.banner-inner.height-s {
  height: 21.875rem;
}
@media only screen and (max-width: 767.98px) {
  .banner.banner-inner .text .banner-ttl {
    font-size: 3.75rem;
    margin: 0rem 0rem 2.5rem 0rem;
  }
}
@media only screen and (max-width: 575.98px) {
  .banner.banner-inner .text .banner-ttl {
    font-size: 2.5rem;
    margin: 0rem 0rem 1.875rem 0rem;
  }
}
.banner.banner-inner .text .banner-subttl .firm-name {
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 3.75rem;
}
@media only screen and (max-width: 767.98px) {
  .banner.banner-inner .text .banner-subttl {
    font-size: 2.5rem;
    line-height: 2rem;
  }
}
@media only screen and (max-width: 575.98px) {
  .banner.banner-inner .text .banner-subttl {
    font-size: 1.875rem;
    line-height: 1.375rem;
  }
}
.banner .video-holder {
  position: relative;
  height: 100%;
}
.banner .video-holder video {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.banner .main-bg {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
  background-attachment: fixed;
}
@media only screen and (min-width: 767.99px) and (max-width: 1199.98px) {
  .banner .main-bg {
    background-attachment: scroll;
  }
}
@media only screen and (max-width: 767.98px) {
  .banner .main-bg {
    background-attachment: scroll;
  }
}
.banner .text {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 100;
  color: #ffffff;
  text-align: center;
  letter-spacing: 0.02em;
  margin: 3.125rem 0 0;
}
@media only screen and (max-width: 575.98px) {
  .banner .text {
    margin: 0;
  }
}
.banner .text .banner-ttl {
  color: #ffffff;
  font-size: 3.625rem;
  text-transform: uppercase;
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
  padding: 0rem 0.625rem 0rem 0.625rem;
  margin: 0rem 0rem 2rem 0rem;
}
@media only screen and (min-width: 767.99px) and (max-width: 1199.98px) {
  .banner .text .banner-ttl {
    font-size: 3.75rem;
    margin: 0rem 0rem 1.875rem 0rem;
  }
}
@media only screen and (max-width: 767.98px) {
  .banner .text .banner-ttl {
    font-size: 2.25rem;
    margin: 0rem 0rem 1.875rem 0rem;
  }
}
@media only screen and (max-width: 575.98px) {
  .banner .text .banner-ttl {
    font-size: 1.875rem;
    line-height: 2.375rem;
    margin: 0rem 0rem 1.25rem 0rem;
  }
}
.banner .text .banner-subttl {
  display: block;
  font-size: 2.625rem;
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 1.25rem;
  padding: 0rem 0.625rem 0rem 0.625rem;
}
@media only screen and (min-width: 767.99px) and (max-width: 1199.98px) {
  .banner .text .banner-subttl {
    font-size: 1.875rem;
    line-height: 2rem;
  }
}
@media only screen and (max-width: 767.98px) {
  .banner .text .banner-subttl {
    font-size: 1.625rem;
    line-height: 2rem;
    margin-top: 1rem;
    margin-bottom: 1rem;
  }
}
@media only screen and (max-width: 575.98px) {
  .banner .text .banner-subttl {
    font-size: 1.625rem;
    line-height: 1.625rem;
    margin-bottom: 1rem;
  }
}
.banner .text .banner-text {
  display: block;
  font-size: 1.375rem;
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  color: #ffffff;
  margin-bottom: 3rem;
  line-height: 1.5rem;
  padding: 0rem 0.625rem 0rem 0.625rem;
}
@media only screen and (max-width: 767.98px) {
  .banner .text .banner-text {
    margin-bottom: 2.5rem;
  }
}
.helping {
  width: 100%;
  position: relative;
  padding-bottom: 13.75rem;
}
@media only screen and (min-width: 767.99px) and (max-width: 991.98px) {
  .helping {
    padding-bottom: 24.75rem;
  }
}
@media only screen and (max-width: 767.98px) {
  .helping {
    padding-bottom: 0;
  }
}
.helping::before {
  content: "";
  background-image: url(../img/bg-1.png);
  background-size: cover;
  position: absolute;
  bottom: 0;
  background-repeat: no-repeat;
  background-position: 50% 100%;
  width: 100%;
  height: 100%;
}
.helping .btn {
  margin-top: 3.8125rem;
}
@media only screen and (max-width: 767.98px) {
  .helping .btn {
    margin-bottom: 2rem;
  }
}
.helping .image-block {
  width: 60.625rem;
  max-width: 45%;
  height: auto;
  background-size: cover;
  background-repeat: no-repeat;
  position: absolute;
  left: 55%;
  bottom: 0;
}
@media only screen and (max-width: 767.98px) {
  .helping .image-block {
    margin: 0 auto;
    position: static;
    width: 90%;
    max-width: 90%;
  }
}
.helping .image-block img {
  display: block;
  width: 100%;
  height: auto;
  position: relative;
  z-index: 2;
}
@media only screen and (max-width: 767.98px) {
  .helping .image-block img {
    margin-top: -5rem;
  }
}
.home-section-ttl {
  position: relative;
  margin: 0 auto;
  margin-top: 5.9375rem;
  padding: 2rem 0 0 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 56.25rem;
}
@media only screen and (max-width: 767.98px) {
  .home-section-ttl {
    margin-top: 3rem;
  }
}
.home-section-ttl.left {
  align-items: flex-start;
}
.home-section-ttl.left .title-under {
  left: -4rem;
}
@media only screen and (max-width: 767.98px) {
  .home-section-ttl.left .title-under {
    left: 0;
  }
}
.home-section-ttl.left p {
  text-align: start;
}
.home-section-ttl .title-under {
  position: absolute;
  top: -3.185rem;
  color: #f7f7f7;
  font-size: 9.375rem;
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  white-space: nowrap;
}
@media only screen and (max-width: 767.98px) {
  .home-section-ttl .title-under {
    font-size: 5.625rem;
    top: -0.3rem;
  }
}
@media only screen and (max-width: 330px) {
  .home-section-ttl .title-under {
    font-size: 4.375rem;
    top: -0.3rem;
  }
}
.home-section-ttl .title-under.title-under-center {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}
.home-section-ttl h3 {
  position: relative;
  font-size: 1.625rem;
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
  line-height: 46px;
  margin: 0;
}
@media only screen and (max-width: 767.98px) {
  .home-section-ttl h3 {
    font-size: 1.5rem;
    padding: 0rem 0.5rem 0rem 1rem;
  }
}
.home-section-ttl p {
  font-size: 1.125rem;
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  padding: 0;
  margin: 0;
  margin-top: 3.5rem;
  text-align: center;
  line-height: 2.25rem;
}
@media only screen and (max-width: 767.98px) {
  .home-section-ttl p {
    margin-top: 2.5rem;
    padding: 0rem 1.25rem 0rem 1.25rem;
  }
}
.meeting-bock {
  width: 100%;
  padding: 7.875rem 0rem 6.25rem 0rem;
  background-color: #f7c44e;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media only screen and (max-width: 767.98px) {
  .meeting-bock {
    padding: 5rem 0rem 5rem 0rem;
  }
}
.meeting-bock .home-section-ttl {
  max-width: 100%;
  margin-top: 0;
  padding: 0;
}
.meeting-bock .home-section-ttl .title-under {
  color: #deb046;
  top: -4.5rem;
}
@media only screen and (max-width: 767.98px) {
  .meeting-bock .home-section-ttl .title-under {
    display: none;
  }
}
.meeting-bock .home-section-ttl .white-sbt {
  color: #ffffff;
  font-size: 70px;
}
@media only screen and (min-width:1199.99px) and (max-width: 1440px), only screen and (min-width: 1199.99px) and (max-width: 1366px) {
  .meeting-bock .home-section-ttl .white-sbt {
    font-size: 50px;
  }
}
@media only screen and (min-width: 767.99px) and (max-width: 1199.98px) {
  .meeting-bock .home-section-ttl .white-sbt {
    font-size: 40px;
  }
}
@media only screen and (max-width: 767.98px) {
  .meeting-bock .home-section-ttl .white-sbt {
    font-size: 30px;
    line-height: 40px;
    text-align: center;
  }
}
.meeting-bock .btn-center {
  display: flex;
  justify-content: center;
  margin-top: 3.375rem;
}
@media only screen and (max-width: 767.98px) {
  .meeting-bock .btn-center {
    margin-top: 2.8rem;
  }
}
.meeting-bock.meeting-bock-app {
  padding: 6.6875rem 0.625rem 12.125rem 0.625rem;
}
@media only screen and (min-width: 1199.99px) and (max-width: 1366px) {
  .meeting-bock.meeting-bock-app {
    padding: 6.0625rem 0.625rem 10.875rem 0.625rem;
  }
}
@media only screen and (min-width: 767.99px) and (max-width: 1199.98px) {
  .meeting-bock.meeting-bock-app {
    padding: 4.1875rem 0.625rem 10.25rem 0.625rem;
  }
}
@media only screen and (max-width: 767.98px) {
  .meeting-bock.meeting-bock-app {
    padding: 3.5625rem 0.625rem 9.625rem 0.625rem;
  }
}
.meeting-bock.meeting-bock-app .home-section-ttl {
  position: relative;
}
.meeting-bock.meeting-bock-app P {
  color: #454545;
  font-family: "Open Sans";
  font-size: 0.9375rem;
  font-weight: 400;
  margin-top: 1rem;
}
@media only screen and (max-width: 767.98px) {
  .meeting-bock.meeting-bock-app P {
    margin-top: 0;
  }
}
.meeting-bock.meeting-bock-app .white-sbt {
  color: #ffffff;
  font-size: 2.5rem;
  line-height: 3.125rem;
  text-align: center;
}
@media only screen and (min-width:1199.99px) and (max-width: 1440px), only screen and (min-width: 1199.99px) and (max-width: 1366px) {
  .meeting-bock.meeting-bock-app .white-sbt {
    font-size: 1.875rem;
  }
}
@media only screen and (min-width: 767.99px) and (max-width: 1199.98px) {
  .meeting-bock.meeting-bock-app .white-sbt {
    font-size: 1.875rem;
  }
}
@media only screen and (max-width: 767.98px) {
  .meeting-bock.meeting-bock-app .white-sbt {
    font-size: 1.25rem;
    line-height: 20px;
    text-align: center;
  }
}
.meeting-bock.meeting-bock-app .btn-center {
  margin: 0;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  top: 8.625rem;
}
@media only screen and (min-width: 1199.99px) and (max-width: 1366px) {
  .meeting-bock.meeting-bock-app .btn-center {
    top: 8rem;
  }
}
@media only screen and (max-width: 767.98px) {
  .meeting-bock.meeting-bock-app .btn-center {
    top: 7rem;
  }
}
.subscriptions .descr {
  margin-bottom: 8.75rem;
}
.subscriptions .plan-wrap {
  max-width: 1280px;
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  position: relative;
  margin: 0 auto;
  row-gap: 8rem;
  flex-wrap: wrap;
}
@media only screen and (min-width: 767.99px) and (max-width: 1199.98px) {
  .subscriptions .plan-wrap {
    max-width: 90%;
  }
}
@media only screen and (max-width: 767.98px) {
  .subscriptions .plan-wrap {
    flex-direction: column;
    max-width: 90%;
    align-items: center;
  }
}
.subscriptions .plan-wrap .item {
  position: relative;
  margin-top: -4.375rem;
  margin-bottom: 6rem;
  width: 43.75%;
  padding: 3.125rem 5rem 3.125rem 5.625rem;
  box-shadow: 14px 30px 49px rgba(0, 0, 0, 0.33);
  border-radius: 30px;
  background-color: #ffffff;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media only screen and (max-width: 767.98px) {
  .subscriptions .plan-wrap .item {
    width: 90%;
    margin-bottom: 8rem;
    padding: 3.125rem 1.875rem 0rem 1.875rem;
  }
}
.subscriptions .plan-wrap .item .discount {
  position: absolute;
  background-color: #f7c44e;
  border-radius: 50%;
  display: flex;
  border: 6px solid #ffffff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 80px;
  right: -1.875rem;
  top: -1.875rem;
}
.subscriptions .plan-wrap .item .discount .ammount {
  color: #000000;
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
  font-size: 2.25rem;
}
.subscriptions .plan-wrap .item .discount .ammount span {
  vertical-align: top;
  font-size: 0.9375rem;
}
.subscriptions .plan-wrap .item .discount .text-d {
  font-size: 0.625rem;
  color: #000000;
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
  text-transform: uppercase;
}
.subscriptions .plan-wrap .item .ttl {
  color: #000000;
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
  font-size: 1.625rem;
  margin-bottom: 2.625rem;
}
@media only screen and (max-width: 767.98px) {
  .subscriptions .plan-wrap .item .ttl {
    margin-bottom: 1.5rem;
  }
}
.subscriptions .plan-wrap .item .price {
  color: #000000;
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  font-size: 3.75rem;
  margin-bottom: 2.5rem;
}
@media only screen and (max-width: 767.98px) {
  .subscriptions .plan-wrap .item .price {
    margin-bottom: 1.5rem;
  }
}
.subscriptions .plan-wrap .item .text {
  color: #454545;
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  font-size: 0.9375rem;
  line-height: 1.5rem;
  margin-bottom: 3.19rem;
  text-align: center;
}
@media only screen and (max-width: 767.98px) {
  .subscriptions .plan-wrap .item .text {
    font-size: 1.125rem;
  }
}
.subscriptions .plan-wrap .item .btn {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: -1.5rem;
}
.subscriptions .subs-bg {
  width: 100%;
  min-height: 390px;
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  padding-bottom: 4rem;
}
@media only screen and (min-width: 767.99px) and (max-width: 1199.98px) {
  .subscriptions .subs-bg {
    background-attachment: scroll;
  }
}
@media only screen and (max-width: 767.98px) {
  .subscriptions .subs-bg {
    height: auto;
    background-attachment: scroll;
  }
}
.testimonials {
  background: url(../img/bg-4.jpg) no-repeat 50% 100%;
  background-size: 100% auto;
  position: relative;
}
@media only screen and (max-width: 767.98px) {
  .testimonials .home-section-ttl {
    margin-bottom: 3rem;
  }
}
.testimonials-wrap {
  margin: 0 auto;
  max-width: 88.5rem;
  padding: 1.25rem 0rem 16.75rem 0rem;
}
@media only screen and (min-width: 1199.99px) and (max-width: 1366px) {
  .testimonials-wrap {
    max-width: 90%;
  }
}
@media only screen and (min-width: 767.99px) and (max-width: 1199.98px) {
  .testimonials-wrap {
    max-width: 90%;
  }
}
@media only screen and (max-width: 767.98px) {
  .testimonials-wrap {
    padding: 1.25rem 0rem 2.375rem 0rem;
  }
}
.testim-slider_block {
  font-size: 0.875rem;
  line-height: 1.5rem;
}
.testim-slider_block .testimonials-slider {
  max-height: 100%;
  position: relative;
  padding: 0 2.5rem 0 2.5rem;
  margin-top: 1.5rem;
  margin-bottom: 1rem;
}
@media only screen and (max-width: 767.98px) {
  .testim-slider_block .testimonials-slider {
    padding: 0 3rem 0 3rem;
  }
}
.testim-slider_block .testimonials-slider .slick-slide {
  padding: 2.875rem 4.75rem 4.75rem 2.6875rem;
}
@media only screen and (min-width: 1199.99px) and (max-width: 1366px) {
  .testim-slider_block .testimonials-slider .slick-slide {
    padding: 2.875rem 4.125rem 4.75rem 3.3125rem;
  }
}
@media only screen and (min-width: 767.99px) and (max-width: 1199.98px) {
  .testim-slider_block .testimonials-slider .slick-slide {
    padding: 2.875rem 4.125rem 4.75rem 6.875rem;
  }
}
@media only screen and (max-width: 767.98px) {
  .testim-slider_block .testimonials-slider .slick-slide {
    padding: 2.875rem 1.625rem 2.25rem 1.625rem;
  }
}
.testim-slider_block .testimonials-slider .item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  height: 9.375rem;
  padding: 2.875rem 2.875rem 3.25rem 3.875rem;
  min-height: 219px;
  box-shadow: 0.875rem 1.875rem 3.0625rem rgba(0, 0, 0, 0.33);
  border-radius: 1.875rem;
  background-color: #f7c44e;
}
@media only screen and (max-width: 767.98px) {
  .testim-slider_block .testimonials-slider .item {
    box-shadow: 0.75rem 1.475rem 1.0625rem rgba(0, 0, 0, 0.33);
  }
}
.testim-slider_block .testimonials-slider .item .testim-text {
  color: #000000;
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  font-size: 1.125rem;
  line-height: 30px;
  margin-bottom: 0.875rem;
  max-height: 7.5rem;
}
.testim-slider_block .testimonials-slider .item .signature {
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  font-size: 1.125rem;
}
.testim-slider_block .testimonials-slider .item .signature strong {
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
}
.testim-slider_block .testimonials-slider .item .comma {
  position: absolute;
  top: -2rem;
  left: -2.5rem;
  width: 5rem;
  height: 5rem;
  border-radius: 50%;
  border: 6px solid #f7c44e;
  background-color: #ffffff;
  background-repeat: no-repeat;
  background-size: 2.5rem 2.25rem;
  background-position: center;
}
@media only screen and (max-width: 767.98px) {
  .testim-slider_block .testimonials-slider .item .comma {
    left: -0.875rem;
  }
}
.testim-slider_block .testimonials-slider .slick-prev,
.testim-slider_block .testimonials-slider .slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  padding: 0;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: transparent;
}
@media only screen and (min-width: 767.99px) and (max-width: 1199.98px), only screen and (max-width: 767.98px) {
  .testim-slider_block .testimonials-slider .slick-prev,
  .testim-slider_block .testimonials-slider .slick-next {
    left: 1rem;
  }
}
.testim-slider_block .testimonials-slider .slick-prev {
  left: 0;
}
.testim-slider_block .testimonials-slider .slick-prev::before {
  content: '\f053';
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  font-size: 2.5rem;
  line-height: 1;
  color: #000000;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media only screen and (min-width: 767.99px) and (max-width: 1199.98px), only screen and (max-width: 767.98px) {
  .testim-slider_block .testimonials-slider .slick-prev {
    left: 1rem;
  }
}
.testim-slider_block .testimonials-slider .slick-next {
  right: 0;
}
.testim-slider_block .testimonials-slider .slick-next::before {
  content: '\f054';
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  font-size: 2.5rem;
  line-height: 1;
  color: #000000;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.testim-slider_block .testimonials-slider .my-dots {
  top: -35px;
  display: block;
  width: 100%;
  padding: 0;
  list-style: none;
  text-align: center;
  margin-right: 2rem;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}
.testim-slider_block .testimonials-slider .my-dots li {
  position: relative;
  display: inline-block;
  width: 1.23rem;
  height: 1.23rem;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.testim-slider_block .testimonials-slider .my-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 1.23rem;
  height: 1.23rem;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
}
.testim-slider_block .testimonials-slider .my-dots li button:hover,
.testim-slider_block .testimonials-slider .my-dots li button:focus {
  outline: none;
}
.testim-slider_block .testimonials-slider .my-dots li button:hover:before,
.testim-slider_block .testimonials-slider .my-dots li button:focus:before {
  opacity: 1;
}
.testim-slider_block .testimonials-slider .my-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 1.23rem;
  height: 1.23rem;
  content: "";
  text-align: center;
  background-color: #adb3c1;
  border-radius: 50%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.testim-slider_block .testimonials-slider .my-dots li.slick-active button:before {
  background-color: #f7c44e;
}
.mission {
  background: url(../img/FBOA_Home2.jpg) no-repeat 50% 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  padding: 14.0625rem 0rem 11rem 0rem;
}
@media only screen and (min-width: 767.99px) and (max-width: 1199.98px) {
  .mission {
    background-attachment: scroll;
    padding: 6.5625rem 0rem 11rem 0rem;
  }
}
@media only screen and (max-width: 767.98px) {
  .mission {
    padding: 10.3125rem 0rem 6.25rem 0rem;
    background-attachment: scroll;
  }
}
.mission .home-section-ttl h3 {
  color: #ffffff;
}
.mission .home-section-ttl .title-under {
  color: #f7f7f7;
  opacity: 0.07;
}
.mission p {
  color: #ffffff;
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
}
.mission .btn {
  margin-top: 7.1875rem;
}
.mission .image-block {
  position: relative;
  width: 24.25rem;
  height: 18.75rem;
  margin-left: 12.375rem;
}
@media only screen and (min-width: 767.99px) and (max-width: 991.98px) {
  .mission .image-block {
    margin-left: auto;
    margin-right: 7rem;
  }
}
@media only screen and (max-width: 767.98px) {
  .mission .image-block {
    margin: -2rem auto 4rem;
  }
}
.mission .image-block .circle {
  position: absolute;
  width: 15.625rem;
  height: 15.625rem;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  top: -1.43rem;
  left: 11.2rem;
  background-image: linear-gradient(to left, #f7c44e 30%, rgba(247, 196, 78, 0.2));
  z-index: 2;
  box-shadow: 13.946px 29.908px 49px 0px rgba(0, 0, 0, 0.33);
}
@media only screen and (max-width: 767.98px) {
  .mission .image-block .circle {
    width: 13.625rem;
    height: 13.625rem;
    left: 9.2rem;
  }
}
@media only screen and (max-width: 460px) {
  .mission .image-block .circle {
    left: 9.2rem;
  }
}
@media only screen and (max-width: 330px) {
  .mission .image-block .circle {
    width: 11.625rem;
    height: 11.625rem;
    top: 1rem;
    left: 8.2rem;
  }
}
.mission .image-block .circle span {
  text-transform: uppercase;
  color: #ffffff;
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
  font-size: 1.5625rem;
}
.mission .image-block .circle.circle2 {
  top: 8.875rem;
  left: 14.875rem;
  z-index: 5;
  background-image: linear-gradient(to right, #f7c44e 20%, rgba(247, 196, 78, 0.2));
  animation-delay: 0.5s;
}
@media only screen and (max-width: 767.98px) {
  .mission .image-block .circle.circle2 {
    left: 12.875rem;
  }
}
@media only screen and (max-width: 460px) {
  .mission .image-block .circle.circle2 {
    left: 11rem;
  }
}
.mission .image-block .circle.circle3 {
  top: 7.375rem;
  left: 2.5625rem;
  z-index: 4;
  background-image: linear-gradient(to left, #f7c44e 20%, rgba(247, 196, 78, 0.2));
}
@media only screen and (max-width: 767.98px) {
  .mission .image-block .circle.circle3 {
    left: 0.5625rem;
  }
}
@media only screen and (max-width: 460px) {
  .mission .image-block .circle.circle3 {
    left: -1rem;
  }
}
@media only screen and (max-width: 330px) {
  .mission .image-block .circle.circle3 {
    top: 7.375rem;
  }
}
.mission .image-block .map {
  z-index: 1;
  width: 283px;
  height: 368px;
  position: absolute;
  background-repeat: no-repeat;
  background-size: cover;
  left: -1rem;
  top: -4.625rem;
}
@media only screen and (min-width: 1199.99px) and (max-width: 1366px) {
  .mission .image-block .map {
    top: -9.625rem;
  }
}
@media only screen and (min-width: 767.99px) and (max-width: 1199.98px) {
  .mission .image-block .map {
    top: -9.625rem;
  }
}
@media only screen and (max-width: 767.98px) {
  .mission .image-block .map {
    left: -4rem;
  }
}
@media only screen and (max-width: 400px) {
  .mission .image-block .map {
    left: 0rem;
  }
}
.collaborate-section {
  position: relative;
  padding: 5.9375rem 0rem 11.25rem 0rem;
}
@media only screen and (max-width: 767.98px) {
  .collaborate-section {
    padding: 1.625rem 0rem 9.875rem 0rem;
  }
}
.collaborate-section .bg-text {
  bottom: 8.525rem;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  color: #f7f7f7;
  font-size: 9.375rem;
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 4.625rem;
  text-align: center;
  white-space: nowrap;
}
@media only screen and (max-width: 767.98px) {
  .collaborate-section .bg-text {
    font-size: 4.25rem;
  }
}
.collaborate-section .circle-block {
  width: 36rem;
  height: 36rem;
  border-radius: 50%;
  position: relative;
  margin: 0 auto;
  margin-top: 10.625rem;
  background-repeat: repeat;
  background-position: 50% 100%;
  background-size: 150%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  text-align: center;
  flex-shrink: 0;
  box-shadow: -6px 55px 76px 0px rgba(0, 0, 0, 0.27);
  background-color: black;
}
@media only screen and (max-width: 767.98px) {
  .collaborate-section .circle-block {
    width: 90vw;
    height: 90vw;
    margin-top: 12.625rem;
  }
}
.collaborate-section .circle-block .wrap {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  position: relative;
  margin: 0 auto;
  background-repeat: repeat;
  background-position: 50% 50%;
  background-size: cover;
  display: flex;
  justify-content: center;
  align-items: center;
}
.collaborate-section .circle-block .text {
  max-width: 70%;
  margin: 0 auto;
}
@media only screen and (max-width: 767.98px) {
  .collaborate-section .circle-block .text {
    max-width: 85%;
  }
}
.collaborate-section .circle-block .text h2 {
  margin: 0;
  padding: 0;
  text-transform: uppercase;
  margin-bottom: 0.75rem;
  font-size: 2.25rem;
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
}
@media only screen and (max-width: 767.98px) {
  .collaborate-section .circle-block .text h2 {
    font-size: 1.25rem;
  }
}
.collaborate-section .circle-block .text p {
  margin-bottom: 2.5rem;
  font-size: 1.125rem;
  line-height: 1.875rem;
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
}
@media only screen and (max-width: 767.98px) {
  .collaborate-section .circle-block .text p {
    font-size: 1rem;
    line-height: 1.5rem;
    margin-bottom: 1.5rem;
  }
}
.collaborate-section .circle-block .nav-tabs {
  border-bottom: 0;
}
.collaborate-section .circle-block .circle-line-inner {
  background-image: url(../img/svg/lines.svg);
  width: 52.55rem;
  height: 26.275rem;
  z-index: 1;
  top: -7rem;
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}
@media only screen and (max-width: 767.98px) {
  .collaborate-section .circle-block .circle-line-inner {
    display: none;
  }
}
.collaborate-section .collaborate-content .tab-pane {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
}
.collaborate-section .collaborate-content .tab-pane.active {
  z-index: 2;
  opacity: 1;
}
.collaborate-section .icon {
  top: -7.25rem;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 4.3750rem;
  height: 4.3750rem;
  background: #1f1f1f;
  border-radius: 50%;
  cursor: pointer;
  z-index: 2;
  box-shadow: 5px 12px 29px 0px rgba(0, 0, 0, 0.27);
}
@media only screen and (max-width: 767.98px) {
  .collaborate-section .icon {
    top: -10rem;
    left: 0rem;
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
  }
}
.collaborate-section .icon span {
  top: -2.25rem;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  white-space: nowrap;
  font-size: 1.25rem;
  line-height: 1.125rem;
  color: #000000;
  text-transform: uppercase;
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
}
@media only screen and (max-width: 767.98px) {
  .collaborate-section .icon span {
    right: auto;
    top: auto;
    bottom: -2.8rem;
    position: absolute;
    left: 50%;
    font-size: 1rem;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}
.collaborate-section .icon .ico-img {
  display: block;
  height: 100%;
  margin: 0 auto;
  background-size: 2.375rem;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-image: url(../img/svg/network.svg);
}
.collaborate-section .icon .ico-img.left {
  background-image: url(../img/svg/support.svg);
}
.collaborate-section .icon .ico-img.right {
  background-image: url(../img/svg/class.svg);
}
.collaborate-section .icon.icon-left {
  left: -7rem;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media only screen and (max-width: 767.98px) {
  .collaborate-section .icon.icon-left {
    top: -10rem;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}
.collaborate-section .icon.icon-left span {
  left: -220%;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media only screen and (max-width: 767.98px) {
  .collaborate-section .icon.icon-left span {
    right: auto;
    top: auto;
    bottom: -2.8rem;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}
.collaborate-section .icon.icon-right {
  left: unset;
  right: -7rem;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media only screen and (max-width: 767.98px) {
  .collaborate-section .icon.icon-right {
    right: 0;
    top: -10rem;
    bottom: auto;
    left: auto;
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
  }
}
.collaborate-section .icon.icon-right span {
  left: 120%;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media only screen and (max-width: 767.98px) {
  .collaborate-section .icon.icon-right span {
    bottom: -2.8rem;
    position: absolute;
    left: 50%;
    top: auto;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}
.collaborate-section .icon.active {
  background-color: #f7c44e;
}
.collaborate-section .icon.active span {
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
}
.collaborate-section .icon.active .ico-img {
  background-image: url(../img/svg/network_select.svg);
}
.collaborate-section .icon.active .ico-img.left {
  background-image: url(../img/svg/support_select.svg);
}
.collaborate-section .icon.active .ico-img.right {
  background-image: url(../img/svg/class_select.svg);
}
.contact-block {
  position: relative;
  padding-bottom: 12rem;
}
@media only screen and (max-width: 767.98px) {
  .contact-block {
    padding-bottom: 8rem;
  }
}
.contact-block::before {
  content: "";
  background-image: url(../img/bg-1.png);
  background-size: cover;
  position: absolute;
  bottom: 0;
  background-repeat: no-repeat;
  background-position: 0% 100%;
  width: 100%;
  max-height: 600px;
  height: 100%;
}
.contact-block .logo {
  display: none;
}
.contact-block .contact-blocks {
  position: absolute;
  top: 12.6rem;
  width: 20.6875rem;
  right: -7rem;
}
@media only screen and (min-width: 767.99px) and (max-width: 1199.98px) {
  .contact-block .contact-blocks {
    position: static;
    margin: 0 auto;
    margin-top: 4rem;
    width: 100%;
    max-width: 375px;
    background-color: #fff;
    padding: 2rem 2rem 2rem 14rem;
    box-shadow: 0 11px 20px rgba(0, 0, 0, 0.16);
    border-radius: 1.5rem;
    background-color: #ffffff;
  }
}
@media only screen and (max-width: 767.98px) {
  .contact-block .contact-blocks {
    margin: 0 auto;
    width: 100%;
    margin-top: 4rem;
    position: static;
    max-width: 375px;
    background-color: #fff;
    padding: 2rem 1rem 2rem 11rem;
    box-shadow: 0 11px 20px rgba(0, 0, 0, 0.16);
    border-radius: 1.5rem;
    background-color: #ffffff;
  }
}
.contact-block .contact-blocks .address-block {
  text-align: left;
  position: relative;
}
@media only screen and (min-width: 767.99px) and (max-width: 1199.98px) {
  .contact-block .contact-blocks .address-block .logo {
    display: block;
    position: absolute;
    width: 90px;
    height: auto;
    top: 0;
    left: -12rem;
  }
  .contact-block .contact-blocks .address-block .logo img {
    width: 100%;
  }
}
@media only screen and (max-width: 767.98px) {
  .contact-block .contact-blocks .address-block .logo {
    display: block;
    position: absolute;
    width: 60px;
    height: auto;
    top: 0;
    left: -9rem;
  }
  .contact-block .contact-blocks .address-block .logo img {
    width: 100%;
  }
}
.contact-block .contact-blocks .address-block .map-marker {
  color: #000000;
  font-size: 1.1rem;
  margin-right: 1rem;
}
.contact-block .contact-blocks .address-block .address {
  color: #454545;
  font-family: "Open Sans";
  font-size: 0.875rem;
  font-weight: 400;
  letter-spacing: 0.28px;
  line-height: 1.5rem;
  margin: 0;
  margin-bottom: 2rem;
}
.contact-block .contact-blocks .contacts-block .contacts {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  margin: 0;
}
.contact-block .contact-blocks .contacts-block .contacts dt {
  width: 1.875rem;
  color: #000000;
}
.contact-block .contact-blocks .contacts-block .contacts dd {
  margin: 0;
}
.contact-block .contact-blocks .contacts-block .contacts dd a {
  color: #454545;
  text-decoration: underline;
}
@media only screen and (max-width: 375px) {
  .contact-block .contact-blocks .contacts-block .contacts {
    font-size: 0.8rem;
  }
}
.round-wrap {
  margin: 0 auto;
  position: relative;
  max-width: 31.4375rem;
}
@media only screen and (min-width: 1199.99px) and (max-width: 1366px) {
  .round-wrap {
    max-width: 35.4375rem;
  }
}
.round-wrap.w1::before {
  max-width: 100%;
}
@media only screen and (max-width: 767.98px) {
  .round-wrap.w1::before {
    max-width: 150%;
  }
}
.round-wrap .circle-line-inner {
  background-image: url(../img/svg/lines.svg);
  width: 53.25rem;
  height: 26.275rem;
  z-index: 0;
  top: -10.375rem;
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}
@media only screen and (min-width: 1199.99px) and (max-width: 1366px) {
  .round-wrap .circle-line-inner {
    width: 57.25rem;
  }
}
@media only screen and (max-width: 767.98px) {
  .round-wrap .circle-line-inner {
    display: none;
  }
}
.round-wrap .half-circle {
  background-image: url(../img/h-circle.png);
  width: 41.25rem;
  height: 7.8125rem;
  z-index: 0;
  top: -5.8rem;
  background-size: cover;
  background-repeat: no-repeat;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}
.round-wrap .icon {
  right: -9.5rem;
  top: 12.5rem;
  position: absolute;
  width: 4.3750rem;
  height: 4.3750rem;
  border-radius: 50%;
  cursor: pointer;
  z-index: 2;
  box-shadow: 5px 12px 29px rgba(0, 0, 0, 0.27);
  background-color: #f7c44e;
  animation: pulse-icon-enlarge 3s ease infinite;
}
@media only screen and (min-width: 1199.99px) and (max-width: 1366px) {
  .round-wrap .icon {
    right: -8rem;
  }
}
@media only screen and (max-width: 767.98px) {
  .round-wrap .icon {
    display: none;
  }
}
.round-wrap .icon .ico-img {
  display: block;
  height: 100%;
  margin: 0 auto;
  background-size: 2.375rem;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-image: url(../img/pic-icon2.png);
}
.round-wrap .icon.icon-left {
  width: 18px;
  height: 18px;
  box-shadow: 5px 12px 29px rgba(0, 0, 0, 0.27);
  background-color: #f7c44e;
  border-radius: 50%;
  left: -8.1rem;
  top: 14rem;
  animation: none;
}
.form {
  z-index: 10;
}
.form .form-ttl {
  margin: 0;
  font-family: "Open Sans";
  font-size: 1.625rem;
  font-weight: 700;
  line-height: 46px;
  text-align: center;
  margin-top: 2rem;
}
@media only screen and (min-width: 767.99px) and (max-width: 1199.98px) {
  .form .form-ttl {
    font-size: 1.5rem;
  }
}
@media only screen and (max-width: 767.98px) {
  .form .form-ttl {
    margin-top: 0;
    font-size: 1.375rem;
  }
}
.form .form-sub-ttl {
  margin: 0;
  font-size: 20px;
  font-weight: 300;
  line-height: 60px;
  text-align: center;
  margin-bottom: 2.5rem;
}
.form .forgot_link {
  color: #000000;
  font-family: "Open Sans";
  font-size: 1rem;
  font-weight: 400;
  line-height: 2rem;
  text-decoration: underline;
}
.form small {
  top: -0.4rem;
  position: relative;
  color: #888888;
}
.contact-form {
  margin: 0 auto;
  max-width: 31.4375rem;
  background-color: transparent;
  width: 100%;
}
@media only screen and (min-width: 1199.99px) and (max-width: 1366px) {
  .contact-form {
    max-width: 35.4375rem;
  }
}
.contact-form .buttoms {
  text-align: right;
}
@media only screen and (min-width: 767.99px) and (max-width: 1199.98px), only screen and (max-width: 767.98px) {
  .contact-form .buttoms {
    text-align: center;
    margin-top: 2rem;
  }
}
.login-block {
  padding-bottom: 10.875rem;
}
@media only screen and (max-width: 767.98px) {
  .login-block {
    padding-bottom: 2rem;
  }
}
.login-block .bottom_link {
  margin: 0 auto;
  text-align: center;
  margin-top: 5rem;
  color: #000000;
  font-size: 1rem;
  line-height: 32px;
  font-family: "Open Sans";
  font-weight: 400;
}
.login-block .bottom_link a {
  font-weight: 700;
  color: #000000;
  text-decoration: underline;
}
.login-form {
  margin: 0 auto;
  max-width: 31.4375rem;
  background-color: transparent;
  width: 100%;
}
@media only screen and (min-width: 1199.99px) and (max-width: 1366px) {
  .login-form {
    max-width: 35.4375rem;
  }
}
.login-form .btn {
  width: 100%;
}
.inner-block {
  position: relative;
  padding: 0rem 0rem 14.375rem 0rem;
}
@media only screen and (max-width: 767.98px) {
  .inner-block {
    padding: 0rem 0rem 6.25rem 0rem;
  }
}
.inner-block::before {
  content: "";
  background-image: url(../img/bg-1.png);
  background-size: cover;
  position: absolute;
  bottom: 0;
  background-repeat: no-repeat;
  background-position: 0% 100%;
  width: 100%;
  max-height: 600px;
  height: 100%;
}
.inner-block .benefit-item {
  padding: 0.5rem 3.25rem 1rem 10.5rem;
  margin-top: 6rem;
  position: relative;
}
@media only screen and (min-width:1199.99px) and (max-width: 1440px), only screen and (min-width: 767.99px) and (max-width: 1199.98px) {
  .inner-block .benefit-item {
    padding: 0.5rem 3.125rem 1rem 6.25rem;
    margin-top: 4rem;
  }
}
@media only screen and (max-width: 767.98px) {
  .inner-block .benefit-item {
    padding: 0.5rem 3.125rem 1rem 6.25rem;
    margin-top: 2rem;
  }
}
.inner-block .benefit-item .checked {
  position: absolute;
  top: 0;
  left: 115px;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: #f7c44e;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media only screen and (min-width:1199.99px) and (max-width: 1440px), only screen and (min-width: 767.99px) and (max-width: 1199.98px) {
  .inner-block .benefit-item .checked {
    left: 10px;
  }
}
@media only screen and (max-width: 767.98px) {
  .inner-block .benefit-item .checked {
    left: 10px;
  }
}
.inner-block .benefit-item .checked::after {
  content: '\f00c';
  position: absolute;
  width: 1.250rem;
  height: 1.250rem;
  line-height: 1.250rem;
  text-align: center;
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  color: #ffffff;
  z-index: 4;
}
.inner-block .benefit-item .ttl {
  color: #000000;
  font-family: "Open Sans";
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.875rem;
  margin-bottom: 1.5rem;
}
.inner-block .benefit-item .text {
  color: #454545;
  line-height: 1.5625rem;
  font-family: "Open Sans";
  font-size: 0.9375rem;
  font-weight: 400;
}
.story-block {
  width: 100%;
  position: relative;
  padding: 0.625rem 0rem 8.125rem 0rem;
  background-position: 0% 100%;
  background-repeat: no-repeat;
  background-size: cover;
}
.story-block p {
  font-size: 1rem;
  padding-right: 2.25rem;
}
.story-block .pic-block {
  margin-top: 9rem;
  width: 37.5rem;
  height: 25rem;
  box-shadow: 14px 30px 49px rgba(0, 0, 0, 0.33);
  border-radius: 30px;
  background-color: #ffffff;
  margin-left: 1.3rem;
}
@media only screen and (min-width: 767.99px) and (max-width: 1199.98px), only screen and (max-width: 767.98px) {
  .story-block .pic-block {
    margin-top: 3rem;
    width: 100%;
    max-width: 90%;
    height: auto;
  }
}
.why-we {
  padding: 3.4375rem 0rem 7.9375rem 0rem;
}
@media only screen and (max-width: 767.98px) {
  .why-we {
    padding: 2.5rem 0rem 2.5rem 0rem;
  }
}
.why-we .home-section-ttl {
  margin-top: 3.125rem;
}
.why-we .ttl {
  margin-bottom: 1.5rem;
}
@media only screen and (max-width: 767.98px) {
  .why-we .home-section-ttl {
    margin-top: 0;
  }
}
.why-we p {
  color: #000000;
  font-family: "Open Sans";
  font-size: 1rem;
  font-weight: 400;
  line-height: 2rem;
}
.why-we .value-block {
  padding: 0rem 0rem 0rem 15.5rem;
}
@media only screen and (min-width: 767.99px) and (max-width: 1199.98px), only screen and (max-width: 767.98px) {
  .why-we .value-block {
    padding: 0;
  }
}
.why-we .value-block ul {
  list-style: none;
}
.why-we .value-block ul li {
  color: #000000;
  font-family: "Open Sans";
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 2.25rem;
  text-transform: uppercase;
}
.why-we .value-block ul li span {
  color: #f7c44e;
  font-family: "Open Sans";
  font-weight: 700;
  font-size: 1.125rem;
  line-height: 2.25rem;
  margin-right: 1rem;
}
.vision-block {
  padding: 1.25rem 0rem 8.125rem 0rem;
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-size: cover;
  background-color: #4d5169;
}
.vision-block .statement-text {
  color: #ffffff;
  font-family: "Open Sans";
  font-size: 1.625rem;
  font-style: italic;
  line-height: 2.875rem;
  text-align: center;
  max-width: 48.125rem;
  margin: 0 auto;
  margin-top: 3.75rem;
}
.vision-block .home-section-ttl .title-under {
  opacity: 0.07;
  color: #f7f7f7;
}
.vision-block .home-section-ttl h3 {
  color: #ffffff;
}
.members {
  width: 100%;
  position: relative;
  padding: 3.125rem 0rem 13.75rem 0rem;
  background-position: 0% 100%;
  background-repeat: no-repeat;
  background-size: cover;
}
@media only screen and (min-width: 1680px) {
  .members {
    background-size: contain;
  }
}
@media only screen and (min-width: 767.99px) and (max-width: 1199.98px), only screen and (max-width: 767.98px) {
  .members {
    background-position: 50% 100%;
    background-size: auto;
    padding: 3.125rem 0rem 6.25rem 0rem;
  }
}
.members .numbers {
  margin: 0;
  color: #000000;
  font-family: "Open Sans";
  font-size: 1.125rem;
  font-weight: 700;
}
.members .numbers span {
  font-weight: 400;
}
.members .members-wrap {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 6.5rem 4.5rem;
  padding: 7.25rem  0 7.25rem 0;
}
@media only screen and (min-width: 767.99px) and (max-width: 991.98px) {
  .members .members-wrap {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (max-width: 767.98px) {
  .members .members-wrap {
    grid-template-columns: repeat(1, 1fr);
  }
}
.members .member-card_inner-link {
  display: block;
}
.members .member-card_inner-link:hover {
  text-decoration: none;
}
.members .member-card {
  border-radius: 1.875rem;
  background-color: #f3f3f3;
  position: relative;
}
.members .member-card:hover,
.members .member-card:focus,
.members .member-card:active {
  box-shadow: 0 11px 20px rgba(0, 0, 0, 0.16);
  background-color: #ffffff;
}
.members .member-card:hover .image-wrap,
.members .member-card:focus .image-wrap,
.members .member-card:active .image-wrap {
  z-index: 1;
}
.members .member-card:hover .image-wrap .image-border,
.members .member-card:focus .image-wrap .image-border,
.members .member-card:active .image-wrap .image-border {
  background-color: #ffffff;
  box-shadow: 0 6px 13px rgba(0, 0, 0, 0.16);
}
.members .member-card:hover .image-wrap .image-border::before,
.members .member-card:focus .image-wrap .image-border::before,
.members .member-card:active .image-wrap .image-border::before {
  background-color: #ffffff;
}
.members .member-card:hover .text:hover,
.members .member-card:focus .text:hover,
.members .member-card:active .text:hover {
  text-decoration: none;
  cursor: pointer;
}
.members .member-card:hover .text .ttl-link,
.members .member-card:focus .text .ttl-link,
.members .member-card:active .text .ttl-link {
  z-index: 2;
}
.members .member-card:hover .text .name,
.members .member-card:focus .text .name,
.members .member-card:active .text .name {
  background-color: #ffffff;
  z-index: 2;
}
.members .member-card:hover .image-link,
.members .member-card:focus .image-link,
.members .member-card:active .image-link {
  border: #f7c44e 2px solid;
}
.members .member-card .image-wrap {
  width: 10.4375rem;
  height: 10.4375rem;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  top: -4.25rem;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 5;
}
.members .member-card .image-wrap .image-border {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  left: 0;
  top: 0;
  position: absolute;
  background-color: #f3f3f3;
}
.members .member-card .image-wrap .image-border::before {
  content: '';
  position: absolute;
  top: 4.25rem;
  left: -2rem;
  width: 15rem;
  height: 8rem;
  background: #f3f3f3;
}
.members .member-card .image-wrap .image-link {
  width: 9.375rem;
  height: 9.375rem;
  overflow: hidden;
  position: relative;
  border-radius: 50%;
}
.members .member-card .image-wrap .image-link:hover {
  border: #f7c44e 2px solid;
}
.members .member-card .image-wrap .image-link .image {
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.members .member-card .text {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  padding: 7.8125rem 0rem 2.9375rem 0rem;
  line-height: 1.875rem;
}
.members .member-card .text .name {
  margin: 0;
  font-size: 1.125rem;
  color: #000000;
  font-family: "Open Sans";
  font-weight: 700;
  line-height: 1.875rem;
  background-color: #f3f3f3;
}
.members .member-card .text a:hover {
  text-decoration: none;
}
.members .member-card .text .company {
  margin: 0;
  color: #454545;
  font-family: "Open Sans";
  font-size: 1.125rem;
  font-weight: 400;
  text-transform: uppercase;
}
.members .member-card .text .position {
  margin: 0;
  color: #454545;
  font-family: "Open Sans";
  font-size: 0.875rem;
  font-weight: 400;
}
.members .member-card .firm-logo {
  margin: 0 auto;
  margin: 2.0625rem 0rem 2.3125rem 0rem;
  height: 80px;
  width: auto;
  text-align: center;
}
.members .member-card .firm-logo img {
  height: 80px;
  width: auto;
}
.btn-more {
  padding: 0rem 2rem 0rem 2rem;
  border-radius: 1.5625rem;
  border: 1px solid #222222;
  background-color: #ffffff;
  color: #080601;
  font-family: "Open Sans";
  line-height: 1.875rem;
  font-size: 0.875rem;
  height: 3.125rem;
  margin-top: -4rem;
  font-weight: 700;
}
.btn-more:hover {
  background-color: #fdfcfc;
  cursor: pointer;
}
.pad-row {
  padding: 0rem 0.9375rem 0rem 0.9375rem;
}
.search-input {
  position: relative;
}
.search-input .form-control {
  display: block;
  width: 380px;
  height: 2.5rem;
  padding: 0 0 .75rem 0;
  background-color: #fff;
  background-clip: padding-box;
  border: none;
  border-bottom: 1px solid #d0d0d0;
  border-radius: 0;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  color: #000000;
  font-family: "Open Sans";
  font-size: 0.9375rem;
  font-weight: 400;
}
.search-input .form-control::placeholder {
  color: #bbbbbb;
}
.search-input .form-control:focus {
  border-color: #9ca0a5;
  outline: 0;
  box-shadow: none;
}
@media only screen and (max-width: 767.98px) {
  .search-input .form-control {
    width: 200px;
  }
}
.search-input button {
  float: left;
  padding: 0.625rem;
  color: #000000;
  background-color: transparent;
  font-size: 0.875rem;
  width: 2.2rem;
  height: 2.2rem;
  border: 0;
  cursor: pointer;
  position: absolute;
  top: 0;
  right: 0;
}
.members-inner {
  padding: 6.25rem 0rem 6.25rem 0rem;
}
.members-inner .buttom {
  margin-top: 2.5rem;
}
.members-inner .person-data-block {
  width: 100%;
  margin-bottom: 1.8125rem;
  box-shadow: 0 11px 20px rgba(0, 0, 0, 0.16);
  border-radius: 14px;
  background-color: #ffffff;
  display: flex;
  justify-content: flex-start;
}
.members-inner .person-data-block .icon {
  position: relative;
  margin: -4rem 0rem 0rem 1.875rem;
  width: 15.18rem;
  height: 15.18rem;
  border-radius: 50%;
  border: 8px solid white;
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}
@media only screen and (max-width: 767.98px) {
  .members-inner .person-data-block .icon {
    width: 10rem;
    height: 10rem;
  }
}
.members-inner .person-data-block .text {
  padding: 2.5rem 0.625rem 2rem 0rem;
  margin-left: 1.5rem;
}
.members-inner .person-data-block .text .name {
  color: #000000;
  font-family: "Open Sans";
  font-size: 1.375rem;
  font-weight: 700;
  line-height: 46px;
  margin: 0;
  line-height: 1.875rem;
}
.members-inner .person-data-block .text .position {
  font-family: "Open Sans";
  font-weight: 400;
  line-height: 1.875rem;
  color: #454545;
  font-size: 0.875rem;
  margin: 0;
  margin-bottom: 1rem;
}
.members-inner .person-data-block .text .contacts {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  margin: 0;
  margin-bottom: 0.975rem;
}
.members-inner .person-data-block .text .contacts dt {
  width: 2rem;
  columns: #000000;
}
.members-inner .person-data-block .text .contacts dd {
  margin: 0;
  color: #454545;
  font-family: "Open Sans";
  font-size: 0.875rem;
  font-weight: 400;
}
.members-inner .person-data-block .text .contacts dd a {
  color: #454545;
  font-family: "Open Sans";
  font-size: 0.875rem;
  font-weight: 400;
}
.members-inner .bio-block {
  width: 100%;
  box-shadow: 0 11px 20px rgba(0, 0, 0, 0.16);
  border-radius: 14px;
  background-color: #ffffff;
  margin-bottom: 1.8125rem;
  padding: 1.9375rem 3.1875rem 2.0625rem 2.5rem;
}
.members-inner .bio-block .ttl {
  color: #000000;
  font-family: "Open Sans";
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 2.25rem;
  border-bottom: 1px solid #d0d0d0;
  position: relative;
}
.members-inner .bio-block .ttl::after {
  content: "";
  display: block;
  width: 1.875rem;
  border-bottom: 2px solid #f7c44d;
  position: absolute;
  z-index: 2;
  left: 0;
  bottom: -1px;
}
.members-inner .bio-block .bio-text {
  margin-top: 1.25rem;
  color: #454545;
  font-family: "Open Sans";
  font-size: 0.9375rem;
  font-weight: 400;
  line-height: 1.5625rem;
}
.members-inner .company-info {
  width: 100%;
  box-shadow: 0 11px 20px rgba(0, 0, 0, 0.16);
  border-radius: 14px;
  background-color: #ffffff;
  margin-bottom: 1.8125rem;
  padding: 1.9375rem 3.1875rem 2.0625rem 2.5rem;
}
.members-inner .company-info .ttl {
  color: #000000;
  font-family: "Open Sans";
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 2.25rem;
  border-bottom: 1px solid #d0d0d0;
  position: relative;
}
.members-inner .company-info .ttl::after {
  content: "";
  display: block;
  width: 9.5rem;
  border-bottom: 2px solid #f7c44d;
  position: absolute;
  z-index: 2;
  left: 0;
  bottom: -1px;
}
.members-inner .company-info .table-holder {
  padding: 1.5625rem 0rem 0rem 0rem;
}
.main.main-bg {
  background-color: #f3f3f3;
}
.container3 {
  margin: 0 auto;
  max-width: 68.75rem;
  width: 100%;
  padding: 0;
}
@media only screen and (min-width: 767.99px) and (max-width: 1199.98px) {
  .container3 {
    max-width: 90%;
  }
}
@media only screen and (max-width: 767.98px) {
  .container3 {
    max-width: 90%;
  }
}
.location-block {
  padding: 1.4375rem 1.25rem 1.4375rem 1.25rem;
  width: 18.125rem;
  margin-left: 1rem;
  box-shadow: 0 11px 20px rgba(0, 0, 0, 0.16);
  border-radius: 14px;
  background-color: #ffffff;
}
@media only screen and (min-width: 767.99px) and (max-width: 1199.98px), only screen and (max-width: 767.98px) {
  .location-block {
    width: 100%;
    margin-left: 0;
  }
}
.location-block .ttl {
  color: #000000;
  font-family: "Open Sans";
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 2.25rem;
  border-bottom: 1px solid #d0d0d0;
  position: relative;
  display: flex;
  justify-content: space-between;
}
.location-block .ttl::after {
  content: "";
  display: block;
  width: 4.6875rem;
  border-bottom: 2px solid #f7c44d;
  position: absolute;
  z-index: 2;
  left: 0;
  bottom: -1px;
}
.location-block .ttl a {
  color: #dead3d;
  font-family: "Open Sans";
  font-size: 13px;
  font-weight: 400;
  text-decoration: underline;
}
.location-block .firm-wrap {
  margin: 0.875rem 0rem 1.375rem 0rem;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.location-block .firm-wrap .company-name {
  color: #000000;
  font-family: "Open Sans";
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.625rem;
  margin-left: 0.875rem;
}
.location-block .firm-wrap .company-logo {
  max-width: 50%;
  height: 80px;
}
.location-block .firm-wrap .company-logo img {
  height: 100%;
}
.location-block .contacts {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  margin: 0;
  margin-bottom: 0.975rem;
}
.location-block .contacts dt {
  width: 2rem;
  columns: #000000;
}
.location-block .contacts dd {
  margin: 0;
  color: #454545;
  font-family: "Open Sans";
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.25rem;
}
.location-block .contacts dd a {
  color: #454545;
  font-family: "Open Sans";
  font-size: 0.875rem;
  font-weight: 400;
}
.location-block .map {
  width: auto;
  height: 19rem;
  overflow: hidden;
  position: relative;
  margin-top: 1.5rem;
}
.location-block .map img {
  height: auto;
  position: relative;
  width: 100%;
}
.location-block .map .marker {
  position: absolute;
  height: 3.25rem;
  width: auto;
}
table tbody tr {
  width: 100%;
}
table tbody tr td {
  color: #454545;
  font-family: "Open Sans";
  font-size: 0.9375rem;
  font-weight: 400;
  line-height: 1.875rem;
}
table tbody tr td strong {
  font-weight: 700;
}
table tbody tr td.card-holder-name {
  color: #000000;
  font-family: "Open Sans";
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  white-space: nowrap;
}
table .action {
  color: #000000;
  font-family: "Font Awesome 5 Free Solid";
  font-size: 1rem;
  font-weight: 900;
  white-space: nowrap;
}
table .action:hover {
  color: #f7c44e;
}
table .action.delete {
  color: #a1a1a1;
}
table .action.delete:hover {
  color: red;
}
table .card-info {
  display: flex;
  justify-content: flex-start;
}
table .card-info .card-img {
  width: 3rem;
  height: 100%;
  margin: 0 1rem 0 0;
}
table .hold .card-num {
  display: block;
  color: #080601;
  font-size: 0.875rem;
  padding: 0 0 0.313rem;
  white-space: nowrap;
}
table .hold .date {
  display: block;
  color: #5e5e5e;
  font-size: 0.75rem;
}
table .action-block {
  white-space: nowrap;
}
@media only screen and (max-width: 767.98px) {
  table .adress-wrap {
    min-width: 12.5rem;
  }
}
@media only screen and (max-width: 767.98px) {
  table .name-wrap {
    min-width: 12.5rem;
  }
}
.registration {
  width: 100%;
  position: relative;
  padding: 0rem 0rem 8.3125rem 0rem;
  background-position: 0% 100%;
  background-repeat: no-repeat;
  background-size: cover;
}
@media only screen and (min-width: 1680px) {
  .registration {
    background-size: contain;
  }
}
@media only screen and (min-width: 767.99px) and (max-width: 1199.98px), only screen and (max-width: 767.98px) {
  .registration {
    background-position: 50% 100%;
    background-size: auto;
    padding: 0rem 0rem 6.25rem 0rem;
  }
}
.form-block-inner {
  margin: 0 auto;
  max-width: 62.5rem;
  box-shadow: 0.875rem 1.875rem 3.0625rem rgba(0, 0, 0, 0.33);
  border-radius: 1.875rem;
  background-color: #ffffff;
  position: relative;
  margin-top: -5.5rem;
  padding: 3.8125rem 4.375rem 3.625rem 4.375rem;
}
@media only screen and (max-width: 767.98px) {
  .form-block-inner {
    padding: 3.125rem 0.9375rem 0.9375rem 0.9375rem;
  }
}
.form-block-inner.block-width {
  padding: 2.0625rem 2.5rem 3.9375rem 2.5rem;
}
@media only screen and (min-width: 767.99px) and (max-width: 998px) {
  .form-block-inner.block-width {
    max-width: 100%;
  }
}
.form-block-inner .inner-ttl {
  color: #000000;
  font-family: "Open Sans";
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 2.25rem;
  border-bottom: 1px solid #d0d0d0;
  position: relative;
}
.form-block-inner .inner-ttl::after {
  content: "";
  display: block;
  width: 11.25rem;
  border-bottom: 2px solid #f7c44d;
  position: absolute;
  z-index: 2;
  left: 0;
  bottom: -1px;
}
.form-block-inner .requared {
  position: absolute;
  top: 1.5rem;
  right: 4.43rem;
  color: #d54141;
  font-family: "Open Sans";
  font-size: 12px;
  font-weight: 400;
  z-index: 5;
}
@media only screen and (max-width: 767.98px) {
  .form-block-inner .requared {
    right: 1.43rem;
  }
}
.form-block-inner .block-toggle-ttl {
  padding: 0.75rem 0rem 0.75rem 0rem;
  background: none;
  border: 0;
  width: 100%;
  color: #000000;
  font-family: "Open Sans";
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 2rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 1rem;
  position: relative;
}
@media only screen and (max-width: 767.98px) {
  .form-block-inner .block-toggle-ttl {
    font-size: 1rem;
  }
}
.form-block-inner .block-toggle-ttl.wt-pad {
  padding: 0.75rem 0rem 0rem 0rem;
}
.form-block-inner .block-toggle-ttl strong {
  max-width: 90%;
  font-weight: 700;
  text-align: left;
}
.form-block-inner .block-toggle-ttl:focus {
  outline: none;
}
.form-block-inner .block-toggle-ttl .under-ttl {
  position: absolute;
  left: 0;
  font-family: "Open Sans";
  font-size: 15px;
  font-weight: 400;
  line-height: 30px;
  bottom: 0;
}
.form-block-inner .block-toggle-ttl .plus-minus {
  width: 1.5rem;
  height: 1.5rem;
  position: relative;
  cursor: pointer;
}
.form-block-inner .block-toggle-ttl .plus-minus:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0.688rem;
  height: 0.125rem;
  width: 100%;
  background: #f7c44e;
}
.form-block-inner .block-toggle-ttl .plus-minus:after {
  content: '';
  position: absolute;
  left: 0.688rem;
  top: 0;
  width: 0.125rem;
  height: 100%;
  opacity: 0;
  background: #f7c44e;
}
.form-block-inner .block-toggle-ttl.collapsed .plus-minus:after {
  opacity: 1;
}
.form-block-inner .choose-block-wrap {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.form-block-inner .choose-block-wrap .item {
  height: 3.125rem;
  border-radius: 0.625rem;
  margin-bottom: 1rem;
  position: relative;
  background-color: #f1f1f1;
}
.form-block-inner .choose-block-wrap .item .rad {
  position: absolute;
  opacity: 0;
  right: 0;
  top: 50%;
}
.form-block-inner .choose-block-wrap .item .rad + label {
  height: 3.125rem;
  background-color: #f1f1f1;
  border: 0.0625rem solid transparent;
  border-radius: 0.625rem;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 1.8rem;
}
.form-block-inner .choose-block-wrap .item .rad + label span {
  color: #454545;
  font-family: "Open Sans";
  font-size: 0.9375rem;
  font-weight: 400;
  text-transform: uppercase;
}
.form-block-inner .choose-block-wrap .item .rad:checked + label {
  box-shadow: 0.0625rem 0.8125rem 1.25rem rgba(0, 0, 0, 0.27);
  border-radius: 0.625rem;
  border: 1px solid #f7c44e;
  background-color: #ffffff;
}
.form-block-inner .choose-block-wrap.succeed-choose .item {
  width: 30%;
}
.form-block-inner .choose-block-wrap.employee-wrap .item {
  width: 15%;
}
@media only screen and (max-width: 767.98px) {
  .form-block-inner .choose-block-wrap.employee-wrap .item {
    width: 30%;
  }
}
.form-block-inner .choose-block-wrap.employee-wrap-inner .item {
  width: 30%;
}
@media only screen and (max-width: 767.98px) {
  .form-block-inner .choose-block-wrap.employee-wrap-inner .item {
    width: 47%;
  }
}
.form-block-inner .choose-block-wrap.revenue-wrap .item {
  width: 23%;
  margin-bottom: 1.35rem;
}
@media only screen and (max-width: 767.98px) {
  .form-block-inner .choose-block-wrap.revenue-wrap .item {
    width: 47%;
  }
}
.form-block-inner .choose-block-wrap.revenue-wrap .item .rad + label {
  padding: 0 0.5rem;
}
.form-block-inner .choose-block-wrap.revenue-wrap-inner .item {
  width: 47%;
  margin-bottom: 1.35rem;
}
@media only screen and (max-width: 450.98px) {
  .form-block-inner .choose-block-wrap.revenue-wrap-inner .item {
    width: 100%;
  }
}
.form-block-inner .choose-block-wrap.revenue-wrap-inner .item .rad + label {
  padding: 0 0.5rem;
}
.form-block-inner .company-logo-block {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 0rem 0.9375rem 0rem 0.9375rem;
  margin-bottom: 0;
}
@media only screen and (max-width: 767.98px) {
  .form-block-inner .company-logo-block {
    padding: 0rem 1.5rem 0rem 1.25rem;
    margin-bottom: 1.5rem;
  }
}
.form-block-inner .company-logo-block .logo {
  width: 3.75rem;
  height: 3.75rem;
  background-color: #e0e0e0;
  margin-right: 1.5rem;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
}
.form-block-inner .company-logo-block .logo img {
  width: 100%;
  height: auto;
}
.form-block-inner .company-logo-block .logo i {
  color: #ffffff;
  font-size: 1.625rem;
}
.form-block-inner .company-logo-block .upload_link {
  color: #dead3d;
  font-family: "Open Sans";
  font-size: 0.9375rem;
  font-weight: 400;
  line-height: 1.25rem;
  text-decoration: underline;
  margin-right: 3.15rem;
  max-width: 21%;
  white-space: nowrap;
}
.form-block-inner .company-logo-block .logo-upload_link {
  font-family: "Open Sans";
  font-size: 0.9375rem;
  font-weight: 400;
  line-height: 1.25rem;
  margin-right: 1.5rem;
  white-space: nowrap;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.form-block-inner .company-logo-block .logo-upload_link .link {
  color: #dead3d;
  text-decoration: underline;
}
.form-block-inner .company-logo-block .sep {
  width: 0.125rem;
  height: 1rem;
  display: block;
  margin: 0rem 0.5rem 0rem 0.5rem;
  background-color: #f7c44e;
}
.form-block-inner .company-logo-block .img-size-text {
  margin: 0;
  color: #888888;
  font-family: "Open Sans";
  font-size: 0.8125rem;
  font-weight: 400;
  line-height: 1.25rem;
  max-width: 44%;
}
.form-block-inner .signature-block-wrap {
  padding: 1.6875rem 0.625rem 2.1875rem 0rem;
  border-radius: 4px;
  border: 2px dashed #cdcdcd;
}
.form-block-inner .signature-block-wrap .upload-link {
  text-align: center;
  display: block;
  color: #454545;
  font-family: "Open Sans";
  font-size: 0.9375rem;
  font-weight: 700;
  text-decoration: underline;
}
.form-block-inner .signature-block-wrap .upload-link i {
  margin: 0rem 0.625rem 0rem 0rem;
  font-size: 1.125rem;
}
.form-block-inner .signature-block-wrap-after {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding: 0rem 0.625rem 1.875rem 0rem;
}
.form-block-inner .signature-block-wrap-after .upload-link {
  color: #454545;
  font-family: "Open Sans";
  font-size: 0.9375rem;
  font-weight: 400;
  line-height: 45px;
  text-decoration: underline;
}
.form-block-inner .signature-block-wrap-after .upload-link i {
  font-size: 1.25rem;
  color: #454545;
  margin-right: 10px;
}
.form-block-inner .signature-block-wrap-after i {
  color: #a1a1a1;
  font-size: 1.125rem;
}
.form-block-inner .signature-block-wrap-after i:hover {
  color: red;
}
.form-block-inner .buttons-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.form-block-inner .buttons-bottom.buttons-bottom-center {
  justify-content: center;
  margin-top: 1.1rem;
}
.form-block-inner .buttons-bottom.buttons-bottom-center .btn {
  padding: 0rem 1.5rem 0rem 1.5rem;
  font-weight: 400;
}
.modal-open {
  position: fixed;
  width: 100%;
}
.modal-main .modal-dialog {
  max-width: 43.75rem;
  margin: 0 auto;
}
@media only screen and (max-width: 767.98px) {
  .modal-main .modal-dialog {
    max-width: 90%;
  }
}
.modal-main .modal-inner-text {
  max-height: 27.065rem;
  overflow: hidden;
  padding: 0.9375rem 0.625rem 2.875rem 3rem;
}
.modal-main .modal-inner-text p {
  color: #000000;
  font-family: "Open Sans";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.625rem;
  margin-bottom: 1.5rem;
}
.modal-main .mCSB_inside > .mCSB_container {
  margin-right: 3.125rem;
}
.modal-content {
  max-width: 100%;
  box-shadow: 14px 30px 49px rgba(0, 0, 0, 0.33);
  border-radius: 1.875rem;
  background-color: #ffffff;
}
.modal-content .modal-header {
  border: 0;
  padding: 2.75rem 3.4375rem 0rem 3.8125rem;
}
.modal-content .modal-header .modal-title {
  margin: 0;
  color: #000000;
  font-family: "Open Sans";
  font-size: 1.625rem;
  font-weight: 700;
}
.modal-content .modal-header .close {
  position: absolute;
  top: 2.7rem;
  right: 2.7rem;
  width: 1.250rem;
  height: 1.250rem;
  overflow: hidden;
  text-indent: -999px;
  background: url(../img/close.png) no-repeat 50% 50%;
  background-size: contain;
  padding: 0;
  opacity: 1;
  margin-bottom: -0.81rem;
}
.modal-confirm .modal-dialog {
  max-width: 37.5rem;
  margin: 0 auto;
}
@media only screen and (max-width: 767.98px) {
  .modal-confirm .modal-dialog {
    max-width: 90%;
  }
}
.modal-confirm .modal-content .modal-header {
  border: 0;
  padding: 3.8125rem 6.375rem 0rem 6.375rem;
  text-align: center;
  justify-content: center;
}
@media only screen and (max-width: 767.98px) {
  .modal-confirm .modal-content .modal-header {
    padding: 2.875rem 1.875rem 0rem 1.875rem;
  }
}
.modal-confirm .modal-content .modal-body {
  padding: 1.5625rem 5.625rem 3.6875rem 5.625rem;
}
.modal-confirm .modal-content .modal-body p {
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  font-size: 1rem;
  line-height: 2rem;
}
.modal-confirm .modal-content .modal-footer {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: end;
  justify-content: center;
  padding: 1rem;
  border-top: 0;
  border-bottom-right-radius: .3rem;
  border-bottom-left-radius: .3rem;
  padding: 2.375rem 0rem 3.9375rem 0rem;
}
.modal-confirm .modal-content .modal-footer .btn {
  min-width: 8.75rem;
  text-transform: none;
  font-size: 1.125rem;
}
@media only screen and (max-width: 767.98px) {
  .modal-confirm .modal-content .modal-footer .btn {
    min-width: unset;
  }
}
.calendar-modal .modal-dialog {
  max-width: 37.5rem;
}
.calendar-modal .modal-content .modal-header {
  padding: 3rem 2.75rem 0rem 3rem;
}
@media only screen and (max-width: 767.98px) {
  .calendar-modal .modal-content .modal-header {
    padding: 3rem 2rem 0rem 1.5rem;
  }
}
.calendar-modal .modal-content .modal-header .modal-title {
  font-size: 1.625rem;
  font-weight: 700;
}
.calendar-modal .modal-body {
  padding: 1.875rem 3rem 2.5rem 3rem;
  color: #191919;
  font-family: "Open Sans";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.625rem;
}
@media only screen and (max-width: 767.98px) {
  .calendar-modal .modal-body {
    padding: 1.875rem 2rem 2.5rem 1.5rem;
  }
}
.calendar-modal .modal-body p {
  margin-bottom: 1rem;
  color: #191919;
  font-family: "Open Sans";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.625rem;
}
.calendar-modal .modal-body .date {
  padding-left: 2rem;
  position: relative;
  margin-bottom: 1.125rem;
}
.calendar-modal .modal-body .date::before {
  content: "\f073";
  position: absolute;
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  left: 0;
}
.calendar-modal .modal-body .adres-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 1.125rem;
}
@media only screen and (max-width: 400px) {
  .calendar-modal .modal-body .adres-wrap {
    flex-wrap: wrap;
  }
}
.calendar-modal .modal-body .adres-wrap .adres {
  padding-left: 2rem;
  position: relative;
}
@media only screen and (max-width: 400px) {
  .calendar-modal .modal-body .adres-wrap .adres {
    width: 100%;
  }
}
.calendar-modal .modal-body .adres-wrap .adres::before {
  content: "\f3c5";
  position: absolute;
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  left: 0;
}
.calendar-modal .modal-body .adres-wrap .sep {
  width: 1px;
  height: 2.5rem;
  background-color: #dedede;
  margin: 0rem 0.625rem 0rem 0.625rem;
}
@media only screen and (max-width: 400px) {
  .calendar-modal .modal-body .adres-wrap .sep {
    display: none;
  }
}
.calendar-modal .modal-body .adres-wrap .map_link {
  color: #191919;
  padding-left: 2rem;
  position: relative;
}
.calendar-modal .modal-body .adres-wrap .map_link::before {
  content: "\f5a0";
  position: absolute;
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  left: 0;
  width: 1.5rem;
}
.calendar-modal .modal-body .adres-wrap .map_link span {
  color: #f7c44e;
  text-decoration: underline;
}
.modal-notification .modal-dialog {
  max-width: 37.5rem;
  margin: 0 auto;
}
@media only screen and (max-width: 767.98px) {
  .modal-notification .modal-dialog {
    max-width: 90%;
  }
}
.modal-notification .modal-body {
  padding: 2.25rem 0.9375rem 4.9375rem 0.9375rem;
  text-align: center;
}
.modal-notification .modal-body p {
  margin: 0;
  color: #191919;
  font-family: "Open Sans";
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 2.5rem;
}
.top-ten {
  width: 100%;
  position: relative;
  padding: 0rem 0rem 8.3125rem 0rem;
  background-position: 0% 100%;
  background-repeat: no-repeat;
  background-size: 100%;
}
@media only screen and (min-width: 1680px) {
  .top-ten {
    background-size: contain;
  }
}
@media only screen and (min-width: 767.99px) and (max-width: 1199.98px), only screen and (max-width: 767.98px) {
  .top-ten {
    background-position: 50% 100%;
    background-size: auto;
    padding: 0rem 0rem 6.25rem 0rem;
  }
}
.top-ten .box-img {
  margin: 0 auto;
  text-align: center;
  margin: 0.625rem 0rem 2.875rem 0rem;
}
.top-ten .box-img img {
  width: 62.5rem;
  height: auto;
  box-shadow: 14px 30px 49px rgba(0, 0, 0, 0.33);
  border-radius: 30px;
  background-color: #ffffff;
}
@media only screen and (min-width: 767.99px) and (max-width: 1199.98px), only screen and (max-width: 767.98px) {
  .top-ten .box-img img {
    width: 90%;
  }
}
.isms-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 57.3125rem;
  margin: 0 auto;
  margin-bottom: 2.0625rem;
}
.isms-wrap .number {
  position: relative;
  margin: 2.5625rem 0rem 2.6875rem 0rem;
}
.isms-wrap .number .line {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  height: 5.875rem;
  background-color: #f7c44e;
  width: 2px;
  z-index: 1;
}
.isms-wrap .number .circle {
  width: 2.75rem;
  height: 2.75rem;
  border: 0.25rem solid #ffffff;
  background-color: #f7c44e;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  color: #000000;
  font-family: "Open Sans";
  font-size: 1rem;
  font-weight: 700;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 2;
}
.isms-wrap .ttl {
  color: #000000;
  font-family: "Open Sans";
  font-size: 1.625rem;
  font-weight: 700;
  line-height: 2.875rem;
  margin-top: 1rem;
  text-align: center;
}
.isms-wrap p {
  font-family: "Open Sans";
  font-weight: 300;
  font-size: 1rem;
  line-height: 2rem;
  text-align: center;
}
.inner-page {
  background-color: #f3f3f3;
  width: 100%;
  padding: 5.625rem 0rem 6.25rem 0rem;
  min-height: 40.425rem;
}
@media only screen and (max-width: 767.98px) {
  .inner-page {
    padding-bottom: 3rem;
  }
}
.inner-page .ttl {
  color: #000000;
  font-family: "Open Sans";
  font-size: 1.5625rem;
  font-weight: 700;
  line-height: 3.75rem;
  text-transform: uppercase;
  margin-top: 1.5rem;
}
@media only screen and (max-width: 998.99px) {
  .inner-page .ttl {
    margin-bottom: 0;
  }
}
.inner-page .buttons-bottom .btn {
  text-transform: none;
  letter-spacing: 0;
  font-size: 0.9375rem;
  font-weight: 700;
  border-radius: 1.25rem;
  line-height: 2.375rem;
}
.menu-inner {
  width: 100%;
  background-color: #000000;
  color: #a1a1a1;
}
.menu-inner .menu {
  display: flex;
  justify-content: space-between;
  list-style: none;
  margin: 0;
}
.menu-inner .nav-holder {
  margin: 0 auto;
  max-width: 43.75rem;
  width: 100%;
  padding: 1.625rem 0rem 1.625rem 0rem;
}
@media only screen and (min-width: 767.99px) and (max-width: 1199.98px) {
  .menu-inner .nav-holder {
    max-width: 56rem;
  }
}
@media only screen and (max-width: 767.98px) {
  .menu-inner .nav-holder {
    max-width: 90%;
  }
}
.menu-inner .nav-holder li {
  width: 26%;
  height: 3.125rem;
  border-radius: 25px;
  background-color: #000000;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media only screen and (max-width: 767.98px) {
  .menu-inner .nav-holder li {
    width: 30%;
    height: 2.5rem;
  }
}
.menu-inner .nav-holder li.active {
  background-color: #f7c44d;
}
.menu-inner .nav-holder li.active a {
  color: #000000;
  font-family: "Open Sans";
  font-size: 0.9375rem;
  font-weight: 400;
  position: relative;
}
@media only screen and (max-width: 360px) {
  .menu-inner .nav-holder li.active a {
    font-size: 0.8125rem;
  }
}
.menu-inner .nav-holder li.active a::before {
  background: #000000;
}
.menu-inner .nav-holder li.active a:hover {
  text-decoration: none;
}
.menu-inner .nav-holder li.active a:hover::before {
  width: 100%;
}
@media only screen and (max-width: 480px) {
  .menu-inner .nav-holder li.active i {
    display: none;
  }
}
.menu-inner .nav-holder a {
  color: #a1a1a1;
  font-family: "Open Sans";
  font-size: 0.9375rem;
  font-weight: 400;
  position: relative;
}
@media only screen and (max-width: 330px) {
  .menu-inner .nav-holder a {
    font-size: 0.8125rem;
  }
}
.menu-inner .nav-holder a:before {
  content: "";
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: -0.5rem;
  width: 0;
  height: 0.125rem;
  background: #f7c44e;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.menu-inner .nav-holder a:hover {
  text-decoration: none;
}
.menu-inner .nav-holder a:hover::before {
  width: 100%;
}
@media only screen and (max-width: 480px) {
  .menu-inner .nav-holder a i {
    display: none;
  }
}
.dash-item {
  width: 100%;
  min-height: 13.75rem;
  box-shadow: 0 11px 20px rgba(0, 0, 0, 0.16);
  border-radius: 30px;
  background-color: #ffffff;
  padding: 1.6875rem 2.5rem 2.1875rem 2.5rem;
}
@media only screen and (max-width: 767.98px) {
  .dash-item {
    margin-bottom: 2rem;
  }
}
.dash-item .ttl-dash {
  color: #000000;
  font-family: "Open Sans";
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 2.25rem;
  border-bottom: 1px solid #d0d0d0;
  position: relative;
}
.dash-item .ttl-dash::after {
  content: "";
  display: block;
  width: 8.8rem;
  border-bottom: 2px solid #f7c44d;
  position: absolute;
  z-index: 2;
  left: 0;
  bottom: -1px;
}
.dash-item .btn {
  padding: 0rem 1.75rem 0rem 1.75rem;
  color: #080601;
  font-family: "Open Sans";
  font-size: 0.875rem;
  font-weight: 700;
  text-transform: none;
  height: 2.5rem;
  letter-spacing: unset;
  line-height: 1.875rem;
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 8.75rem;
  margin-left: auto;
}
.dash-item p {
  margin: 0;
  font-family: "Open Sans";
  font-size: 0.9375rem;
  line-height: 1.625rem;
}
.dash-item .c-ttl {
  color: #454545;
  font-weight: 700;
  text-transform: uppercase;
}
.dash-item .name {
  color: #454545;
}
.dash-item .s-ttl {
  color: #000000;
  font-size: 1.125rem;
  font-weight: 700;
}
.container2 {
  max-width: 62.5rem;
  margin: 0 auto;
}
@media only screen and (min-width: 767.99px) and (max-width: 1199.98px), only screen and (max-width: 767.98px) {
  .container2 {
    max-width: 90%;
  }
}
.left-menu {
  margin-top: 1.1rem;
}
@media only screen and (max-width: 998.99px) {
  .left-menu {
    margin-top: 0;
  }
}
.left-menu .nav-inner {
  list-style: none;
  display: flex;
  flex-direction: column;
}
.left-menu .nav-inner li {
  padding: 1rem 2.5rem 1rem 0rem;
}
@media only screen and (min-width: 767.99px) and (max-width: 1199.98px) {
  .left-menu .nav-inner li {
    padding: 1rem 3.125rem 1rem 0rem;
  }
}
@media only screen and (max-width: 998.99px) {
  .left-menu .nav-inner li {
    padding: 0.625rem 1.875rem 0.625rem 0rem;
  }
}
.left-menu .nav-inner a {
  color: #000000;
  font-family: "Open Sans";
  font-size: 0.9375rem;
  font-weight: 400;
  border-bottom: 1px solid transparent;
  position: relative;
}
.left-menu .nav-inner a:before {
  content: "";
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: -0.5rem;
  width: 0;
  height: 0.125rem;
  background: #f7c44e;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.left-menu .nav-inner a:hover {
  text-decoration: none;
}
.left-menu .nav-inner a:hover::before {
  width: 100%;
}
.left-menu .nav-inner li.active a {
  font-weight: 700;
  position: relative;
}
.my-plan {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 0.625rem 0rem 1.25rem 0rem;
}
.my-plan .my-plan_ttl {
  margin: 0;
  color: #000000;
  line-height: 1.625rem;
  font-family: "Open Sans";
  font-size: 1.125rem;
  font-weight: 700;
  margin-bottom: 0.625rem;
}
.my-plan .my-plan_price {
  font-family: "Open Sans";
  font-size: 0.875rem;
  margin: 0;
  font-weight: 400;
  white-space: nowrap;
}
.my-plan .buttons-bottom {
  width: auto;
  justify-content: flex-end;
}
@media only screen and (max-width: 767.98px) {
  .my-plan .buttons-bottom {
    width: 100%;
    justify-content: space-between;
    margin-top: 2rem;
  }
}
.my-plan .buttons-bottom .btn {
  padding: 0 1.75rem;
}
.my-plan .buttons-bottom .btn.btn-transparent-wb {
  padding: 0 0.5rem;
}
@media only screen and (max-width: 998.98px) {
  .mob-d-none {
    display: none;
  }
}
.ttl-toggle {
  color: #000000;
  font-family: "Open Sans";
  font-size: 1.5625rem;
  font-weight: 700;
  line-height: 3.75rem;
  text-transform: uppercase;
  padding-top: 1.5rem;
  margin-bottom: 0;
}
.ttl-toggle:hover {
  text-decoration: none;
  color: #000000;
}
.mobile-ttl-dropdown {
  list-style: none;
}
.mobile-ttl-dropdown li {
  padding: 0.625rem 1.875rem 0.625rem 0rem;
}
.mobile-ttl-dropdown li a {
  color: #000000;
  font-family: "Open Sans";
  font-size: 0.9375rem;
  font-weight: 400;
  border-bottom: 1px solid transparent;
  position: relative;
}
.mobile-ttl-dropdown li a:before {
  content: "";
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: -0.5rem;
  width: 0;
  height: 0.125rem;
  background: #f7c44e;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.mobile-ttl-dropdown li a:hover {
  text-decoration: none;
}
.mobile-ttl-dropdown li a:hover::before {
  width: 100%;
}
.mobile-ttl-dropdown li li.active a {
  font-weight: 700;
  position: relative;
}
.table.inner-table {
  border: 0;
}
.table.inner-table thead {
  border-radius: 2px;
  background-color: #f3f3f3;
  color: #5e5e5e;
  font-family: "Open Sans";
  font-size: 0.75rem;
  font-weight: 700;
  line-height: 1.875rem;
}
.table.inner-table thead th {
  border: 0;
  border-bottom: 1px solid #dee2e6;
}
.table td,
.table th {
  vertical-align: middle;
}
.table td {
  border-bottom: 1px solid #dee2e6;
  border-top: 0;
}
.table tr td {
  color: #080601;
  font-family: "Open Sans";
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.25rem;
}
.table tr td strong {
  color: #000000;
  font-family: "Open Sans";
  font-weight: 700;
}
.table tr td span {
  color: #5e5e5e;
  font-size: 0.75rem;
}
.no-subscription-wrap .plan-wrap {
  max-width: 1280px;
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  position: relative;
  margin: 0 auto;
}
@media only screen and (min-width: 767.99px) and (max-width: 1199.98px) {
  .no-subscription-wrap .plan-wrap {
    max-width: 90%;
  }
}
@media only screen and (max-width: 767.98px) {
  .no-subscription-wrap .plan-wrap {
    flex-direction: column;
    max-width: 90%;
    align-items: center;
  }
}
.no-subscription-wrap .plan-wrap .item {
  position: relative;
  margin-top: 2.6875rem;
  background-color: #ffffff;
  width: 48%;
  min-height: 15rem;
  padding: 1.6875rem 2.0625rem 0rem 2.0625rem;
  border-radius: 1.875rem;
  background-color: #f3f3f3;
  display: flex;
  flex-direction: column;
  align-items: center;
  border: 2px solid transparent;
}
@media only screen and (max-width: 767.98px) {
  .no-subscription-wrap .plan-wrap .item {
    width: 100%;
    margin-bottom: 1rem;
    padding: 3.125rem 1.875rem 0rem 1.875rem;
  }
}
.no-subscription-wrap .plan-wrap .item.active {
  background-color: #ffffff;
  border: 2px solid #f7c44e;
}
.no-subscription-wrap .plan-wrap .item .discount {
  position: absolute;
  background-color: #f7c44e;
  border-radius: 50%;
  display: flex;
  border: 4px solid #ffffff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 3.9375rem;
  height: 3.9375rem;
  right: -0.3rem;
  top: -1.8rem;
}
.no-subscription-wrap .plan-wrap .item .discount .ammount {
  color: #000000;
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
  font-size: 1.25rem;
}
.no-subscription-wrap .plan-wrap .item .discount .ammount span {
  vertical-align: top;
  font-size: 0.6875rem;
}
.no-subscription-wrap .plan-wrap .item .discount .text-d {
  font-size: 0.6875rem;
  color: #000000;
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
  text-transform: uppercase;
}
.no-subscription-wrap .plan-wrap .item .ttl {
  color: #000000;
  font-family: 'Open Sans', sans-serif;
  margin: 0;
  font-size: 1.125rem;
  margin-bottom: 1rem;
  font-weight: 700;
  line-height: 1.25rem;
  text-transform: none;
}
@media only screen and (max-width: 767.98px) {
  .no-subscription-wrap .plan-wrap .item .ttl {
    margin-bottom: 1.5rem;
  }
}
.no-subscription-wrap .plan-wrap .item .price {
  color: #000000;
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  font-size: 1.875rem;
  margin-bottom: 1.5rem;
}
@media only screen and (max-width: 767.98px) {
  .no-subscription-wrap .plan-wrap .item .price {
    margin-bottom: 1.5rem;
  }
}
.no-subscription-wrap .plan-wrap .item .text {
  color: #454545;
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  font-size: 0.8125rem;
  line-height: 1.25rem;
  margin-bottom: 1.5rem;
  text-align: center;
}
@media only screen and (max-width: 767.98px) {
  .no-subscription-wrap .plan-wrap .item .text {
    font-size: 1rem;
    line-height: 1.5625rem;
  }
}
.no-subscription-wrap .plan-wrap .item .btn {
  position: relative;
  margin-bottom: -1.5rem;
}
.sunb-block-ttl {
  color: #000000;
  font-family: "Open Sans";
  font-size: 0.9375rem;
  font-weight: 700;
  line-height: 1.25rem;
  margin: 2rem 0rem 1.1875rem 0rem;
}
.text-intro {
  margin: 0;
  color: #000000;
  font-family: "Open Sans";
  font-size: 0.9375rem;
  font-weight: 400;
  line-height: 1.25rem;
  text-align: center;
  margin-top: 2rem;
}
.add_link-wrap {
  padding: 1.4375rem 0rem 3.625rem 0.1875rem;
}
.add_link-wrap .add_link {
  color: #dead3d;
  font-family: "Open Sans";
  font-size: 0.875rem;
  font-weight: 400;
}
.add_link-wrap .add_link:hover {
  text-decoration: none;
  color: #000000;
}
.cards-img-block_wrap {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.cards-img-block_wrap img {
  width: 2.5rem;
  height: auto;
  margin: 0 0 0 2px;
}
.calendar-page {
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: 50% 100%;
  padding-bottom: 6.25rem;
}
.calendar-page .calendar-holder {
  border-radius: 30px;
  background-color: #ffffff;
  box-shadow: 13.946px 29.908px 49px 0px rgba(0, 0, 0, 0.33);
  margin: 0 auto;
  margin-top: -5.3128rem;
  max-width: 62.5rem;
  overflow: hidden;
}
.calendar-page .calendar-holder img {
  width: 100%;
}
.calendar-page .calendar-holder .fc-header-toolbar {
  gap: 1rem;
  flex-wrap: wrap;
}
.calendar-page .calendar-holder .fc-header-toolbar .btn-group .fc-next-button.btn.btn-primary,
.calendar-page .calendar-holder .fc-header-toolbar .btn-group .fc-prev-button.btn.btn-primary {
  min-width: 2rem!important;
}
.calendar-page .calendar-holder .fc-today-button.btn.btn-primary {
  background-color: transparent;
  color: #000000 !important;
  border-color: #f7c44e !important;
}
.calendar-page .calendar-holder .fc-dayGridMonth-button.btn.btn-primary.active {
  background-color: black;
  border-color: black;
}
.calendar-page .calendar-holder .fc-listMonth-button.btn.btn-primary.active {
  background-color: black;
  border-color: black;
}
.fc button {
  box-sizing: border-box;
  margin: 0;
  height: unset!important;
  cursor: pointer;
  line-height: 2.2rem;
}
.btn-primary:not(:disabled):not(.disabled).active:focus,
.btn-primary:not(:disabled):not(.disabled):active:focus,
.show > .btn-primary.dropdown-toggle:focus {
  box-shadow: none;
}
@media only screen and (max-width: 575.98px) {
  .fc-toolbar-chunk {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    row-gap: 1rem;
    width: 100%;
  }
}
.modal .plans .plan-hold {
  position: relative;
  padding: 0!important;
  box-shadow: none!important;
  border-radius: 1.7rem;
  background-color: #ffffff;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 1rem;
}
.modal .plans .plan-hold .period {
  font-size: 1.4375rem;
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
  display: block;
}
.modal .plans .plan-hold .note {
  display: block;
}
.modal .plans .plan-hold .plan {
  box-shadow: 14px 30px 49px rgba(0, 0, 0, 0.33);
  padding: 1rem 2rem 1rem 2rem!important;
  border-radius: 1.7rem!important;
}
.modal .plans .btn {
  text-transform: none;
  line-height: 2.5rem;
  padding: 0 1rem;
}
.visually-hidden {
  clip: rect(1px 1px 1px 1px);
  /* IE 6/7 */
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  overflow: hidden;
  position: absolute;
  white-space: nowrap;
  width: 1px;
  margin: -1px;
}
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.visible-when-focused:focus {
  clip: auto;
  height: auto;
  overflow: visible;
  position: static;
  white-space: normal;
  width: auto;
  margin: auto;
}
.bypass-block-link:focus {
  position: absolute;
  text-decoration: none;
  background: #ffffcc;
  padding: 0.2em;
  z-index: 10;
}
.bypass-block-link:focus .bypass-block-target:focus {
  outline: none;
}
.bypass-block-link:focus .bypass-block-target:focus:target,
.bypass-block-link:focus a[href]:not([tabindex="-1"]):focus,
.bypass-block-link:focus area:not([tabindex="-1"]):focus,
.bypass-block-link:focus [role="button"]:not([tabindex="-1"]):focus,
.bypass-block-link:focus [role="link"]:not([tabindex="-1"]):focus,
.bypass-block-link:focus iframe:not([tabindex="-1"]):focus,
.bypass-block-link:focus [contentEditable=true]:not([tabindex="-1"]):focus,
.bypass-block-link:focus :enabled:not([tabindex="-1"]):focus,
.bypass-block-link:focus [tabindex]:not([tabindex="-1"]):focus {
  outline: solid 2px #f7c44e;
}
.bypass-block-link:focus a[href]:not([tabindex="-1"]):hover:focus,
.bypass-block-link:focus area:not([tabindex="-1"]):hover:focus,
.bypass-block-link:focus [role="button"]:not([tabindex="-1"]):hover:focus,
.bypass-block-link:focus [role="link"]:not([tabindex="-1"]):hover:focus,
.bypass-block-link:focus iframe:not([tabindex="-1"]):hover:focus,
.bypass-block-link:focus [contentEditable=true]:not([tabindex="-1"]):hover:focus,
.bypass-block-link:focus :enabled:not([tabindex="-1"]):hover:focus,
.bypass-block-link:focus [tabindex]:not([tabindex="-1"]):hover:focus {
  outline: solid 2px #f7c44e;
}
.bypass-block-link:focus a[href]:not([tabindex="-1"]):focus:active,
.bypass-block-link:focus area:not([tabindex="-1"]):focus:active,
.bypass-block-link:focus [role="button"]:not([tabindex="-1"]):focus:active,
.bypass-block-link:focus [role="link"]:not([tabindex="-1"]):focus:active,
.bypass-block-link:focus iframe:not([tabindex="-1"]):focus:active,
.bypass-block-link:focus [contentEditable=true]:not([tabindex="-1"]):focus:active,
.bypass-block-link:focus :enabled:not([tabindex="-1"]):focus:active,
.bypass-block-link:focus [tabindex]:not([tabindex="-1"]):focus:active {
  outline: none;
}
.bypass-block-link:focus :focus {
  outline: solid 2px #f7c44e;
}
.bypass-block-link:focus .placeholder-removed {
  opacity: 0.999;
}
.bypass-block-link:focus [placeholder] {
  background-color: #fff;
  border: solid 1px #777;
}
.bypass-block-link:focus ::-webkit-input-placeholder {
  color: #777;
  opacity: 1;
}
.bypass-block-link:focus :-moz-placeholder {
  /* Firefox 18- */
  color: #777;
  opacity: 1;
}
.bypass-block-link:focus ::-moz-placeholder {
  /* Firefox 19+ */
  color: #777;
  opacity: 1;
}
.bypass-block-link:focus :-ms-input-placeholder {
  color: #777;
  opacity: 1;
}
.static-block {
  padding-bottom: 3rem;
}
.static-block ul {
  list-style: none;
}
.static-block ul li {
  color: #000000;
  font-family: "Open Sans";
  font-size: 1rem;
  line-height: 2rem;
  font-weight: 300;
}
.static-block .home-section-ttl {
  margin-bottom: 3rem;
}
.static-block p {
  font-family: "Open Sans";
  font-weight: 300;
  font-size: 1rem;
  line-height: 2rem;
}
.static-block h3 {
  position: relative;
  font-size: 1.625rem;
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
  line-height: 2.1rem;
  margin-bottom: 1rem;
}
