/*! HTML5 Boilerplate v8.0.0 | MIT License | https://html5boilerplate.com/ */

/* main.css 2.1.0 | MIT License | https://github.com/h5bp/main.css#readme */
/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */

html {
    color: #222;
    font-size: 1em;
    line-height: 1.4;
    font-family: 'Lato', Arial, sans-serif;
    overflow-x: hidden;
}
body {
    overflow-x: hidden;
    position:relative;
}
*, *:before, *:after {
    box-sizing: border-box;
}

/*
 * Remove text-shadow in selection highlight:
 * https://twitter.com/miketaylr/status/12228805301
 *
 * Vendor-prefixed and regular ::selection selectors cannot be combined:
 * https://stackoverflow.com/a/16982510/7133471
 *
 * Customize the background color to match your design.
 */

::-moz-selection {
    text-shadow: none;
}

::selection {
    text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

/*
 * Remove the gap between audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440
 */

audio,
canvas,
iframe,
img,
svg,
video {
    vertical-align: middle;
}

img {
    max-width: 100%;
}
.logo img {
    max-height: 100%
}
.left {
    float: left
}
.right {
    float: right
}
.absolute {
    position: absolute;
}
.relative {
    position: relative;
}
/*h1, h2 {*/
/*    font-size: 58px;*/
/*    font-weight: 900;*/
/*    margin: 0 0 30px;*/
/*    color: #ffffff;*/
/*    line-height: 1.1;*/
/*}*/
h1 span {
    display: inline-block;
    position: relative;
    color: #000000;
    margin-right: 20px;
    z-index: 1;
}
h1 span:before {
    content: '';
    background: #F1C119;
    border-radius: 6px;
    position: absolute;
    left: -16px;
    right: -16px;
    top: -6px;
    bottom: -6px;
    z-index: -1;
}
h2 {
    color: #170F4A;
    font-weight: 300;
}
h3 {
    font-size: 37px;
    line-height: 1.3;
    font-weight: 900;
    color: #180F4C;
    margin: 30px 0;
}
h4 {
    font-size: 32px;
    font-weight: 900;
    line-height: 1.2;
    margin: 42px 0;
}
h5  {
    font-size: 23px;
    line-height: 1.5;
    font-weight: 900;
    color: #040404;
    margin: 0;
    padding: 0;
}
p {
    font-size: 23px;
    line-height: 1.5;
    font-weight: 300;
    margin: 0;
    color: #040404;
}

.page {
    max-width: 1200px;
    padding: 0 15px;
    margin: 0 auto;
}
.page.larger {
    max-width: 1650px;
}
.page.smaller {
    max-width: 894px;
}
header {
    background: #fff;
    padding: 20px 0;
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 9
}
header a.logo {
    height: 50px;
    display: block;
    float: left;
    text-decoration: none;
    position: relative;
}
/*header a.logo span {*/
/*    line-height: 1;*/
/*    background: -webkit-linear-gradient(0deg, #eaba52 33%, #e3a458 66%, #d26f5d 100%);*/
/*    -webkit-background-clip: text;*/
/*    -webkit-text-fill-color: transparent;*/
/*    text-decoration: none;*/
/*    position: absolute;*/
/*    font-weight: 900;*/
/*    bottom: 6px;*/
/*    right: 5px;*/
/*    font-size: 36px;*/
/*}*/

.button {
    background: #F21559;
    border: 2px solid #F21559;
    height: 50px;
    font-size: 16px;
    line-height: 1;
    padding: 15px 30px;
    font-weight: 900;
    color: #fff;
    text-decoration: none;
    border-radius: 6px;
    display: inline-block;
    cursor: pointer;
    transition: ease all 150ms;
}
.button:hover {
    background: rgba(248, 43, 106, 0.9);
}

.button.inverse {
    background: #fff;
    color: #F21559;
}
.button.inverse:hover {
    color: #fff;
    background: #F21559;
}
#pageWrap {
    overflow: hidden
}
.banner-top {
    background: url('../img/top-bg.png') no-repeat top -130px center;
}
.banner-content {
    margin-top: 130px;
    max-width: 560px;
    float: left
}
.banner-content p {
    color: #fff;
    line-height: 1.4;
}

.playButton {
font-size: 20px;
display: inline-block;
line-height: 90px;
color: #fff;
text-decoration: none;
font-weight: 900;
margin: 50px 0 0;
visibility: hidden
}
.playButton:hover {
text-decoration: underline;
}

.playButton img {
margin-right: 10px;
}
.banner-top .text-center img {
    margin-top: 140px
}
.banner-top img.mobile {
    display: none;
}

@media screen and (max-width: 1024px) {
    header {
        position: absolute;
        text-align: center
    }
    section.mobile .phone {
        margin: 50px 0;
        max-width: 411px;
    }
    section.mobile .phone-inner {
        top: 25px;
        left: 27px;
        right: 24px;
        bottom: 26px;
        overflow: auto;
        border-radius: 35px;
    }
    section.mobile .phone:before {
        content: '';
        background: url(../img/phone-nudge.png) no-repeat left top;
        background-size: 100% auto;
        height: 39px;
        position: absolute;
        z-index: 2;
        top: 24px;
        left: 50%;
        transform: translateX(-50%);
        width: 100%;
    }
    section.mobile .phone-inner .tile {
        width: 100%;
    }
    section.mobile .tile a {
        position: relative;
        display: block;
    }
    section.mobile .tile a:after {
        content: attr(data-title);
        background: url(../img/lupa.png) no-repeat top 5px center rgba(0,0,0,.8);
        bottom: 0;
        padding: 70px 10px 10px;
        background-size: 70px;
        position: absolute;
        width: 100%;
        font-size: 18px;
        left: 0;
        color: #fff;
    }
    .screens-wrapper {
        margin: 20px 0;
        white-space: nowrap;
        overflow: auto
    }
    .screens-wrapper img {
        max-width: 360px;
    }
    header a.logo {
        margin: 0 auto;
        width: 102px
    }
    /*header a.logo span {*/
    /*    font-size: 32px;*/
    /*    bottom: 10px*/
    /*}*/
    header .button {
        padding: 15px 20px
    }
    .banner-top {
        padding-bottom: 0;
        background: #170F4A;
        text-align: center;
        margin-bottom: 126px;
    }
    .banner-content {
        width: 100%;
        float: none;
        margin: 40px auto 0;
        padding: 0;
    }
    .banner-top p {

    }
    .banner-top .text-center {
        display: none
    }
    .banner-top .mobile-top-wrap {
        padding-bottom: 35px;
    }
    .banner-top .mobile-top-wrap img {
        position: relative;
    }
    .banner-top .mobile-top-wrap img.first {
        z-index: 2;
    }
    .banner-top .mobile-top-wrap img.second {
        bottom: -100px;
        left: -80px;
        position: absolute;
    }
    .playButton {
        margin-top: 0;
        font-size: 13px;
        line-height: 1;
        position: relative
    }
    .playButton img {
        margin-right: 0
    }
    .playButton span {
        display: block;

    }
    h1, h2 {
        font-size: 38px;
        line-height: 48px;
        margin-bottom: 20px;
    }
    h1 span {
        margin-right: 14px
    }
    h1 span:before {
        left: -10px;
        right: -10px;
        top: -4px;
        bottom: -4px
    }
    p {
        font-size: 16px
    }
	br {
		display: none;
	}
	br.mobile {
		display: block;
	}
    .banner-content br.mobile {
        margin-top: 12px
    }

}

.text-center {
    text-align: center
}

.medal-section {
    margin: -60px 0 100px;
    padding-top: 1px;
    background: url('../img/round-white-bg.svg') no-repeat top center
}
.medal-section h2 {
    margin-top: 160px
}
.medal {
    color: #D6AC4B;
}
.medal *  {
    display: inline-block;
    vertical-align: top;
    text-align: left;
}
.boxes {
    margin: 30px 0;
}

.box {
    display: inline-block;
    max-width: 330px;
    padding: 20px 25px;
    vertical-align: top;
}
.sliderWrap {
    max-width: 330px;
    margin: 15px auto 0
}
.splide__arrow {
    background: none;
}
.splide__arrow svg {
    fill: #F21559;
}
@media screen and (max-width: 1024px) {
    .medal-section {
        margin: 20px auto;
        padding: 20px 0;
        min-height: 566px;
        background-size: cover;
        max-width: 556px;
    }
    .medal-section h2 {
        margin-top: 50px;
    }
    .medal img {
        max-width: 97px;
    }
    .medal-section h4 {
        font-size: 15px;
    }
    h4 {
        font-size: 26px;
        margin: 20px 0;
    }
    h5 {
        font-size: 16px
    }
}
.text-content {
    max-width: 400px;
}
.middle-section {
    z-index: 2;
}
.bg-top {
    background: url('../img/huge-bg.svg') no-repeat top 130px center;
    padding-bottom: 120px;
}
.bg-top .text-content {
    margin-top: 220px;
}
.bg-top .img-content {
    width: calc(100% - 460px);
    position: relative;
    z-index: 2;
}
.bg-top .img-content img {
    max-width: 1261px;
}
.bg-mid {
    z-index: 1;
}
.bg-mid .bg-inner {
    z-index: -1;
    right: -420px;
    top: -230px;
}
.text-content.half {
    max-width: 50%;
}
.bg-mid .img-content {
    width: 50%;
    text-align: right;
}
.bg-mid .img-content img {
    max-width: 1260px;
    right: 80px;
    top: 40px;
}
.bg-mid .img-ph {
    margin-top: 65px;
}
.max-page {
    max-width: 1920px;
    margin: 0 auto;
    background: #f5f5f5;
}
.bg-lower-mid {
    padding-top: 200px;
    min-height: 1000px;
}
.bg-lower-mid .bg-inner {
    left: calc(50% + 50px);
    transform: translateX(-50%);
    top: 100px;
}
.bg-lower-mid .bg-inner img {
    max-width: 1419px;
}
.bg-lower-mid .text-content {
    max-width: 470px;
    margin-top: 0;
}
.bg-lower-mid h3 {
    color: #fff;
}
.bg-lower-mid p {
    color: #fff;
    padding-top: 20px;
}


.bg-intersection img {
    margin: -180px 0 0 -60px;
}

.bg-bot {
    padding: 10px 0 200px;
    background: url('../img/huge-bg.svg') no-repeat bottom center
}
.bg-bot .bg-inner {
    margin-top: -470px;
}
.bg-bot .bg-inner img {
     margin-left: -300px;
 }
.bg-bot .mt {
    margin-top: 80px;
}
.bg-bot .img-content {
    width: 50%;
}
.bg-bot .img-content img {
    max-width: 1254px;
    right: 40px;
    top: -60px
}
.bg-bot .img-ph {
    margin: 80px 0 0;
}
.bg-bot p {
    max-width: 500px;
}
.bg-bot .img-ph .max-page {
    z-index: 1;
}
.bg-bot .img-ph img.relative {
    z-index: 2;
    margin-right: -100px;
}
.bg-bot .img-ph .top-image {
    right: -40px;
    bottom: 100%;
    margin-bottom: -90px;
    z-index: -1;
}
.bg-bot .img-ph .bottom-image {
    top: 400px;
    left: -50px;
}
@media screen and (max-width: 1800px) {
    .bg-top .text-content {
        margin-top: 130px;
    }
    .bg-top .img-content img {
        max-width: 971px;
    }
    .bg-mid .img-content img {
        max-width: 800px;
    }
    .bg-mid .bg-inner {
        left: 30%;
    }
    .bg-bot .bg-inner {
        margin-top: -300px;
    }
    .bg-bot .bg-inner img {
        margin-left: auto;
    }
    .bg-bot .img-ph .top-image {
        right: -140px;
    }
    .bg-bot .mt {
        margin-top: 60px;
    }
    .bg-bot .img-ph .bottom-image {
        top: 500px;
        left: 0;
        max-width: 630px;
    }
}
@media screen and (max-width: 1600px) {
    .bg-bot .img-ph .top-image {
        right: -90px;
        margin-bottom: -80px;
        width: 340px;
    }
}
@media screen and (max-width: 1300px) {
    .bg-bot .img-ph .top-image,
    .bg-bot .img-ph .bottom-image {
        display: none;
    }
}
@media screen and (max-width: 1024px) {
    h3 {
        font-size: 23px;
        margin: 15px 0;
    }
    .text-content, .text-content.half {
        max-width: 235px;
    }

    .text-content img {
        max-width: 38px;
    }
    .bg-top {
        padding-bottom: 200px;
    }
    .bg-top .img-content {
        width: 100%;
    }
    .bg-top .img-content img {
        max-width: 526px;
    }
    .bg-top .text-content {
        margin-top: 0;
    }
    .bg-mid .img-ph {
        margin-top: 36px;
        height: 512px;
        position: relative;
    }
    .bg-mid .img-ph img {
        max-width: 801px;
        position: absolute;
        left: 20px;
        right: 0
    }
    .bg-mid .bg-inner {
        top: -170px;
        width: 760px;
        right: auto;
        left: -270px;
    }
    .bg-bot .mt {
        margin-top: 0;
    }
    .bg-bot {
        padding-bottom: 200px;
    }
    .bg-bot .img-ph .bottom-image {
        display: block;
        top: 560px;
        max-width: 405px;
        right: -130px;
        left: auto
    }
    .bg-mid .text-content {
        max-width: 235px;
    }
    .bg-lower-mid {
        padding-top: 60px;
        min-height: 482px;
    }
    .page {
        max-width: 480px;
    }
    .page.larger {
        max-width: 800px;
    }
	.bg-lower-mid .page {
		z-index: 2;
	}
    .bg-lower-mid .widgetBackground {
        background: url("../img/mobile-widget-panel.png") no-repeat top center;
        padding: 40px 0 880px;
        position: relative;
        max-width: 1024px;
    }
    .bg-lower-mid .widgetBackground .text-content .wrap {
        max-width: 360px;
        padding: 0 15px;
        position: relative;
        z-index: 2;
        margin: 0 auto;
    }
    .bg-lower-mid .widgetBackground .text-content .wrap h3 {
        margin-bottom: 5px;
    }
    .bg-lower-mid .widgetBackground .text-content .wrap p {
        padding-top: 10px;
    }
    .bg-lower-mid .widgetBackground .widget-mobile-img {
        position: absolute;
        top: 0;
        left: 50%;
        transform: translateX(-50%);
    }
    .bg-lower-mid .text-content {
        float: none;
        margin: 0 auto;
    }
    .bg-lower-mid .bg-inner {
        display: none;
    }
    .bg-lower-mid h3, .bg-lower-mid p {
        color: #fff;
    }
    .bg-intersection img {
        position: absolute;
        margin: 0;
        bottom: 0;
        left: -230px;
        max-width: 934px;
        top: auto;
    }
    .bg-intersection img.guy {
        left: 0;
        bottom: 80px;
    }
    .bg-bot .bg-inner {
        margin-top: 0;
    }
    .bg-bot .bg-inner img {
        margin: 50px auto 0;
        max-width: 490px;
    }
    .bg-bot .img-ph {
        padding: 0;
        max-width: 360px;
        margin: 0 auto;
    }
    .bg-bot .img-ph img.relative {
        margin: 50px 0 0 -433px;
        max-width: 936px;
    }

}
@media screen and (max-width: 480px) {
    .bg-lower-mid .widgetBackground {
        padding-bottom: 820px;
    }
    .bg-intersection img {
        bottom: -60px;
        left: -190px
    }
    .bg-intersection img.guy {
        bottom: 20px;
    }
}

.dark-bottom {
    background: url('../img/dark-blue-background.svg') no-repeat bottom -200px center #180f4c;
    z-index: 1;
    margin-top: -260px;
    padding: 260px 0 0;
}

.dark-bottom h3 {
    color: #fff;
    margin: 190px 0 10px;
}
.hero {
    color: #0099FE;
    font-size: 126px;
    font-weight: 900;
    line-height: 1;
}
.hero.thank-you {
    margin-top: 200px;
}
.hero.thank-you p {
    margin-top: 40px;
}
.dark-bottom p {
    color: #fff;
}
.dark-bottom .items {
    text-align: center;
}
.dark-bottom .item {
    display: inline-block;
    vertical-align: top;
    max-width: 390px;
    margin: 30px;
}
.dark-bottom .highlight {
    height: 32px;
    display: inline-block;
    font-weight: 900;
    font-size: 16px;
    line-height: 1;
    margin-bottom: 20px;
    padding: 8px 16px;
    background: #0099FE;
    color: #fff;
    border-radius: 6px;
}
.dark-bottom .item h3 {
    font-weight: 300;
    font-size: 33px;
    margin: 0;
}
.dark-bottom .item p, .dark-bottom .zigzag p, .dark-bottom p {
    color: #9E95D2;
    margin: 0;
}
.dark-bottom .item p a, .dark-bottom p a, .dark-bottom p strong {
    color: #F21559;
    text-decoration: none;
}
.dark-bottom .item p a:hover, .dark-bottom p a:hover {
    color: rgba(242, 21, 89, 0.90);
}
.dark-bottom .item p b, .dark-bottom .zigzag p b, .dark-bottom p b {
    font-weight: 900;
}
.dark-bottom .item .button {
    margin: 20px 0;
}
.dark-bottom .promotion-content {
    padding-top: 20px;
}
.dark-bottom .promotion-content .highlight {
    background: #F21559;
}
.dark-bottom .zigzag .text {
    max-width: 432px;
}
.attention-grabber {
    max-width: 960px;
    margin: 50px auto 0;
    padding: 0 0 40px;
}
.attention-grabber p {
    padding: 20px 0
}

.dark-bottom .zigzag .text h3 {
    position: relative;
    margin-top: 30px;
    font-weight: 900;
}
.dark-bottom .zigzag .text.right h3,
.dark-bottom .zigzag .text.right p {
    padding-left: 70px;
}
.dark-bottom .zigzag .text.left h3,
.dark-bottom .zigzag .text.left p{
    padding-right: 70px;
}
.dark-bottom .zigzag .text {
    position: relative;
}
.dark-bottom .zigzag .text:first-child:after {
    content: '';
    width: 2px;
    right: -1px;
    position: absolute;
    background: #F21559;
    top: 64px;
    bottom: -64px;
}
.dark-bottom .zigzag .text h3:before {
    position: absolute;
    content: '';
    width: 28px;
    height: 28px;
    border-radius: 50%;
    top: 50%;
    transform: translateY(-50%);
    background: #F21559
}
.dark-bottom .zigzag .text.right h3:before {
    left: -14px;
}
.dark-bottom .zigzag .text.left h3:before {
    right: -14px;
}
.dark-bottom .zigzag h3 {
    margin-top: 80px;
    font-weight: 300;
}

.dark-bottom .decoration {
    background: url('../img/dark-blue-background.svg') no-repeat bottom white;
    padding-bottom: 260px;
    margin-top: -90px;
}
.modules .items{
    margin: 60px 0 30px;
}
.modules h2 {
    margin-top: 100px
}
.modules .item {
    display: inline-block;
    vertical-align: bottom;
    max-width: 166px;
    padding: 20px;
}
.modules .item p {
    margin-top: 20px;
}
@media screen and (max-width: 1024px) {
    .dark-bottom {
        margin-top: -190px;
        padding-top: 330px;
    }
    .dark-bottom h3 {
        margin: 20px 0;
    }
    .hero {
        font-size: 68px;
    }
    .dark-bottom .items {
        margin: 48px 0;
    }
    .dark-bottom .item {
        margin: 0;
        height: 100%;
        width: 190px;
        background: rgba(255,255,255,.1);
        padding: 27px;
        border-radius: 6px;
        opacity: .5;
    }
    .dark-bottom #slider2 .is-active .item {
        opacity: 1
    }
    .dark-bottom .item h3 {
        font-size: 16px;
        font-weight: 900;
        margin-bottom: 16px;
    }
    .dark-bottom .item p {
        font-size: 13px;
    }
    .dark-bottom .item .button {
        padding: 11px;
        line-height: 1;
        font-size: 13px;
        margin: 10px 0;
    }
    .modules h2 {
        margin-top: 40px;
        font-size: 32px;
    }
    .dark-bottom .item .highlight {
        font-size: 11px;
        height: 23px;
        line-height: 1;
        padding: 6px 10px;
    }
    .modules p br {
        display: none;
    }
    .dark-bottom .promotion-content .page.smaller {
        max-width: 330px;
        padding: 0;
    }
    .dark-bottom .zigzag .text {
        max-width: 165px;
    }
    .dark-bottom .zigzag .text.left h3, .dark-bottom .zigzag .text.left p {
        padding-right: 41px;
    }
    .dark-bottom .zigzag .text.right h3, .dark-bottom .zigzag .text.right p {
        padding-left: 41px;
    }
    .dark-bottom .zigzag .text h3::before {
        width: 18px;
        height: 18px;
    }
    .dark-bottom .zigzag .text.left h3::before {
        right: -9px;
    }
    .dark-bottom .zigzag .text.right h3::before {
        left: -9px;
    }
}
@media screen and (max-width: 479px) {
    .modules .items {
        margin-top: 30px;
    }
    .modules .item {
        margin-right: -4px;
    }
}

#formWrap {
    margin-top: 200px;
}

.formSection {
    margin-top: 300px;
    background: url('../img/form-bg.svg') no-repeat center top -213px;
    padding-top: 220px;
    min-height: 1110px;
}
.formSection .bg-inner img {
    bottom: 100%;
    left: -150px;
    margin-bottom: -50px;
}
.formSection h3 {
    color: #fff;
}
.formSection p {
    color: #fff;
    max-width: 800px;
    margin: 0 auto;
}
.formSection form {
    margin: 20px -15px
}
.formSection .input input[type=text] {
    width: 100%;
    height: 60px;
    padding: 0 15px;
    border: none;
    border-radius: 6px;
}
.formSection .input {
    padding: 5px 15px;
    float: left;
}
.formSection .input.textarea {
    width: 100%;
    float: none;
}
.formSection .input textarea {
    width: 100%;
    resize: none;
    border: none;
    height: 160px;
    padding: 15px;
    border-radius: 6px;
}
.formSection .input label {
    color: #fff;
    font-size: 14px;
    line-height: 1.4;
}
.formSection .checkboxes {
    margin-top: 10px;
}
.formSection .input.checkbox label {
    padding: 3px 0 0 37px;
    position: relative;
    display: block;
    cursor: pointer
}
.formSection .input.checkbox input {
    opacity: 0;
    visibility: hidden;
    position: absolute;
}
.formSection .input.checkbox label:before {
    content: '';
    height: 26px;
    width: 26px;
    border-radius: 6px;
    background: #fff;
    position: absolute;
    left: 0;
    top: 0;
    transition: ease all 150ms;
    border: 2px solid #fff;
}
.formSection .input.checkbox label:hover:before {
    border-color: #0099FE;
}
.formSection .input.checkbox label:after {
    content: '';
    height: 9px;
    width: 13px;
    border: 2px solid #040404;
    border-top-color: transparent;
    border-right-color: transparent;
    transform: rotate(-45deg) scale(0);
    position: absolute;
    transition: ease all 150ms;
    left: 6px;
    top: 6px;
}

.formSection .input.checkbox input:checked + label:after{
    transform: rotate(-45deg) scale(1);
}

.formSection .button {
    margin-top: 30px
}
.formSection .input #phonePre {
    position: relative;
}
.formSection .input #phonePre:before {
    top: 0;
    bottom: 0;
    left: 0;
    width: 65px;
    background: #f5f5f5;
    content: '+48';
    font-size: 16px;
    line-height: 1;
    padding: 22px 5px;
    position: absolute;
    text-align: center;
}
.formSection .input #phonePre input {
    padding-left: 80px;
}
#checkboxValidation {
    color: #f8165d;
    font-size: 16px;
    background: #fff;
    display: block;
    margin: 10px 15px 0;
    padding: 5px 10px;
    font-weight: 700;
}
.calendlySection h3 {
    margin-bottom: 20px;
}
@media screen and (max-width: 1024px){

    .formSection {
        margin-top: 330px;
        margin-bottom: 40px;
        padding: 60px 0;
        min-height: 0;
        background: #3b3089;
        position: relative;
    }
    .formSection:before {
        content: '';
        background: url('../img/form-mobile-top.png') no-repeat top center;
        width: 100%;
        height: 200px;
        position: absolute;
        bottom: 100%;
    }
    .formSection:after {
        content: '';
        background: url('../img/form-mobile-bottom.png') no-repeat bottom center;
        width: 100%;
        height: 100px;
        position: absolute;
        top: 100%;
    }
    .formSection .bg-inner img {
        max-width: 534px;
        margin-bottom: 10px;
        left: -190px;
    }
    .formSection h3 {
        font-size: 32px;
    }

    .formSection .hero.thank-you {
        margin-top: 0;
    }
    .formSection .hero-paragraph {
        margin-top: 20px;
    }
    .calendlySection .page {
        padding: 0 15px;
    }
    .calendlySection h3 {
        font-size: 32px;
    }
}

#footer {
    background: #000;
    padding: 1rem;
}


#footer .col-lg-1 {
    padding-left: 0;
}
#footer a {
    text-decoration: none;
}
#footer p {
    font-size: 13px;
    color: #999;
    font-weight: 300;
}

#footer p span {
    font-weight: 900;
    display: block;
    font-size: 1rem;
}


#footer .f-middle {
    margin: 30px 0;
}

#footer .f-btn {
    font-weight: 900;
    color: #fff;
    font-size: 14px;
    background: #F21559;
    border-radius: 5px;
    padding: 15px 30px;
    display: inline-block;
}

#footer .col-lg-3 .f-btn {
    font-size: 14px;
}

#footer .grey-line {
    border: 1px solid #333;
    margin-top: 52px;
}

#footer h4 {
    font-weight: 900;
    color: #fff;
    font-size: 16px;
}

#footer .button {
    font-size: 14px;
    font-weight: 900
}

#footer .f-socials, #footer .f-copy, #footer .f-links, #footer .contact-info {
    text-align: right;
}

#footer .f-socials a, #footer .f-links a {
    display: inline-block;
    padding-left: 15px;
}

#footer .f-socials a {
    padding-left: 45px;
    padding-bottom: 30px;
}

#footer .container-fluid, #footer .container-fluid .col-lg-6 {
    margin: 30px 0 0;
    padding: 15px 0 0;
}

#footer .container-fluid .row {
    margin-left: -45px;
    margin-right: -45px;
}

#footer .f-banners h5 {
    font-size: 23px;
    font-weight: 900;
    padding: 30px;
}

#footer .left {
    background: #E7F5FF;
    margin: 0;
}

#footer .left h5 {
    color: #180F4C;
}

#footer .left .f-left, #footer .left .f-right {
    float: right;
}

#footer .left .f-left {
    padding-right: 120px;
}

#footer .call {
    margin: 35px 30px;
}

#footer .call p {
    color: #180F4C;
    font-size: 12px;
    font-weight: 300;
    padding: 5px 0 0 2px;
}

#footer .right {
    background: #180F4C;
}

#footer .right .f-left, #footer .right .f-right {
    float: left;
}

#footer .right h5 {
    color: #fff;
    padding-bottom: 5px;
}

#footer .right-call {
    margin-top: 35px;
}

#footer .right p {
    color: #fff;
    font-size: 16px;
    padding-left: 30px;
}

@media screen and (max-width: 1024px) {
    #footer {
        padding-top: 48px;
    }
    #footer .col-lg-1 img{
        padding: 30px 0 30px 15px;
    }
    #footer .grey-line{
        display: block;
        margin-top: 0;
    }
    #footer p span {
        font-size: 14px;
    }
    #footer .f-socials, #footer .f-copy, #footer .f-links, #footer .contact-info {
        text-align: center
    }
    #footer .f-links {
        margin-top: 40px;
    }
    #footer .f-socials a, #footer .f-links a {
        padding-left: 0;
        color: #fff;
        font-weight: 400;
    }
    #footer .f-socials {
        padding-top: 30px;
    }
    #footer .f-socials a {
        padding: 25px;
    }
    #footer .call {
        margin-bottom: 0;
    }
    #footer .container-fluid .col-lg-6 {
        margin-top: 0;
        padding-top: 0;
    }
    #footer .right .f-right {
        float: right;
        margin: 0 15px 30px 0;
    }
}

/* bottom-contact */

#bottom-contact-trigger {
    position: fixed;
    bottom: 20px;
    left: 20px;
    background: #f1c119;
    color: #333;
    padding: 15px;
    font-size: 30px;
    border-radius: 8px 34px 34px 34px;
    width: 60px;
    height: 60px;
    line-height: 30px;
    text-align: center;
    z-index: 10;
    box-shadow: 0 5px 4px 0 rgba(0,0,0,.26);
    transition: ease all 250ms
}

#fc_frame {
    transition: ease all 250ms
}
#bottom-contact-trigger.active, #fc_frame.active {
    transform: translateY(-105px)
}
#bottom-contact-trigger:hover {
    background: #fbc817
}

#bottom-contact {
    z-index: 9999;
}
#bottom-contact .container-fluid, #bottom-contact .container-fluid .col-lg-4, #bottom-contact .container-fluid .col-lg-8 {
    margin: 0;
    padding: 0;
}

#bottom-contact .container-fluid .col-lg-4, #bottom-contact .container-fluid .col-lg-8 {
    padding: 25px 0;
}

#bottom-contact .f-banners h5 {
    font-size: 23px;
    font-weight: 900;
    padding-left: 40px;
    padding-right: 30px;
    margin: 0;
}

#bottom-contact .left {
    background: #E7F5FF;
    margin: 0;
    display: flex;
}

#bottom-contact .left h5 {
    color: #180F4C;
}

#bottom-contact .call, #bottom-contact .heading {
    display: flex;
    justify-content: center;
    align-items: center;
}

#bottom-contact .call a {
    margin-right: 30px;
}

#bottom-contact .right {
    background: #180F4C;
    display: flex;
}

#bottom-contact .right h5 {
    color: #fff;
    padding-left: 30px;
}

#bottom-contact .right-call {
    display: flex;
    justify-content: center;
    align-items: center;
}

#bottom-contact .right-call a {
    margin-right: 30px;
}

#bottom-contact .heading span {
    color: #fff;
    font-size: 16px;
    font-weight: 300;
}
@media screen and (max-width: 1400px) {
    #bottom-contact .f-banners h5 {
        font-size: 18px;
        padding: 0 10px
    }
    #bottom-contact .call a {
        margin-right: 0;
        min-width: 140px;
    }
}

@media screen and (max-width: 1024px) {

    .form-submit input#submit {
        width: 100%;
    }
    #footer .col-lg-1 img{
        padding: 30px 0 30px 15px;
    }
    #footer h4 {
        padding-top: 0;
        margin: 10px 0;
        position: relative;
        cursor: pointer
    }
    #footer h4:after {
        content: '';
        position: absolute;
        right: 0;
        top: 6px;
        border: 6px solid transparent;
        border-top: 6px #fff solid;
    }
    #footer h4.active:after {
        border-top-color: transparent;
        border-bottom-color: #fff;
        top: 0;
    }
    #footer .accordion-wrap a {
        margin-bottom: 10px;
    }
    #footer .f-banners {
        display: none;
    }
    #footer .f-socials {
        padding-top: 30px;
    }
    #footer .f-socials a {
        padding-left: 15px;
    }
    #footer .call {
        margin-bottom: 0;
    }
    #footer .container-fluid .col-lg-6 {
        margin-top: 0;
        padding-top: 0;
    }
    #footer .right .f-right {
        float: right;
        margin: 0 15px 30px 0;
    }
    .category-single {
        width: 100%;
    }
    .content h1, #list-top h1 {
        font-size: 4rem;
    }
    .thumbnail img {
        height: auto;
    }
}


#bottom-contact {
    background-color: transparent; /* Black background color */
    position: fixed; /* Make it stick/fixed */
    bottom: 0; /* Stay on top */
    display: none;
    width: 100%; /* Full width */
    transition: bottom .7s; /* Transition effect when sliding down (and up) */
    z-index: 9999;
}

#footer .f-btn, #bottom-contact .f-btn {
    font-weight: 900;
    color: #fff;
    font-size: 14px;
    background: #F21559;
    border-radius: 5px;
    padding: 15px 30px;
    display: inline-block;
}

div.wpcf7-response-output {
    text-align: center;
    padding: 20px;
}

#copyrights {
    text-align: center;
    font-size: 10px;
    background-color: #000;
    padding: 10px 0 10px;
}
#copyrights a {
    color: #fff;
    font-size: 0.75rem;
}
#copyrights a:hover {
    text-decoration: underline;
}

.mt-80 {
    margin-top: 80px;
}

.inset-x-0 {
    left: 0px;
    right: 0px;
}
.top-0 {
    top: 0px;
}
.z-10 {
    z-index: 10;
}
.float-right {
    float: right;
}
.float-left {
    float: left;
}
.m-auto {
    margin: auto;
}
.w-8\/12 {
    width: 66.666667%;
}
.w-6\/12 {
    width: 50%;
}
.mx-auto {
    margin-left: auto;
    margin-right: auto;
}
.my-4 {
    margin-top: 1rem;
    margin-bottom: 1rem;
}
.-mx-2 {
    margin-left: -0.5rem;
    margin-right: -0.5rem;
}
.my-2 {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
}
.-my-4 {
    margin-top: -1rem;
    margin-bottom: -1rem;
}
.mb-4 {
    margin-bottom: 1rem;
}
.mr-2 {
    margin-right: 0.5rem;
}
.mt-8 {
    margin-top: 2rem;
}
.mb-8 {
    margin-bottom: 2rem;
}
.mt-4 {
    margin-top: 1rem;
}
.block {
    display: block;
}
.none {
    display: none;
}
.inline-block {
    display: inline-block;
}
.inline {
    display: inline;
}
.flex {
    display: flex;
}
.hidden {
    display: none;
}
.h-full {
    height: 100%;
}
.min-h-screen {
    min-height: 100vh;
}
.w-full {
    width: 100%;
}
.max-w-screen-sm {
    max-width: 640px;
}
.max-w-xs {
    max-width: 20rem;
}
.-rotate-45 {
    --tw-rotate: -45deg;
    transform: var(--tw-transform);
}
.resize {
    resize: both;
}
.flex-wrap {
    flex-wrap: wrap;
}
.overflow-hidden {
    overflow: hidden;
}
.rounded-lg {
    border-radius: 0.5rem;
}
.rounded-md {
    border-radius: 0.375rem;
}
.bg-gray-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(245, 245, 245, var(--tw-bg-opacity));
}
.bg-white {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
}
.bg-violet-dark {
    --tw-bg-opacity: 1;
    background-color: rgba(32, 21, 76, var(--tw-bg-opacity));
}
.bg-violet-darker {
    --tw-bg-opacity: 1;
    background-color: rgba(53, 43, 93, var(--tw-bg-opacity));
}
.bg-violet-light {
    --tw-bg-opacity: 1;
    background-color: rgba(62, 46, 139, var(--tw-bg-opacity));
}
.fill-current {
    fill: currentColor;
}
.p-2 {
    padding: 0.5rem;
}
.p-4 {
    padding: 1rem;
}
.p-1 {
    padding: 0.25rem;
}
.p-10 {
    padding: 2.5rem;
}
.p-8 {
    padding: 2rem;
}
.py-1 {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
}
.px-4 {
    padding-left: 1rem;
    padding-right: 1rem;
}
.py-4 {
    padding-top: 1rem;
    padding-bottom: 1rem;
}
.px-0 {
    padding-left: 0px;
    padding-right: 0px;
}
.py-10 {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
}
.py-2 {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
}
.py-20 {
    padding-top: 5rem;
    padding-bottom: 5rem;
}
.pr-0 {
    padding-right: 0px;
}
.pt-10 {
    padding-top: 2.5rem;
}
.pb-4 {
    padding-bottom: 1rem;
}
.text-center {
    text-align: center;
}
.text-left {
    text-align: left;
}
.text-right {
    text-align: right;
}
.align-top {
    vertical-align: top;
}
.align-middle {
    vertical-align: middle;
}
.text-sm {
    font-size: 0.875rem;
    line-height: 1.25rem;
}
.text-xl {
    font-size: 1.25rem;
    line-height: 1.75rem;
}
.text-4xl {
    font-size: 2.25rem;
    line-height: 2.5rem;
}
.text-2xl {
    font-size: 1.5rem;
    line-height: 2rem;
}
.text-3xl {
    font-size: 1.875rem;
    line-height: 2.25rem;
}
.font-light {
    font-weight: 300;
}
.font-bold {
    font-weight: 700;
}
.font-black {
    font-weight: 900;
}
.text-gray-300 {
    --tw-text-opacity: 1;
    color: rgba(152, 152, 152, var(--tw-text-opacity));
}
.text-gray-800 {
    --tw-text-opacity: 1;
    color: rgba(62, 62, 62, var(--tw-text-opacity));
}
.text-violet-dark {
    --tw-text-opacity: 1;
    color: rgba(32, 21, 76, var(--tw-text-opacity));
}
.text-cyan {
    --tw-text-opacity: 1;
    color: rgba(37, 157, 254, var(--tw-text-opacity));
}
.text-white {
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
}
.text-cyan-dark {
    --tw-text-opacity: 1;
    color: rgba(0, 147, 241, var(--tw-text-opacity));
}
.text-gray-200 {
    --tw-text-opacity: 1;
    color: rgba(171, 166, 193, var(--tw-text-opacity));
}
.text-gray-100 {
    --tw-text-opacity: 1;
    color: rgba(245, 245, 245, var(--tw-text-opacity));
}
.text-violet {
    --tw-text-opacity: 1;
    color: rgba(52, 38, 120, var(--tw-text-opacity));
}
.text-black {
    --tw-text-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-text-opacity));
}
.shadow-lg {
    --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-md {
    --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.transition-all {
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
}

.hover\:text-cyan:hover {
    --tw-text-opacity: 1;
    color: rgba(37, 157, 254, var(--tw-text-opacity));
}
@media (prefers-color-scheme: dark) {
    .dark\:bg-gray-800 {
        --tw-bg-opacity: 1;
        background-color: rgba(62, 62, 62, var(--tw-bg-opacity));
    }
    .dark\:bg-gray-200 {
        --tw-bg-opacity: 1;
        background-color: rgba(171, 166, 193, var(--tw-bg-opacity));
    }
    .dark\:bg-gray-300 {
        --tw-bg-opacity: 1;
        background-color: rgba(152, 152, 152, var(--tw-bg-opacity));
    }
    .dark\:bg-gray-400 {
        --tw-bg-opacity: 1;
        background-color: rgba(131, 133, 137, var(--tw-bg-opacity));
    }
    .dark\:text-white {
        --tw-text-opacity: 1;
        color: rgba(255, 255, 255, var(--tw-text-opacity));
    }
    .dark\:text-gray-100 {
        --tw-text-opacity: 1;
        color: rgba(245, 245, 245, var(--tw-text-opacity));
    }
    .dark\:grayscale {
        --tw-grayscale: grayscale(100%);
        filter: var(--tw-filter);
    }
}
@media (min-width: 480px) {
    .vsm\:w-6\/12 {
        width: 50%;
    }
    .vsm\:w-auto {
        width: auto;
    }
    .vsm\:text-center {
        text-align: center;
    }
    .vsm\:text-left {
        text-align: left;
    }
    .vsm\:text-right {
        text-align: right;
    }
}
@media (min-width: 640px) {
    .sm\:float-left {
        float: left;
    }
    .sm\:w-6\/12 {
        width: 50%;
    }
    .sm\:border-gray-100 {
        --tw-border-opacity: 1;
        border-color: rgba(245, 245, 245, var(--tw-border-opacity));
    }
    .sm\:pl-16 {
        padding-left: 4rem;
    }
    .sm\:none {
        display: none;
    }
    .sm\:text-center {
        text-align: center;
    }
    .sm\:text-left {
        text-align: left;
    }
    .sm\:text-right {
        text-align: right;
    }
}
@media (min-width: 1025px) {
    .md\:fixed {
        position: fixed;
    }
    .md\:absolute {
        position: absolute;
    }
    .md\:float-right {
        float: right;
    }
    .md\:float-left {
        float: left;
    }
    .md\:float-none {
        float: none;
    }
    .md\:none {
        display: none;
    }
    .md\:block {
        display: block;
    }
    .md\:inline {
        display: inline;
    }
    .md\:-mx-4 {
        margin-left: -1rem;
        margin-right: -1rem;
    }
    .md\:my-6 {
        margin-top: 1.5rem;
        margin-bottom: 1.5rem;
    }
    .md\:mb-6 {
        margin-bottom: 1.5rem;
    }
    .md\:inline-block {
        display: inline-block;
    }
    .md\:table {
        display: table;
    }
    .md\:table-cell {
        display: table-cell;
    }
    .md\:w-6\/12 {
        width: 50%;
    }
    .md\:w-auto {
        width: auto;
    }
    .md\:w-2\/12 {
        width: 16.666667%;
    }
    .md\:w-4\/12 {
        width: 33.333333%;
    }
    .md\:border-r {
        border-right-width: 1px;
    }
    .md\:border-solid {
        border-style: solid;
    }
    .md\:border-gray-100 {
        --tw-border-opacity: 1;
        border-color: rgba(245, 245, 245, var(--tw-border-opacity));
    }
    .md\:p-4 {
        padding: 1rem;
    }
    .md\:p-3 {
        padding: 0.75rem;
    }
    .md\:py-3 {
        padding-top: 0.75rem;
        padding-bottom: 0.75rem;
    }
    .md\:pr-2 {
        padding-right: 0.5rem;
    }
    .md\:pt-20 {
        padding-top: 5rem;
    }
    .md\:align-middle {
        vertical-align: middle;
    }
    .md\:text-5xl {
        font-size: 3rem;
        line-height: 1;
    }
    .md\:text-3xl {
        font-size: 1.875rem;
        line-height: 2.25rem;
    }
    .md\:text-4xl {
        font-size: 2.25rem;
        line-height: 2.5rem;
    }
    .md\:text-2xl {
        font-size: 1.5rem;
        line-height: 2rem;
    }
    .md\:text-center {
        text-align: center;
    }
    .md\:text-left {
        text-align: left;
    }
    .md\:text-right {
        text-align: right;
    }
}
@media (min-width: 1281px) {
    .lg\:float-right {
        float: right;
    }
    .lg\:float-left {
        float: left;
    }
    .lg\:-mx-6 {
        margin-left: -1.5rem;
        margin-right: -1.5rem;
    }
    .lg\:my-8 {
        margin-top: 2rem;
        margin-bottom: 2rem;
    }
    .lg\:mb-8 {
        margin-bottom: 2rem;
    }
    .lg\:block {
        display: block;
    }
    .lg\:hidden {
        display: none;
    }
    .lg\:w-3\/12 {
        width: 25%;
    }
    .lg\:w-1\/12 {
        width: 8.333333%;
    }
    .lg\:w-2\/12 {
        width: 16.666667%;
    }
    .lg\:w-9\/12 {
        width: 75%;
    }
    .lg\:w-4\/12 {
        width: 33.333333%;
    }
    .lg\:w-8\/12 {
        width: 66.666667%;
    }
    .lg\:w-6\/12 {
        width: 50%;
    }
    .lg\:p-6 {
        padding: 1.5rem;
    }
    .lg\:p-4 {
        padding: 1rem;
    }
    .lg\:py-4 {
        padding-top: 1rem;
        padding-bottom: 1rem;
    }
    .lg\:pr-4 {
        padding-right: 1rem;
    }
    .lg\:text-2xl {
        font-size: 1.5rem;
        line-height: 2rem;
    }
    .lg\:text-6xl {
        font-size: 3.75rem;
        line-height: 1;
    }
    .lg\:text-4xl {
        font-size: 2.25rem;
        line-height: 2.5rem;
    }
    .lg\:text-3xl {
        font-size: 1.875rem;
        line-height: 2.25rem;
    }
    .lg\:text-center {
        text-align: center;
    }
    .lg\:text-left {
        text-align: left;
    }
    .lg\:text-right {
        text-align: right;
    }
}

/*
 * Remove default fieldset styles.
 */

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
    resize: vertical;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */

/* ==========================================================================
   Helper classes
   ========================================================================== */


/*
 * Hide only visually, but have it available for screen readers:
 * https://snook.ca/archives/html_and_css/hiding-content-for-accessibility
 *
 * 1. For long content, line feeds are not interpreted as spaces and small width
 *    causes content to wrap 1 word per line:
 *    https://medium.com/@jessebeach/beware-smushed-off-screen-accessible-text-5952a4c2cbfe
 */

.sr-only {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    white-space: nowrap;
    width: 1px;
    /* 1 */
}
/*
 * Extends the .sr-only class to allow the element
 * to be focusable when navigated to via the keyboard:
 * https://www.drupal.org/node/897638
 */

.sr-only.focusable:active,
.sr-only.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    white-space: inherit;
    width: auto;
}

/*
 * Hide visually and from screen readers, but maintain layout
 */

.invisible {
    visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.clearfix::before,
.clearfix::after {
    content: " ";
    display: table;
}

.clearfix::after {
    clear: both;
}

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */

@media only screen and (min-width: 35em) {
    /* Style adjustments for viewports that meet the condition */
}

@media print,
(-webkit-min-device-pixel-ratio: 1.25),
(min-resolution: 1.25dppx),
(min-resolution: 120dpi) {
    /* Style adjustments for high resolution devices */
}

/* ==========================================================================
   Print styles.
   Inlined to avoid the additional HTTP request:
   https://www.phpied.com/delay-loading-your-print-css/
   ========================================================================== */

@media print {
    *,
    *::before,
    *::after {
        background: #fff !important;
        color: #000 !important;
        /* Black prints faster */
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]::after {
        content: " (" attr(href) ")";
    }

    abbr[title]::after {
        content: " (" attr(title) ")";
    }

    /*
     * Don't show links that are fragment identifiers,
     * or use the `javascript:` pseudo protocol
     */
    a[href^="#"]::after,
    a[href^="javascript:"]::after {
        content: "";
    }

    pre {
        white-space: pre-wrap !important;
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    /*
     * Printing Tables:
     * https://web.archive.org/web/20180815150934/http://css-discuss.incutio.com/wiki/Printing_Tables
     */
    thead {
        display: table-header-group;
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}

