/*!
Version: dev
*/
/* ## Root ## */
:root {
  --wr-container-default-width: 1200px;
  --wr-container-medium-width: 1300px;
  --wr-container-short-width: 1000px;
  --wr-main-font-family: "Poppins", sans-serif;
  --wr-main-font-size: 16px;
  --wr-main-font-weight: 500;
  --wr-main-line-height: 1.6em;
  --wr-main-text-color: #1A53A1;
  --wr-icon-font-family: "theme-icons";
  --wr-details-font-family: "Poppins", sans-serif;
  --wr-details-font-size: 15px;
  --wr-details-line-height: 1.6em;
  --wr-details-text-color: #000000;
  --wr-heading-font-family: "Poppins", sans-serif;
  --wr-heading-text-color: #1A53A1;
  --wr-heading-strike-color: #1A53A1;
  --wr-h1-font-size: 96px;
  --wr-h1-line-height: 1.2em;
  --wr-h1-font-weight: 700;
  --wr-h2-font-size: 76px;
  --wr-h2-line-height: 0.85em;
  --wr-h2-font-weight: 700;
  --wr-h3-font-size: 40px;
  --wr-h3-line-height: 1.2em;
  --wr-h3-font-weight: 700;
  --wr-h4-font-size: 32px;
  --wr-h4-line-height: 1.2em;
  --wr-h4-font-weight: 700;
  --wr-h5-font-size: 28px;
  --wr-h5-line-height: 1.2em;
  --wr-h5-font-weight: 700;
  --wr-h6-font-size: 22px;
  --wr-h6-line-height: 1.2em;
  --wr-h6-font-weight: 700;
  --wr-subheading-text-color: #626262;
  --wr-subheading-font-size: 14px;
  --wr-subheading-line-height: 1.5em;
  --wr-subheading-font-weight: 400;
  --wr-pre-font-family: "Poppins", sans-serif;
  --wr-pre-font-size: 14px;
  --wr-pre-line-height: 1.5em;
  --wr-pre-background-color: #eeeeee;
  --wr-pre-text-color: #000000;
  --wr-code-font-family: "Poppins", sans-serif;
  --wr-code-font-size: 14px;
  --wr-code-line-height: 1.5em;
  --wr-code-background-color: #eeeeee;
  --wr-code-text-color: #000000;
  --wr-ins-background-color: #fff9c0;
  --wr-ins-text-color: #000000;
  --wr-primary-accent-light-color: #1A53A1;
  --wr-primary-accent-light-complementary-color: #ffffff;
  --wr-primary-accent-dark-color: #184f9a;
  --wr-primary-accent-dark-complementary-color: #ffffff;
  --wr-secondary-accent-light-color: #FFA800;
  --wr-secondary-accent-light-complementary-color: #ffffff;
  --wr-secondary-accent-dark-color: #ef9e00;
  --wr-secondary-accent-dark-complementary-color: #ffffff;
  --wr-header-background-color: #0F1C2C;
  --wr-header-border-color: #e6e6e6;
  --wr-header-margin: 0px;
  --wr-header-top-area-padding: 0px;
  --wr-header-top-area-background-color: transparent;
  --wr-header-top-area-border-color: transparent;
  --wr-header-middle-area-padding: 5px;
  --wr-header-middle-area-background-color: #0F1C2C;
  --wr-header-middle-area-border-color: #0F1C2C;
  --wr-header-bottom-area-padding: 5px;
  --wr-header-bottom-area-background-color: transparent;
  --wr-header-bottom-area-border-color: transparent;
  --wr-footer-background-color: transparent;
  --wr-footer-margin: 0px;
  --wr-footer-main-area-padding: 70px;
  --wr-footer-main-area-background-color: #0F1C2C;
  --wr-footer-main-area-heading-color: #ffffff;
  --wr-footer-main-area-text-color: #ffffff;
  --wr-footer-main-area-link-color: #ffffff;
  --wr-footer-main-area-link-hover-color: #e1dede;
  --wr-footer-main-area-text-font-size: 14px;
  --wr-footer-main-area-heading-font-size: 20px;
  --wr-footer-bottom-area-padding: 30px;
  --wr-footer-bottom-area-background-color: #000000;
  --wr-footer-bottom-area-heading-color: #ffffff;
  --wr-footer-bottom-area-text-color: #00C7BE;
  --wr-footer-bottom-area-link-color: #00C7BE;
  --wr-footer-bottom-area-link-hover-color: #00C7BE;
  --wr-footer-bottom-area-text-font-size: 16px;
  --wr-footer-bottom-area-heading-font-size: 16px;
  --wr-navigation-drop-down-background-color: #0F1C2C;
  --wr-navigation-drop-down-divider-color: transparent;
  --wr-navigation-drop-down-link-color: #00C7BE;
  --wr-navigation-drop-down-link-hover-color: #ffffff;
  --wr-navigation-link-color: #00C7BE;
  --wr-navigation-link-accent-color: #ffffff;
  --wr-fullscreen-search-overlay-text-color: #ffffff;
  --wr-fullscreen-search-overlay-background-color: #090d14;
  --wr-pagination-border-color: #626262;
  --wr-pagination-text-color: #626262;
  --wr-screen-reader-background-color: #f1f1f1;
  --wr-screen-reader-text-color: #21759b;
  --wr-screen-reader-text-font-size: 14px;
  --wr-screen-reader-text-line-height: 1.5em;
  --wr-table-border-color: #d6d6d6;
  --wr-table-thead-text-color: #2d2d2d;
  --wr-form-fieldset-legend-text-font-size: 18px;
  --wr-form-fieldset-legend-text-color: #2d2d2d;
  --wr-form-label-text-color: #000000;
  --wr-form-label-text-font-size: 14px;
  --wr-input-border-color: #cccccc;
  --wr-input-border-focus-color: #b4b4b4;
  --wr-input-background-color: #ffffff;
  --wr-input-text-color: #000000;
  --wr-input-text-font-size: 14px;
  --wr-body-background-color: #ffffff;
  --wr-hr-light-color: #e6e6e6;
  --wr-hr-dark-color: #d6d6d6;
  --wr-border-default-color: #e6e6e6;
  --wr-error-color: rgba(255, 0, 0, .7);
  --wr-success-color: rgba(0, 128, 0, .7);
  --wr-info-color: rgba(0, 0, 128, .7);
  --wr-slider-background-color: #2d2d2d;
  --wr-slider-navigation-background-color: #0000007F;
  --wr-slider-navigation-hover-background-color: #000000BD;
  --wr-slider-navigation-icon-color: #ffffff;
  --wr-slider-dots-border-color: #ffffff;
  --wr-slider-dots-background-color: #000000;
  --wr-slider-dots-hover-background-color: #ffffff;
  --wr-scroll-top-background-color: #000000A5;
  --wr-scroll-top-icon-color: #ffffff;
  --wr-widgets-heading-font-size: 16px;
  --wr-dimmension-size1: 15px;
  --wr-dimmension-size2: 30px;
  --wr-dimmension-size3: 45px;
  --wr-dimmension-size4: 60px;
  --wr-dimmension-size5: 90px;
}

@media (max-width: 992px) {
  :root {
    --wr-h1-font-size: 40px;
    --wr-h2-font-size: 34px;
    --wr-h3-font-size: 28px;
    --wr-h4-font-size: 24px;
    --wr-h5-font-size: 20px;
    --wr-h6-font-size: 18px;
  }
}
@media (max-width: 768px) {
  :root {
    --wr-h1-font-size: 32px;
    --wr-h2-font-size: 28px;
    --wr-h3-font-size: 24px;
    --wr-h4-font-size: 22px;
    --wr-h5-font-size: 18px;
    --wr-h6-font-size: 16px;
    --wr-dimmension-size1: 15px;
    --wr-dimmension-size2: 20px;
    --wr-dimmension-size3: 25px;
    --wr-dimmension-size4: 30px;
    --wr-dimmension-size5: 40px;
  }
}
/* ## General ## */
body {
  background: #0F1C2C;
}

#site-loader {
  background: #0F1C2C;
}

.preloader-spinner {
  color: #00C7BE;
}

.panel-background-overlay {
  background-repeat: no-repeat !important;
}

h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5,
h6, .h6 {
  letter-spacing: -1px;
}

.bg-green {
  background: #00C7BE;
}
.bg-purple {
  background: #5D34FF;
}
.bg-blue {
  background: #0693EE;
}
.bg-red {
  background: #FF6347;
}
.bg-orange {
  background: #FFA500;
}
.bg-yellow {
  background: #E0FF22;
}
.bg-black {
  background: black;
}

.color-green {
  color: #00C7BE;
}
.color-purple {
  color: #5D34FF;
}
.color-blue {
  color: #0693EE;
}
.color-red {
  color: #FF6347;
}
.color-orange {
  color: #FFA500;
}
.color-yellow {
  color: #E0FF22;
}
.color-white {
  color: white;
}
.color-black {
  color: black;
}

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

#site-header {
  border: none !important;
}
#site-header .header-middle-area .site-logo svg {
  max-width: 120px;
}
#site-header .header-middle-area .buy-ticket a {
  background: #FF6347 !important;
  color: #E0FF22 !important;
  border: none !important;
  border-radius: 30px !important;
  padding: 16px 24px !important;
  font-size: 18px !important;
  font-weight: 700;
  line-height: 20px;
  display: block;
  -webkit-transition: 0.5s all;
  -moz-transition: 0.5s all;
  transition: 0.5s all;
}
#site-header .header-middle-area .buy-ticket a:hover {
  transform: scale(1.1);
}
@media (max-width: 1200px) {
  #site-header .header-middle-area .site-logo {
    margin-left: 55px;
  }
  #site-header .header-middle-area .mobile-menu-button {
    position: absolute;
    left: 15px;
    top: 50%;
    margin-top: -16px;
  }
}

#site-footer .footer-main-area .component-logo {
  width: 300px;
  display: inline-block;
  text-align: center;
}
@media (max-width: 768px) {
  #site-footer .footer-main-area .component-logo {
    width: 100%;
    display: block;
  }
}
#site-footer .footer-main-area .component-social-links {
  margin-top: 20px;
  width: 300px;
  display: inline-block;
  text-align: center;
}
@media (max-width: 768px) {
  #site-footer .footer-main-area .component-social-links {
    width: 100%;
    display: block;
  }
}
#site-footer .footer-main-area .component-social-links .widget_sow-social-media-buttons {
  display: inline-flex;
}
#site-footer .footer-main-area .component-social-links .widget_sow-social-media-buttons .sow-social-media-button {
  background: transparent !important;
  box-shadow: none !important;
  border: none !important;
  padding: 10px !important;
}
#site-footer .footer-main-area .component-social-links .widget_sow-social-media-buttons .sow-social-media-button .sow-icon-image {
  width: 28px !important;
  height: 28px !important;
  background-size: contain;
  background-repeat: no-repeat;
}
#site-footer .footer-main-area .menus {
  display: flex;
  flex-wrap: wrap;
}
#site-footer .footer-main-area .menus .column {
  width: 33.33%;
}
#site-footer .footer-main-area .menus .column ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#site-footer .footer-main-area .menus .column ul li {
  display: block;
  padding: 15px 0;
}
#site-footer .footer-main-area .menus .column ul li a {
  font-size: 16px;
  font-weight: 500;
  color: #00C7BE;
}
@media (max-width: 568px) {
  #site-footer .footer-main-area .menus .column {
    width: 100%;
  }
  #site-footer .footer-main-area .menus .column ul li {
    text-align: center;
    padding: 10px 0;
  }
}
@media (max-width: 768px) {
  #site-footer .footer-main-area {
    padding: 40px 0 !important;
  }
}
@media (max-width: 768px) {
  #site-footer .footer-bottom-area .column {
    justify-content: center;
  }
}

.primary-navigation ul li {
  font-size: 14px;
  margin: 0 10px;
  padding: 0;
}
.primary-navigation ul li a {
  font-weight: 500;
  text-transform: lowercase;
  padding: 0;
}

.mobile-navigation ul li a {
  padding: 0 15px;
  text-transform: lowercase;
}

.mobile-menu-button .icon-menu span {
  background: white;
}

.home-banner-section {
  padding: 50px 0;
}
.home-banner-section .banner-content {
  text-align: center;
  color: #E0FF22;
}
.home-banner-section .banner-content h1 {
  font-size: 120px;
  line-height: 1em !important;
  font-weight: 700;
  color: #E0FF22;
  margin: 0;
}
@media (max-width: 1200px) {
  .home-banner-section .banner-content h1 {
    font-size: 100px;
  }
}
@media (max-width: 992px) {
  .home-banner-section .banner-content h1 {
    font-size: 80px;
  }
}
@media (max-width: 768px) {
  .home-banner-section .banner-content h1 {
    font-size: 70px;
  }
}
.home-banner-section .banner-content .line1 {
  font-size: 60px;
  font-weight: 600;
  line-height: 1.2em;
}
@media (max-width: 1200px) {
  .home-banner-section .banner-content .line1 {
    font-size: 50px;
  }
}
@media (max-width: 992px) {
  .home-banner-section .banner-content .line1 {
    font-size: 40px;
  }
}
.home-banner-section .banner-content .line2 {
  font-size: 40px;
  line-height: 1.2em;
}
@media (max-width: 1200px) {
  .home-banner-section .banner-content .line2 {
    font-size: 35px;
  }
}
@media (max-width: 992px) {
  .home-banner-section .banner-content .line2 {
    font-size: 30px;
  }
}
.home-banner-section .red-button {
  margin-top: 20px;
}
@media (max-width: 768px) {
  .home-banner-section {
    padding: 40px 15px;
    justify-content: center !important;
  }
}

.register-section {
  padding: 50px 0;
}
.register-section .sow-headline {
  color: #E0FF22 !important;
}
.register-section .textwidget {
  color: #E0FF22 !important;
}
@media (max-width: 768px) {
  .register-section {
    padding: 40px 15px;
    justify-content: center !important;
  }
}

.prelegenci-section {
  padding: 50px 0;
}
.prelegenci-section .textwidget {
  color: #E0FF22 !important;
}
@media (max-width: 768px) {
  .prelegenci-section {
    padding: 40px 15px;
    flex-direction: column-reverse !important;
  }
  .prelegenci-section .so-widget-sow-button {
    margin-bottom: 30px;
  }
}

.media-section {
  padding: 80px 0;
}
.media-section .sow-headline {
  color: white !important;
}
@media (max-width: 768px) {
  .media-section {
    padding: 40px 15px;
  }
  .media-section .widget_wr-spacer {
    display: none;
  }
}

.support-us-section {
  padding: 80px 0;
}
.support-us-section .widget_sow-image-grid .sow-image-grid-image {
  width: 20%;
  margin: 40px 0;
  padding: 0 15px !important;
}
@media (max-width: 992px) {
  .support-us-section .widget_sow-image-grid .sow-image-grid-image {
    width: 33.33%;
  }
}
@media (max-width: 768px) {
  .support-us-section .widget_sow-image-grid .sow-image-grid-image {
    width: 33.33%;
  }
}
@media (max-width: 568px) {
  .support-us-section .widget_sow-image-grid .sow-image-grid-image {
    width: 50%;
  }
}
@media (max-width: 768px) {
  .support-us-section {
    padding: 40px 15px;
  }
  .support-us-section .widget_wr-spacer {
    display: none;
  }
}

.faq-section {
  padding: 100px 0;
}
.faq-section .sow-headline {
  color: white !important;
}
.faq-section .textwidget {
  color: white;
}
.faq-section a.more {
  display: inline-block;
  margin-top: 30px;
  font-weight: 700;
  text-decoration: underline;
  color: #00C7BE !important;
}
.faq-section a.more svg path {
  fill: #00C7BE;
}
.faq-section a.more .arrow {
  margin-left: 10px;
}
@media (max-width: 992px) {
  .faq-section .panel-grid-cell-empty {
    display: none !important;
  }
}
@media (max-width: 768px) {
  .faq-section {
    padding: 40px 15px;
  }
}

.about-section {
  padding: 50px 0;
}
.about-section .content-column {
  background: black;
  padding: 40px;
  border-radius: 50px;
}
.about-section .content-column .sow-headline {
  color: #E0FF22 !important;
}
.about-section .content-column .textwidget {
  color: #E0F7F7 !important;
}
@media (max-width: 768px) {
  .about-section {
    padding: 40px 15px;
    justify-content: center !important;
  }
  .about-section .content-column {
    background: rgba(0, 0, 0, 0.57);
  }
}

.page-head-section {
  padding: 80px 0;
}
.page-head-section.without-banner {
  padding: 40px 0;
}
.page-head-section.color-black .textwidget {
  color: #000000 !important;
}
.page-head-section .textwidget {
  color: #E0FF22 !important;
}
.page-head-section .textwidget table {
  width: auto;
  border: none;
}
.page-head-section .textwidget table tr, .page-head-section .textwidget table td {
  border: none;
}
.page-head-section .textwidget table td {
  padding: 10px 10px;
}
.page-head-section .textwidget table td a {
  color: #E0FF22 !important;
}
@media (max-width: 768px) {
  .page-head-section {
    padding: 40px 15px;
    justify-content: center !important;
  }
}

.location-section {
  padding: 80px 0;
}
.location-section .textwidget {
  color: #E0FF22 !important;
}
.location-section .textwidget table {
  width: auto;
  border: none;
}
.location-section .textwidget table tr, .location-section .textwidget table td {
  border: none;
}
.location-section .textwidget table td {
  padding: 10px 10px;
}
.location-section .textwidget table td a {
  color: #E0FF22 !important;
}
@media (max-width: 768px) {
  .location-section {
    padding: 40px 15px;
    justify-content: center !important;
  }
}

.default-section {
  padding: 60px 0;
}
@media (max-width: 768px) {
  .default-section {
    padding: 40px 15px;
    justify-content: center !important;
  }
}

.pricelist-section {
  padding: 80px 0 40px;
}
.pricelist-section .panel-background-overlay {
  height: 450px;
}
@media (max-width: 768px) {
  .pricelist-section {
    padding: 40px 15px;
    justify-content: center !important;
  }
}

#pricelist-iwound.active {
  display: block;
}
#pricelist-iwound.inactive {
  display: none;
}

.iwound-section {
  padding: 200px 0;
}
.iwound-section .textwidget {
  color: #ffffff !important;
}
.iwound-section .panel-background-overlay {
  background-position: center center !important;
}
@media (max-width: 768px) {
  .iwound-section {
    padding: 80px 15px;
    justify-content: center !important;
  }
}

.widget_wr-heading .heading h1, .widget_wr-heading .heading h2, .widget_wr-heading .heading h3, .widget_wr-heading .heading h4, .widget_wr-heading .heading h5, .widget_wr-heading .heading h6 {
  margin: 0 !important;
}

.widget_wr-fancy-list .fancy-list {
  margin-top: 20px;
}
.widget_wr-fancy-list .fancy-list.style1 .items {
  display: flex;
  flex-direction: column;
}
.widget_wr-fancy-list .fancy-list.style1 .item {
  padding: 100px 50px;
  border-radius: 30px;
  margin: 20px 0;
}
@media (max-width: 768px) {
  .widget_wr-fancy-list .fancy-list.style1 .item {
    padding: 30px 30px;
  }
}
.widget_wr-fancy-list .fancy-list.style1 .item.color-black .item-title {
  color: black;
}
.widget_wr-fancy-list .fancy-list.style1 .item.color-black .item-content a.more {
  color: black;
}
.widget_wr-fancy-list .fancy-list.style1 .item.color-black .item-content a.more svg path {
  fill: black;
}
.widget_wr-fancy-list .fancy-list.style1 .item.color-white .item-title {
  color: white;
}
.widget_wr-fancy-list .fancy-list.style1 .item.color-white .item-content a.more {
  color: white;
}
.widget_wr-fancy-list .fancy-list.style1 .item.color-white .item-content a.more svg path {
  fill: white;
}
.widget_wr-fancy-list .fancy-list.style1 .item .row {
  align-items: center;
}
.widget_wr-fancy-list .fancy-list.style1 .item .item-content {
  font-size: 20px;
  line-height: 2em;
  padding: 0 30px;
}
@media (max-width: 768px) {
  .widget_wr-fancy-list .fancy-list.style1 .item .item-content {
    padding: 0;
  }
  .widget_wr-fancy-list .fancy-list.style1 .item .item-content p br {
    display: none;
  }
}
.widget_wr-fancy-list .fancy-list.style1 .item .item-content a.more {
  display: inline-block;
  margin-top: 30px;
  font-weight: 700;
  text-decoration: underline;
}
.widget_wr-fancy-list .fancy-list.style1 .item .item-content a.more .arrow {
  margin-left: 10px;
}
.widget_wr-fancy-list .fancy-list.style2 .widget-title {
  font-size: 30px;
  color: #E0FF22;
}
@media (max-width: 768px) {
  .widget_wr-fancy-list .fancy-list.style2 .widget-title {
    margin-bottom: 30px;
  }
}
.widget_wr-fancy-list .fancy-list.style2 .items .item {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 30px;
}
@media (max-width: 768px) {
  .widget_wr-fancy-list .fancy-list.style2 .items .item {
    margin-bottom: 45px;
  }
}
.widget_wr-fancy-list .fancy-list.style2 .items .item .item-title {
  color: #E0FF22;
  font-size: 24px;
  font-weight: 700;
  width: 180px;
}
@media (max-width: 768px) {
  .widget_wr-fancy-list .fancy-list.style2 .items .item .item-title {
    width: 100%;
    margin-bottom: 15px;
  }
}
.widget_wr-fancy-list .fancy-list.style2 .items .item .item-content {
  width: calc(100% - 180px);
  padding: 30px;
  border-radius: 30px;
  min-height: 280px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
@media (max-width: 768px) {
  .widget_wr-fancy-list .fancy-list.style2 .items .item .item-content {
    width: 100%;
  }
}
.widget_wr-fancy-list .fancy-list.style2 .items .item .item-content p {
  margin: 0 0 10px 0;
}
.widget_wr-fancy-list .fancy-list.style2 .items .item .item-content.has-image .image {
  width: 230px;
}
@media (max-width: 992px) {
  .widget_wr-fancy-list .fancy-list.style2 .items .item .item-content.has-image .image {
    width: 150px;
  }
}
@media (max-width: 568px) {
  .widget_wr-fancy-list .fancy-list.style2 .items .item .item-content.has-image .image {
    width: 120px;
  }
}
@media (max-width: 468px) {
  .widget_wr-fancy-list .fancy-list.style2 .items .item .item-content.has-image .image {
    width: 100%;
    margin-bottom: 25px;
  }
}
.widget_wr-fancy-list .fancy-list.style2 .items .item .item-content.has-image .content {
  width: calc(100% - 230px);
}
@media (max-width: 992px) {
  .widget_wr-fancy-list .fancy-list.style2 .items .item .item-content.has-image .content {
    width: calc(100% - 150px);
  }
}
@media (max-width: 568px) {
  .widget_wr-fancy-list .fancy-list.style2 .items .item .item-content.has-image .content {
    width: calc(100% - 120px);
  }
}
@media (max-width: 468px) {
  .widget_wr-fancy-list .fancy-list.style2 .items .item .item-content.has-image .content {
    width: 100%;
    padding-left: 0;
  }
}
.widget_wr-fancy-list .fancy-list.style2 .items .item .item-content .image img {
  width: 230px;
  height: 230px;
  object-fit: cover;
  border-radius: 100%;
}
@media (max-width: 992px) {
  .widget_wr-fancy-list .fancy-list.style2 .items .item .item-content .image img {
    width: 150px;
    height: 150px;
  }
}
@media (max-width: 568px) {
  .widget_wr-fancy-list .fancy-list.style2 .items .item .item-content .image img {
    width: 120px;
    height: 120px;
  }
}
.widget_wr-fancy-list .fancy-list.style2 .items .item .item-content .content {
  font-size: 20px;
  line-height: 1.4em;
  padding-left: 30px;
}
@media (max-width: 468px) {
  .widget_wr-fancy-list .fancy-list.style2 .items .item .item-content .content {
    padding-left: 0;
  }
}
.widget_wr-fancy-list .fancy-list.style2 .items .item .item-content .content table {
  border: none;
  margin: 0 -10px;
}
.widget_wr-fancy-list .fancy-list.style2 .items .item .item-content .content table tr, .widget_wr-fancy-list .fancy-list.style2 .items .item .item-content .content table td {
  border: none;
}
.widget_wr-fancy-list .fancy-list.style2 .items .item .item-content .content table td {
  vertical-align: top;
}
.widget_wr-fancy-list .fancy-list.style2 .items .item .item-content .content table td:first-child {
  font-style: italic;
  width: 170px;
  font-weight: 400;
}
.widget_wr-fancy-list .fancy-list.style2 .items .item .item-content .content table td:last-child {
  font-weight: 700;
}
@media (max-width: 568px) {
  .widget_wr-fancy-list .fancy-list.style2 .items .item .item-content .content table tr {
    display: flex;
    flex-direction: column;
    margin-bottom: 15px;
  }
}
.widget_wr-fancy-list .fancy-list.style2 .items .item .item-content .content a.more {
  display: inline-block;
  margin-top: 30px;
  font-weight: 700;
  text-decoration: underline;
}
.widget_wr-fancy-list .fancy-list.style2 .items .item .item-content .content a.more .arrow {
  margin-left: 10px;
}
@media (max-width: 768px) {
  .widget_wr-fancy-list .fancy-list.style2 .items .item .item-content .content {
    font-size: 16px;
  }
}
.widget_wr-fancy-list .fancy-list.style2 .items .item .item-content h3 {
  margin: 0 0 10px 0;
  font-size: 28px;
  line-height: 1.3em;
  font-weight: 700;
}
.widget_wr-fancy-list .fancy-list.style2 .items .item.yellow .item-content {
  background: #E0FF22;
  color: black;
}
.widget_wr-fancy-list .fancy-list.style2 .items .item.yellow .item-content h3 {
  color: black;
}
.widget_wr-fancy-list .fancy-list.style2 .items .item.yellow .item-content a.more {
  color: black;
}
.widget_wr-fancy-list .fancy-list.style2 .items .item.yellow .item-content a.more svg path {
  fill: black;
}
.widget_wr-fancy-list .fancy-list.style2 .items .item.orange .item-content {
  background: #FFA500;
  color: white;
}
.widget_wr-fancy-list .fancy-list.style2 .items .item.orange .item-content h3 {
  color: white;
}
.widget_wr-fancy-list .fancy-list.style2 .items .item.orange .item-content a.more {
  color: white;
}
.widget_wr-fancy-list .fancy-list.style2 .items .item.orange .item-content a.more svg path {
  fill: white;
}
.widget_wr-fancy-list .fancy-list.style2 .items .item.purple .item-content {
  background: #5D34FF;
  color: white;
}
.widget_wr-fancy-list .fancy-list.style2 .items .item.purple .item-content h3 {
  color: white;
}
.widget_wr-fancy-list .fancy-list.style2 .items .item.purple .item-content a.more {
  color: white;
}
.widget_wr-fancy-list .fancy-list.style2 .items .item.purple .item-content a.more svg path {
  fill: white;
}
.widget_wr-fancy-list .fancy-list.style2 .items .item.red .item-content {
  background: #FF6347;
  color: white;
}
.widget_wr-fancy-list .fancy-list.style2 .items .item.red .item-content h3 {
  color: white;
}
.widget_wr-fancy-list .fancy-list.style2 .items .item.red .item-content a.more {
  color: white;
}
.widget_wr-fancy-list .fancy-list.style2 .items .item.red .item-content a.more svg path {
  fill: white;
}
.widget_wr-fancy-list .fancy-list.style2 .items .item.green .item-content {
  background: #00C7BE;
  color: white;
}
.widget_wr-fancy-list .fancy-list.style2 .items .item.green .item-content h3 {
  color: white;
}
.widget_wr-fancy-list .fancy-list.style2 .items .item.green .item-content a.more {
  color: white;
}
.widget_wr-fancy-list .fancy-list.style2 .items .item.green .item-content a.more svg path {
  fill: white;
}
.widget_wr-fancy-list .fancy-list.style3 .widget-title {
  font-size: 30px;
  color: black;
}
@media (max-width: 768px) {
  .widget_wr-fancy-list .fancy-list.style3 .widget-title {
    margin-bottom: 30px;
  }
}
.widget_wr-fancy-list .fancy-list.style3 .items .item {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 30px;
}
@media (max-width: 768px) {
  .widget_wr-fancy-list .fancy-list.style3 .items .item {
    margin-bottom: 45px;
  }
}
.widget_wr-fancy-list .fancy-list.style3 .items .item .item-title {
  color: black;
  font-size: 24px;
  font-weight: 700;
  width: 180px;
}
@media (max-width: 768px) {
  .widget_wr-fancy-list .fancy-list.style3 .items .item .item-title {
    width: 100%;
    margin-bottom: 15px;
  }
}
.widget_wr-fancy-list .fancy-list.style3 .items .item .item-content {
  width: calc(100% - 180px);
  padding: 30px;
  border-radius: 30px;
  min-height: 280px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  background: black;
  color: white;
}
@media (max-width: 768px) {
  .widget_wr-fancy-list .fancy-list.style3 .items .item .item-content {
    width: 100%;
  }
}
.widget_wr-fancy-list .fancy-list.style3 .items .item .item-content p {
  margin: 0 0 10px 0;
}
.widget_wr-fancy-list .fancy-list.style3 .items .item .item-content.has-image .image {
  width: 230px;
}
@media (max-width: 992px) {
  .widget_wr-fancy-list .fancy-list.style3 .items .item .item-content.has-image .image {
    width: 150px;
  }
}
@media (max-width: 568px) {
  .widget_wr-fancy-list .fancy-list.style3 .items .item .item-content.has-image .image {
    width: 120px;
  }
}
@media (max-width: 468px) {
  .widget_wr-fancy-list .fancy-list.style3 .items .item .item-content.has-image .image {
    width: 100%;
    margin-bottom: 25px;
  }
}
.widget_wr-fancy-list .fancy-list.style3 .items .item .item-content.has-image .content {
  width: calc(100% - 230px);
}
@media (max-width: 992px) {
  .widget_wr-fancy-list .fancy-list.style3 .items .item .item-content.has-image .content {
    width: calc(100% - 150px);
  }
}
@media (max-width: 568px) {
  .widget_wr-fancy-list .fancy-list.style3 .items .item .item-content.has-image .content {
    width: calc(100% - 120px);
  }
}
@media (max-width: 468px) {
  .widget_wr-fancy-list .fancy-list.style3 .items .item .item-content.has-image .content {
    width: 100%;
    padding-left: 0;
  }
}
.widget_wr-fancy-list .fancy-list.style3 .items .item .item-content .image img {
  width: 230px;
  height: 230px;
  object-fit: cover;
  border-radius: 100%;
}
@media (max-width: 992px) {
  .widget_wr-fancy-list .fancy-list.style3 .items .item .item-content .image img {
    width: 150px;
    height: 150px;
  }
}
@media (max-width: 568px) {
  .widget_wr-fancy-list .fancy-list.style3 .items .item .item-content .image img {
    width: 120px;
    height: 120px;
  }
}
.widget_wr-fancy-list .fancy-list.style3 .items .item .item-content .content {
  width: 100%;
  font-size: 20px;
  line-height: 1.4em;
  padding-left: 30px;
}
.widget_wr-fancy-list .fancy-list.style3 .items .item .item-content .content table {
  border: none;
  margin: 0 -10px;
}
.widget_wr-fancy-list .fancy-list.style3 .items .item .item-content .content table tr, .widget_wr-fancy-list .fancy-list.style3 .items .item .item-content .content table td {
  border: none;
}
.widget_wr-fancy-list .fancy-list.style3 .items .item .item-content .content table td {
  vertical-align: top;
}
.widget_wr-fancy-list .fancy-list.style3 .items .item .item-content .content table td:first-child {
  font-style: italic;
  width: 170px;
  font-weight: 400;
}
@media (max-width: 568px) {
  .widget_wr-fancy-list .fancy-list.style3 .items .item .item-content .content table tr {
    display: flex;
    flex-direction: column;
    margin-bottom: 15px;
  }
}
@media (max-width: 468px) {
  .widget_wr-fancy-list .fancy-list.style3 .items .item .item-content .content {
    padding-left: 0;
  }
}
.widget_wr-fancy-list .fancy-list.style3 .items .item .item-content .content a.more {
  display: inline-block;
  margin-top: 30px;
  font-weight: 700;
  text-decoration: underline;
  color: white;
}
.widget_wr-fancy-list .fancy-list.style3 .items .item .item-content .content a.more svg path {
  fill: white;
}
.widget_wr-fancy-list .fancy-list.style3 .items .item .item-content .content a.more .arrow {
  margin-left: 10px;
}
@media (max-width: 768px) {
  .widget_wr-fancy-list .fancy-list.style3 .items .item .item-content .content {
    font-size: 16px;
  }
}
.widget_wr-fancy-list .fancy-list.style3 .items .item .item-content h3 {
  margin: 15px 0px;
  font-size: 28px;
  line-height: 1.3em;
  font-weight: 700;
  color: white;
}
.widget_wr-fancy-list .fancy-list.style4 .widget-title {
  font-size: 30px;
  color: black;
}
.widget_wr-fancy-list .fancy-list.style4 .items .item {
  display: flex;
  align-items: center;
  margin-bottom: 30px;
}
.widget_wr-fancy-list .fancy-list.style4 .items .item .item-content {
  width: 100%;
  padding: 30px;
  border-radius: 30px;
  display: flex;
  align-items: center;
  background: black;
  color: white;
}
.widget_wr-fancy-list .fancy-list.style4 .items .item .item-content p {
  margin: 0 0 10px 0;
}
.widget_wr-fancy-list .fancy-list.style4 .items .item .item-content .content {
  font-size: 20px;
  line-height: 1.4em;
  width: 100%;
}
.widget_wr-fancy-list .fancy-list.style4 .items .item .item-content .content table {
  border: none;
}
.widget_wr-fancy-list .fancy-list.style4 .items .item .item-content .content table tr, .widget_wr-fancy-list .fancy-list.style4 .items .item .item-content .content table td {
  border: none;
}
.widget_wr-fancy-list .fancy-list.style4 .items .item .item-content .content table td:first-child {
  font-style: italic;
  width: 170px;
  font-weight: 400;
}
.widget_wr-fancy-list .fancy-list.style4 .items .item .item-content .content table td:last-child {
  font-weight: 700;
}
@media (max-width: 568px) {
  .widget_wr-fancy-list .fancy-list.style4 .items .item .item-content .content table tr {
    display: flex;
    flex-direction: column;
    margin-bottom: 15px;
  }
}
.widget_wr-fancy-list .fancy-list.style4 .items .item .item-content .content a.more {
  display: inline-block;
  margin-top: 30px;
  font-weight: 700;
  text-decoration: underline;
  color: white;
}
.widget_wr-fancy-list .fancy-list.style4 .items .item .item-content .content a.more svg path {
  fill: white;
}
.widget_wr-fancy-list .fancy-list.style4 .items .item .item-content .content a.more .arrow {
  margin-left: 10px;
}
.widget_wr-fancy-list .fancy-list.style4 .items .item .item-content h3 {
  margin: 0 0 10px 0;
  font-size: 28px;
  line-height: 1.3em;
  font-weight: 700;
  color: white;
}

.widget_wr-fancy-grid .fancy-grid.style1 .items {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px;
}
.widget_wr-fancy-grid .fancy-grid.style1 .items .item {
  width: 50%;
  padding: 0 15px;
  margin: 15px 0;
}
@media (max-width: 768px) {
  .widget_wr-fancy-grid .fancy-grid.style1 .items .item {
    width: 100%;
  }
}
.widget_wr-fancy-grid .fancy-grid.style1 .items .item .inner {
  background: #121212;
  padding: 30px;
  display: flex;
  border-radius: 30px;
  align-items: center;
}
.widget_wr-fancy-grid .fancy-grid.style1 .items .item .inner .item-image {
  width: 230px;
}
.widget_wr-fancy-grid .fancy-grid.style1 .items .item .inner .item-image img {
  width: 230px;
  height: 230px;
  border-radius: 100%;
  object-fit: contain;
  background: white;
}
@media (max-width: 992px) {
  .widget_wr-fancy-grid .fancy-grid.style1 .items .item .inner .item-image {
    width: 150px;
  }
  .widget_wr-fancy-grid .fancy-grid.style1 .items .item .inner .item-image img {
    width: 150px;
    height: 150px;
  }
}
@media (max-width: 568px) {
  .widget_wr-fancy-grid .fancy-grid.style1 .items .item .inner .item-image {
    width: 120px;
  }
  .widget_wr-fancy-grid .fancy-grid.style1 .items .item .inner .item-image img {
    width: 120px;
    height: 120px;
  }
}
.widget_wr-fancy-grid .fancy-grid.style1 .items .item .inner .item-content {
  width: calc(100% - 230px);
  padding: 30px;
}
@media (max-width: 992px) {
  .widget_wr-fancy-grid .fancy-grid.style1 .items .item .inner .item-content {
    width: calc(100% - 150px);
  }
}
@media (max-width: 568px) {
  .widget_wr-fancy-grid .fancy-grid.style1 .items .item .inner .item-content {
    width: calc(100% - 120px);
  }
}
.widget_wr-fancy-grid .fancy-grid.style1 .items .item .inner .title {
  font-size: 22px;
  font-weight: 600;
  line-height: 1.4em;
  color: white;
  margin-bottom: 20px;
}
.widget_wr-fancy-grid .fancy-grid.style1 .items .item .inner .content {
  color: white;
  font-size: 16px;
  line-height: 1.4em;
  font-weight: 400;
}
.widget_wr-fancy-grid .fancy-grid.style1 .items .item .inner .content small {
  font-size: 14px;
}

.widget_sow-button .ow-button-base a.red-button {
  background: #FF6347 !important;
  color: #E0FF22 !important;
  border: none !important;
  border-radius: 64px !important;
  padding: 16px 48px !important;
  font-size: 24px !important;
  line-height: 36px;
  font-weight: 700;
  -webkit-transition: 0.5s all;
  -moz-transition: 0.5s all;
  transition: 0.5s all;
}
.widget_sow-button .ow-button-base a.red-button:hover {
  transform: scale(1.1);
}
.widget_sow-button .ow-button-base a.red-button.small {
  padding: 16px 24px !important;
  font-size: 18px !important;
  line-height: 20px;
}
@media (max-width: 768px) {
  .widget_sow-button .ow-button-base a.red-button {
    padding: 16px 24px !important;
    font-size: 18px !important;
    line-height: 20px;
  }
}

.widget_sow-accordion .sow-accordion .sow-accordion-panel {
  margin: 0 !important;
  border-top: 1px solid #00C7BE !important;
}
.widget_sow-accordion .sow-accordion .sow-accordion-panel .sow-accordion-panel-header {
  background: transparent !important;
  border: none !important;
  color: #00C7BE !important;
  padding: 35px 10px !important;
  border-radius: 0 !important;
}
.widget_sow-accordion .sow-accordion .sow-accordion-panel .sow-accordion-panel-header .sow-accordion-title {
  font-size: 20px !important;
  line-height: 1.4em;
  font-weight: 600;
}
@media (max-width: 992px) {
  .widget_sow-accordion .sow-accordion .sow-accordion-panel .sow-accordion-panel-header .sow-accordion-title {
    font-size: 16px !important;
  }
}
.widget_sow-accordion .sow-accordion .sow-accordion-panel .sow-accordion-panel-content .sow-accordion-panel-border {
  background: transparent !important;
  color: #00C7BE !important;
  border: none !important;
  padding: 0px 10px 30px !important;
}
.widget_sow-accordion .sow-accordion .sow-accordion-panel .sow-accordion-open-close-button {
  background: #00C7BE;
  color: black !important;
  padding: 5px;
  width: 25px;
  height: 25px;
  border-radius: 100%;
  font-size: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.widget_sow-accordion .sow-accordion .sow-accordion-panel:last-child {
  border-bottom: 1px solid #00C7BE !important;
}
.widget_sow-accordion .sow-accordion .sow-accordion-panel.sow-accordion-panel-open .sow-accordion-panel-header {
  color: #ffffff !important;
}
.widget_sow-accordion .sow-accordion .sow-accordion-panel.sow-accordion-panel-open .sow-accordion-panel-content .sow-accordion-panel-border {
  color: #ffffff !important;
}

.widget_sow-image-grid .rounded .sow-image-grid-image img {
  border-radius: 100%;
}

.widget_sow-image .rounded img {
  border-radius: 30px;
}

.widget.widget_wr-pricing-table .columns {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -5px;
}
.widget.widget_wr-pricing-table .columns .column {
  width: 16.66%;
  padding: 5px;
}
.widget.widget_wr-pricing-table .columns .column .inner {
  background: #0F1C2C;
  padding: 10px;
  border-radius: 25px;
}
@media (max-width: 998px) {
  .widget.widget_wr-pricing-table .columns .column {
    width: 33.33%;
  }
}
@media (max-width: 768px) {
  .widget.widget_wr-pricing-table .columns .column {
    width: 50%;
  }
}
@media (max-width: 568px) {
  .widget.widget_wr-pricing-table .columns .column {
    width: 100%;
  }
}
.widget.widget_wr-pricing-table .columns .header {
  font-size: 16px;
  line-height: 20px;
  font-family: var(--wr-heading-font-family);
  color: #00C7BE;
  text-align: center;
  font-weight: 600;
  margin: 20px 0 10px;
  min-height: 52px;
}
.widget.widget_wr-pricing-table .columns .price-wrapper .price-wrap {
  text-align: center;
  padding: 10px 0;
  min-height: 125px;
}
.widget.widget_wr-pricing-table .columns .price-wrapper .price-wrap .price {
  font-size: 40px;
  color: #E0FF22;
  font-weight: 600;
  line-height: 45px;
}
.widget.widget_wr-pricing-table .columns .price-wrapper .price-wrap .price-info {
  font-size: 13px;
  line-height: 18px;
  font-weight: 700;
  color: #E0FF22;
}
.widget.widget_wr-pricing-table .columns .price-wrapper .price-wrap .small-info {
  font-size: 13px;
  color: #00C7BE;
  line-height: 18px;
  margin-top: 10px;
}
.widget.widget_wr-pricing-table .columns .price-wrapper .button-wrap {
  text-align: center;
}
.widget.widget_wr-pricing-table .columns .price-wrapper .button-wrap a {
  background: #FF6347;
  padding: 15px;
  opacity: 1;
  color: #E0FF22;
  font-size: 18px;
  font-weight: 700;
  max-width: 180px;
  width: 100%;
  display: inline-block;
  border-radius: 50px;
}
.widget.widget_wr-pricing-table .columns .item-content-wrapper {
  margin: 0 -15px;
  padding: 15px;
}
.widget.widget_wr-pricing-table .columns .item-content-wrapper .c-default {
  display: block;
}
.widget.widget_wr-pricing-table .columns .item-content-wrapper .c-extended {
  display: none;
}
.widget.widget_wr-pricing-table .columns .item-content-wrapper.active .c-default {
  display: block;
}
.widget.widget_wr-pricing-table .columns .item-content-wrapper.active .c-extended {
  display: block;
}
.widget.widget_wr-pricing-table .columns .item-content-wrapper ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.widget.widget_wr-pricing-table .columns .item-content-wrapper ul li {
  font-size: 11px;
  line-height: 14px;
  padding: 2px 0 2px 25px;
  position: relative;
}
.widget.widget_wr-pricing-table .columns .item-content-wrapper ul li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 2px;
}
.widget.widget_wr-pricing-table .columns .item-content-wrapper ul.include li {
  color: #00C7BE;
}
.widget.widget_wr-pricing-table .columns .item-content-wrapper ul.include li:before {
  content: url("../images/icons/icon-check.svg");
}
.widget.widget_wr-pricing-table .columns .item-content-wrapper ul.notinclude li {
  color: #FF2D55;
}
.widget.widget_wr-pricing-table .columns .item-content-wrapper ul.notinclude li:before {
  content: url("../images/icons/icon-uncheck.svg");
}
.widget.widget_wr-pricing-table .columns .item-content-wrapper h6 {
  margin: 20px 0 15px 0;
  font-size: 13px;
  font-weight: 400;
  text-align: left;
}
.widget.widget_wr-pricing-table .columns .item-content-wrapper h6.include {
  color: #00C7BE;
}
.widget.widget_wr-pricing-table .columns .item-content-wrapper h6.notinclude {
  color: #FF2D55;
}
.widget.widget_wr-pricing-table .switcher {
  text-align: center;
  margin-bottom: 30px;
}
.widget.widget_wr-pricing-table .switch-wrapper {
  position: relative;
  display: inline-flex;
  border-radius: 50px;
  background: #0F1C2C;
}
.widget.widget_wr-pricing-table .switch-wrapper [type=radio] {
  position: absolute;
  left: -9999px;
}
.widget.widget_wr-pricing-table .switch-wrapper [type=radio]:checked#monthly ~ label[for=monthly], .widget.widget_wr-pricing-table .switch-wrapper [type=radio]:checked#yearly ~ label[for=yearly] {
  color: #000000;
}
.widget.widget_wr-pricing-table .switch-wrapper [type=radio]:checked#monthly ~ label[for=monthly]:hover, .widget.widget_wr-pricing-table .switch-wrapper [type=radio]:checked#yearly ~ label[for=yearly]:hover {
  background: transparent;
}
.widget.widget_wr-pricing-table .switch-wrapper [type=radio]:checked#monthly + label[for=yearly] ~ .highlighter {
  transform: translateX(100%);
}
.widget.widget_wr-pricing-table .switch-wrapper [type=radio]:checked#yearly + label[for=monthly] ~ .highlighter {
  transform: none;
}
.widget.widget_wr-pricing-table .switch-wrapper label {
  font-size: 16px;
  font-weight: 600;
  z-index: 1;
  min-width: 200px;
  line-height: 62px;
  cursor: pointer;
  border-radius: 50px;
  transition: color 0.25s ease-in-out;
  color: #ffffff;
}
.widget.widget_wr-pricing-table .switch-wrapper .highlighter {
  position: absolute;
  top: 0;
  left: 0;
  width: 50%;
  height: 100%;
  border-radius: 50px;
  background: #E0FF22;
  transition: transform 0.25s ease-in-out;
}
.widget.widget_wr-pricing-table .price-wrapper .p-yearly, .widget.widget_wr-pricing-table .price-wrapper .p-monthly {
  display: none;
}
.widget.widget_wr-pricing-table .columns.yearly .p-yearly {
  display: block;
}
.widget.widget_wr-pricing-table .columns.yearly .p-monthly {
  display: none;
}
.widget.widget_wr-pricing-table .columns.monthly .p-monthly {
  display: block;
}
.widget.widget_wr-pricing-table .columns.monthly .p-yearly {
  display: none;
}
.widget.widget_wr-pricing-table .iwound-switch {
  margin-top: 20px;
  min-height: 20px;
}
.widget.widget_wr-pricing-table .iwound-switch #iwound-switch {
  display: none;
  color: #E0FF22;
  padding-left: 25px;
  position: relative;
}
.widget.widget_wr-pricing-table .iwound-switch #iwound-switch.active {
  display: inline-block;
}
.widget.widget_wr-pricing-table .iwound-switch #iwound-switch:before {
  content: url(../images/icons/icon-info.svg);
  position: absolute;
  left: 0;
}

.image-carousel .slick-slider .slick-list .slick-slide {
  text-align: center;
}
.image-carousel .slick-slider .slick-list .slick-slide img {
  display: inline-block;
}

.slick-track {
  display: flex !important;
}

.slick-slide {
  height: inherit !important;
}

.slick-dots li {
  width: 12px;
  height: 12px;
  margin: 0 5px;
  padding-left: 0 !important;
  margin-bottom: 0 !important;
}
.slick-dots li:before {
  display: none !important;
}
.slick-dots li button {
  display: block;
  background: #E2E5EA;
  width: 100%;
  height: 100%;
  border-radius: 10px;
}
.slick-dots li button:before {
  display: none;
}
.slick-dots li.slick-active button {
  background: #1A53A1;
}

.wpcf7 {
  border: none;
  overflow: hidden;
  margin: 0;
}
.wpcf7 .form-field {
  margin-bottom: 20px;
}
.wpcf7 .form-field label {
  color: #E0FF22;
  font-family: var(--wr-main-font-family, Roboto);
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.5em;
  margin-bottom: 10px;
  display: block;
}
.wpcf7 .form-field label strong {
  font-weight: 600;
}
.wpcf7 .form-field input, .wpcf7 .form-field select, .wpcf7 .form-field textarea {
  border-radius: 20px;
  border: 1px solid #E0FF22;
  background: transparent;
  height: 55px;
  font-family: var(--wr-main-font-family, Roboto);
  color: #E0FF22;
}
.wpcf7 .form-field input:focus, .wpcf7 .form-field select:focus, .wpcf7 .form-field textarea:focus {
  outline: none;
}
.wpcf7 .form-field ::-webkit-input-placeholder {
  font-family: var(--wr-main-font-family, Roboto);
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  color: #E0FF22;
}
.wpcf7 .form-field ::-moz-placeholder {
  font-family: var(--wr-main-font-family, Roboto);
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  color: #E0FF22;
}
.wpcf7 .form-field :-ms-input-placeholder {
  font-family: var(--wr-main-font-family, Roboto);
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  color: #E0FF22;
}
.wpcf7 .form-field :-moz-placeholder {
  font-family: var(--wr-main-font-family, Roboto);
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  color: #E0FF22;
}
.wpcf7 .form-field textarea {
  height: 160px;
}
.wpcf7 .form-field input[type=checkbox] {
  -webkit-appearance: none;
  appearance: none;
  background-color: transparent;
  margin: 0 15px 0 0;
  font: inherit;
  color: currentColor;
  width: 20px;
  height: 20px;
  border: 1px solid #00C7BE;
  border-radius: 0px;
  display: grid;
  place-content: center;
}
.wpcf7 .form-field input[type=checkbox]::before {
  content: "";
  width: 1rem;
  height: 1rem;
  clip-path: polygon(14% 44%, 0 65%, 50% 100%, 100% 16%, 80% 0%, 43% 62%);
  transform: scale(0);
  transform-origin: bottom left;
  transition: 120ms transform ease-in-out;
  background-color: #00C7BE;
}
.wpcf7 .form-field input[type=checkbox]:checked::before {
  transform: scale(1);
}
.wpcf7 .form-field .wpcf7-list-item {
  display: block;
  margin: 0;
}
.wpcf7 .form-field .wpcf7-list-item label {
  display: inline-block;
  padding-left: 40px;
  position: relative;
  color: #00C7BE;
}
.wpcf7 .form-field .wpcf7-list-item input {
  position: absolute;
  left: 0;
  top: 0px;
}
.wpcf7 .form-submit .wpcf7-submit {
  background: #FF6347 !important;
  color: #E0FF22 !important;
  border: none !important;
  border-radius: 30px !important;
  padding: 15px 35px !important;
  font-size: 18px !important;
  font-weight: 700;
  -webkit-transition: 0.5s all;
  -moz-transition: 0.5s all;
  transition: 0.5s all;
  margin-bottom: 20px;
}
.wpcf7 .form-submit .wpcf7-submit:hover {
  transform: scale(1.05);
}
@media (max-width: 768px) {
  .wpcf7 .form-submit .wpcf7-submit {
    padding: 15px 25px !important;
    font-size: 16px !important;
  }
}
.wpcf7 .form-submit .wpcf7-spinner {
  display: none;
}
.wpcf7 .wpcf7-not-valid-tip {
  font-size: 13px !important;
}
