/* input(2196,1): run-time error CSS1019: Unexpected token, found '@import'
input(2196,9): run-time error CSS1019: Unexpected token, found '"./women-day-campaign/fonts.css"' */
/********************************************************************Common css***********************************************/
/************************************* Reset Styles ********************************/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	vertical-align: baseline;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
td,div{
	vertical-align:top;
}
*{
	outline:none;
}
*, ::after, ::before {
    box-sizing: border-box;
}
li,ol{
	list-style-type:none;
	list-style-image:none;
	list-style:none;
}
img{
	border:0px;
}
textarea {
    resize: none;
}
input:focus,select:focus,textarea:focus,button:focus {
    outline: none;
}
a{
	text-decoration:none;
	}
input, textarea, select, body{
	font-size:14px;
	font-family:Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	-webkit-appearance: none;
   -moz-appearance:none;
   appearance: none;
    -webkit-border-radius: 0;
		border:none;
		box-shadow: none;
	}
.inputEntity input[type=text],
 .inputEntity input[type=password],
  .inputEntity textarea,
	.dk-selected, .fileUpload, {
	-webkit-appearance: none;
   -moz-appearance:none;
   appearance: none;
    -webkit-border-radius: 0;
		border:none;
		box-shadow: none;
}

/************************************* Reset End Styles ********************************/

.showFade{
	transition:all linear 400ms;
	-moz-transition:all linear 400ms;
	-webkit-transition:all linear 400ms;
	-ms-transition:all linear 400ms;
	}
	/************************************* Common Styles ********************************/
	.rightAlign{
		text-align:right;
		}
	.centerAligned{
		text-align:center;
		}
	.centeredBlock{
		margin-left:auto;
		margin-right:auto;
		float:none;
		}
	.fullWidth{
		width:100%;
	}
	.floatLeft{
		float:left;
	}
	.floatRight{
		float:right;
	}
	.posRelative{
		position:relative;
	}
	.absolutePos{
		position:absolute;
	}
	.textDecorationNone{
		text-decoration:none;
	}
	.textDecorationUnderline{
		text-decoration:underline;
	}
	.fontWeightBold{
		font-weight:bold;
	}
	.clearBoth{
		clear:both;
	}
	.clearRight{
		clear:right;
		}
	input, textarea, select, body, .smallTop a, .mainMenu a{
		color:#868686;
	}
	.showFade{
		transition:all linear 400ms;
		-moz-transition:all linear 400ms;
		-webkit-transition:all linear 400ms;
		-ms-transition:all linear 400ms;
		}
/************************************* Website Styles ********************************/
a, input[type=submit], input[type=reset]{
	cursor:pointer;
	}

/************************************* Bootstrap classes ******************************/
.navbar {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  padding: 0.5rem 1rem;
}

.navbar > .container,
.navbar > .container-fluid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
}
.text-left {
  text-align: left !important;
}

.text-right {
  text-align: right !important;
}

.text-center {
  text-align: center !important;
}
.img-fluid {
  max-width: 100%;
  height: auto
}
@media (min-width: 1200px) {
    .container {
        max-width: 1200px;
    }
}

/*!
 * Bootstrap Grid v4.0.0 (https://getbootstrap.com)
 * Copyright 2011-2018 The Bootstrap Authors
 * Copyright 2011-2018 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
@-ms-viewport {
  width: device-width;
}
html {
  box-sizing: border-box;
  -ms-overflow-style: scrollbar;
}
*,
::after,
::before {
  box-sizing: inherit;
}
.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }
}
@media (min-width: 1600px) {
  .container {
    max-width: 1410px;
  }
}
.container-fluid {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.no-gutters {
  margin-right: 0;
  margin-left: 0;
}
.no-gutters > .col,
.no-gutters > [class*="col-"] {
  padding-right: 0;
  padding-left: 0;
}
.col,
.col-1,
.col-10,
.col-11,
.col-12,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-auto,
.col-lg,
.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-auto,
.col-md,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-auto,
.col-sm,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-auto,
.col-xl,
.col-xl-1,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-auto {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
.col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.col-auto {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: none;
}
.col-1 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 8.333333%;
  flex: 0 0 8.333333%;
  max-width: 8.333333%;
}
.col-2 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 16.666667%;
  flex: 0 0 16.666667%;
  max-width: 16.666667%;
}
.col-3 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
}
.col-4 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.col-5 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 41.666667%;
  flex: 0 0 41.666667%;
  max-width: 41.666667%;
}
.col-6 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}
.col-7 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 58.333333%;
  flex: 0 0 58.333333%;
  max-width: 58.333333%;
}
.col-8 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 66.666667%;
  flex: 0 0 66.666667%;
  max-width: 66.666667%;
}
.col-9 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 75%;
  flex: 0 0 75%;
  max-width: 75%;
}
.col-10 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 83.333333%;
  flex: 0 0 83.333333%;
  max-width: 83.333333%;
}
.col-11 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 91.666667%;
  flex: 0 0 91.666667%;
  max-width: 91.666667%;
}
.col-12 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}
.order-first {
  -webkit-box-ordinal-group: 0;
  -ms-flex-order: -1;
  order: -1;
}
.order-last {
  -webkit-box-ordinal-group: 14;
  -ms-flex-order: 13;
  order: 13;
}
.order-0 {
  -webkit-box-ordinal-group: 1;
  -ms-flex-order: 0;
  order: 0;
}
.order-1 {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}
.order-2 {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
}
.order-3 {
  -webkit-box-ordinal-group: 4;
  -ms-flex-order: 3;
  order: 3;
}
.order-4 {
  -webkit-box-ordinal-group: 5;
  -ms-flex-order: 4;
  order: 4;
}
.order-5 {
  -webkit-box-ordinal-group: 6;
  -ms-flex-order: 5;
  order: 5;
}
.order-6 {
  -webkit-box-ordinal-group: 7;
  -ms-flex-order: 6;
  order: 6;
}
.order-7 {
  -webkit-box-ordinal-group: 8;
  -ms-flex-order: 7;
  order: 7;
}
.order-8 {
  -webkit-box-ordinal-group: 9;
  -ms-flex-order: 8;
  order: 8;
}
.order-9 {
  -webkit-box-ordinal-group: 10;
  -ms-flex-order: 9;
  order: 9;
}
.order-10 {
  -webkit-box-ordinal-group: 11;
  -ms-flex-order: 10;
  order: 10;
}
.order-11 {
  -webkit-box-ordinal-group: 12;
  -ms-flex-order: 11;
  order: 11;
}
.order-12 {
  -webkit-box-ordinal-group: 13;
  -ms-flex-order: 12;
  order: 12;
}
.offset-1 {
  margin-left: 8.333333%;
}
.offset-2 {
  margin-left: 16.666667%;
}
.offset-3 {
  margin-left: 25%;
}
.offset-4 {
  margin-left: 33.333333%;
}
.offset-5 {
  margin-left: 41.666667%;
}
.offset-6 {
  margin-left: 50%;
}
.offset-7 {
  margin-left: 58.333333%;
}
.offset-8 {
  margin-left: 66.666667%;
}
.offset-9 {
  margin-left: 75%;
}
.offset-10 {
  margin-left: 83.333333%;
}
.offset-11 {
  margin-left: 91.666667%;
}
@media (min-width: 576px) {
  .col-sm {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-sm-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-sm-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-sm-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-sm-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-sm-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-sm-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-sm-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-sm-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-sm-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-sm-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-sm-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }
  .order-sm-last {
    -webkit-box-ordinal-group: 14;
    -ms-flex-order: 13;
    order: 13;
  }
  .order-sm-0 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
  }
  .order-sm-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .order-sm-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .order-sm-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
  .order-sm-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
  }
  .order-sm-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
  }
  .order-sm-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6;
  }
  .order-sm-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7;
  }
  .order-sm-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8;
  }
  .order-sm-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9;
  }
  .order-sm-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10;
  }
  .order-sm-11 {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11;
  }
  .order-sm-12 {
    -webkit-box-ordinal-group: 13;
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.333333%;
  }
  .offset-sm-2 {
    margin-left: 16.666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.333333%;
  }
  .offset-sm-5 {
    margin-left: 41.666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.333333%;
  }
  .offset-sm-8 {
    margin-left: 66.666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.333333%;
  }
  .offset-sm-11 {
    margin-left: 91.666667%;
  }
}
@media (min-width: 768px) {
  .col-md {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-md-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-md-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-md-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-md-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-md-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-md-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-md-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-md-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-md-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-md-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-md-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }
  .order-md-last {
    -webkit-box-ordinal-group: 14;
    -ms-flex-order: 13;
    order: 13;
  }
  .order-md-0 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
  }
  .order-md-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .order-md-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .order-md-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
  .order-md-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
  }
  .order-md-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
  }
  .order-md-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6;
  }
  .order-md-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7;
  }
  .order-md-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8;
  }
  .order-md-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9;
  }
  .order-md-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10;
  }
  .order-md-11 {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11;
  }
  .order-md-12 {
    -webkit-box-ordinal-group: 13;
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.333333%;
  }
  .offset-md-2 {
    margin-left: 16.666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.333333%;
  }
  .offset-md-5 {
    margin-left: 41.666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.333333%;
  }
  .offset-md-8 {
    margin-left: 66.666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.333333%;
  }
  .offset-md-11 {
    margin-left: 91.666667%;
  }
}
@media (min-width: 992px) {
  .col-lg {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-lg-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-lg-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-lg-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-lg-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-lg-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-lg-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-lg-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-lg-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-lg-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-lg-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-lg-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }
  .order-lg-last {
    -webkit-box-ordinal-group: 14;
    -ms-flex-order: 13;
    order: 13;
  }
  .order-lg-0 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
  }
  .order-lg-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .order-lg-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .order-lg-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
  .order-lg-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
  }
  .order-lg-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
  }
  .order-lg-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6;
  }
  .order-lg-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7;
  }
  .order-lg-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8;
  }
  .order-lg-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9;
  }
  .order-lg-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10;
  }
  .order-lg-11 {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11;
  }
  .order-lg-12 {
    -webkit-box-ordinal-group: 13;
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.333333%;
  }
  .offset-lg-2 {
    margin-left: 16.666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.333333%;
  }
  .offset-lg-5 {
    margin-left: 41.666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.333333%;
  }
  .offset-lg-8 {
    margin-left: 66.666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.333333%;
  }
  .offset-lg-11 {
    margin-left: 91.666667%;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-xl-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-xl-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-xl-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-xl-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-xl-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-xl-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-xl-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-xl-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-xl-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-xl-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xl-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }
  .order-xl-last {
    -webkit-box-ordinal-group: 14;
    -ms-flex-order: 13;
    order: 13;
  }
  .order-xl-0 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
  }
  .order-xl-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .order-xl-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .order-xl-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
  .order-xl-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
  }
  .order-xl-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
  }
  .order-xl-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6;
  }
  .order-xl-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7;
  }
  .order-xl-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8;
  }
  .order-xl-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9;
  }
  .order-xl-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10;
  }
  .order-xl-11 {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11;
  }
  .order-xl-12 {
    -webkit-box-ordinal-group: 13;
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.333333%;
  }
  .offset-xl-2 {
    margin-left: 16.666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.333333%;
  }
  .offset-xl-5 {
    margin-left: 41.666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.333333%;
  }
  .offset-xl-8 {
    margin-left: 66.666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.333333%;
  }
  .offset-xl-11 {
    margin-left: 91.666667%;
  }
}
.d-none {
  display: none !important;
}
.d-inline {
  display: inline !important;
}
.d-inline-block {
  display: inline-block !important;
}
.d-block {
  display: block !important;
}
.d-table {
  display: table !important;
}
.d-table-row {
  display: table-row !important;
}
.d-table-cell {
  display: table-cell !important;
}
.d-flex {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}
.d-inline-flex {
  display: -webkit-inline-box !important;
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
}
@media (min-width: 576px) {
  .d-sm-none {
    display: none !important;
  }
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-table {
    display: table !important;
  }
  .d-sm-table-row {
    display: table-row !important;
  }
  .d-sm-table-cell {
    display: table-cell !important;
  }
  .d-sm-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media (min-width: 768px) {
  .d-md-none {
    display: none !important;
  }
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-table {
    display: table !important;
  }
  .d-md-table-row {
    display: table-row !important;
  }
  .d-md-table-cell {
    display: table-cell !important;
  }
  .d-md-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-md-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media (min-width: 992px) {
  .d-lg-none {
    display: none !important;
  }
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-table {
    display: table !important;
  }
  .d-lg-table-row {
    display: table-row !important;
  }
  .d-lg-table-cell {
    display: table-cell !important;
  }
  .d-lg-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important;
  }
  .d-xl-inline {
    display: inline !important;
  }
  .d-xl-inline-block {
    display: inline-block !important;
  }
  .d-xl-block {
    display: block !important;
  }
  .d-xl-table {
    display: table !important;
  }
  .d-xl-table-row {
    display: table-row !important;
  }
  .d-xl-table-cell {
    display: table-cell !important;
  }
  .d-xl-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media print {
  .d-print-none {
    display: none !important;
  }
  .d-print-inline {
    display: inline !important;
  }
  .d-print-inline-block {
    display: inline-block !important;
  }
  .d-print-block {
    display: block !important;
  }
  .d-print-table {
    display: table !important;
  }
  .d-print-table-row {
    display: table-row !important;
  }
  .d-print-table-cell {
    display: table-cell !important;
  }
  .d-print-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-print-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
.flex-row {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
  -ms-flex-direction: row !important;
  flex-direction: row !important;
}
.flex-column {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: normal !important;
  -ms-flex-direction: column !important;
  flex-direction: column !important;
}
.flex-row-reverse {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: reverse !important;
  -ms-flex-direction: row-reverse !important;
  flex-direction: row-reverse !important;
}
.flex-column-reverse {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: reverse !important;
  -ms-flex-direction: column-reverse !important;
  flex-direction: column-reverse !important;
}
.flex-wrap {
  -ms-flex-wrap: wrap !important;
  flex-wrap: wrap !important;
}
.flex-nowrap {
  -ms-flex-wrap: nowrap !important;
  flex-wrap: nowrap !important;
}
.flex-wrap-reverse {
  -ms-flex-wrap: wrap-reverse !important;
  flex-wrap: wrap-reverse !important;
}
.justify-content-start {
  -webkit-box-pack: start !important;
  -ms-flex-pack: start !important;
  justify-content: flex-start !important;
}
.justify-content-end {
  -webkit-box-pack: end !important;
  -ms-flex-pack: end !important;
  justify-content: flex-end !important;
}
.justify-content-center {
  -webkit-box-pack: center !important;
  -ms-flex-pack: center !important;
  justify-content: center !important;
}
.justify-content-between {
  -webkit-box-pack: justify !important;
  -ms-flex-pack: justify !important;
  justify-content: space-between !important;
}
.justify-content-around {
  -ms-flex-pack: distribute !important;
  justify-content: space-around !important;
}
.align-items-start {
  -webkit-box-align: start !important;
  -ms-flex-align: start !important;
  align-items: flex-start !important;
}
.align-items-end {
  -webkit-box-align: end !important;
  -ms-flex-align: end !important;
  align-items: flex-end !important;
}
.align-items-center {
  -webkit-box-align: center !important;
  -ms-flex-align: center !important;
  align-items: center !important;
}
.align-items-baseline {
  -webkit-box-align: baseline !important;
  -ms-flex-align: baseline !important;
  align-items: baseline !important;
}
.align-items-stretch {
  -webkit-box-align: stretch !important;
  -ms-flex-align: stretch !important;
  align-items: stretch !important;
}
.align-content-start {
  -ms-flex-line-pack: start !important;
  align-content: flex-start !important;
}
.align-content-end {
  -ms-flex-line-pack: end !important;
  align-content: flex-end !important;
}
.align-content-center {
  -ms-flex-line-pack: center !important;
  align-content: center !important;
}
.align-content-between {
  -ms-flex-line-pack: justify !important;
  align-content: space-between !important;
}
.align-content-around {
  -ms-flex-line-pack: distribute !important;
  align-content: space-around !important;
}
.align-content-stretch {
  -ms-flex-line-pack: stretch !important;
  align-content: stretch !important;
}
.align-self-auto {
  -ms-flex-item-align: auto !important;
  align-self: auto !important;
}
.align-self-start {
  -ms-flex-item-align: start !important;
  align-self: flex-start !important;
}
.align-self-end {
  -ms-flex-item-align: end !important;
  align-self: flex-end !important;
}
.align-self-center {
  -ms-flex-item-align: center !important;
  align-self: center !important;
}
.align-self-baseline {
  -ms-flex-item-align: baseline !important;
  align-self: baseline !important;
}
.align-self-stretch {
  -ms-flex-item-align: stretch !important;
  align-self: stretch !important;
}
@media (min-width: 576px) {
  .flex-sm-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-sm-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-sm-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-sm-start {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-sm-between {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-sm-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-sm-start {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-sm-end {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-sm-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-sm-baseline {
    -webkit-box-align: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-sm-stretch {
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-sm-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-sm-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-sm-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-sm-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-sm-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-sm-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-sm-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  .align-self-sm-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-sm-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-sm-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  .align-self-sm-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-sm-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}
@media (min-width: 768px) {
  .flex-md-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-md-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-md-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-md-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-md-start {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-md-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-md-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-md-between {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-md-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-md-start {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-md-end {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-md-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-md-baseline {
    -webkit-box-align: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-md-stretch {
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-md-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-md-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-md-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-md-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-md-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-md-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-md-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  .align-self-md-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-md-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-md-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  .align-self-md-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-md-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}
@media (min-width: 992px) {
  .flex-lg-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-lg-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-lg-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-lg-start {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-lg-between {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-lg-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-lg-start {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-lg-end {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-lg-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-lg-baseline {
    -webkit-box-align: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-lg-stretch {
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-lg-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-lg-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-lg-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-lg-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-lg-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-lg-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-lg-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  .align-self-lg-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-lg-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-lg-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  .align-self-lg-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-lg-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}
@media (min-width: 1200px) {
  .flex-xl-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-xl-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-xl-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-xl-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-xl-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-xl-start {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-xl-between {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-xl-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-xl-start {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-xl-end {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-xl-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-xl-baseline {
    -webkit-box-align: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-xl-stretch {
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-xl-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-xl-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-xl-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-xl-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-xl-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-xl-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-xl-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  .align-self-xl-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-xl-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-xl-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  .align-self-xl-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-xl-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}
/*# sourceMappingURL=bootstrap-grid.min.css.map */

@import "./women-day-campaign/fonts.css";
html {
  scroll-behavior: smooth;
}

* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  font-family: "Cairo", sans-serif !important;
}

body {
  direction: ltr;
  text-align: start;
  font-family: "Cairo", sans-serif !important;
  font-weight: bold;
  color: #000000;
  background-color: #e4f8fd;
}
body a.active {
  color: #39c0f3 !important;
}
body.premium {
  background-color: #fbf7f3;
}
body.premium a:hover {
  color: #c0984e !important;
}
body.premium a.active {
  color: #c0984e !important;
}
body.premium .listingDate .type {
  padding: 0 !important;
}
body.premium .listingDate .type:before {
  content: none !important;
}
body.premium .secondaryNews:before,
body.premium .newsDetails .secondColumn .relatedNews .listingDate:before {
  background-image: url(../images/arrowGold.svg) !important;
}
body.premium header .topHeader .newsPaper:before {
  background-image: url(../images/goldNewsPaper.svg);
}
body.premium header .middleHeader .region .country {
  color: #c0984e;
  border-left: 0.5px solid rgba(192, 152, 78, 0.3764705882);
}
body.premium header .middleHeader .regionDropdown {
  display: block;
}
body.premium header .middleHeader .regionDropdown > a {
  position: relative;
  padding-inline: 30px;
  font-weight: 400;
  font-size: 18px;
  line-height: 18px;
}
body.premium header .middleHeader .regionDropdown > a:before {
  content: "";
  background-image: url("../images/globe.svg");
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  left: 0;
  height: 20px;
  width: 20px;
  top: 50%;
  transform: translateY(-50%);
}
body.premium header .middleHeader .regionDropdown > a:after {
  content: "";
  background-image: url("../images/triangleDown.svg");
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  right: 0;
  height: 9px;
  width: 15px;
  top: 50%;
  transform: translateY(-50%);
}
body.premium .featuredNewsSection1 .listingItemDIV.featured .listingInfos,
body.premium .featuredNewsSection2 .listingItemDIV.featured .listingInfos {
  background: #fbf7f3;
}
body.premium .type {
  color: #c0984e !important;
}

button {
  font-family: "Cairo", sans-serif !important;
  cursor: pointer;
}
button:hover {
  opacity: 0.8;
}

.hidden {
  display: none;
}

input {
  font-family: "Cairo", sans-serif !important;
}

img {
  width: 100%;
  display: block;
}

a {
  color: #000000;
  transition: all 0.3s ease-in-out;
}
a:hover {
  color: #39c0f3 !important;
}

.btnContainer {
  margin: 30px 0;
}
.btnContainer input,
.btnContainer a,
.btnContainer button {
  display: inline-block;
  position: relative;
  color: white;
  text-align: center;
  padding: 10px;
  min-width: 170px;
  line-height: 45px;
  font-weight: bold;
  line-height: normal;
  background: #c0984e;
  border-radius: 200px;
  transition: all 0.3s ease-in-out;
}
.btnContainer input,
.btnContainer a,
.btnContainer button {
  font-size: 16px;
}
@media screen and (min-width: 320px) {
  .btnContainer input,
  .btnContainer a,
  .btnContainer button {
    font-size: calc(16px + 2 * (100vw - 320px) / 1601);
  }
}
@media screen and (min-width: 1921px) {
  .btnContainer input,
  .btnContainer a,
  .btnContainer button {
    font-size: 18px;
  }
}
.btnContainer input:hover,
.btnContainer a:hover,
.btnContainer button:hover {
  background-color: #39c0f3;
  color: white !important;
}

.textResizer .smaller {
  margin-inline-end: 12px;
  padding-inline-end: 12px;
  border-inline-end: 1px solid #8c8c8c;
}
.textResizer .smaller,
.textResizer .bigger {
  transition: all 0.3s ease-in-out;
}
.textResizer .smaller:hover,
.textResizer .bigger:hover {
  opacity: 0.8;
}

.listingItem .listingImage {
  overflow: hidden;
}
.listingItem .listingImage img {
  transition: transform 0.3s ease;
  width: 100%;
  height: auto;
}
.listingItem .listingImage:hover img {
  transform: scale(1.05);
}

.floatEnd {
  float: right !important;
  padding: 30px 30px 30px 0 !important;
  margin-inline: 0 !important;
}

header {
  padding-top: 40px;
  position: sticky;
  top: -221px;
  z-index: 99;
  background: #e4f8fd;
}
header:after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100vw;
  height: 100%;
  box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.3);
  opacity: 0;
  transition: opacity 0.3s ease;
  pointer-events: none;
}
header.show-shadow::after {
  opacity: 1;
}
header .topHeader {
  display: flex;
  padding-bottom: 40px;
  margin-bottom: 5px;
  border-bottom: 0.5px solid rgba(121, 121, 111, 0.3764705882);
  justify-content: space-between;
  align-items: center;
}
header .topHeader .searchContainer {
  padding-left: 35px;
  position: relative;
}
header .topHeader .searchContainer label {
  margin-right: 20px;
}
header .topHeader .searchContainer label {
  font-size: 12px;
}
@media screen and (min-width: 320px) {
  header .topHeader .searchContainer label {
    font-size: calc(12px + 6 * (100vw - 320px) / 1601);
  }
}
@media screen and (min-width: 1921px) {
  header .topHeader .searchContainer label {
    font-size: 18px;
  }
}
header .topHeader .searchContainer label {
  line-height: 20px;
}
@media screen and (min-width: 320px) {
  header .topHeader .searchContainer label {
    line-height: calc(20px + 8 * (100vw - 320px) / 1601);
  }
}
@media screen and (min-width: 1921px) {
  header .topHeader .searchContainer label {
    line-height: 28px;
  }
}
header .topHeader .searchContainer label .searchBtn {
  background-image: url("../images/search.svg");
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  left: 0;
  height: 24px;
  width: 24px;
  top: 50%;
  transform: translateY(-50%);
}
header .topHeader .searchContainer input {
  border-radius: 30px;
  height: 34px;
  width: 230px;
  padding: 0 15px;
  border: 0.5px solid #979797;
  color: black;
  font-weight: bold;
}
header .topHeader .newsPaper {
  padding-left: 40px;
  position: relative;
}
header .topHeader .newsPaper {
  font-size: 18px;
}
@media screen and (min-width: 320px) {
  header .topHeader .newsPaper {
    font-size: calc(18px + 0 * (100vw - 320px) / 1601);
  }
}
@media screen and (min-width: 1921px) {
  header .topHeader .newsPaper {
    font-size: 18px;
  }
}
header .topHeader .newsPaper {
  line-height: 26px;
}
@media screen and (min-width: 320px) {
  header .topHeader .newsPaper {
    line-height: calc(26px + 0 * (100vw - 320px) / 1601);
  }
}
@media screen and (min-width: 1921px) {
  header .topHeader .newsPaper {
    line-height: 26px;
  }
}
header .topHeader .newsPaper:before {
  content: "";
  background-image: url("../images/blueNewspaper.svg");
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  left: 0;
  height: 29px;
  width: 29px;
  top: 50%;
  transform: translateY(-50%);
}
header .middleHeader {
  display: flex;
  margin-bottom: 15px;
  border-bottom: 0.5px solid rgba(121, 121, 111, 0.3764705882);
}
header .middleHeader .start {
  display: flex;
  margin-bottom: 10px;
  flex: 1 1 40%;
}
header .middleHeader .start span {
  color: #39c0f3;
  margin-left: 10px;
  margin-bottom: -10px;
  font-size: 20px;
  display: flex;
  align-items: center;
}
header .middleHeader .end {
  flex: 1 1 60%;
  display: flex;
  justify-content: end;
}
header .middleHeader .logoContainer {
  max-width: 250px;
  min-width: 170px;
}
header .middleHeader .region {
  flex: 1 1 25%;
  display: flex;
  justify-content: end;
  align-items: center;
  padding-right: 40px;
  position: relative;
}
header .middleHeader .region .country {
  display: none;
  color: #39c0f3;
  margin-right: 20px;
  padding-right: 20px;
  border-right: 0.5px solid rgba(92, 204, 245, 0.3764705882);
}
header .middleHeader .region .country {
  font-size: 18px;
}
@media screen and (min-width: 320px) {
  header .middleHeader .region .country {
    font-size: calc(18px + 0 * (100vw - 320px) / 1601);
  }
}
@media screen and (min-width: 1921px) {
  header .middleHeader .region .country {
    font-size: 18px;
  }
}
header .middleHeader .region .country {
  line-height: 26px;
}
@media screen and (min-width: 320px) {
  header .middleHeader .region .country {
    line-height: calc(26px + 0 * (100vw - 320px) / 1601);
  }
}
@media screen and (min-width: 1921px) {
  header .middleHeader .region .country {
    line-height: 26px;
  }
}
header .middleHeader .region .language {
  display: none;
}
header .middleHeader .region .regionDropdown {
  position: relative;
}
header .middleHeader .region .regionDropdown {
  font-size: 18px;
}
@media screen and (min-width: 320px) {
  header .middleHeader .region .regionDropdown {
    font-size: calc(18px + 0 * (100vw - 320px) / 1601);
  }
}
@media screen and (min-width: 1921px) {
  header .middleHeader .region .regionDropdown {
    font-size: 18px;
  }
}
header .middleHeader .region .regionDropdown {
  line-height: 26px;
}
@media screen and (min-width: 320px) {
  header .middleHeader .region .regionDropdown {
    line-height: calc(26px + 0 * (100vw - 320px) / 1601);
  }
}
@media screen and (min-width: 1921px) {
  header .middleHeader .region .regionDropdown {
    line-height: 26px;
  }
}
header .middleHeader .region .regionDropdown > a {
  position: relative;
  padding-inline: 30px;
  font-weight: 400;
  font-size: 18px;
  line-height: 18px;
}
header .middleHeader .region .regionDropdown > a:before {
  content: "";
  background-image: url("../images/globe.svg");
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  left: 0;
  height: 20px;
  width: 20px;
  top: 50%;
  transform: translateY(-50%);
}
header .middleHeader .region .regionDropdown > a:after {
  content: "";
  background-image: url("../images/triangleDown.svg");
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  right: 0;
  height: 9px;
  width: 15px;
  top: 50%;
  transform: translateY(-50%);
}
header .middleHeader .region .regionDropdown .countryDropdown {
  display: none;
  position: absolute;
  top: 40px;
  left: 50%;
  transform: translateX(-50%);
  background-color: white;
  font-weight: normal;
  padding: 15px 30px;
  border: 1px solid rgba(121, 121, 111, 0.3764705882);
  z-index: 2;
}
header .middleHeader .region:after {
  content: "";
  width: 0.5px;
  position: absolute;
  top: 25%;
  bottom: 0;
  right: 0;
  /*background: rgba(121, 121, 111, 0.3764705882);*/
}
header .middleHeader .podcast {
  flex: 1 1 40%;
  padding-right: 30px;
  position: relative;
  display: flex;
  justify-content: end;
  align-items: center;
}
header .middleHeader .podcast:after {
  content: "";
  width: 0.5px;
  position: absolute;
  top: 25%;
  bottom: 0;
  right: 0;
  background: rgba(121, 121, 111, 0.3764705882);
}
header .middleHeader .podcast a {
  padding-right: 55px;
  position: relative;
}
header .middleHeader .podcast a {
  font-size: 18px;
}
@media screen and (min-width: 320px) {
  header .middleHeader .podcast a {
    font-size: calc(18px + 0 * (100vw - 320px) / 1601);
  }
}
@media screen and (min-width: 1921px) {
  header .middleHeader .podcast a {
    font-size: 18px;
  }
}
header .middleHeader .podcast a {
  line-height: 26px;
}
@media screen and (min-width: 320px) {
  header .middleHeader .podcast a {
    line-height: calc(26px + 0 * (100vw - 320px) / 1601);
  }
}
@media screen and (min-width: 1921px) {
  header .middleHeader .podcast a {
    line-height: 26px;
  }
}
header .middleHeader .podcast a:before {
  content: "";
  background-image: url("../images/podcast.svg");
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  right: 0;
  height: 44px;
  width: 44px;
  bottom: -5px;
}
header .middleHeader .loginRegister {
  flex: 1 1 35%;
  display: flex;
  justify-content: end;
  align-items: center;
}
header .middleHeader .loginRegister .login {
  margin-right: 20px;
  padding-inline: 20px;
  border-right: 0.5px solid rgba(92, 204, 245, 0.3764705882);
}
header .middleHeader .loginRegister .login a {
  color: #474747;
}
header .middleHeader .loginRegister .login a {
  font-size: 18px;
}
@media screen and (min-width: 320px) {
  header .middleHeader .loginRegister .login a {
    font-size: calc(18px + 0 * (100vw - 320px) / 1601);
  }
}
@media screen and (min-width: 1921px) {
  header .middleHeader .loginRegister .login a {
    font-size: 18px;
  }
}
header .middleHeader .loginRegister .login a {
  line-height: 26px;
}
@media screen and (min-width: 320px) {
  header .middleHeader .loginRegister .login a {
    line-height: calc(26px + 0 * (100vw - 320px) / 1601);
  }
}
@media screen and (min-width: 1921px) {
  header .middleHeader .loginRegister .login a {
    line-height: 26px;
  }
}
header .middleHeader .loginRegister .login a:hover {
  color: #39c0f3;
}
header .middleHeader .loginRegister .register a {
  color: #c0984e !important;
}
header .middleHeader .loginRegister .register a {
  font-size: 18px;
}
@media screen and (min-width: 320px) {
  header .middleHeader .loginRegister .register a {
    font-size: calc(18px + 0 * (100vw - 320px) / 1601);
  }
}
@media screen and (min-width: 1921px) {
  header .middleHeader .loginRegister .register a {
    font-size: 18px;
  }
}
header .middleHeader .loginRegister .register a {
  line-height: 26px;
}
@media screen and (min-width: 320px) {
  header .middleHeader .loginRegister .register a {
    line-height: calc(26px + 0 * (100vw - 320px) / 1601);
  }
}
@media screen and (min-width: 1921px) {
  header .middleHeader .loginRegister .register a {
    line-height: 26px;
  }
}
header .middleHeader .loginRegister .register a:hover {
  color: #39c0f3;
}
header .bottomHeader {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 15px;
  position: relative;
  gap: 50px;
}
header .bottomHeader .burgerMenu {
  height: 48px;
  width: 48px;
}
header .bottomHeader .menu ul {
  display: flex;
  flex-wrap: wrap;
  gap: 25px;
}
header .bottomHeader .menu ul li a {
  font-weight: 800;
  color: #474747;
}
header .bottomHeader .menu ul li a {
  font-size: 18px;
}
@media screen and (min-width: 320px) {
  header .bottomHeader .menu ul li a {
    font-size: calc(18px + 2 * (100vw - 320px) / 1601);
  }
}
@media screen and (min-width: 1921px) {
  header .bottomHeader .menu ul li a {
    font-size: 20px;
  }
}
header .bottomHeader .menu ul li a {
  line-height: 16px;
}
@media screen and (min-width: 320px) {
  header .bottomHeader .menu ul li a {
    line-height: calc(16px + 6 * (100vw - 320px) / 1601);
  }
}
@media screen and (min-width: 1921px) {
  header .bottomHeader .menu ul li a {
    line-height: 22px;
  }
}
header .bottomHeader .menu ul li .ddSecondLevel {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  top: calc(100% + 15px);
  left: 15px;
  right: 15px;
  z-index: 9;
  background-color: white;
  padding: 30px 15px 70px 70px;
  transition: all 0.3s ease-in-out;
}
header .bottomHeader .menu ul li .ddSecondLevel ul {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
header .bottomHeader .menu ul li .ddSecondLevel ul li a {
  font-weight: normal;
}
header .bottomHeader .menu ul li .ddSecondLevel ul li a:hover {
  font-weight: 900;
  color: initial !important;
}
header .bottomHeader .menu ul li.hover .ddSecondLevel {
  transition-delay: 0.2s;
  opacity: 1;
  visibility: visible;
}
header .bottomHeader .menu .listingItemDIV .listingItem .listingImage {
  margin-bottom: 20px;
}
header .bottomHeader .menu .listingItemDIV .listingItem .listingDate {
  margin-bottom: 20px;
}
header .bottomHeader .menu .listingItemDIV .listingItem .listingDate {
  font-size: 16px;
}
@media screen and (min-width: 320px) {
  header .bottomHeader .menu .listingItemDIV .listingItem .listingDate {
    font-size: calc(16px + 0 * (100vw - 320px) / 1601);
  }
}
@media screen and (min-width: 1921px) {
  header .bottomHeader .menu .listingItemDIV .listingItem .listingDate {
    font-size: 16px;
  }
}
header .bottomHeader .menu .listingItemDIV .listingItem .listingDate {
  line-height: 24px;
}
@media screen and (min-width: 320px) {
  header .bottomHeader .menu .listingItemDIV .listingItem .listingDate {
    line-height: calc(24px + 0 * (100vw - 320px) / 1601);
  }
}
@media screen and (min-width: 1921px) {
  header .bottomHeader .menu .listingItemDIV .listingItem .listingDate {
    line-height: 24px;
  }
}
header .bottomHeader .menu .listingItemDIV .listingItem .listingDate .type {
  color: #39c0f3;
}
header .bottomHeader .menu .listingItemDIV .listingItem .listingTitle a {
  font-size: 22px;
}
@media screen and (min-width: 320px) {
  header .bottomHeader .menu .listingItemDIV .listingItem .listingTitle a {
    font-size: calc(22px + 6 * (100vw - 320px) / 1601);
  }
}
@media screen and (min-width: 1921px) {
  header .bottomHeader .menu .listingItemDIV .listingItem .listingTitle a {
    font-size: 28px;
  }
}
header .bottomHeader .menu .listingItemDIV .listingItem .listingTitle a {
  line-height: 20px;
}
@media screen and (min-width: 320px) {
  header .bottomHeader .menu .listingItemDIV .listingItem .listingTitle a {
    line-height: calc(20px + 12 * (100vw - 320px) / 1601);
  }
}
@media screen and (min-width: 1921px) {
  header .bottomHeader .menu .listingItemDIV .listingItem .listingTitle a {
    line-height: 32px;
  }
}
header .bottomHeader .menu .listingItemDIV .listingItem.premium .listingImage {
  position: relative;
}
header .bottomHeader .menu .listingItemDIV .listingItem.premium .listingImage:after {
  content: "";
  background-image: url("../images/gold83x83.jpg");
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  right: 0;
  bottom: 0;
  height: 5vw;
  min-height: 50px;
  max-height: 83px;
  width: 5vw;
  min-width: 50px;
  max-width: 83px;
}
header .bottomHeader .menu .listingItemDIV .listingItem.premium .type {
  color: #c0984e;
  position: relative;
}
header .bottomHeader .sideMenu {
  position: fixed;
  top: 0;
  left: -720px;
  width: 100vw;
  max-width: 700px;
  height: 100%;
  background-color: #e4f8fd;
  box-shadow: 0 2px 47px 0 rgba(0, 0, 0, 0.13);
  transition: all 0.3s ease;
  padding: 40px 70px 50px;
  z-index: 1000;
}
header .bottomHeader .sideMenu .topSideMenu {
  display: flex;
  justify-content: space-between;
  align-items: end;
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(121, 121, 111, 0.3764705882);
}
header .bottomHeader .sideMenu .loginRegister {
  display: flex;
  padding: 0 !important;
}
header .bottomHeader .sideMenu .loginRegister .login {
  flex: 0 0 50%;
  padding: 10px 0;
  border-right: 1px solid rgba(121, 121, 111, 0.3764705882);
}
header .bottomHeader .sideMenu .loginRegister .register {
  flex: 0 0 50%;
  padding: 10px 0;
}
header .bottomHeader .sideMenu .loginRegister .register a {
  color: #c0984e !important;
}
header .bottomHeader .sideMenu .logoContainer {
  max-width: 200px;
  min-width: 150px;
}
header .bottomHeader .sideMenu .close {
  width: 25px;
}
header .bottomHeader .sideMenu.open {
  left: 0;
  overflow: auto;
}
header .bottomHeader .sideMenu .menuWrapper {
  min-height: 100%;
  display: flex;
  flex-direction: column;
}
header .bottomHeader .sideMenu .menuWrapper > ul {
  list-style: none;
  padding: 0;
  margin: 0;
  flex: 1;
  margin-bottom: 40px;
}
header .bottomHeader .sideMenu .menuWrapper > ul li {
  padding: 5px 0;
  border-bottom: 1px solid rgba(121, 121, 111, 0.3764705882);
}
header .bottomHeader .sideMenu .menuWrapper > ul li a {
  text-decoration: none;
  color: #000;
  display: block;
  font-weight: 800;
}
header .bottomHeader .sideMenu .menuWrapper > ul li a {
  font-size: 18px;
}
@media screen and (min-width: 320px) {
  header .bottomHeader .sideMenu .menuWrapper > ul li a {
    font-size: calc(18px + 2 * (100vw - 320px) / 1601);
  }
}
@media screen and (min-width: 1921px) {
  header .bottomHeader .sideMenu .menuWrapper > ul li a {
    font-size: 20px;
  }
}
header .bottomHeader .sideMenu .menuWrapper > ul li.hasSubmenu {
  position: relative;
}
header .bottomHeader .sideMenu .menuWrapper > ul li.hasSubmenu > a + span {
  background-image: url("../images/triangleDown.svg");
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  right: 0;
  height: 12px;
  width: 18px;
  top: 16px;
}
header .bottomHeader .sideMenu .menuWrapper > ul li.hasSubmenu.open > a + span {
  transform: translateY(-50%) rotate(180deg);
}
header .bottomHeader .sideMenu .ddSecondLevel {
  display: none;
}
header .bottomHeader .sideMenu .ddSecondLevel ul {
  margin-top: 5px;
  flex: 1;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
}
header .bottomHeader .sideMenu .ddSecondLevel ul li {
  border: none;
  padding: 0;
  margin-inline: 15px;
}
header .bottomHeader .sideMenu .ddSecondLevel ul li a {
  font-weight: 400;
}
header .bottomHeader .sideMenu .loginRegister {
  padding: 10px 0;
  border-bottom: 1px solid rgba(121, 121, 111, 0.3764705882);
  text-align: center;
}
header .bottomHeader .sideMenu .loginRegister {
  font-size: 18px;
}
@media screen and (min-width: 320px) {
  header .bottomHeader .sideMenu .loginRegister {
    font-size: calc(18px + 2 * (100vw - 320px) / 1601);
  }
}
@media screen and (min-width: 1921px) {
  header .bottomHeader .sideMenu .loginRegister {
    font-size: 20px;
  }
}
header .bottomHeader .sideMenu .region {
  justify-content: center;
  margin: 20px 0;
}
header .bottomHeader .sideMenu .region .regionDropdown {
  position: relative;
  max-width: -moz-fit-content;
  max-width: fit-content;
  margin-bottom: 40px;
}
header .bottomHeader .sideMenu .region .regionDropdown {
  font-size: 18px;
}
@media screen and (min-width: 320px) {
  header .bottomHeader .sideMenu .region .regionDropdown {
    font-size: calc(18px + 0 * (100vw - 320px) / 1601);
  }
}
@media screen and (min-width: 1921px) {
  header .bottomHeader .sideMenu .region .regionDropdown {
    font-size: 18px;
  }
}
header .bottomHeader .sideMenu .region .regionDropdown {
  line-height: 26px;
}
@media screen and (min-width: 320px) {
  header .bottomHeader .sideMenu .region .regionDropdown {
    line-height: calc(26px + 0 * (100vw - 320px) / 1601);
  }
}
@media screen and (min-width: 1921px) {
  header .bottomHeader .sideMenu .region .regionDropdown {
    line-height: 26px;
  }
}
header .bottomHeader .sideMenu .region .regionDropdown > a {
  position: relative;
  padding-inline: 30px;
  font-weight: 400;
  font-size: 18px;
  line-height: 18px;
}
header .bottomHeader .sideMenu .region .regionDropdown > a:before {
  content: "";
  background-image: url("../images/globe.svg");
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  left: 0;
  height: 20px;
  width: 20px;
  top: 50%;
  transform: translateY(-50%);
}
header .bottomHeader .sideMenu .region .regionDropdown > a:after {
  content: "";
  background-image: url("../images/triangleDown.svg");
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  right: 0;
  height: 9px;
  width: 15px;
  top: 50%;
  transform: translateY(-50%);
}
header .bottomHeader .sideMenu .region .regionDropdown .countryDropdown {
  display: none;
  position: absolute;
  top: 40px;
  right: 50%;
  transform: translateX(-50%);
  background-color: white;
  font-weight: normal;
  padding: 15px 30px;
  border: 1px solid rgba(121, 121, 111, 0.3764705882);
  z-index: 2;
}
header .bottomHeader .sideMenu .bottomSideMenu h5 {
  font-size: 18px;
}
@media screen and (min-width: 320px) {
  header .bottomHeader .sideMenu .bottomSideMenu h5 {
    font-size: calc(18px + 4 * (100vw - 320px) / 1601);
  }
}
@media screen and (min-width: 1921px) {
  header .bottomHeader .sideMenu .bottomSideMenu h5 {
    font-size: 22px;
  }
}
header .bottomHeader .sideMenu .bottomSideMenu p {
  font-weight: 500;
  margin-bottom: 10px;
}
header .bottomHeader .sideMenu .bottomSideMenu p {
  font-size: 18px;
}
@media screen and (min-width: 320px) {
  header .bottomHeader .sideMenu .bottomSideMenu p {
    font-size: calc(18px + 0 * (100vw - 320px) / 1601);
  }
}
@media screen and (min-width: 1921px) {
  header .bottomHeader .sideMenu .bottomSideMenu p {
    font-size: 18px;
  }
}
header .bottomHeader .sideMenu .newsLetter {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 15px;
  padding-bottom: 40px;
  margin-top: 100px;
  border-bottom: 1px solid rgba(121, 121, 111, 0.3764705882);
}
header .bottomHeader .sideMenu .newsLetter h3 {
  font-size: 22px;
}
@media screen and (min-width: 320px) {
  header .bottomHeader .sideMenu .newsLetter h3 {
    font-size: calc(22px + 6 * (100vw - 320px) / 1601);
  }
}
@media screen and (min-width: 1921px) {
  header .bottomHeader .sideMenu .newsLetter h3 {
    font-size: 28px;
  }
}
header .bottomHeader .sideMenu .newsLetter h3 {
  line-height: 20px;
}
@media screen and (min-width: 320px) {
  header .bottomHeader .sideMenu .newsLetter h3 {
    line-height: calc(20px + 25 * (100vw - 320px) / 1601);
  }
}
@media screen and (min-width: 1921px) {
  header .bottomHeader .sideMenu .newsLetter h3 {
    line-height: 45px;
  }
}
header .bottomHeader .sideMenu .newsLetter p {
  font-weight: 500;
  letter-spacing: 0;
  margin-bottom: 0;
}
header .bottomHeader .sideMenu .newsLetter p {
  font-size: 16px;
}
@media screen and (min-width: 320px) {
  header .bottomHeader .sideMenu .newsLetter p {
    font-size: calc(16px + 0 * (100vw - 320px) / 1601);
  }
}
@media screen and (min-width: 1921px) {
  header .bottomHeader .sideMenu .newsLetter p {
    font-size: 16px;
  }
}
header .bottomHeader .sideMenu .newsLetter p {
  line-height: 24px;
}
@media screen and (min-width: 320px) {
  header .bottomHeader .sideMenu .newsLetter p {
    line-height: calc(24px + 0 * (100vw - 320px) / 1601);
  }
}
@media screen and (min-width: 1921px) {
  header .bottomHeader .sideMenu .newsLetter p {
    line-height: 24px;
  }
}
header .bottomHeader .sideMenu .newsLetter .newsLetterContainer {
  display: flex;
  gap: 15px;
  align-items: center;
  min-width: -moz-fit-content;
  min-width: fit-content;
}
header .bottomHeader .sideMenu .newsLetter .imgContainer {
  max-width: 70px;
}
header .bottomHeader .sideMenu .newsLetter .imgContainer img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
header .bottomHeader .sideMenu .newsLetter .newsletterInputWrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 400px;
  max-width: 450px;
}
header .bottomHeader .sideMenu .newsLetter .newsletterInputWrapper input {
  border-radius: 30px;
  background-color: white;
  height: 48px;
  padding: 0 30px;
}
header .bottomHeader .sideMenu .newsLetter .newsletterInputWrapper input {
  font-size: 18px;
}
@media screen and (min-width: 320px) {
  header .bottomHeader .sideMenu .newsLetter .newsletterInputWrapper input {
    font-size: calc(18px + 0 * (100vw - 320px) / 1601);
  }
}
@media screen and (min-width: 1921px) {
  header .bottomHeader .sideMenu .newsLetter .newsletterInputWrapper input {
    font-size: 18px;
  }
}
header .bottomHeader .sideMenu .newsLetter .newsletterInputWrapper input::-moz-placeholder {
  color: #cacaca;
}
header .bottomHeader .sideMenu .newsLetter .newsletterInputWrapper input::placeholder {
  color: #cacaca;
}
header .bottomHeader .sideMenu .newsLetter .newsletterInputWrapper a {
  line-height: 26px;
  position: absolute;
  top: 50%;
  padding: 11px 40px;
  border-radius: 0px 30px 30px 0px;
  transform: translateY(-50%);
  right: 0;
  color: white;
  background-color: #39c0f3;
  font-weight: 500;
  transform: translateY(-50%);
  transition: all 0.3s ease-in-out;
}
header .bottomHeader .sideMenu .newsLetter .newsletterInputWrapper a {
  font-size: 14px;
}
@media screen and (min-width: 320px) {
  header .bottomHeader .sideMenu .newsLetter .newsletterInputWrapper a {
    font-size: calc(14px + 12 * (100vw - 320px) / 1601);
  }
}
@media screen and (min-width: 1921px) {
  header .bottomHeader .sideMenu .newsLetter .newsletterInputWrapper a {
    font-size: 26px;
  }
}
header .bottomHeader .sideMenu .newsLetter .newsletterInputWrapper a:hover {
  color: white !important;
  opacity: 0.8;
}
header .bottomHeader .sideMenu .social {
  padding-top: 40px;
}
header .bottomHeader .sideMenu .social ul {
  display: flex;
  flex-wrap: wrap;
  -moz-column-gap: 30px;
       column-gap: 30px;
  row-gap: 10px;
}
header .bottomHeader .sideMenu .social ul li {
  margin-bottom: 15px;
}
header .bottomHeader .sideMenu .social ul li a {
  display: flex;
  align-items: center;
  gap: 10px;
}
header .bottomHeader .sideMenu .social ul li a {
  font-size: 12px;
}
@media screen and (min-width: 320px) {
  header .bottomHeader .sideMenu .social ul li a {
    font-size: calc(12px + 2 * (100vw - 320px) / 1601);
  }
}
@media screen and (min-width: 1921px) {
  header .bottomHeader .sideMenu .social ul li a {
    font-size: 14px;
  }
}
header .bottomHeader .sideMenu .social ul li a {
  line-height: 14px;
}
@media screen and (min-width: 320px) {
  header .bottomHeader .sideMenu .social ul li a {
    line-height: calc(14px + 2 * (100vw - 320px) / 1601);
  }
}
@media screen and (min-width: 1921px) {
  header .bottomHeader .sideMenu .social ul li a {
    line-height: 16px;
  }
}
header .bottomHeader .sideMenu .social ul li img {
  width: auto;
}
header .bottomHeader .sideMenu .social ul li:last-of-type {
  margin-bottom: 0;
}
header .bottomHeader .sideMenu .searchContainer {
  padding-left: 35px;
  position: relative;
}
header .bottomHeader .sideMenu .searchContainer label {
  margin-right: 20px;
}
header .bottomHeader .sideMenu .searchContainer label {
  font-size: 12px;
}
@media screen and (min-width: 320px) {
  header .bottomHeader .sideMenu .searchContainer label {
    font-size: calc(12px + 6 * (100vw - 320px) / 1601);
  }
}
@media screen and (min-width: 1921px) {
  header .bottomHeader .sideMenu .searchContainer label {
    font-size: 18px;
  }
}
header .bottomHeader .sideMenu .searchContainer label {
  line-height: 20px;
}
@media screen and (min-width: 320px) {
  header .bottomHeader .sideMenu .searchContainer label {
    line-height: calc(20px + 8 * (100vw - 320px) / 1601);
  }
}
@media screen and (min-width: 1921px) {
  header .bottomHeader .sideMenu .searchContainer label {
    line-height: 28px;
  }
}
header .bottomHeader .sideMenu .searchContainer label .searchBtn {
  background-image: url("../images/search.svg");
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  left: 0;
  height: 24px;
  width: 24px;
  top: 50%;
  transform: translateY(-50%);
}
header .bottomHeader .sideMenu .searchContainer input {
  border-radius: 30px;
  height: 34px;
  width: 230px;
  padding: 0 15px;
  border: 0.5px solid #979797;
  color: black;
  font-weight: bold;
}
header .bottomHeader .languageSelectorMobile {
  position: relative;
  display: none;
}
header .bottomHeader .languageSelectorMobile .countryDropdown {
  display: none;
  position: absolute;
  top: 40px;
  left: 0;
  transform: translateX(-50%);
  background-color: white;
  font-weight: normal;
  padding: 15px 30px;
  border: 1px solid rgba(121, 121, 111, 0.3764705882);
  z-index: 2;
}

.registerBannerSection {
  background: #c0984e;
}
.registerBannerSection .listingImage {
  max-width: 215px;
  margin-bottom: 15px;
}
.registerBannerSection .listingItem {
  padding: 25px 0 40px;
}
.registerBannerSection .listingTitle {
  font-weight: bold;
  max-width: 560px;
  margin-bottom: 10px;
}
.registerBannerSection .listingTitle {
  font-size: 20px;
}
@media screen and (min-width: 320px) {
  .registerBannerSection .listingTitle {
    font-size: calc(20px + 39 * (100vw - 320px) / 1601);
  }
}
@media screen and (min-width: 1921px) {
  .registerBannerSection .listingTitle {
    font-size: 59px;
  }
}
.registerBannerSection .listingTitle {
  line-height: 20px;
}
@media screen and (min-width: 320px) {
  .registerBannerSection .listingTitle {
    line-height: calc(20px + 49 * (100vw - 320px) / 1601);
  }
}
@media screen and (min-width: 1921px) {
  .registerBannerSection .listingTitle {
    line-height: 69px;
  }
}
.registerBannerSection .listingDescription {
  font-weight: 500;
  max-width: 560px;
  margin-bottom: 40px;
}
.registerBannerSection .listingDescription {
  font-size: 16px;
}
@media screen and (min-width: 320px) {
  .registerBannerSection .listingDescription {
    font-size: calc(16px + 18 * (100vw - 320px) / 1601);
  }
}
@media screen and (min-width: 1921px) {
  .registerBannerSection .listingDescription {
    font-size: 34px;
  }
}
.registerBannerSection .listingDescription {
  line-height: 16px;
}
@media screen and (min-width: 320px) {
  .registerBannerSection .listingDescription {
    line-height: calc(16px + 12 * (100vw - 320px) / 1601);
  }
}
@media screen and (min-width: 1921px) {
  .registerBannerSection .listingDescription {
    line-height: 28px;
  }
}
.registerBannerSection .registerInfo {
  display: flex;
  align-items: center;
  gap: 20px;
}
.registerBannerSection .link a {
  display: block;
  line-height: 50px;
  font-weight: 500;
  height: 58px;
  padding: 0 65px;
  background: black;
  color: white;
  border-radius: 30px;
}
.registerBannerSection .link a {
  font-size: 16px;
}
@media screen and (min-width: 320px) {
  .registerBannerSection .link a {
    font-size: calc(16px + 16 * (100vw - 320px) / 1601);
  }
}
@media screen and (min-width: 1921px) {
  .registerBannerSection .link a {
    font-size: 32px;
  }
}
.registerBannerSection .price {
  color: #f9d28a;
}
.registerBannerSection .price {
  font-size: 20px;
}
@media screen and (min-width: 320px) {
  .registerBannerSection .price {
    font-size: calc(20px + 24 * (100vw - 320px) / 1601);
  }
}
@media screen and (min-width: 1921px) {
  .registerBannerSection .price {
    font-size: 44px;
  }
}
.registerBannerSection .price {
  line-height: 16px;
}
@media screen and (min-width: 320px) {
  .registerBannerSection .price {
    line-height: calc(16px + 12 * (100vw - 320px) / 1601);
  }
}
@media screen and (min-width: 1921px) {
  .registerBannerSection .price {
    line-height: 28px;
  }
}
.registerBannerSection .bannerImage {
  display: flex;
  align-items: end;
  max-width: 650px;
}

.chooseGameSection {
  padding: 60px 0 200px;
}
.chooseGameSection .games {
  max-width: 1110px;
  margin-inline: auto;
}
.chooseGameSection .level {
  max-width: 100%;
  margin-inline: unset;
  flex: 1;
}
.chooseGameSection .blockHead {
  text-align: center;
  margin-inline: auto;
  margin-bottom: 60px;
}
.chooseGameSection .blockHead h3 {
  -webkit-text-emphasis: center;
          text-emphasis: center;
}
.chooseGameSection .blockHead h3 {
  font-size: 34px;
}
@media screen and (min-width: 320px) {
  .chooseGameSection .blockHead h3 {
    font-size: calc(34px + 21 * (100vw - 320px) / 1601);
  }
}
@media screen and (min-width: 1921px) {
  .chooseGameSection .blockHead h3 {
    font-size: 55px;
  }
}
.chooseGameSection .blockHead h3 {
  line-height: 30px;
}
@media screen and (min-width: 320px) {
  .chooseGameSection .blockHead h3 {
    line-height: calc(30px + 37 * (100vw - 320px) / 1601);
  }
}
@media screen and (min-width: 1921px) {
  .chooseGameSection .blockHead h3 {
    line-height: 67px;
  }
}
.chooseGameSection .listingItem {
  box-shadow: 0 2px 45px 0 rgba(0, 0, 0, 0.11);
  border-radius: 14px;
}
.chooseGameSection .blockBody .listingImage {
  position: relative;
  padding: 30px 30px 15px;
  border-radius: 14px 14px 0 0;
}
.chooseGameSection .blockBody .listingImage .gameName {
  position: absolute;
  bottom: 15px;
}
.chooseGameSection .blockBody .listingImage .gameName {
  font-size: 20px;
}
@media screen and (min-width: 320px) {
  .chooseGameSection .blockBody .listingImage .gameName {
    font-size: calc(20px + 16 * (100vw - 320px) / 1601);
  }
}
@media screen and (min-width: 1921px) {
  .chooseGameSection .blockBody .listingImage .gameName {
    font-size: 36px;
  }
}
.chooseGameSection .blockBody .listingImage .gameName {
  line-height: 30px;
}
@media screen and (min-width: 320px) {
  .chooseGameSection .blockBody .listingImage .gameName {
    line-height: calc(30px + 37 * (100vw - 320px) / 1601);
  }
}
@media screen and (min-width: 1921px) {
  .chooseGameSection .blockBody .listingImage .gameName {
    line-height: 67px;
  }
}
.chooseGameSection .blockBody .listingHolder {
  gap: 120px;
}
.chooseGameSection .blockBody .listingInfos {
  background: white;
  padding: 35px;
}
.chooseGameSection .blockBody .listingInfos .playBtn {
  text-align: center;
}
.chooseGameSection .blockBody .listingInfos .playBtn a {
  padding: 0 80px;
  height: 52px;
  border: 1px solid black;
  border-radius: 30px;
  color: white;
  transition: all 0.3s ease-in-out;
}
.chooseGameSection .blockBody .listingInfos .playBtn a {
  font-size: 20px;
}
@media screen and (min-width: 320px) {
  .chooseGameSection .blockBody .listingInfos .playBtn a {
    font-size: calc(20px + 3 * (100vw - 320px) / 1601);
  }
}
@media screen and (min-width: 1921px) {
  .chooseGameSection .blockBody .listingInfos .playBtn a {
    font-size: 23px;
  }
}
.chooseGameSection .blockBody .listingInfos .playBtn a {
  line-height: 30px;
}
@media screen and (min-width: 320px) {
  .chooseGameSection .blockBody .listingInfos .playBtn a {
    line-height: calc(30px + 20 * (100vw - 320px) / 1601);
  }
}
@media screen and (min-width: 1921px) {
  .chooseGameSection .blockBody .listingInfos .playBtn a {
    line-height: 50px;
  }
}
.chooseGameSection .blockBody .listingInfos .playBtn a:hover {
  color: white !important;
  opacity: 0.8;
}
.chooseGameSection .sudoku .listingImage {
  background: #fcc7b2;
}
.chooseGameSection .sudoku .gameName {
  right: 30px;
  color: #e05418;
}
.chooseGameSection .sudoku .playBtn a {
  background: #e05418;
}
.chooseGameSection .crossWord .listingImage {
  background-color: #d9e6ff;
}
.chooseGameSection .crossWord .listingImage {
  background-color: #d9e6ff;
}
.chooseGameSection .crossWord .gameName {
  left: 30px;
  color: #5479f7;
}
.chooseGameSection .crossWord .playBtn a {
  background: #5479f7;
}

.chooseDifficultySection {
  padding: 60px 0 200px;
  background: linear-gradient(179.6deg, rgba(72, 154, 164, 0.19) 0%, rgba(255, 255, 255, 0.07) 100%);
}
.chooseDifficultySection .game {
  width: 100%;
  max-width: 960px;
  margin-inline: auto;
}
.chooseDifficultySection .game .imgContainer {
  margin-bottom: 20px;
}
.chooseDifficultySection .game .imgContainer img {
  max-width: 580px;
  margin-inline: auto;
}
.chooseDifficultySection .game .gameName {
  text-align: center;
  color: #e05418;
  margin-bottom: 50px;
}
.chooseDifficultySection .game .gameName {
  font-size: 20px;
}
@media screen and (min-width: 320px) {
  .chooseDifficultySection .game .gameName {
    font-size: calc(20px + 16 * (100vw - 320px) / 1601);
  }
}
@media screen and (min-width: 1921px) {
  .chooseDifficultySection .game .gameName {
    font-size: 36px;
  }
}
.chooseDifficultySection .game .gameName {
  line-height: 30px;
}
@media screen and (min-width: 320px) {
  .chooseDifficultySection .game .gameName {
    line-height: calc(30px + 37 * (100vw - 320px) / 1601);
  }
}
@media screen and (min-width: 1921px) {
  .chooseDifficultySection .game .gameName {
    line-height: 67px;
  }
}
.chooseDifficultySection .game .difficultyContainer {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.chooseDifficultySection .game .difficultyContainer .easy,
.chooseDifficultySection .game .difficultyContainer .medium,
.chooseDifficultySection .game .difficultyContainer .hard {
  flex: 0;
  border-radius: 30px;
  margin-bottom: 35px;
  background: white;
  padding: 60px 50px 30px;
  color: #e05418;
  text-align: center;
  box-shadow: 0 2px 45px 0 rgba(0, 0, 0, 0.11);
}
.chooseDifficultySection .game .difficultyContainer .easy,
.chooseDifficultySection .game .difficultyContainer .medium,
.chooseDifficultySection .game .difficultyContainer .hard {
  font-size: 18px;
}
@media screen and (min-width: 320px) {
  .chooseDifficultySection .game .difficultyContainer .easy,
  .chooseDifficultySection .game .difficultyContainer .medium,
  .chooseDifficultySection .game .difficultyContainer .hard {
    font-size: calc(18px + 10 * (100vw - 320px) / 1601);
  }
}
@media screen and (min-width: 1921px) {
  .chooseDifficultySection .game .difficultyContainer .easy,
  .chooseDifficultySection .game .difficultyContainer .medium,
  .chooseDifficultySection .game .difficultyContainer .hard {
    font-size: 28px;
  }
}
.chooseDifficultySection .game .difficultyContainer .easy,
.chooseDifficultySection .game .difficultyContainer .medium,
.chooseDifficultySection .game .difficultyContainer .hard {
  line-height: 30px;
}
@media screen and (min-width: 320px) {
  .chooseDifficultySection .game .difficultyContainer .easy,
  .chooseDifficultySection .game .difficultyContainer .medium,
  .chooseDifficultySection .game .difficultyContainer .hard {
    line-height: calc(30px + 37 * (100vw - 320px) / 1601);
  }
}
@media screen and (min-width: 1921px) {
  .chooseDifficultySection .game .difficultyContainer .easy,
  .chooseDifficultySection .game .difficultyContainer .medium,
  .chooseDifficultySection .game .difficultyContainer .hard {
    line-height: 67px;
  }
}
.chooseDifficultySection .game .difficultyContainer .levels {
  display: flex;
  gap: 5px;
  margin-bottom: 15px;
}
.chooseDifficultySection .game .difficultyContainer .level1,
.chooseDifficultySection .game .difficultyContainer .level2,
.chooseDifficultySection .game .difficultyContainer .level3 {
  border: 3px solid #e05418;
  width: 36px;
  height: 36px;
}
.chooseDifficultySection .game .difficultyContainer .level1.filled,
.chooseDifficultySection .game .difficultyContainer .level2.filled,
.chooseDifficultySection .game .difficultyContainer .level3.filled {
  background-color: #e05418;
}
.chooseDifficultySection .game .difficultyContainer .level1 {
  border-radius: 0 20px 20px 0;
}
.chooseDifficultySection .game .difficultyContainer .level3 {
  border-radius: 20px 0 0 20px;
}
.chooseDifficultySection .game .difficultyContainer .playBtn a {
  font-weight: 400;
  border-radius: 30px;
  text-align: center;
  background: #e05418;
  width: 100%;
  display: block;
  padding: 15px;
  color: white;
  transition: all 0.3s ease-in-out;
}
.chooseDifficultySection .game .difficultyContainer .playBtn a {
  font-size: 20px;
}
@media screen and (min-width: 320px) {
  .chooseDifficultySection .game .difficultyContainer .playBtn a {
    font-size: calc(20px + 3 * (100vw - 320px) / 1601);
  }
}
@media screen and (min-width: 1921px) {
  .chooseDifficultySection .game .difficultyContainer .playBtn a {
    font-size: 23px;
  }
}
.chooseDifficultySection .game .difficultyContainer .playBtn a {
  line-height: 16px;
}
@media screen and (min-width: 320px) {
  .chooseDifficultySection .game .difficultyContainer .playBtn a {
    line-height: calc(16px + 10 * (100vw - 320px) / 1601);
  }
}
@media screen and (min-width: 1921px) {
  .chooseDifficultySection .game .difficultyContainer .playBtn a {
    line-height: 26px;
  }
}
.chooseDifficultySection .game .difficultyContainer .playBtn a:hover {
  color: white !important;
  opacity: 0.8;
}

.newsListing {
  margin-bottom: 50px;
}
.newsListing .topSection {
  display: flex;
  flex-wrap: wrap;
  row-gap: 30px;
  align-items: baseline;
  padding-top: 20px;
  margin-bottom: 60px;
  border-top: 3px solid black;
}
.newsListing .topSection h2 {
  font-weight: 900;
  margin-right: 35px;
}
.newsListing .topSection h2 {
  font-size: 26px;
}
@media screen and (min-width: 320px) {
  .newsListing .topSection h2 {
    font-size: calc(26px + 4 * (100vw - 320px) / 1601);
  }
}
@media screen and (min-width: 1921px) {
  .newsListing .topSection h2 {
    font-size: 30px;
  }
}
.newsListing .topSection h2 {
  line-height: 16px;
}
@media screen and (min-width: 320px) {
  .newsListing .topSection h2 {
    line-height: calc(16px + 10 * (100vw - 320px) / 1601);
  }
}
@media screen and (min-width: 1921px) {
  .newsListing .topSection h2 {
    line-height: 26px;
  }
}
.newsListing .topSection .newsType {
  display: flex;
  flex-wrap: wrap;
  row-gap: 20px;
  padding-right:20px;
}
.newsListing .topSection .newsType .type {
  font-weight: 300;
  letter-spacing: -0.37px;
  border-right: 1px solid #474747;
  padding-right: 10px;
  margin-right: 10px;
}
.newsListing .topSection .newsType .type {
  font-size: 16px;
}
@media screen and (min-width: 320px) {
  .newsListing .topSection .newsType .type {
    font-size: calc(16px + 6 * (100vw - 320px) / 1601);
  }
}
@media screen and (min-width: 1921px) {
  .newsListing .topSection .newsType .type {
    font-size: 22px;
  }
}
.newsListing .topSection .newsType .type {
  line-height: 16px;
}
@media screen and (min-width: 320px) {
  .newsListing .topSection .newsType .type {
    line-height: calc(16px + 6 * (100vw - 320px) / 1601);
  }
}
@media screen and (min-width: 1921px) {
  .newsListing .topSection .newsType .type {
    line-height: 22px;
  }
}
.newsListing .topSection .newsType .type a {
  color: #474747;
}
.newsListing .topSection .newsType .type:last-of-type {
  border-right: none;
  padding-right: 0;
  margin-right: 0;
}
.newsListing .topSection .link {
  text-align: end;
  flex: 1;
}
.newsListing .topSection .link a {
  font-weight: 900;
}
.newsListing .topSection .link a {
  font-size: 12px;
}
@media screen and (min-width: 320px) {
  .newsListing .topSection .link a {
    font-size: calc(12px + 3 * (100vw - 320px) / 1601);
  }
}
@media screen and (min-width: 1921px) {
  .newsListing .topSection .link a {
    font-size: 15px;
  }
}
.newsListing .topSection .link a {
  line-height: 20px;
}
@media screen and (min-width: 320px) {
  .newsListing .topSection .link a {
    line-height: calc(20px + 6 * (100vw - 320px) / 1601);
  }
}
@media screen and (min-width: 1921px) {
  .newsListing .topSection .link a {
    line-height: 26px;
  }
}
.newsListing .newsSection {
  display: flex;
  flex-wrap: wrap;
  max-width: 1130px;
  margin-inline: auto;
  margin-bottom: 100px;
}
.newsListing .newsSection .listingHolder {
  flex: 1;
}
.newsListing .newsSection .listingItemDIV .listingItem {
  padding-bottom: 40px;
  border-bottom: 3px solid black;
}
.newsListing .newsSection .listingItemDIV .listingItem.premium .listingImage {
  position: relative;
}
.newsListing .newsSection .listingItemDIV .listingItem.premium .listingImage:after {
  content: "";
  background-image: url("../images/gold83x83.jpg");
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  right: 0;
  bottom: 0;
  height: 4vw;
  min-height: 50px;
  max-height: 83px;
  width: 4vw;
  min-width: 50px;
  max-width: 83px;
}
.newsListing .newsSection .listingItemDIV .listingItem.premium .type {
  padding-left: 25px;
  color: #c0984e;
  position: relative;
}
.newsListing .newsSection .listingItemDIV .listingItem.premium .type:before {
  content: "";
  background-image: url("../images/goldLock.svg");
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  left: 0;
  height: 21px;
  width: 16px;
  top: 50%;
  transform: translateY(-50%);
}
.newsListing .newsSection .listingItemDIV .listingItem .listingImage {
  margin-bottom: 20px;
}
.newsListing .newsSection .listingItemDIV .listingItem .listingInfos {
  max-width: 860px;
}
.newsListing .newsSection .listingItemDIV:first-of-type .listingItem {
  padding-bottom: 50px;
  margin-bottom: 50px;
  border-bottom: 1px solid rgba(121, 121, 111, 0.3764705882);
}
.newsListing .newsSection .listingItemDIV:first-of-type .listingTitle {
  margin-bottom: 20px;
}
.newsListing .newsSection .listingItemDIV:first-of-type .listingTitle {
  font-size: 20px;
}
@media screen and (min-width: 320px) {
  .newsListing .newsSection .listingItemDIV:first-of-type .listingTitle {
    font-size: calc(20px + 25 * (100vw - 320px) / 1601);
  }
}
@media screen and (min-width: 1921px) {
  .newsListing .newsSection .listingItemDIV:first-of-type .listingTitle {
    font-size: 45px;
  }
}
.newsListing .newsSection .listingItemDIV:first-of-type .listingTitle {
  line-height: 30px;
}
@media screen and (min-width: 320px) {
  .newsListing .newsSection .listingItemDIV:first-of-type .listingTitle {
    line-height: calc(30px + 37 * (100vw - 320px) / 1601);
  }
}
@media screen and (min-width: 1921px) {
  .newsListing .newsSection .listingItemDIV:first-of-type .listingTitle {
    line-height: 67px;
  }
}
.newsListing .newsSection .listingItemDIV:first-of-type .listingDescription {
  font-weight: 500;
}
.newsListing .newsSection .listingItemDIV:first-of-type .listingDescription {
  font-size: 20px;
}
@media screen and (min-width: 320px) {
  .newsListing .newsSection .listingItemDIV:first-of-type .listingDescription {
    font-size: calc(20px + 4 * (100vw - 320px) / 1601);
  }
}
@media screen and (min-width: 1921px) {
  .newsListing .newsSection .listingItemDIV:first-of-type .listingDescription {
    font-size: 24px;
  }
}
.newsListing .newsSection .listingItemDIV:first-of-type .listingDescription {
  line-height: 20px;
}
@media screen and (min-width: 320px) {
  .newsListing .newsSection .listingItemDIV:first-of-type .listingDescription {
    line-height: calc(20px + 12 * (100vw - 320px) / 1601);
  }
}
@media screen and (min-width: 1921px) {
  .newsListing .newsSection .listingItemDIV:first-of-type .listingDescription {
    line-height: 32px;
  }
}
.newsListing .newsSection .listingDate {
  margin-bottom: 20px;
}
.newsListing .newsSection .listingDate {
  font-size: 16px;
}
@media screen and (min-width: 320px) {
  .newsListing .newsSection .listingDate {
    font-size: calc(16px + 0 * (100vw - 320px) / 1601);
  }
}
@media screen and (min-width: 1921px) {
  .newsListing .newsSection .listingDate {
    font-size: 16px;
  }
}
.newsListing .newsSection .listingDate {
  line-height: 24px;
}
@media screen and (min-width: 320px) {
  .newsListing .newsSection .listingDate {
    line-height: calc(24px + 0 * (100vw - 320px) / 1601);
  }
}
@media screen and (min-width: 1921px) {
  .newsListing .newsSection .listingDate {
    line-height: 24px;
  }
}
.newsListing .newsSection .listingDate .type {
  color: #39c0f3;
}
.newsListing .newsSection .listingTitle {
  margin-bottom: 20px;
}
.newsListing .newsSection .listingTitle {
  font-size: 16px;
}
@media screen and (min-width: 320px) {
  .newsListing .newsSection .listingTitle {
    font-size: calc(16px + 12 * (100vw - 320px) / 1601);
  }
}
@media screen and (min-width: 1921px) {
  .newsListing .newsSection .listingTitle {
    font-size: 28px;
  }
}
.newsListing .newsSection .listingTitle {
  line-height: 20px;
}
@media screen and (min-width: 320px) {
  .newsListing .newsSection .listingTitle {
    line-height: calc(20px + 12 * (100vw - 320px) / 1601);
  }
}
@media screen and (min-width: 1921px) {
  .newsListing .newsSection .listingTitle {
    line-height: 32px;
  }
}
.newsListing .newsSection .listingDescription {
  font-weight: 500;
}
.newsListing .newsSection .listingDescription {
  font-size: 16px;
}
@media screen and (min-width: 320px) {
  .newsListing .newsSection .listingDescription {
    font-size: calc(16px + 6 * (100vw - 320px) / 1601);
  }
}
@media screen and (min-width: 1921px) {
  .newsListing .newsSection .listingDescription {
    font-size: 22px;
  }
}
.newsListing .newsSection .listingDescription {
  line-height: 20px;
}
@media screen and (min-width: 320px) {
  .newsListing .newsSection .listingDescription {
    line-height: calc(20px + 12 * (100vw - 320px) / 1601);
  }
}
@media screen and (min-width: 1921px) {
  .newsListing .newsSection .listingDescription {
    line-height: 32px;
  }
}
.newsListing .newsSectionOthers .listingHolder {
  row-gap: 50px;
}
.newsListing .newsSectionOthers .listingItemDIV .listingItem {
  padding-bottom: 50px;
  border-bottom: 3px solid black;
}
.newsListing .newsSectionOthers .listingItemDIV .listingItem.premium .type {
  padding-left: 25px;
  color: #c0984e;
  position: relative;
}
.newsListing .newsSectionOthers .listingItemDIV .listingItem.premium .type:before {
  content: "";
  background-image: url("../images/goldLock.svg");
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  left: 0;
  height: 21px;
  width: 16px;
  top: 50%;
  transform: translateY(-50%);
}
.newsListing .newsSectionOthers .listingItemDIV .listingImage {
  margin-bottom: 20px;
}
.newsListing .newsSectionOthers .listingItemDIV .listingImage img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 208px;
}
.newsListing .newsSectionOthers .listingItemDIV .listingDate {
  margin-bottom: 20px;
}
.newsListing .newsSectionOthers .listingItemDIV .listingDate {
  font-size: 16px;
}
@media screen and (min-width: 320px) {
  .newsListing .newsSectionOthers .listingItemDIV .listingDate {
    font-size: calc(16px + 0 * (100vw - 320px) / 1601);
  }
}
@media screen and (min-width: 1921px) {
  .newsListing .newsSectionOthers .listingItemDIV .listingDate {
    font-size: 16px;
  }
}
.newsListing .newsSectionOthers .listingItemDIV .listingDate {
  line-height: 24px;
}
@media screen and (min-width: 320px) {
  .newsListing .newsSectionOthers .listingItemDIV .listingDate {
    line-height: calc(24px + 0 * (100vw - 320px) / 1601);
  }
}
@media screen and (min-width: 1921px) {
  .newsListing .newsSectionOthers .listingItemDIV .listingDate {
    line-height: 24px;
  }
}
.newsListing .newsSectionOthers .listingItemDIV .listingDate .type {
  color: #39c0f3;
}
.newsListing .newsSectionOthers .listingItemDIV .listingTitle {
  font-size: 16px;
}
@media screen and (min-width: 320px) {
  .newsListing .newsSectionOthers .listingItemDIV .listingTitle {
    font-size: calc(16px + 6 * (100vw - 320px) / 1601);
  }
}
@media screen and (min-width: 1921px) {
  .newsListing .newsSectionOthers .listingItemDIV .listingTitle {
    font-size: 22px;
  }
}
.newsListing .newsSectionOthers .listingItemDIV .listingTitle {
  line-height: 20px;
}
@media screen and (min-width: 320px) {
  .newsListing .newsSectionOthers .listingItemDIV .listingTitle {
    line-height: calc(20px + 12 * (100vw - 320px) / 1601);
  }
}
@media screen and (min-width: 1921px) {
  .newsListing .newsSectionOthers .listingItemDIV .listingTitle {
    line-height: 32px;
  }
}
.newsListing .newsSectionOthers .loadMore {
  margin-top: 50px;
  text-align: center;
}
.newsListing .newsSectionOthers .loadMore a {
  font-weight: 500;
  line-height: 50px;
  display: inline-block;
  padding: 0 55px;
  color: white;
  background: #39c0f3;
  border-radius: 30px;
  transition: all 0.3s ease-in-out;
}
.newsListing .newsSectionOthers .loadMore a {
  font-size: 20px;
}
@media screen and (min-width: 320px) {
  .newsListing .newsSectionOthers .loadMore a {
    font-size: calc(20px + 3 * (100vw - 320px) / 1601);
  }
}
@media screen and (min-width: 1921px) {
  .newsListing .newsSectionOthers .loadMore a {
    font-size: 23px;
  }
}
.newsListing .newsSectionOthers .loadMore a:hover {
  color: white !important;
  opacity: 0.8;
}

.programsSection {
  margin-bottom: 100px;
}
.programsSection .featuredNews {
  border-bottom: 1px solid rgba(121, 121, 111, 0.3764705882);
}
.programsSection .listingItemDIV {
  margin-bottom: 50px;
  padding-bottom: 50px;
  border-bottom: 1px solid rgba(121, 121, 111, 0.3764705882);
}
.programsSection .listingItemDIV.featured .listingInfos {
  margin-top: -80px;
  margin-inline: auto;
  padding: 30px 25px 60px 30px;
  max-width: 960px;
  background: #e4f8fd;
  position: relative;
}
.programsSection .listingItemDIV.featured .listingInfos .listingDate {
  margin-bottom: 8px;
}
.programsSection .listingItemDIV.featured .listingInfos .listingDate {
  font-size: 16px;
}
@media screen and (min-width: 320px) {
  .programsSection .listingItemDIV.featured .listingInfos .listingDate {
    font-size: calc(16px + 0 * (100vw - 320px) / 1601);
  }
}
@media screen and (min-width: 1921px) {
  .programsSection .listingItemDIV.featured .listingInfos .listingDate {
    font-size: 16px;
  }
}
.programsSection .listingItemDIV.featured .listingInfos .listingDate {
  line-height: 24px;
}
@media screen and (min-width: 320px) {
  .programsSection .listingItemDIV.featured .listingInfos .listingDate {
    line-height: calc(24px + 0 * (100vw - 320px) / 1601);
  }
}
@media screen and (min-width: 1921px) {
  .programsSection .listingItemDIV.featured .listingInfos .listingDate {
    line-height: 24px;
  }
}
.programsSection .listingItemDIV.featured .listingInfos .listingDate .type {
  color: #39c0f3;
}
.programsSection .listingItemDIV.featured .listingInfos .listingTitle {
  font-weight: bold;
  letter-spacing: -0.41px;
  color: black;
  max-width: 800px;
  margin-bottom: 20px;
}
.programsSection .listingItemDIV.featured .listingInfos .listingTitle {
  font-size: 20px;
}
@media screen and (min-width: 320px) {
  .programsSection .listingItemDIV.featured .listingInfos .listingTitle {
    font-size: calc(20px + 25 * (100vw - 320px) / 1601);
  }
}
@media screen and (min-width: 1921px) {
  .programsSection .listingItemDIV.featured .listingInfos .listingTitle {
    font-size: 45px;
  }
}
.programsSection .listingItemDIV.featured .listingInfos .listingTitle {
  line-height: 30px;
}
@media screen and (min-width: 320px) {
  .programsSection .listingItemDIV.featured .listingInfos .listingTitle {
    line-height: calc(30px + 37 * (100vw - 320px) / 1601);
  }
}
@media screen and (min-width: 1921px) {
  .programsSection .listingItemDIV.featured .listingInfos .listingTitle {
    line-height: 67px;
  }
}
.programsSection .listingItemDIV.featured .listingInfos .listingDescription {
  font-weight: 500;
  max-width: 800px;
}
.programsSection .listingItemDIV.featured .listingInfos .listingDescription {
  font-size: 16px;
}
@media screen and (min-width: 320px) {
  .programsSection .listingItemDIV.featured .listingInfos .listingDescription {
    font-size: calc(16px + 8 * (100vw - 320px) / 1601);
  }
}
@media screen and (min-width: 1921px) {
  .programsSection .listingItemDIV.featured .listingInfos .listingDescription {
    font-size: 24px;
  }
}
.programsSection .listingItemDIV.featured .listingInfos .listingDescription {
  line-height: 20px;
}
@media screen and (min-width: 320px) {
  .programsSection .listingItemDIV.featured .listingInfos .listingDescription {
    line-height: calc(20px + 10 * (100vw - 320px) / 1601);
  }
}
@media screen and (min-width: 1921px) {
  .programsSection .listingItemDIV.featured .listingInfos .listingDescription {
    line-height: 30px;
  }
}
.programsSection .otherNews {
  display: flex;
  flex-wrap: wrap;
  max-width: 1000px;
}
.programsSection .otherNews .listingItemDIV {
  border-right: 1px solid rgba(121, 121, 111, 0.3764705882);
}
.programsSection .otherNews .listingItemDIV .listingItem {
  margin-top: -10px;
  padding-bottom: 15px;
  padding-left: 20px;
}
.programsSection .otherNews .listingItemDIV .listingItem.premium .type {
  padding-left: 25px;
  color: #c0984e;
  position: relative;
}
.programsSection .otherNews .listingItemDIV .listingItem.premium .type:before {
  content: "";
  background-image: url("../images/goldLock.svg");
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  left: 0;
  height: 21px;
  width: 16px;
  top: 50%;
  transform: translateY(-50%);
}
.programsSection .otherNews .listingDate {
  margin-bottom: 16px;
}
.programsSection .otherNews .listingDate {
  font-size: 16px;
}
@media screen and (min-width: 320px) {
  .programsSection .otherNews .listingDate {
    font-size: calc(16px + 0 * (100vw - 320px) / 1601);
  }
}
@media screen and (min-width: 1921px) {
  .programsSection .otherNews .listingDate {
    font-size: 16px;
  }
}
.programsSection .otherNews .listingDate {
  line-height: 24px;
}
@media screen and (min-width: 320px) {
  .programsSection .otherNews .listingDate {
    line-height: calc(24px + 0 * (100vw - 320px) / 1601);
  }
}
@media screen and (min-width: 1921px) {
  .programsSection .otherNews .listingDate {
    line-height: 24px;
  }
}
.programsSection .otherNews .listingDate .type {
  color: #39c0f3;
}
.programsSection .otherNews .listingTitle {
  font-size: 18px;
}
@media screen and (min-width: 320px) {
  .programsSection .otherNews .listingTitle {
    font-size: calc(18px + 0 * (100vw - 320px) / 1601);
  }
}
@media screen and (min-width: 1921px) {
  .programsSection .otherNews .listingTitle {
    font-size: 18px;
  }
}
.programsSection .otherNews .listingTitle {
  line-height: 26px;
}
@media screen and (min-width: 320px) {
  .programsSection .otherNews .listingTitle {
    line-height: calc(26px + 0 * (100vw - 320px) / 1601);
  }
}
@media screen and (min-width: 1921px) {
  .programsSection .otherNews .listingTitle {
    line-height: 26px;
  }
}
.programsSection .featured {
  margin-bottom: 90px;
}
.programsSection .featuredNews {
  border: none;
}
.programsSection .otherNews {
  max-width: unset;
}
.programsSection .otherNews .listingImage {
  margin-bottom: 40px;
}
.programsSection .otherNews .listingItemDIV {
  border-inline: none;
}
.programsSection .otherNews .listingItemDIV .listingItem {
  border: none;
  padding: 0;
}
.programsSection .otherNews .listingTitle {
  font-size: 16px;
}
@media screen and (min-width: 320px) {
  .programsSection .otherNews .listingTitle {
    font-size: calc(16px + 6 * (100vw - 320px) / 1601);
  }
}
@media screen and (min-width: 1921px) {
  .programsSection .otherNews .listingTitle {
    font-size: 22px;
  }
}
.programsSection .otherNews .listingTitle {
  line-height: 20px;
}
@media screen and (min-width: 320px) {
  .programsSection .otherNews .listingTitle {
    line-height: calc(20px + 12 * (100vw - 320px) / 1601);
  }
}
@media screen and (min-width: 1921px) {
  .programsSection .otherNews .listingTitle {
    line-height: 32px;
  }
}
.programsSection .loadMore {
  text-align: center;
}
.programsSection .loadMore a {
  font-weight: 500;
  line-height: 50px;
  display: inline-block;
  padding: 0 55px;
  color: white;
  background: #39c0f3;
  border-radius: 30px;
  transition: all 0.3s ease-in-out;
}
.programsSection .loadMore a {
  font-size: 20px;
}
@media screen and (min-width: 320px) {
  .programsSection .loadMore a {
    font-size: calc(20px + 3 * (100vw - 320px) / 1601);
  }
}
@media screen and (min-width: 1921px) {
  .programsSection .loadMore a {
    font-size: 23px;
  }
}
.programsSection .loadMore a:hover {
  color: white !important;
  opacity: 0.8;
}

.adSectionWhite {
  background: white;
  padding: 10px 0 50px;
  text-align: center;
}
.adSectionWhite span {
  color: #868686;
  opacity: 0.5;
  font-size: 12px;
  line-height: 18px;
}
.adSectionWhite .imgContainer {
  margin-top: 35px;
  max-width: 750px;
  margin-inline: auto;
}

.newsDetails {
  padding: 50px 0 70px;
  background: #e4f8fd;
}
.newsDetails .newsSection {
  display: flex;
  flex-wrap: wrap;
  max-width: 1280px;
  margin-left: auto;
}
.newsDetails .topSection {
  padding-right: 60px;
}
.newsDetails .topSection .date {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 14px;
}
.newsDetails .topSection .date .type {
  color: #39c0f3;
}
.newsDetails .topSection .tab .author {
  flex: 1;
  margin-bottom: 0;
  height: 100%;
}
.newsDetails .topSection .tab .author .imgContainer {
  height: 100%;
}
.newsDetails .topSection .tab .author .imgContainer img {
  max-height: 60px !important;
  height: 100%;
  width: auto;
}
.newsDetails .topSection .tab .author .authorName {
  color: #000;
  text-align: right;
  font-size: 18px;
  font-weight: 400;
  line-height: 18px;
}
.newsDetails .topSection .author {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 20px;
  flex: 0 0 100%;
}
.newsDetails .topSection .author {
  font-size: 16px;
}
@media screen and (min-width: 320px) {
  .newsDetails .topSection .author {
    font-size: calc(16px + 0 * (100vw - 320px) / 1601);
  }
}
@media screen and (min-width: 1921px) {
  .newsDetails .topSection .author {
    font-size: 16px;
  }
}
.newsDetails .topSection .author {
  line-height: 24px;
}
@media screen and (min-width: 320px) {
  .newsDetails .topSection .author {
    line-height: calc(24px + 0 * (100vw - 320px) / 1601);
  }
}
@media screen and (min-width: 1921px) {
  .newsDetails .topSection .author {
    line-height: 24px;
  }
}
.newsDetails .topSection .author .info {
  font-size: 16px;
  line-height: 20px;
}
.newsDetails .topSection .author .info .name {
  color: #07b9ff;
}
.newsDetails .topSection .author .info .position {
  color: #005c80;
}
.newsDetails .topSection .author .imgContainer {
  width: 50px;
}
.newsDetails .topSection .author .type {
  color: #39c0f3;
  display: block;
}
.newsDetails .topSection .title {
  margin-bottom: 25px;
}
.newsDetails .topSection .title {
  font-size: 20px;
}
@media screen and (min-width: 320px) {
  .newsDetails .topSection .title {
    font-size: calc(20px + 25 * (100vw - 320px) / 1601);
  }
}
@media screen and (min-width: 1921px) {
  .newsDetails .topSection .title {
    font-size: 45px;
  }
}
.newsDetails .topSection .title {
  line-height: 30px;
}
@media screen and (min-width: 320px) {
  .newsDetails .topSection .title {
    line-height: calc(30px + 37 * (100vw - 320px) / 1601);
  }
}
@media screen and (min-width: 1921px) {
  .newsDetails .topSection .title {
    line-height: 67px;
  }
}
.newsDetails .topSection .description {
  margin-bottom: 65px;
}
.newsDetails .topSection .description {
  font-size: 16px;
}
@media screen and (min-width: 320px) {
  .newsDetails .topSection .description {
    font-size: calc(16px + 8 * (100vw - 320px) / 1601);
  }
}
@media screen and (min-width: 1921px) {
  .newsDetails .topSection .description {
    font-size: 24px;
  }
}
.newsDetails .topSection .description {
  line-height: 20px;
}
@media screen and (min-width: 320px) {
  .newsDetails .topSection .description {
    line-height: calc(20px + 10 * (100vw - 320px) / 1601);
  }
}
@media screen and (min-width: 1921px) {
  .newsDetails .topSection .description {
    line-height: 30px;
  }
}
.newsDetails .tab {
  display: flex;
  width: 100%;
  border-top: 1px solid rgba(121, 121, 111, 0.3764705882);
  border-bottom: 1px solid rgba(121, 121, 111, 0.3764705882);
  align-items: center;
  margin-bottom: 40px;
}
.newsDetails .tab img {
  max-height: 19px !important;
  transition: all 0.3s ease-in-out;
}
.newsDetails .tab img:hover {
  opacity: 0.7;
}
.newsDetails .tab .date {
  flex: 1;
}
.newsDetails .tab .date {
  font-size: 16px;
}
@media screen and (min-width: 320px) {
  .newsDetails .tab .date {
    font-size: calc(16px + 0 * (100vw - 320px) / 1601);
  }
}
@media screen and (min-width: 1921px) {
  .newsDetails .tab .date {
    font-size: 16px;
  }
}
.newsDetails .tab .date {
  line-height: 24px;
}
@media screen and (min-width: 320px) {
  .newsDetails .tab .date {
    line-height: calc(24px + 0 * (100vw - 320px) / 1601);
  }
}
@media screen and (min-width: 1921px) {
  .newsDetails .tab .date {
    line-height: 24px;
  }
}
.newsDetails .tab .date .type {
  color: #39c0f3;
}
.newsDetails .tab .share,
.newsDetails .tab .socialIcon,
.newsDetails .tab .save,
.newsDetails .tab .copy {
  padding: 20px;
  border-left: 1px solid rgba(121, 121, 111, 0.3764705882);
}
.newsDetails .tab .copy {
  position: relative;
}
.newsDetails .tab .share {
  position: relative;
}
.newsDetails .tab .share .desktopShare {
  min-width: 30px;
}
.newsDetails .tab .share .mobileShare {
  display: none;
  height: 40px;
}
.newsDetails .tab .share .social,
.newsDetails .tab .share .socialMobile {
  display: none;
  background: black;
  position: absolute;
  top: 0;
  right: calc(100% + 20px);
  width: 160px;
  z-index: 1;
}
.newsDetails .tab .share .social:before,
.newsDetails .tab .share .socialMobile:before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
  border-left: 15px solid black;
  position: absolute;
  top: 12px;
  right: -14px;
}
.newsDetails .tab .share .social h3,
.newsDetails .tab .share .socialMobile h3 {
  color: white;
  padding: 15px;
}
.newsDetails .tab .share .social li a,
.newsDetails .tab .share .socialMobile li a {
  padding-inline: 20px;
  padding-bottom: 5px;
  margin-bottom: 5px;
  border-bottom: 1px solid #7096cf;
  color: white;
  display: flex;
  align-items: center;
  gap: 15px;
}
.newsDetails .tab .share .social li a img,
.newsDetails .tab .share .socialMobile li a img {
  width: auto;
  max-height: 19px;
}
.newsDetails .tab .share .social li:last-of-type a,
.newsDetails .tab .share .socialMobile li:last-of-type a {
  border: none;
}
.newsDetails .tab .share .social img,
.newsDetails .tab .share .socialMobile img {
  height: auto !important;
  max-width: 20px !important;
}
.newsDetails .tab .btnSave img {
  display: none;
}
.newsDetails .tab .btnSave .show {
  display: block;
}
.newsDetails .firstColumn {
  padding-right: 60px;
  flex: 1;
}
.newsDetails .firstColumn .imgContainer {
  margin-bottom: 40px;
}
.newsDetails .firstColumn .imgContainer:first-of-type {
  margin-bottom: 70px;
}
.newsDetails .firstColumn .bodyText {
  color: #30302e;
  font-weight: normal;
  font-size: 20px !important;
  margin-bottom: 30px;
  display: inline-block;
  max-width: 100%;
}
.newsDetails .firstColumn .bodyText h2,
.newsDetails .firstColumn .bodyText h3,
.newsDetails .firstColumn .bodyText h4 {
  line-height: normal;
}
.newsDetails .firstColumn .bodyText ul li {
  margin-left: 25px;
  list-style: initial;
  font-weight: 500;
  margin-bottom: 30px;
}
.newsDetails .firstColumn .bodyText ul li {
  font-size: 18px;
}
@media screen and (min-width: 320px) {
  .newsDetails .firstColumn .bodyText ul li {
    font-size: calc(18px + 2 * (100vw - 320px) / 1601);
  }
}
@media screen and (min-width: 1921px) {
  .newsDetails .firstColumn .bodyText ul li {
    font-size: 20px;
  }
}
.newsDetails .firstColumn .bodyText ul li {
  line-height: 20px;
}
@media screen and (min-width: 320px) {
  .newsDetails .firstColumn .bodyText ul li {
    line-height: calc(20px + 10 * (100vw - 320px) / 1601);
  }
}
@media screen and (min-width: 1921px) {
  .newsDetails .firstColumn .bodyText ul li {
    line-height: 30px;
  }
}
.newsDetails .firstColumn .bodyText ul li:last-of-type {
  margin-bottom: 0;
}
.newsDetails .firstColumn .bodyText a {
  color: #39c0f3;
}
.newsDetails .firstColumn .bodyText a:hover {
  opacity: 0.7;
}
.newsDetails .firstColumn .imgInfo {
  font-size: 16px;
  line-height: 24px;
  padding: 5px 0;
  padding-left: 40px;
  color: #a9a9a9;
  font-weight: normal;
  position: relative;
  border-bottom: 1px solid #9a9a9a;
  word-break: break-all;
}
.newsDetails .firstColumn .imgInfo:before {
  content: "";
  background: #9a9a9a;
  width: 25px;
  height: 22.5px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
}
.newsDetails .firstColumn .adSectionWhite {
  padding: 15px 75px 30px;
  margin-bottom: 50px;
}
.newsDetails .firstColumn .adSectionWhite .imgContainer {
  margin: 0;
}
.newsDetails .firstColumn .floatedText {
  width: 50%;
  padding: 30px 0 30px 70px;
  color: #30302e;
  font-size: 30px;
  font-weight: 900;
  line-height: 39px;
  float: left;
  margin-left: -70px;
}
.newsDetails .firstColumn .floatedText.floatEnd {
  float: right;
  padding: 30px 30px 30px 0;
  margin-inline-start: 0;
}
.newsDetails .firstColumn .floatedTime {
  width: 50%;
  float: left;
  margin-left: -70px;
  padding: 30px 0 30px 70px;
  display: flex;
  flex-direction: column;
}
.newsDetails .firstColumn .floatedTime .time {
  display: flex;
}
.newsDetails .firstColumn .floatedTime .time:last-of-type .right:after {
  content: none;
}
.newsDetails .firstColumn .floatedTime .date {
  display: flex;
  color: #474747;
  font-size: 17px;
  font-style: normal;
  font-weight: 700;
  line-height: 30px;
  position: relative;
}
.newsDetails .firstColumn .floatedTime .date:after {
  content: "";
  position: absolute;
  right: -15px;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #39c0f3;
}
.newsDetails .firstColumn .floatedTime .right {
  padding-inline-end: 15px;
  position: relative;
}
.newsDetails .firstColumn .floatedTime .right:after {
  content: "";
  position: absolute;
  right: 0;
  width: 1px;
  height: 100%;
  top: 20px;
  background: black;
}
.newsDetails .firstColumn .floatedTime .left {
  flex: 0 0 60%;
  padding-inline-start: 15px;
}
.newsDetails .firstColumn .floatedTime .left .title {
  color: #474747;
  text-align: right;
  font-size: 26px;
  font-weight: 900;
  line-height: 39px;
}
.newsDetails .firstColumn .floatedTime .left .description {
  color: #07b9ff;
  text-align: right;
  font-size: 17px;
  font-weight: 700;
  line-height: 24px;
}
.newsDetails .firstColumn .floatedList {
  width: 50%;
  padding: 30px 0 30px 70px;
  float: left;
  margin-left: -70px;
}
.newsDetails .firstColumn .floatedList .title {
  color: #07b9ff;
  text-align: right;
  font-size: 30px;
  font-weight: 900;
  line-height: 39px;
  margin-bottom: 15px;
  padding-top: 30px;
  border-top: 5px solid #07b9ff;
}
.newsDetails .firstColumn .floatedList ul li {
  margin-bottom: 0;
  line-height: 30px;
}
.newsDetails .firstColumn .floatedNumber {
  width: 50%;
  padding: 30px 0 30px 70px;
  float: left;
  margin-left: -70px;
}
.newsDetails .firstColumn .floatedNumber .title {
  color: #474747;
  font-size: 55px;
  font-weight: 700;
  line-height: 30px;
  margin-bottom: 40px;
}
.newsDetails .firstColumn .floatedNumber .subtitle {
  color: #474747;
  font-size: 30px;
  font-weight: 900;
  line-height: 39px;
}
.newsDetails .firstColumn .floatedNumber .number {
  color: #07b9ff;
  text-align: right;
  font-weight: 900;
  margin-bottom: 15px;
}
.newsDetails .firstColumn .floatedNumber .number {
  font-size: 80px;
}
@media screen and (min-width: 320px) {
  .newsDetails .firstColumn .floatedNumber .number {
    font-size: calc(80px + 40 * (100vw - 320px) / 1601);
  }
}
@media screen and (min-width: 1921px) {
  .newsDetails .firstColumn .floatedNumber .number {
    font-size: 120px;
  }
}
.newsDetails .firstColumn .floatedNumber .number {
  line-height: 80px;
}
@media screen and (min-width: 320px) {
  .newsDetails .firstColumn .floatedNumber .number {
    line-height: calc(80px + 40 * (100vw - 320px) / 1601);
  }
}
@media screen and (min-width: 1921px) {
  .newsDetails .firstColumn .floatedNumber .number {
    line-height: 120px;
  }
}
.newsDetails .firstColumn .floatedNumber .description {
  border-bottom: 5px solid #07b9ff;
  padding-bottom: 20px;
}
.newsDetails .firstColumn .floatedOpinion {
  width: 50%;
  padding: 70px 0 30px 70px;
  float: left;
  margin-left: -70px;
}
.newsDetails .firstColumn .floatedOpinion .box {
  position: relative;
  border: 1px solid #07b9ff;
  background: #c8f1fc;
  padding: 42px 32px 14px;
}
.newsDetails .firstColumn .floatedOpinion .circle {
  display: inline-block;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 82px;
  height: 82px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #07b9ff;
  text-align: right;
  font-size: 30px;
  font-weight: 900;
  background: #c8f1fc;
  border: 1px solid #07b9ff;
  border-radius: 50%;
}
.newsDetails .firstColumn .floatedOpinion .author {
  display: flex;
  align-items: end;
  gap: 20px;
  padding-bottom: 12px;
  margin-bottom: 12px;
  border-bottom: 1px solid #79796f;
}
.newsDetails .firstColumn .floatedOpinion .author .authorImage {
  width: 50px;
}
.newsDetails .firstColumn .floatedOpinion .author .authorText {
  color: #07b9ff;
  text-align: right;
  font-size: 16px;
  font-weight: 700;
  line-height: 22px;
}
.newsDetails .firstColumn .floatedOpinion .title {
  color: #30302e;
  font-size: 18px;
  font-weight: 700;
  line-height: 26px;
  margin-bottom: 30px;
}
.newsDetails .firstColumn .floatedOpinion .description {
  color: #005c80;
  font-size: 17px;
  font-weight: 400;
  line-height: 24px;
}
.newsDetails .firstColumn .floatedOpinion .readMore {
  color: #07b9ff;
  font-size: 19px;
  font-weight: 700;
  line-height: 30px;
  margin-top: 10px;
}
.newsDetails .firstColumn .floatedAnalysis {
  width: 50%;
  padding: 0 30px 0 70px;
  margin-top: 30px;
  float: left;
  border-left: 5px solid #07b9ff;
}
.newsDetails .firstColumn .floatedAnalysis .author {
  display: flex;
  align-items: end;
  gap: 20px;
  margin-bottom: 12px;
}
.newsDetails .firstColumn .floatedAnalysis .author .authorImage {
  width: 100px;
}
.newsDetails .firstColumn .floatedAnalysis .author .authorText {
  font-size: 16px;
  font-weight: 700;
  line-height: 22px;
}
.newsDetails .firstColumn .floatedAnalysis .author .authorText span {
  color: #07b9ff;
}
.newsDetails .firstColumn .floatedAnalysis .title {
  color: #000;
  font-size: 30px;
  font-weight: 900;
  line-height: 44px;
  margin-bottom: 40px;
}
.newsDetails .firstColumn .floatedAnalysis .description {
  color: #30302e;
  text-align: right;
  font-size: 19px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
}
.newsDetails .firstColumn .floatedAnalysis .readMore {
  color: #07b9ff;
  font-size: 19px;
  font-weight: 700;
  line-height: 30px;
  margin-top: 10px;
}
.newsDetails .firstColumn .floatedQuote {
  width: 50%;
  padding: 30px 0 30px 70px;
  float: left;
  margin-left: -70px;
}
.newsDetails .firstColumn .floatedQuote .imgContainer {
  max-width: 68px;
  margin-bottom: 20px;
}
.newsDetails .firstColumn .floatedQuote .title {
  color: #30302e;
  font-size: 30px;
  font-weight: 900;
  line-height: 39px;
  margin-bottom: 20px;
}
.newsDetails .firstColumn .floatedQuote .author .authorImage {
  width: 100px;
  margin-bottom: 20px;
}
.newsDetails .firstColumn .floatedQuote .author .authorText {
  font-size: 16px;
  font-weight: 700;
  line-height: 22px;
}
.newsDetails .firstColumn .floatedQuote .author .authorText span {
  color: #07b9ff;
}
.newsDetails .secondColumn .relatedNews,
.newsDetails .secondColumn .latestNews,
.newsDetails .secondColumn .mostRead,
.newsDetails .secondColumn .brief {
  border-top: 3px solid black;
  padding-top: 20px;
}
.newsDetails .secondColumn .relatedNews h4,
.newsDetails .secondColumn .latestNews h4,
.newsDetails .secondColumn .mostRead h4,
.newsDetails .secondColumn .brief h4 {
  font-weight: 900;
  margin-bottom: 35px;
}
.newsDetails .secondColumn .relatedNews h4,
.newsDetails .secondColumn .latestNews h4,
.newsDetails .secondColumn .mostRead h4,
.newsDetails .secondColumn .brief h4 {
  font-size: 20px;
}
@media screen and (min-width: 320px) {
  .newsDetails .secondColumn .relatedNews h4,
  .newsDetails .secondColumn .latestNews h4,
  .newsDetails .secondColumn .mostRead h4,
  .newsDetails .secondColumn .brief h4 {
    font-size: calc(20px + 3 * (100vw - 320px) / 1601);
  }
}
@media screen and (min-width: 1921px) {
  .newsDetails .secondColumn .relatedNews h4,
  .newsDetails .secondColumn .latestNews h4,
  .newsDetails .secondColumn .mostRead h4,
  .newsDetails .secondColumn .brief h4 {
    font-size: 23px;
  }
}
.newsDetails .secondColumn .relatedNews h4,
.newsDetails .secondColumn .latestNews h4,
.newsDetails .secondColumn .mostRead h4,
.newsDetails .secondColumn .brief h4 {
  line-height: 16px;
}
@media screen and (min-width: 320px) {
  .newsDetails .secondColumn .relatedNews h4,
  .newsDetails .secondColumn .latestNews h4,
  .newsDetails .secondColumn .mostRead h4,
  .newsDetails .secondColumn .brief h4 {
    line-height: calc(16px + 10 * (100vw - 320px) / 1601);
  }
}
@media screen and (min-width: 1921px) {
  .newsDetails .secondColumn .relatedNews h4,
  .newsDetails .secondColumn .latestNews h4,
  .newsDetails .secondColumn .mostRead h4,
  .newsDetails .secondColumn .brief h4 {
    line-height: 26px;
  }
}
.newsDetails .secondColumn .relatedNews .listingItem,
.newsDetails .secondColumn .latestNews .listingItem,
.newsDetails .secondColumn .mostRead .listingItem,
.newsDetails .secondColumn .brief .listingItem {
  margin-bottom: 25px;
}
.newsDetails .secondColumn .relatedNews .listingDate,
.newsDetails .secondColumn .latestNews .listingDate,
.newsDetails .secondColumn .mostRead .listingDate,
.newsDetails .secondColumn .brief .listingDate {
  margin-bottom: 10px;
}
.newsDetails .secondColumn .relatedNews .listingDate,
.newsDetails .secondColumn .latestNews .listingDate,
.newsDetails .secondColumn .mostRead .listingDate,
.newsDetails .secondColumn .brief .listingDate {
  font-size: 16px;
}
@media screen and (min-width: 320px) {
  .newsDetails .secondColumn .relatedNews .listingDate,
  .newsDetails .secondColumn .latestNews .listingDate,
  .newsDetails .secondColumn .mostRead .listingDate,
  .newsDetails .secondColumn .brief .listingDate {
    font-size: calc(16px + 0 * (100vw - 320px) / 1601);
  }
}
@media screen and (min-width: 1921px) {
  .newsDetails .secondColumn .relatedNews .listingDate,
  .newsDetails .secondColumn .latestNews .listingDate,
  .newsDetails .secondColumn .mostRead .listingDate,
  .newsDetails .secondColumn .brief .listingDate {
    font-size: 16px;
  }
}
.newsDetails .secondColumn .relatedNews .listingDate,
.newsDetails .secondColumn .latestNews .listingDate,
.newsDetails .secondColumn .mostRead .listingDate,
.newsDetails .secondColumn .brief .listingDate {
  line-height: 24px;
}
@media screen and (min-width: 320px) {
  .newsDetails .secondColumn .relatedNews .listingDate,
  .newsDetails .secondColumn .latestNews .listingDate,
  .newsDetails .secondColumn .mostRead .listingDate,
  .newsDetails .secondColumn .brief .listingDate {
    line-height: calc(24px + 0 * (100vw - 320px) / 1601);
  }
}
@media screen and (min-width: 1921px) {
  .newsDetails .secondColumn .relatedNews .listingDate,
  .newsDetails .secondColumn .latestNews .listingDate,
  .newsDetails .secondColumn .mostRead .listingDate,
  .newsDetails .secondColumn .brief .listingDate {
    line-height: 24px;
  }
}
.newsDetails .secondColumn .relatedNews .listingDate .type,
.newsDetails .secondColumn .latestNews .listingDate .type,
.newsDetails .secondColumn .mostRead .listingDate .type,
.newsDetails .secondColumn .brief .listingDate .type {
  color: #39c0f3;
}
.newsDetails .secondColumn .brief {
  position: sticky;
  top: 130px;
  max-height: calc(100vh - 130px);
  overflow: auto;
}
.newsDetails .secondColumn .relatedNews .listingDate {
  position: relative;
}
.newsDetails .secondColumn .relatedNews .listingDate:before {
  content: "";
  background-image: url("../images/arrow.svg");
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  left: -30px;
  height: 12px;
  width: 15px;
  top: 50%;
  transform: translateY(-50%);
}
.newsDetails .secondColumn .relatedNews .listingTitle {
  font-size: 18px;
}
@media screen and (min-width: 320px) {
  .newsDetails .secondColumn .relatedNews .listingTitle {
    font-size: calc(18px + 0 * (100vw - 320px) / 1601);
  }
}
@media screen and (min-width: 1921px) {
  .newsDetails .secondColumn .relatedNews .listingTitle {
    font-size: 18px;
  }
}
.newsDetails .secondColumn .relatedNews .listingTitle {
  line-height: 26px;
}
@media screen and (min-width: 320px) {
  .newsDetails .secondColumn .relatedNews .listingTitle {
    line-height: calc(26px + 0 * (100vw - 320px) / 1601);
  }
}
@media screen and (min-width: 1921px) {
  .newsDetails .secondColumn .relatedNews .listingTitle {
    line-height: 26px;
  }
}
.newsDetails .secondColumn .relatedNews .ad {
  text-align: center;
  margin-bottom: 60px;
}
.newsDetails .secondColumn .relatedNews .ad span {
  color: rgba(121, 121, 111, 0.3764705882);
}
.newsDetails .secondColumn .relatedNews .ad span {
  font-size: 12px;
}
@media screen and (min-width: 320px) {
  .newsDetails .secondColumn .relatedNews .ad span {
    font-size: calc(12px + 0 * (100vw - 320px) / 1601);
  }
}
@media screen and (min-width: 1921px) {
  .newsDetails .secondColumn .relatedNews .ad span {
    font-size: 12px;
  }
}
.newsDetails .secondColumn .relatedNews .ad span {
  line-height: 12px;
}
@media screen and (min-width: 320px) {
  .newsDetails .secondColumn .relatedNews .ad span {
    line-height: calc(12px + 6 * (100vw - 320px) / 1601);
  }
}
@media screen and (min-width: 1921px) {
  .newsDetails .secondColumn .relatedNews .ad span {
    line-height: 18px;
  }
}
.newsDetails .secondColumn .relatedNews .ad .imgContainer {
  padding: 5px;
  border: 1px solid rgba(121, 121, 111, 0.3764705882);
}
.newsDetails .secondColumn .latestNews .listingItem {
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 1px solid rgba(121, 121, 111, 0.3764705882);
}
.newsDetails .secondColumn .latestNews .listingTitle {
  font-size: 18px;
}
@media screen and (min-width: 320px) {
  .newsDetails .secondColumn .latestNews .listingTitle {
    font-size: calc(18px + 0 * (100vw - 320px) / 1601);
  }
}
@media screen and (min-width: 1921px) {
  .newsDetails .secondColumn .latestNews .listingTitle {
    font-size: 18px;
  }
}
.newsDetails .secondColumn .latestNews .listingTitle {
  line-height: 26px;
}
@media screen and (min-width: 320px) {
  .newsDetails .secondColumn .latestNews .listingTitle {
    line-height: calc(26px + 0 * (100vw - 320px) / 1601);
  }
}
@media screen and (min-width: 1921px) {
  .newsDetails .secondColumn .latestNews .listingTitle {
    line-height: 26px;
  }
}
.newsDetails .secondColumn .latestNews .ad {
  margin-top: 70px;
  text-align: center;
  margin-bottom: 60px;
}
.newsDetails .secondColumn .latestNews .ad span {
  color: rgba(121, 121, 111, 0.3764705882);
}
.newsDetails .secondColumn .latestNews .ad span {
  font-size: 12px;
}
@media screen and (min-width: 320px) {
  .newsDetails .secondColumn .latestNews .ad span {
    font-size: calc(12px + 0 * (100vw - 320px) / 1601);
  }
}
@media screen and (min-width: 1921px) {
  .newsDetails .secondColumn .latestNews .ad span {
    font-size: 12px;
  }
}
.newsDetails .secondColumn .latestNews .ad span {
  line-height: 12px;
}
@media screen and (min-width: 320px) {
  .newsDetails .secondColumn .latestNews .ad span {
    line-height: calc(12px + 6 * (100vw - 320px) / 1601);
  }
}
@media screen and (min-width: 1921px) {
  .newsDetails .secondColumn .latestNews .ad span {
    line-height: 18px;
  }
}
.newsDetails .secondColumn .latestNews .ad .imgContainer {
  padding: 5px;
  border: 1px solid rgba(121, 121, 111, 0.3764705882);
}
.newsDetails .secondColumn .mostRead .listingItemDIV .listingItem {
  padding-bottom: 30px;
  margin-bottom: 30px;
  border-bottom: 1px solid rgba(121, 121, 111, 0.3764705882);
}
.newsDetails .secondColumn .mostRead .listingItemDIV:last-of-type .listingItem {
  border: none;
  padding: 0;
  margin: 0;
}
.newsDetails .secondColumn .mostRead .listingItemDIV:nth-of-type(1) .listingImage::after {
  content: "1";
}
.newsDetails .secondColumn .mostRead .listingItemDIV:nth-of-type(2) .listingImage::after {
  content: "2";
}
.newsDetails .secondColumn .mostRead .listingItemDIV:nth-of-type(3) .listingImage::after {
  content: "3";
}
.newsDetails .secondColumn .mostRead .listingItemDIV:nth-of-type(4) .listingImage::after {
  content: "4";
}
.newsDetails .secondColumn .mostRead .listingImage {
  margin-bottom: 40px;
  position: relative;
  display: inline-block;
}
.newsDetails .secondColumn .mostRead .listingImage:after {
  font-weight: 300;
  color: white;
  position: absolute;
  left: 10px;
  top: 50px;
  z-index: 1;
}
.newsDetails .secondColumn .mostRead .listingImage:after {
  font-size: 60px;
}
@media screen and (min-width: 320px) {
  .newsDetails .secondColumn .mostRead .listingImage:after {
    font-size: calc(60px + 86 * (100vw - 320px) / 1601);
  }
}
@media screen and (min-width: 1921px) {
  .newsDetails .secondColumn .mostRead .listingImage:after {
    font-size: 146px;
  }
}
.newsDetails .secondColumn .mostRead .listingImage:after {
  line-height: 16px;
}
@media screen and (min-width: 320px) {
  .newsDetails .secondColumn .mostRead .listingImage:after {
    line-height: calc(16px + 10 * (100vw - 320px) / 1601);
  }
}
@media screen and (min-width: 1921px) {
  .newsDetails .secondColumn .mostRead .listingImage:after {
    line-height: 26px;
  }
}
.newsDetails .secondColumn .mostRead .listingImage a {
  position: relative;
  display: inline-block;
}
.newsDetails .secondColumn .mostRead .listingImage a:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  background: linear-gradient(223.44deg, rgba(5, 163, 237, 0.18) 50%, #034181 100%);
  height: 100%;
  width: 100%;
  z-index: 1;
  transform: scaleX(-1);
  transition: all 0.3s ease-in-out;
}
.newsDetails .secondColumn .mostRead .listingImage:hover a:before {
  transform: scaleX(-1) scale(1.05);
}
.newsDetails .secondColumn .mostRead .listingTitle {
  margin-bottom: 20px;
}
.newsDetails .secondColumn .mostRead .listingTitle {
  font-size: 18px;
}
@media screen and (min-width: 320px) {
  .newsDetails .secondColumn .mostRead .listingTitle {
    font-size: calc(18px + 0 * (100vw - 320px) / 1601);
  }
}
@media screen and (min-width: 1921px) {
  .newsDetails .secondColumn .mostRead .listingTitle {
    font-size: 18px;
  }
}
.newsDetails .secondColumn .mostRead .listingTitle {
  line-height: 26px;
}
@media screen and (min-width: 320px) {
  .newsDetails .secondColumn .mostRead .listingTitle {
    line-height: calc(26px + 0 * (100vw - 320px) / 1601);
  }
}
@media screen and (min-width: 1921px) {
  .newsDetails .secondColumn .mostRead .listingTitle {
    line-height: 26px;
  }
}
.newsDetails .secondColumn .mostRead .listingDescription {
  font-weight: 500;
}
.newsDetails .secondColumn .mostRead .listingDescription {
  font-size: 16px;
}
@media screen and (min-width: 320px) {
  .newsDetails .secondColumn .mostRead .listingDescription {
    font-size: calc(16px + 0 * (100vw - 320px) / 1601);
  }
}
@media screen and (min-width: 1921px) {
  .newsDetails .secondColumn .mostRead .listingDescription {
    font-size: 16px;
  }
}
.newsDetails .secondColumn .mostRead .listingDescription {
  line-height: 24px;
}
@media screen and (min-width: 320px) {
  .newsDetails .secondColumn .mostRead .listingDescription {
    line-height: calc(24px + 0 * (100vw - 320px) / 1601);
  }
}
@media screen and (min-width: 1921px) {
  .newsDetails .secondColumn .mostRead .listingDescription {
    line-height: 24px;
  }
}
.newsDetails .secondColumn .ad {
  text-align: center;
  margin-bottom: 60px;
}
.newsDetails .secondColumn .ad .imgContainer {
  padding: 5px;
  border: 1px solid rgba(121, 121, 111, 0.3764705882);
}
.newsDetails .listingDescription,
.newsDetails .brief {
  height: 100%;
}
.newsDetails .listingDescription ul,
.newsDetails .brief ul {
  height: 100%;
}
.newsDetails .listingDescription ul li,
.newsDetails .brief ul li {
  margin-left: 25px;
  list-style: initial;
  font-weight: 500;
  margin-bottom: 30px;
}
.newsDetails .listingDescription ul li,
.newsDetails .brief ul li {
  font-size: 18px;
}
@media screen and (min-width: 320px) {
  .newsDetails .listingDescription ul li,
  .newsDetails .brief ul li {
    font-size: calc(18px + 2 * (100vw - 320px) / 1601);
  }
}
@media screen and (min-width: 1921px) {
  .newsDetails .listingDescription ul li,
  .newsDetails .brief ul li {
    font-size: 20px;
  }
}
.newsDetails .listingDescription ul li,
.newsDetails .brief ul li {
  line-height: 20px;
}
@media screen and (min-width: 320px) {
  .newsDetails .listingDescription ul li,
  .newsDetails .brief ul li {
    line-height: calc(20px + 10 * (100vw - 320px) / 1601);
  }
}
@media screen and (min-width: 1921px) {
  .newsDetails .listingDescription ul li,
  .newsDetails .brief ul li {
    line-height: 30px;
  }
}
.newsDetails .listingDescription ul li:last-of-type,
.newsDetails .brief ul li:last-of-type {
  margin-bottom: 0;
}
.newsDetails .listingDescription ul li.active,
.newsDetails .brief ul li.active {
  position: sticky;
  top: 130px;
  max-width: 300px;
  background: #e4f8fd;
}
.newsDetails .carouselTitle {
  color: black;
  display: inline-block;
  font-size: 19px;
  border-bottom: 3px solid #39c0f3;
  margin-bottom: 10px;
}
.newsDetails .carouselMedia {
  padding-inline: 80px;
  padding-bottom: 15px;
  border-bottom: 1px solid #c1c1c1;
}
.newsDetails .carouselMedia .item {
  cursor: pointer;
}
.newsDetails .carouselMedia .owl-nav {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
}
.newsDetails .carouselMedia .owl-prev {
  position: absolute;
  left: 0;
  transform: translateY(-50%);
}
.newsDetails .carouselMedia .owl-prev .right-arrow {
  background-image: url(../images/arrowCarousel.svg);
  background-repeat: no-repeat;
  background-size: contain;
  display: block;
  height: 40px;
  width: 40px;
  border-radius: 50%;
}
.newsDetails .carouselMedia .owl-next {
  position: absolute;
  right: 0;
  transform: translateY(-50%);
}
.newsDetails .carouselMedia .owl-next .left-arrow {
  background-image: url(../images/arrowCarousel.svg);
  background-repeat: no-repeat;
  background-size: contain;
  display: block;
  height: 40px;
  width: 40px;
  border-radius: 50%;
  transform: rotate(180deg);
}
.newsDetails.premium {
  position: relative;
}
.newsDetails.premium .premiumSubscribe {
  position: absolute;
  bottom: 0;
  width: 100%;
  z-index: 1;
  background-color: #c0984e;
}
.newsDetails.premium .premiumSubscribe:after {
  content: "";
  position: absolute;
  bottom: 100%;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(225, 201, 134, 0) 0%, #c0984e 100%);
}
.newsDetails.premium .premiumSubscribe .subscribe,
.newsDetails.premium .premiumSubscribe .signup {
  display: flex;
  flex-wrap: wrap;
  align-items: end;
  justify-content: space-between;
  border-bottom: 1px solid black;
  margin-bottom: 100px;
}
.newsDetails.premium .premiumSubscribe .subscribe .imgContainer,
.newsDetails.premium .premiumSubscribe .signup .imgContainer {
  padding-left: 20px;
  padding-right: 100px;
  flex: 1;
}
.newsDetails.premium .premiumSubscribe .signup h3 {
  margin-bottom: 30px;
}
.newsDetails.premium .premiumSubscribe .signup h3 {
  font-size: 26px;
}
@media screen and (min-width: 320px) {
  .newsDetails.premium .premiumSubscribe .signup h3 {
    font-size: calc(26px + 4 * (100vw - 320px) / 1601);
  }
}
@media screen and (min-width: 1921px) {
  .newsDetails.premium .premiumSubscribe .signup h3 {
    font-size: 30px;
  }
}
.newsDetails.premium .premiumSubscribe .signup h3 {
  line-height: 24px;
}
@media screen and (min-width: 320px) {
  .newsDetails.premium .premiumSubscribe .signup h3 {
    line-height: calc(24px + 16 * (100vw - 320px) / 1601);
  }
}
@media screen and (min-width: 1921px) {
  .newsDetails.premium .premiumSubscribe .signup h3 {
    line-height: 40px;
  }
}
.newsDetails.premium .premiumSubscribe .signup .link a {
  display: block;
  line-height: 50px;
  font-weight: 500;
  height: 50px;
  padding: 0 32px;
  max-width: 220px;
  background: white;
  color: black;
  border-radius: 30px;
  margin-bottom: 30px;
}
.newsDetails.premium .premiumSubscribe .signup .link a {
  font-size: 20px;
}
@media screen and (min-width: 320px) {
  .newsDetails.premium .premiumSubscribe .signup .link a {
    font-size: calc(20px + 3 * (100vw - 320px) / 1601);
  }
}
@media screen and (min-width: 1921px) {
  .newsDetails.premium .premiumSubscribe .signup .link a {
    font-size: 23px;
  }
}
.newsDetails.premium .premiumSubscribe .info {
  margin-bottom: 20px;
}
.newsDetails.premium .premiumSubscribe .info h3 {
  font-size: 22px;
}
@media screen and (min-width: 320px) {
  .newsDetails.premium .premiumSubscribe .info h3 {
    font-size: calc(22px + 6 * (100vw - 320px) / 1601);
  }
}
@media screen and (min-width: 1921px) {
  .newsDetails.premium .premiumSubscribe .info h3 {
    font-size: 28px;
  }
}
.newsDetails.premium .premiumSubscribe .info h3 {
  line-height: 24px;
}
@media screen and (min-width: 320px) {
  .newsDetails.premium .premiumSubscribe .info h3 {
    line-height: calc(24px + 16 * (100vw - 320px) / 1601);
  }
}
@media screen and (min-width: 1921px) {
  .newsDetails.premium .premiumSubscribe .info h3 {
    line-height: 40px;
  }
}
.newsDetails.premium .premiumSubscribe .info p {
  font-weight: normal;
}
.newsDetails.premium .premiumSubscribe .info p {
  font-size: 18px;
}
@media screen and (min-width: 320px) {
  .newsDetails.premium .premiumSubscribe .info p {
    font-size: calc(18px + 2 * (100vw - 320px) / 1601);
  }
}
@media screen and (min-width: 1921px) {
  .newsDetails.premium .premiumSubscribe .info p {
    font-size: 20px;
  }
}
.newsDetails.premium .premiumSubscribe .info p {
  line-height: 20px;
}
@media screen and (min-width: 320px) {
  .newsDetails.premium .premiumSubscribe .info p {
    line-height: calc(20px + 8 * (100vw - 320px) / 1601);
  }
}
@media screen and (min-width: 1921px) {
  .newsDetails.premium .premiumSubscribe .info p {
    line-height: 28px;
  }
}
.newsDetails.premium .premiumSubscribe .registerInfo {
  margin-bottom: 20px;
}
.newsDetails.premium .premiumSubscribe .registerInfo .price {
  margin-left: 10px;
  color: #f9d28a;
}
.newsDetails.premium .premiumSubscribe .registerInfo .price {
  font-size: 16px;
}
@media screen and (min-width: 320px) {
  .newsDetails.premium .premiumSubscribe .registerInfo .price {
    font-size: calc(16px + 6 * (100vw - 320px) / 1601);
  }
}
@media screen and (min-width: 1921px) {
  .newsDetails.premium .premiumSubscribe .registerInfo .price {
    font-size: 22px;
  }
}
.newsDetails.premium .premiumSubscribe .registerInfo .link a {
  display: block;
  line-height: 50px;
  font-weight: 500;
  height: 50px;
  padding: 0 50px;
  background: black;
  color: white;
  border-radius: 30px;
}
.newsDetails.premium .premiumSubscribe .registerInfo .link a {
  font-size: 20px;
}
@media screen and (min-width: 320px) {
  .newsDetails.premium .premiumSubscribe .registerInfo .link a {
    font-size: calc(20px + 3 * (100vw - 320px) / 1601);
  }
}
@media screen and (min-width: 1921px) {
  .newsDetails.premium .premiumSubscribe .registerInfo .link a {
    font-size: 23px;
  }
}

.readMoreSection {
  margin-bottom: 190px;
}
.readMoreSection .blockHead {
  margin-bottom: 80px;
  padding-top: 15px;
  border-top: 3px solid black;
  width: 100%;
}
.readMoreSection .blockHead .blockTitle {
  font-weight: 900;
}
.readMoreSection .blockHead .blockTitle {
  font-size: 26px;
}
@media screen and (min-width: 320px) {
  .readMoreSection .blockHead .blockTitle {
    font-size: calc(26px + 4 * (100vw - 320px) / 1601);
  }
}
@media screen and (min-width: 1921px) {
  .readMoreSection .blockHead .blockTitle {
    font-size: 30px;
  }
}
.readMoreSection .blockHead .blockTitle {
  line-height: 16px;
}
@media screen and (min-width: 320px) {
  .readMoreSection .blockHead .blockTitle {
    line-height: calc(16px + 10 * (100vw - 320px) / 1601);
  }
}
@media screen and (min-width: 1921px) {
  .readMoreSection .blockHead .blockTitle {
    line-height: 26px;
  }
}
.readMoreSection .listingHolder {
  row-gap: 30px;
}
.readMoreSection .listingItemDIV {
  border-right: 1px solid rgba(121, 121, 111, 0.3764705882);
}
.readMoreSection .listingItemDIV:last-of-type {
  border: none;
}
.readMoreSection .listingDate {
  margin-bottom: 10px;
  color: #39c0f3;
}
.readMoreSection .listingDate {
  font-size: 16px;
}
@media screen and (min-width: 320px) {
  .readMoreSection .listingDate {
    font-size: calc(16px + 0 * (100vw - 320px) / 1601);
  }
}
@media screen and (min-width: 1921px) {
  .readMoreSection .listingDate {
    font-size: 16px;
  }
}
.readMoreSection .listingDate {
  line-height: 24px;
}
@media screen and (min-width: 320px) {
  .readMoreSection .listingDate {
    line-height: calc(24px + 0 * (100vw - 320px) / 1601);
  }
}
@media screen and (min-width: 1921px) {
  .readMoreSection .listingDate {
    line-height: 24px;
  }
}
.readMoreSection .listingTitle {
  margin-bottom: 20px;
}
.readMoreSection .listingTitle {
  font-size: 18px;
}
@media screen and (min-width: 320px) {
  .readMoreSection .listingTitle {
    font-size: calc(18px + 0 * (100vw - 320px) / 1601);
  }
}
@media screen and (min-width: 1921px) {
  .readMoreSection .listingTitle {
    font-size: 18px;
  }
}
.readMoreSection .listingTitle {
  line-height: 26px;
}
@media screen and (min-width: 320px) {
  .readMoreSection .listingTitle {
    line-height: calc(26px + 0 * (100vw - 320px) / 1601);
  }
}
@media screen and (min-width: 1921px) {
  .readMoreSection .listingTitle {
    line-height: 26px;
  }
}

.liveBanner {
  background: #ff0000;
  padding: 40px 0;
}
.liveBanner .live {
  color: white;
  padding-left: 50px;
  position: relative;
}
.liveBanner .live {
  font-size: 20px;
}
@media screen and (min-width: 320px) {
  .liveBanner .live {
    font-size: calc(20px + 18 * (100vw - 320px) / 1601);
  }
}
@media screen and (min-width: 1921px) {
  .liveBanner .live {
    font-size: 38px;
  }
}
.liveBanner .live {
  line-height: 30px;
}
@media screen and (min-width: 320px) {
  .liveBanner .live {
    line-height: calc(30px + 37 * (100vw - 320px) / 1601);
  }
}
@media screen and (min-width: 1921px) {
  .liveBanner .live {
    line-height: 67px;
  }
}
.liveBanner .live:before {
  content: "";
  background-image: url("../images/liveCircle.png");
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  left: 0;
  height: 38px;
  width: 38px;
  top: 50%;
  transform: translateY(-50%);
  filter: brightness(0) invert(1);
}
.liveBanner .title {
  color: white;
}
.liveBanner .title {
  font-size: 20px;
}
@media screen and (min-width: 320px) {
  .liveBanner .title {
    font-size: calc(20px + 25 * (100vw - 320px) / 1601);
  }
}
@media screen and (min-width: 1921px) {
  .liveBanner .title {
    font-size: 45px;
  }
}
.liveBanner .title {
  line-height: 30px;
}
@media screen and (min-width: 320px) {
  .liveBanner .title {
    line-height: calc(30px + 37 * (100vw - 320px) / 1601);
  }
}
@media screen and (min-width: 1921px) {
  .liveBanner .title {
    line-height: 67px;
  }
}
.liveBanner.green {
  background: #a9ff38;
}
.liveBanner.green .live {
  color: #4d4d4d;
}
.liveBanner.green .live:before {
  filter: brightness(0);
}
.liveBanner.green .title {
  color: #4d4d4d;
}

.liveNews {
  padding-top: 100px;
}
.liveNews .listingItemDIV {
  position: relative;
}
.liveNews .firstColumn {
  padding-left: 80px;
}
.liveNews .firstColumn .imgContainer {
  margin-bottom: 10px;
}
.liveNews .firstColumn .imgContainer:first-of-type {
  margin-bottom: 10px;
}
.liveNews .firstColumn .listingItemDIV {
  padding-top: 100px;
}
.liveNews .firstColumn .listingItemDIV:first-of-type {
  padding-top: 0;
}
.liveNews .firstColumn .listingItemDIV.limitedText .listingDescription {
  height: 400px;
  overflow: hidden;
}
.liveNews .firstColumn .listingItemDIV.limitedText .listingDescription.show {
  height: unset;
}
.liveNews .firstColumn .listingDate {
  margin-bottom: 30px;
  color: white;
  border-bottom: 3px solid #ff0000;
}
.liveNews .firstColumn .listingDate span {
  display: inline-block;
  background-color: #ff0000;
  padding-left: 10px;
  width: 150px;
  direction: ltr;
  text-align: end;
}
.liveNews .firstColumn .listingAuthor {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 40px;
}
.liveNews .firstColumn .listingAuthor .info {
  font-size: 16px;
  line-height: 20px;
}
.liveNews .firstColumn .listingAuthor .info .name {
  color: #07b9ff;
}
.liveNews .firstColumn .listingAuthor .info .position {
  color: #005c80;
}
.liveNews .firstColumn .listingAuthor .imgContainer {
  width: 50px;
}
.liveNews .firstColumn .listingTitle {
  max-width: 560px;
  margin-top: 30px;
}
.liveNews .firstColumn .listingTitle {
  font-size: 26px;
}
@media screen and (min-width: 320px) {
  .liveNews .firstColumn .listingTitle {
    font-size: calc(26px + 4 * (100vw - 320px) / 1601);
  }
}
@media screen and (min-width: 1921px) {
  .liveNews .firstColumn .listingTitle {
    font-size: 30px;
  }
}
.liveNews .firstColumn .listingTitle {
  line-height: 24px;
}
@media screen and (min-width: 320px) {
  .liveNews .firstColumn .listingTitle {
    line-height: calc(24px + 16 * (100vw - 320px) / 1601);
  }
}
@media screen and (min-width: 1921px) {
  .liveNews .firstColumn .listingTitle {
    line-height: 40px;
  }
}
.liveNews .firstColumn .listingDescription,
.liveNews .firstColumn .readMore {
  font-weight: 500;
  margin-top: 40px;
  margin-bottom: 30px;
}
.liveNews .firstColumn .listingDescription,
.liveNews .firstColumn .readMore {
  font-size: 18px;
}
@media screen and (min-width: 320px) {
  .liveNews .firstColumn .listingDescription,
  .liveNews .firstColumn .readMore {
    font-size: calc(18px + 2 * (100vw - 320px) / 1601);
  }
}
@media screen and (min-width: 1921px) {
  .liveNews .firstColumn .listingDescription,
  .liveNews .firstColumn .readMore {
    font-size: 20px;
  }
}
.liveNews .firstColumn .listingDescription,
.liveNews .firstColumn .readMore {
  line-height: 20px;
}
@media screen and (min-width: 320px) {
  .liveNews .firstColumn .listingDescription,
  .liveNews .firstColumn .readMore {
    line-height: calc(20px + 10 * (100vw - 320px) / 1601);
  }
}
@media screen and (min-width: 1921px) {
  .liveNews .firstColumn .listingDescription,
  .liveNews .firstColumn .readMore {
    line-height: 30px;
  }
}
.liveNews .firstColumn .listingDescription a {
  color: #39c0f3;
}
.liveNews .firstColumn .tab {
  justify-content: end;
  margin-bottom: 0;
}
.liveNews .ad {
  margin-top: 85px;
  text-align: center;
}
.liveNews .ad span {
  color: rgba(121, 121, 111, 0.3764705882);
}
.liveNews .ad span {
  font-size: 12px;
}
@media screen and (min-width: 320px) {
  .liveNews .ad span {
    font-size: calc(12px + 0 * (100vw - 320px) / 1601);
  }
}
@media screen and (min-width: 1921px) {
  .liveNews .ad span {
    font-size: 12px;
  }
}
.liveNews .ad span {
  line-height: 12px;
}
@media screen and (min-width: 320px) {
  .liveNews .ad span {
    line-height: calc(12px + 6 * (100vw - 320px) / 1601);
  }
}
@media screen and (min-width: 1921px) {
  .liveNews .ad span {
    line-height: 18px;
  }
}
.liveNews .ad .imgContainer {
  padding: 5px;
  border: 1px solid rgba(121, 121, 111, 0.3764705882);
}

.programDetailsSection {
  padding: 75px 0 200px;
}
.programDetailsSection.blackBg {
  background: black;
  color: white;
}
.programDetailsSection.blackBg a {
  color: white;
}
.programDetailsSection.blackBg .moreProgram .blockHead {
  border-top: 3px solid white;
}
.programDetailsSection .videoContainer {
  width: 100%;
  aspect-ratio: 16/9;
  margin-bottom: 50px;
}
.programDetailsSection .videoContainer iframe {
  width: 100%;
  height: 100%;
}
.programDetailsSection .programInfo {
  max-width: 1110px;
  margin-inline: auto;
  margin-bottom: 80px;
}
.programDetailsSection .title {
  margin-bottom: 25px;
}
.programDetailsSection .title {
  font-size: 20px;
}
@media screen and (min-width: 320px) {
  .programDetailsSection .title {
    font-size: calc(20px + 25 * (100vw - 320px) / 1601);
  }
}
@media screen and (min-width: 1921px) {
  .programDetailsSection .title {
    font-size: 45px;
  }
}
.programDetailsSection .title {
  line-height: 30px;
}
@media screen and (min-width: 320px) {
  .programDetailsSection .title {
    line-height: calc(30px + 37 * (100vw - 320px) / 1601);
  }
}
@media screen and (min-width: 1921px) {
  .programDetailsSection .title {
    line-height: 67px;
  }
}
.programDetailsSection .description {
  margin-bottom: 65px;
  color: #c1c1c1;
}
.programDetailsSection .description {
  font-size: 16px;
}
@media screen and (min-width: 320px) {
  .programDetailsSection .description {
    font-size: calc(16px + 8 * (100vw - 320px) / 1601);
  }
}
@media screen and (min-width: 1921px) {
  .programDetailsSection .description {
    font-size: 24px;
  }
}
.programDetailsSection .description {
  line-height: 20px;
}
@media screen and (min-width: 320px) {
  .programDetailsSection .description {
    line-height: calc(20px + 10 * (100vw - 320px) / 1601);
  }
}
@media screen and (min-width: 1921px) {
  .programDetailsSection .description {
    line-height: 30px;
  }
}
.programDetailsSection .tab {
  display: flex;
  width: 100%;
  border-top: 1px solid rgba(121, 121, 111, 0.3764705882);
  border-bottom: 1px solid rgba(121, 121, 111, 0.3764705882);
  align-items: center;
  margin-bottom: 40px;
}
.programDetailsSection .tab img {
  max-height: 19px !important;
  transition: all 0.3s ease-in-out;
}
.programDetailsSection .tab img:hover {
  opacity: 0.7;
}
.programDetailsSection .tab .date {
  flex: 1;
}
.programDetailsSection .tab .date {
  font-size: 16px;
}
@media screen and (min-width: 320px) {
  .programDetailsSection .tab .date {
    font-size: calc(16px + 0 * (100vw - 320px) / 1601);
  }
}
@media screen and (min-width: 1921px) {
  .programDetailsSection .tab .date {
    font-size: 16px;
  }
}
.programDetailsSection .tab .date {
  line-height: 24px;
}
@media screen and (min-width: 320px) {
  .programDetailsSection .tab .date {
    line-height: calc(24px + 0 * (100vw - 320px) / 1601);
  }
}
@media screen and (min-width: 1921px) {
  .programDetailsSection .tab .date {
    line-height: 24px;
  }
}
.programDetailsSection .tab .date .type {
  color: #39c0f3;
}
.programDetailsSection .tab .share,
.programDetailsSection .tab .socialIcon,
.programDetailsSection .tab .save,
.programDetailsSection .tab .copy {
  padding: 20px;
  border-left: 1px solid rgba(121, 121, 111, 0.3764705882);
}
.programDetailsSection .tab .share {
  position: relative;
}
.programDetailsSection .tab .share .desktopShare {
  min-width: 30px;
}
.programDetailsSection .tab .share .mobileShare {
  display: none;
  height: 40px;
}
.programDetailsSection .tab .share .social,
.programDetailsSection .tab .share .socialMobile {
  display: none;
  background: black;
  position: absolute;
  top: 0;
  right: calc(100% + 20px);
  width: 160px;
  z-index: 1;
}
.programDetailsSection .tab .share .social:before,
.programDetailsSection .tab .share .socialMobile:before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
  border-left: 15px solid black;
  position: absolute;
  top: 12px;
  right: -14px;
}
.programDetailsSection .tab .share .social h3,
.programDetailsSection .tab .share .socialMobile h3 {
  color: white;
  padding: 15px;
}
.programDetailsSection .tab .share .social li a,
.programDetailsSection .tab .share .socialMobile li a {
  padding-inline: 20px;
  padding-bottom: 5px;
  margin-bottom: 5px;
  border-bottom: 1px solid #7096cf;
  color: white;
  display: flex;
  align-items: center;
  gap: 15px;
}
.programDetailsSection .tab .share .social li a img,
.programDetailsSection .tab .share .socialMobile li a img {
  width: auto;
  max-height: 19px;
}
.programDetailsSection .tab .share .social li:last-of-type a,
.programDetailsSection .tab .share .socialMobile li:last-of-type a {
  border: none;
}
.programDetailsSection .tab .share .social img,
.programDetailsSection .tab .share .socialMobile img {
  height: auto !important;
  max-width: 20px !important;
}
.programDetailsSection .tab .btnSave img {
  display: none;
}
.programDetailsSection .tab .btnSave .show {
  display: block;
}
.programDetailsSection .moreProgram .blockHead {
  border-top: 3px solid black;
  padding-top: 10px;
  margin-bottom: 50px;
}
.programDetailsSection .moreProgram .blockHead .blockTitle {
  font-weight: 900;
}
.programDetailsSection .moreProgram .blockHead .blockTitle {
  font-size: 26px;
}
@media screen and (min-width: 320px) {
  .programDetailsSection .moreProgram .blockHead .blockTitle {
    font-size: calc(26px + 4 * (100vw - 320px) / 1601);
  }
}
@media screen and (min-width: 1921px) {
  .programDetailsSection .moreProgram .blockHead .blockTitle {
    font-size: 30px;
  }
}
.programDetailsSection .moreProgram .blockHead .blockTitle {
  line-height: 16px;
}
@media screen and (min-width: 320px) {
  .programDetailsSection .moreProgram .blockHead .blockTitle {
    line-height: calc(16px + 10 * (100vw - 320px) / 1601);
  }
}
@media screen and (min-width: 1921px) {
  .programDetailsSection .moreProgram .blockHead .blockTitle {
    line-height: 26px;
  }
}
.programDetailsSection .moreProgram .listingHolder {
  row-gap: 30px;
}
.programDetailsSection .moreProgram .listingImage {
  margin-bottom: 30px;
}
.programDetailsSection .moreProgram .listingItemDIV {
  border: none;
}
.programDetailsSection .moreProgram .listingItemDIV .listingDate {
  color: #39c0f3;
  margin-bottom: 10px;
}
.programDetailsSection .moreProgram .listingItemDIV .listingItem.premium .listingDate {
  color: #c0984e;
}
.programDetailsSection .moreProgram .listingTitle {
  font-size: 16px;
}
@media screen and (min-width: 320px) {
  .programDetailsSection .moreProgram .listingTitle {
    font-size: calc(16px + 6 * (100vw - 320px) / 1601);
  }
}
@media screen and (min-width: 1921px) {
  .programDetailsSection .moreProgram .listingTitle {
    font-size: 22px;
  }
}
.programDetailsSection .moreProgram .listingTitle {
  line-height: 20px;
}
@media screen and (min-width: 320px) {
  .programDetailsSection .moreProgram .listingTitle {
    line-height: calc(20px + 12 * (100vw - 320px) / 1601);
  }
}
@media screen and (min-width: 1921px) {
  .programDetailsSection .moreProgram .listingTitle {
    line-height: 32px;
  }
}

.subscribeSection {
  padding: 100px 0 350px;
}
.subscribeSection h3 {
  font-weight: 200;
  margin-bottom: 40px;
}
.subscribeSection h3 {
  font-size: 40px;
}
@media screen and (min-width: 320px) {
  .subscribeSection h3 {
    font-size: calc(40px + 53 * (100vw - 320px) / 1601);
  }
}
@media screen and (min-width: 1921px) {
  .subscribeSection h3 {
    font-size: 93px;
  }
}
.subscribeSection h3 {
  line-height: 20px;
}
@media screen and (min-width: 320px) {
  .subscribeSection h3 {
    line-height: calc(20px + 61 * (100vw - 320px) / 1601);
  }
}
@media screen and (min-width: 1921px) {
  .subscribeSection h3 {
    line-height: 81px;
  }
}
.subscribeSection p {
  font-weight: 500;
  margin-bottom: 40px;
}
.subscribeSection p {
  font-size: 16px;
}
@media screen and (min-width: 320px) {
  .subscribeSection p {
    font-size: calc(16px + 8 * (100vw - 320px) / 1601);
  }
}
@media screen and (min-width: 1921px) {
  .subscribeSection p {
    font-size: 24px;
  }
}
.subscribeSection p {
  line-height: 20px;
}
@media screen and (min-width: 320px) {
  .subscribeSection p {
    line-height: calc(20px + 8 * (100vw - 320px) / 1601);
  }
}
@media screen and (min-width: 1921px) {
  .subscribeSection p {
    line-height: 28px;
  }
}
.subscribeSection .newsletterInputWrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  max-width: 600px;
}
.subscribeSection .newsletterInputWrapper input {
  border-radius: 30px;
  background-color: white;
  height: 59px;
  padding: 0 30px;
}
.subscribeSection .newsletterInputWrapper input {
  font-size: 18px;
}
@media screen and (min-width: 320px) {
  .subscribeSection .newsletterInputWrapper input {
    font-size: calc(18px + 2 * (100vw - 320px) / 1601);
  }
}
@media screen and (min-width: 1921px) {
  .subscribeSection .newsletterInputWrapper input {
    font-size: 20px;
  }
}
.subscribeSection .newsletterInputWrapper input {
  line-height: 20px;
}
@media screen and (min-width: 320px) {
  .subscribeSection .newsletterInputWrapper input {
    line-height: calc(20px + 10 * (100vw - 320px) / 1601);
  }
}
@media screen and (min-width: 1921px) {
  .subscribeSection .newsletterInputWrapper input {
    line-height: 30px;
  }
}
.subscribeSection .newsletterInputWrapper input::-moz-placeholder {
  color: #cacaca;
}
.subscribeSection .newsletterInputWrapper input::placeholder {
  color: #cacaca;
}
.subscribeSection .newsletterInputWrapper a {
  font-weight: 500;
  line-height: 81px;
  line-height: 35px;
  position: absolute;
  top: 50%;
  padding: 11px 60px;
  border-radius: 30px 0 0 30px;
  transform: translateY(-50%);
  left: 0;
  color: white;
  background-color: #39c0f3;
  font-weight: 500;
  transform: translateY(-50%);
  transition: all 0.3s ease-in-out;
}
.subscribeSection .newsletterInputWrapper a {
  font-size: 28px;
}
@media screen and (min-width: 320px) {
  .subscribeSection .newsletterInputWrapper a {
    font-size: calc(28px + 4 * (100vw - 320px) / 1601);
  }
}
@media screen and (min-width: 1921px) {
  .subscribeSection .newsletterInputWrapper a {
    font-size: 32px;
  }
}
.subscribeSection .newsletterInputWrapper a:hover {
  color: white !important;
  opacity: 0.8;
}

.aljareedaSection {
  padding-bottom: 150px;
}
.aljareedaSection .blockHead {
  border-top: 3px solid black;
  padding-top: 20px;
  margin-bottom: 30px;
}
.aljareedaSection .blockHead .blockTitle {
  font-weight: 900;
}
.aljareedaSection .blockHead .blockTitle {
  font-size: 26px;
}
@media screen and (min-width: 320px) {
  .aljareedaSection .blockHead .blockTitle {
    font-size: calc(26px + 4 * (100vw - 320px) / 1601);
  }
}
@media screen and (min-width: 1921px) {
  .aljareedaSection .blockHead .blockTitle {
    font-size: 30px;
  }
}
.aljareedaSection .blockHead .blockTitle {
  line-height: 16px;
}
@media screen and (min-width: 320px) {
  .aljareedaSection .blockHead .blockTitle {
    line-height: calc(16px + 10 * (100vw - 320px) / 1601);
  }
}
@media screen and (min-width: 1921px) {
  .aljareedaSection .blockHead .blockTitle {
    line-height: 26px;
  }
}
.aljareedaSection .btnContainer {
  text-align: center;
  margin-bottom: 80px;
}
.aljareedaSection .btnContainer .options {
  display: inline-flex;
  justify-content: center;
  margin-inline: auto;
  border: 2px solid #39c0f3;
  border-radius: 30px;
  padding: 3px;
  background-color: white;
}
.aljareedaSection .btnContainer .options .option a {
  border-radius: 30px;
  display: block;
  padding: 5px 20px;
  background-color: white;
  color: #39c0f3;
}
.aljareedaSection .btnContainer .options .option a {
  font-size: 20px;
}
@media screen and (min-width: 320px) {
  .aljareedaSection .btnContainer .options .option a {
    font-size: calc(20px + 3 * (100vw - 320px) / 1601);
  }
}
@media screen and (min-width: 1921px) {
  .aljareedaSection .btnContainer .options .option a {
    font-size: 23px;
  }
}
.aljareedaSection .btnContainer .options .option a {
  line-height: 24px;
}
@media screen and (min-width: 320px) {
  .aljareedaSection .btnContainer .options .option a {
    line-height: calc(24px + 3 * (100vw - 320px) / 1601);
  }
}
@media screen and (min-width: 1921px) {
  .aljareedaSection .btnContainer .options .option a {
    line-height: 27px;
  }
}
.aljareedaSection .btnContainer .options .option a:hover {
  color: #39c0f3 !important;
}
.aljareedaSection .btnContainer .options .option.active a {
  color: white;
  background: #39c0f3;
}
.aljareedaSection .btnContainer .options .option.active a:hover {
  color: white !important;
}
.aljareedaSection .listingHolder {
  row-gap: 55px;
}
.aljareedaSection .listingImage {
  margin-bottom: 20px;
}
.aljareedaSection .listingDate {
  font-size: 22px;
}
@media screen and (min-width: 320px) {
  .aljareedaSection .listingDate {
    font-size: calc(22px + 0 * (100vw - 320px) / 1601);
  }
}
@media screen and (min-width: 1921px) {
  .aljareedaSection .listingDate {
    font-size: 22px;
  }
}
.aljareedaSection .listingDate {
  line-height: 20px;
}
@media screen and (min-width: 320px) {
  .aljareedaSection .listingDate {
    line-height: calc(20px + 12 * (100vw - 320px) / 1601);
  }
}
@media screen and (min-width: 1921px) {
  .aljareedaSection .listingDate {
    line-height: 32px;
  }
}
.aljareedaSection .loadMore {
  margin-top: 50px;
  text-align: center;
}
.aljareedaSection .loadMore a {
  font-weight: 500;
  line-height: 50px;
  display: inline-block;
  padding: 0 55px;
  color: white;
  background: #39c0f3;
  border-radius: 30px;
  transition: all 0.3s ease-in-out;
}
.aljareedaSection .loadMore a {
  font-size: 20px;
}
@media screen and (min-width: 320px) {
  .aljareedaSection .loadMore a {
    font-size: calc(20px + 3 * (100vw - 320px) / 1601);
  }
}
@media screen and (min-width: 1921px) {
  .aljareedaSection .loadMore a {
    font-size: 23px;
  }
}
.aljareedaSection .loadMore a:hover {
  color: white !important;
  opacity: 0.8;
}

.podcastSection {
  padding-bottom: 180px;
}
.podcastSection .blockHead {
  border-top: 3px solid black;
  padding-top: 20px;
  margin-bottom: 65px;
}
.podcastSection .blockHead .blockTitle {
  font-weight: 900;
}
.podcastSection .blockHead .blockTitle {
  font-size: 26px;
}
@media screen and (min-width: 320px) {
  .podcastSection .blockHead .blockTitle {
    font-size: calc(26px + 4 * (100vw - 320px) / 1601);
  }
}
@media screen and (min-width: 1921px) {
  .podcastSection .blockHead .blockTitle {
    font-size: 30px;
  }
}
.podcastSection .blockHead .blockTitle {
  line-height: 16px;
}
@media screen and (min-width: 320px) {
  .podcastSection .blockHead .blockTitle {
    line-height: calc(16px + 10 * (100vw - 320px) / 1601);
  }
}
@media screen and (min-width: 1921px) {
  .podcastSection .blockHead .blockTitle {
    line-height: 26px;
  }
}
.podcastSection .listingHolder {
  row-gap: 30px;
}
.podcastSection .listingItem {
  border-radius: 10px 10px 0 0;
  background: white;
}
.podcastSection .listingItem .listingImage {
  padding: 20px 20px 0;
  margin-bottom: 25px;
}
.podcastSection .listingItem .listingTitle {
  margin-bottom: 20px;
  padding-inline: 20px;
}
.podcastSection .listingItem .listingTitle {
  font-size: 28px;
}
@media screen and (min-width: 320px) {
  .podcastSection .listingItem .listingTitle {
    font-size: calc(28px + 4 * (100vw - 320px) / 1601);
  }
}
@media screen and (min-width: 1921px) {
  .podcastSection .listingItem .listingTitle {
    font-size: 32px;
  }
}
.podcastSection .listingItem .listingTitle {
  line-height: 30px;
}
@media screen and (min-width: 320px) {
  .podcastSection .listingItem .listingTitle {
    line-height: calc(30px + 16 * (100vw - 320px) / 1601);
  }
}
@media screen and (min-width: 1921px) {
  .podcastSection .listingItem .listingTitle {
    line-height: 46px;
  }
}
.podcastSection .listingItem .listingDescription {
  font-weight: normal;
  margin-bottom: 20px;
  padding-inline: 20px;
}
.podcastSection .listingItem .listingDescription {
  font-size: 18px;
}
@media screen and (min-width: 320px) {
  .podcastSection .listingItem .listingDescription {
    font-size: calc(18px + 2 * (100vw - 320px) / 1601);
  }
}
@media screen and (min-width: 1921px) {
  .podcastSection .listingItem .listingDescription {
    font-size: 20px;
  }
}
.podcastSection .listingItem .listingDescription {
  line-height: 20px;
}
@media screen and (min-width: 320px) {
  .podcastSection .listingItem .listingDescription {
    line-height: calc(20px + 12 * (100vw - 320px) / 1601);
  }
}
@media screen and (min-width: 1921px) {
  .podcastSection .listingItem .listingDescription {
    line-height: 32px;
  }
}
.podcastSection .listingItem .listingLink {
  background: #e8e7e7;
  padding: 25px 50px;
  text-align: center;
}
.podcastSection .listingItem .listingLink a {
  line-height: 45px;
  height: 50px;
  font-weight: 500;
  color: black;
  background-color: white;
  border-radius: 30px;
  display: block;
  border: 1px solid black;
}
.podcastSection .listingItem .listingLink a {
  font-size: 20px;
}
@media screen and (min-width: 320px) {
  .podcastSection .listingItem .listingLink a {
    font-size: calc(20px + 3 * (100vw - 320px) / 1601);
  }
}
@media screen and (min-width: 1921px) {
  .podcastSection .listingItem .listingLink a {
    font-size: 23px;
  }
}
.podcastSection .listingItem.green .listingTitle {
  color: #0fd7a2;
}
.podcastSection .listingItem.yellow .listingTitle {
  color: #d5ca25;
}
.podcastSection .listingItem.red .listingTitle {
  color: #931d52;
}
.podcastSection .listingItem.blue .listingTitle {
  color: #5479f7;
}

.topMenu {
  display: flex;
  flex-wrap: wrap;
  row-gap: 30px;
  align-items: baseline;
  padding-top: 20px;
  margin-bottom: 60px;
  border-top: 3px solid black;
}
.topMenu h2 {
  font-weight: 900;
  margin-right: 35px;
}
.topMenu h2 {
  font-size: 26px;
}
@media screen and (min-width: 320px) {
  .topMenu h2 {
    font-size: calc(26px + 4 * (100vw - 320px) / 1601);
  }
}
@media screen and (min-width: 1921px) {
  .topMenu h2 {
    font-size: 30px;
  }
}
.topMenu h2 {
  line-height: 16px;
}
@media screen and (min-width: 320px) {
  .topMenu h2 {
    line-height: calc(16px + 10 * (100vw - 320px) / 1601);
  }
}
@media screen and (min-width: 1921px) {
  .topMenu h2 {
    line-height: 26px;
  }
}
.topMenu .newsType {
  display: flex;
  flex-wrap: wrap;
}
.topMenu .newsType .type {
  font-weight: 300;
  letter-spacing: -0.37px;
  border-right: 1px solid #474747;
  padding-right: 10px;
  margin-right: 10px;
}
.topMenu .newsType .type {
  font-size: 16px;
}
@media screen and (min-width: 320px) {
  .topMenu .newsType .type {
    font-size: calc(16px + 6 * (100vw - 320px) / 1601);
  }
}
@media screen and (min-width: 1921px) {
  .topMenu .newsType .type {
    font-size: 22px;
  }
}
.topMenu .newsType .type {
  line-height: 16px;
}
@media screen and (min-width: 320px) {
  .topMenu .newsType .type {
    line-height: calc(16px + 6 * (100vw - 320px) / 1601);
  }
}
@media screen and (min-width: 1921px) {
  .topMenu .newsType .type {
    line-height: 22px;
  }
}
.topMenu .newsType .type a {
  color: #474747;
}
.topMenu .newsType .type:last-of-type {
  border-right: none;
  padding-right: 0;
  margin-right: 0;
}
.topMenu .link {
  text-align: end;
  flex: 1;
}
.topMenu .link a {
  font-weight: 900;
}
.topMenu .link a {
  font-size: 12px;
}
@media screen and (min-width: 320px) {
  .topMenu .link a {
    font-size: calc(12px + 3 * (100vw - 320px) / 1601);
  }
}
@media screen and (min-width: 1921px) {
  .topMenu .link a {
    font-size: 15px;
  }
}
.topMenu .link a {
  line-height: 20px;
}
@media screen and (min-width: 320px) {
  .topMenu .link a {
    line-height: calc(20px + 6 * (100vw - 320px) / 1601);
  }
}
@media screen and (min-width: 1921px) {
  .topMenu .link a {
    line-height: 26px;
  }
}

.obituariesSection {
  padding-bottom: 100px;
}
.obituariesSection .dk-select-options {
  min-width: 150px;
}
.obituariesSection .blockHead {
  position: relative;
  border-top: 3px solid black;
  padding-top: 15px;
  margin-bottom: 65px;
  display: flex;
  z-index: 1;
}
.obituariesSection .blockHead .blockTitle {
  font-weight: 900;
  padding-right: 40px;
}
.obituariesSection .blockHead .blockTitle {
  font-size: 26px;
}
@media screen and (min-width: 320px) {
  .obituariesSection .blockHead .blockTitle {
    font-size: calc(26px + 4 * (100vw - 320px) / 1601);
  }
}
@media screen and (min-width: 1921px) {
  .obituariesSection .blockHead .blockTitle {
    font-size: 30px;
  }
}
.obituariesSection .blockHead .blockTitle {
  line-height: 16px;
}
@media screen and (min-width: 320px) {
  .obituariesSection .blockHead .blockTitle {
    line-height: calc(16px + 10 * (100vw - 320px) / 1601);
  }
}
@media screen and (min-width: 1921px) {
  .obituariesSection .blockHead .blockTitle {
    line-height: 26px;
  }
}
.obituariesSection .blockHead .dropDown {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.obituariesSection .blockHead .dropDown .dateDropdown {
  display: flex;
  position: relative;
}
.obituariesSection .blockHead .dropDown .dateDropdown:before {
  content: "";
  background-image: url("../images/calendar.svg");
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  left: 0;
  height: 27px;
  width: 25px;
  top: 50%;
  transform: translateY(-50%);
}
.obituariesSection .blockHead .dropDown .dateDropdown:after {
  content: "";
  background-image: url("../images/triangleDown.svg");
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  right: 0;
  height: 11.25px;
  width: 18px;
  top: 50%;
  transform: translateY(-50%);
}
.obituariesSection .blockHead .dropDown .dateDropdown input {
  background: none;
  text-align: end;
  color: #474747;
  font-size: 22px;
  line-height: 22px;
  width: 180px;
  height: 26px;
  position: relative;
  z-index: 2;
  padding-right: 30px;
  cursor: pointer;
}
.obituariesSection .blockHead .dropDown .nameDropdown .dk-select {
  width: auto;
}
.obituariesSection .blockHead .dropDown .nameDropdown .dk-select .dk-selected {
  background: transparent;
  border: none;
  font-size: 22px;
  font-weight: 300;
  line-height: 30px;
  height: auto;
  padding-left: 0;
  padding-right: 30px;
}
.obituariesSection .blockHead .dropDown .nameDropdown .dk-select .dk-selected:before {
  content: none;
}
.obituariesSection .blockHead .dropDown .nameDropdown .dk-select .dk-selected:after {
  content: "";
  background-image: url("../images/triangleDown.svg");
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  right: 0;
  left: unset;
  border: none;
  margin: 0;
  height: 11.25px;
  width: 18px;
  top: 50%;
  transform: translateY(-50%);
}
.obituariesSection .blockHead .dropDown .datepicker-container1,
.obituariesSection .blockHead .dropDown .datepicker-container2 {
  position: relative;
}
.obituariesSection .blockHead .dropDown .datepicker-container1 .datepicker,
.obituariesSection .blockHead .dropDown .datepicker-container2 .datepicker {
  z-index: 9;
}
.obituariesSection .blockHead .dropDown .datepicker-dropdown.datepicker-orient-bottom:after, .obituariesSection .blockHead .dropDown .datepicker-dropdown.datepicker-orient-bottom:before {
  right: 7px;
  left: unset;
}
.obituariesSection .listingItemDIV .listingItem {
  display: flex;
  padding-bottom: 50px;
  margin-bottom: 80px;
  border-bottom: 1px solid rgba(121, 121, 111, 0.3764705882);
}
.obituariesSection .listingItemDIV .listingItem .listingImage {
  flex: 0 0 35%;
  max-width: 35%;
}
.obituariesSection .listingItemDIV .listingItem .listingInfos {
  flex: 0 0 65%;
  max-width: 65%;
  padding-left: 100px;
}
.obituariesSection .listingItemDIV .listingItem .listingInfos .listingTitle {
  margin-bottom: 20px;
}
.obituariesSection .listingItemDIV .listingItem .listingInfos .listingTitle {
  font-size: 20px;
}
@media screen and (min-width: 320px) {
  .obituariesSection .listingItemDIV .listingItem .listingInfos .listingTitle {
    font-size: calc(20px + 12 * (100vw - 320px) / 1601);
  }
}
@media screen and (min-width: 1921px) {
  .obituariesSection .listingItemDIV .listingItem .listingInfos .listingTitle {
    font-size: 32px;
  }
}
.obituariesSection .listingItemDIV .listingItem .listingInfos .listingTitle {
  line-height: 30px;
}
@media screen and (min-width: 320px) {
  .obituariesSection .listingItemDIV .listingItem .listingInfos .listingTitle {
    line-height: calc(30px + 37 * (100vw - 320px) / 1601);
  }
}
@media screen and (min-width: 1921px) {
  .obituariesSection .listingItemDIV .listingItem .listingInfos .listingTitle {
    line-height: 67px;
  }
}
.obituariesSection .listingItemDIV .listingItem .listingInfos .listingDescription {
  font-weight: normal;
}
.obituariesSection .listingItemDIV .listingItem .listingInfos .listingDescription {
  font-size: 18px;
}
@media screen and (min-width: 320px) {
  .obituariesSection .listingItemDIV .listingItem .listingInfos .listingDescription {
    font-size: calc(18px + 2 * (100vw - 320px) / 1601);
  }
}
@media screen and (min-width: 1921px) {
  .obituariesSection .listingItemDIV .listingItem .listingInfos .listingDescription {
    font-size: 20px;
  }
}
.obituariesSection .listingItemDIV .listingItem .listingInfos .listingDescription {
  line-height: 16px;
}
@media screen and (min-width: 320px) {
  .obituariesSection .listingItemDIV .listingItem .listingInfos .listingDescription {
    line-height: calc(16px + 6 * (100vw - 320px) / 1601);
  }
}
@media screen and (min-width: 1921px) {
  .obituariesSection .listingItemDIV .listingItem .listingInfos .listingDescription {
    line-height: 22px;
  }
}
.obituariesSection .listingItemDIV .listingItem .listingInfos .listingDescription p,
.obituariesSection .listingItemDIV .listingItem .listingInfos .listingDescription span,
.obituariesSection .listingItemDIV .listingItem .listingInfos .listingDescription div {
  font-size: 18px !important;
  margin-bottom: 10px !important;
}
.obituariesSection .listingItemDIV .listingItem .listingInfos .listingDescription h2,
.obituariesSection .listingItemDIV .listingItem .listingInfos .listingDescription h3,
.obituariesSection .listingItemDIV .listingItem .listingInfos .listingDescription h4 {
  line-height: 30px;
  font-weight: normal;
}
.obituariesSection .listingItemDIV:last-of-type .listingItem {
  margin-bottom: 0;
  padding-bottom: 0;
  border: none;
}

.podcastDetailSection {
  position: relative;
  z-index: 1;
}
.podcastDetailSection .blockHead {
  border-top: 3px solid black;
  padding-top: 20px;
  margin-bottom: 75px;
}
.podcastDetailSection .blockHead .blockTitle {
  font-weight: 900;
}
.podcastDetailSection .blockHead .blockTitle {
  font-size: 26px;
}
@media screen and (min-width: 320px) {
  .podcastDetailSection .blockHead .blockTitle {
    font-size: calc(26px + 4 * (100vw - 320px) / 1601);
  }
}
@media screen and (min-width: 1921px) {
  .podcastDetailSection .blockHead .blockTitle {
    font-size: 30px;
  }
}
.podcastDetailSection .blockHead .blockTitle {
  line-height: 16px;
}
@media screen and (min-width: 320px) {
  .podcastDetailSection .blockHead .blockTitle {
    line-height: calc(16px + 10 * (100vw - 320px) / 1601);
  }
}
@media screen and (min-width: 1921px) {
  .podcastDetailSection .blockHead .blockTitle {
    line-height: 26px;
  }
}
.podcastDetailSection .listingItem {
  display: flex;
  flex-wrap: wrap;
  row-gap: 30px;
  padding-bottom: 50px;
}
.podcastDetailSection .listingItem .listingImage {
  flex: 0 0 35%;
  max-width: 35%;
}
.podcastDetailSection .listingItem .listingInfos {
  flex: 0 0 65%;
  max-width: 65%;
  padding-left: 25px;
}
.podcastDetailSection .listingItem .listingInfos .listingTitle {
  margin-bottom: 30px;
}
.podcastDetailSection .listingItem .listingInfos .listingTitle {
  font-size: 34px;
}
@media screen and (min-width: 320px) {
  .podcastDetailSection .listingItem .listingInfos .listingTitle {
    font-size: calc(34px + 21 * (100vw - 320px) / 1601);
  }
}
@media screen and (min-width: 1921px) {
  .podcastDetailSection .listingItem .listingInfos .listingTitle {
    font-size: 55px;
  }
}
.podcastDetailSection .listingItem .listingInfos .listingTitle {
  line-height: 30px;
}
@media screen and (min-width: 320px) {
  .podcastDetailSection .listingItem .listingInfos .listingTitle {
    line-height: calc(30px + 37 * (100vw - 320px) / 1601);
  }
}
@media screen and (min-width: 1921px) {
  .podcastDetailSection .listingItem .listingInfos .listingTitle {
    line-height: 67px;
  }
}
.podcastDetailSection .listingItem .listingInfos .listingDescription {
  font-weight: normal;
  margin-bottom: 45px;
}
.podcastDetailSection .listingItem .listingInfos .listingDescription {
  font-size: 18px;
}
@media screen and (min-width: 320px) {
  .podcastDetailSection .listingItem .listingInfos .listingDescription {
    font-size: calc(18px + 2 * (100vw - 320px) / 1601);
  }
}
@media screen and (min-width: 1921px) {
  .podcastDetailSection .listingItem .listingInfos .listingDescription {
    font-size: 20px;
  }
}
.podcastDetailSection .listingItem .listingInfos .listingDescription {
  line-height: 16px;
}
@media screen and (min-width: 320px) {
  .podcastDetailSection .listingItem .listingInfos .listingDescription {
    line-height: calc(16px + 6 * (100vw - 320px) / 1601);
  }
}
@media screen and (min-width: 1921px) {
  .podcastDetailSection .listingItem .listingInfos .listingDescription {
    line-height: 22px;
  }
}
.podcastDetailSection .listingItem .listingInfos .listingDescription h2,
.podcastDetailSection .listingItem .listingInfos .listingDescription h3,
.podcastDetailSection .listingItem .listingInfos .listingDescription h4 {
  line-height: 30px;
  font-weight: normal;
}
.podcastDetailSection .listingItem .tab {
  display: flex;
  width: 100%;
  border-top: 1px solid rgba(121, 121, 111, 0.3764705882);
  border-bottom: 1px solid rgba(121, 121, 111, 0.3764705882);
  align-items: center;
  margin-bottom: 40px;
}
.podcastDetailSection .listingItem .tab img {
  max-height: 19px !important;
  transition: all 0.3s ease-in-out;
}
.podcastDetailSection .listingItem .tab img:hover {
  opacity: 0.7;
}
.podcastDetailSection .listingItem .tab .date {
  flex: 1;
}
.podcastDetailSection .listingItem .tab .date {
  font-size: 16px;
}
@media screen and (min-width: 320px) {
  .podcastDetailSection .listingItem .tab .date {
    font-size: calc(16px + 0 * (100vw - 320px) / 1601);
  }
}
@media screen and (min-width: 1921px) {
  .podcastDetailSection .listingItem .tab .date {
    font-size: 16px;
  }
}
.podcastDetailSection .listingItem .tab .date {
  line-height: 24px;
}
@media screen and (min-width: 320px) {
  .podcastDetailSection .listingItem .tab .date {
    line-height: calc(24px + 0 * (100vw - 320px) / 1601);
  }
}
@media screen and (min-width: 1921px) {
  .podcastDetailSection .listingItem .tab .date {
    line-height: 24px;
  }
}
.podcastDetailSection .listingItem .tab .date .type {
  color: #39c0f3;
}
.podcastDetailSection .listingItem .tab .share,
.podcastDetailSection .listingItem .tab .socialIcon {
  padding: 20px;
  border-left: 1px solid rgba(121, 121, 111, 0.3764705882);
}
.podcastDetailSection .listingItem .tab .share {
  position: relative;
}
.podcastDetailSection .listingItem .tab .share .desktopShare {
  min-width: 30px;
}
.podcastDetailSection .listingItem .tab .share .mobileShare {
  display: none;
}
.podcastDetailSection .listingItem .tab .share .social,
.podcastDetailSection .listingItem .tab .share .socialMobile {
  display: none;
  background: black;
  position: absolute;
  top: 0;
  right: calc(100% + 20px);
  width: 160px;
  z-index: 1;
}
.podcastDetailSection .listingItem .tab .share .social:before,
.podcastDetailSection .listingItem .tab .share .socialMobile:before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
  border-left: 15px solid black;
  position: absolute;
  top: 12px;
  right: -14px;
}
.podcastDetailSection .listingItem .tab .share .social h3,
.podcastDetailSection .listingItem .tab .share .socialMobile h3 {
  color: white;
  padding: 15px;
}
.podcastDetailSection .listingItem .tab .share .social li a,
.podcastDetailSection .listingItem .tab .share .socialMobile li a {
  padding-inline: 20px;
  padding-bottom: 5px;
  margin-bottom: 5px;
  border-bottom: 1px solid #7096cf;
  color: white;
  display: flex;
  align-items: center;
  gap: 15px;
}
.podcastDetailSection .listingItem .tab .share .social li a img,
.podcastDetailSection .listingItem .tab .share .socialMobile li a img {
  width: auto;
  max-height: 19px;
}
.podcastDetailSection .listingItem .tab .share .social li:last-of-type a,
.podcastDetailSection .listingItem .tab .share .socialMobile li:last-of-type a {
  border: none;
}
.podcastDetailSection .listingItem .tab .share .social img,
.podcastDetailSection .listingItem .tab .share .socialMobile img {
  height: auto !important;
  max-width: 20px !important;
}
.podcastDetailSection .listingItem .tab .btnSave img {
  display: none;
}
.podcastDetailSection .listingItem .tab .btnSave .show {
  display: block;
}

#waveform {
  width: 100%;
  background-color: white;
  border-radius: 10px;
  overflow: hidden;
  margin-inline-end: 10px;
}

.audio-player-container {
  direction: ltr;
  display: flex;
  align-items: center;
  width: 100%;
  padding: 15px;
  background-color: white;
  border-radius: 20px;
  box-shadow: 0 0 33px 0 rgba(0, 0, 0, 0.15);
  margin-bottom: 35px;
}

.controls {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.playPause {
  background: transparent;
  color: white;
  border: none;
  width: 40px;
  height: 40px;
  cursor: pointer;
  font-size: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-inline-end: 5px;
}

.currentTime,
.duration {
  font-size: 15px;
  font-weight: 500;
  line-height: 30px;
  color: #112039;
  margin-inline: 5px;
}

.duration {
  margin-inline-end: 10px;
}

.seperator {
  font-size: 15px;
  font-weight: 500;
  line-height: 30px;
  color: #112039;
}

.volume-control-container {
  position: relative;
  margin-inline-end: 10px;
}

.volumeButton {
  background: none;
  border: none;
  cursor: pointer;
  width: 17px;
  vertical-align: middle;
}

.volumePopup {
  position: absolute;
  bottom: 50px;
  left: -20px;
  background-color: white;
  border-radius: 5px;
  box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
  padding: 10px;
  display: none;
}
.volumePopup input[type=range] {
  width: 100px;
  vertical-align: middle;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  background: black000;
}
.volumePopup input[type=range]::-webkit-slider-runnable-track {
  width: 100%;
  height: 4px;
  background: black000;
}
.volumePopup input[type=range]::-moz-range-track {
  width: 100%;
  height: 4px;
  background: black000;
}
.volumePopup input[type=range]::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 12px;
  height: 12px;
  background: black;
  border-radius: 50%;
  margin-top: -3.5px;
  cursor: pointer;
}
.volumePopup input[type=range]::-moz-range-thumb {
  width: 12px;
  height: 12px;
  background: #ffffff;
  border-radius: 50%;
  cursor: pointer;
}

.optionsMenu {
  position: relative;
}

.optionsButton {
  background: none;
  border: none;
  cursor: pointer;
  width: 15px;
  transform: rotate(90deg);
  filter: brightness(0);
  vertical-align: middle;
}

.optionsPopup {
  position: absolute;
  bottom: 50px;
  right: -20px;
  background-color: white;
  border-radius: 5px;
  box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
  padding: 10px;
  display: none;
}

.hidden {
  display: none;
}

.visible {
  display: block;
}

.otherPodcastSection {
  margin-bottom: 80px;
}
.otherPodcastSection .blockHead {
  border-top: 3px solid black;
  padding-top: 20px;
  margin-bottom: 30px;
}
.otherPodcastSection .blockHead .blockTitle {
  font-weight: 900;
}
.otherPodcastSection .blockHead .blockTitle {
  font-size: 26px;
}
@media screen and (min-width: 320px) {
  .otherPodcastSection .blockHead .blockTitle {
    font-size: calc(26px + 4 * (100vw - 320px) / 1601);
  }
}
@media screen and (min-width: 1921px) {
  .otherPodcastSection .blockHead .blockTitle {
    font-size: 30px;
  }
}
.otherPodcastSection .blockHead .blockTitle {
  line-height: 16px;
}
@media screen and (min-width: 320px) {
  .otherPodcastSection .blockHead .blockTitle {
    line-height: calc(16px + 10 * (100vw - 320px) / 1601);
  }
}
@media screen and (min-width: 1921px) {
  .otherPodcastSection .blockHead .blockTitle {
    line-height: 26px;
  }
}
.otherPodcastSection .blockBody {
  margin-bottom: 70px;
}
.otherPodcastSection .listingItem > a {
  display: flex;
  flex-direction: row-reverse;
}
.otherPodcastSection .listingItem > a .listingImage {
  flex: 0 0 50%;
}
.otherPodcastSection .listingItem > a .listingInfos {
  flex: 0 0 50%;
}
.otherPodcastSection .listingHolder {
  row-gap: 30px;
}
.otherPodcastSection .listingImage {
  max-width: 190px;
  margin-bottom: 20px;
}
.otherPodcastSection .listingDate {
  margin-bottom: 15px;
}
.otherPodcastSection .listingDate {
  font-size: 16px;
}
@media screen and (min-width: 320px) {
  .otherPodcastSection .listingDate {
    font-size: calc(16px + 0 * (100vw - 320px) / 1601);
  }
}
@media screen and (min-width: 1921px) {
  .otherPodcastSection .listingDate {
    font-size: 16px;
  }
}
.otherPodcastSection .listingDate {
  line-height: 24px;
}
@media screen and (min-width: 320px) {
  .otherPodcastSection .listingDate {
    line-height: calc(24px + 0 * (100vw - 320px) / 1601);
  }
}
@media screen and (min-width: 1921px) {
  .otherPodcastSection .listingDate {
    line-height: 24px;
  }
}
.otherPodcastSection .listingTitle {
  font-size: 18px;
}
@media screen and (min-width: 320px) {
  .otherPodcastSection .listingTitle {
    font-size: calc(18px + 0 * (100vw - 320px) / 1601);
  }
}
@media screen and (min-width: 1921px) {
  .otherPodcastSection .listingTitle {
    font-size: 18px;
  }
}
.otherPodcastSection .listingTitle {
  line-height: 26px;
}
@media screen and (min-width: 320px) {
  .otherPodcastSection .listingTitle {
    line-height: calc(26px + 0 * (100vw - 320px) / 1601);
  }
}
@media screen and (min-width: 1921px) {
  .otherPodcastSection .listingTitle {
    line-height: 26px;
  }
}
.otherPodcastSection .readMore {
  margin-top: 50px;
  text-align: center;
}
.otherPodcastSection .readMore a {
  font-weight: 500;
  line-height: 50px;
  display: inline-block;
  padding: 0 55px;
  color: white;
  background: #39c0f3;
  border-radius: 30px;
  transition: all 0.3s ease-in-out;
}
.otherPodcastSection .readMore a {
  font-size: 20px;
}
@media screen and (min-width: 320px) {
  .otherPodcastSection .readMore a {
    font-size: calc(20px + 3 * (100vw - 320px) / 1601);
  }
}
@media screen and (min-width: 1921px) {
  .otherPodcastSection .readMore a {
    font-size: 23px;
  }
}
.otherPodcastSection .readMore a:hover {
  color: white !important;
  opacity: 0.8;
}

.loginRegisterSection {
  padding: 130px 0 150px;
}
.loginRegisterSection .row {
  row-gap: 30px;
}
.loginRegisterSection .login,
.loginRegisterSection .register {
  max-width: 1180px;
  margin-inline: auto;
  padding-bottom: 25px;
  margin-bottom: 35px;
  border-bottom: 1px solid rgba(121, 121, 111, 0.3764705882);
}
.loginRegisterSection .register {
  padding-bottom: 40px;
  margin-bottom: 0;
}
.loginRegisterSection .register .row {
  align-items: center;
}
.loginRegisterSection .register p {
  font-weight: normal;
}
.loginRegisterSection .register p {
  font-size: 14px;
}
@media screen and (min-width: 320px) {
  .loginRegisterSection .register p {
    font-size: calc(14px + 1 * (100vw - 320px) / 1601);
  }
}
@media screen and (min-width: 1921px) {
  .loginRegisterSection .register p {
    font-size: 15px;
  }
}
.loginRegisterSection .register p {
  line-height: 20px;
}
@media screen and (min-width: 320px) {
  .loginRegisterSection .register p {
    line-height: calc(20px + 3 * (100vw - 320px) / 1601);
  }
}
@media screen and (min-width: 1921px) {
  .loginRegisterSection .register p {
    line-height: 23px;
  }
}
.loginRegisterSection h3 {
  color: #39c0f3;
  font-weight: normal;
  margin-bottom: 20px;
}
.loginRegisterSection h3 {
  font-size: 22px;
}
@media screen and (min-width: 320px) {
  .loginRegisterSection h3 {
    font-size: calc(22px + 6 * (100vw - 320px) / 1601);
  }
}
@media screen and (min-width: 1921px) {
  .loginRegisterSection h3 {
    font-size: 28px;
  }
}
.loginRegisterSection h3 {
  line-height: 20px;
}
@media screen and (min-width: 320px) {
  .loginRegisterSection h3 {
    line-height: calc(20px + 3 * (100vw - 320px) / 1601);
  }
}
@media screen and (min-width: 1921px) {
  .loginRegisterSection h3 {
    line-height: 23px;
  }
}
.loginRegisterSection label {
  color: #39c0f3;
  font-weight: normal;
}
.loginRegisterSection label {
  font-size: 14px;
}
@media screen and (min-width: 320px) {
  .loginRegisterSection label {
    font-size: calc(14px + 1 * (100vw - 320px) / 1601);
  }
}
@media screen and (min-width: 1921px) {
  .loginRegisterSection label {
    font-size: 15px;
  }
}
.loginRegisterSection label {
  line-height: 16px;
}
@media screen and (min-width: 320px) {
  .loginRegisterSection label {
    line-height: calc(16px + 2 * (100vw - 320px) / 1601);
  }
}
@media screen and (min-width: 1921px) {
  .loginRegisterSection label {
    line-height: 18px;
  }
}
.loginRegisterSection .inputParent input {
  width: 100%;
  border-radius: 90px;
  border: 1px solid #39c0f3;
  background: white;
  padding: 10px 20px;
}
.loginRegisterSection .inputParent input::-moz-placeholder {
  color: #c1c1c1;
}
.loginRegisterSection .inputParent input::placeholder {
  color: #c1c1c1;
}
.loginRegisterSection .btnContainer {
  display: flex;
  align-items: center;
  justify-content: end;
}
.loginRegisterSection .btnContainer input {
  font-weight: 500;
  line-height: 50px;
  display: inline-block;
  width: 232px;
  text-align: center;
  color: white;
  background: black;
  border-radius: 30px;
  padding: 0;
  transition: all 0.3s ease-in-out;
}
.loginRegisterSection .btnContainer input {
  font-size: 20px;
}
@media screen and (min-width: 320px) {
  .loginRegisterSection .btnContainer input {
    font-size: calc(20px + 3 * (100vw - 320px) / 1601);
  }
}
@media screen and (min-width: 1921px) {
  .loginRegisterSection .btnContainer input {
    font-size: 23px;
  }
}
.loginRegisterSection .btnContainer input:hover {
  color: white !important;
  opacity: 0.8;
}
.loginRegisterSection .btnContainer a {
  font-weight: 500;
  line-height: 50px;
  display: inline-block;
  width: 232px;
  text-align: center;
  color: white;
  background: #39c0f3;
  border-radius: 30px;
  padding: 0;
  transition: all 0.3s ease-in-out;
}
.loginRegisterSection .btnContainer a {
  font-size: 20px;
}
@media screen and (min-width: 320px) {
  .loginRegisterSection .btnContainer a {
    font-size: calc(20px + 3 * (100vw - 320px) / 1601);
  }
}
@media screen and (min-width: 1921px) {
  .loginRegisterSection .btnContainer a {
    font-size: 23px;
  }
}
.loginRegisterSection .btnContainer a:hover {
  color: white !important;
  opacity: 0.8;
}
.loginRegisterSection .forgotPassword {
  text-align: end;
}
.loginRegisterSection .forgotPassword a {
  text-decoration: underline;
  color: #39c0f3;
}
.loginRegisterSection .forgotPassword a {
  font-size: 12px;
}
@media screen and (min-width: 320px) {
  .loginRegisterSection .forgotPassword a {
    font-size: calc(12px + 1 * (100vw - 320px) / 1601);
  }
}
@media screen and (min-width: 1921px) {
  .loginRegisterSection .forgotPassword a {
    font-size: 13px;
  }
}
.loginRegisterSection .forgotPassword a {
  line-height: 18px;
}
@media screen and (min-width: 320px) {
  .loginRegisterSection .forgotPassword a {
    line-height: calc(18px + 2 * (100vw - 320px) / 1601);
  }
}
@media screen and (min-width: 1921px) {
  .loginRegisterSection .forgotPassword a {
    line-height: 20px;
  }
}

.subscriptionSection {
  padding: 70px 0 100px;
  max-width: 1210px;
  margin-inline: auto;
}
.subscriptionSection .row {
  row-gap: 30px;
}
.subscriptionSection h2 {
  padding-bottom: 25px;
  margin-bottom: 50px;
  border-bottom: 1px solid #39c0f3;
}
.subscriptionSection h2 {
  font-size: 34px;
}
@media screen and (min-width: 320px) {
  .subscriptionSection h2 {
    font-size: calc(34px + 21 * (100vw - 320px) / 1601);
  }
}
@media screen and (min-width: 1921px) {
  .subscriptionSection h2 {
    font-size: 55px;
  }
}
.subscriptionSection h2 {
  line-height: 50px;
}
@media screen and (min-width: 320px) {
  .subscriptionSection h2 {
    line-height: calc(50px + 17 * (100vw - 320px) / 1601);
  }
}
@media screen and (min-width: 1921px) {
  .subscriptionSection h2 {
    line-height: 67px;
  }
}
.subscriptionSection .offers {
  margin-bottom: 50px;
  padding-bottom: 70px;
  border-bottom: 1px solid rgba(121, 121, 111, 0.3764705882);
}
.subscriptionSection .offers label {
  font-weight: bold;
}
.subscriptionSection .offers .listingItem {
  padding: 50px 40px 35px;
  border-radius: 38px;
  background: white;
}
.subscriptionSection .offers .listingHolder {
  margin-bottom: 100px;
}
.subscriptionSection .offers .listingTitle {
  margin-bottom: 40px;
  color: #39c0f3;
}
.subscriptionSection .offers .listingTitle {
  font-size: 20px;
}
@media screen and (min-width: 320px) {
  .subscriptionSection .offers .listingTitle {
    font-size: calc(20px + 4 * (100vw - 320px) / 1601);
  }
}
@media screen and (min-width: 1921px) {
  .subscriptionSection .offers .listingTitle {
    font-size: 24px;
  }
}
.subscriptionSection .offers .listingTitle {
  line-height: 20px;
}
@media screen and (min-width: 320px) {
  .subscriptionSection .offers .listingTitle {
    line-height: calc(20px + 10 * (100vw - 320px) / 1601);
  }
}
@media screen and (min-width: 1921px) {
  .subscriptionSection .offers .listingTitle {
    line-height: 30px;
  }
}
.subscriptionSection .offers .listingPrice {
  font-weight: 500;
  margin-bottom: 55px;
}
.subscriptionSection .offers .listingPrice {
  font-size: 65px;
}
@media screen and (min-width: 320px) {
  .subscriptionSection .offers .listingPrice {
    font-size: calc(65px + 35 * (100vw - 320px) / 1601);
  }
}
@media screen and (min-width: 1921px) {
  .subscriptionSection .offers .listingPrice {
    font-size: 100px;
  }
}
.subscriptionSection .offers .listingPrice {
  line-height: 48px;
}
@media screen and (min-width: 320px) {
  .subscriptionSection .offers .listingPrice {
    line-height: calc(48px + 19 * (100vw - 320px) / 1601);
  }
}
@media screen and (min-width: 1921px) {
  .subscriptionSection .offers .listingPrice {
    line-height: 67px;
  }
}
.subscriptionSection .offers .listingDate {
  margin-bottom: 10px;
  font-weight: normal;
}
.subscriptionSection .offers .listingDate {
  font-size: 18px;
}
@media screen and (min-width: 320px) {
  .subscriptionSection .offers .listingDate {
    font-size: calc(18px + 4 * (100vw - 320px) / 1601);
  }
}
@media screen and (min-width: 1921px) {
  .subscriptionSection .offers .listingDate {
    font-size: 22px;
  }
}
.subscriptionSection .offers .listingDate {
  line-height: 20px;
}
@media screen and (min-width: 320px) {
  .subscriptionSection .offers .listingDate {
    line-height: calc(20px + 8 * (100vw - 320px) / 1601);
  }
}
@media screen and (min-width: 1921px) {
  .subscriptionSection .offers .listingDate {
    line-height: 28px;
  }
}
.subscriptionSection .offers .renew {
  font-weight: normal;
  margin-bottom: 25px;
}
.subscriptionSection .offers .renew {
  font-size: 14px;
}
@media screen and (min-width: 320px) {
  .subscriptionSection .offers .renew {
    font-size: calc(14px + 1 * (100vw - 320px) / 1601);
  }
}
@media screen and (min-width: 1921px) {
  .subscriptionSection .offers .renew {
    font-size: 15px;
  }
}
.subscriptionSection .offers .renew {
  line-height: 20px;
}
@media screen and (min-width: 320px) {
  .subscriptionSection .offers .renew {
    line-height: calc(20px + 3 * (100vw - 320px) / 1601);
  }
}
@media screen and (min-width: 1921px) {
  .subscriptionSection .offers .renew {
    line-height: 23px;
  }
}
.subscriptionSection .offers .formHolder {
  align-items: end;
}
.subscriptionSection .offers .userInfo {
  padding-bottom: 40px;
  border-bottom: 1px solid rgba(121, 121, 111, 0.3764705882);
  margin-bottom: 60px;
}
.subscriptionSection .offers .userInfo .inputParent input {
  width: 100%;
  border-radius: 90px;
  border: 1px solid #39c0f3;
  background: white;
  padding: 10px 20px;
}
.subscriptionSection .offers .userInfo .inputParent input::-moz-placeholder {
  color: #c1c1c1;
}
.subscriptionSection .offers .userInfo .inputParent input::placeholder {
  color: #c1c1c1;
}
.subscriptionSection .offers .paymentMethod {
  margin-bottom: 50px;
}
.subscriptionSection .offers .paymentMethod .inputHolder {
  align-items: center;
}
.subscriptionSection .offers .paymentMethod h4 {
  color: #39c0f3;
}
.subscriptionSection .offers .paymentMethod h4 {
  font-size: 14px;
}
@media screen and (min-width: 320px) {
  .subscriptionSection .offers .paymentMethod h4 {
    font-size: calc(14px + 1 * (100vw - 320px) / 1601);
  }
}
@media screen and (min-width: 1921px) {
  .subscriptionSection .offers .paymentMethod h4 {
    font-size: 15px;
  }
}
.subscriptionSection .offers .paymentMethod h4 {
  line-height: 16px;
}
@media screen and (min-width: 320px) {
  .subscriptionSection .offers .paymentMethod h4 {
    line-height: calc(16px + 2 * (100vw - 320px) / 1601);
  }
}
@media screen and (min-width: 1921px) {
  .subscriptionSection .offers .paymentMethod h4 {
    line-height: 18px;
  }
}
.subscriptionSection .offers .paymentMethod .radioSection {
  display: flex;
  flex-wrap: wrap;
  -moz-column-gap: 60px;
       column-gap: 60px;
  row-gap: 30px;
}
.subscriptionSection .offers .paymentMethod .inputEntity {
  display: flex;
  gap: 10px;
  align-items: center;
}
.subscriptionSection .offers .paymentMethod .inputEntity input[type=radio] {
  height: 36px;
  width: 36px;
  border: 2px solid #39c0f3;
  border-radius: 50%;
  background: white;
  vertical-align: middle;
  position: relative;
  cursor: pointer;
}
.subscriptionSection .offers .paymentMethod .inputEntity input[type=radio]:checked:after {
  content: "";
  border-radius: 50%;
  height: 29px;
  width: 29px;
  background: #39c0f3;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.subscriptionSection .offers .paymentMethod .inputEntity img {
  max-height: 40px;
  width: auto;
}
.subscriptionSection .offers .paymentMethod .inputEntity h3 {
  color: black;
  margin: 0;
  font-weight: bold;
}
.subscriptionSection .offers .paymentMethod .optionContainer {
  text-align: end;
}
.subscriptionSection .offers .paymentMethod .optionContainer .options {
  display: inline-flex;
  margin-inline: auto;
  border: 2px solid #39c0f3;
  border-radius: 30px;
  padding: 2px;
  background-color: white;
}
.subscriptionSection .offers .paymentMethod .optionContainer .options .option {
  font-weight: 500;
}
.subscriptionSection .offers .paymentMethod .optionContainer .options .option a {
  border-radius: 30px;
  display: block;
  padding: 0 20px;
  color: #39c0f3;
}
.subscriptionSection .offers .paymentMethod .optionContainer .options .option a {
  font-size: 20px;
}
@media screen and (min-width: 320px) {
  .subscriptionSection .offers .paymentMethod .optionContainer .options .option a {
    font-size: calc(20px + 3 * (100vw - 320px) / 1601);
  }
}
@media screen and (min-width: 1921px) {
  .subscriptionSection .offers .paymentMethod .optionContainer .options .option a {
    font-size: 23px;
  }
}
.subscriptionSection .offers .paymentMethod .optionContainer .options .option a {
  line-height: 24px;
}
@media screen and (min-width: 320px) {
  .subscriptionSection .offers .paymentMethod .optionContainer .options .option a {
    line-height: calc(24px + 3 * (100vw - 320px) / 1601);
  }
}
@media screen and (min-width: 1921px) {
  .subscriptionSection .offers .paymentMethod .optionContainer .options .option a {
    line-height: 27px;
  }
}
.subscriptionSection .offers .paymentMethod .optionContainer .options .option a:hover {
  color: #39c0f3 !important;
}
.subscriptionSection .offers .paymentMethod .optionContainer .options .option.active a {
  color: white;
  background: #39c0f3;
}
.subscriptionSection .offers .paymentMethod .optionContainer .options .option.active a:hover {
  color: white !important;
}
.subscriptionSection .offers .couponEntry .inputParent input {
  width: 100%;
  border-radius: 90px;
  border: 1px solid #39c0f3;
  background: white;
  padding: 10px 20px;
}
.subscriptionSection .offers .couponEntry .inputParent input::-moz-placeholder {
  color: #c1c1c1;
}
.subscriptionSection .offers .couponEntry .inputParent input::placeholder {
  color: #c1c1c1;
}
.subscriptionSection .offers .submitSection {
  text-align: end;
}
.subscriptionSection .offers .submitSection input {
  font-weight: 500;
  line-height: 50px;
  display: inline-block;
  width: 232px;
  max-width: 100%;
  text-align: center;
  color: white;
  background: black;
  border-radius: 30px;
  transition: all 0.3s ease-in-out;
}
.subscriptionSection .offers .submitSection input {
  font-size: 20px;
}
@media screen and (min-width: 320px) {
  .subscriptionSection .offers .submitSection input {
    font-size: calc(20px + 3 * (100vw - 320px) / 1601);
  }
}
@media screen and (min-width: 1921px) {
  .subscriptionSection .offers .submitSection input {
    font-size: 23px;
  }
}
.subscriptionSection .offers .submitSection input:hover {
  color: white !important;
  opacity: 0.8;
}
.subscriptionSection .offers .submitSection a {
  font-weight: 500;
  line-height: 50px;
  display: inline-block;
  width: 232px;
  text-align: center;
  color: white;
  background: #39c0f3;
  border-radius: 30px;
  transition: all 0.3s ease-in-out;
}
.subscriptionSection .offers .submitSection a {
  font-size: 20px;
}
@media screen and (min-width: 320px) {
  .subscriptionSection .offers .submitSection a {
    font-size: calc(20px + 3 * (100vw - 320px) / 1601);
  }
}
@media screen and (min-width: 1921px) {
  .subscriptionSection .offers .submitSection a {
    font-size: 23px;
  }
}
.subscriptionSection .offers .submitSection a:hover {
  color: white !important;
  opacity: 0.8;
}
.subscriptionSection .listingImage {
  max-width: 220px;
  margin-bottom: 30px;
}
.subscriptionSection .chooseSubscription input[type=radio] {
  position: absolute;
}
.subscriptionSection .chooseSubscription input[type=radio]:checked ~ label:after {
  content: "";
  position: absolute;
  left: 0;
  border-radius: 30px;
  height: 100%;
  width: 100%;
  background: #39c0f3;
}
.subscriptionSection .chooseSubscription input[type=radio]:checked ~ label:before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  height: 20px;
  width: 23px;
  transform: translate(-50%, -50%);
  background-image: url(../images/check.svg);
  background-repeat: no-repeat;
  z-index: 1;
}
.subscriptionSection .chooseSubscription label {
  font-weight: normal;
  line-height: 40px;
  cursor: pointer;
  display: block;
  width: 100%;
  color: #474747;
  text-align: center;
  border: 2px solid #39c0f3;
  background: #e4f8fd;
  border-radius: 30px;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.subscriptionSection .chooseSubscription label {
  font-size: 20px;
}
@media screen and (min-width: 320px) {
  .subscriptionSection .chooseSubscription label {
    font-size: calc(20px + 3 * (100vw - 320px) / 1601);
  }
}
@media screen and (min-width: 1921px) {
  .subscriptionSection .chooseSubscription label {
    font-size: 23px;
  }
}
.subscriptionSection .chooseSubscription label:hover {
  opacity: 0.8;
}
.subscriptionSection .login,
.subscriptionSection .otherOffers {
  max-width: 1180px;
  margin-inline: auto;
  padding-bottom: 60px;
  margin-bottom: 85px;
  border-bottom: 1px solid rgba(121, 121, 111, 0.3764705882);
}
.subscriptionSection .login .inputParent input,
.subscriptionSection .otherOffers .inputParent input {
  width: 100%;
  border-radius: 90px;
  border: 1px solid #39c0f3;
  background: white;
  padding: 10px 20px;
}
.subscriptionSection .login .inputParent input::-moz-placeholder, .subscriptionSection .otherOffers .inputParent input::-moz-placeholder {
  color: #c1c1c1;
}
.subscriptionSection .login .inputParent input::placeholder,
.subscriptionSection .otherOffers .inputParent input::placeholder {
  color: #c1c1c1;
}
.subscriptionSection .otherOffers {
  padding-bottom: 40px;
  margin-bottom: 0;
}
.subscriptionSection .otherOffers p {
  font-weight: normal;
}
.subscriptionSection .otherOffers p {
  font-size: 14px;
}
@media screen and (min-width: 320px) {
  .subscriptionSection .otherOffers p {
    font-size: calc(14px + 1 * (100vw - 320px) / 1601);
  }
}
@media screen and (min-width: 1921px) {
  .subscriptionSection .otherOffers p {
    font-size: 15px;
  }
}
.subscriptionSection .otherOffers p {
  line-height: 20px;
}
@media screen and (min-width: 320px) {
  .subscriptionSection .otherOffers p {
    line-height: calc(20px + 3 * (100vw - 320px) / 1601);
  }
}
@media screen and (min-width: 1921px) {
  .subscriptionSection .otherOffers p {
    line-height: 23px;
  }
}
.subscriptionSection .otherOffers h4 {
  font-weight: normal;
  margin-bottom: 10px;
}
.subscriptionSection .otherOffers h4 {
  font-size: 18px;
}
@media screen and (min-width: 320px) {
  .subscriptionSection .otherOffers h4 {
    font-size: calc(18px + 3 * (100vw - 320px) / 1601);
  }
}
@media screen and (min-width: 1921px) {
  .subscriptionSection .otherOffers h4 {
    font-size: 21px;
  }
}
.subscriptionSection .otherOffers h4 {
  line-height: 16px;
}
@media screen and (min-width: 320px) {
  .subscriptionSection .otherOffers h4 {
    line-height: calc(16px + 2 * (100vw - 320px) / 1601);
  }
}
@media screen and (min-width: 1921px) {
  .subscriptionSection .otherOffers h4 {
    line-height: 18px;
  }
}
.subscriptionSection h3 {
  color: #39c0f3;
  font-weight: normal;
  margin-bottom: 20px;
}
.subscriptionSection h3 {
  font-size: 22px;
}
@media screen and (min-width: 320px) {
  .subscriptionSection h3 {
    font-size: calc(22px + 6 * (100vw - 320px) / 1601);
  }
}
@media screen and (min-width: 1921px) {
  .subscriptionSection h3 {
    font-size: 28px;
  }
}
.subscriptionSection h3 {
  line-height: 20px;
}
@media screen and (min-width: 320px) {
  .subscriptionSection h3 {
    line-height: calc(20px + 3 * (100vw - 320px) / 1601);
  }
}
@media screen and (min-width: 1921px) {
  .subscriptionSection h3 {
    line-height: 23px;
  }
}
.subscriptionSection label {
  color: #39c0f3;
  font-weight: normal;
}
.subscriptionSection label {
  font-size: 14px;
}
@media screen and (min-width: 320px) {
  .subscriptionSection label {
    font-size: calc(14px + 1 * (100vw - 320px) / 1601);
  }
}
@media screen and (min-width: 1921px) {
  .subscriptionSection label {
    font-size: 15px;
  }
}
.subscriptionSection label {
  line-height: 16px;
}
@media screen and (min-width: 320px) {
  .subscriptionSection label {
    line-height: calc(16px + 2 * (100vw - 320px) / 1601);
  }
}
@media screen and (min-width: 1921px) {
  .subscriptionSection label {
    line-height: 18px;
  }
}
.subscriptionSection .btnContainer {
  display: flex;
  align-items: center;
  justify-content: end;
}
.subscriptionSection .btnContainer input {
  font-weight: 500;
  line-height: 50px;
  display: inline-block;
  width: 232px;
  text-align: center;
  color: white;
  background: black;
  border-radius: 30px;
  transition: all 0.3s ease-in-out;
}
.subscriptionSection .btnContainer input {
  font-size: 20px;
}
@media screen and (min-width: 320px) {
  .subscriptionSection .btnContainer input {
    font-size: calc(20px + 3 * (100vw - 320px) / 1601);
  }
}
@media screen and (min-width: 1921px) {
  .subscriptionSection .btnContainer input {
    font-size: 23px;
  }
}
.subscriptionSection .btnContainer input:hover {
  color: white !important;
  opacity: 0.8;
}
.subscriptionSection .btnContainer a {
  font-weight: 500;
  line-height: 50px;
  display: inline-block;
  width: 232px;
  text-align: center;
  color: white;
  background: #39c0f3;
  border-radius: 30px;
  padding: 0;
  transition: all 0.3s ease-in-out;
}
.subscriptionSection .btnContainer a {
  font-size: 20px;
}
@media screen and (min-width: 320px) {
  .subscriptionSection .btnContainer a {
    font-size: calc(20px + 3 * (100vw - 320px) / 1601);
  }
}
@media screen and (min-width: 1921px) {
  .subscriptionSection .btnContainer a {
    font-size: 23px;
  }
}
.subscriptionSection .btnContainer a:hover {
  color: white !important;
  opacity: 0.8;
}
.subscriptionSection .forgotPassword {
  text-align: end;
}
.subscriptionSection .forgotPassword a {
  text-decoration: underline;
  color: #39c0f3;
}
.subscriptionSection .forgotPassword a {
  font-size: 12px;
}
@media screen and (min-width: 320px) {
  .subscriptionSection .forgotPassword a {
    font-size: calc(12px + 1 * (100vw - 320px) / 1601);
  }
}
@media screen and (min-width: 1921px) {
  .subscriptionSection .forgotPassword a {
    font-size: 13px;
  }
}
.subscriptionSection .forgotPassword a {
  line-height: 18px;
}
@media screen and (min-width: 320px) {
  .subscriptionSection .forgotPassword a {
    line-height: calc(18px + 2 * (100vw - 320px) / 1601);
  }
}
@media screen and (min-width: 1921px) {
  .subscriptionSection .forgotPassword a {
    line-height: 20px;
  }
}

.premiumInfoSection {
  max-width: 1210px;
  margin-inline: auto;
}
.premiumInfoSection .bannerImage {
  max-width: 400px;
}
.premiumInfoSection .listingHolder {
  display: flex;
  justify-content: start;
  align-items: end;
  gap: 50px;
}
.premiumInfoSection .listingInfos {
  margin-bottom: 30px;
}
.premiumInfoSection .listingTitle {
  font-size: 26px;
}
@media screen and (min-width: 320px) {
  .premiumInfoSection .listingTitle {
    font-size: calc(26px + 4 * (100vw - 320px) / 1601);
  }
}
@media screen and (min-width: 1921px) {
  .premiumInfoSection .listingTitle {
    font-size: 30px;
  }
}
.premiumInfoSection .listingTitle {
  line-height: 30px;
}
@media screen and (min-width: 320px) {
  .premiumInfoSection .listingTitle {
    line-height: calc(30px + 10 * (100vw - 320px) / 1601);
  }
}
@media screen and (min-width: 1921px) {
  .premiumInfoSection .listingTitle {
    line-height: 40px;
  }
}
.premiumInfoSection .listingDescription {
  font-weight: 500;
}
.premiumInfoSection .listingDescription {
  font-size: 18px;
}
@media screen and (min-width: 320px) {
  .premiumInfoSection .listingDescription {
    font-size: calc(18px + 2 * (100vw - 320px) / 1601);
  }
}
@media screen and (min-width: 1921px) {
  .premiumInfoSection .listingDescription {
    font-size: 20px;
  }
}
.premiumInfoSection .listingDescription {
  line-height: 20px;
}
@media screen and (min-width: 320px) {
  .premiumInfoSection .listingDescription {
    line-height: calc(20px + 8 * (100vw - 320px) / 1601);
  }
}
@media screen and (min-width: 1921px) {
  .premiumInfoSection .listingDescription {
    line-height: 28px;
  }
}

.searchSection {
  padding: 80px 0;
}
.searchSection h3 {
  margin-bottom: 50px;
}
.searchSection h3 {
  font-size: 22px;
}
@media screen and (min-width: 320px) {
  .searchSection h3 {
    font-size: calc(22px + 6 * (100vw - 320px) / 1601);
  }
}
@media screen and (min-width: 1921px) {
  .searchSection h3 {
    font-size: 28px;
  }
}
.searchSection h3 {
  line-height: 20px;
}
@media screen and (min-width: 320px) {
  .searchSection h3 {
    line-height: calc(20px + 25 * (100vw - 320px) / 1601);
  }
}
@media screen and (min-width: 1921px) {
  .searchSection h3 {
    line-height: 45px;
  }
}
.searchSection .filters {
  row-gap: 10px;
  margin-bottom: 40px;
}
.searchSection .filterItem input {
  width: 100%;
  padding: 9px 15px;
  font-size: 14px;
  font-weight: bold;
  line-height: 27px;
  color: black;
  border: 1px solid rgba(121, 121, 111, 0.3764705882);
}
.searchSection .filterItem input::-moz-placeholder {
  color: black;
  font-weight: bold;
}
.searchSection .filterItem input::placeholder {
  color: black;
  font-weight: bold;
}
.searchSection .filterItem .datepicker-container1,
.searchSection .filterItem .datepicker-container2 {
  position: relative;
}
.searchSection .filterItem .datepicker-container1 .datepicker,
.searchSection .filterItem .datepicker-container2 .datepicker {
  z-index: 9;
  width: 100%;
}
.searchSection .filterItem .datepicker-container1 .datepicker table,
.searchSection .filterItem .datepicker-container2 .datepicker table {
  width: 100%;
}
.searchSection .filterItem .dk-select {
  width: 100%;
}
.searchSection .filterItem .dk-select .dk-selected {
  max-width: 100%;
  padding: 9px 15px;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 27px;
  color: black;
  border-radius: 0;
  border: 1px solid rgba(121, 121, 111, 0.3764705882);
}
.searchSection .filterItem .dk-select .dk-selected:before {
  content: none;
}
.searchSection .filterItem .dk-select .dk-selected:after {
  content: "";
  background-image: url("../images/triangleDown.svg");
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  right: 10px;
  left: unset;
  border: none;
  margin: 0;
  height: 11.25px;
  width: 18px;
  top: 50%;
  transform: translateY(-50%);
}
.searchSection .searchBtn {
  text-align: center;
}
.searchSection .searchBtn a {
  padding: 0 80px;
  height: 52px;
  border-radius: 30px;
  background: #39c0f3;
  color: white;
  transition: all 0.3s ease-in-out;
}
.searchSection .searchBtn a {
  font-size: 20px;
}
@media screen and (min-width: 320px) {
  .searchSection .searchBtn a {
    font-size: calc(20px + 3 * (100vw - 320px) / 1601);
  }
}
@media screen and (min-width: 1921px) {
  .searchSection .searchBtn a {
    font-size: 23px;
  }
}
.searchSection .searchBtn a {
  line-height: 30px;
}
@media screen and (min-width: 320px) {
  .searchSection .searchBtn a {
    line-height: calc(30px + 20 * (100vw - 320px) / 1601);
  }
}
@media screen and (min-width: 1921px) {
  .searchSection .searchBtn a {
    line-height: 50px;
  }
}
.searchSection .searchBtn a:hover {
  color: white !important;
  opacity: 0.8;
}
.searchSection .searchResults {
  margin-top: 50px;
}
.searchSection .searchResults .listingHolder {
  row-gap: 50px;
}
.searchSection .searchResults .listingItemDIV .listingItem {
  padding-bottom: 50px;
  border-bottom: 3px solid black;
}
.searchSection .searchResults .listingItemDIV .listingItem.premium .type {
  padding-left: 25px;
  color: #c0984e;
  position: relative;
}
.searchSection .searchResults .listingItemDIV .listingItem.premium .type:before {
  content: "";
  background-image: url("../images/goldLock.svg");
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  left: 0;
  height: 21px;
  width: 16px;
  top: 50%;
  transform: translateY(-50%);
}
.searchSection .searchResults .listingItemDIV .listingImage {
  margin-bottom: 20px;
}
.searchSection .searchResults .listingItemDIV .listingImage img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 208px;
}
.searchSection .searchResults .listingItemDIV .listingDate {
  margin-bottom: 20px;
}
.searchSection .searchResults .listingItemDIV .listingDate {
  font-size: 16px;
}
@media screen and (min-width: 320px) {
  .searchSection .searchResults .listingItemDIV .listingDate {
    font-size: calc(16px + 0 * (100vw - 320px) / 1601);
  }
}
@media screen and (min-width: 1921px) {
  .searchSection .searchResults .listingItemDIV .listingDate {
    font-size: 16px;
  }
}
.searchSection .searchResults .listingItemDIV .listingDate {
  line-height: 24px;
}
@media screen and (min-width: 320px) {
  .searchSection .searchResults .listingItemDIV .listingDate {
    line-height: calc(24px + 0 * (100vw - 320px) / 1601);
  }
}
@media screen and (min-width: 1921px) {
  .searchSection .searchResults .listingItemDIV .listingDate {
    line-height: 24px;
  }
}
.searchSection .searchResults .listingItemDIV .listingDate .type {
  color: #39c0f3;
}
.searchSection .searchResults .listingItemDIV .listingTitle {
  font-size: 16px;
}
@media screen and (min-width: 320px) {
  .searchSection .searchResults .listingItemDIV .listingTitle {
    font-size: calc(16px + 6 * (100vw - 320px) / 1601);
  }
}
@media screen and (min-width: 1921px) {
  .searchSection .searchResults .listingItemDIV .listingTitle {
    font-size: 22px;
  }
}
.searchSection .searchResults .listingItemDIV .listingTitle {
  line-height: 20px;
}
@media screen and (min-width: 320px) {
  .searchSection .searchResults .listingItemDIV .listingTitle {
    line-height: calc(20px + 12 * (100vw - 320px) / 1601);
  }
}
@media screen and (min-width: 1921px) {
  .searchSection .searchResults .listingItemDIV .listingTitle {
    line-height: 32px;
  }
}

.authorSection {
  padding: 100px 0;
}
.authorSection .authorDetails {
  display: flex;
  align-items: start;
  gap: 30px;
  margin-bottom: 100px;
}
.authorSection .authorDetails img {
  width: 270px;
  height: 270px;
  border: 1px solid #39c0f3;
  -o-object-fit: cover;
     object-fit: cover;
}
.authorSection .authorText {
  margin-top: 40px;
  padding-bottom: 20px;
  border-bottom: 1px solid #979797;
}
.authorSection h3 {
  display: inline-block;
  margin-bottom: 30px;
}
.authorSection h3 {
  font-size: 34px;
}
@media screen and (min-width: 320px) {
  .authorSection h3 {
    font-size: calc(34px + 21 * (100vw - 320px) / 1601);
  }
}
@media screen and (min-width: 1921px) {
  .authorSection h3 {
    font-size: 55px;
  }
}
.authorSection h3 {
  line-height: 30px;
}
@media screen and (min-width: 320px) {
  .authorSection h3 {
    line-height: calc(30px + 37 * (100vw - 320px) / 1601);
  }
}
@media screen and (min-width: 1921px) {
  .authorSection h3 {
    line-height: 67px;
  }
}
.authorSection .mainDescription {
  margin-bottom: 10px;
  font-weight: 500;
}
.authorSection .mainDescription {
  font-size: 24px;
}
@media screen and (min-width: 320px) {
  .authorSection .mainDescription {
    font-size: calc(24px + 0 * (100vw - 320px) / 1601);
  }
}
@media screen and (min-width: 1921px) {
  .authorSection .mainDescription {
    font-size: 24px;
  }
}
.authorSection .mainDescription {
  line-height: 24px;
}
@media screen and (min-width: 320px) {
  .authorSection .mainDescription {
    line-height: calc(24px + 6 * (100vw - 320px) / 1601);
  }
}
@media screen and (min-width: 1921px) {
  .authorSection .mainDescription {
    line-height: 30px;
  }
}
.authorSection .secondaryDescription {
  margin-top: 40px;
  display: none;
  font-weight: 400;
  max-width: 700px;
}
.authorSection .secondaryDescription {
  font-size: 16px;
}
@media screen and (min-width: 320px) {
  .authorSection .secondaryDescription {
    font-size: calc(16px + 2 * (100vw - 320px) / 1601);
  }
}
@media screen and (min-width: 1921px) {
  .authorSection .secondaryDescription {
    font-size: 18px;
  }
}
.authorSection .secondaryDescription {
  line-height: 24px;
}
@media screen and (min-width: 320px) {
  .authorSection .secondaryDescription {
    line-height: calc(24px + 6 * (100vw - 320px) / 1601);
  }
}
@media screen and (min-width: 1921px) {
  .authorSection .secondaryDescription {
    line-height: 30px;
  }
}
.authorSection .readMore {
  display: inline-block;
  margin-top: 10px;
  position: relative;
}
.authorSection .readMore:after {
  content: "";
  background-image: url(../images/triangleDown.svg);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  right: -25px;
  border: none;
  margin: 0;
  height: 11.25px;
  width: 18px;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.3s ease-in-out;
}
.authorSection .readMore.active:after {
  transform: translateY(-50%) rotate(180deg);
}
.authorSection .listingHolder {
  row-gap: 50px;
}
.authorSection .listingItemDIV .listingItem {
  padding-bottom: 50px;
  border-bottom: 3px solid black;
}
.authorSection .listingItemDIV .listingItem.premium .type {
  padding-left: 25px;
  color: #c0984e;
  position: relative;
}
.authorSection .listingItemDIV .listingItem.premium .type:before {
  content: "";
  background-image: url("../images/goldLock.svg");
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  left: 0;
  height: 21px;
  width: 16px;
  top: 50%;
  transform: translateY(-50%);
}
.authorSection .listingItemDIV .listingImage {
  margin-bottom: 20px;
}
.authorSection .listingItemDIV .listingImage img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 280px;
  width: 100%;
}
.authorSection .listingItemDIV .listingDate {
  margin-bottom: 20px;
}
.authorSection .listingItemDIV .listingDate {
  font-size: 16px;
}
@media screen and (min-width: 320px) {
  .authorSection .listingItemDIV .listingDate {
    font-size: calc(16px + 0 * (100vw - 320px) / 1601);
  }
}
@media screen and (min-width: 1921px) {
  .authorSection .listingItemDIV .listingDate {
    font-size: 16px;
  }
}
.authorSection .listingItemDIV .listingDate {
  line-height: 24px;
}
@media screen and (min-width: 320px) {
  .authorSection .listingItemDIV .listingDate {
    line-height: calc(24px + 0 * (100vw - 320px) / 1601);
  }
}
@media screen and (min-width: 1921px) {
  .authorSection .listingItemDIV .listingDate {
    line-height: 24px;
  }
}
.authorSection .listingItemDIV .listingDate .type {
  color: #39c0f3;
}
.authorSection .listingItemDIV .listingTitle {
  font-size: 16px;
}
@media screen and (min-width: 320px) {
  .authorSection .listingItemDIV .listingTitle {
    font-size: calc(16px + 6 * (100vw - 320px) / 1601);
  }
}
@media screen and (min-width: 1921px) {
  .authorSection .listingItemDIV .listingTitle {
    font-size: 22px;
  }
}
.authorSection .listingItemDIV .listingTitle {
  line-height: 20px;
}
@media screen and (min-width: 320px) {
  .authorSection .listingItemDIV .listingTitle {
    line-height: calc(20px + 12 * (100vw - 320px) / 1601);
  }
}
@media screen and (min-width: 1921px) {
  .authorSection .listingItemDIV .listingTitle {
    line-height: 32px;
  }
}

.tagList {
  margin-top: 35px;
}
.tagList h5 {
  color: #39c0f3;
  font-size: 16px;
  border-bottom: 1px solid rgba(121, 121, 111, 0.3764705882);
  padding-bottom: 5px;
  margin-bottom: 15px;
}
.tagList .tags {
  font-size: 18px;
}

.authorsSection {
  padding: 50px 0;
}
.authorsSection h3 {
  display: inline-block;
  margin-bottom: 50px;
  padding-bottom: 20px;
  border-bottom: 2px solid #39c0f3;
}
.authorsSection h3 {
  font-size: 28px;
}
@media screen and (min-width: 320px) {
  .authorsSection h3 {
    font-size: calc(28px + 8 * (100vw - 320px) / 1601);
  }
}
@media screen and (min-width: 1921px) {
  .authorsSection h3 {
    font-size: 36px;
  }
}
.authorsSection h3 {
  line-height: 30px;
}
@media screen and (min-width: 320px) {
  .authorsSection h3 {
    line-height: calc(30px + 10 * (100vw - 320px) / 1601);
  }
}
@media screen and (min-width: 1921px) {
  .authorsSection h3 {
    line-height: 40px;
  }
}
.authorsSection .listingHolder {
  row-gap: 30px;
}
.authorsSection .listingItem {
  margin-bottom: 40px;
  padding-bottom: 30px;
  border-bottom: 1px solid rgba(121, 121, 111, 0.3764705882);
}
.authorsSection .listingImage {
  width: 200px;
  height: 200px;
  margin-inline: auto;
  margin-bottom: 20px;
}
.authorsSection .listingImage img {
  border-radius: 50%;
  border: 1px solid #39c0f3;
  width: 190px;
  height: 190px;
  -o-object-fit: cover;
     object-fit: cover;
}
.authorsSection .listingTitle {
  margin-bottom: 20px;
  text-align: center;
}
.authorsSection .listingTitle {
  font-size: 22px;
}
@media screen and (min-width: 320px) {
  .authorsSection .listingTitle {
    font-size: calc(22px + 6 * (100vw - 320px) / 1601);
  }
}
@media screen and (min-width: 1921px) {
  .authorsSection .listingTitle {
    font-size: 28px;
  }
}
.authorsSection .listingTitle {
  line-height: 20px;
}
@media screen and (min-width: 320px) {
  .authorsSection .listingTitle {
    line-height: calc(20px + 25 * (100vw - 320px) / 1601);
  }
}
@media screen and (min-width: 1921px) {
  .authorsSection .listingTitle {
    line-height: 45px;
  }
}
.authorsSection .listingDescription h5 {
  text-align: center;
  margin-bottom: 20px;
}
.authorsSection .listingDescription h5 {
  font-size: 18px;
}
@media screen and (min-width: 320px) {
  .authorsSection .listingDescription h5 {
    font-size: calc(18px + 2 * (100vw - 320px) / 1601);
  }
}
@media screen and (min-width: 1921px) {
  .authorsSection .listingDescription h5 {
    font-size: 20px;
  }
}
.authorsSection .listingDescription h5 {
  line-height: 20px;
}
@media screen and (min-width: 320px) {
  .authorsSection .listingDescription h5 {
    line-height: calc(20px + 12 * (100vw - 320px) / 1601);
  }
}
@media screen and (min-width: 1921px) {
  .authorsSection .listingDescription h5 {
    line-height: 32px;
  }
}
.authorsSection .listingDescription ul li {
  font-weight: 500;
  padding-left: 30px;
  margin-bottom: 20px;
  position: relative;
}
.authorsSection .listingDescription ul li:last-of-type {
  margin-bottom: 0;
}
.authorsSection .listingDescription ul li:before {
  content: "";
  background-image: url("../images/arrow.svg");
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  left: 0;
  height: 12px;
  width: 15px;
  top: 0;
  transform: translateY(50%);
}

.FAQSection {
  padding: 80px 0;
}
.FAQSection h3 {
  display: inline-block;
  margin-bottom: 30px;
  padding-bottom: 20px;
  border-bottom: 2px solid #39c0f3;
}
.FAQSection h3 {
  font-size: 30px;
}
@media screen and (min-width: 320px) {
  .FAQSection h3 {
    font-size: calc(30px + 6 * (100vw - 320px) / 1601);
  }
}
@media screen and (min-width: 1921px) {
  .FAQSection h3 {
    font-size: 36px;
  }
}
.FAQSection h3 {
  line-height: 30px;
}
@media screen and (min-width: 320px) {
  .FAQSection h3 {
    line-height: calc(30px + 10 * (100vw - 320px) / 1601);
  }
}
@media screen and (min-width: 1921px) {
  .FAQSection h3 {
    line-height: 40px;
  }
}
.FAQSection h5 {
  font-weight: 500;
  margin-bottom: 40px;
}
.FAQSection h5 {
  font-size: 22px;
}
@media screen and (min-width: 320px) {
  .FAQSection h5 {
    font-size: calc(22px + 4 * (100vw - 320px) / 1601);
  }
}
@media screen and (min-width: 1921px) {
  .FAQSection h5 {
    font-size: 26px;
  }
}
.FAQSection h5 {
  line-height: 24px;
}
@media screen and (min-width: 320px) {
  .FAQSection h5 {
    line-height: calc(24px + 8 * (100vw - 320px) / 1601);
  }
}
@media screen and (min-width: 1921px) {
  .FAQSection h5 {
    line-height: 32px;
  }
}
.FAQSection .accordion {
  padding-top: 30px;
  border-bottom: 1px solid #ddd;
}
.FAQSection .accordion:last-of-type {
  border: none;
}
.FAQSection .accordion .accordionHeader {
  color: black;
  position: relative;
  cursor: pointer;
  margin-bottom: 20px;
}
.FAQSection .accordion .accordionHeader {
  font-size: 18px;
}
@media screen and (min-width: 320px) {
  .FAQSection .accordion .accordionHeader {
    font-size: calc(18px + 4 * (100vw - 320px) / 1601);
  }
}
@media screen and (min-width: 1921px) {
  .FAQSection .accordion .accordionHeader {
    font-size: 22px;
  }
}
.FAQSection .accordion .accordionHeader:after {
  content: "";
  position: absolute;
  background-image: url(../images/ArrowDown.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  right: 0;
  top: 0;
  height: 40px;
  width: 40px;
}
.FAQSection .accordion .accordionHeader.active:after {
  transform: rotate(180deg);
}
.FAQSection .accordion .accordionText {
  display: none;
  color: black;
  font-weight: 500;
  margin-bottom: 30px;
}
.FAQSection .accordion .accordionText {
  font-size: 18px;
}
@media screen and (min-width: 320px) {
  .FAQSection .accordion .accordionText {
    font-size: calc(18px + 0 * (100vw - 320px) / 1601);
  }
}
@media screen and (min-width: 1921px) {
  .FAQSection .accordion .accordionText {
    font-size: 18px;
  }
}
.FAQSection .accordion .accordionText {
  line-height: 26px;
}
@media screen and (min-width: 320px) {
  .FAQSection .accordion .accordionText {
    line-height: calc(26px + 0 * (100vw - 320px) / 1601);
  }
}
@media screen and (min-width: 1921px) {
  .FAQSection .accordion .accordionText {
    line-height: 26px;
  }
}

.notFoundWrapper {
  padding: 75px 0 150px;
  text-align: center;
}
.notFoundWrapper h2 {
  color: black;
}
.notFoundWrapper h2 {
  font-size: 100px;
}
@media screen and (min-width: 320px) {
  .notFoundWrapper h2 {
    font-size: calc(100px + 100 * (100vw - 320px) / 1601);
  }
}
@media screen and (min-width: 1921px) {
  .notFoundWrapper h2 {
    font-size: 200px;
  }
}
.notFoundWrapper h3 {
  font-size: 24px;
}
@media screen and (min-width: 320px) {
  .notFoundWrapper h3 {
    font-size: calc(24px + 24 * (100vw - 320px) / 1601);
  }
}
@media screen and (min-width: 1921px) {
  .notFoundWrapper h3 {
    font-size: 48px;
  }
}
.notFoundWrapper .btnContainer {
  margin-top: 40px;
}
.notFoundWrapper .btnContainer a {
  display: inline-block;
  position: relative;
  color: #39c0f3;
  text-align: center;
  padding: 13px 0;
  padding-inline-start: 30px;
  padding-inline-end: 55px;
  font-weight: 400;
  line-height: normal;
  background: transparent;
  border: 1px solid #39c0f3;
  border-radius: 200px;
  transition: all 0.3s ease-in-out;
}
.notFoundWrapper .btnContainer a {
  font-size: 14px;
}
@media screen and (min-width: 320px) {
  .notFoundWrapper .btnContainer a {
    font-size: calc(14px + 2 * (100vw - 320px) / 1601);
  }
}
@media screen and (min-width: 1921px) {
  .notFoundWrapper .btnContainer a {
    font-size: 16px;
  }
}
.notFoundWrapper .btnContainer a:hover {
  background-color: #39c0f3;
  border: 1px solid #39c0f3;
  color: white !important;
}
.notFoundWrapper .btnContainer a:hover:after {
  filter: brightness(0) invert(1);
}
.notFoundWrapper .btnContainer a:after {
  content: "";
  display: block;
  position: absolute;
  background-image: url(../images/Arrow.svg);
  background-repeat: no-repeat;
  background-size: contain;
  height: 15px;
  width: 18px;
  top: 51%;
  right: 25px;
  transform: translateY(-50%);
  transition: all 0.3s ease-in-out;
}

.updateMemberSection {
  padding: 50px 0;
  display: flex;
}
.updateMemberSection .row {
  row-gap: 30px;
}
.updateMemberSection .sideMenu .secondLevelToggle {
  display: none;
}
.updateMemberSection .sideMenu .link a {
  display: inline-block;
  font-weight: 400;
  padding: 25px 30px;
  background: white;
  border: 1px solid rgba(121, 121, 111, 0.3764705882);
  width: 100%;
}
.updateMemberSection .sideMenu .link a {
  font-size: 16px;
}
@media screen and (min-width: 320px) {
  .updateMemberSection .sideMenu .link a {
    font-size: calc(16px + 2 * (100vw - 320px) / 1601);
  }
}
@media screen and (min-width: 1921px) {
  .updateMemberSection .sideMenu .link a {
    font-size: 18px;
  }
}
.updateMemberSection .sideMenu .link.active a {
  font-weight: bold;
  background: rgba(121, 121, 111, 0.3764705882);
  position: relative;
  border: 1px solid transparent;
}
.updateMemberSection .sideMenu .link.active a:before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-right: 10px solid rgba(121, 121, 111, 0.3764705882);
  position: absolute;
  top: 50%;
  left: -11px;
  transform: translateY(-50%);
}
.updateMemberSection .option {
  padding: 35px;
  background: white;
}
.updateMemberSection .option .title {
  margin-bottom: 20px;
}
.updateMemberSection .option .title {
  font-size: 20px;
}
@media screen and (min-width: 320px) {
  .updateMemberSection .option .title {
    font-size: calc(20px + 4 * (100vw - 320px) / 1601);
  }
}
@media screen and (min-width: 1921px) {
  .updateMemberSection .option .title {
    font-size: 24px;
  }
}
.updateMemberSection .option .tableContent {
  padding: 20px;
  border: 1px solid rgba(121, 121, 111, 0.3764705882);
}
.updateMemberSection .option .tableContent .inputContainer {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid rgba(121, 121, 111, 0.3764705882);
  display: flex;
}
.updateMemberSection .option .tableContent label {
  display: inline-block;
  width: 200px;
}
.updateMemberSection .option .tableContent label {
  font-size: 16px;
}
@media screen and (min-width: 320px) {
  .updateMemberSection .option .tableContent label {
    font-size: calc(16px + 2 * (100vw - 320px) / 1601);
  }
}
@media screen and (min-width: 1921px) {
  .updateMemberSection .option .tableContent label {
    font-size: 18px;
  }
}
.updateMemberSection .option .tableContent input {
  flex: 1;
}
.updateMemberSection .option .tableContent input {
  font-size: 16px;
}
@media screen and (min-width: 320px) {
  .updateMemberSection .option .tableContent input {
    font-size: calc(16px + 2 * (100vw - 320px) / 1601);
  }
}
@media screen and (min-width: 1921px) {
  .updateMemberSection .option .tableContent input {
    font-size: 18px;
  }
}
.updateMemberSection .option .tableContent .btnContainer {
  margin: 30px 0;
}
.updateMemberSection .option .tableContent .btnContainer input,
.updateMemberSection .option .tableContent .btnContainer a {
  display: inline-block;
  position: relative;
  color: white;
  text-align: center;
  padding: 10px;
  min-width: 170px;
  line-height: 45px;
  font-weight: bold;
  line-height: normal;
  background: #c0984e;
  border-radius: 200px;
  transition: all 0.3s ease-in-out;
}
.updateMemberSection .option .tableContent .btnContainer input,
.updateMemberSection .option .tableContent .btnContainer a {
  font-size: 16px;
}
@media screen and (min-width: 320px) {
  .updateMemberSection .option .tableContent .btnContainer input,
  .updateMemberSection .option .tableContent .btnContainer a {
    font-size: calc(16px + 2 * (100vw - 320px) / 1601);
  }
}
@media screen and (min-width: 1921px) {
  .updateMemberSection .option .tableContent .btnContainer input,
  .updateMemberSection .option .tableContent .btnContainer a {
    font-size: 18px;
  }
}
.updateMemberSection .option .tableContent .btnContainer input:hover,
.updateMemberSection .option .tableContent .btnContainer a:hover {
  background-color: #39c0f3;
  color: white !important;
}
.updateMemberSection .option .tableContent .btnContainer.linkBtn {
  margin: 0;
}
.updateMemberSection .listing h3 {
  display: inline-block;
  padding-bottom: 10px;
  margin-bottom: 40px;
  border-bottom: 3px solid #39c0f3;
}
.updateMemberSection .listing h3 {
  font-size: 22px;
}
@media screen and (min-width: 320px) {
  .updateMemberSection .listing h3 {
    font-size: calc(22px + 6 * (100vw - 320px) / 1601);
  }
}
@media screen and (min-width: 1921px) {
  .updateMemberSection .listing h3 {
    font-size: 28px;
  }
}
.updateMemberSection .listing h3 {
  line-height: 20px;
}
@media screen and (min-width: 320px) {
  .updateMemberSection .listing h3 {
    line-height: calc(20px + 25 * (100vw - 320px) / 1601);
  }
}
@media screen and (min-width: 1921px) {
  .updateMemberSection .listing h3 {
    line-height: 45px;
  }
}
.updateMemberSection .listing .listingItemDIV .listingItem {
  padding-bottom: 50px;
  border-bottom: 3px solid black;
}
.updateMemberSection .listing .listingItemDIV .listingItem.premium .type {
  padding-left: 25px;
  color: #c0984e;
  position: relative;
}
.updateMemberSection .listing .listingItemDIV .listingItem.premium .type:before {
  content: "";
  background-image: url("../images/goldLock.svg");
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  left: 0;
  height: 21px;
  width: 16px;
  top: 50%;
  transform: translateY(-50%);
}
.updateMemberSection .listing .listingItemDIV .listingImage {
  margin-bottom: 20px;
}
.updateMemberSection .listing .listingItemDIV .listingDate {
  margin-bottom: 20px;
}
.updateMemberSection .listing .listingItemDIV .listingDate {
  font-size: 16px;
}
@media screen and (min-width: 320px) {
  .updateMemberSection .listing .listingItemDIV .listingDate {
    font-size: calc(16px + 0 * (100vw - 320px) / 1601);
  }
}
@media screen and (min-width: 1921px) {
  .updateMemberSection .listing .listingItemDIV .listingDate {
    font-size: 16px;
  }
}
.updateMemberSection .listing .listingItemDIV .listingDate {
  line-height: 24px;
}
@media screen and (min-width: 320px) {
  .updateMemberSection .listing .listingItemDIV .listingDate {
    line-height: calc(24px + 0 * (100vw - 320px) / 1601);
  }
}
@media screen and (min-width: 1921px) {
  .updateMemberSection .listing .listingItemDIV .listingDate {
    line-height: 24px;
  }
}
.updateMemberSection .listing .listingItemDIV .listingDate .type {
  color: #39c0f3;
}
.updateMemberSection .listing .listingItemDIV .listingTitle {
  font-size: 16px;
}
@media screen and (min-width: 320px) {
  .updateMemberSection .listing .listingItemDIV .listingTitle {
    font-size: calc(16px + 6 * (100vw - 320px) / 1601);
  }
}
@media screen and (min-width: 1921px) {
  .updateMemberSection .listing .listingItemDIV .listingTitle {
    font-size: 22px;
  }
}
.updateMemberSection .listing .listingItemDIV .listingTitle {
  line-height: 20px;
}
@media screen and (min-width: 320px) {
  .updateMemberSection .listing .listingItemDIV .listingTitle {
    line-height: calc(20px + 12 * (100vw - 320px) / 1601);
  }
}
@media screen and (min-width: 1921px) {
  .updateMemberSection .listing .listingItemDIV .listingTitle {
    line-height: 32px;
  }
}
.updateMemberSection .listing .linkBtn {
  margin-top: 50px;
}
.updateMemberSection .listing .linkBtn a {
  display: inline-block;
  position: relative;
  color: white;
  text-align: center;
  padding: 10px;
  min-width: 170px;
  line-height: 45px;
  font-weight: bold;
  line-height: normal;
  background: #c0984e;
  border-radius: 200px;
  transition: all 0.3s ease-in-out;
}
.updateMemberSection .listing .linkBtn a {
  font-size: 16px;
}
@media screen and (min-width: 320px) {
  .updateMemberSection .listing .linkBtn a {
    font-size: calc(16px + 2 * (100vw - 320px) / 1601);
  }
}
@media screen and (min-width: 1921px) {
  .updateMemberSection .listing .linkBtn a {
    font-size: 18px;
  }
}
.updateMemberSection .listing .linkBtn a:hover {
  background-color: #39c0f3;
  color: white !important;
}

.inner-page {
  padding: 50px 0;
}
.inner-page h2 {
  font-weight: 900;
  margin-bottom: 30px;
}
.inner-page h2 {
  font-size: 26px;
}
@media screen and (min-width: 320px) {
  .inner-page h2 {
    font-size: calc(26px + 4 * (100vw - 320px) / 1601);
  }
}
@media screen and (min-width: 1921px) {
  .inner-page h2 {
    font-size: 30px;
  }
}
.inner-page h2 {
  line-height: 16px;
}
@media screen and (min-width: 320px) {
  .inner-page h2 {
    line-height: calc(16px + 10 * (100vw - 320px) / 1601);
  }
}
@media screen and (min-width: 1921px) {
  .inner-page h2 {
    line-height: 26px;
  }
}
.inner-page p {
  margin-bottom: 30px;
}
.inner-page p {
  font-size: 16px;
}
@media screen and (min-width: 320px) {
  .inner-page p {
    font-size: calc(16px + 2 * (100vw - 320px) / 1601);
  }
}
@media screen and (min-width: 1921px) {
  .inner-page p {
    font-size: 18px;
  }
}
.inner-page .btn {
  display: inline-block;
  position: relative;
  color: white;
  text-align: center;
  padding: 10px;
  min-width: 170px;
  line-height: 45px;
  font-weight: bold;
  line-height: normal;
  background: #c0984e;
  border-radius: 200px;
  transition: all 0.3s ease-in-out;
}
.inner-page .btn {
  font-size: 16px;
}
@media screen and (min-width: 320px) {
  .inner-page .btn {
    font-size: calc(16px + 2 * (100vw - 320px) / 1601);
  }
}
@media screen and (min-width: 1921px) {
  .inner-page .btn {
    font-size: 18px;
  }
}
.inner-page .btn:hover {
  background-color: #39c0f3;
  color: white !important;
}

.updateMemberSection .title {
  margin-bottom: 20px;
}
.updateMemberSection .title {
  font-size: 22px;
}
@media screen and (min-width: 320px) {
  .updateMemberSection .title {
    font-size: calc(22px + 6 * (100vw - 320px) / 1601);
  }
}
@media screen and (min-width: 1921px) {
  .updateMemberSection .title {
    font-size: 28px;
  }
}
.updateMemberSection .title {
  line-height: 20px;
}
@media screen and (min-width: 320px) {
  .updateMemberSection .title {
    line-height: calc(20px + 25 * (100vw - 320px) / 1601);
  }
}
@media screen and (min-width: 1921px) {
  .updateMemberSection .title {
    line-height: 45px;
  }
}

.forgetPassword .btnContainer button {
  border: none !important;
}
.forgetPassword .inputEntity {
  margin-bottom: 20px;
}
.forgetPassword .inputEntity label {
  margin-bottom: 10px;
  display: block;
}
.forgetPassword .inputEntity:last-of-type {
  margin-bottom: 0;
}
.forgetPassword .inputEntity input {
  width: 100%;
  max-width: 500px;
  padding: 10px 20px;
}

.errorMessage .errorMainText {
  color: red;
  font-size: 16px;
}
.errorMessage .btnContainer {
  margin: 0;
}

.successMessage .messageMainText {
  font-size: 16px;
  color: green;
}
.successMessage .btnContainer {
  margin: 0;
}

.text-danger {
  color: red;
  font-size: 12px;
}

.listingAuthorArticle {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-top: 40px;
  margin-bottom: -30px;
}
.listingAuthorArticle .authorImage {
  max-width: 60px;
}
.listingAuthorArticle .authorText {
  font-size: 16px;
  font-weight: 700;
  line-height: 22px;
  margin: 0;
  padding: 0;
  border-bottom: 0;
}
.listingAuthorArticle .authorText span {
  color: #07b9ff;
}

footer {
  background: rgba(0, 192, 243, 0.27);
  padding: 50px 0;
}
footer .topFooter {
  display: flex;
  margin-bottom: 50px;
}
footer .topFooter .logoContainer {
  max-width: 310px;
  margin-bottom: 75px;
}
footer .topFooter .social h3 {
  margin-bottom: 10px;
}
footer .topFooter .social h3 {
  font-size: 22px;
}
@media screen and (min-width: 320px) {
  footer .topFooter .social h3 {
    font-size: calc(22px + 6 * (100vw - 320px) / 1601);
  }
}
@media screen and (min-width: 1921px) {
  footer .topFooter .social h3 {
    font-size: 28px;
  }
}
footer .topFooter .social h3 {
  line-height: 20px;
}
@media screen and (min-width: 320px) {
  footer .topFooter .social h3 {
    line-height: calc(20px + 25 * (100vw - 320px) / 1601);
  }
}
@media screen and (min-width: 1921px) {
  footer .topFooter .social h3 {
    line-height: 45px;
  }
}
footer .topFooter .social li {
  margin-bottom: 15px;
}
footer .topFooter .social li a {
  display: flex;
  gap: 10px;
}
footer .topFooter .social li a {
  font-size: 12px;
}
@media screen and (min-width: 320px) {
  footer .topFooter .social li a {
    font-size: calc(12px + 2 * (100vw - 320px) / 1601);
  }
}
@media screen and (min-width: 1921px) {
  footer .topFooter .social li a {
    font-size: 14px;
  }
}
footer .topFooter .social li a {
  line-height: 18px;
}
@media screen and (min-width: 320px) {
  footer .topFooter .social li a {
    line-height: calc(18px + 2 * (100vw - 320px) / 1601);
  }
}
@media screen and (min-width: 1921px) {
  footer .topFooter .social li a {
    line-height: 20px;
  }
}
footer .topFooter .social li img {
  width: auto;
}
footer .topFooter .social li:last-of-type {
  margin-bottom: 0;
}
footer .topFooter .menusMain {
  margin-left: 90px;
}
footer .topFooter .menusMain .row {
  width: 100%;
}
footer .topFooter .menusMain ul {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
}
footer .topFooter .menusMain ul li a {
  color: black;
  display: inline-block;
  height: 26px;
}
footer .topFooter .menusMain ul li a:hover {
  color: #39c0f3;
}
footer .topFooter .menusMain .ddSecondLevel ul {
  flex-direction: column;
  margin-top: 5px;
  gap: 5px;
}
footer .topFooter .menusMain .ddSecondLevel ul li {
  height: unset;
  font-weight: normal;
}
footer .bottomFooter {
  display: flex;
  justify-content: space-between;
  align-items: end;
}
footer .bottomFooter .newsLetter h3 {
  font-size: 22px;
}
@media screen and (min-width: 320px) {
  footer .bottomFooter .newsLetter h3 {
    font-size: calc(22px + 6 * (100vw - 320px) / 1601);
  }
}
@media screen and (min-width: 1921px) {
  footer .bottomFooter .newsLetter h3 {
    font-size: 28px;
  }
}
footer .bottomFooter .newsLetter h3 {
  line-height: 20px;
}
@media screen and (min-width: 320px) {
  footer .bottomFooter .newsLetter h3 {
    line-height: calc(20px + 25 * (100vw - 320px) / 1601);
  }
}
@media screen and (min-width: 1921px) {
  footer .bottomFooter .newsLetter h3 {
    line-height: 45px;
  }
}
footer .bottomFooter .newsLetter p {
  font-weight: 500;
}
footer .bottomFooter .newsLetter p {
  font-size: 16px;
}
@media screen and (min-width: 320px) {
  footer .bottomFooter .newsLetter p {
    font-size: calc(16px + 0 * (100vw - 320px) / 1601);
  }
}
@media screen and (min-width: 1921px) {
  footer .bottomFooter .newsLetter p {
    font-size: 16px;
  }
}
footer .bottomFooter .newsLetter p {
  line-height: 24px;
}
@media screen and (min-width: 320px) {
  footer .bottomFooter .newsLetter p {
    line-height: calc(24px + 0 * (100vw - 320px) / 1601);
  }
}
@media screen and (min-width: 1921px) {
  footer .bottomFooter .newsLetter p {
    line-height: 24px;
  }
}
footer .bottomFooter .newsLetter .newsletterInputWrapper {
  margin-top: 20px;
  position: relative;
  display: flex;
  flex-direction: column;
  width: 450px;
}
footer .bottomFooter .newsLetter .newsletterInputWrapper input {
  border-radius: 30px;
  background-color: white;
  height: 48px;
  padding: 0 30px;
}
footer .bottomFooter .newsLetter .newsletterInputWrapper input {
  font-size: 18px;
}
@media screen and (min-width: 320px) {
  footer .bottomFooter .newsLetter .newsletterInputWrapper input {
    font-size: calc(18px + 0 * (100vw - 320px) / 1601);
  }
}
@media screen and (min-width: 1921px) {
  footer .bottomFooter .newsLetter .newsletterInputWrapper input {
    font-size: 18px;
  }
}
footer .bottomFooter .newsLetter .newsletterInputWrapper input::-moz-placeholder {
  color: #cacaca;
}
footer .bottomFooter .newsLetter .newsletterInputWrapper input::placeholder {
  color: #cacaca;
}
footer .bottomFooter .newsLetter .newsletterInputWrapper a {
    line-height: 26px;
    position: absolute;
    top: 50%;
    padding: 11px 40px;
    border-radius: 0px 30px 30px 0px;
    transform: translateY(-50%);
    right: 0;
    color: white;
    background-color: #39c0f3;
    font-weight: 500;
    transform: translateY(-50%);
    transition: all 0.3s ease-in-out;
}
footer .bottomFooter .newsLetter .newsletterInputWrapper a {
  font-size: 14px;
}
@media screen and (min-width: 320px) {
  footer .bottomFooter .newsLetter .newsletterInputWrapper a {
    font-size: calc(14px + 12 * (100vw - 320px) / 1601);
  }
}
@media screen and (min-width: 1921px) {
  footer .bottomFooter .newsLetter .newsletterInputWrapper a {
    font-size: 26px;
  }
}
footer .bottomFooter .newsLetter .newsletterInputWrapper a:hover {
  color: white !important;
  opacity: 0.8;
}
footer .bottomFooter .dev,
footer .bottomFooter .copyright {
  font-size: 12px;
}
@media screen and (min-width: 320px) {
  footer .bottomFooter .dev,
  footer .bottomFooter .copyright {
    font-size: calc(12px + 2 * (100vw - 320px) / 1601);
  }
}
@media screen and (min-width: 1921px) {
  footer .bottomFooter .dev,
  footer .bottomFooter .copyright {
    font-size: 14px;
  }
}
footer .bottomFooter .dev,
footer .bottomFooter .copyright {
  line-height: 20px;
}
@media screen and (min-width: 320px) {
  footer .bottomFooter .dev,
  footer .bottomFooter .copyright {
    line-height: calc(20px + 3 * (100vw - 320px) / 1601);
  }
}
@media screen and (min-width: 1921px) {
  footer .bottomFooter .dev,
  footer .bottomFooter .copyright {
    line-height: 23px;
  }
}

.loader {
  position: fixed;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 999;
}
.loader:before {
  content: "";
  border: 10px solid #f3f3f3;
  border-top: 10px solid #39c0f3;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  animation: spin 2s linear infinite;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.error-text {
  display: inline-block;
  color: Red;
  position: absolute;
  bottom: 100%;
  right: 0;
}

.women-landing-page {
  background-image: url("../images/bahij-background.jpg");
  background-position: center;
  background-size: cover;
}
.women-landing-page * {
  font-family: "Bahij TheSansArabic Plain" !important;
}
.women-landing-page .container .row {
  --bs-gutter-x: 50px;
  min-height: 100vh;
  align-items: center;
}
.women-landing-page .flag-container {
  padding: 40px 0;
}
.women-landing-page .flag-container .image-holder {
  position: relative;
  width: 80%;
  margin: auto;
}
.women-landing-page .flag-container .image-holder .loading-bar {
  width: 120%;
  height: 20%;
  background-color: #de1e30;
  position: absolute;
  inset-inline-end: 50%;
  top: 50%;
  transform: translate(-47%, -45%) rotate(-47deg);
}
.women-landing-page .flag-container .image-holder .loading-bar-2 {
  width: 120%;
  height: 20%;
  background-color: #de1e30;
  position: absolute;
  inset-inline-end: 50%;
  top: 50%;
  transform: translate(-47%, -45%) rotate(-47deg);
}
.women-landing-page .flag-container .image-holder .loading-bar-2 .track {
  position: relative;
  width: 100%;
  height: 100%;
}
.women-landing-page .flag-container .image-holder .loading-bar-2 .track .bar {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgb(222, 30, 48) 50%, rgba(222, 30, 48, 0.2) 100%);
}
.women-landing-page .flag-container .image-holder img {
  max-width: 100%;
}
.women-landing-page .flag-container .signature-container {
  margin-top: 50px;
  color: black;
  text-align: center;
}
.women-landing-page .flag-container .signature-container h3 {
  direction: ltr;
}
.women-landing-page .flag-container .signature-container h3 {
  font-size: 14px;
}
@media screen and (min-width: 320px) {
  .women-landing-page .flag-container .signature-container h3 {
    font-size: calc(14px + 13 * (100vw - 320px) / 1601);
  }
}
@media screen and (min-width: 1921px) {
  .women-landing-page .flag-container .signature-container h3 {
    font-size: 27px;
  }
}
.women-landing-page .form-container {
  padding: 40px 0;
}
.women-landing-page .form-container .section-intro {
  text-align: center;
  margin-bottom: 2rem;
}
.women-landing-page .form-container .section-intro .logo-holder {
  direction: ltr;
  text-align: center;
  margin: auto;
  margin-bottom: 20px;
}
.women-landing-page .form-container .section-intro .logo-holder {
  font-size: 24px;
}
@media screen and (min-width: 320px) {
  .women-landing-page .form-container .section-intro .logo-holder {
    font-size: calc(24px + 16 * (100vw - 320px) / 1601);
  }
}
@media screen and (min-width: 1921px) {
  .women-landing-page .form-container .section-intro .logo-holder {
    font-size: 40px;
  }
}
.women-landing-page .form-container .section-intro .logo-holder img {
  max-width: 100%;
}
.women-landing-page .form-container .section-intro .section-title {
  line-height: 1.2;
  color: black;
  font-weight: bold;
}
.women-landing-page .form-container .section-intro .section-title span {
  display: block;
}
.women-landing-page .form-container .section-intro .section-title span {
  font-size: 14px;
}
@media screen and (min-width: 320px) {
  .women-landing-page .form-container .section-intro .section-title span {
    font-size: calc(14px + 12 * (100vw - 320px) / 1601);
  }
}
@media screen and (min-width: 1921px) {
  .women-landing-page .form-container .section-intro .section-title span {
    font-size: 26px;
  }
}
.women-landing-page .form-container .form-container-campaign {
  width: 305px;
  margin: auto;
  text-align: center;
}
.women-landing-page .form-container .form-container-campaign .input-container {
  position: relative;
  margin-bottom: 7.5px;
}
.women-landing-page .form-container .form-container-campaign .input-container input {
  background-color: #cfcfcf;
  color: black;
  font-size: 14px;
  text-align: center;
  padding: 5px 10px;
  width: 100%;
  transition: 0.3s all;
}
.women-landing-page .form-container .form-container-campaign .input-container input:focus {
  background-color: #ededed;
}
.women-landing-page .form-container .form-container-campaign .button-container a {
  display: block;
  width: 100%;
  background-color: #ededed;
  color: black !important;
  font-size: 14px;
  line-height: 1.1;
  text-align: center;
  padding: 11px 10px;
  transition: 0.3s all;
}
.women-landing-page .form-container .form-container-campaign .button-container a:hover {
  background-color: #cfcfcf;
}
.women-landing-page .form-container .form-container-campaign .captcha-box {
  margin-top: 20px;
  height: 70px;
  padding: 0;
  margin-bottom: 40px;
  position: relative;
}
.women-landing-page .form-container .form-container-campaign .captcha-box span {
  position: absolute;
  top: calc(100% + 5px);
  width: 100%;
}
.women-landing-page .form-container .form-container-campaign .captcha-box .input-container {
  padding: 0;
}
.women-landing-page .form-container .form-container-campaign .error {
  display: block;
  text-align: center;
  font-size: 12px;
  color: #de1e30;
}
.women-landing-page .form-container .general-message {
  color: #28a745;
}
.women-landing-page .form-container .general-message {
  font-size: 16px;
}
@media screen and (min-width: 320px) {
  .women-landing-page .form-container .general-message {
    font-size: calc(16px + 8 * (100vw - 320px) / 1601);
  }
}
@media screen and (min-width: 1921px) {
  .women-landing-page .form-container .general-message {
    font-size: 24px;
  }
}
.women-landing-page .form-container .general-message.error {
  color: #dc3545;
}

@media screen and (max-width: 992px) {
  .women-landing-page .form-container .form-container-campaign {
    width: 100%;
    max-width: 304px;
  }
  .women-landing-page .form-container .form-container-campaign .input-container {
    padding: 0;
  }
  .offset-xl-1 {
    margin: 0 !important;
  }
}
@media screen and (max-width: 768px) {
  .women-landing-page .flag-container .image-holder .loading-bar {
    width: 100%;
  }
  .women-landing-page .offset-xl-2 {
    margin: 0;
  }
}/*# sourceMappingURL=annahar-en-sub.css.map */
@media screen and (max-width: 1600px) {
  header .bottomHeader .menu ul {
    gap: 15px;
  }
  .newsDetails .firstColumn .floatedText,
  .newsDetails .firstColumn .floatedTime,
  .newsDetails .firstColumn .floatedList,
  .newsDetails .firstColumn .floatedNumber,
  .newsDetails .firstColumn .floatedOpinion,
  .newsDetails .firstColumn .floatedAnalysis,
  .newsDetails .firstColumn .floatedQuote {
    margin: 0;
    float: none;
    width: 100%;
    padding-inline: 0;
  }
  .newsDetails .firstColumn .floatedAnalysis {
    margin-block: 30px;
    padding-inline-start: 20px;
  }
}
@media screen and (max-width: 1200px) {
  .newsSection2 .newsSection .firstColumn .listingItemDIV .listingItem .listingInfos,
  .newsDetails .firstColumn {
    padding-right: 25px;
  }
  .newsDetails .topSection {
    padding-right: 15px;
  }
  .chooseGameSection .blockBody .listingHolder {
    gap: 30px;
    justify-content: center;
  }
  .newsDetails.premium .premiumSubscribe .subscribe .imgContainer {
    padding-inline: 20px;
  }
}
@media screen and (max-width: 992px) {
  header {
    margin-top: 15px;
    position: static;
  }
  header.show-shadow:after {
    content: none;
  }
  header .container {
    display: flex;
    flex-direction: column-reverse;
  }
  header .topHeader {
    display: none;
  }
  header .middleHeader {
    row-gap: 30px;
    align-items: center;
    padding: 15px 0;
    margin-bottom: 0;
  }
  header .middleHeader .end {
    flex-direction: column;
    row-gap: 30px;
  }
  header .middleHeader .region:after,
  header .middleHeader .podcast:after {
    content: none;
  }
  header .middleHeader .podcast {
    display: none;
    margin-top: 15px;
  }
  header .middleHeader .region {
    padding-inline: 0;
  }
  header .middleHeader .region .country {
    margin-right: 10px;
    padding-right: 10px;
  }
  header .middleHeader .loginRegister {
    display: none;
  }
  header .bottomHeader {
    padding-bottom: 10px;
    margin-bottom: 0;
    border-bottom: 1px solid rgba(121, 121, 111, 0.3764705882);
    justify-content: end;
    overflow: visible;
  }
  header .bottomHeader .menu {
    display: none;
  }
  header .bottomHeader .languageSelectorMobile {
    display: block;
  }
  header .bottomHeader .languageSelectorMobile > a {
    position: relative;
    padding-inline: 30px;
    font-size: 18px;
    line-height: 18px;
  }
  header .bottomHeader .languageSelectorMobile > a:before {
    content: "";
    background-image: url("../images/globe.svg");
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    left: 0;
    height: 20px;
    width: 20px;
    top: 50%;
    transform: translateY(-50%);
  }
  header .bottomHeader .languageSelectorMobile > a:after {
    content: "";
    background-image: url("../images/triangleDown.svg");
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    right: 0;
    height: 9px;
    width: 15px;
    top: 50%;
    transform: translateY(-50%);
  }
  .newsDetails {
    padding-bottom: 50px;
  }
  .readMoreSection {
    margin-bottom: 100px;
  }
  .readMoreSection .blockHead {
    margin-bottom: 50px;
  }
  .newsDetails .topSection {
    max-width: unset;
  }
  .chooseGameSection {
    padding: 20px 0 50px;
  }
  .chooseGameSection .blockBody .listingHolder {
    justify-content: center;
  }
  .registerBannerSection .listingHolder {
    justify-content: center;
  }
  .registerBannerSection .listingImage {
    margin-inline: auto;
  }
  .registerBannerSection .listingTitle,
  .registerBannerSection .listingDescription {
    max-width: unset;
    text-align: center;
  }
  .registerBannerSection .registerInfo {
    justify-content: center;
  }
  .newsDetails .topSection,
  .newsDetails .firstColumn {
    padding-inline: 15px;
  }
  .liveNews .listingHolder {
    flex-direction: row-reverse;
    row-gap: 100px;
  }
  .readMoreSection .listingItemDIV {
    border: none;
  }
  .newsDetails.premium {
    padding-bottom: 400px;
  }
  .newsDetails.premium .premiumSubscribe .subscribe,
  .newsDetails.premium .premiumSubscribe .signup {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    row-gap: 20px;
  }
  .newsDetails.premium .premiumSubscribe .subscribe h3,
  .newsDetails.premium .premiumSubscribe .signup h3 {
    margin-bottom: 0;
  }
  .programDetailsSection {
    padding: 30px 0 100px;
  }
  .programDetailsSection .programInfo {
    margin-bottom: 55px;
  }
  .programDetailsSection .description {
    margin-bottom: 35px;
  }
  .podcastDetailSection .listingItem .listingImage {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .podcastDetailSection .listingItem .listingInfos {
    flex: 0 0 100%;
    max-width: 100%;
    padding: 0;
  }
  .otherPodcastSection .listingImage {
    max-width: 100%;
  }
  .otherPodcastSection .blockHead {
    margin-bottom: 50px;
  }
  .newsDetails .firstColumn .floatedText {
    float: none;
    width: 100%;
    padding-inline: 0;
  }
  .newsDetails .secondColumn .mostRead {
    border-top: none;
    padding-top: 0;
  }
  .newsDetails .secondColumn .mostRead h4 {
    padding-bottom: 10px;
    border-bottom: 3px solid black;
  }
  .newsDetails .secondColumn .mostRead .listingItemDIV .listingItem {
    display: flex;
    flex-direction: row-reverse;
    padding-bottom: 0;
    border-bottom: 0;
  }
  .newsDetails .secondColumn .mostRead .listingImage {
    flex: 0 0 40%;
  }
  .newsDetails .secondColumn .mostRead .listingImage:after {
    content: none !important;
  }
  .newsDetails .secondColumn .mostRead .listingInfos {
    flex: 0 0 60%;
  }
  .newsDetails .secondColumn .mostRead .listingInfos .listingTitle {
    margin-right: 30px;
  }
  .newsDetails .secondColumn .mostRead .listingInfos .listingDescription {
    display: none;
  }
  .aljareedaSection {
    padding: 80px 0;
  }
  .aljareedaSection .blockHead,
  .aljareedaSection .btnContainer {
    margin-bottom: 40px;
  }
  .aljareedaSection .blockHead .options .option a,
  .aljareedaSection .btnContainer .options .option a {
    padding: 10px 0;
    min-width: 150px;
  }
  footer {
    padding: 30px 0;
  }
  footer .topFooter {
    flex-direction: column;
  }
  footer .topFooter .menusMain {
    margin-left: 15px;
  }
  footer .topFooter .menusMain ul {
    gap: 20px;
    -moz-column-gap: 30px;
         column-gap: 30px;
  }
  footer .topFooter .menusMain ul li {
    flex: 1 1 auto;
  }
  footer .topFooter .social {
    margin-bottom: 30px;
  }
  footer .topFooter .social h3 {
    margin-bottom: 20px;
  }
  footer .topFooter .social ul {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
  }
  footer .topFooter .logoContainer {
    max-width: 200px;
    margin-bottom: 30px;
    margin-inline: auto;
  }
  footer .bottomFooter {
    flex-direction: column;
    align-items: start;
    gap: 15px;
  }
  footer .bottomFooter .newsLetter {
    width: 100%;
  }
  footer .bottomFooter .newsLetter .newsletterInputWrapper {
    max-width: 100%;
  }
  .newsDetails.premium .premiumSubscribe .subscribe {
    margin-bottom: 30px;
    border: none;
  }
  .newsDetails.premium .premiumSubscribe .imgContainer {
    border-bottom: 1px solid black;
  }
  .newsDetails.premium .premiumSubscribe .registerInfo {
    display: flex;
    justify-content: space-between;
    width: 100%;
    max-width: 350px;
    align-items: center;
  }
  .newsDetails.premium .premiumSubscribe .registerInfo .link a {
    height: auto;
    line-height: 40px;
  }
  .newsDetails.premium .premiumSubscribe .signup {
    margin-bottom: 80px;
    border: none;
    display: block;
  }
  .newsDetails.premium .premiumSubscribe .signup h3 {
    border-bottom: 1px solid;
    text-align: start;
    padding-bottom: 20px;
    margin-bottom: 40px;
  }
  .newsDetails.premium .premiumSubscribe .signup .link {
    display: flex;
    justify-content: end;
  }
  .newsDetails.premium .premiumSubscribe .signup .link a {
    padding: 0 50px;
    border: 1px solid black;
    height: auto;
    line-height: 40px;
  }
  .otherPodcastSection .listingItemDIV .listingItem {
    border-bottom: 1px solid rgba(121, 121, 111, 0.3764705882);
    padding-bottom: 30px;
  }
  .otherPodcastSection .listingItemDIV:last-of-type .listingItem {
    border: none;
    padding-bottom: 0;
  }
  .updateMemberSection .sideMenu .secondLevelToggle {
    font-size: 26px;
    display: block;
    background: white;
    color: black !important;
    padding: 10px;
    border-bottom: 3px solid #39c0f3;
    position: relative;
  }
  .updateMemberSection .sideMenu .secondLevelToggle:after {
    content: "";
    position: absolute;
    background-image: url(../images/ArrowDown.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    right: 10px;
    top: 50%;
    height: 40px;
    width: 40px;
    transform: translateY(-50%);
  }
  .updateMemberSection .sideMenu .secondLevelToggle.active:after {
    transform: translateY(-50%) rotate(180deg);
  }
  .updateMemberSection .sideMenu .link a {
    padding: 10px;
    border: none;
    border-bottom: 1px solid rgba(121, 121, 111, 0.3764705882);
  }
  .updateMemberSection .sideMenu .link.active {
    display: none;
  }
  .updateMemberSection .sideMenu .link:last-of-type a {
    border: none;
  }
  .updateMemberSection .option {
    padding: 20px;
  }
  .updateMemberSection .option .tableContent {
    padding: 15px;
  }
  .updateMemberSection .option .tableContent label {
    margin-bottom: 10px;
  }
  .updateMemberSection .option .btnContainer input,
  .updateMemberSection .option .btnContainer a {
    width: 100%;
  }
  .updateMemberSection .inputContainer {
    flex-direction: column;
  }
  .authorSection .authorDetails {
    flex-direction: column;
    align-items: start;
  }
}
@media screen and (max-width: 768px) {
  header .bottomHeader .sideMenu {
    left: -100vw;
    padding: 30px;
  }
  header .bottomHeader .sideMenu .newsLetter {
    margin-top: 15px;
    gap: 18px;
  }
  header .bottomHeader .sideMenu .newsLetter .imgContainer {
    display: none;
  }
  header .bottomHeader .sideMenu .newsLetter .newsLetterContainer {
    width: 100%;
    min-width: 100%;
  }
  header .bottomHeader .sideMenu .newsLetter .newsLetterContainer .newsletterInputWrapper {
    max-width: 100%;
    min-width: 100%;
  }
  header .bottomHeader .sideMenu .newsLetter .newsLetterContainer .newsletterInputWrapper a {
    padding: 11px 30px;
  }
  header .middleHeader .start span {
    margin-inline: 0;
  }
  header {
    margin-top: 50px;
  }
  header .topHeader {
    flex-direction: column;
    align-items: center;
    row-gap: 30px;
    padding-bottom: 30px;
  }
  .chooseDifficultySection .game .difficultyContainer {
    flex-direction: column-reverse;
    row-gap: 30px;
  }
  .chooseDifficultySection .game .difficultyContainer .easy,
  .chooseDifficultySection .game .difficultyContainer .medium,
  .chooseDifficultySection .game .difficultyContainer .hard {
    margin-bottom: 30px;
  }
  .chooseDifficultySection .game .difficultyContainer .levels {
    justify-content: center;
  }
  .newsListing .newsSection {
    margin-bottom: 50px;
  }
  .subscribeSection {
    padding: 50px 0 200px;
  }
  .subscribeSection .newsletterInputWrapper a {
    padding: 11px 40px;
  }
  .obituariesSection .blockHead {
    flex-direction: column;
    row-gap: 20px;
    text-align: center;
    margin-bottom: 40px;
  }
  .obituariesSection .blockHead .blockTitle {
    padding: 0;
  }
  .obituariesSection .dropDown {
    flex-direction: column;
    row-gap: 20px;
  }
  .obituariesSection .dropDown .dateDropdown {
    max-width: 180px;
    margin-inline: auto;
    flex-direction: column;
    row-gap: 10px;
  }
  .obituariesSection .listingItemDIV .listingItem {
    flex-direction: column;
    row-gap: 30px;
  }
  .obituariesSection .listingItemDIV .listingItem .listingImage {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .obituariesSection .listingItemDIV .listingItem .listingInfos {
    flex: 0 0 100%;
    max-width: 100%;
    padding: 0;
  }
  .loginRegisterSection {
    padding: 60px 0 75px;
  }
  .loginRegisterSection .btnContainer {
    justify-content: start;
  }
  .subscriptionSection .btnContainer {
    justify-content: start;
  }
  .subscriptionSection .offers .submitSection {
    text-align: start;
  }
  .subscriptionSection .offers .paymentMethod .optionContainer {
    text-align: start;
  }
  .games > .container > .row {
    margin: 0;
  }
  .liveBanner .live:before {
    height: 30px;
    width: 30px;
  }
  .chooseGameSection .row {
    margin: 0;
  }
  .newsDetails .tab .socialIcon {
    display: none;
  }
  .newsDetails .tab .share {
    padding: 10px;
    height: 100%;
    display: flex;
    align-items: center;
  }
  .newsDetails .tab .share .desktopShare {
    display: none;
  }
  .newsDetails .tab .share .mobileShare {
    display: block;
    max-height: unset !important;
  }
  .newsDetails .tab .save,
  .newsDetails .tab .copy {
    padding: 15px;
  }
  .newsDetails .tab .save img,
  .newsDetails .tab .copy img {
    max-height: 30px !important;
  }
  .newsDetails .newsSection .listingHolder {
    width: 100%;
    margin: 0;
  }
  .newsDetails .newsSection .listingHolder .firstColumn {
    padding-inline: 0;
  }
  .secondColumn,
  .thirdColumn {
    min-width: unset !important;
  }
}/*# sourceMappingURL=annahar-responsive-en-sub.css.map */
