@font-face {
    font-family: 'BrightOne';
    src: url('Bright One.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Intrigora';
    src: url('Intrigora-Medium.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
font-family: 'hankenround-Regular';
font-style: normal;
font-weight: normal;
src: local('hankenround-Regular'), url('hankenround-Regular.woff') format('woff');
}

html,body
{
	background-color: #093D77;
	font-family: 'hankenround-Regular',sans-serif;
	margin: 0;
	width: 100%;
}


#fu_title
{

	padding: 20px 20px 20px 55px;
}

#fu_logo
{
	height: 120px;
}

.fu_menu
{
	margin: 0;
	list-style-type: none;
	display: block;
	position: relative;
	top: 15px;
}

.fu_wave1
{
	height: 50px !important;
}

.fu_wave1 svg path
{
	fill: #F2DAE1;
}

.fu_hamburger
{
    display: none;
}

.fu_menu li
{
    display: inline-block;
    float: left;
}

.fu_menu li a
{
	font-family: "BrightOne", sans-serif;
	font-size: 180%;
	font-weight: bold;
	margin-right: 20px;
	text-decoration: none;
	display: inline-block;
	padding: 0px 15px 0px 15px;
	color: #AFDDD6;
}

.fu_menu li a:hover
{
	font-weight: bold;
	color: #FFFFFF;
}

.fu_menu li.current a
{
	font-weight: bold;
	color: #FFFFFF;
}

.fu_contactbutton {

	position:absolute;
	right: 0px;
	top: 30px;
	font-family: "BrightOne", sans-serif;
	font-size: 150%;
	font-weight: bold;
	margin-right: 20px;
	text-decoration: none;
	display: inline-block;
	padding: 5px 10px 5px 10px;
	color: #093D77;
	background-color: #FFFFFF;
	border-radius: 15px;
}

.fu_contactbutton:hover
{

	background-color: #F0F0F0;
	
}

.fu_pagewidth
{
	max-width: 800px;
	position: relative;
    display: flex;
    align-items: flex-start;
    gap: 20px;
	padding-top: 20px;

}

.fu_contentsection
{
	padding-top: 10px;
	padding-bottom: 30px;
}


#fu_contentsection1
{
	background-color: #AFDDD6;
}

#fu_contentsection2
{
	background-color: #AFDDD6;
}

#fu_contentsection3
{
	background-color: #AFDDD6;
}

.fu_contenttitle
{
	font-family: "BrightOne",sans-serif;
	font-size: 150%;
	margin-bottom: 10px;
}

.fu_herobody
{
	
	line-height: 160%;
	flex: 1 1 600px;
	min-width: 0;
	
}
.fu_contentbody
{
	font-size: 100%;
	line-height: 160%;
	flex: 1 1 600px;
	min-width: 0;
	
}

.fu_contentillustration
{
	flex: 0 0 auto;
	margin-left: 50px;
	
}

.fu_illustration
{
	height: 150px;
}

.curve-separator {
  width: 100%;
  height: 75px;
  overflow: hidden;
  line-height: 0;
  background: #4a90e2;
}

.curve-separator svg {
  display: block;
  width: 100%;
  height: 99px;       /* tiny overlap */
  margin-bottom: -2px;
}



.fu_main_ct_0 {
    fill: #093D77;
}

.fu_main_cb_0 {
    fill: #FFFFFF;
}

.fu_main_ct_1 {
    fill: #FFFFFF;
}

.fu_main_cb_1 {
    fill: #AFDDD6;
}

.fu_main_ct_2 {
    fill: #AFDDD6;
}

.fu_main_cb_2 {
    fill: #AFDDD6;
}
.fu_main_ct_3 {
    fill: #AFDDD6;
}

.fu_main_cb_3 {
    fill: #AFDDD6;
}

.fu_main_ct_4 {
    fill: #AFDDD6;
}

.fu_main_cb_4 {
    fill: #093D77;
}

.fu_curveline {
    fill: none;
    stroke: white;
    stroke-width: 15;
}

.fu_button
{
	font-family: "BrightOne", sans-serif;
	font-size: 150%;
	font-weight: bold;
	margin-right: 20px;
	text-decoration: none;
	display: inline-block;
	padding: 5px 10px 5px 10px;
	color: #AFDDD6;
	background-color: #093D77;
	border-radius: 15px;
	font-family: "BrightOne", sans-serif;

}

.fu_footerbuttoncontainer
{
	text-align: center;
	width: 100%;
	display: block;
}
.fu_footerbutton
{
	font-family: "BrightOne", sans-serif;
	font-size: 150%;
	font-weight: bold;
	margin: auto;
	text-decoration: none;
	display: inline-block;
	padding: 10px 50px 10px 50px;
	color: #093D77;
	background-color: #AFDDD6;
	border-radius: 15px;
	font-family: "BrightOne", sans-serif;
	display: inline-block

}

.fu_footerbutton:hover
{
	background-color: #FFFFFF;
}

.cta:hover
{
	color: #FFFFFF;
}

.fu_herosection
{
	background-color: #FFFFFF;
	padding: 10px 30px 20px 55px;
}

.fu_service
{
	border: 3px solid #F9E3B2;
	border-radius: 7px;
	text-align: center;
}

.fu_service_container
{
	flex: 0 0 calc(25% - 15px); /* 4 per row */
    box-sizing: border-box;
}

.fu_service_name
{
	font-family: "BrightOne", sans-serif;
	background: #F9E3B2;
	color: #093D77;
	padding: 5px 15px 5px 15px;
	font-size: 130%;
}

.fu_service_detail
{
	padding: 5px 10px 5px 10px;
	font-size: 90%;
	background: #F9E3B2;
	color: #000000;
}

.fu_service_price
{
	font-family: "BrightOne", sans-serif;
	padding: 5px 10px 5px 10px;
	background: #F9E3B2;
	color: #000000;
	font-size: 120%;

}

.fu_service_priceEXTRA
{
	font-family: "BrightOne", sans-serif;
	padding: 5px 10px 5px 10px;
	background: #F9E3B2;
	color: #000000;
	font-size: 100%;

}

.fu_service_link
{
	display: block;
	font-family: "BrightOne", sans-serif;
	padding: 10px 10px 10px 10px;
	background: #B2B8EE;
	color: #000000;
	font-size: 100%;
	border-radius: 0px 0px 10px 10px;
	text-decoration: none;
	margin: auto;
	width: 80%;
	text-align: center;
	line-height: 1.5rem;
	vertical-align: top;
}
.fu_service_link:hover
{
	background: #9298CE;
	color: #000000;
}

.fu_service_link img
{
	height: 1.5rem;
	margin-right: 10px;
}

.fu_services {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

.wavy::before {
	height: 50px;
	position: relative;
}
.wavy {  
	z-index: -10;
  height: 50px;
  background-color: #FFFFFF;
clip-path: polygon(100% 100%, 0% 100% , 0.00% 21.42%, 1.00% 20.11%, 2.00% 18.84%, 3.00% 17.60%, 4.00% 16.40%, 5.00% 15.24%, 6.00% 14.11%, 7.00% 13.02%, 8.00% 11.96%, 9.00% 10.95%, 10.00% 9.97%, 11.00% 9.03%, 12.00% 8.12%, 13.00% 7.26%, 14.00% 6.43%, 15.00% 5.64%, 16.00% 4.89%, 17.00% 4.17%, 18.00% 3.50%, 19.00% 2.86%, 20.00% 2.27%, 21.00% 1.71%, 22.00% 1.19%, 23.00% 0.71%, 24.00% 0.27%, 25.00% -0.14%, 26.00% -0.50%, 27.00% -0.82%, 28.00% -1.11%, 29.00% -1.35%, 30.00% -1.56%, 31.00% -1.73%, 32.00% -1.85%, 33.00% -1.94%, 34.00% -1.99%, 35.00% -2.00%, 36.00% -1.97%, 37.00% -1.90%, 38.00% -1.79%, 39.00% -1.64%, 40.00% -1.45%, 41.00% -1.22%, 42.00% -0.96%, 43.00% -0.65%, 44.00% -0.30%, 45.00% 0.08%, 46.00% 0.51%, 47.00% 0.97%, 48.00% 1.47%, 49.00% 2.01%, 50.00% 2.59%, 51.00% 3.21%, 52.00% 3.87%, 53.00% 4.57%, 54.00% 5.30%, 55.00% 6.07%, 56.00% 6.88%, 57.00% 7.73%, 58.00% 8.62%, 59.00% 9.54%, 60.00% 10.51%, 61.00% 11.51%, 62.00% 12.54%, 63.00% 13.62%, 64.00% 14.73%, 65.00% 15.88%, 66.00% 17.06%, 67.00% 18.28%, 68.00% 19.54%, 69.00% 20.84%, 70.00% 22.17%, 71.00% 23.53%, 72.00% 24.93%, 73.00% 26.37%, 74.00% 27.84%, 75.00% 29.35%, 76.00% 30.89%, 77.00% 32.46%, 78.00% 34.07%, 79.00% 35.71%, 80.00% 37.39%, 81.00% 39.10%, 82.00% 40.84%, 83.00% 42.61%, 84.00% 44.42%, 85.00% 46.26%, 86.00% 48.13%, 87.00% 50.03%, 88.00% 51.97%, 89.00% 53.93%, 90.00% 55.93%, 91.00% 57.96%, 92.00% 60.01%, 93.00% 62.10%, 94.00% 64.21%, 95.00% 66.36%, 96.00% 68.53%, 97.00% 70.73%, 98.00% 72.96%, 99.00% 75.22%, 100.00% 77.50%);

}

.fu_indent
{
	margin-left: 20px;
	display: list-item;
	margin-left : 1em;
}


@media (max-width: 768px)
{
    .fu_hamburger
    {
		font-family: "BrightOne", sans-serif;
        display: block;
        width: 100%;
        padding: 15px 15px 0px 15px;
        border: none;
        background: #093D77;
        color: white;
        font-size: 32px;
        text-align: left;
        cursor: pointer;
    }

    .fu_menu
    {
        display: none;
        width: 100%;
        padding: 0;
        margin: 0;
        list-style: none;
        background: #093D77;
    }

    .fu_menu.open
    {
        display: block;
    }

    .fu_menu li
    {
        float: none;
        display: block;
        width: 100%;
    }

    .fu_menu li a
    {
        display: block;
        width: 100%;
        box-sizing: border-box;
        padding: 15px;
        margin: 0;
        border-top: 1px solid rgba(255,255,255,0.15);
    }

	.fu_herosection
	{
		
		padding: 10px 10px 0px 10px;
	}

	.fu_contentbody
	{
		font-size: 100%;
	
	}

	.fu_contentillustration {
		margin-left: 15px;
	}

	.fu_pagewidth
	{
		gap: 10px;
	}
	.fu_topcurve
	{
	}

	.fu_wideimage
	{
		display: block !important;
	}

	.fu_wideimage .fu_contentbody
	{
		padding: 0px 20px 0px 20px !important;
	}

	.fu_service
	{
		flex: 0 0 100%; /* 1 per row */
	}
}




