/*!***************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./assets/scss/app.scss ***!
  \***************************************************************************************************************/
@import url(https://fonts.googleapis.com/css2?family=Parkinsans:wght@300..800&display=swap);
/*!********************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/normalize.css/normalize.css ***!
  \********************************************************************************************/
/*! 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;
}

/*!***********************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/slick-carousel/slick/slick.css ***!
  \***********************************************************************************************/
/* 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;
}

/*!*****************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/slick-carousel/slick/slick-theme.css ***!
  \*****************************************************************************************************/
@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(2630a3e3eab21c607e21.svg#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;
}

/*!*******************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./assets/scss/app.scss (1) ***!
  \*******************************************************************************************************************/
@media only screen and (min-width: 481px) {
  .hero {
    margin-top: 165px;
  }
}
.hero .content .btn-action {
  color: #FFF;
  border: 1px solid #0015FF;
  border-radius: 86.03px;
  padding: 6px;
  font-size: 0.625rem;
  background-color: rgba(40, 78, 170, 0.66);
  display: block;
  margin-top: 2rem;
}
@media only screen and (min-width: 481px) {
  .hero .content .btn-action {
    font-size: 0.75rem;
    margin-top: 0;
    padding-left: 15px;
  }
}
.hero .content .btn-action::after {
  content: "chevron_right";
  font-family: "Material Symbols Outlined";
  font-size: 1rem;
  margin-left: 10px;
  display: inline-block;
  vertical-align: middle;
}
@media only screen and (min-width: 481px) {
  .hero .content h1 {
    font-size: 3.34rem;
    line-height: 60px;
    max-width: 796px;
  }
}
@media only screen and (min-width: 481px) {
  .hero .content {
    display: table;
  }
}
@media only screen and (min-width: 481px) {
  .hero p {
    font-size: 19px;
    line-height: 32px;
    margin-bottom: 39px;
  }
}
.hero .buttons {
  display: flex;
  flex-wrap: wrap;
  column-gap: 13px;
}
.hero .buttons .btn-details {
  margin-bottom: 1rem;
  color: #4A4A4A;
}
@media only screen and (min-width: 768px) {
  .hero .buttons .btn-details {
    margin-bottom: 0;
  }
}
.hero .buttons .btn-details.btn.menu-icon-arrow-right::after {
  border: 1px solid rgba(0, 0, 0, 0.16);
  border-radius: 2.2px;
}
.hero .buttons .btn-details:hover {
  color: #FFF;
}
.hero .buttons .btn-details:hover.btn.menu-icon-arrow-right::after {
  border: 1px solid rgba(255, 255, 255, 0.16);
}
.hero .buttons .btn-details-outline.btn.menu-icon-arrow-right::after {
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 2.2px;
}

.block-hero {
  position: relative;
  overflow: hidden;
}
.block-hero p span {
  font-size: 1.1875rem;
}
.block-hero .market-list {
  width: 110vw;
  padding: 0;
  list-style-type: none;
  margin-left: -45px;
}
@media only screen and (min-width: 768px) {
  .block-hero .market-list {
    width: 100%;
    display: flex;
    column-gap: 15px;
    margin-left: 0;
  }
}
.block-hero .market-list li {
  cursor: pointer;
  width: 100%;
  max-width: 220px;
  font-size: 0.875rem;
  color: #FFF;
  text-align: center;
  padding: 13px;
  border: 1px solid #FFF;
  border-radius: 4px;
}
@media only screen and (min-width: 768px) {
  .block-hero .market-list li {
    max-width: 220px;
    font-size: 0.9375rem;
    padding: 13px 16px;
  }
}
.block-hero h2 {
  font-size: 1.5625rem;
}
@media only screen and (min-width: 768px) {
  .block-hero h2 {
    font-size: 2.5rem;
    line-height: 50px;
  }
}
@media only screen and (max-width: 767px) {
  .block-hero {
    margin-top: 4rem !important;
  }
}
.block-hero .details p span {
  display: none;
}
@media only screen and (min-width: 768px) {
  .block-hero .details p span {
    display: block;
    width: 100%;
    max-width: 113px;
    font-size: 0.85rem !important;
    font-weight: 600;
    line-height: 18px;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.55);
  }
}
@media only screen and (max-width: 767px) {
  .block-hero .row.mt-120 {
    margin-top: 1rem !important;
  }
}

.block-sale {
  padding-bottom: 120px;
}
.block-sale h2 {
  font-size: 2.25rem;
  line-height: 52px;
}
@media only screen and (min-width: 768px) {
  .block-sale h2 {
    font-size: 5.25rem;
    line-height: 100px;
  }
}
.block-sale p {
  font-size: 0.9375rem;
}
@media only screen and (min-width: 768px) {
  .block-sale p {
    font-size: 1.59rem;
    line-height: 38px;
  }
}
.block-sale p strong {
  font-weight: 600;
}
.block-sale h3 {
  font-size: 2rem;
}
@media only screen and (min-width: 768px) {
  .block-sale h3 {
    width: 100%;
    max-width: 560px;
    font-size: 2.5rem;
    line-height: 50px;
  }
}
@media screen and (max-width: 767px) {
  .block-sale .width-mobile {
    width: 100%;
  }
}
.block-sale .buttons {
  display: flex;
  column-gap: 5px;
}
.block-sale .buttons button {
  cursor: pointer;
  background-color: #CAE5FF;
  color: #0075E1;
  border: none;
  border-radius: 80px;
  width: 58px;
  height: 58px;
  transition: all 0.3s ease-in-out;
}
.block-sale .buttons button.btn-prev .material-symbols-outlined {
  font-size: 2rem;
  font-weight: bold;
  transform: rotate(180deg);
}
.block-sale .buttons button.btn-next .material-symbols-outlined {
  font-size: 2rem;
  font-weight: bold;
}
.block-sale .buttons button:hover {
  background-color: #68B6FF;
}
.block-sale .cards.offset {
  margin-left: calc(50% - 550px);
}
.block-sale .cards .list-cards {
  padding: 0;
  list-style-type: none;
  display: flex;
  column-gap: 25px;
  overflow-y: hidden;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  width: calc(100% - 16px);
  margin: 8px;
  flex: 0 0 calc(100% - 16px);
}
.block-sale .cards .list-cards::-webkit-scrollbar {
  display: none;
}
.block-sale .cards .list-cards .item {
  display: grid;
  cursor: pointer;
  padding: 20px 35px;
  width: 100%;
  min-width: 246px;
  min-height: 342px;
  margin-left: 15px;
  border-radius: 8.59px;
  background-color: #D1E9FF;
  scroll-snap-align: start;
}
@media only screen and (min-width: 768px) {
  .block-sale .cards .list-cards .item {
    min-width: 280px;
    min-height: 420px;
    margin-left: 0;
  }
}
.block-sale .cards .list-cards .item h4 {
  color: #0084FF;
  font-size: 1.22rem;
  font-weight: 700;
  line-height: inherit;
  margin-bottom: 1rem;
}
@media only screen and (min-width: 768px) {
  .block-sale .cards .list-cards .item h4 {
    font-size: 1.5625rem;
  }
}
.block-sale .cards .list-cards .item p {
  color: #0084FF;
  font-size: 0.9375rem;
  margin-top: 0;
}
@media only screen and (min-width: 768px) {
  .block-sale .cards .list-cards .item p {
    font-size: 1rem;
    line-height: 28px;
  }
}
.block-sale .cards .list-cards .item figure {
  margin-top: 46px;
  margin-bottom: 0;
}
.block-sale .cards .list-cards .item figure img {
  margin: 0 auto;
  display: block;
  width: 100%;
  max-width: 172px;
  height: 172px;
  object-fit: contain;
}
@media only screen and (min-width: 768px) {
  .block-sale .cards .list-cards .item figure img {
    max-width: 192px;
  }
}
.block-sale .cards .list-cards .item:nth-child(2n+1) {
  background-color: #0084FF;
}
.block-sale .cards .list-cards .item:nth-child(2n+1) h4, .block-sale .cards .list-cards .item:nth-child(2n+1) p {
  color: #FFF;
}

.block-choose h2 {
  font-size: 2.3125rem;
  line-height: 44px;
}
@media only screen and (min-width: 768px) {
  .block-choose h2 {
    font-size: 4rem;
    line-height: 76px;
    max-width: 580px;
  }
}
.block-choose ul {
  padding: 0;
  list-style-type: none;
}
.block-choose ul li {
  padding: 25px 19px;
  border-radius: 4.2px;
  border-radius: 8px;
}
@media only screen and (min-width: 768px) {
  .block-choose ul li {
    padding: 40px 98px;
  }
}
.block-choose ul li a {
  color: #4A4A4A;
}
.block-choose ul li a .title {
  position: relative;
}
.block-choose ul li a .title h3 {
  font-size: 2.5rem;
  line-height: 60px;
  margin: 0 0 0.875rem;
}
.block-choose ul li a .title h3 span {
  font-weight: 700;
  font-size: 3.5rem;
}
@media only screen and (min-width: 768px) {
  .block-choose ul li a .title h3 span {
    font-size: 4.25rem;
    margin-left: 25px;
  }
}
@media only screen and (min-width: 768px) {
  .block-choose ul li a .title h3 {
    font-size: 3rem;
  }
}
.block-choose ul li a .title button {
  position: absolute;
  top: 0;
  right: 30px;
  width: 50px;
  height: 50px;
  display: grid;
  align-items: center;
  border: none;
  border-radius: 50px;
  background-color: #0084FF;
  transition: all 0.3 ease-in-out;
}
.block-choose ul li a .title button .material-symbols-outlined {
  color: #FFF;
  transform: rotate(315deg);
  transition: all 0.3 ease-in-out;
}
.block-choose ul li a .info {
  display: flex;
  align-items: center;
  column-gap: 10px;
}
.block-choose ul li a .info .details {
  width: 100%;
  max-width: 104px;
  height: 39px;
  border-radius: 23px;
  background-color: #D1E9FF;
}
.block-choose ul li a .info p {
  left: 45px;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 22px;
  margin: 0 !important;
}
@media only screen and (min-width: 768px) {
  .block-choose ul li a .info p {
    font-size: 1.25rem;
    max-width: 385px;
  }
}
.block-choose .cards-list {
  width: 100%;
  padding: 0;
  list-style-type: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}
.block-choose .cards-list.mt {
  margin-top: 68px;
}
@media only screen and (min-width: 786px) {
  .block-choose .cards-list.mt {
    margin-top: 200px;
  }
}
.block-choose .cards-list .card-item {
  width: 100% !important;
  max-width: 344px !important;
  padding: 36px;
  width: 100%;
  max-width: 252px;
}
.block-choose .cards-list .card-item figure {
  background-color: #FFF;
  width: 100%;
  max-width: 152px;
  height: 152px;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
}
.block-choose .cards-list .card-item figure img {
  width: 100%;
  max-width: 107px;
  height: 107px;
  display: block;
  object-fit: contain;
}
.block-choose .cards-list .card-item .info p {
  font-size: 1.25rem;
}
@media only screen and (min-width: 768px) {
  .block-choose .cards-list .card-item .info p {
    font-size: 1.725rem;
    line-height: 40px;
    max-width: 332px;
  }
}
.block-choose .func-details h3 {
  font-size: 2.5rem;
  font-weight: 700;
}
@media only screen and (min-width: 768px) {
  .block-choose .func-details h3 {
    font-size: 4rem;
  }
}
.block-choose .func-details p {
  font-size: 1.25rem;
}
@media only screen and (min-width: 768px) {
  .block-choose .func-details p {
    font-size: 1.6875rem;
    line-height: 32px;
  }
}
.block-choose .func-details-cards .menu-cards {
  display: none;
  width: 100vw;
  max-width: 1440px;
  margin-top: 80px;
  padding: 0;
  list-style-type: none;
}
.block-choose .func-details-cards .menu-cards .slick-track .slick-slide {
  width: auto !important;
  margin-right: 23px;
}
.block-choose .func-details-cards .menu-cards .slick-track .slick-slide.slick-current.slick-active .item {
  background-color: #0084FF;
  color: #FFF;
  border-color: #FFF;
}
@media only screen and (min-width: 768px) {
  .block-choose .func-details-cards .menu-cards .slick-track {
    margin-left: 30px;
  }
}
.block-choose .func-details-cards .menu-cards .item {
  display: inline-block !important;
  width: auto !important;
  color: #0084FF;
  font-size: 1rem;
  font-weight: 700;
  text-align: center;
  padding: 10px;
  background-color: #FFF;
  border-radius: 52px;
  border: 1px solid transparent;
  transition: all 0.3s ease-in-out;
}
.block-choose .func-details-cards .menu-cards .item:hover {
  cursor: pointer;
  color: #FFF;
  background-color: #0084FF;
  border-color: #FFF;
}
@media only screen and (min-width: 768px) {
  .block-choose .func-details-cards .menu-cards {
    display: block;
  }
}
.block-choose .func-details-cards .cards .cards-list {
  width: 100vw;
  padding: 0;
  list-style-type: none;
  display: flex;
  justify-content: flex-start;
  border: none;
}
@media only screen and (min-width: 768px) {
  .block-choose .func-details-cards .cards .cards-list {
    width: 100%;
  }
}
.block-choose .func-details-cards .cards .cards-list .item {
  width: 100vw !important;
  max-width: 300px;
  padding: 15px 20px !important;
  border-radius: 19px;
}
.block-choose .func-details-cards .cards .cards-list .item--flex {
  display: flex;
  flex-direction: column-reverse;
  justify-content: space-between;
}
.block-choose .func-details-cards .cards .cards-list .item--flex .info {
  width: 100%;
  max-width: 698px;
}
.block-choose .func-details-cards .cards .cards-list .item--flex .info h4 {
  color: #0084FF;
  font-size: 1.5rem;
  line-height: normal;
  margin: 0 0 1rem;
}
@media only screen and (min-width: 768px) {
  .block-choose .func-details-cards .cards .cards-list .item--flex .info h4 {
    font-size: 2.625rem;
    line-height: 48px;
  }
}
.block-choose .func-details-cards .cards .cards-list .item--flex .info h5 {
  color: #565656;
  font-size: 1.25rem;
  line-height: normal;
  font-weight: 400;
}
@media only screen and (min-width: 768px) {
  .block-choose .func-details-cards .cards .cards-list .item--flex .info h5 {
    font-size: 2rem;
  }
}
.block-choose .func-details-cards .cards .cards-list .item--flex .info p {
  color: #565656;
  font-size: 1rem;
}
@media only screen and (min-width: 768px) {
  .block-choose .func-details-cards .cards .cards-list .item--flex .info p {
    font-size: 1.4375rem;
    line-height: 28px;
  }
}
.block-choose .func-details-cards .cards .cards-list .item--flex .info .btn {
  width: max-content;
  color: #FFF;
}
@media only screen and (min-width: 768px) {
  .block-choose .func-details-cards .cards .cards-list .item--flex .info .btn {
    width: 100%;
    max-width: 300px;
    padding: 22px 30px;
    font-size: 1rem;
    font-weight: 600;
  }
}
@media only screen and (min-width: 768px) {
  .block-choose .func-details-cards .cards .cards-list .item--flex .info {
    max-width: 594px;
  }
}
.block-choose .func-details-cards .cards .cards-list .item--flex figure {
  margin: 0;
  padding: 0;
  width: 100%;
  max-width: 698px;
}
.block-choose .func-details-cards .cards .cards-list .item--flex figure img {
  width: 100%;
  max-width: 698px;
  height: auto;
  margin-bottom: 1rem;
  border-radius: 14px;
  object-fit: cover;
}
@media only screen and (min-width: 768px) {
  .block-choose .func-details-cards .cards .cards-list .item--flex figure img {
    height: 500px;
    max-width: 500px;
    margin-bottom: 0;
  }
}
@media only screen and (min-width: 768px) {
  .block-choose .func-details-cards .cards .cards-list .item--flex figure {
    max-width: 500px;
  }
}
@media only screen and (min-width: 768px) {
  .block-choose .func-details-cards .cards .cards-list .item--flex {
    flex-direction: row;
  }
}
@media only screen and (min-width: 768px) {
  .block-choose .func-details-cards .cards .cards-list .item {
    width: 100%;
    max-width: 1240px;
    padding: 39px !important;
  }
}

.wrapper {
  width: auto;
  max-width: 1450px;
  margin: 0 auto;
  padding: 0 15px;
}

.row {
  display: flex;
  flex-flow: row wrap;
}

@media (min-width: 481px) {
  .col-xs-1 {
    flex-grow: 0;
    width: 8.3333333333%;
  }
  .col-xs-2 {
    flex-grow: 0;
    width: 16.6666666667%;
  }
  .col-xs-3 {
    flex-grow: 0;
    width: 25%;
  }
  .col-xs-4 {
    flex-grow: 0;
    width: 33.3333333333%;
  }
  .col-xs-5 {
    flex-grow: 0;
    width: 41.6666666667%;
  }
  .col-xs-6 {
    flex-grow: 0;
    width: 50%;
  }
  .col-xs-7 {
    flex-grow: 0;
    width: 58.3333333333%;
  }
  .col-xs-8 {
    flex-grow: 0;
    width: 66.6666666667%;
  }
  .col-xs-9 {
    flex-grow: 0;
    width: 75%;
  }
  .col-xs-10 {
    flex-grow: 0;
    width: 83.3333333333%;
  }
  .col-xs-11 {
    flex-grow: 0;
    width: 91.6666666667%;
  }
  .col-xs-12 {
    flex-grow: 0;
    width: 100%;
  }
}
@media (min-width: 768px) {
  .col-sm-1 {
    flex-grow: 0;
    width: 8.3333333333%;
  }
  .col-sm-2 {
    flex-grow: 0;
    width: 16.6666666667%;
  }
  .col-sm-3 {
    flex-grow: 0;
    width: 25%;
  }
  .col-sm-4 {
    flex-grow: 0;
    width: 33.3333333333%;
  }
  .col-sm-5 {
    flex-grow: 0;
    width: 41.6666666667%;
  }
  .col-sm-6 {
    flex-grow: 0;
    width: 50%;
  }
  .col-sm-7 {
    flex-grow: 0;
    width: 58.3333333333%;
  }
  .col-sm-8 {
    flex-grow: 0;
    width: 66.6666666667%;
  }
  .col-sm-9 {
    flex-grow: 0;
    width: 75%;
  }
  .col-sm-10 {
    flex-grow: 0;
    width: 83.3333333333%;
  }
  .col-sm-11 {
    flex-grow: 0;
    width: 91.6666666667%;
  }
  .col-sm-12 {
    flex-grow: 0;
    width: 100%;
  }
}
@media (min-width: 992px) {
  .col-md-1 {
    flex-grow: 0;
    width: 8.3333333333%;
  }
  .col-md-2 {
    flex-grow: 0;
    width: 16.6666666667%;
  }
  .col-md-3 {
    flex-grow: 0;
    width: 25%;
  }
  .col-md-4 {
    flex-grow: 0;
    width: 33.3333333333%;
  }
  .col-md-5 {
    flex-grow: 0;
    width: 41.6666666667%;
  }
  .col-md-6 {
    flex-grow: 0;
    width: 50%;
  }
  .col-md-7 {
    flex-grow: 0;
    width: 58.3333333333%;
  }
  .col-md-8 {
    flex-grow: 0;
    width: 66.6666666667%;
  }
  .col-md-9 {
    flex-grow: 0;
    width: 75%;
  }
  .col-md-10 {
    flex-grow: 0;
    width: 83.3333333333%;
  }
  .col-md-11 {
    flex-grow: 0;
    width: 91.6666666667%;
  }
  .col-md-12 {
    flex-grow: 0;
    width: 100%;
  }
}
@media (min-width: 1200px) {
  .col-lg-1 {
    flex-grow: 0;
    width: 8.3333333333%;
  }
  .col-lg-2 {
    flex-grow: 0;
    width: 16.6666666667%;
  }
  .col-lg-3 {
    flex-grow: 0;
    width: 25%;
  }
  .col-lg-4 {
    flex-grow: 0;
    width: 33.3333333333%;
  }
  .col-lg-5 {
    flex-grow: 0;
    width: 41.6666666667%;
  }
  .col-lg-6 {
    flex-grow: 0;
    width: 50%;
  }
  .col-lg-7 {
    flex-grow: 0;
    width: 58.3333333333%;
  }
  .col-lg-8 {
    flex-grow: 0;
    width: 66.6666666667%;
  }
  .col-lg-9 {
    flex-grow: 0;
    width: 75%;
  }
  .col-lg-10 {
    flex-grow: 0;
    width: 83.3333333333%;
  }
  .col-lg-11 {
    flex-grow: 0;
    width: 91.6666666667%;
  }
  .col-lg-12 {
    flex-grow: 0;
    width: 100%;
  }
}
@media (min-width: 1444px) {
  .col-xl-1 {
    flex-grow: 0;
    width: 8.3333333333%;
  }
  .col-xl-2 {
    flex-grow: 0;
    width: 16.6666666667%;
  }
  .col-xl-3 {
    flex-grow: 0;
    width: 25%;
  }
  .col-xl-4 {
    flex-grow: 0;
    width: 33.3333333333%;
  }
  .col-xl-5 {
    flex-grow: 0;
    width: 41.6666666667%;
  }
  .col-xl-6 {
    flex-grow: 0;
    width: 50%;
  }
  .col-xl-7 {
    flex-grow: 0;
    width: 58.3333333333%;
  }
  .col-xl-8 {
    flex-grow: 0;
    width: 66.6666666667%;
  }
  .col-xl-9 {
    flex-grow: 0;
    width: 75%;
  }
  .col-xl-10 {
    flex-grow: 0;
    width: 83.3333333333%;
  }
  .col-xl-11 {
    flex-grow: 0;
    width: 91.6666666667%;
  }
  .col-xl-12 {
    flex-grow: 0;
    width: 100%;
  }
}
.gap-0 > * {
  padding: 0 0;
}

.gap-0 {
  margin-left: 0;
  margin-right: 0;
}

.gap-1 > * {
  padding: 0 10px;
}

.gap-1 {
  margin-left: -10px;
  margin-right: -10px;
}

.gap-2 > * {
  padding: 0 20px;
}

.gap-2 {
  margin-left: -20px;
  margin-right: -20px;
}

.p-auto {
  padding: 0 auto;
}

.p-0 {
  padding: 0;
}

.p-8 {
  padding: 0.5rem;
}

.p-16 {
  padding: 1rem;
}

.p-24 {
  padding: 1.5rem;
}

.p-32 {
  padding: 2rem;
}

.p-40 {
  padding: 2.5rem;
}

.p-48 {
  padding: 3rem;
}

.p-56 {
  padding: 3.5rem;
}

.p-64 {
  padding: 4rem;
}

.p-80 {
  padding: 5rem;
}

.p-120 {
  padding: 7.5rem;
}

.pr-0 {
  padding-right: 0;
}

.pr-8 {
  padding-right: 0.5rem;
}

.pr-16 {
  padding-right: 1rem;
}

.pr-24 {
  padding-right: 1.5rem;
}

.pr-32 {
  padding-right: 2rem;
}

.pr-40 {
  padding-right: 2.5rem;
}

.pr-48 {
  padding-right: 3rem;
}

.pr-56 {
  padding-right: 3.5rem;
}

.pr-64 {
  padding-right: 4rem;
}

.pr-80 {
  padding-right: 5rem;
}

.pr-120 {
  padding-right: 7.5rem;
}

.pb-0 {
  padding-bottom: 0;
}

.pb-8 {
  padding-bottom: 0.5rem;
}

.pb-16 {
  padding-bottom: 1rem;
}

.pb-24 {
  padding-bottom: 1.5rem;
}

.pb-32 {
  padding-bottom: 2rem;
}

.pb-40 {
  padding-bottom: 2.5rem;
}

.pb-48 {
  padding-bottom: 3rem;
}

.pb-56 {
  padding-bottom: 3.5rem;
}

.pb-64 {
  padding-bottom: 4rem;
}

.pb-80 {
  padding-bottom: 5rem;
}

.pb-120 {
  padding-bottom: 7.5rem;
}

.pl-0 {
  padding-left: 0;
}

.pl-8 {
  padding-left: 0.5rem;
}

.pl-16 {
  padding-left: 1rem;
}

.pl-24 {
  padding-left: 1.5rem;
}

.pl-32 {
  padding-left: 2rem;
}

.pl-40 {
  padding-left: 2.5rem;
}

.pl-48 {
  padding-left: 3rem;
}

.pl-56 {
  padding-left: 3.5rem;
}

.pl-64 {
  padding-left: 4rem;
}

.pl-80 {
  padding-left: 5rem;
}

.pl-120 {
  padding-left: 7.5rem;
}

.pt-0 {
  padding-top: 0;
}

.pt-8 {
  padding-top: 0.5rem;
}

.pt-16 {
  padding-top: 1rem;
}

.pt-24 {
  padding-top: 1.5rem;
}

.pt-32 {
  padding-top: 2rem;
}

.pt-40 {
  padding-top: 2.5rem;
}

.pt-48 {
  padding-top: 3rem;
}

.pt-56 {
  padding-top: 3.5rem;
}

.pt-64 {
  padding-top: 4rem;
}

.pt-80 {
  padding-top: 5rem;
}

.pt-120 {
  padding-top: 7.5rem;
}

.m-auto {
  margin: 0 auto;
}

.m-0 {
  margin: 0;
}

.m-8 {
  margin: 0.5rem;
}

.m-16 {
  margin: 1rem;
}

.m-24 {
  margin: 1.5rem;
}

.m-32 {
  margin: 2rem;
}

.m-40 {
  margin: 2.5rem;
}

.m-48 {
  margin: 3rem;
}

.m-56 {
  margin: 3.5rem;
}

.m-64 {
  margin: 4rem;
}

.m-80 {
  margin: 5rem;
}

.m-120 {
  margin: 7.5rem;
}

.mr-0 {
  margin-right: 0;
}

.mr-8 {
  margin-right: 0.5rem;
}

.mr-16 {
  margin-right: 1rem;
}

.mr-24 {
  margin-right: 1.5rem;
}

.mr-32 {
  margin-right: 2rem;
}

.mr-40 {
  margin-right: 2.5rem;
}

.mr-48 {
  margin-right: 3rem;
}

.mr-56 {
  margin-right: 3.5rem;
}

.mr-64 {
  margin-right: 4rem;
}

.mr-80 {
  margin-right: 5rem;
}

.mr-120 {
  margin-right: 7.5rem;
}

.mb-0 {
  margin-bottom: 0;
}

.mb-8 {
  margin-bottom: 0.5rem;
}

.mb-16 {
  margin-bottom: 1rem;
}

.mb-24 {
  margin-bottom: 1.5rem;
}

.mb-32 {
  margin-bottom: 2rem;
}

.mb-40 {
  margin-bottom: 2.5rem;
}

.mb-48 {
  margin-bottom: 3rem;
}

.mb-56 {
  margin-bottom: 3.5rem;
}

.mb-64 {
  margin-bottom: 4rem;
}

.mb-80 {
  margin-bottom: 5rem;
}

.mb-120 {
  margin-bottom: 7.5rem;
}

.ml-0 {
  margin-left: 0;
}

.ml-8 {
  margin-left: 0.5rem;
}

.ml-16 {
  margin-left: 1rem;
}

.ml-24 {
  margin-left: 1.5rem;
}

.ml-32 {
  margin-left: 2rem;
}

.ml-40 {
  margin-left: 2.5rem;
}

.ml-48 {
  margin-left: 3rem;
}

.ml-56 {
  margin-left: 3.5rem;
}

.ml-64 {
  margin-left: 4rem;
}

.ml-80 {
  margin-left: 5rem;
}

.ml-120 {
  margin-left: 7.5rem;
}

.mt-0 {
  margin-top: 0;
}

.mt-8 {
  margin-top: 0.5rem;
}

.mt-16 {
  margin-top: 1rem;
}

.mt-24 {
  margin-top: 1.5rem;
}

.mt-32 {
  margin-top: 2rem;
}

.mt-40 {
  margin-top: 2.5rem;
}

.mt-48 {
  margin-top: 3rem;
}

.mt-56 {
  margin-top: 3.5rem;
}

.mt-64 {
  margin-top: 4rem;
}

.mt-80 {
  margin-top: 5rem;
}

.mt-120 {
  margin-top: 7.5rem;
}

.text-center {
  text-align: center;
}

.text-right {
  text-align: right;
}

.text-left {
  text-align: left;
}

.display-none {
  display: none;
}

.display-block {
  display: block;
}

.display-flex {
  display: flex;
}

.display-grid {
  display: grid;
}

.display-inline {
  display: inline;
}

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

.align-items-normal {
  align-items: normal;
}

.align-items-center {
  align-items: center;
}

.align-items-end {
  align-items: end;
}

.align-items-start {
  align-items: start;
}

.align-items-reverse {
  align-items: reverse;
}

.align-items-flex-end {
  align-items: flex-end;
}

.align-items-flex-start {
  align-items: flex-start;
}

.align-items-initial {
  align-items: initial;
}

.justify-center {
  justify-content: center;
}

.justify-between {
  justify-content: space-between;
}

.justify-around {
  justify-content: space-around;
}

.justify-end {
  justify-content: end;
}

.justify-start {
  justify-content: start;
}

.justify-reverse {
  justify-content: reverse;
}

.justify-flex-end {
  justify-content: flex-end;
}

.justify-flex-start {
  justify-content: flex-start;
}

.justify-initial {
  justify-content: initial;
}

.font-40 {
  font-size: 2.5rem;
}

.font-31 {
  font-size: 1.9375rem;
}

.font-24 {
  font-size: 1.5rem;
}

.font-19 {
  font-size: 1.1875rem;
}

.font-15 {
  font-size: 0.9375rem;
}

.font-12 {
  font-size: 0.75rem;
}

.font-9 {
  font-size: 0.5625rem;
}

.font-5 {
  font-size: 0.3125rem;
}

.weight-900 {
  font-weight: 900;
}

.weight-800 {
  font-weight: 800;
}

.weight-700 {
  font-weight: 700;
}

.weight-600 {
  font-weight: 600;
}

.weight-500 {
  font-weight: 500;
}

.weight-400 {
  font-weight: 400;
}

.weight-300 {
  font-weight: 300;
}

.weight-200 {
  font-weight: 200;
}

.weight-100 {
  font-weight: 100;
}

.text-none {
  text-transform: none;
}

.text-capitalize {
  text-transform: capitalize;
}

.text-uppercase {
  text-transform: uppercase;
}

.text-lowercase {
  text-transform: lowercase;
}

.width {
  width: 100%;
}

.width-medium {
  width: 50%;
}

.width-small {
  width: 25%;
}

.width-0 {
  width: 0;
}

.opacity-10 {
  opacity: 0.1;
}

.opacity-20 {
  opacity: 0.2;
}

.opacity-30 {
  opacity: 0.3;
}

.opacity-40 {
  opacity: 0.4;
}

.opacity-50 {
  opacity: 0.5;
}

.opacity-60 {
  opacity: 0.6;
}

.opacity-70 {
  opacity: 0.7;
}

.opacity-80 {
  opacity: 0.8;
}

.opacity-90 {
  opacity: 0.9;
}

.opacity-100 {
  opacity: 1;
}

.color-primary {
  color: #4A4A4A;
}

.bg-primary {
  background: #4A4A4A;
}

.color-secondary {
  color: #0084FF;
}

.bg-secondary {
  background: #0084FF;
}

.color-text {
  color: #444;
}

.bg-text {
  background: #444;
}

.color-details {
  color: #FFF;
}

.bg-details {
  background: #FFF;
}

.color-grey1 {
  color: #565656;
}

.bg-grey1 {
  background: #565656;
}

.color-g1-grey {
  color: rgba(63, 63, 63, 0.6);
}

.bg-g1-grey {
  background: rgba(63, 63, 63, 0.6);
}

.color-g2-grey {
  color: rgba(63, 63, 63, 0.2);
}

.bg-g2-grey {
  background: rgba(63, 63, 63, 0.2);
}

header {
  background-color: #FFF;
  border-radius: 4px;
}
@media only screen and (min-width: 481px) {
  header {
    padding: 0 35px !important;
  }
}
header .custom-logo {
  width: 100%;
  max-width: 100px;
  height: auto;
  object-fit: cover;
}
@media only screen and (min-width: 481px) {
  header .custom-logo {
    max-width: 100%;
  }
}
header nav ul {
  padding: 0;
  list-style-type: none;
  display: flex;
}
header nav ul li.d-none {
  display: none;
}
@media only screen and (min-width: 481px) {
  header nav ul li.d-none {
    display: block;
  }
}
header nav ul li.color-details a {
  color: #FFF;
}
header nav ul li.color-secondary a {
  color: #0084FF;
}
header nav ul li.menu-icon-arrow-right.menu-icon-arrow-right-blue::after {
  border: 1px solid rgba(0, 132, 255, 0.16);
  border-radius: 2.2px;
}
header nav ul li.menu-icon-arrow-right.menu-icon-arrow-right-white::after {
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 2.2px;
}
@media only screen and (min-width: 481px) {
  header nav ul {
    column-gap: 44px;
  }
}

footer {
  width: 100%;
  height: 100%;
  background-color: #DADADA;
}
footer .block-action {
  background-color: #EFEFEF;
}
footer .block-action h2 {
  font-size: 3.0625rem;
  line-height: 60px;
}
@media only screen and (min-width: 768px) {
  footer .block-action h2 {
    font-size: 3.8rem;
    line-height: 74px;
  }
}
footer .block-action .btn {
  font-size: 1rem;
  font-weight: 600;
}
@media only screen and (min-width: 768px) {
  footer .block-action .btn {
    width: 320px;
    padding: 25px;
  }
}
footer .block-action .btn.btn.menu-icon-arrow-right::after {
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 2.2px;
}
footer .block-action p {
  font-size: 1.375rem;
  line-height: 30px;
}
@media only screen and (min-width: 768px) {
  footer .block-action p {
    font-size: 1.62rem;
    line-height: 36px;
    max-width: 768px;
  }
}
footer hr {
  display: none;
}
@media only screen and (min-width: 768px) {
  footer hr {
    display: block;
    height: 1px;
    background-color: rgba(63, 63, 63, 0.3);
    margin: 40px 0 60px;
  }
}
footer .copyright {
  position: relative;
}
footer .copyright a, footer .copyright p {
  color: #4A4A4A;
  text-transform: uppercase;
  margin: 0.875rem 0;
  font-weight: 600;
  font-size: 0.875rem;
}
@media only screen and (min-width: 768px) {
  footer .copyright a, footer .copyright p {
    margin: 0;
  }
}
footer .copyright .row {
  display: grid;
  justify-content: center;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  footer .copyright .row {
    display: flex;
    column-gap: 45px;
    align-items: center;
    justify-content: space-between;
    text-align: center;
  }
}
@media only screen and (max-width: 767px) {
  footer .copyright .row div:nth-child(1) {
    order: 1;
  }
  footer .copyright .row div:nth-child(2) {
    order: 0;
  }
}
footer .copyright .redes-sociais {
  padding: 0;
  list-style-type: none;
  display: flex;
  justify-content: center;
  column-gap: 15px;
}
footer .full-consig {
  margin-top: 2.5rem;
  overflow-y: hidden;
  width: 100%;
  max-width: 1920px;
  height: 80px;
  background-image: url(d5e76c27affe95a046e0.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
@media only screen and (min-width: 768px) {
  footer .full-consig {
    background-size: contain;
  }
}

.btn {
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 4px;
  padding: 15.03px 30px;
  transition: all 0.3s ease-out;
  cursor: pointer;
  font-size: 0.78125rem;
  font-weight: bold;
  text-align: center;
  text-transform: uppercase;
  display: block;
}
.btn.menu-icon-arrow-right::after {
  content: "arrow_right";
  font-family: "Material Symbols Outlined";
  font-size: 1rem;
  margin-left: 10px;
  display: inline-block;
  vertical-align: middle;
}
@media only screen and (min-width: 768px) {
  .btn.menu-icon-arrow-right::after {
    margin-left: 20px;
  }
}

.btn-primary {
  background-color: #4A4A4A;
}
.btn-primary:hover {
  background-color: #4A4A4A;
}

.btn-primary-outline {
  background-color: transparent;
  border: 1px solid #4A4A4A;
  color: #4A4A4A;
}
.btn-primary-outline:hover {
  background-color: #4A4A4A;
  color: #FFF;
}
.btn-primary-outline:hover a {
  color: #FFF;
}

.btn-secondary {
  background-color: #0084FF;
}
.btn-secondary:hover {
  background-color: #4A4A4A;
}

.btn-secondary-outline {
  background-color: transparent;
  border: 1px solid #0084FF;
  color: #0084FF;
}
.btn-secondary-outline:hover {
  background-color: #4A4A4A;
  color: #FFF;
}
.btn-secondary-outline:hover a {
  color: #FFF;
}

.btn-text {
  background-color: #444;
}
.btn-text:hover {
  background-color: #4A4A4A;
}

.btn-text-outline {
  background-color: transparent;
  border: 1px solid #444;
  color: #444;
}
.btn-text-outline:hover {
  background-color: #4A4A4A;
  color: #FFF;
}
.btn-text-outline:hover a {
  color: #FFF;
}

.btn-details {
  background-color: #FFF;
}
.btn-details:hover {
  background-color: #4A4A4A;
}

.btn-details-outline {
  background-color: transparent;
  border: 1px solid #FFF;
  color: #FFF;
}
.btn-details-outline:hover {
  background-color: #4A4A4A;
  color: #FFF;
}
.btn-details-outline:hover a {
  color: #FFF;
}

.btn-grey1 {
  background-color: #565656;
}
.btn-grey1:hover {
  background-color: #4A4A4A;
}

.btn-grey1-outline {
  background-color: transparent;
  border: 1px solid #565656;
  color: #565656;
}
.btn-grey1-outline:hover {
  background-color: #4A4A4A;
  color: #FFF;
}
.btn-grey1-outline:hover a {
  color: #FFF;
}

.btn-g1-grey {
  background-color: rgba(63, 63, 63, 0.6);
}
.btn-g1-grey:hover {
  background-color: #4A4A4A;
}

.btn-g1-grey-outline {
  background-color: transparent;
  border: 1px solid rgba(63, 63, 63, 0.6);
  color: rgba(63, 63, 63, 0.6);
}
.btn-g1-grey-outline:hover {
  background-color: #4A4A4A;
  color: #FFF;
}
.btn-g1-grey-outline:hover a {
  color: #FFF;
}

.btn-g2-grey {
  background-color: rgba(63, 63, 63, 0.2);
}
.btn-g2-grey:hover {
  background-color: #4A4A4A;
}

.btn-g2-grey-outline {
  background-color: transparent;
  border: 1px solid rgba(63, 63, 63, 0.2);
  color: rgba(63, 63, 63, 0.2);
}
.btn-g2-grey-outline:hover {
  background-color: #4A4A4A;
  color: #FFF;
}
.btn-g2-grey-outline:hover a {
  color: #FFF;
}

.icon {
  position: relative;
  left: 0;
  top: 0;
}

.icon-linkedin::after {
  content: url(767c1104202a6044bb69.png);
}

.icon-twitter::after {
  content: url(938445f5eede5e086b84.png);
}

.icon-youtube::after {
  content: url(c3b1efc5ce8e1f69eaaf.png);
}

.icon-instagram::after {
  content: url(ce9a68c650b24883fe52.png);
}

.icon-facebook::after {
  content: url(5e9e8f03e2dcb3d2533a.png);
}

body {
  font-family: "Parkinsans", serif;
  font-weight: 400;
}

html {
  scroll-behavior: smooth;
  overflow-x: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 400;
  line-height: 40px;
}

p {
  line-height: 24px;
}

.bg {
  width: 100%;
  height: auto;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.bg.bg-hero {
  padding: 1.5rem 0;
}
@media only screen and (min-width: 768px) {
  .bg.bg-hero {
    padding: 4.25rem 0;
  }
}

a {
  text-decoration: none;
}

.lazy {
  width: 100%;
  height: auto;
  display: block;
}

.lazy[loading=lazy] {
  opacity: 0;
  transition: opacity 0.6s;
}

.effect-top, .effect-delay-500 {
  visibility: hidden;
}
