.font-400 {
  font-weight: 400; }

.font-500 {
  font-weight: 500; }

.font-600 {
  font-weight: 600; }

.font-700 {
  font-weight: 700; }

.font-800 {
  font-weight: 800; }

.font-900 {
  font-weight: 900; }

/*@import "angled-edges";*/
html, body {
  font-family: 'Lato', sans-serif;
  font-size: 18px;
  height: auto;
  min-height: 100%; }

textarea {
  height: 100% !important;
  resize: unset; }
  textarea.form-control-lg {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0; }

input.form-control-lg {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0; }

.custom-control-label::before,
.custom-control-label::after {
  width: 2rem;
  height: 2rem; }

.font-arial {
  font-family: Arial,Helvetica Neue,Helvetica,sans-serif; }

@media (min-width: 992px) {
  .text-smaller {
    font-size: 0.889em; } }
	
.angle-bottom-left {
  position: relative;
  overflow: hidden; }
  .angle-bottom-left::before, .angle-bottom-left::after {
    content: "";
    position: absolute;
    left: 0;
    z-index: 10;
    display: block;
    border-style: solid; }

/*angle-both-right-left-for-map
    NOTE: this includes the colours for the sections before and after the map section*/
.angle-both-right-left-for-map {
  position: relative;
  overflow: hidden; }
  .angle-both-right-left-for-map::before, .angle-both-right-left-for-map::after {
    content: "";
    position: absolute;
    left: 0;
    z-index: 10;
    display: block;
    border-style: solid; }
  .angle-both-right-left-for-map::before {
    top: 0;
    border-width: 8vw 0 0 100vw; }
  .angle-both-right-left-for-map::after {
    bottom: 0;
    border-width: 0 100vw 8vw 0; }

.divider-50 {
	width: 50%; }

.hr-white {
  border-bottom: 7px solid #fff; }

.fill-white {
  fill: #fff; }

.background-color-white {
  background-color: #fff; }

.color-white {
  color: #fff; }

.light-font {
  color: #fff; }

.dark-font {
  color: #333333; }
  
.totop {
  position: fixed;
  bottom: 10px;
  right: 30px;
  z-index: 999; }

.totop button {
  display: none;
  color: #333333; }
  .totop button:link {
    color: #333333; }
  .totop button:visited {
    color: #333333; }
  .totop button:hover {
    color: #333333; }
  .totop button:active {
    color: #333333; }

.btn-solid {
  font-family: Arial,Helvetica Neue,Helvetica,sans-serif;
  text-transform: uppercase;
  border-radius: 0;
  font-weight: bold; }
  @media (min-width: 992px) {
    .btn-solid {
      padding: 15px; } }
  .btn-solid {
    font-size: 1em; }
    @media screen and (min-width: 33em) {
      .btn-solid {
        font-size: calc(1em + 0.167 * ((100vw - 33em) / 47)); } }
    @media screen and (min-width: 80em) {
      .btn-solid {
        font-size: 1.167em; } }

.btn-boxed {
  font-family: Arial,Helvetica Neue,Helvetica,sans-serif;
  text-transform: uppercase;
  background-color: transparent;
  border-radius: 0;
  font-weight: bold; }
  @media (min-width: 992px) {
    .btn-boxed {
      padding: 15px; } }
  .btn-boxed {
    font-size: 1em; }
    @media screen and (min-width: 33em) {
      .btn-boxed {
        font-size: calc(1em + 0.167 * ((100vw - 33em) / 47)); } }
    @media screen and (min-width: 80em) {
      .btn-boxed {
        font-size: 1.167em; } }
		
.btn-boxed-totop {
  /*back to top button*/
  font-family: Arial,Helvetica Neue,Helvetica,sans-serif;
  border: 2px solid #333;
  background-color: #fff;
  text-transform: uppercase;
  border-radius: 0;
  font-size: 14px;
  font-weight: bold; }
  @media (min-width: 992px) {
    .btn-boxedtotop {
      padding: 15px; } }

/*navbar*/
.bg-light {
  background-color: #fff !important; }

h1 {
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 10px; }
  h1 {
    font-size: 2em; }
    @media screen and (min-width: 33em) {
      h1 {
        font-size: calc(2em + 1.11 * ((100vw - 33em) / 47)); } }
    @media screen and (min-width: 80em) {
      h1 {
        font-size: 3.11em; } }

/*navbar*/
.navbar .navbar-nav .show > .nav-link,
.navbar .navbar-nav .active > .nav-link,
.navbar .navbar-nav .nav-link.show,
.navbar .navbar-nav .nav-link.active {
  font-weight: bold;
  color: #6f8884; }

.navbar .navbar-nav .nav-item:hover {
  background-color: #d8ddd7; }
  @media (min-width: 992px) {
    .navbar .navbar-nav .nav-item:hover {
      background-color: #fff; } }

@media (min-width: 1200px) {
  .navbar .navbar-nav li {
    border-right: 2px solid #d8ddd7; } }

.navbar .navbar-nav li:last-of-type {
  border-right: none; }

.navbar .navbar-nav .nav-link {
  font-weight: 700;
  padding: 20px 10px; }
  .navbar .navbar-nav .nav-link {
    font-size: 0.7em; }
    @media screen and (min-width: 33em) {
      .navbar .navbar-nav .nav-link {
        font-size: calc(0.7em + 0.467 * ((100vw - 33em) / 47)); } }
    @media screen and (min-width: 80em) {
      .navbar .navbar-nav .nav-link {
        font-size: 1.167em; } }
  @media (min-width: 1200px) {
    .navbar .navbar-nav .nav-link {
      padding: 20px 30px; } }
  @media (min-width: 1900px) {
    .navbar .navbar-nav .nav-link {
      padding: 24px 50px; } }
	  
	  



/*menu dropdown*/
.dropdown .dropdown-menu {
  margin-top: 30px;
  border-radius: 0;
  background-color: #d8ddd7;
  width: 100%;
  text-align: center; }
  .dropdown .dropdown-menu .dropdown-item {
    padding: 20px 0; }
    .dropdown .dropdown-menu .dropdown-item:hover, .dropdown .dropdown-menu .dropdown-item:focus {
      background-color: #d8ddd7; }
  .dropdown .dropdown-menu a {
    font-weight: bold; }
  .dropdown .dropdown-menu a {
    color: #6f8884; }
    .dropdown .dropdown-menu a:visited {
      color: #6f8884; }
    .dropdown .dropdown-menu a:hover {
      color: #fff; }
    .dropdown .dropdown-menu a:active {
      color: #6f8884; }

/*DROPDOWN SUBMENU*/
.dropdown-submenu {
  position: relative; }
  .dropdown-submenu > .dropdown-menu {
    top: 0;
    left: -95%; }

/*contact bar*/
  .contact-bar {
    font-size: 1em; }
    @media screen and (min-width: 33em) {
      .contact-bar {
        font-size: calc(1em + 0.556 * ((100vw - 33em) / 47)); } }
    @media screen and (min-width: 80em) {
      .contact-bar {
        font-size: 1.556em; } }  
  .contact-bar a {
    font-weight: bold; }
  @media (min-width: 992px) {
    .contact-bar span {
      padding: 10px 30px; } }	  
	
  .contact-bar-with-login {
    font-size: 1em; }
    @media screen and (min-width: 33em) {
      .contact-bar-with-login {
        font-size: calc(1em + 0.556 * ((100vw - 33em) / 47)); } }
    @media screen and (min-width: 80em) {
      .contact-bar-with-login {
        font-size: 1.556em; } }  
  .contact-bar-with-login a {
    font-weight: bold; }
    .contact-bar-contact {
    text-align: center; } 
    .contact-bar-login {
    text-align: right; } 

/*jumbo text*/
.jumbo-main-text {
  font-weight: 400;
  color: #fff;
  text-align: center;
  letter-spacing: 5px; }
  .jumbo-main-text {
    font-size: 1.5em; }
    @media screen and (min-width: 33em) {
      .jumbo-main-text {
        font-size: calc(1.5em + 3.222 * ((100vw - 33em) / 47)); } }
    @media screen and (min-width: 80em) {
      .jumbo-main-text {
        font-size: 4.722em; } }		

 .jumbo-long-main-text {
  font-weight: 400;
  color: #fff;
  text-align: center;
  letter-spacing: 5px; }
  .jumbo-long-main-text {
    font-size: 1.5em; }
    @media screen and (min-width: 33em) {
      .jumbo-long-main-text {
        font-size: calc(1.0em + 2.670 * ((100vw - 33em) / 47)); } }
    @media screen and (min-width: 80em) {
      .jumbo-long-main-text {
        font-size: 2.5em; } }  		

.jumbo-secondary-text {
  color: #fff;
  text-align: center; }
  .jumbo-secondary-text {
    font-size: 1em; }
    @media screen and (min-width: 33em) {
      .jumbo-secondary-text {
        font-size: calc(1em + 0.56 * ((100vw - 33em) / 47)); } }
    @media screen and (min-width: 80em) {
      .jumbo-secondary-text {
        font-size: 1.56em; } }

.jumbotron {
  background-color: transparent;
  margin: 0;
  border-radius: 0; }

/*fca warning*/
.fca-warning {
  color: transparent; } 

/*footer*/
footer {
  color: transparent; }
  footer .container {
    color: #fff; }
  footer p.info {
    line-height: 2em; }
  footer a {
    color: #fff; }
    footer a:visited {
      color: #fff; }
    footer a:active {
      color: #fff; }

/*footer links*/
.footer-links {
   color: #fff; }
  .footer-links a {
    color: #fff; }
    .footer-links a:visited {
      color: #fff; }
    .footer-links a:active {
      color: #fff; }

/*page specific styles below*/
/*******************************************************************************/
.home-page {
  /*home page*/ }
  .home-page .jumbotron-image {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    /*background-attachment: fixed;*/
    position: relative;
    color: transparent;
    border-radius: 0;
    margin-bottom: 0; }
  .home-page .plugins {
    /*plugins*/
    color: transparent; }	
    .home-page .plugins .contact {
      font-size: 1em; }
      @media screen and (min-width: 33em) {
        .home-page .plugins .contact {
          font-size: calc(1em + 0.333 * ((100vw - 33em) / 47)); } }
      @media screen and (min-width: 80em) {
        .home-page .plugins .contact {
          font-size: 1.333em; } }
    
	.home-page .welcome {
    /*welcome*/
     color: transparent; } 
      .home-page .welcome .contact-box p {
        font-size: 1em; }
        @media screen and (min-width: 33em) {
          .home-page .welcome .contact-box p {
            font-size: calc(1em + 0.167 * ((100vw - 33em) / 47)); } }
        @media screen and (min-width: 80em) {
          .home-page .welcome .contact-box p {
            font-size: 1.167em; } }
      .home-page .welcome .contact-box a {
        font-weight: bold; }
  
  
  /*  .home-page .calculator-links div:not(:last-child) {
      padding-bottom: 1.11em; }
    @media (min-width: 992px) {
      .home-page .calculator-links div:not(:last-child) {
       	padding-bottom: 0; } }	*/
    .home-page .calculator-links p {
      font-weight: 700;
      letter-spacing: 1px; }
  
  .home-page .our-services1 {
    /*our services1 large icons*/
    color: transparent; }
    .home-page .our-services1 .owl-theme .owl-dots {
      text-align: center; }
      @media (min-width: 992px) {
        .home-page .our-services1 .owl-theme .owl-dots {
          text-align: right; } }
      .home-page .our-services1 .owl-theme .owl-dots .owl-dot span {
        width: 25px;
        height: 25px; }    
      .home-page .our-services1 .service .text span {
        font-size: 1em; }
        @media screen and (min-width: 33em) {
          .home-page .our-services1 .service .text span {
            font-size: calc(1em + 0.333 * ((100vw - 33em) / 47)); } }
        @media screen and (min-width: 80em) {
          .home-page .our-services1 .service .text span {
            font-size: 1.333em; } }
      .home-page .our-services1 .service .image {
        vertical-align: middle; }
	
  .home-page .our-services2 {
    /*our services2 small icons*/
    color: transparent; }
    .home-page .our-services2 .owl-theme .owl-dots {
      text-align: center; }
      @media (min-width: 768px) {
        .home-page .our-services2 .owl-theme .owl-dots {
          text-align: right; } }
      .home-page .our-services2 .owl-theme .owl-dots .owl-dot span {
        width: 25px;
        height: 25px; }    
      .home-page .our-services2 .service .text span {
        font-size: 1em; }
        @media screen and (min-width: 33em) {
          .home-page .our-services2 .service .text span {
            font-size: calc(1em + 0.333 * ((100vw - 33em) / 47)); } }
        @media screen and (min-width: 80em) {
          .home-page .our-services2 .service .text span {
            font-size: 1.333em; } }

.about-us-page {
  /*about us page*/ }
  .about-us-page .jumbotron-image {
    background-repeat: no-repeat;
    background-position: top;
    background-size: cover;
    /*background-attachment: fixed;*/
    position: relative;
    color: transparent;
    border-radius: 0;
    margin-bottom: 0; }

 .about-us-page .about-us {
    color: transparent; }
	.about-us-page .about-us .quote {
      font-weight: 700; }
      .about-us-page .about-us .quote {
        font-size: 1em; }
        @media screen and (min-width: 33em) {
          .about-us-page .about-us .quote {
            font-size: calc(1em + 0.333 * ((100vw - 33em) / 47)); } }
        @media screen and (min-width: 80em) {
          .about-us-page .about-us .quote {
            font-size: 1.333em; } }

      .about-us-page .about-us .contact-box span.header {
        font-weight: 700; }
        .about-us-page .about-us .contact-box span.header {
          font-size: 1em; }
          @media screen and (min-width: 33em) {
            .about-us-page .about-us .contact-box span.header {
              font-size: calc(1em + 0.333 * ((100vw - 33em) / 47)); } }
          @media screen and (min-width: 80em) {
            .about-us-page .about-us .contact-box span.header {
              font-size: 1.333em; } }
      .about-us-page .about-us .contact-box a, .about-us-page .about-us .contact-box span.phone {
        line-height: 60px; }
		
  .why-choose-us {    
    color: transparent; }
    .why-choose-us .fill {
      flex: 1 1 0; }
      .why-choose-us .fill .box {
        background-color: #fff;
        height: 100%;
        flex-basis: 100%; }
      ..why-choose-us .fill .header {
        font-size: 1em; }
        @media screen and (min-width: 33em) {
          .why-choose-us .fill .header {
            font-size: calc(1em + 0.333 * ((100vw - 33em) / 47)); } }
        @media screen and (min-width: 80em) {
          .why-choose-us .fill .header {
            font-size: 1.333em; } }
			
  .about-us-page .publications {
    /*publications*/
    color: transparent;
    background-color: #fff; }
    .about-us-page .publications .container {
      color: #434542; }
    .about-us-page .publications .document {
      display: none; }
      .about-us-page .publications .document .box {
        background-color: #eaece9; }
        .about-us-page .publications .document .box a {
          color: #6f8884;
          text-decoration: underline; }
          .about-us-page .publications .document .box a:visited {
            color: #6f8884; }
          .about-us-page .publications .document .box a:hover {
            color: #434542; }
          .about-us-page .publications .document .box a:active {
            color: #6f8884; }
        .about-us-page .publications .document .box a {
          font-weight: 700; }
        .about-us-page .publications .document .box .header {
          border-bottom: 2px solid #6f8884; }
          .about-us-page .publications .document .box .header {
            font-size: 1em; }
            @media screen and (min-width: 33em) {
              .about-us-page .publications .document .box .header {
                font-size: calc(1em + 0.167 * ((100vw - 33em) / 47)); } }
            @media screen and (min-width: 80em) {
              .about-us-page .publications .document .box .header {
                font-size: 1.167em; } }
				
				
  .about-us-page .meet-the-team {
    /*meet the team*/
    color: transparent;}
	
	  @media (min-width: 992px) {
		.about-us-page .meet-the-team .vertical-card {		
		word-wrap: break-word; 
		background-clip: border-box;
		border-radius: .25rem;
		border: 1px solid rgba(0,0,0,.125);}}
		
     .about-us-page .meet-the-team .team-member .card button {
      font-weight: 700;
      text-decoration: underline !important; }
    .about-us-page .meet-the-team .team-member .card .card-title {
      padding-bottom: 0.556em; }
      .about-us-page .meet-the-team .team-member .card .card-title {
        font-size: 1em; }
        @media screen and (min-width: 33em) {
          .about-us-page .meet-the-team .team-member .card .card-title {
            font-size: calc(1em + 0.167 * ((100vw - 33em) / 47)); } }
        @media screen and (min-width: 80em) {
          .about-us-page .meet-the-team .team-member .card .card-title {
            font-size: 1.167em; } }
    .about-us-page .meet-the-team .team-member .card .card-text {
      font-weight: 700; }
      @media (min-width: 992px) {
        .about-us-page .meet-the-team .team-member .card .card-text {
          font-size: 0.889em; } }
    .about-us-page .meet-the-team .team-member .card img:hover {
      cursor: pointer; }
  .about-us-page .meet-the-team-modals {
    /*meet the team modals*/ }
    .about-us-page .meet-the-team-modals .modal-header {
      border-bottom: none; }
    .about-us-page .meet-the-team-modals .modal-body .name {
      font-size: 1.2em; }
      @media screen and (min-width: 33em) {
        .about-us-page .meet-the-team-modals .modal-body .name {
          font-size: calc(1.2em + 1.8 * ((100vw - 33em) / 47)); } }
      @media screen and (min-width: 80em) {
        .about-us-page .meet-the-team-modals .modal-body .name {
          font-size: 3em; } }  
  
.content-page {
  /*content page*/ }
  .content-page .jumbotron-image {
    background-repeat: no-repeat;
    background-position: top;
    background-size: cover;
    /*background-attachment: fixed;*/
    position: relative;
    color: transparent;
    border-radius: 0;
    margin-bottom: 0; }
			
	content-page .content-text {
    /*top text*/
    color: transparent;	 }	
	.content-page .content-text .quote {
      font-weight: 700; }
      .content-page .content-text .quote {
        font-size: 1em; }
        @media screen and (min-width: 33em) {
          .content-page .content-text .quote {
            font-size: calc(1em + 0.333 * ((100vw - 33em) / 47)); } }
        @media screen and (min-width: 80em) {
          .content-page .content-text .quote {
            font-size: 1.333em; } }	

      .content-page .content-text .contact-box span.header {
        font-weight: 700; }
        .content-page .content-text .contact-box span.header {
          font-size: 1em; }
          @media screen and (min-width: 33em) {
            .content-page .content-text .contact-box span.header {
              font-size: calc(1em + 0.333 * ((100vw - 33em) / 47)); } }
          @media screen and (min-width: 80em) {
            .content-page .content-text .contact-box span.header {
              font-size: 1.333em; } }
      .content-page .content-text .contact-box a, .content-page .content-text .contact-box span.phone {
        line-height: 60px; }		
	
.testimonials {
    /*testimonials*/
    color: transparent; }
      .testimonials .testimonial-referee {
        font-size: 1em; }
        @media screen and (min-width: 33em) {
          ..testimonials .testimonial-referee {
            font-size: calc(1em + 0.167 * ((100vw - 33em) / 47)); } }
        @media screen and (min-width: 80em) {
          .testimonials .testimonial-referee {
            font-size: 1.167em; } }
    .testimonials .owl-theme .owl-dots {
      text-align: center; }
      @media (min-width: 768px) {
        .testimonials .owl-theme .owl-dots {
          text-align: right; } }
      .testimonials .owl-theme .owl-dots .owl-dot span {
        width: 25px;
        height: 25px; }

.contact-us-page {
  /*contact us page*/ }
  .contact-us-page .jumbotron-image {
    background-repeat: no-repeat;
    background-position: top;
    background-size: cover;
    /*background-attachment: fixed;*/
    position: relative;
    color: transparent;
    border-radius: 0;
    margin-bottom: 0; }
  .contact-us-page .get-in-touch {
    /*get in touch*/
    color: transparent; }
    
  .contact-us-page .contact-details {
    /*contact details*/
    color: transparent; }
		
    .contact-us-page .contact-details .location {
      letter-spacing: 5px;
      text-align: center; }
      .contact-us-page .contact-details .location {
        font-size: 1em; }
        @media screen and (min-width: 33em) {
          .contact-us-page .contact-details .location {
            font-size: calc(1em + 0.333 * ((100vw - 33em) / 47)); } }
        @media screen and (min-width: 80em) {
          .contact-us-page .contact-details .location {
            font-size: 1.333em; } }
  
	.contact-us-page .locations {
    /*locations*/
    color: transparent; }
    .contact-us-page .locations .location {
      font-weight: 700; }
      .contact-us-page .locations .location {
        font-size: 1em; }
        @media screen and (min-width: 33em) {
          .contact-us-page .locations .location {
            font-size: calc(1em + 0.333 * ((100vw - 33em) / 47)); } }
        @media screen and (min-width: 80em) {
          .contact-us-page .locations .location {
            font-size: 1.333em; } }

.calculators {
  background-color: #e0e3dc;
  padding: 1em; }
  @media screen and (min-width: 992px) {
    .calculators {
      padding: 2em; } }
  .calculators span {
    font-weight: 700; }
    .calculators span {
      font-size: 1em; }
      @media screen and (min-width: 20em) {
        .calculators span {
          font-size: calc(1em + 0.167 * ((100vw - 20em) / 55)); } }
      @media screen and (min-width: 75em) {
        .calculators span {
          font-size: 1.167em; } }
  .calculators a {
    color: #333; }
    .calculators a:link {
      color: #333; }
    .calculators a:visited {
      color: #333; }
    .calculators a:active {
      color: #333; }

.col-form-label {
    padding-top: calc(.375rem + 1px);
    padding-bottom: calc(.375rem + 1px);
    margin-bottom: 0;
    font-size: inherit;
    line-height: 1.5;
	padding-left: 1.0rem !important;}

.col-form-label-lg {
    padding-top: calc(.5rem + 1px);
    padding-bottom: calc(.5rem + 1px);
    font-size: 1.25rem;
    line-height: 1.5}

.col-form-label-sm {
    padding-top: calc(.25rem + 1px);
    padding-bottom: calc(.25rem + 1px);
    font-size: .875rem;
    line-height: 1.5}
	
.privacy-policy {
	color: #333;}	
	
.privacy-policy a {
    color: #333; }
    .privacy-policy a:link {
      color: #333; }
    .privacy-policy a:visited {
      color: #333; }
    .privacy-policy a:active {
      color: #333; }

.contact-us-page #map {
    min-height: 400px}
	
@@media(min-width:1200px) {
    .contact-us-page #map {
        min-height: 500px; }
}
.contact-us-page #mapCanvas1 {
    min-height: 400px}
	
@@media(min-width:1200px) {
    .contact-us-page #mapCanvas1 {
        min-height: 500px; }
}
.contact-us-page #mapCanvas2 {
    min-height: 400px; }
	
@@media(min-width:1200px) {
    .contact-us-page #mapCanvas2 {
        min-height: 500px; }
}

.long-email-in-box {
		font-size: 17px;}

 @media screen and (min-width: 33em) {
        .email-us-in-box {
          display: none } }

 @media screen and (max-width: 33em) {
        .email-name-in-box {
          display: none } }

.videoWrapper {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
}
.videoWrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.jargon {
  font-size: 0;
color: #333333;
padding-left:5px;
padding-top:10px; }
    .jargon  a {
      color: #333333; }
      .jargon  a:visited {
        color: #333333; }
  .jargon {
    font-size: 1em; }
    @media screen and (min-width: 20em) {
      .jargon {
        font-size: calc(1em + 0.125 * ((100vw - 20em) / 100)); } }
    @media screen and (min-width: 120em) {
      .jargon {
        font-size: 1.125em; } }

.jargon-menu{
padding-top: 0.625rem;
padding-bottom: 0.625rem;
text-align: center; 
border: 1px solid #eee; 
background-color: #eee;
margin-bottom: 5rem;}

    .jargon h3  {
      font-weight: 700; }
       .jargon h3 {
        font-size: 1em; }.jargon h3 
        @media screen and (min-width: 33em) {
          .jargon h3  {
            font-size: calc(1em + 0.333 * ((100vw - 33em) / 47)); } }
        @media screen and (min-width: 80em) {
          .jargon h3  {
            font-size: 1.333em; } }

 .jargon-to-top{
font-weight: 600;}
	