    /*
    Theme Name: YvonneLandry
    Theme URI: http://mcguffmedia.com
    Author: Mike McGuff
    Author URI: http://mcguffmedia.com
    Description: Custom theme for Yvonne Landry Paperwork Services 
    License: GNU General Public License v2 or later
    License URI: http://www.gnu.org/licenses/gpl-2.0.html
    Text Domain: RYvonneLandry

    */

    /* Move down content because we have a fixed navbar that is 3.5rem tall */
    



:root {
  --blue: #80A1C1;
  --vanilla: #EEE3AB;
  --pale: #fff7ef;
  --light-salmon: #ffa07a;
  --green-sheen: #80C1C1;
  
  --greenblue: #2364AA;
  --pictonblue: #3DA5D9;
  --verdigris: #73BFB8;
  --mikadoyellow: #FEC601;
  
  --yaleblue: #083D77;
  --beige: #EBEBD3;
  --naplesyellow: #F4D35E;
}




    body, html {
      position: relative; 
       margin: 0;
      padding: 0;
  
             }


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

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

h2 {
 font-family: system-ui, sans-serif;
 text-transform: uppercase;
 font-size: 2rem;
   font-weight: 900;
  }

h3 {
 font-family: system-ui, sans-serif;
 font-size: 1.5rem;
  }



p {
 font-family: system-ui, sans-serif;
font-size: 1.25rem
}



dl, ol, ul {
  font-size: 1.35rem;
  padding-bottom: 1.2rem;
}


a {
color: var(--greenblue);
}

.pad-bottom {
  padding-bottom: 2rem;
}

.pad-top {
  padding-top: 2rem;
}

blockquote {
    display: block;
    margin-top: 1em;
    margin-bottom: 1em;
    margin-left: 40px;
    margin-right: 40px;
}

.wp-post-image {
  display: block;
    margin-left: auto;
    margin-right: auto;
}


 
  .wp-caption-text {
    text-align: center;
    font-style: italic;
    font-size: .8em;
  }

  .ccfic {
  font-style: italic;
   text-align: center;
   margin-bottom: 15px;
  }

  .grecaptcha-badge {
    display: none;
}

    /* MENU */


    .menu-item {
      margin-right: 15px;

    }

    .navbar-nav {
 font-family: system-ui, sans-serif;
     font-size: 2rem;
padding: 1rem;
    }


  .dropdown-menu {
     background-color: var(--dark-blue);
  }





/* NAV SHRINK */

.navbar {
  position:fixed;
  top:0;
background-color: var(--blue);
}

#Logo{
  transition: all 0.3s;
    padding: 10px;
}

.largeLogo {
  width: 360px;
}

.smallLogo {
  width: 300px;
}




/* NAV SCROLL */ 

.navbar-fixed-top.scrolled {
  transition: background-color 200ms linear;
  z-index: 200;
  color: var(--blue);
}





 /* NAV SCROLL */ 

 

 
  .size-full {
  display: block;
      margin-left: auto;
      margin-right: auto;
      }

    /* unvisited link */
    .navbar-nav a:link {
        color: #ffffff;
          }

.menu-item {

}

.post_thumbnail {
  padding-bottom: 30px;
}

   
    #menu-menu-1 a {
        color: gold;

    }


    /* mouse over link */
    #menu-menu-1 a:hover {
        color: #ee1010;

    }




   
   /* MENU */


  /* HERO-TEST */

#hero {
  background-color: #fff7ef;
}

.hero-words {
  margin-left: 3rem;
}

.yvonne-hero-image {
  border-radius: 40% 40% 0 0;
  padding-top: 20%;
  padding-bottom: 5%;
   filter: drop-shadow(8px 8px 10px #f6b72c);

}


.accent {
font-family: system-ui, sans-serif;
font-size: clamp(1.8rem, 1.121rem + 1.81vw, 2.75rem);
padding-top: 30%;
padding-bottom: .2rem;
color: var( --green-sheen);
}


.title {
text-transform: uppercase;
 font-family: system-ui, sans-serif;
font-size: clamp(2.5rem, 0rem + 6.667vw, 6rem);
color: var(--mikadoyellow); 
text-shadow: 2px 2px 4px #000000;
}


.description {
font-family: system-ui, sans-serif;
font-size: clamp(2.3rem, 1.979rem + 0.857vw, 2.75rem);
color: var( --green-sheen);
padding-top: 1.3rem;
}

.bg-mobile {
  display: none;
}

.hero-image {
  padding-top: 6rem;
}



 /* HERO-TEST */

 
.image-wrap-left {
  border-radius: 8px 8px 8px 8px;
    overflow: hidden;
    box-shadow: -15px 12px 5px 0px #f6b72c;
}

.image-wrap-right {
  border-radius: 8px 8px 8px 8px;
    overflow: hidden;
    box-shadow: 15px 12px 5px 0px #f6b72c;
}


 
/* SERVICES */





/* SCROLL */


.marquee__part {
  flex-shrink: 0;
  padding: 0 4px;
  font-smooth: always;
}

.marquee {
  text-transform: uppercase;
  font-weight: 600;
  font-size: 1.667vw;
  padding: 32px 0;
  position: relative;
  overflow: hidden;
}

.marquee__inner {
  -webkit-font-smoothing: antialiased;
    width: fit-content;
    display: flex;
    flex: auto;
    flex-direction: row;
}

.spacer {
  height: 150px;
}
















/* NEWS */


#news {
background-color: var( --gold);
padding-top: 5rem;
padding-bottom: 5rem;
}



 .image-zoom { 
width: 100%; 
transition: 0.5s all ease-in-out; 
}



.text-block-news-front {
  position: relative;
  width: 20rem;
background-color: white;
  box-shadow: 10px 10px 5px #000;
  overflow: hidden;
}   

.text-block-news-front img { 
width: 100%; 
transition: 0.5s all ease-in-out; 
}




.text-block-news-front:hover img { 
 transform: scale(1.2); 
  } 

  .text-block-news-front p {
font-size: 1.4rem;
font-weight: bolder;
}   

  .text-block-news-front a {
font-size: 1rem;
}   

.text-block-news-front li { 
  list-style-type: none;
}

.text-block-news-front-category { 
padding-top: 1rem;
background-image: linear-gradient(rgba(255,215,9,0),rgba(255,215,9,0) 50%,rgba(255,215,9,.6) 51%,rgba(255,215,9,.6));
font-weight: bold;
    --a-icon-content: ">";
}

.text-block-news-front-content { 
padding: 2rem;
margin-top: -2rem;
}


/* WORK */

#hire {
margin-bottom: -10vh;
}


.hire-photo {
  background-color: #011942;
}


.text-container {
padding: 5%; 
font-size: 1.4rem;
}




/* MAIN */


#main-content {
   position: relative;
background-color: var(--pale); 
padding-top: 5rem;
padding-bottom: 5rem;
}


.blob { 
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center center;
  background-repeat: repeat;
  background-image: url("data:image/svg+xml;utf8,%3Csvg viewBox=%220 0 1000 1000%22 xmlns=%22http:%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cdefs%3E%3CclipPath id=%22a%22%3E%3Cpath fill=%22currentColor%22 d=%22M849.5 697Q727 894 492 907T187.5 710Q118 500 221 348t309.5-205q206.5-53 324 152t-5 402Z%22%2F%3E%3C%2FclipPath%3E%3C%2Fdefs%3E%3Cg clip-path=%22url(%23a)%22%3E%3Cpath fill=%22%23043476%22 d=%22M849.5 697Q727 894 492 907T187.5 710Q118 500 221 348t309.5-205q206.5-53 324 152t-5 402Z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}



#line {
  height: 10vh;
background-color: var(--red); 
overflow-x: hidden;
}


.blue-container {
background-color: var(--blue); 
}

.grey-container {
background-color: var(--ltgrey); 
}


.trigger {
 animation: fadeIn 5s;
 overflow-x: hidden;
}


.line-text {
font-weight: bold;

  }




 
.title-page2 {
 background: -webkit-linear-gradient(left,rgba(205,37,55,0.3),rgba(205,37,55,1)); /*Safari 5.1-6*/
    background: -o-linear-gradient(right,rgba(205,37,55,0.3),rgba(205,37,55,1)); /*Opera 11.1-12*/
    background: -moz-linear-gradient(right,rgba(205,37,55,0.3),rgba(205,37,55,1)); /*Fx 3.6-15*/
    background: linear-gradient(to right, rgba(205,37,55,0.3), rgba(205,37,55,1)); /*Standard*/
      text-transform: capitalize;
}







/
.big-quote p::before,
  .big-quote p::after {
     font-size: 3rem;
    line-height: 0.8;
    text-shadow: 2px 2px 4px #000000;
        }

.big-quote p::before {
  content:  "\201C";
}

.big-quote p::after {
  content:  "\201D";
}



/* Carousel */

/* GLOBAL STYLES
-------------------------------------------------- */
/* Padding below the footer and lighter body text */


/* CUSTOMIZE THE CAROUSEL
-------------------------------------------------- */

/* Carousel base class */
.carousel {
  margin-bottom: 4rem;
}
/* Since positioning the image, we need to help out the caption */
.carousel-caption {
  bottom: 3rem;
  z-index: 10;
  color: black;
}

/* Declare heights because of positioning of img element */
.carousel-item {
  height: 20rem;
  background-color: #777;
    background-color: transparent;
}
.carousel-item > img {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 100%;
  height: 32rem;
}


/* MARKETING CONTENT
-------------------------------------------------- */

/* Center align the text within the three columns below the carousel */
.marketing .col-lg-4 {
  margin-bottom: 1.5rem;
  text-align: center;
}
.marketing h2 {
  font-weight: 400;
}
.marketing .col-lg-4 p {
  margin-right: .75rem;
  margin-left: .75rem;
}





/* font-info */

#font-info {
background-color: #c22032;
padding-top: 3%;
}




#hero2 {
background: rgb(194,32,50);
background: var(--blue);
           }

  .hero2row {
    padding-top: 7rem;
    margin-left: -1rem;
  }


  .hero2text {
 font-family: system-ui, sans-serif;
font-size: clamp(1.8rem, 4vw, 4rem);
  position: relative;
animation: fadein 3s;
  text-shadow: 2px 2px 4px #000000;
  }

  @keyframes fadein {
  0% {opacity:0;}
  100% {opacity:1;}
}


.blog-items {
margin-bottom: 3rem;
   }

.gear-front {
    padding-top: 5%;
  }



/* ANIMATE */

/* 
<div class="box rotate"></div>
<div class="box scale"></div>
<div class="box translate"></div>
  */

  .box {
      transition: 2s;
  }

  .rotate.triggeredCSS3    {transform : rotate(360deg); }
.scale.triggeredCSS3     {transform : scale(1.1); }
.translate.triggeredCSS3 {transform: translateX(6rem); }
.translate2.triggeredCSS3 {transform: translateX(-6rem); }

  /* VIDEO wrapper */

  .videoWrapper {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 */
    padding-top: 25px;
    height: 0;
  }
  .videoWrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }

  /* VIDEO wrapper */


    .bluegradient {
    position: relative;
    background: -webkit-gradient(
            linear,
            left bottom,
            left top,
            color-stop(1, rgba(022,55,102,0.0)), /* Top */
            color-stop(0, rgba(022,55,102,1.0)) /* Bottom */
     );
    }







          



    .background {
      background: #cc0005; /* For browsers that do not support gradients */
      background: -webkit-linear-gradient(left,rgba(0,0,0,1),rgba(0,0,0,0)); /*Safari 5.1-6*/
      background: -o-linear-gradient(right,rgba(0,0,0,1),rgba(0,0,0,0)); /*Opera 11.1-12*/
      background: -moz-linear-gradient(right,rgba(0,0,0,1),rgba(0,0,0,0)); /*Fx 3.6-15*/
      background: linear-gradient(to right, rgba(0,0,0,1), rgba(0,0,0,0)); /*Standard*/
      padding-bottom: 30px;
    }

    /* Featurettes */

  .featurette-divider {
    margin: 3rem 0; /* Space out the Bootstrap <hr> more */
  }

  /* Thin out the marketing headings */
  .featurette-heading {
    font-weight: 300;
    line-height: 1;
    letter-spacing: -.05rem;
  }






    /* BLOG */

.blog-container {
        padding-top: 15%;
      padding-bottom: 30%;
}


.blog-post-meta {
  font-style: italic;
    font-size: 1.3rem;
}


  .blog-main {
      padding-top: 5%;
       } 

     .blog-post {
      padding-top: 5px;
       } 

     .blog-sidebar {
        padding-top: 5%;

     }


     .blog-widget {
      padding: 1.8rem;
         background-color: var(--naplesyellow);
     }

    .panel-body {
      width: 100%;
      background-color: #003882;
    }

     .item.video {
    width: 100%;
     }

    .page-title {
    padding-top: 10px;
 
  
    }


 .screen-reader-text {
      font-weight: bold;
  text-transform: uppercase;
}

.screen-reader-text label {
  color: white;

}

    .blog-post-title {
      padding-top: 5rem;
                }



     .search-title {
      padding-top: 100px;
     }


  h3.widget-title {
  color: white;
    background-color: var( --red);
   margin: 2px;
   padding: 5px;
   
  }

  .recent-posts-widget-with-thumbnails {
      padding-left: 5px;
      padding-right: 5px;
      padding-bottom: 5px;
      border: 1px solid;
  }

  #mc4wp_form_widget-3 {
    background-color: var( --red);
    padding: 2em;
        padding-top: 0em;
        padding-right: 2em;
        padding-bottom: 2em;
        padding-left: 2em;
    margin-top: 2rem;
    margin-bottom: 3rem;
  }

  #three-column {

  }


  #blog-column {
margin-top: 5rem;
  }


  #blog-column a {
    font-size: 1.4rem;
  }


.column {
  width: 33%;
    max-width: calc(33% - 25px);
    height: 100%;
}


  .text-block-blog-front {
  position: relative;
  bottom: 3rem;
  width: 100%;
background: rgb(36,55,70);
background: -moz-linear-gradient(90deg, rgba(36,55,70,1) 0%, rgba(0,0,0,0.38977597875087533) 100%);
background: -webkit-linear-gradient(90deg, rgba(36,55,70,1) 0%, rgba(0,0,0,0.38977597875087533) 100%);
background: linear-gradient(90deg, rgba(36,55,70,1) 0%, rgba(0,0,0,0.38977597875087533) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#243746",endColorstr="#000000",GradientType=1);
}   

  .text-block-blog-front a {
font-size: 1.3rem;
color: gold;
margin-left: 1.2rem;
}   

/* .wp-block-image img {
    width: 100vw;
} */

.navigation.posts-navigation {
    margin-bottom: 10rem;
}

.nav-links {
    margin-bottom: 5rem;
}


.wp-block-latest-posts.wp-block-latest-posts__list li {
  list-style-type: disc;
}


    /* BLOG */

    /* YOUTUBE VIDEO GRID SHOWCASE */

     #video_grid_1_emd_video-view .thumbnail {
    width: 300px;
     }

     #video_grid_1_emd_video-view .panel-footer {
    width: 300px;
     }

    /* YOUTUBE VIDEO GRID SHOWCASE */

    main {
   padding-bottom: 50px;
}

.no-content {
padding-top: 100px;
 font-weight: bold;

}

#emd-primary {
    padding-top: 40px;
}

.sfsi_socialwpr {
  padding-bottom: 40px;
}



.feedburner-credit {
display: none;
}


.alignwide,
.alignfull {
  margin: 32px calc(50% - 50vw);
  max-width: 100vw;
  width: 100vw;
}

iframe.lazyloaded.bookeo-reviews {
 width: 80vw;
  }



  .give-embed-form-wrapper {
    margin-top: 10rem;
  }

         /* FOOTER */   
   




    footer {
   position: absolute;
   color: white;
   background-size: cover;
   margin-top: 5rem;
   padding-top: 5%;
   padding-bottom: 10%;
background-color: var( --blue);
    }


   .bg-light {
    background-color: transparent !important;
    }

    footer p {
 font-size: 1.0em;
 color: black;
    }

  footer a {
    color: white;
    font-size: 1.0em;
    margin-top: -50px;
  }

footer a:hover {
   color: #f7d117;
 }

footer ul {
  font-size: 1.0rem;
}

footer li {
  list-style-type: none;
}

footer .widget-title {
    text-transform: uppercase;
    border-bottom: 2px solid currentColor;
     font-size: 1.5rem;
}

footer .widget_recent_entries {
padding: 0 20px 0 20px;
}

footer .widget_recent_entries li {
  list-style-type: disc;
  color: white;
}

#footer-darker {
  }

  {
background-color: rgba(194, 31, 50, 0.72);
padding-top: 2rem;
padding-bottom: 2rem;
font-size: 1.2rem;
}

.widget_custom_html {
    font-size: 0.8em;
}




#sticky-footer {
      background-color:var(--dark-red);
  padding-top: .5rem;
  padding-bottom: .5rem;
 } 

.mobile-sticky {
   display: none;
}



    /* footer */

/* ----------- MOBILE ----------- */




/* iPads (portrait) ----------- */
   @media (min-device-width : 768px) and (orientation : portrait) {




.largeLogo {
  width: 300px;
}

.smallLogo {
  width: 200px;
}


.hero-words {
padding-top: 5vh;
}



.accent {

}


.title {
font-size: 2rem;
text-shadow: none;
}

.description {
font-size: 1rem;
padding-top: 2rem;
text-shadow: none;
}


 .reverse-mobile {
     flex-direction: column-reverse;
    }


.column {
    width: 100%;
    max-width: 100%;
  }

.wp-block-heading {
padding-top: 2rem;
}



}

/* iPads (landscape) ----------- */
   @media (min-device-width : 1024px) and (max-device-width: 1600px) and (orientation : landscape) {



.largeLogo {
  width: 140px;
}

.smallLogo {
  width: 120px;
}

#videobg {
    overflow: hidden;
}

.video-text {
  padding-top: 20rem;
}




.column {
    width: 100%;
    max-width: 100%;
  }



.wp-block-heading {
padding-top: 2rem;
}

}




 /* ----------- PHONE ----------- */





/* PHONE Portrait */
   @media (max-device-width : 767px) and (orientation : portrait) {




.largeLogo {
  width: 190px;
}

.smallLogo {
  width: 120px;
}


#hero {
margin-top: 5vh;
}


.bg {
  display: block;
  height: 60vh;
  width: 90vw;
}



.accent {
font-size: 1rem;
}


.title {
font-size: clamp(3rem, 2.748rem + 0.671vw, 2.75rem);
text-shadow: none;
}

.description {
 font-family: system-ui, sans-serif;
font-size: clamp(1rem, 2.755rem + -4.681vw, 2.75rem);
}





  .text-block-blog-front a {
font-size: 1rem;
color: gold;
margin-left: 0rem;
}   

.mobile-space {
  margin-top: 3rem;
}


#line {
  display: none;
}

.line-text {
  font-size: 1.2em;
  }

.text-block-news-front {
  width: 18rem;
}   

 .reverse-mobile {
     flex-direction: column-reverse;
    }

.column {
    width: 100%;
    max-width: 100%;
  }


.carousel-item {
  height: 34rem;
  font-size: 0.8rem;
}


.no-mobile {
  display: none;
}

.wp-block-heading {
padding-top: 2rem;
}



/*-----------------------------
Making WordPress Contact Form 7 Plugin form responsive and full width with CSS customization
Add this code snippet to your WordPress theme's style.css file.
-------------------------------*/
div.wpcf7 .wpcf7-form-control { 
  max-width: 95%; 
}

/* Make Contact Form 7 Select Dropdown field responsive & full width */
.wpcf7 select {  
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 3px;
    margin: 0;
    padding: 4px;
    text-indent: 0px;
    width: 100%;
    z-index: 100;
}
/* Make Contact Form 7 text field full width & responsive */
.wpcf7-text { 
  width: 100%;
} 

/* Some additional CSS customization to the whole Contact Form 7 form */
div.wpcf7 { 
  background-color: #f5f5f5; /* Adds background color */
  border: 2px solid #eee; /* Adds a form border */
  padding:20px 10px 10px 10px;
  -webkit-border-radius: 4px; /* Making form border rounded */
  -moz-border-radius: 4px; 
  border-radius: 4px; 
}

label {
display: block;
}



}



/* PHONE Landscape */
 @media (max-device-width : 1000px) and (orientation : landscape) {




.largeLogo {
  width: 200px;
}

.smallLogo {
  width: 140px;
}


.hero-words {
  margin-top: -5rem;
}


.accent {
font-size: 1rem;
}


.title {
font-size: clamp(3rem, 2.748rem + 0.671vw, 2.75rem);
text-shadow: none;
}

.description {
 font-family: system-ui, sans-serif;
font-size: clamp(2rem, 2.755rem + -4.681vw, 2.75rem);
}




.column {
    width: 100%;
    max-width: 100%;
  }


.wp-block-heading {
padding-top: 2rem;
}





}


/*!
 * getwid-common-styles
 */
 @keyframes slideInDownShort{from{transform:translate3d(0,-100px,0);visibility:visible}to{transform:translate3d(0,0,0)}}.slideInDownShort{animation-name:slideInDownShort}@keyframes slideInLeftShort{from{transform:translate3d(-100px,0,0);visibility:visible}to{transform:translate3d(0,0,0)}}.slideInLeftShort{animation-name:slideInLeftShort}@keyframes slideInRightShort{from{transform:translate3d(100px,0,0);visibility:visible}to{transform:translate3d(0,0,0)}}.slideInRightShort{animation-name:slideInRightShort}@keyframes slideInUpShort{from{transform:translate3d(0,100px,0);visibility:visible}to{transform:translate3d(0,0,0)}}.slideInUpShort{animation-name:slideInUpShort}@keyframes bounceInDownShort{from,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,-100px,0)}60%{opacity:1;transform:translate3d(0,25px,0)}75%{transform:translate3d(0,-10px,0)}90%{transform:translate3d(0,5px,0)}to{transform:translate3d(0,0,0)}}.bounceInDownShort{animation-name:bounceInDownShort}@keyframes bounceInLeftShort{from,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(-100px,0,0)}60%{opacity:1;transform:translate3d(25px,0,0)}75%{transform:translate3d(-10px,0,0)}90%{transform:translate3d(5px,0,0)}to{transform:translate3d(0,0,0)}}.bounceInLeftShort{animation-name:bounceInLeftShort}@keyframes bounceInRightShort{from,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}from{opacity:0;transform:translate3d(100px,0,0)}60%{opacity:1;transform:translate3d(-25px,0,0)}75%{transform:translate3d(10px,0,0)}90%{transform:translate3d(-5px,0,0)}to{transform:translate3d(0,0,0)}}.bounceInRightShort{animation-name:bounceInRightShort}@keyframes bounceInUpShort{from,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}from{opacity:0;transform:translate3d(0,100px,0)}60%{opacity:1;transform:translate3d(0,-20px,0)}75%{transform:translate3d(0,10px,0)}90%{transform:translate3d(0,-5px,0)}to{transform:translate3d(0,0,0)}}.bounceInUpShort{animation-name:bounceInUpShort}@keyframes fadeInDownShort{from{opacity:0;transform:translate3d(0,-100px,0)}to{opacity:1;transform:translate3d(0,0,0)}}.fadeInDownShort{animation-name:fadeInDownShort}@keyframes fadeInLeftShort{from{opacity:0;transform:translate3d(-100px,0,0)}to{opacity:1;transform:translate3d(0,0,0)}}.fadeInLeftShort{animation-name:fadeInLeftShort}@keyframes fadeInRightShort{from{opacity:0;transform:translate3d(100px,0,0)}to{opacity:1;transform:translate3d(0,0,0)}}.fadeInRightShort{animation-name:fadeInRightShort}@keyframes fadeInUpShort{from{opacity:0;transform:translate3d(0,100px,0)}to{opacity:1;transform:translate3d(0,0,0)}}.fadeInUpShort{animation-name:fadeInUpShort}@keyframes lightSpeedInShort{from{transform:translate3d(400px,0,0) skewX(-30deg);opacity:0}60%{transform:skewX(20deg);opacity:1}80%{transform:skewX(-5deg)}to{transform:translate3d(0,0,0)}}.lightSpeedInShort{animation-name:lightSpeedInShort;animation-timing-function:ease-out}@keyframes getwidPulseAnimation{0%{transform:scale(1);opacity:1}100%{transform:scale(1.5);opacity:0}}@keyframes getwidTimelinePointBounce{0%{opacity:0;transform:scale(.5)}60%{opacity:1;transform:scale(1.2)}100%{transform:scale(1)}}@keyframes getwidFadeIn{from{opacity:0}to{opacity:1}}.wp-block-getwid-post-carousel.is-carousel .slick-list,.wp-block-getwid-images-slider.is-carousel .slick-list{margin:0 -5px}.wp-block-getwid-post-carousel.is-carousel .slick-slide,.wp-block-getwid-images-slider.is-carousel .slick-slide{margin:0 5px}.wp-block-getwid-post-carousel.has-slides-gap-none .slick-list,.wp-block-getwid-images-slider.has-slides-gap-none .slick-list{margin:0}.wp-block-getwid-post-carousel.has-slides-gap-none .slick-slide,.wp-block-getwid-images-slider.has-slides-gap-none .slick-slide{margin:0}.wp-block-getwid-post-carousel.has-slides-gap-small .slick-list,.wp-block-getwid-images-slider.has-slides-gap-small .slick-list{margin:0 -5px}.wp-block-getwid-post-carousel.has-slides-gap-small .slick-slide,.wp-block-getwid-images-slider.has-slides-gap-small .slick-slide{margin:0 5px}.wp-block-getwid-post-carousel.has-slides-gap-normal .slick-list,.wp-block-getwid-images-slider.has-slides-gap-normal .slick-list{margin:0 -10px}.wp-block-getwid-post-carousel.has-slides-gap-normal .slick-slide,.wp-block-getwid-images-slider.has-slides-gap-normal .slick-slide{margin:0 10px}.wp-block-getwid-post-carousel.has-slides-gap-large .slick-list,.wp-block-getwid-images-slider.has-slides-gap-large .slick-list{margin:0 -20px}.wp-block-getwid-post-carousel.has-slides-gap-large .slick-slide,.wp-block-getwid-images-slider.has-slides-gap-large .slick-slide{margin:0 20px}.wp-block-getwid-post-carousel.has-slides-gap-huge .slick-list,.wp-block-getwid-images-slider.has-slides-gap-huge .slick-list{margin:0 -30px}.wp-block-getwid-post-carousel.has-slides-gap-huge .slick-slide,.wp-block-getwid-images-slider.has-slides-gap-huge .slick-slide{margin:0 30px}.wp-block-getwid-content-slider .slick-prev,.wp-block-getwid-content-slider .slick-next,.wp-block-getwid-images-slider .slick-prev,.wp-block-getwid-images-slider .slick-next,.wp-block-getwid-media-text-slider .slick-prev,.wp-block-getwid-media-text-slider .slick-next,.wp-block-getwid-post-slider .slick-prev,.wp-block-getwid-post-slider .slick-next,.wp-block-getwid-post-carousel .slick-prev,.wp-block-getwid-post-carousel .slick-next{z-index:1;background-color:transparent}.wp-block-getwid-content-slider .slick-prev:before,.wp-block-getwid-content-slider .slick-next:before,.wp-block-getwid-images-slider .slick-prev:before,.wp-block-getwid-images-slider .slick-next:before,.wp-block-getwid-media-text-slider .slick-prev:before,.wp-block-getwid-media-text-slider .slick-next:before,.wp-block-getwid-post-slider .slick-prev:before,.wp-block-getwid-post-slider .slick-next:before,.wp-block-getwid-post-carousel .slick-prev:before,.wp-block-getwid-post-carousel .slick-next:before{color:#000}.wp-block-getwid-content-slider .slick-prev:hover,.wp-block-getwid-content-slider .slick-prev:focus,.wp-block-getwid-content-slider .slick-next:hover,.wp-block-getwid-content-slider .slick-next:focus,.wp-block-getwid-images-slider .slick-prev:hover,.wp-block-getwid-images-slider .slick-prev:focus,.wp-block-getwid-images-slider .slick-next:hover,.wp-block-getwid-images-slider .slick-next:focus,.wp-block-getwid-media-text-slider .slick-prev:hover,.wp-block-getwid-media-text-slider .slick-prev:focus,.wp-block-getwid-media-text-slider .slick-next:hover,.wp-block-getwid-media-text-slider .slick-next:focus,.wp-block-getwid-post-slider .slick-prev:hover,.wp-block-getwid-post-slider .slick-prev:focus,.wp-block-getwid-post-slider .slick-next:hover,.wp-block-getwid-post-slider .slick-next:focus,.wp-block-getwid-post-carousel .slick-prev:hover,.wp-block-getwid-post-carousel .slick-prev:focus,.wp-block-getwid-post-carousel .slick-next:hover,.wp-block-getwid-post-carousel .slick-next:focus{text-decoration:none}.wp-block-getwid-content-slider .slick-dotted.slick-slider,.wp-block-getwid-images-slider .slick-dotted.slick-slider,.wp-block-getwid-media-text-slider .slick-dotted.slick-slider,.wp-block-getwid-post-slider .slick-dotted.slick-slider,.wp-block-getwid-post-carousel .slick-dotted.slick-slider{margin-bottom:0;padding-bottom:30px}.wp-block-getwid-content-slider .slick-dots,.wp-block-getwid-images-slider .slick-dots,.wp-block-getwid-media-text-slider .slick-dots,.wp-block-getwid-post-slider .slick-dots,.wp-block-getwid-post-carousel .slick-dots{margin:0 auto;max-width:100%;width:100%;bottom:0}.wp-block-getwid-content-slider .slick-dots li,.wp-block-getwid-images-slider .slick-dots li,.wp-block-getwid-media-text-slider .slick-dots li,.wp-block-getwid-post-slider .slick-dots li,.wp-block-getwid-post-carousel .slick-dots li{margin:0 5px}.wp-block-getwid-content-slider.has-arrows-inside,.wp-block-getwid-images-slider.has-arrows-inside,.wp-block-getwid-media-text-slider.has-arrows-inside,.wp-block-getwid-post-slider.has-arrows-inside,.wp-block-getwid-post-carousel.has-arrows-inside{padding-left:0;padding-right:0}.wp-block-getwid-content-slider.has-arrows-inside .slick-prev,.wp-block-getwid-content-slider.has-arrows-inside .slick-next,.wp-block-getwid-images-slider.has-arrows-inside .slick-prev,.wp-block-getwid-images-slider.has-arrows-inside .slick-next,.wp-block-getwid-media-text-slider.has-arrows-inside .slick-prev,.wp-block-getwid-media-text-slider.has-arrows-inside .slick-next,.wp-block-getwid-post-slider.has-arrows-inside .slick-prev,.wp-block-getwid-post-slider.has-arrows-inside .slick-next,.wp-block-getwid-post-carousel.has-arrows-inside .slick-prev,.wp-block-getwid-post-carousel.has-arrows-inside .slick-next{text-shadow:0 0 3px rgba(0,0,0,.5)}.wp-block-getwid-content-slider.has-arrows-inside .slick-prev:before,.wp-block-getwid-content-slider.has-arrows-inside .slick-next:before,.wp-block-getwid-images-slider.has-arrows-inside .slick-prev:before,.wp-block-getwid-images-slider.has-arrows-inside .slick-next:before,.wp-block-getwid-media-text-slider.has-arrows-inside .slick-prev:before,.wp-block-getwid-media-text-slider.has-arrows-inside .slick-next:before,.wp-block-getwid-post-slider.has-arrows-inside .slick-prev:before,.wp-block-getwid-post-slider.has-arrows-inside .slick-next:before,.wp-block-getwid-post-carousel.has-arrows-inside .slick-prev:before,.wp-block-getwid-post-carousel.has-arrows-inside .slick-next:before{color:#fff}.wp-block-getwid-content-slider.has-arrows-inside .slick-prev,.wp-block-getwid-images-slider.has-arrows-inside .slick-prev,.wp-block-getwid-media-text-slider.has-arrows-inside .slick-prev,.wp-block-getwid-post-slider.has-arrows-inside .slick-prev,.wp-block-getwid-post-carousel.has-arrows-inside .slick-prev{left:25px}.wp-block-getwid-content-slider.has-arrows-inside .slick-next,.wp-block-getwid-images-slider.has-arrows-inside .slick-next,.wp-block-getwid-media-text-slider.has-arrows-inside .slick-next,.wp-block-getwid-post-slider.has-arrows-inside .slick-next,.wp-block-getwid-post-carousel.has-arrows-inside .slick-next{right:25px}.wp-block-getwid-content-slider.has-dots-inside .slick-dotted.slick-slider,.wp-block-getwid-images-slider.has-dots-inside .slick-dotted.slick-slider,.wp-block-getwid-media-text-slider.has-dots-inside .slick-dotted.slick-slider,.wp-block-getwid-post-slider.has-dots-inside .slick-dotted.slick-slider,.wp-block-getwid-post-carousel.has-dots-inside .slick-dotted.slick-slider{margin-bottom:0;padding-bottom:0}.wp-block-getwid-content-slider.has-dots-inside .slick-dots,.wp-block-getwid-images-slider.has-dots-inside .slick-dots,.wp-block-getwid-media-text-slider.has-dots-inside .slick-dots,.wp-block-getwid-post-slider.has-dots-inside .slick-dots,.wp-block-getwid-post-carousel.has-dots-inside .slick-dots{bottom:20px}.wp-block-getwid-content-slider.has-dots-inside .slick-dots li .slick-active,.wp-block-getwid-images-slider.has-dots-inside .slick-dots li .slick-active,.wp-block-getwid-media-text-slider.has-dots-inside .slick-dots li .slick-active,.wp-block-getwid-post-slider.has-dots-inside .slick-dots li .slick-active,.wp-block-getwid-post-carousel.has-dots-inside .slick-dots li .slick-active{color:#fff}.wp-block-getwid-content-slider.has-dots-inside .slick-dots li button,.wp-block-getwid-images-slider.has-dots-inside .slick-dots li button,.wp-block-getwid-media-text-slider.has-dots-inside .slick-dots li button,.wp-block-getwid-post-slider.has-dots-inside .slick-dots li button,.wp-block-getwid-post-carousel.has-dots-inside .slick-dots li button{text-shadow:0 0 3px rgba(0,0,0,.5)}.wp-block-getwid-content-slider.has-dots-inside .slick-dots li button:before,.wp-block-getwid-images-slider.has-dots-inside .slick-dots li button:before,.wp-block-getwid-media-text-slider.has-dots-inside .slick-dots li button:before,.wp-block-getwid-post-slider.has-dots-inside .slick-dots li button:before,.wp-block-getwid-post-carousel.has-dots-inside .slick-dots li button:before{color:#fff}.wp-block-getwid-content-slider.alignfull .slick-list,.wp-block-getwid-images-slider.alignfull .slick-list,.wp-block-getwid-media-text-slider.alignfull .slick-list,.wp-block-getwid-post-slider.alignfull .slick-list,.wp-block-getwid-post-carousel.alignfull .slick-list{margin:0}.wp-block-getwid-content-slider.alignfull.has-arrows-ouside .slick-prev,.wp-block-getwid-content-slider.alignfull.has-arrows-outside .slick-prev,.wp-block-getwid-images-slider.alignfull.has-arrows-ouside .slick-prev,.wp-block-getwid-images-slider.alignfull.has-arrows-outside .slick-prev,.wp-block-getwid-media-text-slider.alignfull.has-arrows-ouside .slick-prev,.wp-block-getwid-media-text-slider.alignfull.has-arrows-outside .slick-prev,.wp-block-getwid-post-slider.alignfull.has-arrows-ouside .slick-prev,.wp-block-getwid-post-slider.alignfull.has-arrows-outside .slick-prev,.wp-block-getwid-post-carousel.alignfull.has-arrows-ouside .slick-prev,.wp-block-getwid-post-carousel.alignfull.has-arrows-outside .slick-prev{left:25px}.wp-block-getwid-content-slider.alignfull.has-arrows-ouside .slick-next,.wp-block-getwid-content-slider.alignfull.has-arrows-outside .slick-next,.wp-block-getwid-images-slider.alignfull.has-arrows-ouside .slick-next,.wp-block-getwid-images-slider.alignfull.has-arrows-outside .slick-next,.wp-block-getwid-media-text-slider.alignfull.has-arrows-ouside .slick-next,.wp-block-getwid-media-text-slider.alignfull.has-arrows-outside .slick-next,.wp-block-getwid-post-slider.alignfull.has-arrows-ouside .slick-next,.wp-block-getwid-post-slider.alignfull.has-arrows-outside .slick-next,.wp-block-getwid-post-carousel.alignfull.has-arrows-ouside .slick-next,.wp-block-getwid-post-carousel.alignfull.has-arrows-outside .slick-next{right:25px}@media screen and (min-width:768px) and (max-width:991px){.fs-tablet-50 .wp-block-getwid-advanced-heading__content,.fs-tablet-50 .wp-block-getwid-countdown__content{font-size:50%}}@media screen and (max-width:767px){.fs-mobile-50 .wp-block-getwid-advanced-heading__content,.fs-mobile-50 .wp-block-getwid-countdown__content{font-size:50%}}@media screen and (min-width:768px) and (max-width:991px){.fs-tablet-60 .wp-block-getwid-advanced-heading__content,.fs-tablet-60 .wp-block-getwid-countdown__content{font-size:60%}}@media screen and (max-width:767px){.fs-mobile-60 .wp-block-getwid-advanced-heading__content,.fs-mobile-60 .wp-block-getwid-countdown__content{font-size:60%}}@media screen and (min-width:768px) and (max-width:991px){.fs-tablet-70 .wp-block-getwid-advanced-heading__content,.fs-tablet-70 .wp-block-getwid-countdown__content{font-size:70%}}@media screen and (max-width:767px){.fs-mobile-70 .wp-block-getwid-advanced-heading__content,.fs-mobile-70 .wp-block-getwid-countdown__content{font-size:70%}}@media screen and (min-width:768px) and (max-width:991px){.fs-tablet-80 .wp-block-getwid-advanced-heading__content,.fs-tablet-80 .wp-block-getwid-countdown__content{font-size:80%}}@media screen and (max-width:767px){.fs-mobile-80 .wp-block-getwid-advanced-heading__content,.fs-mobile-80 .wp-block-getwid-countdown__content{font-size:80%}}@media screen and (min-width:768px) and (max-width:991px){.fs-tablet-90 .wp-block-getwid-advanced-heading__content,.fs-tablet-90 .wp-block-getwid-countdown__content{font-size:90%}}@media screen and (max-width:767px){.fs-mobile-90 .wp-block-getwid-advanced-heading__content,.fs-mobile-90 .wp-block-getwid-countdown__content{font-size:90%}}@media screen and (min-width:768px) and (max-width:991px){.fs-tablet-100 .wp-block-getwid-advanced-heading__content,.fs-tablet-100 .wp-block-getwid-countdown__content{font-size:100%}}@media screen and (max-width:767px){.fs-mobile-100 .wp-block-getwid-advanced-heading__content,.fs-mobile-100 .wp-block-getwid-countdown__content{font-size:100%}}@media screen and (min-width:768px) and (max-width:991px){.fs-tablet-110 .wp-block-getwid-advanced-heading__content,.fs-tablet-110 .wp-block-getwid-countdown__content{font-size:110%}}@media screen and (max-width:767px){.fs-mobile-110 .wp-block-getwid-advanced-heading__content,.fs-mobile-110 .wp-block-getwid-countdown__content{font-size:110%}}@media screen and (min-width:768px) and (max-width:991px){.fs-tablet-120 .wp-block-getwid-advanced-heading__content,.fs-tablet-120 .wp-block-getwid-countdown__content{font-size:120%}}@media screen and (max-width:767px){.fs-mobile-120 .wp-block-getwid-advanced-heading__content,.fs-mobile-120 .wp-block-getwid-countdown__content{font-size:120%}}[data-animation] .wp-block-getwid-image-box__image-wrapper,[data-animation].wp-block-getwid-icon__wrapper,[data-animation] .wp-block-getwid-icon-box__icon-wrapper{transition:0.3s ease;transform:none}[data-animation=slideTop]:hover .wp-block-getwid-image-box__image-wrapper,[data-animation=slideTop]:hover.wp-block-getwid-icon__wrapper,[data-animation=slideTop]:hover .wp-block-getwid-icon-box__icon-wrapper{transform:translateY(-10px)}[data-animation=slideBottom]:hover .wp-block-getwid-image-box__image-wrapper,[data-animation=slideBottom]:hover.wp-block-getwid-icon__wrapper,[data-animation=slideBottom]:hover .wp-block-getwid-icon-box__icon-wrapper{transform:translateY(10px)}[data-animation=slideLeft]:hover .wp-block-getwid-image-box__image-wrapper,[data-animation=slideLeft]:hover.wp-block-getwid-icon__wrapper,[data-animation=slideLeft]:hover .wp-block-getwid-icon-box__icon-wrapper{transform:translateX(-10px)}[data-animation=slideRight]:hover .wp-block-getwid-image-box__image-wrapper,[data-animation=slideRight]:hover.wp-block-getwid-icon__wrapper,[data-animation=slideRight]:hover .wp-block-getwid-icon-box__icon-wrapper{transform:translateX(10px)}[data-animation=zoomSmall]:hover .wp-block-getwid-image-box__image-wrapper,[data-animation=zoomSmall]:hover.wp-block-getwid-icon__wrapper,[data-animation=zoomSmall]:hover .wp-block-getwid-icon-box__icon-wrapper{transform:scale(1.05)}[data-animation=zoomBig]:hover .wp-block-getwid-image-box__image-wrapper,[data-animation=zoomBig]:hover.wp-block-getwid-icon__wrapper,[data-animation=zoomBig]:hover .wp-block-getwid-icon-box__icon-wrapper{transform:scale(1.2)}.getwid-columns{margin-left:-30px;margin-right:-30px;display:flex;flex-wrap:wrap}.getwid-columns-1>*{padding-left:30px;padding-right:30px;margin-right:0;margin-left:0;width:100%}@media screen and (min-width:992px){.getwid-columns-1>*{width:100%}}.getwid-columns-2>*{padding-left:30px;padding-right:30px;margin-right:0;margin-left:0;width:100%}@media screen and (min-width:992px){.getwid-columns-2>*{width:50%}}.getwid-columns-3>*{padding-left:30px;padding-right:30px;margin-right:0;margin-left:0;width:100%}@media screen and (min-width:992px){.getwid-columns-3>*{width:33.3333333333%}}.getwid-columns-4>*{padding-left:30px;padding-right:30px;margin-right:0;margin-left:0;width:100%}@media screen and (min-width:992px){.getwid-columns-4>*{width:25%}}.getwid-columns-5>*{padding-left:30px;padding-right:30px;margin-right:0;margin-left:0;width:100%}@media screen and (min-width:992px){.getwid-columns-5>*{width:20%}}.getwid-columns-6>*{padding-left:30px;padding-right:30px;margin-right:0;margin-left:0;width:100%}@media screen and (min-width:992px){.getwid-columns-6>*{width:16.6666666667%}}.getwid-columns-7>*{padding-left:30px;padding-right:30px;margin-right:0;margin-left:0;width:100%}@media screen and (min-width:992px){.getwid-columns-7>*{width:14.2857142857%}}.getwid-columns-8>*{padding-left:30px;padding-right:30px;margin-right:0;margin-left:0;width:100%}@media screen and (min-width:992px){.getwid-columns-8>*{width:12.5%}}.getwid-columns-9>*{padding-left:30px;padding-right:30px;margin-right:0;margin-left:0;width:100%}@media screen and (min-width:992px){.getwid-columns-9>*{width:11.1111111111%}}.getwid-columns-10>*{padding-left:30px;padding-right:30px;margin-right:0;margin-left:0;width:100%}@media screen and (min-width:992px){.getwid-columns-10>*{width:10%}}.getwid-columns-11>*{padding-left:30px;padding-right:30px;margin-right:0;margin-left:0;width:100%}@media screen and (min-width:992px){.getwid-columns-11>*{width:9.0909090909%}}.getwid-columns-12>*{padding-left:30px;padding-right:30px;margin-right:0;margin-left:0;width:100%}@media screen and (min-width:992px){.getwid-columns-12>*{width:8.3333333333%}}.getwid-columns>*{box-sizing:border-box}@media screen and (min-width:992px){.getwid-hide-desktop{display:none}}@media screen and (min-width:768px) and (max-width:991px){.getwid-hide-tablet{display:none}}@media screen and (max-width:767px){.getwid-hide-mobile{display:none}}.getwid-padding-top-small{padding-top:10px}.getwid-padding-top-medium{padding-top:25px}.getwid-padding-top-normal{padding-top:40px}.getwid-padding-top-large{padding-top:60px}.getwid-padding-top-none{padding-top:0!important}.getwid-padding-bottom-small{padding-bottom:10px}.getwid-padding-bottom-medium{padding-bottom:25px}.getwid-padding-bottom-normal{padding-bottom:40px}.getwid-padding-bottom-large{padding-bottom:60px}.getwid-padding-bottom-none{padding-bottom:0!important}.getwid-padding-left-small{padding-left:10px}.getwid-padding-left-medium{padding-left:25px}.getwid-padding-left-normal{padding-left:40px}.getwid-padding-left-large{padding-left:60px}.getwid-padding-left-none{padding-left:0!important}.getwid-padding-right-small{padding-right:10px}.getwid-padding-right-medium{padding-right:25px}.getwid-padding-right-normal{padding-right:40px}.getwid-padding-right-large{padding-right:60px}.getwid-padding-right-none{padding-right:0!important}@media screen and (max-width:991px){.getwid-padding-tablet-top-small{padding-top:10px!important}}@media screen and (max-width:991px){.getwid-padding-tablet-top-medium{padding-top:25px!important}}@media screen and (max-width:991px){.getwid-padding-tablet-top-normal{padding-top:40px!important}}@media screen and (max-width:991px){.getwid-padding-tablet-top-large{padding-top:60px!important}}@media screen and (max-width:991px){.getwid-padding-tablet-top-none{padding-top:0!important}}@media screen and (max-width:991px){.getwid-padding-tablet-bottom-small{padding-bottom:10px!important}}@media screen and (max-width:991px){.getwid-padding-tablet-bottom-medium{padding-bottom:25px!important}}@media screen and (max-width:991px){.getwid-padding-tablet-bottom-normal{padding-bottom:40px!important}}@media screen and (max-width:991px){.getwid-padding-tablet-bottom-large{padding-bottom:60px!important}}@media screen and (max-width:991px){.getwid-padding-tablet-bottom-none{padding-bottom:0!important}}@media screen and (max-width:991px){.getwid-padding-tablet-left-small{padding-left:10px!important}}@media screen and (max-width:991px){.getwid-padding-tablet-left-medium{padding-left:25px!important}}@media screen and (max-width:991px){.getwid-padding-tablet-left-normal{padding-left:40px!important}}@media screen and (max-width:991px){.getwid-padding-tablet-left-large{padding-left:60px!important}}@media screen and (max-width:991px){.getwid-padding-tablet-left-none{padding-left:0!important}}@media screen and (max-width:991px){.getwid-padding-tablet-right-small{padding-right:10px!important}}@media screen and (max-width:991px){.getwid-padding-tablet-right-medium{padding-right:25px!important}}@media screen and (max-width:991px){.getwid-padding-tablet-right-normal{padding-right:40px!important}}@media screen and (max-width:991px){.getwid-padding-tablet-right-large{padding-right:60px!important}}@media screen and (max-width:991px){.getwid-padding-tablet-right-none{padding-right:0!important}}@media screen and (max-width:767px){.getwid-padding-mobile-top-small{padding-top:10px!important}}@media screen and (max-width:767px){.getwid-padding-mobile-top-medium{padding-top:25px!important}}@media screen and (max-width:767px){.getwid-padding-mobile-top-normal{padding-top:40px!important}}@media screen and (max-width:767px){.getwid-padding-mobile-top-large{padding-top:60px!important}}@media screen and (max-width:767px){.getwid-padding-mobile-top-none{padding-top:0!important}}@media screen and (max-width:767px){.getwid-padding-mobile-bottom-small{padding-bottom:10px!important}}@media screen and (max-width:767px){.getwid-padding-mobile-bottom-medium{padding-bottom:25px!important}}@media screen and (max-width:767px){.getwid-padding-mobile-bottom-normal{padding-bottom:40px!important}}@media screen and (max-width:767px){.getwid-padding-mobile-bottom-large{padding-bottom:60px!important}}@media screen and (max-width:767px){.getwid-padding-mobile-bottom-none{padding-bottom:0!important}}@media screen and (max-width:767px){.getwid-padding-mobile-left-small{padding-left:10px!important}}@media screen and (max-width:767px){.getwid-padding-mobile-left-medium{padding-left:25px!important}}@media screen and (max-width:767px){.getwid-padding-mobile-left-normal{padding-left:40px!important}}@media screen and (max-width:767px){.getwid-padding-mobile-left-large{padding-left:60px!important}}@media screen and (max-width:767px){.getwid-padding-mobile-left-none{padding-left:0!important}}@media screen and (max-width:767px){.getwid-padding-mobile-right-small{padding-right:10px!important}}@media screen and (max-width:767px){.getwid-padding-mobile-right-medium{padding-right:25px!important}}@media screen and (max-width:767px){.getwid-padding-mobile-right-normal{padding-right:40px!important}}@media screen and (max-width:767px){.getwid-padding-mobile-right-large{padding-right:60px!important}}@media screen and (max-width:767px){.getwid-padding-mobile-right-none{padding-right:0!important}}.getwid-margin-top-small{margin-top:10px!important}.getwid-margin-top-medium{margin-top:25px!important}.getwid-margin-top-normal{margin-top:40px!important}.getwid-margin-top-large{margin-top:60px!important}.getwid-margin-top-none{margin-top:0!important}.getwid-margin-bottom-small{margin-bottom:10px!important}.getwid-margin-bottom-medium{margin-bottom:25px!important}.getwid-margin-bottom-normal{margin-bottom:40px!important}.getwid-margin-bottom-large{margin-bottom:60px!important}.getwid-margin-bottom-none{margin-bottom:0!important}.getwid-margin-left-small{margin-left:10px}.getwid-margin-left-medium{margin-left:25px}.getwid-margin-left-normal{margin-left:40px}.getwid-margin-left-large{margin-left:60px}.getwid-margin-left-none{margin-left:0!important}.getwid-margin-right-small{margin-right:10px}.getwid-margin-right-medium{margin-right:25px}.getwid-margin-right-normal{margin-right:40px}.getwid-margin-right-large{margin-right:60px}.getwid-margin-right-none{margin-right:0!important}@media screen and (max-width:991px){.getwid-margin-tablet-top-small{margin-top:10px!important}}@media screen and (max-width:991px){.getwid-margin-tablet-top-medium{margin-top:25px!important}}@media screen and (max-width:991px){.getwid-margin-tablet-top-normal{margin-top:40px!important}}@media screen and (max-width:991px){.getwid-margin-tablet-top-large{margin-top:60px!important}}@media screen and (max-width:991px){.getwid-margin-tablet-top-none{margin-top:0!important}}@media screen and (max-width:991px){.getwid-margin-tablet-bottom-small{margin-bottom:10px!important}}@media screen and (max-width:991px){.getwid-margin-tablet-bottom-medium{margin-bottom:25px!important}}@media screen and (max-width:991px){.getwid-margin-tablet-bottom-normal{margin-bottom:40px!important}}@media screen and (max-width:991px){.getwid-margin-tablet-bottom-large{margin-bottom:60px!important}}@media screen and (max-width:991px){.getwid-margin-tablet-bottom-none{margin-bottom:0!important}}@media screen and (max-width:991px){.getwid-margin-tablet-left-small{margin-left:10px!important}}@media screen and (max-width:991px){.getwid-margin-tablet-left-medium{margin-left:25px!important}}@media screen and (max-width:991px){.getwid-margin-tablet-left-normal{margin-left:40px!important}}@media screen and (max-width:991px){.getwid-margin-tablet-left-large{margin-left:60px!important}}@media screen and (max-width:991px){.getwid-margin-tablet-left-none{margin-left:0!important}}@media screen and (max-width:991px){.getwid-margin-tablet-right-small{margin-right:10px!important}}@media screen and (max-width:991px){.getwid-margin-tablet-right-medium{margin-right:25px!important}}@media screen and (max-width:991px){.getwid-margin-tablet-right-normal{margin-right:40px!important}}@media screen and (max-width:991px){.getwid-margin-tablet-right-large{margin-right:60px!important}}@media screen and (max-width:991px){.getwid-margin-tablet-right-none{margin-right:0!important}}@media screen and (max-width:767px){.getwid-margin-mobile-top-small{margin-top:10px!important}}@media screen and (max-width:767px){.getwid-margin-mobile-top-medium{margin-top:25px!important}}@media screen and (max-width:767px){.getwid-margin-mobile-top-normal{margin-top:40px!important}}@media screen and (max-width:767px){.getwid-margin-mobile-top-large{margin-top:60px!important}}@media screen and (max-width:767px){.getwid-margin-mobile-top-none{margin-top:0!important}}@media screen and (max-width:767px){.getwid-margin-mobile-bottom-small{margin-bottom:10px!important}}@media screen and (max-width:767px){.getwid-margin-mobile-bottom-medium{margin-bottom:25px!important}}@media screen and (max-width:767px){.getwid-margin-mobile-bottom-normal{margin-bottom:40px!important}}@media screen and (max-width:767px){.getwid-margin-mobile-bottom-large{margin-bottom:60px!important}}@media screen and (max-width:767px){.getwid-margin-mobile-bottom-none{margin-bottom:0!important}}@media screen and (max-width:767px){.getwid-margin-mobile-left-small{margin-left:10px!important}}@media screen and (max-width:767px){.getwid-margin-mobile-left-medium{margin-left:25px!important}}@media screen and (max-width:767px){.getwid-margin-mobile-left-normal{margin-left:40px!important}}@media screen and (max-width:767px){.getwid-margin-mobile-left-large{margin-left:60px!important}}@media screen and (max-width:767px){.getwid-margin-mobile-left-none{margin-left:0!important}}@media screen and (max-width:767px){.getwid-margin-mobile-right-small{margin-right:10px!important}}@media screen and (max-width:767px){.getwid-margin-mobile-right-medium{margin-right:25px!important}}@media screen and (max-width:767px){.getwid-margin-mobile-right-normal{margin-right:40px!important}}@media screen and (max-width:767px){.getwid-margin-mobile-right-large{margin-right:60px!important}}@media screen and (max-width:767px){.getwid-margin-mobile-right-none{margin-right:0!important}}@media screen and (min-width:768px) and (max-width:991px){.getwid-reset-min-height-tablet{min-height:auto!important}}@media screen and (max-width:767px){.getwid-reset-min-height-mobile{min-height:auto!important}}@media screen and (min-width:768px) and (max-width:991px){.getwid-reset-height-tablet{height:auto!important}}@media screen and (max-width:767px){.getwid-reset-height-mobile{height:auto!important}}.getwid-align-items-flex-start{align-items:flex-start}.getwid-align-items-center{align-items:center}.getwid-align-items-flex-end{align-items:flex-end}@media screen and (max-width:991px){.getwid-align-items-tablet-flex-start{align-items:flex-start}}@media screen and (max-width:991px){.getwid-align-items-tablet-center{align-items:center}}@media screen and (max-width:991px){.getwid-align-items-tablet-flex-end{align-items:flex-end}}@media screen and (max-width:767px){.getwid-align-items-mobile-flex-start{align-items:flex-start}}@media screen and (max-width:767px){.getwid-align-items-mobile-center{align-items:center}}@media screen and (max-width:767px){.getwid-align-items-mobile-flex-end{align-items:flex-end}}.getwid-justify-content-flex-start{justify-content:flex-start}.getwid-justify-content-center{justify-content:center}.getwid-justify-content-flex-end{justify-content:flex-end}@media screen and (max-width:991px){.getwid-justify-content-tablet-flex-start{justify-content:flex-start}}@media screen and (max-width:991px){.getwid-justify-content-tablet-center{justify-content:center}}@media screen and (max-width:991px){.getwid-justify-content-tablet-flex-end{justify-content:flex-end}}@media screen and (max-width:767px){.getwid-justify-content-mobile-flex-start{justify-content:flex-start}}@media screen and (max-width:767px){.getwid-justify-content-mobile-center{justify-content:center}}@media screen and (max-width:767px){.getwid-justify-content-mobile-flex-end{justify-content:flex-end}}.getwid-icon{font-style:normal}.getwid-icon-like{font-family:"Font Awesome 5 Free";font-weight:900}.getwid-icon-like:before{content:"\f004"}.getwid-icon-comment{font-family:"Font Awesome 5 Free";font-weight:900}.getwid-icon-comment:before{content:"\f075"}.getwid-opacity-0{opacity:0}.getwid-opacity-5{opacity:.05}.getwid-opacity-10{opacity:.1}.getwid-opacity-15{opacity:.15}.getwid-opacity-20{opacity:.2}.getwid-opacity-25{opacity:.25}.getwid-opacity-30{opacity:.3}.getwid-opacity-35{opacity:.35}.getwid-opacity-40{opacity:.4}.getwid-opacity-45{opacity:.45}.getwid-opacity-50{opacity:.5}.getwid-opacity-55{opacity:.55}.getwid-opacity-60{opacity:.6}.getwid-opacity-65{opacity:.65}.getwid-opacity-70{opacity:.7}.getwid-opacity-75{opacity:.75}.getwid-opacity-80{opacity:.8}.getwid-opacity-85{opacity:.85}.getwid-opacity-90{opacity:.9}.getwid-opacity-95{opacity:.95}.getwid-opacity-100{opacity:1}
.wpcf7 .screen-reader-response{position:absolute;overflow:hidden;clip:rect(1px,1px,1px,1px);clip-path:inset(50%);height:1px;width:1px;margin:-1px;padding:0;border:0;word-wrap:normal!important;word-break:normal!important}.wpcf7 .hidden-fields-container{display:none}.wpcf7 form .wpcf7-response-output{margin:2em .5em 1em;padding:.2em 1em;border:2px solid #00a0d2}.wpcf7 form.init .wpcf7-response-output,.wpcf7 form.resetting .wpcf7-response-output,.wpcf7 form.submitting .wpcf7-response-output{display:none}.wpcf7 form.sent .wpcf7-response-output{border-color:#46b450}.wpcf7 form.failed .wpcf7-response-output,.wpcf7 form.aborted .wpcf7-response-output{border-color:#dc3232}.wpcf7 form.spam .wpcf7-response-output{border-color:#f56e28}.wpcf7 form.invalid .wpcf7-response-output,.wpcf7 form.unaccepted .wpcf7-response-output,.wpcf7 form.payment-required .wpcf7-response-output{border-color:#ffb900}.wpcf7-form-control-wrap{position:relative}.wpcf7-not-valid-tip{color:#dc3232;font-size:1em;font-weight:400;display:block}.use-floating-validation-tip .wpcf7-not-valid-tip{position:relative;top:-2ex;left:1em;z-index:100;border:1px solid #dc3232;background:#fff;padding:.2em .8em;width:24em}.wpcf7-list-item{display:inline-block;margin:0 0 0 1em}.wpcf7-list-item-label::before,.wpcf7-list-item-label::after{content:" "}.wpcf7-spinner{visibility:hidden;display:inline-block;background-color:#23282d;opacity:.75;width:24px;height:24px;border:none;border-radius:100%;padding:0;margin:0 24px;position:relative}form.submitting .wpcf7-spinner{visibility:visible}.wpcf7-spinner::before{content:'';position:absolute;background-color:#fbfbfc;top:4px;left:4px;width:6px;height:6px;border:none;border-radius:100%;transform-origin:8px 8px;animation-name:spin;animation-duration:1000ms;animation-timing-function:linear;animation-iteration-count:infinite}@media (prefers-reduced-motion:reduce){.wpcf7-spinner::before{animation-name:blink;animation-duration:2000ms}}@keyframes spin{from{transform:rotate(0deg)}to{transform:rotate(360deg)}}@keyframes blink{from{opacity:0}50%{opacity:1}to{opacity:0}}.wpcf7 [inert]{opacity:.5}.wpcf7 input[type="file"]{cursor:pointer}.wpcf7 input[type="file"]:disabled{cursor:default}.wpcf7 .wpcf7-submit:disabled{cursor:not-allowed}.wpcf7 input[type="url"],.wpcf7 input[type="email"],.wpcf7 input[type="tel"]{direction:ltr}.wpcf7-reflection>output{display:list-item;list-style:none}.wpcf7-reflection>output[hidden]{display:none}