@import url(https://fonts.googleapis.com/css?family=Source+Sans+Pro:200,300,400,600,700&display=swap);@charset "UTF-8";

/*!
 *  Font Awesome 4.5.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/vendor/font-awesome/fontawesome-webfont.eot?32400f4e08932a94d8bfd2422702c446);
  src: url(/fonts/vendor/font-awesome/fontawesome-webfont.eot?32400f4e08932a94d8bfd2422702c446) format("embedded-opentype"), url(/fonts/vendor/font-awesome/fontawesome-webfont.woff2?db812d8a70a4e88e888744c1c9a27e89) format("woff2"), url(/fonts/vendor/font-awesome/fontawesome-webfont.woff?a35720c2fed2c7f043bc7e4ffb45e073) format("woff"), url(/fonts/vendor/font-awesome/fontawesome-webfont.ttf?a3de2170e4e9df77161ea5d3f31b2668) format("truetype"), url(/fonts/vendor/font-awesome/fontawesome-webfont.svg?f775f9cca88e21d45bebe185b27c0e5b) format("svg");
  font-weight: normal;
  font-style: normal;
}

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

/* makes the font 33% larger relative to the icon container */

.fa-lg {
  font-size: 1.33333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}

.fa-2x {
  font-size: 2em;
}

.fa-3x {
  font-size: 3em;
}

.fa-4x {
  font-size: 4em;
}

.fa-5x {
  font-size: 5em;
}

.fa-fw {
  width: 1.28571429em;
  text-align: center;
}

.fa-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none;
}

.fa-ul > li {
  position: relative;
}

.fa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: 0.14285714em;
  text-align: center;
}

.fa-li.fa-lg {
  left: -1.85714286em;
}

.fa-border {
  padding: 0.2em 0.25em 0.15em;
  border: solid 0.08em #eeeeee;
  border-radius: 0.1em;
}

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

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

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

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

/* Deprecated as of 4.4.0 */

.pull-right {
  float: right;
}

.pull-left {
  float: left;
}

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

.fa.pull-right {
  margin-left: 0.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 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
  transform: rotate(90deg);
}

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

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

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

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

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  filter: none;
}

.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}

.fa-stack-1x,
.fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}

.fa-stack-1x {
  line-height: inherit;
}

.fa-stack-2x {
  font-size: 2em;
}

.fa-inverse {
  color: #ffffff;
}

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */

.fa-glass:before {
  content: "\F000";
}

.fa-music:before {
  content: "\F001";
}

.fa-search:before {
  content: "\F002";
}

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

.fa-heart:before {
  content: "\F004";
}

.fa-star:before {
  content: "\F005";
}

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

.fa-user:before {
  content: "\F007";
}

.fa-film:before {
  content: "\F008";
}

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

.fa-th:before {
  content: "\F00A";
}

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

.fa-check:before {
  content: "\F00C";
}

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

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

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

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

.fa-signal:before {
  content: "\F012";
}

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

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

.fa-home:before {
  content: "\F015";
}

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

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

.fa-road:before {
  content: "\F018";
}

.fa-download:before {
  content: "\F019";
}

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

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

.fa-inbox:before {
  content: "\F01C";
}

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

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

.fa-refresh:before {
  content: "\F021";
}

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

.fa-lock:before {
  content: "\F023";
}

.fa-flag:before {
  content: "\F024";
}

.fa-headphones:before {
  content: "\F025";
}

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

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

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

.fa-qrcode:before {
  content: "\F029";
}

.fa-barcode:before {
  content: "\F02A";
}

.fa-tag:before {
  content: "\F02B";
}

.fa-tags:before {
  content: "\F02C";
}

.fa-book:before {
  content: "\F02D";
}

.fa-bookmark:before {
  content: "\F02E";
}

.fa-print:before {
  content: "\F02F";
}

.fa-camera:before {
  content: "\F030";
}

.fa-font:before {
  content: "\F031";
}

.fa-bold:before {
  content: "\F032";
}

.fa-italic:before {
  content: "\F033";
}

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

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

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

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

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

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

.fa-list:before {
  content: "\F03A";
}

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

.fa-indent:before {
  content: "\F03C";
}

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

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

.fa-pencil:before {
  content: "\F040";
}

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

.fa-adjust:before {
  content: "\F042";
}

.fa-tint:before {
  content: "\F043";
}

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

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

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

.fa-arrows:before {
  content: "\F047";
}

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

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

.fa-backward:before {
  content: "\F04A";
}

.fa-play:before {
  content: "\F04B";
}

.fa-pause:before {
  content: "\F04C";
}

.fa-stop:before {
  content: "\F04D";
}

.fa-forward:before {
  content: "\F04E";
}

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

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

.fa-eject:before {
  content: "\F052";
}

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

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

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

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

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

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

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

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

.fa-crosshairs:before {
  content: "\F05B";
}

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

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

.fa-ban:before {
  content: "\F05E";
}

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

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

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

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

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

.fa-expand:before {
  content: "\F065";
}

.fa-compress:before {
  content: "\F066";
}

.fa-plus:before {
  content: "\F067";
}

.fa-minus:before {
  content: "\F068";
}

.fa-asterisk:before {
  content: "\F069";
}

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

.fa-gift:before {
  content: "\F06B";
}

.fa-leaf:before {
  content: "\F06C";
}

.fa-fire:before {
  content: "\F06D";
}

.fa-eye:before {
  content: "\F06E";
}

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

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

.fa-plane:before {
  content: "\F072";
}

.fa-calendar:before {
  content: "\F073";
}

.fa-random:before {
  content: "\F074";
}

.fa-comment:before {
  content: "\F075";
}

.fa-magnet:before {
  content: "\F076";
}

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

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

.fa-retweet:before {
  content: "\F079";
}

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

.fa-folder:before {
  content: "\F07B";
}

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

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

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

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

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

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

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

.fa-key:before {
  content: "\F084";
}

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

.fa-comments:before {
  content: "\F086";
}

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

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

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

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

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

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

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

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

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

.fa-trophy:before {
  content: "\F091";
}

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

.fa-upload:before {
  content: "\F093";
}

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

.fa-phone:before {
  content: "\F095";
}

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

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

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

.fa-twitter:before {
  content: "\F099";
}

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

.fa-github:before {
  content: "\F09B";
}

.fa-unlock:before {
  content: "\F09C";
}

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

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

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

.fa-bullhorn:before {
  content: "\F0A1";
}

.fa-bell:before {
  content: "\F0F3";
}

.fa-certificate:before {
  content: "\F0A3";
}

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

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

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

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

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

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

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

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

.fa-globe:before {
  content: "\F0AC";
}

.fa-wrench:before {
  content: "\F0AD";
}

.fa-tasks:before {
  content: "\F0AE";
}

.fa-filter:before {
  content: "\F0B0";
}

.fa-briefcase:before {
  content: "\F0B1";
}

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

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

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

.fa-cloud:before {
  content: "\F0C2";
}

.fa-flask:before {
  content: "\F0C3";
}

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

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

.fa-paperclip:before {
  content: "\F0C6";
}

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

.fa-square:before {
  content: "\F0C8";
}

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

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

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

.fa-strikethrough:before {
  content: "\F0CC";
}

.fa-underline:before {
  content: "\F0CD";
}

.fa-table:before {
  content: "\F0CE";
}

.fa-magic:before {
  content: "\F0D0";
}

.fa-truck:before {
  content: "\F0D1";
}

.fa-pinterest:before {
  content: "\F0D2";
}

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

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

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

.fa-money:before {
  content: "\F0D6";
}

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

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

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

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

.fa-columns:before {
  content: "\F0DB";
}

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

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

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

.fa-envelope:before {
  content: "\F0E0";
}

.fa-linkedin:before {
  content: "\F0E1";
}

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

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

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

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

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

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

.fa-sitemap:before {
  content: "\F0E8";
}

.fa-umbrella:before {
  content: "\F0E9";
}

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

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

.fa-exchange:before {
  content: "\F0EC";
}

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

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

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

.fa-stethoscope:before {
  content: "\F0F1";
}

.fa-suitcase:before {
  content: "\F0F2";
}

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

.fa-coffee:before {
  content: "\F0F4";
}

.fa-cutlery:before {
  content: "\F0F5";
}

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

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

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

.fa-ambulance:before {
  content: "\F0F9";
}

.fa-medkit:before {
  content: "\F0FA";
}

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

.fa-beer:before {
  content: "\F0FC";
}

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

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

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

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

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

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

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

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

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

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

.fa-desktop:before {
  content: "\F108";
}

.fa-laptop:before {
  content: "\F109";
}

.fa-tablet:before {
  content: "\F10A";
}

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

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

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

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

.fa-spinner:before {
  content: "\F110";
}

.fa-circle:before {
  content: "\F111";
}

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

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

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

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

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

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

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

.fa-gamepad:before {
  content: "\F11B";
}

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

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

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

.fa-terminal:before {
  content: "\F120";
}

.fa-code:before {
  content: "\F121";
}

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

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

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

.fa-crop:before {
  content: "\F125";
}

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

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

.fa-question:before {
  content: "\F128";
}

.fa-info:before {
  content: "\F129";
}

.fa-exclamation:before {
  content: "\F12A";
}

.fa-superscript:before {
  content: "\F12B";
}

.fa-subscript:before {
  content: "\F12C";
}

.fa-eraser:before {
  content: "\F12D";
}

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

.fa-microphone:before {
  content: "\F130";
}

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

.fa-shield:before {
  content: "\F132";
}

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

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

.fa-rocket:before {
  content: "\F135";
}

.fa-maxcdn:before {
  content: "\F136";
}

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

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

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

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

.fa-html5:before {
  content: "\F13B";
}

.fa-css3:before {
  content: "\F13C";
}

.fa-anchor:before {
  content: "\F13D";
}

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

.fa-bullseye:before {
  content: "\F140";
}

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

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

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

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

.fa-ticket:before {
  content: "\F145";
}

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

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

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

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

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

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

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

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

.fa-compass:before {
  content: "\F14E";
}

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

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

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

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

.fa-gbp:before {
  content: "\F154";
}

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

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

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

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

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

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

.fa-file:before {
  content: "\F15B";
}

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

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

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

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

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

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

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

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

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

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

.fa-youtube:before {
  content: "\F167";
}

.fa-xing:before {
  content: "\F168";
}

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

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

.fa-dropbox:before {
  content: "\F16B";
}

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

.fa-instagram:before {
  content: "\F16D";
}

.fa-flickr:before {
  content: "\F16E";
}

.fa-adn:before {
  content: "\F170";
}

.fa-bitbucket:before {
  content: "\F171";
}

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

.fa-tumblr:before {
  content: "\F173";
}

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

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

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

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

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

.fa-apple:before {
  content: "\F179";
}

.fa-windows:before {
  content: "\F17A";
}

.fa-android:before {
  content: "\F17B";
}

.fa-linux:before {
  content: "\F17C";
}

.fa-dribbble:before {
  content: "\F17D";
}

.fa-skype:before {
  content: "\F17E";
}

.fa-foursquare:before {
  content: "\F180";
}

.fa-trello:before {
  content: "\F181";
}

.fa-female:before {
  content: "\F182";
}

.fa-male:before {
  content: "\F183";
}

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

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

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

.fa-archive:before {
  content: "\F187";
}

.fa-bug:before {
  content: "\F188";
}

.fa-vk:before {
  content: "\F189";
}

.fa-weibo:before {
  content: "\F18A";
}

.fa-renren:before {
  content: "\F18B";
}

.fa-pagelines:before {
  content: "\F18C";
}

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

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

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

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

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

.fa-wheelchair:before {
  content: "\F193";
}

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

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

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

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

.fa-slack:before {
  content: "\F198";
}

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

.fa-wordpress:before {
  content: "\F19A";
}

.fa-openid:before {
  content: "\F19B";
}

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

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

.fa-yahoo:before {
  content: "\F19E";
}

.fa-google:before {
  content: "\F1A0";
}

.fa-reddit:before {
  content: "\F1A1";
}

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

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

.fa-stumbleupon:before {
  content: "\F1A4";
}

.fa-delicious:before {
  content: "\F1A5";
}

.fa-digg:before {
  content: "\F1A6";
}

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

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

.fa-drupal:before {
  content: "\F1A9";
}

.fa-joomla:before {
  content: "\F1AA";
}

.fa-language:before {
  content: "\F1AB";
}

.fa-fax:before {
  content: "\F1AC";
}

.fa-building:before {
  content: "\F1AD";
}

.fa-child:before {
  content: "\F1AE";
}

.fa-paw:before {
  content: "\F1B0";
}

.fa-spoon:before {
  content: "\F1B1";
}

.fa-cube:before {
  content: "\F1B2";
}

.fa-cubes:before {
  content: "\F1B3";
}

.fa-behance:before {
  content: "\F1B4";
}

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

.fa-steam:before {
  content: "\F1B6";
}

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

.fa-recycle:before {
  content: "\F1B8";
}

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

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

.fa-tree:before {
  content: "\F1BB";
}

.fa-spotify:before {
  content: "\F1BC";
}

.fa-deviantart:before {
  content: "\F1BD";
}

.fa-soundcloud:before {
  content: "\F1BE";
}

.fa-database:before {
  content: "\F1C0";
}

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

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

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

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

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

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

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

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

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

.fa-vine:before {
  content: "\F1CA";
}

.fa-codepen:before {
  content: "\F1CB";
}

.fa-jsfiddle:before {
  content: "\F1CC";
}

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

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

.fa-ra:before,
.fa-rebel:before {
  content: "\F1D0";
}

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

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

.fa-git:before {
  content: "\F1D3";
}

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

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

.fa-qq:before {
  content: "\F1D6";
}

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

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

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

.fa-history:before {
  content: "\F1DA";
}

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

.fa-header:before {
  content: "\F1DC";
}

.fa-paragraph:before {
  content: "\F1DD";
}

.fa-sliders:before {
  content: "\F1DE";
}

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

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

.fa-bomb:before {
  content: "\F1E2";
}

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

.fa-tty:before {
  content: "\F1E4";
}

.fa-binoculars:before {
  content: "\F1E5";
}

.fa-plug:before {
  content: "\F1E6";
}

.fa-slideshare:before {
  content: "\F1E7";
}

.fa-twitch:before {
  content: "\F1E8";
}

.fa-yelp:before {
  content: "\F1E9";
}

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

.fa-wifi:before {
  content: "\F1EB";
}

.fa-calculator:before {
  content: "\F1EC";
}

.fa-paypal:before {
  content: "\F1ED";
}

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

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

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

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

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

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

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

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

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

.fa-trash:before {
  content: "\F1F8";
}

.fa-copyright:before {
  content: "\F1F9";
}

.fa-at:before {
  content: "\F1FA";
}

.fa-eyedropper:before {
  content: "\F1FB";
}

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

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

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

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

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

.fa-lastfm:before {
  content: "\F202";
}

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

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

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

.fa-bicycle:before {
  content: "\F206";
}

.fa-bus:before {
  content: "\F207";
}

.fa-ioxhost:before {
  content: "\F208";
}

.fa-angellist:before {
  content: "\F209";
}

.fa-cc:before {
  content: "\F20A";
}

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

.fa-meanpath:before {
  content: "\F20C";
}

.fa-buysellads:before {
  content: "\F20D";
}

.fa-connectdevelop:before {
  content: "\F20E";
}

.fa-dashcube:before {
  content: "\F210";
}

.fa-forumbee:before {
  content: "\F211";
}

.fa-leanpub:before {
  content: "\F212";
}

.fa-sellsy:before {
  content: "\F213";
}

.fa-shirtsinbulk:before {
  content: "\F214";
}

.fa-simplybuilt:before {
  content: "\F215";
}

.fa-skyatlas:before {
  content: "\F216";
}

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

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

.fa-diamond:before {
  content: "\F219";
}

.fa-ship:before {
  content: "\F21A";
}

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

.fa-motorcycle:before {
  content: "\F21C";
}

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

.fa-heartbeat:before {
  content: "\F21E";
}

.fa-venus:before {
  content: "\F221";
}

.fa-mars:before {
  content: "\F222";
}

.fa-mercury:before {
  content: "\F223";
}

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

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

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

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

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

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

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

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

.fa-neuter:before {
  content: "\F22C";
}

.fa-genderless:before {
  content: "\F22D";
}

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

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

.fa-whatsapp:before {
  content: "\F232";
}

.fa-server:before {
  content: "\F233";
}

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

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

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

.fa-viacoin:before {
  content: "\F237";
}

.fa-train:before {
  content: "\F238";
}

.fa-subway:before {
  content: "\F239";
}

.fa-medium:before {
  content: "\F23A";
}

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

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

.fa-opencart:before {
  content: "\F23D";
}

.fa-expeditedssl:before {
  content: "\F23E";
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.fa-clone:before {
  content: "\F24D";
}

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

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

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

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

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

.fa-hourglass:before {
  content: "\F254";
}

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

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

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

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

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

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

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

.fa-trademark:before {
  content: "\F25C";
}

.fa-registered:before {
  content: "\F25D";
}

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

.fa-gg:before {
  content: "\F260";
}

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

.fa-tripadvisor:before {
  content: "\F262";
}

.fa-odnoklassniki:before {
  content: "\F263";
}

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

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

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

.fa-safari:before {
  content: "\F267";
}

.fa-chrome:before {
  content: "\F268";
}

.fa-firefox:before {
  content: "\F269";
}

.fa-opera:before {
  content: "\F26A";
}

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

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

.fa-contao:before {
  content: "\F26D";
}

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

.fa-amazon:before {
  content: "\F270";
}

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

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

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

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

.fa-industry:before {
  content: "\F275";
}

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

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

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

.fa-map:before {
  content: "\F279";
}

.fa-commenting:before {
  content: "\F27A";
}

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

.fa-houzz:before {
  content: "\F27C";
}

.fa-vimeo:before {
  content: "\F27D";
}

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

.fa-fonticons:before {
  content: "\F280";
}

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

.fa-edge:before {
  content: "\F282";
}

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

.fa-codiepie:before {
  content: "\F284";
}

.fa-modx:before {
  content: "\F285";
}

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

.fa-usb:before {
  content: "\F287";
}

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

.fa-mixcloud:before {
  content: "\F289";
}

.fa-scribd:before {
  content: "\F28A";
}

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

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

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

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

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

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

.fa-hashtag:before {
  content: "\F292";
}

.fa-bluetooth:before {
  content: "\F293";
}

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

.fa-percent:before {
  content: "\F295";
}

*:focus {
  outline: 0;
}

.flexing {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

body,
body.yoursoftwaresupplier {
  font-family: "Source Sans Pro";
  padding: 0;
  margin: 0;
  font-size: 16px;
}

h1,
h2,
h3,
h4,
h5,
p,
a,
input,
figure,
figcaption,
select,
button,
textarea {
  -webkit-appearance: none;
  margin: 0;
  display: block;
  outline: none;
  color: #FFFFFF;
  font-family: "Source Sans Pro";
  border: none;
}

a {
  text-decoration: none;
}

button,
a {
  cursor: pointer;
  background: none;
}

.wide-content {
  width: 90%;
  margin: 0 auto;
  position: relative;
}

@media (min-width: 576px) {
  .wide-content {
    max-width: 540px;
  }
}

@media (min-width: 768px) {
  .wide-content {
    max-width: 840px;
  }
}

@media (min-width: 992px) {
  .wide-content {
    max-width: 960px;
  }
}

@media (min-width: 1200px) {
  .wide-content {
    max-width: 1140px;
  }
}

.top-bar {
  height: 80px;
  width: 100%;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.15);
  display: flex;
  align-items: center;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99998;
  background: #FFFFFF;
}

.top-bar .wide-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.top-bar .wide-content h1 {
  height: 42px;
}

.top-bar .wide-content h1 a {
  display: block;
  height: 42px;
  width: 120px;
}

.top-bar .wide-content h1 a img {
  width: 120px;
  height: 42px;
  display: block;
}

.top-bar .wide-content h1 a img:last-of-type {
  display: none;
}

.top-bar.header-list {
  background: none;
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
}

.top-bar.header-list .wide-content h1 a img:first-of-type {
  display: none;
}

.top-bar.header-list .wide-content h1 a img:last-of-type {
  display: block;
}

.top-bar.header-list .wide-content nav a:first-of-type {
  color: #FFFFFF;
}

.hamburguer {
  display: none;
  height: auto;
  width: 25px;
  cursor: pointer;
  z-index: 999999999;
  margin: 0 0 0 10px;
}

@media (max-width: 900px) {
  .hamburguer {
    display: block;
  }
}

.hamburguer:before,
.hamburguer:after,
.hamburguer span {
  width: 100%;
  display: block;
  height: 3px;
  background: #002452;
  content: "";
  margin-bottom: 4px;
  transition: 0.5s;
}

.hamburguer:after {
  margin: 0;
}

.hamburguer.xicon:before {
  transform: rotate(45deg);
  margin-top: 5px;
}

.hamburguer.xicon:after {
  transform: rotate(-45deg);
  margin-top: -7px;
}

.hamburguer.xicon span {
  display: none;
}

.hamburguer-container {
  display: flex;
  justify-content: center;
  align-items: center;
}

a.last {
  display: flex;
  align-items: center;
  background: #ffb512;
  color: #002452;
  font-size: 14px;
  text-decoration: underline;
  margin-right: 0;
  border-radius: 25px;
  -moz-border-radius: 25px;
  -webkit-border-radius: 25px;
  padding: 15px 25px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

a.last .lnr {
  width: 20px;
  font-size: 18px;
  margin-right: 10px;
}

@media (max-width: 900px) {
  a.last {
    font-size: 12px;
    padding: 10px 20px;
  }

  a.last svg {
    display: none;
  }
}

#navbarDropdown {
  background: none;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  padding: 0;
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
}

#navbarDropdown:after,
#navbarDropdown:before {
  display: none;
}

#navbarDropdown img {
  height: 40px;
  width: 40px;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  overflow: hidden;
}

.dropdown-menu-right {
  padding: 20px 20px;
  background: #ffb512;
  border: 0;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  top: 18px !important;
}

.dropdown-menu-right:before {
  content: "";
  height: 10px;
  width: 10px;
  transform: rotate(45deg);
  background: #ffb512;
  top: -5px;
  right: 18px;
  position: absolute;
}

.dropdown-menu-right div,
.dropdown-menu-right a {
  display: block;
  width: 100%;
  font-size: 12px;
  color: #FFFFFF;
  font-weight: 400;
  margin-bottom: 10px;
}

.dropdown-menu-right div:after,
.dropdown-menu-right a:after,
.dropdown-menu-right div:before,
.dropdown-menu-right a:before {
  display: none;
}

.dropdown-menu-right div span {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  padding: 10px 0;
  display: block;
  width: 100%;
}

.dropdown-menu-right div span:first-of-type {
  padding-top: 0;
  color: #002452;
  font-size: 14px;
  font-weight: 600;
}

.dropdown-menu-right div span small {
  display: block;
  font-size: 100%;
}

.dropdown-menu-right div span:last-of-type {
  padding-right: 20px;
}

.dropdown-menu-right a {
  padding: 0;
  margin: 20px 0 0;
  background: none;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
}

.dropdown-menu-right a:first-of-type {
  color: #002452;
}

.dropdown-menu-right a img,
.dropdown-menu-right a span {
  display: inline-block;
  vertical-align: middle;
}

.dropdown-menu-right a img {
  margin-right: 8px;
  height: 14px;
  -o-object-fit: contain;
     object-fit: contain;
}

.dropdown-menu-right a:hover {
  background: none;
}

section {
  position: relative;
}

section.stage {
  width: 100%;
  overflow: hidden;
  margin-top: 54px;
  height: calc(100vh - 54px);
}

section.stage .wide-content {
  position: absolute;
  height: 100%;
  left: 50%;
  transform: translateX(-50%);
  top: 0;
}

section.stage .text {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 80%;
  transform: translate(-50%, -50%);
  text-align: center;
}

@media (max-width: 900px) {
  section.stage .text {
    width: 100%;
    top: 37%;
  }
}

@media (max-width: 540px) {
  section.stage .text {
    top: 46%;
  }
}

section.stage .text h2,
section.stage .text p {
  color: #172a3a;
}

section.stage .text h2 {
  margin-bottom: 30px;
  display: block;
}

@media (max-width: 900px) {
  section.stage .text h2 {
    margin-bottom: 30px;
  }
}

@media (max-width: 560px) {
  section.stage .text h2 strong {
    display: inline-block;
  }
}

section.stage .text p {
  font-size: 24px;
  font-weight: 300;
  display: inline-block;
  padding: 1px 0 2px;
  position: relative;
  font-weight: 400;
}

section.stage .text p:after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background: #ffb512;
  content: "";
}

section.stage .text p br {
  display: none;
}

@media (max-width: 900px) {
  section.stage .text p {
    font-size: 20px;
  }
}

@media (max-width: 440px) {
  section.stage .text p {
    background: none;
    margin-bottom: 0 !important;
  }

  section.stage .text p:after {
    display: none;
  }

  section.stage .text p span {
    padding: 1px 2px;
    margin-bottom: 5px;
    display: inline-block;
    position: relative;
  }

  section.stage .text p span:after {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background: #ffb512;
    content: "";
  }
}

@media (max-width: 440px) {
  section.stage .text p.mb-5:after {
    display: block;
  }

  section.stage .text p.mb-5 span:after {
    display: none;
  }
}

@media (max-width: 360px) {
  section.stage .text p.mb-5:after {
    display: none;
  }

  section.stage .text p.mb-5 span:after {
    display: block;
  }
}

section.stage .text a {
  margin-top: 100px;
}

@media (max-width: 900px) {
  section.stage .text a {
    margin-top: 40px;
  }
}

@media (max-width: 640px) {
  section.stage .text a {
    margin-top: 30px;
  }
}

section.stage .text a:hover {
  color: #FFFFFF;
}

section.stage img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

section.supplier-search {
  display: flex;
  align-items: center;
  background: #002452;
  text-align: center;
  padding: 0;
}

@media (max-width: 900px) {
  section.supplier-search {
    height: auto !important;
    padding: 70px 0;
  }
}

section.supplier-search h3 {
  text-align: center;
  font-size: 36px;
  font-weight: 400;
}

@media (max-width: 900px) {
  section.supplier-search h3 {
    font-size: 30px;
  }
}

section.supplier-search h3 span {
  font-size: 24px;
  font-weight: 200;
  line-height: 60px;
  display: block;
  color: #FFFFFF;
}

@media (max-width: 900px) {
  section.supplier-search h3 span {
    line-height: normal;
    font-size: 20px;
    margin-bottom: 15px;
  }
}

section.supplier-search .contain {
  margin: 80px auto;
  text-align: center;
  max-width: 820px;
}

@media (max-width: 900px) {
  section.supplier-search .contain {
    margin: 40px auto 80px;
  }
}

section.supplier-search .contain span,
section.supplier-search .contain select {
  display: inline;
  font-weight: 200;
  font-size: 24px;
  margin-right: 4px;
}

section.supplier-search .contain span {
  color: #FFFFFF;
  line-height: 60px;
}

@media (max-width: 900px) {
  section.supplier-search .contain span {
    line-height: 28px;
  }
}

section.supplier-search .contain select {
  -webkit-appearance: none;
  background: none;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  color: #2175d9;
  font-weight: 200;
  font-size: 24px;
  border: 0;
  border-bottom: 1px solid #FFFFFF;
  padding: 0 5px;
}

section.supplier-search .btn-round-corners {
  padding: 20px 100px;
}

@media (max-width: 760px) {
  section.supplier-search .btn-round-corners {
    padding: 20px 0;
    width: 100%;
  }
}

section.about {
  display: flex;
  align-items: center;
  padding-top: 140px;
}

section.about .double-col {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

@media (max-width: 900px) {
  section.about .double-col {
    flex-direction: column-reverse;
  }
}

section.about .double-col .text {
  width: 45%;
}

@media (max-width: 900px) {
  section.about .double-col .text {
    width: 100%;
    margin-top: 20px;
  }
}

section.about .double-col .text h3 {
  line-height: 36px;
  margin-bottom: 20px;
  font-weight: 4300;
}

section.about .double-col .text p {
  color: #172a3a;
  font-size: 14px;
  line-height: 28px;
  font-weight: 300;
}

section.about .double-col .text p strong {
  color: #131313;
}

section.about .double-col figure {
  width: 51%;
}

@media (max-width: 900px) {
  section.about .double-col figure {
    width: 100%;
  }
}

section.about .double-col figure img {
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

section.colaborations {
  background: #ffb512;
  display: flex;
  align-items: center;
  text-align: center;
}

@media (max-width: 900px) {
  section.colaborations {
    height: auto !important;
    padding: 70px 0;
  }
}

section.colaborations .wide-content {
  max-width: 780px;
}

section.colaborations h3 {
  display: block;
  font-size: 30px;
  font-weight: 600;
  line-height: 36px;
  margin-bottom: 60px;
  color: #002452;
}

section.colaborations h3 span {
  display: block;
  color: #FFFFFF;
  font-weight: 300;
}

section.colaborations .contain {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

@media (max-width: 900px) {
  section.colaborations .contain {
    flex-direction: column;
  }
}

section.colaborations .contain .col {
  width: 30%;
  padding: 0;
}

@media (max-width: 900px) {
  section.colaborations .contain .col {
    width: 90%;
    margin: 0 auto 40px;
  }
}

section.colaborations .contain .col img {
  height: 62px;
}

section.colaborations .contain .col h4,
section.colaborations .contain .col p {
  color: #002452;
}

section.colaborations .contain .col h4 {
  font-size: 16px;
  line-height: 18px;
  font-weight: 600;
  margin: 30px auto;
}

section.colaborations .contain .col p {
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
}

section.colaborations .contain .col p.bigger {
  font-size: 18px;
  margin-bottom: 30px;
}

section.colaborations .contain .col:last-of-type {
  width: 33%;
}

@media (max-width: 900px) {
  section.colaborations .contain .col:last-of-type {
    width: 90%;
    margin: 0 auto 40px;
  }
}

section.colaborations .btn-round-corners {
  background: none;
  color: #002452;
  border: 1px solid #002452;
  padding: 20px 40px;
  margin-top: 80px;
}

@media (max-width: 900px) {
  section.colaborations .btn-round-corners {
    margin-top: 40px;
  }
}

section.colaborations .btn-round-corners:before {
  content: "";
  background: url(/images/more-blue.svg?20d4edbb10a9c7db5dd593b6ef1b6f06) no-repeat;
  height: 15px;
  width: 15px;
  display: inline-block;
  vertical-align: middle;
  margin: -3px 8px 0 0;
  background-size: cover;
}

section.colaborations .btn-round-corners:hover {
  background: #002452;
  border-color: #002452;
  color: #FFFFFF;
}

section.colaborations .btn-round-corners:hover:before {
  background: url(/images/more-white.svg?b7a53b73b728674c8aeae54bc5b85f72) no-repeat;
  height: 14px;
  width: 14px;
  background-size: cover;
}

section.partners {
  margin: 0 auto 30px;
  padding-top: 120px;
}

@media (max-width: 900px) {
  section.partners {
    padding-top: 80px;
  }
}

@media (max-width: 900px) {
  section.partners .double-col {
    flex-direction: column;
  }
}

section.partners .double-col figure {
  width: 42%;
}

@media (max-width: 900px) {
  section.partners .double-col figure {
    width: 100%;
  }
}

section.partners .double-col .text {
  width: 38%;
  padding-right: 11%;
}

@media (max-width: 900px) {
  section.partners .double-col .text {
    width: 100%;
  }
}

section.partners .double-col .text p.bigger {
  font-size: 18px;
  line-height: 28px;
  font-weight: 600;
  margin: 20px 0 30px;
  color: #172a3a;
}

section.partners .double-col .text p a {
  display: inline;
  color: #2175d9;
  text-decoration: underline;
  font-weight: 400;
}

section.only-text {
  margin: 120px auto 0;
}

@media (max-width: 900px) {
  section.only-text {
    margin: 80px auto 0;
  }
}

section.only-text .text-resalt {
  position: relative;
  width: 100%;
  z-index: 9;
  text-align: center;
}

section.only-text .text-resalt p {
  display: inline-block;
  padding: 1px 12px;
  background: #000;
  font-size: 30px;
  font-weight: 200;
}

section.only-text .text-resalt p strong {
  font-weight: 400;
}

section.only-text .text-resalt p br {
  display: none;
}

@media (max-width: 900px) {
  section.only-text .text-resalt p {
    background: none;
    padding: 0;
  }

  section.only-text .text-resalt p br {
    display: block;
  }

  section.only-text .text-resalt p span {
    padding: 1px 10px;
    background: #000;
    display: inline-block;
    margin-bottom: 5px;
  }

  section.only-text .text-resalt p span:last-of-type {
    margin: 0;
  }
}

.no-results h2 {
  color: #002452;
  font-size: 24px;
  font-weight: 400;
  text-align: left;
  line-height: 39px;
  margin-bottom: 20px;
}

.height-screen.colaborations,
.height-screen.visitors,
.height-screen.add-company,
.height-screen.share-your-project,
.height-screen.blogposts,
.height-screen.supplier-search {
  height: 100vh;
}

@media (max-height: 800px) and (min-width: 900px) {
  .height-screen.colaborations,
  .height-screen.visitors,
  .height-screen.add-company,
  .height-screen.share-your-project,
  .height-screen.supplier-search {
    height: 760px;
  }

  .height-screen.colaborations .wide-content,
  .height-screen.visitors .wide-content,
  .height-screen.add-company .wide-content,
  .height-screen.share-your-project .wide-content,
  .height-screen.supplier-search .wide-content {
    padding: 120px 0;
  }
}

@media (max-height: 800px) {
  .height-screen.visitors {
    height: 760px;
  }

  .height-screen.visitors .wide-content {
    padding-top: 0;
  }
}

.height-screen.stage {
  height: calc(100vh - 80px) !important;
  padding: 80px 0 0;
  margin: 0 !important;
}

@media (max-width: 900px) {
  .height-screen.stage {
    margin: 80px 0 0 !important;
    padding: 0;
    height: calc(100vh - 80px) !important;
  }

  .height-screen.stage .text {
    top: 50%;
  }
}

@media (min-width: 901px) {
  .height-screen.stage .wide-content {
    height: calc(100% - 80px);
    top: 80px;
  }
}

h2 {
  font-size: 52px;
  font-weight: 200;
  text-align: center;
  line-height: 58px;
}

@media (max-width: 900px) {
  h2 {
    font-size: 36px;
    line-height: 42px;
  }
}

@media (max-width: 640px) {
  h2 {
    font-size: 34px;
  }
}

h3 {
  color: #2175d9;
  font-weight: 400;
  font-size: 26px;
}

strong {
  font-weight: 600;
}

.mb-5 {
  margin-bottom: 5px !important;
}

.mb-30 {
  margin-bottom: 30px;
}

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

.btn-round-corners {
  border-radius: 30px;
  -moz-border-radius: 30px;
  -webkit-border-radius: 30px;
  background: #2175d9;
  display: inline-block;
  padding: 20px 40px;
  font-size: 14px;
  font-weight: 400;
  text-align: center;
  transition: 0.5s;
  -moz-transition: 0.5s;
  -webkit-transition: 0.5s;
}

.btn-round-corners:hover {
  background: #2132d9;
}

.clear {
  clear: both;
}

.row,
.col {
  padding: 0;
  margin: 0;
}

.home-jobs {
  background-color: #fafafa;
  padding: 80px 20px;
}

.home-jobs .col2 {
  display: grid;
  grid-template-columns: 1fr;
  gap: 40px;
}

.home-jobs .col2 h2 {
  font-size: 28px;
  color: #002452;
  font-weight: 400;
  margin-bottom: 18px;
  text-align: center;
}

.home-jobs .col2 p {
  font-size: 18px;
  color: #002452;
  font-weight: 400;
  text-align: center;
  margin-bottom: 25px;
}

.home-jobs .col2 button {
  margin: 0 auto;
  display: block;
}

.home-jobs .col2 div:last-child img {
  width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
}

@media (min-width: 576px) {
  .home-jobs {
    padding: 90px 30px;
  }

  .home-jobs .col2 {
    gap: 50px;
  }

  .home-jobs .col2 h2 {
    font-size: 30px;
  }

  .home-jobs .col2 p {
    font-size: 18px;
  }
}

@media (min-width: 768px) {
  .home-jobs {
    padding: 100px 50px;
  }

  .home-jobs .col2 h2 {
    font-size: 32px;
    text-align: left;
  }

  .home-jobs .col2 p {
    font-size: 19px;
    text-align: left;
  }

  .home-jobs .col2 button {
    margin: 0;
  }
}

@media (min-width: 992px) {
  .home-jobs {
    padding: 120px 80px;
  }

  .home-jobs .col2 {
    grid-template-columns: repeat(2, 1fr);
    gap: 60px;
  }

  .home-jobs .col2 h2 {
    font-size: 34px;
  }

  .home-jobs .col2 p {
    font-size: 20px;
  }
}

@media (min-width: 1200px) {
  .home-jobs {
    padding: 145px 150px;
  }

  .home-jobs .col2 {
    gap: 70px;
  }

  .home-jobs .col2 h2 {
    font-size: 36px;
  }
}

.flexing {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

html,
body {
  height: 100%;
}

body {
  font-family: "Source Sans Pro";
  padding: 0;
  margin: 0;
  font-size: 16px;
  background: #FFFFFF;
}

a {
  text-decoration: none !important;
}

button,
a {
  cursor: pointer;
  background: none;
}

button:focus,
a:focus {
  outline: none;
}

.supplier-search,
.supplier-list {
  height: 100%;
  width: 100%;
  padding: 110px 0 0 0;
}

.supplier-search {
  height: 100%;
  width: 100%;
  text-align: center;
  background: #000;
}

.supplier-search .title,
.supplier-search .sub-title {
  font-weight: 200;
  display: block;
  text-align: center;
}

.supplier-search .title {
  color: #FFFFFF;
  font-size: 24px;
}

@media (max-width: 768px) {
  .supplier-search .title {
    font-size: 18px;
  }
}

.supplier-search .sub-title {
  color: #2175d9;
  font-size: 60px;
  line-height: 64px;
  margin-bottom: 60px;
}

@media (max-width: 768px) {
  .supplier-search .sub-title {
    font-size: 46px;
    line-height: 50px;
  }
}

.supplier-search .quickSearch {
  max-width: 780px;
  text-align: center;
  margin: 0 auto 80px;
  width: 90%;
  background: none;
  color: #FFFFFF;
  font-size: 24px;
  font-weight: 200;
  line-height: 60px;
}

@media (max-width: 768px) {
  .supplier-search .quickSearch {
    font-size: 18px;
    line-height: 50px;
  }
}

.supplier-search .quickSearch select {
  display: inline;
  width: 200px;
  padding: 0 20px;
  font-size: 24px;
  color: #2175d9;
  font-weight: 200;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: none;
  border: none;
  text-align: center;
  border-bottom: 1px solid #033774;
  border-radius: 0;
  line-height: 24px;
  -moz-text-align-last: center;
       text-align-last: center;
  outline: 0;
  cursor: pointer;
}

@media (max-width: 768px) {
  .supplier-search .quickSearch select {
    font-size: 18px;
  }
}

.supplier-list {
  padding: 0;
  background: #FFFFFF;
}

.supplier-list .header-supplier-list {
  height: auto;
  padding: 120px 0 44px 0;
  background: url(/images/header-list@2x.jpg?5c1deda51895bfc19d822ce5cb8b5cd0) bottom center no-repeat;
}

@media (max-width: 1000px) {
  .supplier-list .header-supplier-list {
    padding: 95px 20px 10px;
  }
}

.supplier-list .header-supplier-list .container {
  max-width: 960px;
  margin: 0 auto;
}

@media (min-width: 576px) {
  .supplier-list .header-supplier-list .container {
    max-width: 520px;
  }
}

@media (min-width: 768px) {
  .supplier-list .header-supplier-list .container {
    max-width: 820px;
  }
}

@media (min-width: 992px) {
  .supplier-list .header-supplier-list .container {
    max-width: 940px;
  }
}

@media (min-width: 1200px) {
  .supplier-list .header-supplier-list .container {
    max-width: 1120px;
  }
}

.supplier-list .header-supplier-list .label,
.supplier-list .header-supplier-list .result-text {
  display: block;
  color: #FFFFFF;
}

.supplier-list .header-supplier-list .label {
  text-transform: uppercase;
  display: flex;
  align-items: center;
  font-size: 10px;
}

.supplier-list .header-supplier-list .label i {
  margin-right: 5px;
}

.supplier-list .header-supplier-list .label a {
  text-decoration: underline !important;
}

.supplier-list .header-supplier-list .result-text {
  font-size: 24px;
  font-weight: 200;
  margin-top: 10px;
}

@media (max-width: 1000px) {
  .supplier-list .header-supplier-list .result-text {
    line-height: 30px;
    font-size: 22px;
  }
}

.supplier-list .header-supplier-list .result-text strong {
  font-weight: 400;
  display: inline;
}

.supplier-list .supplier-list-results {
  padding: 60px 0;
}

@media (max-width: 1000px) {
  .supplier-list .supplier-list-results {
    padding: 30px 20px;
  }
}

.supplier-list .supplier-list-results .container {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  max-width: 960px;
  margin: 0 auto;
}

@media (min-width: 576px) {
  .supplier-list .supplier-list-results .container {
    max-width: inherit;
  }
}

@media (min-width: 768px) {
  .supplier-list .supplier-list-results .container {
    max-width: 820px;
  }
}

@media (min-width: 992px) {
  .supplier-list .supplier-list-results .container {
    max-width: 940px;
  }
}

@media (min-width: 1200px) {
  .supplier-list .supplier-list-results .container {
    max-width: 1120px;
  }
}

@media (max-width: 1000px) {
  .supplier-list .supplier-list-results .container {
    flex-direction: column;
  }
}

.supplier-list .supplier-list-results .container .slideFilter {
  display: none;
  text-transform: uppercase;
  color: #ffb512;
  font-weight: 400;
  margin-bottom: 0;
  font-size: 12px;
  width: 100%;
  text-align: left;
}

@media (max-width: 1000px) {
  .supplier-list .supplier-list-results .container .slideFilter {
    display: block;
  }
}

.supplier-list .supplier-list-results .container .filter-box {
  width: 240px;
  padding: 20px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.06);
  -moz-box-shadow: 0 4px 16px rgba(0, 0, 0, 0.06);
  -webkit-box-shadow: 0 4px 16px rgba(0, 0, 0, 0.06);
  background: #FFFFFF;
}

@media (max-width: 1000px) {
  .supplier-list .supplier-list-results .container .filter-box {
    width: calc(100% - 40px);
    top: 0;
    position: absolute;
    z-index: 99999999;
    left: -100%;
    height: 100vh;
    transition: 0.5s;
    -moz-transition: 0.5s;
    -webkit-transition: 0.5s;
    overflow-y: scroll;
  }

  .supplier-list .supplier-list-results .container .filter-box.showFilter {
    left: 0;
  }

  .supplier-list .supplier-list-results .container .filter-box .down {
    position: absolute;
    bottom: 20px;
    right: 20px;
    height: 15px;
    width: 15px;
    border-bottom: 4px solid #131313;
    border-right: 4px solid #131313;
    transform: rotate(45deg);
    animation: bounce 2s infinite;
  }

  .supplier-list .supplier-list-results .container .filter-box .down.hideDown {
    display: none;
  }
}

.supplier-list .supplier-list-results .container .filter-box .name-box {
  text-transform: uppercase;
  color: #ffb512;
  font-weight: 300;
  margin-bottom: 30px;
  font-size: 11px;
}

@media (max-width: 1000px) {
  .supplier-list .supplier-list-results .container .filter-box .name-box {
    display: none;
  }
}

.supplier-list .supplier-list-results .container .filter-box .slideX {
  display: none;
  height: auto;
  width: 35px;
  cursor: pointer;
  z-index: 999999999;
  position: absolute;
  top: 20px;
  right: 10px;
}

.supplier-list .supplier-list-results .container .filter-box .slideX:before,
.supplier-list .supplier-list-results .container .filter-box .slideX:after {
  width: 100%;
  display: block;
  height: 3px;
  background: #002452;
  content: "";
  margin-bottom: 4px;
  transition: 0.5s;
}

.supplier-list .supplier-list-results .container .filter-box .slideX:before {
  transform: rotate(45deg);
  margin-top: 5px;
}

.supplier-list .supplier-list-results .container .filter-box .slideX:after {
  transform: rotate(-45deg);
  margin-top: -7px;
}

@media (max-width: 1000px) {
  .supplier-list .supplier-list-results .container .filter-box .slideX {
    display: block;
  }
}

.supplier-list .supplier-list-results .container .filter-box h4 {
  color: #131313;
  font-size: 12px;
  font-weight: 400;
  text-transform: uppercase;
  margin-bottom: 10px;
}

@media (max-width: 1000px) {
  .supplier-list .supplier-list-results .container .filter-box h4 {
    margin-bottom: 20px;
  }
}

.supplier-list .supplier-list-results .container .filter-box .optionField {
  margin-bottom: 25px;
}

@media (max-width: 1000px) {
  .supplier-list .supplier-list-results .container .filter-box .optionField {
    width: 80%;
  }
}

.supplier-list .supplier-list-results .container .filter-box .optionField .doubleFields {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.supplier-list .supplier-list-results .container .filter-box .optionField .doubleFields input {
  width: 49%;
  color: black;
}

.supplier-list .supplier-list-results .container .filter-box .double-btn {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 20px;
}

.supplier-list .supplier-list-results .container .filter-box .double-btn button,
.supplier-list .supplier-list-results .container .filter-box .double-btn a {
  width: 49%;
  border-radius: 30px;
  -moz-border-radius: 30px;
  -webkit-border-radius: 30px;
  background: #2175d9;
  padding: 10px;
  font-size: 14px;
  font-weight: 400;
  text-align: center;
  color: #FFFFFF;
  font-weight: 200;
  transition: 0.5s;
  border: 1px solid #2175d9;
  cursor: pointer;
}

.supplier-list .supplier-list-results .container .filter-box .double-btn button:hover,
.supplier-list .supplier-list-results .container .filter-box .double-btn a:hover {
  color: #2175d9;
  background: #FFFFFF;
}

.supplier-list .supplier-list-results .container .filter-box .double-btn a {
  width: 49%;
  background: #FFFFFF;
  color: #2175d9;
  transition: 0.5s;
  -moz-transition: 0.5s;
  -webkit-transition: 0.5s;
}

.supplier-list .supplier-list-results .container .filter-box .double-btn a:hover {
  color: #FFFFFF;
  background: #2175d9;
}

.supplier-list .supplier-list-results .container .filter-box .select-field {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 90%;
}

.supplier-list .supplier-list-results .container .filter-box .select-field:last-of-type label {
  margin: 0;
}

.supplier-list .supplier-list-results .container .filter-box .select-field .choose-option {
  display: flex;
  align-items: flex-start;
  margin-bottom: 6px;
  width: 80%;
}

.supplier-list .supplier-list-results .container .filter-box .select-field .choose-option input[type=checkbox] {
  cursor: pointer;
  margin-right: 8px;
  height: 16px;
  width: 16px;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border: 2px solid #979797;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: 0;
  position: relative;
}

.supplier-list .supplier-list-results .container .filter-box .select-field .choose-option input[type=checkbox]:checked:before {
  position: absolute;
  content: "";
  width: 11px;
  height: 6px;
  border-left: 2px solid #2175d9;
  border-bottom: 2px solid #2175d9;
  top: 2px;
  left: 1px;
  z-index: 99;
  transform: rotate(-49deg);
}

.supplier-list .supplier-list-results .container .filter-box .select-field .choose-option span {
  color: #131313;
  font-size: 13px;
  font-weight: 400;
  width: 80%;
}

.supplier-list .supplier-list-results .container .filter-box .select-field .quant {
  color: rgba(19, 19, 19, 0.5);
  font-size: 13px;
  font-weight: 400;
}

.supplier-list .supplier-list-results .container .resuls-filtering {
  width: calc(100% - 330px);
}

@media (max-width: 1000px) {
  .supplier-list .supplier-list-results .container .resuls-filtering {
    width: 100%;
    margin-top: 0;
  }
}

.supplier-list .supplier-list-results .container .resuls-filtering .company-result-field {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  padding: 10px 0;
  border-bottom: 1px solid #e2e2e2;
}

@media (max-width: 1000px) {
  .supplier-list .supplier-list-results .container .resuls-filtering .company-result-field {
    padding: 15px 0;
  }
}

@media (max-width: 720px) {
  .supplier-list .supplier-list-results .container .resuls-filtering .company-result-field {
    flex-direction: column;
  }
}

.supplier-list .supplier-list-results .container .resuls-filtering .company-result-field .brand-info-block,
.supplier-list .supplier-list-results .container .resuls-filtering .company-result-field .info-block,
.supplier-list .supplier-list-results .container .resuls-filtering .company-result-field .prize-company,
.supplier-list .supplier-list-results .container .resuls-filtering .company-result-field .projects-company {
  margin-right: 15px;
  position: relative;
}

@media (max-width: 1000px) {
  .supplier-list .supplier-list-results .container .resuls-filtering .company-result-field .brand-info-block,
  .supplier-list .supplier-list-results .container .resuls-filtering .company-result-field .info-block,
  .supplier-list .supplier-list-results .container .resuls-filtering .company-result-field .prize-company,
  .supplier-list .supplier-list-results .container .resuls-filtering .company-result-field .projects-company {
    margin: 0;
  }
}

.supplier-list .supplier-list-results .container .resuls-filtering .company-result-field .brand-info-block {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: 360px;
}

@media (max-width: 1200px) {
  .supplier-list .supplier-list-results .container .resuls-filtering .company-result-field .brand-info-block {
    width: calc(100% - 380px);
  }
}

@media (max-width: 720px) {
  .supplier-list .supplier-list-results .container .resuls-filtering .company-result-field .brand-info-block {
    width: 100%;
    margin-bottom: 20px;
  }
}

.supplier-list .supplier-list-results .container .resuls-filtering .company-result-field .brand-info-block .brand-block {
  width: 70px;
  height: 64px;
  margin-right: 15px;
}

.supplier-list .supplier-list-results .container .resuls-filtering .company-result-field .brand-info-block .brand-block .flag {
  position: absolute;
  top: 5px;
  left: -8px;
  width: 16px;
  -o-object-fit: contain;
     object-fit: contain;
}

.supplier-list .supplier-list-results .container .resuls-filtering .company-result-field .brand-info-block .brand-block figure {
  height: 100%;
  width: 100%;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  overflow: hidden;
}

.supplier-list .supplier-list-results .container .resuls-filtering .company-result-field .brand-info-block .brand-block figure img {
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.supplier-list .supplier-list-results .container .resuls-filtering .company-result-field .brand-info-block .info-block {
  width: calc(100% - 80px);
  margin-right: 0;
}

.supplier-list .supplier-list-results .container .resuls-filtering .company-result-field .brand-info-block .info-block .name,
.supplier-list .supplier-list-results .container .resuls-filtering .company-result-field .brand-info-block .info-block .tag-field,
.supplier-list .supplier-list-results .container .resuls-filtering .company-result-field .brand-info-block .info-block .city {
  font-weight: 400;
  display: block;
}

.supplier-list .supplier-list-results .container .resuls-filtering .company-result-field .brand-info-block .info-block .tag-field,
.supplier-list .supplier-list-results .container .resuls-filtering .company-result-field .brand-info-block .info-block .city {
  line-height: 16px;
}

.supplier-list .supplier-list-results .container .resuls-filtering .company-result-field .brand-info-block .info-block .name {
  color: #333;
  font-size: 18px;
  margin-bottom: 6px;
  text-transform: uppercase;
  line-height: 22px;
}

.supplier-list .supplier-list-results .container .resuls-filtering .company-result-field .brand-info-block .info-block .name .verified {
  display: inline;
  vertical-align: top;
  margin: 0 0 0 10px;
  border-radius: 40px;
  -moz-border-radius: 40px;
  -webkit-border-radius: 40px;
  background: #ffb512;
  color: #FFFFFF;
  font-size: 9px;
  padding: 5px 20px 4px;
  letter-spacing: 1px;
}

.supplier-list .supplier-list-results .container .resuls-filtering .company-result-field .brand-info-block .info-block .tag-field {
  color: #2175d9;
  font-size: 12px;
}

.supplier-list .supplier-list-results .container .resuls-filtering .company-result-field .brand-info-block .info-block .city {
  font-size: 10px;
  color: #5d5d5d;
}

.supplier-list .supplier-list-results .container .resuls-filtering .company-result-field .data-block {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 46%;
  max-width: 364px;
}

@media (max-width: 1200px) {
  .supplier-list .supplier-list-results .container .resuls-filtering .company-result-field .data-block {
    width: 100%;
  }
}

@media (max-width: 720px) {
  .supplier-list .supplier-list-results .container .resuls-filtering .company-result-field .data-block {
    width: 100%;
    max-width: inherit;
  }
}

.supplier-list .supplier-list-results .container .resuls-filtering .company-result-field .prize-company {
  text-align: center;
  margin: 0;
}

.supplier-list .supplier-list-results .container .resuls-filtering .company-result-field .prize-company .label,
.supplier-list .supplier-list-results .container .resuls-filtering .company-result-field .prize-company .prize {
  display: block;
}

.supplier-list .supplier-list-results .container .resuls-filtering .company-result-field .prize-company .label {
  font-weight: 400;
  color: rgba(19, 19, 19, 0.5);
  font-size: 10px;
  text-transform: uppercase;
}

.supplier-list .supplier-list-results .container .resuls-filtering .company-result-field .prize-company .prize {
  font-size: 18px;
  line-height: 22px;
  color: #5d5d5d;
  font-weight: 400;
}

.supplier-list .supplier-list-results .container .resuls-filtering .company-result-field .projects-company {
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  height: 86px;
  width: 86px;
  border: 6px solid rgba(33, 117, 217, 0.2);
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  margin: 0;
}

.supplier-list .supplier-list-results .container .resuls-filtering .company-result-field .projects-company .quantity {
  font-size: 18px;
  line-height: 18px;
  color: #5d5d5d;
  font-weight: 400;
}

.supplier-list .supplier-list-results .container .resuls-filtering .company-result-field .projects-company .label {
  font-weight: 400;
  color: rgba(19, 19, 19, 0.5);
  font-size: 9px;
  text-transform: uppercase;
}

.supplier-list .supplier-list-results .container .resuls-filtering .company-result-field .projects-company.employees-company {
  border: none;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  height: auto;
  width: auto;
  display: block;
}

.supplier-list .supplier-list-results .container .resuls-filtering .company-result-field .projects-company.employees-company .quantity {
  line-height: 22px;
}

.supplier-list .supplier-list-results .container .resuls-filtering .company-result-field .projects-company.employees-company .quantity span {
  color: #2175d9;
}

.supplier-list .supplier-list-results .container .resuls-filtering .company-result-field .check-company {
  padding: 8px 10px 8px;
  width: 100px;
  background: #FFFFFF;
  border: 1px solid #2175d9;
  color: #2175d9;
  font-size: 10px;
  font-weight: 600;
  transition: 0.5s;
  -moz-transition: 0.5s;
  -webkit-transition: 0.5s;
}

@media (max-width: 768px) {
  .supplier-list .supplier-list-results .container .resuls-filtering .company-result-field .check-company {
    width: 100%;
  }
}

.supplier-list .supplier-list-results .container .resuls-filtering .company-result-field .check-company:hover {
  color: #FFFFFF;
  background: #2175d9;
}

.supplier-list .supplier-list-results .container .resuls-filtering .company-result-field .mobile-block {
  display: flex;
  align-items: center;
  width: 100%;
  flex-wrap: wrap;
  justify-content: space-between;
}

@media (max-width: 1200px) {
  .supplier-list .supplier-list-results .container .resuls-filtering .company-result-field .mobile-block {
    width: 100%;
  }
}

.supplier-list .supplier-list-results .container .resuls-filtering .company-result-field:hover .brand-info-block .info-block .name {
  color: #ffb512;
}

.supplier-list .supplier-list-results .container .resuls-filtering .company-result-field:hover .projects-company {
  border-color: #ffb512;
}

.supplier-list.company-detail .header-supplier-list {
  height: 70px;
}

.supplier-list.company-detail .header-supplier-list .container {
  max-width: 960px;
  width: 96%;
  margin: 0 auto;
}

@media (min-width: 576px) {
  .supplier-list.company-detail .header-supplier-list .container {
    max-width: 520px;
  }
}

@media (min-width: 768px) {
  .supplier-list.company-detail .header-supplier-list .container {
    max-width: 820px;
  }
}

@media (min-width: 992px) {
  .supplier-list.company-detail .header-supplier-list .container {
    max-width: 940px;
  }
}

@media (min-width: 1200px) {
  .supplier-list.company-detail .header-supplier-list .container {
    max-width: 1120px;
  }
}

.supplier-list.company-detail .header-supplier-list .container .flex-block {
  justify-content: flex-start;
  align-items: center;
  width: 100%;
}

.supplier-list.company-detail .header-supplier-list .container .flex-block .logo-company {
  width: 106px;
  margin-right: 77px;
  max-height: 106px;
}

@media (max-width: 960px) {
  .supplier-list.company-detail .header-supplier-list .container .flex-block .logo-company {
    margin-right: 30px;
  }
}

.supplier-list.company-detail .header-supplier-list .container .flex-block .logo-company a,
.supplier-list.company-detail .header-supplier-list .container .flex-block .logo-company figure {
  display: block;
}

.supplier-list.company-detail .header-supplier-list .container .flex-block .logo-company a {
  margin-bottom: 10px;
  font-size: 10px;
  text-transform: uppercase;
  padding-left: 25px;
  position: relative;
}

.supplier-list.company-detail .header-supplier-list .container .flex-block .logo-company a:before {
  position: absolute;
  left: 8px;
  top: 1px;
  border-right: 1px solid #FFFFFF;
  border-bottom: 1px solid #FFFFFF;
  content: "";
  width: 12px;
  height: 12px;
  transform: rotate(135deg);
}

.supplier-list.company-detail .header-supplier-list .container .flex-block .logo-company a:hover {
  color: #FFFFFF;
}

.supplier-list.company-detail .header-supplier-list .container .flex-block .logo-company figure {
  background: #FFFFFF;
  width: 100%;
  display: block;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  overflow: hidden;
  height: 100px;
}

.supplier-list.company-detail .header-supplier-list .container .flex-block .logo-company figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.supplier-list.company-detail .header-supplier-list .container .flex-block .name-company {
  color: #FFFFFF;
  font-weight: 600;
  font-size: 24px;
  line-height: 26px;
  margin-top: -15px;
}

@media (max-width: 960px) {
  .supplier-list.company-detail .header-supplier-list .container .flex-block .name-company {
    line-height: 28px;
    font-size: 22px;
  }
}

.supplier-list.company-detail .header-supplier-list .container .flex-block .name-company span {
  display: block;
  color: #FFFFFF;
  font-size: 14px;
  font-weight: 200;
  line-height: 14px;
}

.supplier-list.company-detail .detail-company {
  margin-bottom: 60px;
}

.supplier-list.company-detail .detail-company .container {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  max-width: 960px;
  margin: 0 auto;
}

@media (min-width: 576px) {
  .supplier-list.company-detail .detail-company .container {
    max-width: 520px;
  }
}

@media (min-width: 768px) {
  .supplier-list.company-detail .detail-company .container {
    max-width: 820px;
  }
}

@media (min-width: 992px) {
  .supplier-list.company-detail .detail-company .container {
    max-width: 940px;
  }
}

@media (min-width: 1200px) {
  .supplier-list.company-detail .detail-company .container {
    max-width: 1120px;
  }
}

@media (max-width: 960px) {
  .supplier-list.company-detail .detail-company .container {
    flex-direction: column;
    width: 90%;
  }
}

.supplier-list.company-detail .detail-company .container .label,
.supplier-list.company-detail .detail-company .container p {
  color: #131313;
}

.supplier-list.company-detail .detail-company .container .label {
  font-size: 14px;
  font-weight: 600;
}

.supplier-list.company-detail .detail-company .container p {
  font-weight: 300;
}

.supplier-list.company-detail .detail-company .container .keywords {
  width: 150px;
  padding-top: 90px;
  margin: 0 30px 0 0;
}

@media (max-width: 960px) {
  .supplier-list.company-detail .detail-company .container .keywords {
    width: 100%;
    padding-top: 70px;
  }
}

.supplier-list.company-detail .detail-company .container .keywords .tags,
.supplier-list.company-detail .detail-company .container .keywords .languages {
  display: block;
  width: 100%;
}

.supplier-list.company-detail .detail-company .container .keywords .tags {
  margin-bottom: 80px;
}

@media (max-width: 960px) {
  .supplier-list.company-detail .detail-company .container .keywords .tags {
    margin-bottom: 30px;
  }
}

.supplier-list.company-detail .detail-company .container .keywords .tags span {
  padding: 10px 20px;
  border: 2px solid #2175d9;
  color: #2175d9;
  font-size: 12px;
  margin-bottom: 8px;
  background: none;
  display: inline-block;
  font-weight: 600;
}

.supplier-list.company-detail .detail-company .container .keywords .tags span:last-of-type {
  margin: 0;
}

.supplier-list.company-detail .detail-company .container .keywords .languages .label {
  margin-bottom: 30px;
}

@media (max-width: 960px) {
  .supplier-list.company-detail .detail-company .container .keywords .languages .label {
    margin-bottom: 10px;
  }
}

.supplier-list.company-detail .detail-company .container .info {
  width: calc(100% - 516px);
  margin-right: 70px;
  padding-top: 23px;
}

@media (max-width: 960px) {
  .supplier-list.company-detail .detail-company .container .info {
    width: 100%;
    margin-right: 0;
  }
}

.supplier-list.company-detail .detail-company .container .info .name {
  color: #333;
  font-size: 18px;
  margin-bottom: 6px;
  text-transform: uppercase;
  line-height: 22px;
}

.supplier-list.company-detail .detail-company .container .info .name .verified {
  display: inline;
  vertical-align: top;
  margin: 0 0 0 10px;
  border-radius: 40px;
  -moz-border-radius: 40px;
  -webkit-border-radius: 40px;
  background: #ffb512;
  color: #FFFFFF;
  font-size: 9px;
  padding: 5px 20px 4px;
  letter-spacing: 1px;
}

.supplier-list.company-detail .detail-company .container .info .tag-field,
.supplier-list.company-detail .detail-company .container .info .city {
  display: block;
  font-size: 12px;
}

.supplier-list.company-detail .detail-company .container .info .tag-field {
  color: #2175d9;
}

.supplier-list.company-detail .detail-company .container .info .city {
  color: #5d5d5d;
  margin-bottom: 25px;
}

.supplier-list.company-detail .detail-company .container .info .city span {
  margin-right: 5px;
}

.supplier-list.company-detail .detail-company .container .info p {
  line-height: 28px;
}

.supplier-list.company-detail .detail-company .container .info a {
  color: #2175d9;
  text-decoration: underline !important;
  font-weight: 300;
  line-height: 28px;
}

.supplier-list.company-detail .detail-company .container .info .label {
  margin-bottom: 10px;
}

.supplier-list.company-detail .detail-company .container .info .label:last-of-type {
  margin-top: 30px;
}

.supplier-list.company-detail .detail-company .container .info .flex-block {
  margin: 20px 0 40px;
  flex-wrap: wrap;
  justify-content: flex-start;
}

.supplier-list.company-detail .detail-company .container .info .flex-block .group {
  width: 40%;
  margin-bottom: 30px;
}

.supplier-list.company-detail .detail-company .container .info .flex-block .group:last-of-type,
.supplier-list.company-detail .detail-company .container .info .flex-block .group:nth-last-of-type(2) {
  margin-bottom: 0;
}

.supplier-list.company-detail .detail-company .container .contact-detail {
  width: 260px;
  text-align: center;
}

@media (max-width: 960px) {
  .supplier-list.company-detail .detail-company .container .contact-detail {
    margin: 40px auto 0;
    width: 100%;
  }
}

.supplier-list.company-detail .detail-company .container .contact-detail a {
  margin: 50px auto 80px;
  display: inline-block;
  padding: 10px 30px;
}

.supplier-list.company-detail .detail-company .container .contact-detail a span {
  color: #FFFFFF;
  margin-right: 6px;
  font-size: 16px;
  vertical-align: text-top;
  display: inline-block;
}

.supplier-list.company-detail .detail-company .container .contact-detail a.btn-round-corners:hover {
  color: #FFFFFF;
}

.supplier-list.company-detail .detail-company .container .contact-detail .label,
.supplier-list.company-detail .detail-company .container .contact-detail p {
  text-align: left;
}

.supplier-list.company-detail .detail-company .container .contact-detail .label {
  margin-bottom: 10px;
}

.supplier-list.company-detail .detail-company .container .contact-detail .email a {
  color: #3490dc;
  margin: 0;
  padding: 0;
}

.supplier-list.company-detail .detail-company .container .contact-detail .email a span {
  color: #3490dc;
}

.supplier-list.company-detail .photo-company {
  margin-bottom: 2px;
}

@media (max-width: 900px) {
  .supplier-list.company-detail .photo-company {
    margin-bottom: 0;
  }
}

.supplier-list.company-detail .photo-company .container {
  width: 100%;
}

@media (max-width: 900px) {
  .supplier-list.company-detail .photo-company .container {
    flex-wrap: wrap;
    flex-direction: column;
  }
}

.supplier-list.company-detail .photo-company .container figure {
  width: 33.2%;
  height: 200px;
}

@media (max-width: 900px) {
  .supplier-list.company-detail .photo-company .container figure {
    width: 100%;
    margin-bottom: 2px;
  }
}

.supplier-list.company-detail .photo-company .container figure img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
}

.supplier-list.supplier-map .supplier-list-results {
  margin-top: 81px;
  padding: 0;
}

.supplier-list.supplier-map .supplier-list-results .container {
  max-width: inherit;
  height: calc(100vh - 81px);
  position: relative;
}

.supplier-list.supplier-map .supplier-list-results .container .filter-box,
.supplier-list.supplier-map .supplier-list-results .container .resuls-filtering {
  position: absolute;
}

@media (max-width: 1000px) {
  .supplier-list.supplier-map .supplier-list-results .container .slideFilter {
    position: absolute;
    top: 20px;
    left: 20px;
    z-index: 999;
    width: auto;
  }
}

.supplier-list.supplier-map .supplier-list-results .container .filter-box {
  top: 60px;
  left: 40px;
  z-index: 99;
  height: 80%;
  overflow-y: auto;
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
}

@media (max-width: 1000px) {
  .supplier-list.supplier-map .supplier-list-results .container .filter-box {
    width: calc(100% - 60px);
    top: 10px;
    position: absolute;
    z-index: 99999999;
    left: -100%;
    height: 90%;
    transition: 0.5s;
    -moz-transition: 0.5s;
    -webkit-transition: 0.5s;
    overflow-y: scroll;
  }

  .supplier-list.supplier-map .supplier-list-results .container .filter-box.showFilter {
    left: 10px;
  }

  .supplier-list.supplier-map .supplier-list-results .container .filter-box .down {
    position: absolute;
    bottom: 20px;
    right: 20px;
    height: 15px;
    width: 15px;
    border-bottom: 4px solid #131313;
    border-right: 4px solid #131313;
    transform: rotate(45deg);
    animation: bounce 2s infinite;
  }

  .supplier-list.supplier-map .supplier-list-results .container .filter-box .down.hideDown {
    display: none;
  }
}

.supplier-list.supplier-map .supplier-list-results .container .resuls-filtering {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 88;
}

.supplier-list.supplier-map .supplier-list-results .container .resuls-filtering .appendList {
  height: 100%;
  position: relative;
  width: 100%;
}

.supplier-list.supplier-map .supplier-list-results .container .resuls-filtering .appendList #map_canvas {
  height: 100% !important;
  position: absolute !important;
  overflow: hidden;
  width: 100%;
  top: 0;
  left: 0;
}

.supplier-list.supplier-map .supplier-list-results .container .resuls-filtering .appendList iframe {
  height: 100%;
  width: 100%;
}

.loging-lp {
  width: 100%;
  overflow-x: hidden;
}

.loging-lp .stage {
  position: relative;
}

@media (max-width: 900px) {
  .loging-lp .stage {
    height: auto !important;
  }
}

.loging-lp .stage .wide-content {
  position: absolute;
  left: 50%;
  top: 54%;
  transform: translate(-50%, -50%);
  max-width: 880px;
  align-items: center;
}

@media (max-width: 900px) {
  .loging-lp .stage .wide-content {
    flex-direction: column;
    position: relative;
    top: auto;
    left: auto;
    transform: none;
    z-index: 999;
    padding: 50px 0;
    width: 90%;
  }
}

.loging-lp .stage .wide-content .info {
  width: 440px;
}

@media (max-width: 900px) {
  .loging-lp .stage .wide-content .info {
    margin-bottom: 40px;
    width: 90%;
  }
}

.loging-lp .stage .wide-content .info .title {
  color: #FFFFFF;
  font-size: 36px;
  font-weight: 400;
  line-height: 50px;
}

.loging-lp .stage .wide-content .info .title span {
  display: block;
  font-weight: 200;
}

.loging-lp .stage .wide-content .info p {
  margin: 30px 0 0;
  font-size: 18px;
  line-height: 30px;
  font-weight: 200;
}

.loging-lp .stage .wide-content .info p strong {
  display: inline;
  font-weight: 400;
}

.loging-lp .stage .wide-content .info p:last-of-type {
  font-weight: 500;
}

.loging-lp .stage .wide-content form {
  background: #FFFFFF;
  width: 320px;
  border-radius: 8px;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  padding: 30px 40px 20px;
}

@media (max-width: 900px) {
  .loging-lp .stage .wide-content form {
    width: calc(100% - 80px);
  }
}

.loging-lp .stage .wide-content form .title {
  color: #2175d9;
  font-size: 18px;
  font-weight: 400;
}

.loging-lp .stage .wide-content form .title span {
  display: block;
  font-weight: 200;
  margin: 0 0 15px;
  color: #131313;
  font-size: 14px;
}

.loging-lp .stage .wide-content form .formField {
  margin-bottom: 10px;
  position: relative;
}

.loging-lp .stage .wide-content form .formField.mb-10 {
  margin-top: 20px;
}

.loging-lp .stage .wide-content form .formField input[type=email],
.loging-lp .stage .wide-content form .formField input[type=password],
.loging-lp .stage .wide-content form .formField input[type=text] {
  background: none;
  padding: 10px 0;
  display: block;
  width: 100%;
  font-size: 12px;
  font-weight: 400;
  text-indent: 10px;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border: 2px solid #ccc;
  color: #4a4a4a;
}

.loging-lp .stage .wide-content form .formField input[type=email]::-moz-placeholder, .loging-lp .stage .wide-content form .formField input[type=password]::-moz-placeholder, .loging-lp .stage .wide-content form .formField input[type=text]::-moz-placeholder {
  color: #4a4a4a;
}

.loging-lp .stage .wide-content form .formField input[type=email]::placeholder,
.loging-lp .stage .wide-content form .formField input[type=password]::placeholder,
.loging-lp .stage .wide-content form .formField input[type=text]::placeholder {
  color: #4a4a4a;
}

.loging-lp .stage .wide-content form .formField input[type=checkbox] {
  height: 20px;
  width: 20px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border: 2px solid #ccc;
  display: inline-block;
  vertical-align: middle;
  position: relative;
}

.loging-lp .stage .wide-content form .formField input[type=checkbox]:checked:after {
  content: "";
  position: absolute;
  top: 36%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
  height: 12px;
  width: 7px;
  border-bottom: 2px solid #2175d9;
  border-right: 2px solid #2175d9;
  z-index: 2;
}

.loging-lp .stage .wide-content form .formField span {
  position: absolute;
  right: 10px;
  top: 20px;
  transform: translateY(-50%);
  color: #4a4a4a;
}

.loging-lp .stage .wide-content form .formField span.inline {
  position: relative;
  right: auto;
  top: auto;
  transform: none;
  margin-left: 8px;
  font-size: 11px;
  color: #131313;
}

.loging-lp .stage .wide-content form .formField.text-inline a {
  display: inline;
  font-size: 11px;
}

.loging-lp .stage .wide-content form .formField.text-inline a:first-of-type {
  color: #2175d9;
  text-transform: uppercase;
}

.loging-lp .stage .wide-content form .formField.text-inline a:last-of-type {
  color: #ccc;
}

.loging-lp .stage .wide-content form .formField.check-inline {
  margin-top: 15px;
}

.loging-lp .stage .wide-content form .formField.check-inline input,
.loging-lp .stage .wide-content form .formField.check-inline div {
  display: inline-block;
  vertical-align: top;
}

.loging-lp .stage .wide-content form .formField.check-inline div {
  width: calc(100% - 40px);
  margin-left: 10px;
  line-height: 14px;
  margin-top: -2px;
}

.loging-lp .stage .wide-content form .formField.check-inline a,
.loging-lp .stage .wide-content form .formField.check-inline span {
  display: inherit;
  font-size: 11px;
  margin-right: 5px;
  line-height: 14px;
}

.loging-lp .stage .wide-content form .formField.check-inline span {
  color: #131313;
  position: relative;
  right: auto;
  top: auto;
  transform: none;
}

.loging-lp .stage .wide-content form .formField.check-inline a {
  font-size: 11px;
  color: #2175d9;
}

.loging-lp .stage .wide-content form .formField.check-inline a:last-of-type {
  margin: 0;
}

.loging-lp .stage .wide-content form button {
  background: #002452;
  width: 100%;
  display: block;
  border-radius: 30px;
  -moz-border-radius: 30px;
  -webkit-border-radius: 30px;
  color: #FFFFFF;
  text-align: center;
  font-size: 11px;
  font-weight: 400;
  padding: 10px 0;
  margin: 20px 0 5px;
}

.loging-lp .stage img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

@media (max-width: 900px) {
  .loging-lp .stage img {
    position: absolute;
    top: 0;
    left: 0;
  }
}

.loging-lp .colaborations {
  background: #ffb512;
  display: flex;
  align-items: center;
  text-align: center;
}

@media (max-width: 900px) {
  .loging-lp .colaborations {
    height: auto !important;
    padding: 70px 0;
  }
}

.loging-lp .colaborations .wide-content {
  max-width: 900px;
}

.loging-lp .colaborations h3 {
  display: block;
  font-size: 30px;
  font-weight: 600;
  line-height: 36px;
  margin-bottom: 60px;
  color: #002452;
}

.loging-lp .colaborations h3 span {
  display: block;
  color: #FFFFFF;
  font-weight: 300;
}

.loging-lp .colaborations .contain {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

@media (max-width: 900px) {
  .loging-lp .colaborations .contain {
    flex-direction: column;
  }
}

.loging-lp .colaborations .contain .col {
  width: 30%;
  padding: 0;
}

@media (max-width: 900px) {
  .loging-lp .colaborations .contain .col {
    width: 90%;
    margin: 0 auto 40px;
  }
}

.loging-lp .colaborations .contain .col img {
  height: 62px;
}

.loging-lp .colaborations .contain .col h4,
.loging-lp .colaborations .contain .col p {
  color: #002452;
}

.loging-lp .colaborations .contain .col h4 {
  font-size: 16px;
  line-height: 18px;
  font-weight: 600;
  margin: 30px auto;
}

@media (min-width: 901px) {
  .loging-lp .colaborations .contain .col h4 {
    font-size: 18px;
    line-height: 20px;
  }
}

.loging-lp .colaborations .contain .col p {
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
}

@media (min-width: 901px) {
  .loging-lp .colaborations .contain .col p {
    font-size: 16px;
    line-height: 20px;
  }
}

.loging-lp .colaborations .contain .col p.bigger {
  font-size: 18px;
  margin-bottom: 30px;
}

.loging-lp .colaborations .contain .col:last-of-type {
  width: 33%;
}

@media (max-width: 900px) {
  .loging-lp .colaborations .contain .col:last-of-type {
    width: 90%;
    margin: 0 auto 40px;
  }
}

.loging-lp .colaborations .btn-round-corners {
  background: none;
  color: #002452;
  border: 1px solid #002452;
  padding: 20px 60px;
  margin-top: 80px;
}

@media (max-width: 900px) {
  .loging-lp .colaborations .btn-round-corners {
    margin-top: 40px;
  }
}

.loging-lp .colaborations .btn-round-corners:before {
  content: "";
  background: url(/images/more-blue.svg?20d4edbb10a9c7db5dd593b6ef1b6f06) no-repeat;
  height: 15px;
  width: 15px;
  display: inline-block;
  vertical-align: middle;
  margin: -3px 8px 0 0;
  background-size: cover;
}

.loging-lp .colaborations .btn-round-corners:hover {
  background: #002452;
  border-color: #002452;
  color: #FFFFFF;
}

.loging-lp .colaborations .btn-round-corners:hover:before {
  background: url(/images/more-white.svg?b7a53b73b728674c8aeae54bc5b85f72) no-repeat;
  height: 15px;
  width: 15px;
  background-size: cover;
}

.loging-lp .visitors {
  position: relative;
}

@media (max-width: 900px) {
  .loging-lp .visitors {
    height: 600px !important;
  }
}

.loging-lp .visitors .wide-content {
  position: absolute;
  top: 15%;
  left: 50%;
  transform: translateX(-50%);
  z-index: 9;
  height: 75%;
  padding: 0;
  max-width: 830px;
}

.loging-lp .visitors .wide-content .title {
  color: #FFFFFF;
  font-size: 36px;
  font-weight: 400;
  line-height: 50px;
}

.loging-lp .visitors .wide-content .title span {
  color: #ffb512;
  display: block;
  font-weight: 200;
}

.loging-lp .visitors .wide-content .flex-block {
  margin: 60px 0 0;
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
}

.loging-lp .visitors .wide-content .flex-block img {
  width: 160px;
}

@media (max-width: 768px) {
  .loging-lp .visitors .wide-content .flex-block img {
    width: 120px;
  }
}

@media (max-width: 414px) {
  .loging-lp .visitors .wide-content .flex-block img {
    width: 100px;
  }
}

@media (max-width: 360px) {
  .loging-lp .visitors .wide-content .flex-block img {
    width: 80px;
  }
}

.loging-lp .visitors img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.loging-lp .add-company {
  text-align: center;
  display: flex;
  align-items: center;
}

@media (max-width: 900px) {
  .loging-lp .add-company {
    height: auto !important;
    padding: 100px 0 60px;
  }
}

.loging-lp .add-company .flex-block {
  margin-bottom: 60px;
  justify-content: center;
}

@media (max-width: 900px) {
  .loging-lp .add-company .flex-block {
    flex-direction: column;
  }
}

.loging-lp .add-company .flex-block .info {
  text-align: left;
  margin-right: 100px;
}

@media (max-width: 900px) {
  .loging-lp .add-company .flex-block .info {
    width: 90%;
    margin: 0;
  }
}

.loging-lp .add-company .flex-block .info .title {
  margin-bottom: 40px;
  color: #002452;
  font-weight: 500;
  font-size: 30px;
  line-height: 36px;
  display: block;
  margin-bottom: 4px;
}

.loging-lp .add-company .flex-block .info .title small {
  display: block;
  font-weight: 200;
  font-size: 100%;
}

.loging-lp .add-company .flex-block .info img {
  width: 155px;
  display: block;
  margin-bottom: 20px;
}

.loging-lp .add-company .flex-block .info .sub-title {
  font-size: 16px;
  font-weight: 500;
  color: #002452;
  margin-bottom: 40px;
}

.loging-lp .add-company .flex-block .info span {
  display: inline-block;
  margin-right: 10px;
  color: #002452;
  font-size: 24px;
  font-weight: 300;
  line-height: 50px;
  display: block;
}

.loging-lp .add-company .flex-block .info span img,
.loging-lp .add-company .flex-block .info span strong {
  display: inline;
}

.loging-lp .add-company .flex-block .info span img {
  width: 20px;
  vertical-align: middle;
  margin: -6px 10px 0 0;
}

.loging-lp .add-company .flex-block .info span strong {
  font-weight: 500;
}

.loging-lp .add-company .flex-block .pay-cards {
  padding-top: 80px;
  display: block;
  text-align: left;
}

.loging-lp .add-company .flex-block .pay-cards .price,
.loging-lp .add-company .flex-block .pay-cards .cards {
  display: block;
  text-align: left;
}

.loging-lp .add-company .flex-block .pay-cards .price {
  font-size: 60px;
  line-height: 36px;
  color: #002452;
  position: relative;
  display: inline-block;
  margin-bottom: 120px;
}

@media (max-width: 900px) {
  .loging-lp .add-company .flex-block .pay-cards .price {
    margin-bottom: 40px;
  }
}

.loging-lp .add-company .flex-block .pay-cards .price span {
  vertical-align: super;
  font-size: 16px;
  margin: 0;
  position: absolute;
  top: -14px;
  right: -64px;
}

.loging-lp .add-company .flex-block .pay-cards .price span:first-of-type {
  font-weight: 300;
  position: relative;
  display: inline;
  top: auto;
  right: auto;
  font-size: 60px;
  vertical-align: baseline;
}

.loging-lp .add-company .flex-block .pay-cards .cards {
  width: 218px;
}

.loging-lp .add-company .flex-block .pay-cards .cards img {
  width: 100%;
}

.loging-lp .add-company .btn-round-corners {
  background: #ffb512;
  color: #002452;
  text-decoration: underline;
  margin-right: 0;
  border-radius: 25px;
  -moz-border-radius: 25px;
  -webkit-border-radius: 25px;
  padding: 15px 25px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.loging-lp .add-company .btn-round-corners:before {
  content: "";
  background: url(/images/more-blue.svg?20d4edbb10a9c7db5dd593b6ef1b6f06) no-repeat;
  height: 15px;
  width: 15px;
  display: inline-block;
  vertical-align: middle;
  margin: -3px 8px 0 0;
  background-size: cover;
}

.loging-lp .pricing-plan {
  background: #FFFFFF;
}

.loging-lp .pricing-plan .wide-content {
  padding: 60px 0;
  max-width: 900px;
}

.loging-lp .pricing-plan .pricing-data .flex-block {
  width: 100%;
  flex-wrap: wrap;
  justify-content: center;
}

.loging-lp .pricing-plan .pricing-data .flex-block .detail,
.loging-lp .pricing-plan .pricing-data .flex-block .valid {
  padding: 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  height: 42px;
  display: flex;
  align-items: center;
}

.loging-lp .pricing-plan .pricing-data .flex-block .detail {
  width: 340px;
  color: #002452;
  font-size: 14px;
  font-weight: 400;
}

.loging-lp .pricing-plan .pricing-data .flex-block .valid {
  width: 160px;
  justify-content: center;
}

.loging-lp .pricing-plan .pricing-data .flex-block .valid svg {
  width: 18px;
  height: 18px;
}

.loging-lp .pricing-plan .pricing-data .flex-block .valid svg.lnr-checkmark-circle {
  fill: #25d17e;
}

.loging-lp .pricing-plan .pricing-data .flex-block .valid svg.lnr-cross-circle {
  fill: #e74536;
}

.loging-lp .pricing-plan .pricing-data .flex-block .valid:nth-of-type(3) {
  background: rgba(211, 228, 247, 0.3);
}

.loging-lp .pricing-plan .pricing-data .flex-block.titles {
  align-items: flex-end;
  border: 0;
}

.loging-lp .pricing-plan .pricing-data .flex-block.titles .detail,
.loging-lp .pricing-plan .pricing-data .flex-block.titles .valid {
  padding-bottom: 30px;
  border: 0;
  height: auto;
  color: #002452;
}

.loging-lp .pricing-plan .pricing-data .flex-block.titles .detail {
  font-weight: 600;
  font-size: 30px;
  flex-direction: column;
  align-items: flex-start;
}

.loging-lp .pricing-plan .pricing-data .flex-block.titles .detail small {
  display: block;
  color: #ffb512;
  font-weight: 200;
  margin-bottom: -2px;
}

.loging-lp .pricing-plan .pricing-data .flex-block.titles .valid {
  text-transform: uppercase;
  font-weight: 700;
  height: 40px;
  align-items: flex-end;
}

.loging-lp .pricing-plan .pricing-data .flex-block.border-none .detail,
.loging-lp .pricing-plan .pricing-data .flex-block.border-none .valid {
  border: 0;
  font-weight: 600;
}

.loging-lp .pricing-plan .pricing-data .flex-block.border-none .valid {
  color: #002452;
  font-size: 14px;
  text-transform: uppercase;
}

.loging-lp .pricing-plan .pricing-data .flex-block.border-none .valid span {
  display: inline;
  text-transform: none;
}

.loging-lp .pricing-plan .pricing-data .flex-block.border-none .valid .btn {
  border-radius: 30px;
  -moz-border-radius: 30px;
  -webkit-border-radius: 30px;
  border: 2px solid #002452;
  color: #002452;
  text-transform: uppercase;
  font-size: 10px;
  font-weight: 600;
  padding: 8px 0;
  width: 70%;
  letter-spacing: 0.25px;
}

.loging-lp .pricing-plan .pricing-data .flex-block.border-none .valid.invert {
  padding-bottom: 30px;
}

.loging-lp .pricing-plan .pricing-data .flex-block.border-none .valid.invert .btn {
  background: #002452;
  color: #FFFFFF;
}

.loging-lp .pricing-plan .pricing-data .flex-block.border-none .text-yellow {
  color: #ffb512;
  font-size: 12px;
}

@media (max-width: 901px) {
  .loging-lp .pricing-plan .pricing-data.desktop-pricing {
    display: none;
  }
}

@media (max-width: 900px) {
  .loging-lp .pricing-plan .pricing-data.mobile-pricing {
    display: block;
  }
}

.loging-lp .pricing-plan .pricing-data.mobile-pricing .title {
  font-weight: 600;
  font-size: 30px;
  color: #002452;
  text-align: center;
}

.loging-lp .pricing-plan .pricing-data.mobile-pricing .title small {
  display: block;
  color: #ffb512;
  font-weight: 200;
  margin-bottom: -2px;
}

.loging-lp .pricing-plan .pricing-data.mobile-pricing .box-pricing .title-button {
  justify-content: center;
  margin: 30px auto 20px;
}

.loging-lp .pricing-plan .pricing-data.mobile-pricing .box-pricing .title-button button {
  border-radius: 30px;
  -moz-border-radius: 30px;
  -webkit-border-radius: 30px;
  border: 2px solid #002452;
  color: #002452;
  text-transform: uppercase;
  font-size: 10px;
  font-weight: 600;
  padding: 8px 0;
  width: 90px;
  letter-spacing: 0.25px;
}

.loging-lp .pricing-plan .pricing-data.mobile-pricing .box-pricing .title-button button:nth-of-type(2) {
  margin: 0 6px;
}

.loging-lp .pricing-plan .pricing-data.mobile-pricing .box-pricing .title-button button:hover,
.loging-lp .pricing-plan .pricing-data.mobile-pricing .box-pricing .title-button button.active {
  background: #002452;
  color: #FFFFFF;
}

.loging-lp .pricing-plan .pricing-data.mobile-pricing .box-pricing .content .flex-block .detail {
  width: 200px;
}

.loging-lp .pricing-plan .pricing-data.mobile-pricing .box-pricing .content .flex-block .detail.text-yellow {
  width: 100%;
  justify-content: center;
}

.loging-lp .pricing-plan .pricing-data.mobile-pricing .box-pricing .content .flex-block .valid {
  width: 80px;
}

.loging-lp .pricing-plan .pricing-data.mobile-pricing .box-pricing .content .flex-block.wide .valid {
  width: 100%;
}

.register-yss {
  align-items: center;
  display: flex;
  justify-content: center;
  padding: 240px 0 120px;
}

@media (max-width: 960px) {
  .register-yss {
    padding: 160px 0 100px;
  }
}

.register-yss .wide-content .flex-block {
  justify-content: center;
}

@media (max-width: 960px) {
  .register-yss .wide-content .flex-block {
    flex-direction: column;
  }
}

.register-yss .wide-content .flex-block h4 {
  color: #2175d9;
  font-size: 20px;
  display: block;
  margin: 0 0 20px;
  font-weight: 400;
}

.register-yss .wide-content .flex-block h4 small {
  width: 100%;
  color: #131313;
  margin: 25px 0 0;
  display: block;
  font-size: 16px;
  font-weight: 200;
}

.register-yss .wide-content .flex-block form {
  width: 400px;
  margin-right: 160px;
}

@media (max-width: 960px) {
  .register-yss .wide-content .flex-block form {
    margin: 0;
    width: 100%;
  }
}

.register-yss .wide-content .flex-block form .formField {
  width: 240px;
  margin-bottom: 20px;
  box-shadow: 0 0 2px #ccc;
  -moz-box-shadow: 0 0 2px #ccc;
  -webkit-box-shadow: 0 0 2px #ccc;
}

@media (max-width: 960px) {
  .register-yss .wide-content .flex-block form .formField {
    width: 100%;
  }
}

.register-yss .wide-content .flex-block form .formField input {
  width: 100%;
}

.register-yss .wide-content .flex-block form button {
  border-radius: 30px;
  -moz-border-radius: 30px;
  -webkit-border-radius: 30px;
  background: #002452;
  color: #FFFFFF;
  font-size: 11px;
  font-weight: 400;
  padding: 10px 0;
  margin: 20px 0 50px;
  display: block;
  width: 120px;
}

@media (max-width: 960px) {
  .register-yss .wide-content .flex-block figure {
    width: 100%;
  }

  .register-yss .wide-content .flex-block figure img {
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

.flex-block {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.box-range {
  margin-top: 20px;
}

.box-range .labels {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 5px;
}

.box-range .labels span {
  font-size: 10px;
  color: rgba(19, 19, 19, 0.5);
  font-weight: 400;
}

.box-range .frame-range {
  border-radius: 16px;
  -moz-border-radius: 16px;
  -webkit-border-radius: 16px;
  margin-top: 10px;
  width: 100%;
  position: relative;
  height: 12px;
  background: rgba(19, 19, 19, 0.09);
}

.box-range .frame-range .fill-range {
  position: absolute;
  left: 0;
  border-radius: 16px;
  -moz-border-radius: 16px;
  -webkit-border-radius: 16px;
  background: #002452;
  z-index: 9;
  top: 0;
  height: 100%;
}

.box-range .frame-range .fill-range .dot-circle {
  height: 22px;
  width: 22px;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  position: absolute;
  right: -11px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  background: #2175d9;
  cursor: pointer;
}

.box-range.size-min {
  width: 30%;
}

.box-range.size-min .labels {
  padding: 0 8px;
}

.box-range.size-min .labels span {
  text-transform: uppercase;
}

.get-know .blue-backt .float-icon.inside-bottom {
  bottom: 40px;
  right: 40px;
}

@media (max-width: 800px) {
  .get-know .blue-backt .float-icon.inside-bottom {
    bottom: 16px;
    right: 14px;
  }
}

.get-know .blue-backt .float-icon.inside-bottom svg {
  width: 36px;
  height: 36px;
}

.get-know .blue-backt .float-icon.text-outside {
  bottom: -30%;
  font-size: 24px;
  font-weight: 400;
  width: 200px;
  color: #002452;
  left: 30%;
}

@media (max-width: 1280px) {
  .get-know .blue-backt .float-icon.text-outside {
    top: -60px;
    bottom: auto;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    text-align: center;
  }
}

@media (max-width: 800px) {
  .get-know .blue-backt .float-icon.text-outside {
    width: 80%;
    top: -86px;
    line-height: 28px;
  }
}

@media (max-width: 960px) {
  .terms-page .header-supplier-list .container .result-text {
    padding-left: 15px;
  }
}

.terms-page .wide-content {
  padding: 80px 0;
}

@media (max-width: 960px) {
  .terms-page .wide-content {
    padding: 40px 0;
  }
}

.terms-page .wide-content h3,
.terms-page .wide-content p {
  margin: 0 0 30px;
  display: block;
}

.terms-page .wide-content p {
  font-weight: 300;
  color: #131313;
  font-size: 16px;
}

.terms-page .wide-content h3 {
  font-size: 24px;
  margin: 40px 0;
}

.terms-page .wide-content ul {
  list-style: none;
  padding: 0 0 0 30px;
  margin: 0 0 20px;
}

.terms-page .wide-content ul li {
  display: block;
  position: relative;
  color: #575757;
  font-size: 14px;
  font-weight: 200;
  margin-bottom: 10px;
}

.terms-page .wide-content ul li:before {
  content: "";
  background: url(/images/yellow-arrow.svg?a5cf057ebf36a916c8cf90c29ed02de1) 0 0 no-repeat;
  width: 12px;
  height: 9px;
  position: absolute;
  left: -29px;
  top: 6px;
}

.terms-page.contact-page .mini-content {
  max-width: 640px;
}

.terms-page.contact-page .mini-content form {
  display: block;
  margin-bottom: 60px;
}

@media (max-width: 960px) {
  .terms-page.contact-page .mini-content form {
    margin-bottom: 30px;
  }
}

.terms-page.contact-page .mini-content form .flex-block {
  margin-bottom: 20px;
}

@media (max-width: 960px) {
  .terms-page.contact-page .mini-content form .flex-block {
    flex-direction: column;
  }
}

.terms-page.contact-page .mini-content form .flex-block .bloq,
.terms-page.contact-page .mini-content form .flex-block textarea {
  width: 48%;
}

@media (max-width: 960px) {
  .terms-page.contact-page .mini-content form .flex-block .bloq,
  .terms-page.contact-page .mini-content form .flex-block textarea {
    width: 100%;
  }
}

@media (max-width: 960px) {
  .terms-page.contact-page .mini-content form .flex-block .bloq {
    margin-bottom: 15px;
  }
}

.terms-page.contact-page .mini-content form .flex-block .bloq .formField {
  margin-bottom: 20px;
}

.terms-page.contact-page .mini-content form .flex-block .bloq .formField:last-of-type {
  margin: 0;
}

.terms-page.contact-page .mini-content form .flex-block textarea {
  height: 168px;
  resize: none;
  overflow-y: auto;
}

.terms-page.contact-page .mini-content form button {
  padding: 10px 70px;
}

@media (max-width: 960px) {
  .terms-page.contact-page .mini-content form button {
    width: 100%;
  }
}

@media (max-width: 960px) {
  .terms-page.contact-page .mini-content .flex-block {
    flex-direction: column;
  }
}

.terms-page.contact-page .mini-content .flex-block .block {
  width: 48%;
}

@media (max-width: 960px) {
  .terms-page.contact-page .mini-content .flex-block .block {
    width: 100%;
  }
}

.terms-page.contact-page .mini-content .flex-block .block h3,
.terms-page.contact-page .mini-content .flex-block .block p {
  margin-bottom: 10px;
}

.terms-page.contact-page .mini-content .flex-block .block p a {
  display: inline;
  color: #131313;
}

.terms-page.contact-page .mini-content .flex-block .block p.mt20 {
  margin-top: 45px;
}

.terms-page.share-your-project .header-supplier-list .container .result-text {
  margin: 0;
}

.terms-page.share-your-project .header-supplier-list .container .result-text strong,
.terms-page.share-your-project .header-supplier-list .container .result-text span {
  display: block;
}

.terms-page.share-your-project .header-supplier-list .container .result-text span {
  color: #ffb512;
  font-weight: 300;
}

.terms-page.share-your-project .mini-content form .errorMessageGroup {
  display: block;
  margin-bottom: 30px;
}

.terms-page.share-your-project .mini-content form .errorMessageGroup .text-danger {
  font-size: 12px;
  color: #ff0700 !important;
}

.terms-page.share-your-project .mini-content form .errorMessageGroup textarea,
.terms-page.share-your-project .mini-content form .errorMessageGroup .flex-block {
  margin-bottom: 0;
}

.terms-page.share-your-project .mini-content form .flex-block .formField .errorMessageGroup {
  width: 100%;
  margin: 0;
}

.terms-page.share-your-project .mini-content form .flex-block .errorMessageGroup {
  width: 48%;
}

.terms-page.share-your-project .mini-content form .flex-block .errorMessageGroup textarea {
  width: 100%;
  margin: 0;
}

.terms-page.share-your-project .mini-content form .flex-block.double-field .errorMessageGroup {
  width: 48%;
}

.terms-page.share-your-project .mini-content form .flex-block.double-field .errorMessageGroup input {
  width: 100%;
}

.terms-page.share-your-project .mini-content form .flex-block.triple-field .fieldBox .errorMessageGroup {
  width: 100%;
}

.contact-page .wide-content p.contact-us-header {
  font-family: "Source Sans Pro";
  font-style: normal;
  font-weight: 400;
  font-size: 24px;
  line-height: 120%;
  text-align: center;
  color: #002452;
  padding: 0 10px;
}

@media screen and (min-width: 993px) {
  .contact-page .wide-content p.contact-us-header {
    padding: 0 100px;
    font-size: 36px;
  }
}

.contact-page .wide-content p.contact-us-subheader {
  font-family: "Source Sans Pro";
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 120%;
  text-align: center;
  color: #5D5D5D;
}

.contact-page .form-container {
  max-width: 500px;
  margin: auto;
}

.contact-page .formField {
  padding: 5px 0;
}

.contact-page .contact-form-label {
  font-family: "Source Sans Pro";
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 120%;
  text-transform: uppercase;
  color: #5D5D5D;
}

.contact-page .contact-form-input {
  border: 1px solid #D7D7D7 !important;
  border-radius: 5px !important;
  margin-top: 5px;
}

.contact-page .contact-form-button-container {
  text-align: center;
  text-align: -webkit-center;
}

.contact-page .contact-form-submit-button {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 8px 54px;
  background: #2175D9;
  border-radius: 20px;
  font-family: "Source Sans Pro";
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 120%;
  color: #FFFFFF;
}

.contact-page .contact-details-container {
  background-color: #F7F5F0;
}

.contact-page .contact-info-section {
  padding: 3rem 1rem;
}

.contact-page .recaptcha-container {
  text-align: center;
  text-align: -webkit-center;
}

.contact-page button.g-recaptcha {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 8px 54px;
  background: #2175D9;
  border-radius: 20px;
  font-family: "Source Sans Pro";
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 120%;
  color: #FFFFFF;
}

@media screen and (min-width: 993px) {
  .contact-page .contact-info-section {
    padding: 3rem;
  }
}

.contact-page .contact-info-image {
  padding: 0;
}

.contact-page .bg-contact-us {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.contact-page p.contact-details-content {
  font-family: "Source Sans Pro";
  font-style: normal;
  font-size: 16px;
  line-height: 120%;
  color: #5D5D5D;
  margin: 5px 0;
}

.contact-page h3.contact-details-header {
  margin: 40px 0 15px;
  text-transform: uppercase;
}

.contact-page a.contact-info-link {
  color: #5D5D5D;
}

.contact-page .contact-details-title {
  font-weight: 600;
}

.contact-page p.contact-details-content {
  font-weight: 400;
}

.company-profile {
  padding-top: 140px;
  padding-bottom: 60px;
}

.company-profile .content-box {
  padding: 50px 100px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
  display: block;
}

.company-profile .content-box.mb-20 {
  margin-top: 30px;
}

.company-profile h2 {
  color: #002452;
  font-weight: 600;
  font-size: 18px;
  display: block;
  margin-bottom: 50px;
  text-align: left;
  line-height: normal;
}

.company-profile h2.mtb {
  margin: 60px 0;
}

.company-profile .mini-conent .flex-block {
  justify-content: flex-start;
}

.company-profile .mini-conent .flex-block .box {
  margin-right: 5%;
}

.company-profile .mini-conent .flex-block .box:first-of-type {
  width: 144px;
}

.company-profile .mini-conent .flex-block .box:first-of-type figure,
.company-profile .mini-conent .flex-block .box:first-of-type label {
  display: block;
}

.company-profile .mini-conent .flex-block .box:first-of-type figure {
  width: 100%;
  height: 132px;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  overflow: hidden;
  margin-bottom: 10px;
}

.company-profile .mini-conent .flex-block .box:first-of-type figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.company-profile .mini-conent .flex-block .box:first-of-type label {
  color: #2175d9;
  font-size: 12px;
  width: 100%;
  text-align: center;
  font-weight: 300;
  cursor: pointer;
}

.company-profile .mini-conent .flex-block .box:nth-of-type(2) {
  width: 320px;
}

.company-profile .mini-conent .flex-block .box:nth-of-type(2) h4 {
  margin-top: 25px;
}

.company-profile .mini-conent .flex-block .box:nth-of-type(2) textarea {
  resize: none;
  height: 140px;
  overflow-y: auto;
}

.company-profile .mini-conent .flex-block .box:last-of-type {
  width: 200px;
  margin: 0;
}

.company-profile .mini-conent .flex-block .box .select-field {
  margin-bottom: 25px;
}

.company-profile .mini-conent.buttons {
  text-align: center;
  margin-top: 60px;
}

.company-profile .mini-conent.buttons button {
  background: #002452;
  width: 200px;
  display: block;
  border-radius: 30px;
  -moz-border-radius: 30px;
  -webkit-border-radius: 30px;
  color: #FFFFFF;
  text-align: center;
  font-size: 11px;
  font-weight: 400;
  padding: 10px 0;
  margin: 20px 0 5px;
  display: inline-block;
  vertical-align: middle;
  margin: 0 10px;
}

@media (max-width: 760px) {
  .company-profile .mini-conent.buttons button {
    display: block;
    width: 100%;
    margin: 0;
  }
}

.company-profile .mini-conent.buttons button:first-of-type {
  background: none;
  color: #002452;
  border: 1px solid #002452;
}

@media (max-width: 760px) {
  .company-profile .mini-conent.buttons button:first-of-type {
    margin: 0 0 20px;
  }
}

.company-profile h4 {
  color: #131313;
  font-size: 14px;
  font-weight: 400;
  display: block;
  margin-bottom: 15px;
}

.company-profile .select-field {
  display: block;
}

.company-profile .flex-block {
  flex-wrap: wrap;
}

.company-profile .flex-block.four-fields .box {
  width: 22%;
}

@media (max-width: 900px) {
  .company-profile .flex-block.four-fields .box {
    width: 100%;
    margin-bottom: 25px;
  }
}

.company-profile .flex-block.logo-block .box {
  width: 144px;
}

.company-profile .flex-block.logo-block .box figure,
.company-profile .flex-block.logo-block .box label {
  display: block;
}

.company-profile .flex-block.logo-block .box figure {
  width: 100%;
  height: 132px;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  overflow: hidden;
  margin-bottom: 10px;
}

.company-profile .flex-block.logo-block .box figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.company-profile .flex-block.logo-block .box label {
  color: #2175d9;
  font-size: 12px;
  width: 100%;
  text-align: center;
  font-weight: 300;
  cursor: pointer;
}

.share-your-project .wide-content {
  padding: 30px 0 80px;
}

.share-your-project .mini-content {
  position: relative;
}

.share-your-project .mini-content .mailBox {
  position: absolute;
  top: 0;
  right: -45%;
  width: 92px;
  -o-object-fit: contain;
     object-fit: contain;
  z-index: 9;
}

@media (max-width: 1000px) {
  .share-your-project .mini-content .mailBox {
    display: none;
  }
}

.share-your-project p strong {
  display: block;
  font-weight: 400;
}

.share-your-project p.title {
  margin-bottom: 20px;
  font-weight: 400;
}

.share-your-project .triple-field {
  margin-bottom: 30px;
}

@media (max-width: 980px) {
  .share-your-project .triple-field {
    margin: 0;
  }
}

.share-your-project .triple-field .fieldBox {
  width: 33%;
  flex-wrap: wrap;
  margin: 0;
}

@media (max-width: 980px) {
  .share-your-project .triple-field .fieldBox {
    width: 100%;
    margin-bottom: 20px;
  }
}

.share-your-project .triple-field .fieldBox.double-title .title {
  height: 50px;
  margin-bottom: 20px;
}

@media (max-width: 980px) {
  .share-your-project .triple-field .fieldBox.double-title .title {
    height: auto;
    margin-bottom: 15px;
  }
}

.share-your-project .triple-field .fieldBox .arrow-field {
  position: relative;
}

.share-your-project .triple-field .fieldBox .arrow-field:after {
  height: 12px;
  width: 12px;
  border-right: 2px solid #2175d9;
  border-bottom: 2px solid #2175d9;
  transform: rotate(45deg) translateY(-50%);
  top: 39%;
  right: 18px;
  content: "";
  position: absolute;
  z-index: 99;
}

.share-your-project .triple-field .fieldBox .arrow-field select {
  background: none;
  padding: 10px 0;
  display: block;
  width: 100%;
  font-size: 14px;
  font-weight: 400;
  text-indent: 10px;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border: 2px solid #ccc;
  color: #4a4a4a;
}

.share-your-project .triple-field .fieldBox .arrow-field select::-moz-placeholder {
  color: #4a4a4a;
  font-size: 14px;
}

.share-your-project .triple-field .fieldBox .arrow-field select::placeholder {
  color: #4a4a4a;
  font-size: 14px;
}

@media (max-width: 980px) {
  .share-your-project .triple-field.mt-10 .fieldBox {
    margin: 0;
  }
}

.share-your-project .flex-block.double-field {
  margin-bottom: 30px;
}

@media (max-width: 980px) {
  .share-your-project .flex-block.double-field {
    margin-top: 15px;
  }
}

.share-your-project .flex-block.double-field input {
  width: 48%;
}

.share-your-project .flex-block.double-field input::-moz-placeholder {
  color: #4a4a4a;
}

.share-your-project .flex-block.double-field input::placeholder {
  color: #4a4a4a;
}

@media (max-width: 980px) {
  .share-your-project .flex-block.double-field input {
    width: 100%;
    margin-bottom: 20px;
  }

  .share-your-project .flex-block.double-field input:last-of-type {
    margin: 0;
  }
}

.share-your-project textarea {
  color: #4a4a4a;
  resize: none;
  overflow-y: auto;
  height: 146px;
  margin: 50px 0 40px;
  display: block;
  font-size: 16px;
  font-weight: 300;
  padding: 10px 15px;
}

.share-your-project textarea::-moz-placeholder {
  color: #4a4a4a;
  font-size: 16px;
}

.share-your-project textarea::placeholder {
  color: #4a4a4a;
  font-size: 16px;
}

.share-your-project .boxFeatures {
  margin: 25px 0 35px;
}

.share-your-project .boxFeatures div {
  margin-bottom: 15px;
  padding-left: 20px;
  position: relative;
}

.share-your-project .boxFeatures div span,
.share-your-project .boxFeatures div p,
.share-your-project .boxFeatures div input {
  display: inline;
  width: auto;
  color: #666;
  font-size: 14px;
  font-weight: 300;
}

.share-your-project .boxFeatures div .contain {
  padding: 0 10px;
  border-bottom: 1px solid #ccc;
}

.share-your-project .boxFeatures div .contain input {
  border: 0;
  padding: 0;
  text-indent: 0;
  font-weight: 300;
}

.share-your-project .boxFeatures div .contain input::-moz-placeholder {
  color: #666;
  font-size: 14px;
  font-weight: 300;
  text-align: center;
}

.share-your-project .boxFeatures div .contain input::placeholder {
  color: #666;
  font-size: 14px;
  font-weight: 300;
  text-align: center;
}

.share-your-project .boxFeatures div .yellow {
  color: #ffb512 !important;
  font-weight: 600 !important;
}

.share-your-project .boxFeatures div .yellow.mr {
  margin-right: 6px;
  position: absolute;
  top: 2px;
  left: 0;
}

.share-your-project .example strong,
.share-your-project .example span {
  display: inline;
}

.share-your-project .example strong {
  margin-right: 8px;
}

.share-your-project .example .yellow {
  color: #ffb512;
}

.share-your-project .mt {
  margin-top: 50px !important;
}

@media (max-width: 980px) {
  .share-your-project .mt {
    margin: 0 !important;
  }
}

.share-your-project .mt-10 {
  margin-top: 10px !important;
}

@media (max-width: 980px) {
  .share-your-project .mt-10 {
    margin: 15px 0 20px !important;
  }
}

@media (max-width: 980px) {
  .share-your-project .no-mb {
    margin: 0 !important;
  }
}

.share-your-project form .flex-block textarea {
  margin: 0;
}

.select-field {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.select-field .choose-option {
  display: flex;
  align-items: flex-start;
  margin-bottom: 6px;
  width: 100%;
  flex-wrap: wrap;
}

.select-field .choose-option input[type=checkbox],
.select-field .choose-option input[type=radio] {
  cursor: pointer;
  margin-right: 8px;
  height: 16px;
  width: 16px;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border: 2px solid #979797;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: 0;
  position: relative;
}

.select-field .choose-option input[type=checkbox]:checked:before,
.select-field .choose-option input[type=radio]:checked:before {
  position: absolute;
  content: "";
  width: 11px;
  height: 6px;
  border-left: 2px solid #2175d9;
  border-bottom: 2px solid #2175d9;
  top: 2px;
  left: 1px;
  z-index: 99;
  transform: rotate(-49deg);
}

.select-field .choose-option span {
  color: #131313;
  font-size: 13px;
  font-weight: 400;
  width: 80%;
}

.select-field .quant {
  color: rgba(19, 19, 19, 0.5);
  font-size: 13px;
  font-weight: 400;
}

.g-recaptcha {
  transform: scale(1.07);
  -webkit-transform: scale(1.07);
  -moz-transform: scale(1.07);
  transform-origin: 0 0;
  -webkit-transform-origin: 0 0;
}

@media (max-width: 980px) {
  .g-recaptcha {
    transform: scale(0.7);
    -webkit-transform: scale(0.7);
    -moz-transform: scale(0.7);
  }
}

.padding-top-header {
  padding: 110px 0;
}

.btn-round {
  border-radius: 30px;
  -moz-border-radius: 30px;
  -webkit-border-radius: 30px;
  background: #2175d9;
  display: inline-block;
  padding: 16px 80px;
  font-size: 14px;
  font-weight: 400;
  text-align: center;
  color: #FFFFFF;
  font-weight: 200;
  transition: 0.5s;
}

.btn-round:hover {
  color: #2175d9;
  background: #FFFFFF;
}

.text-btn {
  -webkit-appearance: none;
  background: none;
  border: none;
  color: #2175d9;
  font-size: 11px;
  font-weight: 300;
  text-decoration: underline;
  padding: 0;
  margin: 10px 0;
}

.formField {
  margin-bottom: 10px;
  position: relative;
}

.formField input[type=email],
.formField input[type=password],
.formField input[type=text] {
  background: none;
  padding: 10px 0;
  display: block;
  width: 100%;
  font-size: 12px;
  font-weight: 400;
  text-indent: 10px;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border: 2px solid #ccc;
  color: #4a4a4a;
}

.formField input[type=email]::-moz-placeholder, .formField input[type=password]::-moz-placeholder, .formField input[type=text]::-moz-placeholder {
  color: #4a4a4a;
}

.formField input[type=email]::placeholder,
.formField input[type=password]::placeholder,
.formField input[type=text]::placeholder {
  color: #4a4a4a;
}

textarea {
  background: none;
  padding: 10px 0;
  display: block;
  width: 100%;
  font-size: 12px;
  font-weight: 400;
  text-indent: 10px;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border: 2px solid #ccc;
  color: #4a4a4a;
}

textarea::-moz-placeholder {
  color: #4a4a4a;
}

textarea::placeholder {
  color: #4a4a4a;
}

input[type=range],
input[type=range]::-webkit-slider-runnable-track,
input[type=range]::-webkit-slider-thumb {
  -webkit-appearance: none;
  outline: 0;
  width: 100%;
}

input[type=range]:focus {
  outline: none;
}

input[type=range]::-webkit-slider-runnable-track {
  width: 100%;
  height: 12px;
  background: rgba(19, 19, 19, 0.09);
  border-radius: 16px;
  -moz-border-radius: 16px;
  -webkit-border-radius: 16px;
}

input[type=range]::-webkit-slider-thumb {
  height: 21px;
  width: 21px;
  background: #2175d9;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  margin-top: -4px;
}

input[type=text],
input[type=password] {
  background: none;
  padding: 10px 0;
  display: block;
  width: 100%;
  font-size: 12px;
  font-weight: 400;
  text-indent: 10px;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border: 2px solid #ccc;
  color: #4a4a4a;
}

input[type=text]::-moz-placeholder, input[type=password]::-moz-placeholder {
  color: #4a4a4a;
}

input[type=text]::placeholder,
input[type=password]::placeholder {
  color: #4a4a4a;
}

.addScroll {
  height: 100px;
  overflow: scroll;
}

.addScroll::-webkit-scrollbar {
  -webkit-appearance: none;
  width: 7px;
}

.addScroll::-webkit-scrollbar-thumb {
  border-radius: 4px;
  background-color: rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 1px rgba(255, 255, 255, 0.5);
}

.simplebar-scrollbar:before {
  opacity: 0.6 !important;
  -moz-opacity: 0.6 !important;
  -webkit-opacity: 0.6 !important;
}

a.showmore {
  color: #3490dc;
}

.addScroll4h {
  max-height: 400px;
  overflow: scroll;
}

.addScroll4h::-webkit-scrollbar {
  -webkit-appearance: none;
  width: 7px;
}

.addScroll4h::-webkit-scrollbar-thumb {
  border-radius: 4px;
  background-color: rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 1px rgba(255, 255, 255, 0.5);
}

.addScroll4h .simplebar-content {
  padding-right: 20px;
}

@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    transform: translateY(0) rotate(45deg);
  }

  40% {
    transform: translateY(-20px) rotate(45deg);
  }

  60% {
    transform: translateY(-10px) rotate(45deg);
  }
}

.browse {
  padding-top: 30px !important;
}

.browse .container {
  display: flex;
  flex-direction: column;
}

.browse .container h2 {
  font-size: 18px;
  text-align: left;
  font-weight: 400;
  line-height: 23px;
  margin-bottom: 23px;
  color: #002452;
}

.browse .container .browse-highlight-section {
  width: 100%;
  margin-bottom: 38px;
}

.browse .container .browse-highlight-section .supplier-cards {
  margin-bottom: 29px;
}

.browse .container .browse-category-section {
  width: 100%;
  margin-bottom: 20px;
}

.browse .container .browse-category-section h2 {
  font-size: 18px;
  text-align: left;
  font-weight: 400;
  line-height: 23px;
  margin-bottom: 23px;
  color: #002452;
}

.browse .container .browse-category-section .links {
  gap: 1rem;
  display: grid;
  grid-gap: 1rem;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

@media (max-width: 768px) {
  .browse .container .browse-category-section .links {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 640px) {
  .browse .container .browse-category-section .links {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}

.browse .container .browse-category-section .links div {
  background-color: #FFFFFF;
}

.browse .container .browse-category-section .links div a {
  opacity: 1;
  padding: 7px 0;
  color: #131313;
  font-size: 14px;
  font-weight: 300;
  text-align: center;
  border-radius: 5px;
  background-color: #FFFFFF;
  border: 1px solid #2175d9;
}

.browse .container .browse-category-section .links div a:hover {
  color: #FFFFFF;
  background-color: #2175d9;
}

.we-are {
  display: block;
  padding-top: 140px;
  margin-bottom: 60px;
}

.we-are .wide-content {
  max-width: 628px;
  margin: 0 auto;
  position: relative;
}

.we-are .wide-content .ln-float {
  position: absolute;
}

.we-are .wide-content .ln-float i {
  color: #ffb512;
}

.we-are .wide-content .ln-float.left {
  left: -15%;
  bottom: 31%;
}

.we-are .wide-content .ln-float.left i {
  font-size: 36px;
}

.we-are .wide-content .ln-float.right {
  right: -15%;
  top: 12%;
}

.we-are .wide-content .ln-float.right i {
  display: inline-block;
  vertical-align: baseline;
}

.we-are .wide-content .ln-float.right i:first-of-type {
  font-size: 24px;
  right: -16px;
  position: relative;
  bottom: -20px;
}

.we-are .wide-content .ln-float.right i:last-of-type {
  font-size: 36px;
}

.we-are .wide-content h3,
.we-are .wide-content p {
  display: block;
  margin: 0;
  color: #002452;
}

.we-are .wide-content h3 {
  font-size: 36px;
  font-weight: 400;
  line-height: 39px;
}

.we-are .wide-content p {
  margin-top: 30px;
  font-size: 18px;
  font-weight: 200;
  line-height: 28px;
}

.we-are .wide-content p.underline {
  margin-top: 80px;
  font-size: 24px;
}

.we-are .wide-content p.underline span {
  display: inline-block;
  padding-bottom: 3px;
  border-bottom: 2px solid #ffb512;
}

.we-are .wide-content p.underline span strong {
  font-weight: 400;
}

@media (max-width: 800px) {
  .we-are {
    padding-top: 110px;
  }
}

@media (max-width: 800px) {
  .we-are .wide-content .ln-float {
    display: none;
  }
}

@media (max-width: 640px) {
  .we-are .wide-content p.underline br {
    display: none;
  }
}

@media (max-width: 640px) {
  .we-are .wide-content p.underline span {
    border: none;
    text-decoration: underline;
    display: inline;
    -webkit-text-decoration-color: #ffb512;
            text-decoration-color: #ffb512;
  }
}

.magazine.we-are .wide-content h3 {
  margin-top: 40px;
}

.magazine.we-are .wide-content h3 span {
  color: #ffb512;
}

.magazine.we-are a {
  display: inline;
  color: #2175d9;
}

.knowledge-center {
  padding-top: 102px;
  margin-bottom: 60px;
}

.knowledge-center.knowledge-center-supplier {
  padding-top: 81px;
}

.knowledge-center.knowledge-center-supplier .supplier-author {
  margin-bottom: 26px;
}

.knowledge-center.knowledge-center-supplier .supplier-author .wide-content .supplier-author-details {
  display: flex;
  margin-right: 0;
  justify-content: center;
}

.knowledge-center.knowledge-center-supplier .supplier-author .wide-content .supplier-author-details div {
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}

.knowledge-center.knowledge-center-supplier .supplier-author .wide-content .supplier-author-details div.supplier-author-image-holder {
  justify-content: flex-start;
}

.knowledge-center.knowledge-center-supplier .supplier-author .wide-content .supplier-author-details div a {
  font-size: 18px;
  margin: 0 0 10px 0;
  text-decoration: none !important;
}

.knowledge-center.knowledge-center-supplier .supplier-author .wide-content .supplier-author-details div p {
  margin: 0;
}

.knowledge-center .wide-content {
  padding: 0;
}

.knowledge-center .tags {
  display: flex;
  margin-bottom: 22px;
  align-items: flex-start;
}

.knowledge-center .tags i {
  margin: 4px;
  padding: 5px;
  color: #ffb512;
}

.knowledge-center .tags .tag-list {
  display: flex;
  flex-wrap: wrap;
}

.knowledge-center .tags .tag-list a {
  flex: none;
  margin: 4px;
  color: #5D5D5D;
  font-size: 18px;
  padding: 2px 5px;
  font-weight: 200;
  line-height: 28px;
  background-color: #EDEDED;
}

.knowledge-center .tags .tag-list a:hover,
.knowledge-center .tags .tag-list a.active {
  color: #ffb512;
  background-color: #002452;
}

.knowledge-center .supplier-author {
  background-color: #F6F4F0;
  padding: 32px;
}

.knowledge-center .supplier-author .wide-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.knowledge-center .supplier-author .wide-content .supplier-author-details {
  margin-right: 120px;
}

.knowledge-center .supplier-author .wide-content .supplier-author-details a {
  color: #2175D9;
  margin-left: 4px;
}

.knowledge-center .supplier-author .wide-content .supplier-author-details .supplier-author-published {
  display: flex;
  color: #333333;
  font-size: 16px;
  text-align: left;
  font-weight: initial;
  line-height: inherit;
}

.knowledge-center .supplier-author .wide-content .supplier-author-details p {
  margin: 20px 0;
  color: #333333;
  font-size: 18px;
  line-height: 28px;
}

.knowledge-center .supplier-author .wide-content .supplier-author-details div {
  display: flex;
  align-items: center;
}

.knowledge-center .supplier-author .wide-content .supplier-author-details div img {
  width: 61px;
  height: 61px;
  margin-right: 20px;
  -o-object-fit: contain;
     object-fit: contain;
}

.knowledge-center .supplier-author .wide-content .supplier-author-details div a {
  text-decoration: underline !important;
}

.knowledge-center .supplier-author .wide-content .supplier-author-contact {
  top: 66px;
  position: relative;
}

.knowledge-center .supplier-author .wide-content .supplier-author-contact .contact-card {
  width: 165px;
}

.knowledge-center.single {
  padding-top: 140px;
}

.knowledge-center.single .we-are {
  padding-top: 0;
}

.knowledge-center.single .we-are .share-links {
  left: 0;
  top: 43%;
  display: flex;
  position: fixed;
  flex-direction: column;
}

@media (max-width: 620px) {
  .knowledge-center.single .we-are .share-links {
    top: 0;
    flex-direction: row;
    position: relative;
  }
}

.knowledge-center.single .we-are .share-links a {
  height: 40px;
  font-size: 40px;
  color: #ffb512;
}

@media (max-width: 620px) {
  .knowledge-center.single .we-are .share-links a {
    margin-right: 10px;
  }
}

.knowledge-center.single .we-are .share-links a:hover {
  color: #002452;
}

.knowledge-center.single .we-are .post {
  box-shadow: none;
}

.knowledge-center.single .we-are .post .tags {
  margin-bottom: 0;
}

.knowledge-center.single .we-are .post .featured-media {
  height: 309px;
}

.knowledge-center.single .we-are .post .featured-media img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.knowledge-center.single .we-are .post .post-header {
  padding: 0;
  border-bottom: none;
}

.knowledge-center.single .we-are .post .post-header:before {
  content: none;
}

.knowledge-center.single .we-are .post .post-header:after {
  content: none;
}

.knowledge-center.single .we-are .post .post-header .post-title {
  margin-top: 18px;
  color: #002452;
  font-size: 28px;
  line-height: 36px;
  font-weight: initial;
  font-family: inherit;
}

.knowledge-center.single .we-are .post .post-content {
  padding: 0;
  margin-top: 47px;
  margin-bottom: 47px;
}

.knowledge-center.single .we-are .post .post-content h1,
.knowledge-center.single .we-are .post .post-content h2,
.knowledge-center.single .we-are .post .post-content h3,
.knowledge-center.single .we-are .post .post-content h4,
.knowledge-center.single .we-are .post .post-content h5,
.knowledge-center.single .we-are .post .post-content h6 {
  color: #002452;
  margin-top: 18px;
  text-align: left;
  margin-bottom: 18px;
  font-weight: initial;
  font-family: inherit;
}

.knowledge-center.single .we-are .post .post-content h1 {
  font-size: 2em;
}

.knowledge-center.single .we-are .post .post-content h2 {
  font-size: 1.5em;
}

.knowledge-center.single .we-are .post .post-content h3 {
  font-size: 1.17em;
}

.knowledge-center.single .we-are .post .post-content h4 {
  font-size: 1em;
}

.knowledge-center.single .we-are .post .post-content h5 {
  font-size: 0.83em;
}

.knowledge-center.single .we-are .post .post-content h6 {
  font-size: 0.67em;
}

.knowledge-center.single .we-are .post .post-content .wp-block-image img {
  max-width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.knowledge-center.single .we-are .post .post-content strong {
  font-weight: 500;
}

.knowledge-center.single .we-are .post .post-content p,
.knowledge-center.single .we-are .post .post-content li {
  color: #5D5D5D;
  font-size: 18px;
  font-weight: 200;
  line-height: 28px;
}

.knowledge-center.single .we-are .post .post-content a {
  color: #2175D9;
  display: inline-block;
  text-decoration: underline;
}

.knowledge-center.single .we-are .post .post-content .wp-block-quote {
  margin-top: 30px;
  margin-bottom: 0;
}

.knowledge-center.single .we-are .post .post-content .wp-block-quote:before {
  top: 34px;
  height: 0;
  left: -41px;
  display: block;
  content: "\E87A";
  font-size: 22px;
  position: relative;
  color: #ffb512;
  font-family: "Linearicons-Free";
}

.knowledge-center.single .we-are .post .post-content .wp-block-quote p {
  font-size: 22px;
  line-height: 28px;
  font-weight: initial;
  color: #002452;
}

.knowledge-center.single .we-are .post .post-content .wp-block-quote cite {
  color: #5D5D5D;
  font-size: 18px;
  font-weight: 200;
  font-style: unset;
  line-height: 28px;
}

.knowledge-center.single .we-are .post .tags {
  margin-top: 7px;
  align-items: center;
}

.knowledge-center.single .we-are .post .tags span {
  padding: 0;
  margin: 0 4px 0 0;
}

.knowledge-center.single .we-are .post .tags .tag-list a {
  margin: 0 4px 0 0;
  padding: 0;
  background-color: #FFFFFF;
}

@media (max-width: 768px) {
  .knowledge-center.knowledge-center-supplier .supplier-author .wide-content {
    margin: 0;
    width: 100%;
  }

  .knowledge-center.single {
    margin-bottom: 0;
  }

  .knowledge-center.single .supplier-author .wide-content .supplier-author-contact {
    top: 0;
  }
}

@media (max-width: 576px) {
  .knowledge-center.knowledge-center-supplier .supplier-author .wide-content .supplier-author-image-holder {
    display: none;
  }

  .knowledge-center.single .supplier-author .wide-content {
    flex-direction: column;
  }

  .knowledge-center.single .supplier-author .wide-content .supplier-author-details {
    margin-right: 0;
  }

  .knowledge-center.single .supplier-author .wide-content .supplier-author-contact {
    margin-top: 66px;
  }

  .knowledge-center .tags .tag-list a {
    font-size: 14px;
    padding: 0 5px;
  }

  .knowledge-center .tags .tag-list span {
    margin: 2.5px;
    padding: 2px;
  }
}

.kickstarter .section-1 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  padding: 40px 100px 100px 100px;
  margin-top: 80px;
}

@media (max-width: 768px) {
  .kickstarter .section-1 {
    grid-template-columns: 1fr;
    row-gap: 60px;
    padding: 0 0 0 0;
  }
}

.kickstarter .bg-off-white {
  background-color: #fafafa !important;
}

.kickstarter .container {
  max-width: 1088px;
  padding: 120px 0;
  margin: 0 auto;
}

@media (max-width: 1088px) {
  .kickstarter .container {
    padding: 70px 15px;
  }
}

.kickstarter .container-lg {
  max-width: 1200px;
  margin: 0 auto;
  padding: 120px 0;
}

@media (max-width: 1200px) {
  .kickstarter .container-lg {
    padding: 70px 15px;
  }
}

@media (max-width: 768px) {
  .kickstarter .section-text {
    order: 2;
  }

  .kickstarter .section-image {
    order: 1;
  }
}

.kickstarter .section-text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.kickstarter .section-text .button-container {
  width: 100%;
  text-align: left;
}

@media (max-width: 768px) {
  .kickstarter .section-text .button-container {
    text-align: center;
  }
}

.kickstarter .section-text P {
  color: #000;
  font-size: 50px;
  font-weight: 200;
  padding: 0 15px;
  margin: 0 0 50px 0;
}

@media (max-width: 1100px) {
  .kickstarter .section-text P {
    font-size: 40px;
  }
}

@media (max-width: 768px) {
  .kickstarter .section-text P {
    font-size: 36px;
    text-align: center;
  }
}

.kickstarter .section-text button {
  min-width: 194px;
}

@media (max-width: 768px) {
  .kickstarter .section-text button {
    font-size: 14px;
    padding: 14px 40px;
  }
}

.kickstarter .img-container {
  max-height: 580px;
  overflow: hidden;
  max-width: 100%;
}

.kickstarter .img-container img {
  width: 100%;
  height: auto;
}

.kickstarter .tasks {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}

@media (max-width: 768px) {
  .kickstarter .tasks {
    grid-template-columns: 1fr;
    row-gap: 40px;
  }
}

.kickstarter .tasks .task {
  padding: 0 50px;
}

@media (max-width: 768px) {
  .kickstarter .tasks .task {
    padding: 0 25px;
  }
}

.kickstarter .tasks img {
  margin: 0 auto 20px auto;
  display: block;
}

.kickstarter .tasks p {
  font-size: 24px;
  color: #002452;
  text-align: center;
  font-weight: 200;
}

.kickstarter .tasks p b {
  font-weight: 500;
}

.kickstarter .we_are {
  background-color: #ffb512;
}

.kickstarter .we_are h3 {
  font-size: 36px;
  text-align: center;
  color: #002452;
}

@media (max-width: 768px) {
  .kickstarter .we_are h3 {
    font-size: 30px;
  }
}

.kickstarter .we_are h3 span {
  color: #2175d9;
}

.kickstarter .we_are p {
  color: #333333;
  text-align: center;
  font-size: 24px;
  font-weight: 300;
  line-height: 33px;
  margin: 36px 0 0 0;
}

.kickstarter .we_are .max_width {
  max-width: 715px;
  margin: 0 auto;
}

.kickstarter .global_network.container {
  max-width: 100%;
}

.kickstarter .global_network h3 {
  font-size: 36px;
  color: #002452;
  text-align: center;
  max-width: 717px;
  margin: 0 auto;
}

@media (max-width: 768px) {
  .kickstarter .global_network h3 {
    font-size: 30px;
  }
}

.kickstarter .global_network h3 span {
  color: #ffb512;
}

.kickstarter .global_network .network_images {
  padding: 70px 15px 0 15px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  overflow: auto;
}

.kickstarter .software_advisor {
  background-color: #002452;
}

.kickstarter .software_advisor h3 {
  color: #ffb512;
  text-align: center;
  font-size: 36px;
  margin: 0 0 60px 0;
}

@media (max-width: 768px) {
  .kickstarter .software_advisor h3 {
    font-size: 30px;
  }
}

.kickstarter .software_advisor .advises {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 0 100px;
}

@media (max-width: 768px) {
  .kickstarter .software_advisor .advises {
    grid-template-columns: 1fr;
    row-gap: 40px;
  }
}

.kickstarter .software_advisor .advise p {
  color: #ffffff;
  font-size: 24px;
  margin: 0 0 16px 0;
}

.kickstarter .software_advisor .advise p.secondary {
  color: #ffffff;
  font-size: 16px;
  margin: 0 0 90px 0;
  font-weight: 300;
}

@media (max-width: 768px) {
  .kickstarter .software_advisor .advise p.secondary {
    margin: 0 0 0 0;
  }
}

.kickstarter .software_kickstarter h3 {
  font-size: 36px;
  color: #002452;
  margin: 0 0 60px 0;
  text-align: center;
  font-weight: 300;
}

@media (max-width: 768px) {
  .kickstarter .software_kickstarter h3 {
    font-size: 30px;
  }
}

.kickstarter .software_kickstarter h3 span {
  color: #ffb512;
}

.kickstarter .software_kickstarter .processes {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 0 40px;
}

@media (max-width: 768px) {
  .kickstarter .software_kickstarter .processes {
    grid-template-columns: 1fr;
    row-gap: 40px;
  }
}

.kickstarter .software_kickstarter .process .process_heading {
  display: flex;
  align-items: center;
}

@media (min-width: 768px) {
  .kickstarter .software_kickstarter .process .process_heading {
    height: 65px;
  }
}

.kickstarter .software_kickstarter .process .process_heading .process_num {
  font-size: 36px;
  color: #ffb512;
  padding: 0 15px 0 0;
}

@media (max-width: 768px) {
  .kickstarter .software_kickstarter .process .process_heading .process_num {
    font-size: 30px;
  }
}

.kickstarter .software_kickstarter .process .process_heading .process_text {
  font-size: 24px;
  color: #002452;
  font-weight: 400;
}

@media (max-width: 768px) {
  .kickstarter .software_kickstarter .process .process_heading .process_text {
    font-size: 18px;
  }
}

.kickstarter .software_kickstarter .process .process_body {
  padding: 35px 0;
}

.kickstarter .software_kickstarter .process .process_body p {
  font-size: 16px;
  color: #5d5d5d;
  font-weight: 300;
}

.kickstarter .software_kickstarter button {
  margin: 0 auto;
  display: block;
}

.kickstarter .benefits h3 {
  font-size: 36px !important;
  color: #002452;
  margin: 0 0 60px 0;
  text-align: center;
  font-weight: 300;
}

@media (max-width: 768px) {
  .kickstarter .benefits h3 {
    font-size: 30px;
  }
}

.kickstarter .benefits h3 span {
  color: #ffb512;
}

.kickstarter .benefits .benefits_master {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 0 50px;
}

@media (max-width: 768px) {
  .kickstarter .benefits .benefits_master {
    grid-template-columns: 1fr;
    row-gap: 40px;
  }
}

.kickstarter .benefits .benefits_master .benefite .img-container {
  margin: 0 auto;
  display: block;
  width: 52px;
  height: 52px;
}

.kickstarter .benefits .benefits_master .benefite .img-container img {
  width: 100%;
  height: auto;
}

@media (max-width: 768px) {
  .kickstarter .benefits .benefits_master .benefite .img-container {
    width: 40px;
    height: 40px;
  }
}

.kickstarter .benefits .benefits_master .benefite h4 {
  font-size: 24px;
  text-align: center;
  color: #002452;
  margin: 24px 0;
  font-weight: 400;
}

@media (max-width: 768px) {
  .kickstarter .benefits .benefits_master .benefite h4 {
    font-size: 18px;
  }
}

.kickstarter .benefits .benefits_master .benefite p {
  font-size: 16px;
  font-weight: 300;
  color: #333333;
}

.kickstarter .trusted_developer .container-lg {
  max-width: 100%;
}

.kickstarter .trusted_developer h3 {
  text-align: center;
  color: #002452;
  font-weight: 300;
  max-width: 717px;
  font-size: 36px;
  margin: 0 auto 64px auto;
}

@media (max-width: 768px) {
  .kickstarter .trusted_developer h3 {
    font-size: 30px;
    margin: 0 auto 40px auto;
  }
}

.kickstarter .trusted_developer .developer-swiper .max-width {
  max-width: 100%;
  display: block;
  margin: 0 auto;
}

.kickstarter .trusted_developer .developer-swiper .swiper-wrapper {
  align-items: center;
}

.kickstarter .our_clients h3 {
  color: #002452;
  font-weight: 300;
  font-size: 36px;
  text-align: center;
  margin: 0 0 60px 0;
}

@media (max-width: 768px) {
  .kickstarter .our_clients h3 {
    font-size: 30px;
  }
}

.kickstarter .our_clients .clint_review .swiper-wrapper {
  align-items: stretch;
}

.kickstarter .our_clients .clint_review .container-lg {
  padding-left: 60px;
  padding-right: 60px;
}

@media (max-width: 768px) {
  .kickstarter .our_clients .clint_review {
    grid-template-columns: 1fr;
  }

  .kickstarter .our_clients .clint_review .container-lg {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.kickstarter .our_clients .clint_review .review {
  border: 1px solid #e2e2e2;
  border-radius: 16px;
  overflow: hidden;
  padding: 30px 20px;
}

.kickstarter .our_clients .clint_review .review .client_image {
  height: 265px;
  overflow: hidden;
}

.kickstarter .our_clients .clint_review .review .client_image img {
  width: 100%;
  height: auto;
}

.kickstarter .our_clients .clint_review .review .review_body h4 {
  font-size: 24px;
  font-weight: 400;
  color: #002452;
  padding: 0 0 15px 0;
}

.kickstarter .our_clients .clint_review .review .review_body p {
  font-size: 16px;
  color: #5d5d5d;
  line-height: 19px;
  font-weight: 300;
}

.kickstarter .our_clients .clint_review .review .review_body .company {
  display: flex;
  align-items: center;
  padding: 15px 0 0 0;
}

.kickstarter .our_clients .clint_review .review .review_body .company .img_container {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  margin: 0 12px 0 0;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}

.kickstarter .our_clients .clint_review .review .review_body .company .img_container img {
  width: 100%;
  height: auto;
}

.kickstarter .our_clients .clint_review .review .review_body .company h5,
.kickstarter .our_clients .clint_review .review .review_body .company p {
  font-weight: 400;
  font-size: 16px;
  color: #5d5d5d;
}

.kickstarter .know_more {
  background-color: #ffb512;
}

.kickstarter .know_more .grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  -moz-column-gap: 60px;
       column-gap: 60px;
}

@media (max-width: 768px) {
  .kickstarter .know_more .grid {
    grid-template-columns: 1fr;
  }
}

.kickstarter .know_more h3,
.kickstarter .know_more h4 {
  font-size: 36px;
  font-weight: 400;
  color: #002452;
}

@media (max-width: 768px) {
  .kickstarter .know_more h3,
  .kickstarter .know_more h4 {
    font-size: 30px;
  }
}

.kickstarter .know_more h4 {
  font-weight: 300;
}

.kickstarter .know_more p {
  font-size: 24px;
  font-weight: 300;
  margin: 16px 0 0 0;
  color: #002452;
}

.kickstarter .know_more .contact_form label {
  font-size: 12px;
  font-weight: 400;
  color: #333333;
}

.kickstarter .know_more .contact_form input {
  border: 1px solid #db9700;
  border-radius: 5px;
  background: #ffffff;
  padding: 10px 0;
  display: block;
  width: 100%;
  font-size: 12px;
  font-weight: 400;
  text-indent: 10px;
  color: #000;
}

.kickstarter .know_more .contact_form .form_group {
  margin: 24px 0 0 0;
}

.kickstarter .know_more .contact_form button {
  display: flex;
  margin: 0 auto;
  padding-top: 12px;
  padding-bottom: 12px;
}

.kickstarter .know_more .contact_form .checkbox {
  display: flex;
  margin: 24px 0 0 0;
}

.kickstarter .know_more .contact_form .checkbox input {
  width: 18px;
  height: 18px;
  background: #ffffff;
  padding: 0;
  border-radius: 4px;
  border: 1px solid #db9700;
  margin: 0 12px 0 0;
}

.kickstarter .know_more .contact_form .checkbox span {
  font-size: 14px;
  color: #333333;
  font-weight: 300;
}

.kickstarter .know_more .contact_form .checkbox span a {
  display: inline-block;
  color: #333333;
  border-bottom: 1px solid #333333;
}

.kickstarter .know_more .contact_form .checkbox.style-c {
  display: inline-block;
  position: relative;
  padding-left: 30px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.kickstarter .know_more .contact_form .checkbox.style-c input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

.kickstarter .know_more .contact_form .checkbox.style-c input:checked ~ .checkbox__checkmark {
  background-color: #fff;
}

.kickstarter .know_more .contact_form .checkbox.style-c input:checked ~ .checkbox__checkmark:after {
  opacity: 1;
}

.kickstarter .know_more .contact_form .checkbox.style-c:hover input ~ .checkbox__checkmark {
  background-color: #eee;
}

.kickstarter .know_more .contact_form .checkbox.style-c:hover input:checked ~ .checkbox__checkmark {
  background-color: #fff;
}

.kickstarter .know_more .contact_form .checkbox.style-c .checkbox__checkmark {
  position: absolute;
  top: 2px;
  left: 0;
  height: 15px;
  width: 15px;
  background-color: #fff;
  transition: background-color 0.25s ease;
}

.kickstarter .know_more .contact_form .checkbox.style-c .checkbox__checkmark:after {
  content: "";
  position: absolute;
  left: 6px;
  top: 3px;
  width: 2px;
  height: 7px;
  border: solid #333;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
  opacity: 0;
  transition: opacity 0.25s ease;
}

.kickstarter .know_more .contact_form .checkbox.style-c .checkbox__body {
  color: #333;
  line-height: 1.4;
  font-size: 16px;
}

.kickstarter .met_us .content {
  display: flex;
}

@media (max-width: 1100px) {
  .kickstarter .met_us .content {
    display: none;
  }
}

.kickstarter .met_us .content .gallary {
  display: grid;
  grid-template-columns: 466px auto;
  margin-right: 46px;
  grid-gap: 10px;
}

.kickstarter .met_us .content .gallary div {
  overflow: hidden;
}

.kickstarter .met_us .content .gallary .img-height {
  height: 100%;
  width: auto;
}

.kickstarter .met_us .content .gallary .img-height-50 {
  height: 50%;
  width: auto;
}

.kickstarter .met_us .content-mobile .gallary .img-container img {
  width: 100%;
  height: auto;
}

@media (min-width: 1100px) {
  .kickstarter .met_us .content-mobile {
    display: none;
  }
}

.kickstarter .met_us h2 {
  font-size: 36px;
  font-weight: 400;
  color: #002452;
  margin: 0 0 60px 0;
  text-align: center;
}

.kickstarter .met_us h2 span {
  color: #ffb512;
}

@media (max-width: 768px) {
  .kickstarter .met_us h2 {
    font-size: 30px;
  }
}

.kickstarter .met_us .contact div {
  margin: 0 0 15px 0;
}

.kickstarter .met_us .contact h5 {
  color: #2132d9;
  font-weight: 400;
  font-size: 16px;
  margin: 0 0 15px 0;
}

.kickstarter .met_us .contact a,
.kickstarter .met_us .contact p {
  color: #5d5d5d;
  font-size: 16px;
  font-weight: 400;
}

.pcs .tab-container * {
  box-sizing: border-box;
}

.pcs .tab-container {
  margin: 80px auto 50px;
  padding: 0 64px;
  max-width: 1312px;
}

@media (max-width: 768px) {
  .pcs .tab-container {
    padding: 80px 20px;
    margin: 0 auto;
  }
}

.pcs .tab-menu {
  display: flex;
  flex-wrap: wrap;
  -moz-column-gap: 20px;
       column-gap: 20px;
  row-gap: 20px;
  justify-content: center;
  padding-top: 80px;
  padding-bottom: 80px;
}

@media (max-width: 768px) {
  .pcs .tab-menu {
    -moz-column-gap: 10px;
         column-gap: 10px;
    row-gap: 10px;
    padding-top: 30px;
  }
}

.pcs .tab-menu a {
  text-decoration: none;
  color: #002452;
  font-size: 14px;
  font-weight: 400;
  background-color: #e6e6e6;
  text-transform: uppercase;
  padding: 18px 24px;
  border-radius: 10px;
}

.pcs .tab-menu a.active-a,
.pcs .tab-menu a:hover {
  background-color: #ffb512;
  color: #002452;
}

.pcs .tab {
  display: none;
}

.pcs .tab h2 {
  color: rgba(0, 0, 0, 0.7);
}

.pcs .tab p {
  color: rgba(0, 0, 0, 0.6);
  text-align: justify;
}

.pcs .tab-active {
  display: block;
}

.pcs .slider {
  position: relative;
  max-width: 40rem;
  height: calc(100% - 40px);
  margin: 0 auto;
  overflow: hidden;
}

.pcs .slide {
  position: absolute;
  top: 0;
  width: 100%;
  height: 26.625rem;
  max-height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform 1s;
}

.pcs .slider.no-image {
  display: flex;
  justify-content: center;
  align-items: center;
}

.pcs .slider.web .slide > img {
  max-width: 100%;
  height: auto;
  max-height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.pcs .slider.mobile .slide > img {
  width: auto;
  max-height: 100%;
  max-width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.pcs .slider.no-image p {
  font-size: 16px;
  font-weight: 300;
  color: #5d5d5d;
  text-align: center;
}

.pcs .col-2,
.pcs .col {
  display: grid;
  grid-template-columns: 1fr 1fr;
  -moz-column-gap: 24px;
       column-gap: 24px;
  row-gap: 24px;
}

@media (max-width: 768px) {
  .pcs .col-2,
  .pcs .col {
    grid-template-columns: 1fr;
  }
}

.pcs .col-2 .card,
.pcs .col .card {
  border-radius: 30px;
  overflow: hidden;
  border: 1px solid #e2e2e2;
  display: grid;
}

.pcs .col-2 .card .image,
.pcs .col .card .image {
  height: 389px;
  padding: 10px 20px;
  background-color: #f1f1f1;
}

@media (max-width: 768px) {
  .pcs .col-2 .card .image,
  .pcs .col .card .image {
    height: 310px;
  }
}

.pcs .col-2 .card .image .counter,
.pcs .col .card .image .counter {
  display: flex;
  justify-content: center;
  align-items: center;
}

.pcs .col-2 .card .image .counter .img-container,
.pcs .col .card .image .counter .img-container {
  width: 48px;
  height: 24px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}

.pcs .col-2 .card .image .counter .img-container img,
.pcs .col .card .image .counter .img-container img {
  width: 6px;
}

.pcs .col-2 .card .image .counter span,
.pcs .col .card .image .counter span {
  font-size: 14px;
  font-weight: 300;
  color: #000000;
}

.pcs .col-2 .card .content,
.pcs .col .card .content {
  padding: 20px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.pcs .col-2 .card .content h3,
.pcs .col .card .content h3 {
  font-size: 24px;
  color: #333333;
  font-weight: 600;
  margin-bottom: 10px;
}

.pcs .col-2 .card .content p,
.pcs .col .card .content p {
  font-size: 16px;
  color: #5d5d5d;
  font-weight: 300;
}

.pcs .col-2 .card .content h4,
.pcs .col .card .content h4 {
  font-size: 16px;
  color: #5d5d5d;
  font-weight: 400;
  margin: 10px 0;
}

.pcs .col-2 .card .content ul,
.pcs .col .card .content ul {
  padding: 0 0 0 0;
  list-style: none;
  margin-bottom: 24px;
  margin-top: 0;
}

.pcs .col-2 .card .content ul.number,
.pcs .col .card .content ul.number {
  list-style: decimal;
}

.pcs .col-2 .card .content ul.number li,
.pcs .col .card .content ul.number li {
  padding-left: 0 !important;
}

.pcs .col-2 .card .content ul.number li::before,
.pcs .col .card .content ul.number li::before {
  display: none;
}

.pcs .col-2 .card .content ul li,
.pcs .col .card .content ul li {
  padding-left: 20px;
  color: #5d5d5d;
  font-size: 16px;
  font-weight: 300;
  position: relative;
  margin-left: 5px;
}

.pcs .col-2 .card .content ul li.bolder::marker,
.pcs .col .card .content ul li.bolder::marker {
  font-weight: bold;
}

.pcs .col-2 .card .content ul li::before,
.pcs .col .card .content ul li::before {
  content: "";
  position: absolute;
  width: 5px;
  height: 5px;
  background: #5d5d5d;
  border-radius: 50%;
  top: 6px;
  left: 0;
}

.pcs .col-2 .informations,
.pcs .col .informations {
  margin-bottom: 20px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  -moz-column-gap: 20px;
       column-gap: 20px;
}

@media (max-width: 576px) {
  .pcs .col-2 .informations,
  .pcs .col .informations {
    grid-template-columns: 1fr;
  }
}

.pcs .col-2 .informations .information,
.pcs .col .informations .information {
  display: flex;
  padding: 10px 0;
}

.pcs .col-2 .informations .information .profile-image,
.pcs .col .informations .information .profile-image {
  width: 50px;
  height: 50px;
  border-radius: 8px;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 12px;
  background-color: #d9d9d9;
}

.pcs .col-2 .informations .information .profile-image img,
.pcs .col .informations .information .profile-image img {
  width: 100%;
  height: auto;
}

.pcs .col-2 .informations .information .text h3,
.pcs .col .informations .information .text h3 {
  font-size: 16px;
  font-weight: 600;
  color: #5d5d5d;
  margin-bottom: 5px;
}

.pcs .col-2 .informations .information .text p,
.pcs .col .informations .information .text p {
  font-size: 16px;
  font-weight: 300;
  color: #5d5d5d;
}

.pcs .col-2 .informations .information .text img,
.pcs .col .informations .information .text img {
  height: 28px;
  width: auto;
}

@media (min-width: 768px) {
  .pcs .col-2 .card {
    grid-template-rows: auto 1fr;
  }
}

.pcs .col {
  grid-template-columns: 1fr;
  margin-top: 48px;
  margin-bottom: 48px;
}

.pcs .col .card {
  border: 1px solid #2175d9 !important;
  display: grid;
  grid-template-columns: 1fr 1fr;
}

@media (min-width: 768px) {
  .pcs .col .card .image {
    height: 100%;
  }
}

@media (max-width: 768px) {
  .pcs .col .card {
    grid-template-columns: 1fr;
  }
}

.pcs .col .card button {
  margin-left: auto;
}

.pcs .contact-us {
  background-color: #ffb512;
  padding: 40px;
  border-radius: 14px;
  overflow: hidden;
  margin: 48px 0;
  word-wrap: break-word;
}

.pcs .contact-us p,
.pcs .contact-us a {
  color: #002452;
  font-size: 24px;
  font-weight: 400;
  text-align: center;
  word-break: break-all;
}

.pcs .contact-us a {
  display: inline-block;
  text-decoration: underline;
}

.pcs .lazy-load {
  opacity: 0;
  transition: opacity 0.3s ease-in;
  will-change: opacity;
  transform: translateZ(0);
  border-radius: 30px;
  /* Remove background image, use only blurred yellow color */
  filter: blur(12px);
  /* Optionally, add a border-radius for a softer look */
  border-radius: 8px;
}

.pcs .lazy-load.loaded {
  opacity: 1;
  filter: none;
}

.pcs .slider {
  will-change: transform;
  transform: translateZ(0);
}

.pc b {
  color: #5d5d5d;
  font-weight: 400;
}

.pc .container {
  max-width: 100% !important;
  margin-top: 80px !important;
}

.pc .col-2 {
  display: grid;
  grid-template-columns: 1fr 1fr;
}

@media (max-width: 768px) {
  .pc .col-2 {
    grid-template-columns: 1fr;
  }
}

.pc .col-2 .margin-0 {
  margin: 0 !important;
}

.pc .col-2 .text-div {
  margin-top: 34px;
  padding: 0 30px 112px 64px;
}

@media (max-width: 768px) {
  .pc .col-2 .text-div {
    padding: 0 20px 40px;
  }
}

@media (max-width: 768px) {
  .pc .col-2 .text-div button {
    display: none;
  }
}

.pc .col-2 .text-div h1 {
  color: #000000;
  font-size: 36px;
  font-weight: 300;
  margin-bottom: 20px;
}

.pc .col-2 .text-div .informations {
  margin-bottom: 24px;
  padding-bottom: 24px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  -moz-column-gap: 20px;
       column-gap: 20px;
  border-bottom: 1px solid #e2e2e2;
}

@media (max-width: 576px) {
  .pc .col-2 .text-div .informations {
    grid-template-columns: 1fr;
  }
}

.pc .col-2 .text-div .informations .title {
  font-size: 16px;
  font-weight: 400;
  color: #000000;
}

.pc .col-2 .text-div .informations .information {
  display: flex;
  padding: 10px 0;
}

.pc .col-2 .text-div .informations .information .profile-image {
  width: 50px;
  height: 50px;
  border: 8px;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 12px;
}

.pc .col-2 .text-div .informations .information .profile-image img {
  width: 100%;
  height: auto;
}

.pc .col-2 .text-div .informations .information .text img {
  max-width: 160px;
}

.pc .col-2 .text-div .informations .information .text h3 {
  font-size: 16px;
  font-weight: 600;
  color: #5d5d5d;
  margin-bottom: 5px;
}

.pc .col-2 .text-div .informations .information .text p {
  font-size: 16px;
  font-weight: 300;
  color: #5d5d5d;
}

@media (max-width: 768px) {
  .pc .col-2 .text-div .informations .information .text p {
    margin-bottom: 24px;
  }
}

.pc .col-2 .text-div p {
  font-size: 16px;
  color: #5d5d5d;
  font-weight: 300;
  margin-bottom: 24px;
}

.pc .col-2 .text-div h3 {
  font-size: 18px;
  font-weight: 300;
  color: #000000;
  margin-bottom: 16px;
}

.pc .col-2 .text-div ul {
  padding: 0 0 0 0;
  list-style: none;
  margin-bottom: 24px;
  margin-top: 0;
  margin-left: 10px !important;
}

.pc .col-2 .text-div ul.number {
  list-style: decimal;
}

.pc .col-2 .text-div ul.number li {
  padding-left: 0 !important;
}

.pc .col-2 .text-div ul.number li::before {
  display: none;
}

.pc .col-2 .text-div ul li {
  padding-left: 20px;
  color: #5d5d5d;
  font-size: 16px;
  font-weight: 300;
  position: relative;
  margin-left: 5px;
}

.pc .col-2 .text-div ul li::before {
  content: "";
  position: absolute;
  width: 5px;
  height: 5px;
  background: #5d5d5d;
  border-radius: 50%;
  top: 6px;
  left: 0;
}

.pc .col-2 .text-div .dev-info {
  margin-top: 48px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  padding: 20px;
  border: 1px solid #e2e2e2;
  border-radius: 20px;
  max-width: 343px;
  -moz-column-gap: 20px;
       column-gap: 20px;
}

.pc .col-2 .text-div .dev-info .profile-image {
  display: flex;
  justify-content: center;
  align-items: center;
}

.pc .col-2 .text-div .dev-info .profile-image img {
  width: 128px;
  height: 128px;
  border-radius: 50%;
}

@media (max-width: 768px) {
  .pc .col-2 .text-div .dev-info .profile-image img {
    width: 60px;
    height: 60px;
  }
}

.pc .col-2 .text-div .dev-info .information .worked {
  color: blue;
  font-size: 10px;
}

@media (max-width: 768px) {
  .pc .col-2 .text-div .dev-info .information .worked {
    margin-bottom: 10px;
  }
}

.pc .col-2 .text-div .dev-info .information h3 {
  color: #5d5d5d;
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 0;
}

.pc .col-2 .text-div .dev-info .information .role {
  color: #5d5d5d;
  font-size: 16px;
  font-weight: 300;
  margin-bottom: 0;
}

.pc .col-2 .text-div button {
  margin-top: 40px !important;
  font-size: 14px;
  font-weight: 600;
  margin: 0 auto;
}

.pc .col-2 .text-div .high-light {
  background-color: #f4f4f4;
  padding: 20px;
  border-radius: 10px;
  margin-bottom: 16px;
}

.pc .col-2 .text-div .high-light h3 {
  margin: 0;
  font-weight: 400;
}

.pc .col-2 .image .images {
  background-color: #f1f1f1;
  min-height: 700px;
  padding: 30px 0;
}

@media (max-width: 768px) {
  .pc .col-2 .image .images {
    min-height: unset;
    padding: 20px 0;
  }
}

.pc .col-2 .image .images img {
  margin: 20px auto;
  max-width: 90%;
  height: auto;
  display: block;
  max-height: 350px;
}

.pc .col-2 .image.no-images {
  width: 100%;
  height: 700px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #f1f1f1;
}

.pc .col-2 .image.no-images p {
  font-size: 16px;
  color: #5d5d5d;
}

@media (max-width: 768px) {
  .pc .col-2 .image.no-images {
    height: 300px;
  }
}

.pc .col-2 button.view_other_projects_mobile {
  display: none;
}

@media (max-width: 768px) {
  .pc .col-2 button.view_other_projects_mobile {
    display: block;
    margin: 40px auto;
  }
}

.pc .kickstarter-pc {
  padding: 120px 20px;
  background-color: #ffb512;
}

@media (min-width: 768px) {
  .pc .kickstarter-pc {
    padding: 70px 20px;
  }
}

.pc .kickstarter-pc .grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  -moz-column-gap: 30px;
       column-gap: 30px;
  max-width: 1230px;
  margin: 0 auto;
}

@media (max-width: 768px) {
  .pc .kickstarter-pc .grid {
    grid-template-columns: 1fr;
  }
}

.pc .kickstarter-pc .grid h2 {
  font-size: 36px;
  color: #002452;
  font-weight: 400;
  text-align: left;
  margin-bottom: 64px;
}

@media (max-width: 768px) {
  .pc .kickstarter-pc .grid h2 {
    font-size: 30px;
    margin-bottom: 25px;
  }
}

.pc .kickstarter-pc .grid h2 span {
  color: #2175d9;
}

@media (max-width: 768px) {
  .pc .kickstarter-pc .grid button {
    display: none;
  }
}

.pc .kickstarter-pc .grid .checkpoints .point {
  display: flex;
  justify-content: start;
  align-items: center;
  margin-bottom: 25px;
}

@media (max-width: 768px) {
  .pc .kickstarter-pc .grid .checkpoints .point {
    align-items: start;
  }
}

.pc .kickstarter-pc .grid .checkpoints .point img {
  max-width: 16px;
  height: auto;
}

@media (max-width: 768px) {
  .pc .kickstarter-pc .grid .checkpoints .point img {
    padding-top: 10px;
  }
}

.pc .kickstarter-pc .grid .checkpoints .point p {
  font-size: 24px;
  color: #002452;
  font-weight: 300;
  padding-left: 20px;
}

.pc .kickstarter-pc .grid .checkpoints .point p span {
  font-weight: bolder;
}

.pc .kickstarter-pc .grid .checkpoints .mobile-button {
  display: block !important;
  text-align: center;
  margin-top: 40px;
}

@media (min-width: 768px) {
  .pc .kickstarter-pc .grid .checkpoints .mobile-button {
    display: none !important;
  }
}

.container {
  max-width: 1140px;
  margin: 0 auto;
}

button {
  color: #fff;
  background: #2175d9;
  padding: 16px 50px;
  border-radius: 30px;
  margin: 30px 0 0 0;
  transition: all 0.3s ease-in-out;
}

button:hover {
  background-color: #2132d9;
}

button.pc {
  font-size: 18px;
}

@media (max-width: 768px) {
  button.pc {
    font-size: 16px;
  }
}

@media (max-width: 768px) {
  button {
    margin-left: auto;
    margin-right: auto;
  }
}

.Join_our_startup {
  margin: 80px 0 0 0;
  padding: 80px 20px;
  background-color: #ffb512;
}

@media (max-width: 768px) {
  .Join_our_startup {
    padding: 58px 20px;
  }
}

.Join_our_startup .text h1 {
  font-size: 48px;
  font-weight: 600;
  margin: 0 0 20px 0;
  color: #002452;
}

@media (max-width: 768px) {
  .Join_our_startup .text h1 {
    font-size: 36px;
  }
}

.Join_our_startup .text p {
  font-size: 24px;
  font-weight: 400;
  color: #002452;
}

.challenges {
  padding: 132px 0;
}

@media (max-width: 768px) {
  .challenges {
    padding: 70px 0;
  }
}

.challenges .grid-2 {
  max-width: 1140px;
  margin: 0 auto;
  padding: 0 20px;
  display: grid;
  grid-template-columns: 40% 60%;
  row-gap: 15px;
}

@media (max-width: 768px) {
  .challenges .grid-2 {
    grid-template-columns: 1fr;
  }
}

.challenges .grid-2 .image svg {
  margin: 0 auto;
  display: block;
}

@media (max-width: 768px) {
  .challenges .grid-2 .image {
    order: 2;
  }
}

.challenges .grid-2 .text {
  max-width: 650px;
}

@media (max-width: 768px) {
  .challenges .grid-2 .text {
    order: 1;
  }
}

.challenges .grid-2 .text h3 {
  font-size: 36px;
  font-weight: 400;
  color: #002452;
  margin: 0 0 24px 0;
}

@media (max-width: 768px) {
  .challenges .grid-2 .text h3 {
    font-size: 30px;
  }
}

.challenges .grid-2 .text p {
  font-size: 24px;
  font-weight: 300;
  color: #002452;
}

.support_investments {
  background-image: url(/images/background-1.jpg?29901d335bf31a47df3d6066aa415bc1);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  margin: 0 auto;
}

@media (max-width: 768px) {
  .support_investments {
    background-position: left;
  }
}

.support_investments .text {
  padding: 180px 20px;
  max-width: 800px;
  margin: 0 auto;
  text-align: center;
}

@media (max-width: 768px) {
  .support_investments .text {
    text-align: center;
    padding: 118px 20px;
  }
}

.support_investments .text h3 {
  font-size: 36px;
  font-weight: 400;
  color: #ffb512;
  margin-bottom: 24px;
}

@media (max-width: 768px) {
  .support_investments .text h3 {
    font-size: 30px;
  }
}

.support_investments .text p {
  font-size: 24px;
  font-weight: 400;
  color: #fff;
}

.support_investments .text p span {
  border-bottom: 1px solid #ffb512;
}

.startup_programs {
  padding: 120px 20px;
  max-width: 1240px;
  margin: 0 auto;
}

@media (max-width: 992px) {
  .startup_programs {
    padding: 70px 20px;
  }
}

.startup_programs .text {
  text-align: center;
}

.startup_programs .text h3 {
  font-size: 36px;
  font-weight: 300;
  color: #002452;
}

.startup_programs .text h3.bold {
  font-weight: 400;
}

@media (max-width: 768px) {
  .startup_programs .text h3 {
    font-size: 30px;
  }
}

.startup_programs .grid-3 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  row-gap: 50px;
  margin-top: 60px;
}

@media (max-width: 992px) {
  .startup_programs .grid-3 {
    grid-template-columns: 1fr;
    margin-top: 40px;
    row-gap: 32px;
  }
}

@media (max-width: 992px) {
  .startup_programs .grid-3 .box {
    max-width: 500px;
    margin: 0 auto;
  }
}

.startup_programs .grid-3 .box .head {
  margin-bottom: 24px;
}

.startup_programs .grid-3 .box .head img {
  width: 52px;
  height: auto;
  margin: 0 auto;
  display: block;
  margin-bottom: 24px;
}

.startup_programs .grid-3 .box .head h3 {
  font-size: 24px;
  font-weight: 400;
  color: #002452;
  text-align: center;
}

.startup_programs .grid-3 .box .body p {
  font-size: 16px;
  font-weight: 300;
  color: #5d5d5d;
  padding: 0 60px;
}

@media (max-width: 1200px) {
  .startup_programs .grid-3 .box .body p {
    padding: 0;
  }
}

.learn_grow {
  background-color: #002452;
}

.learn_grow .grid-2 {
  padding: 120px 20px;
  max-width: 1140px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  row-gap: 30px;
}

@media (max-width: 768px) {
  .learn_grow .grid-2 {
    grid-template-columns: 1fr;
    padding: 70px 20px;
    row-gap: 0;
  }
}

.learn_grow .grid-2 .text {
  padding: 133px 0;
}

@media (max-width: 768px) {
  .learn_grow .grid-2 .text {
    padding: 40px 0;
  }
}

.learn_grow .grid-2 .text h3 {
  font-size: 36px;
  font-weight: 300;
  color: #ffffff;
}

@media (max-width: 768px) {
  .learn_grow .grid-2 .text h3 {
    font-size: 30px;
    text-align: center;
  }
}

.learn_grow .grid-2 .text h3 .bold {
  font-weight: 400;
}

.learn_grow .grid-2 .text button {
  margin-top: 64px;
}

@media (max-width: 768px) {
  .learn_grow .grid-2 .text button {
    margin: 30px auto 0 auto;
  }
}

.learn_grow .grid-2 .points ul li {
  color: #ffffff;
  font-size: 24px;
  font-weight: 300;
  line-height: 33.6px;
  margin-bottom: 4px;
}

@media (max-width: 768px) {
  .learn_grow .grid-2 .points ul li {
    font-size: 18px;
    line-height: 25.5px;
  }
}

.ready_to_take_off {
  background-image: url("/images/Rectangle 40.png?72886488a948a1c32a5e83ba829c6787");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding: 224px 0 169px 0;
}

.ready_to_take_off .text {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  padding: 36px 0;
  text-align: center;
  background-color: rgba(255, 255, 255, 0.5);
  color: #002452;
  font-size: 58px;
  font-weight: 400;
}

@media (max-width: 768px) {
  .ready_to_take_off .text {
    margin: 47px 0 0 0;
    font-size: 40px;
  }
}

.tools {
  max-width: 860px;
  padding: 120px 20px;
  margin: 0 auto;
}

@media (max-width: 768px) {
  .tools {
    padding: 70px 20px;
  }
}

.tools h3 {
  font-size: 36px;
  font-weight: 300;
  text-align: center;
  color: #002452;
}

@media (max-width: 768px) {
  .tools h3 {
    font-size: 30px;
  }
}

.tools h3 span {
  color: #ffb512;
  font-weight: 400;
}

.tools .grid-3 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  -moz-column-gap: 50px;
       column-gap: 50px;
  row-gap: 50px;
  padding-top: 60px;
}

@media (max-width: 768px) {
  .tools .grid-3 {
    grid-template-columns: 1fr 1fr;
    padding-top: 40px;
    row-gap: 24px;
  }
}

@media (max-width: 576px) {
  .tools .grid-3 {
    grid-template-columns: 1fr;
  }
}

.tools .grid-3 .box {
  border: 1px solid #2175d9;
  border-radius: 15px;
  overflow: hidden;
  width: 100%;
}

@media (max-width: 768px) {
  .tools .grid-3 .box {
    max-width: 240px;
    margin: 0 auto;
  }
}

.tools .grid-3 .box .icon {
  height: 113px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #d3e3f7;
  border-bottom: 1px solid #2175d9;
}

.tools .grid-3 .box .icon img {
  width: 60px;
  height: auto;
}

.tools .grid-3 .box .text {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 77px;
}

.tools .grid-3 .box .text p {
  font-size: 24px;
  font-weight: 400;
  color: #002452;
  text-align: center;
}

.program-structure {
  max-width: 1256px;
  padding: 120px 20px;
  margin: -120px auto 0 auto;
}

.program-structure h3 {
  font-size: 36px;
  font-weight: 300;
  text-align: center;
  color: #002452;
}

@media (max-width: 768px) {
  .program-structure h3 {
    font-size: 30px;
  }
}

.program-structure h3 span {
  font-weight: 600;
}

.program-structure .programs {
  margin-top: 60px;
}

.program-structure .programs .grid-2 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  padding: 25px 60px;
  border-top: 1px solid #e2e2e2;
}

@media (max-width: 768px) {
  .program-structure .programs .grid-2 {
    grid-template-columns: 1fr;
    padding: 25px 0;
  }
}

.program-structure .programs .grid-2 .program {
  display: flex;
  align-items: center;
}

@media (max-width: 768px) {
  .program-structure .programs .grid-2 .program {
    margin-bottom: 8px;
  }
}

.program-structure .programs .grid-2 .program img {
  width: 48px;
  height: auto;
  padding-right: 35px;
}

@media (max-width: 768px) {
  .program-structure .programs .grid-2 .program img {
    width: 36px;
  }
}

.program-structure .programs .grid-2 .program h3 {
  font-size: 24px;
  font-weight: 300;
  color: #002452;
}

@media (max-width: 768px) {
  .program-structure .programs .grid-2 .program h3 {
    font-size: 18px;
  }
}

.program-structure .programs .grid-2 .information p {
  font-size: 16px;
  font-weight: 300;
  color: #5d5d5d;
}

.join_us .grid-2 {
  display: grid;
  grid-template-columns: 1fr 1fr;
}

@media (max-width: 768px) {
  .join_us .grid-2 {
    grid-template-columns: 1fr;
  }
}

.join_us .grid-2 .values {
  background-color: #ffb512;
  padding: 60px 40px 0 116px;
}

@media (max-width: 992px) {
  .join_us .grid-2 .values {
    padding: 70px 20px 40px 20px;
  }
}

.join_us .grid-2 .values h3 {
  font-size: 36px;
  font-weight: 300;
  color: #002452;
}

@media (max-width: 768px) {
  .join_us .grid-2 .values h3 {
    font-size: 30px;
  }
}

.join_us .grid-2 .values h3 span {
  font-weight: 400;
}

.join_us .grid-2 .values .points {
  margin-top: 32px;
}

.join_us .grid-2 .values .points .point {
  display: flex;
  align-items: start;
  padding-bottom: 40px;
}

.join_us .grid-2 .values .points .point img {
  width: 22px;
  height: auto;
  margin-right: 36px;
}

.join_us .grid-2 .values .points .point p {
  font-size: 24px;
  font-weight: 300;
  color: #002452;
}

@media (max-width: 768px) {
  .join_us .grid-2 .values .points .point p {
    font-size: 16px;
  }
}

.join_us .grid-2 .contact_form {
  padding: 60px 30px;
  max-width: 600px;
}

@media (max-width: 768px) {
  .join_us .grid-2 .contact_form {
    padding: 40px 20px 70px 20px;
  }
}

.join_us .grid-2 .contact_form .grid-2 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  -moz-column-gap: 10px;
       column-gap: 10px;
}

@media (max-width: 576px) {
  .join_us .grid-2 .contact_form .grid-2 {
    grid-template-columns: 1fr;
  }
}

.join_us .grid-2 .contact_form label {
  font-size: 12px;
  font-weight: 400;
  color: #333333;
  margin-bottom: 8px;
  display: inline-block;
  text-transform: uppercase;
}

.join_us .grid-2 .contact_form input,
.join_us .grid-2 .contact_form textarea {
  border: 1px solid #d7d7d7;
  border-radius: 5px;
  background: #ffffff;
  padding: 10px 0;
  display: block;
  width: 100%;
  font-size: 12px;
  font-weight: 400;
  text-indent: 10px;
  color: #000;
}

.join_us .grid-2 .contact_form textarea {
  height: 122px;
}

.join_us .grid-2 .contact_form .form_group {
  margin: 24px 0 0 0;
}

.join_us .grid-2 .contact_form button {
  display: flex;
  margin: 0 auto;
  padding-top: 12px;
  padding-bottom: 12px;
}

.join_us .grid-2 .contact_form .checkbox {
  display: flex;
  margin: 24px 0 0 0;
}

.join_us .grid-2 .contact_form .checkbox label {
  text-transform: none;
}

.join_us .grid-2 .contact_form .checkbox input {
  width: 18px;
  height: 18px;
  background: #ffffff;
  padding: 0;
  border-radius: 4px;
  border: 1px solid #d7d7d7;
  margin: 0 12px 0 0;
}

.join_us .grid-2 .contact_form .checkbox span {
  font-size: 14px;
  color: #333333;
  font-weight: 300;
}

.join_us .grid-2 .contact_form .checkbox span a {
  display: inline-block;
  color: #333333;
  border-bottom: 1px solid #333333;
}

.join_us .grid-2 .contact_form .checkbox.style-c {
  display: inline-block;
  position: relative;
  padding-left: 30px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.join_us .grid-2 .contact_form .checkbox.style-c input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

.join_us .grid-2 .contact_form .checkbox.style-c input:checked ~ .checkbox__checkmark {
  background-color: #fff;
}

.join_us .grid-2 .contact_form .checkbox.style-c input:checked ~ .checkbox__checkmark:after {
  opacity: 1;
}

.join_us .grid-2 .contact_form .checkbox.style-c:hover input ~ .checkbox__checkmark {
  background-color: #eee;
}

.join_us .grid-2 .contact_form .checkbox.style-c:hover input:checked ~ .checkbox__checkmark {
  background-color: #fff;
}

.join_us .grid-2 .contact_form .checkbox.style-c .checkbox__checkmark {
  position: absolute;
  top: 2px;
  left: 0;
  height: 15px;
  width: 15px;
  background-color: #fff;
  transition: background-color 0.25s ease;
  border: 1px solid #d7d7d7;
  border-radius: 4px;
}

.join_us .grid-2 .contact_form .checkbox.style-c .checkbox__checkmark:after {
  content: "";
  position: absolute;
  left: 6px;
  top: 3px;
  width: 2px;
  height: 7px;
  border: solid #333;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
  opacity: 0;
  transition: opacity 0.25s ease;
}

.join_us .grid-2 .contact_form .checkbox.style-c .checkbox__body {
  color: #333;
  line-height: 1.4;
  font-size: 16px;
}

.company-profile {
  padding-top: 140px;
  padding-bottom: 60px;
}

.company-profile .content-box {
  padding: 50px 100px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
  display: block;
}

.company-profile .content-box.mb-20 {
  margin-top: 30px;
}

.company-profile .form-section {
  margin-bottom: 40px;
}

.company-profile h2 {
  font-weight: 600;
  font-size: 18px;
  display: block;
  margin-bottom: 10px;
  text-align: left;
  line-height: normal;
}

.company-profile h2.mtb {
  margin: 60px 0;
}

.company-profile .mini-conent .flex-block {
  justify-content: flex-start;
}

.company-profile .mini-conent .flex-block .box {
  margin-right: 5%;
}

.company-profile .mini-conent .flex-block .box:first-of-type {
  width: 144px;
}

.company-profile .mini-conent .flex-block .box:first-of-type figure,
.company-profile .mini-conent .flex-block .box:first-of-type label {
  display: block;
}

.company-profile .mini-conent .flex-block .box:first-of-type figure {
  width: 100%;
  height: 132px;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  overflow: hidden;
  margin-bottom: 10px;
}

.company-profile .mini-conent .flex-block .box:first-of-type figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.company-profile .mini-conent .flex-block .box:first-of-type label {
  font-size: 12px;
  width: 100%;
  text-align: center;
  font-weight: 300;
  cursor: pointer;
}

.company-profile .mini-conent .flex-block .box:nth-of-type(2) {
  width: 320px;
}

.company-profile .mini-conent .flex-block .box:nth-of-type(2) h4 {
  margin-top: 25px;
}

.company-profile .mini-conent .flex-block .box:nth-of-type(2) textarea {
  resize: none;
  height: 140px;
  overflow-y: auto;
}

.company-profile .mini-conent .flex-block .box:last-of-type {
  width: 200px;
  margin: 0;
}

.company-profile .mini-conent .flex-block .box .select-field {
  margin-bottom: 25px;
}

.company-profile .mini-conent.buttons {
  text-align: center;
  margin-top: 60px;
}

.company-profile .mini-conent.buttons button {
  width: 200px;
  display: block;
  border-radius: 30px;
  -moz-border-radius: 30px;
  -webkit-border-radius: 30px;
  text-align: center;
  font-size: 11px;
  font-weight: 400;
  padding: 10px 0;
  margin: 20px 0 5px;
  display: inline-block;
  vertical-align: middle;
  margin: 0 10px;
}

.company-profile .mini-conent.buttons button:first-of-type {
  background: none;
  border: 1px solid;
}

.company-profile h4 {
  color: #131313;
  font-size: 14px;
  font-weight: 400;
  display: block;
  margin-bottom: 15px;
}

.company-profile .select-field {
  display: block;
}

.company-profile .flex-block {
  flex-wrap: wrap;
}

.company-profile .flex-block.four-fields .box {
  width: 22%;
}

.company-profile .flex-block.logo-block .box {
  width: 144px;
}

.company-profile .flex-block.logo-block .box figure,
.company-profile .flex-block.logo-block .box label {
  display: block;
}

.company-profile .flex-block.logo-block .box figure {
  width: 100%;
  height: 132px;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  overflow: hidden;
  margin-bottom: 10px;
}

.company-profile .flex-block.logo-block .box figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.company-profile .flex-block.logo-block .box label {
  font-size: 12px;
  width: 100%;
  text-align: center;
  font-weight: 300;
  cursor: pointer;
}

@media (max-width: 760px) {
  .company-profile .mini-conent.buttons button {
    display: block;
    width: 100%;
    margin: 0;
  }
}

@media (max-width: 760px) {
  .company-profile .mini-conent.buttons button:first-of-type {
    margin: 0 0 20px;
  }
}

@media (max-width: 900px) {
  .company-profile .flex-block.four-fields .box {
    width: 100%;
    margin-bottom: 25px;
  }
}

.share-your-project {
  display: block;
  padding-top: 140px;
  margin-bottom: 60px;
}

.share-your-project section {
  display: flex;
  max-width: 960px;
  align-items: center;
  padding: 30px 0 80px;
  justify-content: space-between;
}

.share-your-project section.page-sub-header div {
  width: 75%;
}

.share-your-project section.page-sub-header div h2 {
  font-size: 36px;
  text-align: left;
  font-weight: 400;
  line-height: 46px;
  margin-bottom: 50px;
  color: #002452;
}

.share-your-project section.page-sub-header div h2 span {
  color: #ffb512;
}

.share-your-project section p,
.share-your-project section ul,
.share-your-project section li {
  color: #172a3a;
  font-weight: 300;
  font-size: 18px;
  line-height: 28px;
  margin-bottom: 20px;
}

.share-your-project section li {
  margin-bottom: 0;
}

.share-your-project section h3 {
  font-size: 24px;
  font-weight: 300;
  line-height: 36px;
  display: inline-block;
  color: #002452;
  border-bottom: 2px solid #ffb512;
}

.share-your-project section h3 strong {
  font-weight: 500;
}

.share-your-project section form {
  width: 75%;
}

.share-your-project section form p {
  margin-top: 50px;
  margin-bottom: 50px;
}

.share-your-project.share-your-project-verify .page-sub-header {
  flex-direction: column;
  align-items: flex-start;
}

.share-your-project.share-your-project-verify .page-sub-header .content {
  display: flex;
  width: 100%;
  justify-content: space-between;
}

.share-your-project.share-your-project-success .page-sub-header {
  display: flex;
  align-items: center;
  flex-direction: column;
}

.share-your-project.share-your-project-success .page-sub-header h2 {
  font-size: 42px;
  text-align: center;
}

.share-your-project.share-your-project-success .page-sub-header h3 {
  border: none;
  font-size: 36px;
  font-weight: 400;
  line-height: 39px;
  text-align: center;
}

.share-your-project.share-your-project-success .blogposts .section-header {
  width: 100%;
  text-align: center;
}

@media (max-width: 768px) {
  .share-your-project section div,
  .share-your-project section form {
    width: 100% !important;
  }

  .share-your-project section img {
    display: none;
  }

  .share-your-project.share-your-project-success .page-sub-header h2 {
    font-size: 34px;
    text-align: center;
  }

  .share-your-project.share-your-project-success .page-sub-header h3 {
    font-size: 26px;
  }

  .share-your-project.share-your-project-success .blogposts .section-header {
    text-align: left;
  }
}

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

.tanc input {
  min-width: 16px;
  min-height: 16px;
}

.tanc span,
.tanc a {
  color: #000;
}

.tanc a {
  text-decoration: underline !important;
  display: inline-block;
}

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

.reviews-new-h {
  /* Hero Section */
  /* Testimonial Section */
  /* Responsive Styles */
  /* Remove default arrow shapes */
}

.reviews-new-h * {
  box-sizing: border-box;
}

.reviews-new-h body {
  margin: 0;
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
  background-color: #f9f9f9;
  color: #111;
}

.reviews-new-h .reviews-hero {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 60px 20px;
  max-width: 1200px;
  margin: 0 auto;
  flex-wrap: wrap;
  gap: 30px;
}

.reviews-new-h .reviews-bg {
  background-color: #fafafa;
}

.reviews-new-h .hero-text {
  flex: 1 1 400px;
  max-width: 600px;
}

.reviews-new-h .hero-text h1 {
  font-size: 50px;
  font-weight: 300;
  line-height: 60px;
  margin-bottom: 12px;
  color: #131313;
}

.reviews-new-h .hero-text strong {
  font-weight: 700;
}

.reviews-new-h .hero-text p {
  font-size: 16px;
  color: #5d5d5d;
}

.reviews-new-h .hero-image {
  flex: 1 1 300px;
  max-width: 500px;
}

.reviews-new-h .hero-image img {
  width: 100%;
  border-radius: 12px;
  display: block;
}

.reviews-new-h .testimonial {
  z-index: 2;
  border-bottom: 1px solid #dfdfdf;
}

.reviews-new-h .testimonial-container {
  display: flex;
  -moz-column-gap: 80px;
       column-gap: 80px;
  align-items: center;
  max-width: 1170px;
  margin: 0 auto;
  padding: 65px 20px;
  /* padding: 20px; */
}

.reviews-new-h .testimonial-container.right {
  flex-direction: row-reverse;
}

.reviews-new-h .testimonial-container.right .location-box {
  left: unset;
  right: 0;
}

.reviews-new-h .text-content {
  flex: 1 1 350px;
}

.reviews-new-h .text-content img.logo {
  width: 150px;
  margin-bottom: 15px;
}

.reviews-new-h .text-content h2 {
  font-size: 36px;
  font-weight: 400;
  margin: 0 0 40px 0;
  max-width: 562px;
  color: #131313;
  text-align: left;
}

.reviews-new-h .testimonial-box {
  background: #ffb512;
  border-radius: 0 50px 50px 50px;
  padding: 30px;
  color: white;
  font-size: 0.95rem;
  /* max-width: 630px; */
}

.reviews-new-h .testimonial-box h3 {
  margin: 10px 0 10px;
  font-size: 36px;
  font-weight: 400;
  line-height: 50px;
  color: #002452;
}

.reviews-new-h .testimonial-box p {
  font-style: italic;
  font-size: 18px;
  line-height: 24px;
  color: #606060;
}

.reviews-new-h .image-content {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  max-width: 470px;
}

.reviews-new-h .image-content > img {
  width: 100%;
  border-radius: 15px;
  display: block;
}

.reviews-new-h .location-box {
  position: absolute;
  bottom: 40px;
  left: 0;
  background: white;
  padding: 10px 30px;
}

.reviews-new-h .location-box .location {
  display: flex;
  align-items: center;
  gap: 5px;
}

.reviews-new-h .location-box h3 {
  font-weight: 600;
  font-size: 18px;
  color: #002452;
  margin: 0;
}

.reviews-new-h .location-box p {
  font-weight: 400;
  font-size: 16px;
  color: #606060;
  margin: 10px 0;
}

.reviews-new-h .location-box img {
  width: 22px;
}

@media (max-width: 1200px) {
  .reviews-new-h .image-content {
    max-width: 300px;
  }

  .reviews-new-h .text-content h2 {
    font-size: 28px;
  }

  .reviews-new-h .testimonial-box h3 {
    font-size: 28px;
  }

  .reviews-new-h .testimonial-box p {
    font-size: 16px;
  }

  .reviews-new-h .hero-text h1 {
    font-size: 40px;
    line-height: 50px;
  }

  .reviews-new-h .location-box {
    padding: 5px 10px;
  }

  .reviews-new-h .location-box .location h3 {
    font-size: 16px;
  }

  .reviews-new-h .location-box p {
    font-size: 14px;
    margin: 5px 0;
  }
}

@media (max-width: 768px) {
  .reviews-new-h .reviews-hero {
    text-align: center;
  }

  .reviews-new-h .hero-text h1 {
    font-size: 2rem;
  }

  .reviews-new-h .hero-text {
    max-width: 100%;
    margin: 0 auto;
  }

  .reviews-new-h .text-content img.logo {
    width: 130px;
  }

  .reviews-new-h .hero-image {
    max-width: 500px;
    margin: 0 auto;
  }

  .reviews-new-h .testimonial-container {
    flex-direction: column !important;
    gap: 30px;
    padding: 35px 20px;
  }

  .reviews-new-h .testimonial-box {
    max-width: 100%;
  }

  .reviews-new-h .text-content,
  .reviews-new-h .image-content {
    max-width: 100%;
  }
}

.reviews-new-h .swiper-button-next::after,
.reviews-new-h .swiper-button-prev::after {
  content: none !important;
}

.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
  content: none !important;
}

.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
  content: none !important;
}

.swiper-button-next {
  padding-right: 60px;
}

.swiper-button-prev {
  padding-left: 60px;
}

@media (max-width: 768px) {
  .swiper-button-next {
    padding-right: 20px;
  }

  .swiper-button-prev {
    padding-left: 20px;
  }
}

.yoss-horizontal-slider {
  position: relative;
  width: 100%;
  overflow: hidden;
  background-color: #f8fafc;
  border-radius: 16px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
}

.yoss-horizontal-slider .yoss-slider-container {
  position: relative;
  overflow: hidden;
  border-radius: 16px;
}

.yoss-horizontal-slider .yoss-slider-track {
  display: flex;
  transition: transform 0.5s ease-in-out;
}

@media (max-width: 768px) {
  .yoss-horizontal-slider .yoss-slider-track {
    height: 350px;
  }
}

.yoss-horizontal-slider .yoss-slide {
  min-width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 3rem 5%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
}

.yoss-horizontal-slider .yoss-slide:nth-child(1) {
  background-color: #eef2ff;
}

.yoss-horizontal-slider .yoss-slide:nth-child(2) {
  background-color: #f0f9ff;
}

.yoss-horizontal-slider .yoss-slide:nth-child(3) {
  background-color: #f5f3ff;
}

.yoss-horizontal-slider .yoss-slide-content {
  position: relative;
  z-index: 2;
  text-align: center;
  padding: 2rem;
}

.yoss-horizontal-slider .yoss-slide-content h3 {
  font-size: 2.25rem;
  color: #1e293b;
  margin-bottom: 1.25rem;
  font-weight: 700;
  line-height: 1.2;
}

@media (max-width: 768px) {
  .yoss-horizontal-slider .yoss-slide-content h3 {
    font-size: 1.75rem;
  }
}

.yoss-horizontal-slider .yoss-slide-content p {
  font-size: 1.125rem;
  color: #475569;
  margin-bottom: 2rem;
  line-height: 1.6;
}

@media (max-width: 768px) {
  .yoss-horizontal-slider .yoss-slide-content p {
    font-size: 1rem;
  }
}

.yoss-horizontal-slider .yoss-btn {
  display: inline-block;
  background-color: #2175d9;
  color: white;
  padding: 0.75rem 1.75rem;
  border-radius: 8px;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.3s ease;
  border: 2px solid transparent;
}

.yoss-horizontal-slider .yoss-btn:hover {
  background-color: #1a5fbb;
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

.yoss-horizontal-slider .yoss-btn:active {
  transform: translateY(0);
}

.yoss-horizontal-slider .yoss-slider-nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: white;
  border: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  z-index: 10;
  transition: all 0.3s ease;
  color: #334155;
  font-size: 1.25rem;
}

.yoss-horizontal-slider .yoss-slider-nav:hover {
  background-color: #2175d9;
  color: white;
}

.yoss-horizontal-slider .yoss-slider-nav.yoss-prev {
  left: 2rem;
}

@media (max-width: 768px) {
  .yoss-horizontal-slider .yoss-slider-nav.yoss-prev {
    left: 1rem;
  }
}

.yoss-horizontal-slider .yoss-slider-nav.yoss-next {
  right: 2rem;
}

@media (max-width: 768px) {
  .yoss-horizontal-slider .yoss-slider-nav.yoss-next {
    right: 1rem;
  }
}

@media (max-width: 768px) {
  .yoss-horizontal-slider .yoss-slider-nav {
    width: 40px;
    height: 40px;
    font-size: 1rem;
  }
}

.yoss-horizontal-slider .yoss-dots {
  position: absolute;
  bottom: 1.5rem;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  gap: 0.75rem;
  z-index: 10;
}

.yoss-horizontal-slider .yoss-dot {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #cbd5e1;
  cursor: pointer;
  transition: all 0.3s ease;
  border: 2px solid transparent;
}

.yoss-horizontal-slider .yoss-dot.active {
  background-color: #2175d9;
  transform: scale(1.2);
  border-color: white;
}

.yoss-horizontal-slider .yoss-dot:hover:not(.active) {
  background-color: #94a3b8;
}

@media (max-width: 1024px) {
  .yoss-horizontal-slider {
    margin: 3rem 0;
  }

  .yoss-horizontal-slider .yoss-slide {
    padding: 2rem 5%;
  }
}

@media (max-width: 640px) {
  .yoss-horizontal-slider {
    margin: 2rem 0;
    border-radius: 12px;
  }

  .yoss-horizontal-slider .yoss-slide {
    padding: 1.5rem 5%;
  }

  .yoss-horizontal-slider .yoss-slide .yoss-slide-content {
    padding: 1rem;
  }

  .yoss-horizontal-slider .yoss-slide .yoss-slide-content h3 {
    font-size: 1.5rem;
    margin-bottom: 1rem;
  }

  .yoss-horizontal-slider .yoss-slide .yoss-slide-content p {
    font-size: 1rem;
    margin-bottom: 1.5rem;
  }

  .yoss-horizontal-slider .yoss-dot {
    width: 10px;
    height: 10px;
  }
}

.income-calculator {
  margin: 85px 0 20px 0;
  /* input[type="range"]::-webkit-slider-thumb:hover {
      box-shadow: var(--effect-over);
  } */
  /* Responsive styles */
}

.income-calculator * {
  box-sizing: border-box;
}

.income-calculator .container {
  display: flex;
  background: white;
  margin: 0 auto;
  border-radius: 10px;
  width: 100%;
  max-width: 1200px;
  justify-content: space-between;
}

@media (max-width: 992px) {
  .income-calculator .container {
    flex-direction: column;
  }
}

.income-calculator .income-form,
.income-calculator .income-result {
  flex: 1;
  padding: 20px;
  margin: 0 auto;
}

.income-calculator .income-form {
  display: flex;
  flex-direction: column;
  row-gap: 20px;
  max-width: 662px;
}

@media (max-width: 992px) {
  .income-calculator .income-form {
    max-width: 100%;
  }
}

.income-calculator .income-form h3 {
  font-size: 20px;
  font-weight: 600;
  color: #0f1941;
  display: inline-block;
  margin-bottom: 20px;
}

.income-calculator .income-form h3 small {
  font-size: 18px;
  font-weight: 300;
}

.income-calculator input {
  display: block;
  width: 100%;
  margin: 10px 0;
}

.income-calculator input[type=number],
.income-calculator input[type=text],
.income-calculator input[type=email] {
  padding: 15px;
  border: 1px solid #d8d8d8;
  border-radius: 5px;
  color: #0f1941;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  text-indent: 0 !important;
}

.income-calculator button {
  background: #ffb512;
  border: none;
  color: #000;
  padding: 15px 20px;
  border-radius: 5px;
  line-height: 24px;
  font-weight: 600;
  font-size: 16px;
  cursor: pointer;
  border-radius: 100px;
  transition: background 0.3s, box-shadow 0.3s;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0;
}

.income-calculator button:hover {
  background: #e6b800;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

.income-calculator .income-result {
  background: #002452;
  color: white;
  border-radius: 20px;
  padding: 34px;
  max-width: 470px;
}

@media (max-width: 992px) {
  .income-calculator .income-result {
    max-width: 100%;
  }
}

.income-calculator .income-result button {
  background: #ffb512;
  color: black;
  display: block;
  width: 100%;
  margin: 20px 0 0 0;
}

.income-calculator .income-form .grid {
  display: grid;
  gap: 10px 0;
}

.income-calculator .income-form .col-2 {
  grid-template-columns: 1fr 1fr;
}

.income-calculator .income-form .col-3 {
  grid-template-columns: 1fr 1fr 1fr;
}

.income-calculator .income-form .checkboxes {
  max-width: 700px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
}

.income-calculator .income-form .checkboxes__item {
  padding: 0px;
}

.income-calculator .checkbox.style-c {
  display: inline-block;
  position: relative;
  padding-left: 30px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.income-calculator .checkbox.style-c input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

.income-calculator .checkbox.style-c input:checked ~ .checkbox__checkmark {
  background-color: #ffb512;
}

.income-calculator .checkbox.style-c input:checked ~ .checkbox__checkmark:after {
  opacity: 1;
}

.income-calculator .checkbox.style-c:hover input ~ .checkbox__checkmark {
  background-color: #eee;
}

.income-calculator .checkbox.style-c:hover input:checked ~ .checkbox__checkmark {
  background-color: #ffb512;
}

.income-calculator .checkbox.style-c .checkbox__checkmark {
  position: absolute;
  top: 2px;
  left: 0;
  height: 20px;
  width: 20px;
  background-color: #eee;
  transition: background-color 0.25s ease;
  border-radius: 5px;
  border: 1px solid rgba(128, 128, 128, 0.55);
}

.income-calculator .checkbox.style-c .checkbox__checkmark:after {
  content: "";
  position: absolute;
  left: 6px;
  top: 2px;
  width: 4px;
  height: 9px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
  opacity: 0;
  transition: opacity 0.25s ease;
}

.income-calculator .checkbox.style-c .checkbox__body {
  color: #131313;
  line-height: 24px;
  font-size: 16px;
}

.income-calculator .slider-wrapper {
  --thumb-diameter: 16px;
  --thumb-radius: calc(var(--thumb-diameter) / 2);
  --track-border-width: 1px;
  --value: 50;
  --pos: calc(
      var(--thumb-radius) + 0.01 * var(--value) *
          (100% - var(--thumb-diameter))
  );
  max-width: 100%;
  /* margin: 1em auto; */
  text-align: center;
  font-size: 1.25em;
}

.income-calculator .slider-tooltip {
  --tooltip-background: #ffb512;
  --tooltip-border-width: 1px;
  --tooltip-border-color: #ffb512;
  --tooltip-width-arrow: 10px;
  --tooltip-hight-arrow: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: auto;
  margin-left: calc(var(--pos) + var(--track-border-width));
  width: 26px;
  height: 23px;
  border: var(--tooltip-border-width) solid var(--tooltip-border-color);
  border-radius: 5px;
  font-weight: 400;
  white-space: nowrap;
  color: #fff;
  background-color: var(--tooltip-background);
  box-shadow: 0 0.25em 0.75em rgba(0, 0, 0, 0.4);
  transition: 0.25s;
  translate: -50%;
  z-index: 3;
  font-size: 12px;
}

.income-calculator .slider-tooltip::after {
  content: "";
  position: absolute;
  bottom: -5px;
  left: 50%;
  width: var(--tooltip-width-arrow);
  height: var(--tooltip-hight-arrow);
  border: inherit;
  border-top: none;
  border-left: none;
  background-color: inherit;
  box-shadow: none;
  z-index: 1;
  transform: translate(-54%, -50%) rotate(45deg);
}

.income-calculator input[type=range].slider {
  --track-height: 4px;
  --track-background: linear-gradient(#ffb512, #ffb512);
  --thumb-background: #fff;
  --thumb-border: 2px solid #fff;
  --effect-over: 0 0 0 0.75em #4a02;
  --effect-active: 0 0 0 0.75em #5f03;
  display: block;
  -webkit-appearance: none;
  box-sizing: content-box;
  width: 100%;
  height: var(--track-height);
  margin: 13px 0 10px 0;
  /* border: var(--track-border-width) solid #AAA; */
  border-radius: 5px;
  font-size: 1em;
  outline: none;
  opacity: 0.7;
  background: rgba(204, 204, 204, 0.5333333333);
  background-image: var(--track-background);
  background-position: 0 center;
  background-repeat: no-repeat;
  background-size: var(--pos) var(--track-height);
  box-shadow: 0 0 1em #ccc;
  cursor: pointer;
}

.income-calculator input[type=range].slider::-webkit-slider-thumb {
  -webkit-appearance: none;
  box-sizing: border-box;
  width: var(--thumb-diameter);
  height: var(--thumb-diameter);
  border: var(--thumb-border);
  border-radius: 50%;
  background: var(--thumb-background);
  box-shadow: 0 0 0.5em #888;
  cursor: ew-resize;
}

.income-calculator input[type=range].slider::-moz-range-thumb {
  box-sizing: border-box;
  width: var(--thumb-diameter);
  height: var(--thumb-diameter);
  border: var(--thumb-border);
  border-radius: 50%;
  background: var(--thumb-background);
  box-shadow: 0 0 0.5em #888;
  cursor: ew-resize;
}

.income-calculator input[type=range]::-moz-range-thumb:hover {
  box-shadow: var(--effect-over);
}

.income-calculator .range-text {
  display: flex;
  justify-content: space-between;
  font-size: 12px;
  color: #767676;
  list-style: 24px;
}

.income-calculator .ruler-mark {
  margin: 10px 0 0 0;
  display: flex;
  justify-content: space-between;
}

.income-calculator .ruler-mark div {
  font-size: 15px;
  line-height: 21px;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.5);
}

.income-calculator .ruler-mark div::before {
  content: "";
  display: block;
  margin: 0 auto;
  width: 1px;
  height: 4px;
  opacity: 20%;
  border-radius: 1px;
  background-color: #000000;
}

.income-calculator .income-result h2 {
  font-size: 36px;
  color: #fff;
  font-weight: 600;
  margin: 0 0 40px 0;
}

.income-calculator .income-result h3 {
  font-size: 24px;
  color: #fff;
  font-weight: 600;
  margin: 40px 0 20px 0;
}

.income-calculator .income-result .result {
  border-bottom: 1px solid #f6f4f0;
}

.income-calculator .income-result .result p {
  font-size: 17px;
  line-height: 24px;
  font-weight: 400;
  margin: 0 0 40px 0;
}

.income-calculator .income-result .result strong {
  font-size: 26px;
  line-height: 35px;
  font-weight: 600;
  display: block;
}

.income-calculator .income-result input {
  background-color: transparent;
  border-color: #d8d8d8;
  color: #f6f4f0;
}

.income-calculator .income-result input::-moz-placeholder {
  color: #f6f4f0;
}

.income-calculator .income-result input::placeholder {
  color: #f6f4f0;
}

.income-calculator .tandc {
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  margin: 20px;
}

@media (max-width: 768px) {
  .income-calculator .income-form .col-2,
  .income-calculator .income-form .col-3 {
    grid-template-columns: 1fr;
  }

  .income-calculator .income-result {
    padding: 20px;
  }
}

@media (max-width: 480px) {
  .income-calculator .income-form h3,
  .income-calculator .income-result h2,
  .income-calculator .income-result h3 {
    font-size: 18px;
  }

  .income-calculator input[type=number],
  .income-calculator input[type=text],
  .income-calculator input[type=email] {
    padding: 10px;
    font-size: 14px;
  }

  .income-calculator button {
    padding: 10px 15px;
    font-size: 14px;
  }

  .income-calculator .income-form .col-3 {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 350px) {
  .income-calculator .income-form .col-2,
  .income-calculator .income-form .col-3 {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 1024px) {
  .income-calculator {
    /* input[type="number"],
    input[type="text"],
    input[type="email"] {
        padding: 10px;
        font-size: 14px;
    } */
  }

  .income-calculator .income-result {
    padding: 20px;
  }

  .income-calculator .income-form h3,
  .income-calculator .income-result h2,
  .income-calculator .income-result h3 {
    font-size: 18px;
  }

  .income-calculator button {
    /* padding: 10px 15px; */
    font-size: 14px;
    width: 100%;
  }
}

.income-calculator .error {
  color: red;
  /* Set the text color to red for visibility */
  font-size: 12px;
  /* Adjust the font size */
  margin-top: 5px;
  /* Add some space above the error message */
  display: block;
  /* Ensure the error message is displayed on a new line */
}

.income-calculator input[type=range]::-webkit-slider-runnable-track {
  width: 100%;
  height: var(--track-height);
  border-radius: 5px;
}

.income-calculator .tooltip-container {
  position: relative;
  display: inline-block;
  height: 20px;
  margin-left: 5px;
}

.income-calculator .tooltip-container img {
  height: 20px;
  width: 20px;
}

.income-calculator .tooltip-container .tooltip {
  position: absolute;
  background-color: #f6f4f0;
  width: 260px;
  color: #131313;
  padding: 8px;
  border: 1px solid rgba(128, 128, 128, 0.55);
  font-size: 14px;
  font-weight: 400;
  z-index: 99999;
  opacity: 0;
  transition: all 0.3s ease-in-out;
  border-radius: 5px;
}

.income-calculator .tooltip.top {
  bottom: 120%;
  left: -30%;
  margin-bottom: 5px;
}

@media (max-width: 768px) {
  .income-calculator .tooltip.top {
    right: -30%;
  }
}

.income-calculator .tooltip.bottom {
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  margin-top: 5px;
}

.income-calculator .tooltip.left {
  right: 100%;
  top: 50%;
  transform: translateY(-50%);
  margin-right: 5px;
}

.income-calculator .tooltip.right {
  right: -10px;
  top: 50%;
  margin-left: 5px;
}

.income-calculator .checkboxes__item .tanc {
  font-size: 14px !important;
}

.income-calculator .currency-switch {
  display: flex;
  border: 1px solid #ffffff;
  border-radius: 10px;
  overflow: hidden;
  /* width: 250px; */
  background: #0d1b42;
}

.income-calculator .currency-switch label {
  flex: 1;
  text-align: center;
  padding: 15px;
  cursor: pointer;
  color: #ffffff;
  font-size: 18px;
  font-weight: 400px;
  transition: background 0.3s;
}

.income-calculator .currency-switch input {
  display: none;
}

.income-calculator .currency-switch input:checked + label {
  background: #ffffff;
  color: #0f1941;
}

@media (max-width: 480px) {
  .income-calculator .currency-switch label {
    padding: 10px;
    font-size: 16px;
  }
}

.income-calculator .currency {
  margin-bottom: 30px;
}

.income-calculator .currency p {
  margin: 0 0 20px 0 !important;
}

.tippy-box[data-theme~=custom] {
  background-color: #f6f4f0;
  color: #131313;
  padding: 8px;
  border: 1px solid rgba(128, 128, 128, 0.55);
  font-size: 14px;
  font-size: 14px;
  font-weight: 400;
  border-radius: 5px;
}

.tippy-box[data-theme~=custom] .tippy-arrow:before {
  display: none;
}

.tippy-box[data-theme~=custom] .tippy-arrow {
  position: absolute;
  width: 14px;
  height: 13px;
  margin-left: -7px;
  /* Center the arrow (half of the width) */
}

.tippy-box[data-theme~=custom][data-placement=top] .tippy-arrow {
  top: 99%;
  /* Place the arrow below the tooltip */
  left: 50%;
  /* Center the arrow horizontally */
}

.tippy-box[data-placement^=bottom] > .tippy-arrow {
  bottom: 99%;
  top: unset !important;
}

.tippy-box[data-theme~=custom][data-placement=bottom-start] .tippy-arrow {
  left: 16px !important;
  transform: rotate(-180deg) !important;
}

.tippy-box[data-theme~=custom][data-placement=top-start] .tippy-arrow {
  top: 99%;
  /* Place the arrow below the tooltip */
  left: 16px !important;
  /* Center the arrow horizontally */
}

/* Style for the custom SVG arrow */

.tippy-box[data-theme~=custom] .tippy-arrow svg {
  fill: #f6f4f0;
  /* Arrow color */
  stroke: #b5b4b2;
  /* Arrow border color */
}

.hr-page {
  margin-top: 80px;
  /* Media Queries for Responsive Design */
  /* Responsive styles for the Why join us section */
  /* Responsive styles for Positions section */
  /* Responsive styles for testimonial section */
  /* Responsive styles for looking-for section */
  /* Responsive styles for How to apply section */
  /* Responsive styles for join-from-anywhere section */
  /* Responsive styles for open-application section */
  /*------Text CSS------*/
  /*------Heading CSS------*/
  /**
  * Testimonial Slider Styles
  * Responsive styles for the testimonial slider on the jobs page
  */
  /* Hidden section styles */
  /* Slider container */
  /* Fade transitions */
  /* Slider controls */
  /* Indicators */
  /* Make testimonial section more responsive */
  /* Touch-friendly adjustments for mobile */
}

.hr-page .heading {
  font-weight: 400;
  font-size: 36px;
  line-height: 60px;
  color: #002452 !important;
}

.hr-page .heading-p {
  font-size: 16px;
  font-weight: 400;
  text-align: Center;
  color: #5d5d5d;
  max-width: 573px;
  margin: 0 auto;
}

.hr-page .container {
  max-width: 1200px;
  margin: 0 auto;
}

.hr-page .col-2 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 15px;
  row-gap: 30px;
}

.hr-page .hero-section {
  background-color: #fafafa;
  padding: 78px 0;
}

.hr-page .hero-section .content {
  max-width: 1200px;
  margin: 0 auto;
}

.hr-page .hero-section .content div:first-child {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}

.hr-page .hero-section h1 {
  font-style: normal;
  font-weight: 300;
  font-size: 52px;
  line-height: 60px;
  color: #131313;
  margin: 0 0 18px 0;
  line-height: 60px;
}

.hr-page .hero-section h1 span {
  font-weight: 700;
  color: #131313;
}

.hr-page .hero-section h2 {
  font-weight: 600;
  font-size: 17px;
  text-align: left;
  color: #131313;
  margin: 0 0 12px 0;
  line-height: 100%;
}

.hr-page .hero-section p {
  font-size: 16px;
  font-weight: 400;
  color: #5d5d5d;
  margin-bottom: 15px;
  line-height: 25px;
}

.hr-page .button {
  margin: 0 !important;
  padding: 16px 58px;
  font-size: 16px;
  font-weight: 600;
  text-align: center;
  background-color: #2175d9;
  color: #ffffff;
}

.hr-page .hero-section img {
  max-width: 100%;
  height: auto;
}

@media screen and (max-width: 1200px) {
  .hr-page .hero-section div:first-child {
    padding-left: 40px;
  }
}

@media screen and (max-width: 992px) {
  .hr-page .hero-section {
    padding: 50px 30px;
    text-align: center;
  }

  .hr-page .hero-section div:first-child {
    padding-left: 20px;
  }

  .hr-page .hero-section p {
    margin-bottom: 20px;
  }

  .hr-page .hero-section h1 {
    font-size: 42px;
    line-height: 50px;
  }

  .hr-page .hero-section h2 {
    text-align: center;
  }

  .hr-page .hero-section button {
    margin: 0 auto !important;
  }
}

@media screen and (max-width: 768px) {
  .hr-page .col-2 {
    grid-template-columns: 1fr;
  }

  .hr-page .hero-section h2 {
    text-align: center;
    margin: 0 auto 12px auto;
  }

  .hr-page .hero-section {
    padding: 40px 20px;
  }

  .hr-page .hero-section div:first-child {
    padding-left: 0;
  }

  .hr-page .hero-section h1 {
    font-size: 36px;
    line-height: 44px;
    text-align: center;
    margin: 0 auto 17px auto;
  }

  .hr-page .button {
    padding: 14px 40px;
  }
}

@media screen and (max-width: 480px) {
  .hr-page .hero-section {
    padding: 30px 20px;
  }

  .hr-page .hero-section h1 {
    font-size: 30px;
    line-height: 38px;
  }

  .hr-page .hero-section h2 {
    font-size: 16px;
  }

  .hr-page .button {
    padding: 12px 30px;
    font-size: 15px;
  }
}

.hr-page .why-join-us {
  max-width: 1170px;
  margin: 0 auto;
  padding: 68px 20px;
}

.hr-page .why-join-us .content {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 100%;
  box-sizing: border-box;
  grid-gap: 20px;
  row-gap: 20px;
  margin-top: 50px;
}

.hr-page .hr-page-design-two-1 {
  gap: 30px;
  display: flex;
  background-color: #ffffff;
  box-shadow: 0 10px 39px 0 rgba(0, 0, 0, 0.0588235294);
  flex-direction: column;
  padding: 40px 36px 40px 30px;
  border-radius: 16px;
  transition: all 0.3s ease;
  width: calc(33.33% - 20px);
  box-sizing: border-box;
}

.hr-page .hr-page-design-two-1 img {
  height: 64px;
  width: 20%;
  -o-object-fit: contain;
     object-fit: contain;
}

.hr-page .hr-page-design-two-1 .text {
  padding: 0 10px 0 0;
}

.hr-page .hr-page-design-two-1 h2 {
  font-size: 22px;
  font-weight: 600;
  color: #131313;
  width: 96%;
  line-height: 27px;
  text-align: left;
  margin-bottom: 20px;
}

.hr-page .hr-page-design-two-1 p {
  font-size: 16px;
  font-weight: 400;
  color: #5d5d5d;
  line-height: 24px;
  text-align: left;
}

@media screen and (max-width: 1200px) {
  .hr-page .why-join-us {
    padding: 60px 20px;
  }

  .hr-page .why-join-us .content {
    grid-gap: 15px;
  }
}

@media screen and (max-width: 992px) {
  .hr-page .why-join-us .content {
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 15px;
  }

  .hr-page .hr-page-design-two-1 {
    width: calc(50% - 20px);
  }

  .hr-page .hr-page-design-two-1 {
    padding: 30px 25px;
  }

  .hr-page .hr-page-design-two-1 h2 {
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 15px;
  }
}

@media screen and (max-width: 768px) {
  .hr-page .why-join-us {
    padding: 50px 20px;
  }

  .hr-page .why-join-us .heading {
    font-size: 30px;
    line-height: 36px;
    text-align: center;
    margin-bottom: 30px;
  }
}

@media screen and (max-width: 576px) {
  .hr-page .why-join-us .content {
    grid-template-columns: 1fr;
  }

  .hr-page .why-join-us {
    padding: 40px 20px;
  }

  .hr-page .hr-page-design-two-1 {
    padding: 25px 20px;
  }

  .hr-page .hr-page-design-two-1 h2 {
    font-size: 18px;
    line-height: 22px;
  }

  .hr-page .hr-page-design-two-1 p {
    font-size: 15px;
    line-height: 22px;
  }

  .hr-page .hr-page-design-two-1 {
    width: 100%;
  }
}

.hr-page .positions {
  background-color: #fafafa;
  padding: 90px 20px;
}

.hr-page .positions .content {
  max-width: 965px;
  margin: 0 auto 0 auto;
  display: grid;
  row-gap: 20px;
  width: 100%;
}

.hr-page .position {
  background-color: #ffffff;
  border-radius: 10px;
  padding: 20px 30px;
  transition: all 0.3s ease;
}

.hr-page .position .head {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 15px;
}

.hr-page .position .head div:last-child {
  display: flex;
  gap: 10px;
  align-items: flex-end;
}

.hr-page .position .head h3 {
  font-size: 22px;
  font-weight: 600;
  color: #002452;
  margin-bottom: 6px;
}

.hr-page .position .head p {
  font-size: 16px;
  font-weight: 400;
  color: #5d5d5d;
}

.hr-page .position .tags {
  margin-top: 18px;
  display: flex;
  gap: 30px;
  flex-wrap: wrap;
}

.hr-page .position .tags .tag {
  display: flex;
  align-items: center;
  gap: 4px;
}

.hr-page .position .tags .tag p {
  font-size: 14px;
  font-weight: 600;
  color: #101a42;
  opacity: 70%;
}

.hr-page .position .button {
  font-size: 16px;
  font-weight: 600;
  padding: 0;
  width: 152px;
  height: 45px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.hr-page .position button {
  margin: 0;
}

.hr-page .position .button.outline {
  color: #2175d9 !important;
  background-color: #ffffff;
  border: 1px solid #2175d9;
}

.hr-page .position .info {
  border-top: 1px solid #e0e0e0;
  margin-top: 20px;
  padding-top: 15px;
}

.hr-page .position .info h4 {
  font-size: 18px;
  color: #131313;
  font-weight: 600;
  margin: 20px 0 15px 0;
}

.hr-page .position .info p {
  font-size: 16px;
  color: #5d5d5d;
  font-weight: 400;
  margin: 0 0 20px 0;
  line-height: 1.5;
}

.hr-page .position .info ul li {
  font-size: 16px;
  color: #5d5d5d;
  font-weight: 400;
  padding-bottom: 5px;
  line-height: 1.5;
}

.hr-page .position .info a {
  text-decoration: none;
  color: #131313;
  font-size: 18px;
  font-weight: 600;
  display: inline;
}

@media screen and (max-width: 1200px) {
  .hr-page .positions {
    padding: 70px 20px;
  }

  .hr-page .positions .content {
    max-width: 100%;
  }
}

@media screen and (max-width: 992px) {
  .hr-page .positions {
    padding: 60px 20px;
  }

  .hr-page .position {
    padding: 20px 25px;
  }

  .hr-page .position .head h3 {
    font-size: 20px;
  }

  .hr-page .position .tags {
    gap: 20px;
  }
}

@media screen and (max-width: 768px) {
  .hr-page .positions {
    padding: 50px 20px;
  }

  .hr-page .positions .heading {
    font-size: 30px;
    line-height: 36px;
    text-align: center;
  }

  .hr-page .positions .heading-p {
    margin-bottom: 30px;
  }

  .hr-page .position {
    padding: 15px 20px;
  }

  .hr-page .position .head {
    flex-direction: column;
    gap: 10px;
  }

  .hr-page .position .button {
    width: 48%;
    font-size: 15px;
  }

  .hr-page .position .tags {
    margin-top: 15px;
    gap: 15px;
    justify-content: space-between;
  }

  .hr-page .position .tags .tag p {
    font-size: 12px;
  }

  .hr-page .position .info h4 {
    font-size: 17px;
    margin: 15px 0 10px 0;
  }

  .hr-page .position .info p,
  .hr-page .position .info ul li {
    font-size: 15px;
  }
}

@media screen and (max-width: 576px) {
  .hr-page .positions {
    padding: 40px 20px;
  }

  .hr-page .position {
    padding: 15px;
  }

  .hr-page .position .head h3 {
    font-size: 18px;
  }

  .hr-page .position .head p {
    font-size: 14px;
  }

  .hr-page .position .tags {
    /* flex-direction: column; */
    gap: 10px;
    align-items: flex-start;
  }

  .hr-page .position .button {
    height: 40px;
    font-size: 14px;
  }

  .hr-page .position .info h4 {
    font-size: 16px;
  }

  .hr-page .position .info p,
  .hr-page .position .info ul li {
    font-size: 14px;
  }

  .hr-page .position .info a {
    font-size: 16px;
  }
}

.hr-page .testimonial .testimonials-section {
  padding: 84px 20px;
  background-color: #ffffff;
  display: flex;
  justify-content: center;
}

.hr-page .testimonial .container {
  max-width: 1200px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  justify-content: center;
}

.hr-page .testimonial .testimonials-section__group-inner {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 30px;
}

.hr-page .testimonial .testimonials-section__profile {
  flex: 1;
  position: relative;
  height: 100%;
  min-height: 502px;
}

.hr-page .testimonial .profile__image {
  height: 502px;
  width: 86%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  left: 0px;
  bottom: 0px;
  top: 0px;
  margin-top: auto;
  margin-bottom: auto;
  border-radius: 20px;
  transition: all 0.3s ease;
}

.hr-page .profile__details {
  background-color: #ffffff;
  display: flex;
  justify-content: center;
  position: absolute;
  bottom: 17%;
  right: -0.5px;
  padding: 8px;
  margin: auto;
  color: #002452;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  border-radius: 6px;
  transition: all 0.3s ease;
}

.hr-page .details__frame {
  margin-bottom: 6px;
  gap: 6px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 10px 30px;
}

.hr-page .details__frame h2 {
  font-size: 18px;
  font-weight: 600;
  color: #002452 !important;
  line-height: 100%;
}

.hr-page .ui.heading.size-headings {
  font-size: 18px;
  font-weight: 600;
}

.hr-page .ui.heading {
  color: #131313;
}

.hr-page .ui.text.size-texts {
  font-size: 16px;
  font-weight: 400;
}

.hr-page .ui.text {
  color: #ffffff;
}

.hr-page .frame__role {
  color: #5d5d5d !important;
}

.hr-page .testimonials-section__content {
  gap: 20px;
  z-index: 1;
  display: flex;
  width: 48%;
  position: relative;
  flex-direction: column;
}

.hr-page .content__frame {
  gap: 10px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.hr-page .ui.text.size-textxl {
  font-size: 36px;
  font-weight: 400;
}

.hr-page .content__testimonial {
  gap: 18px;
  display: flex;
  align-self: stretch;
  flex-direction: column;
  align-items: flex-start;
}

.hr-page .ui.heading.size-headingmd {
  font-size: 20px;
  font-weight: 600;
}

.hr-page .testimonial__text {
  color: #002452 !important;
  width: 100%;
  line-height: 25px;
}

.hr-page .ui.text.size-textmd {
  font-size: 18px;
  font-weight: 400;
}

.hr-page .testimonial__description {
  color: #5d5d5d !important;
  font-weight: 300 !important;
  width: 98%;
  line-height: 24px;
  font-style: italic;
}

.hr-page .testimonials-section__slider {
  gap: 16px;
  display: flex;
  margin-top: 20px;
}

.hr-page .slider__arrow-down {
  height: 44px;
  width: 44px;
  border-radius: 50%;
  cursor: pointer;
}

.hr-page .slider__arrow-left {
  cursor: pointer;
}

.hr-page .frame__title {
  font-size: 36px;
  font-weight: 400;
  color: #002452;
  margin-bottom: 10px;
}

.hr-page .frame__title.mobile {
  font-size: 36px;
  font-weight: 400;
  display: none;
}

.hr-page h3.testimonial__text {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 5px;
}

@media screen and (max-width: 1200px) {
  .hr-page .testimonial .testimonials-section {
    padding: 70px 20px;
  }

  .hr-page .testimonial .profile__image {
    height: 450px;
  }

  .hr-page .testimonial .testimonials-section__profile {
    min-height: 450px;
  }

  .hr-page .frame__title {
    font-size: 32px;
  }

  .hr-page .testimonial__description {
    font-size: 16px;
    line-height: 22px;
  }
}

@media screen and (max-width: 992px) {
  .hr-page .testimonial .testimonials-section {
    padding: 60px 20px;
  }

  .hr-page .testimonial .testimonials-section__group-inner {
    gap: 20px;
  }

  .hr-page .testimonial .profile__image {
    height: 400px;
  }

  .hr-page .testimonial .testimonials-section__profile {
    min-height: 400px;
  }

  .hr-page .profile__details {
    bottom: -25px;
    right: 50%;
    transform: translate(50%, 0);
    padding: 5px;
  }

  .hr-page .details__frame {
    padding: 8px 20px;
  }

  .hr-page .details__frame h2 {
    font-size: 16px;
  }

  .hr-page .frame__role {
    font-size: 14px;
  }

  .hr-page .frame__title {
    font-size: 28px;
  }

  .hr-page h3.testimonial__text {
    font-size: 18px;
    line-height: 22px;
  }

  .hr-page .testimonial__description {
    font-size: 15px;
    line-height: 20px;
  }
}

@media screen and (max-width: 768px) {
  .hr-page .testimonial .testimonials-section {
    padding: 50px 20px;
  }

  .hr-page .testimonial .testimonials-section__group-inner {
    flex-direction: column;
    align-items: stretch;
  }

  .hr-page .testimonial .testimonials-section__profile {
    min-height: 350px;
    margin-bottom: 30px;
  }

  .hr-page .testimonial .profile__image {
    position: relative;
    height: 350px;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }

  .hr-page .testimonials-section__content {
    width: 100%;
  }

  .hr-page .frame__title {
    font-size: 24px;
    text-align: center;
    width: 100%;
  }

  .hr-page .content__frame {
    align-items: center;
    width: 100%;
  }

  .hr-page h3.testimonial__text {
    font-size: 18px;
    text-align: center;
  }

  .hr-page .testimonial__description {
    text-align: center;
    width: 100%;
  }

  .hr-page .testimonials-section__slider {
    justify-content: center;
  }

  .hr-page .frame__title.mobile {
    display: block;
  }

  .hr-page .frame__title.desktop {
    display: none;
  }
}

@media screen and (max-width: 576px) {
  .hr-page .testimonial .testimonials-section {
    padding: 40px 20px;
  }

  .hr-page .testimonial .testimonials-section__profile {
    min-height: 280px;
  }

  .hr-page .testimonial .profile__image {
    height: 280px;
  }

  .hr-page .details__frame {
    padding: 6px 15px;
  }

  .hr-page .details__frame h2 {
    font-size: 14px;
  }

  .hr-page .frame__role {
    font-size: 12px;
  }

  .hr-page .frame__title {
    font-size: 22px;
  }

  .hr-page h3.testimonial__text {
    font-size: 16px;
    line-height: 20px;
  }

  .hr-page .testimonial__description {
    font-size: 14px;
    line-height: 18px;
  }

  .hr-page .slider__arrow-down,
  .hr-page .slider__arrow-left {
    height: 36px;
    width: 36px;
  }
}

.hr-page .looking-for {
  padding: 106px 20px;
  background-color: #fafafa;
  display: flex;
  justify-content: center;
}

.hr-page .looking-for .container {
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
}

.hr-page .looking-for .text {
  display: grid;
  align-items: center;
}

.hr-page .looking-for .text h2 {
  font-size: 36px;
  font-weight: 400;
  color: #002452;
  text-align: left;
  max-width: 516px;
  margin-bottom: 22px;
  line-height: 1.2;
}

.hr-page .looking-for .text h5 {
  font-size: 20px;
  font-weight: 600;
  color: #002452;
  text-align: left;
  margin-bottom: 15px;
}

.hr-page .looking-for .text p {
  font-size: 18px;
  font-weight: 400;
  color: #5d5d5d;
  line-height: 1.5;
}

.hr-page .looking-for .text .button {
  max-width: -moz-fit-content;
  max-width: fit-content;
}

.hr-page .looking-for .list-item {
  display: flex;
  gap: 13px;
  margin-bottom: 12px;
  align-items: flex-start;
}

.hr-page .section__content__list {
  margin-bottom: 30px;
}

.hr-page .looking-for .image img {
  max-width: 100%;
  height: auto;
  border-radius: 20px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
}

@media screen and (max-width: 1200px) {
  .hr-page .looking-for {
    padding: 80px 20px;
  }

  .hr-page .looking-for .text h2 {
    font-size: 32px;
  }

  .hr-page .looking-for .text h5 {
    font-size: 18px;
  }

  .hr-page .looking-for .text p {
    font-size: 16px;
  }
}

@media screen and (max-width: 992px) {
  .hr-page .looking-for {
    padding: 70px 20px;
  }

  .hr-page .looking-for .container {
    gap: 30px;
  }

  .hr-page .looking-for .text h2 {
    font-size: 28px;
    margin-bottom: 18px;
  }

  .hr-page .looking-for .text h5 {
    font-size: 17px;
  }

  .hr-page .looking-for .text p {
    font-size: 15px;
  }

  .hr-page .looking-for .list-item {
    gap: 10px;
    margin-bottom: 10px;
  }

  .hr-page .section__content__list {
    margin-bottom: 25px;
  }
}

@media screen and (max-width: 768px) {
  .hr-page .looking-for {
    padding: 60px 20px;
  }

  .hr-page .looking-for .container {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .hr-page .looking-for .text h2 {
    max-width: 100%;
  }

  .hr-page .looking-for .text .button {
    margin: 0 auto;
  }

  .hr-page .looking-for .image {
    order: -1;
    text-align: center;
  }

  .hr-page .looking-for .image img {
    max-width: 90%;
    margin: 0 auto;
  }
}

@media screen and (max-width: 576px) {
  .hr-page .looking-for {
    padding: 50px 20px;
  }

  .hr-page .looking-for .text h2 {
    font-size: 24px;
  }

  .hr-page .looking-for .text h5 {
    font-size: 16px;
  }

  .hr-page .looking-for .text p {
    font-size: 14px;
  }

  .hr-page .looking-for .image img {
    max-width: 100%;
  }
}

.hr-page .how-to-apply {
  margin-top: -2px;
  padding: 66px 20px;
  z-index: 3;
  position: relative;
  background-color: #002452;
}

.hr-page .how-to-apply .content {
  max-width: 1200px;
  margin: 0 auto;
}

.hr-page .how-to-apply .heading {
  color: #ffb512 !important;
  text-align: center;
  font-weight: 600;
  font-size: 36px;
  line-height: 1.2;
  margin-bottom: 20px;
}

.hr-page .how-to-apply .steps {
  margin: 62px 0 0 0;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  position: relative;
  gap: 20px;
}

.hr-page .how-to-apply .steps::after {
  content: "";
  position: absolute;
  top: 18px;
  left: 13%;
  right: 13%;
  height: 2px;
  background-color: #2175d9;
  z-index: -1;
}

.hr-page .how-to-apply .step {
  transition: all 0.3s ease;
}

.hr-page .how-to-apply .step .number {
  height: 40px;
  width: 40px;
  font-size: 18px;
  color: #ffffff;
  background-color: #2175d9 !important;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 700;
  border-radius: 10px;
  margin: 0 auto 35px auto;
  transition: all 0.3s ease;
}

.hr-page .how-to-apply .step .text h3 {
  color: #ffffff;
  font-size: 18px;
  font-weight: 600;
  text-align: center;
  margin: 0 0 10px 0;
  line-height: 1.3;
}

.hr-page .how-to-apply .step .text p {
  color: #ffffff;
  font-size: 16px;
  font-weight: 400;
  text-align: center;
  max-width: 236px;
  margin: 0 auto;
  line-height: 1.5;
  opacity: 77%;
}

@media screen and (max-width: 1200px) {
  .hr-page .how-to-apply {
    padding: 60px 20px;
  }

  .hr-page .how-to-apply .heading {
    font-size: 32px;
  }

  .hr-page .how-to-apply .steps {
    margin-top: 50px;
    gap: 15px;
  }
}

@media screen and (max-width: 992px) {
  .hr-page .how-to-apply {
    padding: 50px 20px;
  }

  .hr-page .how-to-apply .heading {
    font-size: 28px;
  }

  .hr-page .how-to-apply .steps {
    grid-template-columns: 1fr;
    gap: 30px 20px;
    margin-top: 40px;
    max-width: 404px;
    margin: 0 auto;
  }

  .hr-page .how-to-apply .step {
    display: flex;
    margin: 0 auto;
  }

  .hr-page .how-to-apply .steps::after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 18%;
    width: 2px;
    background-color: #1e88e5;
    height: 90%;
  }

  .hr-page .how-to-apply .step .number {
    margin-bottom: 20px;
    margin: 0 20px 0 0;
  }

  .hr-page .how-to-apply .step .text h3 {
    font-size: 17px;
    text-align: left;
  }

  .hr-page .how-to-apply .step .text p {
    font-size: 15px;
    text-align: left;
  }
}

@media screen and (max-width: 768px) {
  .hr-page .how-to-apply {
    padding: 53px 20px;
  }

  .hr-page .how-to-apply .heading {
    font-size: 26px;
  }

  .hr-page .how-to-apply .steps {
    margin-top: 35px;
  }
}

@media screen and (max-width: 576px) {
  .hr-page .how-to-apply {
    padding: 40px 20px;
  }

  .hr-page .how-to-apply .heading {
    font-size: 24px;
  }

  .hr-page .how-to-apply .steps {
    grid-template-columns: 1fr;
    gap: 25px;
    margin-top: 30px;
    max-width: 350px;
  }

  .hr-page .how-to-apply .steps::after {
    left: 13%;
  }

  .hr-page .how-to-apply .step .number {
    margin-bottom: 15px;
  }

  .hr-page .how-to-apply .step .text h3 {
    font-size: 16px;
  }

  .hr-page .how-to-apply .step .text p {
    font-size: 14px;
  }
}

@media screen and (max-width: 400px) {
  .hr-page .how-to-apply .steps {
    grid-template-columns: 1fr;
    gap: 25px;
    margin-top: 30px;
    max-width: 300px;
  }

  .hr-page .how-to-apply .steps::after {
    left: 8%;
  }
}

.hr-page .join-from-anywhere {
  padding: 70px 20px;
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px;
}

.hr-page .join-from-anywhere .text {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}

.hr-page .join-from-anywhere .text h2 {
  font-size: 36px;
  line-height: 1.2;
  font-weight: 600;
  margin-bottom: 20px;
  color: #002452;
  text-align: left;
}

.hr-page .join-from-anywhere .text p {
  font-size: 20px;
  font-weight: 400;
  margin-bottom: 30px;
  color: #5d5d5d;
  text-align: left;
  line-height: 1.5;
}

.hr-page .join-from-anywhere .text p.bold {
  font-size: 17px;
  font-weight: 600;
  margin-bottom: 0;
}

.hr-page .join-from-anywhere .image img {
  width: 100%;
  height: auto;
  transition: all 0.3s ease;
}

@media screen and (max-width: 1200px) {
  .hr-page .join-from-anywhere {
    padding: 60px 20px;
  }

  .hr-page .join-from-anywhere .text h2 {
    font-size: 32px;
  }

  .hr-page .join-from-anywhere .text p {
    font-size: 18px;
  }
}

@media screen and (max-width: 992px) {
  .hr-page .join-from-anywhere {
    padding: 50px 20px;
    gap: 30px;
  }

  .hr-page .join-from-anywhere .text h2 {
    font-size: 28px;
    margin-bottom: 15px;
  }

  .hr-page .join-from-anywhere .text p {
    font-size: 16px;
    margin-bottom: 20px;
  }

  .hr-page .join-from-anywhere .text p.bold {
    font-size: 16px;
  }
}

@media screen and (max-width: 768px) {
  .hr-page .join-from-anywhere {
    grid-template-columns: 1fr;
    padding: 40px 20px;
  }

  .hr-page .join-from-anywhere .text {
    order: 0;
    /* Show text first */
    text-align: center;
    align-items: center;
    margin-bottom: 25px;
  }

  .hr-page .join-from-anywhere .text h2 {
    text-align: center;
    font-size: 26px;
  }

  .hr-page .join-from-anywhere .text p {
    text-align: center;
    font-size: 16px;
  }

  .hr-page .join-from-anywhere .image {
    order: 1;
    /* Show image second */
  }

  .hr-page .join-from-anywhere .image img {
    max-width: 75%;
    /* More appropriate size for mobile */
    margin: 0 auto;
    display: block;
  }
}

@media screen and (max-width: 576px) {
  .hr-page .join-from-anywhere {
    padding: 30px 20px;
  }

  .hr-page .join-from-anywhere .text {
    margin-bottom: 20px;
  }

  .hr-page .join-from-anywhere .text h2 {
    font-size: 24px;
  }

  .hr-page .join-from-anywhere .text p {
    font-size: 15px;
    margin-bottom: 15px;
  }

  .hr-page .join-from-anywhere .text p.bold {
    font-size: 15px;
  }

  .hr-page .join-from-anywhere .image img {
    max-width: 85%;
    /* Slightly larger for small mobiles for better visibility */
  }
}

.hr-page .open-application {
  box-sizing: border-box;
}

.hr-page .open-application .container {
  width: 1200px;
  max-width: 80%;
  margin-left: auto;
  margin-right: auto;
  background-color: #ffb512;
  padding: 60px 46px;
  border-radius: 20px;
  margin-top: 28px;
  margin-bottom: 28px;
  box-sizing: border-box;
}

.hr-page .open-application .content {
  gap: 28px;
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 732px;
  margin: 0 auto;
}

.hr-page .open-application h2 {
  color: #0f1941;
  font-size: 52px;
  font-weight: 400;
  text-align: center;
  margin-bottom: 10px;
  line-height: 1.2;
}

.hr-page .open-application p {
  color: #0f1941;
  font-size: 20px;
  font-weight: 400;
  text-align: center;
  line-height: 1.5;
}

.hr-page .open-application .button {
  margin: 0 auto;
  font-weight: 600;
  transition: all 0.3s ease;
  max-width: -moz-fit-content;
  max-width: fit-content;
}

@media screen and (max-width: 1200px) {
  .hr-page .open-application {
    padding: 50px 20px;
  }

  .hr-page .open-application h2 {
    font-size: 44px;
  }

  .hr-page .open-application p {
    font-size: 18px;
  }
}

@media screen and (max-width: 992px) {
  .hr-page .open-application {
    padding: 40px 30px;
  }

  .hr-page .open-application h2 {
    font-size: 36px;
  }

  .hr-page .open-application p {
    font-size: 17px;
  }
}

@media screen and (max-width: 768px) {
  .hr-page .open-application .container {
    padding: 50px 12px;
  }

  .hr-page .open-application {
    padding: 35px 25px;
  }

  .hr-page .open-application .content {
    gap: 20px;
  }

  .hr-page .open-application h2 {
    font-size: 30px;
  }

  .hr-page .open-application p {
    font-size: 16px;
  }
}

@media screen and (max-width: 576px) {
  .hr-page .open-application {
    padding: 30px 20px;
    border-radius: 15px;
  }

  .hr-page .open-application h2 {
    font-size: 26px;
  }

  .hr-page .open-application p {
    font-size: 15px;
  }

  .hr-page .open-application .container {
    max-width: 100%;
  }
}

.hr-page .footer {
  display: flex;
  background-color: #ffffff;
  width: 100%;
  padding: 100px 0 0 0;
}

@media only screen and (max-width: 992px) {
  .hr-page .footer.footer-desktop {
    display: none;
  }
}

.hr-page .footer-mobile {
  display: none;
  background-color: #0f1941;
  padding: 50px 20px;
}

@media only screen and (max-width: 992px) {
  .hr-page .footer-mobile {
    display: block;
  }
}

.hr-page .footer-mobile h2 {
  color: #ffb512;
  font-size: 32px;
  margin-bottom: 20px;
}

.hr-page .footer-mobile p {
  color: #ffffff;
  font-size: 16px;
  line-height: 1.5;
  text-align: center;
  margin-bottom: 20px;
}

.hr-page .footer-mobile label {
  display: block;
  text-align: left;
  margin-bottom: 0.5rem;
  font-weight: bold;
  color: #ffffff;
}

.hr-page .footer-mobile input {
  background-color: #ffffff;
  padding: 0.75rem;
  border: none;
  border-radius: 25px;
  font-size: 0.9rem;
  box-sizing: border-box;
  margin-bottom: 10px;
}

.hr-page .footer-mobile button {
  background-color: #e9b949;
  color: white;
  border: none;
  border-radius: 25px;
  padding: 15px 25px;
  cursor: pointer;
  font-weight: bold;
  margin-top: 10px;
  margin-left: auto;
  margin-right: unset;
}

.hr-page .footer-mobile .services-section {
  margin-top: 20px;
  text-align: center;
}

.hr-page .footer-mobile .services-title {
  font-size: 1.2rem;
  margin-bottom: 0;
  color: #ffffff;
  font-weight: bold;
}

.hr-page .footer-mobile .services-links {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.5rem;
}

.hr-page .footer-mobile .service-link {
  color: #ebebf0;
  text-decoration: none;
}

.hr-page .footer-mobile .service-link:hover {
  color: #e9b949;
}

.hr-page .footer img {
  max-width: 100%;
  height: auto;
}

.hr-page .footer input {
  background-color: transparent;
  width: 100%;
}

.hr-page .footer a {
  text-decoration: none;
  display: block;
}

.hr-page .footer ul {
  margin: 0;
  margin-inline: unset !important;
  padding: 0;
  list-style: none;
}

.hr-page .footer li {
  margin-bottom: 7px;
}

.hr-page .footer .ratingbar:not(:checked) > input {
  position: absolute;
  visibility: hidden;
}

.hr-page .footer .ratingbar:not(:checked) > label {
  cursor: pointer;
  font-size: var(--rating-font-size);
  color: var(--rating-inactive-color);
}

.hr-page .footer .ratingbar:not(:checked) > label:before {
  content: "\2605   ";
}

.hr-page .footer .ratingbar:not(:checked) > label:hover,
.hr-page .footer .ratingbar:not(:checked) > label:hover ~ label,
.hr-page .footer .ratingbar > input:checked ~ label {
  color: var(--rating-active-color);
}

.hr-page .frame-1618873177 {
  background-color: #0f1941;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0 20px;
}

.hr-page .group-72 {
  margin-top: 86px;
  margin-left: auto;
  margin-right: auto;
  align-self: stretch;
  display: flex;
  justify-content: space-between;
  max-width: 1210px;
  width: 100%;
  gap: 20px;
}

@media only screen and (max-width: 992px) {
  .hr-page .group-72 {
    flex-direction: column;
    padding-left: 20px;
    padding-right: 20px;
  }
}

.hr-page .frame-1618873175 {
  gap: 108px;
  display: flex;
  width: 26%;
  flex-direction: column;
  border-right: 1px solid rgba(255, 255, 255, 0.2);
}

@media only screen and (max-width: 992px) {
  .hr-page .frame-1618873175 {
    width: 100%;
    gap: 81px;
  }
}

@media only screen and (max-width: 550px) {
  .hr-page .frame-1618873175 {
    gap: 54px;
  }
}

.hr-page .footer-logo {
  height: 70px;
  width: 200px;
  -o-object-fit: contain;
     object-fit: contain;
}

.hr-page .frame-1618873174 {
  gap: 40px;
  display: flex;
  flex-direction: column;
}

.hr-page .class-31-6-2234-7013 {
  margin-bottom: 26px;
}

.hr-page .info-yoursoftwaresupplier-com {
  margin-bottom: 24px;
  font-weight: 400 !important;
}

.hr-page .frame-1618873173 {
  gap: 4px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  border-bottom: 1px solid rgba(255, 255, 255, 0.0980392157);
}

.hr-page .keizersgracht-62 {
  margin-bottom: 28px;
  font-weight: 400 !important;
  line-height: 24px;
}

.hr-page .frame-1618873170 {
  gap: 24px;
  display: flex;
  flex-direction: column;
  border-bottom: 1px solid rgba(255, 255, 255, 0.0980392157);
}

.hr-page .text-1 {
  display: flex;
  gap: 10px;
  --rating-font-size: 24;
  --rating-active-color: #ffb512;
  --rating-inactive-color: #ffb5127e;
}

.hr-page .frame-1618873169 {
  margin-bottom: 78px;
  gap: 12px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.hr-page .frame-1618873168 {
  gap: 6px;
  display: flex;
  align-self: stretch;
  flex-direction: column;
  align-items: flex-start;
}

.hr-page .group-41 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.hr-page .based-on-1-104 {
  color: rgba(255, 255, 255, 0.6980392157) !important;
}

.hr-page .google-reviews {
  color: #ffb512 !important;
  text-decoration: underline;
}

.hr-page .group-71 {
  width: 68%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

@media only screen and (max-width: 992px) {
  .hr-page .group-71 {
    width: 100%;
  }
}

.hr-page .frame-1618873165 {
  width: 94%;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 20px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  padding-bottom: 43px;
}

@media only screen and (max-width: 992px) {
  .hr-page .frame-1618873165 {
    flex-direction: column;
    width: 100%;
  }
}

.hr-page .group-65 {
  gap: 18px;
  display: flex;
  width: 34%;
  flex-direction: column;
  align-items: flex-start;
}

@media only screen and (max-width: 992px) {
  .hr-page .group-65 {
    width: 100%;
  }
}

.hr-page .group-67 {
  gap: 18px;
  align-self: center;
  display: flex;
  width: 42%;
  flex-direction: column;
  align-items: flex-start;
}

@media only screen and (max-width: 992px) {
  .hr-page .group-67 {
    width: 100%;
  }
}

.hr-page .frame-1618873142 {
  margin-right: 28px;
  gap: 8px;
  opacity: 0.6;
  display: flex;
  align-items: center;
}

@media only screen and (max-width: 992px) {
  .hr-page .frame-1618873142 {
    margin-right: 0px;
  }
}

.hr-page .frame-1618873148 {
  margin-right: 18px;
  gap: 8px;
  opacity: 0.6;
  display: flex;
  align-items: center;
}

@media only screen and (max-width: 992px) {
  .hr-page .frame-1618873148 {
    margin-right: 0px;
  }
}

.hr-page .group-69 {
  gap: 18px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.hr-page .frame-1618873157 {
  padding-top: 2px;
  padding-bottom: 2px;
  gap: 8px;
  opacity: 0.6;
  display: flex;
  align-items: center;
}

.hr-page .frame-1618873128 {
  height: 232px;
  margin-top: 82px;
  align-self: stretch;
  position: relative;
}

.hr-page .group-3 {
  gap: 98px;
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  position: absolute;
  left: 0px;
  bottom: 0px;
  right: 0px;
  top: 0px;
  height: -moz-max-content;
  height: max-content;
  margin: auto 38px auto auto;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

@media only screen and (max-width: 992px) {
  .hr-page .group-3 {
    gap: 73px;
    margin-right: 0px;
  }
}

@media only screen and (max-width: 550px) {
  .hr-page .group-3 {
    gap: 49px;
  }
}

.hr-page .input-1 {
  color: rgba(255, 255, 255, 0.4) !important;
  margin-bottom: 58px;
  padding-left: 32px;
  padding-right: 20px;
  width: 60%;
  height: 52px;
  border-radius: 26px !important;
  border: 1px solid #ffffff !important;
}

.hr-page .dhi-group {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 52px;
  background-color: #ffb512;
  border-radius: 0 26px 26px 0;
  border: 1px solid #ffb512;
  cursor: pointer;
}

.hr-page .save {
  height: 20px;
  border-top-right-radius: 50%;
  border-bottom-right-radius: 50%;
  width: 20px;
  -o-object-fit: contain;
     object-fit: contain;
  border: 1px solid #ffb512;
}

.hr-page .join-33-800-subscribers {
  color: rgba(255, 255, 255, 0.6) !important;
  line-height: 24px;
  position: absolute;
  top: 15%;
  right: 0px;
  left: 0px;
  margin-left: auto;
  margin-right: auto;
}

.hr-page .frame-1618873121 {
  margin-top: 40px;
  gap: 12px;
}

.hr-page .partnered-with-microsoft {
  color: rgba(255, 255, 255, 0.6) !important;
}

.hr-page .frame-1618873125 {
  margin-top: 10px;
  margin-bottom: 30px;
  margin-right: 268px;
  gap: 56px;
  display: flex;
  align-self: stretch;
}

@media only screen and (max-width: 992px) {
  .hr-page .frame-1618873125 {
    flex-direction: column;
    margin-right: 0px;
  }
}

.hr-page .microsoft-partner {
  margin-top: 4px;
  gap: 16px;
  display: flex;
  width: 40%;
  align-items: center;
}

@media only screen and (max-width: 992px) {
  .hr-page .microsoft-partner {
    width: 100%;
    margin-top: 0px;
  }
}

.hr-page .grid {
  height: 40px;
}

.hr-page .group-45 {
  gap: 2px;
  display: flex;
  flex: 1;
  flex-direction: column;
  align-items: flex-start;
}

.hr-page .vector {
  height: 22px;
  width: 100%;
}

@media only screen and (max-width: 992px) {
  .hr-page .vector {
    height: auto;
  }
}

.hr-page .partner-network-1 {
  font-weight: 500 !important;
}

.hr-page .aws-partner-network {
  margin-top: 10px;
  margin-bottom: 10px;
  gap: 16px;
  display: flex;
  width: 28%;
  align-items: center;
}

@media only screen and (max-width: 992px) {
  .hr-page .aws-partner-network {
    width: 100%;
    margin-bottom: 0px;
    margin-top: 0px;
  }
}

.hr-page .settings {
  height: 30px;
  width: 46%;
  -o-object-fit: contain;
     object-fit: contain;
}

.hr-page .gdpr {
  gap: 10px;
  display: flex;
  width: 30%;
  align-items: center;
}

@media only screen and (max-width: 992px) {
  .hr-page .gdpr {
    width: 100%;
  }
}

.hr-page .gdpr-1 {
  height: 54px;
  width: 44%;
  -o-object-fit: contain;
     object-fit: contain;
}

.hr-page .frame-1618873130 {
  z-index: 1;
  align-self: stretch;
  position: relative;
  display: flex;
  justify-content: center;
  padding: 22px;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}

@media only screen and (max-width: 550px) {
  .hr-page .frame-1618873130 {
    padding: 20px;
  }
}

.hr-page .group-77 {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 1162px;
  margin-left: auto;
  margin-right: auto;
  gap: 20px;
}

@media only screen and (max-width: 550px) {
  .hr-page .group-77 {
    flex-direction: column;
  }
}

.hr-page .frame-1618873129 {
  gap: 10px;
  display: flex;
}

.hr-page .frame-1618873172 {
  gap: 8px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  border-bottom: 1px solid rgba(255, 255, 255, 0.0980392157);
}

.hr-page .class-24-7-call-us {
  color: rgba(255, 255, 255, 0.6980392157) !important;
  text-transform: capitalize;
}

.hr-page .copyright-2024 {
  color: rgba(255, 255, 255, 0.6980392157) !important;
}

.hr-page .frame-1618873131 {
  margin-right: 14px;
  gap: 8px;
  opacity: 0.6;
  display: flex;
  align-items: center;
}

@media only screen and (max-width: 992px) {
  .hr-page .frame-1618873131 {
    margin-right: 0px;
  }
}

.hr-page .group-64 {
  gap: 6px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.hr-page .blog {
  align-self: flex-end;
}

.hr-page .frame-1618873132 {
  gap: 8px;
  opacity: 0.6;
  display: flex;
  align-items: center;
}

.hr-page .arrow-right {
  height: 10px;
}

.hr-page .partner-network {
  font-weight: 500 !important;
  line-height: 16px;
}

.hr-page .facebook {
  height: 16px;
}

.hr-page .footer .input.round {
  border-radius: 26px;
}

.hr-page .footer .input.size-xs {
  height: 52px;
  padding-left: 32px;
  padding-right: 0;
  font-size: 16px;
}

.hr-page .footer .input.outline.white_a700 {
  color: rgba(255, 255, 255, 0.4);
  border: 1px solid #ffffff;
}

.hr-page .footer .input {
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: text;
  color: rgba(255, 255, 255, 0.4);
  text-transform: capitalize;
  font-size: 16px;
  font-weight: 500;
  gap: 16px;
  border-radius: 26px;
  border: 1px solid #ffffff;
}

.hr-page .footer .text.size-textxs {
  font-size: 14px;
  font-weight: 400;
}

.hr-page .footer .text.size-textxl {
  font-size: 28px;
  font-weight: 400;
}

@media only screen and (max-width: 992px) {
  .hr-page .footer .text.size-textxl {
    font-size: 26px;
  }
}

@media only screen and (max-width: 550px) {
  .hr-page .footer .text.size-textxl {
    font-size: 24px;
  }
}

.hr-page .footer .text {
  color: #ffffff;
}

.hr-page .footer .heading.size-textxs {
  font-size: 14px;
  font-weight: 500;
}

.hr-page .footer .heading.size-texts {
  font-size: 16px;
  font-weight: 500;
  line-height: 100%;
}

.hr-page .footer .heading.size-textmd {
  font-size: 18px;
  font-weight: 500;
}

.hr-page .footer .heading.size-textlg {
  font-size: 22px;
  font-weight: 500;
}

.hr-page .footer .heading.size-headingxs {
  font-size: 24px;
  font-weight: 700;
}

@media only screen and (max-width: 992px) {
  .hr-page .footer .heading.size-headingxs {
    font-size: 22px;
  }
}

.hr-page .footer .heading {
  color: #ffffff !important;
}

.hr-page .hidden-section {
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.6s ease, visibility 0.6s ease;
}

.hr-page .hidden-section.show {
  opacity: 1;
  visibility: visible;
}

.hr-page .testimonials-section__group-inner {
  position: relative;
  overflow: hidden;
}

.hr-page .profile__image,
.hr-page .section__content__subtitle,
.hr-page .frame__role,
.hr-page .testimonial__text,
.hr-page .testimonial__description {
  transition: opacity 0.3s ease-in-out;
}

.hr-page .fade-out {
  opacity: 0;
}

.hr-page .testimonials-section__slider {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-top: 20px;
}

.hr-page .slider__arrow-left,
.hr-page .slider__arrow-down {
  cursor: pointer;
  transition: transform 0.2s ease;
}

.hr-page .slider__arrow-left:hover,
.hr-page .slider__arrow-down:hover {
  transform: scale(1.1);
}

.hr-page .testimonial-indicators {
  display: flex;
  justify-content: center;
  gap: 8px;
  margin-top: 20px;
}

.hr-page .indicator {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #ccc;
  cursor: pointer;
  transition: background-color 0.3s ease, transform 0.2s ease;
}

.hr-page .indicator:hover {
  transform: scale(1.2);
}

.hr-page .indicator.active {
  background-color: #2175d9;
}

@media (max-width: 992px) {
  .hr-page .testimonials-section__group-inner {
    flex-direction: column;
  }

  .hr-page .testimonials-section__profile {
    margin-bottom: 20px;
  }

  .hr-page .testimonial__text {
    font-size: 1.3rem;
    line-height: 1.4;
  }

  .hr-page .testimonial__description {
    font-size: 0.95rem;
  }
}

@media (max-width: 768px) {
  .hr-page .testimonials-section__content {
    padding: 20px 15px;
  }

  .hr-page .testimonial__text {
    font-size: 1.2rem;
  }

  .hr-page .testimonial-indicators {
    margin-top: 15px;
  }
}

@media (max-width: 576px) {
  .hr-page .profile__image {
    width: 80px;
    height: 80px;
  }

  .hr-page .testimonial__text {
    font-size: 1.1rem;
  }

  .hr-page .testimonial-indicators {
    margin-top: 10px;
  }

  .hr-page .indicator {
    width: 8px;
    height: 8px;
  }
}

@media (hover: none) {
  .hr-page .slider__arrow-left,
  .hr-page .slider__arrow-down {
    padding: 10px;
  }

  .hr-page .indicator {
    width: 12px;
    height: 12px;
  }
}

.reviews-new {
  margin-top: 80px;
  /* Hero Section */
  /* Testimonial Section */
  /* Responsive Styles */
}

.reviews-new * {
  box-sizing: border-box;
}

.reviews-new body {
  margin: 0;
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
  background-color: #f9f9f9;
  color: #111;
}

.reviews-new .reviews-hero {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 60px 20px;
  max-width: 1200px;
  margin: 0 auto;
  flex-wrap: wrap;
  gap: 30px;
}

.reviews-new .reviews-bg {
  background-color: #fafafa;
}

.reviews-new .hero-text {
  flex: 1 1 400px;
  max-width: 600px;
}

.reviews-new .hero-text h1 {
  font-size: 50px;
  font-weight: 300;
  line-height: 60px;
  margin-bottom: 12px;
  color: #131313;
}

.reviews-new .hero-text strong {
  font-weight: 700;
}

.reviews-new .hero-text p {
  font-size: 16px;
  color: #5d5d5d;
}

.reviews-new .hero-image {
  flex: 1 1 300px;
  max-width: 500px;
}

.reviews-new .hero-image img {
  width: 100%;
  border-radius: 12px;
  display: block;
}

.reviews-new .testimonial {
  border-bottom: 1px solid #dfdfdf;
}

.reviews-new .testimonial-container {
  display: flex;
  -moz-column-gap: 80px;
       column-gap: 80px;
  align-items: center;
  max-width: 1170px;
  margin: 0 auto;
  padding: 65px 20px;
  /* padding: 20px; */
}

.reviews-new .testimonial-container.right {
  flex-direction: row-reverse;
}

.reviews-new .testimonial-container.right .location-box {
  left: unset;
  right: 0;
}

.reviews-new .text-content {
  flex: 1 1 350px;
}

.reviews-new .text-content img.logo {
  width: 150px;
  margin-bottom: 15px;
}

.reviews-new .text-content h2 {
  font-size: 36px;
  font-weight: 400;
  margin: 0 0 40px 0;
  max-width: 562px;
  color: #131313;
  text-align: left;
}

.reviews-new .testimonial-box {
  background: #ffb512;
  border-radius: 0 50px 50px 50px;
  padding: 30px;
  color: white;
  font-size: 0.95rem;
  /* max-width: 630px; */
}

.reviews-new .testimonial-box h3 {
  margin: 10px 0 10px;
  font-size: 36px;
  font-weight: 400;
  line-height: 50px;
  color: #002452;
}

.reviews-new .testimonial-box p {
  font-style: italic;
  font-size: 18px;
  line-height: 24px;
  color: #606060;
}

.reviews-new .image-content {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  max-width: 470px;
}

.reviews-new .image-content > img {
  width: 100%;
  border-radius: 15px;
  display: block;
}

.reviews-new .location-box {
  position: absolute;
  bottom: 40px;
  left: 0;
  background: white;
  padding: 10px 30px;
}

.reviews-new .location-box .location {
  display: flex;
  align-items: center;
  gap: 5px;
}

.reviews-new .location-box h3 {
  font-weight: 600;
  font-size: 18px;
  color: #002452;
  margin: 0;
}

.reviews-new .location-box p {
  font-weight: 400;
  font-size: 16px;
  color: #606060;
  margin: 10px 0;
}

.reviews-new .location-box img {
  width: 22px;
}

@media (max-width: 1200px) {
  .reviews-new .image-content {
    max-width: 300px;
  }

  .reviews-new .text-content h2 {
    font-size: 28px;
  }

  .reviews-new .testimonial-box h3 {
    font-size: 28px;
  }

  .reviews-new .testimonial-box p {
    font-size: 16px;
  }

  .reviews-new .hero-text h1 {
    font-size: 40px;
    line-height: 50px;
  }

  .reviews-new .location-box {
    padding: 5px 10px;
  }

  .reviews-new .location-box .location h3 {
    font-size: 16px;
  }

  .reviews-new .location-box p {
    font-size: 14px;
    margin: 5px 0;
  }
}

@media (max-width: 768px) {
  .reviews-new .reviews-hero {
    text-align: center;
  }

  .reviews-new .hero-text h1 {
    font-size: 2rem;
  }

  .reviews-new .hero-text {
    max-width: 100%;
    max-width: 600px;
    margin: 0 auto;
  }

  .reviews-new .text-content img.logo {
    width: 130px;
  }

  .reviews-new .hero-image {
    max-width: 500px;
    margin: 0 auto;
  }

  .reviews-new .testimonial-container {
    flex-direction: column !important;
    gap: 30px;
    padding: 35px 20px;
  }

  .reviews-new .testimonial-box {
    max-width: 100%;
  }

  .reviews-new .text-content,
  .reviews-new .image-content {
    max-width: 100%;
  }
}

.team {
  margin: 80px auto;
  text-align: center;
}

.team h3,
.team p {
  display: block;
}

.team h3 {
  display: flex;
  font-size: 36px;
  text-align: center;
  align-items: center;
  justify-content: center;
  color: #002452;
}

.team h3 svg,
.team h3 span {
  display: inline-block;
  vertical-align: middle;
}

.team h3 i {
  font-size: 36px;
  color: #ffb512;
  margin-right: 15px;
}

.team p {
  max-width: 640px;
  width: 70%;
  color: #172a3a;
  font-size: 18px;
  line-height: 28px;
  font-weight: 300;
  margin: 25px auto 0;
}

.team .equipment {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 60px auto;
  max-width: 960px;
  flex-wrap: wrap;
  align-items: stretch;
}

.team .equipment .box {
  border-radius: 8px;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  background: #FFFFFF;
  padding: 25px 15px 45px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.06);
  -moz-box-shadow: 0 4px 16px rgba(0, 0, 0, 0.06);
  -webkit-box-shadow: 0 4px 16px rgba(0, 0, 0, 0.06);
  width: 150px;
  margin: 0 1% 30px;
}

.team .equipment .box img,
.team .equipment .box text {
  display: block;
}

.team .equipment .box img {
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  height: 138px;
  width: 138px;
  -o-object-fit: cover;
     object-fit: cover;
  margin: 0 auto 25px;
}

.team .equipment .box .text .title,
.team .equipment .box .text .skill {
  display: block;
  text-align: center;
}

.team .equipment .box .text .title {
  font-weight: 600;
  font-size: 16px;
  color: #002452;
}

.team .equipment .box .text .skill {
  font-size: 14px;
  color: #131313;
}

.team .equipment .box .icon {
  display: flex;
  justify-content: center;
  align-items: center;
  -moz-column-gap: 10px;
       column-gap: 10px;
  margin: 10px 0 -30px 0;
}

.team .equipment .box .icon img,
.team .equipment .box .icon svg {
  width: 25px;
  height: auto;
  margin: 0;
  border-radius: 0;
}

.team .equipment .box .icon img .fill,
.team .equipment .box .icon svg .fill {
  fill: #1d2a4c;
}

.team .equipment .box .icon img:hover .fill,
.team .equipment .box .icon svg:hover .fill {
  fill: #ffb512;
}

.get-know {
  text-align: left;
}

.get-know .yellow-back,
.get-know .blue-backt {
  padding: 50px 100px 60px 80px;
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  position: relative;
  display: inline-block;
}

@media (max-width: 1280px) {
  .get-know .yellow-back,
  .get-know .blue-backt {
    display: block;
  }
}

.get-know .yellow-back h3,
.get-know .blue-backt h3 {
  font-size: 36px;
}

.get-know .yellow-back p,
.get-know .blue-backt p {
  font-size: 18px;
  font-weight: 200;
  line-height: 28px;
}

.get-know .yellow-back .float-icon,
.get-know .blue-backt .float-icon {
  position: absolute;
}

.get-know .yellow-back .float-icon i,
.get-know .blue-backt .float-icon i {
  color: #ffb512;
}

.get-know .yellow-back {
  background: #ffb512;
  max-width: 475px;
  width: 100%;
  margin-left: 70px;
  z-index: 1;
}

@media (max-width: 1280px) {
  .get-know .yellow-back {
    margin: 0 auto;
  }
}

@media (max-width: 800px) {
  .get-know .yellow-back {
    width: auto;
    max-width: inherit;
    padding: 15px 20px;
  }
}

.get-know .yellow-back h3,
.get-know .yellow-back p {
  display: block;
  color: #002452;
  margin: 0;
}

.get-know .yellow-back h3 {
  font-weight: 400;
}

.get-know .yellow-back p {
  margin-top: 30px;
}

.get-know .yellow-back p:first-of-type {
  margin-top: 20px;
}

.get-know .yellow-back p:last-of-type {
  width: 86%;
}

.get-know .yellow-back .float-icon {
  right: -13%;
  top: 6%;
}

@media (max-width: 800px) {
  .get-know .yellow-back .float-icon {
    display: none;
  }
}

.get-know .yellow-back .float-icon i {
  font-size: 48px;
}

.get-know .blue-backt {
  position: absolute;
  right: 110px;
  top: 46%;
  transform: translateY(-50%);
  background: #002452;
  padding: 30px 50px 40px 40px;
  z-index: 4;
  max-width: 298px;
  width: 100%;
}

@media (max-width: 1280px) {
  .get-know .blue-backt {
    position: relative;
    margin: 80px auto 0;
    transform: none;
    top: auto;
    right: auto;
  }
}

@media (max-width: 800px) {
  .get-know .blue-backt {
    width: auto;
    max-width: inherit;
    padding: 15px 20px;
    margin: 120px auto 0;
  }
}

.get-know .blue-backt h3 {
  color: #ffb512;
  font-weight: 200;
}

.get-know .blue-backt p {
  margin-top: 30px;
}

.get-know .blue-backt p a {
  color: #ffb512;
}

.contact-card {
  text-align: center;
  padding: 25px 30px 40px;
  border-radius: 8px;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.06);
  -moz-box-shadow: 0 4px 16px rgba(0, 0, 0, 0.06);
  -webkit-box-shadow: 0 4px 16px rgba(0, 0, 0, 0.06);
  background: #FFFFFF;
  margin-top: -60px;
}

.contact-card .label,
.contact-card .name,
.contact-card figure,
.contact-card p {
  display: block;
  text-align: center;
}

.contact-card .label,
.contact-card .name {
  font-size: 14px;
}

.contact-card .label {
  margin: 0;
}

.contact-card .name {
  font-weight: 300;
  color: #131313;
}

.contact-card figure {
  margin: 20px auto 25px;
  height: 70px;
  width: 70px;
  overflow: hidden;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
}

.contact-card figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.contact-card .label {
  color: #333 !important;
  font-weight: 600 !important;
  text-align: center !important;
  margin-bottom: 10px !important;
}

.contact-card p {
  font-size: 14px;
  font-weight: 300;
  margin-bottom: 8px;
  color: #131313 !important;
  text-align: center !important;
}

.contact-card p span {
  margin-right: 6px;
}

.contact-card p a {
  color: #2175d9;
  font-weight: 300;
  overflow-wrap: break-word;
}

.contact-card p:last-of-type {
  margin: 0;
}

.contact-card p:last-of-type a {
  display: inline;
  padding: 0;
}

@media (max-width: 960px) {
  .contact-card {
    margin-top: 0;
  }
}

.cookie-consent {
  width: 100%;
  z-index: 10;
  bottom: 20px;
  position: fixed;
}

.cookie-consent .wide-content .cookie-consent-holder {
  width: 25%;
  padding: 20px;
  border-radius: 10px;
  box-shadow: 0px 2px 9px rgba(0, 0, 0, 0.1490196078);
  background: #FFFFFF 0% 0% no-repeat padding-box;
}

@media (max-width: 1040px) {
  .cookie-consent .wide-content .cookie-consent-holder {
    width: 50%;
  }
}

@media (max-width: 600px) {
  .cookie-consent .wide-content .cookie-consent-holder {
    width: 75%;
  }
}

.cookie-consent .wide-content .cookie-consent-holder div {
  display: flex;
  flex-direction: column;
}

.cookie-consent .wide-content .cookie-consent-holder div .heading {
  color: #002452;
  font-size: 20px;
  margin-bottom: 10px;
}

.cookie-consent .wide-content .cookie-consent-holder div span a {
  display: inline;
  color: #2175d9;
}

.cookie-consent .wide-content .cookie-consent-holder button {
  color: #002452;
  font-size: 14px;
  margin-top: 20px;
  padding: 15px 25px;
  background: #ffb512;
  border-radius: 25px;
  -moz-border-radius: 25px;
  -moz-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.verified-label {
  font-size: 9px;
  display: inline;
  font-weight: 400;
  margin: 0 0 0 10px;
  vertical-align: top;
  border-radius: 40px;
  letter-spacing: 1px;
  color: #FFFFFF;
  padding: 5px 20px 4px;
  -moz-border-radius: 40px;
  text-transform: uppercase;
  background: #ffb512;
  -webkit-border-radius: 40px;
}

/* purgecss start ignore */

.supplier-map .gm-style-iw {
  padding: 0 !important;
}

.supplier-map .gm-style-iw .gm-style-iw-d {
  overflow: auto !important;
}

.supplier-map .gm-style-iw .gm-ui-hover-effect {
  display: none !important;
}

/* purgecss end ignore */

.supplier-map-marker-popup {
  display: flex;
  padding: 15px 20px;
  align-items: center;
}

.supplier-map-marker-popup i {
  top: 0;
  right: 0;
  font-size: 18px;
  cursor: pointer;
  position: absolute;
  color: #2175d9;
}

.supplier-map-marker-popup img {
  width: 90px;
  height: 90px;
  overflow: hidden;
  margin-right: 15px;
  border-radius: 6px;
  -o-object-fit: contain;
     object-fit: contain;
}

.supplier-map-marker-popup .supplier-info {
  display: flex;
  position: relative;
  align-items: flex-end;
}

.supplier-map-marker-popup .supplier-info .header {
  margin-bottom: 15px;
}

.supplier-map-marker-popup .supplier-info .header .title {
  display: flex;
  align-items: center;
  margin-bottom: 5px;
}

.supplier-map-marker-popup .supplier-info .header .title a {
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 2px;
  display: inline-block;
  color: #002452;
}

.supplier-map-marker-popup .supplier-info .header .supplier-info-products {
  font-size: 12px;
  color: #2175d9;
}

.supplier-map-marker-popup .supplier-info .body {
  display: flex;
  margin-right: 25px;
}

.supplier-map-marker-popup .supplier-info .body .labels,
.supplier-map-marker-popup .supplier-info .body .values {
  display: flex;
  flex-direction: column;
}

.supplier-map-marker-popup .supplier-info .body .labels span,
.supplier-map-marker-popup .supplier-info .body .values span {
  font-size: 11px;
  font-weight: 400;
  margin-bottom: 4px;
}

.supplier-map-marker-popup .supplier-info .body .labels {
  margin-right: 20px;
}

.supplier-map-marker-popup .supplier-info .body .labels span {
  font-weight: 300;
}

.supplier-map-marker-popup .supplier-info .actions {
  display: flex;
  margin-left: 30px;
  flex-direction: column;
}

.supplier-map-marker-popup .supplier-info .actions a {
  font-size: 11px;
  margin-top: 5px;
  padding: 8px 18px;
  text-align: center;
  border-radius: 25px;
  color: #2175d9;
  -moz-border-radius: 25px;
  -webkit-border-radius: 25px;
  border: 1px solid #2175d9;
}

@media (max-width: 576px) {
  .supplier-map-marker-popup {
    flex-direction: column;
  }

  .supplier-map-marker-popup i {
    font-size: 12px;
  }

  .supplier-map-marker-popup img {
    display: none;
  }

  .supplier-map-marker-popup .supplier-info {
    display: block;
    padding-top: 20px;
  }

  .supplier-map-marker-popup .supplier-info .header .title {
    flex-direction: column;
    align-items: flex-start;
  }

  .supplier-map-marker-popup .supplier-info .header .title .verified-label {
    margin-left: 0;
    margin-top: 5px;
    margin-bottom: 5px;
  }

  .supplier-map-marker-popup .supplier-info .actions {
    margin-left: 0;
    margin-top: 10px;
  }
}

.supplier-cards {
  gap: 1rem;
  display: grid;
  grid-gap: 0.5rem;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.supplier-cards .supplier-card {
  padding: 16px;
  background: #FFFFFF 0% 0% no-repeat padding-box;
  box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.0588235294);
  border-radius: 8px;
}

.supplier-cards .supplier-card .supplier-card-header {
  display: flex;
  margin-bottom: 13px;
  padding-bottom: 13px;
  border-bottom: 1px solid #F6F4F0;
}

.supplier-cards .supplier-card .supplier-card-header .supplier-card-header-image {
  margin-right: 13px;
}

.supplier-cards .supplier-card .supplier-card-header .supplier-card-header-image img {
  width: 106px;
}

.supplier-cards .supplier-card .supplier-card-header div {
  display: flex;
  flex-direction: column;
}

.supplier-cards .supplier-card .supplier-card-header div .supplier-card-header-name {
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 5px;
  display: inline-block;
  color: #002452;
}

.supplier-cards .supplier-card .supplier-card-header div .supplier-card-header-products {
  font-size: 12px;
  margin-bottom: 5px;
  color: #2175d9;
}

.supplier-cards .supplier-card .supplier-card-header div .supplier-card-header-location {
  font-size: 10px;
  color: #979797;
}

.supplier-cards .supplier-card .supplier-card-body {
  display: flex;
}

.supplier-cards .supplier-card .supplier-card-body .supplier-card-body-labels {
  display: flex;
  margin-right: 30px;
  flex-direction: column;
}

.supplier-cards .supplier-card .supplier-card-body .supplier-card-body-labels span {
  font-size: 11px;
  font-weight: 400;
  margin-bottom: 4px;
}

.supplier-cards .supplier-card .supplier-card-body .supplier-card-body-values {
  display: flex;
  flex-direction: column;
}

.supplier-cards .supplier-card .supplier-card-body .supplier-card-body-values span {
  font-size: 11px;
  font-weight: 600;
  margin-bottom: 4px;
}

@media (max-width: 768px) {
  .supplier-cards {
    display: flex;
    flex-direction: column;
  }
}

.show-all-link {
  font-size: 9px;
  display: inline-block;
  color: #2175d9;
  text-decoration: underline !important;
}

.blogpost {
  width: calc(33.3% - 20px);
  margin-bottom: 20px;
}

@media (max-width: 1040px) {
  .blogpost {
    width: calc(50% - 20px);
  }
}

@media (max-width: 600px) {
  .blogpost {
    padding: 0;
    width: 100%;
  }
}

.blogpost .post {
  opacity: 1;
  border-radius: 10px;
  box-shadow: 0px 2px 9px rgba(0, 0, 0, 0.1490196078);
  background: #FFFFFF 0% 0% no-repeat padding-box;
  width: 100%;
  position: relative;
  overflow: hidden;
}

.blogpost .post .featured-media {
  overflow: hidden;
}

.blogpost .post .featured-media a,
.blogpost .post .featured-media img,
.blogpost .post .featured-media iframe {
  display: block;
}

.blogpost .post .featured-media a img {
  margin: 0;
  width: 100%;
  height: 202px;
  -o-object-fit: cover;
     object-fit: cover;
}

.blogpost .post .post-author {
  padding: 0 20px;
}

.blogpost .post .post-author p {
  color: #333333;
  margin-bottom: 20px;
}

.blogpost .post .post-author p span {
  font-weight: 400;
}

.blogpost .post .post-author p a {
  display: inline;
  color: #2175D9;
  text-decoration: underline !important;
}

.blogpost .post .post-header {
  padding: 20px;
  border-bottom: none;
  position: relative;
}

.blogpost .post .post-header:before {
  content: none;
}

.blogpost .post .post-header:after {
  content: none;
}

.blogpost .post .post-header .post-title {
  color: #002452;
  font-size: 20px;
  text-align: left;
  line-height: 24px;
  font-weight: inherit;
  word-break: break-word;
}

.blogpost .post .post-header .post-title a {
  color: #002452;
  font-size: 20px;
  text-align: left;
  line-height: 24px;
  font-weight: inherit;
}

.blogpost .post .post-quote {
  padding: 10%;
  background-color: #FFF;
}

.blogpost .post .post-quote .post-quote-author {
  display: block;
  color: #2175D9;
  font-size: 10px;
  margin-top: 21px;
}

.blogpost .post .post-quote p {
  margin: 0;
  color: #002452;
  font-size: 30px;
  line-height: 38px;
}

.blogpost .post .post-excerpt {
  padding: 0 20px 20px 20px;
}

.blogpost .post .post-excerpt p {
  color: #5D5D5D;
  font-size: 16px;
  line-height: 24px;
}

.blogpost .post .post-excerpt a {
  color: #ffb512;
}

.newsletter-widget {
  margin-top: 20px;
  width: 90%;
}

.newsletter-widget form label {
  display: block;
  text-align: left;
  margin-bottom: 10px;
  color: #FFFFFF;
  font-size: 18px;
  line-height: 28px;
  font-weight: 400;
}

.newsletter-widget form div input {
  padding: 5px;
  width: 100%;
  color: black;
  display: flex;
  font-size: 14px;
  text-indent: 10px;
  margin-bottom: 10px;
  line-height: 30px;
  margin-right: 5px;
  border-radius: 25px;
  -moz-border-radius: 25px;
  -webkit-border-radius: 25px;
}

.newsletter-widget form div button {
  display: block;
  float: right;
  font-size: 14px !important;
  font-weight: 400 !important;
  padding: 5px 10px !important;
  border-radius: 25px;
  -moz-border-radius: 25px;
  -webkit-border-radius: 25px;
  background-color: #ffb512;
}

.newsletter-widget form p {
  font-size: 14px;
  margin-top: 10px;
  margin-bottom: 10px;
}

@media (max-width: 900px) {
  .newsletter-widget form button {
    width: auto !important;
  }
}

.newsletter-banner {
  padding: 40px 20px;
  border-radius: 5px;
  margin-bottom: 20px;
  background-color: #ffb512;
}

.newsletter-banner .newsletter-banner-container {
  display: flex;
  padding: 0px 40px;
  align-items: center;
  justify-content: space-between;
}

.newsletter-banner .newsletter-banner-container .newsletter-banner-content {
  display: flex;
  flex-direction: column;
}

.newsletter-banner .newsletter-banner-container .newsletter-banner-content p {
  font-size: 36px;
  font-weight: 400;
  text-align: left;
  margin-bottom: 5px;
  color: #002452;
}

.newsletter-banner .newsletter-banner-container .newsletter-banner-content span {
  font-size: 16px;
  font-weight: 300;
  color: #002452;
}

.newsletter-banner .newsletter-banner-container form {
  display: flex;
  flex-direction: column;
}

.newsletter-banner .newsletter-banner-container form label {
  display: block;
  font-size: 16px;
  text-align: left;
  font-weight: 600;
  line-height: 18px;
  margin-bottom: 5px;
  color: #002452;
}

.newsletter-banner .newsletter-banner-container form div {
  display: flex;
  align-items: center;
}

.newsletter-banner .newsletter-banner-container form div input {
  width: 250px;
  color: black;
  padding: 10px;
  font-size: 14px;
  text-indent: 10px;
  line-height: 20px;
  margin-right: 5px;
  border-radius: 25px;
  -moz-border-radius: 25px;
  -webkit-border-radius: 25px;
}

.newsletter-banner .newsletter-banner-container form button {
  font-size: 14px;
  align-items: center;
  padding: 10px 15px;
  border-radius: 25px;
  -moz-border-radius: 25px;
  -webkit-border-radius: 25px;
  background: #002452;
}

.newsletter-banner .newsletter-banner-container form p {
  margin: 0 0 10px;
  font-weight: 300;
  color: #FFFFFF;
  text-align: right;
  margin-top: 10px;
}

@media (max-width: 900px) {
  .newsletter-banner {
    padding: 20px 20px;
  }

  .newsletter-banner .newsletter-banner-container {
    padding: 0;
    flex-direction: column;
    align-items: baseline;
  }

  .newsletter-banner .newsletter-banner-container .newsletter-banner-content p {
    font-size: 30px;
  }

  .newsletter-banner .newsletter-banner-container form {
    margin-top: 20px;
  }
}

@media (max-width: 600px) {
  .newsletter-banner .newsletter-banner-container .newsletter-banner-content p {
    font-size: 24px;
  }

  .newsletter-banner .newsletter-banner-container form div {
    flex-direction: column;
    align-items: baseline;
  }

  .newsletter-banner .newsletter-banner-container form button {
    margin-top: 10px;
  }
}

.google-star-rating-widget {
  width: 80%;
  display: flex;
  padding: 10px;
  border-radius: 5px;
  align-items: center;
  justify-content: space-between;
  background-color: #2175d9;
}

.google-star-rating-widget img {
  width: 20px;
  height: 20px;
  padding-right: 10px;
}

.google-star-rating-widget span {
  font-size: 12px !important;
  font-weight: 300 !important;
}

.google-star-rating-widget span.google-star-rating-widget-rating {
  font-weight: 600 !important;
  color: #ffb512 !important;
  font-size: 18px !important;
}

.google-star-rating-widget .google-star-rating-stars {
  display: inline-block;
  unicode-bidi: bidi-override;
  color: #FFFFFF;
  font-size: 25px;
  width: auto;
  margin: 0;
  position: relative;
  padding: 0;
}

.google-star-rating-widget .google-star-rating-stars .google-star-ratings-css-top {
  color: #ffb512;
  padding: 0;
  position: absolute;
  z-index: 1;
  display: flex;
  top: 0;
  left: 0;
  overflow: hidden;
}

.google-star-rating-widget .google-star-rating-stars .google-star-ratings-css-top span {
  color: inherit !important;
}

.google-star-rating-widget .google-star-rating-stars .google-star-ratings-css-bottom {
  padding: 0;
  display: flex;
  z-index: 0;
}

.google-star-rating-widget .google-star-rating-stars .google-star-ratings-css-bottom span {
  color: inherit;
}

@media (max-width: 900px) {
  .google-star-rating-widget {
    width: 60%;
    margin: 0 auto;
  }
}

.linkedin-widget {
  width: 80%;
  display: flex;
  padding: 10px;
  margin-top: 10px;
  border-radius: 5px;
  align-items: center;
  background-color: #FFFFFF;
}

.linkedin-widget a {
  width: 100%;
  margin: 0 !important;
  display: flex !important;
  align-items: center !important;
}

.linkedin-widget a img {
  width: 30px;
  padding-right: 10px;
}

.linkedin-widget a span {
  color: black !important;
  font-size: 16px !important;
}

@media (max-width: 900px) {
  .linkedin-widget {
    width: 60%;
    margin: 10px auto;
  }
}

.button {
  display: flex;
  font-size: 16px;
  margin-top: 50px;
  line-height: 20px;
  padding: 10px 40px;
  align-items: center;
  color: #FFFFFF;
  border-radius: 25px;
  -moz-border-radius: 25px;
  -webkit-border-radius: 25px;
  background: #2175d9;
}

.label {
  font-size: 18px;
  font-weight: 300;
}

.text-field {
  display: flex;
  margin-top: 22px;
  flex-flow: column-reverse;
  /**
  * Add a transition to the label and input.
  * I'm not even sure that touch-action: manipulation works on
  * inputs, but hey, it's new and cool and could remove the
  * pesky delay.
  */
  /**
  * By default, the placeholder should be transparent. Also, it should
  * inherit the transition.
  */
  /**
  * Show the placeholder when the input is focused.
  */
  /**
  * When the element is focused, remove the label transform.
  * Also, do this when the placeholder is _not_ shown, i.e. when
  * there's something in the input at all.
  */
}

.text-field.phone-field {
  width: 100%;
}

.text-field.phonecode-field {
  width: 12%;
}

.text-field label,
.text-field input {
  transition: all 0.2s;
  touch-action: manipulation;
}

.text-field input,
.text-field select {
  border: 0;
  cursor: text;
  text-indent: 0;
  font-size: 18px;
  border-radius: 0;
  font-family: inherit;
  padding-bottom: 15px;
  -webkit-appearance: none;
  color: #000;
  font-weight: 300;
  border-bottom: 1px solid #979797;
  /**
  * Translate down and scale the label up to cover the placeholder,
  * when following an input (with placeholder-shown support).
  * Also make sure the label is only on one row, at max 2/3rds of the
  * field—to make sure it scales properly and doesn't wrap.
  */
}

.text-field input:focus,
.text-field select:focus {
  outline: 0;
  border-bottom: 1px solid #2175d9;
}

.text-field input.phone-input-field,
.text-field select.phone-input-field {
  width: 100%;
}

.text-field input:-moz-placeholder-shown + label, .text-field select:-moz-placeholder-shown + label {
  cursor: text;
  font-size: 18px;
  transform-origin: left bottom;
  transform: translate(0, 2.125rem) scale(1);
}

.text-field input:placeholder-shown + label,
.text-field select:placeholder-shown + label {
  cursor: text;
  font-size: 18px;
  transform-origin: left bottom;
  transform: translate(0, 2.125rem) scale(1);
}

.text-field select {
  background-repeat: no-repeat;
  background-size: 5px 5px, 5px 5px, 1.5em 1.5em;
  background-image: linear-gradient(45deg, transparent 50%, #979797 50%), linear-gradient(135deg, #979797 50%, transparent 50%);
  background-position: calc(100% - 20px) calc(0.45em + 2px), calc(100% - 15px) calc(0.45em + 2px), calc(100% - 0.5em) 0.5em;
}

.text-field label {
  font-size: 18px;
  font-weight: 300;
}

.text-field ::-webkit-input-placeholder {
  opacity: 0;
  -webkit-transition: inherit;
  transition: inherit;
}

.text-field input:focus::-webkit-input-placeholder {
  opacity: 1;
}

.text-field input:not(:-moz-placeholder-shown) + label {
  transform: translate(0, 0) scale(1);
  cursor: pointer;
}

.text-field input:not(:placeholder-shown) + label,
.text-field input:focus + label {
  transform: translate(0, 0) scale(1);
  cursor: pointer;
}

@media (max-width: 768px) {
  .share-your-project section div.phonecode-field {
    width: 32% !important;
  }
}

.radio-field {
  display: flex;
  margin-top: 30px;
  align-items: center;
}

.radio-field input {
  cursor: pointer;
  margin-right: 8px;
  height: 16px;
  width: 16px;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border: 1px solid #979797;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: 0;
  position: relative;
}

.radio-field input:checked:before {
  position: absolute;
  content: "";
  width: 11px;
  height: 6px;
  border-left: 2px solid #2175d9;
  border-bottom: 2px solid #2175d9;
  top: 2px;
  left: 1px;
  z-index: 99;
  transform: rotate(-49deg);
}

.radio-field .label {
  margin-bottom: 0;
}

.checkbox-field {
  display: flex;
  margin-top: 30px;
  align-items: center;
}

.checkbox-field input {
  cursor: pointer;
  margin-right: 8px;
  height: 16px;
  width: 16px;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border: 1px solid #979797;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: 0;
  position: relative;
}

.checkbox-field input:checked:before {
  position: absolute;
  content: "";
  width: 11px;
  height: 6px;
  border-left: 2px solid #2175d9;
  border-bottom: 2px solid #2175d9;
  top: 2px;
  left: 1px;
  z-index: 99;
  transform: rotate(-49deg);
}

.checkbox-field .label {
  margin-bottom: 0;
}

footer {
  padding: 60px 0 40px;
  background: #002452;
}

footer .row {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
}

footer .row .col {
  width: 23%;
}

footer .row .col .mb-20 {
  margin-bottom: 30px;
}

footer .row .col .mb-50 {
  margin-bottom: 34px;
}

footer .row .col .no-mb {
  margin: 0;
}

footer .row .col:first-of-type h5,
footer .row .col:first-of-type span {
  color: #ffb512;
  font-weight: 200;
  font-size: 26px;
}

footer .row .col:first-of-type h5 {
  margin-bottom: 30px;
}

footer .row .col:first-of-type span {
  color: #FFFFFF;
  font-size: 22px;
}

footer .row .col:last-of-type a {
  text-align: left;
}

footer .row .col:last-of-type a img {
  display: inline-block;
}

footer .row .col:last-of-type a:first-of-type {
  margin-bottom: 15px;
}

footer .row h5 {
  font-size: 18px;
  line-height: 28px;
  font-weight: 400;
}

footer .row a,
footer .row button,
footer .row span {
  font-size: 14px;
  font-weight: 200;
  line-height: 28px;
  margin: 0;
  padding: 0;
  display: block;
  color: #FFFFFF;
}

footer .row a span,
footer .row button span,
footer .row span span {
  display: inline;
  color: #ffb512;
  font-weight: 600;
}

.credits {
  background: #FFFFFF;
  padding: 10px 20px;
  border-top: 1px solid #ccc;
  font-size: 13px;
}

.credits .wide-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 30px 0;
  color: #002452;
  text-align: left;
  font-weight: 400;
  font-size: 12px;
}

.credits .wide-content p {
  color: #002452;
  white-space: nowrap;
  flex: 1;
  min-width: 0;
  margin-right: 20px;
}

.credits .wide-content img {
  width: 24px;
  flex-shrink: 0;
}

.credits-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    white-space: nowrap;
  }
  
  .credits-text {
    display: flex;
    align-items: center;
    gap: 10px;
    flex-wrap: nowrap;
    color: #002452;
  }
  
  .credits-text a {
    color: #002452;
    text-decoration: none;
  }
  
  
@media (max-width: 900px) {
  footer .row {
    flex-wrap: wrap;
  }

  footer .row a,
  footer .row button,
  footer .row span {
    display: block;
  }

  footer .row button {
    width: 100%;
  }

  footer .row .col {
    width: 48%;
    margin-bottom: 40px;
    text-align: center;
  }

  footer .row .col:last-of-type a {
    text-align: center;
  }
}

@media (max-width: 640px) {
  .credits .wide-content {
    width: 100%;
    margin: 0;
    text-align: center;
    flex-direction: column;
  }

  .credits .wide-content p {
    display: block;
    margin-bottom: 20px;
    white-space: nowrap;
    font-size: 8px;
    line-height: 1.2;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  footer {
    padding: 60px 0 20px;
  }

  footer .row .col {
    width: 100%;
  }

  footer .row .col:first-of-type h5 br,
  footer .row .col:first-of-type span br {
    display: none;
  }

  footer .row h5 {
    margin-bottom: 0;
  }
}

nav {
  top: 54px;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

nav a,
nav button {
  display: flex;
  margin: 0 20px;
  font-weight: 300;
  font-size: 14px;
  color: #131313;
  font-weight: 400;
  position: relative;
  transition: 0.5s;
  align-items: center;
  -moz-transition: 0.5s;
  -webkit-transition: 0.5s;
}

nav a:hover,
nav a .active,
nav button:hover,
nav button .active {
  color: #ffb512;
}

nav a img,
nav button img {
  margin-right: 4px;
}

nav a.disab,
nav button.disab {
  color: #ccc !important;
  text-decoration: none !important;
  cursor: default;
}

nav a.disab small,
nav button.disab small {
  position: absolute;
  left: 0;
  bottom: -12px;
  font-size: 8px;
  font-weight: 300;
  text-transform: uppercase;
  width: 100%;
  text-align: center;
  color: #ffb512;
  font-weight: 600;
}

nav a.disab:hover,
nav button.disab:hover {
  opacity: 1;
  -moz-opacity: 1;
  -webkit-opacity: 1;
}

nav button:last-of-type {
  color: #131313;
  text-decoration: none;
}

nav button#add {
  color: #ffb512;
  text-decoration: underline;
}

nav hr {
  border: 1px solid #EDEDED;
}

nav .mobile-menu-item {
  display: none;
}

nav .lnr {
  margin-right: 3px;
  font-size: 17px;
}

nav.nav a span {
  display: inline-block;
  vertical-align: middle;
}

nav.nav a .lnr {
  margin-right: 5px;
  -o-object-fit: contain;
     object-fit: contain;
}

@media (min-width: 901px) {
  nav {
    display: flex !important;
  }
}

@media (max-width: 900px) {
  nav {
    left: 0;
    top: 61px;
    width: 100%;
    display: none;
    padding: 15px 0px;
    position: absolute;
    background: #FFFFFF;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.15);
    -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.15);
  }

  nav .header {
    color: #979797;
  }

  nav a .lnr {
    width: 20px;
  }

  nav a.mobile-menu-item {
    display: block;
  }

  nav a:hover {
    background-color: #EDEDED;
  }

  .desktop-menu-item {
    display: none !important;
  }
}

@media (max-width: 900px) {
  nav a,
  nav button,
  nav .header {
    display: block;
    margin: 0;
    font-size: 14px;
    padding: 5px 45px;
  }

  nav.new-menu a {
    display: flex;
  }
}

@media (max-width: 900px) {
  nav a.disab small,
  nav button.disab small {
    position: relative;
    left: auto;
    bottom: auto;
    margin-left: 4px;
  }
}

section.map {
  padding: 120px 0;
  background-color: #EDEDED;
}

section.map .wide-content {
  display: flex;
  max-width: 780px;
  align-items: center;
  justify-content: space-between;
}

section.map .wide-content .content {
  display: flex;
  padding-left: 20px;
  flex-direction: column;
  align-items: flex-start;
  border-left: 2px solid #002452;
}

section.map .wide-content .content h3 {
  text-align: left;
  font-weight: 600;
  margin-bottom: 20px;
  color: #002452;
}

section.map .wide-content .content h3 span {
  display: block;
  margin-top: 5px;
  font-weight: 300;
}

section.map .wide-content .content .link {
  display: flex;
  align-items: baseline;
}

section.map .wide-content .content .link i {
  font-size: 14px;
}

section.map .wide-content .content .link a {
  font-size: 24px;
  font-weight: 300;
  margin-left: 10px;
  color: #002452;
  text-decoration: underline !important;
}

section.map .wide-content .lnr-earth {
  font-size: 150px;
  color: #002452;
}

@media (max-width: 900px) {
  section.map {
    padding: 70px 0;
  }

  section.map .wide-content .lnr-earth {
    display: none;
  }
}

section.blogposts {
  align-items: flex-start;
  flex-direction: column;
}

section.blogposts h3 {
  border: none;
  font-size: 28px;
  text-align: left;
  font-weight: 400;
  line-height: 46px;
  margin-bottom: 0px;
  color: #ffb512;
  text-decoration: none;
}

section.blogposts.height-screen {
  height: auto !important;
}

section.blogposts.height-screen .wide-content {
  padding: 120px 0;
}

section.blogposts.height-screen .section-header {
  display: flex;
  flex-direction: column;
  align-items: center;
}

section.blogposts.height-screen .section-header h3 {
  font-size: 36px;
}

section.blogposts.height-screen .section-header p {
  display: block;
  font-size: 24px;
  font-weight: 300;
  line-height: 60px;
  margin-bottom: 60px;
  color: #002452;
  width: 100%;
  text-align: center;
}

section.blogposts.height-screen .section-header p a {
  color: #002452;
  display: inline-block;
  text-decoration: underline !important;
}

@media (max-width: 900px) {
  section.blogposts {
    height: auto !important;
    padding: 70px 0;
  }

  section.blogposts.height-screen .wide-content {
    padding-top: 0;
    padding-bottom: 0;
  }

  section.blogposts.height-screen .section-header h3 {
    font-size: 30px;
  }

  section.blogposts.height-screen .section-header p {
    font-size: 20px;
    margin-bottom: 0;
  }
}

section.share-your-project {
  display: flex;
  padding-top: 0px;
  margin-bottom: 0px;
  align-items: center;
  background-color: #FFFFFF;
}

section.share-your-project .wide-content {
  padding: 0px;
  max-width: 780px;
}

section.share-your-project .wide-content h3 {
  font-size: 36px;
  text-align: center;
  margin-bottom: 80px;
  color: #002452;
}

section.share-your-project .wide-content h3 span {
  color: #ffb512;
}

section.share-your-project .wide-content .content {
  display: flex;
  margin: 80px 80px;
  align-items: center;
  justify-content: space-between;
}

section.share-your-project .wide-content .content p {
  font-size: 24px;
  font-weight: 300;
  color: #ffb512;
}

section.share-your-project .wide-content .content ul {
  color: #172A3A;
  font-size: 24px;
  font-weight: 300;
  line-height: 28px;
  padding-left: 23px;
}

section.share-your-project .wide-content .action {
  display: flex;
  justify-content: center;
}

section.share-your-project .wide-content .action a {
  background-color: #ffb512;
}

@media (max-width: 900px) {
  section.share-your-project {
    height: auto !important;
    padding: 70px 0;
  }

  section.share-your-project .wide-content {
    padding-top: 0;
    padding-bottom: 0;
  }

  section.share-your-project .wide-content h3 {
    font-size: 30px;
    margin-bottom: 40px;
  }

  section.share-your-project .wide-content .content {
    margin: 0px 0px 40px;
    justify-content: space-between;
  }
}

@media (max-width: 600px) {
  section.share-your-project .wide-content .content img {
    display: none;
  }
}

.checkbox-group {
  margin-top: 50px;
}

.required {
  color: #e3342f;
}

.form-error {
  display: block;
  margin-top: 10px;
  color: #e3342f;
}

.text-yellow {
  color: #ffb512 !important;
}

.bluelink {
  display: inline;
  color: #2175d9;
}

.hero {
  position: relative;
}

.hero h1 {
  text-align: left;
  font-weight: 600;
  font-size: 52px;
  margin-bottom: 30px;
}

@media (max-width: 768px) {
  .hero h1 {
    font-size: 36px;
  }
}

.hero .points {
  display: flex;
  justify-content: start;
  align-items: center;
}

.hero .points p {
  text-align: left;
  font-weight: 600;
  font-size: 24px;
}

@media (max-width: 768px) {
  .hero .points p {
    font-size: 20px;
  }
}

.hero .points img {
  width: 21px;
  margin-right: 16px;
}

.hero .mb-16 {
  margin-bottom: 16px;
}

.hero video {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 100%;
}

@media (max-width: 768px) {
  .hero video {
    font-size: 20px;
    left: 37%;
    transform: translateX(-54%);
    height: 100%;
  }
}

.hero .back-drop {
  background-color: #000;
  opacity: 0.4;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.hero .hero-text {
  padding: 0 100px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.hero .button-container {
  text-align: left;
}

@media (max-width: 768px) {
  .hero .button-container {
    text-align: center;
  }
}

.hero .button-container a {
  align-items: center;
  background: #ffb512;
  color: #002452;
  font-weight: 600;
  font-size: 16px;
  text-decoration: none;
  margin-right: 0;
  margin-top: 34px;
  border-radius: 25px;
  padding: 15px 25px;
}

.hero.slider {
  box-sizing: border-box;
  margin-top: 80px;
  position: relative;
  overflow: hidden;
  margin-top: 0;
}

.hero.slider .slider-container {
  display: flex;
  padding: 30px 150px;
  justify-content: space-between;
  align-items: center;
  background: #17153c;
  transition: opacity 0.5s ease-in-out;
  min-height: calc(100vh - 80px);
  box-sizing: border-box;
}

.hero.slider .slider-container .profile {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 40px;
}

.hero.slider .slider-container .profile .profile-image {
  width: 260px;
  height: 260px;
  border-radius: 50%;
  border: 5px solid #ffffff;
  background-color: #d7d6d6;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 30px;
}

.hero.slider .slider-container .profile .profile-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.hero.slider .slider-container .profile .info h2 {
  font-size: 24px;
  font-weight: 600;
  color: #ffffff;
  text-align: center;
  line-height: 1;
  margin-bottom: 20px;
}

.hero.slider .slider-container .profile .info p {
  font-size: 22px;
  font-weight: 300;
  color: #ffffff;
  text-align: center;
  line-height: 1.4;
}

.hero.slider .slider-container .profile .info.img {
  max-width: 400px;
}

.hero.slider .slider-container .profile .info.img img {
  max-width: 100%;
  height: auto;
}

.hero.slider .slider-container .profile .info .icons {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 15px;
  margin-top: 30px;
}

.hero.slider .slider-container .profile .info .icons .icon {
  width: 50px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}

.hero.slider .slider-container .profile .info .icons .icon img {
  width: 25px;
  height: auto;
}

.hero.slider .slider-container .profile .info .icons .icon.blue {
  background-color: #0b69c7;
}

.hero.slider .slider-container .profile .info .icons .icon.yellow {
  background-color: #ffb512;
}

.hero.slider .slider-container .mission {
  max-width: 740px;
}

.hero.slider .slider-container .mission button {
  color: #000000;
  font-weight: 600;
  font-size: 16px;
  background-color: #ffb512;
  padding: 15px 30px;
  margin-top: 75px;
}

@media (max-width: 768px) {
  .hero.slider .slider-container .mission button {
    font-size: 14px;
    padding: 12px 24px;
    margin-top: 50px;
  }
}

@media (max-width: 480px) {
  .hero.slider .slider-container .mission button {
    font-size: 13px;
    padding: 10px 20px;
    margin-top: 40px;
    width: 100%;
  }
}

.hero.slider .slider-container .mission h1 {
  font-weight: 300;
  font-size: 52px;
  line-height: 60px;
  color: #fff;
}

.hero.slider .slider-container .mission h1 .highlight {
  color: #ffb512;
  font-weight: 700;
}

.hero.slider .slider-container .mission .subtext {
  font-weight: 400;
  font-size: 18px;
  line-height: 25px;
  max-width: 620px;
  color: #ccc;
  margin-top: 20px;
}

@media (max-width: 1400px) {
  .hero.slider .mission {
    max-width: 65% !important;
  }
}

@media (max-width: 1024px) {
  .hero.slider .slider-container {
    padding: 60px 40px;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 40px;
  }

  .hero.slider .slider-container .mission h1 {
    font-size: 42px;
    line-height: 50px;
    text-align: center;
  }

  .hero.slider .slider-container .mission .subtext {
    font-size: 16px;
    line-height: 22px;
    text-align: center;
  }

  .hero.slider .slider-container .profile {
    margin-top: 40px;
  }

  .hero.slider .slider-container .profile .profile-image {
    width: 200px;
    height: 200px;
  }

  .hero.slider .slider-container .profile .info h2 {
    font-size: 20px;
  }

  .hero.slider .slider-container .profile .info p {
    font-size: 18px;
  }

  .hero.slider .slider-container .profile .info .icon {
    width: 40px;
    height: 40px;
  }

  .hero.slider .slider-container .profile .info .icon img {
    width: 20px;
  }
}

@media (max-width: 767px) {
  .hero.slider .slider-container {
    padding: 40px 20px;
  }

  .hero.slider .slider-container .mission h1 {
    font-size: 28px;
    line-height: 36px;
  }

  .hero.slider .slider-container .mission .subtext {
    font-size: 14px;
    line-height: 20px;
  }

  .hero.slider .slider-container .profile .profile-image {
    width: 160px;
    height: 160px;
  }

  .hero.slider .slider-container .profile .info h2 {
    font-size: 18px;
  }

  .hero.slider .slider-container .profile .info p {
    font-size: 16px;
  }

  .hero.slider .slider-container .profile .info .icons {
    gap: 10px;
  }

  .hero.slider .slider-container .profile .info .icons .icon {
    width: 36px;
    height: 36px;
  }

  .hero.slider .slider-container .profile .info .icons .icon img {
    width: 16px;
  }
}

.nb .testimonial {
  border-bottom: unset !important;
}

@media screen and (max-width: 768px) {
    .credits-text {
        text-align: center;
        flex-direction: column;
        align-items: center;
        display: flex;
        gap: 5px;
        padding-bottom: 20px;
    }

    .credits-text .divider {
        display: none;
    }

    .credits-text a {
        display: block;
    }
}

a#CybotCookiebotDialogPoweredbyCybot,
div#CybotCookiebotDialogPoweredByText {
  display: none;
}

/* Branding on the Privacy trigger */
#CookiebotWidget .CookiebotWidget-body .CookiebotWidget-main-logo {
    display: none;
}

