/*
 Theme Name:   Divi Child
 Theme URI:    http://example.com/divi-child/
 Description:  Divi Child Theme
 Author:       Hilmar I. Loeland
 Author URI:   https://opal-digital.no
 Template:     Divi
 Version: 	   1.0.21
 Tags:         responsive-layout, accessibility-ready
 Text Domain:  divi-child
*/

/*Responsive breakpoints
    For Desktop screen sizes of 981 pixels and above
    For Tablet screen sizes between 980 pixels and 768 pixels
    For Mobile screen sizes 767 pixels and below
*/

/*
font-family: 'Inter', sans-serif;
font-family: 'Inter Tight', sans-serif;
*/

.od-banner-section {
	min-height: 20vw;
}
.od-title-section {
	padding: 0 !important;
	
}
.od-title-section .et_pb_row {
  padding-top: 60px !important;
  padding-right: 100px !important;
  padding-left: 100px !important;
transform: translateY(-4vw);
  width: 85%;
  max-width: 1160px;	
}
.od-box-gradient-section {
	padding-bottom: 0px !important;
}
.od-box-gradient-border.et_pb_row {
	  padding-top: 75px !important;
  padding-right: 75px !important;
  padding-left: 75px !important;
  padding-bottom: 75px !important;	
transform: translateY(-75px);
  width: 85%;
  max-width: 1160px;
}
.od-subpage-hero {
/*	min-height: 37.5vw;*/
}
@media only screen and (max-width: 767px) {
	.od-banner-section {
	min-height: 40vw;
}
.od-title-section .et_pb_row {
  padding-top: 20px !important;
  padding-right: 20px !important;
  padding-left: 20px !important;
transform: translateY(-14vw);	
}
.od-box-gradient-border.et_pb_row {
  padding-top: 20px !important;
  padding-right: 20px !important;
  padding-left: 20px !important;
	  padding-bottom: 20px !important;
transform: translateY(-14vw);	
}		
}

table.membership, table.rental, table.private, table.birthday {
  font-size: 1.25rem;
  letter-spacing: -0.4px;
  line-height: 1.4 !important;
}
  table.membership thead td, table.membership .member, table.rental thead td, table.rental .time, table.private thead td, table.private .member, table.birthday thead td, table.birthday .guests  {
    font-weight: 700;
  }  
table.membership thead td, table.rental thead td, table.private thead td, table.birthday thead td {
    font-weight: 700;
  color: #000000;
  background-color: #f0f0f0;
  } 

@media only screen and (max-width: 767px) {
/* Force table to not be like tables anymore */
table.membership, table.membership thead, table.membership tbody, table.membership th, table.membership td, table.membership tr {
	display: block;
}
table.rental, table.rental thead, table.rental tbody, table.rental th, table.rental td, table.rental tr {
	display: block;
}	
table.private, table.private thead, table.private tbody, table.private th, table.private td, table.private tr {
	display: block;
}
table.birthday, table.birthday thead, table.birthday tbody, table.birthday th, table.birthday td, table.birthday tr {
	display: block;
}	
/* Hide table headers (but not display: none;, for accessibility) */
table.membership thead tr, table.rental thead tr, table.private thead tr, table.birthday thead tr {
	position: absolute;
	top: -9999px;
	left: -9999px;
}
.od-res-table.akva tr, .od-res-table.boat tr, table.private tr {
/*	margin: 0 0 1rem 0;*/
}
table.membership tr:nth-child(odd), table.rental tr:nth-child(odd), table.private tr:nth-child(odd), table.birthday tr:nth-child(odd) {
	background: #f5f5f5;
}
table.membership td {
	/* Behave  like a "row" */
	border: none;
	border-bottom: 1px solid #cccccc;
	position: relative;
	padding-left: 50% !important;
	padding-right: 10px !important;
}
table.rental td {
	/* Behave  like a "row" */
	border: none;
	border-bottom: 1px solid #cccccc;
	position: relative;
	padding-left: 50%;
	padding-right: 10px;
}
table.private td {
	/* Behave  like a "row" */
	border: none;
	border-bottom: 1px solid #cccccc;
	position: relative;
	padding-left: 50%;
	padding-right: 10px;
}
table.birthday td {
	/* Behave  like a "row" */
	border: none;
	border-bottom: 1px solid #cccccc;
	position: relative;
	padding-left: 50%;
	padding-right: 10px;
}	
table.membership td, table.rental td, table.private td, table.birthday td {
	width: 100% !important;
}
table.membership td:first-child, table.rental td:first-child, table.private td:first-child, table.birthday td:first-child {
	/* Behave  like a "row" */	
	border-top: 1px solid #000000;
}	
table.membership td:last-child, table.rental td:last-child, table.private td:last-child, table.birthday td:last-child {
	/* Behave  like a "row" */	
	border-bottom: 0px solid #cccccc;
}
table.membership td:before {
	/* Now like a table header */
	position: absolute;
	/* Top/left values mimic padding */
	top: 10px;
	left: 6px;
	width: 25%;
	padding-right: 10px;
	white-space: nowrap;
}
table.rental td:before {
	/* Now like a table header */
	position: absolute;
	/* Top/left values mimic padding */
	top: 10px;
	left: 6px;
	width: 30%;
	padding-right: 10px;
	white-space: nowrap;
}
table.private td:before {
	/* Now like a table header */
	position: absolute;
	/* Top/left values mimic padding */
	top: 10px;
	left: 6px;
	width: 35%;
	padding-right: 10px;
	white-space: nowrap;
}
table.birthday td:before {
	/* Now like a table header */
	position: absolute;
	/* Top/left values mimic padding */
	top: 10px;
	left: 6px;
	width: 35%;
	padding-right: 10px;
	white-space: nowrap;
}	
/*Label the data – You could also use a data-* attribute and content for this. That way "bloats" the HTML, this way means you need to keep HTML and CSS in sync. Lea Verou has a clever way to handle with text-shadow.*/
table.membership td:nth-of-type(1):before { content: "Medlemskap:"; font-weight: bold; }
table.membership td:nth-of-type(2):before { content: "Pris:";}
table.membership td:nth-of-type(3):before { content: "Etter 1. aug.:";}

table.rental td:nth-of-type(1):before { content: "Tid:"; font-weight: bold; }
table.rental td:nth-of-type(2):before { content: "Medlem:";}
table.rental td:nth-of-type(3):before { content: "Ikke-medlem:";}
table.rental td:nth-of-type(4):before { content: "Student-medl.:";}
	
table.private td:nth-of-type(1):before { content: "Type:"; font-weight: bold; }
table.private td:nth-of-type(2):before { content: "Medlem:";}
table.private td:nth-of-type(3):before { content: "Ikke-medlem:";}
	
table.birthday td:nth-of-type(1):before { content: "Antall:"; font-weight: bold; }
table.birthday td:nth-of-type(2):before { content: "Pris:";}
table.birthday td:nth-of-type(3):before { content: "";}	
}











@media only screen and ( max-width: 767px ) {
	html, body {
		overflow-x: hidden;
	}
	body {
		position: relative;
	}
	.od-menu-header {
		margin-bottom: 10px !important;
	}
}




  ul.od-openinghours {
    padding: 20px 0 20px 0 !important;
  line-height: 1.7em;
  list-style-type: none !important;
  }
  ul.od-openinghours li {
    padding-bottom: 6px;
    border-bottom: 1px solid #cccccc;
  } 
ul.od-openinghours li .label {
  display: inline-block;
  font-weight: 600;
width: 20%;
  }
 ul.od-openinghours li .value {
   display: inline-block;
   width: 80%;
  }

  ul.od-openinghours-footer {
    padding: 0px 0 0px 0 !important;
  line-height: 1.7em;
  list-style-type: none !important;
  }
  ul.od-openinghours-footer li {
    padding-bottom: 6px;
    border-bottom: 1px solid #cccccc;
  } 
ul.od-openinghours-footer li .label {
  display: inline-block;
  font-weight: 600;
width: 30%;
  }
 ul.od-openinghours-footer li .value {
   display: inline-block;
   width: 70%;
  }

   

@media only screen and ( max-width: 767px ) {
  ul.od-openinghours {
    padding: 20px 0 20px 0 !important;
  line-height: 1.7em;
  list-style-type: none !important;
  }
  ul.od-openinghours li {
    padding-bottom: 6px;
    border-bottom: 1px solid #cccccc;
  } 
ul.od-openinghours li .label {
  display: inline-block;
  font-weight: 600;
width: 30%;
  }
 ul.od-openinghours li .value {
   display: inline-block;
   width: 70%;
  }
}

/*stk fonts*/

.barlow-semi-condensed-regular {
  font-family: "Barlow Semi Condensed", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.barlow-semi-condensed-medium {
  font-family: "Barlow Semi Condensed", sans-serif;
  font-weight: 500;
  font-style: normal;
}

.barlow-semi-condensed-semibold {
  font-family: "Barlow Semi Condensed", sans-serif;
  font-weight: 600;
  font-style: normal;
}

.barlow-semi-condensed-bold {
  font-family: "Barlow Semi Condensed", sans-serif;
  font-weight: 700;
  font-style: normal;
}

.barlow-condensed-regular {
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.barlow-condensed-medium {
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 500;
  font-style: normal;
}

.barlow-condensed-semibold {
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 600;
  font-style: normal;
}

.barlow-condensed-bold {
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 700;
  font-style: normal;
}


.barlow-light {
  font-family: "Barlow", sans-serif;
  font-weight: 300;
  font-style: normal;
}

.barlow-regular {
  font-family: "Barlow", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.barlow-medium {
  font-family: "Barlow", sans-serif;
  font-weight: 500;
  font-style: normal;
}

.barlow-semibold {
  font-family: "Barlow", sans-serif;
  font-weight: 600;
  font-style: normal;
}

.barlow-bold {
  font-family: "Barlow", sans-serif;
  font-weight: 700;
  font-style: normal;
}

.barlow-extrabold {
  font-family: "Barlow", sans-serif;
  font-weight: 800;
  font-style: normal;
}










a {
	color: #095D95;
}
a.dah-screen-reader-text {
	color: #000000;
}


/* flyttes ned */
.uppercase-span {
	text-transform: uppercase;
}
a.od-link-style-1 {
color: #000000;
	border-bottom: 1px solid #aaaaaa;
}
a.od-link-style-1:hover {
color: #888888;
	border-bottom: 1px solid #000000;
}


.od-scroll-down-icon {
  width: 100%;
  min-height: 30px;
  text-align: center;
  padding-top: 0px;
  padding-bottom: 0px;
  margin: 0 auto;
  position: absolute;
  z-index: 3;
  right: 0;
  bottom: 0;
  left: 0;
  pointer-events: none;
}
.od-scroll-down-icon a {
  display: inline-block;
  pointer-events: all;
}
.od-scroll-down-icon a .et-pb-icon {
  color: #FFFFFF;
  font-size: 35px;
}



#od-log {
  position: fixed;
  top: 10px;
  left: 10px;
  width: auto;
  height: 30px;
  background-color: #ffffff;
  color: #333;
  z-index: 99999999999999;
}
#od-log2 {
  position: fixed;
  top: 40px;
  left: 10px;
  width: auto;
  height: 30px;
  background-color: #ffffff;
  color: #333;
  z-index: 99999999999999;
}

/*********/

/*blog styling*/
.od-blog-container .et_pb_post h2.entry-title {
    font-size: 3rem;
	padding-bottom:10px;
}
.od-blog-container .et_pb_post .entry-featured-image-url {
  display: block;
  position: relative;
  margin-bottom: 20px;
}
.od-blog-container .et_pb_blog_grid .et_pb_image_container {
  margin: -20px -20px 10px;
}
.od-blog-container .et_pb_blog_grid .et_pb_post {
padding: 20px;
    border: 0px solid #d8d8d8;
    background-color: #FFFFFF;
    word-wrap: break-word;
	margin-bottom:40px;
	box-shadow: 5px 5px 14px 0px rgba(0,0,0,0.2);	
}  
.od-blog .et_pb_salvattore_content[data-columns]::before {
	content: '4 .column.size-1of4' !important;
}

.et_pb_blog_grid .column.size-1of4:nth-child(4n) {
  margin-right: 0;
}
@media only screen and ( min-width: 981px ) {
	.od-blog .column.size-1of4 {
	    width: 22.75%!important;
	    margin-right: 3%;
	}
}


.od-centered .et_pb_column {
	display: flex;
	align-items: center;
}
.od-centered .et_pb_column .et_pb_module {
	width: 100%;
}


/***** SLIDER AND HEADER STYLING ******/
.od-main-slider h1, .od-main-slider h2, .od-main-header h1, .od-main-header h2 {
	/*text-transform: uppercase;*/
}
  .od-main-slider .et_pb_module {
    display: flex !important;
    align-items: center;
  }

.od-main-slider .et_pb_button.od-slider-button-shop, .od-main-header .et_pb_button.od-slider-button-shop {
	font-size: 18px;
font-weight: 500;
padding: .4em 1em;
line-height: 1.5em !important;
background: #018a85;
position: relative;
border: 2px solid #018a85 /*#438710*/;
border-radius: 3px;
-webkit-transition: all .2s;
transition: all .2s;
color: #ffffff;
	/*height: 34px;*/
	margin-right: 8px;
}
.od-main-slider  .et_pb_button.od-slider-button-shop:hover, .od-main-header .et_pb_button.od-slider-button-shop:hover {
	border: 2px solid #018a85 !important;
	padding: .4em 2em .4em 1em;
	background: #018a85 !important;
	color: #ffffff;
}
.od-main-slider  .et_pb_button.od-slider-button-more, .od-main-header .et_pb_button.od-slider-button-more {
	font-size: 18px;
font-weight: 500;
padding: .4em 1em;
line-height: 1.5em !important;
background-color: transparent;
position: relative;
border: 2px solid #ffffff;
border-radius: 3px;
-webkit-transition: all .2s;
transition: all .2s;
color: #ffffff;
	/*height: 34px;*/
	margin-right: 8px;
}
.od-main-slider  .et_pb_button.od-slider-button-more:hover, .od-main-header .et_pb_button.od-slider-button-more:hover {
	border: 2px solid #ffffff !important;
	padding: .4em 2em .4em 1em;
	background-color: transparent!important;
	color: #ffffff;
}
.et_pb_button.od-slider-button-more:after, .et_pb_button.od-slider-button-shop:after {
	font-size: 28px;
}

.od-main-slider .od-slider-buttons, .od-main-header .od-slider-buttons {
	display: inline-block;
	margin-right: 20px;
	margin-top: 20px;
}


.od-scrolltop-correction {
  position: absolute !important;
  top: -100px;
  bottom: auto;
  left: 0px;
  right: auto;
  width: 100px;
  padding: 0px 0px 0px 0px;
}





/******** STICKY ROW *************/
  .od-sticky-row {
    position: sticky;
  }





.od-header, .od-product-details-menu {
font-family: 'Inter', 'NeueHelvetica75Bold', 'Inter', proxima-nova, 'Montserrat', sans-serif;
}

.od-top-menu {
font-family: 'Inter', 'NeueHelvetica75Bold', 'Inter', proxima-nova, 'Montserrat', sans-serif;
	font-weight: 500;
}


/*****/

/*************** FLEX ROW **************/
.od-flex-row .et_pb_column {
	display: flex;
	align-items: center;
	align-content: center;
	flex-wrap: wrap;
}
/***************/


.od-blurb-container.front .et_pb_blurb .et_pb_blurb_content::after {
  content: "\0024";
  font-family: ETmodules !important;
  font-size: 32px;
  line-height: 1.1em;
  opacity: 1;
  position: absolute;
  text-transform: none;
  font-style: normal;
  font-weight: 400;
  text-shadow: none;
  left: 0px;
  bottom: 0;
	color: /*#c29d54*/ #B48D40;
	/*
  height: 40px;
  width: 70px;*/
  padding-bottom: 0px;
  /*background-color: #F5ECD0 !important;*/
/*  border-radius: 0px 0px 3px 0px;*/
}

.od-blurb-container.front .et_pb_blurb .et_pb_blurb_content {
  height: 100%;
  padding-bottom: 30px;
 
/*  border-radius: 3px;
  box-shadow: 0px 0px 0px 0px rgba(0,0,0,0.3);*/
}
.od-blurb-container .et_pb_blurb {
	padding: 30px 30px 20px 30px;
}

.od-blurb-container .et_pb_blurb .et_pb_blurb_container {
/*  padding-left: 20px;
  padding-right: 20px;*/
}

.od-blurb-container .et_pb_main_blurb_image {
	margin-bottom: 20px !important;
}
.od-blurb-container .et_pb_blurb span.et_pb_image_wrap {
	margin: 0;
	width: 40%;
}
.od-blurb-container .et_pb_blurbx {
	position: relative;
}

.od-blurb-container a {
	text-decoration: none;
}


@media only screen and ( max-width: 480px ) {
.od-blurb-container.front .et_pb_column, .od-two-col-mobile .et_pb_column  {
    width: 48.5% !important;
		margin-right: 3% !important;
		margin-bottom: 3% !important;
	}
.od-blurb-container.front .et_pb_column:nth-child(even), .od-two-col-mobile .et_pb_column:nth-child(even) {
		margin-right: 0 !important;
	margin-bottom: 3% !important;
	}
	.od-two-col-mobile .et_pb_column {
		padding: 10px 20px;
	}	
.od-blurb-container .et_pb_blurb span.et_pb_image_wrap {
	margin: 0;
	width: 65%;
}
.od-blurb-container .et_pb_blurb {
	padding: 15px 15px 10px 15px;
}	
}


.od-blurb-containerx .et_pb_blurb:after { content: ""; display: block; padding-top: 100%; } 


.xcontent { position: absolute; width: 100%; height: 100%; }

/* ACCESSIBILITY ITEMS */
.od-visually-hidden, .od-visually-hidden-focusable:not(:focus):not(:focus-within) {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0,0,0,0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}
.od-jump-to-main {
	z-index: 999999;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	
}
a.od-jump-to-main-link {
	background-color: #000000;
	display: block;
	color: #ffffff;
	text-align: center;
	font-size: 1.25rem;
	text-transform: uppercase;
	z-index: 999999;
	
}
a.od-jump-to-main-link:focus {
/*  text-decoration: underline;*/
	top: 0 !important;
  position: absolute !important;
  height: auto !important;
  width: 100% !important;
  padding: 10px 0 !important;
	clip: unset !important;
}



.od-sr-only {
  position: absolute !important;
  width: 1px!important;
  height: 1px!important;
  padding: 0!important;
  margin: -1px!important;
  overflow: hidden!important;
  clip: rect(0, 0, 0, 0) !important;
  border: 0;
}
h1.od-pagetitle.od-sr-only {
	font-size: 2rem;
}












/**** DIVI GLOBAL OVERRIDE****/

.et_pb_row {
  width: 85%;
}
@media only screen and (max-width: 767px) {
.et_pb_section {
  padding: 20px 0;
}
	
}

/***********************************************************/
/*BASIC STYLING*/
html {
	width: 100%;
    height: 100%;
}
body {
  font-family: "Barlow", sans-serif;
  font-weight: 400;
  font-style: normal;
/*	font-family: 'Inter', Verdana, Arial, sans-serif; 
	font-style: normal;
	font-weight: 400;*/
	font-size: 100%;
	line-height:1.33;
	color: #000000;

}
h1, h2, h3, h4, h5, h6 {
	  font-family: "Barlow Condensed", sans-serif;
  font-weight: 700;
  font-style: normal;
/*	font-family: 'Inter Tight', 'Roboto', 'Montserrat', sans-serif;*/
	line-height: 1.0;
	padding-bottom: 10px;
}
.barlow h1 {
	  font-family: "Barlow Condensed", sans-serif;
  font-weight: 700;
	text-transform: uppercase;
  font-style: normal;
	letter-spacing: -0.5px;
	padding-bottom: 16px;
}
h1 {
	  font-family: "Barlow Condensed", sans-serif;
  font-weight: 700;
	text-transform: uppercase;
  font-style: normal;
	letter-spacing: -0.5px;
	padding-bottom: 12px;
}
h2 {
	  font-family: "Barlow Condensed", sans-serif;
  font-weight: 700;
	text-transform: uppercase;
  font-style: normal;
	letter-spacing: -0.5px;
	padding-bottom: 12px;
}
h3 {
	  font-family: "Barlow Condensed", sans-serif;
  font-weight: 700;
	text-transform: uppercase;
  font-style: normal;
	letter-spacing: -0.5px;
	padding-bottom: 10px;
}
h4 {
	  font-family: "Barlow Condensed", sans-serif;
  font-weight: 700;
	text-transform: uppercase;
  font-style: normal;
	letter-spacing: -0.5px;
	padding-bottom: 10px;
}
h5 {
	  font-family: "Barlow Condensed", sans-serif;
  font-weight: 700;
	text-transform: uppercase;
  font-style: normal;
	letter-spacing: -0.5px;
	padding-bottom: 8px;
}
h6 {
	  font-family: "Barlow Condensed", sans-serif;
  font-weight: 700;
	text-transform: uppercase;
  font-style: normal;
	letter-spacing: -0.5px;
	padding-bottom: 8px;
}

h1.fw-extra-bold, h2.fw-extra-bold, h3.fw-extra-bold, h4.fw-extra-bold, h5.fw-extra-bold, h6.fw-extra-bold, span.fw-extra-bold {
	font-weight: 800;
}
h1.fw-bold, h2.fw-bold, h3.fw-bold, h4.fw-bold, h5.fw-bold, h6.fw-bold, span.fw-bold  {
	font-weight: 700;
}
h1.fw-semi-bold, h2.fw-semi-bold, h3.fw-semi-bold, h4.fw-semi-bold, h5.fw-semi-bold, h6.fw-semi-bold, span.fw-semi-bold {
	font-weight: 600;
}
h1.fw-medium, h2.fw-medium, h3.fw-medium, h4.fw-medium, h5.fw-medium, h6.fw-medium, span.fw-medium {
	font-weight: 500;
}
h1.fw-regular, h2.fw-regular, h3.fw-regular, h4.fw-regular, h5.fw-regular, h6.fw-regular, span.fw-regular {
	font-weight: 400;
}
h1.fw-light, h2.fw-light h3.fw-light, h4.fw-light, h5.fw-light, h6.fw-light, span.fw-light {
	font-weight: 300;
}
p {
}

/*STANDARD STYLE OPTIONS*/
.make-uppercase, .uppercase, .uppercase-heading {
	text-transform: uppercase;
}
.fa-light {
  font-family: 'Font Awesome 6 Pro';
  font-style: normal;
  font-weight: 300;
}
.fa-normal {
  font-family: 'Font Awesome 6 Pro';
  font-style: normal;
  font-weight: 400;
}

/***** HIDING CLASSES *****/
.no-pad, .no-phone {
}
.no-desktop {
	display:none !important;
}
@media only screen and (max-width: 980px) {
.no-pad {
	display: none !important;
}
.no-desktop {
	display:block !important;
}
}
@media only screen and (max-width: 767px) {
.no-phone {
	display: none !important;
}	
}

/********************* BREAKS AND VISIBILITY *******************/
.desktop-br {
    clear: both;
    content: " ";
    display: block;
    font-size: 0;
    height: 0;
    visibility: hidden;
}
.tablet-br {
    content: " ";
    display: none;
	font-size: 0;
    height: 0;
    visibility: hidden;
}
.mobile-br {
    content: " ";
    display: none;
	font-size: 0;
    height: 0;
    visibility: hidden;
}
@media only screen and (max-width: 980px) {
.desktop-br {
 	display: none;
}
.tablet-br {
 	display: block;
}	
.mobile-br {
 	display: none;
}
}
@media only screen and (max-width: 767px) {
.desktop-br {
 	display: none;
}
.tablet-br {
 	display: none;
}	
.mobile-br {
 	display: block;
}
}
/***************/


/************** FONT SIZE    *****************/
/*
{'title': 'Size 6', 'selector':'h1,h2,h3,h4,h5,h6', 'classes':'size-6',},
{'title': 'Size 5', 'selector':'h1,h2,h3,h4,h5,h6', 'classes':'size-5',},
{'title': 'Size 4', 'selector':'h1,h2,h3,h4,h5,h6', 'classes':'size-4',},
{'title': 'Size 3', 'selector':'h1,h2,h3,h4,h5,h6', 'classes':'size-3',},
{'title': 'Size 2', 'selector':'h1,h2,h3,h4,h5,h6', 'classes':'size-2',},
{'title': 'Size 1', 'selector':'h1,h2,h3,h4,h5,h6', 'classes':'size-1',},
{'title': 'Size 0', 'selector':'h1,h2,h3,h4,h5,h6', 'classes':'size-0',},

{'title': 'Stikkttittel', 'inline':'span', 'wrapper':true, 'classes':'preheading',},
{'title': 'Undertittel', 'inline':'span', 'wrapper':true, 'classes':'subheading',},
{'title': 'Introtekst', 'selector':'p', 'classes':'intro',},
{'title': 'Ingress', 'selector':'p', 'classes':'ingress',},
{'title': 'Mellomtittel', 'selector':'h1,h2,h3,h4,h5,h6', 'classes':'p-title',},
{'title': 'Uppercase heading', 'selector':'h1,h2,h3,h4,h5,h6', 'classes':'uppercase-heading',},
{'title': 'Uppercase span', 'inline':'span', 'wrapper':true, 'classes':'uppercase-span',},
{'title': 'Link style 1', 'selector':'a', 'classes':'od-link-style-1',},
{'title': 'Link style 2', 'selector':'a', 'classes':'od-link-style-2',},
{'title': 'Button link', 'selector':'a', 'classes':'od-button-link',},
{'title': 'Sitat', 'selector':'p', 'classes':'sitat',},
{'title': 'No bullet list','selector': 'ul', 'classes':'no-bullet',},
{'title': 'Screen Reader Only', 'selector':'h1,h2,h3,h4,h5,h6', 'classes':'od-sr-only',},
*/





.od-image-box.et_pb_column {
	display: flex;
	
}
.od-image-box.et_pb_column .et_pb_image {
	width: 45%;
	margin-bottom: 0 !important;
}
.od-image-box.et_pb_column .et_pb_image .et_pb_image_wrap {
	height: 100%;
}
.od-image-box.et_pb_column .et_pb_image .et_pb_image_wrap img {
object-fit: cover;
  height: 100%;	
}
.od-image-box.et_pb_column .et_pb_text {
	width: 55%;
	padding: 40px;
}


/*Standard font size*/
p, ul li, ol li {
	font-size: 1.25rem;
	letter-spacing: -0.4px;
	line-height: 1.4 !important;
}
p {
	padding-bottom: 10px;
}
p.intro {
	font-weight: 400;
	font-size: 1.75rem;
}
p.ingress {
	font-weight: 400;
	font-size: 1.5rem;
}

.title-font p {
  font-family: "Barlow Semi Condensed", sans-serif;
  font-weight: 500;
  font-style: normal;
  text-transform: uppercase;
line-height: 1.2 !important;
}
.xxxxhero-4xl span.preheading strong {
  font-family: "Barlow Semi Condensed", sans-serif;
  font-weight: 700;
  font-style: normal;
}


span.preheading {
font-weight: 400;
  text-transform: uppercase;
  font-size: 1.3rem;
  margin-bottom: 8px !important;
  padding: 0px 0px;
  display: block;
}
span.subheading {
	font-style: italic;
font-weight: 400;
  font-size: 1.6rem;
  margin-bottom: 8px !important;
  padding: 0px 0px;
  display: block;
}

.p-title {
	font-size: 1.5rem !important;
	padding-bottom: 0px;
	padding-top: 10px;
}

.size-6 span.preheading {
  font-family: "Barlow Semi Condensed", sans-serif;
  font-weight: 600;
  font-style: normal;
	font-size: 1.75rem;
	color: /*#c29d54*/ #B48D40;
  text-transform: uppercase;
  margin-bottom: 8px !important;
  padding: 0px 0px;
  display: block;
	line-height: 1 !important;
}
.od-subpage-hero .et_pb_bg_layout_dark .size-6 span.preheading {
  font-family: "Barlow Semi Condensed", sans-serif;
  font-weight: 600;
  font-style: normal;
	font-size: 1.75rem;
	color: rgba(255,255,255,0.5);
  text-transform: uppercase;
  margin-bottom: 8px !important;
  padding: 0px 0px;
  display: block;
	line-height: 1 !important;
}
.size-5 span.preheading {
  font-family: "Barlow Semi Condensed", sans-serif;
  font-weight: 600;
  font-style: normal;
	font-size: 1.5rem;
	color: /*#c29d54*/ #B48D40;
  text-transform: uppercase;
  margin-bottom: 8px !important;
  padding: 0px 0px;
  display: block;
	line-height: 1 !important;
}
.size-4 span.preheadingx {
  font-family: "Barlow", sans-serif;
  font-weight: 700;
  font-style: normal;
	font-size: 1.25rem;
	color: /*#c29d54*/ #B48D40;
  text-transform: uppercase;
  margin-bottom: 8px !important;
  padding: 0px 0px;
  display: block;
	line-height: 1 !important;
	letter-spacing: 0px;
}
.size-4 span.preheading {
  font-family: "Barlow Semi Condensed", sans-serif;
  font-weight: 600;
  font-style: normal;
	font-size: 1.5rem;
	color: /*#c29d54*/ #B48D40;
  text-transform: uppercase;
  margin-bottom: 8px !important;
  padding: 0px 0px;
  display: block;
	line-height: 1 !important;
	letter-spacing: 0px;
}
.size-2 span.preheading {
  font-family: "Barlow Semi Condensed", sans-serif;
  font-weight: 600;
  font-style: normal;
	font-size: 1.25rem;
	color: /*#c29d54*/ #B48D40;
  text-transform: uppercase;
  margin-bottom: 8px !important;
  padding: 0px 0px;
  display: block;
	line-height: 1 !important;
	letter-spacing: 0px;
}





.hero-5xl span.preheading {
  font-family: "Barlow Semi Condensed", sans-serif;
  font-weight: 500;
  font-style: normal;
  text-transform: uppercase;
  margin-bottom: 8px !important;
  padding: 0px 0px;
  display: block;
	line-height: 1 !important;
}
.hero-5xl span.preheading strong {
  font-family: "Barlow Semi Condensed", sans-serif;
  font-weight: 700;
  font-style: normal;
}
h1.hero-5xl, .hero-5xl h1 {
	line-height: 0.75;
}
.hero-4xl span.preheading {
  font-family: "Barlow Semi Condensed", sans-serif;
  font-weight: 500;
  font-style: normal;
  text-transform: uppercase;
  margin-bottom: 8px !important;
  padding: 0px 0px;
  display: block;
	line-height: 1 !important;
}
.hero-4xl span.preheading strong {
  font-family: "Barlow Semi Condensed", sans-serif;
  font-weight: 700;
  font-style: normal;
}
h1.hero-4xl, .hero-4xl h1 {
	line-height: 0.9;
}

@media only screen and (max-width:766px){
p.ingress {
	font-weight: 400;
	font-size: 1.25rem;
}

}

/*Standard font size*/
.hero-5xl span.preheading{font-size: 1.848rem !important;}
.hero-4xl span.preheading{font-size: 1.848rem !important;}
.size-4,.hero-s,.hero-s h1,.hero-s h2{font-size: 1.642666667rem !important;}
/*min-width: 320px*/
@media only screen and (min-width:20rem){
/*Fallback font size*/
.hero-5xl span.preheading{font-size: 1.848rem !important;}
.hero-4xl span.preheading{font-size: 1.848rem !important;}	
.size-4,.hero-s,.hero-s h1,.hero-s h2{font-size: 1.642666667rem !important;}
/*Standard font size*/
.hero-5xl span.preheading{font-size: calc(1.848rem + 0.924* ((100vw - 20rem) / 10)) !important;}
.hero-4xl span.preheading{font-size: calc(1.848rem + 0.924* ((100vw - 20rem) / 10)) !important;}	
.size-4,.hero-s,.hero-s h1,.hero-s h2{font-size: calc(1.642666667rem + 0.821333333* ((100vw - 20rem) / 10)) !important;}
}
/*min-width: 481px*/
@media only screen and (min-width:30.0625rem){
/*Fallback font size*/
.hero-5xl span.preheading{font-size: 1.8939375rem !important;}
.hero-4xl span.preheading{font-size: 1.8939375rem !important;}	
.size-4,.hero-s,.hero-s h1,.hero-s h2{font-size: 1.6835rem !important;}
/*Standard font size*/
.hero-5xl span.preheading{font-size: calc(1.8939375rem + 1.1300625* ((100vw - 30.0625rem) / 17.9375)) !important;}
.hero-4xl span.preheading{font-size: calc(1.8939375rem + 1.1300625* ((100vw - 30.0625rem) / 17.9375)) !important;}	
.size-4,.hero-s,.hero-s h1,.hero-s h2{font-size: calc(1.6835rem + 1.0045* ((100vw - 30.0625rem) / 17.9375)) !important;}
}
/*min-width: 769px*/
@media only screen and (min-width:48.0625rem){
/*Fallback font size*/
.hero-5xl span.preheading{font-size: 2.72514375rem !important;}
.hero-4xl span.preheading{font-size: 2.72514375rem !important;}	
.size-4,.hero-s,.hero-s h1,.hero-s h2{font-size: 2.369690217rem !important;}
/*Standard font size*/
.hero-5xl span.preheading{font-size: calc(2.72514375rem + 0.90365625* ((100vw - 48.0625rem) / 15.9375)) !important;}
.hero-4xl span.preheading{font-size: calc(2.72514375rem + 0.90365625* ((100vw - 48.0625rem) / 15.9375)) !important;}	
.size-4,.hero-s,.hero-s h1,.hero-s h2{font-size: calc(2.369690217rem + 0.785788043* ((100vw - 48.0625rem) / 15.9375)) !important;}
}
/*min-width: 1025px*/
@media only screen and (min-width:64.0625rem){
/*Fallback font size*/
.hero-5xl span.preheading{font-size: 2.690625rem !important;}
.hero-4xl span.preheading{font-size: 2.690625rem !important;}	
.size-4,.hero-s,.hero-s h1,.hero-s h2{font-size: 2.196428571rem !important;}
/*Standard font size*/
.hero-5xl span.preheading{font-size: calc(2.690625rem + 1.509375* ((100vw - 64.0625rem) / 35.9375)) !important;}
.hero-4xl span.preheading{font-size: calc(2.690625rem + 1.509375* ((100vw - 64.0625rem) / 35.9375)) !important;}	
.size-4,.hero-s,.hero-s h1,.hero-s h2{font-size: calc(2.196428571rem + 1.232142857* ((100vw - 64.0625rem) / 35.9375)) !important;}
}
/*min-width: 1601px*/
@media only screen and (min-width:100.0625rem){
/*Standard font size*/
.hero-5xl span.preheading{font-size: 4.2rem !important;}
.hero-4xl span.preheading{font-size: 4.2rem !important;}	
.size-4,.hero-s,.hero-s h1,.hero-s h2{font-size: 3.428571429rem !important;}
}
/*min-width: 1025px*/
@media only screen and (min-width:64.0625rem){
/*Fallback font size*/
.od-no-max .hero-5xl span.preheading{font-size: 2.690625rem !important;}
.od-no-max .hero-4xl span.preheading{font-size: 2.690625rem !important;}	
.od-no-max .size-4,.hero-s.od-no-max,.hero-s.od-no-max h1,.hero-s.od-no-max h2{font-size: 2.196428571rem !important;}
/*Standard font size*/
.od-no-max .hero-5xl span.preheading{font-size: calc(2.690625rem + 1.509375* ((100vw - 64.0625rem) / 35.9375)) !important;}
.od-no-max .hero-4xl span.preheading{font-size: calc(2.690625rem + 1.509375* ((100vw - 64.0625rem) / 35.9375)) !important;}	
.od-no-max .size-4,.hero-s.od-no-max,.hero-s.od-no-max h1,.hero-s.od-no-max h2{font-size: calc(2.196428571rem + 1.232142857* ((100vw - 64.0625rem) / 35.9375)) !important;}
}
/*min-width: 1601px*/
@media only screen and (min-width:100.0625rem){
/*Standard font size*/
.od-no-max .hero-5xl span.preheading{font-size: 4.2rem !important;}
.od-no-max .hero-4xl span.preheading{font-size: 4.2rem !important;}	
.od-no-max .size-4,.hero-s.od-no-max,.hero-s.od-no-max h1,.hero-s.od-no-max h2{font-size: 3.428571429rem !important;}
}


/*Standard font size*/
.hero-5xl,.hero-5xl h1,.hero-5xl h2{font-size: 5.26246875rem !important;}
.hero-4xl,.hero-4xl h1,.hero-4xl h2{font-size: 4.295892857rem !important;}
.hero-3xl,.hero-3xl h1,.hero-3xl h2{font-size: 3.506851312rem !important;}
.hero-2xl,.hero-2xl h1,.hero-2xl h2{font-size: 2.631234375rem !important;}
.hero-xl,.hero-xl h1,.hero-xl h2{font-size: 2.338875rem !important;}
.size-6,.hero-l,.hero-l h1,.hero-l h2{font-size: 2.079rem !important;}
.size-5,.hero-m,.hero-m h1,.hero-m h2{font-size: 1.848rem !important;}
.size-4,.hero-s,.hero-s h1,.hero-s h2{font-size: 1.642666667rem !important;}
.size-3{font-size: 1.460148148rem !important;}
.size-2{font-size: 1.297909465rem !important;}
.size-1{font-size: 1.153697302rem !important;}
.size-0{font-size: 1.025508713rem !important;}


/*min-width: 320px*/
@media only screen and (min-width:20rem){
/*Fallback font size*/
.hero-5xl,.hero-5xl h1,.hero-5xl h2{font-size: 5.26246875rem !important;}
.hero-4xl,.hero-4xl h1,.hero-4xl h2{font-size: 4.295892857rem !important;}
.hero-3xl,.hero-3xl h1,.hero-3xl h2{font-size: 3.506851312rem !important;}
.hero-2xl,.hero-2xl h1,.hero-2xl h2{font-size: 2.631234375rem !important;}
.hero-xl,.hero-xl h1,.hero-xl h2{font-size: 2.338875rem !important;}
.size-6,.hero-l,.hero-l h1,.hero-l h2{font-size: 2.079rem !important;}
.size-5,.hero-m,.hero-m h1,.hero-m h2{font-size: 1.848rem !important;}
.size-4,.hero-s,.hero-s h1,.hero-s h2{font-size: 1.642666667rem !important;}
.size-3{font-size: 1.460148148rem !important;}
.size-2{font-size: 1.297909465rem !important;}
.size-1{font-size: 1.153697302rem !important;}
.size-0{font-size: 1.025508713rem !important;}
/*Standard font size*/
.hero-5xl,.hero-5xl h1,.hero-5xl h2{font-size: calc(5.26246875rem + 2.631234375* ((100vw - 20rem) / 10)) !important;}
.hero-4xl,.hero-4xl h1,.hero-4xl h2{font-size: calc(4.295892857rem + 2.147946429* ((100vw - 20rem) / 10)) !important;}
.hero-3xl,.hero-3xl h1,.hero-3xl h2{font-size: calc(3.506851312rem + 1.753425656* ((100vw - 20rem) / 10)) !important;}
.hero-2xl,.hero-2xl h1,.hero-2xl h2{font-size: calc(2.631234375rem + 1.315617188* ((100vw - 20rem) / 10)) !important;}
.hero-xl,.hero-xl h1,.hero-xl h2{font-size: calc(2.338875rem + 1.1694375* ((100vw - 20rem) / 10)) !important;}
.size-6,.hero-l,.hero-l h1,.hero-l h2{font-size: calc(2.079rem + 1.0395* ((100vw - 20rem) / 10)) !important;}
.size-5,.hero-m,.hero-m h1,.hero-m h2{font-size: calc(1.848rem + 0.924* ((100vw - 20rem) / 10)) !important;}
.size-4,.hero-s,.hero-s h1,.hero-s h2{font-size: calc(1.642666667rem + 0.821333333* ((100vw - 20rem) / 10)) !important;}
.size-3{font-size: calc(1.460148148rem + 0.730074074* ((100vw - 20rem) / 10)) !important;}
.size-2{font-size: calc(1.297909465rem + 0.648954733* ((100vw - 20rem) / 10)) !important;}
.size-1{font-size: calc(1.153697302rem + 0.576848651* ((100vw - 20rem) / 10)) !important;}
.size-0{font-size: calc(1.025508713rem + 0.512754357* ((100vw - 20rem) / 10)) !important;}
}


/*min-width: 481px*/
@media only screen and (min-width:30.0625rem){
/*Fallback font size*/
.hero-5xl,.hero-5xl h1,.hero-5xl h2{font-size: 5.393282959rem !important;}
.hero-4xl,.hero-4xl h1,.hero-4xl h2{font-size: 4.402679967rem !important;}
.hero-3xl,.hero-3xl h1,.hero-3xl h2{font-size: 3.594024462rem !important;}
.hero-2xl,.hero-2xl h1,.hero-2xl h2{font-size: 2.696641479rem !important;}
.hero-xl,.hero-xl h1,.hero-xl h2{font-size: 2.397014648rem !important;}
.size-6,.hero-l,.hero-l h1,.hero-l h2{font-size: 2.130679688rem !important;}
.size-5,.hero-m,.hero-m h1,.hero-m h2{font-size: 1.8939375rem !important;}
.size-4,.hero-s,.hero-s h1,.hero-s h2{font-size: 1.6835rem !important;}
.size-3{font-size: 1.496444444rem !important;}
.size-2{font-size: 1.33017284rem !important;}
.size-1{font-size: 1.182375857rem !important;}
.size-0{font-size: 1.051000762rem !important;}
/*Standard font size*/
.hero-5xl,.hero-5xl h1,.hero-5xl h2{font-size: calc(5.393282959rem + 3.218029541* ((100vw - 30.0625rem) / 17.9375)) !important;}
.hero-4xl,.hero-4xl h1,.hero-4xl h2{font-size: calc(4.402679967rem + 2.626962891* ((100vw - 30.0625rem) / 17.9375)) !important;}
.hero-3xl,.hero-3xl h1,.hero-3xl h2{font-size: calc(3.594024462rem + 2.144459503* ((100vw - 30.0625rem) / 17.9375)) !important;}
.hero-2xl,.hero-2xl h1,.hero-2xl h2{font-size: calc(2.696641479rem + 1.609014771* ((100vw - 30.0625rem) / 17.9375)) !important;}
.hero-xl,.hero-xl h1,.hero-xl h2{font-size: calc(2.397014648rem + 1.430235352* ((100vw - 30.0625rem) / 17.9375)) !important;}
.size-6,.hero-l,.hero-l h1,.hero-l h2{font-size: calc(2.130679688rem + 1.271320313* ((100vw - 30.0625rem) / 17.9375)) !important;}
.size-5,.hero-m,.hero-m h1,.hero-m h2{font-size: calc(1.8939375rem + 1.1300625* ((100vw - 30.0625rem) / 17.9375)) !important;}
.size-4,.hero-s,.hero-s h1,.hero-s h2{font-size: calc(1.6835rem + 1.0045* ((100vw - 30.0625rem) / 17.9375)) !important;}
.size-3{font-size: calc(1.496444444rem + 0.892888889* ((100vw - 30.0625rem) / 17.9375)) !important;}
.size-2{font-size: calc(1.33017284rem + 0.793679012* ((100vw - 30.0625rem) / 17.9375)) !important;}
.size-1{font-size: calc(1.182375857rem + 0.705492455* ((100vw - 30.0625rem) / 17.9375)) !important;}
.size-0{font-size: calc(1.051000762rem + 0.627104405* ((100vw - 30.0625rem) / 17.9375)) !important;}
}


/*min-width: 769px*/
@media only screen and (min-width:48.0625rem){
/*Fallback font size*/
.hero-5xl,.hero-5xl h1,.hero-5xl h2{font-size: 8.289206002rem !important;}
.hero-4xl,.hero-4xl h1,.hero-4xl h2{font-size: 6.766698777rem !important;}
.hero-3xl,.hero-3xl h1,.hero-3xl h2{font-size: 5.523835736rem !important;}
.hero-2xl,.hero-2xl h1,.hero-2xl h2{font-size: 4.144603001rem !important;}
.hero-xl,.hero-xl h1,.hero-xl h2{font-size: 3.604002609rem !important;}
.size-6,.hero-l,.hero-l h1,.hero-l h2{font-size: 3.133915313rem !important;}
.size-5,.hero-m,.hero-m h1,.hero-m h2{font-size: 2.72514375rem !important;}
.size-4,.hero-s,.hero-s h1,.hero-s h2{font-size: 2.369690217rem !important;}
.size-3{font-size: 2.060600189rem !important;}
.size-2{font-size: 1.791826251rem !important;}
.size-1{font-size: 1.558109784rem !important;}
.size-0{font-size: 1.354878073rem !important;}
/*Standard font size*/
.hero-5xl,.hero-5xl h1,.hero-5xl h2{font-size: calc(8.289206002rem + 2.748696398* ((100vw - 48.0625rem) / 15.9375)) !important;}
.hero-4xl,.hero-4xl h1,.hero-4xl h2{font-size: calc(6.766698777rem + 2.243833795* ((100vw - 48.0625rem) / 15.9375)) !important;}
.hero-3xl,.hero-3xl h1,.hero-3xl h2{font-size: calc(5.523835736rem + 1.831701057* ((100vw - 48.0625rem) / 15.9375)) !important;}
.hero-2xl,.hero-2xl h1,.hero-2xl h2{font-size: calc(4.144603001rem + 1.374348199* ((100vw - 48.0625rem) / 15.9375)) !important;}
.hero-xl,.hero-xl h1,.hero-xl h2{font-size: calc(3.604002609rem + 1.195085391* ((100vw - 48.0625rem) / 15.9375)) !important;}
.size-6,.hero-l,.hero-l h1,.hero-l h2{font-size: calc(3.133915313rem + 1.039204688* ((100vw - 48.0625rem) / 15.9375)) !important;}
.size-5,.hero-m,.hero-m h1,.hero-m h2{font-size: calc(2.72514375rem + 0.90365625* ((100vw - 48.0625rem) / 15.9375)) !important;}
.size-4,.hero-s,.hero-s h1,.hero-s h2{font-size: calc(2.369690217rem + 0.785788043* ((100vw - 48.0625rem) / 15.9375)) !important;}
.size-3{font-size: calc(2.060600189rem + 0.683293951* ((100vw - 48.0625rem) / 15.9375)) !important;}
.size-2{font-size: calc(1.791826251rem + 0.594168653* ((100vw - 48.0625rem) / 15.9375)) !important;}
.size-1{font-size: calc(1.558109784rem + 0.516668394* ((100vw - 48.0625rem) / 15.9375)) !important;}
.size-0{font-size: calc(1.354878073rem + 0.449276864* ((100vw - 48.0625rem) / 15.9375)) !important;}
}


/*min-width: 1025px*/
@media only screen and (min-width:64.0625rem){
/*Fallback font size*/
.hero-5xl,.hero-5xl h1,.hero-5xl h2{font-size: 9.892166895rem !important;}
.hero-4xl,.hero-4xl h1,.hero-4xl h2{font-size: 8.075238281rem !important;}
.hero-3xl,.hero-3xl h1,.hero-3xl h2{font-size: 6.59203125rem !important;}
.hero-2xl,.hero-2xl h1,.hero-2xl h2{font-size: 4.946083447rem !important;}
.hero-xl,.hero-xl h1,.hero-xl h2{font-size: 4.037619141rem !important;}
.size-6,.hero-l,.hero-l h1,.hero-l h2{font-size: 3.296015625rem !important;}
.size-5,.hero-m,.hero-m h1,.hero-m h2{font-size: 2.690625rem !important;}
.size-4,.hero-s,.hero-s h1,.hero-s h2{font-size: 2.196428571rem !important;}
.size-3{font-size: 1.793002915rem !important;}
.size-2{font-size: 1.463675849rem !important;}
.size-1{font-size: 1.194837428rem !important;}
.size-0{font-size: 0.975377492rem !important;}
/*Standard font size*/
.hero-5xl,.hero-5xl h1,.hero-5xl h2{font-size: calc(9.892166895rem + 5.549264355* ((100vw - 64.0625rem) / 35.9375)) !important;}
.hero-4xl,.hero-4xl h1,.hero-4xl h2{font-size: calc(8.075238281rem + 4.530011719* ((100vw - 64.0625rem) / 35.9375)) !important;}
.hero-3xl,.hero-3xl h1,.hero-3xl h2{font-size: calc(6.59203125rem + 3.69796875* ((100vw - 64.0625rem) / 35.9375)) !important;}
.hero-2xl,.hero-2xl h1,.hero-2xl h2{font-size: calc(4.946083447rem + 2.774632178* ((100vw - 64.0625rem) / 35.9375)) !important;}
.hero-xl,.hero-xl h1,.hero-xl h2{font-size: calc(4.037619141rem + 2.265005859* ((100vw - 64.0625rem) / 35.9375)) !important;}
.size-6,.hero-l,.hero-l h1,.hero-l h2{font-size: calc(3.296015625rem + 1.848984375* ((100vw - 64.0625rem) / 35.9375)) !important;}
.size-5,.hero-m,.hero-m h1,.hero-m h2{font-size: calc(2.690625rem + 1.509375* ((100vw - 64.0625rem) / 35.9375)) !important;}
.size-4,.hero-s,.hero-s h1,.hero-s h2{font-size: calc(2.196428571rem + 1.232142857* ((100vw - 64.0625rem) / 35.9375)) !important;}
.size-3{font-size: calc(1.793002915rem + 1.005830904* ((100vw - 64.0625rem) / 35.9375)) !important;}
.size-2{font-size: calc(1.463675849rem + 0.821086452* ((100vw - 64.0625rem) / 35.9375)) !important;}
.size-1{font-size: calc(1.194837428rem + 0.670274655* ((100vw - 64.0625rem) / 35.9375)) !important;}
.size-0{font-size: calc(0.975377492rem + 0.547162983* ((100vw - 64.0625rem) / 35.9375)) !important;}
}


/*min-width: 1601px*/
@media only screen and (min-width:100.0625rem){

/*Standard font size*/
.hero-5xl,.hero-5xl h1,.hero-5xl h2{font-size: 15.44143125rem !important;}
.hero-4xl,.hero-4xl h1,.hero-4xl h2{font-size: 12.60525rem !important;}
.hero-3xl,.hero-3xl h1,.hero-3xl h2{font-size: 10.29rem !important;}
.hero-2xl,.hero-2xl h1,.hero-2xl h2{font-size: 7.720715625rem !important;}
.hero-xl,.hero-xl h1,.hero-xl h2{font-size: 6.302625rem !important;}
.size-6,.hero-l,.hero-l h1,.hero-l h2{font-size: 5.145rem !important;}
.size-5,.hero-m,.hero-m h1,.hero-m h2{font-size: 4.2rem !important;}
.size-4,.hero-s,.hero-s h1,.hero-s h2{font-size: 3.428571429rem !important;}
.size-3{font-size: 2.798833819rem !important;}
.size-2{font-size: 2.284762301rem !important;}
.size-1{font-size: 1.865112083rem !important;}
.size-0{font-size: 1.522540476rem !important;}
}


/*min-width: 1025px*/
@media only screen and (min-width:64.0625rem){
/*Fallback font size*/
.hero-5xl.od-no-max,.hero-5xl.od-no-max h1,.hero-5xl.od-no-max h2{font-size: 9.892166895rem !important;}
.hero-4xl.od-no-max,.hero-4xl.od-no-max h1,.hero-4xl.od-no-max h2{font-size: 8.075238281rem !important;}
.hero-3xl.od-no-max,.hero-3xl.od-no-max h1,.hero-3xl.od-no-max h2{font-size: 6.59203125rem !important;}
.hero-2xl.od-no-max,.hero-2xl.od-no-max h1,.hero-2xl.od-no-max h2{font-size: 4.946083447rem !important;}
.hero-xl.od-no-max,.hero-xl.od-no-max h1,.hero-xl.od-no-max h2{font-size: 4.037619141rem !important;}
.od-no-max .size-6,.hero-l.od-no-max,.hero-l.od-no-max h1,.hero-l.od-no-max h2{font-size: 3.296015625rem !important;}
.od-no-max .size-5,.hero-m.od-no-max,.hero-m.od-no-max h1,.hero-m.od-no-max h2{font-size: 2.690625rem !important;}
.od-no-max .size-4,.hero-s.od-no-max,.hero-s.od-no-max h1,.hero-s.od-no-max h2{font-size: 2.196428571rem !important;}
.od-no-max .size-3{font-size: 1.793002915rem !important;}
.od-no-max .size-2{font-size: 1.463675849rem !important;}
.od-no-max .size-1{font-size: 1.194837428rem !important;}
.od-no-max .size-0{font-size: 0.975377492rem !important;}
/*Standard font size*/
.hero-5xl.od-no-max,.hero-5xl.od-no-max h1,.hero-5xl.od-no-max h2{font-size: calc(9.892166895rem + 5.549264355* ((100vw - 64.0625rem) / 35.9375)) !important;}
.hero-4xl.od-no-max,.hero-4xl.od-no-max h1,.hero-4xl.od-no-max h2{font-size: calc(8.075238281rem + 4.530011719* ((100vw - 64.0625rem) / 35.9375)) !important;}
.hero-3xl.od-no-max,.hero-3xl.od-no-max h1,.hero-3xl.od-no-max h2{font-size: calc(6.59203125rem + 3.69796875* ((100vw - 64.0625rem) / 35.9375)) !important;}
.hero-2xl.od-no-max,.hero-2xl.od-no-max h1,.hero-2xl.od-no-max h2{font-size: calc(4.946083447rem + 2.774632178* ((100vw - 64.0625rem) / 35.9375)) !important;}
.hero-xl.od-no-max,.hero-xl.od-no-max h1,.hero-xl.od-no-max h2{font-size: calc(4.037619141rem + 2.265005859* ((100vw - 64.0625rem) / 35.9375)) !important;}
.od-no-max .size-6,.hero-l.od-no-max,.hero-l.od-no-max h1,.hero-l.od-no-max h2{font-size: calc(3.296015625rem + 1.848984375* ((100vw - 64.0625rem) / 35.9375)) !important;}
.od-no-max .size-5,.hero-m.od-no-max,.hero-m.od-no-max h1,.hero-m.od-no-max h2{font-size: calc(2.690625rem + 1.509375* ((100vw - 64.0625rem) / 35.9375)) !important;}
.od-no-max .size-4,.hero-s.od-no-max,.hero-s.od-no-max h1,.hero-s.od-no-max h2{font-size: calc(2.196428571rem + 1.232142857* ((100vw - 64.0625rem) / 35.9375)) !important;}
.od-no-max .size-3{font-size: calc(1.793002915rem + 1.005830904* ((100vw - 64.0625rem) / 35.9375)) !important;}
.od-no-max .size-2{font-size: calc(1.463675849rem + 0.821086452* ((100vw - 64.0625rem) / 35.9375)) !important;}
.od-no-max .size-1{font-size: calc(1.194837428rem + 0.670274655* ((100vw - 64.0625rem) / 35.9375)) !important;}
.od-no-max .size-0{font-size: calc(0.975377492rem + 0.547162983* ((100vw - 64.0625rem) / 35.9375)) !important;}
}


/*min-width: 1601px*/
@media only screen and (min-width:100.0625rem){

/*Standard font size*/
.hero-5xl.od-no-max,.hero-5xl.od-no-max h1,.hero-5xl.od-no-max h2{font-size: 15.44143125rem !important;}
.hero-4xl.od-no-max,.hero-4xl.od-no-max h1,.hero-4xl.od-no-max h2{font-size: 12.60525rem !important;}
.hero-3xl.od-no-max,.hero-3xl.od-no-max h1,.hero-3xl.od-no-max h2{font-size: 10.29rem !important;}
.hero-2xl.od-no-max,.hero-2xl.od-no-max h1,.hero-2xl.od-no-max h2{font-size: 7.720715625rem !important;}
.hero-xl.od-no-max,.hero-xl.od-no-max h1,.hero-xl.od-no-max h2{font-size: 6.302625rem !important;}
.od-no-max .size-6,.hero-l.od-no-max,.hero-l.od-no-max h1,.hero-l.od-no-max h2{font-size: 5.145rem !important;}
.od-no-max .size-5,.hero-m.od-no-max,.hero-m.od-no-max h1,.hero-m.od-no-max h2{font-size: 4.2rem !important;}
.od-no-max .size-4,.hero-s.od-no-max,.hero-s.od-no-max h1,.hero-s.od-no-max h2{font-size: 3.428571429rem !important;}
.od-no-max .size-3{font-size: 2.798833819rem !important;}
.od-no-max .size-2{font-size: 2.284762301rem !important;}
.od-no-max .size-1{font-size: 1.865112083rem !important;}
.od-no-max .size-0{font-size: 1.522540476rem !important;}
}