@font-face {
  font-family: icomoon;
  src: url("../fonts/icomoon.woff") format("woff"), url("../fonts/icomoon.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
}
[class^=icon-], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icomoon" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-mobile-notch:before {
  content: "\e90c";
}

.icon-ball:before {
  content: "\e908";
}

.icon-building:before {
  content: "\e909";
}

.icon-cup:before {
  content: "\e90a";
}

.icon-halmet:before {
  content: "\e90b";
}

.icon-cap:before {
  content: "\e906";
}

.icon-case:before {
  content: "\e907";
}

.icon-xmark-sharp-light:before {
  content: "\e903";
}

.icon-chevron-down-sharp-regular:before {
  content: "\e900";
}

.icon-arrow-up-right-light:before {
  content: "\e901";
}

.icon-angle-down-regular:before {
  content: "\e902";
}

.icon-mail:before {
  content: "\e905";
}

.icon-phone:before {
  content: "\e904";
}

.ign-header {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  z-index: 99;
  padding: 67px 0;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
@media (max-width: 1439px) {
  .ign-header {
    padding: 20px 0;
  }
}
.ign-header .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.ign-header .logo-holder {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 33px;
}
@media (max-width: 767px) {
  .ign-header .logo-holder {
    gap: 15px;
  }
}
.ign-header .slogan {
  font-size: 20px;
  line-height: 24px;
  font-weight: 700;
}
@media (max-width: 767px) {
  .ign-header .slogan {
    font-size: 16px;
  }
}
.ign-header .logo {
  width: 89px;
}
.ign-header .logo img {
  display: block;
  width: 100%;
  height: auto;
}

/** @define nav-opener **/
.menu-opener {
  width: 26px;
  height: 26px;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  border-radius: 3px;
  background: none;
  position: absolute;
  right: 15px;
  top: 25px;
  z-index: 99;
  display: none;
}
@media (max-width: 991.98px) {
  .menu-opener {
    display: block;
    top: 44px;
  }
}
.menu-active .menu-opener {
  border-top: 0;
}
.menu-opener span {
  display: block;
}
.menu-opener span:before {
  width: 26px;
  height: 2px;
  background: #D31245;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  content: "";
  position: absolute;
  left: 0;
  top: 7px;
}
.menu-active .menu-opener span:before {
  opacity: 0;
  visibility: hidden;
}
.menu-opener:after, .menu-opener:before {
  width: 26px;
  height: 2px;
  background: #D31245;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  content: "";
  position: absolute;
  left: 0;
  top: 13px;
}
.menu-active .menu-opener:after, .menu-active .menu-opener:before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.menu-opener:before {
  top: 19px;
}
.menu-active .menu-opener:before {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  top: 13px;
}

/** @define nav-drop **/
@media (max-width: 991.98px) {
  .nav-drop {
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    overflow: hidden;
    padding: 0;
    max-height: 0;
    opacity: 1;
    visibility: visible;
    z-index: 99;
    overflow-y: auto;
  }
  .menu-active .nav-drop {
    max-height: 4000px;
  }
}

/** @define nav-area **/
@media (max-width: 991.98px) {
  .nav-area {
    background: #fff;
    position: relative;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
    padding-bottom: 40px;
    display: block;
  }
  .menu-active .nav-area {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

.menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0;
  font-family: "Mulish", Arial, Helvetica, sans-serif;
  font-size: 20px;
  line-height: 24px;
  font-weight: 400;
  gap: 87px;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
@media (max-width: 991.98px) {
  .menu {
    display: block;
    margin: 0 0 20px;
    width: 100%;
    text-align: center;
  }
}
@media (max-width: 991px) {
  .menu li:last-child {
    margin-top: 20px;
  }
}
.menu li:last-child a {
  display: inline-block;
  vertical-align: top;
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
  border: 2px solid;
  height: 46px;
  text-align: center;
  padding: 8px 20px;
  border-radius: 23px;
  min-width: 125px;
  background: #D31245;
  border-color: #D31245;
  color: #fff;
}
@media (max-width: 991px) {
  .menu li:last-child a {
    display: block;
    margin: 0 20px;
  }
}
.menu li:last-child a:hover, .menu li:last-child a:active {
  border-color: #D31245 !important;
  color: #D31245 !important;
  background: transparent !important;
}
.menu a {
  color: #002D16;
  display: block;
  position: relative;
}
@media (max-width: 991.98px) {
  .menu a {
    padding: 20px 35px;
    display: block;
  }
}
.menu a:hover {
  font-weight: 700;
}

.menu-active {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.list-unstyled {
  list-style: none;
  margin: 0;
  padding: 0;
}

.ign-thank-area {
  padding: 226px 0 117px;
  text-align: center;
  position: relative;
}
@media (max-width: 1199px) {
  .ign-thank-area {
    padding: 140px 0 50px;
  }
}
.ign-thank-area .image-wrap {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  z-index: -1;
}
@media (max-width: 1199px) {
  .ign-thank-area .image-wrap {
    display: none;
  }
}
.ign-thank-area h1 {
  font-size: 110px;
  margin: 0 0 70px;
}
@media (max-width: 1199px) {
  .ign-thank-area h1 {
    font-size: 90px;
    margin: 0 0 30px;
  }
}
@media (max-width: 767px) {
  .ign-thank-area h1 {
    font-size: 70px;
  }
}
@media (max-width: 575px) {
  .ign-thank-area h1 {
    font-size: 50px;
  }
}
.ign-thank-area .text-holder {
  font-size: 16px;
  line-height: 24px;
}
.ign-thank-area .text-holder p {
  margin: 0 0 11px;
}
.ign-thank-area .text-holder a {
  color: #D31245;
  text-decoration: underline;
}
.ign-thank-area .text-holder a:hover {
  text-decoration: none;
  color: #000;
}

.agenda-area {
  background: #f2f3f3;
  padding: 179px 0 70px;
}
.agenda-area .head h1 {
  text-align: center;
  margin: 0 0 17px;
  color: #000;
}
.agenda-area .head ul {
  margin: 0 0 94px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 25px;
  line-height: 30px;
  font-weight: 700;
  color: #D31245;
}
@media (max-width: 1439px) {
  .agenda-area .head ul {
    font-size: 18px;
    margin: 0 0 50px;
  }
}
.agenda-area .head ul li {
  position: relative;
  padding: 0 42px 0 52px;
}
@media (max-width: 991px) {
  .agenda-area .head ul li {
    padding: 0 20px;
  }
}
@media (max-width: 767px) {
  .agenda-area .head ul li {
    width: 100%;
    text-align: center;
  }
}
.agenda-area .head ul li:first-child:before {
  display: none;
}
@media (max-width: 767px) {
  .agenda-area .head ul li:first-child:before {
    display: inline-block;
  }
}
.agenda-area .head ul li:before {
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -4px;
  content: "";
  width: 9px;
  height: 9px;
  border-radius: 100%;
  background: #D31245;
}
@media (max-width: 767px) {
  .agenda-area .head ul li:before {
    position: relative;
    display: inline-block;
    vertical-align: top;
    margin-right: 10px;
  }
}

.agenda-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-shadow: 5px 5px 20px rgba(0, 0, 0, 0.2);
          box-shadow: 5px 5px 20px rgba(0, 0, 0, 0.2);
  max-width: 1226px;
  margin: 0 auto 45px;
}
@media (max-width: 767px) {
  .agenda-info {
    display: block;
  }
}
.agenda-info .agenda-head {
  width: 274px;
  background: #002D16;
  padding: 56px 46px 30px;
  color: #fff;
}
@media (max-width: 1439px) {
  .agenda-info .agenda-head {
    padding: 30px;
  }
}
@media (max-width: 991px) {
  .agenda-info .agenda-head {
    padding: 20px;
    width: 200px;
  }
}
@media (max-width: 767px) {
  .agenda-info .agenda-head {
    width: 100%;
  }
}
.agenda-info .agenda-head .date {
  font-size: 25px;
  line-height: 28px;
  font-weight: 700;
  display: block;
  margin: 0 0 18px;
}
@media (max-width: 991px) {
  .agenda-info .agenda-head .date {
    font-size: 20px;
    line-height: 24px;
  }
}
@media (max-width: 767px) {
  .agenda-info .agenda-head .date {
    margin: 0 0 10px;
  }
}
.agenda-info .agenda-head .date sup {
  display: inline-block;
  vertical-align: top;
  padding: 0 0 0 2px;
  font-size: 14px;
  line-height: 16px;
}
.agenda-info .agenda-head .time {
  display: block;
  font-size: 16px;
  line-height: 20px;
}
.agenda-info .agenda-details {
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  min-width: 0;
}
.agenda-info .agenda-row-head {
  font-size: 18px;
  line-height: 22px;
  font-weight: 700;
  color: #D31245 !important;
}
@media (max-width: 991px) {
  .agenda-info .agenda-row-head {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .agenda-info .agenda-row-head {
    display: none !important;
  }
}
.agenda-info .agenda-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  border-bottom: 1px solid #ccc;
  font-size: 16px;
  line-height: 24px;
  color: #000;
  padding: 15px 20px 15px 60px;
}
@media (max-width: 1439px) {
  .agenda-info .agenda-row {
    padding: 15px 20px 15px 30px;
    font-size: 14px;
    line-height: 18px;
  }
}
@media (max-width: 767px) {
  .agenda-info .agenda-row {
    display: block;
  }
}
.agenda-info .agenda-row:last-child {
  border-bottom: 0;
}
.agenda-info .agenda-row .title {
  display: none;
}
@media (max-width: 767px) {
  .agenda-info .agenda-row .title {
    display: block;
    font-size: 18px;
    line-height: 22px;
    font-weight: 700;
    color: #D31245 !important;
  }
}
.agenda-info .agenda-row .time {
  color: #000;
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
}
@media (max-width: 1439px) {
  .agenda-info .agenda-row .time {
    font-size: 16px;
    line-height: 20px;
  }
}
@media (max-width: 767px) {
  .agenda-info .agenda-row .col {
    margin: 0 0 10px;
  }
}
.agenda-info .agenda-row .col1 {
  width: 34%;
}
.agenda-info .agenda-row .col2 {
  width: 43%;
}
.agenda-info .agenda-row .col3 {
  width: 23%;
}

.quote-area {
  background: url(../images/bg-quote.png) no-repeat #D31245;
  background-size: cover;
  margin-bottom: 42px;
}
@media (max-width: 991px) {
  .quote-area {
    padding: 70px 0 0;
  }
}
.quote-area .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 991px) {
  .quote-area .container {
    display: block;
  }
}
.quote-area .image {
  width: 58%;
  margin: -80px 0 0 27px;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  position: relative;
  z-index: 2;
}
@media (max-width: 1439px) {
  .quote-area .image {
    width: 50%;
  }
}
@media (max-width: 991px) {
  .quote-area .image {
    width: 90%;
    margin: 0 auto;
  }
}
.quote-area .image img {
  display: block;
  width: 100%;
  height: auto;
}
.quote-area .description {
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  min-width: 0;
  color: #fff;
  text-align: center;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  margin: 39px 0 0 -98px;
}
@media (max-width: 1439px) {
  .quote-area .description {
    margin-left: 0;
  }
}
@media (max-width: 991px) {
  .quote-area .description {
    margin: 0 0 80px;
  }
}
.quote-area blockquote {
  margin: 0;
  display: block;
  max-width: 420px;
  position: relative;
}
@media (max-width: 991px) {
  .quote-area blockquote {
    max-width: 100%;
  }
}
.quote-area blockquote:before {
  position: absolute;
  left: -119px;
  top: -117px;
  content: "";
  background: url(../images/Circle.png) no-repeat;
  width: 678px;
  height: 392px;
}
@media (max-width: 1439px) {
  .quote-area blockquote:before {
    display: none;
  }
}
@media (max-width: 767px) {
  .quote-area blockquote:before {
    width: 100%;
    background-size: 100% 100%;
    left: 0;
  }
}
.quote-area q {
  quotes: none;
  font-size: 55px;
  font-weight: 700;
  line-height: 1;
  text-transform: capitalize;
  font-family: "Playfair", Arial, Helvetica, sans-serif;
  margin: 0 0 38px;
  display: block;
}
@media (max-width: 767px) {
  .quote-area q {
    font-size: 30px;
  }
}
.quote-area cite {
  display: block;
  font-style: normal;
  font-size: 16px;
  line-height: 20px;
}
.quote-area .name {
  display: block;
  font-size: 28px;
  font-weight: 700;
  line-height: 32px;
  font-family: "Playfair", Arial, Helvetica, sans-serif;
  text-transform: capitalize;
}
@media (max-width: 767px) {
  .quote-area .name {
    font-size: 20px;
    line-height: 24px;
  }
}

.reg-area {
  background: #fff;
  padding: 179px 0 70px;
  min-height: 1000px;
}
.reg-area .head h1 {
  text-align: center;
  margin: 0 0 17px;
  color: #000;
}
.reg-area .head ul {
  margin: 0 0 88px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 25px;
  line-height: 30px;
  font-weight: 700;
  color: #D31245;
}
@media (max-width: 1439px) {
  .reg-area .head ul {
    font-size: 18px;
    margin: 0 0 50px;
  }
}
.reg-area .head ul li {
  position: relative;
  padding: 0 42px 0 52px;
}
@media (max-width: 991px) {
  .reg-area .head ul li {
    padding: 0 20px;
  }
}
@media (max-width: 767px) {
  .reg-area .head ul li {
    width: 100%;
    text-align: center;
  }
}
.reg-area .head ul li:first-child:before {
  display: none;
}
@media (max-width: 767px) {
  .reg-area .head ul li:first-child:before {
    display: inline-block;
  }
}
.reg-area .head ul li:before {
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -4px;
  content: "";
  width: 9px;
  height: 9px;
  border-radius: 100%;
  background: #D31245;
}
@media (max-width: 767px) {
  .reg-area .head ul li:before {
    position: relative;
    display: inline-block;
    vertical-align: top;
    margin-right: 10px;
  }
}
.reg-area .images-wrap {
  position: absolute;
  left: -470px;
  right: -530px;
  top: 40%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 1439px) {
  .reg-area .images-wrap {
    display: none;
  }
}

.reg-form {
  position: relative;
  z-index: 2;
}
.reg-form .tabs .tabset {
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 362px;
  font-weight: 700;
  border: 1px solid #ccc;
  position: absolute;
  left: 50%;
  top: 68px;
  margin-left: -181px;
}
.reg-form .tabs .tabset li {
  margin: 0;
}
.reg-form .tabs .tabset a {
  display: block;
  text-align: center;
  font-size: 25px;
  line-height: 27px;
  padding: 20px 38px;
  color: #D31245;
  margin: 0;
  background: transparent;
}
.reg-form .tabs .tabset a.active {
  background: #D31245;
  color: #fff;
}
.reg-form .tabs .tab-content {
  display: none;
}
.reg-form .tabs .tab-content.active {
  display: block;
}

.form-tabs-data .note-holder {
  text-align: center;
  color: #a0a0a0;
  font-size: 12px;
  line-height: 15px;
}
.form-tabs-data .note-holder a {
  color: #a0a0a0;
  text-decoration: underline;
}
.form-tabs-data .note-holder a:hover, .form-tabs-data .note-holder a:active {
  color: #000;
}

.footer-content {
  background: url(../images/bg-footer.png) no-repeat #cecccf;
  background-size: cover;
  padding: 240px 0 99px;
  position: relative;
  z-index: 2;
}
@media (max-width: 1199px) {
  .footer-content {
    padding-top: 150px;
  }
}
@media (max-width: 991px) {
  .footer-content {
    padding-top: 100px;
  }
}
.footer-content.add {
  padding-top: 48px;
}
@media (max-width: 991px) {
  .footer-content {
    padding: 150px 0 80px;
  }
}
@media (max-width: 767px) {
  .footer-content {
    padding: 100px 0 50px;
  }
}
.footer-content .footer-logo {
  width: 810px;
  margin: 0 auto;
}
@media (max-width: 991px) {
  .footer-content .footer-logo {
    width: 600px;
  }
}
@media (max-width: 767px) {
  .footer-content .footer-logo {
    width: 400px;
  }
}
@media (max-width: 575px) {
  .footer-content .footer-logo {
    width: 280px;
  }
}
.footer-content .footer-logo img {
  display: block;
  width: 100%;
  height: auto;
}

.footer-bottom {
  background: #00703c;
  padding: 42px 0 26px;
}
.footer-bottom .copy {
  margin: 0;
  text-align: center;
  color: #a7cdbc;
  font-size: 12px;
  line-height: 15px;
}

.footer-nav {
  margin: 0 0 21px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  font-size: 16px;
  line-height: 21px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 991px) {
  .footer-nav {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 30px;
  }
}
.footer-nav li {
  position: relative;
  padding: 0 29px;
}
@media (max-width: 991px) {
  .footer-nav li {
    padding: 0 12px;
  }
}
@media (max-width: 767px) {
  .footer-nav li {
    margin-bottom: 10px;
  }
}
.footer-nav li:before {
  position: absolute;
  left: 0;
  top: 4px;
  bottom: 3px;
  content: "";
  width: 2px;
  background: #fff;
}
.footer-nav li:first-child:before {
  display: none;
}
.footer-nav a {
  color: #fff;
}
.footer-nav a:hover, .footer-nav a:focus {
  color: #D31245;
}

body {
  font-family: "Mulish", Arial, Helvetica, sans-serif;
  color: #000;
  font-size: 18px;
  line-height: 1.444;
  min-width: 360px;
  margin: 0;
}
@media (max-width: 1439px) {
  body {
    font-size: 18px;
  }
}

html {
  font-family: sans-serif; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.wrapper {
  position: relative;
  overflow: hidden;
  width: 100%;
}

a {
  text-decoration: none;
  outline: none;
  -webkit-transition: color 0.4s ease, background 0.4s ease, opacity 0.4s ease, visibility 0.4s ease;
  transition: color 0.4s ease, background 0.4s ease, opacity 0.4s ease, visibility 0.4s ease;
}

.main {
  position: relative;
}

.container {
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 15px;
}
@media (max-width: 991px) {
  .container {
    padding: 0 25px;
  }
}

h1,
.h1 {
  font-size: 110px;
  line-height: 1.13;
  font-weight: 700;
  margin: 0 0 20px;
  font-family: "Mulish", Arial, Helvetica, sans-serif;
}
@media (max-width: 1439px) {
  h1,
  .h1 {
    font-size: 54px;
  }
}
@media (max-width: 991px) {
  h1,
  .h1 {
    font-size: 40px;
  }
}
@media (max-width: 767px) {
  h1,
  .h1 {
    font-size: 32px;
    line-height: 1.1;
  }
}

h2,
.h2 {
  font-size: 56px;
  line-height: 1.32;
  font-weight: 700;
  font-family: "Mulish", Arial, Helvetica, sans-serif;
  margin: 0 0 20px;
}
@media (max-width: 1439px) {
  h2,
  .h2 {
    font-size: 44px;
  }
}
@media (max-width: 1199px) {
  h2,
  .h2 {
    font-size: 36px;
  }
}
@media (max-width: 767px) {
  h2,
  .h2 {
    font-size: 26px;
  }
}

h3,
.h3 {
  font-size: 22px;
  line-height: 1.36;
  font-weight: 700;
  font-family: "Mulish", Arial, Helvetica, sans-serif;
  margin: 0 0 20px;
  color: #000;
}
@media (max-width: 1439px) {
  h3,
  .h3 {
    font-size: 26px;
  }
}
@media (max-width: 767px) {
  h3,
  .h3 {
    font-size: 22px;
  }
}

p {
  margin: 0 0 20px;
}

.btn {
  display: inline-block;
  vertical-align: top;
  font-size: 16px;
  line-height: 20px;
  font-weight: 700;
  border: 2px solid;
  height: 42px;
  text-align: center;
  padding: 9px 20px;
  border-radius: 23px;
  min-width: 125px;
}

.btn-primary {
  background: #D31245;
  border-color: #D31245;
  color: #fff;
}
.btn-primary:hover, .btn-primary:active {
  border-color: #D31245 !important;
  color: #D31245 !important;
  background: transparent !important;
}

.btn-secondary {
  background: #000;
  border-color: #000;
  color: #fff;
}
.btn-secondary:hover, .btn-secondary:active {
  border-color: #000 !important;
  color: #000 !important;
  background: transparent !important;
}

.btn-outline {
  background: transparent;
  border-color: #000;
  color: #000;
  min-width: 222px;
}
.btn-outline:hover, .btn-outline:active {
  border-color: #000 !important;
  color: #fff !important;
  background: #000 !important;
}

.ign-visual-area {
  padding: 250px 0 0;
  background: url("../images/bg-visual.png") no-repeat;
  background-size: cover;
}
@media (max-width: 991px) {
  .ign-visual-area {
    padding-top: 190px;
  }
}
@media (max-width: 767px) {
  .ign-visual-area {
    padding-top: 150px;
  }
}
.ign-visual-area .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  max-width: 1090px;
}
@media (max-width: 991px) {
  .ign-visual-area .container {
    display: block;
  }
}
.ign-visual-area .description {
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  min-width: 0;
}
.ign-visual-area .image {
  padding-top: 46px;
}
.ign-visual-area .image img {
  float: left;
  margin: 0 0 0 -10px;
}
@media (max-width: 1199px) {
  .ign-visual-area .image img {
    margin: 0;
    width: 100%;
    height: auto;
  }
}
@media (max-width: 991px) {
  .ign-visual-area .image img {
    float: none;
    display: block;
  }
}
@media (max-width: 1199px) {
  .ign-visual-area .image {
    margin: 0;
    width: 45%;
    padding-top: 100px;
  }
}
@media (max-width: 991px) {
  .ign-visual-area .image {
    padding-top: 50px;
    margin: 0 auto;
  }
}
.ign-visual-area .ignite-text {
  width: 590px;
  margin: 0 auto;
}
@media (max-width: 1439px) {
  .ign-visual-area .ignite-text {
    width: 500px;
  }
}
@media (max-width: 767px) {
  .ign-visual-area .ignite-text {
    width: 280px;
  }
}
.ign-visual-area .ignite-text h1 {
  margin: 0;
}
.ign-visual-area .ignite-text img {
  display: block;
  width: 100%;
  height: auto;
}
.ign-visual-area .convention-date {
  font-family: "Playfair", Arial, Helvetica, sans-serif;
  -webkit-columns: #D31245;
     -moz-columns: #D31245;
          columns: #D31245;
  font-size: 48px;
  line-height: 52px;
  text-align: center;
  position: relative;
  margin: 8px 0 0 5px;
}
@media (max-width: 1199px) {
  .ign-visual-area .convention-date {
    font-size: 40px;
  }
}
@media (max-width: 767px) {
  .ign-visual-area .convention-date {
    font-size: 26px;
  }
}
.ign-visual-area .convention-date .title {
  color: #D31245;
  font-weight: 400;
  display: block;
  display: block;
  padding: 27px 0 57px 29px;
}
@media (max-width: 1199px) {
  .ign-visual-area .convention-date .title {
    padding-left: 0;
  }
}
@media (max-width: 767px) {
  .ign-visual-area .convention-date .title {
    padding-bottom: 30px;
  }
}
.ign-visual-area .convention-date:before {
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  background: url("../images/Circle-Highlight.gif") no-repeat;
  height: 109px;
  width: 546px;
  background-size: 100% 100%;
}
@media (max-width: 1199px) {
  .ign-visual-area .convention-date:before {
    left: -20px;
    width: 500px;
  }
}
@media (max-width: 991px) {
  .ign-visual-area .convention-date:before {
    left: 50%;
    margin-left: -250px;
  }
}
@media (max-width: 767px) {
  .ign-visual-area .convention-date:before {
    width: 300px;
    height: 80px;
    margin-left: -150px;
    top: 15px;
  }
}
.ign-visual-area .text-holder {
  text-align: center;
  color: #212949;
  font-size: 16px;
  line-height: 20px;
  padding: 0 16px 9px 49px;
}
@media (max-width: 1199px) {
  .ign-visual-area .text-holder {
    padding: 0;
  }
}
.ign-visual-area .text-holder p {
  margin: 0 0 22px;
}
.ign-visual-area .text-holder p strong {
  display: block;
  font-weight: 700;
}
.ign-visual-area .btn-holder {
  padding: 0 0 0 48px;
}
@media (max-width: 1199px) {
  .ign-visual-area .btn-holder {
    padding: 0;
  }
}
.ign-visual-area .btn-outline {
  min-width: 222px;
}
@media (max-width: 1199px) {
  .ign-visual-area .btn-outline {
    min-width: inherit;
  }
}

.btn-holder {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 22px;
}

.tagline {
  background: #002D16;
  padding: 42px 0 40px;
  position: relative;
  z-index: 2;
}
@media (max-width: 991px) {
  .tagline {
    padding: 25px 0;
  }
}
.tagline ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #fff;
  font-size: 25px;
  line-height: 30px;
  font-weight: 700;
}
@media (max-width: 1439px) {
  .tagline ul {
    font-size: 22px;
  }
}
@media (max-width: 1199px) {
  .tagline ul {
    font-size: 18px;
    line-height: 22px;
  }
}
@media (max-width: 991px) {
  .tagline ul {
    font-size: 16px;
  }
}
.tagline ul li {
  position: relative;
  padding: 0 42px 0 52px;
}
@media (max-width: 991px) {
  .tagline ul li {
    padding: 0 20px;
  }
}
@media (max-width: 767px) {
  .tagline ul li {
    width: 100%;
    text-align: center;
  }
}
.tagline ul li:first-child:before {
  display: none;
}
@media (max-width: 767px) {
  .tagline ul li:first-child:before {
    display: inline-block;
  }
}
.tagline ul li:before {
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -4px;
  content: "";
  width: 9px;
  height: 9px;
  border-radius: 100%;
  background: #fff;
}
@media (max-width: 767px) {
  .tagline ul li:before {
    position: relative;
    display: inline-block;
    vertical-align: top;
    margin-right: 10px;
  }
}

.intro-area {
  padding: 67px 0 185px;
  background: url(../images/bg-intro.png) no-repeat #D31245;
  position: relative;
  color: #fff;
  background-size: cover;
}
@media (max-width: 991px) {
  .intro-area {
    padding: 50px 0 0;
    background-position: 50% 50%;
  }
}
.intro-area .head {
  text-align: center;
}
.intro-area .head span {
  display: block;
  font-weight: 400;
  font-family: "Playfair", Arial, Helvetica, sans-serif;
  font-size: 28px;
  line-height: 34px;
}
@media (max-width: 767px) {
  .intro-area .head span {
    font-size: 20px;
    line-height: 26px;
  }
}
.intro-area h2 {
  font-size: 174px;
  line-height: 1.1;
  font-weight: 700;
  margin: 0 0 29px;
}
@media (max-width: 1439px) {
  .intro-area h2 {
    font-size: 120px;
  }
}
@media (max-width: 991px) {
  .intro-area h2 {
    font-size: 80px;
  }
}
@media (max-width: 767px) {
  .intro-area h2 {
    font-size: 40px;
  }
}
.intro-area .image {
  position: absolute;
  left: 50%;
  bottom: 0;
  margin-left: -260px;
  width: 520px;
}
@media (max-width: 991px) {
  .intro-area .image {
    position: static;
    margin: -250px auto 0;
    width: 400px;
  }
}
@media (max-width: 767px) {
  .intro-area .image {
    margin: 0 auto;
    width: 300px;
  }
}
.intro-area .image img {
  width: 100%;
  height: auto;
  display: block;
}
.intro-area .holder {
  max-width: 950px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 767px) {
  .intro-area .holder {
    display: block;
  }
}
.intro-area .holder ul {
  position: relative;
}
.intro-area .holder ul:before {
  position: absolute;
  left: 100%;
  top: 50px;
  content: "";
  width: 80px;
  height: 65px;
  background: url(../images/arrow-left.png) no-repeat;
}
@media (max-width: 767px) {
  .intro-area .holder ul:before {
    display: none;
  }
}
.intro-area .holder ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
  background: rgba(255, 255, 255, 0.25);
  padding: 18px 12px 15px 20px;
  margin: 0 0 24px 45px;
  width: 222px;
}
@media (max-width: 991px) {
  .intro-area .holder ul li {
    margin: 0 0 24px;
  }
}
@media (max-width: 767px) {
  .intro-area .holder ul li {
    width: 100% !important;
    margin: 0 0 15px !important;
  }
}
.intro-area .holder ul li:nth-child(2) {
  margin-left: 0;
}
.intro-area .holder ul .text {
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  min-width: 0;
  font-size: 18px;
  line-height: 22px;
}
.intro-area .holder ul .ico-box {
  font-size: 28px;
  line-height: 1;
}
.intro-area .holder ul.right-col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.intro-area .holder ul.right-col:before {
  left: auto;
  right: 100%;
  background: url(../images/arrow-right.png) no-repeat;
  width: 81px;
  height: 61px;
}
@media (max-width: 767px) {
  .intro-area .holder ul.right-col:before {
    display: none;
  }
}
.intro-area .holder ul.right-col li {
  margin: 0 45px 24px 0;
}
@media (max-width: 991px) {
  .intro-area .holder ul.right-col li {
    margin: 0 0 20px;
  }
}
.intro-area .holder ul.right-col li:nth-child(2) {
  margin-right: 0;
  width: 190px;
}

.register-area {
  background: #f2f3f3;
  position: relative;
  z-index: 2;
}
.register-area .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 991px) {
  .register-area .container {
    display: block;
  }
}
.register-area .image {
  width: 52.8%;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
@media (max-width: 991px) {
  .register-area .image {
    width: auto;
    margin: 0 -40px 40px;
  }
}
.register-area .image img {
  display: block;
}
@media (max-width: 1199px) {
  .register-area .image img {
    width: 115%;
    height: auto;
    display: block;
  }
}
@media (max-width: 991px) {
  .register-area .image img {
    width: 100%;
  }
}
.register-area .inner {
  max-width: 472px;
}
@media (max-width: 991px) {
  .register-area .inner {
    max-width: 100%;
    padding: 0 0 50px;
  }
}
.register-area .btn-outline {
  min-width: inherit;
}
.register-area .description {
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  min-width: 0;
  font-size: 16px;
  line-height: 21px;
  color: #000;
  margin: 0 0 0 -10px;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
@media (max-width: 1199px) {
  .register-area .description {
    margin: 0;
    font-size: 14px;
  }
}
.register-area .description p {
  margin: 0 0 18px;
  padding-left: 5px;
}
@media (max-width: 1199px) {
  .register-area .description p {
    margin: 0 0 10px;
  }
}
.register-area .description h2 {
  font-size: 110px;
  font-weight: 700;
  color: #000;
  line-height: 1.1;
  margin: 0 0 27px;
}
@media (max-width: 1439px) {
  .register-area .description h2 {
    font-size: 90px;
  }
}
@media (max-width: 1199px) {
  .register-area .description h2 {
    font-size: 50px;
    margin: 0 0 10px;
  }
}
@media (max-width: 767px) {
  .register-area .description h2 {
    font-size: 40px;
  }
}
.register-area .holder {
  padding: 6px 0 34px 6px;
}
@media (max-width: 1199px) {
  .register-area .holder {
    padding-bottom: 0;
  }
}
.register-area .holder .title {
  display: block;
  font-size: 18px;
  color: #D31245;
  font-weight: 400;
  line-height: 24px;
}
.register-area .holder .date {
  color: #636363;
  font-size: 16px;
  line-height: 21px;
}
.register-area .holder .wrap {
  margin: 0 0 16px;
}
.register-area .btn-holder {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-right: -20px;
}
@media (max-width: 1199px) {
  .register-area .btn-holder {
    gap: 10px;
  }
}

.info-area {
  padding: 107px 0 0;
  text-align: center;
  position: relative;
  z-index: 3;
}
@media (max-width: 991px) {
  .info-area {
    padding: 60px 0 0;
  }
}
.info-area h2 {
  font-size: 110px;
  line-height: 1;
  margin: 0 0 24px;
}
@media (max-width: 1199px) {
  .info-area h2 {
    font-size: 70px;
  }
}
@media (max-width: 767px) {
  .info-area h2 {
    font-size: 40px;
  }
}
.info-area .title {
  display: block;
  font-size: 25px;
  line-height: 28px;
  font-weight: 700;
  margin: 0 0 6px;
  color: #D31245;
}
@media (max-width: 767px) {
  .info-area .title {
    font-size: 20px;
  }
}
.info-area .address {
  display: block;
  font-size: 25px;
  line-height: 28px;
  color: #000;
  margin: 0 0 55px;
  font-style: normal;
}
@media (max-width: 991px) {
  .info-area .address {
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .info-area .address {
    font-size: 16px;
    line-height: 20px;
  }
}
.info-area .btn-secondary {
  min-width: 194px;
}
@media (max-width: 991px) {
  .info-area .btn-secondary {
    margin-bottom: 50px;
  }
}
.info-area .images-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 2000px;
  margin: -89px auto -150px;
}
@media (max-width: 1439px) {
  .info-area .images-wrap {
    margin: 0 auto -100px;
  }
}
@media (max-width: 991px) {
  .info-area .images-wrap {
    margin: 40px 0 -50px;
  }
}
@media (max-width: 767px) {
  .info-area .images-wrap {
    display: block;
  }
}
.info-area .images-wrap .holder {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin: 0;
  gap: 17px;
}
@media (max-width: 991px) {
  .info-area .images-wrap .holder {
    width: 50%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media (max-width: 767px) {
  .info-area .images-wrap .holder {
    width: 100%;
    margin-bottom: 20px;
  }
}
.info-area .images-wrap .holder:nth-child(2) .image {
  margin: 0;
}
.info-area .images-wrap .holder:nth-child(2) .image:first-child {
  margin-top: 47px;
}
@media (max-width: 991px) {
  .info-area .images-wrap .holder:nth-child(2) .image:first-child {
    margin: 0;
  }
}
.info-area .images-wrap .image {
  width: 338px;
  margin-top: 47px;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
}
@media (max-width: 1699px) {
  .info-area .images-wrap .image {
    width: 290px;
  }
}
@media (max-width: 1439px) {
  .info-area .images-wrap .image {
    width: 250px;
  }
}
@media (max-width: 1199px) {
  .info-area .images-wrap .image {
    width: 200px;
  }
}
@media (max-width: 991px) {
  .info-area .images-wrap .image {
    margin-top: 0;
    width: 45%;
  }
}
.info-area .images-wrap .image:first-child {
  margin-top: 0;
}
.info-area .images-wrap .image img {
  display: block;
  width: 100%;
  height: auto;
}


.form-dropdown {
  border-width: 1px !important;
}

.form-address-table.payment-form-table span.form-sub-label-container {
  vertical-align: auto !important;
}

.payment-form-table td + td {
  vertical-align: top !important;
}

.form-dropdown {
  padding: 10px 15px !important;
}

.page-id-27 .footer-content {
  padding-top: 48px;
}

.intro-area {
  padding: 150px 0 127px;
  background-color: #01aae2 !important;
}
@media (max-width: 1199px) {
  .intro-area {
    padding-bottom: 0;
  }
}
@media (max-width: 991px) {
  .intro-area {
    padding: 50px 0 0;
  }
}
.intro-area .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 1226px;
}
.intro-area .image {
  width: 544px;
  margin-left: -185px;
}
@media (max-width: 1199px) {
  .intro-area .image {
    position: static;
    margin: 0 auto;
  }
}
@media (max-width: 767px) {
  .intro-area .image {
    width: 280px;
  }
}
.intro-area .head {
  width: 50%;
  text-align: left;
}
@media (max-width: 991px) {
  .intro-area .head {
    width: 100%;
    text-align: center;
    margin-bottom: 40px;
  }
}
.intro-area .head span {
  font-weight: 700;
  font-family: "Playfair", Arial, Helvetica, sans-serif;
  padding: 0 0 18px 8px;
}
.intro-area .head h2 {
  font-size: 120px;
  line-height: 0.9;
  margin: 0 0 22px;
}
@media (max-width: 991px) {
  .intro-area .head h2 {
    font-size: 80px;
  }
}
.intro-area .head p {
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
  color: #fff;
  margin: 0;
  padding-left: 9px;
}
@media (max-width: 991px) {
  .intro-area .head p {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .intro-area .head p {
    font-size: 12px;
    padding: 0;
  }
}
.intro-area .holder {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 498px;
  margin: 0;
}
@media (max-width: 1199px) {
  .intro-area .holder {
    max-width: 400px;
  }
}
@media (max-width: 991px) {
  .intro-area .holder {
    margin: 0 auto;
  }
}
.intro-area .holder ul {
  width: 100%;
  display: block !important;
}
.intro-area .holder ul:before {
  display: none !important;
}
.intro-area .holder ul li {
  margin: 0 0 17px !important;
  padding: 10px;
  min-height: 68px;
  width: 100% !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: #003488;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
@media (max-width: 1199px) {
  .intro-area .holder ul li {
    padding: 10px 20px;
  }
}
.intro-area .holder ul li .icon-mobile-notch {
  font-size: 30px;
}
.intro-area .holder ul li .inner-area {
  width: 240px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 1199px) {
  .intro-area .holder ul li .inner-area {
    width: 100%;
  }
}
.intro-area .holder ul li .ico-box {
  width: 56px;
}
.intro-area .holder ul li .text {
  font-size: 16px;
  line-height: 20px;
}

.quote-area q:before,
.quote-area q:after {
  display: none;
}



/* new Agenda css */
.agenda-info .agenda-row {
  padding: 0;
  border: 0;
}
@media (max-width: 767px) {
  .agenda-info .agenda-row {
    border-bottom: 2px solid #ccc;
  }
}
@media (max-width: 767px) {
  .agenda-info .agenda-row.no-b {
    border-bottom: 0;
  }
}
.agenda-info .agenda-row.agenda-row-head .col {
  border: 0;
}
.agenda-info .agenda-row .col {
  border-top: 1px solid #ccc;
  padding: 15px 0 15px;
}
@media (max-width: 767px) {
  .agenda-info .agenda-row .col {
    padding: 15px !important;
  }
}
.agenda-info .agenda-row .col:first-child {
  padding-left: 60px;
}
@media (max-width: 991px) {
  .agenda-info .agenda-row .col:first-child {
    padding-left: 25px;
  }
}
.agenda-info .agenda-row .col:last-child {
  padding-right: 20px;
}
@media (max-width: 991px) {
  .agenda-info .agenda-row .col:last-child {
    padding-right: 15px;
  }
}
@media (max-width: 767px) {
  .agenda-info .agenda-row .col.empty {
    display: none;
  }
}
.agenda-info .agenda-row .e-des {
  font-size: 16px;
  line-height: 21px;
  font-weight: 400;
  display: block;
  width: 100%;
  max-width: 311px;
}
@media (max-width: 991px) {
  .agenda-info .agenda-row .e-des {
    font-size: 14px;
    line-height: 18px;
  }
}
.agenda-info .agenda-row .e-des em {
  font-style: italic;
  color: #D31245;
}
@media (max-width: 767px) {
  .agenda-info .agenda-row .text-hide-op {
    display: none;
  }
}
.agenda-info .agenda-row .text-hide-op.add {
  border: 0;
}
.agenda-info .agenda-row .text-hide-op .time {
  opacity: 0;
}

.agenda-info .agenda-row .col1 {
  width: 37.6%;
  padding-right: 15px;
}
@media (max-width: 767px) {
  .agenda-info .agenda-row .col1 {
    width: 100%;
  }
}

.agenda-info .agenda-row .col2 {
  width: 39.2%;
  padding-right: 15px;
}
@media (max-width: 767px) {
  .agenda-info .agenda-row .col2 {
    width: 100%;
  }
}

.agenda-info .agenda-row .col3 {
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
  min-width: 0;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  width: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-right: 15px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 767px) {
  .agenda-info .agenda-row .col3 {
    width: 100%;
    display: block;
  }
}

.page-id-12 .agendalink a {
  font-weight: bold;
}