/**
 * Fontawesome
 */

.fa,
.fas,
.far,
.fal,
.fab {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
}

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

.fa-xs {
  font-size: .75em;
}

.fa-sm {
  font-size: .875em;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.fa-li {
  left: -2em;
  position: absolute;
  text-align: center;
  width: 2em;
  line-height: inherit;
}

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

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

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

.fa.fa-pull-left,
.fas.fa-pull-left,
.far.fa-pull-left,
.fal.fa-pull-left,
.fab.fa-pull-left {
  margin-right: .3em;
}

.fa.fa-pull-right,
.fas.fa-pull-right,
.far.fa-pull-right,
.fal.fa-pull-right,
.fab.fa-pull-right {
  margin-left: .3em;
}

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

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

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

  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

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

  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

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

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

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

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

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

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

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

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

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

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

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

.fa-inverse {
  color: #fff;
}

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

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

.fa-accessible-icon:before {
  content: "\F368";
}

.fa-accusoft:before {
  content: "\F369";
}

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

.fa-address-card:before {
  content: "\F2BB";
}

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

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

.fa-adversal:before {
  content: "\F36A";
}

.fa-affiliatetheme:before {
  content: "\F36B";
}

.fa-algolia:before {
  content: "\F36C";
}

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

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

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

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

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

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

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

.fa-american-sign-language-interpreting:before {
  content: "\F2A3";
}

.fa-amilia:before {
  content: "\F36D";
}

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

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

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

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

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

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

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

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

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

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

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

.fa-angrycreative:before {
  content: "\F36E";
}

.fa-angular:before {
  content: "\F420";
}

.fa-app-store:before {
  content: "\F36F";
}

.fa-app-store-ios:before {
  content: "\F370";
}

.fa-apper:before {
  content: "\F371";
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.fa-asymmetrik:before {
  content: "\F372";
}

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

.fa-audible:before {
  content: "\F373";
}

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

.fa-autoprefixer:before {
  content: "\F41C";
}

.fa-avianex:before {
  content: "\F374";
}

.fa-aviato:before {
  content: "\F421";
}

.fa-aws:before {
  content: "\F375";
}

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

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

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

.fa-bandcamp:before {
  content: "\F2D5";
}

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

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

.fa-bath:before {
  content: "\F2CD";
}

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

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

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

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

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

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

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

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

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

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

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

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

.fa-bimobject:before {
  content: "\F378";
}

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

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

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

.fa-bitcoin:before {
  content: "\F379";
}

.fa-bity:before {
  content: "\F37A";
}

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

.fa-blackberry:before {
  content: "\F37B";
}

.fa-blind:before {
  content: "\F29D";
}

.fa-blogger:before {
  content: "\F37C";
}

.fa-blogger-b:before {
  content: "\F37D";
}

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

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

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

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

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

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

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

.fa-braille:before {
  content: "\F2A1";
}

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

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

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

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

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

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

.fa-buromobelexperte:before {
  content: "\F37F";
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.fa-cc-amazon-pay:before {
  content: "\F42D";
}

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

.fa-cc-apple-pay:before {
  content: "\F416";
}

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

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

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

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

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

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

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

.fa-centercode:before {
  content: "\F380";
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.fa-clipboard:before {
  content: "\F328";
}

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

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

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

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

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

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

.fa-cloudscale:before {
  content: "\F383";
}

.fa-cloudsmith:before {
  content: "\F384";
}

.fa-cloudversify:before {
  content: "\F385";
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.fa-cpanel:before {
  content: "\F388";
}

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

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

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

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

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

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

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

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

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

.fa-cuttlefish:before {
  content: "\F38C";
}

.fa-d-and-d:before {
  content: "\F38D";
}

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

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

.fa-deaf:before {
  content: "\F2A4";
}

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

.fa-deploydog:before {
  content: "\F38E";
}

.fa-deskpro:before {
  content: "\F38F";
}

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

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

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

.fa-digital-ocean:before {
  content: "\F391";
}

.fa-discord:before {
  content: "\F392";
}

.fa-discourse:before {
  content: "\F393";
}

.fa-dochub:before {
  content: "\F394";
}

.fa-docker:before {
  content: "\F395";
}

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

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

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

.fa-draft2digital:before {
  content: "\F396";
}

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

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

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

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

.fa-dyalog:before {
  content: "\F399";
}

.fa-earlybirds:before {
  content: "\F39A";
}

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

.fa-edit:before {
  content: "\F044";
}

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

.fa-elementor:before {
  content: "\F430";
}

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

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

.fa-ember:before {
  content: "\F423";
}

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

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

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

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

.fa-envira:before {
  content: "\F299";
}

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

.fa-erlang:before {
  content: "\F39D";
}

.fa-ethereum:before {
  content: "\F42E";
}

.fa-etsy:before {
  content: "\F2D7";
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.fa-facebook-messenger:before {
  content: "\F39F";
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.fa-firstdraft:before {
  content: "\F3A1";
}

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

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

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

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

.fa-fly:before {
  content: "\F417";
}

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

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

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

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

.fa-font-awesome-alt:before {
  content: "\F35C";
}

.fa-font-awesome-flag:before {
  content: "\F425";
}

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

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

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

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

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

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

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

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

.fa-freebsd:before {
  content: "\F3A4";
}

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

.fa-futbol:before {
  content: "\F1E3";
}

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

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

.fa-gem:before {
  content: "\F3A5";
}

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

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

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

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

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

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

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

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

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

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

.fa-gitkraken:before {
  content: "\F3A6";
}

.fa-gitlab:before {
  content: "\F296";
}

.fa-gitter:before {
  content: "\F426";
}

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

.fa-glide:before {
  content: "\F2A5";
}

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

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

.fa-gofore:before {
  content: "\F3A7";
}

.fa-goodreads:before {
  content: "\F3A8";
}

.fa-goodreads-g:before {
  content: "\F3A9";
}

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

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

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

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

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

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

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

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

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

.fa-grav:before {
  content: "\F2D6";
}

.fa-gripfire:before {
  content: "\F3AC";
}

.fa-grunt:before {
  content: "\F3AD";
}

.fa-gulp:before {
  content: "\F3AE";
}

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

.fa-hacker-news:before {
  content: "\F1D4";
}

.fa-hacker-news-square:before {
  content: "\F3AF";
}

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

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

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

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

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

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

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

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

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

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

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

.fa-handshake:before {
  content: "\F2B5";
}

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

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

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

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

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

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

.fa-hire-a-helper:before {
  content: "\F3B0";
}

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

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

.fa-hooli:before {
  content: "\F427";
}

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

.fa-hotjar:before {
  content: "\F3B1";
}

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

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

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

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

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

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

.fa-hubspot:before {
  content: "\F3B2";
}

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

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

.fa-id-card:before {
  content: "\F2C2";
}

.fa-image:before {
  content: "\F03E";
}

.fa-images:before {
  content: "\F302";
}

.fa-imdb:before {
  content: "\F2D8";
}

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

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

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

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

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

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

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

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

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

.fa-itunes:before {
  content: "\F3B4";
}

.fa-itunes-note:before {
  content: "\F3B5";
}

.fa-jenkins:before {
  content: "\F3B6";
}

.fa-joget:before {
  content: "\F3B7";
}

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

.fa-js:before {
  content: "\F3B8";
}

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

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

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

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

.fa-keycdn:before {
  content: "\F3BA";
}

.fa-kickstarter:before {
  content: "\F3BB";
}

.fa-kickstarter-k:before {
  content: "\F3BC";
}

.fa-korvue:before {
  content: "\F42F";
}

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

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

.fa-laravel:before {
  content: "\F3BD";
}

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

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

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

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

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

.fa-less:before {
  content: "\F41D";
}

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

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

.fa-life-ring:before {
  content: "\F1CD";
}

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

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

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

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

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

.fa-linode:before {
  content: "\F2B8";
}

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

.fa-lira-sign:before {
  content: "\F195";
}

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

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

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

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

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

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

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

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

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

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

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

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

.fa-lyft:before {
  content: "\F3C3";
}

.fa-magento:before {
  content: "\F3C4";
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.fa-medapps:before {
  content: "\F3C6";
}

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

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

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

.fa-medrt:before {
  content: "\F3C8";
}

.fa-meetup:before {
  content: "\F2E0";
}

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

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

.fa-microchip:before {
  content: "\F2DB";
}

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

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

.fa-microsoft:before {
  content: "\F3CA";
}

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

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

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

.fa-mix:before {
  content: "\F3CB";
}

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

.fa-mizuni:before {
  content: "\F3CC";
}

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

.fa-mobile-alt:before {
  content: "\F3CD";
}

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

.fa-monero:before {
  content: "\F3D0";
}

.fa-money-bill-alt:before {
  content: "\F3D1";
}

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

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

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

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

.fa-napster:before {
  content: "\F3D2";
}

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

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

.fa-nintendo-switch:before {
  content: "\F418";
}

.fa-node:before {
  content: "\F419";
}

.fa-node-js:before {
  content: "\F3D3";
}

.fa-npm:before {
  content: "\F3D4";
}

.fa-ns8:before {
  content: "\F3D5";
}

.fa-nutritionix:before {
  content: "\F3D6";
}

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

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

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

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

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

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

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

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

.fa-osi:before {
  content: "\F41A";
}

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

.fa-page4:before {
  content: "\F3D7";
}

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

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

.fa-palfed:before {
  content: "\F3D8";
}

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

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

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

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

.fa-patreon:before {
  content: "\F3D9";
}

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

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

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

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

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

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

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

.fa-periscope:before {
  content: "\F3DA";
}

.fa-phabricator:before {
  content: "\F3DB";
}

.fa-phoenix-framework:before {
  content: "\F3DC";
}

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

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

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

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

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

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

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

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

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

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

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

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

.fa-playstation:before {
  content: "\F3DF";
}

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

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

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

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

.fa-podcast:before {
  content: "\F2CE";
}

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

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

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

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

.fa-pushed:before {
  content: "\F3E1";
}

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

.fa-python:before {
  content: "\F3E2";
}

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

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

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

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

.fa-quora:before {
  content: "\F2C4";
}

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

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

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

.fa-ravelry:before {
  content: "\F2D9";
}

.fa-react:before {
  content: "\F41B";
}

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

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

.fa-red-river:before {
  content: "\F3E3";
}

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

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

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

.fa-redo:before {
  content: "\F01E";
}

.fa-redo-alt:before {
  content: "\F2F9";
}

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

.fa-rendact:before {
  content: "\F3E4";
}

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

.fa-reply:before {
  content: "\F3E5";
}

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

.fa-replyd:before {
  content: "\F3E6";
}

.fa-resolving:before {
  content: "\F3E7";
}

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

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

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

.fa-rocketchat:before {
  content: "\F3E8";
}

.fa-rockrms:before {
  content: "\F3E9";
}

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

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

.fa-ruble-sign:before {
  content: "\F158";
}

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

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

.fa-sass:before {
  content: "\F41E";
}

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

.fa-schlix:before {
  content: "\F3EA";
}

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

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

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

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

.fa-searchengin:before {
  content: "\F3EB";
}

.fa-sellcast:before {
  content: "\F2DA";
}

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

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

.fa-servicestack:before {
  content: "\F3EC";
}

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

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

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

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

.fa-shekel-sign:before {
  content: "\F20B";
}

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

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

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

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

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

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

.fa-shower:before {
  content: "\F2CC";
}

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

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

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

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

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

.fa-sistrix:before {
  content: "\F3EE";
}

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

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

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

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

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

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

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

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

.fa-snapchat:before {
  content: "\F2AB";
}

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

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

.fa-snowflake:before {
  content: "\F2DC";
}

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

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

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

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

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

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

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

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

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

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

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

.fa-speakap:before {
  content: "\F3F3";
}

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

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

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

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

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

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

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

.fa-staylinked:before {
  content: "\F3F5";
}

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

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

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

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

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

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

.fa-sticker-mule:before {
  content: "\F3F7";
}

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

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

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

.fa-stopwatch:before {
  content: "\F2F2";
}

.fa-strava:before {
  content: "\F428";
}

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

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

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

.fa-stripe-s:before {
  content: "\F42A";
}

.fa-studiovinari:before {
  content: "\F3F8";
}

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

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

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

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

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

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

.fa-superpowers:before {
  content: "\F2DD";
}

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

.fa-supple:before {
  content: "\F3F9";
}

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

.fa-sync-alt:before {
  content: "\F2F1";
}

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

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

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

.fa-tachometer-alt:before {
  content: "\F3FD";
}

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

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

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

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

.fa-telegram:before {
  content: "\F2C6";
}

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

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

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

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

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

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

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

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

.fa-themeisle:before {
  content: "\F2B2";
}

.fa-thermometer-empty:before {
  content: "\F2CB";
}

.fa-thermometer-full:before {
  content: "\F2C7";
}

.fa-thermometer-half:before {
  content: "\F2C9";
}

.fa-thermometer-quarter:before {
  content: "\F2CA";
}

.fa-thermometer-three-quarters:before {
  content: "\F2C8";
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.fa-typo3:before {
  content: "\F42B";
}

.fa-uber:before {
  content: "\F402";
}

.fa-uikit:before {
  content: "\F403";
}

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

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

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

.fa-undo-alt:before {
  content: "\F2EA";
}

.fa-uniregistry:before {
  content: "\F404";
}

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

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

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

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

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

.fa-untappd:before {
  content: "\F405";
}

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

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

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

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

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

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

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

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

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

.fa-ussunnah:before {
  content: "\F407";
}

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

.fa-utensils:before {
  content: "\F2E7";
}

.fa-vaadin:before {
  content: "\F408";
}

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

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

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

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

.fa-viadeo:before {
  content: "\F2A9";
}

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

.fa-viber:before {
  content: "\F409";
}

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

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

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

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

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

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

.fa-vnv:before {
  content: "\F40B";
}

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

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

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

.fa-vuejs:before {
  content: "\F41F";
}

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

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

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

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

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

.fa-whmcs:before {
  content: "\F40D";
}

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

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

.fa-window-close:before {
  content: "\F410";
}

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

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

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

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

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

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

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

.fa-wpbeginner:before {
  content: "\F297";
}

.fa-wpexplorer:before {
  content: "\F2DE";
}

.fa-wpforms:before {
  content: "\F298";
}

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

.fa-xbox:before {
  content: "\F412";
}

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

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

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

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

.fa-yandex:before {
  content: "\F413";
}

.fa-yandex-international:before {
  content: "\F414";
}

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

.fa-yen-sign:before {
  content: "\F157";
}

.fa-yoast:before {
  content: "\F2B1";
}

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

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

.sr-only {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}

@font-face {
  font-family: 'Font Awesome 5 Free';
  font-style: normal;
  font-weight: 900;
  src: url("/../../../../fonts/fontawesome/fa-solid-900.eot");
  src: url("/../../../../fonts/fontawesome/fa-solid-900.eot?#iefix") format("embedded-opentype"), url("/../../../../fonts/fontawesome/fa-solid-900.woff2") format("woff2"), url("/../../../../fonts/fontawesome/fa-solid-900.woff") format("woff"), url("/../../../../fonts/fontawesome/fa-solid-900.ttf") format("truetype"), url("/../../../../fonts/fontawesome/fa-solid-900.svg#fontawesome") format("svg");
}

@font-face {
  font-family: 'Font Awesome 5 Brands';
  font-style: normal;
  font-weight: normal;
  src: url("/../../../../fonts/fontawesome/fa-brands-400.eot");
  src: url("/../../../../fonts/fontawesome/fa-brands-400.eot?#iefix") format("embedded-opentype"), url("/../../../../fonts/fontawesome/fa-brands-400.woff2") format("woff2"), url("/../../../../fonts/fontawesome/fa-brands-400.woff") format("woff"), url("/../../../../fonts/fontawesome/fa-brands-400.ttf") format("truetype"), url("/../../../../fonts/fontawesome/fa-brands-400.svg#fontawesome") format("svg");
}

@font-face {
  font-family: 'Font Awesome 5 Free';
  font-style: normal;
  font-weight: 400;
  src: url("/../../../../fonts/fontawesome/fa-regular-400.eot");
  src: url("/../../../../fonts/fontawesome/fa-regular-400.eot?#iefix") format("embedded-opentype"), url("/../../../../fonts/fontawesome/fa-regular-400.woff2") format("woff2"), url("/../../../../fonts/fontawesome/fa-regular-400.woff") format("woff"), url("/../../../../fonts/fontawesome/fa-regular-400.ttf") format("truetype"), url("/../../../../fonts/fontawesome/fa-regular-400.svg#fontawesome") format("svg");
}

.fa,
.fas {
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
}

.fab {
  font-family: 'Font Awesome 5 Brands';
}

.far {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

/**
 * Fonts
 */

@font-face {
  font-family: 'Circular Std';
  src: url("/../../../../fonts/circular/CircularStd-Black.eot");
  src: url("/../../../../fonts/circular/CircularStd-Black.eot?#iefix") format("embedded-opentype"), url("/../../../../fonts/circular/CircularStd-Black.woff") format("woff"), url("/../../../../fonts/circular/CircularStd-Black.ttf") format("truetype");
  font-weight: 900;
  font-style: normal;
}

@font-face {
  font-family: 'Circular Std';
  src: url("/../../../../fonts/circular/CircularStd-Bold.eot");
  src: url("/../../../../fonts/circular/CircularStd-Bold.eot?#iefix") format("embedded-opentype"), url("/../../../../fonts/circular/CircularStd-Bold.woff") format("woff"), url("/../../../../fonts/circular/CircularStd-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: 'Circular Std';
  src: url("/../../../../fonts/circular/CircularStd-Medium.eot");
  src: url("/../../../../fonts/circular/CircularStd-Medium.eot?#iefix") format("embedded-opentype"), url("/../../../../fonts/circular/CircularStd-Medium.woff") format("woff"), url("/../../../../fonts/circular/CircularStd-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: 'Circular Std';
  src: url("/../../../../fonts/circular/CircularStd-Book.eot");
  src: url("/../../../../fonts/circular/CircularStd-Book.eot?#iefix") format("embedded-opentype"), url("/../../../../fonts/circular/CircularStd-Book.woff") format("woff"), url("/../../../../fonts/circular/CircularStd-Book.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
}

/**
 * Variables
 */

/**
 * Extensions
 */

.error__paragraph,
.sidebar__heading {
  font-size: 32px;
  font-weight: 900;
  line-height: 1.2;
  margin-top: 0;
  margin-bottom: 0;
}

.contest-draw__heading,
.header__heading {
  font-size: 26px;
  font-weight: 300;
  line-height: 1;
  margin-top: 0;
  margin-bottom: 0;
}

.form__heading,
.front__heading,
.modal__heading {
  font-size: 22px;
  font-weight: 300;
  margin-top: 0;
  margin-bottom: 0;
}

.form__subheading,
.form-builder-field__heading {
  font-size: 18px;
  font-weight: 300;
  margin-top: 0;
  margin-bottom: 0;
}

.error__link,
.form-builder__message,
.modal__paragraph,
.modal__message,
.table__paragraph {
  font-size: 16px;
  margin-top: 0;
  margin-bottom: 0;
}

.form__checkbox,
.form-builder-field__checkbox,
.table__checkbox,
.contest-draw__select,
.form__select,
.form-builder-field__select,
.table__select,
.form__input,
.form-builder-field__input,
.search-input__field {
  background-color: #fff;
  font-size: 16px;
  padding: 8px 12px;
  border: 1px solid #d3d9e5;
  border-radius: 2px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  outline: 0;
  -webkit-transition: all 0.1s ease;
  transition: all 0.1s ease;
}

.form__checkbox:disabled,
.form-builder-field__checkbox:disabled,
.table__checkbox:disabled,
.contest-draw__select:disabled,
.form__select:disabled,
.form-builder-field__select:disabled,
.table__select:disabled,
.form__input:disabled,
.form-builder-field__input:disabled,
.search-input__field:disabled {
  background-color: rgba(235, 240, 243, 0.6);
  color: #98a4b9;
  cursor: not-allowed;
}

.form__checkbox:disabled:hover,
.form-builder-field__checkbox:disabled:hover,
.table__checkbox:disabled:hover,
.contest-draw__select:disabled:hover,
.form__select:disabled:hover,
.form-builder-field__select:disabled:hover,
.table__select:disabled:hover,
.form__input:disabled:hover,
.form-builder-field__input:disabled:hover,
.search-input__field:disabled:hover {
  border-color: #d3d9e5;
}

.form__checkbox:hover,
.form-builder-field__checkbox:hover,
.table__checkbox:hover,
.contest-draw__select:hover,
.form__select:hover,
.form-builder-field__select:hover,
.table__select:hover,
.form__input:hover,
.form-builder-field__input:hover,
.search-input__field:hover {
  border-color: #b1afc4;
}

.form__checkbox:focus,
.form-builder-field__checkbox:focus,
.table__checkbox:focus,
.contest-draw__select:focus,
.form__select:focus,
.form-builder-field__select:focus,
.table__select:focus,
.form__input:focus,
.form-builder-field__input:focus,
.search-input__field:focus {
  border-color: #005cd4;
}

.has-error .form__checkbox,
.has-error .form-builder-field__checkbox,
.has-error .table__checkbox,
.has-error .contest-draw__select,
.has-error .form__select,
.has-error .form-builder-field__select,
.has-error .table__select,
.has-error .form__input,
.has-error .form-builder-field__input,
.has-error .search-input__field {
  border-color: #dc5757;
}

.form__checkbox,
.form-builder-field__checkbox,
.table__checkbox {
  background-size: 16px;
  background-repeat: no-repeat;
  background-position: center;
  width: 25px;
  height: 25px;
  margin-right: 10px;
  vertical-align: middle;
}

.form__checkbox:focus:checked,
.form-builder-field__checkbox:focus:checked,
.table__checkbox:focus:checked {
  background-image: url(/fonts/check-active.svg?785fdcc0c0434f252d896880893f81e6);
}

.form__checkbox:checked,
.form-builder-field__checkbox:checked,
.table__checkbox:checked {
  background-image: url(/fonts/check-inactive.svg?657d00c65ba5f5120096a172b0289e10);
}

.contest-draw__select,
.form__select,
.form-builder-field__select,
.table__select {
  background-image: url(/fonts/select-inactive.svg?cdd3c95869522523c2cb1d15effdb3a5);
  background-size: 9px;
  background-repeat: no-repeat;
  background-position: center right 12px;
  line-height: 1;
  padding-right: 25px;
}

.contest-draw__select:focus,
.form__select:focus,
.form-builder-field__select:focus,
.table__select:focus {
  background-image: url(/fonts/select-active.svg?26dfccd8a87b42a022b2bdc0ae5e2820);
}

.contest-draw__label,
.error__heading,
.form__label,
.form-builder-field__label,
.main-menu__heading,
.table__header-text {
  font-size: 12px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  color: #b1afc4;
  display: block;
}

.table__select-label {
  font-size: 16px;
  display: inline-block;
  vertical-align: middle;
  margin-left: 5px;
}

.contest-draw__button,
.form__button,
.snackbar__button {
  font-size: 16px;
  line-height: 1;
  display: inline-block;
  vertical-align: middle;
  padding: 10px 20px;
  border-radius: 2px;
  border-width: 1px;
  border-style: solid;
  outline: 0;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.contest-draw__button:disabled,
.form__button:disabled,
.snackbar__button:disabled {
  color: #b1afc4;
  cursor: not-allowed;
}

.form__button--outline,
.form-builder__button,
.header__button,
.pagination__button,
.table__button,
.table__menu-button {
  background: transparent;
  font-size: 16px;
  line-height: 1;
  display: inline-block;
  vertical-align: middle;
  padding: 10px 20px;
  border-radius: 2px;
  border: 1px solid #d3d9e5;
  outline: 0;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.form__button--outline:enabled:hover,
.form-builder__button:enabled:hover,
.header__button:enabled:hover,
.pagination__button:enabled:hover,
.table__button:enabled:hover,
.table__menu-button:enabled:hover {
  border-color: #b1afc4;
}

.form__button--outline:disabled,
.form-builder__button:disabled,
.header__button:disabled,
.pagination__button:disabled,
.table__button:disabled,
.table__menu-button:disabled {
  color: #d3d9e5;
  border-color: #ebf0f3;
  cursor: not-allowed;
}

.contest-draw-result__loader,
.front__loader:after,
.table__wrapper:after,
.uploader__loader:after {
  width: 42px;
  height: 42px;
  border: 6px solid rgba(177, 175, 196, 0.3);
  border-left: 6px solid #5d93e2;
  border-radius: 50%;
  margin-left: -21px;
  margin-top: -21px;
  position: absolute;
  left: 50%;
  top: 50%;
  pointer-events: none;
  -webkit-animation: spinner 1.1s infinite linear;
          animation: spinner 1.1s infinite linear;
}

.contest-draw__loader,
.form__loader,
.table__form:after {
  width: 20px;
  height: 20px;
  border: 3px solid rgba(177, 175, 196, 0.4);
  border-left: 3px solid #b1afc4;
  border-radius: 50%;
  display: inline-block;
  margin-left: 10px;
  vertical-align: middle;
  -webkit-animation: spinner 1.1s infinite linear;
          animation: spinner 1.1s infinite linear;
}

/* Merged normalize.css and sanitize.css | github.com/DominikSerafin/normalize-sanitize */

/* normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */

/* sanitize.css | CC0 Public Domain | github.com/jonathantneal/sanitize.css */

/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */

:root {
  /* font-family: sans-serif; */
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  /* Sanitize.css */
  /* -ms-overflow-style: -ms-autohiding-scrollbar; */
  /* (Sanitize.css) IE11+ */
  /* overflow-y: scroll; */
  /* (Sanitize.css) All browsers without overlaying scrollbars */
  -moz-text-size-adjust: 100%;
       text-size-adjust: 100%;
  /* (Sanitize.css) iOS 8+ */
  /* Sanitize.css - opinionated */
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  cursor: default;
  font: normal normal 400 16px/1.4 "Arial", "Helvetica", sans-serif;
  text-rendering: optimizeLegibility;
  background-color: #FFFFFF;
  /* Opinionated */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: auto;
  position: relative;
  word-break: normal;
}

/**
 * Sanitize.css - universal inheritance
 */

*,
::before,
::after {
  /* Sanitize.css - opinionated */
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0;
  padding: 0;
  border-style: solid;
  border-width: 0;
  /* Opinionated */
  background-repeat: no-repeat;
  vertical-align: top;
}

/**
 * Remove default margin.
 */

body {
  margin: 0;
}

/* Sanitize.css - opinionated: specify text selection background color and omit drop shadow */

::-moz-selection {
  background-color: #B3D4FC;
  /* required when declaring ::selection */
  text-shadow: none;
}

::selection {
  background-color: #B3D4FC;
  /* required when declaring ::selection */
  text-shadow: none;
}

/* HTML5 display definitions
   ========================================================================== */

/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */

audio,
canvas,
iframe,
img,
svg,
progress,
video {
  display: inline-block;
  /* 1 */
  /* vertical-align: baseline; */
  /* 2 */
  /* Sanitize.css - opinionated */
  /* vertical-align: middle; */
  /* Opinionated */
  vertical-align: top;
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */

audio:not([controls]) {
  display: none;
  /* (Sanitize.css) Chrome 40+, iOS 8+, Safari 8+ */
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */

[hidden],
template {
  display: none;
  /* (Sanitize.css) Android 4.3-, Internet Explorer 11+, iOS 7-, Safari 7-, Windows Phone 8.1+ */
}

/**
 * Sanitize.css
 */

[unselectable] {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  /* (Sanitize.css) Android 4.4+, Chrome 40+, Firefox 36+, iOS 8+, Safari 8+ */
}

/* Links
   ========================================================================== */

/**
 * Remove the gray background color from active links in IE 10.
 */

a {
  background-color: transparent;
  /* Sanitize.css - opinionated */
  text-decoration: none;
  color: inherit;
}

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */

a:active,
a:hover {
  outline: 0;
}

/* Text-level semantics
   ========================================================================== */

/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */

abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */

b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */

dfn {
  font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */

h1 {
  /*font-size: 2em;*/
  /*margin: 0.67em 0;*/
}

/* Reset parapgraphs and headings - opinionated */

p,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
  font-size: 16px;
}

/**
 * Address styling not present in IE 8/9.
 */

mark {
  background: #ff0;
  color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */

small {
  font-size: 75%;
  /* (Sanitize.css) All browsers */
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Sanitize.css - opinionated: specify the list style of nav lists */

nav ol,
nav ul {
  list-style: none;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove border when inside `a` element in IE 8/9/10.
 */

img {
  border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */

svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */

/**
 * Address margin not present in IE 8/9 and Safari.
 */

figure {
  margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */

hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */

pre {
  overflow: auto;
  /* (Sanitize.css) Internet Explorer 11+ */
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
   ========================================================================== */

/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */

/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */
}

/* Sanitize.css - opinionated: specify the background color of form elements */

button,
input,
select,
textarea {
  background-color: transparent;
  min-height: 1.5em;
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */

button {
  overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */

button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */

button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */

input {
  line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */

input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

input[type="number"] {
  width: auto;
  /* (Sanitize.css) Firefox 36+ */
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
 */

input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 2 */
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */

legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */

textarea {
  overflow: auto;
  /* (Sanitize.css) Internet Explorer 11+ */
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */

optgroup {
  font-weight: bold;
}

/* Sanitize.css - opinionated: style select like a standard input */

select {
  -moz-appearance: none;
  /* Firefox 36+ */
  -webkit-appearance: none;
  /* Chrome 41+ */
}

select::-ms-expand {
  display: none;
  /* Internet Explorer 11+ */
}

select::-ms-value {
  color: currentColor;
  /* Internet Explorer 11+ */
}

/* Tables
   ========================================================================== */

/**
 * Remove most spacing between table cells.
 */

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* Sanitize.css - opinionated: specify textarea resizability */

textarea {
  resize: vertical;
}

td,
th {
  padding: 0;
}

/* Sanitize.css - opinionated: hide content from screens but not screenreaders
   ========================================================================== */

@media screen {
  [hidden~="screen"] {
    display: inherit;
  }

  [hidden~="screen"]:not(:active):not(:focus):not(:target) {
    clip: rect(0 0 0 0) !important;
    position: absolute !important;
  }
}

/**
 * Base Styles
 */

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

:root {
  background: rgba(235, 240, 243, 0.4);
  min-height: 100%;
  font-family: "Circular Std", "Helvetica", "Arial", sans-serif;
  font-weight: 300;
  color: #434348;
}

body {
  min-height: 100%;
}

.has-mobile-menu body {
  padding-top: 52px;
}

pre {
  font-size: 16px;
  font-family: monospace;
  white-space: normal;
}

::-webkit-input-placeholder {
  color: rgba(177, 175, 196, 0.7);
}

:-ms-input-placeholder {
  color: rgba(177, 175, 196, 0.7);
}

::-ms-input-placeholder {
  color: rgba(177, 175, 196, 0.7);
}

::placeholder {
  color: rgba(177, 175, 196, 0.7);
}

::-moz-selection {
  background: rgba(0, 92, 212, 0.5);
  color: #fff;
}

::selection {
  background: rgba(0, 92, 212, 0.5);
  color: #fff;
}

/**
 * Transitions
 */

.slide-vertical-fade-enter-active {
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.slide-vertical-fade-leave-active {
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.slide-vertical-fade-enter,
.slide-vertical-fade-leave-to {
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
  opacity: 0;
}

.slide-vertical-fade-short-enter-active {
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.slide-vertical-fade-short-leave-active {
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.slide-vertical-fade-short-enter,
.slide-vertical-fade-short-leave-to {
  -webkit-transform: translateY(5px);
          transform: translateY(5px);
  opacity: 0;
}

.fade-enter-active {
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.fade-leave-active {
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.fade-enter,
.fade-leave-to {
  opacity: 0;
}

/**
 * Animations
 */

@-webkit-keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@-webkit-keyframes activateButton {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }

  50% {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }

  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@keyframes activateButton {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }

  50% {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }

  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@-webkit-keyframes toggleMenuIcon1 {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }

  75% {
    -webkit-transform: rotate(135deg);
            transform: rotate(135deg);
  }

  100% {
    -webkit-transform: rotate(135deg);
            transform: rotate(135deg);
  }
}

@keyframes toggleMenuIcon1 {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }

  75% {
    -webkit-transform: rotate(135deg);
            transform: rotate(135deg);
  }

  100% {
    -webkit-transform: rotate(135deg);
            transform: rotate(135deg);
  }
}

@-webkit-keyframes toggleMenuIcon2 {
  0% {
    -webkit-transform: translateX(0px) translateY(0px) rotate(0deg);
            transform: translateX(0px) translateY(0px) rotate(0deg);
  }

  25% {
    -webkit-transform: translateX(0px) translateY(8px) rotate(0deg);
            transform: translateX(0px) translateY(8px) rotate(0deg);
  }

  50% {
    -webkit-transform: translateX(0px) translateY(8px) rotate(90deg);
            transform: translateX(0px) translateY(8px) rotate(90deg);
  }

  100% {
    -webkit-transform: translateX(0px) translateY(8px) rotate(90deg);
            transform: translateX(0px) translateY(8px) rotate(90deg);
  }
}

@keyframes toggleMenuIcon2 {
  0% {
    -webkit-transform: translateX(0px) translateY(0px) rotate(0deg);
            transform: translateX(0px) translateY(0px) rotate(0deg);
  }

  25% {
    -webkit-transform: translateX(0px) translateY(8px) rotate(0deg);
            transform: translateX(0px) translateY(8px) rotate(0deg);
  }

  50% {
    -webkit-transform: translateX(0px) translateY(8px) rotate(90deg);
            transform: translateX(0px) translateY(8px) rotate(90deg);
  }

  100% {
    -webkit-transform: translateX(0px) translateY(8px) rotate(90deg);
            transform: translateX(0px) translateY(8px) rotate(90deg);
  }
}

@-webkit-keyframes toggleMenuIcon3 {
  0% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }

  25% {
    -webkit-transform: translateY(-8px);
            transform: translateY(-8px);
  }

  100% {
    -webkit-transform: translateY(-8px);
            transform: translateY(-8px);
  }
}

@keyframes toggleMenuIcon3 {
  0% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }

  25% {
    -webkit-transform: translateY(-8px);
            transform: translateY(-8px);
  }

  100% {
    -webkit-transform: translateY(-8px);
            transform: translateY(-8px);
  }
}

@-webkit-keyframes letterIn {
  0% {
    opacity: 0.5;
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}

@keyframes letterIn {
  0% {
    opacity: 0.5;
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}

/*------------------------------------*    styles
\*------------------------------------*/

/*------------------------------------*    breakpoint
\*------------------------------------*/

/*------------------------------------*    breakpoint
\*------------------------------------*/

/*------------------------------------*    breakpoint
\*------------------------------------*/

/*------------------------------------*    breakpoint
\*------------------------------------*/

/*------------------------------------*    breakpoint
\*------------------------------------*/

/*------------------------------------*    styles
\*------------------------------------*/

.button-menu {
  min-width: 200px;
  text-align: left;
  position: absolute;
  z-index: 20;
  margin-top: 25px;
  margin-bottom: 20px;
}

.button-menu--arrow:after {
  content: '';
  width: 0;
  height: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-bottom: 8px solid transparent;
  position: absolute;
  top: -8px;
}

.button-menu--left:after {
  left: 14px;
}

.button-menu--right:after {
  right: 14px;
}

.button-menu--light:after {
  border-bottom-color: #fff;
}

.button-menu--dark:after {
  border-bottom-color: #434348;
}

.button-menu__list {
  list-style: none;
  padding: 6px 0;
  border-radius: 4px;
  -webkit-box-shadow: 0px 1px 1px 1px rgba(182, 191, 206, 0.4);
          box-shadow: 0px 1px 1px 1px rgba(182, 191, 206, 0.4);
  position: relative;
}

.button-menu--dark .button-menu__list {
  background-color: #434348;
}

.button-menu--light .button-menu__list {
  background-color: #fff;
}

.button-menu__item {
  display: block;
}

.button-menu__link {
  width: 100%;
  font-size: 15px;
  font-weight: 700;
  text-align: left;
  display: block;
  padding: 10px 20px;
  outline: none;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.button-menu--dark .button-menu__link {
  color: #fff;
}

.button-menu--dark .button-menu__link:hover {
  background: #4f4f55;
}

.button-menu--light .button-menu__link {
  color: #6a7c9a;
}

.button-menu--light .button-menu__link:hover {
  background: #ebf0f3;
}

.button-menu__icon {
  width: 15px;
  margin-right: 15px;
  margin-top: -4px;
  vertical-align: middle;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  opacity: 0.3;
}

.button-menu--light .button-menu__icon {
  color: #6a7c9a;
}

.button-menu--dark .button-menu__icon {
  color: #fff;
}

.button-menu--light .button-menu__link:hover .button-menu__icon {
  opacity: 0.6;
}

.button-menu--dark .button-menu__link:hover .button-menu__icon {
  opacity: 0.8;
}

/*------------------------------------*    breakpoint
\*------------------------------------*/

/*------------------------------------*    breakpoint
\*------------------------------------*/

/*------------------------------------*    breakpoint
\*------------------------------------*/

/*------------------------------------*    breakpoint
\*------------------------------------*/

/*------------------------------------*    breakpoint
\*------------------------------------*/

/*------------------------------------*    styles
\*------------------------------------*/

.container {
  width: 100%;
  height: 100%;
}

/*------------------------------------*    breakpoint
\*------------------------------------*/

/*------------------------------------*    breakpoint
\*------------------------------------*/

/*------------------------------------*    breakpoint
\*------------------------------------*/

/*------------------------------------*    breakpoint
\*------------------------------------*/

/*------------------------------------*    breakpoint
\*------------------------------------*/

/*------------------------------------*    styles
\*------------------------------------*/

.contest-draw {
  background-color: #fff;
  width: 100%;
  border: 1px solid #ebf0f3;
  padding: 40px 30px;
}

.contest-draw__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.contest-draw__row--grid {
  margin-left: -20px;
  margin-right: -20px;
}

.contest-draw__column {
  padding-left: 20px;
  padding-right: 35px;
  position: relative;
}

.contest-draw__column--half {
  width: 50%;
}

.contest-draw__column--third {
  width: 33.33%;
}

.contest-draw__label {
  margin-bottom: 6px;
}

.contest-draw__select {
  width: 100%;
  line-height: 1.3;
}

.contest-draw__footer {
  width: 100%;
  text-align: center;
  margin-top: 40px;
}

.contest-draw__button {
  background: #005cd4;
  border-color: #005cd4;
}

.contest-draw__button:enabled {
  color: #fff;
}

.contest-draw__button:enabled:hover {
  background: #0063e3;
  border-color: #005cd4;
}

.contest-draw__button:disabled {
  background: rgba(0, 103, 238, 0.7);
  border-color: transparent;
  color: rgba(255, 255, 255, 0.4);
}

.contest-draw__loader {
  position: absolute;
  bottom: 9px;
  right: 5px;
}

/*------------------------------------*    breakpoint
\*------------------------------------*/

/*------------------------------------*    breakpoint
\*------------------------------------*/

@media screen and (max-width: 1000px) {
  .contest-draw {
    padding: 30px;
  }

  .contest-draw__row {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }

  .contest-draw__column {
    width: 50%;
    margin-bottom: 20px;
  }

  .contest-draw__footer {
    margin-top: 20px;
  }
}

/*------------------------------------*    breakpoint
\*------------------------------------*/

/*------------------------------------*    breakpoint
\*------------------------------------*/

@media screen and (max-width: 600px) {
  .contest-draw__column {
    width: 100%;
  }
}

/*------------------------------------*    breakpoint
\*------------------------------------*/

/*------------------------------------*    styles
\*------------------------------------*/

.contest-draw-result {
  background-color: #fff;
  width: 100%;
  height: 100%;
  padding: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 40;
}

.contest-draw-result__loader {
  margin-top: -61px;
}

.contest-draw-result__close {
  font-size: 20px;
  line-height: 1;
  color: #dc5757;
  outline: none;
  position: absolute;
  right: 40px;
  top: 40px;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.contest-draw-result__close:hover {
  opacity: 0.7;
}

.contest-draw-result__content {
  text-align: center;
  margin-bottom: 100px;
}

.contest-draw-result__heading {
  min-height: 112px;
  font-size: 80px;
  font-weight: 700;
  line-height: 1.1;
  color: #005cd4;
}

.contest-draw-result__heading span {
  min-width: 20px;
  display: inline-block;
  -webkit-animation: letterIn 0.3s normal forwards ease;
          animation: letterIn 0.3s normal forwards ease;
  opacity: 0;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
}

.contest-draw-result__paragraph {
  font-size: 26px;
  margin-bottom: 10px;
}

/*------------------------------------*    breakpoint
\*------------------------------------*/

/*------------------------------------*    breakpoint
\*------------------------------------*/

@media screen and (max-width: 1000px) {
  .contest-draw-result__heading {
    min-height: 84px;
    font-size: 60px;
  }

  .contest-draw-result__heading span {
    min-width: 15px;
  }

  .contest-draw-result__paragraph {
    font-size: 20px;
  }
}

/*------------------------------------*    breakpoint
\*------------------------------------*/

@media screen and (max-width: 800px) {
  .contest-draw-result {
    padding: 20px;
  }

  .contest-draw-result__close {
    top: 20px;
    right: 20px;
  }
}

/*------------------------------------*    breakpoint
\*------------------------------------*/

@media screen and (max-width: 600px) {
  .contest-draw-result__content {
    margin-bottom: 50px;
  }

  .contest-draw-result__heading {
    min-height: 56px;
    font-size: 40px;
  }

  .contest-draw-result__heading span {
    min-width: 9px;
  }

  .contest-draw-result__heading span.is-space {
    display: block;
  }

  .contest-draw-result__paragraph {
    font-size: 18px;
  }
}

/*------------------------------------*    breakpoint
\*------------------------------------*/

/*------------------------------------*    styles
\*------------------------------------*/

.error {
  background: #434348;
  width: 100%;
  height: 100%;
  color: #fff;
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.error__content {
  width: 100%;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
}

.error__heading {
  margin-bottom: 20px;
}

.error__paragraph {
  margin-bottom: 20px;
}

.error__link {
  font-weight: 700;
  color: #ffd51d;
  text-decoration: underline;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.error__link:hover {
  opacity: 0.5;
}

/*------------------------------------*    breakpoint
\*------------------------------------*/

/*------------------------------------*    breakpoint
\*------------------------------------*/

/*------------------------------------*    breakpoint
\*------------------------------------*/

/*------------------------------------*    breakpoint
\*------------------------------------*/

/*------------------------------------*    breakpoint
\*------------------------------------*/

/*------------------------------------*    styles
\*------------------------------------*/

.form {
  font-size: 0;
}

.form__box {
  background: rgba(235, 240, 243, 0.5);
  border: 1px solid #d3d9e5;
  border-radius: 2px;
}

.form__box-header {
  background: rgba(211, 217, 229, 0.8);
  color: #98a4b9;
  padding: 12px 30px;
}

.form__box-content {
  padding: 15px 30px;
}

.form__column {
  margin-bottom: 20px;
  position: relative;
}

.form__column .form__column {
  padding-left: 0;
  padding-right: 0;
}

.form__column--full {
  width: 100%;
  display: block;
}

.form__column--half {
  width: 50%;
  display: inline-block;
}

.form__column--one-third {
  width: 33.333%;
  display: inline-block;
}

.form__column--two-thirds {
  width: 77.777%;
  display: inline-block;
}

.form__column--two-fifths {
  width: 40%;
  display: inline-block;
}

.form__column--three-fifths {
  width: 60%;
  display: inline-block;
}

.form__column--left {
  padding-right: 20px;
}

.form__column--right {
  padding-left: 40px;
}

.form__column--left + .form__column--right {
  padding-left: 20px;
}

.form__column--middle {
  vertical-align: middle;
}

.form__input-wrapper {
  position: relative;
}

.form__input-wrapper--color-picker {
  position: absolute;
  z-index: 20;
}

.form__input-wrapper--right {
  text-align: right;
}

.form__input {
  width: 100%;
}

.form__input-icon {
  position: absolute;
  right: 14px;
  top: 11px;
  pointer-events: none;
}

.form__input-icon--color-picker {
  width: 16px;
  height: 16px;
  border: 1px solid #d3d9e5;
  border-radius: 100%;
}

.form__input-icon--date {
  font-size: 16px;
  color: #d3d9e5;
}

.form__select {
  width: 100%;
  line-height: 1.3;
}

.form__label {
  margin-bottom: 6px;
}

.form__input-label {
  font-size: 16px;
}

.form__input-label--checkbox {
  font-weight: 300;
  display: inline-block;
  vertical-align: middle;
}

input:disabled + .form__input-label--checkbox {
  color: #98a4b9;
}

.form__label-span--required {
  color: #dc5757;
}

.form__heading {
  color: #5c5c62;
  margin-bottom: 20px;
}

.form__paragraph {
  padding: 10px 13px;
}

.form__paragraph--small {
  font-size: 14px;
}

.form__link {
  color: #005cd4;
  text-decoration: underline;
}

.form__link:hover {
  color: #434348;
}

.form__link--button {
  font-size: 14px;
  display: inline-block;
  vertical-align: middle;
}

.form__error {
  font-size: 14px;
  color: #dc5757;
  display: block;
  margin-top: 5px;
}

.uploader .form__error {
  margin-top: 0;
  padding: 0 15px 10px 15px;
}

.form__footer {
  width: 100%;
  display: inline-block;
  margin-top: 20px;
}

.form__button--primary {
  background: #005cd4;
  border-color: #005cd4;
}

.form__button--primary:enabled {
  color: #fff;
}

.form__button--primary:enabled:hover {
  background: #0063e3;
  border-color: #005cd4;
}

.form__button--primary:disabled {
  background: rgba(0, 103, 238, 0.7);
  border-color: transparent;
  color: rgba(255, 255, 255, 0.4);
}

.form__button + .form__button {
  margin-left: 15px;
}

.form__loader {
  border-color: #d3d9e5;
  border-left-color: #005cd4;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.form__loader--neutral {
  border-left-color: #98a4b9;
}

.form__loader--block {
  margin-top: 5px;
  margin-left: 0;
}

/*------------------------------------*    breakpoint
\*------------------------------------*/

/*------------------------------------*    breakpoint
\*------------------------------------*/

@media screen and (max-width: 1000px) {
  .form__column--half {
    width: 100%;
  }

  .form__column--two-fifths {
    width: 100%;
  }

  .form__column--three-fifths {
    width: 100%;
  }

  .form__column--left {
    padding-right: 0;
  }

  .form__column--left + .form__column--right {
    padding-left: 0;
  }

  .form__column--right {
    padding-left: 0;
  }

  .form__input-wrapper--right {
    text-align: left;
  }

  .form__box-header,
  .form__box-content {
    padding-left: 20px;
    padding-right: 20px;
  }

  .form__footer {
    margin-top: 0;
  }
}

/*------------------------------------*    breakpoint
\*------------------------------------*/

/*------------------------------------*    breakpoint
\*------------------------------------*/

/*------------------------------------*    breakpoint
\*------------------------------------*/

/*------------------------------------*    styles
\*------------------------------------*/

.form-builder {
  width: 100%;
}

.form-builder__box {
  width: 100%;
  text-align: center;
  display: block;
  padding: 40px 20px;
  margin-bottom: 20px;
  border: 1px dashed #d3d9e5;
  border-radius: 2px;
}

.form-builder__message {
  color: #98a4b9;
}

.form-builder__button {
  color: rgba(0, 92, 212, 0.8);
  border-color: rgba(0, 92, 212, 0.7);
  margin-right: 10px;
}

.form-builder__button:enabled:hover {
  color: #005cd4;
  border-color: #005cd4;
}

.form-builder__button.is-active {
  background-color: #005cd4;
  border-color: #005cd4;
  color: #fff;
}

.form-builder__button.is-active:enabled:hover {
  color: #fff;
}

.form-builder__button-icon {
  font-size: 12px;
  margin-left: 10px;
  vertical-align: middle;
  pointer-events: none;
}

/*------------------------------------*    breakpoint
\*------------------------------------*/

/*------------------------------------*    breakpoint
\*------------------------------------*/

/*------------------------------------*    breakpoint
\*------------------------------------*/

/*------------------------------------*    breakpoint
\*------------------------------------*/

/*------------------------------------*    breakpoint
\*------------------------------------*/

/*------------------------------------*    styles
\*------------------------------------*/

.form-builder-field {
  margin-bottom: 20px;
  border-radius: 3px;
  -webkit-transition: all 1.2s ease;
  transition: all 1.2s ease;
}

.form-builder-field.was-active {
  -webkit-box-shadow: 0 0 0 3px #ffd51d;
          box-shadow: 0 0 0 3px #ffd51d;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.form-builder-field__header {
  background-color: #ebf0f3;
  border: 1px solid #d3d9e5;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 10px 20px;
}

.form-builder-field__heading {
  color: #98a4b9;
}

.form-builder-field__header-link {
  font-size: 14px;
  display: inline-block;
  vertical-align: middle;
  margin-left: 20px;
  color: #98a4b9;
}

.form-builder-field__header-icon {
  display: inline-block;
  vertical-align: middle;
}

.form-builder-field__content {
  background-color: #fff;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 20px 20px 0;
  border: 1px solid #ebf0f3;
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px;
  border-top: none;
}

.form-builder-field__column--half {
  width: 50%;
}

.form-builder-field__column--left {
  padding-right: 20px;
}

.form-builder-field__column--right {
  padding-left: 20px;
}

.form-builder-field__label {
  margin-bottom: 6px;
}

.form-builder-field__label-span--required {
  color: #dc5757;
}

.form-builder-field__input-wrapper {
  margin-bottom: 20px;
}

.form-builder-field__input {
  width: 100%;
}

.form-builder-field__select {
  width: 100%;
  line-height: 1.3;
}

/*------------------------------------*    breakpoint
\*------------------------------------*/

/*------------------------------------*    breakpoint
\*------------------------------------*/

/*------------------------------------*    breakpoint
\*------------------------------------*/

/*------------------------------------*    breakpoint
\*------------------------------------*/

/*------------------------------------*    breakpoint
\*------------------------------------*/

/*------------------------------------*    styles
\*------------------------------------*/

.front {
  background: #434348;
  width: 100%;
  height: 100%;
}

.front__row {
  width: 100%;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
}

.front__wrapper {
  max-width: 500px;
  padding-top: 80px;
  padding-bottom: 80px;
  margin-left: auto;
  margin-right: auto;
}

.front__loader {
  width: 100%;
  padding-top: 40px;
  padding-bottom: 40px;
}

.front__loader:after {
  content: '';
}

.front__content {
  background: #fff;
  padding: 30px;
  border-radius: 2px;
  position: relative;
}

.front__heading {
  margin-bottom: 20px;
}

.front__message {
  margin-bottom: 20px;
}

.front__logo {
  margin-bottom: 20px;
}

/*------------------------------------*    breakpoint
\*------------------------------------*/

/*------------------------------------*    breakpoint
\*------------------------------------*/

/*------------------------------------*    breakpoint
\*------------------------------------*/

@media screen and (max-width: 800px) {
  .front__wrapper {
    padding-top: 40px;
  }

  .front__content {
    padding: 20px;
  }
}

/*------------------------------------*    breakpoint
\*------------------------------------*/

/*------------------------------------*    breakpoint
\*------------------------------------*/

/*------------------------------------*    styles
\*------------------------------------*/

.header {
  background: #fff;
  width: calc(100% - 260px);
  display: inline-block;
  margin-left: 260px;
  -webkit-box-shadow: 0px 1px 1px 1px rgba(211, 217, 229, 0.5);
          box-shadow: 0px 1px 1px 1px rgba(211, 217, 229, 0.5);
  position: fixed;
  z-index: 15;
}

.header__row {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.header__content {
  width: 100%;
  padding: 20px 40px;
}

.header__content--right {
  margin-top: -5px;
  margin-bottom: -5px;
}

.header__button {
  margin-left: 10px;
}

.header__button:disabled {
  color: rgba(255, 255, 255, 0.5);
}

.header__button--save:enabled {
  background: #76c776;
  color: #fff;
  border-color: #68c168;
  -webkit-animation: activateButton 0.4s linear;
          animation: activateButton 0.4s linear;
}

.header__button--save:enabled:hover {
  background: #68c168;
  color: #fff;
  border-color: #68c168;
}

.header__button--save:disabled {
  background: rgba(129, 203, 129, 0.4);
  border-color: rgba(129, 203, 129, 0.2);
  color: rgba(255, 255, 255, 0.7);
}

.header__button--delete {
  color: rgba(220, 87, 87, 0.8);
  border-color: rgba(220, 87, 87, 0.7);
}

.header__button--delete:enabled:hover {
  color: #dc5757;
  border-color: #dc5757;
}

.header__button--delete:disabled {
  color: rgba(220, 87, 87, 0.6);
  border-color: rgba(220, 87, 87, 0.4);
}

.header__button--view {
  color: rgba(0, 92, 212, 0.8);
  border-color: rgba(0, 92, 212, 0.7);
}

.header__button--view:enabled:hover {
  color: #005cd4;
  border-color: #005cd4;
}

.header__button--view:disabled {
  background: rgba(0, 103, 238, 0.7);
}

.header__button--new {
  background: #0065e8;
  color: #fff;
  border-color: #005cd4;
}

.header__button--new:enabled:hover {
  background: #005cd4;
  color: #fff;
  border-color: #005cd4;
}

.header__button--new:disabled {
  background: rgba(0, 107, 248, 0.4);
  border-color: rgba(0, 107, 248, 0.2);
  color: rgba(255, 255, 255, 0.7);
}

/*------------------------------------*    breakpoint
\*------------------------------------*/

/*------------------------------------*    breakpoint
\*------------------------------------*/

@media screen and (max-width: 1000px) {
  .header {
    width: calc(100% - 235px);
    margin-left: 235px;
  }

  .header__content {
    padding: 20px 30px;
  }

  .header__button {
    font-size: 15px;
    padding-left: 15px;
    padding-right: 15px;
  }
}

/*------------------------------------*    breakpoint
\*------------------------------------*/

@media screen and (max-width: 800px) {
  .header {
    width: 100%;
    margin-left: 0;
    -webkit-transition: all 0.6s ease;
    transition: all 0.6s ease;
  }

  .has-mobile-menu .header {
    -webkit-transform: translateX(-40px);
            transform: translateX(-40px);
  }

  .header__content {
    padding: 15px 20px;
  }

  .header__content--right {
    position: relative;
    top: 0;
  }

  .header__heading {
    font-size: 24px;
  }

  .header__button {
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    font-size: 0;
    padding-left: 10px;
    padding-right: 10px;
  }

  .header__button:after {
    font-size: 16px;
  }

  .header__button--view:after {
    content: '\F06E';
  }

  .header__button--delete:after {
    content: '\F1F8';
  }

  .header__button--save:after {
    content: '\F0C7';
  }

  .header__button--new:after {
    content: '\F055';
  }
}

/*------------------------------------*    breakpoint
\*------------------------------------*/

@media screen and (max-width: 600px) {
  .header__content {
    padding: 20px 15px;
  }

  .header__button {
    margin-left: 5px;
  }
}

/*------------------------------------*    breakpoint
\*------------------------------------*/

/*------------------------------------*    styles
\*------------------------------------*/

.main-menu__list {
  list-style: none;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
}

.main-menu__item {
  margin-bottom: 5px;
}

.main-menu__heading {
  color: rgba(255, 255, 255, 0.3);
  padding: 8px 20px 8px 20px;
  margin-top: 15px;
}

.main-menu__item:first-child .main-menu__heading {
  margin-top: 0;
}

.main-menu__link {
  font-size: 15px;
  font-weight: 700;
  line-height: 1;
  text-decoration: none;
  display: block;
  padding: 13px 20px 13px 17px;
  border-left: 3px solid transparent;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.main-menu__link:hover {
  background: #4f4f55;
}

.main-menu__link.is-active {
  background: #4a4a50;
  border-left-color: #ffd51d;
}

.main-menu__text {
  display: inline-block;
  vertical-align: middle;
}

.main-menu__icon {
  width: 28px;
  font-size: 20px;
  text-align: center;
  display: inline-block;
  vertical-align: middle;
  margin-right: 15px;
  opacity: 0.3;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.main-menu__link:hover .main-menu__icon {
  opacity: 0.8;
}

.is-active .main-menu__icon {
  opacity: 1;
}

.main-menu__sub-list {
  list-style: none;
  margin-bottom: 0;
  display: none;
}

.main-menu__sub-link {
  background: #4a4a50;
  font-size: 15px;
  color: rgba(255, 255, 255, 0.5);
  line-height: 1;
  text-decoration: none;
  display: block;
  border-left: 3px solid #ffd51d;
  padding: 7px 0 18px 64px;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.main-menu__sub-link:hover {
  color: rgba(255, 255, 255, 0.8);
}

.main-menu__sub-link.is-active {
  background: #4a4a50;
  color: #fff;
}

/*------------------------------------*    breakpoint
\*------------------------------------*/

/*------------------------------------*    breakpoint
\*------------------------------------*/

/*------------------------------------*    breakpoint
\*------------------------------------*/

@media screen and (max-width: 800px) {
  .main-menu__item {
    margin-bottom: 15px;
  }

  .main-menu__link {
    padding: 10px 20px;
  }
}

/*------------------------------------*    breakpoint
\*------------------------------------*/

/*------------------------------------*    breakpoint
\*------------------------------------*/

/*------------------------------------*    styles
\*------------------------------------*/

.message {
  background-color: #fff;
  width: 100%;
  max-width: 700px;
  font-size: 22px;
  color: #dc5757;
  text-align: center;
  padding: 40px;
  margin: 40px auto;
  border-radius: 2px;
}

/*------------------------------------*    breakpoint
\*------------------------------------*/

/*------------------------------------*    breakpoint
\*------------------------------------*/

/*------------------------------------*    breakpoint
\*------------------------------------*/

/*------------------------------------*    breakpoint
\*------------------------------------*/

/*------------------------------------*    breakpoint
\*------------------------------------*/

/*------------------------------------*    styles
\*------------------------------------*/

.modal {
  position: fixed;
  top: 50%;
  left: 50%;
  z-index: 50;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.modal__overlay {
  background-color: rgba(67, 67, 72, 0.9);
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  opacity: 1;
  z-index: 40;
  -webkit-transition: opacity 0.25s cubic-bezier(0.6, 0.28, 0.53, 0.91);
  transition: opacity 0.25s cubic-bezier(0.6, 0.28, 0.53, 0.91);
}

.modal__overlay:after {
  content: '';
  width: 48px;
  height: 48px;
  border: 4px solid rgba(211, 217, 229, 0.1);
  border-left: 4px solid #005cd4;
  border-radius: 50%;
  margin-left: -24px;
  margin-top: -24px;
  position: fixed;
  left: 50%;
  top: 50%;
  -webkit-animation: spinner 1.1s infinite linear;
          animation: spinner 1.1s infinite linear;
}

.modal__wrapper {
  width: auto;
  min-width: 500px;
}

.is-open .modal__wrapper {
  pointer-events: all;
}

.modal__content {
  background: #fff;
  padding: 35px;
}

.modal__heading {
  font-weight: 700;
  margin-bottom: 30px;
}

.modal__paragraph {
  color: #8e8e96;
  opacity: 0.35;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.modal__paragraph.is-active {
  opacity: 1;
}

.modal__message {
  max-width: 330px;
  color: #434348;
  text-align: center;
  margin-bottom: 45px;
  margin-left: auto;
  margin-right: auto;
}

.modal__footer {
  width: 100%;
  text-align: center;
  display: block;
}

.modal__nav {
  text-align: center;
  display: inline-block;
  vertical-align: middle;
}

.modal__nav-link {
  font-size: 16px;
  font-weight: 700;
  color: #005cd4;
  display: inline-block;
  margin: 0 20px;
}

.modal__nav-link--previous {
  padding-right: 3px;
}

.modal__nav-link--next {
  padding-left: 3px;
}

.modal__nav-link--disabled {
  pointer-events: none;
  cursor: default;
}

/*------------------------------------*    breakpoint
\*------------------------------------*/

/*------------------------------------*    breakpoint
\*------------------------------------*/

@media screen and (max-width: 1000px) {
  .modal__wrapper {
    width: 80%;
  }

  .modal__wrapper iframe {
    width: 100%;
  }
}

/*------------------------------------*    breakpoint
\*------------------------------------*/

@media screen and (max-width: 800px) {
  .modal__wrapper {
    width: 90%;
  }
}

/*------------------------------------*    breakpoint
\*------------------------------------*/

/*------------------------------------*    breakpoint
\*------------------------------------*/

/*------------------------------------*    styles
\*------------------------------------*/

.notification {
  background: #434348;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 16px 22px;
  margin-bottom: 40px;
  border-radius: 4px;
}

.notification__message {
  color: #fff;
}

.notification__icon {
  font-size: 20px;
  color: #ffd51d;
  margin-right: 13px;
  margin-top: 2px;
}

.notification__link {
  font-weight: 700;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.notification__link:hover {
  text-decoration: underline;
}

/*------------------------------------*    breakpoint
\*------------------------------------*/

/*------------------------------------*    breakpoint
\*------------------------------------*/

/*------------------------------------*    breakpoint
\*------------------------------------*/

/*------------------------------------*    breakpoint
\*------------------------------------*/

/*------------------------------------*    breakpoint
\*------------------------------------*/

/*------------------------------------*    styles
\*------------------------------------*/

.page {
  width: 100%;
  padding-left: 260px;
  padding-top: 60px;
  display: inline-block;
}

.page__content {
  max-width: 1200px;
  width: 100%;
  padding: 40px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

/*------------------------------------*    breakpoint
\*------------------------------------*/

/*------------------------------------*    breakpoint
\*------------------------------------*/

@media screen and (max-width: 1000px) {
  .page {
    padding-left: 235px;
  }

  .page__content {
    padding: 30px;
  }
}

/*------------------------------------*    breakpoint
\*------------------------------------*/

@media screen and (max-width: 800px) {
  .page {
    padding-left: 0;
    -webkit-transition: all 0.6s ease;
    transition: all 0.6s ease;
  }

  .has-mobile-menu .page {
    -webkit-transform: translateX(-40px);
            transform: translateX(-40px);
  }

  .page__content {
    padding: 20px;
  }
}

/*------------------------------------*    breakpoint
\*------------------------------------*/

@media screen and (max-width: 600px) {
  .page__content {
    padding: 20px 15px;
  }
}

/*------------------------------------*    breakpoint
\*------------------------------------*/

/*------------------------------------*    styles
\*------------------------------------*/

.pagination__text {
  display: inline-block;
  margin-right: 10px;
  vertical-align: middle;
}

.pagination__button {
  margin-left: 2px;
  padding-left: 13px;
  padding-right: 13px;
}

.pagination__button:enabled:hover {
  border-color: #98a4b9;
}

/*------------------------------------*    breakpoint
\*------------------------------------*/

/*------------------------------------*    breakpoint
\*------------------------------------*/

@media screen and (max-width: 1000px) {
  .pagination__button {
    padding-left: 10px;
    padding-right: 10px;
  }
}

/*------------------------------------*    breakpoint
\*------------------------------------*/

/*------------------------------------*    breakpoint
\*------------------------------------*/

/*------------------------------------*    breakpoint
\*------------------------------------*/

/*------------------------------------*    styles
\*------------------------------------*/

.search-input {
  position: relative;
}

.search-input__field {
  width: 100%;
}

.search-input__results {
  background-color: #fff;
  width: 100%;
  max-height: 160px;
  border: 1px solid #005cd4;
  border-radius: 2px;
  margin-top: -1px;
  overflow-y: scroll;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 10;
}

.search-input__result {
  width: 100%;
  font-size: 16px;
  display: block;
  padding: 8px 12px;
}

.search-input__result:hover {
  background-color: #ebf0f3;
}

.search-input__button {
  position: absolute;
  right: 14px;
  bottom: 11px;
}

.search-input__icon {
  font-size: 14px;
  color: #98a4b9;
  pointer-events: none;
}

.search-input__icon--clear {
  margin-top: -1px;
  -webkit-animation: activateButton 0.4s linear;
          animation: activateButton 0.4s linear;
}

/*------------------------------------*    breakpoint
\*------------------------------------*/

/*------------------------------------*    breakpoint
\*------------------------------------*/

/*------------------------------------*    breakpoint
\*------------------------------------*/

/*------------------------------------*    breakpoint
\*------------------------------------*/

/*------------------------------------*    breakpoint
\*------------------------------------*/

/*------------------------------------*    styles
\*------------------------------------*/

.sidebar {
  background: #434348;
  width: 260px;
  min-height: 100%;
  color: #fff;
  position: fixed;
  z-index: 20;
}

.sidebar__header {
  background: #4f4f55;
  padding: 16px 20px;
}

.sidebar__heading {
  color: #fff;
  font-weight: 700;
}

.sidebar__logo {
  width: 130px;
  height: 36px;
}

.sidebar__user {
  background: #37373b;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 20px;
  padding: 20px;
}

.sidebar__image-wrapper {
  width: 60px;
  min-width: 60px;
  max-width: 60px;
  height: 60px;
  min-height: 60px;
  max-height: 60px;
  border-radius: 100%;
  overflow: hidden;
  display: inline-block;
  margin-right: 15px;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}

.sidebar__image {
  width: 100%;
}

.sidebar__paragraph {
  font-size: 15px;
  line-height: 1.2;
}

.sidebar__bold {
  line-height: 1.5;
  display: block;
  margin-bottom: 2px;
}

.sidebar__text {
  display: block;
}

/*------------------------------------*    breakpoint
\*------------------------------------*/

/*------------------------------------*    breakpoint
\*------------------------------------*/

@media screen and (max-width: 1000px) {
  .sidebar {
    width: 235px;
  }
}

/*------------------------------------*    breakpoint
\*------------------------------------*/

@media screen and (max-width: 800px) {
  .sidebar {
    width: 320px;
    right: 0;
    top: 52px;
    z-index: 20;
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    -webkit-box-shadow: none;
            box-shadow: none;
  }

  .has-mobile-menu .sidebar {
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
  }

  .sidebar__header {
    display: none;
  }

  .sidebar__user {
    margin-bottom: 15px;
  }
}

/*------------------------------------*    breakpoint
\*------------------------------------*/

@media screen and (max-width: 600px) {
  .sidebar {
    width: 300px;
  }
}

/*------------------------------------*    breakpoint
\*------------------------------------*/

/*------------------------------------*    styles
\*------------------------------------*/

.snackbar {
  background: rgba(0, 92, 212, 0.8);
  max-width: 95%;
  width: auto;
  font-size: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-shadow: 0px 1px 1px 1px rgba(67, 67, 72, 0.2);
          box-shadow: 0px 1px 1px 1px rgba(67, 67, 72, 0.2);
  border: 5px solid #005cd4;
  border-radius: 2px;
  padding: 15px 30px;
  position: fixed;
  z-index: 20;
  top: 30px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.snackbar--toggle-enter,
.snackbar--toggle-leave {
  opacity: 0;
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
}

.snackbar__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.snackbar__icon {
  background: #fff;
  width: 28px;
  min-width: 28px;
  max-width: 28px;
  height: 28px;
  min-height: 28px;
  max-height: 28px;
  font-size: 22px;
  line-height: 1;
  color: #98a4b9;
  text-align: center;
  display: inline-block;
  vertical-align: middle;
  border-radius: 100%;
  margin-right: 15px;
  padding-top: 3px;
  padding-left: 1px;
}

.snackbar__icon--success {
  color: #68c168;
}

.snackbar__icon--error {
  color: #dc5757;
}

.snackbar__paragraph {
  font-weight: 500;
  line-height: 1.3;
  color: #fff;
}

.snackbar__button {
  background: #005cd4;
  border-color: #005cd4;
  color: #fff;
  margin-left: 40px;
}

.snackbar__button:hover {
  background: #0063e3;
}

/*------------------------------------*    breakpoint
\*------------------------------------*/

/*------------------------------------*    breakpoint
\*------------------------------------*/

/*------------------------------------*    breakpoint
\*------------------------------------*/

@media screen and (max-width: 800px) {
  .snackbar {
    background: rgba(0, 92, 212, 0.95);
    width: 90%;
    top: 20px;
  }
}

/*------------------------------------*    breakpoint
\*------------------------------------*/

/*------------------------------------*    breakpoint
\*------------------------------------*/

/*------------------------------------*    styles
\*------------------------------------*/

.table {
  width: 100%;
  table-layout: fixed;
}

.table__wrapper {
  background: #fff;
  width: 100%;
  margin-bottom: 20px;
  border: 1px solid #ebf0f3;
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px;
  overflow-x: scroll;
  overflow-y: hidden;
  position: relative;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.table__wrapper:after {
  content: '';
  opacity: 0;
}

.table__wrapper.is-loading:after {
  opacity: 1;
}

.table__wrapper.is-loading {
  min-height: 100px;
  pointer-events: none;
}

.table__footer {
  width: 100%;
  font-size: 0;
}

.table__column {
  display: inline-block;
}

.table__column--half {
  width: 50%;
}

.table__column--right {
  text-align: right;
}

.table__column:last-child {
  min-width: 100px;
}

.table__header {
  border-bottom: 1px solid #ebf0f3;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.is-loading .table__header {
  border-bottom-color: transparent;
}

.table__header-data {
  text-align: left;
  white-space: nowrap;
  padding: 8px 15px 8px;
  vertical-align: middle;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.is-loading .table__header-data {
  opacity: 0.4;
}

.table__header-data--checkbox,
.table__body-data--checkbox {
  width: 50px;
}

.table__header-data--id,
.table__body-data--id {
  width: 100px;
}

.table__header-data--event_name,
.table__header-data--event_date,
.table__body-data--event_name,
.table__body-data--event_date {
  width: 250px;
}

.table__header-data--created_at,
.table__body-data--created_at {
  width: 280px;
}

.table__header-data--guest_name,
.table__body-data--guest_name {
  width: 175px;
}

.table__header-data--first_name,
.table__header-data--last_name,
.table__body-data--first_name,
.table__body-data--last_name {
  width: 150px;
}

.table__header-data--purchaser,
.table__body-data--purchaser {
  width: 170px;
}

.table__header-data--company_name,
.table__body-data--company_name {
  width: 250px;
}

.table__header-data--form_name,
.table__body-data--form_name {
  width: 300px;
}

.table__header-data--table_number,
.table__body-data--table_number {
  width: 145px;
}

.table__header-data--checked_in,
.table__body-data--checked_in {
  width: 100px;
}

.table__header-data--actions,
.table__body-data--actions {
  width: 65px;
}

.table__header-text {
  cursor: pointer;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  position: relative;
}

.table__header-text:after {
  width: 0;
  height: 14px;
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  line-height: 1;
  margin-left: 6px;
  margin-top: 2px;
  position: absolute;
}

.table__header-text:hover {
  color: #98a4b9;
}

.is-ascending .table__header-text,
.is-descending .table__header-text {
  font-weight: 900;
  color: #434348;
}

.is-ascending .table__header-text:after {
  content: '\F106';
  display: inline-block;
}

.is-descending .table__header-text:after {
  content: '\F107';
  display: inline-block;
}

.table__header-data:hover .table__header-text:after {
  content: '\F106';
  display: inline-block;
  opacity: 0.7;
}

.is-descending:hover .table__header-text:after {
  content: '\F107';
  display: inline-block;
}

.table__body {
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.is-loading .table__body {
  opacity: 0.4;
}

.table__body-row {
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.table__body-row:hover {
  background: rgba(211, 217, 229, 0.3);
}

.table__body-data {
  max-width: 200px;
  padding: 0 15px;
  vertical-align: middle;
  white-space: nowrap;
  position: relative;
}

.table__body-data--header {
  color: #005cd4;
  font-weight: 700;
  white-space: unset;
  vertical-align: top;
  border-bottom: 1px solid #ebf0f3;
  padding-top: 10px;
  padding-bottom: 10px;
}

.table__body-data--body {
  white-space: unset;
  vertical-align: top;
  padding-top: 15px;
  padding-bottom: 15px;
}

.table__link {
  color: #d3d9e5;
  line-height: 1;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  outline: 0;
  display: inline-block;
  vertical-align: middle;
}

.table__link--view:hover {
  color: #005cd4;
}

.table__link--add:hover,
.table__link--edit:hover {
  color: #68c168;
}

.table__link--remove:hover,
.table__link--delete:hover {
  color: #dc5757;
}

.table__icon {
  font-size: 16px;
  margin-left: 10px;
}

.table__message {
  padding: 20px;
  text-align: center;
}

.table__paragraph {
  text-overflow: ellipsis;
  overflow: hidden;
  line-height: 1.2;
  display: block;
  padding-top: 10px;
  padding-bottom: 10px;
}

.table__form {
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.table__form:after {
  opacity: 0;
}

.table__form.is-loading:after {
  content: '';
  opacity: 1;
}

.table__input {
  max-width: 150px;
  width: auto;
  border: 1px solid transparent;
  border-radius: 2px;
  padding: 6px;
  margin-left: -6px;
  vertical-align: middle;
  outline: 0;
}

.table__input:hover {
  background: #fff;
  border-color: #d3d9e5;
}

.table__input:focus {
  background: #fff;
  border-color: #005cd4;
}

.table__select {
  width: auto;
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
}

.table__select--cell {
  background-image: none;
  min-width: 60px;
  background-color: transparent;
  border-color: transparent;
  padding: 6px;
  padding-right: 35px;
  margin-left: -6px;
}

.table__select--cell:hover,
.table__select--cell:focus {
  background-image: url(/fonts/select-inactive.svg?cdd3c95869522523c2cb1d15effdb3a5);
  background-position: center right 7px;
  background-color: #fff;
  border-color: #d3d9e5;
}

.table__button {
  margin-right: 20px;
  margin-bottom: 10px;
}

.table__button:disabled {
  border-color: #d3d9e5;
  color: rgba(152, 164, 185, 0.7);
}

.table__button--remove,
.table__button--delete {
  color: rgba(220, 87, 87, 0.8);
  border-color: rgba(220, 87, 87, 0.7);
}

.table__button--remove:enabled:hover,
.table__button--delete:enabled:hover {
  color: #dc5757;
  border-color: #dc5757;
}

.table__button--view,
.table__button--new,
.table__button--add,
.table__button--export {
  color: rgba(0, 92, 212, 0.8);
  border-color: rgba(0, 92, 212, 0.7);
}

.table__button--view:enabled:hover,
.table__button--new:enabled:hover,
.table__button--add:enabled:hover,
.table__button--export:enabled:hover {
  color: #005cd4;
  border-color: #005cd4;
}

.table__menu-button {
  padding: 4px 10px;
  margin-top: 5px;
  margin-bottom: 5px;
}

.table__menu-button.is-active {
  background-color: #d3d9e5;
}

.table__menu-button.is-active:hover {
  border-color: #d3d9e5;
}

.table__menu-button-icon {
  font-size: 20px;
  color: #98a4b9;
  pointer-events: none;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.table__menu-button:hover .table__menu-button-icon {
  color: #7a89a4;
}

.is-active .table__menu-button-icon {
  color: #7a89a4;
}

/*------------------------------------*    breakpoint
\*------------------------------------*/

@media screen and (max-width: 1200px) {
  .table__header-data {
    min-width: 140px;
    padding: 8px 25px 8px 10px;
  }

  .table__header-data:first-child,
  .table__header-data:last-child {
    min-width: 0;
  }
}

/*------------------------------------*    breakpoint
\*------------------------------------*/

@media screen and (max-width: 1000px) {
  .table__header-text {
    font-size: 11px;
  }

  .table__header-text:after {
    margin-left: 5px;
  }

  .table__checkbox {
    margin-right: 0;
  }
}

/*------------------------------------*    breakpoint
\*------------------------------------*/

@media screen and (max-width: 800px) {
  .table__input {
    border-color: #d3d9e5;
    padding: 4px 6px;
    margin-left: 0;
  }
}

/*------------------------------------*    breakpoint
\*------------------------------------*/

@media screen and (max-width: 600px) {
  .table__column--half {
    width: 100%;
  }

  .table__column--right {
    text-align: left;
    margin-top: 10px;
  }

  .table__button {
    width: 100%;
  }

  .table__paragraph {
    font-size: 16px;
  }
}

/*------------------------------------*    breakpoint
\*------------------------------------*/

/*------------------------------------*    styles
\*------------------------------------*/

.tabs {
  display: block;
  border-radius: 2px;
  margin-bottom: 40px;
}

.tabs__header {
  background: #fff;
  border-top: 1px solid #ebf0f3;
  border-left: 1px solid #ebf0f3;
  border-right: 1px solid #ebf0f3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.tabs__list {
  list-style: none;
  display: inline-block;
}

.tabs__list-item {
  display: inline-block;
  border-right: 1px solid #ebf0f3;
}

.tabs__list-link {
  color: #b1afc4;
  display: block;
  padding: 10px 20px;
}

.tabs__list-link:hover {
  color: #98a4b9;
}

.is-active .tabs__list-link {
  color: #005cd4;
  font-weight: 700;
}

.tabs__pagination {
  display: inline-block;
  padding: 5px;
}

.tabs__content {
  overflow: hidden;
}

/*------------------------------------*    breakpoint
\*------------------------------------*/

/*------------------------------------*    breakpoint
\*------------------------------------*/

@media screen and (max-width: 1000px) {
  .tabs {
    font-size: 16px;
  }

  .tabs__list-link {
    padding-left: 15px;
    padding-right: 15px;
  }
}

/*------------------------------------*    breakpoint
\*------------------------------------*/

@media screen and (max-width: 800px) {
  .tabs__header {
    white-space: nowrap;
    overflow-x: scroll;
  }

  .tabs__pagination {
    margin-left: 10px;
  }
}

/*------------------------------------*    breakpoint
\*------------------------------------*/

/*------------------------------------*    breakpoint
\*------------------------------------*/

/*------------------------------------*    styles
\*------------------------------------*/

.top-bar {
  background: #434348;
  width: 100%;
  color: #fff;
  padding-top: 8px;
  padding-bottom: 8px;
  position: relative;
  z-index: 30;
  display: none;
}

.has-mobile-menu .top-bar {
  position: fixed;
  top: 0;
}

.top-bar__row {
  font-size: 0;
  padding-left: 20px;
  padding-right: 20px;
}

.top-bar__column {
  width: 50%;
  display: inline-block;
  vertical-align: middle;
}

.top-bar__column--right {
  text-align: right;
}

.top-bar__logo {
  width: 100px;
  height: 27px;
}

.top-bar__toggle {
  background: #4f4f55;
  width: 40px;
  height: 36px;
  display: inline-block;
  border: 1px solid #74747d;
  border-radius: 2px;
  padding: 10px 8px;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.top-bar__toggle.is-open {
  background: #5c5c62;
}

.top-bar__toggle-icon {
  background: #fff;
  width: 100%;
  height: 2px;
  display: block;
  margin-top: 6px;
  position: relative;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.top-bar__toggle-icon:before,
.top-bar__toggle-icon:after {
  content: '';
  background: #fff;
  width: 100%;
  height: 2px;
  display: block;
  position: absolute;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.top-bar__toggle-icon:before {
  top: -8px;
}

.top-bar__toggle-icon:after {
  top: 8px;
}

.has-mobile-menu .top-bar__toggle-icon {
  -webkit-animation: toggleMenuIcon1 0.7s forwards ease;
          animation: toggleMenuIcon1 0.7s forwards ease;
}

.has-mobile-menu .top-bar__toggle-icon:before {
  -webkit-animation: toggleMenuIcon2 0.4s forwards ease;
          animation: toggleMenuIcon2 0.4s forwards ease;
}

.has-mobile-menu .top-bar__toggle-icon:after {
  -webkit-animation: toggleMenuIcon3 0.4s forwards ease;
          animation: toggleMenuIcon3 0.4s forwards ease;
}

/*------------------------------------*    breakpoint
\*------------------------------------*/

/*------------------------------------*    breakpoint
\*------------------------------------*/

/*------------------------------------*    breakpoint
\*------------------------------------*/

@media screen and (max-width: 800px) {
  .top-bar {
    display: block;
  }
}

/*------------------------------------*    breakpoint
\*------------------------------------*/

@media screen and (max-width: 600px) {
  .top-bar__row {
    padding-left: 15px;
    padding-right: 15px;
  }
}

/*------------------------------------*    breakpoint
\*------------------------------------*/

/*------------------------------------*    styles
\*------------------------------------*/

.tooltip {
  display: inline-block;
  margin-left: 5px;
  vertical-align: middle;
  position: relative;
}

.tooltip__icon {
  color: #98a4b9;
  display: block;
  padding-bottom: 2px;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.tooltip__icon:hover {
  color: #005cd4;
  border-bottom-color: #005cd4;
}

.tooltip__message {
  background: rgba(67, 67, 72, 0.95);
  min-width: 250px;
  font-size: 13px;
  font-weight: 300;
  line-height: 1.4;
  text-transform: none;
  letter-spacing: 0;
  color: #fff;
  display: block;
  border-radius: 2px;
  padding: 10px 13px 12px;
  position: absolute;
  top: 20px;
  left: 5px;
  z-index: 30;
}

/*------------------------------------*    breakpoint
\*------------------------------------*/

/*------------------------------------*    breakpoint
\*------------------------------------*/

/*------------------------------------*    breakpoint
\*------------------------------------*/

/*------------------------------------*    breakpoint
\*------------------------------------*/

/*------------------------------------*    breakpoint
\*------------------------------------*/

/*------------------------------------*    styles
\*------------------------------------*/

.uploader {
  background: #fff;
  width: 100%;
  border-radius: 2px;
  border: 1px solid transparent;
  -webkit-box-shadow: 0px 1px 1px 1px rgba(211, 217, 229, 0.5);
          box-shadow: 0px 1px 1px 1px rgba(211, 217, 229, 0.5);
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.uploader:focus-within {
  border-color: #005cd4;
}

.uploader.is-active {
  -webkit-box-shadow: 0px 2px 7px 1px rgba(211, 217, 229, 0.5);
          box-shadow: 0px 2px 7px 1px rgba(211, 217, 229, 0.5);
  border-color: #005cd4;
}

.uploader__wrapper {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 15px;
  position: relative;
}

.uploader__loader {
  width: 100%;
  height: 50px;
  padding: 15px;
}

.uploader__loader:after {
  content: '';
}

.uploader__image-wrapper {
  width: 70px;
  min-width: 70px;
  max-width: 70px;
  height: 70px;
  min-height: 70px;
  max-height: 70px;
  border: 1px solid #ebf0f3;
  border-radius: 100%;
  overflow: hidden;
  display: inline-block;
  margin-right: 20px;
  position: relative;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}

.uploader__image {
  width: 100%;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.uploader__input {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  outline: 0;
}

.uploader__input:hover {
  cursor: pointer;
}

.uploader__messages {
  text-align: center;
  outline: 1px dashed #d3d9e5;
  padding: 20px 25px;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.has-error .uploader__messages {
  outline-color: #dc5757;
}

.uploader__message {
  font-size: 16px;
}

.uploader__message-link {
  font-weight: 700;
  color: #005cd4;
  text-decoration: underline;
  cursor: pointer;
}

.uploader:hover .uploader__message-link {
  color: #434348;
}

.uploader__error {
  background-color: #ebf0f3;
  font-size: 14px;
  font-family: monospace;
  color: #dc5757;
  display: inline-block;
  margin: 5px 0;
  padding: 0 5px;
}

.uploader__link {
  width: 100%;
  font-size: 15px;
  text-decoration: underline;
  color: #005cd4;
  display: inline-block;
  padding: 0 15px 10px 15px;
}

.uploader__link:hover {
  color: #434348;
}

/*------------------------------------*    breakpoint
\*------------------------------------*/

/*------------------------------------*    breakpoint
\*------------------------------------*/

/*------------------------------------*    breakpoint
\*------------------------------------*/

/*------------------------------------*    breakpoint
\*------------------------------------*/

/*------------------------------------*    breakpoint
\*------------------------------------*/

/*------------------------------------*    styles
\*------------------------------------*/

.vdp-datepicker div input {
  width: 100%;
}

.vdp-datepicker .vdp-datepicker__calendar {
  font-size: 16px;
  border-color: #d3d9e5;
  border-radius: 2px;
  -webkit-box-shadow: 0px 2px 3px 2px rgba(67, 67, 72, 0.1);
          box-shadow: 0px 2px 3px 2px rgba(67, 67, 72, 0.1);
}

.vdp-datepicker .vdp-datepicker__calendar header .prev:not(disabled):hover,
.vdp-datepicker .vdp-datepicker__calendar header .up:not(disabled):hover,
.vdp-datepicker .vdp-datepicker__calendar header .next:not(disabled):hover {
  background: #ebf0f3;
}

.vdp-datepicker .vdp-datepicker__calendar .cell.day.selected,
.vdp-datepicker .vdp-datepicker__calendar .cell.day.selected.highlighted,
.vdp-datepicker .vdp-datepicker__calendar .cell.selected:not(.blank):not(.disabled).day:hover {
  background: #005cd4;
  color: #fff;
  border-color: #005cd4;
}

.vdp-datepicker .vdp-datepicker__calendar .cell:not(.blank):not(.disabled).day:hover,
.vdp-datepicker .vdp-datepicker__calendar .cell:not(.blank):not(.disabled).month:hover,
.vdp-datepicker .vdp-datepicker__calendar .cell:not(.blank):not(.disabled).year:hover {
  background: #ebf0f3;
  border-color: #ebf0f3;
}

/*------------------------------------*    breakpoint
\*------------------------------------*/

/*------------------------------------*    breakpoint
\*------------------------------------*/

/*------------------------------------*    breakpoint
\*------------------------------------*/

/*------------------------------------*    breakpoint
\*------------------------------------*/

/*------------------------------------*    breakpoint
\*------------------------------------*/

