/*
----------------------------------------------------------------
--- TABLE OF CONTENTS:
----------------------------------------------------------------
Theme Name: Cropto
Version: 10.0.2
- WordPress Default Styles
- General Styles
- Header
- Footer
--------------------------------------------------------------*/
/* WordPress Core
-------------------------------------------------------------- */
.alignnone {
  margin: 5px 20px 20px 0; }

p .alignnone {
  margin: 5px 20px 0 0; }

.footer-logo {
  margin-top: -8px; }

.aligncenter, div.aligncenter {
  display: block;
  margin: 5px auto 5px auto; }

.alignright {
  float: right;
  margin: 5px 0 10px 20px; }

.alignleft {
  float: left;
  margin: 5px 20px 10px 0; }

a img.alignright {
  float: right;
  margin: 5px 0 10px 20px; }

a img.alignnone {
  margin: 5px 20px 10px 0; }

a img.alignleft {
  float: left;
  margin: 5px 20px 10px 0; }

a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto; }

table {
  width: 100%;
  margin-bottom: 20px; }

td, th {
  border: 1px solid #dcdcdc;
  padding: 10px; }

.wp-caption {
  background: #fff;
  border: 1px solid #dcdcdc;
  max-width: 96%;
  padding: 5px 3px 10px;
  text-align: center;
  margin-bottom: 20px; }

.wp-caption.alignnone {
  margin: 5px 20px 20px 0; }

.wp-caption.alignleft {
  margin: 5px 20px 20px 0; }

.wp-caption.alignright {
  margin: 5px 0 20px 20px; }

.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
  width: auto; }

.wp-caption p.wp-caption-text {
  font-size: 11px;
  margin: 0;
  padding: 0 4px 5px; }

figcaption {
  margin-top: 10px;
  text-align: center; }

/* Text meant only for screen readers. */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  white-space: nowrap;
  height: 1px;
  width: 1px;
  overflow: hidden; }

.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  -webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */ }

.bypostauthor {
  background: #fff; }

.gallery-caption {
  font-size: 13px; }

.sticky {
  position: relative; }

/* Text meant only for screen readers. */
/* General Styles
-------------------------------------------------------------- */
html {
  max-width: 100%;
  overflow-x: hidden; }

body {
  color: #333333;
  overflow-x: hidden;
  max-width: 100%;
  -ms-word-wrap: break-word;
  word-wrap: break-word;
  font-size: 16px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-family: 'Muli', sans-serif; }
  body select {
    width: 100%;
    padding: 10px 15px; }
  body img {
    max-width: 100%;
    height: auto; }
  body ul {
    margin: 0;
    padding: 0;
    list-style: none; }
  body a {
    color: #3051a2; }
    body a:hover {
      text-decoration: none;
      color: #ea3a60; }
  body .page-content {
    padding-top: 100px;
    padding-bottom: 100px; }
  body.elementor-page .page-content {
    padding-top: 0;
    padding-bottom: 0; }
  body ul:not([class]) {
    margin-bottom: 1rem; }
    body ul:not([class]) ul {
      margin-bottom: 0; }
    body ul:not([class]) li {
      position: relative;
      padding-left: 22px; }
      body ul:not([class]) li:not(:last-child) {
        border-bottom: 1px solid #ea3a60;
        border-bottom: 1px solid #333333;
        padding-bottom: 10px;
        margin-bottom: 10px; }
      body ul:not([class]) li ul, body ul:not([class]) li ol {
        border-top: 1px solid #ea3a60;
        border-top: 1px solid #333333;
        padding-top: 10px;
        margin-top: 10px; }
      body ul:not([class]) li::before {
        content: "";
        height: 2px;
        width: 10px;
        top: 12px;
        left: 0;
        position: absolute;
        background-color: #333333; }
  body ol {
    margin-bottom: 1rem;
    padding-left: 25px; }
    body ol ol {
      margin-bottom: 0; }
    body ol li {
      position: relative; }
      body ol li:not(:last-child) {
        border-bottom: 1px solid #ea3a60;
        padding-bottom: 10px;
        margin-bottom: 10px; }
      body ol li ol, body ol li ul {
        border-top: 1px solid #ea3a60;
        padding-top: 10px;
        margin-top: 10px; }
  body blockquote {
    padding: 15px 30px;
    border-left: 5px solid #3051a2; }
    body blockquote p {
      margin: 0; }
  body .op-menu-bar .main-menu ul li {
    border-bottom: none;
    border-top: none;
    padding: 0;
    margin-bottom: 0; }
    body .op-menu-bar .main-menu ul li::before {
      display: none; }

.white-color {
  color: #ffffff; }

.primary-color {
  color: #3051a2; }

.secondary-color {
  color: #ea3a60; }

.primary-background-color {
  background: #3051a2; }

.secondary-background-color {
  background: #ea3a60; }

h1, h2, h3, h4, h5, h6 {
  font-weight: 700;
  font-family: 'Poppins', sans-serif; }

h1 {
  margin-bottom: 20px;
  font-size: 46px; }

h2 {
  margin-bottom: 20px;
  font-size: 40px; }

h3, .h3 {
  margin-bottom: 20px;
  font-size: 34px; }

h4, .h4 {
  margin-bottom: 20px;
  font-size: 26px; }

h5, .h5 {
  margin-bottom: 20px;
  font-size: 22px; }

.section-404 {
  padding-top: 100px;
  padding-bottom: 100px;
  text-align: center; }
  .section-404 i {
    font-size: 50px;
    border: 5px solid #ea3a60;
    color: #3051a2;
    padding: 15px 31px;
    margin-top: 20px;
    margin-bottom: 20px; }

.small-margin {
  margin-top: 15px; }

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

.large-margin {
  margin-top: 45px; }

/* General Styles
-------------------------------------------------------------- */
body div.wpcf7-response-output {
  margin-top: 0; }

.opus-map iframe {
  min-height: 450px; }

@media (max-width: 767px) {
  h1 {
    font-size: 40px; }
  h2 {
    font-size: 34px; }
  h3, .h3 {
    font-size: 28px; }
  h4, .h4 {
    font-size: 22px; }
  h5, .h5 {
    font-size: 18px; }
  .hide-about-contact-icons .elementor-icon-box-icon {
    display: none; } }

@media (min-width: 768px) {
  body .elementor-section.elementor-section-boxed > .elementor-container {
    max-width: 750px; } }

@media (min-width: 1025px) {
  body .elementor-section.elementor-section-boxed > .elementor-container {
    max-width: 960px; } }

@media (min-width: 1200px) {
  body .elementor-section.elementor-section-boxed > .elementor-container {
    max-width: 1140px; } }

/* Gutenberg
-------------------------------------------------------------- */
.wp-block-gallery {
  padding-top: 15px; }
  .wp-block-gallery .blocks-gallery-image,
  .wp-block-gallery .blocks-gallery-item {
    border: none;
    padding: 0; }
    .wp-block-gallery .blocks-gallery-image::before,
    .wp-block-gallery .blocks-gallery-item::before {
      display: none; }

.wp-block-quote .cite {
  display: block; }

audio, canvas, progress, video {
  display: block;
  width: 100%; }

.wp-block-audio {
  margin-bottom: 30px; }

.wp-block-quote,
.wp-block-quote.is-large {
  margin-bottom: 30px; }

pre {
  margin-top: 20px;
  margin-bottom: 20px; }

.wp-block-pullquote {
  border: 4px solid #eee;
  margin-right: 0; }

.wp-block-separator {
  border-bottom: 2px solid #eee;
  max-width: 100%; }

iframe {
  width: 100%; }

.container .alignfull,
.container .alignwide {
  margin-left: calc( -100vw / 2 + 100% / 2);
  margin-right: calc( -100vw / 2 + 100% / 2);
  max-width: 100vw;
  width: 100vw; }
  @media (min-width: 1025px) {
    .container .alignfull,
    .container .alignwide {
      margin-left: calc( -100vw / 2 + 100% / 2 + 8px);
      margin-right: calc( -100vw / 2 + 100% / 2 + 7px); } }

.container .alignwide {
  padding: 0 15%; }

@media (max-width: 767px) {
  .wp-block-columns.has-2-columns {
    grid-template-columns: 100%; }
  .container .alignwide {
    padding: 0; } }

@media (min-width: 768px) {
  .wp-block-columns.has-2-columns {
    grid-template-columns: 50% 50%; } }

#op-loader-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1000; }
  #op-loader-wrapper #op-loader {
    display: block;
    position: relative;
    left: 50%;
    top: 50%;
    width: 150px;
    height: 150px;
    margin: -75px 0 0 -75px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: #fff;
    -webkit-animation: spin 2s linear infinite;
    /* Chrome, Opera 15+, Safari 5+ */
    animation: spin 2s linear infinite;
    /* Chrome, Firefox 16+, IE 10+, Opera */
    z-index: 1001; }
    #op-loader-wrapper #op-loader:before {
      content: "";
      position: absolute;
      top: 5px;
      left: 5px;
      right: 5px;
      bottom: 5px;
      border-radius: 50%;
      border: 3px solid transparent;
      border-top-color: #fff;
      -webkit-animation: spin 3s linear infinite;
      /* Chrome, Opera 15+, Safari 5+ */
      animation: spin 3s linear infinite;
      /* Chrome, Firefox 16+, IE 10+, Opera */ }
    #op-loader-wrapper #op-loader:after {
      content: "";
      position: absolute;
      top: 15px;
      left: 15px;
      right: 15px;
      bottom: 15px;
      border-radius: 50%;
      border: 3px solid transparent;
      border-top-color: #fff;
      -webkit-animation: spin 1.5s linear infinite;
      /* Chrome, Opera 15+, Safari 5+ */
      animation: spin 1.5s linear infinite;
      /* Chrome, Firefox 16+, IE 10+, Opera */ }
  #op-loader-wrapper .op-loader-section {
    position: fixed;
    top: 0;
    width: 51%;
    height: 100%;
    background: #3051a2;
    z-index: 1000;
    -webkit-transform: translateX(0);
    /* Chrome, Opera 15+, Safari 3.1+ */
    /* IE 9 */
    transform: translateX(0);
    /* Firefox 16+, IE 10+, Opera */ }
  #op-loader-wrapper .op-loader-section.op-section-left {
    left: 0; }
  #op-loader-wrapper .op-loader-section.op-section-right {
    right: 0; }

@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    /* Chrome, Opera 15+, Safari 3.1+ */
    /* IE 9 */
    transform: rotate(0deg);
    /* Firefox 16+, IE 10+, Opera */ }
  100% {
    -webkit-transform: rotate(360deg);
    /* Chrome, Opera 15+, Safari 3.1+ */
    /* IE 9 */
    transform: rotate(360deg);
    /* Firefox 16+, IE 10+, Opera */ } }

@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    /* Chrome, Opera 15+, Safari 3.1+ */
    /* IE 9 */
    transform: rotate(0deg);
    /* Firefox 16+, IE 10+, Opera */ }
  100% {
    -webkit-transform: rotate(360deg);
    /* Chrome, Opera 15+, Safari 3.1+ */
    /* IE 9 */
    transform: rotate(360deg);
    /* Firefox 16+, IE 10+, Opera */ } }

.loaded #op-loader-wrapper .op-loader-section.op-section-left,
.elementor-editor-active #op-loader-wrapper .op-loader-section.op-section-left {
  -webkit-transform: translateX(-100%);
  /* Chrome, Opera 15+, Safari 3.1+ */
  /* IE 9 */
  transform: translateX(-100%);
  /* Firefox 16+, IE 10+, Opera */
  -webkit-transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1); }

.loaded #op-loader-wrapper .op-loader-section.op-section-right,
.elementor-editor-active #op-loader-wrapper .op-loader-section.op-section-right {
  -webkit-transform: translateX(100%);
  /* Chrome, Opera 15+, Safari 3.1+ */
  /* IE 9 */
  transform: translateX(100%);
  /* Firefox 16+, IE 10+, Opera */
  -webkit-transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1); }

.loaded #op-loader,
.elementor-editor-active #op-loader {
  opacity: 0;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out; }

.loaded #op-loader-wrapper,
.elementor-editor-active #op-loader-wrapper {
  visibility: hidden;
  -webkit-transform: translateY(-100%);
  /* Chrome, Opera 15+, Safari 3.1+ */
  /* IE 9 */
  transform: translateY(-100%);
  /* Firefox 16+, IE 10+, Opera */
  -webkit-transition: all 0.3s 1s ease-out;
  transition: all 0.3s 1s ease-out; }

/* Header
-------------------------------------------------------------- */
.op-logo {
  padding-top: 10px;
  padding-bottom: 10px; }
  .op-logo a img {
    max-height: 86px; }

header.header {
  position: absolute;
  width: 100%;
  z-index: 3;
  background-color: transparent;
  border-bottom: none; }

.relative-header header.header {
  position: relative; }
  .relative-header header.header .op-header-container {
    display: none; }
    @media (max-width: 992px) {
      .relative-header header.header .op-header-container {
        display: block; }
        .relative-header header.header .op-header-container .navbar-light button.navbar-toggler {
          border: 2px solid #ea3a60; }
        .relative-header header.header .op-header-container .icon-bar {
          background: #ea3a60; } }
  .relative-header header.header .sticky-nav {
    position: relative;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    margin-top: 0 !important; }
  .relative-header header.header .op-menu-bar ul li a {
    color: #333333; }

.relative-header .op-title-wrapper.without-acf {
  padding: 40px 0; }
  .relative-header .op-title-wrapper.without-acf:before {
    display: none; }
  .relative-header .op-title-wrapper.without-acf .container h2 {
    color: #333333;
    text-align: left !important; }

.op-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.op-top-bar {
  padding: 16px 0 13px 0;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  position: relative; }
  .op-top-bar::before {
    background-color: #ea3a60;
    content: "";
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    width: 5000px;
    -webkit-transform: skew(45deg);
    transform: skew(45deg); }
  .op-top-bar ul {
    margin: 0 !important;
    padding: 0;
    list-style: none; }
  .op-top-bar li + li {
    margin-left: 30px !important; }
  .op-top-bar li {
    display: inline-block;
    position: relative;
    z-index: 998;
    color: #fff;
    font-size: 14px;
    font-family: 'Muli', sans-serif;
    font-weight: 600;
    margin: 0 !important;
    padding: 0 !important;
    border: none !important; }
    .op-top-bar li::before {
      display: none; }
    .op-top-bar li a {
      color: #fff;
      font-size: 14px;
      font-family: 'Muli', sans-serif;
      font-weight: 600;
      text-decoration: none; }
    .op-top-bar li i {
      font-size: 14px;
      margin-right: 10px; }

.op-menu-bar ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: block; }
  .op-menu-bar ul li {
    display: inline-block;
    position: relative;
    z-index: 998;
    color: #ffffff;
    font-size: 14px;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    margin: 0 0 0 30px; }
    .op-menu-bar ul li.menu-item-has-children > a:before {
      -webkit-transform: scaleX(1);
      transform: scaleX(1); }
    .op-menu-bar ul li .sub-menu,
    .op-menu-bar ul li .children {
      text-align: left;
      position: absolute;
      background-color: #fff;
      top: 100%;
      left: 0;
      -webkit-box-shadow: 0 0 40px rgba(1, 1, 1, 0.25);
      -ms-box-shadow: 0 0 40px rgba(1, 1, 1, 0.25);
      -o-box-shadow: 0 0 40px rgba(1, 1, 1, 0.25);
      box-shadow: 0 0 40px rgba(1, 1, 1, 0.25);
      -webkit-transition: all 300ms linear;
      transition: all 300ms linear;
      padding: 25px 7px;
      min-width: 225px;
      visibility: hidden;
      opacity: 0;
      clip: rect(1px, 1px, 1px, 1px);
      margin-top: 30px;
      border-top: none; }
      .op-menu-bar ul li .sub-menu .page_item_has_children .sub-menu,
      .op-menu-bar ul li .sub-menu .page_item_has_children .children,
      .op-menu-bar ul li .children .page_item_has_children .sub-menu,
      .op-menu-bar ul li .children .page_item_has_children .children {
        opacity: 0;
        left: -100%; }
    .op-menu-bar ul li:hover > .sub-menu,
    .op-menu-bar ul li:hover .children {
      visibility: visible;
      opacity: 1;
      clip: inherit;
      margin-top: 0; }
      .op-menu-bar ul li:hover > .sub-menu li > .sub-menu,
      .op-menu-bar ul li:hover .children li > .sub-menu {
        left: 100%;
        top: 0; }
    .op-menu-bar ul li.menu-item-has-children a i,
    .op-menu-bar ul li.page_item_has_children a i {
      display: inline-block; }
    .op-menu-bar ul li:last-child a {
      padding-right: 0px; }
    .op-menu-bar ul li a {
      display: block;
      text-decoration: none;
      font-size: 16px;
      font-weight: 600;
      color: #ffffff;
      padding: 16px 0;
      position: relative;
      text-transform: capitalize; }
      .op-menu-bar ul li a i {
        display: none; }
      .op-menu-bar ul li a:hover::before {
        -webkit-transform: scaleX(1);
        transform: scaleX(1); }
      .op-menu-bar ul li a i {
        font-size: 14px;
        margin-right: 0;
        padding-left: 5px; }
      .op-menu-bar ul li a:hover {
        color: #ffffff; }
    .op-menu-bar ul li:hover .sub-menu li a::before,
    .op-menu-bar ul li:hover .children li a::before {
      display: none; }
    .op-menu-bar ul li .sub-menu li,
    .op-menu-bar ul li .children li {
      display: block;
      margin-left: 0; }
      .op-menu-bar ul li .sub-menu li a,
      .op-menu-bar ul li .children li a {
        font-size: 14px;
        font-weight: 600;
        color: #333333;
        padding: 8px 20px;
        position: relative;
        -webkit-transition: all 300ms linear;
        transition: all 300ms linear; }
        .op-menu-bar ul li .sub-menu li a:hover,
        .op-menu-bar ul li .children li a:hover {
          color: #ea3a60;
          padding-left: 40px;
          -webkit-transition: all 300ms linear;
          transition: all 300ms linear; }
        .op-menu-bar ul li .sub-menu li a:after,
        .op-menu-bar ul li .children li a:after {
          content: '';
          width: 10px;
          height: 2px;
          position: absolute;
          top: 50%;
          left: 20px;
          opacity: 0; }
        .op-menu-bar ul li .sub-menu li a i,
        .op-menu-bar ul li .children li a i {
          display: none; }
        .op-menu-bar ul li .sub-menu li a:hover::after,
        .op-menu-bar ul li .children li a:hover::after {
          opacity: 1;
          background-color: #ea3a60;
          -webkit-transition: all 500ms linear;
          transition: all 500ms linear; }
      .op-menu-bar ul li .sub-menu li.current-menu-item > a,
      .op-menu-bar ul li .children li.current-menu-item > a {
        padding-left: 40px;
        color: #ea3a60; }
        .op-menu-bar ul li .sub-menu li.current-menu-item > a:after,
        .op-menu-bar ul li .children li.current-menu-item > a:after {
          opacity: 1;
          background-color: #ea3a60; }
    .op-menu-bar ul li .sub-menu li.page_item_has_children,
    .op-menu-bar ul li .children li.page_item_has_children {
      z-index: 999; }
      .op-menu-bar ul li .sub-menu li.page_item_has_children:hover .sub-menu,
      .op-menu-bar ul li .sub-menu li.page_item_has_children:hover .children,
      .op-menu-bar ul li .children li.page_item_has_children:hover .sub-menu,
      .op-menu-bar ul li .children li.page_item_has_children:hover .children {
        opacity: 1;
        left: -100%;
        top: 10px; }

.op-menu-bar ul li .sub-menu li.current-menu-item > a {
  padding-left: 40px;
  color: #ea3a60; }

.op-menu-bar ul li .sub-menu li.current-menu-item:after,
.op-menu-bar ul li .children li.current-menu-item:after {
  display: none; }

.navbar {
  padding-bottom: 0;
  padding-right: 0; }
  .navbar .collapse.navbar-collapse {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end; }

.navbar-light button.navbar-toggler {
  border: 0px solid #ffffff;
  outline: none;
  padding: 10px;
  border-radius: 5px; }

.icon-bar:not(:last-child) {
  margin-bottom: 5px; }

.icon-bar {
  height: 3px;
  width: 30px;
  background: #ffffff;
  display: block; }

.sticky-nav {
  position: fixed;
  z-index: 20;
  width: 100%;
  background-color: #fff;
  top: 0;
  margin-top: 0px;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.4);
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.4);
  -webkit-transition: all 250ms ease;
  transition: all 250ms ease;
  -webkit-transform: translateY(-104%);
  transform: translateY(-104%); }
  .sticky-nav .op-header .op-logo {
    padding-top: 10px;
    padding-bottom: 10px; }
    .sticky-nav .op-header .op-logo a img {
      max-height: 65px; }
  .sticky-nav .op-header .op-menu .op-menu-bar .main-menu > ul > li > a {
    padding: 31px 0;
    color: #000000; }
    .sticky-nav .op-header .op-menu .op-menu-bar .main-menu > ul > li > a:hover {
      color: #3051a2; }

body.admin-bar .header .sticky-nav {
  margin-top: 32px; }

.sticky-nav.visible {
  -webkit-transform: translateY(0);
  transform: translateY(0); }

/* Header
-------------------------------------------------------------- */
@media (max-width: 992px) {
  header.header {
    border-bottom: none; }
  .op-menu-bar .main-menu > li.current-menu-item > a,
  .op-menu-bar .main-menu > li.menu-item-has-children.current-menu-parent > a {
    color: #333333;
    background-color: #ffffff; }
  .navbar.main-menu-container {
    background: #ea3a60; } }

@media (max-width: 767px) {
  .op-menu-bar .main-menu > li.current-menu-item > a,
  .op-menu-bar .main-menu > li.menu-item-has-children.current-menu-parent > a {
    color: #333333;
    background-color: #ffffff; }
  .op-top-bar {
    display: none; }
  .navbar.main-menu-container {
    position: absolute;
    z-index: 4;
    width: 100%;
    left: 0;
    background: #ea3a60; }
  .navbar {
    padding: 0; }
  .op-menu-bar ul li {
    margin-left: 0;
    padding-left: 0; }
  .op-menu-bar ul li a {
    padding: 10px 30px; }
  .op-menu-bar ul li .sub-menu,
  .op-menu-bar ul li .children {
    position: relative;
    -webkit-box-shadow: none;
    box-shadow: none;
    margin-top: 0px;
    padding: 8px 7px;
    padding-bottom: 0;
    display: none;
    visibility: visible;
    opacity: 1;
    -webkit-transition: all 0ms linear;
    transition: all 0ms linear; }
    .op-menu-bar ul li .sub-menu li a,
    .op-menu-bar ul li .children li a {
      padding-left: 40px; }
      .op-menu-bar ul li .sub-menu li a:after,
      .op-menu-bar ul li .children li a:after {
        opacity: 1;
        background-color: #ea3a60; }
      .op-menu-bar ul li .sub-menu li a::before,
      .op-menu-bar ul li .children li a::before {
        display: none; }
  .op-menu-bar ul li a i {
    position: absolute;
    right: 15px;
    top: 14px; }
  .op-logo {
    padding-top: 15px;
    padding-bottom: 15px; }
  .footer {
    padding-top: 55px; }
  .footer-top-row {
    padding-bottom: 10px; }
  .sticky-nav {
    display: none; }
  .op-menu-bar ul li {
    display: block; }
  .navbar-light button.navbar-toggler {
    padding: 8px; }
  .icon-bar {
    height: 2px; } }

@media (max-width: 576px) {
  .op-top-bar {
    display: none; }
  .op-menu-bar ul li a {
    padding: 8px 15px; }
  .op-menu-bar ul li ul.sub-menu li,
  .op-menu-bar ul li ul.children li {
    padding-left: 0; }
  .op-menu-bar ul li {
    margin-left: 0;
    padding-left: 0; } }

@media (min-width: 768px) {
  .op-top-bar {
    display: none; }
  .navbar.main-menu-container {
    position: absolute;
    z-index: 4;
    width: 100%;
    left: 0;
    background: #fff; }
  .navbar {
    padding: 0; }
  .op-menu-bar ul li {
    margin-left: 0; }
  .op-menu-bar ul li a {
    padding: 10px 25px; }
  .op-menu-bar ul li .sub-menu,
  .op-menu-bar ul li .children {
    position: relative;
    -webkit-box-shadow: none;
    box-shadow: none;
    margin-top: 0px;
    padding: 8px 30px;
    padding-bottom: 0;
    display: none;
    visibility: visible;
    opacity: 1; }
  .op-menu-bar ul li {
    margin: 0; }
  .op-menu-bar ul li a i {
    position: absolute;
    right: 15px;
    top: 14px; }
  .op-logo {
    padding-top: 15px;
    padding-bottom: 15px; }
  .sticky-nav {
    display: none; }
  .op-menu-bar ul li {
    display: block; } }

@media (min-width: 1025px) {
  .sticky-nav {
    display: block; }
  .navbar.main-menu-container {
    background-color: transparent !important;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end; }
  .op-menu-bar ul li, .op-menu-bar ul li {
    margin: 0 0 0 10px; }
    .op-menu-bar ul li a, .op-menu-bar ul li a {
      font-size: 14px; }
  .op-top-bar {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  .navbar.main-menu-container {
    position: relative;
    background-color: transparent; }
  .op-menu-bar ul li a {
    padding: 16px 0; }
  .op-menu-bar ul li .sub-menu,
  .op-menu-bar ul li .children {
    position: absolute;
    -webkit-box-shadow: 0 0 40px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 40px rgba(0, 0, 0, 0.2);
    margin-top: 30px;
    padding: 25px 0;
    display: block; }
  .navbar {
    padding-left: 0; }
  .op-menu-bar ul li a i {
    position: relative;
    top: 0;
    right: 0; }
  .op-menu-bar ul li a {
    padding: 16px 0px; }
  .op-logo {
    padding-top: 10px;
    padding-bottom: 10px; }
  .op-menu-bar ul li {
    display: inline-block; } }

@media (min-width: 1200px) {
  .op-menu-bar ul li {
    margin: 0 0 0 20px; }
    .op-menu-bar ul li a {
      font-size: 16px; } }

.blog-section {
  padding-top: 80px; }

.blog-single-section {
  padding-top: 73px; }

.featured-image {
  padding-left: 15px;
  padding-right: 15px;
  position: relative; }
  .featured-image img, .featured-image .blog-gallery {
    -webkit-box-shadow: 0 15px 20px 0 rgba(0, 0, 0, 0.25);
    box-shadow: 0 15px 20px 0 rgba(0, 0, 0, 0.25);
    border-radius: 5px; }

.featured-image + .post-content {
  margin: -130px 0 60px 0;
  padding: 150px 30px 35px 30px; }

.post-content {
  padding: 22px 30px 35px 30px;
  margin: 0 0 60px 0;
  -webkit-box-shadow: 0 5px 20px 5px rgba(0, 0, 0, 0.1);
  box-shadow: 0 5px 20px 5px rgba(0, 0, 0, 0.1);
  border-radius: 5px; }
  .post-content .page-title a {
    text-decoration: none;
    color: #333333; }
    .post-content .page-title a:hover {
      color: #333333; }
  .post-content ul.post-meta {
    margin-bottom: 15px; }
    .post-content ul.post-meta li a {
      margin-top: 12px;
      color: #3051a2;
      font-size: 13px;
      display: inline-block;
      position: relative;
      padding-left: 25px; }
  .post-content ul.post-meta li a:before {
    position: absolute;
    top: 2px;
    left: 0;
    font-family: 'Font Awesome 5 Free';
    font-weight: 400;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    content: "\f073"; }
  .post-content .post-excerpt p {
    font-size: 16px;
    color: #333333; }

.navigation.pagination {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }
  .navigation.pagination .nav-links {
    font-weight: 600; }
    .navigation.pagination .nav-links a {
      margin-right: 4px;
      margin-bottom: 4px;
      margin-top: 4px;
      margin-left: 4px;
      line-height: normal;
      border: 2px solid #ea3a60;
      text-align: center;
      border-radius: 3px;
      color: #3051a2;
      display: inline-block;
      background-color: transparent;
      padding: 10px 15px; }
      .navigation.pagination .nav-links a:hover {
        background-color: #ea3a60;
        color: #ffffff; }
    .navigation.pagination .nav-links span {
      margin-bottom: 4px;
      margin-top: 4px;
      margin-left: 4px;
      margin-right: 4px;
      line-height: normal;
      border: 2px solid #ea3a60;
      text-align: center;
      border-radius: 3px;
      display: inline-block;
      padding: 10px 15px; }
      .navigation.pagination .nav-links span.current {
        color: #ffffff;
        background-color: #ea3a60; }
      .navigation.pagination .nav-links span.dots {
        color: #ea3a60;
        background: transparent; }

.searchform,
.wp-block-search {
  position: relative; }
  .searchform .wp-block-search__label,
  .wp-block-search .wp-block-search__label {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
    white-space: nowrap;
    height: 1px;
    width: 1px;
    overflow: hidden; }
  .searchform input#s,
  .searchform .wp-block-search__input,
  .wp-block-search input#s,
  .wp-block-search .wp-block-search__input {
    padding: 12px 52px 12px 20px;
    border: 1px solid #f1f1f1;
    width: 100%; }
    .searchform input#s::-webkit-input-placeholder,
    .searchform .wp-block-search__input::-webkit-input-placeholder,
    .wp-block-search input#s::-webkit-input-placeholder,
    .wp-block-search .wp-block-search__input::-webkit-input-placeholder {
      font-size: 14px;
      color: #333333; }
    .searchform input#s:-ms-input-placeholder,
    .searchform .wp-block-search__input:-ms-input-placeholder,
    .wp-block-search input#s:-ms-input-placeholder,
    .wp-block-search .wp-block-search__input:-ms-input-placeholder {
      font-size: 14px;
      color: #333333; }
    .searchform input#s::-ms-input-placeholder,
    .searchform .wp-block-search__input::-ms-input-placeholder,
    .wp-block-search input#s::-ms-input-placeholder,
    .wp-block-search .wp-block-search__input::-ms-input-placeholder {
      font-size: 14px;
      color: #333333; }
    .searchform input#s::placeholder,
    .searchform .wp-block-search__input::placeholder,
    .wp-block-search input#s::placeholder,
    .wp-block-search .wp-block-search__input::placeholder {
      font-size: 14px;
      color: #333333; }
  .searchform #searchsubmit,
  .searchform .wp-block-search__button,
  .wp-block-search #searchsubmit,
  .wp-block-search .wp-block-search__button {
    font-size: 0;
    border: none;
    padding: 25px 25px;
    background-color: #3051a2;
    position: absolute;
    top: 0;
    right: 0px; }
  .searchform:before,
  .wp-block-search:before {
    position: absolute;
    z-index: 2;
    top: 18px;
    right: 16px;
    color: #fff;
    content: "\f002";
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1; }

.sidebar .widget {
  margin-bottom: 40px;
  background: #f5f7fb;
  padding: 40px 40px 35px 40px; }
  .sidebar .widget .header-svg {
    max-width: 90px;
    stroke: #3051a2;
    margin-bottom: 20px;
    display: none; }
  .sidebar .widget ul li {
    position: relative;
    padding-left: 0;
    border-bottom: 1px solid #333333 !important;
    margin-bottom: 0 !important;
    padding: 12px 20px 12px 0; }
    .sidebar .widget ul li ul {
      border-top: 1px solid #ea3a60;
      padding-top: 10px;
      margin-top: 10px; }
    .sidebar .widget ul li::before {
      content: "";
      height: 2px;
      width: 10px;
      top: 12px;
      left: 0;
      position: absolute;
      background-color: #ea3a60;
      display: none; }
    .sidebar .widget ul li:hover {
      color: #3051a2; }
    .sidebar .widget ul li:hover::before {
      background-color: #3051a2; }
    .sidebar .widget ul li a {
      color: #333333;
      display: block; }

.sidebar .widget.widget_search {
  border: none; }

.op-blog-list {
  padding-bottom: 100px; }
  .op-blog-list .op-single-blog .featured-image {
    margin: 0;
    padding-left: 0; }
    .op-blog-list .op-single-blog .featured-image + .op-single-content-post-thumbnail .post-meta-cat {
      margin-top: 50px; }
  .op-blog-list .op-single-blog .op-single-post-header h3 {
    color: #333333;
    margin-bottom: 0; }
  .op-blog-list .op-single-blog .op-single-post-header ul {
    padding-top: 18px;
    padding-bottom: 20px; }
    .op-blog-list .op-single-blog .op-single-post-header ul li {
      display: inline-block;
      margin-right: 10px; }
      .op-blog-list .op-single-blog .op-single-post-header ul li a {
        text-transform: uppercase;
        position: relative;
        padding-left: 19px;
        font-size: 13px;
        color: #ea3a60; }
        .op-blog-list .op-single-blog .op-single-post-header ul li a:hover {
          color: #ea3a60; }
        .op-blog-list .op-single-blog .op-single-post-header ul li a:hover::before {
          color: #ea3a60; }
    .op-blog-list .op-single-blog .op-single-post-header ul li.user a::before {
      content: "\f007";
      position: absolute;
      top: 0;
      left: 0;
      font-family: 'Font Awesome 5 Free';
      font-weight: 900;
      -webkit-font-smoothing: antialiased;
      display: inline-block;
      font-style: normal;
      font-variant: normal;
      text-rendering: auto;
      line-height: 1; }
    .op-blog-list .op-single-blog .op-single-post-header ul li.time a::before {
      content: "\f073";
      position: absolute;
      top: 0;
      left: 0;
      font-family: 'Font Awesome 5 Free';
      font-weight: 900;
      -webkit-font-smoothing: antialiased;
      display: inline-block;
      font-style: normal;
      font-variant: normal;
      text-rendering: auto;
      line-height: 1; }
  .op-blog-list .op-single-blog .op-single-content-post-thumbnail .page-links a {
    margin-top: 15px;
    margin-right: 4px;
    line-height: normal;
    border: 2px solid #3051a2;
    text-align: center;
    border-radius: 3px;
    color: #3051a2;
    display: inline-block;
    background-color: transparent;
    padding: 10px 15px; }
    .op-blog-list .op-single-blog .op-single-content-post-thumbnail .page-links a:hover {
      background: #3051a2;
      color: #ffffff; }
  .op-blog-list .op-single-blog .op-single-content-post-thumbnail .post-meta-cat {
    position: relative;
    padding-left: 25px; }
    .op-blog-list .op-single-blog .op-single-content-post-thumbnail .post-meta-cat:before {
      content: "\f07c";
      position: absolute;
      top: 6px;
      left: 0;
      font-family: 'Font Awesome 5 Free';
      font-weight: 400;
      -webkit-font-smoothing: antialiased;
      display: inline-block;
      font-style: normal;
      font-variant: normal;
      text-rendering: auto;
      line-height: 1;
      color: #ea3a60;
      font-size: 13px; }
    .op-blog-list .op-single-blog .op-single-content-post-thumbnail .post-meta-cat a {
      font-size: 13px;
      color: #3051a2;
      text-transform: uppercase;
      margin-bottom: 15px;
      display: inline-block; }
      .op-blog-list .op-single-blog .op-single-content-post-thumbnail .post-meta-cat a:hover {
        color: #3051a2; }
  .op-blog-list .op-single-blog .op-single-content-post-thumbnail .main-content-container::after {
    content: "";
    clear: both;
    display: table; }
  .op-blog-list .op-single-blog .op-single-content-post-thumbnail .main-content-container p {
    font-size: 16px; }
  .op-blog-list .op-single-blog .op-single-content-post-thumbnail .nav-links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-top: 17px; }
    .op-blog-list .op-single-blog .op-single-content-post-thumbnail .nav-links .nav-previous a, .op-blog-list .op-single-blog .op-single-content-post-thumbnail .nav-links .nav-next a {
      color: #ffffff;
      display: inline-block;
      margin-bottom: 12px;
      background-color: #ea3a60;
      border-radius: 5px;
      font-size: 16px;
      padding: 8px 20px;
      -webkit-transition: all 500ms ease;
      transition: all 500ms ease; }
      .op-blog-list .op-single-blog .op-single-content-post-thumbnail .nav-links .nav-previous a:hover, .op-blog-list .op-single-blog .op-single-content-post-thumbnail .nav-links .nav-next a:hover {
        background-color: #3051a2; }
  .op-blog-list .op-single-blog .post-tags-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 25px;
    margin-bottom: 16px; }
    .op-blog-list .op-single-blog .post-tags-container h4 {
      font-size: 26px;
      margin-bottom: 0;
      margin-top: 3px; }
    .op-blog-list .op-single-blog .post-tags-container ul {
      margin-left: 20px; }
      .op-blog-list .op-single-blog .post-tags-container ul li {
        display: inline-block;
        margin-right: 20px; }
        .op-blog-list .op-single-blog .post-tags-container ul li a {
          color: #ffffff;
          display: inline-block;
          margin-bottom: 10px;
          background-color: #ea3a60;
          border-radius: 5px;
          font-size: 16px;
          padding: 10px 18px;
          -webkit-transition: all 500ms ease;
          transition: all 500ms ease; }
          .op-blog-list .op-single-blog .post-tags-container ul li a:hover {
            background-color: #3051a2; }
  .op-blog-list .post-comments-container {
    padding-top: 25px; }
    .op-blog-list .post-comments-container .comment-respond {
      margin-top: 30px; }
      .op-blog-list .post-comments-container .comment-respond h4 {
        font-size: 30px; }
      .op-blog-list .post-comments-container .comment-respond .logged-in-as a {
        display: inline-block;
        color: #333333; }
      .op-blog-list .post-comments-container .comment-respond .comment-form-comment label {
        color: #333333;
        margin-bottom: 12px; }
      .op-blog-list .post-comments-container .comment-respond .comment-form-comment textarea {
        width: 100%;
        padding: 20px;
        border: 1px solid #f1f1f1;
        background-color: #f5f7fb;
        resize: none; }
      .op-blog-list .post-comments-container .comment-respond .form-submit input {
        color: #ffffff;
        background-color: #ea3a60;
        margin-bottom: 0px;
        border-radius: 5px;
        font-size: 16px;
        padding: 10px 20px;
        border: none;
        cursor: pointer;
        -webkit-transition: all 500ms ease;
        transition: all 500ms ease; }
        .op-blog-list .post-comments-container .comment-respond .form-submit input:hover {
          background-color: #3051a2; }
      .op-blog-list .post-comments-container .comment-respond .comment-form-author {
        display: inline-block;
        width: 100%; }
        .op-blog-list .post-comments-container .comment-respond .comment-form-author label {
          display: block;
          font-size: 14px; }
        .op-blog-list .post-comments-container .comment-respond .comment-form-author input {
          width: 100%;
          padding: 10px;
          border: 1px solid #f1f1f1;
          background-color: #f5f7fb; }
      .op-blog-list .post-comments-container .comment-respond .comment-form-email {
        display: inline-block;
        width: 100%; }
        .op-blog-list .post-comments-container .comment-respond .comment-form-email label {
          display: block;
          font-size: 14px; }
        .op-blog-list .post-comments-container .comment-respond .comment-form-email input {
          width: 100%;
          padding: 10px;
          border: 1px solid #f1f1f1;
          background-color: #f5f7fb; }
      .op-blog-list .post-comments-container .comment-respond .comment-form-url label {
        display: block;
        font-size: 14px; }
      .op-blog-list .post-comments-container .comment-respond .comment-form-url input {
        width: 100%;
        padding: 10px;
        border: 1px solid #f1f1f1;
        background-color: #f5f7fb; }

.post-password-form label {
  display: block; }
  .post-password-form label input[type="password"] {
    width: 100%;
    padding: 10px;
    border: 1px solid #f1f1f1;
    background-color: #f5f7fb; }

.post-password-form input[type="submit"] {
  color: #ffffff;
  display: inline-block;
  margin-bottom: 12px;
  background-color: #3051a2;
  border-radius: 5px;
  padding: 8px 40px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  margin-top: 10px;
  border: none; }
  .post-password-form input[type="submit"]:hover {
    background: #ea3a60; }

.content-section .post-comments-container .comments-area {
  padding-top: 25px; }

.content-section .post-comments-container .comment-respond h4 {
  font-size: 30px; }

.content-section .post-comments-container .comment-respond .logged-in-as a {
  display: inline-block;
  color: #333333; }

.content-section .post-comments-container .comment-respond .comment-form-comment label {
  color: #333333;
  margin-bottom: 12px; }

.content-section .post-comments-container .comment-respond .comment-form-comment textarea {
  width: 100%;
  padding: 20px;
  border: 1px solid #f1f1f1;
  background-color: #f5f7fb;
  resize: none; }

.content-section .post-comments-container .comment-respond .form-submit input {
  color: #ffffff;
  background-color: #ea3a60;
  margin-bottom: 0px;
  border-radius: 5px;
  font-size: 16px;
  padding: 10px 20px;
  border: none;
  cursor: pointer;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease; }
  .content-section .post-comments-container .comment-respond .form-submit input:hover {
    background-color: #3051a2; }

.content-section .post-comments-container .comment-respond .comment-form-author {
  display: inline-block;
  width: 100%; }
  .content-section .post-comments-container .comment-respond .comment-form-author label {
    display: block;
    font-size: 14px; }
  .content-section .post-comments-container .comment-respond .comment-form-author input {
    width: 100%;
    padding: 10px;
    border: 1px solid #f1f1f1;
    background-color: #f5f7fb; }

.content-section .post-comments-container .comment-respond .comment-form-email {
  display: inline-block;
  width: 100%; }
  .content-section .post-comments-container .comment-respond .comment-form-email label {
    display: block;
    font-size: 14px; }
  .content-section .post-comments-container .comment-respond .comment-form-email input {
    width: 100%;
    padding: 10px;
    border: 1px solid #f1f1f1;
    background-color: #f5f7fb; }

.content-section .post-comments-container .comment-respond .comment-form-url label {
  display: block;
  font-size: 14px; }

.content-section .post-comments-container .comment-respond .comment-form-url input {
  width: 100%;
  padding: 10px;
  border: 1px solid #f1f1f1;
  background-color: #f5f7fb; }

.tagcloud a {
  background: #ea3a60;
  display: inline-block;
  padding: 8px 18px;
  color: #fff;
  border-radius: 5px;
  margin-bottom: 10px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease; }
  .tagcloud a:hover {
    color: #fff;
    background: #1a1e66; }

p.form-submit {
  margin-bottom: 0; }

.post-content ul.post-meta li a:hover {
  color: #ea3a60; }

.post-content ul.post-meta li a:hover::before {
  color: #ea3a60; }

body.blog .op-blog-list .sticky .post-content + .post-content,
body.blog .op-blog-list .sticky .featured-image + .post-content {
  position: initial; }
  body.blog .op-blog-list .sticky .post-content + .post-content::before,
  body.blog .op-blog-list .sticky .featured-image + .post-content::before {
    display: none; }

body.blog .op-blog-list .sticky .post-content::before,
body.blog .op-blog-list .sticky .featured-image::before {
  content: "Sticky";
  position: absolute;
  right: 15px;
  top: 0;
  font-weight: 700;
  color: #fff;
  background: #4c15bf;
  padding: 5px 30px;
  border-radius: 0 5px 0 0; }

body.blog .op-blog-list .sticky .post-content::before {
  right: 0; }

.wpcf7 .wpcf7-submit {
  color: #ffffff;
  margin-bottom: 10px;
  background-color: #ea3a60;
  border-radius: 5px;
  font-size: 16px;
  padding: 10px 20px;
  border: none;
  cursor: pointer;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease; }
  .wpcf7 .wpcf7-submit:hover {
    background-color: #3051a2; }

.wpcf7 input.wpcf7-text {
  width: 100%;
  padding: 10px;
  border: 1px solid #f1f1f1;
  background-color: #f5f7fb; }

.wpcf7 textarea {
  width: 100%;
  padding: 10px;
  border: 1px solid #f1f1f1;
  background-color: #f5f7fb;
  max-height: 180px;
  resize: none; }

.contact-team .wpcf7 input.wpcf7-text {
  background-color: #ffffff; }

.contact-team .wpcf7 textarea {
  background-color: #ffffff; }

.single-team-bio ul li {
  font-weight: 700;
  margin-bottom: 10px;
  text-transform: uppercase; }
  .single-team-bio ul li span.team-department {
    color: #ea3a60;
    font-weight: 600; }
  .single-team-bio ul li span {
    font-weight: 400;
    text-transform: initial;
    margin-left: 5px; }
  .single-team-bio ul li a {
    display: inline-block;
    text-decoration: none;
    margin-left: 5px; }

.team-member-container {
  margin: 0 15px;
  -webkit-transition: all 0.5s linear;
  -kthtml-transition: all 0.5s linear;
  transition: all 0.5s linear;
  padding-bottom: 15px; }
  .team-member-container:hover {
    -webkit-box-shadow: 10px 11px 38px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 10px 11px 38px 0px rgba(0, 0, 0, 0.1); }
  .team-member-container .team-member-image {
    max-height: 400px;
    overflow: hidden; }

.elementor-widget-progress .elementor-widget-container span.elementor-title {
  background-color: #fff;
  position: relative;
  z-index: 2;
  padding-top: 10px;
  padding-bottom: 2px;
  padding-left: 3px;
  text-transform: uppercase; }

.elementor-widget-progress .elementor-progress-wrapper.progress-info {
  height: 5px;
  margin-top: 3px; }
  .elementor-widget-progress .elementor-progress-wrapper.progress-info .elementor-progress-bar {
    position: relative;
    margin-left: 3px;
    border-radius: 0;
    height: 100%; }
    .elementor-widget-progress .elementor-progress-wrapper.progress-info .elementor-progress-bar:before {
      content: "";
      bottom: 5px;
      right: 0;
      position: absolute;
      background-color: #ea3a60;
      height: 12px;
      width: 2px;
      z-index: -1; }
    .elementor-widget-progress .elementor-progress-wrapper.progress-info .elementor-progress-bar .elementor-progress-percentage {
      margin-top: -31px;
      font-weight: 700;
      font-size: 14px;
      color: #333333;
      padding-right: 10px; }

.op-content-with-headline ul li {
  margin-bottom: 20px; }
  .op-content-with-headline ul li span {
    font-weight: 700;
    font-size: 18px; }

.single-corpto_services .menu {
  border: 2px solid #ea3a60;
  border: none !important; }
  .single-corpto_services .menu li {
    position: relative;
    border: 1px solid #f1f1f1;
    border-bottom: none; }
    .single-corpto_services .menu li:before {
      content: "";
      top: 0;
      left: 0;
      position: absolute;
      height: 100%;
      width: 4px;
      background-color: #ea3a60;
      -webkit-transition: all 300ms ease;
      transition: all 300ms ease;
      display: none; }
    .single-corpto_services .menu li:last-of-type {
      border-bottom: 1px solid #f1f1f1; }
    .single-corpto_services .menu li a {
      padding: 15px 24px;
      display: block;
      z-index: 2;
      position: relative;
      color: #333333;
      -webkit-transition: all 300ms ease;
      transition: all 300ms ease; }
      .single-corpto_services .menu li a:hover {
        color: #ffffff; }
  .single-corpto_services .menu li.current-menu-item a {
    color: #ffffff; }

.service-name .input-holder {
  margin-bottom: 25px; }
  .service-name .input-holder input {
    background-color: #f5f7fb; }

.service-name p {
  margin: 0; }

.service-message .input-holder {
  margin-bottom: 20px; }
  .service-message .input-holder textarea {
    height: 116px;
    background-color: #f5f7fb;
    resize: none; }

.service-message p {
  margin: 0; }

.elementor-tab-title.elementor-active {
  background-color: #3051a2;
  border-radius: 5px 5px 0 0; }
  .elementor-tab-title.elementor-active a:hover {
    color: #ffffff; }

@media (max-width: 767px) {
  body .team-member-item.style-2 {
    margin: auto;
    padding-top: 50px; }
  body .team-member-item.style-1 {
    margin: auto; } }

@media (min-width: 1025px) {
  body .team-member-item.style-2 .team-item-profile .team-member-info {
    padding: 104px 10px 0px 0px; }
    body .team-member-item.style-2 .team-item-profile .team-member-info::after {
      top: 53px;
      left: 18px; }
    body .team-member-item.style-2 .team-item-profile .team-member-info .member-meta > li {
      font-size: 12px; }
      body .team-member-item.style-2 .team-item-profile .team-member-info .member-meta > li a {
        font-size: 14px; } }

@media (min-width: 1200px) {
  body .team-member-item.style-2 .team-item-profile .team-member-info {
    padding: 85px 20px 30px 50px; }
    body .team-member-item.style-2 .team-item-profile .team-member-info::after {
      top: 0;
      left: 0; }
    body .team-member-item.style-2 .team-item-profile .team-member-info .member-meta > li {
      font-size: 16px; }
      body .team-member-item.style-2 .team-item-profile .team-member-info .member-meta > li a {
        font-size: 18px; } }

@media (min-width: 768px) {
  body .corpto-blog-item.corpto-service-item .post-content {
    margin: -50px 15px 10px 0; } }

@media (min-width: 1025px) {
  body .corpto-blog-item.corpto-service-item .post-content {
    margin: -50px 15px 0px 0; } }

@media (max-width: 767px) {
  body .op-blog-list {
    padding-bottom: 80px; }
  .blog-section, .blog-single-section {
    padding-bottom: 40px; }
  body .comments-area .comment-list li article {
    padding: 30px 30px 30px 30px; }
  .sidebar .widget {
    padding: 30px 30px 25px 30px; }
    .sidebar .widget .header-svg {
      margin-bottom: 15px; }
  .op-blog-list .op-single-blog .post-tags-container {
    display: block; }
  .op-blog-list .op-single-blog .post-tags-container ul {
    margin-left: 0;
    margin-top: 20px; } }

@media (min-width: 768px) {
  body .op-blog-list {
    padding-bottom: 80px; }
  .blog-section, .blog-single-section {
    padding-bottom: 40px; } }

@media (min-width: 1025px) {
  body .op-blog-list {
    padding-bottom: 100px; }
  .blog-section, .blog-single-section {
    padding-bottom: 0; } }

*, *:focus {
  outline: none !important; }

.elementor-widget-accordion .elementor-accordion .elementor-accordion-item {
  margin-bottom: 15px;
  border: none; }
  .elementor-widget-accordion .elementor-accordion .elementor-accordion-item .elementor-tab-title.elementor-active {
    background: #3051a2;
    color: #ffffff; }
    .elementor-widget-accordion .elementor-accordion .elementor-accordion-item .elementor-tab-title.elementor-active a:hover {
      color: #ffffff; }
  .elementor-widget-accordion .elementor-accordion .elementor-accordion-item .elementor-tab-content {
    border: none;
    -webkit-box-shadow: 0px 4px 16px 0px rgba(48, 81, 162, 0.4);
    box-shadow: 0px 4px 16px 0px rgba(48, 81, 162, 0.4);
    border-radius: 10px 10px 0 10px;
    margin-top: 15px; }
    .elementor-widget-accordion .elementor-accordion .elementor-accordion-item .elementor-tab-content p {
      margin: 0; }

.footer {
  padding-top: 100px;
  color: #ffffff;
  font-size: 14px;
  font-family: "Muli", sans-serif;
  position: relative; }
  .footer .footer-svg {
    max-width: 40px;
    margin-bottom: 15px; }
    .footer .footer-svg svg {
      fill: transparent;
      stroke-width: 2px;
      stroke: #ffffff; }
  .footer .footer-top-row {
    padding-bottom: 50px; }
    .footer .footer-top-row .widget-title {
      margin-bottom: 30px;
      font-weight: 600;
      font-size: 24px;
      text-transform: uppercase; }
    .footer .footer-top-row .footer-logo-wrapper {
      margin-bottom: 30px;
      display: inline-block; }
  .footer .footer-social ul li {
    display: inline-block; }
    .footer .footer-social ul li a {
      margin-right: 20px; }
      .footer .footer-social ul li a i {
        font-size: 20px;
        color: #ffffff; }
        .footer .footer-social ul li a i:hover {
          color: #bdc3c7; }
  .footer .widget {
    margin-bottom: 25px; }
    .footer .widget h2 {
      font-size: 20px;
      font-weight: 500;
      text-transform: capitalize;
      color: #ffffff; }
    .footer .widget ul {
      margin: 0;
      padding: 0;
      list-style: none;
      text-align: left; }
      .footer .widget ul li {
        color: #ffffff;
        padding: 0 !important;
        margin: 0 !important;
        border: none !important; }
        .footer .widget ul li::before {
          display: none; }
        .footer .widget ul li a {
          text-decoration: none;
          color: #ffffff;
          display: block;
          padding-bottom: 7px; }
          .footer .widget ul li a:hover {
            color: #bdc3c7; }

.copy-right-container {
  padding: 15px 0; }
  .copy-right-container .copy-right-side ul {
    margin: 0;
    padding: 0;
    list-style: none; }
    .copy-right-container .copy-right-side ul li a {
      color: #ffffff;
      font-size: 14px; }

@media (max-width: 767px) {
  .footer {
    padding-top: 62px; }
  .footer .footer-top-row {
    padding-bottom: 10px; }
    .footer .footer-top-row .footer-logo-wrapper {
      display: block;
      margin-bottom: 25px; }
    .footer .footer-top-row .footer-widget-container {
      margin-bottom: 20px; }
  .copy-left {
    text-align: center;
    margin-bottom: 20px; }
  .footer-social {
    text-align: center !important; }
  .copy-right-container {
    padding-bottom: 15px; } }

@media (min-width: 768px) {
  .footer {
    padding-top: 75px; }
  .footer-top-row {
    padding-bottom: 10px; }
  .copy-left {
    text-align: left;
    margin-bottom: 20px; }
  .footer-social {
    text-align: right !important; }
  .copy-right-container {
    padding: 0; } }

@media (min-width: 1025px) {
  .footer {
    padding-top: 100px; }
  .footer-top-row {
    padding-bottom: 50px; }
  .copy-left {
    text-align: left;
    margin-bottom: 0; }
  .footer-social {
    text-align: right !important; }
  .copy-right-container {
    padding: 15px 0 15px 0; } }

.op-banner {
  position: relative; }
  .op-banner .item {
    position: relative; }
    .op-banner .item .op-banner-caption {
      position: absolute;
      left: 0;
      right: 0;
      top: 0;
      bottom: 0;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center; }
      .op-banner .item .op-banner-caption .container {
        position: relative;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex; }
        .op-banner .item .op-banner-caption .container .op-banner-details {
          opacity: 0;
          color: #ffffff;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: center;
          -ms-flex-align: center;
          align-items: center;
          position: relative;
          background: #ffffff;
          padding: 30px;
          left: 0;
          top: 0;
          width: 100%;
          height: 100%;
          -webkit-transition: all 1500ms ease 500ms;
          transition: all 1500ms ease 500ms; }
          .op-banner .item .op-banner-caption .container .op-banner-details .op-banner-detail {
            color: #000000; }
          .op-banner .item .op-banner-caption .container .op-banner-details .banner-buttons {
            margin-top: 20px; }
            .op-banner .item .op-banner-caption .container .op-banner-details .banner-buttons li {
              display: inline-block; }
              .op-banner .item .op-banner-caption .container .op-banner-details .banner-buttons li:not(:last-child) {
                margin-right: 15px; }
    .op-banner .item.slick-slide.img-overlay {
      position: relative; }
      .op-banner .item.slick-slide.img-overlay::before {
        position: absolute;
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, 0.45);
        content: ""; }
    .op-banner .item.slick-active .op-banner-caption .container .op-banner-details {
      opacity: 1; }

.primary-heading h1, .primary-heading h2, .primary-heading h3, .primary-heading h4, .primary-heading h5 {
  position: relative; }

.elementor-image {
  position: relative; }
  .elementor-image::before {
    position: absolute;
    content: "";
    width: calc(100% + 10px);
    height: calc(100% + 22px);
    top: 0;
    bottom: 0;
    left: 2px;
    right: 0;
    margin: auto;
    border: 5px solid #ea3a60;
    background-color: transparent; }
  .elementor-image img {
    padding-left: 15px;
    position: relative;
    z-index: 2; }

.heading-default-color h1, .heading-default-color h2, .heading-default-color h3, .heading-default-color h4, .heading-default-color h5 {
  color: #414d60; }

.sub-heading {
  color: #ea3a60;
  font-size: 12px;
  line-height: 24px;
  letter-spacing: 3px;
  text-transform: uppercase;
  margin-bottom: 7px;
  font-weight: bold; }

/*
* iziToast | v1.4.0
* http://izitoast.marcelodolce.com
* by Marcelo Dolce.
*/
.iziToast-capsule {
  font-size: 0;
  height: 0;
  width: 100%;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: height 0.5s cubic-bezier(0.25, 0.8, 0.25, 1), -webkit-transform 0.5s cubic-bezier(0.25, 0.8, 0.25, 1);
  transition: height 0.5s cubic-bezier(0.25, 0.8, 0.25, 1), -webkit-transform 0.5s cubic-bezier(0.25, 0.8, 0.25, 1);
  transition: transform 0.5s cubic-bezier(0.25, 0.8, 0.25, 1), height 0.5s cubic-bezier(0.25, 0.8, 0.25, 1);
  transition: transform 0.5s cubic-bezier(0.25, 0.8, 0.25, 1), height 0.5s cubic-bezier(0.25, 0.8, 0.25, 1), -webkit-transform 0.5s cubic-bezier(0.25, 0.8, 0.25, 1); }

.iziToast-capsule,
.iziToast-capsule * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.iziToast-overlay {
  display: block;
  position: fixed;
  top: -100px;
  left: 0;
  right: 0;
  bottom: -100px;
  z-index: 997; }

.iziToast {
  display: inline-block;
  clear: both;
  position: relative;
  font-size: 14px;
  background: rgba(238, 238, 238, 0.9);
  border-color: rgba(238, 238, 238, 0.9);
  width: 100%;
  pointer-events: all;
  cursor: default;
  -webkit-transform: translateX(0);
  transform: translateX(0);
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  min-height: 54px; }

.iziToast > .iziToast-progressbar {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  z-index: 1;
  background: rgba(255, 255, 255, 0.2); }

.iziToast > .iziToast-progressbar > div {
  height: 2px;
  width: 100%;
  background: rgba(0, 0, 0, 0.3);
  border-radius: 0 0 3px 3px; }

.iziToast.iziToast-balloon:before {
  content: '';
  position: absolute;
  right: 8px;
  left: auto;
  width: 0px;
  height: 0px;
  top: 100%;
  border-right: 0px solid transparent;
  border-left: 15px solid transparent;
  border-top: 10px solid #000;
  border-top-color: inherit;
  border-radius: 0; }

.iziToast.iziToast-balloon .iziToast-progressbar {
  top: 0;
  bottom: auto; }

.iziToast.iziToast-balloon > div {
  border-radius: 0 0 0 3px; }

.iziToast > .iziToast-cover {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  height: 100%;
  margin: 0;
  background-size: 100%;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-color: rgba(0, 0, 0, 0.1); }

.iziToast > .iziToast-close {
  position: absolute;
  right: 0;
  top: 0;
  border: 0;
  padding: 0;
  opacity: 0.6;
  width: 42px;
  height: 100%;
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAYAAABzenr0AAAABHNCSVQICAgIfAhkiAAAAAlwSFlzAAAJPAAACTwBcGfW0QAAABl0RVh0U29mdHdhcmUAd3d3Lmlua3NjYXBlLm9yZ5vuPBoAAAD3SURBVFiF1ZdtDoMgDEBfdi4PwAX8vLFn0qT7wxantojKupmQmCi8R4tSACpgjC2ICCUbEBa8ingjsU1AXRBeR8aLN64FiknswN8CYefBBDQ3whuFESy7WyQMeC0ipEI0A+0FeBvHUFN8xPaUhAH/iKoWsnXHGegy4J0yxialOfaHJAz4bhRzQzgDvdGnz4GbAonZbCQMuBm1K/kcFu8Mp1N2cFFpsxsMuJqqbIGExGl4loARajU1twskJLLhIsID7+tvUoDnIjTg5T9DPH9EBrz8rxjPzciAl9+O8SxI8CzJ8CxKFfh3ynK8Dyb8wNHM/XDqejx/AtNyPO87tNybAAAAAElFTkSuQmCC") no-repeat 50% 50%;
  background-size: 8px;
  cursor: pointer;
  outline: none; }

.iziToast > .iziToast-close:hover {
  opacity: 1; }

.iziToast > .iziToast-body {
  position: relative;
  padding: 0 0 0 10px;
  height: auto;
  min-height: 36px;
  margin: 0 0 0 15px;
  text-align: left; }

.iziToast > .iziToast-body:after {
  content: "";
  display: table;
  clear: both; }

.iziToast > .iziToast-body .iziToast-texts {
  margin: 10px 0 0 0;
  padding-right: 2px;
  display: inline-block;
  float: left; }

.iziToast > .iziToast-body .iziToast-inputs {
  min-height: 19px;
  float: left;
  margin: 3px -2px; }

.iziToast > .iziToast-body .iziToast-inputs > input:not([type=checkbox]):not([type=radio]),
.iziToast > .iziToast-body .iziToast-inputs > select {
  position: relative;
  display: inline-block;
  margin: 2px;
  border-radius: 2px;
  border: 0;
  padding: 4px 7px;
  font-size: 13px;
  letter-spacing: 0.02em;
  background: rgba(0, 0, 0, 0.1);
  color: #000;
  -webkit-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.2);
  min-height: 26px; }

.iziToast > .iziToast-body .iziToast-inputs > input:not([type=checkbox]):not([type=radio]):focus,
.iziToast > .iziToast-body .iziToast-inputs > select:focus {
  -webkit-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.6);
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.6); }

.iziToast > .iziToast-body .iziToast-buttons {
  min-height: 17px;
  float: left;
  margin: 4px -2px; }

.iziToast > .iziToast-body .iziToast-buttons > a,
.iziToast > .iziToast-body .iziToast-buttons > button,
.iziToast > .iziToast-body .iziToast-buttons > input:not([type=checkbox]):not([type=radio]) {
  position: relative;
  display: inline-block;
  margin: 2px;
  border-radius: 2px;
  border: 0;
  padding: 5px 10px;
  font-size: 12px;
  letter-spacing: 0.02em;
  cursor: pointer;
  background: rgba(0, 0, 0, 0.1);
  color: #000; }

.iziToast > .iziToast-body .iziToast-buttons > a:hover,
.iziToast > .iziToast-body .iziToast-buttons > button:hover,
.iziToast > .iziToast-body .iziToast-buttons > input:not([type=checkbox]):not([type=radio]):hover {
  background: rgba(0, 0, 0, 0.2); }

.iziToast > .iziToast-body .iziToast-buttons > a:focus,
.iziToast > .iziToast-body .iziToast-buttons > button:focus,
.iziToast > .iziToast-body .iziToast-buttons > input:not([type=checkbox]):not([type=radio]):focus {
  -webkit-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.6);
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.6); }

.iziToast > .iziToast-body .iziToast-buttons > a:active,
.iziToast > .iziToast-body .iziToast-buttons > button:active,
.iziToast > .iziToast-body .iziToast-buttons > input:not([type=checkbox]):not([type=radio]):active {
  top: 1px; }

.iziToast > .iziToast-body .iziToast-icon {
  height: 100%;
  position: absolute;
  left: 0;
  top: 50%;
  display: table;
  font-size: 23px;
  line-height: 24px;
  margin-top: -12px;
  color: #000;
  width: 24px;
  height: 24px; }

.iziToast > .iziToast-body .iziToast-icon.ico-info {
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEAAAABACAMAAACdt4HsAAAAflBMVEUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACCtoPsAAAAKXRSTlMA6PsIvDob+OapavVhWRYPrIry2MxGQ97czsOzpJaMcE0qJQOwVtKjfxCVFeIAAAI3SURBVFjDlJPZsoIwEETnCiGyb8q+qmjl/3/wFmGKwjBROS9QWbtnOqDDGPq4MdMkSc0m7gcDDhF4NRdv8NoL4EcMpzoJglPl/KTDz4WW3IdvXEvxkfIKn7BMZb1bFK4yZFqghZ03jk0nG8N5NBwzx9xU5cxAg8fXi20/hDdC316lcA8o7t16eRuQvW1XGd2d2P8QSHQDDbdIII/9CR3lUF+lbucfJy4WfMS64EJPORnrZxtfc2pjJdnbuags3l04TTtJMXrdTph4Pyg4XAjugAJqMDf5Rf+oXx2/qi4u6nipakIi7CsgiuMSEF9IGKg8heQJKkxIfFSUU/egWSwNrS1fPDtLfon8sZOcYUQml1Qv9a3kfwsEUyJEMgFBKzdV8o3Iw9yAjg1jdLQCV4qbd3no8yD2GugaC3oMbF0NYHCpJYSDhNI5N2DAWB4F4z9Aj/04Cna/x7eVAQ17vRjQZPh+G/kddYv0h49yY4NWNDWMMOMUIRYvlTECmrN8pUAjo5RCMn8KoPmbJ/+Appgnk//Sy90GYBCGgm7IAskQ7D9hFKW4ApB1ei3FSYD9PjGAKygAV+ARFYBH5BsVgG9kkBSAQWKUFYBRZpkUgGVinRWAdUZQDABBQdIcAElDVBUAUUXWHQBZx1gMAGMprM0AsLbVXHsA5trZe93/wp3svQ0YNb/jWV3AIOLsMtlznSNOH7JqjOpDVh7z8qCZR10ftvO4nxeOvPLkpSuvfXnxzKtvXr7j+v8C5ii0e71At7cAAAAASUVORK5CYII=") no-repeat 50% 50%;
  background-size: 85%; }

.iziToast > .iziToast-body .iziToast-icon.ico-warning {
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEQAAABECAMAAAAPzWOAAAAAkFBMVEUAAAAAAAABAAIAAAABAAIAAAMAAAABAAIBAAIBAAIAAAIAAAABAAIAAAABAAICAAICAAIAAAIAAAAAAAAAAAABAAIBAAIAAAMAAAABAAIBAAMBAAECAAIAAAIAAAIAAAABAAIBAAIBAAMBAAIBAAEAAAIAAAMAAAAAAAABAAECAAICAAIAAAIAAAMAAAQAAAE05yNAAAAAL3RSTlMAB+kD7V8Q+PXicwv7I9iYhkAzJxnx01IV5cmnk2xmHfzexsK4eEw5L7Gei39aRw640awAAAHQSURBVFjD7ZfJdoJAEEWJgCiI4oDiPM8m7///LidErRO7sHrY5u7YXLr7vKqu9kTC0HPmo9n8cJbEQOzqqAdAUHeUZACQuTkGDQBoDJwkHZR0XBz9FkpafXuHP0SJ09mGeJLZ5wwlTmcbA0THPmdEK7XPGTG1zxmInn3OiJ19zkB0jSVTKExMHT0wjAwlWzC0fSPHF1gWRpIhWMYm7fYTFcQGlbemf4dFfdTGg0B/KXM8qBU/3wntbq7rSGqvJ9kla6IpueFJet8fxfem5yhykjyOgNaWF1qSGd5JMNNxpNF7SZQaVh5JzLrTCZIEJ1GyEyVyd+pClMjdaSJK5O40giSRu5PfFiVyd1pAksjdKRnrSsbVdbiHrgT7yss315fkVQPLFQrL+4FHeOXKO5YRFEKv5AiFaMlKLlBpJuVCJlC5sJfvCgztru/3NmBYccPgGTxRAzxn1XGEMUf58pXZvjoOsOCgjL08+b53mtfAM/SVsZcjKLtysQZPqIy9HPP3m/3zKItRwT0LyQo8sTr26tcO83DIUMWIJjierHLsJda/tbNBFY0BP/bKtcM8HNIWCK3aYR4OMzgxo5w5EFLOLKDExXAm9gI4E3iAO94/Ct/lKWuM2LMGbgAAAABJRU5ErkJggg==") no-repeat 50% 50%;
  background-size: 85%; }

.iziToast > .iziToast-body .iziToast-icon.ico-error {
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEAAAABACAMAAACdt4HsAAAAeFBMVEUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAVyEiIAAAAJ3RSTlMA3BsB98QV8uSyWVUFz7+kcWMM2LuZioBpTUVBNcq2qaibj4d1azLZZYABAAACZElEQVRYw7WX25KCMAyGAxUoFDkpiohnV97/DXeGBtoOUprZ2dyo1K82fxKbwJJVp+KQZ7so2mX5oThVQLKwjDe9YZu4DF3ptAn6rxY0qQPOEq9fNC9ha3y77a22ba24v+9Xbe8v8x03dPOC2/NdvB6xeSreLfGJpnx0TyotKqLm2s7Jd/WO6ivXNp0tCy02R/aFz5VQ5wUPlUL5fIfj5KIlVGU0nWHm/5QtoTVMWY8mzIVu1K9O7XH2JiU/xnOOT39gnUfj+lFHddx4tFjL3/H8jjzaFCy2Rf0c/fdQyQszI8BDR973IyMSKa4krjxAiW/lkRvMP+bKK9WbYS1ASQg8dKjaUGlYPwRe/WoIkz8tiQchH5QAEMv6T0k8MD4mUyWr4E7jAWqZ+xWcMIYkXvlwggJ3IvFK+wIOcpXAo8n8P0COAaXyKH4OsjBuZB4ew0IGu+H1SebhNazsQBbWm8yj+hFuUJB5eMsN0IUXmYendAFFfJB5uEkRMYwxmcd6zDGRtmQePEykAgubymMRFmMxCSIPCRbTuFNN5OGORTjmNGc0Po0m8Uv0gcCry6xUhR2QeLii9tofbEfhz/qvNti+OfPqNm2Mq6105FUMvdT4GPmufMiV8PqBMkc+DdT1bjYYbjzU/ew23VP4n3mLAz4n8Jtv/Ui3ceTT2mzz5o1mZt0gnBpmsdjqRqVlmplcPdqa7X23kL9brdm2t/uBYDPn2+tyu48mtIGD10JTuUrukVrbCFiwDzcHrPjxKt7PW+AZQyT/WESO+1WL7f3o+WLHL2dYMSZsg6dg/z360ofvP4//v1NPzgs28WlWAAAAAElFTkSuQmCC") no-repeat 50% 50%;
  background-size: 80%; }

.iziToast > .iziToast-body .iziToast-icon.ico-success {
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEAAAABABAMAAABYR2ztAAAAIVBMVEUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABt0UjBAAAACnRSTlMApAPhIFn82wgGv8mVtwAAAKVJREFUSMft0LEJAkEARNFFFEw1NFJb8CKjAy1AEOzAxNw+bEEEg6nyFjbY4LOzcBwX7S/gwUxoTdIn+Jbv4Lv8bx446+kB6VsBtK0B+wbMCKxrwL33wOrVeeChX28n7KTOTjgoEu6DRSYAgAAAAkAmAIAAAAIACQIkMkACAAgAIACAyECBKAOJuCagTJwSUCaUAEMAABEBRwAAEQFLbCJgO4bW+AZKGnktR+jAFAAAAABJRU5ErkJggg==") no-repeat 50% 50%;
  background-size: 85%; }

.iziToast > .iziToast-body .iziToast-icon.ico-question {
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEAAAABACAQAAAAAYLlVAAAABGdBTUEAALGPC/xhBQAAACBjSFJNAAB6JgAAgIQAAPoAAACA6AAAdTAAAOpgAAA6mAAAF3CculE8AAAAAmJLR0QAAKqNIzIAAAAJcEhZcwAADdcAAA3XAUIom3gAAAAHdElNRQfhCQkUEhFovxTxAAAEDklEQVRo3s2ZTWgTQRTHf03ipTRUqghNSgsRjHgQrFUQC6JgD1Kak3gQUUoPqRdBglf1oBehBws9Cn4cGk+1SOmh2upBxAYVoeJHrR9tgq0i1Cq0lqYeks7MbpPdmU00/c8hm9n33v/t7Nt5M2+qMEWQI0QIibZKRrQpHvLL2KI2wnQzzBKrDm2RIeKEy01dTYKUI7G1ZRknQXV5yP10kTYgly1NF/5S6duZ8ES+1iZodyaocrjXxE0OFeifYYgp0mRIkwFChAkRJsIxGgrIP+I0n82fvZW5dc/zkss0O2o1c5mX6/TmaDWl77RFe5YkUW3tKEmyFv0lOvXJ/fTYnmCEFuMRbGHEZqVHLyT9DFjUJmkzJl9DG5MWWwM6Llif/gF1nukB6nhgGwUXdFrE+wiURA8QoM9i0zEWWpXQW+ZsyeRrOMuyEo5Fv4gmy4dXPvqcC+pH2VRYaMwy+OWG+iLGCgm0W0Kv9HdvR8ASjmKCXpuK/bxiV/76A/v5UdDIZuKcJGjrnec5KZ7wwsWFOp6xPX/9mt2sqDe7FO+Kf/fXHBPPDWpdXGhTpLvUG9VKwh1xMDDjkvu+cNDFBTk7ptX1QkKZ850m3duu6fcrWxwdaFFyREJ2j4vOpKP6Du6z4uJCv8sYJIVkCnJBGGZaBONO3roY2EqNrSfIPi7SKP4fdXyNUd6I6wbSAHEl33tFLe+FlSsusnK90A0+oEPcuufZgXnOi+u9LrKSJQZQw6LwqBnv2CKsfHORbFbyQhA6xN/pEuihSdj56Co7LWRjPiKie6gkB2LiKuUqK5kiPkLiz1QJ9K1cNXBAMoUCigNpQ9IqDtMI1HKA4/jyvUsaoSyZLA5kjOjDPFZen8Ql5TsvBskUgjciIPSX3QAXC86DT7VWvlEh/xZ+ij9BDVWJ0QL0SbZq6QaFxoLPcXPmBLveLCc4wXdDK6s+6/vwhCSniFLPXW0NJe5UB8zKCsviqpc7vGPVQFcyZbyPwGD+d5ZnxmNWlhG4xSBZZjivjIWHEQgoDkSMjMwTo54569JSE5IpA7EyJSMTyGTUAUFlO1ZKOtaHTMeL1PhYYFTcihmY2cQ5+ullj7EDkiVfVez2sCTz8yiv84djhg7IJVk81xFWJlPdfHBG0flkRC/zQFZ+DSllNtfDdUsOMCliyGX5uOzU3ZhIXFDof4m1gDuKbEx0t2YS25gVGpcMnr/I1kx3c6piB8P8ZoqEwfMX3ZyCXynJTmq/U7NUXqfUzCbWL1wqVKBQUeESzQYoUlW8TAcVL1RCxUu1G6BYXfFyfQ4VPbDI4T8d2WzgQ6sc/vmxnTsqfHCZQzUJxm1h5dxS5Tu6lQgTZ0ipqRVqSwzTbbLHMt+c19iO76tsx/cLZub+Ali+tYC93olEAAAAJXRFWHRkYXRlOmNyZWF0ZQAyMDE3LTA5LTA5VDIwOjE4OjE3KzAyOjAwjKtfjgAAACV0RVh0ZGF0ZTptb2RpZnkAMjAxNy0wOS0wOVQyMDoxODoxNyswMjowMP325zIAAAAZdEVYdFNvZnR3YXJlAHd3dy5pbmtzY2FwZS5vcmeb7jwaAAAAAElFTkSuQmCC") no-repeat 50% 50%;
  background-size: 85%; }

.iziToast > .iziToast-body .iziToast-title {
  padding: 0;
  margin: 0;
  line-height: 16px;
  font-size: 14px;
  text-align: left;
  float: left;
  color: #000;
  white-space: normal; }

.iziToast > .iziToast-body .iziToast-message {
  padding: 0;
  margin: 0 0 10px 0;
  font-size: 14px;
  line-height: 20px;
  text-align: left;
  float: left;
  white-space: normal; }

.iziToast.iziToast-animateInside .iziToast-title,
.iziToast.iziToast-animateInside .iziToast-message,
.iziToast.iziToast-animateInside .iziToast-icon,
.iziToast.iziToast-animateInside .iziToast-buttons-child,
.iziToast.iziToast-animateInside .iziToast-inputs-child {
  opacity: 0; }

.iziToast-target {
  position: relative;
  width: 100%;
  margin: 0 auto; }

.iziToast-target .iziToast-capsule {
  overflow: hidden; }

.iziToast-target .iziToast-capsule:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0; }

.iziToast-target .iziToast-capsule .iziToast {
  width: 100%;
  float: left; }

.iziToast-wrapper {
  z-index: 99999;
  position: fixed;
  width: 100%;
  pointer-events: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column; }

.iziToast-wrapper .iziToast.iziToast-balloon:before {
  border-right: 0 solid transparent;
  border-left: 15px solid transparent;
  border-top: 10px solid #000;
  border-top-color: inherit;
  right: 8px;
  left: auto; }

.iziToast-wrapper-bottomLeft {
  left: 0;
  bottom: 0;
  text-align: left; }

.iziToast-wrapper-bottomLeft .iziToast.iziToast-balloon:before {
  border-right: 15px solid transparent;
  border-left: 0 solid transparent;
  right: auto;
  left: 8px; }

.iziToast-wrapper-bottomRight {
  right: 0;
  bottom: 0;
  text-align: right; }

.iziToast-wrapper-topLeft {
  left: 0;
  top: 0;
  text-align: left; }

.iziToast-wrapper-topLeft .iziToast.iziToast-balloon:before {
  border-right: 15px solid transparent;
  border-left: 0 solid transparent;
  right: auto;
  left: 8px; }

.iziToast-wrapper-topRight {
  top: 0;
  right: 0;
  text-align: right; }

.iziToast-wrapper-topCenter {
  top: 0;
  left: 0;
  right: 0;
  text-align: center; }

.iziToast-wrapper-bottomCenter {
  bottom: 0;
  left: 0;
  right: 0;
  text-align: center; }

.iziToast-wrapper-center {
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  text-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.iziToast-rtl {
  direction: rtl;
  padding: 8px 0 9px 45px;
  font-family: Tahoma, 'Lato', Arial; }

.iziToast-rtl .iziToast-cover {
  left: auto;
  right: 0; }

.iziToast-rtl .iziToast-close {
  right: auto;
  left: 0; }

.iziToast-rtl .iziToast-body {
  padding: 0 10px 0 0;
  margin: 0 16px 0 0;
  text-align: right; }

.iziToast-rtl .iziToast-body .iziToast-buttons,
.iziToast-rtl .iziToast-body .iziToast-inputs,
.iziToast-rtl .iziToast-body .iziToast-texts,
.iziToast-rtl .iziToast-body .iziToast-title,
.iziToast-rtl .iziToast-body .iziToast-message {
  float: right;
  text-align: right; }

.iziToast-rtl .iziToast-body .iziToast-icon {
  left: auto;
  right: 0; }

@media only screen and (min-width: 568px) {
  .iziToast-wrapper {
    padding: 10px 15px; }
  .iziToast {
    margin: 5px 0;
    border-radius: 3px;
    width: auto; }
  .iziToast:after {
    content: '';
    z-index: -1;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 3px;
    -webkit-box-shadow: inset 0 -10px 20px -10px rgba(0, 0, 0, 0.2), inset 0 0 5px rgba(0, 0, 0, 0.1), 0 8px 8px -5px rgba(0, 0, 0, 0.25);
    box-shadow: inset 0 -10px 20px -10px rgba(0, 0, 0, 0.2), inset 0 0 5px rgba(0, 0, 0, 0.1), 0 8px 8px -5px rgba(0, 0, 0, 0.25); }
  .iziToast:not(.iziToast-rtl) .iziToast-cover {
    border-radius: 3px 0 0 3px; }
  .iziToast.iziToast-rtl .iziToast-cover {
    border-radius: 0 3px 3px 0; }
  .iziToast.iziToast-color-dark:after {
    -webkit-box-shadow: inset 0 -10px 20px -10px rgba(255, 255, 255, 0.3), 0 10px 10px -5px rgba(0, 0, 0, 0.25);
    box-shadow: inset 0 -10px 20px -10px rgba(255, 255, 255, 0.3), 0 10px 10px -5px rgba(0, 0, 0, 0.25); }
  .iziToast.iziToast-balloon .iziToast-progressbar {
    background: transparent; }
  .iziToast.iziToast-balloon:after {
    -webkit-box-shadow: 0 10px 10px -5px rgba(0, 0, 0, 0.25), inset 0 10px 20px -5px rgba(0, 0, 0, 0.25);
    box-shadow: 0 10px 10px -5px rgba(0, 0, 0, 0.25), inset 0 10px 20px -5px rgba(0, 0, 0, 0.25); }
  .iziToast-target .iziToast:after {
    -webkit-box-shadow: inset 0 -10px 20px -10px rgba(0, 0, 0, 0.2), inset 0 0 5px rgba(0, 0, 0, 0.1);
    box-shadow: inset 0 -10px 20px -10px rgba(0, 0, 0, 0.2), inset 0 0 5px rgba(0, 0, 0, 0.1); } }

.iziToast.iziToast-theme-dark {
  background: #565c70;
  border-color: #565c70; }

.iziToast.iziToast-theme-dark .iziToast-title {
  color: #fff; }

.iziToast.iziToast-theme-dark .iziToast-message {
  color: rgba(255, 255, 255, 0.7);
  font-weight: 300; }

.iziToast.iziToast-theme-dark .iziToast-close {
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAQAAADZc7J/AAAABGdBTUEAALGPC/xhBQAAACBjSFJNAAB6JgAAgIQAAPoAAACA6AAAdTAAAOpgAAA6mAAAF3CculE8AAAAAmJLR0QAAKqNIzIAAAAJcEhZcwAADdcAAA3XAUIom3gAAAAHdElNRQfgCR4OIQIPSao6AAAAwElEQVRIx72VUQ6EIAwFmz2XB+AConhjzqTJ7JeGKhLYlyx/BGdoBVpjIpMJNjgIZDKTkQHYmYfwmR2AfAqGFBcO2QjXZCd24bEggvd1KBx+xlwoDpYmvnBUUy68DYXD77ESr8WDtYqvxRex7a8oHP4Wo1Mkt5I68Mc+qYqv1h5OsZmZsQ3gj/02h6cO/KEYx29hu3R+VTTwz6D3TymIP1E8RvEiiVdZfEzicxYLiljSxKIqlnW5seitTW6uYnv/Aqh4whX3mEUrAAAAJXRFWHRkYXRlOmNyZWF0ZQAyMDE2LTA5LTMwVDE0OjMzOjAyKzAyOjAwl6RMVgAAACV0RVh0ZGF0ZTptb2RpZnkAMjAxNi0wOS0zMFQxNDozMzowMiswMjowMOb59OoAAAAZdEVYdFNvZnR3YXJlAHd3dy5pbmtzY2FwZS5vcmeb7jwaAAAAAElFTkSuQmCC") no-repeat 50% 50%;
  background-size: 8px; }

.iziToast.iziToast-theme-dark .iziToast-icon {
  color: #fff; }

.iziToast.iziToast-theme-dark .iziToast-icon.ico-info {
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEAAAABACAMAAACdt4HsAAAAflBMVEUAAAD////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////vroaSAAAAKXRSTlMA6PsIvDob+OapavVhWRYPrIry2MxGQ97czsOzpJaMcE0qJQOwVtKjfxCVFeIAAAI3SURBVFjDlJPZsoIwEETnCiGyb8q+qmjl/3/wFmGKwjBROS9QWbtnOqDDGPq4MdMkSc0m7gcDDhF4NRdv8NoL4EcMpzoJglPl/KTDz4WW3IdvXEvxkfIKn7BMZb1bFK4yZFqghZ03jk0nG8N5NBwzx9xU5cxAg8fXi20/hDdC316lcA8o7t16eRuQvW1XGd2d2P8QSHQDDbdIII/9CR3lUF+lbucfJy4WfMS64EJPORnrZxtfc2pjJdnbuags3l04TTtJMXrdTph4Pyg4XAjugAJqMDf5Rf+oXx2/qi4u6nipakIi7CsgiuMSEF9IGKg8heQJKkxIfFSUU/egWSwNrS1fPDtLfon8sZOcYUQml1Qv9a3kfwsEUyJEMgFBKzdV8o3Iw9yAjg1jdLQCV4qbd3no8yD2GugaC3oMbF0NYHCpJYSDhNI5N2DAWB4F4z9Aj/04Cna/x7eVAQ17vRjQZPh+G/kddYv0h49yY4NWNDWMMOMUIRYvlTECmrN8pUAjo5RCMn8KoPmbJ/+Appgnk//Sy90GYBCGgm7IAskQ7D9hFKW4ApB1ei3FSYD9PjGAKygAV+ARFYBH5BsVgG9kkBSAQWKUFYBRZpkUgGVinRWAdUZQDABBQdIcAElDVBUAUUXWHQBZx1gMAGMprM0AsLbVXHsA5trZe93/wp3svQ0YNb/jWV3AIOLsMtlznSNOH7JqjOpDVh7z8qCZR10ftvO4nxeOvPLkpSuvfXnxzKtvXr7j+v8C5ii0e71At7cAAAAASUVORK5CYII=") no-repeat 50% 50%;
  background-size: 85%; }

.iziToast.iziToast-theme-dark .iziToast-icon.ico-warning {
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEQAAABECAMAAAAPzWOAAAAAllBMVEUAAAD////+//3+//3+//3///////z+//3+//3+//3////////////9//3////+//39//3///3////////////+//3+//39//3///z+//z+//7///3///3///3///3////////+//3+//3+//3+//z+//3+//7///3///z////////+//79//3///3///z///v+//3///+trXouAAAAMHRSTlMAB+j87RBf+PXiCwQClSPYhkAzJxnx05tSyadzcmxmHRbp5d7Gwrh4TDkvsYt/WkdQzCITAAAB1UlEQVRYw+3XaXKCQBCGYSIIighoxCVqNJrEPfly/8vFImKXduNsf/Mc4K1y7FnwlMLQc/bUbj85R6bA1LXRDICg6RjJcZa7NQYtnLUGTpERSiOXxrOPkv9s30iGKDmtbYir3H7OUHJa2ylAuvZzRvzUfs7Ii/2cgfTt54x82s8ZSM848gJmYtroQzA2jHwA+LkBIEuMGt+QIng1igzlyMrkuP2CyOi47axRaYTL5jhDJehoR+aovC29s3iIyly3Eb+hRCvZo2qsGTnhKr2cLDS+J73GsqBI9W80UCmWWpEuhIjh6ZRGjyNRarjzKGJ2Ou2himCvjHwqI+rTqQdlRH06TZQR9ek0hiqiPp06mV4ke7QPX6ERUZxO8Uo3sqrfhxvoRrCpvXwL/UjR9GRHMIvLgke4d5QbiwhM6JV2YKKF4vIl7XIBkwm4keryJVmvk/TfwcmPwQNkUQuyA2/sYGwnXL7GPu4bW1jYsmevrNj09/MGZMOEPXslQVqO8hqykD17JfPHP/bmo2yGGpdZiH3IZvzZa7B3+IdDjjpjesHJcvbs5dZ/e+cddVoDdvlq7x12Nac+iN7e4R8OXTjp0pw5CGnOLNDEzeBs5gVwFniAO+8f8wvfeXP2hyqnmwAAAABJRU5ErkJggg==") no-repeat 50% 50%;
  background-size: 85%; }

.iziToast.iziToast-theme-dark .iziToast-icon.ico-error {
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEAAAABACAMAAACdt4HsAAAAeFBMVEUAAAD////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////GqOSsAAAAJ3RSTlMA3BsB98QV8uSyWVUFz6RxYwzYvbupmYqAaU1FQTXKv7abj4d1azKNUit3AAACZElEQVRYw7WXaZOCMAyGw30UORRQBLxX/v8/3BkaWjrY2szO5otKfGrzJrEp6Kw6F8f8sI+i/SE/FucKSBaWiT8p5idlaEtnXTB9tKDLLHAvdSatOan3je93k9F2vRF36+mr1a6eH2NFNydoHq/ieU/UXcWjjk9XykdNWq2ywtp4tXL6Wb2T/MqtzzZutsrNyfvA51KoQROhVCjfrnASIRpSVUZiD5v4RbWExjRdJzSmOsZFvzYz59kRSr6V5zE+/QELHkNdb3VRx45HS1b1u+zfkkcbRAZ3qJ9l/A4qefHUDMShJe+6kZKJDD2pLQ9Q4lu+5Q7rz7Plperd7AtQEgIPI6o2dxr2D4GXvxqCiKcn8cD4gxIAEt7/GYkHL16KqeJd0NB4gJbXfgVnzCGJlzGcocCVSLzUvoAj9xJ4NF7/R8gxoVQexc/hgBpSebjPjgPs59cHmYfn7NkDb6wXmUf1I1ygIPPw4gtgCE8yDw8eAop4J/PQcBExjQmZx37MsZB2ZB4cLKQCG5vKYxMWSzMxIg8pNtOyUkvkocEmXGo69mh8FgnxS4yBwMvDrJSNHZB4uC3ayz/YkcIP4lflwVIT+OU07ZSjrbTkZQ6dTPkYubZ8GC/Cqxu6WvJZII93dcCw46GdNqdpTeF/tiMOuDGB9z/NI6NvyWetGPM0g+bVNeovBmamHXWj0nCbEaGeTMN2PWrqd6cM26ZxP2DeJvj+ph/30Zi/GmRbtlK5SptI+nwGGnvH6gUruT+L16MJHF+58rwNIifTV0vM8+hwMeOXAb6Yx0wXT+b999WXfvn+8/X/F7fWzjdTord5AAAAAElFTkSuQmCC") no-repeat 50% 50%;
  background-size: 80%; }

.iziToast.iziToast-theme-dark .iziToast-icon.ico-success {
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEAAAABABAMAAABYR2ztAAAAIVBMVEUAAAD////////////////////////////////////////PIev5AAAACnRSTlMApAPhIFn82wgGv8mVtwAAAKVJREFUSMft0LEJAkEARNFFFEw1NFJb8CKjAy1AEOzAxNw+bEEEg6nyFjbY4LOzcBwX7S/gwUxoTdIn+Jbv4Lv8bx446+kB6VsBtK0B+wbMCKxrwL33wOrVeeChX28n7KTOTjgoEu6DRSYAgAAAAkAmAIAAAAIACQIkMkACAAgAIACAyECBKAOJuCagTJwSUCaUAEMAABEBRwAAEQFLbCJgO4bW+AZKGnktR+jAFAAAAABJRU5ErkJggg==") no-repeat 50% 50%;
  background-size: 85%; }

.iziToast.iziToast-theme-dark .iziToast-icon.ico-question {
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEAAAABACAQAAAAAYLlVAAAABGdBTUEAALGPC/xhBQAAACBjSFJNAAB6JgAAgIQAAPoAAACA6AAAdTAAAOpgAAA6mAAAF3CculE8AAAAAmJLR0QAAKqNIzIAAAAJcEhZcwAADdcAAA3XAUIom3gAAAAHdElNRQfhCQkUEg18vki+AAAETUlEQVRo3s1ZTWhbRxD+VlIuxsLFCYVIIQYVopBDoK5bKDWUBupDMNbJ5FBKg/FBziUQdE9yaC+FHBrwsdCfQ9RTGoLxwWl+DqHEojUFFydxnB9bInZDqOsErBrr6yGvs/ueX97bldTKo4Pe7puZb3Z33s7srIIjMY1jyCEjP6ImvyX8pF64arSHznKC06wzijY5xSKz7YbuYokV2lODsyyxqz3gSY6z6gCuqcpxJluFH+Z8U+D/0jyHoxFUBHgfvsGHIS9WMIUlVFFDFTUAGWSRQRY5HMeBEP6b+Ew9dh/7INd2jGeO59kfKdXP85zbIbfGQVf4sYC3N1hm3lo6zzIbPvk6x+zBk7wQGMEMB5xncIAzAS0XrFySSV72iS1yyBVcdA1x0afrsoUJgdFfY2+z8ADAXl7zz0KcwJiPfZKpVuABgClO+nRG+QIHDdfb4qlWwUXvKW4Z7vi6L4J9vg+vbfCeCeZH2RfOdMOc/HbCA4BvIW6EMQz7XK/ltd+hP+VzR9mgva2YSfyGI17fA7ynnocqeQNFfIJ0oHsdv6CC2+rXGBN6cQdveY3fcVRtmy/HDete+93zy8jA8zV7YkwYMrjHzRddRsCdiVCwwmh6wg9iTNC7Y9XIF1iS7kbUpsvvGEdPuTfSgAEjRpR096x0liPFD/Eqt2NMuBQzB2XhrACAApjFsuQFh9XdGAX70B3oSuNdnMVBaX+sopYxjwVpHFBVACyKTXNoktjD+6Ll8xhenS9MAAkAI/Lux2YNUOs4I413Ypg1SgEAu7kpFvWjaeJe0fJHDGe/cNaZBkekudw8PMA+0fMwlndZeAsJ5KR/qhUDUJCnSiyvRsolkJHGUgvjH8QXDgZopEzKMKDqCKrwEQ4C6MH7GEXC665buLJG8hlQc4LP4paxfJrOqYVYYY2UARfEIazTbgDg2dB98GebzJd54b8L/iWNdLyooeR6CHyZ+6xk0yKxkYg6nEVSUG4VJ9QJ9cxRCxO+9WiOyvgUeexXP1hLGH5nGuBWVtiSp4vqe3VP0UFWI9Wan4Er3v8q7jjPWVtm4FtcQQMrOKO2nOQCM5AyDMi56FDrKHA/1nyppS1ppBpYaE8wciEjGI2AaeM41kI4doDX4XiT3Qm1gevyruCgZg9P8xIv8m1nCzTKq6oiJ9xTMiZ505P5m8cdZ0CnZMVXHVljM7WMBzxpyDxygtdxoCEFTaMIWbZU85UvBjgUMYy0fBaAF8V1Lj9qWQ1aMZ5f4k9r+AGMSkMP1vZoZih6k6sicc5h/OFHM9vDqU/VIU7zJZdYYsKGH4g4nAJMGiXZRds1pVMoZ69RM5vfkbh0qkBhsnS2RLMLilQdL9MBHS9UAh0v1e6CYnXHy/WeeCcvLDwl/9OVze69tPKM+M+v7eJN6OzFpWdEF0ucDbhVNFXadnVrmJFlkVNGTS2M6pzmhMvltfPhnN2B63sVuL7fcNP3D1TSk2ihosPrAAAAJXRFWHRkYXRlOmNyZWF0ZQAyMDE3LTA5LTA5VDIwOjE4OjEzKzAyOjAweOR7nQAAACV0RVh0ZGF0ZTptb2RpZnkAMjAxNy0wOS0wOVQyMDoxODoxMyswMjowMAm5wyEAAAAZdEVYdFNvZnR3YXJlAHd3dy5pbmtzY2FwZS5vcmeb7jwaAAAAAElFTkSuQmCC") no-repeat 50% 50%;
  background-size: 85%; }

.iziToast.iziToast-theme-dark .iziToast-buttons > a,
.iziToast.iziToast-theme-dark .iziToast-buttons > button,
.iziToast.iziToast-theme-dark .iziToast-buttons > input {
  color: #fff;
  background: rgba(255, 255, 255, 0.1); }

.iziToast.iziToast-theme-dark .iziToast-buttons > a:hover,
.iziToast.iziToast-theme-dark .iziToast-buttons > button:hover,
.iziToast.iziToast-theme-dark .iziToast-buttons > input:hover {
  background: rgba(255, 255, 255, 0.2); }

.iziToast.iziToast-theme-dark .iziToast-buttons > a:focus,
.iziToast.iziToast-theme-dark .iziToast-buttons > button:focus,
.iziToast.iziToast-theme-dark .iziToast-buttons > input:focus {
  -webkit-box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.6);
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.6); }

.iziToast.iziToast-color-red {
  background: rgba(255, 175, 180, 0.9);
  border-color: rgba(255, 175, 180, 0.9); }

.iziToast.iziToast-color-orange {
  background: rgba(255, 207, 165, 0.9);
  border-color: rgba(255, 207, 165, 0.9); }

.iziToast.iziToast-color-yellow {
  background: rgba(255, 249, 178, 0.9);
  border-color: rgba(255, 249, 178, 0.9); }

.iziToast.iziToast-color-blue {
  background: rgba(157, 222, 255, 0.9);
  border-color: rgba(157, 222, 255, 0.9); }

.iziToast.iziToast-color-green {
  background: rgba(166, 239, 184, 0.9);
  border-color: rgba(166, 239, 184, 0.9); }

.iziToast.iziToast-layout2 .iziToast-body .iziToast-texts,
.iziToast.iziToast-layout2 .iziToast-body .iziToast-message {
  width: 100%; }

.iziToast.iziToast-layout3 {
  border-radius: 2px; }

.iziToast.iziToast-layout3::after {
  display: none; }

.iziToast.revealIn,
.iziToast .revealIn {
  -webkit-animation: iziT-revealIn 1s cubic-bezier(0.25, 1.6, 0.25, 1) both;
  animation: iziT-revealIn 1s cubic-bezier(0.25, 1.6, 0.25, 1) both; }

.iziToast.slideIn,
.iziToast .slideIn {
  -webkit-animation: iziT-slideIn 1s cubic-bezier(0.16, 0.81, 0.32, 1) both;
  animation: iziT-slideIn 1s cubic-bezier(0.16, 0.81, 0.32, 1) both; }

.iziToast.bounceInLeft {
  -webkit-animation: iziT-bounceInLeft 0.7s ease-in-out both;
  animation: iziT-bounceInLeft 0.7s ease-in-out both; }

.iziToast.bounceInRight {
  -webkit-animation: iziT-bounceInRight 0.85s ease-in-out both;
  animation: iziT-bounceInRight 0.85s ease-in-out both; }

.iziToast.bounceInDown {
  -webkit-animation: iziT-bounceInDown 0.7s ease-in-out both;
  animation: iziT-bounceInDown 0.7s ease-in-out both; }

.iziToast.bounceInUp {
  -webkit-animation: iziT-bounceInUp 0.7s ease-in-out both;
  animation: iziT-bounceInUp 0.7s ease-in-out both; }

.iziToast.fadeIn,
.iziToast .fadeIn {
  -webkit-animation: iziT-fadeIn 0.5s ease both;
  animation: iziT-fadeIn 0.5s ease both; }

.iziToast.fadeInUp {
  -webkit-animation: iziT-fadeInUp 0.7s ease both;
  animation: iziT-fadeInUp 0.7s ease both; }

.iziToast.fadeInDown {
  -webkit-animation: iziT-fadeInDown 0.7s ease both;
  animation: iziT-fadeInDown 0.7s ease both; }

.iziToast.fadeInLeft {
  -webkit-animation: iziT-fadeInLeft 0.85s cubic-bezier(0.25, 0.8, 0.25, 1) both;
  animation: iziT-fadeInLeft 0.85s cubic-bezier(0.25, 0.8, 0.25, 1) both; }

.iziToast.fadeInRight {
  -webkit-animation: iziT-fadeInRight 0.85s cubic-bezier(0.25, 0.8, 0.25, 1) both;
  animation: iziT-fadeInRight 0.85s cubic-bezier(0.25, 0.8, 0.25, 1) both; }

.iziToast.flipInX {
  -webkit-animation: iziT-flipInX 0.85s cubic-bezier(0.35, 0, 0.25, 1) both;
  animation: iziT-flipInX 0.85s cubic-bezier(0.35, 0, 0.25, 1) both; }

.iziToast.fadeOut {
  -webkit-animation: iziT-fadeOut 0.7s ease both;
  animation: iziT-fadeOut 0.7s ease both; }

.iziToast.fadeOutDown {
  -webkit-animation: iziT-fadeOutDown 0.7s cubic-bezier(0.4, 0.45, 0.15, 0.91) both;
  animation: iziT-fadeOutDown 0.7s cubic-bezier(0.4, 0.45, 0.15, 0.91) both; }

.iziToast.fadeOutUp {
  -webkit-animation: iziT-fadeOutUp 0.7s cubic-bezier(0.4, 0.45, 0.15, 0.91) both;
  animation: iziT-fadeOutUp 0.7s cubic-bezier(0.4, 0.45, 0.15, 0.91) both; }

.iziToast.fadeOutLeft {
  -webkit-animation: iziT-fadeOutLeft 0.5s ease both;
  animation: iziT-fadeOutLeft 0.5s ease both; }

.iziToast.fadeOutRight {
  -webkit-animation: iziT-fadeOutRight 0.5s ease both;
  animation: iziT-fadeOutRight 0.5s ease both; }

.iziToast.flipOutX {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation: iziT-flipOutX 0.7s cubic-bezier(0.4, 0.45, 0.15, 0.91) both;
  animation: iziT-flipOutX 0.7s cubic-bezier(0.4, 0.45, 0.15, 0.91) both; }

.iziToast-overlay.fadeIn {
  -webkit-animation: iziT-fadeIn 0.5s ease both;
  animation: iziT-fadeIn 0.5s ease both; }

.iziToast-overlay.fadeOut {
  -webkit-animation: iziT-fadeOut 0.7s ease both;
  animation: iziT-fadeOut 0.7s ease both; }

@-webkit-keyframes iziT-revealIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 1); }
  100% {
    opacity: 1; } }

@-webkit-keyframes iziT-slideIn {
  0% {
    opacity: 0;
    -webkit-transform: translateX(50px); }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0); } }

@-webkit-keyframes iziT-bounceInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(280px); }
  50% {
    opacity: 1;
    -webkit-transform: translateX(-20px); }
  70% {
    -webkit-transform: translateX(10px); }
  100% {
    -webkit-transform: translateX(0); } }

@-webkit-keyframes iziT-bounceInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-280px); }
  50% {
    opacity: 1;
    -webkit-transform: translateX(20px); }
  70% {
    -webkit-transform: translateX(-10px); }
  100% {
    -webkit-transform: translateX(0); } }

@-webkit-keyframes iziT-bounceInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-200px); }
  50% {
    opacity: 1;
    -webkit-transform: translateY(10px); }
  70% {
    -webkit-transform: translateY(-5px); }
  100% {
    -webkit-transform: translateY(0); } }

@-webkit-keyframes iziT-bounceInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(200px); }
  50% {
    opacity: 1;
    -webkit-transform: translateY(-10px); }
  70% {
    -webkit-transform: translateY(5px); }
  100% {
    -webkit-transform: translateY(0); } }

@-webkit-keyframes iziT-fadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

@-webkit-keyframes iziT-fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

@-webkit-keyframes iziT-fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

@-webkit-keyframes iziT-fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(300px, 0, 0);
    transform: translate3d(300px, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

@-webkit-keyframes iziT-fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-300px, 0, 0);
    transform: translate3d(-300px, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

@-webkit-keyframes iziT-flipInX {
  from {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0; }
  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg); }
  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1; }
  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg); }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); } }

@-webkit-keyframes iziT-fadeOut {
  from {
    opacity: 1; }
  to {
    opacity: 0; } }

@-webkit-keyframes iziT-fadeOutDown {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); } }

@-webkit-keyframes iziT-fadeOutUp {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); } }

@-webkit-keyframes iziT-fadeOutLeft {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-200px, 0, 0);
    transform: translate3d(-200px, 0, 0); } }

@-webkit-keyframes iziT-fadeOutRight {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(200px, 0, 0);
    transform: translate3d(200px, 0, 0); } }

@-webkit-keyframes iziT-flipOutX {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); }
  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1; }
  to {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0; } }

@-webkit-keyframes iziT-revealIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 1);
    transform: scale3d(0.3, 0.3, 1); }
  100% {
    opacity: 1; } }

@keyframes iziT-revealIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 1);
    transform: scale3d(0.3, 0.3, 1); }
  100% {
    opacity: 1; } }

@-webkit-keyframes iziT-slideIn {
  0% {
    opacity: 0;
    -webkit-transform: translateX(50px);
    transform: translateX(50px); }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0); } }

@keyframes iziT-slideIn {
  0% {
    opacity: 0;
    -webkit-transform: translateX(50px);
    transform: translateX(50px); }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0); } }

@-webkit-keyframes iziT-bounceInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(280px);
    transform: translateX(280px); }
  50% {
    opacity: 1;
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px); }
  70% {
    -webkit-transform: translateX(10px);
    transform: translateX(10px); }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0); } }

@keyframes iziT-bounceInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(280px);
    transform: translateX(280px); }
  50% {
    opacity: 1;
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px); }
  70% {
    -webkit-transform: translateX(10px);
    transform: translateX(10px); }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0); } }

@-webkit-keyframes iziT-bounceInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-280px);
    transform: translateX(-280px); }
  50% {
    opacity: 1;
    -webkit-transform: translateX(20px);
    transform: translateX(20px); }
  70% {
    -webkit-transform: translateX(-10px);
    transform: translateX(-10px); }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0); } }

@keyframes iziT-bounceInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-280px);
    transform: translateX(-280px); }
  50% {
    opacity: 1;
    -webkit-transform: translateX(20px);
    transform: translateX(20px); }
  70% {
    -webkit-transform: translateX(-10px);
    transform: translateX(-10px); }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0); } }

@-webkit-keyframes iziT-bounceInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-200px);
    transform: translateY(-200px); }
  50% {
    opacity: 1;
    -webkit-transform: translateY(10px);
    transform: translateY(10px); }
  70% {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px); }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0); } }

@keyframes iziT-bounceInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-200px);
    transform: translateY(-200px); }
  50% {
    opacity: 1;
    -webkit-transform: translateY(10px);
    transform: translateY(10px); }
  70% {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px); }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0); } }

@-webkit-keyframes iziT-bounceInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(200px);
    transform: translateY(200px); }
  50% {
    opacity: 1;
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px); }
  70% {
    -webkit-transform: translateY(5px);
    transform: translateY(5px); }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0); } }

@keyframes iziT-bounceInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(200px);
    transform: translateY(200px); }
  50% {
    opacity: 1;
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px); }
  70% {
    -webkit-transform: translateY(5px);
    transform: translateY(5px); }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0); } }

@-webkit-keyframes iziT-fadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

@keyframes iziT-fadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

@-webkit-keyframes iziT-fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

@keyframes iziT-fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

@-webkit-keyframes iziT-fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

@keyframes iziT-fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

@-webkit-keyframes iziT-fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(300px, 0, 0);
    transform: translate3d(300px, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

@keyframes iziT-fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(300px, 0, 0);
    transform: translate3d(300px, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

@-webkit-keyframes iziT-fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-300px, 0, 0);
    transform: translate3d(-300px, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

@keyframes iziT-fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-300px, 0, 0);
    transform: translate3d(-300px, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

@-webkit-keyframes iziT-flipInX {
  from {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0; }
  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg); }
  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1; }
  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg); }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); } }

@keyframes iziT-flipInX {
  from {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0; }
  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg); }
  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1; }
  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg); }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); } }

@-webkit-keyframes iziT-fadeOut {
  from {
    opacity: 1; }
  to {
    opacity: 0; } }

@keyframes iziT-fadeOut {
  from {
    opacity: 1; }
  to {
    opacity: 0; } }

@-webkit-keyframes iziT-fadeOutDown {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); } }

@keyframes iziT-fadeOutDown {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); } }

@-webkit-keyframes iziT-fadeOutUp {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); } }

@keyframes iziT-fadeOutUp {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); } }

@-webkit-keyframes iziT-fadeOutLeft {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-200px, 0, 0);
    transform: translate3d(-200px, 0, 0); } }

@keyframes iziT-fadeOutLeft {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-200px, 0, 0);
    transform: translate3d(-200px, 0, 0); } }

@-webkit-keyframes iziT-fadeOutRight {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(200px, 0, 0);
    transform: translate3d(200px, 0, 0); } }

@keyframes iziT-fadeOutRight {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(200px, 0, 0);
    transform: translate3d(200px, 0, 0); } }

@-webkit-keyframes iziT-flipOutX {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); }
  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1; }
  to {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0; } }

@keyframes iziT-flipOutX {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); }
  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1; }
  to {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0; } }

body.page-template-landing-page {
  background: #000;
  color: #fff;
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
  font-size: 18.75px; }
  @media (max-width: 1000px) {
    body.page-template-landing-page {
      font-size: 16px; } }
  body.page-template-landing-page.popup_open {
    overflow-y: hidden; }
    body.page-template-landing-page.popup_open .iziToast-wrapper {
      pointer-events: all; }
    body.page-template-landing-page.popup_open .register_form {
      overflow-y: auto;
      overflow-x: hidden; }
  body.page-template-landing-page h2 {
    font-size: 41.67px;
    color: #00c0c0; }
    @media (max-width: 1000px) {
      body.page-template-landing-page h2 {
        font-size: 30px;
        margin-bottom: 15px; } }
  body.page-template-landing-page h3 {
    color: #fff;
    font-weight: 200;
    font-size: 15px;
    text-transform: uppercase;
    margin-bottom: 50px;
    letter-spacing: 1.5px; }
  body.page-template-landing-page p {
    color: #fff; }
  body.page-template-landing-page .sticky-header {
    position: fixed;
    z-index: 20;
    width: 100%;
    top: 0; }
    body.page-template-landing-page .sticky-header .container {
      padding-top: 15px;
      background: url("../images/header_bg.png") repeat-x top center;
      background-size: 100% 70px; }
  body.page-template-landing-page .op-header .wrapper {
    max-width: 1000px;
    margin: 0 auto;
    display: block;
    width: 100%; }
    @media (max-width: 1100px) {
      body.page-template-landing-page .op-header .wrapper {
        max-width: 800px; } }
    @media (max-width: 850px) {
      body.page-template-landing-page .op-header .wrapper {
        max-width: 600px; } }
    @media (max-width: 640px) {
      body.page-template-landing-page .op-header .wrapper {
        max-width: 100%; } }
    body.page-template-landing-page .op-header .wrapper img, body.page-template-landing-page .op-header .wrapper svg {
      float: left; }
      @media (max-width: 640px) {
        body.page-template-landing-page .op-header .wrapper img, body.page-template-landing-page .op-header .wrapper svg {
          margin-left: 30px; } }
      @media (max-width: 480px) {
        body.page-template-landing-page .op-header .wrapper img, body.page-template-landing-page .op-header .wrapper svg {
          width: 130px; } }
  body.page-template-landing-page .op-header .cta {
    font-family: 'Poppins', sans-serif;
    font-size: 20px;
    font-weight: 700;
    background: #ff0069;
    padding: 7px 28px 9px 28px;
    border-radius: 20px;
    color: #fff;
    margin: 0 auto 0 auto;
    float: right; }
    @media (max-width: 640px) {
      body.page-template-landing-page .op-header .cta {
        margin-right: 30px;
        font-size: 16px;
        padding: 5px 15px 5px 15px;
        border-radius: 16px;
        margin-top: 12px; } }
  body.page-template-landing-page .elementor-image:before {
    display: none; }
  body.page-template-landing-page .elementor-column-wrap {
    padding: 0 !important; }
  body.page-template-landing-page .elementor-section-wrap {
    background: #000; }
  body.page-template-landing-page .elementor-image img {
    padding: 0;
    width: 100%; }
  body.page-template-landing-page .elementor-row .elementor-column.elementor-col-50 {
    width: calc(50% - 10px);
    margin-right: 10px; }
    @media (max-width: 768px) {
      body.page-template-landing-page .elementor-row .elementor-column.elementor-col-50 {
        width: 100%;
        margin-right: 0;
        text-align: center; } }
  body.page-template-landing-page .elementor-row .elementor-column.elementor-col-50:last-child {
    width: calc(50% - 10px);
    margin-right: 0px;
    margin-left: 10px; }
    @media (max-width: 768px) {
      body.page-template-landing-page .elementor-row .elementor-column.elementor-col-50:last-child {
        width: 100%;
        margin-right: 0;
        margin-left: 0;
        text-align: center; } }
  body.page-template-landing-page .dark-color-overlay-over-image {
    max-width: 1440px;
    margin-left: auto;
    margin-right: auto;
    height: 775px;
    position: relative; }
    @media (max-width: 1400px) {
      body.page-template-landing-page .dark-color-overlay-over-image {
        height: 0;
        background-size: cover;
        padding-top: 52%; } }
    @media (max-width: 768px) {
      body.page-template-landing-page .dark-color-overlay-over-image {
        height: 400px;
        background-size: cover;
        padding-top: 0; } }
    body.page-template-landing-page .dark-color-overlay-over-image h1 {
      font-size: 64.5px;
      position: absolute;
      left: 181px;
      bottom: 11px;
      text-align: left; }
      @media (max-width: 1000px) {
        body.page-template-landing-page .dark-color-overlay-over-image h1 {
          left: 100px;
          font-size: 45px; } }
      @media (max-width: 768px) {
        body.page-template-landing-page .dark-color-overlay-over-image h1 {
          left: calc(50% - 176px);
          font-size: 32px; } }
      body.page-template-landing-page .dark-color-overlay-over-image h1 span {
        display: inline-block;
        background: #000;
        padding: 0px 40px 14px 30px; }
        @media (max-width: 768px) {
          body.page-template-landing-page .dark-color-overlay-over-image h1 span {
            padding: 0px 20px 14px 20px; } }
        body.page-template-landing-page .dark-color-overlay-over-image h1 span.secord_line {
          display: block;
          margin-left: 40px;
          margin-top: -25px; }
          @media (max-width: 768px) {
            body.page-template-landing-page .dark-color-overlay-over-image h1 span.secord_line {
              margin-top: -10px; } }
  body.page-template-landing-page .container {
    max-width: 1440px;
    padding-left: 0;
    padding-right: 0; }
  body.page-template-landing-page .intro_text {
    text-align: center;
    padding: 50px;
    background: #000; }
    @media (max-width: 480px) {
      body.page-template-landing-page .intro_text {
        padding: 30px 15px; } }
    body.page-template-landing-page .intro_text h2 {
      max-width: 600px;
      margin-left: auto;
      margin-right: auto; }
    body.page-template-landing-page .intro_text .elementor-widget-container {
      max-width: 690px;
      margin: 0 auto;
      position: relative;
      padding-bottom: 120px; }
      @media (max-width: 480px) {
        body.page-template-landing-page .intro_text .elementor-widget-container {
          padding-bottom: 60px; } }
      body.page-template-landing-page .intro_text .elementor-widget-container:after {
        content: "";
        width: 600px;
        height: 1px;
        display: block;
        position: absolute;
        bottom: 50px;
        left: calc(50% - 300px);
        background: #00c0c0; }
        @media (max-width: 480px) {
          body.page-template-landing-page .intro_text .elementor-widget-container:after {
            bottom: 30px; } }
    body.page-template-landing-page .intro_text .elementor-text-editor div {
      margin-bottom: 15px; }
  body.page-template-landing-page .comprehensive {
    margin-bottom: 20px;
    background: #000; }
    body.page-template-landing-page .comprehensive .elementor-row .elementor-column.elementor-col-50 {
      background: #082636; }
    body.page-template-landing-page .comprehensive .text-wrapper {
      padding: 65px 60px; }
      @media (max-width: 1400px) {
        body.page-template-landing-page .comprehensive .text-wrapper {
          padding: 40px 40px; } }
      @media (max-width: 1000px) {
        body.page-template-landing-page .comprehensive .text-wrapper {
          padding: 20px; } }
      @media (max-width: 768px) {
        body.page-template-landing-page .comprehensive .text-wrapper {
          padding: 30px 20px; } }
      body.page-template-landing-page .comprehensive .text-wrapper .elementor-text-editor {
        max-width: 400px; }
        @media (max-width: 1000px) {
          body.page-template-landing-page .comprehensive .text-wrapper .elementor-text-editor {
            max-width: 100%; } }
  body.page-template-landing-page .considered {
    margin-bottom: 20px;
    background: #000; }
    body.page-template-landing-page .considered .elementor-row .elementor-column.elementor-col-50:first-child {
      background: #00c0c0;
      left: 50%;
      margin-left: 10px;
      margin-right: 0; }
      @media (max-width: 768px) {
        body.page-template-landing-page .considered .elementor-row .elementor-column.elementor-col-50:first-child {
          left: 0%;
          margin-left: 0px;
          margin-right: 0; } }
    body.page-template-landing-page .considered .elementor-row .elementor-column.elementor-col-50:last-child {
      background: #00c0c0;
      right: 50%;
      margin-left: 0px;
      margin-right: 10px; }
      @media (max-width: 768px) {
        body.page-template-landing-page .considered .elementor-row .elementor-column.elementor-col-50:last-child {
          right: 0%;
          margin-left: 0px;
          margin-right: 0; } }
    body.page-template-landing-page .considered h2 {
      color: #082636; }
    body.page-template-landing-page .considered .text-wrapper {
      padding: 65px 60px 65px 219px;
      position: relative; }
      @media (max-width: 1400px) {
        body.page-template-landing-page .considered .text-wrapper {
          padding: 40px 40px 40px 80px; } }
      @media (max-width: 1200px) {
        body.page-template-landing-page .considered .text-wrapper {
          padding: 20px 30px 20px 30px; } }
      @media (max-width: 1000px) {
        body.page-template-landing-page .considered .text-wrapper {
          padding: 15px 20px; } }
      @media (max-width: 768px) {
        body.page-template-landing-page .considered .text-wrapper {
          padding: 30px 20px; } }
      body.page-template-landing-page .considered .text-wrapper .elementor-text-editor {
        max-width: 400px; }
        @media (max-width: 1200px) {
          body.page-template-landing-page .considered .text-wrapper .elementor-text-editor {
            max-width: 100%; } }
  body.page-template-landing-page .complete {
    margin-bottom: 20px;
    background: #000; }
    body.page-template-landing-page .complete .elementor-row .elementor-column.elementor-col-50 {
      background: #082636; }
    body.page-template-landing-page .complete .text-wrapper {
      padding: 65px 60px; }
      @media (max-width: 1400px) {
        body.page-template-landing-page .complete .text-wrapper {
          padding: 40px 40px; } }
      @media (max-width: 1000px) {
        body.page-template-landing-page .complete .text-wrapper {
          padding: 20px; } }
      @media (max-width: 768px) {
        body.page-template-landing-page .complete .text-wrapper {
          padding: 30px 20px; } }
      body.page-template-landing-page .complete .text-wrapper .elementor-text-editor {
        max-width: 450px; }
        @media (max-width: 1000px) {
          body.page-template-landing-page .complete .text-wrapper .elementor-text-editor {
            max-width: 100%; } }
  body.page-template-landing-page .collated {
    text-align: center;
    padding: 60px 50px 30px 50px; }
    @media (max-width: 768px) {
      body.page-template-landing-page .collated {
        padding: 10px 20px 30px 20px; } }
    body.page-template-landing-page .collated h2 {
      margin-bottom: 50px; }
      @media (max-width: 768px) {
        body.page-template-landing-page .collated h2 {
          margin-bottom: 30px; } }
    body.page-template-landing-page .collated .elementor-widget-container {
      max-width: 650px;
      margin: 0 auto; }
  body.page-template-landing-page .collated_img {
    padding-bottom: 90px; }
    @media (max-width: 768px) {
      body.page-template-landing-page .collated_img {
        padding: 0 20px 40px 20px; } }
  body.page-template-landing-page .creative .elementor-widget-wrap {
    max-width: 1440px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 41.7%;
    position: relative;
    text-align: center;
    background: url("../images/creative_bg.jpg") no-repeat top center;
    position: relative; }
    @media (max-width: 1400px) {
      body.page-template-landing-page .creative .elementor-widget-wrap {
        background-size: cover; } }
    @media (max-width: 768px) {
      body.page-template-landing-page .creative .elementor-widget-wrap {
        background-size: cover;
        height: 400px;
        padding: 0; } }
    body.page-template-landing-page .creative .elementor-widget-wrap .elementor-element {
      position: absolute;
      width: 100%;
      height: 100%;
      top: 0; }
  body.page-template-landing-page .creative .elementor-text-editor {
    max-width: 660px;
    position: absolute;
    top: 65px;
    color: #000;
    left: calc(50% - 330px); }
    @media (max-width: 900px) {
      body.page-template-landing-page .creative .elementor-text-editor {
        top: 40px; } }
    @media (max-width: 768px) {
      body.page-template-landing-page .creative .elementor-text-editor {
        max-width: 480px;
        left: calc(50% - 240px); } }
    @media (max-width: 480px) {
      body.page-template-landing-page .creative .elementor-text-editor {
        max-width: 320px;
        left: calc(50% - 160px); } }
  body.page-template-landing-page .bottom_logo {
    padding-top: 60px; }
    body.page-template-landing-page .bottom_logo img {
      max-width: 350px; }
      @media (max-width: 480px) {
        body.page-template-landing-page .bottom_logo img {
          max-width: 250px; } }
  body.page-template-landing-page .bottom_register {
    text-align: center;
    padding-top: 20px;
    padding-bottom: 100px; }
    @media (max-width: 480px) {
      body.page-template-landing-page .bottom_register {
        padding: 20px 20px 70px 20px; } }
    body.page-template-landing-page .bottom_register .cta_wrapper {
      display: block;
      margin-top: 50px; }
    body.page-template-landing-page .bottom_register a {
      font-family: 'Poppins', sans-serif;
      font-size: 20px;
      font-weight: 700;
      background: #ff0069;
      padding: 9px 28px 10px 28px;
      border-radius: 20px;
      color: #fff;
      margin: 0 auto 0 auto; }
  body.page-template-landing-page .footer {
    font-size: 14px;
    padding: 25px 30px 35px 30px; }
    @media (max-width: 480px) {
      body.page-template-landing-page .footer {
        padding: 25px 0px 35px 0px; } }
    body.page-template-landing-page .footer .inner {
      max-width: 1000px;
      margin: 0 auto; }
    body.page-template-landing-page .footer ul {
      list-style: none; }
      @media (max-width: 640px) {
        body.page-template-landing-page .footer ul {
          text-align: center; } }
      body.page-template-landing-page .footer ul li {
        display: inline-block;
        border: none;
        margin-bottom: 5px;
        border-bottom: none; }
        body.page-template-landing-page .footer ul li:before {
          display: none; }
      body.page-template-landing-page .footer ul.contact li {
        display: block;
        font-size: 16.7px; }
        body.page-template-landing-page .footer ul.contact li:first-child {
          font-size: 21px;
          font-weight: 700; }
      body.page-template-landing-page .footer ul.terms {
        position: absolute;
        bottom: 0;
        right: 0; }
        @media (max-width: 640px) {
          body.page-template-landing-page .footer ul.terms {
            position: relative;
            bottom: inherit;
            right: inherit;
            font-size: 14px;
            margin-top: 30px; } }
        body.page-template-landing-page .footer ul.terms li {
          padding: 0 10px 0 9px;
          position: relative; }
        body.page-template-landing-page .footer ul.terms li:after {
          content: "|";
          position: absolute;
          right: -3px; }
        body.page-template-landing-page .footer ul.terms li:last-child:after {
          content: ""; }
    body.page-template-landing-page .footer a {
      color: #fff;
      text-decoration: none; }
      body.page-template-landing-page .footer a.email {
        text-decoration: underline; }
  body.page-template-landing-page .cta_border {
    font-family: 'Poppins', sans-serif;
    font-size: 20px;
    font-weight: 700;
    border: 1px solid #fff;
    padding: 8px 28px 8px 28px;
    border-radius: 30px;
    color: #fff;
    margin: 0 auto 0 auto; }
  body.page-template-landing-page .form_intro {
    margin-top: 150px;
    margin-bottom: 20px; }
    @media (max-width: 1000px) {
      body.page-template-landing-page .form_intro {
        margin-top: 40px; } }
  body.page-template-landing-page div.wpforms-container-full .wpforms-form input, body.page-template-landing-page div.wpforms-container-full .wpforms-form select {
    background: none;
    background-color: inherit !important;
    border: none !important;
    border-bottom: 1px solid #fff !important;
    color: #fff; }
  body.page-template-landing-page div.wpforms-container-full .wpforms-form select {
    color: #fff; }
  body.page-template-landing-page div.wpforms-container-full .wpforms-form option:not(:checked) {
    background: #000 !important;
    background-color: inherit !important;
    color: #000; }
  body.page-template-landing-page div.wpforms-container-full .wpforms-form .wpforms-field-label {
    font-weight: normal; }
  body.page-template-landing-page div.wpforms-container-full .wpforms-form .wpforms-field-radio ul li:before {
    display: none; }
  body.page-template-landing-page div.wpforms-container-full .wpforms-form input::-webkit-input-placeholder {
    color: #fff; }
  body.page-template-landing-page div.wpforms-container-full .wpforms-form input:-ms-input-placeholder {
    color: #fff; }
  body.page-template-landing-page div.wpforms-container-full .wpforms-form input::-ms-input-placeholder {
    color: #fff; }
  body.page-template-landing-page div.wpforms-container-full .wpforms-form input::placeholder {
    color: #fff; }
  body.page-template-landing-page .wpforms-container-full .wpforms-form .wpforms-submit {
    font-family: 'Poppins', sans-serif;
    font-size: 20px;
    font-weight: 700;
    background: #00c0c0;
    padding: 9px 60px 9px 60px;
    border-radius: 30px;
    color: #fff;
    margin: 0 auto 0 auto; }
  body.page-template-landing-page div.wpforms-container-full .wpforms-form label.wpforms-error {
    color: #fff; }
  body.page-template-landing-page div.wpforms-container-full .wpforms-form .wpforms-error-container, body.page-template-landing-page div.wpforms-container-full .wpforms-form noscript.wpforms-error-noscript {
    color: #fff; }
  body.page-template-landing-page .iziToast-wrapper {
    height: 100%;
    padding: 0;
    overflow-y: auto;
    overflow-x: hidden; }
    body.page-template-landing-page .iziToast-wrapper .iziToast {
      margin: 0;
      border-radius: 0;
      background: none;
      -webkit-box-shadow: none;
      box-shadow: none;
      border: none; }
      body.page-template-landing-page .iziToast-wrapper .iziToast:after {
        display: none; }
      @media (max-width: 480px) {
        body.page-template-landing-page .iziToast-wrapper .iziToast {
          padding: 20px; } }
    body.page-template-landing-page .iziToast-wrapper .iziToast-progressbar {
      display: none; }
  body.page-template-landing-page .iziToast > .iziToast-close {
    background: url("../images/Close_Button.png") no-repeat top center;
    background-position: 0px 0px;
    width: 50px;
    height: 50px;
    right: 40px;
    top: 15px;
    opacity: 1 !important; }
    @media (max-width: 480px) {
      body.page-template-landing-page .iziToast > .iziToast-close {
        right: 20px;
        top: 20px; } }
    body.page-template-landing-page .iziToast > .iziToast-close:hover {
      opacity: 0.8 !important; }
  body.page-template-landing-page .iziToast-body {
    padding: 0;
    margin: 0;
    padding: 20px 140px 30px 50px;
    background: #ff0069;
    min-height: 100vh; }
  body.page-template-landing-page .register_form {
    background: rgba(0, 0, 0, 0.3);
    width: 100%;
    height: 100%;
    display: block;
    top: 0;
    left: 0;
    position: fixed;
    display: none;
    z-index: 1000; }
    body.page-template-landing-page .register_form .register_form_wrapper {
      display: none;
      position: absolute;
      right: 0;
      width: 600px;
      top: 0;
      padding: 20px 140px 30px 50px;
      background: #ff0069;
      min-height: 100vh;
      z-index: 1000;
      opacity: 1 !important; }
      @media (max-width: 640px) {
        body.page-template-landing-page .register_form .register_form_wrapper {
          width: 100%;
          padding: 20px 20px 30px 20px; } }
    body.page-template-landing-page .register_form .wpforms-confirmation-container-full, body.page-template-landing-page .register_form div[submit-success] > .wpforms-confirmation-container-full:not(.wpforms-redirection-message) {
      background: none;
      border: none; }
    body.page-template-landing-page .register_form .form_close {
      background: url("../images/Close_Button.png") no-repeat top center;
      background-position: 0px 0px;
      width: 50px;
      height: 50px;
      right: 40px;
      top: 15px;
      position: absolute;
      opacity: 1 !important;
      cursor: pointer; }
      @media (max-width: 480px) {
        body.page-template-landing-page .register_form .form_close {
          right: 20px;
          top: 20px; } }

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