* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  outline: none;
}

a {
  text-decoration: none;
  color: inherit;
}

body {
  font-family: "Switzer", sans-serif;
}

body {
  margin-bottom: 20px;
}

.header {
  margin: 0px 80px;
  padding: 25px 0px;
}

.logo {
  display: inline-block;
  width: 300px;
  height: 26px;

  background-image: url("/img/logo.svg");
  background-size: contain;

  vertical-align: middle;
}

.header_menu {
  display: inline-block;
  width: calc(100% - 500px);

  text-align: center;

  vertical-align: middle;
}

.header_menu div {
  display: inline-block;
  margin: 0px 3%;

  font-family: "Switzer";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;

  color: #121619;
  cursor: pointer;
}

.header_buttons {
  display: inline-block;
  width: 200px;
}

.header_signup {
  display: inline-block;
  width: 90px;
}

.inline_signup {
  width: 200px;
}

.header_login {
  display: inline-block;
  width: 90px;
  margin-left: 15px;
}

.btn-white {
  padding: 10px;

  color: #121619;
  font-family: "Switzer";
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 18px;
  letter-spacing: -0.02em;
  text-align: center;

  border: 1px solid #121619;
  border-radius: 6px;
}

.btn-blue {
  padding: 10px;

  color: #fff;
  font-family: "Switzer";
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 18px;
  text-align: center;
  letter-spacing: -0.02em;

  background: #0099ed;
  border: 1px solid #0099ed;
  border-radius: 6px;
}

.btn-whiteblue {
  padding: 10px;

  color: #0099ed;
  font-family: "Switzer";
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 18px;
  text-align: center;
  letter-spacing: -0.02em;

  background: #fff;
  border: 1px solid #fff;
  border-radius: 6px;
}

.header_dropdown {
  position: relative;
}

.header_dropdown2 {
  position: relative;
}

.header_dropdown::after {
  content: "";
  position: absolute;
  right: -18px;
  top: 8px;
  width: 11px;
  height: 7px;

  background: url("/img/menu_arrow_down.svg");
}

.header_dropdown2::after {
  content: "";
  position: absolute;
  right: -18px;
  top: 8px;
  width: 11px;
  height: 7px;

  background: url("/img/menu_arrow_down.svg");
}

.header_dropdown_panel {
  display: none;
  position: absolute;
  left: 0px;
  top: 70px;
  width: 100%;
  padding: 15px 0px;

  background: #fff;
  box-shadow: 0px 10px 10px rgba(87, 87, 87, 0.05);
  z-index: 1000;
}

.header_dropdown_panel2 {
  display: none;
  position: absolute;
  left: 38%;
  top: 70px;
  width: 30%;
  padding: 15px 0px;

  background: #fff;
  box-shadow: 0px 10px 10px rgba(87, 87, 87, 0.05);
  z-index: 1000;
}

.solutions_container {
  padding: 10px;
}

.solutions_half {
  border-right: 1px solid black;
}

.solutions_product_divider {
  display: inline-block;
  width: 49%;

  vertical-align: top;
}

.platform_product {
  display: block;
}

.platform_mobile_submenu {
  display: none;
}

.solutions_mobile_submenu {
  display: none;
}

.sub_menu_items {
  margin-left: 10px !important;

  font-size: 24px !important;
  font-weight: 400 !important;
}

.platform_mobile_submenu.is_show {
  display: block !important;
}

.solutions_mobile_submenu.is_show {
  display: block !important;
}

.header_product_divider {
  display: inline-block;
  width: 68%;

  vertical-align: top;
}

.first_half {
  width: 30%;
}

.two_in_row {
  display: block;

  text-align: center;
}

.platform_element {
  display: inline-block;
  width: 49%;

  vertical-align: top;
}

.platform_element_title {
  text-align: left;
  font-size: 17px;
  font-weight: 600;
}

.platform_element_subtitle {
  margin-right: 10px;

  text-align: left;
  font-size: 15px;
}

.header_product_last {
  border-right: 0px none;
}

.mg_10 {
  margin-left: 30px;
}

.platform_title span {
  margin-left: 20px;
}

.key_background {
  background-color: #717d8914;
}

.header_product {
  display: inline-block;
  width: 33%;

  border-right: 1px solid #efefef;
}

.hp_image {
  width: 80%;
  max-width: 350px;
  margin: 10px auto 20px auto;
  padding-top: 61%;

  background-image: url("/img/product_1.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}

.hp_image_2 {
  background-image: url("/img/product_2.png");
}

.hp_image_3 {
  background-image: url("/img/product_3.png");
}

.hp_title {
  width: 80%;
  margin: 7px auto;

  font-family: "Switzer";
  font-style: normal;
  font-weight: 400;
  font-size: 30px;
  line-height: 42px;
  letter-spacing: -0.04em;
  color: #000000;
}

.platform_title {
  margin-left: 5px;

  font-family: "Switzer";
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 42px;
  letter-spacing: -0.04em;
  color: #000000;
}

.hp_subtitle {
  width: 80%;
  margin: 7px auto;
  font-family: "Switzer";
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  color: #717d89;
}

.hp_explore {
  width: 80%;
  margin: 7px auto;
  font-family: "Switzer";
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 18px;

  color: #0099ed;
}

.header_dropdown_panel.is_show {
  display: block !important;
}

.header_dropdown_panel2.is_show {
  display: block !important;
}

/* HOMEPAGE */

.home_top {
  margin: 0px;
}

.home_top_left {
  display: inline-block;
  width: 50%;
  padding-left: 80px;

  vertical-align: top;
}

.home_topl_title {
  padding-top: 125px;
  font-family: "Switzer";
  font-style: normal;
  font-weight: 400;
  font-size: 68px;
  line-height: 78px;
  letter-spacing: -2px;

  color: #121619;
}

.home_topl_subtitle {
  padding-top: 24px;

  font-family: "Switzer";
  font-style: normal;
  font-weight: 400;
  font-size: 22px;
  line-height: 32px;

  letter-spacing: -0.04em;

  color: #717d89;
}

.home_topl_button {
  width: 160px;
  margin-top: 35px;

  text-align: center;
}

.home_top_right {
  display: inline-block;
  position: relative;
  width: 50%;
  height: 648px;

  background-image: url("/img/home_top_back.png");
  background-size: 80% 100%;
  background-repeat: no-repeat;
  background-position: right top;

  vertical-align: top;
}

.home_top_right::before {
  content: " ";
  position: absolute;
  left: 3%;
  top: 50%;

  width: 561px;
  height: 427px;

  background-image: url("/img/home_top_tablet.png");
  background-repeat: no-repeat;
  background-position: center center;

  transform: translateY(-50%);
}

.home_top_right::after {
  content: " ";
  position: absolute;
  left: 3%;
  top: 50%;

  width: 287px;
  height: 284px;
  margin-left: 340px;
  margin-top: 100px;

  background-image: url("/img/home_top_screen.png");
  background-repeat: no-repeat;
  background-position: center center;

  transform: translateY(-50%);
}

.full_panel {
  padding: 60px 98px;
}

.full_panel_gray {
  padding-top: 120px;
  padding-right: 60px;
  background: #f8f8f8;
}

.fp_image {
  display: inline-block;
  width: 46.2%;
  padding: 0px 5.5% 0px 0px;
  text-align: center;
  vertical-align: top;
}

.fp_image img {
  max-width: 100%;
}

.fp_side {
  display: inline-block;
  width: 51%;
  padding: 0px 0px 0px 4.9%;

  vertical-align: top;
}

.fp_topsmall {
  font-family: "Switzer";
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;

  letter-spacing: 0.01em;
  text-transform: uppercase;

  color: #909ca9;
}

.pt160 {
  padding-top: 160px;
}

.fp_large_text {
  padding-top: 23px;

  font-family: "Switzer";
  font-style: normal;
  font-weight: 400;
  font-size: 52px;
  line-height: 62px;

  letter-spacing: -1.8px;

  color: #162e46;
}

.full_panel6052 {
  padding: 60px 52px;
}

.fp_large_text2 {
  padding-top: 32px;

  font-family: "Switzer";
  font-style: normal;
  font-weight: 400;
  font-size: 64px;
  line-height: 70px;

  letter-spacing: -1.8px;

  color: #162e46;
}

.fp_large_text span,
.fp_large_text2 span,
.hbox_title span {
  color: rgba(166, 171, 186, 1);
}

.fp_small_text {
  padding-top: 37px;

  font-family: "Switzer";
  font-style: normal;
  font-weight: 400;
  font-size: 22px;
  line-height: 32px;

  letter-spacing: -0.04em;

  color: #717d89;
}

.fp_small_link {
  padding-top: 25px;

  font-family: "Switzer";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;

  letter-spacing: -0.02em;

  color: #121619;
}

.fp_half {
  display: inline-block;
  width: 39%;
}

.fp_half_r {
  width: 59%;
  vertical-align: top;
}

.fp_small_text_right {
  padding-left: 32%;
  padding-top: 50px;
}

.home_box {
  display: inline-block;
  width: 33%;
  margin-bottom: 63px;
  vertical-align: top;
}

.hbox_title {
  padding-top: 15px;

  font-family: "Switzer";
  font-style: normal;
  font-weight: 400;
  font-size: 42px;
  line-height: 52px;

  letter-spacing: -0.04em;

  color: #162e46;
}

.hbox_title2 {
  font-size: 64px;
  line-height: 64px;
}

.hbox_smalltext {
  max-width: 280px;
  padding-top: 22px;

  font-family: "Switzer";
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 22px;

  letter-spacing: -0.04em;

  color: #717d89;
}

.home_box2 {
  display: inline-block;
  position: relative;
  width: 66%;
  height: 295px;
  margin-bottom: 70px;
  padding: 40px;

  background: linear-gradient(180deg, #49bbff 0%, #0b95e8 100%);

  border-radius: 6px;
  vertical-align: top;
}

.home_box2::after {
  content: " ";
  position: absolute;
  top: 0px;
  right: 0px;
  height: 100%;
  width: 100%;

  background-image: url("/img/home_box_blue.png");
  background-size: auto 100%;
  background-repeat: no-repeat;
  background-position: center right;
}

.hbox2_title {
  max-width: 380px;

  font-family: "Switzer";
  font-style: normal;
  font-weight: 600;
  font-size: 42px;
  line-height: 52px;

  letter-spacing: -0.04em;

  color: #ffffff;
}

.hbox2_subtitle {
  margin-top: 17px;

  font-family: "Switzer";
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 22px;

  letter-spacing: -0.04em;

  color: rgba(255, 255, 255, 0.8);
}

.home_box2_button {
  width: 160px;
  margin-top: 32px;
}

.full_panel_center {
  margin-top: 35px !important;
  text-align: center;
}

.full_panel_center0 {
  text-align: center;
}

.full_panel_centerp0 {
  padding: 60px 0px;
}

.full_panel110 {
  margin: 0px 110px;
}

.full_panel110 .fp_image {
  width: 52%;
}

.pb40 {
  padding-bottom: 40px;
}

.pb160 {
  padding-bottom: 160px;
}

.mt0 {
  margin-top: 0px !important;
}

.full_panel110 .fp_side {
  width: 46%;
  padding: 100px 0px 0px 2%;
}

.fp17_large_text {
  font-family: "Switzer";
  font-style: normal;
  font-weight: 400;
  font-size: 52px;
  line-height: 62px;

  letter-spacing: -0.04em;

  color: #121619;
}

.full_panel2 .fp_image {
  padding: 0px 0px 0px 5.5%;
}

.home_contact {
  padding: 80px;
  background: url("/img/home_bottom_back.jpg");
  background-size: cover;
}

.home_contact2 {
  display: none;

  padding: 200px 80px;
  background: url("/img/home_bottom_back.jpg");
  background-size: cover;

  text-align: center;
}

.hcontact_left {
  display: inline-block;
  width: 55%;
  vertical-align: top;
}

.hcontact_right {
  display: inline-block;
  width: 44%;
  padding: 0px;

  vertical-align: top;
}

.hcontact_title {
  font-family: "Switzer";
  font-style: normal;
  font-weight: 400;
  font-size: 68px;
  line-height: 72px;

  letter-spacing: -0.04em;

  color: #ffffff;
}

.hcontact_icon {
  width: 58px;
  height: 58px;
  margin: 30px auto;

  background: url("/img/icon_sent.svg");
  background-size: cover;
}

.hcontact_subtitle {
  margin-top: 30px;
  font-family: "Switzer";
  font-style: normal;
  font-weight: 400;
  font-size: 22px;
  line-height: 32px;

  letter-spacing: -0.04em;

  color: #ffffff;
}

.contact_icon {
  margin: 25px 0px;
  font-family: "Switzer";
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 22px;

  letter-spacing: -0.02em;

  color: #ffffff;
}

.contact_icon img {
  display: inline-block;
  margin-right: 10px;
  vertical-align: middle;
}

.hcontact_pan {
  display: inline-block;
  margin-top: 57px;
  width: 49%;
  max-width: 260px;
}

.hcontact_pan.hcontact_pan_border {
  width: 320px;
  max-width: 320px;
  padding-left: 50px;
  border-left: 2px solid #fff;
}

.input_name {
  margin-top: 20px;
  font-family: "Switzer";
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 22px;

  letter-spacing: -0.04em;

  color: #ffffff;
}

input:-moz-placeholder,
:-moz-placeholder,
input:-moz-placeholder,
textarea:-moz-placeholder {
  color: #ffffff;
}

input::-webkit-input-placeholder,
::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #ffffff;
}

.input_text {
  width: 100%;
  margin-top: 12px;
  padding: 17px;

  background: #6bc2f9;
  border-radius: 6px;
  border: 0px none;

  font-family: "Switzer";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: -0.04em;

  color: #ffffff;
  resize: none;
}

textarea.input_text {
  min-height: 110px;
}

.home_contact_button {
  margin-top: 32px;
  width: 160px;
}

/* HOMEPAGE */

/* WHO WE ARE */

.full_panel_top {
  padding: 190px 0px 50px 0px;
}

.full_panel_top100 {
  padding: 100px 0px 50px 0px;
}

.full_panel_top .fp_large_text {
  font-weight: 600;
  font-size: 68px;
  line-height: 75px;
  letter-spacing: -3px;
}

.full_panelall .fp_image {
  width: 50%;
  padding-top: 60px;
  padding-right: 0px;
  text-align: left;
}

.full_panelall .fp_side {
  width: 46%;
  padding: 100px 0px 0px 8%;
}

.two_panels {
  display: inline-block;
  width: 40%;
}

.tp_title {
  margin-top: 20px;
  font-family: "Switzer";
  font-style: normal;
  font-weight: 400;
  font-size: 42px;
  line-height: 52px;

  text-align: center;
  letter-spacing: -0.04em;

  color: #162e46;
}

.tp_subtitle {
  max-width: 390px;
  margin: 20px auto 0px;

  font-family: "Switzer";
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 22px;

  text-align: center;
  letter-spacing: -0.04em;

  color: #717d89;
}

.who-person {
  display: inline-block;
  width: 33%;
  margin-bottom: 65px;
  padding: 0px 5%;
  text-align: left;
}

.who-person img {
  width: 100%;
}

.who-name {
  padding-top: 20px;
  font-family: "Switzer";
  font-style: normal;
  font-weight: 400;
  font-size: 26px;
  line-height: 32px;

  letter-spacing: -0.04em;

  color: #162e46;
}

.who-title {
  font-family: "Switzer";
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 22px;

  letter-spacing: -0.04em;

  color: #717d89;
}

.who-btn {
  width: 150px;
  margin: 20px auto;
}

.who-hidden {
  display: none;
}
.who-hidden.is_show {
  display: block;
}

/* WHO WE ARE */

/* FEATURE */

.fp_small_text li {
  max-width: 450px;
  margin-bottom: 20px;
  list-style-type: disc;
  color: #0099ed;
}
.fp_small_text li span {
  color: #878d96;
}

.three_panels {
  display: inline-block;
  width: 30%;
}

/* FEATURE */

/* PRODUCTS */

.full_panel_backblue {
  margin-bottom: 90px;
  padding-bottom: 0px;
  background-image: url("/img/products_page1.jpg");
  background-size: cover;
}

.full_panel_backblue1 {
  margin-bottom: 90px;
  padding-bottom: 0px;
  background-image: url("/img/products_page2.jpg");
  background-size: cover;
}

.full_panel_backblue2 {
  margin-bottom: 90px;
  padding-bottom: 0px;
  background-image: url("/img/products_page3.jpg");
  background-size: cover;
}

.fpb_title {
  font-family: "Switzer";
  font-style: normal;
  font-weight: 600;
  font-size: 68px;
  line-height: 78px;

  text-align: center;
  letter-spacing: -0.02em;

  color: #ffffff;
}

.fpb_subtitle {
  margin: 20px 0px;
  font-family: "Switzer";
  font-style: normal;
  font-weight: 400;
  font-size: 22px;
  line-height: 32px;
  text-align: center;
  letter-spacing: -0.04em;

  color: #ffffff;
}

.product_button {
  width: 200px;
  margin: auto;
}

.fpb_image img {
  display: block;
  margin: 70px auto 0px auto;
  border-radius: 10px 10px 0px 0px;
}

.product_count {
  display: inline-block;
  width: 24%;
  text-align: center;
  border-right: 2px solid #f6f7fa;
}

.product_count_last {
  border-right: 0px none;
}

.pc_title {
  font-family: "Switzer";
  font-style: normal;
  font-weight: 400;
  font-size: 42px;
  line-height: 52px;

  letter-spacing: -0.04em;

  color: #363f45;
}

.pc_subtitle {
  font-family: "Switzer";
  font-style: normal;
  font-weight: 400;
  font-size: 22px;
  line-height: 32px;

  letter-spacing: -0.04em;

  color: #707d89;
}

/* PRODUCTS */

/* PRODUCTS INNER */

.top_gradient {
  position: relative;
  padding: 120px 80px;
  background: linear-gradient(0deg, #0b97ea 0%, #3cb7ff 100%);
}

.top_gradient::after {
  content: " ";
  position: absolute;
  top: 0px;
  right: 0px;
  height: 100%;
  width: 50%;
  max-width: 680px;

  background: url("/img/pinner_top.png");
  background-position: top left;
  background-size: auto 100%;
  background-repeat: no-repeat;
}

.top_gradient2 {
  padding: 60px;
  border-radius: 6px;
  overflow: hidden;
}

.top_gradient2::after {
  width: 70%;
  max-width: 756px;
  background: url("/img/pinner_ind.png");
  background-position: top left;
  background-size: auto 100%;
  background-repeat: no-repeat;
}

.tg_title {
  max-width: 50%;
  font-family: "Switzer";
  font-style: normal;
  font-weight: 400;
  font-size: 68px;
  line-height: 78px;

  letter-spacing: -0.04em;

  color: #ffffff;
}

.tg_subtitle {
  max-width: 50%;
  margin-top: 24px;
  font-family: "Switzer";
  font-style: normal;
  font-weight: 400;
  font-size: 22px;
  line-height: 32px;

  letter-spacing: -0.04em;

  color: #ffffff;
}

.top_gradient2 .tg_title {
  font-size: 52px;
}

.top_gradient2 .tg_subtitle {
  max-width: 430px;
  font-size: 22px;
}

.page_slider {
  padding: 60px;
}

.ps_left {
  display: inline-block;
  width: 300px;

  vertical-align: middle;
}

.ps_right {
  display: inline-block;
  width: calc(100% - 305px);
  text-align: right;
  vertical-align: middle;
}

.ps_right img,
.maxw100 {
  max-width: 100%;
}

.one_slide {
  position: relative;
  padding-left: 35px;
  margin-bottom: 37px;

  font-family: "Switzer";
  font-style: normal;
  font-weight: 400;
  font-size: 42px;
  line-height: 52px;

  letter-spacing: -0.04em;

  color: #a6abba;

  border-left: 1px dashed #a6abba;
  cursor: pointer;
}

.one_slide::before {
  content: " ";
  background: #a6abba;
  border-radius: 50%;
  width: 16px;
  height: 16px;
  position: absolute;
  left: -8px;
  top: -26px;
}

.one_slide.one_selected::before {
  border: 1px solid #0099ed;
  background: #fff;
  width: 20px;
  height: 20px;
  left: -12px;
  top: -30px;
}

.one_slide.one_selected::after {
  content: " ";
  position: absolute;
  background: #0099ed;
  width: 14px;
  height: 14px;
  left: -8px;
  top: -26px;
  border-radius: 50%;
}

.one_slide.one_selected {
  color: #0099ed;
}

.one_slide div {
  position: relative;
  top: -45px;
}

.one_slide span {
  display: none;

  position: relative;
  top: -35px;

  font-family: "Switzer";
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 22px;

  letter-spacing: -0.04em;

  color: #707d89;
}

.one_slide.one_selected span {
  display: block;
}

.pinner_full_pers {
  width: 100%;
  padding-top: 47%;
  background: url("/img/pinner_pers.png");
  background-position: top right;
  background-size: cover;
}

.pinner_count {
  display: inline-block;
  position: relative;
  width: 24%;

  font-family: "Switzer";
  font-style: normal;
  font-weight: 400;
  font-size: 22px;
  line-height: 32px;

  letter-spacing: -0.04em;
  text-align: center;

  color: #717d89;

  vertical-align: middle;
}

.pinner_count::after {
  content: " ";
  position: absolute;
  top: 70px;
  right: 0px;
  height: 54px;
  width: 100px;

  background-image: url("/img/pinner_blueline1.svg");
  background-size: cover;
}

.pinner_count2 {
  margin-bottom: -170px;
}

.pinner_count2::after {
  background-image: url("/img/pinner_blueline2.svg");
  top: -70px;
  left: 50%;
  right: auto;
}

.pinner_count3::after {
  display: none;
}

.pinner_count span {
  margin-right: 15px;
  font-family: "Switzer";
  font-style: normal;
  font-weight: 600;
  font-size: 42px;
  line-height: 52px;

  letter-spacing: -0.04em;
  color: #01a5ff;

  vertical-align: sub;
}

/* PRODUCTS INNER */

/* INTEGRATIONS */

.top_int {
  position: relative;
  padding: 120px 80px;
  background-image: url("/img/int_top_back.jpg");
  background-size: cover;
}

.top_int::after {
  content: " ";
  position: absolute;
  top: 0px;
  right: 0px;
  height: 100%;
  width: 50%;
  background-image: url("/img/int_top_screen.png");
  background-position: center bottom;
  background-size: auto 90%;
  background-repeat: no-repeat;
}

/* INTEGRATIONS */

/* FOOTER */

.footer_left {
  display: inline-block;
  width: 40%;
  vertical-align: top;
}

.footer_right {
  display: inline-block;
  width: 59%;
  padding: 80px 80px 10px 80px;

  vertical-align: top;
}

.footer_logo {
  height: 36px;
  margin-top: 80px;
  margin-left: 80px;

  background-image: url("/img/logo.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: left;
}

.footer_text {
  max-width: 420px;
  margin-left: 80px;
  padding-top: 31px;

  font-family: "Switzer";
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 22px;
  text-align: center;

  letter-spacing: -0.04em;

  color: #878d96;
}

.footer_menu {
  display: inline-block;
  width: 32%;

  font-family: "Switzer";
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 20px;
  text-align: center;

  letter-spacing: -0.04em;

  color: #121619;

  vertical-align: top;
}

.footer_menu div {
  margin-bottom: 23px;
}

.footer_copy {
  margin-top: 30px;
  padding-top: 20px;
  padding-left: 80px;
  border-top: 2px solid #f4f4f4;

  font-family: "Switzer";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;

  letter-spacing: -0.04em;

  color: #878d96;
}

.foot_showmob {
  display: none;
}

/* FOOTER */

/* HEADER MOB */

.header_mobile_menu {
  display: none;
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100vw;
  height: 100vh;
  padding: 20px;

  background-image: url("/img/home_bottom_back.jpg");
  background-size: cover;

  z-index: 1000;
}

.hm_close {
  display: inline-block;
  width: 50%;
  color: #fff;
  font-size: 50px;
  line-height: 30px;
}

.header_mobile_menu .header_signup {
  float: right;
}

.hm_menu {
  padding-top: 66px;
}

.hm_menu div {
  margin-bottom: 24px;
  font-family: "Switzer";
  font-style: normal;
  font-weight: 500;
  font-size: 30px;
  line-height: 34px;

  color: #ffffff;
}

.logo_mob {
  position: absolute;
  bottom: 20px;
  left: 0px;
  width: 100%;
  height: 26px;
  margin: 20px auto 0px auto;

  background-image: url("/img/logo2.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}

.header_mob_menu {
  display: none;
  border-bottom: 1px solid #0099ed;
  border-top: 1px solid #0099ed;
  width: 30px;
  height: 20px;
  vertical-align: middle;
}

.header_mobile_menu.is_show {
  display: block;
}

.header_mob_menu div {
  border-bottom: 1px solid #0099ed;
  margin-top: 9px;
}

.fp_image_mobshow {
  display: none;
}

.more_options_mobile {
  display: none;
}

/* HEADER MOB */

.input_error {
  display: none;

  background: #fff;
  color: #f00;
  font-size: 14px;
  padding: 10px 0px 10px 35px;
  border-radius: 0px 0px 5px 5px;
  margin-top: -5px;

  background-image: url("/img/icon_error.svg");
  background-position: 10px center;
  background-repeat: no-repeat;
  background-size: auto 20px;
}

/* KEY FEATURES */

.key_features_area {
  margin: auto;
  padding-top: 50px;
  text-align: center;
}

.key_features_title {
  margin-left: 100px;

  font-family: "Switzer";
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 42px;
  letter-spacing: -0.04em;
  color: #000000;

  text-align: left;

  vertical-align: middle;
}

.key_features_text {
  margin-left: 100px;

  font-family: "Switzer";
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 42px;
  letter-spacing: -0.04em;
  color: #000000;

  text-align: left;
}

li {
  margin-left: 110px;
}

.features_img {
  width: 58px;
  height: 58px;

  margin-right: 10px;

  vertical-align: middle;
}

/*SECURITY*/

.security_page {
  font-size: 26px;
  text-align: left;
}

.security_page_logo {
  height: 300px;
  width: 300px;

  margin: 100px auto 100px auto;

  background-image: url("/img/soc2.jpg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.highlight_text {
  color: #0099ed;
}

.padding_clear {
  padding: 15px 0px;
}

.full_panel_clear {
  padding: 12px 98px;
}
