/***************************************************************
* 2020
***************************************************************/
body,
html,
body.page {
  width: 100%;
  margin-bottom: 0;
  color: black;
}
.p247-2020-container-fluid .page article {
  margin-bottom: 0;
}
.p247-2020-container-fluid #page {
  overflow: hidden;
}
.p247-2020-container-fluid .hl {
  border: 3px dotted red;
}
/***************************************************************
* colors
***************************************************************/
.color-white {
  color: white;
}
.color-black {
  color: black;
}
/***************************************************************
* headings
***************************************************************/
.p247-2020-container-fluid h1,
.p247-2020-container-fluid h2,
.p247-2020-container-fluid h3,
.p247-2020-container-fluid h4,
.p247-2020-container-fluid h5,
.p247-2020-container-fluid h6 {
  font-family: 'bariolregular', Arial, Helvetica, SansSerif;
  font-weight: bold;
}
.p247-2020-container-fluid p {
  font-family: 'bariolregular', Arial, Helvetica, SansSerif;
  margin-top: 1em;
  margin-bottom: 1em;
}
.p247-2020-container-fluid h1 {
  font-size: 100px;
  line-height: 1;
  letter-spacing: -1.2px;
  margin-top: 0;
}
.p247-2020-container-fluid .h1,
.p247-2020-container-fluid .h1 h2,
.p247-2020-container-fluid .h1 h3,
.p247-2020-container-fluid .h1 h4 {
  font-size: 80px;
  line-height: 1;
}
@media screen and (max-width: 1024px) {
  .p247-2020-container-fluid .h1,
  .p247-2020-container-fluid .h1 h2,
  .p247-2020-container-fluid .h1 h3,
  .p247-2020-container-fluid .h1 h4 {
    font-size: 60px;
  }
}
@media screen and (max-width: 768px) {
  .p247-2020-container-fluid .h1,
  .p247-2020-container-fluid .h1 h2,
  .p247-2020-container-fluid .h1 h3,
  .p247-2020-container-fluid .h1 h4 {
    font-size: 50px;
  }
}
.p247-2020-container-fluid h2 {
  font-size: 62px;
  line-height: 1;
  letter-spacing: -1px;
  margin-top: 0;
}
@media screen and (max-width: 1024px) {
  .p247-2020-container-fluid h2 {
    font-size: 50px;
  }
}
@media screen and (max-width: 768px) {
  .p247-2020-container-fluid h2 {
    font-size: 40px;
  }
}
.p247-2020-container-fluid h3 {
  letter-spacing: -1px;
}
.p247-2020-container-fluid .h4-large h4 {
  font-size: 80px;
  line-height: 1;
  margin-top: 0;
  letter-spacing: -1px;
}
@media screen and (max-width: 1024px) {
  .p247-2020-container-fluid .h4-large h4 {
    font-size: 50px;
  }
}
.p247-2020-container-fluid p {
  font-size: 20px;
  line-height: 1.4;
  letter-spacing: 0;
  margin-bottom: 20px;
}
@media screen and (max-width: 1024px) {
  .p247-2020-container-fluid p {
    font-size: 28px;
  }
}
@media screen and (max-width: 768px) {
  .p247-2020-container-fluid p {
    font-size: 24px;
  }
}
@media screen and (max-width: 1024px) {
  .p247-2020-container-fluid .break_line {
    display: none;
  }
}
/***************************************************************
* remove top whitespace
***************************************************************/
.nomargintop {
  margin-top: 0 !important;
}
.nopaddingtop {
  padding-top: 0 !important;
}
.entry-content {
  margin-top: 0 !important;
  padding-top: 0 !important;
}
/***************************************************************
* fullheight
***************************************************************/
section .fullheightSS {
  height: 100vh;
}
.fullheightSS.vc_row {
  height: 100vh;
}
.fullheightSS.vc_row .wpb_column,
.fullheightSS.vc_row .vc_column-inner {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
/***************************************************************
* button
***************************************************************/
.p247-2020-button button,
.p247-2020-button a {
  min-width: 352px !important;
  background: none !important;
  border: 2px solid #32ffe4 !important;
  color: white !important;
  border-radius: 3px !important;
  font-size: 18px !important;
  font-weight: 600 !important;
  padding: 0.4em 2em !important;
}
@media screen and (max-width: 768px) {
  .p247-2020-button button,
  .p247-2020-button a {
    min-width: 0 !important;
    max-width: 100% !important;
    padding: 0.8em 1.2em !important;
  }
}
.p247-2020-button button:hover,
.p247-2020-button a:hover {
  background: none !important;
}
a.p247-button-orange {
  display: inline-block;
  margin-top: 10px;
  text-decoration: none;
  font-size: 18px;
  font-weight: bold;
  border-radius: 100px;
  padding: 12px 33px;
  color: white !important;
  background: #ef4035;
  background: linear-gradient(125deg, #ef4035 0%, #f7931d 100%) !important;
}
/***************************************************************
* cta orange
***************************************************************/
.p247-case-study-cta-2020 {
  text-align: left;
  margin-top: 20px;
}
@media screen and (max-width: 1300px) {
  .p247-case-study-cta-2020 {
    margin: 0 auto;
  }
}
.p247-case-study-cta-2020 button {
  display: inline-block;
  margin-top: 10px;
  text-decoration: none;
  font-size: 18px;
  font-weight: bold;
  border-radius: 100px;
  padding: 12px 33px;
  color: white !important;
  background: #ef4035;
  background: linear-gradient(125deg, #ef4035 0%, #f7931d 100%) !important;
}
/***************************************************************
* case study cta
***************************************************************/
.p247-case-study-ctaXXX {
  font-size: 18px !important;
  font-weight: bold !important;
  border-radius: 100px !important;
  text-align: left;
}
@media screen and (max-width: 1300px) {
  .p247-case-study-ctaXXX {
    text-align: center;
  }
}
.p247-case-study-ctaXXX button {
  border-radius: 100px !important;
  padding: 12px 33px !important;
  color: white !important;
  background: #ef4035 !important;
  background: linear-gradient(125deg, #ef4035 0%, #f7931d 100%) !important;
}
@media screen and (max-width: 1300px) {
  .p247-case-study-ctaXXX button {
    display: block !important;
    margin: 0 auto !important;
  }
}
/***************************************************************
* section
***************************************************************/
.p247-video-case-study-section {
  padding-top: 0 !important;
}
.p247-video-case-study-section video {
  width: 100%;
  height: auto;
  opacity: 0;
  max-width: 100%;
  outline: none !important;
}
.p247-video-case-study-section video::-webkit-media-controls-panel {
  display: none !important;
  opacity: 0 !important;
  pointer-events: none !important;
}
.p247-video-case-study-section.active video {
  opacity: 1 !important;
  margin-bottom: -10px;
}
.p247-video-case-study-section.active video::-webkit-media-controls-panel {
  display: flex !important;
  opacity: 0 !important;
  pointer-events: auto !important;
}
.p247-video-case-study-section.active .p247-video-case-study-overlay-left {
  left: -100%;
}
.p247-video-case-study-section.active .p247-video-case-study-overlay-right {
  left: 100%;
}
/***************************************************************
* row
***************************************************************/
.p247-video-case-study-row > .wpb_column > .vc_column-inner > .wpb_wrapper {
  display: flex;
  flex-direction: column-reverse;
}
/***************************************************************
* video
***************************************************************/
.p247-video-case-study-video {
  position: relative;
  margin-bottom: 0 !important;
  outline: none !important;
}
.p247-video-case-study-video video {
  opacity: 0;
  outline: none !important;
  height: auto;
}
/***************************************************************
* case study overlay
***************************************************************/
.p247-video-case-study-overlay {
  position: absolute !important;
  top: 0;
  height: 100%;
  width: 50%;
  background: rgba(0, 0, 0, 0.8);
  z-index: 500;
  transition: all 0.5s;
  text-align: left;
  padding: 75px 50px;
  /***************************************************************
  * typography
  ***************************************************************/
  /***************************************************************
  * separator
  ***************************************************************/
  /***************************************************************
  * logo
  ***************************************************************/
}
@media screen and (max-width: 1300px) {
  .p247-video-case-study-overlay {
    padding: 30px;
    width: auto !important;
    position: relative !important;
    left: 0 !important;
    background: black;
    text-align: center;
  }
}
.p247-video-case-study-overlay > .wpb_column,
.p247-video-case-study-overlay > .wpb_column > .vc_column-inner,
.p247-video-case-study-overlay > .wpb_column > .vc_column-inner > .wpb_wrapper {
  height: 100%;
  padding: 0;
}
.p247-video-case-study-overlay > .wpb_column > .vc_column-inner {
  display: flex;
  flex-direction: row !important;
  justify-content: center;
  width: 100%;
  padding: 100px;
}
@media screen and (max-width: 1300px) {
  .p247-video-case-study-overlay > .wpb_column > .vc_column-inner {
    padding: 0 30px;
  }
}
.p247-video-case-study-overlay > .wpb_column > .vc_column-inner > .wpb_wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  max-width: 500px;
}
@media screen and (max-width: 1300px) {
  .p247-video-case-study-overlay > .wpb_column > .vc_column-inner > .wpb_wrapper {
    padding: 0 0px;
  }
}
.p247-video-case-study-overlay.p247-video-case-study-overlay-left {
  left: 0;
}
.p247-video-case-study-overlay.p247-video-case-study-overlay-right {
  left: 50%;
}
.p247-video-case-study-overlay h2,
.p247-video-case-study-overlay h3 {
  font-size: 45px;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 0;
}
.p247-video-case-study-overlay p {
  font-size: 16px;
  line-height: 1.7em;
  letter-spacing: 0;
}
@media screen and (max-width: 1024px) {
  .p247-video-case-study-overlay p {
    font-size: 20px;
  }
}
.p247-video-case-study-overlay .p247-case-study-separator.vc_separator {
  width: 120px;
}
@media screen and (max-width: 1300px) {
  .p247-video-case-study-overlay .p247-case-study-separator.vc_separator {
    margin: 0 auto 30px auto !important;
  }
}
.p247-video-case-study-overlay .p247-case-study-separator.vc_separator .vc_sep_line {
  border: 2px solid #32FFE4;
}
@media screen and (max-width: 1300px) {
  .p247-video-case-study-overlay .p247-case-study-logo {
    margin: 0 auto !important;
    text-align: center;
  }
  .p247-video-case-study-overlay .p247-case-study-logo .vc_figure {
    display: block;
    text-align: center;
  }
}
/***************************************************************
* trigger
***************************************************************/
.p247-video-case-study-trigger-container-mobile {
  display: none;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  z-index: 500;
}
@media screen and (max-width: 1300px) {
  .p247-video-case-study-trigger-container-mobile {
    display: block;
  }
}
.p247-video-case-study-trigger-container {
  z-index: 1000;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -15px 0 0 -15px;
  transform: translateX(-50%) translateY(-50%);
}
.p247-video-case-study-trigger-container .video_trigger_btn {
  cursor: pointer;
  opacity: 1;
  transition: all 0.2s ease-in-out 0.3s;
}
@media screen and (max-width: 1300px) {
  .p247-video-case-study-trigger-container {
    display: none;
  }
}
.p247-video-case-study-section.active .p247-video-case-study-trigger-container {
  transition: all 0.1s ease-in-out 0s;
  opacity: 0;
}
.p247-video-case-study-section.active .video_trigger_btn {
  transition: all 0.1s ease-in-out 0s;
  opacity: 0;
}
.video_trigger_btn::after,
.video_trigger_btn::before {
  box-sizing: inherit;
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
}
/***************************************************************
* spin / circle
***************************************************************/
.spin {
  height: 248px;
  width: 248px;
}
@media screen and (max-width: 768px) {
  .spin {
    width: 100px;
    height: 100px;
  }
}
.spin::after,
.spin::before {
  top: 0;
  left: 0;
}
.spin::before {
  border: 2px solid transparent;
}
.spin:hover::before,
.video_container.animated .spin::before {
  border-top-color: #32ffe4;
  border-right-color: #32ffe4;
  border-bottom-color: #32ffe4;
  transition: border-top-color 0.15s linear 0s, border-right-color 0.15s linear 0.1s, border-bottom-color 0.15s linear 0.2s;
}
.spin::after {
  border: 0 solid transparent;
}
.spin:hover::after,
.video_container.animated .spin::after {
  border: 0 solid transparent;
  border-top: 2px solid #32ffe4;
  border-left-width: 2px;
  border-right-width: 2px;
  transform: rotate(270deg);
  transition: transform 0.4s linear 0s, border-left-width 0s linear 0.35s, -webkit-transform 0.4s linear 0s;
}
.circle {
  border-radius: 100%;
  box-shadow: none;
}
.circle::after,
.circle::before {
  border-radius: 100%;
}
/***************************************************************
* play button
***************************************************************/
.play_button {
  text-align: center;
  display: block;
  padding-top: 140px;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .play_button {
    padding-top: 60px;
  }
}
.play_button::before {
  content: '';
  display: inline-block;
  position: absolute;
  top: -2px;
  left: -2px;
  bottom: -2px;
  right: -2px;
  border-radius: 50%;
  border: 1px solid rgba(50, 255, 228, 0.55);
  -webkit-animation: btnIconRipple 2s cubic-bezier(0.23, 1, 0.32, 1) both infinite;
  animation: btnIconRipple 2s cubic-bezier(0.23, 1, 0.32, 1) both infinite;
}
.play_button::after {
  content: '';
  background-image: url(../../../../uploads/2020/11/play_icon_outline.png);
  background-repeat: no-repeat;
  background-size: 26px;
  position: absolute;
  margin: auto;
  top: 50%;
  left: 0;
  right: 0;
  width: 80px;
  height: 80px;
  background-position: 50% 40%;
  transform: translateY(-50%);
}
.play_button:hover::after,
.video_trigger_btn:hover .play_button::after {
  content: '';
  background-image: url(../../../../uploads/2020/11/play_icon_fillout.png) !important;
  background-repeat: no-repeat;
  background-size: 26px;
  position: absolute;
  margin: auto;
  top: 50%;
  left: 0;
  right: 0;
  width: 80px;
  height: 80px;
  background-position: 50% 40%;
  transform: translateY(-50%);
}
@keyframes btnIconRipple {
  0% {
    border-width: 4px;
    transform: scale(1);
  }
  80% {
    border-width: 1px;
    transform: scale(1.35);
  }
  100% {
    opacity: 0;
  }
}
/***************************************************************
* p247-2020-footer
***************************************************************/
.p247-2020-footer {
  overflow: hidden;
  margin-bottom: -16px;
  /***************************************************************
  * boiler
  ***************************************************************/
}
.p247-2020-footer h4 {
  letter-spacing: -1px;
}
.p247-2020-footer .h1,
.p247-2020-footer .h1 h2,
.p247-2020-footer .h1 h3,
.p247-2020-footer .h1 h4 {
  font-size: 80px;
  line-height: 1;
}
@media screen and (max-width: 1024px) {
  .p247-2020-footer .h1,
  .p247-2020-footer .h1 h2,
  .p247-2020-footer .h1 h3,
  .p247-2020-footer .h1 h4 {
    font-size: 60px;
  }
}
@media screen and (max-width: 768px) {
  .p247-2020-footer .h1,
  .p247-2020-footer .h1 h2,
  .p247-2020-footer .h1 h3,
  .p247-2020-footer .h1 h4 {
    font-size: 50px;
  }
}
.p247-2020-footer .p247-2020-boiler {
  padding: 0 30px 100px 30px;
  /***************************************************************
    * footer-logo
    ***************************************************************/
  /***************************************************************
    * boiler nav
    ***************************************************************/
  /***************************************************************
    * social
    ***************************************************************/
}
@media screen and (max-width: 1024px) {
  .p247-2020-footer .p247-2020-boiler {
    padding-top: 50px;
  }
}
.p247-2020-footer .p247-2020-boiler > .wpb_column > .vc_column-inner > .wpb_wrapper:first-child {
  display: flex;
  justify-content: space-between;
  flex-direction: row;
}
@media screen and (max-width: 1024px) {
  .p247-2020-footer .p247-2020-boiler > .wpb_column > .vc_column-inner > .wpb_wrapper:first-child {
    flex-direction: column-reverse;
  }
}
.p247-2020-footer .p247-2020-boiler .p247-boiler-logo > .wpb_column > .vc_column-inner > .wpb_wrapper:first-child {
  display: flex;
  justify-content: center;
}
.p247-2020-footer .p247-2020-boiler .p247-boiler-logo .wpb_single_image {
  margin-bottom: 0;
  margin-top: 50px;
}
.p247-2020-footer .p247-2020-boiler .p247-boiler-logo img {
  width: 220px;
  height: 97px;
}
.p247-2020-footer .p247-2020-boiler .p247-boiler-nav {
  text-align: center;
  padding-top: 40px;
}
.p247-2020-footer .p247-2020-boiler .p247-boiler-nav ul {
  list-style-type: none;
  margin: 20px 0 0 0;
  padding: 0;
}
.p247-2020-footer .p247-2020-boiler .p247-boiler-nav ul li {
  display: inline;
  margin: 0 1em;
}
@media screen and (max-width: 768px) {
  .p247-2020-footer .p247-2020-boiler .p247-boiler-nav ul li {
    display: block;
  }
}
.p247-2020-footer .p247-2020-boiler .p247-boiler-nav ul li a {
  font-size: 16px;
  color: white;
  text-decoration: none !important;
}
@media screen and (max-width: 768px) {
  .p247-2020-footer .p247-2020-boiler .p247-boiler-nav ul li a {
    display: block;
    padding: 1em 0;
  }
}
.p247-2020-footer .p247-2020-boiler .p247-boiler-nav .p247-boiler-copyright p {
  font-size: 16px;
  color: white;
}
.p247-2020-footer .p247-2020-boiler .p247-boiler-social {
  display: flex;
  justify-content: flex-end;
}
.p247-2020-footer .p247-2020-boiler .p247-boiler-social img {
  max-width: 43px;
  max-height: 43px;
  width: auto;
  height: auto;
}
.p247-2020-footer .p247-2020-boiler .p247-boiler-social > .wpb_column > .vc_column-inner > .wpb_wrapper:first-child {
  display: flex;
  justify-content: flex-end;
}
.p247-2020-footer .p247-2020-boiler .p247-boiler-social .wpb_single_image {
  margin: 0 17px;
  display: flex;
  justify-content: flex-end;
}
.p247-2020-footer .p247-2020-boiler .p247-boiler-social .wpb_single_image .wpb_wrapper {
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
}
/***************************************************************
* home intro
***************************************************************/
.p247-2020-section-home-intro {
  overflow: hidden;
}
.p247-2020-section-home-intro p {
  font-size: 30px;
  max-width: 1200px;
  margin: auto;
}
@media screen and (max-width: 1024px) {
  .p247-2020-section-home-intro p {
    font-size: 28px;
  }
}
@media screen and (max-width: 768px) {
  .p247-2020-section-home-intro p {
    font-size: 24px;
  }
}
/***************************************************************
* NEW
***************************************************************/
.p247-2020-section-home-masthead {
  overflow: hidden;
}
.p247-2020-row-home-masthead > .wpb_column > .vc_column-inner > .wpb_wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow: hidden !important;
  height: 80vh;
}
.p247-2020-video-bg {
  position: absolute;
  top: 0;
  z-index: -1;
}
/***************************************************************
* arrow / chevrons
***************************************************************/
.arrows_container {
  position: absolute;
  display: block;
  margin: 0 auto;
  width: 24px;
  height: 24px;
  bottom: 150px;
  left: 0;
  right: 0;
}
@media screen and (max-width: 768px) {
  .arrows_container {
    bottom: 50px;
  }
}
.chevron {
  position: absolute;
  width: 24px;
  height: 5px;
  opacity: 0;
  transform: scale3d(0.5, 0.5, 0.5);
  animation: move 3s ease-out infinite;
}
.chevron:first-child {
  animation: move 3s ease-out 1s infinite;
}
.chevron:nth-child(2) {
  animation: move 3s ease-out 2s infinite;
}
.chevron:after,
.chevron:before {
  content: ' ';
  position: absolute;
  top: 0;
  height: 100%;
  width: 50.5%;
  background: #32ffe4;
}
.chevron:before {
  left: 0;
  transform: skew(0deg, 30deg);
  border-top-left-radius: 10px;
  border-bottom-left-radius: 5px;
}
.chevron:after {
  right: 0;
  transform: skew(0deg, -30deg);
  border-top-right-radius: 10px;
  border-bottom-right-radius: 5px;
}
@keyframes move {
  25% {
    opacity: 1;
  }
  33% {
    opacity: 1;
    transform: translateY(30px);
  }
  67% {
    opacity: 1;
    transform: translateY(40px);
  }
  100% {
    opacity: 0;
    transform: translateY(55px) scale3d(0.5, 0.5, 0.5);
  }
}
/***************************************************************
* scroll top
***************************************************************/
.p247-section-scrolltotop {
  position: fixed;
  display: block;
  z-index: 99999;
  bottom: 50px;
  right: 55px;
  width: 50px;
  height: 50px;
}
.p247-section-scrolltotop .scrollToTop {
  display: none;
  top: 0;
  width: 50px;
  height: 50px;
  text-align: center;
  font-weight: 700;
  color: #444;
  text-decoration: none;
}
.p247-section-scrolltotop .scrollToTop:before {
  position: absolute;
  top: -35px !important;
  left: 0;
  content: '';
  display: block;
  width: 50px;
  height: 50px;
  background: url(../../../../uploads/2020/11/arrow_scroll_to_top_2.png) no-repeat;
  background-size: 18px;
  background-position: center center;
}
.p247-section-scrolltotop .scrollToTop:after {
  position: absolute;
  top: -35px !important;
  left: 0;
  content: '';
  display: block;
  width: 50px;
  height: 50px;
  border: 2px solid #3fedd5;
  border-radius: 200px;
  background: none;
}
.p247-section-scrolltotop .scrollToTop:hover {
  text-decoration: none;
}
/***************************************************************
* homepage services
***************************************************************/
.p247-home-services {
  /***************************************************************
  * panel
  ***************************************************************/
}
.p247-home-services h2 {
  font-size: 80px;
  margin: 0;
}
@media screen and (max-width: 1024px) {
  .p247-home-services h2 {
    font-size: 60px;
  }
}
@media screen and (max-width: 768px) {
  .p247-home-services h2 {
    font-size: 50px;
  }
}
.p247-home-services h3 {
  font-size: 40px;
  line-height: 1.2;
  letter-spacing: 0;
}
@media screen and (max-width: 1024px) {
  .p247-home-services h3 {
    font-size: 30px;
  }
}
@media screen and (max-width: 768px) {
  .p247-home-services h3 {
    font-size: 30px;
  }
}
.p247-home-services .p247-service-panels > .wpb_column > .vc_column-inner > .wpb_wrapper:first-child {
  display: flex !important;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
}
.p247-home-services .p247-service-panels .p247-service-panel {
  width: 40%;
  background: #ECEFF4;
  border-radius: 20px;
  margin: 2.5%;
  text-align: center;
  padding: 100px 0;
}
@media screen and (max-width: 1024px) {
  .p247-home-services .p247-service-panels .p247-service-panel {
    width: 100%;
    padding: 100px 40px;
  }
}
.p247-home-services .p247-service-panels .p247-service-panel .p247_service_heading {
  font-weight: bold;
  font-size: 38px;
  letter-spacing: -1px;
  line-height: 38px;
  margin: 0 0 10px 0 !important;
  padding: 0 !important;
  color: black;
}
@media screen and (max-width: 1024px) {
  .p247-home-services .p247-service-panels .p247-service-panel .p247_service_heading {
    font-size: 34px;
  }
}
@media screen and (max-width: 768px) {
  .p247-home-services .p247-service-panels .p247-service-panel .p247_service_heading {
    font-size: 34px;
  }
}
.p247-home-services .p247-service-panels .p247-service-panel h3 {
  font-weight: bold;
  font-size: 46px;
  line-height: 1;
  margin: 0 !important;
  padding: 0 !important;
  color: black;
}
@media screen and (max-width: 1024px) {
  .p247-home-services .p247-service-panels .p247-service-panel h3 {
    font-size: 40px;
  }
}
@media screen and (max-width: 768px) {
  .p247-home-services .p247-service-panels .p247-service-panel h3 {
    margin-top: 1em !important;
    font-size: 30px;
  }
}
.p247-home-services .p247-service-panels .p247-service-panel p {
  font-size: 18px;
  line-height: 28px;
  color: black;
}
/***************************************************************
* see ur_cookies module
***************************************************************/
#p247_accept_cookies_container {
  color: black;
  background-color: #EFF1F6;
  border-top: 1px solid white;
  z-index: 200000;
  position: fixed;
  bottom: 0;
  width: 90%;
  margin: 0 5% 30px 5%;
  border-radius: 5px;
  padding: 20px 20px 25px 20px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  /***************************************************************
  * notice
  ***************************************************************/
  /***************************************************************
  * cta
  ***************************************************************/
}
@media screen and (max-width: 1024px) {
  #p247_accept_cookies_container {
    flex-direction: column;
    text-align: center;
  }
}
#p247_accept_cookies_container .p247_cookie_notice {
  margin: 0 20px;
}
#p247_accept_cookies_container .p247_cookie_notice a {
  color: orange;
  font-weight: bold;
}
@media screen and (max-width: 1024px) {
  #p247_accept_cookies_container .p247_cookie_notice {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 1024px) {
  #p247_accept_cookies_container .p247_cookie_notice {
    flex-basis: 50%;
  }
}
#p247_accept_cookies_container .p247_cookie_notice_button {
  cursor: pointer;
  border: none;
  outline: none !important;
  margin: 0 20px !important;
  display: inline-block;
  margin-top: 10px;
  text-decoration: none;
  font-weight: bold;
  border-radius: 100px;
  padding: 12px 33px;
  color: white !important;
  background: #ef4035;
  background: linear-gradient(125deg, #ef4035 0%, #f7931d 100%) !important;
}
.p247-2020-container-fluid {
  padding: 0;
  overflow: hidden;
}
/***************************************************************
* 2021
***************************************************************/
/*# sourceMappingURL=p247-2020.css.map */