/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}

/* Slider */
.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}

@charset 'UTF-8';
/* Slider */
.slick-loading .slick-list
{
    background: #fff url(./fb6f3c230cb846e25247.gif) center center no-repeat;
}

/* Icons */
@font-face
{
    font-family: 'slick';
    font-weight: normal;
    font-style: normal;

    src: url(./a4e97f5a2a64f0ab1323.eot);
    src: url(./a4e97f5a2a64f0ab1323.eot?#iefix) format('embedded-opentype'), url(./295183786cd8a1389865.woff) format('woff'), url(./c94f7671dcc99dce43e2.ttf) format('truetype'), url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBzdGFuZGFsb25lPSJubyI/Pgo8IURPQ1RZUEUgc3ZnIFBVQkxJQyAiLS8vVzNDLy9EVEQgU1ZHIDEuMS8vRU4iICJodHRwOi8vd3d3LnczLm9yZy9HcmFwaGljcy9TVkcvMS4xL0RURC9zdmcxMS5kdGQiPgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxtZXRhZGF0YT5HZW5lcmF0ZWQgYnkgRm9udGFzdGljLm1lPC9tZXRhZGF0YT4KPGRlZnM+Cjxmb250IGlkPSJzbGljayIgaG9yaXotYWR2LXg9IjUxMiI+Cjxmb250LWZhY2UgZm9udC1mYW1pbHk9InNsaWNrIiB1bml0cy1wZXItZW09IjUxMiIgYXNjZW50PSI0ODAiIGRlc2NlbnQ9Ii0zMiIvPgo8bWlzc2luZy1nbHlwaCBob3Jpei1hZHYteD0iNTEyIiAvPgoKPGdseXBoIHVuaWNvZGU9IiYjODU5NDsiIGQ9Ik0yNDEgMTEzbDEzMCAxMzBjNCA0IDYgOCA2IDEzIDAgNS0yIDktNiAxM2wtMTMwIDEzMGMtMyAzLTcgNS0xMiA1LTUgMC0xMC0yLTEzLTVsLTI5LTMwYy00LTMtNi03LTYtMTIgMC01IDItMTAgNi0xM2w4Ny04OC04Ny04OGMtNC0zLTYtOC02LTEzIDAtNSAyLTkgNi0xMmwyOS0zMGMzLTMgOC01IDEzLTUgNSAwIDkgMiAxMiA1eiBtMjM0IDE0M2MwLTQwLTktNzctMjktMTEwLTIwLTM0LTQ2LTYwLTgwLTgwLTMzLTIwLTcwLTI5LTExMC0yOS00MCAwLTc3IDktMTEwIDI5LTM0IDIwLTYwIDQ2LTgwIDgwLTIwIDMzLTI5IDcwLTI5IDExMCAwIDQwIDkgNzcgMjkgMTEwIDIwIDM0IDQ2IDYwIDgwIDgwIDMzIDIwIDcwIDI5IDExMCAyOSA0MCAwIDc3LTkgMTEwLTI5IDM0LTIwIDYwLTQ2IDgwLTgwIDIwLTMzIDI5LTcwIDI5LTExMHoiLz4KPGdseXBoIHVuaWNvZGU9IiYjODU5MjsiIGQ9Ik0yOTYgMTEzbDI5IDMwYzQgMyA2IDcgNiAxMiAwIDUtMiAxMC02IDEzbC04NyA4OCA4NyA4OGM0IDMgNiA4IDYgMTMgMCA1LTIgOS02IDEybC0yOSAzMGMtMyAzLTggNS0xMyA1LTUgMC05LTItMTItNWwtMTMwLTEzMGMtNC00LTYtOC02LTEzIDAtNSAyLTkgNi0xM2wxMzAtMTMwYzMtMyA3LTUgMTItNSA1IDAgMTAgMiAxMyA1eiBtMTc5IDE0M2MwLTQwLTktNzctMjktMTEwLTIwLTM0LTQ2LTYwLTgwLTgwLTMzLTIwLTcwLTI5LTExMC0yOS00MCAwLTc3IDktMTEwIDI5LTM0IDIwLTYwIDQ2LTgwIDgwLTIwIDMzLTI5IDcwLTI5IDExMCAwIDQwIDkgNzcgMjkgMTEwIDIwIDM0IDQ2IDYwIDgwIDgwIDMzIDIwIDcwIDI5IDExMCAyOSA0MCAwIDc3LTkgMTEwLTI5IDM0LTIwIDYwLTQ2IDgwLTgwIDIwLTMzIDI5LTcwIDI5LTExMHoiLz4KPGdseXBoIHVuaWNvZGU9IiYjODIyNjsiIGQ9Ik00NzUgMjU2YzAtNDAtOS03Ny0yOS0xMTAtMjAtMzQtNDYtNjAtODAtODAtMzMtMjAtNzAtMjktMTEwLTI5LTQwIDAtNzcgOS0xMTAgMjktMzQgMjAtNjAgNDYtODAgODAtMjAgMzMtMjkgNzAtMjkgMTEwIDAgNDAgOSA3NyAyOSAxMTAgMjAgMzQgNDYgNjAgODAgODAgMzMgMjAgNzAgMjkgMTEwIDI5IDQwIDAgNzctOSAxMTAtMjkgMzQtMjAgNjAtNDYgODAtODAgMjAtMzMgMjktNzAgMjktMTEweiIvPgo8Z2x5cGggdW5pY29kZT0iJiM5NzsiIGQ9Ik00NzUgNDM5bDAtMTI4YzAtNS0xLTktNS0xMy00LTQtOC01LTEzLTVsLTEyOCAwYy04IDAtMTMgMy0xNyAxMS0zIDctMiAxNCA0IDIwbDQwIDM5Yy0yOCAyNi02MiAzOS0xMDAgMzktMjAgMC0zOS00LTU3LTExLTE4LTgtMzMtMTgtNDYtMzItMTQtMTMtMjQtMjgtMzItNDYtNy0xOC0xMS0zNy0xMS01NyAwLTIwIDQtMzkgMTEtNTcgOC0xOCAxOC0zMyAzMi00NiAxMy0xNCAyOC0yNCA0Ni0zMiAxOC03IDM3LTExIDU3LTExIDIzIDAgNDQgNSA2NCAxNSAyMCA5IDM4IDIzIDUxIDQyIDIgMSA0IDMgNyAzIDMgMCA1LTEgNy0zbDM5LTM5YzItMiAzLTMgMy02IDAtMi0xLTQtMi02LTIxLTI1LTQ2LTQ1LTc2LTU5LTI5LTE0LTYwLTIwLTkzLTIwLTMwIDAtNTggNS04NSAxNy0yNyAxMi01MSAyNy03MCA0Ny0yMCAxOS0zNSA0My00NyA3MC0xMiAyNy0xNyA1NS0xNyA4NSAwIDMwIDUgNTggMTcgODUgMTIgMjcgMjcgNTEgNDcgNzAgMTkgMjAgNDMgMzUgNzAgNDcgMjcgMTIgNTUgMTcgODUgMTcgMjggMCA1NS01IDgxLTE1IDI2LTExIDUwLTI2IDcwLTQ1bDM3IDM3YzYgNiAxMiA3IDIwIDQgOC00IDExLTkgMTEtMTd6Ii8+CjwvZm9udD48L2RlZnM+PC9zdmc+Cg==#slick) format('svg');
}
/* Arrows */
.slick-prev,
.slick-next
{
    font-size: 0;
    line-height: 0;

    position: absolute;
    top: 50%;

    display: block;

    width: 20px;
    height: 20px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);

    cursor: pointer;

    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus
{
    color: transparent;
    outline: none;
    background: transparent;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before
{
    opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before
{
    opacity: .25;
}

.slick-prev:before,
.slick-next:before
{
    font-family: 'slick';
    font-size: 20px;
    line-height: 1;

    opacity: .75;
    color: white;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-prev
{
    left: -25px;
}
[dir='rtl'] .slick-prev
{
    right: -25px;
    left: auto;
}
.slick-prev:before
{
    content: '←';
}
[dir='rtl'] .slick-prev:before
{
    content: '→';
}

.slick-next
{
    right: -25px;
}
[dir='rtl'] .slick-next
{
    right: auto;
    left: -25px;
}
.slick-next:before
{
    content: '→';
}
[dir='rtl'] .slick-next:before
{
    content: '←';
}

/* Dots */
.slick-dotted.slick-slider
{
    margin-bottom: 30px;
}

.slick-dots
{
    position: absolute;
    bottom: -25px;

    display: block;

    width: 100%;
    padding: 0;
    margin: 0;

    list-style: none;

    text-align: center;
}
.slick-dots li
{
    position: relative;

    display: inline-block;

    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;

    cursor: pointer;
}
.slick-dots li button
{
    font-size: 0;
    line-height: 0;

    display: block;

    width: 20px;
    height: 20px;
    padding: 5px;

    cursor: pointer;

    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}
.slick-dots li button:hover,
.slick-dots li button:focus
{
    outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before
{
    opacity: 1;
}
.slick-dots li button:before
{
    font-family: 'slick';
    font-size: 6px;
    line-height: 20px;

    position: absolute;
    top: 0;
    left: 0;

    width: 20px;
    height: 20px;

    content: '•';
    text-align: center;

    opacity: .25;
    color: black;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before
{
    opacity: .75;
    color: black;
}

.mt-1{margin-top:1rem!important}.pt-1{padding-top:1rem!important}.mb-1{margin-bottom:1rem!important}.pb-1{padding-bottom:1rem!important}.ml-1{margin-left:1rem!important}.pl-1{padding-left:1rem!important}.mr-1{margin-right:1rem!important}.pr-1{padding-right:1rem!important}.mt-2{margin-top:2rem!important}.pt-2{padding-top:2rem!important}.mb-2{margin-bottom:2rem!important}.pb-2{padding-bottom:2rem!important}.ml-2{margin-left:2rem!important}.pl-2{padding-left:2rem!important}.mr-2{margin-right:2rem!important}.pr-2{padding-right:2rem!important}.mt-3{margin-top:3rem!important}.pt-3{padding-top:3rem!important}.mb-3{margin-bottom:3rem!important}.pb-3{padding-bottom:3rem!important}.ml-3{margin-left:3rem!important}.pl-3{padding-left:3rem!important}.mr-3{margin-right:3rem!important}.pr-3{padding-right:3rem!important}.mt-4{margin-top:4rem!important}.pt-4{padding-top:4rem!important}.mb-4{margin-bottom:4rem!important}.pb-4{padding-bottom:4rem!important}.ml-4{margin-left:4rem!important}.pl-4{padding-left:4rem!important}.mr-4{margin-right:4rem!important}.pr-4{padding-right:4rem!important}.mt-5{margin-top:5rem!important}.pt-5{padding-top:5rem!important}.mb-5{margin-bottom:5rem!important}.pb-5{padding-bottom:5rem!important}.ml-5{margin-left:5rem!important}.pl-5{padding-left:5rem!important}.mr-5{margin-right:5rem!important}.pr-5{padding-right:5rem!important}.mt-6{margin-top:6rem!important}.pt-6{padding-top:6rem!important}.mb-6{margin-bottom:6rem!important}.pb-6{padding-bottom:6rem!important}.ml-6{margin-left:6rem!important}.pl-6{padding-left:6rem!important}.mr-6{margin-right:6rem!important}.pr-6{padding-right:6rem!important}.mt-7{margin-top:7rem!important}.pt-7{padding-top:7rem!important}.mb-7{margin-bottom:7rem!important}.pb-7{padding-bottom:7rem!important}.ml-7{margin-left:7rem!important}.pl-7{padding-left:7rem!important}.mr-7{margin-right:7rem!important}.pr-7{padding-right:7rem!important}.mt-8{margin-top:8rem!important}.pt-8{padding-top:8rem!important}.mb-8{margin-bottom:8rem!important}.pb-8{padding-bottom:8rem!important}.ml-8{margin-left:8rem!important}.pl-8{padding-left:8rem!important}.mr-8{margin-right:8rem!important}.pr-8{padding-right:8rem!important}.mt-9{margin-top:9rem!important}.pt-9{padding-top:9rem!important}.mb-9{margin-bottom:9rem!important}.pb-9{padding-bottom:9rem!important}.ml-9{margin-left:9rem!important}.pl-9{padding-left:9rem!important}.mr-9{margin-right:9rem!important}.pr-9{padding-right:9rem!important}.mt-10{margin-top:10rem!important}.pt-10{padding-top:10rem!important}.mb-10{margin-bottom:10rem!important}.pb-10{padding-bottom:10rem!important}.ml-10{margin-left:10rem!important}.pl-10{padding-left:10rem!important}.mr-10{margin-right:10rem!important}.pr-10{padding-right:10rem!important}.my-1{margin-top:1rem!important}.py-1{padding-top:1rem!important}.my-1{margin-bottom:1rem!important}.py-1{padding-bottom:1rem!important}.my-1{margin-left:1rem!important}.py-1{padding-left:1rem!important}.my-1{margin-right:1rem!important}.py-1{padding-right:1rem!important}.my-2{margin-top:2rem!important}.py-2{padding-top:2rem!important}.my-2{margin-bottom:2rem!important}.py-2{padding-bottom:2rem!important}.my-2{margin-left:2rem!important}.py-2{padding-left:2rem!important}.my-2{margin-right:2rem!important}.py-2{padding-right:2rem!important}.my-3{margin-top:3rem!important}.py-3{padding-top:3rem!important}.my-3{margin-bottom:3rem!important}.py-3{padding-bottom:3rem!important}.my-3{margin-left:3rem!important}.py-3{padding-left:3rem!important}.my-3{margin-right:3rem!important}.py-3{padding-right:3rem!important}.my-4{margin-top:4rem!important}.py-4{padding-top:4rem!important}.my-4{margin-bottom:4rem!important}.py-4{padding-bottom:4rem!important}.my-4{margin-left:4rem!important}.py-4{padding-left:4rem!important}.my-4{margin-right:4rem!important}.py-4{padding-right:4rem!important}.my-5{margin-top:5rem!important}.py-5{padding-top:5rem!important}.my-5{margin-bottom:5rem!important}.py-5{padding-bottom:5rem!important}.my-5{margin-left:5rem!important}.py-5{padding-left:5rem!important}.my-5{margin-right:5rem!important}.py-5{padding-right:5rem!important}.my-6{margin-top:6rem!important}.py-6{padding-top:6rem!important}.my-6{margin-bottom:6rem!important}.py-6{padding-bottom:6rem!important}.my-6{margin-left:6rem!important}.py-6{padding-left:6rem!important}.my-6{margin-right:6rem!important}.py-6{padding-right:6rem!important}.my-7{margin-top:7rem!important}.py-7{padding-top:7rem!important}.my-7{margin-bottom:7rem!important}.py-7{padding-bottom:7rem!important}.my-7{margin-left:7rem!important}.py-7{padding-left:7rem!important}.my-7{margin-right:7rem!important}.py-7{padding-right:7rem!important}.my-8{margin-top:8rem!important}.py-8{padding-top:8rem!important}.my-8{margin-bottom:8rem!important}.py-8{padding-bottom:8rem!important}.my-8{margin-left:8rem!important}.py-8{padding-left:8rem!important}.my-8{margin-right:8rem!important}.py-8{padding-right:8rem!important}.my-9{margin-top:9rem!important}.py-9{padding-top:9rem!important}.my-9{margin-bottom:9rem!important}.py-9{padding-bottom:9rem!important}.my-9{margin-left:9rem!important}.py-9{padding-left:9rem!important}.my-9{margin-right:9rem!important}.py-9{padding-right:9rem!important}.my-10{margin-top:10rem!important}.py-10{padding-top:10rem!important}.my-10{margin-bottom:10rem!important}.py-10{padding-bottom:10rem!important}.my-10{margin-left:10rem!important}.py-10{padding-left:10rem!important}.my-10{margin-right:10rem!important}.py-10{padding-right:10rem!important}.mx-1{margin-top:1rem!important}.px-1{padding-top:1rem!important}.mx-1{margin-bottom:1rem!important}.px-1{padding-bottom:1rem!important}.mx-1{margin-left:1rem!important}.px-1{padding-left:1rem!important}.mx-1{margin-right:1rem!important}.px-1{padding-right:1rem!important}.mx-2{margin-top:2rem!important}.px-2{padding-top:2rem!important}.mx-2{margin-bottom:2rem!important}.px-2{padding-bottom:2rem!important}.mx-2{margin-left:2rem!important}.px-2{padding-left:2rem!important}.mx-2{margin-right:2rem!important}.px-2{padding-right:2rem!important}.mx-3{margin-top:3rem!important}.px-3{padding-top:3rem!important}.mx-3{margin-bottom:3rem!important}.px-3{padding-bottom:3rem!important}.mx-3{margin-left:3rem!important}.px-3{padding-left:3rem!important}.mx-3{margin-right:3rem!important}.px-3{padding-right:3rem!important}.mx-4{margin-top:4rem!important}.px-4{padding-top:4rem!important}.mx-4{margin-bottom:4rem!important}.px-4{padding-bottom:4rem!important}.mx-4{margin-left:4rem!important}.px-4{padding-left:4rem!important}.mx-4{margin-right:4rem!important}.px-4{padding-right:4rem!important}.mx-5{margin-top:5rem!important}.px-5{padding-top:5rem!important}.mx-5{margin-bottom:5rem!important}.px-5{padding-bottom:5rem!important}.mx-5{margin-left:5rem!important}.px-5{padding-left:5rem!important}.mx-5{margin-right:5rem!important}.px-5{padding-right:5rem!important}.mx-6{margin-top:6rem!important}.px-6{padding-top:6rem!important}.mx-6{margin-bottom:6rem!important}.px-6{padding-bottom:6rem!important}.mx-6{margin-left:6rem!important}.px-6{padding-left:6rem!important}.mx-6{margin-right:6rem!important}.px-6{padding-right:6rem!important}.mx-7{margin-top:7rem!important}.px-7{padding-top:7rem!important}.mx-7{margin-bottom:7rem!important}.px-7{padding-bottom:7rem!important}.mx-7{margin-left:7rem!important}.px-7{padding-left:7rem!important}.mx-7{margin-right:7rem!important}.px-7{padding-right:7rem!important}.mx-8{margin-top:8rem!important}.px-8{padding-top:8rem!important}.mx-8{margin-bottom:8rem!important}.px-8{padding-bottom:8rem!important}.mx-8{margin-left:8rem!important}.px-8{padding-left:8rem!important}.mx-8{margin-right:8rem!important}.px-8{padding-right:8rem!important}.mx-9{margin-top:9rem!important}.px-9{padding-top:9rem!important}.mx-9{margin-bottom:9rem!important}.px-9{padding-bottom:9rem!important}.mx-9{margin-left:9rem!important}.px-9{padding-left:9rem!important}.mx-9{margin-right:9rem!important}.px-9{padding-right:9rem!important}.mx-10{margin-top:10rem!important}.px-10{padding-top:10rem!important}.mx-10{margin-bottom:10rem!important}.px-10{padding-bottom:10rem!important}.mx-10{margin-left:10rem!important}.px-10{padding-left:10rem!important}.mx-10{margin-right:10rem!important}.px-10{padding-right:10rem!important}.m-1{margin-top:1rem!important}.p-1{padding-top:1rem!important}.m-1{margin-bottom:1rem!important}.p-1{padding-bottom:1rem!important}.m-1{margin-left:1rem!important}.p-1{padding-left:1rem!important}.m-1{margin-right:1rem!important}.p-1{padding-right:1rem!important}.m-2{margin-top:2rem!important}.p-2{padding-top:2rem!important}.m-2{margin-bottom:2rem!important}.p-2{padding-bottom:2rem!important}.m-2{margin-left:2rem!important}.p-2{padding-left:2rem!important}.m-2{margin-right:2rem!important}.p-2{padding-right:2rem!important}.m-3{margin-top:3rem!important}.p-3{padding-top:3rem!important}.m-3{margin-bottom:3rem!important}.p-3{padding-bottom:3rem!important}.m-3{margin-left:3rem!important}.p-3{padding-left:3rem!important}.m-3{margin-right:3rem!important}.p-3{padding-right:3rem!important}.m-4{margin-top:4rem!important}.p-4{padding-top:4rem!important}.m-4{margin-bottom:4rem!important}.p-4{padding-bottom:4rem!important}.m-4{margin-left:4rem!important}.p-4{padding-left:4rem!important}.m-4{margin-right:4rem!important}.p-4{padding-right:4rem!important}.m-5{margin-top:5rem!important}.p-5{padding-top:5rem!important}.m-5{margin-bottom:5rem!important}.p-5{padding-bottom:5rem!important}.m-5{margin-left:5rem!important}.p-5{padding-left:5rem!important}.m-5{margin-right:5rem!important}.p-5{padding-right:5rem!important}.m-6{margin-top:6rem!important}.p-6{padding-top:6rem!important}.m-6{margin-bottom:6rem!important}.p-6{padding-bottom:6rem!important}.m-6{margin-left:6rem!important}.p-6{padding-left:6rem!important}.m-6{margin-right:6rem!important}.p-6{padding-right:6rem!important}.m-7{margin-top:7rem!important}.p-7{padding-top:7rem!important}.m-7{margin-bottom:7rem!important}.p-7{padding-bottom:7rem!important}.m-7{margin-left:7rem!important}.p-7{padding-left:7rem!important}.m-7{margin-right:7rem!important}.p-7{padding-right:7rem!important}.m-8{margin-top:8rem!important}.p-8{padding-top:8rem!important}.m-8{margin-bottom:8rem!important}.p-8{padding-bottom:8rem!important}.m-8{margin-left:8rem!important}.p-8{padding-left:8rem!important}.m-8{margin-right:8rem!important}.p-8{padding-right:8rem!important}.m-9{margin-top:9rem!important}.p-9{padding-top:9rem!important}.m-9{margin-bottom:9rem!important}.p-9{padding-bottom:9rem!important}.m-9{margin-left:9rem!important}.p-9{padding-left:9rem!important}.m-9{margin-right:9rem!important}.p-9{padding-right:9rem!important}.m-10{margin-top:10rem!important}.p-10{padding-top:10rem!important}.m-10{margin-bottom:10rem!important}.p-10{padding-bottom:10rem!important}.m-10{margin-left:10rem!important}.p-10{padding-left:10rem!important}.m-10{margin-right:10rem!important}.p-10{padding-right:10rem!important}.container{max-width:88rem;margin:0 auto;padding-right:2rem;padding-left:2rem}@media only screen and (max-width:1024px){.container{padding:0 1.875rem}}.row{box-sizing:border-box;display:flex;flex:0 1 auto;flex-direction:row;flex-wrap:wrap;margin-right:-1rem;margin-left:-1rem}.row.reverse{flex-direction:row-reverse}.col.reverse{flex-direction:column-reverse}.col-xs,.col-xs-1,.col-xs-2,.col-xs-3,.col-xs-4,.col-xs-5,.col-xs-6,.col-xs-7,.col-xs-8,.col-xs-9,.col-xs-10,.col-xs-11,.col-xs-12{box-sizing:border-box;flex:0 0 auto;padding-right:1rem;padding-left:1rem}.col-xs{flex-grow:1;flex-basis:0;max-width:100%}.col-xs-1{flex-basis:8.333%;max-width:8.333%}.col-xs-2{flex-basis:16.667%;max-width:16.667%}.col-xs-3{flex-basis:25%;max-width:25%}.col-xs-4{flex-basis:33.333%;max-width:33.333%}.col-xs-5{flex-basis:41.667%;max-width:41.667%}.col-xs-6{flex-basis:50%;max-width:50%}.col-xs-7{flex-basis:58.333%;max-width:58.333%}.col-xs-8{flex-basis:66.667%;max-width:66.667%}.col-xs-9{flex-basis:75%;max-width:75%}.col-xs-10{flex-basis:83.333%;max-width:83.333%}.col-xs-11{flex-basis:91.667%;max-width:91.667%}.col-xs-12{flex-basis:100%;max-width:100%}.col-xs-offset-1{margin-left:8.333%}.col-xs-offset-2{margin-left:16.667%}.col-xs-offset-3{margin-left:25%}.col-xs-offset-4{margin-left:33.333%}.col-xs-offset-5{margin-left:41.667%}.col-xs-offset-6{margin-left:50%}.col-xs-offset-7{margin-left:58.333%}.col-xs-offset-8{margin-left:66.667%}.col-xs-offset-9{margin-left:75%}.col-xs-offset-10{margin-left:83.333%}.col-xs-offset-11{margin-left:91.667%}.start-xs{justify-content:flex-start;text-align:start}.center-xs{justify-content:center;text-align:center}.end-xs{justify-content:flex-end;text-align:end}.top-xs{align-items:flex-start}.middle-xs{align-items:center}.bottom-xs{align-items:flex-end}.around-xs{justify-content:space-around}.between-xs{justify-content:space-between}.first-xs{order:-1}.last-xs{order:1}@media only screen and (min-width:48em){.col-sm,.col-sm-1,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9,.col-sm-10,.col-sm-11,.col-sm-12{box-sizing:border-box;flex:0 0 auto;padding-right:1rem;padding-left:1rem}.col-sm{flex-grow:1;flex-basis:0;max-width:100%}.col-sm-1{flex-basis:8.333%;max-width:8.333%}.col-sm-2{flex-basis:16.667%;max-width:16.667%}.col-sm-3{flex-basis:25%;max-width:25%}.col-sm-4{flex-basis:33.333%;max-width:33.333%}.col-sm-5{flex-basis:41.667%;max-width:41.667%}.col-sm-6{flex-basis:50%;max-width:50%}.col-sm-7{flex-basis:58.333%;max-width:58.333%}.col-sm-8{flex-basis:66.667%;max-width:66.667%}.col-sm-9{flex-basis:75%;max-width:75%}.col-sm-10{flex-basis:83.333%;max-width:83.333%}.col-sm-11{flex-basis:91.667%;max-width:91.667%}.col-sm-12{flex-basis:100%;max-width:100%}.col-sm-offset-1{margin-left:8.333%}.col-sm-offset-2{margin-left:16.667%}.col-sm-offset-3{margin-left:25%}.col-sm-offset-4{margin-left:33.333%}.col-sm-offset-5{margin-left:41.667%}.col-sm-offset-6{margin-left:50%}.col-sm-offset-7{margin-left:58.333%}.col-sm-offset-8{margin-left:66.667%}.col-sm-offset-9{margin-left:75%}.col-sm-offset-10{margin-left:83.333%}.col-sm-offset-11{margin-left:91.667%}.start-sm{justify-content:flex-start;text-align:start}.center-sm{justify-content:center;text-align:center}.end-sm{justify-content:flex-end;text-align:end}.top-sm{align-items:flex-start}.middle-sm{align-items:center}.bottom-sm{align-items:flex-end}.around-sm{justify-content:space-around}.between-sm{justify-content:space-between}.first-sm{order:-1}.last-sm{order:1}}@media only screen and (min-width:62em){.col-md,.col-md-1,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9,.col-md-10,.col-md-11,.col-md-12{box-sizing:border-box;flex:0 0 auto;padding-right:1rem;padding-left:1rem}.col-md{flex-grow:1;flex-basis:0;max-width:100%}.col-md-1{flex-basis:8.333%;max-width:8.333%}.col-md-2{flex-basis:16.667%;max-width:16.667%}.col-md-3{flex-basis:25%;max-width:25%}.col-md-4{flex-basis:33.333%;max-width:33.333%}.col-md-5{flex-basis:41.667%;max-width:41.667%}.col-md-6{flex-basis:50%;max-width:50%}.col-md-7{flex-basis:58.333%;max-width:58.333%}.col-md-8{flex-basis:66.667%;max-width:66.667%}.col-md-9{flex-basis:75%;max-width:75%}.col-md-10{flex-basis:83.333%;max-width:83.333%}.col-md-11{flex-basis:91.667%;max-width:91.667%}.col-md-12{flex-basis:100%;max-width:100%}.col-md-offset-1{margin-left:8.333%}.col-md-offset-2{margin-left:16.667%}.col-md-offset-3{margin-left:25%}.col-md-offset-4{margin-left:33.333%}.col-md-offset-5{margin-left:41.667%}.col-md-offset-6{margin-left:50%}.col-md-offset-7{margin-left:58.333%}.col-md-offset-8{margin-left:66.667%}.col-md-offset-9{margin-left:75%}.col-md-offset-10{margin-left:83.333%}.col-md-offset-11{margin-left:91.667%}.start-md{justify-content:flex-start;text-align:start}.center-md{justify-content:center;text-align:center}.end-md{justify-content:flex-end;text-align:end}.top-md{align-items:flex-start}.middle-md{align-items:center}.bottom-md{align-items:flex-end}.around-md{justify-content:space-around}.between-md{justify-content:space-between}.first-md{order:-1}.last-md{order:1}}@media only screen and (min-width:75em){.col-lg,.col-lg-1,.col-lg-2,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-lg-9,.col-lg-10,.col-lg-11,.col-lg-12{box-sizing:border-box;flex:0 0 auto;padding-right:1rem;padding-left:1rem}.col-lg{flex-grow:1;flex-basis:0;max-width:100%}.col-lg-1{flex-basis:8.333%;max-width:8.333%}.col-lg-2{flex-basis:16.667%;max-width:16.667%}.col-lg-3{flex-basis:25%;max-width:25%}.col-lg-4{flex-basis:33.333%;max-width:33.333%}.col-lg-5{flex-basis:41.667%;max-width:41.667%}.col-lg-6{flex-basis:50%;max-width:50%}.col-lg-7{flex-basis:58.333%;max-width:58.333%}.col-lg-8{flex-basis:66.667%;max-width:66.667%}.col-lg-9{flex-basis:75%;max-width:75%}.col-lg-10{flex-basis:83.333%;max-width:83.333%}.col-lg-11{flex-basis:91.667%;max-width:91.667%}.col-lg-12{flex-basis:100%;max-width:100%}.col-lg-offset-1{margin-left:8.333%}.col-lg-offset-2{margin-left:16.667%}.col-lg-offset-3{margin-left:25%}.col-lg-offset-4{margin-left:33.333%}.col-lg-offset-5{margin-left:41.667%}.col-lg-offset-6{margin-left:50%}.col-lg-offset-7{margin-left:58.333%}.col-lg-offset-8{margin-left:66.667%}.col-lg-offset-9{margin-left:75%}.col-lg-offset-10{margin-left:83.333%}.col-lg-offset-11{margin-left:91.667%}.start-lg{justify-content:flex-start;text-align:start}.center-lg{justify-content:center;text-align:center}.end-lg{justify-content:flex-end;text-align:end}.top-lg{align-items:flex-start}.middle-lg{align-items:center}.bottom-lg{align-items:flex-end}.around-lg{justify-content:space-around}.between-lg{justify-content:space-between}.first-lg{order:-1}.last-lg{order:1}}:root{--font-size:14px;--font-family:"Poppins",sans-serif;--primary-color:#004d82;--secondary-color:#4dbdc6;--light:#96d3dd;--gray:#98989a;--gray-light:#f6f6f6;--black:#1d1d1b;--dark:#000;--white:#fff;--border-color:#c4c4c4;--border-light-color:#f0f0f0;--text-dark-color:#1f252a;--text-gray-color:#b0b0b0;--text-dark-gary:#696871;--error-color:#e74c3c;--xxl:3.5rem;--xl:2.5rem;--l:1.5rem;--m:1.375rem;--s:1rem}@font-face{font-family:Poppins;src:url(./8081832fc5cfbf634aa6.ttf) format("truetype");font-weight:400;font-style:normal;font-display:swap}@font-face{font-family:Poppins;src:url(./9e1bb626874ed49aa343.ttf) format("truetype");font-weight:500;font-style:normal;font-display:swap}@font-face{font-family:Poppins;src:url(./cce5625b56ec678e4202.ttf) format("truetype");font-weight:600;font-style:normal;font-display:swap}@font-face{font-family:Poppins;src:url(./404e299be26d78e66794.ttf) format("truetype");font-weight:700;font-style:normal;font-display:swap}a,abbr,acronym,address,applet,article,aside,audio,b,big,blockquote,body,button,canvas,caption,center,cite,code,dd,del,details,dfn,div,dl,dt,em,embed,fieldset,figcaption,figure,footer,form,h1,h2,h3,h4,h5,h6,header,hgroup,html,i,iframe,img,ins,kbd,label,legend,li,mark,menu,nav,object,ol,output,p,pre,q,ruby,s,samp,section,small,span,strike,strong,sub,summary,sup,table,tbody,td,tfoot,th,thead,time,tr,tt,u,ul,var,video{margin:0;padding:0;border:0;font:inherit;vertical-align:baseline}article,aside,details,figcaption,figure,hgroup,menu,nav,section{display:block}body{line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:after,blockquote:before,q:after,q:before{content:"";content:none}table{border-collapse:collapse;border-spacing:0}a,a:hover,a:link{text-decoration:none}li{list-style:none}img{display:block}*{margin:0;padding:0;box-sizing:border-box}input,textarea{border:none}textarea{min-height:100%;padding-top:2rem!important}html{font-family:var(--font-family);font-size:var(--font-size);height:100%;scroll-behavior:smooth;overflow-x:hidden}@media only screen and (max-width:1500px){html{font-size:12px}}body{min-height:100%;color:var(--text-dark-color);line-height:1rem;font-weight:500;overflow:hidden}main{position:relative;z-index:9}h1{font-size:var(--xxl);font-weight:700;line-height:5.625rem;margin-top:1.5625rem;margin-bottom:1.5625rem}@media only screen and (max-width:1200px){h1{font-size:var(--xl);line-height:3.875rem}}@media only screen and (max-width:768px){h1{line-height:3.125rem;font-size:1.875rem}}h2{font-weight:600;font-size:4rem;line-height:5.625rem;color:var(--white)}@media only screen and (max-width:1024px){h2{font-size:2.875rem}}@media only screen and (max-width:768px){h2{font-size:1.4rem;line-height:2}}#root{padding-top:10.375rem!important}@media only screen and (max-width:1024px){#root{padding-top:6rem!important}}::-webkit-scrollbar{width:.375rem}::-webkit-scrollbar-track{border-radius:.625rem;box-shadow:inset 0 0 6px rgba(0,0,0,.3)}::-webkit-scrollbar-thumb{border-radius:.625rem;background:var(--primary-color)}:focus{outline:none}header{width:100%;position:fixed;top:0;z-index:999;background-color:var(--white);height:5.5rem;transition:all .3s linear}header.active{box-shadow:0 2px 10px 0 rgba(0,0,0,.15);margin-top:0}section{position:relative}.link{font-size:1.25rem;color:var(--black);font-weight:400;cursor:pointer}#home{position:relative;min-height:45rem;margin-top:3rem}@media only screen and (max-width:1024px){#home{min-height:35rem}}@media only screen and (max-width:768px){#home{margin-top:2rem}}#faq,#features,#howItWorks,#pricing,#qr-whypayriff,#whypayriff{padding-top:6.25rem}#pricing .slick-slide>div{margin:0 1rem}@media only screen and (max-width:768px){#trusted{padding-top:2.5rem}}#qr-whypayriff,#whypayriff{position:relative}@media only screen and (max-width:1024px){#qr-whypayriff,#whypayriff{padding-top:6rem}}@media only screen and (max-width:768px){#qr-whypayriff,#whypayriff{padding-top:2.5rem}}.primary{color:var(--secondary-color);font-weight:600}.collapse{margin-bottom:.125rem;margin-top:2.5rem;transition:.4s}@media only screen and (max-width:768px){.collapse{margin-top:1.25rem}}.collapse_header{padding:1.25rem 0;background-color:#fff;cursor:pointer;position:relative;color:var(--text-dark-gary);font-weight:500;font-size:1.75rem;line-height:normal}@media only screen and (max-width:768px){.collapse_header{padding:.75rem 0;font-size:1rem}}.collapse_arrow{transition:all .4s ease}.collaps .collapse_arrow{transform:rotate(180deg)}.collaps .collapse_header{color:var(--black)}.collapse-icon-right .collapse_header{padding-right:2.5rem}.collapse-icon-right .collapse_arrow{position:absolute;top:24%;right:.9375rem}.collapse_body{font-weight:400;font-size:var(--m);max-height:0;color:rgba(0,0,0,.3);background-color:#fff;overflow:hidden;transition:max-height .2s ease-out;line-height:2.0625rem}@media only screen and (max-width:768px){.collapse_body{font-size:.875rem;line-height:1.25rem}}.box{width:50px;height:50px;border-radius:3px;position:relative;cursor:pointer;left:-10px;z-index:999;display:none}@media only screen and (max-width:1024px){.box{display:block}}.box .ba{width:25px;height:2px;left:50%;transform:translateX(-50%);background:#000;position:absolute;transition:all .3s linear}.box .bar-1{top:17px}.box .bar-2{top:24px}.box .bar-3{top:32px;width:15px;left:20px}.box.trans .bar-1{animation:three-1 .3s linear}.box.trans .bar-2{animation:three-2 .3s linear}.box.trans .bar-3{animation:three-3 .3s linear}.box.active{transition:all .3s linear;background-color:#fff}.box.active .bar-1{top:25px;transform:translateX(-50%) rotate(-43deg)}.box.active .bar-2{top:25px;transform:translateX(-50%) rotate(43deg)}.box.active .bar-3{opacity:0}.slick-track{display:flex;align-items:flex-start;justify-content:center;gap:10px}@keyframes three-1{50%{top:25px}to{top:25px;transform:translateX(-50%) rotate(-43deg)}}@keyframes three-2{to{opacity:0}}@keyframes three-3{50%{top:25px}to{top:25px;transform:translateX(-50%) rotate(43deg)}}.slick-next,.slick-prev{top:31%}.slick-next path,.slick-prev path{fill:grey;transition:all .1s linear}.slick-next:hover path,.slick-prev:hover path{fill:var(--secondary-color)}.slick-next:before,.slick-prev:before{content:none}.slick-arrow{width:5.25rem;height:5.25rem;display:flex!important;justify-content:center;align-items:center;border-radius:3.125rem;transition:all .1s linear}.slick-arrow:hover{box-shadow:0 4px 20px rgba(0,0,0,.1)}.slick-arrow:hover path{fill:var(--secondary-color)}.slick-disabled:hover{box-shadow:0 4px 20px rgba(0,0,0,.1)}.slick-disabled:hover path{fill:grey}.slick-prev{left:-100px}.slick-next{right:-100px}.slick-dots{bottom:-45px}
.itemlink{font-size:1.25rem;transition:all .2s ease-in-out;cursor:pointer}.itemlink.regular{font-weight:400}.itemlink.normal{font-weight:500}.itemlink.semibold{font-weight:600}.itemlink.bold{font-weight:700}.itemlink.primary{color:var(--dark)}.itemlink.primary.active{color:var(--secondary-color)}.itemlink.dark{color:var(--dark)}.itemlink.light{color:var(--white)}.itemlink.gray{color:var(--text-gray-color)}.itemlink.gray:hover{color:var(--text-dark-color)}@media only screen and (max-width:1024px){.itemlink.gray{padding:2rem;display:block}}.itemlink.active{color:var(--text-dark-color)}
.contact__pKNrB{display:flex;justify-content:space-between;margin-top:8.75rem}@media only screen and (max-width:768px){.contact__pKNrB{flex-direction:column;margin-top:2.5rem}}.logo__sVnwl{margin-bottom:4.1875rem;width:13.75rem;height:auto}@media only screen and (max-width:768px){.logo__sVnwl{margin-bottom:2rem}}.logoList__lpcis li{margin-top:1.25rem}.logoList__lpcis a{margin-left:1.125rem}.link__v7CQ9{font-size:1.25rem;color:var(--black);font-weight:400;cursor:pointer}.socialMedia__pUjjb{display:flex;margin-top:2rem}.socialMediaItem__-zwhx{margin-right:1.25rem}.social-media-link__0ch0e{width:3.125rem;height:3.125rem;border-radius:50%;display:flex;justify-content:center;align-items:center;background-color:var(--border-light-color);transition:all .1s ease-in-out}.social-media-link__0ch0e:hover{background-color:var(--secondary-color)}.social-media-link__0ch0e:hover path{fill:var(--white)}.mobile-app__EIV7s{display:flex;justify-content:space-between;align-items:center;padding:32px;margin:60px 0 40px;border-radius:12px;background-color:#f5f5f5}@media only screen and (max-width:834px){.mobile-app__EIV7s{flex-direction:column;gap:15px;padding:20px}}@media only screen and (max-width:768px){.mobile-app__EIV7s{padding:16px}}@media only screen and (max-width:576px){.mobile-app__EIV7s{flex-direction:column;gap:20px;margin:30px 0;background-color:#fff}}@media only screen and (max-width:420px){.mobile-app__EIV7s{padding:16px 0}}.mobile-app-title__u8\+Ah{font-size:1.25rem;line-height:1.8rem}@media only screen and (max-width:992px){.mobile-app-title__u8\+Ah{width:45%}}@media only screen and (max-width:834px){.mobile-app-title__u8\+Ah{text-align:center;width:100%}}.mobile-app-list__rj297{list-style-type:none;display:flex;justify-content:center;align-items:center;gap:15px}@media only screen and (max-width:576px){.mobile-app-list__rj297{flex-direction:column}}@media only screen and (max-width:420px){.mobile-app-list__rj297{gap:10px}}.mobile-app-list__rj297 li:last-of-type{width:162px;height:48px;background-image:url(https://api.producthunt.com/widgets/embed-image/v1/featured.svg?post_id=374570&theme=dark);background-repeat:no-repeat;background-size:100%;background-position:50%;background-color:rgba(0,0,0,.878);border-radius:8px}.mobile-app-logo__cmIaP{width:172px;height:48px}@media only screen and (max-width:768px){.list__Z\+JAZ{margin-top:2.5rem}}.list__Z\+JAZ li{margin-bottom:1.25rem}.title__2W32D{font-size:var(--m);margin-bottom:4.1875rem}@media only screen and (max-width:768px){.title__2W32D{margin-bottom:1.25rem}}
.icon__MTtrE{width:2.5rem;height:2.5rem;border-radius:8px;cursor:pointer;z-index:9;justify-content:center;background-color:var(--secondary-color)}.footer__1Zi0X,.icon__MTtrE{display:flex;align-items:center}.footer__1Zi0X{justify-content:space-between;padding:3rem 0 4.6875rem!important;border-top:1px solid var(--border-color)}@media only screen and (max-width:1024px){.footer__1Zi0X{padding:1.5rem 0 4rem!important;margin-right:1.875rem!important;margin-left:1.875rem!important;margin-top:2.5rem}}@media only screen and (max-width:576px){.footer__1Zi0X{flex-direction:column;gap:16px}}.copyright__KST99{color:var(--black);font-weight:400}.copyright__KST99,.text__c2rZu{font-size:1.125rem;line-height:1.5rem}.text__c2rZu{display:flex;align-items:center}@media only screen and (max-width:420px){.text__c2rZu svg{margin-left:3rem!important}}
.button__WRFrM{padding:1rem 2.5rem;line-height:1.875rem;border-radius:1.25rem;font-size:1.25rem;font-weight:600;cursor:pointer;border:transparent;width:-moz-max-content;width:max-content}@media only screen and (max-width:768px){.button__WRFrM{font-size:1rem;padding:1rem 2.5rem}}.primary__eSmYm{background-color:var(--secondary-color);color:var(--white);border:.2rem solid var(--secondary-color)}.light__npZqE{color:var(--black);border:.2rem solid var(--black)}.light__npZqE,.secondary__Tc5ZU{background-color:var(--white)}.secondary__Tc5ZU{color:var(--secondary-color);padding:1.875rem 3.125rem;border:.2rem solid var(--white)}@media only screen and (max-width:992px){.secondary__Tc5ZU{padding:1rem 2rem}}
.logo__EWfdy{margin-right:3rem;width:13.75rem;height:auto;margin-top:8px}@media only screen and (max-width:768px){.logo__EWfdy{margin-right:0}}.logo__EWfdy img{width:95%;height:auto}.nav__UzUNv{display:flex;align-items:center;padding-top:.68rem}@media only screen and (max-width:1024px){.nav__UzUNv{justify-content:space-between}}.navActive__lsXnB:after{content:"";position:absolute;box-sizing:border-box;top:-5rem;left:0;width:100vw;height:150vh}.navActive__lsXnB .list__cXeRT{transform:translateX(0)}.list__cXeRT{display:flex}@media only screen and (max-width:1024px){.list__cXeRT{flex-direction:column;align-items:center;position:absolute;transform:translateX(-100vw);top:60px;bottom:0;left:0;background-color:var(--white);width:100vw;height:150vh;transition:all .3s;padding-top:1rem;z-index:9}}.item__Ur1ex{margin-right:1.25rem}@media only screen and (max-width:1200px){.item__Ur1ex{margin-right:2rem}}@media only screen and (max-width:768px){.item__Ur1ex{margin-right:0}}.lastItem__P7NjG{width:87%;padding:1.375rem;background:hsla(0,0%,76.9%,.15);border-radius:1.25rem;display:flex;justify-content:center}.link__awEn6{font-weight:400;font-size:1.25rem;color:var(--text-gray-color);transition:all .2s ease-in-out;cursor:pointer}@media only screen and (max-width:1024px){.link__awEn6{padding:2rem;display:block}}.link__awEn6.active__lXbsb,.link__awEn6:hover{color:var(--text-dark-color)}.singIn__l47f4{margin-left:auto;display:flex;align-items:center;z-index:9999}@media only screen and (max-width:1024px){.singIn__l47f4{margin-left:0}}
.loading{background-color:rgba(0,0,0,.1);position:fixed;top:0;bottom:0;left:0;right:0;z-index:100000;display:flex;justify-content:center;align-items:center}.loading__circle{border-radius:50%;margin:0 auto;animation:spin 2s linear infinite;transition:all .3s linear;width:3rem;height:3rem;border-top:3px solid var(--primary-color);border:3px solid var(--primary-color);border-top-color:var(--secondary-color)}@keyframes spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}
