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,
font,
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 {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  text-decoration: none;
  background: transparent;
}

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

:focus {
  outline: 0;
}

ins {
  text-decoration: none;
}

del {
  text-decoration: line-through;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

form textarea {
  resize: none;
}

a:hover,
a:focus,
a:active {
  text-decoration: none !important;
  color: inherit;
  outline: none !important;
}

html {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  margin: 0;
}

button {
  border-color: transparent;
  border: 0;
  padding: 0;
  margin: 0;
}

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

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 300;
}

.d-flex {
  display: -ms-flexbox !important;
  display: -webkit-box !important;
  display: flex !important;
}

.space-between {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

/*Variables*/
body {
  background: #ffffff;
  color: #000;
  font-family: "Lato", sans-serif;
  font-weight: 400;
  font-size: 13px;
}

p {
  font-size: 15px;
  line-height: 23px;
  color: #000000;
  font-style: normal;
  font-weight: 300;
}

.d-inline-block {
  display: inline-block !important;
}

.container {
  /*padding: 0px 114px;*/
  max-width: 100%;
  margin: 0px auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.bg_primary {
  background: #ffffff;
}

.bg_darkmode {
  background: #22232e;
}

.blue {
  color: #121d46;
}

.red {
  color: #ff4848 !important;
}

.fw {
  /*float: left; */
  width: 100% !important;
}

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

.txl {
  text-align: left !important;
}

.txr {
  text-align: right !important;
}

ul,
li {
  margin: 0;
  padding: 0;
  list-style: none;
}

.clear {
  clear: both;
}

.PT0 {
  padding: 0;
}

.mt-0 {
  margin-top: 0px !important;
}

.mb-0 {
  margin-bottom: 0px !important;
}

.ml-0 {
  margin-left: 0px !important;
}

.mr-0 {
  margin-right: 0px !important;
}

.pt-0 {
  padding-top: 0px !important;
}

.pb-0 {
  padding-bottom: 0px !important;
}

.pl-0 {
  padding-left: 0px !important;
}

.pr-0 {
  padding-right: 0px !important;
}

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

.mt-5 {
  margin-top: 50px;
}

.mt-6 {
  margin-top: 60px;
}

.mt-7 {
  margin-top: 70px;
}

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

.visible-xs {
  display: none;
}

.dark_mode {
  background: #22232e;
  color: #fff;
}

.dark_mode p {
  color: #fff;
}

.title h2 {
  font-size: 24px;
  font-weight: 400;
  line-height: 30px;
}

.title_icon {
  width: 36px;
  height: 36px;
  display: inline-block;
  vertical-align: middle;
  margin: 0px 15px 0px 0px;
}

.show_in_ipad,
.show_in_mob {
  display: none !important;
}

.text-right {
  text-align: right;
}

/* Ipad Mini Portrait */
@media only screen and (max-width: 1024px) and (min-width: 768px) {
  .hide_in_ipad {
    display: none !important;
  }

  .show_in_ipad {
    display: block !important;
  }

  .title h2 {
    font-size: 16px;
    line-height: 20px;
  }

  .title_icon {
    width: 24px;
    height: 24px;
  }
}
/* Ipad Mini Portrait */
/* Mobile */
@media only screen and (max-width: 767px) {
  .hide_in_mob {
    display: none !important;
  }

  .show_in_mob {
    display: block !important;
  }

  .hidden-xs {
    display: none !important;
  }

  .visible-xs {
    display: block !important;
  }
}
/* Mobile */
.banner {
  width: 100%;
  height: 282px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  /*	background: #fff url("../images/bg_banner.svg") no-repeat 320% center;*/
  background: #fff !important;
  -webkit-box-shadow: 0px 0px 66px rgba(22, 92, 164, 0.14);
          box-shadow: 0px 0px 66px rgba(22, 92, 164, 0.14);
  border-radius: 22.2222px;
  /*background-size: cover;*/
  background-size: 90%;
  /* padding: 0px 50px 0px 86px;*/
  padding: 0px 4% 0px 7%;
  margin: 40px 0 0 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  overflow: hidden;
}
.banner p {
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  color: #1A1A1A;
  opacity: 0.5;
  margin: 25px 0 0 0;
}
.banner .banner_image {
  position: relative;
  top: -19px;
}
.banner .banner_left {
  max-width: 50%;
}
.banner .banner_left img {
  max-width: 100%;
}
.banner .banner_right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: auto;
  width: auto;
}
.banner .banner_right .banner_person {
  margin-right: 0px;
}
.banner .banner_right .icon_02 {
  margin-top: -17px;
  margin-left: 101px;
}
.banner .banner_right .icon_03 {
  margin-top: 8px;
  margin-left: 21px;
}
.banner .banner_right .icon_04 {
  margin-top: -17px;
  margin-left: 118px;
}

.banner_btns {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 34px 0 41px 0;
}
.banner_btns a {
  width: 100%;
  height: 66px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0px 18px 0px 0px;
  background: #FFFFFF;
  border: 1px solid #3A8ADD;
  border-radius: 24px;
  font-weight: 600;
  font-size: 18px;
  line-height: 26px;
  color: #3A8ADD;
  padding: 0px 36px 0px 36px;
}
.banner_btns a:last-child {
  margin-right: 0px;
}
.banner_btns a:hover {
  background: #3A8ADD;
  color: #fff;
}
.banner_btns .ic_open {
  width: 24px;
  height: 24px;
  display: inline-block;
  background: url("../images/ic_open.svg") no-repeat center;
}
.banner_btns a:hover .ic_open {
  background: url("../images/ic_open_white.svg") no-repeat center;
}

/*Mobile*/
@media (max-width: 768px) {
  .banner {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    height: inherit !important;
    background-size: cover;
    padding: 35px 30px 0px 30px;
    margin-top: 15px;
    /*background: url("../images/bg_banner.svg") no-repeat bottom center;
    background-size: cover;*/
  }
  .banner .banner_left p {
    margin-top: 15px;
    font-size: 14px;
    line-height: 22px;
  }
  .banner .banner_left img {
    max-width: 100%;
  }
  .banner .banner_left {
    max-width: 100%;
  }
  .banner .banner_right {
    height: auto;
    display: block;
    position: relative;
    /*			flex-direction: column;*/
  }
  .banner .banner_right .banner_person {
    width: 100%;
    margin-right: 0px;
  }
  .banner .banner_right .banner_person img {
    left: -5vw;
    top: 7px;
  }
  .banner .banner_right .banner_icons {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
  }
  .banner .banner_right .banner_icons img {
    max-width: 48px;
    position: absolute;
    top: 0px;
  }
  .banner .banner_right .banner_icons .icon_01 {
    margin: 0px;
    left: -20px;
    top: 130px;
  }
  .banner .banner_right .banner_icons .icon_02 {
    margin: 0px;
    right: -10px;
    top: 30vh;
  }
  .banner .banner_right .banner_icons .icon_03 {
    margin: 0px;
    right: -10px;
    top: 35px;
  }
  .banner .banner_right .banner_icons .icon_04 {
    margin: 0px;
    left: -10px;
    top: 35px;
  }
  .banner .banner_right img {
    max-width: 100%;
  }

  .banner_btns {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 0px 15px;
  }
  .banner_btns a {
    margin-right: 0px;
    margin-bottom: 10px;
    font-size: 15px;
    line-height: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }
  .banner_btns span {
    margin-left: 10px;
  }
}
.dark_mode .banner {
  /*background: #23242E url("../images/bg_banner_dark.svg") no-repeat center;
  background-size: cover;*/
}
@media (max-width: 768px) {
  .dark_mode .banner {
    background: #23242E;
  }
}