@charset "UTF-8";
/*
sm  -   360 - 767  
md  -  768 - 1023
lg  -  1024 - 1439
xl  -  1440 - 1919
xxl -  >1920
*/
@font-face {
  font-family: "Poppins";
  src: url(../fonts/b1c32aa57ad5bc9998dddd0131296064.ttf) format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: "Poppins";
  src: url(../fonts/ec09da7214e9dc1e86ca161053cc6ad7.ttf) format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: "Poppins";
  src: url(../fonts/4e2dc0d293b53de4df92424cf0563d14.ttf) format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: "Poppins";
  src: url(../fonts/ccfdd78d095fe3607726da612d40597a.ttf) format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: "Poppins";
  src: url(../fonts/53e02b634e42240b89d8cd942c7a4ae8.ttf) format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: "Poppins";
  src: url(../fonts/811983a93d6817529003ffa15205e4d2.ttf) format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap; }

/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url(../fonts/8b43027f47b20503057dfbbaa9401fef.eot);
  src: url(../fonts/8b43027f47b20503057dfbbaa9401fef.eot?#iefix&v=4.7.0) format("embedded-opentype"), url(../fonts/20fd1704ea223900efa9fd4e869efb08.woff2) format("woff2"), url(../fonts/f691f37e57f04c152e2315ab7dbad881.woff) format("woff"), url(../fonts/1e59d2330b4c6deb84b340635ed36249.ttf) format("truetype"), url(../img/c1e38fd9e0e74ba58f7a2b77ef29fdd3.svg#fontawesomeregular) format("svg");
  font-weight: normal;
  font-style: normal; }

.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.33333em;
  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.28571em;
  text-align: center; }

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

.fa-li {
  position: absolute;
  left: -2.14286em;
  width: 2.14286em;
  top: 0.14286em;
  text-align: center; }
  .fa-li.fa-lg {
    left: -1.85714em; }

.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eee;
  border-radius: .1em; }

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

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

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

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

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

.pull-left {
  float: left; }

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

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

.fa-spin {
  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: #fff; }

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: ""; }

.fa-music:before {
  content: ""; }

.fa-search:before {
  content: ""; }

.fa-envelope-o:before {
  content: ""; }

.fa-heart:before {
  content: ""; }

.fa-star:before {
  content: ""; }

.fa-star-o:before {
  content: ""; }

.fa-user:before {
  content: ""; }

.fa-film:before {
  content: ""; }

.fa-th-large:before {
  content: ""; }

.fa-th:before {
  content: ""; }

.fa-th-list:before {
  content: ""; }

.fa-check:before {
  content: ""; }

.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: ""; }

.fa-search-plus:before {
  content: ""; }

.fa-search-minus:before {
  content: ""; }

.fa-power-off:before {
  content: ""; }

.fa-signal:before {
  content: ""; }

.fa-gear:before,
.fa-cog:before {
  content: ""; }

.fa-trash-o:before {
  content: ""; }

.fa-home:before {
  content: ""; }

.fa-file-o:before {
  content: ""; }

.fa-clock-o:before {
  content: ""; }

.fa-road:before {
  content: ""; }

.fa-download:before {
  content: ""; }

.fa-arrow-circle-o-down:before {
  content: ""; }

.fa-arrow-circle-o-up:before {
  content: ""; }

.fa-inbox:before {
  content: ""; }

.fa-play-circle-o:before {
  content: ""; }

.fa-rotate-right:before,
.fa-repeat:before {
  content: ""; }

.fa-refresh:before {
  content: ""; }

.fa-list-alt:before {
  content: ""; }

.fa-lock:before {
  content: ""; }

.fa-flag:before {
  content: ""; }

.fa-headphones:before {
  content: ""; }

.fa-volume-off:before {
  content: ""; }

.fa-volume-down:before {
  content: ""; }

.fa-volume-up:before {
  content: ""; }

.fa-qrcode:before {
  content: ""; }

.fa-barcode:before {
  content: ""; }

.fa-tag:before {
  content: ""; }

.fa-tags:before {
  content: ""; }

.fa-book:before {
  content: ""; }

.fa-bookmark:before {
  content: ""; }

.fa-print:before {
  content: ""; }

.fa-camera:before {
  content: ""; }

.fa-font:before {
  content: ""; }

.fa-bold:before {
  content: ""; }

.fa-italic:before {
  content: ""; }

.fa-text-height:before {
  content: ""; }

.fa-text-width:before {
  content: ""; }

.fa-align-left:before {
  content: ""; }

.fa-align-center:before {
  content: ""; }

.fa-align-right:before {
  content: ""; }

.fa-align-justify:before {
  content: ""; }

.fa-list:before {
  content: ""; }

.fa-dedent:before,
.fa-outdent:before {
  content: ""; }

.fa-indent:before {
  content: ""; }

.fa-video-camera:before {
  content: ""; }

.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: ""; }

.fa-pencil:before {
  content: ""; }

.fa-map-marker:before {
  content: ""; }

.fa-adjust:before {
  content: ""; }

.fa-tint:before {
  content: ""; }

.fa-edit:before,
.fa-pencil-square-o:before {
  content: ""; }

.fa-share-square-o:before {
  content: ""; }

.fa-check-square-o:before {
  content: ""; }

.fa-arrows:before {
  content: ""; }

.fa-step-backward:before {
  content: ""; }

.fa-fast-backward:before {
  content: ""; }

.fa-backward:before {
  content: ""; }

.fa-play:before {
  content: ""; }

.fa-pause:before {
  content: ""; }

.fa-stop:before {
  content: ""; }

.fa-forward:before {
  content: ""; }

.fa-fast-forward:before {
  content: ""; }

.fa-step-forward:before {
  content: ""; }

.fa-eject:before {
  content: ""; }

.fa-chevron-left:before {
  content: ""; }

.fa-chevron-right:before {
  content: ""; }

.fa-plus-circle:before {
  content: ""; }

.fa-minus-circle:before {
  content: ""; }

.fa-times-circle:before {
  content: ""; }

.fa-check-circle:before {
  content: ""; }

.fa-question-circle:before {
  content: ""; }

.fa-info-circle:before {
  content: ""; }

.fa-crosshairs:before {
  content: ""; }

.fa-times-circle-o:before {
  content: ""; }

.fa-check-circle-o:before {
  content: ""; }

.fa-ban:before {
  content: ""; }

.fa-arrow-left:before {
  content: ""; }

.fa-arrow-right:before {
  content: ""; }

.fa-arrow-up:before {
  content: ""; }

.fa-arrow-down:before {
  content: ""; }

.fa-mail-forward:before,
.fa-share:before {
  content: ""; }

.fa-expand:before {
  content: ""; }

.fa-compress:before {
  content: ""; }

.fa-plus:before {
  content: ""; }

.fa-minus:before {
  content: ""; }

.fa-asterisk:before {
  content: ""; }

.fa-exclamation-circle:before {
  content: ""; }

.fa-gift:before {
  content: ""; }

.fa-leaf:before {
  content: ""; }

.fa-fire:before {
  content: ""; }

.fa-eye:before {
  content: ""; }

.fa-eye-slash:before {
  content: ""; }

.fa-warning:before,
.fa-exclamation-triangle:before {
  content: ""; }

.fa-plane:before {
  content: ""; }

.fa-calendar:before {
  content: ""; }

.fa-random:before {
  content: ""; }

.fa-comment:before {
  content: ""; }

.fa-magnet:before {
  content: ""; }

.fa-chevron-up:before {
  content: ""; }

.fa-chevron-down:before {
  content: ""; }

.fa-retweet:before {
  content: ""; }

.fa-shopping-cart:before {
  content: ""; }

.fa-folder:before {
  content: ""; }

.fa-folder-open:before {
  content: ""; }

.fa-arrows-v:before {
  content: ""; }

.fa-arrows-h:before {
  content: ""; }

.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: ""; }

.fa-twitter-square:before {
  content: ""; }

.fa-facebook-square:before {
  content: ""; }

.fa-camera-retro:before {
  content: ""; }

.fa-key:before {
  content: ""; }

.fa-gears:before,
.fa-cogs:before {
  content: ""; }

.fa-comments:before {
  content: ""; }

.fa-thumbs-o-up:before {
  content: ""; }

.fa-thumbs-o-down:before {
  content: ""; }

.fa-star-half:before {
  content: ""; }

.fa-heart-o:before {
  content: ""; }

.fa-sign-out:before {
  content: ""; }

.fa-linkedin-square:before {
  content: ""; }

.fa-thumb-tack:before {
  content: ""; }

.fa-external-link:before {
  content: ""; }

.fa-sign-in:before {
  content: ""; }

.fa-trophy:before {
  content: ""; }

.fa-github-square:before {
  content: ""; }

.fa-upload:before {
  content: ""; }

.fa-lemon-o:before {
  content: ""; }

.fa-phone:before {
  content: ""; }

.fa-square-o:before {
  content: ""; }

.fa-bookmark-o:before {
  content: ""; }

.fa-phone-square:before {
  content: ""; }

.fa-twitter:before {
  content: ""; }

.fa-facebook-f:before,
.fa-facebook:before {
  content: ""; }

.fa-github:before {
  content: ""; }

.fa-unlock:before {
  content: ""; }

.fa-credit-card:before {
  content: ""; }

.fa-feed:before,
.fa-rss:before {
  content: ""; }

.fa-hdd-o:before {
  content: ""; }

.fa-bullhorn:before {
  content: ""; }

.fa-bell:before {
  content: ""; }

.fa-certificate:before {
  content: ""; }

.fa-hand-o-right:before {
  content: ""; }

.fa-hand-o-left:before {
  content: ""; }

.fa-hand-o-up:before {
  content: ""; }

.fa-hand-o-down:before {
  content: ""; }

.fa-arrow-circle-left:before {
  content: ""; }

.fa-arrow-circle-right:before {
  content: ""; }

.fa-arrow-circle-up:before {
  content: ""; }

.fa-arrow-circle-down:before {
  content: ""; }

.fa-globe:before {
  content: ""; }

.fa-wrench:before {
  content: ""; }

.fa-tasks:before {
  content: ""; }

.fa-filter:before {
  content: ""; }

.fa-briefcase:before {
  content: ""; }

.fa-arrows-alt:before {
  content: ""; }

.fa-group:before,
.fa-users:before {
  content: ""; }

.fa-chain:before,
.fa-link:before {
  content: ""; }

.fa-cloud:before {
  content: ""; }

.fa-flask:before {
  content: ""; }

.fa-cut:before,
.fa-scissors:before {
  content: ""; }

.fa-copy:before,
.fa-files-o:before {
  content: ""; }

.fa-paperclip:before {
  content: ""; }

.fa-save:before,
.fa-floppy-o:before {
  content: ""; }

.fa-square:before {
  content: ""; }

.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: ""; }

.fa-list-ul:before {
  content: ""; }

.fa-list-ol:before {
  content: ""; }

.fa-strikethrough:before {
  content: ""; }

.fa-underline:before {
  content: ""; }

.fa-table:before {
  content: ""; }

.fa-magic:before {
  content: ""; }

.fa-truck:before {
  content: ""; }

.fa-pinterest:before {
  content: ""; }

.fa-pinterest-square:before {
  content: ""; }

.fa-google-plus-square:before {
  content: ""; }

.fa-google-plus:before {
  content: ""; }

.fa-money:before {
  content: ""; }

.fa-caret-down:before {
  content: ""; }

.fa-caret-up:before {
  content: ""; }

.fa-caret-left:before {
  content: ""; }

.fa-caret-right:before {
  content: ""; }

.fa-columns:before {
  content: ""; }

.fa-unsorted:before,
.fa-sort:before {
  content: ""; }

.fa-sort-down:before,
.fa-sort-desc:before {
  content: ""; }

.fa-sort-up:before,
.fa-sort-asc:before {
  content: ""; }

.fa-envelope:before {
  content: ""; }

.fa-linkedin:before {
  content: ""; }

.fa-rotate-left:before,
.fa-undo:before {
  content: ""; }

.fa-legal:before,
.fa-gavel:before {
  content: ""; }

.fa-dashboard:before,
.fa-tachometer:before {
  content: ""; }

.fa-comment-o:before {
  content: ""; }

.fa-comments-o:before {
  content: ""; }

.fa-flash:before,
.fa-bolt:before {
  content: ""; }

.fa-sitemap:before {
  content: ""; }

.fa-umbrella:before {
  content: ""; }

.fa-paste:before,
.fa-clipboard:before {
  content: ""; }

.fa-lightbulb-o:before {
  content: ""; }

.fa-exchange:before {
  content: ""; }

.fa-cloud-download:before {
  content: ""; }

.fa-cloud-upload:before {
  content: ""; }

.fa-user-md:before {
  content: ""; }

.fa-stethoscope:before {
  content: ""; }

.fa-suitcase:before {
  content: ""; }

.fa-bell-o:before {
  content: ""; }

.fa-coffee:before {
  content: ""; }

.fa-cutlery:before {
  content: ""; }

.fa-file-text-o:before {
  content: ""; }

.fa-building-o:before {
  content: ""; }

.fa-hospital-o:before {
  content: ""; }

.fa-ambulance:before {
  content: ""; }

.fa-medkit:before {
  content: ""; }

.fa-fighter-jet:before {
  content: ""; }

.fa-beer:before {
  content: ""; }

.fa-h-square:before {
  content: ""; }

.fa-plus-square:before {
  content: ""; }

.fa-angle-double-left:before {
  content: ""; }

.fa-angle-double-right:before {
  content: ""; }

.fa-angle-double-up:before {
  content: ""; }

.fa-angle-double-down:before {
  content: ""; }

.fa-angle-left:before {
  content: ""; }

.fa-angle-right:before {
  content: ""; }

.fa-angle-up:before {
  content: ""; }

.fa-angle-down:before {
  content: ""; }

.fa-desktop:before {
  content: ""; }

.fa-laptop:before {
  content: ""; }

.fa-tablet:before {
  content: ""; }

.fa-mobile-phone:before,
.fa-mobile:before {
  content: ""; }

.fa-circle-o:before {
  content: ""; }

.fa-quote-left:before {
  content: ""; }

.fa-quote-right:before {
  content: ""; }

.fa-spinner:before {
  content: ""; }

.fa-circle:before {
  content: ""; }

.fa-mail-reply:before,
.fa-reply:before {
  content: ""; }

.fa-github-alt:before {
  content: ""; }

.fa-folder-o:before {
  content: ""; }

.fa-folder-open-o:before {
  content: ""; }

.fa-smile-o:before {
  content: ""; }

.fa-frown-o:before {
  content: ""; }

.fa-meh-o:before {
  content: ""; }

.fa-gamepad:before {
  content: ""; }

.fa-keyboard-o:before {
  content: ""; }

.fa-flag-o:before {
  content: ""; }

.fa-flag-checkered:before {
  content: ""; }

.fa-terminal:before {
  content: ""; }

.fa-code:before {
  content: ""; }

.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: ""; }

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: ""; }

.fa-location-arrow:before {
  content: ""; }

.fa-crop:before {
  content: ""; }

.fa-code-fork:before {
  content: ""; }

.fa-unlink:before,
.fa-chain-broken:before {
  content: ""; }

.fa-question:before {
  content: ""; }

.fa-info:before {
  content: ""; }

.fa-exclamation:before {
  content: ""; }

.fa-superscript:before {
  content: ""; }

.fa-subscript:before {
  content: ""; }

.fa-eraser:before {
  content: ""; }

.fa-puzzle-piece:before {
  content: ""; }

.fa-microphone:before {
  content: ""; }

.fa-microphone-slash:before {
  content: ""; }

.fa-shield:before {
  content: ""; }

.fa-calendar-o:before {
  content: ""; }

.fa-fire-extinguisher:before {
  content: ""; }

.fa-rocket:before {
  content: ""; }

.fa-maxcdn:before {
  content: ""; }

.fa-chevron-circle-left:before {
  content: ""; }

.fa-chevron-circle-right:before {
  content: ""; }

.fa-chevron-circle-up:before {
  content: ""; }

.fa-chevron-circle-down:before {
  content: ""; }

.fa-html5:before {
  content: ""; }

.fa-css3:before {
  content: ""; }

.fa-anchor:before {
  content: ""; }

.fa-unlock-alt:before {
  content: ""; }

.fa-bullseye:before {
  content: ""; }

.fa-ellipsis-h:before {
  content: ""; }

.fa-ellipsis-v:before {
  content: ""; }

.fa-rss-square:before {
  content: ""; }

.fa-play-circle:before {
  content: ""; }

.fa-ticket:before {
  content: ""; }

.fa-minus-square:before {
  content: ""; }

.fa-minus-square-o:before {
  content: ""; }

.fa-level-up:before {
  content: ""; }

.fa-level-down:before {
  content: ""; }

.fa-check-square:before {
  content: ""; }

.fa-pencil-square:before {
  content: ""; }

.fa-external-link-square:before {
  content: ""; }

.fa-share-square:before {
  content: ""; }

.fa-compass:before {
  content: ""; }

.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: ""; }

.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: ""; }

.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: ""; }

.fa-euro:before,
.fa-eur:before {
  content: ""; }

.fa-gbp:before {
  content: ""; }

.fa-dollar:before,
.fa-usd:before {
  content: ""; }

.fa-rupee:before,
.fa-inr:before {
  content: ""; }

.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: ""; }

.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: ""; }

.fa-won:before,
.fa-krw:before {
  content: ""; }

.fa-bitcoin:before,
.fa-btc:before {
  content: ""; }

.fa-file:before {
  content: ""; }

.fa-file-text:before {
  content: ""; }

.fa-sort-alpha-asc:before {
  content: ""; }

.fa-sort-alpha-desc:before {
  content: ""; }

.fa-sort-amount-asc:before {
  content: ""; }

.fa-sort-amount-desc:before {
  content: ""; }

.fa-sort-numeric-asc:before {
  content: ""; }

.fa-sort-numeric-desc:before {
  content: ""; }

.fa-thumbs-up:before {
  content: ""; }

.fa-thumbs-down:before {
  content: ""; }

.fa-youtube-square:before {
  content: ""; }

.fa-youtube:before {
  content: ""; }

.fa-xing:before {
  content: ""; }

.fa-xing-square:before {
  content: ""; }

.fa-youtube-play:before {
  content: ""; }

.fa-dropbox:before {
  content: ""; }

.fa-stack-overflow:before {
  content: ""; }

.fa-instagram:before {
  content: ""; }

.fa-flickr:before {
  content: ""; }

.fa-adn:before {
  content: ""; }

.fa-bitbucket:before {
  content: ""; }

.fa-bitbucket-square:before {
  content: ""; }

.fa-tumblr:before {
  content: ""; }

.fa-tumblr-square:before {
  content: ""; }

.fa-long-arrow-down:before {
  content: ""; }

.fa-long-arrow-up:before {
  content: ""; }

.fa-long-arrow-left:before {
  content: ""; }

.fa-long-arrow-right:before {
  content: ""; }

.fa-apple:before {
  content: ""; }

.fa-windows:before {
  content: ""; }

.fa-android:before {
  content: ""; }

.fa-linux:before {
  content: ""; }

.fa-dribbble:before {
  content: ""; }

.fa-skype:before {
  content: ""; }

.fa-foursquare:before {
  content: ""; }

.fa-trello:before {
  content: ""; }

.fa-female:before {
  content: ""; }

.fa-male:before {
  content: ""; }

.fa-gittip:before,
.fa-gratipay:before {
  content: ""; }

.fa-sun-o:before {
  content: ""; }

.fa-moon-o:before {
  content: ""; }

.fa-archive:before {
  content: ""; }

.fa-bug:before {
  content: ""; }

.fa-vk:before {
  content: ""; }

.fa-weibo:before {
  content: ""; }

.fa-renren:before {
  content: ""; }

.fa-pagelines:before {
  content: ""; }

.fa-stack-exchange:before {
  content: ""; }

.fa-arrow-circle-o-right:before {
  content: ""; }

.fa-arrow-circle-o-left:before {
  content: ""; }

.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: ""; }

.fa-dot-circle-o:before {
  content: ""; }

.fa-wheelchair:before {
  content: ""; }

.fa-vimeo-square:before {
  content: ""; }

.fa-turkish-lira:before,
.fa-try:before {
  content: ""; }

.fa-plus-square-o:before {
  content: ""; }

.fa-space-shuttle:before {
  content: ""; }

.fa-slack:before {
  content: ""; }

.fa-envelope-square:before {
  content: ""; }

.fa-wordpress:before {
  content: ""; }

.fa-openid:before {
  content: ""; }

.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: ""; }

.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: ""; }

.fa-yahoo:before {
  content: ""; }

.fa-google:before {
  content: ""; }

.fa-reddit:before {
  content: ""; }

.fa-reddit-square:before {
  content: ""; }

.fa-stumbleupon-circle:before {
  content: ""; }

.fa-stumbleupon:before {
  content: ""; }

.fa-delicious:before {
  content: ""; }

.fa-digg:before {
  content: ""; }

.fa-pied-piper-pp:before {
  content: ""; }

.fa-pied-piper-alt:before {
  content: ""; }

.fa-drupal:before {
  content: ""; }

.fa-joomla:before {
  content: ""; }

.fa-language:before {
  content: ""; }

.fa-fax:before {
  content: ""; }

.fa-building:before {
  content: ""; }

.fa-child:before {
  content: ""; }

.fa-paw:before {
  content: ""; }

.fa-spoon:before {
  content: ""; }

.fa-cube:before {
  content: ""; }

.fa-cubes:before {
  content: ""; }

.fa-behance:before {
  content: ""; }

.fa-behance-square:before {
  content: ""; }

.fa-steam:before {
  content: ""; }

.fa-steam-square:before {
  content: ""; }

.fa-recycle:before {
  content: ""; }

.fa-automobile:before,
.fa-car:before {
  content: ""; }

.fa-cab:before,
.fa-taxi:before {
  content: ""; }

.fa-tree:before {
  content: ""; }

.fa-spotify:before {
  content: ""; }

.fa-deviantart:before {
  content: ""; }

.fa-soundcloud:before {
  content: ""; }

.fa-database:before {
  content: ""; }

.fa-file-pdf-o:before {
  content: ""; }

.fa-file-word-o:before {
  content: ""; }

.fa-file-excel-o:before {
  content: ""; }

.fa-file-powerpoint-o:before {
  content: ""; }

.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: ""; }

.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: ""; }

.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: ""; }

.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: ""; }

.fa-file-code-o:before {
  content: ""; }

.fa-vine:before {
  content: ""; }

.fa-codepen:before {
  content: ""; }

.fa-jsfiddle:before {
  content: ""; }

.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: ""; }

.fa-circle-o-notch:before {
  content: ""; }

.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
  content: ""; }

.fa-ge:before,
.fa-empire:before {
  content: ""; }

.fa-git-square:before {
  content: ""; }

.fa-git:before {
  content: ""; }

.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: ""; }

.fa-tencent-weibo:before {
  content: ""; }

.fa-qq:before {
  content: ""; }

.fa-wechat:before,
.fa-weixin:before {
  content: ""; }

.fa-send:before,
.fa-paper-plane:before {
  content: ""; }

.fa-send-o:before,
.fa-paper-plane-o:before {
  content: ""; }

.fa-history:before {
  content: ""; }

.fa-circle-thin:before {
  content: ""; }

.fa-header:before {
  content: ""; }

.fa-paragraph:before {
  content: ""; }

.fa-sliders:before {
  content: ""; }

.fa-share-alt:before {
  content: ""; }

.fa-share-alt-square:before {
  content: ""; }

.fa-bomb:before {
  content: ""; }

.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: ""; }

.fa-tty:before {
  content: ""; }

.fa-binoculars:before {
  content: ""; }

.fa-plug:before {
  content: ""; }

.fa-slideshare:before {
  content: ""; }

.fa-twitch:before {
  content: ""; }

.fa-yelp:before {
  content: ""; }

.fa-newspaper-o:before {
  content: ""; }

.fa-wifi:before {
  content: ""; }

.fa-calculator:before {
  content: ""; }

.fa-paypal:before {
  content: ""; }

.fa-google-wallet:before {
  content: ""; }

.fa-cc-visa:before {
  content: ""; }

.fa-cc-mastercard:before {
  content: ""; }

.fa-cc-discover:before {
  content: ""; }

.fa-cc-amex:before {
  content: ""; }

.fa-cc-paypal:before {
  content: ""; }

.fa-cc-stripe:before {
  content: ""; }

.fa-bell-slash:before {
  content: ""; }

.fa-bell-slash-o:before {
  content: ""; }

.fa-trash:before {
  content: ""; }

.fa-copyright:before {
  content: ""; }

.fa-at:before {
  content: ""; }

.fa-eyedropper:before {
  content: ""; }

.fa-paint-brush:before {
  content: ""; }

.fa-birthday-cake:before {
  content: ""; }

.fa-area-chart:before {
  content: ""; }

.fa-pie-chart:before {
  content: ""; }

.fa-line-chart:before {
  content: ""; }

.fa-lastfm:before {
  content: ""; }

.fa-lastfm-square:before {
  content: ""; }

.fa-toggle-off:before {
  content: ""; }

.fa-toggle-on:before {
  content: ""; }

.fa-bicycle:before {
  content: ""; }

.fa-bus:before {
  content: ""; }

.fa-ioxhost:before {
  content: ""; }

.fa-angellist:before {
  content: ""; }

.fa-cc:before {
  content: ""; }

.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: ""; }

.fa-meanpath:before {
  content: ""; }

.fa-buysellads:before {
  content: ""; }

.fa-connectdevelop:before {
  content: ""; }

.fa-dashcube:before {
  content: ""; }

.fa-forumbee:before {
  content: ""; }

.fa-leanpub:before {
  content: ""; }

.fa-sellsy:before {
  content: ""; }

.fa-shirtsinbulk:before {
  content: ""; }

.fa-simplybuilt:before {
  content: ""; }

.fa-skyatlas:before {
  content: ""; }

.fa-cart-plus:before {
  content: ""; }

.fa-cart-arrow-down:before {
  content: ""; }

.fa-diamond:before {
  content: ""; }

.fa-ship:before {
  content: ""; }

.fa-user-secret:before {
  content: ""; }

.fa-motorcycle:before {
  content: ""; }

.fa-street-view:before {
  content: ""; }

.fa-heartbeat:before {
  content: ""; }

.fa-venus:before {
  content: ""; }

.fa-mars:before {
  content: ""; }

.fa-mercury:before {
  content: ""; }

.fa-intersex:before,
.fa-transgender:before {
  content: ""; }

.fa-transgender-alt:before {
  content: ""; }

.fa-venus-double:before {
  content: ""; }

.fa-mars-double:before {
  content: ""; }

.fa-venus-mars:before {
  content: ""; }

.fa-mars-stroke:before {
  content: ""; }

.fa-mars-stroke-v:before {
  content: ""; }

.fa-mars-stroke-h:before {
  content: ""; }

.fa-neuter:before {
  content: ""; }

.fa-genderless:before {
  content: ""; }

.fa-facebook-official:before {
  content: ""; }

.fa-pinterest-p:before {
  content: ""; }

.fa-whatsapp:before {
  content: ""; }

.fa-server:before {
  content: ""; }

.fa-user-plus:before {
  content: ""; }

.fa-user-times:before {
  content: ""; }

.fa-hotel:before,
.fa-bed:before {
  content: ""; }

.fa-viacoin:before {
  content: ""; }

.fa-train:before {
  content: ""; }

.fa-subway:before {
  content: ""; }

.fa-medium:before {
  content: ""; }

.fa-yc:before,
.fa-y-combinator:before {
  content: ""; }

.fa-optin-monster:before {
  content: ""; }

.fa-opencart:before {
  content: ""; }

.fa-expeditedssl:before {
  content: ""; }

.fa-battery-4:before,
.fa-battery:before,
.fa-battery-full:before {
  content: ""; }

.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: ""; }

.fa-battery-2:before,
.fa-battery-half:before {
  content: ""; }

.fa-battery-1:before,
.fa-battery-quarter:before {
  content: ""; }

.fa-battery-0:before,
.fa-battery-empty:before {
  content: ""; }

.fa-mouse-pointer:before {
  content: ""; }

.fa-i-cursor:before {
  content: ""; }

.fa-object-group:before {
  content: ""; }

.fa-object-ungroup:before {
  content: ""; }

.fa-sticky-note:before {
  content: ""; }

.fa-sticky-note-o:before {
  content: ""; }

.fa-cc-jcb:before {
  content: ""; }

.fa-cc-diners-club:before {
  content: ""; }

.fa-clone:before {
  content: ""; }

.fa-balance-scale:before {
  content: ""; }

.fa-hourglass-o:before {
  content: ""; }

.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: ""; }

.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: ""; }

.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: ""; }

.fa-hourglass:before {
  content: ""; }

.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: ""; }

.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: ""; }

.fa-hand-scissors-o:before {
  content: ""; }

.fa-hand-lizard-o:before {
  content: ""; }

.fa-hand-spock-o:before {
  content: ""; }

.fa-hand-pointer-o:before {
  content: ""; }

.fa-hand-peace-o:before {
  content: ""; }

.fa-trademark:before {
  content: ""; }

.fa-registered:before {
  content: ""; }

.fa-creative-commons:before {
  content: ""; }

.fa-gg:before {
  content: ""; }

.fa-gg-circle:before {
  content: ""; }

.fa-tripadvisor:before {
  content: ""; }

.fa-odnoklassniki:before {
  content: ""; }

.fa-odnoklassniki-square:before {
  content: ""; }

.fa-get-pocket:before {
  content: ""; }

.fa-wikipedia-w:before {
  content: ""; }

.fa-safari:before {
  content: ""; }

.fa-chrome:before {
  content: ""; }

.fa-firefox:before {
  content: ""; }

.fa-opera:before {
  content: ""; }

.fa-internet-explorer:before {
  content: ""; }

.fa-tv:before,
.fa-television:before {
  content: ""; }

.fa-contao:before {
  content: ""; }

.fa-500px:before {
  content: ""; }

.fa-amazon:before {
  content: ""; }

.fa-calendar-plus-o:before {
  content: ""; }

.fa-calendar-minus-o:before {
  content: ""; }

.fa-calendar-times-o:before {
  content: ""; }

.fa-calendar-check-o:before {
  content: ""; }

.fa-industry:before {
  content: ""; }

.fa-map-pin:before {
  content: ""; }

.fa-map-signs:before {
  content: ""; }

.fa-map-o:before {
  content: ""; }

.fa-map:before {
  content: ""; }

.fa-commenting:before {
  content: ""; }

.fa-commenting-o:before {
  content: ""; }

.fa-houzz:before {
  content: ""; }

.fa-vimeo:before {
  content: ""; }

.fa-black-tie:before {
  content: ""; }

.fa-fonticons:before {
  content: ""; }

.fa-reddit-alien:before {
  content: ""; }

.fa-edge:before {
  content: ""; }

.fa-credit-card-alt:before {
  content: ""; }

.fa-codiepie:before {
  content: ""; }

.fa-modx:before {
  content: ""; }

.fa-fort-awesome:before {
  content: ""; }

.fa-usb:before {
  content: ""; }

.fa-product-hunt:before {
  content: ""; }

.fa-mixcloud:before {
  content: ""; }

.fa-scribd:before {
  content: ""; }

.fa-pause-circle:before {
  content: ""; }

.fa-pause-circle-o:before {
  content: ""; }

.fa-stop-circle:before {
  content: ""; }

.fa-stop-circle-o:before {
  content: ""; }

.fa-shopping-bag:before {
  content: ""; }

.fa-shopping-basket:before {
  content: ""; }

.fa-hashtag:before {
  content: ""; }

.fa-bluetooth:before {
  content: ""; }

.fa-bluetooth-b:before {
  content: ""; }

.fa-percent:before {
  content: ""; }

.fa-gitlab:before {
  content: ""; }

.fa-wpbeginner:before {
  content: ""; }

.fa-wpforms:before {
  content: ""; }

.fa-envira:before {
  content: ""; }

.fa-universal-access:before {
  content: ""; }

.fa-wheelchair-alt:before {
  content: ""; }

.fa-question-circle-o:before {
  content: ""; }

.fa-blind:before {
  content: ""; }

.fa-audio-description:before {
  content: ""; }

.fa-volume-control-phone:before {
  content: ""; }

.fa-braille:before {
  content: ""; }

.fa-assistive-listening-systems:before {
  content: ""; }

.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
  content: ""; }

.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
  content: ""; }

.fa-glide:before {
  content: ""; }

.fa-glide-g:before {
  content: ""; }

.fa-signing:before,
.fa-sign-language:before {
  content: ""; }

.fa-low-vision:before {
  content: ""; }

.fa-viadeo:before {
  content: ""; }

.fa-viadeo-square:before {
  content: ""; }

.fa-snapchat:before {
  content: ""; }

.fa-snapchat-ghost:before {
  content: ""; }

.fa-snapchat-square:before {
  content: ""; }

.fa-pied-piper:before {
  content: ""; }

.fa-first-order:before {
  content: ""; }

.fa-yoast:before {
  content: ""; }

.fa-themeisle:before {
  content: ""; }

.fa-google-plus-circle:before,
.fa-google-plus-official:before {
  content: ""; }

.fa-fa:before,
.fa-font-awesome:before {
  content: ""; }

.fa-handshake-o:before {
  content: ""; }

.fa-envelope-open:before {
  content: ""; }

.fa-envelope-open-o:before {
  content: ""; }

.fa-linode:before {
  content: ""; }

.fa-address-book:before {
  content: ""; }

.fa-address-book-o:before {
  content: ""; }

.fa-vcard:before,
.fa-address-card:before {
  content: ""; }

.fa-vcard-o:before,
.fa-address-card-o:before {
  content: ""; }

.fa-user-circle:before {
  content: ""; }

.fa-user-circle-o:before {
  content: ""; }

.fa-user-o:before {
  content: ""; }

.fa-id-badge:before {
  content: ""; }

.fa-drivers-license:before,
.fa-id-card:before {
  content: ""; }

.fa-drivers-license-o:before,
.fa-id-card-o:before {
  content: ""; }

.fa-quora:before {
  content: ""; }

.fa-free-code-camp:before {
  content: ""; }

.fa-telegram:before {
  content: ""; }

.fa-thermometer-4:before,
.fa-thermometer:before,
.fa-thermometer-full:before {
  content: ""; }

.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
  content: ""; }

.fa-thermometer-2:before,
.fa-thermometer-half:before {
  content: ""; }

.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
  content: ""; }

.fa-thermometer-0:before,
.fa-thermometer-empty:before {
  content: ""; }

.fa-shower:before {
  content: ""; }

.fa-bathtub:before,
.fa-s15:before,
.fa-bath:before {
  content: ""; }

.fa-podcast:before {
  content: ""; }

.fa-window-maximize:before {
  content: ""; }

.fa-window-minimize:before {
  content: ""; }

.fa-window-restore:before {
  content: ""; }

.fa-times-rectangle:before,
.fa-window-close:before {
  content: ""; }

.fa-times-rectangle-o:before,
.fa-window-close-o:before {
  content: ""; }

.fa-bandcamp:before {
  content: ""; }

.fa-grav:before {
  content: ""; }

.fa-etsy:before {
  content: ""; }

.fa-imdb:before {
  content: ""; }

.fa-ravelry:before {
  content: ""; }

.fa-eercast:before {
  content: ""; }

.fa-microchip:before {
  content: ""; }

.fa-snowflake-o:before {
  content: ""; }

.fa-superpowers:before {
  content: ""; }

.fa-wpexplorer:before {
  content: ""; }

.fa-meetup:before {
  content: ""; }

.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; }

*,
*::before,
*::after {
  box-sizing: border-box; }

a {
  color: #222e3a;
  text-decoration: none; }
  a:hover {
    color: #3982c4; }

h2 {
  line-height: 77px; }
  @media only screen and (max-width: 1024px) {
    h2 {
      line-height: 67px; } }
  @media only screen and (max-width: 768px) {
    h2 {
      line-height: 48px; } }
  @media only screen and (max-width: 360px) {
    h2 {
      line-height: 38px; } }

.normal__button {
  background: #fe405c;
  color: white;
  border-radius: 35px;
  padding: 16px 40px;
  font-weight: 700;
  border: 0;
  outline: none;
  box-shadow: none;
  font-family: "Poppins", sans-serif;
  font-size: 20px;
  line-height: 24px; }
  .normal__button:hover {
    cursor: pointer;
    background: #ff7085; }
  .normal__button:active {
    background: #ff2042; }
  .normal__button:disabled {
    background: #dddddd; }
  .normal__button p {
    margin: 0; }
  @media (min-width: 360px) and (max-width: 767px) {
    .normal__button {
      font-size: 16px !important; } }

body {
  display: flex;
  flex-direction: column;
  font-family: "Poppins", sans-serif;
  background: white;
  color: #222e3a;
  margin: 0; }

b,
strong {
  font-weight: bold; }

.body_overflow_hidden {
  overflow: hidden; }

.glider-slide {
  min-width: auto; }

.visually-hidden {
  visibility: hidden; }

.body_stop_scroll {
  overflow: hidden; }

.show {
  display: block !important; }

#google_translate_element2 {
  display: none !important; }

.container {
  padding: 10% 20%; }

.rating {
  position: relative;
  width: 130px;
  height: 24px; }
  .rating > div {
    position: absolute; }
  .rating__fon {
    width: inherit;
    height: inherit;
    background: #cccccc; }
  .rating__fon_color {
    width: inherit;
    height: inherit;
    background: #00b67a; }
  .rating__stars {
    width: inherit;
    height: inherit;
    display: flex;
    justify-content: space-around;
    align-items: center; }
    .rating__stars span::before {
      content: "";
      position: relative;
      background-image: url(../img/44565b8455b145d917fae9709ee32a15.svg);
      background-repeat: no-repeat;
      background-size: cover;
      top: 1.5px;
      display: inline-block;
      width: 16px;
      height: 16px; }
  .rating__separation {
    width: inherit;
    height: inherit;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 24px; }
    .rating__separation span {
      display: block;
      background: white;
      width: 2px;
      height: 100%; }

.rating_v2 {
  position: relative;
  width: 130px;
  height: 24px; }
  .rating_v2__fon, .rating_v2__main {
    width: inherit;
    height: inherit;
    position: absolute;
    top: 0;
    left: 0; }
    .rating_v2__fon span, .rating_v2__main span {
      height: 100%; }
  .rating_v2__fon {
    display: flex;
    justify-content: space-around;
    align-items: center;
    z-index: 1; }
    .rating_v2__fon span::before {
      content: url(../img/bc76636ac9d27709644deb453b4a095b.svg); }
  .rating_v2__main {
    overflow: hidden;
    z-index: 2; }
    .rating_v2__main span::before {
      content: url(../img/626a0cb018caad399a9ab516b2dc9d79.svg); }
    .rating_v2__main > div {
      display: flex;
      justify-content: space-around;
      align-items: center;
      width: 130px; }

.slide--first .rating {
  width: 170px;
  height: 32px; }
  .slide--first .rating__separation {
    padding: 0 32px; }
  .slide--first .rating__stars span::before {
    width: 22px;
    height: 22px; }

#wpadminbar {
  position: fixed !important; }

.nav {
  display: flex;
  align-items: center;
  width: 100%;
  padding-left: 156px;
  padding-right: 156px;
  height: 70px;
  border-bottom: 1px solid rgba(34, 46, 58, 0.1);
  z-index: 101;
  background: white;
  position: fixed;
  left: 0; }
  @media (min-width: 1440px) and (max-width: 1919px) {
    .nav {
      padding-left: 90px;
      padding-right: 90px; } }
  @media (min-width: 1024px) and (max-width: 1439px) {
    .nav {
      padding-left: 56px;
      padding-right: 56px; } }
  @media (min-width: 768px) and (max-width: 1023px) {
    .nav {
      padding-left: 44px;
      padding-right: 44px; } }
  @media (min-width: 360px) and (max-width: 767px) {
    .nav {
      padding-left: 20px;
      padding-right: 20px; } }

.nav__divider-left {
  width: 1px;
  height: 40px;
  background: rgba(34, 46, 58, 0.1);
  margin: 0 40px 0 40px; }
  @media (min-width: 1024px) and (max-width: 1439px) {
    .nav__divider-left {
      display: none; } }
  @media (min-width: 768px) and (max-width: 1023px) {
    .nav__divider-left {
      display: none; } }
  @media (min-width: 360px) and (max-width: 767px) {
    .nav__divider-left {
      display: none; } }

.nav__divider-right {
  width: 1px;
  height: 40px;
  background: rgba(34, 46, 58, 0.1);
  margin: 0 40px 0 40px; }
  @media (min-width: 768px) and (max-width: 1023px) {
    .nav__divider-right {
      display: none; } }
  @media (min-width: 360px) and (max-width: 767px) {
    .nav__divider-right {
      display: none; } }

.nav__pricing {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding-left: 156px;
  padding-right: 156px;
  height: 70px;
  border-bottom: 1px solid rgba(34, 46, 58, 0.1);
  z-index: 101;
  background: white;
  position: fixed;
  left: 0; }
  @media (min-width: 1440px) and (max-width: 1919px) {
    .nav__pricing {
      padding-left: 90px;
      padding-right: 90px; } }
  @media (min-width: 1024px) and (max-width: 1439px) {
    .nav__pricing {
      padding-left: 56px;
      padding-right: 56px; } }
  @media (min-width: 768px) and (max-width: 1023px) {
    .nav__pricing {
      padding-left: 44px;
      padding-right: 44px; } }
  @media (min-width: 360px) and (max-width: 767px) {
    .nav__pricing {
      padding-left: 20px;
      padding-right: 20px; } }

.nav__logo {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 107px;
  height: 40px;
  font-weight: 800;
  font-size: 24px; }

.nav__wrapper {
  width: 100%;
  display: flex;
  justify-content: space-between; }
  @media (min-width: 1024px) and (max-width: 1439px) {
    .nav__wrapper {
      justify-content: flex-end; } }
  @media (min-width: 768px) and (max-width: 1023px) {
    .nav__wrapper {
      justify-content: flex-end; } }
  @media (min-width: 360px) and (max-width: 767px) {
    .nav__wrapper {
      justify-content: flex-end; } }

.nav__wrapper__pricing {
  width: 100%;
  display: flex;
  justify-content: flex-end; }
  @media (min-width: 1024px) and (max-width: 1439px) {
    .nav__wrapper__pricing {
      justify-content: flex-end; } }
  @media (min-width: 768px) and (max-width: 1023px) {
    .nav__wrapper__pricing {
      justify-content: flex-end; } }
  @media (min-width: 360px) and (max-width: 767px) {
    .nav__wrapper__pricing {
      justify-content: flex-end; } }

.nav__links-wrapper {
  display: flex;
  align-items: center; }

.nav__left-links-wrapper {
  display: flex;
  align-items: center;
  list-style-type: none;
  padding-inline-start: 0; }
  .nav__left-links-wrapper > li > a {
    font-size: 16px;
    font-weight: 700;
    margin-right: 40px; }
  @media (min-width: 1024px) and (max-width: 1439px) {
    .nav__left-links-wrapper {
      display: none; } }
  @media (min-width: 768px) and (max-width: 1023px) {
    .nav__left-links-wrapper {
      display: none; } }
  @media (min-width: 360px) and (max-width: 767px) {
    .nav__left-links-wrapper {
      display: none; } }

.nav__link__logo {
  font-size: 16px;
  font-weight: 700; }
  @media (min-width: 768px) and (max-width: 1023px) {
    .nav__link__logo {
      display: none; } }
  @media (min-width: 360px) and (max-width: 767px) {
    .nav__link__logo {
      display: none; } }

.nav__pricing__already__account {
  font-size: 16px;
  color: rgba(34, 46, 58, 0.5);
  margin-right: 40px; }
  @media (min-width: 1024px) and (max-width: 1439px) {
    .nav__pricing__already__account {
      display: none; } }
  @media (min-width: 768px) and (max-width: 1023px) {
    .nav__pricing__already__account {
      display: none; } }
  @media (min-width: 360px) and (max-width: 767px) {
    .nav__pricing__already__account {
      display: none; } }

.nav__pricing__already__account-mobile {
  display: none; }
  @media (min-width: 360px) and (max-width: 767px) {
    .nav__pricing__already__account-mobile {
      font-size: 16px;
      color: rgba(34, 46, 58, 0.5);
      margin-right: 40px;
      display: block; } }

.nav__button {
  padding: 8px 20px 8px 20px;
  margin-right: 40px;
  font-size: 16px; }
  @media (min-width: 768px) and (max-width: 1023px) {
    .nav__button {
      display: none; } }
  @media (min-width: 360px) and (max-width: 767px) {
    .nav__button {
      display: none; } }

.dropbtn {
  color: #222e3a;
  font-size: 16px;
  border: none;
  cursor: pointer; }

.dropdown {
  position: relative;
  display: inline-block; }

.nav__left-links-wrapper .sub-menu {
  display: none;
  width: 270px;
  max-height: 800px;
  padding: 48px 54px 0 54px;
  position: absolute;
  background-color: white;
  border-radius: 16px;
  overflow: auto;
  box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2);
  z-index: 1;
  margin-top: 40px;
  list-style-type: none; }

.nav__left-links-wrapper .sub-menu a {
  color: black;
  text-decoration: none;
  display: block;
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 40px; }

.dropdown a:hover {
  color: #3982c4; }

.menu-item-has-children > a::after {
  content: url(../img/7db45551eceb05d27cbbb4781c1ef9dc.svg);
  display: inline-block;
  transform: rotate(0deg);
  padding-left: 8px;
  padding-right: 0; }

a.arrowUp::after {
  transform: rotate(180deg);
  padding-right: 8px;
  padding-left: 0; }

.dropbtn__language {
  color: #222e3a;
  padding: 16px 0 16px 0;
  font-size: 16px;
  border: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  margin-right: 0; }
  .dropbtn__language img {
    width: 32px;
    height: 32px;
    margin-right: 8px; }
  @media (min-width: 360px) and (max-width: 767px) {
    .dropbtn__language p {
      display: none; }
    .dropbtn__language #languageArrow {
      display: none; } }

.dropdown__language {
  position: relative;
  display: inline-block; }
  @media (min-width: 360px) and (max-width: 767px) {
    .dropdown__language b,
    .dropdown__language a:after {
      display: none; } }

.fix_body {
  overflow: hidden !important; }

.dropdown-content__language {
  display: none;
  width: 327px;
  padding: 40px;
  position: absolute;
  background-color: white;
  border-radius: 16px;
  overflow: auto;
  box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2);
  z-index: 1;
  margin-top: 16px;
  margin-left: -230px; }
  @media (min-width: 360px) and (max-width: 767px) {
    .dropdown-content__language {
      width: 100%;
      position: fixed;
      top: 70px;
      left: 0;
      box-shadow: none;
      margin: 0; } }

.dropdown-content__language a {
  color: black;
  text-decoration: none;
  display: block;
  font-size: 20px;
  font-weight: 400;
  margin-bottom: 25px; }

.dropdown__language a:hover {
  color: #3982c4; }

.show__language {
  display: block;
  max-height: 700px; }

.language__option {
  display: flex;
  align-items: center; }
  .language__option img {
    height: 32px;
    width: 32px;
    margin-right: 8px; }

.nav__divider-mobile {
  display: none;
  width: 1px;
  height: 40px;
  background: rgba(34, 46, 58, 0.1);
  margin: 0 40px 0 40px; }
  @media (min-width: 1024px) and (max-width: 1439px) {
    .nav__divider-mobile {
      display: block; } }
  @media (min-width: 768px) and (max-width: 1023px) {
    .nav__divider-mobile {
      display: block; } }
  @media (min-width: 360px) and (max-width: 767px) {
    .nav__divider-mobile {
      display: block; } }

.nav__mobile-menu-wrapper {
  z-index: 101;
  display: none; }
  @media (min-width: 1024px) and (max-width: 1439px) {
    .nav__mobile-menu-wrapper {
      display: block; } }
  @media (min-width: 768px) and (max-width: 1023px) {
    .nav__mobile-menu-wrapper {
      display: block; } }
  @media (min-width: 360px) and (max-width: 767px) {
    .nav__mobile-menu-wrapper {
      display: block; } }

.nav__mobile-links-wrapper > li > a {
  margin-bottom: 15px;
  display: inline-block; }

.nav__mobile-links-wrapper .sub-menu {
  display: none; }

.nav__mobile-links-wrapper ul {
  padding-left: 15px; }
  .nav__mobile-links-wrapper ul li {
    list-style: none;
    margin-bottom: 15px; }
    .nav__mobile-links-wrapper ul li a {
      color: #888888; }

.nav__mobile-menu-wrapper::before {
  content: url("/wp-content/themes/24vc/assets/img/icons/menu.svg"); }

.nav__mobile-menu-wrapper.nav-active::before {
  content: url("/wp-content/themes/24vc/assets/img/icons/cross.svg"); }

* {
  box-sizing: border-box; }

body::after {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1;
  background-color: rgba(0, 0, 0, 0.1);
  height: 100vh;
  width: 100vw;
  transition: 0.4s;
  opacity: 0;
  visibility: hidden; }

a {
  text-decoration: none; }

.nav-top {
  display: flex;
  align-items: center;
  position: fixed;
  z-index: 101;
  padding: 10px 20px;
  width: 100%;
  height: 50px;
  background-color: #188976; }

.hamburger {
  margin-left: auto;
  color: white;
  cursor: pointer; }
  .hamburger:hover {
    color: black;
    opacity: 0.8; }

.nav-drill {
  margin-top: 5vh;
  transform: translateX(100%); }

.nav-is-toggled {
  overflow: hidden; }
  .nav-is-toggled .nav-drill {
    transform: translateX(70%);
    display: flex; }
    @media only screen and (max-width: 768px) {
      .nav-is-toggled .nav-drill {
        transform: translateX(0); } }
  .nav-is-toggled::after {
    opacity: 1;
    visibility: visible; }

.nav-drill {
  display: none;
  position: fixed;
  z-index: 100;
  right: 0;
  width: 100%;
  height: 100vh;
  min-width: 344px;
  background-color: white;
  overflow-y: auto;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
  transition: 0.45s; }

.nav-items {
  flex: 0 0 100%; }

.nav-item:not(:last-child) {
  border-bottom: solid 1px #daf9f4; }

.nav-link {
  display: block;
  padding: 0.875em 1em;
  background-color: white;
  color: #20b49c;
  font-size: 1rem;
  line-height: 1.5em;
  font-weight: 300; }

.nav-expand-content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transform: translateX(100%);
  background-color: #daf9f4;
  transition: 0.3s;
  visibility: hidden; }
  .nav-expand-content .nav-item:not(:last-child) {
    border-bottom: solid 1px #20b49c; }
  .nav-expand-content .nav-link {
    background-color: #daf9f4; }
  .nav-expand-content .nav-back-link {
    display: flex;
    align-items: center;
    background-color: #20b49c !important;
    color: white; }
    .nav-expand-content .nav-back-link::before {
      content: "chevron_left";
      margin-right: 0.5em;
      font-family: "Material Icons"; }

.nav-expand-link {
  display: flex;
  justify-content: space-between; }
  .nav-expand-link::after {
    content: "chevron_right";
    flex: 0 1 auto;
    font-family: "Material Icons"; }

.nav-expand.active > .nav-expand-content {
  transform: translateX(0);
  visibility: visible; }

.nav-expand .nav-expand-content {
  background-color: #daf9f4; }
  .nav-expand .nav-expand-content .nav-link {
    background-color: #daf9f4; }

.nav__mobile-links-wrapper {
  display: flex;
  flex-direction: column;
  width: 100%;
  padding-left: 60px;
  padding-top: 60px;
  list-style-type: none; }
  .nav__mobile-links-wrapper li {
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 40px; }

.nav__link-mobile {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 40px; }

.mobile-dropdown-content {
  display: flex;
  overflow: auto;
  z-index: 1;
  flex-direction: column;
  max-height: 0;
  transition: max-height 500ms ease-in-out;
  list-style-type: none;
  padding-inline-start: 0px; }
  .mobile-dropdown-content li {
    margin-bottom: 10px; }

.show-mobile-dropdown {
  max-height: 200px; }

.mobile-dropdown-content-link {
  font-size: 16px;
  font-weight: 700;
  margin: 0px 0px 8px 0px; }

.mobile-dropdown-wrapper {
  display: flex;
  flex-direction: column; }

.button-outline {
  background: none;
  color: white;
  border-radius: 35px;
  padding: 19px 40px;
  font-weight: 700;
  border: 1px solid white;
  outline: none;
  box-shadow: none;
  font-family: "Poppins", sans-serif;
  font-size: 20px;
  line-height: 24px; }
  .button-outline:hover {
    background: none;
    border-color: #fe405c;
    color: #fe405c; }
  .button-outline:active {
    background: #fe405c;
    color: white; }
  .button-outline:disabled {
    background: #6f6f6f;
    border-color: #6f6f6f; }

.footer-wrapper {
  background: #222e3a;
  padding: 200px 10% 1%;
  display: flex;
  flex-direction: column; }
  @media (min-width: 1024px) and (max-width: 1439px) {
    .footer-wrapper {
      padding: 160px 7% 1%; } }
  @media (min-width: 768px) and (max-width: 1023px) {
    .footer-wrapper {
      padding: 100px 7% 1%; } }
  @media (min-width: 360px) and (max-width: 767px) {
    .footer-wrapper {
      padding: 60px 7% 1%; } }

.footer__navbar-wrapper {
  display: flex;
  justify-content: space-between;
  font-style: normal;
  font-weight: bold;
  font-size: 14px;
  line-height: 160%;
  color: white; }
  @media (min-width: 360px) and (max-width: 767px) {
    .footer__navbar-wrapper {
      justify-content: normal;
      flex-wrap: wrap; } }

.footer__description-button {
  font-weight: bold;
  font-size: 20px;
  line-height: 24px;
  margin-bottom: 64px;
  width: 168px; }
  @media (min-width: 768px) and (max-width: 1023px) {
    .footer__description-button {
      font-size: 18px; } }

.logo_footer {
  min-width: 110px; }
  .logo_footer a {
    display: inline-block;
    color: white;
    font-size: 24px; }
  .logo_footer a::before {
    content: url(../img/40ed29236639c282e608981e944a8bb2.svg);
    width: 40px;
    height: 40px;
    padding-right: 5px;
    position: relative;
    top: 5px; }
  @media (min-width: 360px) and (max-width: 767px) {
    .logo_footer {
      order: 1;
      width: 47%;
      margin-bottom: 28px; } }

.footer_menu {
  color: white;
  width: 70%;
  padding: 0 15px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between; }
  @media (min-width: 360px) and (max-width: 767px) {
    .footer_menu {
      display: block; } }
  .footer_menu ul {
    list-style: none;
    padding: 0; }
    @media (min-width: 1024px) and (max-width: 1439px) {
      .footer_menu ul {
        display: grid;
        grid-template-columns: auto auto auto;
        grid-gap: 16px;
        margin-right: 0; } }
    @media (min-width: 768px) and (max-width: 1023px) {
      .footer_menu ul {
        display: grid;
        grid-template-columns: auto auto;
        grid-gap: 16px;
        margin-right: 0; } }
    @media (min-width: 360px) and (max-width: 767px) {
      .footer_menu ul {
        display: grid;
        grid-template-columns: auto;
        grid-gap: 16px;
        margin-right: 0;
        margin-bottom: 32px; } }
    .footer_menu ul li {
      display: inline-block; }
      .footer_menu ul li a {
        color: #6f6f6f;
        padding: 0 15px;
        font-size: 14px;
        font-weight: 700;
        display: inline-block; }
        .footer_menu ul li a:hover {
          color: #3982c4; }
        @media (min-width: 360px) and (max-width: 767px) {
          .footer_menu ul li a {
            padding: 0; } }
      @media (min-width: 1024px) and (max-width: 1439px) {
        .footer_menu ul li {
          min-width: 150px; } }
  .footer_menu p {
    color: white;
    opacity: 0.25;
    font-size: 14px;
    font-weight: 700;
    padding: 0 15px; }
    @media (min-width: 360px) and (max-width: 767px) {
      .footer_menu p {
        padding: 0; } }
  @media (min-width: 360px) and (max-width: 767px) {
    .footer_menu {
      order: 3;
      width: 100%;
      justify-content: normal;
      flex-direction: column;
      padding: 0; } }

.footer__socials {
  min-width: 152px; }
  @media only screen and (max-width: 768px) {
    .footer__socials {
      order: 2;
      width: 53%;
      text-align: right;
      position: relative;
      top: 5px; } }
  @media only screen and (max-width: 768px) {
    .footer__socials img {
      width: 32px;
      height: 32px; } }

.footer__image {
  margin-right: 40px;
  width: 50%; }
  @media only screen and (max-width: 1024px) {
    .footer__image {
      margin-right: 0; } }
  @media (min-width: 360px) and (max-width: 767px) {
    .footer__image {
      width: 100%;
      margin-right: 0; } }

.footer__content-wrapper {
  display: flex;
  justify-content: space-between;
  margin-bottom: 160px; }
  @media only screen and (max-width: 1024px) {
    .footer__content-wrapper {
      flex-direction: column;
      align-items: center;
      margin-bottom: 70px; } }
  @media (min-width: 768px) and (max-width: 1023px) {
    .footer__content-wrapper {
      flex-direction: column;
      align-items: center;
      margin-bottom: 70px; } }
  @media (min-width: 360px) and (max-width: 767px) {
    .footer__content-wrapper {
      flex-direction: column;
      align-items: center;
      margin-bottom: 70px; } }

.footer__description-wrapper {
  display: flex;
  flex-direction: column;
  width: 50%; }
  @media only screen and (max-width: 1024px) {
    .footer__description-wrapper {
      align-items: center;
      width: 93%; } }
  @media (min-width: 768px) and (max-width: 1023px) {
    .footer__description-wrapper {
      align-items: center;
      width: 100%; } }
  @media (min-width: 360px) and (max-width: 767px) {
    .footer__description-wrapper {
      align-items: center;
      width: 100%; } }
  .footer__description-wrapper h2 {
    color: white;
    font-weight: 600;
    width: 550px;
    font-size: 48px;
    margin: 0 0 32px; }
    @media (min-width: 1920px) {
      .footer__description-wrapper h2 {
        line-height: 58px; } }
    @media (min-width: 1440px) and (max-width: 1919px) {
      .footer__description-wrapper h2 {
        width: 515px; } }
    @media only screen and (max-width: 1024px) {
      .footer__description-wrapper h2 {
        width: 100%;
        text-align: center; } }
    @media only screen and (max-width: 768px) {
      .footer__description-wrapper h2 {
        width: 100%;
        text-align: center;
        font-size: 40px; } }
    @media only screen and (max-width: 360px) {
      .footer__description-wrapper h2 {
        width: 100%;
        font-size: 32px;
        text-align: center; } }
  .footer__description-wrapper p {
    color: white;
    font-size: 21px;
    font-weight: 400;
    margin: 0;
    margin-bottom: 48px; }
    @media only screen and (max-width: 768px) {
      .footer__description-wrapper p {
        font-size: 18px;
        text-align: center; } }
    @media only screen and (max-width: 360px) {
      .footer__description-wrapper p {
        font-size: 16px;
        text-align: center; } }

.banner-wrapper {
  padding: 10% 8%;
  display: flex;
  justify-content: space-between; }
  @media (min-width: 1920px) {
    .banner-wrapper {
      padding: 11% 16%; } }
  @media (min-width: 1440px) and (max-width: 1919px) {
    .banner-wrapper {
      padding: 11% 16%; } }
  @media (min-width: 1024px) and (max-width: 1439px) {
    .banner-wrapper {
      padding: 14% 11%;
      flex-wrap: wrap;
      justify-content: normal;
      text-align: center; } }
  @media (min-width: 768px) and (max-width: 1023px) {
    .banner-wrapper {
      flex-wrap: wrap;
      justify-content: normal;
      text-align: center;
      padding: 21% 11%; } }
  @media (min-width: 360px) and (max-width: 767px) {
    .banner-wrapper {
      flex-wrap: wrap;
      justify-content: normal;
      text-align: center;
      padding: 21% 9%; } }

.banner__content-wrapper {
  margin-bottom: 48px; }
  .banner__content-wrapper .normal__button {
    padding: 20px 40px;
    font-size: 22px; }
    @media only screen and (max-width: 768px) {
      .banner__content-wrapper .normal__button {
        font-size: 18px !important; } }
  @media (min-width: 360px) and (max-width: 767px) {
    .banner__content-wrapper {
      margin-bottom: 40px; } }

.banner__description {
  margin-bottom: 48px; }
  .banner__description h1 {
    font-size: 64px;
    line-height: 76.8px;
    font-weight: 600;
    color: #222e3a;
    letter-spacing: -0.04em;
    margin-bottom: 40px;
    font-family: "Poppins", sans-serif; }
    @media (min-width: 1440px) and (max-width: 1919px) {
      .banner__description h1 {
        font-size: 56px;
        line-height: 67px; } }
    @media (min-width: 1024px) and (max-width: 1439px) {
      .banner__description h1 {
        font-size: 56px;
        line-height: 67px; } }
    @media (min-width: 768px) and (max-width: 1023px) {
      .banner__description h1 {
        font-size: 48px;
        line-height: 58px; } }
    @media (min-width: 360px) and (max-width: 767px) {
      .banner__description h1 {
        font-size: 36px;
        line-height: 43px; } }
  .banner__description p {
    font-size: 24px;
    font-weight: 400;
    width: 65%;
    line-height: 48px;
    margin: 0; }
    @media (min-width: 1440px) and (max-width: 1919px) {
      .banner__description p {
        width: 75%; } }
    @media (min-width: 1024px) and (max-width: 1439px) {
      .banner__description p {
        width: 55%;
        margin: auto; } }
    @media (min-width: 768px) and (max-width: 1023px) {
      .banner__description p {
        margin: auto;
        font-size: 20px;
        line-height: 28px;
        width: 64%; } }
    @media (min-width: 360px) and (max-width: 767px) {
      .banner__description p {
        margin: auto;
        font-size: 16px;
        line-height: 28px;
        width: 100%; } }

.banner__title {
  font-size: 64px;
  font-weight: 600;
  color: #222e3a;
  letter-spacing: -0.04em;
  margin-bottom: 40px; }

.banner__subtitle {
  width: 410px;
  font-size: 24px;
  font-weight: 300;
  margin-bottom: 48px; }

.banner__image {
  width: 48%; }
  @media (min-width: 1440px) and (max-width: 1919px) {
    .banner__image {
      width: 40%; } }
  @media (min-width: 1024px) and (max-width: 1439px) {
    .banner__image {
      margin: auto;
      height: 100%; } }
  @media (min-width: 768px) and (max-width: 1023px) {
    .banner__image {
      margin: auto;
      height: 100%; } }
  @media (min-width: 360px) and (max-width: 767px) {
    .banner__image {
      margin: 0;
      width: 100%;
      height: 100%; } }

.differents-wrapper {
  padding: 200px 7%;
  display: flex;
  flex-direction: column;
  background: #e7f3f5; }
  @media (min-width: 1024px) and (max-width: 1439px) {
    .differents-wrapper {
      padding: 160px 5%; } }
  @media (min-width: 768px) and (max-width: 1023px) {
    .differents-wrapper {
      padding: 100px 5%; } }
  @media (min-width: 360px) and (max-width: 767px) {
    .differents-wrapper {
      padding: 60px 5%; } }

.differents__title h2 {
  position: relative;
  font-weight: 600;
  font-size: 64px;
  letter-spacing: -0.04em;
  text-align: center;
  margin: 0;
  margin-bottom: 130px; }
  @media (min-width: 1440px) and (max-width: 1919px) {
    .differents__title h2 {
      margin-bottom: 80px; } }
  @media (min-width: 1024px) and (max-width: 1439px) {
    .differents__title h2 {
      margin-bottom: 60px;
      font-size: 56px; } }
  @media (min-width: 768px) and (max-width: 1023px) {
    .differents__title h2 {
      margin-bottom: 40px;
      font-size: 40px; } }
  @media (min-width: 360px) and (max-width: 767px) {
    .differents__title h2 {
      font-size: 32px;
      width: 65%;
      margin: 0 auto 40px; } }

.differents__content-wrapper {
  display: flex;
  justify-content: flex-start; }
  .differents__content-wrapper .video {
    width: 40%;
    min-width: 310px; }
    .differents__content-wrapper .video iframe {
      width: 100%;
      min-height: 370px; }
    @media (min-width: 1024px) and (max-width: 1439px) {
      .differents__content-wrapper .video {
        width: 50%;
        margin-bottom: 60px; } }
    @media (min-width: 768px) and (max-width: 1023px) {
      .differents__content-wrapper .video {
        width: 60%;
        margin-bottom: 60px; } }
    @media (min-width: 360px) and (max-width: 767px) {
      .differents__content-wrapper .video {
        width: 100%;
        margin-bottom: 40px; } }
  @media (min-width: 1024px) and (max-width: 1439px) {
    .differents__content-wrapper {
      flex-direction: column;
      align-items: center; } }
  @media (min-width: 768px) and (max-width: 1023px) {
    .differents__content-wrapper {
      flex-direction: column;
      align-items: center; } }
  @media (min-width: 360px) and (max-width: 767px) {
    .differents__content-wrapper {
      flex-direction: column;
      align-items: center; } }

.differents__description {
  font-size: 20px;
  font-weight: 300;
  width: 690px;
  line-height: 36px;
  margin: 0px;
  margin-bottom: 60px; }
  @media (min-width: 1024px) and (max-width: 1439px) {
    .differents__description {
      width: 100%; } }
  @media (min-width: 768px) and (max-width: 1023px) {
    .differents__description {
      width: 100%; } }
  @media (min-width: 360px) and (max-width: 767px) {
    .differents__description {
      width: 100%; } }

.differents__description-last-string {
  font-size: 20px;
  font-weight: 600;
  width: 690px;
  line-height: 36px;
  margin: 0px; }
  @media (min-width: 1024px) and (max-width: 1439px) {
    .differents__description-last-string {
      width: 100%; } }
  @media (min-width: 768px) and (max-width: 1023px) {
    .differents__description-last-string {
      width: 100%; } }
  @media (min-width: 360px) and (max-width: 767px) {
    .differents__description-last-string {
      width: 100%; } }

.wistia-player {
  position: relative;
  height: 360px;
  width: 640px; }
  @media (min-width: 1440px) and (max-width: 1919px) {
    .wistia-player {
      position: relative;
      width: 480px;
      height: 348px; } }
  @media (min-width: 1024px) and (max-width: 1439px) {
    .wistia-player {
      position: relative;
      width: 440px;
      height: 320px;
      margin-bottom: 60px; } }
  @media (min-width: 768px) and (max-width: 1023px) {
    .wistia-player {
      position: relative;
      width: 440px;
      height: 320px;
      margin-bottom: 60px; } }
  @media (min-width: 360px) and (max-width: 767px) {
    .wistia-player {
      position: relative;
      width: 320px;
      height: 234px;
      margin-bottom: 60px; } }

.differents__description-wrapper {
  margin-left: 80px;
  width: 60%; }
  @media (min-width: 1024px) and (max-width: 1439px) {
    .differents__description-wrapper {
      width: 100%;
      margin-left: 0; } }
  @media (min-width: 768px) and (max-width: 1023px) {
    .differents__description-wrapper {
      width: 100%;
      margin-left: 0; } }
  @media (min-width: 360px) and (max-width: 767px) {
    .differents__description-wrapper {
      width: 100%;
      margin-left: 0; } }
  .differents__description-wrapper p {
    font-size: 20px;
    font-weight: 400;
    line-height: 36px;
    margin: 0; }
    @media only screen and (max-width: 768px) {
      .differents__description-wrapper p {
        width: 100%;
        font-size: 18px;
        line-height: 29px; } }
    @media only screen and (max-width: 360px) {
      .differents__description-wrapper p {
        font-size: 16px;
        line-height: 22px; } }

.why-people-use-wrapper {
  padding: 200px 11%;
  display: flex;
  flex-direction: column; }
  @media only screen and (max-width: 1024px) {
    .why-people-use-wrapper {
      padding: 160px 11%; } }
  @media only screen and (max-width: 768px) {
    .why-people-use-wrapper {
      padding: 100px 5%; } }
  @media only screen and (max-width: 360px) {
    .why-people-use-wrapper {
      padding: 60px 5%; } }

.why-people-use__title h2 {
  font-weight: 600;
  font-size: 64px;
  letter-spacing: -0.04em;
  text-align: center;
  width: 85%;
  margin: auto;
  margin-bottom: 80px; }
  @media only screen and (max-width: 1024px) {
    .why-people-use__title h2 {
      width: 80%;
      font-size: 56px; } }
  @media only screen and (max-width: 768px) {
    .why-people-use__title h2 {
      font-size: 40px; } }
  @media only screen and (max-width: 360px) {
    .why-people-use__title h2 {
      font-size: 32px; } }

.why-people-use__cards-wrapper {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap; }

.why-people-use__card {
  display: flex;
  flex-direction: column;
  max-width: 384px;
  width: 33.3333%;
  margin-bottom: 57px;
  text-align: center;
  padding: 0 12px; }
  @media only screen and (max-width: 1024px) {
    .why-people-use__card {
      flex-direction: row;
      align-items: flex-start;
      max-width: 100%;
      width: 90%;
      margin-bottom: 32px; } }
  @media only screen and (max-width: 768px) {
    .why-people-use__card {
      flex-direction: row;
      align-items: flex-start;
      max-width: 100%;
      width: 90%; } }
  @media only screen and (max-width: 360px) {
    .why-people-use__card {
      flex-direction: row;
      align-items: flex-start;
      max-width: 100%;
      width: 100%; } }
  .why-people-use__card img {
    margin-bottom: 32px; }
    @media only screen and (max-width: 1024px) {
      .why-people-use__card img {
        width: 144px;
        height: 144px;
        margin-right: 24px;
        margin-bottom: 22px; } }
    @media only screen and (max-width: 768px) {
      .why-people-use__card img {
        width: 80px;
        height: 80px;
        margin-right: 15px; } }
  .why-people-use__card h3 {
    font-size: 24px;
    line-height: 36px;
    font-weight: 600;
    margin-bottom: 8px;
    text-align: center;
    margin-top: 0; }
    @media only screen and (max-width: 1024px) {
      .why-people-use__card h3 {
        font-size: 22px;
        line-height: 33px;
        text-align: left; } }
    @media only screen and (max-width: 360px) {
      .why-people-use__card h3 {
        font-size: 18px;
        line-height: 22px;
        margin-bottom: 4px; } }
  .why-people-use__card p {
    font-size: 18px;
    line-height: 29px;
    font-weight: 300;
    margin: 0;
    text-align: center; }
    @media only screen and (max-width: 1024px) {
      .why-people-use__card p {
        text-align: left; } }
    @media only screen and (max-width: 768px) {
      .why-people-use__card p {
        font-size: 16px;
        line-height: 22.4px;
        margin-bottom: 4px; } }
    @media only screen and (max-width: 360px) {
      .why-people-use__card p {
        font-size: 14px;
        line-height: 19.6px;
        margin-bottom: 4px; } }

.servers-countries__wrapper {
  padding: 200px 6%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #222e3a; }
  @media (min-width: 1024px) and (max-width: 1439px) {
    .servers-countries__wrapper {
      padding: 160px 5%; } }
  @media (min-width: 768px) and (max-width: 1023px) {
    .servers-countries__wrapper {
      padding: 100px 5%; } }
  @media (min-width: 360px) and (max-width: 767px) {
    .servers-countries__wrapper {
      padding: 60px 5%; } }

.servers-countries__description-wrapper {
  display: flex;
  flex-direction: column;
  width: 52%; }
  @media (min-width: 1024px) and (max-width: 1439px) {
    .servers-countries__description-wrapper {
      width: 100%; } }
  @media (min-width: 768px) and (max-width: 1023px) {
    .servers-countries__description-wrapper {
      width: 100%; } }
  @media (min-width: 360px) and (max-width: 767px) {
    .servers-countries__description-wrapper {
      width: 100%; } }

.servers-countries__title h2 {
  color: white;
  font-weight: 600;
  font-size: 64px;
  letter-spacing: -0.04em;
  margin: 0px;
  margin-bottom: 32px; }
  @media (min-width: 1024px) and (max-width: 1439px) {
    .servers-countries__title h2 {
      font-size: 56px;
      margin-bottom: 24px;
      text-align: center; } }
  @media (min-width: 1024px) and (max-width: 1439px) {
    .servers-countries__title h2 {
      font-size: 56px;
      margin-bottom: 24px;
      text-align: center; } }
  @media (min-width: 768px) and (max-width: 1023px) {
    .servers-countries__title h2 {
      font-size: 40px;
      margin-bottom: 24px;
      text-align: center; } }
  @media (min-width: 360px) and (max-width: 767px) {
    .servers-countries__title h2 {
      font-size: 32px;
      margin-bottom: 16px;
      text-align: center; } }

.servers-countries__description p {
  font-size: 20px;
  color: white;
  line-height: 36px;
  font-weight: 400;
  margin-bottom: 48px;
  margin-top: 0; }
  @media only screen and (max-width: 1024px) {
    .servers-countries__description p {
      margin-bottom: 24px;
      text-align: center; } }
  @media only screen and (max-width: 768px) {
    .servers-countries__description p {
      font-size: 18px;
      line-height: 160%; } }
  @media only screen and (max-width: 360px) {
    .servers-countries__description p {
      font-size: 16px;
      line-height: 140%;
      margin-bottom: 16px;
      text-align: center; } }

.servers-countries__countries-list-wrapper {
  display: flex;
  justify-content: space-around; }

.servers-countries__countries-list {
  display: flex;
  flex-direction: column; }

.servers-countries__countries-list-item {
  display: flex;
  align-items: center;
  font-size: 20px;
  font-weight: 400;
  margin-bottom: 21px;
  color: white; }
  .servers-countries__countries-list-item img {
    margin-right: 16px; }
  .servers-countries__countries-list-item p {
    margin: 0; }
  @media screen and (max-width: 640px) {
    .servers-countries__countries-list-item img {
      margin-right: 0; }
    .servers-countries__countries-list-item p {
      display: none; } }

.servers-countries__buttons-wrapper {
  display: flex;
  margin-top: 48px; }
  @media (min-width: 1920px) {
    .servers-countries__buttons-wrapper {
      width: 100%; } }
  @media (min-width: 1440px) and (max-width: 1919px) {
    .servers-countries__buttons-wrapper {
      width: 100%; } }
  @media (min-width: 1024px) and (max-width: 1439px) {
    .servers-countries__buttons-wrapper {
      margin-bottom: 60px;
      align-self: center; } }
  @media (min-width: 768px) and (max-width: 1023px) {
    .servers-countries__buttons-wrapper {
      margin-bottom: 60px;
      align-self: center; } }
  @media (min-width: 360px) and (max-width: 767px) {
    .servers-countries__buttons-wrapper {
      margin-bottom: 50px;
      flex-direction: column;
      align-items: center; }
      .servers-countries__buttons-wrapper button {
        margin-bottom: 16px; } }

.server-countries__button {
  margin-right: 32px; }
  @media (min-width: 768px) and (max-width: 1023px) {
    .server-countries__button {
      font-size: 18px; } }
  @media (min-width: 360px) and (max-width: 767px) {
    .server-countries__button {
      margin-right: 0px;
      font-size: 16px; } }

@media (min-width: 768px) and (max-width: 1023px) {
  .servers-countries__buttons-wrapper .button-outline {
    font-size: 18px; } }

.servers-countries__image {
  width: 504px;
  height: 604px; }
  @media (min-width: 1024px) and (max-width: 1439px) {
    .servers-countries__image {
      display: none; } }
  @media (min-width: 768px) and (max-width: 1023px) {
    .servers-countries__image {
      display: none;
      width: 240px;
      height: 288px; } }
  @media (min-width: 360px) and (max-width: 767px) {
    .servers-countries__image {
      display: none;
      width: 140px;
      height: 168px; } }

.servers-countries__image-mobile {
  display: none;
  align-self: center; }
  @media (min-width: 1024px) and (max-width: 1439px) {
    .servers-countries__image-mobile {
      display: block;
      width: 240px;
      height: 288px; } }
  @media (min-width: 768px) and (max-width: 1023px) {
    .servers-countries__image-mobile {
      display: block;
      width: 240px;
      height: 288px; } }
  @media (min-width: 360px) and (max-width: 767px) {
    .servers-countries__image-mobile {
      display: block;
      width: 140px;
      height: 168px; } }

.servers-countries__countries-order {
  display: flex;
  flex-direction: column; }
  @media (min-width: 1024px) and (max-width: 1439px) {
    .servers-countries__countries-order {
      flex-direction: column-reverse; } }
  @media (min-width: 768px) and (max-width: 1023px) {
    .servers-countries__countries-order {
      flex-direction: column-reverse; } }
  @media (min-width: 360px) and (max-width: 767px) {
    .servers-countries__countries-order {
      flex-direction: column-reverse; } }

.feedbacks-wrapper {
  padding: 200px 10%;
  display: flex;
  flex-direction: column; }
  @media (min-width: 1024px) and (max-width: 1439px) {
    .feedbacks-wrapper {
      padding: 160px 5%; } }
  @media (min-width: 768px) and (max-width: 1023px) {
    .feedbacks-wrapper {
      padding: 100px 5%; } }
  @media (min-width: 360px) and (max-width: 767px) {
    .feedbacks-wrapper {
      padding: 60px 5%; } }

.pricing-feedbacks {
  padding: 0 156px 200px 156px;
  display: flex;
  flex-direction: column; }
  @media (min-width: 1440px) and (max-width: 1919px) {
    .pricing-feedbacks {
      padding: 0 84px 200px 84px; } }
  @media (min-width: 1024px) and (max-width: 1439px) {
    .pricing-feedbacks {
      padding: 0 56px 160px 56px; } }
  @media (min-width: 768px) and (max-width: 1023px) {
    .pricing-feedbacks {
      padding: 0 44px 100px 44px; } }
  @media (min-width: 360px) and (max-width: 767px) {
    .pricing-feedbacks {
      padding: 0 20px 60px 20px; } }

.feedbacks__title h2 {
  color: #222e3a;
  font-weight: 600;
  font-size: 64px;
  letter-spacing: -0.04em;
  margin: 0 auto;
  text-align: center; }
  @media only screen and (max-width: 1024px) {
    .feedbacks__title h2 {
      font-size: 56px;
      max-width: 77%; } }
  @media only screen and (max-width: 768px) {
    .feedbacks__title h2 {
      font-size: 40px; } }
  @media only screen and (max-width: 360px) {
    .feedbacks__title h2 {
      font-size: 32px;
      max-width: 100%; } }

.tab {
  overflow: hidden;
  color: #222e3a;
  display: flex;
  margin: 66px 0 30px 0; }

.tablinks {
  color: #222e3a;
  cursor: pointer;
  text-decoration: none;
  font-size: 20px;
  font-weight: 600;
  margin-right: 80px; }
  .tablinks:hover {
    color: #3982c4; }
  @media (min-width: 360px) and (max-width: 767px) {
    .tablinks {
      margin-right: 30px; } }

/* Style the buttons inside the tab */
.tab button {
  background-color: inherit;
  float: left;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 14px 16px;
  transition: 0.3s;
  font-size: 17px; }

/* Change background color of buttons on hover */
.tab button:hover {
  background-color: #ddd; }

/* Create an active/current tablink class */
.tab a.active {
  color: #3982c4;
  background-color: white; }

/* Style the tab content */
.tabcontent {
  display: none; }

#reviews {
  display: block; }

/*
Positions tab
 */
.tab_pos_1 {
  margin-left: 33.333%; }

.tab_pos_2 {
  margin-left: 66.666%; }

.tabs__button-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center; }
  .tabs__button-wrapper .tab a {
    font-size: 20px;
    line-height: 32px; }
    @media only screen and (max-width: 768px) {
      .tabs__button-wrapper .tab a {
        font-size: 18px;
        line-height: 28.8px; } }
    @media only screen and (max-width: 360px) {
      .tabs__button-wrapper .tab a {
        font-size: 14px;
        line-height: 22.4px; } }

.tab__bar {
  width: 471px;
  height: 8px;
  border-radius: 16px;
  background: #e8ebf0; }
  @media (min-width: 360px) and (max-width: 767px) {
    .tab__bar {
      width: 257px; } }

.tab__bar-active {
  width: 33.333%;
  height: 8px;
  border-radius: 16px;
  background: #3982c4;
  transition: 0.4s; }
  @media (min-width: 360px) and (max-width: 767px) {
    .tab__bar-active {
      width: 91px; } }

.button-outline-slider {
  border: 1px solid rgba(34, 46, 58, 0.1);
  width: 48px;
  height: 48px;
  padding: 0px;
  border-radius: 50%; }

.slider-controls-wrapper {
  display: flex;
  justify-content: center;
  position: relative;
  align-items: center; }

.slider__dots {
  position: relative;
  display: block;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center; }
  .slider__dots li.slick-active button:before {
    color: #3982c4; }
  .slider__dots li {
    position: relative;
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer; }
    .slider__dots li button {
      font-size: 0;
      line-height: 0;
      display: block;
      width: 20px;
      height: 20px;
      padding: 5px;
      cursor: pointer;
      color: transparent;
      border: 0;
      outline: none;
      background: transparent; }
    .slider__dots li button:before {
      font-family: "slick";
      font-size: 12px;
      line-height: 20px;
      position: absolute;
      top: 0;
      left: 0;
      width: 20px;
      height: 20px;
      content: "•";
      text-align: center;
      color: #e8ebf0;
      -webkit-font-smoothing: antialiased; }

.tabs__button-wrapper {
  margin-bottom: 60px; }

.slick-slide > div {
  display: flex;
  justify-content: center; }
  @media only screen and (max-width: 1263px) {
    .slick-slide > div {
      flex-direction: column;
      align-items: center; } }

.slide {
  display: flex !important;
  flex-direction: column;
  padding: 40px;
  min-height: 370px;
  max-width: 520px;
  background: #F2F5F6;
  border-radius: 16px;
  margin: 0 12px; }
  @media only screen and (max-width: 1263px) {
    .slide {
      width: 95% !important;
      display: flex !important;
      margin-bottom: 24px; } }
  .slide--first {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center; }
    @media only screen and (max-width: 1263px) {
      .slide--first {
        width: 95% !important;
        display: flex !important;
        margin-bottom: 24px; } }
  .slide__user {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: 60px; }
    .slide__user_name {
      display: flex;
      align-items: center; }
      .slide__user_name img {
        display: inline-block;
        padding: 16px;
        background: #F2F5F6;
        border-radius: 50%;
        margin-right: 16px; }
      .slide__user_name span {
        font-weight: 600;
        font-size: 20px;
        line-height: 160%;
        color: #222E3A; }
    @media (min-width: 360px) and (max-width: 767px) {
      .slide__user .rating {
        margin-left: 70px; } }
  .slide__desc {
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 160%; }
    .slide__desc h3,
    .slide__desc p {
      margin: 0; }
    .slide__desc h3 {
      margin-bottom: 16px; }
    .slide__desc p {
      font-size: 20px;
      line-height: 32px; }
      @media only screen and (max-width: 768px) {
        .slide__desc p {
          font-size: 18px;
          line-height: 28.8px; } }
      @media only screen and (max-width: 360px) {
        .slide__desc p {
          font-size: 14px;
          line-height: 22.4px; } }

.questions-wrapper {
  padding: 200px 10%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background: #e7f3f5; }
  @media (min-width: 1024px) and (max-width: 1439px) {
    .questions-wrapper {
      padding: 160px 5%; } }
  @media (min-width: 768px) and (max-width: 1023px) {
    .questions-wrapper {
      padding: 100px 5%; } }
  @media (min-width: 360px) and (max-width: 767px) {
    .questions-wrapper {
      padding: 60px 5%; } }

.questions__title h2 {
  color: #222e3a;
  font-weight: 600;
  font-size: 64px;
  letter-spacing: -0.04em;
  margin: 0px;
  text-align: center;
  width: 100%;
  margin-bottom: 80px; }
  @media (min-width: 1024px) and (max-width: 1439px) {
    .questions__title h2 {
      font-size: 56px; } }
  @media (min-width: 768px) and (max-width: 1023px) {
    .questions__title h2 {
      font-size: 40px; } }
  @media (min-width: 360px) and (max-width: 767px) {
    .questions__title h2 {
      font-size: 32px; } }

.questions__cards-wrapper {
  display: flex;
  justify-content: space-between;
  margin-top: 80px; }
  @media only screen and (max-width: 768px) {
    .questions__cards-wrapper {
      flex-direction: row;
      align-items: center; } }
  @media only screen and (max-width: 360px) {
    .questions__cards-wrapper {
      flex-direction: column;
      align-items: center; } }

.questions__card-wrapper {
  display: flex;
  width: 50%; }
  @media only screen and (max-width: 1024px) {
    .questions__card-wrapper {
      flex-direction: column;
      align-items: center; } }
  @media only screen and (max-width: 768px) {
    .questions__card-wrapper {
      flex-direction: column;
      align-items: center; } }
  @media only screen and (max-width: 360px) {
    .questions__card-wrapper {
      flex-direction: row;
      margin-bottom: 56px;
      width: 100%; } }

.questions__card-description-wrapper {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  margin-left: 24px; }
  @media only screen and (max-width: 1024px) {
    .questions__card-description-wrapper {
      align-items: center; } }
  @media only screen and (max-width: 768px) {
    .questions__card-description-wrapper {
      align-items: center; } }
  @media only screen and (max-width: 360px) {
    .questions__card-description-wrapper {
      align-items: baseline; } }
  .questions__card-description-wrapper h3 {
    font-weight: 600;
    font-size: 24px;
    line-height: 120%;
    color: #222e3a; }
    @media only screen and (max-width: 768px) {
      .questions__card-description-wrapper h3 {
        text-align: center;
        font-size: 20px; } }
    @media only screen and (max-width: 360px) {
      .questions__card-description-wrapper h3 {
        text-align: left;
        font-size: 18px;
        margin: 0; } }
  .questions__card-description-wrapper p {
    font-weight: 300;
    font-size: 18px;
    line-height: 160%;
    color: #222e3a; }
    @media only screen and (max-width: 1024px) {
      .questions__card-description-wrapper p {
        text-align: center; } }
    @media only screen and (max-width: 768px) {
      .questions__card-description-wrapper p {
        font-size: 16px;
        line-height: 140%; } }
    @media only screen and (max-width: 360px) {
      .questions__card-description-wrapper p {
        text-align: left;
        font-size: 14px; } }

.questions__card-title {
  font-weight: 600;
  font-size: 24px;
  line-height: 120%;
  color: #222e3a; }
  @media (min-width: 1024px) and (max-width: 1439px) {
    .questions__card-title {
      text-align: center; } }
  @media (min-width: 768px) and (max-width: 1023px) {
    .questions__card-title {
      text-align: center;
      font-size: 20px; } }
  @media (min-width: 360px) and (max-width: 767px) {
    .questions__card-title {
      text-align: center;
      font-size: 18px;
      margin: 0px; } }

.questions__card-description {
  font-weight: 300;
  font-size: 18px;
  line-height: 160%;
  color: #222e3a; }
  @media (min-width: 1024px) and (max-width: 1439px) {
    .questions__card-description {
      text-align: center; } }
  @media (min-width: 768px) and (max-width: 1023px) {
    .questions__card-description {
      text-align: center;
      font-size: 16px; } }
  @media (min-width: 360px) and (max-width: 767px) {
    .questions__card-description {
      text-align: center;
      font-size: 14px; } }

@media (min-width: 1440px) and (max-width: 1919px) {
  .questions__image {
    width: 160px;
    height: 160px; } }

@media (min-width: 1024px) and (max-width: 1439px) {
  .questions__image {
    width: 144px;
    height: 144px; } }

@media (min-width: 768px) and (max-width: 1023px) {
  .questions__image {
    width: 120px;
    height: 120px; } }

@media (min-width: 360px) and (max-width: 767px) {
  .questions__image {
    width: 80px;
    height: 80px; } }

.questions__card__button {
  width: max-content; }
  @media (min-width: 360px) and (max-width: 767px) {
    .questions__card__button {
      padding: 8px 20px;
      font-size: 16px;
      min-width: 194px; } }

.accordion {
  background-color: #e7f3f5;
  color: #222e3a;
  cursor: pointer;
  padding: 18px 0;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  transition: 0.4s;
  border-radius: 0px;
  border-top: 1px solid rgba(34, 46, 58, 0.1);
  border-bottom: 1px solid rgba(34, 46, 58, 0.1);
  font-weight: 600;
  font-size: 24px;
  line-height: 160%;
  margin-top: -1px; }
  .accordion p {
    padding: 18px 0;
    margin: 0;
    font-size: 24px;
    line-height: 28.8px; }
    @media only screen and (max-width: 768px) {
      .accordion p {
        font-size: 20px;
        line-height: 32px; } }
    @media only screen and (max-width: 360px) {
      .accordion p {
        font-size: 18px;
        line-height: 25.2px; } }
  @media (min-width: 768px) and (max-width: 1023px) {
    .accordion {
      font-size: 20px; } }
  @media (min-width: 360px) and (max-width: 767px) {
    .accordion {
      font-size: 18px; } }

.active,
.accordion:hover {
  background-color: #e7f3f5; }

.panel {
  padding: 0;
  background-color: #e7f3f5;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out; }

.accordion-description {
  font-weight: 300;
  font-size: 18px;
  line-height: 160%; }
  @media (min-width: 768px) and (max-width: 1023px) {
    .accordion-description {
      font-size: 16px; } }
  @media (min-width: 360px) and (max-width: 767px) {
    .accordion-description {
      font-size: 14px; } }

.choose-plan__wrapper {
  background-color: #f3f6f7;
  padding: 110px 156px 60px 156px;
  display: flex;
  flex-direction: column; }
  @media (min-width: 1440px) and (max-width: 1919px) {
    .choose-plan__wrapper {
      padding: 110px 84px 60px 84px; } }
  @media (min-width: 1024px) and (max-width: 1439px) {
    .choose-plan__wrapper {
      padding: 110px 56px 80px 56px; } }
  @media (min-width: 768px) and (max-width: 1023px) {
    .choose-plan__wrapper {
      padding: 110px 44px 60px 44px; } }
  @media (min-width: 360px) and (max-width: 767px) {
    .choose-plan__wrapper {
      padding: 110px 20px 40px 20px; } }

.choose-plan__header__wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  line-height: 66px;
  margin-bottom: 40px; }

.choose-plan__header__title {
  font-weight: 600;
  font-size: 44px;
  margin: 0; }
  @media (min-width: 1024px) and (max-width: 1439px) {
    .choose-plan__header__title {
      font-size: 36px; } }
  @media (min-width: 768px) and (max-width: 1023px) {
    .choose-plan__header__title {
      font-size: 28px; } }
  @media (min-width: 360px) and (max-width: 767px) {
    .choose-plan__header__title {
      font-size: 24px;
      margin-bottom: 8px; } }

.selectedCountryWrapper {
  margin-bottom: 16px; }

.choose-plan__header__subtitle {
  font-size: 24px;
  margin: 0;
  line-height: 40px; }
  @media (min-width: 768px) and (max-width: 1023px) {
    .choose-plan__header__subtitle {
      line-height: 36px; } }

.choose-plan__card__wrapper__border {
  padding: 1px;
  border-radius: 16px;
  background: white; }
  @media (min-width: 1024px) and (max-width: 1439px) {
    .choose-plan__card__wrapper__border {
      width: 446px;
      margin-bottom: 46px; } }
  @media (min-width: 768px) and (max-width: 1023px) {
    .choose-plan__card__wrapper__border {
      width: 446px;
      margin-bottom: 46px; } }
  @media (min-width: 360px) and (max-width: 767px) {
    .choose-plan__card__wrapper__border {
      width: 322px;
      margin-bottom: 38px; } }

.choose-plan__card__wrapper {
  display: flex;
  flex-direction: column;
  padding: 80px 85px 32px 85px;
  background-color: white;
  border-radius: 16px;
  align-items: center;
  height: 400px;
  position: relative; }
  @media (min-width: 1440px) and (max-width: 1919px) {
    .choose-plan__card__wrapper {
      padding: 80px 80px 32px 80px; } }
  @media (min-width: 1024px) and (max-width: 1439px) {
    .choose-plan__card__wrapper {
      padding: 80px 77px 32px 77px;
      width: 444px; } }
  @media (min-width: 768px) and (max-width: 1023px) {
    .choose-plan__card__wrapper {
      padding: 80px 90px 32px 90px;
      width: 444px; } }
  @media (min-width: 360px) and (max-width: 767px) {
    .choose-plan__card__wrapper {
      padding: 58px 52px 24px 52px;
      width: 320px; } }

.choose-plan__card__title__wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 24px;
  margin-bottom: 40px; }

.choose-plan__card__currency {
  font-weight: 600;
  font-size: 24px;
  line-height: 36px;
  color: rgba(34, 46, 58, 0.4); }
  @media (min-width: 360px) and (max-width: 767px) {
    .choose-plan__card__currency {
      font-size: 20px; } }

.choose-plan__card__value {
  font-weight: 600;
  font-size: 80px;
  letter-spacing: -0.04em;
  color: #222e3a;
  margin: 0px;
  margin-left: 16px;
  margin-right: 16px; }
  @media (min-width: 1440px) and (max-width: 1919px) {
    .choose-plan__card__value {
      font-size: 72px; } }
  @media (min-width: 1024px) and (max-width: 1439px) {
    .choose-plan__card__value {
      font-size: 72px; } }
  @media (min-width: 768px) and (max-width: 1023px) {
    .choose-plan__card__value {
      font-size: 64px; } }
  @media (min-width: 360px) and (max-width: 767px) {
    .choose-plan__card__value {
      font-size: 48px; } }

.choose-plan__card__additional__text {
  font-weight: 600;
  font-size: 18px;
  margin: 0;
  margin-bottom: 12px; }

.choose-plan__card__additional__old-price {
  color: #fe405c;
  text-decoration: line-through;
  font-weight: 600;
  font-size: 18px;
  margin: 0px 4px 12px 0px; }

.choose-plan__card__additional__bottom__text {
  font-size: 18px;
  margin: 0;
  color: rgba(34, 46, 58, 0.5); }

.choose-plan__card__save {
  background-color: #fe405c;
  color: white;
  border-radius: 32px;
  padding: 8px 24px 8px 24px;
  margin-top: -100px;
  position: absolute; }
  @media (min-width: 360px) and (max-width: 767px) {
    .choose-plan__card__save {
      margin-top: -75px; } }

.choose-plan__check {
  position: absolute;
  top: 44px;
  left: 24px;
  display: none; }

.choose-plan__card__border__information {
  display: flex;
  align-items: center;
  padding: 0px 30px 0px 30px; }

.choose-plan__card__border__information__image {
  width: 50px;
  height: 50px;
  margin-right: 20px; }

.choose-plan__card__border__information__text {
  font-weight: 600;
  font-size: 18px;
  color: white;
  width: 378px; }
  @media (min-width: 1440px) and (max-width: 1919px) {
    .choose-plan__card__border__information__text {
      width: 266px; } }
  @media (min-width: 1024px) and (max-width: 1439px) {
    .choose-plan__card__border__information__text {
      width: 302px; } }
  @media (min-width: 768px) and (max-width: 1023px) {
    .choose-plan__card__border__information__text {
      width: 344px; } }
  @media (min-width: 360px) and (max-width: 767px) {
    .choose-plan__card__border__information__text {
      width: 240px; } }

.choose-plan__selector__wrapper {
  display: flex; }
  @media (min-width: 360px) and (max-width: 767px) {
    .choose-plan__selector__wrapper {
      flex-direction: column;
      width: 100%; } }

#selectedCountry {
  font-weight: 400;
  font-size: 44px;
  cursor: pointer;
  margin: 0;
  margin-left: 24px; }
  @media (min-width: 1024px) and (max-width: 1439px) {
    #selectedCountry {
      font-size: 36px; } }
  @media (min-width: 768px) and (max-width: 1023px) {
    #selectedCountry {
      font-size: 28px; } }
  @media (min-width: 360px) and (max-width: 767px) {
    #selectedCountry {
      font-size: 18px;
      margin-left: 16px;
      width: 100%;
      font-weight: 600;
      line-height: 56px; } }

.selectedCountryWrapper {
  display: flex;
  align-items: center; }
  @media (min-width: 360px) and (max-width: 767px) {
    .selectedCountryWrapper {
      border: 1px solid #3da8de;
      border-radius: 8px;
      background-color: white; }
      .selectedCountryWrapper:hover {
        opacity: 0.8; } }

.choose-plan__bottom__button__wrapper {
  display: flex;
  justify-content: flex-end; }
  @media (min-width: 1024px) and (max-width: 1439px) {
    .choose-plan__bottom__button__wrapper {
      justify-content: center; } }
  @media (min-width: 768px) and (max-width: 1023px) {
    .choose-plan__bottom__button__wrapper {
      justify-content: center; } }
  @media (min-width: 360px) and (max-width: 767px) {
    .choose-plan__bottom__button__wrapper {
      justify-content: center; } }

.choose-plan__arrow {
  transform: rotate(0deg);
  padding-left: 8px;
  width: 32px;
  height: 32px; }

.choose-plan__cards__wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 24px;
  align-items: baseline; }
  .choose-plan__cards__wrapper .month__text {
    font-weight: 700;
    font-family: "Poppins", sans-serif; }
  @media screen and (max-width: 1237px) {
    .choose-plan__cards__wrapper {
      justify-content: center; } }
  @media only screen and (max-width: 1024px) {
    .choose-plan__cards__wrapper {
      flex-wrap: nowrap;
      flex-direction: column;
      align-items: center; } }
  @media only screen and (max-width: 768px) {
    .choose-plan__cards__wrapper {
      flex-direction: column;
      align-items: center; } }

.pricing_wrapper {
  min-width: 333px;
  width: 32%;
  border-radius: 16px;
  margin: 0 15px 46px 0;
  cursor: pointer;
  background: #dde2e4;
  min-height: 473px;
  align-self: end; }
  @media only screen and (max-width: 1264px) {
    .pricing_wrapper {
      width: 50%; } }
  @media only screen and (max-width: 1024px) {
    .pricing_wrapper {
      align-self: center;
      min-width: 444px;
      margin: 0 0 46px 0; } }
  @media only screen and (max-width: 768px) {
    .pricing_wrapper {
      min-width: 333px;
      min-height: 296px; } }
  @media only screen and (max-width: 360px) {
    .pricing_wrapper {
      min-width: auto;
      width: 100%;
      margin: 0 0 46px; } }
  .pricing_wrapper--active {
    padding: 1px;
    background: linear-gradient(to right, #0b4081, #3da8de); }
    .pricing_wrapper--active .pricing_block__check {
      display: block !important; }
  .pricing_wrapper .pricing_block {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    border-radius: 16px;
    padding: 80px 15px 0;
    align-items: center;
    text-align: center;
    background: white;
    width: 100%;
    min-height: 473px; }
    @media only screen and (max-width: 768px) {
      .pricing_wrapper .pricing_block {
        min-height: 296px;
        padding: 58px 15px 0; } }
    .pricing_wrapper .pricing_block__check {
      position: absolute;
      top: 30px;
      left: 30px;
      width: 40px;
      height: 40px;
      border-radius: 50%;
      background: #3982C4;
      display: none; }
      .pricing_wrapper .pricing_block__check::before {
        color: white;
        position: relative;
        top: 7px;
        font-size: 24px; }
    .pricing_wrapper .pricing_block__save {
      position: absolute;
      top: -20px;
      background: #E8EBF0;
      font-weight: 500;
      font-size: 18px;
      line-height: 28px;
      color: black;
      padding: 5px 20px;
      border-radius: 20px; }
      .pricing_wrapper .pricing_block__save--hot {
        color: white;
        background: #FE405C; }
    .pricing_wrapper .pricing_block .month {
      position: relative;
      display: flex;
      justify-content: center;
      align-items: center;
      padding: 10px 20px;
      background: #e8ebf0;
      margin-bottom: 24px; }
      .pricing_wrapper .pricing_block .month__decor span {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%; }
        .pricing_wrapper .pricing_block .month__decor span:first-child::before, .pricing_wrapper .pricing_block .month__decor span:first-child::after {
          content: '';
          position: absolute;
          left: -20px;
          width: 0;
          height: 0;
          border-style: solid; }
        .pricing_wrapper .pricing_block .month__decor span:first-child::before {
          top: 0;
          border-width: 0 20px 38px 0;
          border-color: transparent #e8ebf0 transparent transparent; }
        .pricing_wrapper .pricing_block .month__decor span:first-child::after {
          bottom: 0;
          border-width: 0 0 38px 20px;
          border-color: transparent transparent #e8ebf0 transparent; }
        .pricing_wrapper .pricing_block .month__decor span:last-child::before, .pricing_wrapper .pricing_block .month__decor span:last-child::after {
          content: '';
          position: absolute;
          right: -20px;
          width: 0;
          height: 0;
          border-style: solid; }
        .pricing_wrapper .pricing_block .month__decor span:last-child::before {
          top: 0;
          border-width: 38px 20px 0 0;
          border-color: #e8ebf0 transparent transparent transparent; }
        .pricing_wrapper .pricing_block .month__decor span:last-child::after {
          bottom: 0;
          border-width: 38px 0 0 20px;
          border-color: transparent transparent transparent #e8ebf0; }
    .pricing_wrapper .pricing_block__price {
      font-weight: 600;
      font-size: 80px;
      line-height: 120px;
      margin-bottom: 40px;
      display: flex;
      align-items: center; }
      @media (min-width: 768px) and (max-width: 1023px) {
        .pricing_wrapper .pricing_block__price {
          font-size: 64px;
          line-height: 96px; } }
      @media (min-width: 360px) and (max-width: 767px) {
        .pricing_wrapper .pricing_block__price {
          font-size: 48px;
          line-height: 72px; } }
      .pricing_wrapper .pricing_block__price span:last-child {
        margin-left: 15px; }
      .pricing_wrapper .pricing_block__price span:last-child, .pricing_wrapper .pricing_block__price::before {
        font-weight: bold;
        font-size: 24px;
        line-height: 36px;
        color: #222E3A;
        opacity: 0.4; }
      .pricing_wrapper .pricing_block__price::before {
        content: '$';
        margin-right: 15px; }
    .pricing_wrapper .pricing_block__desc {
      font-size: 18px;
      line-height: 160%;
      margin-bottom: 32px;
      font-weight: bold; }
      .pricing_wrapper .pricing_block__desc p:last-child {
        color: #222E3A;
        opacity: 0.5;
        font-weight: normal; }
      .pricing_wrapper .pricing_block__desc strike {
        color: #fe435e;
        font-size: 22px; }
  .pricing_wrapper .banner_block {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 5%; }
    .pricing_wrapper .banner_block::before {
      content: url(../img/9168a9f41999fcde6cce53e3b36209df.svg);
      margin-right: 27px; }
    .pricing_wrapper .banner_block .desc {
      font-weight: bold;
      font-size: 18px;
      line-height: 160%;
      color: white; }

.modal {
  display: none;
  /* Hidden by default */
  position: fixed;
  /* Stay in place */
  z-index: 3;
  /* Sit on top */
  padding-top: 100px;
  /* Location of the box */
  left: 0;
  top: 0;
  width: 100%;
  /* Full width */
  height: 100%;
  /* Full height */
  overflow: auto;
  /* Enable scroll if needed */
  background-color: black;
  /* Fallback color */
  background-color: rgba(0, 0, 0, 0.4);
  /* Black w/ opacity */ }

/* Modal Content */
.modal-content {
  background-color: #fefefe;
  margin: auto;
  padding: 60px;
  border: 1px solid #888;
  width: 1608px;
  border-radius: 16px; }
  @media (min-width: 1440px) and (max-width: 1919px) {
    .modal-content {
      width: 1272px; } }
  @media (min-width: 1024px) and (max-width: 1439px) {
    .modal-content {
      width: 912px;
      padding: 40px; } }
  @media (min-width: 768px) and (max-width: 1023px) {
    .modal-content {
      width: 680px;
      padding: 32px; } }
  @media (min-width: 360px) and (max-width: 767px) {
    .modal-content {
      width: 100%;
      padding: 24px; } }

/* The Close Button */
.close {
  color: #3982c4;
  float: right;
  font-size: 28px;
  font-weight: bold; }

.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer; }

.modal-content__wrapper {
  display: flex;
  justify-content: space-between; }
  @media (min-width: 768px) and (max-width: 1023px) {
    .modal-content__wrapper {
      flex-direction: column; } }
  @media (min-width: 360px) and (max-width: 767px) {
    .modal-content__wrapper {
      flex-direction: column; } }

.modal-title {
  font-weight: 600;
  font-size: 48px;
  color: #222e3a;
  margin: 0;
  margin-bottom: 60px; }
  @media (min-width: 1024px) and (max-width: 1439px) {
    .modal-title {
      font-size: 40px; } }
  @media (min-width: 768px) and (max-width: 1023px) {
    .modal-title {
      font-size: 32px; } }
  @media (min-width: 360px) and (max-width: 767px) {
    .modal-title {
      font-size: 24px; } }

.inputGroup {
  background-color: #fff;
  display: block;
  margin: 10px 0;
  position: relative; }
  .inputGroup label {
    padding: 12px 70px;
    width: 100%;
    display: block;
    text-align: left;
    color: rgba(34, 46, 58, 0.5);
    cursor: pointer;
    position: relative;
    z-index: 2;
    transition: color 200ms ease-in;
    overflow: hidden;
    background: #f2f5f6;
    border-radius: 8px; }
    @media (min-width: 1024px) and (max-width: 1439px) {
      .inputGroup label {
        padding: 12px 20px 12px 70px; } }
    .inputGroup label:before {
      width: 10px;
      height: 10px;
      border-radius: 50%;
      content: "";
      background-color: #e8ebf0;
      position: absolute;
      left: 50%;
      top: 50%;
      transform: translate(-50%, -50%) scale3d(1, 1, 1);
      transition: all 300ms cubic-bezier(0.4, 0, 0.2, 1);
      opacity: 0;
      z-index: -1; }
    .inputGroup label:after {
      width: 32px;
      height: 32px;
      content: "";
      border: 2px solid #d1d7dc;
      background-color: #fff;
      background-image: url("data:image/svg+xml,%3Csvg width='32' height='32' viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5.414 11L4 12.414l5.414 5.414L20.828 6.414 19.414 5l-10 10z' fill='%23fff' fill-rule='nonzero'/%3E%3C/svg%3E ");
      background-repeat: no-repeat;
      background-position: 2px 3px;
      border-radius: 50%;
      z-index: 2;
      position: absolute;
      left: 24px;
      top: 50%;
      transform: translateY(-50%);
      cursor: pointer;
      transition: all 200ms ease-in; }
  .inputGroup input:checked ~ label {
    color: #222e3a;
    border: 2px solid #3da8de;
    border-radius: 8px;
    background: white; }
    .inputGroup input:checked ~ label:before {
      transform: translate(-50%, -50%) scale3d(56, 56, 1); }
    .inputGroup input:checked ~ label:after {
      background-color: #3982c4;
      border-color: #3982c4; }
  .inputGroup input {
    width: 32px;
    height: 32px;
    order: 1;
    z-index: 2;
    position: absolute;
    right: 30px;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
    visibility: hidden; }

.form {
  padding: 0 16px;
  width: 400px;
  font-size: 18px;
  font-weight: 600;
  line-height: 36px; }
  @media (min-width: 768px) and (max-width: 1023px) {
    .form {
      display: none; } }
  @media (min-width: 360px) and (max-width: 767px) {
    .form {
      display: none; } }

.map {
  width: 885px;
  height: 554px; }
  @media (min-width: 1440px) and (max-width: 1919px) {
    .map {
      width: 771px;
      height: 483px; } }
  @media (min-width: 1024px) and (max-width: 1439px) {
    .map {
      width: 532px;
      height: 333px; } }
  @media (min-width: 768px) and (max-width: 1023px) {
    .map {
      width: 483px;
      height: 302px; } }
  @media (min-width: 360px) and (max-width: 767px) {
    .map {
      display: none; } }

@media (min-width: 768px) and (max-width: 1023px) {
  .map__wrapper {
    display: flex;
    justify-content: center; } }

.select__wrap {
  display: none;
  border: 0;
  width: 306px;
  border-radius: 8px;
  -moz-appearance: none;
       appearance: none;
  font-size: 18px;
  background: #ffffff;
  padding: 14px 24px 14px 24px;
  background-image: url(../img/e3b8221e30fb54a73ea82cbc38fc39d8.svg);
  background-repeat: no-repeat;
  background-size: 20px 20px;
  background-position: right center;
  background-position-x: 95%;
  -webkit-appearance: none;
  border: 3px solid;
  border-image: linear-gradient(45deg, #3da8de, #0b4081) 1;
  border-radius: 6px;
  margin-bottom: 32px; }
  .select__wrap select::-ms-value {
    background: transparent; }
  @media (min-width: 768px) and (max-width: 1023px) {
    .select__wrap {
      display: block; } }
  @media (min-width: 360px) and (max-width: 767px) {
    .select__wrap {
      display: block;
      width: 100%; } }

.countries__wrapper {
  display: grid;
  grid-template-columns: 350px 350px 350px 350px;
  grid-gap: 16px;
  margin-right: 0px; }
  @media (min-width: 1440px) and (max-width: 1919px) {
    .countries__wrapper {
      grid-template-columns: 250px 250px 250px 250px; } }
  @media (min-width: 1024px) and (max-width: 1439px) {
    .countries__wrapper {
      grid-template-columns: 250px 250px 250px; } }
  @media (min-width: 768px) and (max-width: 1023px) {
    .countries__wrapper {
      grid-template-columns: auto auto auto; } }
  @media (min-width: 360px) and (max-width: 767px) {
    .countries__wrapper {
      grid-template-columns: 100%; } }

.countries-list-item {
  display: flex;
  align-items: center;
  font-size: 20px;
  font-weight: 400;
  color: #222e3a;
  cursor: pointer; }
  .countries-list-item img {
    margin-right: 16px; }
  .countries-list-item p {
    margin: 0; }

.countries-list__title {
  font-weight: 600;
  font-size: 32px;
  color: #222e3a; }

.region__list {
  display: none; }

a#denmark {
  grid-column: 1; }

a#norway {
  grid-row: 10;
  grid-column: 1; }

a#estonia {
  grid-column: 3; }

a#iceland {
  grid-row: 9;
  grid-column: 2; }

a#finland {
  grid-column: 3; }

@media (min-width: 360px) and (max-width: 767px) {
  a#denmark {
    grid-column: 1; }
  a#norway {
    grid-row: 10;
    grid-column: 1; }
  a#estonia {
    grid-column: 1; }
  a#iceland {
    grid-row: 9;
    grid-column: 1; }
  a#finland {
    grid-column: 1; } }

.support__wrapper {
  padding: 150px 156px 200px 156px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background: #f3f6f7; }
  @media (min-width: 1440px) and (max-width: 1919px) {
    .support__wrapper {
      padding: 150px 80px 120px 80px; } }
  @media (min-width: 1024px) and (max-width: 1439px) {
    .support__wrapper {
      padding: 150px 20px 160px 20px; } }
  @media (min-width: 768px) and (max-width: 1023px) {
    .support__wrapper {
      padding: 150px 20px 60px 20px; } }
  @media (min-width: 360px) and (max-width: 767px) {
    .support__wrapper {
      padding: 150px 20px 40px 20px; } }

.support__cards-wrapper {
  display: flex;
  justify-content: center; }
  @media (min-width: 1024px) and (max-width: 1439px) {
    .support__cards-wrapper {
      flex-direction: column;
      align-items: center; } }
  @media (min-width: 768px) and (max-width: 1023px) {
    .support__cards-wrapper {
      flex-direction: column;
      align-items: center; } }
  @media (min-width: 360px) and (max-width: 767px) {
    .support__cards-wrapper {
      flex-direction: column;
      align-items: center; } }

.support__card-wrapper {
  border-radius: 16px;
  background-color: white;
  display: flex;
  flex-direction: column;
  padding: 56px 120px 56px 120px;
  align-items: center;
  margin-right: 24px;
  width: 520px; }
  @media (min-width: 1440px) and (max-width: 1919px) {
    .support__card-wrapper {
      padding: 56px 70px 56px 70px;
      width: 408px; } }
  @media (min-width: 1024px) and (max-width: 1439px) {
    .support__card-wrapper {
      padding: 56px 90px 56px 90px;
      margin-bottom: 24px;
      width: 444px;
      max-width: 444px;
      margin-right: 0px; } }
  @media (min-width: 768px) and (max-width: 1023px) {
    .support__card-wrapper {
      padding: 40px 100px 40px 100px;
      margin-bottom: 24px;
      width: 444px;
      max-width: 444px;
      margin-right: 0px; } }
  @media (min-width: 360px) and (max-width: 767px) {
    .support__card-wrapper {
      padding: 32px 45px 32px 45px;
      margin-bottom: 16px;
      max-width: 320px;
      margin-right: 0px; } }

.support__card-image {
  width: 140px;
  height: 140px; }
  @media (min-width: 768px) and (max-width: 1023px) {
    .support__card-image {
      width: 112px;
      height: 112px; } }
  @media (min-width: 360px) and (max-width: 767px) {
    .support__card-image {
      width: 80px;
      height: 80px; } }

.support__card-title {
  font-weight: 600;
  font-size: 24px;
  line-height: 36px;
  text-align: center; }
  @media (min-width: 768px) and (max-width: 1023px) {
    .support__card-title {
      font-size: 22px; } }
  @media (min-width: 360px) and (max-width: 767px) {
    .support__card-title {
      font-size: 18px; } }

.support__bottom-title {
  font-weight: 600;
  font-size: 48px;
  text-align: center;
  margin-top: 80px; }
  @media (min-width: 1024px) and (max-width: 1439px) {
    .support__bottom-title {
      font-size: 48px; } }
  @media (min-width: 768px) and (max-width: 1023px) {
    .support__bottom-title {
      font-size: 36px; } }
  @media (min-width: 360px) and (max-width: 767px) {
    .support__bottom-title {
      font-size: 24px;
      margin-top: 40px; } }

.support__send-cards-wrapper {
  display: flex;
  justify-content: space-between;
  max-width: 610px;
  margin: auto;
  flex-wrap: wrap; }

.support__send-card-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center; }
  @media (min-width: 360px) and (max-width: 767px) {
    .support__send-card-wrapper {
      width: 100%;
      margin-bottom: 37px; } }

.support__send-card-image {
  width: 140px;
  height: 140px;
  margin: 0 15px 15px; }
  @media (min-width: 360px) and (max-width: 767px) {
    .support__send-card-image {
      width: 80px;
      height: 80px;
      margin: 0; } }

.support__send-card-title {
  font-weight: 600;
  font-size: 24px; }
  @media (min-width: 768px) and (max-width: 1023px) {
    .support__send-card-title {
      font-size: 22px; } }
  @media (min-width: 360px) and (max-width: 767px) {
    .support__send-card-title {
      font-size: 18px; } }

.support__button {
  font-size: 20px; }
  @media (min-width: 768px) and (max-width: 1023px) {
    .support__button {
      font-size: 18px; } }
  @media (min-width: 360px) and (max-width: 767px) {
    .support__button {
      font-size: 16px; } }

.affiliates-upper-block__container {
  display: flex;
  flex-direction: column;
  padding: 10%; }
  @media (min-width: 768px) and (max-width: 1023px) {
    .affiliates-upper-block__container {
      padding: 15% 10%; } }
  @media (min-width: 360px) and (max-width: 767px) {
    .affiliates-upper-block__container {
      padding: 20% 10%; } }

.affiliates__title {
  font-weight: 600;
  font-size: 64px;
  max-width: 920px;
  margin-bottom: 40px; }
  @media (min-width: 1440px) and (max-width: 1919px) {
    .affiliates__title {
      font-size: 56px; } }
  @media (min-width: 1024px) and (max-width: 1439px) {
    .affiliates__title {
      font-size: 56px; } }
  @media (min-width: 768px) and (max-width: 1023px) {
    .affiliates__title {
      font-size: 48px;
      text-align: center; } }
  @media (min-width: 360px) and (max-width: 767px) {
    .affiliates__title {
      font-size: 30px;
      text-align: center; } }

.affiliates-upper-block__wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: auto auto;
  grid-column-gap: 15px; }
  .affiliates-upper-block__wrapper :nth-child(2) {
    grid-column: 1;
    grid-row: 1; }
  .affiliates-upper-block__wrapper :nth-child(2) {
    grid-column: 2;
    grid-row: 1 / 3; }
  .affiliates-upper-block__wrapper :nth-child(3) {
    grid-row: 2; }
  @media only screen and (max-width: 1024px) {
    .affiliates-upper-block__wrapper {
      display: grid;
      grid-template-columns: 1fr;
      grid-template-rows: auto auto auto;
      justify-items: center;
      margin-bottom: 50px; }
      .affiliates-upper-block__wrapper :nth-child(1) {
        grid-column: 1;
        grid-row: 1; }
      .affiliates-upper-block__wrapper :nth-child(2) {
        grid-column: 1;
        grid-row: 3; }
      .affiliates-upper-block__wrapper :nth-child(3) {
        grid-column: 1;
        grid-row: 2; } }

.affiliates-upper-block__description-wrapper {
  display: flex;
  flex-direction: column;
  max-width: 650px;
  margin-right: 15px; }

.affiliates-upper-block__description-wrapper ul {
  display: flex;
  flex-direction: column;
  padding: 0; }

.affiliates-upper-block__description-wrapper ul li {
  display: flex;
  font-weight: 300;
  font-size: 18px;
  max-width: 615px;
  margin-bottom: 16px;
  line-height: 160%; }
  @media only screen and (max-width: 1024px) {
    .affiliates-upper-block__description-wrapper ul li {
      max-width: 650px; } }

.affiliates-upper-block__description-wrapper ul li::before {
  content: url(../img/1081e65a2b2b2a8572006bb67f21bfe4.svg);
  width: 30px;
  height: 30px;
  margin-right: 20px; }

.affiliates-upper-block__button-wrapper {
  display: flex; }
  @media (min-width: 768px) and (max-width: 1023px) {
    .affiliates-upper-block__button-wrapper {
      justify-content: center; } }
  @media (min-width: 360px) and (max-width: 767px) {
    .affiliates-upper-block__button-wrapper {
      justify-content: center; } }

.affiliates-upper-block__image {
  width: 560px;
  height: 560px; }
  @media (min-width: 1440px) and (max-width: 1919px) {
    .affiliates-upper-block__image {
      width: 468px;
      height: 468px; } }
  @media (min-width: 1024px) and (max-width: 1439px) {
    .affiliates-upper-block__image {
      width: 380px;
      height: 380px; } }
  @media (min-width: 768px) and (max-width: 1023px) {
    .affiliates-upper-block__image {
      width: 332px;
      height: 332px; } }
  @media (min-width: 360px) and (max-width: 767px) {
    .affiliates-upper-block__image {
      width: 222px;
      height: 222px; } }

.affiliates-upper-block__description-title {
  font-size: 24px; }
  @media (min-width: 768px) and (max-width: 1023px) {
    .affiliates-upper-block__description-title {
      font-size: 20px;
      text-align: center; } }
  @media (min-width: 360px) and (max-width: 767px) {
    .affiliates-upper-block__description-title {
      font-size: 16px;
      text-align: center; } }
  @media only screen and (max-width: 1024px) {
    .affiliates-upper-block__description-title {
      text-align: center; } }

.affiliates-upper-block__description-list-wrapper {
  display: flex;
  flex-direction: column;
  padding: 0; }

.affiliates-upper-block__description-list-item {
  display: flex;
  font-weight: 300;
  font-size: 18px;
  max-width: 615px;
  margin-bottom: 16px;
  line-height: 160%; }
  @media (min-width: 768px) and (max-width: 1023px) {
    .affiliates-upper-block__description-list-item {
      font-size: 16px; } }
  @media (min-width: 360px) and (max-width: 767px) {
    .affiliates-upper-block__description-list-item {
      font-size: 14px; } }

.affiliates-upper-block__description-list-item-check {
  width: 30px;
  height: 30px;
  margin-right: 20px; }

.affiliates-upper-block__description-button {
  font-size: 22px;
  width: 300px;
  margin-top: 30px; }
  @media only screen and (max-width: 1024px) {
    .affiliates-upper-block__description-button {
      align-self: center;
      margin-top: 0;
      margin-bottom: 50px; } }

.affiliates-bottom-block__container {
  padding: 0 10% 10%; }

.affiliates-bottom-block__title {
  font-weight: 600;
  font-size: 64px;
  text-align: center;
  margin: 0;
  margin-bottom: 80px; }
  @media (min-width: 1440px) and (max-width: 1919px) {
    .affiliates-bottom-block__title {
      padding: 0 130px; } }
  @media (min-width: 1024px) and (max-width: 1439px) {
    .affiliates-bottom-block__title {
      font-size: 56px;
      margin-bottom: 60px; } }
  @media (min-width: 768px) and (max-width: 1023px) {
    .affiliates-bottom-block__title {
      font-size: 40px;
      margin-bottom: 48px; } }
  @media (min-width: 360px) and (max-width: 767px) {
    .affiliates-bottom-block__title {
      font-size: 30px;
      margin-bottom: 32px; } }

.affiliates__cards-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between; }
  @media (min-width: 1024px) and (max-width: 1439px) {
    .affiliates__cards-wrapper {
      justify-content: center; } }
  @media (min-width: 768px) and (max-width: 1023px) {
    .affiliates__cards-wrapper {
      font-size: 40px;
      justify-content: center; } }
  @media (min-width: 360px) and (max-width: 767px) {
    .affiliates__cards-wrapper {
      font-size: 30px;
      justify-content: center; } }

.affiliates__card-wrapper {
  display: flex;
  align-items: flex-start;
  margin-bottom: 50px; }
  .affiliates__card-wrapper h3 {
    font-weight: 600;
    font-size: 24px;
    line-height: 120%;
    margin-top: 0; }
    @media (min-width: 768px) and (max-width: 1023px) {
      .affiliates__card-wrapper h3 {
        font-size: 22px; } }
    @media (min-width: 360px) and (max-width: 767px) {
      .affiliates__card-wrapper h3 {
        font-size: 18px; } }
  .affiliates__card-wrapper p {
    font-weight: 300;
    font-size: 18px;
    line-height: 160%; }
    @media (min-width: 1440px) and (max-width: 1919px) {
      .affiliates__card-wrapper p {
        max-width: 408px; } }
    @media (min-width: 768px) and (max-width: 1023px) {
      .affiliates__card-wrapper p {
        font-size: 16px; } }
    @media (min-width: 360px) and (max-width: 767px) {
      .affiliates__card-wrapper p {
        font-size: 14px; } }

.affiliates__card-description-wrapper {
  display: flex;
  flex-direction: column;
  max-width: 515px; }
  @media (min-width: 1440px) and (max-width: 1919px) {
    .affiliates__card-description-wrapper {
      max-width: 400px; } }

.affiliates__card-title {
  font-weight: 600;
  font-size: 24px;
  line-height: 120%;
  margin-top: 0; }
  @media (min-width: 768px) and (max-width: 1023px) {
    .affiliates__card-title {
      font-size: 22px; } }
  @media (min-width: 360px) and (max-width: 767px) {
    .affiliates__card-title {
      font-size: 18px; } }

.affiliates__card-description {
  font-weight: 300;
  font-size: 18px;
  line-height: 160%; }
  @media (min-width: 1440px) and (max-width: 1919px) {
    .affiliates__card-description {
      max-width: 408px; } }
  @media (min-width: 768px) and (max-width: 1023px) {
    .affiliates__card-description {
      font-size: 16px; } }
  @media (min-width: 360px) and (max-width: 767px) {
    .affiliates__card-description {
      font-size: 14px; } }

.affiliates__card-image {
  margin-right: 32px; }
  @media (min-width: 1024px) and (max-width: 1439px) {
    .affiliates__card-image {
      width: 112px;
      height: 112px; } }
  @media (min-width: 768px) and (max-width: 1023px) {
    .affiliates__card-image {
      width: 80px;
      height: 80px; } }
  @media (min-width: 360px) and (max-width: 767px) {
    .affiliates__card-image {
      width: 64px;
      height: 64px; } }

.footer-affiliates__content-wrapper {
  display: flex;
  align-items: center;
  flex-direction: column; }

.footer-affiliates__title {
  font-weight: 600;
  font-size: 64px;
  line-height: 120%;
  margin: 0;
  margin-bottom: 32px;
  color: white; }
  @media (min-width: 1024px) and (max-width: 1439px) {
    .footer-affiliates__title {
      font-size: 56px; } }
  @media (min-width: 768px) and (max-width: 1023px) {
    .footer-affiliates__title {
      font-size: 40px; } }
  @media (min-width: 360px) and (max-width: 767px) {
    .footer-affiliates__title {
      font-size: 32px; } }

.footer-affiliates__description {
  font-size: 24px;
  line-height: 180%;
  max-width: 1066px;
  color: white;
  text-align: center;
  margin-bottom: 48px; }
  .footer-affiliates__description a {
    color: #fe405c; }
    .footer-affiliates__description a:hover {
      color: white; }
  @media (min-width: 768px) and (max-width: 1023px) {
    .footer-affiliates__description {
      font-size: 18px; } }
  @media (min-width: 360px) and (max-width: 767px) {
    .footer-affiliates__description {
      font-size: 16px; } }

.footer-affiliates__description-button {
  font-size: 22px;
  margin-bottom: 200px; }
  @media (min-width: 1024px) and (max-width: 1439px) {
    .footer-affiliates__description-button {
      margin-bottom: 160px; } }
  @media (min-width: 768px) and (max-width: 1023px) {
    .footer-affiliates__description-button {
      font-size: 18px;
      margin-bottom: 80px; } }
  @media (min-width: 360px) and (max-width: 767px) {
    .footer-affiliates__description-button {
      font-size: 16px;
      margin-bottom: 80px; } }

section {
  width: 100%;
  min-height: 500px;
  padding: 10%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center; }
  section h1 {
    font-size: 32px; }
  section h3 {
    font-size: 22px; }
  section span {
    color: #fe405c; }

