body {
  //background-color: #fff;
  //color: #363636;
  //padding-top: 69px;
}
@media (min-width: 576px) {
  body {
    //padding-top: 85px;
  }
}
.position-relative {
	position: relative !important;
}
.border-0 {
	border:0!important
}
.border-top-0 {
	border-top:0!important
}
.border-right-0 {
	border-right:0!important
}
.border-bottom-0 {
	border-bottom:0!important
}
.border-left-0 {
	border-left:0!important
}
.card {
	position:relative;
	display:-ms-flexbox;
	display:flex;
	-ms-flex-direction:column;
	flex-direction:column;
	min-width:0;
	word-wrap:break-word;
	background-color:#fff;
	background-clip:border-box;
	border:1px solid rgba(0,0,0,.125);
	border-radius:.25rem
}
.text-left {
	text-align:left!important
}
.text-right {
	text-align:right!important
}
.text-center {
	text-align:center!important
}
@media (min-width:576px) {
	.text-sm-left {
		text-align:left!important
	}
	.text-sm-right {
		text-align:right!important
	}
	.text-sm-center {
		text-align:center!important
	}
}
@media (min-width:768px) {
	.text-md-left {
		text-align:left!important
	}
	.text-md-right {
		text-align:right!important
	}
	.text-md-center {
		text-align:center!important
	}
}
@media (min-width:992px) {
	.text-lg-left {
		text-align:left!important
	}
	.text-lg-right {
		text-align:right!important
	}
	.text-lg-center {
		text-align:center!important
	}
}
.rounded {
	border-radius: .25rem !important;
}
.contentPage .row:not(.no-gutters) {
	margin-right: -15px;
	margin-left: -15px;
}
@media (min-width: 768px) {
	.text-md-left {
		text-align: left !important;
	}
	.text-md-right {
		text-align: right !important;
	}
}
.bg-white {
	background-color: #fff !important;
}
.contentPage img {
    vertical-align: middle;
    border-style: none;
}
.text-break {
	word-break: break-word !important;
	word-wrap: break-word !important;
}
.contentPage .dropdown-menu {
	position: absolute;
	top: 100%;
	left: -1px;
	z-index: 1000;
	display: none;
	float: left;
	min-width: 10rem;
	padding: .5rem 0;
	margin: .125rem 0 0;
	font-size: 1rem;
	color: #212529;
	text-align: left;
	list-style: none;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid rgba(0,0,0,.15);
	border-radius: .25rem;
}
.dropdown-group .dropdown .title::after {
	position: absolute;
	content: url("/-/media/Project/Poland/Images/Global Content/chevron_green.png");
	border: none;
	right: 15px;
	top: calc(50% - 6px);
	transition-duration: 0.5s;
}
.dropdown-group .dropdown .title.accordion-trigger {
	position: static;
}
.dropdown-group .dropdown .title.accordion-open::after {
	top: calc(50% - 9px);
	transform: rotate(180deg);
	transition-duration: 0.5s;
}
.w-25 {
	width:25%!important
}
.w-50 {
	width:50%!important
}
.w-75 {
	width:75%!important
}
.w-100 {
	width:100%!important;
}
.w-auto {
	width:auto!important
}
.h-25 {
	height:25%!important
}
.h-50 {
	height:50%!important
}
.h-75 {
	height:75%!important
}
.h-100 {
	height:100%!important
}
.h-auto {
	height:auto!important
}
.mw-100 {
	max-width:100%!important
}
.mh-100 {
	max-height:100%!important
}
.min-vw-100 {
	min-width:100vw!important
}
.min-vh-100 {
	min-height:100vh!important
}
.vw-100 {
	width:100vw!important
}
.vh-100 {
	height:100vh!important
}
.m-auto {
	margin:auto!important
}
.mt-auto,
.my-auto {
	margin-top:auto!important
}
.mr-auto,
.mx-auto {
	margin-right:auto!important
}
.mb-auto,
.my-auto {
	margin-bottom:auto!important
}
.ml-auto,
.mx-auto {
	margin-left:auto!important
}
.table {
	width:100%;
	margin-bottom:1rem;
	color:#212529;
	border-collapse: collapse
}
.table td,
.table th {
	padding:.75rem;
	vertical-align:top;
	border-top:1px solid #dee2e6;
	text-align: center
}
.table p {
	margin: 0;
}
.table thead th {
	vertical-align:bottom;
	border-bottom:2px solid #dee2e6
}
.table tbody+tbody {
	border-top:2px solid #dee2e6
}
.table-sm td,
.table-sm th {
	padding:.3rem
}
.table-bordered {
	border:1px solid #dee2e6
}
.table-bordered td,
.table-bordered th {
	border:1px solid #dee2e6
}
.table-bordered thead td,
.table-bordered thead th {
	border-bottom-width:2px
}
.table-borderless tbody+tbody,
.table-borderless td,
.table-borderless th,
.table-borderless thead th {
	border:0
}
.table-striped tbody tr:nth-of-type(odd) {
	background-color:rgba(0,0,0,.05)
}
.table-hover tbody tr:hover {
	color:#212529;
	background-color:rgba(0,0,0,.075)
}
.table-primary,
.table-primary>td,
.table-primary>th {
	background-color:#b8daff
}
.table-primary tbody+tbody,
.table-primary td,
.table-primary th,
.table-primary thead th {
	border-color:#7abaff
}
.table-hover .table-primary:hover {
	background-color:#9fcdff
}
.table-hover .table-primary:hover>td,
.table-hover .table-primary:hover>th {
	background-color:#9fcdff
}
.table-secondary,
.table-secondary>td,
.table-secondary>th {
	background-color:#d6d8db
}
.table-secondary tbody+tbody,
.table-secondary td,
.table-secondary th,
.table-secondary thead th {
	border-color:#b3b7bb
}
.table-hover .table-secondary:hover {
	background-color:#c8cbcf
}
.table-hover .table-secondary:hover>td,
.table-hover .table-secondary:hover>th {
	background-color:#c8cbcf
}
.table-success,
.table-success>td,
.table-success>th {
	background-color:#c3e6cb
}
.table-success tbody+tbody,
.table-success td,
.table-success th,
.table-success thead th {
	border-color:#8fd19e
}
.table-hover .table-success:hover {
	background-color:#b1dfbb
}
.table-hover .table-success:hover>td,
.table-hover .table-success:hover>th {
	background-color:#b1dfbb
}
.table-info,
.table-info>td,
.table-info>th {
	background-color:#bee5eb
}
.table-info tbody+tbody,
.table-info td,
.table-info th,
.table-info thead th {
	border-color:#86cfda
}
.table-hover .table-info:hover {
	background-color:#abdde5
}
.table-hover .table-info:hover>td,
.table-hover .table-info:hover>th {
	background-color:#abdde5
}
.table-warning,
.table-warning>td,
.table-warning>th {
	background-color:#ffeeba
}
.table-warning tbody+tbody,
.table-warning td,
.table-warning th,
.table-warning thead th {
	border-color:#ffdf7e
}
.table-hover .table-warning:hover {
	background-color:#ffe8a1
}
.table-hover .table-warning:hover>td,
.table-hover .table-warning:hover>th {
	background-color:#ffe8a1
}
.table-danger,
.table-danger>td,
.table-danger>th {
	background-color:#f5c6cb
}
.table-danger tbody+tbody,
.table-danger td,
.table-danger th,
.table-danger thead th {
	border-color:#ed969e
}
.table-hover .table-danger:hover {
	background-color:#f1b0b7
}
.table-hover .table-danger:hover>td,
.table-hover .table-danger:hover>th {
	background-color:#f1b0b7
}
.table-light,
.table-light>td,
.table-light>th {
	background-color:#fdfdfe
}
.table-light tbody+tbody,
.table-light td,
.table-light th,
.table-light thead th {
	border-color:#fbfcfc
}
.table-hover .table-light:hover {
	background-color:#ececf6
}
.table-hover .table-light:hover>td,
.table-hover .table-light:hover>th {
	background-color:#ececf6
}
.table-dark,
.table-dark>td,
.table-dark>th {
	background-color:#c6c8ca
}
.table-dark tbody+tbody,
.table-dark td,
.table-dark th,
.table-dark thead th {
	border-color:#95999c
}
.table-hover .table-dark:hover {
	background-color:#b9bbbe
}
.table-hover .table-dark:hover>td,
.table-hover .table-dark:hover>th {
	background-color:#b9bbbe
}
.table-active,
.table-active>td,
.table-active>th {
	background-color:rgba(0,0,0,.075)
}
.table-hover .table-active:hover {
	background-color:rgba(0,0,0,.075)
}
.table-hover .table-active:hover>td,
.table-hover .table-active:hover>th {
	background-color:rgba(0,0,0,.075)
}
.table .thead-dark th {
	color:#fff;
	background-color:#343a40;
	border-color:#454d55
}
.table .thead-light th {
	color:#495057;
	background-color:#e9ecef;
	border-color:#dee2e6
}
.table-dark {
	color:#fff;
	background-color:#343a40
}
.table-dark td,
.table-dark th,
.table-dark thead th {
	border-color:#454d55
}
.table-dark.table-bordered {
	border:0
}
.table-dark.table-striped tbody tr:nth-of-type(odd) {
	background-color:rgba(255,255,255,.05)
}
.table-dark.table-hover tbody tr:hover {
	color:#fff;
	background-color:rgba(255,255,255,.075)
}
@media (max-width:575.98px) {
	.table-responsive-sm {
		display:block;
		width:100%;
		overflow-x:auto;
		-webkit-overflow-scrolling:touch
	}
	.table-responsive-sm>.table-bordered {
		border:0
	}
}
@media (max-width:767.98px) {
	.table-responsive-md {
		display:block;
		width:100%;
		overflow-x:auto;
		-webkit-overflow-scrolling:touch
	}
	.table-responsive-md>.table-bordered {
		border:0
	}
}
@media (max-width:991.98px) {
	.table-responsive-lg {
		display:block;
		width:100%;
		overflow-x:auto;
		-webkit-overflow-scrolling:touch
	}
	.table-responsive-lg>.table-bordered {
		border:0
	}
}
@media (max-width:1199.98px) {
	.table-responsive-xl {
		display:block;
		width:100%;
		overflow-x:auto;
		-webkit-overflow-scrolling:touch
	}
	.table-responsive-xl>.table-bordered {
		border:0
	}
}
.table-responsive {
	display:block;
	width:100%;
	overflow-x:auto;
	-webkit-overflow-scrolling:touch
}
.table-responsive td {
	white-space: normal;
	padding: 7px 5px 4px 5px !important;
}
.table-responsive>.table-bordered {
	border:0
}

main .contentPage, .contentPage .container {
	position: static;
	overflow: visible;
}
@media (max-width: 575px) {
	.container {
		padding-right: 15px;
		padding-left: 15px;
	}
	.contentPage .container:not(.banner-container, .banner-info-box) {
		padding: 0;
	}
}
.contentPage ul li {
	list-style: disc;
	margin-left: 20px;
}

.contentPage ol li {
	list-style: inherit;
}

.contentPage ul {
	margin-top: 0;
	margin-bottom: 1rem;
}

.contentPage .calc-panel {
	padding: 0;
}

.contentPage .calc-panel li, .contentPage .calc-form li {
	list-style: none;
	margin-left: 0;
}
.contentPage .calc-form li > a, .contentPage .calc-form li > a:hover {
	color: #202020;
}
  
.contentPage .calc-form li > .btn.active, .contentPage .calc-form li > .btn.active:hover {
	color: #FFFFFF;
}
  
.contentPage .calc-form .checkbox {
	top: 0;
}

@media (max-width: 767px) {
	.page-wrapper:not(.page-homepage) .calc-col-form .calc-offer-details {
		top: 60px;
	}
	.page-wrapper:not(.page-homepage) .calc-col-offer[style="display: none;"] + .calc-col-form .calc-offer-details {
		position: static;
		border-bottom: none;
		transform: none;
	}
	.page-wrapper:not(.page-homepage) .calc-col-offer[style="display: none;"] + .calc-col-form .calc-offer-details ul {
		padding-left: 0;
		padding-right: 0;
		flex-wrap: wrap;
		justify-content: flex-start;
	}
	.page-wrapper:not(.page-homepage) .calc-col-offer[style="display: none;"] + .calc-col-form .calc-slider + .calc-offer-details ul {
		padding: 0;
	}
	.page-wrapper:not(.page-homepage) .calc-col-offer[style="display: none;"] + .calc-col-form .calc-offer-details ul li {
		flex: 0 0 48%;
		max-width: 200px;
	}
}
.fade:not(.show) {
    opacity: 0;
}

.fade {
    transition: opacity .15s linear;
}

.btn-rounded {
  border-radius: 25px;
  padding: 10px 25px;
  color: #363636;
  text-decoration: none;
  white-space: nowrap;
  display: inline-block;
}
.btn-rounded:hover {
  text-decoration: none;
  color: currentColor;
}
.btn-rounded.small {
  font-size: 16px;
}
.btn-rounded.medium {
  font-size: 20px;
}
@media (min-width: 768px) {
  .btn-rounded.v2 {
    padding: 10px 37px;
  }
}
.btn-rounded.btn-light-green {
  background: #ADDA43;
  border: 1px solid #ADDA43;
}
.btn-rounded.btn-light-green:hover {
  border: 1px solid #ADDA43;
  color: #ADDA43;
  background: #fff;
}

.banner-container {
	padding-left: 0;
	padding-right: 0;
	padding-top: 80px;
	margin-bottom: 30px;
}
@media (min-width: 576px) {
  .banner-container {
    padding-top: 120px;
	min-height: 298px;
  }
}
@media (min-width: 768px) {
  .banner-container {
    padding-top: 70px;
	max-width: 1110px;
	margin-left: auto;
	margin-right: auto;
	width: 100%;
  }
}
@media (min-width: 992px) {
  .banner-container {
    padding-top: 10px;
	min-height: 400px;
  }
}
@media (min-width: 1280px) {
  .banner-container {
	min-height: 420px;
  }
	section:lang(pl) > .container, section:not(.calc,.content-section):lang(ro) > .container {
		max-width: 1110px;
		margin-left: auto;
		margin-right: auto;
		padding: 0;
	}
}
.banner-container .banner-img {
  position: absolute;
  height: 196px;
  top: 59px;
  right: 0;
  z-index: -1;
  max-width: none;
}
@media (min-width: 576px) {
  .banner-container .banner-img {
    height: 298px;
    right: 0;
    top: 60px;
  }
}
@media (min-width: 992px) {
  .banner-container .banner-img {
    height: 400px;
	top: 80px;
  }
}
@media (min-width: 1280px) {
  .banner-container .banner-img {
    height: 420px;
  }
}
@media (min-width: 1440px) {
  .banner-container .banner-img {
	width: 1265px;
	left: calc(50% - 600px);
	border-radius: 0 0 15px 0;
  }
}
.banner-container .banner-info-box {
  background-color: #00ACE9;
  padding: 25px 20px;
  border-radius: 15px;
  max-width: 577px;
}
@media (min-width: 576px) {
  .banner-container .banner-info-box {
	width: 90%;
  }
}
@media (min-width: 768px) {
  .banner-container .banner-info-box {
    margin-top: 10px;
    margin-left: 0;
    max-width: 450px;
  }
}
@media (min-width: 992px) {
  .banner-container .banner-info-box {
    max-width: 500px;
    padding: 25px 35px;
  }
}
@media (min-width: 1280px) {
  .banner-container .banner-info-box {
    max-width: 577px;
    padding: 35px;
    margin-top: 20px;
    margin-left: -20px;
  }
}
.banner-container .banner-info-box .banner-title, .banner-container .banner-info-box .banner-rrso {
  font-size: 22px;
  line-height: 1.1;
}
@media (min-width: 375px) {
  .banner-container .banner-info-box .banner-title, .banner-container .banner-info-box .banner-rrso {
    font-size: 24px;
    line-height: 1.2;
  }
}
@media (min-width: 576px) {
  .banner-container .banner-info-box .banner-title, .banner-container .banner-info-box .banner-rrso {
    font-size: 27px;
  }
}
@media (min-width: 768px) {
  .banner-container .banner-info-box .banner-title, .banner-container .banner-info-box .banner-rrso {
    font-size: 29px;
    line-height: 1.3;
  }
}
@media (min-width: 992px) {
  .banner-container .banner-info-box .banner-title, .banner-container .banner-info-box .banner-rrso {
    font-size: 32px;
  }
}
@media (min-width: 1280px) {
  .banner-container .banner-info-box .banner-title, .banner-container .banner-info-box .banner-rrso {
    font-size: 34px;
  }
}
.banner-container .banner-info-box .banner-text {
  position: relative;
  line-height: 1.5384615385;
}
.banner-container .banner-info-box .banner-text .banner-tooltip {
  top: -20px;
  right: -10px;
}
@media (min-width: 1280px) {
  .banner-container .banner-info-box .banner-text .banner-tooltip {
    position: absolute;
    top: -15px;
    right: 50px;
  }
}
.banner-container .banner-info-box .banner-text .banner-tooltip .tooltip-text {
  width: 330px;
  max-width: 90vw;
  bottom: 150%;
  right: -30px;
  left: auto;
}
.banner-container .banner-info-box .banner-text .banner-tooltip:hover .tooltip-text:after {
  bottom: -3px;
  right: 38px;
  left: auto;
}
.banner-container .banner-info-box .banner-logo {
  width: 46px;
}
@media (min-width: 576px) {
  .banner-container .banner-info-box .banner-logo {
    width: 90px;
  }
}
.banner-container .banner-info-box .agent-link {
  display: flex;
  align-items: center;
  line-height: 16px;
}
.banner-container .banner-info-box .agent-link:hover {
  text-decoration: none;
  color: #fff;
  filter: brightness(0.9);
}

.post-banner-container {
  width: 100vw;
  max-width: 1440px;
  overflow-x: hidden;
}
.post-banner-container .banner-image {
  position: relative;
  float: right;
  right: 50%;
  height: 120px;
}
@media (min-width: 576px) {
  .post-banner-container .banner-image {
    height: 150px;
  }
}
@media (min-width: 992px) {
  .post-banner-container .banner-image {
    height: 192px;
  }
}
.post-banner-container .banner-image img {
  position: relative;
  right: -50%;
  border-radius: 0 0 15px 15px;
  max-height: 100%;
}

.tabs-container {
  position: relative;
}
.tabs-container-inner {
  position: relative;
  width: 100%;
  max-width: 780px;
  overflow-x: scroll;
  overflow-y: visible;
  white-space: nowrap;
  font-size: 0;
  flex-wrap: nowrap;
  border: none;
  margin: 20px 0;
  scroll-behavior: smooth;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.tabs-container-inner::-webkit-scrollbar {
  display: none;
}
.tabs-container-inner .nav-item {
  display: inline-block;
  font-size: 13px;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  padding: 2px 3px;
  min-width: 140px;
  margin-left: 0px;
  text-align: center;
}
.tabs-container-inner .nav-item .nav-link {
  color: #363636;
  padding: 10px;
  border: 2px solid transparent;
  display: inline-block;
  min-width: 138px;
  font-size: 13px;
  line-height: 1.5;
}
@media (min-width: 375px) {
  .tabs-container-inner .nav-item .nav-link {
    font-size: 14px;
  }
}
@media (min-width: 768px) {
  .tabs-container-inner .nav-item .nav-link {
    font-size: 15px;
  }
}
@media (min-width: 1280px) {
  .tabs-container-inner .nav-item .nav-link {
    font-size: 16px;
  }
}
@media (min-width: 992px) {
  .tabs-container-inner .nav-item .nav-link {
    padding: 10px 25px;
  }
}
.tabs-container-inner .nav-item .nav-link:hover {
  color: currentColor;
}
.tabs-container-inner .nav-item .nav-link.active {
  border: 2px solid #ADDA43;
  border-radius: 25px;
}
.text-image-col-box {
  padding: 15px;
}
.text-image-col-box .col-24 .content-text-sm {
  margin-bottom: 0;
}
.text-image-col-box .col-24 .text-image-col-list {
  padding-inline-start: 20px;
  list-style: disc;
}
.text-image-col-box .col-24 .text-image-col-list li::marker {
  color: #00ACE9;
}
.text-image-col-box .col-24 .text-image-col-list-lg {
  padding-inline-start: 42px;
  list-style-type: decimal-leading-zero;
}
.text-image-col-box .col-24 .text-image-col-list-lg li::marker {
  color: #00ACE9;
  font-size: 30px;
  font-weight: bold;
}
.text-image-col-box .col-24 .text-image-col-list-lg li p {
  display: inline-block;
  vertical-align: text-top;
  margin: -10px auto 5px;
}
.text-image-col-box .col-24 .text-image-col-list-lg ul li p {
  margin-top: -5px;
}
.text-image-col-box .col-24 img {
  width: 100%;
}
.text-image-col-box .col-24 img.ico {
  max-width: 98px;
}
@media (min-width: 768px) {
  .text-image-col-box .col-24 img.ico {
    max-width: 138px;
  }
}

.ins-tiles .tile .title {
  font-size: 24px;
  line-height: 1.4;
}
@media (min-width: 375px) {
  .ins-tiles .tile .title {
    font-size: 25px;
    line-height: 1.3;
  }
}
@media (min-width: 768px) {
  .ins-tiles .tile .title {
    font-size: 26px;
    line-height: 1.2;
  }
}
@media (min-width: 1280px) {
  .ins-tiles .tile .title {
    font-size: 27px;
  }
}
.ins-tiles .tile .title b {
  font-size: 30px;
  line-height: 0.8;
}
@media (min-width: 375px) {
  .ins-tiles .tile .title b {
    font-size: 32px;
    line-height: 0.9;
  }
}
@media (min-width: 576px) {
  .ins-tiles .tile .title b {
    font-size: 33px;
    line-height: 1;
  }
}
@media (min-width: 768px) {
  .ins-tiles .tile .title b {
    font-size: 34px;
  }
}
@media (min-width: 992px) {
  .ins-tiles .tile .title b {
    font-size: 35px;
    line-height: 1.1;
  }
}
@media (min-width: 1280px) {
  .ins-tiles .tile .title b {
    font-size: 36px;
    line-height: 1.2;
  }
}
.ins-tiles .tile .subtitle {
  font-size: 14px;
  line-height: 1.2;
}

@media (min-width: 576px) {
  .ins-tiles .tile .subtitle {
    font-size: 15px;
  }
}
@media (min-width: 992px) {
  .ins-tiles .tile .subtitle {
  }
}
.ins-tiles .tile .file {
  font-size: 10px;
  line-height: 2.4;
  font-weight: bold;
}
@media (min-width: 375px) {
  .ins-tiles .tile .file {
    font-size: 11px;
    line-height: 2.2;
  }
}
@media (min-width: 576px) {
  .ins-tiles .tile .file {
    font-size: 12px;
    line-height: 2.1;
  }
}
@media (min-width: 768px) {
  .ins-tiles .tile .file {
    line-height: 2.2;
  }
}
@media (min-width: 992px) {
  .ins-tiles .tile .file {
    font-size: 13px;
    line-height: 2;
  }
}
@media (min-width: 1280px) {
  .ins-tiles .tile .file {
    font-size: 14px;
    line-height: 1.9;
  }
}
.ins-tiles .tile .list-text-sm {
  font-size: 14px;
}

.text-image-col-box .weekly {
  font-size: 14px;
  line-height: 0.6;
}
@media (min-width: 576px) {
  .text-image-col-box .weekly {
    line-height: 0.5;
  }
}
@media (min-width: 768px) {
  .text-image-col-box .weekly {
    font-size: 13px;
    line-height: 0.6;
  }
}
@media (min-width: 1280px) {
  .text-image-col-box .weekly {
    line-height: 0.5;
  }
}
.text-image-col-box .text-sm {
  font-size: 12px;
  line-height: 1.6;
}
@media (min-width: 576px) {
  .text-image-col-box .text-sm {
    font-size: 13px;
  }
}
@media (min-width: 992px) {
  .text-image-col-box .text-sm {
    font-size: 14px;
    line-height: 1.5;
  }
}
@media (min-width: 1280px) {
  .text-image-col-box .text-sm {
    line-height: 1.6;
  }
}
.text-image-col-box .text-md {
  font-size: 14px;
  line-height: 1.6;
}
@media (min-width: 375px) {
  .text-image-col-box .text-md {
    font-size: 15px;
  }
}
@media (min-width: 576px) {
  .text-image-col-box .text-md {
    font-size: 16px;
  }
}
@media (min-width: 768px) {
  .text-image-col-box .text-md {
    font-size: 18px;
    line-height: 1.5;
  }
}
@media (min-width: 992px) {
  .text-image-col-box .text-md {
    font-size: 19px;
  }
}
@media (min-width: 1280px) {
  .text-image-col-box .text-md {
    font-size: 20px;
  }
}
.text-image-col-box .text-lg {
  font-size: 36px;
  line-height: 0.6;
}
@media (min-width: 375px) {
  .text-image-col-box .text-lg {
    font-size: 41px;
  }
}
@media (min-width: 576px) {
  .text-image-col-box .text-lg {
    font-size: 45px;
  }
}
@media (min-width: 768px) {
  .text-image-col-box .text-lg {
    font-size: 50px;
  }
}
@media (min-width: 992px) {
  .text-image-col-box .text-lg {
    font-size: 54px;
  }
}
@media (min-width: 1280px) {
  .text-image-col-box .text-lg {
    font-size: 59px;
  }
}
.text-image-col-box .text-li {
  font-size: 13px;
  line-height: 1.7;
}
@media (min-width: 375px) {
  .text-image-col-box .text-li {
    font-size: 14px;
  }
}
@media (min-width: 576px) {
  .text-image-col-box .text-li {
    line-height: 1.8;
  }
}
@media (min-width: 768px) {
  .text-image-col-box .text-li {
    font-size: 15px;
    line-height: 1.7;
  }
}
@media (min-width: 992px) {
  .text-image-col-box .text-li {
    line-height: 1.8;
  }
}
@media (min-width: 1280px) {
  .text-image-col-box .text-li {
    font-size: 16px;
  }
}

.ins-tiles .btn-rounded {
  white-space: nowrap;
}
.ins-tiles .tile {
  height: 100%;
  max-width: 376px;
  display: flex;
  flex-direction: column;
  position: relative;
  margin: auto;
}
.ins-tiles .tile .head {
  color: #fff;
  min-height: 170px;
  padding: 10px 24px;
  position: relative;
  width: 100%;
}
.ins-tiles .tile .head .bg {
  height: 170px;
  position: absolute;
  z-index: -1;
  left: 0;
  top: 0;
  width: 100%;
}
.ins-tiles .tile .head .file {
  color: #ADDA43;
}
.ins-tiles .tile.text-image-col-box {
  padding: 0;
}
.ins-tiles .tile .content {
  background: rgba(245, 245, 245, 0.45);
  height: 100%;
  flex: auto;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.ins-tiles .tile .content .text-image-col-list {
  padding-inline-start: 7px !important;
}
@media (min-width: 992px) {
  .ins-tiles .tile {
    min-height: 376px;
    justify-content: center;
    align-items: center;
  }
}
.ins-tiles .tile-text {
  margin: 0;
}
.ins-tiles .tile-text-sm {
  margin: 10px 0 0;
}
.ins-tiles .tile-icon {
  width: 60px;
}
@media (min-width: 576px) {
  .ins-tiles .tile-icon {
    width: 70px;
  }
}
@media (min-width: 992px) {
  .ins-tiles .tile-icon {
    width: 96px;
  }
}
.cform input {
  border: 1px solid #D0D0D0;
  padding: 14px 20px;
  border-radius: 4px;
  width: 100%;
  font-size: 18px;
}
.cform input:focus {
  outline: auto!important;
}
.cform label {
  display: inline-block;
  transform: translate(0, -5.75rem);
  background: #fff;
  padding: 1px 6px;
  font-size: 12px;
}
@media (min-width: 992px) {
  .cform label {
    font-size: 17px;
  }
}
@supports not (-ms-ime-align: auto) {
  .cform label {
    color: #a0a0a0;
    transform: translate(0.3rem, -2.5rem);
    transition: all 0.2s ease-out;
  }
  @media (min-width: 992px) {
    .cform label {
      transform: translate(1.25rem, -2.5rem);
    }
  }
  .cform input:focus + label,.cform input:not(:placeholder-shown) + label {
    color: #a0a0a0;
    transform: translate(0.75rem, -4.15rem);
    font-size: 11px;
    line-height: 1;
  }
  @media (min-width: 375px) {
    .cform input:focus + label,.cform input:not(:placeholder-shown) + label {
      font-size: 12px;
    }
  }
  @media (min-width: 768px) {
    .cform input:focus + label,.cform input:not(:placeholder-shown) + label {
      font-size: 13px;
    }
  }
  @media (min-width: 1280px) {
    .cform input:focus + label,.cform input:not(:placeholder-shown) + label {
      font-size: 14px;
    }
  }
}

.circled-point-container .chevron-icon {
  width: 16px;
  height: 16px;
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}
@media (min-width: 576px) {
  .circled-point-container .chevron-icon {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    margin-top: 40px;
  }
}
@media (min-width: 992px) {
  .circled-point-container .chevron-icon {
    margin-top: 65px;
  }
}
.circled-point-container .chevron-container {
  padding: 0;
}

.circled-point {
  position: relative;
  font-size: 24px;
  line-height: 4.1666666667;
}
@media (min-width: 992px) {
  .circled-point {
    line-height: 150px;
  }
}
.circled-point::after {
  content: "";
  position: absolute;
  top: calc(50% - 35px);
  right: calc(50% - 35px);
  width: 70px;
  height: 70px;
  border: 2px solid #ADDA43;
  border-radius: 50%;
}
@media (min-width: 992px) {
  .circled-point::after {
    top: calc(50% - 48px);
    right: calc(50% - 48px);
    width: 96px;
    height: 96px;
  }
}

.box-with-border {
  position: relative;
  padding: 20px 5px 20px;
  margin: 35px 0;
}
@media (min-width: 576px) {
  .box-with-border {
    margin: 40px 0;
  }
}
@media (min-width: 768px) {
  .box-with-border {
    padding: 40px 20px;
    margin: 50px 0;
  }
}
.box-with-border.with-signature {
  padding: 50px 5px 20px;
}
@media (min-width: 576px) {
  .box-with-border.with-signature {
    padding: 50px 20px 20px;
  }
}
.box-with-border.add-pb {
  margin-bottom: 100px;
}
@media (min-width: 992px) {
  .box-with-border.add-pb {
    margin-bottom: 70px;
  }
}
.box-with-border .box-with-border-signature {
  position: absolute;
  top: -18px;
  left: 15%;
  height: 35px;
  padding: 0;
  width: 70%;
  background-color: transparent;
}
@media (min-width: 576px) {
  .box-with-border .box-with-border-signature {
    top: -30px;
    left: calc(50% - 140px);
    height: 60px;
    width: 280px;
  }
}
@media (min-width: 768px) {
  .box-with-border .box-with-border-signature {
    top: -30px;
    left: calc(50% - 280px);
    height: 60px;
    width: 560px;
  }
}
.box-with-border .box-with-border-signature span {
  padding: 0 10%;
}
.box-with-border .box-with-border-signature .signature-ico {
  position: absolute;
  top: -60%;
  left: calc(50% - 10px);
}
@media (min-width: 576px) {
  .box-with-border .box-with-border-signature .signature-ico {
    top: -30%;
  }
}
@media (min-width: 768px) {
  .box-with-border .box-with-border-signature .signature-ico {
    position: relative;
    top: -2px;
    left: 25px;
  }
}
.box-with-border .box-with-border-signature .signature-img {
  position: absolute;
  left: calc(50% - 52px);
  top: calc(50% - 13px);
  padding: 0 40px;
  background-color: #fff;
}
.box-with-border .box-with-border-link-container {
  margin: 10px 0;
}
.box-with-border .box-with-border-link-container .box-with-border-link {
  position: relative;
  text-decoration: none;
  color: #363636;
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
  margin: 10px;
}
.box-with-border .box-with-border-link-container .box-with-border-link:hover {
  color: #00ACE9;
}
.box-with-border .box-with-border-link-container .box-with-border-link.with-icon {
  padding-left: 40px;
}
.box-with-border .box-with-border-link-container .box-with-border-link.with-icon::before {
  position: absolute;
  content: url("/-/media/Project/Poland/Images/Global Content/file_icon.png");
  width: 34px;
  height: 49px;
  top: calc(50% - 24px);
  left: -20px;
}
.box-with-border.phone-box {
  margin-bottom: 150px;
  padding-bottom: 42px !important;
}
.box-with-border .box-with-border-bottom-phone {
  position: absolute;
  left: calc(50% - 140px);
  height: 120px;
  width: 280px;
  bottom: -80px;
}
.box-with-border .box-with-border-bottom-phone .c-img {
  width: 158px;
  height: 88px;
  background: #fff;
  padding: 5px 45px;
}
@media (min-width: 768px) {
  .box-with-border .box-with-border-bottom-phone {
    left: calc(50% - 150px);
    height: 120px;
    width: 300px;
    bottom: -68px;
  }
  .box-with-border .box-with-border-bottom-phone .c-img {
    width: 158px;
    height: 108px;
    background: #fff;
    padding: 5px 25px;
  }
}
@media (min-width: 992px) {
  .box-with-border .box-with-border-bottom-phone {
    left: calc(50% - 230px);
    width: 460px;
    height: 96px;
    bottom: -48px;
    background: white;
  }
}
.box-with-border .phone-cost {
  position: absolute;
  right: 0;
  bottom: -30px;
  margin: 0;
}

.captioned-image-box .captioned-image-content {
  margin: 0 auto;
  max-width: 90%;
  padding: 35px 30px 15px;
  border-radius: 25px;
  z-index: 1;
}
@media (min-width: 768px) {
  .captioned-image-box .captioned-image-content {
    max-width: 85%;
  }
}
@media (min-width: 992px) {
  .captioned-image-box .captioned-image-content {
    flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    margin: 3% 0;
    padding: 0 30px;
  }
}
@media (min-width: 1200px) {
  .captioned-image-box .captioned-image-content {
    flex: 0 0 57%;
    -ms-flex: 0 0 57%;
    padding: 0 56px;
  }
  .captioned-image-box .captioned-image-content.v2 {
    padding: 2px 70px;
    margin: 5% 0;
  }
}
.captioned-image-box .captioned-image-container {
  margin-bottom: -30%;
}
@media (min-width: 992px) {
  .captioned-image-box .captioned-image-container {
    margin-bottom: 0;
    margin-left: -250px;
  }
}
@media (min-width: 1200px) {
  .captioned-image-box .captioned-image-container {
    margin-bottom: 0;
    margin-left: -350px;
  }
}
.captioned-image-box .captioned-image-container .captioned-image {
  max-width: calc(100% + 30px);
  margin: 0 -15px;
}
@media (min-width: 992px) {
  .captioned-image-box .captioned-image-container .captioned-image {
    margin: 0 -15px;
  }
}
.captioned-image-box .carousel {
  position: relative;
}
.captioned-image-box .carousel a:hover {
  text-decoration: none;
}
.captioned-image-box .carousel .carousel-controls {
  position: absolute;
  bottom: -20px;
  width: 230px;
  left: calc(50% - 115px);
}
@media (min-width: 992px) {
  .captioned-image-box .carousel .carousel-controls {
    left: 10px;
    bottom: -30px;
  }
}
.captioned-image-box .carousel .carousel-controls .carousel-control-next, .captioned-image-box .carousel .carousel-controls .carousel-control-prev {
  opacity: 1;
}
.captioned-image-box .carousel .carousel-controls .carousel-control-next .carousel-control-prev-icon, .captioned-image-box .carousel .carousel-controls .carousel-control-next .carousel-control-next-icon, .captioned-image-box .carousel .carousel-controls .carousel-control-prev .carousel-control-prev-icon, .captioned-image-box .carousel .carousel-controls .carousel-control-prev .carousel-control-next-icon {
  height: 30px;
  width: 30px;
}
.captioned-image-box .carousel .carousel-controls .carousel-control-next .carousel-control-prev-icon, .captioned-image-box .carousel .carousel-controls .carousel-control-prev .carousel-control-prev-icon {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='%23ffffff' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M15 18l-6-6 6-6'/%3E%3C/svg%3E");
}
.captioned-image-box .carousel .carousel-controls .carousel-control-next .carousel-control-prev-icon:hover, .captioned-image-box .carousel .carousel-controls .carousel-control-next .carousel-control-prev-icon:active, .captioned-image-box .carousel .carousel-controls .carousel-control-prev .carousel-control-prev-icon:hover, .captioned-image-box .carousel .carousel-controls .carousel-control-prev .carousel-control-prev-icon:active {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='%23ADDA43' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M15 18l-6-6 6-6'/%3E%3C/svg%3E");
}
.captioned-image-box .carousel .carousel-controls .carousel-control-next .carousel-control-next-icon, .captioned-image-box .carousel .carousel-controls .carousel-control-prev .carousel-control-next-icon {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='%23ffffff' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M9 18l6-6-6-6'/%3E%3C/svg%3E");
}
.captioned-image-box .carousel .carousel-controls .carousel-control-next .carousel-control-next-icon:hover, .captioned-image-box .carousel .carousel-controls .carousel-control-next .carousel-control-next-icon:active, .captioned-image-box .carousel .carousel-controls .carousel-control-prev .carousel-control-next-icon:hover, .captioned-image-box .carousel .carousel-controls .carousel-control-prev .carousel-control-next-icon:active {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='%23ADDA43' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M9 18l6-6-6-6'/%3E%3C/svg%3E");
}
.captioned-image-box .carousel .carousel-controls .carousel-indicators {
  position: absolute;
  top: -20px;
  left: 0;
}
.captioned-image-box .carousel .carousel-controls .carousel-indicators li {
  text-indent: 0;
  margin: 0 3px;
  width: 35px;
  height: 35px;
  border-radius: 100%;
  font-size: 14px;
  line-height: 2.5;
  color: #fff;
  background-color: transparent;
  opacity: 1;
  transition: all 0.5s ease;
  border: 2px solid #019A41;
  text-align: center;
}
.captioned-image-box .carousel .carousel-controls .carousel-indicators li.active {
  margin: 0 3px;
  border: 2px solid #ADDA43;
}

.tiles-carousel-container {
  //width: 100vw;
}
@media (min-width: 576px) {
  .tiles-carousel-container {
    //width: 100%;
    overflow-x: auto;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    padding-left: 0;
    margin: 10px 0;
	justify-content: space-between;
  }
}
@media (min-width: 992px) {
  .tiles-carousel-container {
    margin: 20px -4%;
    //width: 108%;
  }
}
.tiles-carousel-container .slick-track {
  display: flex !important;
}
.tiles-carousel-container .slick-slide {
  height: inherit !important;
  margin: 10px;
  padding: 0px 25px;
  border-radius: 25px;
}
@media (min-width: 576px) {
  .tiles-carousel-container .slick-slide {
    display: block;
    position: relative;
    width: 100%;
    flex: 0 0 calc(50% - 10px);
    max-width: calc(50% - 10px);
    margin: 4px;
  }
}
@media (min-width: 768px) {
  .tiles-carousel-container .slick-slide {
    margin: 5px;
  }
}
@media (min-width: 992px) {
  .tiles-carousel-container .slick-slide {
    padding: 25px 30px;
    flex: 0 0 calc(33.3333333% - 10px);
    max-width: calc(33.3333333% - 10px);
    margin: 5px;
  }
}
.tiles-carousel-container .slick-dots {
  display: flex;
  list-style: none;
  max-width: 200px;
  padding: 0;
  justify-content: space-between;
  margin: 20px auto;
}
.tiles-carousel-container .slick-dots li {
  cursor: pointer;
  position: relative;
  font-size: 14px;
  list-style: none;
}
.tiles-carousel-container .slick-dots li:after {
  content: "";
  position: absolute;
  width: 36px;
  height: 36px;
  top: calc(50% - 18px);
  left: calc(50% - 18px);
  border-radius: 100%;
  border: 2px solid transparent;
  transition-duration: 0.5s;
}
.tiles-carousel-container .slick-dots li.slick-active:after {
  border: 2px solid #ADDA43;
  transition-duration: 0.5s;
}
@media (min-width: 992px) {
  .tiles-carousel-container.tiles-8::after {
    width: 90%;
    height: 1px;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    content: "";
    top: 50%;
    left: calc(5%);
    position: absolute;
    z-index: -1;
  }
}
.tiles-carousel-container.tiles-8 .slick-slide {
  padding: 0;
}
@media (min-width: 576px) {
  .tiles-carousel-container.tiles-8 .carousel-card {
    flex: 0 0 calc(25% - 10px);
    max-width: calc(25% - 10px);
  }
}
@media (min-width: 992px) {
  .tiles-carousel-container.tiles-8 .carousel-card {
    flex: 0 0 calc(12.5% - 10px);
    max-width: calc(12.5% - 10px);
  }
}
.tiles-carousel-container.tiles-8 .slick-dots {
  max-width: 250px;
}
.tiles-carousel-container.tiles-5 .slick-slide {
  padding: 0;
}
@media (min-width: 576px) {
  .tiles-carousel-container.tiles-5 .carousel-card {
    flex: 0 0 calc(50% - 10px);
    max-width: calc(50% - 10px);
  }
}
@media (min-width: 992px) {
  .tiles-carousel-container.tiles-5 .carousel-card {
    flex: 0 0 calc(20% - 10px);
    max-width: calc(20% - 10px);
  }
}
.tiles-carousel-container.tiles-5 .slick-dots {
  max-width: 180px;
}
.tiles-carousel-container.tiles-3 .slick-slide {
  padding: 10px 8px;
  transform: scale(0.95);
  opacity: 0.8;
  transition: all 300ms ease;
}
@media (min-width: 576px) {
  .tiles-carousel-container.tiles-3 .carousel-card {
	padding: 10px 8px;
    flex: 0 0 calc(100% - 10px);
    max-width: calc(100% - 10px);
    transform: scale(1);
    opacity: 1;
  }
}
@media (min-width: 992px) {
  .tiles-carousel-container.tiles-3 .carousel-card {
    flex: 0 0 calc(50% - 10px);
    max-width: calc(50% - 10px);
    padding: 10px 25px;
  }
}
.tiles-carousel-container.tiles-3 .slick-current {
  transform: scale(1);
  opacity: 1;
}

.collapse:not(.show) {
	display: none;
}
.collapsing {
	position: relative;
	height: 0;
	overflow: hidden;
	transition: height .35s ease;
}
.accordion > .card {
	overflow:hidden
}
.accordion > .card:not(:last-of-type) {
	border-bottom:0;
	border-bottom-right-radius:0;
	border-bottom-left-radius:0
}
.accordion > .card:not(:first-of-type) {
	border-top-left-radius:0;
	border-top-right-radius:0
}
.accordion > .card > .card-header {
	border-radius:0;
	margin-bottom:-1px
}
.accordion-container {
  position: relative;
  padding: 10px;
  border-bottom: 1px solid #DDDDDD;
}
.accordion-container .accordion-content {
  padding: 10px 0 40px;
}
.accordion-container .accordion-btn {
  position: absolute;
  width: 188px;
  height: 40px;
  bottom: -20px;
  left: calc(50% - 94px);
  font-size: 15px;
  line-height: 1;
  border: 2px solid #ADDA43;
  border-radius: 25px;
  background: #ffffff;
}
.accordion-container .accordion-btn:hover, .accordion-container .accordion-btn:hover::after {
  border-color: #00ACE9;
}
.accordion-container .accordion-btn::after {
  content: "";
  border-left: 2px solid #ADDA43;
  border-top: 2px solid #ADDA43;
  width: 12px;
  height: 12px;
  position: absolute;
  top: -7px;
  left: calc(50% - 6px);
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  background: #ffffff;
}
.accordion-container .accordion-btn .hide {
  display: inline;
}
.accordion-container .accordion-btn .show {
  display: none;
}
.accordion-container .accordion-btn.collapsed::after {
  top: auto;
  bottom: -7px;
  -webkit-transform: rotate(225deg);
  -moz-transform: rotate(225deg);
  -o-transform: rotate(225deg);
  transform: rotate(225deg);
}
.accordion-container .accordion-btn.collapsed .hide {
  display: none;
}
.accordion-container .accordion-btn.collapsed .show {
  display: inline;
}

.accordion-plus-minus .c-header p {
  max-width: 95%;
  font-weight: normal;
  margin-top: 0;
}
.accordion-plus-minus .c-header::after {
  content: "+";
  color: #000000;
  letter-spacing: normal;
  font-size: 28px;
  float: right;
  font-family: "Gotham Rounded Light", sans-serif;
  position: absolute;
  right: 0;
  top: 11px;
  margin-left: 30px;
}
.accordion-plus-minus .c-header.accordion-open p {
  font-weight: bolder;
}
.accordion-plus-minus .c-header.accordion-open::after {
  content: "--";
  color: #00ACE9;
  letter-spacing: -2px;
}
.contact-tiles .carousel-card, .contact-tiles .slick-slide > div {
  height: 100%;
}
.contact-tiles .contact-tile {
  border-radius: 15px;
  min-height: 204px;
  padding: 20px;
  justify-content: center;
  align-items: center;
  height: 100%;
}
.contact-tiles .contact-tile.med-package {
  max-width: 500px;
  padding: 18px 5px;
}
@media (min-width: 992px) {
  .contact-tiles .contact-tile {
    border-radius: 15px;
    min-height: 204px;
    padding: 20px;
    justify-content: center;
    align-items: center;
  }
}
.contact-tiles .contact-tile-text {
  font-size: 16px;
  line-height: 1.5;
}
@media (min-width: 375px) {
  .contact-tiles .contact-tile-text {
    font-size: 17px;
    line-height: 1.4;
  }
}
@media (min-width: 576px) {
  .contact-tiles .contact-tile-text {
    font-size: 18px;
  }
}
@media (min-width: 768px) {
  .contact-tiles .contact-tile-text {
    font-size: 20px;
    line-height: 1.3;
  }
}
@media (min-width: 992px) {
  .contact-tiles .contact-tile-text {
    font-size: 21px;
  }
}
@media (min-width: 1200px) {
  .contact-tiles .contact-tile-text {
    font-size: 22px;
    line-height: 1.2;
  }
}
.contact-tiles .contact-tile-text.v2 {
  font-size: 17px;
  line-height: 1.2;
}
@media (min-width: 375px) {
  .contact-tiles .contact-tile-text.v2 {
    font-size: 18px;
    line-height: 1.3;
  }
}
@media (min-width: 576px) {
  .contact-tiles .contact-tile-text.v2 {
    font-size: 19px;
  }
}
@media (min-width: 768px) {
  .contact-tiles .contact-tile-text.v2 {
    font-size: 20px;
  }
}
@media (min-width: 992px) {
  .contact-tiles .contact-tile-text.v2 {
    font-size: 21px;
  }
}
@media (min-width: 1200px) {
  .contact-tiles .contact-tile-text.v2 {
    font-size: 22px;
  }
}
.contact-tiles .contact-tile-text-sm {
  font-size: 9px;
  line-height: 1.3;
}
@media (min-width: 375px) {
  .contact-tiles .contact-tile-text-sm {
    font-size: 10px;
    line-height: 1.4;
  }
}
@media (min-width: 576px) {
  .contact-tiles .contact-tile-text-sm {
    font-size: 11px;
  }
}
@media (min-width: 768px) {
  .contact-tiles .contact-tile-text-sm {
    font-size: 12px;
  }
}
@media (min-width: 992px) {
  .contact-tiles .contact-tile-text-sm {
    font-size: 13px;
  }
}
@media (min-width: 1200px) {
  .contact-tiles .contact-tile-text-sm {
    font-size: 14px;
  }
}
.contact-tiles .contact-tile-text-sm.v2 {
  font-size: 12px;
  line-height: 1.4;
}
@media (min-width: 375px) {
  .contact-tiles .contact-tile-text-sm.v2 {
    line-height: 1.6;
  }
}
@media (min-width: 576px) {
  .contact-tiles .contact-tile-text-sm.v2 {
    line-height: 1.7;
  }
}
@media (min-width: 768px) {
  .contact-tiles .contact-tile-text-sm.v2 {
    line-height: 1.9;
  }
}
@media (min-width: 992px) {
  .contact-tiles .contact-tile-text-sm.v2 {
    line-height: 2;
  }
}
@media (min-width: 1200px) {
  .contact-tiles .contact-tile-text-sm.v2 {
    line-height: 2.2;
  }
}
.contact-tiles .contact-tile-text-sm.v3 {
  font-size: 9px;
  line-height: 2.1;
}
@media (min-width: 375px) {
  .contact-tiles .contact-tile-text-sm.v3 {
    line-height: 2.2;
  }
}
@media (min-width: 768px) {
  .contact-tiles .contact-tile-text-sm.v3 {
    font-size: 10px;
    line-height: 2;
  }
}
@media (min-width: 992px) {
  .contact-tiles .contact-tile-text-sm.v3 {
    line-height: 2.1;
  }
}
.contact-tiles .contact-tile-text-sm.v4 {
  font-size: 16px;
  line-height: 1.2;
}
@media (min-width: 375px) {
  .contact-tiles .contact-tile-text-sm.v4 {
    line-height: 1.3;
  }
}
@media (min-width: 576px) {
  .contact-tiles .contact-tile-text-sm.v4 {
    line-height: 1.4;
  }
}
@media (min-width: 768px) {
  .contact-tiles .contact-tile-text-sm.v4 {
    line-height: 1.5;
  }
}
@media (min-width: 992px) {
  .contact-tiles .contact-tile-text-sm.v4 {
    line-height: 1.6;
  }
}
@media (min-width: 1200px) {
  .contact-tiles .contact-tile-text-sm.v4 {
    line-height: 1.7;
  }
}
.contact-tiles .contact-tile-text-xl {
  font-size: 29px;
  line-height: 2;
}
@media (min-width: 375px) {
  .contact-tiles .contact-tile-text-xl {
    font-size: 31px;
  }
}
@media (min-width: 576px) {
  .contact-tiles .contact-tile-text-xl {
    font-size: 33px;
  }
}
@media (min-width: 768px) {
  .contact-tiles .contact-tile-text-xl {
    font-size: 35px;
  }
}
@media (min-width: 992px) {
  .contact-tiles .contact-tile-text-xl {
    font-size: 37px;
  }
}
@media (min-width: 1200px) {
  .contact-tiles .contact-tile-text-xl {
    font-size: 39px;
  }
}
.contact-tiles .contact-tile-text .question {
  font-size: 14px;
  line-height: 1.2;
}
@media (min-width: 375px) {
  .contact-tiles .contact-tile-text .question {
    font-size: 15px;
  }
}
@media (min-width: 576px) {
  .contact-tiles .contact-tile-text .question {
    font-size: 16px;
  }
}
@media (min-width: 768px) {
  .contact-tiles .contact-tile-text .question {
    line-height: 1.3;
  }
}
@media (min-width: 992px) {
  .contact-tiles .contact-tile-text .question {
    font-size: 17px;
  }
}
@media (min-width: 1200px) {
  .contact-tiles .contact-tile-text .question {
    font-size: 18px;
    line-height: 1.4;
  }
}
.contact-tiles .contact-tile-text {
  margin: 0;
}
.contact-tiles .contact-tile-text-sm {
  margin: 10px 0 0;
}
.contact-tiles .contact-tile-icon {
  width: 60px;
}
@media (min-width: 576px) {
  .contact-tiles .contact-tile-icon {
    width: 70px;
  }
}
@media (min-width: 992px) {
  .contact-tiles .contact-tile-icon {
    width: 96px;
  }
}
.contact-tiles .contact-tile .question-ico {
  width: 49px;
}
@media (min-width: 768px) {
  .contact-tiles .contact-tile .question-ico {
    width: 64px;
  }
}

.contact-popup-overlay {
  display: none;
}
@media (min-width: 992px) {
  .contact-popup-overlay.show {
	display: block;
	position: fixed;
	top: 0px;
	background-color: rgba(255, 255, 255, 0.7);
	z-index: 9999;
	width: 100%;
	height: 100%;
	left: 0;
  }
  .contact-popup-overlay.show .contact-popup-body {
    position: relative;
    width: 60vw;
    max-width: 900px;
    background-color: #FFFFFF;
    padding: 40px 60px;
    border-radius: 20px;
    margin-top: 20px;
    box-shadow: 0px 0px 20px 10px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0px 0px 20px 10px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 0px 20px 10px rgba(0, 0, 0, 0.1);
  }
  .contact-popup-overlay.show .contact-popup-body .closePopup {
    position: absolute;
    width: 15px;
    color: #ADDA43;
    top: 20px;
    right: 25px;
    cursor: pointer;
  }
}

.dropdown-group .dropdown {
  position: relative;
  padding: 10px 95px 10px 20px;
}
.dropdown-group .dropdown .title {
  white-space: normal;
}
.dropdown-group .dropdown .title:hover {
  text-decoration: none;
  color: #a0a0a0;
}
.dropdown-group .dropdown .title::after {
  position: absolute;
  content: url("/-/media/Project/Poland/Images/Global Content/chevron_green.png");
  border: none;
  right: 15px;
  top: calc(50% - 6px);
  transition-duration: 0.5s;
}
.dropdown-group .dropdown-tooltip {
  right: 60px;
  top: calc(50% - 12px);
}
.dropdown-group .dropdown-tooltip .tooltip-text {
  width: 330px;
  max-width: 70vw;
  bottom: 150%;
  right: -30px;
  left: auto;
  line-height: 1.5;
}
.dropdown-group .dropdown-tooltip:hover .tooltip-text:after {
  bottom: -3px;
  right: 38px;
  left: auto;
}
.dropdown-group .dropdown-menu {
  width: 101%;
}
.dropdown-group .dropdown-menu .menu-content {
  padding: 20px 15px;
}
.dropdown-group .dropdown.show .title::after {
  content: url("/-/media/Project/Poland/Images/Global Content/chevron_blue_sm.png");
}
.dropdown-group .dropdown.show .title.rotate::after {
  top: calc(50% - 9px);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
  transition-duration: 0.5s;
}

.contentPage .tool-tip {
  position: absolute;
  cursor: pointer;
  bottom: 4px;
}
.contentPage .tool-tip .tooltip-text {
  display: none;
  opacity: 0;
  width: 400px;
  max-width: 90vw;
  background-color: #FFFFFF;
  color: #000000;
  padding: 15px;
  border-radius: 6px;
  position: absolute;
  bottom: 120%;
  left: -30px;
  z-index: 20;
  transition: all 0.55s ease-in-out;
  box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.2);
  text-align: center;
}
.contentPage .tool-tip:hover .tooltip-text {
  opacity: 1;
  display: block;
}
.contentPage .tool-tip:hover .tooltip-text:after {
  content: "";
  width: 10px;
  height: 10px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  background: #FFFFFF;
  position: absolute;
  bottom: -3px;
  right: 24px;
}
@media (min-width: 992px) {
	.contentPage .tool-tip.v2 {
		right: auto;
		top: auto;
	}
}
.contentPage .tool-tip.v2 .tooltip-text {
  width: 270px;
  left: -230px;
  text-align: left;
}
.contentPage .tool-tip.v2:hover .tooltip-text {
  opacity: 0;
  display: none;
}
.contentPage .tool-tip.v2.show .tooltip-text {
  opacity: 1;
  display: block;
}
.contentPage .tool-tip.v2.show .tooltip-text:before {
  content: "x";
  font-family: "Gotham Rounded Medium", sans-serif !important;
  color: #ADDA43;
  font-size: 22px;
  line-height: 10px;
  display: block;
  text-align: right;
}

.stages .dashed-borders {
  border-bottom: 1px dashed #d5d5d5;
  border-top: 1px dashed #d5d5d5;
}
@media (min-width: 768px) {
  .stages .dashed-borders {
    border-top: none;
    border-bottom: none;
    border-right: 1px dashed #d5d5d5;
    border-left: 1px dashed #d5d5d5;
  }
}
.stages-tile-2 {
  height: calc(190px - 10vw);
}
.stages-tile-2:after {
  content: "";
  position: absolute;
  width: 8px;
  height: 100%;
  background-image: url("/-/media/Project/Poland/Images/Global Content/line_dot2.png");
  right: -1px;
  top: 0;
  border-radius: 3px;
}
@media (min-width: 768px) {
  .stages-tile-2:after {
    height: 8px;
    width: 100%;
    top: -1px;
    right: 0;
  }
}
.stages-tile-3 {
  position: relative;
}
.stages-tile-3:after {
  content: "";
  position: absolute;
  width: 6px;
  height: 100%;
  background-color: #00ACE9;
  right: 0;
  top: 0;
  border-radius: 3px;
}
@media (min-width: 768px) {
  .stages-tile-3:after {
    height: 6px;
    width: 100%;
  }
}
@media (min-width: 768px) {
  .stages-tile-4 {
    height: 40px;
  }
}
@media (min-width: 992px) {
  .stages-tile-4 {
    height: 70px;
  }
}
.stages-tile-5 {
  position: relative;
}
.stages-tile-5:after {
  content: "";
  position: absolute;
  width: 6px;
  height: 100%;
  background-color: #019A41;
  left: 0;
  top: 0;
  border-radius: 3px;
}
@media (min-width: 768px) {
  .stages-tile-5:after {
    height: 6px;
    width: 100%;
    bottom: 0;
    top: auto;
  }
}

#posts-list .search-bar {
  display: flex;
  max-width: 361px;
  margin: 0 auto 30px;
}
@media (min-width: 768px) {
  #posts-list .search-bar {
    width: 100%;
    max-width: 100%;
  }
}
#posts-list .search-bar .categories-container {
  width: 75%;
  transition-duration: 0.5s;
}
@media (min-width: 768px) {
  #posts-list .search-bar .categories-container {
    width: 70%;
    visibility: visible;
    transition-duration: 0.5s;
    padding: 0 20px 0 0;
    align-self: center;
  }
}
@media (min-width: 992px) {
  #posts-list .search-bar .categories-container {
    padding: 0 40px 0 0;
  }
}
#posts-list .search-bar .categories-container .categories-desktop ul {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0;
  padding: 0;
}
#posts-list .search-bar .categories-container .categories-desktop ul li {
  padding: 2px 5px;
}
#posts-list .search-bar .categories-container .categories-desktop ul li.active {
  border: 2px solid #ADDA43;
  border-radius: 35px;
}
@media (min-width: 992px) {
  #posts-list .search-bar .categories-container .categories-desktop ul li {
    padding: 10px 20px;
  }
}
#posts-list .search-bar .categories-container .categories-desktop ul a {
  color: #000000;
  font-size: 14px;
}
@media (min-width: 992px) {
  #posts-list .search-bar .categories-container .categories-desktop ul a {
    font-size: 16px;
  }
}
#posts-list .search-bar .search-input-container {
  position: relative;
  width: 25%;
  text-align: right;
  transition-duration: 0.5s;
}
@media (min-width: 768px) {
  #posts-list .search-bar .search-input-container {
    width: 30%;
    transition-duration: 0.5s;
  }
}
#posts-list .search-bar .search-input-container input {
  position: relative;
  width: 46px;
  height: 46px;
  border-radius: 23px;
  border: 1px solid #a0a0a0;
  text-align: center;
  transition-duration: 0.5s;
  color: transparent;
  cursor: pointer;
}
#posts-list .search-bar .search-input-container input::-webkit-input-placeholder {
  color: transparent;
}
#posts-list .search-bar .search-input-container input:-moz-placeholder {
  color: transparent;
}
#posts-list .search-bar .search-input-container input::-moz-placeholder {
  color: transparent;
}
#posts-list .search-bar .search-input-container input:-ms-input-placeholder {
  color: transparent;
}
#posts-list .search-bar .search-input-container input::placeholder {
  color: transparent;
}
@media (min-width: 768px) {
  #posts-list .search-bar .search-input-container input {
    width: 100%;
    border-radius: 23px;
    transition-duration: 0.5s;
    padding: 0 20px 0 0px;
    color: #000000;
    font-size: 14px;
  }
  #posts-list .search-bar .search-input-container input::-webkit-input-placeholder {
    color: rgba(0, 0, 0, 0.32);
  }
  #posts-list .search-bar .search-input-container input:-moz-placeholder {
    color: rgba(0, 0, 0, 0.32);
  }
  #posts-list .search-bar .search-input-container input::-moz-placeholder {
    color: rgba(0, 0, 0, 0.32);
  }
  #posts-list .search-bar .search-input-container input:-ms-input-placeholder {
    color: rgba(0, 0, 0, 0.32);
  }
  #posts-list .search-bar .search-input-container input::placeholder {
    color: rgba(0, 0, 0, 0.32);
  }
}
@media (min-width: 992px) {
  #posts-list .search-bar .search-input-container input {
    font-size: 16px;
  }
}
#posts-list .search-bar .search-input-container input:focus {
  outline: none;
}
#posts-list .search-bar .search-input-container .close-icon {
  display: none;
  transition-duration: 0.5s;
  cursor: pointer;
}
#posts-list .search-bar .search-input-container .search-icon-blue {
  display: none;
  transition-duration: 0.5s;
  cursor: pointer;
}
@media (min-width: 768px) {
  #posts-list .search-bar .search-input-container .search-icon-blue {
    display: block;
    position: absolute;
    right: 14px;
    top: calc(50% - 8px);
    z-index: 1;
    transition-duration: 0.5s;
  }
}
#posts-list .search-bar .search-input-container .search-icon-green {
  position: absolute;
  right: 14px;
  top: calc(50% - 8px);
  transition-duration: 0.5s;
  cursor: pointer;
}
@media (min-width: 768px) {
  #posts-list .search-bar .search-input-container .search-icon-green {
    display: none;
  }
}
#posts-list .search-bar.search-active .categories-container {
  width: 0;
  visibility: hidden;
  transition-duration: 0.5s;
}
@media (min-width: 768px) {
  #posts-list .search-bar.search-active .categories-container {
    width: 70%;
    visibility: visible;
  }
}
#posts-list .search-bar.search-active .search-input-container {
  width: 100%;
  transition-duration: 0.5s;
}
@media (min-width: 768px) {
  #posts-list .search-bar.search-active .search-input-container {
    width: 30%;
  }
}
#posts-list .search-bar.search-active .search-input-container input {
  width: 100%;
  border-radius: 23px;
  transition-duration: 0.5s;
  padding: 10px 60px;
  color: #000000;
}
#posts-list .search-bar.search-active .search-input-container input::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0.32);
}
#posts-list .search-bar.search-active .search-input-container input:-moz-placeholder {
  color: rgba(0, 0, 0, 0.32);
}
#posts-list .search-bar.search-active .search-input-container input::-moz-placeholder {
  color: rgba(0, 0, 0, 0.32);
}
#posts-list .search-bar.search-active .search-input-container input:-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.32);
}
#posts-list .search-bar.search-active .search-input-container input::placeholder {
  color: rgba(0, 0, 0, 0.32);
}
@media (min-width: 768px) {
  #posts-list .search-bar.search-active .search-input-container input {
    width: 100%;
    border-radius: 23px;
    transition-duration: 0.5s;
    padding: 0 20px 0 0px;
    color: #000000;
    font-size: 14px;
  }
}
@media (min-width: 992px) {
  #posts-list .search-bar.search-active .search-input-container input {
    font-size: 16px;
  }
}
#posts-list .search-bar.search-active .search-input-container .close-icon {
  display: block;
  position: absolute;
  width: 16px;
  height: 16px;
  top: calc(50% - 8px);
  left: 14px;
  z-index: 1;
  transition-duration: 0.5s;
  opacity: 0.3;
}
@media (min-width: 768px) {
  #posts-list .search-bar.search-active .search-input-container .close-icon {
    display: none;
  }
}
#posts-list .search-bar.search-active .search-input-container .search-icon-green {
  display: none;
  transition-duration: 0.5s;
}
#posts-list .search-bar.search-active .search-input-container .search-icon-blue {
  display: block;
  position: absolute;
  right: 14px;
  top: calc(50% - 8px);
  z-index: 1;
  transition-duration: 0.5s;
}
#posts-list .pagination .page-item {
  position: relative;
  margin: 5px 6px;
  font-size: 14px;
  line-height: 1.1428571429;
}
@media (min-width: 576px) {
  #posts-list .pagination .page-item {
    margin: 5px 10px;
  }
}
@media (min-width: 768px) {
  #posts-list .pagination .page-item {
    margin: 5px 20px;
  }
}
#posts-list .pagination .page-item a {
  color: #000000;
}
#posts-list .pagination .page-item .current:after {
  content: "";
  width: 24px;
  height: 24px;
  position: absolute;
  left: calc(50% - 12px);
  top: calc(50% - 14px);
  border: 2px solid #ADDA43;
  border-radius: 100%;
}
@media (min-width: 576px) {
  #posts-list .pagination .page-item .current:after {
    width: 28px;
    height: 28px;
    left: calc(50% - 14px);
    top: calc(50% - 16px);
  }
}
@media (min-width: 768px) {
  #posts-list .pagination .page-item .current:after {
    width: 36px;
    height: 36px;
    left: calc(50% - 18px);
    top: calc(50% - 20px);
  }
}
#posts-list .pagination .page-item .arr {
  width: 30px;
  height: 20px;
  display: block;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='%23ADDA43' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M9 18l6-6-6-6'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
}
#posts-list .pagination .page-item .arr-prev {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
#posts-list .pagination .page-item.disabled .arr {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='%23E5E5E5' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M9 18l6-6-6-6'/%3E%3C/svg%3E");
}
#posts-list article {
  max-width: 361px;
}

article .thumbnail {
  position: relative;
  border-radius: 10px;
  overflow: hidden;
}
article .thumbnail img {
  max-width: 100%;
}
article .thumbnail .thumb-categories {
  position: absolute;
  background-color: #00ACE9;
  bottom: 0;
  right: 0;
  margin: 0;
  list-style: none;
  padding: 5px 10px;
  border-radius: 10px 0 10px 0;
}
article .thumbnail .thumb-categories li {
  padding: 0 10px;
  display: inline-block;
}

#post-content .blog-container {
  max-width: 1000px;
}
#post-content .breadcrumb {
  background-color: #FFFFFF !important;
  margin: 10px 0;
  padding: 0;
}
@media (min-width: 576px) {
  #post-content .breadcrumb {
    margin: 20px 0;
  }
}
#post-content .breadcrumb li.active {
  color: #363636;
}
#post-content .breadcrumb li a {
  color: #ADDA43;
}
#post-content .breadcrumb li a:hover {
  color: #ADDA43;
  filter: brightness(0.9);
  text-decoration: none;
}
#post-content .table-of-contents {
  position: relative;
  padding: 30px;
  text-align: left;
  margin: 0;
}
#post-content .table-of-contents-signature {
  position: absolute;
  height: 40px;
  width: 160px;
  top: -20px;
  left: calc(50% - 80px);
  background-color: #fff;
}
#post-content .table-of-contents-signature img {
  margin-left: 10px;
}
#post-content .table-of-contents a {
  color: #000000;
}
#post-content .table-of-contents a:hover {
  text-decoration: none;
}
#post-content .post-content-img {
  max-width: 100%;
}
@media (min-width: 768px) {
  #post-content .post-content-img {
    max-width: 50%;
  }
}
#post-content ul {
  padding: 0 20px;
}
#post-content ul li {
  margin-bottom: 5px;
}
#post-content ul li::marker {
  color: #00ACE9;
}
#post-content .author-share-container {
  border-top: 1px solid #DDDDDD;
  border-bottom: 1px solid #DDDDDD;
}

.svg .svg-ico {
  width: 65px;
  height: 65px;
}
@media (min-width: 576px) {
  .svg .svg-ico {
    width: auto;
    height: auto;
  }
}
.svg:hover .svg-ico circle:last-of-type {
  fill: #fff;
  stroke: #fff;
}
.svg:hover .svg-ico.svg-green path, .svg:hover .svg-ico.svg-green text {
  fill: #019A41;
}
.svg:hover .svg-ico.svg-blue path {
  fill: #fff;
}
.svg:hover .svg-ico.svg-blue circle:last-of-type {
  fill: #00ACE9;
  stroke: #00ACE9;
}

a:hover, a:active {
  color: currentColor;
}

.bg-green {
  background-color: #019A41;
}

.bg-dr-white {
  background-color: #FAFAFA;
}

.bg-blue {
  background-color: #00ACE9;
}

.b-none {
  border: none;
}

.b-blue {
  border: 2px solid #00ACE9;
}

.b-grey {
  border: 1px solid #a0a0a0;
}

.b-green {
  border: 2px solid #ADDA43;
}
.b-greenhoverable:hover, .b-green.btn-rounded:hover, .b-green.btn:hover {
  border-color: #00ACE9;
}

.b-white {
  border: 2px solid #fff;
}
.b-white.hoverable:hover, .b-white.btn-rounded:hover {
  background-color: #fff;
  color: #00ACE9;
}

.bw-1 {
  border-width: 1px;
}

.br-10 {
  border-radius: 10px;
}

.br-10i {
  border-radius: 10px !important;
}

.br-15 {
  border-radius: 15px;
}

.b-bottom-dashed {
  border-bottom: 1px dashed #dee2e6 !important;
}

.b-right-dashed {
  border-right: 1px dashed #dee2e6 !important;
}

.min-ph-90 {
  min-height: 90px;
}

.max-ph-490 {
  max-height: 490px;
  overflow-y: scroll;
}

.scrollable-div::-webkit-scrollbar {
  width: 4px;
}

.scrollable-div::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  border-radius: 10px;
}

.scrollable-div::-webkit-scrollbar-thumb {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.5);
}

.box-shadow {
  box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.2);
}

@media (min-width: 375px) {
  .d-xs-none {
    display: none !important;
  }
}

@media (min-width: 375px) {
  .d-xs-block {
    display: block !important;
  }
}
.text-18 {
  font-size: 1.8em !important;
}

.text-14 {
  font-size: 1.4em !important;
}

.text-12 {
  font-size: 1.2em !important;
}

.text-08 {
  font-size: 0.8em !important;
}

.text-07 {
  font-size: 0.7em !important;
}

.text-06 {
  font-size: 0.6em;
}

.text-05 {
  font-size: 0.5em;
}

.cursor-pointer {
  cursor: pointer;
}

.btn-next {
  width: 270px;
}

.tile-blank {
  display: block;
  width: 115px;
  height: 120px;
  background: none;
}

.font-20 {
  font-size: 20px;
}

.font-34 {
  font-size: 34px;
}

@media (min-width: 992px) {
  .text-lg-bolder {
    font-weight: bolder;
  }
}
.h-70px {
  height: 70px;
}

//body {
  //font-family: "Gotham Rounded Medium", sans-serif;
//}

b {
  font-weight: bold;
}

.font-book {
  font-weight: normal;
}
.font-light {
  font-weight: light;
}
.font-bold {
  font-weight: bold;
}
.font-medium {
  font-weight: normal;
}

@media (min-width: 768px) {
  .font-lg-book {
    font-weight: normal;
  }

  .font-lg-medium {
    font-weight: normal;
  }

  .font-lg-light {
    font-weight: 200;
  }

  .font-lg-bold {
    font-weight: bold;
  }
}
.page-wrapper .white {
  color: #fff;
}

.page-wrapper .black {
  color: #000000;
}

.page-wrapper .dark-grey {
  color: #363636;
}

.page-wrapper .grey {
  color: #707070;
}

.page-wrapper .light-grey {
  color: #a0a0a0;
}

.page-wrapper .blue {
  color: #00ACE9;
}

.page-wrapper .green {
  color: #019A41;
}

.page-wrapper .light-green:not(.btn-filled)
  color: #ADDA43;
}

.page-wrapper .orange {
  color: #E9982D;
}
.contentPage li > a:not(.btn), .page-wrapper p > a:not(.btn), .page-wrapper p > strong a:not(.btn) {
  color: #8DBA23;
}
.contentPage li > a:not(.btn):hover, .page-wrapper p > a:not(.btn):hover, .page-wrapper p > strong a:not(.btn):hover {
    color: #00ace9;
}
.section-title {
  margin-top: 30px;
  font-size: 19px;
  line-height: 1.3;
}
@media (min-width: 375px) {
  .section-title {
    font-size: 21px;
    line-height: 1.4;
  }
}
@media (min-width: 576px) {
  .section-title {
    font-size: 23px;
    line-height: 1.5;
  }
}
@media (min-width: 768px) {
  .section-title {
    font-size: 26px;
  }
}
@media (min-width: 992px) {
  .section-title {
    font-size: 28px;
    line-height: 1.6;
  }
}
@media (min-width: 1280px) {
  .section-title {
    font-size: 30px;
    line-height: 1.7;
  }
}
.section-title.v2 {
  font-size: 23px;
  line-height: 1.4;
}
@media (min-width: 375px) {
  .section-title.v2 {
    font-size: 24px;
  }
}
@media (min-width: 576px) {
  .section-title.v2 {
    font-size: 26px;
  }
}
@media (min-width: 768px) {
  .section-title.v2 {
    font-size: 27px;
  }
}
@media (min-width: 992px) {
  .section-title.v2 {
    font-size: 29px;
    line-height: 1.3;
  }
}
@media (min-width: 1280px) {
  .section-title.v2 {
    font-size: 30px;
  }
}
.section-title.v3 {
  font-size: 19px;
  line-height: 1.3;
}
@media (min-width: 375px) {
  .section-title.v3 {
    font-size: 22px;
  }
}
@media (min-width: 576px) {
  .section-title.v3 {
    font-size: 24px;
  }
}
@media (min-width: 768px) {
  .section-title.v3 {
    font-size: 27px;
  }
}
@media (min-width: 992px) {
  .section-title.v3 {
    font-size: 29px;
  }
}
@media (min-width: 1280px) {
  .section-title.v3 {
    font-size: 32px;
  }
}
.section-title.v4 {
  font-size: 21px;
  line-height: 1.4;
  padding-left: 20px;
}
@media (min-width: 375px) {
  .section-title.v4 {
    font-size: 23px;
  }
}
@media (min-width: 576px) {
  .section-title.v4 {
    font-size: 25px;
    line-height: 1.5;
  }
}
@media (min-width: 768px) {
  .section-title.v4 {
    font-size: 26px;
    line-height: 1.6;
  }
}
@media (min-width: 992px) {
  .section-title.v4 {
    font-size: 28px;
  }
}
@media (min-width: 1280px) {
  .section-title.v4 {
    font-size: 30px;
    line-height: 1.7;
  }
}
.section-title.v5 {
  font-size: 21px;
  line-height: 1.4;
}
@media (min-width: 375px) {
  .section-title.v5 {
    font-size: 24px;
  }
}
@media (min-width: 576px) {
  .section-title.v5 {
    font-size: 28px;
    line-height: 1.3;
  }
}
@media (min-width: 768px) {
  .section-title.v5 {
    font-size: 31px;
  }
}
@media (min-width: 992px) {
  .section-title.v5 {
    font-size: 35px;
  }
}
@media (min-width: 1280px) {
  .section-title.v5 {
    font-size: 38px;
  }
}
.section-title.pl {
  padding-left: 20px;
}

.section-subtitle {
  margin-top: 10px;
  padding: 0 20px;
  font-size: 14px;
  line-height: 1.7;
}
@media (min-width: 576px) {
  .section-subtitle {
    font-size: 15px;
  }
}
@media (min-width: 992px) {
  .section-subtitle {
    font-size: 16px;
    line-height: 1.6;
  }
}
.section-subtitle.v2 {
  font-size: 14px;
  line-height: 1.7;
}
@media (min-width: 375px) {
  .section-subtitle.v2 {
    font-size: 15px;
  }
}
@media (min-width: 576px) {
  .section-subtitle.v2 {
    font-size: 16px;
    line-height: 1.6;
  }
}
@media (min-width: 768px) {
  .section-subtitle.v2 {
    line-height: 1.7;
  }
}
@media (min-width: 992px) {
  .section-subtitle.v2 {
    font-size: 17px;
    line-height: 1.6;
  }
}
@media (min-width: 1280px) {
  .section-subtitle.v2 {
    font-size: 18px;
  }
}
.section-subtitle.v3 {
  font-size: 16px;
  line-height: 1.75;
}
.section-subtitle.v4 {
  font-size: 13px;
  line-height: 1.7;
}
@media (min-width: 375px) {
  .section-subtitle.v4 {
    font-size: 14px;
  }
}
@media (min-width: 576px) {
  .section-subtitle.v4 {
    font-size: 16px;
  }
}
@media (min-width: 768px) {
  .section-subtitle.v4 {
    font-size: 17px;
  }
}
@media (min-width: 992px) {
  .section-subtitle.v4 {
    font-size: 19px;
  }
}
@media (min-width: 1280px) {
  .section-subtitle.v4 {
    font-size: 20px;
  }
}

.content-title {
  font-size: 22px;
  line-height: 1.2;
}
@media (min-width: 375px) {
  .content-title {
    font-size: 26px;
  }
}
@media (min-width: 576px) {
  .content-title {
    font-size: 29px;
  }
}
@media (min-width: 768px) {
  .content-title {
    font-size: 33px;
  }
}
@media (min-width: 992px) {
  .content-title {
    font-size: 36px;
    line-height: 1.3;
  }
}
@media (min-width: 1280px) {
  .content-title {
    font-size: 40px;
  }
}
.content-title.v2 {
  font-size: 22px;
  line-height: 1.2;
}
@media (min-width: 375px) {
  .content-title.v2 {
    font-size: 24px;
  }
}
@media (min-width: 576px) {
  .content-title.v2 {
    font-size: 25px;
    line-height: 1.3;
  }
}
@media (min-width: 768px) {
  .content-title.v2 {
    font-size: 27px;
  }
}
@media (min-width: 992px) {
  .content-title.v2 {
    font-size: 28px;
  }
}
@media (min-width: 1280px) {
  .content-title.v2 {
    font-size: 30px;
  }
}
.content-title-const-28 {
  font-size: 28px;
  line-height: 0.7142857143;
}
.content-text-xs-const {
  font-size: 11px;
  line-height: 1.2727272727;
}
.content-text-xs {
  font-size: 11px;
  line-height: 2.2;
}
@media (min-width: 375px) {
  .content-text-xs {
    font-size: 12px;
    line-height: 2.1;
  }
}
@media (min-width: 576px) {
  .content-text-xs {
    line-height: 2.2;
  }
}
@media (min-width: 768px) {
  .content-text-xs {
    font-size: 13px;
    line-height: 2.1;
  }
}
@media (min-width: 992px) {
  .content-text-xs {
    line-height: 2.2;
  }
}
@media (min-width: 1280px) {
  .content-text-xs {
    font-size: 14px;
    line-height: 2.1;
  }
}
.content-text-sm-const {
  font-size: 14px;
  line-height: 1.5714285714;
}
.content-text-sm-const.v2 {
  font-size: 18px;
  line-height: 1.4444444444;
  height: 100px;
}
.content-text-sm {
  font-size: 14px;
  line-height: 1.6;
}
@media (min-width: 576px) {
  .content-text-sm {
    font-size: 15px;
  }
}
@media (min-width: 768px) {
  .content-text-sm {
    line-height: 1.7;
  }
}
@media (min-width: 992px) {
  .content-text-sm {
    font-size: 16px;
    line-height: 1.6;
  }
}
@media (min-width: 1280px) {
  .content-text-sm {
    line-height: 1.7;
  }
}
.content-text-sm.v2 {
  font-size: 13px;
  line-height: 1.7;
}
@media (min-width: 375px) {
  .content-text-sm.v2 {
    font-size: 14px;
  }
}
@media (min-width: 576px) {
  .content-text-sm.v2 {
    font-size: 15px;
  }
}
@media (min-width: 768px) {
  .content-text-sm.v2 {
    font-size: 16px;
    line-height: 1.6;
  }
}
@media (min-width: 992px) {
  .content-text-sm.v2 {
    font-size: 17px;
  }
}
@media (min-width: 1280px) {
  .content-text-sm.v2 {
    font-size: 18px;
  }
}
.content-text-sm.v3 {
  font-size: 13px;
  line-height: 1.7;
}
@media (min-width: 375px) {
  .content-text-sm.v3 {
    font-size: 14px;
  }
}
@media (min-width: 576px) {
  .content-text-sm.v3 {
    line-height: 1.8;
  }
}
@media (min-width: 768px) {
  .content-text-sm.v3 {
    font-size: 15px;
    line-height: 1.7;
  }
}
@media (min-width: 992px) {
  .content-text-sm.v3 {
    line-height: 1.8;
  }
}
@media (min-width: 1280px) {
  .content-text-sm.v3 {
    font-size: 16px;
  }
}
.content-text-md {
  font-size: 14px;
  line-height: 1.6;
}
@media (min-width: 375px) {
  .content-text-md {
    font-size: 15px;
    line-height: 1.5;
  }
}
@media (min-width: 576px) {
  .content-text-md {
    font-size: 16px;
  }
}
@media (min-width: 992px) {
  .content-text-md {
    font-size: 17px;
  }
}
@media (min-width: 1280px) {
  .content-text-md {
    font-size: 18px;
    line-height: 1.4;
  }
}
.content-text-md.v2 {
  font-size: 13px;
  line-height: 1.7;
}
@media (min-width: 375px) {
  .content-text-md.v2 {
    font-size: 14px;
  }
}
@media (min-width: 576px) {
  .content-text-md.v2 {
    font-size: 16px;
    line-height: 1.5;
  }
}
@media (min-width: 768px) {
  .content-text-md.v2 {
    font-size: 17px;
  }
}
@media (min-width: 992px) {
  .content-text-md.v2 {
    font-size: 19px;
    line-height: 1.4;
  }
}
@media (min-width: 1280px) {
  .content-text-md.v2 {
    font-size: 20px;
  }
}
.content-text-md.v3 {
  font-size: 14px;
  line-height: 1.5;
}
@media (min-width: 375px) {
  .content-text-md.v3 {
    font-size: 15px;
    line-height: 1.4;
  }
}
@media (min-width: 576px) {
  .content-text-md.v3 {
    font-size: 16px;
  }
}
@media (min-width: 768px) {
  .content-text-md.v3 {
    font-size: 17px;
    line-height: 1.3;
  }
}
@media (min-width: 992px) {
  .content-text-md.v3 {
    font-size: 18px;
  }
}
@media (min-width: 1280px) {
  .content-text-md.v3 {
    font-size: 19px;
    line-height: 1.2;
  }
}
.content-text-lg {
  font-size: 16px;
  line-height: 1.3;
}
@media (min-width: 375px) {
  .content-text-lg {
    font-size: 17px;
  }
}
@media (min-width: 576px) {
  .content-text-lg {
    font-size: 18px;
  }
}
@media (min-width: 768px) {
  .content-text-lg {
    line-height: 1.4;
  }
}
@media (min-width: 992px) {
  .content-text-lg {
    font-size: 19px;
  }
}
@media (min-width: 1280px) {
  .content-text-lg {
    font-size: 20px;
    line-height: 1.5;
  }
}
.content-text-lg.v2 {
  font-size: 14px;
  line-height: 1.6;
}
@media (min-width: 375px) {
  .content-text-lg.v2 {
    font-size: 15px;
    line-height: 1.5;
  }
}
@media (min-width: 576px) {
  .content-text-lg.v2 {
    font-size: 17px;
    line-height: 1.4;
  }
}
@media (min-width: 768px) {
  .content-text-lg.v2 {
    font-size: 18px;
  }
}
@media (min-width: 992px) {
  .content-text-lg.v2 {
    font-size: 20px;
    line-height: 1.3;
  }
}
@media (min-width: 1280px) {
  .content-text-lg.v2 {
    font-size: 21px;
  }
}

.box-with-border .title {
  font-size: 25px;
  line-height: 1.4;
}
@media (min-width: 375px) {
  .box-with-border .title {
    font-size: 26px;
  }
}
@media (min-width: 576px) {
  .box-with-border .title {
    font-size: 27px;
  }
}
@media (min-width: 768px) {
  .box-with-border .title {
    font-size: 28px;
  }
}
@media (min-width: 992px) {
  .box-with-border .title {
    font-size: 29px;
  }
}
@media (min-width: 1280px) {
  .box-with-border .title {
    font-size: 30px;
  }
}
.box-with-border .box-with-border-signature span.sm {
  font-size: 15px;
}
.box-with-border .box-with-border-signature span.lg {
  font-size: 17px;
  line-height: 1.5;
}
@media (min-width: 375px) {
  .box-with-border .box-with-border-signature span.lg {
    font-size: 18px;
  }
}
@media (min-width: 576px) {
  .box-with-border .box-with-border-signature span.lg {
    font-size: 19px;
  }
}
@media (min-width: 768px) {
  .box-with-border .box-with-border-signature span.lg {
    font-size: 20px;
  }
}
@media (min-width: 992px) {
  .box-with-border .box-with-border-signature span.lg {
    font-size: 21px;
  }
}
@media (min-width: 1280px) {
  .box-with-border .box-with-border-signature span.lg {
    font-size: 22px;
  }
}
.box-with-border .box-with-border-signature span.lg.v2 {
  font-size: 15px;
  line-height: 1.2;
}
@media (min-width: 375px) {
  .box-with-border .box-with-border-signature span.lg.v2 {
    font-size: 16px;
  }
}
@media (min-width: 576px) {
  .box-with-border .box-with-border-signature span.lg.v2 {
    font-size: 18px;
    line-height: 1.5;
  }
}
@media (min-width: 768px) {
  .box-with-border .box-with-border-signature span.lg.v2 {
    font-size: 19px;
  }
}
@media (min-width: 992px) {
  .box-with-border .box-with-border-signature span.lg.v2 {
    font-size: 21px;
    line-height: 1.4;
  }
}
@media (min-width: 1280px) {
  .box-with-border .box-with-border-signature span.lg.v2 {
    font-size: 22px;
    line-height: 1.5;
  }
}
.box-with-border .box-with-border-signature span.lg.v3 {
  font-size: 18px;
  line-height: 1.5;
}
@media (min-width: 375px) {
  .box-with-border .box-with-border-signature span.lg.v3 {
    font-size: 20px;
    line-height: 1.4;
  }
}
@media (min-width: 576px) {
  .box-with-border .box-with-border-signature span.lg.v3 {
    font-size: 23px;
    line-height: 1.3;
  }
}
@media (min-width: 768px) {
  .box-with-border .box-with-border-signature span.lg.v3 {
    font-size: 25px;
    line-height: 1.2;
  }
}
@media (min-width: 992px) {
  .box-with-border .box-with-border-signature span.lg.v3 {
    font-size: 28px;
  }
}
@media (min-width: 1280px) {
  .box-with-border .box-with-border-signature span.lg.v3 {
    font-size: 30px;
    line-height: 1.1;
  }
}
.box-with-border .box-with-border-signature-text {
  font-size: 12px;
  line-height: 1.7;
}
@media (min-width: 375px) {
  .box-with-border .box-with-border-signature-text {
    font-size: 14px;
    line-height: 1.6;
  }
}
@media (min-width: 576px) {
  .box-with-border .box-with-border-signature-text {
    font-size: 15px;
    line-height: 1.7;
  }
}
@media (min-width: 768px) {
  .box-with-border .box-with-border-signature-text {
    font-size: 17px;
  }
}
@media (min-width: 992px) {
  .box-with-border .box-with-border-signature-text {
    font-size: 18px;
  }
}
@media (min-width: 1280px) {
  .box-with-border .box-with-border-signature-text {
    font-size: 20px;
  }
}
.box-with-border .box-with-border-signature-text.v2 {
  font-size: 13px;
  line-height: 1.5;
}
@media (min-width: 375px) {
  .box-with-border .box-with-border-signature-text.v2 {
    font-size: 14px;
    line-height: 1.6;
  }
}
@media (min-width: 576px) {
  .box-with-border .box-with-border-signature-text.v2 {
    font-size: 16px;
  }
}
@media (min-width: 768px) {
  .box-with-border .box-with-border-signature-text.v2 {
    font-size: 17px;
    line-height: 1.7;
  }
}
@media (min-width: 992px) {
  .box-with-border .box-with-border-signature-text.v2 {
    font-size: 19px;
    line-height: 1.6;
  }
}
@media (min-width: 1280px) {
  .box-with-border .box-with-border-signature-text.v2 {
    font-size: 20px;
    line-height: 1.7;
  }
}
.box-with-border .box-with-border-signature-text-sm {
  font-size: 11px;
  line-height: 1.2;
}
@media (min-width: 375px) {
  .box-with-border .box-with-border-signature-text-sm {
    font-size: 12px;
    line-height: 1.4;
  }
}
@media (min-width: 576px) {
  .box-with-border .box-with-border-signature-text-sm {
    line-height: 1.8;
  }
}
@media (min-width: 768px) {
  .box-with-border .box-with-border-signature-text-sm {
    font-size: 13px;
    line-height: 2;
  }
}
@media (min-width: 992px) {
  .box-with-border .box-with-border-signature-text-sm {
    line-height: 2.3;
  }
}
@media (min-width: 1280px) {
  .box-with-border .box-with-border-signature-text-sm {
    font-size: 14px;
    line-height: 2.4;
  }
}
.box-with-border .box-with-border-signature-text-sm.v2 {
  font-size: 14px;
  line-height: 1.4;
}
@media (min-width: 375px) {
  .box-with-border .box-with-border-signature-text-sm.v2 {
    line-height: 1.6;
  }
}
@media (min-width: 576px) {
  .box-with-border .box-with-border-signature-text-sm.v2 {
    font-size: 15px;
  }
}
@media (min-width: 768px) {
  .box-with-border .box-with-border-signature-text-sm.v2 {
    line-height: 1.7;
  }
}
@media (min-width: 992px) {
  .box-with-border .box-with-border-signature-text-sm.v2 {
    font-size: 16px;
  }
}
@media (min-width: 1280px) {
  .box-with-border .box-with-border-signature-text-sm.v2 {
    line-height: 1.8;
  }
}
.box-with-border .box-with-border-signature-text-sm.v3 {
  font-size: 14px;
  line-height: 1.7;
}
@media (min-width: 375px) {
  .box-with-border .box-with-border-signature-text-sm.v3 {
    font-size: 15px;
  }
}
@media (min-width: 576px) {
  .box-with-border .box-with-border-signature-text-sm.v3 {
    font-size: 16px;
    line-height: 1.8;
  }
}
@media (min-width: 768px) {
  .box-with-border .box-with-border-signature-text-sm.v3 {
    font-size: 18px;
    line-height: 1.7;
  }
}
@media (min-width: 992px) {
  .box-with-border .box-with-border-signature-text-sm.v3 {
    font-size: 19px;
  }
}
@media (min-width: 1280px) {
  .box-with-border .box-with-border-signature-text-sm.v3 {
    font-size: 20px;
  }
}
.box-with-border .box-with-border-signature-text-sm.v4 {
  font-size: 11px;
  line-height: 2.2;
}
@media (min-width: 375px) {
  .box-with-border .box-with-border-signature-text-sm.v4 {
    line-height: 2.1;
  }
}
@media (min-width: 768px) {
  .box-with-border .box-with-border-signature-text-sm.v4 {
    font-size: 12px;
    line-height: 1.9;
  }
}
@media (min-width: 992px) {
  .box-with-border .box-with-border-signature-text-sm.v4 {
    line-height: 1.8;
  }
}
.box-with-border .box-with-border-signature-text-lg {
  font-size: 18px;
  line-height: 1.2;
}
@media (min-width: 375px) {
  .box-with-border .box-with-border-signature-text-lg {
    font-size: 21px;
  }
}
@media (min-width: 576px) {
  .box-with-border .box-with-border-signature-text-lg {
    font-size: 23px;
  }
}
@media (min-width: 768px) {
  .box-with-border .box-with-border-signature-text-lg {
    font-size: 26px;
  }
}
@media (min-width: 992px) {
  .box-with-border .box-with-border-signature-text-lg {
    font-size: 28px;
  }
}
@media (min-width: 1280px) {
  .box-with-border .box-with-border-signature-text-lg {
    font-size: 31px;
  }
}
.box-with-border-signature-text-sm {
  font-size: 11px;
  line-height: 1.2;
}
@media (min-width: 375px) {
  .box-with-border-signature-text-sm {
    font-size: 12px;
    line-height: 1.4;
  }
}
@media (min-width: 576px) {
  .box-with-border-signature-text-sm {
    line-height: 1.8;
  }
}
@media (min-width: 768px) {
  .box-with-border-signature-text-sm {
    font-size: 13px;
    line-height: 2;
  }
}
@media (min-width: 992px) {
  .box-with-border-signature-text-sm {
    line-height: 2.3;
  }
}
@media (min-width: 1280px) {
  .box-with-border-signature-text-sm {
    font-size: 14px;
    line-height: 2.4;
  }
}
.box-with-border-signature-text-lg {
  font-size: 18px;
  line-height: 1.2;
}
@media (min-width: 375px) {
  .box-with-border-signature-text-lg {
    font-size: 21px;
  }
}
@media (min-width: 576px) {
  .box-with-border-signature-text-lg {
    font-size: 23px;
  }
}
@media (min-width: 768px) {
  .box-with-border-signature-text-lg {
    font-size: 26px;
  }
}
@media (min-width: 992px) {
  .box-with-border-signature-text-lg {
    font-size: 28px;
  }
}
@media (min-width: 1280px) {
  .box-with-border-signature-text-lg {
    font-size: 31px;
  }
}

.accordion-title {
  font-size: 18px;
  line-height: 1.3;
}
@media (min-width: 375px) {
  .accordion-title {
    font-size: 19px;
    line-height: 1.4;
  }
}
@media (min-width: 576px) {
  .accordion-title {
    font-size: 20px;
  }
}
@media (min-width: 768px) {
  .accordion-title {
    font-size: 21px;
  }
}
@media (min-width: 992px) {
  .accordion-title {
    font-size: 22px;
    line-height: 1.5;
  }
}
@media (min-width: 1280px) {
  .accordion-title {
    font-size: 23px;
  }
}
.accordion-subtitle {
  font-size: 14px;
  line-height: 1.8;
}
@media (min-width: 375px) {
  .accordion-subtitle {
    font-size: 15px;
  }
}
@media (min-width: 576px) {
  .accordion-subtitle {
    font-size: 16px;
  }
}
@media (min-width: 768px) {
  .accordion-subtitle {
    font-size: 18px;
    line-height: 1.7;
  }
}
@media (min-width: 992px) {
  .accordion-subtitle {
    font-size: 19px;
  }
}
@media (min-width: 1280px) {
  .accordion-subtitle {
    font-size: 20px;
  }
}
.contentPage .accordion-content {
  font-size: 13px;
  line-height: 1.7;
}
@media (min-width: 375px) {
  .contentPage .accordion-content {
    line-height: 1.9;
  }
}
@media (min-width: 576px) {
  .contentPage .accordion-content {
    line-height: 2.1;
  }
}
@media (min-width: 768px) {
  .contentPage .accordion-content {
    font-size: 14px;
  }
}
@media (min-width: 992px) {
  .contentPage .accordion-content {
    line-height: 2.3;
  }
}
@media (min-width: 1280px) {
  .contentPage .accordion-content {
    line-height: 2.4;
  }
}

.dropdown-group .title, .table-container .title {
  font-size: 14px;
  line-height: 1.1;
}
@media (min-width: 375px) {
  .dropdown-group .title, .table-container .title {
    font-size: 15px;
    line-height: 1.2;
  }
}
@media (min-width: 576px) {
  .dropdown-group .title, .table-container .title {
    font-size: 16px;
    line-height: 1.3;
  }
}
@media (min-width: 768px) {
  .dropdown-group .title, .table-container .title {
    font-size: 18px;
  }
}
@media (min-width: 992px) {
  .dropdown-group .title, .table-container .title {
    font-size: 19px;
  }
}
@media (min-width: 1280px) {
  .dropdown-group .title, .table-container .title {
    font-size: 20px;
    line-height: 1.4;
  }
}
.dropdown-group .menu-title .sm, .dropdown-group .head-title .sm, .table-container .menu-title .sm, .table-container .head-title .sm {
  font-size: 12px;
  line-height: 1.5;
}
@media (min-width: 375px) {
  .dropdown-group .menu-title .sm, .dropdown-group .head-title .sm, .table-container .menu-title .sm, .table-container .head-title .sm {
    font-size: 15px;
    line-height: 1.4;
  }
}
@media (min-width: 576px) {
  .dropdown-group .menu-title .sm, .dropdown-group .head-title .sm, .table-container .menu-title .sm, .table-container .head-title .sm {
    font-size: 18px;
    line-height: 1.3;
  }
}
@media (min-width: 768px) {
  .dropdown-group .menu-title .sm, .dropdown-group .head-title .sm, .table-container .menu-title .sm, .table-container .head-title .sm {
    font-size: 20px;
  }
}
@media (min-width: 992px) {
  .dropdown-group .menu-title .sm, .dropdown-group .head-title .sm, .table-container .menu-title .sm, .table-container .head-title .sm {
    font-size: 23px;
    line-height: 1.2;
  }
}
@media (min-width: 1280px) {
  .dropdown-group .menu-title .sm, .dropdown-group .head-title .sm, .table-container .menu-title .sm, .table-container .head-title .sm {
    font-size: 26px;
  }
}
.dropdown-group .menu-title .lg, .dropdown-group .head-title .lg, .table-container .menu-title .lg, .table-container .head-title .lg {
  font-size: 16px;
  line-height: 1.3;
}
@media (min-width: 375px) {
  .dropdown-group .menu-title .lg, .dropdown-group .head-title .lg, .table-container .menu-title .lg, .table-container .head-title .lg {
    font-size: 20px;
    line-height: 1.2;
  }
}
@media (min-width: 576px) {
  .dropdown-group .menu-title .lg, .dropdown-group .head-title .lg, .table-container .menu-title .lg, .table-container .head-title .lg {
    font-size: 23px;
  }
}
@media (min-width: 768px) {
  .dropdown-group .menu-title .lg, .dropdown-group .head-title .lg, .table-container .menu-title .lg, .table-container .head-title .lg {
    font-size: 27px;
  }
}
@media (min-width: 992px) {
  .dropdown-group .menu-title .lg, .dropdown-group .head-title .lg, .table-container .menu-title .lg, .table-container .head-title .lg {
    font-size: 30px;
  }
}
@media (min-width: 1280px) {
  .dropdown-group .menu-title .lg, .dropdown-group .head-title .lg, .table-container .menu-title .lg, .table-container .head-title .lg {
    font-size: 34px;
  }
}
.dropdown-group .menu-content, .dropdown-group .head-content, .table-container .menu-content, .table-container .head-content {
  font-size: 12px;
  line-height: 1.3;
}
@media (min-width: 375px) {
  .dropdown-group .menu-content, .dropdown-group .head-content, .table-container .menu-content, .table-container .head-content {
    font-size: 13px;
  }
}
@media (min-width: 576px) {
  .dropdown-group .menu-content, .dropdown-group .head-content, .table-container .menu-content, .table-container .head-content {
    font-size: 14px;
  }
}
@media (min-width: 768px) {
  .dropdown-group .menu-content, .dropdown-group .head-content, .table-container .menu-content, .table-container .head-content {
    font-size: 15px;
  }
}
@media (min-width: 992px) {
  .dropdown-group .menu-content, .dropdown-group .head-content, .table-container .menu-content, .table-container .head-content {
    font-size: 16px;
    line-height: 1.4;
  }
}
@media (min-width: 1280px) {
  .dropdown-group .menu-content, .dropdown-group .head-content, .table-container .menu-content, .table-container .head-content {
    font-size: 17px;
  }
}
.dropdown-group .content, .table-container .content {
  font-size: 12px;
  line-height: 1.3;
}
@media (min-width: 375px) {
  .dropdown-group .content, .table-container .content {
    font-size: 13px;
  }
}
@media (min-width: 576px) {
  .dropdown-group .content, .table-container .content {
    font-size: 14px;
  }
}
@media (min-width: 768px) {
  .dropdown-group .content, .table-container .content {
    font-size: 15px;
  }
}
@media (min-width: 992px) {
  .dropdown-group .content, .table-container .content {
    font-size: 16px;
    line-height: 1.4;
  }
}
@media (min-width: 1280px) {
  .dropdown-group .content, .table-container .content {
    font-size: 17px;
  }
}
.dropdown-group .content-title, .table-container .content-title {
  font-size: 41px;
  line-height: 1.1;
}
@media (min-width: 375px) {
  .dropdown-group .content-title, .table-container .content-title {
    font-size: 43px;
  }
}
@media (min-width: 576px) {
  .dropdown-group .content-title, .table-container .content-title {
    font-size: 45px;
  }
}
@media (min-width: 768px) {
  .dropdown-group .content-title, .table-container .content-title {
    font-size: 46px;
  }
}
@media (min-width: 992px) {
  .dropdown-group .content-title, .table-container .content-title {
    font-size: 48px;
  }
}
@media (min-width: 1280px) {
  .dropdown-group .content-title, .table-container .content-title {
    font-size: 50px;
  }
}

.stages .text-lg {
  font-size: 31px;
}
.stages .text-md {
  font-size: 20px;
  line-height: 1.4;
}
.stages .text-sm {
  font-size: 12px;
  line-height: 1.6;
}
@media (min-width: 375px) {
  .stages .text-sm {
    font-size: 13px;
  }
}
@media (min-width: 576px) {
  .stages .text-sm {
    font-size: 14px;
  }
}
@media (min-width: 768px) {
  .stages .text-sm {
    line-height: 1.7;
  }
}
@media (min-width: 992px) {
  .stages .text-sm {
    font-size: 15px;
  }
}
@media (min-width: 1280px) {
  .stages .text-sm {
    font-size: 16px;
    line-height: 1.8;
  }
}


  font-size: 14px;
  line-height: 1.8;
}
@media (min-width: 576px) {
  .list-text {
    font-size: 15px;
    line-height: 1.7;
  }
}
@media (min-width: 992px) {
  .list-text {
    font-size: 16px;
    line-height: 1.6;
  }
}
.list-text-sm {
  font-size: 12px;
  line-height: 1.6666666667;
}
.list-text-v2 {
  font-size: 13px;
  line-height: 1.7;
}
@media (min-width: 375px) {
  .list-text-v2 {
    font-size: 14px;
    line-height: 1.6;
  }
}
@media (min-width: 576px) {
  .list-text-v2 {
    line-height: 1.7;
  }
}
@media (min-width: 768px) {
  .list-text-v2 {
    font-size: 15px;
    line-height: 1.6;
  }
}
@media (min-width: 1200px) {
  .list-text-v2 {
    font-size: 16px;
  }
}


article .thumbnail .thumb-categories a {
  font-size: 10px;
  line-height: 2.6;
}
article .thumbnail .thumb-categories a:hover {
  text-decoration: none;
  color: #fff;
}
article .info .date {
  font-size: 16px;
  line-height: 1.1875;
}
article h2 {
  font-size: 16px;
  line-height: 1.6;
}
@media (min-width: 576px) {
  article h2 {
    font-size: 17px;
    line-height: 1.5;
  }
}
@media (min-width: 992px) {
  article h2 {
    font-size: 18px;
    line-height: 1.4;
  }
}
article p {
  font-size: 14px;
  line-height: 1.9;
}
@media (min-width: 576px) {
  article p {
    font-size: 15px;
    line-height: 1.7;
  }
}
@media (min-width: 992px) {
  article p {
    font-size: 16px;
    line-height: 1.6;
  }
}
#post-content .breadcrumb li {
  font-size: 9px;
  line-height: 2.9;
}
@media (min-width: 375px) {
  #post-content .breadcrumb li {
    font-size: 10px;
    line-height: 2.6;
  }
}
@media (min-width: 768px) {
  #post-content .breadcrumb li {
    font-size: 11px;
    line-height: 2.4;
  }
}
@media (min-width: 1280px) {
  #post-content .breadcrumb li {
    font-size: 12px;
    line-height: 2.2;
  }
}
#post-content .post-title {
  font-size: 22px;
  line-height: 1.2;
}
@media (min-width: 375px) {
  #post-content .post-title {
    font-size: 25px;
  }
}
@media (min-width: 576px) {
  #post-content .post-title {
    font-size: 28px;
    line-height: 1.3;
  }
}
@media (min-width: 768px) {
  #post-content .post-title {
    font-size: 32px;
    line-height: 1.2;
  }
}
@media (min-width: 992px) {
  #post-content .post-title {
    font-size: 35px;
    line-height: 1.3;
  }
}
@media (min-width: 1280px) {
  #post-content .post-title {
    font-size: 38px;
  }
}
#post-content .post-section-title {
  font-size: 22px;
  line-height: 1.2;
}
@media (min-width: 375px) {
  #post-content .post-section-title {
    font-size: 24px;
  }
}
@media (min-width: 576px) {
  #post-content .post-section-title {
    font-size: 27px;
  }
}
@media (min-width: 768px) {
  #post-content .post-section-title {
    font-size: 29px;
  }
}
@media (min-width: 992px) {
  #post-content .post-section-title {
    font-size: 32px;
  }
}
@media (min-width: 1280px) {
  #post-content .post-section-title {
    font-size: 34px;
  }
}
#post-content .post-text {
  font-size: 14px;
  line-height: 1.9;
}
@media (min-width: 576px) {
  #post-content .post-text {
    font-size: 15px;
    line-height: 1.7;
  }
}
@media (min-width: 992px) {
  #post-content .post-text {
    font-size: 16px;
    line-height: 1.6;
  }
}
#post-content .post-text-sm {
  font-size: 14px;
  line-height: 1.8571428571;
}
#post-content .table-of-contents-signature {
  font-size: 14px;
  line-height: 1.3;
}
@media (min-width: 576px) {
  #post-content .table-of-contents-signature {
    font-size: 15px;
  }
}
@media (min-width: 992px) {
  #post-content .table-of-contents-signature {
    font-size: 16px;
    line-height: 1.2;
  }
}
@media (min-width: 1280px) {
  #post-content .table-of-contents-signature {
    line-height: 1.3;
  }
}
#post-content .table-of-contents a {
  font-size: 14px;
  line-height: 1.5;
}
@media (min-width: 576px) {
  #post-content .table-of-contents a {
    font-size: 15px;
    line-height: 1.4;
  }
}
@media (min-width: 992px) {
  #post-content .table-of-contents a {
    font-size: 16px;
    line-height: 1.3;
  }
}
#post-content .published-date {
  font-size: 12px;
  line-height: 1.5;
}
@media (min-width: 375px) {
  #post-content .published-date {
    line-height: 1.6;
  }
}
@media (min-width: 576px) {
  #post-content .published-date {
    font-size: 13px;
  }
}
@media (min-width: 768px) {
  #post-content .published-date {
    line-height: 1.8;
  }
}
@media (min-width: 992px) {
  #post-content .published-date {
    font-size: 14px;
    line-height: 1.7;
  }
}
@media (min-width: 1280px) {
  #post-content .published-date {
    line-height: 1.9;
  }
}

.contact-tiles .contact-tile-text {
  font-size: 16px;
  line-height: 1.5;
}
@media (min-width: 375px) {
  .contact-tiles .contact-tile-text {
    font-size: 17px;
    line-height: 1.4;
  }
}
@media (min-width: 576px) {
  .contact-tiles .contact-tile-text {
    font-size: 18px;
  }
}
@media (min-width: 768px) {
  .contact-tiles .contact-tile-text {
    font-size: 20px;
    line-height: 1.3;
  }
}
@media (min-width: 992px) {
  .contact-tiles .contact-tile-text {
    font-size: 21px;
  }
}
@media (min-width: 1280px) {
  .contact-tiles .contact-tile-text {
    font-size: 22px;
    line-height: 1.2;
  }
}
.contact-tiles .contact-tile-text-sm {
  font-size: 9px;
  line-height: 1.3;
}
@media (min-width: 375px) {
  .contact-tiles .contact-tile-text-sm {
    font-size: 10px;
    line-height: 1.4;
  }
}
@media (min-width: 576px) {
  .contact-tiles .contact-tile-text-sm {
    font-size: 11px;
  }
}
@media (min-width: 768px) {
  .contact-tiles .contact-tile-text-sm {
    font-size: 12px;
  }
}
@media (min-width: 992px) {
  .contact-tiles .contact-tile-text-sm {
    font-size: 13px;
  }
}
@media (min-width: 1280px) {
  .contact-tiles .contact-tile-text-sm {
    font-size: 14px;
  }
}
footer .footer-legals .footer-legals-copy {
  margin: 0;
}
footer .footer-legals .examples {
  padding: 0 0 20px 0;
  border-bottom: 1px solid #e4e4e4;
}
footer .footer-legals .examples-title {
  font-size: 22px;
  color: #707070;
}
footer .footer-legals .examples-text {
  font-size: 16px;
  color: #707070;
}
/*# sourceMappingURL=main.css.map */
