@charset "utf-8";
/* CSS Document */

.logo{
    text-align: center;
    max-width: 280px;
    margin: 0 auto;
}

.logo_picture{
    margin-top: 0;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 40px;
    width: 120px;
}

.logo_title{
    font-family: 'Work Sans', sans-serif;
    font-size: 60px;
    line-height: 60px;
    text-align: center;
    font-weight: 400;
    color: #123463;
    margin-bottom: -4px;
    text-transform: none;
}
.logo_title:hover {
    font-family: 'Work Sans', sans-serif;
    font-size: 60px;
    line-height: 60px;
    text-align: center;
    font-weight: 400;
    color: #123463;
    margin-bottom: -4px;
    text-transform: none;
    
}

.logo-subtitle{
    font-family: 'Work Sans', sans-serif;
    font-size: 24px;
    line-height: 24px;
    color: #123463;
    font-weight: 300;
    margin-left: 4px;
    letter-spacing: 8px;
    word-spacing: -26px;
   
}

.logo-subtitle:hover{
    font-family: 'Work Sans', sans-serif;
    font-size: 24px;
    line-height: 24px;
    color: #123463;
    font-weight: 300;
    margin-left: 4px;
    letter-spacing: 8px;
    word-spacing: -26px;
}


.logo_text{
    font-family: 'Work Sans', sans-serif;
    font-size: 15px;
    color: #123463;
    font-weight: 300;
    margin-left: 25%;
    margin-right: 25%;
    text-align: center;
    margin-top: 5%;
    min-width: 200px;
}








.logo_detail{
    font-family: 'Work Sans', sans-serif;
    font-size: 20px;
    line-height: 24px;
    color: #123463;
    text-align: center;
    font-weight: 400;
    margin-left: 4px;
    margin-top: 80px;
}

.footer{
    text-align: center;
    max-width: 1000px;
	margin: 0 auto;
}

.footer-title{
    font-family: 'Work Sans', sans-serif;
    font-weight: 500;
    color: #123463;
    text-align: center;
    font-size: 28px;
    margin-bottom: 15px;
    padding-bottom: 0px; 
}

.footer-content{
    font-family: 'Work Sans', sans-serif;
    font-weight: 400;
    color: #123463;
    text-align: center;
    font-size: 16px;
    
}
.footer-contact{
    margin-top: 40px;
    margin-bottom: 0px;
    max-width: 331px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}
.footer-contact-content{
    font-family: 'Work Sans', sans-serif;
    font-weight: 400;
    text-align: center;
    font-size: 20px;
    margin-bottom: 2px;
    margin-top: 2px;
    color: #123463;
    border-top-left-radius: 0px;
    text-decoration: underline;

}

.footer-contact-content_2{
    font-family: 'Work Sans', sans-serif;
    font-weight: 400;
    text-align: center;
    font-size: 16px;
    margin-bottom: 2px;
    margin-top: 10px;
    color: #123463;
    border-top-left-radius: 0px;
    

}
.horizontal-rule{

}

.footer-detail{
    font-family: 'Work Sans', sans-serif;
    font-weight: 500;
    color: #123463;
    text-align: center;
    font-size: 12px;
    margin-top: 40px;
    margin-bottom: -40px;
    
}

.footer-marge{
    padding-right: 2%;
    padding-left: 2%;
}


h1{
}

h2{
}

h3{

}

h5{


}

p{

}

p2{ 

}

/*.container-header{
    text-align: center;
    width: 260px;
	margin: 0 auto;
}*/




#flex-container {
   display:flex;
   flex-direction:column;
   min-height:100vh;
}


#flex-container > footer {
   margin-top:auto;

	background-color: #F7F7F7;
	
	padding-top: 40px;
    padding-bottom: 50px;

}

#flex-container > container-header {
   margin-top:auto;
	
	padding-top: 60px;
    padding-bottom: 40px;
	padding-right: 4%;
    padding-left: 4%;
}

.btn-main {
  display: inline-block;
  font-weight: 400;
  color: #FFFFFF;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
    
 /* background-color: transparent;
  border: 1px solid transparent;
    font-size: 1rem;*/
    
    padding: 0.375rem 0.75rem;
  line-height: 1.5;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .btn-main {
    transition: none;
  }
}

.btn-main:hover {
  color: #212529;
  text-decoration: none;
}

.btn-main:focus, .btn.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.btn-main.disabled, .btn:disabled {
  opacity: 0.65;
}

a.btn-main.disabled,
fieldset:disabled a.btn {
  pointer-events: none;
}

.btn-contact {
  color: #fff;
  background-color: #123463;
  border-color: #123463;
}

.btn-contact:hover {
  color: #fff;
  background-color: #19498D;
  border-color: #19498D;
}

.btn-contact:focus, .btn-contact.focus {
  color: #fff;
  background-color: #123463;
  border-color: #123463;
  box-shadow: 0 0 0 0.1rem #123463;
}

.btn-contact .disabled, .btn-contact:disabled {
  color: #fff;
  background-color: #123463;
  border-color:  #123463;
}

.btn-contact:not(:disabled):not(.disabled):active, .btn-contact:not(:disabled):not(.disabled).active,
.show > .btn-contact.dropdown-toggle {
  color: #fff;
  background-color:  #123463;
  border-color:  #123463;
}

.btn-contact:not(:disabled):not(.disabled):active:focus, .btn-contact:not(:disabled):not(.disabled).active:focus,
.show > .btn-contact.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.1rem  #123463;
}
