:root {
    --pn-primary: #3273D9; 
    --pn-secondary: #1C4789;
    --pn-tertiary: #468BF7;
    --pn-font-color: #0E1239;
    --pn-navigation: white;
    --pn-navigation-hover: var(--pn-tertiary);
    --pn-box-background: var(--pn-primary);
    --pn-background: white;
    --pn-footer-background: white;
    --pn-content-element-padding: 80px;
}
@media (max-width: 767px) {
	:root {
		--pn-content-element-padding: 20px;
	}
}

html {
    font-size: 26px;
}
body {
    font-family: "Nunito Sans", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    font-size: 1rem;
    line-height: 1.154;
    color: var(--pn-font-color);
}
h1 {
	font-weight: 800;
	font-size: 120px;
	line-height: 1;
}
h1::after {
	display: block;
	content: "";
	width: 50%;
	height: 16px;
	border-radius: 8px;
	background-color: var(--pn-primary);
	margin-top: 65px;
    margin-bottom: 40px;
}
h2, h3, h4, h5, h6 {
	color: var(--pn-primary);
}
h2 {
	font-weight: 700;
	font-size: 72px;
	line-height: 1.11;
}
h3 {
	font-size: 40px;
	font-weight: 700;
}
h3 a {
    display: inline-block;
    margin-top: 70px;
	line-height: 1.3;
}
h3 a::after {
	display: block;
	content: "";
	height: 16px;
	border-radius: 8px;
	background-color: var(--pn-secondary);
	margin-top: 10px;
}
h5 {
	font-size: 20px;
	font-weight: 800;
	line-height: 1.25;
	letter-spacing: 0.03em;
	margin-bottom: 30px;
}
a:hover,
a:focus,
.footer-section a:not(.btn):hover, 
.footer-section a:not(.btn):focus {
    color: #555555;
}
.list-normal li {
    margin: 8px 0;
}
.section {
	padding-top: 0;
	padding-bottom: 0;
}
#page-footer {
    font-size: 20px;
	line-height: 1.25;
	margin-top: 100px;
}
#page-footer::before {
	display: block;
	content: "";
	height: 16px;
	border-radius: 8px;
	background-color: var(--pn-primary);
	margin-left: calc(30px + 1vw);
	margin-right: calc(30px + 1vw);
}
.footer-section-content-column-middle, 
.footer-section-content-column-right {
    margin-top: 70px;
}
.footer-section-content-column-middle .frame {
    display: flex;
    justify-content: center;
}
.footer-section a:not(.btn) {
    color: var(--pn-font-color);
}
.footer-section .footer-copyright a:not(.btn) {
    color: white;
}
.lead {
	font-size: 40px;
	font-weight: 400;
	line-height: inherit;
	margin-bottom: 44px;
	display: block;
	line-height: 1.375;
}
.image {
	margin-bottom: 0;
}
.container.container-element2cols {
    width: 100%;
}
.container.container-element2cols .container-element-child {
    margin: 0 auto;
}
.frame-background-primary h2,
.frame-background-primary h3,
.frame-background-primary h4,
.frame-background-primary h5 {
    color: white;
}
.body-bg {
    padding-top: 160px;
}
#top-header {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	background-color: white;
    display: flex;
    justify-content: flex-end;
	font-size: 18px;
	font-weight: 800;
	z-index: 99;
}
#top-header a {
    display: inline-block;
    padding: 13px 35px;
	color: black;
}
#top-header a:first-of-type {
    border-right: 1px solid #707070;
}
#top-header a:hover {
	color: var(--pn-navigation-hover);
}
#page-header {
	position: fixed;
	top: 45px;
	width: 100%;
    background-color: black;
	border-color: unset;
	z-index: 98;
}
.navbar-mainnavigation > .container-fluid > .navbar-collapse {
    margin-top: 10px;
	padding-right: 100px;
}
#page-header .navbar-brand {
    height: auto;
}
.navbar-mainnavigation .navbar-brand-image > .navbar-brand-logo-normal {
    margin-top: 23px;
    margin-bottom: 26px;
	margin-left: 19px;
}
.navbar-mainnavigation .nav-link {
    font-size: 25px;
    font-weight: 700;
    line-height: 1.37;
    text-transform: none;
    padding: 0 39px !important;
}
.navbar-default .navbar-nav > li > a:hover {
    color: var(--pn-navigation-hover);
}
.navbar-mainnavigation .navbar-nav > li > .nav-link:hover::before {
    opacity: 0;
}
.navbar-default .navbar-nav > .active > a, 
.navbar-default .navbar-nav > .active > a:hover {
	color: white;
}
.frame,
.container-element.frame-background-primary  {
    margin-top: 24px;
    margin-bottom: 24px;
}
section.border-section.frame,
section.border-section .frame {
    margin-top: 0;
    margin-bottom: 0;
}


.accordion {
    margin-top: 30px;
}
.accordion-item.card {
    background-color: transparent;
    border: none;
    border-bottom: 2px solid var(--pn-primary);
    margin-top: 0;
	padding: 20px;
}
.accordion-item.card:first-child {
    border-top: 2px solid var(--pn-primary);
}
.accordion-header.card-header {
    background-color: transparent;
    border-bottom: none;
}
.accordion-title-link {
    font-size: 23px;
    padding: 10px;
    font-weight: 700;
}
.accordion-item.card a:not(.btn) {
    color: var(--pn-primary);
}
.accordion-title-link-state {
    right: 20px;
}
.accordion-title-link-state:before, 
.accordion-title-link-state:after {
    height: 2px;
	width: 150%;
}
.accordion-item .card-body {
    padding: 20px 10px;
}
.textmedia-gallery, .textpic-gallery {
    margin-bottom: 0;
}

@media (min-width: 768px) {
    .container.container-element2cols .container-element-child {
		width: 708px;
	}
}
@media (min-width: 992px) {
    .navbar-mainnavigation .navbar-nav > li > .nav-link::before, 
	.navbar-mainnavigation .navbar-nav > li.show > .nav-link::before, 
	.navbar-mainnavigation .navbar-nav > li.active > .nav-link::before {
        height: 16px;
		width: calc(100% - 24px);
        left: 12px;
        top: 51px;
        border-radius: 8px;
    }
	.frame {
		margin-top: 0;
		margin-bottom: 0;
        padding-top: var(--pn-content-element-padding);
        padding-bottom: var(--pn-content-element-padding);
    }
	.container-element.frame-background-primary  {
		margin-top: var(--pn-content-element-padding);
		margin-bottom: var(--pn-content-element-padding);
	}
    .container.container-element2cols .container-element-child {
		width: 932px;
	}
}
@media (min-width: 1200px) {
    .container.container-element2cols .container-element-child {
		width: 1180px;
	}
}
@media (min-width: 1440px) {
    .navbar-mainnavigation .navbar-nav > li > .nav-link::before, 
	.navbar-mainnavigation .navbar-nav > li.show > .nav-link::before, 
	.navbar-mainnavigation .navbar-nav > li.active > .nav-link::before {
        width: calc(100% - 78px);
        left: 39px;
        top: 54px;
    }
}

@media (max-width: 1439px) {
	.navbar-mainnavigation .nav-link {
		padding: 0 15px !important;
	}
    .navbar-mainnavigation .navbar-nav > li > .nav-link::before, 
	.navbar-mainnavigation .navbar-nav > li.show > .nav-link::before, 
	.navbar-mainnavigation .navbar-nav > li.active > .nav-link::before {
        width: calc(100% - 30px);
        left: 15px;
    }
}
@media (max-width: 1199px) {
	.navbar-mainnavigation > .container-fluid > .navbar-collapse {
		padding-right: 20px;
	}
	.navbar-mainnavigation .nav-link {
		font-size: 21px;
		padding: 0 14px !important;
	}
    .navbar-mainnavigation .navbar-nav > li > .nav-link::before, 
	.navbar-mainnavigation .navbar-nav > li.show > .nav-link::before, 
	.navbar-mainnavigation .navbar-nav > li.active > .nav-link::before {
        width: calc(100% - 28px);
        left: 14px;
    }
}
@media (max-width: 991px) {
	html {
		font-size: 20px;
	}
	h1 {
		font-size: 55px;
	}
	h1::after {
		width: 75%;
		height: 10px;
		margin-top: 36px;
		margin-bottom: 20px;
	}
	h2 {
		font-size: 45px;
	}
	h3 {
		font-size: 30px;
	}
	h3 a {
		margin-top: 30px;
	}
	h3 a::after {
		height: 10px;
	}
	h5 {
		font-size: 15px;
		margin-bottom: 10px;
	}
	#page-footer {
		font-size: 15px;
		margin-top: 30px;
		text-align: center;
	}
	.footer-section-content-column-left img {
		max-width: 230px;
	}
	.footer-section-content-column-middle, .footer-section-content-column-right {
		margin-top: 0;
	}
	.lead {
        font-size: 23px;
        margin-bottom: 28px;
    }
	.col-break-1 + .col-break-1 {
		margin-top: -40px !important;
	}
	#top-header {
		font-weight: 700;
		justify-content: space-around;
	}
	#top-header a {
		padding: 23px 35px;
	}
	#top-header a:first-of-type {
		border-right: none;
	}
	#page-header {
		top: 65px;
	}
	.navbar-mainnavigation .navbar-brand-image > .navbar-brand-logo-normal {
		margin-left: 0;
		max-height: unset !important;
	}
	.body-bg {
		padding-top: 180px;
	}
	#page-header .navbar-toggler {
		color: white;
		width: 53px;
	}
	.navbar-toggler.collapsed .navbar-toggler-icon {
		height: 3px;
	}
	.navbar-toggler-icon::after, 
	.navbar-toggler-icon, 
	.navbar-toggler-icon::before {
		width: 100%;
		height: 3px;
	}
	.navbar-toggler-icon {
		height: 0;
	}
	.navbar-toggler.collapsed .navbar-toggler-icon::before {
		top: -8px;
	}
	.navbar-toggler.collapsed .navbar-toggler-icon::after {
		top: 8px;
	}
	.navbar-mainnavigation .nav-link {
		font-size: 30px;
		padding: 7px 34px !important;
		margin-top: 11px;
        margin-bottom: 11px;
	}
	.navbar-default .navbar-nav > .active > a, 
	.navbar-default .navbar-nav > .active > a:hover {
		color: var(--pn-primary);
	}
	.navbar-mainnavigation .navbar-nav > li.active > .nav-link::before {
		width: 10px;
		opacity: 1;
	}
	figure img, 
	figure picture {
        width: auto;
    }
	.accordion-title-link-state {
		right: 0;
	}
}
@media (max-width: 767px) {
	.col-break-1 .frame,
	.col-break-2 .frame {
		padding-bottom: 0;
		margin-bottom: 0;
	}
	.col-break-1 + .col-break-1 .frame,
	.col-break-2 + .col-break-2 .frame {
		margin-top: 0;
		margin-bottom: 24px;
		padding-bottom: 1em;
	}
	h1, h2, h3, h4, h5, h6 {
		hyphens: auto;
	}
	h1 {
        font-size: 46px;
    }
	.footer-section-content-column .frame {
		margin-top: 0;
		margin-bottom: 18px;
	}
	.container-element .gallery-item-size-1 .image {
		margin-left: -40px;
		margin-right: -40px;
	}
	.container-element.frame-background-primary {
		margin-bottom: -44px;
	}
	.accordion-title-link {
		padding: 10px 30px 10px 0;
	}
	.accordion-title-link-state {
		right: 8px;
	}
	.textpic-gallery + .textpic-text {
		margin-top: 1em;
	}
	body .gallery-item {
        width: 50%;
    }
	body .gallery-item.gallery-item-size-1 {
        width: 100%;
    }
}
