html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

a {
  text-decoration: none;
  outline: none;
  color: inherit; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

/*! 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 {
  -webkit-box-sizing: content-box;
  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 */
  -webkit-text-decoration: underline dotted;
  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 */
  outline: none; }

/**
 * 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 {
  -webkit-box-sizing: border-box;
  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"] {
  -webkit-box-sizing: border-box;
  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; }

@-webkit-keyframes wave {
  0% {
    -webkit-transform: translateY(-18px);
    transform: translateY(-18px); }
  25% {
    -webkit-transform: translateY(0);
    transform: translateY(0); }
  50% {
    -webkit-transform: translateY(18px);
    transform: translateY(18px); }
  75% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px); }
  100% {
    -webkit-transform: translateY(-18px);
    transform: translateY(-18px); } }

@keyframes wave {
  0% {
    -webkit-transform: translateY(-18px);
    transform: translateY(-18px); }
  25% {
    -webkit-transform: translateY(0);
    transform: translateY(0); }
  50% {
    -webkit-transform: translateY(18px);
    transform: translateY(18px); }
  75% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px); }
  100% {
    -webkit-transform: translateY(-18px);
    transform: translateY(-18px); } }

/* TYPOGRAPHY */
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0; }

.h1 {
  font-size: 2.5rem !important; }

.h2 {
  font-size: 2rem !important; }

.h3 {
  font-size: 1.5rem !important; }

.h4 {
  font-size: 1.25rem !important; }

.h5 {
  font-size: 1rem !important; }

.h6 {
  font-size: 0.865rem !important; }

.font-weight-bold {
  font-weight: 700 !important; }

.font-weight-bolder {
  font-weight: 600 !important; }

.font-weight-medium {
  font-weight: 500 !important; }

.font-weight-regular {
  font-weight: 400 !important; }

.font-weight-light {
  font-weight: 300 !important; }

.line-height-lg {
  line-height: 1.8 !important; }

.line-height-sm {
  line-height: 1.2 !important; }

.font-size-lg {
  font-size: 1rem !important; }

.font-size-sm {
  font-size: 0.785rem !important; }

.heading-gradient {
  background-image: -webkit-gradient(linear, left top, right bottom, from(#81fbb8), to(#28c76f)) !important;
  background-image: linear-gradient(to right bottom, #81fbb8, #28c76f) !important; }

*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: transparent;
  overflow-x: hidden; }
  @media screen and (max-width: 768px) {
    html {
      font-size: 13px !important; } }

body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
 "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji",
 "Segoe UI Symbol";
  font-size: 0.865rem;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow-x: hidden; }

body {
  font-family: "Poppins", sans-serif;
  font-size: 0.865rem;
  line-height: 1.5; }

.overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 13;
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }

.d-flex {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important; }
  .d-flex.flex-col {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important; }
  .d-flex.flex-root {
    -webkit-box-flex: 1 !important;
    -ms-flex: 1 !important;
    flex: 1 !important; }
  .d-flex.align-items-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important; }
  .d-flex.justify-content-sb {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important; }
  .d-flex.justify-content-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important; }

.flex-none {
  -webkit-box-flex: 0 !important;
  -ms-flex: none !important;
  flex: none !important; }

.d-inline {
  display: inline !important; }
  .d-inline-block {
    display: inline-block !important; }
  .d-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important; }
  .d-inline-list-item {
    display: list-item !important; }

.d-block {
  display: block !important; }

.d-none {
  display: none !important; }

.m-0 {
  margin: 0rem !important; }

.mx-0 {
  margin-left: 0rem !important;
  margin-right: 0rem !important; }

.my-0 {
  margin-top: 0rem !important;
  margin-bottom: 0rem !important; }

.mt-0 {
  margin-top: 0rem !important; }

.mb-0 {
  margin-bottom: 0rem !important; }

.mr-0 {
  margin-right: 0rem !important; }

.ml-0 {
  margin-left: 0rem !important; }

.m-1 {
  margin: 0.25rem !important; }

.mx-1 {
  margin-left: 0.25rem !important;
  margin-right: 0.25rem !important; }

.my-1 {
  margin-top: 0.25rem !important;
  margin-bottom: 0.25rem !important; }

.mt-1 {
  margin-top: 0.25rem !important; }

.mb-1 {
  margin-bottom: 0.25rem !important; }

.mr-1 {
  margin-right: 0.25rem !important; }

.ml-1 {
  margin-left: 0.25rem !important; }

.m-2 {
  margin: 0.5rem !important; }

.mx-2 {
  margin-left: 0.5rem !important;
  margin-right: 0.5rem !important; }

.my-2 {
  margin-top: 0.5rem !important;
  margin-bottom: 0.5rem !important; }

.mt-2 {
  margin-top: 0.5rem !important; }

.mb-2 {
  margin-bottom: 0.5rem !important; }

.mr-2 {
  margin-right: 0.5rem !important; }

.ml-2 {
  margin-left: 0.5rem !important; }

.m-3 {
  margin: 0.75rem !important; }

.mx-3 {
  margin-left: 0.75rem !important;
  margin-right: 0.75rem !important; }

.my-3 {
  margin-top: 0.75rem !important;
  margin-bottom: 0.75rem !important; }

.mt-3 {
  margin-top: 0.75rem !important; }

.mb-3 {
  margin-bottom: 0.75rem !important; }

.mr-3 {
  margin-right: 0.75rem !important; }

.ml-3 {
  margin-left: 0.75rem !important; }

.m-4 {
  margin: 1rem !important; }

.mx-4 {
  margin-left: 1rem !important;
  margin-right: 1rem !important; }

.my-4 {
  margin-top: 1rem !important;
  margin-bottom: 1rem !important; }

.mt-4 {
  margin-top: 1rem !important; }

.mb-4 {
  margin-bottom: 1rem !important; }

.mr-4 {
  margin-right: 1rem !important; }

.ml-4 {
  margin-left: 1rem !important; }

.m-5 {
  margin: 1.25rem !important; }

.mx-5 {
  margin-left: 1.25rem !important;
  margin-right: 1.25rem !important; }

.my-5 {
  margin-top: 1.25rem !important;
  margin-bottom: 1.25rem !important; }

.mt-5 {
  margin-top: 1.25rem !important; }

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

.mr-5 {
  margin-right: 1.25rem !important; }

.ml-5 {
  margin-left: 1.25rem !important; }

.m-6 {
  margin: 1.5rem !important; }

.mx-6 {
  margin-left: 1.5rem !important;
  margin-right: 1.5rem !important; }

.my-6 {
  margin-top: 1.5rem !important;
  margin-bottom: 1.5rem !important; }

.mt-6 {
  margin-top: 1.5rem !important; }

.mb-6 {
  margin-bottom: 1.5rem !important; }

.mr-6 {
  margin-right: 1.5rem !important; }

.ml-6 {
  margin-left: 1.5rem !important; }

.m-7 {
  margin: 1.75rem !important; }

.mx-7 {
  margin-left: 1.75rem !important;
  margin-right: 1.75rem !important; }

.my-7 {
  margin-top: 1.75rem !important;
  margin-bottom: 1.75rem !important; }

.mt-7 {
  margin-top: 1.75rem !important; }

.mb-7 {
  margin-bottom: 1.75rem !important; }

.mr-7 {
  margin-right: 1.75rem !important; }

.ml-7 {
  margin-left: 1.75rem !important; }

.m-8 {
  margin: 2rem !important; }

.mx-8 {
  margin-left: 2rem !important;
  margin-right: 2rem !important; }

.my-8 {
  margin-top: 2rem !important;
  margin-bottom: 2rem !important; }

.mt-8 {
  margin-top: 2rem !important; }

.mb-8 {
  margin-bottom: 2rem !important; }

.mr-8 {
  margin-right: 2rem !important; }

.ml-8 {
  margin-left: 2rem !important; }

.m-9 {
  margin: 2.25rem !important; }

.mx-9 {
  margin-left: 2.25rem !important;
  margin-right: 2.25rem !important; }

.my-9 {
  margin-top: 2.25rem !important;
  margin-bottom: 2.25rem !important; }

.mt-9 {
  margin-top: 2.25rem !important; }

.mb-9 {
  margin-bottom: 2.25rem !important; }

.mr-9 {
  margin-right: 2.25rem !important; }

.ml-9 {
  margin-left: 2.25rem !important; }

.m-10 {
  margin: 2.5rem !important; }

.mx-10 {
  margin-left: 2.5rem !important;
  margin-right: 2.5rem !important; }

.my-10 {
  margin-top: 2.5rem !important;
  margin-bottom: 2.5rem !important; }

.mt-10 {
  margin-top: 2.5rem !important; }

.mb-10 {
  margin-bottom: 2.5rem !important; }

.mr-10 {
  margin-right: 2.5rem !important; }

.ml-10 {
  margin-left: 2.5rem !important; }

.m-11 {
  margin: 2.75rem !important; }

.mx-11 {
  margin-left: 2.75rem !important;
  margin-right: 2.75rem !important; }

.my-11 {
  margin-top: 2.75rem !important;
  margin-bottom: 2.75rem !important; }

.mt-11 {
  margin-top: 2.75rem !important; }

.mb-11 {
  margin-bottom: 2.75rem !important; }

.mr-11 {
  margin-right: 2.75rem !important; }

.ml-11 {
  margin-left: 2.75rem !important; }

.m-12 {
  margin: 3rem !important; }

.mx-12 {
  margin-left: 3rem !important;
  margin-right: 3rem !important; }

.my-12 {
  margin-top: 3rem !important;
  margin-bottom: 3rem !important; }

.mt-12 {
  margin-top: 3rem !important; }

.mb-12 {
  margin-bottom: 3rem !important; }

.mr-12 {
  margin-right: 3rem !important; }

.ml-12 {
  margin-left: 3rem !important; }

.m-13 {
  margin: 3.25rem !important; }

.mx-13 {
  margin-left: 3.25rem !important;
  margin-right: 3.25rem !important; }

.my-13 {
  margin-top: 3.25rem !important;
  margin-bottom: 3.25rem !important; }

.mt-13 {
  margin-top: 3.25rem !important; }

.mb-13 {
  margin-bottom: 3.25rem !important; }

.mr-13 {
  margin-right: 3.25rem !important; }

.ml-13 {
  margin-left: 3.25rem !important; }

.m-14 {
  margin: 3.5rem !important; }

.mx-14 {
  margin-left: 3.5rem !important;
  margin-right: 3.5rem !important; }

.my-14 {
  margin-top: 3.5rem !important;
  margin-bottom: 3.5rem !important; }

.mt-14 {
  margin-top: 3.5rem !important; }

.mb-14 {
  margin-bottom: 3.5rem !important; }

.mr-14 {
  margin-right: 3.5rem !important; }

.ml-14 {
  margin-left: 3.5rem !important; }

.m-15 {
  margin: 3.75rem !important; }

.mx-15 {
  margin-left: 3.75rem !important;
  margin-right: 3.75rem !important; }

.my-15 {
  margin-top: 3.75rem !important;
  margin-bottom: 3.75rem !important; }

.mt-15 {
  margin-top: 3.75rem !important; }

.mb-15 {
  margin-bottom: 3.75rem !important; }

.mr-15 {
  margin-right: 3.75rem !important; }

.ml-15 {
  margin-left: 3.75rem !important; }

.m-16 {
  margin: 4rem !important; }

.mx-16 {
  margin-left: 4rem !important;
  margin-right: 4rem !important; }

.my-16 {
  margin-top: 4rem !important;
  margin-bottom: 4rem !important; }

.mt-16 {
  margin-top: 4rem !important; }

.mb-16 {
  margin-bottom: 4rem !important; }

.mr-16 {
  margin-right: 4rem !important; }

.ml-16 {
  margin-left: 4rem !important; }

.m-17 {
  margin: 4.25rem !important; }

.mx-17 {
  margin-left: 4.25rem !important;
  margin-right: 4.25rem !important; }

.my-17 {
  margin-top: 4.25rem !important;
  margin-bottom: 4.25rem !important; }

.mt-17 {
  margin-top: 4.25rem !important; }

.mb-17 {
  margin-bottom: 4.25rem !important; }

.mr-17 {
  margin-right: 4.25rem !important; }

.ml-17 {
  margin-left: 4.25rem !important; }

.m-18 {
  margin: 4.5rem !important; }

.mx-18 {
  margin-left: 4.5rem !important;
  margin-right: 4.5rem !important; }

.my-18 {
  margin-top: 4.5rem !important;
  margin-bottom: 4.5rem !important; }

.mt-18 {
  margin-top: 4.5rem !important; }

.mb-18 {
  margin-bottom: 4.5rem !important; }

.mr-18 {
  margin-right: 4.5rem !important; }

.ml-18 {
  margin-left: 4.5rem !important; }

.m-19 {
  margin: 4.75rem !important; }

.mx-19 {
  margin-left: 4.75rem !important;
  margin-right: 4.75rem !important; }

.my-19 {
  margin-top: 4.75rem !important;
  margin-bottom: 4.75rem !important; }

.mt-19 {
  margin-top: 4.75rem !important; }

.mb-19 {
  margin-bottom: 4.75rem !important; }

.mr-19 {
  margin-right: 4.75rem !important; }

.ml-19 {
  margin-left: 4.75rem !important; }

.m-20 {
  margin: 5rem !important; }

.mx-20 {
  margin-left: 5rem !important;
  margin-right: 5rem !important; }

.my-20 {
  margin-top: 5rem !important;
  margin-bottom: 5rem !important; }

.mt-20 {
  margin-top: 5rem !important; }

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

.mr-20 {
  margin-right: 5rem !important; }

.ml-20 {
  margin-left: 5rem !important; }

.m-auto {
  margin: auto !important; }

.mx-auto {
  margin-left: auto !important;
  margin-right: auto !important; }

.my-auto {
  margin-top: auto !important;
  margin-bottom: auto !important; }

.p-0 {
  padding: 0rem !important; }

.px-0 {
  padding-left: 0rem !important;
  padding-right: 0rem !important; }

.py-0 {
  padding-top: 0rem !important;
  padding-bottom: 0rem !important; }

.pt-0 {
  padding-top: 0rem !important; }

.pb-0 {
  padding-bottom: 0rem !important; }

.pr-0 {
  padding-right: 0rem !important; }

.pl-0 {
  padding-left: 0rem !important; }

.p-1 {
  padding: 0.25rem !important; }

.px-1 {
  padding-left: 0.25rem !important;
  padding-right: 0.25rem !important; }

.py-1 {
  padding-top: 0.25rem !important;
  padding-bottom: 0.25rem !important; }

.pt-1 {
  padding-top: 0.25rem !important; }

.pb-1 {
  padding-bottom: 0.25rem !important; }

.pr-1 {
  padding-right: 0.25rem !important; }

.pl-1 {
  padding-left: 0.25rem !important; }

.p-2 {
  padding: 0.5rem !important; }

.px-2 {
  padding-left: 0.5rem !important;
  padding-right: 0.5rem !important; }

.py-2 {
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important; }

.pt-2 {
  padding-top: 0.5rem !important; }

.pb-2 {
  padding-bottom: 0.5rem !important; }

.pr-2 {
  padding-right: 0.5rem !important; }

.pl-2 {
  padding-left: 0.5rem !important; }

.p-3 {
  padding: 0.75rem !important; }

.px-3 {
  padding-left: 0.75rem !important;
  padding-right: 0.75rem !important; }

.py-3 {
  padding-top: 0.75rem !important;
  padding-bottom: 0.75rem !important; }

.pt-3 {
  padding-top: 0.75rem !important; }

.pb-3 {
  padding-bottom: 0.75rem !important; }

.pr-3 {
  padding-right: 0.75rem !important; }

.pl-3 {
  padding-left: 0.75rem !important; }

.p-4 {
  padding: 1rem !important; }

.px-4 {
  padding-left: 1rem !important;
  padding-right: 1rem !important; }

.py-4 {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important; }

.pt-4 {
  padding-top: 1rem !important; }

.pb-4 {
  padding-bottom: 1rem !important; }

.pr-4 {
  padding-right: 1rem !important; }

.pl-4 {
  padding-left: 1rem !important; }

.p-5 {
  padding: 1.25rem !important; }

.px-5 {
  padding-left: 1.25rem !important;
  padding-right: 1.25rem !important; }

.py-5 {
  padding-top: 1.25rem !important;
  padding-bottom: 1.25rem !important; }

.pt-5 {
  padding-top: 1.25rem !important; }

.pb-5 {
  padding-bottom: 1.25rem !important; }

.pr-5 {
  padding-right: 1.25rem !important; }

.pl-5 {
  padding-left: 1.25rem !important; }

.p-6 {
  padding: 1.5rem !important; }

.px-6 {
  padding-left: 1.5rem !important;
  padding-right: 1.5rem !important; }

.py-6 {
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important; }

.pt-6 {
  padding-top: 1.5rem !important; }

.pb-6 {
  padding-bottom: 1.5rem !important; }

.pr-6 {
  padding-right: 1.5rem !important; }

.pl-6 {
  padding-left: 1.5rem !important; }

.p-7 {
  padding: 1.75rem !important; }

.px-7 {
  padding-left: 1.75rem !important;
  padding-right: 1.75rem !important; }

.py-7 {
  padding-top: 1.75rem !important;
  padding-bottom: 1.75rem !important; }

.pt-7 {
  padding-top: 1.75rem !important; }

.pb-7 {
  padding-bottom: 1.75rem !important; }

.pr-7 {
  padding-right: 1.75rem !important; }

.pl-7 {
  padding-left: 1.75rem !important; }

.p-8 {
  padding: 2rem !important; }

.px-8 {
  padding-left: 2rem !important;
  padding-right: 2rem !important; }

.py-8 {
  padding-top: 2rem !important;
  padding-bottom: 2rem !important; }

.pt-8 {
  padding-top: 2rem !important; }

.pb-8 {
  padding-bottom: 2rem !important; }

.pr-8 {
  padding-right: 2rem !important; }

.pl-8 {
  padding-left: 2rem !important; }

.p-9 {
  padding: 2.25rem !important; }

.px-9 {
  padding-left: 2.25rem !important;
  padding-right: 2.25rem !important; }

.py-9 {
  padding-top: 2.25rem !important;
  padding-bottom: 2.25rem !important; }

.pt-9 {
  padding-top: 2.25rem !important; }

.pb-9 {
  padding-bottom: 2.25rem !important; }

.pr-9 {
  padding-right: 2.25rem !important; }

.pl-9 {
  padding-left: 2.25rem !important; }

.p-10 {
  padding: 2.5rem !important; }

.px-10 {
  padding-left: 2.5rem !important;
  padding-right: 2.5rem !important; }

.py-10 {
  padding-top: 2.5rem !important;
  padding-bottom: 2.5rem !important; }

.pt-10 {
  padding-top: 2.5rem !important; }

.pb-10 {
  padding-bottom: 2.5rem !important; }

.pr-10 {
  padding-right: 2.5rem !important; }

.pl-10 {
  padding-left: 2.5rem !important; }

.p-11 {
  padding: 2.75rem !important; }

.px-11 {
  padding-left: 2.75rem !important;
  padding-right: 2.75rem !important; }

.py-11 {
  padding-top: 2.75rem !important;
  padding-bottom: 2.75rem !important; }

.pt-11 {
  padding-top: 2.75rem !important; }

.pb-11 {
  padding-bottom: 2.75rem !important; }

.pr-11 {
  padding-right: 2.75rem !important; }

.pl-11 {
  padding-left: 2.75rem !important; }

.p-12 {
  padding: 3rem !important; }

.px-12 {
  padding-left: 3rem !important;
  padding-right: 3rem !important; }

.py-12 {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important; }

.pt-12 {
  padding-top: 3rem !important; }

.pb-12 {
  padding-bottom: 3rem !important; }

.pr-12 {
  padding-right: 3rem !important; }

.pl-12 {
  padding-left: 3rem !important; }

.p-13 {
  padding: 3.25rem !important; }

.px-13 {
  padding-left: 3.25rem !important;
  padding-right: 3.25rem !important; }

.py-13 {
  padding-top: 3.25rem !important;
  padding-bottom: 3.25rem !important; }

.pt-13 {
  padding-top: 3.25rem !important; }

.pb-13 {
  padding-bottom: 3.25rem !important; }

.pr-13 {
  padding-right: 3.25rem !important; }

.pl-13 {
  padding-left: 3.25rem !important; }

.p-14 {
  padding: 3.5rem !important; }

.px-14 {
  padding-left: 3.5rem !important;
  padding-right: 3.5rem !important; }

.py-14 {
  padding-top: 3.5rem !important;
  padding-bottom: 3.5rem !important; }

.pt-14 {
  padding-top: 3.5rem !important; }

.pb-14 {
  padding-bottom: 3.5rem !important; }

.pr-14 {
  padding-right: 3.5rem !important; }

.pl-14 {
  padding-left: 3.5rem !important; }

.p-15 {
  padding: 3.75rem !important; }

.px-15 {
  padding-left: 3.75rem !important;
  padding-right: 3.75rem !important; }

.py-15 {
  padding-top: 3.75rem !important;
  padding-bottom: 3.75rem !important; }

.pt-15 {
  padding-top: 3.75rem !important; }

.pb-15 {
  padding-bottom: 3.75rem !important; }

.pr-15 {
  padding-right: 3.75rem !important; }

.pl-15 {
  padding-left: 3.75rem !important; }

.p-16 {
  padding: 4rem !important; }

.px-16 {
  padding-left: 4rem !important;
  padding-right: 4rem !important; }

.py-16 {
  padding-top: 4rem !important;
  padding-bottom: 4rem !important; }

.pt-16 {
  padding-top: 4rem !important; }

.pb-16 {
  padding-bottom: 4rem !important; }

.pr-16 {
  padding-right: 4rem !important; }

.pl-16 {
  padding-left: 4rem !important; }

.p-17 {
  padding: 4.25rem !important; }

.px-17 {
  padding-left: 4.25rem !important;
  padding-right: 4.25rem !important; }

.py-17 {
  padding-top: 4.25rem !important;
  padding-bottom: 4.25rem !important; }

.pt-17 {
  padding-top: 4.25rem !important; }

.pb-17 {
  padding-bottom: 4.25rem !important; }

.pr-17 {
  padding-right: 4.25rem !important; }

.pl-17 {
  padding-left: 4.25rem !important; }

.p-18 {
  padding: 4.5rem !important; }

.px-18 {
  padding-left: 4.5rem !important;
  padding-right: 4.5rem !important; }

.py-18 {
  padding-top: 4.5rem !important;
  padding-bottom: 4.5rem !important; }

.pt-18 {
  padding-top: 4.5rem !important; }

.pb-18 {
  padding-bottom: 4.5rem !important; }

.pr-18 {
  padding-right: 4.5rem !important; }

.pl-18 {
  padding-left: 4.5rem !important; }

.p-19 {
  padding: 4.75rem !important; }

.px-19 {
  padding-left: 4.75rem !important;
  padding-right: 4.75rem !important; }

.py-19 {
  padding-top: 4.75rem !important;
  padding-bottom: 4.75rem !important; }

.pt-19 {
  padding-top: 4.75rem !important; }

.pb-19 {
  padding-bottom: 4.75rem !important; }

.pr-19 {
  padding-right: 4.75rem !important; }

.pl-19 {
  padding-left: 4.75rem !important; }

.p-20 {
  padding: 5rem !important; }

.px-20 {
  padding-left: 5rem !important;
  padding-right: 5rem !important; }

.py-20 {
  padding-top: 5rem !important;
  padding-bottom: 5rem !important; }

.pt-20 {
  padding-top: 5rem !important; }

.pb-20 {
  padding-bottom: 5rem !important; }

.pr-20 {
  padding-right: 5rem !important; }

.pl-20 {
  padding-left: 5rem !important; }

.p-auto {
  padding: auto !important; }

.px-auto {
  padding-left: auto !important;
  padding-right: auto !important; }

.py-auto {
  padding-top: auto !important;
  padding-bottom: auto !important; }

.w-5 {
  width: 5% !important; }

.max-w-5 {
  max-width: 5% !important; }

.min-w-5 {
  min-width: 5% !important; }

.w-10 {
  width: 10% !important; }

.max-w-10 {
  max-width: 10% !important; }

.min-w-10 {
  min-width: 10% !important; }

.w-15 {
  width: 15% !important; }

.max-w-15 {
  max-width: 15% !important; }

.min-w-15 {
  min-width: 15% !important; }

.w-20 {
  width: 20% !important; }

.max-w-20 {
  max-width: 20% !important; }

.min-w-20 {
  min-width: 20% !important; }

.w-25 {
  width: 25% !important; }

.max-w-25 {
  max-width: 25% !important; }

.min-w-25 {
  min-width: 25% !important; }

.w-30 {
  width: 30% !important; }

.max-w-30 {
  max-width: 30% !important; }

.min-w-30 {
  min-width: 30% !important; }

.w-35 {
  width: 35% !important; }

.max-w-35 {
  max-width: 35% !important; }

.min-w-35 {
  min-width: 35% !important; }

.w-40 {
  width: 40% !important; }

.max-w-40 {
  max-width: 40% !important; }

.min-w-40 {
  min-width: 40% !important; }

.w-45 {
  width: 45% !important; }

.max-w-45 {
  max-width: 45% !important; }

.min-w-45 {
  min-width: 45% !important; }

.w-50 {
  width: 50% !important; }

.max-w-50 {
  max-width: 50% !important; }

.min-w-50 {
  min-width: 50% !important; }

.w-55 {
  width: 55% !important; }

.max-w-55 {
  max-width: 55% !important; }

.min-w-55 {
  min-width: 55% !important; }

.w-60 {
  width: 60% !important; }

.max-w-60 {
  max-width: 60% !important; }

.min-w-60 {
  min-width: 60% !important; }

.w-65 {
  width: 65% !important; }

.max-w-65 {
  max-width: 65% !important; }

.min-w-65 {
  min-width: 65% !important; }

.w-70 {
  width: 70% !important; }

.max-w-70 {
  max-width: 70% !important; }

.min-w-70 {
  min-width: 70% !important; }

.w-75 {
  width: 75% !important; }

.max-w-75 {
  max-width: 75% !important; }

.min-w-75 {
  min-width: 75% !important; }

.w-80 {
  width: 80% !important; }

.max-w-80 {
  max-width: 80% !important; }

.min-w-80 {
  min-width: 80% !important; }

.w-85 {
  width: 85% !important; }

.max-w-85 {
  max-width: 85% !important; }

.min-w-85 {
  min-width: 85% !important; }

.w-90 {
  width: 90% !important; }

.max-w-90 {
  max-width: 90% !important; }

.min-w-90 {
  min-width: 90% !important; }

.w-95 {
  width: 95% !important; }

.max-w-95 {
  max-width: 95% !important; }

.min-w-95 {
  min-width: 95% !important; }

.w-100 {
  width: 100% !important; }

.max-w-100 {
  max-width: 100% !important; }

.min-w-100 {
  min-width: 100% !important; }

.h-5 {
  height: 5% !important; }

.max-h-5 {
  max-height: 5% !important; }

.min-h-5 {
  min-height: 5% !important; }

.h-10 {
  height: 10% !important; }

.max-h-10 {
  max-height: 10% !important; }

.min-h-10 {
  min-height: 10% !important; }

.h-15 {
  height: 15% !important; }

.max-h-15 {
  max-height: 15% !important; }

.min-h-15 {
  min-height: 15% !important; }

.h-20 {
  height: 20% !important; }

.max-h-20 {
  max-height: 20% !important; }

.min-h-20 {
  min-height: 20% !important; }

.h-25 {
  height: 25% !important; }

.max-h-25 {
  max-height: 25% !important; }

.min-h-25 {
  min-height: 25% !important; }

.h-30 {
  height: 30% !important; }

.max-h-30 {
  max-height: 30% !important; }

.min-h-30 {
  min-height: 30% !important; }

.h-35 {
  height: 35% !important; }

.max-h-35 {
  max-height: 35% !important; }

.min-h-35 {
  min-height: 35% !important; }

.h-40 {
  height: 40% !important; }

.max-h-40 {
  max-height: 40% !important; }

.min-h-40 {
  min-height: 40% !important; }

.h-45 {
  height: 45% !important; }

.max-h-45 {
  max-height: 45% !important; }

.min-h-45 {
  min-height: 45% !important; }

.h-50 {
  height: 50% !important; }

.max-h-50 {
  max-height: 50% !important; }

.min-h-50 {
  min-height: 50% !important; }

.h-55 {
  height: 55% !important; }

.max-h-55 {
  max-height: 55% !important; }

.min-h-55 {
  min-height: 55% !important; }

.h-60 {
  height: 60% !important; }

.max-h-60 {
  max-height: 60% !important; }

.min-h-60 {
  min-height: 60% !important; }

.h-65 {
  height: 65% !important; }

.max-h-65 {
  max-height: 65% !important; }

.min-h-65 {
  min-height: 65% !important; }

.h-70 {
  height: 70% !important; }

.max-h-70 {
  max-height: 70% !important; }

.min-h-70 {
  min-height: 70% !important; }

.h-75 {
  height: 75% !important; }

.max-h-75 {
  max-height: 75% !important; }

.min-h-75 {
  min-height: 75% !important; }

.h-80 {
  height: 80% !important; }

.max-h-80 {
  max-height: 80% !important; }

.min-h-80 {
  min-height: 80% !important; }

.h-85 {
  height: 85% !important; }

.max-h-85 {
  max-height: 85% !important; }

.min-h-85 {
  min-height: 85% !important; }

.h-90 {
  height: 90% !important; }

.max-h-90 {
  max-height: 90% !important; }

.min-h-90 {
  min-height: 90% !important; }

.h-95 {
  height: 95% !important; }

.max-h-95 {
  max-height: 95% !important; }

.min-h-95 {
  min-height: 95% !important; }

.h-100 {
  height: 100% !important; }

.max-h-100 {
  max-height: 100% !important; }

.min-h-100 {
  min-height: 100% !important; }

.border-radius-5 {
  border-radius: 5px !important; }

.border-radius-10 {
  border-radius: 10px !important; }

.border-radius-15 {
  border-radius: 15px !important; }

.border-radius-20 {
  border-radius: 20px !important; }

.border-radius-25 {
  border-radius: 25px !important; }

.border-radius-30 {
  border-radius: 30px !important; }

.border-radius-35 {
  border-radius: 35px !important; }

.border-radius-40 {
  border-radius: 40px !important; }

.border-radius-45 {
  border-radius: 45px !important; }

.border-radius-50 {
  border-radius: 50px !important; }

.border-radius-55 {
  border-radius: 55px !important; }

.border-radius-60 {
  border-radius: 60px !important; }

.border-radius-65 {
  border-radius: 65px !important; }

.border-radius-70 {
  border-radius: 70px !important; }

.border-radius-75 {
  border-radius: 75px !important; }

.border-radius-80 {
  border-radius: 80px !important; }

.border-radius-85 {
  border-radius: 85px !important; }

.border-radius-90 {
  border-radius: 90px !important; }

.border-radius-95 {
  border-radius: 95px !important; }

.border-radius-100 {
  border-radius: 100px !important; }

.color-gray {
  color: #c4cac6 !important; }

.color-hover-gray:hover {
  color: #c4cac6 !important; }

.bg-gray {
  background-color: #c4cac6 !important; }

.bg-hover-gray:hover {
  background-color: #c4cac6 !important;
  border-color: #c4cac6 !important; }

.color-gray-light-25 {
  color: #d4dbd7 !important; }

.color-hover-gray-light-25:hover {
  color: #d4dbd7 !important; }

.bg-gray-light-25 {
  background-color: #d4dbd7 !important; }

.bg-hover-gray-light-25:hover {
  background-color: #d4dbd7 !important;
  border-color: #d4dbd7 !important; }

.color-gray-light-50 {
  color: #e1e9e4 !important; }

.color-hover-gray-light-50:hover {
  color: #e1e9e4 !important; }

.bg-gray-light-50 {
  background-color: #e1e9e4 !important; }

.bg-hover-gray-light-50:hover {
  background-color: #e1e9e4 !important;
  border-color: #e1e9e4 !important; }

.color-gray-light-75 {
  color: #eff6f1 !important; }

.color-hover-gray-light-75:hover {
  color: #eff6f1 !important; }

.bg-gray-light-75 {
  background-color: #eff6f1 !important; }

.bg-hover-gray-light-75:hover {
  background-color: #eff6f1 !important;
  border-color: #eff6f1 !important; }

.color-gray-dark-25 {
  color: #bdc2be !important; }

.color-hover-gray-dark-25:hover {
  color: #bdc2be !important; }

.bg-gray-dark-25 {
  background-color: #bdc2be !important; }

.bg-hover-gray-dark-25:hover {
  background-color: #bdc2be !important;
  border-color: #bdc2be !important; }

.color-gray-dark-50 {
  color: #aeb3af !important; }

.color-hover-gray-dark-50:hover {
  color: #aeb3af !important; }

.bg-gray-dark-50 {
  background-color: #aeb3af !important; }

.bg-hover-gray-dark-50:hover {
  background-color: #aeb3af !important;
  border-color: #aeb3af !important; }

.color-gray-dark-75 {
  color: #9da39f !important; }

.color-hover-gray-dark-75:hover {
  color: #9da39f !important; }

.bg-gray-dark-75 {
  background-color: #9da39f !important; }

.bg-hover-gray-dark-75:hover {
  background-color: #9da39f !important;
  border-color: #9da39f !important; }

.color-white {
  color: #ffffff !important; }

.color-hover-white:hover {
  color: #ffffff !important; }

.bg-white {
  background-color: #ffffff !important; }

.bg-hover-white:hover {
  background-color: #ffffff !important;
  border-color: #ffffff !important; }

.color-dark {
  color: #3d4743 !important; }

.color-hover-dark:hover {
  color: #3d4743 !important; }

.bg-dark {
  background-color: #3d4743 !important; }

.bg-hover-dark:hover {
  background-color: #3d4743 !important;
  border-color: #3d4743 !important; }

.color-primary {
  color: #28c76f !important; }

.color-hover-primary:hover {
  color: #28c76f !important; }

.bg-primary {
  background-color: #28c76f !important; }

.bg-hover-primary:hover {
  background-color: #28c76f !important;
  border-color: #28c76f !important; }

.color-secondary {
  color: #f0f2f0 !important; }

.color-hover-secondary:hover {
  color: #f0f2f0 !important; }

.bg-secondary {
  background-color: #f0f2f0 !important; }

.bg-hover-secondary:hover {
  background-color: #f0f2f0 !important;
  border-color: #f0f2f0 !important; }

.color-success {
  color: #1bc5bd !important; }

.color-hover-success:hover {
  color: #1bc5bd !important; }

.bg-success {
  background-color: #1bc5bd !important; }

.bg-hover-success:hover {
  background-color: #1bc5bd !important;
  border-color: #1bc5bd !important; }

.color-danger {
  color: #f64e60 !important; }

.color-hover-danger:hover {
  color: #f64e60 !important; }

.bg-danger {
  background-color: #f64e60 !important; }

.bg-hover-danger:hover {
  background-color: #f64e60 !important;
  border-color: #f64e60 !important; }

.color-warning {
  color: #ffa800 !important; }

.color-hover-warning:hover {
  color: #ffa800 !important; }

.bg-warning {
  background-color: #ffa800 !important; }

.bg-hover-warning:hover {
  background-color: #ffa800 !important;
  border-color: #ffa800 !important; }

.color-info {
  color: #3699ff !important; }

.color-hover-info:hover {
  color: #3699ff !important; }

.bg-info {
  background-color: #3699ff !important; }

.bg-hover-info:hover {
  background-color: #3699ff !important;
  border-color: #3699ff !important; }

.bg-gradient {
  background-image: -webkit-gradient(linear, left top, right bottom, from(#81fbb8), to(#28c76f)) !important;
  background-image: linear-gradient(to right bottom, #81fbb8, #28c76f) !important; }

svg.svg-fill-primary {
  fill: #28c76f !important;
  stroke: #28c76f !important; }

svg.svg-fill-warning {
  fill: #ffa800 !important;
  stroke: #ffa800 !important; }

svg.svg-fill-danger {
  fill: #f64e60 !important;
  stroke: #f64e60 !important; }

svg.svg-fill-success {
  fill: #1bc5bd !important;
  stroke: #1bc5bd !important; }

svg.svg-fill-info {
  fill: #3699ff !important;
  stroke: #3699ff !important; }

svg.svg-stroke-primary {
  fill: transparent !important;
  stroke: #28c76f !important; }

svg.svg-stroke-warning {
  fill: transparent !important;
  stroke: #ffa800 !important; }

svg.svg-stroke-danger {
  fill: transparent !important;
  stroke: #f64e60 !important; }

svg.svg-stroke-success {
  fill: transparent !important;
  stroke: #1bc5bd !important; }

svg.svg-stroke-info {
  fill: transparent !important;
  stroke: #3699ff !important; }

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

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

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

.v-align-middle {
  vertical-align: middle !important; }

.v-align-baseline {
  vertical-align: baseline !important; }

.v-align-tb {
  vertical-align: text-bottom !important; }

.v-align-bottom {
  vertical-align: bottom !important; }

.v-align-sub {
  vertical-align: sub !important; }

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

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

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

.transition-1 {
  -webkit-transition: all 0.1s ease !important;
  transition: all 0.1s ease !important; }

.transition-2 {
  -webkit-transition: all 0.2s ease !important;
  transition: all 0.2s ease !important; }

.transition-3 {
  -webkit-transition: all 0.3s ease !important;
  transition: all 0.3s ease !important; }

.transition-4 {
  -webkit-transition: all 0.4s ease !important;
  transition: all 0.4s ease !important; }

.transition-5 {
  -webkit-transition: all 0.5s ease !important;
  transition: all 0.5s ease !important; }

.transition-6 {
  -webkit-transition: all 0.6s ease !important;
  transition: all 0.6s ease !important; }

.transition-7 {
  -webkit-transition: all 0.7s ease !important;
  transition: all 0.7s ease !important; }

.transition-8 {
  -webkit-transition: all 0.8s ease !important;
  transition: all 0.8s ease !important; }

.transition-9 {
  -webkit-transition: all 0.9s ease !important;
  transition: all 0.9s ease !important; }

.cursor-pointer {
  cursor: pointer !important; }

.btn, .form-control {
  border: none;
  display: inline-block;
  padding: 0.65rem 1rem;
  vertical-align: middle;
  overflow: hidden;
  text-decoration: none;
  color: inherit;
  background-color: inherit;
  text-align: center;
  white-space: nowrap;
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.btn {
  font-family: "Poppins", sans-serif;
  font-size: 0.865rem;
  font-weight: 500;
  border-radius: 0.32rem;
  line-height: 1.5;
  border: 1px solid;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }
  .btn.btn-lg {
    font-size: 1rem;
    padding: 0.75rem 1.5rem;
    border-radius: 0.44rem; }
  .btn.btn-sm {
    font-size: 0.785rem;
    padding: 0.55rem 0.85rem;
    border-radius: 0.26rem; }
  .btn.btn-rounded {
    border-radius: 60px; }
  .btn.btn-square {
    border-radius: 0; }

.btn.btn-primary {
  color: #ffffff;
  background-color: #28c76f;
  border-color: #28c76f; }
  .btn.btn-primary:hover, .btn.btn-primary:focus, .btn.btn-primary:active, .btn.btn-primary.active {
    background-color: #25b666 !important;
    border-color: #25b666 !important; }
  .btn.btn-primary .svg-icon svg {
    stroke: #ffffff !important; }
  .btn.btn-primary .icon i {
    color: #ffffff !important; }

.btn.btn-secondary {
  color: #60706a;
  background-color: #f0f2f0;
  border-color: #f0f2f0; }
  .btn.btn-secondary:hover, .btn.btn-secondary:focus, .btn.btn-secondary:active, .btn.btn-secondary.active {
    background-color: #ebedeb !important;
    border-color: #ebedeb !important; }
  .btn.btn-secondary .svg-icon svg {
    stroke: #3d4743 !important; }
  .btn.btn-secondary .icon i {
    color: #3d4743 !important; }

.btn.btn-success {
  color: #ffffff;
  background-color: #1bc5bd;
  border-color: #1bc5bd; }
  .btn.btn-success:hover, .btn.btn-success:focus, .btn.btn-success:active, .btn.btn-success.active {
    background-color: #0bb7af !important;
    border-color: #0bb7af !important; }
  .btn.btn-success .svg-icon svg {
    stroke: #ffffff !important; }
  .btn.btn-success .icon i {
    color: #ffffff !important; }

.btn.btn-danger {
  color: #ffffff;
  background-color: #f64e60;
  border-color: #f64e60; }
  .btn.btn-danger:hover, .btn.btn-danger:focus, .btn.btn-danger:active, .btn.btn-danger.active {
    background-color: #f53b4f !important;
    border-color: #f53b4f !important; }
  .btn.btn-danger .svg-icon svg {
    stroke: #ffffff !important; }
  .btn.btn-danger .icon i {
    color: #ffffff !important; }

.btn.btn-warning {
  color: #ffffff;
  background-color: #ffa800;
  border-color: #ffa800; }
  .btn.btn-warning:hover, .btn.btn-warning:focus, .btn.btn-warning:active, .btn.btn-warning.active {
    background-color: #eb9b00 !important;
    border-color: #eb9b00 !important; }
  .btn.btn-warning .svg-icon svg {
    stroke: #ffffff !important; }
  .btn.btn-warning .icon i {
    color: #ffffff !important; }

.btn.btn-info {
  color: #ffffff;
  background-color: #3699ff;
  border-color: #3699ff; }
  .btn.btn-info:hover, .btn.btn-info:focus, .btn.btn-info:active, .btn.btn-info.active {
    background-color: #228fff !important;
    border-color: #228fff !important; }
  .btn.btn-info .svg-icon svg {
    stroke: #ffffff !important; }
  .btn.btn-info .icon i {
    color: #ffffff !important; }

.btn.btn-light-primary {
  color: #28c76f;
  background-color: #e2ffef;
  border-color: #e2ffef; }
  .btn.btn-light-primary:hover, .btn.btn-light-primary:focus, .btn.btn-light-primary:active, .btn.btn-light-primary.active {
    color: #ffffff !important;
    background-color: #28c76f !important;
    border-color: #28c76f !important; }
    .btn.btn-light-primary:hover .svg-icon svg, .btn.btn-light-primary:focus .svg-icon svg, .btn.btn-light-primary:active .svg-icon svg, .btn.btn-light-primary.active .svg-icon svg {
      stroke: #ffffff !important; }
  .btn.btn-light-primary .svg-icon svg {
    stroke: #28c76f !important; }
  .btn.btn-light-primary .icon i {
    color: #28c76f !important; }

.btn.btn-light-secondary {
  color: #7e9089;
  background-color: #f6f6f6;
  border-color: #f6f6f6; }
  .btn.btn-light-secondary:hover, .btn.btn-light-secondary:focus, .btn.btn-light-secondary:active, .btn.btn-light-secondary.active {
    background-color: #f0f2f0 !important;
    border-color: #f0f2f0 !important; }
  .btn.btn-light-secondary .svg-icon svg {
    stroke: #3d4743 !important; }
  .btn.btn-light-secondary .icon i {
    color: #3d4743 !important; }

.btn.btn-light-success {
  color: #1bc5bd;
  background-color: #e8fafa;
  border-color: #e8fafa; }
  .btn.btn-light-success:hover, .btn.btn-light-success:focus, .btn.btn-light-success:active, .btn.btn-light-success.active {
    color: #ffffff !important;
    background-color: #1bc5bd !important;
    border-color: #1bc5bd !important; }
    .btn.btn-light-success:hover .svg-icon svg, .btn.btn-light-success:focus .svg-icon svg, .btn.btn-light-success:active .svg-icon svg, .btn.btn-light-success.active .svg-icon svg {
      stroke: #ffffff !important; }
  .btn.btn-light-success .svg-icon svg {
    stroke: #1bc5bd !important; }
  .btn.btn-light-success .icon i {
    color: #1bc5bd !important; }

.btn.btn-light-danger {
  color: #f64e60;
  background-color: #faeeef;
  border-color: #faeeef; }
  .btn.btn-light-danger:hover, .btn.btn-light-danger:focus, .btn.btn-light-danger:active, .btn.btn-light-danger.active {
    color: #ffffff !important;
    background-color: #f64e60 !important;
    border-color: #f64e60 !important; }
    .btn.btn-light-danger:hover .svg-icon svg, .btn.btn-light-danger:focus .svg-icon svg, .btn.btn-light-danger:active .svg-icon svg, .btn.btn-light-danger.active .svg-icon svg {
      stroke: #ffffff !important; }
  .btn.btn-light-danger .svg-icon svg {
    stroke: #f64e60 !important; }
  .btn.btn-light-danger .icon i {
    color: #f64e60 !important; }

.btn.btn-light-warning {
  color: #ffa800;
  background-color: #fff7e7;
  border-color: #fff7e7; }
  .btn.btn-light-warning:hover, .btn.btn-light-warning:focus, .btn.btn-light-warning:active, .btn.btn-light-warning.active {
    color: #ffffff !important;
    background-color: #ffa800 !important;
    border-color: #ffa800 !important; }
    .btn.btn-light-warning:hover .svg-icon svg, .btn.btn-light-warning:focus .svg-icon svg, .btn.btn-light-warning:active .svg-icon svg, .btn.btn-light-warning.active .svg-icon svg {
      stroke: #ffffff !important; }
  .btn.btn-light-warning .svg-icon svg {
    stroke: #ffa800 !important; }
  .btn.btn-light-warning .icon i {
    color: #ffa800 !important; }

.btn.btn-light-info {
  color: #3699ff;
  background-color: #e9f3fd;
  border-color: #e9f3fd; }
  .btn.btn-light-info:hover, .btn.btn-light-info:focus, .btn.btn-light-info:active, .btn.btn-light-info.active {
    color: #ffffff !important;
    background-color: #3699ff !important;
    border-color: #3699ff !important; }
    .btn.btn-light-info:hover .svg-icon svg, .btn.btn-light-info:focus .svg-icon svg, .btn.btn-light-info:active .svg-icon svg, .btn.btn-light-info.active .svg-icon svg {
      stroke: #ffffff !important; }
  .btn.btn-light-info .svg-icon svg {
    stroke: #3699ff !important; }
  .btn.btn-light-info .icon i {
    color: #3699ff !important; }

.btn.btn-outline-primary {
  color: #28c76f;
  background-color: transparent;
  border-color: #28c76f; }
  .btn.btn-outline-primary:hover, .btn.btn-outline-primary:focus, .btn.btn-outline-primary:active, .btn.btn-outline-primary.active {
    color: #ffffff !important;
    background-color: #28c76f !important;
    border-color: #28c76f !important; }
    .btn.btn-outline-primary:hover .svg-icon svg, .btn.btn-outline-primary:focus .svg-icon svg, .btn.btn-outline-primary:active .svg-icon svg, .btn.btn-outline-primary.active .svg-icon svg {
      stroke: #ffffff !important; }
    .btn.btn-outline-primary:hover .icon i, .btn.btn-outline-primary:focus .icon i, .btn.btn-outline-primary:active .icon i, .btn.btn-outline-primary.active .icon i {
      color: #ffffff !important; }
  .btn.btn-outline-primary .svg-icon svg {
    stroke: #28c76f !important; }
  .btn.btn-outline-primary .icon i {
    color: #28c76f !important; }

.btn.btn-outline-secondary {
  color: #3d4743;
  background-color: transparent;
  border-color: #ebedeb; }
  .btn.btn-outline-secondary:hover, .btn.btn-outline-secondary:focus, .btn.btn-outline-secondary:active, .btn.btn-outline-secondary.active {
    background-color: #f0f2f0 !important;
    border-color: #f0f2f0 !important; }
  .btn.btn-outline-secondary .svg-icon svg {
    stroke: #3d4743 !important; }
  .btn.btn-outline-secondary .icon i {
    color: #3d4743 !important; }

.btn.btn-outline-success {
  color: #1bc5bd;
  background-color: transparent;
  border-color: #1bc5bd; }
  .btn.btn-outline-success:hover, .btn.btn-outline-success:focus, .btn.btn-outline-success:active, .btn.btn-outline-success.active {
    color: #ffffff !important;
    background-color: #1bc5bd !important;
    border-color: #1bc5bd !important; }
    .btn.btn-outline-success:hover .svg-icon svg, .btn.btn-outline-success:focus .svg-icon svg, .btn.btn-outline-success:active .svg-icon svg, .btn.btn-outline-success.active .svg-icon svg {
      stroke: #ffffff !important; }
    .btn.btn-outline-success:hover .icon i, .btn.btn-outline-success:focus .icon i, .btn.btn-outline-success:active .icon i, .btn.btn-outline-success.active .icon i {
      color: #ffffff !important; }
  .btn.btn-outline-success .svg-icon svg {
    stroke: #1bc5bd !important; }
  .btn.btn-outline-success .icon i {
    color: #1bc5bd !important; }

.btn.btn-outline-danger {
  color: #f64e60;
  background-color: transparent;
  border-color: #f64e60; }
  .btn.btn-outline-danger:hover, .btn.btn-outline-danger:focus, .btn.btn-outline-danger:active, .btn.btn-outline-danger.active {
    color: #ffffff !important;
    background-color: #f64e60 !important;
    border-color: #f64e60 !important; }
    .btn.btn-outline-danger:hover .svg-icon svg, .btn.btn-outline-danger:focus .svg-icon svg, .btn.btn-outline-danger:active .svg-icon svg, .btn.btn-outline-danger.active .svg-icon svg {
      stroke: #ffffff !important; }
    .btn.btn-outline-danger:hover .icon i, .btn.btn-outline-danger:focus .icon i, .btn.btn-outline-danger:active .icon i, .btn.btn-outline-danger.active .icon i {
      color: #ffffff !important; }
  .btn.btn-outline-danger .svg-icon svg {
    stroke: #f64e60 !important; }
  .btn.btn-outline-danger .icon i {
    color: #f64e60 !important; }

.btn.btn-outline-warning {
  color: #ffa800;
  background-color: transparent;
  border-color: #ffa800; }
  .btn.btn-outline-warning:hover, .btn.btn-outline-warning:focus, .btn.btn-outline-warning:active, .btn.btn-outline-warning.active {
    color: #ffffff !important;
    background-color: #ffa800 !important;
    border-color: #ffa800 !important; }
    .btn.btn-outline-warning:hover .svg-icon svg, .btn.btn-outline-warning:focus .svg-icon svg, .btn.btn-outline-warning:active .svg-icon svg, .btn.btn-outline-warning.active .svg-icon svg {
      stroke: #ffffff !important; }
    .btn.btn-outline-warning:hover .icon i, .btn.btn-outline-warning:focus .icon i, .btn.btn-outline-warning:active .icon i, .btn.btn-outline-warning.active .icon i {
      color: #ffffff !important; }
  .btn.btn-outline-warning .svg-icon svg {
    stroke: #ffa800 !important; }
  .btn.btn-outline-warning .icon i {
    color: #ffa800 !important; }

.btn.btn-outline-info {
  color: #3699ff;
  background-color: transparent;
  border-color: #3699ff; }
  .btn.btn-outline-info:hover, .btn.btn-outline-info:focus, .btn.btn-outline-info:active, .btn.btn-outline-info.active {
    color: #ffffff !important;
    background-color: #3699ff !important;
    border-color: #3699ff !important; }
    .btn.btn-outline-info:hover .svg-icon svg, .btn.btn-outline-info:focus .svg-icon svg, .btn.btn-outline-info:active .svg-icon svg, .btn.btn-outline-info.active .svg-icon svg {
      stroke: #ffffff !important; }
    .btn.btn-outline-info:hover .icon i, .btn.btn-outline-info:focus .icon i, .btn.btn-outline-info:active .icon i, .btn.btn-outline-info.active .icon i {
      color: #ffffff !important; }
  .btn.btn-outline-info .svg-icon svg {
    stroke: #3699ff !important; }
  .btn.btn-outline-info .icon i {
    color: #3699ff !important; }

.btn.btn-shadow-primary {
  color: #ffffff;
  background-color: #28c76f;
  border-color: #28c76f;
  -webkit-box-shadow: 0 9px 15px rgba(40, 199, 111, 0.3);
  box-shadow: 0 9px 15px rgba(40, 199, 111, 0.3); }
  .btn.btn-shadow-primary:hover, .btn.btn-shadow-primary:focus, .btn.btn-shadow-primary:active, .btn.btn-shadow-primary.active {
    background-color: #25b666 !important;
    border-color: #25b666 !important; }
  .btn.btn-shadow-primary .svg-icon svg {
    stroke: #ffffff !important; }
  .btn.btn-shadow-primary .icon i {
    color: #ffffff !important; }

.btn.btn-shadow-secondary {
  color: #3d4743;
  background-color: #f0f2f0;
  border-color: #f0f2f0;
  -webkit-box-shadow: 0 9px 15px rgba(240, 242, 240, 0.3);
  box-shadow: 0 9px 15px rgba(240, 242, 240, 0.3); }
  .btn.btn-shadow-secondary:hover, .btn.btn-shadow-secondary:focus, .btn.btn-shadow-secondary:active, .btn.btn-shadow-secondary.active {
    background-color: #ebedeb !important;
    border-color: #ebedeb !important; }
  .btn.btn-shadow-secondary .svg-icon svg {
    stroke: #3d4743 !important; }
  .btn.btn-shadow-secondary .icon i {
    color: #3d4743 !important; }

.btn.btn-shadow-success {
  color: #ffffff;
  background-color: #1bc5bd;
  border-color: #1bc5bd;
  -webkit-box-shadow: 0 9px 15px rgba(27, 197, 189, 0.3);
  box-shadow: 0 9px 15px rgba(27, 197, 189, 0.3); }
  .btn.btn-shadow-success:hover, .btn.btn-shadow-success:focus, .btn.btn-shadow-success:active, .btn.btn-shadow-success.active {
    background-color: #0bb7af !important;
    border-color: #0bb7af !important; }
  .btn.btn-shadow-success .svg-icon svg {
    stroke: #ffffff !important; }
  .btn.btn-shadow-success .icon i {
    color: #ffffff !important; }

.btn.btn-shadow-danger {
  color: #ffffff;
  background-color: #f64e60;
  border-color: #f64e60;
  -webkit-box-shadow: 0 9px 15px rgba(246, 78, 96, 0.3);
  box-shadow: 0 9px 15px rgba(246, 78, 96, 0.3); }
  .btn.btn-shadow-danger:hover, .btn.btn-shadow-danger:focus, .btn.btn-shadow-danger:active, .btn.btn-shadow-danger.active {
    background-color: #f53b4f !important;
    border-color: #f53b4f !important; }
  .btn.btn-shadow-danger .svg-icon svg {
    stroke: #ffffff !important; }
  .btn.btn-shadow-danger .icon i {
    color: #ffffff !important; }

.btn.btn-shadow-warning {
  color: #ffffff;
  background-color: #ffa800;
  border-color: #ffa800;
  -webkit-box-shadow: 0 9px 15px rgba(255, 168, 0, 0.3);
  box-shadow: 0 9px 15px rgba(255, 168, 0, 0.3); }
  .btn.btn-shadow-warning:hover, .btn.btn-shadow-warning:focus, .btn.btn-shadow-warning:active, .btn.btn-shadow-warning.active {
    background-color: #eb9b00 !important;
    border-color: #eb9b00 !important; }
  .btn.btn-shadow-warning .svg-icon svg {
    stroke: #ffffff !important; }
  .btn.btn-shadow-warning .icon i {
    color: #ffffff !important; }

.btn.btn-shadow-info {
  color: #ffffff;
  background-color: #3699ff;
  border-color: #3699ff;
  -webkit-box-shadow: 0 9px 15px rgba(54, 153, 255, 0.3);
  box-shadow: 0 9px 15px rgba(54, 153, 255, 0.3); }
  .btn.btn-shadow-info:hover, .btn.btn-shadow-info:focus, .btn.btn-shadow-info:active, .btn.btn-shadow-info.active {
    background-color: #228fff !important;
    border-color: #228fff !important; }
  .btn.btn-shadow-info .svg-icon svg {
    stroke: #ffffff !important; }
  .btn.btn-shadow-info .icon i {
    color: #ffffff !important; }

.btn.btn-white {
  color: #3d4743;
  background-color: #ffffff;
  border-color: #ffffff; }
  .btn.btn-white:hover, .btn.btn-white:focus, .btn.btn-white:active, .btn.btn-white.active {
    opacity: 0.9 !important; }
  .btn.btn-white .svg-icon svg {
    stroke: #3d4743 !important; }
  .btn.btn-white .icon i {
    color: #3d4743 !important; }

.btn.btn-dark {
  color: #ffffff;
  background-color: #3d4743;
  border-color: #3d4743; }
  .btn.btn-dark:hover, .btn.btn-dark:focus, .btn.btn-dark:active, .btn.btn-dark.active {
    opacity: 0.9 !important; }
  .btn.btn-dark .svg-icon svg {
    stroke: #ffffff !important; }
  .btn.btn-dark .icon i {
    color: #ffffff !important; }

.btn.btn-clean {
  color: #99a8a2;
  background-color: #f4f8f5;
  border-color: #f4f8f5; }
  .btn.btn-clean:hover, .btn.btn-clean:focus, .btn.btn-clean:active, .btn.btn-clean.active {
    background-color: #f3f4f3;
    border-color: #f3f4f3; }
  .btn.btn-clean .svg-icon svg {
    stroke: #3d4743; }
  .btn.btn-clean .icon i {
    color: #3d4743; }

.form-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-bottom: 1.5rem; }
  .form-group.is-invalid .form-control {
    border-color: #f64e60 !important; }
  .form-group.is-invalid .form-text {
    color: #f64e60 !important; }
  .form-group.is-valid .form-control {
    border-color: #1bc5bd !important; }
  .form-group.is-valid .form-text {
    color: #1bc5bd !important; }

.from-textarea {
  resize: none !important;
  height: 185px; }
  @media screen and (max-width: 768px) {
    .from-textarea {
      height: 85px; } }

.form-control {
  text-align: left;
  min-width: 90px;
  padding: 0.7rem 1rem;
  font-family: "Poppins", sans-serif;
  font-size: 0.865rem;
  border-radius: 0.32rem;
  line-height: 1.5;
  border: 1px solid;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }
  .form-control:focus, .form-control.focus {
    border-color: #28c76f !important; }

.form-label {
  margin-left: 0.2rem;
  font-size: 0.785rem;
  font-weight: 500;
  margin-bottom: 0.5rem; }

.form-text {
  font-size: 0.785rem;
  margin-top: 0.5rem; }

.svg-icon {
  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: 2px; }
  .svg-icon svg {
    width: 18px;
    height: 18px;
    display: inline-block;
    vertical-align: middle; }
  .svg-icon.svg-lg svg {
    width: 22px;
    height: 22px; }
  .svg-icon.svg-sm svg {
    width: 16px;
    height: 16px; }
  .svg-icon.svg-xs svg {
    width: 12px;
    height: 12px; }

.avatar {
  position: relative;
  margin-bottom: 1rem;
  display: inline-block;
  cursor: pointer;
  -webkit-transition: -webkit-transform 0.25s ease;
  transition: -webkit-transform 0.25s ease;
  transition: transform 0.25s ease;
  transition: transform 0.25s ease, -webkit-transform 0.25s ease; }
  @media screen and (min-width: 769px) {
    .avatar:hover, .avatar.active {
      -webkit-transform: translateY(-2px);
      transform: translateY(-2px); } }
  .avatar > img {
    width: 75px;
    height: 75px;
    padding: 0.25rem;
    border-radius: 0.42rem;
    border: 3px solid rgba(40, 199, 111, 0.4);
    -webkit-box-shadow: 0 5px 9px rgba(40, 199, 111, 0.2);
    box-shadow: 0 5px 9px rgba(40, 199, 111, 0.2); }
  .avatar.avatar-lg > img {
    width: 95px;
    height: 95px; }
  .avatar.avatar-sm > img {
    width: 55px;
    height: 55px; }

.nav {
  height: 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; }
  .nav > .brand {
    overflow: hidden; }
    .nav > .brand > .brand-logo {
      width: 100%;
      max-width: 165px;
      vertical-align: middle;
      -webkit-transition: all .1s ease;
      transition: all .1s ease; }
      @media screen and (max-width: 786px) {
        .nav > .brand > .brand-logo {
          max-width: 135px; } }
  .nav > .nav-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1; }
    .nav > .nav-menu > ul.menu {
      display: -webkit-inline-box;
      display: -ms-inline-flexbox;
      display: inline-flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-backface-visibility: hidden;
      backface-visibility: hidden; }
      @media screen and (max-width: 1040px) {
        .nav > .nav-menu > ul.menu {
          display: none; } }
      .nav > .nav-menu > ul.menu .close-menu-btn {
        padding: 4rem 2rem 5rem;
        display: block;
        width: 100%;
        text-align: right; }
        @media screen and (min-width: 1041px) {
          .nav > .nav-menu > ul.menu .close-menu-btn {
            display: none; } }
        .nav > .nav-menu > ul.menu .close-menu-btn > svg {
          cursor: pointer; }
      .nav > .nav-menu > ul.menu > li.menu-item {
        display: inline-block;
        margin: 0 .15rem; }
        .nav > .nav-menu > ul.menu > li.menu-item:last-child {
          margin-right: 0; }
        .nav > .nav-menu > ul.menu > li.menu-item > a.menu-link {
          padding: .65rem 1rem;
          border-radius: .42rem;
          font-weight: 600;
          font-size: .9rem;
          text-transform: none;
          -webkit-transition: all 0.3s ease-in-out;
          transition: all 0.3s ease-in-out; }
        .nav > .nav-menu > ul.menu > li.menu-item:hover a.menu-link {
          color: #28c76f; }
        .nav > .nav-menu > ul.menu > li.menu-item:active a.menu-link, .nav > .nav-menu > ul.menu > li.menu-item.active a.menu-link {
          color: #28c76f;
          background-color: #e2ffef; }
      .nav > .nav-menu > ul.menu.open, .nav > .nav-menu > ul.menu.close {
        padding: 0 0.5rem;
        position: fixed;
        top: 0;
        height: 100%;
        width: 265px;
        z-index: 11;
        -webkit-box-shadow: 9px 0 15px rgba(61, 71, 67, 0.2);
        box-shadow: 9px 0 15px rgba(61, 71, 67, 0.2);
        -webkit-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out; }
        @media screen and (max-width: 576px) {
          .nav > .nav-menu > ul.menu.open, .nav > .nav-menu > ul.menu.close {
            width: 100%; }
            .nav > .nav-menu > ul.menu.open > li.menu-item, .nav > .nav-menu > ul.menu.close > li.menu-item {
              text-align: center; } }
      .nav > .nav-menu > ul.menu.open, .nav > .nav-menu > ul.menu.close {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column; }
        .nav > .nav-menu > ul.menu.open > li.menu-item, .nav > .nav-menu > ul.menu.close > li.menu-item {
          display: block;
          width: 100%;
          margin: 2px 0; }
          .nav > .nav-menu > ul.menu.open > li.menu-item > a.menu-link, .nav > .nav-menu > ul.menu.close > li.menu-item > a.menu-link {
            display: block;
            padding: 1.3rem;
            border-radius: 4px;
            -webkit-transition: all 0.15s linear;
            transition: all 0.15s linear; }
          .nav > .nav-menu > ul.menu.open > li.menu-item:hover > a.menu-link, .nav > .nav-menu > ul.menu.open > li.menu-item:active > a.menu-link, .nav > .nav-menu > ul.menu.open > li.menu-item.active > a.menu-link, .nav > .nav-menu > ul.menu.close > li.menu-item:hover > a.menu-link, .nav > .nav-menu > ul.menu.close > li.menu-item:active > a.menu-link, .nav > .nav-menu > ul.menu.close > li.menu-item.active > a.menu-link {
            background-color: #28c76f; }
      .nav > .nav-menu > ul.menu.open {
        -webkit-animation: offcanvasSlideIn 0.4s forwards;
        animation: offcanvasSlideIn 0.4s forwards; }

@-webkit-keyframes offcanvasSlideIn {
  0% {
    opacity: 0;
    left: -265px; }
  100% {
    opacity: 1;
    left: 0; } }

@keyframes offcanvasSlideIn {
  0% {
    opacity: 0;
    left: -265px; }
  100% {
    opacity: 1;
    left: 0; } }

@-webkit-keyframes offcanvasSlideOut {
  0% {
    opacity: 1;
    left: 0; }
  100% {
    opacity: 0;
    left: -265px; } }

@keyframes offcanvasSlideOut {
  0% {
    opacity: 1;
    left: 0; }
  100% {
    opacity: 0;
    left: -265px; } }
        @media screen and (max-width: 576px) {
          .nav > .nav-menu > ul.menu.open {
            -webkit-animation: offcanvasSlideIn 0.4s forwards;
            animation: offcanvasSlideIn 0.4s forwards; }
          @-webkit-keyframes offcanvasSlideIn {
            0% {
              opacity: 0;
              left: -100%; }
            100% {
              opacity: 1;
              left: 0; } }
          @keyframes offcanvasSlideIn {
            0% {
              opacity: 0;
              left: -100%; }
            100% {
              opacity: 1;
              left: 0; } }
          @-webkit-keyframes offcanvasSlideOut {
            0% {
              opacity: 1;
              left: 0; }
            100% {
              opacity: 0;
              left: -100%; } }
          @keyframes offcanvasSlideOut {
            0% {
              opacity: 1;
              left: 0; }
            100% {
              opacity: 0;
              left: -100%; } } }
      .nav > .nav-menu > ul.menu.close {
        -webkit-animation: offcanvasSlideOut 0.4s forwards !important;
        animation: offcanvasSlideOut 0.4s forwards !important; }

@keyframes offcanvasSlideIn {
  0% {
    opacity: 0;
    left: -265px; }
  100% {
    opacity: 1;
    left: 0; } }

@keyframes offcanvasSlideOut {
  0% {
    opacity: 1;
    left: 0; }
  100% {
    opacity: 0;
    left: -265px; } }
        @media screen and (max-width: 576px) {
          .nav > .nav-menu > ul.menu.close {
            -webkit-animation: offcanvasSlideOut 0.4s forwards !important;
            animation: offcanvasSlideOut 0.4s forwards !important; }
          @-webkit-keyframes offcanvasSlideIn {
            0% {
              opacity: 0;
              left: -100%; }
            100% {
              opacity: 1;
              left: 0; } }
          @keyframes offcanvasSlideIn {
            0% {
              opacity: 0;
              left: -100%; }
            100% {
              opacity: 1;
              left: 0; } }
          @-webkit-keyframes offcanvasSlideOut {
            0% {
              opacity: 1;
              left: 0; }
            100% {
              opacity: 0;
              left: -100%; } }
          @keyframes offcanvasSlideOut {
            0% {
              opacity: 1;
              left: 0; }
            100% {
              opacity: 0;
              left: -100%; } } }
    @media screen and (min-width: 1041px) {
      .nav > .nav-menu .open-menu-btn {
        display: none; } }

.card {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-clip: border-box;
  border: 1px solid;
  border-radius: 0.25rem;
  margin: 4px; }
  .card .card-header {
    padding: 1.25rem; }
  .card .card-body {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1.25rem; }

.section-header > .section-title {
  font-size: 1.3rem;
  letter-spacing: 0.2px;
  position: relative; }
  .section-header > .section-title > .section-title-abstract {
    position: absolute;
    width: 32px;
    height: 32px;
    top: -5px;
    left: -12px;
    border-radius: 50%;
    z-index: -1; }

.section-header > .section-subtitle {
  margin: 2rem auto 1rem auto;
  font-size: 1.5rem;
  max-width: 750px;
  font-weight: 500; }

.accordion-container > .ac {
  border-radius: .42rem;
  -webkit-box-shadow: 0 5px 9px rgba(61, 71, 67, 0.05);
  box-shadow: 0 5px 9px rgba(61, 71, 67, 0.05);
  border: 1px solid;
  -webkit-transition: -webkit-transform .3s ease;
  transition: -webkit-transform .3s ease;
  transition: transform .3s ease;
  transition: transform .3s ease, -webkit-transform .3s ease; }
  .accordion-container > .ac .ac-header .ac-trigger {
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    padding: 1rem 1.5rem;
    border-bottom: 1px solid;
    -webkit-transition: color .3s ease;
    transition: color .3s ease; }
    .accordion-container > .ac .ac-header .ac-trigger::after {
      right: 1.5rem; }
  .accordion-container > .ac .ac-panel {
    padding-left: 1.5rem;
    padding-right: 1.5rem; }
    .accordion-container > .ac .ac-panel .ac-text {
      font-family: "Poppins", sans-serif;
      font-weight: 400;
      padding: 1rem 0;
      font-size: 0.865rem;
      line-height: 1.8; }
  @media screen and (min-width: 769px) {
    .accordion-container > .ac:hover, .accordion-container > .ac.is-active {
      -webkit-transform: scale(1.02) translateY(-2px);
      transform: scale(1.02) translateY(-2px); }
      .accordion-container > .ac:hover .ac-trigger, .accordion-container > .ac.is-active .ac-trigger {
        color: #28c76f; } }
  .accordion-container > .ac:hover .ac-trigger, .accordion-container > .ac.is-active .ac-trigger {
    color: #28c76f; }

.slider {
  position: relative;
  border: 10px solid;
  -webkit-transform: translate(25px, 25px);
  transform: translate(25px, 25px);
  -webkit-box-shadow: 0 9px 15px rgba(61, 71, 67, 0.2);
  box-shadow: 0 9px 15px rgba(61, 71, 67, 0.2);
  overflow: hidden; }
  @media screen and (max-width: 1040px) {
    .slider {
      -webkit-transform: translate(15px, 15px);
      transform: translate(15px, 15px); } }
  .slider > img {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0; }

.slim-select .ss-single-selected {
  border: 1px solid #3d4743;
  border-radius: 0.32rem;
  background-color: transparent;
  min-height: 38px;
  padding: 0; }
  .slim-select .ss-single-selected .placeholder {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding: 0.65rem;
    color: #3d4743;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease; }
  .slim-select .ss-single-selected .ss-arrow {
    margin: 0 10px 0 6px; }
    .slim-select .ss-single-selected .ss-arrow > span {
      border: solid #3d4743;
      border-width: 0 1.5px 1.5px 0;
      padding: 2px;
      -webkit-transition: all 0.3s ease;
      transition: all 0.3s ease; }

.slim-select .ss-content {
  border: 0;
  width: auto;
  min-width: 90px;
  -webkit-box-shadow: 0 6px 9px rgba(61, 71, 67, 0.1);
  box-shadow: 0 6px 9px rgba(61, 71, 67, 0.1);
  margin-top: 2px;
  border-radius: 0.15rem;
  background: #ffffff; }
  .slim-select .ss-content .ss-list {
    padding: 0.25rem 0; }
    .slim-select .ss-content .ss-list .ss-option {
      color: #3d4743;
      font-size: 0.785rem;
      font-weight: 600;
      padding: 0.65rem;
      -webkit-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out; }
    .slim-select .ss-content .ss-list .ss-option:hover,
    .slim-select .ss-content .ss-list .ss-content .ss-list .ss-option.ss-highlighted,
    .slim-select .ss-content .ss-list .ss-option.ss-disabled {
      color: #28c76f;
      background-color: transparent; }

.splide .splide__list {
  margin: 0 !important;
  padding: 0 !important;
  width: auto; }

.splide__arrow {
  background: #ffffff;
  width: 2rem;
  height: 2rem;
  border-radius: 0.42rem; }
  .splide__arrow svg {
    width: 0.75em;
    height: 0.75em;
    fill: #9da39f;
    -webkit-transition: fill 0.15s ease;
    transition: fill 0.15s ease; }
  .splide__arrow:hover svg {
    fill: #28c76f; }

.splide__pagination__page {
  background: #d4dbd7; }
  .splide__pagination__page.is-active {
    background: -webkit-gradient(linear, left top, right bottom, from(#81fbb8), to(#28c76f));
    background: linear-gradient(to right bottom, #81fbb8, #28c76f); }

.el-text {
  font-size: 0.785rem;
  font-weight: 500;
  color: rgba(61, 71, 67, 0.8); }

.el-radio > input[type="radio"] + .el-radio-style::before,
.el-checkbox > input[type="checkbox"] + .el-checkbox-style::before {
  border: 2px solid #d4dbd7;
  width: 1.2em;
  height: 1.2em;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease; }

.el-radio > input[type="radio"] + .el-radio-style:hover::before,
.el-checkbox > input[type="checkbox"] + .el-checkbox-style:hover::before {
  border-color: #28c76f; }

.el-radio > input[type="radio"]:checked + .el-radio-style::before {
  border: 2px solid #28c76f; }

.el-radio > input[type="radio"] + .el-radio-style:after {
  top: 0.35em;
  left: 0.35em;
  width: 0.5em;
  height: 0.5em;
  background: -webkit-gradient(linear, left top, right bottom, from(#81fbb8), to(#28c76f));
  background: linear-gradient(to right bottom, #81fbb8, #28c76f); }

.el-checkbox > input[type="checkbox"]:checked + .el-checkbox-style:before {
  border: transparent;
  background: -webkit-gradient(linear, left top, right bottom, from(#81fbb8), to(#28c76f));
  background: linear-gradient(to right bottom, #81fbb8, #28c76f); }

.el-checkbox > input[type="checkbox"] + .el-checkbox-style:after {
  top: 0.3em;
  left: 0.4em;
  width: 0.45em;
  height: 0.45em; }

.el-switch .el-switch-style {
  background: #d4dbd7; }

.el-switch > input[type="checkbox"]:checked + .el-switch-style {
  background: -webkit-gradient(linear, left top, right bottom, from(#81fbb8), to(#28c76f));
  background: linear-gradient(to right bottom, #81fbb8, #28c76f); }

.container {
  height: auto;
  margin-right: auto;
  margin-left: auto;
  padding-right: 15px;
  padding-left: 15px; }

@media all and (min-width: 768px) {
  .container {
    width: 750px; } }

@media all and (min-width: 992px) {
  .container {
    width: 970px; } }

@media all and (min-width: 1280px) {
  .container {
    width: 1170px; } }

.container-fluid {
  height: auto;
  margin-right: auto;
  margin-left: auto;
  padding-right: 15px;
  padding-left: 15px; }

.row {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-right: -15px;
  margin-left: -15px;
  -webkit-box-flex: 0;
  -webkit-box-direction: normal;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  flex: 0 1 auto;
  -webkit-flex: 0 1 auto;
  -ms-flex: 0 1 auto;
  -webkit-box-flex: 0;
  -ms-flex-direction: row;
  flex-direction: row;
  flex-direction: row;
  box-orient: horizontal;
  box-orient: horizontal;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap; }

.row.reverse {
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  flex-direction: row-reverse;
  box-orient: horizontal;
  box-orient: horizontal;
  -webkit-box-direction: reverse; }

.col.reverse {
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
  flex-direction: column-reverse;
  box-orient: vertical;
  box-orient: vertical;
  -webkit-box-direction: reverse; }

.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 {
  flex: 0 0 auto;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-right: 15px;
  padding-left: 15px;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  -webkit-box-flex: 0; }

.col-xs {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  max-width: 100%;
  -ms-flex-positive: 1;
  -webkit-box-flex: 1;
  flex-grow: 1;
  flex: 0 0 auto;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-right: 15px;
  padding-left: 15px;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  -webkit-box-flex: 0; }

.start-xs {
  text-align: start;
  -ms-flex-pack: start;
  -webkit-box-pack: start;
  justify-content: flex-start;
  justify-content: flex-start; }

.center-xs {
  text-align: center;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
  justify-content: flex-center;
  justify-content: center; }

.end-xs {
  -ms-flex-align: end;
  -webkit-box-align: end;
  align-items: flex-end; }

.top-xs {
  -ms-flex-align: start;
  -webkit-box-align: start;
  align-items: flex-start; }

.middle-xs {
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center; }

.around-xs {
  -ms-flex-pack: distribute;
  justify-content: space-around; }

.between-xs {
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
  justify-content: space-between; }

.first-xs {
  -ms-flex-order: -1;
  order: -1;
  -webkit-box-ordinal-group: 0; }

.last-xs {
  -ms-flex-order: 1;
  order: 1;
  -webkit-box-ordinal-group: 2; }

.stretch-xs {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  box-orient: vertical;
  box-orient: vertical;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  flex-direction: column; }

.stretch-xs [class^="col-xs"],
.stretch-xs [class*=" col-xs"] {
  flex: 1 0 auto;
  -webkit-flex: 1 0 auto;
  -ms-flex: 1 0 auto;
  -webkit-box-flex: 0; }

.col-xs-1 {
  -ms-flex-preferred-size: 8.33333%;
  flex-basis: 8.33333%;
  width: 100%;
  max-width: 8.33333%; }

.col-xs-offset-1 {
  margin-left: 8.33333%; }

.col-xs-2 {
  -ms-flex-preferred-size: 16.66667%;
  flex-basis: 16.66667%;
  width: 100%;
  max-width: 16.66667%; }

.col-xs-offset-2 {
  margin-left: 16.66667%; }

.col-xs-3 {
  -ms-flex-preferred-size: 25%;
  flex-basis: 25%;
  width: 100%;
  max-width: 25%; }

.col-xs-offset-3 {
  margin-left: 25%; }

.col-xs-4 {
  -ms-flex-preferred-size: 33.33333%;
  flex-basis: 33.33333%;
  width: 100%;
  max-width: 33.33333%; }

.col-xs-offset-4 {
  margin-left: 33.33333%; }

.col-xs-5 {
  -ms-flex-preferred-size: 41.66667%;
  flex-basis: 41.66667%;
  width: 100%;
  max-width: 41.66667%; }

.col-xs-offset-5 {
  margin-left: 41.66667%; }

.col-xs-6 {
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
  width: 100%;
  max-width: 50%; }

.col-xs-offset-6 {
  margin-left: 50%; }

.col-xs-7 {
  -ms-flex-preferred-size: 58.33333%;
  flex-basis: 58.33333%;
  width: 100%;
  max-width: 58.33333%; }

.col-xs-offset-7 {
  margin-left: 58.33333%; }

.col-xs-8 {
  -ms-flex-preferred-size: 66.66667%;
  flex-basis: 66.66667%;
  width: 100%;
  max-width: 66.66667%; }

.col-xs-offset-8 {
  margin-left: 66.66667%; }

.col-xs-9 {
  -ms-flex-preferred-size: 75%;
  flex-basis: 75%;
  width: 100%;
  max-width: 75%; }

.col-xs-offset-9 {
  margin-left: 75%; }

.col-xs-10 {
  -ms-flex-preferred-size: 83.33333%;
  flex-basis: 83.33333%;
  width: 100%;
  max-width: 83.33333%; }

.col-xs-offset-10 {
  margin-left: 83.33333%; }

.col-xs-11 {
  -ms-flex-preferred-size: 91.66667%;
  flex-basis: 91.66667%;
  width: 100%;
  max-width: 91.66667%; }

.col-xs-offset-11 {
  margin-left: 91.66667%; }

.col-xs-12 {
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  width: 100%;
  max-width: 100%; }

.col-xs-offset-12 {
  margin-left: 100%; }

@media all and (min-width: 768px) {
  .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 {
    flex: 0 0 auto;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-right: 15px;
    padding-left: 15px;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    -webkit-box-flex: 0; }
  .col-sm {
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    -webkit-box-flex: 1;
    max-width: 100%;
    flex-grow: 1;
    -ms-flex-preferred-size: 0;
    flex-basis: 0; }
  .start-sm {
    text-align: start;
    -ms-flex-pack: start;
    -webkit-box-pack: start;
    justify-content: flex-start;
    justify-content: flex-start; }
  .center-sm {
    text-align: center;
    -ms-flex-pack: center;
    -webkit-box-pack: center;
    justify-content: flex-center;
    justify-content: center; }
  .end-sm {
    -ms-flex-align: end;
    -webkit-box-align: end;
    align-items: flex-end; }
  .top-sm {
    -ms-flex-align: start;
    -webkit-box-align: start;
    align-items: flex-start; }
  .middle-sm {
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center; }
  .around-sm {
    -ms-flex-pack: distribute;
    justify-content: space-around; }
  .between-sm {
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
    justify-content: space-between; }
  .first-sm {
    -ms-flex-order: -1;
    order: -1;
    -webkit-box-ordinal-group: 0; }
  .last-sm {
    -ms-flex-order: 1;
    order: 1;
    -webkit-box-ordinal-group: 2; }
  .stretch-sm {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    box-orient: vertical;
    box-orient: vertical;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    flex-direction: column; }
  .stretch-sm [class^="col-sm"],
  .stretch-sm [class*=" col-sm"] {
    flex: 1 0 auto;
    -webkit-flex: 1 0 auto;
    -ms-flex: 1 0 auto;
    -webkit-box-flex: 0; }
  .col-sm-1 {
    -ms-flex-preferred-size: 8.33333%;
    flex-basis: 8.33333%;
    width: 100%;
    max-width: 8.33333%; }
  .col-sm-offset-1 {
    margin-left: 8.33333%; }
  .col-sm-2 {
    -ms-flex-preferred-size: 16.66667%;
    flex-basis: 16.66667%;
    width: 100%;
    max-width: 16.66667%; }
  .col-sm-offset-2 {
    margin-left: 16.66667%; }
  .col-sm-3 {
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    width: 100%;
    max-width: 25%; }
  .col-sm-offset-3 {
    margin-left: 25%; }
  .col-sm-4 {
    -ms-flex-preferred-size: 33.33333%;
    flex-basis: 33.33333%;
    width: 100%;
    max-width: 33.33333%; }
  .col-sm-offset-4 {
    margin-left: 33.33333%; }
  .col-sm-5 {
    -ms-flex-preferred-size: 41.66667%;
    flex-basis: 41.66667%;
    width: 100%;
    max-width: 41.66667%; }
  .col-sm-offset-5 {
    margin-left: 41.66667%; }
  .col-sm-6 {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    width: 100%;
    max-width: 50%; }
  .col-sm-offset-6 {
    margin-left: 50%; }
  .col-sm-7 {
    -ms-flex-preferred-size: 58.33333%;
    flex-basis: 58.33333%;
    width: 100%;
    max-width: 58.33333%; }
  .col-sm-offset-7 {
    margin-left: 58.33333%; }
  .col-sm-8 {
    -ms-flex-preferred-size: 66.66667%;
    flex-basis: 66.66667%;
    width: 100%;
    max-width: 66.66667%; }
  .col-sm-offset-8 {
    margin-left: 66.66667%; }
  .col-sm-9 {
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
    width: 100%;
    max-width: 75%; }
  .col-sm-offset-9 {
    margin-left: 75%; }
  .col-sm-10 {
    -ms-flex-preferred-size: 83.33333%;
    flex-basis: 83.33333%;
    width: 100%;
    max-width: 83.33333%; }
  .col-sm-offset-10 {
    margin-left: 83.33333%; }
  .col-sm-11 {
    -ms-flex-preferred-size: 91.66667%;
    flex-basis: 91.66667%;
    width: 100%;
    max-width: 91.66667%; }
  .col-sm-offset-11 {
    margin-left: 91.66667%; }
  .col-sm-12 {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    width: 100%;
    max-width: 100%; }
  .col-sm-offset-12 {
    margin-left: 100%; } }

@media all and (min-width: 992px) {
  .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 {
    flex: 0 0 auto;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-right: 15px;
    padding-left: 15px;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    -webkit-box-flex: 0; }
  .col-md {
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    -webkit-box-flex: 1;
    max-width: 100%;
    flex-grow: 1;
    -ms-flex-preferred-size: 0;
    flex-basis: 0; }
  .start-md {
    text-align: start;
    -ms-flex-pack: start;
    -webkit-box-pack: start;
    justify-content: flex-start;
    justify-content: flex-start; }
  .center-md {
    text-align: center;
    -ms-flex-pack: center;
    -webkit-box-pack: center;
    justify-content: flex-center;
    justify-content: center; }
  .end-md {
    -ms-flex-align: end;
    -webkit-box-align: end;
    align-items: flex-end; }
  .top-md {
    -ms-flex-align: start;
    -webkit-box-align: start;
    align-items: flex-start; }
  .middle-md {
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center; }
  .around-md {
    -ms-flex-pack: distribute;
    justify-content: space-around; }
  .between-md {
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
    justify-content: space-between; }
  .first-md {
    -ms-flex-order: -1;
    order: -1;
    -webkit-box-ordinal-group: 0; }
  .last-md {
    -ms-flex-order: 1;
    order: 1;
    -webkit-box-ordinal-group: 2; }
  .stretch-md {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    box-orient: vertical;
    box-orient: vertical;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    flex-direction: column; }
  .stretch-md [class^="col-md"],
  .stretch-md [class*=" col-md"] {
    flex: 1 0 auto;
    -webkit-flex: 1 0 auto;
    -ms-flex: 1 0 auto;
    -webkit-box-flex: 0; }
  .col-md-1 {
    -ms-flex-preferred-size: 8.33333%;
    flex-basis: 8.33333%;
    width: 100%;
    max-width: 8.33333%; }
  .col-md-offset-1 {
    margin-left: 8.33333%; }
  .col-md-2 {
    -ms-flex-preferred-size: 16.66667%;
    flex-basis: 16.66667%;
    width: 100%;
    max-width: 16.66667%; }
  .col-md-offset-2 {
    margin-left: 16.66667%; }
  .col-md-3 {
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    width: 100%;
    max-width: 25%; }
  .col-md-offset-3 {
    margin-left: 25%; }
  .col-md-4 {
    -ms-flex-preferred-size: 33.33333%;
    flex-basis: 33.33333%;
    width: 100%;
    max-width: 33.33333%; }
  .col-md-offset-4 {
    margin-left: 33.33333%; }
  .col-md-5 {
    -ms-flex-preferred-size: 41.66667%;
    flex-basis: 41.66667%;
    width: 100%;
    max-width: 41.66667%; }
  .col-md-offset-5 {
    margin-left: 41.66667%; }
  .col-md-6 {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    width: 100%;
    max-width: 50%; }
  .col-md-offset-6 {
    margin-left: 50%; }
  .col-md-7 {
    -ms-flex-preferred-size: 58.33333%;
    flex-basis: 58.33333%;
    width: 100%;
    max-width: 58.33333%; }
  .col-md-offset-7 {
    margin-left: 58.33333%; }
  .col-md-8 {
    -ms-flex-preferred-size: 66.66667%;
    flex-basis: 66.66667%;
    width: 100%;
    max-width: 66.66667%; }
  .col-md-offset-8 {
    margin-left: 66.66667%; }
  .col-md-9 {
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
    width: 100%;
    max-width: 75%; }
  .col-md-offset-9 {
    margin-left: 75%; }
  .col-md-10 {
    -ms-flex-preferred-size: 83.33333%;
    flex-basis: 83.33333%;
    width: 100%;
    max-width: 83.33333%; }
  .col-md-offset-10 {
    margin-left: 83.33333%; }
  .col-md-11 {
    -ms-flex-preferred-size: 91.66667%;
    flex-basis: 91.66667%;
    width: 100%;
    max-width: 91.66667%; }
  .col-md-offset-11 {
    margin-left: 91.66667%; }
  .col-md-12 {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    width: 100%;
    max-width: 100%; }
  .col-md-offset-12 {
    margin-left: 100%; } }

@media all and (min-width: 1280px) {
  .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 {
    flex: 0 0 auto;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-right: 15px;
    padding-left: 15px;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    -webkit-box-flex: 0; }
  .col-lg {
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    -webkit-box-flex: 1;
    max-width: 100%;
    flex-grow: 1;
    -ms-flex-preferred-size: 0;
    flex-basis: 0; }
  .start-lg {
    text-align: start;
    -ms-flex-pack: start;
    -webkit-box-pack: start;
    justify-content: flex-start;
    justify-content: flex-start; }
  .center-lg {
    text-align: center;
    -ms-flex-pack: center;
    -webkit-box-pack: center;
    justify-content: flex-center;
    justify-content: center; }
  .end-lg {
    -ms-flex-align: end;
    -webkit-box-align: end;
    align-items: flex-end; }
  .top-lg {
    -ms-flex-align: start;
    -webkit-box-align: start;
    align-items: flex-start; }
  .middle-lg {
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center; }
  .around-lg {
    -ms-flex-pack: distribute;
    justify-content: space-around; }
  .between-lg {
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
    justify-content: space-between; }
  .first-lg {
    -ms-flex-order: -1;
    order: -1;
    -webkit-box-ordinal-group: 0; }
  .last-lg {
    -ms-flex-order: 1;
    order: 1;
    -webkit-box-ordinal-group: 2; }
  .stretch-lg {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    box-orient: vertical;
    box-orient: vertical;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    flex-direction: column; }
  .stretch-lg [class^="col-lg"],
  .stretch-lg [class*=" col-lg"] {
    flex: 1 0 auto;
    -webkit-flex: 1 0 auto;
    -ms-flex: 1 0 auto;
    -webkit-box-flex: 0; }
  .col-lg-1 {
    -ms-flex-preferred-size: 8.33333%;
    flex-basis: 8.33333%;
    width: 100%;
    max-width: 8.33333%; }
  .col-lg-offset-1 {
    margin-left: 8.33333%; }
  .col-lg-2 {
    -ms-flex-preferred-size: 16.66667%;
    flex-basis: 16.66667%;
    width: 100%;
    max-width: 16.66667%; }
  .col-lg-offset-2 {
    margin-left: 16.66667%; }
  .col-lg-3 {
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    width: 100%;
    max-width: 25%; }
  .col-lg-offset-3 {
    margin-left: 25%; }
  .col-lg-4 {
    -ms-flex-preferred-size: 33.33333%;
    flex-basis: 33.33333%;
    width: 100%;
    max-width: 33.33333%; }
  .col-lg-offset-4 {
    margin-left: 33.33333%; }
  .col-lg-5 {
    -ms-flex-preferred-size: 41.66667%;
    flex-basis: 41.66667%;
    width: 100%;
    max-width: 41.66667%; }
  .col-lg-offset-5 {
    margin-left: 41.66667%; }
  .col-lg-6 {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    width: 100%;
    max-width: 50%; }
  .col-lg-offset-6 {
    margin-left: 50%; }
  .col-lg-7 {
    -ms-flex-preferred-size: 58.33333%;
    flex-basis: 58.33333%;
    width: 100%;
    max-width: 58.33333%; }
  .col-lg-offset-7 {
    margin-left: 58.33333%; }
  .col-lg-8 {
    -ms-flex-preferred-size: 66.66667%;
    flex-basis: 66.66667%;
    width: 100%;
    max-width: 66.66667%; }
  .col-lg-offset-8 {
    margin-left: 66.66667%; }
  .col-lg-9 {
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
    width: 100%;
    max-width: 75%; }
  .col-lg-offset-9 {
    margin-left: 75%; }
  .col-lg-10 {
    -ms-flex-preferred-size: 83.33333%;
    flex-basis: 83.33333%;
    width: 100%;
    max-width: 83.33333%; }
  .col-lg-offset-10 {
    margin-left: 83.33333%; }
  .col-lg-11 {
    -ms-flex-preferred-size: 91.66667%;
    flex-basis: 91.66667%;
    width: 100%;
    max-width: 91.66667%; }
  .col-lg-offset-11 {
    margin-left: 91.66667%; }
  .col-lg-12 {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    width: 100%;
    max-width: 100%; }
  .col-lg-offset-12 {
    margin-left: 100%; } }

@media all and (min-width: 1600px) {
  .col-xl-1,
  .col-xl-2,
  .col-xl-3,
  .col-xl-4,
  .col-xl-5,
  .col-xl-6,
  .col-xl-7,
  .col-xl-8,
  .col-xl-9,
  .col-xl-10,
  .col-xl-11,
  .col-xl-12 {
    flex: 0 0 auto;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-right: 15px;
    padding-left: 15px;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    -webkit-box-flex: 0; }
  .col-xl {
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    -webkit-box-flex: 1;
    max-width: 100%;
    flex-grow: 1;
    -ms-flex-preferred-size: 0;
    flex-basis: 0; }
  .start-xl {
    text-align: start;
    -ms-flex-pack: start;
    -webkit-box-pack: start;
    justify-content: flex-start;
    justify-content: flex-start; }
  .center-xl {
    text-align: center;
    -ms-flex-pack: center;
    -webkit-box-pack: center;
    justify-content: flex-center;
    justify-content: center; }
  .end-xl {
    -ms-flex-align: end;
    -webkit-box-align: end;
    align-items: flex-end; }
  .top-xl {
    -ms-flex-align: start;
    -webkit-box-align: start;
    align-items: flex-start; }
  .middle-xl {
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center; }
  .around-xl {
    -ms-flex-pack: distribute;
    justify-content: space-around; }
  .between-xl {
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
    justify-content: space-between; }
  .first-xl {
    -ms-flex-order: -1;
    order: -1;
    -webkit-box-ordinal-group: 0; }
  .last-xl {
    -ms-flex-order: 1;
    order: 1;
    -webkit-box-ordinal-group: 2; }
  .stretch-xl {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    box-orient: vertical;
    box-orient: vertical;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    flex-direction: column; }
  .stretch-xl [class^="col-xl"],
  .stretch-xl [class*=" col-xl"] {
    flex: 1 0 auto;
    -webkit-flex: 1 0 auto;
    -ms-flex: 1 0 auto;
    -webkit-box-flex: 0; }
  .col-xl-1 {
    -ms-flex-preferred-size: 8.33333%;
    flex-basis: 8.33333%;
    width: 100%;
    max-width: 8.33333%; }
  .col-xl-offset-1 {
    margin-left: 8.33333%; }
  .col-xl-2 {
    -ms-flex-preferred-size: 16.66667%;
    flex-basis: 16.66667%;
    width: 100%;
    max-width: 16.66667%; }
  .col-xl-offset-2 {
    margin-left: 16.66667%; }
  .col-xl-3 {
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    width: 100%;
    max-width: 25%; }
  .col-xl-offset-3 {
    margin-left: 25%; }
  .col-xl-4 {
    -ms-flex-preferred-size: 33.33333%;
    flex-basis: 33.33333%;
    width: 100%;
    max-width: 33.33333%; }
  .col-xl-offset-4 {
    margin-left: 33.33333%; }
  .col-xl-5 {
    -ms-flex-preferred-size: 41.66667%;
    flex-basis: 41.66667%;
    width: 100%;
    max-width: 41.66667%; }
  .col-xl-offset-5 {
    margin-left: 41.66667%; }
  .col-xl-6 {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    width: 100%;
    max-width: 50%; }
  .col-xl-offset-6 {
    margin-left: 50%; }
  .col-xl-7 {
    -ms-flex-preferred-size: 58.33333%;
    flex-basis: 58.33333%;
    width: 100%;
    max-width: 58.33333%; }
  .col-xl-offset-7 {
    margin-left: 58.33333%; }
  .col-xl-8 {
    -ms-flex-preferred-size: 66.66667%;
    flex-basis: 66.66667%;
    width: 100%;
    max-width: 66.66667%; }
  .col-xl-offset-8 {
    margin-left: 66.66667%; }
  .col-xl-9 {
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
    width: 100%;
    max-width: 75%; }
  .col-xl-offset-9 {
    margin-left: 75%; }
  .col-xl-10 {
    -ms-flex-preferred-size: 83.33333%;
    flex-basis: 83.33333%;
    width: 100%;
    max-width: 83.33333%; }
  .col-xl-offset-10 {
    margin-left: 83.33333%; }
  .col-xl-11 {
    -ms-flex-preferred-size: 91.66667%;
    flex-basis: 91.66667%;
    width: 100%;
    max-width: 91.66667%; }
  .col-xl-offset-11 {
    margin-left: 91.66667%; }
  .col-xl-12 {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    width: 100%;
    max-width: 100%; }
  .col-xl-offset-12 {
    margin-left: 100%; } }

@media all and (min-width: 1900px) {
  .col-xxl-1,
  .col-xxl-2,
  .col-xxl-3,
  .col-xxl-4,
  .col-xxl-5,
  .col-xxl-6,
  .col-xxl-7,
  .col-xxl-8,
  .col-xxl-9,
  .col-xxl-10,
  .col-xxl-11,
  .col-xxl-12 {
    flex: 0 0 auto;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-right: 15px;
    padding-left: 15px;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    -webkit-box-flex: 0; }
  .col-xxl {
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    -webkit-box-flex: 1;
    max-width: 100%;
    flex-grow: 1;
    -ms-flex-preferred-size: 0;
    flex-basis: 0; }
  .start-xxl {
    text-align: start;
    -ms-flex-pack: start;
    -webkit-box-pack: start;
    justify-content: flex-start;
    justify-content: flex-start; }
  .center-xxl {
    text-align: center;
    -ms-flex-pack: center;
    -webkit-box-pack: center;
    justify-content: flex-center;
    justify-content: center; }
  .end-xxl {
    -ms-flex-align: end;
    -webkit-box-align: end;
    align-items: flex-end; }
  .top-xxl {
    -ms-flex-align: start;
    -webkit-box-align: start;
    align-items: flex-start; }
  .middle-xxl {
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center; }
  .around-xxl {
    -ms-flex-pack: distribute;
    justify-content: space-around; }
  .between-xxl {
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
    justify-content: space-between; }
  .first-xxl {
    -ms-flex-order: -1;
    order: -1;
    -webkit-box-ordinal-group: 0; }
  .last-xxl {
    -ms-flex-order: 1;
    order: 1;
    -webkit-box-ordinal-group: 2; }
  .stretch-xxl {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    box-orient: vertical;
    box-orient: vertical;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    flex-direction: column; }
  .stretch-xxl [class^="col-xxl"],
  .stretch-xxl [class*=" col-xxl"] {
    flex: 1 0 auto;
    -webkit-flex: 1 0 auto;
    -ms-flex: 1 0 auto;
    -webkit-box-flex: 0; }
  .col-xxl-1 {
    -ms-flex-preferred-size: 8.33333%;
    flex-basis: 8.33333%;
    width: 100%;
    max-width: 8.33333%; }
  .col-xxl-offset-1 {
    margin-left: 8.33333%; }
  .col-xxl-2 {
    -ms-flex-preferred-size: 16.66667%;
    flex-basis: 16.66667%;
    width: 100%;
    max-width: 16.66667%; }
  .col-xxl-offset-2 {
    margin-left: 16.66667%; }
  .col-xxl-3 {
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    width: 100%;
    max-width: 25%; }
  .col-xxl-offset-3 {
    margin-left: 25%; }
  .col-xxl-4 {
    -ms-flex-preferred-size: 33.33333%;
    flex-basis: 33.33333%;
    width: 100%;
    max-width: 33.33333%; }
  .col-xxl-offset-4 {
    margin-left: 33.33333%; }
  .col-xxl-5 {
    -ms-flex-preferred-size: 41.66667%;
    flex-basis: 41.66667%;
    width: 100%;
    max-width: 41.66667%; }
  .col-xxl-offset-5 {
    margin-left: 41.66667%; }
  .col-xxl-6 {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    width: 100%;
    max-width: 50%; }
  .col-xxl-offset-6 {
    margin-left: 50%; }
  .col-xxl-7 {
    -ms-flex-preferred-size: 58.33333%;
    flex-basis: 58.33333%;
    width: 100%;
    max-width: 58.33333%; }
  .col-xxl-offset-7 {
    margin-left: 58.33333%; }
  .col-xxl-8 {
    -ms-flex-preferred-size: 66.66667%;
    flex-basis: 66.66667%;
    width: 100%;
    max-width: 66.66667%; }
  .col-xxl-offset-8 {
    margin-left: 66.66667%; }
  .col-xxl-9 {
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
    width: 100%;
    max-width: 75%; }
  .col-xxl-offset-9 {
    margin-left: 75%; }
  .col-xxl-10 {
    -ms-flex-preferred-size: 83.33333%;
    flex-basis: 83.33333%;
    width: 100%;
    max-width: 83.33333%; }
  .col-xxl-offset-10 {
    margin-left: 83.33333%; }
  .col-xxl-11 {
    -ms-flex-preferred-size: 91.66667%;
    flex-basis: 91.66667%;
    width: 100%;
    max-width: 91.66667%; }
  .col-xxl-offset-11 {
    margin-left: 91.66667%; }
  .col-xxl-12 {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    width: 100%;
    max-width: 100%; }
  .col-xxl-offset-12 {
    margin-left: 100%; } }

.masonry-row {
  padding: 0;
  -moz-column-gap: 15px;
  -webkit-column-gap: 15px;
  column-gap: 15px;
  box-direction: row;
  box-direction: row; }

.masonry-row .item {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  padding: 15px;
  -webkit-column-break-inside: avoid;
  page-break-inside: avoid;
  -moz-column-break-inside: avoid;
  break-inside: avoid; }

.mas-col-xs-1 {
  -webkit-column-count: 1;
  -moz-column-count: 1;
  column-count: 1; }

@supports not (((-moz-column-count: 2) or (column-count: 2)) or (page-break-inside: avoid)) {
  .mas-col-xs-1 .item {
    display: inline-block;
    width: 100%; } }

@media all and (min-width: 768px) {
  .mas-col-sm-1 {
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1; }
  @supports not (((-moz-column-count: 2) or (column-count: 2)) or (page-break-inside: avoid)) {
    .mas-col-sm-1 .item {
      display: inline-block;
      width: 100%; } } }

@media all and (min-width: 992px) {
  .mas-col-md-1 {
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1; }
  @supports not (((-moz-column-count: 2) or (column-count: 2)) or (page-break-inside: avoid)) {
    .mas-col-md-1 .item {
      display: inline-block;
      width: 100%; } } }

@media all and (min-width: 1280px) {
  .mas-col-lg-1 {
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1; }
  @supports not (((-moz-column-count: 2) or (column-count: 2)) or (page-break-inside: avoid)) {
    .mas-col-lg-1 .item {
      display: inline-block;
      width: 100%; } } }

@media all and (min-width: 1600px) {
  .mas-col-xl-1 {
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1; }
  @supports not (((-moz-column-count: 2) or (column-count: 2)) or (page-break-inside: avoid)) {
    .mas-col-xl-1 .item {
      display: inline-block;
      width: 100%; } } }

@media all and (min-width: 1900px) {
  .mas-col-xxl-1 {
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1; }
  @supports not (((-moz-column-count: 2) or (column-count: 2)) or (page-break-inside: avoid)) {
    .mas-col-xxl-1 .item {
      display: inline-block;
      width: 100%; } } }

.mas-col-xs-2 {
  -webkit-column-count: 2;
  -moz-column-count: 2;
  column-count: 2; }

@supports not (((-moz-column-count: 2) or (column-count: 2)) or (page-break-inside: avoid)) {
  .mas-col-xs-2 .item {
    display: inline-block;
    width: 50%; } }

@media all and (min-width: 768px) {
  .mas-col-sm-2 {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2; }
  @supports not (((-moz-column-count: 2) or (column-count: 2)) or (page-break-inside: avoid)) {
    .mas-col-sm-2 .item {
      display: inline-block;
      width: 50%; } } }

@media all and (min-width: 992px) {
  .mas-col-md-2 {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2; }
  @supports not (((-moz-column-count: 2) or (column-count: 2)) or (page-break-inside: avoid)) {
    .mas-col-md-2 .item {
      display: inline-block;
      width: 50%; } } }

@media all and (min-width: 1280px) {
  .mas-col-lg-2 {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2; }
  @supports not (((-moz-column-count: 2) or (column-count: 2)) or (page-break-inside: avoid)) {
    .mas-col-lg-2 .item {
      display: inline-block;
      width: 50%; } } }

@media all and (min-width: 1600px) {
  .mas-col-xl-2 {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2; }
  @supports not (((-moz-column-count: 2) or (column-count: 2)) or (page-break-inside: avoid)) {
    .mas-col-xl-2 .item {
      display: inline-block;
      width: 50%; } } }

@media all and (min-width: 1900px) {
  .mas-col-xxl-2 {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2; }
  @supports not (((-moz-column-count: 2) or (column-count: 2)) or (page-break-inside: avoid)) {
    .mas-col-xxl-2 .item {
      display: inline-block;
      width: 50%; } } }

.mas-col-xs-3 {
  -webkit-column-count: 3;
  -moz-column-count: 3;
  column-count: 3; }

@supports not (((-moz-column-count: 2) or (column-count: 2)) or (page-break-inside: avoid)) {
  .mas-col-xs-3 .item {
    display: inline-block;
    width: 33.33333%; } }

@media all and (min-width: 768px) {
  .mas-col-sm-3 {
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3; }
  @supports not (((-moz-column-count: 2) or (column-count: 2)) or (page-break-inside: avoid)) {
    .mas-col-sm-3 .item {
      display: inline-block;
      width: 33.33333%; } } }

@media all and (min-width: 992px) {
  .mas-col-md-3 {
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3; }
  @supports not (((-moz-column-count: 2) or (column-count: 2)) or (page-break-inside: avoid)) {
    .mas-col-md-3 .item {
      display: inline-block;
      width: 33.33333%; } } }

@media all and (min-width: 1280px) {
  .mas-col-lg-3 {
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3; }
  @supports not (((-moz-column-count: 2) or (column-count: 2)) or (page-break-inside: avoid)) {
    .mas-col-lg-3 .item {
      display: inline-block;
      width: 33.33333%; } } }

@media all and (min-width: 1600px) {
  .mas-col-xl-3 {
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3; }
  @supports not (((-moz-column-count: 2) or (column-count: 2)) or (page-break-inside: avoid)) {
    .mas-col-xl-3 .item {
      display: inline-block;
      width: 33.33333%; } } }

@media all and (min-width: 1900px) {
  .mas-col-xxl-3 {
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3; }
  @supports not (((-moz-column-count: 2) or (column-count: 2)) or (page-break-inside: avoid)) {
    .mas-col-xxl-3 .item {
      display: inline-block;
      width: 33.33333%; } } }

.mas-col-xs-4 {
  -webkit-column-count: 4;
  -moz-column-count: 4;
  column-count: 4; }

@supports not (((-moz-column-count: 2) or (column-count: 2)) or (page-break-inside: avoid)) {
  .mas-col-xs-4 .item {
    display: inline-block;
    width: 25%; } }

@media all and (min-width: 768px) {
  .mas-col-sm-4 {
    -webkit-column-count: 4;
    -moz-column-count: 4;
    column-count: 4; }
  @supports not (((-moz-column-count: 2) or (column-count: 2)) or (page-break-inside: avoid)) {
    .mas-col-sm-4 .item {
      display: inline-block;
      width: 25%; } } }

@media all and (min-width: 992px) {
  .mas-col-md-4 {
    -webkit-column-count: 4;
    -moz-column-count: 4;
    column-count: 4; }
  @supports not (((-moz-column-count: 2) or (column-count: 2)) or (page-break-inside: avoid)) {
    .mas-col-md-4 .item {
      display: inline-block;
      width: 25%; } } }

@media all and (min-width: 1280px) {
  .mas-col-lg-4 {
    -webkit-column-count: 4;
    -moz-column-count: 4;
    column-count: 4; }
  @supports not (((-moz-column-count: 2) or (column-count: 2)) or (page-break-inside: avoid)) {
    .mas-col-lg-4 .item {
      display: inline-block;
      width: 25%; } } }

@media all and (min-width: 1600px) {
  .mas-col-xl-4 {
    -webkit-column-count: 4;
    -moz-column-count: 4;
    column-count: 4; }
  @supports not (((-moz-column-count: 2) or (column-count: 2)) or (page-break-inside: avoid)) {
    .mas-col-xl-4 .item {
      display: inline-block;
      width: 25%; } } }

@media all and (min-width: 1900px) {
  .mas-col-xxl-4 {
    -webkit-column-count: 4;
    -moz-column-count: 4;
    column-count: 4; }
  @supports not (((-moz-column-count: 2) or (column-count: 2)) or (page-break-inside: avoid)) {
    .mas-col-xxl-4 .item {
      display: inline-block;
      width: 25%; } } }

.mas-col-xs-5 {
  -webkit-column-count: 5;
  -moz-column-count: 5;
  column-count: 5; }

@supports not (((-moz-column-count: 2) or (column-count: 2)) or (page-break-inside: avoid)) {
  .mas-col-xs-5 .item {
    display: inline-block;
    width: 20%; } }

@media all and (min-width: 768px) {
  .mas-col-sm-5 {
    -webkit-column-count: 5;
    -moz-column-count: 5;
    column-count: 5; }
  @supports not (((-moz-column-count: 2) or (column-count: 2)) or (page-break-inside: avoid)) {
    .mas-col-sm-5 .item {
      display: inline-block;
      width: 20%; } } }

@media all and (min-width: 992px) {
  .mas-col-md-5 {
    -webkit-column-count: 5;
    -moz-column-count: 5;
    column-count: 5; }
  @supports not (((-moz-column-count: 2) or (column-count: 2)) or (page-break-inside: avoid)) {
    .mas-col-md-5 .item {
      display: inline-block;
      width: 20%; } } }

@media all and (min-width: 1280px) {
  .mas-col-lg-5 {
    -webkit-column-count: 5;
    -moz-column-count: 5;
    column-count: 5; }
  @supports not (((-moz-column-count: 2) or (column-count: 2)) or (page-break-inside: avoid)) {
    .mas-col-lg-5 .item {
      display: inline-block;
      width: 20%; } } }

@media all and (min-width: 1600px) {
  .mas-col-xl-5 {
    -webkit-column-count: 5;
    -moz-column-count: 5;
    column-count: 5; }
  @supports not (((-moz-column-count: 2) or (column-count: 2)) or (page-break-inside: avoid)) {
    .mas-col-xl-5 .item {
      display: inline-block;
      width: 20%; } } }

@media all and (min-width: 1900px) {
  .mas-col-xxl-5 {
    -webkit-column-count: 5;
    -moz-column-count: 5;
    column-count: 5; }
  @supports not (((-moz-column-count: 2) or (column-count: 2)) or (page-break-inside: avoid)) {
    .mas-col-xxl-5 .item {
      display: inline-block;
      width: 20%; } } }

.mas-col-xs-6 {
  -webkit-column-count: 6;
  -moz-column-count: 6;
  column-count: 6; }

@supports not (((-moz-column-count: 2) or (column-count: 2)) or (page-break-inside: avoid)) {
  .mas-col-xs-6 .item {
    display: inline-block;
    width: 16.66667%; } }

@media all and (min-width: 768px) {
  .mas-col-sm-6 {
    -webkit-column-count: 6;
    -moz-column-count: 6;
    column-count: 6; }
  @supports not (((-moz-column-count: 2) or (column-count: 2)) or (page-break-inside: avoid)) {
    .mas-col-sm-6 .item {
      display: inline-block;
      width: 16.66667%; } } }

@media all and (min-width: 992px) {
  .mas-col-md-6 {
    -webkit-column-count: 6;
    -moz-column-count: 6;
    column-count: 6; }
  @supports not (((-moz-column-count: 2) or (column-count: 2)) or (page-break-inside: avoid)) {
    .mas-col-md-6 .item {
      display: inline-block;
      width: 16.66667%; } } }

@media all and (min-width: 1280px) {
  .mas-col-lg-6 {
    -webkit-column-count: 6;
    -moz-column-count: 6;
    column-count: 6; }
  @supports not (((-moz-column-count: 2) or (column-count: 2)) or (page-break-inside: avoid)) {
    .mas-col-lg-6 .item {
      display: inline-block;
      width: 16.66667%; } } }

@media all and (min-width: 1600px) {
  .mas-col-xl-6 {
    -webkit-column-count: 6;
    -moz-column-count: 6;
    column-count: 6; }
  @supports not (((-moz-column-count: 2) or (column-count: 2)) or (page-break-inside: avoid)) {
    .mas-col-xl-6 .item {
      display: inline-block;
      width: 16.66667%; } } }

@media all and (min-width: 1900px) {
  .mas-col-xxl-6 {
    -webkit-column-count: 6;
    -moz-column-count: 6;
    column-count: 6; }
  @supports not (((-moz-column-count: 2) or (column-count: 2)) or (page-break-inside: avoid)) {
    .mas-col-xxl-6 .item {
      display: inline-block;
      width: 16.66667%; } } }

.mas-col-xs-7 {
  -webkit-column-count: 7;
  -moz-column-count: 7;
  column-count: 7; }

@supports not (((-moz-column-count: 2) or (column-count: 2)) or (page-break-inside: avoid)) {
  .mas-col-xs-7 .item {
    display: inline-block;
    width: 14.28571%; } }

@media all and (min-width: 768px) {
  .mas-col-sm-7 {
    -webkit-column-count: 7;
    -moz-column-count: 7;
    column-count: 7; }
  @supports not (((-moz-column-count: 2) or (column-count: 2)) or (page-break-inside: avoid)) {
    .mas-col-sm-7 .item {
      display: inline-block;
      width: 14.28571%; } } }

@media all and (min-width: 992px) {
  .mas-col-md-7 {
    -webkit-column-count: 7;
    -moz-column-count: 7;
    column-count: 7; }
  @supports not (((-moz-column-count: 2) or (column-count: 2)) or (page-break-inside: avoid)) {
    .mas-col-md-7 .item {
      display: inline-block;
      width: 14.28571%; } } }

@media all and (min-width: 1280px) {
  .mas-col-lg-7 {
    -webkit-column-count: 7;
    -moz-column-count: 7;
    column-count: 7; }
  @supports not (((-moz-column-count: 2) or (column-count: 2)) or (page-break-inside: avoid)) {
    .mas-col-lg-7 .item {
      display: inline-block;
      width: 14.28571%; } } }

@media all and (min-width: 1600px) {
  .mas-col-xl-7 {
    -webkit-column-count: 7;
    -moz-column-count: 7;
    column-count: 7; }
  @supports not (((-moz-column-count: 2) or (column-count: 2)) or (page-break-inside: avoid)) {
    .mas-col-xl-7 .item {
      display: inline-block;
      width: 14.28571%; } } }

@media all and (min-width: 1900px) {
  .mas-col-xxl-7 {
    -webkit-column-count: 7;
    -moz-column-count: 7;
    column-count: 7; }
  @supports not (((-moz-column-count: 2) or (column-count: 2)) or (page-break-inside: avoid)) {
    .mas-col-xxl-7 .item {
      display: inline-block;
      width: 14.28571%; } } }

.mas-col-xs-8 {
  -webkit-column-count: 8;
  -moz-column-count: 8;
  column-count: 8; }

@supports not (((-moz-column-count: 2) or (column-count: 2)) or (page-break-inside: avoid)) {
  .mas-col-xs-8 .item {
    display: inline-block;
    width: 12.5%; } }

@media all and (min-width: 768px) {
  .mas-col-sm-8 {
    -webkit-column-count: 8;
    -moz-column-count: 8;
    column-count: 8; }
  @supports not (((-moz-column-count: 2) or (column-count: 2)) or (page-break-inside: avoid)) {
    .mas-col-sm-8 .item {
      display: inline-block;
      width: 12.5%; } } }

@media all and (min-width: 992px) {
  .mas-col-md-8 {
    -webkit-column-count: 8;
    -moz-column-count: 8;
    column-count: 8; }
  @supports not (((-moz-column-count: 2) or (column-count: 2)) or (page-break-inside: avoid)) {
    .mas-col-md-8 .item {
      display: inline-block;
      width: 12.5%; } } }

@media all and (min-width: 1280px) {
  .mas-col-lg-8 {
    -webkit-column-count: 8;
    -moz-column-count: 8;
    column-count: 8; }
  @supports not (((-moz-column-count: 2) or (column-count: 2)) or (page-break-inside: avoid)) {
    .mas-col-lg-8 .item {
      display: inline-block;
      width: 12.5%; } } }

@media all and (min-width: 1600px) {
  .mas-col-xl-8 {
    -webkit-column-count: 8;
    -moz-column-count: 8;
    column-count: 8; }
  @supports not (((-moz-column-count: 2) or (column-count: 2)) or (page-break-inside: avoid)) {
    .mas-col-xl-8 .item {
      display: inline-block;
      width: 12.5%; } } }

@media all and (min-width: 1900px) {
  .mas-col-xxl-8 {
    -webkit-column-count: 8;
    -moz-column-count: 8;
    column-count: 8; }
  @supports not (((-moz-column-count: 2) or (column-count: 2)) or (page-break-inside: avoid)) {
    .mas-col-xxl-8 .item {
      display: inline-block;
      width: 12.5%; } } }

.mas-col-xs-9 {
  -webkit-column-count: 9;
  -moz-column-count: 9;
  column-count: 9; }

@supports not (((-moz-column-count: 2) or (column-count: 2)) or (page-break-inside: avoid)) {
  .mas-col-xs-9 .item {
    display: inline-block;
    width: 11.11111%; } }

@media all and (min-width: 768px) {
  .mas-col-sm-9 {
    -webkit-column-count: 9;
    -moz-column-count: 9;
    column-count: 9; }
  @supports not (((-moz-column-count: 2) or (column-count: 2)) or (page-break-inside: avoid)) {
    .mas-col-sm-9 .item {
      display: inline-block;
      width: 11.11111%; } } }

@media all and (min-width: 992px) {
  .mas-col-md-9 {
    -webkit-column-count: 9;
    -moz-column-count: 9;
    column-count: 9; }
  @supports not (((-moz-column-count: 2) or (column-count: 2)) or (page-break-inside: avoid)) {
    .mas-col-md-9 .item {
      display: inline-block;
      width: 11.11111%; } } }

@media all and (min-width: 1280px) {
  .mas-col-lg-9 {
    -webkit-column-count: 9;
    -moz-column-count: 9;
    column-count: 9; }
  @supports not (((-moz-column-count: 2) or (column-count: 2)) or (page-break-inside: avoid)) {
    .mas-col-lg-9 .item {
      display: inline-block;
      width: 11.11111%; } } }

@media all and (min-width: 1600px) {
  .mas-col-xl-9 {
    -webkit-column-count: 9;
    -moz-column-count: 9;
    column-count: 9; }
  @supports not (((-moz-column-count: 2) or (column-count: 2)) or (page-break-inside: avoid)) {
    .mas-col-xl-9 .item {
      display: inline-block;
      width: 11.11111%; } } }

@media all and (min-width: 1900px) {
  .mas-col-xxl-9 {
    -webkit-column-count: 9;
    -moz-column-count: 9;
    column-count: 9; }
  @supports not (((-moz-column-count: 2) or (column-count: 2)) or (page-break-inside: avoid)) {
    .mas-col-xxl-9 .item {
      display: inline-block;
      width: 11.11111%; } } }

.mas-col-xs-10 {
  -webkit-column-count: 10;
  -moz-column-count: 10;
  column-count: 10; }

@supports not (((-moz-column-count: 2) or (column-count: 2)) or (page-break-inside: avoid)) {
  .mas-col-xs-10 .item {
    display: inline-block;
    width: 10%; } }

@media all and (min-width: 768px) {
  .mas-col-sm-10 {
    -webkit-column-count: 10;
    -moz-column-count: 10;
    column-count: 10; }
  @supports not (((-moz-column-count: 2) or (column-count: 2)) or (page-break-inside: avoid)) {
    .mas-col-sm-10 .item {
      display: inline-block;
      width: 10%; } } }

@media all and (min-width: 992px) {
  .mas-col-md-10 {
    -webkit-column-count: 10;
    -moz-column-count: 10;
    column-count: 10; }
  @supports not (((-moz-column-count: 2) or (column-count: 2)) or (page-break-inside: avoid)) {
    .mas-col-md-10 .item {
      display: inline-block;
      width: 10%; } } }

@media all and (min-width: 1280px) {
  .mas-col-lg-10 {
    -webkit-column-count: 10;
    -moz-column-count: 10;
    column-count: 10; }
  @supports not (((-moz-column-count: 2) or (column-count: 2)) or (page-break-inside: avoid)) {
    .mas-col-lg-10 .item {
      display: inline-block;
      width: 10%; } } }

@media all and (min-width: 1600px) {
  .mas-col-xl-10 {
    -webkit-column-count: 10;
    -moz-column-count: 10;
    column-count: 10; }
  @supports not (((-moz-column-count: 2) or (column-count: 2)) or (page-break-inside: avoid)) {
    .mas-col-xl-10 .item {
      display: inline-block;
      width: 10%; } } }

@media all and (min-width: 1900px) {
  .mas-col-xxl-10 {
    -webkit-column-count: 10;
    -moz-column-count: 10;
    column-count: 10; }
  @supports not (((-moz-column-count: 2) or (column-count: 2)) or (page-break-inside: avoid)) {
    .mas-col-xxl-10 .item {
      display: inline-block;
      width: 10%; } } }

.mas-col-xs-11 {
  -webkit-column-count: 11;
  -moz-column-count: 11;
  column-count: 11; }

@supports not (((-moz-column-count: 2) or (column-count: 2)) or (page-break-inside: avoid)) {
  .mas-col-xs-11 .item {
    display: inline-block;
    width: 9.09091%; } }

@media all and (min-width: 768px) {
  .mas-col-sm-11 {
    -webkit-column-count: 11;
    -moz-column-count: 11;
    column-count: 11; }
  @supports not (((-moz-column-count: 2) or (column-count: 2)) or (page-break-inside: avoid)) {
    .mas-col-sm-11 .item {
      display: inline-block;
      width: 9.09091%; } } }

@media all and (min-width: 992px) {
  .mas-col-md-11 {
    -webkit-column-count: 11;
    -moz-column-count: 11;
    column-count: 11; }
  @supports not (((-moz-column-count: 2) or (column-count: 2)) or (page-break-inside: avoid)) {
    .mas-col-md-11 .item {
      display: inline-block;
      width: 9.09091%; } } }

@media all and (min-width: 1280px) {
  .mas-col-lg-11 {
    -webkit-column-count: 11;
    -moz-column-count: 11;
    column-count: 11; }
  @supports not (((-moz-column-count: 2) or (column-count: 2)) or (page-break-inside: avoid)) {
    .mas-col-lg-11 .item {
      display: inline-block;
      width: 9.09091%; } } }

@media all and (min-width: 1600px) {
  .mas-col-xl-11 {
    -webkit-column-count: 11;
    -moz-column-count: 11;
    column-count: 11; }
  @supports not (((-moz-column-count: 2) or (column-count: 2)) or (page-break-inside: avoid)) {
    .mas-col-xl-11 .item {
      display: inline-block;
      width: 9.09091%; } } }

@media all and (min-width: 1900px) {
  .mas-col-xxl-11 {
    -webkit-column-count: 11;
    -moz-column-count: 11;
    column-count: 11; }
  @supports not (((-moz-column-count: 2) or (column-count: 2)) or (page-break-inside: avoid)) {
    .mas-col-xxl-11 .item {
      display: inline-block;
      width: 9.09091%; } } }

.mas-col-xs-12 {
  -webkit-column-count: 12;
  -moz-column-count: 12;
  column-count: 12; }

@supports not (((-moz-column-count: 2) or (column-count: 2)) or (page-break-inside: avoid)) {
  .mas-col-xs-12 .item {
    display: inline-block;
    width: 8.33333%; } }

@media all and (min-width: 768px) {
  .mas-col-sm-12 {
    -webkit-column-count: 12;
    -moz-column-count: 12;
    column-count: 12; }
  @supports not (((-moz-column-count: 2) or (column-count: 2)) or (page-break-inside: avoid)) {
    .mas-col-sm-12 .item {
      display: inline-block;
      width: 8.33333%; } } }

@media all and (min-width: 992px) {
  .mas-col-md-12 {
    -webkit-column-count: 12;
    -moz-column-count: 12;
    column-count: 12; }
  @supports not (((-moz-column-count: 2) or (column-count: 2)) or (page-break-inside: avoid)) {
    .mas-col-md-12 .item {
      display: inline-block;
      width: 8.33333%; } } }

@media all and (min-width: 1280px) {
  .mas-col-lg-12 {
    -webkit-column-count: 12;
    -moz-column-count: 12;
    column-count: 12; }
  @supports not (((-moz-column-count: 2) or (column-count: 2)) or (page-break-inside: avoid)) {
    .mas-col-lg-12 .item {
      display: inline-block;
      width: 8.33333%; } } }

@media all and (min-width: 1600px) {
  .mas-col-xl-12 {
    -webkit-column-count: 12;
    -moz-column-count: 12;
    column-count: 12; }
  @supports not (((-moz-column-count: 2) or (column-count: 2)) or (page-break-inside: avoid)) {
    .mas-col-xl-12 .item {
      display: inline-block;
      width: 8.33333%; } } }

@media all and (min-width: 1900px) {
  .mas-col-xxl-12 {
    -webkit-column-count: 12;
    -moz-column-count: 12;
    column-count: 12; }
  @supports not (((-moz-column-count: 2) or (column-count: 2)) or (page-break-inside: avoid)) {
    .mas-col-xxl-12 .item {
      display: inline-block;
      width: 8.33333%; } } }

.grid {
  display: grid; }

.grid.align-center-vert-xs {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.grid.align-center-horiz-xs {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }

.grid.align-end-vert-xs {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: end; }

.grid.align-end-horiz-xs {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: end; }

@media all and (min-width: 768px) {
  .grid.align-center-vert-sm {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
  .grid.align-center-horiz-sm {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
  .grid.align-end-vert-sm {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: end; }
  .grid.align-end-horiz-sm {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: end; } }

@media all and (min-width: 992px) {
  .grid.align-center-vert-md {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
  .grid.align-center-horiz-md {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
  .grid.align-end-vert-md {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: end; }
  .grid.align-end-horiz-md {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: end; } }

@media all and (min-width: 1280px) {
  .grid.align-center-vert-lg {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
  .grid.align-center-horiz-lg {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
  .grid.align-end-vert-lg {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: end; }
  .grid.align-end-horiz-lg {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: end; } }

@media all and (min-width: 1600px) {
  .grid.align-center-vert-xl {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
  .grid.align-center-horiz-xl {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
  .grid.align-end-vert-xl {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: end; }
  .grid.align-end-horiz-xl {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: end; } }

@media all and (min-width: 1900px) {
  .grid.align-center-vert-xxl {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
  .grid.align-center-horiz-xxl {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
  .grid.align-end-vert-xxl {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: end; }
  .grid.align-end-horiz-xxl {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: end; } }

.grid {
  display: grid; }

.grid .row {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  grid-gap: 15px;
  padding-bottom: 15px; }

.grid .row.align-bottom-xs {
  -ms-flex-item-align: end;
  align-self: end; }

.grid .row.align-top-xs {
  -ms-flex-item-align: start;
  align-self: start; }

@media all and (min-width: 768px) {
  .grid .row.align-bottom-sm {
    -ms-flex-item-align: end;
    align-self: end; }
  .grid .row.align-top-sm {
    -ms-flex-item-align: start;
    align-self: start; } }

@media all and (min-width: 992px) {
  .grid .row.align-bottom-md {
    -ms-flex-item-align: end;
    align-self: end; }
  .grid .row.align-top-md {
    -ms-flex-item-align: start;
    align-self: start; } }

@media all and (min-width: 1280px) {
  .grid .row.align-bottom-lg {
    -ms-flex-item-align: end;
    align-self: end; }
  .grid .row.align-top-lg {
    -ms-flex-item-align: start;
    align-self: start; } }

@media all and (min-width: 1600px) {
  .grid .row.align-bottom-xl {
    -ms-flex-item-align: end;
    align-self: end; }
  .grid .row.align-top-xl {
    -ms-flex-item-align: start;
    align-self: start; } }

@media all and (min-width: 1900px) {
  .grid .row.align-bottom-xxl {
    -ms-flex-item-align: end;
    align-self: end; }
  .grid .row.align-top-xxl {
    -ms-flex-item-align: start;
    align-self: start; } }

.grid .full-xs {
  grid-column: 1 / span 12 !important; }

.grid .one-half-xs {
  grid-column: 1 / span 6; }

.grid .one-half-xs.align-middle-xs {
  grid-column: 4 / span 6 !important; }

.grid .one-half-xs:nth-child(2) {
  grid-column: 4 / span 6; }

.grid .one-half-xs:last-child {
  grid-column: 7 / span 6; }

.grid .one-half-xs + .one-fourth-xs {
  grid-column: 7 / span 3 !important; }

.grid .one-half-xs + .one-sixth-xs {
  grid-column: 7 / span 2 !important; }

.grid .one-half-xs + .one-sixth-xs + .one-sixth-xs {
  grid-column: 9 / span 2 !important; }

.grid .one-third-xs {
  grid-column: 1 / span 4; }

.grid .one-third-xs.align-middle-xs {
  grid-column: 5 / span 4 !important; }

.grid .one-third-xs:nth-child(2) {
  grid-column: 5 / span 4; }

.grid .one-third-xs:last-child {
  grid-column: 9 / span 4; }

.grid .one-third-xs + .one-sixth-xs {
  grid-column: 5 / span 2 !important; }

.grid .one-third-xs + .one-sixth-xs + .one-sixth-xs {
  grid-column: 7 / span 2 !important; }

.grid .one-third-xs + .one-sixth-xs + .one-sixth-xs + .one-sixth-xs {
  grid-column: 9 / span 2 !important; }

.grid .two-thirds-xs {
  grid-column: 1 / span 8; }

.grid .two-thirds-xs.align-middle-xs {
  grid-column: 3 / span 8 !important; }

.grid .two-thirds-xs:nth-child(2) {
  grid-column: 2 / span 8; }

.grid .two-thirds-xs:last-child {
  grid-column: 5 / span 8 !important; }

.grid .two-thirds-xs + .one-sixth-xs {
  grid-column: 9 / span 2 !important; }

.grid .one-fourth-xs {
  grid-column: 1 / span 3; }

.grid .one-fourth-xs:nth-child(2) {
  grid-column: 4 / span 3; }

.grid .one-fourth-xs:nth-child(3) {
  grid-column: 7 / span 3; }

.grid .one-fourth-xs:last-child {
  grid-column: 10 / span 3 !important; }

.grid .one-sixth-xs {
  grid-column: 1 / span 2; }

.grid .one-sixth-xs:nth-child(2) {
  grid-column: 3 / span 2; }

.grid .one-sixth-xs:nth-child(3) {
  grid-column: 5 / span 2; }

.grid .one-sixth-xs:nth-child(4) {
  grid-column: 7 / span 2; }

.grid .one-sixth-xs:nth-child(5) {
  grid-column: 9 / span 2; }

.grid .one-sixth-xs:last-child {
  grid-column: 11 / span 2 !important; }

.grid .one-sixth-xs.align-middle-xs:only-child {
  grid-column: 6 / span 2 !important; }

.grid .one-sixth-xs + .two-thirds-xs {
  grid-column: 3 / span 8; }

.grid div:last-child,
.grid .one-twelfth:last-child {
  grid-column: 12 / span 1; }

@media all and (min-width: 768px) {
  .grid .full-sm {
    grid-column: 1 / span 12 !important; }
  .grid .one-half-sm {
    grid-column: 1 / span 6; }
  .grid .one-half-sm.align-middle-sm {
    grid-column: 4 / span 6 !important; }
  .grid .one-half-sm:nth-child(2) {
    grid-column: 4 / span 6; }
  .grid .one-half-sm:last-child {
    grid-column: 7 / span 6; }
  .grid .one-half-sm + .one-fourth-sm {
    grid-column: 7 / span 3 !important; }
  .grid .one-half-sm + .one-sixth-sm {
    grid-column: 7 / span 2 !important; }
  .grid .one-half-sm + .one-sixth-sm + .one-sixth-sm {
    grid-column: 9 / span 2 !important; }
  .grid .one-third-sm {
    grid-column: 1 / span 4; }
  .grid .one-third-sm.align-middle-sm {
    grid-column: 5 / span 4 !important; }
  .grid .one-third-sm:nth-child(2) {
    grid-column: 5 / span 4; }
  .grid .one-third-sm:last-child {
    grid-column: 9 / span 4; }
  .grid .one-third-sm + .one-sixth-sm {
    grid-column: 5 / span 2 !important; }
  .grid .one-third-sm + .one-sixth-sm + .one-sixth-sm {
    grid-column: 7 / span 2 !important; }
  .grid .one-third-sm + .one-sixth-sm + .one-sixth-sm + .one-sixth-sm {
    grid-column: 9 / span 2 !important; }
  .grid .two-thirds-sm {
    grid-column: 1 / span 8; }
  .grid .two-thirds-sm.align-middle-sm {
    grid-column: 3 / span 8 !important; }
  .grid .two-thirds-sm:nth-child(2) {
    grid-column: 2 / span 8; }
  .grid .two-thirds-sm:last-child {
    grid-column: 5 / span 8 !important; }
  .grid .two-thirds-sm + .one-sixth-sm {
    grid-column: 9 / span 2 !important; }
  .grid .one-fourth-sm {
    grid-column: 1 / span 3; }
  .grid .one-fourth-sm:nth-child(2) {
    grid-column: 4 / span 3; }
  .grid .one-fourth-sm:nth-child(3) {
    grid-column: 7 / span 3; }
  .grid .one-fourth-sm:last-child {
    grid-column: 10 / span 3 !important; }
  .grid .one-sixth-sm {
    grid-column: 1 / span 2; }
  .grid .one-sixth-sm:nth-child(2) {
    grid-column: 3 / span 2; }
  .grid .one-sixth-sm:nth-child(3) {
    grid-column: 5 / span 2; }
  .grid .one-sixth-sm:nth-child(4) {
    grid-column: 7 / span 2; }
  .grid .one-sixth-sm:nth-child(5) {
    grid-column: 9 / span 2; }
  .grid .one-sixth-sm:last-child {
    grid-column: 11 / span 2 !important; }
  .grid .one-sixth-sm.align-middle-sm:only-child {
    grid-column: 6 / span 2 !important; }
  .grid .one-sixth-sm + .two-thirds-sm {
    grid-column: 3 / span 8; }
  .grid div:last-child,
  .grid .one-twelfth:last-child {
    grid-column: 12 / span 1; } }

@media all and (min-width: 992px) {
  .grid .full-md {
    grid-column: 1 / span 12 !important; }
  .grid .one-half-md {
    grid-column: 1 / span 6; }
  .grid .one-half-md.align-middle-md {
    grid-column: 4 / span 6 !important; }
  .grid .one-half-md:nth-child(2) {
    grid-column: 4 / span 6; }
  .grid .one-half-md:last-child {
    grid-column: 7 / span 6; }
  .grid .one-half-md + .one-fourth-md {
    grid-column: 7 / span 3 !important; }
  .grid .one-half-md + .one-sixth-md {
    grid-column: 7 / span 2 !important; }
  .grid .one-half-md + .one-sixth-md + .one-sixth-md {
    grid-column: 9 / span 2 !important; }
  .grid .one-third-md {
    grid-column: 1 / span 4; }
  .grid .one-third-md.align-middle-md {
    grid-column: 5 / span 4 !important; }
  .grid .one-third-md:nth-child(2) {
    grid-column: 5 / span 4; }
  .grid .one-third-md:last-child {
    grid-column: 9 / span 4; }
  .grid .one-third-md + .one-sixth-md {
    grid-column: 5 / span 2 !important; }
  .grid .one-third-md + .one-sixth-md + .one-sixth-md {
    grid-column: 7 / span 2 !important; }
  .grid .one-third-md + .one-sixth-md + .one-sixth-md + .one-sixth-md {
    grid-column: 9 / span 2 !important; }
  .grid .two-thirds-md {
    grid-column: 1 / span 8; }
  .grid .two-thirds-md.align-middle-md {
    grid-column: 3 / span 8 !important; }
  .grid .two-thirds-md:nth-child(2) {
    grid-column: 2 / span 8; }
  .grid .two-thirds-md:last-child {
    grid-column: 5 / span 8 !important; }
  .grid .two-thirds-md + .one-sixth-md {
    grid-column: 9 / span 2 !important; }
  .grid .one-fourth-md {
    grid-column: 1 / span 3; }
  .grid .one-fourth-md:nth-child(2) {
    grid-column: 4 / span 3; }
  .grid .one-fourth-md:nth-child(3) {
    grid-column: 7 / span 3; }
  .grid .one-fourth-md:last-child {
    grid-column: 10 / span 3 !important; }
  .grid .one-sixth-md {
    grid-column: 1 / span 2; }
  .grid .one-sixth-md:nth-child(2) {
    grid-column: 3 / span 2; }
  .grid .one-sixth-md:nth-child(3) {
    grid-column: 5 / span 2; }
  .grid .one-sixth-md:nth-child(4) {
    grid-column: 7 / span 2; }
  .grid .one-sixth-md:nth-child(5) {
    grid-column: 9 / span 2; }
  .grid .one-sixth-md:last-child {
    grid-column: 11 / span 2 !important; }
  .grid .one-sixth-md.align-middle-md:only-child {
    grid-column: 6 / span 2 !important; }
  .grid .one-sixth-md + .two-thirds-md {
    grid-column: 3 / span 8; }
  .grid div:last-child,
  .grid .one-twelfth:last-child {
    grid-column: 12 / span 1; } }

@media all and (min-width: 1280px) {
  .grid .full-lg {
    grid-column: 1 / span 12 !important; }
  .grid .one-half-lg {
    grid-column: 1 / span 6; }
  .grid .one-half-lg.align-middle-lg {
    grid-column: 4 / span 6 !important; }
  .grid .one-half-lg:nth-child(2) {
    grid-column: 4 / span 6; }
  .grid .one-half-lg:last-child {
    grid-column: 7 / span 6; }
  .grid .one-half-lg + .one-fourth-lg {
    grid-column: 7 / span 3 !important; }
  .grid .one-half-lg + .one-sixth-lg {
    grid-column: 7 / span 2 !important; }
  .grid .one-half-lg + .one-sixth-lg + .one-sixth-lg {
    grid-column: 9 / span 2 !important; }
  .grid .one-third-lg {
    grid-column: 1 / span 4; }
  .grid .one-third-lg.align-middle-lg {
    grid-column: 5 / span 4 !important; }
  .grid .one-third-lg:nth-child(2) {
    grid-column: 5 / span 4; }
  .grid .one-third-lg:last-child {
    grid-column: 9 / span 4; }
  .grid .one-third-lg + .one-sixth-lg {
    grid-column: 5 / span 2 !important; }
  .grid .one-third-lg + .one-sixth-lg + .one-sixth-lg {
    grid-column: 7 / span 2 !important; }
  .grid .one-third-lg + .one-sixth-lg + .one-sixth-lg + .one-sixth-lg {
    grid-column: 9 / span 2 !important; }
  .grid .two-thirds-lg {
    grid-column: 1 / span 8; }
  .grid .two-thirds-lg.align-middle-lg {
    grid-column: 3 / span 8 !important; }
  .grid .two-thirds-lg:nth-child(2) {
    grid-column: 2 / span 8; }
  .grid .two-thirds-lg:last-child {
    grid-column: 5 / span 8 !important; }
  .grid .two-thirds-lg + .one-sixth-lg {
    grid-column: 9 / span 2 !important; }
  .grid .one-fourth-lg {
    grid-column: 1 / span 3; }
  .grid .one-fourth-lg:nth-child(2) {
    grid-column: 4 / span 3; }
  .grid .one-fourth-lg:nth-child(3) {
    grid-column: 7 / span 3; }
  .grid .one-fourth-lg:last-child {
    grid-column: 10 / span 3 !important; }
  .grid .one-sixth-lg {
    grid-column: 1 / span 2; }
  .grid .one-sixth-lg:nth-child(2) {
    grid-column: 3 / span 2; }
  .grid .one-sixth-lg:nth-child(3) {
    grid-column: 5 / span 2; }
  .grid .one-sixth-lg:nth-child(4) {
    grid-column: 7 / span 2; }
  .grid .one-sixth-lg:nth-child(5) {
    grid-column: 9 / span 2; }
  .grid .one-sixth-lg:last-child {
    grid-column: 11 / span 2 !important; }
  .grid .one-sixth-lg.align-middle-lg:only-child {
    grid-column: 6 / span 2 !important; }
  .grid .one-sixth-lg + .two-thirds-lg {
    grid-column: 3 / span 8; }
  .grid div:last-child,
  .grid .one-twelfth:last-child {
    grid-column: 12 / span 1; } }

@media all and (min-width: 1600px) {
  .grid .full-xl {
    grid-column: 1 / span 12 !important; }
  .grid .one-half-xl {
    grid-column: 1 / span 6; }
  .grid .one-half-xl.align-middle-xl {
    grid-column: 4 / span 6 !important; }
  .grid .one-half-xl:nth-child(2) {
    grid-column: 4 / span 6; }
  .grid .one-half-xl:last-child {
    grid-column: 7 / span 6; }
  .grid .one-half-xl + .one-fourth-xl {
    grid-column: 7 / span 3 !important; }
  .grid .one-half-xl + .one-sixth-xl {
    grid-column: 7 / span 2 !important; }
  .grid .one-half-xl + .one-sixth-xl + .one-sixth-xl {
    grid-column: 9 / span 2 !important; }
  .grid .one-third-xl {
    grid-column: 1 / span 4; }
  .grid .one-third-xl.align-middle-xl {
    grid-column: 5 / span 4 !important; }
  .grid .one-third-xl:nth-child(2) {
    grid-column: 5 / span 4; }
  .grid .one-third-xl:last-child {
    grid-column: 9 / span 4; }
  .grid .one-third-xl + .one-sixth-xl {
    grid-column: 5 / span 2 !important; }
  .grid .one-third-xl + .one-sixth-xl + .one-sixth-xl {
    grid-column: 7 / span 2 !important; }
  .grid .one-third-xl + .one-sixth-xl + .one-sixth-xl + .one-sixth-xl {
    grid-column: 9 / span 2 !important; }
  .grid .two-thirds-xl {
    grid-column: 1 / span 8; }
  .grid .two-thirds-xl.align-middle-xl {
    grid-column: 3 / span 8 !important; }
  .grid .two-thirds-xl:nth-child(2) {
    grid-column: 2 / span 8; }
  .grid .two-thirds-xl:last-child {
    grid-column: 5 / span 8 !important; }
  .grid .two-thirds-xl + .one-sixth-xl {
    grid-column: 9 / span 2 !important; }
  .grid .one-fourth-xl {
    grid-column: 1 / span 3; }
  .grid .one-fourth-xl:nth-child(2) {
    grid-column: 4 / span 3; }
  .grid .one-fourth-xl:nth-child(3) {
    grid-column: 7 / span 3; }
  .grid .one-fourth-xl:last-child {
    grid-column: 10 / span 3 !important; }
  .grid .one-sixth-xl {
    grid-column: 1 / span 2; }
  .grid .one-sixth-xl:nth-child(2) {
    grid-column: 3 / span 2; }
  .grid .one-sixth-xl:nth-child(3) {
    grid-column: 5 / span 2; }
  .grid .one-sixth-xl:nth-child(4) {
    grid-column: 7 / span 2; }
  .grid .one-sixth-xl:nth-child(5) {
    grid-column: 9 / span 2; }
  .grid .one-sixth-xl:last-child {
    grid-column: 11 / span 2 !important; }
  .grid .one-sixth-xl.align-middle-xl:only-child {
    grid-column: 6 / span 2 !important; }
  .grid .one-sixth-xl + .two-thirds-xl {
    grid-column: 3 / span 8; }
  .grid div:last-child,
  .grid .one-twelfth:last-child {
    grid-column: 12 / span 1; } }

@media all and (min-width: 1900px) {
  .grid .full-xxl {
    grid-column: 1 / span 12 !important; }
  .grid .one-half-xxl {
    grid-column: 1 / span 6; }
  .grid .one-half-xxl.align-middle-xxl {
    grid-column: 4 / span 6 !important; }
  .grid .one-half-xxl:nth-child(2) {
    grid-column: 4 / span 6; }
  .grid .one-half-xxl:last-child {
    grid-column: 7 / span 6; }
  .grid .one-half-xxl + .one-fourth-xxl {
    grid-column: 7 / span 3 !important; }
  .grid .one-half-xxl + .one-sixth-xxl {
    grid-column: 7 / span 2 !important; }
  .grid .one-half-xxl + .one-sixth-xxl + .one-sixth-xxl {
    grid-column: 9 / span 2 !important; }
  .grid .one-third-xxl {
    grid-column: 1 / span 4; }
  .grid .one-third-xxl.align-middle-xxl {
    grid-column: 5 / span 4 !important; }
  .grid .one-third-xxl:nth-child(2) {
    grid-column: 5 / span 4; }
  .grid .one-third-xxl:last-child {
    grid-column: 9 / span 4; }
  .grid .one-third-xxl + .one-sixth-xxl {
    grid-column: 5 / span 2 !important; }
  .grid .one-third-xxl + .one-sixth-xxl + .one-sixth-xxl {
    grid-column: 7 / span 2 !important; }
  .grid .one-third-xxl + .one-sixth-xxl + .one-sixth-xxl + .one-sixth-xxl {
    grid-column: 9 / span 2 !important; }
  .grid .two-thirds-xxl {
    grid-column: 1 / span 8; }
  .grid .two-thirds-xxl.align-middle-xxl {
    grid-column: 3 / span 8 !important; }
  .grid .two-thirds-xxl:nth-child(2) {
    grid-column: 2 / span 8; }
  .grid .two-thirds-xxl:last-child {
    grid-column: 5 / span 8 !important; }
  .grid .two-thirds-xxl + .one-sixth-xxl {
    grid-column: 9 / span 2 !important; }
  .grid .one-fourth-xxl {
    grid-column: 1 / span 3; }
  .grid .one-fourth-xxl:nth-child(2) {
    grid-column: 4 / span 3; }
  .grid .one-fourth-xxl:nth-child(3) {
    grid-column: 7 / span 3; }
  .grid .one-fourth-xxl:last-child {
    grid-column: 10 / span 3 !important; }
  .grid .one-sixth-xxl {
    grid-column: 1 / span 2; }
  .grid .one-sixth-xxl:nth-child(2) {
    grid-column: 3 / span 2; }
  .grid .one-sixth-xxl:nth-child(3) {
    grid-column: 5 / span 2; }
  .grid .one-sixth-xxl:nth-child(4) {
    grid-column: 7 / span 2; }
  .grid .one-sixth-xxl:nth-child(5) {
    grid-column: 9 / span 2; }
  .grid .one-sixth-xxl:last-child {
    grid-column: 11 / span 2 !important; }
  .grid .one-sixth-xxl.align-middle-xxl:only-child {
    grid-column: 6 / span 2 !important; }
  .grid .one-sixth-xxl + .two-thirds-xxl {
    grid-column: 3 / span 8; }
  .grid div:last-child,
  .grid .one-twelfth:last-child {
    grid-column: 12 / span 1; } }
.welcome-section > .header {
  position: fixed;
  top: 30px;
  left: 0;
  right: 0;
  height: 75px;
  z-index: 14;
  -webkit-transition: top 0.15s linear, height 0.15s ease, -webkit-box-shadow 0.15s ease;
  transition: top 0.15s linear, height 0.15s ease, -webkit-box-shadow 0.15s ease;
  transition: top 0.15s linear, box-shadow 0.15s ease, height 0.15s ease;
  transition: top 0.15s linear, box-shadow 0.15s ease, height 0.15s ease, -webkit-box-shadow 0.15s ease; }
  .welcome-section > .header.sticky {
    top: 0 !important;
    max-width: 100% !important;
    -webkit-box-shadow: 0 4px 20px -10px rgba(61, 71, 67, 0.1);
    box-shadow: 0 4px 20px -10px rgba(61, 71, 67, 0.1);
    border-bottom: 1px solid; }
    @media screen and (max-width: 786px) {
      .welcome-section > .header.sticky {
        height: 65px; } }
  .welcome-section > .header .ss-content {
    right: 0; }
  .welcome-section > .header > .nav > .nav-menu > .languages {
    max-width: -webkit-fit-content;
    max-width: -moz-fit-content;
    max-width: fit-content;
    margin: 0 0.15rem; }
    .welcome-section > .header > .nav > .nav-menu > .languages .ss-single-selected {
      border: 0;
      height: auto;
      padding: 0.65rem 1rem;
      padding-bottom: 10px; }
      @media screen and (max-width: 786px) {
        .welcome-section > .header > .nav > .nav-menu > .languages .ss-single-selected {
          height: 42px;
          width: -webkit-fit-content;
          width: -moz-fit-content;
          width: fit-content;
          margin-left: auto; } }
      .welcome-section > .header > .nav > .nav-menu > .languages .ss-single-selected .placeholder {
        padding: 0;
        font-size: 0.9rem;
        font-weight: 600;
        padding: 0; }
      .welcome-section > .header > .nav > .nav-menu > .languages .ss-single-selected .ss-arrow {
        margin: 0 0 0 10px; }
        .welcome-section > .header > .nav > .nav-menu > .languages .ss-single-selected .ss-arrow .arrow-down,
        .welcome-section > .header > .nav > .nav-menu > .languages .ss-single-selected .ss-arrow .arrow-up {
          border: solid;
          border-width: 0 2px 2px 0; }
      .welcome-section > .header > .nav > .nav-menu > .languages .ss-single-selected:hover .placeholder {
        color: #28c76f; }
      .welcome-section > .header > .nav > .nav-menu > .languages .ss-single-selected:hover .ss-arrow .arrow-down,
      .welcome-section > .header > .nav > .nav-menu > .languages .ss-single-selected:hover .ss-arrow .arrow-up {
        border-color: #28c76f; }

.welcome-section {
  position: relative;
  overflow: hidden;
  min-height: 100vh; }
  @media screen and (max-width: 1040px) {
    .welcome-section {
      min-height: auto !important; } }
  .welcome-section .abstract-1,
  .welcome-section .abstract-2 {
    position: absolute; }
    @media screen and (max-width: 992px) {
      .welcome-section .abstract-1,
      .welcome-section .abstract-2 {
        display: none; } }
  .welcome-section .abstract-1 {
    width: 60px;
    height: 60px;
    background-image: -webkit-gradient(linear, left top, right bottom, from(#81fbb8), to(#28c76f));
    background-image: linear-gradient(to right bottom, #81fbb8, #28c76f);
    top: -38px;
    right: 2.5rem;
    border-radius: 50%;
    opacity: 0.2; }
  .welcome-section .abstract-2 {
    width: 90px;
    height: 90px;
    background-image: -webkit-gradient(linear, left top, right bottom, from(#81fbb8), to(#28c76f));
    background-image: linear-gradient(to right bottom, #81fbb8, #28c76f);
    top: 8rem;
    left: -45px;
    border-radius: 50%;
    opacity: 0.3; }
  .welcome-section .welcome-wrap {
    padding-top: 12rem;
    padding-bottom: 8rem;
    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;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1; }
    @media screen and (max-width: 1040px) {
      .welcome-section .welcome-wrap {
        -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
        justify-content: center !important; } }
    @media screen and (max-width: 1040px) {
      .welcome-section .welcome-wrap .welcome-text {
        max-width: 90%;
        text-align: center; } }
    .welcome-section .welcome-wrap .welcome-illustration {
      -webkit-animation: wave 10s linear infinite;
      animation: wave 10s linear infinite;
      position: relative; }
      @media screen and (max-width: 1040px) {
        .welcome-section .welcome-wrap .welcome-illustration {
          display: none !important; } }
      .welcome-section .welcome-wrap .welcome-illustration > img {
        width: 690px;
        -webkit-transform: translateY(15px) translateX(35px);
        transform: translateY(15px) translateX(35px); }
        @media screen and (max-width: 1295px) {
          .welcome-section .welcome-wrap .welcome-illustration > img {
            width: 600px;
            -webkit-transform: translateY(15px);
            transform: translateY(15px); } }
        @media screen and (max-width: 1200px) {
          .welcome-section .welcome-wrap .welcome-illustration > img {
            width: 520px;
            -webkit-transform: translateY(15px);
            transform: translateY(15px); } }

.about-section {
  padding: 2rem 0 6rem;
  -webkit-transform: skewY(-3deg);
  transform: skewY(-3deg);
  position: relative; }
  .about-section .abstract-1,
  .about-section .abstract-2 {
    position: absolute; }
    @media screen and (max-width: 992px) {
      .about-section .abstract-1,
      .about-section .abstract-2 {
        display: none; } }
  .about-section .abstract-1 {
    width: 60px;
    height: 60px;
    background-image: -webkit-gradient(linear, left top, right bottom, from(#81fbb8), to(#28c76f));
    background-image: linear-gradient(to right bottom, #81fbb8, #28c76f);
    top: 10rem;
    right: -30px;
    border-radius: 50%;
    opacity: 0.5; }
  .about-section .abstract-2 {
    width: 120px;
    height: 120px;
    background-image: -webkit-gradient(linear, left top, right bottom, from(#81fbb8), to(#28c76f));
    background-image: linear-gradient(to right bottom, #81fbb8, #28c76f);
    bottom: 3rem;
    left: -60px;
    border-radius: 50%;
    opacity: 0.3; }
  .about-section .section-title {
    -webkit-transform: skewY(3deg);
    transform: skewY(3deg); }
  .about-section .section-paragraph {
    -webkit-transform: skewY(3deg);
    transform: skewY(3deg);
    font-size: 1rem;
    max-width: 85%;
    margin: 1.5rem auto 0 auto;
    line-height: 1.8; }
  .about-section .section-content {
    -webkit-transform: skewY(3deg);
    transform: skewY(3deg);
    min-height: 300px; }
    @media screen and (max-width: 1040px) {
      .about-section .section-content {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column; } }
  .about-section .about-wrap {
    display: grid;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    grid-template-columns: repeat(auto-fill, minmax(500px, 1fr));
    grid-gap: 2.75rem;
    padding: 2.5rem 1.5rem;
    border-radius: 0.42rem;
    -webkit-box-shadow: 0 9px 30px rgba(61, 71, 67, 0.1);
    box-shadow: 0 9px 30px rgba(61, 71, 67, 0.1); }
    @media screen and (max-width: 786px) {
      .about-section .about-wrap {
        grid-template-columns: repeat(auto-fill, minmax(460px, 1fr)); } }
    @media screen and (max-width: 576px) {
      .about-section .about-wrap {
        grid-template-columns: repeat(auto-fill, minmax(275px, 1fr)); }
        .about-section .about-wrap .about-content {
          text-align: center !important; } }
    .about-section .about-wrap .splide,
    .about-section .about-wrap .splide .splide-slide {
      max-width: 100%;
      margin: 0 auto;
      border-radius: 0.42rem;
      overflow: hidden; }
    .about-section .about-wrap .splide .splide-track {
      width: 100%;
      height: 100%;
      margin: 0; }
      .about-section .about-wrap .splide .splide-track .splide-list {
        width: 100%; }
        .about-section .about-wrap .splide .splide-track .splide-list .splide-slide {
          width: 100% !important; }
          .about-section .about-wrap .splide .splide-track .splide-list .splide-slide img {
            aspect-ratio: 16/9;
             }
    .about-section .about-wrap .about-content .about-paragraph {
      font-size: 0.9rem;
      line-height: 1.8; }
  .about-section .accordion-container {
    width: 100%; }

.projects-section .project-list {
  width: 100%;
  display: grid;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  grid-gap: 2rem; }
  .projects-section .project-list > .project-item {
    border-radius: 0.42rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100%;
    -webkit-box-shadow: 0 9px 30px rgba(61, 71, 67, 0.1) !important;
    box-shadow: 0 9px 30px rgba(61, 71, 67, 0.1) !important;
    overflow: hidden; }
    .projects-section .project-list > .project-item > .card {
      -webkit-box-flex: 1;
      -ms-flex-positive: 1;
      flex-grow: 1;
      border: 0; }
      .projects-section .project-list > .project-item > .card .card-header > a {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        position: relative;
        border-bottom: 1px solid;
        overflow: hidden; }
        .projects-section .project-list > .project-item > .card .card-header > a::before {
          content: "";
          position: absolute;
          width: 100%;
          height: 100%;
          top: 0;
          left: 0;
          bottom: 0;
          right: 0;
          opacity: 0;
          -webkit-transition: opacity 0.3s ease;
          transition: opacity 0.3s ease; }
        @media screen and (min-width: 769px) {
          .projects-section .project-list > .project-item > .card .card-header > a:hover::before {
            opacity: 0.06; } }
        .projects-section .project-list > .project-item > .card .card-header > a img {
          aspect-ratio: 16/9;
          width: 100%;
          cursor: pointer; }
      .projects-section .project-list > .project-item > .card .card-body {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column; }
        .projects-section .project-list > .project-item > .card .card-body .projects-content-box {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
          -ms-flex-direction: column;
          flex-direction: column;
          -webkit-box-pack: justify;
          -ms-flex-pack: justify;
          justify-content: space-between;
          height: 100%; }
          .projects-section .project-list > .project-item > .card .card-body .projects-content-box .project-title a {
            font-size: 1rem;
            font-weight: 600;
            line-height: 1.2;
            -webkit-transition: color 0.3s ease;
            transition: color 0.3s ease; }
            .projects-section .project-list > .project-item > .card .card-body .projects-content-box .project-title a:hover {
              color: #28c76f !important; }
          .projects-section .project-list > .project-item > .card .card-body .projects-content-box .project-paragraph {
            width: 75%; }
          .projects-section .project-list > .project-item > .card .card-body .projects-content-box .projects-content {
            -webkit-box-flex: 1;
            -ms-flex-positive: 1;
            flex-grow: 1; }
            .projects-section .project-list > .project-item > .card .card-body .projects-content-box .projects-content .rating {
              -ms-flex-item-align: end;
              align-self: flex-end;
              min-height: 25px; }
              .projects-section .project-list > .project-item > .card .card-body .projects-content-box .projects-content .rating > svg {
                width: 12px;
                height: 12px;
                fill: #ffa800;
                stroke: #ffa800; }
            .projects-section .project-list > .project-item > .card .card-body .projects-content-box .projects-content .btn {
              -ms-flex-item-align: end;
              align-self: flex-end; }

.our-team-section {
  min-height: 700px;
  position: relative; }
  .our-team-section .abstract-1 {
    position: absolute;
    width: 100px;
    height: 100px;
    background-image: -webkit-gradient(linear, left top, right bottom, from(#81fbb8), to(#28c76f));
    background-image: linear-gradient(to right bottom, #81fbb8, #28c76f);
    top: 7rem;
    right: -50px;
    border-radius: 50%;
    opacity: 0.5; }
    @media screen and (max-width: 992px) {
      .our-team-section .abstract-1 {
        display: none; } }
  .our-team-section .splide__pagination {
    bottom: -2.5rem; }
    @media screen and (max-width: 768px) {
      .our-team-section .splide__pagination {
        display: none !important; } }

.widgets-section {
  -webkit-transform: skewY(-3deg);
  transform: skewY(-3deg);
  background-image: -webkit-gradient(linear, left top, right bottom, from(#81fbb8), to(#28c76fa6)), url("../media/backgrounds/abstracts/network_connections_bg.jpg");
  background-image: linear-gradient(to right bottom, #81fbb8, #28c76fa6), url("../media/backgrounds/abstracts/network_connections_bg.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  padding: 2rem 0 5rem; }
  .widgets-section .section-header,
  .widgets-section .section-content {
    -webkit-transform: skewY(3deg);
    transform: skewY(3deg); }
  .widgets-section .widget-wrap {
    width: 100%;
    display: grid;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
    grid-gap: 2rem; }
    .widgets-section .widget-wrap > .widget-item {
      position: relative;
      padding: 2rem 1rem;
      border-radius: 0.42rem;
      cursor: pointer;
      overflow: hidden;
      -webkit-box-shadow: 0 5px 9px rgba(61, 71, 67, 0.1);
      box-shadow: 0 5px 9px rgba(61, 71, 67, 0.1);
      -webkit-transition: -webkit-transform 0.3s ease;
      transition: -webkit-transform 0.3s ease;
      transition: transform 0.3s ease;
      transition: transform 0.3s ease, -webkit-transform 0.3s ease; }
      .widgets-section .widget-wrap > .widget-item::before, .widgets-section .widget-wrap > .widget-item::after {
        content: "";
        position: absolute;
        bottom: -45px;
        right: -45px;
        border-radius: 50%;
        -webkit-transition: all 0.3s ease;
        transition: all 0.3s ease; }
      .widgets-section .widget-wrap > .widget-item::before {
        width: 95px;
        height: 95px;
        background-image: -webkit-gradient(linear, left top, right bottom, from(#81fbb8), to(#28c76fa6));
        background-image: linear-gradient(to right bottom, #81fbb8, #28c76fa6);
        z-index: 1; }
      .widgets-section .widget-wrap > .widget-item::after {
        width: 110px;
        height: 110px;
        background-color: #e2ffef; }
      @media screen and (min-width: 769px) {
        .widgets-section .widget-wrap > .widget-item:hover {
          -webkit-transform: scale(0.98) rotate(2deg);
          transform: scale(0.98) rotate(2deg); }
          .widgets-section .widget-wrap > .widget-item:hover::after {
            width: 100%;
            height: 100%;
            border-radius: 0;
            top: 50%;
            left: 50%;
            -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
            opacity: 0.3; } }
      .widgets-section .widget-wrap > .widget-item .widget-icon {
        margin-bottom: 1rem; }
        .widgets-section .widget-wrap > .widget-item .widget-icon svg {
          width: 32px;
          height: 32px;
          stroke: #28c76f; }
      .widgets-section .widget-wrap > .widget-item .widget-counter {
        font-size: 2rem;
        font-weight: 600; }
      .widgets-section .widget-wrap > .widget-item .widget-label {
        font-size: 1rem; }

.services-section .services-list {
  width: 100%;
  display: grid;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  grid-gap: 2rem; }
  .services-section .services-list > .services-item {
    padding: 3.5rem 2.5rem;
    border: 1px solid;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    cursor: pointer; }
    @media screen and (min-width: 769px) {
      .services-section .services-list > .services-item:hover {
        -webkit-transform: translateY(-10px);
        transform: translateY(-10px);
        -webkit-box-shadow: 0px 25px 35px 0px rgba(61, 71, 67, 0.1);
        box-shadow: 0px 25px 35px 0px rgba(61, 71, 67, 0.1); }
        .services-section .services-list > .services-item:hover .services-icon > svg {
          fill: #28c76f; } }
    .services-section .services-list > .services-item .services-icon {
      margin-bottom: 1.5rem; }
      .services-section .services-list > .services-item .services-icon > svg {
        width: 38px;
        height: 38px; }
    .services-section .services-list > .services-item .services-paragraph {
      font-size: 0.9rem; }

.blog-section .blog-list {
  width: 100%;
  display: grid;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  grid-gap: 2rem; }
  .blog-section .blog-list > .blog-item {
    border-radius: 0.42rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100%;
    overflow: hidden; }
    .blog-section .blog-list > .blog-item > .card {
      -webkit-box-flex: 1;
      -ms-flex-positive: 1;
      flex-grow: 1; }
      .blog-section .blog-list > .blog-item > .card .card-header {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        position: relative;
        overflow: hidden; }
        .blog-section .blog-list > .blog-item > .card .card-header::before {
          content: "";
          position: absolute;
          width: 100%;
          height: 100%;
          top: 0;
          left: 0;
          background-image: -webkit-gradient(linear, left top, right bottom, from(#81fbb8), to(#28c76fa6));
          background-image: linear-gradient(to right bottom, #81fbb8, #28c76fa6);
          opacity: 0.15;
          z-index: 2;
          -webkit-transition: opacity 0.3s ease;
          transition: opacity 0.3s ease; }
          @media screen and (max-width: 768px) {
            .blog-section .blog-list > .blog-item > .card .card-header::before {
              opacity: 0.2 !important; } }
        .blog-section .blog-list > .blog-item > .card .card-header .blog-category {
          position: absolute;
          left: -100%;
          top: 1rem;
          opacity: 0;
          border-radius: 0.26rem;
          z-index: 2;
          -webkit-transition: all 0.3s linear;
          transition: all 0.3s linear; }
          @media screen and (max-width: 768px) {
            .blog-section .blog-list > .blog-item > .card .card-header .blog-category {
              left: 1rem !important;
              opacity: 1 !important; } }
      .blog-section .blog-list > .blog-item > .card .card-header > img {
        aspect-ratio: 16/9;
        width: 100%; }
      .blog-section .blog-list > .blog-item > .card .card-body {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column; }
        .blog-section .blog-list > .blog-item > .card .card-body .blog-publisher a,
        .blog-section .blog-list > .blog-item > .card .card-body .blog-title a {
          -webkit-transition: color 0.3s ease;
          transition: color 0.3s ease; }
          .blog-section .blog-list > .blog-item > .card .card-body .blog-publisher a:hover,
          .blog-section .blog-list > .blog-item > .card .card-body .blog-title a:hover {
            color: #28c76f !important; }
        .blog-section .blog-list > .blog-item > .card .card-body .blog-content-box {
          display: grid;
          height: 100%; }
          .blog-section .blog-list > .blog-item > .card .card-body .blog-content-box .btn {
            -ms-flex-item-align: end;
            align-self: end;
            justify-self: start; }
          .blog-section .blog-list > .blog-item > .card .card-body .blog-content-box .blog-paragraph,
          .blog-section .blog-list > .blog-item > .card .card-body .blog-content-box .blog-title {
            -ms-flex-item-align: start;
            align-self: start; }
    .blog-section .blog-list > .blog-item:hover .blog-category {
      left: 1rem !important;
      opacity: 1 !important; }

.contact-section .contact-wrap {
  border-radius: 0.65rem;
  -webkit-box-shadow: 0 9px 30px rgba(61, 71, 67, 0.1);
  box-shadow: 0 9px 30px rgba(61, 71, 67, 0.1); }
  .contact-section .contact-wrap .contact-info {
    background-color: #28c76f;
    border-radius: 0.65rem;
    display: grid;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1; }
  .contact-section .contact-wrap .contact-form {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
    display: grid;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1; }
