@charset "UTF-8";
/* inter-regular - latin-ext_latin */
@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: local(""), url("/style/fonts/inter-v11-latin-ext_latin-regular.woff2") format("woff2"), url("/style/fonts/inter-v11-latin-ext_latin-regular.woff") format("woff"); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* inter-500 - latin-ext_latin */
@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: local(""), url("/style/fonts/inter-v11-latin-ext_latin-500.woff2") format("woff2"), url("/style/fonts/inter-v11-latin-ext_latin-500.woff") format("woff"); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* inter-600 - latin-ext_latin */
@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: local(""), url("/style/fonts/inter-v11-latin-ext_latin-600.woff2") format("woff2"), url("/style/fonts/inter-v11-latin-ext_latin-600.woff") format("woff"); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* inter-700 - latin-ext_latin */
@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: local(""), url("/style/fonts/inter-v11-latin-ext_latin-700.woff2") format("woff2"), url("/style/fonts/inter-v11-latin-ext_latin-700.woff") format("woff"); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* quicksand-regular - latin-ext_latin */
@font-face {
  font-family: "Quicksand";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: local(""), url("/style/fonts/quicksand-v29-latin-ext_latin-regular.woff2") format("woff2"), url("/style/fonts/quicksand-v29-latin-ext_latin-regular.woff") format("woff"); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* quicksand-500 - latin-ext_latin */
@font-face {
  font-family: "Quicksand";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: local(""), url("/style/fonts/quicksand-v29-latin-ext_latin-500.woff2") format("woff2"), url("/style/fonts/quicksand-v29-latin-ext_latin-500.woff") format("woff"); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* quicksand-600 - latin-ext_latin */
@font-face {
  font-family: "Quicksand";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: local(""), url("/style/fonts/quicksand-v29-latin-ext_latin-600.woff2") format("woff2"), url("/style/fonts/quicksand-v29-latin-ext_latin-600.woff") format("woff"); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* quicksand-700 - latin-ext_latin */
@font-face {
  font-family: "Quicksand";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: local(""), url("/style/fonts/quicksand-v29-latin-ext_latin-700.woff2") format("woff2"), url("/style/fonts/quicksand-v29-latin-ext_latin-700.woff") format("woff"); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/*
 * ress.css • v1.2.2
 * MIT License
 * github.com/filipelinhares/ress
 */
/* # =================================================================
   # Global selectors
   # ================================================================= */
html {
  box-sizing: border-box;
  overflow-y: scroll; /* All browsers without overlaying scrollbars */
  -webkit-text-size-adjust: 100%; /* iOS 8+ */
}

*,
::before,
::after {
  background-repeat: no-repeat; /* Set `background-repeat: no-repeat` to all elements and pseudo elements */
  box-sizing: inherit;
}

::before,
::after {
  text-decoration: inherit; /* Inherit text-decoration and vertical align to ::before and ::after pseudo elements */
  vertical-align: inherit;
}

* {
  padding: 0; /* Reset `padding` and `margin` of all elements */
  margin: 0;
}

/* # =================================================================
   # General elements
   # ================================================================= */
/* Add the correct display in iOS 4-7.*/
audio:not([controls]) {
  display: none;
  height: 0;
}

hr {
  overflow: visible; /* Show the overflow in Edge and IE */
}

/*
* Correct `block` display not defined for any HTML5 element in IE 8/9
* Correct `block` display not defined for `details` or `summary` in IE 10/11
* and Firefox
* Correct `block` display not defined for `main` in IE 11
*/
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block;
}

summary {
  display: list-item; /* Add the correct display in all browsers */
}

small {
  font-size: 80%; /* Set font-size to 80% in `small` elements */
}

[hidden],
template {
  display: none; /* Add the correct display in IE */
}

abbr[title] {
  border-bottom: 1px dotted; /* Add a bordered underline effect in all browsers */
  text-decoration: none; /* Remove text decoration in Firefox 40+ */
}

a {
  background-color: transparent; /* Remove the gray background on active links in IE 10 */
  -webkit-text-decoration-skip: objects; /* Remove gaps in links underline in iOS 8+ and Safari 8+ */
}

input,
a:active,
a:hover {
  outline-width: 0; /* Remove the outline when hovering in all browsers */
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace; /* Specify the font family of code elements */
}

b,
strong {
  font-weight: bolder; /* Correct style set to `bold` in Edge 12+, Safari 6.2+, and Chrome 18+ */
}

dfn {
  font-style: italic; /* Address styling not present in Safari and Chrome */
}

/* Address styling not present in IE 8/9 */
mark {
  background-color: #ff0;
  color: #000;
}

/* https://gist.github.com/unruthless/413930 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* # =================================================================
   # Forms
   # ================================================================= */
input {
  border-radius: 0;
}

/* Apply cursor pointer to button elements */
button,
[type=button],
[type=reset],
[type=submit],
[role=button] {
  cursor: pointer;
}

/* Replace pointer cursor in disabled elements */
[disabled] {
  cursor: default;
}

[type=number] {
  width: auto; /* Firefox 36+ */
}

[type=search] {
  -webkit-appearance: textfield; /* Safari 8+ */
}

[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none; /* Safari 8 */
}

textarea {
  overflow: auto; /* Internet Explorer 11+ */
  resize: vertical; /* Specify textarea resizability */
}

button,
input,
optgroup,
select,
textarea {
  font: inherit; /* Specify font inheritance of form elements */
}

optgroup {
  font-weight: bold; /* Restore the font weight unset by the previous rule. */
}

button {
  overflow: visible; /* Address `overflow` set to `hidden` in IE 8/9/10/11 */
}

/* Remove inner padding and border in Firefox 4+ */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: 0;
  padding: 0;
}

/* Replace focus style removed in the border reset above */
button:-moz-focusring,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  outline: 1px dotted ButtonText;
}

button,
html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button; /* Correct the inability to style clickable types in iOS */
}

button,
select {
  text-transform: none; /* Firefox 40+, Internet Explorer 11- */
}

/* Remove the default button styling in all browsers */
button,
input,
select,
textarea {
  background-color: transparent;
  border-style: none;
  color: inherit;
}

/* Style select like a standard input */
select::-ms-expand {
  display: none; /* Internet Explorer 11+ */
}

select::-ms-value {
  color: currentColor; /* Internet Explorer 11+ */
}

legend {
  border: 0; /* Correct `color` not being inherited in IE 8/9/10/11 */
  color: inherit; /* Correct the color inheritance from `fieldset` elements in IE */
  display: table; /* Correct the text wrapping in Edge and IE */
  max-width: 100%; /* Correct the text wrapping in Edge and IE */
  white-space: normal; /* Correct the text wrapping in Edge and IE */
}

::-webkit-file-upload-button {
  -webkit-appearance: button; /* Correct the inability to style clickable types in iOS and Safari */
  font: inherit; /* Change font properties to `inherit` in Chrome and Safari */
}

[type=search] {
  -webkit-appearance: textfield; /* Correct the odd appearance in Chrome and Safari */
  outline-offset: -2px; /* Correct the outline style in Safari */
}

/* # =================================================================
   # Specify media element style
   # ================================================================= */
img {
  border-style: none; /* Remove border when inside `a` element in IE 8/9/10 */
}

/* Add the correct vertical alignment in Chrome, Firefox, and Opera */
progress {
  vertical-align: baseline;
}

svg:not(:root) {
  overflow: hidden; /* Internet Explorer 11- */
}

audio,
canvas,
progress,
video {
  display: inline-block; /* Internet Explorer 11+, Windows Phone 8.1+ */
}

/* # =================================================================
   # Accessibility
   # ================================================================= */
/* Hide content from screens but not screenreaders */
@media screen {
  [hidden~=screen] {
    display: inherit;
  }
  [hidden~=screen]:not(:active):not(:focus):not(:target) {
    position: absolute !important;
    clip: rect(0 0 0 0) !important;
  }
}
/* Specify the progress cursor of updating elements */
[aria-busy=true] {
  cursor: progress;
}

/* Specify the pointer cursor of trigger elements */
[aria-controls] {
  cursor: pointer;
}

/* Specify the unstyled cursor of disabled, not-editable, or otherwise inoperable elements */
[aria-disabled] {
  cursor: default;
}

/* # =================================================================
   # Selection
   # ================================================================= */
/* Specify text selection background color and omit drop shadow */
::-moz-selection {
  background-color: #b3d4fc; /* Required when declaring ::selection */
  color: #000;
  text-shadow: none;
}

::selection {
  background-color: #b3d4fc; /* Required when declaring ::selection */
  color: #000;
  text-shadow: none;
}

body.hidden-scroll {
  overflow: hidden;
}

.sl-overlay {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: #252525;
  display: none;
  z-index: 1035;
}

.sl-wrapper {
  z-index: 1040;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  position: fixed;
}
.sl-wrapper * {
  box-sizing: border-box;
}
.sl-wrapper button {
  border: 0 none;
  background: transparent;
  font-size: 28px;
  padding: 0;
  cursor: pointer;
}
.sl-wrapper button:hover {
  opacity: 0.7;
}
.sl-wrapper .sl-close {
  display: none;
  position: fixed;
  right: 30px;
  top: 30px;
  z-index: 10060;
  margin-top: -14px;
  margin-right: -14px;
  height: 44px;
  width: 44px;
  line-height: 44px;
  font-family: Arial, Baskerville, monospace;
  color: #e2e2e2;
  font-size: 3rem;
}
.sl-wrapper .sl-counter {
  display: none;
  position: fixed;
  top: 30px;
  left: 30px;
  z-index: 10060;
  color: #e2e2e2;
  font-size: 1rem;
}
.sl-wrapper .sl-download {
  display: none;
  position: fixed;
  bottom: 5px;
  width: 100%;
  text-align: center;
  z-index: 10060;
  color: #fff;
  font-size: 1rem;
}
.sl-wrapper .sl-download a {
  color: #fff;
}
.sl-wrapper .sl-navigation {
  width: 100%;
  display: none;
}
.sl-wrapper .sl-navigation button {
  position: fixed;
  top: 50%;
  margin-top: -22px;
  height: 44px;
  width: 22px;
  line-height: 44px;
  text-align: center;
  display: block;
  z-index: 10060;
  font-family: Arial, Baskerville, monospace;
  color: #e2e2e2;
}
.sl-wrapper .sl-navigation button.sl-next {
  right: 5px;
  font-size: 2rem;
}
.sl-wrapper .sl-navigation button.sl-prev {
  left: 5px;
  font-size: 2rem;
}
@media (min-width: 35.5em) {
  .sl-wrapper .sl-navigation button {
    width: 44px;
  }
  .sl-wrapper .sl-navigation button.sl-next {
    right: 10px;
    font-size: 3rem;
  }
  .sl-wrapper .sl-navigation button.sl-prev {
    left: 10px;
    font-size: 3rem;
  }
}
@media (min-width: 50em) {
  .sl-wrapper .sl-navigation button {
    width: 44px;
  }
  .sl-wrapper .sl-navigation button.sl-next {
    right: 20px;
    font-size: 3rem;
  }
  .sl-wrapper .sl-navigation button.sl-prev {
    left: 20px;
    font-size: 3rem;
  }
}
.sl-wrapper.sl-dir-rtl .sl-navigation {
  direction: ltr;
}
.sl-wrapper .sl-image {
  position: fixed;
  touch-action: none;
  z-index: 10000;
}
.sl-wrapper .sl-image img {
  margin: 0;
  padding: 0;
  display: block;
  border: 0 none;
  width: 100%;
  height: auto;
}
@media (min-width: 35.5em) {
  .sl-wrapper .sl-image img {
    border: 0 none;
  }
}
@media (min-width: 50em) {
  .sl-wrapper .sl-image img {
    border: 0 none;
  }
}
.sl-wrapper .sl-image iframe {
  background: #000;
  border: 0 none;
}
@media (min-width: 35.5em) {
  .sl-wrapper .sl-image iframe {
    border: 0 none;
  }
}
@media (min-width: 50em) {
  .sl-wrapper .sl-image iframe {
    border: 0 none;
  }
}
.sl-wrapper .sl-image .sl-caption {
  display: none;
  padding: 10px;
  color: #fff;
  background: rgba(0, 0, 0, 0.8);
  font-size: 1rem;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}
.sl-wrapper .sl-image .sl-caption.pos-top {
  bottom: auto;
  top: 0;
}
.sl-wrapper .sl-image .sl-caption.pos-outside {
  bottom: auto;
}

.sl-spinner {
  display: none;
  border: 5px solid #333;
  border-radius: 40px;
  height: 40px;
  left: 50%;
  margin: -20px 0 0 -20px;
  opacity: 0;
  position: fixed;
  top: 50%;
  width: 40px;
  z-index: 1007;
  animation: pulsate 1s ease-out infinite;
}

.sl-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

.sl-transition {
  transition: transform ease 200ms;
}
@keyframes pulsate {
  0% {
    transform: scale(0.1);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    transform: scale(1.2);
    opacity: 0;
  }
}
body,
html {
  min-height: 100%;
}

body {
  font-family: "Inter", sans-serif;
  font-size: 17px;
  line-height: 1.5;
  font-weight: 400;
  color: #273044;
}

small {
  line-height: 1.4;
}

a {
  color: #4997da;
  text-decoration: none;
}
a:hover {
  color: #2d6ab5;
}

.breakpoint {
  width: min(1300px, 100% - 30px);
  margin-inline: auto !important;
}

.stripe {
  background-color: #ebf2f7;
}

.innerPagePadding {
  padding-top: 25px;
  padding-bottom: 25px;
}
@media screen and (min-width: 800px) {
  .innerPagePadding {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}

img {
  max-width: 100%;
  width: 100%;
  height: auto;
}

[hidden] {
  display: none !important;
}

@media screen and (max-width: 900px) {
  #_hj_feedback_container {
    display: none !important;
  }
}

figure picture {
  display: flex;
  align-items: flex-start;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: Quicksand, sans-serif;
}

h1,
h2,
h3 {
  line-height: 1.125;
}

ul {
  margin-left: 0;
  list-style-type: none;
}

ul:not([class]),
.ul {
  margin-left: 40px;
  list-style-type: disc;
}

p + p {
  margin-top: 20px;
}

.strongLight {
  font-weight: 500;
}

.demo-design-system {
  background-image: linear-gradient(45deg, #f9f9f9 25%, transparent 25%), linear-gradient(-45deg, #f9f9f9 25%, transparent 25%), linear-gradient(45deg, transparent 75%, #f9f9f9 75%), linear-gradient(-45deg, transparent 75%, #f9f9f9 75%);
  background-size: 20px 20px;
  background-position: 0 0, 0 10px, 10px -10px, -10px 0px;
  background-repeat: repeat;
  border: 8px solid #e3e3e3;
}

.demo-design-system-title {
  margin-block-start: 20px;
}

.underline {
  text-decoration: underline;
}

.action {
  padding-top: 70px !important;
}
@media screen and (min-width: 1000px) {
  .action {
    padding-top: 100px !important;
  }
}
@media screen and (min-width: 1000px) {
  .action-wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}
.action-image {
  max-width: 650px;
}
@media (max-width: 999px) {
  .action-image {
    margin-left: auto;
    margin-right: auto;
  }
}
.action-image img {
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1), 0 2px 2px rgba(0, 0, 0, 0.1), 0 4px 4px rgba(0, 0, 0, 0.1), 0 8px 8px rgba(0, 0, 0, 0.1), 0 12px 12px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
}
@media (max-width: 999px) {
  .action-text {
    text-align: center;
    margin-bottom: 50px;
  }
}
@media (min-width: 1000px) {
  .action-text {
    flex: 1 0 auto;
    margin-right: 50px;
  }
}
.action h2 {
  font-weight: 400;
}
@media (max-width: 999px) {
  .action h2 {
    margin-left: auto;
    margin-right: auto;
    font-size: 38px;
    max-width: 280px;
  }
}
@media (min-width: 1000px) {
  .action h2 {
    font-size: 44px;
    max-width: 320px;
  }
}
.action p {
  max-width: 500px;
  margin-top: 30px;
  font-size: 18px;
}
@media (max-width: 999px) {
  .action p {
    margin-left: auto;
    margin-right: auto;
  }
}
.action .section-title {
  margin-bottom: 50px;
}
@media screen and (min-width: 1000px) {
  .action .section-title {
    margin-bottom: 80px;
  }
}
@media (max-width: 999px) {
  .action .btn--primary {
    margin-top: 30px;
  }
}
@media (min-width: 1000px) {
  .action .btn--primary {
    margin-top: 35px;
  }
}

.beneficii {
  display: grid;
  grid-gap: 50px 0;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  align-items: start;
  padding-top: 60px;
}
@media screen and (max-width: 799px) {
  .beneficii {
    grid-template-columns: 1fr;
    place-items: center;
  }
}
@media screen and (min-width: 800px) {
  .beneficii {
    grid-gap: 70px 100px;
  }
}
.beneficii li div {
  width: 50px;
  height: 50px;
  margin-bottom: 20px;
}
@media screen and (max-width: 750px) {
  .beneficii li div {
    margin: 0 auto 20px;
  }
}
@media screen and (max-width: 750px) {
  .beneficii li {
    text-align: center;
    max-width: 300px;
  }
}
.beneficii p {
  font-size: 18px;
}
.beneficii svg {
  margin-bottom: 5px;
}

.blog-articles {
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 80px 60px;
  padding-bottom: 70px;
  grid-template-rows: auto;
}
@media screen and (min-width: 800px) {
  .blog-articles {
    grid-template-columns: 1fr 1fr;
  }
}
.blog h1 {
  margin-top: 33px;
  margin-bottom: 10px;
}
.blog h1 a {
  color: #121616;
  font-size: 28px;
  font-weight: 500;
}
.blog h1 a:hover {
  color: #3476c7;
}
.blog h2 {
  margin-top: 30px;
  margin-bottom: 10px;
}
.blog p {
  color: #616e76;
  margin-bottom: 10px;
}
.blog ul {
  margin-bottom: 10px;
}
.blog-entry-meta {
  margin-bottom: 18px;
}
.blog-entry-meta * {
  color: #747676;
  font-size: 14px;
}
.blog-entry-meta span::after {
  content: "•";
  font-size: 18px;
  margin-left: 4px;
  margin-right: 2px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
}
.blog-item-preview {
  display: flex;
  box-shadow: 0 0 1px 0px #000000;
  position: relative;
  overflow: hidden;
}
.blog-item-preview::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5019607843) 100%);
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
}
.blog-item-preview:hover:after {
  opacity: 1;
}
.blog-item-preview img {
  transition: transform 0.7s ease-in-out;
  transform: scale(1);
}
.blog-item-preview:hover img {
  transition: transform 4s ease-in-out;
  transform: scale(1.2);
}
.blog-item-read-more {
  font-size: 14px;
  font-weight: 600;
  padding-bottom: 3px;
  border-bottom: 2px solid #d3e2f9;
}
.blog-article {
  background-color: #fff;
}
@media screen and (min-width: 800px) {
  .blog-article {
    display: grid;
    grid-template-columns: 1fr 400px;
  }
}
.blog-article h1 {
  font-weight: 500;
}
@media screen and (max-width: 800px) {
  .blog-article h1 {
    font-size: 30px;
  }
}
@media screen and (min-width: 801px) {
  .blog-article h1 {
    font-size: 34px;
  }
}
.blog-content {
  padding-bottom: 20px;
}
@media screen and (max-width: 800px) {
  .blog-content {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media screen and (min-width: 801px) {
  .blog-content {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.blog-content h4 {
  color: #2e4053;
  font-weight: 600;
  font-size: 21px;
  margin-top: 50px;
  margin-bottom: 3px;
}
.blog-content h5,
.blog-content h3 {
  color: #2e4053;
  font-size: 18px;
  margin-top: 20px;
  margin-bottom: 3px;
}
.blog-content p {
  color: #2e4053;
}
.blog-aside {
  background-color: #f2f4f6;
}
@media screen and (max-width: 800px) {
  .blog-aside {
    padding-top: 45px;
  }
}
@media screen and (min-width: 800px) {
  .blog-aside {
    padding-left: 45px;
  }
}
.blog-aside-area {
  margin-bottom: 45px;
}
.blog-aside-area h4 {
  font-weight: 500;
  border-left: 2px solid #4997da;
  padding-left: 10px;
  font-size: 15px;
  margin-bottom: 20px;
}
.blog-share-aside-wrap {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 10px;
}
.blog-share-aside button {
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.5px;
  background-color: red;
  color: #fff;
  line-height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.blog-share-aside button svg {
  height: 20px;
  margin-right: 5px;
}
.blog-share-aside .blog-share-fb {
  background-color: #3b5998;
}
.blog-share-aside .blog-share-twitter {
  background-color: #1da1f2;
}
.blog-share-aside .blog-share-insta {
  background-color: #5851d8;
}
.blog-share-aside .blog-share-whatsapp {
  background-color: #25d366;
}
.blog .blog-recent-article-list {
  list-style-type: none;
  margin: 0;
}
.blog .blog-recent-article-list a {
  color: #273044;
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}
.blog .blog-recent-article-list a:hover {
  opacity: 0.7;
}
.blog .blog-recent-article-list a figure {
  flex: 1 1 30%;
  margin-right: 10px;
}
.blog .blog-recent-article-list a > div {
  flex: 1 1 70%;
}
.blog .blog-recent-article-list a h6 {
  font-size: 14px;
  font-weight: 600;
  line-height: 1.2;
  color: #363f54;
}
.blog .blog-recent-article-list a time {
  font-size: 12px;
  margin: 0;
  color: #747676;
}

.blog-article-inner-img {
  margin-top: 15px;
  margin-bottom: 35px;
}

.blog-article-inner-img-natural {
  width: auto;
}

.blog-item-preview picture {
  display: flex;
  align-items: flex-start;
  max-width: 660px;
  aspect-ratio: 16/11;
  overflow: hidden;
}
.blog-item-preview picture img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.breadcrumb {
  height: 36px;
  background-color: #ebf2f7;
  border-bottom: 1px solid #e2ecf2;
}
.breadcrumb-wrap {
  height: 100%;
  font-size: 11px;
  display: flex;
  align-items: center;
}
.breadcrumb-wrap span,
.breadcrumb-wrap a {
  letter-spacing: 0.4px;
  line-height: 1.1;
}
.breadcrumb-wrap span {
  color: #6c6c6c;
}
.breadcrumb-wrap svg {
  margin: 0 2px;
}
.breadcrumb-wrap svg path {
  fill: #6c6c6c;
}

.btn--primary {
  background-color: #f9c97b;
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  color: #2e4053;
  padding: 18px 32px;
  border-radius: 40px;
  text-decoration: none;
  display: inline-flex;
  justify-content: center;
  letter-spacing: 0.5px;
  transition: 0.25s background-color;
}
.btn--primary:hover {
  background: rgba(249, 201, 123, 0.8);
  color: inherit;
}

.btn--secondary {
  background-color: transparent;
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
  color: #2e8111;
  border: 2px solid #2e8111;
  padding: 14px 25px;
  border-radius: 50px;
  text-decoration: none;
  display: inline-flex;
  letter-spacing: 0.4px;
  transition: 0.25s color, 0.25s background-color;
}
.btn--secondary:hover {
  color: #fff;
  background-color: #2e8111;
}

.btn--primarySmall {
  background-color: #f9c97b;
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  color: #2e4053;
  padding: 15px 24px;
  border-radius: 35px;
  text-decoration: none;
  display: inline-flex;
  justify-content: center;
  letter-spacing: 0.5px;
  transition: 0.25s background-color;
}
.btn--primarySmall:hover {
  background: rgba(249, 201, 123, 0.8);
  color: inherit;
}

@media screen and (min-width: 1000px) {
  .cards--auto-columns {
    display: grid;
    grid-gap: 42px;
    grid-auto-flow: column;
    justify-content: center;
  }
}

.card--filters {
  margin-top: 40px;
}
@media screen and (min-width: 1000px) {
  .card--filters {
    display: grid;
    grid-gap: 42px;
    grid-template-columns: repeat(auto-fill, 395px);
    justify-content: center;
  }
}

.cards-item {
  border-radius: 10px;
  overflow: hidden;
  background-color: #f6f6f6;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media screen and (max-width: 999px) {
  .cards-item + .cards-item {
    margin-top: 40px;
  }
}
@media screen and (min-width: 1000px) {
  .cards-item {
    max-width: 395px;
  }
}
.cards-item .btn--secondary {
  margin-bottom: 43px;
}
.cards-item .title-h4 {
  font-size: 28px;
  margin-bottom: 12px;
  font-weight: 600;
}

.cards-item--light {
  background-color: #fff;
  box-shadow: 0px 0px 20px 0px rgba(20, 47, 126, 0.13);
}

.cards-image {
  background-color: #b9c9e7;
  width: 100%;
  height: 192px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.cards-text {
  padding: 15px 25px 35px;
}

.cards-pills {
  display: flex;
  margin-bottom: 25px;
}

.cards-pill {
  font-size: 13px;
  font-weight: 500;
  margin-right: 10px;
  line-height: 1;
  padding: 6px 11px;
  border-radius: 20px;
  color: #21657e;
  background: rgba(204, 226, 251, 0.3);
}

.cards-item-colored {
  border-radius: 10px;
}
@media screen and (max-width: 999px) {
  .cards-item-colored + .cards-item-colored {
    margin-top: 40px;
  }
}
@media screen and (min-width: 1000px) {
  .cards-item-colored {
    max-width: 430px;
  }
}
.cards-item-colored:nth-child(1) {
  background-color: #e8e9fc;
}
.cards-item-colored:nth-child(2) {
  background-color: #e3eefc;
}
.cards-item-colored:nth-child(3) {
  background-color: #fbeee4;
}
.cards-item-colored:nth-child(4) {
  background-color: #fbe4e4;
}

.cards-item-colored--inactive {
  position: relative;
}
.cards-item-colored--inactive:after {
  content: "Modul finalizat";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background: #36393a;
  padding: 16px 0;
  width: 100%;
  text-align: center;
  color: #fff;
}

.cards-item-colored--0locuri {
  position: relative;
}
.cards-item-colored--0locuri:after {
  content: "0 locuri rămase";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background: #36393a;
  padding: 16px 0;
  width: 100%;
  text-align: center;
  color: #fff;
}

.cards-item-colored--inactive .lists,
.cards-item-colored--0locuri .lists {
  opacity: 0.4;
  pointer-events: none;
}

.carousel {
  --visible: 2; /* 2 carduri vizibile */
  --gaps: 1; /* între ele avem 1 gap complet */
  --gap: 120px;
  position: relative;
  /* pe mobile: doar 1 card */
}
@media (max-width: 768px) {
  .carousel {
    --visible: 1;
    --gaps: 0;
  }
}

.carousel-items {
  display: flex;
  gap: var(--gap);
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  -webkit-overflow-scrolling: touch;
  padding: 0;
  margin: 0;
  list-style: none;
}

.carousel-item {
  flex: 0 0 calc((100% - var(--gap) * var(--gaps)) / var(--visible));
  scroll-snap-align: start;
  scroll-snap-stop: always;
  box-sizing: border-box;
}

.carousel-items {
  scrollbar-width: none;
  /* ascunde scrollbar-ul dar pastreaza swipe-ul */
}
.carousel-items::-webkit-scrollbar {
  display: none;
}

.carousel-nav {
  display: flex;
  justify-content: center;
  margin-top: 25px;
}
.carousel-nav button {
  margin: 0 5px;
}
.carousel-nav button:disabled {
  opacity: 0.4;
}
.carousel-nav button svg {
  display: flex;
}

@media (max-width: 999px) {
  .ceVomInvata {
    margin-top: 60px;
  }
}
@media (min-width: 1000px) {
  .ceVomInvata {
    margin-top: 80px;
    display: grid;
    grid-gap: 25px;
    grid-template-columns: 1fr 1fr 1fr;
  }
}
.ceVomInvata li {
  display: flex;
  align-items: center;
  background: linear-gradient(45deg, #e7ebf8, #f1f3fa);
  line-height: 1.3;
  border-radius: 4px;
  padding: 14px 20px;
}
@media (max-width: 999px) {
  .ceVomInvata li {
    margin-bottom: 15px;
  }
  .ceVomInvata li:last-child {
    margin-bottom: 0;
  }
}
.ceVomInvata svg {
  margin-right: 12px;
  flex: 0 0 auto;
}
.ceVomInvata svg path {
  fill: #74c1ef;
}

.checklist {
  margin-left: 30px;
  text-align: left;
}
.checklist li {
  display: flex;
  align-items: center;
  padding: 7px 0;
  line-height: 1.3;
  font-size: 16px;
}
.checklist li svg {
  margin-right: 10px;
  flex: 0 0 auto;
}
.checklist li svg path {
  fill: hsl(202, 79%, 75%);
}
@media (max-width: 999px) {
  .checklist {
    max-width: 310px;
    margin: auto;
  }
}

.cine-suntem-noi {
  margin-top: 80px;
  text-align: center;
  display: grid;
  gap: 70px;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
}
.cine-suntem-noi li figure {
  display: flex;
  justify-content: center;
  margin-bottom: 25px;
}
.cine-suntem-noi li img {
  border: 3px solid #e9ecef;
  padding: 4px;
  max-width: 230px;
  height: auto;
  border-radius: 50%;
}
.cine-suntem-noi li h3 {
  font-weight: 500;
  font-size: 30px;
  line-height: 1;
  color: #2e4053;
}
.cine-suntem-noi li h4 {
  font-weight: 400;
  color: #747474;
  margin-bottom: 15px;
}
.cine-suntem-noi li p {
  color: #2e4053;
}

.demo {
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
}
.demo h1 {
  font-size: 38px;
  font-weight: 500;
  color: #273044;
  margin-bottom: 30px;
  margin-top: 15px;
  max-width: 300px;
}
@media screen and (min-width: 800px) {
  .demo h1 {
    max-width: 400px;
    margin-top: 30px;
    font-size: 48px;
  }
}
.demo h4 {
  font-weight: 400;
  color: #273044;
  margin-bottom: 80px;
  max-width: 450px;
}
.demo-figure {
  position: absolute;
  left: calc(50% + 60px);
  top: 0;
  display: flex;
  height: 100%;
  align-items: center;
}
@media screen and (max-width: 900px) {
  .demo-figure {
    display: none;
  }
  .demo-content {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }
  .demo-content h1 {
    text-align: center;
  }
}

@media (max-width: 799px) {
  .despre-noi-hero .title-large {
    font-size: 30px;
    max-width: 550px;
  }
}
@media (min-width: 800px) and (max-width: 1099px) {
  .despre-noi-hero .title-large {
    max-width: 620px;
  }
}
@media (min-width: 1100px) {
  .despre-noi-hero .title-large {
    max-width: 700px;
  }
}

.despre-noi-gallery {
  margin-bottom: 80px;
  display: flex;
  flex-wrap: wrap;
}
.despre-noi-gallery a {
  padding: 6px;
  height: 280px;
}
.despre-noi-gallery a picture {
  width: 100%;
  height: 100%;
  display: flex;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1), 0 2px 2px rgba(0, 0, 0, 0.1), 0 4px 4px rgba(0, 0, 0, 0.1), 0 8px 8px rgba(0, 0, 0, 0.1), 0 12px 12px rgba(0, 0, 0, 0.1);
}
.despre-noi-gallery a img {
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 799px) {
  .despre-noi-gallery-1, .despre-noi-gallery-2, .despre-noi-gallery-3, .despre-noi-gallery-4, .despre-noi-gallery-5, .despre-noi-gallery-6 {
    width: 50%;
  }
}
@media (max-width: 500px) {
  .despre-noi-gallery-1, .despre-noi-gallery-2, .despre-noi-gallery-3, .despre-noi-gallery-4, .despre-noi-gallery-5, .despre-noi-gallery-6 {
    width: 100%;
  }
}
@media (min-width: 800px) {
  .despre-noi-gallery-1, .despre-noi-gallery-3 {
    width: 35%;
  }
  .despre-noi-gallery-2, .despre-noi-gallery-4, .despre-noi-gallery-6 {
    width: 30%;
  }
  .despre-noi-gallery-5 {
    width: 40%;
  }
}

.despreScoala-wrap {
  margin-top: 50px;
}
@media screen and (max-width: 999px) {
  .despreScoala-wrap {
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (min-width: 1000px) {
  .despreScoala-wrap {
    display: flex;
    align-items: center;
  }
}
.despreScoala-video {
  width: 100%;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
@media screen and (max-width: 999px) {
  .despreScoala-video {
    margin-top: 35px;
  }
}
@media screen and (min-width: 1000px) {
  .despreScoala-video {
    margin-right: 65px;
    order: -1;
  }
}
.despreScoala-video-wrap {
  position: relative;
}
.despreScoala-video-wrap img {
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1), 0 2px 2px rgba(0, 0, 0, 0.1), 0 4px 4px rgba(0, 0, 0, 0.1), 0 8px 8px rgba(0, 0, 0, 0.1), 0 12px 12px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
}
.despreScoala-video-play {
  display: flex;
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: transform 0.3s ease;
}
.despreScoala-video:hover .despreScoala-video-play {
  transform: translate(-50%, -50%) scale(1.15);
}
.despreScoala-video p {
  text-align: center;
  margin-top: 8px;
  font-size: 14px;
  color: #435e7a;
}
.despreScoala-text {
  width: 100%;
}

.discount {
  margin-top: 25px;
}

.discount-wrap {
  background: #d7f1ff;
  border-radius: 18px;
  padding: 6px 16px;
  color: #234e8b;
  font-size: 14px;
  line-height: 1.4;
  display: inline-flex;
  align-items: center;
  gap: 5px;
}

.faq-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 18px;
  line-height: 1.35;
  width: 100%;
  padding: 15px 10px;
  text-align: left;
}
.faq-title svg {
  margin-left: 20px;
  flex: 0 0 auto;
}

.faq-item {
  border-bottom: 1px dotted #bacfde;
}

.faq-answer {
  height: 0;
  transition: height 0.5s ease;
  overflow: hidden;
}
.faq-answer > div,
.faq-answer > p {
  padding-bottom: 18px;
  margin-left: 20px;
  margin-right: 20px;
  margin-top: -2px;
  color: #435e7a;
}

.features {
  display: flex;
  flex-wrap: wrap;
  padding-top: 50px;
  padding-bottom: 70px;
}
@media screen and (min-width: 1000px) {
  .features {
    padding-top: 100px;
    padding-bottom: 120px;
  }
}

.features-item {
  width: 100%;
}
.features-item + .features-item {
  margin-top: 60px;
}
.features-item p {
  font-size: 17px;
}
@media screen and (min-width: 1000px) {
  .features-item {
    width: 50%;
  }
  .features-item + .features-item {
    margin-top: 0;
  }
  .features-item:nth-child(2n+1) {
    padding-right: 60px;
  }
  .features-item:nth-child(2n) {
    padding-left: 60px;
  }
  .features-item:first-child, .features-item:nth-child(2) {
    margin-bottom: 95px;
  }
}
.features-item .title-h3 {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
@media (max-width: 999px) {
  .features-item .title-h3 {
    margin-bottom: 10px;
  }
}
.features-item .title-h3 svg {
  height: 54px;
  flex: 0 0 38px;
  margin-right: 15px;
}
@media screen and (min-width: 1000px) {
  .features-item .title-h3 svg {
    margin-right: 20px;
  }
}
.features-item p {
  color: #2e4053;
}
@media screen and (min-width: 1000px) {
  .features-item p {
    margin-left: 64px;
  }
}

.filters {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.filters-button {
  color: #2d3a67;
  font-weight: 600;
  line-height: 1;
  text-transform: uppercase;
  border-radius: 20px;
  letter-spacing: 1px;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 24px;
  padding-right: 24px;
  transition: 0.25s background-color;
  font-size: 14px;
  margin-left: 7px;
  margin-right: 7px;
  margin-bottom: 12px;
  flex: 0 0 auto;
}

.filters-button--active,
.filters-button:hover {
  background-color: rgba(204, 226, 251, 0.47);
}

.footer {
  background-color: #2E4053;
  text-align: center;
  font-size: 15px;
  padding: 40px 15px;
}

.footer > span {
  color: #fff;
}

.gallery {
  display: grid;
  margin-bottom: 70px;
  margin-top: 70px;
  grid-gap: 15px;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  grid-auto-rows: 250px;
  grid-auto-flow: dense;
}
.gallery img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

/* used for sticky header */
@media screen and (max-width: 999px) {
  body {
    padding-top: 81px;
  }
}
@media screen and (min-width: 1000px) {
  body {
    padding-top: 95px;
  }
}

.header {
  position: fixed;
  top: 0;
  width: 100%;
  background: #fff;
  z-index: 999;
}
@media screen and (max-width: 999px) {
  .header {
    padding: 12px 0;
  }
}
@media screen and (min-width: 1000px) {
  .header {
    padding: 15px 0;
  }
}
@media screen and (min-width: 1000px) {
  .header .nav-link {
    display: none;
  }
}

.header--sticky {
  box-shadow: 1px 1px 6px 1px rgba(39, 48, 68, 0.16);
}

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

.header-logo {
  display: flex;
}

@media (min-width: 1000px) {
  .hero {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}
@media (max-width: 999px) {
  .hero-text {
    text-align: center;
    margin-bottom: 60px;
  }
}
@media (min-width: 1000px) {
  .hero-text {
    margin-right: 40px;
    flex: 1 0 auto;
  }
}
.hero-image {
  max-width: 620px;
  display: flex;
}
@media (max-width: 1000px) {
  .hero-image {
    margin-left: auto;
    margin-right: auto;
  }
}
.hero-image img {
  border-radius: 10px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1), 0 2px 2px rgba(0, 0, 0, 0.1), 0 4px 4px rgba(0, 0, 0, 0.1), 0 8px 8px rgba(0, 0, 0, 0.1), 0 12px 12px rgba(0, 0, 0, 0.1);
}
.hero-image--lp {
  max-width: 680px;
}
.hero-image--lp img {
  border-radius: 0;
  box-shadow: none;
}
.hero-h1 {
  color: #1e467f;
}
@media (max-width: 999px) {
  .hero-h1 {
    font-size: 32px;
    max-width: 310px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (min-width: 1000px) {
  .hero-h1 {
    font-size: 38px;
    max-width: 370px;
  }
}
@media (max-width: 360px) {
  .hero-h1--lp {
    font-size: 30px;
  }
}
@media (min-width: 361px) {
  .hero-h1--lp {
    font-size: 32px;
  }
}
@media (max-width: 999px) {
  .hero-h1--lp {
    max-width: 350px;
  }
}
@media (min-width: 1000px) {
  .hero-h1--lp {
    font-size: 36px;
    max-width: 420px;
  }
}
.hero-p {
  max-width: 420px;
  color: #2e4053;
  line-height: 1.4;
  font-size: 18px;
  margin-top: 25px;
  text-wrap: balance;
}
@media (max-width: 599px) {
  .hero-p {
    max-width: 320px;
  }
}
@media (max-width: 999px) {
  .hero-p {
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 999px) {
  .hero-p--lp {
    max-width: 340px;
  }
}

.hero .hero-subtitle {
  line-height: 1.4;
  font-size: 19px;
  margin-top: 60px;
  margin-bottom: 12px;
  font-weight: 700;
}
@media (max-width: 999px) {
  .hero .hero-subtitle {
    max-width: 280px;
    margin-left: auto;
    margin-right: auto;
  }
}

.heroinner {
  background: url(../img/heroinner-db79763917.jpg) repeat scroll 0 center #4896d8;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 0 15px;
  height: 140px;
}
@media screen and (min-width: 800px) {
  .heroinner {
    height: 160px;
  }
}
.heroinner h1 {
  color: #fff;
  font-size: 28px;
  letter-spacing: 0.7px;
}
@media screen and (min-width: 800px) {
  .heroinner h1 {
    font-size: 36px;
  }
}

.highlights {
  display: grid;
}
@media (max-width: 799px) {
  .highlights {
    gap: 40px 20px;
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 800px) {
  .highlights {
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
  }
}
.highlights li {
  text-align: center;
  font-size: 16px;
  line-height: 1.3;
  display: grid;
  grid-template-rows: auto 1fr;
  justify-items: center;
  gap: 18px;
}

.infostripe {
  color: #546980;
}
.infostripe h2 {
  font-size: 31px;
  font-weight: 600;
  color: #1a98e0;
  line-height: 1.15;
}
.infostripe p {
  margin-top: 12px;
}

@media (max-width: 999px) {
  .infostripe--horizontal {
    padding: 60px 0;
  }
  .infostripe--horizontal .infostripe-item + .infostripe-item {
    margin-top: 40px;
  }
}
@media (min-width: 1000px) {
  .infostripe--horizontal {
    text-align: center;
    padding: 70px 0;
    display: grid;
    grid-gap: 80px;
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 999px) {
  .infostripe--vertical {
    padding: 10px 0 50px;
  }
}
.infostripe--vertical .infostripe-item + .infostripe-item {
  margin-top: 45px;
}

select {
  background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4.95 10'><path fill='%232e4053' d='M1.41 4.67l1.07-1.49 1.06 1.49H1.41zm2.13.66L2.48 6.82 1.41 5.33h2.13z'/></svg>") no-repeat calc(100% - 8px) 50%;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
}

input[type=tel],
input[type=text],
input[type=email],
select {
  line-height: 42px;
  height: 44px;
}

textarea {
  padding-top: 12px;
  padding-bottom: 12px;
}

input[type=tel],
input[type=text],
input[type=email],
select,
textarea {
  color: #4c5a79;
  padding-left: 12px;
  padding-right: 12px;
  border-radius: 6px;
  font-size: 15px;
  background-color: rgba(255, 255, 255, 0.77);
  border: 1px solid #c7ddf5;
  width: 100%;
  margin-top: 6px;
}

input[type=radio] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  border: 1px solid #777777;
  transition: 0.2s background linear, 0.2s border linear;
  margin-right: 14px;
  box-shadow: 0 0 0px 3px #fff inset;
  background: #fff;
  cursor: pointer;
  flex: 0 0 auto;
}
input[type=radio]:hover {
  border-color: #4896d9;
}
input[type=radio]:checked {
  background: #4896d9;
  border-color: #4896d9;
}

input[type=checkbox] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 16px;
  height: 16px;
  border: 1px solid #777777;
  border-radius: 3px;
  transition: 0.2s background linear, 0.2s border linear;
  margin-right: 8px;
  box-shadow: 0 0 0px 3px #fff inset;
  background: #fff;
  cursor: pointer;
  flex: 0 0 auto;
}
input[type=checkbox]:hover {
  border-color: #4896d9;
}
input[type=checkbox]:checked {
  background: #4896d9;
  border-color: #4896d9;
}

input::-moz-placeholder, textarea::-moz-placeholder {
  color: #c5c5c5;
  font-weight: 400;
}

input::placeholder,
textarea::placeholder {
  color: #c5c5c5;
  font-weight: 400;
}

fieldset {
  border: 1px solid #e8f1fb;
  background-color: #f5f9ff;
  padding: 12px;
  border-radius: 6px;
  margin-top: 15px;
}
fieldset:first-of-type {
  margin-top: 25px;
}
fieldset:last-of-type {
  margin-bottom: 25px;
}
@media screen and (min-width: 600px) {
  fieldset {
    padding: 20px;
  }
}

.submit-form-radio {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  margin-top: 8px;
}
.submit-form-radio-inline {
  display: flex;
  align-items: center;
  margin-bottom: 6px;
}
.submit-form-radio label {
  position: relative;
  display: flex;
  align-items: center;
  padding: 10px 10px 10px 12px;
  cursor: pointer;
}
.submit-form-radio input,
.submit-form-radio .submit-form-radio-text,
.submit-form-radio .submit-form-radio-textDesc {
  z-index: 1;
  position: relative;
}
.submit-form-radio .submit-form-radio-text {
  font-size: 15px;
  font-weight: 500;
  line-height: 1.2;
}
.submit-form-radio .submit-form-radio-text-span {
  font-size: 14px;
  font-weight: 400;
  color: #536387;
}
.submit-form-radio .submit-form-radio-checkbox-text {
  display: flex;
  align-items: center;
  gap: 2px 10px;
  flex-wrap: wrap;
}
.submit-form-radio .submit-form-radio-textDesc {
  font-size: 13px;
  font-weight: 400;
  color: #536387;
  line-height: 1.3;
  margin-top: 2px;
}
.submit-form-radio .submit-form-radio-label::after {
  content: "";
  position: absolute;
  background-color: #d8e8f9;
  width: 100%;
  height: 100%;
  z-index: 0;
  top: 0;
  left: 0;
  border-radius: 6px;
  border: 1px solid #c0d9f5;
  display: none;
}
.submit-form-radio input:checked ~ .submit-form-radio-label::after {
  display: block;
}
.submit-form-radio input:disabled {
  opacity: 0.6;
}
.submit-form-radio input:disabled ~ .submit-form-radio-text {
  text-decoration: line-through;
}
.submit-form-radio input:disabled ~ .submit-form-radio-label::after {
  display: block;
  z-index: 2;
  background-color: rgba(247, 250, 255, 0.5);
  border-color: transparent;
  cursor: default;
}
.submit-form-radio-locuri {
  font-size: 12px;
  font-weight: 400;
  padding: 4px 7px;
  border-radius: 8px;
  background-color: #52eead;
  color: #063827;
  line-height: 1;
}
@media screen and (max-width: 480px) {
  .submit-form-radio-locuri {
    margin-bottom: 2px;
  }
}
.submit-form-radio-locuri--zero {
  background-color: #f7a8a8;
  color: #611313;
}
.submit-form-radio-locuri--few {
  background-color: #f9c97b;
  color: #614c2b;
}
.submit-form-radio-locuri--finalized {
  background-color: #d8d7d7;
  color: #1b1b1b;
}
.submit-form .btn--primary {
  width: 100%;
}
@media screen and (min-width: 600px) {
  .submit-form .btn--primary {
    width: auto;
  }
}

.submit-form--loading {
  pointer-events: none;
}

.submit-form--loading fieldset {
  opacity: 0.6;
}

.submit-form--loading .btn--primary {
  position: relative;
  color: #f9c97b;
}
.submit-form--loading .btn--primary::after {
  content: "";
  position: absolute;
  top: calc(50% - 14px);
  left: calc(50% - 14px);
  width: 28px;
  height: 28px;
  border-radius: 50%;
  border: 2px solid #ffffff;
  border-top-color: #4896d9;
  animation: spinner 0.6s linear infinite;
}

@keyframes spinner {
  to {
    transform: rotate(360deg);
  }
}
.submit-success {
  font-size: 18px;
  color: #2c841d;
  text-align: center;
  background: rgb(233, 247, 233);
  padding: 30px 20px;
  border-radius: 6px;
  margin: 25px 15px 25px;
}
@media screen and (min-width: 680px) {
  .submit-success {
    margin: 60px auto;
    max-width: 650px;
  }
}
.submit-success h2 {
  margin-bottom: 20px;
}

.inscrierepage {
  display: flex;
  gap: 70px;
  justify-content: center;
}
@media (max-width: 999px) {
  .inscrierepage {
    flex-direction: column;
  }
}
@media (min-width: 1000px) {
  .inscrierepage {
    flex-direction: row;
  }
  .inscrierepage-form {
    width: 65%;
  }
  .inscrierepage-desc {
    width: 35%;
  }
}

.label-inline {
  display: flex;
  align-items: center;
  cursor: pointer;
  font-size: 15px;
  line-height: 1;
  font-weight: 400;
  padding: 6px 0;
}
@media (max-width: 699px) {
  .label-inline {
    align-items: flex-start;
  }
  .label-inline input[type=checkbox] {
    margin-top: 2px;
  }
}
.label-title {
  font-size: 15px;
  font-weight: 600;
  color: #2e4053;
  line-height: 1.5;
  margin-top: 30px;
  letter-spacing: 0.3px;
}
.label-subtitle {
  font-size: 14px;
  color: #546980;
  margin-top: 2px;
  line-height: 1.3;
}
.label-optional {
  font-size: 13px;
  font-weight: 400;
  color: #617181;
  font-style: italic;
}

@media screen and (max-width: 999px) {
  .lists {
    padding: 30px 25px;
  }
}
@media screen and (min-width: 1000px) {
  .lists {
    padding: 40px 35px;
  }
}

.lists-item {
  margin-bottom: 14px;
  display: flex;
  align-items: center;
  line-height: 1.2;
}
.lists-item svg {
  margin-right: 10px;
  flex-shrink: 0;
}
.lists-item a {
  font-size: 13px;
  white-space: nowrap;
}

.list-table {
  background-color: #f8f8f8;
  border: 1px solid #ddd;
  padding: 5px 15px;
  line-height: 1;
  margin-top: 12px;
  margin-bottom: 30px !important;
  border-radius: 6px;
}

.list-table li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 11px 0;
}

.list-table li + li {
  border-top: 1px solid #ddd;
}

.list-table p {
  font-size: 16px;
}

.list-table h3 {
  font-size: 16px;
  font-weight: 600;
}

.menu {
  list-style-type: none;
}
@media screen and (min-width: 1000px) {
  .menu {
    display: flex;
    align-items: center;
  }
}
.menu a:hover {
  opacity: 0.7;
}
.menu .sub-menu {
  list-style-type: none;
}
@media screen and (min-width: 1000px) {
  .menu .sub-menu {
    position: absolute;
    left: -15px;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s, transform 0.3s;
    transform: translateY(10px);
    background-color: #fff;
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2);
    padding: 0;
    top: 100%;
    border-top: 3px solid #4996da;
  }
}
.menu .menu-first-level {
  color: #273044;
  padding: 18px 0 18px 0;
  font-weight: 600;
  border-bottom: 1px solid #e6e6e6;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  letter-spacing: 0.2px;
}
@media screen and (min-width: 1000px) {
  .menu .menu-first-level {
    border-bottom: none;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 700;
    padding: 18px 20px;
  }
}
.menu .menu-first-level-arrow::after {
  border: solid transparent;
  content: "";
  height: 0;
  width: 0;
  pointer-events: none;
  border-color: transparent;
  border-top-color: #273044;
  border-width: 5px;
  margin-right: 20px;
  margin-left: 12px;
  display: block;
  transform: translateY(25%);
}
@media screen and (min-width: 1000px) {
  .menu .menu-first-level-arrow::after {
    margin-right: 0;
  }
}
.menu .menu-second-level {
  color: #3e4a64;
  padding: 14px 0 14px 45px;
  font-size: 17px;
  font-weight: 500;
  display: block;
  letter-spacing: 0.2px;
}
@media screen and (min-width: 1000px) {
  .menu .menu-second-level {
    padding: 14px 35px 14px 35px;
    font-size: 14px;
    font-weight: 500;
  }
}

.menu-item {
  position: relative;
}
.menu-item:hover .sub-menu {
  visibility: visible;
  opacity: 1;
  transform: translateY(0);
}

.menu-active-contact .menu-item-active-contact,
.menu-active-galerie .menu-item-active-galerie,
.menu-active-desprenoi .menu-item-active-desprenoi,
.menu-active-robotica .menu-item-active-robotica,
.menu-active-programare .menu-item-active-programare {
  background-color: #f2f2f2;
  color: #3477b3;
}
@media screen and (min-width: 1000px) {
  .menu-active-contact .menu-item-active-contact,
  .menu-active-galerie .menu-item-active-galerie,
  .menu-active-desprenoi .menu-item-active-desprenoi,
  .menu-active-robotica .menu-item-active-robotica,
  .menu-active-programare .menu-item-active-programare {
    background-color: transparent;
  }
}

.nav {
  display: flex;
}
@media screen and (max-width: 999px) {
  .nav {
    position: fixed;
    z-index: 100;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0);
    left: 0;
    top: 0;
    justify-content: flex-end;
    transform: translateX(100%);
  }
  .nav--transitionFromJs {
    transition: background-color 0.3s ease-out, transform 0s 0.3s ease-out;
  }
}
.nav-wrap {
  display: flex;
}
@media screen and (max-width: 999px) {
  .nav-wrap {
    flex-direction: column;
    max-width: 300px;
    width: 100%;
    background-color: #fff;
    transform: translateX(100%);
    transition: transform 0.3s ease-out;
  }
}
@media screen and (min-width: 1000px) {
  .nav-wrap {
    background-color: transparent;
  }
}
.nav-toggle-open, .nav-toggle-close {
  display: flex;
  align-items: center;
}
.nav-toggle-open svg, .nav-toggle-close svg {
  fill: #424242;
  pointer-events: none;
}
@media screen and (min-width: 1000px) {
  .nav-toggle-open, .nav-toggle-close {
    display: none;
  }
}
.nav-toggle-open {
  margin-right: -10px;
  padding: 0 10px 0 35px;
}
.nav-toggle-open svg {
  width: 30px;
  height: 30px;
}
.nav-toggle-close {
  position: absolute;
  top: 0;
  right: 0;
  padding: 15px;
}
.nav-toggle-close svg {
  width: 28px;
  height: 28px;
  transform: rotate(45deg);
}
.nav-link {
  background-color: rgba(0, 0, 0, 0.05);
  display: flex;
  justify-content: center;
  padding: 50px 0 30px;
}
.nav-link .btn--primary {
  box-shadow: 1px 2px 3px 0px rgba(43, 43, 43, 0.25);
}
.nav--open.nav {
  transform: translateX(0);
  background-color: rgba(0, 0, 0, 0.3);
  transition: background-color 0.3s ease-out;
}
.nav--open .nav-wrap {
  transform: translateX(0);
}
.nav--open .nav-toggle-open {
  display: none;
}
.nav--open .nav-toggle-close {
  display: flex;
}
.nav .menu {
  order: 1;
}
@media (max-width: 1000px) {
  .nav .menu {
    margin-left: 25px;
    margin-right: 25px;
  }
}
@media screen and (min-width: 1000px) {
  .nav .menu {
    order: 0;
  }
}

.menu--noButton {
  margin-top: 50px;
}
@media screen and (min-width: 1000px) {
  .menu--noButton {
    margin: 0;
  }
}

.modal {
  width: 100%;
  height: 100%;
  padding: 0 15px;
  position: fixed;
  background-color: rgba(39, 39, 39, 0.801);
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.modal-content {
  background-color: white;
  width: 100%;
  padding: 30px;
  border-radius: 4px;
  position: relative;
  margin: 100px auto;
}
@media screen and (min-width: 500px) {
  .modal-content {
    width: 500px;
  }
}
.modal form {
  margin-top: 20px;
  display: flex;
  flex-direction: column;
}
.modal label {
  display: flex;
  align-items: center;
  font-size: 14px;
  width: 100%;
  margin-bottom: 8px;
}
.modal-error {
  color: #ea3434;
  margin-top: 15px;
  display: flex;
  font-size: 15px;
  line-height: 1.4;
}
.modal h1 {
  margin-bottom: 10px;
}
.modal input {
  line-height: 40px;
  border: 1px solid #c7ddf5;
  border-radius: 4px;
  padding: 0 15px;
  font-size: 14px;
  height: 42px;
  flex: 1;
  background-color: rgba(255, 255, 255, 0.77);
  margin-left: 20px;
}
.modal input::-moz-placeholder {
  color: #c5c5c5;
  font-weight: 400;
}
.modal input::placeholder {
  color: #c5c5c5;
  font-weight: 400;
}
.modal input[data-input-error] {
  box-shadow: 0 0 2px 3px #d85656;
}
.modal button {
  align-self: flex-end;
  margin-top: 20px;
}

.oferta-educ h2 {
  font-size: 23px;
  margin-top: 10px;
}

.oferta-educ small {
  display: block;
  font-size: 15px;
}

.popup {
  position: fixed;
  width: 100%;
  height: 100%;
  display: flex;
  background: rgba(0, 0, 0, 0.4);
  left: 0;
  top: 0;
  z-index: 1010;
  overflow-y: auto;
  padding: 15px 0;
}
.popup-hide-scroll {
  overflow: hidden;
}
.popup-body {
  position: relative;
  width: 90%;
  margin: auto;
}
@media screen and (min-width: 1000px) {
  .popup-body {
    width: 100%;
    max-width: 500px;
  }
}
.popup-content {
  background: #fff;
  border-radius: 6px;
  padding: 45px 25px 25px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1), 0 2px 2px rgba(0, 0, 0, 0.1), 0 4px 4px rgba(0, 0, 0, 0.1), 0 8px 8px rgba(0, 0, 0, 0.1), 0 12px 12px rgba(0, 0, 0, 0.1);
}
.popup-close {
  position: absolute;
  right: 0;
  top: 0;
  cursor: pointer;
  border: 0 none;
  padding: 10px;
  display: flex;
}
.popup-close svg {
  pointer-events: none;
  width: 28px;
  height: 28px;
  transform: rotate(45deg);
  fill: #424242;
}
.popup h2 {
  margin-bottom: 20px;
}
.popup-group {
  margin-bottom: 20px;
}
.popup-group p,
.popup-group li {
  font-size: 16px;
}
.popup .title-h4 {
  margin-bottom: 20px;
}
.popup .btn--primary {
  margin: 10px 0 15px;
}
.popup ul {
  margin-bottom: 15px;
}

.problem-items {
  display: grid;
}
@media (max-width: 1099px) {
  .problem-items {
    grid-gap: 20px;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (min-width: 1100px) {
  .problem-items {
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 20px;
  }
}
.problem-items svg {
  width: 100%;
  height: 100%;
}
.problem-items .svg-bg {
  fill: #e4e5e6;
}
.problem-items .svg-fg {
  fill: #8dcdf2;
}
.problem-items h3 {
  margin-bottom: 10px;
  font-size: 20px;
  line-height: 1.5;
}
.problem-items li {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
}

.problem-items-procent {
  position: relative;
}
@media (max-width: 899px) {
  .problem-items-procent {
    width: 120px;
    height: 120px;
  }
}
@media (min-width: 900px) {
  .problem-items-procent {
    width: 150px;
    height: 150px;
  }
}

.problem-items-procent span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-family: Quicksand;
  font-weight: 600;
  color: #1a98e0;
}
@media (max-width: 899px) {
  .problem-items-procent span {
    font-size: 29px;
  }
}
@media (min-width: 900px) {
  .problem-items-procent span {
    font-size: 35px;
  }
}

.problem-items p {
  font-size: 16px;
  line-height: 1.3;
  color: #5d6d7e;
  text-wrap: balance;
}

@media (min-width: 900px) {
  .scoli {
    display: flex;
  }
}
.scoli-content {
  width: 100%;
}
@media (min-width: 900px) {
  .scoli-content {
    padding: 20px 0;
  }
}
.scoli-map {
  width: 100%;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.18);
  position: relative;
}
@media (max-width: 899px) {
  .scoli-map {
    margin-top: 30px;
  }
}
@media (min-width: 900px) {
  .scoli-map {
    margin-left: 20px;
  }
}
.scoli-map::before {
  content: "";
  width: 1px;
  margin-left: -1px;
  float: left;
  height: 0;
  padding-top: 50%;
}
.scoli-map::after { /* to clear float */
  content: "";
  display: table;
  clear: both;
}
.scoli-map iframe {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.scoli-entry {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
.scoli-entry:last-child {
  margin-bottom: 0;
}
.scoli-entry small {
  font-size: 15px;
  color: #5d6d7e;
}
.scoli-svg {
  margin-right: 12px;
  border: 2px solid #cce2fb;
  border-radius: 50%;
  padding: 5px;
  flex-shrink: 0;
  display: flex;
}
.scoli-svg svg {
  stroke: #388EC1;
}
.scoli-text-two-columns {
  display: flex;
  flex-direction: column;
  line-height: 1.4;
}

@media screen and (max-width: 999px) {
  .section {
    padding-top: 50px;
    padding-bottom: 70px;
  }
}
@media screen and (min-width: 1000px) {
  .section {
    padding-top: 60px;
    padding-bottom: 80px;
  }
}

.section-title {
  text-align: center;
  color: #273044;
  font-weight: 600;
  margin-bottom: 17px;
  letter-spacing: 0.5px;
  text-wrap: balance;
}
@media screen and (max-width: 999px) {
  .section-title {
    font-size: 30px;
  }
}
@media screen and (min-width: 1000px) {
  .section-title {
    font-size: 32px;
  }
}
.section-title:after {
  content: "";
  height: 4px;
  border-radius: 4px;
  width: 65px;
  margin: 15px auto 0;
  background-color: #1a98e0;
  display: block;
}

.section-subtitle {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  text-wrap: balance;
  max-width: 50ch;
}
.section-subtitle a {
  font-weight: 600;
}

.stripeBlue {
  background-color: rgba(235, 244, 255, 0.5);
}

.stripeGray {
  background-color: #F2F4F6;
}

.subtitle-large {
  color: #2e4053;
  margin-left: auto;
  margin-right: auto;
  font-size: 18px;
  text-align: center;
  max-width: 60ch;
  text-wrap: balance;
}

.tablist {
  display: flex;
  justify-content: center;
}
.tablist-button {
  color: #2d3a67;
  font-weight: 600;
  line-height: 1;
  text-transform: uppercase;
  border-radius: 20px;
  letter-spacing: 1px;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 25px;
  padding-right: 25px;
  transition: 0.25s background-color;
  font-size: 14px;
  margin-left: 7px;
  margin-right: 7px;
  margin-bottom: 12px;
  flex: 0 0 auto;
}
.tablist-button[aria-selected=true], .tablist-button:hover {
  background-color: rgba(204, 226, 251, 0.47);
}
.tablist--testimoniale {
  margin-top: 50px;
  margin-bottom: 50px;
}
.tablist--cursuri {
  margin-top: 40px;
  margin-bottom: 60px;
}

.testimonial {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.testimonial p {
  color: rgb(84, 110, 122);
  font-size: 18px;
  line-height: 1.6;
}
.testimonial-more {
  display: flex;
  font-size: 13px;
  text-decoration: underline;
  text-underline-offset: 7px;
  padding-bottom: 3px;
}
.testimonial-user {
  display: flex;
  align-items: center;
  font-weight: 600;
  font-size: 22px;
  color: #494949;
  font-family: Quicksand, sans-serif;
  gap: 20px;
}
.testimonial-user img {
  border-radius: 50%;
  width: 80px;
  height: 80px;
}

.textImage {
  display: flex;
  align-items: center;
}
@media (max-width: 999px) {
  .textImage {
    flex-direction: column;
  }
}
@media (min-width: 1000px) {
  .textImage {
    justify-content: space-between;
  }
}
@media (max-width: 999px) {
  .textImage-text {
    order: 2;
    max-width: 550px;
  }
}
@media (min-width: 1000px) {
  .textImage-text {
    max-width: 470px;
    flex-shrink: 0;
    margin-right: 100px;
  }
}
.textImage h3 {
  font-weight: 500;
  font-size: 30px;
}
.textImage p {
  margin-top: 25px;
}
.textImage-image {
  max-width: 550px;
}
@media (max-width: 999px) {
  .textImage-image {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 30px;
  }
}
.textImage-image img {
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1), 0 2px 2px rgba(0, 0, 0, 0.1), 0 4px 4px rgba(0, 0, 0, 0.1), 0 8px 8px rgba(0, 0, 0, 0.1), 0 12px 12px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
}
@media (min-width: 1000px) {
  .textImage--reverse .textImage-text {
    margin-right: 0;
    margin-left: 100px;
  }
}

.title-h3 {
  font-weight: 500;
  color: #273044;
}
@media (max-width: 999px) {
  .title-h3 {
    font-size: 27px;
  }
}
@media (min-width: 1000px) {
  .title-h3 {
    font-size: 28px;
  }
}

.title-h4 {
  font-size: 26px;
  color: #273044;
  line-height: 1.125;
}

.title-large {
  color: #1e467f;
  font-weight: 600;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
@media (max-width: 1099px) {
  .title-large {
    font-size: 34px;
  }
}
@media (min-width: 1100px) {
  .title-large {
    font-size: 38px;
  }
}

.tooltip {
  position: relative;
  display: inline-flex;
  vertical-align: top;
  cursor: pointer;
}

.tooltiptext {
  visibility: hidden;
  position: absolute;
  width: -moz-max-content;
  width: max-content;
  background-color: #555;
  color: #fff;
  border-radius: 6px;
  z-index: 1;
  opacity: 0;
  transition: opacity 0.6s;
  bottom: 130%;
  right: -10px;
  padding: 4px 10px;
  font-size: 14px;
}
.tooltiptext::before {
  content: "";
  position: absolute;
  height: 100%;
  top: 90%;
  width: 100px;
  right: 0;
  clip-path: polygon(0 0, 100% 0, calc(100% - 20px) 100%);
}
.tooltiptext::after {
  content: "";
  position: absolute;
  top: 100%;
  right: 16px;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: #555 transparent transparent transparent;
}

/* Show the tooltip text when you hover over the tooltip container */
.tooltip:hover .tooltiptext {
  visibility: visible;
  opacity: 1;
}

.warning {
  display: inline-flex;
  background-color: #fddfdf;
  padding: 5px 10px;
  border-radius: 6px;
  font-size: 14px;
  color: #673434;
  line-height: 1.35;
}

@media (max-width: 399px) {
  .margin-top-400-30-60 {
    margin-top: 30px;
  }
}
@media (min-width: 400px) {
  .margin-top-400-30-60 {
    margin-top: 60px;
  }
}

@media (max-width: 799px) {
  .margin-top-800-70-80 {
    margin-top: 70px;
  }
}
@media (min-width: 800px) {
  .margin-top-800-70-80 {
    margin-top: 80px;
  }
}

@media (max-width: 999px) {
  .margin-top-1000-30-35 {
    margin-top: 30px;
  }
}
@media (min-width: 1000px) {
  .margin-top-1000-30-35 {
    margin-top: 35px;
  }
}

@media (max-width: 999px) {
  .margin-top-1000-40-50 {
    margin-top: 40px;
  }
}
@media (min-width: 1000px) {
  .margin-top-1000-40-50 {
    margin-top: 50px;
  }
}

@media (max-width: 999px) {
  .margin-top-1000-60-80 {
    margin-top: 60px;
  }
}
@media (min-width: 1000px) {
  .margin-top-1000-60-80 {
    margin-top: 80px;
  }
}

@media (max-width: 999px) {
  .margin-top-1000-70-100 {
    margin-top: 70px;
  }
}
@media (min-width: 1000px) {
  .margin-top-1000-70-100 {
    margin-top: 100px;
  }
}

@media (max-width: 999px) {
  .margin-top-1000-80-100 {
    margin-top: 80px;
  }
}
@media (min-width: 1000px) {
  .margin-top-1000-80-100 {
    margin-top: 100px;
  }
}

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

.margin-top-5 {
  margin-top: 5px;
}

.margin-top-6 {
  margin-top: 6px;
}

.margin-top-10 {
  margin-top: 10px;
}

.margin-top-20 {
  margin-top: 20px;
}

.margin-top-25 {
  margin-top: 25px;
}

.margin-top-30 {
  margin-top: 30px;
}

.margin-top-50 {
  margin-top: 50px;
}

.margin-top-60 {
  margin-top: 60px;
}

.figure-text {
  height: 300px;
  background-color: white;
  color: #333;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 30px;
  margin-bottom: 35px;
  font-weight: 600;
}

.full-width {
  width: 100%;
}

.link-noStyle {
  all: inherit;
}
.link-noStyle:hover {
  all: inherit;
  cursor: pointer;
}

.container-center {
  margin-left: auto;
  margin-right: auto;
}

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

.max-width {
  max-width: var(--max-width, 500px);
}

.italic {
  font-style: italic;
}

@media (max-width: 999px) {
  .padding-top-1000-40-40 {
    padding-top: 40px;
  }
}
@media (min-width: 1000px) {
  .padding-top-1000-40-40 {
    padding-top: 40px;
  }
}