.cookies-bar {
	background: #e5ebe7;
	bottom: 0;
	left: 0;
	position: fixed;
	width: 100%;
	transition: all .4s;
	z-index: 6000;
	padding: 15px;
}
.cookies-bar.closed {
	bottom: -300px;
}
.cookies-bar__contents {
	color: #006845;
	font-family: Regular, sans-serif;
	font-weight: normal;
	font-size: 16px;
	text-align: center;
}
.cookies-bar__contents a.cookies-bar__know-more {
	color: #006845;
	text-decoration: underline;
}
.cookies-bar__contents a.cookies-bar__know-more:hover {
	text-decoration: none;
}
.cookies-bar__contents .cpt004 {
	display: block !important;
}
@media screen and (min-width: 992px) {
	.cookies-bar__contents .cpt004 {
		display: inline-block !important;
	}
}


.cpt004 a {
    display: inline-block;
    border-radius: 5px;
    background-color: #fff;
    border: solid 1px #2da944;
    padding: 20px 30px 16px;
    font-family: Regular;
    font-weight: bold;
    font-size: 14px;
    line-height: 0.9;
    letter-spacing: 1.4px;
    text-align: center;
    text-transform: uppercase;
    color: #2da944; }
    .cpt004 a.no-uppercase {
      text-transform: initial; }
    .cpt004 a.no-letter-spacing {
      letter-spacing: initial; }
    .cpt004 a.contact-page-font-size-cta {
      font-size: 17px;
      line-height: 21px; }
    .cpt004 a.text-align-left {
      text-align: left; }
    .cpt004 a:hover, .cpt004 a:focus {
      color: #006845;
      border-color: #006845;
      text-decoration: none; }
    .cpt004 a.cpt004--stretched {
      padding-left: 30px;
      padding-right: 30px; }
      @media screen and (min-width: 768px) {
        .cpt004 a.cpt004--stretched {
          padding-left: 60px;
          padding-right: 60px;
          min-width: 310px; } }
    .cpt004 a.cpt004--contacts-stretched {
      padding-left: 30px;
      padding-right: 30px; }
      @media screen and (min-width: 768px) {
        .cpt004 a.cpt004--contacts-stretched {
          padding-left: 60px;
          padding-right: 60px;
          min-width: 362px; } }
    .cpt004 a.cpt004--stretched-medium {
      padding-left: 30px;
      padding-right: 30px; }
      @media screen and (min-width: 768px) {
        .cpt004 a.cpt004--stretched-medium {
          min-width: 230px; } }
    .cpt004 a.cpt004--normal {
      background-color: #00af41;
      border: 0;
      color: #fff; }
      .cpt004 a.cpt004--normal:hover {
        background-color: #006845;
        color: #fff; }
    .cpt004 a.cpt004--white-shadow {
      background-color: #fff;
      border: solid 1px #fff;
      color: #00af41;
      box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.1); }
      .cpt004 a.cpt004--white-shadow:hover {
        box-shadow: 0px 0px 30px rgba(0, 175, 65, 0.3);
        color: #006845; }
    .cpt004 a.cpt004--ghost {
      background-color: transparent;
      border: solid 1px #00af41;
      color: #00af41; }
      .cpt004 a.cpt004--ghost:hover {
        border: solid 1px #006845;
        color: #006845; }
    .cpt004 a.cpt004--white-ghost {
      background-color: transparent;
      border: solid 1px #fff;
      color: #fff; }
      .cpt004 a.cpt004--white-ghost:hover {
        background-color: #fff;
        color: #006845; }
    .cpt004 a.cpt004--flat {
      background-color: #fff;
      border: solid 1px #fff;
      color: #006845; }
      .cpt004 a.cpt004--flat:hover {
        background-color: #006845;
        border: solid 1px #006845;
        color: #fff; }
    .cpt004 a.cpt004--condensed {
      padding-left: 20px;
      padding-right: 20px; }
    .cpt004 a.cpt010--masthead-cta {
      min-width: initial;
      width: 164px; }
    .cpt004 a.cpt004--with-icon {
      padding: 9px 30px 5px;
      line-height: 34px; }
      @media screen and (max-width: 992px) {
        .cpt004 a.cpt004--with-icon {
          width: 100%; } }
    .cpt004 a.cpt004--contacts-with-icon {
      padding: 9px 22px 9px;
      line-height: 1.5;
      height: 80px;
      display: flex;
      align-items: center;
      justify-content: flex-start; }
      @media screen and (max-width: 992px) {
        .cpt004 a.cpt004--contacts-with-icon {
          width: 100%; } }
      @media screen and (max-width: 480px) {
        .cpt004 a.cpt004--contacts-with-icon {
          padding: 9px 15px 9px; } }
      .cpt004 a.cpt004--contacts-with-icon span {
        font-size: 17px;
        letter-spacing: initial; }
        @media screen and (max-width: 480px) {
          .cpt004 a.cpt004--contacts-with-icon span {
            font-size: 14px; } }
    @media screen and (max-width: 992px) {
      .cpt004 a.cpt004--icon {
        width: 47px !important;
        height: 100%;
        padding: 0;
        display: flex;
        align-items: center;
        line-height: 34px; }
        .cpt004 a.cpt004--icon span {
          display: none; }
        .cpt004 a.cpt004--icon .cpt004__icon {
          margin: 0 auto;
          display: block; } }