<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*!
 *  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, .new-styling.btn.dropdown::after {
  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 &gt; 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, .fa-pull-left.new-styling.btn.dropdown::after {
  margin-right: .3em;
}

.fa.fa-pull-right, .fa-pull-right.new-styling.btn.dropdown::after {
  margin-left: .3em;
}

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

.pull-left {
  float: left;
}

.fa.pull-left, .pull-left.new-styling.btn.dropdown::after {
  margin-right: .3em;
}

.fa.pull-right, .pull-right.new-styling.btn.dropdown::after {
  margin-left: .3em;
}

.fa-spin {
  animation: fa-spin 2s infinite linear;
}

.fa-pulse {
  animation: fa-spin 1s infinite steps(8);
}

@keyframes fa-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(359deg);
  }
}

.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  transform: rotate(90deg);
}

.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  transform: rotate(180deg);
}

.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  transform: rotate(270deg);
}

.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  transform: scale(-1, 1);
}

.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  transform: scale(1, -1);
}

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  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;
}

@keyframes scale-0-1 {
  from {
    transform: scale(0);
  }
  to {
    transform: scale(1);
  }
}

@keyframes rotate-360 {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

@keyframes shake {
  0% {
    transform: rotate(-30deg);
  }
  50% {
    transform: rotate(30deg);
  }
  100% {
    transform: rotate(-30deg);
  }
}

@keyframes pulse {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.05);
  }
}

@keyframes slide-with-pause {
  0% {
    left: 0;
    transform: translateX(0);
  }
  20% {
    left: 0;
    transform: translateX(0);
  }
  80% {
    left: 100%;
    transform: translateX(-100%);
  }
  100% {
    left: 100%;
    transform: translateX(-100%);
  }
}

@keyframes fade-with-pause {
  0% {
    opacity: 0;
  }
  20% {
    opacity: 1;
  }
  80% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

.new-styling.btn.disabled,
.new-styling.btn[disabled],
fieldset[disabled] .new-styling.btn {
  cursor: not-allowed;
  filter: none;
  opacity: 1;
}

.new-styling.btn.active {
  box-shadow: none;
}

p.new-styling {
  margin: 0;
}

h1.new-styling, h2.new-styling, h3.new-styling, h4.new-styling, h5.new-styling {
  margin: 0;
  border-bottom: 0;
}

.new-styling.form-group {
  margin: 0;
}

.new-styling.help-block {
  margin: 0;
}

.new-styling.help-block.error {
  color: #C92525;
}

.grecaptcha-badge {
  z-index: 940;
}

.new-styling.clear-content-padding {
  margin: -15px 0 -25px;
}

@media screen and (min-width: 768px) {
  .new-styling.clear-content-padding {
    margin: -30px 0 -30px;
  }
}

.new-styling.radio {
  margin: 0;
}

.new-styling.border-solid {
  border-style: solid;
}

.new-styling.divide-solid &gt; * + * {
  border-style: solid;
}

.new-styling.border-dashed {
  border-style: dashed;
}

.new-styling.divide-dashed &gt; * + * {
  border-style: dashed;
}

.new-styling.border-none {
  border-style: none;
}

.new-styling.divide-none &gt; * + * {
  border-style: none;
}

.new-styling.border-1 {
  border-width: 1px;
}

.new-styling.divide-y-1 &gt; * + * {
  border-width: 0;
  border-top-width: 1px;
}

.new-styling.divide-x-1 &gt; * + * {
  border-width: 0;
  border-left-width: 1px;
}

.new-styling.border-2 {
  border-width: 2px;
}

.new-styling.divide-y-2 &gt; * + * {
  border-width: 0;
  border-top-width: 2px;
}

.new-styling.divide-x-2 &gt; * + * {
  border-width: 0;
  border-left-width: 2px;
}

.new-styling.border-3 {
  border-width: 3px;
}

.new-styling.divide-y-3 &gt; * + * {
  border-width: 0;
  border-top-width: 3px;
}

.new-styling.divide-x-3 &gt; * + * {
  border-width: 0;
  border-left-width: 3px;
}

.new-styling.border-4 {
  border-width: 4px;
}

.new-styling.divide-y-4 &gt; * + * {
  border-width: 0;
  border-top-width: 4px;
}

.new-styling.divide-x-4 &gt; * + * {
  border-width: 0;
  border-left-width: 4px;
}

.new-styling.rounded-2 {
  border-radius: 2px;
}

.new-styling.rounded-4 {
  border-radius: 4px;
}

.new-styling.rounded-6 {
  border-radius: 6px;
}

.new-styling.rounded-8 {
  border-radius: 8px;
}

.new-styling.rounded-12 {
  border-radius: 12px;
}

.new-styling.rounded-16 {
  border-radius: 16px;
}

.new-styling.rounded-20 {
  border-radius: 20px;
}

.new-styling.rounded-24 {
  border-radius: 24px;
}

.new-styling.rounded-32 {
  border-radius: 32px;
}

.new-styling.circle {
  border-radius: 50%;
}

@media screen and (max-width: 1199px) {
  .new-styling.md-border-solid {
    border-style: solid;
  }
  .new-styling.md-divide-solid &gt; * + * {
    border-style: solid;
  }
  .new-styling.md-border-dashed {
    border-style: dashed;
  }
  .new-styling.md-divide-dashed &gt; * + * {
    border-style: dashed;
  }
  .new-styling.md-border-none {
    border-style: none;
  }
  .new-styling.md-divide-none &gt; * + * {
    border-style: none;
  }
}

@media screen and (max-width: 991px) {
  .new-styling.sm-border-solid {
    border-style: solid;
  }
  .new-styling.sm-divide-solid &gt; * + * {
    border-style: solid;
  }
  .new-styling.sm-border-dashed {
    border-style: dashed;
  }
  .new-styling.sm-divide-dashed &gt; * + * {
    border-style: dashed;
  }
  .new-styling.sm-border-none {
    border-style: none;
  }
  .new-styling.sm-divide-none &gt; * + * {
    border-style: none;
  }
}

@media screen and (max-width: 767px) {
  .new-styling.xs-border-solid {
    border-style: solid;
  }
  .new-styling.xs-divide-solid &gt; * + * {
    border-style: solid;
  }
  .new-styling.xs-border-dashed {
    border-style: dashed;
  }
  .new-styling.xs-divide-dashed &gt; * + * {
    border-style: dashed;
  }
  .new-styling.xs-border-none {
    border-style: none;
  }
  .new-styling.xs-divide-none &gt; * + * {
    border-style: none;
  }
}

.new-styling.btn {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 3rem;
  font-size: 1rem;
  font-weight: 500;
  line-height: 100%;
  min-width: auto;
  border: 0;
  border-radius: 4px;
  cursor: pointer;
  padding: 0;
  position: relative;
  text-decoration: none;
}

.new-styling.btn i, .new-styling.btn svg {
  top: 0;
  left: 1.5rem;
  bottom: 0;
  position: absolute;
  width: 24px;
  height: 24px;
  font-size: 24px;
  margin: auto;
}

.new-styling.btn.btn-icon {
  padding: 0 3rem 0 calc(24px + 3rem);
}

.new-styling.btn.btn-icon i, .new-styling.btn.btn-icon svg {
  top: 0;
  left: 1.5rem;
  bottom: 0;
  position: absolute;
}

.new-styling.btn.btn-icon.shifted-left {
  margin-left: -1.5rem;
}

.new-styling.btn.btn-icon.shifted-right {
  margin-right: -1.5rem;
}

.new-styling.btn.btn-icon.icon-right {
  padding: 0 calc(24px + 3rem) 0 3rem;
}

.new-styling.btn.btn-icon.icon-right i, .new-styling.btn.btn-icon.icon-right svg {
  left: auto;
  right: 1.5rem;
  position: absolute;
}

.new-styling.btn.btn-icon.icon-pulled {
  padding: 0 1.5rem 0 calc(24px + 1.5rem);
}

.new-styling.btn.btn-icon.icon-pulled i, .new-styling.btn.btn-icon.icon-pulled svg {
  top: 0;
  left: 0.75rem;
  bottom: 0;
  position: absolute;
}

.new-styling.btn.btn-icon.icon-pulled.shifted-left {
  margin-left: -0.75rem;
}

.new-styling.btn.btn-icon.icon-pulled.shifted-right {
  margin-right: -0.75rem;
}

.new-styling.btn.btn-icon.icon-pulled.icon-right {
  padding: 0 calc(24px + 1.5rem) 0 1.5rem;
}

.new-styling.btn.btn-icon.icon-pulled.icon-right i, .new-styling.btn.btn-icon.icon-pulled.icon-right svg {
  left: auto;
  right: 0.75rem;
  position: absolute;
}

.new-styling.btn.btn-icon.icon-inline {
  padding: 0;
}

.new-styling.btn.btn-icon.icon-inline i, .new-styling.btn.btn-icon.icon-inline svg {
  margin-left: -2rem;
  margin-right: 1rem;
  position: static;
}

.new-styling.btn.btn-icon.icon-inline.icon-right i, .new-styling.btn.btn-icon.icon-inline.icon-right svg {
  margin-left: 1rem;
  margin-right: -2rem;
  position: static;
}

.new-styling.btn.btn-icon.icon-inline.icon-only i, .new-styling.btn.btn-icon.icon-inline.icon-only svg {
  margin: 0;
}

.new-styling.btn.btn-icon span {
  line-height: initial;
}

.new-styling.btn.circled {
  border-radius: 50%;
}

.new-styling.btn:active, .new-styling.btn.pressed {
  background-image: none;
  box-shadow: none;
}

.new-styling.btn.disabled, .new-styling.btn:disabled {
  pointer-events: none;
}

.new-styling.btn.dropdown::after {
  top: 0;
  bottom: 0;
  right: 1.25rem;
  position: absolute;
  width: 1rem;
  height: 1rem;
  content: '\f0d7';
  margin: auto;
}

.new-styling.btn.dropdown.reversed::after {
  transform: scale(1, -1);
}

.new-styling.btn.btn-h-40 {
  height: 2.5rem;
}

.new-styling.btn.btn-h-48 {
  height: 3rem;
}

.new-styling.btn.btn-h-56 {
  height: 3.5rem;
}

.new-styling.btn.btn-h-64 {
  height: 4rem;
}

.new-styling.btn.w-auto {
  width: auto;
}

.new-styling.btn.w-full {
  width: 100%;
}

@media screen and (max-width: 991px) {
  .new-styling.btn.sm-btn-h-40 {
    height: 2.5rem;
  }
  .new-styling.btn.sm-btn-h-48 {
    height: 3rem;
  }
  .new-styling.btn.sm-btn-h-56 {
    height: 3.5rem;
  }
  .new-styling.btn.sm-btn-h-64 {
    height: 4rem;
  }
  .new-styling.btn.sm-w-auto {
    width: auto;
  }
  .new-styling.btn.sm-w-full {
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .new-styling.btn.xs-btn-h-40 {
    height: 2.5rem;
  }
  .new-styling.btn.xs-btn-h-48 {
    height: 3rem;
  }
  .new-styling.btn.xs-btn-h-56 {
    height: 3.5rem;
  }
  .new-styling.btn.xs-btn-h-64 {
    height: 4rem;
  }
  .new-styling.btn.xs-w-auto {
    width: auto;
  }
  .new-styling.btn.xs-w-full {
    width: 100%;
  }
}

.new-styling.btn-primary {
  background-color: #4CAF50;
  border: 1px solid #4CAF50;
  color: #fff;
}

.new-styling.btn-primary.text-black {
  color: #4a4a4a;
}

.new-styling.btn-primary.text-black svg:not(.svg-no-fill),
.new-styling.btn-primary.text-black svg:not(.svg-no-fill) *[fill] {
  fill: #fff;
}

.new-styling.btn-primary.text-black i {
  color: #fff;
}

.new-styling.btn-primary.icon-black {
  color: #fff;
}

.new-styling.btn-primary.icon-black svg:not(.svg-no-fill),
.new-styling.btn-primary.icon-black svg:not(.svg-no-fill) *[fill] {
  fill: #4a4a4a;
}

.new-styling.btn-primary.icon-black i {
  color: #4a4a4a;
}

.new-styling.btn-primary svg:not(.svg-no-fill),
.new-styling.btn-primary svg:not(.svg-no-fill) *[fill] {
  fill: #fff;
}

.new-styling.btn-primary:hover, .new-styling.btn-primary.hovered {
  background-color: #3C8A40;
  border-color: #3C8A40;
}

.new-styling.btn-primary:active, .new-styling.btn-primary.pressed {
  background-color: #58C85D;
  border-color: #58C85D;
}

.new-styling.btn-primary.disabled, .new-styling.btn-primary:disabled {
  opacity: 0.4;
}

.new-styling.btn-alternate {
  background-color: rgba(76, 175, 80, 0.1);
  color: #4CAF50;
}

.new-styling.btn-alternate.text-black {
  color: #4a4a4a;
}

.new-styling.btn-alternate.text-black svg:not(.svg-no-fill),
.new-styling.btn-alternate.text-black svg:not(.svg-no-fill) *[fill] {
  fill: #4CAF50;
}

.new-styling.btn-alternate.text-black i {
  color: #4CAF50;
}

.new-styling.btn-alternate.icon-black {
  color: #4CAF50;
}

.new-styling.btn-alternate.icon-black svg:not(.svg-no-fill),
.new-styling.btn-alternate.icon-black svg:not(.svg-no-fill) *[fill] {
  fill: #4a4a4a;
}

.new-styling.btn-alternate.icon-black i {
  color: #4a4a4a;
}

.new-styling.btn-alternate svg:not(.svg-no-fill),
.new-styling.btn-alternate svg:not(.svg-no-fill) *[fill] {
  fill: #4CAF50;
}

.new-styling.btn-alternate:hover, .new-styling.btn-alternate.hovered {
  background-color: rgba(76, 175, 80, 0.2);
}

.new-styling.btn-alternate:active, .new-styling.btn-alternate.pressed {
  background-color: rgba(76, 175, 80, 0.3);
}

.new-styling.btn-alternate.disabled, .new-styling.btn-alternate:disabled {
  background-color: rgba(153, 153, 153, 0.1);
  color: #999;
}

.new-styling.btn-alternate.disabled svg:not(.svg-no-fill),
.new-styling.btn-alternate.disabled svg:not(.svg-no-fill) *[fill], .new-styling.btn-alternate:disabled svg:not(.svg-no-fill),
.new-styling.btn-alternate:disabled svg:not(.svg-no-fill) *[fill] {
  fill: #999;
}

.new-styling.btn-alternate.disabled i, .new-styling.btn-alternate:disabled i {
  color: #999;
}

.new-styling.btn-ghost {
  background-color: transparent;
  color: #4CAF50;
}

.new-styling.btn-ghost.text-black {
  color: #4a4a4a;
}

.new-styling.btn-ghost.text-black svg:not(.svg-no-fill),
.new-styling.btn-ghost.text-black svg:not(.svg-no-fill) *[fill] {
  fill: #4CAF50;
}

.new-styling.btn-ghost.text-black i {
  color: #4CAF50;
}

.new-styling.btn-ghost.icon-black {
  color: #4CAF50;
}

.new-styling.btn-ghost.icon-black svg:not(.svg-no-fill),
.new-styling.btn-ghost.icon-black svg:not(.svg-no-fill) *[fill] {
  fill: #4a4a4a;
}

.new-styling.btn-ghost.icon-black i {
  color: #4a4a4a;
}

.new-styling.btn-ghost svg:not(.svg-no-fill),
.new-styling.btn-ghost svg:not(.svg-no-fill) *[fill] {
  fill: #4CAF50;
}

.new-styling.btn-ghost:hover, .new-styling.btn-ghost.hovered {
  background-color: rgba(76, 175, 80, 0.1);
}

.new-styling.btn-ghost:active, .new-styling.btn-ghost.pressed {
  background-color: rgba(76, 175, 80, 0.2);
}

.new-styling.btn-ghost.disabled, .new-styling.btn-ghost:disabled, .new-styling.btn-ghost.no-accent {
  color: #999;
}

.new-styling.btn-ghost.disabled svg:not(.svg-no-fill),
.new-styling.btn-ghost.disabled svg:not(.svg-no-fill) *[fill], .new-styling.btn-ghost:disabled svg:not(.svg-no-fill),
.new-styling.btn-ghost:disabled svg:not(.svg-no-fill) *[fill], .new-styling.btn-ghost.no-accent svg:not(.svg-no-fill),
.new-styling.btn-ghost.no-accent svg:not(.svg-no-fill) *[fill] {
  fill: #999;
}

.new-styling.btn-ghost.disabled i, .new-styling.btn-ghost:disabled i, .new-styling.btn-ghost.no-accent i {
  color: #999;
}

.new-styling.btn-ghost.no-accent:hover {
  color: #4CAF50;
}

.new-styling.btn-ghost.no-accent:hover svg:not(.svg-no-fill),
.new-styling.btn-ghost.no-accent:hover svg:not(.svg-no-fill) *[fill] {
  fill: #4CAF50;
}

.new-styling.btn-ghost.no-accent:hover i {
  color: #4CAF50;
}

.new-styling.btn-ghost-gray:hover, .new-styling.btn-ghost-gray.hovered {
  background-color: rgba(112, 112, 112, 0.1);
}

.new-styling.btn-ghost-gray:active, .new-styling.btn-ghost-gray.pressed {
  background-color: rgba(112, 112, 112, 0.2);
}

.new-styling.btn-red {
  background: rgba(201, 37, 37, 0.1);
  color: #C92525;
}

.new-styling.btn-red:hover, .new-styling.btn-red.hovered {
  background-color: rgba(201, 37, 37, 0.2);
}

.new-styling.btn-red:active, .new-styling.btn-red.pressed {
  background-color: rgba(201, 37, 37, 0.3);
}

.new-styling.btn-red-active {
  background: #C92525;
  color: #fff;
}

.new-styling.btn-red-active:hover, .new-styling.btn-red-active.hovered {
  background-color: #AB0A0A;
}

.new-styling.btn-red-active:active, .new-styling.btn-red-active.pressed {
  background-color: rgba(201, 37, 37, 0.9);
}

.new-styling.btn-gradient {
  background: #4CAF50 linear-gradient(to right, rgba(255, 255, 255, 0), #1EAA89);
  box-shadow: 0 12px 14px rgba(42, 113, 117, 0.25);
  transition: background-color 0.2s ease-in, box-shadow 0.2s ease-in;
  color: #fff;
}

.new-styling.btn-gradient:hover, .new-styling.btn-gradient.hovered, .new-styling.btn-gradient:active, .new-styling.btn-gradient.pressed {
  background: #1EAA89 linear-gradient(to right, rgba(255, 255, 255, 0), #4CAF50);
}

.new-styling.btn-gradient:active, .new-styling.btn-gradient.pressed {
  background: #1EAA89 linear-gradient(to right, rgba(255, 255, 255, 0), #4CAF50);
  box-shadow: 0 4px 12px rgba(42, 113, 117, 0.25);
}

.new-styling.btn-gradient.disabled, .new-styling.btn-gradient:disabled {
  background: #449d48;
}

.new-styling.btn-gradient.no-shadow {
  box-shadow: none;
}

.new-styling.btn-white {
  box-shadow: 0px 20px 50px rgba(0, 0, 0, 0.1);
  background-color: #fff;
  color: #4a4a4a;
}

.new-styling.btn-white.text-black {
  color: #4a4a4a;
}

.new-styling.btn-white.text-black svg:not(.svg-no-fill),
.new-styling.btn-white.text-black svg:not(.svg-no-fill) *[fill] {
  fill: #fff;
}

.new-styling.btn-white.text-black i {
  color: #fff;
}

.new-styling.btn-white.icon-black {
  color: #fff;
}

.new-styling.btn-white.icon-black svg:not(.svg-no-fill),
.new-styling.btn-white.icon-black svg:not(.svg-no-fill) *[fill] {
  fill: #4a4a4a;
}

.new-styling.btn-white.icon-black i {
  color: #4a4a4a;
}

.new-styling.btn-white svg:not(.svg-no-fill),
.new-styling.btn-white svg:not(.svg-no-fill) *[fill] {
  fill: #fff;
}

.new-styling.btn-white:hover, .new-styling.btn-white.hovered {
  box-shadow: 0px 24px 40px rgba(255, 255, 255, 0.2);
}

.new-styling.btn-white:active, .new-styling.btn-white.pressed {
  background-color: rgba(255, 255, 255, 0.6);
}

.new-styling.btn-white.disabled, .new-styling.btn-white:disabled {
  box-shadow: none;
  background-color: rgba(255, 255, 255, 0.3);
}

.new-styling.btn-white-bordered {
  border: 1px solid #999;
  background-color: #fff;
  color: #4a4a4a;
}

.new-styling.btn-white-bordered.text-black {
  color: #4a4a4a;
}

.new-styling.btn-white-bordered.text-black svg:not(.svg-no-fill),
.new-styling.btn-white-bordered.text-black svg:not(.svg-no-fill) *[fill] {
  fill: #fff;
}

.new-styling.btn-white-bordered.text-black i {
  color: #fff;
}

.new-styling.btn-white-bordered.icon-black {
  color: #fff;
}

.new-styling.btn-white-bordered.icon-black svg:not(.svg-no-fill),
.new-styling.btn-white-bordered.icon-black svg:not(.svg-no-fill) *[fill] {
  fill: #4a4a4a;
}

.new-styling.btn-white-bordered.icon-black i {
  color: #4a4a4a;
}

.new-styling.btn-white-bordered svg:not(.svg-no-fill),
.new-styling.btn-white-bordered svg:not(.svg-no-fill) *[fill] {
  fill: #fff;
}

.new-styling.btn-white-bordered:hover, .new-styling.btn-white-bordered.hovered {
  background-color: rgba(153, 153, 153, 0.1);
}

.new-styling.btn-white-bordered:active, .new-styling.btn-white-bordered.pressed {
  background-color: rgba(153, 153, 153, 0.2);
}

.new-styling.btn-white-bordered.disabled, .new-styling.btn-white-bordered:disabled {
  border-color: rgba(153, 153, 153, 0.1);
  background-color: rgba(153, 153, 153, 0.1);
  color: #999;
}

.new-styling.collapse:not(.open):not(.transitioning) {
  display: none;
}

.new-styling.bg-primary {
  background-color: #4CAF50;
}

.new-styling.bg-secondary-dark {
  background-color: #3C8A40;
}

.new-styling.bg-secondary-light {
  background-color: #58C85D;
}

.new-styling.bg-white {
  background-color: #fff;
}

.new-styling.bg-black {
  background-color: #4a4a4a;
}

.new-styling.bg-gray-5 {
  background-color: #707070;
}

.new-styling.bg-gray-4 {
  background-color: #999;
}

.new-styling.bg-gray-3 {
  background-color: #CACDCF;
}

.new-styling.bg-gray-2 {
  background-color: #DEE0E2;
}

.new-styling.bg-gray-1 {
  background-color: #EAEDEF;
}

.new-styling.bg-gray-0 {
  background-color: #F6F7FA;
}

.new-styling.bg-red {
  background-color: #C92525;
}

.new-styling.bg-green {
  background-color: #25C966;
}

.new-styling.bg-transparent {
  background-color: rgba(255, 255, 255, 0);
}

.new-styling.color-primary {
  color: #4CAF50;
}

.new-styling.color-secondary-dark {
  color: #3C8A40;
}

.new-styling.color-secondary-light {
  color: #58C85D;
}

.new-styling.color-white {
  color: #fff;
}

.new-styling.color-black {
  color: #4a4a4a;
}

.new-styling.color-gray-5 {
  color: #707070;
}

.new-styling.color-gray-4 {
  color: #999;
}

.new-styling.color-gray-3 {
  color: #CACDCF;
}

.new-styling.color-gray-2 {
  color: #DEE0E2;
}

.new-styling.color-gray-1 {
  color: #EAEDEF;
}

.new-styling.color-gray-0 {
  color: #F6F7FA;
}

.new-styling.color-red {
  color: #C92525;
}

.new-styling.color-green {
  color: #25C966;
}

.new-styling.color-transparent {
  color: rgba(255, 255, 255, 0);
}

.new-styling.fill-primary {
  fill: #4CAF50;
}

.new-styling.fill-secondary-dark {
  fill: #3C8A40;
}

.new-styling.fill-secondary-light {
  fill: #58C85D;
}

.new-styling.fill-white {
  fill: #fff;
}

.new-styling.fill-black {
  fill: #4a4a4a;
}

.new-styling.fill-gray-5 {
  fill: #707070;
}

.new-styling.fill-gray-4 {
  fill: #999;
}

.new-styling.fill-gray-3 {
  fill: #CACDCF;
}

.new-styling.fill-gray-2 {
  fill: #DEE0E2;
}

.new-styling.fill-gray-1 {
  fill: #EAEDEF;
}

.new-styling.fill-gray-0 {
  fill: #F6F7FA;
}

.new-styling.fill-red {
  fill: #C92525;
}

.new-styling.fill-green {
  fill: #25C966;
}

.new-styling.fill-transparent {
  fill: rgba(255, 255, 255, 0);
}

.new-styling.fill-primary *[fill] {
  fill: #4CAF50;
}

.new-styling.fill-secondary-dark *[fill] {
  fill: #3C8A40;
}

.new-styling.fill-secondary-light *[fill] {
  fill: #58C85D;
}

.new-styling.fill-white *[fill] {
  fill: #fff;
}

.new-styling.fill-black *[fill] {
  fill: #4a4a4a;
}

.new-styling.fill-gray-5 *[fill] {
  fill: #707070;
}

.new-styling.fill-gray-4 *[fill] {
  fill: #999;
}

.new-styling.fill-gray-3 *[fill] {
  fill: #CACDCF;
}

.new-styling.fill-gray-2 *[fill] {
  fill: #DEE0E2;
}

.new-styling.fill-gray-1 *[fill] {
  fill: #EAEDEF;
}

.new-styling.fill-gray-0 *[fill] {
  fill: #F6F7FA;
}

.new-styling.fill-red *[fill] {
  fill: #C92525;
}

.new-styling.fill-green *[fill] {
  fill: #25C966;
}

.new-styling.fill-transparent *[fill] {
  fill: rgba(255, 255, 255, 0);
}

.new-styling.stroke-primary {
  stroke: #4CAF50;
}

.new-styling.stroke-secondary-dark {
  stroke: #3C8A40;
}

.new-styling.stroke-secondary-light {
  stroke: #58C85D;
}

.new-styling.stroke-white {
  stroke: #fff;
}

.new-styling.stroke-black {
  stroke: #4a4a4a;
}

.new-styling.stroke-gray-5 {
  stroke: #707070;
}

.new-styling.stroke-gray-4 {
  stroke: #999;
}

.new-styling.stroke-gray-3 {
  stroke: #CACDCF;
}

.new-styling.stroke-gray-2 {
  stroke: #DEE0E2;
}

.new-styling.stroke-gray-1 {
  stroke: #EAEDEF;
}

.new-styling.stroke-gray-0 {
  stroke: #F6F7FA;
}

.new-styling.stroke-red {
  stroke: #C92525;
}

.new-styling.stroke-green {
  stroke: #25C966;
}

.new-styling.stroke-transparent {
  stroke: rgba(255, 255, 255, 0);
}

.new-styling.stroke-primary *[stroke] {
  stroke: #4CAF50;
}

.new-styling.stroke-secondary-dark *[stroke] {
  stroke: #3C8A40;
}

.new-styling.stroke-secondary-light *[stroke] {
  stroke: #58C85D;
}

.new-styling.stroke-white *[stroke] {
  stroke: #fff;
}

.new-styling.stroke-black *[stroke] {
  stroke: #4a4a4a;
}

.new-styling.stroke-gray-5 *[stroke] {
  stroke: #707070;
}

.new-styling.stroke-gray-4 *[stroke] {
  stroke: #999;
}

.new-styling.stroke-gray-3 *[stroke] {
  stroke: #CACDCF;
}

.new-styling.stroke-gray-2 *[stroke] {
  stroke: #DEE0E2;
}

.new-styling.stroke-gray-1 *[stroke] {
  stroke: #EAEDEF;
}

.new-styling.stroke-gray-0 *[stroke] {
  stroke: #F6F7FA;
}

.new-styling.stroke-red *[stroke] {
  stroke: #C92525;
}

.new-styling.stroke-green *[stroke] {
  stroke: #25C966;
}

.new-styling.stroke-transparent *[stroke] {
  stroke: rgba(255, 255, 255, 0);
}

.new-styling.border-color-primary {
  border-color: #4CAF50;
}

.new-styling.border-color-secondary-dark {
  border-color: #3C8A40;
}

.new-styling.border-color-secondary-light {
  border-color: #58C85D;
}

.new-styling.border-color-white {
  border-color: #fff;
}

.new-styling.border-color-black {
  border-color: #4a4a4a;
}

.new-styling.border-color-gray-5 {
  border-color: #707070;
}

.new-styling.border-color-gray-4 {
  border-color: #999;
}

.new-styling.border-color-gray-3 {
  border-color: #CACDCF;
}

.new-styling.border-color-gray-2 {
  border-color: #DEE0E2;
}

.new-styling.border-color-gray-1 {
  border-color: #EAEDEF;
}

.new-styling.border-color-gray-0 {
  border-color: #F6F7FA;
}

.new-styling.border-color-red {
  border-color: #C92525;
}

.new-styling.border-color-green {
  border-color: #25C966;
}

.new-styling.border-color-transparent {
  border-color: rgba(255, 255, 255, 0);
}

.new-styling.divide-color-primary &gt; * + * {
  border-color: #4CAF50;
}

.new-styling.divide-color-secondary-dark &gt; * + * {
  border-color: #3C8A40;
}

.new-styling.divide-color-secondary-light &gt; * + * {
  border-color: #58C85D;
}

.new-styling.divide-color-white &gt; * + * {
  border-color: #fff;
}

.new-styling.divide-color-black &gt; * + * {
  border-color: #4a4a4a;
}

.new-styling.divide-color-gray-5 &gt; * + * {
  border-color: #707070;
}

.new-styling.divide-color-gray-4 &gt; * + * {
  border-color: #999;
}

.new-styling.divide-color-gray-3 &gt; * + * {
  border-color: #CACDCF;
}

.new-styling.divide-color-gray-2 &gt; * + * {
  border-color: #DEE0E2;
}

.new-styling.divide-color-gray-1 &gt; * + * {
  border-color: #EAEDEF;
}

.new-styling.divide-color-gray-0 &gt; * + * {
  border-color: #F6F7FA;
}

.new-styling.divide-color-red &gt; * + * {
  border-color: #C92525;
}

.new-styling.divide-color-green &gt; * + * {
  border-color: #25C966;
}

.new-styling.divide-color-transparent &gt; * + * {
  border-color: rgba(255, 255, 255, 0);
}

.new-styling.top-0 {
  top: 0;
}

.new-styling.left-0 {
  left: 0;
}

.new-styling.bottom-0 {
  bottom: 0;
}

.new-styling.right-0 {
  right: 0;
}

.new-styling.visible-xxs-flex {
  display: none !important;
}

.new-styling.visible-xs-flex {
  display: none !important;
}

.new-styling.visible-sm-flex {
  display: none !important;
}

@media screen and (max-width: 320px) {
  .new-styling.visible-xxs-flex {
    display: flex !important;
  }
}

@media screen and (max-width: 767px) {
  .new-styling.visible-xs-flex {
    display: flex !important;
  }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
  .new-styling.visible-sm-flex {
    display: flex !important;
  }
}

.new-styling.visible-xxs-block {
  display: none !important;
}

.new-styling.visible-xs-block {
  display: none !important;
}

.new-styling.visible-sm-block {
  display: none !important;
}

@media screen and (max-width: 320px) {
  .new-styling.visible-xxs-block {
    display: block !important;
  }
}

@media screen and (max-width: 767px) {
  .new-styling.visible-xs-block {
    display: block !important;
  }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
  .new-styling.visible-sm-block {
    display: block !important;
  }
}

.new-styling.visible-xxs-grid {
  display: none !important;
}

.new-styling.visible-xs-grid {
  display: none !important;
}

.new-styling.visible-sm-grid {
  display: none !important;
}

@media screen and (max-width: 320px) {
  .new-styling.visible-xxs-grid {
    display: grid !important;
  }
}

@media screen and (max-width: 767px) {
  .new-styling.visible-xs-grid {
    display: grid !important;
  }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
  .new-styling.visible-sm-grid {
    display: grid !important;
  }
}

.new-styling.static {
  position: static;
}

.new-styling.fixed {
  position: fixed;
}

.new-styling.absolute {
  position: absolute;
}

.new-styling.relative {
  position: relative;
}

.new-styling.sticky {
  position: sticky;
}

.new-styling.flex-0-0 {
  flex-grow: 0;
  flex-shrink: 0;
}

.new-styling.flex-0-1 {
  flex-grow: 0;
  flex-shrink: 1;
}

.new-styling.flex-1-0 {
  flex-grow: 1;
  flex-shrink: 0;
}

.new-styling.flex-1-1 {
  flex-grow: 1;
  flex-shrink: 1;
}

.new-styling.basis-0 {
  flex-basis: 0;
}

.new-styling.basis-auto {
  flex-basis: auto;
}

@media screen and (max-width: 991px) {
  .new-styling.sm-flex-0-0 {
    flex-grow: 0;
    flex-shrink: 0;
  }
  .new-styling.sm-flex-0-1 {
    flex-grow: 0;
    flex-shrink: 1;
  }
  .new-styling.sm-flex-1-0 {
    flex-grow: 1;
    flex-shrink: 0;
  }
  .new-styling.sm-flex-1-1 {
    flex-grow: 1;
    flex-shrink: 1;
  }
  .new-styling.sm-basis-0 {
    flex-basis: 0;
  }
  .new-styling.sm-basis-auto {
    flex-basis: auto;
  }
}

@media screen and (max-width: 767px) {
  .new-styling.xs-flex-0-0 {
    flex-grow: 0;
    flex-shrink: 0;
  }
  .new-styling.xs-flex-0-1 {
    flex-grow: 0;
    flex-shrink: 1;
  }
  .new-styling.xs-flex-1-0 {
    flex-grow: 1;
    flex-shrink: 0;
  }
  .new-styling.xs-flex-1-1 {
    flex-grow: 1;
    flex-shrink: 1;
  }
  .new-styling.xs-basis-0 {
    flex-basis: 0;
  }
  .new-styling.xs-basis-auto {
    flex-basis: auto;
  }
}

.new-styling.block {
  display: block;
}

.new-styling.flex {
  display: flex;
}

.new-styling.inline-flex {
  display: inline-flex;
}

.new-styling.inline-block {
  display: inline-block;
}

.new-styling.contents {
  display: contents;
}

.new-styling.hidden {
  display: none;
}

.new-styling.opacity-0 {
  opacity: 0;
}

.new-styling.spacer {
  flex-grow: 1;
}

.new-styling.flex-auto {
  flex: 1;
}

.new-styling.flex-stretch {
  flex: 1 1 auto;
}

.new-styling.flex-initial {
  flex: 0 0 auto;
}

.new-styling.flex-centered {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}

.new-styling.minw-0 {
  min-width: 0;
}

.new-styling.minh-0 {
  min-height: 0;
}

.new-styling.full-width {
  width: 100%;
}

.new-styling.full-height {
  height: 100%;
}

.new-styling.minw-full {
  min-width: 100%;
}

.new-styling.minh-full {
  min-height: 100%;
}

.new-styling.maxw-full {
  max-width: 100%;
}

.new-styling.maxh-full {
  max-height: 100%;
}

.new-styling.screen-width {
  width: 100vw;
}

.new-styling.screen-height {
  height: 100vh;
}

.new-styling.width-fit-content {
  width: -moz-fit-content;
  width: fit-content;
}

.new-styling.height-fit-content {
  height: -moz-fit-content;
  height: fit-content;
}

.new-styling.z-0 {
  z-index: 0;
}

.new-styling.z-1 {
  z-index: 1;
}

.new-styling.z--1 {
  z-index: -1;
}

@media screen and (max-width: 320px) {
  .new-styling.full-width-xxs {
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .new-styling.full-width-xs {
    width: 100%;
  }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
  .new-styling.full-width-sm {
    width: 100%;
  }
}

@media screen and (max-width: 320px) {
  .new-styling.hidden-xxs {
    display: none !important;
  }
}

.new-styling.grid {
  display: grid;
}

.new-styling.columns-1fr {
  grid-auto-columns: 1fr;
}

.new-styling.template-1col {
  grid-template-columns: 1fr;
}

.new-styling.template-2col {
  grid-template-columns: repeat(2, 1fr);
}

.new-styling.template-3col {
  grid-template-columns: repeat(3, 1fr);
}

.new-styling.template-4col {
  grid-template-columns: repeat(4, 1fr);
}

.new-styling.template-6col {
  grid-template-columns: repeat(6, 1fr);
}

.new-styling.flow-row {
  grid-auto-flow: row;
}

.new-styling.flow-col {
  grid-auto-flow: column;
}

.new-styling.flow-row-dense {
  grid-auto-flow: row dense;
}

.new-styling.flow-col-dense {
  grid-auto-flow: column dense;
}

.new-styling.row-start-1 {
  grid-row-start: 1;
}

.new-styling.row-span-1 {
  grid-row-start: span 1;
}

.new-styling.col-span-1 {
  grid-column-start: span 1;
}

.new-styling.row-start-2 {
  grid-row-start: 2;
}

.new-styling.row-span-2 {
  grid-row-start: span 2;
}

.new-styling.col-span-2 {
  grid-column-start: span 2;
}

.new-styling.row-start-3 {
  grid-row-start: 3;
}

.new-styling.row-span-3 {
  grid-row-start: span 3;
}

.new-styling.col-span-3 {
  grid-column-start: span 3;
}

.new-styling.row-start-4 {
  grid-row-start: 4;
}

.new-styling.row-span-4 {
  grid-row-start: span 4;
}

.new-styling.col-span-4 {
  grid-column-start: span 4;
}

.new-styling.row-start-5 {
  grid-row-start: 5;
}

.new-styling.row-span-5 {
  grid-row-start: span 5;
}

.new-styling.col-span-5 {
  grid-column-start: span 5;
}

.new-styling.row-start-6 {
  grid-row-start: 6;
}

.new-styling.row-span-6 {
  grid-row-start: span 6;
}

.new-styling.col-span-6 {
  grid-column-start: span 6;
}

@media screen and (max-width: 1199px) {
  .new-styling.md-template-1col {
    grid-template-columns: 1fr;
  }
  .new-styling.md-template-2col {
    grid-template-columns: repeat(2, 1fr);
  }
  .new-styling.md-template-3col {
    grid-template-columns: repeat(3, 1fr);
  }
  .new-styling.md-template-4col {
    grid-template-columns: repeat(4, 1fr);
  }
  .new-styling.md-template-6col {
    grid-template-columns: repeat(6, 1fr);
  }
  .new-styling.md-flow-row {
    grid-auto-flow: row;
  }
  .new-styling.md-flow-col {
    grid-auto-flow: column;
  }
  .new-styling.md-flow-row-dense {
    grid-auto-flow: row dense;
  }
  .new-styling.md-flow-col-dense {
    grid-auto-flow: column dense;
  }
  .new-styling.md-row-start-1 {
    grid-row-start: 1;
  }
  .new-styling.md-row-span-1 {
    grid-row-start: span 1;
  }
  .new-styling.md-col-span-1 {
    grid-column-start: span 1;
  }
  .new-styling.md-row-start-2 {
    grid-row-start: 2;
  }
  .new-styling.md-row-span-2 {
    grid-row-start: span 2;
  }
  .new-styling.md-col-span-2 {
    grid-column-start: span 2;
  }
  .new-styling.md-row-start-3 {
    grid-row-start: 3;
  }
  .new-styling.md-row-span-3 {
    grid-row-start: span 3;
  }
  .new-styling.md-col-span-3 {
    grid-column-start: span 3;
  }
  .new-styling.md-row-start-4 {
    grid-row-start: 4;
  }
  .new-styling.md-row-span-4 {
    grid-row-start: span 4;
  }
  .new-styling.md-col-span-4 {
    grid-column-start: span 4;
  }
  .new-styling.md-row-start-5 {
    grid-row-start: 5;
  }
  .new-styling.md-row-span-5 {
    grid-row-start: span 5;
  }
  .new-styling.md-col-span-5 {
    grid-column-start: span 5;
  }
  .new-styling.md-row-start-6 {
    grid-row-start: 6;
  }
  .new-styling.md-row-span-6 {
    grid-row-start: span 6;
  }
  .new-styling.md-col-span-6 {
    grid-column-start: span 6;
  }
}

@media screen and (max-width: 991px) {
  .new-styling.sm-template-1col {
    grid-template-columns: 1fr;
  }
  .new-styling.sm-template-2col {
    grid-template-columns: repeat(2, 1fr);
  }
  .new-styling.sm-template-3col {
    grid-template-columns: repeat(3, 1fr);
  }
  .new-styling.sm-template-4col {
    grid-template-columns: repeat(4, 1fr);
  }
  .new-styling.sm-template-6col {
    grid-template-columns: repeat(6, 1fr);
  }
  .new-styling.sm-flow-row {
    grid-auto-flow: row;
  }
  .new-styling.sm-flow-col {
    grid-auto-flow: column;
  }
  .new-styling.sm-flow-row-dense {
    grid-auto-flow: row dense;
  }
  .new-styling.sm-flow-col-dense {
    grid-auto-flow: column dense;
  }
  .new-styling.sm-row-start-1 {
    grid-row-start: 1;
  }
  .new-styling.sm-row-span-1 {
    grid-row-start: span 1;
  }
  .new-styling.sm-col-span-1 {
    grid-column-start: span 1;
  }
  .new-styling.sm-row-start-2 {
    grid-row-start: 2;
  }
  .new-styling.sm-row-span-2 {
    grid-row-start: span 2;
  }
  .new-styling.sm-col-span-2 {
    grid-column-start: span 2;
  }
  .new-styling.sm-row-start-3 {
    grid-row-start: 3;
  }
  .new-styling.sm-row-span-3 {
    grid-row-start: span 3;
  }
  .new-styling.sm-col-span-3 {
    grid-column-start: span 3;
  }
  .new-styling.sm-row-start-4 {
    grid-row-start: 4;
  }
  .new-styling.sm-row-span-4 {
    grid-row-start: span 4;
  }
  .new-styling.sm-col-span-4 {
    grid-column-start: span 4;
  }
  .new-styling.sm-row-start-5 {
    grid-row-start: 5;
  }
  .new-styling.sm-row-span-5 {
    grid-row-start: span 5;
  }
  .new-styling.sm-col-span-5 {
    grid-column-start: span 5;
  }
  .new-styling.sm-row-start-6 {
    grid-row-start: 6;
  }
  .new-styling.sm-row-span-6 {
    grid-row-start: span 6;
  }
  .new-styling.sm-col-span-6 {
    grid-column-start: span 6;
  }
}

@media screen and (max-width: 767px) {
  .new-styling.xs-template-1col {
    grid-template-columns: 1fr;
  }
  .new-styling.xs-template-2col {
    grid-template-columns: repeat(2, 1fr);
  }
  .new-styling.xs-template-3col {
    grid-template-columns: repeat(3, 1fr);
  }
  .new-styling.xs-template-4col {
    grid-template-columns: repeat(4, 1fr);
  }
  .new-styling.xs-template-6col {
    grid-template-columns: repeat(6, 1fr);
  }
  .new-styling.xs-flow-row {
    grid-auto-flow: row;
  }
  .new-styling.xs-flow-col {
    grid-auto-flow: column;
  }
  .new-styling.xs-flow-row-dense {
    grid-auto-flow: row dense;
  }
  .new-styling.xs-flow-col-dense {
    grid-auto-flow: column dense;
  }
  .new-styling.xs-row-start-1 {
    grid-row-start: 1;
  }
  .new-styling.xs-row-span-1 {
    grid-row-start: span 1;
  }
  .new-styling.xs-col-span-1 {
    grid-column-start: span 1;
  }
  .new-styling.xs-row-start-2 {
    grid-row-start: 2;
  }
  .new-styling.xs-row-span-2 {
    grid-row-start: span 2;
  }
  .new-styling.xs-col-span-2 {
    grid-column-start: span 2;
  }
  .new-styling.xs-row-start-3 {
    grid-row-start: 3;
  }
  .new-styling.xs-row-span-3 {
    grid-row-start: span 3;
  }
  .new-styling.xs-col-span-3 {
    grid-column-start: span 3;
  }
  .new-styling.xs-row-start-4 {
    grid-row-start: 4;
  }
  .new-styling.xs-row-span-4 {
    grid-row-start: span 4;
  }
  .new-styling.xs-col-span-4 {
    grid-column-start: span 4;
  }
  .new-styling.xs-row-start-5 {
    grid-row-start: 5;
  }
  .new-styling.xs-row-span-5 {
    grid-row-start: span 5;
  }
  .new-styling.xs-col-span-5 {
    grid-column-start: span 5;
  }
  .new-styling.xs-row-start-6 {
    grid-row-start: 6;
  }
  .new-styling.xs-row-span-6 {
    grid-row-start: span 6;
  }
  .new-styling.xs-col-span-6 {
    grid-column-start: span 6;
  }
}

.new-styling.no-padding {
  padding: 0 !important;
}

.new-styling.no-padding-right {
  padding-right: 0 !important;
}

.new-styling.no-padding-top {
  padding-top: 0 !important;
}

.new-styling.no-padding-left {
  padding-left: 0 !important;
}

.new-styling.no-padding-bottom {
  padding-bottom: 0 !important;
}

.new-styling.no-margin {
  margin: 0 !important;
}

.new-styling.no-margin-right {
  margin-right: 0 !important;
}

.new-styling.no-margin-top {
  margin-top: 0 !important;
}

.new-styling.no-margin-left {
  margin-left: 0 !important;
}

.new-styling.no-margin-bottom {
  margin-bottom: 0 !important;
}

.new-styling.no-border {
  border: 0 !important;
}

.new-styling.no-border-right {
  border-right: 0 !important;
}

.new-styling.no-border-top {
  border-top: 0 !important;
}

.new-styling.no-border-left {
  border-left: 0 !important;
}

.new-styling.no-border-bottom {
  border-bottom: 0 !important;
}

.new-styling.overflow-hidden {
  overflow: hidden;
}

.new-styling.overflowy-hidden {
  overflow-y: hidden;
}

.new-styling.overflowx-hidden {
  overflow-x: hidden;
}

.new-styling.overflow-auto {
  overflow: auto;
}

.new-styling.overflowy-auto {
  overflow-y: auto;
}

.new-styling.overflowx-auto {
  overflow-x: auto;
}

.new-styling.overflowy-scroll {
  overflow-y: scroll;
}

.new-styling.overflowx-scroll {
  overflow-x: scroll;
}

.new-styling.overflow-visible {
  overflow: visible;
}

.new-styling.text-overflow-ellipsis {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.new-styling.reverse-x {
  transform: scale(-1, 1);
}

.new-styling.reverse-y {
  transform: scale(1, -1);
}

.new-styling.rotate-90 {
  transform: rotate(90deg);
}

.new-styling.rotate-140 {
  transform: rotate(140deg);
}

.new-styling.rotate-270 {
  transform: rotate(270deg);
}

@media screen and (max-width: 767px) {
  .new-styling.xs-reverse-x {
    transform: scale(-1, 1);
  }
  .new-styling.xs-reverse-y {
    transform: scale(1, -1);
  }
  .new-styling.xs-rotate-90 {
    transform: rotate(90deg);
  }
  .new-styling.xs-rotate-140 {
    transform: rotate(140deg);
  }
  .new-styling.xs-rotate-270 {
    transform: rotate(270deg);
  }
}

.new-styling.clickable {
  cursor: pointer;
}

.new-styling.flex-wrap {
  flex-wrap: wrap;
}

.new-styling.flex-nowrap {
  flex-wrap: nowrap;
}

.new-styling.justify-self-normal {
  justify-self: normal;
  -webkit-justify-self: normal;
}

.new-styling.justify-self-flex-start {
  justify-self: flex-start;
  -webkit-justify-self: flex-start;
}

.new-styling.justify-self-start {
  justify-self: start;
  -webkit-justify-self: start;
}

.new-styling.justify-self-center {
  justify-self: center;
  -webkit-justify-self: center;
}

.new-styling.justify-self-flex-end {
  justify-self: flex-end;
  -webkit-justify-self: flex-end;
}

.new-styling.justify-self-end {
  justify-self: end;
  -webkit-justify-self: end;
}

.new-styling.justify-self-baseline {
  justify-self: baseline;
  -webkit-justify-self: baseline;
}

.new-styling.justify-self-stretch {
  justify-self: stretch;
  -webkit-justify-self: stretch;
}

.new-styling.justify-self-space-between {
  justify-self: space-between;
  -webkit-justify-self: space-between;
}

.new-styling.justify-self-space-around {
  justify-self: space-around;
  -webkit-justify-self: space-around;
}

.new-styling.justify-content-normal {
  justify-content: normal;
  -webkit-justify-content: normal;
}

.new-styling.justify-content-flex-start {
  justify-content: flex-start;
  -webkit-justify-content: flex-start;
}

.new-styling.justify-content-start {
  justify-content: start;
  -webkit-justify-content: start;
}

.new-styling.justify-content-center {
  justify-content: center;
  -webkit-justify-content: center;
}

.new-styling.justify-content-flex-end {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
}

.new-styling.justify-content-end {
  justify-content: end;
  -webkit-justify-content: end;
}

.new-styling.justify-content-baseline {
  justify-content: baseline;
  -webkit-justify-content: baseline;
}

.new-styling.justify-content-stretch {
  justify-content: stretch;
  -webkit-justify-content: stretch;
}

.new-styling.justify-content-space-between {
  justify-content: space-between;
  -webkit-justify-content: space-between;
}

.new-styling.justify-content-space-around {
  justify-content: space-around;
  -webkit-justify-content: space-around;
}

.new-styling.justify-items-normal {
  justify-items: normal;
  -webkit-justify-items: normal;
}

.new-styling.justify-items-flex-start {
  justify-items: flex-start;
  -webkit-justify-items: flex-start;
}

.new-styling.justify-items-start {
  justify-items: start;
  -webkit-justify-items: start;
}

.new-styling.justify-items-center {
  justify-items: center;
  -webkit-justify-items: center;
}

.new-styling.justify-items-flex-end {
  justify-items: flex-end;
  -webkit-justify-items: flex-end;
}

.new-styling.justify-items-end {
  justify-items: end;
  -webkit-justify-items: end;
}

.new-styling.justify-items-baseline {
  justify-items: baseline;
  -webkit-justify-items: baseline;
}

.new-styling.justify-items-stretch {
  justify-items: stretch;
  -webkit-justify-items: stretch;
}

.new-styling.justify-items-space-between {
  justify-items: space-between;
  -webkit-justify-items: space-between;
}

.new-styling.justify-items-space-around {
  justify-items: space-around;
  -webkit-justify-items: space-around;
}

.new-styling.align-self-normal {
  align-self: normal;
  -webkit-align-self: normal;
}

.new-styling.align-self-flex-start {
  align-self: flex-start;
  -webkit-align-self: flex-start;
}

.new-styling.align-self-start {
  align-self: start;
  -webkit-align-self: start;
}

.new-styling.align-self-center {
  align-self: center;
  -webkit-align-self: center;
}

.new-styling.align-self-flex-end {
  align-self: flex-end;
  -webkit-align-self: flex-end;
}

.new-styling.align-self-end {
  align-self: end;
  -webkit-align-self: end;
}

.new-styling.align-self-baseline {
  align-self: baseline;
  -webkit-align-self: baseline;
}

.new-styling.align-self-stretch {
  align-self: stretch;
  -webkit-align-self: stretch;
}

.new-styling.align-self-space-between {
  align-self: space-between;
  -webkit-align-self: space-between;
}

.new-styling.align-self-space-around {
  align-self: space-around;
  -webkit-align-self: space-around;
}

.new-styling.align-content-normal {
  align-content: normal;
  -webkit-align-content: normal;
}

.new-styling.align-content-flex-start {
  align-content: flex-start;
  -webkit-align-content: flex-start;
}

.new-styling.align-content-start {
  align-content: start;
  -webkit-align-content: start;
}

.new-styling.align-content-center {
  align-content: center;
  -webkit-align-content: center;
}

.new-styling.align-content-flex-end {
  align-content: flex-end;
  -webkit-align-content: flex-end;
}

.new-styling.align-content-end {
  align-content: end;
  -webkit-align-content: end;
}

.new-styling.align-content-baseline {
  align-content: baseline;
  -webkit-align-content: baseline;
}

.new-styling.align-content-stretch {
  align-content: stretch;
  -webkit-align-content: stretch;
}

.new-styling.align-content-space-between {
  align-content: space-between;
  -webkit-align-content: space-between;
}

.new-styling.align-content-space-around {
  align-content: space-around;
  -webkit-align-content: space-around;
}

.new-styling.align-items-normal {
  align-items: normal;
  -webkit-align-items: normal;
}

.new-styling.align-items-flex-start {
  align-items: flex-start;
  -webkit-align-items: flex-start;
}

.new-styling.align-items-start {
  align-items: start;
  -webkit-align-items: start;
}

.new-styling.align-items-center {
  align-items: center;
  -webkit-align-items: center;
}

.new-styling.align-items-flex-end {
  align-items: flex-end;
  -webkit-align-items: flex-end;
}

.new-styling.align-items-end {
  align-items: end;
  -webkit-align-items: end;
}

.new-styling.align-items-baseline {
  align-items: baseline;
  -webkit-align-items: baseline;
}

.new-styling.align-items-stretch {
  align-items: stretch;
  -webkit-align-items: stretch;
}

.new-styling.align-items-space-between {
  align-items: space-between;
  -webkit-align-items: space-between;
}

.new-styling.align-items-space-around {
  align-items: space-around;
  -webkit-align-items: space-around;
}

@media screen and (max-width: 1199px) {
  .new-styling.md-justify-self-normal {
    justify-self: normal;
    -webkit-justify-self: normal;
  }
  .new-styling.md-justify-self-flex-start {
    justify-self: flex-start;
    -webkit-justify-self: flex-start;
  }
  .new-styling.md-justify-self-start {
    justify-self: start;
    -webkit-justify-self: start;
  }
  .new-styling.md-justify-self-center {
    justify-self: center;
    -webkit-justify-self: center;
  }
  .new-styling.md-justify-self-flex-end {
    justify-self: flex-end;
    -webkit-justify-self: flex-end;
  }
  .new-styling.md-justify-self-end {
    justify-self: end;
    -webkit-justify-self: end;
  }
  .new-styling.md-justify-self-baseline {
    justify-self: baseline;
    -webkit-justify-self: baseline;
  }
  .new-styling.md-justify-self-stretch {
    justify-self: stretch;
    -webkit-justify-self: stretch;
  }
  .new-styling.md-justify-self-space-between {
    justify-self: space-between;
    -webkit-justify-self: space-between;
  }
  .new-styling.md-justify-self-space-around {
    justify-self: space-around;
    -webkit-justify-self: space-around;
  }
  .new-styling.md-justify-content-normal {
    justify-content: normal;
    -webkit-justify-content: normal;
  }
  .new-styling.md-justify-content-flex-start {
    justify-content: flex-start;
    -webkit-justify-content: flex-start;
  }
  .new-styling.md-justify-content-start {
    justify-content: start;
    -webkit-justify-content: start;
  }
  .new-styling.md-justify-content-center {
    justify-content: center;
    -webkit-justify-content: center;
  }
  .new-styling.md-justify-content-flex-end {
    justify-content: flex-end;
    -webkit-justify-content: flex-end;
  }
  .new-styling.md-justify-content-end {
    justify-content: end;
    -webkit-justify-content: end;
  }
  .new-styling.md-justify-content-baseline {
    justify-content: baseline;
    -webkit-justify-content: baseline;
  }
  .new-styling.md-justify-content-stretch {
    justify-content: stretch;
    -webkit-justify-content: stretch;
  }
  .new-styling.md-justify-content-space-between {
    justify-content: space-between;
    -webkit-justify-content: space-between;
  }
  .new-styling.md-justify-content-space-around {
    justify-content: space-around;
    -webkit-justify-content: space-around;
  }
  .new-styling.md-justify-items-normal {
    justify-items: normal;
    -webkit-justify-items: normal;
  }
  .new-styling.md-justify-items-flex-start {
    justify-items: flex-start;
    -webkit-justify-items: flex-start;
  }
  .new-styling.md-justify-items-start {
    justify-items: start;
    -webkit-justify-items: start;
  }
  .new-styling.md-justify-items-center {
    justify-items: center;
    -webkit-justify-items: center;
  }
  .new-styling.md-justify-items-flex-end {
    justify-items: flex-end;
    -webkit-justify-items: flex-end;
  }
  .new-styling.md-justify-items-end {
    justify-items: end;
    -webkit-justify-items: end;
  }
  .new-styling.md-justify-items-baseline {
    justify-items: baseline;
    -webkit-justify-items: baseline;
  }
  .new-styling.md-justify-items-stretch {
    justify-items: stretch;
    -webkit-justify-items: stretch;
  }
  .new-styling.md-justify-items-space-between {
    justify-items: space-between;
    -webkit-justify-items: space-between;
  }
  .new-styling.md-justify-items-space-around {
    justify-items: space-around;
    -webkit-justify-items: space-around;
  }
  .new-styling.md-align-self-normal {
    align-self: normal;
    -webkit-align-self: normal;
  }
  .new-styling.md-align-self-flex-start {
    align-self: flex-start;
    -webkit-align-self: flex-start;
  }
  .new-styling.md-align-self-start {
    align-self: start;
    -webkit-align-self: start;
  }
  .new-styling.md-align-self-center {
    align-self: center;
    -webkit-align-self: center;
  }
  .new-styling.md-align-self-flex-end {
    align-self: flex-end;
    -webkit-align-self: flex-end;
  }
  .new-styling.md-align-self-end {
    align-self: end;
    -webkit-align-self: end;
  }
  .new-styling.md-align-self-baseline {
    align-self: baseline;
    -webkit-align-self: baseline;
  }
  .new-styling.md-align-self-stretch {
    align-self: stretch;
    -webkit-align-self: stretch;
  }
  .new-styling.md-align-self-space-between {
    align-self: space-between;
    -webkit-align-self: space-between;
  }
  .new-styling.md-align-self-space-around {
    align-self: space-around;
    -webkit-align-self: space-around;
  }
  .new-styling.md-align-content-normal {
    align-content: normal;
    -webkit-align-content: normal;
  }
  .new-styling.md-align-content-flex-start {
    align-content: flex-start;
    -webkit-align-content: flex-start;
  }
  .new-styling.md-align-content-start {
    align-content: start;
    -webkit-align-content: start;
  }
  .new-styling.md-align-content-center {
    align-content: center;
    -webkit-align-content: center;
  }
  .new-styling.md-align-content-flex-end {
    align-content: flex-end;
    -webkit-align-content: flex-end;
  }
  .new-styling.md-align-content-end {
    align-content: end;
    -webkit-align-content: end;
  }
  .new-styling.md-align-content-baseline {
    align-content: baseline;
    -webkit-align-content: baseline;
  }
  .new-styling.md-align-content-stretch {
    align-content: stretch;
    -webkit-align-content: stretch;
  }
  .new-styling.md-align-content-space-between {
    align-content: space-between;
    -webkit-align-content: space-between;
  }
  .new-styling.md-align-content-space-around {
    align-content: space-around;
    -webkit-align-content: space-around;
  }
  .new-styling.md-align-items-normal {
    align-items: normal;
    -webkit-align-items: normal;
  }
  .new-styling.md-align-items-flex-start {
    align-items: flex-start;
    -webkit-align-items: flex-start;
  }
  .new-styling.md-align-items-start {
    align-items: start;
    -webkit-align-items: start;
  }
  .new-styling.md-align-items-center {
    align-items: center;
    -webkit-align-items: center;
  }
  .new-styling.md-align-items-flex-end {
    align-items: flex-end;
    -webkit-align-items: flex-end;
  }
  .new-styling.md-align-items-end {
    align-items: end;
    -webkit-align-items: end;
  }
  .new-styling.md-align-items-baseline {
    align-items: baseline;
    -webkit-align-items: baseline;
  }
  .new-styling.md-align-items-stretch {
    align-items: stretch;
    -webkit-align-items: stretch;
  }
  .new-styling.md-align-items-space-between {
    align-items: space-between;
    -webkit-align-items: space-between;
  }
  .new-styling.md-align-items-space-around {
    align-items: space-around;
    -webkit-align-items: space-around;
  }
}

@media screen and (max-width: 991px) {
  .new-styling.sm-justify-self-normal {
    justify-self: normal;
    -webkit-justify-self: normal;
  }
  .new-styling.sm-justify-self-flex-start {
    justify-self: flex-start;
    -webkit-justify-self: flex-start;
  }
  .new-styling.sm-justify-self-start {
    justify-self: start;
    -webkit-justify-self: start;
  }
  .new-styling.sm-justify-self-center {
    justify-self: center;
    -webkit-justify-self: center;
  }
  .new-styling.sm-justify-self-flex-end {
    justify-self: flex-end;
    -webkit-justify-self: flex-end;
  }
  .new-styling.sm-justify-self-end {
    justify-self: end;
    -webkit-justify-self: end;
  }
  .new-styling.sm-justify-self-baseline {
    justify-self: baseline;
    -webkit-justify-self: baseline;
  }
  .new-styling.sm-justify-self-stretch {
    justify-self: stretch;
    -webkit-justify-self: stretch;
  }
  .new-styling.sm-justify-self-space-between {
    justify-self: space-between;
    -webkit-justify-self: space-between;
  }
  .new-styling.sm-justify-self-space-around {
    justify-self: space-around;
    -webkit-justify-self: space-around;
  }
  .new-styling.sm-justify-content-normal {
    justify-content: normal;
    -webkit-justify-content: normal;
  }
  .new-styling.sm-justify-content-flex-start {
    justify-content: flex-start;
    -webkit-justify-content: flex-start;
  }
  .new-styling.sm-justify-content-start {
    justify-content: start;
    -webkit-justify-content: start;
  }
  .new-styling.sm-justify-content-center {
    justify-content: center;
    -webkit-justify-content: center;
  }
  .new-styling.sm-justify-content-flex-end {
    justify-content: flex-end;
    -webkit-justify-content: flex-end;
  }
  .new-styling.sm-justify-content-end {
    justify-content: end;
    -webkit-justify-content: end;
  }
  .new-styling.sm-justify-content-baseline {
    justify-content: baseline;
    -webkit-justify-content: baseline;
  }
  .new-styling.sm-justify-content-stretch {
    justify-content: stretch;
    -webkit-justify-content: stretch;
  }
  .new-styling.sm-justify-content-space-between {
    justify-content: space-between;
    -webkit-justify-content: space-between;
  }
  .new-styling.sm-justify-content-space-around {
    justify-content: space-around;
    -webkit-justify-content: space-around;
  }
  .new-styling.sm-justify-items-normal {
    justify-items: normal;
    -webkit-justify-items: normal;
  }
  .new-styling.sm-justify-items-flex-start {
    justify-items: flex-start;
    -webkit-justify-items: flex-start;
  }
  .new-styling.sm-justify-items-start {
    justify-items: start;
    -webkit-justify-items: start;
  }
  .new-styling.sm-justify-items-center {
    justify-items: center;
    -webkit-justify-items: center;
  }
  .new-styling.sm-justify-items-flex-end {
    justify-items: flex-end;
    -webkit-justify-items: flex-end;
  }
  .new-styling.sm-justify-items-end {
    justify-items: end;
    -webkit-justify-items: end;
  }
  .new-styling.sm-justify-items-baseline {
    justify-items: baseline;
    -webkit-justify-items: baseline;
  }
  .new-styling.sm-justify-items-stretch {
    justify-items: stretch;
    -webkit-justify-items: stretch;
  }
  .new-styling.sm-justify-items-space-between {
    justify-items: space-between;
    -webkit-justify-items: space-between;
  }
  .new-styling.sm-justify-items-space-around {
    justify-items: space-around;
    -webkit-justify-items: space-around;
  }
  .new-styling.sm-align-self-normal {
    align-self: normal;
    -webkit-align-self: normal;
  }
  .new-styling.sm-align-self-flex-start {
    align-self: flex-start;
    -webkit-align-self: flex-start;
  }
  .new-styling.sm-align-self-start {
    align-self: start;
    -webkit-align-self: start;
  }
  .new-styling.sm-align-self-center {
    align-self: center;
    -webkit-align-self: center;
  }
  .new-styling.sm-align-self-flex-end {
    align-self: flex-end;
    -webkit-align-self: flex-end;
  }
  .new-styling.sm-align-self-end {
    align-self: end;
    -webkit-align-self: end;
  }
  .new-styling.sm-align-self-baseline {
    align-self: baseline;
    -webkit-align-self: baseline;
  }
  .new-styling.sm-align-self-stretch {
    align-self: stretch;
    -webkit-align-self: stretch;
  }
  .new-styling.sm-align-self-space-between {
    align-self: space-between;
    -webkit-align-self: space-between;
  }
  .new-styling.sm-align-self-space-around {
    align-self: space-around;
    -webkit-align-self: space-around;
  }
  .new-styling.sm-align-content-normal {
    align-content: normal;
    -webkit-align-content: normal;
  }
  .new-styling.sm-align-content-flex-start {
    align-content: flex-start;
    -webkit-align-content: flex-start;
  }
  .new-styling.sm-align-content-start {
    align-content: start;
    -webkit-align-content: start;
  }
  .new-styling.sm-align-content-center {
    align-content: center;
    -webkit-align-content: center;
  }
  .new-styling.sm-align-content-flex-end {
    align-content: flex-end;
    -webkit-align-content: flex-end;
  }
  .new-styling.sm-align-content-end {
    align-content: end;
    -webkit-align-content: end;
  }
  .new-styling.sm-align-content-baseline {
    align-content: baseline;
    -webkit-align-content: baseline;
  }
  .new-styling.sm-align-content-stretch {
    align-content: stretch;
    -webkit-align-content: stretch;
  }
  .new-styling.sm-align-content-space-between {
    align-content: space-between;
    -webkit-align-content: space-between;
  }
  .new-styling.sm-align-content-space-around {
    align-content: space-around;
    -webkit-align-content: space-around;
  }
  .new-styling.sm-align-items-normal {
    align-items: normal;
    -webkit-align-items: normal;
  }
  .new-styling.sm-align-items-flex-start {
    align-items: flex-start;
    -webkit-align-items: flex-start;
  }
  .new-styling.sm-align-items-start {
    align-items: start;
    -webkit-align-items: start;
  }
  .new-styling.sm-align-items-center {
    align-items: center;
    -webkit-align-items: center;
  }
  .new-styling.sm-align-items-flex-end {
    align-items: flex-end;
    -webkit-align-items: flex-end;
  }
  .new-styling.sm-align-items-end {
    align-items: end;
    -webkit-align-items: end;
  }
  .new-styling.sm-align-items-baseline {
    align-items: baseline;
    -webkit-align-items: baseline;
  }
  .new-styling.sm-align-items-stretch {
    align-items: stretch;
    -webkit-align-items: stretch;
  }
  .new-styling.sm-align-items-space-between {
    align-items: space-between;
    -webkit-align-items: space-between;
  }
  .new-styling.sm-align-items-space-around {
    align-items: space-around;
    -webkit-align-items: space-around;
  }
}

@media screen and (max-width: 767px) {
  .new-styling.xs-justify-self-normal {
    justify-self: normal;
    -webkit-justify-self: normal;
  }
  .new-styling.xs-justify-self-flex-start {
    justify-self: flex-start;
    -webkit-justify-self: flex-start;
  }
  .new-styling.xs-justify-self-start {
    justify-self: start;
    -webkit-justify-self: start;
  }
  .new-styling.xs-justify-self-center {
    justify-self: center;
    -webkit-justify-self: center;
  }
  .new-styling.xs-justify-self-flex-end {
    justify-self: flex-end;
    -webkit-justify-self: flex-end;
  }
  .new-styling.xs-justify-self-end {
    justify-self: end;
    -webkit-justify-self: end;
  }
  .new-styling.xs-justify-self-baseline {
    justify-self: baseline;
    -webkit-justify-self: baseline;
  }
  .new-styling.xs-justify-self-stretch {
    justify-self: stretch;
    -webkit-justify-self: stretch;
  }
  .new-styling.xs-justify-self-space-between {
    justify-self: space-between;
    -webkit-justify-self: space-between;
  }
  .new-styling.xs-justify-self-space-around {
    justify-self: space-around;
    -webkit-justify-self: space-around;
  }
  .new-styling.xs-justify-content-normal {
    justify-content: normal;
    -webkit-justify-content: normal;
  }
  .new-styling.xs-justify-content-flex-start {
    justify-content: flex-start;
    -webkit-justify-content: flex-start;
  }
  .new-styling.xs-justify-content-start {
    justify-content: start;
    -webkit-justify-content: start;
  }
  .new-styling.xs-justify-content-center {
    justify-content: center;
    -webkit-justify-content: center;
  }
  .new-styling.xs-justify-content-flex-end {
    justify-content: flex-end;
    -webkit-justify-content: flex-end;
  }
  .new-styling.xs-justify-content-end {
    justify-content: end;
    -webkit-justify-content: end;
  }
  .new-styling.xs-justify-content-baseline {
    justify-content: baseline;
    -webkit-justify-content: baseline;
  }
  .new-styling.xs-justify-content-stretch {
    justify-content: stretch;
    -webkit-justify-content: stretch;
  }
  .new-styling.xs-justify-content-space-between {
    justify-content: space-between;
    -webkit-justify-content: space-between;
  }
  .new-styling.xs-justify-content-space-around {
    justify-content: space-around;
    -webkit-justify-content: space-around;
  }
  .new-styling.xs-justify-items-normal {
    justify-items: normal;
    -webkit-justify-items: normal;
  }
  .new-styling.xs-justify-items-flex-start {
    justify-items: flex-start;
    -webkit-justify-items: flex-start;
  }
  .new-styling.xs-justify-items-start {
    justify-items: start;
    -webkit-justify-items: start;
  }
  .new-styling.xs-justify-items-center {
    justify-items: center;
    -webkit-justify-items: center;
  }
  .new-styling.xs-justify-items-flex-end {
    justify-items: flex-end;
    -webkit-justify-items: flex-end;
  }
  .new-styling.xs-justify-items-end {
    justify-items: end;
    -webkit-justify-items: end;
  }
  .new-styling.xs-justify-items-baseline {
    justify-items: baseline;
    -webkit-justify-items: baseline;
  }
  .new-styling.xs-justify-items-stretch {
    justify-items: stretch;
    -webkit-justify-items: stretch;
  }
  .new-styling.xs-justify-items-space-between {
    justify-items: space-between;
    -webkit-justify-items: space-between;
  }
  .new-styling.xs-justify-items-space-around {
    justify-items: space-around;
    -webkit-justify-items: space-around;
  }
  .new-styling.xs-align-self-normal {
    align-self: normal;
    -webkit-align-self: normal;
  }
  .new-styling.xs-align-self-flex-start {
    align-self: flex-start;
    -webkit-align-self: flex-start;
  }
  .new-styling.xs-align-self-start {
    align-self: start;
    -webkit-align-self: start;
  }
  .new-styling.xs-align-self-center {
    align-self: center;
    -webkit-align-self: center;
  }
  .new-styling.xs-align-self-flex-end {
    align-self: flex-end;
    -webkit-align-self: flex-end;
  }
  .new-styling.xs-align-self-end {
    align-self: end;
    -webkit-align-self: end;
  }
  .new-styling.xs-align-self-baseline {
    align-self: baseline;
    -webkit-align-self: baseline;
  }
  .new-styling.xs-align-self-stretch {
    align-self: stretch;
    -webkit-align-self: stretch;
  }
  .new-styling.xs-align-self-space-between {
    align-self: space-between;
    -webkit-align-self: space-between;
  }
  .new-styling.xs-align-self-space-around {
    align-self: space-around;
    -webkit-align-self: space-around;
  }
  .new-styling.xs-align-content-normal {
    align-content: normal;
    -webkit-align-content: normal;
  }
  .new-styling.xs-align-content-flex-start {
    align-content: flex-start;
    -webkit-align-content: flex-start;
  }
  .new-styling.xs-align-content-start {
    align-content: start;
    -webkit-align-content: start;
  }
  .new-styling.xs-align-content-center {
    align-content: center;
    -webkit-align-content: center;
  }
  .new-styling.xs-align-content-flex-end {
    align-content: flex-end;
    -webkit-align-content: flex-end;
  }
  .new-styling.xs-align-content-end {
    align-content: end;
    -webkit-align-content: end;
  }
  .new-styling.xs-align-content-baseline {
    align-content: baseline;
    -webkit-align-content: baseline;
  }
  .new-styling.xs-align-content-stretch {
    align-content: stretch;
    -webkit-align-content: stretch;
  }
  .new-styling.xs-align-content-space-between {
    align-content: space-between;
    -webkit-align-content: space-between;
  }
  .new-styling.xs-align-content-space-around {
    align-content: space-around;
    -webkit-align-content: space-around;
  }
  .new-styling.xs-align-items-normal {
    align-items: normal;
    -webkit-align-items: normal;
  }
  .new-styling.xs-align-items-flex-start {
    align-items: flex-start;
    -webkit-align-items: flex-start;
  }
  .new-styling.xs-align-items-start {
    align-items: start;
    -webkit-align-items: start;
  }
  .new-styling.xs-align-items-center {
    align-items: center;
    -webkit-align-items: center;
  }
  .new-styling.xs-align-items-flex-end {
    align-items: flex-end;
    -webkit-align-items: flex-end;
  }
  .new-styling.xs-align-items-end {
    align-items: end;
    -webkit-align-items: end;
  }
  .new-styling.xs-align-items-baseline {
    align-items: baseline;
    -webkit-align-items: baseline;
  }
  .new-styling.xs-align-items-stretch {
    align-items: stretch;
    -webkit-align-items: stretch;
  }
  .new-styling.xs-align-items-space-between {
    align-items: space-between;
    -webkit-align-items: space-between;
  }
  .new-styling.xs-align-items-space-around {
    align-items: space-around;
    -webkit-align-items: space-around;
  }
  .new-styling.xs-flex-wrap {
    flex-wrap: wrap;
  }
  .new-styling.xs-flex-nowrap {
    flex-wrap: nowrap;
  }
}

.new-styling.flex-direction-row {
  flex-direction: row;
}

.new-styling.flex-direction-row-reverse {
  flex-direction: row-reverse;
}

.new-styling.flex-direction-column {
  flex-direction: column;
}

.new-styling.flex-direction-column-reverse {
  flex-direction: column-reverse;
}

@media screen and (max-width: 1199px) {
  .new-styling.md-flex-direction-row {
    flex-direction: row;
  }
  .new-styling.md-flex-direction-row-reverse {
    flex-direction: row-reverse;
  }
  .new-styling.md-flex-direction-column {
    flex-direction: column;
  }
  .new-styling.md-flex-direction-column-reverse {
    flex-direction: column-reverse;
  }
}

@media screen and (max-width: 767px) {
  .new-styling.xs-flex-direction-row {
    flex-direction: row;
  }
  .new-styling.xs-flex-direction-row-reverse {
    flex-direction: row-reverse;
  }
  .new-styling.xs-flex-direction-column {
    flex-direction: column;
  }
  .new-styling.xs-flex-direction-column-reverse {
    flex-direction: column-reverse;
  }
}

@media screen and (max-width: 991px) {
  .new-styling.sm-flex-direction-row {
    flex-direction: row;
  }
  .new-styling.sm-flex-direction-row-reverse {
    flex-direction: row-reverse;
  }
  .new-styling.sm-flex-direction-column {
    flex-direction: column;
  }
  .new-styling.sm-flex-direction-column-reverse {
    flex-direction: column-reverse;
  }
}

.order-1 {
  order: 1;
}

.order-2 {
  order: 2;
}

.order-3 {
  order: 3;
}

.order-4 {
  order: 4;
}

.order-5 {
  order: 5;
}

.order-6 {
  order: 6;
}

.order-7 {
  order: 7;
}

.order-8 {
  order: 8;
}

.order-9 {
  order: 9;
}

.order-10 {
  order: 10;
}

.order-11 {
  order: 11;
}

.order-12 {
  order: 12;
}

.order-13 {
  order: 13;
}

.order-14 {
  order: 14;
}

.order-15 {
  order: 15;
}

.order-16 {
  order: 16;
}

.order-17 {
  order: 17;
}

.order-18 {
  order: 18;
}

.order-19 {
  order: 19;
}

.order-20 {
  order: 20;
}

.order-21 {
  order: 21;
}

.order-22 {
  order: 22;
}

.order-23 {
  order: 23;
}

.order-24 {
  order: 24;
}

@media screen and (max-width: 1199px) {
  .md-order-1 {
    order: 1;
  }
  .md-order-2 {
    order: 2;
  }
  .md-order-3 {
    order: 3;
  }
  .md-order-4 {
    order: 4;
  }
  .md-order-5 {
    order: 5;
  }
  .md-order-6 {
    order: 6;
  }
  .md-order-7 {
    order: 7;
  }
  .md-order-8 {
    order: 8;
  }
  .md-order-9 {
    order: 9;
  }
  .md-order-10 {
    order: 10;
  }
  .md-order-11 {
    order: 11;
  }
  .md-order-12 {
    order: 12;
  }
  .md-order-13 {
    order: 13;
  }
  .md-order-14 {
    order: 14;
  }
  .md-order-15 {
    order: 15;
  }
  .md-order-16 {
    order: 16;
  }
  .md-order-17 {
    order: 17;
  }
  .md-order-18 {
    order: 18;
  }
  .md-order-19 {
    order: 19;
  }
  .md-order-20 {
    order: 20;
  }
  .md-order-21 {
    order: 21;
  }
  .md-order-22 {
    order: 22;
  }
  .md-order-23 {
    order: 23;
  }
  .md-order-24 {
    order: 24;
  }
}

@media screen and (max-width: 767px) {
  .xs-order-1 {
    order: 1;
  }
  .xs-order-2 {
    order: 2;
  }
  .xs-order-3 {
    order: 3;
  }
  .xs-order-4 {
    order: 4;
  }
  .xs-order-5 {
    order: 5;
  }
  .xs-order-6 {
    order: 6;
  }
  .xs-order-7 {
    order: 7;
  }
  .xs-order-8 {
    order: 8;
  }
  .xs-order-9 {
    order: 9;
  }
  .xs-order-10 {
    order: 10;
  }
  .xs-order-11 {
    order: 11;
  }
  .xs-order-12 {
    order: 12;
  }
  .xs-order-13 {
    order: 13;
  }
  .xs-order-14 {
    order: 14;
  }
  .xs-order-15 {
    order: 15;
  }
  .xs-order-16 {
    order: 16;
  }
  .xs-order-17 {
    order: 17;
  }
  .xs-order-18 {
    order: 18;
  }
  .xs-order-19 {
    order: 19;
  }
  .xs-order-20 {
    order: 20;
  }
  .xs-order-21 {
    order: 21;
  }
  .xs-order-22 {
    order: 22;
  }
  .xs-order-23 {
    order: 23;
  }
  .xs-order-24 {
    order: 24;
  }
}

@media screen and (max-width: 991px) {
  .sm-order-1 {
    order: 1;
  }
  .sm-order-2 {
    order: 2;
  }
  .sm-order-3 {
    order: 3;
  }
  .sm-order-4 {
    order: 4;
  }
  .sm-order-5 {
    order: 5;
  }
  .sm-order-6 {
    order: 6;
  }
  .sm-order-7 {
    order: 7;
  }
  .sm-order-8 {
    order: 8;
  }
  .sm-order-9 {
    order: 9;
  }
  .sm-order-10 {
    order: 10;
  }
  .sm-order-11 {
    order: 11;
  }
  .sm-order-12 {
    order: 12;
  }
  .sm-order-13 {
    order: 13;
  }
  .sm-order-14 {
    order: 14;
  }
  .sm-order-15 {
    order: 15;
  }
  .sm-order-16 {
    order: 16;
  }
  .sm-order-17 {
    order: 17;
  }
  .sm-order-18 {
    order: 18;
  }
  .sm-order-19 {
    order: 19;
  }
  .sm-order-20 {
    order: 20;
  }
  .sm-order-21 {
    order: 21;
  }
  .sm-order-22 {
    order: 22;
  }
  .sm-order-23 {
    order: 23;
  }
  .sm-order-24 {
    order: 24;
  }
}

#file-field-hidden {
  position: absolute;
  left: -9999em;
}

.new-styling.input-field {
  display: flex;
  flex-direction: row;
  align-items: normal;
  justify-content: normal;
  align-items: flex-start;
  border-radius: 3px;
}

.new-styling.input-field__main-content {
  display: flex;
  flex-direction: column;
  align-items: normal;
  justify-content: normal;
  flex: 1 1 auto;
  border-radius: inherit;
}

.new-styling.input-field__box, .new-styling.stripe-form__input {
  display: flex;
  flex-direction: row;
  align-items: normal;
  justify-content: normal;
  cursor: text;
  flex: 1 1 auto;
  min-height: 56px;
  padding: 2px 16px;
  position: relative;
  background: #fff;
  border-radius: inherit;
}

.new-styling.input-field__outline {
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  position: absolute;
  display: flex;
  flex-direction: row;
  align-items: normal;
  justify-content: normal;
  border-radius: inherit;
}

.new-styling.input-field__outline-start, .new-styling.input-field__outline-end {
  border: 1px solid #CACDCF;
  transition: border-color 0.3s cubic-bezier(0.65, 0, 0.35, 1);
}

.new-styling.input-field__outline-start {
  flex: 0 0 auto;
  width: 12px;
  border-right: none;
  border-top-left-radius: inherit;
  border-bottom-left-radius: inherit;
}

.new-styling.input-field__outline-gap {
  flex: 0 0 auto;
  width: 0;
  border-bottom: 1px solid #CACDCF;
  transition: border-color 0.3s cubic-bezier(0.65, 0, 0.35, 1), width 0.3s cubic-bezier(0.65, 0, 0.35, 1);
}

.new-styling.input-field__outline-gap.no-transition {
  transition: border-color 0.3s cubic-bezier(0.65, 0, 0.35, 1);
}

.new-styling.input-field__outline-end {
  flex: 1 1 auto;
  border-left: none;
  border-top-right-radius: inherit;
  border-bottom-right-radius: inherit;
}

.new-styling.input-field__control-wrapper {
  display: flex;
  flex-direction: row;
  align-items: normal;
  justify-content: normal;
  flex: 1 1 auto;
  min-width: 0;
  position: relative;
}

.new-styling.input-field__label, .new-styling.stripe-form__label, .new-styling.input-field__control, .new-styling.stripe-form__input {
  font-family: inherit;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.25rem;
}

.new-styling.input-field__control::-moz-placeholder, .new-styling.stripe-form__input::-moz-placeholder {
  color: #999;
}

.new-styling.input-field__label, .new-styling.stripe-form__label, .new-styling.input-field__control::placeholder, .new-styling.stripe-form__input::placeholder {
  color: #999;
}

.new-styling.input-field__label, .new-styling.stripe-form__label {
  top: 49%;
  left: 0;
  position: absolute;
  transform: translateY(-50%);
  pointer-events: none;
  transform-origin: top left;
  transition: top 0.3s cubic-bezier(0.65, 0, 0.35, 1), left 0.3s cubic-bezier(0.65, 0, 0.35, 1), transform 0.3s cubic-bezier(0.65, 0, 0.35, 1);
  min-width: -moz-fit-content;
  min-width: fit-content;
  white-space: nowrap;
}

.new-styling.input-field__label.activated, .new-styling.activated.stripe-form__label {
  top: -9px;
  transform: scale(0.75);
}

.new-styling.input-field__label.no-transition, .new-styling.no-transition.stripe-form__label {
  transition: none;
}

.new-styling.input-field__control, .new-styling.stripe-form__input {
  background: rgba(255, 255, 255, 0);
  border: 0;
  caret-color: #4a4a4a;
  color: #4a4a4a;
  display: block;
  margin: 0;
  padding: 0;
  width: 100%;
}

.new-styling.input-field__control:focus, .new-styling.stripe-form__input:focus {
  outline: 0;
}

.new-styling.input-field__control::-ms-clear, .new-styling.stripe-form__input::-ms-clear, .new-styling.input-field__control::-ms-reveal, .new-styling.stripe-form__input::-ms-reveal {
  display: none;
}

.new-styling.input-field__details {
  display: flex;
  flex-direction: row;
  align-items: normal;
  justify-content: normal;
  color: #999;
  flex: 0 0 auto;
  font-size: 0.75rem;
  line-height: 0.875rem;
  margin-top: 2px;
  min-height: 14px;
  padding: 0 16px;
}

.new-styling.input-field__hints {
  display: flex;
  flex-direction: column;
  align-items: normal;
  justify-content: normal;
  flex: 1 1 auto;
}

.new-styling.input-field__counter {
  flex: 0 0 auto;
  margin-left: 8px;
}

.new-styling.input-field__extra-content {
  display: flex;
  flex-direction: row;
  align-items: normal;
  justify-content: normal;
  position: relative;
  align-items: center;
  align-self: flex-start;
  flex: 0 0 auto;
}

.new-styling.input-field__extra-content.append {
  margin-left: 8px;
}

.new-styling.input-field__extra-content.prepend {
  margin-right: 8px;
}

.new-styling.input-field__extra-content.inner {
  margin-top: 14px;
  min-height: 24px;
}

.new-styling.input-field__extra-content.outer {
  min-height: 56px;
}

.new-styling.input-field__action {
  display: flex;
  flex-direction: row;
  align-items: normal;
  justify-content: normal;
  background-color: rgba(255, 255, 255, 0);
  border: 0;
  border-radius: 50%;
  cursor: pointer;
  margin: -8px;
  padding: 8px;
  transition: background-color 0.2s cubic-bezier(0.65, 0, 0.35, 1);
}

.new-styling.input-field__action:focus, .new-styling.input-field__action:hover {
  background-color: #EAEDEF;
}

.new-styling.input-field__action.clicked {
  background-color: #DEE0E2;
}

.new-styling.input-field__action:focus {
  outline: none;
}

.new-styling.input-field__icon {
  width: 24px;
  height: 24px;
}

.new-styling.input-field.disabled .new-styling.input-field__box, .new-styling.input-field.disabled .new-styling.stripe-form__input {
  cursor: default;
}

.new-styling.input-field.disabled .new-styling.input-field__outline-start, .new-styling.input-field.disabled .new-styling.input-field__outline-gap, .new-styling.input-field.disabled .new-styling.input-field__outline-end {
  border-color: #DEE0E2;
}

.new-styling.input-field.disabled .new-styling.input-field__control::-moz-placeholder, .new-styling.input-field.disabled .new-styling.stripe-form__input::-moz-placeholder {
  color: #CACDCF;
}

.new-styling.input-field.disabled .new-styling.input-field__details,
.new-styling.input-field.disabled .new-styling.input-field__control,
.new-styling.input-field.disabled .new-styling.stripe-form__input,
.new-styling.input-field.disabled .new-styling.input-field__label,
.new-styling.input-field.disabled .new-styling.stripe-form__label,
.new-styling.input-field.disabled .new-styling.input-field__control::placeholder,
.new-styling.input-field.disabled .new-styling.stripe-form__input::placeholder {
  color: #CACDCF;
}

.new-styling.input-field.success .new-styling.input-field__outline-start, .new-styling.input-field.success .new-styling.input-field__outline-gap, .new-styling.input-field.success .new-styling.input-field__outline-end {
  border-color: #25C966;
}

.new-styling.input-field.success .new-styling.input-field__label.activated, .new-styling.input-field.success .new-styling.activated.stripe-form__label,
.new-styling.input-field.success .new-styling.input-field__details {
  color: #25C966;
}

.new-styling.input-field.error .new-styling.input-field__outline-start, .new-styling.input-field.error .new-styling.input-field__outline-gap, .new-styling.input-field.error .new-styling.input-field__outline-end, .new-styling.input-field.has-error .new-styling.input-field__outline-start, .new-styling.input-field.has-error .new-styling.input-field__outline-gap, .new-styling.input-field.has-error .new-styling.input-field__outline-end {
  border-color: #C92525;
}

.new-styling.input-field.error .new-styling.input-field__label.activated, .new-styling.input-field.error .new-styling.activated.stripe-form__label,
.new-styling.input-field.error .new-styling.input-field__details, .new-styling.input-field.has-error .new-styling.input-field__label.activated, .new-styling.input-field.has-error .new-styling.activated.stripe-form__label,
.new-styling.input-field.has-error .new-styling.input-field__details {
  color: #C92525;
}

.new-styling.input-field:not(.disabled):not(.error):not(.success):not(.has-error) .new-styling.input-field__box:hover .new-styling.input-field__outline-start, .new-styling.input-field:not(.disabled):not(.error):not(.success):not(.has-error) .new-styling.stripe-form__input:hover .new-styling.input-field__outline-start, .new-styling.input-field:not(.disabled):not(.error):not(.success):not(.has-error) .new-styling.input-field__box:hover .new-styling.input-field__outline-gap, .new-styling.input-field:not(.disabled):not(.error):not(.success):not(.has-error) .new-styling.stripe-form__input:hover .new-styling.input-field__outline-gap, .new-styling.input-field:not(.disabled):not(.error):not(.success):not(.has-error) .new-styling.input-field__box:hover .new-styling.input-field__outline-end, .new-styling.input-field:not(.disabled):not(.error):not(.success):not(.has-error) .new-styling.stripe-form__input:hover .new-styling.input-field__outline-end {
  border-color: #4a4a4a;
}

.new-styling.input-field.activated:not(.disabled):not(.error):not(.success):not(.has-error) .new-styling.input-field__outline-start, .new-styling.input-field.activated:not(.disabled):not(.error):not(.success):not(.has-error) .new-styling.input-field__outline-gap, .new-styling.input-field.activated:not(.disabled):not(.error):not(.success):not(.has-error) .new-styling.input-field__outline-end {
  border-color: #4a4a4a;
}

.new-styling.input-field.activated:not(.disabled):not(.error):not(.success):not(.has-error) .new-styling.input-field__label.activated, .new-styling.input-field.activated:not(.disabled):not(.error):not(.success):not(.has-error) .new-styling.activated.stripe-form__label {
  color: #4a4a4a;
}

.new-styling.input-field.activated:not(.disabled) .new-styling.input-field__outline-start, .new-styling.input-field.activated:not(.disabled) .new-styling.input-field__outline-gap, .new-styling.input-field.activated:not(.disabled) .new-styling.input-field__outline-end {
  border-width: 2px;
}

.new-styling.text-area__box &gt; .new-styling.text-area__control-wrapper:last-child {
  margin-right: -14px;
}

.new-styling.text-area__box &gt; .new-styling.text-area__control-wrapper:last-child .new-styling.text-area__control {
  padding-right: 14px;
}

.new-styling.text-area__control {
  min-height: 52px;
  overflow: auto;
  padding-top: 16px;
  resize: vertical;
}

.new-styling.text-area__control.autosize {
  resize: none;
}

@media screen and (max-width: 767px) {
  .new-styling.text-area__control {
    padding-top: 12px;
  }
}

.new-styling.range-input {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  height: 4px;
  width: 100%;
  position: absolute;
  background-color: #C6C6C6;
  pointer-events: none;
}

.new-styling.range-input::-moz-range-thumb {
  height: 18px;
  width: 18px;
  border: 3px solid #707070;
  border-radius: 100%;
  background-color: #fff;
  position: relative;
  cursor: pointer;
  -moz-appearance: none;
       appearance: none;
  pointer-events: all;
  box-shadow: 0 1px 4px 0.5px rgba(0, 0, 0, 0.25);
  z-index: 1;
  box-sizing: border-box;
}

.new-styling.range-input::-moz-range-thumb:hover {
  border-color: #4a4a4a;
}

.new-styling.range-input::-moz-range-thumb:active {
  box-shadow: 0px 0px 0px 5px rgba(202, 205, 207, 0.65);
}

.new-styling.range-input::-webkit-slider-thumb {
  height: 18px;
  width: 18px;
  border: 3px solid #707070;
  border-radius: 100%;
  background-color: #fff;
  position: relative;
  cursor: pointer;
  -webkit-appearance: none;
          appearance: none;
  pointer-events: all;
  box-shadow: 0 1px 4px 0.5px rgba(0, 0, 0, 0.25);
  z-index: 1;
  box-sizing: border-box;
}

.new-styling.range-input::-webkit-slider-thumb:hover {
  border-color: #4a4a4a;
}

.new-styling.range-input::-webkit-slider-thumb:active {
  box-shadow: 0px 0px 0px 5px rgba(202, 205, 207, 0.65);
}

.new-styling.link {
  font-size: 1rem;
  font-weight: 500;
  line-height: 100%;
  text-decoration: none;
  color: #4CAF50;
}

.new-styling.link:hover:not(.no-decoration), .new-styling.link:focus:not(.no-decoration) {
  text-decoration: underline;
}

.new-styling.link-icon {
  display: flex;
  align-items: center;
}

.new-styling.link-icon svg {
  margin-right: 4px;
  flex-shrink: 0;
}

.new-styling.link-icon svg.link-icon__icon-last {
  margin-left: 10px;
}

.new-styling.link-icon svg, .new-styling.link-icon svg *[fill] {
  fill: #4CAF50;
}

.new-styling.link-block {
  color: #4a4a4a;
  text-decoration: none;
}

.new-styling.link-block:hover {
  color: #4CAF50;
}

.new-styling.link-black {
  color: #4a4a4a;
}

.new-styling.link-black svg:not(.svg-no-fill),
.new-styling.link-black svg:not(.svg-no-fill) *[fill] {
  fill: #4a4a4a;
}

.new-styling.elevation-none {
  box-shadow: none !important;
}

.new-styling.elevation-20 {
  box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.12);
}

.new-styling.elevation-30 {
  box-shadow: 0px 8px 24px rgba(0, 0, 0, 0.15);
}

.new-styling.elevation-35 {
  box-shadow: 0px 16px 32px rgba(0, 0, 0, 0.2);
}

.new-styling.elevation-40 {
  box-shadow: 0px 24px 40px rgba(0, 0, 0, 0.15);
}

.new-styling.elevation-50 {
  box-shadow: 0px 20px 50px rgba(0, 0, 0, 0.1);
}

.new-styling.elevation-white-40 {
  box-shadow: 0px 24px 40px rgba(255, 255, 255, 0.2);
}

@media screen and (max-width: 1199px) {
  .new-styling.md-elevation-none {
    box-shadow: none !important;
  }
  .new-styling.md-elevation-20 {
    box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.12);
  }
  .new-styling.md-elevation-30 {
    box-shadow: 0px 8px 24px rgba(0, 0, 0, 0.15);
  }
  .new-styling.md-elevation-35 {
    box-shadow: 0px 16px 32px rgba(0, 0, 0, 0.2);
  }
  .new-styling.md-elevation-40 {
    box-shadow: 0px 24px 40px rgba(0, 0, 0, 0.15);
  }
  .new-styling.md-elevation-50 {
    box-shadow: 0px 20px 50px rgba(0, 0, 0, 0.1);
  }
  .new-styling.md-elevation-white-40 {
    box-shadow: 0px 24px 40px rgba(255, 255, 255, 0.2);
  }
}

@media screen and (max-width: 991px) {
  .new-styling.sm-elevation-none {
    box-shadow: none !important;
  }
  .new-styling.sm-elevation-20 {
    box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.12);
  }
  .new-styling.sm-elevation-30 {
    box-shadow: 0px 8px 24px rgba(0, 0, 0, 0.15);
  }
  .new-styling.sm-elevation-35 {
    box-shadow: 0px 16px 32px rgba(0, 0, 0, 0.2);
  }
  .new-styling.sm-elevation-40 {
    box-shadow: 0px 24px 40px rgba(0, 0, 0, 0.15);
  }
  .new-styling.sm-elevation-50 {
    box-shadow: 0px 20px 50px rgba(0, 0, 0, 0.1);
  }
  .new-styling.sm-elevation-white-40 {
    box-shadow: 0px 24px 40px rgba(255, 255, 255, 0.2);
  }
}

@media screen and (max-width: 767px) {
  .new-styling.xs-elevation-none {
    box-shadow: none !important;
  }
  .new-styling.xs-elevation-20 {
    box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.12);
  }
  .new-styling.xs-elevation-30 {
    box-shadow: 0px 8px 24px rgba(0, 0, 0, 0.15);
  }
  .new-styling.xs-elevation-35 {
    box-shadow: 0px 16px 32px rgba(0, 0, 0, 0.2);
  }
  .new-styling.xs-elevation-40 {
    box-shadow: 0px 24px 40px rgba(0, 0, 0, 0.15);
  }
  .new-styling.xs-elevation-50 {
    box-shadow: 0px 20px 50px rgba(0, 0, 0, 0.1);
  }
  .new-styling.xs-elevation-white-40 {
    box-shadow: 0px 24px 40px rgba(255, 255, 255, 0.2);
  }
}

.new-styling.size-16 {
  width: 16px;
  height: 16px;
}

.new-styling.wsize-16 {
  width: 16px;
}

.new-styling.hsize-16 {
  height: 16px;
}

.new-styling.size-20 {
  width: 20px;
  height: 20px;
}

.new-styling.wsize-20 {
  width: 20px;
}

.new-styling.hsize-20 {
  height: 20px;
}

.new-styling.size-24 {
  width: 24px;
  height: 24px;
}

.new-styling.wsize-24 {
  width: 24px;
}

.new-styling.hsize-24 {
  height: 24px;
}

.new-styling.size-28 {
  width: 28px;
  height: 28px;
}

.new-styling.wsize-28 {
  width: 28px;
}

.new-styling.hsize-28 {
  height: 28px;
}

.new-styling.size-32 {
  width: 32px;
  height: 32px;
}

.new-styling.wsize-32 {
  width: 32px;
}

.new-styling.hsize-32 {
  height: 32px;
}

.new-styling.size-36 {
  width: 36px;
  height: 36px;
}

.new-styling.wsize-36 {
  width: 36px;
}

.new-styling.hsize-36 {
  height: 36px;
}

.new-styling.size-40 {
  width: 40px;
  height: 40px;
}

.new-styling.wsize-40 {
  width: 40px;
}

.new-styling.hsize-40 {
  height: 40px;
}

.new-styling.size-44 {
  width: 44px;
  height: 44px;
}

.new-styling.wsize-44 {
  width: 44px;
}

.new-styling.hsize-44 {
  height: 44px;
}

.new-styling.size-48 {
  width: 48px;
  height: 48px;
}

.new-styling.wsize-48 {
  width: 48px;
}

.new-styling.hsize-48 {
  height: 48px;
}

.new-styling.size-56 {
  width: 56px;
  height: 56px;
}

.new-styling.wsize-56 {
  width: 56px;
}

.new-styling.hsize-56 {
  height: 56px;
}

.new-styling.size-64 {
  width: 64px;
  height: 64px;
}

.new-styling.wsize-64 {
  width: 64px;
}

.new-styling.hsize-64 {
  height: 64px;
}

.new-styling.size-80 {
  width: 80px;
  height: 80px;
}

.new-styling.wsize-80 {
  width: 80px;
}

.new-styling.hsize-80 {
  height: 80px;
}

.new-styling.size-84 {
  width: 84px;
  height: 84px;
}

.new-styling.wsize-84 {
  width: 84px;
}

.new-styling.hsize-84 {
  height: 84px;
}

.new-styling.size-88 {
  width: 88px;
  height: 88px;
}

.new-styling.wsize-88 {
  width: 88px;
}

.new-styling.hsize-88 {
  height: 88px;
}

@media screen and (max-width: 991px) {
  .new-styling.sm-size-16 {
    width: 16px;
    height: 16px;
  }
  .new-styling.sm-wsize-16 {
    width: 16px;
  }
  .new-styling.sm-hsize-16 {
    height: 16px;
  }
  .new-styling.sm-size-20 {
    width: 20px;
    height: 20px;
  }
  .new-styling.sm-wsize-20 {
    width: 20px;
  }
  .new-styling.sm-hsize-20 {
    height: 20px;
  }
  .new-styling.sm-size-24 {
    width: 24px;
    height: 24px;
  }
  .new-styling.sm-wsize-24 {
    width: 24px;
  }
  .new-styling.sm-hsize-24 {
    height: 24px;
  }
  .new-styling.sm-size-28 {
    width: 28px;
    height: 28px;
  }
  .new-styling.sm-wsize-28 {
    width: 28px;
  }
  .new-styling.sm-hsize-28 {
    height: 28px;
  }
  .new-styling.sm-size-32 {
    width: 32px;
    height: 32px;
  }
  .new-styling.sm-wsize-32 {
    width: 32px;
  }
  .new-styling.sm-hsize-32 {
    height: 32px;
  }
  .new-styling.sm-size-36 {
    width: 36px;
    height: 36px;
  }
  .new-styling.sm-wsize-36 {
    width: 36px;
  }
  .new-styling.sm-hsize-36 {
    height: 36px;
  }
  .new-styling.sm-size-40 {
    width: 40px;
    height: 40px;
  }
  .new-styling.sm-wsize-40 {
    width: 40px;
  }
  .new-styling.sm-hsize-40 {
    height: 40px;
  }
  .new-styling.sm-size-44 {
    width: 44px;
    height: 44px;
  }
  .new-styling.sm-wsize-44 {
    width: 44px;
  }
  .new-styling.sm-hsize-44 {
    height: 44px;
  }
  .new-styling.sm-size-48 {
    width: 48px;
    height: 48px;
  }
  .new-styling.sm-wsize-48 {
    width: 48px;
  }
  .new-styling.sm-hsize-48 {
    height: 48px;
  }
  .new-styling.sm-size-56 {
    width: 56px;
    height: 56px;
  }
  .new-styling.sm-wsize-56 {
    width: 56px;
  }
  .new-styling.sm-hsize-56 {
    height: 56px;
  }
  .new-styling.sm-size-64 {
    width: 64px;
    height: 64px;
  }
  .new-styling.sm-wsize-64 {
    width: 64px;
  }
  .new-styling.sm-hsize-64 {
    height: 64px;
  }
  .new-styling.sm-size-80 {
    width: 80px;
    height: 80px;
  }
  .new-styling.sm-wsize-80 {
    width: 80px;
  }
  .new-styling.sm-hsize-80 {
    height: 80px;
  }
  .new-styling.sm-size-84 {
    width: 84px;
    height: 84px;
  }
  .new-styling.sm-wsize-84 {
    width: 84px;
  }
  .new-styling.sm-hsize-84 {
    height: 84px;
  }
  .new-styling.sm-size-88 {
    width: 88px;
    height: 88px;
  }
  .new-styling.sm-wsize-88 {
    width: 88px;
  }
  .new-styling.sm-hsize-88 {
    height: 88px;
  }
}

@media screen and (max-width: 767px) {
  .new-styling.xs-size-16 {
    width: 16px;
    height: 16px;
  }
  .new-styling.xs-wsize-16 {
    width: 16px;
  }
  .new-styling.xs-hsize-16 {
    height: 16px;
  }
  .new-styling.xs-size-20 {
    width: 20px;
    height: 20px;
  }
  .new-styling.xs-wsize-20 {
    width: 20px;
  }
  .new-styling.xs-hsize-20 {
    height: 20px;
  }
  .new-styling.xs-size-24 {
    width: 24px;
    height: 24px;
  }
  .new-styling.xs-wsize-24 {
    width: 24px;
  }
  .new-styling.xs-hsize-24 {
    height: 24px;
  }
  .new-styling.xs-size-28 {
    width: 28px;
    height: 28px;
  }
  .new-styling.xs-wsize-28 {
    width: 28px;
  }
  .new-styling.xs-hsize-28 {
    height: 28px;
  }
  .new-styling.xs-size-32 {
    width: 32px;
    height: 32px;
  }
  .new-styling.xs-wsize-32 {
    width: 32px;
  }
  .new-styling.xs-hsize-32 {
    height: 32px;
  }
  .new-styling.xs-size-36 {
    width: 36px;
    height: 36px;
  }
  .new-styling.xs-wsize-36 {
    width: 36px;
  }
  .new-styling.xs-hsize-36 {
    height: 36px;
  }
  .new-styling.xs-size-40 {
    width: 40px;
    height: 40px;
  }
  .new-styling.xs-wsize-40 {
    width: 40px;
  }
  .new-styling.xs-hsize-40 {
    height: 40px;
  }
  .new-styling.xs-size-44 {
    width: 44px;
    height: 44px;
  }
  .new-styling.xs-wsize-44 {
    width: 44px;
  }
  .new-styling.xs-hsize-44 {
    height: 44px;
  }
  .new-styling.xs-size-48 {
    width: 48px;
    height: 48px;
  }
  .new-styling.xs-wsize-48 {
    width: 48px;
  }
  .new-styling.xs-hsize-48 {
    height: 48px;
  }
  .new-styling.xs-size-56 {
    width: 56px;
    height: 56px;
  }
  .new-styling.xs-wsize-56 {
    width: 56px;
  }
  .new-styling.xs-hsize-56 {
    height: 56px;
  }
  .new-styling.xs-size-64 {
    width: 64px;
    height: 64px;
  }
  .new-styling.xs-wsize-64 {
    width: 64px;
  }
  .new-styling.xs-hsize-64 {
    height: 64px;
  }
  .new-styling.xs-size-80 {
    width: 80px;
    height: 80px;
  }
  .new-styling.xs-wsize-80 {
    width: 80px;
  }
  .new-styling.xs-hsize-80 {
    height: 80px;
  }
  .new-styling.xs-size-84 {
    width: 84px;
    height: 84px;
  }
  .new-styling.xs-wsize-84 {
    width: 84px;
  }
  .new-styling.xs-hsize-84 {
    height: 84px;
  }
  .new-styling.xs-size-88 {
    width: 88px;
    height: 88px;
  }
  .new-styling.xs-wsize-88 {
    width: 88px;
  }
  .new-styling.xs-hsize-88 {
    height: 88px;
  }
}

.new-styling.ma-auto {
  margin: auto;
}

.new-styling.my-auto {
  margin-top: auto;
  margin-bottom: auto;
}

.new-styling.mx-auto {
  margin-right: auto;
  margin-left: auto;
}

.new-styling.mt-auto {
  margin-top: auto;
}

.new-styling.mr-auto {
  margin-right: auto;
}

.new-styling.mb-auto {
  margin-bottom: auto;
}

.new-styling.ml-auto {
  margin-left: auto;
}

.new-styling.ma-0 {
  margin: 0px;
}

.new-styling.my-0 {
  margin-top: 0px;
  margin-bottom: 0px;
}

.new-styling.mx-0 {
  margin-right: 0px;
  margin-left: 0px;
}

.new-styling.mt-0 {
  margin-top: 0px;
}

.new-styling.mr-0 {
  margin-right: 0px;
}

.new-styling.mb-0 {
  margin-bottom: 0px;
}

.new-styling.ml-0 {
  margin-left: 0px;
}

.new-styling.ma-4 {
  margin: 4px;
}

.new-styling.my-4 {
  margin-top: 4px;
  margin-bottom: 4px;
}

.new-styling.mx-4 {
  margin-right: 4px;
  margin-left: 4px;
}

.new-styling.mt-4 {
  margin-top: 4px;
}

.new-styling.mr-4 {
  margin-right: 4px;
}

.new-styling.mb-4 {
  margin-bottom: 4px;
}

.new-styling.ml-4 {
  margin-left: 4px;
}

.new-styling.ma-8 {
  margin: 8px;
}

.new-styling.my-8 {
  margin-top: 8px;
  margin-bottom: 8px;
}

.new-styling.mx-8 {
  margin-right: 8px;
  margin-left: 8px;
}

.new-styling.mt-8 {
  margin-top: 8px;
}

.new-styling.mr-8 {
  margin-right: 8px;
}

.new-styling.mb-8 {
  margin-bottom: 8px;
}

.new-styling.ml-8 {
  margin-left: 8px;
}

.new-styling.ma-12 {
  margin: 12px;
}

.new-styling.my-12 {
  margin-top: 12px;
  margin-bottom: 12px;
}

.new-styling.mx-12 {
  margin-right: 12px;
  margin-left: 12px;
}

.new-styling.mt-12 {
  margin-top: 12px;
}

.new-styling.mr-12 {
  margin-right: 12px;
}

.new-styling.mb-12 {
  margin-bottom: 12px;
}

.new-styling.ml-12 {
  margin-left: 12px;
}

.new-styling.ma-16 {
  margin: 16px;
}

.new-styling.my-16 {
  margin-top: 16px;
  margin-bottom: 16px;
}

.new-styling.mx-16 {
  margin-right: 16px;
  margin-left: 16px;
}

.new-styling.mt-16 {
  margin-top: 16px;
}

.new-styling.mr-16 {
  margin-right: 16px;
}

.new-styling.mb-16 {
  margin-bottom: 16px;
}

.new-styling.ml-16 {
  margin-left: 16px;
}

.new-styling.ma-20 {
  margin: 20px;
}

.new-styling.my-20 {
  margin-top: 20px;
  margin-bottom: 20px;
}

.new-styling.mx-20 {
  margin-right: 20px;
  margin-left: 20px;
}

.new-styling.mt-20 {
  margin-top: 20px;
}

.new-styling.mr-20 {
  margin-right: 20px;
}

.new-styling.mb-20 {
  margin-bottom: 20px;
}

.new-styling.ml-20 {
  margin-left: 20px;
}

.new-styling.ma-24 {
  margin: 24px;
}

.new-styling.my-24 {
  margin-top: 24px;
  margin-bottom: 24px;
}

.new-styling.mx-24 {
  margin-right: 24px;
  margin-left: 24px;
}

.new-styling.mt-24 {
  margin-top: 24px;
}

.new-styling.mr-24 {
  margin-right: 24px;
}

.new-styling.mb-24 {
  margin-bottom: 24px;
}

.new-styling.ml-24 {
  margin-left: 24px;
}

.new-styling.ma-28 {
  margin: 28px;
}

.new-styling.my-28 {
  margin-top: 28px;
  margin-bottom: 28px;
}

.new-styling.mx-28 {
  margin-right: 28px;
  margin-left: 28px;
}

.new-styling.mt-28 {
  margin-top: 28px;
}

.new-styling.mr-28 {
  margin-right: 28px;
}

.new-styling.mb-28 {
  margin-bottom: 28px;
}

.new-styling.ml-28 {
  margin-left: 28px;
}

.new-styling.ma-32 {
  margin: 32px;
}

.new-styling.my-32 {
  margin-top: 32px;
  margin-bottom: 32px;
}

.new-styling.mx-32 {
  margin-right: 32px;
  margin-left: 32px;
}

.new-styling.mt-32 {
  margin-top: 32px;
}

.new-styling.mr-32 {
  margin-right: 32px;
}

.new-styling.mb-32 {
  margin-bottom: 32px;
}

.new-styling.ml-32 {
  margin-left: 32px;
}

.new-styling.ma-36 {
  margin: 36px;
}

.new-styling.my-36 {
  margin-top: 36px;
  margin-bottom: 36px;
}

.new-styling.mx-36 {
  margin-right: 36px;
  margin-left: 36px;
}

.new-styling.mt-36 {
  margin-top: 36px;
}

.new-styling.mr-36 {
  margin-right: 36px;
}

.new-styling.mb-36 {
  margin-bottom: 36px;
}

.new-styling.ml-36 {
  margin-left: 36px;
}

.new-styling.ma-40 {
  margin: 40px;
}

.new-styling.my-40 {
  margin-top: 40px;
  margin-bottom: 40px;
}

.new-styling.mx-40 {
  margin-right: 40px;
  margin-left: 40px;
}

.new-styling.mt-40 {
  margin-top: 40px;
}

.new-styling.mr-40 {
  margin-right: 40px;
}

.new-styling.mb-40 {
  margin-bottom: 40px;
}

.new-styling.ml-40 {
  margin-left: 40px;
}

.new-styling.ma-44 {
  margin: 44px;
}

.new-styling.my-44 {
  margin-top: 44px;
  margin-bottom: 44px;
}

.new-styling.mx-44 {
  margin-right: 44px;
  margin-left: 44px;
}

.new-styling.mt-44 {
  margin-top: 44px;
}

.new-styling.mr-44 {
  margin-right: 44px;
}

.new-styling.mb-44 {
  margin-bottom: 44px;
}

.new-styling.ml-44 {
  margin-left: 44px;
}

.new-styling.ma-48 {
  margin: 48px;
}

.new-styling.my-48 {
  margin-top: 48px;
  margin-bottom: 48px;
}

.new-styling.mx-48 {
  margin-right: 48px;
  margin-left: 48px;
}

.new-styling.mt-48 {
  margin-top: 48px;
}

.new-styling.mr-48 {
  margin-right: 48px;
}

.new-styling.mb-48 {
  margin-bottom: 48px;
}

.new-styling.ml-48 {
  margin-left: 48px;
}

.new-styling.ma-56 {
  margin: 56px;
}

.new-styling.my-56 {
  margin-top: 56px;
  margin-bottom: 56px;
}

.new-styling.mx-56 {
  margin-right: 56px;
  margin-left: 56px;
}

.new-styling.mt-56 {
  margin-top: 56px;
}

.new-styling.mr-56 {
  margin-right: 56px;
}

.new-styling.mb-56 {
  margin-bottom: 56px;
}

.new-styling.ml-56 {
  margin-left: 56px;
}

.new-styling.ma-60 {
  margin: 60px;
}

.new-styling.my-60 {
  margin-top: 60px;
  margin-bottom: 60px;
}

.new-styling.mx-60 {
  margin-right: 60px;
  margin-left: 60px;
}

.new-styling.mt-60 {
  margin-top: 60px;
}

.new-styling.mr-60 {
  margin-right: 60px;
}

.new-styling.mb-60 {
  margin-bottom: 60px;
}

.new-styling.ml-60 {
  margin-left: 60px;
}

.new-styling.ma-64 {
  margin: 64px;
}

.new-styling.my-64 {
  margin-top: 64px;
  margin-bottom: 64px;
}

.new-styling.mx-64 {
  margin-right: 64px;
  margin-left: 64px;
}

.new-styling.mt-64 {
  margin-top: 64px;
}

.new-styling.mr-64 {
  margin-right: 64px;
}

.new-styling.mb-64 {
  margin-bottom: 64px;
}

.new-styling.ml-64 {
  margin-left: 64px;
}

.new-styling.ma-68 {
  margin: 68px;
}

.new-styling.my-68 {
  margin-top: 68px;
  margin-bottom: 68px;
}

.new-styling.mx-68 {
  margin-right: 68px;
  margin-left: 68px;
}

.new-styling.mt-68 {
  margin-top: 68px;
}

.new-styling.mr-68 {
  margin-right: 68px;
}

.new-styling.mb-68 {
  margin-bottom: 68px;
}

.new-styling.ml-68 {
  margin-left: 68px;
}

.new-styling.ma-72 {
  margin: 72px;
}

.new-styling.my-72 {
  margin-top: 72px;
  margin-bottom: 72px;
}

.new-styling.mx-72 {
  margin-right: 72px;
  margin-left: 72px;
}

.new-styling.mt-72 {
  margin-top: 72px;
}

.new-styling.mr-72 {
  margin-right: 72px;
}

.new-styling.mb-72 {
  margin-bottom: 72px;
}

.new-styling.ml-72 {
  margin-left: 72px;
}

.new-styling.ma-80 {
  margin: 80px;
}

.new-styling.my-80 {
  margin-top: 80px;
  margin-bottom: 80px;
}

.new-styling.mx-80 {
  margin-right: 80px;
  margin-left: 80px;
}

.new-styling.mt-80 {
  margin-top: 80px;
}

.new-styling.mr-80 {
  margin-right: 80px;
}

.new-styling.mb-80 {
  margin-bottom: 80px;
}

.new-styling.ml-80 {
  margin-left: 80px;
}

.new-styling.ma-100 {
  margin: 100px;
}

.new-styling.my-100 {
  margin-top: 100px;
  margin-bottom: 100px;
}

.new-styling.mx-100 {
  margin-right: 100px;
  margin-left: 100px;
}

.new-styling.mt-100 {
  margin-top: 100px;
}

.new-styling.mr-100 {
  margin-right: 100px;
}

.new-styling.mb-100 {
  margin-bottom: 100px;
}

.new-styling.ml-100 {
  margin-left: 100px;
}

.new-styling.ma-120 {
  margin: 120px;
}

.new-styling.my-120 {
  margin-top: 120px;
  margin-bottom: 120px;
}

.new-styling.mx-120 {
  margin-right: 120px;
  margin-left: 120px;
}

.new-styling.mt-120 {
  margin-top: 120px;
}

.new-styling.mr-120 {
  margin-right: 120px;
}

.new-styling.mb-120 {
  margin-bottom: 120px;
}

.new-styling.ml-120 {
  margin-left: 120px;
}

.new-styling.ma-200 {
  margin: 200px;
}

.new-styling.my-200 {
  margin-top: 200px;
  margin-bottom: 200px;
}

.new-styling.mx-200 {
  margin-right: 200px;
  margin-left: 200px;
}

.new-styling.mt-200 {
  margin-top: 200px;
}

.new-styling.mr-200 {
  margin-right: 200px;
}

.new-styling.mb-200 {
  margin-bottom: 200px;
}

.new-styling.ml-200 {
  margin-left: 200px;
}

.new-styling.ma-240 {
  margin: 240px;
}

.new-styling.my-240 {
  margin-top: 240px;
  margin-bottom: 240px;
}

.new-styling.mx-240 {
  margin-right: 240px;
  margin-left: 240px;
}

.new-styling.mt-240 {
  margin-top: 240px;
}

.new-styling.mr-240 {
  margin-right: 240px;
}

.new-styling.mb-240 {
  margin-bottom: 240px;
}

.new-styling.ml-240 {
  margin-left: 240px;
}

@media screen and (max-width: 1199px) {
  .new-styling.md-ma-auto {
    margin: auto;
  }
  .new-styling.md-my-auto {
    margin-top: auto;
    margin-bottom: auto;
  }
  .new-styling.md-mx-auto {
    margin-right: auto;
    margin-left: auto;
  }
  .new-styling.md-mt-auto {
    margin-top: auto;
  }
  .new-styling.md-mr-auto {
    margin-right: auto;
  }
  .new-styling.md-mb-auto {
    margin-bottom: auto;
  }
  .new-styling.md-ml-auto {
    margin-left: auto;
  }
  .new-styling.md-ma-0 {
    margin: 0px;
  }
  .new-styling.md-my-0 {
    margin-top: 0px;
    margin-bottom: 0px;
  }
  .new-styling.md-mx-0 {
    margin-right: 0px;
    margin-left: 0px;
  }
  .new-styling.md-mt-0 {
    margin-top: 0px;
  }
  .new-styling.md-mr-0 {
    margin-right: 0px;
  }
  .new-styling.md-mb-0 {
    margin-bottom: 0px;
  }
  .new-styling.md-ml-0 {
    margin-left: 0px;
  }
  .new-styling.md-ma-4 {
    margin: 4px;
  }
  .new-styling.md-my-4 {
    margin-top: 4px;
    margin-bottom: 4px;
  }
  .new-styling.md-mx-4 {
    margin-right: 4px;
    margin-left: 4px;
  }
  .new-styling.md-mt-4 {
    margin-top: 4px;
  }
  .new-styling.md-mr-4 {
    margin-right: 4px;
  }
  .new-styling.md-mb-4 {
    margin-bottom: 4px;
  }
  .new-styling.md-ml-4 {
    margin-left: 4px;
  }
  .new-styling.md-ma-8 {
    margin: 8px;
  }
  .new-styling.md-my-8 {
    margin-top: 8px;
    margin-bottom: 8px;
  }
  .new-styling.md-mx-8 {
    margin-right: 8px;
    margin-left: 8px;
  }
  .new-styling.md-mt-8 {
    margin-top: 8px;
  }
  .new-styling.md-mr-8 {
    margin-right: 8px;
  }
  .new-styling.md-mb-8 {
    margin-bottom: 8px;
  }
  .new-styling.md-ml-8 {
    margin-left: 8px;
  }
  .new-styling.md-ma-12 {
    margin: 12px;
  }
  .new-styling.md-my-12 {
    margin-top: 12px;
    margin-bottom: 12px;
  }
  .new-styling.md-mx-12 {
    margin-right: 12px;
    margin-left: 12px;
  }
  .new-styling.md-mt-12 {
    margin-top: 12px;
  }
  .new-styling.md-mr-12 {
    margin-right: 12px;
  }
  .new-styling.md-mb-12 {
    margin-bottom: 12px;
  }
  .new-styling.md-ml-12 {
    margin-left: 12px;
  }
  .new-styling.md-ma-16 {
    margin: 16px;
  }
  .new-styling.md-my-16 {
    margin-top: 16px;
    margin-bottom: 16px;
  }
  .new-styling.md-mx-16 {
    margin-right: 16px;
    margin-left: 16px;
  }
  .new-styling.md-mt-16 {
    margin-top: 16px;
  }
  .new-styling.md-mr-16 {
    margin-right: 16px;
  }
  .new-styling.md-mb-16 {
    margin-bottom: 16px;
  }
  .new-styling.md-ml-16 {
    margin-left: 16px;
  }
  .new-styling.md-ma-20 {
    margin: 20px;
  }
  .new-styling.md-my-20 {
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .new-styling.md-mx-20 {
    margin-right: 20px;
    margin-left: 20px;
  }
  .new-styling.md-mt-20 {
    margin-top: 20px;
  }
  .new-styling.md-mr-20 {
    margin-right: 20px;
  }
  .new-styling.md-mb-20 {
    margin-bottom: 20px;
  }
  .new-styling.md-ml-20 {
    margin-left: 20px;
  }
  .new-styling.md-ma-24 {
    margin: 24px;
  }
  .new-styling.md-my-24 {
    margin-top: 24px;
    margin-bottom: 24px;
  }
  .new-styling.md-mx-24 {
    margin-right: 24px;
    margin-left: 24px;
  }
  .new-styling.md-mt-24 {
    margin-top: 24px;
  }
  .new-styling.md-mr-24 {
    margin-right: 24px;
  }
  .new-styling.md-mb-24 {
    margin-bottom: 24px;
  }
  .new-styling.md-ml-24 {
    margin-left: 24px;
  }
  .new-styling.md-ma-28 {
    margin: 28px;
  }
  .new-styling.md-my-28 {
    margin-top: 28px;
    margin-bottom: 28px;
  }
  .new-styling.md-mx-28 {
    margin-right: 28px;
    margin-left: 28px;
  }
  .new-styling.md-mt-28 {
    margin-top: 28px;
  }
  .new-styling.md-mr-28 {
    margin-right: 28px;
  }
  .new-styling.md-mb-28 {
    margin-bottom: 28px;
  }
  .new-styling.md-ml-28 {
    margin-left: 28px;
  }
  .new-styling.md-ma-32 {
    margin: 32px;
  }
  .new-styling.md-my-32 {
    margin-top: 32px;
    margin-bottom: 32px;
  }
  .new-styling.md-mx-32 {
    margin-right: 32px;
    margin-left: 32px;
  }
  .new-styling.md-mt-32 {
    margin-top: 32px;
  }
  .new-styling.md-mr-32 {
    margin-right: 32px;
  }
  .new-styling.md-mb-32 {
    margin-bottom: 32px;
  }
  .new-styling.md-ml-32 {
    margin-left: 32px;
  }
  .new-styling.md-ma-36 {
    margin: 36px;
  }
  .new-styling.md-my-36 {
    margin-top: 36px;
    margin-bottom: 36px;
  }
  .new-styling.md-mx-36 {
    margin-right: 36px;
    margin-left: 36px;
  }
  .new-styling.md-mt-36 {
    margin-top: 36px;
  }
  .new-styling.md-mr-36 {
    margin-right: 36px;
  }
  .new-styling.md-mb-36 {
    margin-bottom: 36px;
  }
  .new-styling.md-ml-36 {
    margin-left: 36px;
  }
  .new-styling.md-ma-40 {
    margin: 40px;
  }
  .new-styling.md-my-40 {
    margin-top: 40px;
    margin-bottom: 40px;
  }
  .new-styling.md-mx-40 {
    margin-right: 40px;
    margin-left: 40px;
  }
  .new-styling.md-mt-40 {
    margin-top: 40px;
  }
  .new-styling.md-mr-40 {
    margin-right: 40px;
  }
  .new-styling.md-mb-40 {
    margin-bottom: 40px;
  }
  .new-styling.md-ml-40 {
    margin-left: 40px;
  }
  .new-styling.md-ma-44 {
    margin: 44px;
  }
  .new-styling.md-my-44 {
    margin-top: 44px;
    margin-bottom: 44px;
  }
  .new-styling.md-mx-44 {
    margin-right: 44px;
    margin-left: 44px;
  }
  .new-styling.md-mt-44 {
    margin-top: 44px;
  }
  .new-styling.md-mr-44 {
    margin-right: 44px;
  }
  .new-styling.md-mb-44 {
    margin-bottom: 44px;
  }
  .new-styling.md-ml-44 {
    margin-left: 44px;
  }
  .new-styling.md-ma-48 {
    margin: 48px;
  }
  .new-styling.md-my-48 {
    margin-top: 48px;
    margin-bottom: 48px;
  }
  .new-styling.md-mx-48 {
    margin-right: 48px;
    margin-left: 48px;
  }
  .new-styling.md-mt-48 {
    margin-top: 48px;
  }
  .new-styling.md-mr-48 {
    margin-right: 48px;
  }
  .new-styling.md-mb-48 {
    margin-bottom: 48px;
  }
  .new-styling.md-ml-48 {
    margin-left: 48px;
  }
  .new-styling.md-ma-56 {
    margin: 56px;
  }
  .new-styling.md-my-56 {
    margin-top: 56px;
    margin-bottom: 56px;
  }
  .new-styling.md-mx-56 {
    margin-right: 56px;
    margin-left: 56px;
  }
  .new-styling.md-mt-56 {
    margin-top: 56px;
  }
  .new-styling.md-mr-56 {
    margin-right: 56px;
  }
  .new-styling.md-mb-56 {
    margin-bottom: 56px;
  }
  .new-styling.md-ml-56 {
    margin-left: 56px;
  }
  .new-styling.md-ma-60 {
    margin: 60px;
  }
  .new-styling.md-my-60 {
    margin-top: 60px;
    margin-bottom: 60px;
  }
  .new-styling.md-mx-60 {
    margin-right: 60px;
    margin-left: 60px;
  }
  .new-styling.md-mt-60 {
    margin-top: 60px;
  }
  .new-styling.md-mr-60 {
    margin-right: 60px;
  }
  .new-styling.md-mb-60 {
    margin-bottom: 60px;
  }
  .new-styling.md-ml-60 {
    margin-left: 60px;
  }
  .new-styling.md-ma-64 {
    margin: 64px;
  }
  .new-styling.md-my-64 {
    margin-top: 64px;
    margin-bottom: 64px;
  }
  .new-styling.md-mx-64 {
    margin-right: 64px;
    margin-left: 64px;
  }
  .new-styling.md-mt-64 {
    margin-top: 64px;
  }
  .new-styling.md-mr-64 {
    margin-right: 64px;
  }
  .new-styling.md-mb-64 {
    margin-bottom: 64px;
  }
  .new-styling.md-ml-64 {
    margin-left: 64px;
  }
  .new-styling.md-ma-68 {
    margin: 68px;
  }
  .new-styling.md-my-68 {
    margin-top: 68px;
    margin-bottom: 68px;
  }
  .new-styling.md-mx-68 {
    margin-right: 68px;
    margin-left: 68px;
  }
  .new-styling.md-mt-68 {
    margin-top: 68px;
  }
  .new-styling.md-mr-68 {
    margin-right: 68px;
  }
  .new-styling.md-mb-68 {
    margin-bottom: 68px;
  }
  .new-styling.md-ml-68 {
    margin-left: 68px;
  }
  .new-styling.md-ma-72 {
    margin: 72px;
  }
  .new-styling.md-my-72 {
    margin-top: 72px;
    margin-bottom: 72px;
  }
  .new-styling.md-mx-72 {
    margin-right: 72px;
    margin-left: 72px;
  }
  .new-styling.md-mt-72 {
    margin-top: 72px;
  }
  .new-styling.md-mr-72 {
    margin-right: 72px;
  }
  .new-styling.md-mb-72 {
    margin-bottom: 72px;
  }
  .new-styling.md-ml-72 {
    margin-left: 72px;
  }
  .new-styling.md-ma-80 {
    margin: 80px;
  }
  .new-styling.md-my-80 {
    margin-top: 80px;
    margin-bottom: 80px;
  }
  .new-styling.md-mx-80 {
    margin-right: 80px;
    margin-left: 80px;
  }
  .new-styling.md-mt-80 {
    margin-top: 80px;
  }
  .new-styling.md-mr-80 {
    margin-right: 80px;
  }
  .new-styling.md-mb-80 {
    margin-bottom: 80px;
  }
  .new-styling.md-ml-80 {
    margin-left: 80px;
  }
  .new-styling.md-ma-100 {
    margin: 100px;
  }
  .new-styling.md-my-100 {
    margin-top: 100px;
    margin-bottom: 100px;
  }
  .new-styling.md-mx-100 {
    margin-right: 100px;
    margin-left: 100px;
  }
  .new-styling.md-mt-100 {
    margin-top: 100px;
  }
  .new-styling.md-mr-100 {
    margin-right: 100px;
  }
  .new-styling.md-mb-100 {
    margin-bottom: 100px;
  }
  .new-styling.md-ml-100 {
    margin-left: 100px;
  }
  .new-styling.md-ma-120 {
    margin: 120px;
  }
  .new-styling.md-my-120 {
    margin-top: 120px;
    margin-bottom: 120px;
  }
  .new-styling.md-mx-120 {
    margin-right: 120px;
    margin-left: 120px;
  }
  .new-styling.md-mt-120 {
    margin-top: 120px;
  }
  .new-styling.md-mr-120 {
    margin-right: 120px;
  }
  .new-styling.md-mb-120 {
    margin-bottom: 120px;
  }
  .new-styling.md-ml-120 {
    margin-left: 120px;
  }
  .new-styling.md-ma-200 {
    margin: 200px;
  }
  .new-styling.md-my-200 {
    margin-top: 200px;
    margin-bottom: 200px;
  }
  .new-styling.md-mx-200 {
    margin-right: 200px;
    margin-left: 200px;
  }
  .new-styling.md-mt-200 {
    margin-top: 200px;
  }
  .new-styling.md-mr-200 {
    margin-right: 200px;
  }
  .new-styling.md-mb-200 {
    margin-bottom: 200px;
  }
  .new-styling.md-ml-200 {
    margin-left: 200px;
  }
  .new-styling.md-ma-240 {
    margin: 240px;
  }
  .new-styling.md-my-240 {
    margin-top: 240px;
    margin-bottom: 240px;
  }
  .new-styling.md-mx-240 {
    margin-right: 240px;
    margin-left: 240px;
  }
  .new-styling.md-mt-240 {
    margin-top: 240px;
  }
  .new-styling.md-mr-240 {
    margin-right: 240px;
  }
  .new-styling.md-mb-240 {
    margin-bottom: 240px;
  }
  .new-styling.md-ml-240 {
    margin-left: 240px;
  }
}

@media screen and (max-width: 991px) {
  .new-styling.sm-ma-auto {
    margin: auto;
  }
  .new-styling.sm-my-auto {
    margin-top: auto;
    margin-bottom: auto;
  }
  .new-styling.sm-mx-auto {
    margin-right: auto;
    margin-left: auto;
  }
  .new-styling.sm-mt-auto {
    margin-top: auto;
  }
  .new-styling.sm-mr-auto {
    margin-right: auto;
  }
  .new-styling.sm-mb-auto {
    margin-bottom: auto;
  }
  .new-styling.sm-ml-auto {
    margin-left: auto;
  }
  .new-styling.sm-ma-0 {
    margin: 0px;
  }
  .new-styling.sm-my-0 {
    margin-top: 0px;
    margin-bottom: 0px;
  }
  .new-styling.sm-mx-0 {
    margin-right: 0px;
    margin-left: 0px;
  }
  .new-styling.sm-mt-0 {
    margin-top: 0px;
  }
  .new-styling.sm-mr-0 {
    margin-right: 0px;
  }
  .new-styling.sm-mb-0 {
    margin-bottom: 0px;
  }
  .new-styling.sm-ml-0 {
    margin-left: 0px;
  }
  .new-styling.sm-ma-4 {
    margin: 4px;
  }
  .new-styling.sm-my-4 {
    margin-top: 4px;
    margin-bottom: 4px;
  }
  .new-styling.sm-mx-4 {
    margin-right: 4px;
    margin-left: 4px;
  }
  .new-styling.sm-mt-4 {
    margin-top: 4px;
  }
  .new-styling.sm-mr-4 {
    margin-right: 4px;
  }
  .new-styling.sm-mb-4 {
    margin-bottom: 4px;
  }
  .new-styling.sm-ml-4 {
    margin-left: 4px;
  }
  .new-styling.sm-ma-8 {
    margin: 8px;
  }
  .new-styling.sm-my-8 {
    margin-top: 8px;
    margin-bottom: 8px;
  }
  .new-styling.sm-mx-8 {
    margin-right: 8px;
    margin-left: 8px;
  }
  .new-styling.sm-mt-8 {
    margin-top: 8px;
  }
  .new-styling.sm-mr-8 {
    margin-right: 8px;
  }
  .new-styling.sm-mb-8 {
    margin-bottom: 8px;
  }
  .new-styling.sm-ml-8 {
    margin-left: 8px;
  }
  .new-styling.sm-ma-12 {
    margin: 12px;
  }
  .new-styling.sm-my-12 {
    margin-top: 12px;
    margin-bottom: 12px;
  }
  .new-styling.sm-mx-12 {
    margin-right: 12px;
    margin-left: 12px;
  }
  .new-styling.sm-mt-12 {
    margin-top: 12px;
  }
  .new-styling.sm-mr-12 {
    margin-right: 12px;
  }
  .new-styling.sm-mb-12 {
    margin-bottom: 12px;
  }
  .new-styling.sm-ml-12 {
    margin-left: 12px;
  }
  .new-styling.sm-ma-16 {
    margin: 16px;
  }
  .new-styling.sm-my-16 {
    margin-top: 16px;
    margin-bottom: 16px;
  }
  .new-styling.sm-mx-16 {
    margin-right: 16px;
    margin-left: 16px;
  }
  .new-styling.sm-mt-16 {
    margin-top: 16px;
  }
  .new-styling.sm-mr-16 {
    margin-right: 16px;
  }
  .new-styling.sm-mb-16 {
    margin-bottom: 16px;
  }
  .new-styling.sm-ml-16 {
    margin-left: 16px;
  }
  .new-styling.sm-ma-20 {
    margin: 20px;
  }
  .new-styling.sm-my-20 {
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .new-styling.sm-mx-20 {
    margin-right: 20px;
    margin-left: 20px;
  }
  .new-styling.sm-mt-20 {
    margin-top: 20px;
  }
  .new-styling.sm-mr-20 {
    margin-right: 20px;
  }
  .new-styling.sm-mb-20 {
    margin-bottom: 20px;
  }
  .new-styling.sm-ml-20 {
    margin-left: 20px;
  }
  .new-styling.sm-ma-24 {
    margin: 24px;
  }
  .new-styling.sm-my-24 {
    margin-top: 24px;
    margin-bottom: 24px;
  }
  .new-styling.sm-mx-24 {
    margin-right: 24px;
    margin-left: 24px;
  }
  .new-styling.sm-mt-24 {
    margin-top: 24px;
  }
  .new-styling.sm-mr-24 {
    margin-right: 24px;
  }
  .new-styling.sm-mb-24 {
    margin-bottom: 24px;
  }
  .new-styling.sm-ml-24 {
    margin-left: 24px;
  }
  .new-styling.sm-ma-28 {
    margin: 28px;
  }
  .new-styling.sm-my-28 {
    margin-top: 28px;
    margin-bottom: 28px;
  }
  .new-styling.sm-mx-28 {
    margin-right: 28px;
    margin-left: 28px;
  }
  .new-styling.sm-mt-28 {
    margin-top: 28px;
  }
  .new-styling.sm-mr-28 {
    margin-right: 28px;
  }
  .new-styling.sm-mb-28 {
    margin-bottom: 28px;
  }
  .new-styling.sm-ml-28 {
    margin-left: 28px;
  }
  .new-styling.sm-ma-32 {
    margin: 32px;
  }
  .new-styling.sm-my-32 {
    margin-top: 32px;
    margin-bottom: 32px;
  }
  .new-styling.sm-mx-32 {
    margin-right: 32px;
    margin-left: 32px;
  }
  .new-styling.sm-mt-32 {
    margin-top: 32px;
  }
  .new-styling.sm-mr-32 {
    margin-right: 32px;
  }
  .new-styling.sm-mb-32 {
    margin-bottom: 32px;
  }
  .new-styling.sm-ml-32 {
    margin-left: 32px;
  }
  .new-styling.sm-ma-36 {
    margin: 36px;
  }
  .new-styling.sm-my-36 {
    margin-top: 36px;
    margin-bottom: 36px;
  }
  .new-styling.sm-mx-36 {
    margin-right: 36px;
    margin-left: 36px;
  }
  .new-styling.sm-mt-36 {
    margin-top: 36px;
  }
  .new-styling.sm-mr-36 {
    margin-right: 36px;
  }
  .new-styling.sm-mb-36 {
    margin-bottom: 36px;
  }
  .new-styling.sm-ml-36 {
    margin-left: 36px;
  }
  .new-styling.sm-ma-40 {
    margin: 40px;
  }
  .new-styling.sm-my-40 {
    margin-top: 40px;
    margin-bottom: 40px;
  }
  .new-styling.sm-mx-40 {
    margin-right: 40px;
    margin-left: 40px;
  }
  .new-styling.sm-mt-40 {
    margin-top: 40px;
  }
  .new-styling.sm-mr-40 {
    margin-right: 40px;
  }
  .new-styling.sm-mb-40 {
    margin-bottom: 40px;
  }
  .new-styling.sm-ml-40 {
    margin-left: 40px;
  }
  .new-styling.sm-ma-44 {
    margin: 44px;
  }
  .new-styling.sm-my-44 {
    margin-top: 44px;
    margin-bottom: 44px;
  }
  .new-styling.sm-mx-44 {
    margin-right: 44px;
    margin-left: 44px;
  }
  .new-styling.sm-mt-44 {
    margin-top: 44px;
  }
  .new-styling.sm-mr-44 {
    margin-right: 44px;
  }
  .new-styling.sm-mb-44 {
    margin-bottom: 44px;
  }
  .new-styling.sm-ml-44 {
    margin-left: 44px;
  }
  .new-styling.sm-ma-48 {
    margin: 48px;
  }
  .new-styling.sm-my-48 {
    margin-top: 48px;
    margin-bottom: 48px;
  }
  .new-styling.sm-mx-48 {
    margin-right: 48px;
    margin-left: 48px;
  }
  .new-styling.sm-mt-48 {
    margin-top: 48px;
  }
  .new-styling.sm-mr-48 {
    margin-right: 48px;
  }
  .new-styling.sm-mb-48 {
    margin-bottom: 48px;
  }
  .new-styling.sm-ml-48 {
    margin-left: 48px;
  }
  .new-styling.sm-ma-56 {
    margin: 56px;
  }
  .new-styling.sm-my-56 {
    margin-top: 56px;
    margin-bottom: 56px;
  }
  .new-styling.sm-mx-56 {
    margin-right: 56px;
    margin-left: 56px;
  }
  .new-styling.sm-mt-56 {
    margin-top: 56px;
  }
  .new-styling.sm-mr-56 {
    margin-right: 56px;
  }
  .new-styling.sm-mb-56 {
    margin-bottom: 56px;
  }
  .new-styling.sm-ml-56 {
    margin-left: 56px;
  }
  .new-styling.sm-ma-60 {
    margin: 60px;
  }
  .new-styling.sm-my-60 {
    margin-top: 60px;
    margin-bottom: 60px;
  }
  .new-styling.sm-mx-60 {
    margin-right: 60px;
    margin-left: 60px;
  }
  .new-styling.sm-mt-60 {
    margin-top: 60px;
  }
  .new-styling.sm-mr-60 {
    margin-right: 60px;
  }
  .new-styling.sm-mb-60 {
    margin-bottom: 60px;
  }
  .new-styling.sm-ml-60 {
    margin-left: 60px;
  }
  .new-styling.sm-ma-64 {
    margin: 64px;
  }
  .new-styling.sm-my-64 {
    margin-top: 64px;
    margin-bottom: 64px;
  }
  .new-styling.sm-mx-64 {
    margin-right: 64px;
    margin-left: 64px;
  }
  .new-styling.sm-mt-64 {
    margin-top: 64px;
  }
  .new-styling.sm-mr-64 {
    margin-right: 64px;
  }
  .new-styling.sm-mb-64 {
    margin-bottom: 64px;
  }
  .new-styling.sm-ml-64 {
    margin-left: 64px;
  }
  .new-styling.sm-ma-68 {
    margin: 68px;
  }
  .new-styling.sm-my-68 {
    margin-top: 68px;
    margin-bottom: 68px;
  }
  .new-styling.sm-mx-68 {
    margin-right: 68px;
    margin-left: 68px;
  }
  .new-styling.sm-mt-68 {
    margin-top: 68px;
  }
  .new-styling.sm-mr-68 {
    margin-right: 68px;
  }
  .new-styling.sm-mb-68 {
    margin-bottom: 68px;
  }
  .new-styling.sm-ml-68 {
    margin-left: 68px;
  }
  .new-styling.sm-ma-72 {
    margin: 72px;
  }
  .new-styling.sm-my-72 {
    margin-top: 72px;
    margin-bottom: 72px;
  }
  .new-styling.sm-mx-72 {
    margin-right: 72px;
    margin-left: 72px;
  }
  .new-styling.sm-mt-72 {
    margin-top: 72px;
  }
  .new-styling.sm-mr-72 {
    margin-right: 72px;
  }
  .new-styling.sm-mb-72 {
    margin-bottom: 72px;
  }
  .new-styling.sm-ml-72 {
    margin-left: 72px;
  }
  .new-styling.sm-ma-80 {
    margin: 80px;
  }
  .new-styling.sm-my-80 {
    margin-top: 80px;
    margin-bottom: 80px;
  }
  .new-styling.sm-mx-80 {
    margin-right: 80px;
    margin-left: 80px;
  }
  .new-styling.sm-mt-80 {
    margin-top: 80px;
  }
  .new-styling.sm-mr-80 {
    margin-right: 80px;
  }
  .new-styling.sm-mb-80 {
    margin-bottom: 80px;
  }
  .new-styling.sm-ml-80 {
    margin-left: 80px;
  }
  .new-styling.sm-ma-100 {
    margin: 100px;
  }
  .new-styling.sm-my-100 {
    margin-top: 100px;
    margin-bottom: 100px;
  }
  .new-styling.sm-mx-100 {
    margin-right: 100px;
    margin-left: 100px;
  }
  .new-styling.sm-mt-100 {
    margin-top: 100px;
  }
  .new-styling.sm-mr-100 {
    margin-right: 100px;
  }
  .new-styling.sm-mb-100 {
    margin-bottom: 100px;
  }
  .new-styling.sm-ml-100 {
    margin-left: 100px;
  }
  .new-styling.sm-ma-120 {
    margin: 120px;
  }
  .new-styling.sm-my-120 {
    margin-top: 120px;
    margin-bottom: 120px;
  }
  .new-styling.sm-mx-120 {
    margin-right: 120px;
    margin-left: 120px;
  }
  .new-styling.sm-mt-120 {
    margin-top: 120px;
  }
  .new-styling.sm-mr-120 {
    margin-right: 120px;
  }
  .new-styling.sm-mb-120 {
    margin-bottom: 120px;
  }
  .new-styling.sm-ml-120 {
    margin-left: 120px;
  }
  .new-styling.sm-ma-200 {
    margin: 200px;
  }
  .new-styling.sm-my-200 {
    margin-top: 200px;
    margin-bottom: 200px;
  }
  .new-styling.sm-mx-200 {
    margin-right: 200px;
    margin-left: 200px;
  }
  .new-styling.sm-mt-200 {
    margin-top: 200px;
  }
  .new-styling.sm-mr-200 {
    margin-right: 200px;
  }
  .new-styling.sm-mb-200 {
    margin-bottom: 200px;
  }
  .new-styling.sm-ml-200 {
    margin-left: 200px;
  }
  .new-styling.sm-ma-240 {
    margin: 240px;
  }
  .new-styling.sm-my-240 {
    margin-top: 240px;
    margin-bottom: 240px;
  }
  .new-styling.sm-mx-240 {
    margin-right: 240px;
    margin-left: 240px;
  }
  .new-styling.sm-mt-240 {
    margin-top: 240px;
  }
  .new-styling.sm-mr-240 {
    margin-right: 240px;
  }
  .new-styling.sm-mb-240 {
    margin-bottom: 240px;
  }
  .new-styling.sm-ml-240 {
    margin-left: 240px;
  }
}

@media screen and (max-width: 767px) {
  .new-styling.xs-ma-auto {
    margin: auto;
  }
  .new-styling.xs-my-auto {
    margin-top: auto;
    margin-bottom: auto;
  }
  .new-styling.xs-mx-auto {
    margin-right: auto;
    margin-left: auto;
  }
  .new-styling.xs-mt-auto {
    margin-top: auto;
  }
  .new-styling.xs-mr-auto {
    margin-right: auto;
  }
  .new-styling.xs-mb-auto {
    margin-bottom: auto;
  }
  .new-styling.xs-ml-auto {
    margin-left: auto;
  }
  .new-styling.xs-ma-0 {
    margin: 0px;
  }
  .new-styling.xs-my-0 {
    margin-top: 0px;
    margin-bottom: 0px;
  }
  .new-styling.xs-mx-0 {
    margin-right: 0px;
    margin-left: 0px;
  }
  .new-styling.xs-mt-0 {
    margin-top: 0px;
  }
  .new-styling.xs-mr-0 {
    margin-right: 0px;
  }
  .new-styling.xs-mb-0 {
    margin-bottom: 0px;
  }
  .new-styling.xs-ml-0 {
    margin-left: 0px;
  }
  .new-styling.xs-ma-4 {
    margin: 4px;
  }
  .new-styling.xs-my-4 {
    margin-top: 4px;
    margin-bottom: 4px;
  }
  .new-styling.xs-mx-4 {
    margin-right: 4px;
    margin-left: 4px;
  }
  .new-styling.xs-mt-4 {
    margin-top: 4px;
  }
  .new-styling.xs-mr-4 {
    margin-right: 4px;
  }
  .new-styling.xs-mb-4 {
    margin-bottom: 4px;
  }
  .new-styling.xs-ml-4 {
    margin-left: 4px;
  }
  .new-styling.xs-ma-8 {
    margin: 8px;
  }
  .new-styling.xs-my-8 {
    margin-top: 8px;
    margin-bottom: 8px;
  }
  .new-styling.xs-mx-8 {
    margin-right: 8px;
    margin-left: 8px;
  }
  .new-styling.xs-mt-8 {
    margin-top: 8px;
  }
  .new-styling.xs-mr-8 {
    margin-right: 8px;
  }
  .new-styling.xs-mb-8 {
    margin-bottom: 8px;
  }
  .new-styling.xs-ml-8 {
    margin-left: 8px;
  }
  .new-styling.xs-ma-12 {
    margin: 12px;
  }
  .new-styling.xs-my-12 {
    margin-top: 12px;
    margin-bottom: 12px;
  }
  .new-styling.xs-mx-12 {
    margin-right: 12px;
    margin-left: 12px;
  }
  .new-styling.xs-mt-12 {
    margin-top: 12px;
  }
  .new-styling.xs-mr-12 {
    margin-right: 12px;
  }
  .new-styling.xs-mb-12 {
    margin-bottom: 12px;
  }
  .new-styling.xs-ml-12 {
    margin-left: 12px;
  }
  .new-styling.xs-ma-16 {
    margin: 16px;
  }
  .new-styling.xs-my-16 {
    margin-top: 16px;
    margin-bottom: 16px;
  }
  .new-styling.xs-mx-16 {
    margin-right: 16px;
    margin-left: 16px;
  }
  .new-styling.xs-mt-16 {
    margin-top: 16px;
  }
  .new-styling.xs-mr-16 {
    margin-right: 16px;
  }
  .new-styling.xs-mb-16 {
    margin-bottom: 16px;
  }
  .new-styling.xs-ml-16 {
    margin-left: 16px;
  }
  .new-styling.xs-ma-20 {
    margin: 20px;
  }
  .new-styling.xs-my-20 {
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .new-styling.xs-mx-20 {
    margin-right: 20px;
    margin-left: 20px;
  }
  .new-styling.xs-mt-20 {
    margin-top: 20px;
  }
  .new-styling.xs-mr-20 {
    margin-right: 20px;
  }
  .new-styling.xs-mb-20 {
    margin-bottom: 20px;
  }
  .new-styling.xs-ml-20 {
    margin-left: 20px;
  }
  .new-styling.xs-ma-24 {
    margin: 24px;
  }
  .new-styling.xs-my-24 {
    margin-top: 24px;
    margin-bottom: 24px;
  }
  .new-styling.xs-mx-24 {
    margin-right: 24px;
    margin-left: 24px;
  }
  .new-styling.xs-mt-24 {
    margin-top: 24px;
  }
  .new-styling.xs-mr-24 {
    margin-right: 24px;
  }
  .new-styling.xs-mb-24 {
    margin-bottom: 24px;
  }
  .new-styling.xs-ml-24 {
    margin-left: 24px;
  }
  .new-styling.xs-ma-28 {
    margin: 28px;
  }
  .new-styling.xs-my-28 {
    margin-top: 28px;
    margin-bottom: 28px;
  }
  .new-styling.xs-mx-28 {
    margin-right: 28px;
    margin-left: 28px;
  }
  .new-styling.xs-mt-28 {
    margin-top: 28px;
  }
  .new-styling.xs-mr-28 {
    margin-right: 28px;
  }
  .new-styling.xs-mb-28 {
    margin-bottom: 28px;
  }
  .new-styling.xs-ml-28 {
    margin-left: 28px;
  }
  .new-styling.xs-ma-32 {
    margin: 32px;
  }
  .new-styling.xs-my-32 {
    margin-top: 32px;
    margin-bottom: 32px;
  }
  .new-styling.xs-mx-32 {
    margin-right: 32px;
    margin-left: 32px;
  }
  .new-styling.xs-mt-32 {
    margin-top: 32px;
  }
  .new-styling.xs-mr-32 {
    margin-right: 32px;
  }
  .new-styling.xs-mb-32 {
    margin-bottom: 32px;
  }
  .new-styling.xs-ml-32 {
    margin-left: 32px;
  }
  .new-styling.xs-ma-36 {
    margin: 36px;
  }
  .new-styling.xs-my-36 {
    margin-top: 36px;
    margin-bottom: 36px;
  }
  .new-styling.xs-mx-36 {
    margin-right: 36px;
    margin-left: 36px;
  }
  .new-styling.xs-mt-36 {
    margin-top: 36px;
  }
  .new-styling.xs-mr-36 {
    margin-right: 36px;
  }
  .new-styling.xs-mb-36 {
    margin-bottom: 36px;
  }
  .new-styling.xs-ml-36 {
    margin-left: 36px;
  }
  .new-styling.xs-ma-40 {
    margin: 40px;
  }
  .new-styling.xs-my-40 {
    margin-top: 40px;
    margin-bottom: 40px;
  }
  .new-styling.xs-mx-40 {
    margin-right: 40px;
    margin-left: 40px;
  }
  .new-styling.xs-mt-40 {
    margin-top: 40px;
  }
  .new-styling.xs-mr-40 {
    margin-right: 40px;
  }
  .new-styling.xs-mb-40 {
    margin-bottom: 40px;
  }
  .new-styling.xs-ml-40 {
    margin-left: 40px;
  }
  .new-styling.xs-ma-44 {
    margin: 44px;
  }
  .new-styling.xs-my-44 {
    margin-top: 44px;
    margin-bottom: 44px;
  }
  .new-styling.xs-mx-44 {
    margin-right: 44px;
    margin-left: 44px;
  }
  .new-styling.xs-mt-44 {
    margin-top: 44px;
  }
  .new-styling.xs-mr-44 {
    margin-right: 44px;
  }
  .new-styling.xs-mb-44 {
    margin-bottom: 44px;
  }
  .new-styling.xs-ml-44 {
    margin-left: 44px;
  }
  .new-styling.xs-ma-48 {
    margin: 48px;
  }
  .new-styling.xs-my-48 {
    margin-top: 48px;
    margin-bottom: 48px;
  }
  .new-styling.xs-mx-48 {
    margin-right: 48px;
    margin-left: 48px;
  }
  .new-styling.xs-mt-48 {
    margin-top: 48px;
  }
  .new-styling.xs-mr-48 {
    margin-right: 48px;
  }
  .new-styling.xs-mb-48 {
    margin-bottom: 48px;
  }
  .new-styling.xs-ml-48 {
    margin-left: 48px;
  }
  .new-styling.xs-ma-56 {
    margin: 56px;
  }
  .new-styling.xs-my-56 {
    margin-top: 56px;
    margin-bottom: 56px;
  }
  .new-styling.xs-mx-56 {
    margin-right: 56px;
    margin-left: 56px;
  }
  .new-styling.xs-mt-56 {
    margin-top: 56px;
  }
  .new-styling.xs-mr-56 {
    margin-right: 56px;
  }
  .new-styling.xs-mb-56 {
    margin-bottom: 56px;
  }
  .new-styling.xs-ml-56 {
    margin-left: 56px;
  }
  .new-styling.xs-ma-60 {
    margin: 60px;
  }
  .new-styling.xs-my-60 {
    margin-top: 60px;
    margin-bottom: 60px;
  }
  .new-styling.xs-mx-60 {
    margin-right: 60px;
    margin-left: 60px;
  }
  .new-styling.xs-mt-60 {
    margin-top: 60px;
  }
  .new-styling.xs-mr-60 {
    margin-right: 60px;
  }
  .new-styling.xs-mb-60 {
    margin-bottom: 60px;
  }
  .new-styling.xs-ml-60 {
    margin-left: 60px;
  }
  .new-styling.xs-ma-64 {
    margin: 64px;
  }
  .new-styling.xs-my-64 {
    margin-top: 64px;
    margin-bottom: 64px;
  }
  .new-styling.xs-mx-64 {
    margin-right: 64px;
    margin-left: 64px;
  }
  .new-styling.xs-mt-64 {
    margin-top: 64px;
  }
  .new-styling.xs-mr-64 {
    margin-right: 64px;
  }
  .new-styling.xs-mb-64 {
    margin-bottom: 64px;
  }
  .new-styling.xs-ml-64 {
    margin-left: 64px;
  }
  .new-styling.xs-ma-68 {
    margin: 68px;
  }
  .new-styling.xs-my-68 {
    margin-top: 68px;
    margin-bottom: 68px;
  }
  .new-styling.xs-mx-68 {
    margin-right: 68px;
    margin-left: 68px;
  }
  .new-styling.xs-mt-68 {
    margin-top: 68px;
  }
  .new-styling.xs-mr-68 {
    margin-right: 68px;
  }
  .new-styling.xs-mb-68 {
    margin-bottom: 68px;
  }
  .new-styling.xs-ml-68 {
    margin-left: 68px;
  }
  .new-styling.xs-ma-72 {
    margin: 72px;
  }
  .new-styling.xs-my-72 {
    margin-top: 72px;
    margin-bottom: 72px;
  }
  .new-styling.xs-mx-72 {
    margin-right: 72px;
    margin-left: 72px;
  }
  .new-styling.xs-mt-72 {
    margin-top: 72px;
  }
  .new-styling.xs-mr-72 {
    margin-right: 72px;
  }
  .new-styling.xs-mb-72 {
    margin-bottom: 72px;
  }
  .new-styling.xs-ml-72 {
    margin-left: 72px;
  }
  .new-styling.xs-ma-80 {
    margin: 80px;
  }
  .new-styling.xs-my-80 {
    margin-top: 80px;
    margin-bottom: 80px;
  }
  .new-styling.xs-mx-80 {
    margin-right: 80px;
    margin-left: 80px;
  }
  .new-styling.xs-mt-80 {
    margin-top: 80px;
  }
  .new-styling.xs-mr-80 {
    margin-right: 80px;
  }
  .new-styling.xs-mb-80 {
    margin-bottom: 80px;
  }
  .new-styling.xs-ml-80 {
    margin-left: 80px;
  }
  .new-styling.xs-ma-100 {
    margin: 100px;
  }
  .new-styling.xs-my-100 {
    margin-top: 100px;
    margin-bottom: 100px;
  }
  .new-styling.xs-mx-100 {
    margin-right: 100px;
    margin-left: 100px;
  }
  .new-styling.xs-mt-100 {
    margin-top: 100px;
  }
  .new-styling.xs-mr-100 {
    margin-right: 100px;
  }
  .new-styling.xs-mb-100 {
    margin-bottom: 100px;
  }
  .new-styling.xs-ml-100 {
    margin-left: 100px;
  }
  .new-styling.xs-ma-120 {
    margin: 120px;
  }
  .new-styling.xs-my-120 {
    margin-top: 120px;
    margin-bottom: 120px;
  }
  .new-styling.xs-mx-120 {
    margin-right: 120px;
    margin-left: 120px;
  }
  .new-styling.xs-mt-120 {
    margin-top: 120px;
  }
  .new-styling.xs-mr-120 {
    margin-right: 120px;
  }
  .new-styling.xs-mb-120 {
    margin-bottom: 120px;
  }
  .new-styling.xs-ml-120 {
    margin-left: 120px;
  }
  .new-styling.xs-ma-200 {
    margin: 200px;
  }
  .new-styling.xs-my-200 {
    margin-top: 200px;
    margin-bottom: 200px;
  }
  .new-styling.xs-mx-200 {
    margin-right: 200px;
    margin-left: 200px;
  }
  .new-styling.xs-mt-200 {
    margin-top: 200px;
  }
  .new-styling.xs-mr-200 {
    margin-right: 200px;
  }
  .new-styling.xs-mb-200 {
    margin-bottom: 200px;
  }
  .new-styling.xs-ml-200 {
    margin-left: 200px;
  }
  .new-styling.xs-ma-240 {
    margin: 240px;
  }
  .new-styling.xs-my-240 {
    margin-top: 240px;
    margin-bottom: 240px;
  }
  .new-styling.xs-mx-240 {
    margin-right: 240px;
    margin-left: 240px;
  }
  .new-styling.xs-mt-240 {
    margin-top: 240px;
  }
  .new-styling.xs-mr-240 {
    margin-right: 240px;
  }
  .new-styling.xs-mb-240 {
    margin-bottom: 240px;
  }
  .new-styling.xs-ml-240 {
    margin-left: 240px;
  }
}

.new-styling.pa-auto {
  padding: auto;
}

.new-styling.py-auto {
  padding-top: auto;
  padding-bottom: auto;
}

.new-styling.px-auto {
  padding-right: auto;
  padding-left: auto;
}

.new-styling.pt-auto {
  padding-top: auto;
}

.new-styling.pr-auto {
  padding-right: auto;
}

.new-styling.pb-auto {
  padding-bottom: auto;
}

.new-styling.pl-auto {
  padding-left: auto;
}

.new-styling.pa-0 {
  padding: 0px;
}

.new-styling.py-0 {
  padding-top: 0px;
  padding-bottom: 0px;
}

.new-styling.px-0 {
  padding-right: 0px;
  padding-left: 0px;
}

.new-styling.pt-0 {
  padding-top: 0px;
}

.new-styling.pr-0 {
  padding-right: 0px;
}

.new-styling.pb-0 {
  padding-bottom: 0px;
}

.new-styling.pl-0 {
  padding-left: 0px;
}

.new-styling.pa-4 {
  padding: 4px;
}

.new-styling.py-4 {
  padding-top: 4px;
  padding-bottom: 4px;
}

.new-styling.px-4 {
  padding-right: 4px;
  padding-left: 4px;
}

.new-styling.pt-4 {
  padding-top: 4px;
}

.new-styling.pr-4 {
  padding-right: 4px;
}

.new-styling.pb-4 {
  padding-bottom: 4px;
}

.new-styling.pl-4 {
  padding-left: 4px;
}

.new-styling.pa-8 {
  padding: 8px;
}

.new-styling.py-8 {
  padding-top: 8px;
  padding-bottom: 8px;
}

.new-styling.px-8 {
  padding-right: 8px;
  padding-left: 8px;
}

.new-styling.pt-8 {
  padding-top: 8px;
}

.new-styling.pr-8 {
  padding-right: 8px;
}

.new-styling.pb-8 {
  padding-bottom: 8px;
}

.new-styling.pl-8 {
  padding-left: 8px;
}

.new-styling.pa-12 {
  padding: 12px;
}

.new-styling.py-12 {
  padding-top: 12px;
  padding-bottom: 12px;
}

.new-styling.px-12 {
  padding-right: 12px;
  padding-left: 12px;
}

.new-styling.pt-12 {
  padding-top: 12px;
}

.new-styling.pr-12 {
  padding-right: 12px;
}

.new-styling.pb-12 {
  padding-bottom: 12px;
}

.new-styling.pl-12 {
  padding-left: 12px;
}

.new-styling.pa-16 {
  padding: 16px;
}

.new-styling.py-16 {
  padding-top: 16px;
  padding-bottom: 16px;
}

.new-styling.px-16 {
  padding-right: 16px;
  padding-left: 16px;
}

.new-styling.pt-16 {
  padding-top: 16px;
}

.new-styling.pr-16 {
  padding-right: 16px;
}

.new-styling.pb-16 {
  padding-bottom: 16px;
}

.new-styling.pl-16 {
  padding-left: 16px;
}

.new-styling.pa-20 {
  padding: 20px;
}

.new-styling.py-20 {
  padding-top: 20px;
  padding-bottom: 20px;
}

.new-styling.px-20 {
  padding-right: 20px;
  padding-left: 20px;
}

.new-styling.pt-20 {
  padding-top: 20px;
}

.new-styling.pr-20 {
  padding-right: 20px;
}

.new-styling.pb-20 {
  padding-bottom: 20px;
}

.new-styling.pl-20 {
  padding-left: 20px;
}

.new-styling.pa-24 {
  padding: 24px;
}

.new-styling.py-24 {
  padding-top: 24px;
  padding-bottom: 24px;
}

.new-styling.px-24 {
  padding-right: 24px;
  padding-left: 24px;
}

.new-styling.pt-24 {
  padding-top: 24px;
}

.new-styling.pr-24 {
  padding-right: 24px;
}

.new-styling.pb-24 {
  padding-bottom: 24px;
}

.new-styling.pl-24 {
  padding-left: 24px;
}

.new-styling.pa-28 {
  padding: 28px;
}

.new-styling.py-28 {
  padding-top: 28px;
  padding-bottom: 28px;
}

.new-styling.px-28 {
  padding-right: 28px;
  padding-left: 28px;
}

.new-styling.pt-28 {
  padding-top: 28px;
}

.new-styling.pr-28 {
  padding-right: 28px;
}

.new-styling.pb-28 {
  padding-bottom: 28px;
}

.new-styling.pl-28 {
  padding-left: 28px;
}

.new-styling.pa-32 {
  padding: 32px;
}

.new-styling.py-32 {
  padding-top: 32px;
  padding-bottom: 32px;
}

.new-styling.px-32 {
  padding-right: 32px;
  padding-left: 32px;
}

.new-styling.pt-32 {
  padding-top: 32px;
}

.new-styling.pr-32 {
  padding-right: 32px;
}

.new-styling.pb-32 {
  padding-bottom: 32px;
}

.new-styling.pl-32 {
  padding-left: 32px;
}

.new-styling.pa-36 {
  padding: 36px;
}

.new-styling.py-36 {
  padding-top: 36px;
  padding-bottom: 36px;
}

.new-styling.px-36 {
  padding-right: 36px;
  padding-left: 36px;
}

.new-styling.pt-36 {
  padding-top: 36px;
}

.new-styling.pr-36 {
  padding-right: 36px;
}

.new-styling.pb-36 {
  padding-bottom: 36px;
}

.new-styling.pl-36 {
  padding-left: 36px;
}

.new-styling.pa-40 {
  padding: 40px;
}

.new-styling.py-40 {
  padding-top: 40px;
  padding-bottom: 40px;
}

.new-styling.px-40 {
  padding-right: 40px;
  padding-left: 40px;
}

.new-styling.pt-40 {
  padding-top: 40px;
}

.new-styling.pr-40 {
  padding-right: 40px;
}

.new-styling.pb-40 {
  padding-bottom: 40px;
}

.new-styling.pl-40 {
  padding-left: 40px;
}

.new-styling.pa-44 {
  padding: 44px;
}

.new-styling.py-44 {
  padding-top: 44px;
  padding-bottom: 44px;
}

.new-styling.px-44 {
  padding-right: 44px;
  padding-left: 44px;
}

.new-styling.pt-44 {
  padding-top: 44px;
}

.new-styling.pr-44 {
  padding-right: 44px;
}

.new-styling.pb-44 {
  padding-bottom: 44px;
}

.new-styling.pl-44 {
  padding-left: 44px;
}

.new-styling.pa-48 {
  padding: 48px;
}

.new-styling.py-48 {
  padding-top: 48px;
  padding-bottom: 48px;
}

.new-styling.px-48 {
  padding-right: 48px;
  padding-left: 48px;
}

.new-styling.pt-48 {
  padding-top: 48px;
}

.new-styling.pr-48 {
  padding-right: 48px;
}

.new-styling.pb-48 {
  padding-bottom: 48px;
}

.new-styling.pl-48 {
  padding-left: 48px;
}

.new-styling.pa-56 {
  padding: 56px;
}

.new-styling.py-56 {
  padding-top: 56px;
  padding-bottom: 56px;
}

.new-styling.px-56 {
  padding-right: 56px;
  padding-left: 56px;
}

.new-styling.pt-56 {
  padding-top: 56px;
}

.new-styling.pr-56 {
  padding-right: 56px;
}

.new-styling.pb-56 {
  padding-bottom: 56px;
}

.new-styling.pl-56 {
  padding-left: 56px;
}

.new-styling.pa-60 {
  padding: 60px;
}

.new-styling.py-60 {
  padding-top: 60px;
  padding-bottom: 60px;
}

.new-styling.px-60 {
  padding-right: 60px;
  padding-left: 60px;
}

.new-styling.pt-60 {
  padding-top: 60px;
}

.new-styling.pr-60 {
  padding-right: 60px;
}

.new-styling.pb-60 {
  padding-bottom: 60px;
}

.new-styling.pl-60 {
  padding-left: 60px;
}

.new-styling.pa-64 {
  padding: 64px;
}

.new-styling.py-64 {
  padding-top: 64px;
  padding-bottom: 64px;
}

.new-styling.px-64 {
  padding-right: 64px;
  padding-left: 64px;
}

.new-styling.pt-64 {
  padding-top: 64px;
}

.new-styling.pr-64 {
  padding-right: 64px;
}

.new-styling.pb-64 {
  padding-bottom: 64px;
}

.new-styling.pl-64 {
  padding-left: 64px;
}

.new-styling.pa-68 {
  padding: 68px;
}

.new-styling.py-68 {
  padding-top: 68px;
  padding-bottom: 68px;
}

.new-styling.px-68 {
  padding-right: 68px;
  padding-left: 68px;
}

.new-styling.pt-68 {
  padding-top: 68px;
}

.new-styling.pr-68 {
  padding-right: 68px;
}

.new-styling.pb-68 {
  padding-bottom: 68px;
}

.new-styling.pl-68 {
  padding-left: 68px;
}

.new-styling.pa-72 {
  padding: 72px;
}

.new-styling.py-72 {
  padding-top: 72px;
  padding-bottom: 72px;
}

.new-styling.px-72 {
  padding-right: 72px;
  padding-left: 72px;
}

.new-styling.pt-72 {
  padding-top: 72px;
}

.new-styling.pr-72 {
  padding-right: 72px;
}

.new-styling.pb-72 {
  padding-bottom: 72px;
}

.new-styling.pl-72 {
  padding-left: 72px;
}

.new-styling.pa-80 {
  padding: 80px;
}

.new-styling.py-80 {
  padding-top: 80px;
  padding-bottom: 80px;
}

.new-styling.px-80 {
  padding-right: 80px;
  padding-left: 80px;
}

.new-styling.pt-80 {
  padding-top: 80px;
}

.new-styling.pr-80 {
  padding-right: 80px;
}

.new-styling.pb-80 {
  padding-bottom: 80px;
}

.new-styling.pl-80 {
  padding-left: 80px;
}

.new-styling.pa-100 {
  padding: 100px;
}

.new-styling.py-100 {
  padding-top: 100px;
  padding-bottom: 100px;
}

.new-styling.px-100 {
  padding-right: 100px;
  padding-left: 100px;
}

.new-styling.pt-100 {
  padding-top: 100px;
}

.new-styling.pr-100 {
  padding-right: 100px;
}

.new-styling.pb-100 {
  padding-bottom: 100px;
}

.new-styling.pl-100 {
  padding-left: 100px;
}

.new-styling.pa-120 {
  padding: 120px;
}

.new-styling.py-120 {
  padding-top: 120px;
  padding-bottom: 120px;
}

.new-styling.px-120 {
  padding-right: 120px;
  padding-left: 120px;
}

.new-styling.pt-120 {
  padding-top: 120px;
}

.new-styling.pr-120 {
  padding-right: 120px;
}

.new-styling.pb-120 {
  padding-bottom: 120px;
}

.new-styling.pl-120 {
  padding-left: 120px;
}

.new-styling.pa-200 {
  padding: 200px;
}

.new-styling.py-200 {
  padding-top: 200px;
  padding-bottom: 200px;
}

.new-styling.px-200 {
  padding-right: 200px;
  padding-left: 200px;
}

.new-styling.pt-200 {
  padding-top: 200px;
}

.new-styling.pr-200 {
  padding-right: 200px;
}

.new-styling.pb-200 {
  padding-bottom: 200px;
}

.new-styling.pl-200 {
  padding-left: 200px;
}

.new-styling.pa-240 {
  padding: 240px;
}

.new-styling.py-240 {
  padding-top: 240px;
  padding-bottom: 240px;
}

.new-styling.px-240 {
  padding-right: 240px;
  padding-left: 240px;
}

.new-styling.pt-240 {
  padding-top: 240px;
}

.new-styling.pr-240 {
  padding-right: 240px;
}

.new-styling.pb-240 {
  padding-bottom: 240px;
}

.new-styling.pl-240 {
  padding-left: 240px;
}

@media screen and (max-width: 1199px) {
  .new-styling.md-pa-auto {
    padding: auto;
  }
  .new-styling.md-py-auto {
    padding-top: auto;
    padding-bottom: auto;
  }
  .new-styling.md-px-auto {
    padding-right: auto;
    padding-left: auto;
  }
  .new-styling.md-pt-auto {
    padding-top: auto;
  }
  .new-styling.md-pr-auto {
    padding-right: auto;
  }
  .new-styling.md-pb-auto {
    padding-bottom: auto;
  }
  .new-styling.md-pl-auto {
    padding-left: auto;
  }
  .new-styling.md-pa-0 {
    padding: 0px;
  }
  .new-styling.md-py-0 {
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .new-styling.md-px-0 {
    padding-right: 0px;
    padding-left: 0px;
  }
  .new-styling.md-pt-0 {
    padding-top: 0px;
  }
  .new-styling.md-pr-0 {
    padding-right: 0px;
  }
  .new-styling.md-pb-0 {
    padding-bottom: 0px;
  }
  .new-styling.md-pl-0 {
    padding-left: 0px;
  }
  .new-styling.md-pa-4 {
    padding: 4px;
  }
  .new-styling.md-py-4 {
    padding-top: 4px;
    padding-bottom: 4px;
  }
  .new-styling.md-px-4 {
    padding-right: 4px;
    padding-left: 4px;
  }
  .new-styling.md-pt-4 {
    padding-top: 4px;
  }
  .new-styling.md-pr-4 {
    padding-right: 4px;
  }
  .new-styling.md-pb-4 {
    padding-bottom: 4px;
  }
  .new-styling.md-pl-4 {
    padding-left: 4px;
  }
  .new-styling.md-pa-8 {
    padding: 8px;
  }
  .new-styling.md-py-8 {
    padding-top: 8px;
    padding-bottom: 8px;
  }
  .new-styling.md-px-8 {
    padding-right: 8px;
    padding-left: 8px;
  }
  .new-styling.md-pt-8 {
    padding-top: 8px;
  }
  .new-styling.md-pr-8 {
    padding-right: 8px;
  }
  .new-styling.md-pb-8 {
    padding-bottom: 8px;
  }
  .new-styling.md-pl-8 {
    padding-left: 8px;
  }
  .new-styling.md-pa-12 {
    padding: 12px;
  }
  .new-styling.md-py-12 {
    padding-top: 12px;
    padding-bottom: 12px;
  }
  .new-styling.md-px-12 {
    padding-right: 12px;
    padding-left: 12px;
  }
  .new-styling.md-pt-12 {
    padding-top: 12px;
  }
  .new-styling.md-pr-12 {
    padding-right: 12px;
  }
  .new-styling.md-pb-12 {
    padding-bottom: 12px;
  }
  .new-styling.md-pl-12 {
    padding-left: 12px;
  }
  .new-styling.md-pa-16 {
    padding: 16px;
  }
  .new-styling.md-py-16 {
    padding-top: 16px;
    padding-bottom: 16px;
  }
  .new-styling.md-px-16 {
    padding-right: 16px;
    padding-left: 16px;
  }
  .new-styling.md-pt-16 {
    padding-top: 16px;
  }
  .new-styling.md-pr-16 {
    padding-right: 16px;
  }
  .new-styling.md-pb-16 {
    padding-bottom: 16px;
  }
  .new-styling.md-pl-16 {
    padding-left: 16px;
  }
  .new-styling.md-pa-20 {
    padding: 20px;
  }
  .new-styling.md-py-20 {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .new-styling.md-px-20 {
    padding-right: 20px;
    padding-left: 20px;
  }
  .new-styling.md-pt-20 {
    padding-top: 20px;
  }
  .new-styling.md-pr-20 {
    padding-right: 20px;
  }
  .new-styling.md-pb-20 {
    padding-bottom: 20px;
  }
  .new-styling.md-pl-20 {
    padding-left: 20px;
  }
  .new-styling.md-pa-24 {
    padding: 24px;
  }
  .new-styling.md-py-24 {
    padding-top: 24px;
    padding-bottom: 24px;
  }
  .new-styling.md-px-24 {
    padding-right: 24px;
    padding-left: 24px;
  }
  .new-styling.md-pt-24 {
    padding-top: 24px;
  }
  .new-styling.md-pr-24 {
    padding-right: 24px;
  }
  .new-styling.md-pb-24 {
    padding-bottom: 24px;
  }
  .new-styling.md-pl-24 {
    padding-left: 24px;
  }
  .new-styling.md-pa-28 {
    padding: 28px;
  }
  .new-styling.md-py-28 {
    padding-top: 28px;
    padding-bottom: 28px;
  }
  .new-styling.md-px-28 {
    padding-right: 28px;
    padding-left: 28px;
  }
  .new-styling.md-pt-28 {
    padding-top: 28px;
  }
  .new-styling.md-pr-28 {
    padding-right: 28px;
  }
  .new-styling.md-pb-28 {
    padding-bottom: 28px;
  }
  .new-styling.md-pl-28 {
    padding-left: 28px;
  }
  .new-styling.md-pa-32 {
    padding: 32px;
  }
  .new-styling.md-py-32 {
    padding-top: 32px;
    padding-bottom: 32px;
  }
  .new-styling.md-px-32 {
    padding-right: 32px;
    padding-left: 32px;
  }
  .new-styling.md-pt-32 {
    padding-top: 32px;
  }
  .new-styling.md-pr-32 {
    padding-right: 32px;
  }
  .new-styling.md-pb-32 {
    padding-bottom: 32px;
  }
  .new-styling.md-pl-32 {
    padding-left: 32px;
  }
  .new-styling.md-pa-36 {
    padding: 36px;
  }
  .new-styling.md-py-36 {
    padding-top: 36px;
    padding-bottom: 36px;
  }
  .new-styling.md-px-36 {
    padding-right: 36px;
    padding-left: 36px;
  }
  .new-styling.md-pt-36 {
    padding-top: 36px;
  }
  .new-styling.md-pr-36 {
    padding-right: 36px;
  }
  .new-styling.md-pb-36 {
    padding-bottom: 36px;
  }
  .new-styling.md-pl-36 {
    padding-left: 36px;
  }
  .new-styling.md-pa-40 {
    padding: 40px;
  }
  .new-styling.md-py-40 {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .new-styling.md-px-40 {
    padding-right: 40px;
    padding-left: 40px;
  }
  .new-styling.md-pt-40 {
    padding-top: 40px;
  }
  .new-styling.md-pr-40 {
    padding-right: 40px;
  }
  .new-styling.md-pb-40 {
    padding-bottom: 40px;
  }
  .new-styling.md-pl-40 {
    padding-left: 40px;
  }
  .new-styling.md-pa-44 {
    padding: 44px;
  }
  .new-styling.md-py-44 {
    padding-top: 44px;
    padding-bottom: 44px;
  }
  .new-styling.md-px-44 {
    padding-right: 44px;
    padding-left: 44px;
  }
  .new-styling.md-pt-44 {
    padding-top: 44px;
  }
  .new-styling.md-pr-44 {
    padding-right: 44px;
  }
  .new-styling.md-pb-44 {
    padding-bottom: 44px;
  }
  .new-styling.md-pl-44 {
    padding-left: 44px;
  }
  .new-styling.md-pa-48 {
    padding: 48px;
  }
  .new-styling.md-py-48 {
    padding-top: 48px;
    padding-bottom: 48px;
  }
  .new-styling.md-px-48 {
    padding-right: 48px;
    padding-left: 48px;
  }
  .new-styling.md-pt-48 {
    padding-top: 48px;
  }
  .new-styling.md-pr-48 {
    padding-right: 48px;
  }
  .new-styling.md-pb-48 {
    padding-bottom: 48px;
  }
  .new-styling.md-pl-48 {
    padding-left: 48px;
  }
  .new-styling.md-pa-56 {
    padding: 56px;
  }
  .new-styling.md-py-56 {
    padding-top: 56px;
    padding-bottom: 56px;
  }
  .new-styling.md-px-56 {
    padding-right: 56px;
    padding-left: 56px;
  }
  .new-styling.md-pt-56 {
    padding-top: 56px;
  }
  .new-styling.md-pr-56 {
    padding-right: 56px;
  }
  .new-styling.md-pb-56 {
    padding-bottom: 56px;
  }
  .new-styling.md-pl-56 {
    padding-left: 56px;
  }
  .new-styling.md-pa-60 {
    padding: 60px;
  }
  .new-styling.md-py-60 {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .new-styling.md-px-60 {
    padding-right: 60px;
    padding-left: 60px;
  }
  .new-styling.md-pt-60 {
    padding-top: 60px;
  }
  .new-styling.md-pr-60 {
    padding-right: 60px;
  }
  .new-styling.md-pb-60 {
    padding-bottom: 60px;
  }
  .new-styling.md-pl-60 {
    padding-left: 60px;
  }
  .new-styling.md-pa-64 {
    padding: 64px;
  }
  .new-styling.md-py-64 {
    padding-top: 64px;
    padding-bottom: 64px;
  }
  .new-styling.md-px-64 {
    padding-right: 64px;
    padding-left: 64px;
  }
  .new-styling.md-pt-64 {
    padding-top: 64px;
  }
  .new-styling.md-pr-64 {
    padding-right: 64px;
  }
  .new-styling.md-pb-64 {
    padding-bottom: 64px;
  }
  .new-styling.md-pl-64 {
    padding-left: 64px;
  }
  .new-styling.md-pa-68 {
    padding: 68px;
  }
  .new-styling.md-py-68 {
    padding-top: 68px;
    padding-bottom: 68px;
  }
  .new-styling.md-px-68 {
    padding-right: 68px;
    padding-left: 68px;
  }
  .new-styling.md-pt-68 {
    padding-top: 68px;
  }
  .new-styling.md-pr-68 {
    padding-right: 68px;
  }
  .new-styling.md-pb-68 {
    padding-bottom: 68px;
  }
  .new-styling.md-pl-68 {
    padding-left: 68px;
  }
  .new-styling.md-pa-72 {
    padding: 72px;
  }
  .new-styling.md-py-72 {
    padding-top: 72px;
    padding-bottom: 72px;
  }
  .new-styling.md-px-72 {
    padding-right: 72px;
    padding-left: 72px;
  }
  .new-styling.md-pt-72 {
    padding-top: 72px;
  }
  .new-styling.md-pr-72 {
    padding-right: 72px;
  }
  .new-styling.md-pb-72 {
    padding-bottom: 72px;
  }
  .new-styling.md-pl-72 {
    padding-left: 72px;
  }
  .new-styling.md-pa-80 {
    padding: 80px;
  }
  .new-styling.md-py-80 {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .new-styling.md-px-80 {
    padding-right: 80px;
    padding-left: 80px;
  }
  .new-styling.md-pt-80 {
    padding-top: 80px;
  }
  .new-styling.md-pr-80 {
    padding-right: 80px;
  }
  .new-styling.md-pb-80 {
    padding-bottom: 80px;
  }
  .new-styling.md-pl-80 {
    padding-left: 80px;
  }
  .new-styling.md-pa-100 {
    padding: 100px;
  }
  .new-styling.md-py-100 {
    padding-top: 100px;
    padding-bottom: 100px;
  }
  .new-styling.md-px-100 {
    padding-right: 100px;
    padding-left: 100px;
  }
  .new-styling.md-pt-100 {
    padding-top: 100px;
  }
  .new-styling.md-pr-100 {
    padding-right: 100px;
  }
  .new-styling.md-pb-100 {
    padding-bottom: 100px;
  }
  .new-styling.md-pl-100 {
    padding-left: 100px;
  }
  .new-styling.md-pa-120 {
    padding: 120px;
  }
  .new-styling.md-py-120 {
    padding-top: 120px;
    padding-bottom: 120px;
  }
  .new-styling.md-px-120 {
    padding-right: 120px;
    padding-left: 120px;
  }
  .new-styling.md-pt-120 {
    padding-top: 120px;
  }
  .new-styling.md-pr-120 {
    padding-right: 120px;
  }
  .new-styling.md-pb-120 {
    padding-bottom: 120px;
  }
  .new-styling.md-pl-120 {
    padding-left: 120px;
  }
  .new-styling.md-pa-200 {
    padding: 200px;
  }
  .new-styling.md-py-200 {
    padding-top: 200px;
    padding-bottom: 200px;
  }
  .new-styling.md-px-200 {
    padding-right: 200px;
    padding-left: 200px;
  }
  .new-styling.md-pt-200 {
    padding-top: 200px;
  }
  .new-styling.md-pr-200 {
    padding-right: 200px;
  }
  .new-styling.md-pb-200 {
    padding-bottom: 200px;
  }
  .new-styling.md-pl-200 {
    padding-left: 200px;
  }
  .new-styling.md-pa-240 {
    padding: 240px;
  }
  .new-styling.md-py-240 {
    padding-top: 240px;
    padding-bottom: 240px;
  }
  .new-styling.md-px-240 {
    padding-right: 240px;
    padding-left: 240px;
  }
  .new-styling.md-pt-240 {
    padding-top: 240px;
  }
  .new-styling.md-pr-240 {
    padding-right: 240px;
  }
  .new-styling.md-pb-240 {
    padding-bottom: 240px;
  }
  .new-styling.md-pl-240 {
    padding-left: 240px;
  }
}

@media screen and (max-width: 991px) {
  .new-styling.sm-pa-auto {
    padding: auto;
  }
  .new-styling.sm-py-auto {
    padding-top: auto;
    padding-bottom: auto;
  }
  .new-styling.sm-px-auto {
    padding-right: auto;
    padding-left: auto;
  }
  .new-styling.sm-pt-auto {
    padding-top: auto;
  }
  .new-styling.sm-pr-auto {
    padding-right: auto;
  }
  .new-styling.sm-pb-auto {
    padding-bottom: auto;
  }
  .new-styling.sm-pl-auto {
    padding-left: auto;
  }
  .new-styling.sm-pa-0 {
    padding: 0px;
  }
  .new-styling.sm-py-0 {
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .new-styling.sm-px-0 {
    padding-right: 0px;
    padding-left: 0px;
  }
  .new-styling.sm-pt-0 {
    padding-top: 0px;
  }
  .new-styling.sm-pr-0 {
    padding-right: 0px;
  }
  .new-styling.sm-pb-0 {
    padding-bottom: 0px;
  }
  .new-styling.sm-pl-0 {
    padding-left: 0px;
  }
  .new-styling.sm-pa-4 {
    padding: 4px;
  }
  .new-styling.sm-py-4 {
    padding-top: 4px;
    padding-bottom: 4px;
  }
  .new-styling.sm-px-4 {
    padding-right: 4px;
    padding-left: 4px;
  }
  .new-styling.sm-pt-4 {
    padding-top: 4px;
  }
  .new-styling.sm-pr-4 {
    padding-right: 4px;
  }
  .new-styling.sm-pb-4 {
    padding-bottom: 4px;
  }
  .new-styling.sm-pl-4 {
    padding-left: 4px;
  }
  .new-styling.sm-pa-8 {
    padding: 8px;
  }
  .new-styling.sm-py-8 {
    padding-top: 8px;
    padding-bottom: 8px;
  }
  .new-styling.sm-px-8 {
    padding-right: 8px;
    padding-left: 8px;
  }
  .new-styling.sm-pt-8 {
    padding-top: 8px;
  }
  .new-styling.sm-pr-8 {
    padding-right: 8px;
  }
  .new-styling.sm-pb-8 {
    padding-bottom: 8px;
  }
  .new-styling.sm-pl-8 {
    padding-left: 8px;
  }
  .new-styling.sm-pa-12 {
    padding: 12px;
  }
  .new-styling.sm-py-12 {
    padding-top: 12px;
    padding-bottom: 12px;
  }
  .new-styling.sm-px-12 {
    padding-right: 12px;
    padding-left: 12px;
  }
  .new-styling.sm-pt-12 {
    padding-top: 12px;
  }
  .new-styling.sm-pr-12 {
    padding-right: 12px;
  }
  .new-styling.sm-pb-12 {
    padding-bottom: 12px;
  }
  .new-styling.sm-pl-12 {
    padding-left: 12px;
  }
  .new-styling.sm-pa-16 {
    padding: 16px;
  }
  .new-styling.sm-py-16 {
    padding-top: 16px;
    padding-bottom: 16px;
  }
  .new-styling.sm-px-16 {
    padding-right: 16px;
    padding-left: 16px;
  }
  .new-styling.sm-pt-16 {
    padding-top: 16px;
  }
  .new-styling.sm-pr-16 {
    padding-right: 16px;
  }
  .new-styling.sm-pb-16 {
    padding-bottom: 16px;
  }
  .new-styling.sm-pl-16 {
    padding-left: 16px;
  }
  .new-styling.sm-pa-20 {
    padding: 20px;
  }
  .new-styling.sm-py-20 {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .new-styling.sm-px-20 {
    padding-right: 20px;
    padding-left: 20px;
  }
  .new-styling.sm-pt-20 {
    padding-top: 20px;
  }
  .new-styling.sm-pr-20 {
    padding-right: 20px;
  }
  .new-styling.sm-pb-20 {
    padding-bottom: 20px;
  }
  .new-styling.sm-pl-20 {
    padding-left: 20px;
  }
  .new-styling.sm-pa-24 {
    padding: 24px;
  }
  .new-styling.sm-py-24 {
    padding-top: 24px;
    padding-bottom: 24px;
  }
  .new-styling.sm-px-24 {
    padding-right: 24px;
    padding-left: 24px;
  }
  .new-styling.sm-pt-24 {
    padding-top: 24px;
  }
  .new-styling.sm-pr-24 {
    padding-right: 24px;
  }
  .new-styling.sm-pb-24 {
    padding-bottom: 24px;
  }
  .new-styling.sm-pl-24 {
    padding-left: 24px;
  }
  .new-styling.sm-pa-28 {
    padding: 28px;
  }
  .new-styling.sm-py-28 {
    padding-top: 28px;
    padding-bottom: 28px;
  }
  .new-styling.sm-px-28 {
    padding-right: 28px;
    padding-left: 28px;
  }
  .new-styling.sm-pt-28 {
    padding-top: 28px;
  }
  .new-styling.sm-pr-28 {
    padding-right: 28px;
  }
  .new-styling.sm-pb-28 {
    padding-bottom: 28px;
  }
  .new-styling.sm-pl-28 {
    padding-left: 28px;
  }
  .new-styling.sm-pa-32 {
    padding: 32px;
  }
  .new-styling.sm-py-32 {
    padding-top: 32px;
    padding-bottom: 32px;
  }
  .new-styling.sm-px-32 {
    padding-right: 32px;
    padding-left: 32px;
  }
  .new-styling.sm-pt-32 {
    padding-top: 32px;
  }
  .new-styling.sm-pr-32 {
    padding-right: 32px;
  }
  .new-styling.sm-pb-32 {
    padding-bottom: 32px;
  }
  .new-styling.sm-pl-32 {
    padding-left: 32px;
  }
  .new-styling.sm-pa-36 {
    padding: 36px;
  }
  .new-styling.sm-py-36 {
    padding-top: 36px;
    padding-bottom: 36px;
  }
  .new-styling.sm-px-36 {
    padding-right: 36px;
    padding-left: 36px;
  }
  .new-styling.sm-pt-36 {
    padding-top: 36px;
  }
  .new-styling.sm-pr-36 {
    padding-right: 36px;
  }
  .new-styling.sm-pb-36 {
    padding-bottom: 36px;
  }
  .new-styling.sm-pl-36 {
    padding-left: 36px;
  }
  .new-styling.sm-pa-40 {
    padding: 40px;
  }
  .new-styling.sm-py-40 {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .new-styling.sm-px-40 {
    padding-right: 40px;
    padding-left: 40px;
  }
  .new-styling.sm-pt-40 {
    padding-top: 40px;
  }
  .new-styling.sm-pr-40 {
    padding-right: 40px;
  }
  .new-styling.sm-pb-40 {
    padding-bottom: 40px;
  }
  .new-styling.sm-pl-40 {
    padding-left: 40px;
  }
  .new-styling.sm-pa-44 {
    padding: 44px;
  }
  .new-styling.sm-py-44 {
    padding-top: 44px;
    padding-bottom: 44px;
  }
  .new-styling.sm-px-44 {
    padding-right: 44px;
    padding-left: 44px;
  }
  .new-styling.sm-pt-44 {
    padding-top: 44px;
  }
  .new-styling.sm-pr-44 {
    padding-right: 44px;
  }
  .new-styling.sm-pb-44 {
    padding-bottom: 44px;
  }
  .new-styling.sm-pl-44 {
    padding-left: 44px;
  }
  .new-styling.sm-pa-48 {
    padding: 48px;
  }
  .new-styling.sm-py-48 {
    padding-top: 48px;
    padding-bottom: 48px;
  }
  .new-styling.sm-px-48 {
    padding-right: 48px;
    padding-left: 48px;
  }
  .new-styling.sm-pt-48 {
    padding-top: 48px;
  }
  .new-styling.sm-pr-48 {
    padding-right: 48px;
  }
  .new-styling.sm-pb-48 {
    padding-bottom: 48px;
  }
  .new-styling.sm-pl-48 {
    padding-left: 48px;
  }
  .new-styling.sm-pa-56 {
    padding: 56px;
  }
  .new-styling.sm-py-56 {
    padding-top: 56px;
    padding-bottom: 56px;
  }
  .new-styling.sm-px-56 {
    padding-right: 56px;
    padding-left: 56px;
  }
  .new-styling.sm-pt-56 {
    padding-top: 56px;
  }
  .new-styling.sm-pr-56 {
    padding-right: 56px;
  }
  .new-styling.sm-pb-56 {
    padding-bottom: 56px;
  }
  .new-styling.sm-pl-56 {
    padding-left: 56px;
  }
  .new-styling.sm-pa-60 {
    padding: 60px;
  }
  .new-styling.sm-py-60 {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .new-styling.sm-px-60 {
    padding-right: 60px;
    padding-left: 60px;
  }
  .new-styling.sm-pt-60 {
    padding-top: 60px;
  }
  .new-styling.sm-pr-60 {
    padding-right: 60px;
  }
  .new-styling.sm-pb-60 {
    padding-bottom: 60px;
  }
  .new-styling.sm-pl-60 {
    padding-left: 60px;
  }
  .new-styling.sm-pa-64 {
    padding: 64px;
  }
  .new-styling.sm-py-64 {
    padding-top: 64px;
    padding-bottom: 64px;
  }
  .new-styling.sm-px-64 {
    padding-right: 64px;
    padding-left: 64px;
  }
  .new-styling.sm-pt-64 {
    padding-top: 64px;
  }
  .new-styling.sm-pr-64 {
    padding-right: 64px;
  }
  .new-styling.sm-pb-64 {
    padding-bottom: 64px;
  }
  .new-styling.sm-pl-64 {
    padding-left: 64px;
  }
  .new-styling.sm-pa-68 {
    padding: 68px;
  }
  .new-styling.sm-py-68 {
    padding-top: 68px;
    padding-bottom: 68px;
  }
  .new-styling.sm-px-68 {
    padding-right: 68px;
    padding-left: 68px;
  }
  .new-styling.sm-pt-68 {
    padding-top: 68px;
  }
  .new-styling.sm-pr-68 {
    padding-right: 68px;
  }
  .new-styling.sm-pb-68 {
    padding-bottom: 68px;
  }
  .new-styling.sm-pl-68 {
    padding-left: 68px;
  }
  .new-styling.sm-pa-72 {
    padding: 72px;
  }
  .new-styling.sm-py-72 {
    padding-top: 72px;
    padding-bottom: 72px;
  }
  .new-styling.sm-px-72 {
    padding-right: 72px;
    padding-left: 72px;
  }
  .new-styling.sm-pt-72 {
    padding-top: 72px;
  }
  .new-styling.sm-pr-72 {
    padding-right: 72px;
  }
  .new-styling.sm-pb-72 {
    padding-bottom: 72px;
  }
  .new-styling.sm-pl-72 {
    padding-left: 72px;
  }
  .new-styling.sm-pa-80 {
    padding: 80px;
  }
  .new-styling.sm-py-80 {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .new-styling.sm-px-80 {
    padding-right: 80px;
    padding-left: 80px;
  }
  .new-styling.sm-pt-80 {
    padding-top: 80px;
  }
  .new-styling.sm-pr-80 {
    padding-right: 80px;
  }
  .new-styling.sm-pb-80 {
    padding-bottom: 80px;
  }
  .new-styling.sm-pl-80 {
    padding-left: 80px;
  }
  .new-styling.sm-pa-100 {
    padding: 100px;
  }
  .new-styling.sm-py-100 {
    padding-top: 100px;
    padding-bottom: 100px;
  }
  .new-styling.sm-px-100 {
    padding-right: 100px;
    padding-left: 100px;
  }
  .new-styling.sm-pt-100 {
    padding-top: 100px;
  }
  .new-styling.sm-pr-100 {
    padding-right: 100px;
  }
  .new-styling.sm-pb-100 {
    padding-bottom: 100px;
  }
  .new-styling.sm-pl-100 {
    padding-left: 100px;
  }
  .new-styling.sm-pa-120 {
    padding: 120px;
  }
  .new-styling.sm-py-120 {
    padding-top: 120px;
    padding-bottom: 120px;
  }
  .new-styling.sm-px-120 {
    padding-right: 120px;
    padding-left: 120px;
  }
  .new-styling.sm-pt-120 {
    padding-top: 120px;
  }
  .new-styling.sm-pr-120 {
    padding-right: 120px;
  }
  .new-styling.sm-pb-120 {
    padding-bottom: 120px;
  }
  .new-styling.sm-pl-120 {
    padding-left: 120px;
  }
  .new-styling.sm-pa-200 {
    padding: 200px;
  }
  .new-styling.sm-py-200 {
    padding-top: 200px;
    padding-bottom: 200px;
  }
  .new-styling.sm-px-200 {
    padding-right: 200px;
    padding-left: 200px;
  }
  .new-styling.sm-pt-200 {
    padding-top: 200px;
  }
  .new-styling.sm-pr-200 {
    padding-right: 200px;
  }
  .new-styling.sm-pb-200 {
    padding-bottom: 200px;
  }
  .new-styling.sm-pl-200 {
    padding-left: 200px;
  }
  .new-styling.sm-pa-240 {
    padding: 240px;
  }
  .new-styling.sm-py-240 {
    padding-top: 240px;
    padding-bottom: 240px;
  }
  .new-styling.sm-px-240 {
    padding-right: 240px;
    padding-left: 240px;
  }
  .new-styling.sm-pt-240 {
    padding-top: 240px;
  }
  .new-styling.sm-pr-240 {
    padding-right: 240px;
  }
  .new-styling.sm-pb-240 {
    padding-bottom: 240px;
  }
  .new-styling.sm-pl-240 {
    padding-left: 240px;
  }
}

@media screen and (max-width: 767px) {
  .new-styling.xs-pa-auto {
    padding: auto;
  }
  .new-styling.xs-py-auto {
    padding-top: auto;
    padding-bottom: auto;
  }
  .new-styling.xs-px-auto {
    padding-right: auto;
    padding-left: auto;
  }
  .new-styling.xs-pt-auto {
    padding-top: auto;
  }
  .new-styling.xs-pr-auto {
    padding-right: auto;
  }
  .new-styling.xs-pb-auto {
    padding-bottom: auto;
  }
  .new-styling.xs-pl-auto {
    padding-left: auto;
  }
  .new-styling.xs-pa-0 {
    padding: 0px;
  }
  .new-styling.xs-py-0 {
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .new-styling.xs-px-0 {
    padding-right: 0px;
    padding-left: 0px;
  }
  .new-styling.xs-pt-0 {
    padding-top: 0px;
  }
  .new-styling.xs-pr-0 {
    padding-right: 0px;
  }
  .new-styling.xs-pb-0 {
    padding-bottom: 0px;
  }
  .new-styling.xs-pl-0 {
    padding-left: 0px;
  }
  .new-styling.xs-pa-4 {
    padding: 4px;
  }
  .new-styling.xs-py-4 {
    padding-top: 4px;
    padding-bottom: 4px;
  }
  .new-styling.xs-px-4 {
    padding-right: 4px;
    padding-left: 4px;
  }
  .new-styling.xs-pt-4 {
    padding-top: 4px;
  }
  .new-styling.xs-pr-4 {
    padding-right: 4px;
  }
  .new-styling.xs-pb-4 {
    padding-bottom: 4px;
  }
  .new-styling.xs-pl-4 {
    padding-left: 4px;
  }
  .new-styling.xs-pa-8 {
    padding: 8px;
  }
  .new-styling.xs-py-8 {
    padding-top: 8px;
    padding-bottom: 8px;
  }
  .new-styling.xs-px-8 {
    padding-right: 8px;
    padding-left: 8px;
  }
  .new-styling.xs-pt-8 {
    padding-top: 8px;
  }
  .new-styling.xs-pr-8 {
    padding-right: 8px;
  }
  .new-styling.xs-pb-8 {
    padding-bottom: 8px;
  }
  .new-styling.xs-pl-8 {
    padding-left: 8px;
  }
  .new-styling.xs-pa-12 {
    padding: 12px;
  }
  .new-styling.xs-py-12 {
    padding-top: 12px;
    padding-bottom: 12px;
  }
  .new-styling.xs-px-12 {
    padding-right: 12px;
    padding-left: 12px;
  }
  .new-styling.xs-pt-12 {
    padding-top: 12px;
  }
  .new-styling.xs-pr-12 {
    padding-right: 12px;
  }
  .new-styling.xs-pb-12 {
    padding-bottom: 12px;
  }
  .new-styling.xs-pl-12 {
    padding-left: 12px;
  }
  .new-styling.xs-pa-16 {
    padding: 16px;
  }
  .new-styling.xs-py-16 {
    padding-top: 16px;
    padding-bottom: 16px;
  }
  .new-styling.xs-px-16 {
    padding-right: 16px;
    padding-left: 16px;
  }
  .new-styling.xs-pt-16 {
    padding-top: 16px;
  }
  .new-styling.xs-pr-16 {
    padding-right: 16px;
  }
  .new-styling.xs-pb-16 {
    padding-bottom: 16px;
  }
  .new-styling.xs-pl-16 {
    padding-left: 16px;
  }
  .new-styling.xs-pa-20 {
    padding: 20px;
  }
  .new-styling.xs-py-20 {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .new-styling.xs-px-20 {
    padding-right: 20px;
    padding-left: 20px;
  }
  .new-styling.xs-pt-20 {
    padding-top: 20px;
  }
  .new-styling.xs-pr-20 {
    padding-right: 20px;
  }
  .new-styling.xs-pb-20 {
    padding-bottom: 20px;
  }
  .new-styling.xs-pl-20 {
    padding-left: 20px;
  }
  .new-styling.xs-pa-24 {
    padding: 24px;
  }
  .new-styling.xs-py-24 {
    padding-top: 24px;
    padding-bottom: 24px;
  }
  .new-styling.xs-px-24 {
    padding-right: 24px;
    padding-left: 24px;
  }
  .new-styling.xs-pt-24 {
    padding-top: 24px;
  }
  .new-styling.xs-pr-24 {
    padding-right: 24px;
  }
  .new-styling.xs-pb-24 {
    padding-bottom: 24px;
  }
  .new-styling.xs-pl-24 {
    padding-left: 24px;
  }
  .new-styling.xs-pa-28 {
    padding: 28px;
  }
  .new-styling.xs-py-28 {
    padding-top: 28px;
    padding-bottom: 28px;
  }
  .new-styling.xs-px-28 {
    padding-right: 28px;
    padding-left: 28px;
  }
  .new-styling.xs-pt-28 {
    padding-top: 28px;
  }
  .new-styling.xs-pr-28 {
    padding-right: 28px;
  }
  .new-styling.xs-pb-28 {
    padding-bottom: 28px;
  }
  .new-styling.xs-pl-28 {
    padding-left: 28px;
  }
  .new-styling.xs-pa-32 {
    padding: 32px;
  }
  .new-styling.xs-py-32 {
    padding-top: 32px;
    padding-bottom: 32px;
  }
  .new-styling.xs-px-32 {
    padding-right: 32px;
    padding-left: 32px;
  }
  .new-styling.xs-pt-32 {
    padding-top: 32px;
  }
  .new-styling.xs-pr-32 {
    padding-right: 32px;
  }
  .new-styling.xs-pb-32 {
    padding-bottom: 32px;
  }
  .new-styling.xs-pl-32 {
    padding-left: 32px;
  }
  .new-styling.xs-pa-36 {
    padding: 36px;
  }
  .new-styling.xs-py-36 {
    padding-top: 36px;
    padding-bottom: 36px;
  }
  .new-styling.xs-px-36 {
    padding-right: 36px;
    padding-left: 36px;
  }
  .new-styling.xs-pt-36 {
    padding-top: 36px;
  }
  .new-styling.xs-pr-36 {
    padding-right: 36px;
  }
  .new-styling.xs-pb-36 {
    padding-bottom: 36px;
  }
  .new-styling.xs-pl-36 {
    padding-left: 36px;
  }
  .new-styling.xs-pa-40 {
    padding: 40px;
  }
  .new-styling.xs-py-40 {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .new-styling.xs-px-40 {
    padding-right: 40px;
    padding-left: 40px;
  }
  .new-styling.xs-pt-40 {
    padding-top: 40px;
  }
  .new-styling.xs-pr-40 {
    padding-right: 40px;
  }
  .new-styling.xs-pb-40 {
    padding-bottom: 40px;
  }
  .new-styling.xs-pl-40 {
    padding-left: 40px;
  }
  .new-styling.xs-pa-44 {
    padding: 44px;
  }
  .new-styling.xs-py-44 {
    padding-top: 44px;
    padding-bottom: 44px;
  }
  .new-styling.xs-px-44 {
    padding-right: 44px;
    padding-left: 44px;
  }
  .new-styling.xs-pt-44 {
    padding-top: 44px;
  }
  .new-styling.xs-pr-44 {
    padding-right: 44px;
  }
  .new-styling.xs-pb-44 {
    padding-bottom: 44px;
  }
  .new-styling.xs-pl-44 {
    padding-left: 44px;
  }
  .new-styling.xs-pa-48 {
    padding: 48px;
  }
  .new-styling.xs-py-48 {
    padding-top: 48px;
    padding-bottom: 48px;
  }
  .new-styling.xs-px-48 {
    padding-right: 48px;
    padding-left: 48px;
  }
  .new-styling.xs-pt-48 {
    padding-top: 48px;
  }
  .new-styling.xs-pr-48 {
    padding-right: 48px;
  }
  .new-styling.xs-pb-48 {
    padding-bottom: 48px;
  }
  .new-styling.xs-pl-48 {
    padding-left: 48px;
  }
  .new-styling.xs-pa-56 {
    padding: 56px;
  }
  .new-styling.xs-py-56 {
    padding-top: 56px;
    padding-bottom: 56px;
  }
  .new-styling.xs-px-56 {
    padding-right: 56px;
    padding-left: 56px;
  }
  .new-styling.xs-pt-56 {
    padding-top: 56px;
  }
  .new-styling.xs-pr-56 {
    padding-right: 56px;
  }
  .new-styling.xs-pb-56 {
    padding-bottom: 56px;
  }
  .new-styling.xs-pl-56 {
    padding-left: 56px;
  }
  .new-styling.xs-pa-60 {
    padding: 60px;
  }
  .new-styling.xs-py-60 {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .new-styling.xs-px-60 {
    padding-right: 60px;
    padding-left: 60px;
  }
  .new-styling.xs-pt-60 {
    padding-top: 60px;
  }
  .new-styling.xs-pr-60 {
    padding-right: 60px;
  }
  .new-styling.xs-pb-60 {
    padding-bottom: 60px;
  }
  .new-styling.xs-pl-60 {
    padding-left: 60px;
  }
  .new-styling.xs-pa-64 {
    padding: 64px;
  }
  .new-styling.xs-py-64 {
    padding-top: 64px;
    padding-bottom: 64px;
  }
  .new-styling.xs-px-64 {
    padding-right: 64px;
    padding-left: 64px;
  }
  .new-styling.xs-pt-64 {
    padding-top: 64px;
  }
  .new-styling.xs-pr-64 {
    padding-right: 64px;
  }
  .new-styling.xs-pb-64 {
    padding-bottom: 64px;
  }
  .new-styling.xs-pl-64 {
    padding-left: 64px;
  }
  .new-styling.xs-pa-68 {
    padding: 68px;
  }
  .new-styling.xs-py-68 {
    padding-top: 68px;
    padding-bottom: 68px;
  }
  .new-styling.xs-px-68 {
    padding-right: 68px;
    padding-left: 68px;
  }
  .new-styling.xs-pt-68 {
    padding-top: 68px;
  }
  .new-styling.xs-pr-68 {
    padding-right: 68px;
  }
  .new-styling.xs-pb-68 {
    padding-bottom: 68px;
  }
  .new-styling.xs-pl-68 {
    padding-left: 68px;
  }
  .new-styling.xs-pa-72 {
    padding: 72px;
  }
  .new-styling.xs-py-72 {
    padding-top: 72px;
    padding-bottom: 72px;
  }
  .new-styling.xs-px-72 {
    padding-right: 72px;
    padding-left: 72px;
  }
  .new-styling.xs-pt-72 {
    padding-top: 72px;
  }
  .new-styling.xs-pr-72 {
    padding-right: 72px;
  }
  .new-styling.xs-pb-72 {
    padding-bottom: 72px;
  }
  .new-styling.xs-pl-72 {
    padding-left: 72px;
  }
  .new-styling.xs-pa-80 {
    padding: 80px;
  }
  .new-styling.xs-py-80 {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .new-styling.xs-px-80 {
    padding-right: 80px;
    padding-left: 80px;
  }
  .new-styling.xs-pt-80 {
    padding-top: 80px;
  }
  .new-styling.xs-pr-80 {
    padding-right: 80px;
  }
  .new-styling.xs-pb-80 {
    padding-bottom: 80px;
  }
  .new-styling.xs-pl-80 {
    padding-left: 80px;
  }
  .new-styling.xs-pa-100 {
    padding: 100px;
  }
  .new-styling.xs-py-100 {
    padding-top: 100px;
    padding-bottom: 100px;
  }
  .new-styling.xs-px-100 {
    padding-right: 100px;
    padding-left: 100px;
  }
  .new-styling.xs-pt-100 {
    padding-top: 100px;
  }
  .new-styling.xs-pr-100 {
    padding-right: 100px;
  }
  .new-styling.xs-pb-100 {
    padding-bottom: 100px;
  }
  .new-styling.xs-pl-100 {
    padding-left: 100px;
  }
  .new-styling.xs-pa-120 {
    padding: 120px;
  }
  .new-styling.xs-py-120 {
    padding-top: 120px;
    padding-bottom: 120px;
  }
  .new-styling.xs-px-120 {
    padding-right: 120px;
    padding-left: 120px;
  }
  .new-styling.xs-pt-120 {
    padding-top: 120px;
  }
  .new-styling.xs-pr-120 {
    padding-right: 120px;
  }
  .new-styling.xs-pb-120 {
    padding-bottom: 120px;
  }
  .new-styling.xs-pl-120 {
    padding-left: 120px;
  }
  .new-styling.xs-pa-200 {
    padding: 200px;
  }
  .new-styling.xs-py-200 {
    padding-top: 200px;
    padding-bottom: 200px;
  }
  .new-styling.xs-px-200 {
    padding-right: 200px;
    padding-left: 200px;
  }
  .new-styling.xs-pt-200 {
    padding-top: 200px;
  }
  .new-styling.xs-pr-200 {
    padding-right: 200px;
  }
  .new-styling.xs-pb-200 {
    padding-bottom: 200px;
  }
  .new-styling.xs-pl-200 {
    padding-left: 200px;
  }
  .new-styling.xs-pa-240 {
    padding: 240px;
  }
  .new-styling.xs-py-240 {
    padding-top: 240px;
    padding-bottom: 240px;
  }
  .new-styling.xs-px-240 {
    padding-right: 240px;
    padding-left: 240px;
  }
  .new-styling.xs-pt-240 {
    padding-top: 240px;
  }
  .new-styling.xs-pr-240 {
    padding-right: 240px;
  }
  .new-styling.xs-pb-240 {
    padding-bottom: 240px;
  }
  .new-styling.xs-pl-240 {
    padding-left: 240px;
  }
}

.new-styling.rgap-0 {
  row-gap: 0px;
}

.new-styling.cgap-0 {
  -moz-column-gap: 0px;
       column-gap: 0px;
}

.new-styling.gap-0 {
  gap: 0px;
}

.new-styling.rgap-4 {
  row-gap: 4px;
}

.new-styling.cgap-4 {
  -moz-column-gap: 4px;
       column-gap: 4px;
}

.new-styling.gap-4 {
  gap: 4px;
}

.new-styling.rgap-8 {
  row-gap: 8px;
}

.new-styling.cgap-8 {
  -moz-column-gap: 8px;
       column-gap: 8px;
}

.new-styling.gap-8 {
  gap: 8px;
}

.new-styling.rgap-12 {
  row-gap: 12px;
}

.new-styling.cgap-12 {
  -moz-column-gap: 12px;
       column-gap: 12px;
}

.new-styling.gap-12 {
  gap: 12px;
}

.new-styling.rgap-16 {
  row-gap: 16px;
}

.new-styling.cgap-16 {
  -moz-column-gap: 16px;
       column-gap: 16px;
}

.new-styling.gap-16 {
  gap: 16px;
}

.new-styling.rgap-20 {
  row-gap: 20px;
}

.new-styling.cgap-20 {
  -moz-column-gap: 20px;
       column-gap: 20px;
}

.new-styling.gap-20 {
  gap: 20px;
}

.new-styling.rgap-24 {
  row-gap: 24px;
}

.new-styling.cgap-24 {
  -moz-column-gap: 24px;
       column-gap: 24px;
}

.new-styling.gap-24 {
  gap: 24px;
}

.new-styling.rgap-28 {
  row-gap: 28px;
}

.new-styling.cgap-28 {
  -moz-column-gap: 28px;
       column-gap: 28px;
}

.new-styling.gap-28 {
  gap: 28px;
}

.new-styling.rgap-32 {
  row-gap: 32px;
}

.new-styling.cgap-32 {
  -moz-column-gap: 32px;
       column-gap: 32px;
}

.new-styling.gap-32 {
  gap: 32px;
}

.new-styling.rgap-36 {
  row-gap: 36px;
}

.new-styling.cgap-36 {
  -moz-column-gap: 36px;
       column-gap: 36px;
}

.new-styling.gap-36 {
  gap: 36px;
}

.new-styling.rgap-40 {
  row-gap: 40px;
}

.new-styling.cgap-40 {
  -moz-column-gap: 40px;
       column-gap: 40px;
}

.new-styling.gap-40 {
  gap: 40px;
}

.new-styling.rgap-44 {
  row-gap: 44px;
}

.new-styling.cgap-44 {
  -moz-column-gap: 44px;
       column-gap: 44px;
}

.new-styling.gap-44 {
  gap: 44px;
}

.new-styling.rgap-48 {
  row-gap: 48px;
}

.new-styling.cgap-48 {
  -moz-column-gap: 48px;
       column-gap: 48px;
}

.new-styling.gap-48 {
  gap: 48px;
}

.new-styling.rgap-56 {
  row-gap: 56px;
}

.new-styling.cgap-56 {
  -moz-column-gap: 56px;
       column-gap: 56px;
}

.new-styling.gap-56 {
  gap: 56px;
}

.new-styling.rgap-60 {
  row-gap: 60px;
}

.new-styling.cgap-60 {
  -moz-column-gap: 60px;
       column-gap: 60px;
}

.new-styling.gap-60 {
  gap: 60px;
}

.new-styling.rgap-64 {
  row-gap: 64px;
}

.new-styling.cgap-64 {
  -moz-column-gap: 64px;
       column-gap: 64px;
}

.new-styling.gap-64 {
  gap: 64px;
}

@media screen and (max-width: 991px) {
  .new-styling.sm-rgap-0 {
    row-gap: 0px;
  }
  .new-styling.sm-cgap-0 {
    -moz-column-gap: 0px;
         column-gap: 0px;
  }
  .new-styling.sm-gap-0 {
    gap: 0px;
  }
  .new-styling.sm-rgap-4 {
    row-gap: 4px;
  }
  .new-styling.sm-cgap-4 {
    -moz-column-gap: 4px;
         column-gap: 4px;
  }
  .new-styling.sm-gap-4 {
    gap: 4px;
  }
  .new-styling.sm-rgap-8 {
    row-gap: 8px;
  }
  .new-styling.sm-cgap-8 {
    -moz-column-gap: 8px;
         column-gap: 8px;
  }
  .new-styling.sm-gap-8 {
    gap: 8px;
  }
  .new-styling.sm-rgap-12 {
    row-gap: 12px;
  }
  .new-styling.sm-cgap-12 {
    -moz-column-gap: 12px;
         column-gap: 12px;
  }
  .new-styling.sm-gap-12 {
    gap: 12px;
  }
  .new-styling.sm-rgap-16 {
    row-gap: 16px;
  }
  .new-styling.sm-cgap-16 {
    -moz-column-gap: 16px;
         column-gap: 16px;
  }
  .new-styling.sm-gap-16 {
    gap: 16px;
  }
  .new-styling.sm-rgap-20 {
    row-gap: 20px;
  }
  .new-styling.sm-cgap-20 {
    -moz-column-gap: 20px;
         column-gap: 20px;
  }
  .new-styling.sm-gap-20 {
    gap: 20px;
  }
  .new-styling.sm-rgap-24 {
    row-gap: 24px;
  }
  .new-styling.sm-cgap-24 {
    -moz-column-gap: 24px;
         column-gap: 24px;
  }
  .new-styling.sm-gap-24 {
    gap: 24px;
  }
  .new-styling.sm-rgap-28 {
    row-gap: 28px;
  }
  .new-styling.sm-cgap-28 {
    -moz-column-gap: 28px;
         column-gap: 28px;
  }
  .new-styling.sm-gap-28 {
    gap: 28px;
  }
  .new-styling.sm-rgap-32 {
    row-gap: 32px;
  }
  .new-styling.sm-cgap-32 {
    -moz-column-gap: 32px;
         column-gap: 32px;
  }
  .new-styling.sm-gap-32 {
    gap: 32px;
  }
  .new-styling.sm-rgap-36 {
    row-gap: 36px;
  }
  .new-styling.sm-cgap-36 {
    -moz-column-gap: 36px;
         column-gap: 36px;
  }
  .new-styling.sm-gap-36 {
    gap: 36px;
  }
  .new-styling.sm-rgap-40 {
    row-gap: 40px;
  }
  .new-styling.sm-cgap-40 {
    -moz-column-gap: 40px;
         column-gap: 40px;
  }
  .new-styling.sm-gap-40 {
    gap: 40px;
  }
  .new-styling.sm-rgap-44 {
    row-gap: 44px;
  }
  .new-styling.sm-cgap-44 {
    -moz-column-gap: 44px;
         column-gap: 44px;
  }
  .new-styling.sm-gap-44 {
    gap: 44px;
  }
  .new-styling.sm-rgap-48 {
    row-gap: 48px;
  }
  .new-styling.sm-cgap-48 {
    -moz-column-gap: 48px;
         column-gap: 48px;
  }
  .new-styling.sm-gap-48 {
    gap: 48px;
  }
  .new-styling.sm-rgap-56 {
    row-gap: 56px;
  }
  .new-styling.sm-cgap-56 {
    -moz-column-gap: 56px;
         column-gap: 56px;
  }
  .new-styling.sm-gap-56 {
    gap: 56px;
  }
  .new-styling.sm-rgap-60 {
    row-gap: 60px;
  }
  .new-styling.sm-cgap-60 {
    -moz-column-gap: 60px;
         column-gap: 60px;
  }
  .new-styling.sm-gap-60 {
    gap: 60px;
  }
  .new-styling.sm-rgap-64 {
    row-gap: 64px;
  }
  .new-styling.sm-cgap-64 {
    -moz-column-gap: 64px;
         column-gap: 64px;
  }
  .new-styling.sm-gap-64 {
    gap: 64px;
  }
}

@media screen and (max-width: 767px) {
  .new-styling.xs-rgap-0 {
    row-gap: 0px;
  }
  .new-styling.xs-cgap-0 {
    -moz-column-gap: 0px;
         column-gap: 0px;
  }
  .new-styling.xs-gap-0 {
    gap: 0px;
  }
  .new-styling.xs-rgap-4 {
    row-gap: 4px;
  }
  .new-styling.xs-cgap-4 {
    -moz-column-gap: 4px;
         column-gap: 4px;
  }
  .new-styling.xs-gap-4 {
    gap: 4px;
  }
  .new-styling.xs-rgap-8 {
    row-gap: 8px;
  }
  .new-styling.xs-cgap-8 {
    -moz-column-gap: 8px;
         column-gap: 8px;
  }
  .new-styling.xs-gap-8 {
    gap: 8px;
  }
  .new-styling.xs-rgap-12 {
    row-gap: 12px;
  }
  .new-styling.xs-cgap-12 {
    -moz-column-gap: 12px;
         column-gap: 12px;
  }
  .new-styling.xs-gap-12 {
    gap: 12px;
  }
  .new-styling.xs-rgap-16 {
    row-gap: 16px;
  }
  .new-styling.xs-cgap-16 {
    -moz-column-gap: 16px;
         column-gap: 16px;
  }
  .new-styling.xs-gap-16 {
    gap: 16px;
  }
  .new-styling.xs-rgap-20 {
    row-gap: 20px;
  }
  .new-styling.xs-cgap-20 {
    -moz-column-gap: 20px;
         column-gap: 20px;
  }
  .new-styling.xs-gap-20 {
    gap: 20px;
  }
  .new-styling.xs-rgap-24 {
    row-gap: 24px;
  }
  .new-styling.xs-cgap-24 {
    -moz-column-gap: 24px;
         column-gap: 24px;
  }
  .new-styling.xs-gap-24 {
    gap: 24px;
  }
  .new-styling.xs-rgap-28 {
    row-gap: 28px;
  }
  .new-styling.xs-cgap-28 {
    -moz-column-gap: 28px;
         column-gap: 28px;
  }
  .new-styling.xs-gap-28 {
    gap: 28px;
  }
  .new-styling.xs-rgap-32 {
    row-gap: 32px;
  }
  .new-styling.xs-cgap-32 {
    -moz-column-gap: 32px;
         column-gap: 32px;
  }
  .new-styling.xs-gap-32 {
    gap: 32px;
  }
  .new-styling.xs-rgap-36 {
    row-gap: 36px;
  }
  .new-styling.xs-cgap-36 {
    -moz-column-gap: 36px;
         column-gap: 36px;
  }
  .new-styling.xs-gap-36 {
    gap: 36px;
  }
  .new-styling.xs-rgap-40 {
    row-gap: 40px;
  }
  .new-styling.xs-cgap-40 {
    -moz-column-gap: 40px;
         column-gap: 40px;
  }
  .new-styling.xs-gap-40 {
    gap: 40px;
  }
  .new-styling.xs-rgap-44 {
    row-gap: 44px;
  }
  .new-styling.xs-cgap-44 {
    -moz-column-gap: 44px;
         column-gap: 44px;
  }
  .new-styling.xs-gap-44 {
    gap: 44px;
  }
  .new-styling.xs-rgap-48 {
    row-gap: 48px;
  }
  .new-styling.xs-cgap-48 {
    -moz-column-gap: 48px;
         column-gap: 48px;
  }
  .new-styling.xs-gap-48 {
    gap: 48px;
  }
  .new-styling.xs-rgap-56 {
    row-gap: 56px;
  }
  .new-styling.xs-cgap-56 {
    -moz-column-gap: 56px;
         column-gap: 56px;
  }
  .new-styling.xs-gap-56 {
    gap: 56px;
  }
  .new-styling.xs-rgap-60 {
    row-gap: 60px;
  }
  .new-styling.xs-cgap-60 {
    -moz-column-gap: 60px;
         column-gap: 60px;
  }
  .new-styling.xs-gap-60 {
    gap: 60px;
  }
  .new-styling.xs-rgap-64 {
    row-gap: 64px;
  }
  .new-styling.xs-cgap-64 {
    -moz-column-gap: 64px;
         column-gap: 64px;
  }
  .new-styling.xs-gap-64 {
    gap: 64px;
  }
}

.new-styling {
  overflow-wrap: break-word;
  word-wrap: break-word;
  min-width: 0;
}

.new-styling.wbreak-normal {
  overflow-wrap: normal;
  word-break: normal;
  word-wrap: normal;
}

.new-styling.text-h0, .new-styling.text-h1, h1.new-styling, .new-styling.text-h2, h2.new-styling, .new-styling.text-h3, h3.new-styling, .new-styling.text-h4, h4.new-styling, .new-styling.text-h5, h5.new-styling {
  font-weight: 700;
}

.new-styling.text-btn, .new-styling.text-btn-14, .new-styling.text-btn-20 {
  font-weight: 500;
  line-height: 100%;
}

.new-styling.text-compact {
  font-weight: 500;
}

.new-styling.text-h1, h1.new-styling {
  font-size: 2rem;
  line-height: 2.25rem;
}

.new-styling.text-h2, h2.new-styling {
  font-size: 1.75rem;
  line-height: 1.875rem;
}

.new-styling.text-h3, h3.new-styling {
  font-size: 1.5rem;
  line-height: 1.625rem;
}

.new-styling.text-h4, h4.new-styling {
  font-size: 1.25rem;
  line-height: 1.5rem;
}

.new-styling.text-h5, h5.new-styling {
  font-size: 1rem;
  line-height: 1.125rem;
}

.new-styling.text-h0 {
  font-size: 3rem;
  line-height: 3.125rem;
}

.new-styling.text-default, p.new-styling {
  font-size: 1rem;
  line-height: 1.5rem;
}

.new-styling.text-extra {
  font-size: 1.125rem;
  line-height: 1.6875rem;
}

.new-styling.text-small {
  font-size: 0.875rem;
  line-height: 1.3125rem;
}

.new-styling.text-compact {
  font-size: 0.75rem;
  line-height: 0.875rem;
  letter-spacing: 0.04em;
}

.new-styling.text-disclaimer {
  font-size: 0.625rem;
  line-height: 0.875rem;
}

.new-styling.text-btn {
  font-size: 1rem;
}

.new-styling.text-btn-14 {
  font-size: 0.875rem;
}

.new-styling.text-btn-20 {
  font-size: 1.25rem;
}

.new-styling.lh-font {
  line-height: 100%;
}

.new-styling.lh-120 {
  line-height: 120%;
}

.new-styling.lh-130 {
  line-height: 130%;
}

.new-styling.lh-150 {
  line-height: 150%;
}

.new-styling.lh-175 {
  line-height: 175%;
}

.new-styling.ta-center {
  text-align: center;
}

.new-styling.ta-justify {
  text-align: justify;
}

.new-styling.ta-left {
  text-align: left;
}

.new-styling.ta-right {
  text-align: right;
}

.new-styling.ta-start {
  text-align: start;
}

.new-styling.ta-end {
  text-align: end;
}

@media screen and (max-width: 1199px) {
  .new-styling.md-text-h1 {
    font-size: 2rem;
    line-height: 2.25rem;
  }
  .new-styling.md-text-h2 {
    font-size: 1.75rem;
    line-height: 1.875rem;
  }
  .new-styling.md-text-h3 {
    font-size: 1.5rem;
    line-height: 1.625rem;
  }
  .new-styling.md-text-h4 {
    font-size: 1.25rem;
    line-height: 1.5rem;
  }
  .new-styling.md-text-h5 {
    font-size: 1rem;
    line-height: 1.125rem;
  }
  .new-styling.md-text-h0 {
    font-size: 3rem;
    line-height: 3.125rem;
  }
  .new-styling.md-text-default {
    font-size: 1rem;
    line-height: 1.5rem;
  }
  .new-styling.md-text-extra {
    font-size: 1.125rem;
    line-height: 1.6875rem;
  }
  .new-styling.md-text-small {
    font-size: 0.875rem;
    line-height: 1.3125rem;
  }
  .new-styling.md-text-compact {
    font-size: 0.75rem;
    line-height: 0.875rem;
    letter-spacing: 0.04em;
  }
  .new-styling.md-text-disclaimer {
    font-size: 0.625rem;
    line-height: 0.875rem;
  }
  .new-styling.md-text-btn {
    font-size: 1rem;
  }
  .new-styling.md-text-btn-14 {
    font-size: 0.875rem;
  }
  .new-styling.md-text-btn-20 {
    font-size: 1.25rem;
  }
  .new-styling.md-lh-font {
    line-height: 100%;
  }
  .new-styling.md-lh-120 {
    line-height: 120%;
  }
  .new-styling.md-lh-130 {
    line-height: 130%;
  }
  .new-styling.md-lh-150 {
    line-height: 150%;
  }
  .new-styling.md-lh-175 {
    line-height: 175%;
  }
  .new-styling.md-ta-center {
    text-align: center;
  }
  .new-styling.md-ta-justify {
    text-align: justify;
  }
  .new-styling.md-ta-left {
    text-align: left;
  }
  .new-styling.md-ta-right {
    text-align: right;
  }
  .new-styling.md-ta-start {
    text-align: start;
  }
  .new-styling.md-ta-end {
    text-align: end;
  }
}

@media screen and (max-width: 991px) {
  .new-styling.sm-text-h1 {
    font-size: 2rem;
    line-height: 2.25rem;
  }
  .new-styling.sm-text-h2 {
    font-size: 1.75rem;
    line-height: 1.875rem;
  }
  .new-styling.sm-text-h3 {
    font-size: 1.5rem;
    line-height: 1.625rem;
  }
  .new-styling.sm-text-h4 {
    font-size: 1.25rem;
    line-height: 1.5rem;
  }
  .new-styling.sm-text-h5 {
    font-size: 1rem;
    line-height: 1.125rem;
  }
  .new-styling.sm-text-h0 {
    font-size: 3rem;
    line-height: 3.125rem;
  }
  .new-styling.sm-text-default {
    font-size: 1rem;
    line-height: 1.5rem;
  }
  .new-styling.sm-text-extra {
    font-size: 1.125rem;
    line-height: 1.6875rem;
  }
  .new-styling.sm-text-small {
    font-size: 0.875rem;
    line-height: 1.3125rem;
  }
  .new-styling.sm-text-compact {
    font-size: 0.75rem;
    line-height: 0.875rem;
    letter-spacing: 0.04em;
  }
  .new-styling.sm-text-disclaimer {
    font-size: 0.625rem;
    line-height: 0.875rem;
  }
  .new-styling.sm-text-btn {
    font-size: 1rem;
  }
  .new-styling.sm-text-btn-14 {
    font-size: 0.875rem;
  }
  .new-styling.sm-text-btn-20 {
    font-size: 1.25rem;
  }
  .new-styling.sm-lh-font {
    line-height: 100%;
  }
  .new-styling.sm-lh-120 {
    line-height: 120%;
  }
  .new-styling.sm-lh-130 {
    line-height: 130%;
  }
  .new-styling.sm-lh-150 {
    line-height: 150%;
  }
  .new-styling.sm-lh-175 {
    line-height: 175%;
  }
  .new-styling.sm-ta-center {
    text-align: center;
  }
  .new-styling.sm-ta-justify {
    text-align: justify;
  }
  .new-styling.sm-ta-left {
    text-align: left;
  }
  .new-styling.sm-ta-right {
    text-align: right;
  }
  .new-styling.sm-ta-start {
    text-align: start;
  }
  .new-styling.sm-ta-end {
    text-align: end;
  }
}

@media screen and (max-width: 767px) {
  .new-styling.xs-text-h1 {
    font-size: 2rem;
    line-height: 2.25rem;
  }
  .new-styling.xs-text-h2 {
    font-size: 1.75rem;
    line-height: 1.875rem;
  }
  .new-styling.xs-text-h3 {
    font-size: 1.5rem;
    line-height: 1.625rem;
  }
  .new-styling.xs-text-h4 {
    font-size: 1.25rem;
    line-height: 1.5rem;
  }
  .new-styling.xs-text-h5 {
    font-size: 1rem;
    line-height: 1.125rem;
  }
  .new-styling.xs-text-h0 {
    font-size: 3rem;
    line-height: 3.125rem;
  }
  .new-styling.xs-text-default {
    font-size: 1rem;
    line-height: 1.5rem;
  }
  .new-styling.xs-text-extra {
    font-size: 1.125rem;
    line-height: 1.6875rem;
  }
  .new-styling.xs-text-small {
    font-size: 0.875rem;
    line-height: 1.3125rem;
  }
  .new-styling.xs-text-compact {
    font-size: 0.75rem;
    line-height: 0.875rem;
    letter-spacing: 0.04em;
  }
  .new-styling.xs-text-disclaimer {
    font-size: 0.625rem;
    line-height: 0.875rem;
  }
  .new-styling.xs-text-btn {
    font-size: 1rem;
  }
  .new-styling.xs-text-btn-14 {
    font-size: 0.875rem;
  }
  .new-styling.xs-text-btn-20 {
    font-size: 1.25rem;
  }
  .new-styling.xs-lh-font {
    line-height: 100%;
  }
  .new-styling.xs-lh-120 {
    line-height: 120%;
  }
  .new-styling.xs-lh-130 {
    line-height: 130%;
  }
  .new-styling.xs-lh-150 {
    line-height: 150%;
  }
  .new-styling.xs-lh-175 {
    line-height: 175%;
  }
  .new-styling.xs-ta-center {
    text-align: center;
  }
  .new-styling.xs-ta-justify {
    text-align: justify;
  }
  .new-styling.xs-ta-left {
    text-align: left;
  }
  .new-styling.xs-ta-right {
    text-align: right;
  }
  .new-styling.xs-ta-start {
    text-align: start;
  }
  .new-styling.xs-ta-end {
    text-align: end;
  }
}

.new-styling.fw-regular {
  font-weight: 400;
}

.new-styling.fw-medium {
  font-weight: 500;
}

.new-styling.fw-semibold {
  font-weight: 600;
}

.new-styling.fw-bold {
  font-weight: 700;
}

.new-styling.ws-nowrap {
  white-space: nowrap;
}

.new-styling.ws-normal {
  white-space: normal;
}

.new-styling.ws-prewrap {
  white-space: pre-wrap;
}

.new-styling.underlined {
  text-decoration: underline;
}

.new-styling.line-through {
  text-decoration: line-through;
}

.new-styling.no-decoration {
  text-decoration: none;
}

.new-styling.fs-italic {
  font-style: italic;
}

.new-styling.uppercase {
  text-transform: uppercase;
}

.new-styling.truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.new-styling.tracking-normal {
  letter-spacing: normal;
}

.new-styling.typewriter {
  letter-spacing: 0.2rem;
}

.new-styling.account-page__section-title {
  flex: 0 0 230px;
  padding-right: 24px;
}

@media screen and (max-width: 767px) {
  .new-styling.account-page__section-title {
    flex: 0 0 auto;
    padding-right: 0;
  }
}

.new-styling.guides__article-card:hover {
  background: #F6F7FA;
  border-color: #F6F7FA;
}

.new-styling.browser-update-item {
  width: 216px;
  height: 216px;
}

.new-styling.browser-update-item__image {
  width: 104px;
  height: 104px;
}

.new-styling.browser-update-item:hover {
  background-color: rgba(76, 175, 80, 0.1);
}

.new-styling.cross-selling--carousel {
  padding: 32px;
  margin: -32px;
  grid-column-gap: 33px;
}

.new-styling.cross-selling__card {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  width: 362px;
}

.new-styling.cross-selling__card:not(.cross-selling__card--flat) {
  box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.2);
}

.new-styling.cross-selling__card:hover, .new-styling.cross-selling__card:focus {
  text-decoration: none;
}

.new-styling.cross-selling__card:hover .new-styling.cross-selling__card-title {
  color: #4CAF50;
  transition: color .2s ease;
  cursor: pointer;
}

.new-styling.cross-selling__card:hover .new-styling.cross-selling__card-title .cross-selling__arrow-svg {
  transform: translateX(0);
  opacity: 1;
}

.new-styling.cross-selling__arrow-svg {
  transform: translateX(-100%);
  opacity: 0;
  transition: transform .2s ease;
}

.new-styling.cross-selling--compact .new-styling.cross-selling__card {
  width: 100%;
  height: auto;
  min-height: 130px;
}

.new-styling.cross-selling--compact .new-styling.cross-selling__text {
  padding-right: 90px;
  padding-bottom: 16px;
}

.new-styling.cross-selling--compact .new-styling.cross-selling__photo {
  bottom: 0;
  right: -60px;
  position: absolute;
  width: auto;
  height: 98px;
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
  .new-styling.cross-selling__card {
    width: 460px;
  }
}

@media screen and (max-width: 991px) {
  .new-styling.cross-selling:is(.cross-selling--carousel) {
    overflow-x: auto;
    padding: 16px;
    margin: -16px;
  }
  .new-styling.cross-selling:is(.cross-selling--carousel) .new-styling.cross-selling__card {
    width: 300px;
  }
  .new-styling.cross-selling:not(.cross-selling--carousel) .new-styling.cross-selling__card {
    width: 100%;
    height: auto;
    min-height: 130px;
  }
  .new-styling.cross-selling:not(.cross-selling--carousel) .new-styling.cross-selling__text {
    padding-right: 90px;
  }
  .new-styling.cross-selling:not(.cross-selling--carousel) .new-styling.cross-selling__photo {
    bottom: 0;
    right: -60px;
    position: absolute;
    width: auto;
    height: 98px;
  }
}

.new-styling.limit-discount__divider {
  align-self: stretch;
  width: 1px;
}

.new-styling.limit-discount__mobile-banner {
  box-shadow: 0px -4px 20px rgba(0, 0, 0, 0.15);
}

@media screen and (max-width: 320px) {
  .new-styling.limit-discount__mobile-banner {
    padding: 8px;
  }
  .new-styling.limit-discount__divider {
    margin: 0 4px;
  }
}

.new-styling.side-image-banner__contents--gradient {
  background: linear-gradient(90deg, #fff 75%, rgba(255, 255, 255, 0) 100%);
}

.new-styling.side-image-banner__image {
  width: 250px;
}

.new-styling.side-image-banner__image &gt; svg, .new-styling.side-image-banner__image &gt; img {
  display: block;
  width: 100%;
  height: auto;
  transform: scale(1.2);
  transform-origin: bottom left;
}

@media screen and (min-width: 768px) and (max-width: 991px) {
  .new-styling.side-image-banner__image {
    max-width: 250px;
  }
}

@media screen and (max-width: 767px) {
  .new-styling.side-image-banner {
    flex-direction: column;
  }
  .new-styling.side-image-banner__contents--gradient {
    background: none;
  }
  .new-styling.side-image-banner__gradient {
    background: linear-gradient(180deg, #fff 80%, rgba(255, 255, 255, 0) 100%);
  }
  .new-styling.side-image-banner__image {
    position: absolute;
    bottom: 0;
    right: -32px;
    max-width: 180px;
  }
  .new-styling.side-image-banner__image &gt; svg, .new-styling.side-image-banner__image &gt; img {
    transform: none;
  }
}

.new-styling.welcome-gift {
  padding: 24px;
  border-radius: 8px;
}

.new-styling.welcome-gift__content {
  display: flex;
  align-items: center;
}

.new-styling.welcome-gift__actions {
  margin-top: 12px;
}

.new-styling.welcome-gift__text h3 {
  margin-bottom: 4px;
}

.new-styling.welcome-gift__image {
  margin-right: 24px;
}

.new-styling.welcome-gift__image, .new-styling.welcome-gift__image svg {
  min-width: 96px;
  min-height: 91px;
  width: 96px;
  height: 91px;
}

@media screen and (min-width: 992px) {
  .no-padding .new-styling.welcome-gift {
    padding: 0;
  }
}

@media screen and (max-width: 767px) {
  .new-styling.welcome-gift {
    padding: 12px;
  }
  .new-styling.welcome-gift__image {
    margin-right: 12px;
  }
  .new-styling.welcome-gift__image, .new-styling.welcome-gift__image svg {
    min-width: 72px;
    min-height: 64px;
    width: 72px;
    height: 64px;
  }
}

@media screen and (max-width: 320px) {
  .new-styling.welcome-gift__header--de {
    font-size: 0.875rem;
  }
}

.new-styling.breadcrumbs-component {
  list-style: none;
}

.new-styling.breadcrumbs-component li + li::before {
  content: "/ ";
  color: #999;
}

.new-styling.dialog {
  z-index: 960;
}

.new-styling.dialog-overlay {
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 961;
}

.new-styling.dialog-content {
  width: 600px;
  max-height: calc(100% - 64px);
  z-index: 962;
}

.new-styling.dialog-content--thin {
  width: 375px;
}

.new-styling.dialog-content--wide {
  width: 750px;
}

.new-styling.dialog-content--animated {
  animation: pulse .15s 1;
}

.new-styling.dialog-content__body {
  flex: 1 1 auto;
}

.new-styling.dialog-content__dismiss-button {
  border: none;
  transition: background-color .3s;
  padding: 8px;
  margin: -8px;
  margin-left: auto;
}

.new-styling.dialog-content__dismiss-button &gt; svg {
  transition: color .3s;
}

.new-styling.dialog-content__dismiss-button:hover {
  background-color: rgba(76, 175, 80, 0.1);
}

.new-styling.dialog-content__dismiss-button:hover &gt; svg {
  color: #4CAF50;
}

@media screen and (max-width: 767px) {
  .new-styling.dialog-content {
    width: 100% !important;
    height: 100% !important;
    max-height: none;
    border-radius: 0;
  }
}

.new-styling.dropdown.open .dropdown-menu {
  display: block;
}

.new-styling.dropdown-menu {
  right: 0;
  position: absolute;
  z-index: 980;
  display: none;
  min-width: 160px;
  list-style: none;
  overflow: auto;
}

.new-styling.dropdown-menu::-webkit-scrollbar {
  width: 4px;
}

.new-styling.dropdown-menu::-webkit-scrollbar-thumb {
  background: #4CAF50;
}

.new-styling.dropdown-item {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  text-decoration: none;
  color: #4a4a4a;
}

.new-styling.dropdown-item:hover, .new-styling.dropdown-item:focus {
  background-color: #F6F7FA;
}

.new-styling.dropdown-item:active {
  background-color: rgba(76, 175, 80, 0.1);
  color: #4CAF50;
}

@keyframes translateX-50-left {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}

.new-styling.infinite-scroll__container {
  width: -moz-fit-content;
  width: fit-content;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
  animation-name: translateX-50-left;
  animation-delay: 10ms;
}

.new-styling.infinite-scroll__container--right {
  animation-direction: reverse;
}

.new-styling.swipe-icon {
  width: 100px;
}

.new-styling.swipe-icon__svg {
  animation: slide-with-pause 2s infinite, fade-with-pause 2s infinite;
}

.toggler input {
  opacity: 0;
  width: 0;
  height: 0;
}

.toggler__button {
  background-color: #999;
  transition: .4s;
}

.toggler__button.bg-red {
  background-color: #ED6768;
}

.toggler__button:before {
  background-color: white;
  left: 2px;
  bottom: 2px;
  position: absolute;
  width: 20px;
  height: 20px;
  content: "";
  transition: .7s;
  border-radius: 50%;
}

.toggler input[type=checkbox]:checked + .toggler__button,
.toggler input[type=radio][checked] + .toggler__button {
  background-color: #25C966;
}

.toggler input:focus + .toggler__button {
  box-shadow: 0 0 1px #2196F3;
}

.toggler input[type=checkbox]:checked + .toggler__button:before,
.toggler input[type=radio][checked] + .toggler__button:before {
  transform: translateX(20px);
}

.new-styling.tooltip-wrapper.right .tooltip-arrow, .new-styling.tooltip-wrapper.left .tooltip-arrow, .new-styling.tooltip-wrapper.bottom .tooltip-arrow {
  border-top: 7px solid transparent;
  top: auto;
}

.new-styling.tooltip-wrapper.right .tooltip, .new-styling.tooltip-wrapper.left .tooltip, .new-styling.tooltip-wrapper.bottom .tooltip {
  bottom: auto;
}

.new-styling.tooltip-wrapper.right .tooltip-arrow {
  border-right: 11px solid rgba(36, 36, 36, 0.9);
  right: -19px;
}

.new-styling.tooltip-wrapper.right .tooltip {
  left: calc(100% + 10px + 9px);
}

.new-styling.tooltip-wrapper.left .tooltip-arrow {
  border-left: 11px solid rgba(36, 36, 36, 0.9);
  left: -19px;
}

.new-styling.tooltip-wrapper.left .tooltip {
  right: calc(100% + 10px + 9px);
}

.new-styling.tooltip-wrapper.bottom .tooltip-arrow {
  border-bottom: 11px solid rgba(36, 36, 36, 0.9);
  bottom: -19px;
}

.new-styling.tooltip-wrapper.bottom .tooltip {
  top: calc(100% + 10px + 9px);
}

.new-styling.tooltipped {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}

.new-styling.tooltipped:hover .tooltip,
.new-styling.tooltipped:hover .tooltip-arrow, .new-styling.tooltipped:focus .tooltip,
.new-styling.tooltipped:focus .tooltip-arrow {
  display: block;
}

.tooltip-arrow {
  z-index: 21;
  display: none;
  top: -19px;
  border: 7px solid transparent;
  border-top: 11px solid rgba(36, 36, 36, 0.9);
}

.tooltip {
  z-index: 1;
  display: none;
  width: -moz-max-content;
  width: max-content;
  background: rgba(36, 36, 36, 0.9);
  bottom: calc(100% + 10px + 9px);
}

.new-styling.upgrade-to-premium {
  padding: 0;
}

.new-styling.upgrade-to-premium__content {
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 75%, #F6F7FA 75%);
}

.new-styling.upgrade-to-premium__grid-wrapper {
  grid-template-columns: 1fr 3fr 4fr;
}

.new-styling.upgrade-to-premium__icon {
  grid-column: 1 / 2;
}

.new-styling.upgrade-to-premium__text {
  grid-column: 2 / 3;
}

.new-styling.upgrade-to-premium__title {
  grid-column: 2 / 3;
}

.new-styling.upgrade-to-premium__photo {
  width: 200px;
  height: auto;
  grid-column: 3 / 4;
  grid-row: 1 / 5;
}

@media screen and (max-width: 767px) {
  .new-styling.upgrade-to-premium__content {
    background: linear-gradient(to bottom, #F6F7FA 150px, rgba(255, 255, 255, 0) 150px);
  }
  .new-styling.upgrade-to-premium__grid-wrapper {
    grid-template-columns: 1fr 7fr;
  }
  .new-styling.upgrade-to-premium__photo {
    width: 150px;
    height: auto;
    grid-column: 2 / 3;
    grid-row: 1 / 2;
  }
}

.new-styling.allowed-list {
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: repeat(2, auto);
  grid-gap: 16px;
}

.new-styling.allowed-list__badge {
  top: -11px;
  right: 10px;
  position: absolute;
}

.new-styling.allowed-list__item {
  min-height: 64px;
  box-sizing: border-box;
}

.new-styling.allowed-list__item:hover {
  border: 1px solid #4CAF50;
}

.new-styling.allowed-list__radio {
  display: none;
}

.new-styling.allowed-list__radio:checked + .allowed-list__item {
  border: 1px solid #4CAF50;
  color: #4CAF50;
}

.new-styling.allowed-list__radio:checked + .allowed-list__item path {
  fill: #4CAF50;
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
  .new-styling.allowed-list {
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(3, auto);
  }
}

@media screen and (max-width: 767px) {
  .new-styling.allowed-list {
    grid-template-columns: 1, 1fr;
    grid-template-columns: auto;
    grid-gap: 8px;
  }
  .new-styling.allowed-list__item {
    min-height: 48px;
  }
  .new-styling.allowed-list__badge {
    position: static;
    margin-left: auto;
  }
}

.new-styling.existed-documents__item:hover {
  background-color: #EAEDEF;
}

.new-styling.existed-documents__item--delete {
  background-color: transparent;
}

.new-styling.existed-documents__item--delete:hover #trash-svg-mask {
  fill: #C92525;
}

.new-styling.upload-form-component__file {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}

.new-styling.upload-form-component__file:hover:not(.error, .uploading) {
  border-color: #4CAF50;
}

.new-styling.upload-form-component__file--remove:hover path {
  fill: #C92525;
}

.new-styling.upload-form-component__file--uploaded, .new-styling.upload-form-component__file--uploading, .new-styling.upload-form-component__file--error {
  display: none;
}

.new-styling.upload-form-component__file--uploading-icon {
  animation: .8s linear 0s infinite rotate-360;
}

.new-styling.profile-edition a[data-open-dialog] {
  color: #4a4a4a !important;
  text-decoration: none !important;
}

.new-styling.profile-edition__inner {
  display: grid;
  grid-template-areas: "content icon" "readmore readmore";
  align-items: center;
  justify-content: space-between;
}

.new-styling.profile-edition__inner:hover {
  background-color: #EAEDEF;
  cursor: pointer;
  transition: background-color 0.3s;
  margin: 0 -12px;
  padding: 0 12px;
}

.new-styling.profile-edition__link:hover * {
  color: #4CAF50;
}

.new-styling.profile-edition .unscalable .new-styling.profile-edition__inner:hover {
  margin: 0;
  padding: 0;
}

.new-styling.profile-edition .unscalable .new-styling.profile-edition__icon {
  margin-right: 12px;
}

.new-styling.profile-edition .icon-top .new-styling.profile-edition__icon {
  top: 16px;
  right: 4px;
  position: absolute;
}

@media screen and (max-width: 767px) {
  .new-styling.profile-edition__inner {
    margin: 0 -8px;
    padding: 0 8px;
  }
  .new-styling.profile-edition .icon-top--availability-table .new-styling.profile-edition__icon {
    top: 0;
    right: 6px;
    position: absolute;
    transform: translateY(-150%);
  }
}

.new-styling.autocomplete-component__list-item svg {
  margin-right: 8px;
}

.new-styling.autocomplete-component__clear-icon, .new-styling.autocomplete-component__loading-icon {
  display: none;
}

.new-styling.autocomplete-component__clear-icon.visible, .new-styling.autocomplete-component__loading-icon.visible {
  display: block;
}

.new-styling.autocomplete-component ul.ui-autocomplete {
  cursor: default;
  list-style: none;
  margin: 0;
  position: absolute;
  z-index: 980;
}

.new-styling.autocomplete-component .ui-menu-item .ui-menu-item-wrapper.ui-state-active {
  background: #F6F7FA !important;
  border: none !important;
  color: #4a4a4a !important;
}

.new-styling.autocomplete-component .ui-helper-hidden-accessible {
  display: none;
}

.new-styling.btn-group-select__icon {
  display: none;
}

.new-styling.btn-group-select__option {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  transition: background-color 0.2s ease-in-out;
  background-color: rgba(76, 175, 80, 0.1);
}

.new-styling.btn-group-select__option:hover {
  background-color: rgba(76, 175, 80, 0.2);
}

.new-styling.btn-group-select__option.selected {
  background-color: #4CAF50;
}

.new-styling.btn-group-select__option.selected .new-styling.btn-group-select__label {
  color: #fff;
}

.new-styling.btn-group-select__option.selected .new-styling.btn-group-select__icon {
  display: block;
}

.new-styling.checkbox-area:hover, .new-styling.checkbox-area--checked {
  border-color: #4a4a4a;
}

.new-styling.checkbox-area__tooltip:hover {
  fill: #4CAF50;
}

.has-error .new-styling.checkbox-area {
  border-color: #C92525;
}

.new-styling.checkbox-field__label {
  display: flex;
  align-items: flex-start;
  padding-left: 0;
}

.new-styling.checkbox-field__text {
  flex: 1 1 auto;
  color: #707070;
  font-weight: 500;
}

.new-styling.checkbox-field__button {
  flex: 0 0 auto;
  width: 18px;
  height: 18px;
  min-width: 18px;
  min-height: 18px;
  border-radius: 2px;
  background-color: #fff;
  border: 2px solid #999;
  display: flex;
  margin-right: 0.5em;
}

.new-styling.checkbox-field__input {
  opacity: 0;
  position: absolute;
}

.new-styling.checkbox-field__input:checked + .new-styling.checkbox-field__label .new-styling.checkbox-field__text {
  color: #4a4a4a;
}

.new-styling.checkbox-field__input:checked + .new-styling.checkbox-field__label .new-styling.checkbox-field__button {
  border-color: #4CAF50;
}

.new-styling.checkbox-field__input:checked + .new-styling.checkbox-field__label .new-styling.checkbox-field__button::after {
  width: 100%;
  height: 100%;
  content: '';
  display: block;
  -webkit-mask: url(/assets/icons/checkbox-54eaa579b6ee4a41c025e490e044b639cecf5831c210f1f2d9c92f29e3d5e4f7.svg);
          mask: url(/assets/icons/checkbox-54eaa579b6ee4a41c025e490e044b639cecf5831c210f1f2d9c92f29e3d5e4f7.svg);
  -webkit-mask-position: center;
          mask-position: center;
  background-color: #4CAF50;
}

.new-styling.checkbox-field__input:disabled + .new-styling.checkbox-field__label .new-styling.checkbox-field__text, .new-styling.checkbox-field.disabled .new-styling.checkbox-field__input + .new-styling.checkbox-field__label .new-styling.checkbox-field__text {
  color: #999;
}

.new-styling.checkbox-field__input:disabled + .new-styling.checkbox-field__label .new-styling.checkbox-field__button, .new-styling.checkbox-field.disabled .new-styling.checkbox-field__input + .new-styling.checkbox-field__label .new-styling.checkbox-field__button {
  border-color: #CACDCF;
}

.new-styling.checkbox-field__input:disabled + .new-styling.checkbox-field__label:hover, .new-styling.checkbox-field.disabled .new-styling.checkbox-field__input + .new-styling.checkbox-field__label:hover {
  cursor: unset;
}

.new-styling.checkbox-field__input:disabled:checked + .new-styling.checkbox-field__label .new-styling.checkbox-field__button::after, .new-styling.checkbox-field.disabled .new-styling.checkbox-field__input:checked + .new-styling.checkbox-field__label .new-styling.checkbox-field__button::after {
  background-color: #CACDCF;
}

.new-styling.checkbox-field__label:hover, .new-styling.checkbox-field.hovered .new-styling.checkbox-field__label {
  cursor: pointer;
}

.new-styling.checkbox-field__label:hover .new-styling.checkbox-field__button, .new-styling.checkbox-field.hovered .new-styling.checkbox-field__label .new-styling.checkbox-field__button {
  border-color: #58C85D;
}

.new-styling.checkbox-field__input:not(:disabled) + .new-styling.checkbox-field__label:active .new-styling.checkbox-field__button, .new-styling.checkbox-field.pressed .new-styling.checkbox-field__input:not(:disabled) + .new-styling.checkbox-field__label .new-styling.checkbox-field__button {
  border-color: #3C8A40;
}

.new-styling.checkbox-field__input:not(:disabled):checked + .new-styling.checkbox-field__label:active .new-styling.checkbox-field__button::after, .new-styling.checkbox-field.pressed .new-styling.checkbox-field__input:not(:disabled):checked + .new-styling.checkbox-field__label .new-styling.checkbox-field__button::after {
  background-color: #3C8A40;
}

.new-styling.checkbox-field.disabled, .new-styling.checkbox-field__input:disabled + .new-styling.checkbox-field__label {
  pointer-events: none;
}

.new-styling.checkbox-field__text {
  display: flex;
  flex-direction: column;
}

.has-error .new-styling.checkbox-field__text {
  color: #C92525;
}

.new-styling.icon-input {
  width: 110px;
}

.new-styling.icon-input__label {
  width: 110px;
  height: 110px;
}

.new-styling.icon-input__label svg *[stroke] {
  stroke: #999;
}

@media screen and (max-width: 767px) {
  .new-styling.icon-input__label {
    width: 80px;
    height: 80px;
  }
}

.new-styling.icon-input__check {
  top: -6px;
  right: 24px;
  position: absolute;
  width: 24px;
  height: 24px;
  display: none;
}

@media screen and (max-width: 767px) {
  .new-styling.icon-input__check {
    top: -6px;
    right: 18px;
    position: absolute;
    width: 18px;
    height: 18px;
  }
}

input:checked + .new-styling.icon-input__label .new-styling.icon-input__check {
  display: block;
}

input:checked + .new-styling.icon-input__label {
  border-color: #4a4a4a;
}

input:checked + .new-styling.icon-input__label svg *[stroke] {
  stroke: #4a4a4a;
}

@media (hover: hover) {
  .new-styling.icon-input__label:hover {
    border-color: #4a4a4a;
  }
  .new-styling.icon-input__label:hover svg *[stroke] {
    stroke: #4a4a4a;
  }
}

@media screen and (min-width: 768px) {
  .new-styling.icon-input:not(:last-child) {
    margin-right: 27px;
  }
}

@media screen and (max-width: 767px) {
  .new-styling.icon-input {
    width: 50%;
  }
  .new-styling.icon-input__label {
    width: 80px;
    height: 80px;
  }
}

.has-error .new-styling.icon-input__label {
  border-color: #C92525;
}

.new-styling.multiselect-component__placeholder {
  caret-color: transparent;
}

.new-styling.multiselect-component__item.checked {
  background-color: rgba(76, 175, 80, 0.1);
}

.new-styling.multiselect-component__item.checked .checkbox__text {
  color: #4CAF50;
}

.new-styling.multiselect-component .input-field__outline, .new-styling.multiselect-component .input-field__extra-content {
  cursor: pointer;
}

.new-styling.multiselect-component .js-clear-icon {
  color: rgba(74, 74, 74, 0.6);
  transition: color .3s;
  display: none;
}

.new-styling.multiselect-component .js-clear-icon:hover {
  color: #4a4a4a;
}

.new-styling.multiselect-component .js-clear-icon.visible {
  display: block;
}

.new-styling.multiselect-component .js-dropdown-icon {
  transition: transform .3s;
}

.new-styling.multiselect-component .dropdown.open .js-dropdown-icon {
  transform: rotate(90deg);
}

.new-styling.multiselect-component .dropdown:not(.open) .js-dropdown-icon {
  transform: rotate(270deg);
}

.new-styling.radiobutton__label {
  display: flex;
  align-items: flex-start;
  padding-left: 0;
}

.new-styling.radiobutton__text {
  color: #707070;
  font-weight: 500;
}

.new-styling.radiobutton__button {
  width: 20px;
  height: 20px;
  background-color: #fff;
  border-radius: 100%;
  border: 2px solid #999;
  display: flex;
  padding: 3px;
  margin-right: 0.5em;
}

.new-styling.radiobutton__button::after {
  width: 10px;
  height: 10px;
  background-color: #fff;
  border-radius: 100%;
  content: '';
  display: block;
}

.new-styling.radiobutton__input {
  opacity: 0;
  position: absolute;
}

.new-styling.radiobutton__input:checked + .new-styling.radiobutton__label .new-styling.radiobutton__text {
  color: #4a4a4a;
}

.new-styling.radiobutton__input:checked + .new-styling.radiobutton__label .new-styling.radiobutton__button {
  border-color: #58C85D;
}

.new-styling.radiobutton__input:checked + .new-styling.radiobutton__label .new-styling.radiobutton__button::after {
  background-color: #58C85D;
}

.new-styling.radiobutton__input:disabled + .new-styling.radiobutton__label .new-styling.radiobutton__text, .new-styling.radiobutton.disabled .new-styling.radiobutton__input + .new-styling.radiobutton__label .new-styling.radiobutton__text {
  color: #999;
}

.new-styling.radiobutton__input:disabled + .new-styling.radiobutton__label .new-styling.radiobutton__button, .new-styling.radiobutton.disabled .new-styling.radiobutton__input + .new-styling.radiobutton__label .new-styling.radiobutton__button {
  border-color: #CACDCF;
}

.new-styling.radiobutton__input:disabled + .new-styling.radiobutton__label:hover, .new-styling.radiobutton.disabled .new-styling.radiobutton__input + .new-styling.radiobutton__label:hover {
  cursor: unset;
}

.new-styling.radiobutton__input:disabled:checked + .new-styling.radiobutton__label .new-styling.radiobutton__button::after, .new-styling.radiobutton.disabled .new-styling.radiobutton__input:checked + .new-styling.radiobutton__label .new-styling.radiobutton__button::after {
  background-color: #CACDCF;
}

.new-styling.radiobutton__label:hover, .new-styling.radiobutton.hovered .new-styling.radiobutton__label {
  cursor: pointer;
}

.new-styling.radiobutton__label:hover .new-styling.radiobutton__button, .new-styling.radiobutton.hovered .new-styling.radiobutton__label .new-styling.radiobutton__button {
  border-color: #58C85D;
}

.new-styling.radiobutton__input:not(:disabled) + .new-styling.radiobutton__label:active .new-styling.radiobutton__button, .new-styling.radiobutton.pressed .new-styling.radiobutton__input:not(:disabled) + .new-styling.radiobutton__label .new-styling.radiobutton__button {
  border-color: #3C8A40;
}

.new-styling.radiobutton__input:not(:disabled):checked + .new-styling.radiobutton__label:active .new-styling.radiobutton__button::after, .new-styling.radiobutton.pressed .new-styling.radiobutton__input:not(:disabled):checked + .new-styling.radiobutton__label .new-styling.radiobutton__button::after {
  background-color: #3C8A40;
}

.new-styling.radiobutton.disabled, .new-styling.radiobutton .new-styling.radiobutton__input:disabled + .new-styling.radiobutton__label {
  pointer-events: none;
}

.new-styling.select-component__placeholder {
  caret-color: transparent;
}

.new-styling.select-component__item.checked {
  background-color: rgba(76, 175, 80, 0.1);
  color: #4CAF50;
}

.new-styling.select-component__item:not(.checked) svg {
  opacity: 0;
}

.new-styling.select-component .input-field__outline, .new-styling.select-component .input-field__extra-content {
  cursor: pointer;
}

.new-styling.select-component .input-field__details {
  bottom: -16px;
  position: absolute;
}

.new-styling.select-component .js-clear-icon {
  color: rgba(74, 74, 74, 0.6);
  transition: color .3s;
  display: none;
}

.new-styling.select-component .js-clear-icon:hover {
  color: #4a4a4a;
}

.new-styling.select-component .js-clear-icon.visible {
  display: block;
}

.new-styling.select-component .js-dropdown-icon {
  transition: transform .3s;
}

.new-styling.select-component .dropdown.open .js-dropdown-icon {
  transform: rotate(90deg);
}

.new-styling.select-component .dropdown:not(.open) .js-dropdown-icon {
  transform: rotate(270deg);
}

.new-styling.tag-component:not(:last-child) {
  margin-right: 4px;
}

.new-styling.tag-component__chip {
  transition-duration: .2s;
  transition-property: background-color, border;
}

.new-styling.tag-component input[type="checkbox"]:checked + .new-styling.tag-component__chip {
  border-color: #4a4a4a;
}

.has-error .new-styling.tag-component__chip {
  border-color: #C92525;
}

@media screen and (min-width: 992px) {
  .new-styling.tag-component__chip:hover {
    background-color: #DEE0E2;
  }
  .has-error .new-styling.tag-component__chip:hover {
    border-color: #DEE0E2;
  }
}

.new-styling.sign-up-transparent-pricing {
  padding: 16px 0 50px;
  position: relative;
}

.new-styling.sign-up-transparent-pricing__content {
  max-width: 530px;
  width: 100%;
}

.new-styling.sign-up-transparent-pricing__pricing-btn.btn-icon {
  padding: 0 2rem 0 calc(2rem + 24px);
}

.new-styling.sign-up-transparent-pricing__pricing-btn.btn-icon svg {
  transition: transform 0.5s cubic-bezier(0.65, 0, 0.35, 1);
}

.new-styling.sign-up-transparent-pricing__plan {
  min-width: 100%;
  min-height: 72px;
}

.new-styling.sign-up-transparent-pricing__plan:not(:last-child) {
  border-bottom: 1px solid #EAEDEF;
}

.new-styling.sign-up-transparent-pricing__plan &gt; * {
  flex: 1 1 50%;
}

.new-styling.sign-up-transparent-pricing__benefit p {
  max-width: 286px;
}

.new-styling.sign-up-transparent-pricing__benefit .svg-landing-page-list-style-icon {
  width: 24px;
  height: 24px;
}

.new-styling.sign-up-transparent-pricing__benefit .svg-landing-page-list-style-icon__background {
  fill: #25C966;
  opacity: 0.2;
}

.new-styling.sign-up-transparent-pricing__benefit .svg-landing-page-list-style-icon__checkmark {
  fill: #25C966;
}

@media screen and (max-width: 767px) {
  .new-styling.sign-up-transparent-pricing {
    padding: 16px 0 32px;
  }
  .new-styling.sign-up-transparent-pricing__content {
    margin-bottom: 24px;
  }
  .new-styling.sign-up-transparent-pricing__sticky-btn {
    margin-top: 16px;
  }
  .new-styling.sign-up-transparent-pricing__sticky-btn.sticky-actions--stuck {
    margin-left: -24px;
    width: calc(100% + 48px);
  }
  .new-styling.sign-up-transparent-pricing__contact-text {
    min-width: 250px;
  }
  .new-styling.sign-up-transparent-pricing__plan &gt; h5 {
    flex: 0 1 40%;
  }
}

@media screen and (max-width: 320px) {
  .new-styling.sign-up-transparent-pricing__plan &gt; * {
    font-size: 0.875rem;
  }
}

@media screen and (min-width: 992px) {
  .new-styling.home-experiences-compact__card {
    width: 30%;
  }
}

.new-styling.home-experiences-compact {
  background: rgba(76, 175, 80, 0.1);
}

.new-styling.home-experiences-compact-thumbs &gt; *.active, .new-styling.home-experiences-compact-thumbs--desktop &gt; *.active {
  background-color: #4CAF50;
}

@media screen and (max-width: 767px) {
  .new-styling.home-experiences-compact .home-title {
    text-align: left;
    margin-left: 12px;
  }
}

.new-styling.home-experiences-images {
  flex: 0 1 615px;
  height: 466px;
}

.new-styling.home-experiences-images &gt; img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: right top;
     object-position: right top;
}

.new-styling.home-experiences-texts {
  flex: 1 0 400px;
}

@media screen and (max-width: 991px) {
  .new-styling.home-experiences-images {
    flex: 0 0 200px;
    margin: 0 0 24px;
  }
  .new-styling.home-experiences-texts {
    flex: 1;
  }
}

@media screen and (max-width: 767px) {
  .new-styling.home-experiences-images {
    flex: 0 0 140px;
    margin: 0 -24px 24px;
    border-radius: 0;
  }
}

.new-styling.section-faq__content {
  width: 60%;
  max-width: 615px;
}

.new-styling.section-faq__image {
  top: 16px;
  right: 145px;
  position: relative;
  width: 107%;
}

.new-styling.section-faq__chevron {
  transform: rotate(-90deg);
  transition: transform 0.35s;
}

.new-styling.section-faq__question {
  box-sizing: border-box;
  padding-top: 23px;
  color: #4a4a4a;
  border-top: 1px solid #4a4a4a;
}

.new-styling.section-faq__question:hover, .new-styling.section-faq__question:focus {
  text-decoration: none;
}

.new-styling.section-faq__question:first-child {
  border-top: 1px solid transparent;
}

.new-styling.section-faq__question.collapsed:not(.transitioning) {
  border-top: 1px solid transparent;
  border-bottom: 1px solid #DEE0E2;
}

.new-styling.section-faq__question.collapsed:not(.transitioning):nth-last-child(2) {
  border-bottom: 0;
}

.new-styling.section-faq__question:not(.collapsed) .new-styling.section-faq__chevron {
  transform: rotate(-270deg);
}

.new-styling.section-faq__answer.open:not(:last-child), .new-styling.section-faq__answer.transitioning:not(:last-child) {
  border-bottom: 1px solid #4a4a4a;
}

.new-styling.section-faq__answer.open:not(:last-child) + .new-styling.section-faq__question, .new-styling.section-faq__answer.transitioning:not(:last-child) + .new-styling.section-faq__question {
  border-top: 0;
}

@media screen and (max-width: 991px) {
  .new-styling.section-faq__content {
    max-width: none;
    width: auto;
  }
  .new-styling.section-faq__image {
    position: static;
    width: 104px;
    margin-right: -30px;
  }
}

@media screen and (max-width: 767px) {
  .new-styling.section-faq__question {
    padding-top: 15px;
  }
  .new-styling.section-faq__image {
    width: 82px;
  }
}

.media-publication-logos {
  padding: 25px 0;
}

.media-publication-logos__col {
  margin-bottom: 25px;
}

@media screen and (min-width: 992px) {
  .media-publication-logos__col {
    padding-left: 50px;
    padding-right: 50px;
  }
}

.media-publication-logos__logo {
  display: block;
  height: 75px;
  width: 100%;
  max-width: 300px;
  -o-object-fit: contain;
     object-fit: contain;
}

.media-publication-logos__logo--grayscale {
  filter: grayscale(1);
}

@media screen and (max-width: 320px) {
  .media-publication-logos__logo {
    height: 25px;
  }
}

@media screen and (min-width: 768px) {
  .media-publication-logos__logo {
    height: 75px;
  }
}

@media screen and (min-width: 1200px) {
  .media-publication-logos__logo {
    height: 60px;
  }
}

.media-publication-logos__logos {
  align-items: center;
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  margin: 0 -10px -25px;
}

@media screen and (min-width: 992px) {
  .media-publication-logos__logos {
    margin-left: -50px;
    margin-right: -50px;
  }
}

.media-publication-logos__thumbs &gt; *.active {
  background-color: #999;
}

.new-styling.recommended-services__card {
  z-index: 0;
}

.new-styling.recommended-services__card:hover {
  text-decoration: none;
}

.new-styling.recommended-services__card:hover .recommended-services__card-title {
  color: #4CAF50;
  transition: color .2s ease;
  cursor: pointer;
}

.new-styling.recommended-services__card:hover .recommended-services__card-title .recommended-services__arrow-svg {
  transform: translateX(0);
  opacity: 1;
}

.new-styling.recommended-services__arrow-svg {
  transform: translateX(-100%);
  opacity: 0;
  transition: transform .2s ease;
}

.new-styling.recommended-services__image {
  width: auto;
  height: 155px;
  bottom: 0;
  position: absolute;
  z-index: -1;
}

@media screen and (min-width: 768px) and (max-width: 991px), screen and (min-width: 992px) and (max-width: 1199px) {
  .new-styling.recommended-services {
    grid-template-columns: 1fr 1fr;
    grid-auto-flow: row;
  }
}

@media screen and (max-width: 767px) {
  .new-styling.recommended-services {
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 767px), screen and (min-width: 992px) and (max-width: 1199px) {
  .new-styling.recommended-services__card {
    height: auto;
    padding-right: 92px;
  }
  .new-styling.recommended-services__image {
    height: 98px;
    right: -60px;
  }
}

@media screen and (max-width: 320px), screen and (min-width: 768px) and (max-width: 991px), screen and (min-width: 1200px) {
  .new-styling.recommended-services__card {
    height: 320px;
    padding-right: 24px;
  }
  .new-styling.recommended-services__image {
    height: 155px;
    right: auto;
  }
}

@media screen and (min-width: 768px) and (max-width: 991px), screen and (min-width: 992px) and (max-width: 1199px) {
  .new-styling.recommended-services--one-item {
    grid-template-columns: 1fr 4fr 1fr;
  }
  .new-styling.recommended-services--one-item .new-styling.recommended-services__card {
    grid-column: 2;
  }
}

@media screen and (min-width: 1200px) {
  .new-styling.recommended-services__carousel &gt; * {
    width: 267px;
  }
  .new-styling.recommended-services--one-item {
    grid-template-columns: 1fr 1fr 1fr;
  }
  .new-styling.recommended-services--one-item .new-styling.recommended-services__card {
    grid-column: 2;
  }
}

.new-styling.home-search-in-cities--large {
  grid-template-columns: repeat(5, 1fr);
}

.new-styling.home-search-in-cities--compact {
  grid-template-columns: repeat(auto-fit, minmax(var(--cities-width), 1fr));
}

.new-styling.home-search-in-cities &gt; a {
  border-radius: 50px;
}

.new-styling.home-search-in-cities &gt; a:hover {
  color: #4CAF50;
}

.new-styling.mobile-nav-menu-dropdown {
  top: 0px;
  position: sticky;
  margin-bottom: -15px;
  z-index: 2;
}

.new-styling.mobile-nav-menu-dropdown__menu {
  border-radius: 0;
  border: none;
  margin-top: -1px;
  padding-top: 0;
}

.new-styling.mobile-nav-menu-dropdown__icon {
  transition: transform 0.1s;
}

.new-styling.mobile-nav-menu-dropdown.open .new-styling.mobile-nav-menu-dropdown__show-more-label {
  display: none;
}

.new-styling.mobile-nav-menu-dropdown.open .new-styling.mobile-nav-menu-dropdown__icon {
  transform: rotate(90deg);
}

.new-styling.mobile-nav-menu-dropdown:not(.open) .new-styling.mobile-nav-menu-dropdown__show-less-label {
  display: none;
}

.new-styling.read-more-banner {
  height: 111px;
}

@media screen and (max-width: 767px) {
  .new-styling.read-more-banner {
    height: 88px;
  }
}

.new-styling.notifications-component {
  max-width: 768px;
  max-height: auto;
  min-width: 350px;
  min-height: auto;
}

.new-styling.notifications-component__container {
  z-index: 1000;
}

.new-styling.notifications-component:not(.permanent) {
  top: 100px;
  opacity: 0;
}

.new-styling.notifications-component__btn svg {
  width: 32px;
  height: 32px;
  transition: opacity ease .4s;
}

.new-styling.notifications-component__btn svg:hover {
  opacity: .5;
}

.new-styling.notifications-component__icon {
  width: 32px;
  height: 32px;
  min-width: 30px;
  min-height: 30px;
}

.new-styling.notifications-component__gradient {
  width: 4px;
  height: 100%;
  top: 0;
  right: 0;
  position: absolute;
  background: linear-gradient(360deg, #fff 80%, #4a4a4a 100%);
}

.new-styling.notifications-component.permanent {
  box-shadow: none;
}

.new-styling.notifications-component.permanent--alert {
  background-color: #F6F7FA;
}

.new-styling.notifications-component.permanent--alert .new-styling.notifications-component__icon *[fill] {
  fill: #4CAF50;
}

.new-styling.notifications-component.permanent--notice {
  background-color: rgba(37, 201, 102, 0.05);
}

.new-styling.notifications-component.permanent--error {
  background-color: rgba(201, 37, 37, 0.05);
}

@media screen and (max-width: 767px) {
  .new-styling.notifications-component {
    min-width: 100%;
  }
}

.new-styling.payments-table {
  table-layout: fixed;
}

.new-styling.payments-table__invoice-link:hover .new-styling.payments-table__invoice-link-svg {
  fill: #4CAF50;
}

.new-styling.payments-table__swipe-icon {
  bottom: -12px;
  right: 12px;
  position: absolute;
}

.new-styling.payments-table.short-table {
  overflow-y: hidden;
}

.new-styling.payments-success {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: normal;
  min-height: 90vh;
  padding: 46px 0;
}

.new-styling.payments-success__image {
  width: 292px;
  height: 236px;
  animation: 0.4s scale-0-1;
  animation-timing-function: cubic-bezier(0, 0, 0.58, 1);
}

.new-styling.payments-success__main-content {
  opacity: 0.8;
}

.new-styling.payments-success__buttons {
  display: flex;
}

.new-styling.payments-success__btn--secondary {
  color: #fff;
  background-color: rgba(255, 255, 255, 0.1);
}

.new-styling.payments-success__btn--secondary:hover {
  background-color: rgba(255, 255, 255, 0.15);
}

.new-styling.payments-success__btn--secondary:active {
  background-color: rgba(255, 255, 255, 0.2);
}

.new-styling.payments-success__btn--primary, .new-styling.payments-success__btn--primary:hover, .new-styling.payments-success__btn--primary:active {
  background-color: #fff;
  border-color: #fff;
  color: #4CAF50;
}

.new-styling.payments-success__btn--primary:hover {
  box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.12);
}

.new-styling.payments-success__btn--primary:active {
  background-color: #fafafa;
  border-color: #fafafa;
  box-shadow: 0;
}

@media screen and (min-width: 768px) {
  .new-styling.payments-success__header {
    max-width: 448px;
  }
  .new-styling.payments-success__main-content {
    max-width: 460px;
  }
}

@media screen and (max-width: 767px) {
  .new-styling.payments-success {
    padding: 56px 16px 32px;
    min-height: 95vh;
  }
  .new-styling.payments-success__image {
    width: 228px;
    height: 184px;
  }
  .new-styling.payments-success__buttons {
    width: 100%;
    flex-direction: column-reverse;
  }
}

.new-styling.contact-card {
  grid-template-columns: 90px 1fr 1fr;
  grid-template-rows: repeat(3, auto);
  grid-auto-flow: row;
}

.new-styling.contact-card:hover {
  border-color: #4CAF50;
}

.new-styling.contact-card:hover .contact-card__dropdown-icon path {
  fill: #4CAF50;
}

.new-styling.contact-card__image {
  grid-area: 1 / 1 / 4 / 2;
}

.new-styling.contact-card__image img {
  width: 90px;
  height: 90px;
}

.new-styling.contact-card__name {
  grid-area: 1 / 2 / 2 / 4;
}

.new-styling.contact-card__location {
  grid-area: 2 / 2 / 3 / 4;
}

.new-styling.contact-card__description {
  grid-area: 3 / 2 / 4 / 4;
}

.new-styling.contact-card__dropdown-icon {
  top: 45px;
  right: 24px;
  position: absolute;
  transition: transform .15s linear;
  transform: rotate(-90deg);
}

.new-styling.contact-card__dropdown-icon--expanded {
  transform: rotate(90deg);
  transition: transform .15s linear;
}

.new-styling.contact-card__dropdown-icon--expanded path {
  fill: #4CAF50 !important;
}

.new-styling.contact-card--expanded {
  grid-template-rows: repeat(6, auto);
  cursor: default;
  border-color: #4CAF50;
}

.new-styling.contact-card--expanded .new-styling.contact-card__message-title {
  grid-area: 4 / 1 / 5 / 4;
}

.new-styling.contact-card--expanded .new-styling.contact-card__message-box {
  grid-area: 5 / 1 / 6 / 4;
}

.new-styling.contact-card--expanded .new-styling.contact-card__buttons {
  grid-area: 6 / 3 / 7 / 4;
}

@media screen and (max-width: 767px) {
  .new-styling.contact-card__dropdown-icon {
    width: 14px;
    height: 14px;
    top: 16px;
    right: 20px;
    position: absolute;
  }
  .new-styling.contact-card--expanded .new-styling.contact-card__buttons {
    grid-area: 6 / 1 / 7 / 4;
  }
}

.new-styling.pending-request {
  grid-template-columns: repeat(2, auto);
  grid-template-rows: 20px 50px repeat(2, auto);
  grid-auto-flow: row;
  padding: 16px;
  border-bottom: 1px solid #DEE0E2;
}

.new-styling.pending-request:last-child {
  border-bottom: none;
}

.new-styling.pending-request__image {
  grid-area: 1 / 1 / 4 / 2;
}

.new-styling.pending-request__image img {
  width: 90px;
  height: 90px;
}

.new-styling.pending-request__date {
  grid-area: 3 / 1 / 4 / 2;
}

.new-styling.pending-request__content {
  grid-area: 2 / 2 / 4 / 3;
}

.new-styling.pending-request__name {
  grid-area: 1 / 2 / 2 / 3;
}

.new-styling.pending-request--rejected {
  grid-template-columns: 90px auto;
  grid-template-rows: repeat(2, auto);
  padding: 16px;
  border-bottom: none;
  background-color: white;
  margin-top: 16px;
}

.new-styling.pending-request--rejected .new-styling.pending-request__date {
  display: none;
}

.new-styling.pending-request--rejected .new-styling.pending-request__name {
  display: none;
}

.new-styling.pending-request--rejected .new-styling.pending-request__image {
  grid-area: 1 / 1 / 3 / 2;
}

.new-styling.pending-request--rejected .new-styling.pending-request__image img {
  width: 90px;
  height: 90px;
}

.new-styling.pending-request--rejected .new-styling.pending-request__acknowledge-button {
  grid-area: 2 / 2 / 3 / 3;
}

.new-styling.pending-request--rejected .new-styling.pending-request__content {
  grid-area: 1 / 2 / 2 / 3;
}

@media screen and (max-width: 991px) {
  .new-styling.pending-request {
    grid-template-rows: 24px 46px auto;
  }
}

@media screen and (max-width: 767px) {
  .new-styling.pending-request {
    grid-template-rows: 24px 46px auto;
  }
}

.new-styling.pending-requests.border-top {
  border-top: 1px solid #DEE0E2;
}

.new-styling.rate-stars-container {
  --non-filled-color: #CACDCF;
  --filled-color: #FFDD2C;
}

.new-styling.rate-star-container.selected .rate-star, .new-styling.rate-star-container.selected .rate-star-border {
  background: var(--filled-color);
}

.new-styling.rate-star-border {
  background: var(--non-filled-color);
  -webkit-mask: url(/assets/icons/star-non-filled-5460478c24122248bd445f05b32406352dbd2f0beaaea19be8cf2ce24a3ae434.svg);
          mask: url(/assets/icons/star-non-filled-5460478c24122248bd445f05b32406352dbd2f0beaaea19be8cf2ce24a3ae434.svg);
}

.new-styling.rate-star {
  -webkit-mask: url(/assets/icons/star-full-filled-9a9efede0fc92701ba935e58e3d3e53259130137fbfee83275d07ed84690c508.svg);
          mask: url(/assets/icons/star-full-filled-9a9efede0fc92701ba935e58e3d3e53259130137fbfee83275d07ed84690c508.svg);
}

.new-styling.stars-container {
  --non-filled-color: #CACDCF;
  --filled-color: #FFDD2C;
}

.new-styling.stars-container.cramped &gt; * {
  margin-left: -4px;
}

.new-styling.star-border {
  background: var(--non-filled-color);
  -webkit-mask: url(/assets/icons/star-non-filled-5460478c24122248bd445f05b32406352dbd2f0beaaea19be8cf2ce24a3ae434.svg);
          mask: url(/assets/icons/star-non-filled-5460478c24122248bd445f05b32406352dbd2f0beaaea19be8cf2ce24a3ae434.svg);
}

.new-styling.star-border.filling {
  background: var(--filled-color);
}

.new-styling.star {
  -webkit-mask: url(/assets/icons/star-full-filled-9a9efede0fc92701ba935e58e3d3e53259130137fbfee83275d07ed84690c508.svg);
          mask: url(/assets/icons/star-full-filled-9a9efede0fc92701ba935e58e3d3e53259130137fbfee83275d07ed84690c508.svg);
}

.new-styling.hourly-wage-extended__title {
  flex: 1 1 150px;
}

.new-styling.hourly-wage-extended__value {
  flex: 1 1 300px;
}

.new-styling.hourly-wage-extended__trigger.collapsed &gt; .open, .new-styling.hourly-wage-extended__trigger:not(.collapsed) &gt; .collapsed {
  display: none;
}

.new-styling.activities {
  display: flex;
  flex-direction: column;
}

.new-styling.activities__box {
  align-items: center;
  border-radius: 4px;
  display: flex;
  height: 4rem;
  padding: 0 12px;
}

.new-styling.activities__icon {
  margin: auto 24px auto 0;
}

.new-styling.activities__value {
  white-space: nowrap;
}

@media screen and (max-width: 767px) {
  .new-styling.activities__box {
    border: 0;
  }
}

.new-styling.photo-editor__button {
  top: -13px;
  position: relative;
  box-shadow: 0px 8px 16px rgba(74, 74, 74, 0.15);
  color: #4a4a4a;
  padding: 20px 30px;
}

.new-styling.photo-editor__button:active, .new-styling.photo-editor__button:focus {
  background: #EAEDEF;
  box-shadow: 0px 4px 8px rgba(74, 74, 74, 0.2);
  color: #4CAF50;
}

.new-styling.photo-editor__button:hover {
  background: #F6F7FA;
  color: #4CAF50;
}

@media screen and (max-width: 320px) {
  .new-styling.photo-editor__button {
    padding: 20px;
  }
}

.new-styling.photo-editor__button-icon {
  width: 30px;
  height: 30px;
  display: block;
}

.new-styling.photo-editor__controls {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  flex-wrap: nowrap;
  margin: auto 1rem;
}

.new-styling.photo-editor__controls &gt; *:not(:last-child) {
  margin: 0;
  margin-right: 16px;
}

.new-styling.photo-editor__link + .new-styling.photo-editor__link {
  margin-left: 1.5em;
}

.new-styling.photo-editor__links {
  display: flex;
  justify-content: flex-end;
  margin-top: 1rem;
}

.new-styling.photo-editor__links &gt; *:first-child {
  margin-left: 25%;
}

.new-styling.photo-editor .guillotine-window {
  border-radius: 8px;
}

@media screen and (max-width: 767px) {
  .new-styling.photo-editor__button-icon {
    width: 25px;
    height: 25px;
  }
  .guillotine-window {
    overflow: scroll !important;
    /* Hide scrollbar for IE, Edge and Firefox */
    -ms-overflow-style: none;
    /* IE and Edge */
    scrollbar-width: none;
    /* Firefox */
  }
  /* Hide scrollbar for Chrome, Safari and Opera */
  .guillotine-window::-webkit-scrollbar {
    display: none;
  }
}

.new-styling.attachments-list {
  align-items: center;
  background: #F6F7FA;
  display: -ms-flexbox;
  display: grid;
  flex-wrap: wrap;
  grid-gap: 50px 30px;
  grid-template-columns: repeat(5, minmax(100px, auto));
  justify-content: center;
  list-style: none;
  margin-top: 12px;
  padding: 44px 32px;
}

.new-styling.attachments-list__item {
  max-width: 120px;
}

.new-styling.attachments-list__item:first-child .item-preview {
  /* box-shadow is used to paint outline outside element, not shadow actually */
  box-shadow: 0 0 0 4px #4CAF50;
}

.new-styling.attachments-list__item .item-icon {
  max-height: 20px;
}

.new-styling.attachments-list__item .item-preview {
  width: 100%;
  height: 100%;
  border-radius: 8px;
}

.new-styling.attachments-list .item-button {
  background: #fff;
  box-shadow: 0px 8px 16px rgba(74, 74, 74, 0.25);
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}

.new-styling.attachments-list .item-button:not(.edit) {
  width: 40px;
  height: 40px;
  border-radius: 50%;
}

.new-styling.attachments-list .item-button:hover {
  background: #F6F7FA;
}

.new-styling.attachments-list .item-button.delete {
  top: -17px;
  right: -10px;
  position: absolute;
}

.new-styling.attachments-list .item-button.drag-and-drop {
  top: -17px;
  left: -10px;
  position: absolute;
  cursor: move;
}

.new-styling.attachments-list .item-button.drag-and-drop:hover svg circle {
  fill: #4a4a4a;
}

.new-styling.attachments-list .item-button.edit {
  left: 8%;
  bottom: -20px;
  position: absolute;
  width: 84%;
}

.new-styling.attachments-list .item-button.edit:hover {
  color: #4CAF50;
}

@media screen and (max-width: 1199px) {
  .new-styling.attachments-list {
    grid-template-columns: repeat(auto-fill, minmax(100px, auto));
  }
}

.new-styling.upload-photo-step-component__area:hover {
  border-color: #4CAF50;
  border-width: 2px;
  margin: -1px -1px 15px;
}

.new-styling.availability-table-component {
  width: -moz-fit-content;
  width: fit-content;
}

.new-styling.availability-table-component__check + label .new-styling.availability-table-component__available {
  display: none;
}

.new-styling.availability-table-component__check + label.clickable .new-styling.availability-table-component__unavailable:hover {
  border-color: #4a4a4a;
}

.new-styling.availability-table-component__check:checked + label .new-styling.availability-table-component__available {
  display: block;
}

.new-styling.availability-table-component__check:checked + label .new-styling.availability-table-component__unavailable {
  display: none;
}

.new-styling.availability-table-component__title:checked + label {
  border-color: #4a4a4a;
}

@media screen and (min-width: 768px) and (max-width: 991px) {
  .new-styling.availability-table-component {
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .new-styling.availability-table-component {
    border: none;
    width: 100%;
  }
}

.new-styling.profile-badge-component {
  align-items: center;
  display: inline-flex;
  flex-shrink: 0;
  justify-content: center;
  order: 0;
}

.new-styling.profile-badge-component__label {
  margin-left: 4px;
}

.new-styling.profile-documents__item {
  display: flex;
  flex-direction: row;
  align-items: normal;
  justify-content: normal;
  width: 474px;
  height: 64px;
  align-items: center;
  text-decoration: none;
}

.new-styling.profile-documents__item svg {
  width: 32px;
  height: 32px;
}

.new-styling.profile-documents a.profile-documents__item:hover {
  background-color: #F6F7FA;
  transition: 0.3s;
}

.new-styling.profile-documents__description {
  flex: 1;
}

@media screen and (max-width: 767px) {
  .new-styling.profile-documents__item {
    width: 100%;
    height: 64px;
  }
  .new-styling.profile-documents__item svg {
    width: 28px;
    height: 28px;
  }
}

.new-styling.photo-upload-recommendation-block {
  width: 100%;
}

@media screen and (max-width: 991px) {
  .new-styling.photo-upload-recommendation-block {
    display: flex;
    flex-direction: row;
    align-items: normal;
    justify-content: normal;
    align-items: center;
    box-shadow: 0px 8px 24px rgba(0, 0, 0, 0.15);
    margin: 0 0 16px;
  }
  .new-styling.photo-upload-recommendation-block--glued {
    margin-top: -32px;
  }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
  .new-styling.photo-upload-recommendation-block {
    flex-direction: column;
    padding: 16px 12px 12px;
  }
  .new-styling.photo-upload-recommendation-block__sentence {
    margin-bottom: 8px;
    margin-right: 0;
  }
}

@media screen and (max-width: 767px) {
  .new-styling.photo-upload-recommendation-block {
    padding: 16px;
    min-height: auto;
  }
  .new-styling.photo-upload-recommendation-block__sentence {
    margin-right: 8px;
  }
}

.new-styling.user-photos &gt; * {
  aspect-ratio: 1;
}

.new-styling.user-photos-thumbs &gt; *.active {
  background-color: #fff;
}

.new-styling.profile-progress-bar__gradient {
  background: linear-gradient(90deg, #139690 3.35%, #1DDB68 54.1%);
}

.new-styling.profile-progress-bar__notification {
  margin-bottom: -24px;
}

.new-styling.profile-progress-bar__notification .profile-edition__link {
  margin-top: 8px;
}

.new-styling.profile-progress-bar__notification .profile-edition__link svg path {
  fill: #4a4a4a;
}

.new-styling.profile-progress-bar__notification .profile-edition__link:hover svg path {
  fill: #4CAF50;
}

.new-styling.profile-progress-bar--disabled *:not(.add-photo-link, .tooltip) &gt; span,
.new-styling.profile-progress-bar--disabled *:not(.add-photo-link, .tooltip) &gt; svg path {
  cursor: not-allowed;
  color: #999;
  fill: #999;
}

@media screen and (max-width: 767px) {
  .new-styling.profile-progress-bar .profile-fullfilled {
    bottom: 24px;
    right: 24px;
    position: absolute;
  }
}

.new-styling.report-and-block-menu {
  border-top: 1px solid #DEE0E2;
}

.new-styling.report-and-block-menu__content {
  bottom: 55px;
  position: absolute;
  display: none;
  z-index: 1;
}

.new-styling.report-and-block-menu__link:hover, .new-styling.report-and-block-menu__report-block-btn:hover {
  background-color: #F6F7FA;
}

.new-styling.report-and-block-menu__report-block-btn {
  width: auto;
}

.new-styling.report-and-block-menu__report-block-btn:focus {
  background-color: #EAEDEF;
}

@media screen and (max-width: 1199px) {
  .new-styling.report-and-block-menu {
    border-top: none;
  }
}

@media screen and (max-width: 767px) {
  .new-styling.report-and-block-menu__report-block-btn {
    justify-content: left;
    width: 100%;
  }
}

@media screen and (max-width: 320px) {
  .new-styling.report-and-block-menu__report-block-btn {
    width: auto;
  }
}

.new-styling.profile-review:not(:last-child) {
  border-bottom: 1px solid #DEE0E2;
}

@media screen and (min-width: 768px) {
  .new-styling.profile-review__reply-button {
    min-width: 146px;
  }
}

.new-styling.profile-reviews.border-top {
  border-top: 1px solid #DEE0E2;
}

.new-styling.favourite-button--conversations-interface-recipient {
  width: 16.66%;
  height: 16.66%;
  top: 4px;
  right: 8px;
  position: absolute;
  display: block;
}

.new-styling.favourite-button.active svg, .new-styling.favourite-button.active *[fill] {
  fill: #4CAF50;
}

@media screen and (max-width: 991px) {
  .new-styling.favourite-button:not(.favourite-button--users-page) svg {
    width: 24px;
    height: 24px;
  }
}

.new-styling.user-card-image {
  width: 110px;
  height: 110px;
}

.new-styling.user-card-image--placeholder {
  height: auto;
}

@media screen and (max-width: 767px) {
  .new-styling.user-card-image {
    width: 90px;
    height: 90px;
  }
  .new-styling.user-card-image--placeholder {
    height: auto;
  }
}

.new-styling.consumer-card-component__additional_info {
  display: -webkit-box;
  max-height: 42px;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  /* autoprefixer: ignore next */
  -webkit-box-orient: vertical;
}

.new-styling.provider-card-component__avatar {
  width: 90px;
  height: 90px;
  margin-right: 12px;
}

.new-styling.provider-card-component__avatar img {
  max-width: 90px;
  max-height: 90px;
}

.new-styling.provider-card-component__info {
  display: -webkit-box;
  max-height: 4rem;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
  /* autoprefixer: ignore next */
  -webkit-box-orient: vertical;
}

.new-styling.provider-card-component__info .profile__featured-field--compact:not(:last-child)::after {
  content: '\2022';
  margin-right: 2px;
  margin-left: 2px;
}

@media screen and (max-width: 320px) {
  .new-styling.provider-card-component__info {
    margin-top: 0;
  }
  .new-styling.provider-card-component__bottom-info {
    margin-top: 0;
  }
}

.new-styling.account-page {
  max-width: 728px;
}

.new-styling.account-page__setting:hover {
  background: #EAEDEF;
}

.new-styling.account-page__section-title {
  flex: 0 0 230px;
  padding-right: 24px;
}

.new-styling.account-page__delete--btn:hover {
  background: rgba(201, 37, 37, 0.1);
}

@media screen and (max-width: 991px) {
  .new-styling.account-page {
    max-width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .new-styling.account-page__section-title {
    flex: 0 0 auto;
    padding-right: 0;
  }
}

.new-styling.attachments-content {
  display: flex;
  flex-direction: column;
  align-items: normal;
  justify-content: normal;
}

.new-styling.attachments-content--with-list {
  flex-direction: row;
}

.new-styling.attachments-content--with-list &gt; .new-styling.attachments-content__section + .new-styling.attachments-content__section {
  margin-left: 40px;
}

.new-styling.attachments-content--with-list &gt; div:only-child {
  width: 100%;
}

@media screen and (max-width: 991px), screen and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .new-styling.attachments-content {
    display: block;
  }
  .new-styling.attachments-content--with-list {
    flex-direction: column;
  }
  .new-styling.attachments-content--with-list &gt; .new-styling.attachments-content__section + .new-styling.attachments-content__section {
    margin-left: 0;
  }
}

.new-styling.attachments-examples--reordered {
  margin-left: 20px;
  order: 2;
}

.new-styling.attachments-examples__picture {
  margin: 12px;
  max-width: 25%;
  position: relative;
}

.new-styling.attachments-examples__picture:first-child {
  margin-left: 0;
}

.new-styling.attachments-examples__picture--invalid:before, .new-styling.attachments-examples__picture--valid:before {
  top: -16%;
  right: -17%;
  position: absolute;
  width: 32%;
  height: 32%;
  content: "";
  background-repeat: no-repeat;
  background-size: 100%;
}

.new-styling.attachments-examples__picture--invalid:before {
  background-image: url(/assets/attachments/invalid_item_check-284909927c4da24b94f5d173660d8b738c0870832e3c5135c40c86c29bd77528.svg);
}

.new-styling.attachments-examples__picture--valid:before {
  background-image: url(/assets/attachments/valid_item_check-394ca86583605bb2c12679586a3a650d8129b4be8cf01a3ea3ebdd16f41322af.svg);
}

.new-styling.attachments-examples__picture &gt; img {
  max-width: 100%;
}

.new-styling.attachments-examples__row {
  display: flex;
  justify-content: center;
}

@media screen and (max-width: 767px), screen and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .new-styling.attachments-examples {
    width: 100%;
  }
  .new-styling.attachments-examples__picture:first-child {
    margin-left: 12px;
  }
  .new-styling.attachments-examples--reordered {
    margin-left: 0;
    order: 0;
  }
}

.new-styling.attachments-form__description {
  align-items: center;
  display: flex;
  justify-content: space-between;
}

.new-styling.attachments-form__info-message {
  display: flex;
  flex-direction: column;
  align-items: normal;
  justify-content: normal;
}

.new-styling.attachments-form__info-panel {
  align-items: center;
  background: #F6F7FA;
  display: flex;
  justify-content: space-between;
  padding: 12px 32px;
}

.new-styling.attachments-form__note {
  max-width: 500px;
  margin-right: 90px;
}

.new-styling.attachments-form__spinner-icon {
  width: 20px;
  height: 20px;
}

.new-styling.attachments-form__upload-button {
  min-width: 160px;
}

.new-styling.attachments-form__upload-button.disabled {
  background-color: #4CAF50;
  border-color: #4CAF50;
}

.new-styling.attachments-form__upload-component {
  margin-left: 32px;
}

@media screen and (max-width: 991px) {
  .new-styling.attachments-form {
    margin-right: auto;
  }
  .new-styling.attachments-form__info-panel {
    flex-direction: column;
  }
  .new-styling.attachments-form__upload-button, .new-styling.attachments-form__info-message, .new-styling.attachments-form__note {
    width: 100%;
  }
  .new-styling.attachments-form__description svg {
    width: 54px;
    height: 54px;
  }
  .new-styling.attachments-form__upload-component {
    margin: 0;
    width: 100%;
  }
}

.new-styling.attachments-guidelines {
  align-items: center;
  display: flex;
  justify-content: space-between;
  flex: 0 0 auto;
}

.new-styling.attachments-guidelines--with-list {
  flex-direction: column;
}

.new-styling.attachments-guidelines__item {
  left: -3px;
  position: relative;
  align-items: center;
  display: flex;
  list-style-type: none;
  margin-bottom: 16px;
}

.new-styling.attachments-guidelines__item:before {
  width: 24px;
  height: 24px;
  content: url(/assets/icons/check-555640da5946fe28544c9e26380e5f00e13b0db8badedff08eea4f5d29068ce0.svg);
  margin-right: 20px;
}

.new-styling.attachments-guidelines__list {
  margin-top: 10px;
  padding: 0;
}

@media screen and (max-width: 767px), screen and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .new-styling.attachments-guidelines {
    align-items: flex-start;
    flex-direction: column;
  }
}

.new-styling.attachments-navigation {
  align-items: center;
  display: flex;
  justify-content: space-between;
}

.new-styling.profile-side-banner {
  background: linear-gradient(to right, rgba(76, 175, 80, 0.1), rgba(88, 200, 93, 0.3));
}

.new-styling.special-discount-banner--mobile {
  min-height: 439px;
}

.new-styling.special-discount-banner--mobile .new-styling.special-discount-banner__image {
  background-position: center 178px;
  background-size: 280px;
}

.new-styling.special-discount-banner__content {
  z-index: 2;
}

.new-styling.special-discount-banner__image {
  background-size: 220px;
  background-position: 105% center;
  background-repeat: no-repeat;
  z-index: 0;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  position: absolute;
}

.new-styling.special-discount-banner__button {
  background-color: #fff;
}

.new-styling.special-discount-banner__button:hover {
  background-color: #f2f2f2;
}

.new-styling.special-discount-banner__button:active {
  background-color: #e6e6e6;
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
  .new-styling.special-discount-banner {
    max-width: 606px;
  }
}

.new-styling.profile-company-info {
  border-radius: 8px;
  display: flex;
  padding: 16px;
}

.new-styling.profile-company-info__items {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: flex;
  flex: 1;
  flex-direction: column;
}

.new-styling.profile-company-info__item {
  align-items: center;
  display: flex;
}

.new-styling.profile-company-info__item:not(:last-child) {
  margin-bottom: 16px;
}

.new-styling.profile-company-info__item-icon {
  width: 24px;
  height: 24px;
  margin-right: 16px;
}

.new-styling.profile-company-info__item-text {
  align-items: baseline;
  display: flex;
}

.new-styling.profile-company-info__item-text span {
  white-space: pre;
}

.new-styling.profile-company-info__item--rate {
  border-bottom: 1px solid #DEE0E2;
  padding-bottom: 16px;
}

.new-styling.profile-company-info__website-link {
  color: #4CAF50 !important;
}

.new-styling.profile-company-info__hourly-rate {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  border-left: 1px solid #DEE0E2;
  flex-direction: column;
  margin-left: 16px;
  padding-left: 16px;
}

.new-styling.profile-company-info__hourly-rate div + div {
  margin-top: 6px;
}

@media screen and (max-width: 1199px) {
  .new-styling.profile-company-info--conversation .profile-company-info__item--location {
    margin: 0;
  }
  .new-styling.profile-company-info--conversation .profile-company-info__item--website {
    display: none;
  }
}

.new-styling.scheduler-date-wrapper {
  width: 150px;
}

.new-styling.scheduler-time-field {
  display: flex;
  align-items: center;
}

.new-styling.scheduler-time-field__label {
  margin: 0 20px;
}

.new-styling.scheduler-time-field__field {
  flex: 1;
}

.new-styling.hiding-profile-reason-dialog__link:hover, .new-styling.hiding-profile-reason-dialog__link:active {
  border-color: #4CAF50;
}

.new-styling.hiding-profile-reason-dialog__link:hover svg *[stroke], .new-styling.hiding-profile-reason-dialog__link:active svg *[stroke] {
  stroke: #4CAF50;
}

.new-styling.hiding-profile-reason-dialog__link:hover .hiding-profile-reason-dialog__link-text, .new-styling.hiding-profile-reason-dialog__link:active .hiding-profile-reason-dialog__link-text {
  color: #4CAF50;
}

.new-styling.hiding-profile-reason-dialog__link:hover .hiding-profile-reason-dialog__arrow-img *[fill], .new-styling.hiding-profile-reason-dialog__link:active .hiding-profile-reason-dialog__arrow-img *[fill] {
  fill: #4CAF50;
}

.new-styling.other-reason-feedback-dialog__body {
  padding-right: 146px;
}

.new-styling.other-reason-feedback-dialog__icon--love {
  height: auto;
  top: 24px;
  right: 16px;
  position: absolute;
}

@media screen and (max-width: 767px) {
  .new-styling.other-reason-feedback-dialog__body {
    padding-right: 0;
  }
  .new-styling.other-reason-feedback-dialog__icon--love {
    width: 100px;
    top: 8px;
    right: -20px;
  }
}

.new-styling.found-help-dialog .provider-card-component {
  border-width: 2px;
}

.new-styling.found-help-dialog__link:hover .provider-card-component, .new-styling.found-help-dialog__link:active .provider-card-component {
  border-color: #4CAF50;
}

.new-styling.found-help-dialog__link:hover h3, .new-styling.found-help-dialog__link:active h3 {
  color: #4CAF50;
}

.new-styling.profile-visibility-modal .new-styling.radio__label:hover svg, .new-styling.profile-visibility-modal .new-styling.radio__label:hover h5, .new-styling.profile-visibility-modal .new-styling.radio__label:active svg, .new-styling.profile-visibility-modal .new-styling.radio__label:active h5 {
  color: #4CAF50;
}

.new-styling.profile-visibility-modal .new-styling.radio input[type=radio]:checked ~ .radio__label {
  border-color: #4CAF50;
}

.new-styling.profile-visibility-modal .new-styling.radio input[type=radio]:checked ~ .radio__label svg, .new-styling.profile-visibility-modal .new-styling.radio input[type=radio]:checked ~ .radio__label h5 {
  color: #4CAF50;
}

.new-styling.thanks-for-feedback-dialog__content {
  max-width: 60%;
  position: relative;
  z-index: 2;
}

.new-styling.thanks-for-feedback-dialog__image {
  bottom: 0;
  right: -100px;
  position: absolute;
  width: 100%;
  height: auto;
  max-width: 500px;
  z-index: 1;
}

@media screen and (max-width: 767px) {
  .new-styling.thanks-for-feedback-dialog__content {
    max-width: none;
  }
  .new-styling.thanks-for-feedback-dialog__image {
    position: static;
    bottom: auto;
    right: auto;
  }
}

.new-styling.profile-main-content {
  padding: 2rem 0;
  display: grid;
  grid-template-areas: "side progres" "side main";
}

.new-styling.profile-main-content .profile-side-column {
  grid-area: side;
}

.new-styling.profile-main-content .profile-main-column {
  grid-area: main;
}

.new-styling.profile-main-content .profile-progress-bar {
  grid-area: progres;
}

@media screen and (min-width: 992px) {
  .new-styling.profile-main-content {
    grid-column-gap: 40px;
  }
  .new-styling.profile-main-content.template--7-17 {
    grid-template-columns: 7fr 17fr;
    grid-template-rows: auto auto;
  }
  .new-styling.profile-main-content.template--9-15 {
    grid-template-columns: 9fr 15fr;
    grid-template-rows: auto auto;
  }
  .new-styling.profile-main-content .profile-main-column {
    padding-bottom: 104px;
  }
}

@media screen and (max-width: 991px) {
  .new-styling.profile-main-content {
    grid-template-columns: 1fr;
    grid-template-areas: "progres" "main";
  }
}

@media screen and (max-width: 767px) {
  .new-styling.profile-main-content {
    padding: 0;
  }
  .new-styling.profile-main-content .profile-main-column {
    padding-bottom: 1.5rem;
    background-color: #F6F7FA;
  }
}

.new-styling.message-same-role-alert {
  padding: 22px 24px;
}

@media screen and (max-width: 991px) {
  .new-styling.message-same-role-alert {
    padding: 18px 24px;
  }
}

.new-styling.profile-missing {
  display: flex;
  flex-direction: column;
  align-items: normal;
  justify-content: normal;
  align-items: center;
  height: 100vh;
  padding-top: 12px;
  text-align: center;
}

.new-styling.profile-missing__image, .new-styling.profile-missing__image svg {
  width: 445px;
  height: 161px;
}

.new-styling.profile-missing__image {
  margin-bottom: 16px;
}

.new-styling.profile-missing__header {
  /* important to fix line 103, app/assets/stylesheets/collections/logged-in.scss */
  margin-bottom: 24px !important;
  max-width: 400px;
}

.new-styling.profile-missing__description {
  margin-bottom: 40px;
  max-width: 512px;
}

.new-styling.profile-missing__action {
  margin-bottom: 8px;
  /* fix line 81, app/assets/stylesheets/pages/logged_in/user_messages.scss */
  margin-top: 0;
  max-width: 284px;
}

@media screen and (max-width: 767px) {
  .new-styling.profile-missing__image, .new-styling.profile-missing__image svg {
    width: 281px;
    height: 103px;
  }
  .new-styling.profile-missing__image {
    margin-bottom: 24px;
  }
}

.new-styling.mobile-fixed-buttons {
  width: 100vw;
  box-shadow: 0 0 8px 0 rgba(51, 51, 51, 0.25);
}

.new-styling.mobile-fixed-buttons__row {
  display: flex;
}

.new-styling.mobile-fixed-buttons__row &gt; *:not(:last-child) {
  margin-right: 8px;
}

.new-styling.mobile-fixed-buttons .message-box {
  background-color: transparent;
  margin: 0;
  padding: 0;
}

.new-styling.mobile-fixed-buttons__edit-btn {
  padding-right: 16px !important;
}

.new-styling.mobile-fixed-buttons__secondary-btn {
  flex: 0 0 3rem;
}

.new-styling.mobile-fixed-buttons__secondary-btn .btn span {
  display: none;
}

@media screen and (min-width: 992px) {
  .new-styling.mobile-fixed-buttons {
    display: none;
  }
}

.new-styling.profile-navigation {
  border-bottom: 1px solid #DEE0E2;
  display: flex;
  justify-content: space-between;
  padding: 1.25rem 0 0.5rem;
}

.new-styling.profile-navigation__buttons-wrapper {
  display: flex;
  flex-basis: 19.5rem;
}

@media screen and (min-width: 768px) {
  .new-styling.profile-navigation__buttons-wrapper .btn-ghost:not(:last-child)::after {
    top: 0;
    bottom: 0;
    right: 0;
    position: absolute;
    width: 1px;
    height: 100%;
    background: #DEE0E2;
    content: '';
    margin: auto;
  }
}

@media screen and (max-width: 767px) {
  .new-styling.profile-navigation {
    padding: 0.5rem;
  }
  .new-styling.profile-navigation__buttons-wrapper {
    flex-basis: 6.5rem;
  }
  .new-styling.profile-navigation__buttons-wrapper .btn-ghost {
    padding: 0 !important;
  }
  .new-styling.profile-navigation__buttons-wrapper .btn-ghost &gt; span {
    display: none;
  }
  .new-styling.profile-navigation__buttons-wrapper .btn-ghost i {
    position: static !important;
  }
}

.new-styling.add-photo-block, .new-styling.add-photo-block-animated {
  width: 100%;
  height: -moz-fit-content;
  height: fit-content;
}

.new-styling.add-photo-block__icon, .new-styling.add-photo-block-animated__icon {
  width: 156px;
  height: 80px;
}

.new-styling.add-photo-block-animated {
  margin: -149px 0 40px;
  animation: animate-add-photo-block 0.5s;
  animation-delay: calc(var(--scroll) * -0.5s);
  animation-play-state: paused;
  animation-iteration-count: 1;
  animation-fill-mode: both;
}

@keyframes animate-add-photo-block {
  0% {
    margin: -149px 0 40px;
  }
  100% {
    margin: unset;
  }
}

@media screen and (max-width: 991px) {
  .new-styling.add-photo-block {
    display: flex;
    flex-direction: row;
    align-items: normal;
    justify-content: normal;
    align-items: center;
    box-shadow: 0px 8px 24px rgba(0, 0, 0, 0.15);
    margin: -32px 0 16px;
  }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
  .new-styling.add-photo-block {
    flex-direction: column;
    padding: 16px 12px 12px;
  }
}

@media screen and (max-width: 767px) {
  .new-styling.add-photo-block {
    padding: 16px;
    min-height: auto;
  }
}

.new-styling.report-dialog__arguments-checkbox--selected {
  color: #4CAF50;
  border: 2px solid #4CAF50;
  margin: -1px;
  margin-bottom: 7px;
}

.new-styling.report-dialog__feedback-thumb-svg path#svg-thumb-middle-part {
  fill: #3C8A40;
}

.new-styling.report-dialog__feedback-thumb-svg #svg-thumb-gradient .first-stop {
  stop-color: #3C8A40;
}

.new-styling.report-dialog__feedback-thumb-svg #svg-thumb-gradient .second-stop {
  stop-color: #58C85D;
}

.new-styling.profile-value-boxes.small {
  font-size: 1rem;
}

.new-styling.profile-value-boxes.small .profile-value-boxes__value {
  font-size: 1.125rem;
}

.new-styling.profile-values-group {
  display: grid;
  grid-auto-flow: row;
  -moz-column-gap: 0;
       column-gap: 0;
  row-gap: 0;
}

.new-styling.profile-values-group--compact {
  display: grid;
  grid-auto-flow: column;
  -moz-column-gap: 16px;
       column-gap: 16px;
  row-gap: 0;
}

@media screen and (max-width: 767px) {
  .new-styling.profile-values-group--compact {
    display: grid;
    grid-auto-flow: row;
    -moz-column-gap: 0;
         column-gap: 0;
    row-gap: 0;
  }
}

.new-styling.profile-values-group-default-field {
  padding: 16px 0;
  position: relative;
}

.new-styling.profile-values-group-default-field--with-icon {
  padding-left: 0;
  border-bottom: 0;
}

.new-styling.profile-values-group-default-field__icon {
  width: 48px;
  height: 48px;
  flex: 0 0 auto;
}

.new-styling.profile-values-group-default-field__label {
  margin-bottom: 4px;
}

.new-styling.profile-values-group-default-field__value--capitalize {
  display: inline-block;
  text-transform: lowercase;
}

.new-styling.profile-values-group-default-field__value--capitalize:first-letter {
  text-transform: uppercase;
}

@media screen and (max-width: 767px) {
  .new-styling.profile-values-group-default-field {
    padding: 12px 0;
  }
  .new-styling.profile-values-group-default-field__icon {
    width: 40px;
    height: 40px;
  }
}

.new-styling.profile-values-group-compact-field {
  align-items: center;
  display: flex;
  min-height: 64px;
  padding: 4px 0;
}

.new-styling.profile-values-group-compact-field__icon {
  width: 48px;
  height: 48px;
  flex: 0 0 auto;
}

.new-styling.profile-values-group-compact-field__value {
  line-height: 150%;
}

@media screen and (max-width: 767px) {
  .new-styling.profile-values-group-compact-field {
    min-height: 48px;
  }
  .new-styling.profile-values-group-compact-field__icon {
    width: 40px;
    height: 40px;
  }
  .new-styling.profile-values-group-compact-field__value {
    line-height: 120%;
  }
}

.new-styling.profile-animation {
  height: auto;
}

.new-styling.profile-animation__picture {
  animation: picture-collapse 1s ease-in-out;
  animation-delay: calc(var(--scroll) * -1.8s);
  animation-play-state: paused;
  animation-iteration-count: 1;
  animation-fill-mode: both;
  z-index: 1;
  width: 100%;
  height: auto;
}

.new-styling.profile-animation__essential-details:not(:only-child) {
  animation: essential-details-with-image-collapse 0.6s ease-in-out;
  animation-delay: calc(var(--scroll) * -1s);
  animation-play-state: paused;
  animation-iteration-count: 1;
  animation-fill-mode: both;
  max-height: 0;
  opacity: 0;
  transform: translateX(-300px);
}

.new-styling.profile-animation__essential-details:only-child {
  animation: essential-details-only-child-collapse 1s ease-in-out;
  animation-delay: calc(var(--scroll) * -1.8s);
  animation-play-state: paused;
  animation-iteration-count: 1;
  animation-fill-mode: both;
  max-height: 0;
  opacity: 0;
  transform: translateX(-30px);
  margin-bottom: 0;
}

@keyframes picture-collapse {
  0% {
    width: 100%;
  }
  100% {
    width: 30%;
  }
}

@keyframes essential-details-with-image-collapse {
  0% {
    max-height: 0;
    opacity: 0;
    margin-left: 0;
    transform: translateX(-300px);
  }
  15% {
    opacity: 0;
    transform: translateX(-300px);
  }
  50% {
    opacity: 0;
  }
  100% {
    max-height: 200px;
    opacity: 1;
    margin-left: 16px;
    transform: translateX(0);
  }
}

@keyframes essential-details-only-child-collapse {
  0% {
    max-height: 0;
    opacity: 0;
    transform: translateX(-30px);
    margin-bottom: 0;
  }
  15% {
    opacity: 0;
  }
  100% {
    max-height: 200px;
    opacity: 1;
    transform: translateX(0);
    margin-bottom: 24px;
  }
}

.new-styling.profile-block {
  padding: 20px 0;
}

.new-styling.profile-block--values {
  padding-bottom: 8px;
}

.new-styling.profile-block__header-container {
  align-items: baseline;
}

.new-styling.profile-block__manage {
  font-size: 16px;
  font-weight: 500;
}

@media screen and (max-width: 767px) {
  .new-styling.profile-block {
    background-color: #fff;
    margin-bottom: 4px;
    padding: 16px 0;
  }
  .new-styling.profile-block--values {
    padding-bottom: 8px;
  }
  .new-styling.profile-block.profile__highlighted-info-container {
    padding: 16px 15px;
  }
  .new-styling.profile-block__header-container {
    flex-direction: column;
  }
  .new-styling.profile-block__header {
    position: relative;
    padding-right: 52px;
  }
  .new-styling.profile-block__header::after {
    bottom: calc(1.875rem / 2 - 2px);
    position: absolute;
    width: 36px;
    height: 2px;
    background-color: #4CAF50;
    content: '';
    margin-left: 16px;
  }
}

.new-styling.cta-buttons-row {
  display: flex;
  flex-direction: row;
  align-items: normal;
  justify-content: normal;
}

.new-styling.cta-buttons-row__secondary-btn {
  flex: 0;
  min-width: 48px;
  min-height: 48px;
  margin-left: 8px;
}

.new-styling.essential-details__profile-header {
  display: -webkit-box;
  max-height: 6rem;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 4;
  /* autoprefixer: ignore next */
  -webkit-box-orient: vertical;
  min-width: 230px;
}

.new-styling.discount-banner-default {
  background: linear-gradient(95.01deg, #3C8A40 4.15%, #4CAF50 100%);
}

.new-styling.discount-banner-default__notice {
  top: -15px;
  left: 40px;
  position: absolute;
}

.new-styling.discount-banner-default__content {
  padding: 40px 166px 40px 40px;
}

.new-styling.discount-banner-default__cta {
  color: #fff;
  background-color: rgba(255, 255, 255, 0.1);
  min-width: 166px;
}

.new-styling.discount-banner-default__image {
  bottom: -11px;
  right: -71px;
  position: absolute;
}

@media screen and (max-width: 767px) {
  .new-styling.discount-banner-default__notice {
    left: 32px;
  }
  .new-styling.discount-banner-default__content {
    padding: 32px 32px 212px;
  }
  .new-styling.discount-banner-default__cta {
    min-width: 216px;
  }
  .new-styling.discount-banner-default__image {
    width: 100%;
    height: auto;
    max-width: 344px;
    right: 0;
    bottom: -56px;
  }
}

.new-styling.money-back-guarantee {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  padding: 24px 24px 24px 32px;
}

.new-styling.money-back-guarantee img {
  width: 56px;
  height: 56px;
  flex: 0 0 auto;
  margin: 0 32px 0 0;
}

.new-styling.money-back-guarantee--small {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: center;
  padding: 16px 24px;
}

.new-styling.money-back-guarantee--small img {
  width: 46px;
  height: 46px;
  flex: 0 0 auto;
  margin: 0 18px 0 0;
}

@media screen and (max-width: 767px) {
  .new-styling.money-back-guarantee {
    align-items: flex-start;
    flex-direction: column;
    padding: 24px;
  }
  .new-styling.money-back-guarantee h4 {
    margin-bottom: 12px;
  }
  .new-styling.money-back-guarantee img {
    margin: 0 0 16px;
  }
}

.new-styling.dashboard-message__link {
  text-decoration: none !important;
}

.new-styling.dashboard-message__link:hover {
  color: #3C8A40;
}

.new-styling.dashboard-tips {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  border: 1px solid #DEE0E2;
  border-radius: 8px;
}

.new-styling.dashboard-tips__btn {
  display: flex;
  flex-direction: column;
  align-items: normal;
  justify-content: normal;
}

.new-styling.dashboard-tips__btn--multiple {
  flex: 1 0 140px;
}

.new-styling.dashboard-tips__image {
  max-width: 86px;
  max-height: 86px;
}

@media screen and (max-width: 767px) {
  .new-styling.dashboard-tips {
    align-items: normal;
  }
  .new-styling.dashboard-tips--column {
    flex-direction: column;
  }
  .new-styling.dashboard-tips--gray {
    border: none;
    background: #F6F7FA;
  }
  .new-styling.dashboard-tips__btn:not(.dashboard-tips__btn--multiple) {
    margin-left: -16px;
  }
  .new-styling.dashboard-tips__btn--multiple {
    flex: 1;
    flex-direction: row-reverse;
  }
  .new-styling.dashboard-tips__btn--multiple &gt; * {
    flex: 1;
  }
}

.new-styling.dashboard-search {
  padding-top: 56px;
  margin-bottom: 52px;
}

.new-styling.dashboard-search__form {
  max-width: 800px;
  margin-bottom: -28px;
}

.new-styling.dashboard-search__form:hover {
  background-color: #F6F7FA;
}

.new-styling.dashboard-search__form:hover .input-field__box, .new-styling.dashboard-search__form:hover .new-styling.stripe-form__input, .new-styling.dashboard-search__form:hover select {
  background-color: #F6F7FA;
}

.new-styling.dashboard-search__btn {
  min-width: 272px;
}

.new-styling.dashboard-search__input {
  width: 100%;
  border-right: 1px solid #CACDCF;
  border-radius: 0;
}

.new-styling.dashboard-search__input:hover .dashboard-search__input-control {
  color: #3C8A40;
}

.new-styling.dashboard-search__input:hover svg {
  fill: #3C8A40;
}

.new-styling.dashboard-search__input .input-field__control, .new-styling.dashboard-search__input .new-styling.stripe-form__input {
  font-size: 1.25rem;
}

.new-styling.dashboard-search__select {
  min-width: 120px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

.new-styling.dashboard-search__input-select {
  min-width: auto;
}

.new-styling.dashboard-search__dropdown-arrow {
  top: 14px;
  right: 4px;
  position: absolute;
  width: 20px;
  height: 20px;
}

@media screen and (max-width: 767px) {
  .new-styling.dashboard-search {
    padding-top: 32px;
  }
  .new-styling.dashboard-search__firstbox {
    width: 100%;
  }
  .new-styling.dashboard-search__secondbox {
    width: 100%;
  }
  .new-styling.dashboard-search__form {
    margin-top: 32px;
  }
}

.new-styling.my-documents-page {
  max-width: 728px;
}

.new-styling.my-documents-page__sidebar {
  max-width: 380px;
}

@media screen and (max-width: 1199px) {
  .new-styling.my-documents-page {
    max-width: 100%;
  }
  .new-styling.my-documents-page__sidebar {
    max-width: 310px;
  }
}

@media screen and (max-width: 991px) {
  .new-styling.my-documents-page {
    order: 2;
  }
  .new-styling.my-documents-page__sidebar {
    order: 1;
    max-width: 100%;
  }
}

.new-styling.register-promo {
  max-width: 450px;
  padding-top: 56px;
  padding-bottom: 24px;
}

@media screen and (max-width: 991px) {
  .new-styling.register-promo {
    max-width: 300px;
    padding-top: 64px;
    padding-bottom: 16px;
  }
}

.new-styling.conversation-banner {
  display: flex;
  align-content: center;
  align-items: center;
  border-radius: 8px;
  place-content: space-between;
}

.new-styling.conversation-banner__text {
  align-self: center;
  margin-right: 24px;
}

.new-styling.conversation-banner__image {
  min-width: 64px;
  min-height: 64px;
  width: 64px;
  height: 64px;
  align-self: center;
  margin-right: 24px;
}

@media screen and (max-width: 991px) {
  .new-styling.conversation-banner__image {
    min-width: 56px;
    min-height: 56px;
    width: 56px;
    height: 56px;
    margin-right: 12px;
  }
}

.new-styling.typing-indicator {
  display: flex;
  flex-direction: row;
  align-items: normal;
  justify-content: normal;
  left: 0;
  position: absolute;
}

.new-styling.typing-indicator__icon {
  width: 22px;
  height: 22px;
  margin-right: 12px;
}

.new-styling.typing-indicator__text {
  font-size: 14px;
}

.new-styling.external-review-request__link .input-field__box, .new-styling.external-review-request__link .new-styling.stripe-form__input {
  background-color: #F6F7FA;
}

@media screen and (max-width: 320px) {
  .new-styling.external-review-request__link .input-field__control, .new-styling.external-review-request__link .new-styling.stripe-form__input {
    font-size: 14px;
  }
}

.fixed-bottom-block {
  z-index: 2000;
}

.new-styling.new-role-selection-fields__radio-label {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  border: 1px solid #DEE0E2;
  border-radius: 4px;
  color: #999;
}

.new-styling.new-role-selection-fields__radio-label .radio__button {
  background: transparent;
  border-color: #DEE0E2;
  margin: 0 1rem 0 0;
}

.new-styling.new-role-selection-fields__radio-label .radio__button::after {
  background: transparent;
}

.new-styling.new-role-selection-fields__radio-label:hover {
  border-color: #4CAF50;
  color: #4CAF50;
}

.new-styling.new-role-selection-fields__radio-label:hover .radio__button {
  border-color: #4CAF50;
}

.new-styling.new-role-selection-fields input[type='radio']:checked ~ label {
  border-color: transparent;
  box-shadow: 0px 8px 24px rgba(0, 0, 0, 0.15);
  color: #4CAF50;
  transition: box-shadow 0.3s cubic-bezier(0, 0, 0.58, 1);
}

.new-styling.new-role-selection-fields__next-button {
  box-sizing: content-box;
  height: 3.5rem;
  width: 298px;
}

.new-styling.new-role-selection-fields__next-button--lp {
  width: 100%;
}

@media screen and (max-width: 767px) {
  .new-styling.new-role-selection-fields {
    width: 100%;
  }
  .new-styling.new-role-selection-fields__next-button {
    width: 100%;
  }
}

.new-styling.new-register-form {
  max-width: 536px;
  width: 100%;
}

.new-styling.new-register-form__role-selection-fields {
  margin-top: 44px;
}

@media screen and (min-width: 768px) and (max-width: 991px) {
  .new-styling.new-register-form__role-selection-fields {
    margin-top: 32px;
  }
}

@media screen and (max-width: 767px) {
  .new-styling.new-register-form__role-selection-fields {
    margin-top: 20px;
  }
}

.new-styling.review-form__wrapper {
  max-width: 840px;
  margin-top: 140px;
}

.new-styling.review-form__avatar {
  margin-top: -108px;
  width: 216px;
  height: 216px;
}

.new-styling.review-form__hint {
  max-width: 505px;
}

.new-styling.review-form__stars--external .rate-stars-container {
  --non-filled-color: #4CAF50;
  --filled-color: #4CAF50;
}

.new-styling.review-form__about {
  max-width: 450px;
}

.new-styling.review-form__comment {
  max-width: 618px;
}

.new-styling.review-form__comment .input-field__box, .new-styling.review-form__comment .new-styling.stripe-form__input {
  background-color: #F6F7FA;
  padding: 16px;
}

.new-styling.review-form__submit {
  max-width: 248px;
}

.new-styling.review-form__email-tooltip {
  max-width: 310px;
}

@media screen and (max-width: 767px) {
  .new-styling.review-form__wrapper {
    margin-top: 95px;
  }
  .new-styling.review-form__avatar {
    margin-top: -62px;
    width: 124px;
    height: 124px;
  }
  .new-styling.review-form__review {
    border-radius: 0;
  }
}

.new-styling.home-sign-up {
  max-width: 938px;
}

@media screen and (min-width: 768px) and (max-width: 991px) {
  .new-styling.home-sign-up {
    max-width: 600px;
  }
}

.new-styling.home-container {
  display: grid;
  grid-auto-flow: row;
  -moz-column-gap: 0;
       column-gap: 0;
  row-gap: 120px;
}

.new-styling.home-title {
  font-size: 3rem;
  line-height: 100%;
}

.new-styling.home-title--56 {
  font-size: 3.5rem;
}

.new-styling.home-title--64 {
  font-size: 4rem;
}

.new-styling.home-title--spaced {
  line-height: 130%;
}

@media screen and (max-width: 767px) {
  .new-styling.home-container {
    row-gap: 40px;
  }
  .new-styling.home-title {
    font-size: 2rem;
    line-height: 2.25rem;
  }
  .new-styling.home-title--spaced-xs {
    line-height: 130%;
  }
}

.new-styling.register-layout-header {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  height: 100%;
}

.new-styling.register-layout-header__logo {
  height: 32px;
}

.new-styling.register-layout-header__languages {
  display: flex;
  flex-direction: row;
  align-items: normal;
  justify-content: normal;
}

.new-styling.register-layout-header__languages &gt; *:not(:last-child) {
  margin: 0;
  margin-right: 8px;
}

.new-styling.register-layout-header__language {
  width: 60px;
  height: 48px;
  color: #4a4a4a;
  position: relative;
}

.new-styling.register-layout-header__language:hover {
  color: #4CAF50;
}

.new-styling.register-layout-header__language:not(:last-child)::after {
  width: 1px;
  height: 30px;
  right: -4px;
  position: absolute;
  background: #DEE0E2;
  content: '';
}

.new-styling.register-layout-header__language.selected {
  color: #999;
  pointer-events: none;
}

.new-styling.register-layout-header .dropdown-toggle {
  width: 84px;
  height: 44px;
  border-radius: 48px;
  color: #4a4a4a;
}

.new-styling.register-layout-header .dropdown.open .dropdown-toggle {
  background-color: rgba(76, 175, 80, 0.1);
  color: #4CAF50;
  text-decoration: none;
}

.new-styling.register-layout-header .dropdown-menu {
  min-width: 0;
}

@media screen and (max-width: 767px) {
  .new-styling.register-layout-header {
    justify-content: space-between;
    padding: 12px 24px;
  }
  .new-styling.register-layout-header__logo {
    height: 21px;
  }
  .new-styling.register-layout-header__languages &gt; *:not(:last-child) {
    margin: 0;
    margin-right: 2px;
  }
  .new-styling.register-layout-header__language {
    width: 44px;
    height: 44px;
  }
  .new-styling.register-layout-header__language:not(:last-child)::after {
    right: -1px;
    position: absolute;
  }
}

.new-styling.register-layout {
  min-width: 100%;
  min-height: 100vh;
}

.new-styling.register-layout__header {
  width: 100%;
  height: 88px;
  height: 88px;
}

@media screen and (min-width: 768px) {
  .new-styling.register-layout__header {
    max-width: 536px;
    margin: 0 auto;
  }
}

.new-styling.register-layout__left-column, .new-styling.register-layout__right-column {
  display: flex;
  flex-direction: column;
  align-items: normal;
  justify-content: normal;
  width: 100%;
  height: 100%;
  max-width: 720px;
}

.new-styling.register-layout__right-column {
  padding-left: 15%;
}

.new-styling.register-layout__left-column-content, .new-styling.register-layout__right-column-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: normal;
}

.new-styling.register-layout__right-column-content {
  padding-top: 88px;
}

.new-styling.register-layout__right-column-content &gt; * {
  z-index: 1;
}

.new-styling.register-layout__character-wrapper {
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  justify-content: center;
  height: 100%;
}

.new-styling.register-layout__character {
  width: auto;
  height: 70%;
  max-height: 472px;
}

@media screen and (min-width: 1200px) {
  .new-styling.register-layout__character {
    max-height: 670px;
  }
}

@media screen and (min-width: 992px) {
  .new-styling.register-layout {
    height: 100vh;
  }
  .new-styling.register-layout__left-column-content {
    overflow: auto;
  }
}

@media screen and (max-width: 991px) {
  .new-styling.register-layout {
    flex-direction: column;
  }
  .new-styling.register-layout__right-column {
    height: 550px;
  }
  .new-styling.register-layout__right-column-content {
    padding-top: 0;
  }
}

@media screen and (max-width: 767px) {
  .new-styling.register-layout__header {
    height: auto;
  }
  .new-styling.register-layout__right-column {
    padding-left: 0;
  }
}

.new-styling.landing-header-form .radio {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

.new-styling.landing-header-form .radio span {
  margin-left: 0;
}

.new-styling.landing-header-form .radio__input:checked + .radio__label .radio__text,
.new-styling.landing-header-form .radio__input:checked + .radio__label .radio__text span,
.new-styling.landing-header-form .radio__input:checked + .radio__label .radio__text span &gt; strong {
  color: #4a4a4a;
}

.new-styling.landing-header-form .radio__button {
  background-color: rgba(255, 255, 255, 0);
  border-color: #999;
}

.new-styling.landing-header-form .radio__button::after {
  background-color: rgba(255, 255, 255, 0);
}

.new-styling.landing-header-form .radio__label {
  min-height: 0;
  padding: 0;
}

.new-styling.landing-header-form .radio__text {
  line-height: 20px;
}

.new-styling.landing-header-form__radio-group {
  margin-bottom: 24px;
  margin-left: 17px;
}

.new-styling.landing-header-form__radio-group &gt; *:not(:last-child) {
  margin: 0;
  margin-bottom: 16px;
}

.new-styling.landing-header-form__input {
  margin-bottom: 16px;
}

.new-styling.landing-header-form__input .input-field__box, .new-styling.landing-header-form__input .new-styling.stripe-form__input {
  min-height: 3.5rem;
}

.new-styling.landing-header-form__submit-btn {
  align-items: normal;
  display: inline-block;
  justify-content: normal;
  margin-bottom: 40px;
  text-align: center;
}

@media screen and (max-width: 991px) {
  .new-styling.landing-header-form__radio-group {
    margin-bottom: 26px;
  }
  .new-styling.landing-header-form__radio-group &gt; *:not(:last-child) {
    margin: 0;
    margin-bottom: 20px;
  }
  .new-styling.landing-header-form__input .input-field__extra-content.inner {
    margin-top: 10px;
  }
  .new-styling.landing-header-form__submit-btn {
    margin-bottom: 16px;
  }
}

@media screen and (max-width: 767px), screen and (min-width: 768px) and (max-width: 991px) and (min-aspect-ratio: 13/9) {
  .new-styling.landing-header-form__radio-group {
    margin-bottom: 18px;
    margin-left: 0;
  }
}

.new-styling.landing-header-review__count {
  margin-left: 2px;
}

.new-styling.landing-header-review__stars {
  margin: 0 4px 0 0;
}

@media screen and (max-width: 767px), screen and (min-width: 768px) and (max-width: 991px) and (min-aspect-ratio: 13/9) {
  .new-styling.landing-header-review {
    flex-wrap: wrap;
  }
  .new-styling.landing-header-review__stars {
    order: -1;
    width: 100%;
    margin: 0 0 4px;
  }
}

.new-styling.landing-header {
  background-color: #f9f9fb;
}

.new-styling.landing-header__container {
  display: flex;
  flex-direction: row-reverse;
  align-items: normal;
  justify-content: normal;
  min-height: 600px;
  flex: 1 1 auto;
  margin-left: 10%;
}

.new-styling.landing-header__content-col {
  flex: 0 0 35%;
}

.new-styling.landing-header__content {
  max-width: 450px;
}

.new-styling.landing-header__content h1 {
  margin-top: 0;
  margin-bottom: 24px;
  font-size: 48px;
  line-height: 50px;
  font-weight: 700;
}

.new-styling.landing-header__content h2 {
  font-size: 1.25rem;
  font-weight: 700;
}

.new-styling.landing-header__picture {
  flex: 1 1 auto;
  background: center 24%/cover no-repeat url(/images/services/dating_senior/home_page_header.jpg);
}

.new-styling.landing-header__picture-cover {
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  position: absolute;
  background-image: linear-gradient(to right, #f9f9fb 0%, rgba(255, 255, 255, 0) 10%);
}

@media screen and (max-width: 1599px) {
  .new-styling.landing-header__container {
    min-height: 500px;
  }
  .new-styling.landing-header__content-col {
    flex: 0 0 45%;
  }
  .new-styling.landing-header__content {
    margin-right: auto;
  }
  .new-styling.landing-header__content h1 {
    margin-bottom: 26px;
  }
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
  .new-styling.landing-header__content h1 {
    font-size: 40px;
    line-height: 46px;
  }
}

@media screen and (max-width: 1199px) {
  .new-styling.landing-header__content-col {
    flex: 0 0 52%;
    padding: 15px;
  }
  .new-styling.landing-header__content {
    margin-left: 32px;
  }
  .new-styling.landing-header__container {
    margin-left: 0;
  }
}

@media screen and (max-width: 991px) {
  .new-styling.landing-header__container {
    min-height: initial;
    min-height: auto;
  }
  .new-styling.landing-header__content {
    margin-left: auto;
  }
}

@media screen and (max-width: 991px) and (max-aspect-ratio: 13/9) {
  .new-styling.landing-header__container {
    flex-direction: column;
  }
  .new-styling.landing-header__content-col {
    flex: 0 0 auto;
    padding-top: 35px;
  }
  .new-styling.landing-header__content {
    max-width: 520px;
  }
  .new-styling.landing-header__content h1 {
    margin-bottom: 34px;
  }
  .new-styling.landing-header__picture {
    flex: 0 0 300px;
  }
  .new-styling.landing-header__picture-cover {
    background-image: linear-gradient(to top, #f9f9fb 0%, rgba(255, 255, 255, 0) 10%);
  }
}

@media screen and (max-width: 767px), screen and (min-width: 768px) and (max-width: 991px) and (min-aspect-ratio: 13/9) {
  .new-styling.landing-header__content h1 {
    font-size: 32px;
    line-height: 36px;
    margin-bottom: 26px;
  }
}

@media screen and (max-width: 767px) and (max-aspect-ratio: 13/9) {
  .new-styling.landing-header__content-col {
    padding-top: 5px;
  }
  .new-styling.landing-header__picture {
    flex: 0 0 200px;
  }
}

@media screen and (min-width: 768px) {
  .redesigned-landing-page .form-group {
    padding-left: 0;
  }
}

.new-styling.guides__search-form-header {
  background: linear-gradient(270deg, #F6F7FA 14.51%, rgba(76, 175, 80, 0.3) 116.53%);
  height: 320px;
}

.new-styling.guides__search-form-header .new-styling.btn-icon {
  width: 56px;
}

.new-styling.guides__search-form-header form:focus-within {
  border-color: #4a4a4a;
}

@media screen and (max-width: 767px) {
  .new-styling.guides__search-form-header {
    max-height: 204px;
  }
  .new-styling.guides__search-form-header .new-styling.input-field__box, .new-styling.guides__search-form-header .new-styling.stripe-form__input {
    min-height: 44px;
  }
  .new-styling.guides__search-form-header .new-styling.btn-icon {
    max-width: 44px;
    height: 44px;
  }
  .new-styling.guides__search-form-header .new-styling.input-field__extra-content.inner {
    margin-top: 8px;
  }
}

.new-styling.wizard__header-section {
  background: linear-gradient(268.35deg, #4CAF50 16.21%, #1EAA89 100.64%);
}

@media screen and (max-width: 1199px) {
  .new-styling.wizard__header-section {
    height: auto;
    min-height: 158px;
  }
}

@media screen and (max-width: 767px) {
  .new-styling.wizard__header-section {
    min-height: 180px;
  }
}

@media screen and (min-width: 1200px) {
  .new-styling.wizard__navigation {
    width: 50vw;
  }
}

.new-styling.wizard__invalid-mail-hint strong {
  font-weight: 500;
  color: #4a4a4a;
}

@media screen and (max-width: 1199px) {
  .new-styling.wizard__wrapper {
    display: block;
  }
  .new-styling.wizard__service-logo {
    width: 32px;
    height: 32px;
  }
  .new-styling.wizard__content {
    height: auto;
  }
}

@media screen and (max-width: 767px) {
  .new-styling.wizard.attachments .wizard__wrapper {
    background: #fff;
  }
  .new-styling.wizard.attachments .wizard__header-section {
    min-height: 148px;
  }
}

.new-styling.aboutus-header {
  max-width: 100%;
}

.new-styling.aboutus-header__image {
  width: 340px;
  height: 340px;
  overflow: hidden;
  border-radius: 24px;
}

.new-styling.aboutus-header__image img {
  left: -25%;
  position: absolute;
  width: auto;
  height: 100%;
}

@media screen and (min-width: 1600px) {
  .new-styling.aboutus-header {
    max-width: 2060px;
  }
}

@media screen and (max-width: 991px) {
  .new-styling.aboutus-header__image {
    width: 160px;
    height: 160px;
    border-radius: 16px;
  }
}

.new-styling.aboutus-banner-image {
  position: relative;
  width: 350px;
}

.new-styling.aboutus-banner-image img {
  transform: scale(1.2);
}

@media screen and (min-width: 992px) {
  .new-styling.aboutus-employees {
    margin-left: -56px;
    padding-left: 56px;
  }
}

@media screen and (max-width: 991px) {
  .new-styling.aboutus-employees {
    overflow-x: scroll;
  }
}

@media screen and (max-width: 767px) {
  .new-styling.aboutus-banner-image {
    width: 100%;
    max-width: 345px;
    margin: -30px auto;
    right: 0;
  }
  .new-styling.aboutus-banner-image img {
    transform: none;
  }
}

.new-styling.header-warning__text {
  flex: 0 1 auto;
  padding: 12px;
  padding-right: 0;
}

.new-styling.header-warning__link {
  flex: 0 0 auto;
  padding: 12px;
}

.new-styling.header-warning__link svg {
  margin-left: 12px;
}

@media screen and (min-width: 768px) {
  .new-styling.header-warning {
    font-size: 1rem;
    line-height: 1.125rem;
  }
}

.new-styling.provider-description-suggestions {
  display: flex;
  flex-direction: row;
  align-items: normal;
  justify-content: normal;
}

.new-styling.provider-description-suggestions__suggestion {
  display: flex;
  flex-direction: column;
  align-items: normal;
  justify-content: normal;
  align-items: center;
  border: 1px solid #CACDCF;
  border-radius: 4px;
  position: relative;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

.new-styling.provider-description-suggestions__suggestion.active {
  align-items: flex-start;
}

.new-styling.provider-description-suggestions__suggestion.active .new-styling.provider-description-suggestions__avatar {
  border-color: #4CAF50;
}

.new-styling.provider-description-suggestions__suggestion:not(.active) {
  cursor: pointer;
  padding: 12px;
}

.new-styling.provider-description-suggestions__suggestion:not(.active):hover {
  background-color: rgba(76, 175, 80, 0.03);
  border-color: #4CAF50;
}

.new-styling.provider-description-suggestions__suggestion:not(.active):hover .new-styling.provider-description-suggestions__name {
  color: #4CAF50;
}

.new-styling.provider-description-suggestions__suggestion:not(.active):hover .new-styling.provider-description-suggestions__avatar {
  border-color: #4CAF50;
}

.new-styling.provider-description-suggestions__avatar {
  width: 88px;
  height: 88px;
  border-radius: 50%;
  min-width: 88px;
  min-height: 88px;
  border: 2px solid rgba(76, 175, 80, 0.4);
  padding: 4px;
}

.new-styling.provider-description-suggestions__close-btn {
  top: 0;
  right: 0;
  position: absolute;
  padding: inherit;
}

.new-styling.provider-description-suggestions__mobile-name {
  display: none;
}

@media screen and (min-width: 768px) {
  .new-styling.provider-description-suggestions__suggestion.active {
    flex-direction: row;
    padding: 16px;
  }
  .new-styling.provider-description-suggestions__suggestion:not(.active) {
    width: 172px;
    max-width: 172px;
  }
  .new-styling.provider-description-suggestions__suggestion:not(.active):not(:last-child) {
    margin: 0 16px 0 0;
  }
  .new-styling.provider-description-suggestions__name {
    margin: 10px 0 8px;
  }
  .new-styling.provider-description-suggestions__teaser {
    text-align: center;
  }
  .new-styling.provider-description-suggestions__full-info {
    margin-left: 24px;
  }
  .new-styling.provider-description-suggestions__headline {
    margin: 8px 0 12px;
  }
}

@media screen and (max-width: 767px) {
  .new-styling.provider-description-suggestions {
    flex-direction: column;
  }
  .new-styling.provider-description-suggestions__suggestion {
    flex-direction: row;
    margin: 16px 0 0;
  }
  .new-styling.provider-description-suggestions__suggestion.active {
    flex-direction: column;
    padding: 12px;
  }
  .new-styling.provider-description-suggestions__suggestion.active .new-styling.provider-description-suggestions__mobile-name {
    display: block;
    margin-left: 16px;
  }
  .new-styling.provider-description-suggestions__avatar {
    width: 56px;
    height: 56px;
    min-width: 56px;
    min-height: 56px;
    padding: 2px;
  }
  .new-styling.provider-description-suggestions__name {
    margin: 0 0 8px;
  }
  .new-styling.provider-description-suggestions__teaser {
    margin-left: 24px;
  }
  .new-styling.provider-description-suggestions__headline {
    margin: 15px 0 12px;
  }
}

@media screen and (min-width: 992px) {
  .new-styling.help-pages-container {
    display: flex;
    flex-wrap: wrap;
  }
}

@media screen and (max-width: 767px) {
  .new-styling.help-pages-container .experience-image {
    width: 100vw;
    margin: 0 -15px;
  }
  .new-styling.fairboss-banner-gradient {
    background: linear-gradient(150deg, #fff 50%, rgba(255, 255, 255, 0) 100%);
  }
}

.new-styling.section-2col-image__content {
  width: 60%;
  max-width: 615px;
}

.new-styling.section-2col-image__image {
  right: 68px;
  position: relative;
  max-width: 490px;
}

@media screen and (max-width: 991px) {
  .new-styling.section-2col-image__content {
    max-width: none;
    width: auto;
  }
  .new-styling.section-2col-image__image {
    right: auto;
  }
}

@media screen and (max-width: 767px) {
  .new-styling.section-2col-image__image {
    width: 110%;
  }
}

.new-styling.content-side-image__image {
  bottom: -40px;
  right: -40px;
  position: absolute;
  width: 0;
  z-index: -1;
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
  .new-styling.content-side-image__image {
    right: 112px;
  }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
  .new-styling.content-side-image__image {
    right: 124px;
    bottom: -52px;
  }
}

@media screen and (max-width: 767px) {
  .new-styling.content-side-image__content {
    width: 68%;
  }
  .new-styling.content-side-image__image {
    right: 116px;
    top: 30px;
    bottom: auto;
  }
  .new-styling.content-side-image__image img {
    width: 162px;
  }
  .new-styling.content-side-image__icon {
    width: 40px;
    height: 40px;
  }
}

@media screen and (max-width: 320px) {
  .new-styling.content-side-image__content {
    width: 75%;
  }
  .new-styling.content-side-image__image {
    right: 80px;
  }
}

.new-styling.pages-row-link {
  color: #4a4a4a;
  text-decoration: none;
}

.new-styling.pages-row-link:hover {
  color: #4CAF50;
  animation: pulse 0.5s cubic-bezier(0, 0, 0.58, 1);
}

.new-styling.pages-row-link &gt; .pages-row-image {
  height: 230px;
  -o-object-fit: scale-down;
     object-fit: scale-down;
}

@media screen and (min-width: 992px) {
  .new-styling.scroll-pages-row {
    overflow: hidden;
    grid-template-columns: repeat(auto-fill, minmax(366px, 1fr));
    grid-auto-columns: minmax(366px, 1fr);
  }
}

@media screen and (max-width: 1199px) {
  .new-styling.scroll-pages-row {
    grid-auto-flow: row;
    grid-template-columns: repeat(2, 1fr);
    grid-auto-columns: minmax(50%, 1fr);
  }
}

@media screen and (max-width: 767px) {
  .new-styling.pages-row-link &gt; .pages-row-image {
    height: 146px;
  }
  .new-styling.scroll-pages-row .new-styling.pages-row-link &gt; .pages-row-image {
    padding: 10px 20px;
  }
}

.new-styling.page-paper-table {
  padding-bottom: 80px;
  filter: drop-shadow(0px 8px 12px rgba(0, 0, 0, 0.15));
}

.new-styling.page-paper-table__row &gt; *:not(:last-child) {
  margin-right: 16px;
}

.new-styling.page-paper-table__paper-sheet {
  -webkit-clip-path: polygon(0 76px, 76px 0, 100% 0, 100% 100%, 0 100%);
          clip-path: polygon(0 76px, 76px 0, 100% 0, 100% 100%, 0 100%);
}

.new-styling.page-paper-table__paper-sheet:before {
  top: 0;
  left: 0;
  position: absolute;
  width: 76px;
  height: 76px;
  z-index: 1;
  content: '';
  background: linear-gradient(to left top, #ffffff 11%, #E7EAF2 47%);
  box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.1);
}

.new-styling.page-paper-table__scrollable {
  overflow-x: auto;
}

.new-styling.page-paper-table__swipe-icon {
  top: -24px;
  right: 12px;
  position: absolute;
}

.new-styling.page-paper-table__value {
  flex: 1 0 auto;
}

.new-styling.page-paper-table__pen {
  bottom: 0;
  right: 16px;
  position: absolute;
}

@media screen and (max-width: 767px) {
  .new-styling.page-paper-table {
    padding-bottom: 100px;
    margin-right: -15px;
  }
  .new-styling.page-paper-table__row {
    width: -moz-fit-content;
    width: fit-content;
  }
  .new-styling.page-paper-table__row &gt; *:not(:last-child) {
    margin-right: 8px;
  }
  .new-styling.page-paper-table__footer {
    overflow-x: hidden;
  }
  .new-styling.page-paper-table__pen {
    bottom: 0;
    right: 100px;
    position: absolute;
  }
}

.new-styling.pages-regular-table {
  overflow-x: auto;
  padding: 40px 0;
  margin: -40px 0;
}

.new-styling.pages-regular-table__row &gt; * {
  margin: 0 16px;
}

.new-styling.pages-regular-table__swipe-icon {
  top: 48px;
  right: 12px;
  position: absolute;
}

.new-styling.pages-regular-table__table-container {
  border-radius: 8px;
}

.new-styling.pages-regular-table__value {
  flex: 1 0 auto;
}

@media screen and (max-width: 767px) {
  .new-styling.pages-regular-table {
    margin-right: -15px;
  }
  .new-styling.pages-regular-table__row &gt; * {
    margin: 0 8px;
  }
  .new-styling.pages-regular-table__table-container {
    border-radius: 8px 0 0 8px;
  }
}

@media screen and (max-width: 767px) {
  .new-styling.wage-calculator-form.page-paper-table {
    margin-right: 12px;
  }
}

.new-styling.charge-banner {
  border: 1px solid #CACDCF;
}

.new-styling.charge-banner__icon {
  width: 48px;
  height: 48px;
}

.new-styling.stripe-form__actions {
  place-content: space-between;
}

.new-styling.stripe-form__error {
  color: #C92525;
}

.new-styling.stripe-form__input {
  border: 1px solid #CACDCF;
  border-radius: 4px;
  padding: 17px 18px;
}

.new-styling.stripe-form__input--focus {
  border: 2px solid #4a4a4a;
  padding: 16px 17px;
}

.new-styling.stripe-form__input--invalid {
  border-color: #C92525;
}

.new-styling.stripe-form__input--complete + .new-styling.stripe-form__label, .new-styling.stripe-form__input--focus + .new-styling.stripe-form__label, .new-styling.stripe-form__input--invalid + .new-styling.stripe-form__label, .new-styling.stripe-form__input--with-static-label + .new-styling.stripe-form__label {
  top: -7px;
  left: 16px;
  position: absolute;
  background-color: #fff;
  padding: 0 5px;
  transform: scale(0.75);
}

.new-styling.stripe-form__input--focus + .new-styling.stripe-form__label {
  color: #4a4a4a;
}

.new-styling.stripe-form__input--invalid + .new-styling.stripe-form__label {
  color: #C92525;
}

.new-styling.stripe-form__input-group {
  position: relative;
}

.new-styling.stripe-form__input-group--cvc, .new-styling.stripe-form__input-group--expiry {
  display: inline-flex;
  width: 34%;
}

.new-styling.stripe-form__label {
  top: 17px;
  left: 16px;
  position: absolute;
}

.new-styling.stripe-form__label--moved-right {
  left: 50px;
  position: absolute;
}

.new-styling.stripe-form__stripe-icon {
  width: 116px;
  height: 25px;
}

.new-styling.stripe-form__submit {
  flex: 0;
}

@media screen and (max-width: 1199px) {
  .new-styling.stripe-form__actions {
    display: flex;
    flex-direction: column;
    align-items: normal;
    justify-content: normal;
  }
  .new-styling.stripe-form__input-group--expiry {
    margin-right: 24px;
  }
  .new-styling.stripe-form__stripe-icon {
    margin-bottom: 20px;
  }
  .new-styling.stripe-form__submit {
    flex: auto;
  }
}

@media screen and (min-width: 1200px) and (max-width: 1599px) {
  .new-styling.stripe-form__charge-details {
    display: flex;
    flex-direction: row;
    align-items: normal;
    justify-content: normal;
    justify-content: space-between;
  }
  .new-styling.stripe-form__input-group {
    position: relative;
  }
  .new-styling.stripe-form__input-group--accountholder-name, .new-styling.stripe-form__input-group--iban {
    flex-basis: 48%;
  }
  .new-styling.stripe-form__input-group--card-number {
    flex-basis: 60%;
  }
  .new-styling.stripe-form__input-group--cvc, .new-styling.stripe-form__input-group--expiry {
    flex-basis: 15%;
    margin-right: 0;
  }
}

.new-styling.charge__billing-address-column--left {
  flex-basis: 45%;
}

.new-styling.charge__billing-address-column--right {
  flex-basis: 55%;
}

.new-styling.billing-address__input--first-name {
  width: 75%;
}

.new-styling.billing-address__input--last-name {
  width: 85%;
}

.new-styling.billing-address__input--postal-code {
  width: 55%;
}

@media screen and (min-width: 1200px) {
  .new-styling.billing-address__input--company-name {
    width: 50%;
  }
  .new-styling.billing-address__input--first-name, .new-styling.billing-address__input--last-name {
    display: inline-flex;
    width: 35%;
  }
  .new-styling.billing-address__input--first-name {
    margin-right: 16px;
  }
  .new-styling.billing-address__input--locality, .new-styling.billing-address__input--postal-code {
    display: inline-flex;
  }
  .new-styling.billing-address__input--postal-code {
    margin-right: 16px;
    width: 25%;
  }
  .new-styling.billing-address__input--street {
    width: 60%;
  }
}

@media screen and (max-width: 767px) {
  .new-styling.billing-address__input--locality {
    width: 85%;
  }
}

.new-styling.payment-method__box {
  border: 2px solid transparent;
  color: #999;
  padding: 20px;
}

.new-styling.payment-method__box:hover, .new-styling.payment-method__box--active {
  border-radius: 8px;
  color: #4CAF50;
}

.new-styling.payment-method__box:hover .radio__button, .new-styling.payment-method__box--active .radio__button {
  border-color: #4CAF50;
}

.new-styling.payment-method__box:hover {
  background-color: #F6F7FA;
}

.new-styling.payment-method__box--active {
  border-color: #4CAF50;
}

.new-styling.payment-method__box + .new-styling.payment-method__box {
  border-top: 1px solid #DEE0E2;
  padding-top: 21px;
}

.new-styling.payment-method__box + .new-styling.payment-method__box:hover {
  border-top: 2px solid transparent;
  padding-top: 20px;
}

.new-styling.payment-method__box + .new-styling.payment-method__box--active, .new-styling.payment-method__box + .new-styling.payment-method__box--active:hover {
  border-top: 2px solid #4CAF50;
  padding-top: 20px;
}

.new-styling.payment-method__box:hover + .new-styling.payment-method__box, .new-styling.payment-method__box--active + .new-styling.payment-method__box {
  border-top: 2px solid transparent;
  padding-top: 20px;
}

.new-styling.payment-method__box:hover + .new-styling.payment-method__box--active, .new-styling.payment-method__box--active + .new-styling.payment-method__box--active {
  border-top: 2px solid #4CAF50;
}

.new-styling.payment-method__description-box {
  display: none;
  margin: 8px 43px 0;
}

.new-styling.payment-method__logo {
  max-width: 100%;
  max-height: 30px;
}

.new-styling.payment-method__radio {
  min-height: auto;
}

@media screen and (min-width: 768px) {
  .new-styling.payment-method__radio-wrapper {
    align-items: center;
  }
}

.new-styling.checkout__benefits-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.new-styling.checkout__subsection-icon {
  width: 40px;
  height: 40px;
}

@media screen and (max-width: 991px) {
  .new-styling.checkout__summary-panel--right {
    display: none;
  }
}

@media screen and (min-width: 768px) {
  .new-styling.checkout {
    display: flex;
  }
  .new-styling.checkout__actions {
    align-items: center;
    display: flex;
    flex-direction: row;
  }
  .new-styling.checkout__name {
    font-size: 1.25rem;
  }
  .new-styling.checkout__panel--right {
    margin-left: 35px;
    order: 1;
    width: 330px;
  }
  .new-styling.checkout__subsection {
    margin-bottom: 20px;
  }
  .new-styling.checkout__submit {
    flex-basis: 40%;
    margin-right: 32px;
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media screen and (min-width: 992px) {
  .new-styling.checkout__panel--left {
    margin-left: 60px;
  }
  .new-styling.checkout__panel--right {
    width: 365px;
  }
  .new-styling.checkout__subsection {
    margin-left: -60px;
  }
  .new-styling.checkout__summary-panel--left {
    display: none;
  }
}

.new-styling.membership-benefits__list &gt; *:not(:last-child) {
  margin: 0;
  margin-bottom: 24px;
}

.new-styling.membership-benefits__row &gt; *:not(:last-child) {
  margin: 0;
  margin-right: 24px;
}

.new-styling.membership-benefits__item {
  width: 300px;
}

.new-styling.membership-benefits__description {
  opacity: 0.8;
}

@media screen and (max-width: 991px) {
  .new-styling.membership-benefits__header {
    max-width: 394px;
  }
  .new-styling.membership-benefits__item {
    width: 220px;
  }
}

@media screen and (max-width: 767px) {
  .new-styling.membership-benefits__header {
    max-width: none;
  }
  .new-styling.membership-benefits__list &gt; *:not(:last-child) {
    margin: 0;
    margin-bottom: 12px;
  }
  .new-styling.membership-benefits__row &gt; *:not(:last-child) {
    margin: 0;
    margin-bottom: 12px;
  }
  .new-styling.membership-benefits__item {
    width: auto;
  }
}

.new-styling.membership-info {
  max-width: 650px;
}

@media screen and (min-width: 768px) {
  .new-styling.membership-info {
    flex: 0 0 auto;
  }
}

@media screen and (max-width: 991px) {
  .new-styling.membership-info {
    max-width: 612px;
  }
}

.new-styling.membership-notification {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  box-shadow: 0 24px 32px rgba(0, 0, 0, 0.12);
  margin: auto;
  max-width: 564px;
  padding: 16px;
}

.new-styling.membership-notification svg {
  min-width: 32px;
  min-height: 32px;
  width: 32px;
  height: 32px;
}

.new-styling.membership-notification--with-timer {
  max-width: 732px;
  padding: 16px 32px 16px 40px;
}

.new-styling.membership-notification__timer {
  flex: 0 0 auto;
}

@media screen and (min-width: 768px) and (max-width: 991px) {
  .new-styling.membership-notification {
    max-width: 612px;
  }
}

@media screen and (max-width: 767px) {
  .new-styling.membership-notification--with-timer {
    display: flex;
    flex-direction: column;
    align-items: normal;
    justify-content: normal;
    align-items: flex-start;
    padding: 22px 22px 36px;
  }
  .new-styling.membership-notification--with-timer &gt; *:not(:last-child) {
    margin: 0;
    margin-bottom: 16px;
  }
}

.new-styling.membership-plans-desktop {
  display: flex;
  flex-direction: row;
  align-items: normal;
  justify-content: normal;
  justify-content: center;
}

.new-styling.membership-plans-desktop &gt; *:not(:last-child) {
  margin: 0;
  margin-right: 32px;
}

.new-styling.membership-plans-desktop__plan {
  display: flex;
  flex-direction: column;
  align-items: normal;
  justify-content: normal;
  width: 250px;
  height: 316px;
  align-items: center;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.1);
  justify-content: space-between;
  padding: 40px 16px 16px;
  position: relative;
}

.new-styling.membership-plans-desktop__best-badge {
  top: -20px;
  position: absolute;
  background: linear-gradient(#fff, #fff), linear-gradient(85.16deg, #3AA952 0%, #47B18B 95.12%);
  border: 2px solid transparent;
  border-radius: 40px;
  padding: 10px 30px;
  white-space: nowrap;
  background-origin: border-box;
  background-clip: padding-box, border-box;
}

.new-styling.membership-plans-desktop__fireworks {
  bottom: -47px;
  right: -83px;
  position: absolute;
  z-index: -1;
}

.new-styling.membership-plans-desktop__price-decimal {
  font-size: 60px;
  line-height: 72px;
  margin-right: -3px;
}

@media screen and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .new-styling.membership-plans-desktop__best-badge {
    transform: translate(-50%, 0);
  }
}

.new-styling.membership-plans-mobile {
  position: relative;
}

.new-styling.membership-plans-mobile &gt; *:not(:last-child) {
  margin: 0;
  margin-bottom: 16px;
}

.new-styling.membership-plans-mobile__plan {
  display: flex;
  flex-direction: column;
  align-items: normal;
  justify-content: normal;
  min-width: 100%;
  min-height: 134px;
  box-shadow: 0 16px 32px rgba(0, 0, 0, 0.1);
  justify-content: center;
  padding: 20px 24px 12px;
  position: relative;
  z-index: 1;
}

.new-styling.membership-plans-mobile__plan:hover {
  text-decoration: none;
}

.new-styling.membership-plans-mobile__plan:focus {
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.1);
  text-decoration: none;
}

.new-styling.membership-plans-mobile__plan-content {
  display: flex;
  flex-direction: row;
  align-items: normal;
  justify-content: normal;
  flex-direction: row;
}

.new-styling.membership-plans-mobile__plan-content &gt; * {
  display: flex;
  flex-direction: column;
  align-items: normal;
  justify-content: normal;
  flex: 1;
  justify-content: center;
}

.new-styling.membership-plans-mobile__best-badge {
  margin-bottom: 4px;
  margin-top: -18px;
}

.new-styling.membership-plans-mobile__fireworks {
  left: -54px;
  bottom: -44px;
  position: absolute;
}

.new-styling.membership-plans-mobile__price-decimal {
  font-size: 48px;
  line-height: 50px;
  margin-right: -3px;
}

.new-styling.membership-plans-mobile__chevron {
  width: 32px;
  height: 32px;
  right: 9px;
  position: absolute;
  transform: rotate(180deg);
}

@media screen and (min-width: 768px) and (max-width: 991px) {
  .new-styling.membership-plans-mobile {
    max-width: 481px;
    max-height: auto;
    margin: auto;
  }
}

@media screen and (max-width: 320px) {
  .new-styling.membership-plans-mobile__best-badge.text-compact {
    font-size: 10px;
    line-height: 14px;
    margin-bottom: 0;
    margin-top: -14px;
  }
  .new-styling.membership-plans-mobile__duration {
    font-size: 20px;
    line-height: 24px;
  }
  .new-styling.membership-plans-mobile__price-decimal {
    font-size: 32px;
    line-height: 36px;
  }
  .new-styling.membership-plans-mobile__previous-price {
    margin-bottom: 12px;
  }
}

.new-styling.membership {
  min-height: 100vh;
}

.new-styling.membership__benefits {
  padding: 40px 24px 132px;
}

.new-styling.membership__notification {
  margin: 30px auto 16px;
}

.new-styling.membership__plans-desktop {
  margin-top: -92px;
}

.new-styling.membership__info {
  display: flex;
  flex-direction: row;
  align-items: normal;
  justify-content: normal;
  justify-content: center;
  margin-top: 40px;
  padding: 0 16px 32px;
}

@media screen and (max-width: 991px) {
  .new-styling.membership__benefits {
    margin-bottom: 90px;
    padding: 24px 16px 0;
  }
  .new-styling.membership__notification {
    margin: 24px auto 0;
  }
  .new-styling.membership__plans-mobile {
    bottom: -42px;
    position: relative;
    margin-top: -18px;
  }
  .new-styling.membership__info {
    margin-top: 0;
  }
}

.new-styling.payments-index__sidebar {
  width: 380px;
}

.new-styling.payments-index__btn-cancel {
  color: #C92525;
}

.new-styling.payments-index__btn-cancel:hover {
  background-color: rgba(201, 37, 37, 0.1);
}

@media screen and (max-width: 1199px) {
  .new-styling.payments-index__sidebar {
    width: 340px;
  }
}

@media screen and (max-width: 991px) {
  .new-styling.payments-index__sidebar {
    width: 100%;
  }
}

.new-styling.payments-gradient {
  background: linear-gradient(85.16deg, #3AA952 0%, #47B18B 95.12%);
}

.new-styling.payments-old-price {
  position: relative;
}

.new-styling.payments-old-price::after {
  top: 50%;
  left: 0;
  position: absolute;
  width: 100%;
  height: 1px;
  background-color: #C92525;
  content: '';
  transform: rotate(9deg);
}

.new-styling.review-requests {
  grid-auto-columns: 1.5fr 0.8fr;
  grid-auto-rows: auto;
  grid-auto-flow: column;
}

.new-styling.review-requests__contacts {
  grid-area: 2 / 1 / 3 / 2;
}

.new-styling.review-requests__pending {
  grid-row: span 4;
  grid-column: 2 / 3;
}

.new-styling.review-requests__title {
  grid-area: 1 / 1 / 2 / 3;
}

.new-styling.review-requests__external-request {
  grid-column: 1 / 2;
}

@media screen and (max-width: 1199px) {
  .new-styling.review-requests {
    grid-template-columns: 1.5fr 1.1fr;
  }
}

@media screen and (max-width: 991px) {
  .new-styling.review-requests {
    grid-template-columns: 1fr;
    grid-template-rows: auto;
  }
  .new-styling.review-requests__contacts {
    grid-area: 2 / 1 / 2 / 1;
  }
  .new-styling.review-requests__pending {
    grid-area: 3 / 1 / 3 / 1;
  }
  .new-styling.review-requests__title {
    grid-area: 1 / 1 / 1 / 1;
  }
}

.profile__featured-field {
  display: inline-block;
  border-radius: 8px;
  border: 1px solid #CACDCF;
  padding: 6px 8px;
}

.profile__featured-field--compact:not(:last-child)::after {
  content: '\2022';
}

.profile__featured-field__icon {
  height: 1em;
  margin: -3px 0.3em 0 0;
  vertical-align: middle;
  width: 1em;
}

.profile__featured-field__file-icon {
  fill: #444;
  fill-rule: evenodd;
}

.profile__featured-field--sign-up-link {
  color: #333333;
  position: relative;
}

.new-styling.search-card {
  position: relative;
  box-sizing: border-box;
  box-shadow: 0 0 0 1px #CACDCF;
  border-radius: 8px;
  padding: 24px;
}

.new-styling.search-card:hover {
  box-shadow: 0 0 0 2px #707070 inset;
}

.new-styling.search-card:hover .favourite-button:not(.disabled) svg, .new-styling.search-card:hover .favourite-button:not(.disabled) *[fill] {
  fill-opacity: 1;
}

.new-styling.search-card .card-avatar {
  width: 120px;
  height: 120px;
  flex: 0 0 120px;
  border-radius: 4px;
}

.new-styling.search-card .card-avatar img {
  max-width: 120px;
  max-height: 120px;
}

.new-styling.search-card .card-avatar--premium {
  background: #4CAF50;
  box-shadow: 0 0 0 2px #4CAF50;
}

.new-styling.search-card__link:hover {
  cursor: pointer;
}

.new-styling.search-card__link::after {
  content: '';
  top: 0;
  left: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  display: block;
  z-index: 1;
}

.new-styling.search-card .poke-button,
.new-styling.search-card .favourite-button {
  z-index: 2;
}

.new-styling.search-card .favourite-button svg, .new-styling.search-card .favourite-button *[fill] {
  fill-opacity: 0.5;
}

.new-styling.search-card .favourite-button:hover svg, .new-styling.search-card .favourite-button:hover *[fill] {
  fill-opacity: 1;
  fill: #4CAF50;
}

.new-styling.search-card .favourite-button.active svg, .new-styling.search-card .favourite-button.active *[fill] {
  fill-opacity: 1;
  fill: #4CAF50;
}

.new-styling.search-card .favourite-button.active:hover svg, .new-styling.search-card .favourite-button.active:hover *[fill] {
  fill-opacity: 0.5;
}

.new-styling.search-card .js-featured-fields .scrollable-container::-webkit-scrollbar {
  display: none;
}

@media screen and (min-width: 768px) {
  .new-styling.search-card:hover h4 {
    color: #4CAF50;
  }
}

@media screen and (max-width: 991px) {
  .new-styling.search-card {
    border-radius: 0;
    padding: 16px;
    box-shadow: none;
  }
  .new-styling.search-card:hover {
    box-shadow: none;
  }
  .new-styling.search-card .mobile-scrollable-fields::after {
    content: '';
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    position: absolute;
    pointer-events: none;
    box-shadow: -65px 0px 35px -35px #fff inset;
  }
  .new-styling.search-card .js-featured-fields {
    position: relative;
    z-index: 2;
  }
}

@media screen and (max-width: 767px) {
  .new-styling.search-card .card-avatar {
    width: 70px;
    height: 70px;
    flex: 0 0 70px;
  }
  .new-styling.search-card .card-avatar img {
    max-width: 70px;
    max-height: 70px;
  }
}

.new-styling.search-user-cards-wrapper {
  grid-auto-rows: auto;
}

.new-styling.search-user-cards-wrapper .top-banner {
  margin-bottom: 10px;
}

.new-styling.search-user-cards-wrapper .top-banner .new-styling.welcome-gift {
  padding: 12px 20px;
}

.new-styling.search-user-cards-wrapper .top-banner .new-styling.welcome-gift__image, .new-styling.search-user-cards-wrapper .top-banner .new-styling.welcome-gift__image svg {
  width: 58px;
  height: 51px;
}

@media screen and (max-width: 991px) {
  .new-styling.search-user-cards-wrapper {
    margin: 0 var(--search-margin);
  }
  .new-styling.search-user-cards-wrapper &gt; * {
    border-top: 1px solid #DEE0E2;
  }
  .new-styling.search-user-cards-wrapper &gt; *:last-child {
    border-bottom: 1px solid #DEE0E2;
  }
}

@media screen and (max-width: 767px) {
  .new-styling.search-user-cards-wrapper .top-banner .new-styling.welcome-gift {
    padding: 12px;
  }
  .new-styling.search-user-cards-wrapper .top-banner .new-styling.welcome-gift__image, .new-styling.search-user-cards-wrapper .top-banner .new-styling.welcome-gift__image svg {
    width: 72px;
    height: 64px;
  }
}

.new-styling.save-search-form__checkbox:not(:last-child) {
  margin-bottom: 20px;
}

.new-styling.save-search-form__checkbox-input {
  opacity: 0;
  position: absolute;
}

.new-styling.save-search-form__checkbox-input:checked + .new-styling.save-search-form__checkbox .save-search-form__checkbox-icon {
  background-color: #4CAF50;
  border-color: #4CAF50;
}

.new-styling.save-search-form__checkbox-label {
  display: flex;
  flex-direction: row;
  align-items: normal;
  justify-content: normal;
  align-items: center;
  margin: 0;
}

.new-styling.save-search-form__checkbox-icon {
  width: 24px;
  height: 24px;
  background-color: #fff;
  border: 1px solid #4CAF50;
  border-radius: 20%;
  content: '';
  display: inline-block;
  flex: 0 0 auto;
  margin-right: 1rem;
}

.new-styling.save-search-form__checkbox-icon::after {
  width: 8px;
  height: 12px;
  top: 4px;
  left: 7px;
  position: relative;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  content: '';
  display: block;
  transform: rotate(45deg);
}

.new-styling.save-search-form__filters {
  display: flex;
  flex-direction: row;
  align-items: normal;
  justify-content: normal;
  align-content: space-between;
  flex-wrap: wrap;
}

.new-styling.save-search-form__filter {
  flex: 0 0 100%;
  margin-bottom: 16px;
}

.new-styling.save-search-form__form &gt; form {
  margin: 20px 0;
}

@media screen and (min-width: 992px) {
  .new-styling.save-search-form__filters {
    margin: -24px -24px 0;
    padding: 24px 24px 8px;
  }
  .new-styling.save-search-form__filter {
    flex: 0 0 50%;
  }
  .new-styling.save-search-form__filter:nth-child(odd) {
    padding-right: 32px;
  }
  .new-styling.save-search-form__form {
    padding-top: 1.5rem;
  }
}

@media screen and (max-width: 991px) {
  .new-styling.save-search-form__filters {
    margin: -16px -16px 0;
    padding: 16px 16px 8px;
  }
  .new-styling.save-search-form__form {
    padding-top: 24px;
  }
}

.new-styling.save-search-link {
  width: -moz-fit-content;
  width: fit-content;
  height: auto;
}

.new-styling.save-search-link__icon {
  margin-left: 2px;
}

@media screen and (min-width: 768px) {
  .new-styling.save-search-link__icon {
    margin-bottom: -2px;
  }
}

@media screen and (max-width: 991px) {
  .new-styling.save-search-link__icon {
    margin-bottom: -4px;
  }
}

@media screen and (max-width: 767px) {
  .new-styling.save-search-link .tooltip,
.new-styling.save-search-link .tooltip-arrow {
    display: none !important;
  }
}

.new-styling.search-result-text-values {
  display: -webkit-box;
  max-height: 4.5rem;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
  /* autoprefixer: ignore next */
  -webkit-box-orient: vertical;
}

.new-styling.search-result-text-values p {
  margin: 0;
}

@media screen and (max-width: 991px) {
  .new-styling.search-result-text-values {
    display: -webkit-box;
    max-height: 3.9375rem;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
    /* autoprefixer: ignore next */
    -webkit-box-orient: vertical;
  }
}

.new-styling.pretty-search-header {
  min-height: 525px;
  border-top: 1px solid #CACDCF;
}

.new-styling.pretty-search-header__background {
  width: 60.66%;
}

.new-styling.pretty-search-header__side {
  max-width: 50%;
}

.new-styling.pretty-search-header__content {
  max-width: 570px;
}

.new-styling.pretty-search-header__images-container {
  max-width: 1000px;
}

.new-styling.pretty-search-header__image {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  border-radius: 4px;
}

.new-styling.pretty-search-header__image--wide {
  background-position: 90% center;
}

.new-styling.pretty-search-header__swiss-made-logo {
  bottom: 32px;
  right: 32px;
}

@media screen and (max-width: 1599px) {
  .new-styling.pretty-search-header {
    min-height: 450px;
  }
}

@media screen and (max-width: 991px) {
  .new-styling.pretty-search-header {
    min-height: 350px;
  }
}

@media screen and (max-width: 767px) {
  .new-styling.pretty-search-header {
    min-height: 0;
  }
  .new-styling.pretty-search-header__background {
    width: 100%;
  }
  .new-styling.pretty-search-header__side, .new-styling.pretty-search-header__content, .new-styling.pretty-search-header__images-container {
    max-width: none;
  }
  .new-styling.pretty-search-header__images-container {
    height: 250px;
  }
  .new-styling.pretty-search-header__image {
    border-radius: 0;
  }
}

.new-styling.benefit-icon {
  width: 32px;
  height: 32px;
  transform: scale(1.5);
}

.new-styling.benefit-icon circle {
  opacity: 0;
}

.new-styling.svg-character-gift__shade {
  stop-color: #357a38;
}

.new-styling.svg-character-gift__shade--heavier {
  stop-color: #2d682f;
}

.new-styling.svg-character__clothes-color-first {
  stop-color: #94cf96;
}

.new-styling.svg-character__clothes-color-second {
  stop-color: #48a64c;
}

.new-styling.svg-happy-people-rounded__man-shirt {
  fill: #9ec5a0;
}

.new-styling.svg-happy-people-rounded__woman-shirt-gradient {
  --from-color: #9ec5a0;
  --to-color: #3C8A40;
}

.new-styling.svg-landing-page-list-style-icon__background {
  fill: #ecf5ec;
}

.new-styling.svg-landing-page-list-style-icon__checkmark {
  fill: #4CAF50;
}

.new-styling.benefit-icon {
  width: 32px;
  height: 32px;
  transform: scale(1.5);
}

.new-styling.benefit-icon circle {
  opacity: 0;
}

.new-styling.svg-character-gift__shade {
  stop-color: #357a38;
}

.new-styling.svg-character-gift__shade--heavier {
  stop-color: #2d682f;
}

.new-styling.svg-character__clothes-color-first {
  stop-color: #94cf96;
}

.new-styling.svg-character__clothes-color-second {
  stop-color: #48a64c;
}

.new-styling.svg-happy-people-rounded__man-shirt {
  fill: #9ec5a0;
}

.new-styling.svg-happy-people-rounded__woman-shirt-gradient {
  --from-color: #9ec5a0;
  --to-color: #3C8A40;
}

.new-styling.svg-landing-page-list-style-icon__background {
  fill: #ecf5ec;
}

.new-styling.svg-landing-page-list-style-icon__checkmark {
  fill: #4CAF50;
}

.new-styling.wizard-congratulations__content {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 40px;
}

.new-styling.wizard-congratulations__text {
  max-width: 520px;
}

.new-styling.wizard-congratulations__image {
  width: 135px;
  height: 135px;
}

.new-styling.wizard-congratulations__premium-offer {
  padding: 24px;
  max-width: 630px;
  margin: auto;
}

.new-styling.wizard-congratulations__visited-profile {
  max-width: 630px;
  width: 100%;
}

.new-styling.wizard-congratulations__visited-profile + .new-styling.wizard-congratulations__welcome-gift {
  max-width: 532px;
  margin-top: -28px;
  padding: 0 16px;
}

.new-styling.wizard-congratulations__visited-profile + .new-styling.wizard-congratulations__welcome-gift .welcome-gift {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.new-styling.wizard-congratulations__visited-profile--job-offer {
  margin-bottom: 2.5rem;
}

.new-styling.wizard-congratulations__welcome-gift {
  margin: 0 auto 20px;
  width: 100%;
  max-width: 630px;
}

.new-styling.wizard-congratulations__buttons {
  display: flex;
  flex-direction: row;
  align-items: normal;
  justify-content: normal;
}

.new-styling.wizard-congratulations__buttons &gt; *:not(:last-child) {
  margin: 0;
  margin-right: 24px;
}

.new-styling.wizard-congratulations__button {
  width: 254px;
}

.new-styling.wizard-congratulations__button .btn {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding: 0 16px;
}

@media screen and (max-width: 767px) {
  .new-styling.wizard-congratulations__content {
    padding: 36px 16px 24px;
  }
  .new-styling.wizard-congratulations__image {
    width: 105px;
    height: 105px;
  }
  .new-styling.wizard-congratulations__visited-profile + .new-styling.wizard-congratulations__welcome-gift {
    padding: 0 8px;
  }
  .new-styling.wizard-congratulations__text {
    padding: 0 28px;
  }
  .new-styling.wizard-congratulations__premium-offer {
    padding: 24px 0;
    margin: auto auto 0;
  }
  .new-styling.wizard-congratulations__welcome-gift {
    margin: 10px 20px;
  }
  .new-styling.wizard-congratulations__button {
    width: 100%;
  }
  .new-styling.wizard-congratulations__button:not(:last-child) {
    margin: 0 0 16px;
  }
}

.new-styling.wizard-congratulations-delayed {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 10px 12px;
}

.new-styling.wizard-congratulations-delayed__image {
  margin-bottom: 40px;
}

.new-styling.wizard-congratulations-delayed__text {
  max-width: 520px;
}

.new-styling.wizard-congratulations-delayed__cta .new-styling.btn {
  padding: 0 24px;
}

.new-styling.wizard-congratulations-delayed__welcome-gift, .new-styling.wizard-congratulations-delayed__premium-offer {
  max-width: 754px;
  width: 100%;
}

.new-styling.wizard-congratulations-delayed__welcome-gift {
  margin-bottom: 24px;
  padding: 24px;
}

.new-styling.wizard-congratulations-delayed__welcome-gift .welcome-gift {
  display: flex;
  flex-direction: row;
  align-items: normal;
  justify-content: normal;
  padding: 0;
}

.new-styling.wizard-congratulations-delayed__welcome-gift .welcome-gift__actions {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  flex: 1;
  margin-left: 44px;
  margin-top: 0;
}

.new-styling.wizard-congratulations-delayed__welcome-gift-cta {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: block;
  max-width: 260px;
  padding: 16px;
}

.new-styling.wizard-congratulations-delayed__premium-offer {
  padding: 32px 24px 24px;
}

.new-styling.wizard-congratulations-delayed__premium-offer--extra-padded {
  padding-bottom: 32px;
}

@media screen and (max-width: 767px) {
  .new-styling.wizard-congratulations-delayed__image {
    width: 104px;
    height: 104px;
    margin-bottom: 24px;
  }
  .new-styling.wizard-congratulations-delayed__text {
    padding: 0 32px;
  }
  .new-styling.wizard-congratulations-delayed__cta {
    width: 100%;
  }
  .new-styling.wizard-congratulations-delayed__welcome-gift {
    margin-bottom: 16px;
    padding: 24px 12px 12px;
  }
  .new-styling.wizard-congratulations-delayed__welcome-gift .welcome-gift {
    flex-direction: column;
  }
  .new-styling.wizard-congratulations-delayed__welcome-gift .welcome-gift__actions {
    margin-left: 0;
    margin-top: 16px;
  }
  .new-styling.wizard-congratulations-delayed__premium-offer {
    padding: 24px 12px 12px;
  }
  .new-styling.wizard-congratulations-delayed__premium-offer--extra-padded {
    padding-bottom: 32px;
  }
}

.new-styling.wizard-premium-offer {
  padding: 0 24px;
}

.new-styling.wizard-premium-offer__text {
  margin-bottom: 24px;
}

.new-styling.wizard-premium-offer__benefits {
  display: flex;
  flex-direction: column;
  align-items: normal;
  justify-content: normal;
  align-items: flex-start;
  flex: 0 0 220px;
  margin: 0 0 0 32px;
}

.new-styling.wizard-premium-offer__benefits &gt; *:not(:last-child) {
  margin: 0;
  margin-bottom: 16px;
}

.new-styling.wizard-premium-offer__benefit {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}

.new-styling.wizard-premium-offer__benefit svg {
  min-width: 48px;
  min-height: 48px;
  width: 48px;
  height: 48px;
}

.new-styling.wizard-premium-offer__benefit svg circle {
  fill: #fff;
  opacity: 1;
}

.new-styling.wizard-premium-offer__cta {
  max-width: 356px;
  padding: 0 10px;
}

@media screen and (max-width: 767px) {
  .new-styling.wizard-premium-offer {
    flex-direction: column;
    padding: 0 12px;
  }
  .new-styling.wizard-premium-offer__text {
    margin-bottom: 16px;
  }
  .new-styling.wizard-premium-offer__benefits {
    flex: 1;
    margin: 24px 0 0;
  }
}

.new-styling.wizard-visited-profile {
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.12);
  display: block;
  padding: 24px 24px 16px;
  position: relative;
  text-decoration: none;
}

.new-styling.wizard-visited-profile__image {
  width: 80px;
  height: 80px;
  margin-right: 24px;
}

.new-styling.wizard-visited-profile__content {
  min-width: 0;
  padding-right: 128px;
}

.new-styling.wizard-visited-profile__name {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-bottom: 12px;
}

.new-styling.wizard-visited-profile__featured-fields {
  line-height: 140%;
}

.new-styling.wizard-visited-profile__description {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.new-styling.wizard-visited-profile__hourly-rate {
  top: 28px;
  right: 24px;
  position: absolute;
}

a.new-styling.wizard-visited-profile:hover {
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.12);
}

@media screen and (max-width: 767px) {
  .new-styling.wizard-visited-profile {
    padding: 12px;
  }
  .new-styling.wizard-visited-profile__image {
    width: 90px;
    height: 90px;
    margin-right: 12px;
  }
  .new-styling.wizard-visited-profile__content {
    padding-right: 0;
  }
  .new-styling.wizard-visited-profile__name {
    margin-bottom: 8px;
  }
  .new-styling.wizard-visited-profile__featured-fields {
    color: #999;
    line-height: 120%;
  }
  .new-styling.wizard-visited-profile__featured-fields strong {
    font-weight: normal;
  }
  .new-styling.wizard-visited-profile__featured-fields .profile__featured-field__file-icon {
    fill: #999;
  }
  .new-styling.wizard-visited-profile__hourly-rate {
    top: auto;
    bottom: 14px;
    right: 12px;
    position: absolute;
    font-size: 16px;
  }
}

.new-styling.wizard-visited-job-offer {
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
  display: block;
  padding: 24px 68px 24px 28px;
  text-decoration: none;
}

.new-styling.wizard-visited-job-offer__header {
  display: -webkit-box;
  max-height: 1.5rem;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  /* autoprefixer: ignore next */
  -webkit-box-orient: vertical;
  margin-bottom: 4px;
  word-break: break-all;
}

a.new-styling.wizard-visited-job-offer:hover {
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.12);
}

@media screen and (max-width: 767px) {
  .new-styling.wizard-visited-job-offer {
    max-width: 100%;
    padding: 24px;
  }
  .new-styling.wizard-visited-job-offer__header {
    margin-bottom: 12px;
    max-height: 8rem;
    -webkit-line-clamp: 2;
  }
  .new-styling.wizard-visited-job-offer__featured-fields {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
}

.new-styling.users-in-area {
  display: flex;
  flex-direction: row;
  align-items: normal;
  justify-content: normal;
  align-items: center;
  margin-top: 10px 0 16px;
}

.new-styling.users-in-area__icon {
  display: flex;
  flex-direction: row;
  align-items: normal;
  justify-content: normal;
  margin-right: 16px;
}

.new-styling.users-in-area__icon svg {
  width: 40px;
  height: 40px;
}

.new-styling.users-in-area__icon svg #users-group-icon-woman {
  stroke: #4CAF50;
}

.new-styling.users-in-area__count {
  display: contents;
}

.new-styling.wizard-dismissing-dialog__image {
  height: auto;
}

@media screen and (min-width: 768px) {
  .new-styling.wizard-dismissing-dialog__text {
    max-width: 400px;
  }
  .new-styling.wizard-dismissing-dialog__image-container {
    bottom: 0;
    right: 0;
    position: absolute;
  }
  .new-styling.wizard-dismissing-dialog__image {
    width: 300px;
    margin-right: -32px;
    margin-bottom: -32px;
  }
}

@media screen and (max-width: 767px) {
  .new-styling.wizard-dismissing-dialog__image {
    width: 200px;
  }
}

.new-styling.verification-step__number {
  width: 56px;
  height: 56px;
}

.new-styling.verification-step__number-line {
  width: 2px;
  flex: 1;
  background-color: rgba(76, 175, 80, 0.5);
}

.new-styling.verification-step__color-filled {
  background-color: rgba(88, 200, 93, 0.2);
}

.new-styling.verification__qr-code {
  min-height: 140px;
  min-width: 140px;
}

@media screen and (min-width: 992px) {
  .new-styling.verification__search-jobs-button-desktop {
    width: 50%;
  }
}

.new-styling.verification__pending_image_preview {
  flex-basis: 45%;
}

@media screen and (min-width: 768px) {
  .new-styling.verification__container {
    padding-top: 100px;
  }
}

.new-styling.user-guide-nav__link {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: normal;
  justify-content: normal;
  align-items: center;
  padding: 16px 40px 12px;
  background-color: #F6F7FA;
  text-decoration: none;
  border: solid #EAEDEF;
  border-width: 0 2px 0 0;
}

.new-styling.user-guide-nav__link:hover .new-styling.user-guide-nav__title {
  color: #4CAF50;
}

.new-styling.user-guide-nav__link:first-child {
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
}

.new-styling.user-guide-nav__link:last-child {
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
  border-width: 0;
}

@media screen and (max-width: 767px) {
  .new-styling.user-guide-nav__link {
    flex-direction: row;
    padding: 12px 16px;
    border-width: 0 0 2px 0;
  }
  .new-styling.user-guide-nav__link:first-child {
    border-bottom-left-radius: 0;
    border-top-right-radius: 8px;
  }
  .new-styling.user-guide-nav__link:last-child {
    border-top-right-radius: 0;
    border-bottom-left-radius: 8px;
  }
}

.new-styling.user-guide-questions__toggle {
  padding: 24px 0;
  border-top: 1px solid #DEE0E2;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

.new-styling.user-guide-questions__toggle::before {
  content: '';
  top: 0;
  left: -24px;
  bottom: 0;
  right: -24px;
  position: absolute;
  border-radius: 8px 8px 0 0;
}

.new-styling.user-guide-questions__toggle:not(.collapsed) {
  border-top-color: transparent;
}

.new-styling.user-guide-questions__toggle:not(.collapsed)::before {
  background-color: #F6F7FA;
}

.new-styling.user-guide-questions__toggle:not(.collapsed) .new-styling.user-guide-questions__icon {
  transform: rotate(90deg);
}

.new-styling.user-guide-questions__toggle:hover .new-styling.user-guide-questions__title {
  color: #4CAF50;
}

.new-styling.user-guide-questions__toggle:hover .new-styling.user-guide-questions__icon *[fill] {
  fill: #4CAF50;
}

.new-styling.user-guide-questions__toggle:first-child {
  border-top: none;
}

.new-styling.user-guide-questions__title {
  flex: 1 1 auto;
}

.new-styling.user-guide-questions__collapse {
  padding: 0 24px 24px;
  margin: 0 -24px;
  border-radius: 0 0 8px 8px;
}

.new-styling.user-guide-questions__collapse.transitioning + .new-styling.user-guide-questions__toggle, .new-styling.user-guide-questions__collapse.open + .new-styling.user-guide-questions__toggle {
  border-top-color: transparent;
}

.new-styling.user-guide-questions__collapse p, .new-styling.user-guide-questions__collapse ol, .new-styling.user-guide-questions__collapse ul {
  margin: 0;
}

@media screen and (max-width: 767px) {
  .new-styling.user-guide-questions__toggle {
    padding: 16px 15px;
    margin: 0 -15px;
  }
  .new-styling.user-guide-questions__toggle::before {
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    position: absolute;
    border-radius: 0;
  }
  .new-styling.user-guide-questions__collapse {
    padding: 0 15px 16px;
    margin: 0 -15px;
    border-radius: 0;
  }
}

.new-styling.browser-update__header h1 {
  max-width: 560px;
}

.new-styling.browser-update__text {
  max-width: 510px;
}

.new-styling.browser-update__browsers-panel {
  width: 896px;
  height: 248px;
}

.new-styling.carousel {
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  -ms-overflow-style: none;
  scrollbar-width: none;
}

.new-styling.carousel::-webkit-scrollbar {
  display: none;
}

.new-styling.carousel &gt; * {
  min-width: 100%;
  scroll-snap-align: center;
}

.navigation {
  border-bottom: 1px solid #DEE0E2;
}

.new-styling.pagination__not-allowed {
  pointer-events: initial !important;
  cursor: not-allowed;
}

.new-styling.pagination .page-btns &gt; * {
  max-width: 40px;
  height: auto;
  margin: 0 2px;
}

.new-styling.pagination__page-btn {
  color: #4a4a4a;
}

.new-styling.pagination__page-btn:hover {
  color: #4CAF50;
}

@media screen and (max-width: 767px) {
  .new-styling.pagination {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(2, 1fr);
    grid-template-areas: "btn-prev btn-next" "pagination pagination";
    grid-row-gap: 24px;
    grid-column-gap: 16px;
  }
  .new-styling.pagination .btn-next {
    grid-area: btn-next;
  }
  .new-styling.pagination .btn-prev {
    grid-area: btn-prev;
  }
  .new-styling.pagination .page-btns {
    grid-area: pagination;
  }
  .new-styling.pagination .page-btns &gt; * {
    width: 36px;
    height: 36px;
  }
}

.new-styling.oauth-button {
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.16);
}

.new-styling.search-panel__content {
  display: flex;
  justify-content: flex-end;
}

.new-styling.search-panel__filter-counter {
  width: 24px;
  height: 16px;
  top: -8px;
  left: -12px;
  position: absolute;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  background-color: #4CAF50;
  border: solid 1px #4CAF50;
  border-radius: 8px;
  color: #fff;
}

.new-styling.search-panel__sort-by {
  margin-right: 1.5rem;
}

.new-styling.search-panel__filters-button {
  height: 40px;
  padding: 0 8px !important;
}

.new-styling.search-panel__filters-button svg {
  margin: 0 8px 0 0 !important;
}

@media screen and (max-width: 1199px) {
  .new-styling.search-panel {
    width: 100%;
  }
  .new-styling.search-panel__sort-by {
    margin: 0 0 0 14px;
    width: 100%;
  }
  .new-styling.search-panel__filters-button {
    min-width: 88px;
  }
}

.new-styling.separator-with-text {
  position: relative;
  display: flex;
  justify-content: center;
  margin: 24px 0;
}

.new-styling.separator-with-text__text {
  z-index: 1;
  padding: 0 10px;
}

.new-styling.separator-with-text__line {
  top: 0;
  left: 0;
  bottom: 0;
  position: absolute;
  margin: auto;
}

.new-styling.sort-by {
  font-size: 16px;
  position: relative;
}

.new-styling.sort-by::after {
  content: '';
  width: 8px;
  height: 8px;
  top: 45%;
  right: 16px;
  position: absolute;
  transform: translateY(-60%) rotate(-45deg);
  border-bottom: 2px solid #4CAF50;
  border-left: 2px solid #4CAF50;
  pointer-events: none;
}

.new-styling.sort-by.open::after {
  transform: rotate(-225deg);
}

.new-styling.sort-by__option {
  height: 40px;
  padding: 0px 12px;
  cursor: pointer;
  min-width: 204px;
  white-space: nowrap;
}

.new-styling.sort-by__option:hover {
  background-color: #F6F7FA;
}

.new-styling.sort-by__option--selected {
  color: #4CAF50;
  background-color: rgba(76, 175, 80, 0.1);
}

@media screen and (max-width: 991px) {
  .new-styling.sort-by::after {
    content: none;
  }
  .new-styling.sort-by__option {
    padding: 0 8px;
  }
  .js-search-filters-actions {
    display: none;
    z-index: 20;
  }
  .js-search-filters-actions__scrolled {
    display: block;
  }
}

.new-styling.sticky-actions {
  bottom: -1px;
  position: sticky;
  z-index: 20;
}

.new-styling.sticky-actions--stuck {
  background: #fff;
  box-shadow: 0 -8px 24px rgba(0, 0, 0, 0.12);
  padding: 8px 16px 9px;
  width: calc(100% + 32px);
}

.new-styling.toggle {
  display: none;
}

.new-styling.toggle.text-black {
  color: #4a4a4a;
}

.new-styling.toggle.text-black svg:not(.svg-no-fill),
.new-styling.toggle.text-black svg:not(.svg-no-fill) *[fill] {
  fill: #fff;
}

.new-styling.toggle.text-black i {
  color: #fff;
}

.new-styling.toggle.icon-black {
  color: #fff;
}

.new-styling.toggle.icon-black svg:not(.svg-no-fill),
.new-styling.toggle.icon-black svg:not(.svg-no-fill) *[fill] {
  fill: #4a4a4a;
}

.new-styling.toggle.icon-black i {
  color: #4a4a4a;
}

.new-styling.toggle svg:not(.svg-no-fill),
.new-styling.toggle svg:not(.svg-no-fill) *[fill] {
  fill: #fff;
}

.new-styling.toggle + label {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
  color: #4CAF50;
  cursor: pointer;
  margin-bottom: 0;
  transition: all 0.3s linear;
}

.new-styling.toggle + label.disabled, .new-styling.toggle + label:disabled {
  color: #999;
}

.new-styling.toggle + label.disabled svg:not(.svg-no-fill),
.new-styling.toggle + label.disabled svg:not(.svg-no-fill) *[fill], .new-styling.toggle + label:disabled svg:not(.svg-no-fill),
.new-styling.toggle + label:disabled svg:not(.svg-no-fill) *[fill] {
  fill: #999;
}

.new-styling.toggle + label.disabled i, .new-styling.toggle + label:disabled i {
  color: #999;
}

.new-styling.toggle:checked + label {
  background-color: #fff;
  color: #4a4a4a;
  box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.12);
}

.new-styling.toggle:checked + label.disabled, .new-styling.toggle:checked + label:disabled {
  color: #999;
}

.new-styling.toggle:checked + label.disabled svg:not(.svg-no-fill),
.new-styling.toggle:checked + label.disabled svg:not(.svg-no-fill) *[fill], .new-styling.toggle:checked + label:disabled svg:not(.svg-no-fill),
.new-styling.toggle:checked + label:disabled svg:not(.svg-no-fill) *[fill] {
  fill: #999;
}

.new-styling.toggle:checked + label.disabled i, .new-styling.toggle:checked + label:disabled i {
  color: #999;
}

.new-styling.toggle-wrapper.toggle-wrapper-438 {
  max-width: 438px;
  height: 56px;
  display: flex;
  padding: 4px;
}

.new-styling.toggle-wrapper.toggle-wrapper-h-56-flex {
  max-width: 100%;
  height: 56px;
  display: flex;
  padding: 4px;
}

.new-styling.toggle-wrapper.toggle-wrapper-343 {
  max-width: 343px;
  height: 48px;
  display: flex;
  padding: 4px;
}

.new-styling.toggle-wrapper.toggle-wrapper-h-48-flex {
  max-width: 100%;
  height: 48px;
  display: flex;
  padding: 4px;
}

.new-styling.toggle-wrapper.toggle-wrapper-mw-none {
  max-width: none;
  height: 48px;
  display: flex;
  padding: 4px;
}

@media screen and (max-width: 991px) {
  .new-styling.toggle-wrapper.sm-toggle-wrapper-438 {
    max-width: 438px;
    height: 56px;
    display: flex;
    padding: 4px;
  }
  .new-styling.toggle-wrapper.sm-toggle-wrapper-h-56-flex {
    max-width: 100%;
    height: 56px;
    display: flex;
    padding: 4px;
  }
  .new-styling.toggle-wrapper.sm-toggle-wrapper-343 {
    max-width: 343px;
    height: 48px;
    display: flex;
    padding: 4px;
  }
  .new-styling.toggle-wrapper.sm-toggle-wrapper-h-48-flex {
    max-width: 100%;
    height: 48px;
    display: flex;
    padding: 4px;
  }
  .new-styling.toggle-wrapper.sm-toggle-wrapper-mw-none {
    max-width: none;
    height: 48px;
    display: flex;
    padding: 4px;
  }
}

@media screen and (max-width: 767px) {
  .new-styling.toggle-wrapper.xs-toggle-wrapper-438 {
    max-width: 438px;
    height: 56px;
    display: flex;
    padding: 4px;
  }
  .new-styling.toggle-wrapper.xs-toggle-wrapper-h-56-flex {
    max-width: 100%;
    height: 56px;
    display: flex;
    padding: 4px;
  }
  .new-styling.toggle-wrapper.xs-toggle-wrapper-343 {
    max-width: 343px;
    height: 48px;
    display: flex;
    padding: 4px;
  }
  .new-styling.toggle-wrapper.xs-toggle-wrapper-h-48-flex {
    max-width: 100%;
    height: 48px;
    display: flex;
    padding: 4px;
  }
  .new-styling.toggle-wrapper.xs-toggle-wrapper-mw-none {
    max-width: none;
    height: 48px;
    display: flex;
    padding: 4px;
  }
}

.error-page__place-input {
  max-width: 180px;
}

.error-page__role-select {
  border-left: 1px solid;
}

.error-page select {
  -webkit-appearance: none;
  -moz-appearance: none;
}

.error-page select:hover {
  background: #fff !important;
}

@media screen and (max-width: 1199px) {
  .error-page__place-input {
    max-width: 100%;
  }
  .error-page__role-select {
    border-left: none;
  }
}

.new-styling.faq-page {
  max-width: 1140px;
  width: 100%;
  margin: 0 auto;
}

.new-styling.faq-page .faq-chevron::after, .new-styling.faq-page .faq-chevron::before {
  content: '';
  position: absolute;
  width: 18px;
  height: 2px;
  background-color: #4a4a4a;
  transition: transform .3s;
  top: 50%;
  left: 50%;
  transform: translate(-50%);
}

.new-styling.faq-page .faq-chevron::before {
  transform: translate(-50%) rotate(90deg);
}

.new-styling.faq-page .faq-question:not(.collapsed) .faq-chevron::before {
  transform: translate(-50%) rotate(0deg);
}

.new-styling.faq-page .faq-chevron:hover::after, .new-styling.faq-page .faq-chevron:hover::before {
  background-color: #4CAF50;
}

.new-styling.faq-page .faq-question:hover .faq-chevron::before,
.new-styling.faq-page .faq-question:hover .faq-chevron::after {
  background-color: #4CAF50;
}

@media screen and (max-width: 991px) {
  .new-styling.faq-page {
    padding: 0 16px;
  }
}
</pre></body></html>