/* <![CDATA[ */
@font-face {
    font-family: Montserrat-Medium;
    src: url("fonts/Montserrat-Medium.ttf");
}
@font-face {
    font-family: Montserrat-Bold;
    src: url("fonts/Montserrat-Bold.ttf");
}
@font-face {
	font-family: Montserrat-ExtraBold;
	src: url("fonts/Montserrat-ExtraBold.ttf");
}
@font-face {
	font-family: Montserrat-Regular;
	src: url("fonts/Montserrat-Regular.otf");
}

	#cookie_preferences{
		width: 90%;
		height: 145px;
		margin: 0 auto;
		margin-left: 5%;
	}
	#cookie_preference_title{
		font-family: "Montserrat-Medium";
		font-weight: bold;
		font-size: 12px;
		display: block;
		margin-top: 10px;
	}
	.switch {
		position: relative;
		display: inline-block;
		width: 51px;
		height: 30px;
		margin-left: 10px;
		float: right;
	}

	.switch input {
		opacity: 0;
		width: 0;
		height: 0;
	}

	.slider {
		position: absolute;
		cursor: pointer;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		background-color: #BFBFBF;
		-webkit-transition: .4s;
		transition: .4s;
		width: 51px;
		height: 30px;
	}

	.slider:before {
		position: absolute;
		content: "";
		height: 28px;
		width: 28px;
		left: 1px;
		bottom: 1px;
		background: white url('../images/check.svg');
		background-repeat: no-repeat;
		background-position: center;
		-webkit-transition: .4s;
		transition: .4s;
	}

	input:checked + .slider {
		background-color: #06a182;
	}


	input:checked + .slider:before {
		-webkit-transform: translateX(21px);
		-ms-transform: translateX(21px);
		transform: translateX(21px);
		background: white url('../images/checked.svg');
		background-repeat: no-repeat;
		background-position: center;
	}

	.slider.round {
		border-radius: 34px;
	}

	.slider.round:before {
		border-radius: 50%;
	}
	.data_box {
		width: 100%;
		height: auto;
		float: left;
		clear: both;
		border-top: 1px solid black;
		margin-top: 5px;
		padding-left: 0px;
		padding-top: 5px;
	}

	.data_label {
		width: 225px;
		color: #4A4A4A;
		font-size: 12px;
		font-family: "Montserrat-Regular";
		float: left;
		margin-top: 5px;
	}
	#data_label_1{
		border-top: 0px;
	}

@media screen and (max-width: 4500px) and (min-width: 1101px) {
    #pop_up {
        position: fixed;
        width: 100%;
        right: 0;
        left: 0;
        bottom: 0px;
        height: auto;
        z-index: 9998;
		display: none;
    }

    #pop_box {
        width: 60%;
        background: white;
        margin: 0 auto;
        min-height: 195px;
        height: auto;
        border-radius: 10px 10px 0px 0px;
        padding-bottom: 20px;
    }

    .cookie_first_look {
        
    }

    .cookie_title {
        display: inline-block;
        width: 92%;
        font-family: "Montserrat-Medium";
        text-align: center;
        color: black;
        font-size: 12px;
        margin-top: 35px;
        margin-left: 4%;
    }

    .cookie_text1 {
        display: inline-block;
        width: 80%;
        font-family: "Montserrat-Medium";
        text-align: center;
        color: black;
        font-size: 12px;
        margin-top: 15px;
        margin-left: 10%;
    }

    #politic_download {
        color: #06a182;
        text-decoration: underline;
		cursor: pointer;
    }

    .cookie_button_box {
        width: 700px;
		min-width: 320px;
        margin: 0 auto;
        margin-top: 30px;
    }

    #button_settings {
        border: none;
        color: black;
        display: inline-block;
        font-family: "Montserrat-Medium";
        font-weight: bold;
        text-decoration: underline;
        font-size: 12px;
        cursor: pointer;
        float: left;
        margin-top: 12px;
		margin-left: 140px;
    }

    #button_noaccept {
        border: none;
        color: black;
        display: inline-block;
        font-family: "Montserrat-Medium";
        font-weight: bold;
        text-decoration: underline;
        font-size: 12px;
        cursor: pointer;
        float: left;
        margin-top: 12px;
		margin-left: 20px;
    }

    #button_accept {
        border: none;
        color: white;
        background: #06a182 url('../images/cookie_icon.png');
        background-repeat: no-repeat;
        background-position: 12px 10px;
        display: inline-block;
        font-family: "Montserrat-Medium";
        font-size: 12px;
        cursor: pointer;
        padding-left: 45px;
        line-height: 40px;
        height: 40px;
        width: 85px;
		float: left;
		margin-left: 20px;
    }


    .cookie_second_look{
		display: none;
    }
    .second_look_inner{
        position: relative;
        display: inline-block;
        width: 90%;
        margin-left: 5%;
        height: 400px;
        overflow-y: scroll;
        margin-top: 35px;
        font-family: "Montserrat-Medium";
        font-size: 12px;
        padding-right: 20px;
        padding-bottom: 20px;
    }
    .second_look_inner::-webkit-scrollbar{
        display: none;
    }
    .second_look_inner{
        -ms-overflow-style: none;
        scrollbar-width: none;
    }
    li{
        list-style-type: none;
    }
    table{
        border-collapse: collapse;
        text-align: center;
    }
    td{
        border: 1px solid black;
    }
    #cookie_change_button{
        width: 260px;
        margin: 0 auto;
        margin-top: 40px;
        font-size: 14px;
        color: #06a182;
        font-family: "Montserrat-Bold";
        text-decoration: underline;
        cursor: pointer;
    }
	

    .cookie_button_box2 {
        width: 200px;
        margin: 0 auto;
        margin-top: 15px;
		height: 40px;
    }


    #button_noaccept2 {
        border: none;
        color: black;
        display: inline-block;
        font-family: "Montserrat-Medium";
        font-weight: bold;
        text-decoration: underline;
        font-size: 12px;
        cursor: pointer;
        float: left;
        margin-top: 12px;
    }
    #button_accept2 {
        border: none;
        color: white;
        background: #06a182 url('../images/cookie_icon.png');
        background-repeat: no-repeat;
        background-position: 12px 10px;
        display: inline-block;
        font-family: "Montserrat-Medium";
        font-size: 14px;
        cursor: pointer;
        padding-left: 45px;
        line-height: 40px;
        height: 40px;
        width: 65px;
		float: right;
    }	


}

@media screen and (max-width: 1100px) and (min-width: 200px) {
    #pop_up {
        position: fixed;
        width: 100%;
        right: 0;
        left: 0;
        bottom: 0px;
        height: auto;
        z-index: 9998;
		display: none;
    }

    #pop_box {
        width: 100%;
        background: white;
        margin: 0 auto;
        min-height: 215px;
        height: auto;
        border-radius: 10px 10px 0px 0px;
        padding-bottom: 20px;
    }
    .cookie_first_look {
        
    }
    .cookie_title {
        display: inline-block;
        width: 92%;
        font-family: "Montserrat-Medium";
        text-align: center;
        color: black;
        font-size: 12px;
        margin-top: 35px;
        margin-left: 4%;
    }

    .cookie_text1 {
        display: inline-block;
        width: 80%;
        font-family: "Montserrat-Medium";
        text-align: center;
        color: black;
        font-size: 12px;
        margin-top: 15px;
        margin-left: 10%;
    }

    #politic_download {
        color: #06a182;
        text-decoration: underline;
    }

    .cookie_button_box {
		width: 600px;
		margin: 0 auto;
		margin-top: 30px;
    }

    #button_settings {
        border: none;
        color: black;
        display: inline-block;
        font-family: "Montserrat-Medium";
        font-weight: bold;
        text-decoration: underline;
        font-size: 12px;
        cursor: pointer;
        float: left;
        margin-top: 12px;
        margin-right: 10px;
		margin-left: 16%;
    }
	
    #button_noaccept {
        border: none;
        color: black;
        display: inline-block;
        font-family: "Montserrat-Medium";
        font-weight: bold;
        text-decoration: underline;
        font-size: 12px;
        cursor: pointer;
        float: left;
        margin-top: 12px;
        margin-right: 10px;
    }
	
    #button_accept {
        border: none;
        color: white;
        background: #06a182 url('../images/cookie_icon.png');
        background-repeat: no-repeat;
        background-position: 12px 10px;
        display: inline-block;
        font-family: "Montserrat-Medium";
        font-size: 12px;
        cursor: pointer;
        padding-left: 45px;
        line-height: 40px;
        margin-left: 10px;
        height: 40px;
        width: 85px;
		float: left;
    }


    .cookie_second_look{
		display: none;
    }
    .second_look_inner{
        position: relative;
        display: inline-block;
        width: 100%;
        height: 350px;
        overflow-y: scroll;
        margin-top: 35px;
        font-family: "Montserrat-Medium";
        font-size: 12px;
        box-sizing: border-box;
        padding-right: 20px;
        padding-left: 20px;
        word-wrap: break-word;
    }
    li{
        list-style-type: none;
    }
    table{
        border-collapse: collapse;
        text-align: center;
    }
    td{
        border: 1px solid black;
    }
     #cookie_change_button{
        width: 260px;
        margin: 0 auto;
        margin-top: 40px;
        font-size: 14px;
        color: #06a182;
        font-family: "Montserrat-Bold";
        text-decoration: underline;
        cursor: pointer;
    }
    .cookie_button_box2 {
        width: 200px;
        margin: 0 auto;
        margin-top: 10px;
		height: 40px;
    }


    #button_noaccept2 {
        border: none;
        color: black;
        display: inline-block;
        font-family: "Montserrat-Medium";
        font-weight: bold;
        text-decoration: underline;
        font-size: 12px;
        cursor: pointer;
        float: left;
        margin-top: 12px;
    }
    #button_accept2 {
        border: none;
        color: white;
        background: #06a182 url('../images/cookie_icon.png');
        background-repeat: no-repeat;
        background-position: 12px 10px;
        display: inline-block;
        font-family: "Montserrat-Medium";
        font-size: 14px;
        cursor: pointer;
        padding-left: 45px;
        line-height: 40px;
        height: 40px;
        width: 65px;
		float: right;
    }

    #scrollbar2{
        position: relative;
        width: 100%;
        overflow: scroll;
    }
    table{
        width: 620px;
    }
    #scrollbar2 > .ps__rail-x{
        display: none !important;
    }
    #scrollbar2 > .ps__rail-y{
        display: none !important;
    }
}

@media screen and (max-width: 600px) and (min-width: 200px) {
    .cookie_button_box {
		width: 320px;
		margin: 0 auto;
		margin-top: 30px;
    }

    #button_settings {
        border: none;
        color: black;
        display: inline-block;
        font-family: "Montserrat-Medium";
        font-weight: bold;
        text-decoration: underline;
        font-size: 12px;
        cursor: pointer;
        float: left;
        margin-top: 0px;
        margin-right: 10px;
		margin-left: 25px;
    }
	
    #button_noaccept {
        border: none;
        color: black;
        display: inline-block;
        font-family: "Montserrat-Medium";
        font-weight: bold;
        text-decoration: underline;
        font-size: 12px;
        cursor: pointer;
        float: left;
        margin-top: 0px;
        margin-left: 20px;
        margin-right: 10px;
    }
	
    #button_accept {
        border: none;
        color: white;
        background: #06a182 url('../images/cookie_icon.png');
        background-repeat: no-repeat;
        background-position: 12px 10px;
        display: inline-block;
        font-family: "Montserrat-Medium";
        font-size: 12px;
        cursor: pointer;
        padding-left: 45px;
        line-height: 40px;
        margin-top: 20px;
        margin-left: 100px;
        height: 40px;
        width: 85px;
		float: none;
    }	
@supports (-webkit-touch-callout: none) {
    #button_settings {
        border: none;
        color: black;
        display: inline-block;
        font-family: "Montserrat-Medium";
        font-weight: bold;
        text-decoration: underline;
        font-size: 12px;
        cursor: pointer;
        float: left;
        margin-top: 0px;
        margin-right: 5px;
		margin-left: 15px;
    }
	
    #button_noaccept {
        border: none;
        color: black;
        display: inline-block;
        font-family: "Montserrat-Medium";
        font-weight: bold;
        text-decoration: underline;
        font-size: 12px;
        cursor: pointer;
        float: left;
        margin-top: 0px;
        margin-left: 10px;
        margin-right: 10px;
    }
	
    #button_accept {
        border: none;
        color: white;
        background: #06a182 url('../images/cookie_icon.png');
        background-repeat: no-repeat;
        background-position: 12px 10px;
        display: inline-block;
        font-family: "Montserrat-Medium";
        font-size: 12px;
        cursor: pointer;
        padding-left: 45px;
        line-height: 40px;
        margin-top: 20px;
        margin-left: 100px;
        height: 40px;
        width: 85px;
		float: none;
    }	
}	
}

/*COOKIE END*/

/* PERFECT SCROLLBAR START */
/*
 * Container style
 */
.ps {
  overflow: hidden !important;
  overflow-anchor: none;
  -ms-overflow-style: none;
  touch-action: auto;
  -ms-touch-action: auto;
}

/*
 * Scrollbar rail styles
 */
.ps__rail-x {
  display: none;
  opacity: 0;
  transition: background-color .2s linear, opacity .2s linear;
  -webkit-transition: background-color .2s linear, opacity .2s linear;
  height: 15px;
  /* there must be 'bottom' or 'top' for ps__rail-x */
  bottom: 0px;
  /* please don't change 'position' */
  position: absolute;
}

.ps__rail-y {
  width: 2px;
    background-color: #b4e3d9 !important;
  /* there must be 'right' or 'left' for ps__rail-y */
  right: 10px;
  /* please don't change 'position' */
  position: absolute;
}

.ps--active-x > .ps__rail-x,
.ps--active-y > .ps__rail-y {
  display: block;
  background-color: transparent;
}

.ps:hover > .ps__rail-x,
.ps:hover > .ps__rail-y,
.ps--focus > .ps__rail-x,
.ps--focus > .ps__rail-y,
.ps--scrolling-x > .ps__rail-x,
.ps--scrolling-y > .ps__rail-y {
}

.ps .ps__rail-x:hover,
.ps .ps__rail-y:hover,
.ps .ps__rail-x:focus,
.ps .ps__rail-y:focus,
.ps .ps__rail-x.ps--clicking,
.ps .ps__rail-y.ps--clicking {
  background-color: #06a182;
}

/*
 * Scrollbar thumb styles
 */
.ps__thumb-x {
  background-color: #06a182;
  border-radius: 6px;
  height: 6px;
  /* there must be 'bottom' for ps__thumb-x */
  bottom: 2px;
  /* please don't change 'position' */
  position: absolute;
}

.ps__thumb-y {
  background-color: #06a182;
  border-radius: 6px;
  width: 12px;
  height: 12px !important;
  /* there must be 'right' for ps__thumb-y */
  right: -5px;
  /* please don't change 'position' */
  position: absolute;
}

.ps__rail-x:hover > .ps__thumb-x,
.ps__rail-x:focus > .ps__thumb-x,
.ps__rail-x.ps--clicking .ps__thumb-x {
  background-color: #06a182;
  height: 12px;
}

.ps__rail-y:hover > .ps__thumb-y,
.ps__rail-y:focus > .ps__thumb-y,
.ps__rail-y.ps--clicking .ps__thumb-y {
  background-color: #06a182;
  width: 12px;
}

/* MS supports */
@supports (-ms-overflow-style: none) {
  .ps {
    overflow: auto !important;
  }
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .ps {
    overflow: auto !important;
  }
}
/* PERFECT SCROLLBAR END */