.alert {
  width: 100%;
  padding: 6px 0;
}
.alert-danger {
  color: #721c24;
  background-color: #f8d7da;
  border-color: #f5c6cb;
}
.alert-warning {
  color: #856404;
  background-color: #fff3cd;
  border-color: #ffeeba;
}
.alert.text-center,
.alert .text-center {
  text-align: center;
}
.alert button {
  display: none;
} /*!* Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
* License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)*/
@font-face {
  font-family: fontawesome;
  src: url(../fonts/fontawesome-webfont-7bfcab6db99d5cfbf1705ca0536ddc78585432cc5fa41bbd7ad0f009033b2979.eot?v=4.7.0);
  src: url(../fonts/fontawesome-webfont-7bfcab6db99d5cfbf1705ca0536ddc78585432cc5fa41bbd7ad0f009033b2979.eot?#iefix&v=4.7.0) format("embedded-opentype"),
    url(../fonts/fontawesome-webfont-2adefcbc041e7d18fcf2d417879dc5a09997aa64d675b7a3c4b6ce33da13f3fe.woff2?v=4.7.0) format("woff2"), url(../fonts/fontawesome-webfont-ba0c59deb5450f5cb41b3f93609ee2d0d995415877ddfa223e8a8a7533474f07.woff?v=4.7.0) format("woff"),
    url(../fonts/fontawesome-webfont-aa58f33f239a0fb02f5c7a6c45c043d7a9ac9a093335806694ecd6d4edc0d6a8.ttf?v=4.7.0) format("truetype"),
    url(../fonts/fontawesome-webfont-ad6157926c1622ba4e1d03d478f1541368524bfc46f51e42fe0d945f7ef323e4.svg?v=4.7.0#fontawesomeregular) format("svg");
  font-weight: 400;
  font-style: normal;
}
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.fa-lg {
  font-size: 1.33333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}
.fa-2x {
  font-size: 2em;
}
.fa-3x {
  font-size: 3em;
}
.fa-4x {
  font-size: 4em;
}
.fa-5x {
  font-size: 5em;
}
.fa-fw {
  width: 1.28571429em;
  text-align: center;
}
.fa-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none;
}
.fa-ul > li {
  position: relative;
}
.fa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: 0.14285714em;
  text-align: center;
}
.fa-li.fa-lg {
  left: -1.85714286em;
}
.fa-border {
  padding: 0.2em 0.25em 0.15em;
  border: solid 0.08em #eee;
  border-radius: 0.1em;
}
.fa-pull-left {
  float: left;
}
.fa-pull-right {
  float: right;
}
.fa.fa-pull-left {
  margin-right: 0.3em;
}
.fa.fa-pull-right {
  margin-left: 0.3em;
}
.pull-right {
  float: right;
}
.pull-left {
  float: left;
}
.fa.pull-left {
  margin-right: 0.3em;
}
.fa.pull-right {
  margin-left: 0.3em;
}
.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}
.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
}
@-webkit-keyframes fa-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(359deg);
  }
}
@keyframes fa-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(359deg);
  }
}
.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);
}
:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  -webkit-filter: none;
  filter: none;
}
.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}
.fa-stack-1x,
.fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}
.fa-stack-1x {
  line-height: inherit;
}
.fa-stack-2x {
  font-size: 2em;
}
.fa-inverse {
  color: #fff;
}
.fa-glass:before {
  content: "\f000";
}
.fa-music:before {
  content: "\f001";
}
.fa-search:before {
  content: "\f002";
}
.fa-envelope-o:before {
  content: "\f003";
}
.fa-heart:before {
  content: "\f004";
}
.fa-star:before {
  content: "\f005";
}
.fa-star-o:before {
  content: "\f006";
}
.fa-user:before {
  content: "\f007";
}
.fa-film:before {
  content: "\f008";
}
.fa-th-large:before {
  content: "\f009";
}
.fa-th:before {
  content: "\f00a";
}
.fa-th-list:before {
  content: "\f00b";
}
.fa-check:before {
  content: "\f00c";
}
.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "\f00d";
}
.fa-search-plus:before {
  content: "\f00e";
}
.fa-search-minus:before {
  content: "\f010";
}
.fa-power-off:before {
  content: "\f011";
}
.fa-signal:before {
  content: "\f012";
}
.fa-gear:before,
.fa-cog:before {
  content: "\f013";
}
.fa-trash-o:before {
  content: "\f014";
}
.fa-home:before {
  content: "\f015";
}
.fa-file-o:before {
  content: "\f016";
}
.fa-clock-o:before {
  content: "\f017";
}
.fa-road:before {
  content: "\f018";
}
.fa-download:before {
  content: "\f019";
}
.fa-arrow-circle-o-down:before {
  content: "\f01a";
}
.fa-arrow-circle-o-up:before {
  content: "\f01b";
}
.fa-inbox:before {
  content: "\f01c";
}
.fa-play-circle-o:before {
  content: "\f01d";
}
.fa-rotate-right:before,
.fa-repeat:before {
  content: "\f01e";
}
.fa-refresh:before {
  content: "\f021";
}
.fa-list-alt:before {
  content: "\f022";
}
.fa-lock:before {
  content: "\f023";
}
.fa-flag:before {
  content: "\f024";
}
.fa-headphones:before {
  content: "\f025";
}
.fa-volume-off:before {
  content: "\f026";
}
.fa-volume-down:before {
  content: "\f027";
}
.fa-volume-up:before {
  content: "\f028";
}
.fa-qrcode:before {
  content: "\f029";
}
.fa-barcode:before {
  content: "\f02a";
}
.fa-tag:before {
  content: "\f02b";
}
.fa-tags:before {
  content: "\f02c";
}
.fa-book:before {
  content: "\f02d";
}
.fa-bookmark:before {
  content: "\f02e";
}
.fa-print:before {
  content: "\f02f";
}
.fa-camera:before {
  content: "\f030";
}
.fa-font:before {
  content: "\f031";
}
.fa-bold:before {
  content: "\f032";
}
.fa-italic:before {
  content: "\f033";
}
.fa-text-height:before {
  content: "\f034";
}
.fa-text-width:before {
  content: "\f035";
}
.fa-align-left:before {
  content: "\f036";
}
.fa-align-center:before {
  content: "\f037";
}
.fa-align-right:before {
  content: "\f038";
}
.fa-align-justify:before {
  content: "\f039";
}
.fa-list:before {
  content: "\f03a";
}
.fa-dedent:before,
.fa-outdent:before {
  content: "\f03b";
}
.fa-indent:before {
  content: "\f03c";
}
.fa-video-camera:before {
  content: "\f03d";
}
.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "\f03e";
}
.fa-pencil:before {
  content: "\f040";
}
.fa-map-marker:before {
  content: "\f041";
}
.fa-adjust:before {
  content: "\f042";
}
.fa-tint:before {
  content: "\f043";
}
.fa-edit:before,
.fa-pencil-square-o:before {
  content: "\f044";
}
.fa-share-square-o:before {
  content: "\f045";
}
.fa-check-square-o:before {
  content: "\f046";
}
.fa-arrows:before {
  content: "\f047";
}
.fa-step-backward:before {
  content: "\f048";
}
.fa-fast-backward:before {
  content: "\f049";
}
.fa-backward:before {
  content: "\f04a";
}
.fa-play:before {
  content: "\f04b";
}
.fa-pause:before {
  content: "\f04c";
}
.fa-stop:before {
  content: "\f04d";
}
.fa-forward:before {
  content: "\f04e";
}
.fa-fast-forward:before {
  content: "\f050";
}
.fa-step-forward:before {
  content: "\f051";
}
.fa-eject:before {
  content: "\f052";
}
.fa-chevron-left:before {
  content: "\f053";
}
.fa-chevron-right:before {
  content: "\f054";
}
.fa-plus-circle:before {
  content: "\f055";
}
.fa-minus-circle:before {
  content: "\f056";
}
.fa-times-circle:before {
  content: "\f057";
}
.fa-check-circle:before {
  content: "\f058";
}
.fa-question-circle:before {
  content: "\f059";
}
.fa-info-circle:before {
  content: "\f05a";
}
.fa-crosshairs:before {
  content: "\f05b";
}
.fa-times-circle-o:before {
  content: "\f05c";
}
.fa-check-circle-o:before {
  content: "\f05d";
}
.fa-ban:before {
  content: "\f05e";
}
.fa-arrow-left:before {
  content: "\f060";
}
.fa-arrow-right:before {
  content: "\f061";
}
.fa-arrow-up:before {
  content: "\f062";
}
.fa-arrow-down:before {
  content: "\f063";
}
.fa-mail-forward:before,
.fa-share:before {
  content: "\f064";
}
.fa-expand:before {
  content: "\f065";
}
.fa-compress:before {
  content: "\f066";
}
.fa-plus:before {
  content: "\f067";
}
.fa-minus:before {
  content: "\f068";
}
.fa-asterisk:before {
  content: "\f069";
}
.fa-exclamation-circle:before {
  content: "\f06a";
}
.fa-gift:before {
  content: "\f06b";
}
.fa-leaf:before {
  content: "\f06c";
}
.fa-fire:before {
  content: "\f06d";
}
.fa-eye:before {
  content: "\f06e";
}
.fa-eye-slash:before {
  content: "\f070";
}
.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "\f071";
}
.fa-plane:before {
  content: "\f072";
}
.fa-calendar:before {
  content: "\f073";
}
.fa-random:before {
  content: "\f074";
}
.fa-comment:before {
  content: "\f075";
}
.fa-magnet:before {
  content: "\f076";
}
.fa-chevron-up:before {
  content: "\f077";
}
.fa-chevron-down:before {
  content: "\f078";
}
.fa-retweet:before {
  content: "\f079";
}
.fa-shopping-cart:before {
  content: "\f07a";
}
.fa-folder:before {
  content: "\f07b";
}
.fa-folder-open:before {
  content: "\f07c";
}
.fa-arrows-v:before {
  content: "\f07d";
}
.fa-arrows-h:before {
  content: "\f07e";
}
.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "\f080";
}
.fa-twitter-square:before {
  content: "\f081";
}
.fa-facebook-square:before {
  content: "\f082";
}
.fa-camera-retro:before {
  content: "\f083";
}
.fa-key:before {
  content: "\f084";
}
.fa-gears:before,
.fa-cogs:before {
  content: "\f085";
}
.fa-comments:before {
  content: "\f086";
}
.fa-thumbs-o-up:before {
  content: "\f087";
}
.fa-thumbs-o-down:before {
  content: "\f088";
}
.fa-star-half:before {
  content: "\f089";
}
.fa-heart-o:before {
  content: "\f08a";
}
.fa-sign-out:before {
  content: "\f08b";
}
.fa-linkedin-square:before {
  content: "\f08c";
}
.fa-thumb-tack:before {
  content: "\f08d";
}
.fa-external-link:before {
  content: "\f08e";
}
.fa-sign-in:before {
  content: "\f090";
}
.fa-trophy:before {
  content: "\f091";
}
.fa-github-square:before {
  content: "\f092";
}
.fa-upload:before {
  content: "\f093";
}
.fa-lemon-o:before {
  content: "\f094";
}
.fa-phone:before {
  content: "\f095";
}
.fa-square-o:before {
  content: "\f096";
}
.fa-bookmark-o:before {
  content: "\f097";
}
.fa-phone-square:before {
  content: "\f098";
}
.fa-twitter:before {
  content: "\f099";
}
.fa-facebook-f:before,
.fa-facebook:before {
  content: "\f09a";
}
.fa-github:before {
  content: "\f09b";
}
.fa-unlock:before {
  content: "\f09c";
}
.fa-credit-card:before {
  content: "\f09d";
}
.fa-feed:before,
.fa-rss:before {
  content: "\f09e";
}
.fa-hdd-o:before {
  content: "\f0a0";
}
.fa-bullhorn:before {
  content: "\f0a1";
}
.fa-bell:before {
  content: "\f0f3";
}
.fa-certificate:before {
  content: "\f0a3";
}
.fa-hand-o-right:before {
  content: "\f0a4";
}
.fa-hand-o-left:before {
  content: "\f0a5";
}
.fa-hand-o-up:before {
  content: "\f0a6";
}
.fa-hand-o-down:before {
  content: "\f0a7";
}
.fa-arrow-circle-left:before {
  content: "\f0a8";
}
.fa-arrow-circle-right:before {
  content: "\f0a9";
}
.fa-arrow-circle-up:before {
  content: "\f0aa";
}
.fa-arrow-circle-down:before {
  content: "\f0ab";
}
.fa-globe:before {
  content: "\f0ac";
}
.fa-wrench:before {
  content: "\f0ad";
}
.fa-tasks:before {
  content: "\f0ae";
}
.fa-filter:before {
  content: "\f0b0";
}
.fa-briefcase:before {
  content: "\f0b1";
}
.fa-arrows-alt:before {
  content: "\f0b2";
}
.fa-group:before,
.fa-users:before {
  content: "\f0c0";
}
.fa-chain:before,
.fa-link:before {
  content: "\f0c1";
}
.fa-cloud:before {
  content: "\f0c2";
}
.fa-flask:before {
  content: "\f0c3";
}
.fa-cut:before,
.fa-scissors:before {
  content: "\f0c4";
}
.fa-copy:before,
.fa-files-o:before {
  content: "\f0c5";
}
.fa-paperclip:before {
  content: "\f0c6";
}
.fa-save:before,
.fa-floppy-o:before {
  content: "\f0c7";
}
.fa-square:before {
  content: "\f0c8";
}
.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "\f0c9";
}
.fa-list-ul:before {
  content: "\f0ca";
}
.fa-list-ol:before {
  content: "\f0cb";
}
.fa-strikethrough:before {
  content: "\f0cc";
}
.fa-underline:before {
  content: "\f0cd";
}
.fa-table:before {
  content: "\f0ce";
}
.fa-magic:before {
  content: "\f0d0";
}
.fa-truck:before {
  content: "\f0d1";
}
.fa-pinterest:before {
  content: "\f0d2";
}
.fa-pinterest-square:before {
  content: "\f0d3";
}
.fa-google-plus-square:before {
  content: "\f0d4";
}
.fa-google-plus:before {
  content: "\f0d5";
}
.fa-money:before {
  content: "\f0d6";
}
.fa-caret-down:before {
  content: "\f0d7";
}
.fa-caret-up:before {
  content: "\f0d8";
}
.fa-caret-left:before {
  content: "\f0d9";
}
.fa-caret-right:before {
  content: "\f0da";
}
.fa-columns:before {
  content: "\f0db";
}
.fa-unsorted:before,
.fa-sort:before {
  content: "\f0dc";
}
.fa-sort-down:before,
.fa-sort-desc:before {
  content: "\f0dd";
}
.fa-sort-up:before,
.fa-sort-asc:before {
  content: "\f0de";
}
.fa-envelope:before {
  content: "\f0e0";
}
.fa-linkedin:before {
  content: "\f0e1";
}
.fa-rotate-left:before,
.fa-undo:before {
  content: "\f0e2";
}
.fa-legal:before,
.fa-gavel:before {
  content: "\f0e3";
}
.fa-dashboard:before,
.fa-tachometer:before {
  content: "\f0e4";
}
.fa-comment-o:before {
  content: "\f0e5";
}
.fa-comments-o:before {
  content: "\f0e6";
}
.fa-flash:before,
.fa-bolt:before {
  content: "\f0e7";
}
.fa-sitemap:before {
  content: "\f0e8";
}
.fa-umbrella:before {
  content: "\f0e9";
}
.fa-paste:before,
.fa-clipboard:before {
  content: "\f0ea";
}
.fa-lightbulb-o:before {
  content: "\f0eb";
}
.fa-exchange:before {
  content: "\f0ec";
}
.fa-cloud-download:before {
  content: "\f0ed";
}
.fa-cloud-upload:before {
  content: "\f0ee";
}
.fa-user-md:before {
  content: "\f0f0";
}
.fa-stethoscope:before {
  content: "\f0f1";
}
.fa-suitcase:before {
  content: "\f0f2";
}
.fa-bell-o:before {
  content: "\f0a2";
}
.fa-coffee:before {
  content: "\f0f4";
}
.fa-cutlery:before {
  content: "\f0f5";
}
.fa-file-text-o:before {
  content: "\f0f6";
}
.fa-building-o:before {
  content: "\f0f7";
}
.fa-hospital-o:before {
  content: "\f0f8";
}
.fa-ambulance:before {
  content: "\f0f9";
}
.fa-medkit:before {
  content: "\f0fa";
}
.fa-fighter-jet:before {
  content: "\f0fb";
}
.fa-beer:before {
  content: "\f0fc";
}
.fa-h-square:before {
  content: "\f0fd";
}
.fa-plus-square:before {
  content: "\f0fe";
}
.fa-angle-double-left:before {
  content: "\f100";
}
.fa-angle-double-right:before {
  content: "\f101";
}
.fa-angle-double-up:before {
  content: "\f102";
}
.fa-angle-double-down:before {
  content: "\f103";
}
.fa-angle-left:before {
  content: "\f104";
}
.fa-angle-right:before {
  content: "\f105";
}
.fa-angle-up:before {
  content: "\f106";
}
.fa-angle-down:before {
  content: "\f107";
}
.fa-desktop:before {
  content: "\f108";
}
.fa-laptop:before {
  content: "\f109";
}
.fa-tablet:before {
  content: "\f10a";
}
.fa-mobile-phone:before,
.fa-mobile:before {
  content: "\f10b";
}
.fa-circle-o:before {
  content: "\f10c";
}
.fa-quote-left:before {
  content: "\f10d";
}
.fa-quote-right:before {
  content: "\f10e";
}
.fa-spinner:before {
  content: "\f110";
}
.fa-circle:before {
  content: "\f111";
}
.fa-mail-reply:before,
.fa-reply:before {
  content: "\f112";
}
.fa-github-alt:before {
  content: "\f113";
}
.fa-folder-o:before {
  content: "\f114";
}
.fa-folder-open-o:before {
  content: "\f115";
}
.fa-smile-o:before {
  content: "\f118";
}
.fa-frown-o:before {
  content: "\f119";
}
.fa-meh-o:before {
  content: "\f11a";
}
.fa-gamepad:before {
  content: "\f11b";
}
.fa-keyboard-o:before {
  content: "\f11c";
}
.fa-flag-o:before {
  content: "\f11d";
}
.fa-flag-checkered:before {
  content: "\f11e";
}
.fa-terminal:before {
  content: "\f120";
}
.fa-code:before {
  content: "\f121";
}
.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "\f122";
}
.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "\f123";
}
.fa-location-arrow:before {
  content: "\f124";
}
.fa-crop:before {
  content: "\f125";
}
.fa-code-fork:before {
  content: "\f126";
}
.fa-unlink:before,
.fa-chain-broken:before {
  content: "\f127";
}
.fa-question:before {
  content: "\f128";
}
.fa-info:before {
  content: "\f129";
}
.fa-exclamation:before {
  content: "\f12a";
}
.fa-superscript:before {
  content: "\f12b";
}
.fa-subscript:before {
  content: "\f12c";
}
.fa-eraser:before {
  content: "\f12d";
}
.fa-puzzle-piece:before {
  content: "\f12e";
}
.fa-microphone:before {
  content: "\f130";
}
.fa-microphone-slash:before {
  content: "\f131";
}
.fa-shield:before {
  content: "\f132";
}
.fa-calendar-o:before {
  content: "\f133";
}
.fa-fire-extinguisher:before {
  content: "\f134";
}
.fa-rocket:before {
  content: "\f135";
}
.fa-maxcdn:before {
  content: "\f136";
}
.fa-chevron-circle-left:before {
  content: "\f137";
}
.fa-chevron-circle-right:before {
  content: "\f138";
}
.fa-chevron-circle-up:before {
  content: "\f139";
}
.fa-chevron-circle-down:before {
  content: "\f13a";
}
.fa-html5:before {
  content: "\f13b";
}
.fa-css3:before {
  content: "\f13c";
}
.fa-anchor:before {
  content: "\f13d";
}
.fa-unlock-alt:before {
  content: "\f13e";
}
.fa-bullseye:before {
  content: "\f140";
}
.fa-ellipsis-h:before {
  content: "\f141";
}
.fa-ellipsis-v:before {
  content: "\f142";
}
.fa-rss-square:before {
  content: "\f143";
}
.fa-play-circle:before {
  content: "\f144";
}
.fa-ticket:before {
  content: "\f145";
}
.fa-minus-square:before {
  content: "\f146";
}
.fa-minus-square-o:before {
  content: "\f147";
}
.fa-level-up:before {
  content: "\f148";
}
.fa-level-down:before {
  content: "\f149";
}
.fa-check-square:before {
  content: "\f14a";
}
.fa-pencil-square:before {
  content: "\f14b";
}
.fa-external-link-square:before {
  content: "\f14c";
}
.fa-share-square:before {
  content: "\f14d";
}
.fa-compass:before {
  content: "\f14e";
}
.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "\f150";
}
.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "\f151";
}
.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "\f152";
}
.fa-euro:before,
.fa-eur:before {
  content: "\f153";
}
.fa-gbp:before {
  content: "\f154";
}
.fa-dollar:before,
.fa-usd:before {
  content: "\f155";
}
.fa-rupee:before,
.fa-inr:before {
  content: "\f156";
}
.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "\f157";
}
.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "\f158";
}
.fa-won:before,
.fa-krw:before {
  content: "\f159";
}
.fa-bitcoin:before,
.fa-btc:before {
  content: "\f15a";
}
.fa-file:before {
  content: "\f15b";
}
.fa-file-text:before {
  content: "\f15c";
}
.fa-sort-alpha-asc:before {
  content: "\f15d";
}
.fa-sort-alpha-desc:before {
  content: "\f15e";
}
.fa-sort-amount-asc:before {
  content: "\f160";
}
.fa-sort-amount-desc:before {
  content: "\f161";
}
.fa-sort-numeric-asc:before {
  content: "\f162";
}
.fa-sort-numeric-desc:before {
  content: "\f163";
}
.fa-thumbs-up:before {
  content: "\f164";
}
.fa-thumbs-down:before {
  content: "\f165";
}
.fa-youtube-square:before {
  content: "\f166";
}
.fa-youtube:before {
  content: "\f167";
}
.fa-xing:before {
  content: "\f168";
}
.fa-xing-square:before {
  content: "\f169";
}
.fa-youtube-play:before {
  content: "\f16a";
}
.fa-dropbox:before {
  content: "\f16b";
}
.fa-stack-overflow:before {
  content: "\f16c";
}
.fa-instagram:before {
  content: "\f16d";
}
.fa-flickr:before {
  content: "\f16e";
}
.fa-adn:before {
  content: "\f170";
}
.fa-bitbucket:before {
  content: "\f171";
}
.fa-bitbucket-square:before {
  content: "\f172";
}
.fa-tumblr:before {
  content: "\f173";
}
.fa-tumblr-square:before {
  content: "\f174";
}
.fa-long-arrow-down:before {
  content: "\f175";
}
.fa-long-arrow-up:before {
  content: "\f176";
}
.fa-long-arrow-left:before {
  content: "\f177";
}
.fa-long-arrow-right:before {
  content: "\f178";
}
.fa-apple:before {
  content: "\f179";
}
.fa-windows:before {
  content: "\f17a";
}
.fa-android:before {
  content: "\f17b";
}
.fa-linux:before {
  content: "\f17c";
}
.fa-dribbble:before {
  content: "\f17d";
}
.fa-skype:before {
  content: "\f17e";
}
.fa-foursquare:before {
  content: "\f180";
}
.fa-trello:before {
  content: "\f181";
}
.fa-female:before {
  content: "\f182";
}
.fa-male:before {
  content: "\f183";
}
.fa-gittip:before,
.fa-gratipay:before {
  content: "\f184";
}
.fa-sun-o:before {
  content: "\f185";
}
.fa-moon-o:before {
  content: "\f186";
}
.fa-archive:before {
  content: "\f187";
}
.fa-bug:before {
  content: "\f188";
}
.fa-vk:before {
  content: "\f189";
}
.fa-weibo:before {
  content: "\f18a";
}
.fa-renren:before {
  content: "\f18b";
}
.fa-pagelines:before {
  content: "\f18c";
}
.fa-stack-exchange:before {
  content: "\f18d";
}
.fa-arrow-circle-o-right:before {
  content: "\f18e";
}
.fa-arrow-circle-o-left:before {
  content: "\f190";
}
.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "\f191";
}
.fa-dot-circle-o:before {
  content: "\f192";
}
.fa-wheelchair:before {
  content: "\f193";
}
.fa-vimeo-square:before {
  content: "\f194";
}
.fa-turkish-lira:before,
.fa-try:before {
  content: "\f195";
}
.fa-plus-square-o:before {
  content: "\f196";
}
.fa-space-shuttle:before {
  content: "\f197";
}
.fa-slack:before {
  content: "\f198";
}
.fa-envelope-square:before {
  content: "\f199";
}
.fa-wordpress:before {
  content: "\f19a";
}
.fa-openid:before {
  content: "\f19b";
}
.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "\f19c";
}
.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "\f19d";
}
.fa-yahoo:before {
  content: "\f19e";
}
.fa-google:before {
  content: "\f1a0";
}
.fa-reddit:before {
  content: "\f1a1";
}
.fa-reddit-square:before {
  content: "\f1a2";
}
.fa-stumbleupon-circle:before {
  content: "\f1a3";
}
.fa-stumbleupon:before {
  content: "\f1a4";
}
.fa-delicious:before {
  content: "\f1a5";
}
.fa-digg:before {
  content: "\f1a6";
}
.fa-pied-piper-pp:before {
  content: "\f1a7";
}
.fa-pied-piper-alt:before {
  content: "\f1a8";
}
.fa-drupal:before {
  content: "\f1a9";
}
.fa-joomla:before {
  content: "\f1aa";
}
.fa-language:before {
  content: "\f1ab";
}
.fa-fax:before {
  content: "\f1ac";
}
.fa-building:before {
  content: "\f1ad";
}
.fa-child:before {
  content: "\f1ae";
}
.fa-paw:before {
  content: "\f1b0";
}
.fa-spoon:before {
  content: "\f1b1";
}
.fa-cube:before {
  content: "\f1b2";
}
.fa-cubes:before {
  content: "\f1b3";
}
.fa-behance:before {
  content: "\f1b4";
}
.fa-behance-square:before {
  content: "\f1b5";
}
.fa-steam:before {
  content: "\f1b6";
}
.fa-steam-square:before {
  content: "\f1b7";
}
.fa-recycle:before {
  content: "\f1b8";
}
.fa-automobile:before,
.fa-car:before {
  content: "\f1b9";
}
.fa-cab:before,
.fa-taxi:before {
  content: "\f1ba";
}
.fa-tree:before {
  content: "\f1bb";
}
.fa-spotify:before {
  content: "\f1bc";
}
.fa-deviantart:before {
  content: "\f1bd";
}
.fa-soundcloud:before {
  content: "\f1be";
}
.fa-database:before {
  content: "\f1c0";
}
.fa-file-pdf-o:before {
  content: "\f1c1";
}
.fa-file-word-o:before {
  content: "\f1c2";
}
.fa-file-excel-o:before {
  content: "\f1c3";
}
.fa-file-powerpoint-o:before {
  content: "\f1c4";
}
.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "\f1c5";
}
.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "\f1c6";
}
.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "\f1c7";
}
.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "\f1c8";
}
.fa-file-code-o:before {
  content: "\f1c9";
}
.fa-vine:before {
  content: "\f1ca";
}
.fa-codepen:before {
  content: "\f1cb";
}
.fa-jsfiddle:before {
  content: "\f1cc";
}
.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "\f1cd";
}
.fa-circle-o-notch:before {
  content: "\f1ce";
}
.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
  content: "\f1d0";
}
.fa-ge:before,
.fa-empire:before {
  content: "\f1d1";
}
.fa-git-square:before {
  content: "\f1d2";
}
.fa-git:before {
  content: "\f1d3";
}
.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: "\f1d4";
}
.fa-tencent-weibo:before {
  content: "\f1d5";
}
.fa-qq:before {
  content: "\f1d6";
}
.fa-wechat:before,
.fa-weixin:before {
  content: "\f1d7";
}
.fa-send:before,
.fa-paper-plane:before {
  content: "\f1d8";
}
.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "\f1d9";
}
.fa-history:before {
  content: "\f1da";
}
.fa-circle-thin:before {
  content: "\f1db";
}
.fa-header:before {
  content: "\f1dc";
}
.fa-paragraph:before {
  content: "\f1dd";
}
.fa-sliders:before {
  content: "\f1de";
}
.fa-share-alt:before {
  content: "\f1e0";
}
.fa-share-alt-square:before {
  content: "\f1e1";
}
.fa-bomb:before {
  content: "\f1e2";
}
.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "\f1e3";
}
.fa-tty:before {
  content: "\f1e4";
}
.fa-binoculars:before {
  content: "\f1e5";
}
.fa-plug:before {
  content: "\f1e6";
}
.fa-slideshare:before {
  content: "\f1e7";
}
.fa-twitch:before {
  content: "\f1e8";
}
.fa-yelp:before {
  content: "\f1e9";
}
.fa-newspaper-o:before {
  content: "\f1ea";
}
.fa-wifi:before {
  content: "\f1eb";
}
.fa-calculator:before {
  content: "\f1ec";
}
.fa-paypal:before {
  content: "\f1ed";
}
.fa-google-wallet:before {
  content: "\f1ee";
}
.fa-cc-visa:before {
  content: "\f1f0";
}
.fa-cc-mastercard:before {
  content: "\f1f1";
}
.fa-cc-discover:before {
  content: "\f1f2";
}
.fa-cc-amex:before {
  content: "\f1f3";
}
.fa-cc-paypal:before {
  content: "\f1f4";
}
.fa-cc-stripe:before {
  content: "\f1f5";
}
.fa-bell-slash:before {
  content: "\f1f6";
}
.fa-bell-slash-o:before {
  content: "\f1f7";
}
.fa-trash:before {
  content: "\f1f8";
}
.fa-copyright:before {
  content: "\f1f9";
}
.fa-at:before {
  content: "\f1fa";
}
.fa-eyedropper:before {
  content: "\f1fb";
}
.fa-paint-brush:before {
  content: "\f1fc";
}
.fa-birthday-cake:before {
  content: "\f1fd";
}
.fa-area-chart:before {
  content: "\f1fe";
}
.fa-pie-chart:before {
  content: "\f200";
}
.fa-line-chart:before {
  content: "\f201";
}
.fa-lastfm:before {
  content: "\f202";
}
.fa-lastfm-square:before {
  content: "\f203";
}
.fa-toggle-off:before {
  content: "\f204";
}
.fa-toggle-on:before {
  content: "\f205";
}
.fa-bicycle:before {
  content: "\f206";
}
.fa-bus:before {
  content: "\f207";
}
.fa-ioxhost:before {
  content: "\f208";
}
.fa-angellist:before {
  content: "\f209";
}
.fa-cc:before {
  content: "\f20a";
}
.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "\f20b";
}
.fa-meanpath:before {
  content: "\f20c";
}
.fa-buysellads:before {
  content: "\f20d";
}
.fa-connectdevelop:before {
  content: "\f20e";
}
.fa-dashcube:before {
  content: "\f210";
}
.fa-forumbee:before {
  content: "\f211";
}
.fa-leanpub:before {
  content: "\f212";
}
.fa-sellsy:before {
  content: "\f213";
}
.fa-shirtsinbulk:before {
  content: "\f214";
}
.fa-simplybuilt:before {
  content: "\f215";
}
.fa-skyatlas:before {
  content: "\f216";
}
.fa-cart-plus:before {
  content: "\f217";
}
.fa-cart-arrow-down:before {
  content: "\f218";
}
.fa-diamond:before {
  content: "\f219";
}
.fa-ship:before {
  content: "\f21a";
}
.fa-user-secret:before {
  content: "\f21b";
}
.fa-motorcycle:before {
  content: "\f21c";
}
.fa-street-view:before {
  content: "\f21d";
}
.fa-heartbeat:before {
  content: "\f21e";
}
.fa-venus:before {
  content: "\f221";
}
.fa-mars:before {
  content: "\f222";
}
.fa-mercury:before {
  content: "\f223";
}
.fa-intersex:before,
.fa-transgender:before {
  content: "\f224";
}
.fa-transgender-alt:before {
  content: "\f225";
}
.fa-venus-double:before {
  content: "\f226";
}
.fa-mars-double:before {
  content: "\f227";
}
.fa-venus-mars:before {
  content: "\f228";
}
.fa-mars-stroke:before {
  content: "\f229";
}
.fa-mars-stroke-v:before {
  content: "\f22a";
}
.fa-mars-stroke-h:before {
  content: "\f22b";
}
.fa-neuter:before {
  content: "\f22c";
}
.fa-genderless:before {
  content: "\f22d";
}
.fa-facebook-official:before {
  content: "\f230";
}
.fa-pinterest-p:before {
  content: "\f231";
}
.fa-whatsapp:before {
  content: "\f232";
}
.fa-server:before {
  content: "\f233";
}
.fa-user-plus:before {
  content: "\f234";
}
.fa-user-times:before {
  content: "\f235";
}
.fa-hotel:before,
.fa-bed:before {
  content: "\f236";
}
.fa-viacoin:before {
  content: "\f237";
}
.fa-train:before {
  content: "\f238";
}
.fa-subway:before {
  content: "\f239";
}
.fa-medium:before {
  content: "\f23a";
}
.fa-yc:before,
.fa-y-combinator:before {
  content: "\f23b";
}
.fa-optin-monster:before {
  content: "\f23c";
}
.fa-opencart:before {
  content: "\f23d";
}
.fa-expeditedssl:before {
  content: "\f23e";
}
.fa-battery-4:before,
.fa-battery:before,
.fa-battery-full:before {
  content: "\f240";
}
.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: "\f241";
}
.fa-battery-2:before,
.fa-battery-half:before {
  content: "\f242";
}
.fa-battery-1:before,
.fa-battery-quarter:before {
  content: "\f243";
}
.fa-battery-0:before,
.fa-battery-empty:before {
  content: "\f244";
}
.fa-mouse-pointer:before {
  content: "\f245";
}
.fa-i-cursor:before {
  content: "\f246";
}
.fa-object-group:before {
  content: "\f247";
}
.fa-object-ungroup:before {
  content: "\f248";
}
.fa-sticky-note:before {
  content: "\f249";
}
.fa-sticky-note-o:before {
  content: "\f24a";
}
.fa-cc-jcb:before {
  content: "\f24b";
}
.fa-cc-diners-club:before {
  content: "\f24c";
}
.fa-clone:before {
  content: "\f24d";
}
.fa-balance-scale:before {
  content: "\f24e";
}
.fa-hourglass-o:before {
  content: "\f250";
}
.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: "\f251";
}
.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: "\f252";
}
.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: "\f253";
}
.fa-hourglass:before {
  content: "\f254";
}
.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: "\f255";
}
.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: "\f256";
}
.fa-hand-scissors-o:before {
  content: "\f257";
}
.fa-hand-lizard-o:before {
  content: "\f258";
}
.fa-hand-spock-o:before {
  content: "\f259";
}
.fa-hand-pointer-o:before {
  content: "\f25a";
}
.fa-hand-peace-o:before {
  content: "\f25b";
}
.fa-trademark:before {
  content: "\f25c";
}
.fa-registered:before {
  content: "\f25d";
}
.fa-creative-commons:before {
  content: "\f25e";
}
.fa-gg:before {
  content: "\f260";
}
.fa-gg-circle:before {
  content: "\f261";
}
.fa-tripadvisor:before {
  content: "\f262";
}
.fa-odnoklassniki:before {
  content: "\f263";
}
.fa-odnoklassniki-square:before {
  content: "\f264";
}
.fa-get-pocket:before {
  content: "\f265";
}
.fa-wikipedia-w:before {
  content: "\f266";
}
.fa-safari:before {
  content: "\f267";
}
.fa-chrome:before {
  content: "\f268";
}
.fa-firefox:before {
  content: "\f269";
}
.fa-opera:before {
  content: "\f26a";
}
.fa-internet-explorer:before {
  content: "\f26b";
}
.fa-tv:before,
.fa-television:before {
  content: "\f26c";
}
.fa-contao:before {
  content: "\f26d";
}
.fa-500px:before {
  content: "\f26e";
}
.fa-amazon:before {
  content: "\f270";
}
.fa-calendar-plus-o:before {
  content: "\f271";
}
.fa-calendar-minus-o:before {
  content: "\f272";
}
.fa-calendar-times-o:before {
  content: "\f273";
}
.fa-calendar-check-o:before {
  content: "\f274";
}
.fa-industry:before {
  content: "\f275";
}
.fa-map-pin:before {
  content: "\f276";
}
.fa-map-signs:before {
  content: "\f277";
}
.fa-map-o:before {
  content: "\f278";
}
.fa-map:before {
  content: "\f279";
}
.fa-commenting:before {
  content: "\f27a";
}
.fa-commenting-o:before {
  content: "\f27b";
}
.fa-houzz:before {
  content: "\f27c";
}
.fa-vimeo:before {
  content: "\f27d";
}
.fa-black-tie:before {
  content: "\f27e";
}
.fa-fonticons:before {
  content: "\f280";
}
.fa-reddit-alien:before {
  content: "\f281";
}
.fa-edge:before {
  content: "\f282";
}
.fa-credit-card-alt:before {
  content: "\f283";
}
.fa-codiepie:before {
  content: "\f284";
}
.fa-modx:before {
  content: "\f285";
}
.fa-fort-awesome:before {
  content: "\f286";
}
.fa-usb:before {
  content: "\f287";
}
.fa-product-hunt:before {
  content: "\f288";
}
.fa-mixcloud:before {
  content: "\f289";
}
.fa-scribd:before {
  content: "\f28a";
}
.fa-pause-circle:before {
  content: "\f28b";
}
.fa-pause-circle-o:before {
  content: "\f28c";
}
.fa-stop-circle:before {
  content: "\f28d";
}
.fa-stop-circle-o:before {
  content: "\f28e";
}
.fa-shopping-bag:before {
  content: "\f290";
}
.fa-shopping-basket:before {
  content: "\f291";
}
.fa-hashtag:before {
  content: "\f292";
}
.fa-bluetooth:before {
  content: "\f293";
}
.fa-bluetooth-b:before {
  content: "\f294";
}
.fa-percent:before {
  content: "\f295";
}
.fa-gitlab:before {
  content: "\f296";
}
.fa-wpbeginner:before {
  content: "\f297";
}
.fa-wpforms:before {
  content: "\f298";
}
.fa-envira:before {
  content: "\f299";
}
.fa-universal-access:before {
  content: "\f29a";
}
.fa-wheelchair-alt:before {
  content: "\f29b";
}
.fa-question-circle-o:before {
  content: "\f29c";
}
.fa-blind:before {
  content: "\f29d";
}
.fa-audio-description:before {
  content: "\f29e";
}
.fa-volume-control-phone:before {
  content: "\f2a0";
}
.fa-braille:before {
  content: "\f2a1";
}
.fa-assistive-listening-systems:before {
  content: "\f2a2";
}
.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
  content: "\f2a3";
}
.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
  content: "\f2a4";
}
.fa-glide:before {
  content: "\f2a5";
}
.fa-glide-g:before {
  content: "\f2a6";
}
.fa-signing:before,
.fa-sign-language:before {
  content: "\f2a7";
}
.fa-low-vision:before {
  content: "\f2a8";
}
.fa-viadeo:before {
  content: "\f2a9";
}
.fa-viadeo-square:before {
  content: "\f2aa";
}
.fa-snapchat:before {
  content: "\f2ab";
}
.fa-snapchat-ghost:before {
  content: "\f2ac";
}
.fa-snapchat-square:before {
  content: "\f2ad";
}
.fa-pied-piper:before {
  content: "\f2ae";
}
.fa-first-order:before {
  content: "\f2b0";
}
.fa-yoast:before {
  content: "\f2b1";
}
.fa-themeisle:before {
  content: "\f2b2";
}
.fa-google-plus-circle:before,
.fa-google-plus-official:before {
  content: "\f2b3";
}
.fa-fa:before,
.fa-font-awesome:before {
  content: "\f2b4";
}
.fa-handshake-o:before {
  content: "\f2b5";
}
.fa-envelope-open:before {
  content: "\f2b6";
}
.fa-envelope-open-o:before {
  content: "\f2b7";
}
.fa-linode:before {
  content: "\f2b8";
}
.fa-address-book:before {
  content: "\f2b9";
}
.fa-address-book-o:before {
  content: "\f2ba";
}
.fa-vcard:before,
.fa-address-card:before {
  content: "\f2bb";
}
.fa-vcard-o:before,
.fa-address-card-o:before {
  content: "\f2bc";
}
.fa-user-circle:before {
  content: "\f2bd";
}
.fa-user-circle-o:before {
  content: "\f2be";
}
.fa-user-o:before {
  content: "\f2c0";
}
.fa-id-badge:before {
  content: "\f2c1";
}
.fa-drivers-license:before,
.fa-id-card:before {
  content: "\f2c2";
}
.fa-drivers-license-o:before,
.fa-id-card-o:before {
  content: "\f2c3";
}
.fa-quora:before {
  content: "\f2c4";
}
.fa-free-code-camp:before {
  content: "\f2c5";
}
.fa-telegram:before {
  content: "\f2c6";
}
.fa-thermometer-4:before,
.fa-thermometer:before,
.fa-thermometer-full:before {
  content: "\f2c7";
}
.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
  content: "\f2c8";
}
.fa-thermometer-2:before,
.fa-thermometer-half:before {
  content: "\f2c9";
}
.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
  content: "\f2ca";
}
.fa-thermometer-0:before,
.fa-thermometer-empty:before {
  content: "\f2cb";
}
.fa-shower:before {
  content: "\f2cc";
}
.fa-bathtub:before,
.fa-s15:before,
.fa-bath:before {
  content: "\f2cd";
}
.fa-podcast:before {
  content: "\f2ce";
}
.fa-window-maximize:before {
  content: "\f2d0";
}
.fa-window-minimize:before {
  content: "\f2d1";
}
.fa-window-restore:before {
  content: "\f2d2";
}
.fa-times-rectangle:before,
.fa-window-close:before {
  content: "\f2d3";
}
.fa-times-rectangle-o:before,
.fa-window-close-o:before {
  content: "\f2d4";
}
.fa-bandcamp:before {
  content: "\f2d5";
}
.fa-grav:before {
  content: "\f2d6";
}
.fa-etsy:before {
  content: "\f2d7";
}
.fa-imdb:before {
  content: "\f2d8";
}
.fa-ravelry:before {
  content: "\f2d9";
}
.fa-eercast:before {
  content: "\f2da";
}
.fa-microchip:before {
  content: "\f2db";
}
.fa-snowflake-o:before {
  content: "\f2dc";
}
.fa-superpowers:before {
  content: "\f2dd";
}
.fa-wpexplorer:before {
  content: "\f2de";
}
.fa-meetup:before {
  content: "\f2e0";
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}
@font-face {
  font-family: swiper-icons;
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA")
    format("woff");
  font-weight: 400;
  font-style: normal;
}
:root {
  --swiper-theme-color: #007aff;
}
.swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
}
.swiper-container-vertical > .swiper-wrapper {
  flex-direction: column;
}
.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  box-sizing: content-box;
}
.swiper-container-android .swiper-slide,
.swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}
.swiper-container-multirow > .swiper-wrapper {
  flex-wrap: wrap;
}
.swiper-container-multirow-column > .swiper-wrapper {
  flex-wrap: wrap;
  flex-direction: column;
}
.swiper-container-free-mode > .swiper-wrapper {
  transition-timing-function: ease-out;
  margin: 0 auto;
}
.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
}
.swiper-slide-invisible-blank {
  visibility: hidden;
}
.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
  height: auto;
}
.swiper-container-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}
.swiper-container-3d {
  perspective: 1200px;
}
.swiper-container-3d .swiper-cube-shadow,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-wrapper {
  transform-style: preserve-3d;
}
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}
.swiper-container-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), transparent);
}
.swiper-container-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), transparent);
}
.swiper-container-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), transparent);
}
.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), transparent);
}
.swiper-container-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.swiper-container-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}
.swiper-container-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}
.swiper-container-horizontal.swiper-container-css-mode > .swiper-wrapper {
  -ms-scroll-snap-type: x mandatory;
  scroll-snap-type: x mandatory;
}
.swiper-container-vertical.swiper-container-css-mode > .swiper-wrapper {
  -ms-scroll-snap-type: y mandatory;
  scroll-snap-type: y mandatory;
}
:root {
  --swiper-navigation-size: 44px;
}
.swiper-button-next,
.swiper-button-prev {
  position: absolute;
  top: 50%;
  width: calc(var(--swiper-navigation-size) / 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(-1 * var(--swiper-navigation-size) / 2);
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
}
.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}
.swiper-button-next:after,
.swiper-button-prev:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  text-transform: none;
  font-variant: initial;
}
.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  left: 10px;
  right: auto;
}
.swiper-button-prev:after,
.swiper-container-rtl .swiper-button-next:after {
  content: "prev";
}
.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  right: 10px;
  left: auto;
}
.swiper-button-next:after,
.swiper-container-rtl .swiper-button-prev:after {
  content: "next";
}
.swiper-button-next.swiper-button-white,
.swiper-button-prev.swiper-button-white {
  --swiper-navigation-color: #ffffff;
}
.swiper-button-next.swiper-button-black,
.swiper-button-prev.swiper-button-black {
  --swiper-navigation-color: #000000;
}
.swiper-button-lock {
  display: none;
}
.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: 0.3s opacity;
  transform: translate3d(0, 0, 0);
  z-index: 10;
}
.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}
.swiper-container-horizontal > .swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  bottom: 10px;
  left: 0;
  width: 100%;
}
.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transform: scale(0.33);
  position: relative;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  transform: scale(0.33);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  transform: scale(0.33);
}
.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 100%;
  background: #000;
  opacity: 0.2;
}
button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}
.swiper-pagination-bullet-active {
  opacity: 1;
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
}
.swiper-container-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  transform: translate3d(0px, -50%, 0);
}
.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 6px 0;
  display: block;
}
.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
}
.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  transition: 0.2s transform, 0.2s top;
}
.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 4px;
}
.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
}
.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 0.2s transform, 0.2s left;
}
.swiper-container-horizontal.swiper-container-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 0.2s transform, 0.2s right;
}
.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}
.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: scale(0);
  transform-origin: left top;
}
.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  transform-origin: right top;
}
.swiper-container-horizontal > .swiper-pagination-progressbar,
.swiper-container-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}
.swiper-container-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-container-vertical > .swiper-pagination-progressbar {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}
.swiper-pagination-white {
  --swiper-pagination-color: #ffffff;
}
.swiper-pagination-black {
  --swiper-pagination-color: #000000;
}
.swiper-pagination-lock {
  display: none;
}
.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
}
.swiper-container-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}
.swiper-container-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}
.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0;
}
.swiper-scrollbar-cursor-drag {
  cursor: move;
}
.swiper-scrollbar-lock {
  display: none;
}
.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.swiper-zoom-container > canvas,
.swiper-zoom-container > img,
.swiper-zoom-container > svg {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
.swiper-slide-zoomed {
  cursor: move;
}
.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50%;
  -webkit-animation: swiper-preloader-spin 1s infinite linear;
  animation: swiper-preloader-spin 1s infinite linear;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}
.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff;
}
.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000;
}
@-webkit-keyframes swiper-preloader-spin {
  100% {
    transform: rotate(360deg);
  }
}
@keyframes swiper-preloader-spin {
  100% {
    transform: rotate(360deg);
  }
}
.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}
.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  transition-timing-function: ease-out;
}
.swiper-container-fade .swiper-slide {
  pointer-events: none;
  transition-property: opacity;
}
.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-container-cube {
  overflow: visible;
}
.swiper-container-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}
.swiper-container-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-container-cube.swiper-container-rtl .swiper-slide {
  transform-origin: 100% 0;
}
.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-next + .swiper-slide,
.swiper-container-cube .swiper-slide-prev {
  pointer-events: auto;
  visibility: visible;
}
.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right,
.swiper-container-cube .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.6;
  -webkit-filter: blur(50px);
  filter: blur(50px);
  z-index: 0;
}
.swiper-container-flip {
  overflow: visible;
}
.swiper-container-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}
.swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-container-flip .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-right,
.swiper-container-flip .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
[data-aos][data-aos][data-aos-duration="50"],
body[data-aos-duration="50"] [data-aos] {
  transition-duration: 50ms;
}
[data-aos][data-aos][data-aos-delay="50"],
body[data-aos-delay="50"] [data-aos] {
  transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="50"].aos-animate,
body[data-aos-delay="50"] [data-aos].aos-animate {
  transition-delay: 50ms;
}
[data-aos][data-aos][data-aos-duration="100"],
body[data-aos-duration="100"] [data-aos] {
  transition-duration: 0.1s;
}
[data-aos][data-aos][data-aos-delay="100"],
body[data-aos-delay="100"] [data-aos] {
  transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="100"].aos-animate,
body[data-aos-delay="100"] [data-aos].aos-animate {
  transition-delay: 0.1s;
}
[data-aos][data-aos][data-aos-duration="150"],
body[data-aos-duration="150"] [data-aos] {
  transition-duration: 0.15s;
}
[data-aos][data-aos][data-aos-delay="150"],
body[data-aos-delay="150"] [data-aos] {
  transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="150"].aos-animate,
body[data-aos-delay="150"] [data-aos].aos-animate {
  transition-delay: 0.15s;
}
[data-aos][data-aos][data-aos-duration="200"],
body[data-aos-duration="200"] [data-aos] {
  transition-duration: 0.2s;
}
[data-aos][data-aos][data-aos-delay="200"],
body[data-aos-delay="200"] [data-aos] {
  transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="200"].aos-animate,
body[data-aos-delay="200"] [data-aos].aos-animate {
  transition-delay: 0.2s;
}
[data-aos][data-aos][data-aos-duration="250"],
body[data-aos-duration="250"] [data-aos] {
  transition-duration: 0.25s;
}
[data-aos][data-aos][data-aos-delay="250"],
body[data-aos-delay="250"] [data-aos] {
  transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="250"].aos-animate,
body[data-aos-delay="250"] [data-aos].aos-animate {
  transition-delay: 0.25s;
}
[data-aos][data-aos][data-aos-duration="300"],
body[data-aos-duration="300"] [data-aos] {
  transition-duration: 0.3s;
}
[data-aos][data-aos][data-aos-delay="300"],
body[data-aos-delay="300"] [data-aos] {
  transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="300"].aos-animate,
body[data-aos-delay="300"] [data-aos].aos-animate {
  transition-delay: 0.3s;
}
[data-aos][data-aos][data-aos-duration="350"],
body[data-aos-duration="350"] [data-aos] {
  transition-duration: 0.35s;
}
[data-aos][data-aos][data-aos-delay="350"],
body[data-aos-delay="350"] [data-aos] {
  transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="350"].aos-animate,
body[data-aos-delay="350"] [data-aos].aos-animate {
  transition-delay: 0.35s;
}
[data-aos][data-aos][data-aos-duration="400"],
body[data-aos-duration="400"] [data-aos] {
  transition-duration: 0.4s;
}
[data-aos][data-aos][data-aos-delay="400"],
body[data-aos-delay="400"] [data-aos] {
  transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="400"].aos-animate,
body[data-aos-delay="400"] [data-aos].aos-animate {
  transition-delay: 0.4s;
}
[data-aos][data-aos][data-aos-duration="450"],
body[data-aos-duration="450"] [data-aos] {
  transition-duration: 0.45s;
}
[data-aos][data-aos][data-aos-delay="450"],
body[data-aos-delay="450"] [data-aos] {
  transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="450"].aos-animate,
body[data-aos-delay="450"] [data-aos].aos-animate {
  transition-delay: 0.45s;
}
[data-aos][data-aos][data-aos-duration="500"],
body[data-aos-duration="500"] [data-aos] {
  transition-duration: 0.5s;
}
[data-aos][data-aos][data-aos-delay="500"],
body[data-aos-delay="500"] [data-aos] {
  transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="500"].aos-animate,
body[data-aos-delay="500"] [data-aos].aos-animate {
  transition-delay: 0.5s;
}
[data-aos][data-aos][data-aos-duration="550"],
body[data-aos-duration="550"] [data-aos] {
  transition-duration: 0.55s;
}
[data-aos][data-aos][data-aos-delay="550"],
body[data-aos-delay="550"] [data-aos] {
  transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="550"].aos-animate,
body[data-aos-delay="550"] [data-aos].aos-animate {
  transition-delay: 0.55s;
}
[data-aos][data-aos][data-aos-duration="600"],
body[data-aos-duration="600"] [data-aos] {
  transition-duration: 0.6s;
}
[data-aos][data-aos][data-aos-delay="600"],
body[data-aos-delay="600"] [data-aos] {
  transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="600"].aos-animate,
body[data-aos-delay="600"] [data-aos].aos-animate {
  transition-delay: 0.6s;
}
[data-aos][data-aos][data-aos-duration="650"],
body[data-aos-duration="650"] [data-aos] {
  transition-duration: 0.65s;
}
[data-aos][data-aos][data-aos-delay="650"],
body[data-aos-delay="650"] [data-aos] {
  transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="650"].aos-animate,
body[data-aos-delay="650"] [data-aos].aos-animate {
  transition-delay: 0.65s;
}
[data-aos][data-aos][data-aos-duration="700"],
body[data-aos-duration="700"] [data-aos] {
  transition-duration: 0.7s;
}
[data-aos][data-aos][data-aos-delay="700"],
body[data-aos-delay="700"] [data-aos] {
  transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="700"].aos-animate,
body[data-aos-delay="700"] [data-aos].aos-animate {
  transition-delay: 0.7s;
}
[data-aos][data-aos][data-aos-duration="750"],
body[data-aos-duration="750"] [data-aos] {
  transition-duration: 0.75s;
}
[data-aos][data-aos][data-aos-delay="750"],
body[data-aos-delay="750"] [data-aos] {
  transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="750"].aos-animate,
body[data-aos-delay="750"] [data-aos].aos-animate {
  transition-delay: 0.75s;
}
[data-aos][data-aos][data-aos-duration="800"],
body[data-aos-duration="800"] [data-aos] {
  transition-duration: 0.8s;
}
[data-aos][data-aos][data-aos-delay="800"],
body[data-aos-delay="800"] [data-aos] {
  transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="800"].aos-animate,
body[data-aos-delay="800"] [data-aos].aos-animate {
  transition-delay: 0.8s;
}
[data-aos][data-aos][data-aos-duration="850"],
body[data-aos-duration="850"] [data-aos] {
  transition-duration: 0.85s;
}
[data-aos][data-aos][data-aos-delay="850"],
body[data-aos-delay="850"] [data-aos] {
  transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="850"].aos-animate,
body[data-aos-delay="850"] [data-aos].aos-animate {
  transition-delay: 0.85s;
}
[data-aos][data-aos][data-aos-duration="900"],
body[data-aos-duration="900"] [data-aos] {
  transition-duration: 0.9s;
}
[data-aos][data-aos][data-aos-delay="900"],
body[data-aos-delay="900"] [data-aos] {
  transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="900"].aos-animate,
body[data-aos-delay="900"] [data-aos].aos-animate {
  transition-delay: 0.9s;
}
[data-aos][data-aos][data-aos-duration="950"],
body[data-aos-duration="950"] [data-aos] {
  transition-duration: 0.95s;
}
[data-aos][data-aos][data-aos-delay="950"],
body[data-aos-delay="950"] [data-aos] {
  transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="950"].aos-animate,
body[data-aos-delay="950"] [data-aos].aos-animate {
  transition-delay: 0.95s;
}
[data-aos][data-aos][data-aos-duration="1000"],
body[data-aos-duration="1000"] [data-aos] {
  transition-duration: 1s;
}
[data-aos][data-aos][data-aos-delay="1000"],
body[data-aos-delay="1000"] [data-aos] {
  transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="1000"].aos-animate,
body[data-aos-delay="1000"] [data-aos].aos-animate {
  transition-delay: 1s;
}
[data-aos][data-aos][data-aos-duration="1050"],
body[data-aos-duration="1050"] [data-aos] {
  transition-duration: 1.05s;
}
[data-aos][data-aos][data-aos-delay="1050"],
body[data-aos-delay="1050"] [data-aos] {
  transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="1050"].aos-animate,
body[data-aos-delay="1050"] [data-aos].aos-animate {
  transition-delay: 1.05s;
}
[data-aos][data-aos][data-aos-duration="1100"],
body[data-aos-duration="1100"] [data-aos] {
  transition-duration: 1.1s;
}
[data-aos][data-aos][data-aos-delay="1100"],
body[data-aos-delay="1100"] [data-aos] {
  transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="1100"].aos-animate,
body[data-aos-delay="1100"] [data-aos].aos-animate {
  transition-delay: 1.1s;
}
[data-aos][data-aos][data-aos-duration="1150"],
body[data-aos-duration="1150"] [data-aos] {
  transition-duration: 1.15s;
}
[data-aos][data-aos][data-aos-delay="1150"],
body[data-aos-delay="1150"] [data-aos] {
  transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="1150"].aos-animate,
body[data-aos-delay="1150"] [data-aos].aos-animate {
  transition-delay: 1.15s;
}
[data-aos][data-aos][data-aos-duration="1200"],
body[data-aos-duration="1200"] [data-aos] {
  transition-duration: 1.2s;
}
[data-aos][data-aos][data-aos-delay="1200"],
body[data-aos-delay="1200"] [data-aos] {
  transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="1200"].aos-animate,
body[data-aos-delay="1200"] [data-aos].aos-animate {
  transition-delay: 1.2s;
}
[data-aos][data-aos][data-aos-duration="1250"],
body[data-aos-duration="1250"] [data-aos] {
  transition-duration: 1.25s;
}
[data-aos][data-aos][data-aos-delay="1250"],
body[data-aos-delay="1250"] [data-aos] {
  transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="1250"].aos-animate,
body[data-aos-delay="1250"] [data-aos].aos-animate {
  transition-delay: 1.25s;
}
[data-aos][data-aos][data-aos-duration="1300"],
body[data-aos-duration="1300"] [data-aos] {
  transition-duration: 1.3s;
}
[data-aos][data-aos][data-aos-delay="1300"],
body[data-aos-delay="1300"] [data-aos] {
  transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="1300"].aos-animate,
body[data-aos-delay="1300"] [data-aos].aos-animate {
  transition-delay: 1.3s;
}
[data-aos][data-aos][data-aos-duration="1350"],
body[data-aos-duration="1350"] [data-aos] {
  transition-duration: 1.35s;
}
[data-aos][data-aos][data-aos-delay="1350"],
body[data-aos-delay="1350"] [data-aos] {
  transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="1350"].aos-animate,
body[data-aos-delay="1350"] [data-aos].aos-animate {
  transition-delay: 1.35s;
}
[data-aos][data-aos][data-aos-duration="1400"],
body[data-aos-duration="1400"] [data-aos] {
  transition-duration: 1.4s;
}
[data-aos][data-aos][data-aos-delay="1400"],
body[data-aos-delay="1400"] [data-aos] {
  transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="1400"].aos-animate,
body[data-aos-delay="1400"] [data-aos].aos-animate {
  transition-delay: 1.4s;
}
[data-aos][data-aos][data-aos-duration="1450"],
body[data-aos-duration="1450"] [data-aos] {
  transition-duration: 1.45s;
}
[data-aos][data-aos][data-aos-delay="1450"],
body[data-aos-delay="1450"] [data-aos] {
  transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="1450"].aos-animate,
body[data-aos-delay="1450"] [data-aos].aos-animate {
  transition-delay: 1.45s;
}
[data-aos][data-aos][data-aos-duration="1500"],
body[data-aos-duration="1500"] [data-aos] {
  transition-duration: 1.5s;
}
[data-aos][data-aos][data-aos-delay="1500"],
body[data-aos-delay="1500"] [data-aos] {
  transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="1500"].aos-animate,
body[data-aos-delay="1500"] [data-aos].aos-animate {
  transition-delay: 1.5s;
}
[data-aos][data-aos][data-aos-duration="1550"],
body[data-aos-duration="1550"] [data-aos] {
  transition-duration: 1.55s;
}
[data-aos][data-aos][data-aos-delay="1550"],
body[data-aos-delay="1550"] [data-aos] {
  transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="1550"].aos-animate,
body[data-aos-delay="1550"] [data-aos].aos-animate {
  transition-delay: 1.55s;
}
[data-aos][data-aos][data-aos-duration="1600"],
body[data-aos-duration="1600"] [data-aos] {
  transition-duration: 1.6s;
}
[data-aos][data-aos][data-aos-delay="1600"],
body[data-aos-delay="1600"] [data-aos] {
  transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="1600"].aos-animate,
body[data-aos-delay="1600"] [data-aos].aos-animate {
  transition-delay: 1.6s;
}
[data-aos][data-aos][data-aos-duration="1650"],
body[data-aos-duration="1650"] [data-aos] {
  transition-duration: 1.65s;
}
[data-aos][data-aos][data-aos-delay="1650"],
body[data-aos-delay="1650"] [data-aos] {
  transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="1650"].aos-animate,
body[data-aos-delay="1650"] [data-aos].aos-animate {
  transition-delay: 1.65s;
}
[data-aos][data-aos][data-aos-duration="1700"],
body[data-aos-duration="1700"] [data-aos] {
  transition-duration: 1.7s;
}
[data-aos][data-aos][data-aos-delay="1700"],
body[data-aos-delay="1700"] [data-aos] {
  transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="1700"].aos-animate,
body[data-aos-delay="1700"] [data-aos].aos-animate {
  transition-delay: 1.7s;
}
[data-aos][data-aos][data-aos-duration="1750"],
body[data-aos-duration="1750"] [data-aos] {
  transition-duration: 1.75s;
}
[data-aos][data-aos][data-aos-delay="1750"],
body[data-aos-delay="1750"] [data-aos] {
  transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="1750"].aos-animate,
body[data-aos-delay="1750"] [data-aos].aos-animate {
  transition-delay: 1.75s;
}
[data-aos][data-aos][data-aos-duration="1800"],
body[data-aos-duration="1800"] [data-aos] {
  transition-duration: 1.8s;
}
[data-aos][data-aos][data-aos-delay="1800"],
body[data-aos-delay="1800"] [data-aos] {
  transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="1800"].aos-animate,
body[data-aos-delay="1800"] [data-aos].aos-animate {
  transition-delay: 1.8s;
}
[data-aos][data-aos][data-aos-duration="1850"],
body[data-aos-duration="1850"] [data-aos] {
  transition-duration: 1.85s;
}
[data-aos][data-aos][data-aos-delay="1850"],
body[data-aos-delay="1850"] [data-aos] {
  transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="1850"].aos-animate,
body[data-aos-delay="1850"] [data-aos].aos-animate {
  transition-delay: 1.85s;
}
[data-aos][data-aos][data-aos-duration="1900"],
body[data-aos-duration="1900"] [data-aos] {
  transition-duration: 1.9s;
}
[data-aos][data-aos][data-aos-delay="1900"],
body[data-aos-delay="1900"] [data-aos] {
  transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="1900"].aos-animate,
body[data-aos-delay="1900"] [data-aos].aos-animate {
  transition-delay: 1.9s;
}
[data-aos][data-aos][data-aos-duration="1950"],
body[data-aos-duration="1950"] [data-aos] {
  transition-duration: 1.95s;
}
[data-aos][data-aos][data-aos-delay="1950"],
body[data-aos-delay="1950"] [data-aos] {
  transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="1950"].aos-animate,
body[data-aos-delay="1950"] [data-aos].aos-animate {
  transition-delay: 1.95s;
}
[data-aos][data-aos][data-aos-duration="2000"],
body[data-aos-duration="2000"] [data-aos] {
  transition-duration: 2s;
}
[data-aos][data-aos][data-aos-delay="2000"],
body[data-aos-delay="2000"] [data-aos] {
  transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="2000"].aos-animate,
body[data-aos-delay="2000"] [data-aos].aos-animate {
  transition-delay: 2s;
}
[data-aos][data-aos][data-aos-duration="2050"],
body[data-aos-duration="2050"] [data-aos] {
  transition-duration: 2.05s;
}
[data-aos][data-aos][data-aos-delay="2050"],
body[data-aos-delay="2050"] [data-aos] {
  transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="2050"].aos-animate,
body[data-aos-delay="2050"] [data-aos].aos-animate {
  transition-delay: 2.05s;
}
[data-aos][data-aos][data-aos-duration="2100"],
body[data-aos-duration="2100"] [data-aos] {
  transition-duration: 2.1s;
}
[data-aos][data-aos][data-aos-delay="2100"],
body[data-aos-delay="2100"] [data-aos] {
  transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="2100"].aos-animate,
body[data-aos-delay="2100"] [data-aos].aos-animate {
  transition-delay: 2.1s;
}
[data-aos][data-aos][data-aos-duration="2150"],
body[data-aos-duration="2150"] [data-aos] {
  transition-duration: 2.15s;
}
[data-aos][data-aos][data-aos-delay="2150"],
body[data-aos-delay="2150"] [data-aos] {
  transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="2150"].aos-animate,
body[data-aos-delay="2150"] [data-aos].aos-animate {
  transition-delay: 2.15s;
}
[data-aos][data-aos][data-aos-duration="2200"],
body[data-aos-duration="2200"] [data-aos] {
  transition-duration: 2.2s;
}
[data-aos][data-aos][data-aos-delay="2200"],
body[data-aos-delay="2200"] [data-aos] {
  transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="2200"].aos-animate,
body[data-aos-delay="2200"] [data-aos].aos-animate {
  transition-delay: 2.2s;
}
[data-aos][data-aos][data-aos-duration="2250"],
body[data-aos-duration="2250"] [data-aos] {
  transition-duration: 2.25s;
}
[data-aos][data-aos][data-aos-delay="2250"],
body[data-aos-delay="2250"] [data-aos] {
  transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="2250"].aos-animate,
body[data-aos-delay="2250"] [data-aos].aos-animate {
  transition-delay: 2.25s;
}
[data-aos][data-aos][data-aos-duration="2300"],
body[data-aos-duration="2300"] [data-aos] {
  transition-duration: 2.3s;
}
[data-aos][data-aos][data-aos-delay="2300"],
body[data-aos-delay="2300"] [data-aos] {
  transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="2300"].aos-animate,
body[data-aos-delay="2300"] [data-aos].aos-animate {
  transition-delay: 2.3s;
}
[data-aos][data-aos][data-aos-duration="2350"],
body[data-aos-duration="2350"] [data-aos] {
  transition-duration: 2.35s;
}
[data-aos][data-aos][data-aos-delay="2350"],
body[data-aos-delay="2350"] [data-aos] {
  transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="2350"].aos-animate,
body[data-aos-delay="2350"] [data-aos].aos-animate {
  transition-delay: 2.35s;
}
[data-aos][data-aos][data-aos-duration="2400"],
body[data-aos-duration="2400"] [data-aos] {
  transition-duration: 2.4s;
}
[data-aos][data-aos][data-aos-delay="2400"],
body[data-aos-delay="2400"] [data-aos] {
  transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="2400"].aos-animate,
body[data-aos-delay="2400"] [data-aos].aos-animate {
  transition-delay: 2.4s;
}
[data-aos][data-aos][data-aos-duration="2450"],
body[data-aos-duration="2450"] [data-aos] {
  transition-duration: 2.45s;
}
[data-aos][data-aos][data-aos-delay="2450"],
body[data-aos-delay="2450"] [data-aos] {
  transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="2450"].aos-animate,
body[data-aos-delay="2450"] [data-aos].aos-animate {
  transition-delay: 2.45s;
}
[data-aos][data-aos][data-aos-duration="2500"],
body[data-aos-duration="2500"] [data-aos] {
  transition-duration: 2.5s;
}
[data-aos][data-aos][data-aos-delay="2500"],
body[data-aos-delay="2500"] [data-aos] {
  transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="2500"].aos-animate,
body[data-aos-delay="2500"] [data-aos].aos-animate {
  transition-delay: 2.5s;
}
[data-aos][data-aos][data-aos-duration="2550"],
body[data-aos-duration="2550"] [data-aos] {
  transition-duration: 2.55s;
}
[data-aos][data-aos][data-aos-delay="2550"],
body[data-aos-delay="2550"] [data-aos] {
  transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="2550"].aos-animate,
body[data-aos-delay="2550"] [data-aos].aos-animate {
  transition-delay: 2.55s;
}
[data-aos][data-aos][data-aos-duration="2600"],
body[data-aos-duration="2600"] [data-aos] {
  transition-duration: 2.6s;
}
[data-aos][data-aos][data-aos-delay="2600"],
body[data-aos-delay="2600"] [data-aos] {
  transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="2600"].aos-animate,
body[data-aos-delay="2600"] [data-aos].aos-animate {
  transition-delay: 2.6s;
}
[data-aos][data-aos][data-aos-duration="2650"],
body[data-aos-duration="2650"] [data-aos] {
  transition-duration: 2.65s;
}
[data-aos][data-aos][data-aos-delay="2650"],
body[data-aos-delay="2650"] [data-aos] {
  transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="2650"].aos-animate,
body[data-aos-delay="2650"] [data-aos].aos-animate {
  transition-delay: 2.65s;
}
[data-aos][data-aos][data-aos-duration="2700"],
body[data-aos-duration="2700"] [data-aos] {
  transition-duration: 2.7s;
}
[data-aos][data-aos][data-aos-delay="2700"],
body[data-aos-delay="2700"] [data-aos] {
  transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="2700"].aos-animate,
body[data-aos-delay="2700"] [data-aos].aos-animate {
  transition-delay: 2.7s;
}
[data-aos][data-aos][data-aos-duration="2750"],
body[data-aos-duration="2750"] [data-aos] {
  transition-duration: 2.75s;
}
[data-aos][data-aos][data-aos-delay="2750"],
body[data-aos-delay="2750"] [data-aos] {
  transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="2750"].aos-animate,
body[data-aos-delay="2750"] [data-aos].aos-animate {
  transition-delay: 2.75s;
}
[data-aos][data-aos][data-aos-duration="2800"],
body[data-aos-duration="2800"] [data-aos] {
  transition-duration: 2.8s;
}
[data-aos][data-aos][data-aos-delay="2800"],
body[data-aos-delay="2800"] [data-aos] {
  transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="2800"].aos-animate,
body[data-aos-delay="2800"] [data-aos].aos-animate {
  transition-delay: 2.8s;
}
[data-aos][data-aos][data-aos-duration="2850"],
body[data-aos-duration="2850"] [data-aos] {
  transition-duration: 2.85s;
}
[data-aos][data-aos][data-aos-delay="2850"],
body[data-aos-delay="2850"] [data-aos] {
  transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="2850"].aos-animate,
body[data-aos-delay="2850"] [data-aos].aos-animate {
  transition-delay: 2.85s;
}
[data-aos][data-aos][data-aos-duration="2900"],
body[data-aos-duration="2900"] [data-aos] {
  transition-duration: 2.9s;
}
[data-aos][data-aos][data-aos-delay="2900"],
body[data-aos-delay="2900"] [data-aos] {
  transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="2900"].aos-animate,
body[data-aos-delay="2900"] [data-aos].aos-animate {
  transition-delay: 2.9s;
}
[data-aos][data-aos][data-aos-duration="2950"],
body[data-aos-duration="2950"] [data-aos] {
  transition-duration: 2.95s;
}
[data-aos][data-aos][data-aos-delay="2950"],
body[data-aos-delay="2950"] [data-aos] {
  transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="2950"].aos-animate,
body[data-aos-delay="2950"] [data-aos].aos-animate {
  transition-delay: 2.95s;
}
[data-aos][data-aos][data-aos-duration="3000"],
body[data-aos-duration="3000"] [data-aos] {
  transition-duration: 3s;
}
[data-aos][data-aos][data-aos-delay="3000"],
body[data-aos-delay="3000"] [data-aos] {
  transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="3000"].aos-animate,
body[data-aos-delay="3000"] [data-aos].aos-animate {
  transition-delay: 3s;
}
[data-aos][data-aos][data-aos-easing="linear"],
body[data-aos-easing="linear"] [data-aos] {
  transition-timing-function: cubic-bezier(0.25, 0.25, 0.75, 0.75);
}
[data-aos][data-aos][data-aos-easing="ease"],
body[data-aos-easing="ease"] [data-aos] {
  transition-timing-function: ease;
}
[data-aos][data-aos][data-aos-easing="ease-in"],
body[data-aos-easing="ease-in"] [data-aos] {
  transition-timing-function: ease-in;
}
[data-aos][data-aos][data-aos-easing="ease-out"],
body[data-aos-easing="ease-out"] [data-aos] {
  transition-timing-function: ease-out;
}
[data-aos][data-aos][data-aos-easing="ease-in-out"],
body[data-aos-easing="ease-in-out"] [data-aos] {
  transition-timing-function: ease-in-out;
}
[data-aos][data-aos][data-aos-easing="ease-in-back"],
body[data-aos-easing="ease-in-back"] [data-aos] {
  transition-timing-function: cubic-bezier(0.6, -0.28, 0.735, 0.045);
}
[data-aos][data-aos][data-aos-easing="ease-out-back"],
body[data-aos-easing="ease-out-back"] [data-aos] {
  transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
[data-aos][data-aos][data-aos-easing="ease-in-out-back"],
body[data-aos-easing="ease-in-out-back"] [data-aos] {
  transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
[data-aos][data-aos][data-aos-easing="ease-in-sine"],
body[data-aos-easing="ease-in-sine"] [data-aos] {
  transition-timing-function: cubic-bezier(0.47, 0, 0.745, 0.715);
}
[data-aos][data-aos][data-aos-easing="ease-out-sine"],
body[data-aos-easing="ease-out-sine"] [data-aos] {
  transition-timing-function: cubic-bezier(0.39, 0.575, 0.565, 1);
}
[data-aos][data-aos][data-aos-easing="ease-in-out-sine"],
body[data-aos-easing="ease-in-out-sine"] [data-aos] {
  transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95);
}
[data-aos][data-aos][data-aos-easing="ease-in-quad"],
body[data-aos-easing="ease-in-quad"] [data-aos] {
  transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
}
[data-aos][data-aos][data-aos-easing="ease-out-quad"],
body[data-aos-easing="ease-out-quad"] [data-aos] {
  transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
[data-aos][data-aos][data-aos-easing="ease-in-out-quad"],
body[data-aos-easing="ease-in-out-quad"] [data-aos] {
  transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
[data-aos][data-aos][data-aos-easing="ease-in-cubic"],
body[data-aos-easing="ease-in-cubic"] [data-aos] {
  transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
}
[data-aos][data-aos][data-aos-easing="ease-out-cubic"],
body[data-aos-easing="ease-out-cubic"] [data-aos] {
  transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
[data-aos][data-aos][data-aos-easing="ease-in-out-cubic"],
body[data-aos-easing="ease-in-out-cubic"] [data-aos] {
  transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
[data-aos][data-aos][data-aos-easing="ease-in-quart"],
body[data-aos-easing="ease-in-quart"] [data-aos] {
  transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
}
[data-aos][data-aos][data-aos-easing="ease-out-quart"],
body[data-aos-easing="ease-out-quart"] [data-aos] {
  transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
[data-aos][data-aos][data-aos-easing="ease-in-out-quart"],
body[data-aos-easing="ease-in-out-quart"] [data-aos] {
  transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
[data-aos^="fade"][data-aos^="fade"] {
  opacity: 0;
  transition-property: opacity, transform;
}
[data-aos^="fade"][data-aos^="fade"].aos-animate {
  opacity: 1;
  transform: translateZ(0);
}
[data-aos="fade-up"] {
  transform: translate3d(0, 100px, 0);
}
[data-aos="fade-down"] {
  transform: translate3d(0, -100px, 0);
}
[data-aos="fade-right"] {
  transform: translate3d(-100px, 0, 0);
}
[data-aos="fade-left"] {
  transform: translate3d(100px, 0, 0);
}
[data-aos="fade-up-right"] {
  transform: translate3d(-100px, 100px, 0);
}
[data-aos="fade-up-left"] {
  transform: translate3d(100px, 100px, 0);
}
[data-aos="fade-down-right"] {
  transform: translate3d(-100px, -100px, 0);
}
[data-aos="fade-down-left"] {
  transform: translate3d(100px, -100px, 0);
}
[data-aos^="zoom"][data-aos^="zoom"] {
  opacity: 0;
  transition-property: opacity, transform;
}
[data-aos^="zoom"][data-aos^="zoom"].aos-animate {
  opacity: 1;
  transform: translateZ(0) scale(1);
}
[data-aos="zoom-in"] {
  transform: scale(0.6);
}
[data-aos="zoom-in-up"] {
  transform: translate3d(0, 100px, 0) scale(0.6);
}
[data-aos="zoom-in-down"] {
  transform: translate3d(0, -100px, 0) scale(0.6);
}
[data-aos="zoom-in-right"] {
  transform: translate3d(-100px, 0, 0) scale(0.6);
}
[data-aos="zoom-in-left"] {
  transform: translate3d(100px, 0, 0) scale(0.6);
}
[data-aos="zoom-out"] {
  transform: scale(1.2);
}
[data-aos="zoom-out-up"] {
  transform: translate3d(0, 100px, 0) scale(1.2);
}
[data-aos="zoom-out-down"] {
  transform: translate3d(0, -100px, 0) scale(1.2);
}
[data-aos="zoom-out-right"] {
  transform: translate3d(-100px, 0, 0) scale(1.2);
}
[data-aos="zoom-out-left"] {
  transform: translate3d(100px, 0, 0) scale(1.2);
}
[data-aos^="slide"][data-aos^="slide"] {
  transition-property: transform;
}
[data-aos^="slide"][data-aos^="slide"].aos-animate {
  transform: translateZ(0);
}
[data-aos="slide-up"] {
  transform: translate3d(0, 100%, 0);
}
[data-aos="slide-down"] {
  transform: translate3d(0, -100%, 0);
}
[data-aos="slide-right"] {
  transform: translate3d(-100%, 0, 0);
}
[data-aos="slide-left"] {
  transform: translate3d(100%, 0, 0);
}
[data-aos^="flip"][data-aos^="flip"] {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transition-property: transform;
}
[data-aos="flip-left"] {
  transform: perspective(2500px) rotateY(-100deg);
}
[data-aos="flip-left"].aos-animate {
  transform: perspective(2500px) rotateY(0);
}
[data-aos="flip-right"] {
  transform: perspective(2500px) rotateY(100deg);
}
[data-aos="flip-right"].aos-animate {
  transform: perspective(2500px) rotateY(0);
}
[data-aos="flip-up"] {
  transform: perspective(2500px) rotateX(-100deg);
}
[data-aos="flip-up"].aos-animate {
  transform: perspective(2500px) rotateX(0);
}
[data-aos="flip-down"] {
  transform: perspective(2500px) rotateX(100deg);
}
[data-aos="flip-down"].aos-animate {
  transform: perspective(2500px) rotateX(0);
}
.noUi-target,
.noUi-target * {
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-user-select: none;
  touch-action: none;
  -ms-user-select: none;
  -moz-user-select: none;
  user-select: none;
  box-sizing: border-box;
}
.noUi-target {
  position: relative;
}
.noUi-base,
.noUi-connects {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
}
.noUi-connects {
  overflow: hidden;
  z-index: 0;
}
.noUi-connect,
.noUi-origin {
  will-change: transform;
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  -ms-transform-origin: 0 0;
  -webkit-transform-origin: 0 0;
  -webkit-transform-style: preserve-3d;
  transform-origin: 0 0;
  transform-style: flat;
}
.noUi-connect {
  height: 100%;
  width: 100%;
}
.noUi-origin {
  height: 10%;
  width: 10%;
}
.noUi-txt-dir-rtl.noUi-horizontal .noUi-origin {
  left: 0;
  right: auto;
}
.noUi-vertical .noUi-origin {
  width: 0;
}
.noUi-horizontal .noUi-origin {
  height: 0;
}
.noUi-handle {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  position: absolute;
}
.noUi-touch-area {
  height: 100%;
  width: 100%;
}
.noUi-state-tap .noUi-connect,
.noUi-state-tap .noUi-origin {
  transition: transform 0.3s;
}
.noUi-state-drag * {
  cursor: inherit !important;
}
.noUi-horizontal {
  height: 18px;
}
.noUi-horizontal .noUi-handle {
  width: 34px;
  height: 28px;
  right: -17px;
  top: -6px;
}
.noUi-vertical {
  width: 18px;
}
.noUi-vertical .noUi-handle {
  width: 28px;
  height: 34px;
  right: -6px;
  top: -17px;
}
.noUi-txt-dir-rtl.noUi-horizontal .noUi-handle {
  left: -17px;
  right: auto;
}
.noUi-target {
  background: #fafafa;
  border-radius: 4px;
  border: 1px solid #d3d3d3;
  box-shadow: inset 0 1px 1px #f0f0f0, 0 3px 6px -5px #bbb;
}
.noUi-connects {
  border-radius: 3px;
}
.noUi-connect {
  background: #3fb8af;
}
.noUi-draggable {
  cursor: ew-resize;
}
.noUi-vertical .noUi-draggable {
  cursor: ns-resize;
}
.noUi-handle {
  border: 1px solid #d9d9d9;
  border-radius: 3px;
  background: #fff;
  cursor: default;
  box-shadow: inset 0 0 1px #fff, inset 0 1px 7px #ebebeb, 0 3px 6px -3px #bbb;
}
.noUi-active {
  box-shadow: inset 0 0 1px #fff, inset 0 1px 7px #ddd, 0 3px 6px -3px #bbb;
}
.noUi-handle:after,
.noUi-handle:before {
  content: "";
  display: block;
  position: absolute;
  height: 14px;
  width: 1px;
  background: #e8e7e6;
  left: 14px;
  top: 6px;
}
.noUi-handle:after {
  left: 17px;
}
.noUi-vertical .noUi-handle:after,
.noUi-vertical .noUi-handle:before {
  width: 14px;
  height: 1px;
  left: 6px;
  top: 14px;
}
.noUi-vertical .noUi-handle:after {
  top: 17px;
}
[disabled] .noUi-connect {
  background: #b8b8b8;
}
[disabled] .noUi-handle,
[disabled].noUi-handle,
[disabled].noUi-target {
  cursor: not-allowed;
}
.noUi-pips,
.noUi-pips * {
  box-sizing: border-box;
}
.noUi-pips {
  position: absolute;
  color: #999;
}
.noUi-value {
  position: absolute;
  white-space: nowrap;
  text-align: center;
}
.noUi-value-sub {
  color: #ccc;
  font-size: 10px;
}
.noUi-marker {
  position: absolute;
  background: #ccc;
}
.noUi-marker-sub {
  background: #aaa;
}
.noUi-marker-large {
  background: #aaa;
}
.noUi-pips-horizontal {
  padding: 10px 0;
  height: 80px;
  top: 100%;
  left: 0;
  width: 100%;
}
.noUi-value-horizontal {
  transform: translate(-50%, 50%);
}
.noUi-rtl .noUi-value-horizontal {
  transform: translate(50%, 50%);
}
.noUi-marker-horizontal.noUi-marker {
  margin-left: -1px;
  width: 2px;
  height: 5px;
}
.noUi-marker-horizontal.noUi-marker-sub {
  height: 10px;
}
.noUi-marker-horizontal.noUi-marker-large {
  height: 15px;
}
.noUi-pips-vertical {
  padding: 0 10px;
  height: 100%;
  top: 0;
  left: 100%;
}
.noUi-value-vertical {
  transform: translate(0, -50%);
  padding-left: 25px;
}
.noUi-rtl .noUi-value-vertical {
  transform: translate(0, 50%);
}
.noUi-marker-vertical.noUi-marker {
  width: 5px;
  height: 2px;
  margin-top: -1px;
}
.noUi-marker-vertical.noUi-marker-sub {
  width: 10px;
}
.noUi-marker-vertical.noUi-marker-large {
  width: 15px;
}
.noUi-tooltip {
  display: block;
  position: absolute;
  border: 1px solid #d9d9d9;
  border-radius: 3px;
  background: #fff;
  color: #000;
  padding: 5px;
  text-align: center;
  white-space: nowrap;
}
.noUi-horizontal .noUi-tooltip {
  transform: translate(-50%, 0);
  left: 50%;
  bottom: 120%;
}
.noUi-vertical .noUi-tooltip {
  transform: translate(0, -50%);
  top: 50%;
  right: 120%;
}
.noUi-horizontal .noUi-origin > .noUi-tooltip {
  transform: translate(50%, 0);
  left: auto;
  bottom: 10px;
}
.noUi-vertical .noUi-origin > .noUi-tooltip {
  transform: translate(0, -18px);
  top: auto;
  right: 28px;
}
.input-with-loading-icon {
  background-image: url(../fonts/loading-240aee4a9c189bf4acf95632886668244580cc958afc10c0c2f00bc7ca65b842.gif);
  background-repeat: no-repeat;
  background-position: right;
  background-size: 10%;
}
.with-show-password {
  position: relative;
}
.with-show-password a {
  position: absolute;
  top: 19px;
  right: 15px;
  line-height: 18px;
  font-size: 15px;
  font-weight: 600;
}
.with-animated-label {
  position: relative;
}
.with-animated-label label {
  position: absolute;
  top: 19px;
  left: 15px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 15px;
  line-height: 18px;
  color: #6d6d6d;
  opacity: 0.8;
  pointer-events: none;
  transition: all 0.3s;
}
.with-animated-label label.error {
  position: relative;
  top: 0;
  display: block;
  font-size: 14px !important;
  font-weight: 500;
  color: red;
  top: 0 !important;
  left: 0;
  margin-top: 5px;
}
.with-animated-label input {
  width: 100%;
  height: 56px;
  background-color: #fff;
  border: 1px solid #e4e4ec;
  border-radius: 8px;
  font-size: 14px;
  padding: 0 15px;
  color: rgba(109, 109, 109, 0.8);
  font-family: inter;
  transition: all 0.3s;
}
.with-animated-label input:focus {
  border: 1px solid #fcbe00;
}
.with-animated-label input.error {
  border: 1px solid red;
  transition: all 0.3s;
}
.with-animated-label.input-with-animated-label-focus label {
  background-color: #fff;
  padding-left: 5px;
  padding-right: 15px;
  top: -10px;
  opacity: 1;
  font-size: 13px;
  transition: all 0.3s;
}
.with-animated-label.input-with-animated-label-focus input {
  transition: all 0.3s;
}
@font-face {
  font-family: roobert;
  src: url(../fonts/roobertbold-webfont-c52a3f6666100a72ef83ff4ad1ba7ca4864de85c51192dfb3befef038711d9f0.woff2) format("woff2"), url(../fonts/roobertbold-webfont-ff80a8f9332c0fe92420790861a7ee1aec6b376706f30b1e598412e688e13815.woff) format("woff");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: roobert-heavy;
  src: url(../fonts/roobertheavy-webfont-fcc4e32c768d1613b9d81213253bce2b03e07c8550f892c696a985e7d732e5f2.woff2) format("woff2"), url(../fonts/roobertheavy-webfont-f4be885f3bdda960f69f41554c6e3462c115e121b08d1e280d75ae4ead2ffdc6.woff) format("woff");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: roobert;
  src: url(../fonts/roobertlight-webfont-c2467c4d29fa005167e8dc7b4319b72603e6d2c7ba94dc409fb9aad4839d3b36.woff2) format("woff2"), url(../fonts/roobertlight-webfont-d85bca531843ba6ee242de397951a948c554c86c65e864290e78cbf31e51e68f.woff) format("woff");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: roobert;
  src: url(../fonts/roobertmedium-webfont-bb73f068cb15ccc5e1cd1be7296c43345f66c60e6d7a775a4a4437858c876381.woff2) format("woff2"), url(../fonts/roobertmedium-webfont-062f0443165b425197b47f6a902a217df4073c5052aa55529aca61195633fea0.woff) format("woff");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: roobert;
  src: url(../fonts/roobertregular-webfont-1dcda6288281c8d5472f7cf6be2bb7b95d65d049611751f0a43a4b130115a049.woff2) format("woff2"), url(../fonts/roobertregular-webfont-5fa6d1c3f45a9d163aad59fe826ec562d959db2e2dd8691d038c1b0d1e2dac9e.woff) format("woff");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: roobert;
  src: url(../fonts/roobertsemibold-webfont-33f4197b30f4bd31b04aa5eab51428a5ff62ff0f3d98f4324edf6e3d8b61b138.woff2) format("woff2"), url(../fonts/roobertsemibold-webfont-3b08f31095f8260691bfadfbbdb5e26d58a21b243ffb44f8b65f5d254f19f51d.woff) format("woff");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: inter;
  src: url(../fonts/Inter-SemiBold-b3df0287555ac6020726d5a5c13ceaba6ecf562207a35e16d188441531716d8b.woff2) format("woff2"), url(../fonts/Inter-SemiBold-adc9e13ea2bb66ee310925dabfb3aabbf2cd8355ba576fc6f6f27d1883177fd1.woff) format("woff");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: inter;
  src: url(../fonts/Inter-Bold-aee77369a41e217c6c11b7a165ed3c86c9d0c70be5a7a6252d4cf7f27af326b9.woff2) format("woff2"), url(../fonts/Inter-Bold-2a6532cf147cb8f4303327a3a056d8c9ffc30c24bb4dc196fc72c9c37f1b98da.woff) format("woff");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: inter;
  src: url(../fonts/Inter-Medium-ac710b8dec76b1b24631ca58db3c4fdb18e5d2341666ede864dffb4bb99abd7c.woff2) format("woff2"), url(../fonts/Inter-Medium-9b97e87d9862b09ef631dd0473c4d467fec458f43972b052e00ae2c4aaf24cea.woff) format("woff");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: inter;
  src: url(../fonts/Inter-ExtraBold-5918b333bfbd7f2a055723b96327afbd3275d136bac50182faa92a6bcd4249dd.woff2) format("woff2"), url(../fonts/Inter-ExtraBold-4533d6c37594ba2a52e045a4c0bd602e31d4f70684133b7f71572bc71563060a.woff) format("woff");
  font-weight: 800;
  font-style: normal;
}
@font-face {
  font-family: inter;
  src: url(../fonts/Inter-Regular-c900ddf56356f55b701ad598c7cd4f8553bbc5e00855616053bdb9e8c772f731.woff2) format("woff2"), url(../fonts/Inter-Regular-22205c096eb700dde987a0886f04ed23ab459d99cd986390f3243b6d9dd7afd0.woff) format("woff");
  font-weight: 400;
  font-style: normal;
}
* {
  list-style: none;
  text-decoration: none;
  margin: 0;
  padding: 0;
  text-align: left;
  border: 0;
  color: #23292e;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  box-sizing: border-box;
  outline: 0;
  font-size: 16px;
  font-family: roobert;
}
button {
  background: 0 0;
  cursor: pointer;
}
img {
  display: block;
  max-width: 100%;
}
html,
body {
  overflow-x: hidden;
}
input,
button,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.container {
  width: 1246px;
  padding: 0 15px;
  margin: 0 auto;
}
@media (max-width: 1300px) {
  .container {
    width: 1200px;
  }
}
@media (max-width: 1200px) {
  .container {
    width: 100%;
    padding: 0 24px;
  }
}
header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  padding-top: 24px;
  z-index: 2000;
  background-color: #000;
  transition: all 0.3s;
}
header.fixed-menu {
  padding: 15px 0;
  background-color: rgba(0, 0, 0, 0.8);
  box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.1);
  transition: all 0.3s;
}
header .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  z-index: 5;
}
header .left {
  display: flex;
  align-items: center;
}
header .left .logo {
  display: block;
  margin-right: 67px;
  margin-left: -36px;
}
header .left ul {
  display: flex;
}
header .left ul li {
  margin-left: 63px;
}
header .left ul li:first-child {
  margin-left: 0;
}
header .left ul li a {
  font-family: "roobert-heavy";
  font-weight: bold;
  color: #fff;
  transition: all 0.3s;
}
header .left ul li a.active {
  position: relative;
  color: #fff;
  font-family: "roobert-heavy";
  font-weight: bold;
}
header .left ul li a.active:after {
  content: "";
  position: absolute;
  bottom: -12px;
  left: 50%;
  background: url(../fonts/static_pages/details-active-menu-3cc0220ff933934094b7e77bbf1a7a68ab10495e52b15e39510a7f63e483cc0b.svg) no-repeat center center;
  width: 18px;
  height: 3px;
  margin-left: -9px;
}
header .left ul li a:hover {
  color: #fcbe00;
  transition: all 0.3s;
}
header .right {
  display: flex;
  align-items: center;
}
header .right .btn-account {
  display: flex;
  align-items: center;
  margin-right: 47px;
}
header .right .btn-account img {
  margin-right: 14px;
}
header .right .btn-account span {
  color: #27272d;
  letter-spacing: -0.02em;
  font-weight: 500;
}
header .right .btn {
  width: 176px;
  height: 46px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  background-color: transparent;
  border: 1px solid #fcbe00;
  color: #fcbe00;
  font-size: 15px;
  font-weight: 600;
  font-family: inter;
  transition: all 0.3s;
}
header .right .btn:hover {
  background-color: #fcbe00;
  color: #fff;
  transition: all 0.3s;
}
header .right .btns {
  display: none;
}
header .right .btns #btn-menu-cliente {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #27272d;
  margin-right: 19px;
}
header .right .dropdown-user {
  display: none;
  position: absolute;
  width: 159px;
  background-color: #fff;
  border-radius: 4px;
  box-shadow: 0 16px 36px rgba(0, 0, 0, 0.25);
  top: 60px;
  right: 52px;
  padding: 15px 10px;
  opacity: 0;
  pointer-events: none;
  transition: all 0.3s;
}
header .right .dropdown-user.show-drop {
  opacity: 1;
  pointer-events: all;
  top: 65px;
  transition: all 0.3s;
}
header .right .dropdown-user:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 0;
  height: 0;
  border-left: 14px solid transparent;
  border-right: 14px solid transparent;
  border-bottom: 15px solid #fff;
  position: absolute;
  top: -11px;
  right: 15px;
}
header .right .dropdown-user a {
  width: 100%;
  width: 138px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 6px;
  font-weight: 700;
  font-size: 13px;
  margin-bottom: 11px;
}
header .right .dropdown-user a:last-child {
  margin-bottom: 0;
}
header .right .dropdown-user a.btn-login {
  border: 1px solid #fcbe00;
  color: #fcbe00;
}
header .right .dropdown-user a.btn-cadastrar {
  background: #fcbe00;
  border-radius: 6px;
  color: #fff;
}
header .menu-btn {
  display: none;
}
@media (max-width: 1024px) {
  header .menu-btn {
    display: block;
  }
}
header .menu-mobile {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  z-index: 4;
  padding-top: 130px;
  display: flex;
  flex-direction: column;
  align-items: center;
  transform: translateY(50%);
  opacity: 0;
  pointer-events: none;
  transition: all 0.3s;
}
header .menu-mobile .menu {
  display: flex;
  align-items: center;
  flex-direction: column;
  margin-bottom: 80px;
}
header .menu-mobile .menu li {
  margin-bottom: 50px;
}
header .menu-mobile .menu li:last-child {
  margin-bottom: 0;
}
header .menu-mobile .menu li a {
  display: block;
  font-weight: 700;
  font-size: 22px;
  line-height: 26px;
  letter-spacing: -0.02em;
  color: #fff;
  opacity: 0.67;
}
header .menu-mobile .menu li a.active {
  position: relative;
  color: #fcbe00;
  font-weight: 600;
}
header .menu-mobile .menu li a.active:after {
  content: "";
  position: absolute;
  bottom: -12px;
  left: 50%;
  background: url("../images/menu-mobile-item.svg") no-repeat center center;
  width: 18px;
  height: 3px;
  margin-left: -9px;
}
header .menu-mobile .social {
  display: flex;
  align-items: center;
}
header .menu-mobile .social li {
  margin-left: 40px;
}
header .menu-mobile .social li:first-child {
  margin-left: 0;
}
header .menu-mobile .social li a i {
  color: #fcbe00;
  opacity: 0.89;
  font-size: 30px;
}
@media (max-width: 1200px) {
  header {
    padding-top: 22px;
    padding-bottom: 16px;
  }
  header .left .logo {
    max-width: 146px;
    margin-left: 0;
  }
  header .left nav {
    display: none;
  }
  header .right .btn {
    width: 176px;
    height: 42px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    background-color: transparent;
    border: 1px solid #fcbe00;
    color: #fcbe00;
    font-size: 15px;
    font-weight: 600;
    font-family: inter;
    transition: all 0.3s;
  }
  header .right .btn:hover {
    background-color: #fcbe00;
    color: #fff;
    transition: all 0.3s;
  }
  header .right {
    position: relative;
  }
  header .right .btn-account {
    display: none;
  }
  header .right .btns {
    display: flex;
  }
  header .right .dropdown-user {
    display: block;
  }
}
header .menu-mobile.menu-opened {
  transform: translateY(0%);
  opacity: 1;
  pointer-events: all;
  transition: all 0.3s;
}
.menu-button {
  width: 44px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: 0.2s all cubic-bezier(0.4, -0.1, 0, 1.1);
  margin-right: -6px;
}
a.menu-button:hover .menu-icon,
a.menu-button:hover .menu-icon::after {
  width: 32px;
  transition: 0.2s all cubic-bezier(0.4, -0.1, 0, 1.1);
}
.menu-icon {
  width: 32px;
  height: 2px;
  background-color: #fcbe00;
  display: block;
  position: relative;
  float: right;
  transition: 0.2s all cubic-bezier(0.4, -0.1, 0, 1.1);
}
.menu-icon::before,
.menu-icon::after {
  content: "";
  display: block;
  height: 2px;
  background-color: #fcbe00;
  position: absolute;
  right: 0;
  transition: 0.2s all cubic-bezier(0.4, -0.1, 0, 1.1);
}
.menu-icon::before {
  margin-top: -8px;
  width: 32px;
  transition: 0.2s all cubic-bezier(0.4, -0.1, 0, 1.1);
}
.menu-icon::after {
  margin-top: 8px;
  width: 32px;
  transition: 0.2s all cubic-bezier(0.4, -0.1, 0, 1.1);
}
.menu-opened .menu-icon {
  height: 0;
  width: 32px;
  transition: 0.2s all cubic-bezier(0.4, -0.1, 0, 1.1);
}
.menu-opened .menu-icon::after {
  width: 32px;
  transform: rotate(45deg);
  margin-top: 0;
  transition: 0.2s all cubic-bezier(0.4, -0.1, 0, 1.1);
}
.menu-opened .menu-icon::before {
  transform: rotate(-45deg);
  margin-top: 0;
  transition: 0.2s all cubic-bezier(0.4, -0.1, 0, 1.1);
}

.s-use {
  position: relative;
  background-color: #fcbe00;
  padding-top: 77px;
  padding-bottom: 71px;
}
.s-use:after {
  content: "";
  background: url(../fonts/static_pages/details-home-1f19e8e0767add781756cc824fafaf8a6662bf86214a9193624972d00bcc2ec0.svg) no-repeat center center;
  width: 100%;
  height: 82px;
  position: absolute;
  left: 0;
  bottom: -40px;
}
.s-use .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.s-use .txt-left {
  position: relative;
  width: 310px;
  height: 167px;
  border-right: 1px solid #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-right: 52px;
}
.s-use .txt-left h2 {
  max-width: 194px;
  font: normal 800 28px/38px "roobert-heavy";
  color: #fff;
  margin-bottom: 24px;
}
.s-use .txt-left p {
  font-family: inter;
  max-width: 258px;
  font-weight: 500;
  line-height: 24px;
  color: #fff;
}
.s-use .txt-left .arrow {
  position: absolute;
  right: -19px;
  top: 50%;
  margin-top: -19px;
}
.s-use ul {
  display: flex;
  align-items: flex-start;
  width: 799px;
}
.s-use ul li {
  margin-left: 70px;
}
.s-use ul li:first-child {
  margin-left: 0;
}
.s-use ul li .icon {
  width: 40px;
  height: 40px;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 15px;
}
.s-use ul li h3 {
  font-weight: 700;
  font-size: 16px;
  line-height: 18px;
  color: #fff;
  margin-bottom: 6px;
}
.s-use ul li p {
  font-family: inter;
  font-weight: 500;
  font-size: 14px;
  line-height: 23px;
  color: #fff;
}
@media (max-width: 1200px) {
  .s-use {
    padding: 49px 0;
  }
  .s-use .container {
    flex-direction: column;
    align-items: center;
  }
  .s-use .txt-left {
    padding-right: 0;
    border-right: none;
    height: auto;
    width: 100%;
    padding-bottom: 46px;
    margin-bottom: 66px;
  }
  .s-use .txt-left:after {
    content: "";
    opacity: 0.5;
    border-bottom: 1px solid #fff;
    width: 167px;
    height: 0;
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -83.5px;
  }
  .s-use .txt-left h2 {
    text-align: center;
    max-width: 100%;
    font-size: 24px;
    line-height: 28px;
  }
  .s-use .txt-left p {
    text-align: center;
    max-width: 271px;
    margin: 0 auto;
    font-size: 15px;
  }
  .s-use .txt-left .arrow {
    right: initial;
    left: 50%;
    margin-left: -19px;
    transform: rotate(90deg);
    margin-top: 0;
    top: initial;
    bottom: -19px;
    z-index: 2;
  }
  .s-use ul {
    width: 100%;
    flex-direction: column;
    align-items: center;
  }
  .s-use ul li {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-left: 0;
    margin-bottom: 35px;
  }
  .s-use ul li:last-child {
    margin-bottom: 0;
  }
  .s-use ul li p {
    text-align: center;
    max-width: 311px;
  }
}
.s-cadastro {
  padding-bottom: 129px;
}
.s-cadastro .title {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 24px;
}
.s-cadastro .title h2 {
  font: normal 800 28px/1 "Roobert-heavy";
  text-align: center;
  color: #27272d;
  margin-top: 25px;
}
.s-cadastro p {
  text-align: center;
  font-size: 16px;
  line-height: 28px;
  text-align: center;
  color: #737380;
  opacity: 0.9;
  max-width: 496px;
  margin: 0 auto;
}
.s-cadastro form {
  width: 1008px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin: 0 auto;
  margin-top: 40px;
}
.s-cadastro form .form-group {
  position: relative;
}
.s-cadastro form .form-group.focus label {
  background-color: #fff;
  padding-left: 5px;
  padding-right: 15px;
  top: -10px;
  opacity: 1;
  font-size: 13px;
  transition: all 0.3s;
}
.s-cadastro form .form-group.focus input {
  transition: all 0.3s;
}
.s-cadastro form label {
  position: absolute;
  top: 19px;
  left: 15px;
  font-size: 15px;
  line-height: 18px;
  color: #6d6d6d;
  opacity: 0.8;
  pointer-events: none;
  transition: all 0.3s;
}
.s-cadastro form label.error {
  position: relative;
  top: 0;
  display: block;
  font-size: 14px !important;
  font-weight: 500;
  color: red;
  top: 0 !important;
  left: 15px;
  margin-top: 5px;
  width: 238px;
}
.s-cadastro form input {
  width: 240px;
  height: 56px;
  background-color: #fff;
  border: 1px solid #e4e4ec;
  border-radius: 8px;
  font-size: 14px;
  padding: 0 15px;
  color: rgba(109, 109, 109, 0.8);
  font-family: inter;
  transition: all 0.3s;
}
.s-cadastro form input:focus {
  border: 1px solid #fcbe00;
}
.s-cadastro form input.error {
  border: 1px solid red;
  transition: all 0.3s;
}
.s-cadastro form button {
  width: 240px;
  height: 56px;
  background-color: #fcbe00;
  border-radius: 8px;
  text-align: center;
  font-weight: 600;
  font-size: 15px;
  color: #fff;
  font-family: inter;
  transition: all 0.3s;
}
.s-cadastro form button:hover {
  background-color: #fcbe00;
  transition: all 0.3s;
}
@media (max-width: 1200px) {
  .s-cadastro {
    padding-bottom: 78px;
  }
  .s-cadastro .title {
    margin-bottom: 16px;
  }
  .s-cadastro .title h2 {
    margin-top: 16px;
  }
  .s-cadastro p {
    font-size: 15px;
    line-height: 24px;
    max-width: 292px;
  }
  .s-cadastro form {
    width: 100%;
    flex-direction: column;
  }
  .s-cadastro form .form-group {
    width: 100%;
    margin-bottom: 17px;
  }
  .s-cadastro form .form-group:last-child {
    margin-bottom: 0;
  }
  .s-cadastro form input {
    width: 100%;
  }
  .s-cadastro form button {
    width: 100%;
  }
  .s-cadastro form label.error {
    width: 100%;
  }
}
.s-ajuda {
  background-color: #fcbe00;
  height: 509px;
  padding-top: 55px;
}
.s-ajuda .container {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.s-ajuda .texto {
  max-width: 488px;
  margin-top: 24px;
}
.s-ajuda .texto h2 {
  font: normal 800 48px/125% "Roobert-heavy";
  color: #27272d;
  margin-bottom: 34px;
}
.s-ajuda .texto p {
  display: flex;
  align-items: center;
  margin-bottom: 37px;
  font-weight: 500;
  font-size: 18px;
  color: #27272d;
}
.s-ajuda .texto p img {
  margin-right: 16px;
}
.s-ajuda .texto a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 225px;
  height: 53px;
  background-color: #fff;
  border-radius: 6px;
  padding-left: 22px;
  padding-right: 30px;
  transform: scale(1);
  transition: all 0.3s;
}
.s-ajuda .texto a span {
  font-family: inter;
  font-size: 15px;
  line-height: 18px;
  color: #27272d;
}
.s-ajuda .texto a span strong {
  color: #27272d;
  font-family: inter;
  font-size: 15px;
}
.s-ajuda .texto a:hover {
  transform: scale(1.04);
  transition: all 0.3s;
}
.s-ajuda figure {
  position: relative;
  width: 487px;
  height: 530px;
  background: url(../fonts/static_pages/img-ajuda-339de3077b6dc53d4e6abc03c5edf747de2f151fdc98aefde8547f4bba4aa36c.jpg) no-repeat center center;
}
.s-ajuda figure .details {
  position: absolute;
  bottom: 126px;
  left: -86px;
  z-index: 1;
}
@media (max-width: 1200px) {
  .s-ajuda {
    padding-top: 52px;
    height: auto;
  }
  .s-ajuda .container {
    padding: 0;
    flex-direction: column;
    align-items: center;
  }
  .s-ajuda .texto {
    margin-top: 0;
    padding: 0 24px;
    margin-bottom: 70px;
  }
  .s-ajuda .texto h2 {
    text-align: center;
    font-size: 32px;
    max-width: 312px;
    margin: 0 auto;
    line-height: 40px;
    margin-bottom: 32px;
  }
  .s-ajuda .texto p {
    margin: 0 auto;
    margin-bottom: 31px;
    max-width: 183px;
    font-size: 14px;
    line-height: 17px;
  }
  .s-ajuda .texto a {
    margin: 0 auto;
  }
  .s-ajuda figure {
    width: 100%;
    height: 412px;
    background-size: cover;
  }
  .s-ajuda figure .details {
    left: initial;
    right: 96px;
    bottom: initial;
    top: -16.5px;
    max-width: 59px;
  }
}

.s-novidades {
  position: relative;
  padding-top: 49px;
  padding-bottom: 65px;
}
.s-novidades:before {
  content: "";
  background: url(../fonts/static_pages/details-novidades-0c8fc37a09c73992619c5026c8ba50fb7d74e7a089a3a4b9fd5b68cf07ea22dc.svg) no-repeat center center;
  width: 100%;
  height: 81.07px;
  position: absolute;
  top: -65px;
  left: 0;
}
.s-novidades .topo {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 59px;
}
.s-novidades .topo h2 {
  font-weight: 700;
  font-size: 28px;
  line-height: 125%;
  color: #27272d;
}
.s-novidades .topo a {
  position: relative;
  font-size: 20px;
  color: #737380;
}
.s-novidades .topo a:after {
  content: "";
  width: 10px;
  height: 10px;
  background: url(../fonts/static_pages/details-green-btn-8bd2f9ea68c912fc7f3630e0c9b5083d53edefb8e810cd46b80e04261186135a.png) no-repeat center center;
  display: inline-block;
  margin-left: 31px;
}
.s-novidades .topo a strong {
  font-weight: 700;
  font-size: 20px;
  color: #fcbe00;
  transition: all 0.3s;
}
.s-novidades .topo a:hover strong {
  color: #fcbe00;
  transition: all 0.3s;
}
.s-novidades .all {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
@media (max-width: 1200px) {
  .s-novidades {
    padding-top: 0;
    padding-bottom: 30px;
  }
  .s-novidades .container {
    padding: 0;
  }
  .s-novidades .topo {
    flex-direction: column;
    position: relative;
    z-index: 1;
    margin-bottom: 33px;
  }
  .s-novidades .topo h2 {
    margin-bottom: 9px;
  }
  .s-novidades .responsive {
    width: 100%;
    overflow-x: auto;
    height: 430px;
    padding: 0 24px;
  }
  .s-novidades .all {
    width: 840px;
  }
}
.s-midia {
  position: relative;
  background-color: #f6f6f8;
  padding-top: 43px;
  padding-bottom: 38px;
}
.s-midia:after {
  content: "";
  background: url(../fonts/static_pages/bg-details-midia-2f02ac57b928758458c9f259b43a9ef8254ba97ee40ebccd8cfea4018c6626a7.svg) no-repeat center center;
  width: 100%;
  height: 32.5px;
  position: absolute;
  left: 0;
  bottom: -31px;
}
.s-midia h3 {
  font-weight: 600;
  font-size: 18px;
  line-height: 22px;
  text-align: center;
  color: #27272d;
  margin-bottom: 35px;
}
.s-midia ul {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.s-midia ul li {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  opacity: 0.6;
  transition: all 0.3s;
}
.s-midia ul li:hover {
  -webkit-filter: grayscale(0%);
  filter: grayscale(0%);
  opacity: 1;
}
.s-midia.bg-white {
  background-color: #fff;
  border-bottom: 1px solid rgba(128, 128, 128, 0.05);
}
.s-midia.bg-white:after {
  display: none;
}
.s-midia.landing-page h3 {
  text-align: left;
}
@media (max-width: 1200px) {
  .s-midia.landing-page h3 {
    text-align: center;
  }
  .s-midia ul {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 20px;
  }
  .s-midia ul li {
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
.s-contas-boleto {
  padding-top: 180px;
  padding-bottom: 164px;
}
.s-contas-boleto .container {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.s-contas-boleto .texto {
  margin-top: 50px;
}
.s-contas-boleto .texto h1 {
  font-weight: 500;
  font-size: 19px;
  line-height: 22px;
  color: #fcbe00;
  margin-bottom: 15px;
  display: block;
}
.s-contas-boleto .texto h2 {
  font: normal 800 36px/28px "roobert-heavy";
  letter-spacing: 0.015em;
  color: #27272d;
  margin-bottom: 15px;
}
.s-contas-boleto .texto p {
  max-width: 446px;
  font-size: 18px;
  line-height: 30px;
  color: #737380;
  margin-bottom: 26px;
}
.s-contas-boleto .texto .btn {
  width: 340px;
  height: 54px;
  background-color: #fcbe00;
  border-radius: 4px;
  color: #fff;
  font: normal 600 15px/18px "roobert";
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s;
}
.s-contas-boleto .texto .btn:hover {
  background-color: #fcbe00;
  transition: all 0.3s;
}
.s-contas-boleto .ilustracao {
  width: 552px;
  position: relative;
  height: 382px;
  background: url(../fonts/static_pages/box-bg-turquoise-blue-ilustracao-b142526111026149cd1c2c45c0cb90d59617bbb1acd6d94ba3555d2b188b0805.svg) no-repeat center center;
  padding-top: 38px;
  margin-right: 32px;
}
.s-contas-boleto .ilustracao:after {
  content: "";
  width: 70px;
  height: 52.16px;
  background: url(../fonts/static_pages/line-separations-green-4bab5e4574c425d63c5d5a0335e14ce1b33fa704ba7ee5d95bd50f687ed76730.svg) no-repeat center center;
  position: absolute;
  left: 50%;
  margin-left: -35px;
  top: 50%;
  margin-top: -26px;
}
.s-contas-boleto .ilustracao .box {
  position: relative;
  width: 539.25px;
  height: 133.18px;
  background-color: #fff;
  box-shadow: 0 0 27.9108px rgba(177, 194, 196, 0.16);
  border-radius: 3.7px;
  margin-bottom: 39px;
  display: flex;
  align-items: center;
  padding-left: 39px;
  z-index: 1;
}
.s-contas-boleto .ilustracao .box img {
  margin-right: 28px;
}
.s-contas-boleto .ilustracao .box p {
  max-width: 372px;
  font-size: 14.9015px;
  line-height: 25px;
  color: #737380;
}
.s-contas-boleto .ilustracao .box:first-child {
  right: 42px;
}
.s-contas-boleto .ilustracao .box:last-child {
  left: 42px;
  margin-bottom: 0;
}
@media (max-width: 1200px) {
  .s-contas-boleto {
    padding-top: 95px;
    padding-bottom: 156px;
  }
  .s-contas-boleto .container {
    flex-direction: column;
    align-items: center;
  }
  .s-contas-boleto .texto {
    margin-top: 0;
  }
  .s-contas-boleto .texto h1 {
    text-align: center;
    margin-bottom: 7px;
  }
  .s-contas-boleto .texto h2 {
    text-align: center;
    line-height: 38px;
    margin-bottom: 24px;
  }
  .s-contas-boleto .texto p {
    max-width: 296px;
    text-align: center;
    line-height: 24px;
    margin: 0 auto;
    margin-bottom: 34px;
  }
  .s-contas-boleto .texto .btn {
    width: 100%;
  }
  .s-contas-boleto .ilustracao {
    width: 100%;
    height: 292px;
    margin-right: 0;
    margin-top: 34px;
    background: url(../fonts/static_pages/box-bg-turquoise-blue-mobile-c7759e8574c611072febb41a8040a79e7e3f5b9c2c31d306bc6461f49f5f8803.svg) no-repeat center center;
  }
  .s-contas-boleto .ilustracao .box {
    width: 325px;
    height: 90px;
    margin-bottom: 30px;
    padding-left: 21px;
  }
  .s-contas-boleto .ilustracao .box:first-child {
    right: 11px;
  }
  .s-contas-boleto .ilustracao .box:last-child {
    left: 11px;
  }
  .s-contas-boleto .ilustracao .box:last-child img {
    max-width: 50px;
  }
  .s-contas-boleto .ilustracao .box:last-child p {
    max-width: 212px;
  }
  .s-contas-boleto .ilustracao .box img {
    margin-right: 12px;
    max-width: 58px;
  }
  .s-contas-boleto .ilustracao .box p {
    font-size: 13px;
    line-height: 18px;
    max-width: 222px;
  }
}
.s-controle-financas {
  position: relative;
  width: 100%;
  height: 439px;
  background-color: #f6f6f8;
}
.s-controle-financas:before {
  content: "";
  background: url(../fonts/static_pages/details-controle-financas-966a6ce123a07a22675e4a52de52d5505cd3f20437416eebdd6f412dc16df358.svg) no-repeat center center;
  position: absolute;
  top: -50px;
  left: 0;
  width: 100%;
  height: 94px;
}
.s-controle-financas .container {
  display: flex;
  align-items: flex-end;
}
.s-controle-financas figure {
  position: relative;
  z-index: 1;
  width: 593px;
  height: 406px;
  background: url(../fonts/static_pages/figure-controle-financas-8bcb4c9cfada2802c0bee05b792c7841fe0c9cb95ef41cd4ba479bf474bf7500.jpg) no-repeat center center;
  margin-top: -39px;
  margin-right: 105px;
}
.s-controle-financas .texto {
  max-width: 372px;
  margin-bottom: 50px;
}
.s-controle-financas .texto img {
  margin-bottom: 14px;
}
.s-controle-financas .texto h3 {
  font: normal 800 32px/34px "roobert-heavy";
  color: #27272d;
  margin-bottom: 29px;
}
.s-controle-financas .texto p {
  max-width: 360px;
  font-size: 18px;
  line-height: 30px;
  color: #737380;
}
@media (max-width: 1200px) {
  .s-controle-financas {
    height: auto;
    padding-bottom: 58px;
  }
  .s-controle-financas .container {
    flex-direction: column;
    align-items: center;
  }
  .s-controle-financas figure {
    width: 100%;
    margin-right: 0;
    height: 215px;
    background-size: 100%;
    margin-top: -84px;
    margin-bottom: 41px;
  }
  .s-controle-financas .texto {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 0;
  }
  .s-controle-financas .texto h3 {
    text-align: center;
    font-size: 28px;
    line-height: 34px;
    max-width: 256px;
    margin-bottom: 13px;
  }
  .s-controle-financas .texto p {
    text-align: center;
    font-size: 15px;
    line-height: 21px;
    max-width: 256px;
  }
}
.s-vantagens {
  padding-top: 67px;
  padding-bottom: 107px;
}
.s-vantagens h2 {
  max-width: 536px;
  font: normal 800 32px/34px "roobert-heavy";
  text-align: center;
  color: #27272d;
  margin: 0 auto;
  margin-bottom: 68px;
}
.s-vantagens .navegacao-vantagens {
  position: relative;
  overflow: hidden;
}
.s-vantagens .navegacao-vantagens .swiper-slide {
  cursor: pointer;
  width: 100%;
  height: 60px;
  background-color: rgba(143, 143, 153, 0.1);
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #737380;
  transition: all 0.3s;
}
.s-vantagens .navegacao-vantagens .swiper-slide.swiper-slide-thumb-active {
  background-color: #fcbe00;
  color: #fff;
  font-weight: 700;
  transition: all 0.3s;
}
.s-vantagens .navegacao-vantagens .swiper-slide:hover {
  background-color: #fcbe00;
  color: #fff;
  font-weight: 700;
  transition: all 0.3s;
}
.s-vantagens .slide-vantagens {
  margin-top: 76px;
}
.s-vantagens .slide-vantagens .swiper-slide {
  display: flex;
  justify-content: space-between;
  opacity: 0;
  padding-right: 70px;
  transition: all 0.3s;
}
.s-vantagens .slide-vantagens .swiper-slide.swiper-slide-active {
  opacity: 1;
  transition: all 0.3s;
}
.s-vantagens .slide-vantagens .swiper-slide .texto .title img {
  margin-bottom: 36px;
}
.s-vantagens .slide-vantagens .swiper-slide .texto .title h3 {
  font: normal 800 28px/34px "roobert-heavy";
  color: #27272d;
  margin-bottom: 37px;
}
.s-vantagens .slide-vantagens .swiper-slide .texto ul li {
  display: flex;
  align-items: flex-start;
  margin-bottom: 33px;
}
.s-vantagens .slide-vantagens .swiper-slide .texto ul li:last-child {
  margin-bottom: 0;
}
.s-vantagens .slide-vantagens .swiper-slide .texto ul li img {
  margin-top: 5px;
  margin-right: 29px;
}
.s-vantagens .slide-vantagens .swiper-slide .texto ul li .info h4 {
  font-weight: 600;
  font-size: 19px;
  line-height: 22px;
  color: #484854;
  margin-bottom: 5px;
}
.s-vantagens .slide-vantagens .swiper-slide .texto ul li .info p {
  font-size: 18px;
  line-height: 30px;
  color: #737380;
  max-width: 322px;
}
@media (max-width: 1200px) {
  .s-vantagens {
    padding-top: 47px;
    padding-bottom: 60px;
  }
  .s-vantagens .container {
    padding: 0;
  }
  .s-vantagens h2 {
    font-size: 28px;
    line-height: 34px;
    margin-bottom: 29px;
  }
  .s-vantagens .navegacao-vantagens {
    padding: 0 24px;
  }
  .s-vantagens .navegacao-vantagens .swiper-slide {
    text-align: center;
    font-size: 16px;
  }
  .s-vantagens .slide-vantagens {
    padding: 0 24px;
    margin-top: 47px;
  }
  .s-vantagens .slide-vantagens .swiper-slide {
    flex-direction: column;
    padding-right: 0;
  }
  .s-vantagens .slide-vantagens .swiper-slide .texto {
    margin-bottom: 48px;
  }
  .s-vantagens .slide-vantagens .swiper-slide .texto .title {
    margin-bottom: 32px;
  }
  .s-vantagens .slide-vantagens .swiper-slide .texto .title img {
    margin-bottom: 12px;
  }
  .s-vantagens .slide-vantagens .swiper-slide .texto .title h3 {
    font-size: 24px;
    line-height: 34px;
    margin: 0;
  }
  .s-vantagens .slide-vantagens .swiper-slide .texto ul li {
    margin-bottom: 20px;
  }
  .s-vantagens .slide-vantagens .swiper-slide .texto ul li img {
    margin-right: 11px;
  }
  .s-vantagens .slide-vantagens .swiper-slide .texto ul li .info {
    max-width: 257px;
  }
  .s-vantagens .slide-vantagens .swiper-slide .texto ul li .info h4 {
    font-weight: 600;
    font-size: 16px;
    line-height: 22px;
    color: #484854;
    margin-bottom: 5px;
  }
  .s-vantagens .slide-vantagens .swiper-slide .texto ul li .info p {
    font-size: 14px;
    line-height: 150%;
    color: #737380;
  }
}
.s-custos {
  position: relative;
  background-color: #fcbe00;
  padding-top: 100px;
  padding-bottom: 121px;
}
.s-custos:before {
  content: "";
  background: url(../fonts/static_pages/img-direction-turquoise-blue-bdf1b478f9efd46a1f8c5a173c9408ed74b57275ec2185acbd6413921250a514.svg) no-repeat center center;
  width: 86.36px;
  height: 19px;
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -43px;
}
.s-custos .title {
  display: flex;
  align-items: center;
  margin-bottom: 55px;
}
.s-custos .title h2 {
  font: normal 800 32px/34px "roobert-heavy";
  color: #27272d;
  margin-right: 31px;
  max-width: 330px;
}
.s-custos .title p {
  position: relative;
  max-width: 491px;
  font-weight: 500;
  font-size: 18px;
  line-height: 28px;
  color: #27272d;
  padding-left: 59px;
}
.s-custos .title p:before {
  content: "";
  background: url(../fonts/static_pages/line-txt-parag-ae0bbb7d725fb337be5ece97af30c75ee5e8e13e9a1c24e7e075884cf9933f28.svg) no-repeat center center;
  position: absolute;
  top: -6px;
  left: 0;
  width: 3px;
  height: 68px;
}
.s-custos ul {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}
.s-custos ul .box {
  width: 212px;
  height: 194px;
  display: flex;
  flex-direction: column;
  background-color: #fcbe00;
  padding-top: 34px;
  padding-left: 31px;
  cursor: pointer;
}
.s-custos ul .box.active,
.s-custos ul .box:hover {
  background-color: #fff;
}
.s-custos ul .box.active .icon.icon-mensalidade,
.s-custos ul .box:hover .icon.icon-mensalidade {
  background: url(../fonts/static_pages/icon-mensalidade-ativo-2c205530c58e2d93dda221b8e27631d0719dae44971a8f91600f6dfb8ef8f346.svg);
}
.s-custos ul .box.active .icon.icon-emissao,
.s-custos ul .box:hover .icon.icon-emissao {
  background: url(../fonts/static_pages/icon-emissao-ativo-05a12170c01d36af55a0a8c49f6d654110d5ba288d05760c4ca68cb033425f3b.svg);
}
.s-custos ul .box.active .icon.icon-pagamento,
.s-custos ul .box:hover .icon.icon-pagamento {
  background: url(../fonts/static_pages/icon-pagamento-ativo-363e1cbe238b452aafc464a6b61cec686f6328b3ebf463676e694f04f8574f17.svg);
}
.s-custos ul .box.active .icon.icon-saque,
.s-custos ul .box:hover .icon.icon-saque {
  background: url(../fonts/static_pages/icon-saque-ativo-3f5396f049797edb0728a6187de9b343eb111e56c719ebd1b2cfb133bb56ad55.svg);
}
.s-custos ul .box.active .icon.icon-compensacao,
.s-custos ul .box:hover .icon.icon-compensacao {
  background: url(../fonts/static_pages/icon-compensacao-ativo-a7b6b62b20e9d312061410418ab498ee5c925e3726af4cddde30221af0f3b605.svg);
}
.s-custos ul .box.active h4,
.s-custos ul .box:hover h4 {
  color: #27272d;
}
.s-custos ul .box.active h3,
.s-custos ul .box:hover h3 {
  color: #fcbe00;
}
.s-custos ul .box .icon {
  margin-bottom: 19px;
}
.s-custos ul .box .icon.icon-mensalidade {
  background: url(../fonts/static_pages/icon-mensalidade-bc87537c96cd5c97d4ef9b1a57a4d4cf9ebd94dd04bb40fb1f39dc617838e55b.svg) no-repeat center center;
  width: 32px;
  height: 32px;
}
.s-custos ul .box .icon.icon-emissao {
  background: url(../fonts/static_pages/icon-emissao-efa6d0d29b0ff29e15818881c3e5bb170ab6382adbfed3d3c68c6968478390fa.svg) no-repeat center center;
  width: 48px;
  height: 36px;
}
.s-custos ul .box .icon.icon-pagamento {
  background: url(../fonts/static_pages/icon-pagamento-6a333b742fa46016106838fdcd4e4fad80a61432d6ab094e5b21565a5313a5fe.svg) no-repeat center center;
  width: 48px;
  height: 40px;
}
.s-custos ul .box .icon.icon-saque {
  background: url(../fonts/static_pages/icon-saque-d7ac266a0dabab50f1220c7e0973f3c26dcf7c9a7187319f7cba91a6d680a06e.svg) no-repeat center center;
  width: 45px;
  height: 33px;
}
.s-custos ul .box .icon.icon-compensacao {
  background: url(../fonts/static_pages/icon-compensacao-2ada218ab3be474c27e1196930a01c37c6d225624694c1746ae3d118f894554d.svg) no-repeat center center;
  width: 45px;
  height: 20px;
}
.s-custos ul .box h4 {
  font: normal normal 15px/18px "Inter";
  height: 36px;
  color: #fcbe00;
  margin-bottom: 11px;
}
.s-custos ul .box h3 {
  font-weight: 600;
  font-size: 24px;
  line-height: 29px;
  color: #fcbe00;
}
.s-custos .content-boxes {
  margin-top: 47px;
}
.s-custos .content-boxes .item {
  position: relative;
  width: 100%;
  height: 76px;
  background-color: #fff;
  display: none;
  align-items: center;
  justify-content: center;
}
.s-custos .content-boxes .item.active {
  display: flex;
  -webkit-animation: showIn 0.8s forwards;
  animation: showIn 0.8s forwards;
}
.s-custos .content-boxes .item:before {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-left: 13px solid transparent;
  border-right: 13px solid transparent;
  border-bottom: 15px solid #fff;
  position: absolute;
  left: 0;
  top: -15px;
}
.s-custos .content-boxes .item:first-child:before {
  left: 92px;
}
.s-custos .content-boxes .item:nth-child(2):before {
  left: 340px;
}
.s-custos .content-boxes .item:nth-child(3):before {
  left: initial;
}
.s-custos .content-boxes .item:nth-child(4):before {
  left: initial;
  right: 340px;
}
.s-custos .content-boxes .item:last-child:before {
  left: initial;
  right: 95px;
}
.s-custos .content-boxes .item p {
  font-size: 18px;
  line-height: 30px;
  color: #27272d;
}
.s-custos .content-boxes .item p strong {
  font-weight: 600;
  color: #27272d;
  font-size: 18px;
}
@media (max-width: 1200px) {
  .s-custos {
    padding-top: 74px;
    padding-bottom: 54px;
  }
  .s-custos .container {
    padding: 0;
  }
  .s-custos .title {
    flex-direction: column;
    align-items: center;
    margin-bottom: 40px;
  }
  .s-custos .title h2 {
    margin: 0 auto;
    text-align: center;
    max-width: 297px;
    font-size: 28px;
    margin-bottom: 16px;
  }
  .s-custos .title p {
    padding-left: 0;
    text-align: center;
    font-size: 14px;
    max-width: 250px;
    line-height: 21px;
  }
  .s-custos .title p:before {
    display: none;
  }
  .s-custos .responsive {
    width: 100%;
    overflow-x: auto;
    padding: 0 15px;
  }
  .s-custos ul {
    width: 1110px;
  }
  .s-custos .content-boxes {
    padding: 0 24px;
  }
  .s-custos .content-boxes .item {
    height: auto;
    padding: 20px;
  }
  .s-custos .content-boxes .item:before {
    left: 50% !important;
    top: -15px;
    margin-left: -13px;
  }
  .s-custos .content-boxes .item p {
    text-align: center;
    font-size: 13px;
    line-height: 22px;
  }
  .s-custos .content-boxes .item p strong {
    font-size: 13px;
    line-height: 22px;
  }
}
.s-duvidas-frequentes {
  position: relative;
  background-color: #f6f6f8;
  padding-top: 96px;
  padding-bottom: 37px;
  margin-bottom: 114px;
}
.s-duvidas-frequentes:after {
  content: "";
  background: url(../fonts/static_pages/bg-details-perguntaas-50792372cb82ed245a41f3b05487a1650928bff7ca482948cc4b3aaa17c4c0f2.svg) no-repeat center center;
  position: absolute;
  bottom: -50px;
  left: 0;
  width: 100%;
  height: 81px;
}
.s-duvidas-frequentes h2 {
  font: normal 800 32px/34px "roobert-heavy";
  text-align: center;
  color: #27272d;
  margin-bottom: 54px;
}
.s-duvidas-frequentes .todas-perguntas {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-column-gap: 32px;
  align-items: flex-start;
  cursor: pointer;
}
.s-duvidas-frequentes .todas-perguntas .pergunta {
  width: 100%;
  height: 75px;
  background-color: #fff;
  padding-top: 25px;
  padding: 0 30px 0 26px;
  overflow: hidden;
  margin-bottom: 16px;
  transition: all 0.3s;
}
.s-duvidas-frequentes .todas-perguntas .pergunta:last-child {
  margin-bottom: 0;
}
.s-duvidas-frequentes .todas-perguntas .pergunta.active {
  height: 240px;
  transition: all 0.3s;
}
.s-duvidas-frequentes .todas-perguntas .pergunta.active .title img {
  transform: rotate(90deg);
  transition: all 0.3s;
}
.s-duvidas-frequentes .todas-perguntas .pergunta.active .title h4 {
  font-weight: 700;
  transition: all 0.3s;
}
.s-duvidas-frequentes .todas-perguntas .pergunta.active p {
  opacity: 1;
  transform: translateX(0px);
  transition: all 0.3s;
}
.s-duvidas-frequentes .todas-perguntas .pergunta.active p a {
  font-family: inter;
  color: #fcbe00;
  transition: all 0.3s;
}
.s-duvidas-frequentes .todas-perguntas .pergunta.active p a:hover {
  color: #fcbe00;
}
.s-duvidas-frequentes .todas-perguntas .pergunta .title {
  padding-top: 25px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.s-duvidas-frequentes .todas-perguntas .pergunta .title img {
  transition: all 0.3s;
}
.s-duvidas-frequentes .todas-perguntas .pergunta .title h4 {
  font: normal normal 18px/30px "Inter";
  color: #737380;
  transition: all 0.3s;
}
.s-duvidas-frequentes .todas-perguntas .pergunta p {
  opacity: 0;
  margin-top: 9px;
  max-width: 494px;
  font-size: 16px;
  line-height: 30px;
  color: #737380;
  font-family: inter;
  transform: translateX(-20px);
  transition: all 0.3s;
}
@media (max-width: 1200px) {
  .s-duvidas-frequentes {
    padding: 40px 0;
  }
  .s-duvidas-frequentes h2 {
    font-size: 28px;
    line-height: 34px;
    text-align: center;
    margin-bottom: 28px;
  }
  .s-duvidas-frequentes .todas-perguntas {
    grid-template-columns: 1fr;
    grid-gap: 20px;
  }
  .s-duvidas-frequentes .todas-perguntas .pergunta {
    padding: 0 17px;
  }
  .s-duvidas-frequentes .todas-perguntas .pergunta.active {
    height: auto;
    padding-bottom: 20px;
  }
  .s-duvidas-frequentes .todas-perguntas .pergunta .title {
    padding-top: 0;
    height: 75px;
  }
  .s-duvidas-frequentes .todas-perguntas .pergunta .title h4 {
    font-size: 14px;
    line-height: 21px;
    max-width: 239px;
  }
  .s-duvidas-frequentes .todas-perguntas .pergunta p {
    font-size: 14px;
    line-height: 22px;
  }
  .s-duvidas-frequentes .todas-perguntas .pergunta p a {
    font-size: 14px;
  }
}
.s-funcional {
  position: relative;
  background-color: #fcbe00;
  width: 100%;
  height: 750px;
  padding-top: 107px;
}
.s-funcional .box-green {
  position: absolute;
  top: 0;
  right: 0;
  width: 32%;
  height: 100%;
  background-color: #fcbe00;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  z-index: 2;
}
.s-funcional .box-green .icon {
  width: 110px;
  height: 110px;
  background-color: #004c99;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 25px;
}
.s-funcional .box-green h3 {
  font-weight: 700;
  font-size: 22px;
  line-height: 32px;
  text-align: center;
  color: #fff;
  max-width: 204px;
  margin-bottom: 29px;
}
.s-funcional .box-green .btn {
  width: 232px;
  height: 54px;
  background-color: #fff;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  font-family: inter;
  font-size: 15px;
  line-height: 18px;
  color: #fcbe00;
  transition: all 0.3s;
}
.s-funcional .box-green .btn:hover {
  background-color: #fcbe00;
  color: #fff;
  transition: all 0.3s;
}
.s-funcional .title {
  margin-bottom: 27px;
}
.s-funcional .title span {
  font-weight: 500;
  font-size: 19px;
  line-height: 22px;
  color: #27272d;
  margin-bottom: 7px;
  display: block;
}
.s-funcional .title h2 {
  font: normal 32px/37px "roobert-heavy";
  font-weight: 800;
  font-size: 32px;
  line-height: 37px;
  color: #27272d;
  margin-bottom: 10px;
}
.s-funcional .title p {
  font-family: inter;
  font-size: 16px;
  line-height: 23px;
  color: #27272d;
}
.s-funcional .slide-funcional {
  max-width: 802px;
}
.s-funcional .slide-funcional .swiper-slide {
  display: flex;
  align-items: center;
  justify-content: space-between;
  opacity: 0;
  pointer-events: none;
  transition: all 0.3s;
}
.s-funcional .slide-funcional .swiper-slide.swiper-slide-active {
  opacity: 1;
  pointer-events: all;
  transition: all 0.3s;
}
.s-funcional .slide-funcional .swiper-slide .text h3 {
  margin-top: 17px;
  font-weight: 800;
  font-size: 18px;
  line-height: 27px;
  color: #27272d;
  margin-bottom: 7px;
}
.s-funcional .slide-funcional .swiper-slide .text p {
  font-family: inter;
  font-size: 16px;
  line-height: 23px;
  color: #27272d;
}
.s-funcional .slide-funcional .ctrl-slide {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 38px;
}
.s-funcional .slide-funcional .ctrl-slide .btns {
  display: flex;
  align-items: center;
}
.s-funcional .slide-funcional .ctrl-slide .btns button {
  width: 40px;
  height: 40px;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}
.s-funcional .slide-funcional .ctrl-slide .btns button.swiper-button-disabled {
  opacity: 0.5;
}
.s-funcional .slide-funcional .ctrl-slide .btns button.btn-prev {
  transform: rotate(180deg);
  margin-right: 12px;
}
.s-funcional .slide-funcional .ctrl-slide .swiper-pagination {
  position: relative;
  bottom: 0;
  display: flex;
  align-items: center;
}
.s-funcional .slide-funcional .ctrl-slide .swiper-pagination .swiper-pagination-bullet {
  position: relative;
  border: 1px solid #fff;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0.4;
  background-color: transparent;
  font-size: 14px;
  color: #fafbfb;
  margin-left: 45px;
  transition: all 0.3s;
}
.s-funcional .slide-funcional .ctrl-slide .swiper-pagination .swiper-pagination-bullet:after {
  content: "...";
  position: absolute;
  top: -5px;
  right: -40px;
  width: 27.35px;
  height: 10.35px;
  color: #fff;
  letter-spacing: 4px;
  font-size: 19px;
}
.s-funcional .slide-funcional .ctrl-slide .swiper-pagination .swiper-pagination-bullet:first-child {
  margin-left: 0;
}
.s-funcional .slide-funcional .ctrl-slide .swiper-pagination .swiper-pagination-bullet:last-child:after {
  display: none;
}
.s-funcional .slide-funcional .ctrl-slide .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  opacity: 1;
  background-color: #fff;
  color: #fcbe00;
  transition: all 0.3s;
}
@media (max-width: 1200px) {
  .s-funcional {
    padding: 40px 0;
    height: auto;
    padding-bottom: 0;
  }
  .s-funcional .title span {
    text-align: center;
  }
  .s-funcional .title h2 {
    text-align: center;
  }
  .s-funcional .title p {
    text-align: center;
  }
  .s-funcional .slide-funcional .swiper-slide {
    flex-direction: column;
    align-items: center;
  }
  .s-funcional .slide-funcional .text {
    max-width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 30px;
  }
  .s-funcional .slide-funcional .text p {
    text-align: center;
  }
  .s-funcional .slide-funcional .text p br {
    display: none;
  }
  .s-funcional .slide-funcional .ctrl-slide {
    flex-direction: column;
    align-items: center;
  }
  .s-funcional .slide-funcional .ctrl-slide .swiper-pagination {
    display: none;
  }
  .s-funcional .box-green {
    position: relative;
    width: 100%;
    padding: 40px 0;
    margin-top: 40px;
  }
}
.s-antecipacao {
  position: relative;
  background-color: rgba(129, 66, 255, 0.13);
  padding-top: 90px;
  padding-bottom: 80px;
}
.s-antecipacao:before {
  content: "";
  background: url(../fonts/static_pages/arrow-direction-purple-8a53e0046c9a1ccd6c310686d82f23d080799d70c37d58d4a1bffad60dfdf845.svg) no-repeat center center;
  width: 86.36px;
  height: 19px;
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -43px;
}
.s-antecipacao .container {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.s-antecipacao .texto {
  margin-top: 70px;
  max-width: 323px;
}
.s-antecipacao .texto span {
  font-weight: 600;
  font-size: 19px;
  line-height: 23px;
  letter-spacing: 0.01em;
  color: #8142ff;
  display: block;
  margin-bottom: 16px;
}
.s-antecipacao .texto h2 {
  font: normal 800 32px/34px "roobert-heavy";
  font-weight: 800;
  font-size: 32px;
  line-height: 34px;
  color: #27272d;
  margin-bottom: 14px;
}
.s-antecipacao .texto p {
  font-size: 18px;
  line-height: 30px;
  color: #737380;
}
.s-antecipacao .texto .btn {
  width: 164px;
  height: 54px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #8142ff;
  border-radius: 4px;
  font-weight: 600;
  font-size: 15px;
  line-height: 18px;
  color: #fff;
  margin-top: 28px;
  transition: all 0.3s;
}
.s-antecipacao .texto .btn:hover {
  background-color: #a070ff;
  transition: all 0.3s;
}
.s-antecipacao .texto-xs {
  margin-top: 80px;
  max-width: 209px;
}
.s-antecipacao .texto-xs img {
  margin-bottom: 12px;
}
.s-antecipacao .texto-xs h4 {
  font-weight: 600;
  font-size: 18px;
  line-height: 26px;
  color: #27272d;
  margin-bottom: 12px;
}
.s-antecipacao .texto-xs p {
  font-size: 16px;
  line-height: 29px;
  color: #737380;
}
@media (max-width: 1200px) {
  .s-antecipacao {
    padding: 40px 0;
  }
  .s-antecipacao .container {
    flex-direction: column;
    align-items: center;
  }
  .s-antecipacao .texto {
    max-width: 100%;
    margin-top: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 30px;
  }
  .s-antecipacao .texto p {
    text-align: center;
    max-width: 323px;
  }
  .s-antecipacao .texto-xs {
    margin-top: 40px;
    display: flex;
    flex-direction: column;
    align-items: center;
    max-width: 100%;
  }
  .s-antecipacao .texto-xs h4 {
    text-align: center;
    max-width: 208px;
    margin-bottom: 12px;
  }
  .s-antecipacao .texto-xs p {
    text-align: center;
    font-size: 16px;
    line-height: 29px;
  }
}
@-webkit-keyframes showIn {
  from {
    transform: translateY(20px);
    opacity: 0;
  }
  to {
    transform: translateY(0px);
    opacity: 1;
  }
}
@keyframes showIn {
  from {
    transform: translateY(20px);
    opacity: 0;
  }
  to {
    transform: translateY(0px);
    opacity: 1;
  }
}
.s-page-antecipacao {
  padding-top: 184px;
}
.s-page-antecipacao .container {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.s-page-antecipacao .texto {
  max-width: 474px;
}
.s-page-antecipacao .texto h1 {
  font-weight: 500;
  font-size: 19px;
  line-height: 22px;
  color: #fcbe00;
  margin-bottom: 11px;
}
.s-page-antecipacao .texto h2 {
  font: normal 800 36px/48px "roobert-heavy";
  color: #27272d;
  margin-bottom: 9px;
}
.s-page-antecipacao .texto p {
  max-width: 387px;
  font-size: 18px;
  line-height: 30px;
  color: #737380;
  margin-bottom: 26px;
}
.s-page-antecipacao .texto a {
  width: 340px;
  height: 54px;
  background-color: #fcbe00;
  border-radius: 4px;
  color: #fff;
  font: normal 600 15px/18px "roobert";
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s;
}
.s-page-antecipacao .texto a:hover {
  background-color: #fcbe00;
  transition: all 0.3s;
}
.s-page-antecipacao .ilustracao {
  padding-right: 20px;
  position: relative;
  z-index: 1;
}
@media (max-width: 1200px) {
  .s-page-antecipacao {
    padding-top: 95px;
  }
  .s-page-antecipacao .container {
    flex-direction: column;
    align-items: center;
  }
  .s-page-antecipacao .texto {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 57px;
  }
  .s-page-antecipacao .texto h2 {
    text-align: center;
    line-height: 38px;
    margin-bottom: 24px;
  }
  .s-page-antecipacao .texto p {
    text-align: center;
    max-width: 245px;
    font-size: 16px;
    line-height: 22px;
  }
  .s-page-antecipacao .texto a {
    width: 100%;
  }
  .s-page-antecipacao .ilustracao {
    padding-right: 0;
    width: 100%;
  }
}
.s-credito {
  position: relative;
  padding-top: 58px;
  padding-bottom: 128px;
  background-color: rgba(129, 66, 255, 0.13);
  margin-top: -50px;
}
.s-credito:before {
  content: "";
  background: url(../fonts/static_pages/details-atencipacao-c36312c671e78cf4c2010a9035095ee09b35d44849b0dc3f287b44ab50b556ac.svg) no-repeat center center;
  width: 100%;
  height: 97px;
  position: absolute;
  left: 0;
  top: -70px;
}
.s-credito .title {
  margin-bottom: 79px;
}
.s-credito .title h2 {
  font: normal 800 32px/34px "roobert-heavy";
  color: #27272d;
  margin-bottom: 10px;
}
.s-credito .title p {
  font-size: 18px;
  line-height: 30px;
  color: #737380;
}
.s-credito .all {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.s-credito .all .box {
  position: relative;
  width: 280px;
  height: 278px;
  background-color: #fff;
  padding: 0 30px;
}
.s-credito .all .box .icon {
  width: 55px;
  height: 55px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #8142ff;
  margin-bottom: 16px;
  margin-top: -24px;
  margin-bottom: 29px;
}
.s-credito .all .box h4 {
  font-weight: 600;
  font-size: 18px;
  line-height: 22px;
  color: #fcbe00;
  margin-bottom: 19px;
}
.s-credito .all .box p {
  font-size: 16px;
  line-height: 29px;
  color: #737380;
}
@media (max-width: 1200px) {
  .s-credito {
    padding-bottom: 48px;
  }
  .s-credito .container {
    padding: 0;
  }
  .s-credito .title {
    margin-bottom: 40px;
  }
  .s-credito .title h2 {
    text-align: center;
    font-size: 28px;
    margin-bottom: 22px;
  }
  .s-credito .title span {
    text-align: center;
    display: block;
    max-width: 244px;
    margin: 0 auto;
  }
  .s-credito .responsive {
    width: 100%;
    overflow-x: auto;
    padding: 0 24px;
    padding-top: 25px;
  }
  .s-credito .all {
    width: 1180px;
  }
}
.s-simulador {
  position: relative;
  padding-top: 100px;
  padding-bottom: 10px;
}
.s-simulador:after {
  content: "";
  background: url(../fonts/static_pages/details-simulador-2f941e44011783be286ceef1cc6942054e120492884f4e6e109bc68dcbcceece.svg) no-repeat center center;
  width: 100%;
  height: 85px;
  position: absolute;
  bottom: -65px;
  left: 0;
  z-index: 3;
}
.s-simulador .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.s-simulador .left {
  width: 828px;
}
.s-simulador .left .geral {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 70px;
}
.s-simulador .left .geral .txt {
  max-width: 280px;
}
.s-simulador .left .geral .txt h2 {
  font: normal 800 30px/36px "roobert-heavy";
  color: #27272d;
  margin-bottom: 15px;
}
.s-simulador .left .geral .txt p {
  font-size: 16px;
  line-height: 29px;
  color: #737380;
}
.s-simulador .left .geral .txt p a {
  color: #fcbe00;
  transition: all 0.3s;
}
.s-simulador .left .geral .txt p a:hover {
  color: #fcbe00;
}
.s-simulador .left .geral .simulador {
  width: 438px;
}
.s-simulador .left .geral .simulador span {
  font-size: 16px;
  line-height: 19px;
  color: #27272d;
  margin-bottom: 17px;
  display: block;
}
.s-simulador .left .geral .simulador .prazo {
  margin-bottom: 44px;
}
.s-simulador .left .geral .simulador .prazo ul {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.s-simulador .left .geral .simulador .prazo ul li button {
  width: 76px;
  height: 54px;
  border: 1px solid #fcbe00;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 500;
  font-size: 17px;
  color: #fcbe00;
  transition: all 0.3s;
}
.s-simulador .left .geral .simulador .prazo ul li button.active {
  background-color: #fcbe00;
  color: #fff;
}
.s-simulador .left .geral .simulador .prazo ul li button:hover {
  background-color: #fcbe00;
  color: #fff;
  transition: all 0.3s;
}
.s-simulador .left .geral .simulador .valor {
  display: flex;
  align-items: center;
  margin-bottom: 27px;
}
.s-simulador .left .geral .simulador .valor span {
  margin: 0;
  margin-right: 5px;
}
.s-simulador .left .geral .simulador .valor span,
.s-simulador .left .geral .simulador .valor input {
  font-weight: 700;
  font-size: 32px;
  line-height: 38px;
  letter-spacing: -0.03em;
  color: #fcbe00;
}
.s-simulador .left .geral .simulador #slider {
  border: none;
  background-color: rgba(143, 143, 153, 0.15);
  height: 9px;
}
.s-simulador .left .geral .simulador #slider .noUi-connect {
  background-color: #fcbe00;
}
.s-simulador .left .geral .simulador #slider .noUi-handle {
  width: 21px;
  height: 21px;
  border-radius: 50%;
  background-color: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.08);
  border: 6px solid #fcbe00;
  cursor: pointer;
}
.s-simulador .left .geral .simulador #slider .noUi-handle:before,
.s-simulador .left .geral .simulador #slider .noUi-handle:after {
  background: 0 0;
  width: 0;
  height: 0;
}
.s-simulador .left .information {
  display: flex;
  align-items: center;
}
.s-simulador .left .information .icon {
  margin-right: 24px;
  width: 55px;
  height: 55px;
  background-color: #fcbe00;
  display: flex;
  align-items: center;
  justify-content: center;
}
.s-simulador .left .information .info p {
  font-size: 18px;
  line-height: 30px;
  color: #737380;
}
.s-simulador .left .information .info strong {
  font-weight: 600;
  font-size: 18px;
  line-height: 27px;
  color: #737380;
}
.s-simulador .right {
  position: relative;
  display: flex;
  align-items: center;
  height: 496px;
  border-left: 1px solid rgba(143, 143, 153, 0.2);
  padding-left: 104px;
}
.s-simulador .right:after {
  content: "";
  background: url(../fonts/static_pages/circle-simulator-57d933634671c492f2adca94c9bd58b4520f8323c9f61053638550ac7ad2259b.svg) no-repeat center center;
  width: 37px;
  height: 37px;
  position: absolute;
  top: 50%;
  margin-left: -18.5px;
  left: 0;
}
.s-simulador .right .cont {
  width: 230px;
}
.s-simulador .right .icon {
  width: 81.33px;
  height: 89.99px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
}
.s-simulador .right strong {
  font-weight: 700;
  font-size: 16px;
  line-height: 19px;
  color: #27272d;
  display: block;
  margin-bottom: 11px;
}
.s-simulador .right h2 {
  font-weight: 700;
  font-size: 36px;
  line-height: 43px;
  letter-spacing: -0.03em;
  color: #27272d;
  margin-bottom: 20px;
}
.s-simulador .right .data {
  display: flex;
  align-items: center;
}
.s-simulador .right .data img {
  margin-right: 13px;
}
.s-simulador .right .data p {
  font-size: 16px;
  line-height: 19px;
  color: #737380;
  max-width: 171px;
}
.s-simulador .right .data p span {
  font-size: 16px;
  line-height: 19px;
  color: #737380;
  max-width: 171px;
  font-weight: 700;
}
.s-simulador .right .data p span strong {
  color: #737380;
  display: inline-block;
  margin: 0;
  line-height: 1;
}
@media (max-width: 1440px) {
  .s-simulador .right {
    padding-left: 70px;
  }
}
@media (max-width: 1300px) {
  .s-simulador .right {
    padding-left: 45px;
  }
  .s-simulador .right h2 {
    font-size: 32px;
  }
}
@media (max-width: 1200px) {
  .s-simulador {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .s-simulador:after {
    display: none;
  }
  .s-simulador .container {
    flex-direction: column;
    align-items: center;
  }
  .s-simulador .left {
    width: 100%;
  }
  .s-simulador .left .geral {
    flex-direction: column;
    align-items: center;
  }
  .s-simulador .left .geral .txt {
    max-width: 100%;
    margin-bottom: 30px;
  }
  .s-simulador .left .geral .txt h2 {
    text-align: center;
    font-size: 28px;
    line-height: 34px;
    margin-bottom: 22px;
  }
  .s-simulador .left .geral .txt p {
    text-align: center;
    font-size: 14px;
    line-height: 25px;
    max-width: 308px;
    margin: 0 auto;
  }
  .s-simulador .left .geral .simulador {
    width: 100%;
  }
  .s-simulador .left .geral .simulador span {
    text-align: center;
  }
  .s-simulador .left .geral .simulador .prazo {
    margin-bottom: 40px;
  }
  .s-simulador .left .geral .simulador .prazo ul li button {
    width: 50px;
    height: 45px;
    font-size: 14px;
  }
  .s-simulador .left .geral .simulador .valor {
    justify-content: center;
  }
  .s-simulador .left .geral .simulador .valor input {
    width: 165px;
  }
  .s-simulador .left .information {
    flex-direction: column;
    align-items: center;
  }
  .s-simulador .left .information .icon {
    margin-right: 0;
    margin-bottom: 15px;
  }
  .s-simulador .left .information .info p {
    text-align: center;
    font-size: 16px;
  }
  .s-simulador .left .information .info strong {
    text-align: center;
    display: block;
    font-size: 14px;
    line-height: 22px;
    max-width: 222px;
    margin: 0 auto;
  }
  .s-simulador .right {
    border-top: 1px solid rgba(143, 143, 153, 0.2);
    border-left: none;
    padding-left: 0;
    width: 100%;
    height: auto;
    padding-top: 40px;
    margin-top: 44px;
  }
  .s-simulador .right:after {
    width: 37px;
    height: 37px;
    position: absolute;
    top: -18.5px;
    margin-left: -18.5px;
    left: 50%;
    transform: rotate(90deg);
  }
  .s-simulador .right .cont {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
  }
  .s-simulador .right .icon {
    width: auto;
    height: auto;
    margin-bottom: 10px;
  }
}
.s-como-funciona {
  overflow: hidden;
  position: relative;
  background-color: #fcbe00;
  padding-top: 123px;
  padding-bottom: 80px;
}
.s-como-funciona .title {
  margin-bottom: 84px;
}
.s-como-funciona .title span {
  font-weight: 500;
  font-size: 19px;
  line-height: 22px;
  color: #fff;
}
.s-como-funciona .title h2 {
  font: normal 800 32px/34px "roobert-heavy";
  color: #fff;
}
.s-como-funciona .geral {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.s-como-funciona .geral ul {
  display: flex;
  align-items: flex-start;
}
.s-como-funciona .geral ul li {
  position: relative;
  margin-left: 59px;
}
.s-como-funciona .geral ul li:after {
  content: "";
  background: url(../fonts/static_pages/line-separation-funcional-8ef2102467709f9e058df552a84e1c166a31042a09600a11a972c940b3e7b994.svg) no-repeat center center;
  position: absolute;
  right: -39px;
  top: 25px;
  width: 120.5px;
  height: 3px;
}
.s-como-funciona .geral ul li:first-child {
  margin-left: 0;
}
.s-como-funciona .geral ul li:last-child:after {
  background: url(../fonts/static_pages/line-final-direction-e765d0c738fdbf00be98d1e95dc09339394615130a56aaa90c70c51df5e024b1.svg) no-repeat center center;
  width: 217px;
  height: 23px;
  right: -140px;
  top: 17px;
  z-index: 1;
}
.s-como-funciona .geral ul li .icon {
  display: flex;
  align-items: center;
  height: 49px;
  margin-bottom: 46px;
}
.s-como-funciona .geral ul li span {
  display: block;
  font-weight: 600;
  font-size: 18px;
  line-height: 26px;
  color: #fff;
  margin-bottom: 8px;
}
.s-como-funciona .geral ul li h4 {
  font-weight: 600;
  font-size: 18px;
  line-height: 32px;
  color: #fff;
}
.s-como-funciona .geral ul li p {
  font-size: 16px;
  line-height: 29px;
  color: #fff;
  opacity: 0.8;
}
.s-como-funciona .box-destaque {
  position: absolute;
  top: 0;
  right: 0;
  background-color: #0cac52;
  height: 100%;
  width: 39%;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  padding-bottom: 80px;
}
.s-como-funciona .box-destaque:before {
  content: "";
  background: url(../fonts/static_pages/details-box-green-71677b6b7560b3b14389473b6a2268c9d0e25e631f2bfb48bcd463b53355143e.svg) no-repeat center center;
  position: absolute;
  top: 14px;
  right: 0;
  width: 291.56px;
  height: 228.51px;
}
.s-como-funciona .box-destaque .cont {
  width: 232px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.s-como-funciona .box-destaque .cont .icon {
  width: 110px;
  height: 110px;
  background-color: #17a655;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  margin-bottom: 24px;
}
.s-como-funciona .box-destaque .cont h3 {
  font-weight: 700;
  font-size: 22px;
  line-height: 32px;
  color: #fff;
  margin-bottom: 16px;
}
.s-como-funciona .box-destaque .cont p {
  text-align: center;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  color: #fff;
  margin-bottom: 32px;
  max-width: 189px;
}
.s-como-funciona .box-destaque .cont .btn {
  width: 232px;
  height: 54px;
  background-color: #fff;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  font: normal 600 15px/1 "Inter";
  color: #fcbe00;
  transition: all 0.3s;
}
.s-como-funciona .box-destaque .cont .btn:hover {
  transition: all 0.3s;
  color: #fff;
  border: 2px solid #fff;
  background-color: #0cac52;
}
@media (max-width: 1200px) {
  .s-como-funciona {
    padding-bottom: 0;
    padding-top: 40px;
  }
  .s-como-funciona .box-destaque {
    position: relative;
    width: 100%;
    margin-top: 40px;
    height: auto;
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .s-como-funciona .title {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 40px;
  }
  .s-como-funciona .title h2 {
    text-align: center;
    font-size: 28px;
  }
  .s-como-funciona .geral ul {
    width: 100%;
    flex-direction: column;
    align-items: flex-start;
  }
  .s-como-funciona .geral ul li {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    margin-bottom: 30px;
    margin-left: 0;
  }
  .s-como-funciona .geral ul li:after {
    display: none;
  }
  .s-como-funciona .geral ul li:last-child {
    margin-bottom: 0;
  }
  .s-como-funciona .geral ul li .icon {
    margin-bottom: 20px;
  }
  .s-como-funciona .geral ul li p {
    text-align: center;
    max-width: 240px;
  }
  .s-como-funciona .geral ul li p br {
    display: none;
  }
}
.s-pq-antecipar {
  padding-top: 110px;
  padding-bottom: 90px;
}
.s-pq-antecipar .topo {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  margin-bottom: 85px;
}
.s-pq-antecipar .topo .title span {
  font-weight: 500;
  font-size: 19px;
  line-height: 22px;
  color: #fcbe00;
  margin-bottom: 16px;
  display: block;
}
.s-pq-antecipar .topo .title h2 {
  max-width: 673px;
  font: normal 800 32px/34px "roobert-heavy";
  color: #27272d;
}
.s-pq-antecipar .topo .box {
  width: 90px;
  height: 90px;
  background-color: #fff;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.07);
  display: flex;
  align-items: center;
  justify-content: center;
}
.s-pq-antecipar .geral {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid rgba(221, 221, 221, 0.4);
  padding-bottom: 82px;
  margin-bottom: 86px;
}
.s-pq-antecipar .geral ul li {
  margin-bottom: 52px;
  display: flex;
  align-items: flex-start;
}
.s-pq-antecipar .geral ul li:last-child {
  margin-bottom: 0;
}
.s-pq-antecipar .geral ul li .icon {
  width: 35px;
  margin-right: 47px;
}
.s-pq-antecipar .geral ul li .info h3 {
  font: normal bold 19px/28px "Inter";
  color: #27272d;
}
.s-pq-antecipar .geral ul li .info p {
  font-family: inter;
  font-size: 18px;
  line-height: 30px;
  color: #8f8f99;
}
.s-pq-antecipar .geral figure {
  width: 520px;
  height: 529px;
  background: url(../fonts/static_pages/img-por-que-antecipar-f51e21d319b0a489020cf0a2bf01e99fcb3201388e37a9785de9a0395f782939.jpg) no-repeat center center;
}
.s-pq-antecipar .tipos {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.s-pq-antecipar .tipos .box {
  width: 555px;
  height: 628px;
  padding-left: 59px;
  background: url(../fonts/static_pages/box-bg-purple-9a5d59252ae895115b2b4f7fcec261e2876719b7f06698cff1f704f5a9cec765.svg) no-repeat center center;
}
.s-pq-antecipar .tipos .box.green {
  background: url(../fonts/static_pages/box-bg-turquoise-blue-5c82ef6298d9f4c6543e1cb03e776d45f72dbf72f568233f6f296ecf5eacfc39.svg) no-repeat center center;
}
.s-pq-antecipar .tipos .box.green .icon {
  background-color: #fcbe00;
}
.s-pq-antecipar .tipos .box .icon {
  width: 66px;
  height: 66px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #8142ff;
  margin-bottom: 40px;
  margin-top: -17px;
}
.s-pq-antecipar .tipos .box h2 {
  font: normal 800 28px/34px "roobert-heavy";
  color: #35353d;
  margin-bottom: 20px;
}
.s-pq-antecipar .tipos .box h3 {
  font-weight: 700;
  font-size: 19px;
  line-height: 28px;
  color: #737380;
  margin-bottom: 8px;
}
.s-pq-antecipar .tipos .box p {
  font: normal 16px/29px "Inter";
  color: #737380;
  margin-bottom: 28px;
  max-width: 420px;
}
.s-pq-antecipar .tipos .box ul li {
  display: flex;
  align-items: center;
  margin-bottom: 32px;
}
.s-pq-antecipar .tipos .box ul li:last-child {
  margin-bottom: 0;
}
.s-pq-antecipar .tipos .box ul li img {
  margin-right: 20px;
}
.s-pq-antecipar .tipos .box ul li span {
  font-size: 16px;
  line-height: 29px;
  color: #737380;
}
@media (max-width: 1200px) {
  .s-pq-antecipar {
    padding: 40px 0;
  }
  .s-pq-antecipar .topo {
    display: flex;
    flex-direction: column-reverse;
    align-items: center;
    margin-bottom: 60px;
  }
  .s-pq-antecipar .topo .title span {
    text-align: center;
    margin-bottom: 10px;
  }
  .s-pq-antecipar .topo .title h2 {
    text-align: center;
    font-size: 28px;
    max-width: 350px;
  }
  .s-pq-antecipar .topo .box {
    width: 70px;
    height: 70px;
    margin-bottom: 20px;
  }
  .s-pq-antecipar .topo .box img {
    max-width: 40px;
  }
  .s-pq-antecipar .geral {
    justify-content: center;
    flex-direction: column;
    align-items: center;
    padding-bottom: 80px;
    border-bottom: none;
    margin-bottom: 0;
  }
  .s-pq-antecipar .geral ul li {
    margin-bottom: 37px;
  }
  .s-pq-antecipar .geral ul li:last-child {
    margin-bottom: 0;
  }
  .s-pq-antecipar .geral ul li .icon {
    width: 29px;
    margin-right: 30px;
  }
  .s-pq-antecipar .geral ul li .info {
    max-width: 216px;
  }
  .s-pq-antecipar .geral ul li .info h3 {
    font-size: 16px;
    line-height: 28px;
    color: #27272d;
  }
  .s-pq-antecipar .geral ul li .info p {
    font-size: 14px;
    line-height: 160%;
    color: #8f8f99;
  }
  .s-pq-antecipar .geral figure {
    width: 100%;
    margin-top: 40px;
    height: 316px;
    background-size: 100%;
  }
  .s-pq-antecipar .tipos {
    flex-direction: column;
    align-items: flex-start;
  }
  .s-pq-antecipar .tipos .box {
    width: 100%;
    padding: 0 25px;
    margin-bottom: 59px;
    height: auto;
    padding-bottom: 40px;
  }
  .s-pq-antecipar .tipos .box:last-child {
    margin-bottom: 0;
  }
  .s-pq-antecipar .tipos .box .icon {
    margin-bottom: 30px;
  }
  .s-pq-antecipar .tipos .box h2 {
    font-size: 24px;
    margin-bottom: 12px;
  }
  .s-pq-antecipar .tipos .box h3 {
    font-size: 16px;
    max-width: 220px;
    margin-bottom: 12px;
    line-height: 22px;
  }
  .s-pq-antecipar .tipos .box p {
    font-size: 14px;
    line-height: 22px;
  }
  .s-pq-antecipar .tipos .box ul li img {
    margin-right: 8px;
  }
  .s-pq-antecipar .tipos .box ul li span {
    font-size: 14px;
    line-height: 18px;
    max-width: 220px;
  }
}
.s-conta-receber {
  background-color: rgba(90, 212, 255, 0.13);
}
.s-conta-receber:before {
  background: url(../fonts/static_pages/arrow-direction-turquoise-blue-b0b6041bc1f3a56dd95b328dd6083f39455a9b7103e1ed5bb67ae9062721ba64.svg) no-repeat center center;
}
.s-conta-receber .texto span {
  color: #fcbe00;
  opacity: 0.7;
}
.s-conta-receber .texto .btn {
  background-color: #fcbe00;
  transition: all 0.3s;
}
.s-conta-receber .texto .btn:hover {
  background-color: #fcbe00;
  transition: all 0.3s;
}
.s-sobre {
  padding-top: 156px;
  padding-bottom: 106px;
}
.s-sobre h2 {
  max-width: 828px;
  font: normal 800 36px/48px "roobert-heavy";
  text-align: center;
  color: #27272d;
  margin: 0 auto;
  margin-bottom: 18px;
}
.s-sobre .txt-subtitle {
  font: normal normal 18px/30px "Inter";
  text-align: center;
  max-width: 657px;
  margin: 0 auto;
  color: #737380;
}
.s-sobre .img-time {
  margin-top: 51px;
  margin-bottom: 95px;
}
.s-sobre .texto-sobre {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-left: 100px;
}
.s-sobre .texto-sobre .left {
  max-width: 280px;
}
.s-sobre .texto-sobre .left h1 {
  font-weight: 500;
  font-size: 19px;
  line-height: 22px;
  color: #fcbe00;
  margin-bottom: 16px;
  display: block;
}
.s-sobre .texto-sobre .left h3 {
  font: normal 800 28px/34px "roobert-heavy";
  color: #27272d;
}
.s-sobre .texto-sobre .right {
  max-width: 696px;
}
.s-sobre .texto-sobre .right p {
  font-family: inter;
  font-size: 16px;
  line-height: 29px;
  color: #737380;
  margin-bottom: 12px;
}
.s-sobre .texto-sobre .right p:last-child {
  margin-bottom: 0;
}
@media (max-width: 1200px) {
  .s-sobre {
    padding-top: 104px;
    padding-bottom: 60px;
  }
  .s-sobre .container {
    padding: 0;
  }
  .s-sobre h2 {
    font-size: 28px;
    line-height: 130%;
    margin-bottom: 31px;
    padding: 0 24px;
  }
  .s-sobre p {
    max-width: 310px;
    font-size: 16px;
    line-height: 26px;
    text-align: center;
    color: #737380;
    padding: 0 24px;
  }
  .s-sobre .img-time {
    margin-top: 43px;
    margin-bottom: 42px;
  }
  .s-sobre .texto-sobre {
    margin-left: 0;
    padding: 0 24px;
    flex-direction: column;
    align-items: center;
  }
  .s-sobre .texto-sobre .left {
    margin-bottom: 32px;
    max-width: 330px;
  }
  .s-sobre .texto-sobre .left h1 {
    text-align: center;
    margin-bottom: 10px;
  }
  .s-sobre .texto-sobre .left h3 {
    text-align: center;
    font-size: 22px;
    max-width: 330px;
  }
  .s-sobre .texto-sobre .right p {
    padding: 0;
  }
}
.s-cultura {
  position: relative;
  background: url(../fonts/static_pages/bg-cultura-0c78ae64d6a037b721bfbd123f88f63f83f208646e304590e3a9c00037f1c7af.png) no-repeat #fcbe00 top right;
  height: 595px;
  padding-top: 105px;
}
.s-cultura h2 {
  text-align: center;
  font-weight: 800;
  font-size: 28px;
  line-height: 40px;
  color: #27272d;
  margin-bottom: 40px;
}
.s-cultura ul {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 72px;
}
.s-cultura ul li {
  margin-left: 56px;
}
.s-cultura ul li:first-child {
  margin-left: 0;
}
.s-cultura ul li a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 104px;
  height: 104px;
  border-radius: 50%;
  background-color: #fcbe00;
  transition: all 0.3s;
}
.s-cultura ul li a.active {
  background-color: #f6f6f8;
  transition: all 0.3s;
}
.s-cultura ul li a.active:after {
  opacity: 1;
  transform: translateY(0px);
  transition: all 0.3s;
}
.s-cultura ul li a.active .icon.icon-vida {
  background: url(../fonts/static_pages/icon-vida-ativo-c9a7cf01bfb3c7c717cf41a01c54f9dcc77dd4ea05d9ed1fc1ce48ee69dfa97f.svg) no-repeat center center;
}
.s-cultura ul li a.active .icon.icon-shield {
  background: url(../fonts/static_pages/icon-shield-cultura-ativo-f8f06d8c8e9fdab1f29346d186c5244fd6d5c02755fdfb4d9651480f356b29ad.svg) no-repeat center center;
}
.s-cultura ul li a.active .icon.icon-star {
  background: url(../fonts/static_pages/icon-star-ativo-375ba259d7150ef4f772f031c36965af96f2ae9740dccb7539cf50e3ec7606fa.svg) no-repeat center center;
}
.s-cultura ul li a.active .icon.icon-computer {
  background: url(../fonts/static_pages/icon-computer-ativo-3ff91b4532ee982b012abfd3b51c0e8adc23bd82f03fe5c527ae0a2f3d682cb4.svg) no-repeat center center;
}
.s-cultura ul li a.active .icon.icon-grafico {
  background: url(../fonts/static_pages/icon-grafico-ativo-90980497c7abb3c2ae58f4a2f384db58e0c26bd3c06acd9a05d118b50a0f45b3.svg) no-repeat center center;
}
.s-cultura ul li a:after {
  content: "";
  background: url(../fonts/static_pages/arrow-down-white-6bcdd01399f50e7e090e2d53c9209df07eaac97d9e2806fbf26585e4ca005d37.svg) no-repeat center center;
  width: 18px;
  height: 12px;
  position: absolute;
  bottom: -36px;
  transform: translateY(-10px);
  opacity: 0;
  transition: all 0.3s;
}
.s-cultura ul li a .icon.icon-vida {
  background: url(../fonts/static_pages/icon-vida-7de8577ec7f22ac1a7379459257ff795bccf19e34cdea19d4997d0b5c9d74ebf.svg) no-repeat center center;
  width: 43px;
  height: 43px;
}
.s-cultura ul li a .icon.icon-shield {
  background: url(../fonts/static_pages/icon-shield-cultura-5df2fe30481eff5fab0460ea74b943e35834cb8f7ee80a18a193a82cfe91e84d.svg) no-repeat center center;
  width: 33px;
  height: 41px;
}
.s-cultura ul li a .icon.icon-star {
  background: url(../fonts/static_pages/icon-star-41773a29b88313540cfe1806f7d43d60069520511fe7b0d5e13d3112ab8a26eb.svg) no-repeat center center;
  width: 35px;
  height: 32px;
}
.s-cultura ul li a .icon.icon-computer {
  background: url(../fonts/static_pages/icon-computer-0b9333fd43d9522794852fade7c6b40a8b02a93b16ad1a823b1e108c969b22c9.svg) no-repeat center center;
  width: 43px;
  height: 34px;
}
.s-cultura ul li a .icon.icon-grafico {
  background: url(../fonts/static_pages/icon-grafico-c5b624b1ca4d64fe0eb3e4687c6d688bcb1e810fccc7a14b20c3b7f95a384168.svg) no-repeat center center;
  width: 34px;
  height: 35px;
}
.s-cultura .content-culturas .tab-cultura {
  display: none;
}
.s-cultura .content-culturas .tab-cultura.active {
  display: flex;
  flex-direction: column;
  align-items: center;
  -webkit-animation: showIn 0.4s forwards;
  animation: showIn 0.4s forwards;
}
.s-cultura .content-culturas .tab-cultura h3 {
  font-weight: 600;
  font-size: 24px;
  line-height: 29px;
  text-align: center;
  color: #27272d;
  margin-bottom: 18px;
}
.s-cultura .content-culturas .tab-cultura p {
  font-family: inter;
  font-size: 18px;
  line-height: 30px;
  color: #27272d;
  text-align: center;
  max-width: 707px;
}
.s-cultura:after {
  content: "";
  background: url(../fonts/static_pages/details-cultura-cf7e872bc09f19eef440c627010e26d8bdb02cc4cc1fd3b46d836b1d97d4f9aa.svg) no-repeat center center;
  position: absolute;
  left: 0;
  bottom: -40px;
  width: 100%;
  height: 73.09px;
}
@media (max-width: 1200px) {
  .s-cultura {
    padding: 40px 0;
  }
  .s-cultura .container {
    padding: 0;
  }
  .s-cultura .responsive {
    width: 100%;
    padding: 0 24px;
    overflow-x: auto;
  }
  .s-cultura .nav-culturas {
    width: 600px;
  }
  .s-cultura .nav-culturas li {
    margin-left: 20px;
  }
  .s-cultura .content-culturas .tab-cultura p {
    max-width: 317px;
  }
}
.s-time {
  padding-top: 149px;
  padding-bottom: 99px;
}
.s-time .geral {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  grid-gap: 44px;
  align-items: flex-start;
}
.s-time .geral .txt {
  grid-column: 1 / span 2;
  max-width: 218px;
  margin-left: 104px;
  margin-top: 30px;
}
.s-time .geral .txt span {
  font-weight: 500;
  font-size: 19px;
  line-height: 22px;
  color: #fcbe00;
  display: block;
  margin-bottom: 11px;
}
.s-time .geral .txt h2 {
  font: normal 800 32px/34px "roobert-heavy";
  color: #27272d;
}
.s-time .geral .item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}
.s-time .geral .item .logo {
  background: url(../fonts/static_pages/logo-purple-054d66e5cc0114882cc5a198d605c54c556ad061764e62c056fbeab79fd5e731.svg) no-repeat center center;
  width: 88.67px;
  height: 58.66px;
  background-size: 100%;
  opacity: 0.3;
}
.s-time .geral .item p {
  color: #737380;
  font-size: 18px;
  line-height: 30px;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 160px;
  margin: 0 auto;
}
.s-time .geral .item .cont .icon {
  background: url(../fonts/static_pages/icon-chat-22c01dd6ac99d0a47b38b011d0746c3af62c81b7a90206a60041385777c8a853.svg) no-repeat center center;
  width: 40.6px;
  height: 36.1px;
  margin-bottom: 19px;
}
.s-time .geral .item .cont span {
  font-size: 18px;
  line-height: 30px;
  color: #737380;
}
@media (max-width: 1200px) {
  .s-time {
    padding: 40px 0;
  }
  .s-time .geral {
    grid-template-columns: 1fr 1fr;
    grid-gap: 20px;
  }
  .s-time .geral .txt {
    max-width: 100%;
    margin: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .s-time .geral .txt h2 {
    text-align: center;
    max-width: 208px;
  }
  .s-time .geral .item.empty {
    display: none;
  }
  .s-time .geral .item:nth-child(8) {
    display: none;
  }
}
.page-sobre h2 {
  margin: 0 auto;
  text-align: center;
  max-width: 100%;
  margin-bottom: 84px;
  font-family: roobert-heavy;
}
@media (max-width: 1200px) {
  .page-sobre {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .page-sobre h2 {
    padding: 0 24px;
    margin-bottom: 15px;
  }
}
.header-landing-page .left .logo {
  width: 176px;
  height: 49px;
  margin-right: 23px;
  background: url(../fonts/static_pages/logo-white-39edf2ad84a99c85377353008b3dc03f6568c0486660cc5161130012f5baa5c3.svg) no-repeat center center;
}
.header-landing-page.fixed-menu .left .logo {
  background: url(../fonts/static_pages/logo-8bc5e3bdd682b741620f982dc2fb65f0f1f29da7b0d502c50fefba1c321bf98c.svg) no-repeat center center;
}
@media (max-width: 1200px) {
  .header-landing-page .left .logo {
    background-size: 100% !important;
  }
}
.s-landing-page {
  position: relative;
  width: 100%;
  height: 701px;
  background: url(../fonts/static_pages/logo-transparent-bg-eef842d4e32a551d3717498635d2fd5b719131b73a576e7bef8ade7ee6233a32.png) no-repeat center top 94px #fcbe00;
  padding-top: 120px;
}
.s-landing-page .container {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.s-landing-page .texto {
  margin-top: 40px;
  max-width: 642px;
}
.s-landing-page .texto span {
  display: block;
  font-weight: 600;
  font-size: 18px;
  line-height: 26px;
  color: #fff;
  margin-bottom: 12px;
}
.s-landing-page .texto h1,
.s-landing-page .texto h3 {
  font: normal 800 55px/60px "roobert-heavy";
  color: #f6f6f8;
  margin-bottom: 30px;
}
.s-landing-page .texto p {
  max-width: 500px;
  font-size: 18px;
  line-height: 30px;
  color: #fff;
}
.s-landing-page .box {
  position: relative;
  z-index: 1;
  background-color: #fff;
  box-shadow: 0 20.5674px 30.8511px rgba(177, 194, 196, 0.16);
  width: 520px;
  min-height: 623px;
  padding: 42px 38px;
}
.s-landing-page .box h3 {
  font-weight: 700;
  font-size: 18px;
  line-height: 27px;
  color: #27272d;
  margin-bottom: 4px;
}
.s-landing-page .box p {
  font-size: 16px;
  line-height: 29px;
  color: #27272d;
}
.s-landing-page .box form {
  margin-top: 23px;
}
.s-landing-page .box form .form-group {
  margin-bottom: 16px;
}
.s-landing-page .box form .form-group:last-child {
  margin-bottom: 0;
}
.s-landing-page .box form input {
  width: 100%;
}
.s-landing-page .box form button {
  width: 206px;
  height: 54px;
  border-radius: 4px;
}
.s-landing-page .box form button[disabled] {
  opacity: 0.5;
  cursor: default;
}
.s-landing-page .box form a {
  color: #1e88e5;
  font-size: 14px;
}
.s-landing-page .box form .help-text {
  margin-top: 6px;
  color: #6d6d6d;
  font-style: italic;
  font-size: 13px;
  line-height: 17px;
}
.s-landing-page.s-landing-page-bottom:after {
  content: "";
  background: url(../fonts/static_pages/details-factoring-a876c2731b56853144e92b6a11c151f9a7c780282b7c9b315fa2f2640d5e98f7.svg) no-repeat center center;
  position: absolute;
  bottom: -23px;
  left: 0;
  width: 100%;
  height: 135px;
  z-index: 2;
}
.s-landing-page.s-landing-page-bottom .texto {
  margin-top: 80px;
}
.s-landing-page.s-landing-page-bottom .texto h1 {
  font-size: 48px;
  line-height: 58px;
}
.s-landing-page.s-landing-page-bottom .box {
  z-index: 4;
}
.s-landing-page.states .texto {
  margin-top: 17px;
}
.s-landing-page.states .texto p {
  max-width: inherit;
}
.s-landing-page.states .btn {
  width: 403px;
  height: 54px;
  margin-top: 30px;
  background-color: #fcbe00;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  font-size: 15px;
  line-height: 18px;
  display: flex;
  align-items: center;
  text-align: center;
  color: #fff;
  font-family: inter;
  transition: all 0.3s;
}
.s-landing-page.states .btn:hover {
  background-color: #004c99;
  transition: all 0.3s;
}
@media (max-width: 1200px) {
  .s-landing-page {
    padding-top: 100px;
    padding-bottom: 40px;
    height: auto;
  }
  .s-landing-page .container {
    flex-direction: column;
    align-items: center;
  }
  .s-landing-page .texto {
    margin-top: 0;
    margin-bottom: 20px;
  }
  .s-landing-page .texto span {
    text-align: center;
    font-size: 16px;
    max-width: 200px;
    margin: 0 auto;
    margin-bottom: 20px;
  }
  .s-landing-page .texto h1,
  .s-landing-page .texto h3 {
    text-align: center;
    font-size: 39px;
    line-height: 44px;
    margin-bottom: 20px;
  }
  .s-landing-page .texto p {
    text-align: center;
    font-size: 14px;
    line-height: 22px;
  }
  .s-landing-page .texto .btn {
    width: 312px;
    margin: 25px auto;
    padding: 0 20px;
  }
  .s-landing-page .box {
    width: 100%;
    padding: 30px 20px;
  }
  .s-landing-page .box h3 {
    text-align: center;
  }
  .s-landing-page .box p {
    text-align: center;
    font-size: 14px;
    max-width: 200px;
    line-height: 22px;
    margin: 0 auto;
  }
  .s-landing-page .box form label {
    font-size: 12px;
  }
  .s-landing-page .box form .checkbox span {
    font-size: 10px;
  }
  .s-landing-page .box form .checkbox span a {
    font-size: 10px;
  }
  .s-landing-page .box form button {
    width: 100%;
  }
  .s-landing-page .box form .help-text {
    max-width: 100%;
  }
  .s-landing-page.s-landing-page-bottom {
    padding: 40px 0;
  }
  .s-landing-page.s-landing-page-bottom:after {
    display: none;
  }
  .s-landing-page.s-landing-page-bottom .texto {
    margin-top: 0;
  }
  .s-landing-page.s-landing-page-bottom .texto h1 {
    font-size: 35px;
    line-height: 40px;
  }
}
.s-navigation-menu {
  position: relative;
  padding-top: 120px;
}
.s-navigation-menu:before {
  content: "";
  background: url(../fonts/static_pages/details-factoring-a876c2731b56853144e92b6a11c151f9a7c780282b7c9b315fa2f2640d5e98f7.svg) no-repeat center center;
  position: absolute;
  top: -80px;
  left: 0;
  width: 100%;
  height: 126px;
  z-index: 0;
}
.s-navigation-menu h2 {
  font: normal 800 28px/28px "roobert-heavy";
  color: #27272d;
  margin-bottom: 51px;
}
.s-navigation-menu ul {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.s-navigation-menu ul li.active a {
  opacity: 1;
  -webkit-filter: grayscale(0%);
  filter: grayscale(0%);
  transition: all 0.3s;
}
.s-navigation-menu ul li:hover a {
  opacity: 1;
  -webkit-filter: grayscale(0%);
  filter: grayscale(0%);
  transition: all 0.3s;
}
.s-navigation-menu ul li a {
  display: flex;
  align-items: center;
  opacity: 0.6;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  transition: all 0.3s;
}
.s-navigation-menu ul li a img {
  margin-right: 13px;
}
.s-navigation-menu ul li a span {
  font-weight: 700;
  font-size: 16px;
  color: #35353d;
}
@media (max-width: 1200px) {
  .s-navigation-menu {
    padding-top: 50px;
    padding-bottom: 10px;
  }
  .s-navigation-menu .container {
    padding: 0;
  }
  .s-navigation-menu h2 {
    text-align: center;
    margin-bottom: 30px;
  }
  .s-navigation-menu ul {
    display: block;
  }
  .s-navigation-menu ul li a {
    display: block;
    text-align: center;
    margin-top: 10px;
  }
}
.s-about {
  position: relative;
  padding: 100px 0;
}
.s-about.states {
  padding: 100px 0 0;
}
.s-about.cities {
  padding: 180px 0 0;
}
.s-about.states:before,
.s-about.cities:before {
  content: "";
  background: url(../fonts/static_pages/details-factoring-a876c2731b56853144e92b6a11c151f9a7c780282b7c9b315fa2f2640d5e98f7.svg) no-repeat center center;
  position: absolute;
  top: -80px;
  left: 0;
  width: 100%;
  height: 126px;
  z-index: 0;
}
.s-about .container {
  display: flex;
  align-items: center;
}
.s-about .breadcrumb {
  position: relative;
  z-index: 1;
  float: left;
  margin-top: -130px;
}
.s-about .breadcrumb a {
  font-size: 18px;
  line-height: 25px;
  color: #1e88e5;
}
.s-about .img {
  margin-left: -56px;
  margin-right: 61px;
}
.s-about .texto {
  max-width: 517px;
}
.s-about .texto h2 {
  font-weight: 800;
  font-size: 28px;
  line-height: 34px;
  color: #2f2f2f;
  margin-bottom: 25px;
}
.s-about .texto p {
  font-size: 18px;
  line-height: 31px;
  color: #737380;
  margin-bottom: 21px;
}
@media (max-width: 1200px) {
  .s-about {
    padding: 40px 0;
  }
  .s-about.cities {
    padding: 100px 0 60px;
  }
  .s-about .container {
    flex-direction: column;
    align-items: center;
  }
  .s-about .breadcrumb {
    position: relative;
    z-index: 1;
    float: left;
    margin-top: -30px;
  }
  .s-about .breadcrumb span {
    font-size: 12px;
  }
  .s-about .breadcrumb a {
    font-size: 13px;
    line-height: 15px;
    color: #1e88e5;
  }
  .s-about .img {
    margin: 0 auto;
    margin-bottom: 20px;
  }
  .s-about .texto h2 {
    text-align: center;
    font-size: 25px;
    line-height: 1;
    margin-bottom: 20px;
  }
  .s-about .texto p {
    text-align: center;
    font-size: 16px;
    line-height: 22px;
  }
}
.s-credito-lp {
  background-color: #f6f6f8;
}
.s-credito-lp:before {
  display: none;
}
.s-credito-lp .title h2 {
  text-align: center;
}
.s-credito-lp .title span {
  text-align: center;
  display: block;
}
@media (max-width: 1200px) {
  .s-credito-lp {
    margin-top: 0;
  }
}
.s-state-cities {
  position: relative;
  padding-top: 55px;
}
.s-state-cities .title {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 50px;
}
.s-state-cities .title h2 {
  font: normal 800 28px/1 "Roobert-heavy";
  text-align: center;
  color: #27272d;
}
.s-state-cities .subtitle {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 25px;
}
.s-state-cities .subtitle h3 {
  font: normal 600 20px/1 "Roobert-heavy";
  text-align: center;
  color: #27272d;
}
.s-state-cities .all {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-bottom: 100px;
}
.s-state-cities .all .box {
  position: relative;
  width: 280px;
  height: 417px;
  background-color: #ebf1f7;
  padding: 14px;
  text-align: center;
  display: flex;
  flex-direction: column;
}
.s-state-cities .all .box h4 {
  font-weight: 200;
  font-size: 20px;
  line-height: 22px;
  color: #737380;
  margin: 19px 0;
  text-align: center;
}
.s-state-cities .all .box p {
  font-size: 15px;
  color: #27272d;
  text-align: center;
}
.s-state-cities .all .box .btn {
  height: 44px;
  margin-top: 20px;
  padding: 10px;
  background-color: #fcbe00;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 300;
  font-size: 15px;
  line-height: 18px;
  display: flex;
  align-items: center;
  text-align: center;
  color: #fff;
  font-family: inter;
  transition: all 0.3s;
  margin-top: auto;
}
.s-state-cities .all .box .btn:hover {
  background-color: #004c99;
  transition: all 0.3s;
}
.s-state-cities .all .list-column ul {
  padding-left: 20px;
}
.s-state-cities .all .list-column ul li {
  list-style-type: disc;
}
.s-state-cities .all .list-column ul li a {
  font-size: 18px;
  line-height: 25px;
  color: #1e88e5;
}
@media (max-width: 1200px) {
  .s-state-cities {
    padding-bottom: 0;
  }
  .s-state-cities .title {
    margin-bottom: 0;
  }
  .s-state-cities .title h2 {
    text-align: center;
    font-size: 28px;
    margin-bottom: 22px;
  }
  .s-state-cities .responsive {
    width: 100%;
    overflow-x: auto;
  }
  .s-state-cities .all {
    width: 1180px;
    margin-bottom: 50px;
  }
  .s-state-cities .all .list-column ul li {
    list-style-type: none;
    text-align: center;
  }
}
.s-with-you,
.s-brazil {
  position: relative;
  padding-bottom: 100px;
}
.s-with-you .container,
.s-brazil .container {
  display: flex;
  align-items: center;
}
.s-with-you .texto,
.s-brazil .texto {
  padding-right: 100px;
}
.s-with-you .texto h2,
.s-brazil .texto h2 {
  font: normal 800 30px/36px "roobert-heavy";
  color: #27272d;
  margin-bottom: 25px;
}
.s-with-you .texto p,
.s-brazil .texto p {
  font-size: 18px;
  line-height: 31px;
  color: #737380;
  margin-bottom: 25px;
}
.s-with-you .img,
.s-brazil .img {
  width: 565px;
  height: auto;
}
@media (max-width: 1200px) {
  .s-with-you,
  .s-brazil {
    padding-bottom: 40px;
  }
  .s-with-you .container,
  .s-brazil .container {
    flex-direction: column;
    align-items: center;
  }
  .s-with-you .texto,
  .s-brazil .texto {
    padding-right: 0;
  }
  .s-with-you .texto h2,
  .s-brazil .texto h2 {
    text-align: center;
    font-size: 28px;
    line-height: 34px;
    margin-bottom: 20px;
  }
  .s-with-you .texto p,
  .s-brazil .texto p {
    text-align: center;
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 20px;
  }
  .s-with-you .img,
  .s-brazil .img {
    margin: 0 auto;
    margin-top: 20px;
  }
}
.s-with-you ul {
  padding-left: 20px;
}
.s-with-you ul li {
  list-style-type: disc;
}
.s-with-you ul li a {
  font-size: 18px;
  line-height: 25px;
  color: #1e88e5;
}
@media (max-width: 1200px) {
  .s-with-you ul {
    padding-left: 0;
  }
  .s-with-you ul li {
    list-style-type: none;
    text-align: center;
  }
  .s-with-you ul li a {
    font-size: 15px;
    line-height: 23px;
  }
}
.s-brazil {
  padding: 80px 0;
}
.s-brazil .texto {
  padding-right: 235px;
}
.s-brazil.states .texto {
  padding-right: 148px;
}
.s-brazil.states .texto a {
  font-size: 17px;
  line-height: 25px;
  color: #1e88e5;
}
.s-brazil.states .texto a::after {
  content: " - ";
  color: #27272d;
}
.s-brazil.states .texto a:last-child::after {
  content: none;
}
@media (max-width: 1200px) {
  .s-brazil.states {
    padding: 40px 0;
  }
  .s-brazil.states .texto {
    padding-right: 0;
  }
  .s-brazil.states .texto p {
    text-align: center;
  }
  .s-brazil.states .texto a {
    font-size: 15px;
  }
}
@media (max-width: 1200px) {
  .s-brazil {
    padding: 40px 0;
  }
  .s-brazil .texto {
    padding-right: 0;
  }
}
.s-states-factoring {
  padding-top: 43px;
}
.s-states-factoring h3 {
  font-weight: 600;
  font-size: 18px;
  line-height: 22px;
  color: #27272d;
  margin-bottom: 35px;
}
.s-states-factoring a {
  font-size: 17px;
  line-height: 25px;
  color: #1e88e5;
}
.s-states-factoring a::after {
  content: " - ";
  color: #27272d;
}
.s-states-factoring a:last-child::after {
  content: none;
}
@media (max-width: 1200px) {
  .s-states-factoring h3,
  .s-states-factoring p {
    font-size: 16px;
    text-align: center;
  }
  .s-states-factoring a {
    font-size: 15px;
  }
}
.s-utilizar-landing-page {
  padding-top: 117px;
  padding-bottom: 55px;
}
.s-utilizar-landing-page .container {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.s-utilizar-landing-page .left {
  position: relative;
}
.s-utilizar-landing-page .left .logo {
  width: 75px;
  height: 75px;
  background-color: #fff;
  box-shadow: 0 8.33333px 16.6667px rgba(0, 0, 0, 0.07);
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  left: 24px;
  top: -45px;
}
.s-utilizar-landing-page .left .logo img {
  max-width: 35px;
}
.s-utilizar-landing-page .left figure {
  width: 592px;
  height: 592px;
  background: url(../fonts/static_pages/img-utilizando-factoring-0eb272c90eb55a3b444248061a9fd9698190e3486b06ec06186d4bcf6de357c8.jpg) no-repeat center center;
}
.s-utilizar-landing-page .right h2 {
  font: normal 800 32px/34px "roobert-heavy";
  color: #27272d;
  margin-bottom: 42px;
}
.s-utilizar-landing-page .right ul {
  margin-bottom: 33px;
}
.s-utilizar-landing-page .right ul li {
  display: flex;
  margin-bottom: 27px;
}
.s-utilizar-landing-page .right ul li:last-child {
  margin-bottom: 0;
}
.s-utilizar-landing-page .right ul li .icon {
  width: 23px;
  display: flex;
  justify-content: center;
  margin-right: 37px;
}
.s-utilizar-landing-page .right ul li .info {
  max-width: 424px;
}
.s-utilizar-landing-page .right ul li .info h3 {
  font-weight: 600;
  font-size: 18px;
  line-height: 26px;
  color: #27272d;
  margin-bottom: 2px;
}
.s-utilizar-landing-page .right ul li .info p {
  font-size: 16px;
  line-height: 29px;
  color: #737380;
}
.s-utilizar-landing-page .right h4 {
  font-weight: 600;
  font-size: 18px;
  line-height: 26px;
  color: #27272d;
  margin-bottom: 18px;
}
.s-utilizar-landing-page .right .btn {
  width: 232px;
  height: 54px;
  background-color: #fcbe00;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  font-size: 15px;
  line-height: 18px;
  display: flex;
  align-items: center;
  text-align: center;
  color: #fff;
  font-family: inter;
  transition: all 0.3s;
}
.s-utilizar-landing-page .right .btn:hover {
  background-color: #fcbe00;
  transition: all 0.3s;
}
@media (max-width: 1200px) {
  .s-utilizar-landing-page {
    padding: 40px 0;
  }
  .s-utilizar-landing-page .container {
    flex-direction: column;
    align-items: center;
  }
  .s-utilizar-landing-page .left {
    width: 100%;
    margin-bottom: 60px;
  }
  .s-utilizar-landing-page .left figure {
    width: 100%;
    height: 300px;
    background-size: 100%;
  }
  .s-utilizar-landing-page .left .logo {
    left: 50%;
    top: initial;
    bottom: -35.5px;
    margin-left: -36.5px;
  }
  .s-utilizar-landing-page .right h2 {
    text-align: center;
    font-size: 26px;
    max-width: 242px;
    margin: 0 auto;
    margin-bottom: 30px;
  }
  .s-utilizar-landing-page .right ul li .icon {
    margin-right: 15px;
  }
  .s-utilizar-landing-page .right ul li .info {
    max-width: 260px;
  }
  .s-utilizar-landing-page .right ul li .info h3 {
    font-size: 16px;
  }
  .s-utilizar-landing-page .right ul li .info p {
    font-size: 14px;
    line-height: 25px;
    max-width: 235px;
  }
  .s-utilizar-landing-page .right h4 {
    font-size: 16px;
    text-align: center;
  }
  .s-utilizar-landing-page .right .btn {
    margin: 0 auto;
  }
}
.s-duvidas-lp {
  padding-bottom: 121px;
  margin-bottom: 0;
}
.s-duvidas-lp:after {
  display: none;
}
@media (max-width: 1200px) {
  .s-duvidas-lp {
    padding-bottom: 40px;
  }
}
.terms-bullets {
  background-color: #fcbe00;
  padding: 4em;
  margin-top: 90px;
  margin-bottom: 6em;
  color: #27272d;
  line-height: 1.72222;
}
.terms-bullets .terms-title {
  font-size: 36px;
  color: #27272d;
  line-height: normal;
}
.terms-bullets .terms-bullets-title {
  font-size: 20px;
  font-weight: 400;
  color: #27272d;
}
.terms-bullets .terms-bullets-title strong {
  color: #27272d;
  font-weight: 600;
  font-size: 20px;
}
.terms-bullets ul {
  display: block;
  list-style-type: disc;
  -webkit-margin-before: 1em;
  margin-block-start: 1em;
  -webkit-margin-after: 1em;
  margin-block-end: 1em;
  -webkit-margin-start: 0;
  margin-inline-start: 0;
  -webkit-margin-end: 0;
  margin-inline-end: 0;
  -webkit-padding-start: 40px;
  padding-inline-start: 40px;
}
.terms-bullets ul li {
  list-style: disc;
  color: #27272d;
}
@media (max-width: 1200px) {
  .terms-bullets {
    padding: 1.5em 0;
    margin-bottom: 3em;
  }
}
.terms {
  color: #27272d;
  line-height: 1.72222;
}
.terms h2 {
  margin-bottom: 15px;
  font-size: 20px;
}
.terms p {
  margin-bottom: 13.5px;
}
.terms ol {
  -webkit-margin-before: 1em;
  margin-block-start: 1em;
  -webkit-margin-after: 1em;
  margin-block-end: 1em;
  -webkit-margin-start: 0;
  margin-inline-start: 0;
  -webkit-margin-end: 0;
  margin-inline-end: 0;
  -webkit-padding-start: 40px;
  padding-inline-start: 40px;
}
.terms ol li {
  list-style-type: lower-roman;
}
.terms a {
  color: #fcbe00;
}
.box-blog {
  display: block;
  width: 381px;
  height: 494px;
  transition: all 0.3s;
}
.box-blog .foto {
  width: 100%;
  height: 297px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.box-blog .foto img {
  width: 100%;
}
.box-blog .info {
  padding-left: 28px;
}
.box-blog .info span {
  background-color: #fff;
  width: 262px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: -24px;
  z-index: 10;
  position: relative;
  font-size: 14px;
  letter-spacing: -0.01em;
  color: rgba(115, 115, 128, 0.88);
  margin-bottom: 30px;
}
.box-blog .info h3 {
  font-weight: 600;
  font-size: 18px;
  line-height: 26px;
  color: #35353d;
  max-width: 294px;
  margin-bottom: 8px;
}
.box-blog .info p {
  font-size: 15px;
  line-height: 23px;
  color: #6d6d6d;
  max-width: 294px;
}
.box-blog:hover {
  box-shadow: 0 0 17px 0 rgba(0, 0, 0, 0.1);
  transition: all 0.3s;
}
@media (max-width: 1200px) {
  .box-blog {
    width: 263px;
    height: auto;
    padding-bottom: 20px;
  }
  .box-blog .foto {
    height: 203px;
  }
  .box-blog .info {
    padding-left: 13px;
  }
  .box-blog .info span {
    width: 215px;
    font-size: 12px;
    height: 40px;
    margin-top: -20px;
    margin-bottom: 19px;
  }
  .box-blog .info h3 {
    font-size: 16px;
    max-width: 231px;
    margin-bottom: 7px;
  }
  .box-blog .info p {
    max-width: 250px;
    font-size: 13px;
    line-height: 23px;
  }
}
form .form-group {
  position: relative;
}
form .form-group:last-child {
  display: flex;
  justify-content: flex-end;
}
form .form-group.focus label {
  background-color: #fff;
  padding-left: 5px;
  padding-right: 15px;
  top: -10px;
  opacity: 1;
  font-size: 13px;
  transition: all 0.3s;
}
form .form-group.focus input {
  transition: all 0.3s;
}
form label {
  position: absolute;
  top: 19px;
  left: 15px;
  font-size: 15px;
  line-height: 18px;
  color: #6d6d6d;
  opacity: 0.8;
  font-family: inter;
  pointer-events: none;
  transition: all 0.3s;
}
form label.error {
  position: relative;
  top: 0;
  display: block;
  font-size: 14px !important;
  font-weight: 500;
  color: red;
  top: 0 !important;
  left: 15px;
  margin-top: 5px;
}
form input {
  width: 240px;
  height: 56px;
  background-color: #fff;
  border: 1px solid #e4e4ec;
  border-radius: 8px;
  font-size: 14px;
  padding: 0 15px;
  color: rgba(109, 109, 109, 0.8);
  font-family: inter;
  transition: all 0.3s;
}
form input:focus {
  border: 1px solid #fcbe00;
}
form input.error {
  border: 1px solid red;
  transition: all 0.3s;
}
form button {
  width: 240px;
  height: 56px;
  background-color: #8142ff;
  border-radius: 8px;
  text-align: center;
  font-weight: 600;
  font-size: 15px;
  color: #fff;
  font-family: inter;
  transition: all 0.3s;
}
form button:hover {
  background-color: #a070ff;
  transition: all 0.3s;
}
form .checkbox {
  display: flex;
  align-items: center;
  cursor: pointer;
}
form .checkbox .square {
  width: 24px;
  height: 24px;
  border: 1px solid #fcbe00;
  box-sizing: border-box;
  border-radius: 2px;
  margin-right: 8px;
}
form .checkbox span {
  font-size: 14px;
  line-height: 28px;
  color: #27272d;
  opacity: 0.8;
}
form .checkbox.active .square {
  background: url(../fonts/static_pages/checked-0e261a2230bca93ac744225e607c3f83375ce31739f1b9aa1e38a3ccd7a8cf8e.svg) no-repeat center center;
}
.s-page-without-scroll {
  height: 100%;
  padding-top: 60px;
}
.cookies-eu {
  line-height: 40px;
  position: fixed;
  z-index: 999;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 0 20px;
  text-align: center;
  border-top: 1px solid #e4e4e4;
  background: #f2f2f2;
}
@media (max-width: 767px) {
  .cookies-eu {
    font-size: 12px;
    line-height: 30px;
    position: initial;
  }
}
.cookies-eu .cookies-eu-content-holder {
  display: inline-block;
  padding: 0 20px;
}
.cookies-eu .cookies-eu-button-holder {
  display: inline-block;
}
.cookies-eu .cookies-eu-button-holder .cookies-eu-ok {
  font-size: 11px;
  font-weight: 700;
  line-height: 20px;
  min-width: 26px;
  margin-right: 5px;
  padding: 2px 11px;
  cursor: pointer;
  text-align: center;
  white-space: nowrap;
  color: #fff;
  border: 0;
  outline: none;
  background-color: #4d90fe;
}
