/*
Theme Name: ATUT school Theme
Text Domain: ATUT school
Author: Resolut Jakub Wrzeszcz
Author URI: https://resolut.pl
*/
/* ==== style do CF7 ==== */
/* ==== wymuś widoczność tekstu przy checkboxach CF7 ==== */
.consents label,
.consents .wpcf7-list-item-label{
  display:flex !important;
  font-size: 14px !important;   /* lub 0.9rem */
  color: #636363 !important;       /* upewnij się, że nie jest biały na białym */
  opacity: 1 !important;        /* gdyby ktoś bawił się opacity */
  line-height: 1.4;
  margin: 0 0 0.5rem 0;        /* lekki odstęp w dół */
  align-items:flex-start !important;
                     
  margin:0 0 .5rem 0 !important;     /* odstęp między zgodami      */
}
.consents input[type="checkbox"]{
  margin-left:0;            /* zeruje ewentualne auto-wyśrodkowanie */
}
/* cały blok ze zgodami wyrównany do lewej */
.consents{  display:block   !important;        /* zeruje ewentualnego flexa   */
  flex-direction:column;   /* każdy label w nowej linii */
	text-align:left !important; 
  align-items:flex-start;  /* wyrównanie do lewej */
  gap:.65rem;              /* miły odstęp między zgodami */
}

/* dla pewności, żeby label nie dostał dziwnych widthów */
.consents label,
.consents .wpcf7-list-item-label{
  display:inline-block;
}


@media (max-width: 992px) {
  html {
    overflow-x: hidden;
  }
}

body {
  background-color: #fcfcfc;
  overflow-x: hidden;
}

@media (max-width: 992px) {
  html {
    font-size: 16px;
  }
}
@media (min-width: 992px) and (max-width: 1950px) {
  html {
    font-size: 17px;
  }
}
@media (min-width: 1950px) {
  html {
    font-size: 18px;
  }
}

body {
  font-family: "Open Sans", sans-serif;
  color: #262745;
}

a {
  color: inherit;
}

h1,
h2 {
  font-weight: 400;
  font-style: normal;
}

h1 {
  font-size: 2.5rem;
  line-height: 3rem;
  margin-bottom: 2.5rem;
}

h2 {
  font-size: 2rem;
  line-height: 2.7rem;
  margin-bottom: 1.25rem;
}

h3 {
  font-size: 1.5rem;
  margin-bottom: 1.25rem;
}

h4 {
  font-size: 1.2rem;
  margin-bottom: 0.625rem;
}

p {
  font-size: 1rem;
  line-height: 1.8rem;
}
p:last-of-type {
  margin-bottom: 0;
}
p a {
  text-decoration: underline;
}
p a:hover {
  color: #00946f;
}

ol {
  list-style-type: decimal;
}

ol {
  font-size: 1rem;
  max-width: 665px;
}
ol li {
  line-height: 1.9rem;
}

.fancy-xs-text {
  display: block;
  max-width: 120px;
  font-size: 12px;
  line-height: 18px;
  font-weight: bold;
}

nav {
  font-weight: bold;
  font-size: 0.85em;
}
@media (min-width: 992px) {
  nav .current-menu-item {
    color: #00946f;
  }
}
@media (max-width: 992px) {
  nav .current-menu-item {
    color: #ffc900;
  }
}

header {
  width: 100%;
  display: flex;
  align-items: center;
}
header .header-logo {
  max-height: 50px;
}
header.header-menu {
  height: 80px;
  background-color: #fcfcfc;
}
header.header-menu ul {
  margin: 0;
  padding: 0;
}
header.header-menu ul li {
  display: inline-block;
  margin-right: 0.625rem;
}
header.header-menu ul li:hover ul {
  display: block;
  position: absolute;
  padding-top: 0.625rem;
}
header.header-menu ul li.cta-button {
  margin-right: 0;
}
header.header-menu ul li.cta-button a {
  font-size: 0.78em;
  padding: 6px 12px;
  background-color: #ea495f;
  color: white;
  border-radius: 50px;
  border: 2px solid #ea495f;
  transition-duration: 200ms;
}
header.header-menu ul li.cta-button a:hover {
  color: #ea495f;
  background-color: rgba(255, 255, 255, 0);
  transition-duration: 200ms;
}
header.header-menu ul li ul {
  display: none;
}
header.header-menu ul li a {
  color: inherit;
  text-decoration: none;
}
header.header-menu ul li a:hover {
  color: #00946f;
}
header.header-mobile {
  display: none;
  position: fixed;
  padding: 2.5rem;
  top: 0;
  left: 0;
  background-color: #00946f;
  color: white;
  height: 100vh;
  z-index: 10;
}
header.header-mobile.active {
  display: block;
}
header.header-mobile img {
  margin-bottom: 2.5rem;
}
header.header-mobile ul {
  margin: 0;
  padding: 0;
}
header.header-mobile ul li {
  display: block;
}
header.header-mobile ul li.cta-button a {
  padding-bottom: 4px;
  border-bottom: 2px dashed #ffc900;
}
header.header-mobile ul li ul {
  margin-left: 1.25rem;
}
header.header-mobile ul li a {
  font-size: 1.5em;
  font-weight: 400;
  line-height: 1.8em;
  text-decoration: none;
}
header.header-mobile ul li a:hover {
  color: #ffc900;
}
header.header-mobile .header-mobile-logo {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
header.header-mobile .header-mobile-logo .header-mobile-exit {
  cursor: pointer;
}
header .burger-menu {
  display: none;
}
@media (max-width: 992px) {
  header .burger-menu {
    display: flex;
    flex-wrap: wrap;
    align-content: space-between;
    float: right;
    width: 24px;
    height: 16px;
    cursor: pointer;
  }
}
header .burger-menu div {
  border-bottom: 2px solid #1f1f1f;
  width: 24px;
  height: 1px;
}

footer {
  background-color: #404152;
  color: #e3e3e3;
  font-size: 0.9em;
  line-height: calc(0.9em * 1.9);
}
footer a {
  text-decoration: none;
}
footer a:hover {
  color: #ffc900;
}
footer .footer-upper {
  padding: 5rem 0;
}
footer .footer-upper .footer-logo {
  max-height: 60px;
  margin-bottom: 1.25rem;
}
footer .footer-upper ul {
  margin: 0;
  padding: 0;
}
footer .footer-upper ul li {
  margin: 0;
  padding: 0;
}
footer .footer-upper ul li.current-menu-item a {
  color: #ffc900;
}
footer .footer-upper ul .sub-menu {
  padding-left: 1.25rem;
}
footer .footer-upper .footer-list-title {
  text-transform: uppercase;
  font-weight: bold;
  margin-bottom: 1.25rem;
}
footer .footer-upper .footer-contact-object {
  margin-bottom: 1.25rem;
}
footer .footer-upper .footer-contact-object:last-of-type {
  margin-bottom: 0;
}
footer .footer-upper .footer-contact-object .footer-contact-object-title {
  font-weight: bold;
}
footer .footer-lower {
  width: 100%;
  padding: 1.25rem 0;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
footer .footer-lower ul {
  margin: 0;
  padding: 0;
}
@media (min-width: 768px) {
  footer .footer-lower ul {
    float: right;
  }
}
@media (min-width: 768px) {
  footer .footer-lower ul li {
    display: inline-block;
    margin-right: 1.25rem;
  }
  footer .footer-lower ul li:last-of-type {
    margin-right: 0;
  }
}
@media (max-width: 768px) {
  footer .footer-lower ul li {
    margin-bottom: 0.625rem;
  }
  footer .footer-lower ul li:last-of-type {
    margin-bottom: 0;
  }
}

.container-full-height {
  min-height: calc(100vh - 110px);
}

.container-paddings-l {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.container-paddings-m {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}

.container-paddings-s {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}

.container-x-paddings-m {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

.container-flex {
  display: flex;
}

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

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

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

.container-p-left-auto {
  margin-left: auto;
}

.container-grey {
  background-color: #f1f1f1;
}

.container-school-bg {
  background-image: url(assets/images/school-bg.svg);
  background-size: 40%;
  background-color: #1bc49b;
  color: white;
}

.margin-top-s {
  margin-top: 1.25rem;
}

.margin-top-m {
  margin-top: 2.5rem;
}

.margin-bottom-m {
  margin-bottom: 2.5rem;
}

@media (max-width: 768px) {
  .margin-bottom-mobile-s {
    margin-bottom: 1.25rem;
  }
}

@media (max-width: 768px) {
  .margin-bottom-mobile-m {
    margin-bottom: 2.5rem;
  }
}

.responsive-figure img {
  width: 100%;
  height: auto;
}

.responsive-img {
  width: 100%;
  height: auto;
}

@media (max-width: 992px) {
  .hide-on-mobile {
    display: none;
  }
}

@media (max-width: 1600px) {
  .hide-on-xs-desktop-screen {
    display: none;
  }
}

form {
  display: block;
}
form p {
  max-width: 100%;
  line-height: 22px;
}
form input,
form textarea {
  display: block;
  padding: 4px 16px;
  width: 100%;
  border: none;
  border-bottom: 2px solid #1f1f1f;
  background-color: white;
  font-size: 16px;
  line-height: 28px;
  color: #1f1f1f;
}
form input::placeholder,
form textarea::placeholder {
  color: #1f1f1f;
}
form input:focus,
form textarea:focus {
  outline: none;
  border-bottom: 2px solid #00946f;
}
form input[type=submit] {
  width: auto;
  padding: 8px 32px;
  background-color: #00946f;
  color: white;
  border: none;
  border-radius: 4px;
  box-shadow: 1px 3px 6px rgba(0, 0, 0, 0.18);
  transition-duration: 200ms;
}
form input[type=submit]:hover {
  transition-duration: 200ms;
  background-color: #006149;
}
form textarea {
  height: 140px;
  min-height: 140px;
}
form .contact-privacy-policy {
  font-size: 12px;
}
form .wpcf7-not-valid-tip {
  font-size: 0.8em;
  margin-top: 0.625rem;
}
form .wpcf7-response-output {
  border: 1px solid #00946f !important;
  font-size: 0.8em;
  width: 100%;
}

.tp-btn {
  display: inline-block;
  padding: 10px;
  font-size: 0.8rem;
  background-color: #00946f;
  border-radius: 4px;
  text-decoration: none;
  text-align: center;
  font-weight: bold;
  color: white;
  box-shadow: 1px 3px 6px rgba(0, 0, 0, 0.18);
  border: 2px solid #00946f;
  transition-duration: 200ms;
}
.tp-btn:hover {
  transition-duration: 200ms;
  color: #00946f;
  background-color: white;
}

.tp-btn-xs {
  display: flex;
  margin-top: 10px;
  align-items: center;
  text-decoration: none;
  font-weight: bold;
}
.tp-btn-xs:hover {
  color: #00946f;
}
.tp-btn-xs:hover img {
  margin-left: 10px;
  transition-duration: 200ms;
}
.tp-btn-xs img {
  margin-left: 5px;
  transition-duration: 200ms;
}

.tp-category {
  font-size: 1rem;
  text-decoration: none;
}
.tp-category:hover {
  color: #00946f;
}

.tp-post {
  width: 100%;
  padding: 1.25rem 0;
  border-bottom: 1px solid rgba(38, 39, 69, 0.1);
}
.tp-post .tp-post-body {
  padding-left: 15px;
}
.tp-post .tp-post-body a {
  text-decoration: none;
}
.tp-post .tp-post-body a:hover {
  color: #00946f;
}
.tp-post .tp-post-body a:hover p {
  color: #1f1f1f;
}
.tp-post .tp-post-body .tp-post-title {
  display: block;
  padding-top: 0.625rem;
}
.tp-post .tp-post-body .tp-post-title h3 {
  margin-bottom: 0;
}

.tp-social-media {
  margin: 0;
  padding: 0;
}
.tp-social-media li {
  display: inline-block;
  margin-right: 0.625rem !important;
}
.tp-social-media li:last-of-type {
  margin-right: 0;
}
.tp-social-media li img {
  width: 16px;
  height: 16px;
}

@media (min-width: 576px) {
  .index-categories-container {
    justify-content: flex-end;
  }
}
.index-categories-container .index-categories {
  max-width: 400px;
}
.index-categories-container .index-categories h6 {
  font-weight: bold;
}
.index-categories-container .index-categories ul {
  margin: 0;
  padding: 0;
}
.index-categories-container .index-categories ul li {
  display: inline-block;
  margin-right: 15px;
}
.index-categories-container .index-categories ul li:last-of-type {
  margin-right: 0;
}

.index-pagination {
  display: flex;
  justify-content: center;
  padding-top: 2.5rem;
  font-size: 18px;
  font-weight: bold;
}
.index-pagination img {
  width: 16px;
  height: 16px;
}
.index-pagination .index-pagination-prev,
.index-pagination .index-pagination-next {
  display: flex;
  align-items: center;
}
.index-pagination .index-pagination-prev:hover a,
.index-pagination .index-pagination-next:hover a {
  color: #00946f;
}
.index-pagination .index-pagination-prev a,
.index-pagination .index-pagination-next a {
  text-decoration: none;
}
.index-pagination .index-pagination-prev {
  margin-right: 1.25rem;
}
.index-pagination .index-pagination-prev img {
  position: relative;
  left: 0;
  transform: rotate(180deg);
  margin-right: 10px;
  transition-duration: 200ms;
}
.index-pagination .index-pagination-prev:hover img {
  left: -5px;
  transition-duration: 200ms;
}
.index-pagination .index-pagination-next img {
  margin-left: 10px;
  transition-duration: 200ms;
}
.index-pagination .index-pagination-next:hover img {
  margin-left: 15px;
  transition-duration: 200ms;
}

.container-courses table {
  width: 100%;
  background-color: white;
  margin-bottom: 2.5rem;
  margin-top: 1.25rem;
  border: solid 1.25rem white;
  box-shadow: 1px 3px 6px rgba(0, 0, 0, 0.18);
}
.container-courses table:last-of-type {
  margin-bottom: 0px;
}
.container-courses table td {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  max-width: 500px;
}
.container-courses table td:first-of-type {
  padding-top: 0;
}
.container-courses table td:last-of-type {
  padding-bottom: 0;
}
.container-courses table thead {
  font-size: 0.9em;
  color: rgba(38, 39, 69, 0.6);
}
.container-courses table thead td {
  padding: 0;
}
.container-courses table tbody tr {
  border-bottom: 1px solid rgba(38, 39, 69, 0.1);
}
@media (max-width: 992px) {
  .container-courses table {
    display: block;
  }
  .container-courses table thead {
    display: none;
  }
  .container-courses table td {
    display: block;
    padding: 0 1.25rem;
    padding-bottom: 0.625rem;
  }
  .container-courses table td:first-of-type {
    padding-top: 1.25rem;
  }
  .container-courses table td:last-of-type {
    padding-bottom: 1.25rem;
  }
  .container-courses table td.course-name {
    font-weight: bold;
  }
}
@media (min-width: 992px) {
  .container-courses table td {
    padding-right: 0.625rem;
  }
  .container-courses table td:last-of-type {
    margin-right: 0;
  }
  .container-courses table .contact-btn {
    text-align: right;
  }
}

.container-online-courses p {
  max-width: 500px;
}
.container-online-courses img {
  width: 100%;
}

.container-about h2,
.container-about p {
  max-width: 600px;
}
@media (max-width: 576px) {
  .container-about .about-value {
    margin-bottom: 2.5rem;
  }
  .container-about .about-value:last-of-type {
    margin-bottom: 0;
  }
}
@media (min-width: 576px) {
  .container-about .about-value {
    padding-right: 0.625rem;
  }
  .container-about .about-value:last-of-type {
    padding-right: 0;
  }
}
.container-about .about-langs-container {
  width: 100%;
  padding: 2.5rem 1.25rem;
  background-color: #00946f;
}
.container-about .about-langs-container .about-langs-row {
  display: flex;
  justify-content: space-between;
}
.container-about .about-langs-container .about-langs-row:first-of-type {
  padding-right: 2.5rem;
}
.container-about .about-langs-container .about-langs-row:last-of-type {
  padding-left: 2.5rem;
  padding-top: 1.25rem;
}
.container-about .about-langs-container .about-langs-cloud {
  position: relative;
  display: inline-block;
  width: 80px;
  background-color: #fcfcfc;
  border-radius: 8px;
  text-align: center;
}
.container-about .about-langs-container .about-langs-cloud:last-of-type {
  margin-right: 0;
}
.container-about .about-langs-container .about-langs-cloud .about-langs-text {
  color: #00946f;
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
  font-weight: bold;
}
.container-about .about-langs-container .about-langs-cloud .triangle {
  position: absolute;
  right: 0;
  bottom: -9px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 15px 10px 0 10px;
  border-color: #fcfcfc transparent transparent transparent;
  transform: rotate(-15deg);
}

.container-business img {
  max-width: 500px;
  max-height: 500px;
}
.container-business p {
  max-width: 500px;
}

article {
  margin-bottom: 5rem;
}
article h1 {
  margin-top: 0.625rem;
}
article h2 {
  margin-top: 2.5rem;
  max-width: 665px;
}
article p {
  max-width: 100%;
}
article .article-image {
  margin-bottom: 2.5rem;
}
article .article-image img {
  width: 100%;
  height: auto;
}
article .wp-block-image img {
  height: auto;
}
article .article-tags {
  font-size: 0.7rem;
  text-transform: uppercase;
  color: #1f1f1f4d;
  letter-spacing: 1px;
}
article .article-tags a {
  text-decoration: none;
}
article .article-tags a:hover {
  color: #00946f;
}

.other-posts p {
  max-width: 500px;
}

ul {
  padding-left: 25px;
  list-style: disc;
}

.landing {
  min-height: calc(100vh - 80px);
  display: flex;
  align-items: center;
}
.landing .landing-brandclaim {
  height: 100%;
  z-index: 5;
}
.landing h1 {
  font-weight: bold;
}
@media (max-width: 992px) {
  .landing .landing-brandclaim {
    margin-bottom: 2.5rem;
  }
  .landing .landing-brandclaim h1,
.landing .landing-brandclaim p {
    text-align: center;
  }
}
@media (min-width: 992px) {
  .landing h1 {
    position: relative;
    font-size: 4rem;
    line-height: 4.7rem;
    font-weight: bold;
  }
  .landing p {
    max-width: 450px;
  }
  .landing .landing-brandclaim {
    display: flex;
    align-items: center;
  }
}

.landing-why-container {
  background-color: white;
}
.landing-why-container h2 {
  text-indent: 5rem;
}

.landing-service-container {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background-color: white;
  padding: 1.25rem;
  box-shadow: 1px 3px 6px rgba(0, 0, 0, 0.18);
}
@media (min-width: 576px) {
  .landing-service-container.col-sm-3 {
    width: 30%;
  }
}
.landing-service-container h3 {
  font-weight: bold;
}

.landing-teddy-container {
  width: 100%;
  background-color: #0292da;
  padding: 1.25rem 2.5rem;
}
.landing-teddy-container .landing-teddy-container-body {
  display: flex;
  align-items: center;
}
@media (min-width: 992px) {
  .landing-teddy-container .landing-teddy-container-body {
    justify-content: space-between;
  }
  .landing-teddy-container .landing-teddy-container-body h4 {
    margin-bottom: 0;
  }
}
@media (max-width: 992px) {
  .landing-teddy-container .landing-teddy-container-body {
    flex-direction: column;
  }
  .landing-teddy-container .landing-teddy-container-body img,
.landing-teddy-container .landing-teddy-container-body h4 {
    margin-bottom: 1.25rem;
  }
}
.landing-teddy-container .landing-teddy-container-body h4 {
  padding: 0 1.25rem;
  text-align: center;
  color: white;
}
.landing-teddy-container .landing-teddy-container-body .btn-teddy {
  display: inline-block;
  padding: 10px;
  font-size: 0.8rem;
  background-color: white;
  border-radius: 4px;
  text-decoration: none;
  text-align: center;
  font-weight: bold;
  color: #0292da;
  box-shadow: 1px 3px 6px rgba(0, 0, 0, 0.18);
  border: 2px solid white;
  transition-duration: 200ms;
}
.landing-teddy-container .landing-teddy-container-body .btn-teddy:hover {
  transition-duration: 200ms;
  color: white;
  background-color: #0292da;
}

.testimonial {
  background-image: url(assets/images/testimonial-bg.svg);
  background-repeat: no-repeat;
}
@media (min-width: 768px) {
  .testimonial {
    background-position: right;
    padding: 5rem;
  }
}
@media (max-width: 768px) {
  .testimonial {
    width: 100%;
    background: none;
    padding: 2.5rem;
  }
}
@media (max-width: 500px) {
  .testimonial {
    padding: 1.25rem;
  }
}
.testimonial .testimonial-author-name {
  font-weight: bold;
  margin-top: 1.25rem;
}
.testimonial .testimonial-quote {
  max-width: 500px;
}
.testimonial .testimonial-quote img {
  margin-bottom: 1.25rem;
  max-width: 80px;
}

.container-check-knowledge p {
  max-width: 500px;
}

.container-numbers {
  text-align: center;
}
.container-numbers .container-numbers-object {
  padding: 1.25rem;
}
.container-numbers .container-numbers-object .number {
  font-weight: bold;
  font-size: 3rem;
}

.landing-news-container {
  padding: 2.5rem;
  background-color: white;
  box-shadow: 1px 3px 6px rgba(0, 0, 0, 0.18);
}

.btn-white {
  display: inline-block;
  padding: 10px;
  font-size: 0.8rem;
  background-color: white;
  border-radius: 4px;
  text-decoration: none;
  text-align: center;
  font-weight: bold;
  color: #00946f;
  box-shadow: 1px 3px 6px rgba(0, 0, 0, 0.18);
  border: 2px solid white;
  transition-duration: 200ms;
}
.btn-white:hover {
  transition-duration: 200ms;
  color: white;
  background-color: #00946f;
}

.place {
  padding: 2.5rem;
  border-bottom: 1px solid rgba(38, 39, 69, 0.1);
}
.place:last-of-type {
  border-bottom: none;
}

.contact-teddy-container {
  width: 100%;
  background-color: #0292da;
  padding: 1.25rem 2.5rem;
  display: flex;
  align-items: center;
}
@media (min-width: 992px) {
  .contact-teddy-container {
    justify-content: space-between;
  }
  .contact-teddy-container h4 {
    margin-bottom: 0;
  }
}
@media (max-width: 992px) {
  .contact-teddy-container {
    flex-direction: column;
  }
  .contact-teddy-container img,
.contact-teddy-container h4 {
    margin-bottom: 1.25rem;
  }
}
.contact-teddy-container h4 {
  text-align: center;
  color: white;
}
.contact-teddy-container .btn-teddy {
  display: inline-block;
  padding: 10px;
  font-size: 0.8rem;
  background-color: white;
  border-radius: 4px;
  text-decoration: none;
  text-align: center;
  font-weight: bold;
  color: #0292da;
  box-shadow: 1px 3px 6px rgba(0, 0, 0, 0.18);
  border: 2px solid white;
  transition-duration: 200ms;
}
.contact-teddy-container .btn-teddy:hover {
  transition-duration: 200ms;
  color: white;
  background-color: #0292da;
}

.quiz-object {
  display: block;
  background-color: white;
  padding: 2.5rem;
  box-shadow: 1px 3px 6px rgba(0, 0, 0, 0.18);
  text-decoration: none;
  margin-top: 2.5rem;
}
.quiz-object:hover {
  color: #00946f;
}
.quiz-object p {
  max-width: 500px;
}

.forminator-guttenberg,
.forminator-quiz,
.forminator-pagination--content {
  outline: none !important;
}

.forminator-quiz-start {
  background-color: #00946f !important;
  border: none;
  outline: none;
  margin-left: 0 !important;
  display: inline-block;
  padding: 10px;
  font-size: 0.8rem;
  background-color: #00946f;
  border-radius: 4px;
  text-decoration: none;
  text-align: center;
  font-weight: bold;
  color: white;
  box-shadow: 1px 3px 6px rgba(0, 0, 0, 0.18);
  border: 2px solid #00946f;
  transition-duration: 200ms;
}
.forminator-quiz-start:hover {
  transition-duration: 200ms;
  color: #00946f !important;
  background-color: white !important;
}

.container-method p {
  max-width: 665px;
}
.container-method h2 {
  max-width: 700px;
}
.container-method ul {
  max-width: 665px;
  list-style: disc;
  font-size: 1rem;
}
.container-method ul li {
  line-height: 1.9rem;
}
.container-method .figure-max-height-400 img {
  max-height: 400px;
}

* {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

/*# sourceMappingURL=style.css.map */
