@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700&display=swap");
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Roboto", sans-serif;
}

.wrapper {
  position: relative;
  max-width: 800px;
  width: 100%;
  margin: auto;
  background-color: #FFFFFF;
}

header {
  padding: 20px 74px;
  padding-left: 0px;
  max-width: 100%;
  padding-inline: calc((100vw - 740px) / 2);
  position: relative;
  margin: auto;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
}
header h1 {
  font-size: 21px;
  font-weight: 700;
  line-height: 23px;
  color: #070000;
  position: relative;
}
header a {
  text-decoration: none;
}
@media screen and (max-width: 800px) {
  header {
    padding: 20px 43px;
    padding-inline: 20px;
  }
  header h1 {
    font-size: 11px;
    line-height: 13px;
  }
  header img {
    max-width: 300px;
  }
}

section.content {
  position: relative;
  max-width: 740px;
  margin: auto;
  width: 100%;
  margin-top: 20.5px;
  margin-bottom: 37.5px;
}
section.content h1,
section.content h2 {
  font-size: 29px;
  position: relative;
  line-height: 40px;
  font-weight: 800;
  color: #070000;
  margin-bottom: 9px;
}
section.content h1 {
  font-size: 40px;
  line-height: 50px;
}
section.content .articleInfo {
  color: #999;
  font-size: 100%;
}
section.content .articleInfo .photoAuthor {
  height: 40px;
  margin-right: 12px;
  width: 40px;
}
@media screen and (max-width: 500px) {
  section.content .articleInfo .photoAuthor {
    height: 30px;
    width: 30px;
    margin-right: 5px;
  }
}
section.content .articleInfo .img-circle {
  border-radius: 50%;
  vertical-align: middle;
}
section.content .articleInfo .articleAuthor {
  color: #005dae;
  font-weight: bold;
  margin-right: 8px;
}
@media screen and (max-width: 500px) {
  section.content .articleInfo .articleAuthor {
    font-size: 12px;
  }

  .wdate {
    font-size: 12px;
  }
}
section.content .like {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 15px;
  margin-top: 15px;
}
section.content .top-icons {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 6px;
}
section.content .top-icons div {
  position: relative;
  display: flex;
  align-items: center;
  gap: 6.5px;
}
section.content .top-icons div img {
  position: relative;
  max-width: 100px;
  height: 18px;
  position: relative;
  -o-object-fit: contain;
     object-fit: contain;
}
section.content .top-icons div p {
  position: relative;
  font-size: 13px;
  line-height: 30px;
  font-weight: 700;
}
section.content img.main-img {
  position: relative;
  max-width: 100%;
  width: 100%;
  height: auto;
}
section.content .img-container {
  position: relative;
  width: 100%;
  margin-bottom: 21px;
}
section.content .img-container p.img-text {
  position: absolute;
  bottom: 5px;
  right: 0px;
  z-index: 2;
  font-size: 14px;
  font-weight: 700;
  line-height: 22px;
  background-color: #FFE715;
  border: 2px solid #FFBF15;
  color: #070000;
  padding: 8px 28px 8px 17px;
}
section.content > p {
  position: relative;
  font-size: 16px;
  line-height: 28px;
  margin-bottom: 25px;
}
section.content > p:last-child {
  margin-bottom: 30px;
}
section.content .btns {
  position: relative;
  width: 100%;
  display: grid;
  gap: 15px;
}
section.content .btns a {
  width: 100%;
  text-decoration: none;
  text-align: center;
  position: relative;
  transition: 0.4s ease;
}
section.content .btns a:hover {
  transform: scale(0.98);
}
section.content .btns a.red-btn {
  font-size: 25px;
  line-height: 43px;
  font-weight: 700;
  color: #FFFFFF;
  background-color: #EA0F0F;
  padding: 13px;
}
section.content .btns a.grey-btn {
  font-size: 17px;
  font-weight: 43px;
  color: #070000;
  background-color: #EEEEEE;
  padding: 18px 13px;
  font-weight: 700;
}
section.content .main-banner {
  position: relative;
  max-width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
  margin-bottom: 21px;
}
@media screen and (max-width: 800px) {
  section.content {
    padding-inline: 20px;
  }
  section.content h2 {
    margin-bottom: 0px;
    line-height: 27px;
    font-size: 22px;
    margin-bottom: 15px;
  }
  section.content h1 {
    line-height: 30px;
    font-size: 30px;
    margin-bottom: 15px;
  }
  section.content .top-icons {
    margin-bottom: 5px;
  }
  section.content .img-container p.img-text {
    position: relative;
    padding: 9px 10px;
    text-align: center;
    width: 100%;
    margin-top: 7px;
  }
  section.content .btns a.red-btn {
    font-size: 17px;
    line-height: 24px;
    padding: 7px 20px;
  }
}
@media screen and (max-width: 800px) and (max-width: 500px) {
  section.content .btns a.red-btn {
    font-size: 25px;
    line-height: 30px;
    padding: 10px 20px;
  }
}
@media screen and (max-width: 800px) {
  section.content .btns a.grey-btn {
    font-size: 13px;
    line-height: 23px;
    padding: 9px 20px;
  }
}
@media screen and (max-width: 800px) {
  section.content span.mobile {
    display: none;
  }
}

hr {
  border: 1px solid #E2E2E2;
}

footer {
  position: relative;
  padding: 26.5px 34px 22px;
  border-top: 1px solid #E2E2E2;
  margin-bottom: 20px;
}
footer .links {
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #070000;
  gap: 5px;
  font-size: 12px;
}
footer .links a {
  color: #070000;
}
@media screen and (max-width: 600px) {
  footer .links a {
    font-size: 11px;
  }
}
footer p {
  text-align: center;
  font-size: 12px;
  line-height: 23px;
  margin-top: 8px;
}
@media screen and (max-width: 800px) {
  footer p {
    font-size: 11px;
  }
}
@media screen and (max-width: 420px) {
  footer p {
    font-size: 10px;
  }
}

.privacy {
  position: relative;
}
.privacy .contents {
  margin-top: 45px;
  padding-inline: 50px;
}
@media screen and (max-width: 800px) {
  .privacy .contents {
    padding-inline: 30px;
    margin-top: 0px;
  }
}
.privacy .contents h2.title {
  position: relative;
  font-size: 21px;
  line-height: 30px;
  border-bottom: 4px solid #EA0F0F;
  width: -moz-fit-content;
  width: fit-content;
}
.privacy .contents > p {
  font-size: 16px;
  line-height: 28px;
  margin-top: 34.5px;
  margin-bottom: 35px;
}

.contact .contact-form {
  margin-top: 45px;
  padding-inline: 50px;
}
.contact h2 {
  position: relative;
  font-size: 21px;
  line-height: 29px;
  color: #070000;
  font-weight: 700;
  border-bottom: 4px solid #EA0F0F;
  max-width: 150px;
}
.contact form {
  position: relative;
  width: 100%;
  max-width: 473px;
  margin-top: 32px;
  margin-bottom: 117.5px;
}
.contact form div {
  position: relative;
  display: grid;
  gap: 9px;
  margin-bottom: 14px;
}
.contact form div label {
  position: relative;
  font-size: 16px;
  line-height: 23px;
  color: #070000;
}
.contact form div input,
.contact form div textarea {
  position: relative;
  width: 100%;
  height: 31px;
  border: 1px solid #F1F1F1;
  outline: none;
  transition: 0.4s ease;
  display: flex;
  align-items: center;
  font-size: 13px;
  color: #070000;
  padding-left: 10px;
}
.contact form div input:focus,
.contact form div textarea:focus {
  border: 1px solid #ddd;
  outline: 0;
}
.contact form div textarea {
  padding: 10px;
  height: 109px;
}
.contact form button {
  width: 100%;
  position: relative;
  background-color: #070000;
  height: 37px;
  display: flex;
  align-items: center;
  justify-content: center;
  outline: 0;
  border: 0;
  cursor: pointer;
  color: #FFFFFF;
  font-size: 14px;
  line-height: 24px;
  font-weight: 500;
  transition: 0.4s ease;
}
.contact form button:hover {
  transform: scale(0.98);
}
@media screen and (max-width: 800px) {
  .contact {
    position: relative;
    top: 0;
    left: 0;
    transform: translate(0%, 0%);
  }
  .contact .contact-form {
    padding-inline: 35px;
  }
}

section.like {
  position: relative;
  max-width: 740px;
  margin-inline: auto;
}
@media screen and (max-width: 800px) {
  section.like {
    padding-inline: 20px;
  }
}
section.like p {
  position: relative;
  font-size: 13px;
  line-height: 23px;
  color: #070000;
  margin-bottom: 22px;
}

ul {
  padding: revert;
}
ul li {
  position: relative;
  margin-bottom: 19px;
  color: #006699;
}
ul li a {
  font-size: 18px;
  color: #006699;
  font-weight: 500;
}
@media screen and (max-width: 600px) {
  ul li a {
    font-size: 15px;
  }
}

.grid-sec {
  position: relative;
  padding-top: 17.5px;
}
.grid-sec .grid {
  position: relative;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(195px, 1fr));
  gap: 24px;
}
@media screen and (max-width: 460px) {
  .grid-sec .grid {
    grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
  }
}
.grid-sec .grid img {
  position: relative;
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
.grid-sec .grid .grid-item p {
  position: relative;
  font-size: 12px;
  line-height: 20px;
  color: #070000;
  margin-bottom: 4px;
}
.grid-sec .grid .grid-item p.bottom {
  font-size: 10px;
  line-height: 14px;
  color: #A4A4A4;
}
.grid-sec .grid .grid-item p:not(.bottom) {
  font-size: 14px;
  font-weight: bold;
}

.widget-grid {
  position: relative;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(87px, 1fr));
  gap: 9px;
}
@media screen and (max-width: 500px) {
  .widget-grid {
    grid-template-columns: repeat(auto-fit, minmax(90px, 1fr));
    gap: 10px;
  }
}
.widget-grid a {
  position: relative;
  text-decoration: none;
  color: #fff;
  background-color: #4BA5EC;
  font-size: 20px;
  height: 64px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 500px) {
  .widget-grid a {
    height: 36px;
    font-size: 13px;
  }
}



.advertorial
{
	color:#999;
}

@media screen and (max-width: 500px) {
.advertorial
  {
    font-size: 12px;
  }

}

/*# sourceMappingURL=style.css.map */













/*hurry popup*/
.hurry-popup {
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 1000;
	/*width: 100vw;
	height: 100vw;*/
	background: rgba(51, 51, 51, .7);
	display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
    align-items:center;
    -webkit-align-items:center;
    -ms-align-items:center;
}
.hurry-popup .content {
	width: 700px;
	max-width: 95%;
	max-height: 95%;
	padding: 30px;
	overflow: auto;
	background: #fff;
	margin: 0 auto;
}
.hurry-popup .content h2 {
	font-size: 40px;
	line-height: normal;
}
.hurry-popup .link {
	font-size: 14px;
}
.mb-16 { margin-bottom: 16px; }
.mb-24 { margin-bottom: 24px; }
a.link.style-2:before { width: 100%; background: #33CC66; }
a.link.style-2:hover:before { width: 0; }
a.link.style-3 { font-weight: 400; color: #333; }
a.link.style-3:before { width: 100%; background: #333; }
a.link.style-3:hover:before { width: 0; }
.hurry-popup.style-3 a.link.style-3 { font-weight: 500; color: #fff; }
.hurry-popup.style-3 a.link.style-3::before { background: #fff; }
.hurry-popup .green-btn {
	min-width: 160px;
}
.hurry-popup.style-1 .content {
	width: 530px;
	background: #fff;
	border-top: 10px solid #33CC66;
	padding: 50px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
}
.hurry-popup.style-1 .content img {
	-webkit-border-radius: 10px;
	border-radius: 10px;
}
.hurry-popup.style-2 .content {
	background: #EFF6FF;
	padding: 0;
	width: 475px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
}
.hurry-popup.style-2 .content h3,
.hurry-popup.style-3 .content h3,
.hurry-popup.style-4 .content h3 {
	font-size: 26px;
}
.hurry-popup.style-2 .content .text-block {
	padding: 32px;
}
.hurry-popup.style-2 .content a {
	display: inline-block;
	vertical-align: middle;
}
.hurry-popup.style-2 .content .green-btn {
	margin-right: 16px;
}
.hurry-popup.style-3 .content {
	width: 720px;
	padding: 0;
	background: #33CC66;
	color: #fff;
	border: 5px solid #FFFFFF;
	-webkit-border-radius: 10px;
	border-radius: 10px;
}
.hurry-popup.style-3 .left-block {
	width: 46.47%;
}
.hurry-popup.style-3 .right-block {
	width: 53.52%;
	padding: 50px;
}
.hurry-popup.style-4 .content {
	width: 400px;
	height: 400px;
	overflow: hidden;
	text-align: center;
	-webkit-border-radius: 400px;
	border-radius: 400px;
}
.hurry-popup.style-4 .content .text-block {
	width: 100%;
}
.hurry-popup.style-4 .icon {
	display: inline-block;
	margin-bottom: 10px;
}
.anim-top { animation:anim-top 0.7s ease-in-out forwards }
.anim-bottom { animation:anim-bottom 0.7s ease-in-out forwards; }
@keyframes anim-bottom {
 0% {
  opacity:0;
  transform:translate3d(0, 400px, 0)
 }
 50% {
  opacity:1;
  transform:translate3d(0, -30px, 0)
 }
 80% {
  opacity:1;
  transform:translate3d(0, 40px, 0)
 }
 100% {
  opacity:1;
  transform:translate3d(0, 0, 0)
 }
}
@keyframes anim-top {
 0% {
  opacity:0;
  transform:translate3d(0, -400px, 0)
 }
 50% {
  opacity:1;
  transform:translate3d(0, 30px, 0)
 }
 80% {
  opacity:1;
  transform:translate3d(0, -40px, 0)
 }
 100% {
  opacity:1;
  transform:translate3d(0, 0, 0)
 }
}

.hurry-cta
{
line-height:unset !important; 
border-radius:5px !important;
}


/*hurry popup*/






/* newsletter section styles */
.container {
  position: relative;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  max-width: 1100px;
  width: 100%;
  margin-inline: auto;
  flex-wrap: wrap;
}

.container .mobile {
  display: none;
}

.container .left-sec {
  position: relative;
  height: 100%;
  padding: 40px;
  background-color: #FFD25D;
  display: flex;
  align-items: center;
  justify-content: center;
}

.container .left-sec img {
  position: relative;
  display: block;
  max-width: 470px;
  width: 100%;
  margin-inline: auto;
  -o-object-fit: contain;
  object-fit: contain;
}

.container .right-sec {
  position: relative;
  background-color: #F6FCFF;
  height: 100%;
  padding: 20px;
  text-align: center;
  color: #3C4D5B;
}

.container .right-sec h2 {
  position: relative;
  font-size: 18px;
    line-height: 30px;
  font-weight: 400;
}

.container .right-sec h1 {
  position: relative;
  font-size: 35px;
  line-height: 40px;
  font-weight: 600;
}

.container .right-sec p {
  font-size: 16px;
  line-height: 22px;
  max-width: 447px;
  margin-bottom: 15px;
  position: relative;
  margin-inline: auto;
}

.container .right-sec p.sm {
  font-size: 14px;
  line-height: 21px;
  margin-bottom: 10px;
}

.container .right-sec img {
  position: relative;
  display: block;
  -o-object-fit: contain;
  object-fit: contain;
  max-width: 100%;
  margin-bottom: 10px;
  position: relative;
  margin-inline: auto;
}

.container .right-sec form {
  position: relative;
}

.container .right-sec form input {
  position: relative;
  display: block;
  border-radius: 6px;
  background-color: #EBF1F4;
  padding: 10px;
  text-align: center;
  width: 100%;
  font-size: 16px;
  line-height: 24px;
  border: 1px solid #EBF1F4;
  outline: 0;
  max-width: 439px;
  margin-bottom: 15px;
  position: relative;
  margin-inline: auto;
}

.container .right-sec form input:focus {
  border: none;
  outline: 0;
}

.container .right-sec form input::-moz-placeholder {
  color: #3C4D5B;
}

.container .right-sec form input::placeholder {
  color: #3C4D5B;
}

.container .right-sec form button {
  position: relative;
  cursor: pointer;
  outline: 0;
  border: none;
  background-color: #0177C2;
  color: #fff;
  font-size: 25px;
  line-height: 30px;
  border-radius: 8px;
  padding: 10px 20px;
  width: 100%;
  max-width: 439px;
  position: relative;
  margin-inline: auto;
}

.container .right-sec form button:focus,
.container .right-sec form button:hover {
  border: none;
  outline: 0;
}

@media screen and (max-width: 800px) {
  body {
      padding: 0;
  }

  .container .desktop {
      display: none;
  }

  .container .mobile {
      display: block;
	max-width:95%;
	margin:0 auto;
  }

  .container .mobile .left-sec {
      position: relative;
      height: -moz-fit-content;
      height: fit-content;
      padding: 20px;
      background-color: #FFD25D;

  }

  .container .mobile .left-sec img {
      max-width: 250px;
  }

  .container .mobile .right-sec {
      padding: 30px 20px;
      height: auto;
  }

  .container .mobile .right-sec h2 {
      font-size: 18px;
      line-height: 26px;
  }

  .container .mobile .right-sec h1 {
      font-size: 30px;
      line-height: 40px;
  }

  .container .mobile .right-sec p {
      font-size: 16px;
      line-height: 24px;
      margin-bottom: 20px;
  }

  .container .mobile .right-sec p.sm {
      font-size: 13px;
      line-height: 19px;
      margin-bottom: 15px;
  }

  .container .mobile .right-sec img {
      margin-bottom: 20px;
  }

  .container .mobile .right-sec form {
      position: relative;
  }

  .container .mobile .right-sec form input {
      border-radius: 8px;
      padding: 5px 10px;
      font-size: 18px;
      line-height: 24px;
      margin-bottom: 20px;
  }

  .container .mobile .right-sec form button {
      font-size: 22px;
      line-height: 30px;
      border-radius: 8px;
      padding: 10px 20px;
  }
}
/* newsletter section styles */










/* modal popup */
.popup-modal {
  display: none;
  position: fixed;
  z-index: 100;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  /* background-color: rgba(0,0,0,0.4); */
  background-color: #ffffffa2;
  backdrop-filter: blur(5px);
}

.popup-modal .modal-content {
  position: relative;
  width: 100%;
  max-width: 1008px;
  margin-inline: auto;
  background-color: #FFFFFF;
  border-bottom-right-radius: 25px;
  border-bottom-left-radius: 25px;
  padding: 59px 40px 47px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  border: 5px solid #F0F0F0;
  border-top: 0;
  animation: animatetop 0.4s;
}
@keyframes animatetop {
  from {
    top: -300px;
    opacity: 0;
  }
  to {
    top: 0;
    opacity: 1;
  }
  
}

.popup-modal .modal-content span {
  cursor: pointer;
  transition: 0.4s ease;
  &:hover {
    transform: scale(0.98);
  }
}

.popup-modal .modal-content #close-btn {
  position: absolute;
  width: 24px;
  height: 24px;
  top: 20px;
  right: 20px;
  img {
    object-fit: contain;
    margin: 0;
    max-width: 100%;
  }
}

.popup-modal .modal-content {
  h1 {
    font-size: 59px;
    line-height: 78px;
    color: #EA0F0E;
    font-weight: bold;
  }
  p {
    font-size: 31px;
    line-height: 40px;
    font-weight: 500;
    margin-bottom: 32px;
    text-align: center;
    margin-inline: auto;
    max-width: 580px;
  }
  img {
    position: relative;
    display: block;
    margin-bottom: 42px;
    object-fit: contain;
  }
  a {
    position: relative;
    display: block;
    margin-inline: auto;
    font-size: 54px;
    line-height: 72px;
    padding: 19px 25px;
    border-radius: 19px;
    background-color: #EA0F0E;
    color: #fff;
    text-decoration: none;
    max-width: 550px;
    font-weight: 500;
    width: 100%;
    margin-bottom: 26px;
    text-align: center;
    &::before {
      position: absolute;
      content: url("../images/popup-arrow.svg");
      left: 103%;
      bottom: 0px;
    }
  }
  span#no-btn {
    font-size: 20px;
    line-height: 26px;
    color: #A2A2A2;
    text-decoration: underline;
  }
  span#close-btn {
    width: 20px;
    height: 20px;
  }
}

@media screen and (max-width:1200px) {
  .popup-modal .modal-content {
    max-width: 600px;
    width: 90%;
    padding: 45px 30px 30px;
    h1 {
      font-size: 35px;
      line-height: 50px;
    }
    p {
      font-size: 21px;
        line-height: 31px;
        margin-bottom: 20px;
    }
    img {
      max-width: 100%;
    }
    a {
      font-size: 35px;
        line-height: 40px;
        border-radius: 10px;
        &::before {
          display: none;
        }
    }
  }
}

@media screen and (max-width:768px) {
  .popup-modal .modal-content {
    padding: 40px 20px 20px;
    h1 {
      font-size: 28px;
            line-height: 37px;
    }
    p {
      font-size: 16px;
      line-height: 24px;
      margin-bottom: 15px;
    }
    img {
      margin-bottom: 20px;
    }
    a {
      font-size: 20px;
      line-height: 30px;
      padding: 10px 25px;
      margin-bottom: 15px;
    }
    span#no-btn {
      font-size: 15px;
      line-height: 20px;
    }
  }
}