@import url('https://fonts.googleapis.com/css2?family=Titillium+Web:ital,wght@0,200;0,300;0,400;1,200&display=swap');

#PageMain,
#PageFooter {
 margin-top: 0;
}

.sePage .sePageLayout .sePageMain {
 background-color: #000;
}

/* HERO */
.se-lp-hero-top .block-bg-img {
 padding: 18% 15px;
}

.sePage .sePageLayout .sePageMain .container {
 width: 100%;
 max-width: 1440px;
 padding: 0 30px;
}

.custom4-1 .editContent,
.custom3-1 .editContent {
 margin: 0 auto;
 max-width: 820px;
}

.sePage .sePageLayout .sePageMain .divider,
.sePage .sePageLayout .sePageMain .bordered-top-bottom-block,
.sePage .sePageLayout .sePageMain .bordered-top-bottom-block2 {
 border-color: #fff;
 border-top: 2px solid #fff;
 margin: 0 auto;
}

/* FONTS */
.sePage .sePageLayout .sePageMain h1,
.sePage .sePageLayout .sePageMain h2,
.sePage .sePageLayout .sePageMain h3,
.sePage .sePageLayout .sePageMain h4 {
 color: #fff;
 font-family: "Titillium Web", sans-serif;
 font-style: normal;
 font-weight: 200;
 margin-top: 22px;
 margin-bottom: 7px;
 text-transform: uppercase;
}

.sePage .sePageLayout .sePageMain h1 {
 font-size: 60px;
 margin-top: 11px;
 text-shadow: none;
}

.sePage .sePageLayout .sePageMain h2 {
 font-size: 42px;
 color: #00a1e1;
}

.sePage .sePageLayout .sePageMain h3 {
 font-size: 28px;
 font-weight: 300;
 color: #00a1e1;
}

.sePage .sePageLayout .sePageMain h4 {
 font-size: 24px;
 font-weight: 300;
 margin: 0 auto;
}

.sePage .sePageLayout .sePageMain {
 color: #fff;
 font-family: "Titillium Web", sans-serif;
 font-weight: 200;
 font-size: 16px;
 letter-spacing: 0.75px;
}

.sePage .sePageLayout .sePageMain a:not(.btn),
.sePage .sePageLayout .sePageMain a:not(.btn):visited {
 color: #fff;
 text-decoration: underline;
}

.sePage .sePageLayout .sePageMain a:not(.btn):hover,
.sePage .sePageLayout .sePageMain a:not(.btn):focus,
.sePage .sePageLayout .sePageMain a:not(.btn):active {
 color: #00a1e1;
 text-decoration: underline;
}

/* BUTTONS */

.sePage .sePageLayout .sePageMain .btn:not(.btn-link),
.sePage .sePageLayout .sePageMain .btn-primary,
.sePage .sePageLayout .sePageMain a.btn.btn-primary {
 border-color: #00a1e1;
 background: transparent;
 color: #00a1e1;
 margin-bottom: 0;
 border-radius: 0;
 border-width: 2px;
 padding: 12px 24px;
 font-size: 16px;
 font-family: "Titillium Web", sans-serif;
 font-style: normal;
 font-weight: 400;
 text-align: center;
 text-decoration: none;
 text-transform: uppercase;
 letter-spacing: 0.5px;
 white-space: normal;
 cursor: pointer;
}

.sePage .sePageLayout .sePageMain .sePageMain .btn:not(.btn-link):visited,
.sePage .sePageLayout .sePageMain .btn-primary:visited,
.sePage .sePageLayout .sePageMain a.btn.btn-primary:visited {
 color: #00a1e1;
}

.sePage .sePageLayout .sePageMain .sePageMain .btn:not(.btn-link):hover,
.sePage .sePageLayout .sePageMain .btn-primary:hover,
.sePage .sePageLayout .sePageMain a.btn.btn-primary:hover,
.sePage .sePageLayout .sePageMain .btn:not(.btn-link):active,
.sePage .sePageLayout .sePageMain .btn-primary:active,
.sePage .sePageLayout .sePageMain a.btn.btn-primary:active,
.sePage .sePageLayout .sePageMain .btn:not(.btn-link):focus,
.sePage .sePageLayout .sePageMain .btn-primary:focus,
.sePage .sePageLayout .sePageMain a.btn.btn-primary:focus {
 border-color: #00a1e1;
 background: #00a1e1;
 color: #fff;
 text-decoration: none;
}

/* BUTTON GROUP */
.se-btn-group {
 display: inline-flex;
 flex-direction: column;
}

.sePage .editContent .se-btn-group a.btn.btn-primary:not(:last-child) {
 margin-bottom: 4px;
}

.sePage .editContent .se-btn-group a.btn.btn-primary {
 margin-top: 0;
}


/* SERVICE MENU */

.se-service-menu .price-block .price-header {
 background: transparent;
 border-top: 1px solid #aaa;
 padding: 11px 15px;
}

.se-service-menu .price-block .price {
 background: transparent;
 border: none;
}

.se-service-menu .price-block .features {
 background: transparent;
 border: none;
 border-width: 0;
}

.se-service-menu .price-block .features p {
 padding: 0 15px;
 margin: 0 auto;
}

.se-service-menu .price-block .price-footer {
 background: transparent;
 border: none;
 border-width: 0;
 padding-bottom: 33px;
}


/* 2 COLUMN FEATURE */
.se-2col-feature .content-block-column {
 display: flex;
 flex-direction: column;
 justify-content: center;
}

.se-2col-feature .content-block-column:last-child {
 padding: 30px;
 text-align: center;
}

@media only screen and (min-width: 768px) {
 .se-btn-group {
 display: flex;
 flex-direction: row;
 justify-content: center;
 }

 .sePage .editContent .se-btn-group a.btn.btn-primary:not(:last-child) {
 margin-right: 4px;
 margin-bottom: 11px;
 }
 .sePage .editContent .se-btn-group a.btn.btn-primary {
 margin-bottom: 11px;
 }
}

@media (min-width: 992px) {
 .se-2col-feature .content-block-column:last-child {
 padding: 30px 45px;
 }
}
