@import url("https://fonts.googleapis.com/css2?family=Lato:wght@400;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Lato:ital,wght@1,700&family=Noto+Serif&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans:wght@300;400;700&family=Noto+Serif+Bengali:wght@400;700&display=swap");
div {
  display: block;
}

* {
  box-sizing: border-box;
}

h1, h2, h3, h4, h5, h6, ul, li, form, section, figure, aside, body, article, p, ol {
  margin: 0;
  padding: 0;
}

.ofhidden {
  overflow: hidden;
}

.aic {
  align-items: center;
}

ul {
  list-style: none;
}

a {
  color: #000;
  text-decoration: none;
}
a:hover {
  color: #EE303B;
  text-decoration: none;
}

.taright {
  text-align: right;
}

.blackcolor {
  color: #000;
}

.bluecolor {
  color: #00354a;
}

.redcolor {
  color: #EE303B;
}

.whitecolor {
  color: #fff;
}

.blackbg {
  background: #000;
}

.bluebg {
  background: #00354a;
}

.whitebg {
  background: #fff;
}

.lightgraybg {
  background-color: #F3F3F3;
}

.vlightgraybg {
  background-color: rgba(247, 247, 247, 0.6588235294);
}

.bgred {
  background-color: #7E060D;
}

.bgyellow {
  background-color: #FFC200;
}

.betellips {
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}

.betvl-1 {
  -webkit-line-clamp: 1;
}

.betvl-2 {
  -webkit-line-clamp: 2;
}

.betvl-3 {
  -webkit-line-clamp: 3;
}

.betvl-4 {
  -webkit-line-clamp: 4;
}

.betvl-5 {
  -webkit-line-clamp: 5;
}

.betvl-6 {
  -webkit-line-clamp: 6;
}

.betvl-7 {
  -webkit-line-clamp: 7;
}

.betvl-9 {
  -webkit-line-clamp: 9;
}

.betvl-12 {
  -webkit-line-clamp: 12;
}

.ttuc {
  text-transform: uppercase;
}

.auadbox {
  background-color: #eeebea;
  padding: 1px 0 15px;
}

.ad-90 {
  height: 116px;
  text-align: center;
}

.ad160-600 {
  width: 160px;
  text-align: center;
}

.ad192 {
  height: 192px;
  text-align: center;
}

.ad970x250 {
  height: 275px;
  text-align: center;
  max-width: 1360px;
  overflow: hidden;
}

.ad970x280 {
  height: 306px;
  text-align: center;
}

.df {
  display: flex;
}

.fdcolumn {
  flex-direction: column;
}

figure {
  overflow: hidden;
  flex-shrink: 0;
  position: relative;
}
figure img {
  display: block;
}

.mw-100 {
  max-width: 100% !important;
}

.w-100 {
  width: 100%;
}

.tac {
  text-align: center;
}

.text-center {
  text-align: center !important;
}

.main-wrap {
  max-width: 1360px;
  width: 100%;
  display: flex;
  margin: 0 auto;
  padding-left: 0;
  padding-right: 0;
}

.container-fluid {
  max-width: 1040px;
  position: relative;
  z-index: 1;
  width: 100%;
  margin: 0 auto;
  padding-left: 0;
  padding-right: 0;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
  position: relative;
}

.container {
  max-width: 1008px;
  width: 100%;
  margin: 0 auto;
}

.fwn {
  font-weight: normal;
}

.fwb {
  font-weight: bold;
}

.adbox {
  background: #efebea;
}

.adbox span {
  font-size: 11px;
  color: #000;
  display: block;
  text-align: center;
  font-family: "Noto Sans", sans-serif;
  padding: 2px 0px 5px;
}

.ad-200 {
  height: 200px;
  text-align: center;
}

.ad300x250 {
  height: 276px;
  width: 300px;
  text-align: center;
}

.ad600 {
  width: 300px;
  display: flex;
  text-align: center;
  justify-content: center;
}

.ad300x626 {
  width: 300px;
  height: 626px;
  text-align: center;
}

.ad280 {
  height: 306px;
  text-align: center;
  align-items: center;
  justify-content: center;
}

.adtext {
  text-align: center;
  padding: 0 0 1px 0;
  color: #979797;
  font-weight: normal;
  display: block;
  font-size: 10px;
  text-transform: capitalize;
  font-family: "Lato", sans-serif;
  height: 15px;
}

.fs-120 {
  font-size: 120px;
}

.fs-80 {
  font-size: 80px;
}

.fs-60 {
  font-size: 60px;
}

.fs-55 {
  font-size: 55px;
}

.fs-50 {
  font-size: 50px;
}

.fs-48 {
  font-size: 48px;
}

.fs-45 {
  font-size: 45px;
}

.fs-42 {
  font-size: 42px;
}

.fs-40 {
  font-size: 40px;
}

.fs-38 {
  font-size: 38px;
}

.fs-36 {
  font-size: 36px;
}

.fs-33 {
  font-size: 33px;
}

.fs-32 {
  font-size: 32px;
}

.fs-30 {
  font-size: 30px;
}

.fs-27 {
  font-size: 27px;
}

.fs-28 {
  font-size: 28px;
}

.fs-24 {
  font-size: 24px;
}

.fs-21 {
  font-size: 21px;
}

.fs-22 {
  font-size: 22px;
}

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

.fs-18 {
  font-size: 18px;
}

.fs-19 {
  font-size: 19px;
}

.fs-16 {
  font-size: 16px;
}

.fs-15 {
  font-size: 15px;
}

.fs-17 {
  font-size: 17px;
}

.fs-14 {
  font-size: 14px;
}

.fs-13 {
  font-size: 13px;
}

.fs-12 {
  font-size: 12px;
}

.lh-78 {
  line-height: 78px;
}

.lh-60 {
  line-height: 60px;
}

.lh-57 {
  line-height: 57px;
}

.lh-55 {
  line-height: 55px;
}

.lh-54 {
  line-height: 54px;
}

.lh-53 {
  line-height: 53px;
}

.lh-50 {
  line-height: 50px;
}

.lh-48 {
  line-height: 48px;
}

.lh-40 {
  line-height: 40px;
}

.lh-44 {
  line-height: 44px;
}

.lh-45 {
  line-height: 45px;
}

.lh-39 {
  line-height: 39px;
}

.lh-36 {
  line-height: 36px;
}

.lh-33 {
  line-height: 33px;
}

.lh-30 {
  line-height: 30px;
}

.lh-29 {
  line-height: 29px;
}

.lh-27 {
  line-height: 27px;
}

.lh-26 {
  line-height: 26px;
}

.lh-25 {
  line-height: 25px;
}

.lh-24 {
  line-height: 24px;
}

.lh-22 {
  line-height: 22px;
}

.lh-23 {
  line-height: 23px;
}

.lh-20 {
  line-height: 20px;
}

.lh-16 {
  line-height: 16px;
}

.lh-017 {
  line-height: 1.7;
}

.lh-1 {
  line-height: 1.2;
}

.pt-8 {
  padding-top: 8px;
}

.pb-8 {
  padding-bottom: 8px;
}

.pt-16 {
  padding-top: 16px;
}

.pb-16 {
  padding-bottom: 16px;
}

.pt-30 {
  padding-top: 30px;
}

.pb-30 {
  padding-bottom: 30px;
}

.pt-25 {
  padding-top: 25px;
}

.pb-25 {
  padding-bottom: 25px;
}

.pt-20 {
  padding-top: 20px;
}

.pb-24 {
  padding-bottom: 24px;
}

.pt-24 {
  padding-top: 24px;
}

.pb-20 {
  padding-bottom: 20px;
}

.pt-15 {
  padding-top: 15px;
}

.pb-15 {
  padding-bottom: 15px;
}

.pt-16 {
  padding-top: 16px;
}

.pb-16 {
  padding-bottom: 16px;
}

.pt-10 {
  padding-top: 10px;
}

.pt-32 {
  padding-top: 32px;
}

.pb-32 {
  padding-bottom: 32px;
}

.pb-10 {
  padding-bottom: 10px;
}

.pl-10 {
  padding-left: 10px;
}

.px-10 {
  padding: 0 10px;
}

.blockcontainer {
  padding-left: 16px;
  padding-right: 16px;
}

.mt-4 {
  margin-top: 4px;
}

.mb-4 {
  margin-bottom: 4px;
}

.mb-8 {
  margin-bottom: 8px;
}

.mt-8 {
  margin-top: 8px;
}

.mb-8 {
  margin-bottom: 8px;
}

.mt-10 {
  margin-top: 10px;
}

.mb-10 {
  margin-bottom: 10px;
}

.mt-20 {
  margin-top: 20px;
}

.mb-20 {
  margin-bottom: 20px;
}

.mt-25 {
  margin-top: 25px;
}

.mb-25 {
  margin-bottom: 25px;
}

.mt-30 {
  margin-top: 30px;
}

.mb-30 {
  margin-bottom: 30px;
}

.mt-32 {
  margin-top: 32px;
}

.mb-32 {
  margin-bottom: 32px;
}

.mt-36 {
  margin-top: 36px;
}

.mb-36 {
  margin-bottom: 36px;
}

.mt-40 {
  margin-top: 40px;
}

.mb-40 {
  margin-bottom: 40px;
}

.mt-16 {
  margin-top: 16px;
}

.mb-16 {
  margin-bottom: 16px;
}

.mt-15 {
  margin-top: 15px;
}

.mb-15 {
  margin-bottom: 15px;
}

.mt-24 {
  margin-top: 24px;
}

.mb-24 {
  margin-bottom: 24px;
}

.prelative {
  position: relative;
}

.dfjsb {
  display: flex;
  justify-content: space-between;
}

.jce {
  justify-content: end;
}

.sposortext {
  color: #A76B6E;
  font-size: 14px;
  font-weight: normal;
  font-style: italic;
  display: block;
  line-height: 12px;
}

.sponsorbtn {
  background: rgba(255, 255, 255, 0.8);
  padding: 3px 10px 2px;
  font-size: 14px;
  color: #000;
  position: absolute;
  top: 8px;
  left: 8px;
  z-index: 2;
}

.lato {
  font-family: "Lato", sans-serif;
}

.noto-serif {
  font-family: "Noto Serif", serif;
}

.notob-regular {
  font-family: "Noto Serif Bengali", serif;
  font-weight: 400;
}

.notob-bold {
  font-family: "Noto Serif Bengali", serif;
  font-weight: 700;
}

body {
  color: #000;
  font-size: 14px;
  width: 100%;
  font-family: "Noto Serif Bengali", serif;
  font-weight: 400;
  background: #f9f9f9;
}

.notob-regular {
  font-family: "Noto Serif Bengali", serif;
  font-weight: 400;
}

.notob-bold {
  font-family: "Noto Serif Bengali", serif;
  font-weight: 700;
}

.notob-regular {
  font-family: 'Noto Serif Bengali",serif; font-weight: 400';
}

.notob-bold {
  font-family: "Noto Serif Bengali", serif;
  font-weight: 700;
}

.noto-regular {
  font-family: "Noto Serif", serif;
}

.lato-bolditalic {
  font-family: "Lato", sans-serif;
  font-weight: 700;
  font-style: italic;
}

.lato-regular {
  font-family: "Lato", sans-serif;
}

.lato-bold {
  font-family: "Lato", sans-serif;
  font-weight: 700;
}

.text-advertisement {
  font-size: 10px;
  color: #595959;
  font-family: "Noto Serif", serif;
}

.ausponsorbox {
  display: flex;
}
.ausponsorbox .ausinnerbox {
  width: 104px;
  height: 104px;
  border-radius: 4px;
  margin-left: 10px;
  display: flex;
  justify-content: center;
  align-self: center;
  background: #fff;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
}
.ausponsorbox .ausinnerbox img {
  align-self: center;
}

.autleft {
  max-width: 943px;
  width: 100%;
}

.auright {
  width: 320px;
  background-color: #eeebea;
}
.auright .auadbox {
  padding-bottom: 0;
}

.aupsticky {
  position: -webkit-sticky;
  position: sticky;
  top: 51px;
  left: 0;
}

.ausheader-stky {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  left: 0;
  z-index: 4;
}

.mbanner1266x200 {
  width: 1266px;
  height: 200px;
  overflow: hidden;
  margin: 0 auto;
}

.mbanner1266x230 {
  width: 1266px;
  height: 230px;
  margin: 0 auto;
  overflow: hidden;
}

.dfaicjc {
  display: flex;
  align-items: center;
  justify-content: center;
}

.fwwrap {
  flex-wrap: wrap;
}

.adlefttopsticky {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  left: 0;
  height: 100vh;
}

.adrighttopsticky {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  right: 0;
  height: 100vh;
}

figure .vdobg {
  width: 48px;
  height: 48px;
  border-radius: 0px 4px 0px 0px;
  position: absolute;
  bottom: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #ee303b;
}
figure .vdobg img {
  width: 20px;
  height: 20px;
  min-height: 20px !important;
  background-size: 18px;
}
figure .fig-text {
  width: 52px;
  height: 22px;
  position: absolute;
  bottom: 0;
  right: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(0, 0, 0, 0.6);
  color: #fff;
  font-size: 11px;
  border-radius: 4px 0 0 0;
}

.dpnav-backhome {
  padding: 10px 0 8px;
  background: #fff;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  left: 0;
  z-index: 9999;
  height: 32px;
  box-sizing: initial;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1607843137);
}
.dpnav-backhome .dpnav {
  padding-left: 40px;
  position: relative;
  max-width: 915px;
  width: 100%;
  box-sizing: border-box;
  padding-top: 5px;
}
.dpnav-backhome .dpnav a {
  font-size: 16px;
  font-weight: bold;
  padding-right: 22px;
}
.dpnav-backhome .dpnav .homeicon {
  position: absolute;
  top: 4px;
  left: 0;
}
.dpnav-backhome .dpnav .homeicon svg {
  width: 20px;
}
.dpnav-backhome .dp-backabp {
  width: 170px;
  height: 30px;
  min-width: 170px;
  line-height: 10px;
  border: 1px solid #000;
  display: flex;
  padding: 4px;
  border-radius: 5px;
  justify-content: space-around;
  align-items: center;
  gap: 7px;
}
.dpnav-backhome .dp-backabp a img {
  width: 130px;
}
.dpnav-backhome .dp-backabp span img {
  width: 15px;
}
.dpnav-backhome .dprefresh {
  background: #ff4300;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  position: absolute;
  top: 0px;
  right: 0;
  display: flex;
  justify-content: center;
  align-self: center;
}
.dpnav-backhome .dprefresh svg {
  margin: auto;
  height: 15px;
}
.dpnav-backhome .dphamburger {
  position: absolute;
  height: 36px;
  width: 36px;
  top: -2px;
  right: 16px;
  padding-right: 0 !important;
  background: #DB3E3E;
  border-radius: 50%;
  align-items: center;
  display: flex;
  justify-content: center;
}
.dpnav-backhome .auddnav {
  width: 250px;
  background: #fff;
  border: 1px solid #782A10;
  position: absolute;
  top: 0;
  right: 16px;
  display: none;
  padding: 31px 19px 10px;
  box-shadow: 0px 5px 9px rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  border: 1px solid #AAAAAA;
}
.dpnav-backhome .auddnav.adcls {
  display: block;
}
.dpnav-backhome .auddnav a {
  display: block;
  font-size: 18px;
  padding: 10px 10px;
  border-bottom: 1px solid #CCCCCC;
}
.dpnav-backhome .auddnav a:last-child {
  border-bottom: 0;
}
.dpnav-backhome .auddnav a svg {
  padding-right: 10px;
  height: 29px;
  vertical-align: middle;
}
.dpnav-backhome .auddnav .auhamburger {
  position: absolute;
  top: 0;
  right: 0;
  width: 41px;
  height: 41px;
  cursor: pointer;
  z-index: 3;
}
.dpnav-backhome .auddnav .auhamburger::after {
  content: "";
  width: 18px;
  height: 2px;
  background: #a7a7a7;
  left: 11px;
  top: 18px;
  position: absolute;
  transform: rotate(-45deg);
}
.dpnav-backhome .auddnav .auhamburger::before {
  content: "";
  width: 18px;
  height: 2px;
  background: #a7a7a7;
  left: 11px;
  top: 18px;
  position: absolute;
  transform: rotate(45deg);
}

.sec-logosponsor {
  display: flex;
  justify-content: space-around;
  padding: 0 10px;
}
.sec-logosponsor .logo-contest {
  width: 297px;
  height: 297px;
}
.sec-logosponsor .logo-contest img {
  width: 100%;
}
.sec-logosponsor .pspc {
  width: 612px;
}
.sec-logosponsor .pspc .presenting-sponsor {
  display: flex;
  justify-content: space-around;
  align-items: end;
}
.sec-logosponsor .sponsors {
  justify-content: end;
  height: 431px;
  position: relative;
}
.sec-logosponsor .au-divider-yellow {
  width: 100%;
  height: 50px;
  background-image: url(../images/divider2.png);
  background-repeat: no-repeat;
  background-position: center;
}
.sec-logosponsor .au-divider-pink {
  width: 100%;
  height: 21px;
  background-image: url(../images/divider1.png);
  background-repeat: no-repeat;
  background-position: center;
}
.sec-logosponsor .pspb {
  width: 620px;
  margin: 110px 0 0;
}
.sec-logosponsor .psponsor .bdbrbxjcai {
  width: 192px;
  height: 128px;
}
.sec-logosponsor .text-sponsors {
  color: #000000;
  font-family: "Arial";
  font-size: 12px;
}
.sec-logosponsor .poweredby .bdbrbxjcai {
  width: 150px;
  height: 100px;
}
.sec-logosponsor .copoweredby .bdbrbxjcai {
  width: 138px;
  height: 92px;
}
.sec-logosponsor .associate-sponsor .bdbrbxjcai {
  width: 117px;
  height: 78px;
}
.sec-logosponsor .bdbrbxjcai {
  background: #fff;
  display: flex;
  border-radius: 8px;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  justify-content: center;
  align-items: center;
}
.sec-logosponsor .bxsponsors {
  display: flex;
  justify-content: center;
  gap: 18px;
}
.sec-logosponsor .associate-sponsor .bxsponsors {
  max-width: 840px;
  margin: auto;
}

.sec-associate-sponsor .associate-sponsor .bxsponsors {
  margin: auto;
  display: flex;
  justify-content: center;
  gap: 18px;
}
.sec-associate-sponsor .associate-sponsor .bdbrbxjcai {
  background: #fff;
  display: flex;
  border-radius: 8px;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  justify-content: center;
  align-items: center;
  width: 117px;
  height: 78px;
}

.container-housing-contest .contest-content .bgred {
  background-color: #504C01;
}
.container-housing-contest .bgyellow {
  background-color: #DFEAA6;
}
.container-housing-contest .title h2 {
  color: #000000;
}
.container-housing-contest .sec-prize ul li .prizetype-one {
  border: 1px solid #9A9105;
  background: #F7FAD5;
}
.container-housing-contest .sec-prize ul li .prizetype-two {
  border: 1px solid #D6BB4A;
  background: #fff;
}
.container-housing-contest .sec-prize ul li .prizetype-one .patch {
  background: #5C5702;
}
.container-housing-contest .sec-prize ul li .prizetype-two .patch {
  background: #9A9105;
}
.container-housing-contest .sec-register {
  background: #F7FAD5;
}
.container-housing-contest .sec-register h4 {
  color: #000000;
}
.container-housing-contest .sec-register .cta-register a {
  background: transparent linear-gradient(180deg, #92BE01 0%, #467B02 100%) 0% 0% no-repeat padding-box;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
  border: 1px solid #FFF2CB;
}
.container-housing-contest .sec-timeline ul li .hrgray::before {
  background: #FFFFFF;
  border: 3px solid #9A9105;
}
.container-housing-contest .sec-timeline ul .content-timeline {
  background: #FFFEEB;
  border: 1px solid #D6D3C4;
}
.container-housing-contest .sec-timeline ul .content-timeline p {
  color: #333333;
}
.container-housing-contest .registration-stop .regstop-content .bxregstop-content h5 {
  color: #5C5702;
}
.container-housing-contest .registration-stop .bx-regstop-countdown {
  background: #8BC540;
}

.no-sponsor-housing-contest.sec-logosponsor .logo-contest {
  width: 590px;
  height: 310px;
  margin: 0 auto;
}

.no-sponsor-club-contest.sec-logosponsor .logo-contest {
  width: 676px;
  height: 310px;
  margin: 0 auto;
}

footer {
  background: #000;
  padding: 22px 0 10px;
  text-align: center;
}
footer .fabplinks {
  overflow: hidden;
  margin: 5px 0 10px;
  padding-top: 5px;
}
footer .fabplinks a {
  line-height: 37px;
  font-size: 16px;
  color: #FAEDB5;
  padding: 0 16px;
  position: relative;
}
footer .fabplinks a:hover {
  color: #fff;
}
footer .fabplinks a::after {
  content: "";
  width: 1px;
  height: 14px;
  background: #fff;
  position: absolute;
  right: -6px;
  top: 8px;
}
footer .fabplinks a:last-child::after {
  display: none;
}
footer .sitelinks {
  border-top: 1px solid #4d4d4d;
  border-bottom: 1px solid #4d4d4d;
  padding: 16px 0;
}
footer .sitelinks a {
  font-family: "Lato", sans-serif;
  font-size: 14px;
  color: #b7ae99;
  padding: 0 15px;
  position: relative;
}
footer .sitelinks a:hover {
  color: #fff;
}
footer .sitelinks a::after {
  content: "";
  width: 1px;
  height: 14px;
  background: #fff;
  position: absolute;
  right: -6px;
  top: 5px;
}
footer .sitelinks a:last-child::after {
  display: none;
}
footer .download-appbox {
  padding: 20px 0;
}
footer .download-appbox h2 {
  font-size: 14px;
  color: #FAEDB5;
  font-family: "Lato", sans-serif;
  font-weight: 700;
}
footer .download-appbox .app-icons {
  padding-top: 10px;
  height: 58px;
}
footer .download-appbox .app-icons img {
  padding-left: 5px;
  width: 140px;
  height: 42px;
}
footer .othlinks {
  border-top: 1px solid #4d4d4d;
  padding-top: 15px;
  padding-bottom: 7px;
}
footer .othlinks a {
  font-size: 12px;
  padding: 0 14px;
  color: #FFFFFF;
  position: relative;
  font-family: "Lato", sans-serif;
}
footer .othlinks a:hover {
  color: #fff;
}
footer .othlinks a::after {
  content: "";
  width: 1px;
  height: 12px;
  background: #fff;
  position: absolute;
  right: -3px;
  top: 3px;
}
footer .othlinks a:last-child::after {
  display: none;
}
footer .othlinks span {
  font-size: 12px;
  padding-right: 10px;
  color: #FFFFFF;
  font-family: "Lato", sans-serif;
}

.ausocialicons a {
  position: #EE303B;
  padding: 0 12px 0 0 !important;
}
.ausocialicons a::before {
  content: "";
  width: 4px;
  height: 4px;
  position: absolute;
  right: 2px;
  top: 4px;
  background: #fff;
}
.ausocialicons a::after {
  display: none;
}
.ausocialicons a:last-child {
  padding-right: 0 !important;
}
.ausocialicons a:last-child::before {
  display: none;
}

.sponsors {
  justify-content: end;
  height: 431px;
  position: relative;
}

.au-divider-yellow {
  width: 100%;
  height: 50px;
  background-image: url(../images/divider2.png);
  background-repeat: no-repeat;
  background-position: center;
}

.au-divider-pink {
  width: 100%;
  height: 21px;
  background-image: url(../images/divider1.png);
  background-repeat: no-repeat;
  background-position: center;
}

.pspb {
  width: 620px;
  margin: 110px 0 0;
}

.psponsor .bdbrbxjcai {
  width: 192px;
  height: 128px;
}

.text-sponsors {
  color: #723806;
  font-family: "Arial";
  font-size: 12px;
}

.poweredby .bdbrbxjcai {
  width: 150px;
  height: 100px;
}

.copoweredby .bdbrbxjcai {
  width: 138px;
  height: 92px;
}

.associate-sponsor .bdbrbxjcai {
  width: 117px;
  height: 78px;
}

.bdbrbxjcai {
  background: #fff;
  display: flex;
  border-radius: 8px;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  justify-content: center;
  align-items: center;
}

.bxsponsors {
  display: flex;
  justify-content: center;
  gap: 18px;
}

.associate-sponsor .bxsponsors {
  margin: auto;
}

.contest-section {
  background: url(../images/bgplain.png) no-repeat top center, linear-gradient(#eeeeee, #eeeeee);
  background-size: 100%;
  position: relative;
  padding-bottom: 8px;
  padding-left: 16px;
  padding-right: 16px;
}
.contest-section .logoheader {
  width: 366px;
  height: 366px;
  position: absolute;
  left: 190px;
  top: 20px;
}
.contest-section .logoheader img {
  width: 100%;
}
.contest-section .sec-associate-sponsor {
  position: relative;
  padding-top: 32px;
}
.contest-section .sec-associate-sponsor::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  width: 100%;
  height: 21px;
  background-image: url(../images/divider1.png);
  background-repeat: no-repeat;
  background-position: center;
}

.contest-content {
  text-align: center;
}
.contest-content h2 {
  color: #fff;
  font-size: 22px;
}
.contest-content p {
  font-size: 18px;
  font-weight: 600;
}

.contest-section-nosponsors {
  background: url(../images/bgplain.png) no-repeat top center, linear-gradient(#eeeeee, #eeeeee);
  min-height: 510px;
  padding-bottom: 10px;
  background-size: 100%;
  position: relative;
}
.contest-section-nosponsors .logoheader {
  left: 32.5%;
  top: 22px;
}/*# sourceMappingURL=article.css.map */

.nospansor-contest-section {
    min-height: 340px;
    background-image: url(../images/bg-no-sponsor-secart.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}