/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */





@font-face {
  font-family: 'FontAwesome';
  src: url(/assets/fontawesome-webfont-82ff0fe46a6f60e0ab3c4a9891a0ae0a1f7b7e84c625f55358379177a2dcb202.eot);
  src: url(/assets/fontawesome-webfont-82ff0fe46a6f60e0ab3c4a9891a0ae0a1f7b7e84c625f55358379177a2dcb202.eot?#iefix) format('embedded-opentype'), url(/assets/fontawesome-webfont-fa79d127baca4558a0b973f5f514b90fc5ef43314c41095f5cb285ffaa0a4029.woff2) format('woff2'), url(/assets/fontawesome-webfont-c9a0a23a23a3f6f7165cba218b40483a0b1750d92b49c40842f1d8f566f5f421.woff) format('woff'), url(/assets/fontawesome-webfont-2794b002e3568f5abce8991e2431ca79e0ce84a08ea1268884b4e097b62762a6.ttf) format('truetype'), url(/assets/fontawesome-webfont-67c6c8e9ffb0fcd7c7c64eaff12a298abf5b54a54b54f0e6c4c49161dba62d6d.svg#fontawesomeregular) format('svg');
  font-weight: normal;
  font-style: normal;
}
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.33333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}
.fa-2x {
  font-size: 2em;
}
.fa-3x {
  font-size: 3em;
}
.fa-4x {
  font-size: 4em;
}
.fa-5x {
  font-size: 5em;
}
.fa-fw {
  width: 1.28571429em;
  text-align: center;
}
.fa-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none;
}
.fa-ul > li {
  position: relative;
}
.fa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: 0.14285714em;
  text-align: center;
}
.fa-li.fa-lg {
  left: -1.85714286em;
}
.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eeeeee;
  border-radius: .1em;
}
.fa-pull-left {
  float: left;
}
.fa-pull-right {
  float: right;
}
.fa.fa-pull-left {
  margin-right: .3em;
}
.fa.fa-pull-right {
  margin-left: .3em;
}
/* Deprecated as of 4.4.0 */
.pull-right {
  float: right;
}
.pull-left {
  float: left;
}
.fa.pull-left {
  margin-right: .3em;
}
.fa.pull-right {
  margin-left: .3em;
}
.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}
.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
}
@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}
.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}
.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1);
}
:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  filter: none;
}
.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}
.fa-stack-1x,
.fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}
.fa-stack-1x {
  line-height: inherit;
}
.fa-stack-2x {
  font-size: 2em;
}
.fa-inverse {
  color: #ffffff;
}
/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: "\f000";
}
.fa-music:before {
  content: "\f001";
}
.fa-search:before {
  content: "\f002";
}
.fa-envelope-o:before {
  content: "\f003";
}
.fa-heart:before {
  content: "\f004";
}
.fa-star:before {
  content: "\f005";
}
.fa-star-o:before {
  content: "\f006";
}
.fa-user:before {
  content: "\f007";
}
.fa-film:before {
  content: "\f008";
}
.fa-th-large:before {
  content: "\f009";
}
.fa-th:before {
  content: "\f00a";
}
.fa-th-list:before {
  content: "\f00b";
}
.fa-check:before {
  content: "\f00c";
}
.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "\f00d";
}
.fa-search-plus:before {
  content: "\f00e";
}
.fa-search-minus:before {
  content: "\f010";
}
.fa-power-off:before {
  content: "\f011";
}
.fa-signal:before {
  content: "\f012";
}
.fa-gear:before,
.fa-cog:before {
  content: "\f013";
}
.fa-trash-o:before {
  content: "\f014";
}
.fa-home:before {
  content: "\f015";
}
.fa-file-o:before {
  content: "\f016";
}
.fa-clock-o:before {
  content: "\f017";
}
.fa-road:before {
  content: "\f018";
}
.fa-download:before {
  content: "\f019";
}
.fa-arrow-circle-o-down:before {
  content: "\f01a";
}
.fa-arrow-circle-o-up:before {
  content: "\f01b";
}
.fa-inbox:before {
  content: "\f01c";
}
.fa-play-circle-o:before {
  content: "\f01d";
}
.fa-rotate-right:before,
.fa-repeat:before {
  content: "\f01e";
}
.fa-refresh:before {
  content: "\f021";
}
.fa-list-alt:before {
  content: "\f022";
}
.fa-lock:before {
  content: "\f023";
}
.fa-flag:before {
  content: "\f024";
}
.fa-headphones:before {
  content: "\f025";
}
.fa-volume-off:before {
  content: "\f026";
}
.fa-volume-down:before {
  content: "\f027";
}
.fa-volume-up:before {
  content: "\f028";
}
.fa-qrcode:before {
  content: "\f029";
}
.fa-barcode:before {
  content: "\f02a";
}
.fa-tag:before {
  content: "\f02b";
}
.fa-tags:before {
  content: "\f02c";
}
.fa-book:before {
  content: "\f02d";
}
.fa-bookmark:before {
  content: "\f02e";
}
.fa-print:before {
  content: "\f02f";
}
.fa-camera:before {
  content: "\f030";
}
.fa-font:before {
  content: "\f031";
}
.fa-bold:before {
  content: "\f032";
}
.fa-italic:before {
  content: "\f033";
}
.fa-text-height:before {
  content: "\f034";
}
.fa-text-width:before {
  content: "\f035";
}
.fa-align-left:before {
  content: "\f036";
}
.fa-align-center:before {
  content: "\f037";
}
.fa-align-right:before {
  content: "\f038";
}
.fa-align-justify:before {
  content: "\f039";
}
.fa-list:before {
  content: "\f03a";
}
.fa-dedent:before,
.fa-outdent:before {
  content: "\f03b";
}
.fa-indent:before {
  content: "\f03c";
}
.fa-video-camera:before {
  content: "\f03d";
}
.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "\f03e";
}
.fa-pencil:before {
  content: "\f040";
}
.fa-map-marker:before {
  content: "\f041";
}
.fa-adjust:before {
  content: "\f042";
}
.fa-tint:before {
  content: "\f043";
}
.fa-edit:before,
.fa-pencil-square-o:before {
  content: "\f044";
}
.fa-share-square-o:before {
  content: "\f045";
}
.fa-check-square-o:before {
  content: "\f046";
}
.fa-arrows:before {
  content: "\f047";
}
.fa-step-backward:before {
  content: "\f048";
}
.fa-fast-backward:before {
  content: "\f049";
}
.fa-backward:before {
  content: "\f04a";
}
.fa-play:before {
  content: "\f04b";
}
.fa-pause:before {
  content: "\f04c";
}
.fa-stop:before {
  content: "\f04d";
}
.fa-forward:before {
  content: "\f04e";
}
.fa-fast-forward:before {
  content: "\f050";
}
.fa-step-forward:before {
  content: "\f051";
}
.fa-eject:before {
  content: "\f052";
}
.fa-chevron-left:before {
  content: "\f053";
}
.fa-chevron-right:before {
  content: "\f054";
}
.fa-plus-circle:before {
  content: "\f055";
}
.fa-minus-circle:before {
  content: "\f056";
}
.fa-times-circle:before {
  content: "\f057";
}
.fa-check-circle:before {
  content: "\f058";
}
.fa-question-circle:before {
  content: "\f059";
}
.fa-info-circle:before {
  content: "\f05a";
}
.fa-crosshairs:before {
  content: "\f05b";
}
.fa-times-circle-o:before {
  content: "\f05c";
}
.fa-check-circle-o:before {
  content: "\f05d";
}
.fa-ban:before {
  content: "\f05e";
}
.fa-arrow-left:before {
  content: "\f060";
}
.fa-arrow-right:before {
  content: "\f061";
}
.fa-arrow-up:before {
  content: "\f062";
}
.fa-arrow-down:before {
  content: "\f063";
}
.fa-mail-forward:before,
.fa-share:before {
  content: "\f064";
}
.fa-expand:before {
  content: "\f065";
}
.fa-compress:before {
  content: "\f066";
}
.fa-plus:before {
  content: "\f067";
}
.fa-minus:before {
  content: "\f068";
}
.fa-asterisk:before {
  content: "\f069";
}
.fa-exclamation-circle:before {
  content: "\f06a";
}
.fa-gift:before {
  content: "\f06b";
}
.fa-leaf:before {
  content: "\f06c";
}
.fa-fire:before {
  content: "\f06d";
}
.fa-eye:before {
  content: "\f06e";
}
.fa-eye-slash:before {
  content: "\f070";
}
.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "\f071";
}
.fa-plane:before {
  content: "\f072";
}
.fa-calendar:before {
  content: "\f073";
}
.fa-random:before {
  content: "\f074";
}
.fa-comment:before {
  content: "\f075";
}
.fa-magnet:before {
  content: "\f076";
}
.fa-chevron-up:before {
  content: "\f077";
}
.fa-chevron-down:before {
  content: "\f078";
}
.fa-retweet:before {
  content: "\f079";
}
.fa-shopping-cart:before {
  content: "\f07a";
}
.fa-folder:before {
  content: "\f07b";
}
.fa-folder-open:before {
  content: "\f07c";
}
.fa-arrows-v:before {
  content: "\f07d";
}
.fa-arrows-h:before {
  content: "\f07e";
}
.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "\f080";
}
.fa-twitter-square:before {
  content: "\f081";
}
.fa-facebook-square:before {
  content: "\f082";
}
.fa-camera-retro:before {
  content: "\f083";
}
.fa-key:before {
  content: "\f084";
}
.fa-gears:before,
.fa-cogs:before {
  content: "\f085";
}
.fa-comments:before {
  content: "\f086";
}
.fa-thumbs-o-up:before {
  content: "\f087";
}
.fa-thumbs-o-down:before {
  content: "\f088";
}
.fa-star-half:before {
  content: "\f089";
}
.fa-heart-o:before {
  content: "\f08a";
}
.fa-sign-out:before {
  content: "\f08b";
}
.fa-linkedin-square:before {
  content: "\f08c";
}
.fa-thumb-tack:before {
  content: "\f08d";
}
.fa-external-link:before {
  content: "\f08e";
}
.fa-sign-in:before {
  content: "\f090";
}
.fa-trophy:before {
  content: "\f091";
}
.fa-github-square:before {
  content: "\f092";
}
.fa-upload:before {
  content: "\f093";
}
.fa-lemon-o:before {
  content: "\f094";
}
.fa-phone:before {
  content: "\f095";
}
.fa-square-o:before {
  content: "\f096";
}
.fa-bookmark-o:before {
  content: "\f097";
}
.fa-phone-square:before {
  content: "\f098";
}
.fa-twitter:before {
  content: "\f099";
}
.fa-facebook-f:before,
.fa-facebook:before {
  content: "\f09a";
}
.fa-github:before {
  content: "\f09b";
}
.fa-unlock:before {
  content: "\f09c";
}
.fa-credit-card:before {
  content: "\f09d";
}
.fa-feed:before,
.fa-rss:before {
  content: "\f09e";
}
.fa-hdd-o:before {
  content: "\f0a0";
}
.fa-bullhorn:before {
  content: "\f0a1";
}
.fa-bell:before {
  content: "\f0f3";
}
.fa-certificate:before {
  content: "\f0a3";
}
.fa-hand-o-right:before {
  content: "\f0a4";
}
.fa-hand-o-left:before {
  content: "\f0a5";
}
.fa-hand-o-up:before {
  content: "\f0a6";
}
.fa-hand-o-down:before {
  content: "\f0a7";
}
.fa-arrow-circle-left:before {
  content: "\f0a8";
}
.fa-arrow-circle-right:before {
  content: "\f0a9";
}
.fa-arrow-circle-up:before {
  content: "\f0aa";
}
.fa-arrow-circle-down:before {
  content: "\f0ab";
}
.fa-globe:before {
  content: "\f0ac";
}
.fa-wrench:before {
  content: "\f0ad";
}
.fa-tasks:before {
  content: "\f0ae";
}
.fa-filter:before {
  content: "\f0b0";
}
.fa-briefcase:before {
  content: "\f0b1";
}
.fa-arrows-alt:before {
  content: "\f0b2";
}
.fa-group:before,
.fa-users:before {
  content: "\f0c0";
}
.fa-chain:before,
.fa-link:before {
  content: "\f0c1";
}
.fa-cloud:before {
  content: "\f0c2";
}
.fa-flask:before {
  content: "\f0c3";
}
.fa-cut:before,
.fa-scissors:before {
  content: "\f0c4";
}
.fa-copy:before,
.fa-files-o:before {
  content: "\f0c5";
}
.fa-paperclip:before {
  content: "\f0c6";
}
.fa-save:before,
.fa-floppy-o:before {
  content: "\f0c7";
}
.fa-square:before {
  content: "\f0c8";
}
.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "\f0c9";
}
.fa-list-ul:before {
  content: "\f0ca";
}
.fa-list-ol:before {
  content: "\f0cb";
}
.fa-strikethrough:before {
  content: "\f0cc";
}
.fa-underline:before {
  content: "\f0cd";
}
.fa-table:before {
  content: "\f0ce";
}
.fa-magic:before {
  content: "\f0d0";
}
.fa-truck:before {
  content: "\f0d1";
}
.fa-pinterest:before {
  content: "\f0d2";
}
.fa-pinterest-square:before {
  content: "\f0d3";
}
.fa-google-plus-square:before {
  content: "\f0d4";
}
.fa-google-plus:before {
  content: "\f0d5";
}
.fa-money:before {
  content: "\f0d6";
}
.fa-caret-down:before {
  content: "\f0d7";
}
.fa-caret-up:before {
  content: "\f0d8";
}
.fa-caret-left:before {
  content: "\f0d9";
}
.fa-caret-right:before {
  content: "\f0da";
}
.fa-columns:before {
  content: "\f0db";
}
.fa-unsorted:before,
.fa-sort:before {
  content: "\f0dc";
}
.fa-sort-down:before,
.fa-sort-desc:before {
  content: "\f0dd";
}
.fa-sort-up:before,
.fa-sort-asc:before {
  content: "\f0de";
}
.fa-envelope:before {
  content: "\f0e0";
}
.fa-linkedin:before {
  content: "\f0e1";
}
.fa-rotate-left:before,
.fa-undo:before {
  content: "\f0e2";
}
.fa-legal:before,
.fa-gavel:before {
  content: "\f0e3";
}
.fa-dashboard:before,
.fa-tachometer:before {
  content: "\f0e4";
}
.fa-comment-o:before {
  content: "\f0e5";
}
.fa-comments-o:before {
  content: "\f0e6";
}
.fa-flash:before,
.fa-bolt:before {
  content: "\f0e7";
}
.fa-sitemap:before {
  content: "\f0e8";
}
.fa-umbrella:before {
  content: "\f0e9";
}
.fa-paste:before,
.fa-clipboard:before {
  content: "\f0ea";
}
.fa-lightbulb-o:before {
  content: "\f0eb";
}
.fa-exchange:before {
  content: "\f0ec";
}
.fa-cloud-download:before {
  content: "\f0ed";
}
.fa-cloud-upload:before {
  content: "\f0ee";
}
.fa-user-md:before {
  content: "\f0f0";
}
.fa-stethoscope:before {
  content: "\f0f1";
}
.fa-suitcase:before {
  content: "\f0f2";
}
.fa-bell-o:before {
  content: "\f0a2";
}
.fa-coffee:before {
  content: "\f0f4";
}
.fa-cutlery:before {
  content: "\f0f5";
}
.fa-file-text-o:before {
  content: "\f0f6";
}
.fa-building-o:before {
  content: "\f0f7";
}
.fa-hospital-o:before {
  content: "\f0f8";
}
.fa-ambulance:before {
  content: "\f0f9";
}
.fa-medkit:before {
  content: "\f0fa";
}
.fa-fighter-jet:before {
  content: "\f0fb";
}
.fa-beer:before {
  content: "\f0fc";
}
.fa-h-square:before {
  content: "\f0fd";
}
.fa-plus-square:before {
  content: "\f0fe";
}
.fa-angle-double-left:before {
  content: "\f100";
}
.fa-angle-double-right:before {
  content: "\f101";
}
.fa-angle-double-up:before {
  content: "\f102";
}
.fa-angle-double-down:before {
  content: "\f103";
}
.fa-angle-left:before {
  content: "\f104";
}
.fa-angle-right:before {
  content: "\f105";
}
.fa-angle-up:before {
  content: "\f106";
}
.fa-angle-down:before {
  content: "\f107";
}
.fa-desktop:before {
  content: "\f108";
}
.fa-laptop:before {
  content: "\f109";
}
.fa-tablet:before {
  content: "\f10a";
}
.fa-mobile-phone:before,
.fa-mobile:before {
  content: "\f10b";
}
.fa-circle-o:before {
  content: "\f10c";
}
.fa-quote-left:before {
  content: "\f10d";
}
.fa-quote-right:before {
  content: "\f10e";
}
.fa-spinner:before {
  content: "\f110";
}
.fa-circle:before {
  content: "\f111";
}
.fa-mail-reply:before,
.fa-reply:before {
  content: "\f112";
}
.fa-github-alt:before {
  content: "\f113";
}
.fa-folder-o:before {
  content: "\f114";
}
.fa-folder-open-o:before {
  content: "\f115";
}
.fa-smile-o:before {
  content: "\f118";
}
.fa-frown-o:before {
  content: "\f119";
}
.fa-meh-o:before {
  content: "\f11a";
}
.fa-gamepad:before {
  content: "\f11b";
}
.fa-keyboard-o:before {
  content: "\f11c";
}
.fa-flag-o:before {
  content: "\f11d";
}
.fa-flag-checkered:before {
  content: "\f11e";
}
.fa-terminal:before {
  content: "\f120";
}
.fa-code:before {
  content: "\f121";
}
.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "\f122";
}
.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "\f123";
}
.fa-location-arrow:before {
  content: "\f124";
}
.fa-crop:before {
  content: "\f125";
}
.fa-code-fork:before {
  content: "\f126";
}
.fa-unlink:before,
.fa-chain-broken:before {
  content: "\f127";
}
.fa-question:before {
  content: "\f128";
}
.fa-info:before {
  content: "\f129";
}
.fa-exclamation:before {
  content: "\f12a";
}
.fa-superscript:before {
  content: "\f12b";
}
.fa-subscript:before {
  content: "\f12c";
}
.fa-eraser:before {
  content: "\f12d";
}
.fa-puzzle-piece:before {
  content: "\f12e";
}
.fa-microphone:before {
  content: "\f130";
}
.fa-microphone-slash:before {
  content: "\f131";
}
.fa-shield:before {
  content: "\f132";
}
.fa-calendar-o:before {
  content: "\f133";
}
.fa-fire-extinguisher:before {
  content: "\f134";
}
.fa-rocket:before {
  content: "\f135";
}
.fa-maxcdn:before {
  content: "\f136";
}
.fa-chevron-circle-left:before {
  content: "\f137";
}
.fa-chevron-circle-right:before {
  content: "\f138";
}
.fa-chevron-circle-up:before {
  content: "\f139";
}
.fa-chevron-circle-down:before {
  content: "\f13a";
}
.fa-html5:before {
  content: "\f13b";
}
.fa-css3:before {
  content: "\f13c";
}
.fa-anchor:before {
  content: "\f13d";
}
.fa-unlock-alt:before {
  content: "\f13e";
}
.fa-bullseye:before {
  content: "\f140";
}
.fa-ellipsis-h:before {
  content: "\f141";
}
.fa-ellipsis-v:before {
  content: "\f142";
}
.fa-rss-square:before {
  content: "\f143";
}
.fa-play-circle:before {
  content: "\f144";
}
.fa-ticket:before {
  content: "\f145";
}
.fa-minus-square:before {
  content: "\f146";
}
.fa-minus-square-o:before {
  content: "\f147";
}
.fa-level-up:before {
  content: "\f148";
}
.fa-level-down:before {
  content: "\f149";
}
.fa-check-square:before {
  content: "\f14a";
}
.fa-pencil-square:before {
  content: "\f14b";
}
.fa-external-link-square:before {
  content: "\f14c";
}
.fa-share-square:before {
  content: "\f14d";
}
.fa-compass:before {
  content: "\f14e";
}
.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "\f150";
}
.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "\f151";
}
.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "\f152";
}
.fa-euro:before,
.fa-eur:before {
  content: "\f153";
}
.fa-gbp:before {
  content: "\f154";
}
.fa-dollar:before,
.fa-usd:before {
  content: "\f155";
}
.fa-rupee:before,
.fa-inr:before {
  content: "\f156";
}
.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "\f157";
}
.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "\f158";
}
.fa-won:before,
.fa-krw:before {
  content: "\f159";
}
.fa-bitcoin:before,
.fa-btc:before {
  content: "\f15a";
}
.fa-file:before {
  content: "\f15b";
}
.fa-file-text:before {
  content: "\f15c";
}
.fa-sort-alpha-asc:before {
  content: "\f15d";
}
.fa-sort-alpha-desc:before {
  content: "\f15e";
}
.fa-sort-amount-asc:before {
  content: "\f160";
}
.fa-sort-amount-desc:before {
  content: "\f161";
}
.fa-sort-numeric-asc:before {
  content: "\f162";
}
.fa-sort-numeric-desc:before {
  content: "\f163";
}
.fa-thumbs-up:before {
  content: "\f164";
}
.fa-thumbs-down:before {
  content: "\f165";
}
.fa-youtube-square:before {
  content: "\f166";
}
.fa-youtube:before {
  content: "\f167";
}
.fa-xing:before {
  content: "\f168";
}
.fa-xing-square:before {
  content: "\f169";
}
.fa-youtube-play:before {
  content: "\f16a";
}
.fa-dropbox:before {
  content: "\f16b";
}
.fa-stack-overflow:before {
  content: "\f16c";
}
.fa-instagram:before {
  content: "\f16d";
}
.fa-flickr:before {
  content: "\f16e";
}
.fa-adn:before {
  content: "\f170";
}
.fa-bitbucket:before {
  content: "\f171";
}
.fa-bitbucket-square:before {
  content: "\f172";
}
.fa-tumblr:before {
  content: "\f173";
}
.fa-tumblr-square:before {
  content: "\f174";
}
.fa-long-arrow-down:before {
  content: "\f175";
}
.fa-long-arrow-up:before {
  content: "\f176";
}
.fa-long-arrow-left:before {
  content: "\f177";
}
.fa-long-arrow-right:before {
  content: "\f178";
}
.fa-apple:before {
  content: "\f179";
}
.fa-windows:before {
  content: "\f17a";
}
.fa-android:before {
  content: "\f17b";
}
.fa-linux:before {
  content: "\f17c";
}
.fa-dribbble:before {
  content: "\f17d";
}
.fa-skype:before {
  content: "\f17e";
}
.fa-foursquare:before {
  content: "\f180";
}
.fa-trello:before {
  content: "\f181";
}
.fa-female:before {
  content: "\f182";
}
.fa-male:before {
  content: "\f183";
}
.fa-gittip:before,
.fa-gratipay:before {
  content: "\f184";
}
.fa-sun-o:before {
  content: "\f185";
}
.fa-moon-o:before {
  content: "\f186";
}
.fa-archive:before {
  content: "\f187";
}
.fa-bug:before {
  content: "\f188";
}
.fa-vk:before {
  content: "\f189";
}
.fa-weibo:before {
  content: "\f18a";
}
.fa-renren:before {
  content: "\f18b";
}
.fa-pagelines:before {
  content: "\f18c";
}
.fa-stack-exchange:before {
  content: "\f18d";
}
.fa-arrow-circle-o-right:before {
  content: "\f18e";
}
.fa-arrow-circle-o-left:before {
  content: "\f190";
}
.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "\f191";
}
.fa-dot-circle-o:before {
  content: "\f192";
}
.fa-wheelchair:before {
  content: "\f193";
}
.fa-vimeo-square:before {
  content: "\f194";
}
.fa-turkish-lira:before,
.fa-try:before {
  content: "\f195";
}
.fa-plus-square-o:before {
  content: "\f196";
}
.fa-space-shuttle:before {
  content: "\f197";
}
.fa-slack:before {
  content: "\f198";
}
.fa-envelope-square:before {
  content: "\f199";
}
.fa-wordpress:before {
  content: "\f19a";
}
.fa-openid:before {
  content: "\f19b";
}
.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "\f19c";
}
.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "\f19d";
}
.fa-yahoo:before {
  content: "\f19e";
}
.fa-google:before {
  content: "\f1a0";
}
.fa-reddit:before {
  content: "\f1a1";
}
.fa-reddit-square:before {
  content: "\f1a2";
}
.fa-stumbleupon-circle:before {
  content: "\f1a3";
}
.fa-stumbleupon:before {
  content: "\f1a4";
}
.fa-delicious:before {
  content: "\f1a5";
}
.fa-digg:before {
  content: "\f1a6";
}
.fa-pied-piper-pp:before {
  content: "\f1a7";
}
.fa-pied-piper-alt:before {
  content: "\f1a8";
}
.fa-drupal:before {
  content: "\f1a9";
}
.fa-joomla:before {
  content: "\f1aa";
}
.fa-language:before {
  content: "\f1ab";
}
.fa-fax:before {
  content: "\f1ac";
}
.fa-building:before {
  content: "\f1ad";
}
.fa-child:before {
  content: "\f1ae";
}
.fa-paw:before {
  content: "\f1b0";
}
.fa-spoon:before {
  content: "\f1b1";
}
.fa-cube:before {
  content: "\f1b2";
}
.fa-cubes:before {
  content: "\f1b3";
}
.fa-behance:before {
  content: "\f1b4";
}
.fa-behance-square:before {
  content: "\f1b5";
}
.fa-steam:before {
  content: "\f1b6";
}
.fa-steam-square:before {
  content: "\f1b7";
}
.fa-recycle:before {
  content: "\f1b8";
}
.fa-automobile:before,
.fa-car:before {
  content: "\f1b9";
}
.fa-cab:before,
.fa-taxi:before {
  content: "\f1ba";
}
.fa-tree:before {
  content: "\f1bb";
}
.fa-spotify:before {
  content: "\f1bc";
}
.fa-deviantart:before {
  content: "\f1bd";
}
.fa-soundcloud:before {
  content: "\f1be";
}
.fa-database:before {
  content: "\f1c0";
}
.fa-file-pdf-o:before {
  content: "\f1c1";
}
.fa-file-word-o:before {
  content: "\f1c2";
}
.fa-file-excel-o:before {
  content: "\f1c3";
}
.fa-file-powerpoint-o:before {
  content: "\f1c4";
}
.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "\f1c5";
}
.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "\f1c6";
}
.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "\f1c7";
}
.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "\f1c8";
}
.fa-file-code-o:before {
  content: "\f1c9";
}
.fa-vine:before {
  content: "\f1ca";
}
.fa-codepen:before {
  content: "\f1cb";
}
.fa-jsfiddle:before {
  content: "\f1cc";
}
.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "\f1cd";
}
.fa-circle-o-notch:before {
  content: "\f1ce";
}
.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
  content: "\f1d0";
}
.fa-ge:before,
.fa-empire:before {
  content: "\f1d1";
}
.fa-git-square:before {
  content: "\f1d2";
}
.fa-git:before {
  content: "\f1d3";
}
.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: "\f1d4";
}
.fa-tencent-weibo:before {
  content: "\f1d5";
}
.fa-qq:before {
  content: "\f1d6";
}
.fa-wechat:before,
.fa-weixin:before {
  content: "\f1d7";
}
.fa-send:before,
.fa-paper-plane:before {
  content: "\f1d8";
}
.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "\f1d9";
}
.fa-history:before {
  content: "\f1da";
}
.fa-circle-thin:before {
  content: "\f1db";
}
.fa-header:before {
  content: "\f1dc";
}
.fa-paragraph:before {
  content: "\f1dd";
}
.fa-sliders:before {
  content: "\f1de";
}
.fa-share-alt:before {
  content: "\f1e0";
}
.fa-share-alt-square:before {
  content: "\f1e1";
}
.fa-bomb:before {
  content: "\f1e2";
}
.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "\f1e3";
}
.fa-tty:before {
  content: "\f1e4";
}
.fa-binoculars:before {
  content: "\f1e5";
}
.fa-plug:before {
  content: "\f1e6";
}
.fa-slideshare:before {
  content: "\f1e7";
}
.fa-twitch:before {
  content: "\f1e8";
}
.fa-yelp:before {
  content: "\f1e9";
}
.fa-newspaper-o:before {
  content: "\f1ea";
}
.fa-wifi:before {
  content: "\f1eb";
}
.fa-calculator:before {
  content: "\f1ec";
}
.fa-paypal:before {
  content: "\f1ed";
}
.fa-google-wallet:before {
  content: "\f1ee";
}
.fa-cc-visa:before {
  content: "\f1f0";
}
.fa-cc-mastercard:before {
  content: "\f1f1";
}
.fa-cc-discover:before {
  content: "\f1f2";
}
.fa-cc-amex:before {
  content: "\f1f3";
}
.fa-cc-paypal:before {
  content: "\f1f4";
}
.fa-cc-stripe:before {
  content: "\f1f5";
}
.fa-bell-slash:before {
  content: "\f1f6";
}
.fa-bell-slash-o:before {
  content: "\f1f7";
}
.fa-trash:before {
  content: "\f1f8";
}
.fa-copyright:before {
  content: "\f1f9";
}
.fa-at:before {
  content: "\f1fa";
}
.fa-eyedropper:before {
  content: "\f1fb";
}
.fa-paint-brush:before {
  content: "\f1fc";
}
.fa-birthday-cake:before {
  content: "\f1fd";
}
.fa-area-chart:before {
  content: "\f1fe";
}
.fa-pie-chart:before {
  content: "\f200";
}
.fa-line-chart:before {
  content: "\f201";
}
.fa-lastfm:before {
  content: "\f202";
}
.fa-lastfm-square:before {
  content: "\f203";
}
.fa-toggle-off:before {
  content: "\f204";
}
.fa-toggle-on:before {
  content: "\f205";
}
.fa-bicycle:before {
  content: "\f206";
}
.fa-bus:before {
  content: "\f207";
}
.fa-ioxhost:before {
  content: "\f208";
}
.fa-angellist:before {
  content: "\f209";
}
.fa-cc:before {
  content: "\f20a";
}
.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "\f20b";
}
.fa-meanpath:before {
  content: "\f20c";
}
.fa-buysellads:before {
  content: "\f20d";
}
.fa-connectdevelop:before {
  content: "\f20e";
}
.fa-dashcube:before {
  content: "\f210";
}
.fa-forumbee:before {
  content: "\f211";
}
.fa-leanpub:before {
  content: "\f212";
}
.fa-sellsy:before {
  content: "\f213";
}
.fa-shirtsinbulk:before {
  content: "\f214";
}
.fa-simplybuilt:before {
  content: "\f215";
}
.fa-skyatlas:before {
  content: "\f216";
}
.fa-cart-plus:before {
  content: "\f217";
}
.fa-cart-arrow-down:before {
  content: "\f218";
}
.fa-diamond:before {
  content: "\f219";
}
.fa-ship:before {
  content: "\f21a";
}
.fa-user-secret:before {
  content: "\f21b";
}
.fa-motorcycle:before {
  content: "\f21c";
}
.fa-street-view:before {
  content: "\f21d";
}
.fa-heartbeat:before {
  content: "\f21e";
}
.fa-venus:before {
  content: "\f221";
}
.fa-mars:before {
  content: "\f222";
}
.fa-mercury:before {
  content: "\f223";
}
.fa-intersex:before,
.fa-transgender:before {
  content: "\f224";
}
.fa-transgender-alt:before {
  content: "\f225";
}
.fa-venus-double:before {
  content: "\f226";
}
.fa-mars-double:before {
  content: "\f227";
}
.fa-venus-mars:before {
  content: "\f228";
}
.fa-mars-stroke:before {
  content: "\f229";
}
.fa-mars-stroke-v:before {
  content: "\f22a";
}
.fa-mars-stroke-h:before {
  content: "\f22b";
}
.fa-neuter:before {
  content: "\f22c";
}
.fa-genderless:before {
  content: "\f22d";
}
.fa-facebook-official:before {
  content: "\f230";
}
.fa-pinterest-p:before {
  content: "\f231";
}
.fa-whatsapp:before {
  content: "\f232";
}
.fa-server:before {
  content: "\f233";
}
.fa-user-plus:before {
  content: "\f234";
}
.fa-user-times:before {
  content: "\f235";
}
.fa-hotel:before,
.fa-bed:before {
  content: "\f236";
}
.fa-viacoin:before {
  content: "\f237";
}
.fa-train:before {
  content: "\f238";
}
.fa-subway:before {
  content: "\f239";
}
.fa-medium:before {
  content: "\f23a";
}
.fa-yc:before,
.fa-y-combinator:before {
  content: "\f23b";
}
.fa-optin-monster:before {
  content: "\f23c";
}
.fa-opencart:before {
  content: "\f23d";
}
.fa-expeditedssl:before {
  content: "\f23e";
}
.fa-battery-4:before,
.fa-battery:before,
.fa-battery-full:before {
  content: "\f240";
}
.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: "\f241";
}
.fa-battery-2:before,
.fa-battery-half:before {
  content: "\f242";
}
.fa-battery-1:before,
.fa-battery-quarter:before {
  content: "\f243";
}
.fa-battery-0:before,
.fa-battery-empty:before {
  content: "\f244";
}
.fa-mouse-pointer:before {
  content: "\f245";
}
.fa-i-cursor:before {
  content: "\f246";
}
.fa-object-group:before {
  content: "\f247";
}
.fa-object-ungroup:before {
  content: "\f248";
}
.fa-sticky-note:before {
  content: "\f249";
}
.fa-sticky-note-o:before {
  content: "\f24a";
}
.fa-cc-jcb:before {
  content: "\f24b";
}
.fa-cc-diners-club:before {
  content: "\f24c";
}
.fa-clone:before {
  content: "\f24d";
}
.fa-balance-scale:before {
  content: "\f24e";
}
.fa-hourglass-o:before {
  content: "\f250";
}
.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: "\f251";
}
.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: "\f252";
}
.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: "\f253";
}
.fa-hourglass:before {
  content: "\f254";
}
.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: "\f255";
}
.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: "\f256";
}
.fa-hand-scissors-o:before {
  content: "\f257";
}
.fa-hand-lizard-o:before {
  content: "\f258";
}
.fa-hand-spock-o:before {
  content: "\f259";
}
.fa-hand-pointer-o:before {
  content: "\f25a";
}
.fa-hand-peace-o:before {
  content: "\f25b";
}
.fa-trademark:before {
  content: "\f25c";
}
.fa-registered:before {
  content: "\f25d";
}
.fa-creative-commons:before {
  content: "\f25e";
}
.fa-gg:before {
  content: "\f260";
}
.fa-gg-circle:before {
  content: "\f261";
}
.fa-tripadvisor:before {
  content: "\f262";
}
.fa-odnoklassniki:before {
  content: "\f263";
}
.fa-odnoklassniki-square:before {
  content: "\f264";
}
.fa-get-pocket:before {
  content: "\f265";
}
.fa-wikipedia-w:before {
  content: "\f266";
}
.fa-safari:before {
  content: "\f267";
}
.fa-chrome:before {
  content: "\f268";
}
.fa-firefox:before {
  content: "\f269";
}
.fa-opera:before {
  content: "\f26a";
}
.fa-internet-explorer:before {
  content: "\f26b";
}
.fa-tv:before,
.fa-television:before {
  content: "\f26c";
}
.fa-contao:before {
  content: "\f26d";
}
.fa-500px:before {
  content: "\f26e";
}
.fa-amazon:before {
  content: "\f270";
}
.fa-calendar-plus-o:before {
  content: "\f271";
}
.fa-calendar-minus-o:before {
  content: "\f272";
}
.fa-calendar-times-o:before {
  content: "\f273";
}
.fa-calendar-check-o:before {
  content: "\f274";
}
.fa-industry:before {
  content: "\f275";
}
.fa-map-pin:before {
  content: "\f276";
}
.fa-map-signs:before {
  content: "\f277";
}
.fa-map-o:before {
  content: "\f278";
}
.fa-map:before {
  content: "\f279";
}
.fa-commenting:before {
  content: "\f27a";
}
.fa-commenting-o:before {
  content: "\f27b";
}
.fa-houzz:before {
  content: "\f27c";
}
.fa-vimeo:before {
  content: "\f27d";
}
.fa-black-tie:before {
  content: "\f27e";
}
.fa-fonticons:before {
  content: "\f280";
}
.fa-reddit-alien:before {
  content: "\f281";
}
.fa-edge:before {
  content: "\f282";
}
.fa-credit-card-alt:before {
  content: "\f283";
}
.fa-codiepie:before {
  content: "\f284";
}
.fa-modx:before {
  content: "\f285";
}
.fa-fort-awesome:before {
  content: "\f286";
}
.fa-usb:before {
  content: "\f287";
}
.fa-product-hunt:before {
  content: "\f288";
}
.fa-mixcloud:before {
  content: "\f289";
}
.fa-scribd:before {
  content: "\f28a";
}
.fa-pause-circle:before {
  content: "\f28b";
}
.fa-pause-circle-o:before {
  content: "\f28c";
}
.fa-stop-circle:before {
  content: "\f28d";
}
.fa-stop-circle-o:before {
  content: "\f28e";
}
.fa-shopping-bag:before {
  content: "\f290";
}
.fa-shopping-basket:before {
  content: "\f291";
}
.fa-hashtag:before {
  content: "\f292";
}
.fa-bluetooth:before {
  content: "\f293";
}
.fa-bluetooth-b:before {
  content: "\f294";
}
.fa-percent:before {
  content: "\f295";
}
.fa-gitlab:before {
  content: "\f296";
}
.fa-wpbeginner:before {
  content: "\f297";
}
.fa-wpforms:before {
  content: "\f298";
}
.fa-envira:before {
  content: "\f299";
}
.fa-universal-access:before {
  content: "\f29a";
}
.fa-wheelchair-alt:before {
  content: "\f29b";
}
.fa-question-circle-o:before {
  content: "\f29c";
}
.fa-blind:before {
  content: "\f29d";
}
.fa-audio-description:before {
  content: "\f29e";
}
.fa-volume-control-phone:before {
  content: "\f2a0";
}
.fa-braille:before {
  content: "\f2a1";
}
.fa-assistive-listening-systems:before {
  content: "\f2a2";
}
.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
  content: "\f2a3";
}
.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
  content: "\f2a4";
}
.fa-glide:before {
  content: "\f2a5";
}
.fa-glide-g:before {
  content: "\f2a6";
}
.fa-signing:before,
.fa-sign-language:before {
  content: "\f2a7";
}
.fa-low-vision:before {
  content: "\f2a8";
}
.fa-viadeo:before {
  content: "\f2a9";
}
.fa-viadeo-square:before {
  content: "\f2aa";
}
.fa-snapchat:before {
  content: "\f2ab";
}
.fa-snapchat-ghost:before {
  content: "\f2ac";
}
.fa-snapchat-square:before {
  content: "\f2ad";
}
.fa-pied-piper:before {
  content: "\f2ae";
}
.fa-first-order:before {
  content: "\f2b0";
}
.fa-yoast:before {
  content: "\f2b1";
}
.fa-themeisle:before {
  content: "\f2b2";
}
.fa-google-plus-circle:before,
.fa-google-plus-official:before {
  content: "\f2b3";
}
.fa-fa:before,
.fa-font-awesome:before {
  content: "\f2b4";
}
.fa-handshake-o:before {
  content: "\f2b5";
}
.fa-envelope-open:before {
  content: "\f2b6";
}
.fa-envelope-open-o:before {
  content: "\f2b7";
}
.fa-linode:before {
  content: "\f2b8";
}
.fa-address-book:before {
  content: "\f2b9";
}
.fa-address-book-o:before {
  content: "\f2ba";
}
.fa-vcard:before,
.fa-address-card:before {
  content: "\f2bb";
}
.fa-vcard-o:before,
.fa-address-card-o:before {
  content: "\f2bc";
}
.fa-user-circle:before {
  content: "\f2bd";
}
.fa-user-circle-o:before {
  content: "\f2be";
}
.fa-user-o:before {
  content: "\f2c0";
}
.fa-id-badge:before {
  content: "\f2c1";
}
.fa-drivers-license:before,
.fa-id-card:before {
  content: "\f2c2";
}
.fa-drivers-license-o:before,
.fa-id-card-o:before {
  content: "\f2c3";
}
.fa-quora:before {
  content: "\f2c4";
}
.fa-free-code-camp:before {
  content: "\f2c5";
}
.fa-telegram:before {
  content: "\f2c6";
}
.fa-thermometer-4:before,
.fa-thermometer:before,
.fa-thermometer-full:before {
  content: "\f2c7";
}
.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
  content: "\f2c8";
}
.fa-thermometer-2:before,
.fa-thermometer-half:before {
  content: "\f2c9";
}
.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
  content: "\f2ca";
}
.fa-thermometer-0:before,
.fa-thermometer-empty:before {
  content: "\f2cb";
}
.fa-shower:before {
  content: "\f2cc";
}
.fa-bathtub:before,
.fa-s15:before,
.fa-bath:before {
  content: "\f2cd";
}
.fa-podcast:before {
  content: "\f2ce";
}
.fa-window-maximize:before {
  content: "\f2d0";
}
.fa-window-minimize:before {
  content: "\f2d1";
}
.fa-window-restore:before {
  content: "\f2d2";
}
.fa-times-rectangle:before,
.fa-window-close:before {
  content: "\f2d3";
}
.fa-times-rectangle-o:before,
.fa-window-close-o:before {
  content: "\f2d4";
}
.fa-bandcamp:before {
  content: "\f2d5";
}
.fa-grav:before {
  content: "\f2d6";
}
.fa-etsy:before {
  content: "\f2d7";
}
.fa-imdb:before {
  content: "\f2d8";
}
.fa-ravelry:before {
  content: "\f2d9";
}
.fa-eercast:before {
  content: "\f2da";
}
.fa-microchip:before {
  content: "\f2db";
}
.fa-snowflake-o:before {
  content: "\f2dc";
}
.fa-superpowers:before {
  content: "\f2dd";
}
.fa-wpexplorer:before {
  content: "\f2de";
}
.fa-meetup:before {
  content: "\f2e0";
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}

@font-face {
  font-family: 'transport';
  src: url(/assets/transport-23726ece4f7e2d720ea5e67c222668339e0eee5405340389aa10cd6a0850ffce.eot);
  src: url(/assets/transport-23726ece4f7e2d720ea5e67c222668339e0eee5405340389aa10cd6a0850ffce.eot?#iefix?#iefix) format('embedded-opentype'), url(/assets/transport-1295836627e986fc1c5a2c3a1ff2d87b0a12f336561532d801847b34d44b6d74.woff) format('woff'), url(/assets/transport-bdae1b972ab0cf85b1c3e0bc05c77bb2e7e58d3af077916032d0d64f2dbff4f4.ttf) format('truetype'), url(/assets/transport-d4fc12f36997ae46086eee6012df73cdee279d6b962685880f00c836abe528b2.svg#transport) format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
	font-family: 'et-line';
  src: url(/assets/et-line-a6f1736417f608221fc173a7607a251fbe64062345dd99d30074241ec171aeb3.eot);
  src: url(/assets/et-line-a6f1736417f608221fc173a7607a251fbe64062345dd99d30074241ec171aeb3.eot?#iefix?#iefix) format('embedded-opentype'),
  url(/assets/et-line-2f94faf13cdfba05588a4e5f884a5356017e0f2367b4b184d755d7f293d77c5e.woff) format('woff'),
  url(/assets/et-line-b7989866399876ebcd2efd0cf1c188056937010da8f6eac9c14eb4d5d3ace4f1.ttf) format('truetype'),
  url(/assets/et-line-c7f42f0856681f1729222c815b60da6e524ba8e2e36f0d601f0f086e1ea9a9aa.svg#et-line) format('svg');
  font-weight: normal;
	font-style: normal;
  font-display: swap;
}
[class^=icon-]:before,[class*=" icon-"]:before{font-family:"transport" !important;font-style:normal !important;font-weight:normal !important;font-variant:normal !important;text-transform:none !important;speak:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.icon-tractor-1:before{content:"a"}.custom-font{position:relative;top:.2em;font-size:1.1em}.etline-genius,.etline-lightbulb,.etline-linegraph,.etline-happy{font-family:"et-line";speak:none;font-style:normal;font-weight:normal;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;display:inline-block}.etline-genius:before{content:""}.etline-lightbulb:before{content:""}.etline-linegraph:before{content:""}.etline-happy:before{content:""}@font-face{font-family:"Open Sans";src:url(/assets/open-sans-400-9196a678735829640e47952d087d486865ddb0644cd95743bfe4fddfb1bc34dd.ttf) format("truetype");font-style:normal;font-weight:400;font-display:swap}@font-face{font-family:"Open Sans";src:url(/assets/open-sans-700-aacdfc31d5fbc1ed7f8233626b7c1f15e4d16a641ed58e9cca5765214906d7a7.ttf) format("truetype");font-style:normal;font-weight:700;font-display:swap}@font-face{font-family:"Open Sans";src:url(/assets/open-sans-800-d21c0b1b72f2542408bcc0a9c24af3f080f848f6d10376f420fb9775c0b8b87a.ttf) format("truetype");font-style:normal;font-weight:800;font-display:swap}html{font-size:14px;box-sizing:border-box}*,*::before,*::after{box-sizing:inherit;margin:0;padding:0}body{font-size:14px;line-height:22px;font-family:"Open Sans",-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;overflow-x:hidden;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.hidden,[hidden]{display:none !important}a:focus{outline:0}a,a:hover,a:focus{-webkit-transition:all 700ms ease 0s;transition:all 700ms ease 0s;text-decoration:none;outline:none}h1,h2,h3,h4,h5,h6{margin:0 0 15px;font-weight:700}h1{font-size:2em}h2{font-size:1.5em}h3{font-size:1.17em}h4{font-size:1.12em}h5{font-size:.83em}h6{font-size:.75em}ol li,ul li{list-style:outside none none}button,input,select,textarea{font:inherit}img,video,canvas{height:auto;max-width:100%}hr{margin:1.4rem 0;border:0;border-top:1px solid #e6e0d4}.flash-message{position:relative;margin:0 0 1rem;padding:.85rem 2.8rem .85rem 1rem;border:1px solid rgba(0,0,0,0);border-left-width:4px;border-radius:10px;box-shadow:none;line-height:1.5}.flash-message--info{background:#f4f8fd;border-color:#d5e0ef;color:#36516f}.flash-message--success{background:#f2faf3;border-color:#cfe3d0;color:#2f6241}.flash-message--warning{background:#fffaf0;border-color:#f0d9aa;color:#836220}.flash-message--danger{background:#fff4f2;border-color:#efc7c2;color:#8a3a31}.flash-message__close{position:absolute;top:.5rem;right:.65rem;border:0;background:rgba(0,0,0,0);color:inherit;font-size:1.1rem;line-height:1;opacity:.52;cursor:pointer}.flash-message__close:hover,.flash-message__close:focus{opacity:1}.flash-message__text{margin-right:.2rem}.mail-us-wrapper{background-color:#f39c12;color:#fff;letter-spacing:1px;box-shadow:inset 0 -1px 0 rgba(255,255,255,.14)}.container{width:100%;max-width:100%;margin:0 auto;padding-left:15px;padding-right:15px}.site-top-strip{height:6px;background:#f39c12}.lh12{line-height:12px}.mail-us-inner{display:flex;align-items:center;justify-content:space-between;gap:1rem;min-height:42px;padding:.28rem 0;font-size:.82rem;font-weight:700}.mail-us-primary,.mail-us-secondary{color:#fff}.mail-us-secondary{white-space:nowrap}.mail-us{color:#fff}.desktop-only{display:none}@media(min-width: 768px){.desktop-only{display:inline}}.faq-v2{padding:0 0 2.8rem}.faq-v2__shell{border:1px solid rgba(217,191,145,.8);border-radius:26px;background:linear-gradient(180deg, #fffdfa 0%, #fffaf0 100%);box-shadow:0 16px 34px rgba(115,81,27,.08);padding:1.5rem 1.5rem 1.35rem}.faq-v2 .faq h2{margin:0 0 1rem;color:#7a5518;font-size:clamp(1.55rem,2vw,2rem);line-height:1.2;font-weight:800}.faq-v2 .faq h3{margin:1.3rem 0 .45rem;color:#2f2a21;font-size:1.08rem;line-height:1.45;font-weight:800}.faq-v2 .faq p{margin:0;color:#5f5138;line-height:1.75}.teotab{margin-left:2em}.source{font-size:.8em;color:#6a737c}.h2-margin{margin-top:2em}h3{margin-top:1.5em}h4{margin-top:1.5em}.test-list>li{list-style:decimal}.question-show-answer{border:2px solid;border-radius:5px;border-color:#00f000}.margin-top1{margin-top:1em}.margin-top2{margin-top:2em}.margin-top3{margin-top:3em}.margin-bottom03{margin-bottom:.3em}.margin-bottom{margin-bottom:1em}.categories_top_area{padding:30px 0 30px}.cat_orange{color:#f0ad4e}.cat_d_color{color:#5cb85c}.cat_t_color{color:#49247a}.cat_p{color:#6a737c}.login-links{margin-top:2em}.registration-links{padding-bottom:1em}.rcorners2{border-radius:10px;border:2px solid #bdad95;padding:10px;margin:10px}.terms{max-height:150px;overflow-y:scroll}.red{color:red}.green{color:green}#error_explanation{color:red}#error_explanation ul{color:red;margin:0 0 30px 0}.field_with_errors{display:block}.field_with_errors .auth-page-v2__input,.field_with_errors .contact-page-v2__input,.field_with_errors .contact-page-v2__textarea{border-color:#cf3a3a;box-shadow:0 0 0 4px rgba(207,58,58,.12)}.btn-wrap{white-space:normal}.logo_blue{color:#2c3e50}.text-center{text-align:center}.terms-section{font-size:1.5em;margin:1em .5em .3em .5em;text-align:center}.terms-point{margin:.3em}.society-like{margin:1rem 0 2rem}.fb-like{color:#3c4a6a}.fb-like a{color:#3c4a6a}.fb-like span{font-size:1.2em}.layout-flash-shell{min-width:0}.layout-ad-shell{min-height:100px;height:auto}.breadcumb_area{min-height:0;padding:26px 0 24px;min-height:126px;background-image:none;background:linear-gradient(135deg, rgba(33, 51, 76, 0.98) 0%, rgba(60, 77, 111, 0.98) 100%)}.breadcumb_area:after{display:none}.page-header-v2__inner{display:flex;align-items:flex-end;gap:2rem}.page-header-v2__title-block{min-width:0;flex:1 1 0%}.page-header-v2__title{max-width:none;margin:0;min-height:1.95em;color:#fff;font-size:1.8rem;font-weight:800;line-height:1.08;letter-spacing:.01em;text-wrap:pretty}.page-header-v2__breadcrumb{flex:0 0 auto;max-width:32%;min-width:0;margin-left:auto;min-height:1.35em}.page-header-v2__breadcrumb-list{display:flex;flex-wrap:wrap;align-items:center;justify-content:flex-end;gap:.45rem;margin:0;padding:0;list-style:none}.page-header-v2__breadcrumb-item,.page-header-v2__breadcrumb-separator{color:rgba(255,255,255,.82);font-size:.92rem;font-weight:600;line-height:1.35}.page-header-v2__breadcrumb-item a{color:rgba(255,255,255,.82);text-decoration:none}.page-header-v2__breadcrumb-item a:hover{color:#ffd68d;text-decoration:none}.page-header-v2__breadcrumb-item--current{color:#fff}.learning-preview-image{width:100%;height:auto;aspect-ratio:1006/643}.ad-slot-horizontal{min-height:250px}.width100{width:100%}.right-a{position:absolute;top:400px;right:5px}@media(max-width: 1279px){.right-a{display:none}.slot{display:none}}@media(max-width: 700px){.learning-preview-image{aspect-ratio:356/633}.ad-slot-horizontal{min-height:100px}}@media(max-width: 767px){.mail-us-inner{align-items:flex-start;flex-direction:column;gap:.2rem;min-height:0;padding:.5rem 0;font-size:.92rem}.mail-us-secondary{white-space:normal}.faq-v2__shell{border-radius:22px;padding:1.2rem 1rem 1.05rem}.site-header__main-row{min-height:68px}.breadcumb_area{padding:18px 0 16px;min-height:112px}.page-header-v2__inner{align-items:flex-start;flex-direction:column;gap:.75rem}.page-header-v2__title{max-width:none;font-size:1.5rem;line-height:1.15;min-height:0}.page-header-v2__breadcrumb{width:100%;flex-basis:auto;max-width:none;margin-left:0}.page-header-v2__breadcrumb-list{justify-content:flex-start}}@media(min-width: 768px)and (max-width: 1464px){.page-header-v2__inner{align-items:flex-start;flex-direction:column;gap:.9rem}.breadcumb_area{min-height:132px}.page-header-v2__title{max-width:none;font-size:1.8rem;min-height:0}.page-header-v2__breadcrumb{width:100%;flex-basis:auto;max-width:none;margin-left:0}.page-header-v2__breadcrumb-list{justify-content:flex-start}}@media(min-width: 1280px){.right-a{width:120px;height:600px}.slot{width:120px;height:600px}}@media(min-width: 1360px){.right-a{width:160px;height:600px}.slot{width:160px;height:600px}}@media(min-width: 1600px){.right-a{width:200px;height:400px}.slot{width:200px;height:400px}}@media(min-width: 1740px){.right-a{width:300px;height:600px}.slot{width:300px;height:600px}}@media(min-width: 768px){.ad-slot-horizontal{min-height:280px}}@media(min-width: 1200px){.container{width:1040px;max-width:100%}}@media(min-width: 1465px){.container{width:1140px;max-width:100%}}.site-header__main{background:#fff;border-bottom:1px solid #ece3d2;box-shadow:0 6px 16px rgba(34,40,49,.04);position:relative;z-index:60}.site-header{position:relative;z-index:70}.site-header__main-row{display:flex;align-items:center;justify-content:space-between;gap:1rem;min-height:76px}.site-header__brand{min-width:0;color:#e67e22;font-size:1.75rem;font-weight:800;line-height:1;letter-spacing:-0.02em;text-decoration:none}.site-header__brand:hover,.site-header__brand:focus{color:#d9851a;text-decoration:none}.site-header__desktop-nav{margin-left:auto}.site-header__desktop-links{display:flex;align-items:center;justify-content:flex-end;gap:.35rem}.site-header__desktop-link,.site-header__desktop-button{display:inline-flex;align-items:center;justify-content:center;min-height:2.55rem;padding:.5rem .8rem;border-radius:999px;font-size:.8rem;font-weight:700;letter-spacing:.035em;text-transform:uppercase;text-decoration:none}.site-header__desktop-link{color:#334355}.site-header__desktop-link--active{color:#d9851a;background:#fbf7ef}.site-header__desktop-link:hover,.site-header__desktop-link:focus{color:#d9851a;background:#fbf7ef;text-decoration:none}.site-header__desktop-button{background:#31415d;color:#fff}.site-header__desktop-button:hover,.site-header__desktop-button:focus{background:#26354d;color:#fff;text-decoration:none}.site-header__languages{display:flex;align-items:center;gap:.4rem}.site-header__languages .flag-link{display:flex}.site-header__languages .flag-link a{display:inline-flex;align-items:center;justify-content:center;width:38px;height:28px;border:1px solid #e6dccd;border-radius:10px;background:#fffdf8;box-shadow:0 2px 8px rgba(40,50,65,.05);overflow:hidden}.site-header__languages .flag-link img{display:block;width:24px;height:auto}.site-header__languages--desktop{margin-left:.25rem}.site-header__mobile-nav{display:none;position:relative}.site-header__mobile-nav summary{list-style:none}.site-header__mobile-nav summary::-webkit-details-marker{display:none}.site-header__toggle{display:inline-flex;align-items:center;justify-content:center;width:42px;height:42px;border:1px solid #ded6c7;border-radius:10px;background:#fff;color:#2c3e50;font-size:1.2rem}.site-header__mobile{position:absolute;right:0;top:100%;width:min(22rem,100vw - 2rem);margin-top:.65rem;background:#31415d;border:1px solid rgba(255,255,255,.05);border-radius:16px;box-shadow:0 12px 24px rgba(20,28,42,.18);z-index:70;overflow:hidden}.site-header__mobile-panel{display:flex;flex-direction:column;padding:.25rem 0}.site-header__languages--mobile{padding:.7rem 1rem .55rem}.site-header__mobile-link{display:flex;align-items:center;min-height:46px;border-top:1px solid rgba(255,255,255,.08);color:#edf2fa;font-size:.95rem;font-weight:700;padding:0 1rem;text-decoration:none}.site-header__mobile-link:first-child{border-top:none}.site-header__mobile-link:hover,.site-header__mobile-link:focus{color:#fff;text-decoration:none}.site-header__mobile-link--active{background:rgba(255,255,255,.06);color:#fff}.site-header__mobile-link--accent{color:#ffd68d}@media(min-width: 992px){.site-header__mobile-nav{display:none}}@media(max-width: 991px){.site-header__desktop-nav{display:none}.site-header__languages--desktop{display:none}.site-header__mobile-nav{display:block}.site-header__main-row{gap:.75rem}}.homepage-v2{padding:.4rem 0 2.6rem}.homepage-v2__section{margin-bottom:3rem}.homepage-v2__section--switcher{margin-top:1.35rem}.homepage-v2__hero{padding:.4rem 0 0}.homepage-v2__hero-card{border:1px solid #eadfbf;border-radius:14px;background:linear-gradient(180deg, #fffdf8 0%, #f8f2e7 100%);box-shadow:0 14px 34px rgba(80,58,21,.1);overflow:hidden}.homepage-v2__hero-row{display:grid;grid-template-columns:minmax(0, 1.05fr) minmax(0, 0.95fr);align-items:stretch;gap:0}.homepage-v2__hero-column{min-width:0}.homepage-v2__hero-copy{padding:2.15rem 2.15rem 1.7rem}.homepage-v2__eyebrow{color:#9b6a00;font-size:.82rem;font-weight:800;letter-spacing:.12em;text-transform:uppercase}.homepage-v2__title{margin:.4rem 0 .75rem;font-size:2.7rem;line-height:1.04;color:#2f2a21;font-weight:800}.homepage-v2__subtitle{max-width:30rem;margin-bottom:1rem;color:#7c6640;font-size:1.05rem;font-weight:700;line-height:1.5}.homepage-v2__lead .container,.homepage-v2__content-card .container{width:auto;padding:0}.homepage-v2__lead .lead{margin-bottom:0;color:#5d5242;font-size:1.08rem;line-height:1.72}.homepage-v2__lead-copy{min-width:0}.homepage-v2__cta-group{display:flex;flex-wrap:wrap;gap:.9rem;margin:1.55rem 0 1.45rem}.homepage-v2__cta{display:inline-flex;align-items:center;justify-content:center;gap:.55rem;min-height:3.2rem;border-radius:999px;padding:.82rem 1.35rem;font-size:1rem;font-weight:700;text-decoration:none;box-shadow:0 8px 18px rgba(80,58,21,.08)}.homepage-v2__cta:hover,.homepage-v2__cta:focus{text-decoration:none}.homepage-v2__cta--primary{background-color:#efb24d;border:1px solid #e4a53b;color:#fff}.homepage-v2__cta--secondary{background-color:#fff;border:1px solid #d9cfbc;color:#3a342a}.homepage-v2__cta--block{width:100%}.homepage-v2__trust-list{color:#6c5f4d;font-size:.96rem;line-height:1.7}.homepage-v2__trust-list>div{position:relative;padding-left:1.1rem}.homepage-v2__trust-list>div:before{content:"";position:absolute;left:0;top:.62rem;width:.42rem;height:.42rem;border-radius:50%;background:#4d83c3}.homepage-v2__hero-media{height:100%;padding:1.2rem}.homepage-v2__hero-badge{display:inline-flex;align-items:center;min-height:2rem;margin-bottom:.8rem;border-radius:999px;background:#20334c;color:#fff;padding:.35rem .85rem;font-size:.88rem;font-weight:700}.homepage-v2__hero-media-link{display:block;border-radius:12px;overflow:hidden;box-shadow:0 10px 28px rgba(33,51,76,.12);border:1px solid #d9cfbc;background:#fff}.homepage-v2__hero-image{display:block;width:100%}.homepage-v2__hero-caption{margin-top:.75rem;color:#726757;font-size:.95rem;line-height:1.55}.homepage-v2__section-heading{text-align:center;margin-bottom:1.35rem}.homepage-v2__section-heading h2{margin:.4rem 0 .6rem;font-size:2rem;color:#2f2a21;font-weight:800}.homepage-v2__section-heading p{max-width:46rem;margin:0 auto;color:#6f6351;font-size:1.05rem;line-height:1.65}.homepage-v2 .categories_top_area{padding:0}.homepage-v2 .categories_top_area>.container{padding-left:15px;padding-right:15px}.category-switcher{border:1px solid #e4d8bb;border-radius:14px;background:linear-gradient(180deg, #fffef9 0%, #fbf7ef 100%);box-shadow:0 10px 24px rgba(80,58,21,.06);min-height:12.75rem;padding:1.35rem 1rem 1.05rem;width:100%}.category-switcher__title{margin-bottom:1.05rem;color:#2f2a21;font-size:1.85rem;font-weight:800;line-height:1.15;min-height:2.2rem;text-align:center}.category-switcher__primary,.category-switcher__secondary{display:flex;flex-wrap:wrap;justify-content:center;gap:.55rem}.category-switcher__primary{min-height:2.65rem}.category-switcher__secondary{margin-top:.55rem;min-height:2rem}.category-switcher__chip,.category-switcher__mini-chip{display:inline-flex;align-items:center;justify-content:center;gap:.55rem;min-height:2.65rem;padding:.6rem 1rem;border-radius:999px;color:#fff;font-weight:700;text-decoration:none;box-shadow:0 6px 14px rgba(80,58,21,.06);transition:transform .18s ease,box-shadow .18s ease,opacity .18s ease}.category-switcher__mini-chip{min-height:2rem;padding:.42rem .8rem;font-size:.9rem}.category-switcher__chip>.fa,.category-switcher__chip>.custom-font{display:inline-flex;align-items:center;justify-content:center;flex:0 0 1.1rem;width:1.1rem;min-width:1.1rem;line-height:1}.category-switcher__chip--long{padding-left:1.2rem;padding-right:1.2rem}.category-switcher__chip:hover,.category-switcher__chip:focus,.category-switcher__mini-chip:hover,.category-switcher__mini-chip:focus{color:#fff;text-decoration:none;transform:translateY(-1px)}.category-switcher__chip.is-active,.category-switcher__mini-chip.is-active{box-shadow:0 0 0 3px rgba(47,53,42,.08),0 10px 18px rgba(80,58,21,.12)}.category-switcher__chip--red,.category-switcher__mini-chip--red{background:linear-gradient(180deg, #de6c67 0%, #d9534f 100%)}.category-switcher__chip--blue,.category-switcher__mini-chip--blue{background:linear-gradient(180deg, #5b8fce 0%, #337ab7 100%)}.category-switcher__chip--amber,.category-switcher__mini-chip--amber{background:linear-gradient(180deg, #f3bd61 0%, #f0ad4e 100%)}.category-switcher__chip--green,.category-switcher__mini-chip--green{background:linear-gradient(180deg, #79c778 0%, #5cb85c 100%)}.category-switcher__chip--violet,.category-switcher__mini-chip--violet{background:linear-gradient(180deg, #6f4ca0 0%, #49247A 100%)}.category-switcher__chip--slate,.category-switcher__mini-chip--slate{background:#fff;border:1px solid #d8cfbd;color:#3d362d}.category-switcher__chip--slate:hover,.category-switcher__chip--slate:focus,.category-switcher__mini-chip--slate:hover,.category-switcher__mini-chip--slate:focus{color:#2f2a21}.homepage-v2__mode-grid{display:grid;grid-template-columns:repeat(2, minmax(0, 1fr));gap:1.4rem;margin-top:.65rem}.homepage-v2__mode-column{min-width:0}.homepage-v2__mode-card{height:100%;border:1px solid #e4d8bb;border-radius:14px;background:linear-gradient(180deg, #fffef9 0%, #fbf7ef 100%);box-shadow:0 14px 30px rgba(80,58,21,.08);padding:1.6rem;overflow:hidden;position:relative}.homepage-v2__mode-card:before{content:"";position:absolute;left:0;right:0;top:0;height:4px}.homepage-v2__mode-card--test:before{background:linear-gradient(90deg, #4d83c3 0%, #84abda 100%)}.homepage-v2__mode-card--learning:before{background:linear-gradient(90deg, #e9a53a 0%, #f1c16d 100%)}.homepage-v2__mode-card-top{display:flex;align-items:center;justify-content:space-between;gap:1rem}.homepage-v2__mode-label{color:#8b6f3b;font-size:.78rem;font-weight:800;letter-spacing:.12em;text-transform:uppercase}.homepage-v2__mode-card h3{margin:.85rem 0 .8rem;font-size:1.68rem;color:#2f2a21;font-weight:800;line-height:1.15}.homepage-v2__mode-card p{color:#6d6150;font-size:1.02rem;line-height:1.72}.homepage-v2__mode-icon{display:inline-flex;align-items:center;justify-content:center;width:3.25rem;height:3.25rem;border-radius:16px;font-size:1.3rem;color:#fff;box-shadow:0 12px 22px rgba(33,51,76,.16)}.homepage-v2__mode-icon--test{background:#4d83c3}.homepage-v2__mode-icon--learning{background:#e9a53a}.homepage-v2__mode-points{margin:1.05rem 0 1.1rem;padding-left:0;color:#4f4639;list-style:none}.homepage-v2__mode-points li{margin-bottom:.55rem;padding-left:1.3rem;position:relative}.homepage-v2__mode-points li:before{content:"";position:absolute;left:0;top:.55rem;width:.42rem;height:.42rem;border-radius:50%;background:#4d83c3}.homepage-v2__mode-card--learning .homepage-v2__mode-points li:before{background:#e9a53a}.homepage-v2__mode-highlight{margin:0 0 1.25rem;padding-top:.95rem;border-top:1px solid #eadfca;color:#6a5b45;font-size:.95rem;font-weight:700;line-height:1.6}.homepage-v2__content-shell{border:1px solid #e4d8bb;border-radius:14px;background:#fffef9;box-shadow:0 10px 24px rgba(80,58,21,.06);overflow:hidden}.homepage-v2__content-section{padding:1.45rem 1.5rem}.homepage-v2__content-section+.homepage-v2__content-section{border-top:1px solid #efe4c9}.homepage-v2__content-section h2{margin-top:0;margin-bottom:.9rem;font-size:1.75rem;color:#2f2a21;font-weight:800;line-height:1.2}.homepage-v2__content-section p{color:#5f5343;font-size:1.02rem;line-height:1.75;margin-bottom:1rem}.homepage-v2__content-section p:last-child{margin-bottom:0}.homepage-v2__copy-flow{min-width:0}.homepage-v2__content-section--final{background:linear-gradient(180deg, #fffef9 0%, #fcf6ea 100%)}.homepage-v2__content-section--final h2{color:#7a5716}.homepage-v2__content-section--final p{color:#5d503e}.homepage-v2__cta-row{margin-top:1.15rem}.homepage-v2__cta{display:inline-flex;align-items:center;justify-content:center;min-height:3.1rem;padding:.8rem 1.35rem;border-radius:999px;background:linear-gradient(180deg, #6dc36a 0%, #4eae4b 100%);color:#fff;font-weight:800;text-decoration:none;box-shadow:0 8px 18px rgba(80,58,21,.08);transition:transform .18s ease,box-shadow .18s ease,opacity .18s ease}.homepage-v2__cta:hover,.homepage-v2__cta:focus{color:#fff;text-decoration:none;transform:translateY(-1px);box-shadow:0 12px 22px rgba(80,58,21,.12)}.homepage-v2__section--copy .container{position:relative}.homepage-v2__section--copy .container:before{content:"";display:block;width:4.5rem;height:3px;margin:0 auto 1.45rem;border-radius:999px;background:linear-gradient(90deg, #e9a53a 0%, #4d83c3 100%)}.homepage-v2__tiles{border:1px solid #e4d8bb;border-radius:14px;background:linear-gradient(180deg, #fffef9 0%, #fbf7ef 100%);box-shadow:0 10px 24px rgba(80,58,21,.06);padding:1.35rem 1.4rem 1.1rem}.homepage-v2__tiles-grid{display:grid;grid-template-columns:repeat(4, minmax(0, 1fr));gap:1rem}.homepage-v2__tile-column{min-width:0}.homepage-v2__tile-card{height:100%;border:1px solid #eee2c8;border-radius:12px;background:#fff;padding:1.2rem 1rem 1rem;box-shadow:0 8px 18px rgba(80,58,21,.05)}.homepage-v2__tile-icon{display:inline-flex;align-items:center;justify-content:center;width:3rem;height:3rem;border-radius:14px;margin-bottom:.9rem;background:#fff4dc;color:#d78c06;font-size:1.4rem}.homepage-v2__tile-card h3{margin:0 0 .55rem;color:#2f2a21;font-size:1.2rem;font-weight:800}.homepage-v2__tile-card p{margin:0;color:#655949;font-size:.98rem;line-height:1.7}@media(max-width: 991px){.contact-page-v2__grid{grid-template-columns:1fr}.homepage-v2{padding-top:.2rem}.homepage-v2__section{margin-bottom:2.55rem}.homepage-v2__section--switcher{margin-top:1rem}.homepage-v2__title{font-size:2.35rem}.homepage-v2__hero-copy{padding-bottom:.75rem}.homepage-v2__hero-row,.homepage-v2__mode-grid{grid-template-columns:1fr}}@media(max-width: 767px){.contact-page-v2{padding-bottom:2.4rem}.contact-page-v2__shell{padding:1.35rem 1rem;border-radius:24px}.contact-page-v2__field-grid{grid-template-columns:1fr}.contact-page-v2__field--span-2{grid-column:auto}.contact-page-v2__map-card iframe{min-height:260px}.legal-page-v2{padding-bottom:2.4rem}.legal-page-v2__shell{padding:1.35rem 1rem;border-radius:24px}.homepage-v2__section{margin-bottom:2.2rem}.homepage-v2__hero{padding-top:.35rem}.homepage-v2__hero-copy{padding:1.25rem 1.15rem .9rem}.homepage-v2__hero-media{padding:.4rem 1rem 1rem}.homepage-v2__title{font-size:1.9rem}.homepage-v2__subtitle{font-size:.98rem}.homepage-v2__section-heading h2{font-size:1.6rem}.homepage-v2__content-section{padding:1.05rem 1rem}.homepage-v2__content-section h2{font-size:1.45rem}.homepage-v2__content-section p{font-size:.98rem;line-height:1.7}.homepage-v2__mode-card{padding:1.2rem 1.1rem}.homepage-v2__mode-card h3{font-size:1.5rem}.homepage-v2__tiles{padding:1.05rem 1rem .9rem}.category-switcher{padding:1rem .8rem .85rem}.category-switcher__title{font-size:1.5rem}.homepage-v2__tiles-grid{grid-template-columns:1fr}.homepage-v2__cta-group{flex-direction:column}.homepage-v2__cta{width:100%}.category-switcher__primary,.category-switcher__secondary{justify-content:center}.category-switcher__chip,.category-switcher__mini-chip{width:auto;max-width:100%}}@media(max-width: 991px){.homepage-v2__tiles-grid{grid-template-columns:repeat(2, minmax(0, 1fr))}}.footer_area{position:relative;margin-top:3.5rem;padding:0 0 2rem;border-bottom:5px solid #f39c12;background:#29385b;color:#fff}.footer_area:after{display:none}.footer-v2{padding-top:2.25rem}.footer-v2__grid{display:grid;gap:1.25rem;grid-template-columns:minmax(0, 1.05fr) minmax(0, 1.15fr) minmax(0, 0.8fr)}.footer-v2__column{min-width:0;border:1px solid rgba(255,255,255,.08);border-radius:16px;background:rgba(255,255,255,.03);box-shadow:inset 0 1px 0 rgba(255,255,255,.03);padding:1.4rem 1.35rem 1.15rem}.footer-v2__heading h4{margin:0;color:#f3b24d;font-size:.94rem;font-weight:800;letter-spacing:.12em;text-transform:uppercase}.footer-v2__underline{width:4.4rem;height:3px;margin:.7rem 0 1rem;border-radius:999px;background:linear-gradient(90deg, #4d83c3 0%, #78a4da 100%)}.footer-v2__lead{margin:0 0 1rem;color:rgba(255,255,255,.9);font-size:1rem;font-weight:700;line-height:1.6}.footer-v2__item{position:relative;margin-bottom:.85rem;padding-left:1.8rem}.footer-v2__item:last-child{margin-bottom:0}.footer-v2__item i{position:absolute;left:0;top:.12rem;color:#f3b24d;font-size:1.05rem}.footer-v2__item a,.footer-v2__item p{display:block;margin:0;color:rgba(255,255,255,.88);font-size:.96rem;line-height:1.65}.footer-v2__item a:hover,.footer-v2__item a:focus{color:#fff;text-decoration:none}.footer-v2__version{margin-top:1rem;color:rgba(255,255,255,.72);text-align:center}@media(max-width: 991px){.footer-v2__grid{grid-template-columns:1fr}}@media(max-width: 767px){.footer_area{margin-top:2.8rem;padding-bottom:1.5rem}.footer-v2{padding-top:1.75rem}.footer-v2__column{padding:1.15rem 1rem .95rem}.footer-v2__item a,.footer-v2__item p{font-size:.94rem}}.category-overview-v2{padding:26px 0 70px}.category-overview-v2__hero{background:linear-gradient(145deg, #f8fbff 0%, #ffffff 68%);border:1px solid #d8e0ef;border-radius:26px;box-shadow:0 18px 40px rgba(26,52,93,.08);padding:34px 38px}.category-overview-v2__hero-row{display:flex;align-items:center;justify-content:space-between;gap:28px}.category-overview-v2__hero-copy{max-width:760px}.category-overview-v2__eyebrow{color:#f39c12;font-size:12px;font-weight:700;letter-spacing:.16em;margin-bottom:12px;text-transform:uppercase}.category-overview-v2__badge{display:inline-flex;align-items:center;gap:10px;border-radius:999px;color:#fff;font-size:14px;font-weight:700;margin-bottom:18px;padding:9px 16px}.category-overview-v2__badge--red{background:linear-gradient(135deg, #d95c4d 0%, #c74334 100%)}.category-overview-v2__badge--blue{background:linear-gradient(135deg, #4f83c2 0%, #3b6fae 100%)}.category-overview-v2__badge--amber{background:linear-gradient(135deg, #f1b54a 0%, #d99d35 100%)}.category-overview-v2__badge--green{background:linear-gradient(135deg, #7abf63 0%, #5ea144 100%)}.category-overview-v2__badge--violet{background:linear-gradient(135deg, #7a5bbf 0%, #5f42a2 100%)}.category-overview-v2__badge--slate{background:linear-gradient(135deg, #6f7a8e 0%, #596477 100%)}.category-overview-v2__title{color:#24344f;font-size:36px;font-weight:800;letter-spacing:-0.02em;line-height:1.12;margin:0 0 16px}.category-overview-v2__lead{color:#56667f;font-size:18px;line-height:1.7;margin:0}.category-overview-v2__hero-meta{color:#415470;display:flex;flex-wrap:wrap;gap:14px 24px;font-size:14px;font-weight:600;margin-top:22px}.category-overview-v2__hero-meta .fa{color:#f39c12;margin-right:8px}.category-overview-v2__mode-grid{display:grid;grid-template-columns:repeat(2, minmax(0, 1fr));gap:1.5rem;margin-top:28px}.category-overview-v2__mode-column{min-width:0}.category-overview-v2__mode-card{background:#fff;border:1px solid #dde5f1;border-radius:24px;box-shadow:0 18px 38px rgba(27,43,71,.08);height:100%;overflow:hidden;padding:28px 28px 30px;position:relative}.category-overview-v2__mode-card:before{content:"";height:5px;left:0;position:absolute;right:0;top:0}.category-overview-v2__mode-card--test:before{background:linear-gradient(90deg, #4f83c2 0%, #2f5f9b 100%)}.category-overview-v2__mode-card--learning:before{background:linear-gradient(90deg, #f0b34b 0%, #d58b11 100%)}.category-overview-v2__mode-top{align-items:center;display:flex;justify-content:space-between;gap:16px;margin-bottom:18px}.category-overview-v2__mode-label{color:#667693;font-size:12px;font-weight:700;letter-spacing:.16em;text-transform:uppercase}.category-overview-v2__mode-icon{align-items:center;border-radius:16px;color:#fff;display:inline-flex;font-size:20px;height:54px;justify-content:center;width:54px}.category-overview-v2__mode-icon--test{background:linear-gradient(135deg, #4f83c2 0%, #3f72b1 100%)}.category-overview-v2__mode-icon--learning{background:linear-gradient(135deg, #efb44f 0%, #d6941d 100%)}.category-overview-v2__mode-card h3{color:#24344f;font-size:28px;font-weight:800;line-height:1.22;margin:0 0 12px}.category-overview-v2__mode-card p{color:#586982;font-size:16px;line-height:1.7;margin:0 0 18px}.category-overview-v2__mode-points{color:#32455f;list-style:none;margin:0 0 24px;padding:0}.category-overview-v2__mode-points li{padding-left:22px;position:relative}.category-overview-v2__mode-points li+li{margin-top:10px}.category-overview-v2__mode-points li:before{color:#f39c12;content:"•";font-size:22px;left:0;line-height:1;position:absolute;top:0}.category-overview-v2__cta{align-items:center;border-radius:16px;color:#fff;display:inline-flex;font-size:15px;font-weight:700;gap:10px;justify-content:center;min-height:54px;padding:0 24px;text-decoration:none !important;transition:transform .2s ease,box-shadow .2s ease,opacity .2s ease;width:100%}.category-overview-v2__cta:hover,.category-overview-v2__cta:focus{color:#fff;opacity:.97;transform:translateY(-1px)}.category-overview-v2__cta--primary{background:linear-gradient(135deg, #4f83c2 0%, #3b6fae 100%);box-shadow:0 14px 28px rgba(63,114,177,.26)}.category-overview-v2__cta--secondary{background:linear-gradient(135deg, #f0b34b 0%, #d8931b 100%);box-shadow:0 14px 28px rgba(220,151,35,.24)}.category-overview-v2__content-heading{margin-top:40px}.category-overview-v2__content-heading h2{color:#24344f;font-size:30px;font-weight:800;line-height:1.2;margin:0}.category-overview-v2__content-shell{background:#fff;border:1px solid #dde5f1;border-radius:24px;box-shadow:0 18px 38px rgba(27,43,71,.08);margin-top:18px;padding:30px 34px}.category-overview-v2__content-shell h2{color:#24344f;font-size:28px;font-weight:800;line-height:1.24;margin-top:0}.category-overview-v2__content-shell h3{color:#24344f;font-size:22px;font-weight:700}.category-overview-v2__content-shell p,.category-overview-v2__content-shell li{color:#56667f;font-size:16px;line-height:1.8}.category-overview-v2__content-shell ul{margin:0 0 18px;padding-left:20px}.category-overview-v2__content-shell li+li{margin-top:8px}.category-overview-v2__content-shell .source{border-top:1px solid #e7edf6;margin-top:24px;padding-top:18px}@media(max-width: 991px){.category-overview-v2{padding:18px 0 56px}.category-overview-v2__hero{border-radius:22px;padding:28px 24px}.category-overview-v2__title{font-size:30px}.category-overview-v2__mode-card{margin-bottom:0}.category-overview-v2__content-shell{padding:26px 24px}.category-overview-v2__mode-grid{grid-template-columns:1fr}}@media(max-width: 767px){.category-overview-v2__hero{border-radius:20px;padding:24px 18px}.category-overview-v2__hero-row{display:block}.category-overview-v2__title{font-size:26px}.category-overview-v2__lead{font-size:16px}.category-overview-v2__hero-meta{display:block}.category-overview-v2__hero-meta>div+div{margin-top:10px}.category-overview-v2__mode-card{border-radius:20px;padding:24px 20px}.category-overview-v2__mode-card h3{font-size:24px}.category-overview-v2__content-heading h2{font-size:26px}.category-overview-v2__content-shell{border-radius:20px;padding:22px 18px}.category-overview-v2__content-shell h2{font-size:24px}}.mode-shell-v2{padding:26px 0 70px}.mode-shell-v2__hero{background:linear-gradient(145deg, #f8fbff 0%, #ffffff 68%);border:1px solid #d8e0ef;border-radius:26px;box-shadow:0 18px 40px rgba(26,52,93,.08);padding:34px 38px}.mode-shell-v2__eyebrow{color:#f39c12;font-size:12px;font-weight:700;letter-spacing:.16em;margin-bottom:12px;min-height:1.1em;text-transform:uppercase}.mode-shell-v2__hero-row{align-items:center;display:flex;gap:28px;justify-content:space-between}.mode-shell-v2__hero-copy{max-width:760px}.mode-shell-v2__title{color:#24344f;font-size:36px;font-weight:800;letter-spacing:-0.02em;line-height:1.12;margin:0 0 16px}.mode-shell-v2__lead{color:#56667f;font-size:18px;line-height:1.7;margin:0}.mode-shell-v2__hero-actions{display:flex;flex:0 0 auto;justify-content:flex-end}.mode-shell-v2__switch{align-items:center;border-radius:16px;color:#fff !important;display:inline-flex;font-size:15px;font-weight:700;justify-content:center;min-height:52px;min-width:220px;padding:0 22px;text-decoration:none !important;transition:transform .2s ease,box-shadow .2s ease,opacity .2s ease}.mode-shell-v2__switch:hover,.mode-shell-v2__switch:focus{opacity:.97;transform:translateY(-1px)}.mode-shell-v2__switch--learning{background:linear-gradient(135deg, #f0b34b 0%, #d8931b 100%);box-shadow:0 14px 28px rgba(220,151,35,.24)}.mode-shell-v2__switch--quiz{background:linear-gradient(135deg, #4f83c2 0%, #3b6fae 100%);box-shadow:0 14px 28px rgba(63,114,177,.26)}.mode-shell-v2__content-shell,.mode-shell-v2__app-shell{background:#fff;border:1px solid #dde5f1;border-radius:24px;box-shadow:0 18px 38px rgba(27,43,71,.08);margin-top:22px;padding:28px 32px}#quiz-root,#learning-root{min-height:clamp(42rem,78vh,56rem)}quiz-app:not(:defined){display:block;min-height:clamp(42rem,78vh,56rem);border-radius:20px;background:linear-gradient(180deg, rgba(248, 250, 255, 0.98) 0%, rgba(255, 255, 255, 0.98) 100%)}learning-app:not(:defined){display:none}.mode-shell-v2__intro-shell{background:linear-gradient(145deg, #f8fbff 0%, #ffffff 68%);border:1px solid #d8e0ef;border-radius:24px;box-shadow:0 18px 38px rgba(27,43,71,.08);margin-top:22px;min-height:202px;padding:28px 32px}.mode-shell-v2__intro-row{align-items:center;display:flex;gap:28px;justify-content:space-between}.mode-shell-v2__intro-copy{max-width:760px;min-width:0}.mode-shell-v2__intro-title{color:#24344f;font-size:32px;font-weight:800;letter-spacing:-0.02em;line-height:1.14;margin:0 0 14px;min-height:2.35em}.mode-shell-v2__intro-lead{color:#56667f;font-size:17px;line-height:1.7;margin:0;min-height:3.4em}.mode-shell-v2__intro-actions{display:flex;flex:0 0 auto;justify-content:flex-end;min-width:220px}.mode-shell-v2__content-shell--final{margin-bottom:0}.mode-shell-v2__notice{margin:0;padding:1rem 1.1rem;border-radius:18px;border:1px solid #c9d9ee;background:#eef5ff;color:#2a476c;line-height:1.6}.mode-shell-v2__content-shell h2,.mode-shell-v2__content-shell h3,.mode-shell-v2__app-shell h2,.mode-shell-v2__app-shell h3{color:#24344f}.mode-shell-v2__content-shell p,.mode-shell-v2__content-shell li,.mode-shell-v2__app-shell p,.mode-shell-v2__app-shell li{color:#56667f;line-height:1.8;overflow-wrap:anywhere;word-break:break-word}.mode-shell-v2__content-shell>.container,.mode-shell-v2__content-shell .container,.category-overview-v2__content-shell>.container,.category-overview-v2__content-shell .container{margin-left:0;margin-right:0;max-width:none;padding-left:0;padding-right:0;width:auto}.mode-shell-v2__content-shell .row,.category-overview-v2__content-shell .row{margin-left:0;margin-right:0}.mode-shell-v2__content-shell [class*=col-],.category-overview-v2__content-shell [class*=col-]{min-width:0;padding-left:0;padding-right:0}.mode-shell-v2__copy-flow{min-width:0}.mode-shell-v2 .knowledge-shell{margin-top:22px}.mode-shell-v2__category-switcher{margin-top:28px}.mode-shell-v2__category-switcher-heading{margin-bottom:14px}.mode-shell-v2__category-switcher-eyebrow{color:#8b6f3b;font-size:.78rem;font-weight:800;letter-spacing:.12em;text-transform:uppercase}.mode-shell-v2__category-switcher-title{margin:.35rem 0 .45rem;color:#24344f;font-size:1.7rem;font-weight:800;line-height:1.2}.mode-shell-v2__category-switcher-lead{max-width:54rem;margin:0;color:#5f6f87;font-size:1rem;line-height:1.7}.learning-login-callout{display:flex;align-items:flex-start;gap:18px;margin-bottom:28px;border:1px solid #efd9a7;border-radius:20px;background:linear-gradient(180deg, #fffdf6 0%, #fff8eb 100%);box-shadow:0 12px 28px rgba(95,72,28,.08);padding:22px 24px}.learning-login-callout__icon{display:inline-flex;align-items:center;justify-content:center;flex:0 0 auto;width:52px;height:52px;border-radius:16px;background:rgba(243,156,18,.14);color:#d48806;font-size:24px}.learning-login-callout__body{min-width:0}.learning-login-callout__lead,.learning-login-callout__subtext{margin:0;color:#5f5343;font-size:1rem;line-height:1.75}.learning-login-callout__lead{font-weight:600}.learning-login-callout__subtext{margin-top:10px}.learning-login-callout a{color:#3f72b1;font-weight:700;text-decoration:none}.learning-login-callout a:hover,.learning-login-callout a:focus{color:#305d92;text-decoration:underline}.my-quizzes-v2{padding:26px 0 56px}.my-quizzes-v2__shell{border:1px solid #dde5f1;border-radius:24px;background:#fff;box-shadow:0 18px 38px rgba(27,43,71,.08);padding:28px 32px}.my-quizzes-v2__header{margin-bottom:18px}.my-quizzes-v2__title{margin:0;color:#24344f;font-size:32px;font-weight:800;line-height:1.16}.my-quizzes-v2__table{display:grid;gap:10px}.my-quizzes-v2__row{display:grid;grid-template-columns:minmax(10rem, 1.15fr) minmax(7rem, 0.65fr) minmax(6rem, 0.55fr) minmax(8rem, 0.6fr);gap:16px;align-items:center;border:1px solid #e6edf6;border-radius:16px;background:#fff;padding:16px 18px}.my-quizzes-v2__row--head{border:none;border-radius:0;background:rgba(0,0,0,0);padding:0 2px 8px}.my-quizzes-v2__cell{min-width:0;color:#52647e;font-size:.98rem;line-height:1.5}.my-quizzes-v2__row--head .my-quizzes-v2__cell{color:#24344f;font-size:.92rem;font-weight:800;letter-spacing:.04em;text-transform:uppercase}.my-quizzes-v2__cell--action{display:flex;justify-content:flex-end}.my-quizzes-v2__category{display:inline-flex;align-items:center;justify-content:center;min-height:2rem;padding:.3rem .8rem;border-radius:999px;background:#eef4fb;color:#2f5f9b;font-size:.93rem;font-weight:700}.my-quizzes-v2__result{display:inline-flex;align-items:center;gap:.45rem;color:#24344f;font-size:1rem;font-weight:700}.my-quizzes-v2__link{display:inline-flex;align-items:center;justify-content:center;min-height:2.7rem;border-radius:12px;background:linear-gradient(135deg, #4f83c2 0%, #3b6fae 100%);box-shadow:0 12px 24px rgba(63,114,177,.22);color:#fff !important;font-size:.95rem;font-weight:700;padding:0 1rem;text-decoration:none !important;white-space:nowrap;transition:transform .2s ease,box-shadow .2s ease,opacity .2s ease}.my-quizzes-v2__link:hover,.my-quizzes-v2__link:focus{color:#fff;opacity:.98;text-decoration:none;transform:translateY(-1px)}.my-quizzes-v2__login-callout{border:1px solid #d8e0ef;border-radius:18px;background:linear-gradient(180deg, #f8fbff 0%, #ffffff 100%);color:#56667f;font-size:1rem;line-height:1.75;padding:20px 22px}.my-quizzes-v2__login-callout p{margin:0}.my-quizzes-v2__login-callout a{color:#3f72b1;font-weight:700;text-decoration:none}.my-quizzes-v2__login-callout a:hover,.my-quizzes-v2__login-callout a:focus{color:#305d92;text-decoration:underline}.my-account-v2{padding:2rem 0 3rem}.my-account-v2__shell{border:1px solid rgba(217,191,145,.8);border-radius:30px;background:linear-gradient(180deg, #fffdfa 0%, #fffaf0 100%);box-shadow:0 18px 40px rgba(115,81,27,.08);padding:2rem}.my-account-v2__header{margin-bottom:1.75rem}.my-account-v2__title{margin:0;color:#7a5518;font-size:clamp(1.85rem,2.4vw,2.5rem);line-height:1.1;font-weight:800}.my-account-v2__lead{margin:.85rem 0 0;max-width:56rem;color:#6f5b39;font-size:1.05rem;line-height:1.7}.my-account-v2__grid{display:grid;grid-template-columns:repeat(2, minmax(0, 1fr));gap:1.25rem}.my-account-v2__card,.my-account-v2__danger{min-width:0;border:1px solid rgba(220,197,154,.72);border-radius:24px;background:#fff;box-shadow:0 12px 26px rgba(122,85,24,.06)}.my-account-v2__card{padding:1.5rem}.my-account-v2__card h3,.my-account-v2__danger h3{margin:0 0 .75rem;color:#7a5518;font-size:1.25rem;font-weight:800}.my-account-v2__card p,.my-account-v2__danger p{margin:0 0 .9rem;color:#5f5138;line-height:1.7;overflow-wrap:anywhere}.my-account-v2__muted{color:#8e7750}.my-account-v2__cta{display:inline-flex;align-items:center;justify-content:center;min-width:12rem;min-height:3.25rem;padding:.8rem 1.4rem;border:0;border-radius:999px;background:linear-gradient(135deg, #4f85ca 0%, #3f72b2 100%);box-shadow:0 14px 26px rgba(63,114,178,.18);color:#fff;font-weight:800;text-decoration:none;transition:transform .18s ease,box-shadow .18s ease}.my-account-v2__cta:hover,.my-account-v2__cta:focus{color:#fff;text-decoration:none;transform:translateY(-1px);box-shadow:0 18px 30px rgba(63,114,178,.22)}.my-account-v2__cta--danger{background:linear-gradient(135deg, #d86a5c 0%, #bd4f45 100%);box-shadow:0 14px 26px rgba(189,79,69,.2)}.my-account-v2__cta--danger:hover,.my-account-v2__cta--danger:focus{box-shadow:0 18px 30px rgba(189,79,69,.24)}.my-account-v2__danger{display:flex;align-items:center;justify-content:space-between;gap:1.5rem;margin-top:1.5rem;padding:1.6rem}.my-account-v2__danger-copy{min-width:0;flex:1 1 auto}.my-account-v2__danger-action,.my-account-v2__confirm-actions{flex:0 0 auto}.my-account-v2__danger-action form,.my-account-v2__confirm-actions form{margin:0}.my-account-v2__notice .my-account-v2__card,.my-account-v2__confirm,.my-account-v2__success{background:linear-gradient(180deg, #fffdfa 0%, #fffefb 100%)}.my-account-v2__confirm-actions{margin-top:1rem}.questions-page-v2{padding:1rem 0 3rem}.categories_top_area:has(+.questions-page-v2){padding-top:18px;padding-bottom:18px}.categories_top_area:has(+.questions-page-v2) .category-switcher{padding:1rem 1rem .9rem}.categories_top_area:has(+.questions-page-v2) .category-switcher__title{margin-bottom:.85rem;font-size:1.2rem}.questions-page-v2__shell{border:1px solid #dde5f1;border-radius:24px;background:#fff;box-shadow:0 18px 38px rgba(27,43,71,.08);padding:28px 32px}.questions-page-v2__header{margin-bottom:1.6rem}.questions-page-v2__eyebrow{margin-bottom:.8rem}.questions-page-v2__category-pill{display:inline-flex;align-items:center;flex-wrap:wrap;gap:.6rem;min-height:2.35rem;padding:.35rem .95rem;border-radius:999px;background:#eef4fb;color:#315e96;font-size:.95rem;font-weight:700}.questions-page-v2__category-icon{flex:0 0 auto}.questions-page-v2__category-icon--a{color:#d9534f}.questions-page-v2__category-icon--b{color:#337ab7}.questions-page-v2__title{margin:0;color:#24344f;font-size:clamp(1.6rem,2.3vw,2.25rem);line-height:1.18;font-weight:800}.questions-page-v2__layout{display:grid;grid-template-columns:minmax(0, 1.15fr) minmax(18rem, 0.85fr);gap:1.5rem;align-items:start}.questions-page-v2__sidebar{min-width:0;position:sticky;top:1.25rem}.questions-page-v2__content,.questions-page-v2__ad-shell{min-width:0;border:1px solid #e6edf6;border-radius:22px;background:linear-gradient(180deg, #fffefb 0%, #ffffff 100%);box-shadow:0 14px 30px rgba(27,43,71,.06)}.questions-page-v2__content{padding:1.5rem}.questions-page-v2__ad-shell{overflow:hidden;padding:1rem}.questions-page-v2__media{margin-bottom:1.25rem;border-radius:18px;overflow:hidden;background:#f8fbff}.questions-page-v2__media img,.questions-page-v2__media video{display:block;width:100%;height:auto}.questions-page-v2__video{display:block;width:100%}.questions-page-v2__question{color:#24344f;font-size:1.2rem;font-weight:700;line-height:1.6}.questions-page-v2__answers{display:grid;gap:.8rem;margin-top:1.25rem}.questions-page-v2__answer{padding:.95rem 1rem;border:1px solid #e3dccd;border-radius:16px;background:#fffdf8;color:#5f5138;line-height:1.7;overflow-wrap:anywhere}.questions-page-v2__answer.question-show-answer{border-color:#58b059;background:linear-gradient(180deg, #f3fff0 0%, #fbfff9 100%);box-shadow:inset 0 0 0 1px rgba(88,176,89,.28);color:#31522f;font-weight:700}.questions-page-v2__actions{display:flex;justify-content:center;margin-top:1.4rem}.questions-page-v2__primary-action,.questions-page-v2__nav-button{display:inline-flex;align-items:center;justify-content:center;min-height:3rem;padding:.75rem 1.2rem;border:0;border-radius:999px;color:#fff;font-weight:800;text-decoration:none;transition:transform .18s ease,box-shadow .18s ease}.questions-page-v2__primary-action{background:linear-gradient(135deg, #58b059 0%, #428d44 100%);box-shadow:0 14px 26px rgba(66,141,68,.18)}.questions-page-v2__primary-action:disabled,.questions-page-v2__primary-action.is-disabled{background:linear-gradient(135deg, #b9c7b8 0%, #9aab99 100%);box-shadow:none;cursor:not-allowed;transform:none}.questions-page-v2__nav{display:flex;align-items:center;justify-content:space-between;gap:1rem;margin-top:1.6rem}.questions-page-v2__nav-item{flex:0 0 auto}.questions-page-v2__nav-item--next{margin-left:auto}.questions-page-v2__nav-button{background:linear-gradient(135deg, #4f83c2 0%, #3b6fae 100%);box-shadow:0 12px 24px rgba(63,114,177,.18)}.questions-page-v2__primary-action:hover,.questions-page-v2__primary-action:focus,.questions-page-v2__nav-button:hover,.questions-page-v2__nav-button:focus{color:#fff;text-decoration:none;transform:translateY(-1px)}.questions-page-v2__nav-button--disabled{background:#d2dce9;box-shadow:none;cursor:not-allowed}.questions-page-v2__quiz-link{margin-top:1.3rem;color:#5e6e86;font-size:.98rem;line-height:1.7}.questions-page-v2__quiz-link a{color:#3f72b1;font-weight:700;text-decoration:none}.questions-page-v2__quiz-link a:hover,.questions-page-v2__quiz-link a:focus{color:#305d92;text-decoration:underline}.articles-page-v2,.article-page-v2{padding:1rem 0 3rem}.articles-page-v2__shell,.article-page-v2__shell{border:1px solid #dde5f1;border-radius:28px;background:radial-gradient(circle at top left, rgba(86, 176, 89, 0.11), transparent 34rem),linear-gradient(180deg, #fffefb 0%, #ffffff 100%);box-shadow:0 18px 38px rgba(27,43,71,.08);padding:clamp(1.4rem,4vw,3rem)}.articles-page-v2__header{max-width:760px;margin-bottom:2rem}.articles-page-v2__eyebrow{margin:0 0 .75rem;color:#3f72b1;font-size:.9rem;font-weight:800;letter-spacing:.08em;text-transform:uppercase}.articles-page-v2__title,.article-page-v2__title{margin:0;color:#24344f;font-size:clamp(2rem,4vw,3.25rem);line-height:1.08;font-weight:800}.articles-page-v2__lead,.article-page-v2__lead{margin:1rem 0 0;color:#5e6e86;font-size:1.08rem;line-height:1.8}.articles-page-v2__list{display:grid;gap:1rem}.articles-page-v2__card{padding:1.4rem;border:1px solid #e6edf6;border-radius:22px;background:rgba(255,255,255,.82);box-shadow:0 12px 28px rgba(27,43,71,.05)}.articles-page-v2__meta,.article-page-v2__date,.article-page-v2__author{display:flex;align-items:center;flex-wrap:wrap;gap:.75rem;color:#7a8798;font-size:.9rem;font-weight:700}.article-page-v2__meta{display:flex;align-items:center;flex-wrap:wrap;gap:.8rem;margin-bottom:.85rem}.articles-page-v2__draft,.article-page-v2__draft{display:inline-flex;padding:.25rem .65rem;border-radius:999px;background:#fff4d7;color:#8a620f;font-size:.85rem;font-weight:800}.articles-page-v2__card-title{margin:.55rem 0 0;font-size:clamp(1.35rem,2vw,1.9rem);line-height:1.24}.articles-page-v2__card-title a,.article-page-v2__back,.articles-page-v2__read-more,.articles-page-v2__page-link{color:#3f72b1;font-weight:800;text-decoration:none}.articles-page-v2__card-title a:hover,.articles-page-v2__card-title a:focus,.article-page-v2__back:hover,.article-page-v2__back:focus,.articles-page-v2__read-more:hover,.articles-page-v2__read-more:focus,.articles-page-v2__page-link:hover,.articles-page-v2__page-link:focus{color:#305d92;text-decoration:underline}.articles-page-v2__summary{margin:.85rem 0 1rem;color:#5e6e86;line-height:1.75}.articles-page-v2__image{display:block;width:100%;max-height:260px;object-fit:cover;margin-top:1rem;border-radius:18px}.articles-page-v2__pagination{display:flex;align-items:center;justify-content:center;flex-wrap:wrap;gap:.85rem;margin-top:2rem}.articles-page-v2__page-status{color:#5e6e86;font-weight:700}.articles-page-v2__empty{margin:0;color:#5e6e86;font-size:1.05rem}.article-page-v2__back{display:inline-flex;margin-bottom:1.5rem}.article-page-v2__header{max-width:860px;margin-bottom:2rem}.article-page-v2__date,.article-page-v2__draft{display:inline-flex}.article-page-v2__content{max-width:820px;color:#24344f;font-size:1.08rem;line-height:1.85}.article-page-v2__image-wrap{max-width:920px;margin:0 0 2rem;border-radius:22px;overflow:hidden;background:#f8fbff}.article-page-v2__image{display:block;width:100%;height:auto}.article-page-v2__content video{display:block;width:100%;max-width:100%;height:auto;margin:1.4rem 0;border-radius:18px;background:#0f172a}.article-page-v2__content img{display:block;max-width:100%;height:auto;margin:1.4rem 0;border-radius:18px}.article-page-v2__content h2,.article-page-v2__content h3{margin:2rem 0 .8rem;color:#24344f;line-height:1.25}.article-page-v2__content a{color:#3f72b1;font-weight:700}.article-page-v2__content ul,.article-page-v2__content ol,.article-page-v2__lead ul,.article-page-v2__lead ol,.articles-page-v2__summary ul,.articles-page-v2__summary ol{margin:.8rem 0 1.2rem 1.4rem;padding-left:1.25rem}.article-page-v2__content ul,.article-page-v2__lead ul,.articles-page-v2__summary ul{list-style:disc outside}.article-page-v2__content ol,.article-page-v2__lead ol,.articles-page-v2__summary ol{list-style:decimal outside}.article-page-v2__content li,.article-page-v2__lead li,.articles-page-v2__summary li{display:list-item;margin:.35rem 0;padding-left:.25rem}.article-page-v2__content ul>li,.article-page-v2__lead ul>li,.articles-page-v2__summary ul>li{list-style:disc outside}.article-page-v2__content ol>li,.article-page-v2__lead ol>li,.articles-page-v2__summary ol>li{list-style:decimal outside}.article-page-v2__content blockquote{margin:1.5rem 0;padding:1rem 1.2rem;border-left:4px solid #58b059;border-radius:0 16px 16px 0;background:#f4fbf2;color:#31522f}.stats-page-v2{padding:1rem 0 3rem}.stats-page-v2__shell{border:1px solid #dde5f1;border-radius:24px;background:#fff;box-shadow:0 18px 38px rgba(27,43,71,.08);padding:28px 32px}.stats-page-v2__header{margin-bottom:1.4rem}.stats-page-v2__knowledge{margin-bottom:1.4rem}.stats-page-v2__title{margin:0;color:#24344f;font-size:clamp(1.6rem,2.3vw,2.25rem);line-height:1.18;font-weight:800}.stats-page-v2__lead{margin:.8rem 0 0;max-width:56rem;color:#5f6f87;font-size:1rem;line-height:1.7}.stats-page-v2__grid,.stats-page-v2__chart-grid{display:grid;grid-template-columns:repeat(2, minmax(0, 1fr));gap:1.25rem}.stats-page-v2__card{min-width:0;border:1px solid #e6edf6;border-radius:22px;background:linear-gradient(180deg, #fffefb 0%, #ffffff 100%);box-shadow:0 14px 30px rgba(27,43,71,.06);padding:1.4rem}.stats-page-v2__card--problematic{margin-top:1.25rem}.stats-page-v2__card h3{margin:0 0 .9rem;color:#24344f;font-size:1.12rem;font-weight:800}.stats-page-v2__card p{margin:0;color:#5f6f87;line-height:1.7}.stats-page-v2__chart{min-height:20rem}.stats-page-v2__muted{color:#8a6f3b;font-weight:700}.stats-page-v2__problem-list{margin:0;padding-left:1.4rem}.stats-page-v2__problem-item+.stats-page-v2__problem-item{margin-top:1.2rem}.stats-page-v2__problem-card{border:1px solid #e7edf6;border-radius:18px;background:#fffdfa;box-shadow:0 10px 24px rgba(27,43,71,.05);overflow:hidden}.stats-page-v2__problem-layout{display:grid;grid-template-columns:minmax(14rem, 22rem) minmax(0, 1fr);gap:1.2rem;align-items:start}.stats-page-v2__problem-media{padding:1rem 0 1rem 1rem}.stats-page-v2__problem-image,.stats-page-v2__problem-placeholder,.stats-page-v2__problem-video{display:block;width:100%;border-radius:14px;border:1px solid #e4ebf4;background:#f8fafc;object-fit:cover}.stats-page-v2__problem-placeholder,.stats-page-v2__problem-image{aspect-ratio:16/9}.stats-page-v2__problem-main{min-width:0;padding:1rem 1rem 1rem 0}.stats-page-v2__problem-topline{display:flex;flex-wrap:wrap;gap:.65rem 1rem;align-items:center;margin-bottom:.8rem}.stats-page-v2__problem-rank{display:inline-flex;align-items:center;justify-content:center;min-width:2.2rem;min-height:2.2rem;border-radius:999px;background:#fff3d6;color:#9d5a00;font-weight:800}.stats-page-v2__problem-stats{color:#5f6f87;font-size:.95rem;line-height:1.6}.stats-page-v2__problem-title{margin:0 0 1rem;color:#24344f;font-size:1.12rem;line-height:1.55;font-weight:800}.stats-page-v2__problem-answers{display:grid;gap:.7rem}.stats-page-v2__problem-answer{display:grid;grid-template-columns:auto 1fr;gap:.8rem;align-items:start;border:1px solid #e6edf6;border-radius:14px;background:#fff;padding:.85rem .95rem;color:#32435f}.stats-page-v2__problem-answer--basic{grid-template-columns:1fr}.stats-page-v2__problem-answer--correct{border-color:#a9d7b7;background:#f2fbf4}.stats-page-v2__problem-answer-badge{display:inline-flex;align-items:center;justify-content:center;min-width:2.1rem;min-height:2.1rem;border-radius:999px;background:#f4f7fb;color:#24344f;font-weight:800}.stats-page-v2__problem-answer--correct .stats-page-v2__problem-answer-badge{background:#2f9e44;color:#fff}.stats-page-v2__problem-explanation{margin-top:1rem;border-top:1px solid #e8eef6;padding-top:1rem}.stats-page-v2__problem-explanation h5{margin:0 0 .45rem;color:#24344f;font-size:.98rem;font-weight:800}.stats-page-v2__problem-explanation p{margin:0;color:#5f6f87;line-height:1.7}.auth-page-v2{padding:1rem 0 3rem}.auth-page-v2__shell{width:min(100%,38rem);margin:0 auto;border:1px solid rgba(217,191,145,.8);border-radius:30px;background:linear-gradient(180deg, #fffdfa 0%, #fffaf0 100%);box-shadow:0 18px 40px rgba(115,81,27,.08);padding:2rem}.auth-page-v2__shell--wide{width:min(100%,52rem)}.auth-page-v2__header{margin-bottom:1.5rem}.auth-page-v2__title{margin:0;color:#7a5518;font-size:clamp(1.7rem,2.3vw,2.25rem);line-height:1.15;font-weight:800}.auth-page-v2__lead{margin:.8rem 0 0;color:#6f5b39;line-height:1.7}@font-face{font-family:"Google Sans";font-style:normal;font-weight:500;font-display:swap;src:url(/assets/GoogleSans-Medium-e3685cfd6fba21bc3841d6ddb751f56f3a2a71bd2f8d24a79d9253c88aa64606.ttf) format("truetype");unicode-range:U+0301,U+0400-045F,U+0490-0491,U+04B0-04B1,U+2116}@font-face{font-family:"Google Sans";font-style:normal;font-weight:500;font-display:swap;src:url(/assets/GoogleSans-Medium-e3685cfd6fba21bc3841d6ddb751f56f3a2a71bd2f8d24a79d9253c88aa64606.ttf) format("truetype");unicode-range:U+0100-02BA,U+02BD-02C5,U+02C7-02CC,U+02CE-02D7,U+02DD-02FF,U+0304,U+0308,U+0329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:"Google Sans";font-style:normal;font-weight:500;font-display:swap;src:url(/assets/GoogleSans-Medium-e3685cfd6fba21bc3841d6ddb751f56f3a2a71bd2f8d24a79d9253c88aa64606.ttf) format("truetype");unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}.auth-page-v2__socials{display:grid;justify-items:center;gap:8px}.auth-page-v2__social-form{width:256px;max-width:100%;margin:0}.auth-page-v2__social{position:relative;display:flex;align-items:center;justify-content:center;width:100%;height:48px;min-height:48px;border:0;border-radius:4px;padding:0 32px;overflow:hidden;font-size:14px;line-height:20px;font-weight:600;text-align:center;white-space:nowrap;transition:background-color 120ms ease,box-shadow 120ms ease,opacity 120ms ease}.auth-page-v2__social:not(:disabled){cursor:pointer}.auth-page-v2__social:focus{outline:2px solid #1b66c9;outline-offset:3px}.auth-page-v2__social:focus:not(:focus-visible){outline:none}.auth-page-v2__social:focus-visible{outline:2px solid #1b66c9;outline-offset:3px}.auth-page-v2__social:disabled{cursor:default;opacity:.68}.auth-page-v2__social-icon{position:absolute;left:12px;top:50%;display:grid;width:20px;height:20px;place-items:center;transform:translateY(-50%)}.auth-page-v2__social-icon img{display:block;width:20px;height:20px;object-fit:contain}.auth-page-v2__social-label{min-width:0;overflow:hidden;text-overflow:ellipsis}.auth-page-v2__social--google{-moz-user-select:none;-webkit-user-select:none;-ms-user-select:none;-webkit-appearance:none;appearance:none;border:1px solid #747775;box-sizing:border-box;background-color:#fff;background-image:none;color:#1f1f1f;padding:0 12px;font-family:"Google Sans",Arial,sans-serif;font-size:14px;line-height:20px;font-weight:500;letter-spacing:.25px;transition:background-color 218ms,border-color 218ms,box-shadow 218ms}.auth-page-v2__google-state{position:absolute;inset:0;background-color:rgba(0,0,0,0);opacity:0;transition:opacity 218ms}.auth-page-v2__google-content{position:relative;display:flex;align-items:center;flex-flow:row nowrap;justify-content:space-between;width:100%;height:100%}.auth-page-v2__google-icon{display:block;width:20px;min-width:20px;height:20px;margin-right:10px}.auth-page-v2__google-icon svg{display:block;width:20px;height:20px}.auth-page-v2__google-contents{flex-grow:1;overflow:hidden;font-family:"Google Sans",Arial,sans-serif;font-size:14px;line-height:20px;font-weight:500;text-overflow:ellipsis}.auth-page-v2__social--google:disabled{border-color:rgba(31,31,31,.12);background-color:rgba(255,255,255,.38);opacity:1}.auth-page-v2__social--google:disabled .auth-page-v2__google-contents,.auth-page-v2__social--google:disabled .auth-page-v2__google-icon{opacity:.38}.auth-page-v2__social--google:not(:disabled):active .auth-page-v2__google-state,.auth-page-v2__social--google:not(:disabled):focus .auth-page-v2__google-state{background-color:#303030;opacity:.12}.auth-page-v2__social--google:not(:disabled):hover{box-shadow:0 1px 2px 0 rgba(60,64,67,.3),0 1px 3px 1px rgba(60,64,67,.15)}.auth-page-v2__social--google:not(:disabled):hover .auth-page-v2__google-state{background-color:#303030;opacity:.08}.auth-page-v2__social--facebook{background:#1877f2;color:#fff}.auth-page-v2__social--facebook .auth-page-v2__social-icon{left:8px}.auth-page-v2__social--facebook:not(:disabled):hover{background:#166fe5}.auth-page-v2__social--apple{background:#000;padding:0;overflow:visible;color:#fff;opacity:1}.auth-page-v2__social--apple:not(:disabled):hover{opacity:1}.auth-page-v2__social--apple:disabled{opacity:1}.auth-page-v2__social-apple-image{display:block;width:256px;max-width:100%;height:48px;opacity:1;filter:none;object-fit:contain}.auth-page-v2__social-loader{position:absolute;right:12px;top:50%;display:none;width:16px;height:16px;margin-top:-8px;border:2px solid currentColor;border-right-color:rgba(0,0,0,0);border-radius:50%;animation:auth-social-spin 700ms linear infinite}.auth-page-v2__social[data-loading=true] .auth-page-v2__social-loader{display:block}.auth-page-v2__social-loader--apple{right:-24px;color:#1f1f1f}@keyframes auth-social-spin{to{transform:rotate(360deg)}}@media(prefers-reduced-motion: reduce){.auth-page-v2__social{transition:none}.auth-page-v2__social-loader{animation-duration:1400ms}}.auth-page-v2__separator{position:relative;margin:1.25rem 0 1.15rem;text-align:center}.auth-page-v2__separator:before{content:"";position:absolute;top:50%;left:0;right:0;height:1px;background:#e8dcc3}.auth-page-v2__separator span{position:relative;z-index:1;display:inline-block;padding:0 .75rem;background:#fffdf8;color:#8a6f3b;font-size:.92rem;font-weight:700}.auth-page-v2__form{display:grid;gap:.95rem}.auth-page-v2__form--compact{width:min(100%,26rem)}.auth-page-v2__form--wide{width:100%}.auth-page-v2__field-grid{display:grid;grid-template-columns:repeat(2, minmax(0, 1fr));gap:.95rem}.auth-page-v2__field--span-2{grid-column:1/-1}.auth-page-v2__field{position:relative}.auth-page-v2__field-icon{position:absolute;top:50%;left:1rem;transform:translateY(-50%);color:#9b8454;margin:0;pointer-events:none}.auth-page-v2__input{width:100%;min-height:3.2rem;border:1px solid #e2d6bc;border-radius:16px;background:#fffefb;color:#24344f;padding:.85rem 1rem .85rem 3rem}.auth-page-v2__input:focus{border-color:#caa96a;box-shadow:0 0 0 3px rgba(202,169,106,.14);outline:none}.auth-page-v2__checks{display:grid;gap:.85rem;margin-top:.4rem}.auth-page-v2__checkbox{display:flex;align-items:flex-start;gap:.7rem;color:#5f5138;line-height:1.65}.auth-page-v2__checkbox input{margin-top:.2rem;flex:0 0 auto}.auth-page-v2__submit{min-height:3.2rem;border:0;border-radius:999px;background:linear-gradient(135deg, #f0b34b 0%, #d8931b 100%);box-shadow:0 14px 28px rgba(220,151,35,.24);color:#fff;font-size:1rem;font-weight:800}.auth-page-v2__links{display:grid;gap:.55rem}.auth-page-v2__link-row{margin:0}.auth-page-v2__link{color:#3f72b1;font-weight:700;text-decoration:none}.auth-page-v2__link:hover,.auth-page-v2__link:focus{color:#305d92;text-decoration:underline}.auth-page-v2__errors{border:1px solid #f0c2bc;border-radius:16px;background:#fff5f4;color:#8f3b33;padding:.9rem 1rem}.auth-page-v2__errors ul{margin:0;padding-left:1.1rem}.auth-page-v2__note{margin:-0.25rem 0 0;color:#786443;font-size:.95rem;line-height:1.6}.auth-page-v2__notice{border:1px solid #d8e6f7;border-radius:16px;background:#f4f8ff;color:#35527f;padding:.9rem 1rem;line-height:1.6}.auth-page-v2__submit--danger{background:linear-gradient(135deg, #de705f 0%, #c95242 100%);box-shadow:0 14px 28px rgba(201,82,66,.2)}.contact-page-v2{padding:1rem 0 3rem}.contact-page-v2__shell{border:1px solid rgba(217,191,145,.8);border-radius:30px;background:linear-gradient(180deg, #fffdfa 0%, #fffaf0 100%);box-shadow:0 18px 40px rgba(115,81,27,.08);padding:2rem}.contact-page-v2__header{margin-bottom:1.5rem}.contact-page-v2__title{margin:0;color:#7a5518;font-size:clamp(1.75rem,2.3vw,2.3rem);line-height:1.15;font-weight:800}.contact-page-v2__lead{max-width:52rem;margin:.8rem 0 0;color:#6f5b39;line-height:1.75}.contact-page-v2__grid{display:grid;grid-template-columns:minmax(0, 1.15fr) minmax(0, 0.85fr);gap:1.4rem}.contact-page-v2__form-shell,.contact-page-v2__details-shell{min-width:0}.contact-page-v2__form,.contact-page-v2__details{display:grid;gap:1rem}.contact-page-v2__field-grid{display:grid;grid-template-columns:repeat(2, minmax(0, 1fr));gap:1rem}.contact-page-v2__field--span-2{grid-column:1/-1}.contact-page-v2__input,.contact-page-v2__textarea{width:100%;border:1px solid #e2d6bc;border-radius:16px;background:#fffefb;color:#24344f;box-shadow:none}.contact-page-v2__input{min-height:3.2rem;padding:.85rem 1rem}.contact-page-v2__textarea{min-height:12rem;padding:1rem;resize:vertical}.contact-page-v2__input:focus,.contact-page-v2__textarea:focus{border-color:#caa96a;box-shadow:0 0 0 3px rgba(202,169,106,.14);outline:none}.contact-page-v2__checkbox{display:flex;align-items:flex-start;gap:.75rem;margin:.1rem 0 0;color:#5f5138;line-height:1.7}.contact-page-v2__checkbox input{margin-top:.2rem;flex:0 0 auto}.contact-page-v2__captcha{min-height:1px}.contact-page-v2__submit{min-height:3.2rem;border:0;border-radius:999px;background:linear-gradient(135deg, #f0b34b 0%, #d8931b 100%);box-shadow:0 14px 28px rgba(220,151,35,.24);color:#fff;font-size:1rem;font-weight:800}.contact-page-v2__errors,.contact-page-v2__details-card,.contact-page-v2__map-card{border:1px solid #e7dcc0;border-radius:22px;background:rgba(255,255,255,.72);padding:1.2rem 1.15rem}.contact-page-v2__errors{color:#8f3b33;background:#fff5f4;border-color:#f0c2bc}.contact-page-v2__errors h5{margin:0 0 .55rem;font-size:1rem;font-weight:800}.contact-page-v2__errors ul{margin:0;padding-left:1.1rem}.contact-page-v2__details-card h3,.contact-page-v2__map-card h3{margin:0 0 .85rem;color:#7a5518;font-size:1.1rem;font-weight:800}.contact-page-v2__details-card p{margin:0 0 .65rem;color:#5f5138;line-height:1.7}.contact-page-v2__details-card p:last-child{margin-bottom:0}.contact-page-v2__details-card a{color:#3f72b1}.contact-page-v2__map-card iframe{display:block;width:100%;min-height:320px;border:0;border-radius:16px}.legal-page-v2{padding:1rem 0 3rem}.legal-page-v2__shell{border:1px solid rgba(217,191,145,.8);border-radius:30px;background:linear-gradient(180deg, #fffdfa 0%, #fffaf0 100%);box-shadow:0 18px 40px rgba(115,81,27,.08);padding:2rem}.legal-page-v2__header{margin-bottom:1.5rem}.legal-page-v2__title{margin:0;color:#7a5518;font-size:clamp(1.75rem,2.3vw,2.3rem);line-height:1.15;font-weight:800}.legal-page-v2__lead{max-width:54rem;margin:.8rem 0 0;color:#6f5b39;line-height:1.75}.legal-page-v2__content{color:#4f4331}.legal-page-v2__copy-flow{min-width:0}.legal-page-v2__content>.container{width:auto;max-width:none;padding:0}.legal-page-v2__content h2,.legal-page-v2__content h3{color:#7a5518}.legal-page-v2__content h2.text-center,.legal-page-v2__content h3.text-center{text-align:left}.legal-page-v2__content .terms-section{margin:1.6rem 0 .85rem;color:#7a5518;font-size:1.15rem;font-weight:800}.legal-page-v2__content .terms-point{margin:0 0 .8rem;line-height:1.75;overflow-wrap:anywhere}.legal-page-v2__content table{width:100%;max-width:100%;margin:1rem 0;border-collapse:collapse;table-layout:fixed}.legal-page-v2__content th,.legal-page-v2__content td{min-width:0;padding:.7rem .8rem;border:1px solid #e6d9bb;text-align:left;vertical-align:top;overflow-wrap:anywhere;word-break:break-word}.legal-page-v2__content th:first-child,.legal-page-v2__content td:first-child{width:30%}.legal-page-v2__content td a{overflow-wrap:anywhere;word-break:break-word}.legal-page-v2__content thead{background:rgba(243,156,18,.08)}.knowledge-shell{margin:1rem auto 0;border:1px solid #eadfbf;border-radius:4px;background:linear-gradient(180deg, #fffdf8 0%, #ffffff 100%);box-shadow:0 3px 12px rgba(80,58,21,.06);overflow:hidden}.knowledge-heading{border-bottom:1px solid #f1e5bd;padding:.55rem .8rem;background:#fcf8e3;color:#8a6d3b}.knowledge-heading strong{display:block;font-size:18px;letter-spacing:.02em}.knowledge-body{display:grid;gap:1.2rem;padding:1rem}.knowledge-copy{color:#5a5a5a;font-size:1rem;line-height:1.6;margin:0}.knowledge-grid{display:grid;gap:1rem;align-items:center}.knowledge-chart{display:flex;align-items:center;justify-content:center}.knowledge-ring{width:11rem;height:11rem;border-radius:50%;background:radial-gradient(circle at center, #fff 58%, transparent 59%),conic-gradient(#4d83c3 0deg 230deg, #e9eef5 230deg 360deg);border:1px solid #d9e1ec;box-shadow:inset 0 0 0 1px rgba(77,131,195,.08);display:flex;align-items:center;justify-content:center}.knowledge-ring-center{display:grid;gap:.2rem;text-align:center}.knowledge-ring-value{color:#2d5f9f;font-size:2rem;font-weight:800;line-height:1}.knowledge-ring-label{color:#7b7b7b;font-size:.88rem;font-weight:700;letter-spacing:.04em;text-transform:uppercase}.knowledge-stats{display:grid;gap:.75rem}.knowledge-stat{display:flex;align-items:center;justify-content:space-between;gap:1rem;border:1px solid #ece2c4;border-radius:6px;background:#fff;padding:.8rem .95rem}.knowledge-stat-label{color:#5a5a5a;font-size:.98rem;font-weight:700;min-width:0}.knowledge-stat-value{color:#2d5f9f;font-size:1.05rem;font-weight:800;white-space:nowrap;min-width:0;text-align:right}.knowledge-cta{display:inline-flex;align-items:center;justify-content:center;min-height:2.8rem;border-radius:4px;border:1px solid #e4d2a7;background:#fff8e7;color:#8a6d3b;font-size:.98rem;font-weight:700;text-decoration:none;padding:.7rem 1rem}.learning-sections-grid{display:grid;grid-template-columns:repeat(2, minmax(0, 1fr));gap:20px}.learning-sections-grid__title{margin:0 0 .85rem;color:#6f5322;font-size:1.45rem;font-weight:800;text-align:center}.learning-sections-grid__title--secondary{margin-top:2rem}.learning-sections-grid__item{min-width:0}.learning-section-card{height:100%;border:1px solid #e4d8bb;border-radius:18px;background:linear-gradient(180deg, #fffef9 0%, #fbf7ef 100%);box-shadow:0 12px 26px rgba(80,58,21,.08);overflow:hidden}.learning-section-card__heading,.learning-section-card__body,.learning-section-card__footer,.learning-section-card__content,.learning-section-card__toggle,.learning-section-card__action,.learning-section-card__progress{overflow-wrap:anywhere;word-break:break-word}.learning-section-card__heading{border-bottom:1px solid #eadfca;background:rgba(243,156,18,.08);color:#7a5716;font-size:15px;font-weight:700;font-size:15px;line-height:1.5;padding:14px 18px}.learning-section-card__body{display:flex;gap:18px;padding:18px;align-items:flex-start}.learning-section-card__content{min-width:0;flex:1 1 auto;color:#5b5142;font-size:.98rem;line-height:1.7}.learning-section-card__content p:last-child{margin-bottom:0}.learning-section-card__aside{flex:0 0 118px;max-width:118px;display:flex;flex-direction:column;align-items:center}.learning-progress-ring{--progress: 0;--ring-color: #e2a11f;position:relative;display:grid;place-items:center;width:5rem;height:5rem;border-radius:999px;background:radial-gradient(circle at center, #fff 58%, transparent 59%),conic-gradient(var(--ring-color) calc(var(--progress) * 1%), #d9d9d9 0);box-shadow:inset 0 0 0 1px rgba(122,94,40,.08)}.learning-progress-ring--red{--ring-color: #d95c4d}.learning-progress-ring--orange{--ring-color: #e2a11f}.learning-progress-ring--green{--ring-color: #6fb257}.learning-progress-ring__value{position:relative;z-index:1;color:#9b9b9b;font-size:.88rem;font-weight:700;line-height:1}.learning-section-card__progress{display:inline-flex;align-items:center;justify-content:center;min-width:64px;min-height:28px;margin-top:10px;border-radius:999px;background:#4d83c3;color:#fff;font-size:.9rem;font-weight:700;padding:0 .75rem}.learning-section-card__action{width:100%;min-height:42px;margin-top:10px;border:none;border-radius:12px;background:linear-gradient(135deg, #79c778 0%, #5cb85c 100%);color:#fff;font-size:.95rem;font-weight:700;box-shadow:0 8px 16px rgba(92,184,92,.2)}.learning-section-card__action--resume{background:linear-gradient(135deg, #5cb85c 0%, #469c46 100%)}.learning-section-card__toggle{display:block;margin:0;padding:0 18px 18px;color:#5f5343;font-size:.94rem;line-height:1.6}.learning-section-card__toggle input{margin-right:.45rem}.learning-section-card__footer{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:14px 18px 16px;border-top:1px solid #eadfca;background:rgba(255,255,255,.35)}.learning-section-card__status{color:#6d6150;font-size:.94rem;line-height:1.6}.learning-section-card__reset{color:#4d83c3;font-size:.94rem;font-weight:700;text-decoration:none}.learning-info-copy{max-width:58rem;margin:1.15rem auto 0;color:#5f5138}.learning-info-copy p{margin:0 0 .9rem;line-height:1.75}.learning-info-preview{margin:1.5rem auto 0;max-width:62rem}.learning-info-preview picture,.learning-info-preview img{display:block;width:100%}.learning-preview-image{border:1px solid #e6d9b8;border-radius:22px;box-shadow:0 16px 34px rgba(75,56,20,.08)}.learning-info-preview figcaption{margin-top:.7rem;color:#7d6c4a;font-size:.95rem;text-align:center}@media(max-width: 991px){.mode-shell-v2{padding:18px 0 56px}.mode-shell-v2__hero{border-radius:22px;padding:28px 24px}.mode-shell-v2__hero-row{align-items:flex-start;flex-direction:column}.mode-shell-v2__title{font-size:30px}.mode-shell-v2__hero-actions{width:100%}.mode-shell-v2__intro-shell{min-height:248px;padding:24px}.mode-shell-v2__intro-row{align-items:flex-start;flex-direction:column}.mode-shell-v2__intro-title{font-size:28px}.mode-shell-v2__intro-actions{width:100%}.mode-shell-v2__switch{min-width:0;width:100%}.mode-shell-v2__content-shell,.mode-shell-v2__app-shell{padding:24px}.mode-shell-v2__category-switcher-title{font-size:1.5rem}.knowledge-grid{grid-template-columns:1fr;gap:1.2rem}.knowledge-stats{width:100%}.knowledge-stat{flex-wrap:wrap}.learning-sections-grid{grid-template-columns:1fr}.learning-login-callout{padding:20px 22px}.my-quizzes-v2__shell{padding:24px}.my-quizzes-v2__title{font-size:28px}.my-quizzes-v2__row{grid-template-columns:minmax(8.5rem, 1fr) minmax(6.5rem, 0.7fr) minmax(5.5rem, 0.55fr) minmax(7rem, 0.55fr);gap:14px;padding:14px 16px}.my-account-v2__shell{padding:1.75rem}.my-account-v2__grid{grid-template-columns:1fr}.my-account-v2__danger{flex-direction:column;align-items:flex-start}.questions-page-v2__shell{padding:24px}.questions-page-v2__layout{grid-template-columns:1fr}.questions-page-v2__sidebar{position:static}.stats-page-v2__chart-grid,.stats-page-v2__grid{grid-template-columns:1fr}.stats-page-v2__problem-layout{grid-template-columns:1fr}.stats-page-v2__problem-media{padding:1rem 1rem 0}.stats-page-v2__problem-main{padding:0 1rem 1rem}.auth-page-v2__shell{width:min(100%,42rem);padding:1.75rem}.auth-page-v2__field-grid{grid-template-columns:1fr}.auth-page-v2__field--span-2{grid-column:auto}.learning-section-card__body{display:grid;grid-template-columns:minmax(0, 1fr) minmax(140px, 168px);align-items:start}.learning-section-card__aside{flex:none;max-width:none;width:auto;flex-direction:column;align-items:center;justify-content:flex-start;gap:0}.learning-section-card__action{width:100%;min-width:0}}@media(max-width: 767px){.mode-shell-v2__hero{border-radius:20px;padding:24px 18px}.mode-shell-v2__title{font-size:26px}.mode-shell-v2__lead{font-size:16px}.mode-shell-v2__intro-shell{border-radius:20px;min-height:286px;padding:22px 18px}.mode-shell-v2__intro-title{font-size:24px;min-height:3.6em}.mode-shell-v2__intro-lead{font-size:16px;min-height:5.2em}.mode-shell-v2__content-shell,.mode-shell-v2__app-shell{border-radius:20px;padding:22px 18px}.mode-shell-v2__category-switcher{margin-top:22px}.mode-shell-v2__category-switcher-title{font-size:1.35rem}.mode-shell-v2__category-switcher-lead{font-size:.96rem}.learning-login-callout{gap:14px;margin-bottom:22px;border-radius:18px;padding:18px 16px}.learning-login-callout__icon{width:44px;height:44px;border-radius:14px;font-size:21px}.learning-login-callout__lead,.learning-login-callout__subtext{font-size:.97rem;line-height:1.65}.my-quizzes-v2{padding:20px 0 44px}.my-quizzes-v2__shell{border-radius:20px;padding:22px 18px}.my-quizzes-v2__title{font-size:24px}.my-quizzes-v2__head{display:none}.my-quizzes-v2__row{grid-template-columns:1fr;gap:8px;border-radius:18px;padding:16px}.my-quizzes-v2__cell{display:flex;align-items:center;justify-content:space-between;gap:12px;font-size:.97rem}.my-quizzes-v2__cell:before{content:attr(data-label);color:#24344f;font-size:.85rem;font-weight:800;letter-spacing:.04em;text-transform:uppercase}.my-quizzes-v2__cell--action{justify-content:stretch}.my-quizzes-v2__cell--action:before{display:none}.my-quizzes-v2__link{width:100%}.my-quizzes-v2__login-callout{border-radius:16px;font-size:.97rem;line-height:1.65;padding:18px 16px}.my-account-v2{padding:1.25rem 0 2rem}.my-account-v2__shell{border-radius:20px;padding:1.4rem 1.1rem}.my-account-v2__title{font-size:1.65rem}.my-account-v2__lead{font-size:.98rem;line-height:1.65}.my-account-v2__card,.my-account-v2__danger{border-radius:18px}.my-account-v2__card{padding:1.2rem}.my-account-v2__danger{padding:1.2rem}.my-account-v2__cta{width:100%;min-width:0}.questions-page-v2{padding:.5rem 0 2rem}.categories_top_area:has(+.questions-page-v2){padding-top:14px;padding-bottom:14px}.categories_top_area:has(+.questions-page-v2) .category-switcher{padding:.95rem .85rem .8rem}.categories_top_area:has(+.questions-page-v2) .category-switcher__title{font-size:1.05rem;margin-bottom:.7rem}.questions-page-v2__shell{border-radius:20px;padding:22px 18px}.questions-page-v2__content,.questions-page-v2__ad-shell{border-radius:18px}.questions-page-v2__content{padding:1.15rem}.questions-page-v2__ad-shell{padding:.8rem}.questions-page-v2__question{font-size:1.08rem;line-height:1.55}.questions-page-v2__actions{justify-content:stretch}.questions-page-v2__primary-action{width:100%}.questions-page-v2__nav{flex-direction:column;align-items:stretch}.questions-page-v2__nav-item,.questions-page-v2__nav-item--next{margin-left:0}.questions-page-v2__nav-button{width:100%}.questions-page-v2__category-pill{width:100%;justify-content:flex-start;border-radius:16px}.stats-page-v2{padding:.5rem 0 2rem}.stats-page-v2__shell{border-radius:20px;padding:22px 18px}.stats-page-v2__card{border-radius:18px;padding:1.1rem}.stats-page-v2__chart{min-height:16rem}.auth-page-v2{padding:.5rem 0 2rem}.auth-page-v2__shell{border-radius:20px;padding:1.4rem 1.1rem}.auth-page-v2__title{font-size:1.6rem}.auth-page-v2__social,.auth-page-v2__submit{min-height:3rem}.auth-page-v2__form--compact,.auth-page-v2__form--wide{width:100%}.knowledge-stat{align-items:flex-start;flex-direction:column}.knowledge-stat-value{white-space:normal;text-align:left}.learning-section-card__body{grid-template-columns:minmax(0, 1fr) minmax(124px, 152px);gap:14px;padding:16px}.learning-section-card__heading,.learning-section-card__toggle,.learning-section-card__footer{padding-left:16px;padding-right:16px}.learning-section-card__content{font-size:.96rem;line-height:1.6}.learning-section-card__progress{min-width:0;width:100%}.learning-section-card__action{min-height:40px;font-size:.92rem}}
/*




 */
